html {
    /*background-color: rgba(247, 247, 250, 1);*/  /*原登陆顶部白框隐藏*/
}

html, body {
    height: 100%;
    font-family: 'Microsoft YaHei';
}

ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.blue {
    color: #2FA4FB;
}

.fl {
    float: left;
}
.mylogo{
    width: 48px;
    height: 48px;
    margin-top: 8px;
    margin-left: 18px;
}
div[class*='sub-bar'] {
    width: 190px !important;
    left: 0;
    top: 64px;
}

.blue_bg {
    background-image: linear-gradient(-50deg,
    rgba(47, 164, 251, 0.56) 0%,
    rgba(0, 102, 255, 0.56) 100%),
    linear-gradient(
            #2fa4fb,
            #2fa4fb);
    background-blend-mode: normal,
    normal;
}

.blue_bg .navbar-text, .blue_bg .navbar-brand {
    font-size: 24px;
    color: #f0f4fb;
}

.sub-bar-big {
    height: 100%;
    background-color: #fff;
    overflow: auto;
}

.main_box {
    box-sizing: border-box;
    width: 100%;
    min-height: 100%;
    /*padding-left: 210px;*/
    /*padding-top: 70px;*/
    /*padding-right: 10px;*/
    background-color: rgba(247, 247, 250, 1);
}

.main > div {
    border-radius: 5px;
    padding: 10px;
    background-color: #fff;
}

.main-top {
    margin-bottom: 10px;
}

.main-txt {

}

.sub_bar_tit {
    border-bottom: 2px solid rgba(238, 238, 238, 1);
}

.sub_bar_tit img {
    margin: 20px 10px 20px 16px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
}

.sub_bar_tit .blue {
    font-size: 16px;
    width: 80px;
    margin-top: 26px;
}

.side_bar {
    height: 700px;
    margin-left: 25px;
    border-left: 3px solid rgba(238, 238, 238, 1);
}
.side_bar ol{display: none}

.side_bar img {
    margin: 0 10px;
}

.side_bar > li {
    padding: 30px 0 0;
    color: rgba(76, 90, 127, 1);
    cursor: pointer;
    font-size: 16px;
}

.side_bar ol li {
    color: #A3AABA;
    margin-left: 6px;
    padding-top: 10px;
}

/* 侧边导航选中 */
.side_bar li.active ol{display: block}
.side_bar > li.active {
    position: relative;
}

.side_bar > li.active:after {
    content: " ";
    position: absolute;
    left: -3px;
    top: 30px;
    height: 44px;
    border-left: 3px solid #0066FF;
    color: #d9d9d9;
    border-radius: 3px;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

.side_bar > li.active .active {
    color: rgba(76, 90, 127, 1);
}

.main-top .form-group {
    color: #999;
    margin-top: 10px;
}

.min-btn {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 18px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    background-color: #2FA4FB !important;
}

.min-btn img {
    vertical-align: middle;
    margin-right: 5px;
}

.main-txt .min-btn {
    margin-right: 30px;
    margin-bottom: 10px;
}

.main-txt {
    overflow-x: auto;
}

.table th {
    white-space: nowrap;
    background-color: #2FA4FB;
    color: #fff;
}

.table th, .table td {
    font-size: 12px;
    white-space: nowrap;
    text-align: center;
    border: none;
}

.pagination {
    margin: 0 !important;
}

.pull-left.pagination-detail {
    /*float: right!important;*/
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #F2F7FF;
}

.main-top .btn-default, .main-top input.form-control {
    width: 140px !important;
}

input.form-control, .btn-default {
    border: none;
    border-radius: 18px !important;
    background-color: #ECF3FF !important;
}

.btn-default {
    padding: 5px 8px 5px 15px;
    color: #999;
}

.circle {
    width: 30px;
    height: 30px;
    background: rgba(236, 243, 255, 1);
    border-radius: 18px;
}

.nav-tabs {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs li {
    width: 152px;
    height: 35px;
    border-bottom: 1px solid #ddd;
    background: url(../img/imgnew/tag.png) no-repeat center center !important;
}

.nav-tabs li {
    position: relative;
    display: block;
    margin-right: -30px;
}

.nav-tabs li.active {
    z-index: 9999;
    border-bottom: 1px solid #fff;
    background: url(../img/imgnew/tag-active.png) no-repeat center center !important;
}

.nav-tabs li a {
    color: #000;
    text-align: center;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: none;
    border: none;
}

.nav-tabs a:hover, .nav-tabs a:focus {
    background: none !important;
    border: none !important;
}

/*滚动条*/
.style-3::-webkit-scrollbar-track {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F4F4F4;
}

.style-3::-webkit-scrollbar {
    width: 6px;
    border-radius: 6px;
    background-color: #F4F4F4;
}

.style-3::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #ccc;
}

.mask {
    /*position: relative;*/
}

.mask:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2000;
    background-color: rgba(0, 0, 0, 0.5);
}

.dialog {
    width: 860px;
    height: 500px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 2001;
    border-radius: 10px;
    background-color: #fff;
}

.dialog .dialog_close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 38px;
    height: 38px;
    z-index: 3000;
}

