[v-cloak] {
	display: none;
}

body{
	color: #000;
	user-select: none;
}

textarea{
	resize: none;
}

@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: 0 0 0 0;
	margin: 0 0 0 0;
}

.w1100{
	width: 1100px;
	margin: 0 auto;
}
.blod{
	font-weight: bold;
}

.bg-black{
	background: #000;
	color: #fff;
}
.white{
	color: #fff !important;
}
.disabled{
	background: #a5a5a5 !important;
}

.pc-show{
	display: block;
}
.mobile-show{
	display: none !important;
}
.error-tips{
	font-size: 12px;
	margin: 5px 0;
	color: red;
}
.errorBorder{
	border: 1px solid red !important;
}
.relative{
	position: relative;
	width: 100%;
}

/* s1 */
.section1{
	position: relative;
	height: 700px;
	background: url('https://r.tourboxtech.com/en/src/images/checkout/Rectangle 55@1x.png');
	background-position: center;
	background-size: 1920px 700px;
	position: relative;
}
.section1 .box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
}
.section1 .box .t1{
	font-weight: bold;
	font-size: 40px;
	line-height: 52px;
}
.section1 .box .t2{
	width: 430px;
	font-size: 16px;
	line-height: 20px;
	margin: 40px 0 20px 0;
}
.section1 .box .check-box{
	position: relative;
	width: 430px;
}
.section1 .box .code-box{
	margin: 20px 0 0 0;
}
.section1 .box .code-box .flex input{
	width: 250px;
}
.section1 .box .code-box .code-btn{
	background: #004AEF;
	border-radius: 8px;
	border: 1px solid transparent;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	padding: 8px 20px;
	margin: 0 0 0 20px;
	cursor: pointer;
	user-select: none;
}
.section1 .box .code-box .disabled{
	background: #a5a5a5;
}
.section1 .box .check-box input{
	width: 100%;
	height: 40px;
	border: 1px solid #000000;
	border-radius: 8px;
	text-align: center;
	padding: 8px 50px;
	font-size: 16px;
	line-height: 20px;
}
.section1 .box .check-box input:focus{
	border: 1px solid #004AFF;
}
.section1 .box .check-box input::placeholder {
    color: rgba(155, 155, 158, 0.8);
}
.section1 .box .check-box .errorBorder{
	border: 1px solid red;
}
.section1 .box .check-box .num{
	position: absolute;
	top: 9px;
	right: 8px;
	font-size: 16px;
	line-height: 20px;
	color: rgba(155, 155, 158, 0.8);
	user-select: none;
}
.section1 .box .check-btn{
	background: #004AEF;
	border-radius: 8px;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	padding: 8px 50px;
	margin: 20px 0 10px 0;
	cursor: pointer;
	user-select: none;
}
.section1 .box .t3{
	font-size: 16px;
	line-height: 20px;
	color: rgba(155, 155, 158, 0.8);
}

/* s1 */

