﻿/*
 * *Created by PoLeung
 * *Email 30930572@qq.com
 * *Create date 2021-01-11
 * *Copyright LockDataV
 * *Desc data visualization project based on echarts4.0.js.
 */

@charset "utf-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

/*页面全局设置*/
*, body {
    padding: 0px;
    margin: 0px;
    font-family: "微软雅黑";
}

body {
    font-size: 16px;
    font-family: "微软雅黑", "arial";
    background: #f5f5f5;
    background-size: cover;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

html, body {
    height: 100%;
}

li {
    list-style-type: none;
}

i {
    margin: 0px;
    padding: 0px;
    text-indent: 0px;
}

a {
    text-decoration: none;
    color: #0d8ddb;
}

a.active, a:focus {
    outline: none !important;
    text-decoration: none;
}

ol, ul, p, h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0
}

a:hover {
    color: #000;
    text-decoration: none !important
}

.clearfix:after, .clearfix:before {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.2);
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px rgba(29, 118, 222, 0.5);
    border-radius: 2px;
    background-color: rgba(191, 105, 2, 0.2);
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 8px rgba(191, 105, 2, 1);
    background-color: #555;
}

/*导航容器*/
.headNav {
    position: relative;
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: #bf6902;
}

.title {
    position: absolute;
    padding-left: 20px;
    color: #FFF;
    font-size: 26px;
    font-weight: bold;
    margin-top: -10px;
}

.title > img {
    padding-top: 10px;
}


.title > p {
    position: absolute;
    font-size: 8px;
    letter-spacing: 0px;
    font-weight: normal;
    width: 100%;
    margin-top: -55px;
    margin-left: 56px;
}

.searchBox {
    position: absolute;
    height: 100%;
    right: 20px;
    color: #0d8ddb;
}

#login_menu {
    color: #fff;
    margin-right: 10px;
}

#login_menu span {
    cursor: pointer;
    margin: 0 5px;
}

#search_btn {
    position: absolute;
    background-color: rgba(255, 255, 255, 0);
    background-image: url(../images/button.png);
    background-repeat: no-repeat;
    background-size: 100%;
    transition: all 0.5s;
    transform: rotate(90deg);
    cursor: pointer;
    width: 20px;
    height: 20px;
    top: 30px;
    right: 15px;
    border: 0;
    outline: none;
}

.my {
    float: right;
    width: 50%;
    text-align: right;
    height: 80px;
    margin-right: 5%;
}

.my span {
    display: inline;
    margin: 0 10px;
    color: #fff;
    cursor: pointer;
}

/*大屏主体设置*/
.mainbox {
    width: 100%;
    height: calc(100% - 80px);
}

.maplist_l {
    float: left;
    width: 25%;
    height: 100%;
    overflow-y: auto;
    background-color: #FFF;
}

.maplist_r {
    float: left;
    width: 75%;
    height: 100%;
}

.contentTitle {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.x-red {
    color: #ff5722;
}

.tipsHand {
    cursor: pointer;
}

/*layui样式调整*/
.lay_search {
    border-radius: 5px;
    background: #fff;
    margin: 10px auto;
    padding: 10px;
}

.lay_select {
    width: 115px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background: rgba(13, 141, 219, 1);
}

/*layui select背景色*/
.layui-form-select dl dd.layui-this {
    background-color: rgba(191, 105, 2, 0.5) !important;
    color: #fff
}

#citys {
    width: 100%;
}


