[v-cloak] {
	display: none;
}

body{
	color: #000;
}

@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 140px 0;
	margin: 0 0 0 0;
}
.w1100{
	width: 1100px;
	margin: 0 auto;
}
.bg-black{
	background: #000;
	color: #fff;
}
.white{
	color: #fff !important;
}
.pc-show{
	display: block;
}
.mobile-show{
	display: none !important;
}
.font12{
	font-size: 12px;
}
.w960{
	width: 960px;
	margin: 0 auto;
}
/* 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: #000;
}
.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: 12px;
	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: 18px;
	height: 18px;
	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;
	position: relative;
}
.section1 .index .select-index .color-box ul li .discount-absolute{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	padding: 1px 0;
	font-size: 12px;
	color: #fff;
	background: rgb(238,142,55);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.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;
	/* margin: 16px 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: 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;
}
/* 1 */

/* s2 */
.section2{
	width: 1100px;
	margin: 80px auto 0 auto;
}
.section2 .space-between{
	justify-content: space-between;
}
.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: 100%;
}
.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;
}
/* s2 */

/* s3 */
.section3{
	width: 100%;
	margin: 0 auto 0 auto;
	height: 750px;
	background: url("https://r.tourboxtech.com/en/src/images/tourbox-elite/s3-bg.jpg");
	background-position: center;
	background-size: 1920px 750px;

}
/* s3 */

