.mo{
    display: none;
}
.pc{
    display: block;
}
a:focus{
	outline: none;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.clrRed{
    color: #ef3434;
    font-weight: bold;
}
.clrblue{
    color: #218aff;
    font-weight: bold;
}
img{
    width:100%;
}
.oncomming{
    text-align: center;
    margin: 50px auto 50px auto;
}
.page-content{
    max-width: 1920px;
    margin: 0 auto;    
}
.page-wrapper{
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
	line-height: 1;
}
.ss_samsung p{
    margin-bottom: 0;
}
h2,h3{
    font-family: samsung_sharp_sansbold !important;
    font-weight: bold;	
}
.samsungBold{
    font-family: samsung_sharp_sansbold !important;
}
/**字体大小和颜色**/
.page-content{
    font-size: 16px;
}
.main-title{
    font-size: 45px;
     line-height: 1.15;
}
.sub-title{
	font-size: 22px;
}
.benefit-text .price{
    font-size: 22px;
}
.benefit-text .price strong{
    font-size: 40px;
}
.benefit-label{
    font-size: 14px;
    color: #e4c9ac;
}
.benefit-label strong{
    font-size: 20px;
    vertical-align: -2px;
}
/**产品价格**/
.pro-label{
    font-size: 12px;
    color:#fff;
}
.pro-title{
    font-size: 28px; 
}
.text-wrapper h4 span{
    font-size: 15px;
    color:#fff;
}
.text-wrapper h4 span strong{
    font-size: 22px;
    color: #f8fb0d;
}
.pro-retailPrice.card-container,.pro-promotionalPrice.card-container{
    padding: 0;
    gap:0;
}
.pro-retailPrice span{
    font-size: 16px;    
}
.pro-retailPrice span:last-child strong{
    font-size: 32px;
    vertical-align: -2px;
}
.pro-retailPrice.bigfont span:last-child strong{
    font-size: 32px;
    vertical-align: 0;
}
.pro-retailPrice.small span{
    font-size: 16px;
}
.pro-retailPrice.small span:last-child strong{
    font-size: 16px;
}
.pro-promotionalPrice{
    font-size: 22px;
    color: #218aff;
    font-weight: bold;
}
.pro-promotionalPrice span:last-child{
    font-size: 18px;
}
.pro-promotionalPrice span:last-child strong{
    font-size: 32px;
    vertical-align: -2px;
}
.tips{
    font-size: 12px;
    color:#333;
    line-height: 1.2;
}

/**button**/
.cta-box{
	position: absolute;
	left:0;
	right: 0;
	bottom: 50px;
    text-align: center;
}
.cta-box a{
    display: inline-block;
}
.cta-box a:focus{
	outline: none;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.pro-name-text-wrap.absolte + .cta-box{
	width: 52%;
	left:45%;
}
.pro-cta{
    display: inline-block;
    cursor: pointer;
}
.pro-cta span{
    display: inline-flex;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    white-space: nowrap;
    padding: 10px 26px 11px 26px;
    border-radius: 20px;
    color: #fff;
    background-color: #000;
    border:1px solid #000;
}
.pro-cta.student{
    margin-left: 25px;
}
.pro-cta.student span{
    color: #000;
    background-color: transparent;
}
/**bg**/
.graybg{
    background-color: #f6f4f5;
}
.whitebg{
    background-color: #fff;
}
.redbg{
    background-color: #7dbe5b;
}
.bluebg{
    background-color: #f2530c;
}
.radius{    
    border-radius: 20px;
}
/**layout**/
.card-container{
    display: flex;    
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px;
    padding: 0 23px;
}
.card-item{
    position: relative;
    align-items: stretch;
	overflow: hidden;
}
.card-container.cloum3 .card-item{
    flex-basis: calc((100% - 50px) / 3);
    padding: 65px 0 128px 0;
}
.card-container.cloum2 .card-item{
    flex-basis: calc((100% - 25px) / 2);
    padding: 90px 0 100px 0;
}
.card-container.cloum4 .card-item{
    flex-basis: calc((100% - 75px) / 4);
    padding: 65px 0 137px 0;
}
figure{
    max-width: fit-content;
}
.main-title {
    text-align: center;
    padding: 100px 0 50px 0;   
}



/**kv**/
/*
.kv{
    background-color: #f2d06b;
}
*/
.page-kv{
    position: relative;
    margin: 0 auto;
}
.page-kv .kv-text{
    position:absolute;
    left: 20vw;
    top: 18.7vw;
}
.page-kv .kv-text h1{
    font-size: 1.2vw;
    font-weight: bold;
}
.page-kv .kv-text p{
    font-size: 1.3vw;
    color: #000;
}
.page-kv .kv-text p.ts{
    font-size: 12px;
    max-width: 45%;
}
/**利益点**/
.benefit-section .card-container{
    padding: 0;
    gap: 40px;
}
.benefit-section .card-item{
    position: relative;
    border-radius: 20px;
    padding: 0;
    flex-basis: calc((100% - 120px)/4);
}
.benefit-section .card-item:nth-child(1){
    background-color: #fae8db;
}
.benefit-section .card-item:nth-child(2){
    background-color: #ccddfa;
}
.benefit-section .card-item:nth-child(3){
    background-color: #e4e4f2;
}
.benefit-section .card-item:nth-child(4){
    background-color: #e0ede8;
}

.benefit-label{
    position: absolute;
    left: 0;
    top:0;
    padding: 0 20px;
    background-color: #000;
    height: 30px;
    line-height: 28px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.benefit-label strong{
    padding-left: 5px;    
}
.benefit-text{
    position: absolute;
    left: 120px;
    top:57px;
    font-size: 16px;
    line-height: 1.2;
}
.benefit-text .price{
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 5px;
    font-weight: bold;
}
.benefit-text .price strong{
    font-size: 32px;
     vertical-align: 0;
}
.benefit-text .ininstalment{
    line-height: 30px;
    margin-bottom: 13px;
}
.benefit-text .ininstalment strong{
    font-size: 32px;   
}
.benefit-section .tips{
    margin-top:0;
    margin-bottom: 50px;
    
}
.benefit-section .main-title{
    padding-bottom: 20px;
}
.benefit-section .card-item:nth-child(4) .benefit-text{
    top:75px;
    left: 140px;
}

/**学生促销banner**/
#student-banner{
    margin: 40px auto;    
    max-width: 1440px;
}
.boxshadow{
    box-shadow:0 0 10px 10px #f3f3f3;
}
.student-banner{
    position: relative;    
}
.btn-student{
    position: absolute;
    top:130px;
    right:125px;
    font-size: 28px;
    cursor: pointer;
    line-height: 50px;
}
.btn-student span{
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #86a269;
    border-radius: 25px;
}
.btn-student .icon{
    width: 40px;
    height: 40px;
    margin: 5px 0 0 5px;
}
.btn-student .icon use{
    fill:white;    
}
.btn-student .is-collapse .icon{
    transform: rotate(180deg);
}
.detail-student{
    display: none;
}
.detail-student .page-wrapper{
    padding: 100px;
}
.student-question{
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 70px;
    line-height: 62px;
}
.student-question:first-child{
    margin-top: 0;
}
.student-question figure{
    display: inline-block;
    width: fit-content;
    margin-right: 20px;
}
.student-answer{
    padding: 40px 60px;
    font-size: 18px;
    line-height: 1.6;
}
	.banner.last{
		margin-bottom: 100px;
	}
/**产品区域**/
.pro-label{
    position: absolute;
    left:20px;
    top:20px;
    color:#fff;
    font-size: 16px;
    line-height: 1.1;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.56);
    text-align: center;
    background: url("../images/pc/bg-proprice.png") no-repeat;
    background-size: 100% auto;
    width: 83px;
    height: 56px;
    padding-top: 7px;
}
 .pro-label strong{
    font-size: 22px;
    vertical-align: 0;
}
 .pro-gb{
    position: absolute;
    top:0;
    right:0;
}
.pro-label+.pro-label{
    top:50px;
}
.pro-image{
    max-width: 100%;;
    transform:scale(1);
    transition:transform cubic-bezier(0.4,0,0.2,1) .3s;
    text-align: center;
}
.pro-image:hover{
    transform:scale(1.05);
    transition:transform cubic-bezier(0.4,0,0.2,1) .3s;
}
.pro-image a, .pro-image a:hover, .pro-image a:focus{
    text-decoration: underline;
    color: inherit;   
    border: none;
    display: block;
}
.pro-image img{
    max-width: fit-content;
    margin: 0 auto;
}
.pro-title{
    text-align: center;
}
.pro-name-text-wrap{
    margin-top: 30px;	
}
.text-wrapper{
    text-align: center;
	padding: 25px 35px 0 35px;
}
.text-wrapper h4{
    margin-bottom: 15px;
    border-bottom: 1px solid #006bea;
}
.text-wrapper h4 span {
    background-color: #278efc;
    border-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 6px 10px;
    color: #fff;
    font-size: 15px;
    line-height: 27px;
}
.text-wrapper h4 span strong {
    color: #f8fb0d;
    font-size: 22px;
}
.text-wrapper ul{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
	flex-wrap: wrap;
}
.text-wrapper li {
    position: relative;
    line-height: 24px;
	padding-left: 22px;
	text-align: left;
}
.text-wrapper li strong.w25{
    font-weight: normal;
}
.text-wrapper li span{
    position: absolute;
	left: 0;
    top: 2px;
    display: inline-block;
    background-color: #333333;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    margin-right: 2px;
    vertical-align: top;
    font-weight: normal;
}
.text-wrapper li.bluefont{
     color: #278efc;
}
.text-wrapper li.bluefont span{
    top:6px;
}
.text-wrapper li.bluefont strong {
    display: inline-block;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
    vertical-align: -3px;
    letter-spacing: -2px;
}
.text-wrapper li div{
    display: inline-block;
    vertical-align: 0;
}
.text-wrapper li.jjTitle{
    flex-basis: 100%;
	color:#000;
	font-weight: normal;
	line-height: 20px;
    font-size: 15px;
}
.text-wrapper li span{
    top:1px;
}
.text-wrapper li.jjTitle strong{
	font-size: 22px;
	color: #218aff;
}
.pro-price + .pro-price{
    margin-top: 24px;
}
.pro-retailPrice,.pro-promotionalPrice{
    align-items: baseline;
    padding: 0;
    gap:0;
}
.pro-retailPrice +.pro-promotionalPrice{
    margin-top: 5px;
}
.pro-retailPrice span:first-child{
    flex-basis: 100px;
}
.pro-retailPrice.nogb span:first-child{
    flex-basis: auto;
}
p.pro-retailPrice + .pro-retailPrice{
    margin-top: 5px;
}
p.pro-retailPrice.bigfont .pro-retailPrice{
    margin-top: 14px;
}
.pro-retailPrice span:nth-child(2){
    position: relative;
    bottom: 2px;
}
.pro-retailPrice.nogb span:nth-child(2){
    bottom: 0;
}
.pro-info-wrapper {
    padding: 45px 35px 0 35px;
}
.cloum4 .pro-info-wrapper{
    padding: 45px 20px 0 20px;
}
.text-wrapper + .pro-info-wrapper{
    padding-top: 9px;
}
.pro-info{
    text-align: center;
    margin-top: 5px;
}
.pro-info strong {
    color: #006bea;
    font-weight: normal;
}
.pro-name-text-wrap.absolute{
    position: absolute;
    left:280px;
    right:30px;
    top:50px;
    margin-top: 0;
}
.pro-name-text-wrap.absolute.bigspace-right{
    right:35px;
}
.pro-name-text-wrap.absolute .text-wrapper,.pro-name-text-wrap.absolute .pro-info-wrapper{
    padding-left:  0;
    padding-right: 0;
}
.pro-name-text-wrap.absolute .text-wrapper + .pro-info-wrapper{
    padding-top: 10px;
}
.pro-name-text-wrap.absolute + .cta-box{
    width: auto;
    left:280px;
}




/**产品弹窗**/
.popbox-mask{
    display: none;
    position: absolute;
    top:0;
    left:0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.popbox-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
}
.popbox-box{
    position: absolute;
    left:0;
    right: 0;
/*    top:23vw;*/
    bottom: -1px;
    background-color: #e3f2ff;    
}
.popbox-box .popbox-wrapper{
    padding: 70px 30px 30px 30px;
}
.popbox-box .popbox-wrapper .close{
    position: absolute;
    right: 20px;
    top: 25px;
    z-index: 66;
    cursor: pointer;
}
.popbox-box .popbox-wrapper .close span{
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
}
.popbox-box .popbox-wrapper .close span:before, .popbox-box .popbox-wrapper .close span:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 32px;
    background-color: #000;
    top: -3px;
    left: 11px;
}
.popbox-box .popbox-wrapper .close span:before{
    transform: rotate(45deg);
}
.popbox-box .popbox-wrapper .close span:after{
    transform: rotate(-45deg);
}
.popbox-box h4{
    position: relative;
    text-align: center;
}
.popbox-box h4 figure{
    width: fit-content;
    position: absolute;
    left:10px;
    top:-11px;
}
.popbox-box h4 span{
    display: inline-block;
    padding: 9px 75px;
    background-color: #5786fa;
    border-radius: 20px;
    color:#fff;
    font-size:22px;
    font-weight: bold;
}
.popbox-box p.tips{
    font-size: 13px;
    margin-top: 30px;
    width: 120%;
    margin-left: -10%;
}
.popbox-box .pro-price{
    margin-top: 25px;
}
.popbox-box .pro-price .card-container span:first-child{
    flex-basis: 100%;
}
.popbox-box .pro-price .card-container span:nth-child(2){
    font-size: 20px;
    font-weight: bold;
}
.cloum4 .popbox-box .popbox-wrapper{
    padding-left: 30px;
    padding-right: 30px;
}
.cloum4 .popbox-box h4 figure{
    left:30px;
}
.cloum4 .popbox-box h4 span{
    padding-left: 80px;
    padding-right: 30px;
}
.cloum4 .popbox-box p.tips{
    width: 140%;
    margin-left: -20%;
}
.limited-number{
    margin:30px auto 0 auto;
    width:70%;
    text-align: center;
}
.limited-number + .limited-number{
    margin-top: 6px;
}
.limited-number span:first-child{
/*    min-width: 110px;*/
    margin-right: 20px;
}
.discount{
    margin-top: 30px;
    text-align: center;
}
.discount figure{
    display: inline-block;
}
.discount span{
    font-size: 18px;
    font-weight: bold;
    color:#2189ff;
    line-height: 36px;
}
.discount span strong{
    font-size: 30px;
    vertical-align: 0;
}
.popbox-box .cta-box{
    position: static;
    margin-top: 30px;
}
#smartphone{
    padding-bottom: 100px;
}
#smartphone{
    background-color: #d0e7ff;
}
#smartphone .card-container.cloum2{
    margin-top: 25px;
}
#smartphone .pro-name-text-wrap figure{
    margin-top: 25px;
}
#smartphone .card-container.cloum3 .card-item:nth-child(3) .pro-info-wrapper,#smartphone .card-container.cloum3 .card-item:nth-child(4) .pro-info-wrapper{
	padding-top: 122px;
}
#smartphone .card-container.cloum2 .card-item:nth-child(2) .pro-info-wrapper{
    padding-top: 115px;
}
#smartphone .pro-retailPrice span:last-child{
    margin-left: 20px;
}
#tablet .card-container.cloum2{
    margin-bottom: 25px;
}
#tablet .card-container.cloum2 .card-item{
    padding: 90px 0 80px 0;
}
#tablet .card-container.cloum3 .card-item{
    padding-top: 35px;
    padding-bottom: 138px;
}
#tablet .pro-name-text-wrap.absolute{
    left:340px;
    right:25px;
}
#tablet .pro-name-text-wrap.absolute .pro-info-wrapper{
    padding-top: 46px;
}
#tablet .card-container.cloum2 .popbox-box{
    left:45%;
    top:0;
}
#tablet .card-container.cloum2 .popbox-box h4 figure{
    left:-25px;
}
#tablet .card-container.cloum2 .popbox-box .popbox-wrapper{
    padding-top: 80px;
}
#tablet .popbox-box .pro-title{
    margin-bottom: 20px;
}
.popbox-box .cta-box{
    margin-top: 25px;
}

