* {
    margin: 0;
    padding: 0;
}

body {
    font: 14px/1.8 "Microsoft YaHei", "微软雅黑";
    position: relative;
    color: #fff;
    /* background-color: #0A0E14; */
}
/* html{
    overflow:scroll;
} */
.myMian{
    height: 100%;
}
button{
    border: none;
}

a {
    text-decoration: none;
    color: #FFFFFF;
}

ul {
    list-style: none;
}

input,
textarea {
    border: none;
    outline: none;
}
nav{
    width: 100%;
    height: .88rem;
    background: #000000;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    align-items: center;
    padding: 0rem .48rem 0rem .32rem;
    position: fixed;
    z-index: 999;
}
nav>div:nth-child(1){
    width: 1.88rem;
    height: .68rem;
}
nav>div:nth-child(2){
   display: flex;
   justify-content: center;
   align-items: center;
}
nav>div:nth-child(1)img{
  width: 100%;
  height: 100%;
}
nav>div:nth-child(2)>div{
    width: 2.08rem;
    height: .56rem;
    background: linear-gradient( 90deg, #FFEECC 0%, #E0BC89 100%);
    border-radius: .16rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2C1A03;
    margin-right: .48rem;
    
}
nav>div:nth-child(2)>div>img{
    width: .32rem;
    height: .32rem;
    margin-right: .16rem;
}
nav>div:nth-child(2)>img{
    width: .44rem;
    height: .44rem;
}

.huanqiu_introduce {
    width: 100%;
    height: 4.26rem;
    margin: 0 auto;
    background: url('./static/img/home.png') no-repeat;
    background-size: 100% 4.26rem;
    color: #fff;
    box-sizing: border-box;
    padding-left: .88rem;
    overflow: hidden;
}

.huanqiu_introduce>.huanqiu_name {
    font-weight: 800;
    font-size: .44rem;
    color: #FFFFFF;
    line-height: .44rem;
    margin-top: 1.28rem;
}

.huanqiu_introduce>.huanqiu_name_en {
    font-family: AaTEST (Non-Commercial Use), AaTEST (Non-Commercial Use);
    font-weight: 400;
    font-size: .16rem;
    color: #FFFFFF;
    line-height: .19rem;
    letter-spacing: .02rem;
    margin-top: .1rem;

}

.huanqiu_introduce>.huanqiu_text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .24rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: .28rem;
    margin-top: .34rem;
}

.contact_us {
    width: 1.76rem;
    height: .56rem;
    background: linear-gradient(90deg, #F1D4AF 0%, #E9C99E 100%);
    border-radius: .1rem;
    margin-top: .46rem;
    font-weight: bold;
    font-size: .24rem;
    color: #2C1A03;
    animation: float .8s alternate linear infinite;
}
@-webkit-keyframes float {
    0% {
        margin-top: .2rem

    }

    100% {
        margin-top: .3rem

    }
}

@keyframes float {
    0% {
        margin-top: .2rem

    }

    100% {
        margin-top: .3rem

    }
}

.main_box {
    width: 100%;
    /* height: 100%; */
    margin: 0 auto;
}

.main_box>.advantages {
    width: 100%;
    height: 10.90rem;
    background: url('./static/mobile/advantages.png') no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0rem .32rem;
}

.advantages_title {
    width: 100%;
    height: .52rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .40rem;
    color: #FFDAA9;
    line-height: .52rem;
    text-align: center;
    margin-top: .64rem;
  

}

.advantages_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: .46rem;
}

.advantages_box>.item {
    width: 3.32rem;
    height: 2.68rem;
    box-sizing: border-box;
    padding: 0rem .20rem;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    margin-bottom: .22rem;

}

.advantages_box>.item:nth-child(1) {
    background: url('./static/mobile/advantagesBack_one.png') no-repeat;
    background-size: 100% 100%;
    opacity: 0;
}

.advantages_box>.item:nth-child(2) {
    background: url('./static/mobile/advantagesBack_two.png') no-repeat;
    background-size: 100% 100%;
    opacity: 0;

}

