.fl{
    float: left;
}
.fr{
    float: right;
}
.placeBox{
   /* padding: 18px 0;
   background: #f9f5f6; */
}
.placeBox_fl{
    font-size: 0px;
    cursor: pointer;
    height: 22px;
    line-height: 22px;
}
.placeBox_fl img,.placeBox_fl span{
    float: left;
    /* display: inline-block;
    vertical-align: middle; */
}
.placeBox_fl span{
    margin-left: 12px;
    font-size: 16px;
    color: #3e3e3e;
}
.placeBox_fr{
    font-size: 16px;
    color: #3e3e3e;
}


/* 弹窗 */
.province_Box{
    top: 200 !important;
}
.province_Box .layui-layer-title {
    display: none !important;
}
.province_Box .layui-layer{
    border-radius: 0px !important;
}
.province_Box .layui-layer-content{
    padding-left:50px !important;
    padding-top: 94px !important;
    padding-bottom: 30px !important;
}
.province_Box .layui-layer-setwin{
    margin-top: 38px;
    right: 22px;
}
.province_current p:nth-of-type(1){
    font-size: 22px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 600;
}
.province_current p:nth-of-type(2) img,.province_current p:nth-of-type(2) span{
    display: inline-block;
    vertical-align: middle;
}
.province_current p:nth-of-type(2){
    width: 110px;
    border-radius: 5px;
    background: #eeeeee;
    text-align: center;
    padding: 17px 0;
    font-size: 0px;
}
.province_current p:nth-of-type(2) span{
    color: #333333;
    font-size: 16px;
    margin-left: 10px;
}
.provinceLit p{
    
    font-size: 22px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 600; 
    margin: 36px 0 20px;
}
.ban_btn{
  background: #7e7e7e !important;
  cursor: not-allowed !important;
}
.provinceLit li{
    float: left;
    font-size: 0px;
    height: 50px;
    width: 136px;
    background: #eeeeee;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    margin-right: 30px;
    margin-bottom: 25px;
    cursor: pointer;
}
.provinceLit li span{
   display: inline-block;
   color: #333333;
   font-size: 16px;
}
.closeBtn {
    position: absolute;
    right: 22px;
    top: 36px;
    height: 40px;
    width: 40px;
    padding: 5px;
    cursor: pointer;
}
.closeBtn img{
    width: 100%;
    height: 100%;
}
.province_Box .layui-layer-setwin a{
    width: 22px !important;
    height: 22px !important;
}
.province_Box .layui-layer-ico{
    background: url('../images/close.png') no-repeat !important;
}
.province_Box .layui-layer-setwin .layui-layer-close1:hover{
    opacity: 1 !important;
}