
.has-right{padding-right: 500px;}
.pop-nav1 .pop-nav-item{
	float:left;
	padding:6px 7px;
	margin-right:8px;
	font-size: 16px;
	border-bottom: 3px solid #fff;
}

.pop-nav1 .pop-nav-item.active{
	color:#1890ff;
	border-color:#1890ff;
}
.shuaidan .order-header{
	position: relative;
	font-size: 13px;
}
.shuaidan .shop1,.shop2{
	font-size: 13px;
}
.shuaidan .shop1{
	position:absolute;
	left:3px;
	top:3px;
}
.shuaidan .shop2{
	position:absolute;
	right:38px;
	bottom:3px;
}
.starIcon{
	background: url("../../img/star.png") repeat-x 0 bottom;
	background-size: 20px;
	display: inline-block;
	height:20px;
	width: 0;
	vertical-align: middle;
	text-align: left;
}



.foodsList-item
{
	padding: 5px 10px;
	font-size: 13px;
	box-shadow: 2px 2px 2px 2px #c2c2c2;
	margin-bottom: 10px;
	border-radius: 5px;
}
.righter {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 500px;
    z-index: 10;
    box-sizing: border-box;
    padding-top: 50px;
    background: #ffffff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.rightDiv-top {
    height: 36px;
    line-height: 36px;
    background: #3eb6ea;
    color: #fff;
    box-sizing: border-box;
    padding: 0 45px 0 5px;
    position: relative;
    cursor: pointer;
}
.right-inner{
	padding:0;
}
.righter .edit-row {
    background: #fff;
    border-bottom: 1px solid #cccccc;
}
.orderDiv {
    position: fixed;
    bottom: 0;
    width: 498px;
    box-sizing: border-box;
    padding-right: 120px;
    color: #fff;
}
.orderDiv .count {
    width: 100%;
    box-sizing: border-box;
    padding-left: 5px;
    background: #3eb6ea;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}
.orderDiv .go-order {
    cursor: pointer;
    position: absolute;
    width: 120px;
    height: 50px;
    line-height: 50px;
    background: #ff0000;
    text-align: center;
    right: 0px;
    bottom: 0px;
    font-size: 18px;
}
.rightDiv-top2 {
    height: 36px;
    line-height: 36px;
    background: #ff6432;
    color: #fff;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
.right-l {
    float: left;
    width: 330px;
    box-sizing: border-box;
}
.right-r {
    float: left;
    width: 300px;
    box-sizing: border-box;
}
.edit-row.edit-row-noborder{
	border:none;
}
.pop-addressP-list-item{
	width: 100%;
    display: block;
    position: relative;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 0 30px 0 15px;
    background: #efefef;
    color: #727272;
    border: 1px solid #dedcdd;
    height: 62px;
    font-size: 13px;
}
.pop-addressP-list-item .colorDiv{
	position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 100%;
    background: #0068fa;
    display: block;
}
.pop-addressP-list-item .addressName {
    line-height: 30px;
    font-size: 15px;
}
.client-distribute-page .pop-addressP-list-item .addressTip {
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pop-addressP-list-item .edit-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    display: block;
    background: url(../../img/common/edit-icon-gray.png) no-repeat center,#fff;
    background-size: 20px;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #dedcdd;
}
.pop-addressP-list-item .delete-btn {
    position: absolute;
    right: 0;
    top: 30px;
    width: 30px;
    height: 30px;
    display: block;
    background: url(../../img/common/delete-icon.png) no-repeat center,#fff;
    background-size: 20px;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #dedcdd;
}

