.cityChoice{
    width:2.1rem;
    height: 0.85rem;
    border: 0.02rem solid #fa7620;
    color: #fa7620;
    font-size: 0.3rem;
}
.suosuok1{
    width: 3.3rem;
    height: 0.85rem;
    border:0.02rem solid #fa7620;
    border-radius:0.42rem 0 0 0.42rem ;
    padding-left:0.4rem;
    background: none;
}
.suosuok1::-webkit-input-placeholder{
    color: #999;
    font-size: 0.3rem;
    font-weight: 100;
}
.suosuok1:-ms-input-placeholder{
    color: #999;
    font-size: 0.3rem;
    font-weight: 100;
}

.suosuok2{
    display: inline-block;
    width: 1.53rem;
    height: 0.85rem;
    line-height: 0.85rem;
    background:#fa7620;
    color: #fff;
    text-align: center;
    font-size: 0.4rem;
    float: right;

}
.w100{
    width: 100%;
}
.content{
    padding-left: 0.18rem;
    padding-right: 0.18rem;
}
.allcen li{
    float: left;
   width: 50%;
    padding-left: 0.18rem;
    padding-right: 0.18rem;
    padding-bottom: 0.2rem;

}
.zhongT{
    position: absolute;
    left: 0;
    bottom:0;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    width: 100%;
    text-align: center;
    background:rgba(226,123,47,0.8);
    line-height: 0.35rem;
    color: #fff;
    padding-left: 0.18rem;
    padding-right: 0.18rem;
}