footer {
    padding: 0.2rem 0;
    background-color: #ADB2C2;
    font-size: 0.2rem;
    line-height: 0.3rem;
    text-align: center;
    color: #FFFFFF;
}

.model_logo img {
    position: absolute;
    top: .1rem;
    left: .2rem;
    width: 1.2rem;
}


/*  */

.logo {
    width: 2.04rem;
    display: block;
    margin: 0 auto;
}

.focus-line {
    padding-top: 25%;
    background: url("../images/img_toutu.png") no-repeat top center;
    background-size: 100%;
    overflow: hidden;
}

.focus-line h1 {
    font-size: .62rem;
	font-weight:bold;
    color: #F08519;
    line-height: 1;
    text-align: center;
    margin-bottom: .4rem;
}

.Edition-h {
    min-height: .39rem;
    margin-top: .28rem;
}

.Edition-h p {
    font-size: .26rem;
    color: #949AAD;
    text-align: center;
    line-height: 1.5;
}

.function-list {
    overflow: hidden;
    margin-top: .1rem;
    padding-bottom: .1rem;
}

.function-list li {
    float: left;
    width: 50%;
    margin-top: .74rem;
}

.function-list li div {
    display: block;
    margin: 0 auto;
    width: 2.5rem;
    height: 2.5rem;
    position: relative;
}

.function-list li div.icon-1 {
    background: url("../images/icon_1.png") no-repeat top center;
    background-size: 100%;
}

.function-list li div.icon-2 {
    background: url("../images/icon_2.png") no-repeat top center;
    background-size: 100%;
}

.function-list li div.icon-3 {
    background: url("../images/icon_3.png") no-repeat top center;
    background-size: 100%;
}

.function-list li div.icon-4 {
    background: url("../images/icon_4.png") no-repeat top center;
    background-size: 100%;
}

.function-list li div.icon-5 {
    background: url("../images/icon_5.png") no-repeat top center;
    background-size: 100%;
}

.function-list li div.icon-6 {
    background: url("../images/icon_6.png") no-repeat top center;
    background-size: 100%;
}

.function-list li div.icon-7 {
    background: url("../images/icon_7.png") no-repeat top center;
    background-size: 100%;
}

.function-list li div.icon-8 {
    background: url("../images/icon_8.png") no-repeat top center;
    background-size: 100%;
}

.function-list li div.icon-9 {
    background: url("../images/icon_9.png") no-repeat top center;
    background-size: 100%;
}

.function-list li i {
    position: absolute;
    left: 1rem;
    top: 0rem;
    width: 16px;
    height: 16px;
    margin-left: -8px;
    font-size: 10px;
    background: #FD644D;
    border-radius: 16px;
    color: #fff;
    text-align: center;
    line-height: 16px;
}

.function-list li p {
    text-align: center;
    font-size: .24rem;
    color: #333333;
    line-height: 1.5;
    margin-top: .06rem;
}

.dwon-btn {
    background: #4b3dfc;
    box-shadow: 0px 10px 20px 0px rgba(26, 30, 43, 0.15);
    width: 4.2rem;
    border-radius: .98rem;
    font-size: 0;
    text-align: center;
    display: block;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.dwon-btn span {
    display: inline-block;
    line-height: .98rem;
    font-size: .36rem;
    position: relative;
    font-weight: bold;
    z-index: 2;
}

.focus-line .dwon-btn {
    background: linear-gradient(90deg, #4b3dfc, #685cff);
}

.focus-line .dwon-btn span {
    color: #fff;
}

.dwon-btn span.icon-anzhuo {
   /* background: url("../images/icon_Android.png") no-repeat left center;
    background-size: auto .44rem;*/
}

.dwon-btn span.icon-ios {
    background: url("../images/icon_apple.png") no-repeat left center;
    background-size: auto .44rem;
}

.dwon-an {
    position: absolute;
    width: 6rem;
    height: 6rem;
    left: 50%;
    top: 50%;
    background: rgba(10, 130, 252, .05);
    margin-top: -3rem;
    margin-left: -3rem;
    z-index: 1;
    animation: bigyuan 1.5s infinite;
    -webkit-animation: bigyuan 1.5s infinite;
    border-radius: 100%;
}

.focus-line .dwon-an {
    background: rgba(255, 255, 255, .05);
}

@keyframes bigyuan {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
    }
}

@-webkit-keyframes bigyuan {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
    }
}

.btn-h {
    min-height: .98rem;
    margin-top: .25rem;
}

.yuan-1 {
    width: 4rem;
    height: 4rem;
    border-radius: 2rem;
    position: absolute;
    top: -1.4rem;
    left: -2rem;
    background: #F1F6FE;
    z-index: 1;
}

.yuan-2 {
    width: .6rem;
    height: .6rem;
    border-radius: .6rem;
    position: absolute;
    top: 6rem;
    left: 6rem;
    background: #F1F6FE;
    z-index: 1;
}

.yuan-3 {
    width: .4rem;
    height: .4rem;
    border-radius: .4rem;
    position: absolute;
    bottom: .04rem;
    left: 4.5rem;
    background: #F1F6FE;
    z-index: 1;
}

.focus-white-pos {
    position: relative;
    z-index: 2;
}

.swiper-container.Interface-box {
    width: 4.06rem;
    margin: 0 auto;
    overflow: inherit;
    margin-top: 0;
    min-height: 7.0rem;
}

