@import url("/font-awesome-4.7.0/css/font-awesome.min.css");

body {
    /*aliceblue*/
    width: 100%;
    height: 100%;
    font-size: 14px;
    background-image: url(/images/bannar-home.jpg);
    background-repeat: repeat-x;
    background-position: center 0;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing:border-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    font-size: 14px;
}

input,
select {
    border: 1px solid #a9a9a9;
    border-radius: 3px;
}

.form-tj {
    color: #FFF;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    transition: .1s;
    padding: 0 5px;
    margin: 0;
    border-radius: 3px;
    background-color: #409eff;
    border: 1px solid #409eff;
}

.main {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto
}

.main .header {
    display: flex;
    justify-content: space-between;
}

.main .header .logo {
    font-size: 16px;
    display: flex;
    align-items: center;
    background: -webkit-linear-gradient(#eee, #ffe000);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    position: relative;
    overflow: hidden;
    margin: 0;
    color: #fff;
    padding-top: 5px;
}

.main .body {
    margin-top: 6px;
    overflow: hidden;
}

.main .body .left {
    border: 1px solid #ccc;
    border-radius: 8px;

    background-color: #fff;
}

.main .body .marginTop10 {
    margin-top: 10px;
}

.main > .body > .left > a {
    color: #0062fb;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.main .body .marginTop10 a {
    padding-left: 18px;
    position: relative;
}

.main .body .right {
    float: right;
    width: 300px;
}

.main .body .right .list {
    overflow: hidden;
    border: 1px solid #ccc;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    margin-bottom: 8px;
}

.div-mid .code-list th {
    color: #333;
}

.div-mid .first-letter {
    margin-bottom: 10px;
    word-wrap: break-word;

}
.container form {
    display: flex;
    justify-content: space-between;
}
.div-mid .first-letter .letter {
    margin-right: 10px;
    font-size: 18px;
    color: rgb(132, 184, 184);
    cursor: pointer;
}

.div-mid .letter-id {
    font-size: 18px;
    margin-bottom: 10px;
    background-color: #ebe4e4;
    text-align: center;
    color: #665a5a;
}

.main .body .right .list .title {
    height: 28px;
    line-height: 28px;
    color: #bc006c;
    background: url(/images/bg-top.jpg) repeat-x scroll left top;
    padding-left: 12px;
    font-size: 14px;
    font-weight: 700;
}

.main .body .right .list .hot {
    width: 100%;
    overflow: hidden;
}

.main .body .right .list .hot .tbody {
    float: left;
    margin: 0 5px !important;
    margin: 0 2px;
    background: url(/images/num.png) no-repeat scroll 0 50%;
}

.main .body .right .list .hot .tbody li {
    float: left;
    width: 100%;
    padding-left: 20px;
    height: 24px;
    line-height: 24px;
    border-bottom: dotted 1px #ccc;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main .body .right .list .hot .tbody li a {
    float: left;
    width: 100%;
    overflow: hidden;
    font-size: 12px;
    color: #004276;
}

.footer {
    color: #333333;
    line-height: 200%;
    width: 100%;
    border-top: 1px solid #fff;
    margin-top: 15px;
    text-align: center;
    padding-top: 10px;
}

.footer h1, .home-h1 {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}

.main .body .left .nav {
    border-bottom: 1px solid #ccc;
    padding: 3px 5px;
}

.main .body .left .main-l-body {
    padding: 10px
}

.main .body .left .main-l-body h2 {
    text-align: center;
    font-size: 16px;
    margin: 0px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.main .body .left .main-l-body .mid {}

.main .body .left .main-l-body .description {
    margin-top: 10px;
    font-size: 12px;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.flag {
    position: absolute;
    top: 2px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background-size: cover;
}

.left .div-mid h1,
.left .div-mid h2, .left .div-mid h3 {
    font-size: 20px;
    margin-bottom: 10px;
}


.left .div-mid .h2, .left .div-mid .h3  {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}



body>div.main>div.body>div:nth-child(2)>div>div.place-list ul li {

    display: flex;
    justify-content: space-between;
    padding: 3px 5px;
    border: 1px solid #f2ecec;
    box-sizing: border-box;

}

#C>ul>li>a {
    width: calc(100% - 100px);
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.div-mid ul li.placeCode {
    display: flex;
    width: 100% !important;
}

.div-mid ul li.placeCode .pname {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.main .body .left .div-mid .describe{
    width: 100%;
    overflow: hidden;

}
.main .body .left .div-mid .li{
    width: 100%;
    float: left;
    padding: 5px 10px;
}
.main .body .left .div-mid .li span{
    font-weight: bolder;
}
.main .body .left .div-mid #map{
    margin-bottom: 10px;
}
.leaflet-tooltip.big_label{margin-left:5px;background-color:transparent;border:transparent;box-shadow:none;font-weight:bolder;color:rgba(75,0,100,.8);font-size:12px}
.container form #inputText {
    width: calc(100% - 90px);
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.container form button {
    height: 37px;
    width: 80px;
    padding: 0px 10px;
    background-color: #409eff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
@media screen and (min-width: 641px) {
    .main .header .banner {
        border: 1px solid #ccc;
        height: 60px;
        width: 468px;
        background: url(/images/ads.jpg);
    }

    .main .body .left {
        float: left;
        width: 100%;
        box-sizing: border-box;
    }

    .main .body .right {}

    .div-mid {
        padding: 10px;

    }

    .div-mid h3 {
        margin-bottom: 10px;
        color: #000000;
        font-weight: bolder;
    }

    .div-mid ul {
        width: 100%;
        overflow: hidden;
    }

    .div-mid ul li {
        display: inline-block;
        width: 25%;
        float: left;
        margin-bottom: 10px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .main .body .left .div-mid #map {
        width: 70%;
        height: 500px;
        float: left;
        border: 1px solid #ccc;
    
    }
    .main .body .left .div-mid .describe {
        width: 30%;
        height: 500px;
        float: left;
    
    }
    .div-mid {
        padding: 10px;

    }

    .div-mid h3 {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .div-mid .code-list {
        width: 100%;
        border-collapse: collapse;
        overflow: hidden;
    }

    .div-mid .code-list,
    tr,
    td,
    th {
        border: 1px solid #e6e6e6;
        text-align: left;
        padding: 10px;
    }

    .container {
        max-width: 90%;
        margin: 0 auto;
        padding: 20px;
    }


    .container form .buttons {

        text-align: center;
    }

    .container form .select {
        max-width: 120px;

        margin: 0 10px;
    }

    .main .pagelist {
        text-align: center;
        overflow: hidden;
        font-size: 14px;
        color: #666;
        margin: 10px auto;
    }

    .main .pagelist .pagelist-index {
        margin-right: 8px;

    }

    .main .pagelist .pagelist-num,
    .main .pagelist .pagelist-next,
    .main .pagelist .pagelist-prev {
        display: inline-table;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border: 1px solid #B5B5B5;
        border-radius: 0.2rem;
        color: #666;
        text-decoration: none;
        text-transform: uppercas;
        font-size: 14px;
    }

    .main .pagelist .pagelist-last {
        margin-left: 8px;
    }

    .main .pagelist .pagelist-info {
        margin-left: 8px;
    }

    .main .pagelist .this-page {
        display: inline-block;
        padding: 0 8px;
        color: #F00;
        border-color: #F00;
    }

    .div-mid .info {
        display: flex;

    }

    .div-mid .info .describe {
        width: calc(100% - 500px);
        margin-left: 10px;
        display: flex;
        flex-direction: column;
        line-height: 200%;
    }

    .div-mid .info .describe .li {
        width: 100%;
    }

    .div-mid .info .describe .li #lat2,
    .div-mid .info .describe .li #lng2 {
        display: inline;
    }

    .div-mid .info .describe span {
        font-weight: bolder;
        color: #409eff;
    }

    .div-mid ul li {
        width: 25%;
        float: left;
    }
    body>div.main>div.body>div:nth-child(2)>div>div.place-list ul li {
    width: 49% !important;
    margin-right: 0.5%;
    margin-left: 0.5%;

}

}

@media screen and (max-width: 640px) {
    .main {
        width: 100%;
        min-width: 320px;
        font-size: 16px;
    }

    .main a {
        font-size: 16px;
    }

    .main .header {
        display: block;
        text-align: center;
        margin-top: 5px;
    }

    .main .header .logo {
        display: inline;
    }

    .main .header .banner {
        display: none;
    }

    .main .body {}

    .main .body .left {
        width: 100%;
        padding: 0;
        min-width: 320px;
        box-sizing: border-box;
    }

    .main .body .left .main-l-body {
        padding: 5px;
    }

    .main .body .left .main-l-body h2 {
        padding-bottom: 5px;
    }

    .main .body .right {
        width: 100%;
    }

    .main .body .right .list {
        margin-top: 10px;
        ;
    }

    .div-mid {
        margin: 10px 6px;
    }

    .div-mid h3 {
        margin-bottom: 10px;
    }

    .div-mid ul {
        width: 100%;
        overflow: hidden;
    }

    .div-mid ul li {
        display: inline-block;
        width: 49%;
        margin-bottom: 10px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }


    body>div.main>div.body>div:nth-child(2)>div>div.place-list ul li {
        width: 100% !important;
        display: flex;
        justify-content: space-between;

    }

    .div-mid h3 {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .div-mid .code-list {
        width: 100%;
        border-collapse: collapse;
        overflow: hidden;
    }

    .div-mid .code-list,
    tr,
    td,
    th {
        border: 1px solid #e6e6e6;
        text-align: left;
        padding: 10px;
    }

    .place-mb {
        display: none;
    }

    .div-mid .info {
        display: flex;
        flex-direction: column;
    }


    .div-mid .info .describe {
        width: 100%;
        margin-left: 0px;
        line-height: 200%;
        height: 100%;

    }

    .container {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }

    .container form .select {
        max-width: 110px;
        margin: 0 5px;
        font-size: 12px;
    }

    .footer {
        line-height: 150%;
    }

    .main .body .left .div-mid #map {
        height: 450px;

    }
    .left .div-mid .h2  {
        display: block;
        margin-bottom: 10px;
    }
    .left .div-mid h1, .left .div-mid h2{
        margin-bottom: 10px;
    }
}

#backToTop {
    position: fixed;
    right: 10px;
    bottom: 30px;
    display: none;
    z-index: 999999999;
    /* 回到顶部样式 */
    width: 35px;
    height: 35px;
    background-color: deepskyblue;
    /* 字体在元素中水平垂直居中 */
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: white;
    /* 设置圆角 */
    border-radius: 50%;
    /* 设置过渡效果 */
    transition: all linear 0.5s;
    cursor: pointer;
    border: 1px solid;
}
.custom-marker-label {
    z-index: 0 !important;
    color: #ff0000;
    font-size: 26px;
}