/* 新增三级联动*/
.ShippingAddress {
background: #fff;
height: 5rem;
margin-top: 1rem;
padding: 1.25rem 3.5rem 1.25rem 7rem;
position: relative;
border-top: 1px solid #E9E9E9;
}
.ShippingAddress:after {
content: "";
position: absolute;
right: 2.5rem;
top: 3rem;
width: 0.4rem;
height: 1.4rem;
background: url(http://image01.homedo.com/Files/Images/cms/www/20171116/4676416246492961667_pic1.png) no-repeat 0 0;
background-size: 0.4rem 1.4rem;
}
.ShippingAddress a {
display: block;
}
.ShippingAddress a .left {
position: absolute;
top: 1.25rem;
left: 1.75rem;
width: 7rem;
}
.ShippingAddress a .left span, .ShippingAddress a .left em {
    vertical-align: middle;
    display: inline-block;
}
.ShippingAddress a .left em {
    background: url(http://image01.homedo.com/Files/Images/cms/www/20171116/5750141698119658220_pic1.png) no-repeat center;
    width: 1.6rem;
    height: 1.6rem;
    background-size: 1.6rem 1.6rem;
    margin-left: 0.25rem;
}
.ShippingAddress a .right .Address {
color: #1DBFDA;
font-size: 1.4rem;
}
.ShippingAddress a .right .informsg {
color: #6D6D6D;
font-size: 1.4rem;
margin-top: 0.5rem;
}
/*弹出窗*/
.choiceAddressBox {
overflow: hidden;
position: fixed;
z-index: 10011;
left: 0;
bottom: 0;
width: 100%;
height: 0;
}

.noaddress {
position: fixed;
z-index: 10010;
left: 0;
bottom: 5.9rem;
width: 100%;
}

.Address-box {
background: #fff;
}

.AddressTitle {
position: relative;
height: 5rem;
line-height: 5rem;
text-align: center;
font-size: 1.7rem;
color: #222222;
}

.AddressTitle .close-porp {
width: 1.1rem;
height: 1.1rem;
background: url(http://image01.homedo.com/Files/Images/cms/www/20171116/5201223539950822118_pic1.png) 0 0 no-repeat;
background-size: 1.1rem;
position: absolute;
right: 2rem;
top: 2rem;
}

.AddressBtn {
overflow: hidden;
height: 4.5rem;
line-height: 4.5rem;
font-size: 1.5rem;
line-height: 4.5rem !important;
padding: 0 !important;
border-top: 1px solid #E9E9E9;
padding: 0;
}

.AddressBtn li {
font-size: 1.5rem !important;
float: left;
padding: 0 1.5rem !important;
color: #222222;
position: relative;
display: none;
height: 4.5rem !important;
}

.AddressBtn li.cur:after {
color: #1DBFDA;
content: "";
height: 0.2rem;
width: 100%;
background: #0ebbd8;
position: absolute;
bottom: 0;
left: 0;
}

.choiceCity dd p {
display: block;
height: 3.5rem;
padding: 0rem 1rem;
line-height: 3.5rem;
text-align: left;
font-size: 1.5rem;
color: #222222;
}

.choiceCity dd {
display: none;
}

.choiceCity dd a {
position: relative;
}

.choiceCity dd a.cur {
color: #1cbfda;
}

.choiceCity dd a.cur:after {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    right: -1.5rem;
    top: .25rem;
    background: url('http://image01.homedo.com/Files/Images/cms/www/20171116/5155199873622162650_pic1.png') no-repeat center;
    background-size: 1.2rem 1.2rem;
}

.fromPlace {
padding: 0rem 1.5rem .5rem;
font-size: 1.4rem;
margin-top: -0.5rem;
}

.fromPlace span {
color: #A0A0A0;
font-size: 1.2rem;
}

.fromPlace a {
color: #6D6D6D;
padding-left: 0.5rem;
font-size: 1.2rem;
}
.choiceCity {
                height: 17.5rem;
                overflow: scroll
            }
/*弹出层*/
.porbox{display:none; position:fixed; width:100%; height:100%; left:0; top:0; z-index:100; background:rgba(0,0,0,0.5);}