/* s4 */
.section4{
	margin: 150px auto;
}
.section4 .title{
	font-size: 50px;
	font-weight: bold;
	text-align: center;
}
/* .section4 ul{
	margin: 60px 0 0 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.section4 ul li{
	width: 540px;
	height: 297px;
	border-radius: 10px;
	position: relative;
	background-position: center;
	background-size: 540px 297px;
	cursor: pointer;
}
.section4 ul li:nth-child(1){
	background: url("https://r.tourboxtech.com/en/src/images/tourbox-elite/painting-bg.png");
	margin: 0 20px 20px 0;
}
.section4 ul li:nth-child(2){
	background: url("https://r.tourboxtech.com/en/src/images/tourbox-elite/photo-bg.png");
	margin: 0 0 20px 0;
}
.section4 ul li:nth-child(3){
	background: url("https://r.tourboxtech.com/en/src/images/tourbox-elite/video-bg.png");
	margin: 0 20px 0 0;
}
.section4 ul li:nth-child(4){
	background: url("https://r.tourboxtech.com/en/src/images/tourbox-elite/other-bg.png");
}
.section4 ul li p{
	font-size: 27px;
	color: #fff;
	padding: 30px 30px 0 30px;
	margin: 0 0 17px 0;
}
.section4 ul li span{
	font-size: 15px;
	line-height: 21px;
	color: #fff;
	padding: 0 0 0 30px;
}
.section4 ul li .showModal{
	position: absolute;
	right: 15px;
	bottom: 6px;
	color: #fff;
	font-size: 14px;
	border: 1px solid #fff;
	padding: 12px 15px;
	border-radius: 25px;
	cursor: pointer;
} */
/* .section4 .space-between{
	justify-content: space-between;
} */
.section4 .box{
	margin: 120px auto;
}
.section4 .box .flex{
	clear: both;
	zoom: 1;
	display: block;
	overflow: hidden;
}
.section4 .box .flex .float-left{
	float: left;
}
.section4 .box .flex .float-right{
	float: right;
}
.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 .text .t4{
	font-size: 20px;
	line-height: 26px;
	color: #004AFF;
	text-align: right;
	cursor: pointer;
}
.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%;
}
.section5 .top{
	position: relative;
	width: 100%;
	height: 830px;
	background: url("https://r.tourboxtech.com/en/src/images/tourbox-elite/s5-bg1.jpg");
	background-position: center;
	background-size: 1920px 830px;
}
.section5 .top div{
	width: 500px;
	position: absolute;
	left: 60%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.section5 .top .t1{
	font-size: 52px;
	line-height: 52px;
	letter-spacing: -2px;
	margin: 0 0 5px 0;
	font-weight: bold;
	text-align: center;
}
.section5 .top .t2{
	font-size: 30px;
	line-height: 42px;
	letter-spacing: -1px;
	text-align: center;
}
.section5 .video{
	width: 100%;
	height: 610px;
	border-radius: 20px;
	overflow: hidden;
}
.section5 .video video{
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.section5 .pic-bg{
	width: 100%;
	height: 678px;
	background: url("https://r.tourboxtech.com/en/src/images/tourbox-elite/s5-bg2.jpg");
	background-position: center;
	background-size: 1920px 678px;
}
.section5 .txt-box{
	margin: 150px auto 0 auto;
}
.section5 .padding-150{
	padding: 0 150px;
}
.section5 .txt-box .title{
	font-size: 40px;
	line-height: 48px;
	margin: 0 0 10px 0;
	font-weight: bold;
}
.section5 .txt-box .sub-title{
	font-size: 30px;
	line-height: 36px;
	color: #666;
	margin: 0 0 35px 0;
}
.section5 .txt-box .desc{
	color: #a8a8a8;
	font-size: 16px;
	line-height: 22px;
	margin: 35px 0 30px 0;
}
.section5 .txt-box img{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 20px;
}
.section5 .txt-box .video-box{
	width: 100%;
	height: auto;
}
.section5 .txt-box .video-box video{
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.section5 .txt-box .upgraded-box{
	margin: 0 auto;
	width: 887px;
	height: 362px;
	background: url('https://r.tourboxtech.com/en/src/images/tourbox-elite/Upgraded.jpg');
	background-position: center;
	background-size: 887px 362px;
}
.section5 .content-box{
	display: flex;
	justify-content: space-between;
	margin: 0 auto 45px auto;
}
.section5 .content-box .text{
	width: 390px;
}
.section5 .content-box .t1{
	font-size: 24px;
	line-height: 30px;
	margin: 80px 0 15px 0;
	font-weight: bold;
}
.section5 .content-box .t2{
	font-size: 18px;
	line-height: 24px;
	color: #a8a8a8;
}
.section5 .content-box .video-box{
	width: 660px;
	height: 365px;
	border-radius: 20px;
	overflow: hidden;
}
.section5 .content-box .mobile-box{
	display: none;
}
.section5 .content-box .video-box video{
	width: 100%;
	height: 100%;
	object-fit: fill;
	border-radius: 20px;
}
.section5 .content-box .video-box img{
	width: 100%;
	height: 100%;
}
.section5 .middle{
	margin: 120px auto 0 auto;
}
.section5 .middle .top{
	width: 100%;
	height: 680px;
	background: url("https://r.tourboxtech.com/en/src/images/tourbox-elite/Special Edition.png");
	background-position: center;
	background-size: 1100px 680px;
	border-radius: 20px;
	top: unset;
	margin: 0 0 45px 0;
}
.section5 .middle .top p{
	color: #fff;
}
.section5 .middle .top .t1{
	font-size: 52px;
	margin: 0 0 7px 0;
	padding: 195px 0 0 80px;
	text-align: left;
}
.section5 .middle .top .t2{
	font-size: 24px;
	padding: 0 0 0 80px;
	text-align: left;
}
.section5 .middle .bottom{
	display: flex;
	justify-content: space-between;
}
.section5 .middle .bottom div{
	width: 537px;
}
.section5 .middle .bottom div div{
	width: 537px;
	height: 750px;
	border-radius: 20px;
}
.section5 .middle .bottom .left div{
	background: url("https://r.tourboxtech.com/en/src/images/tourbox-elite/Ivory White.png");
	background-position: center;
	background-size: 537px 750px;
}
.section5 .middle .bottom .right div{
	background: url("https://r.tourboxtech.com/en/src/images/tourbox-elite/Classic Black.png");
	background-position: center;
	background-size: 537px 750px;
}
.section5 .middle .bottom div div p{
	padding: 630px 0 0 0;
	font-size: 40px;
	color: #fff;
	text-align: center;
}
.section5 .middle .bottom .right .t1{
	font-size: 46px;
	font-weight: bold;
	padding: 80px 0 0 35px;
}
.section5 .middle .bottom .right .t2{
	font-size: 18px;
	color: #a8a8a8;
	margin: 30px 0 70px 0 !important;
	padding: 0 0 0 35px;
}
.section5 .bg-black{
	margin: -150px 0 0 0;
	padding: 0 0 100px 0;
}
.section5 .bg-black .middle-title{
	font-size: 50px;
	text-align: center;
	font-weight: bold;
	margin: 0 0 70px 0;
}
.section5 .bg-black .txt-box:first-child{
	margin: -150px auto 0 auto;
	padding: 240px 0 0 0;
}
.section5 .bg-black .content-box{
	margin: 30px auto 0 auto;
}

.s5-bottom{
	background: #000;
	color: #fff;
	padding: 0 0 120px 0;
}
.s5-bottom .box{
	padding: 250px 0 0 0;
}
.s5-bottom .space-between{
	justify-content: space-between;
}
.s5-bottom .font36{
	font-size: 36px;
	margin: 0 0 20px 0;
}
.s5-bottom .font22{
	font-size: 22px;
	margin: 0 0 35px 0;
}
.s5-bottom .font20{
	font-size: 20px;
	line-height: 26px;
}
.s5-bottom .font20:not(:last-child){
	margin: 0 0 10px 0;
}
.s5-bottom .video{
	width: 100%;
	height: 542px;
	border-radius: 20px;
	overflow: hidden;
}
.s5-bottom .video:not(:last-child){
	margin: 0 0 120px 0;
}
.s5-bottom .video video{
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.s5-bottom .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;
}
.s5-bottom .s6-bg p{
	color: #fff;
	font-size: 60px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.s5-bottom .box .flex:not(:last-child){
	margin: 0 auto 80px auto;
}
.s5-bottom .box .flex .video{
	width: 500px;
	height: 309px;
	margin: 0;
}
.s5-bottom .box .video img{
	width: 100%;
	height: 100%;
}
.s5-bottom .box .text{
	width: 420px;
}
.s5-bottom .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;
}
/* s5 */

/* s6 */
.section6{
	margin: 80px auto 0 auto;
}
.section6 .title{
	text-align: center;
	font-size: 40px;
	color: #000;
	margin: 0 0 40px 0;
	font-weight: bold;
}
.section6 .box{
	display: flex;
	justify-content: space-between;
}
.section6 .box{
	display: flex;
	justify-content: space-between;
}
.section6 .box li{
	width: 358px;
}
.section6 .box li .video{
	width: 100%;
	height: 202px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	border-radius: 20px;
}
.section6 .box li:nth-child(1) .video{
	background: url('https://r.tourboxtech.com/en/src/videos/tourbox-elite/Cover_02-1 Photo Editing（LightRoom） with TourBox Elite.jpg');
	background-position: center;
	background-size: 358px 202px;
}
.section6 .box li:nth-child(2) .video{
	background: url('https://r.tourboxtech.com/en/src/videos/tourbox-elite/Cover_03-1 Video Editing with TourBox Elite.jpg');
	background-position: center;
	background-size: 358px 202px;
}
.section6 .box li:nth-child(3) .video{
	background: url('https://r.tourboxtech.com/en/src/videos/tourbox-elite/Cover_Digital_Painting_with_TourBoxElite.jpg');
	background-position: center;
	background-size: 358px 202px;
}
.section6 .box li .video img{
	width: 75px;
	height: 75px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	cursor: pointer;
}
.section6 .box li .video video{
	object-fit: fill;
	width: 100%;
	height: 100%;
}
.section6 .box li p{
	margin: 15px 0 0 0;
	font-size: 18px;
	overflow: hidden;
	text-align: center;
}
/* s6 */

/* section-comparison */
.section-comparison{
	margin: 100px auto;
	width: 960px;
}
.section-comparison .t1{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 60px 0;
}
.section-comparison img{
	width: 100%;
}
/* section-comparison */

/* 导航 */
.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 .color-box ul li .discount-absolute{
		width: 100%;
		text-align: center;
		position: absolute;
		top: 0;
		right: 0;
		padding: 1px 0;
		font-size: 12px;
		line-height: 16px;
		color: #fff;
		background: rgb(238,142,55);
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	.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 .space-between{
		justify-content: unset;
	}
	.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 .flex:not(:last-child){
		margin: 0 0 .6rem 0;
	}
	.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: 0 auto 0 auto;
		height: 780px;
		background: url("https://r.tourboxtech.com/en/src/images/tourbox-elite/s3-bg(mobile).jpg");
		background-position: center;
		background-size: 100% 780px;

	}
	/* s3 */

	/* s4 */
	.section4{
		/* margin: 50px auto 110px auto; */
		margin: .6rem auto 1.2rem auto;
		/* padding: 0 30px; */
	}
	.section4 .title{
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		margin: 0 0 20px 0;
	}
	.section4 .box{
		margin: .6rem auto;
		padding: 0 .3rem;
	}
	.section4 .box .flex{
		clear: both;
		zoom: 1;
		display: block;
		overflow: auto;
	}
	.section4 .box .flex .float-left{
		float: unset;
		margin: 0 0 .2rem 0;
	}
	.section4 .box .flex .float-right{
		float: unset;
		margin: 0 0 .2rem 0;
	}
	.section4 .box:last-child{
		margin: 0 auto;
	}
	.section4 .box .flex:not(:last-child){
		margin: 0 0 .5rem 0;
	}
	.section4 .box .flex{
		display: block;
		justify-content: unset;
	}
	.section4 .box .text{
		width: 100%;
		margin: 0;
	}
	.section4 .box .text .img-title{
		width: 100%;
		margin: 0;
		margin: 0 0 .1rem 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 .text .t4{
		font-size: 16px;
		line-height: 24px;
		text-align: left;
	}
	.section4 .box .video-box{
		width: 3.15rem;
		height: 2.04rem;
	}
	.section4 .box .video-box video{
		width: 100%;
		height: 100%;
		object-fit: fill;
		border-radius: 20px;
	}
	/* .section4 ul{
		margin: 40px 0 0 0;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.section4 ul li{
		width: 48%;
		height: auto;
		border-radius: 10px;
		position: relative;
		background-position: center;
	}
	.section4 ul li:nth-child(1){
		background: url("https://r.tourboxtech.com/en/src/images/tourbox-elite/painting-bg(mobile).png");
		margin: 0 10px 10px 0;
		background-position: center;
		background-size: 100% 100%;
	}
	.section4 ul li:nth-child(2){
		background: url("https://r.tourboxtech.com/en/src/images/tourbox-elite/photo-bg(mobile).png");
		margin: 0 0 10px 0;
		background-position: center;
		background-size: 100% 100%;
	}
	.section4 ul li:nth-child(3){
		background: url("https://r.tourboxtech.com/en/src/images/tourbox-elite/video-bg(mobile).png");
		margin: 0 10px 10px 0;
		background-position: center;
		background-size: 100% 100%;
	}
	.section4 ul li:nth-child(4){
		background: url("https://r.tourboxtech.com/en/src/images/tourbox-elite/other-bg(mobile).png");
		background-position: center;
		background-size: 100% 100%;
	}
	.section4 ul li p{
		font-size: 16px;
		color: #fff;
		padding: 16px 16px 0 16px;
		margin: 0 0 5px 0;
	}
	.section4 ul li span{
		font-size: 8px;
		line-height: 12px;
		color: #fff;
		padding: 0 0 0 16px;
	}
	.section4 ul li .showModal{
		position: absolute;
		right: 7px;
		bottom: 9px;
		color: #fff;
		font-size: 12px;
		border: 1px solid #fff;
		padding: 7px 8px;
		border-radius: 25px;
		cursor: pointer;
	} */
	/* 4 */

	/* 5 */
	.section5{
		width: 100%;
	}
	.section5 .top{
		position: relative;
		top: unset;
		width: 100%;
		height: 496px;
		background: url("https://r.tourboxtech.com/en/src/images/tourbox-elite/s5-bg1(mobile).png");
		background-position: center;
		background-size: 100% 496px;
	}
	.section5 .top div{
		width: 100%;
		position: absolute;
		left: 50%;
		top: -60px;
		transform: translateX(-50%);
		padding: 0 30px;
	}
	.section5 .top .t1{
		font-size: 22px;
		line-height: normal;
		letter-spacing:normal;
		margin: 0 0 6px 0;
		font-weight: bold;
		text-align: center;
	}
	.section5 .top .t2{
		font-size: 18px;
		line-height: normal;
		letter-spacing:normal;
		text-align: center;
	}
	.section5 .video{
		width: 100%;
		height: auto;
		border-radius: 20px;
		overflow: hidden;
		padding: 0 30px;
	}
	.section5 .video video{
		width: 100%;
		height: 100%;
		object-fit: fill;
		border-radius: 10px;
	}
	.section5 .pic-bg{
		width: 100%;
		height: 454px;
		background: url("https://r.tourboxtech.com/en/src/images/tourbox-elite/s5-bg2(mobile).jpg");
		background-position: center;
		background-size: 100% 454px;
	}
	.section5 .txt-box{
		margin: 50px auto 0 auto;
	}
	.section5 .padding-150{
		padding: 0 30px;
	}
	.section5 .txt-box .title{
		font-size: 20px;
		line-height: 24px;
		margin: 0 0 10px 0;
		font-weight: bold;
	}
	.section5 .txt-box .sub-title{
		font-size: 16px;
		line-height: 18px;
		color: #666;
		margin: 0 0 25px 0;
	}
	.section5 .txt-box .desc{
		color: #a8a8a8;
		font-size: 12px;
		line-height: normal;
		margin: 13px 0 25px 0;
	}
	.section5 .txt-box img{
		display: block;
		width: 100%;
		height: auto;
		border-radius: 20px;
		padding: 0 30px;
	}
	.section5 .txt-box .video-box{
		display: block;
		width: 100%;
		height: auto;
		border-radius: 20px;
	}
	.section5 .txt-box .upgraded-box{
		margin: 0 auto;
		width: 3.75rem;
		height: 1.56rem;
		background: url('https://r.tourboxtech.com/en/src/images/tourbox-elite/Upgraded(mobile).jpg');
		background-position: center;
		background-size: 100% 100%;
	}
	.section5 .content-box{
		display: block;
		justify-content: unset;
		margin: 0 auto 45px auto;
		padding: 0 30px;
	}
	.section5 .content-box .text{
		width: 100%;
	}
	.section5 .content-box .t1{
		font-size: 12px;
		line-height: 16px;
		margin: 25px 0 15px 0;
		font-weight: bold;
	}
	.section5 .content-box .t2{
		font-size: 12px;
		line-height: 16px;
		color: #a8a8a8;
		margin: 0 0 25px 0;
	}
	.section5 .content-box .video-box{
		width: 100%;
		height: auto;
		border-radius: 20px;
		overflow: hidden;
	}
	.section5 .content-box .video-box video{
		width: 100%;
		height: 100%;
		object-fit: fill;
		border-radius: 10px;
	}
	.section5 .content-box .video-box img{
		width: 100%;
		height: 100%;
	}
	.section5 .middle{
		margin: 50px auto 0 auto;
		padding: 0 30px;
	}
	.section5 .middle .t1{
		font-size: 20px;
		margin: 0 0 24px 0;
		padding: unset;
		text-align: left;
	}
	.section5 .middle .t2{
		font-size: 12px;
		padding: unset;
		text-align: left;
		color: #a7a7a7;
	}
	.section5 .middle .top{
		width: 100%;
		height: 0;
		padding-bottom: 50%;
		background: url("https://r.tourboxtech.com/en/src/images/tourbox-elite/Special Edition(mobile).png");
		background-position: center;
		background-size: 100% 100%;
		border-radius: 20px;
		top: unset;
		margin: 24px 0 8px 0;
	}
	.section5 .middle .top p{
		color: #fff;
	}
	.section5 .middle .top .t1{
		font-size: 14px;
		margin: 0 0 1px 0;
		padding: 110px 0 0 15px;
		text-align: left;
	}
	.section5 .middle .top .t2{
		font-size: 12px;
		padding: 0 0 0 16px;
		text-align: left;
	}
	.section5 .middle .bottom{
		display: flex;
		justify-content: center;
	}
	.section5 .middle .bottom div{
		width: 49%;
	}
	.section5 .middle .bottom .left{
		margin: 0 8px 0 0;
	}
	.section5 .middle .bottom div div{
		width: 100%;
		height: 0;
		padding-bottom: 100%;
		border-radius: 20px;
		position: relative;
	}
	.section5 .middle .bottom .left div{
		background: url("https://r.tourboxtech.com/en/src/images/tourbox-elite/Ivory White(mobile).png");
		background-position: center;
		background-size: 100% 100%;
	}
	.section5 .middle .bottom .right div{
		background: url("https://r.tourboxtech.com/en/src/images/tourbox-elite/Classic Black(mobile).png");
		background-position: center;
		background-size: 100% 100%;
	}
	.section5 .middle .bottom div div p{
		/* padding: 118px 0 0 0; */
		font-size: 12px;
		color: #fff;
		text-align: center;
		position: absolute;
		left: 50%;
		bottom: 5%;
		transform: translateX(-50%);
	}
	.section5 .bg-black{
		margin: 54px 0 0 0;
		padding: 0 0 0 0;
	}
	.section5 .bg-black .middle-title{
		font-size: 24px;
		text-align: center;
		font-weight: bold;
		margin: 0 0 45px 0;
	}
	.section5 .bg-black .txt-box:first-child{
		margin: 0 auto 0 auto;
		padding: 50px 0 0 0;
	}
	.section5 .bg-black .content-box{
		margin: 30px auto 0 auto;
	}

	.s5-bottom .box{
		padding: .4rem .3rem;
	}
	.s5-bottom .box .flex{
		display: block;
		justify-content: unset;
		width: 100%;
	}
	.s5-bottom .box .flex:not(:last-child){
		margin: .2rem auto .4rem auto;
	}
	.s5-bottom .box .flex .video{
		width: 3.15rem;
		height: 2.04rem;
		margin: .26rem auto .6rem auto;
		padding: 0;
	}
	.s5-bottom .box .flex .video:last-child{
		margin: .26rem auto .0 auto;
	}
	.s5-bottom .box .video img{
		width: 100%;
		height: 100%;
	}
	.s5-bottom .box .text{
		width: 100%;
	}
	.s5-bottom .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;
	}
	/* s5 */

	/* s6 */
	.section6{
		margin: 80px auto 0 auto;
	}
	.section6 .title{
		text-align: center;
		font-size: 40px;
		color: #000;
		margin: 0 0 40px 0;
		font-weight: bold;
	}
	.section6 .box{
		display: block;
		justify-content: unset;
		padding: 0 30px;
	}
	.section6 .box li{
		width: 100%;
		margin: 0 0 30px 0;
		position: relative;
	}
	.section6 .box li .video{
		width: 100%;
		height: 178px;
		border-radius: 10px;
		overflow: hidden;
		position: relative;
		border-radius: 20px;
	}
	.section6 .box li:nth-child(1) .video{
		background: url('https://r.tourboxtech.com/en/src/videos/tourbox-elite/Cover_02-1 Photo Editing（LightRoom） with TourBox Elite.jpg');
		background-position: center;
		background-size: 100% 178px;
	}
	.section6 .box li:nth-child(2) .video{
		background: url('https://r.tourboxtech.com/en/src/videos/tourbox-elite/Cover_03-1 Video Editing with TourBox Elite.jpg');
		background-position: center;
		background-size: 100% 178px;
	}
	.section6 .box li:nth-child(3) .video{
		background: url('https://r.tourboxtech.com/en/src/videos/tourbox-elite/Cover_Digital_Painting_with_TourBoxElite.jpg');
		background-position: center;
		background-size: 100% 178px;
	}
	.section6 .box li .video img{
		width: 65px;
		height: 65px;
		border-radius: 50%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		cursor: pointer;
	}
	.section6 .box li .video video{
		object-fit: fill;
		width: 100%;
		height: 100%;
	}
	.section6 .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;
	}
	/* s6 */

	/* section-comparison */
	.section-comparison{
		margin: 80PX auto;
		width: 100%;
		padding: 0 .3rem;
	}
	.section-comparison .t1{
		font-size: 40px;
		font-weight: bold;
		text-align: center;
		margin: 0 0 40px 0;
	}
	.section-comparison img{
		width: 100%;
	}
	/* section-comparison */

	/* 导航 */
	.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 .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: left;
		font-size: .28rem;
		color: #000;
		margin: 0 0 .2rem 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: 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: 10px .3rem 10px 10px;
	}
	.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 */
}