[v-cloak] {
	display: none;
}

@font-face{
    font-family: myFirstFont;
    src: url('/plugins/font/PingFang-Bold.ttf'),url('/plugins/font/PingFang-Bold.ttf'); /* IE9 */
}

.font-title {
	font-size: .5rem;
}

.font-text {
	font-size: .18rem;
}

@keyframes topAnimate {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}

	100% {
		opacity: 1;
		transform: translate3d(0, 0%, 0);
	}
}

.desk-shop {
	display: none;
}
/* main */
.index-main {
	width: 100%;
	padding: 74px 0 0 0;
	margin: 0 0 0 0;
}
.w1100{
	width: 1100px;
	margin: 0 auto;
}
.w1000{
	width: 1000px;
	margin: 0 auto;
}
.w960{
	width: 960px;
	margin: 0 auto;
}
.flex{
	display: flex;
}
.space-between{
	justify-content: space-between;
}
.bg-black{
	background: #000;
	color: #fff;
}
.white{
	color: #fff !important;
}
.pc-show{
	display: block;
}
.mobile-show{
	display: none !important;
}
.font12{
	font-size: 12px;
}
/* s1 */
#section1{
	display: none;
}
.section1{
	margin: 0 auto 80px auto;
}
.section1 .top{
	color: #909090;
	font-size: 14px;
	margin: 60px 0 20px 0;
}
.section1 .top a{
	color: #909090;
}
.section1 .index{
	display: flex;
	justify-content: space-between;
}
.section1 .index .left{
	width: 440px;
}
.section1 .index .left .fixed-box{
	position: sticky;
	top: 60px;
}
.section1 .index .left .box{
	width: 100%;
	height: 440px;
}
.section1 .index .left .slideBox{
	
	
}
.section1 .index .left .slideBox img{
	width: 100%;
	height: 100%;
}
/* 轮播 */
.section1 .index .left .slideBox{
	width:100%;
	/* height:600px; */
	overflow:hidden;
	position:relative;
 }
.section1 .index .left .slideBox .bd{
	position:relative;
	z-index:0;
	width:100%;
	height:600px;
}
.section1 .index .left .slideBox .bd li{
	zoom:1;
	vertical-align:middle;
}
.section1 .index .left .slideBox .bd img{
	width:100%;
	height:auto;
	display:block;
}

/* 前/后按钮 */
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.iconarrow-left:before {
    content: "\e606";
}
.iconarrow-right:before {
    content: "\e605";
}
.hd{
	display: block;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 0;
	transform: translateY(-50%);
}
.section1 .index .left .slideBox .hd .prev{
    display: block;
    float: left;
    overflow: hidden;
    cursor: pointer;
    width: 46px;
    height: 46px;
    font-size: 30px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0,0.2);
    border-radius: 50%;
}
.section1 .index .left .slideBox .hd .next {
    display: block;
    float: right;
    overflow: hidden;
    cursor: pointer;
    width: 46px;
    height: 46px;
    font-size: 30px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0,0.2);
    border-radius: 50%;
}
.section1 .index .left .slideBox .prevStop{ display:none;  }
.section1 .index .left .slideBox .nextStop{ display:none;  }

.section1 .index .left .video-box{
	display: none;
    align-items: center;
	background: #000;
}
.section1 .index .left .video-box video{
	width: 100%;
}
.section1 .index .left .switch-box{
	width: 210px;
	margin: 25px auto 0 auto;
	z-index: 3;
}
.section1 .index .left .switch-box span{
	display: inline-block;
	padding: 7px 14px;
	font-size: 14px;
	color: #000;
	border-radius: 20px;
	cursor: pointer;
}
.section1 .index .left .switch-box span:first-child{
	margin: 0 20px 0 0;
}
.section1 .index .left .switch-box span img{
	width: 12px;
	height: 12px;
	display: inline-block;
	margin: 0 5px 0 0;
}
.section1 .index .left .switch-box .on{
	color: #fff;
	background: #000;
}