.advantages_box>.item:nth-child(3) {
    background: url('./static/mobile/advantagesBack_one.png') no-repeat;
    background-size: 100% 100%;
    opacity: 0;

}

.advantages_box>.item:nth-child(4) {
    background: url('./static/mobile/advantagesBack_two.png') no-repeat;
    background-size: 100% 100%;
    opacity: 0;

}

.advantages_box>.item:nth-child(5) {
    background: url('./static/mobile/advantagesBack_one.png') no-repeat;
    background-size: 100% 100%;
    opacity: 0;

}

.advantages_box>.item:nth-child(6) {
    background: url('./static/mobile/advantagesBack_two.png') no-repeat;
    background-size: 100% 100%;
    opacity: 0;

}

.advantages_box>.item>div>img {
    width: .66rem;
    height: .66rem;
    margin-top: .18rem;
}
.advantages_box>.item>div{
    font-weight: 300;
    font-size: .2rem;
    color: #D4D4D4;
    line-height: .34rem;
    margin-top: .18rem;
}

.data_num {
    width: 100%;
    height: 1.96rem;
    background: url('./static/mobile/dataImg.png') no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
}


.data_num>div:nth-child(1) {
    margin-left: .64rem;
}

.data_num>div:nth-child(2) {
    margin-left: 1rem;
}

.data_num>div:nth-child(3) {
    margin-left: 1rem;
}

.data_num>div:nth-child(4) {
    margin-left: 1rem;
}

.data_num>div>.num {
    height: .42rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .32rem;
    color: #1E1101;
    line-height: .38rem;

}

.data_num>div>.text {
    height: .26rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .2rem;
    color: #1E1101;
    line-height: .23rem;
}