/* s2 */
.section2{
	margin: 40px auto 65px auto;
}
.section2 .box{
	padding: 30px;
	background: #FFFFFF;
	box-shadow: -2px 2px 12px rgba(0, 0, 0, 0.1);
	border-radius: 12px;
}
.section2 .box:not(:last-child){
	margin: 0 0 20px 0;
}
.section2 .box .top{
	justify-content: space-between;
}
.section2 .box .top .left{
	font-size: 30px;
	line-height: 40px;
	display: inline-block;
}
.section2 .box .top .right{
	font-size: 18px;
	line-height: 24px;
	color: #00BE6E;
	display: inline-block;
}
.section2 .box .show-more{
	color: #004AEF;
	font-size: 14px;
	line-height: 18px;
	cursor: pointer;
	width: max-content;
	margin: 20px 0;
}
.section2 .box .show-more i{
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.section2 .box .show-more .bottom-arrow{
    border-top: 6px solid #217AFF;
	margin: 6px 0 0 6px;
}
.section2 .box .show-more .up-arrow{
    border-top: 6px solid #217AFF;
	margin: 6px 0 0 6px;
}
.section2 .box .middle{
	margin: 20px 0 0 0;
}
.section2 .box .middle .tab{
	display: flex;
	justify-content: space-between;
	padding: 6px 0;
	text-align: center;
}
.section2 .box .middle .tab span{
	font-size: 12px;
	line-height: 16px;
	color: #9B9B9E;
	width: 15%;
}
.section2 .box .middle .tab span:nth-child(3){
	width: 10%;
}
.section2 .box .middle .tab span:first-child{
	width: 45%;
	text-align: left;
}
.section2 .box .middle .tab span:last-child{
	text-align: right;
}
.section2 .box .middle .index{
	margin: 20px 0 0 0;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	padding: 20px 0 20px 0;
}
.section2 .box .middle .index .logisticsList:not(:last-child){
	margin: 0 0 20px 0;
	border-bottom: 1px solid #E0E0E0;
	padding: 0 0 20px 0;
}
.section2 .box .middle .index ul li{

}
.section2 .box .middle .index ul li .flex{
	display: flex;
}
.section2 .box .middle .index ul li .space-between{
	justify-content: space-between;
}
.section2 .box .middle .index ul li:not(:last-child){
	margin: 0 0 20px 0;
}
.section2 .box .middle .index ul li .product{
	width: 45%;
	display: flex;
}
.section2 .box .middle .index ul li .product .pic{
	width: 100px;
	height: 100px;
	margin: 0 20px 0 0;
}
.section2 .box .middle .index ul li .product .text{
	display: inline-block;
	margin: 5px 0 0 0;
	width: 190px;
}
.section2 .box .middle .index ul li .product .text .title{
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 10px 0;
}
.section2 .box .middle .index ul li .product .text .desc{
	color: #9B9B9E;
	font-size: 14px;
	line-height: 18px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 这里是超出几行省略 */
	overflow: hidden;
	
}
.section2 .box .middle .index ul li .price{
	width: 15%;
	margin: 25px 0 0 0;
	text-align: center;
}
.section2 .box .middle .index ul li .price p{
	font-size: 16px;
	line-height: 20px;
}
.section2 .box .middle .index ul li .price .unit-price{
	color: #000;
}
.section2 .box .middle .index ul li .price .discount-price{
	text-decoration-line: line-through;
	color: #9B9B9E;
}
.section2 .box .middle .index ul li .control{
	width: 10%;
	display: table;
	margin: 25px 0 0 0;
	text-align: center;
}
.section2 .box .middle .index ul li .control .num{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 20px;
	margin: 0 10px;
}
.section2 .box .middle .index ul li .total{
	width: 15%;
	margin: 25px 0 0 0;
	text-align: right;
}
.section2 .box .middle .index ul li .total span{
	font-size: 16px;
	line-height: 20px;
}
.section2 .box .middle .logistics-info{
	width: 100%;
	background: #FAFAFA;
	border: 1px solid #E0E0E0;
	text-align: center;
	margin: 20px 0 0 0;
	padding: 4px 20px;
	font-size: 12px;
	line-height: 16px;
	color: #505055;
	cursor: pointer;
	position: relative;
}
.section2 .box .middle .logistics-info #copy{
	position: absolute;
	top: 0;
	left: 0;
    z-index: -1;
    opacity: 0;
}
.section2 .box .bottom{
	display: none;
	padding: 0 0 20px 0;
	justify-content: space-between;
}
.section2 .box .bottom .bottom-box{
	justify-content: space-between;
}
.section2 .box .bottom .bottom-box div{
	width: 15%;
}
.section2 .box .bottom .bottom-box .left{
	text-align: left;
	width: 45%;
}
.section2 .box .bottom .left .sub-title{
	width: 100px;
	margin: 0 20px 0 0;
}
.section2 .box .bottom .left .content{
	width: 350px;
}
.section2 .box .bottom p{
	font-size: 14px;
	line-height: 18px;
}
.section2 .box .bottom p:not(:last-child){
	margin: 0 0 8px 0;
}
.section2 .box .bottom .t1{
	font-size: 18px;
	line-height: 24px;
	height: 24px;
	margin: 8px 0 0 0;
}
.section2 .box .bottom .w400{
	width: 400px;
}
.section2 .box .bottom .middle{
	text-align: center;
	margin: 0;
}
.section2 .box .bottom .bottom-box .hide{
	width: 10%;
}
.section2 .box .bottom .right{
	text-align: right;
}
.section2 .box .button{
	padding: 32px 0 0 0;
	border-top: 1px solid #E0E0E0;
	justify-content: flex-end;
}
.section2 .box .button div{
	padding: 10px 40px;
	background: #004AEF;
	border-radius: 8px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}
