﻿.desc-title{
    text-align: center;
    line-height: 51px;
    font-size: 37px;
}
.new-title_con-20{
    font-size: 20px !important;
}

.br-pc{
    display: block;
}
.br-phone{
    display: none;
}

/* banner1 start */
.banner1-wrap{
    width: 100%;
    height: 835px;
    background: url(../img/paint_film/banner.jpg) no-repeat;
    background-position: center 0;
    filter: alpha(opacity=50);
}
.banner1-box{
    filter: alpha(opacity=0);
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.new-title.title1{
    padding-top: 190px;
}
.new-title_con{
    font-size: 16px;
    line-height: 36px;
    color: #cccccc;
    text-align: center;
}
.new-title .con1{
    padding-top: 31px;    
}
.new-level-wrap{
    padding-top: 280px;
}
.new-level{
    height: 107px;
    width: 841px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 16px;
    color: #fff;
}
.new-level .new-level_item{
    width: 107px;
    height: 107px;
    text-align: center;
    line-height: 107px;
    margin-bottom: 3px;
    transition: .3s linear;
    cursor: pointer;
    position: relative;
    background: url(../img/paint_film/level.png);
    background-repeat: no-repeat;
    background-position: center;
}
.new-level_txt{
    position: absolute;
    white-space: nowrap;
    font-size: 14px;
    width: auto;
    height: 28px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.new-level_txt .imgtitle_100x{display: block;margin: 32px auto 0;}
.new-level_txt .tip_100x{width: 100%; line-height:normal; text-align: center; margin-top: -8px;}
.item_active .new-level_txt{
    display: block;
}
.new-level_rotate{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .5s;
}
.new-level_rotate::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../img/paint_film/v-out.png);
    background-size: 107px 107px;
    background-position: center;
    background-repeat: no-repeat;
    animation: rotate 10s linear infinite;
}
.new-level_rotate::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../img/paint_film/v-inset.png);
    background-position: center;
    background-size: 82px 82px;
    background-repeat: no-repeat;
    animation: revRotate 5s linear infinite;
}
@keyframes rotate{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
@keyframes revRotate{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(-360deg);
    }
}
.new-level .new-level_item-big{
    font-weight: bold;
    width: 107px;
    height: 107px;
    text-align: center;
    line-height: 107px;
    background-color: #ccc;
    transition: .3s linear;
    cursor: pointer;
    position: relative;
}
.new-level .new-level_item-big .new-level_rotate::before{
    background-image: url(../img/paint_film/v1000-out.png);

}
.new-level .new-level_item-big .new-level_rotate::after{
    background-image: url(../img/paint_film/v1000-inset.png);
}
.new-level_item.color-v10x{
    color: #dca932;
}
.new-level_item-big.color-v1000{
    color: #73cef2;
    background: url(../img/paint_film/level.png) center no-repeat;
}
.new-level .item_active{
    background-image: none;
}
.new-level .item_active .new-level_rotate{
    opacity: 1;
}
.new-level .item_active:before{
    content: '';
    position: absolute;
    width: 21px;
    height: 16px;
    left: 50%;
    bottom: -23px;
    background: url(../img/paint_film/arrow-bottom.png) no-repeat;
    transform: translateX(-50%);
}
/* banner1 end */

