@charset "UTF-8";
@import url("fa.css");
html,body{
    overflow-x:hidden;
}
:root {
    --z-btn-primary: rgb(52, 60, 92);
    --z-icon-start-color: #07c160;
    --z-icon-end-color: #F30;
}
.top{
    position: relative;
    z-index: 1000000;
}
.top .left{
    white-space: nowrap;
    overflow: hidden;
}
ul {
    list-style: none
}
.top .img{
    margin-bottom:-0.2rem
}
.search{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 51%;
}
.search-input{
    width: 18rem;
    height: 3rem;
    border: 1px solid #ddd;
    border-radius: 0.7rem;
    background: #fff url("/img/search.png") no-repeat 0.5rem 0.5rem / 2.6rem 2rem;
    line-height: 3rem;
    padding-left: 3.5rem;
    padding-top: 0.4rem;
    outline: none;
}
.search-btn{
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 1rem;
    padding-left: 1rem;
}
.search-btn-box {
    display: flex;
}
.search-line{
    margin-right: 0.6rem;
    color: #E5E5E5;
}
.close-search-btn{
    width: 1.5rem;
    height: 1.5rem;
    margin: 0.3rem 1rem 0 0;
}
.page{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    box-sizing: border-box;
    opacity:1;
    z-index:100001;
    background: #f5f7f9;
}
.main{
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #FFFFFF;
}
.header{height:55px; background-color:#FFF;position: fixed;width: 100%;z-index: 100;}
.header h3{text-align:center; line-height:55px; font-weight:normal; font-size:16px}
.header-bar{display:flex; padding:10px; align-items:center}
.header-bar >div{display:flex;align-items: center}
.header-bar .back-btn{width:2rem; font-size: 3rem; flex: 0 0 auto;}
.header-bar .back-btn .lnr{font-size:1.4em}
.header-bar .back-btn .lnr:before{margin-top: 5px}
.header-bar .cancel{width:40px; flex: 0 0 auto; text-align:center; margin-left:12px}
.header-bar .box{flex: 1 0 0%; border-radius:5px; padding:5px}
.header-bar dt{padding:0 18px 0 0; display:flex; flex: 0 0 auto; position:relative; margin-right: 12px; white-space:nowrap; overflow:hidden}
/*.header-bar dt:before{width:10px; height:10px; background-color:var(--z-icon-start-color); border-radius:50%; content:""; top: 7px; left: 2px; position:absolute}*/
.header-bar dt.end:before{background-color:var(--z-icon-end-color)}
/*.header-bar dt:after{top: 9px; right: 0; position:absolute; content:""; border-left: 7px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #666;}*/

.header-bar dt:before{
    content: "";
    width: 0px;
    height: 0px;
    border-top: 6px solid #999999;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: 9px;
    right: 0;
}
.header-bar dt:after{
    content: "";
    width: 0px;
    height: 0px;
    border-top: 5px solid #FFFFFF;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: 8px;
    right: 1px;
}

.header-bar dd{display:flex; flex: 1 0 0%}
.header-bar input{height:3.2rem;width:100%; border:none; border-radius: 1.7rem;background: #F7F7F7 url("/img/ydczdn/search.png") no-repeat 1rem center / 1.4rem 1.4rem; text-indent:2.2em;outline: none;}

.header-bar-city dt:after{display:none}
.header-bar-city dt,.header-bar-city .cancel{width:0;padding-right:0; margin-right:0;display: none;}
.header-bar-city input{border-left:none}

.city-list, .address-list{background-color:#FFF}
.city-list li{padding:10px; border-bottom:1px solid #E5E5E5}
.city-list .tit{background-color:rgba(0,0,0,0);font-size: 1.6rem;}

.address-list dl{position:relative; padding:9px 10px; border-bottom:1px solid #E5E5E5;}
.address-list dt{float:left; width:35px; padding-top:10px}
.address-list dd{margin-left:0}
.address-list dd h4{color:#333}
.address-list dd p{font-size:12px; color:#CCC}
.address-list span{position:absolute; right:10px; top:20px; color:#CCC}
.text-center{text-align: center}
.search-title{
    width: 100%;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 1rem 0;
    color: #000000;
    text-align: center;
    justify-content: center;
}
.current-city{
    display: inline-block;
    margin-bottom: 1rem;
    position: fixed;
    top: 6rem;
    width: 100%;
    background: #FFFFFF;
    height: 5.5rem;
}
.current-city-title{
    display: block;
    font-weight: 500;
    font-size: 1.2rem;
    color: #999999;
    padding-bottom: 1rem;
}
.current-city-name{
    border:1px solid #2892FF;
    border-radius: 0.4rem;
    padding: 0.5rem 1rem 0.5rem 2.3rem;
    background: url("/img/ydczdn/lbs.png") no-repeat 0.5rem center / 1.4rem 1.4rem;
}
.popular-city{
    display: inline-block;
    margin-bottom: 1rem;
    top: 90px;
}
.popular-city-title{
    display: block;
    font-weight: 500;
    font-size: 1.2rem;
    color: #999999;
}
.popular-city-name{
    border:1px solid #E5E5E5;
    border-radius: 0.4rem;
    padding: 0.5rem 1.1rem;
    width: 15%;
    display: inline-block;
    float: left;
    margin: 0.8rem 0.8rem 0 0;
    text-align: center;
}
.alphabet{
    position: absolute;
    padding-top: 5rem;
    right: 1rem;
    width: 2rem;
    color: #333333;
    text-align: center;
    z-index: 100100;
    height: calc(100% - 5rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.alphabet a{
    color: #333333;
    display: block;
    text-align: center;
}
.alphabet .act{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #2892FF;
    color: #FFFFFF;
}