* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

ul {
    list-style: none;
}

[v-clock] {
    display: none;
}

.clearfix:after, .clearfix:before {
    display: table;
    content: " ";
}

.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

#app {
    width: 1200px;
    margin: 0 auto;
    padding: 10px;
}

.sjfb-map {
    float: left;
    width: 55%;
    background: url("/material/images/zjt_images/map_bg.jpg") center no-repeat;
    background-size: cover;
}

#map {
height: 500px;
}

.w45 {
    height: 500px;
    width: 45%;
    padding: 30px;
    float: left;
}


.div_select {
    position: relative;
    left: 0;
    top: 0;
    border: 1px solid #ddd;
    width: 132px;
    height: 40px;
    margin-right: 10px;
    display: inline;
    float: left;
    z-index: 9999;
}

.div_select_con {
    float: left;
    width: 95px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #333;
    font-family: "微软雅黑";
    font-size: 14px;
    vertical-align: middle;
}

.div_select h3 {
    height: 40px;
    cursor: pointer;
}

.div_select ul {
    position: absolute;
    left: 0;
    top: 38px;
    display: none;
    border: 1px solid #ccc;
    width: 100%;
    background: #fff;
}

.div_select ul li {
    display: block;
    padding: 5px;
    border-bottom: 1px dashed #ccc;
    cursor: pointer;
}

.div_select_jiantou {
    float: right;
    width: 35px;
    height: 38px;
    background: url(/material/images/zjt_images/drug.png) 0 0 no-repeat;
    background-size: cover;
}

.label {
    margin-right: 15px;
    line-height: 40px;
    color: #109afe;
}

.input_btn {
    float: left;
    width: 84px;
    height: 40px;
    border: none;
    background-color: #F48F4C;
    color: white;
    border-radius: 10px;
    font-size: 14px;
}

.data {
    text-align: center;
    width: 421px;
    margin: 40px auto 0;
}

.data h4 {
    font-size: 20px;
    color: #fff;
    line-height: 50px;
    background-color: #109afe;
    margin-bottom: 10px;
}

.table {
}

.table ul {
    border-left: 1px solid #b2d5fc;
    border-top: 1px solid #b2d5fc;
}

.table ul li:first-child span{
    font-size: 18px;
    color: #1781ce!important;
}

.table ul li span{
    float: left;
    line-height: 36px;
    border-right: 1px solid #b2d5fc;
    border-bottom: 1px solid #b2d5fc;
}

.table ul li span:first-child{
    color: #1781ce;
    width: 270px;
}

.table ul li span:last-child{
    color: #333;
    width: 150px;
}

.desc {
    font-size: 14px;
    color: #5f5e5e;
    line-height: 30px;
    margin: 0 40px 0 0px;
    background-color: #e8f3fe;
    border-radius: 5px;
}