/* banner2 start */
.banner2-wrap{
    height: 801px;
    background: url(../img/paint_film/banner-2.jpg) no-repeat;
    position: relative;
}
.banner2-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    display: none;
}
.level1{
    background: url(../img/paint_film/level1.png) no-repeat;
    background-position: 843px 516px;
}
.level2{
    background: url(../img/paint_film/level2.png) no-repeat;
    background-position: 358px 352px;
}
.level3{
    background: url(../img/paint_film/level3.png) no-repeat;
    background-position: left bottom;
    z-index: 2;
}
.level4{
    background: url(../img/paint_film/level4.png) no-repeat;
    background-position: 338px 521px;
}
.banner2-box{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 20;
}
.new-title.title2{
    padding: 61px 0 0;
}
.new-title .con2{
    padding-top: 11px;
}
.ques-box{
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 29px 153px 0;
}
.ques-item{
    width: 185px;
    height: 105px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(to bottom, transparent, #6e6e6e);
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ques-item p{
    color: #fff;
    font-size: 18px;
    user-select: none;
    padding-top: 15px;
}
.ques-item img{
    height: 37px;
    pointer-events: none;
    user-select: none;
}
.ques-line{
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to right, #fff, rgba(255, 255, 255, .1), transparent);
}
.ques-line:before{
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    top: 50%;
    left: -2px;
    transform: translateY(-50%);
    background-color: #fff;
    box-shadow: 5px 5px 10px #eee,
                -5px 5px 10px #eee,
                5px -5px 10px #eee,
                -5px -5px 10px #eee,
                1px 1px 4px #aaa,
                -1px 1px 4px #aaa,
                1px -1px 4px #aaa,
                -1px -1px 4px #aaa;
}
.ques-item.ques-active{
    background: linear-gradient(to bottom, transparent, #58595a);
}
.ques-item.ques-active:after{
    content: '';
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../img/paint_film/ques-active.png) no-repeat;
}
.ques-item.ques-active p{
    color: transparent;
    background: -webkit-linear-gradient(to right, #d2ac6c, #faf0bc, #e1c486, #cfa55f);
    background: -o-linear-gradient(to right, #d2ac6c, #faf0bc, #e1c486, #cfa55f);
    background: -moz-linear-gradient(to right, #d2ac6c, #faf0bc, #e1c486, #cfa55f);
    background: linear-gradient(to right, #d2ac6c, #faf0bc, #e1c486, #cfa55f);
    background-clip: text;
    -webkit-background-clip: text;
}
.ques-item.ques-active .ques-line{
    background: linear-gradient(to right, #dcc786, rgba(220, 199, 134, .1), transparent);
}
.ques-item.ques-active .ques-line:before{
    background-color: #dcc786;
    box-shadow: 5px 5px 10px #dcc786,
                -5px 5px 10px #dcc786,
                5px -5px 10px #dcc786,
                -5px -5px 10px #dcc786,
                1px 1px 4px #fff,
                -1px 1px 4px #fff,
                1px -1px 4px #fff,
                -1px -1px 4px #fff;
}
.ques-info{
    position: absolute;
    right: 0;
    bottom: 77px;
}
.info_100{
    font-size: 22px;
    line-height: 46px;
    color: #fff;
    margin-bottom: 46px;
}
.info_progress-box{
    margin-top: 26px;
}
.info_progress-box p{
    width: 100%;
    font-size: 18px;
    color: #c79830;
    padding-left: 44px;
    background: url(../img/paint_film/car.png) no-repeat;
    background-position: left center;
}
.info_progress-wrap{
    display: flex;
    align-items: center;
    margin-top: 11px;
}
.info_progress-wrap .info_progress{
    width: 336px;
    height: 4px;
    border-radius: 4px;
    background: rgba(255, 255, 255, .2);
    position: relative;
    overflow: hidden;
}
.info_progress-wrap .info_progress .info_progress_inner{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #c79830;
    border-radius: 4px;
    transition: linear .3s;
}
.info_progress-wrap span{
    font-size: 14px;
    color: #c79830;
    padding-left: 15px;
    width: 60px;
    text-align: center;
}
.ques-info .info{
    font-size: 16px;
    color: #ccc;
    line-height: 28px;
    padding: 6px 0 6px 36px;
    display: none;
}
.ques-info .info_1{
    background: url(../img/paint_film/ques1.png) no-repeat;
    background-size: 24px 23px;
    background-position: left center;
}
.ques-info .info_2{
    background: url(../img/paint_film/ques2.png) no-repeat;
    background-size: 21px 19px;
    background-position: left 10px;
}
.ques-info .info_3{
    background: url(../img/paint_film/ques3.png) no-repeat;
    background-size: 23px 16px;
    background-position: left center;
}
.ques-info .info_4{
    background: url(../img/paint_film/ques4.png) no-repeat;
    background-size: 22px 22px;
    background-position: left center;
}
.info_tip{
    font-size: 12px;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 28px;
    margin-top: 10px;
}
.ques-level{
    position: absolute;
    display: none;
}
.ques-level1{
    top: 63.8%;
    left: 845px;
}
.ques-level2{
    top: 44.6%;
    left: 355px;
}
.ques-level3{
    top: 0;
    bottom: 0;
    height: 100%;
}
.ques-level4{
    top: 65%;
    left: 326px;
}
/* banner2 end */

/* banner3 start */
.banner3-pc{
    display: block;
}
.banner3-phone{
    display: none;
}
.great1{
    background: url(../img/paint_film/banner-3_1.jpg);
}
.great2{
    background: url(../img/paint_film/banner-3_2.jpg);
}
.great3{
    background: url(../img/paint_film/banner-3_3.jpg);
}
.great4{
    background: url(../img/paint_film/banner-3_4.jpg);
}
.great5{
    background: url(../img/paint_film/banner-3_5.jpg);
}
.great-wrap{
    height: 850px;
    background-repeat: no-repeat;
    background-color: #000;
}
.great-box{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.great-title{
    padding-top: 84px;
}
.great-title_con{
    font-size: 16px;
    line-height: 36px;
    color: #cccccc;
    text-align: center;
    padding-top: 33px;
}
.great-main-wrap{
    width: 100%;
    flex: 1;
    display: flex;
    align-items: center;
}
.great-main{
    width: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.great-main .main_left{
    display: none;
}
.great-main .main_left-active{
    display: block;
}
.great-main .main_left .left_title2{
    font-size: 54px;
    font-weight: 500;
    line-height: 54px;
    padding-top: 17px;
}
.color-g{
    color: #0090BE;
}
.color-r{
    color: #fff;
}
.color-e{
    color: #ffe57a;
}
.color-a{
    color: #01ffff;
}
.color-t{
    color: #d34e23;
}
.great-main .main_left .left_desc{
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 32px;
    margin-top: 40px;
}
.great-main .main_left .left_tip{
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #EFEFF4;
    margin-top: 40px;
}
.great-main .main_right{
    width: 475px;
    height: 273px;
    box-sizing: border-box;
    border: 2px solid rgba(255, 255, 255, .25);
    margin-right: 6px;
    cursor: pointer;
}
.great-main .main_right img{
    width: 100%;
    height: 100%;
    display: block;
}
.great-btns{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 46px;
}
.great-btn{
    width: 182px;
    height: 70px;
    color: #fff;
    cursor: pointer;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.great-btn-active{
    color: #c79830;
}
/* banner3 end */

/* banner4 start */
.out1,.out1-v10x{
    background: url(../img/paint_film/banner-4_1_v10x.jpg) no-repeat;
}
.out1-v100x{
    background: url(../img/paint_film/banner-4_1_v100x.jpg) no-repeat;
}
.out2,.out2-10{
    background: url(../img/paint_film/banner-4_2-v10.png) no-repeat;
}
.out2-100{
    background: url(../img/paint_film/banner-4_2-v100.png) no-repeat;
}
.out2-1000{
    background: url(../img/paint_film/banner-4_2-v1000.jpg) no-repeat;
}
.out3{
    background: url(../img/paint_film/banner-4_3.jpg) no-repeat;
}
.out4{
    background: url(../img/paint_film/banner-4_4.jpg) no-repeat;
}
.out5{
    background: url(../img/paint_film/banner-4_5-v3.jpg) no-repeat;
}
.out-wrap{
    width: 100%;
    height: 959px;
    background-color: #000;
    background-size: cover;
    background-position: center;
}
.out-box{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.out-title{
    padding-top: 84px;
}
.out-title_con{
    font-size: 20px;
    line-height: 36px;
    color: #cccccc;
    text-align: center;
    padding-top: 16px;
}
.out-main{
    padding-top: 56px;
    display: flex;
}
.out-main .main-left{
    position: relative;
}
.out-main .main-left .left_item{
    width: 446px;
    height: 124px;
    margin-bottom: 18px;
    box-sizing: border-box;
    padding-top: 8px;
    padding-left: 14px;
    position: relative;
    background-color: #000;
    cursor: pointer;
    user-select: none;
}
.out-main .main-left .left_item:nth-of-type(1){
    background-image: url(../img/paint_film/out-item1.png);
    background-repeat: no-repeat;
}
.out-main .main-left .left_item:nth-of-type(2){
    background-image: url(../img/paint_film/out-item2.png);
    background-repeat: no-repeat;
}
.out-main .main-left .left_item:nth-of-type(3){
    height: 103px;
    background-image: url(../img/paint_film/out-item3.png);
    background-repeat: no-repeat;
	padding-top: 12px;
}
.out-main .main-left .left_item:nth-of-type(4){
    height: 103px;
    background-image: url(../img/paint_film/out-item4.png);
    background-repeat: no-repeat;
	padding-top: 12px;
}
.out-main .main-left .left_item:nth-of-type(5){
    height: 103px;
    background-image: url(../img/paint_film/out-item5.png);
    background-repeat: no-repeat;
    margin-bottom: 0;
	padding-top: 12px;
}
.out-main .main-left .left_item .item_title{
    color: #fff;
    font-size: 18px;
    line-height: 45px;
    font-weight: bold;
}
.out-main .main-left .left_item .item_title .xtratop{font-size: 22px; display: inline-block;}
.out-main .main-left .left_item .item_con{
    font-size: 14px;
    line-height: 28px;
    color: #cccccc;
}
.out-main .main-left .left_item.left_item-active{
    border: 2px solid #c79830;
}
.out-main .main-left .left_item.left_item-active .item_title{
    color: #c79830;
}
.out-main .main-left .item_tags{
    position: absolute;
    right: 16px;
    bottom: 16px;
    display: flex;
    height: 24px;
}
.out-main .main-left .item_tags .item_tag{
    height: 24px;
    border: 1px solid #717171;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 8px;
    font-size: 14px;
    color: #fff;
    margin-left: 9px;
    font-weight: bold;
}
.out-main .main-left .item_tags .item_tag.item_tag-active{
    border: 1px solid #a6802e;
    color: #b78c2f;
}
.out-right_title{
    font-size: 24px;
    line-height: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    color: #bc9030;
    font-weight: bold;
}
.out-main .main-right{
    width: 650px;
    margin-left: 98px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.out-main .main-right.main-right-none{
    display: none;
}
.out-right_title_imgs{
    display: flex;
    align-items: center;
    margin-left: 16px;
}
.out-right_con{
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    padding: 21px 0;
}
.out-right_btns{
    display: flex;
    margin-bottom: 36px;
}
.zhushi{
	width: 100%;display: block;font-size: 12px;color: #a3a3a3;margin-bottom: 30px;margin-top: -16px;
}
.out-right_btn{
    height: 34px;
    border: 1px solid #C79830;
    font-size: 16px;
    color: #C79830;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 14px;
    margin-right: 10px;
}
.out-right_dun-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80px;
}
.out-right_more{
    width: 113px;
    height: 34px;
    font-size: 16px;
    text-align: center;
    color: #000;
    background-color: #c79830;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    margin-top: 20px;
    white-space: nowrap;
}
.out-right_more img{
    margin-left: 6px;
    width: 18px;
    height: 18px;
    display: block;
}
.out-right_dun{
    width: 57px;
    height: 64px;
    background: url(../img/paint_film/dun.png) no-repeat;
    font-size: 20px;
    color: #c79830;
    line-height: 64px;
    text-align: center;
}
.out-right_dun_text{
    font-size: 18px;
    font-family: NotoSansHans;
    font-weight: 400;
    color: #C79830;
    line-height: 48px;
    background: linear-gradient(0deg, #C89B58 0%, #FAF1BD 33.544921875%, #CEA45E 65.3564453125%, #E0D192 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.main-right .out-right_detail{
    height: 124px;
    font-size: 14px;
    color: #c79830;
    line-height: 33px;
    padding-left: 160px;
    margin-left: 27px;
    background: url(../img/paint_film/detail.png) no-repeat;
    background-position: left center;
}
.main-right .out-right_detail span{
    color: #fff;
}
.main-right .arrow{
    position: absolute;
    top: 35%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(56, 56, 56, .7);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
}
.main-right .arrow-left{
    left: -75px;
}
.main-right .arrow-right{
    right: -12px;
}
.main-right .arrow.arrow-active{
    background-color: #fff;
}
/* banner4 end */

/* banner5 start */
.wow-wrap{
    width: 100%;
    height: 817px;
    background: url(../img/paint_film/banner-5.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.wow-box{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.wow{
    position: absolute;
    width: 532px;
    bottom: 201px;
    right: 0;
    background: url(../img/paint_film/wow.png) no-repeat;
    background-position: left top;
    padding-top: 140px;
    padding-left: 10px;
}
.wow-title .desc-title{
    text-align: left;
}
.wow-line{
    width: 70px;
    height: 1px;
    background: #a4a4a4;
    margin: 19px 0;
}
.wow-con{
    font-size: 16px;
    line-height: 32px;
    color: #fff;
}
.wow-con span{
    color: #BF922E;
}
.wow-btn{
    margin-top: 38px;
    width: 139px;
    height: 54px;
    background-color: #C49534;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    user-select: none;
    cursor: pointer;
}
.wow-btn img{
    margin-left: 7px;
}
/* banner5 end */

/* banner6 start */
.service-wrap{
    width: 100%;
    height: 816px;
    background: url(../img/paint_film/banner-6.jpg) no-repeat;
}
.service-box{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.service-title{
    padding: 84px 0 29px;
}
.service-con{
    font-size: 16px;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 36px;
    text-align: center;
}
.service-detail{
    height: 548px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 90px;
}
.service-detail_left{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
    width: 250px;
    padding-top: 70px;
    box-sizing: content-box;
}
.service-detail-main{
    display: flex;
    flex-direction: column;
}
.service-detail-main img:first-of-type{
    margin-bottom: 36px;
}
.service-detail_right{
    font-size: 22px;
    font-weight: 400;
    color: #EEB74E;
    line-height: 42px;
    width: 250px;
    padding-left: 20px;
    padding-top: 70px;
}
.my-bullet{
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, .2);
    margin: 0 11px;
}
/* banner6 end */

/* banner7 start */
.soft-wrap{
    width: 100%;
    height: 816px;
    background: url(../img/paint_film/banner-7.jpg) no-repeat;
    background-position: center center;
}
.soft-box{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.soft-title{
    padding: 113px 0 25px;
}
.soft-con{
    font-size: 20px;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 36px;
    text-align: center;
}
.soft-main{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 47px;
}
.soft-main_title{
    font-size: 30px;
    line-height: 43px;
    font-weight: 500;
    color: #C79830;
}
.soft-main_con{
    font-size: 18px;
    line-height: 57px;
    color: #fff;
    letter-spacing: 4px;
}
.soft-list{
    display: flex;
    justify-content: space-around;
    padding-top: 60px;
}
.soft-li{
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.soft-li_img{
    width: 72px;
    height: 72px;
}
.soft-li_txt{
    font-size: 18px;
    font-weight: 400;
    color: #C79830;
    line-height: 36px;
    padding: 10px 0;
}
.soft-li_desc{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
}
/* banner7 end */

/* banner8 start */
.knowledge-wrap{
    width: 100%;
    height: 810px;
    background: url(../img/paint_film/banner-8.jpg) no-repeat;
    background-position: center center;
}
.knowledge-box{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.knowledge-title{
    padding: 84px 0 15px;
}
.knowledge-con{
    font-size: 20px;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 48px;
    text-align: center;
}
.knowledge-main-box{
    width: 100%;
    padding-top: 85px;
    /* display: flex;
    justify-content: right; */
}
.knowledge-main-box::after{
    content: '';
    height: 0;
    display: block;
    overflow: hidden;
    visibility: hidden;
    clear: both;
}
.knowledge-main{
    float: right;
    width: 510px;
    white-space: nowrap;
    font-size: 16px;
    color: #ccc;
    line-height: 38px;
}
.knowledge-main span{
    color: #C79830;
    font-weight: bold;
}
.knowledge-top{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 68px;
}
.knowledge-ma{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #fff;
    line-height: 42px;
    margin-left: 26px;
}
.knowledge-ma_info{
    margin-left: 20px;
}
/* banner8 end */

/* 播放器 */
.play-box{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 10000;
    display: none;
}
.play-wrap{
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.play{
    width: 100%;
}
.close{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .8);
    text-align: center;
    line-height: 40px;
    color: rgba(0, 0, 0, .8);
    font-size: 22px;
    position: absolute;
    top: -20px;
    right: -20px;
    user-select: none;
    cursor: pointer;
}

@media (max-width: 992px){
    .play-wrap{
        width: 100%;
    }
    .close{
        display: none;
    }
    .desc-title{
        text-align: center;
        line-height: .51rem;
        font-size: .37rem;
    }
    .br-pc{
        display: none;
    }
    .br-phone{
        display: inline-block;
    }
    /* banner1 start*/
    .banner1-wrap{
        height: 8.71rem;
        background: url(../img/paint_film/phone/banner.jpg) no-repeat;
        background-size: 100% 100%;
        background-position: center;
    }
    .banner1-box{
        width: 100%;
        height: 100%;
    }
    .new-title.title1{
        padding-top: 1.9rem;
    }
    .new-title_con{
        font-size: .14rem;
        line-height: .36rem;
    }
    .new-title_con-20{
        font-size: .2rem !important;
    }
    .new-title .con1{
        padding: .31rem .54rem 0;    
    }
    .new-level-wrap{
        padding-top: 2.6rem;
    }
    .new-level{
        width: 100%;
        height: auto;
        padding: 0 .2rem;
        font-size: .16rem;
    }
    .new-level .new-level_item{
        width: 1.07rem;
        height: 1.07rem;
        line-height: 1.07rem;
        margin-bottom: .03rem;
        background-size: .82rem .82rem;
    }
    .new-level_txt{
        font-size: .14rem;
        height: .28rem;
        bottom: -.42rem;
    }
    .new-level_txt .imgtitle_100x{ width: 2.3rem; margin: 0.32rem auto 0;}
    .new-level_txt .tip_100x{ line-height: normal; margin-top: -0.08rem;}
    .new-level_rotate::before{
        background-size: 1.07rem 1.07rem;
    }
    .new-level_rotate::after{
        background-size: .82rem .82rem;
    }
    .new-level .new-level_item-big{
        width: 1.07rem;
        height: 1.07rem;
        line-height: 1.07rem;
    }
    .new-level_item-big.color-v1000{
        color: #73cef2;
        background-size: .82rem .82rem;
    }
    .new-level .item_active:before{
        width: 0.21rem;
        height: 0.16rem;
        bottom: -0.23rem;
        background-size: cover;
    }
    /* banner1 end*/
    

    /* banner2 start */
    .banner2-wrap{
        height: 10.42rem;
        background: url(../img/paint_film/phone/banner-2.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        overflow: hidden;
    }
    .banner2-box{
        width: 100%;
        height: 100%;
        padding: 0 0.3rem;
    }
    .new-title.title2{
        padding: .61rem 0 0;
    }
    .ques-box{
        padding: .3rem 0 .46rem;
    }
    .ques-item{
        width: 1.615rem;
        height: 1.05rem;
    }
    .ques-item p{
        font-size: .16rem;
        padding-top: .12rem;
    }
    .ques-item img{
        height: .37rem;
    }
    .ques-line{
        height: .02rem;
    }
    .ques-line:before{
        width: 0.04rem;
        height: 0.04rem;
        left: -0.02rem;
    }
    .ques-item.ques-active:after{
        content: '';
        width: .45rem;
        height: .45rem;
        position: absolute;
        right: 0;
        bottom: 0;
        background: url(../img/paint_film/ques-active.png) no-repeat;
        background-size: cover;
    }
    .ques-info{
        position: static;
    }
    .info_100{
        font-size: .22rem;
        line-height: .46rem;
        margin-bottom: .36rem;
    }
    .info_progress-box{
        margin-top: .26rem;
    }
    .info_progress-box p{
        font-size: .18rem;
        padding-left: .46rem;
        background-size: auto .18rem;
    }
    .info_progress-wrap .info_progress{
        width: 3.36rem;
    }
    .info_progress-wrap{
        margin-top: .11rem;
    }
    .info_progress-wrap span{
        width: 1rem;
        padding-left: .16rem;
        font-size: .14rem;
    }
    .info_tip{
        font-size: .12rem;
        margin-top: .2rem;
    }
    .ques-info .info{
        font-size: .16rem;
        line-height: .28rem;
        padding: 0.06rem 0 0.06rem 0.36rem;
    }
    .ques-info .info_1{
        background-size: .24rem .23rem;
    }
    .ques-info .info_2{
        background-size: .21rem .19rem;
        background-position: left .1rem;
    }
    .ques-info .info_3{
        background-size: .23rem .16rem;
    }
    .ques-info .info_4{
        background-size: .22rem .22rem;
    }
    .level1{
        background-size: 1.49rem 1.02rem;
        background-position: 4.9rem 8.1rem;
    }
    .level2{
        background-size: 4rem 1.81rem;
        background-position: 2rem 7rem;
        transform: scale(1.3);
    }
    .level3{
        background-size: 100% auto;
        background-position: -0.6rem bottom;
    }
    .level4{
        background-size: 4.52rem 1.73rem;
        background-position: 0.4rem 8.2rem;
    }
    /* banner2 end */

    /* banner3 start */
    .great1{
        background: url(../img/paint_film/phone/banner-3_1.jpg);
    }
    .great2{
        background: url(../img/paint_film/phone/banner-3_2.jpg);
    }
    .great3{
        background: url(../img/paint_film/phone/banner-3_3.jpg);
    }
    .great4{
        background: url(../img/paint_film/phone/banner-3_4.jpg);
    }
    .great5{
        background: url(../img/paint_film/phone/banner-3_5.jpg);
    }
    .great-wrap{
        height: 8.5rem;
        background-size: auto 100%;
        background-position: center;
        background-color: #000;
    }
    .great-box{
        width: 100%;
        height: 100%;
    }
    .great-title{
        padding-top: .83rem;
    }
    .great-title_con{
        width: 100%;
        box-sizing: border-box;
        font-size: .16rem;
        line-height: .32rem;
        padding: .33rem .26rem 0;
    }
    .great-main-wrap{
        width: 100%;
        box-sizing: border-box;
        padding: 0 .26rem;
    }
    .great-main{
        position: relative;
    }
    .great-main .main_left{
        padding-bottom: .6rem;
    }
    .great-main .main_left .left_title1 img{
        height: .84rem;
    }
    .great-main .main_left .left_title2{
        font-size: .54rem;
        line-height: .54rem;
        padding-top: .17rem;
    }
    .great-main .main_left .left_desc{
        font-size: .18rem;
        line-height: .32rem;
        margin-top: .4rem;
    }
    .great-main .main_left .left_tip{
        font-size: .14rem;
        line-height: .24rem;
        margin-top: .2rem;
        color: #b4b7bd;
        position: absolute;
        width: 100%;
    }
    .great-main .main_right{
        width: 3.5rem;
        height: 2rem;
        margin-right: .06rem;
        flex-shrink: 0;
    }
    .great-btns{
        padding-bottom: .46rem;
    }
    .great-btn{
        width: 1.82rem;
        height: 0.7rem;
    }
    .great-btn img{
        width: 100%;
    }
    .banner3-pc{
        display: none;
    }
    .banner3-phone{
        display: block;
    }
    /* banner3 end */

    /* banner4 start */
    .out1,.out1-v10x{
        background: url(../img/paint_film/phone/banner-4_1.jpg);
    }
    .out1-v100x{
        background: url(../img/paint_film/phone/banner-4_1_v100x.jpg);
    }
    .out2{
        background: url(../img/paint_film/phone/banner-4_2-v10.jpg);
    }
    .out2-10{
        background: url(../img/paint_film/phone/banner-4_2-v10.jpg);
    }
    .out2-100{
        background: url(../img/paint_film/phone/banner-4_2-v100.jpg);
    }
    .out2-1000{
        background: url(../img/paint_film/phone/banner-4_2-v1000.jpg);
    }
    .out3{
        background: url(../img/paint_film/phone/banner-4_3.jpg);
    }
    .out4{
        background: url(../img/paint_film/phone/banner-4_4.jpg);
    }
	.out5{
	    background: url(../img/paint_film/phone/banner-4_5.jpg);
	}
    .out-wrap{
        height: 10.42rem;
        background-size: cover;
        background-position: center;
        background-color: #000;
    }
    .out-box{
        width: 100%;
        height: 100%;
        padding: 0 .2rem;
        display: flex;
        flex-direction: column;
    }
    .out-title{
        padding-top: .84rem;
    }
    .out-title_con{
        font-size: .16rem;
        line-height: .36rem;
        padding-top: .16rem;
    }
    .out-main{
        padding-top: .56rem;
        padding-bottom: .62rem;
        flex-direction: column;
        flex: 1;
    }
    .out-main .main-left{
        display: flex;
        width: 100%;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .out-main .main-left::-webkit-scrollbar{
        height: 0;
    }
    .out-main .main-left .left_item{
        width: 4.8rem;
        height: 1.42rem !important;
        margin-right: .17rem;
        flex-shrink: 0;
        margin-bottom: 0;
        background-size: cover;
        padding-top: .12rem;
        padding-left: .1rem;
        padding-right: .1rem;
    }
    .out-main .main-left .left_item.left_item-active{
        border: .02rem solid #c79830;
    }
    .out-main .main-left .left_item .item_title{
        font-size: .16rem;
        line-height: .5rem;
    }
    .out-main .main-left .left_item .item_title .xtratop{font-size: .22rem;}
    .out-main .main-left .left_item .item_con{
        font-size: .14rem;
        line-height: .3rem;
    }
    .out-main .main-left .item_tags{
        right: .21rem;
        bottom: .2rem;
        height: .24rem;
    }
    .out-main .main-left .item_tags .item_tag{
        height: .24rem;
        padding: 0 .08rem;
        font-size: .14rem;
        margin-left: .09rem;
    }
    .out-main .main-right{
        flex: 1;
        margin-top: .56rem;
        width: 100%;
        margin-left: 0;
        /*padding: 0 .3rem;*/
       padding: 0 0.3rem 0 0.3rem;
    }
    .out-right_title_imgs{
        margin-left: .16rem;
        height: .16rem;
    }
    .out-right_title_imgs img{
        width: 0.22rem;
        height: .16rem;
    }
    .out-right_title{
        font-size: .24rem;
        line-height: .24rem;
        height: .24rem;
    }
    .out-right_con{
        font-size: .14rem;
        line-height: .3rem;
        padding: .21rem 0;
    }
    .out-right_btns{
        display: flex;
        margin-bottom: .36rem;
    }
    .out-right_btn{
        height: .34rem;
        font-size: .16rem;
        padding: 0 .14rem;
        margin-right: .1rem;
    }
    .zhushi {
    width: 100%;
    display: block;
    font-size: 0.12rem;
    color: #a3a3a3;
    margin-bottom: 0.26rem;
    margin-top: -0.20rem;
}
    .out-right_dun-box{
        width: 1rem;
    }
    .out-right_more{
        width: 1.13rem;
        height: .34rem;
        font-size: .16rem !important;
        margin-top: .1rem;
        margin-bottom: .2rem;
    }
    .out-right_more img{
        margin-left: 0.06rem;
        width: .18rem;
        height: .18rem;
    }
    .out-right_dun{
        width: 0.57rem;
        height: 0.64rem;
        font-size: .2rem;
        line-height: .64rem;
        background-size: 100%;
    }
    .out-right_dun_text{
        font-size: .18rem;
        line-height: .48rem;
    }
    .main-right .out-right_detail{
        height: 1.24rem;
        font-size: .14rem;
        line-height: .33rem;
        padding-left: 1.6rem;
        margin-left: .27rem;
        background-size: 1.41rem 1.04rem;
    }
    .main-right>img{
        height: 1.68rem;
    }
    .main-right .arrow{
        width: 0.5rem;
        height: 0.5rem;
    }
    .main-right .arrow img{
        width: 0.13rem;
        height: 0.22rem;
    }
    .main-right .arrow-left{
        left: -0.15rem;
    }
    .main-right .arrow-right{
        right: -0.15rem;
    }
    /* banner4 end */

    /* banner5 start */
    .wow-wrap{
        height: 8.16rem;
        background: url(../img/paint_film/phone/banner-5.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }
    .wow-box{
        width: 100%;
        padding: 0 .5rem;
    }
    .wow{
        position: static;
        width: 5.32rem;
        height: 2.01rem;
        padding-top: 2.02rem;
        padding-left: .1rem;
        background-size: 3.92rem;
        background-position: left 0.62rem;
    }
    .wow-line{
        width: 0.7rem;
        margin: .19rem 0;
    }
    .wow-con{
        font-size: .16rem;
        line-height: .32rem;
    }
    .wow-btn{
        margin-top: .38rem;
        width: 1.39rem;
        height: 0.54rem;
        font-size: .16rem;
    }
    .wow-btn img{
        width: 0.19rem;
        margin-left: .07rem;
    }
    /* banner5 end */

    /* banner6 start */
    .service-wrap{
        height: 8.16rem;
        background: url(../img/paint_film/phone/banner-6.jpg) no-repeat;
        background-size: cover;
    }
    .service-box{
        width: 100%;
        padding: 0 .2rem;
    }
    .service-title{
        padding: .84rem 0 .29rem;
    }
    .service-con{
        font-size: .16rem;
        line-height: .32rem;
    }
    .service-detail{
        height: 4.68rem;
        padding: 0 .1rem;
        white-space: nowrap;
    }
    .service-detail_left{
        font-size: .16rem;
        line-height: .32rem;
        width: calc((100% - 2.56rem) / 2);
        padding-top: .7rem;
    }
    .service-detail-main{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .service-detail-main img:first-of-type{
        margin-bottom: .36rem;
        width: 2.56rem;
        height: 0.42rem;
    }
    .service-detail-main img:last-of-type{
        width: 2.26rem;
        height: 1.95rem;
    }
    .service-detail_right{
        font-size: .22rem;
        line-height: .42rem;
        width: calc((100% - 2.56rem) / 2);
        padding-left: .2rem;
        padding-top: .7rem;
    }
    .my-bullet{
        width: 0.15rem;
        height: 0.15rem;
        margin: 0 .11rem;
    }
    /* banner6 end */

    /* banner7 start */
    .soft-wrap{
        height: 8.98rem;
        background: url(../img/paint_film/phone/banner-7.jpg) no-repeat;
        background-size: cover;
    }
    .soft-box{
        width: 100%;
        height: 100%;
    }
    .soft-title{
        padding: 1.13rem 0  .25rem;
    }
    .soft-con{
        font-size: .16rem;
        line-height: .36rem;
    }
    .soft-main{
        margin-top: .47rem;
    }
    .soft-main_title{
        font-size: .3rem;
        line-height: .43rem;
    }
    .soft-main_con{
        font-size: .2rem;
        line-height: .57rem;
        letter-spacing: .04rem;
    }
    .soft-main img{
        width: 0.78rem;
        height: 0.76rem;
    }
    .soft-list{
        padding-top: 0.1rem;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 6.6rem;
        margin: 0 auto;
    }
    .soft-li{
        width: 3rem;
        margin-bottom: .2rem;
    }
    .soft-li_img{
        width: 0.72rem;
        height: 0.72rem;
    }
    .soft-li_txt{
        font-size: .18rem;
        line-height: .36rem;
        padding: .1rem 0;
    }
    .soft-li_desc{
        font-size: .14rem;
        line-height: .26rem;
    }
    .banner7-pc{
        display: none;
    }
    /* banner7 end */

    /* banner8 start */
    .knowledge-wrap{
        height: 8.09rem;
        background-size: cover;
    }
    .knowledge-box{
        width: 100%;
        height: 100%;
    }
    .knowledge-title{
        padding: .84rem 0 .15rem;
    }
    .knowledge-con{
        font-size: .2rem;
        line-height: .48rem;
    }
    .knowledge-main-box{
        padding-top: .85rem;
    }
    .knowledge-main{
        width: 100%;
        white-space: nowrap;
        font-size: .16rem;
        line-height: .38rem;
        box-sizing: border-box;
        padding-left: 2.6rem;
    }
    .knowledge-ma{
        font-size: .14rem;
        line-height: .42rem;
        margin-left: .26rem;
    }
    .knowledge-ma_info{
        margin-left: .2rem;
    }
    .knowledge-ma img{
        width: 0.84rem;
        height: 0.84rem;
    }
    .knowledge-top{
        margin-top: .64rem;
    }
    /* banner8 end */
}
