@charset "utf-8";

/**取消浏览器样式 start*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: '方正黑体简体'!important;
    -webkit-font-smoothing:subpixel-antialiased!important;
    font-size: 16px;
    /*font-size: 0.83vw;*/
}
/**取消浏览器样式 end*/

html {
    width: 100%;
    /*max-width: 1920px;*/
 /*font-size: 62.5%; !* 10 ÷ 16 × 100% = 62.5% 默认根元素为10px *!*/
}

body {
    height: 100%;
    background-color: rgba(255,255,255,1);
    /*min-width: 800px;*/
    _height: 100%;
    width: 100%;
}

body,
div,
ul,
ol,
li,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
pre,
code,
fieldset,
legend,
form,
input,
select,
textarea,
button,
p,
blockquote,
th,
td,
figure {
    margin: 0;
    padding: 0
}
input::-ms-clear{display: none;}

ul,li{ padding:0;margin:0;list-style:none}
a{
    /*color: black;*/
    text-decoration: none;
}
img {
    border:none;
    margin:0px;
    padding:0px;
    max-width: 100%;
    /*max-height: 100%;*/
}
.flex-col {
    display: flex;
    flex-direction: column;
}
.flex-row {
    display: flex;
    flex-direction: row;
}
.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}
.justify-start {
    display: flex;
    justify-content: flex-start;
}
.justify-center {
    display: flex;
    justify-content: center;
}

.justify-end {
    display: flex;
    justify-content: flex-end;
}
.justify-evenly {
    display: flex;
    justify-content: space-evenly;
}
.justify-around {
    display: flex;
    justify-content: space-around;
}
.justify-between {
    display: flex;
    justify-content: space-between;
}
.align-start {
    display: flex;
    align-items: flex-start;
}
.align-center {
    display: flex;
    align-items: center;
}
.align-end {
    display: flex;
    align-items: flex-end;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media ( min-width : 1150px) {
    .container {
        max-width: 1070px;
    }
}


@media ( min-width : 1350px) {
    .container {
        max-width: 1200px;
    }
}

@media ( min-width : 1580px) {
    .container {
        max-width: 1400px;
    }
}
/**查看地图共用 start*/
.modal {
    content: "";
    display: flex;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
}
.modal-xz {
    visibility: visible;
    opacity: 1;
}
.modal-dialog {
    background: #fefefe;
    border: #333 solid 1px;
    border-radius: 5px;
    width: 1040px;
    height: 570px;
    position: relative;
    -webkit-transform: translate(0, -500%);
    -ms-transform: translate(0, -500%);
    transform: translate(0, -500%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal-xz .modal-dialog{
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-header {
    /*padding: 10px 20px;*/
    height: 45px;
    width: 100%;
}
.btn-close {
    color: #aaa;
    font-size: 30px;
    text-decoration: none;
    position: absolute;
    right: 5px;
    top: 0;
    cursor: pointer;
}
.btn-close:hover {
    color: #919191;
}
.lxtu{
    width: 1000px;
    height: 500px;
    position: relative;
    margin-left: 20px;
    margin-bottom: 20px;
}
.modal-body {
    width: 1000px;
    height: 500px;
    position: relative;
}
.zdditu-div{
    width: 1000px;
    height: 500px;
}
.chakanlx-ss{
    background-color: rgba(241, 241, 241, 1);
}
.zdditu{
    width: 1000px;
    height: 500px;
}

/**加减按钮样式 start*/
.jiaandjian {
    width: 120px;
    height: 50px;
    position: absolute;
    bottom: 4vw;
    right: 4vw;
    z-index: 1;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
}

.btnjj {
    /*background-color: rgba(255, 255, 255, 1);*/
    max-height: 30px;
    max-width: 30px;
    cursor: pointer;
    border-radius: 50%;
}
.lk_layer9{
    max-height: 30px;
    max-width: 30px;
    object-fit: contain;
}
.btn-txt {
    overflow-wrap: break-word;
    color: rgba(37, 132, 176, 1);
    font-size: 1.8vw;
    text-align: left;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding-bottom: 0.4vw;
}
.btn-txt:hover{
    color: rgba(255, 255, 255, 1);
}

/**加减按钮样式 end*/

/**查看地图共用 end*/
.title-xtb-bai,.title-xtb-hui {
    max-width: 24px;
    /*max-width: 30px;*/
    /*max-height: 30px;*/
    height: auto;
    vertical-align: middle;
    object-fit: contain;
    display: none;
}
.title-xtb-xz{
    display: block;
}
/**暂无数据使用 start*/
.zwshuju{
    width: 100%;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 30px;
}
.zwshuju-div{
    width: 100%;
    max-width: 316px;
    max-height: 223px;
}
.zwshuju-img{
    width: 100%;
    height: 100%;
}
.zwshuju-ms{
    color: rgba(35, 128, 166, 1);
    font-size: 36px;
    margin-top: 30px;
}
/**暂无数据使用 end*/

