/* 修改底层元素样式 */

* {
    padding: 0;
    margin: 0;
    border: none;
    outline: none !important;
}

a {
    text-decoration: none;
    color: white;
}

/* index首页样式 */

.headerLeft {
    position: absolute;
    width: 220px;
    height: 60px;
    padding: 16px;
    background-color: #ffffff;
    text-align: center;
}
.headerLeft img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
}

.header {
    position: absolute;
    width: calc(100% - 220px);
    height: 60px;
    left: 220px;
    right: 0;
    padding-left: 25px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.pcMode-sidenav {
    position: absolute;
    min-width: 220px;
    height: calc(100% - 60px);
    top: 60px;
    bottom: 0;
    background-color: #46a1ff;
    color: #ffffff;
    z-index: 0;
}

.pcMode-sidenav-left {
    float: left;
    width: 218px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-color: transparent transparent;
    scrollbar-track-color: transparent;
    -ms-scrollbar-track-color: transparent;
    scrollbar-width: thin;
}

.pcMode-sidenav-right {
    float: right;
    width: 2px;
    height: 100%;
}

.pcMode-sidenav-left::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.pcMode-sidenav-left::-webkit-scrollbar-thumb {
    background-color: #76b9ff;
    -webkit-border-radius: 6px;
}

.content {
    position: absolute;
    width: calc(100% - 220px);
    height: calc(100% - 60px);
    left: 220px;
    right: 0;
    top: 60px;
    bottom: 0;
    padding: 24px;
    background-color: #eff1f4;
}

.content-left {
    float: left;
    width: calc(100% - 2px);
    height: 100%;
    padding: 20px 20px 28px 20px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #ffffff;
    color: #747474;
}

.content-right {
    float: right;
    width: 2px;
    height: 100%;
    background-color: #ffffff;
}

.content-left::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.content-left::-webkit-scrollbar-thumb {
    background-color: #e6f2ff;
    -webkit-border-radius: 6px;
}

.content-left::-webkit-scrollbar-button {
    width: 10px;
    height: 10px;
}

.transform90 {
    transform: rotate(-90deg);
}

#menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

#menu li {
    height: 42px;
    cursor: pointer;
    clear: both;
    margin: 0;
    padding: 0;
}

#menu li > div {
    margin: 0;
    float: left;
    height: 100%;
    line-height: 42px;
}

#menu li > div:first-child {
    margin-left: 24px;
    height: 37px;
}

#menu li > div:last-child {
    margin-left: 12px;
}

.menuSelected {
    background-color: #1a7ce1;
    opacity: 1;
}

.menuUnSelected {
    opacity: 0.8;
}

.divSelected {
    background-color: #ffffff;
}

/* 统一样式 */

/* 分页控件 */

.pageCtrl {
    margin: 20px 0;
    text-align: center;
}

.pageCtrl li {
    display: inline;
}

