body {
    max-width: 750px;
    margin: 0 auto;
    position: relative;
    height: 100%;
    overflow: hidden;
    background: #F8FFFB;
}

footer {
    padding: 0.2rem 0;
    background-color: #A8BAB0;
    font-size: 0.2rem;
    line-height: 0.3rem;
    text-align: center;
    color: #fff;
}

footer span {
    display: inline-block;
    word-wrap: normal;
}


/*  */

.main-ctt {
    overflow: auto;
    height: 100%;
}

.main-pos {
    position: relative;
    overflow: hidden;
}

.focus-line {
    padding-top: .4rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    overflow: hidden;
    background: url("../img/head.png") no-repeat top center;
    background-size: 100%;
    text-align: center;
}

.focus-ctt {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 auto;
}

.focus-line .logo {
    width: 1.83rem;
    display: block;
    float: left;
	border-radius:0.4rem;
}

.focus-line .app-desc{
    width: 4rem;
    display: block;
    float: left;
    margin-top: 0.1rem;
}

.focus-line h1 {
    text-align: center;
    font-size: 0;
    margin-top: .3rem;
}

.focus-line h1 span {
    font-size: .4rem;
    color: #222222;
    font-weight: 500;
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}

.Edition-h {
    min-height: .48rem;
    margin-top: .24rem;
    margin-bottom: .3rem;
}

.Edition-h p {
    font-size: .24rem;
    color: #C3C3C3;
    text-align: center;
    line-height: 1.5;
}

.focus-line .function-list {
    margin-top: .5rem;
}

.focus-line .function-list {
    margin-top: 0.3rem;
}

.function-list {
    overflow: hidden;
    margin-top: .1rem;
}

.function-list li {
    float: left;
    width: 50%;
    margin-bottom: .2rem;
}

.function-list li div {
    display: block;
    margin: 0 auto;
    width: 2.7rem;
    height: 2.3rem;
    position: relative;
}

/* .function-list li div.icon-1 {
    background: url("../../../index/index/icon/web_home_vague_icon@2x.png") no-repeat top center;
    background-size: 100%;
}

.function-list li div.icon-2 {
    background: url("../../../index/index/icon/web_home_coloring_icon@2x.png") no-repeat top center;
    background-size: 100%;
}

.function-list li div.icon-3 {
    background: url("../../../index/index/icon/web_home_damaged_icon@2x.png") no-repeat top center;
    background-size: 100%;
}

.function-list li div.icon-4 {
    background: url("../../../index/index/icon/web_home_more_icon@2x.png") no-repeat top center;
    background-size: 100%;
}
 */


.function-list li i {
    position: absolute;
    left: 2.5rem;
    top: 0rem;
    width: 30px;
    height: 30px;
    margin-left: -12px;
    font-size: 20px;
    background: #EF0000;
    border-radius: 16px;
    color: #fff;
    text-align: center;
    line-height: 28px;
}

.function-list li p {
    text-align: center;
    font-size: .28rem;
    color: #02341A;
    line-height: 1.5;
    margin-top: .1rem;
}

.dwon-btn {
    background: #00baff;
    box-shadow: 0 0 .2rem 0 rgba(7, 91, 46, 0.2);
    width: 6rem;
    border-radius: 1rem;
    font-size: 0;
    text-align: center;
    display: block;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.dwon-btn span {
    display: inline-block;
    line-height: 1rem;
    padding-left: .62rem;
    font-size: .32rem;
    position: relative;
    z-index: 2;
    color: #fff;
}

.dwon-btn span.icon-anzhuo {
    background: url("../img/android.png") no-repeat left center;
    background-size: auto .5rem;
}

.dwon-btn span.icon-ios {
    background: url("../img/iphone.png") no-repeat left center;
    background-size: auto .5rem;
}

.dwon-an {
    position: absolute;
    width: 6rem;
    height: 6rem;
    left: 50%;
    top: 50%;
    background: rgba(255, 255, 255, .2);
    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, .075);
}

@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: 1rem;
    margin-top: .3rem;
    margin-bottom: .1rem;
}

.focus-white-pos {
    position: relative;
    z-index: 2;
}

.bg-phone {
    background-size: 6.1rem;
    padding-top: .6rem;
    padding-bottom: .6rem;

}


.bg-phone {
background: url(../img/bg.png) no-repeat top center;
background-size: 6.1rem;
padding-top: 0.6rem;
padding-bottom: 0.6rem;
}

.swiper-container.Interface-box {
    width: 5rem;
    margin: 0 auto;
    overflow: inherit;
    margin-top: .4rem;
}

