body {
	background-color: #f3f3f3;
}

/* 商品详情部分 */
.goodsDetaol-wrapper {
        position: relative;
		min-height: 620px;
		background-color: #ffffff;
		padding:80px 0 35px 0;
		margin-top: 80px;

}
.goods-desc-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	
}
.goods-desc-wrapper {
    position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	
}
.goods-desc-wrapper .img{
    position: relative;
}
.goods-desc-wrapper .img img{
    background: #fff;
}
.goods-desc-wrapper .img::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 260px;
    height: 180px;
    border: 1px solid #F0F2F5;
    
}

.goods-desc-wrapper img {
    position: relative;
    margin-top: 40px;
    margin-left: 20px;
	width: 360px;
    height: 200px;
    box-shadow: 1px 4px 15px 2px rgba(40, 112, 220, 0.12);
    border-radius: 5px;
    z-index: 1;
}

.desc-font-wrapper {
    margin-left: 20px;
	margin-top: 30px;
	max-width: 360px;
}
.desc-font-wrapper p{
		font-size: 12px;
		font-weight: normal;
		font-stretch: normal;
		line-height: 24px;
		letter-spacing: 0px;
		color: #999999;
		
}

.goods-detail-wrapper {
	padding-left: 60px;
	border-left: solid 1px #f3f3f3;
}
	
.goods-detail-wrapper .goods-title {
		font-size: 28px;
		font-weight: normal;
		font-stretch: normal;
		letter-spacing: 1px;
		color: #333333;
		margin-bottom: 30px;
}
.goods-detail-wrapper .goods-desc {
		font-size: 12px;
		font-weight: normal;
		font-stretch: normal;
		letter-spacing: 0px;
		width: 80%;
		line-height: 24px;
}

.goods-detail-wrapper  .goods-time {
		font-size: 12px;
		font-weight: normal;
		font-stretch: normal;
		letter-spacing: 0px;
		color: #999999;
		margin: 12px 0;
}

.goods-detail-wrapper  .goods-authorWapper  {
		font-size: 16px;
		font-weight: normal;
		font-stretch: normal;
		letter-spacing: 1px;
		color: #333333;
		margin-bottom: 20px;
}

.goods-desc-wrapper .author-type {
	width: 80px;
    height: 20px;
    background: #F3F3F3;
    border-radius: 4px;
    font-size: 12px;
    color: #999999;
    line-height: 20px;
    text-align: center;
}
.goods-detail-wrapper  .author-skill  {
		font-size: 12px;
		font-weight: normal;
		font-stretch: normal;
		line-height: 18px;
		letter-spacing: 0px;
		color: #999999;
		margin-bottom: 30px;
}
.goods-detail-wrapper .goods-item {
	margin-bottom: 10px;
}
.goods-detail-wrapper .goods-item .item-title {
	display: flex;
	justify-content: center;
	align-items: center;
		font-size: 12px;
		font-weight: normal;
		font-stretch: normal;
		letter-spacing: 0px;
		color: #333333;
}

.goods-detail-wrapper .goods-item .item-content {
	display: flex;
	align-items: center;
		width: 201px;
		height: 30px;
		border-radius: 4px;
		border: solid 1px #f3f3f3;
			font-size: 12px;
			font-weight: normal;
			font-stretch: normal;
			letter-spacing: 0px;
			color: #333333;
			padding-left: 10px;
}
.goods-detail-wrapper .goods-item .button-item {
		width: 61px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 4px;
		cursor: pointer;
		color: #2f54ea;
			border-radius: 4px;
			border: solid 1px #2f54ea;
		
}

.goods-detail-wrapper .goods-item .button-item.active {
	border: solid 1px #eaeaea;
	background-color: #2f54ea;
	color: #FFFFFF;
}
.goods-detail-wrapper .goods-item .button-item.white {

}
.goods-detail-wrapper .goods-item .item-price {
		font-size: 14px;
		letter-spacing: 0px;
		color: #ff6768;
}
.goods-statement-wrapper {
	position: absolute;
	bottom: 50px;
	right: 60px;
}
.goods-statement-wrapper .statement-button {
		width: 201px;
		height: 50px;
		background-color: #2f54ea;
		border-radius: 4px;
		border: solid 1px #eaeaea;
			font-size: 18px;
			font-weight: normal;
			font-stretch: normal;
			letter-spacing: 1px;
			color: #ffffff;
			cursor: pointer;
}
.goods-statement-wrapper .statement-button a{
	color: #FFFFFF;
}

