html,
body {
    width: 100%;
    height: 100%;
    font-family: Microsoft YaHei;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.ol-attribution {
    display: none;
}

.ol-attribution li:nth-child(1) {
    display: none;
}

.ol-zoom {
    display: none;
}

.map {
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
}

.logo {
    position: absolute;
    right: 52px;
    top: 35%;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}

.qr {
    position: absolute;
    right: 88px;
    bottom: 12%;
    z-index: 1;
}
.leftbg{
    position: absolute;
    left:0;
    top:0;
    z-index: 1;
    height: 100%;
}
.leftbg img{
    height: 100%;
}
.rightbg{
    position: absolute;
    right:0;
    top:0;
    z-index: 1;
}
.qr img {
    width: 150px;
    height: 150px;
}

.qr p {
    position: relative;
    left: 0;
    bottom: -3px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}
#alert{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banquan {
    position: absolute;
    bottom: 27%;
    right: 80px;
    z-index: 0;
    text-align: right;
    line-height: 26px;
    font-size: 16px;
    font-weight: bolder;
}

.zhuanti {
    position: absolute;
    top: 15%;
    right: 3%;
    z-index: 1;
}

.zhuanti a{
    display: block;
    width: 212px;
    height: 86px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left top;
}

.all {
    background-image: url('../img/all_btn.png');
}

.active .all {
    background-image: url('../img/all_active.png');
}


.layui-layer-setwin a{
    z-index:1;
}
/*.modal_middle_right>ul>li:last-child {
    margin-bottom: 15px;
}*/