.section2 .box .button div:not(:last-child){
	margin: 0 10px 0 0;
}
.section2 .box .button .check-btn{
	background: #004AEF;
}
.section2 .box .button .cancel-btn{
	background: #fff;
	color: #000;
	border: 1px solid #000;
}
/* s2 */

/* 弹框 */
.modal{
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0,0.5);
}
.modal-content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 600px;
	border-radius: 8px;
	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;
}
.modal-header .t1{
	font-size: 40px;
	line-height: 44px;
}
.closeBtn{
	color: #000;
	float: right;
	font-size: 40px;
	display: inline-block;
	line-height: 20px;
	margin: 10px 0 0 0;
}
.closeBtn:hover,.closeBtn:focus{
	text-decoration: none;
	cursor: pointer;
}
.modal-body{
	margin: 0 auto;
	padding: 20px 20px 20px 20px;
	overflow: auto;
	text-align: center;
}
.modal-body .t1{
	font-size: 40px;
	line-height: 44px;
}
.modal-body .t2{
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 16px 0;
	text-align: left;
}
.modal-body .t3{
	font-size: 16px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.5);
}
.modal-body .textarea{
	width: 100%;
	height: 150px;
	font-size: 18px;
	line-height: 20px;
	margin: 20px 0;
	padding: 12px;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
}
.modal-body .center{
	justify-content: center;
}
.modal-body .button{
	padding: 10px 40px;
	background: #004AEF;
	border-radius: 8px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}
.modal-body .sure-btn{
	background: #004AEF;
}
.modal-body .cancel-btn{
	background: #fff;
	color: #000;
	margin: 0 10px 0 0;
	border: 1px solid #000;
}
/* 弹框 */

