* {
    padding: 0;
    margin: 0;
}

ul,
li {
    list-style: none;
}





.container {
    background-image: url('../images/background.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100vh;
    width: 100vw;
    display: grid;
    grid-template-columns: 29vw 42vw 29vw;
}

.container>div {
    margin-top: 7vh;
}

.tab {
    position: relative;
    height: 100%;
    width: 100%;
}

.tab .tab-header {
    padding: 0.5vh 0 0;
    margin: 0 1vw;
    height: 3.8vh;
    line-height: 3.8vh;
    display: flex;
    flex-basis: 1 1 50%;
}

.tab .tab-header .tit {
    flex: 1;
    opacity: .5;

}

.tab .tab-header .tit.active {
    opacity: 1;

}

.tab .tab-body {
    position: relative;
    width: 100%;
    height: calc(100% - 3.8vh);
}

.tab .tab-body .tab-item {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.tab .tab-body .tab-active {
    opacity: 1;
    z-index: 1;
    display: block;
}

.f_one .tab .tab-header .tit:first-child {
    background: url(../images/zyz.png) no-repeat;
    background-size: 100% 100%;

}

.f_one .tab .tab-header .tit:last-child {
    background: url(../images/fwdx.png)no-repeat;
    background-size: 100% 100%;

}

.t_two .tab .tab-header .tit:first-child {
    background: url(../images/wcdd.png) no-repeat center;
    background-size: 50% 100%;


}

.t_two .tab .tab-header .tit:last-child {
    /* background: url(../images/jfdh.png)no-repeat; */
    /* background-size: 100% 100%; */

}





.first {
    padding: 2vh 1vw;
}

.second {
    padding: 1vh 1vw 2vh 1vw;

}

.third {
    padding: 2vh 1vw;
}

.f_one {
    background-image: url('../images/zwrk.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 34vh;
    width: 100%;
    margin-bottom: 2vh;
    position: relative;

}

.f_two {
    margin-bottom: 2vh;
    height: 22vh;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 5px;
}

.f_three {
    background-image: url('../images/fwlxzl.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 29vh;
    width: 100%;
    position: relative;
}

.f_two_one {
    background-image: url('../images/ylss.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.f_two_two {
    background-image: url('../images/mydzb.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.s_one {
    height: 88vh;
    width: 100%;
    margin-bottom: 2vh;
    position: relative;
    transition: all 0.3s linear;

}

.s_one * {
    /* transition:all  0.3s linear; */
}

.map {
    height: 79vh;

}

.s_one .map * {
    transition: none;
}

.map_btn {
    position: absolute;
    top: 10vh;
    right: 0px;
}

.map_btn .full_btn_box a {
    padding: 5px;
    display: block;
    cursor: pointer;
}

.map_btn .full_btn_box img {
    width: 30px;
}

.check_box {
    margin: 5px;
    position: absolute;
    right: 35px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;

    background-color: #ffffff66;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
}

.check_box a {
    width: 5em;
    display: block;
    float: left;
    text-align: center;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.check_box a.on {
    background-color: #ff333399;
}


.s_one.full {
    position: absolute;
    width: 100vw;
    height: 100vh;
    margin: 0;
    left: 0;
    top: 0;
    z-index: 999;
}

.s_one.full .s_one_section {
    display: none;
}

.s_one.full .map {
    height: 100vh;
}

.s_one.full .map_btn {
    top: 0;
}

.infoBoxContent {
    color: #fff;
}

.infotit {
    margin-bottom: 10px;
    background: #ed7d31;
    text-align: left;
    text-indent: 1em;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

.appbox {
    display: flex;
    align-items: stretch;
}

.appinfo {
    flex: 0 0 100%;
}

.appinfo .item {
    font-size: 12px;
    line-height: 25px;
    margin-left: 10px;
}

.appinfo .item label {
    color: #ccc
}

.appinfo .item .remark {
    height: 130px;
    overflow: auto;
}

.appbox .userlist {
    overflow: auto;
    flex: 0 0 60%;
}

.userlist table {
    width: 90%;
}

.userlist table .call {
    cursor: pointer;
}










.s_two {
    height: 29vh;
    width: 100%;
    background-image: url('../images/mrfwzl.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.s_two_button {
    width: 6vw;
    height: 4vh;
    position: absolute;
    left: 40px;
    top: 8vh;
    line-height: 4vh;
    text-align: center;
    background-image: url('../images/k_m.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: white;
    font-size: 1vh;
}

.t_one {
    height: 20vh;
    margin-bottom: 2vh;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 5px;
}

.t_one_one {
    background-image: url('../images/fwgd.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.t_one_one>div {
    margin-top: 5vh;
    padding: 0 1vw;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    height: 13vh;
}

.t_one_two {
    background-image: url('../images/fwflzb.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.t_two {
    height: 87vh;
    width: 100%;
    background-image: url('../images/jrfwgd.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.f_zhu {
    width: 100%;
    height: 100%;
}

.f_button {
    position: absolute;
    top: 0;
    left: 1vw;
    right: 1vw
}

.f_active {
    color: white !important;
    background: #005AC7 !important;
}

.f_button>div {
    border: 1px solid #005AC7;
    border-radius: 5px;
    font-size: 1vh;
    display: inline-block;
    color: #6791BE;
    padding: 2px 10px;

}

.f_content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    color: white;
    font-size: 1vh;
    padding: 0 1vw;
}

.f_three_button {
    width: 6vw;
    height: 4vh;
    position: absolute;
    right: 20px;
    line-height: 4vh;
    text-align: center;
    bottom: 20px;
    background-image: url('../images/k_m.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: white;
    font-size: 1vh;
}

.t_two_button {

    height: 5vh;
    text-align: center;
    background-image: url('../images/k_m.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: white;
    font-size: 1vh;
    font-weight: 600;
    margin-top: 0.5vh;
}

.score .t_two_button {
    background-image: url('../images/k_m2.png');
}

.t_one_one_one,
.t_one_one_two {
    background-image: url('../images/k_l.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 1.5vh;
    line-height: 5vh;
    text-align: center;
}

.t_two_content {
    height: 80vh;
    overflow: hidden;

}

.time {
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.date {
    color: white;
    line-height: 3vh;
    font-size: 14px;
}

.name {
    height: 3vh;
    color: #20FDFA;
    font-size: 18px;
    font-weight: 600;
    line-height: 3vh;
    letter-spacing: 1px;
}

.tel {
    color: white;
    font-size: 16px;
    font-weight: 500;
}

.act {
    height: 2vh;
    color: #656B83;
    line-height: 2vh;
    font-weight: 600;
    font-size: 14px;
}

.section {
    height: 80px;
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
}

.section>div:first-child {
    flex: 0 0 100px;
}

.section>div:nth-child(2) {
    flex: 1;
}

.section>div:last-child {
    flex: 0 0 100px;
}

.section>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.s_one_section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    height: 10vh;
}

.s_one_section .name {
    color: white;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 2vh;
}

.s_one_section .val {
    font-size: 35px;
    text-align: center;
    line-height: 6vh;
    font-weight: bold;
}






.s_two_line {
    height: 27vh;
    width: 100%;
    padding-top: 0vh;
}

.t_one_one_reg {
    height: 15vh;
    padding-top: 5vh;
}

.t_one_two_radar {
    height: 15vh;
    padding-top: 5vh;
}

.BMap_cpyCtrl {
    display: none;
}

.anchorBL {
    display: none;
}