#login { padding: 0; }
/* 内容 */
body{ background:#fff;}
.tixian-con {
padding-left: .3rem;
    padding-top: .2rem;
}
.body__title {
    height: .7rem;
    line-height: .7rem;
    font-size: .24rem;
    color: #888;
}
 .body__list_location{display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: .1rem;
    margin-bottom: .1rem;
    width: 1.8rem;
    height: .7rem;
    font-size: .28rem;
    color: #353535;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: .38rem;
    background: #f4f4f4; font-size: .24rem;}
	.body__list_location:before {
    content: "";
    display: inline-block;
    margin-right: .1rem;
    width: .26rem;
    height: .26rem;
    background: url(../images/dingwei.png) 50% no-repeat;
    background-size: 100% 100%;
}
.body__list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
   margin-right: .1rem;
    margin-bottom: .25rem;
    width: 1.8rem;
    height: .76rem;
    font-size: .28rem;
    color: #353535;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: .38rem;
    background: #f4f4f4;font-size: .24rem;
}
.body_list_select {
    border: 1px solid #fed61a;
    background: #fff7d1;
}
