.province_box{    background-color: #fff;    width:100%;    position: fixed;    margin-top: 0;    display:none;    z-index:100;}.province{    margin-left: 10px;    margin-right: 10px;    padding-top: 10px;    padding-bottom: 10px;    height:156px;    overflow-y: auto;}.province .rows{    width:50%;    float:left;    padding-top: 7px;    padding-bottom: 7px;}.province .rows .row{    width: 100px;    margin: auto;    text-align: center;    font-size: 12px;    line-height: 20px;    color: rgba(0, 0, 0, 0.45);}.province .active .row{    width: 100px;    min-height: 20px;    text-align: center;    line-height: 20px;    background: #FA541C;    border-radius: 2px;    font-size: 12px;    color: #FFFFFF;}.Btn_box{    margin-left: 20px;    margin-right: 20px;    padding-top: 20px;    padding-bottom: 20px;}.Btn_box .rBtn{    width: 158px;    height: 32px;    line-height: 32px;    border: 1px solid rgba(0, 0, 0, 0.6509803921568627);    border-radius: 20px;    font-size: 12px;    color: rgba(0, 0, 0, 0.65);}.Btn_box .sBtn{    width: 158px;    height: 32px;    line-height: 32px;    background: #FA541C;    border-radius: 20px;    font-size: 12px;    color: #FFFFFF;}