html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*color: #d1201e;*/
}
body.mapbg{
    background: url('../images/bg.jpg') center/cover no-repeat #bbac99;
    /*background-size: 100% 100%;*/
}
/*云层*/
.yunbox{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}
.yunbox .yunl{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.yunbox .yunr{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.logo{
    position: fixed;
    left: 5%;
    top: 4%;
    width: 10%;
    z-index: 1000;
    /*margin-left: -19%;*/
}
.layui-layer{
    background-color: unset !important;
    box-shadow: unset !important;
}
.logo img{
    width: 100%;
}

.logo2{
    position: fixed;
    left: 17%;
    top: 8%;
    width: 3%;
    z-index: 1000;
    /*margin-left: -19%;*/
}

.logo2 img{
    width: 100%;
}
.fenlei{
    height: 288px;
    width: 216px;
    position: fixed;
    left: 5%;
    bottom: 1%;
    z-index: 1000;
    /*cursor: pointer;*/
}
.fenlei .active{
    background: url('../images/selected.png') no-repeat;
    background-size: 100% 100%;
    color: #fff;
}
.huanyuan{
    width: 120px;
    position: fixed;
    right: 2%;
    bottom: 2%;
    z-index: 1000;
    height: 30px;
    background: url(../images/selected.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    text-align: center;
    line-height: 30px;
}
.toMap{
    z-index: 10000;
    display: none;
}
.levelIconCss{
    width: 220px;
    height: 40px;
    position: absolute;
    color: #333;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
}
.levelIcon1{
    bottom: 120px;
    
}
.levelIcon2{
    bottom: 80px;
    
}
.levelIcon3{
    bottom: 45px;
}
.content .left{
    float: left;
    width: 24%;
    padding: 10px;
    /* background-color: #efddb5; */
    height: 100%;
    /* padding-right: 0; */
    margin: 6%;
    margin-right: 0;
}
.content .right{
    float: right;
    width: 64%;
    position: relative;
    height: 100%;
    /* overflow-y: scroll; */
    margin: 6%;
    height: 100%;
    padding: 3%;
    /* background-color: #fcefcd; */
    margin-left: 0;
}
.topImg{
    text-align: center;
}
.topTitle{
    font-size: 16px;
    color: #493706;
    text-align: center;
    font-weight: bold;
}
.bottomBtns{
    margin-top: 5%;
}

.bottomBtns div{
    color: #fff;
    text-align: center;
    background: url('../images/btns.png') no-repeat;
    background-size: 100% 100%;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    cursor: pointer;
}
.map {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.shade{
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left:0;
    z-index: 1011;
    display: none;
}
.layui-layer{
    border-radius: 8px!important;
}
.layui-layer-setwin{
    z-index: 1111;
}
.popbox{
    position: absolute;
    z-index: 1012;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 6px;
    overflow: hidden;
}
.popbox{
    /*background: url('../images/windowBg.png') 0 0 no-repeat;*/
    /*background-size: 100% 100%;*/
}
.popbox .content{
    margin: 5%;
    height: 90%;
    position: relative;
}
.popbox .centerContent{
    position: absolute;
    top: 36%;
    width: 50%;
    left: 25%;
    height: 5%;
    background: url("../images/center.png") 0 0 no-repeat;
    background-size: 100% 100%;
}
.popbox .banner{
    position: relative;
    height: 37%;
    margin: 0;
    border: 4px solid #ddbe7e;
    border-radius: 5px;
}
.popbox .banner .swiper-container{
    height: 100%;
}
.popbox .banner .swiper-slide img{
    width: 100%;
    height: 100%;
}
.popbox .innerbox{
    /*padding: 30px;*/
    position: absolute;
    top: 40%;
    left: 0;
    bottom: 10%;
    right: 0;
    border: 4px solid #ddbe7e;
    background-color: #e9e5da;
    padding: 10px;
    border-radius: 5px;
}
.popbox .innerbox h3{
    font-size: 22px;
    font-weight: bold;
    padding: 0 0 10px;
    text-align: center;
    line-height: 32px;
    color: #5a491d;
}
.popbox .innerbox .txt{
    line-height: 26px;
    font-size: 16px;
    color: #5a491d;
    padding: 0 10px
}
.popbox .innerbox ul{
    padding: 10px 0 0;
    text-align: center;
    height: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.popbox .innerbox ul li{
    display: inline-block;
    text-align: center;
    background: #ae2e01;
    width: 30%;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    /*margin: 0 3%;*/
}
.popbox .innerbox ul li p{
    color: #fff;
    font-size: 18px;
}
.popbox .innerbox ul li.no{
    display: none;
}
.popbox .innerbox .overflowbox{
    position: relative;
    height: calc(100% - 50px);
    overflow: hidden;
    overflow-y: scroll;
}
.tips{
    display: none;
}

@media only screen and (min-width: 1440px){
    .topTitle{
        margin-bottom: 30%;
    }
}

@media only screen and (max-width: 1080px){
    .logo {
        position: fixed;
        width: 15%;
    }
    /*云层*/
    .yunbox .yunl{
        position: absolute;
        bottom: 10%;
        left: 0;
        width: 100%;
        height: 60%;
    }
    .yunbox .yunr{
        position: absolute;
        top: 10%;
        right: 0;
        width: 100%;
        height: 60%;
    }
    .fenlei{
        bottom: -70px;
        left: 0;
        transform: scale(0.8);
    }
    .popbox .innerbox h3{
        font-size: 20px;
    }
    .popbox .innerbox .nodata{
        font-size: 16px;
        padding: 4%;
    }
    .popbox .innerbox ul li p{
        font-size: 14px;
    }
    .popbox .innerbox ul li{
        width: 65px;
        margin: 0 10px;
        border-radius: 5px;
        height: 30px;
        line-height: 30px;
    }
    .popbox .innerbox{
        bottom: 25%;
    }
    .tips{
        display: block;
        position: fixed;
        bottom: 10px;
        right: 5px;
        font-size: 12px;
        color: #fff;
    }
}

@media only screen and (max-width: 768px) {
    .popbox .innerbox{
        bottom: 10%;
    }

    .fenlei{
        bottom: -30px;
        left: 0;
        transform: scale(0.8);
    }
    .logo {
        position: fixed;
        width: 20%;
    }
}