.swiper-container.Interface-box .swiper-slide {
    padding: .4rem;
}

.swiper-container.Interface-box .swiper-slide img {
    width: 4rem;
    margin: .1rem auto .4rem;
    display: block;
    transform: scale(.9);
}

.swiper-container.Interface-box .swiper-slide.swiper-slide-active img {
    transform: scale(1.2);
}


.index-line-ctt .pic {
    width: 7.5rem;
    margin: .6rem auto 0;
    display: block;
}

.index-line {
    overflow: hidden;
    /*padding: .7rem 0 0;*/
    position: relative;
    z-index: 2;
}

.line-h {
    width: 80%;

    margin: 0 auto;
}

.line-h.title-1 {
    height: 0.8rem;
    background: url("../../../index/index/icon/web_home_title_one_minute@2x.png") no-repeat;
    background-size: 100% auto;
}

.line-h.title-2 {
    margin-top: 0.2rem;
    height: 0.6rem;
    background: url("../../../index/index/icon/web_home_title_case@2x.png") no-repeat center center;
    background-size: auto 100%;
}

.line-h.title-3 {
    margin-top: 0.2rem;
    height: 0.6rem;
    background: url("../../../index/index/icon/web_home_title_evaluate@2x.png") no-repeat center center;
    background-size: auto 100%;
}

.type-box {
    margin: 0 auto;
}

.index-img-text {
    margin-top: .5rem;
    padding: 0 .41rem;
}

.swiper-container.comment-box {
    margin: .2rem auto 0;
    overflow: inherit;
    padding-bottom: .8rem;
}

.comment-box {
    width: 5.8rem;
}

.swiper-slide {
    padding: .25rem;
}

.comment-ctt {
    box-shadow: 0 0 .3rem 0 rgba(26, 30, 43, 0.1);
    border-radius: .3rem;
    padding: .3rem .4rem;
    background-color: #fff;
}

.comment-head {
    overflow: hidden;
}

.comment-head img {
    width: .9rem;
    float: left;
}

.comment-head-right {
    margin-left: 1.2rem;
}

.comment-head-right h3 {
    font-size: .32rem;
    color: #02341A;
    line-height: .9rem;
    text-align: left;
}

.comment-ctt>p {
    font-size: .26rem;
    color: #828694;
    line-height: 1.6;
    padding-top: .2rem;
    min-height: 2.08rem;
    margin-top: .1rem;
}

.comment-box .swiper-pagination {
    bottom: .2rem!important;
    width: 100%
}

.comment-box .swiper-pagination .swiper-pagination-bullet {
    background: #0BD56A;
    opacity: .3;
}

.comment-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0BD56A;
    opacity: 1;
}

.dwon-nub {
    font-size: .28rem;
    color: #828694;
    padding: .8rem 0 .4rem;
    text-align: center;
}

.dwon-nub span {
    color: #0DBF61;
}

.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;
    background: #00baff;
}

.footer-btn .dwon-btn span {
    line-height: 1.2rem;
    font-size: .36rem;
    padding-left: .68rem;
    color: #fff;
    font-weight: bold;
}

.footer-btn .dwon-btn span.icon-ios {
    background: url("../img/iphone.png") no-repeat left center;
    background-size: .5rem;
}

.footer-btn .dwon-btn span.icon-anzhuo {
    background: url("../android.png") no-repeat left center;
    background-size: .5rem;
}

.footer-btn .dwon-an {
    position: absolute;
    width: 8rem;
    height: 8rem;
    left: 50%;
    top: 50%;
    background: rgba(255, 255, 255, .05);
    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;
}

.index-img-li {
    overflow: hidden;
    margin-bottom: 1.2rem;
    font-size: 0;
}

.index-img-li img {
    display: block;
    margin: 0 auto;
    width: 4.5rem;
}

.index-img-li h3 {
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #02341A;
    font-size: .42rem;
    line-height: 1.5;
}

.tab-img {
    width: 100%;
    display: block;
}


body {
    background: #F5F6FA;
}

