/*便民地图*/
.map-main{
    position: relative;
}
.right-map{
    width: 70%;
    height: 800px;
}
.left-map{
    height: 800px;
    width: 30%;
    padding: 36px 22px 0;
    background: #f5f7f7;
    overflow-y: auto;
}
.wrap_fwdt {
    width: 100%;
    margin-bottom: 26px;
}
.box_fwdt img{
    width: 100%;
}
.flex_box{
    display: flex;
    justify-content: space-between;
    overflow-y: auto;
    padding-top: 18px;
    max-height: 640px;
    /*width: 90%;*/
}
.flex_box li{
    text-align: center;
    height: 68px;
    line-height: 68px;
    border: 1px solid #8bc9fd;
    border-radius: 12px;
    margin-right: 5px;
    width: 25%;
    margin-bottom: 38px;
    cursor: pointer;
    background: #e7f1f8;
}
.flex_box li p{
    color: #323232;
    font-size: 18px;
    display: inline-block;
    line-height: 24px;
    vertical-align: middle;
    margin: 0 14px;
}
.flex_box li.cur,
.flex_box li:hover{
    background: #9cd0fc;
}
.flex_box li.cur p,
.flex_box li:hover p{
    color: #fff;
}
.titleFirst{
    width: 420px;
    margin: 10px auto 0;
}
.title_flex{
    color: #1c69c5;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.address_box{
    color: #393939;
    font-size: 16px;
    line-height: 30px;
}
.btn_box{
    text-align: center;
    margin-top: 20px;
    padding-bottom: 30px;
    height: 40px;
}
.btn_box button{
    margin: 0 10px;
}

.right-search{
    position: absolute;
    left: 3%;
    top: 36px;
    width: 64%;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    background: rgba(30,134,223,.66);
}
.right-search .layui-tab{
    margin: 0;
}
.right-search .layui-tab-title{
    display: inline-block;
    margin-left: 44px;
    border: none;
}
.right-search .layui-tab-title li{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    vertical-align: top;
}
.right-search .layui-tab-content{
    display: inline-block;
    margin-left: 20px;
    padding: 0;
    width: 64%;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
}
.right-search .input-icon{
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: rgba(230,242,251,.66);
}
.right-search .input-icon input{
    color: #575656;
    font-size: 18px;
    width: 75%;
}
.right-search .input-icon .srBtn{
    position: absolute;
    right: -60px;
    height: 40px;
    line-height: 40px;
}
.show-second,.show-third,.show-fourth{
    display: none;
}
.show-first{
    position: relative;
}
.text-second{
    max-height: 620px;
    overflow-y: auto;
}
.hide_list{
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 10px 0 #eff0f0;
}
.hide_list h6{
    color: #6d7f8e;
    font-size: 15px;
    font-weight: bold;
    margin-left: 14px;
}
.hide_list button{
    height: 50px;
    line-height: 50px;
    width: 80px;
    color: #fff;
    font-size: 15px;
    background: url(fd_bmdt_bg1.png) center no-repeat;
}
.hide_list img{
    width: 60%;
    margin-left: 6px;
}
.hide_fl{
    width: 27%;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #CCCCCC;
    position: fixed;
    z-index: 999;
    background-color: #fff;
    left: 0;
    padding: 10px 10px 10px 18px;
}
.hide_list>h6 {
    font-size: 16px;
    font-weight: 400;
    color: #2775CC;
    cursor: default;
}
.hide_fl>h6 {
    font-size: 16px;
    font-weight: 400;
    color: #2775CC;
    cursor: default;
}
.back_btn {
    width: 64px;
    height: 30px;
    background-color: #FFF;
    border: 1px solid #CCCCCC;
    outline: none;
    font-size: 14px;
    cursor: pointer;
}
.title-first>li {
    /* width: 100%; */
    font-size: 14px;
    margin-bottom: 10px;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /* display: flex; */
    /* flex-wrap: wrap; */
}

.title-first>li:nth-child(1){
    color: #2775CC;
    height: 24px;
    line-height: 24px;
    margin-bottom: 0;
}

.title-first>li>span {
    color: #FF780B;
    font-size: 14px;
}

.title-first:nth-child(odd) {
    background-color: rgb(233 243 255 / 50%);
}

.title-first{
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 5px 10px;
}
.title-first:hover {
    background-color: #d6e5f7;
    cursor: pointer;
}
.title-first>li>p {
    width: 100%;
    margin: 0 auto;
    color: #666666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.title-first1{
    margin: 5px 0;
    padding: 10px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.title-first1:hover {
    background-color: #d6e5f7;
    cursor: pointer;
}
.title-first1>ul{
    width: 320px;
    display: inline-block;
}

.title-first1>li {
    /* width: 100%; */
    font-size: 14px;
    margin-bottom: 10px;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /* display: flex; */
    /* flex-wrap: wrap; */
}

.title-first1>ul>li:nth-child(1){
    color: #323232;
    /* height: 24px; */
    /* line-height: 24px; */
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: bold;
}

.title-first1>li>p {
    width: 100%;
    margin: 0 auto;
    color: #666666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.title-first1 .info{
    color: #585858;
    font-size: 16px;
    line-height: 24px;
}
.typeFirst {
    width: 102px;
    height: 68px;
    line-height: 68px;
    margin-right: 20px;
    background-color: #e7f1f8;
    color: #323232;
    text-align: center;
    border-radius: 12px;
    display: inline-block;
    border: 1px solid #8ecafd;
}
.typeFirst span{
    display: inline-block;
    line-height: 24px;
    vertical-align: middle;
    font-size: 18px;
}