.pageCtrl li > a {
    color: #46a1ff;
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pageCtrl li > span {
    display: inline-block;
    padding: 5px 14px;
}

.pageCtrl li > a:hover,
.pageCtrl li > a:focus {
    color: #1a7ce1;
    text-decoration: none;
    background-color: #eee;
}

.pageCtrl .next > a,
.pageCtrl .next > span {
    float: right;
}

.pageCtrl .previous > a,
.pageCtrl .previous > span {
    float: left;
}

/* 带检索图标的input框 */

.search-input {
    width: 100%;
    height: 34px;
    background-color: #f7f7f7;
    padding-left: 20px;
}

.search-btn {
    width: 34px;
    height: 34px;
    background-color: #f7f7f7;
    background-image: url("../image/searchImg.png");
    background-position: center;
    background-repeat: no-repeat;
}

.search-input::-moz-placeholder {
    color: #747474;
    opacity: 0.7;
}

.search-input:-ms-input-placeholder {
    color: #747474;
    opacity: 0.7;
}

.search-input::-webkit-input-placeholder {
    color: #747474;
    opacity: 0.7;
}

/* 下拉框样式 */

.form-select {
    width: 100%;
    height: 34px;
    border-width: 0;
    padding-left: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../image/select.png") no-repeat right;
    background-size: 20px 20px;
    background-color: #f7f7f7;
}

/* 按钮样式 */

.btnList {
    text-align: right;
}

.btnImport {
    margin-left: 16px;
    width: 100px;
}

/* 地图样式 */

.mapContent {
    width: 100%;
    height: 460px;
}

.opacity {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    filter: alpha(opacity=50);
    /* IE */
    -moz-opacity: 0.5;
    /* 老版Mozilla */
    -khtml-opacity: 0.5;
    /* 老版Safari */
    opacity: 0.5;
    /* 支持opacity的浏览器*/
    z-index: 9999;
    /*margin-left: 84px;*/
}

.reportContainer {
    display: flex;
    height: 100%;
    height: 100%;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.reportFenMap {
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    min-height: 460px;
}

.ProcessContainer {
    display: flex;
    height: 100%;
    height: 100%;
    justify-content: space-between;
}

.proSys {
    width: 49%;
    border: 1px solid;
    padding: 10px;
}

.proSysHead {
    border-bottom: 1px solid;
}

.modelShow {
    width: calc(100% + 218px);
    position: absolute;
    right: 0;
    top: -60px;
    bottom: 0;
    left: -218px;
    background-color: rgb(0, 0, 0);
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 998;
}

.circle {
    margin: 0px auto;
    font-size: 5px;
    position: relative;
    top: 50%;
    margin-top: -21px;
    text-indent: -9999em;
    border-top: 7px solid rgba(217, 217, 217, 0.2);
    border-right: 7px solid rgba(217, 217, 217, 0.2);
    border-bottom: 7px solid rgba(217, 217, 217, 0.2);
    border-left: 7px solid #fff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.circle,
.circle:after {
    border-radius: 50%;
    width: 42px;
    height: 42px;
}

/* table样式 */

.table-style1 {
    width: 100%;
    margin: 0;
    padding: 0;
}

.tableFixed {
    table-layout: fixed;
    width: 100%;
}

.tableFixed tr td {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}

.table-style1 thead tr {
    height: 60px;
    background-color: #ededed;
}

.table-style1 tbody tr {
    height: 60px;
}

.table-style1 tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

.table-style1 tbody tr:nth-child(even) {
    background-color: #fafafa;
}

.table-style1 tbody tr:hover {
    background-color: #e6f2ff;
}

.table-style1 th,
.table-style1 td {
    font-weight: normal;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table-style2 {
    width: 100%;
    margin: 0;
    padding: 0;
}

.table-style2 thead tr {
    height: 60px;
    background-color: #ededed;
}

.table-style2 tbody tr {
    height: 60px;
}

.table-style2 tbody tr:nth-child(odd) {
    background-color: #fafafa;
}

.table-style2 tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.table-style2 tbody tr:hover {
    background-color: #e6f2ff;
}

.table-style2 th,
.table-style2 td {
    font-weight: normal;
    text-align: left;
    padding-left: 20px;
}

/* 其他页面样式 */

.describle {
    color: #b6b6b6;
}

.describlepowerSetSub {
    margin-left: 56px;
    width: 100%;
}

.selctByCheck {
    /*width: calc(100% - 346px);*/
    width: 100%;
    display: inline-block;
    /*float: right;*/
    /*padding-left: 34px;*/
}

.img {
    border-radius: 50%;
    width: 46px;
    height: 46px;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.warnMessage {
    color: red;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding-left: 80px;
}

.submitBtn {
    position: absolute;
    bottom: 0;
}

.menu {
    border: 1px solid #dedede;
    height: 690px;
    background-color: #f2f2f2;
    overflow-y: auto;
}

.editTittle {
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #dedede;
}

.editTittle > div:first-child {
    font-weight: bolder;
    font-size: 16px;
    float: left;
    padding-left: 15px;
}

.editTittle > div:last-child {
    float: right;
    padding-right: 15px;
}

.editTittle > div:last-child > span {
    display: inline-block;
    line-height: 46px;
    margin-left: 14px;
    cursor: pointer;
}

.circleImage {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    margin: 14px;
    display: inline-block;
    float: left;
    border: 1px dashed #dedede;
}

.selectImage {
    margin: 27px;
    display: inline-block;
    float: left;
}

.form-group > label {
    min-width: 100px;
    text-align: right;
}

.form-group1 > label {
    line-height: 38px;
    width: 50px !important;
    box-sizing: content-box;
}

.tbodyTd > td {
    /* width: 250px !important; */
}

/* .form-group>input {
    display: inline-block;
} */

.alertTittle {
    /*float: left;*/
    padding-left: 24px;
    font-weight: bold;
    font-size: 18px;
}

.remindContent {
    width: 80%;
    margin: 0 10%;
    max-height: 300px;
    border: 1px solid #dedede;
    border-top: none;
    overflow-y: scroll;
    z-index: 9999 !important;
}

.remindContent p {
    height: 36px;
    line-height: 36px;
    padding-left: 14px;
    margin: 0;
}

.remindContent p:hover {
    background-color: #dedede;
}

.remindContent::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.remindContent::-webkit-scrollbar-thumb {
    background-color: #e6f2ff;
    -webkit-border-radius: 6px;
}

.remindContent::-webkit-scrollbar-button {
    width: 10px;
    height: 10px;
}

.subMeu {
    background-color: #f4f4f4;
    margin: 3px;
    border: 1px dashed #dedede;
    width: 296px;
    min-height: 142px;
    margin-top: 0px;
}

.subMeu > div > span:first-child {
    display: inline-block;
    padding: 6px;
}

.subMeu > ul {
    list-style: none;
    display: inline-block;
}

.subMeu > ul > li {
    min-width: 84px;
    height: 28px;
    border-radius: 15px;
    border: 1px solid #dedede;
    line-height: 28px;
    text-align: center;
    margin: 6px;
    display: inline-block;
    padding: 0 4px;
}

.squareImage {
    width: 62px;
    height: 62px;
    border: 1px dashed #dedede;
    display: inline-block;
    margin: 14px;
    float: left;
}

.selectIcon {
    display: inline-block;
    cursor: pointer;
    margin-top: 6px;
    width: 62px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #dedede;
    color: #666666;
}

.subMeuHeader {
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
}

.header > div {
    /* float: right;
    line-height: 64px;
    margin-right: 24px; */
}

.header > div:first-child {
    /* cursor: pointer;
    display: inline-block; */
}
.loginOut {
    display: flex;
    align-items: center;
    margin-left: 20px;
}
.dropdown-toggle {
    margin-left: 20px;
    margin-right: 20px;
}

.subMenuDelete {
    width: 16px;
    height: 16px;
    background-color: silver;
    text-align: center;
    margin-left: 3px;
    line-height: 16px;
    float: right;
    clear: both;
    display: inline-block;
    cursor: pointer;
    margin-right: 5px;
}

#fenmap canvas {
    transition: all 1s;
}

.selectMenu {
    margin: 0;
    padding: 0;
}

.selectMenu > span {
    display: inline-block;
    border: 1px solid #dedede;
    border-radius: 8px 8px 0px 0px;
    height: 42px;
    line-height: 42px;
    width: 120px;
    text-align: center;
    border-bottom: none;
    cursor: pointer;
    border-bottom: none;
}

.selectMenu > span:hover {
    font-weight: bold;
    background-color: #ededed;
}

.active {
    font-weight: bold;
    background-color: #ededed;
}

.selectMenu > span:first-child {
    border-right: none;
}

.subMenuAdd {
    font-size: 86px;
    text-align: center;
    line-height: 142px;
    font-weight: normal;
    color: #e99e9f;
    margin-top: 36px;
    background-color: #ededed;
}

.subMenuDelete:hover {
    background: red;
    color: white;
}

.setIndexFootLeft {
    width: 400px;
    height: 100%;
    float: left;
    display: inline-block;
}

.setIndexFootRight {
    float: left;
    padding-left: 64px;
}

.checkedStyle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    background-image: url("../image/selected.png");
    background-size: cover;
    box-sizing: border-box;
    background-position: 0 0;
    background-color: white;
}

.unCheckedStyle {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    background-size: cover;
    box-sizing: border-box;
    background-position: 0 0;
    background-image: url("../image/unselected.png");
}

.checkboxDescrible {
    display: inline-block;
    height: 22px;
    margin-left: 16px;
    margin-top: 4px;
}

.setPhone {
    display: inline-block;
    width: calc(100% - 400px);
    margin-left: 36px;
    min-width: 500px;
}

.evaluateInfoLi {
    list-style: none;
    display: inline-block;
    text-align: center;
    border-radius: 18px;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
    color: black;
    border: 2px solid #cecece;
}

.tdNowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tableFrom {
    width: 100%;
    background-color: #e7eaed;
}

.tableFrom td,
.tableFrom th {
    border: 1px solid black;
    text-align: center;
    height: 25px;
}

.buildingSelected {
    background-color: #e3e3e2;
}

.buildingUnSelected {
    background-color: white;
}

.echarsDiv {
    float: left;
    width: 30%;
    height: 90%;
    text-align: center;
    background-color: #f6f7fc;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.echars {
    width: 400px;
    height: 300px;
}

.tbb {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.tbb .list {
    width: 100%;
    height: 100%;
    white-space: nowrap;
    overflow-y: hidden;
    position: relative;
    float: left;
}

.tbb .list li {
    list-style: none;
    width: 50%;
    height: 100%;
    text-align: center;
    color: black;
    float: left;
    cursor: pointer;
}

.tbb .list .cur {
    border-top: 1px solid black;
    border-bottom: 0px solid black;
}

.tbb .list .uncur {
    background-color: #fafafa;
    border-top: 0px solid black;
    border-bottom: 1px solid black;
}

.tbb .list .leftcur {
    border-left: 0px solid black;
    border-right: 1px solid black;
}

.poiGroupLeft {
    float: left;
    width: 400px;
    height: 726px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    padding-right: 20px;
}

.poiGroupRight {
    float: left;
    width: calc(100% - 400px);
    height: 726px;
    background-color: #f2f2f2;
    border: 1px solid #dedede;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
}

.poiGroupRightTop {
    background-color: #dedede;
    border: 1px solid #dedede;
}

.poiGroupDelete {
    width: 16px;
    height: 16px;
    background-color: silver;
    text-align: center;
    line-height: 16px;
    float: right;
    clear: both;
    display: inline-block;
    cursor: pointer;
}

.poiGroupDelete:hover {
    background: red;
    color: white;
}

.poiGroupMeu {
    background-color: #f4f4f4;
    border: 1px dashed #dedede;
    width: 100%;
    padding: 0 6px;
}

.poiGroupMeu > div > span:first-child {
    display: inline-block;
    padding: 6px;
}

.poiGroupMeu > ul {
    list-style: none;
    display: inline-block;
       max-width: 100%;
}

.poiGroupMeu > ul > li {
    max-width: 100%;
    min-width: 84px;
    height: 28px;
    border-radius: 15px;
    border: 1px solid #dedede;
    line-height: 28px;
    text-align: center;
    margin: 6px 0;
    display: inline-block;
    padding: 0 4px;
        text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.poiGroupMeuHeader {
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    
}

.poiGroupMenuAdd {
    font-size: 86px;
    text-align: center;
    line-height: 142px;
    font-weight: normal;
    color: #e99e9f;
    margin-top: 36px;
    background-color: #ededed;
}

.phoneContent {
    min-width: 346px;
    height: 726px;
    background-image: url("../image/ipone.png");
    background-size: 346px 726px;
    background-position: top left;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
}

.phone {
    position: absolute;
    top: 88px;
    left: 22px;
    width: 302px;
}

.headerPhone {
    height: 64px;
    background-color: #2da8fa;
    line-height: 64px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.scrollMin {
    width: 300px;
    height: 482px;
    overflow: hidden;
}

.scrollMax {
    width: 320px;
    height: 486px;
    overflow-y: scroll;
}

#firstMenu {
    list-style: none;
}

#firstMenu li {
    display: inline-block;
    width: 80px;
    height: 72px;
    border: 1px dashed #dedede;
    background-color: #f8f8f8;
    margin: 8px 6px 8px 6px;
    position: relative;
    padding: 3px;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
}

#firstMenu li:focus {
    background-color: #eeeeee;
}

#firstMenu li > div:first-child {
    position: absolute;
    right: -10px;
    top: -5px;
}

#firstMenu li:last-child {
    background-color: #9aedac;
    background-image: url("../image/add.png");
    background-repeat: no-repeat;
    background-position: center center;
}

#firstMenu li span {
    width: 100%;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    text-align: center;
    font-size: 12px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

#firstMenu2 {
    list-style: none;
}