#wearing .card-container.cloum4 .card-item:nth-child(1),#wearing .card-container.cloum4 .card-item:nth-child(2),#wearing .card-container.cloum4 .card-item:nth-child(3){
    flex-basis: calc((100% - 50px) / 3);
}
#wearing .pro-title{
    font-size: 27px;
}
.discount-box .main-title,#tablet  .main-title,#wearing  .main-title{
    padding-bottom: 20px;
}
.sub-title{
    text-align: center;
    font-weight: normal;
    margin-bottom: 50px;
}


/**单列新品**/
.card-container.cloum3 .card-item.full.newpro{
    flex-basis: 100%;
    padding-bottom: 50px;
    padding-top: 100px;    
}
.pro-label.new{
    background: url(../images/pc/bg-newpro.png) no-repeat;
    background-size: 100% auto;
    padding-top: 15px;
}
.full.newpro .card-container{
    padding-left: 120px;
    padding-right: 50px;
}
.full.newpro .card-item{
    padding-bottom: 0;
    padding-top: 0;    
}
.full.newpro .card-item:nth-child(1){
    flex-basis:fit-content;
}
.full.newpro .card-item:nth-child(2){
    flex-basis:72%;
}
.full.newpro .card-con{
    display: flex;
    justify-content: space-between;
}
.full.newpro .text-wrapper{
    padding-left: 0;
    padding-right: 0;
    padding-top: 60px;
    flex-basis: 52%;
}
.full.newpro .pro-info-wrapper{
    padding-left: 0;
    padding-right: 0;
    padding-top: 105px;
    flex-basis:41%;
}
.full.newpro .pro-title{
    text-align: left;
}
.full.newpro .pro-info-wrapper .card-container{
     padding-left: 0;
     padding-right: 0;
}
.full.newpro .text-wrapper h4{
    text-align: left;
}
.full.newpro .text-wrapper li.jjTitle strong{
    display: block;
}
.full.newpro .cta-box{
    left:33.25%;
    right:auto;
}
#smartphone .pro-retailPrice.bigfont span:last-child{
    min-width: 127px;
    margin-left: 0;
    text-align: right;
}
#smartphone .full.newpro .pro-retailPrice.bigfont span:last-child{
    min-width: 117px;
}
.banner.sc{
    margin-top: 40px;
}
.banner.sc .cta-box{
    right:auto;
    left:233px;
    bottom: 70px;
}
.pro-cta.more a{
    padding: 10px 26px 11px 26px;
}
.pro-cta.more span{
    background-color: transparent;
    color:#000;
    border: 0;
    font-size: 15px;
    padding: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
}
.pro-cta.more span .icon{
    width: 18px;
    height: 18px;
}


