<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
.common-fixed-header~.container {
    border-top: 1.17rem solid transparent;
}

!*å¤´éƒ¨*!
.common-fixed-header{
    position: fixed;
    width: 100%;
    z-index: 98;
    left: 0;
    top: 0;
    height: 1.17rem;
    line-height:1.17rem;
    background: #fff;
    text-align: center;
    color: #333;
    font-size: 38px;
    -moz-box-shadow: 0px 6px 18px #dadada;
    -webkit-box-shadow: 0px 6px 18px #dadada;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}
.index-fixed-header{
    background-color:rgba(0,0,0,0.3);
    -moz-box-shadow: none;
    -webkit-box-shadow:none;
    box-shadow: none;
}
[data-dpr="1"] .common-fixed-header{
    font-size: 19px;
}
[data-dpr="3"] .common-fixed-header{
    font-size:57px;
}
[data-dpr="1"] .common-fixed-header{ font-size: 19px;}
[data-dpr="2"] .common-fixed-header{ font-size: 38px;}
[data-dpr="3"] .common-fixed-header{font-size:57px; }
.index-fixed-header .logo-icon{
    width: 2.73rem;
    position: absolute;
    top:0;
    left:0.48rem;
}
.common-fixed-header.index-fixed-header .toggle-btn{
    color: #fff;
}
.common-fixed-header .back-btn,.common-fixed-header .toggle-btn{
    position: absolute;
    top:0;
}
.common-fixed-header .back-btn{
    left:0.48rem;
}
.common-fixed-header .toggle-btn{
    right:0.48rem;
}

.common-menu{
    position: fixed;
    width: 6rem;
    height:100%;
    z-index: 100;
    right: 0;
    top: 0;
    background: #222;
    color: #fff;
    padding:0.33rem 0.56rem;
    font-size: 30px;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
[data-dpr="1"] .common-menu{
    font-size: 14px;
}
[data-dpr="3"] .common-menu{
    font-size: 45px;
}
[data-dpr="1"] .common-menu{font-size: 14px;}
[data-dpr="2"] .common-menu{font-size: 30px;}
[data-dpr="3"] .common-menu{font-size: 45px;}
.common-menu.open{
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.common-menu a{
    color: #fff;
}
.common-menu .close-btn{
    line-height: 1;
    font-size: 50px;
    float: right;
}
[data-dpr="1"]  .common-menu .close-btn{
    font-size: 25px;
}
[data-dpr="3"] .common-menu .close-btn{
    font-size: 75px;
}
[data-dpr="1"]  .common-menu .close-btn{font-size: 25px;}
[data-dpr="2"] .common-menu .close-btn{font-size: 50px;}
[data-dpr="3"] .common-menu .close-btn{font-size: 75px;}
.common-menu .logo-area{
    text-align: right;
    clear: both;
    padding: 0.38rem 0 0;
}
.common-menu .logged-area{
    font-size:26px;
    !*display: none;*!
}
[data-dpr="1"] .common-menu .logged-area{
    font-size: 13px;
}
[data-dpr="3"] .common-menu .logged-area{
    font-size: 39px;
}
.common-menu .tip-logo{padding: .4rem 0 0;}
.common-menu .logged-area img{
    display: inline-block;
    width: 0.733rem;
    height: 0.733rem;
    border: 3px solid #fff;
    border-radius: 100%;
    margin-right: 0.27rem;
}
.common-menu .tip-logo a{
    padding-left:0.33rem;
    position: relative;
}
.common-menu .tip-logo a:first-child{
    padding-right:0.33rem;
}
.common-menu .tip-logo a:first-child:before{
    content: '';
    position: absolute;
    top: 20%;
    right: 0;
    width: 2px;
    height: 80%;
    background: #fff;
}
.common-menu .nav&gt;li{
    width: 100%;
    border-bottom:1px solid #444;
}
.common-menu .nav&gt;li&gt;a{
    display: block;
    padding: 0.24rem 0  0.24rem 1.2rem;
    position: relative;
    font-size: 30px;
}
[data-dpr="1"] .common-menu .nav&gt;li&gt;a{
    font-size: 14px;
}
[data-dpr="3"] .common-menu .nav&gt;li&gt;a{
    font-size: 44px;
}
.common-menu .nav&gt;li&gt;a:before{
    content: '';
    position: absolute;
    width: 0.16rem;
    height: 0.16rem;
    top: 50%;
    left: 0.502rem;
    margin-top: -0.08rem;
    background: #555;
}
.common-menu .nav&gt;li .sub-menu{
    border-top: 1px solid #444;
}
.common-menu .nav&gt;li .sub-menu li a{
    display: block;
    padding: 0.24rem 0  0rem 1.2rem;
    color: #ddd;
}
.common-menu .nav&gt;li .sub-menu li:last-child a{
    padding: 0.24rem 0  0.26rem 1.2rem;
}
.common-menu .nav&gt;li.active&gt;a{
    color:#f60;
}
.common-menu .nav .sub-menu li.active&gt;a{
    color:#f60;
}
.common-menu .nav&gt;li.active&gt;a:before{
    background:#f60;
}
.common-menu .bottom-area{
    position: fixed;
    bottom: 0.4rem;
    text-align: right;
    width: 100%;
    right: 0;
    padding:0 0.56rem;
}
.common-menu .bottom-area .link-btn{
    color: #f60;
    border-radius: 100px;
    width: 2.66rem;
    line-height: 1rem;
    height: 1rem;
}
.common-menu .bottom-area .show-wechat{
    font-size: 66px;
    vertical-align: middle;
    margin: 0 0.15rem  0  0.4rem;
    color: #444;
    position: relative;
}
.common-menu .bottom-area .show-wechat:before{z-index: 100;position: relative;}
.common-menu .bottom-area .show-wechat:after{
    display: block;
    content: "";
    width: 52px;
    height: 52px;
    position: absolute;
    top: 0.1rem;
    right: 0.1rem;
    background: #fff;
    border-radius: 50%;
    z-index: 99;
}
[data-dpr="1"] .common-menu .bottom-area .show-wechat:after{width: 26px;height: 26px;}
[data-dpr="3"] .common-menu .bottom-area .show-wechat:after{width: 78px;height: 78px;}

[data-dpr="1"] .common-menu .bottom-area .show-wechat{
    font-size: 33px;
}
[data-dpr="3"] .common-menu .bottom-area .show-wechat{
    font-size: 99px;
}
[data-dpr="1"] .common-menu .bottom-area .show-wechat{font-size: 33px;}
[data-dpr="2"] .common-menu .bottom-area .show-wechat{font-size:66px;}
[data-dpr="3"] .common-menu .bottom-area .show-wechat{font-size: 99px;}
*/

.common-fixed-header&gt;.back-btn{
    position: absolute;
    top:0;
    left:0.48rem;
}
.common-fixed-header2{
    height: 1.17rem;
    line-height: 1.17rem;
}
.common-fixed-header&gt;h1{
    text-align: center;
    font-size: 38px;
    font-weight: normal;
}
[data-dpr="1"] .common-fixed-header&gt;h1{ font-size: 19px;}
[data-dpr="3"] .common-fixed-header&gt;h1{font-size:57px; }

.common-weChat-layer,.common-check-layer{
    background: #fff;
    text-align: center;
    padding: 0.7rem;
    line-height: 2;
}
.common-check-layer{min-width: 7.067rem;}
.common-weChat-layer img{
    width: 6rem;
    height: 6rem;
    margin-bottom: 0.4rem;
}
.common-weChat-layer .btn-border{
    margin-top: 0.4rem;
}
.common-check-layer p{
    color: #999;
    font-size: 26px;
}
.common-check-layer p span{padding: 0 5px;}
.common-check-layer p:first-child+p{
    font-size: 40px;
    color: #333;
    padding-bottom: 0.1rem;
}
.common-check-layer .btn-border{
    margin-top: 0.7rem;
    border-radius: 0;
    font-size: 28px;
}
.common-check-layer img{
    width: 1.307rem;
    margin-bottom: 0.4rem;    
}
[data-dpr="1"] .common-check-layer p{font-size: 12px;}
[data-dpr="3"] .common-check-layer p{font-size: 38px;}
[data-dpr="1"] .common-check-layer p:first-child+p{font-size: 20px;}
[data-dpr="3"] .common-check-layer p:first-child+p{font-size: 60px;}
[data-dpr="1"] .common-check-layer .btn-border{font-size: 14px;}
[data-dpr="3"] .common-check-layer .btn-border{font-size: 42px;}
    /*å¼¹çª—*/
.ui-dialog{
    font-size: inherit !important;
}

/*é¦–é¡µ*/
.over-bg-layer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    background: url("../images/grid.png") repeat;
    text-align: center;
    color: #fff;
}
.over-bg-layer .big-txt{
    font-size: 66px;
    margin-top: 4.2rem;
    line-height: 1.8;
    letter-spacing: 5px;
}
.over-bg-layer .big-txt p:last-child{
    font-size: 30px;
    letter-spacing: 1.5px;
}
.over-bg-layer .small-txt{
    font-size: 30px;
    line-height: 2.5;
    margin-top: 2.2rem;
    letter-spacing: 5px;
}
.over-bg-layer i{
    display: block;
    width:0.533rem;
    height: 0.053rem;
    margin: 0.4rem auto 0;
    background: #f60;
}
[data-dpr="1"] .over-bg-layer .big-txt{font-size:33px; }
[data-dpr="2"] .over-bg-layer .big-txt{font-size:66px; }
[data-dpr="3"] .over-bg-layer .big-txt{font-size:99px; }
[data-dpr="1"] .over-bg-layer .small-txt{font-size:15px; }
[data-dpr="2"] .over-bg-layer .small-txt{font-size:30px; }
[data-dpr="3"] .over-bg-layer .small-txt{font-size:45px; }
[data-dpr="1"] .over-bg-layer .big-txt p:last-child{font-size:15px; }
[data-dpr="3"] .over-bg-layer .big-txt p:last-child{font-size:45px; }
.over-bg-layer .copyright{
    width:100%;
    position: absolute;
    bottom:0.3rem;
    left:0;
    font-size: 20px;
}
[data-dpr="1"] .over-bg-layer .copyright{font-size:10px;}
[data-dpr="3"] .over-bg-layer .copyright{font-size:30px;}

/*ç™»å½•æ³¨å†Œå¿˜è®°å¯†ç&nbsp;*/
.common-form{
    padding: 0.5rem;
}
.common-form&gt;div{
    width: 100%;
    position: relative;
    margin-bottom: 0.3rem;
}
.common-form input{
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 0.33rem;
}
[data-dpr="1"] .common-form input{
    font-size:16px;
}
[data-dpr="3"] .common-form input{
    font-size:48px;
}
[data-dpr="1"] .common-form input{font-size:16px;  }
[data-dpr="2"] .common-form input{font-size: 32px;}
[data-dpr="3"] .common-form input{ font-size:48px;  }
.common-form .btn{
    width: 100%;
    display: block;
    text-align: center;
    font-size: 36px;
    margin-top: 0.6rem;
}
[data-dpr="1"] .common-form .btn{
    font-size: 18px;
}
[data-dpr="3"] .common-form .btn{
    font-size: 54px;
}
.common-form .code-btn{
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.33rem;
}
.common-form .code-btn:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0.2rem;
    width: 1px;
    height: 0.9rem;
    background: #ccc;
}
.common-form .accept-txt{
    margin-top: 0.6rem;
    padding-left: 0.33rem;
}
.common-form .accept-txt span{
    color: #ccc;
}
.common-form .remember-tip{
    margin-top: 0.6rem;
}
.common-form input[type="checkbox"]{
    border-bottom: 0;
    float: left;
    padding: 0;
}
.common-checkbox input[type="checkbox"] + .checkbox-status:before{
    font-family:"iconfont" !important;
    content: "\e655";
    font-style: normal;
}
.common-checkbox input[type="checkbox"]:checked + .checkbox-status:before{
    content: "\e64d";
    color: #f60;
}
.common-checkbox i{
    padding-right: 0.12rem;
    font-size: 34px;
    display: inline-block;
    line-height: 1;

}
[data-dpr="1"] .common-checkbox i{
    font-size: 17px;
}
[data-dpr="3"] .common-checkbox i{
    font-size: 51px;
}

/*é’ˆå¯¹320åšé€‚åº”*/
@media screen and (min-device-width: 320px) and (max-device-width: 374px) and (-webkit-min-device-pixel-ratio: 2) {
    .over-bg-layer .big-txt{
        line-height: 1.5;
    }
    .over-bg-layer .big-txt p:last-child{
        font-size:20px;
        /*letter-spacing: 2px;*/
    }
    .over-bg-layer .small-txt {
        letter-spacing: 14px;
    }
}
@media screen and (max-width: 640px) {
    .common-menu .logo-area {
        padding: 0.26rem 0 0;
    }
    .common-menu .nav&gt;li&gt;a {
        display: block;
        padding: 0.24rem 0 0.24rem 1.2rem;
        position: relative;
        font-size: 28px;
    }
    .common-menu .nav&gt;li .sub-menu li a {
        padding: 0.22rem 0 0.22rem 1.2rem;
    }
    .common-menu .bottom-area{
        margin-top: 0.3rem;
    }
}


    /*è½®æ’­*/
.swiper-container .swiper-pagination-bullet {
    width: 0.187rem;
    height: 0.187rem;
}
.swiper-container.banner-swiper-container .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}
.swiper-container .swiper-pagination-bullet-active{
    background: #f60;
    width: 30px;
    border-radius: 10px;
}

