body{
	background-color: #f6f7fa;
}
.w1200{
	clear: both;
}
.details_top{
	display: flex;
	justify-content: space-between;
}
.detail-img{
	width: 900px;
	min-width: 900px;
	box-sizing: border-box;
	padding: 20px;
	background-color: #ffffff;
	display: flex;
	justify-content: flex-start;
	border-radius: 6px;
} 
.page_address{
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
}
.page_address a:hover{
	color: #1E50AE;
}
.product-gallery{
	width: 340px !important;
	margin-right: 20px;
	border: none !important;
}
.product-gallery .product-photo {
    width: 340px !important;
	height: auto !important;
	border: none !important;
}
.product-gallery .product-img{
	width: 340px !important;
	height: 340px !important;
	border: none !important;
}
.product-gallery .product-img img{
	width: 340px !important;
	height: 340px !important;
}
.product-gallery .product-small-img{
	width: 320px !important;
}
.product-gallery .pic-hide-box{
	width: 290px !important;
}
.product-gallery .small-pic{
	width: 300px !important;
}

.product-gallery .product-video{
	width: 340px !important;
	height: 340px !important;
	border: none !important;
}
.product-gallery .product-video video{
	width: 340px !important;
	height: 340px !important;
}
.video-play{
	top: 290px !important;
}


.detail_info{
	flex-grow: 1;
}
.detail_name{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	height: 48px;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.detail_list{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 50px;
}
.detail_list .detail_item{
	width: 155px;
	margin-right: 10px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-top: 20px;
}
.detail_list .detail_item:nth-child(3n){
	margin-right: 0 !important;
}
.detail_list .detail_item .detail_item_content{
	color: #777777 !important;
	font-weight: 400 !important;
	margin-top: 4px;
}

.detail_top_right{
	width: 280px;
}
.detail_top_right_title{
	width: 100%;
	box-sizing: border-box;
	padding-left: 10px;
	border-left: 4px solid #1E50AE;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

.detail_right_goods{
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	border-radius: 6px;
	margin-top: 20px;
}
.detail_right_goods .detail_right_goods_img{
	width: 150px;
	height: 150px;
}
.detail_right_goods .detail_right_goods_img img{
	width: 100%;
	height: 100%;
}
.detail_right_goods .detail_right_goods_name{
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	width: 100%;
	height: 40px;
	text-align: center;
	margin-top: 10px;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.detail_right_goods .detail_right_goods_price{
	width: 100%;
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 400;
	color: #FC4D51;
}
.deltail_table_box{
	width: 100%;
	margin-top: 40px;
}
.deltail_table{
	background-color: #ffffff;
	box-sizing: border-box;
	padding: 30px;
}
.deltail_table .table_title{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: #F1F3FF;
	border-radius: 2px 2px 2px 2px;
}
.deltail_table .table_title .table_title_item{
	font-size: 14px;
	font-weight: bold;
	color: #1E50AE;
	margin-right: 50px;
}
.deltail_table .table_title .table_title_item:nth-child(1){
	width: 117px;
	min-width: 117px;
}
.deltail_table .table_title .table_title_item:nth-child(2){
	width: 86px;
	min-width: 86px;
}
.deltail_table .table_title .table_title_item:nth-child(3){
	width: 86px;
	min-width: 86px;
}
.deltail_table .table_title .table_title_item:nth-child(4){
	width: 78px;
	min-width: 78px;
}
.deltail_table .table_title .table_title_item:nth-child(5){
	width: 208px;
	min-width: 208px;
}
.deltail_table .table_title .table_title_item:nth-child(6){
	width: 75px;
	min-width: 75px;
}
.content_list{
	width: 100%;
	box-sizing: border-box;
	padding:12px 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #e6e6e6;
}
.content_list:last-child{
	padding:12px 10px 0 !important;
	border: none;
}
.content_list .content_item{
	margin-right: 50px;
	font-size: 12px;
	font-weight: 400;
	color: #333333;
}
.content_list .content_item:last-child{
	margin-right: 0 !important;
}
.content_list .content_item:nth-child(1){
	width: 117px;
	min-width: 117px;
	color: #1E50AE !important;
}
.content_list .content_item:nth-child(2){
	width: 86px;
	min-width: 86px;
}
.content_list .content_item:nth-child(3){
	width: 86px;
	min-width: 86px;
}
.content_list .content_item:nth-child(4){
	width: 78px;
	min-width: 78px;
	color: #FC4D51 !important;
}
.content_list .content_item:nth-child(5){
	width: 208px;
	min-width: 208px;
}
.content_list .content_item:nth-child(6){
	width: 75px;
	min-width: 75px;
}
.content_btn_group{
	flex-grow: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.btns-one{
	width: 76px;
	height: 26px;
	background: #FFFFFF;
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
	border: 1px solid #E6E6E6;
	text-align: center;
	line-height: 26px;
	font-size: 12px;
	font-weight: 400;
	color: #777777;
	cursor: pointer;
}
.btns-two{
	width: 64px;
	height: 26px;
	background: #FF793D;
	border-radius: 4px 4px 4px 4px;
	text-align: center;
	line-height: 26px;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
}
.deta-ri-ma{
	width: 100% !important;
	float: none !important;
	margin-bottom: 50px;
}
.shop-describe{
	background-color: #FFFFFF;
	border: none;
	border-top: 1px solid #e6e6e6;
}
.datail-nav-top li{
	background-color: #FFFFFF;
}
.datail-nav-top li a{
	font-size: 14px !important;
	font-weight: 400;
	color: #333333;
}
.datail-nav-top li:first-child{
	border-radius: 6px 0px 0px 0px;
}
.datail-nav-top li:last-child{
	border-radius: 0px 6px 0px 0px;
}
.datail-nav-top .red{
	background-color: #1E50AE !important;
	border-color: #1E50AE !important;
}
.consult-h{
	border: none !important;
}
.consult-h .consult-menus>a:hover, .consult-h .consult-menus>.consult-ac{
	border-top-color: #1E50AE !important;
	border-bottom-color: #fff;
	color: #1E50AE !important;
}


.collect_box{
	width: 100%;
	margin-top: 60px;
}
.collect_box_item{
	width: 100%;
	display: none;
}
.collect_box_item_content{
	width: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	padding: 5px 7px;
}
.collect_box_item_content img{
	width: 14px;
	height: 14px;
	margin-right: 10px;
}
.collect_box_item_content span{
	font-size: 14px;
	font-weight: 400;
	color: #333333;
}
.collect_box_item_cur{
	display: block;
}