/* 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%;
	}
	.pc-show{
		display: none !important;
	}
	.mobile-show{
		display: block !important;
	}

	/* s1 */
	.section1{
		position: relative;
		/* min-height: 700px; */
		height: auto;
		min-height: 4rem;
		background: #fff;
		background-position: center;
		background-size: 1920px 700px;
		position: relative;
	}
	.section1 .box{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		text-align: center;
		width: 100%;
		padding: 0 .32rem;
	}
	.section1 .box .t1{
		font-weight: bold;
		font-size: 16px;
		line-height: 22px;
	}
	.section1 .box .t2{
		width: 100%;
		font-size: 12px;
		line-height: 16px;
		margin: .2rem 0 .1rem 0;
	}
	.section1 .box .check-box{
		position: relative;
		width: 100%;
	}
	.section1 .box .code-box{
		margin: .2rem 0 0 0;
	}
	.section1 .box .code-box .flex{
		justify-content: space-around;
	}
	.section1 .box .code-box .flex input{
		width: auto;
	}
	.section1 .box .code-box .flex .relative{
		width: 80%;
	}
	.section1 .box .code-box .flex .code-input{
		width: 100%;
	}
	.section1 .box .code-box .code-btn{
		width: auto;
		background: #004AEF;
		border-radius: 6px;
		border: 1px solid transparent;
		font-size: 12px;
		line-height: 16px;
		color: #fff;
		padding: .07rem .1rem;
		margin: 0 0 0 .05rem;
		cursor: pointer;
		user-select: none;
	}
	.section1 .box .code-box .disabled{
		background: #a5a5a5;
	}
	.section1 .box .check-box input{
		width: 100%;
		height: 40px;
		border: 1px solid #000000;
		border-radius: 8px;
		text-align: center;
		padding: 8px 50px;
		font-size: 16px;
		line-height: 20px;
	}
	.section1 .box .check-box input:focus{
		border: 1px solid #004AFF;
	}
	.section1 .box .check-box input::placeholder {
		color: rgba(155, 155, 158, 0.8);
	}
	.section1 .box .check-box .errorBorder{
		border: 1px solid red;
	}
	.section1 .box .check-box .num{
		position: absolute;
		top: 9px;
		right: 8px;
		font-size: 16px;
		line-height: 20px;
		color: rgba(155, 155, 158, 0.8);
		user-select: none;
	}
	.section1 .box .check-btn{
		background: #004AEF;
		border-radius: 6px;
		font-size: 12px;
		line-height: 20px;
		color: #fff;
		padding: .07rem .2rem;
		margin: .2rem 0 .1rem 0;
		cursor: pointer;
		user-select: none;
	}
	.section1 .box .t3{
		font-size: 16px;
		line-height: 20px;
		color: rgba(155, 155, 158, 0.8);
	}

	/* s1 */

	/* s2 */
	.section2{
		margin: 0 auto 0 auto;
		padding: .16rem;
	}
	.section2 .top-text{
		font-size: 22px;
		line-height: 28px;
		margin: .2rem 0 .24rem 0;
		text-align: center;
	}
	.section2 .box{
		padding: .16rem;
		background: #FFFFFF;
		box-shadow: -2px 2px 12px rgba(0, 0, 0, 0.1);
		border-radius: 12px;
	}
	.section2 .box:not(:last-child){
		margin: 0 0 20px 0;
	}
	.section2 .box .top{
		justify-content: space-between;
	}
	.section2 .box .top .left{
		font-size: 20px;
		line-height: 26px;
		display: inline-block;
	}
	.section2 .box .top .right{
		font-size: 18px;
		line-height: 24px;
		color: #00BE6E;
		display: inline-block;
	}
	.section2 .box .show-more{
		color: #004AEF;
		font-size: 14px;
		line-height: 18px;
		cursor: pointer;
		width: max-content;
		margin: .05rem auto;
	}
	.section2 .box .show-more i{
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid #217AFF;
		margin: 6px 0 0 6px;
	}
	.section2 .box .middle{
		margin: .12rem 0 0 0;
	}
	.section2 .box .middle .tab{
		display: flex;
		justify-content: space-between;
		padding: .14rem 0 .14rem 0;
		text-align: center;
	}
	.section2 .box .middle .tab span{
		font-size: 12px;
		line-height: 16px;
		color: #9B9B9E;
		width: 15%;
	}
	.section2 .box .middle .tab span:nth-child(3){
		width: 10%;
	}
	.section2 .box .middle .tab span:first-child{
		width: 100%;
		text-align: left;
	}
	.section2 .box .middle .tab span:last-child{
		text-align: right;
	}
	.section2 .box .middle .index{
		margin: 0;
		border-bottom: 1px solid #E0E0E0;
		padding: .15rem 0 .15rem 0;
	}
	.section2 .box .middle .index .logisticsList:not(:last-child){
		margin: 0 0 .15rem 0;
		border-bottom: 1px solid #E0E0E0;
		padding: 0 0 .15rem 0;
	}
	.section2 .box .middle .index ul li{

	}
	.section2 .box .middle .index ul li .flex{
		display: flex;
	}
	.section2 .box .middle .index ul li .space-between{
		justify-content: space-between;
	}
	.section2 .box .middle .index ul li:not(:last-child){
		margin: 0 0 .15rem 0;
	}
	.section2 .box .middle .index ul li .product{
		width: 100%;
		display: flex;
		justify-content: start;
	}
	.section2 .box .middle .index ul li .w100{
		width: 100%;
	}
	.section2 .box .middle .index ul li .product .pic{
		width: 1rem;
		height: 1rem;
		margin: 0 .16rem 0 0;
	}
	.section2 .box .middle .index ul li .product .text{
		display: inline-block;
		margin: 0 0 .08rem 0;
		width: 100%;
	}
	.section2 .box .middle .index ul li .product .text .title{
		font-size: 14px;
		line-height: 18px;
		margin: 0 0 .02rem 0;
	}
	.section2 .box .middle .index ul li .product .text .desc{
		color: #9B9B9E;
		font-size: 12px;
		line-height: 16px;
		max-height: 32px;
	}
	.section2 .box .middle .index ul li .price{
		width: 15%;
		margin: 25px 0 0 0;
		text-align: center;
	}
	.section2 .box .middle .index ul li .price p{
		font-size: 16px;
		line-height: 20px;
	}
	.section2 .box .middle .index ul li .price .unit-price{
		color: #000;
	}
	.section2 .box .middle .index ul li .price .discount-price{
		color: #9B9B9E;
	}
	.section2 .box .middle .index ul li .space-between{
		justify-content: space-between;
	}
	.section2 .box .middle .index ul li .control{
		width: auto;
		display: block;
		margin: 0 0 0 0;
		text-align: center;
	}
	.section2 .box .middle .index ul li .control .num{
		display: inline-block;
		vertical-align: middle;
		font-size: 12px;
		line-height: 16px;
		color: #505055;
		margin: 0 0;
	}
	.section2 .box .middle .index ul li .total{
		width: auto;
		margin: 0 0 0 0;
		text-align: right;
	}
	.section2 .box .middle .index ul li .total span{
		font-size: 12px;
		line-height: 16px;
	}
	.section2 .box .bottom{
		display: none;
		padding: 0 0 0 0;
		justify-content: space-between;
	}
	.section2 .box .bottom .bottom-box{
		justify-content: space-between;
	}
	.section2 .box .bottom .bottom-box div{
		width: auto;
	}
	.section2 .box .bottom .bottom-box .left{
		text-align: left;
		width: 25%;
		margin: 0 .16rem 0 0;
	}
	.section2 .box .bottom .left .sub-title{
		width: 100px;
		margin: 0 20px 0 0;
	}
	.section2 .box .bottom .left .content{
		width: 350px;
	}
	.section2 .box .bottom .title{
		font-size: 12px;
		line-height: 16px;
		margin: 0 0 .04rem 0;
		color: #000;
	}
	.section2 .box .bottom p{
		font-size: 12px;
		line-height: 16px;
		color: #9B9B9E;
	}
	.section2 .box .bottom p:not(:last-child){
		margin: 0 0 .02rem 0;
	}
	.section2 .box .bottom .t1{
		font-size: 18px;
		line-height: 24px;
		height: 24px;
		margin: 8px 0 0 0;
	}
	.section2 .box .bottom .middle{
		text-align: center;
		margin: 0;
	}
	.section2 .box .bottom .bottom-box .hide{
		width: 10%;
	}
	.section2 .box .bottom .right{
		text-align: right;
	}
	.section2 .box .button{
		display: block;
		padding: .14rem 0 0 0;
		border-top: 0;
		justify-content: flex-end;
	}
	.section2 .box .button div{
		padding: .1rem 0;
		width: 100%;
		background: #004AEF;
		border-radius: 8px;
		color: #fff;
		font-size: 12px;
		line-height: 16px;
		text-align: center;
		cursor: pointer;
	}
	.section2 .box .button div:not(:last-child){
		margin: 0 0 .1rem 0;
	}
	.section2 .box .button .check-btn{
		background: #004AEF;
	}
	.section2 .box .button .cancel-btn{
		background: #fff;
		color: #9B9B9E;
		border: 1px solid #9B9B9E;
	}
	/* s2 */

	/* 弹框 */
	.modal{
		position: fixed;
		z-index: 999;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		overflow: auto;
		background-color: rgba(0, 0, 0,0.5);
	}
	.modal-content{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		width: 90%;
		border-radius: 8px;
		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;
	}
	.modal-header .t1{
		font-size: 40px;
		line-height: 44px;
	}
	.closeBtn{
		color: #000;
		float: right;
		font-size: 40px;
		display: inline-block;
		line-height: 20px;
		margin: 0 0 0 0;
	}
	.closeBtn:hover,.closeBtn:focus{
		text-decoration: none;
		cursor: pointer;
	}
	.modal-body{
		margin: 0 auto;
		padding: .16rem;
		overflow: auto;
		text-align: center;
	}
	.modal-body .t1{
		font-size: 24px;
		line-height: 28px;
	}
	.modal-body .t2{
		font-size: 14px;
		line-height: 18px;
		margin: 0 0 .16rem 0;
	}
	.modal-body .t3{
		font-size: 16px;
		line-height: 20px;
		color: rgba(0, 0, 0, 0.5);
	}
	.modal-body .textarea{
		width: 100%;
		height: 1.2rem;
		font-size: 14px;
		line-height: 18px;
		margin: .2rem 0;
		padding: .12rem;
		border: 1px solid #E0E0E0;
		border-radius: 4px;
	}
	.modal-body .center{
		justify-content: center;
	}
	.modal-body .button{
		padding: .1rem .2rem;
		background: #004AEF;
		border-radius: 8px;
		color: #fff;
		font-size: 14px;
		text-align: center;
		cursor: pointer;
	}
	.modal-body .sure-btn{
		background: #004AEF;
	}
	.modal-body .cancel-btn{
		background: #fff;
		color: #000;
		margin: 0 10px 0 0;
		border: 1px solid #000;
	}
	/* 弹框 */
}