/**6.12版本**/
.card-item.cloum1 .popbox-wrapper {
    width: 46%;
    margin-left: 54%;
}
.card-item.cloum1 .popbox-box{
	right:-2px;
	bottom: 0;
	height: 100%;
}
.card-item.cloum1 .popbox-wrapper .popbox-wrapper{
	margin-left: 0;
	width: 100%;
	padding-top:100px;
}
.card-item.cloum1 .popbox-wrapper .pro-title{
	margin-right: 0;
	text-align:center;
}
.card-item.cloum1 .popbox-wrapper .popbox-box h4{
	margin: 25px auto 0 auto;
	width: 68.5%;
}
.popbox-box h4 figure{
    left: 90px;
    top: -37px;    
}
.popbox-box h4 span{
    padding: 9px 35px 9px 105px;
}
.popbox-box .discount span{
    font-size: 22px;
}
.popbox-box .discount span strong{
    font-size: 28px;
    vertical-align: -1px;
}

/**6.21版本**/
#tablet .card-container.cloum3 .card-item:nth-child(1) .text-wrapper,#tablet .card-container.cloum3 .card-item:nth-child(1) .pro-info-wrapper{
    padding-left: 30px;
    padding-right: 30px;
}
#tablet  .pro-name-text-wrap.absolute .pro-info-wrapper{
    padding-top: 81px;
}
#tablet  .card-container.cloum3 .card-item:nth-child(2) .pro-info-wrapper,#tablet .card-container.cloum3 .card-item:nth-child(3) .pro-info-wrapper{
    padding-top: 107px;
}
#wearing .card-container.cloum4 .card-item:nth-child(1)  .pro-info-wrapper{
    padding-top: 30px;
}
#wearing .card-container.cloum4 .card-item:last-child  .pro-info-wrapper{
    padding-top: 66px;
}

