*{
    padding: 0;
    margin: 0;
    font-family: 黑体;
}
a{      
    color: black;
    font-family: 黑体;
}
ol,ul {
    list-style: none;
}
.main{
    width: 100%;
    height: 100vh;
}
.main header{
    width: 100%;
    height: 66px;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
header .container{
    width: 1200px;
    margin: 0 auto;
}
.logo{
    width: 10%;
    float: left;
}
.menuList{
    width: 70%;
}
.h_menulist {
    margin-left: 100px;
    width: 90%;
}
.h_menulist>li {
    width: fit-content;
    white-space: nowrap;
    text-align: center;
    float: left;
    line-height: 64px;
    /* margin: 0 14px; */
    margin: 0 22px;
}
.h_menulist>li .item_name {
    color: white;
    text-decoration: none;
}
.telephone{
    width: 20%;
}
.log,.menuList,.telephone{
    float: left;
}
@media (min-width:1300px) {
    .headerMenu{
        width: 100%;
        height: fit-content;
        display: flex;
        align-items: center;
    }
    .menuList{
        display: block;
    }
    .telephone{
        display: block;
    }
    .childMenu{
        display: block;
    }
    #h_logo {
        display: block;
        height: 40px;
        background: url('../img/whiteLogo.png') no-repeat center/contain;
    }
    .main header{
        width: 100%;
        height: 66px;
        background-color: rgba(0, 0, 0, 0.6);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        font-size: 16px;
        line-height: 1;
    }
    header .container{
        width: 1200px;
        margin: 0 auto;
    }
    .h_header:hover{
        background-color: #fff;
    }
      
    .h_header:hover a{
        color: #666;
    }
    .h_header:hover #h_logo{
        display: block;
        height: 40px;
        background: url('../img/innvote_logo.png') no-repeat center/contain;
    }
    .childMenu{
        display: none;
    }
    .h_menulist {
        width: 90%;
        height: 66px;
        list-style: none;
        margin: 0 auto;
    }
      
    .h_menulist>li {
        display: table-cell;
        width: fit-content;
        height: 30px;
        text-align: center;
        position: relative;
        font-size: 16px;
    }
      
    .h_menulist>li>a {
        display: inline-block;
        height: 66px;
        line-height: 66px;
        cursor: pointer;
        position: relative;
        text-decoration: none;
        color: white;
    }
      
    .h_menulist>li>a:after {
        content: '';
        position: absolute;
        width: 0%;
        height: 4px;
        background: skyblue;
        left: 0;
        bottom: 0;
        transition: all .3s;
    }
      
    .h_menulist>li:hover>a:after,
    .h_menulist>li.hover>a:after {
        width: 100%;
    }
    .h_menulist>li .item_list {
        width: 150px;
        height: 0;
        position: absolute;
        top: 62px;
        left: calc(50% - 75px);
        z-index: 1000;
        overflow: hidden;
        transition: all 0.5s;
        border-radius: 10px;
    }
    .item_list li{
        width: 100%;
        height: 30px;
        line-height: 30px;
        margin: 0 auto;
        text-align: center;
        padding: 6px 0;
        overflow: hidden;
    }
    .item_list li:hover a{
        color: skyblue;
    }
    .item_list li a{
        text-decoration: none;
    }
    .h_menulist>.product:hover ul{
        background-color: #fff;
        height: 130px;
    }
    .banner {
        width: 100%;
        height: 440px;
        background-image: url(../img/平台-人像中台.jpg);
        background-size: auto;
        background-position: center center;
        background-repeat: no-repeat;
      }
    .bannerContainer{
        width: 1300px;
        height: 100%;
        margin: 0 auto;
        position: relative;
    }
    .jumpUrl{
        width: 145px;
        height: 36px;
        background: url(../img/before.png) no-repeat;
        background-position: center center;
        background-size: 100%;
        position: absolute;
        top: 341px;
        left: 90px;
    }
    .jumpUrl:hover{
        background: url(../img/after.png) no-repeat;
    }
    .bottomNav {
        width: 100%;
        background-color: #fff;
        font-size: 14px;
        box-shadow: 2px 2px 2px #ccc;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .bottomNav ul {
        margin-bottom: 0;
        display: flex;
        align-items: center;
    }
    
    .bottomNav ul li {
        height: 100%;
        margin: 10px 0;
        padding: 0 30px;
        box-sizing: border-box;
        border-left: 1px solid #ccc;
    }
    
    .bottomNav ul li a {
        color: black;
        text-decoration: none;
    }
    
    .bottomNav ul li:nth-child(1) {
        border: 0;
    }
    section {
        width: 100%;
        height: fit-content;
    }
    
    .industry {
        width: 1300px;
        height: fit-content;
        margin: 100px auto 70px;
    }
    
    .industry .industryTitle {
        font-size: 30px;
        text-align: center;
        margin-bottom: 40px;
    }
    
    .industry ul {
        height: fit-content;
        display: flex;
        justify-content: space-around;
    }
    
    .industry ul li {
        width: 300px;
        height: 400px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: white;
        box-shadow: 2px 5px 8px #ccc;
        transition: all 0.3s;
    }
    
    .industry ul li:hover{
        transform: scale(1.1);
    }
    
    .industry ul li .pic {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .industry .texts {
        width: 100%;
        height: 120px;
    }
    
    .industry ul li h3 {
        font-size: 16px;
        color: #333;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    
    .industry ul li .describle {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 0 20px;
        font-size: 14px;
        color: #6d6d6d;
        margin: 10px 0;
        box-sizing: border-box;
    }
    
    .desText {
        width: 94%;
    }
    
    .points {
        height: 100%;
        width: 6%;
        display: flex;
        justify-content: center;
    }
    
    .point {
        width: 4px;
        height: 4px;
        margin-top: 10px;
        background-color: #6d6d6d;
        border-radius: 50%;
    }
    
    .structure {
        width: 1200px;
        margin: 60px auto 70px;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
    }
    
    .manage {
        width: 100%;
        height: fit-content;
        padding-bottom: 50px;
    }
    
    .structure .title {
        text-align: center;
        font-size: 30px;
        padding: 30px 0 20px 0;
    }
    
    .structure .context {
        width: 100%;
        height: fit-content;
        margin-top: 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
      
    .context .leftList {
        width: 250px;
        height: 500px;
        border: 1px dashed skyblue;
        padding: 30px 38px;
        box-sizing: border-box;
    }
    
    .leftList ul {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
    }
    
    .leftList ul .tili {
        width: 100%;
        display: flex;
        justify-content: space-around;
        font-size: 18px;
        color: gray;
    }
    
    .leftList ul li {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: flex-end;
        margin-top: 10px;
        padding: 4px;
        box-sizing: border-box;
    }
    
    .leftList ul li a {
        color: gray;
        font-size: 16px;
        text-decoration: none;
    }
    
    .leftList ul li .pic {
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .pic img {
        width: 100%;
    }
    
    .center {
        width: 500px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .center .bigPic {
        width: 480px;
        height: 480px;
        overflow: hidden;
        border-radius: 50%;
        border: 1px dashed skyblue;
        position: relative;
    }
    
    .center .bigPic img {
        width: 490px;
        position: absolute;
        right: 0;
        bottom: 0;
        left: -4px;
        top: 0;
        margin: auto;
    }
    
    .rightMenu {
        width: 300px;
        height: 500px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    
    .rightMenu .menuArea {
        width: 100%;
        height: 217px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .menuArea .menuTL {
        width: 45px;
        height: 180px;
        text-align: center;
        padding: 6px;
        font-size: 20px;
        box-sizing: border-box;
        color: #2E95B5;
        background-color: #EBF7FD;
        display: flex;
        align-items: center;
    }
    
    .menuArea .menuTR {
        width: 220px;
        height: 220px;
        border: 1px dashed #B9D8E4;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .menuTR p {
        font-size: 16px;
        color: #89898A;
        margin-bottom: 16px;
    }
    
    .characteristic {
        width: 100%;
        height: 540px;
        background: url(../img/bluebanner.jpg) no-repeat 0 0;
        background-size: 100% 100%;
    }
    
    .characterContainer {
        width: 1300px;
        height: 100%;
        margin: auto;
        overflow: hidden;
        font-size: 16px;
    }
    
    .charTitle {
        color: #fff;
        font-size: 30px;
        text-align: center;
        margin: 60px 0 10px 0;
    }
    
    .characterContainer p {
        text-align: center;
        color: rgba(255, 255, 255, 0.6);
        margin-bottom: 0;
    }
    
    .characterContainer ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 40px;
    }
    
    .characterContainer ul li {
        background-color: rgba(0, 0, 0, 0.4);
        width: 300px;
        height: 280px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .characterContainer ul li h6{
        font-size: 20px;
    }
    
    .characterContainer ul li .borders {
        width: 68px;
        height: 68px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 1px solid #1F73A3;
        margin-bottom: 30px;
    }
    
    .characterContainer ul li .pics {
        height: 54px;
        width: 54px;
        border-radius: 50%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
    }
    
    .characterContainer ul li .pics img {
        width: 25px;
    }
    
    .characterContainer ul li h6 {
        font-weight: normal;
        color: #8497B9;
        margin-bottom: 16px;
    }
    
    .charDescrible {
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: center;
        padding: 0 20px;
    }
    
    .charDesText {
        width: 90%;
        font-size: 15px;
        color: rgba(255, 255, 255, 0.6);
    }
    
    .charPoints {
        width: 5%;
        margin-top: 8px;
    }
    
    .charPoint {
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #6d6d6d;
    }
    
    .price {
        width: 100%;
        background-color: #F9FBFD;
        overflow: hidden;
        height: fit-content;
    }
    
    .priceContainer {
        width: 1300px;
        height: fit-content;
        margin: 60px auto 0;
    }
    
    .priceTitle {
        font-size: 30px;
        text-align: center;
    }
    
    .priceContainer ul {
        height: 350px;
        width: 100%;
        margin-top: 40px;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    
    .priceContainer ul li {
        width: fit-content;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }
    
    .priceContainer li .advantages {
        display: flex;
        justify-content: center;
    }
    
    .priceContainer li .advantages .num {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-image: url(../img/1.png);
        background-size: 100%;
        background-repeat: no-repeat;
        color: white;
        font-size: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .priceContainer li .advantages .advantage {
        width: 250px;
        margin: 4px 0 0 10px;
    }
    .advantage h5 {
        font-size: 20px;
        margin-bottom: 16px;
    }
    .advantage p {
        font-size: 14px;
        color: #9B9C9D;
    }
    
    .fun {
        width: 1300px;
        height: fit-content;
        margin: 60px auto 0;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    
    .funTitle {
        font-size: 30px;
        text-align: center;
        width: 100%;
        margin-bottom: 40px;
    }
    
    .funText {
        width: fit-content;
        position: absolute;
        right: 100px;
        bottom: 0;
    }
    
    .funText h4 {
        font-size: 20px;
        margin: 20px 0;
    }
    
    .funText p {
        font-size: 14px;
        color: #9B9C9D;
        margin: 0;
    }
    
    .funContent {
        width: 1300px;
        display: flex;
        height: 600px;
        justify-content: space-around;
        align-items: flex-end;
        background-image: url(../img/fun.png);
        background-size: auto 100%;
        background-position: 0 center;
        background-repeat: no-repeat;
        position: relative;
    }
    
    .btn_connect {
        width: 160px;
        height: 60px;
        text-align: center;
        background-color: #fff;
        line-height: 46px;
        margin-top: 120px;
        margin-bottom: 30px;
        cursor: pointer;
        position: relative;
    }
    .unfoucs{
        position: absolute;
        top: 0;
        left: 0;
    }
    .foucs{
        position: absolute;
        z-index: 100;
        bottom: -13px;
        right: 0;
    }
    footer {
        height: 400px;
        width: 100%;
        background-color: #33373B;
        font-size: 16px;
    }

    .footerContainer {
        width: 1300px;
        margin: auto;
        display: flex;
        justify-content: center;
    }

    .footLeft {
        width: 410px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 350px;
        padding-top: 20px;
    }

    .footLeft>.borders {
        margin: 0;
    }

    .footLeft .connect {
        height: 190px;
        padding-right: 50px;
    }

    .hotLine {
        color: white;
        margin-right: 80px;
    }

    .hotLine p {
        margin: 0;
        font-size: 14px;
    }

    .time {
        color: white;
        margin-top: 7px;
    }

    .address {
        color: white;
        margin-top: 7px;
    }

    .email {
        color: white;
        margin-top: 7px;
    }

    .hotLine span {
        font-size: 19px;
    }

    .footCenter {
        width: 440px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        color: white;
        padding-top: 100px;
    }

    .aboutUs>.title,
    .production>.title {
        font-size: 18px;
        text-align: left;
    }

    .footCenter ul li {
        margin-top: 4px;
    }

    .footCenter ul li a {
        color: #9E9F9F;
        text-decoration: none;
    }

    .footRight {
        width: 450px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .ewm {
        width: 400px;
        height: 190px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .end {
        height: 70px;
        width: 100%;
        background-color: #2D3236;
        color: white;
        font-size: 14px;
        text-align: center;
        line-height: 70px;
    }
    .mobileAdvantage{
        display: none;
    }
    .mobileSpecail{
        display: none;
    }
    .mobileFoot,.mobileText, .cooperationTip{
        display: none;
    }
}

@media (max-width: 1280px) {
    .main header{
        height: 0.5rem;
    }
    .headerMenu{
        width: 100%;
        position: relative;
    }
    .menuList{
        display: none;
    }
    .telephone{
        display: none;
    }
    .logo{
        float: left;
    }
    #h_logo {
        display: block;
        height: 0.34rem;
        background: url('../img/whiteLogo.png') no-repeat center/contain;
        margin-top: .08rem;
    }
    .childMenu {
        height: .5rem;
        width: .6rem;
        position: fixed;
        right: 0;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .childMenu .menuBtn {
        height: 0.3rem;
    }

    .childMenu ul {
        display: none;
        background-color: #fff;
        width: 100vw;
        position: absolute;
        top: .5rem;
        right: 0;
    }

    .childMenu ul>li {
        width: 100%;
        height: .35rem;
        border-bottom: 1px solid #ddd;
        display: flex;
        justify-content: space-between;
    }
    .childMenu ul li a{
        font-size: .16rem;
        line-height: .3rem;
        padding-left: .08rem;
        text-decoration: none;
    }

    .tipHeader {
        width: 100%;
        height: 0.3rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .tipHeader img {
        width: 0.16rem;
        height: .16rem;
        margin-right: 0.16rem;
    }
    .active {
        height: 2.3rem!important;
        position: relative;
    }
    .product ul {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .product ul li {
        border: 0;
    }
    .product ul li a {
        font-size: 0.14rem;
    }

    .cooperationTip {
        width: .4rem;
        height: .4rem;
        position: fixed;
        bottom: .2rem;
        right: .2rem;
        z-index: 1004;
    }
    
    .cooperationTip a{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cooperationTip img {
        width: 80%;
    }
    .banner img{
        width: 100%;
    }
    .bannerContainer a{
        display: none;
    }
    .bottomNav{
        display: none;
    }
    .industry {
        margin-top: 0.2rem;
    }
    .industry .industryTitle {
        font-size: 0.16rem;
        height: 0.16rem;
        line-height: 0.16rem;
        border-left: 0.04rem solid #43B9CF;
        padding-left: .06rem;
        margin-left: .1rem;
    }
    .industry ul{
        width: 96%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
        margin: .06rem auto 0;
    }
    .industry ul li {
        width: 48%;
        height: 2.3rem;
        margin-top: .08rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: white;
        box-shadow: .02rem .05rem .08rem #ccc;
    }
    .industry ul li  .pic{
        width: 0.6rem;
        height: 0.6rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .industry ul li .pic img{
        width: 100%;
    }
    .industry ul li h3{
        font-size: 0.14rem;
        margin: 0.08rem 0;
    }
    .industry ul li .texts{
        width: 100%;
        height: 1.3rem;
        font-size: .13rem;
        padding: 0 .04rem;
        box-sizing: border-box;
    }
    .points{
        height: 100%;
        width: 6%;
        display: flex;
        justify-content: center;
    }
    .point {
        width: 0.04rem;
        height: 0.04rem;
        margin-top: 0.08rem;
        background-color: #6d6d6d;
        border-radius: 50%;
    }
    .describle{
        width: 100%;
        display: flex;
    }
    .desText{
        width: 1.6rem;
        margin-left: 0.04rem;
        font-size: 0.12rem;
    }
    .context{
        margin-top: .1rem;
        display: flex;
        flex-direction: column-reverse;
    }
    .structure .manage {
        margin-top: 0.2rem;
    }
    .structure .manage .title {
        font-size: 0.16rem;
        height: 0.16rem;
        line-height: 0.16rem;
        border-left: 0.04rem solid #43B9CF;
        padding-left: .06rem;
        margin-left: .1rem;
    }
    .rightMenu {
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-top: .1rem;
    }
    .rightMenu .menuArea{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .rightMenu .menuArea .menuTL{
        width: 1.6rem;
        color: #007DA4;
        background-color: #ECF7FD;
        margin-top: .08rem;
        text-align: center;
        padding: 0.04rem 0;
        font-size: 0.12rem;
    }
    .rightMenu .menuArea .menuTR{
        width: 1.6rem;
        height: 1.6rem;
        border: .01rem dashed #43B9CF;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .menuArea .menuTR p {
        font-size: .12rem;
        margin-bottom: 0.1rem;
    }
    .menuArea .menuTR img{
        height: 56%;
    }
    .center{
        width: 3.4rem;
        height: 3.4rem;
        margin: .1rem auto;
    }
    .center .bigPic {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 0.01rem dashed skyblue;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .bigPic img{
        width: 100%;
    }
    .leftList {
        width: 90%;
        margin: 0 auto 0.032rem;
        border: 1px dashed skyblue;
    }

    .leftList ul .tili {
        width: 100%;
        font-size: .16rem;
        text-align: center;
        padding: .1rem 0;
    }

    .leftList ul li {
        float: left;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: .06rem 0;
        width: 25%;
        height: .2rem;
    }

    .leftList ul li a {
        font-size: .12rem;
        margin-left: .02rem;
    }

    .leftList ul li .pic {
        height: .2rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .leftList ul li .pic img {
        width: .16rem;
        height: auto;
    }
    .characterContainer{
        background: url(../img/mobileSpecailBanner.png) no-repeat;
        background-size: 100% 100%;
        padding-top: .16rem;
        margin-top: .2rem;
        overflow: hidden;
    }
    .characterContainer .charTitle{
        font-size: 0.16rem;
        height: 0.16rem;
        line-height: 0.16rem;
        border-left: 0.04rem solid #43B9CF;
        padding-left: .06rem;
        margin-left: .1rem;
        color: #fff;
    }
    .characterContainer>p{
        color: rgba(255, 255, 255, 0.6);
        font-size: .13rem;
        margin-bottom: 0;
        overflow: hidden;
    }
    .mobileSpecail{
        padding: 0 .16rem;
        box-sizing: border-box;
        margin-top: .1rem;
    }
    .pcSpecail{
        display: none;
    }
    .characterContainer ul{
        width: 95%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        margin-bottom: .2rem;
    }
    .characterContainer ul li{
        width: 47%;
        height: 1.6rem;
        background-color: rgba(0,0,0,0.2);
        color: white;
        margin: .05rem 0;
        font-size: .12rem;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        padding: 0 .1rem;
        box-sizing: border-box;
        overflow: hidden;
    }
    .characterContainer ul li h6{
        margin-top: .08rem;
        font-size: 0.13rem;
        margin-bottom: 0;
    }
    .borders .pics{
        background-color: #fff;
        width: .32rem;
        height: .32rem;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .borders .pics img{
        width: 60%;
    }
    .charDescrible {
        height: .4rem;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }
    .price{
        width: 100%;
        margin-top: .1rem;
        background-color: #F9FBFD;
    }
    .price .priceContainer .priceTitle{
        font-size: 0.16rem;
        height: 0.16rem;
        line-height: 0.16rem;
        border-left: 0.04rem solid #43B9CF;
        padding-left: .06rem;
        margin-left: .1rem;
        margin-bottom: .1rem;
    }
    .num{
        width: 0.2rem;
        height: 0.2rem;
        border-radius: 50%;
        background-image: url(../img/1.png);
        background-size: 100%;
        background-repeat: no-repeat;
        color: white;
        font-size: .12rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .price .priceContainer>ul {
        display: none;
    }
    .price .priceContainer {
        overflow: hidden;
        padding: .1rem 0;
    }
    .price .priceContainer .mobileAdvantage {
        width: 100%;
        display: flex;
    }
    .mobileAdvantage img {
        width: 1.2rem;
        height: 1.2rem;
        vertical-align: middle;
        margin: auto 0.1rem ;
    }
    .mobileAdvantage ol{
        width: 56%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 0;
    }
    .mobileAdvantage ol li {
        width: 2.2rem;
    }
    .mobileAdvantage ol li .advantages{
        display: flex;
        align-items: center;
        padding: .1rem 0;
    }

    .advantages .advantage{
        width: fit-content;
    }
    .advantages .advantage h5 {
        font-size: .14rem;
        margin-bottom: 0;
        margin-left: 0.08rem;
    }

    .fun .funTitle{
        font-size: 0.16rem;
        height: 0.16rem;
        line-height: 0.16rem;
        border-left: 0.04rem solid #43B9CF;
        padding-left: .06rem;
        margin-left: .1rem;
        margin-top: .2rem;
    }
    .funContent{
        margin-top: .16rem;
    }
    .funContent .funText{
        display: none;
    }
    footer {
        background-color: #33373B;
        overflow: hidden;
    }

    .footCenter {
        width: 100%;
    }

    .footCenter .production {
        margin-left: .12rem;
        margin-top: .18rem;
    }

    .footCenter .production .title {
        color: #fff;
        font-size: .16rem;
    }

    .footCenter .production ul {
        overflow: hidden;
        margin: .04rem 0 .16rem;
    }

    .footCenter .production ul li {
        float: left;
        margin-right: .06rem;
        height: 0.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footCenter .production ul li a {
        font-size: 0.12rem;
        color: #D5D3D0;
    }

    .aboutUs {
        width: 100%;
        margin-left: .12rem;
    }

    .aboutUs .title {
        color: #fff;
        font-size: .16rem;
    }

    .aboutUs ul {
        overflow: hidden;
        margin: .04rem 0 .16rem;
    }

    .aboutUs ul li {
        float: left;
        margin-right:.06rem;
        height: .14rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .aboutUs ul li a {
        font-size: .12rem;
        color: #D5D3D0;
    }

    .footLeft {
        display: none;
    }

    .footRight {
        display: none;
    }

    .mobileFoot {
        width: 93%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: .16rem;
    }

    .connect {
        color: #fff;
    }

    .connect .hotLine p {
        font-size: .12rem;
        margin-bottom: .08rem;
    }

    .connect img {
        height: 0.16rem;
        margin-right: .06rem;
        margin-top: -0.03rem;
    }

    .connect .time,
    .connect .address,
    .connect .email {
        font-size: .12rem;
        margin-bottom: .08rem;
    }

    .ewm {
        width: 1.2rem;
        height: 1.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ewm img {
        width: 100%;
    }

    .end {
        color: #C0C0BF;
        font-size: .12rem;
        text-align: center;
        background-color: #333;
        padding: 0.16rem 0;
        overflow: hidden;
    }

    .end p {
        margin-bottom: 0;
    }

    .PCText {
        display: none;
    }
}
.positions{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100002;
}