/**************************
 ---------商品详情---------
 --------author:hbz-------
 ------date:2021-09-09-----
 *************************/
/*主容器*/
body{
	background-color: #ffffff;
	font-family: "微软雅黑";
}
#container{
	width: 1200px;
	font-size: 14px;
	font-family: "微软雅黑";
	margin-top: 110px;
}
.pc-slide{
	display: flex;
	flex-direction: column;
}
.goods-brief{
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
}
#content{
	width: 1200px;
	margin: 0 auto;
}
.goods-banner{
	width: 48%;
}
.goods-info{
	width: 48%;
}
.view .swiper-container {
	height: 400px;
	width: 400px;
	background-color: #F3FCFD;
	text-align: center;
	margin: 0 auto;
	margin-top: 85px;
}
.view .swiper-slide{
	margin: 0 auto;
	align-self: center;
}
.view:hover .arrow{
	display: block;
}
.view .arrow{
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -35px;
	width: 70px;
	height: 70px;
	z-index: 10;
}
.view .arrow-left {
	background:no-repeat center;
	left: 10px;
}
.view .arrow-right {
	background:no-repeat center;
	right: 10px;
}
.view{
	width: 570px;
	height: 570px;
	background-color: #F3FCFD;
}
.preview {
	padding: 0px 30px;
	width: 100%;
	margin-top: 20px;
	position: relative;
	overflow-x: auto;
}
.preview::-webkit-scrollbar {
	/*隐藏滚轮*/
	display: none;
}
.preview .iconfont{
	font-size: 34px;
	color: #EEEEEE;
	line-height: 90px;
}
.preview .swiper-slide {
	margin: 0 12px;
	width: 90px;
	height: 90px;
}
.preview .arrow{
	position: absolute;
	top: 0;
	height: 90px;
	width: 30px;
	border: 1px solid #BBBBBB;
	z-index: 10;
	text-decoration: none;
}
.preview .arrow-left {
	background: no-repeat center;
	left: 0px;
}
.preview .arrow-right {
	background: no-repeat center;
	right: 0px;
}
.preview img {
	padding: 1px;
	width: 200px;
}
.preview .active-nav img {
	/*padding: 0;border: 1px solid #FF3E3E;*/
}
.swiper-slide img{
	width: 100%;
}

/*商品属性*/
.goods-name{
	color: rgba(76, 81, 84, 100);
	font-size: 28px;
	text-align: left;
	font-weight: 600;
}
.goods-forward{
	text-align: right;
}
.goods-forward .iconfont{
	color: #aaaaaa;
	font-size: 24px;
}
.goods-price{
	line-height: 20px;
	background-color: rgba(245, 246, 248, 100);
	padding: 20px 10px;
	color: rgba(87, 208, 217, 100);
	font-size: 18px;

}
.price{
	color: rgba(87, 208, 217, 100);
	font-size: 24px;
	font-weight: 600;
}
.sale{
	color: rgba(168, 178, 183, 100);
	font-size: 12px;
	margin-left: 40px;
}
.merchant-commitment{
	display: flex;
	flex-wrap: wrap;
	padding:10px 0 20px 0;
	border-bottom: 1px solid #BBBBBB;
	margin-bottom: 20px;
	justify-content: space-between;
}
.commitment-item{
	width: 100%;
	color: rgba(168, 178, 183, 100);
	font-size: 14px;
}
.commitment-item .iconfont{
	margin-right: 10px;
}
.select-item{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.select-item .select-left{
	width: 9%;
	color: rgba(16, 16, 16, 100);
	font-size: 14px;
}
.select-item .select-right{
	width: 90%;
	display: flex;
	flex-wrap: wrap;
}
.select-item .select-right .select-itmes{
	width: 30%;
	margin-right: 2%;
	padding: 15px 0;
	text-align: center;
	border: 1px solid #bbbbbb;
}
.out-url{
	text-align: center;
}
.out-url img{
	width: 470px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 15px;

}
.goods-detail-title{
	border-bottom: 1px solid rgba(87, 208, 217, 100);
	margin-top: 80px;
	margin-bottom: 20px;
}
.goods-detail-title span{
	display: inline-block;
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	background-color: rgba(87, 208, 217, 100);
}
.confirm-order{
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
	height: 85px;
	line-height: 85px;
	background: #fff;
	z-index: 10;
	box-shadow: 0 -5px 5px rgb(0 0 0 / 7%);
}
.confirm-order .add-cart{
	border-radius: 16px;
	background-color: rgba(247, 155, 81, 100);
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	display: inline-block;
	width: 205px;
	height: 45px;
	line-height: 45px;
	margin-right: 30px;
	cursor: pointer;
}
.buy-now{
	border-radius: 16px;
	background-color: rgba(87, 208, 217, 100);
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	display: inline-block;
	width: 205px;
	height: 45px;
	line-height: 45px;
	cursor: pointer;
}
#footer-page{
	margin-bottom: 85px;
}


.select-area .property-group-area{
	padding: 10px 0;
}
.select-area.goods-property-item{
	padding-bottom: 10px;
}
.select-area.goods-property-item dl{
	padding: 0;
	margin: 0;
}
.select-area .goods-property-item dl dt{
	float: left;
	min-width: 40px;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}
.select-area .goods-property-item dt span{
	display: inline-block;
	color: #888888;
	font-weight: normal;
	padding-top: 8px;
	line-height: 34px;
}
.select-area .goods-property-item dl dd{
	float: left;
	margin: 0;
	padding:0;
}
.select-area .goods-property-item ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.select-area .goods-property-item li{
	list-style: none;
	float: left;
	position: relative;
	margin: 0 10px 4px 0;
	line-height: 28px;
	vertical-align: middle;
	padding: 1px;
}
.select-area .goods-property-item .goods-prop li a {
	display: inline-block;
	background-color: #fff;
	white-space: nowrap;
	text-align: center;
	width: 160px;
	height: 50px;
	border: 1px solid #bbbbbb;
	line-height: 50px;
	color: #666;
	text-decoration: none;
}
.select-area .goods-property-item .goods-prop li.prop-not-allowed a {
    color: #CDCDCD;
    margin: 0;
    cursor: not-allowed;
    /*border: 1px dashed #D6D6D8;*/
}
.select-area .goods-property-item .goods-prop .prop-selected a {
	color:#FFFFFF;
	background:#F79B51;
}
.select-area .goods-property-item .goods-prop i{
	display: none;
}
.select-area .goods-prop .prop-selected i {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 12px;
	height: 12px;
	overflow: hidden;
	text-indent: -99em;
	display: block;
	background-repeat: no-repeat;
	background-position: -62px -16px;
	/*background-image: url("../../image/small_tag.png");*/
}
.inventory-title{
	color: rgba(168, 178, 183, 100);
	font-size: 12px;
	margin-left: 40px;
}
.inventory{
	color: rgba(168, 178, 183, 100);
	font-size: 12px;
}
.quantity-title{
	color: #888888;
	align-self: center;
}
.quantity-area{
	display: flex;
	margin-bottom: 20px;
}
.quantity-operation-area{
	display: flex;
	border: 1px solid #bbbbbb;
    /*border-radius: 5px;*/
    padding: 5px;
}
.quantity-operation-area .quantity-minus,.quantity-operation-area .quantity-plus{
	border: none;
    border-radius: 20%;
    background-color: #fff;
}
.quantity-num input{
	width: 50px;
	text-align: center;
	height: 100%;
    border: none;
}