.card-container.cloum3 .card-item.full.newpro .text-wrapper li:first-child{
    flex-basis: 100%;
    margin-bottom: 15px;
}
@media screen and (min-width: 1920px){
    .page-kv .kv-text{
        left:370px;
        top:360px;
    }
    .page-kv .kv-text p{
        font-size: 22px;
    }
}
@media screen and (max-width: 1500px){
    #smartphone .tips{
        width: 100%;
        font-size: 0.8vw;
        margin-left: 0;
    }
}
@media screen and (max-width: 1440px){
    .oncomming{
        margin: 3.5vw 0;
    }
    /**字体大小**/
    .page-content{
        font-size: 1.2vw;
    }
    .main-title{
        font-size: 3vw;
        padding: 7vw 0 3.5vw 0;
    }
    .page-kv .kv-text p{
        font-size: 1.3vw;
    }
    .benefit-text{
        font-size: 1vw;
    }
    .benefit-text .price,.benefit-text .ininstalment{
        font-size: 2vw;
    }
    .benefit-text .price strong{
        font-size: 2.2vw;
    }
	.benefit-section .card-item:nth-child(5) .benefit-text p{
		font-size: 1.6vw;
	}
    /**产品价格**/
    .pro-title{
        font-size: 2vw; 
    }
    .text-wrapper h4 span{
        font-size: 1.1vw;
    }
    .text-wrapper h4 span strong{
        font-size: 1.5vw;
    }
    .text-wrapper li.bluefont strong{
        height: 2.1vw;
        font-size: 2.1vw;
        line-height: 2.1vw;
    }
    .text-wrapper li{
        font-size: 1.2vw;
    }
    .text-wrapper li.jjTitle{
        font-size: 1.05vw;
    }
    .text-wrapper li.jjTitle strong{
        font-size: 1.5vw;
    }
    .pro-retailPrice span{
        font-size: 1.2vw;    
    }
    .pro-retailPrice span:last-child strong{
        font-size: 2.3vw;
    }
    .pro-retailPrice.bigfont span:last-child strong{
        font-size: 2.2vw;
    }
    .pro-retailPrice.small span{
        font-size: 1.2vw;
    }
    .pro-retailPrice.small span:last-child strong{
        font-size: 1.2vw;
    }
    .pro-promotionalPrice{
        font-size: 1.5vw;
    }
    .pro-promotionalPrice span:last-child{
        font-size: 1.3vw;
    }
    .pro-promotionalPrice span:last-child strong{
        font-size: 2.2vw;
    }
    .tips{
        font-size:0.8vw;
    }
    
    .pro-label{
        left:1.4vw;
        top:1.4vw;
        font-size: 1.2vw;
        width: 5.81vw;
        height: 3.92vw;
        padding-top: 0.49vw;
    }
    .pro-label strong{
        font-size: 1.5vw;
    }
    /**button**/
    .cta-box{
        bottom: 3.5vw;
    }
    .pro-name-text-wrap.absolte + .cta-box{
        width: 52%;
        left:45%;
    }
    .pro-cta span{
        font-size: 1vw;
        line-height: 1.35vw;
        padding: 0.7vw 1.6vw 0.77vw 1.6vw;
        border-radius: 1.4vw;
    }
    .pro-cta.student{
        margin-left: 1.75vw;
    }    
    /**layout**/
    .card-container{
        gap: 1.5vw;
        padding: 0 1.5vw;
    }
    .card-container.cloum3 .card-item{
        flex-basis: calc((100% - 3vw) / 3);
        padding: 4.6vw 0 9.5vw 0;
    }
    .card-container.cloum2 .card-item{
        flex-basis: calc((100% - 1.5vw) / 2);
        padding: 6.3vw 0 7vw 0;
    }
    .card-container.cloum4 .card-item{
        flex-basis: calc((100% - 4.5vw) / 4);
        padding: 6.5vw 0 9.5vw 0;
    }
    figure{
        max-width: 100%;
    }
    /**利益点**/
    .benefit-section .card-container{
        gap: 2.8vw;
    }
    .benefit-section .card-item{
        border-radius: 1.4vw;
        flex-basis: calc((100% - 8.4vw)/4);
    }
    .benefit-section .card-item:nth-child(5) .benefit-text p{
        font-size: 2.1vw;
    }
    .benefit-label{
        padding: 0 1.4vw;
        height: 2.1vw;
        line-height: 2vw;
        border-top-left-radius: 1.5vw;
        border-bottom-right-radius: 1.5vw;
        font-size: 1vw;
    }
    .benefit-label strong{
        padding-left: 0.35vw;
        font-size: 1.4vw;
    }
    .benefit-text{
        left: 8.4vw;
        top:4vw;
    }
    .benefit-text .price{
        line-height: 2vw;
        margin-bottom: 0.35vw;
    }
    .benefit-text .ininstalment{
        line-height: 2.1vw;
        margin-bottom: 0.9vw;
    }
    .benefit-section .tips{
        margin-bottom: 3.5vw;
    }
    .benefit-section .main-title{
        padding-bottom:1.4vw;
    }
    .benefit-section .card-item:nth-child(4) .benefit-text{
        left:8.4vw;
        top:5vw;
    }

    /**学生促销banner**/
    #student-banner{
        margin: 2.8vw auto;
    }
    .btn-student{
        top:9.1vw;
        right:8.75vw;
        font-size:2vw;
        line-height: 3.5vw;
    }
    .btn-student span{
        width: 3.5vw;
        height: 3.5vw;
        border-radius: 3vw;
    }
    .btn-student .icon {
        width: 3.5vw;
        height: 3.5vw;
        margin: 0 auto;
    }
    .detail-student .page-wrapper{
        padding: 7vw;
    }
    .student-question{
        font-size: 2.1vw;
        margin-bottom:2.1vw;
        margin-top: 5vw;
        line-height: 4.5vw;
    }
    .student-question figure{
        margin-right: 1.4vw;
    }
    .student-answer{
        padding: 2.8vw 4.2vw;
        font-size: 1.3vw;
    }
    .banner.last{
        margin-bottom: 7vw;
     }
    /**产品区域**/
    .pro-name-text-wrap{
        margin-top: 2vw;	
    }
    .text-wrapper{
         padding: 1.3vw 2vw 0 2vw;
    }
    .text-wrapper h4{
        margin-bottom: 1vw;
    }
    .text-wrapper + .pro-info-wrapper{
        padding-top: 0.7vw;
    }
    .pro-price + .pro-price{
        margin-top: 1.7vw;
    }
    .pro-retailPrice span:first-child{
        flex-basis: 8vw;
    }
    .pro-retailPrice +.pro-promotionalPrice{
        margin-top: 0.35vw;
    }
    
    
    .pro-info-wrapper {
        padding: 3.15vw 2vw 0 2vw;
    }
    .cloum4 .pro-info-wrapper{
        padding: 3.15vw 1.4vw 0 1.4vw;
    }
    .pro-info{
        margin-top: 0.35vw;
    }
    .pro-name-text-wrap.absolute{
        left:19vw;
        right:2vw;
        top:3.5vw;
    }
    .pro-name-text-wrap.absolute.bigspace-right{
        right:2vw;
    }
    .pro-name-text-wrap.absolute .text-wrapper + .pro-info-wrapper{
        padding-top: 0.35vw;
    }
    .pro-name-text-wrap.absolute + .cta-box{
        left:20vw;
    }
    /**产品弹窗**/
    .popbox-box .popbox-wrapper{
        padding: 3.5vw 2.5vw 2.1vw 2.5vw;
    }
    .popbox-box .popbox-wrapper .close{
        right: 1.5vw;
        top: 1.5vw;
    }
    .popbox-box .popbox-wrapper .close span{
        position: relative;
        display: block;
        width: 2vw;
        height: 2vw;
    }
    .popbox-box .popbox-wrapper .close span:before, .popbox-box .popbox-wrapper .close span:after {
        content: "";
        position: absolute;
        width: 0.15vw;
        height: 2vw;
        background-color: #000;
        top: 1px;
        left: 0.9vw;
    }
    .popbox-box h4 figure{
        left:1vw;
        top:-1vw;
        width: 5.5vw;
    }
    .popbox-box h4 span{
        padding: 0.5vw 5.25vw;
        border-radius: 1.4vw;
        font-size:1.5vw;
    }
    .cloum4 .popbox-box .popbox-wrapper{
        padding-left: 2.1vw;
        padding-right: 2.1vw;
    }
    .cloum4 .popbox-box h4 figure{
        left:2.1vw;
    }
    .cloum4 .popbox-box h4 span{
        padding-left: 5.6vw;
        padding-right: 1.4vw;
    }
    .popbox-box p.tips{
        margin-top: 2.1vw; 
        font-size: 0.9vw;
        width: 130%;
        margin-left: -15%;
    }
    .popbox-box .pro-price{
        margin-top: 1.75vw;
    }
    .popbox-box .pro-price .card-container span:nth-child(2){
        font-size: 1.4vw;
    }
    .limited-number{
        margin-top:2.1vw;
        width: 75%;
    }
    .limited-number span:first-child{
        margin-right: 1.4vw;
    }
    .discount{
        margin-top: 2.1vw;
    }
    .discount span{
        font-size: 1.7vw;
    }
    .discount span strong{
        font-size: 2.1vw;
    }
    .popbox-box .cta-box{
        margin-top: 1.75vw;
    }
    #tablet .card-container.cloum2 .popbox-box .popbox-wrapper{
        padding-top: 5.3vw;
    }
    #tablet .popbox-box .pro-title{
        margin-bottom: 1vw;
    }
    #smartphone{
        padding-bottom: 7vw;
    }
    #smartphone .card-container.cloum2{
        margin-top: 1.75vw;
    }
    #smartphone .pro-name-text-wrap figure{
        margin-top: 1.75vw;
    }
    #smartphone .card-container.cloum3 .card-item:nth-child(3) .pro-info-wrapper, #smartphone .card-container.cloum3 .card-item:nth-child(4) .pro-info-wrapper {
        padding-top: 8.5vw;
    }
    #smartphone .card-container.cloum2 .card-item:nth-child(2) .pro-info-wrapper{
        padding-top: 7.5vw;
    }
    #smartphone .card-container.cloum2 .pro-image{
        width: 19vw;
    }
    #smartphone .pro-retailPrice span:last-child{
        margin-left: 1.5vw;
    }
    #tablet .card-container.cloum2{
        margin-bottom: 1.75vw;
    }
    #tablet .card-container.cloum3 .card-item{
        padding-top: 2.5vw;
        padding-bottom: 9.6vw;
    }
    #tablet .pro-name-text-wrap.absolute{
        left:22vw;
        right:1vw;
    }
    #tablet  .card-container.cloum2 .pro-image{
        width: 22vw;
    }
    #tablet .card-container.cloum2 .card-item{
        padding: 6.3vw 0 5.6vw;
    }
   #tablet .pro-name-text-wrap.absolute .pro-info-wrapper {
        padding-top: 2.5vw;
    }
    #wearing .pro-title{
        font-size: 1.9vw;
    }
    #wearing .card-item:nth-child(1) .pro-info-wrapper{
        padding-top: 2.4vw;
    }    
    .discount-box figure{
        margin: 0 1.5vw;
    }
    .discount-box .main-title,#tablet  .main-title,#wearing  .main-title{
        padding-bottom: 1.4vw;
    }
    .sub-title{
        margin-bottom:3.5vw;
        font-size: 1.5vw;
    }
    
    
    /**单列新品**/
    .card-container.cloum3 .card-item.full.newpro{
        padding-bottom:3.5vw;
        padding-top: 7vw;    
    }
    .pro-label.new{
        padding-top: 1vw;
    }
    .full.newpro .card-container{
        padding-left: 8.4vw;
        padding-right: 3.5vw;
    }
    .full.newpro .card-item{
        padding-bottom: 0;
        padding-top: 0;    
    }
    .full.newpro .card-item:nth-child(2){
        flex-basis:74%;
    }
    .full.newpro .pro-image{
        width: 19vw;
    }
    .full.newpro .text-wrapper{
        padding-left: 0;
        padding-right: 0;
        padding-top: 4.2vw;
    }
    .full.newpro .pro-info-wrapper{
        padding-left: 0;
        padding-right: 0;
        padding-top: 7.4vw;
    }
    .full.newpro .pro-title{
        text-align: left;
    }
    .full.newpro .pro-info-wrapper .card-container{
         padding-left: 0;
         padding-right: 0;
    }
    .full.newpro .text-wrapper h4{
        text-align: left;
    }
    .full.newpro .text-wrapper li.jjTitle strong{
        display: block;
    }
    .full.newpro .cta-box{
        left:31%;
        right:auto;
    }
    #smartphone .pro-retailPrice.bigfont span:last-child{
        min-width: 8.9vw;
    }
    #smartphone .full.newpro .pro-retailPrice.bigfont span:last-child{
        min-width: 8.2vw;
    }
    
    .banner.sc{
        margin-top: 2.8vw;
    }
    .banner.sc .cta-box{
        left:16.3vw;
        bottom: 5vw;
    }
    .pro-cta.more a{
        padding: 0.7vw 1.6vw 0.77vw 1.6vw;
    }
    .pro-cta.more span{
        font-size: 1vw;
    }
    .pro-cta.more span .icon{
        width: 1.3vw;
        height: 1.3vw
    }
    
    /**6.11版本**/
    #wearing .card-item:nth-child(1) .pro-info-wrapper{
        padding-top: 0.7vw;
    }
    #wearing .card-container.cloum4 .card-item:nth-child(1),#wearing .card-container.cloum4 .card-item:nth-child(2),#wearing .card-container.cloum4 .card-item:nth-child(3){
    flex-basis: calc((100% - 3.5vw) / 3);
}
    /**6.12版本**/
    .card-item.cloum1 .popbox-wrapper .popbox-wrapper{
        padding-top: 6.5vw;
    }
    .card-item.cloum1 .popbox-wrapper .popbox-box h4{
        margin: 1.75vw auto 0 auto;
        width: 68.5%;
    }
    .popbox-box h4 figure{
        width: 4vw;
        left: 6.3vw;
        top: -2.55vw;    
    }
    .popbox-box h4 span{
        padding: 0.7vw 2.45vw 0.7vw 7.35vw;
    }
    .popbox-box .discount span{
        font-size:1.54vw;
    }
    .popbox-box .discount span strong{
        font-size: 1.96vw;
    }
    /**6.21版本**/
   #tablet .card-container.cloum3 .card-item:nth-child(1) .text-wrapper#tablet .card-container.cloum3 .card-item:nth-child(1) .pro-info-wrapper{
        padding-left: 1vw;
        padding-right: 1vw;
    }
    #tablet   .pro-name-text-wrap.absolute .pro-info-wrapper{
        padding-top: 5.6vw;
    }
    #tablet .card-container.cloum3 .card-item:nth-child(2) .pro-info-wrapper,#tablet .card-container.cloum3 .card-item:nth-child(3) .pro-info-wrapper{
        padding-top: 7.2vw;
    }
    #wearing .card-container.cloum4 .card-item:nth-child(1)  .pro-info-wrapper{
        padding-top: 2.1vw;
    }
    #wearing .card-container.cloum4 .card-item:last-child  .pro-info-wrapper{
        padding-top: 4.62vw;
    }
    
}