#firstMenu2 li {
    display: inline-block;
    width: 20%;
    height: 28px;
    border: 1px solid #dedede;
    margin: 8px 3px 8px 3px;
    position: relative;
    padding: 3px;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
}

#firstMenu2 li:focus {
    background-color: #eeeeee;
}

#firstMenu2 li > div:first-child {
    position: absolute;
    right: -10px;
    top: -5px;
}

#firstMenu2 li span {
    width: 100%;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    text-align: center;
    font-size: 12px;
    color: #333333;
}

.firstMenu2-li-click {
    background-color: #e6f2ff;
}

.firstMenu2-li-click-un {
    background-color: #f8f8f8;
}

#OtherMenu {
    list-style: none;
}

#OtherMenu li {
    display: inline-block;
    width: 58px;
    height: 72px;
    border: 1px dashed #dedede;
    background-color: #f8f8f8;
    margin: 8px 6px 8px 6px;
    position: relative;
    padding: 3px;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
}

#OtherMenu li:focus {
    background-color: #eeeeee;
}

#OtherMenu li > div:first-child {
    position: absolute;
    right: -10px;
    top: -5px;
}

#OtherMenu li span {
    width: 100%;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    text-align: center;
    font-size: 12px;
    color: #333333;
}

#secondMenuList {
    list-style: none;
}

