body,html{
	background: #F8FAFE;
}
/* 商品详情 */
.product_wrap{
	height: 450px;
	background: #FFFFFF;
}
.product{
	display: flex;
	width: 100%;
	height: 100%;
	margin-top: 112px;
}
.master_img{
	width: 300px;
	/* height: 300px; */
	margin: 21px 20px 20px 20px;
}
.master{
	width: 300px;
	height: 300px;
	margin-bottom: 20px;
}
.master_img_type{

}
.master_img_type img{
	width: 80px;
	/* height: 70px; */
}
.master_img_type img:not(:last-child){
	margin-right: 10px;
}
.master_img_type img.active,.master_img_type img:hover {
	border: 2px solid red;
}
.product_detail{
	margin: 21px 20px 0 0;
}
.item_name{
	font-size: 20px;
	font-weight: 500;
	color: #333333;
}
.item_brief{
	font-size: 14px;
	font-weight: 500;
	color: #999999;
	margin-top: 10px;
}
/* 版本选择 */
.product_edition {
	display: flex;
	height: 40px;
	align-items: center;
	flex-grow: 1;
	margin-top: 10px;
}
.product_edition label {
	width: 65px;
	flex-shrink: 0;
}
.service_all_area{
	width: 100%;
	flex-grow: 1;
}
.product_all_edition {
	display: flex;
	align-items: center;
	/* display: grid;
	grid-template-columns: repeat(9, 11.11%);
	grid-row-gap: 20px; */
	/* grid-column-gap: 5px; */
}
.product_all_edition li {
	/* width: 64px; */
	/* 	height: 30px;
        line-height: 30px; */
	/* text-align: center; */
	padding: 5px 10px;
	border: 1px solid #DFE1E7;
	opacity: 1;
	border-radius: 3px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333333 ;
	margin-right: 10px;
}
.product_all_edition li.select_active{
	border: 1px solid #1E80FD;
	color: #1E80FD;
}
.product_all_edition li.select_active{
	border: 1px solid #1E80FD;
	color: #1E80FD;
}
/* 鼠标悬浮 */
.product_all_edition li:hover{
	border: 1px solid #1E80FD;
	color: #1E80FD;
	cursor: pointer;
}
.product_price{
	display: flex;
	align-items: center;
	width: 840px;
	height: 80px;
	background: #F8F8F8;
	margin-top: 20px;
}
.item_sale{
	width: 75px;
	height: 27px;
	position: relative;
	margin:0 5px 0 26px;
}
.item_sale .sale{
	position: absolute;
	top: 0;
	left: 0;
}
.item_sale .sale_title{
	position: absolute;
	top: 4px;
	left: 9px;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
}
.item_price{

}
.item_price_label{
	font-size: 14px;
	font-weight: 500;
	color: #333333;
}
.item_new_price,.agent_price{
	font-size: 22px;
	font-weight: 500;
	color: #FE5938;
	margin-left: 10px;
}
.agent_price{
	font-size: 18px;
}
.item_old_price{
	font-size: 14px;
	font-weight: 500;
	color: #999999;
	text-decoration: line-through;
	margin: 0 15px;
}
.product_pay_wrap{
	display: flex;
	margin-top: 23px;

}
.product_pay_type{
	margin-left: 17px;
	margin-right: 100px;
	/* flex-grow: 1; */
}
label{
	width: 56px;
	font-size: 14px;
	font-weight: 500;
	color: #999999;
	margin-right: 20px;
}
.pay_code_wrap{
	display: flex;
	/* align-items: center; */
}
/* 支付方式 */
.pay_type span{
	font-size: 14px;
	font-weight: 500;
	color: #333333;
	margin-right: 30px;
}
.product_share{
	display: flex;
	align-items: center;
	margin-top: 24px;
}
.item_share{
	display: flex;
	align-items: center;
	margin-right: 50px;
}
.item_share span{
	font-size: 14px;
	font-weight: 500;
	color: #333333;
	margin-left: 8px;
}
.product_buy_wrap{
	display: flex;
	align-items: center;
	margin-top: 24px;
}
.product_buy{
	display: flex;
	align-items: center;
}
.buy_btn{
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #0070FE;
	opacity: 1;
	border-radius: 3px;
	border: none;
	outline: none;
	font-size: 14px;
	color: #FFFFFF;
	margin-left: 50px;
}
.product_buy>.product_collect{
	display: flex;
	align-items: center;
	justify-content: center;
}
.product_collect span{
	font-size: 14px;
	font-weight: 500;
	color: #333333;
	margin-left: 8px;

}
.product_collect .collectbox{
	display: flex;
	/* 可以设置宽高 */
	width: 20px;
	height: 20px;
	background-size: 100% 100%;
	background-image:url(../../images/productDetail/uncollect.png);
}
.product_collect>.collectbox.collect{
	background-image: url(../../images/productDetail/collect.png);
}
.product_deal_wrap{
	display: flex;
	align-items: center;
	margin-top: 29px;
}
.product_deal{
	display: flex;
	align-items: center;
}
.product_deal_title{
	font-size: 12px;
	font-weight: 500;
	color: #999999;
	margin-left: 8px;
}
.checkbox {
	display: inline-block;
	/* 可以设置宽高 */
	width: 16px;
	height: 16px;
	background-size: 100% 100%;
	background-image:url(../../images/productDetail/uncheck.png);
}
.checkbox.checked {
	background-image: url(../../images/productDetail/check.png);
}
/* 二维码演示 */
.product_pay_code{

}
.pay_code_top{
	display: flex;
	align-items: center;
	position: relative;
}
.code_show{
	font-size: 14px;
	font-weight: 500;
	color: #999999;
	margin-right: 20px;
}
.pay_code_img{
	display: flex;
	align-items: center;
	cursor: pointer;
}
.pay_code_img img {

}
.pay_code_img span{
	font-size: 14px;
	font-weight: 500;
	color: #333333;
	margin-left: 4px;
}
.pay_code_bottom{
	position: absolute;
	left: 0;
	top: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFFFFF;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
	opacity: 1;
	border-radius: 5px;
	margin-top: 13px;
	margin-left: 71px;
	display: none;
}
.pay_code_bottom img{

	width: 100px;
	height: 100px;
}
.pay_code_img:hover + .pay_code_bottom{
	display: block;
}
/* 演示详情 */
.Presentation_details{
	/* display: flex;
	align-items: center;
	background-color: #fff; */
	/* margin-top: 30px; */
}
.Presentation{
	display: flex;
	background-color: #fff;
}
.Presentation_top{
	margin-top: 15px;
}
.td {
	font-size: 14px;
	color: #888888;
	height: 30px;
	line-height: 30px;
	width: 112px;
	text-align: center;
	padding: 0;
}
a.td:hover{
	color: #1E80FD;
}
/* 详情介绍 */
.introduct{
	background-color: #fff;
}
.introduct>.layui-tab{
	margin: 0px 0px;
}
.introduct>.layui-tab>.layui-tab-title{
	margin: 0px 20px;
}
.introduct>.layui-tab-brief>.layui-tab-title .layui-this{
	font-size: 14px;
	font-weight: 500;
	color: #0070FE;
}
.introduct>.layui-tab-brief>.layui-tab-title .layui-this:after
{
	border-bottom: 2px solid #0070FE
}
.layui-tab-item>img {
	width: 100%;
	/* height: 100%;*/
}