@media screen and (max-width: 1240px){
    .text-wrapper h4 span{
        padding: 0.8vw 1vw;
    }
    .text-wrapper li.bluefont strong{
        font-size: 1.8vw;        
    }
    .text-wrapper li.jjTitle strong{
        font-size: 1.3vw;
    }
    .pro-name-text-wrap.absolute{
        top:2vw;
    }
    .text-wrapper{
        padding-top: 1.5vw;
    }
    .text-wrapper li.jjTitle{
        line-height: 1.5vw;
    }
    .pro-label+.pro-label{
        top:3.5vw;
    }
    .pro-name-text-wrap.absolute + .cta-box{
        bottom: 2vw;
    }
    #smartphone .card-container.cloum2 .pro-image{
        width: 18vw;
    }
    #tablet .card-container.cloum2 .pro-image{
        width: 20vw;
    }
    #tablet .pro-name-text-wrap.absolute{
        left:21vw;
    }
}

@media screen and (max-width: 768px){
    .pc{
        display: none
    }
    .mo{
        display: block;
    }
    .radius{
        border-radius: 2vw;
    }
    .banner .radius{
        border-radius: 4vw;
    }
    .main-title{
        padding: 14vw 0 6.5vw 0;
        font-size: 8.5vw;
        line-height: 8.5vw;
    }
    .page-content{
        font-size: 2.1vw;
    }
    .page-wrapper{
        margin: 0 6.5vw;
    }
    .card-container{
        gap:2.5vw;
        padding: 0;
    }
	.card-container .card-item,.card-container.cloum2 .card-item {
        flex-basis: calc((100% - 2.5vw) / 2);
    }
	.card-container .card-item.full{
		flex-basis:100% !important;        
	}
	.card-container.cloum3 .card-item,.card-container.cloum4 .card-item{
		flex-basis: calc((100% - 2.5vw) / 2);
	}
    .card-container.cloum3 .card-item, .card-container.cloum2 .card-item{
        padding: 6.5vw 0 30.4vw 0;
    }
     .card-container .card-item.full{
        padding: 11vw 0 19.6vw 0 !important;
    }
    .card-container.cloum4 .card-item{
        padding: 12.5vw 0 19.5vw 0;
    }
   
    .tips{
        margin-top: 3.5vw;
        font-size: 2.1vw;
        text-align: left;
         word-spacing: 0;
    }
    .page-kv .kv-text{
        left: 0;
        top:47vw;
        width: 100%;
        text-align: center;
    }
    .page-kv .kv-text p {
        font-size: 3.2vw;
    }
    .benefit-section .main-title{
		padding-bottom: 3.5vw;
	}
	.benefit-section .card-container{
		gap:3.5vw;
	}
    .benefit-section .card-container .card-item{
		flex-basis: calc((100% - 3.5vw) / 2);
        border-radius: 4vw;
    }
    .benefit-section .card-container .card-item.full{
        padding-bottom: 0 !important;
        padding-top: 0 !important;
        
    }
    .benefit-text p{
        font-size: 3vw;
    }
    .benefit-text .price strong{
        font-size: 4.8vw;
    }
    .benefit-text .ininstalment strong{
        font-size: 5.6vw;
        margin-bottom: 0.5vw;
    }	
    .benefit-section .tips{
		margin-bottom: 6.5vw;
		text-align: center;
		font-size: 2.7vw;
    }
    .benefit-text{
        font-size:2.7vw;
        text-align: center;
        left:50%;
        top:56%;
        transform: translate(-50%,0);
        width: 100%;
    }
    .benefit-text p.ls{
        margin-left: -1.5vw;
        
    }
    .full .benefit-text{
        width: auto;
        top: 6vw;
        left: 37vw;
        text-align: left;
        transform: translate(0, 0);
    }
    .benefit-label{
        font-size: 2.7vw;
        padding: 0 3.5vw;
        height: 6vw;
        line-height: 5.7vw;
        border-top-left-radius:4vw;
        border-bottom-right-radius: 3vw;
    }
    .benefit-label strong{
        font-size: 3.45vw;
        padding-left: 1vw;
        vertical-align: -1px;
    }
    .benefit-text .price,.benefit-text .ininstalment{
        font-size: 4vw;
        line-height: 1.1;
        margin-bottom: 1.5vw;
    }
    .benefit-section .card-item:nth-child(4) .benefit-text{
        left:50%;
        top: 56%;
    }
	
    #student-banner{
        margin: 3.5vw 5vw;
    }
    #student-banner .page-wrapper{
        margin: 0;
    }
    .btn-student{
        left:5vw;
        top:22vw;
        right:unset;
        font-size: 3.7vw;
        font-weight: bold;
        line-height: 8vw;
    }
    .btn-student span{
        display: inline-block;
        width: 7vw;
        height: 7vw;
        padding: 1vw;
        border-radius: 8vw;
    }
    .btn-student span .icon{
        width: 5vw;
        height: 5vw;
        margin-top: 0;
    }
    .detail-student{
        padding: 0 2vw;
    }
    .detail-student .page-wrapper{
        padding: 9vw 0;
    }
    .student-question{
        font-size: 4.8vw;
        line-height: 8vw;
        margin-bottom: 3.3vw;
        margin-top:9.3vw;
        font-weight: bold;
    }
    .student-question figure{
        width: 8.3vw;
        margin-right: 2vw;
    }
    .student-answer{
        padding:3vw 2vw;
        font-size:3.2vw;
    }
	.banner{
		margin: 3.5vw 0;
	}
	.banner.last{
		margin-bottom: 6.5vw;
	}
	
	.pro-image{
		max-width: 100%;
	}
    .pro-label{
        left:3.3vw;
        top:3.3vw;
        background: url("../images/mo/bg-proprice.png") no-repeat;
        background-size: 100% auto;
        width: 11.5vw;
        height: 7.5vw;
        font-size: 2.1vw;
        padding-top: 0.9vw;
    }
    .pro-label+.pro-label{
        top:9vw;
    }
    .pro-label strong{
        font-size: 3.5vw;
        line-height: 0.8;
    }
    .pro-gb{
        width: 10.4vw;
    }
    .pro-wrapper .pro-image{
        padding-top: 8.2vw;
    }
    .pro-title{
        font-size:3.3vw;
		margin-bottom: 0;
    }
    .full .pro-title{
        font-size:4.3vw;
    }
    .pro-name-text-wrap{
       margin-top: 5.3vw;
    }
    .pro-info-wrapper {
        padding: 4vw 3.5vw 0 3.5vw;
    }
    .full .pro-info-wrapper{
        padding: 4vw 9vw 0 9vw;
    }
    .pro-price + .pro-price{
        margin-top: 3.5vw;
    }
    .pro-retailPrice span{
        font-size: 2.1vw;
    }
    .pro-retailPrice span:first-child{
        flex-basis: 16vw;
    }
    .pro-retailPrice span:nth-child(2){
        bottom: 0;
    }
    .pro-promotionalPrice{
        font-size: 3.5vw;
    }
    .pro-promotionalPrice span:last-child strong,.pro-retailPrice span:last-child strong{
        font-size: 4.3vw;
        line-height: 3vw;
    }    
    .pro-retailPrice span.full{
        flex-basis: 100%;
        line-height: 1.5vw;
    }
    .pro-retailPrice span.full + span{
        margin-top: -5px;
    }
    .pro-retailPrice +.pro-promotionalPrice {
        margin-top: 1.5vw;
    }
    .pro-retailPrice.bigfont span:last-child strong{
        font-size: 4.3vw;
    }
    .pro-promotionalPrice span:last-child{
        font-size: 2.1vw;
    }
    .pro-promotionalPrice span:last-child strong{
        vertical-align: -1px;
    }
    .pro-name-text-wrap.absolute{
        position: static;
        margin-top: 5.3vw;
    }
    .pro-name-text-wrap.absolute .text-wrapper, .pro-name-text-wrap.absolute .pro-info-wrapper{
        padding: 4vw 3.5vw 0 3.5vw;
    }
    #tablet .pro-name-text-wrap.absolute .text-wrapper{
        padding: 4vw 5.5vw 0 5.5vw;
    }
    #tablet .pro-name-text-wrap.absolute .pro-info-wrapper{
        padding: 4vw 9vw 0 9vw;
    }
    .pro-name-text-wrap.absolute .text-wrapper + .pro-info-wrapper{
        padding-top: 4vw;
    }
    .pro-name-text-wrap.ab{
        position: absolute;
        left: 40vw;
        right: 8vw;
        top: 7vw;
        margin-top: 0;
    }
    .pro-name-text-wrap.ab + .cta-box{
        left:40vw;
        right:8vw;
    }
    .pro-name-text-wrap.ab .pro-info-wrapper{
        padding-left: 0;
        padding-right: 0;
    }
    
    .text-wrapper{
        padding-top: 4vw;
    }
    .text-wrapper h4{
        margin-bottom: 2.5vw;
    }
    .text-wrapper h4 span{
        padding: 0.8vw 1vw;
        font-size: 2vw;
        line-height: 4.5vw;
    }
    .text-wrapper h4 span strong{
        font-size: 2.9vw;
    }
    .text-wrapper ul{
        display: block;
    }
    .text-wrapper li{
        font-size: 2.1vw;
        padding-left: 4.5vw;
        line-height: 1.2;        
    }
     .text-wrapper li:first-child{margin-bottom: 1vw;}
    .text-wrapper li.bluefont strong{
        font-size: 3.5vw;
        line-height: 4vw;
    }
    .text-wrapper li div.mo{
        display: block;
    }
    .text-wrapper li strong.w25{
        display: block;
    }
    .text-wrapper li span{
        width: 3.5vw;
        height: 3.5vw;
        border-radius: 2vw;
        font-size: 2.5vw;
        line-height: 3.5vw;
        top:0;
    }
    .text-wrapper li.bluefont span{
        top:0;
    }
    .text-wrapper + .pro-info-wrapper{
        padding-top: 4vw;
    }
    .text-wrapper li.jjTitle{
        font-size: 1.8vw;
        line-height: 1.2;
        margin-bottom: 1vw;
    }
    .text-wrapper li.jjTitle strong{
        display: block;
        font-size: 3vw;
    }
    .text-wrapper li.jjTitle span{
        top:0;        
    }
    .text-wrapper li.jjTitle +li{
        font-size: 2.5vw;
    }
    .text-wrapper li.jjTitle +li span{
        top:1.5vw;
    }
    .cloum4 .pro-info-wrapper{
        padding: 4vw 2.6vw 0 2.6vw;
    }
    .card-container.cloum3 .card-item.full.newpro .text-wrapper li:first-child{
        flex-basis: auto;
        margin-bottom: 0;
    }
    #smartphone .card-item:nth-child(1) .text-wrapper ul{
        display: flex;
    }
    

    
    .cta-box,.pro-name-text-wrap.absolute + .cta-box{
        bottom: 7vw;
    }
    .pro-name-text-wrap.absolute + .cta-box{
        left:0;
    }
    .pro-cta span{
        padding: 2.3vw 9.5vw 2.6vw 9.5vw;
        border-radius: 5.6vw;
        font-size: 3.2vw;
        line-height: 3.2vw;
    }
    .pro-cta.student{
        margin-left: 0;
        margin-top: 2.5vw;
    }
    .rows  .pro-cta.student{
        margin-left: 1vw;
        margin-top: 0;
    }
    .one.cta-box{
        bottom:18vw;
    }
    
    .popbox-box .popbox-wrapper{
        padding: 9.3vw 2.5vw 4vw 2.5vw;
    }
    .popbox-box .popbox-wrapper .close{
        right: 2.6vw;
        top: 2.6vw;
    }
    .popbox-box .popbox-wrapper .close span{
        width: 4vw;
        height: 4vw;
    }
    .popbox-box .popbox-wrapper .close span:before, .popbox-box .popbox-wrapper .close span:after {
        width: 2px;
        height: 4vw;
        top: 1px;
        left: 1.7vw;
    }
    .popbox-box h4{
        width: fit-content;
        margin: 0 auto;
    }
    .popbox-box h4 figure{
        width: 12.7vw;
        left:0;
        top:-2.5vw;
    }
    .popbox-box h4 span{
        padding: 1.2vw 3.3vw 1.2vw 14vw;
        border-radius: 4vw;
        font-size:3vw;
    }
    .popbox-box p.tips{
        font-size: 2.1vw;
        margin-top: 4vw;
        width: 110%;
        margin-left: -4%;
    }
    .full .popbox-box h4 figure{
        left: 4vw;
    }
    .full .limited-number{
        width: 46%;
        text-align: left;
    }
    .full .popbox-box p.tips{
        text-align: center;
    }
    .cloum4 .popbox-box h4 span{
        font-size: 3vw;
    }
    .cloum4 .popbox-box .popbox-wrapper{
        padding: 8.3vw 2.5vw 5.3vw 2.5vw;
    }
    .cloum4 .popbox-box h4 figure{
        left:3vw;
    }
    .cloum4 .popbox-box h4 span{
        padding: 1.2vw 3.3vw 1.2vw 12vw;
    }
    .cloum4 .popbox-box p.tips{
        font-size: 2.3vw;
        margin-top: 4vw;
        width: 105%;
        margin-left: -2.5%;
    }
    .cloum4 .discount,.cloum4 .popbox-box .cta-box{
        margin-top: 4vw;
    }
    .popbox-box .pro-price{
        margin-top: 25px;
    }
    .popbox-box .pro-price .card-container span:first-child{
        flex-basis: 100%;
    }
    .popbox-box .pro-price .card-container span:nth-child(2){
        font-size: 20px;
        font-weight: bold;
    }
    .limited-number{
        margin:4vw auto 0 auto;
        width:95%;
        text-align: center;
    }
    .limited-number span:first-child{
        margin-right: 2.6vw;
    }
    .discount{
        margin-top: 4vw;
    }
    .discount figure{
       width: 7.2vw;
    }
    .discount span{
        font-size: 3.6vw;
        line-height: 7.2vw;
    }
    .discount span strong{
        font-size: 6vw;
    }
    .popbox-box .cta-box{
        margin-top: 3.5vw;
    }
    #tablet .card-container.cloum2 .popbox-box{
        left:0;
        top:auto;
    }
    #tablet .card-container.cloum2 .popbox-box h4 figure{
        left:-25px;
    }
    #tablet .card-container.cloum2 .popbox-box .popbox-wrapper{
        padding-top: 50px;
    }
    #tablet .popbox-box .pro-title{
        margin-bottom: 25px;
    }
    #tablet .card-container.cloum2 .popbox-box p.tips{
        margin-top: 2vw;
    }




    
    
    #smartphone{
        padding-bottom: 16vw;
    }
    #smartphone .card-container.cloum2{
        margin-top: 2.5vw;
    }
    #smartphone .card-container.cloum2 .card-item{
        padding-top: 11vw;
        padding-bottom: 19.5vw;
    }
    #smartphone .pro-name-text-wrap figure{
        margin-top: 4vw;
    }
    #smartphone .card-container.cloum3 .card-item:nth-child(2) .pro-info-wrapper, #smartphone .card-container.cloum3 .card-item:nth-child(3) .pro-info-wrapper{
        padding-top: 4vw;
    }
    #smartphone .card-container.cloum2 .pro-image{
        width: 100%;
    }
    #smartphone .card-container.cloum2 .card-item:nth-child(2) .pro-info-wrapper {
        padding-top: 23vw;
    }
    #smartphone .full .pro-retailPrice span:last-child{
        margin-left: 18vw;
    }
    #tablet .card-container.cloum2{
        margin-bottom: 2.5vw;
    }
    #tablet .card-container.cloum2 .pro-image{
        width: 100%;
    }
    #tablet .text-wrapper li span{
        top:-0.5vw;
    }
    #tablet .card-container.cloum3 .card-item{
        padding-top: 16vw;
        padding-bottom: 19.5vw;
    }
    #tablet .card-container.cloum3 .card-item.full{
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    #tablet .card-container.cloum3 .card-item:nth-child(3) .pro-info-wrapper{
        padding-top: 2.5vw;
    }
    #wearing .pro-title{
        font-size: 3.3vw;
    }
    #wearing .card-item:nth-child(1) .text-wrapper{
        padding-top: 2vw;
        padding-bottom: 2vw
    }
    #wearing .card-item:nth-child(5) ,#wearing .card-item:nth-child(6) {
        padding-bottom: 19.5vw;
    }
    #wearing .card-container.cloum4 .card-item:nth-child(1) .pro-info-wrapper {
        padding-top: 2.2vw;
    }
    #wearing .card-container.cloum4 .card-item.full {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .detailed-con.rules .overflow{
        display: block;
    }
    .detailed-con.rules .detailed-accordion {
        padding: 4vw 0;
    }
    
    .discount-box .main-title,#tablet  .main-title,#wearing  .main-title{
        padding-bottom: 3vw;
    }
    .sub-title{
        margin-bottom:6.5vw;
        font-size: 3.5vw;
    }
    
    .pro-label.new {
        background: url(../images/mo/bg-newpro.png) no-repeat;
        background-size: 100% auto;
        padding-top: 2vw;
    }
    .full.newpro .card-container {
        padding-left: 0;
        padding-right: 0;
    }
    .full.newpro .pro-image{
        width: 100%;
    }
    .card-container.cloum3 .card-item.full.newpro .card-item{
        padding: 0;
        flex-basis: 100%;
    }
    .full.newpro .pro-title,.full.newpro .text-wrapper h4{
        text-align: center;
    }
    .full.newpro .card-con{
        display: block;
        padding: 0 9vw 0 9vw;
    }
    .full.newpro .text-wrapper li.jjTitle +li span{
       top:0;
    }
    
    .banner.sc{
        margin-top: 3.5vw;
    }
     .banner.sc .cta-box{
        left:0;
        right:0;
        bottom:auto;
         top:38.7vw;
    }
    .banner.sc .pro-cta span{
        padding-left: 4.8vw;
        padding-right: 4.8vw;
    }
    .pro-cta.more a{
        padding: 2.3vw 4.8vw 2.6vw 0;
    }
     .banner.sc .pro-cta.more span{
        font-size: 3.2vw;
        line-height: 4.2vw;
        padding-left: 0;
        padding-right: 0;
    }
    .pro-cta.more span .icon{
        width: 4vw;
        height: 4vw
    }
    #smartphone .tips{
        font-size: 2.1vw;
    }
    
    /**6.11版本**/
    #wearing .card-item:nth-child(2) .pro-info-wrapper{
        padding-top: 8.7vw;
    }
    #wearing .card-container.cloum4 .card-item:nth-child(1){
        flex-basis: 100%;
    }
    #wearing .card-container.cloum4 .card-item:nth-child(2),#wearing .card-container.cloum4 .card-item:nth-child(3){
        flex-basis: calc((100% - 2.5vw) / 2);
    }
    #wearing .card-container.cloum4 .card-item:nth-child(1) .pro-title{font-size: 4.266656vw;}
    
     /**6.12版本**/
    .card-item.cloum1 .popbox-wrapper {
        width: 100%;
        margin-left:0%;
    }
    .card-item.cloum1 .popbox-box{
        right:0;
        bottom: -1px;
        height: auto;
    }
    .card-item.cloum1 .popbox-wrapper .popbox-wrapper{
        margin-left: 0;
        width: 100%;
        padding-top:100px;
    }
    .card-item.cloum1 .popbox-wrapper .pro-title{
        margin-right: 0;
        text-align:center;
    }
    .card-item.cloum1 .popbox-wrapper .popbox-box h4{
        margin: 0 auto;
        width:fit-content;
    }
    .popbox-box h4 figure{
        width: 7.5vw;
        left: 4vw;
        top: -4.8vw;    
    }
    .popbox-box h4 span{
        padding:1.2vw 4.5vw 1.2vw 14vw;
    }
    .popbox-box .discount span{
        font-size: 3vw;
        line-height: 4vw;
    }
    .popbox-box .discount span strong{
        font-size:3.5vw;
    }
    .full.newpro .cta-box{
        left:0;
        right:0;
    }
    .popbox-box .discount figure{
        width: 4.2vw;
    }
    .card-item.cloum1 .popbox-wrapper .popbox-wrapper{
        padding-top: 9.3vw;
    }
    .full .limited-number{
        width: 43%;
    }
    
    /**6.21版本**/
    #tablet .card-container.cloum3 .card-item:nth-child(1) .text-wrapper,#tablet .card-container.cloum3 .card-item:nth-child(1) .pro-info-wrapper{
        padding-left: 2vw;
        padding-right: 2vw;
    }
    #tablet  .pro-name-text-wrap.absolute .pro-info-wrapper{
        padding-top: 4vw;
    }
    #tablet .card-container.cloum3 .card-item:nth-child(2) .pro-info-wrapper{
        padding-top: 21.5vw;
    }
    #tablet  .card-container.cloum3 .card-item:nth-child(3) .pro-info-wrapper{
        padding-top: 4.5vw;
    }
    #wearing .card-item:nth-child(2) .pro-info-wrapper{
        padding-top: 4vw;
    }
    #wearing .card-container.cloum4 .card-item:last-child  .pro-info-wrapper{
        padding-top: 8.5vw;
    }
        
}