.dialog_main {
    padding: 0 20px 20px;
}

.dialog_tit {
    line-height: 50px;
    height: 50px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #646464;
    border-bottom: 1px solid #ccc;
}

.dialog_main {
    overflow: auto;
    height: 500px;
}

.dialog_main .form-group {
    width: 49%;
    margin-bottom: 6px;
    padding-left: 40px;
    height: 40px;
}

.dialog_item input, .dialog_item .input-group, .dialog_item .form-group .dropdown {
    float: right;
}

.dropdown {
    display: inline-block;
}

.edit-btn {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 152px;
}

.edit-btn > div:last-child {
    margin-left: 10px;
}

.grey-bg {
    background-color: #CCCCCC !important;
}

.dialog_main .btn-default, .dialog_main input.form-control {
    width: 200px !important;
}

.dialog_main .btn-default {
    position: relative;
    text-align: left;
}

.dialog_main .btn-default img,.dialog_main .btn-default~img {
    position: absolute;
    right: 4px;
    top: 3px;
}

.pagination {
    text-align: center;
}

.pagination a {
    color: #666666 !important;
}

.pagination .active a {
    color: #fff !important;
    background-color: #F1C41C !important;
    border: 1px solid #F1C41C !important;
}

.button_menu_layout a {
    cursor: pointer;
    color: #2FA4FB;
    padding-left: 4px;
    padding-right: 4px;
}

.button_menu_layout> a:not(:last-child) {

   border-right: 1px solid #2FA4FB;
}
#location select{
    outline:none;
    /*display: block!important;*/
}
select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    /*border: solid 1px #000;*/
    /*很关键：将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    /*在选择框的最右侧中间显示小箭头图片*/
    /*background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll rightright center transparent;*/
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    /*padding-right: 14px;*/
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
    display: none;
}


/*  analysis 1*/
.theme-color{
    color: #1581FD;
}
.font-tit{
    font-size: 20px;
    margin-top: 10px;
}
.main .analysis{
    padding: 0;
    overflow: hidden;
}
.main .analysis table{
    margin: 10px;
}
.analysis .font-tit{
    text-align:center;
    margin-bottom: 10px;
}
.analysis th{
    font-size: 16px;
    border:none!important;
    background: url("../img/imgnew/th-bg.png")  no-repeat left center ;
    background-size: 100% 100%;
}
.analysis td{
    font-size: 14px;
}
.analysis  tr.table-title{
    color: #fff;
    background: #2FA4FB url("../img/imgnew/tit-bg.png")  no-repeat left center !important;
    background-size: 100% 100%!important;
}
.flex{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #F2F7FF;
    height: 300px;
    padding-bottom: 10px;
    padding-top: 10px;
    overflow: hidden;
}
.flex .map-item{
    flex:1;
    width: 33.33%;
    float:left;
    box-sizing: border-box;
    background-color: #fff;
    height:100%;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius:4px;
    padding: 5px;
}
.flex .map-item>div{
    width: 100%;
    height: 100%;
}
.flex .map-item:nth-of-type(2) {
    margin-left:10px;
    margin-right:10px;
}
.map-item>div{
    width:100%;
    height: 100%;
}

