/* main css */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-size: 14px;
	font-family: 'Open Sans', BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', SimSun, sans-serif;
}

h3 {
	font-size: 32px;
	color: #3b3e40;
	margin-bottom: 8px;
}

img {
	vertical-align: top;
}

.slight-14 {
	font-size: 14px;
	color: #838389;
	margin: 0;
}

.slight-12 {
	font-size: 12px;
	color: #838389;
}


.pc {
	display: block;
}

.mobile {
	display: none;
}

.d-flex-center{
	display: flex;
	align-items: center;
}

.d-flex-between {
	display: flex;
	justify-content: space-between;
}

.price .d-flex-center{
	margin-bottom: 16px;
}



.content {
	width: 100%;
	padding: 0 5%;
	padding-top: 90px;
}



.product-container {
	width: 100%;
	max-width: 1200px;
	padding: 50px 0;
	margin: 0 auto;

	display: grid;
	grid-template-columns: 600px 1fr;
	grid-gap: 36px;
}


@media screen and (max-width: 1200px) {
	.product-container {
		grid-template-columns: 50% 1fr;
	}

}

@media screen and (max-width: 1080px) {
	.product-container {
		grid-template-columns: 40% 1fr;
	}

}


@media screen and (max-width:850px) {
	.product-container {
		display: block;
		padding-top: 0;
	}
}


.slider-container {
	width: 100%;
	max-width: 600px;
	position: relative;
}

.slider-container .shows-img {
	width: 100%;
	/* height: 600px; */
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 12px;
	background-color: #eee;
}

.shows-img img,
.img-box img {
	width: 100%;
}

.slider-container .thumbnail {
	display: grid;
	grid-template-columns: 18% 18% 18% 18% 18%;
	grid-gap: 2.5%;
	border: none;
}

.slider-container .thumbnail .img-box {
	/* height: 108px; */
	background-color: antiquewhite;
	border-radius: 8px;
	box-sizing: border-box;
	overflow: hidden;
}

.slider-container .line-box {
	border: 2px solid #FD3900;
}

/*  */
.price-box .price {
	margin: 16px 0;
	padding: 24px;
	border-radius: 16px;
	background-color: #f6f6f6;
}

.price-box .price h3 {
	font-size: 14px;
	color: #FD3C01;
	margin: 0;
}

.price-box .price h3 span {
	font-size: 32px;
	margin-left: 8px;
}

.price-box .price .discount{
	border-radius: 24px;
	font-size: 14px;
	font-weight: 500;
	color: #888;
	margin-left: 8px;
	padding-top: 12px;
}


.activity-tag {
	display: flex;
	align-items: center;
}

.activity-tag a {
	line-height: 28px;
	border-radius: 5px;
	font-size: 12px;
	padding: 2px 16px;
	background-color: #383946;
	color: #ffffff;
	margin-right: 16px;
}


/* comdo-box */

.list-box {
	display: grid;
	grid-template-columns: 56px 1fr;
	grid-gap: 8px;
	margin-bottom: 24px;
}



.combo-tag {
	width: 56px;
	height: 42px;
	display: flex;
	align-items: center;
}

.but {
	cursor: pointer;
	height: 36px;
	border-radius: 6px;
	padding: 0 16px;
}

.but p {
	line-height: 36px;
}

.but p span {
	line-height: 36px;
}

.but-combo {
	background-color: #f6f6f6;
	border: #eee solid 1px;

}

.but-combo:hover {
	background-color: #eee;
}


.but-combo-selected {
	background-color: #FFF5F2;
	border: #FD3C01 solid 1px;
}

.but-combo-selected p {
	color: #FD3C01;
}

.but-box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 16px;
}

@media screen and (max-width: 850px) {
	.list-box {
		display: block;
	}

	.but-box {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 16px;
	}

}


/* 保障 */
.assure .box {
	display: flex;
	align-items: center;
}

.assure .box .img-box {
	width: 21px;
	height: 21px;
	margin-right: 8px;

}

.assure .box .img-box img {
	width: 100%;

}

.assure p {
	font-size: 14px;
	line-height: 42px;
	margin: 0;
}


/* 购买 */
.but-buyBox {
	display: grid;
	grid-template-columns: 130px 130px;
	grid-gap: 16px;
}


.but-buyStyle {

	background-image: linear-gradient(-75deg, #FD3900 0%, #FF5C0E 100%);
	border-radius: 27px;

	text-align: center;


	box-shadow: 0 4px 12px 0 #FD390091;
}

.but-hdStyle {

	background-image: linear-gradient(263deg, #FDB800 0%, #FF9700 95%);
	border-radius: 27px;
	text-align: center;


	box-shadow: 0 4px 12px 0 #FF970091;
}



.but-buyStyle p,
.but-hdStyle p {

	color: #fff;
}




/* 移动端 */
.box {
	display: grid;
	grid-template-columns: 100% 100% 100% 100% 100% 100% 100%;
}


.box .img-box {
	width: 100%;
	max-width: 720px;
	background-color: white;
}

#idDiv {
	width: 100%;
	border-radius: 18px;
	overflow-x: scroll;
	scroll-behavior: smooth;
	position: relative;
	margin-bottom: 24px;

}

#mobile-images {
	z-index: 1;
}

#idDiv img {
	width: 100%;
}


.shop-mobile-info-box {
	width: 100%;
	height: 56px;
	/* background-color: rgba(0, 0, 0, .1); */
	position: absolute;
	z-index: 99;
	padding: 16px;
	box-sizing: border-box;
	bottom: 0;

}

#imgPage {
	color: #fff;
	padding: 8px 16px;
	background: black;
	border-radius: 18px;
	background-color: rgba(0, 0, 0, .6);
	font-size: 13px;
}


.buy-bar {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	height: 64px;
	padding: 12px 20px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	border-top: 1px solid #ddd;
	background-color: #fff;
	z-index: 99;
}


.buy-bar .price {
	display: flex;
	align-items: center;
}


.buy-bar .price h3 {
	color: #F92F4D;
	font-size: 14px;
	margin: 0;
}

.buy-bar .price p {
	font-size: 12px;
}

.but-buyStyle {

	background-image: linear-gradient(-75deg, #FD3900 0%, #FF5C0E 100%);
	border-radius: 27px;
	padding: 6px 0;
	text-align: center;
	font-size: 14px;


	box-shadow: 0 4px 12px 0 #FD390091;
}

.but-buyStyle p,
.but-hdStyle p {

	color: #fff;
}


.but {
	cursor: pointer;
	height: 36px;

	padding: 0 24px;
}

.but p {
	line-height: 36px;
	text-align: center;
}

.but-buy {
	display: flex;
	align-items: center;
}

#navPrice{
	font-size: 21px;
	font-weight: 500;
	margin-left: 4px;
}

#navOrigin{
	font-size: 13px;
    opacity: .6;
    padding-left: 8px;
    padding-top: 6px;
	margin: 0;
}



@media screen and (max-width:850px) {

	.pc {
		display: none;
	}

	.mobile {
		display: block;
	}

	h3 {
		font-size: 24px;
		font-weight: bold;
	}




}
