[v-cloak] {
	display: none;
}

body{
	color: #000;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
}

@font-face{
    font-family: myFirstFont;
    src: url('/plugins/font/PingFang-Bold.ttf'),url('/plugins/font/PingFang-Bold.ttf'); /* IE9 */
}

@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 65px 0;
	margin: 0 0 0 0;
}

.w1100{
	width: 1100px;
	margin: 0 auto;
}

.bg-black{
	background: #000;
	color: #fff;
}
.white{
	color: #fff !important;
}

.disabledBtn{
	background: #a5a5a5 !important;
	color: #fff !important;
	cursor: no-drop !important;
}

.pc-show{
	display: block;
}
.mobile-show{
	display: none !important;
}

/* s1 */
.section1{
	margin: 40px auto 65px auto;
}
.section1 .box{
	padding: 30px;
	background: #FFFFFF;
	box-shadow: -2px 2px 12px rgba(0, 0, 0, 0.1);
	border-radius: 12px;
}
.section1 .box .top{
}
.section1 .box .top p{
	text-align: center;
	font-size: 30px;
	line-height: 40px;
}
.section1 .box .middle{
	margin: 20px 0 20px 0;
}
.section1 .box .middle .tab{
	display: flex;
	justify-content: space-between;
	padding: 6px 0;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	text-align: center;
}
.section1 .box .middle .tab span{
	font-size: 12px;
	line-height: 16px;
	color: #9B9B9E;
	width: 15%;
}
.section1 .box .middle .tab span:first-child{
	width: 40%;
	text-align: left;
	/* margin: 0 68px 0 0; */
}
.section1 .box .middle .tab span:last-child{
	text-align: right;
}
.section1 .box .middle .index{
	margin: 20px 0 0 0;
}
.section1 .box .middle .index .empty-box{
	width: 100%;
	padding: 100px 200px;
	text-align: center;
}
.section1 .box .middle .index .empty-box p{
	font-size: 20px;
	line-height: 28px;
}
.section1 .box .middle .index ul li{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.section1 .box .middle .index ul li:not(:last-child){
	margin: 0 0 20px 0;
	border-bottom: 1px solid #E0E0E0;
	padding: 0 0 20px 0;
}
.section1 .box .middle .index ul li .product{
	width: 40%;
	display: flex;
}
.section1 .box .middle .index ul li .relate{
	width: 100%;
    display: flex;
    justify-content: space-between;
	padding: 20px 0 20px 0;
}
.section1 .box .middle .index ul li .relate .product{
	padding-left: 120px;
}
.section1 .box .middle .index ul li .product .pic{
	width: 100px;
	height: 100px;
	margin: 0 20px 0 0;
	flex-shrink: 0;
    object-fit: contain;
}
.section1 .box .middle .index ul li .product .text{
	display: inline-block;
	margin: 5px 0 0 0;
	width: 190px;
}
.section1 .box .middle .index ul li .product .text .title{
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 10px 0;
}
.section1 .box .middle .index ul li .product .text .desc{
	color: #9B9B9E;
	font-size: 14px;
	line-height: 18px;
	
}
.section1 .box .middle .index ul li .price{
	width: 15%;
	margin: 25px 0 0 0;
	text-align: center;
}
.section1 .box .middle .index ul li .price p{
	font-size: 16px;
	line-height: 20px;
}
.section1 .box .middle .index ul li .price .unit-price{
	color: #000;
}
.section1 .box .middle .index ul li .price .discount-price{
	color: #9B9B9E;
	text-decoration-line: line-through;
}
.section1 .box .middle .index ul li .control{
	width: 15%;
	display: table;
	margin: 25px 0 0 0;
	text-align: center;
}
.section1 .box .middle .index ul li .control i{
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	cursor: pointer;
}
.section1 .box .middle .index ul li .control .reduce{
	background: url("https://r.tourboxtech.com/en/src/images/cart/minus@3x.png");
	background-position: center;
	background-size: 100% 100%;
}
.section1 .box .middle .index ul li .control .add{
	background: url("https://r.tourboxtech.com/en/src/images/cart/add@3x.png");
	background-position: center;
	background-size: 100% 100%;
}
.section1 .box .middle .index ul li .control .num{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 20px;
	margin: 0 10px;
}
.section1 .box .middle .index ul li .total{
	width: 15%;
	margin: 25px 0 0 0;
	text-align: right;
}
.section1 .box .middle .index ul li .total span{
	font-size: 16px;
	line-height: 20px;
}
.section1 .box .bottom{
	padding: 20px 0;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	display: flex;
	justify-content: space-between;
}
.section1 .box .bottom div{
	width: 15%;
}
.section1 .box .bottom .left{
	text-align: left;
	width: 40%;
}
.section1 .box .bottom .left img{
	display: block;
	width: 32px;
	/* height: 20px; */
}
.section1 .box .bottom .left p{
	font-size: 12px;
	line-height: 16px;
}
.section1 .box .bottom .left .t1{
	font-weight: bold;
	margin: 8px 0 0 0;
}
.section1 .box .bottom .text .t1{
	font-size: 14px;
	line-height: 18px;
}
.section1 .box .bottom .text .t2{
	font-size: 14px;
	line-height: 18px;
	margin: 8px 0;
}
.section1 .box .bottom .text .t3{
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}
.section1 .box .bottom .middle{
	text-align: center;
	margin: 0;
}
.section1 .box .bottom .hide{
	width: 5%;
}
.section1 .box .bottom .right{
	text-align: right;
	width: 25%;
}
.section1 .box .button{
	margin: 32px 0 0 0;
	display: grid;
	justify-content: end;
}
.section1 .box .button div{
	width: 270px;
	height: 40px;
	line-height: 40px;
	background: #004AEF;
	border-radius: 8px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}
.section1 .box .button .check-btn{
	background: #004AEF;
	margin: 0 0 10px 0;
}
.section1 .box .button .paypal-btn{
	background: #000;
}
.section1 .box .button .paypal-btn .logo{
	display: inline;
	width: 16px;
	height: 19px;
	margin: -6px 10px 0 0;
	vertical-align: middle;
}
/* s1 */

/* mobile */
@media only screen and (max-width:979px) {
	/* main */
	.index-main {
		width: 100%;
		padding: .42rem 0 0 0;
		margin: 0 0 0 0;
		overflow-x: hidden;
	}

	.w1100{
		width: 100%;
	}
	.pc-show{
		display: none !important;
	}
	.mobile-show{
		display: block !important;
	}

	/* s1 */
	.section1{
		margin: 0 auto 0 auto;
	}
	.section1 .box{
		padding: 0;
		background: #FFFFFF;
		box-shadow: unset;
		border-radius: unset;
	}
	.section1 .box .top{
		border-bottom: 1px solid #E0E0E0;
	}
	.section1 .box .top p{
		text-align: center;
		font-size: 22px;
		line-height: 26px;
		font-weight: bold;
		padding: .25rem 0;
	}
	.section1 .box .middle{
		margin: 0;
		padding: 0 .32rem;
	}
	.section1 .box .middle .tab{
		display: flex;
		justify-content: space-between;
		padding: 6px 0;
		border-top: 1px solid #E0E0E0;
		border-bottom: 1px solid #E0E0E0;
		text-align: center;
	}
	.section1 .box .middle .tab span{
		font-size: 12px;
		line-height: 16px;
		color: #9B9B9E;
		width: 15%;
	}
	.section1 .box .middle .tab span:first-child{
		width: 40%;
		text-align: left;
		/* margin: 0 68px 0 0; */
	}
	.section1 .box .middle .tab span:last-child{
		text-align: right;
	}
	.section1 .box .middle .index{
		margin: 20px 0 0 0;
	}
	.section1 .box .middle .index .empty-box{
		width: 100%;
		padding: .2rem .12rem;
		text-align: center;
	}
	.section1 .box .middle .index .empty-box p{
		font-size: 14px;
		line-height: 18px;
	}
	.section1 .box .middle .index ul li{
		display: flex;
		justify-content: space-between;
		margin: 0 0 .2rem 0;
	}
	.section1 .box .middle .index ul li:not(:last-child){
		border-bottom: 1px solid #E0E0E0;
		padding: 0 0 .2rem 0;
	}
	.section1 .box .middle .index ul li .product{
		width: 40%;
		display: flex;
	}
	.section1 .box .middle .index ul li .relate .product{
		padding-left: 0;
	}
	.section1 .box .middle .index ul li .product .pic{
		width: 1rem;
		height: 1rem;
		margin: 0 .18rem 0 0;
		flex-shrink: 0;
        object-fit: contain;
	}
	.section1 .box .middle .index ul li .product .text{
		display: block;
		margin: 0 0 0 0;
		width: 2rem;
	}
	.section1 .box .middle .index ul li .product .text .title{
		font-size: 14px;
		line-height: 16px;
		margin: 0 0 .06rem 0;
	}
	.section1 .box .middle .index ul li .product .text .desc{
		color: #9B9B9E;
		font-size: 14px;
		line-height: 18px;
		max-height: 36px;
		word-break: break-all;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
    	-webkit-line-clamp: 2; /* 这里是超出几行省略 */
    	overflow: hidden;
	}
	.section1 .box .middle .index ul li .price{
		width: 15%;
		margin: 25px 0 0 0;
		text-align: center;
	}
	.section1 .box .middle .index ul li .price p{
		font-size: 16px;
		line-height: 20px;
	}
	.section1 .box .middle .index ul li .price .unit-price{
		color: #000;
	}
	.section1 .box .middle .index ul li .price .discount-price{
		color: #9B9B9E;
	}
	.section1 .box .middle .index ul li .mobile-show .control{
		width: auto;
		display: table;
		margin: .12rem 0 .05rem 0;
		text-align: center;
	}
	.section1 .box .middle .index ul li .control i{
		display: inline-block;
		width: .16rem;
		height: .16rem;
		vertical-align: middle;
		cursor: pointer;
	}
	.section1 .box .middle .index ul li .control .reduce{
		background: url("https://r.tourboxtech.com/en/src/images/cart/minus@3x.png");
		background-position: center;
		background-size: 100% 100%;
	}
	.section1 .box .middle .index ul li .control .add{
		background: url("https://r.tourboxtech.com/en/src/images/cart/add@3x.png");
		background-position: center;
		background-size: 100% 100%;
	}
	.section1 .box .middle .index ul li .control .num{
		display: inline-block;
		vertical-align: middle;
		font-size: 12px;
		line-height: 14px;
		margin: 0 .05rem;
	}
	.section1 .box .middle .index ul li .mobile-show .total{
	    width: fit-content;
		margin: 0;
		text-align: right;
	}
	.section1 .box .middle .index ul li .total span{
		font-size: 12px;
		line-height: 14px;
	}
	.section1 .box .bottom{
		padding: .2rem .32rem;
		border-top: 1px solid #E0E0E0;
		border-bottom: 1px solid #E0E0E0;
		display: flex;
		justify-content: space-between;
	}
	.section1 .box .bottom div{
		width: auto;
	}
	.section1 .box .bottom .left{
		text-align: left;
		width: 40%;
	}
	.section1 .box .bottom .left img{
		display: block;
		width: 32px;
		/* height: 20px; */
	}
	.section1 .box .bottom .left p{
		font-size: 12px;
		line-height: 16px;
	}
	.section1 .box .bottom .left .t1{
		font-weight: bold;
		margin: 8px 0 0 0;
	}
	.section1 .box .bottom .text .t1{
		font-size: 12px;
		line-height: 16px;
		color: #9B9B9E;
	}
	.section1 .box .bottom .text .t2{
		font-size: 12px;
		line-height: 16px;
		color: #9B9B9E;
		margin: .04rem 0 .12rem 0;
	}
	.section1 .box .bottom .text .t3{
		font-size: 14px;
		line-height: 18px;
		font-weight: bold;
	}
	.section1 .box .bottom .text .t4{
		font-size: 12px;
		line-height: 16px;
		color: #9B9B9E;
		margin: .1rem 0 0 0;
	}
	.section1 .box .bottom .middle{
		text-align: left;
		margin: 0;
		padding: 0;
	}
	.section1 .box .bottom .hide{
		width: auto;
	}
	.section1 .box .bottom .right{
		text-align: right;
		width: auto;
	}
	.section1 .box .button{
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		margin: 0;
		padding: .12rem .32rem .22rem .32rem;
		display: block;
		justify-content: unset;
		background: #fff;
		z-index: 3;
	}
	.section1 .box .button div{
		width: 100%;
		height: .4rem;
		line-height: .4rem;
		background: #004AEF;
		border-radius: 4px;
		color: #fff;
		font-size: 14px;
		text-align: center;
		cursor: pointer;
	}
	.section1 .box .button .t1{
		font-size: 16px;
		line-height: 18px;
	}
	.section1 .box .button .t1 font{
		margin: 0 0 0 .08rem;
	}
	.section1 .box .button .check-btn{
		background: #004AEF;
		margin: .08rem auto;
	}
	.section1 .box .button .paypal-btn{
		background: #000;
		margin: 0 auto;
	}
	.section1 .box .button .paypal-btn .logo{
		display: inline;
		width: 16px;
		height: 19px;
		margin: -6px 10px 0 0;
		vertical-align: middle;
	}
	/* s1 */
}