/* analysis 2 */
.myinfo{
    float: right;
    margin-top:20px;
    margin-right:60px;
    color: #fff;}
.myinfo img{
    margin-left: 20px;
    margin-right: 6px;
}
.map-box{
    position: relative;
    background-color: #F2F7FF;
    padding-top: 10px;
    overflow: hidden;
}
#map{
    box-sizing: border-box;
    width: 100%;
    height: 520px;
    background-color: #fff;
    border-radius: 6px;
    padding: 5px;
}

.analysis-flex {
    display: flex;
}
.analysis-flex table, .analysis-flex .panel{
    width: 50%!important;
    flex:1;
}
.analysis-flex table{
    margin-right: 0px!important;
}
.analysis-flex table td,.analysis-flex table th {
    padding-left: 3px!important;
    padding-right: 3px!important;
}
.analysis-flex .panel{display: flex;
    margin-left: 6px;}
.analysis-flex .panel-item{
    flex:1;
    height: 170px;
    width: 25%;
    float: left;
    padding: 10px 6px;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    margin-left: 6px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.analysis-flex .panel-item span{
    font-size: 24px;
}
.analysis-flex .panel-item p{
    margin-top: 6px;
    margin-bottom: 0px;
    height: 40px;
}
.analysis-flex .panel-item:nth-of-type(1){
    background-image: url("../img/imgnew/1.png");
}
.analysis-flex .panel-item:nth-of-type(1) img{
    width: 40px;
    height: 48px;
}
.analysis-flex .panel-item:nth-of-type(2){
    background-image: url("../img/imgnew/2.png");
}
.analysis-flex .panel-item:nth-of-type(2) img{
    width: 42px;
    height: 44px;
}
.analysis-flex .panel-item:nth-of-type(3){
    background-image: url("../img/imgnew/3.png");
}
.analysis-flex .panel-item:nth-of-type(3) img{
    width: 42px;
    height: 46px;
}
.analysis-flex .panel-item:nth-of-type(4){
    background-image: url("../img/imgnew/4.png");
}
.analysis-flex .panel-item:nth-of-type(4) img{
    width: 50px;
    height: 46px;
}
.radio-list{
    position: absolute;
    width: 200px;
    left: 200px;
    top: 16px;
    z-index: 9;
    color: #929292;
}
.radio-list>div{
    display: inline;
}
.radio-list input{
    display: none;
}
input[type="radio"]+label::before {
    content: "\a0";/*不换行空格*/
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    width: 16px;
    height: 16px;
    margin: 0  5px;
    border-radius: 2px;
    border: 1px solid #ccc;
}
.flex-between {
    display: flex;
    justify-content: space-between;
}
/* 设置选中样式 */
input[type="radio"]:checked+label::before {
    background: url("../img/imgnew/check.png") no-repeat center center;
    background-size: 100% 100%;
    background-clip: content-box;
    border:none;
}

/* info*/
.info{
    margin-top: 15px;
    min-height: 500px;
    margin-left: 30px;
}
.info .min-btn{
    margin-right: 10px;
    color: #3F3F3F!important;
    background-color: #EEEEEE!important;
}
.info .min-btn.active{
    color: #fff!important;
    background-color: #FF9800!important;
}
.info  img{
    vertical-align: middle;
}
.main-top .info .form-group{
    color: #333;
}
.main-top .info  input.form-control,.main-top .info .btn-default{
    width: 260px!important;
    text-align: left;
    margin-right: 15px;
}
.info .form-group>img{
    width: 17px;
}
.commit-info {
    width: 260px;
    text-align: center;
    margin: 50px auto 10px;

}