body{
    background: url(../images/public/zwfwdtbg.png)no-repeat center top;
    /* background-size: 100% 100%; */
}
.wid1570{
    width: 1570px;
    margin: 0 auto;
}
table td{
    border: none;
}
.zwfwdt-head{
    overflow: hidden;
}
.zwfwdt-head>a{
    display: inline-block;
    margin-top: 30px;
}
.head-tit{
    margin-left: 160px;
    margin-top: 60px;
}
.zwfwdtbox{
    margin-top: 124px;
    height: 640px;
    /* background: #fff; */
    border-top-left-radius: 20px;
     border-top-right-radius: 20px;
     margin-bottom: 36px;
}
.zwfwdtbox>div{
    float: left;
}
.zwfwdtbox-left{
  /* width: 258px; */
  width: 16%;
  height: 100%;
border-top-left-radius: 20px;
overflow: hidden;
background: #fff;
}
.zwfwdtbox-left li{
    font-size: 20px;
    height: 80px;
    line-height: 80px;
   padding-left: 47px;
   position: relative;
   font-family: "微软雅黑";
}
.zwfwdtbox-left li a{
   color:  rgba(0, 0, 0, 1);
}
.zwfwdtbox-left li.on{
    background: url(../images/public/zwfwdta-on.png)no-repeat;
}
.zwfwdtbox-left li img{
    width: 30px;
    margin-right: 25px;
}
.zwfwdtbox-left li::after{
    content: '';
    width: 83%;
    height: 1px;
    background: rgba(235, 246, 250, 1);
    position: absolute;
    bottom: 0;
    left: 47px;
}
.zwfwdtbox-mid{
    /* width: 950px; */
    width: 61%;
    height: 100%;
}
#zwfwdt-container {
        overflow: hidden;
        width: 100%;
        height: 100%;
        font-family: "微软雅黑";
}

#zwfwdt-container img{
    max-width: inherit;
}
.zwfwdtbox-right{
    /* width: 363px; */
    width: 23%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    box-shadow: -13px 0px 20px  rgba(139, 186, 232, 0.27);
    border-top-right-radius: 20px;
    padding: 20px 0;
}
.zwfwdtbox-right h5{
width: 323px;
height: 35px;
opacity: 1;
border-radius: 4px;
background: rgba(245, 245, 245, 1);
margin: 0 auto;
text-align: center;
line-height: 35px;
color: rgba(8, 63, 166, 1);
font-size: 22px;
font-weight: 700;
}
#r-result{
    width: 98%;
    padding: 20px;
    height: 95%;
    overflow-y: auto;
}
#r-result>div{
    border: none !important;
}
#r-result>div>div+div{
    display: none;
}
.zwfwdtbox-result{
        width: 98%;
    padding: 20px;
    height: 95%;
    overflow-y: auto;
}

.zwfwdtbox-result ul li{
    padding-left: 27px;
    background: url(../images/public/zwfwdt-icon.png)no-repeat;
    background-position: left 10px;
    font-family: '微软雅黑';
    margin-bottom: 24px;
     line-height: 30px;
     cursor: pointer;
}

.zwfwdtbox-result ul li p{
    color: rgba(56, 56, 56, 1);
    font-size: 18px;
    font-weight: 700;

}
.zwfwdtbox-result ul li p span{
    font-size: 16px;
    rgba(128, 128, 128, 1);
}



.scroll::-webkit-scrollbar{
    width: 5px;
}
.scroll::-webkit-scrollbar-track{
    background-color: rgba(208, 226, 247, 1);
    border-radius: 10px;
}
.scroll::-webkit-scrollbar-thumb{
    background: rgba(77, 160, 255, 1);
    border-radius: 10px;
}
.scroll::-webkit-scrollbar-thumb:hover{
    background: rgba(77, 160, 255, 1);
}

.school_container {
    min-width: 200px;
    max-width: 300px;
    padding: 20px 5px 5px 30px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 14px;
    -webkit-box-shadow: 0 0 9px 0 #d8d8d8;
            box-shadow: 0 0 9px 0 #d8d8d8;
}
.school_container.on {
    z-index: 99999999999999 !important;
}
.school_container::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 30px;
    padding: 10px;
    background: url(../images/public/zwfwdt-icon.png) no-repeat center center;
    background-size: 24px;
    position: absolute;
    top: -62px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    cursor: pointer;
}
.school_container.on::before {
    background: url(../images/public/zwfwdt-icon.png) no-repeat center center;
    background-size: contain;
}
.school_container span {
    padding: 3px 10px;
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
    font-size: 14px;
    /* background-color: #01c7fb; */
    background-color: #fb0101;
    color: #fff;
    border-radius: 20px;
}
.school_container li {
    list-style-type: disc;
    padding: 2px 0;
    /* font-size: 14px; */
}
.school_container a {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    color: #1984e8;
    font-size: 16px;
}
.school_container li.public:after {
    content: '公';
    display: inline-block;
    width: 23px;
    margin-left: 3px;
    border: 1px solid #128cea;
    border-radius: 100%;
    text-align: center;
    color: #128cea;
}
.school_container li.private:after {
    content: '私';
    display: inline-block;
    width: 23px;
    margin-left: 3px;
    border: 1px solid #128cea;
    border-radius: 100%;
    text-align: center;
    color: #128cea;
}
li.school_container_tel {
    padding: 7px 0;
}
.minimizeLocation {
    width: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    /* animation: flashing 1.5s ease-in-out infinite; */
}
.minimizeLocation ul {
    display: none;
}

@media (max-width: 1500px){
    .wid1570{
        width: 98%;
    }
    .zwfwdtbox-left li{
        padding-left: 20px;
    }
    .zwfwdtbox-left li img{
        margin-right: 10px;
    }
}

@media (max-width: 1400px){
    .wid1570{
        width: 1200px;
    }
    .zwfwdtbox-left li{
        padding-left: 15px;
        font-size: 18px;
    }
    .zwfwdtbox-left li img{
        margin-right: 10px;
    }
}


@media (max-width: 1366px){
    .wid1570{
        width: 1200px;
    }
    .zwfwdtbox-left li{
        padding-left: 15px;
        font-size: 18px;
    }
    .zwfwdtbox-left li img{
        margin-right: 10px;
    }
}



@media (max-width: 768px){
    body{
        background-size: 100% 40%;
    }
    .wid1570{
        width: 100%;
    }
    .zwfwdtbox-left li{
        height: 60px;
        line-height: 60px;
    }
    .zwfwdt-head{
        padding: 0 10px;
    }

    .head-tit{
        margin-left: 0;
    }
    .zwfwdtbox{
        margin-top: 60px;
        height: auto;
    }
    .zwfwdtbox>div{
        float: none;
        width: 100%;
    }
    .zwfwdtbox-mid{
        height: 360px;
    }
    .zwfwdtbox-right{
        height: 300px;
        border: none;
        border-top-right-radius:0;
    }
    .zwfwdtbox-left{
        border-top-right-radius: 20px;
    }
}