/*弹出窗内容*/
.popTitle {
    width: 100%;
    height: 25px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.infoItems {
    color: rgba(0, 0, 0, 1);
    background: rgba(0, 0, 0, 0) !important;
    padding: 2px 0;
    margin: auto 0;
    font-size: 12px;
}

.infoItems > span {
    font-size: 12px;
    padding-left: 5px;
    color: rgba(0, 0, 0, 1);
}

.infoItems > a > span {
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
}

.infoItems > input {
    font-size: 12px;
    outline: none;
    color: rgba(0, 0, 0, 1);
    border: none;
    background: transparent;
}

.fl_left {
    float: left;
}

.fl_right {
    float: right;
}

.hand1 {
    cursor: pointer;
    margin: auto 2px;
}

/*一级框架*/
.mainBox {
    margin: 15px 10%;
}


/*底部版权*/
.footer {
    width: 100%;
    height: 120px;
    background: #424242;
}

.footer_box1, .footer_box2 {
    float: left;
    margin-top: 10px;
}

.footer_box1 {
    width: 80%;
}

.footer_box1 > p {
    margin: 10px auto;
    color: #fff;
    font-size: 12px;
}

.footer_box2 {
    width: 20%;
    text-align: center;
}

.footer_code {
    width: 80px;
    text-align: center;
    margin: 0 auto;
}

.footer_code > p {
    margin: 10px auto;
    color: #fff;
    font-size: 12px;
}

#footer_qrcode {
    text-align: center;
    margin: 0 auto;
    border: 10px solid #fff;
}

.links {
    text-decoration: none;
    color: #FFF;
}

/*分步统计*/
#steps {
    width: 70%;
    margin: 0 auto;
    padding-left: 10%;
}

.step-item {
    display: inline-block;
    line-height: 48px;
    position: relative;
    background: #ffffff;
}

.step-item-tail {
    width: 100%;
    padding: 0 10px;
    position: absolute;
    left: 0;
    top: 23px;
}

.step-item-tail i {
    display: inline-block;
    width: 100%;
    height: 1px;
    vertical-align: top;
    background: #c2c2c2;
    position: relative;
}

.step-item-tail-done {
    background: #009688 !important;
}

.step-item-head {
    position: relative;
    display: inline-block;
    height: 48px;
    width: 48px;
    text-align: center;
    vertical-align: top;
    color: #009688;
    border: 1px solid #009688;
    border-radius: 50%;
    background: #ffffff;
}

.step-item-head.step-item-head-active {
    background: #009688;
    color: #ffffff;
}

.step-item-main {
    background: #ffffff;
    display: block;
    position: relative;
}

.step-item-main-title {
    font-weight: bolder;
    color: #555555;
    margin-left: -5px;
}

.step-item-main-desc {
    color: #aaaaaa;
}

.articleTitle {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.articleContent {
    font-size: 16px;
    line-height: 180%;
}

.qrcode {
    position: fixed;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    background-color: #fff;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
}

.qrcode > img {
    width: 100%;
}

/* 天地图信息窗口容器 */
.info-window-container {
    padding: 16px 20px 16px 16px;
    width: 300px;
    background: #ffffff;
    /*box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);*/
    border: 0px solid #f0f0f0;
    overflow: hidden;
    position: relative;
}

/* 标题样式 */
.info-window-title {
    margin: 0 0 16px 0;
    color: #1a202c;
    font-size: 17px;
    font-weight: 700;
    padding-bottom: 12px;
    border-bottom: 2px solid #e8eef3;
    position: relative;
    display: flex;
    align-items: center;
}

.info-window-title::before {
    content: '';
    width: 4px;
    height: 18px;
    background: #333333;
    border-radius: 2px;
    margin-right: 10px;
    flex-shrink: 0;
}

/* 内容区域 */
.info-window-content {
    line-height: 2;
    color: #4a5568;
    font-size: 13px;
}

/* 信息行 */
.info-window-row {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.info-window-row::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background: #cccccc;
    border-radius: 50%;
}

/* 标签样式 */
.info-window-label {
    color: #718096;
    font-weight: 600;
    margin-right: 6px;
    flex-shrink: 0;
}

/* 导航链接 */
.info-window-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    padding: 10px 20px;
    background: #333333;
    color: #fff !important;
    text-decoration: none;
    border-radius: 24px;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
    width: 100%;
}

.info-window-link:hover {
    background: #444444;
}

.info-window-link:active {
    transform: translateY(0);
}

/* 空值提示 */
.info-window-empty {
    color: #a0aec0;
    font-style: italic;
}

.TMap_InfoWindow {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.TMap_InfoWindow .TMap_InfoWindow_close {
    display: none !important;
}

.TMap_InfoWindow .TMap_InfoWindow_content {
    padding: 0 !important;
    margin: 0 !important;
}