#secondMenuList li {
    display: inline-block;
    border: 1px solid #c1c1c1;
    border-radius: 4px;
    text-align: left;
    cursor: pointer;
    margin-right: 20px;
    margin-top: 24px;
    line-height: 28px;
    padding: 0 4px;
    background-color: #ffffff;
    line-break: anywhere;
}

#secondMenuList li div {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}

#secondMenuList li div > span {
    position: absolute;
    top: -20px;
    right: -20px;
}

.editMap {
    width: 75%;
    height: 324px;
    border: 1px solid #dedede;
}

.radio {
    width: 18px;
    height: 18px;
    position: absolute;
    opacity: 0;
}

.radio + .radio-label:before {
    content: "";
    border-radius: 100%;
    border: 1px solid #adadad;
    display: inline-block;
    width: 18px;
    height: 18px;
    top: 5px;
    position: relative;
    margin-right: 10px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.radio:checked + .radio-label:before {
    background-color: #46a1ff;
    box-shadow: inset 0 0 0 4px #fff;
}

.radio:focus + .radio-label:before {
    outline: none;
    border-color: #46a1ff;
}

.radio:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #fff;
    border-color: #adadad;
    background: #adadad;
}

.radio + .radio-label:empty:before {
    margin-right: 0;
}

.building-width {
    width: 100px;
}

.building-width2 {
    width: 210px;
}

.pageControl {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
}

.pageControl li {
    display: inline;
}

.pageControl li > button {
    /* width: 35px; */
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ddd;
    vertical-align: middle;
}

.pageControl li > select {
    width: 100px;
    display: inline-block;
    padding: 5px 4px;
    border: 1px solid #ddd;
    vertical-align: middle;
    color: #747474;
}

.pageControl li > input {
    width: 70px;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ddd;
    vertical-align: middle;
}

.pageControl .li-btn1 {
    color: #fff;
    background-color: #46a1ff;
    border: 1px solid #46a1ff;
}

.pageControl .li-btn1:hover {
    color: #fff;
    background-color: #1a7ce1;
    border: 1px solid #1a7ce1;
}

