@charset "utf-8";
 /*--------------------规格弹窗开始--------------------*/
.toptitBox .toptitLs i { 
    background-size: 65%!important;
	margin-top: 6px!important;
}
.shopping_popup_content{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999999999;
}

.shopping_popup_box{
	height: 100%;
	padding: 0 11.1111%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.shopping_popup_title{
	width: 100%;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background-color: #fff;
	position: relative;
	background-image: -webkit-linear-gradient(0,#e5e5e5,#e5e5e5 50%,transparent 50%);
	background-image: -moz-linear-gradient(0,#e5e5e5,#e5e5e5 50%,transparent 50%);
	background-image: -ms-linear-gradient(0,#e5e5e5,#e5e5e5 50%,transparent 50%);
	background-image: -o-linear-gradient(0,#e5e5e5,#e5e5e5 50%,transparent 50%);
	background-image: linear-gradient(0,#e5e5e5,#e5e5e5 50%,transparent 50%);
	background-size: 100% 1px;
	background-repeat: no-repeat;
	background-position: bottom;
}

.shopping_popup_title h3{
	font-size: 14px;
	color: #333333;
}

.shopping_popup_title i{
	font-size: 20px;
	color: #333333;
	position: absolute;
	top: 0;
	right: 15px;
}

.shopping_popup_info{
	width: 100%;
	background-color: #fff;
	background-image: -webkit-linear-gradient(0,#e5e5e5,#e5e5e5 50%,transparent 50%);
	background-image: -moz-linear-gradient(0,#e5e5e5,#e5e5e5 50%,transparent 50%);
	background-image: -ms-linear-gradient(0,#e5e5e5,#e5e5e5 50%,transparent 50%);
	background-image: -o-linear-gradient(0,#e5e5e5,#e5e5e5 50%,transparent 50%);
	background-image: linear-gradient(0,#e5e5e5,#e5e5e5 50%,transparent 50%);
	background-size: 100% 1px;
	background-repeat: no-repeat;
	background-position: bottom;
}

.shopping_popup{
	padding: 0 0 0 3.5714%;
	display: flex;
	flex-direction: column;
}

.shopping_popup:last-child{
	padding-bottom: 10px;
}

.shopping_popup span{
	margin-top: 10px;
	font-size: 12px;
	color: #333333;
}

.shopping_popup ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.shopping_popup ul li{
	min-width: 16.2962%;
	height: 24px;
	line-height: 24px;
	padding: 0 2.9629%;
	margin: 8px 2.9629% 0 0;
	text-align: center;
	font-size: 12px;
	color: #333333;
	border-radius: 24px;
	background-color: #f2f2f2;
}

.shopping_popup_btn{
	height: 52px;
	padding: 0 2.5714%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
}

.shopping_popup_btn span,
.shopping_popup_btn b{
	font-size: 16px;
	color: #ff0000;
}

.shopping_popup_btn input{
	width: 100px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #ffffff;
	background-color: #ff6e6e;
	border-radius: 4px;
}

/*--------------------规格弹窗结束--------------------*/
                       
/*--------------------标题开始-------------------*/

.wmr_title_content{
	padding: 8px 10px;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	flex-direction: row;
	align-items: center;
	background-color: #FF6E6E;
}

.wmr_title_left,
.wmr_title_right,
.wmr_title_l,
.wmr_title_r{
	width: 70px;
	flex-grow: 0;
	flex-shrink: 0;
	font-size: 14px;
	color: #fff;
}

.wmr_title_left i,
.wmr_title_l i{
	font-size: 22px;
	color: #fff;
}

.wmr_title_center,
.wmr_title_c{
	text-align: center;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	flex-grow: 1;
	font-size: 16px;
	color: #fff;
}

.wmr_title_right,
.wmr_title_r{
	text-align: right;
}

.wmr_title_right img{
	width: 16px;
	margin-top: 3px;
}

.wmr_title_l{
	width: 40px;
}

.wmr_title_r{
	width: 46px;
}

.wmr_title_r span{
	font-size: 15px;
	color: #fff;
	vertical-align: -2px;
}

.wmr_title_c{
	padding: 0 17px;
	background-color: #fff;
	border-radius: 100px;
}

.wmr_title_c input{
	width: 100%;
	text-align: left;
	font-size: 12px;
	color: #333;
}

.wmr_subord_head_con {
	background-color: #ff6e6e;
}

.wmr_subord_head_con .wmr_title_content{
	background-color: transparent;
}

.wmr_subord_head_con .wmr_title_content{
	padding-bottom: 0;
}

.wmr_subord_head_con .wmr_title_center{
	margin-top: 2px;
	font-size: 14px;
	font-weight: bold;
}


/*--------------------标题结束-------------------*/
body {
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
	background-color: #f0f0f0;
}

body,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
input,
i,
b,
* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style: none;
	border: 0px;
	font-size: 100%;
	color: #666;
	font-family: '微软雅黑';
}

.hide {
	display: none;
}

.maskbg{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	z-index: 997;
	/*display: none;*/
}

.hide{
	display: none;
}

.fixed{
	position:fixed;
	left: 0;
	top: 0;
	z-index: 98;
}

.base_btn_content{
	padding: 15px 10px;
}

.base_btn_content input{
	width: 100%;
	height: 40px;
	font-size: 15px;
	color: #fff;
	border-radius: 4px;
	background-color: #ff6e6e;
}

/*--------------------标题开始-------------------*/

.wmr_title_content{
	padding: 8px 10px;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	flex-direction: row;
	align-items: center;
	background-color: #FF6E6E;
}

.wmr_title_left,
.wmr_title_right,
.wmr_title_l,
.wmr_title_r{
	width: 70px;
	flex-grow: 0;
	flex-shrink: 0;
	font-size: 14px;
	color: #fff;
}

.wmr_title_left i,
.wmr_title_l i{
	font-size: 22px;
	color: #fff;
}

.wmr_title_center,
.wmr_title_c{
	text-align: center;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	flex-grow: 1;
	font-size: 16px;
	color: #fff;
}

.wmr_title_right,
.wmr_title_r{
	text-align: right;
}

.wmr_title_right img{
	width: 16px;
	margin-top: 3px;
}

.wmr_title_right span{
	font-size: 14px;
	color: #fff;
}

.wmr_title_l{
	width: 40px;
}

.wmr_title_r{
	width: 46px;
}

.wmr_title_r span{
	font-size: 15px;
	color: #fff;
	vertical-align: -2px;
}

.wmr_title_c{
	padding: 0 17px;
	background-color: #fff;
	border-radius: 100px;
}

.wmr_title_c input{
	width: 100%;
	text-align: left;
	font-size: 12px;
	color: #333;
}

.wmr_subord_head_con {
	background-color: #ff6e6e;
}

.wmr_subord_head_con .wmr_title_content{
	background-color: transparent;
}

.wmr_subord_head_con .wmr_title_content{
	padding-bottom: 0;
}

.wmr_subord_head_con .wmr_title_center{
	margin-top: 2px;
	font-size: 14px;
	font-weight: bold;
}


/*--------------------标题结束-------------------*/

/*-------------------外卖点餐开始------------------*/

/*-----点餐头部-----*/

.order_head_content{
	display: flex;
	flex-direction: column;
	background-color: #ff6e6e;
}

.order_head_top{
	padding: 10px 0;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.order_head_photo{
	padding: 0 10px;
	flex-grow: 0;
	flex-shrink: 0;
}

.order_head_photo img{
	width: 48px;
	height: 48px;
	border: 1px solid #fff;
	border-radius: 6px;
}

.order_head_center{
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.order_head_center ul{
	margin-left: -5px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.order_head_center ul li{
	padding: 0 5px;
	color: #fff;
	position: relative;
}

.order_head_center ul li:after{
	content: '';
	width: 1px;
	height: 12px;
	background-color: #fff;
	transform: scaleX(.2);
	position: absolute;
	right: 0;
	top: 3px;
	z-index: 1;
}

.order_head_center ul li:last-child:after{
	background-color: transparent;
}

.notice{
	padding: 5px 5px 0 0;
}

.notice,
.notice span{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

.notice span{
	align-items: center;
	flex-grow: 0;
	flex-shrink: 0;
}

.notice span img{
	width: 11px;
	margin-right: 5px;
}

.notice span,
.notice p{
	font-size: 10px;
	color: #fff;
}
.order_head_right{
	width: 66px;
	padding: 2px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-grow: 0;
	flex-shrink: 0;
	position: relative;
}

.order_head_right:after{
	content: '';
	width: 1px;
	height: 100%;
	background-color: #fff;
	transform: scaleX(.2);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.order_head_right img{
	width: 17px;
	flex-grow: 0;
	flex-shrink: 0;
}

.order_head_right span{
	margin-top: 5px;
	font-size: 11px;
	color: #ffffff;
}

.order_head_activity{
	height: 24px;
	padding: 0 10px;
	background: rgba(0,0,0,.05);
	display: flex;
	flex-direction: row;
	align-items: center;
}

.order_head_activity span{
	font-size: 10px;
	color: #ffffff;
	flex-grow: 0;
	flex-shrink: 0;
}

.order_head_activity marquee{
	height: 24px;
}

.order_head_activity ul{
	display: flex;
	flex-direction: column;
}

.order_head_activity ul li{
	height: 24px;
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 10px;
	color: #fff;
}

.order_head_activity ul li img{
	width: 12px;
	height: 12px;
	margin-right: 5px;
	flex-grow: 0;
	flex-shrink: 0;
}

/*----点餐头部弹窗----*/

.wmr_order_popup_con{
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.wmr_order_popup_box{
	width: 83.3333%;
	height: 80%;
	background-image: url(../images/order_popup_bg.png);
	background-size: cover;
	position: relative;
}

.wmr_order_popup_box .icon_colse{
	width: 34px;
	margin-left: -17px;
	position: absolute;
	left: 50%;
	bottom: 47px;
	z-index: 1;
}

.wmr_order_popup{
	padding: 0 20px;
}

.wmr_order_popup_head{
	padding: 53px 0 15px;
	text-align: center;
}

.wmr_order_popup_head img{
	width: 53px;
	height: 53px;
}

.wmr_order_popup_head h3{
	font-size: 14px;
	color: #fff;
}

.wmr_order_popup_list:after,
.wmr_order_popup_txt:after{
	content: '';
	width: 100%;
	height: 1px;
	background-color: #bbb8b1;
	position: absolute;
	top: 0;
	left: 0;
	z-index: ;
}

.wmr_order_popup_list{
	padding: 10px 0;
	position: relative;
}

.wmr_order_popup_list ul li{
	margin: 5px 0;
	display: -webkit-box;
	display: -moz-box;
	display: flex;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
}

.wmr_order_popup_list ul li img{
	width: 14px;
	height: 14px;
	flex-grow: 0;
	flex-shrink: 0;
	margin: 1px 7px 0 0;
	border-radius: 2px;
}

.wmr_order_popup_list ul li span{
	text-align: justify;
	font-size: 10px;
	flex-grow: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	color: #fff;
}

.wmr_order_popup_txt{
	padding: 15px 0;
	position: relative;
}

.wmr_order_popup_txt p{
	word-wrap: break-word;
    word-break: break-word;
    word-break: break-all;
	font-size: 11px;
	color: #fff;
}

/*-----底部结算-----*/

.wmr_botcar_content{
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 10001;
}
.wmr_botshop_content{
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 10001;
}

.wmr_botcar_left{
	height: 44px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	background: rgba(0,0,0,.9);
	position: relative;
}

.wmr_botcar_numbox{
	width: 40px;
	height: 40px;
	text-align: center;
	border: 3px solid #3c3c3c;
	background-color: #ff6e6e;
	border-radius: 50%;
	position: absolute;
	bottom: 7px;
	left: 12px;
	z-index: 11;
}

.wmr_botcar_num{
	width: 100%;
	height: 100%;
	position: relative;
}

.wmr_botcar_num img{
	width: 23px;
	margin-top: 10px;
}

.wmr_botcar_num i{
	width: 14px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	font-size: 10px;
	color: #fff;
	border: 1px solid #fff;
	background-color: #ff6e6e;
	border-radius: 50%;
	font-style: normal;
	position: absolute;
	top: -5px;
	right: -4px;
	z-index: 1;
}

.wmr_botcar_txt{
	height: 100%;
	padding-left: 66px;
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.wmr_botcar_txt span{
	height: 16px;
	line-height: 16px;
	font-size: 16px;
	color: #fff;
	/* display: block; */
}

.wmr_botcar_txt b{
	margin-top: 2px;
	font-size: 10px;
	color: #ccc;
	display: block;
	font-weight: normal;
}

.wmr_botcar_btn {
	width: 120px;
	height: 44px;
}
.wmr_botshop_btn {
	width: 100%;
	height: 44px;
}

.wmr_botcar_btn input {
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	background-color: #ff6e6e;
}
.wmr_botshop_btn input {
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	background-color: #ff6e6e;
}

/*-------------------外卖点餐结束------------------*/

/*-------------------订单备注开始------------------*/

.order_remarks_contert{
	padding-bottom: 15px;
	background-color: #fff;
}

.order_remarks_head{
	padding: 20px 0 0 0;
}

.order_remarks_head h3{
	margin-bottom: 8px;
	padding: 0 10px;
	color: #333;
	font-size: 12px;
}

.order_remarks_head ul{
	padding-left: 10px;
	overflow: hidden;
}

.order_remarks_head ul li{
	max-width: 106px;
	padding: 6px 8px;
	font-size: 11px;
	color: #666;
	float: left;
	margin: 0 8px 8px 0;
	border: 1px solid #f5f5f5;
	border-radius: 3px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.order_remarks_head ul li.navaA{
	background-color: #ff6e6e;
	border: 1px solid #ff6e6e;
	color: #fff;
}

.order_remarks_txt{
	margin: 15px 10px 0;
	padding: 10px;
	background-color: #f9f9f9;
}

.order_remarks_txt textarea{
	width: 100%;
	min-height: 30px;
	font-size: 12px;
	color: #666;
	background-color: transparent;
	overflow:scroll;
	overflow-y:hidden;
	overflow-x:hidden;
}

.order_remarks_txt span{
	margin-top: 4px;
	text-align: right;
	font-size: 11px;
	color: #999;
	display: block;
}

/*-------------------订单备注结束------------------*/

/*-------------------商家列表开始------------------*/

/*-----列表筛选-----*/

.wmr_listfilter_content{
	width: 100%;
	background-color: #fff;
	position: relative;
}

.wmr_listfilter_tit ul{
	height: 48px;
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-align: center;
	-moz-box-align: center;
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
}

.wmr_listfilter_tit ul:after,
.wmr_listfilter_fun h3:after{
	content: '';
	width: 100%;
	height: 1px;
	background-color: #f5f5f5;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.wmr_listfilter_tit ul li{
	width: 50px;
	font-size: 12px;
	color: #666;
	text-align: center;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	flex-grow: 1;
}

.wmr_listfilter_tit ul li i{
	margin-left: 5px;
	color: #666;
}

.wmr_listfilter_tit ul li.navaA,
.wmr_listfilter_tit ul li.navaA i{
	color: #ff6e6e;
}


.wmr_listfilter_tit ul li.navaA1,
.wmr_listfilter_tit ul li.navaA1 i{
	color: #333;
}

.wmr_listfilter_tit ul li.navaA .fa-caret-down:after{
	content: "\f0d8";
}

.wmr_listfilter_box{
	width: 100%;
	background-color: #fff;
	position: absolute;
	top: 48px;
	left: 0;
	z-index: 50;
}

.wmr_listfilter_listOne{
	padding: 5px 0;
	max-height: 374px;
	overflow-y: auto;
}

.wmr_listfilter_listOne ul li{
	padding: 8px 10px;
	font-size: 12px;
	color: #333;
}

.wmr_listfilter_listOne ul li.navaA{
	color: #ff6e6e;
}

.wmr_listfilter_fun {
	background-color: #fff;
}

.wmr_listfilter_fun h3{
	padding: 14px 10px;
	font-size: 10px;
	color: #666;
	font-weight: normal;
	background-color: #fafafa;
	position: relative;
}

.wmr_listfilter_fun ul{
	position: relative;
	overflow: hidden;
}

.wmr_listfilter_fun ul li{
	width: 33.3333%;
	padding: 12px 0;
	float: left;
	position: relative;
	box-sizing: border-box;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}

.wmr_listfilter_fun ul li:nth-child(3n+0){
	border-right: none;
}

.wmr_listfilter_fun ul li.navaA{
	background-color: #ffe2e2;
}

.wmr_listfilter_fun ul li img{
	width: 16px;
	margin: 0 4px 0 10px;
}

.wmr_listfilter_fun ul li span{
	font-size: 12px;
	color: #333;
	vertical-align: 3px;
}

.wmr_listfilter_btn{
	display: -webkit-box;
	display: -moz-box;
}

.wmr_listfilter_btn span{
	height: 40px;
	line-height: 40px;
	text-align: center;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	font-size: 12px;
	color: #666;
	display: block;
}

.wmr_listfilter_btn span:last-child{
	color: #fff;
	background-color: #FF6E6E;
}

/*-------------------商家列表结束------------------*/

/*-------------------热门搜索开始------------------*/

.wmr_search_content{
	padding: 12px 0 0 0;
	background-color: #fff;
}

.wmr_search_title{
	padding: 8px 10px 10px;
	overflow: hidden;
}

.wmr_search_title h3{
	font-size: 12px;
	color: #333;
	float: left;
}

.wmr_search_title i{
	float: right;
	font-size: 14px;
	color: #ccc;
}

.wmr_search_txt{
	padding-left: 10px;
	overflow: hidden;
}

.wmr_search_txt ul li{
	padding: 10px 14px;
	margin: 0 7px 7px 0;
	font-size: 10px;
	color: #999;
	border-radius: 4px;
	background-color: #f7f7f7;
	float: left;
}

/*-------------------热门搜索结束------------------*/

/*--------------------通知开始-------------------*/

/*-----通知列表-----*/

.wmr_notice_list_content ul li{
	margin-top: 10px;
	padding: 12px;
	display: -webkit-box;
	display: -moz-box;
	background-color: #fff;
}

.wmr_notice_list_img{
	width: 57px;
	height: 57px;
	margin-right: 12px;
	border-radius: 4px;
	font-size: 0;
	overflow: hidden;
}

.wmr_notice_list_img img{
	width: 100%;
	min-height: 100%;
}

.wmr_notice_list_info{
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
}

.wmr_notice_list_info h3{
	max-width: 100%;
	height: 18px;
	margin-top: -3px;
	font-size: 14px;
	color: #333;
	font-weight: normal;
	overflow: hidden;
}

.wmr_notice_list_info p{
	max-width: 100%;
	margin-top: 6px;
	font-size: 13px;
	color: #666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.wmr_notice_list_info span{
	height: 0;
	display: block;
	margin-top: 4px;
	font-size: 12px;
	color: #999;
}

/*-----通知详情-----*/

.wmr_notice_details_content{
	background-color: #fff;
}

.wmr_notice_details_img{
	font-size: 0;
}

.wmr_notice_details_img img{
	width: 100%;
}

.wmr_notice_details_title{
	padding: 16px 10px;
	overflow: hidden;
}

.wmr_notice_details_title h3{
	max-width: 65%;
	height: 18px;
	font-size: 14px;
	color: #333;
	font-weight: normal;
	float: left;
	overflow: hidden;
}

.wmr_notice_details_title span{
	margin-top: 1px;
	font-size: 12px;
	color: #999;
	float: right;
}

.wmr_notice_details_box{
	padding: 0 10px;
}

.wmr_notice_details_box p{
	line-height: 24px;
	font-size: 13px;
	color: #666;
	word-break: break-word;
	word-break: break-all;
}

.wmr_notice_details_box img{
	max-width: 100%;
}

/*--------------------通知结束-------------------*/

/*-------------------提交订单开始------------------*/

.wmr_subord_head_box{
	padding: 12px 0 14px;
}

.wmr_subord_head_add{
	width: 270px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.wmr_subord_head_add span{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	white-space: nowrap;
	position: relative;
}

.wmr_subord_head_add b{
	width: 27px;
	height: 14px;
	background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(255,110,110,.8)), to( rgba(255,110,110,.3)));
	background: -webkit-linear-gradient(left, rgba(255,110,110,.8), rgba(255,110,110,.3));
	background: -moz-linear-gradient(left, rgba(255,110,110,.8),  rgba(255,110,110,.3));
	background: -ms-linear-gradient(left, rgba(255,110,110,.8),  rgba(255,110,110,.3));
	background: -o-linear-gradient(left, rgba(255,110,110,.8),  rgba(255,110,110,.3));
	display: none;
	position: absolute;
	left: 0;
	top: 5px;
	z-index: 1;
}

.wmr_subord_head_tel{
	text-align: center;
}

.wmr_subord_head_tel span{
	font-size: 12px;
	color: #fff;
}

.wmr_subord_content{
	margin-bottom: 7px;
	padding: 0 7px;
}

.wmr_subord_content:first-child{
	margin-top: 7px;
}

.wmr_subord_box{
	padding: 0 10px;
	background-color: #fff;
	border-radius: 2px;
}

.wmr_subord_top{
	padding-top: 14px;
	overflow: hidden;
}

.wmr_subord_top h3{
	font-size: 12px;
	color: #333;
	float: left;
	font-weight: normal;
}

.wmr_subord_top i{
	float: right;
}

.wmr_subord_toplab {
	padding: 0 0 14px 0;
	overflow: hidden;
}

.wmr_subord_toplab label{
	height: 13px;
	line-height: 12px;
	margin: 8px 10px 0 0;
	padding: 2px 2px;
	font-size: 10px;
	color: #fff;
	background-color: #01cd88;
	float: left;
	border-radius: 2px;
}

.wmr_subord_info_tit {
	padding: 18px 0 8px;
	text-align: center;
	background-image: url(../images/icon_line.png);
	background-position: center;
	background-repeat: repeat-x;
}

.wmr_subord_info_tit h3{
	padding: 0 12px;
	background-color: #fff;
	display: inline-block;
	font-size: 13px;
	color: #333;
	font-weight: normal;
}

.wmr_subord_info_box,
.wmr_subord_yh{
	background-image: url(../images/icon_line.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}

.wmr_subord_info_box ul li{
	width: 100%;
	padding: 10px 0;
	display: -webkit-inline-box;
	display: -moz-box;
	border-bottom: 1px solid #f6f6f6;
}

.wmr_subord_info_l{
	width: 50px;
	-webkit-box-flex: 2;
	-moz-box-flex: 2;
	font-size: 12px;
	color: #666;
}

.wmr_subord_info_l img{
	width: 12px;
	height: 12px;
	margin: 0 8px 0 0;
	vertical-align: -1px;
}

.wmr_subord_info_c,
.wmr_subord_info_r{
	width: 20px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	text-align: right;
	font-size: 12px;
	color: #666;
}

.wmr_subord_info_r.red{
	color: #ff6e6e;
}

.wmr_subord_yh{
	padding: 14px 0;
	overflow: hidden;
}

.wmr_subord_yh h3{
	font-size: 12px;
	color: #333;
	float: left;
}

.wmr_subord_yh span{
	font-size: 11px;
	color: #999;
	float: right;
}

.wmr_subord_yh span i{
	margin-left: 8px;
	font-size: 16px;
	color: #999;
}

.wmr_subord_xj{
	line-height: 40px;
	text-align: right;
	font-size: 12px;
	color: #333;
}

.wmr_subord_xj b{
	font-size: 12px;
	color: #333;
	margin-left: 8px;
}

.wmr_subord_fs ul li{
	line-height: 39px;
	border-bottom: 1px solid #f6f6f6;
	overflow: hidden;
}

.wmr_subord_fs ul li span{
	font-size: 12px;
	color: #333;
	float: left;
}

.wmr_subord_fs ul li i{
	line-height: 39px;
	font-size: 18px;
	color: #999;
	float: right;
}

.wmr_subord_total{
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
}

.wmr_subord_total_l,
.wmr_subord_total_r{
	height: 44px;
	line-height: 44px;
}

.wmr_subord_total_l{
	width: 50px;
	padding-left: 14px;
	-webkit-box-flex: 2;
	-moz-box-flex: 2;
	background-color: #444446;
}

.wmr_subord_total_l b{
	font-size: 14px;
	color: #fff;
}

.wmr_subord_total_l span{
	height: 10px;
	padding-left: 4px;
	border-left: 1px solid #fff;
	font-size: 10px;
	color: #fff;
}

.wmr_subord_total_r{
	width: 30px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: #ff6e6e;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
}

.wmr_subord_popup_content{
	width: 100%;
	height: 100%;
	position: relative;
}

.wmr_subord_popup_box{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.wmr_subord_popup_tit{
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	color: #333;
	background-color: #fafafa;
}

.wmr_subord_popup_list{
	height: 270px;
	background-color: #fff;
	overflow-y: auto;
}

.wmr_subord_popup_list ul li{
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: -webkit-inline-box;
	display: -moz-box;
	border-bottom: 1px solid #f6f6f6;
	box-sizing: border-box;
	overflow: hidden;
}

.wmr_subord_popup_list ul li.navaA .wmr_subord_popup_l,
.wmr_subord_popup_list ul li.navaA .wmr_subord_popup_c{
	color: #ff6e6e;
}

.wmr_subord_popup_l,
.wmr_subord_popup_c{
	width: 50px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	font-size: 12px;
	text-align: center;
}

.wmr_subord_popup_r{
	width: 40px;
	padding-right: 10px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	text-align: right;
}

.wmr_subord_popup_r input{
	width: 16px;
	height: 16px;
	vertical-align: -2px;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.wmr_subord_popup_list ul li.navaA .wmr_subord_popup_r input{
	background-image: url(../images/icon_dh.png);
	background-size: 100%;
}

.wmr_subord_popup_ll .wmr_subord_popup_l{
	padding-left: 10px;
	text-align: left;
}


/*-------------------提交订单结束------------------*/

/*-------------------注册红包开始------------------*/

.registerred_content{
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.registerred_box{
	width: 230px;
	height: 281px;
	text-align: center;
	background-image: url(../images/zchb_bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
}

.registerred_title{
	margin-top: 26px;
	font-size: 22px;
	color: #ea2e2d;
}

.registerred_price{
	margin-top: 5px;
}

.registerred_price span{
	font-size: 70px;
	color: #ebb36e;
	position: relative;
}

.registerred_price span i{
	width: 16px;
	height: 16px;
	line-height: 16px;
	font-style: normal;
	font-size: 10px;
	color: #ffffff;
	background: -ms-linear-gradient(top, #ffe5c4, #ebb36e);
	background:-moz-linear-gradient(top, #ffe5c4, #ebb36e);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffe5c4), to(#ebb36e));
	background: -webkit-linear-gradient(top, #ffe5c4, #ebb36e);
	background: -o-linear-gradient(top, #ffe5c4, #ebb36e);
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 18px;
	right: -18px;
	z-index: 1;
}

.registerred_btn{
	margin: 34px 14px 0 14px;
	border-radius: 4px;
	border-bottom: 3px solid #b60101;
}

.registerred_btn input{
	width: 100%;
	height: 38px;
	font-size: 16px;
	color: #df110d;
	border-top: 1px solid #fff485;
	border-bottom: 2px solid #e78d00;
	background-color: #ffe753;
	border-radius: 4px;
}

.registerred_prompt{
	margin-top: 9px;
	padding: 0 16px;
	font-size: 12px;
	color: #8f0000;
}

/*-------------------注册红包结束------------------*/

/*--------------------登录开始-------------------*/

.signinregistertit {
	width: 100%;
	background-color: #fff;
}

.signinregistertit ul {
	text-align: center;
	overflow: hidden;
}

.signinregistertit ul li {
	width: 50%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #666666;
	float: left;
	position: relative;
}

.signinregistertit ul .ainregaA {
	border-bottom: 2px solid #ff6e6e;
	color: #ff6e6e;
}

.signinregistertit ul li:first-child:after{
	content: '';
	width: 1px;
	height: 30px;
	background-color: #ebebeb;
	transform: scaleX(.4);
	position: absolute;
	top: 5px;
	right: 0;
	z-index: 1;
}


/*输入用户名密码*/

.signininput {
	background-color: #fff;
	margin-top: 10px;
}

.signininput ul li {
	height: 40px;
	padding: 0 10px;
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-align: center;
	-moz-box-align: center;
	position: relative;
}

.signininput ul li:after{
	content: '';
	width: 100%;
	height: 1px;
	background-color: #e6e6e6;
	transform: scaleY(.4);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.signininput ul li i {
	display: inline-block;
	width: 16px;
	height: 19px;
	vertical-align: -3px;
	background-repeat: no-repeat;
	background-size: 100%;
}

.signininput ul li .signinpho {
	width: 13px;
	height: 20px;
	background-image: url(../images/057.png);
	vertical-align: -6px;
}

.signininput ul li .signinuser {
	background-image: url(../images/054.png);
}

.signininput ul li .signinpassw {
	background-image: url(../images/023.png);
}

.signininput ul li .signinqrpas {
	background-image: url(../images/025.png);
}

.signininput ul li .signinmess {
	height: 18px;
	background-image: url(../images/058.png);
}

.signininputb{
	padding-left: 10px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
}

.signininputb input {
	width: 100%;
	font-size: 14px;
	color: #333;
}

.signinyzm{
	width: 78px;
}

.signinyzm input{
	width: 100%;
	height: 28px;
	font-size: 12px;
	color: #ffffff;
	background-color: #cccccc;
	border-radius: 4px;
}
.intexchabutt {
	padding: 0 10px;
	margin-top: 15px;
	text-align: right;
}

.intexchabutt input {
	width: 100%;
	line-height: 35px;
	color: #fff;
	border-radius: 3px;
	font-size: 14px;
}

.intexchabutt .intexbg1 {
	background-color: #ff6e6e;
}

.intexchabutt .intexbg2 {
	background-color: #cccccc;
}

.intexchabutt span {
	margin-top: 10px;
	display: block;
	font-size: 12px;
	color: #666666;
}

/*--------------------登录结束-------------------*/
------------*/