.section1 .index .right{
	width: 550px;
	height: auto;
	margin: 0 0 0 0;
}
.section1 .index .title{
	font-size: 40px;
	max-width: max-content;
}
.section1 .index .title .red{
	color: #fff;
	background: #e41c24;
	font-size: 12px;
	padding: 1px 2px;
	border-radius: 3px;
	float: right;
	margin: -3px 0 0 0;
}
.section1 .index .title .yellow{
	color: #ee8a1e;
	font-size: 26px;
	float: right;
	margin: 0 0 0 10px;
	line-height: 46px;
}
.section1 .index .price{
	font-size: 23px;
	margin: 40px 0 40px 0;
}
.section1 .index .price .gray{
	font-size: 18px;
	text-decoration: line-through;
	color: #909090;
	margin: 0 5px;
}
.section1 .index .price .red{
	color: #ff0000;
}
.section1 .index .dec{
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 18px 0;
	width: 100%;
}
.section1 .index .text-box{
	margin: 0 0 20px 0;
	padding: 0 0 40px 0;
	border-bottom: 1px solid #e0e0e0;
}
.section1 .index .bottom{
	font-size: 14px;
	margin: 20px 0 0 0;
}
.section1 .index .text-box p{
	font-size: 16px;
	color: #505055;
}
.section1 .index .text-box .font12{
	font-size: 12px;
}
.section1 .index .text-box .circular{
	position: relative;
	padding: 0 0 0 12px;
}
.section1 .index .text-box .circular::before{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background:#505055;
	border-radius: 50%;
	margin-right: 6px;
}
.section1 .index .text-box .red{
	font-size: 14px;
	font-weight: 600;
	border: 1px solid #ff0000;
	border-radius: 6px;
	width: max-content;
	padding: 4px 8px;
	color: #ff0000;
	margin: 16px 0 0 0;
}
.section1 .index .text-box p img{
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: bottom;
	margin: 0 15px 0 0;
}
.section1 .index .text-box p:not(:last-child){
	margin: 0 0 10px 0;
}
.section1 .index .text-box #m-top{
	margin: 24px 0 8px 0;
}
.section1 .index .select-index{
	
}
.section1 .index .select-index .box .t1{
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 12px 0;
}
.section1 .index .select-index .box .t2{
	color: #9B9B9E;
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 18px 0;
}
.section1 .index .select-index .color-box{
	
}
.section1 .index .select-index .color-box ul{
	display: flex;
	justify-content: space-between;
}
.section1 .index .select-index .color-box ul li{
	width: 140px;
	height: 140px;
	padding: 25px;
	border: 1px solid #E0E0E0;
	border-radius: 10px;
	cursor: pointer;
}
.section1 .index .select-index .box ul .on{
	border: 1px solid #004AFF;
}
.section1 .index .select-index .box ul li:hover{
	border: 1px solid #004AFF;
}
.section1 .index .select-index .color-box ul li img{
	display: block;
	width: 90px;
	height: 90px;
}
.section1 .index .select-index .color-box ul li p{
	font-size: 16px;
	text-align: center;
	color: #9B9B9E;
	line-height: 20px;
}
.section1 .index .select-index .sku-box{
	margin: 40px 0 0 0;
}
.section1 .index .select-index .sku-box ul{
	
}
.section1 .index .select-index .sku-box ul li{
	padding: 24px;
	border: 1px solid #E0E0E0;
	border-radius: 10px;
	cursor: pointer;
	position: relative;
}
.section1 .index .select-index .sku-box ul li:not(:last-child){
	margin: 0 0 16px 0;
}
.section1 .index .select-index .sku-box ul li div{
	display: flex;
	justify-content: space-between;
}
.section1 .index .select-index .sku-box ul li .discount-absolute{
	position: absolute;
	top: 0;
	right: -0.5px;
	padding: 4px 15px;
	font-size: 12px;
	color: #fff;
	background: rgb(238,142,55);
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.section1 .index .select-index .sku-box ul li div span{
	font-size: 16px;
	line-height: 20px;
	margin: 0;
}
.section1 .index .select-index .sku-box ul li div span .old-price{
	text-decoration-line: line-through;
	color: #9B9B9E;
	margin: 0 0 0 5px;
}
.section1 .index .select-index .sku-box ul li .desc{
	color: #9B9B9E;
	font-size: 16px;
	line-height: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	padding: 16px 0 0 0;
	margin: 16px 0 0 0;
}
.border{
	width: 100%;
	height: 1px;
	background: #eee;
}

/* s2 */
.section2{
	width: 1100px;
	margin: 80px auto 0 auto;
}
.section2 .title{
	text-align: center;
	font-size: 60px;
	font-weight: bold;
	color: #000;
	margin: 0 0 80px 0;
}
.section2 .subTitle{
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #000;
	margin: 0 0 40px 0;
}
.section2 .box:not(:last-child){
	margin: 0 auto 100px auto;
}
.section2 .package ul{
	display: flex;
	justify-content: space-between;
}
.section2 .package ul li{
	width: 165px;
	text-align: center;
}
.section2 .package ul li img{
	width: 165px;
	height: 165px;
	display: block;
	box-shadow: 2px 2px 8px #ccc;
	border-radius: 6px;
}
.section2 .package ul li span{
	display: inline-block;
	margin: 12px 0 0 0;
	color: #000000;
	font-size: 13px;
}
.section2 .specification .left-content{
	width: 474px;
}
.section2 .specification .left-content div{
	border-bottom: 1px solid #ccc;
	text-align: left;
}
.section2 .specification .left-content div span{
	width: 50%;
	display: inline-block;
	font-size: 20px;
	line-height: 40px;
}
.section2 .specification .right-content{
	width: 420px;
}
.section2 .specification .right-content img{
	width: 100%;
}
.section2 .add-on-item .left-content{
	width: 600px;
	height: 450px;
}
.section2 .add-on-item .left-content img{
	width: 100%;
}
.section2 .add-on-item .right-content{
	width: 310px;
	padding: 70px 0 0 0;
}
.section2 .add-on-item .right-content .t1{
	font-size: 22px;
	font-weight: bold;
	line-height: 36px;
}
.section2 .add-on-item .right-content .t2{
	font-size: 20px;
	margin: 10px 0 12px 0;
}
.section2 .add-on-item .right-content .t3{
	font-size: 18px;
	line-height: 26px;
	color: #4d4d4d;
}

/* s3 */
.section3{
	width: 100%;
	margin: 0 0;
	padding: 0 0 40px 0;
	background-color: #f5f5f7;
}
.section3 .s3-bg-top{
	width: 100%;
	height: 875px;
	background: url("https://r.tourboxtech.com/en/src/images/tourbox-neo/s3_overview_Top.jpg");
	background-position: center;
	background-size: 1920px 875px;
}
.section3 .s3-bg{
	width: 100%;
	height: 768px;
	background: url("https://r.tourboxtech.com/en/src/images/tourbox-neo/s3_overview.jpg");
	background-position: center;
	background-size: 1920px 768px;
}
.section3 .slideBox{ 
	width:100%; 
	height: 360px;
	position:relative; 
	margin: 40px 0 0 0;
}
.section3 .slideBox .hd{ 
    margin: 30px 0 0 0;
	cursor: pointer;
}

.section3 .commentBox .tempWrap{
	width: auto !important;
}
.section3 .commentBox ul li{
	background-color: #fff;
	width: 360px;
	height: 360px;
	padding: 20px;
	border-radius: 20px;
	overflow: hidden;
}
.section3 .commentBox ul li .content{
	width: 100%;
	height: 220px;
	overflow: hidden;
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 14px 0;
}
.section3 .commentBox ul li .bottom{
	font-size: 16px;
	line-height: 20px;
}
.section3 .commentBox ul li .bottom .left{
	text-align: right;
}
.section3 .commentBox ul li .bottom .left .name{
	font-size: 18px;
	margin: 0 0 4px 0;
}
.section3 .commentBox ul li .bottom .left .desc{
	font-size: 14px;
	/* margin: 8px 0 0 0; */
	color: #999;
}
.section3 .commentBox ul li .bottom .right{
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin: 0 0 0 6px;
}

/* s3 */

/* s4 */
.section4{
	margin: 0 auto 80px auto;
}
/* .section4 .s4-bg{
	width: 100%;
	margin: 0 auto 0 auto;
	height: 310px;
	background: url("https://r.tourboxtech.com/en/src/images/tourbox-neo/Applicable_Scene-bg.jpg");
	background-position: center;
	background-size: 1920px 310px;
	position: relative;
}
.section4 .s4-bg p{
	font-size: 60px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
} */
.section4 .box{
	margin: 120px auto;
}
.section4 .box:last-child{
	margin: 120px auto 0 auto;
}
.section4 .box .flex:not(:last-child){
	margin: 0 0 80px 0;
}
.section4 .box .text{
	width: 500px;
	margin: 0 0 0 0;
}
.section4 .box .text .img-title{
	width: 100%;
	display: block;
	margin: 0 0 30px 0;
}
.section4 .box .text font{
	/* font-weight: bold; */
}
.section4 .box .text:nth-child(2){
	width: 500px;
	margin: 0 70px 0 0;
}
.section4 .box .text .t1{
	font-size: 36px;
	font-weight: bold;
	color: #040000;
}
.section4 .box .text .t2{
	font-size: 22px;
	margin: 16px 0 32px 0;
	color: #040000;
}
.section4 .box .text .t3{
	font-size: 20px;
	line-height: 26px;
	/* color: #4d4d4d; */
}
.section4 .box .text .t3:not(:last-child){
	margin: 0 0 10px 0;
}
.section4 .box .video-box{
	width: 500px;
	height: 309px;
}
.section4 .box .video-box video{
	width: 100%;
	height: 100%;
	object-fit: fill;
	border-radius: 20px;
}
/* 4 */

/* 5 */
.section5{
	width: 100%;
	margin: 0 auto 100px auto;
}
.section5 .font36{
	font-size: 36px;
	margin: 0 0 20px 0;
}
.section5 .font22{
	font-size: 22px;
	margin: 0 0 35px 0;
}
.section5 .font20{
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 10px 0;
}
.section5 .box{
	width: 1100px;
	margin: 0 auto;
}
.section5 .box .flex:not(:last-child){
	margin: 0 0 80px 0;
}
.section5 .box .text{
	width: 500px;
}
.section5 .box .text p font{
	/* font-weight: bold; */
}
.section5 .box .text:nth-child(2){
	width: 420px;
	margin: 0 70px 0 0;
}
.section5 .video{
	width: 500px;
	height: 309px;
	border-radius: 20px;
	overflow: hidden;
	margin: 0 0 0 0;
}
.section5 .video video{
	width: 100%;
	height: 100%;
	object-fit: fill;
}
/* .section5 .s5-bg{
	width: 100%;
	margin: 0 auto 120px auto;
	height: 310px;
	background: url("https://r.tourboxtech.com/en/src/images/tourbox-neo/Why_Worth_Buying-bg.jpg");
	background-position: center;
	background-size: 1920px 310px;
	position: relative;
}
.section5 .s5-bg p{
	width: 100%;
	text-align: center;
	font-size: 60px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
} */
.section5 .pic-box{
	margin: 0 auto 50px auto;
}
.section5 .pic-box p{
	font-size: 36px;
	text-align: center;
	margin: 0 0 12px 0;
}
.section5 .pic-box img{
	width: 100%;
	height: 412px;
}
/* s5 */

/* s6 */
.section6{
	background: #000;
	color: #fff;
	padding: 0 0 120px 0;
}
.section6 .font36{
	font-size: 36px;
	margin: 0 0 20px 0;
}
.section6 .font22{
	font-size: 22px;
	margin: 0 0 35px 0;
}
.section6 .font20{
	font-size: 20px;
	line-height: 26px;
}
.section6 .font20:not(:last-child){
	margin: 0 0 10px 0;
}
.section6 .video{
	width: 100%;
	height: 542px;
	border-radius: 20px;
	overflow: hidden;
}
.section6 .video:not(:last-child){
	margin: 0 0 120px 0;
}
.section6 .video video{
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.section6 .s6-bg{
	width: 100%;
	margin: 0 auto 120px auto;
	height: 310px;
	background: url("https://r.tourboxtech.com/en/src/images/tourbox-neo/black_tourbox_console.jpg");
	background-position: center;
	background-size: 1920px 310px;
	position: relative;
}
.section6 .s6-bg p{
	color: #fff;
	font-size: 60px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
}
.section6 .box .flex:not(:last-child){
	margin: 0 auto 80px auto;
}
.section6 .box .flex .video{
	width: 500px;
	height: 309px;
	margin: 0;
}
.section6 .box .video img{
	width: 100%;
	height: 100%;
}
.section6 .box .text{
	width: 420px;
}
/* .section6 .text-center{
	text-align: center;
} */
.section6 .supports_Not_Just_Adobe{
	width: 100%;
	height: 350px;
	background: url("https://r.tourboxtech.com/en/src/images/tourbox-neo/Supports_Not_Just_Adobe.png");
	background-position: center;
	background-size: 1920px 350px;
	position: relative;
	margin: 150px 0 150px 0;
}
/* s6 */

/* s7 */
.section7{
	margin: 80px auto 0 auto;
}
.section7 .title{
	text-align: center;
	font-size: 40px;
	color: #000;
	margin: 0 0 60px 0;
	font-weight: bold;
}
.section7 .box{
	display: flex;
	justify-content: space-around;
}
.section7 .box li{
	width: 358px;
}
.section7 .box li .video{
	width: 100%;
	height: 202px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	border-radius: 20px;
}
.section7 .box li:nth-child(1) .video{
	background: url('https://r.tourboxtech.com/en/src/images/tourbox-neo/ProductVideo_02_TourBox_KOL_Comment.jpg');
	background-position: center;
	background-size: 358px 202px;
}
.section7 .box li:nth-child(2) .video{
	background: url('https://r.tourboxtech.com/en/src/images/tourbox-neo/Drawing_Artist_with_Tourbox_1080P.jpg');
	background-position: center;
	background-size: 358px 202px;
}
.section7 .box li:nth-child(3) .video{
	background: url('https://r.tourboxtech.com/en/src/images/tourbox-neo/ProductVideo_01_Multiple_Features_for_TourBox_NEO.jpg');
	background-position: center;
	background-size: 358px 202px;
}
.section7 .box li .video img{
	width: 75px;
	height: 75px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	cursor: pointer;
}
.section7 .box li .video video{
	object-fit: fill;
	width: 100%;
	height: 100%;
}
.section7 .box li p{
	margin: 15px 0 0 0;
	font-size: 18px;
	overflow: hidden;
	text-align: center;
}
/* s7 */

/* s8 */
.section8{
	margin: 80px auto 0 auto;
}
.section8 .title{
	text-align: center;
	font-size: 40px;
	color: #000;
	margin: 0 0 60px 0;
	font-weight: bold;
}
.section8 .comparison{
	width: 100%;
}
/* s8 */

/* 导航 */
.tab{
	width: 100%;
	height: 50px;
	background: #fff;
	box-shadow:0px 10px 10px -15px #000;
	z-index: 55;
}
.tab .w1100{
	display: flex;
	justify-content: space-between;
}
.tab a{
	font-size: 18px;
	color: #b3b3b3;
	line-height: 50px;
	
}
.tab a:hover{
	color: #004AEF;
	
}
.tab .active{
	color: #004AEF;
}

/* 弹框 */
.modal{
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0,0.5);
}
.modal-content{
	margin: 78px auto;
	width: 735px;
	box-shadow: 0 5px 8px 0 rgba(0, 0, 0,0.2), 0 7px 20px 0 rgba(0, 0, 0,0.2);
	animation-name: modalopen;
	animation-duration: 1s;
	z-index: 9999;
	background-color: #fff;
}
.modal-header{
	height: 60px;
	color: #fff;
}
.closeBtn{
	color: #000;
	float: right;
	font-size: 40px;
	display: inline-block;
	line-height: 20px;
	margin: 20px 20px 0 0;
}
.closeBtn:hover,.closeBtn:focus{
	text-decoration: none;
	cursor: pointer;
}
.modal-body{
	height: 600px;
	margin: 0 auto;
	padding: 20px 100px 20px 100px;
	overflow: auto;
}
.modal-body .index{
	display: none;
}
/*控制整个滚动条*/
.modal-body::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: transparent;
    background-clip: padding-box;
}
/*滚动条中间滑动部分*/
.modal-body::-webkit-scrollbar-thumb {
    background-color: #575656;
    border-radius: 3px;
}
.modal-body .title{
	font-size: 27px;
}
.modal-body .content{
	font-size: 16px;
	color: #595959;
	margin: 40px 0 20px 0;
}
.modal-body img{
	display: block;
	width: 428px;
	height: 240px;
	margin: 0 auto 30px auto;
}
.modal-body font{
	display: block;
	text-align: center;
	font-size: 12px;
	margin: 5px auto 30px auto;
}
.modal-body .video{
	width: 428px;
	height: 240px;
	margin: 0 auto 30px auto;
}
.modal-body .video video{
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.modal-footer{
	background-color: #fff;
	color: #333;
	padding: 0 .5rem .5rem .5rem;
	text-align: center;
	font-size: .3rem;
}
.modal-footer a{
	display: inline-block;
	padding: .1rem .3rem;
	font-size: .22rem;
	color: #fff;
}
@keyframes modalopen{
	from {opacity: 0}
	to {opacity: 1}
}
/* 弹框 */

/* 视频弹窗 */
#videoModal .closeBtn{
	color: #fff;
	margin: -40px 0 0 0;
}
#videoModal .video-box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 800px;
	box-shadow: 0 5px 8px 0 rgba(0, 0, 0,0.2), 0 7px 20px 0 rgba(0, 0, 0,0.2);
	animation-name: modalopen;
	animation-duration: 1s;
	z-index: 33;
}
#videoModal .video-box video{
	display: block;
	width: 800px;
	margin: 0 auto;
}
/* 视频弹窗 */