.pageControl .li-btn2 {
    color: #747474;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pageControl .li-btn2:hover {
    color: #fff;
    background-color: #46a1ff;
    border: 1px solid #46a1ff;
}

.pageControl .next,
.pageControl .next {
    float: right;
}

.pageControl .previous,
.pageControl .previous {
    float: left;
}

.pageControl .previousPress {
    background-image: url("../image/previousPress.png");
    background-size: 100% 100%;
}

.pageControl .nextPress {
    background-image: url("../image/nextPress.png");
    background-size: 100% 100%;
}

.iconTheme {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 150px;
    line-height: 10px;
    font-size: 16px;
    padding: 5px;
    cursor: pointer;
}

.iconTheme-style1 {
    color: #000;
}

.iconTheme-style1:hover,
.iconTheme-style1:focus {
    color: #46a1ff;
}

.iconTheme-style2 {
    color: #46a1ff;
}

.iconTheme-style2:hover,
.iconTheme-style2:focus {
    color: #1a7ce1;
}

.iconTheme-bottom {
    display: inline-block;
    width: 150px;
    line-height: 2px;
}

.iconTheme-bottom-style1 {
    background-color: #fff;
}

.iconTheme-bottom-style2 {
    background-color: #46a1ff;
}

.icon-body {
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.icon-body::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.icon-body::-webkit-scrollbar-thumb {
    background-color: #e6f2ff;
    -webkit-border-radius: 6px;
}

.icon-body::-webkit-scrollbar-button {
    width: 10px;
    height: 10px;
}

.icon-div {
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.icon {
    width: 100px;
    height: 100px;
    border: 1px solid #ececec;
    cursor: pointer;
}

.icon-bottom {
    margin: 10px 0;
}

.tabActive {
    color: #46a1ff;
    border-bottom: 2px solid #46a1ff;
}

.statusLabel {
    display: inline-block;
    height: 60px;
    width: 150px;
    line-height: 60px;
    background: #0ba9fc;
    color: white;
    text-align: center;
    float: right;
    margin-right: 8px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 0 5px;
    font-size: 13px;
}

.chartBox {
    width: 100%;
    height: 373px;
    padding: 0 20px 20px 20px;
    border: 1px solid #0ba9fc;
    border-radius: 12px;
    box-shadow: 0px 0px 10px #009ff254;
}

.chartBox_alarm {
    width: 100%;
    height: 373px;
    padding: 0 20px 20px 20px;
    border: 1px solid #fc0b43;
    border-radius: 12px;
    box-shadow: 0px 0px 10px rgba(252, 11, 67, 0.3);
}

.alarm_STH {
    background: #fc0b43;
    display: inline-block;
    height: 60px;
    width: 150px;
    line-height: 60px;
    color: white;
    text-align: center;
    float: right;
    margin-right: 8px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 0 5px;
    font-size: 13px;
}

.warning_STH {
    background: #fc0b43;
    display: inline-block;
    text-align: center;
    color: white;
    width: 50px;
    border-radius: 5px;
}

.normal_STH {
    background: #7fd06f;
    display: inline-block;
    text-align: center;
    color: white;
    width: 50px;
    border-radius: 5px;
}

.SthModal {
    position: absolute;
    width: 750px;
    height: 53%;
    top: 10%;
    background: white;
    z-index: 3;
    border: 1px solid #ddd;
    padding: 20px;
    overflow-x: auto;
    margin-left: 20%;
    border-radius: 10px;
}

.deleteConfirmModal {
    position: absolute;
    width: 350px;
    height: 150px;
    top: 10%;
    background: white;
    z-index: 3;
    border: 1px solid #ddd;
    padding: 20px;
    overflow-x: auto;
    margin-left: 20%;
    border-radius: 10px;
}

.templateShowMpdal_item button {
    margin-top: 10px;
    color: #409eff;
    background: #ecf5ff;
    border-color: #b3d8ff;
    padding: 4px;
}

.backDrop {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    right: 0;
}

.statusLabel_detail {
    display: inline-block;
    height: 60px;
    width: 150px;
    /* line-height: 18px; */
    background: #0ba9fc;
    color: white;
    text-align: center;
    float: right;
    margin-right: 8px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 0 5px;
    font-size: 12px;
}

.alarm_STH_detail {
    background: #fc0b43;
    display: inline-block;
    height: 60px;
    width: 150px;
    /* line-height: 18px; */
    color: white;
    text-align: center;
    float: right;
    margin-right: 8px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 0 5px;
    font-size: 12px;
}

.rightPart {
    overflow: hidden;
    width: 42%;
    height: calc(100% - 40px);
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    overflow-y: auto;
}

.inputText {
    display: inline-block;
    width: 120px;
    text-align: right;
}

.moreAction {
    display: inline-block;
    width: 130px;
    position: absolute;
    right: 0;
    top: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: white;
    text-align: center;
    line-height: 25px;
    z-index: 2;
}

.chartBox_his {
    width: 100%;
    height: 507px;
    padding: 0 20px 20px 20px;
    border: 1px solid #0ba9fc;
    border-radius: 12px;
    box-shadow: 0px 0px 10px #009ff254;
}

.chartBox_alarm_his {
    width: 100%;
    height: 507px;
    padding: 0 20px 20px 20px;
    border: 1px solid #fc0b43;
    border-radius: 12px;
    box-shadow: 0px 0px 10px rgba(252, 11, 67, 0.3);
}

.questionnaireLeft {
    float: left;
    width: 320px;
    min-height: 700px;
    border: 1px solid #dedede;
    margin-right: 2%;
}

.questionnaireRight {
    float: right;
    width: calc(98% - 320px);
    min-height: 700px;
    border: 1px solid #dedede;
}

.questionnaireRight-left {
    float: left;
    width: calc(100% - 2px);
    height: 700px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #ffffff;
    padding-top: 20px;
}

.questionnaireRight-right {
    float: right;
    width: 2px;
    height: 100%;
    background-color: #ffffff;
}

.questionnaireRight-left::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.questionnaireRight-left::-webkit-scrollbar-thumb {
    background-color: #e6f2ff;
    -webkit-border-radius: 6px;
}

.questionnaireRight-left::-webkit-scrollbar-button {
    width: 10px;
    height: 10px;
}

.subjectSelectTitle {
    font-size: 14px;
    padding: 6px 12px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 270px;
    margin: 20px 25px;
    color: #fff;
    background-color: #46a1ff;
    border-color: #46a1ff;
    cursor: default;
}

.subjectSelectBody {
    width: 270px;
    text-align: left;
    margin: 0 25px 10px 25px;
    padding-left: 50px;
}

.singleElection {
    background-image: url("../image/singleElection.png");
    background-position: 20px center;
    background-repeat: no-repeat;
}

.multipleElection {
    background-image: url("../image/multipleElection.png");
    background-position: 20px center;
    background-repeat: no-repeat;
}

.singleLineText {
    background-image: url("../image/singleLineText.png");
    background-position: 20px center;
    background-repeat: no-repeat;
}

.titleDivStyle1 {
    text-align: center;
    padding: 10px 200px 30px 200px;
    background-color: #f2f2f2;
}

.titleDivStyle2 {
    text-align: center;
    padding: 10px 200px 10px 200px;
    border: none;
}

.titleInputStyle1 {
    text-align: center;
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 10px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.titleInputStyle2 {
    text-align: center;
    display: block;
    /* width: 100%; */
    height: 38px;
    padding: 6px 10px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 4px;
}

.introduceDivStyle1 {
    text-align: center;
    padding: 10px 50px 30px 50px;
    background-color: #f2f2f2;
}

.introduceDivStyle2 {
    text-align: center;
    padding: 10px 50px 10px 50px;
    border: none;
}

.introduceInputStyle1 {
    display: block;
    width: 100%;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.introduceInputStyle2 {
    resize: none;
    display: block;
    width: 100%;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 4px;
}

.subjectDivStyle1 {
    text-align: center;
    padding: 10px 50px 10px 50px;
    background-color: #f2f2f2;
}

.subjectDivStyle2 {
    text-align: center;
    padding: 10px 60px 10px 60px;
    border: none;
}

.reminderBox {
    background-color: #fff;
    float: right;
    margin-top: 5px;
    border: 1px solid #cccccc;
}

.readonlyStyle:disabled {
    background-color: #fff;
}

.poiSelectStyle {
    width: 350px;
    margin: 0 0 0 75px;
    max-height: 450px;
    border: 1px solid #dedede;
    border-top: none;
    overflow-y: scroll;
    z-index: 9999 !important;
}

.poiSelectStyle::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.poiSelectStyle::-webkit-scrollbar-thumb {
    background-color: #e6f2ff;
    -webkit-border-radius: 6px;
}

.poiSelectStyle::-webkit-scrollbar-button {
    width: 10px;
    height: 10px;
}

.poiStyle {
    max-height: 500px;
    overflow-y: scroll;
}

.poiStyle::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.poiStyle::-webkit-scrollbar-thumb {
    background-color: #e6f2ff;
    -webkit-border-radius: 6px;
}

.poiStyle::-webkit-scrollbar-button {
    width: 10px;
    height: 10px;
}

.table-divX {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
}

.table-divX::-webkit-scrollbar {
    width: 6px;
    height: 10px;
}

.table-divX::-webkit-scrollbar-thumb {
    background-color: #e6f2ff;
    -webkit-border-radius: 6px;
}

.table-divX::-webkit-scrollbar-button {
    width: 10px;
    height: 10px;
}

.calorie-user-div {
    float: left;
    text-align: center;
    margin: 10px;
    border: 1px solid #dedede;
    width: 200px;
}

.calorie-info-div {
    border: 1px solid #dedede;
    margin: 15px;
    padding: 10px 0;
    font-size: 15px;
}

.modal-body-roll {
    height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-body-roll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.modal-body-roll::-webkit-scrollbar-thumb {
    background-color: #e6f2ff;
    -webkit-border-radius: 6px;
}

.modal-body-roll::-webkit-scrollbar-button {
    width: 10px;
    height: 10px;
}

.select div {
    float: left;
}

.select select {
    width: 200px;
    height: 300px;
    border: 1px #eee solid;
    padding: 4px;
    font-size: 14px;
}

.btn-item {
    padding: 0 50px;
}

.btn-item p {
    margin-top: 16px;
}

.btn-item p span {
    display: block;
    text-align: center;
    width: 50px;
    height: 30px;
    cursor: pointer;
    font-size: 14px;
    border: 1px solid #eeeeee;
    line-height: 30px;
    font-size: 20px;
}

.shuttle-left-right {
    float: left;
    width: 40%;
    height: 650px;
    border: 1px solid #eeeeee;
}

.shuttle-left {
    width: 100%;
}

.shuttle-left-right-title {
    height: 50px;
}

.shuttle-left-right-title p {
    line-height: 50px;
    margin: 0;
    background-color: #ededed;
    color: #747474;
}

.shuttle-left-right-body {
    height: 590px;
    overflow-x: hidden;
    overflow-y: auto;
}

.shuttle-left-right-body::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.shuttle-left-right-body::-webkit-scrollbar-thumb {
    background-color: #e6f2ff;
    -webkit-border-radius: 6px;
}

.shuttle-left-right-body::-webkit-scrollbar-button {
    width: 10px;
    height: 10px;
}

.shuttle-left-right-body p {
    line-height: 50px;
    height: 50px;
    margin: 0;
    color: #747474;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shuttle-center {
    padding-top: 30%;
    padding-left: 5%;
    padding-right: 5%;
    float: left;
    width: 20%;
}

.shuttle-center p {
    margin-top: 16px;
}

.shuttle-center p span {
    display: block;
    text-align: center;
    width: 100%;
    height: 30px;
    cursor: pointer;
    font-size: 14px;
    border: 1px solid #eeeeee;
    line-height: 30px;
    font-size: 20px;
}

.backgroundStyle {
    background-color: #b7d6f3;
}

.modal-body-app {
    position: relative;
    margin: 0 30px;
    height: 601px;
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-body-app::-webkit-scrollbar {
    display: none;
}

.mapZoomInButton {
    min-width: 36px;
    min-height: 36px;
    position: absolute;
    right: 10px;
    bottom: 60px;
    z-index: 20;
}

.mapZoomOutButton {
    min-width: 36px;
    min-height: 36px;
    position: absolute;
    right: 10px;
    bottom: 20px;
    z-index: 20;
    margin-left: 0px;
}

.fbs_input {
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0 8px;
}

.fbs_txt {
    display: inline-block;
    width: 58px;
}

.choose_parent_p {
    width: 95px;
    height: 35px;
    border: 1px solid #ccc;
    text-align: center;
    font: normal normal 14px/35px "黑体";
    border-radius: 5px;
}

.modal-lg-fuzzy {
    padding: 20px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.4);
}

.modal-content-nobor {
    box-shadow: none;
    border: 1px solid #fff;
}

.search_poi {
    height: 70px;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
}

.search_poi_c {
    margin: 0px 20px 0px 5px;
    height: 100%;
    display: flex;
}

.search_poi_text {
    height: 50px;
    width: 100%;
    font: normal normal 14px/25px "黑体";
}

.addPoiImg {
    width: 100%;
    height: 100%;
    background-image: url("../image/addIcon.png");
    background-position: center;
    background-repeat: no-repeat;
    size: 14px 14px;
}



.textHtml {
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font: normal bold 28px "黑体";
    color: #fff;
}

.border_line {
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

.layui-form-label {
    width: auto;
}

.map_button {
    width: 80px;
    height: 35px;
    float: right;
    background-color: #46a1ff;
    color: #fff;
    text-align: center;
    border-radius: 7px;
    font: normal normal 14px/35px "";
    margin-top: 8px;
}

.addbtn {
    border: 1px solid #e6e6e6;
    text-align: center;
    height: 34px;
    line-height: 34px;
    min-width: 50px;
}

.NavProConTopTitleLine {
    /* position: absolute; */
    width: 300px;
    height: 6px;
    left: 70px;
    background-color: rgba(51, 117, 255, 1);
    /* background-color: rgba(51, 117, 255, 1); */
    bottom: 20px;
    z-index: 1;
}

.NavProConTopitleLineShow {
    width: 0%;
    float: left;
    background-color: #ff9900;
    height: 100%;
    transition: all 0.3s ease;
}

.tipsContent {
    background-color: #f0f9eb;
    border-color: #e1f3d8;
    color: #67c23a;
    width: 100px;
    border-radius: 10px;
    min-width: 300px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    position: fixed;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    transition: opacity 0.3s, transform 0.4s, top 0.4s;
    overflow: hidden;
    padding: 15px 15px 15px 20px;
    display: flex;
}

* {
    outline: none;
}

.login_war {
    width: 100vw;
    height: 100vh;
    background: url("../image/background.jpg") no-repeat center center fixed;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.main {
    width: 460px;
    height: 424px;
    position: absolute;
    left: 50%;
    margin-left: -219px;
    top: 50%;
    margin-top: -264px;
}

.login_header {
    width: 460px;
    height: 38px;
    text-align: center;
    color: white;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 24px;
}

.loginDialog {
    width: 460px;
    height: 400px;
    background-size: 460px 322px;
    border-radius: 8px;
    background-color: black;
    background: rgba(0, 0, 0, 0.1);
    padding-top: 11px;
}

.loginSmall {
    width: 438px;
    height: 378px;
    margin: 0 auto;
    border-radius: 8px;
    background-color: white;
    padding-top: 36px;
    padding-left: 10%;
    padding-right: 10%;
}

.loginDialog p {
    width: 100%;
    /* width: 80%;
            margin: 0 auto; */
}

.input {
    width: 300px;
    height: 42px;
    line-height: 42px;
    padding-left: 16px;
    border: none;
}

.userName {
    background: url("../image/icon-user.png") no-repeat;
    background-position: left;
    border-bottom: 1px solid #dedede;
}

.password {
    background: url("../image/icon-password.png") no-repeat;
    background-position: left;
    border-bottom: 1px solid #dedede;
}

.errorMessage {
    margin: 0px;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    color: red;
    text-align: center;
}

.inputMes {
    text-align: center;
}

.button {
    width: 356px;
    height: 42px;
    background-color: #00ccff;
    color: white;
    border: none;
    font-size: 20px;
    font-weight: 500;
}
.licence_bt {   
     width: auto;
    font: normal normal 20px/40px "黑体";
    padding: 6px 50px;
    background-color: #179fff;
    border-color: #179fff;
    border: 0px;
    color: #fff;
}
.delete {
    display: inline-block;
    cursor: pointer;
}

#capchaId {
    height: 42px;
    width: 60px;
}

#capchaId img {
    height: 100%;
    width: 100%;
}

.wall_bg {
    position: absolute;
    z-index: 9999;
    line-height: 40px;
    left: calc(50% - 50px);
    top: -100px;
    text-align: center;
    box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.132),
        0 0.3px 0.9px 0 rgba(0, 0, 0, 0.108);
    color: #f56c6c;
    border-radius: 5px;
    transition: all 0.9s ease-in-out;
    display: flex;
    padding: 0 10px;
    justify-content: center;
    background-color: #fef0f0;
}

.wall_bgImg {
    width: 1.25rem;
    height: 1.25rem;
    background-image: url(../image/error.png);
    background-size: cover;
    box-sizing: border-box;
    background-position: 0 0;
    margin: auto;
}

.wall_bg_text {
    /* width: calc(100% - 60px);
    text-align: left;
    padding-right: 15px;
    box-sizing: border-box; */
    padding-left: 10px;
}

.wall_bgImg_cont {
    width: 60px;
    height: auto;
    display: flex;
}
/****************人体部分样式***********/

.headbtn {
    width: 100px;
    height: 36px;
    background: #ffffff;
    box-shadow: 0px 0px 16px 1px rgba(0, 203, 171, 0.2);
    display: flex;
    text-align: center;
    line-height: 36px;
    border-radius: 39px 39px 39px 39px;
}

.headbtn div {
    width: 50%;
    height: 100%;
    border-radius: 39px 39px 39px 39px;
    /* background: #00CBAB; */
    /* color: #25CBAB; */
}

.selectGender {
    background-color: #1a7ce1;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #ffffff;
}
.searchModel {
    width: 60%;
    min-height: 50%;
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 0;
    background: #fff;
    border: 1px solid #929191;
    padding: 10px;
}

.modalDialog {
    width: 95%;
    margin: 0 auto;
    margin-top: 28px;
}
.form-group-con {
    display: flex;
}
.form-group-Item {
    margin-right: 10px;
}
.escal_ware {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
}

.escal_load {
    margin: auto;
    font: normal bold 28px "宋体";
    color: #fbfbfb;
}
.tableContainer {
    max-height: 500px;
    overflow-y: auto;
}
.tableContainer::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.tableContainer::-webkit-scrollbar-thumb {
    background-color: #e6f2ff;
    -webkit-border-radius: 6px;
}
.modelContainer {
    max-height: 200px;
    overflow-y: auto;
}
.modelContainer::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.modelContainer::-webkit-scrollbar-thumb {
    background-color: #e6f2ff;
    -webkit-border-radius: 6px;
}
.modalHight {
    height: 400px;
    overflow-y: scroll;
    overflow-x: clip;
    margin: 10px;overflow-x: clip;
}
.modalHight::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.modalHight::-webkit-scrollbar-thumb {
    background-color: #e6f2ff;
    -webkit-border-radius: 6px;
}

#InfoInCardCheck > .layui-form-checkbox {
    /* padding-right: 40px !important; */
    width: 136px;
}

.extraLadder {
    display: inline-block;
    position: absolute;
    margin-top: 8px;
    font-size: 12px;
}
.extraLadder .layui-form-radio {
    margin: 0 !important;
}
.extraLadder .layui-form-radio>i{
    margin-right: 0;
}
.EnclosureIcon{
    width: 40px;
    height: 40px;
}