.form-control {
	width: 200px;
	    padding: 5px 12px;
		height: 30px;
		line-height: 30px;
		border: solid 1px #F3F3F3;
}
	
	
	/* <!-- 更多商品部分 start--> */
	.moreGoods-header {
		margin-top: 10px;
	}
	.moreGoods-header .header-title {
			font-size: 12px;
			font-weight: normal;
			font-stretch: normal;
			line-height: 80px;
			letter-spacing: 0px;
			color: #999999;
			padding: 0  15px;
	}
	.moreGoods-header .header-line {
		flex: 1;
		width: auto;
		height: 1px;
		border-bottom: 1px dashed  #999999;
		opacity: 0.5;
		
	}
	
	.product{
	  /* padding-top: 100px; */
	  padding-bottom: 70px;
	  overflow: hidden;
	}
	
	.product .product-title{
	  padding-bottom: 20px;
	  border-bottom: 1px solid rgba(153,153,153,0.1);;
	}
	.product .product-title.desc-list span{
	  display: inline-block;
	  width: 108px;
	  text-align: center;
	  cursor: pointer;
	}
	.product .product-title.desc-list .line{
	  height: 10px;
	  width: 1px;
	  background-color: #000;
	  opacity: 0.5;
	}
	
	.product .product-title.desc-list .active{
	  color: #2F54EA;
	}
	.product .product-title.desc-list .title:hover{
	  color: #2F54EA;
	}
	
	.product .product-content {
	  margin-top: 5px;
	}
	.product .product-content .product-box{
	  padding: 30px;
	  height:310px;
	  background:rgba(253,253,253,1);
	  border:1px solid rgba(240,242,245,1);
	  border-radius:4px;
	  cursor: pointer;
	}
	
	.product .product-content .product-box:hover{
	  box-shadow:0px 4px 20px 2px rgba(45,70,161,0.16);
	}
	.product .product-content .product-box .img {
		/* width: 220px; */
	}
	.product .product-content .product-box:hover .img{
	  opacity:1;
	}
	.product .product-content .product-box:hover h6{
	  color:#2F54EA;
	}
	
	
	.product .product-content .product-box .img{
		width: 100%;
	  height: 120px;
	  background-color: #cfcfcf;
	  opacity:0.8;
	}
	
	.product .product-content .product-box .product-desc{
	  line-height:18px;
	}
	
	.product .product-content .product-box .time{
	  display: inline-block;
	  margin-left: 4px;
	 
	}
	
	.product .page .page-number .page-number-box{
	  cursor: pointer;
	  margin-left: 10px;
	  width:40px;
	  height:36px;
	  border:1px solid rgba(240,242,245,1);
	  border-radius:4px;
	  line-height: 36px;
	  text-align: center;
	}
	.product .page .page-number .page-number-box:hover{
	  background:rgba(47,84,234,1);
	  color:#fff;
	}
	.product .page .page-number .active{
	  background:rgba(47,84,234,1);
	  color:#fff;
	}
	
	
	
	/* <!-- 更多商品部分 end--> */
	
	
	
	/* 响应式  处理 */
	@media only screen and (max-width: 1500px) and (min-width: 1200px) {
	
	}
	
	@media only screen and (max-width: 1200px) {

	
	
	}
	
	
	@media only screen and (max-width: 768px) {
.product-content .row .col-sm-3 {
    margin-top: 10px;
}
		.product-content .row {
		    padding: 0 30px;
		}
		.goods-statement-wrapper {
		    left: 58px;
			right: unset;
			bottom: 20px;
		}
		.goods-statement-wrapper .statement-button { 
			height: 40px;
			width: 130px;
		}
		.goods-item.mb {
			margin-bottom: 55px !important;
		}
	}
	
	
	
	@media only screen and (max-width: 992px) {
		.goods-desc-wrapper {
			align-items:flex-start;
			padding-left: 33px;
			margin-bottom: 30px;
		}
	}
	
	@media only screen and (max-width: 500px) {
	    .goods-desc-wrapper{
	        padding:0 20px;
	    }
		.goods-desc-wrapper .img::before {
            width: 230px;
            height: 135px;
        }
        .goods-desc-wrapper img{
            width: 270px;
            height: 150px;
        }
        .desc-font-wrapper{
            margin-left: 0;
        }
        .goods-detail-wrapper{
            padding:0 25px;
        }
        .goods-detail-wrapper .goods-desc{
            width: 100%;
        }
        .goods-statement-wrapper{
            left: 25px;
        }
	}
	
	