@media screen and (max-width: 460px){
     .page-content {
        font-size: 2.5vw;
    }
    .page-wrapper {
        margin: 0 5vw;
    }
    .benefit-text .price strong{
        font-size: 6vw;
    }
    .pro-retailPrice span, .pro-retailPrice.small span {
        font-size: 2.5vw;
    }
    .pro-price{
        margin-bottom: 3vw;
    }
    .full p.pro-retailPrice + p.pro-retailPrice {
        margin-top: 2.5vw;
    }
    .pro-retailPrice span.full{
        line-height: 1.1;
        margin-bottom: 0.5vw;
    }
    .text-wrapper li {
        font-size: 2.5vw;
        padding-left: 4vw;
    }
    .text-wrapper li.bluefont strong{
        vertical-align: -1px;
    }
    .text-wrapper h4 {
        margin-bottom: 1.7vw;
    }
    .text-wrapper h4 span{
        line-height: 4vw;
        border-radius: 1.5vw;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
     .popbox-box p.tips{
        font-size: 2.5vw;
    }
    .card-container .card-item.full,.card-container.cloum3 .card-item, .card-container.cloum2 .card-item{
        padding-top: 11vw;
    }
}
@media screen and (max-width: 390px){
     .page-wrapper{
        margin: 0 5vw;
    }
    .pro-retailPrice.small span:first-child {
        margin-bottom: 1vw;
    }
    .pro-retailPrice span.full{
        line-height: 1.3;
    }
    .pro-retailPrice.small {
        margin-bottom: 2vw;
    }
    .text-wrapper h4 span {
        line-height: 4vw;
        border-radius: 2vw;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    #wearing .pro-title{
        font-size: 3vw;
    }
}