.swiper-container.common-swiper-container{
    height: 6.93rem;
}
.swiper-container.common-swiper-container .swiper-wrapper{
    height: 6rem;
}
.swiper-container.common-swiper-container .swiper-wrapper img{
    height: 6rem;
}
.swiper-container.common-swiper-container .swiper-pagination{
    bottom: 0;
    height: 0.93rem;
}
.swiper-container.common-swiper-container .swiper-pagination.text-left{
    text-align: left;
}
.swiper-container.video-swiper-container{
    height: 6.93rem;
}
.swiper-container.video-swiper-container .swiper-wrapper{
    height: 6rem;
}
.swiper-container.video-swiper-container .swiper-wrapper .video-box{
    height: 6rem;
    width: 100%;
    overflow: hidden;
}
.swiper-container.video-swiper-container .swiper-wrapper .swiper-slide{
    position: relative;
}
.swiper-container.video-swiper-container .swiper-wrapper .swiper-slide .video-layer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}
/*çŸ¥è¥é”€*/
.common{
    height: 14.667rem;
    text-align: center;
    width:100%;
    display: block;
}
.market-main .banner{
    background: url(../images/market/banner-bg.jpg) no-repeat top center;
    background-size: 100% 8.827rem;
    position: relative;
}
.banner .con{
    margin: 0 auto;
    text-align: center;
    /*padding-top: 8.6rem;*/
    position: absolute;
    bottom: 1.5rem;
    left: 0;
    right: 0;
}
.market-main .banner .con img{
    display: inline-block;
    width: 3.52rem;
    padding-bottom: 0.3rem;
}
.common.banner .con p{
    letter-spacing: 0.1rem;
    padding-bottom: 0.65rem;
    /*font-size: 0.426667rem;*/
}
[data-dpr="1"] .common.banner .con p {
    font-size: 16px;
}
[data-dpr="2"] .common.banner .con p {
    font-size: 32px;
}
[data-dpr="3"] .common.banner .con p {
    font-size: 48px;
}
.common.banner .con p em{
    display: inline-block;
    color: #f60;
    padding-left: 0.267rem;
    padding-right: 0.267rem;
}
.common.banner .con .ui-btn{
    background: #f60;
    color: #fff;
    display: inline-block;
    line-height: 0.85rem;
    border-radius: 2px;
    display: inline-block;
    height: 0.867rem;
    width: 2.213rem;
    font-size: 28px;
}
[data-dpr="1"] .common.banner .con .ui-btn {
    font-size: 14px;
}
[data-dpr="2"] .common.banner .con .ui-btn {
    font-size: 28px;
}
[data-dpr="3"] .common.banner .con .ui-btn {
    font-size: 42px;
}
.common.banner .con span{
    display: block;
    padding-top: 0.35rem;
    color: #999;
}
.common.banner .con span em{
    color: #f60;
    padding: 0 0.16rem;
}
.common .section-title{
    text-align: center;
    font-size: 52px;
    padding-top: 1.6rem;
    line-height: 1.65;
}
[data-dpr="1"] .common .section-title {
    font-size: 26px;
}
[data-dpr="2"] .common .section-title {
    font-size: 52px;
}
[data-dpr="3"] .common .section-title {
    font-size: 78px;
}
.common .line{
    display: block;
    width: 0.533rem;
    height: 0.04rem;
    background: #f60;
    margin: 0.1rem auto 0.24rem;
}
.common .word{
    color: #666;
    font-size: 28px;
    line-height: 1.6;
}
[data-dpr="1"] .common .word {
    font-size: 14px;
}
[data-dpr="2"] .common .word {
    font-size: 28px;
}
[data-dpr="3"] .common .word {
    font-size: 42px;
}
.market-main .section1{
    background: url(../images/market/section1-bg.jpg) no-repeat center 4.9rem #fff8f4;
    background-size: 100% 8.667rem;
}
.market-main .section2{
    background: url(../images/market/section2-bg.png) no-repeat center bottom;
    background-size: 100% auto;
}
.market-main .section3{
    background: url(../images/market/section3-bg.jpg) no-repeat center bottom;
    background-size: 100% auto;
    position: relative;
}
.market-main .section3 .img{
    width: 10.56rem;
    text-align: center;
    position: absolute;
    bottom: 1.7rem;
    left: 50%;
    margin-left: -5.28rem;
}
#swiper-container{
    padding-top: 1.2rem;
    height: 11rem;
}
#swiper-container .swiper-slide{
    /*background-image: -moz-linear-gradient( 90deg, rgb(255,102,0) 0%, rgb(255,150,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255,102,0) 0%, rgb(255,150,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,102,0) 0%, rgb(255,150,0) 100%);*/
    box-shadow: 0px 4px 20px 0px rgba(255, 103, 0, 0.2);    
    width: 53%;
    height: 8.267rem;
    background: #fff;
    padding: 0.333rem;
    box-sizing:border-box;
    position: relative;
    margin: 0 0.3rem;
    vertical-align:bottom;
}
#swiper-container .swiper-slide.swiper-slide-active{
    height: 8.867rem;
}
#swiper-container .swiper-slide img{
    width: 100%;
    height: 6.933rem;
}
#swiper-container .swiper-slide.swiper-slide-active img{
    height: 7.467rem;
}
#swiper-container .swiper-slide p{
    color: #f60;
    font-size: 26px;
    text-align: center;
    padding: 0.252rem 0;
}
[data-dpr="1"] #swiper-container .swiper-slide p {
    font-size: 12px;
}
[data-dpr="2"] #swiper-container .swiper-slide p {
    font-size: 28px;
}
[data-dpr="3"] #swiper-container .swiper-slide p {
    font-size: 40px;
}
/*çŸ¥è®¾è®¡*/
.design-main .banner{
    background: url(../images/design/banner-bg.jpg) no-repeat center 0.6rem #fafafa;
    background-size: 100% 7.467rem;
    position: relative;
    height: 13rem;
}
.design-main .banner .con img{
    display: inline-block;
    width: 3.68rem;
    padding-bottom: 0.3rem;
}
.design-main .section1{
    background: #fff;
}
.design-main .section2{
    background: url(../images/design/section2-bg.jpg) no-repeat right bottom #fff8f4;
    background-size: 100% 10.4rem;
}
.design-main .section2 img{
    text-align: center;
    margin-top: 1.4rem;
    width: 8.12rem;
    height: 6.227rem;
}
.design-main .section3{
    background: #fff;
}
.design-main .section4{
    background: url(../images/design/section4-bg.png) no-repeat center bottom #fff8f4;
    background-size: 100% 10rem;
    position: relative;
}
.design-main .section4 img{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 5.88rem;
    height: 4.88rem;    
}
.design-main .section5 img{
    width: 9.2rem;
    height: 8.187rem;
    text-align: center;
    margin-top: 1.067rem;
}

