.banner_img {
	display: block;
	width: 100%;
	margin-bottom: 25px;
}

.screen_ul {
	font-size: 13px;
	padding: 0 20px;
	background-color: #fff;
	margin-bottom: 25px;
}
.screen_ul1 {
	font-size: 13px;
	padding: 0 20px;
	background-color: #fff;
	margin-bottom: 5px;
	height:40px;
	line-height:40px;
}
.screen_ul .screen_li {
	padding-top: 16px;
	min-height: 58px;
	box-sizing: border-box;
	line-height: 25px;
}
.screen_ul .screen_li1 {
	padding-top: 16px;
	min-height: 58px;
	box-sizing: border-box;
	line-height: 25px;
}

/* .screen_ul .screen_li:not(:last-child) {
	border-bottom: 1px dashed #E8E8E8;
} */
.screen_ul .screen_li  {
	border-bottom: 1px dashed #E8E8E8;
}
.screen_ul1 .screen_li1  {
	border-bottom: 1px dashed #E8E8E8;
}
.screen_left {
	width: 97px;
	padding-left: 12px;
	box-sizing: border-box;
	font-weight: 600;
}

.screen_right {
	width: calc(100% - 110px);
	display:black;
}
.screen_left1 {
	width: 97px;
	padding-left: 12px;
	box-sizing: border-box;
	font-weight: 600;
}

.screen_right1 {
	width: calc(100% - 110px);

}
.screen_right .screen_li_ul>li {
	float: left;
	padding-bottom: 16px;
	cursor: pointer;
}

.screen_right .screen_li_ul>li {
	margin-right: 20px;
}


/*.screen_right .screen_li_ul>li:not(:first-child) {
	margin-left: 20px;
}*/
.screen_right .screen_li_ul>li a{
	color: #333;	
}
.screen_right .screen_li_ul>li a:hover{
	color: #D6000F;	
	font-weight: 600;
}
.screen_right .screen_li_ul>li.on {
	color: #D6000F;
	font-weight: 600;
}
.screen_right .screen_li_ul>li.on a{
	color: #D6000F;
	font-weight: 600;
}



/*page*/
.page {padding: 40px 0;text-align: center;}
.page a {width: 50px;height: 50px;line-height: 50px;text-align: center;margin: 2px;display: inline-block;background: #ebeef3;vertical-align: middle;font-size: 14px;}
.page i {line-height: 50px;}
.page a:hover,
.page a.active1 {background: #e71429;color: white;}
.page a:hover i {color: white;}




.price_box>div {
	float: left;
}

.price_input {
	width: 59px;
	height: 25px;
	box-sizing: border-box;
}

.price_input input {
	width: 100%;
	height: 100%;
	text-align: center;
}

.price_input input::-webkit-outer-spin-button,
.price_input input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.price_input input[type="number"] {
	-moz-appearance: textfield;
}

.price_btn {
	margin-left: 8px;
	cursor: pointer;
}
