.shop {
	font-size: 0.88rem;
	width: 100%;
	min-width: 750px;
	background: #f1f4f5;
}
/* 中心 */
.shop main {
	padding-top: 5rem;
    height: 100%;
	margin-top: 3.75rem;
	padding-bottom: 6.5rem;
}
.shop_main{
	display: flex;
	justify-content: space-between;
}
/* 中心 */
.shop_right{
	width: 85%;
	position: relative;
	background: #FFFFFF;
}
.main_top{
	position: absolute;
	top: -2rem;
	left: 0;	
}
.main_top .icon-PC_dizhi2{
	color: #999;
}
.main_top a{
	font-size: 0.69rem;
	color: #999;
}
.main_top a:last-child{
	color: #fc4700;
}
.main_top a:hover{
	color: #fc4700;
}
.main_center{
	background: #fff;
	padding: 2.5rem 1.25rem 1.25rem;
}
.icon-jindou{
	color: #fc4700;
	padding-right: 0.3rem;
	font-size: 0.69rem !important;
}
.main_center h3{
	color: #333;
	font-size: 1.5rem;
	font-weight: normal;
}
.main_center span{
	color: #fc4700;
	font-size: 1rem;
	padding-left: 0.69rem ;
}
.main_items{
	font-size: 0.81rem;
}
.title{
	padding-top: 1.87rem;
	padding-bottom: 1.25rem;
	margin-bottom: 1.25rem;
	font-size: 0.81rem;
	display: flex;
	border-bottom: 1px solid #EFEFEF;
	text-align: center;
	color: #444;
}
.title_radio{
	width: 17%;
	text-align: left!important;
}
.title_info{
	width: 90%;
}
.title_price{
	width:15% ;
}
.title_count{
	width: 30%;
}
.title_actual{
	width: 20%;
}
.title_button{
	width: 20%;
}
.title li{
	height: 1.5rem;
	line-height: 1.5rem;
}
.title li img{
	vertical-align: middle;
	padding-right: 0.7rem;
}
.product li{	
	text-align: center;
	font-size: 0.81rem;
}
.product{
	width: 100%;
	height: 6.25rem;
	line-height: 6.25rem;
	display: flex;
	justify-content: space-between; 
	margin-bottom: 1.25rem;
}
.radio{
	width: 7%;
	margin-right: 0.2rem;
	text-align: left !important;
}
.iteminfo{
	width: 100%;
	display: flex;
}
.iteminfo img{
   height: 100%;
}
.iteminfo em{
	color: #666;
	font-style: normal;
	white-space: pre-wrap;
	text-align: left!important;
	line-height: 1.5em !important;
	vertical-align: middle;
	display: inline-block;
	padding: 1rem;
}
.price{
	width:15%;
	color: #fc4700;
}
.count{
	width: 30%;
	font-size: 0.81rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.count button{
	width: 20%;
	border: 1px solid #ccc;
	height: 1.8rem;
	background: #fff;
	color: #666;
}
.button_left:hover{
	border: 1px solid #FC4700;
	color: #FC4700;
}
.button_right:hover{
	border: 1px solid #FC4700;
	color: #FC4700;
}
.count .button_number{
	width: 25%;
}
.actual{
	width: 20%;
	color: #fc4700;
}
.button{
	width: 20%;
}
.button button{
	background: #fc4700;
	color: #fff;
	border: none;
	padding: 0.3rem 1.25rem;
	font-size: 0.81rem;
	cursor: pointer;
}
.button button:hover{
	background: #fd6c33;
}
.main_bottom{
	height: 2.75rem;
	line-height: 2.75rem;
	padding-left:  1.25rem;
	background: #e9e9e9;
	font-size: 0.81rem;
	color: #444;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bottom_left{
	width: 20%;
	font-size: 0.81rem;
}
.bottom_left p{
	display: inline-block;
}
.bottom_radio img{
	padding-right: 0.7rem;
	vertical-align: middle;
}
.bottom_detele{
	color: #fc4700;
	padding-left: 1.25rem;
	
}
.bottom_right{
	text-align: right;
	font-size: 0.81rem;
}
.bottom_right span:nth-child(2){
	margin: 0 1rem;
}
.bottom_right span:nth-child(3){
	margin-right:  1rem;
	color: #FC4700;
	font-size: 1.25rem;
}
.bottom_right span:nth-child(3) i{
    font-size: 0.81rem;
}
.bottom_right em{
	font-size: 1rem;
	color: #FC4700;
	font-style: normal;
	padding: 0 0.3rem;
}
.bottom_right button{
	background: #fc4700;
	color: #fff;
	border: none;
	line-height: 2.75rem;
	padding: 0 2rem;
	font-size: 1rem;
	cursor: pointer;
}
.bottom_right button:hover{
	background: #fd6c33;
}
/* 禁止滚动 */
.big{
	overflow: hidden;
}
/* 遮罩 */
.zhezhao{
    display: none; 
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
}
/* 删除 */
.delete{
	display: none;
	width: 27rem;
	background: #fff;
	position: fixed;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}
.delete_top{
	padding: 1.25rem;
	display: flex;
	justify-content: space-between;
}
.delete_top p{
	font-size: 1rem;
	color: #444;
	width: 10%;
}
.delete_top a{

	width: 5%;
}
.delete_main{
	text-align: center;
	padding-top: 2.5rem;
	border: 1px solid #efefef;
}
.delete_main p{
	color: #333;
	font-size: 0.88rem;
}
.delete_main p img{
	padding-right: 0.62rem;
}
.delete_main em{
	font-style: normal;
	color: #999;
	font-size: 0.88rem;
	margin-top: 1.56rem;
	margin-bottom: 2.5rem;
	display: block;
}
.delete_btn{
	margin-bottom: 2.5rem;	
}
.delete_btn button{
	padding: 0.62rem 2rem;
	font-size: 0.81rem;
	border: none;
}
.btn1{
	background: #FC4700;
	color: #fff;
	margin-right: 0.62rem;
}
.btn2{
	background: #ccc;
	color: #333;
	margin-left: 0.62rem;
}
.page-bar{
	margin: 2rem 0 !important;
}