.video-box {
    width: 9.2rem;
    height: 5.52rem;
    margin: auto;
    margin-top: 1.8rem;
    cursor: pointer;
    position: relative;
}
.video-box video{
    width: 100%;
    height: 5.52rem;
    display: block;
}
.zsj-swiper-container{
    width: 9.2rem;
    height: 5.52rem;
    margin: 0.733rem auto 0;
}
.swiper-container.zsj-swiper-container,.swiper-container.zlf-swiper-container{
    width: 9.2rem;
    min-height: 8.0rem;
    margin: 0.733rem auto 0;
}
.swiper-container.zsj-swiper-container .swiper-slide img,.swiper-container.zlf-swiper-container .swiper-slide img{
    height: 100%;
    width: 100%
}
.swiper-container.zsj-swiper-container .swiper-wrapper,.swiper-container.zlf-swiper-container .swiper-wrapper{height: 5.52rem;}
.swiper-container.zsj-swiper-container .swiper-pagination,.swiper-container.zlf-swiper-container .swiper-pagination{
    height: .6rem;
    top: 6rem;
}
.swiper-container.zsj-swiper-container .swiper-pagination .swiper-pagination-bullet,.swiper-container.zlf-swiper-container .swiper-pagination .swiper-pagination-bullet{
    height: 0.187rem;
    width: .187rem;
    margin: 0 0.08rem;
}
.swiper-container.zsj-swiper-container .swiper-pagination .swiper-pagination-bullet-active,.swiper-container.zlf-swiper-container .swiper-pagination .swiper-pagination-bullet-active{
    width: 0.427rem;
}
.swiper-container.zsj-swiper-container .swiper-slide .title,.swiper-container.zlf-swiper-container .swiper-slide .title{
    position: absolute;
    bottom: -1.95rem;
    text-align: center;
    width: 100%;
    font-size: 30px;
}
[data-dpr="1"] .swiper-container.zsj-swiper-container .swiper-slide .title,[data-dpr="1"] .swiper-container.zlf-swiper-container .swiper-slide .title {
    font-size: 14px;
}
[data-dpr="2"] .swiper-container.zsj-swiper-container .swiper-slide .title,[data-dpr="2"] .swiper-container.zlf-swiper-container .swiper-slide .title{
    font-size: 30px;
}
[data-dpr="3"] .swiper-container.zsj-swiper-container .swiper-slide .title,[data-dpr="3"] .swiper-container.zlf-swiper-container .swiper-slide .title {
    font-size: 44px;
}
@media screen and (min-device-width: 320px) and (max-device-width: 374px) and (-webkit-min-device-pixel-ratio: 2) {
    [data-dpr="2"] .common .section-title {
    font-size: 48px;
}
    [data-dpr="2"] .common.banner .con p {
        font-size: 28px;
    }
    [data-dpr="2"] .common .word {
        font-size: 25px;
    }
    [data-dpr="2"] .swiper-container.zlf-swiper-container .swiper-slide .title{
        font-size: 26px;
    }
    [data-dpr="2"] .about-main .section6 .map-detail .us-info{font-size: 24px;}
    [data-dpr="2"] .support-list{font-size: 28px;}
    [data-dpr="2"] .parnter-main .section1 .swiper-container .btnL,[data-dpr="2"] .parnter-main .section1 .swiper-container .btnR{margin-top: -.6rem;  }
}
.btn-more{
   font-size: 28px;
   color: #f60;
   line-height: 0.85rem;
   border: 1px solid #f60;
   text-align: center;
   width: 2.213rem;
   height: 0.88rem;
   display: block;
    margin: 0.38rem auto 0;
}
[data-dpr="1"] .btn-more {
    font-size: 14px;
}
[data-dpr="3"] .btn-more {
    font-size: 42px;
}
/*çŸ¥é‡æˆ¿*/
.room-main .banner{
    background: url(../images/room/banner-bg.jpg) no-repeat center top #fafafa;
    background-size: 100% 7.72rem;
    position: relative;
}
.room-main .banner .con img{
    display: inline-block;
    width: 3.613rem;
    padding-bottom: 0.3rem;
}
.room-main .section1{
    background: #fafafa;
}
.swiper-container.zlf-swiper-container{
    min-height: 9.5rem;
}
.room-main .section1 .swiper-container.zlf-swiper-container .swiper-wrapper{height: 7.453rem;}
.room-main .section1 .swiper-container.zlf-swiper-container .swiper-pagination{
    top: 7.9rem;
}
.room-main .section2 .swiper-container.zlf-swiper-container .swiper-slide .title{
    bottom: -2.95rem;
}
.swiper-container.zlf-swiper-container .swiper-slide .title p{
    color: #999;
    font-size: 26px;
    padding-top: 0.267rem;
}
[data-dpr="1"] .swiper-container.zlf-swiper-container .swiper-slide .title p {
    font-size: 12px;
}
[data-dpr="3"] .swiper-container.zlf-swiper-container .swiper-slide .title p {
    font-size: 38px;
}
.room-main .section2{

}
.room-main .section3{
    background: url(../images/room/section3-bg2.jpg) no-repeat center top;
    background-size: 100% 100%;
    position: relative;
}
.room-main .section3 img{
    width: 11.787rem;
    position: absolute;
    bottom: 1.467rem;
    left: 50%;
    margin-left: -4.344rem;
}
.room-main .section4{
    background: url(../images/room/section4-bg.jpg) no-repeat left bottom;
    background-size: 100% 9.747rem;
}
/*å…³äºŽæˆ‘ä»¬*/
.common-auto{
    height: auto;
}
.about-main .banner{
    background: #ededed;
}
.about-main .swiper-container-horizontal&gt;.swiper-pagination-bullets{
    bottom: 0.268rem;
}
.about-main .swiper-container-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet{
    width: 0.187rem;
    height: 0.187rem;
    margin: 0 0.067rem;
}
.about-main .swiper-container-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet-active{
    background: #f60;
    width: 0.427rem;
}
.about-main .section1 p{
    font-size: 32px;
    padding: 0.533rem 0.427rem 0;
    line-height: 1.8;
    text-align: left;
}
[data-dpr="1"] .about-main .section1 p{font-size: 16px;}
[data-dpr="3"] .about-main .section1 p{font-size: 48px;}
.about-main .section2 .swiper-container,.about-main .section3 .swiper-container{
    margin-top: 0.56rem;
    max-width: 10rem;
}
.about-main .section3 .swiper-container{
    height: 7.1rem;
}
.about-main .section2 .swiper-container .swiper-pagination{
    bottom: -0.2rem;
    padding-left: 0.267rem;
}
.about-main .section3 .swiper-container .swiper-pagination{
    bottom: -0.05rem;
    padding-left: 0.267rem;
}
.about-main .section3 .swiper-container .swiper-slide&gt;div{
    text-align: right;
    padding: 0.2rem 0.427rem 0 0;
    font-size: 28px;
}
[data-dpr="1"] .about-main .section3 .swiper-container .swiper-slide&gt;div{font-size: 14px;}
[data-dpr="3"] .about-main .section3 .swiper-container .swiper-slide&gt;div{font-size: 42px;}
.about-main .section3 .swiper-container .swiper-slide&gt;div em{
    padding: 0 0.293rem;
}
.about-main .section4{background: #fafafa;}
.about-main .section4 .history-box{
    background: url(../images/about/section4.png) no-repeat center top;
    background-size: 1.867rem 12.027rem;
    margin-top: 0.92rem;
    padding-bottom: 0.733rem;
}
.about-main .section4 .history-box li{
    display: block;
    width: 100%;
}
.about-main .section4 .history-box li:nth-of-type(odd){
    text-align: right;
    padding-right: 65%;
}
.about-main .section4 .history-box li:nth-of-type(even){
    text-align: left;
    padding-left: 65%;
}
.about-main .section4 .history-box li img{
    width: 2.76rem;
}
.about-main .section4 .history-box li:first-child{padding-top: 0.293rem;}
.about-main .section4 .history-box li:nth-child(2){padding-top: 0.5rem;}
.about-main .section4 .history-box li:nth-child(3){padding-top: 0.5rem;}
.about-main .section4 .history-box li:nth-child(4){margin-top: -0.08rem;}
.about-main .section4 .history-box li:nth-child(5){margin-top: -0.08rem;}
.about-main .section4 .history-box li:nth-child(6){margin-top: -0.08rem;}
.about-main .section4 .history-box li:nth-child(7){margin-top: -2.1rem;}
.about-main .section5{
    padding-bottom: 1.533rem;
}
.news-box{text-align: left;padding: 0.933rem 0.427rem 0;}
.news-box .news-title{
    font-size: 34px;
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding: 0 0 0.2rem 0;
}
[data-dpr="1"] .news-box .news-title{font-size: 16px;}
[data-dpr="3"] .news-box .news-title{font-size: 50px;}
.news-box p{
    font-size: 26px;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
[data-dpr="1"] .news-box p{font-size: 12px;}
[data-dpr="3"] .news-box p{font-size: 38px;}
.news-box .time{
    display: block;
    color: #999;
    text-align: right;
    font-size: 22px;
}
[data-dpr="1"] .news-box .time{font-size: 11px;}
[data-dpr="3"] .news-box .time{font-size: 33px;}
.news-box .time i{
    display: inline-block;
    width: 0.4rem;
    height: 0.027rem;
    color: #ddd;
    padding-bottom: 0.2rem;
    text-align: right;
}
.news-box .time span{display: block;}
.about-main .section6{
    width: 100%;
    height: 9.333rem;
    background: url(../images/about/map.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.about-main .section6 .map-detail{
    width: 9.2rem;
    height: 8.493rem;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -4.6rem;
    margin-top: -4.22rem;
}
.about-main .section6 .map-detail .section-title{
    padding-top: 0.533rem;
}
.about-main .section6 .map-detail .us-info{
    font-size: 30px;
    padding: 0.42rem 0.533rem 0;
    text-align: left;
    overflow: hidden;
}
[data-dpr="1"] .about-main .section6 .map-detail .us-info{font-size: 14px;}
[data-dpr="3"] .about-main .section6 .map-detail .us-info{font-size: 44px;}
.about-main .section6 .map-detail .us-info i{
    display: block;
    float: left;
    font-size: 0.64rem;
    line-height: 1;
    width: 0.64rem;
    height: 0.64rem;
    color: #f60;
    margin-right: 0.373rem;
}
.about-main .section6 .map-detail .us-info span{
    display: block;
    float: left;
}
.about-main .section6 .map-detail .us-info span:last-child {
    width: 70%;
}
.about-main .section6 .map-detail .us-info .btn-more{margin-top: 0.75rem;}
/*åˆä½œä¼™ä¼´*/
.only-img{
    width: 100%;
    height: auto;
    display: block;
}
.support-list{
    display: block;
    padding: 0 1.0rem;
    font-size: 30px;
    padding-bottom: 1.6rem;
    padding-top: 0.7rem;
    overflow: hidden;
    color: #333;
}
[data-dpr="1"] .support-list{font-size: 14px;}
[data-dpr="3"] .support-list{font-size: 44px;}
.support-list li{
    display: block;
    float: left;
    width: 50%;
    border-bottom: 0.013rem solid #ddd;
    padding: 0.58rem 0 0.533rem;
    box-sizing:border-box;
    position: relative;
}
.support-list li:nth-of-type(even):before{
    border-left: 0.013rem solid #ddd;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0.013rem;
}
.support-list li:nth-child(7){
    border-bottom: none;
}
.support-list li:nth-child(8){
    border-bottom: none;
}
.support-list li i{
    font-size: 0.867rem;
    width: auto;
    height: 0.8rem;
    padding-top: 0.467rem;
    color: #f60;
    margin-bottom: .1rem;
}
.add-us{
    display: block;
    padding: 1.067rem 0.507rem 0;
}
.add-us input{
    /*line-height: 1rem;*/
    display: block;
    width: 100%;
    box-sizing:border-box;
    padding: 0.28rem 0.533rem;
    border: 2px solid rgb(221, 221, 221);
    border-radius: 4px;
    margin-bottom: 0.533rem;
    font-size: 32px;
    position: relative;
}
.add-us input:nth-child(3){
    margin-bottom: 0.8rem;
}
[data-dpr="1"] .add-us input{font-size: 14px;}
[data-dpr="3"] .add-us input{font-size: 46px;}
.add-us .add-btn{
    line-height: 1.2rem;
    height: 1.2rem;
    display: block;
    width: 100%;
    box-sizing:border-box;
    padding: 0 0.533rem;
    border-radius: 4px;
    background: #f60;
    text-align: center;
    color: #fff;
    font-size: 36px;
    margin-bottom: 1.987rem;
}
[data-dpr="1"] .add-us .add-btn{font-size: 18px;}
[data-dpr="3"] .add-us .add-btn{font-size: 54px;}
.parnter-main .section1 .swiper-container{
    margin-top: 0.733rem;
    margin-bottom: 1.6rem;
    height: auto;
    position: relative;
}
.parnter-main .section1 .swiper-container .swiper-wrapper{
    height: 8.587rem;
}
.parnter-main .section1 .swiper-container&gt;button{
    font-size: 0.56rem;
    width: 0.493rem;
    height: 0.9rem;
    color: #999;
    cursor: pointer;
    z-index: 3;
}
.parnter-main .section1 .swiper-container .btnL{
    position: absolute;
    left: 0.267rem;
    top: 50%;
    margin-top: -1.2rem; 
}
.parnter-main .section1 .swiper-container .btnR{
    position: absolute;
    right: 0.267rem;  
    top: 50%;
    margin-top: -1.2rem;      
}
[data-dpr="1"] .parnter-main .section1 .swiper-container .btnL,[data-dpr="1"] .parnter-main .section1 .swiper-container .btnR{margin-top: -.3rem;}
[data-dpr="3"] .parnter-main .section1 .swiper-container .btnL,[data-dpr="3"] .parnter-main .section1 .swiper-container .btnR{margin-top: -1.5rem;}
.parnter-main .section1 .swiper-container .swiper-wrapper .swiper-slide{
    background: url(../images/partner/section1-bg.png) no-repeat center;
    background-size: auto 100%;
    position: relative;
}
.parnter-main .section1 .pin{
    width: 8.133rem;
    color: #fff;
    text-align: left;
    background: rgba(0, 0, 0, 0.6);
    margin: 0 auto;
    margin-top: 60px;
    position: relative;
    z-index: 2;
    padding-bottom: .4rem;
}
.parnter-main .section1 .swiper-container .swiper-wrapper .swiper-slide .m1,.parnter-main .section1 .swiper-container .swiper-wrapper .swiper-slide .m2,.parnter-main .section1 .swiper-container .swiper-wrapper .swiper-slide .m3{
    width: 0.467rem;
    height: 0.467rem;
    position: absolute;
    top: 8.1rem;
    /*right: 1.4rem;*/
    right: 50%;
    margin-right: -1.8rem;
    z-index: 1;
}
.parnter-main .section1 .swiper-container .swiper-wrapper .swiper-slide .m2{
    top: 6.9rem;
    margin-right: -2.53rem;
}
.parnter-main .section1 .swiper-container .swiper-wrapper .swiper-slide .m3{
    top: 7rem;
    margin-right: -2.63rem;
}
.parnter-main .section1 .swiper-container .swiper-wrapper .swiper-slide .m4{
    width: 0.467rem;
    height: 0.467rem;
    position: absolute;
    top: 5rem;
    /*right: 2.4rem;*/
    right: 50%;
    margin-right: -3.8rem;
    z-index: 1;    
}
.parnter-main .section1 .swiper-container .swiper-wrapper .swiper-slide .m5{
    width: 0.467rem;
    height: 0.467rem;
    position: absolute;
    top: 6.6rem;
    /*right: 1.4rem;*/
    right: 50%;
    margin-right: -3.6rem;    
    z-index: 1;    
}
.parnter-main .section1 .swiper-container .swiper-wrapper .swiper-slide .m6{
    width: 0.467rem;
    height: 0.467rem;
    position: absolute;
    top: 7.2rem;
    /*right: 2.5rem;*/
    right: 50%;
    margin-right: -2.63rem;    
    z-index: 1;    
}
.parnter-main .pin .detail .line-tit{padding: 0.4rem 0.4rem 0;overflow: hidden;}
.parnter-main .pin .detail .line-tit img{
    height:1.067rem;
    max-width: 1.867rem;
    margin-right:0.293rem;
    border:1px solid #dddddd;
    display: inline-block;
    vertical-align: top;
    float: left;
}
.parnter-main .pin .detail .line-tit .r{
    padding-left: 2.16rem;
}
.parnter-main .pin .detail .line-tit .r h3{
    font-weight: normal;
    font-size: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #fff;
}
[data-dpr="1"] .parnter-main .pin .detail .line-tit .r h3{font-size: 14px;}
[data-dpr="3"] .parnter-main .pin .detail .line-tit .r h3{font-size: 44px;}
.parnter-main .pin .detail .line-tit .r .addr{
    padding-top: 0.15rem;
    color: #f60;
    font-size: 22px;
}
[data-dpr="1"] .parnter-main .pin .detail .line-tit .r .addr,[data-dpr="1"] .parnter-main .pin .detail .cooperation&gt;p b{font-size: 12px;}
[data-dpr="3"] .parnter-main .pin .detail .line-tit .r .addr,[data-dpr="3"] .parnter-main .pin .detail .cooperation&gt;p b{font-size: 34px;}
.parnter-main .pin .detail .line-tit .r .addr i{
    margin-right: 0.2rem;
}
.parnter-main .pin .detail .more-detail&gt;p{
    padding: 0.14rem .4rem 0;
    line-height:1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 26px;
    margin-bottom: .35rem;
}
[data-dpr="1"] .parnter-main .pin .detail .more-detail&gt;p{font-size: 12px;}
[data-dpr="3"] .parnter-main .pin .detail .more-detail&gt;p{font-size: 38px;}
.parnter-main .swiper-slide:nth-child(2) .pin .detail .more-detail&gt;p{
    -webkit-line-clamp: 6;
}
.parnter-main .pin .detail .cooperation{padding: 0 .4rem 0;}
.parnter-main .pin .detail .cooperation&gt;p i{
    display: block;
    float: left;
    width: 30%;
    height:1px;
    background:#ddd;
    vertical-align: top;
    margin-top:0.227rem;
    font-style: normal;
}
.parnter-main .pin .detail .cooperation&gt;p b{
    font-weight: normal;
    display: block;
    float: left;
    width:40%;
    /*padding:0 0.2rem;*/
    text-align: center;
    color: #ccc;
    font-size: 22px;
}
.parnter-main .pin .detail .cooperation .img{clear: both;  overflow: hidden;}
.parnter-main .pin .detail .cooperation .img li{
    display: block;
    float: left;
    width:1.07rem;
    height:1.07rem;
    margin-right: 0.133rem;
    margin-top: 0.2rem;
    border: 1px solid #ddd;
}
.parnter-main .pin .detail .cooperation .img li:nth-child(6n){margin-right: 0;}
.parnter-main .pin .detail .cooperation .img li img{width:100%;height:100%;display: block;}
/*

!*å°¾éƒ¨*!
.footer{
    height: 1.6rem;
    width:100%;
    background: #262626;
    color: #999;
    position: relative;
    line-height: 1.6;
    padding: 0.3rem 0 0.3rem 0.37rem;
    font-size: 20px;
    box-sizing:border-box;
}
[data-dpr="1"] .footer {
    font-size: 10px;
}
[data-dpr="2"] .footer {
    font-size: 20px;
}
[data-dpr="3"] .footer {
    font-size: 30px;
}
.footer p{
    line-height: 0.5rem;
}
.footer .weixin{
    position: absolute;
    right: 0.4rem;
    top: 50%;
    margin-top: -0.4rem;
    display: block;
    !*width: 0.8rem;*!
    height: 0.5rem;
    border-radius: 50%;
}
.footer .weixin i{ 
    display: block;
    font-size: .8rem;
    width: 0.8rem;
    height: 0.8rem;
    line-height: 1;
    color: #7ed43d;
    background: #fff;
    border-radius: 100%;
}
.footer-down{
    position: absolute;
    bottom: 0;
    left: 0;
}
.footer .footer-weixin{
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    top: 50%;
    right: 0.4rem;
    margin-top: -0.4rem;
    display: block;
}
.page-up{
    width: 1.067rem;
    height: 1.067rem;
    position: fixed;
    bottom: 2rem;
    right: 0.4rem;
    color: rgba(0,0,0,.24);
    display: none;
    z-index: 99;
}
.page-up img{width: 100%;height: 100%;}
!*[data-dpr="1"] .footer .weixin i{font-size: 30px;}
[data-dpr="3"] .footer .weixin i{font-size: 90px;}*!

*/

.map-wrap{
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    /*display: none;*/
    opacity: 0;
    z-index: -1;
}
.map-wrap .map-close{
    font-size: 60px;
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    color: #666;
    display: block;
    position: fixed;
    right: 5px;
    top: 0;
    z-index: 999;
}
[data-dpr="1"] .map-wrap .map-close{font-size: 30px;}
[data-dpr="3"] .map-wrap .map-close{font-size: 90px;}
.map-close i{
    display: block;
}
#dituContent{width: 100%;height: 100%;}
/*ä¸ªäººä¸­å¿ƒ*/
.personalCenter-page{
    height: 100%;
    background: #fafafa;
}
.personalCenter-page .user-area{
    background: url("../images/personalCenter/bg.jpg") no-repeat #fcfcfc bottom;
    width: 100%;
    height: 6rem;
    text-align: center;
    padding: 1.2rem 0;
    color: #333;
    border-bottom: 0.013rem solid #ddd;
}
.personalCenter-page .user-area .user-img{
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 100%;
    border:2px solid #fff;
    -moz-box-shadow:1px 1px 18px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:1px 1px 18px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 18px 6px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin-bottom: 0.8rem;
}
.personalCenter-page .ui-link{
    display:block ;
    background: #fff;
    border-top: 0.013rem solid #ddd;
    border-bottom: 0.013rem solid #ddd;
    height: 1.33rem;
    line-height: 1.33rem;
    position: relative;
    padding: 0 0.46rem;
    margin: 0.533rem 0;
}
.personalCenter-page .ui-link img{
    width: 0.613rem;
    height: 0.613rem;
    margin-right:0.46rem;
}
.personalCenter-page .ui-link:before{
    font-family:"iconfont" !important;
    content: "\e606";
    color: #999;
    position: absolute;
    right: 0.46rem;
}
.personalCenter-page .logout-btn{
    display:block ;
    background: #fff;
    border-top: 0.013rem solid #ddd;
    border-bottom: 0.013rem solid #ddd;
    height: 1.33rem;
    line-height: 1.33rem;
    color: #ff6600;
    text-align: center;
}
/*è¯•ç”¨ç®¡ç†*/
.try-list&gt;li {
    position: relative;
    display: -webkit-box;
    padding: 0.6rem 0;
    border-bottom: 1px solid #eee;
    margin: 0 0.6rem;
}
.try-list&gt;li:last-child{
    border-bottom: 0;
}
.try-list&gt;li img{
    width: 2.67rem;
    height: 2.67rem;
}
.try-list&gt;li .list-info{
    -webkit-box-flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    padding-left: 0.6rem;
    line-height:2;
}
.try-list&gt;li .list-info span,.try-list&gt;li .list-info a{
    word-break: break-all;
    display: block;
}
.try-list&gt;li .list-info .price{
     color: #ff6600;

}
.try-list&gt;li .list-info h6{
    line-height: 1;
}
.try-list&gt;li .list-info a{
    margin-top: 0.25rem;
    line-height: 0.76rem;
    height: 0.78rem;
}
[data-dpr="1"] .try-list&gt;li .list-info .price{font-size: 19px;}
[data-dpr="2"] .try-list&gt;li .list-info .price{font-size: 38px;}
[data-dpr="3"] .try-list&gt;li .list-info .price{ font-size: 54px;}
.try-list&gt;li .list-info p:nth-child(3){
    color: #666;

}
[data-dpr="1"] .try-list&gt;li .list-info .time{font-size: 11px;}
[data-dpr="2"] .try-list&gt;li .list-info .time{font-size: 22px;}
[data-dpr="3"] .try-list&gt;li .list-info .time{ font-size:34px;}
/*è¯•ç”¨ç”³è¯· åŸŽå¸‚é€‰æ‹©*/

[data-dpr="2"] .picker ,.picker .picker-panel .picker-choose,.picker .picker-panel .wheel-wrapper .wheel,
[data-dpr="3"] .picker ,.picker .picker-panel .picker-choose,.picker .picker-panel .wheel-wrapper .wheel{
    font-size: inherit !important;
}
[data-dpr="2"] .picker .picker-panel {
    height: 486px !important;
}
[data-dpr="3"] .picker .picker-panel{
    height: 729px !important;
}
[data-dpr="1"] .picker .picker-panel .wheel-wrapper .wheel{
    font-size: 20px!important;
}
[data-dpr="2"] .picker .picker-panel .wheel-wrapper .wheel{
    height:346px !important;
    font-size: 40px!important;
}
[data-dpr="3"] .picker .picker-panel .wheel-wrapper .wheel{
    height:519px !important;
    font-size: 60px!important;
}
[data-dpr="2"] .picker .picker-panel .wheel-wrapper .wheel .wheel-scroll{
    margin-top: 136px !important;
    line-height: 72px !important;
}
[data-dpr="3"] .picker .picker-panel .wheel-wrapper .wheel .wheel-scroll{
    margin-top: 204px !important;
    line-height: 108px !important;
}

[data-dpr="2"] .picker .picker-panel .wheel-wrapper .wheel .wheel-scroll .wheel-item{
    height:72px !important;
}
[data-dpr="3"] .picker .picker-panel .wheel-wrapper .wheel .wheel-scroll .wheel-item{
    height:108px !important;
}
[data-dpr="2"] .picker .picker-panel .picker-content .mask-bottom,[data-dpr="2"]  .picker .picker-panel .picker-content .mask-top{
    height:136px !important;
}
[data-dpr="3"] .picker .picker-panel .picker-content .mask-bottom,[data-dpr="3"]  .picker .picker-panel .picker-content .mask-top{
    height:204px !important;
}
[data-dpr="1"] .picker .picker-panel .picker-choose{
    font-size: 16px!important;
}
[data-dpr="2"] .picker .picker-panel .picker-choose{
    height: 100px !important;
    font-size: 34px!important;
}
[data-dpr="3"] .picker .picker-panel .picker-choose{
    height: 150px !important;
    font-size: 50px!important;
}


[data-dpr="2"] .picker .picker-panel .picker-choose .cancel,[data-dpr="2"] .picker .picker-panel .picker-choose .confirm,
[data-dpr="3"] .picker .picker-panel .picker-choose .cancel,[data-dpr="3"] .picker .picker-panel .picker-choose .confirm{
    padding: 10px 30px !important;
}
.tryApply-page .model-input{
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding:0.28rem 0.33rem 0.33rem;
    color: #ccc;
    position: relative;
}
.tryApply-page .model-input:before{
    font-family:"iconfont" !important;
    content: "\e665";
    position: absolute;
    right: 0;
}
[data-dpr="1"] .tryApply-page .model-input{font-size:16px;  }
[data-dpr="2"] .tryApply-page .model-input{font-size: 32px;}
[data-dpr="3"] .tryApply-page .model-input{ font-size:48px;  }
.tryApply-page .model-input.selected{
    color: #666;
}
/*æˆåŠŸæç¤ºå¼¹çª—*/
.common-success-layer{
    text-align: center;
    color: #999;
    padding: 1rem;
    line-height: 1.8;
}
.common-success-layer .tip-icon{
    width: 1.3rem;
    height: 1.2rem;
}
.common-success-layer .big-txt{
    color: #333;
    line-height: 3;
}
.common-success-layer .btn-border{
    margin-top: 0.5rem;
}
[data-dpr="1"] .common-success-layer .big-txt{font-size: 20px;}
[data-dpr="2"] .common-success-layer .big-txt{font-size: 40px;}
[data-dpr="3"] .common-success-layer .big-txt{font-size: 60px;}

/*ç”¨æˆ·åè®®*/
.protocol-box{
    font-size: 28px;
    padding: .8rem 0.507rem 1rem;
}
[data-dpr="1"] .protocol-box{font-size: 14px;}
[data-dpr="3"] .protocol-box{font-size: 42px;}
.protocol-box h3{
    font-size: 40px;
    font-weight: normal;
    color: #333;
    padding-bottom: 0.3rem;
}
[data-dpr="1"] .protocol-box h3{font-size: 20px;}
[data-dpr="3"] .protocol-box h3{font-size: 60px;}
.protocol-box h4{
    font-size: 30px;
    font-weight: normal;
    color: #333;
    padding-bottom: 0.34rem;
    padding-top: .2rem;
}
[data-dpr="1"] .protocol-box h4{font-size: 14px;}
[data-dpr="3"] .protocol-box h4{font-size: 34px;}
.protocol-box p{
    padding-bottom: 0.36rem;
    line-height: 1.7;
}
.win-wrap{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;     
}
.ovh{overflow: hidden;}
/*ä»·æ&nbsp;¼é¡µ*/
.price-main{background: #f5f5f5;}
.price-main .banner{
    height: 6.0rem;
    background: url(../images/price/banner-bg.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
}
.price-main .banner .section-title{padding-top: 1.2rem;padding-bottom: 0.14rem;}
.price-main .banner .line{height: 0.053rem;width: 0.773rem;}
.price-main .banner .word{
    font-size: 32px;
    color: #fff;
    line-height: 1.9;
    padding-top: 0.2rem;
}
[data-dpr="1"] .price-main .banner .word{font-size: 16px;}
[data-dpr="3"] .price-main .banner .word{font-size: 48px;}
.price-main .section1 .price-item{
    overflow: hidden;
    border-bottom: 0.013rem solid #eee;
    background: #fff;
}
.price-main .section1 .price-item li{
    display: block;
    float: left;
    width: 20%;
    text-align: center;
}
.price-main .section1 .price-item li a{
    display: inline-block;
    line-height: 1.333rem;
    color: #666;
    border-bottom:0.04rem solid transparent;
    font-size: 28px;
}
[data-dpr="1"] .price-main .section1 .price-item li a{font-size: 14px;}
[data-dpr="3"] .price-main .section1 .price-item li a{font-size: 42px;}
.price-main .section1 .price-item li.active a{border-bottom:0.04rem solid #f60;color: #f60;}
.price-main .section1 .price-box{
    border-top: 0.013rem solid #eee;
    border-bottom: 0.013rem solid #eee;
    margin-top: 0.267rem;
    background: #fff;
}
.price-main .section1 .price-box .price-list{
    margin-left: 0.4rem;
    font-size: 32px;
    display: none;
}
[data-dpr="1"] .price-main .section1 .price-box .price-list{font-size: 16px;}
[data-dpr="3"] .price-main .section1 .price-box .price-list{font-size: 48px;}
.price-main .section1 .price-box .price-list:first-child{display: block;}
.price-main .section1 .price-box .price-list.active{display: block;}
.price-main .section1 .price-box .price-list li{display: block;border-bottom: 0.013rem solid #eee;overflow: hidden;line-height: 1.6rem;}
.price-main .section1 .price-box .price-list li mark{display: none;}
.price-main .section1 .price-box .price-list li.big{line-height: 2.04rem;}
.price-main .section1 .price-box .price-list li:last-child{border-bottom: none;}
.price-main .section1 .price-box .price-list li&gt;p{
    float: right;
    /*margin-right: 0.4rem;*/
    color: #f60;
    overflow: hidden;
    height: 1.6rem;
}
.price-main .section1 .price-box .price-list li.big p{height: 2.04rem;}
.price-main .section1 .price-box .price-list li&gt;p .two-line{
    line-height: 1;
    display: inline-block;
    text-align: right;
}
.price-main .section1 .price-box .price-list li&gt;p .two-line b{
    color: #999;
    font-size: 28px;
    font-weight: normal;
    display: block;
    padding: 0.5rem 0 0.27rem;
}
[data-dpr="1"] .price-main .section1 .price-box .price-list li&gt;p .two-line b{font-size: 14px;}
[data-dpr="3"] .price-main .section1 .price-box .price-list li&gt;p .two-line b{font-size: 42px;}
.price-main .section1 .price-box .price-list li&gt;p .two-line b i.icon-qian{
    font-size: 20px;
    vertical-align: middle;
    display: inline-block;
    margin-top: -0.04rem;
}
[data-dpr="1"] .price-main .section1 .price-box .price-list li&gt;p .two-line b i.icon-qian{font-size: 10px;}
[data-dpr="3"] .price-main .section1 .price-box .price-list li&gt;p .two-line b i.icon-qian{font-size: 30px;}
.price-main .section1 .price-box .price-list li&gt;i.icon-goon{
    margin-left: 0.2rem;
    color: #ddd;
    display: inline-block;
    float: right;
    margin-right: 0.4rem;
}
.price-main .section1 .price-box .price-list li&gt;p i.icon-qian{
    font-size: 24px;
    vertical-align: middle;
    display: inline-block;
    margin-top: -0.06rem;
}
[data-dpr="1"] .price-main .section1 .price-box .price-list li&gt;p i.icon-qian{font-size: 12px;}
[data-dpr="3"] .price-main .section1 .price-box .price-list li&gt;p i.icon-qian{font-size: 36px;}
.price-main .section2{
    height: 6.453rem;
    background: #f5f5f5;
}
.price-main .section2 .word{
    color: #999;
    padding-top: 1.287rem;
}
.price-main .section2 .telphone{
    color: #ff6600;
    padding-top: 0.45rem;
    font-size: 40px;
    display: block;
}
[data-dpr="1"] .price-main .section2 .telphone{font-size: 20px;}
[data-dpr="3"] .price-main .section2 .telphone{font-size: 60px;}
.price-main .section2 .telphone i{
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.05rem;
    font-size: 55px;
    margin-right: 0.267rem;
}
[data-dpr="1"] .price-main .section2 .telphone i{font-size: 27px;}
[data-dpr="3"] .price-main .section2 .telphone i{font-size: 82px;}
.price-main .section2 .btn-more-type{
    width: auto;
    display: inline-block;
    padding: 0 0.307rem;
    border: 0.027rem solid #ff6600;
    line-height: 1.013rem;
    color: #f60;
    font-size: 28px;
    margin-top: 0.6rem;
}
[data-dpr="1"] .price-main .section2 .btn-more-type{font-size: 14px;}
[data-dpr="3"] .price-main .section2 .btn-more-type{font-size: 42px;}
/*æ´»åŠ¨è¯¦æƒ…å¼¹çª—*/
.win-detail{
    overflow: hidden;
    margin-top: 20%;
}
.win-detail .content{
    background: #fff;
    border-radius: 0.107rem;
    padding: 0.693rem 0.467rem 0.6rem;
}
.win-detail .content h4{
    font-size: 40px;
    text-align: center;
    color: #333;
    padding-bottom: 0.2rem;
}
[data-dpr="1"] .win-detail .content h4{font-size: 20px;}
[data-dpr="3"] .win-detail .content h4{font-size: 60px;}
.win-detail .content .line{
    width: 0.533rem;
    height: 0.04rem;
    background: #f60;
    display: block;
    margin: auto;
    margin-bottom: 0.333rem;
}
.win-detail .content .word{
    font-size: 28px;
    line-height: 0.72rem;
    /*line-height: 1.9;*/
    max-height: 7.1rem;
    overflow: auto;
    color: #666;
}
[data-dpr="1"] .win-detail .content .word{font-size: 14px;}
[data-dpr="3"] .win-detail .content .word{font-size: 42px;}
.win-detail .content .price{
    text-align: center;
    font-size: 40px;
    margin-top: 1.16rem;
    color: #f60;
}
[data-dpr="1"] .win-detail .content .price{font-size: 20px;}
[data-dpr="3"] .win-detail .content .price{font-size: 60px;}
.win-detail .content .price i.icon-qian{
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.05rem;
}
[data-dpr="1"] .win-detail .content .price i.icon-qian{font-size: 15px;}
[data-dpr="3"] .win-detail .content .price i.icon-qian{font-size: 45px;}
.win-detail .content .price b{
    font-weight: normal;
    color: #999;
    padding-right: 0.64rem;
}
.win-detail .close{
    display: block;
    color: #e0e0e0;
    font-size: 80px;
    text-align: center;
    width: 1.333rem;
    height: auto;
    margin: 0 auto;
    padding-top: 0.2rem;
}
[data-dpr="1"] .win-detail .close{font-size: 40px;}
[data-dpr="3"] .win-detail .close{font-size: 120px;}
.price-body .ui-dialog{background: transparent;box-shadow:none!important;border:none;}
.price-body .ui-popup{width:76%;}
.price-body .ui-dialog-body{padding: 0;min-width: 7.6rem;}
.price-body .ui-dialog-content{width: 100%;}
/*çŸ¥æˆ·åž‹è¿‡æ¸¡é¡µ*/
.zhouse-main{background: #444646;}
.zhouse-main .zhouse-wrap{
    width: 100%;
    height: 100%;
    background-image: url(../images/zhouse/zhouse-bg-top.png),url(../images/zhouse/zhouse-bg-down.png),url(../images/zhouse/zhouse-bg-min.png);
    background-repeat: no-repeat;
    background-position: right top,left bottom,center;
    background-size: auto 2.867rem,auto 3.147rem,auto 13rem;
    position: relative;
}
.zhouse-main .zhouse-wrap .min{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -3.06rem 0 0 -4rem;
    width: 8.0rem;
    height: 6.12rem;    
    background: url(../images/zhouse/zhouse-logo.png) no-repeat center;
    background-size: 100%;
}
.zhouse-main .zhouse-wrap .min .date{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin-left: -0.4rem;
    margin-top: -0.83rem;
    padding-left: 3.29rem;
    color: #fff;
    text-shadow: 0px 6px 6px rgba(42, 45, 45, 0.75);
    font-size: 60px;  
}
[data-dpr="1"] .zhouse-main .zhouse-wrap .min .date{font-size: 30px;}
[data-dpr="3"] .zhouse-main .zhouse-wrap .min .date{font-size: 90px;}
/*çŸ¥æˆ·åž‹*/
.zhouseNew-main .banner{
    background: url(../images/zhouse/banner.jpg) no-repeat center bottom;
    background-size: cover;
    color: #fff;
    position: relative;
}
.zhouseNew-main .banner .logo{
    width: 7.34rem;
    padding-top: 1.333rem;
    margin: auto;
    text-align: left;
}
[data-dpr="1"] .zhouseNew-main .banner .logo{width: 7.77rem;}
[data-dpr="3"] .zhouseNew-main .banner .logo{width: 6.53rem;}
.zhouseNew-main .banner .logo img{
    width: 2.147rem;
    height: 0.72rem;    
}
.zhouseNew-main .banner .section-title{
    padding-top: 0.56rem;
    font-size: 64px;
    letter-spacing: 2px;
}
[data-dpr="1"] .zhouseNew-main .banner .section-title{font-size: 32px;}
[data-dpr="3"] .zhouseNew-main .banner .section-title{font-size: 96px;}
.zhouseNew-main .banner .section-title span{padding-left: 0.3rem;}
.zhouseNew-main .banner .word{
    color: #fff;
    font-size: 36px;
    letter-spacing: 8px;
    padding-top: 0.5rem;
    font-weight: 300;
}
[data-dpr="1"] .zhouseNew-main .banner .word{font-size: 18px;}
[data-dpr="3"] .zhouseNew-main .banner .word{font-size: 54px;}
.zhouseNew-main .banner .banner-btn a{display: inline-block;}
.zhouseNew-main .banner .banner-btn button{
    display: inline-block;
    color: #fff;
    width: 2.613rem;
    height: 1.12rem;
    line-height: 1.1rem;
    border: 1px solid #fff;
    text-align: center;
    display: inline-block;
    font-size: 26px;
    margin-top: 1.2rem;
}
[data-dpr="1"] .zhouseNew-main .banner .banner-btn button{font-size: 13px;}
[data-dpr="3"] .zhouseNew-main .banner .banner-btn button{font-size: 39px;}

.zhouseNew-main .banner .banner-btn a:last-child button{
    border: 1px solid #f60;
    margin-left: 0.533rem;
    background: #f60;
}
.zhouseNew-main .section1 .content-list{
    display: block;
    padding: 0 0.2rem;
}
.zhouseNew-main .section1 .section-title{
    padding-top: 1.0rem;
}
.zhouseNew-main .section1 .content-list{padding-top: 0.7rem;}
.zhouseNew-main .section1 .content-list li{
    display: inline-block;
    float: left;
    width: 46%;
    height: 5.333rem;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.14);
    background-repeat: no-repeat;
    background-position: center 0.8rem,center;
    text-align: center;
    color: #fff;
    padding: 1.9rem 0 0.467rem;
    margin: 0 2% 0.4rem;
    border-radius: 0.08rem;
}
.zhouseNew-main .section1 .content-list li:nth-child(1){background-image: url(../images/zhouse/section1-icon1.png),url(../images/zhouse/section1-1.png);background-size: 0.733rem,cover;}
.zhouseNew-main .section1 .content-list li:nth-child(2){background-image: url(../images/zhouse/section1-icon2.png),url(../images/zhouse/section1-2.png);background-size: 0.8rem,cover;}
.zhouseNew-main .section1 .content-list li:nth-child(3){background-image: url(../images/zhouse/section1-icon3.png),url(../images/zhouse/section1-3.png);background-size: 0.853rem,cover;}
.zhouseNew-main .section1 .content-list li:nth-child(4){background-image: url(../images/zhouse/section1-icon4.png),url(../images/zhouse/section1-4.png);background-size: 0.773rem,cover;}
.zhouseNew-main .section1 .content-list li&gt;h4{font-size: 36px;padding-bottom: 0.22rem;font-weight: normal;}
[data-dpr="1"] .zhouseNew-main .section1 .content-list li&gt;h4{font-size: 13px;}
[data-dpr="3"] .zhouseNew-main .section1 .content-list li&gt;h4{font-size: 39px;}
.zhouseNew-main .section1 .content-list li&gt;p{line-height: 1.8;font-weight: 300;}
.zhouseNew-main .section2{
    background: #f0f0f0;
}
.zhouseNew-main .section2 .section-title{padding-top: 0.6rem;}
.zhouseNew-main .section2 .function-item{overflow: auto;width: 95%;margin: auto;padding-top: 0.3rem;}
.zhouseNew-main .section2 .function-item li{
    display: inline-block;
    float: left;
    width: 16.666%;
}
.zhouseNew-main .section2 .function-item li a{
    height: 1.547rem;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.067rem;
}
.zhouseNew-main .section2 .function-item li:nth-child(1) a{background-image: url(../images/zhouse/section2-nav1.png);}
.zhouseNew-main .section2 .function-item li:nth-child(2) a{background-image: url(../images/zhouse/section2-nav2.png);}
.zhouseNew-main .section2 .function-item li:nth-child(3) a{background-image: url(../images/zhouse/section2-nav3.png);}
.zhouseNew-main .section2 .function-item li:nth-child(4) a{background-image: url(../images/zhouse/section2-nav4.png);}
.zhouseNew-main .section2 .function-item li:nth-child(5) a{background-image: url(../images/zhouse/section2-nav5.png);}
.zhouseNew-main .section2 .function-item li:nth-child(6) a{background-image: url(../images/zhouse/section2-nav6.png);}
.zhouseNew-main .section2 .function-item li.active a{background-size: 1.547rem;}
.zhouseNew-main .section2 .function-item li.active:nth-child(1) a{background-image: url(../images/zhouse/section2-nav1-cur.png);}
.zhouseNew-main .section2 .function-item li.active:nth-child(2) a{background-image: url(../images/zhouse/section2-nav2-cur.png);}
.zhouseNew-main .section2 .function-item li.active:nth-child(3) a{background-image: url(../images/zhouse/section2-nav3-cur.png);}
.zhouseNew-main .section2 .function-item li.active:nth-child(4) a{background-image: url(../images/zhouse/section2-nav4-cur.png);}
.zhouseNew-main .section2 .function-item li.active:nth-child(5) a{background-image: url(../images/zhouse/section2-nav5-cur.png);}
.zhouseNew-main .section2 .function-item li.active:nth-child(6) a{background-image: url(../images/zhouse/section2-nav6-cur.png);}
.zhouseNew-main .section2 .function-item li p{
    font-size: 24px;
    position: relative;
    padding-bottom: 0.55rem;
    padding-top: 0.067rem;
}
[data-dpr="1"] .zhouseNew-main .section2 .function-item li p{font-size: 12px;}
[data-dpr="3"] .zhouseNew-main .section2 .function-item li p{font-size: 36px;}
.zhouseNew-main .section2 .function-item li.active p:before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    margin-left: -0.16rem;
    border-width: 0.16rem 0.16rem  0.2rem 0.16rem;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}
.zhouseNew-main .section2 .function-box .function-list{  
    display: none;
    color: #999;
    line-height: 1.8;
}

.zhouseNew-main .section2 .function-box .function-list:first-child{
    display: block;
}
.zhouseNew-main .section2 .function-box .function-list li:first-child{
    box-shadow: 0px 0px 20px 0px rgba(115, 115, 115, 0.2);
    border-radius: 0.053rem;
    width: 92%;
    height: 5.333rem;
    background: #fff;
    margin: auto;    
}
.zhouseNew-main .section2 .function-box .function-list li&gt;img{height: 4.4rem;width: auto;padding-top: 0.467rem}
.zhouseNew-main .section2 .function-box .function-list:first-child li&gt;img{height: 5.0rem;margin-top: 0.333rem;padding-top: 0;}
.zhouseNew-main .section2 .function-box .function-list li h4{font-weight: normal;font-size: 32px;color: #666;padding: 0.4rem 0 0.25rem;}
[data-dpr="1"] .zhouseNew-main .section2 .function-box .function-list li h4{font-size: 16px;}
[data-dpr="3"] .zhouseNew-main .section2 .function-box .function-list li h4{font-size: 48px;}
.zhouseNew-main .section3{height: auto;}
.zhouseNew-main .section3 .section-title{
    padding-top:  1.4rem;
}
.zhouseNew-main .section3 img{
    width: 9.653rem;
    margin-top: 0.85rem;
}
.zhouseNew-main .section4{
    height: 10.4rem;
    background: url(../images/zhouse/section4-bg.png) no-repeat center bottom;
    color: #999;
}
.zhouseNew-main .section4 img{
    width: 3.733rem;
    margin-top: 2.0rem;
    margin-bottom: 0.267rem;
}
.zhouseNew-main .section4 .download-btn a{
    background-repeat: no-repeat;
    background-position: 0.48rem center;
    background-size: 0.48rem;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.14);
    width: 3.067rem;
    height: 1.173rem;    
    display: inline-block;
    padding-left: 1.2rem;
    padding-top: 0.18rem;
    border-radius: 1rem;
    margin-top: 0.667rem;
    background-color: #fff;
    color: #f60;
    font-size: 24px;
    text-align: left;
    line-height: 1.4;
}
[data-dpr="1"] .zhouseNew-main .section4 .download-btn a{font-size: 12px;}
[data-dpr="3"] .zhouseNew-main .section4 .download-btn a{font-size: 36px;}
.zhouseNew-main .section4 .download-btn a:first-child{background-image: url(../images/zhouse/icon-ios.png);margin-right: 0.333rem;}
.zhouseNew-main .section4 .download-btn a:nth-child(2){background-image: url(../images/zhouse/icon-android.png);}
.zhouseNew-main .section4 .download-btn a p{color: #333;font-size: 22px;}
[data-dpr="1"] .zhouseNew-main .section4 .download-btn a p{font-size: 11px;}
[data-dpr="3"] .zhouseNew-main .section4 .download-btn a p{font-size: 33px;}
/*å•†æ¡¥windows*/
#newBridge{z-index: 99!important;}
/*æ–°é—»*/
.new-main h1,.new-main h2,.new-main h3,.new-main h4{font-weight: normal}
.new-main .banner{
    position: relative;
}
.new-main .banner .txt{
    position: absolute;
    top: 2.4rem;
    left: 0.8rem;
}
.new-main .banner .txt .section-title{
    color: #fff;
    padding-top: 0;
}
.new-main .banner .txt .line{
    width: 1rem;
    height: 0.06rem;
    margin-left: 0;
}
.new-main .new-list{
    padding:0 0.8rem 0.6rem;
}
.newinfo-main{
    padding:0 0.427rem 0.6rem;
}
.new-main .new-list li{
    display: block;
    width: 100%;
}
.new-main .new-list li .date{
    color: #333;
    font-size: 52px;
    line-height: 1;
    margin:0.64rem 0 0.55rem;
    position: relative;
    display: inline-block;
    font-weight: bold;
}
.new-main .new-list li .date:before{
    content: '';
    width: 0.02rem;
    height: 100%;
    background: #ddd;
    display: block;
    position: absolute;
    right: -0.4rem;
    top:0;
}
[data-dpr="1"] .new-main .new-list li .date{font-size:26px;}
[data-dpr="3"] .new-main .new-list li .date{font-size:78px;}
.new-main .new-list li .title{
    display: block;
    color: #333;
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 0.26rem;
}
[data-dpr="1"] .new-main .new-list li .title{font-size:16px;}
[data-dpr="3"] .new-main .new-list li .title{font-size:48px;}
.new-main .new-list li .info{
    color: #999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
    margin-bottom:0.75rem;
}
.new-main .new-list li .img{
    padding-top:0.75rem;
    border-top: 0.013rem solid #ddd;
}
.new-main+.footer{
    display: none;
}
.new-main .new-list li .img img{
    width: 100%;
}
.newinfo-main .title{
    color: #333;
    font-size: 44px;
    padding-top: 0.75rem;
    line-height: 1.4;
}
[data-dpr="1"] .newinfo-main .title{font-size:22px;}
[data-dpr="3"] .newinfo-main .title{font-size:66px;}
.newinfo-main .date{
    padding:0.25rem 0 0.42rem;
    border-bottom: 0.013rem solid #ddd;
    margin-bottom: 0.4rem;
}
.newinfo-main .article-area{
    width: 100%;
}
.newinfo-main .article-area *{
    font-size: inherit !important;
}
.new-main .dropload-up,.new-main .dropload-down{
    position: relative;
    height: 0;
    overflow: hidden;
    /* å¼€å¯ç¡¬ä»¶åŠ&nbsp;é€Ÿ */
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
}
.new-main .dropload-bottom-area{
    padding: 0.6rem 0;
    text-align: center;
    position: relative;
}
.new-main .dropload-refresh,.new-main .dropload-update,.new-main .dropload-load,.new-main .dropload-noData{
    line-height: 4;
    text-align: center;
}
.new-main .loading {
    display: inline-block;
    height: 0.8rem;
    width: 0.8rem;
    border-radius: 100%;
    border: 2px solid #666;
    vertical-align: middle;
    background: #ffffff;
    -webkit-animation: rotate 0.75s linear infinite;
    animation: rotate 0.75s linear infinite;
    top: 0;
    border-bottom-color: transparent;
}

/*åŒåŸŽæœå‹™é&nbsp;é¢*/
.cityService-page .titleimg {
    display: block;
    margin: auto  ;
    width: 100%;
}
.cityService-page .cityService-footer{
    background-color:#0c1228;
    padding-bottom: 5%;
    margin-top:-2px;
}
.cityService-page .cityService-footerimg{
    width: 65%;
    display: block;
    margin:0 auto;
}
.cityService-page .currentCity{
    width: 100%;
    text-align: center;
    margin-bottom: 7%;
}
.cityService-page .currentCity-lt,.cityService-page .currentCity-rt{
    display:inline-block;
    border: 1px solid #eaae66;
    border-radius:5px ;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    margin-top: 14px;
}
.cityService-page .currentCity-lt{
    margin: 0 auto;
}
.cityService-page .currentCity .currentCity-txt{
    display: block;
    color: #eaae66;
    font-size: 15px;
    padding: 0px 16px;
    background: #2c262a;
    float: left;
    border-radius: 5px;
}
.cityService-page .currentCity .currentCity-txt-half{
    display: block;
    color: #eaae66;
    font-size: 15px;
    padding: 0px 15px;
    background: #2c262a;
    float: left;
    border-radius: 5px;
}
.cityService-page .currentCity-on {
    color: #0f0e13 ;
    background: #eaae66;
    font-size: 15px ;
    height: 30px;
    display: inline-block;
    float: left;
    padding: 0 18px;
}
.cityService-page .currentCity .currentCity-num{
    color: #0f0e13;
    background: #eaae66;
    font-size: 15px;
    height: 32px;
    display: inline-block;
    float: left;
    padding: 0 12px;
}
.cityService-page .currentCity-num{
    letter-spacing: 2px;
}
.cityService-page .cityService-codePage{
    padding-bottom: 2%;
}
.cityService-page .cityService-codePage .cityService-footerimg{
    width: 17%;
    margin: 0 5% 0 17%;
    float: left;
}
.cityService-page .cityService-codePage .cityService-code{
    width: 47%;
}

.cityPartner-page{
    background: url(../images/cityPartner/bg4.png) no-repeat center top;
    background-size: 100%;
}
.cityPartner-page .titleimg{
    width: 50%;
    margin: auto;
    display: block;
}
.cityPartner-page .map-area{
    width: 100%;
    margin: 0 auto;
    padding-top: 31%;
}
.cityPartner-page .map-area a{
    padding: 5px 30px;
    background-position-x: 90%;
    color: #ff8f32;
    display: block;
    float: left;
    border-radius: 5px;

}
#provinceTitle{
    background: #ff8f32;
    color: #0f0e13;
    padding: 5px 30px;
    display: block;
    float: left;

}
.cityPartner-page .map{
    width: 100%;
    height: 8.2rem;
}
/*æ–°åŸŽå¸‚åˆä¼™äºº*/

/*åŸŽå¸‚è´Ÿè´£äººå¡ç‰‡æ&nbsp;·å¼*/
.map-tooltip-layer{
    width: 307px;
    margin: 10px auto;
}
.map-tooltip-layer .cardbox-body{
    background: rgba(0,0,0,0.4);
    box-shadow: 0 0 15px #5ed0f5 inset;
    border-radius: 5px;
    width: 100%;
    padding: 20px 2px 0px 2px;
    border: 2px solid #5ed0f5;
}
.map-tooltip-layer .cardbox-body h4{
    text-align: center;
    color: #f49800;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.map-tooltip-layer .cardbox-body h4 .city-name{
    display: inline-block;
    max-width: 142px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
}
.map-tooltip-layer .cardbox-userInfo{
    min-height: 95px;
    position: relative;
    padding:0 0 0 125px;
}
.map-tooltip-layer .cardbox-userInfo img{
    display: block;
    width:80px;
    height: 99px;
    border-radius: 5px;
    border: 2px solid #f49800;
    position: absolute;
    top: 0;
    left: 28px;
}
.cityPartner-footer-title{
    text-align: center;
    padding: 20px 0 20px 0;
}
.cityPartner-footer-tell{
    font-size: 16px;
    color: #f49800;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;

}
.map-tooltip-layer .cardbox-userInfo-txt p{
    font-size: 16px;
    color: #f49800;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.map-tooltip-layer .cardbox-userInfo-txt a{
    font-size: 16px;
    color: #f49800;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.cardbox-userInfo-wxAccount{
    width: 170px;
    height: 46px;
    word-break: break-all;
    font-size: 16px;
    color: #f49800;
    margin-bottom: 6px;
    text-indent: -3em;
    margin-left: 3em;
    width: 118px;
    overflow: inherit!important;
}
.cardbox-userInfo-username{
    font-size: 16px;
    max-width: 170px;
    color: #f49800;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
}
.cardbox-userInfo-center{
    font-size: 16px;
    max-width: 170px;
    color: #f49800;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    width: 104px;
    text-align: center;
}
.cityPartner-footer-title p{
    color: #f49800;
    font-size: 16px;
    text-align: center;
}
.cityPartner-page .cityPartner-footer{
    background: url(../images/cityPartner/bg3.png) no-repeat center;
    background-size: 100% 100%;
    margin-top:-4px;
}


@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}</pre></body></html>