* {
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.clearBoth::after {
    display: block;
    clear: both;
    content: "";
}

.case {
    height: 2em;
    text-align: center;
    line-height: 2em;
    font-weight: normal;
    color: rgba(34, 34, 34, 1);
    /*border: 1px solid red;*/
}


.vci-slider {
    height: 100%;
    width: 40px;
    /*border: 1px solid red;*/
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -20px;
    cursor: all-scroll;
}

.line {
    width: 2px;
    background: #fff;
    /*-webkit-box-flex: 0;*/
    margin: 0 auto;
    height: calc(50% - 20px);
}

.vci-icon {
    width: 100%;
    height: 40px;
    /*border: 1px solid red;*/
    position: relative;
}

.vci-icon-img{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
}

.compare-box {
    width: 100%;
    /*background: #ffffff;*/
    margin: 0.2rem auto 0.2rem;
}

.compare-image {
    width: 90%;
    margin: 0 auto;
    border: 10px solid #ffffff;
    background: #ffffff;
    border-radius: 0.1rem;
    /*padding-bottom: 1rem;*/
}

.vci-container {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    /*border-radius: 0.05rem;*/
}

.right-image {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
}

.left-image {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.user-box {
    /*height: 150px;*/
    width: 100%;
    /*border: 1px solid red;*/
    margin-top: 0.2rem;
    background: #F5F6FA;
    border-radius: 0.2rem;
    padding-bottom: 0.2rem;
}

.userinfo-box {
    width: 95%;
    margin: 0 auto;
    padding-top: 0.1rem;
    /*border: 1px solid red;*/
}

.avatar {
    width: 0.4rem;
    height: 0.4rem;
    border: 1px solid #ffffff;
    border-radius: 50%;
    float: left;
}

.case-info-avatar{
    float: left;
    border-radius: 50%;
}

.case-info-nickname {
    float: left;
    margin-left: 0.2rem;
    font-size: 0.3rem;
    height: 0.4rem;
    line-height: 0.4rem;
}

.case-common-start{
    float: left;
    /*border: 1px solid red;*/
    display: block;
    height: 0.2rem;
    margin-top: 0.1rem;
    margin-left: 0.2rem;
}

.comment {
    width: 90%;
    margin: 0 auto;
    margin-top: 0.2rem;
    color: #3A415A;
    font-size: 0.25rem;
}

.case-list{
    width: 90%;
    margin: 0 auto;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

#picContent {
    position:relative;
    overflow-x:auto;
    width:100%;
    height: 2.2rem;
    margin:0 0;
}

#picContent ul {
    position:absolute;
    left:0;
    top:0;
    display:flex;
    flex-wrap:nowrap;
    overflow-x:scroll;
}
#picContent ul li {
    float:left;
    width:1.8rem;
    height:1.9rem;
    margin-right:0.2rem;
    /*border: 1px solid red;*/
    list-style:none;
    position: relative;
    background-image: url("../../../index/index/icon/web_case_thumbnail_unchecked@2x.png") ;
    background-size: 100%;
}

#picContent ul li img {
    position: absolute;
    width: 1.6rem;
    height: 1.6rem;
    object-fit: cover;
    bottom: 0.1rem;
    left: 0.1rem;
}

.case-li-mask{
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    bottom: 0.1rem;
    left: 0.1rem;
    z-index: 2;
    background: rgba(0,0,0,.3);
}
#picContent ul .case-active{
    background-image: url("../../../index/index/icon/web_case_thumbnail_selection@2x.png");
    background-size:100%;
}
.case-tips{
    position: absolute;
    font-size: 0.2rem;
    padding: 0.05rem;
    bottom: 0.1rem;
    right: 0.1rem;
    border-radius: 0.05rem;
    color: #ffffff;
    z-index: 3;
}

.case-tips-repair{
    background:linear-gradient(135deg,rgba(2,177,253,1) 0%,rgba(1,121,250,1) 100%);
}

.case-tips-color{
    background:linear-gradient(135deg,rgba(251,0,255,1) 0%,rgba(178,0,255,1) 100%);
}

.case-tips-truing{
    background:linear-gradient(270deg,rgba(224,32,32,1) 0%,rgba(250,100,0,1) 100%);
}

.case-li-mask-active{
    background: rgba(0,0,0,0);
}

.vci-case-tips{
    position: absolute;
    right: 0.2rem;
    top: 0.2rem;
    font-size: 0.3rem;
    padding: 0.1rem;
    /*border: 1px solid red;*/
    color: #ffffff;
    border-radius: 0.1rem;
    background:linear-gradient(135deg,rgba(2,177,253,1) 0%,rgba(1,121,250,1) 100%);
}

.vci-left-tips {
    position: absolute;
    left: 0.2rem;
    bottom: 0.2rem;
    font-size: 0.3rem;
    padding: 0.1rem;
    border-radius: 0.1rem;
    background: #ffffff;
}

.vci-right-tips{
    position: absolute;
    right: -0.9rem;
    bottom: 0.2rem;
    z-index: 100;
    font-size: 0.3rem;
    padding: 0.1rem;
    border-radius: 0.1rem;
    background: #ffffff;
}
