/*.aboutus-content{*/
/*    margin-top: 5rem;*/
/*    padding: 1rem 1.2rem;*/
/*}*/
/*.contact-content{*/
/*    margin-top: 5rem;*/
/*}*/

/*.bg-light{*/
/*    background: #f8faff;*/
/*}*/
/*.title {*/
/*    padding-bottom: 8px;*/
/*    line-height: 2;*/
/*    font-size:1.4rem;*/
/*    text-align: center;*/
/*    font-weight: 600;*/
/*}*/
/*.aboutus-content .intro-item{*/
/*    line-height: 1.4rem;*/
/*    margin-bottom: 1rem;*/
/*    font-size: .9rem;*/
/*    color: #555;*/
/*    text-indent: 27px;*/
/*    text-align: justify;*/
/*    word-wrap: break-word;*/
/*    word-break: break-all;*/
/*}*/
/*.contact-title{*/
/*    line-height: 3rem;*/
/*    font-size: 1.2rem;*/
/*    color: #333;*/
/*    font-weight: 600;*/
/*    text-align: center;*/
/*}*/
/*.contact-text{*/
/*    margin-top: .4rem;*/
/*    font-size: .9rem;*/
/*    color: #666;*/
/*    text-align: justify;*/
/*    word-wrap: break-word;*/
/*    word-break: break-all;*/
/*}*/
/*.contact-content .contact-item{*/
/*    padding: 1.2rem 1.2rem 2rem 1.2rem;*/
/*}*/
/*.contact-us{*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    margin-top:8px;*/
/*}*/

/*.contact-us .contact-text{*/
/*    margin-top: 0;*/
/*    width: 32%;*/
/*    text-align: center;*/
/*}*/
/*.contact-us .contact-text:nth-child(2){*/
/*   margin: 0 10px;*/
/*}*/
/*.contact-us .contact_tip{*/
/*    margin: 10px 0;*/
/*    font-weight: 600;*/
/*}*/
/*.contact-us i {*/
/*    width:38px;*/
/*    height:38px;*/
/*    display: inline-block;*/
/*}*/
/*.address_img {*/
/*    background: url(/image/fuwu/address.png) no-repeat center;*/
/*}*/
/*.email_img {*/
/*    background: url(/image/fuwu/email.png) no-repeat center;*/
/*}*/
/*.tel_img {*/
/*    background: url(/image/fuwu/tel.png) no-repeat center;*/
/*}*/


html {
    font-size: 100px;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    width: 100%;
    overflow-x: hidden;
}

.com-name {
    display: block;
    width: 2.51rem;
    margin: .2rem auto;
}

.intro-text {
    padding: 0 .2rem;
    margin-bottom: .34rem;
}

.intro-text p {
    margin-bottom: .1rem;
    font-size: .14rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666973;
    line-height: .2rem;
    text-align: justify;
}
.mobile{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.82rem;
    background: #010101;
}
.mb-img{
    width: .2rem;
    height: .2rem;
    margin-right: .1rem;
}
.mobile-z{
    height: .28rem;
    font-size: .2rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: .28rem;
    text-decoration: none;
}
