/*è¯´æ*/
.notice {
    padding: 10px 0;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #555;
    background: #fff;
    width: 100%;
    margin-top: 50px;
    position: absolute;
    top: 0;
    left: 0;
}

.notice p {
    display: inline-block;
    padding: 5px 5px;
    margin: 0 10px 0 10px;
    position: relative;
    font-size: 16px;
}

.notice p:after {
    content: " ";
    width: 0;
    height: 0;
    border-width: 4px 4px 0;
    border-style: solid;
    border-color: #333 transparent transparent;
    /*ç° éæ éæ */
    margin: 0 auto;
    position: absolute;
    right: -6px;
    top: 15px;
}

.btn-change {
    display: inline-block;
    margin-top: 14px;
    font-size: 14px;
    padding: 3px 15px;
    text-align: center;
    border: 1px solid #FF6990;
    border-radius: 20px;
    color: #FF6990;
}

.btn-change:active {
    opacity: .5;
}

/*åè¡¨*/
.mescroll {
    position: fixed;
    top: 120px;
    bottom: 0;
    height: auto;
    background: #fff;
}

/*å±ç¤ºä¸æå è½½çæ°æ®åè¡¨*/
.data-list li {
    position: relative;
    padding: 10px 8px 20px 145px;
    border-bottom: 1px solid #eee;
}

.data-list .pd-img {
    position: absolute;
    left: 18px;
    top: 12px;
    width: 120px;
    max-height: 80px;
}

.data-list .pd-name {
    font-size: 16px;
    line-height: 20px;
    
    overflow: hidden;
}

.data-list .pd-price {
    margin-top: 10px;
    color: #D0021B;
}

.pd-price .mon {
    color: #D0021B;
    float: right;
    font-size: 16px;
    margin-right: 5%;
}

.pd-price .num {
    color: gray;font-size: 14px;
}

.data-list .pd-sold {
    font-size: 12px;
    margin-top: 8px;
    color: gray;
}

.xx-all {
    position: fixed;
    top: 100px;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: calc(100vh - 100px);
    z-index: 99999999999;
    display: none;
}

.xx-con {
    width: 100%;
    
    height: 100%;
    overflow-y:scroll;
}

.now-city {
    background: #fff;
    width: 100%;
}

.tit {
    color: gray;
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
}

.city {
    color: #4a4a4a;
    font-size: 16px;
    width: 90%;
    margin: 0 auto;
    line-height: 35px;
    
}

.citys {
    width: 100%;padding-bottom: 15px;background: #EFEFEF;
}

.citys p {
    width: 90%;
    margin: 0 auto;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    line-height: 2em;
    line-height: 40px;
}
