#app {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center
}

#app .basics-box {
    height: 7.45rem;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.content .title {
    font-size: 40px;
    color: #333333;
    font-weight: bold;
    letter-spacing: 10px;
}

@media only screen and (max-width:1440px) {
    .content .title {
        font-size: 34px
    }
}

@media only screen and (max-width:1024px) {
    .content .title {
        font-size: 30px
    }
}

@media only screen and (max-width:767px) {
    .content .title {
        font-size: 24px
    }
}

.content .decribe {
    font-size: 17px;
    margin-top: .2rem;
    color: #333333
}

@media only screen and (max-width:1366px) {
    .content .decribe {
        font-size: 14px
    }
}

@media only screen and (max-width:767px) {
    .content .decribe {
        font-size: 14px
    }
}

.content .img-box {
    overflow: hidden;
    margin-top: .5rem
}

.content .img-box .box {
    float: left;
    text-align: center;
    border-radius: 5px;
    background-color: #ffffff;
    overflow: hidden
}

.content .img-box .box:not(:last-child) {
    margin-right: .2rem
}

.content .img-box .box .img {
    width: 1.3rem;
    height: 1.3rem
}

.content .img-box .box .text {
    font-size: 17px;
    color: #333333;
    padding-bottom: .1rem
}

@media only screen and (max-width:1366px) {
    .content .img-box .box .text {
        font-size: 14px
    }
}

@media only screen and (max-width:767px) {
    .content .img-box .box .text {
        font-size: 12px
    }
}

@media screen and (max-width:768px) {
    .content .img-box .box {
        width: 22%
    }
}

/*# sourceMappingURL=./contactus.css.map */