/* faq */
.section-faq{
	margin: 120px auto 80px auto;
}
.section-faq .title{
	text-align: center;
	font-size: 40px;
	color: #000;
	margin: 0 0 40px 0;
}
.section-faq .accordion {
	width: 100%;
	margin: 30px auto 20px;
	background: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.section-faq .accordion li{
	margin: 0 0 10px 0;
}
.section-faq .accordion .link {
   cursor: pointer;
   display: block;
   padding: 15px 10px;
   color: rgba(0, 0, 0, 0.8);
   background-color: rgba(0, 0, 0, 0.1);
   font-size: 20px;
   font-weight: 700;
   border-radius: 5px;
   position: relative;
   -webkit-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
   user-select: none;
}
.section-faq .accordion li:last-child .link {
   border-bottom: 0;
}
.section-faq .accordion li .link:hover {
	color: #188ee9;
}
.section-faq .accordion li .link:hover i {
	border-top: 6px solid #188ee9;
}
.section-faq .accordion li.open .link:hover i {
	border-top: 6px solid #fff;
}
.section-faq .accordion li.open .link {
	color: #188ee9;
}
.section-faq .accordion li.open {
	position: relative;
}
.section-faq .accordion li.open .link {
	position: relative;
	background-color: #188ee9;
	color: #fff;
}
.section-faq .accordion li i {
	position: absolute;
	right: 25px;
	top: 50%;
	margin-top: -2.5px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid rgba(0, 0, 0, 0.8);
}
.section-faq .accordion li.open i {
	border-top: 6px solid #fff;
	transform: rotate(180deg);
}

.section-faq .submenu {
	display: none;
	font-size: 14px;
}
.section-faq .submenu li {
	padding: 10px 10px 10px 10px;
}
.section-faq .submenu li p{
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 5px 0;
}
.section-faq .submenu a {
	display: block;
	text-decoration: none;
	color: #d9d9d9;
	padding: 12px;
	padding-left: 42px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/* faq */

/* checkout */
#sectionFooter{
	display: none;
}
.section-footer{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80px;
	background: #fff;
	border-top: 1px solid #E0E0E0;
	z-index: 99;
}
.section-footer .box{
	display: flex;
	justify-content: flex-end;
}
.section-footer .box .left{
	margin: 15px 0 0 0;
	text-align: right;
}
.section-footer .box .left .t1{
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 5px 0;
}
.section-footer .box .left .t2{
	font-size: 14px;
	line-height: 16px;
}
.section-footer .box .add-cart{
	padding: 15px 20px;
	font-size: 20px;
	color: #fff;
	background: #004AEF;
	border-radius: 8px;
	margin: 15px 0 0 24px;
	cursor: pointer;
}
/* checkout */

/* mobile */
@media only screen and (max-width:979px) {
	/* main */
	.index-main {
		width: 100%;
		padding: .42rem 0 .2rem 0;
		margin: 0 0 0 0;
	}
	.w1100{
		width: 100%;
	}
	.w960{
		width: 100%;
	}
	.pc-show{
		display: none;
	}
	.mobile-show{
		display: block !important;
	}
	/* s1 */
	.section1{
		width: 100%;
		margin: 0 auto 0 auto;
	}
	.section1 .top{
		color: #909090;
		font-size: 14px;
		margin: 0 0 20px 0;
	}
	.section1 .top a{
		color: #909090;
	}
	.section1 .index{
		display: unset;
		justify-content: unset;
	}
	.section1 .index .left{
		width: 100%;
		position: relative;
	}
	.section1 .index .left .fixed-box{
		position: unset;
		top: unset;
	}
	.section1 .index .left .box{
		width: 100%;
		height: auto;
	}
	.section1 .index .left .slideBox{
		
		
	}
	.section1 .index .left .slideBox img{
		width: 100%;
		height: 100%;
	}
	/* 轮播 */
	.section1 .index .left .slideBox{
		width:100%;
		height:auto;
		overflow:hidden;
		position:relative;
	}
	.section1 .index .left .slideBox .bd{
		position:relative;
		z-index:0;
		width:100%;
		height:auto;
	}
	.section1 .index .left .slideBox .bd li{
		zoom:1;
		vertical-align:middle;
	}
	.section1 .index .left .slideBox .bd img{
		width:100%;
		height:auto;
		display:block;
	}

	/* 前/后按钮 */
	.iconfont {
		font-family: "iconfont" !important;
		font-size: 16px;
		font-style: normal;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.iconarrow-left:before {
		content: "\e606";
	}
	.iconarrow-right:before {
		content: "\e605";
	}
	.hd{
		display: block;
		overflow: hidden;
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		z-index: 0;
		transform: translateY(-50%);
		padding: 0 .2rem;
	}
	.section1 .index .left .slideBox .hd .prev{
		display: block;
		float: left;
		overflow: hidden;
		cursor: pointer;
		width: .4rem;
		height: .4rem;
		font-size: .2rem;
		line-height: .4rem;
		text-align: center;
		color: #fff;
		background: rgba(0, 0, 0,0.2);
		border-radius: 50%;
	}
	.section1 .index .left .slideBox .hd .next {
		display: block;
		float: right;
		overflow: hidden;
		cursor: pointer;
		width: .4rem;
		height: .4rem;
		font-size: .2rem;
		line-height: .4rem;
		text-align: center;
		color: #fff;
		background: rgba(0, 0, 0,0.2);
		border-radius: 50%;
	}
	.section1 .index .left .slideBox .prevStop{ display:none;  }
	.section1 .index .left .slideBox .nextStop{ display:none;  }

	.section1 .index .left .video-box{
		display: none;
		align-items: center;
		background: #fff;
	}
	.section1 .index .left .video-box video{
		width: 100%;
	}
	.section1 .index .left .switch-box{
		width: 210px;
		margin: 25px auto 0 auto;
		position: absolute;
		bottom: .2rem;
		left: 50%;
		transform: translateX(-50%);
	}
	.section1 .index .left .switch-box span{
		display: inline-block;
		padding: 7px 14px;
		font-size: 14px;
		color: #000;
		background: #fff;
		border-radius: 20px;
		cursor: pointer;
	}
	.section1 .index .left .switch-box span:first-child{
		margin: 0 20px 0 0;
	}
	.section1 .index .left .switch-box span img{
		width: 12px;
		height: 12px;
		display: inline-block;
		margin: 0 5px 0 0;
	}
	.section1 .index .left .switch-box .on{
		color: #fff;
		background: #000;
	}


	.section1 .index .right{
		width: 100%;
		height: auto;
		padding: .3rem .2rem 0 .2rem;
		margin: 0;
	}
	.section1 .index .title{
		font-size: .4rem;
		font-weight: bold;
	}
	.section1 .index .yellow{
		color: #ee8a1e;
		font-size: .22rem;
	}
	.section1 .index .price{
		font-size: .24rem;
		margin: .3rem 0 .12rem 0;
		font-weight: bold;
	}
	.section1 .index .price .gray{
		font-size: .14rem;
		text-decoration: line-through;
		color: #909090;
		margin: 0 .05rem;
	}
	.section1 .index .price .red{
		color: #ff0000;
	}
	.section1 .index .dec{
		width: 100%;
		font-size: .18rem;
		margin: 0 0 .3rem 0;
	}
	.section1 .index .text-box{
		margin: 0 0 .2rem 0;
	}
	.section1 .index .text-box p{
		font-size: .14rem;
	}
	.section1 .index .text-box p img{
		width: .18rem;
		height: .18rem;
		display: inline-block;
		vertical-align: bottom;
		margin: 0 .05rem 0 0;
	}
	.section1 .index .text-box p:not(:last-child){
		margin: 0 0 .08rem 0;
	}
	.section1 .index .text-box .m-top{
		margin: 0 0 0 0;
	}
	.shopify-buy__btn{
		font-size: .16rem !important;
	}
	.section1 .index .select-index{
	
	}
	.section1 .index .select-index .box .t1{
		font-size: 14px;
		line-height: 18px;
		font-weight: bold;
		margin: 0 0 .1rem 0;
	}
	.section1 .index .select-index .box .t2{
		color: #9B9B9E;
		font-size: 12px;
		line-height: 16px;
		margin: 0 0 .14rem 0;
	}
	.section1 .index .select-index .color-box{
		
	}
	.section1 .index .select-index .color-box ul{
		display: flex;
		justify-content: space-between;
	}
	.section1 .index .select-index .color-box ul li{
		width: 1rem;
		height: 1rem;
		padding: .15rem;
		border: 1px solid #E0E0E0;
		border-radius: 10px;
		cursor: pointer;
	}
	.section1 .index .select-index .box ul .on{
		border: 1px solid #004AFF;
	}
	.section1 .index .select-index .box ul li:hover{
		border: 1px solid #004AFF;
	}
	.section1 .index .select-index .color-box ul li img{
		display: block;
		width: .7rem;
		height: .7rem;
		/* margin: .07rem auto 0 auto; */
	}
	.section1 .index .select-index .color-box ul li p{
		font-size: 16px;
		text-align: center;
		color: #9B9B9E;
		line-height: 20px;
	}
	.section1 .index .select-index .sku-box{
		margin: .32rem 0 0 0;
	}
	.section1 .index .select-index .sku-box ul{
		
	}
	.section1 .index .select-index .sku-box ul li{
		padding: .18rem;
		border: 1px solid #E0E0E0;
		border-radius: 8px;
		cursor: pointer;
	}
	.section1 .index .select-index .sku-box ul li:not(:last-child){
		margin: 0 0 .12rem 0;
	}
	.section1 .index .select-index .sku-box ul li div{
		display: flex;
		justify-content: space-between;
	}
	.section1 .index .select-index .sku-box ul li .discount-absolute{
		position: absolute;
		top: 0;
		right: -0.5px;
		padding: .01rem .08rem;
		font-size: .12rem;
		color: #fff;
		background: rgb(238,142,55);
		border-top-right-radius: 10px;
		border-bottom-left-radius: 10px;
	}
	.section1 .index .select-index .sku-box ul li div .title{
		width: 60%;
	}
	.section1 .index .select-index .sku-box ul li div span{
		font-size: 12px;
		line-height: 16px;
		margin: 0;
	}
	.section1 .index .select-index .sku-box ul li div span .old-price{
		text-decoration-line: line-through;
		color: #9B9B9E;
		margin: 0 0 0 5px;
	}
	.section1 .index .select-index .sku-box ul li .desc{
		color: #9B9B9E;
		font-size: 12px;
		line-height: 16px;
		border-top: 1px solid rgba(0, 0, 0, 0.06);
		padding: .12rem 0 0 0;
		margin: .12rem 0 0 0;
	}
	.border{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: .2rem 0 0 0;
	}

	/* s2 */
	.section2{
		width: 100%;
		margin: .6rem auto 0 auto;
		padding: 0 .2rem;
	}
	.section2 .subTitle{
		text-align: center;
		font-size: 40px;
		font-weight: bold;
		color: #000;
		margin: 0 0 40px 0;
	}
	.section2 .box:not(:last-child){
		margin: 0 auto 100px auto;
	}
	.section2 #package{
		margin: 0 auto 80px auto;
	}
	.section2 .package ul{
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
	}
	.section2 .package ul li{
		width: 48%;
	}
	.section2 .package ul li:nth-child(odd){
		margin: 0 .1rem 0 0;
	}
	.section2 .package ul li:nth-child(-n+4){
		margin-bottom: .25rem;
	}
	.section2 .package ul li img{
		width: 1.2rem;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	.section2 .package ul li span{
		display: inline-block;
		margin: .1rem 0 0 0;
		color: #000000;
		font-size: .16rem;
		line-height: .2rem;
	}
	.section2 .specification .left-content{
		width: 474px;
	}
	.section2 .specification .left-content div{
		border-bottom: 1px solid #ccc;
		text-align: left;
	}
	.section2 .specification .left-content div span{
		width: 50%;
		display: inline-block;
		font-size: 14px;
		line-height: 40px;
	}
	.section2 .specification .right-content{
		width: 420px;
	}
	.section2 .specification .right-content img{
		width: 100%;
	}
	.section2 .add-on-item .flex{
		display: block;
		justify-content: unset;
	}
	.section2 .add-on-item .left-content{
		width: 3.2rem;
		height: 2.4rem;
		margin: 0 auto .2rem auto;
	}
	.section2 .add-on-item .left-content img{
		width: 100%;
	}
	.section2 .add-on-item .right-content{
		width: 100%;
		padding: 0 0 0 0;
	}
	.section2 .add-on-item .right-content .t1{
		font-size: 20px;
		font-weight: bold;
		line-height: 36px;
	}
	.section2 .add-on-item .right-content .t2{
		font-size: 16px;
		margin: .1rem 0 .12rem 0;
	}
	.section2 .add-on-item .right-content .box-text{
		border-radius: 10px;
		border: 1px solid #ccc;
		padding: .12rem .2rem;
	}
	.section2 .add-on-item .right-content .t3{
		/* padding: 0 0 0 .2rem; */
		font-size: 14px;
		line-height: 20px;
		color: #4d4d4d;
	}
	/* s2 */

	/* s3 */
	.section3{
		width: 100%;
		margin: .6rem 0;
	}
	.section3 .s3-bg{
		width: 3.75rem;
		height: 6.66rem;
		background: url("https://r.tourboxtech.com/en/src/images/tourbox-neo/s3_overview-mobile.jpg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100%;
	}
	.section3 .slideBox{ 
		width:100%; 
		height: 3.6rem;
		position:relative; 
		margin: .4rem 0 0 0;
		/* padding: 0 .12rem; */
	}
	.section3 .slideBox .hd{ 
		margin: .3rem 0 0 0;
		cursor: pointer;
	}
	
	.section3 .commentBox .tempWrap{
		width: auto !important;
	}
	.section3 .commentBox ul li{
		background-color: #fff;
		width: 3.6rem;
		height: 3.8rem;
		padding: .12rem;
		border-radius: 20px;
		overflow: hidden;
	}
	.section3 .commentBox ul li:first-child{
		margin: 0 0 .3rem 0;
	}
	.section3 .commentBox ul li .content{
		width: 100%;
		height: 2.2rem;
		overflow: hidden;
		font-size: 16px;
		line-height: 20px;
		margin: 0 0 .14rem 0;
	}
	.section3 .commentBox ul li .bottom{
		font-size: 16px;
		line-height: 20px;
	}
	.section3 .commentBox ul li .bottom .left{
		text-align: right;
	}
	.section3 .commentBox ul li .bottom .left .name{
		font-size: 18px;
		margin: 0 0 .04rem 0;
	}
	.section3 .commentBox ul li .bottom .left .desc{
		font-size: 14px;
		/* margin: 8px 0 0 0; */
		color: #999;
	}
	.section3 .commentBox ul li .bottom .right{
		display: block;
		width: .4rem;
		height: .4rem;
		border-radius: 50%;
		margin: 0 0 0 .06rem;
	}
	/* s3 */

	/* s4 */
	.section4{
		margin: .6rem auto;
	}
	/* .section4 .s4-bg{
		width: 3.75rem;
		height: 4rem;
		margin: 0 auto 0 auto;
		background: url("https://r.tourboxtech.com/en/src/images/tourbox-neo/Applicable_Scene-bg-mobile.jpg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100%;
	
		position: relative;
	}
	.section4 .s4-bg p{
		font-size: 50px;
		font-weight: bold;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
	} */
	.section4 .box{
		margin: .6rem auto;
		padding: 0 .3rem;
	}
	.section4 .box:last-child{
		margin: 0 auto;
	}
	.section4 .box .flex:not(:last-child){
		margin: 0 0 .8rem 0;
	}
	.section4 .box .flex{
		display: block;
		justify-content: unset;
	}
	.section4 .box .text{
		width: 100%;
		margin: 0;
	}
	.section4 .box .text:nth-child(2){
		width: 100%;
		margin: 0;
	}
	.section4 .box .text .t1{
		font-size: 30px;
		font-weight: bold;
		color: #040000;
	}
	.section4 .box .text .t2{
		font-size: 20px;
		margin: .15rem 0 .28rem 0;
		color: #040000;
	}
	.section4 .box .text .t3{
		font-size: 16px;
		line-height: 24px;
		color: #4d4d4d;
		margin: 0 0 .26rem 0;
	}
	.section4 .box .video-box{
		width: 3.16rem;
		height: 2.04rem;
	}
	.section4 .box .video-box video{
		width: 100%;
		height: 100%;
		object-fit: fill;
		border-radius: 20px;
	}
	/* 4 */

	/* 5 */
	.section5{
		width: 100%;
	}
	.section5 .font30{
		font-size: 30px;
		font-weight: bold;
		margin: 0 0 .15rem 0;
	}
	.section5 .font20{
		font-size: 20px;
		font-weight: bold;
		margin: 0 0 .28rem 0;
	}
	.section5 .font16{
		font-size: 16px;
		font-weight: normal;
		line-height: 24px;
		margin: 0 0 .26rem 0;
	}
	.section5 .box{
		width: 100%;
		margin: .8rem auto .6rem auto;
		padding: 0 .3rem;
	}
	.section5 .box .flex{
		display: block;
		justify-content: unset;
	}
	.section5 .box .flex:not(:last-child){
		margin: 0 0 .8rem 0;
	}
	.section5 .box .text{
		width: 100%;
	}
	.section5 .box .text p font{
		/* font-weight: bold; */
	}
	.section5 .box .text:nth-child(2){
		width: 100%;
		margin: 0 0 0 0;
	}
	.section5 .video{
		width: 3.16rem;
		height: 2.04rem;
		border-radius: 20px;
		overflow: hidden;
		margin: 0 0 .6rem 0;
	}
	.section5 .video video{
		width: 100%;
		height: 100%;
		object-fit: fill;
	}
	.section5 .s5-bg{
		width: 3.75rem;
		height: 4rem;
		margin: 0 auto .6rem auto;
		background: url("https://r.tourboxtech.com/en/src/images/tourbox-neo/Why_Worth_Buying-bg-mobile.jpg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100%;
		position: relative;
	}
	.section5 .s5-bg p{
		width: 100%;
		text-align: center;
		font-size: 50px;
		line-height: 60px;
		font-weight: bold;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
	}
	.section5 .w960{
		padding: 0 .3rem;
	}
	.section5 .pic-box{
		margin: 0 auto 50px auto;
	}
	.section5 .pic-box p{
		font-size: 20px;
		text-align: center;
		margin: 0 0 .36rem 0;
	}
	.section5 .pic-box img{
		width: 3.17rem;
		height: .98rem;
	}
	/* s5 */

	/* s6 */
	.section6{
		background: #000;
		color: #fff;
		padding: 0 0 .6rem 0;
	}
	.section5 .font30{
		font-size: 30px;
		font-weight: bold;
		margin: 0 0 .15rem 0;
	}
	.section5 .font20{
		font-size: 20px;
		font-weight: bold;
		margin: 0 0 .28rem 0;
	}
	.section5 .font16{
		font-size: 16px;
		font-weight: normal;
		line-height: 24px;
		margin: 0 0 .26rem 0;
	}
	.section6 .video{
		width: 3.16rem;
		height: 2.04rem;
		border-radius: 20px;
		overflow: hidden;
	}
	.section6 .video:not(:last-child){
		margin: 0 0 .6rem 0;
	}
	.section6 .video video{
		width: 100%;
		height: 100%;
		object-fit: fill;
	}
	.section6 .s6-bg{
		width: 3.75rem;
		height: 3.11rem;
		margin: 0 auto .6rem auto;
		background: url("https://r.tourboxtech.com/en/src/images/tourbox-neo/black_tourbox_console-mobile.jpg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100%;
		position: relative;
	}
	.section6 .s6-bg p{
		color: #fff;
		font-size: 40px;
		line-height: 46px;
		font-weight: bold;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
	}
	.section6 .box{
		padding: 0 .3rem;
	}
	.section6 .box .flex{
		display: block;
		justify-content: unset;
	}
	.section6 .box .flex:not(:last-child){
		margin: 0 0 0 0;
	}
	.section6 .box .flex .video{
		width: 3.16rem;
		height: 2.04rem;
		margin: .26rem 0 .6rem 0;
	}
	.section6 .box .video img{
		width: 100%;
		height: 100%;
	}
	.section6 .box .text{
		width: 100%;
	}
	.section6 .supports_Not_Just_Adobe{
		width: 100%;
		height: .68rem;
		background: url("https://r.tourboxtech.com/en/src/images/tourbox-neo/Supports_Not_Just_Adobe.png");
		background-position: center;
		background-size: 3.75rem .68rem;
		position: relative;
		margin: 1.5rem 0 1.5rem 0;
	}
	/* s6 */

	/* s7 */
	.section7{
		margin: 80px auto 0 auto;
	}
	.section7 .title{
		text-align: center;
		font-size: 40px;
		color: #000;
		margin: 0 0 40px 0;
		font-weight: bold;
		padding: 0 .2rem;
	}
	.section7 .box{
		display: block;
		justify-content: unset;
		padding: 0 30px;
	}
	.section7 .box li{
		width: 100%;
		margin: 0 0 30px 0;
		position: relative;
	}
	.section7 .box li .video{
		width: 100%;
		height: 1.78rem;
		border-radius: 10px;
		overflow: hidden;
		position: relative;
		border-radius: 20px;
	}
	.section7 .box li:nth-child(1) .video{
		background: url('https://r.tourboxtech.com/en/src/images/tourbox-neo/ProductVideo_02_TourBox_KOL_Comment.jpg');
		background-position: center;
		background-size: 100% 1.78rem;
	}
	.section7 .box li:nth-child(2) .video{
		background: url('https://r.tourboxtech.com/en/src/images/tourbox-neo/Drawing_Artist_with_Tourbox_1080P.jpg');
		background-position: center;
		background-size: 100% 1.78rem;
	}
	.section7 .box li:nth-child(3) .video{
		background: url('https://r.tourboxtech.com/en/src/images/tourbox-neo/ProductVideo_01_Multiple_Features_for_TourBox_NEO.jpg');
		background-position: center;
		background-size: 100% 1.78rem;
	}
	.section7 .box li .video img{
		width: 65px;
		height: 65px;
		border-radius: 50%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		cursor: pointer;
	}
	.section7 .box li .video video{
		object-fit: fill;
		width: 100%;
		height: 100%;
	}
	.section7 .box li p{
		width: 100%;
		padding: 0 10px;
		color: #fff;
		position: absolute;
		bottom: 14px;
		left: 0;
		margin: 5px 0 0 0;
		font-size: 16px;
		overflow: hidden;
		text-align: center;
	}
	/* s7 */

	/* s8 */
	.section8{
		margin: 80px auto 0 auto;
		padding: 0 .3rem;
	}
	.section8 .title{
		text-align: center;
		font-size: 40px;
		color: #000;
		margin: 0 0 40px 0;
		font-weight: bold;
	}
	.section8 .comparison{
		width: 100%;
	}
	/* s8 */

	/* 导航 */
	.tab{
		width: 100%;
		height: auto;
		background: #fff;
		box-shadow:0px 15px 10px -15px #000;
		z-index: 55;
		overflow: hidden;
		padding: .08rem .2rem;
	}
	.tab .w1100{
		display: block;
		justify-content: space-between;
		/* width: max-content; */
	}
	.tab .pc-show{
		display: none;
	}
	.tab a{
		color: #b3b3b3;
		line-height: normal;
	}
	.tab .active{
		color: #004AEF;
		
	}
	.swiper2{
		text-align: center;
	}
	.swiper2 .swiper-wrapper{
		display: flex;
		/* justify-content: space-between; */
	}
	.swiper2 .swiper-container{
		border-bottom: 0;
		width: max-content;
		margin: 0 auto;
	}
	.swiper2 .swiper-slide{
		display: inline-block;
		font-weight: 400;
		color: #828286;
		cursor: pointer;
		width: auto;
	}
	.swiper2 .swiper-slide:first-child{
		margin-left: 12px;
	}
	.swiper2 .selected{
		color: #000;
	}
	/* 导航 */

	/* 弹框 */
	.modal{
		display: none;
		position: fixed;
		z-index: 9999;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		overflow: auto;
		background-color: rgba(0, 0, 0,0.5);
	}
	.modal-content{
		margin: 78px auto;
		width: 100%;
		box-shadow: 0 5px 8px 0 rgba(0, 0, 0,0.2), 0 7px 20px 0 rgba(0, 0, 0,0.2);
		animation-name: modalopen;
		animation-duration: 1s;
		z-index: 9999;
		background-color: #fff;
	}
	.modal-header{
		height: 40px;
		color: #fff;
	}
	.closeBtn{
		color: #000;
		float: right;
		font-size: 30px;
		display: inline-block;
		line-height: 20px;
		margin: 10px 10px 0 0;
	}
	.closeBtn:hover,.closeBtn:focus{
		text-decoration: none;
		cursor: pointer;
	}
	.modal-body{
		height: 600px;
		margin: 0 auto;
		padding: 20px 20px 20px 20px;
		overflow: auto;
	}
	.modal-body .index{
		display: none;
	}
	/*控制整个滚动条*/
	.modal-body::-webkit-scrollbar {
		width: 6px;
		height: 6px;
		background-color: transparent;
		background-clip: padding-box;
	}
	/*滚动条中间滑动部分*/
	.modal-body::-webkit-scrollbar-thumb {
		background-color: #575656;
		border-radius: 3px;
	}
	.modal-body .title{
		font-size: 27px;
	}
	.modal-body .content{
		font-size: 16px;
		color: #595959;
		margin: 40px 0 20px 0;
	}
	.modal-body img{
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto 30px auto;
	}
	.modal-body font{
		display: block;
		text-align: center;
		font-size: 12px;
		margin: 5px auto 30px auto;
	}
	.modal-body .video{
		width: 100%;
		height: auto;
		margin: 0 auto 30px auto;
	}
	.modal-body .video video{
		width: 100%;
		height: 100%;
		object-fit: fill;
	}
	.modal-footer{
		display: none;
		background-color: #fff;
		color: #333;
		padding: 0 .5rem .5rem .5rem;
		text-align: center;
		font-size: .3rem;
	}
	.modal-footer a{
		display: inline-block;
		padding: .1rem .3rem;
		font-size: .22rem;
		color: #fff;
	}
	@keyframes modalopen{
		from {opacity: 0}
		to {opacity: 1}
	}
	/* 弹框 */

	/* 视频弹窗 */
	#videoModal .closeBtn{
		color: #fff;
		margin: -40px 20px 0 0;
	}
	#videoModal .video-box{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		width: 100%;
		box-shadow: 0 5px 8px 0 rgba(0, 0, 0,0.2), 0 7px 20px 0 rgba(0, 0, 0,0.2);
		animation-name: modalopen;
		animation-duration: 1s;
		z-index: 9999;
	}
	#videoModal .video-box video{
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	/* 视频弹窗 */
	
	/* faq */
	.section-faq{
		width: 100%;
		margin: .6rem auto 0 auto;
		padding: 0 .2rem;
	}
	.section-faq .title{
		text-align: center;
		font-size: 40px;
		font-weight: bold;
		color: #000;
		margin: 0 0 .2rem 0;
	}
	.section-faq .accordion {
		width: 100%;
		margin: .3rem auto .2rem;
		background: #FFF;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.section-faq .accordion li{
		margin: 0 0 .1rem 0;
	}
	.section-faq .accordion .link {
		cursor: pointer;
		display: block;
		padding: 10px;
		color: rgba(0, 0, 0, 0.8);
		background-color: rgba(0, 0, 0, 0.1);
		font-size: 14px;
		font-weight: 700;
		border-radius: 5px;
		position: relative;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
		padding: .1rem .3rem .1rem .1rem;
	}
	.section-faq .accordion li:last-child .link {
		border-bottom: 0;
	}
	.section-faq .accordion li .link:hover {
		color: #188ee9;
	}
	.section-faq .accordion li .link:hover i {
		border-top: 6px solid #188ee9;
	}
	.section-faq .accordion li.open .link:hover i {
		border-top: 6px solid #fff;
	}
	.section-faq .accordion li.open .link {
		color: #188ee9;
	}
	.section-faq .accordion li.open {
		position: relative;
	}
	.section-faq .accordion li.open .link {
		position: relative;
		background-color: #188ee9;
		color: #fff;
	}
	.section-faq .accordion li i {
		position: absolute;
		right: .15rem;
		top: 50%;
		margin-top: -2.5px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid rgba(0, 0, 0, 0.8);
	}
	.section-faq .accordion li.open i {
		border-top: 6px solid #fff;
		transform: rotate(180deg);
	}

	.section-faq .submenu {
		display: none;
		font-size: 14px;
	}
	.section-faq .submenu li {
		padding: 10px 10px 10px 10px;
	}
	.section-faq .submenu li p{
		margin: 0 0 5px 0;
	}
	.section-faq .submenu a {
		display: block;
		text-decoration: none;
		color: #d9d9d9;
		padding: 12px;
		padding-left: 42px;
		-webkit-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}
	/* faq */

	/* checkout */
	.section-footer{
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 1.1rem;
		padding: .1rem .32rem;
		background: #fff;
		/* border-top: 1px solid #E0E0E0; */
		border-top: unset;
		box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.1);
		z-index: 99;
	}
	.section-footer .box{
		display: block;
		justify-content: unset;
	}
	.section-footer .box .left{
		margin: 0 0 .06rem 0;
		text-align: left;
	}
	.section-footer .box .left .t1{
		font-size: 16px;
		line-height: 18px;
		font-weight: bold;
		margin: 0 0 .04rem 0;
	}
	.section-footer .box .left .t2{
		font-size: 12px;
		line-height: 14px;
	}
	.section-footer .box .add-cart{
		padding: .1rem 0;
		font-size: 16px;
		line-height: 18px;
		color: #fff;
		background: #004AEF;
		border-radius: 4px;
		margin: 0;
		cursor: pointer;
		text-align: center;
	}
	/* checkout */
}