.product {
    width: 100%;
    height: 15.16rem;
    background: url('./static/mobile/product.png') no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.product>.product_title {
    width: 100%;
    height: .52rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .4rem;
    color: #FFDAA9;
    line-height: .47rem;
    text-align: center;
    margin-top: .8rem;
}

.product>.product_name {
    width: 100%;
    height: .48rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 300;
    font-size: .24rem;
    color: #FFFFFF;
    line-height: .48rem;
    text-align: center;
    margin-top: .14rem;

}
.product>:nth-child(3){
    display: flex;
    align-items: center;
    margin-top: .48rem;

}
.product>div>.product_box {
   flex: 1;
    height: .84rem;
    justify-content: start;
    display: flex;
    color: #817C81;
    font-size: 32rpx;
    font-weight: 600;
    overflow-x: auto;
    overflow-y: hidden;
    box-sizing: border-box;
    padding-left: .32rem;
    border-radius: 0rem .16rem .16rem 0rem;

}
.product>div>.product_box::-webkit-scrollbar{
    display: none;
}
.slide{
    width: 2rem;
    height: .84rem;
    background: linear-gradient(  to right, #292A2F 20%, rgba(24,25,29,0) 80%);
    border-radius: .16rem;
    text-align: center;
    /* line-height: .64rem; */
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .28rem;
    color: #fff;
    box-sizing: border-box;
    padding: .28rem .52rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: .24rem;

}
.slide>img{
    width: .33rem;
    height: .33rem;
}
.product>div>.product_box>.box {
    white-space: nowrap;
    /* width: 2.24rem; */
    height: .84rem;
    background: #292A2F;
    border-radius: .16rem;
    text-align: center;
    /* line-height: .64rem; */
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .28rem;
    color: #fff;
    box-sizing: border-box;
    padding: .28rem .52rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .24rem;

}
.product>div>.product_box>.box:last-child{
    margin-right: 0;

}
.product>.product_content {
    /* display: flex; */
    width: 100%;
    overflow: hidden;
   
    opacity: 1;
}
.product_box_two{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.product_img {
    width: 100%;
    height: 5.18rem;
    box-sizing: border-box;
    margin-top: .78rem;
    display: flex;
    align-items: center;
    justify-content: center;

    /* margin-top: .78rem auto 0rem; */
    
}

.product_img>img {
    width: 2.96rem;
    height: 5.18rem;
}
.product_text{
    box-sizing: border-box;
    padding: .48rem .64rem .30rem .64rem; 
    margin-top: .58rem;
}
.product_text>div:nth-child(1) {
    height: .42rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .32rem;
    color: #FFDAA9;
    line-height: .38rem;
    text-align: left;
}

.product_text>div:nth-child(2) {
    height: 1.76rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .24rem;
    color: #FFFFFF;
    line-height: .44rem;
    letter-spacing: .01rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: .24rem;
}

.product_go>a:nth-child(1) {
    margin-top: .2rem;
    display: flex;
    justify-content: space-between;
    animation: productDow .8s alternate linear infinite;

}
@-webkit-keyframes productDow {
    0% {
        margin-top: .2rem

    }

    100% {
        margin-top: .4rem

    }
}

@keyframes productDow {
    0% {
        margin-top: .2rem

    }

    100% {
        margin-top: .4rem

    }
}

.product_text>.product_go>a:nth-child(1) {
    width: 2.98rem;
    display: inline-block;
    height: .88rem;
    border-radius: .16rem;
    border: 1px solid #EBCCA2;
    line-height: .88rem;
    text-align: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .28rem;
    color: #EFD1AB;
}

.product_text>.product_go>a:nth-child(2) {
    width: 2.98rem;
    display: inline-block;
    height: .88rem;
    border-radius: .16rem;
    border: 1px solid #EBCCA2;
    line-height: .88rem;
    text-align: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .28rem;
    color: #2C1A03;
    background: linear-gradient(90deg, #FFEECC 0%, #E0BC89 100%);

}

.support {
    width: 100%;
    height: 13.10rem;
    background: url('./static/img/support.png') no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.support>.support_title {
    width: 100%;
    height: .52rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .4rem;
    color: #1B1711;
    line-height: .47rem;
    text-align: center;
    margin-top: .8rem;
}

.support>.support_name {
    width: 100%;
    height: .48rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 300;
    font-size: .24rem;
    color: #000000;
    line-height: .48rem;
    text-align: center;
    margin-top: .14rem;
}

.support>.support_box {
    margin-top: .48rem;
    /* display: flex;
    justify-content: space-between; */
}

.support>.twp {
    margin-top: 165px;

}
.support>.support_box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.support>.support_box>.box {
    margin-bottom: .2rem;
    box-sizing: border-box;
    padding: .2rem .24rem .16rem .32rem;
    width: 6.86rem;
    height: 1.56rem;
    background: #FFFFFF;
    box-shadow: 0px 8px 68px 0px rgba(51,34,12,0.16);
    border-radius: .16rem;
    display: flex;
}

.support>.support_box>.box:nth-child(4) {
    height: 2.36rem;
    /* align-items: center; */
}
.support>.support_box>.box:nth-child(5) {
    height: 1.96rem;
    /* align-items: center; */
}
.support>.support_box>.box>img {
    width: 1.16rem;
    height: 1.16rem;
    margin-right: .16rem;
}
.support>.support_box>.box:nth-child(4)>img{
    margin-top: .2rem;
}
.support>.support_box>.box:nth-child(5)>img{
    margin-top: .1rem;
}

.support>.support_box>.box>div>div:nth-child(1) {
    width: 100%;
    height: .36rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .28rem;
    color: #AD834B;
    line-height: .33rem;
}
.support>.support_box>.box>div>div:nth-child(2) {
    width: 100%;
    height: .80rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 300;
    font-size: .24rem;
    color: #373737;
    line-height: .4rem;
   
}


.cooperate {
    width: 100%;
    height: 7.36rem;
    background: url('./static/img/cooperate_back.png') no-repeat;
    background-size: 100% 100%;
    overflow: hidden;

}

.cooperate>.cooperate_title {
    width: 100%;
    height: .52rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .4rem;
    color: #FFDAA9;
    line-height: .47rem;
    text-align: center;
    margin-top: .8rem;
}

.cooperate>.cooperate_name {
    width: 100%;
    height: .48rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 300;
    font-size: .24rem;
    color: #FFFFFF;
    line-height: .48rem;
    text-align: center;
    margin-top: .14rem;
}

.cooperate>.cooperate_box {
   width: 6.86rem;
   height: 2.33rem;
   background: url('./static/mobile/cooperate2.png') no-repeat;
   background-size: 100% 100%;
   margin: .32rem auto;
}

.cooperate>.cooperate_box.active{
    -webkit-animation: boxItem .6s .3s forwards;
    animation: boxItem .6s .3s forwards;
    animation-fill-mode:backwards;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

@-webkit-keyframes boxItem {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes boxItem {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.cooperate>.box_tg {
    background: #FFFFFF;
    width: 6.86rem;
    height: 1.52rem;
    display: flex;
    box-sizing: border-box;
    padding: 0rem .24rem;
    justify-content: space-between;
    align-items: center;
    border-radius: .16rem;
    margin: .48rem auto 0rem;
    opacity: 1;
}
.cooperate>.box_tg.active{
    -webkit-animation: cooperateItem .6s .5s forwards;
    animation: cooperateItem .6s .5s forwards;
    animation-fill-mode:backwards;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

@-webkit-keyframes cooperateItem {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes cooperateItem {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.cooperate>.box_tg>img{
    width: .88rem;
    height: .88rem;
}
.cooperate>.box_tg>div>p:nth-child(1){
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .28rem;
    color: #1DAEFF;
    line-height: .33rem;
}
.cooperate>.box_tg>div>p:nth-child(2){

    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .26rem;
    color: #141414;
    line-height: .3rem;
    margin-top: .08rem;    

}


.cooperate>.box_tg>a {
    display: inline-block;
    width: 2.08rem;
    height: .72rem;
    background: linear-gradient(90deg, #FFEECC 0%, #E0BC89 100%);
    border-radius: .2rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .28rem;
    color: #2C1A03;
    line-height: .72rem;
    text-align: center;
}

.aboutUs {
    width: 100%;
    height: 16.44rem;
    background: url('./static/mobile/aboutUs.png') no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.aboutUs>.aboutUs_title {
    width: 100%;
    height: .52rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .4rem;
    color: #FFDAA9;
    line-height: .47rem;
    text-align: center;
    margin-top: .85rem;
}

.aboutUs>.aboutUs_name {
    width: 100%;
    height: .48rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 300;
    font-size: .26rem;
    color: #FFFFFF;
    line-height: .48rem;
    text-align: center;
    margin-top: .14rem;
}

.us_box {
    width: 6.86rem;
    height: 13.14rem;
    margin: .24rem auto;
    background: #292A2F;
    border-radius: .16rem;
    box-sizing: border-box;
}

.aboutUs>.us_box>form>.user {
    display: flex;
    justify-content: space-between;
    flex-direction: column;

}

.aboutUs>.us_box>form>.user>.userInfo {
    width: 100%;
    box-sizing: border-box;
    padding: 0rem .24rem;
    margin-top: .4rem;
}

.aboutUs>.us_box>form>.user>.userInfo>label>span {
    color: #1DAEFF;
}

.aboutUs>.us_box>form>.user>.userInfo>input {
    width: 6.38rem;
    height: .88rem;
    background: #191A1F;
    border-radius: .16rem;
    color: #fff;
    font-size: .22rem;
    text-indent: 1em;
    margin-top: .16rem;
}



.aboutUs>.us_box>form>.three>.userInfo {
    width: 100%;
}

.aboutUs>.us_box>form>.three>.userInfo>div {
    margin-top: 16px;
}

.aboutUs>.us_box>form>.three>.userInfo>div>textarea {
    width: 100%;
    height: 2.42rem;
    background: #191A1F;
    border-radius: .16rem;
    color: #fff;
    font-size: .22rem;
    box-sizing: border-box;
    padding: .05rem;
    resize: none;
}
.aboutUs>.us_box>div{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: .53rem;
}
.aboutUs>.us_box>div>a {
    display: inline-block;
    width: 5.74rem;
    height: .88rem;
    background: linear-gradient(90deg, #FFEECC 0%, #E0BC89 100%);
    border-radius: .16rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .32rem;
    color: #2C1A03;
    line-height: .88rem;
    text-align: center;
   margin: 0 auto;
    
}
footer{
    width: 100%;
    height: 2.5rem;
    background: url('./static/mobile/footer.png') no-repeat;
    background-image: 100% 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0rem .82rem;
    
}
footer>div:nth-child(2){
    display: flex;
    justify-content: center;
    align-items: center;

}
footer>div:nth-child(2)>div:nth-child(2){
    margin-left: .24rem;
}
footer>div:nth-child(2)>div:nth-child(1)>img{
    width: .64rem;
    height: .64rem;
}
footer>div:nth-child(2)>div:nth-child(2)>p:nth-child(2){
    width: 100%;
    height: .32rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .24rem;
    color: #1DAEFF;
    line-height: .28rem;
    text-align: left;
    margin-top: .04rem;
 
}

.navigation{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    position: fixed;
    display: none;
    z-index: 999;
}
.navigation>.box{
    display: flex;

}
.navigation>.box>.navigation_box{
    width: 3.08rem;
    height: 100vh;
    opacity: 1;
    background: #27292E;
    float: right;
    transform: translateX(0px);
    animation: fadeInTwo 0.3s ease-in-out;
    box-sizing: border-box;
    padding-top: .88rem;
    display: flex;
    flex-direction: column;
}
.navigation>.box>.left_navigation{
    flex: 1;
}
.navigation>.box>.navigation_box>a{
    display: inline-block;
}
.navigation>.box>.navigation_box>a>div{
    display: flex;
    align-items: center;
    width: 100%;
    height: 1.04rem;
    box-sizing: border-box;
    padding-left: .2rem;
}
.navigation>.box>.navigation_box>a>div>span{
    display: inline-block;
    width: .06rem;
    margin-right: .14rem;
    height: .22rem;
    background-color: #FDEBC8;
    border-radius: .03rem;
}
@keyframes fadeInTwo {
    from {
        opacity: 0;
        transform: translateX(3.08rem);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.information{
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    visibility: hidden;
    z-index: 999;
    
}
.information_box{
    position: absolute;
    width: 5.58rem;
    height: 7.48rem;
    left: 50%;
    top: 50%;
    margin-top: -5.24rem;
    margin-left: -2.78rem;
    display: flex;
    flex-direction: column;
    
    
    
}
.information_box>.head{
    width: 5.58rem;
    height: 2.38rem;
    background: url('./static/mobile/head.png') no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: .32rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.head>.show{
    width: 100%;
    height: .32rem;
    

}
.head>.show>img{
    width: .32rem;
    height: .32rem;
    float: right;

}
.information_box>.head>img{
    width: 2.4rem;
    height: .87rem;
    margin-bottom: .2rem;
}
.information_box>.min{
    flex: 1;
    background: #27292E;
    border-radius: 0rem 0rem .2rem .2rem;
    box-sizing: border-box;
    padding: 0rem .32rem;
}
.min>.pingdao{
    width: 100%;
    height: 1.32rem;
    background: #1E2022;
    border-radius: .2rem;
    font-size: .28rem;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    box-sizing: border-box;
    padding-left: .38rem;
}
.min>.pingdao>div:nth-child(1)>img{
    width: .24rem;
    height: .24rem;
}
.min>.pingdao>div:nth-child(1)>span{
   color: #1DAEFF;
}
.min>.pingdao>div:nth-child(2)>img{
    width: .27rem;
    height: .2r7em;
}
.min>.pingdao>div:nth-child(2)>span{
    color: #1DAEFF;
 }
 .min>.kefu{
    width: 100%;
    display: flex;
   justify-content: center;
    align-items: center;
    margin-top: .16rem;
 }
 .min>.kefu>img{
    width: .22rem;
    height: .04rem;
    margin: 0rem .16rem;
 }
 .min>p{
    width: 100%;
    height: .26rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .20rem;
    color: #81858E;
    text-align: center;
    margin-top: .08rem;
 }
.min>.kefu_list>div>div>img{
    width: .64rem;
    height: .64rem;
    margin-right: .16rem;
}
.min>.kefu_list>div>div{
    display: flex;
    align-items: center;
}
.min>.kefu_list>div>p{
    font-size: .26rem;
}
.min>.kefu_list>div>div>div>p:nth-child(2){
    color:#1DAEFF ;
}
.min>.kefu_list>a{
    display: inline-block;
    width: 1.04rem;
    height: .48rem;
    border-radius: .24rem;
    border: 1px solid #E0BC89;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .24rem;
    color: #E0BC89;
    line-height: .48rem;
    text-align: center;
}
.min>.kefu_list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .22rem;
}
.min>.kefu_list:last-child{
    padding-bottom: .38rem;
}

.advantages .advantages_box .item:nth-child(1).active {
    -webkit-animation: introduceItem .6s .1s forwards;
    animation: introduceItem .6s .1s forwards
}

.advantages .advantages_box .item:nth-child(2).active {
    -webkit-animation: introduceItem .6s .2s forwards;
    animation: introduceItem .6s .2s forwards
}

.advantages .advantages_box .item:nth-child(3).active {
    -webkit-animation: introduceItem .6s .1s forwards;
    animation: introduceItem .6s .1s forwards;
}

.advantages .advantages_box .item:nth-child(4).active {
    -webkit-animation: introduceItem .6s .2s forwards;
    animation: introduceItem .6s .2s forwards
}


.advantages .advantages_box .item:nth-child(5).active {
    -webkit-animation: introduceItem .6s .1s forwards;
    animation: introduceItem .6s .1s forwards;
}

.advantages .advantages_box .item:nth-child(6).active {
    -webkit-animation: introduceItem .6s .2s forwards;
    animation: introduceItem .6s .2s forwards
}
.support>.support_box>.box:nth-child(1).active {
    -webkit-animation: introduceItem .6s .1s forwards;
    animation: introduceItem .6s .1s forwards;
    animation-fill-mode:backwards;
}
.support>.support_box>.box:nth-child(2).active {
    -webkit-animation: introduceItem .6s .2s forwards;
    animation: introduceItem .6s .2s forwards;
    animation-fill-mode:backwards;
}
.support>.support_box>.box:nth-child(3).active {
    -webkit-animation: introduceItem .6s .3s forwards;
    animation: introduceItem .6s .3s forwards;
    animation-fill-mode:backwards;
}
.support>.support_box>.box:nth-child(4).active {
    -webkit-animation: introduceItem .6s .4s forwards;
    animation: introduceItem .6s .4s forwards;
    animation-fill-mode:backwards;
}
.support>.support_box>.box:nth-child(5).active {
    -webkit-animation: introduceItem .6s .5s forwards;
    animation: introduceItem .6s .5s forwards;
    animation-fill-mode:backwards;
}

.product_active {
    -webkit-animation: productItem .6s .5s forwards;
    animation: productItem .6s .5s forwards;
    animation-fill-mode:backwards;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    /* opacity: 1 !important; */
}
@-webkit-keyframes productItem {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes productItem {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes introduceItem {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes introduceItem {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.text-fade-in_one {
    opacity: 1;
    transform: translateY(0px);
    animation: fadeInOne 1s ease-in-out;

}
@keyframes fadeInOne {
    from {
        opacity: 0;
        overflow: hidden;

        transform: translateY(22px);
    }

    to {
        opacity: 1;

        transform: translateY(0);
    }
}

.text-fade-in_two {
    opacity: 1;
    transform: translateY(0px);
    animation: fadeInTwo 1.4s ease-in-out;
    overflow: hidden;

}

@keyframes fadeInTwo {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.text-fade-in_three {
    opacity: 1;
    transform: translateY(0px);
    animation: fadeInthree 1.4s ease-in-out;
    overflow: hidden;
}

@keyframes fadeInthree {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

  .el-carousel{
    width: 100%;
}