.swiper-container.Interface-box .swiper-slide {
    height: 7.0rem;
    padding: 0rem;
}

.swiper-container.Interface-box .swiper-slide img {
    width: 69%;
    margin: 0.8rem auto;
    display: block;
}

.index-line {
    overflow: hidden;
    padding: .2rem 0 0 0;
}

.line-h {
    text-align: center;
    font-size: 0;
    padding: 0.4rem 0 0 0;
}
.line-h2 {
    text-align: center;
    font-size: 0;
    padding: 0;
}
.line-h.bg1 {
    background: url("../images/h-1.png") no-repeat top center;
    background-size: auto .1rem;
}

.line-h.bg2 {
    background: url("../images/h-2.png") no-repeat top center;
    background-size: auto .1rem;
}

.line-h.bg3 {
    background: url("../images/h-3.png") no-repeat top center;
    background-size: auto .1rem;
}

.line-h span {
    font-size: .46rem;
    color: #333849;
    line-height: 1;
    display: inline-block;
    padding: 0.3rem 0 0 0;
    vertical-align: middle;
}
.line-h2 span {
    font-size: .46rem;
    color: #333849;
    line-height: 1;
    display: inline-block;
    padding: 0 0 0.2rem 0;
    vertical-align: middle;
}
.type-box {
    border-radius:0;
    background-color: #fff;
    margin: 0 auto;
    padding: 0.6rem 0.5rem 0.6rem 0.5rem;
}

.index-img-li {
    font-size: 0;
    height: 2.62rem;
    position: relative;
    margin-top: .6rem;
}

.index-img-li .index-left {
    width: 50%;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
}

.index-img-li .index-right {
    width: 50%;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
	padding-left:.1rem;
}

.index-img-li img {
    display: inline-block;
    min-height: 2.5rem;
}

.index-img-li img.pos1 {
    width: 3.04rem;
}

.index-img-li img.pos2 {
    width: 3.02rem;
}

.index-img-li img.pos3 {
    width: 2.92rem;
}

.index-img-li img.pos4 {
    width: 3.02rem;
}

.index-img-li h3 {
    display: inline-block;
    vertical-align: middle;
    color: #333333;
    font-size: .3rem;
    line-height: 1.8;
    text-align: left;
}

.type-box .line-h span {
    color: #333333;
}

.type-box .line-h::after {
    border-top: 1px solid #ccc;
}

.type-box .line-h::before {
    border-top: 1px solid #ccc;
}

.swiper-container.comment-box {
    margin: .6rem auto 0;
    overflow: inherit;
    padding-bottom: .1rem;
}

.comment-box {
    width: 5.26rem;
}

.swiper-slide {
    padding: 0.2rem 0.5rem 0 0.5rem;
}

.comment-ctt {
    box-shadow: 0 0 .3rem 0 rgba(26, 30, 43, 0.1);
    border-radius: 0px .5rem .5rem .5rem;
    padding: .3rem;
    background: url("../images/bgf_pingjia.png") no-repeat right bottom;
    background-size: 1.8rem;
    background-color: #fff;
}

.comment-head {
    overflow: hidden;
}

.comment-head img {
    width: .9rem;
    float: left;
    min-height: .9rem;
}

.comment-head-right {
    margin-left: 1.2rem;
}

.comment-head-right h3 {
    font-size: .32rem;
    color: #333333;
    line-height: .6rem;
}
.comment-head-right i{
    background:url(../images/star.png) left center no-repeat;height:.3rem;width:3rem;display:block;background-size: 60% auto;
}

.comment-ctt>p {
    font-size: .28rem;
    color: #828694;
    line-height: 1.5;
    margin-top: .2rem;
    min-height: 2.1rem;
}

.comment-box .swiper-pagination {
    bottom: .3rem!important;
    width: 100%
}

.comment-box .swiper-pagination .swiper-pagination-bullet {
    background: #2C68D8;
    opacity: .5;
}

.comment-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #2C68D8;
    opacity: 1;
}

.dwon-nub {
    font-size: .24rem;
    color: #828694;
    padding: .2rem 0 .4rem;
    text-align: center;
}

.dwon-nub span {
    color: #3c80fa;
}

.footer-btn {
    position: fixed;
    bottom: -1.3rem;
    left: 0;
    width: 100%;
    z-index: 3;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.footer-btn .dwon-btn {
    width: 100%;
    border-radius: 0;
}

.footer-btn .dwon-btn span {
    line-height: 1.2rem;
    font-size: .36rem;
    /*padding-left: .68rem;*/
    color: #fff;
    font-weight: 500;
}

.footer-btn .dwon-btn span.icon-ios {
    background: url("../images/icon_apple.png") no-repeat left center;
    background-size: .44rem;
}

.footer-btn .dwon-btn span.icon-anzhuo {
    /*background: url("../images/icon_Android.png") no-repeat left center;
    background-size: .44rem;*/
}

.footer-btn .dwon-an {
    position: absolute;
    width: 8rem;
    height: 8rem;
    left: 50%;
    top: 50%;
    background: #2C68D8;
    margin-top: -4rem;
    margin-left: -4rem;
    z-index: 1;
    animation: bigyuan 1.5s infinite;
    -webkit-animation: bigyuan 1.5s infinite;
    border-radius: 100%;
}

.footer-btn-h {
    height: 1.18rem;
}

.footer-btn-h.active {
    display: block;
}

.footer-btn.active {
    bottom: 0;
}