
#content-core{
	max-width: 100%;
}
#content{
    padding:0;
}
main,body{
    background: #FAFAFA;
    min-height: 769px;
	/* font-family:Harding,Palatino,serif !important; */

}
a {
	cursor: pointer;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}
main p{
	/* font-family: Noto Sans SC !important;  */
}
main .page-meicList{
	/* padding-bottom: 100px; */
}
.download_advanced_tag{
    color: #406EB5;
    padding: 3px 5px;
    border: 1px solid #406EB5;
    border-radius: 4px;
    margin-right: 6px;
}
@media (max-width: 992px){
    .page-meicList.container{
        width: 100%;
        padding: 0;
    }
    .page-meicList.container .col-sm-2{
        position: fixed;
        z-index: 9;
        top:220px;
        left: 0;
        padding: 0;
    }
    .page-meicList.container .col-sm-2 .sidebar_content{
        width: 140px;
    }
    .page-meicList.container .col-sm-10{
        width: 100%;
        padding: 10px;
    }
    .page-meicList.container .col-sm-2 .sidebar_content .baLeftMenu{
        content: "";
        display: inline-block;
        width: 16px;
        height: 68px;
        left: 140px;
        top: 143px;
        background: #406EB5;
        border-radius: 0px 3px 3px 0px;
        position: absolute;
        right: 0;
    }
    .col-sm-2 .baLeftMenu{
        cursor: pointer;
    }
    /* 展开 */
    .col-sm-2 .baLeftMenu .open{
        content: '';
        position: absolute;
        left:50%;
        bottom:50%;
        margin-left: -4px;
        margin-bottom:-3px;
        height:6px;
        width:6px;
        background: linear-gradient(135deg, #fff 0%,#fff 50%,transparent 50%,transparent 100%);
        transform: rotate(135deg);
    }
    /* 收起 */
    .col-sm-2 .baLeftMenu .put{
        content: '';
        position: absolute;
        left:50%;
        bottom:50%;
        margin-left: -2px;
        margin-bottom:-3px;
        height:6px;
        width:6px;
        background: linear-gradient(316deg, #fff 0%,#fff 50%,transparent 50%,transparent 100%);
        transform: rotate(135deg);
    }
}
.sidebar_content{
	background: #FFFFFF;
	box-shadow: 0px 3px 3px rgba(35, 35, 35, 0.15);
	padding:20px 15px;
}
.col-sm-2 .sidebar_content .classification .titleName{
    font-weight: bold;
	color: #000000;
    position:relative;
    cursor: default;
}
.col-sm-2 .sidebar_content .classification .titleName:after{
	content: '';
	position: absolute;
	right:0px;
	bottom:50%;
	margin-bottom:-3px;
	height:6px;
	width:6px;
	background: linear-gradient(225deg, #000 0%,#000 50%,transparent 50%,transparent 100%);
	transform: rotate(135deg);
}

.col-sm-2 .sidebar_content .classification .sub-titleName{
    font-weight: 400;
	color: #666666;
    font-size: 16px;
    position:relative;
}

.col-sm-2 .sidebar_content .classification .sub-titleName:after{
	content: '';
	position: absolute;
	left:48px;
	bottom:50%;
	margin-bottom:-1px;
	height:6px;
	width:6px;
	background: linear-gradient(225deg, #666 0%,#666 50%,transparent 50%,transparent 100%);
	transform: rotate(135deg);
}
.col-sm-2 .sidebar_content .classification .sub-content p {
    font-size: 14px;
}
.col-sm-2 .sidebar_content .classification ul li p:hover,.col-sm-2 .sidebar_content .classification .sub-content p:hover {
    color: #406EB5;
}
.col-sm-2 .sidebar_content .classification .sub-content{
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box;
}
.col-sm-2 .sidebar_content ul{
    list-style: none;
    margin: 0;
}
.col-sm-2 .sidebar_content ul li{
    margin-top: 15px;
}
.simple{
	border-color:#E9E9E9;
	margin:15px 0;
}
.sidebar_content p{
	font-size: 16px;
	font-family: 'LatoWeb' !important;
	line-height: 18px;
	margin-bottom:0;
	color:#666666;
	cursor: pointer;
}
.sidebar_content p.active{
	font-weight: bold;
	color: #406EB5;
	position: relative;
	font-family: 'LatoWebSemibold' !important;
}
.col-sm-2 .sidebar_content p.active:after{
	content: '';
	position: absolute;
	right:0px;
	bottom:50%;
	margin-bottom:-3px;
	height:6px;
	width:6px;
	background: linear-gradient(135deg, #406EB5 0%,#406EB5 50%,transparent 50%,transparent 100%);
	transform: rotate(135deg);

}
.meicList-title{
    margin-bottom:10px;
	line-height: 1.4;
	margin-top:0px;
}
.meicList-title .group_name{
	color: #406EB5;
	margin:0;
	font-size: 24px;
	line-height: 28px;
	font-family: 'LatoWebSemibold' !important;
}
.meicList-title_desc{
	margin-top:10px;
	font-size: 14px;
	line-height: 20px;
	color: #999999;
}
.meicList-title_desc i{
	color: #C4C4C4;
}
.meicList-title_desc .version{
	color: #666666;
}

/* 开关 */
.switchWraper{
	margin-top:6px;
	text-align: right;
	position: relative;
	float: right;
	margin-right: 15px;
 }
.switch {
	position: absolute;
	display: inline-block;
	width:20px;
	height:14px;
	left: -26px;
	bottom: 0;
	margin-bottom: 2px;
}

.switch input {display:none;}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 8px;
	width:8px;
	left:2px;
	bottom:2px;
	background-color: #000;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #20D748;

}
input:checked + .slider.round {
	border: 1px solid #19C63E;
}
input:checked + .slider:before {
	background-color: #fff;
}

input:focus + .slider {
	box-shadow: 0 0 1px #20D748;
}

input:checked + .slider:before {
	-webkit-transform: translateX(6px);
	-ms-transform: translateX(6px);
	transform: translateX(6px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
	border: 1px solid #000000;
	box-sizing: border-box;
}

.slider.round:before {
	border-radius: 50%;
}
.tableWrapper{
    background: #FFFFFF;
    box-shadow: 0px 3px 3px rgba(35, 35, 35, 0.15);
	padding:20px 30px 10px;
}
#meic_list .tableWrapper .fixed-table-container .fixed-table-body{
	max-height: 600px;
	/* white-space: nowrap;  */
	overflow: auto;
	-webkit-backface-visibility: hidden;
	-webkit-overflow-scrolling: touch;
}
.tableWrapper table{
    /* text-align:left; */
    border:0;
}
.tableWrapper table th{
    text-align: center !important;
}
.tableWrapper .no-records-found{
    text-align: center;
}
.tableWrapper th{
	border:0!important;
	/* padding-left:0 !important; */
	padding-right: 0 !important;
	font-family: 'LatoWebSemibold';
}
.tableWrapper td{
    border-left:0 !important;
	border-right:0 !important;
	/* padding-left:0 !important; */
	padding-right: 0 !important;
	min-width:60px;
	max-width: 100px;
	font-family: 'LatoWeb';
}
.tableWrapper td .btn-default{
	margin-right:5px;
}
.tableWrapper td .btn{
	padding: 5px 10px;
    font-size: 12px;
}
/* 配置信息 */
.warnOrSuccessOrErrorMiniModal .modal-content,
#ListConfigurationModalLabel .modal-content,
#deleteConfirmModalLabel .modal-content,
#deleteSucceModalLabel .modal-content,
#deleteErrorModalLabel .modal-content,
#dataDownloadModalLabel .modal-content{
    width: 640px;
    padding:20px 30px;
    border-radius:0px;
    box-shadow: 0px 3px 3px rgba(35, 35, 35, 0.15);
}
.listOrOtherbigModal .modal-dialog{
    width: max-content!important;
}
.listOrOtherbigModal .modal-content{
    width: 800px;
    padding:20px 30px;
    border-radius:0px;
    box-shadow: 0px 3px 3px rgba(35, 35, 35, 0.15);
}
#DataApplicationModalLabel .modal-content,
#ReadmeModalLabel .modal-content{
	/* width: 640px; */
    padding:20px 0px 0 0;
    border-radius:0px;
    box-shadow: 0px 3px 3px rgba(35, 35, 35, 0.15);
}
#DataApplicationModalLabel .modal-header,
#ReadmeModalLabel .modal-header
{
    padding:0 0 10px 0;
    margin: 0 30px;
}
#DataApplicationModalLabel .modal-body,
#ReadmeModalLabel .modal-body{
	margin: 20px 30px 0;

}
.warnOrSuccessOrErrorMiniModal .modal-content,
#deleteConfirmModalLabel .modal-content,
#deleteSucceModalLabel .modal-content,
#deleteErrorModalLabel .modal-content{
	width:480px;
}
#dataDownloadModalLabel .modal-dialog,
#DataApplicationModalLabel .modal-dialog,
#listHighModal .modal-dialog
{
	margin-top: 114px !important;
}
#dataDownloadModalLabel .modal-content{
	width:820px;
	min-height:400px;
}
#mapviewModalLabel,#mapviewModalLabel .modal-dialog{
	width: 100%;
}
#mapviewModalLabel .modal-dialog{
	margin:100px auto 0 auto !important;

}
#mapviewModalLabel .modal-content{
	width:96%;
	min-height: 630px;
	height:800px;
	padding:20px 0;
    border-radius:0px;
	box-shadow: 0px 3px 3px rgba(35, 35, 35, 0.15);
	margin: 10px auto;
}
.modal{
	padding-right:0 !important;
}
#dataDownloadModalLabel .modal-dialog{
	width: max-content;
}
.modal .modal-content{
    /* display:inline-block; */
    overflow: hidden;
    /* padding:30px; */
}
/* 数据下载bootstrap-select样式设置 */
#SelectDomain .dropdown.bootstrap-select.select-country-item{
    width: 100% !important;
    margin-top: 10px;
    max-height: 300px !important;
}
#SelectDomain .dropdown.bootstrap-select.select-country-item .dropdown-menu {
    min-width: 100% !important;
    max-height: 300px !important;
}
#SelectDomain .divider{
    padding: 0;
    border: 0;
    margin: 0;
    background: transparent !important;
}
#SelectDomain .dropdown-header {
    background: #EEEEEE !important;
    height: 26px;
}

.modal .modal-body{
    padding:0;
}
#ListConfigurationModalLabel .modal-header{
    padding:0 0 10px 0;
}
#ListConfigurationModalLabel .modal-footer{
    padding: 20px 0 0 0;
}
#ReadmeModalLabel > .modal-dialog, #ReadmeModalLabel .modal-content {
	max-width: 640px;
}
.modal-title{
	display: inline-block;
	font-size: 20px;
	font-weight:normal;
}
#ListConfigurationModalLabel ul,
#listInformationModalLabel ul{
	list-style: none;
	margin-left:0;
	margin-top: 20px;
}
#ListConfigurationModalLabel ul li,
#listInformationModalLabel ul li{
	overflow: hidden;
}
#ListConfigurationModalLabel li p,
#listInformationModalLabel li p{
	font-size: 14px;
	line-height: 24px;
	margin-bottom:0;
}
#ListConfigurationModalLabel li .Itemlabel,
#listInformationModalLabel li .Itemlabel{
	float: left;
	margin-right:20px;
	text-align: right;
	min-width: 100px;
}
#ListConfigurationModalLabel li .Itemlabel{
    min-width: 180px !important;
}
#ListConfigurationModalLabel li .value,
#listInformationModalLabel li .value{
	float: left;
	max-width: 540px;
}
#ListConfigurationModalLabel li .value{
    max-width: 370px;
}
.warnOrSuccessOrErrorMiniModal .modal-content,
.deleteModalLabel .modal-content{
    /* display:inline-block; */
    overflow: hidden;
    padding:30px;
}

.warnOrSuccessOrErrorMiniModal .pull-left i,
.deleteModalLabel .pull-left i{
    font-size: 40px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    margin-right: 20px;
}
.warnOrSuccessOrErrorMiniModal .pull-left i.glyphicon-question-sign,
.deleteModalLabel .pull-left i.glyphicon-question-sign{
	color:#FE9D0C;
}
.warnOrSuccessOrErrorMiniModal .pull-left i.glyphicon-ok-sign,
.deleteModalLabel .pull-left i.glyphicon-ok-sign{
	color: #20D748;
}
.warnOrSuccessOrErrorMiniModal .pull-left i.glyphicon-remove-sign,
.deleteModalLabel .pull-left i.glyphicon-remove-sign{
	color: #FF0000;
}
.warnOrSuccessOrErrorMiniModal .pull-left h3,
.deleteModalLabel .pull-left h3{
    margin-top:5px;
    margin-bottom: 20px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
}
.warnOrSuccessOrErrorMiniModal .pull-left .btn,
.deleteModalLabel .pull-left .btn{
    /* width: 60px; */
    height: 36px;
    font-size: 16px;
	margin-top:40px;
	margin-right:10px;
}



#dataDownloadModalLabel .modal-content{
    padding:20px 0 0 0;
}
#dataDownloadModalLabel fieldset{
    padding:30px 30px 36px 30px;
}
#dataDownloadModalLabel .bottom{
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}
#dataDownloadModalLabel .bottom p{
    margin-bottom:0px;
}
#dataDownloadModalLabel .modal-body .form-group{
    margin-bottom: 10px;
}
#dataDownloadModalLabel .modal-body .checkbox{
    margin-top: 20px;
    margin-bottom: 20px;
}
#dataDownloadModalLabel .modal-header,
#mapviewModalLabel .modal-header{
    padding:0 0 10px 0;
    margin:0 30px;
}
#mapviewModalLabel .modal-body{
	height:98%;
}
#dataDownloadModalLabel .modal-title{
    display: inline-block;
}
#dataDownloadModalLabel .modal-body{
	padding: 10px 30px;
}


#dataDownloadModalLabel .item,
#meic_list_high .item,
#dpec_list_high .item{
	border-bottom: 1px solid #e5e5e5;
	padding:0 1px 10px 1px;
	margin-bottom: 15px;
}
.addInventoryContent,.report-template-create{
    overflow-x:hidden;
    max-height: 620px;
}
#addInventoryModal .item,
.addInventoryContent .item,
.report-template-create .item{
    margin-bottom: 15px;
}
.uploadConteny{
    display: none;
    margin-top: 10px;
    color: #999;
}
.addInventoryContent .uploadConteny .progress{
    display: inline-block;
    width:200px;
    height:16px;
    vertical-align: middle;
    margin-bottom: 0;
    margin-left: 10px;
    border-radius:0 ;
}
.group_tit{
    overflow: hidden;
    width: 100%;
}
.group_tit .pull-right.clearAll{
    display: none;
    margin-left: 10px;
}
.group_tit .pull-left,.labelTitle{
    font-size:16px;
    color: #000;
    margin: 0;
}
.group_tit .pull-right{
    font-size:14px;
    color:#085CB9;
    margin: 0;
}
.group_tit .must{
	color: #999999;
	font-size:14px;
    font-weight: normal;
}
.inputWraper,
.checkboxWraper,
.radioWraper{
    margin-top:14px;
}
.checkboxWraper .itemLabel,
.radioWraper .itemLabel{
    min-width:18%;
    display: inline-block;
}
#meic_list_high #category .itemLabel,
#dpec_list_high #category .itemLabel{
    min-width:15%;
    width: auto;
}
.checkbox-inline,.radio-inline{
    margin-left: 0!important;
    margin-bottom: 10px;
}

#meic_down{
	min-height: 600px;
}
#meic_down table,
#meic_down .bootstrap-table .fixed-table-container .table thead th .th-inner,
#meic_list table,
#meic_list .tableWrapper .table > thead > tr > th{
	text-align: center;
}
/* 输出空间分辨率 - start */

/* 兰伯特投影,经纬度投影 */
.lambertProjection-wraper,
.lonlatProjection-wraper,
.monthByMonth-wraper{
    display: none;
    padding: 10px;
    background: #F5F5F5;
    position: relative;
    margin-bottom: 10px;
}
.monthByMonth-wraper .checkbox-inline.itemLabel{
    min-width: 16%;
}

.lambertProjection-wraper input{
    border: 1px solid #CED4DA;
}
/* 小三角-start */
.lambertProjection-wraper .sup-top,
.lonlatProjection-wraper .sup-top{
    position: absolute;
    top: -16px;
    left: 320px;
}
.lonlatProjection-wraper .sup-top,
.dzdataBody .lambertProjection-wraper .sup-top{
    left:180px;
}
.dzdataBody .lonlatProjection-wraper .sup-top{
    left:40px;
}
.lonlatProjection-wraper label{
    margin-bottom: 0;
}
.monthByMonth-wraper .sup-top:before,
.lambertProjection-wraper .sup-top:before,
.lonlatProjection-wraper .sup-top:before{
    position: absolute;
    content: '';
    border-top:8px transparent dashed;
    border-left:8px transparent dashed;
    border-right:8px transparent dashed;
    border-bottom:8px #F5F5F5 solid;
}
.lambertProjection-wraper .sup-top:before{
    border-bottom:8px #F5F5F5 solid;
}
.lambertProjection-wraper .sup-top:after{
    top: 1px; /*覆盖并错开1px*/
    border-bottom:8px #F5F5F5 solid;
}
.monthByMonth-wraper .sup-top{
    position: absolute;
    top: -16px;
    left: 160px;
}
/* 小三角-end */
.lambertProjection-wraper .lambertProjection-title{
    overflow:hidden;
}
.lambertProjection-wraper .projectionSettings{
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}
.lambertProjection-wraper .referenceValue{
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    color: #406EB5;
    margin-left: 20px;
    cursor: pointer;
}
.lambertProjection-content{
    display: flex;
    margin-top: 15px;
    margin-left: 20px;
}
.lambertProjection-content .OSRSettingItem{
    margin-right: 20px;
    display: flex;
    align-items: baseline;
}
.lambertProjection-content .OSRSettingItem:last-child{
    margin: 0;
}
.lambertProjection-content label.control-label{
    font-weight: normal;
    flex: 1;
}
.lambertProjection-content .form-control{
    width:90px;
}
.lambertProjection-content span:last-child{
    margin-left: 10px;
}
#createInventoryModal .lambertProjection-content span:last-child{
    width: 40px;
}
/* 地图预览 */
.mapPreviewImg{
    display: block;
    width:auto;
    height: 600px;
    margin:15px auto;
}


/**耦合 ， MEIC_高精度定制数据申请*/
#meic_coupling_inventory .lonlatProjection-wraper{
    display: flex;
    width: 534px;
    flex-wrap: wrap;
    margin-top: 10px;
}
#meic_coupling_inventory .lambertProjection-wraper{
    margin-top: 10px;
}
#meic_coupling_inventory .lambertProjection-wraper .sup-top,
#meic_list_high .lambertProjection-wraper .sup-top,
#dpec_list_high .lambertProjection-wraper .sup-top{
    left:150px;
}
#meic_coupling_inventory .lonlatProjection-wraper .sup-top,
#meic_list_high .lonlatProjection-wraper .sup-top,
#dpec_list_high .lonlatProjection-wraper .sup-top{
    left:40px;
}
#meic_coupling_inventory .lambertProjection-content{
    margin-top: 0px;
    margin-left: 0;
}
#meic_coupling_inventory .lambertProjection-content label.control-label{
    width: 100px;
}
/* 输出空间分辨率 - end */

/*数据申请*/
#DataApplicationModalLabel textarea,
#meic_list_high textarea,
#dpec_list_high textarea
{
	resize:none;
}
.agremWraper p{
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 26px;
}
.agremWraper ul{
	list-style-type: none;
	margin: 0;
}
.agremWraper ul li{
	font-size: 14px;
	line-height: 26px;
}
.agreeInput{
	padding-bottom:15px;
	font-size: 14px;
	line-height: 19px;
}
.applicTableWraper{
	background: #FFFFFF;
	border: 1px solid #CED4DA;
	box-sizing: border-box;
	border-radius: 3px;
	height: 264px;
	padding:10px;
}
#table_applic{
	border:0;
}
#table_applic tbody {
	display: block;
	height:200px;
	overflow-y:auto;
}

#table_applic thead,#table_applic tbody tr{
	display:table;
	width:100%;
	table-layout:fixed;
	box-sizing: border-box;
}
#table_applic thead th{
	border:0;
}
#table_applic thead th,#table_applic tbody td{
	text-align: left;
	border-right: 0;
}
#table_applic thead th {
	font-family: 'LatoWebSemibold';
}
#table_applic tbody td {
	font-family: 'LatoWeb';
}
#table_applic tbody td.year {
	text-align: left;
}
#table_applic tbody td.year > label {
	margin-right: 10px;;
}
#table_applic tbody td.year > label > input {
	margin-right: 10px;;
	margin-top: 2px;
}

#table_applic thead {
	width: calc( 100% - 14px );
}

.pleaseReferTo{
	font-weight: bold;
	font-size: 14px;
	line-height: 26px;
}

.copyWraper{
	background: #FFFFFF;
	/* border: 1px solid #DDDDDD; */
	box-sizing: border-box;
	margin:10px 0px 32px;
	padding:10px;
	padding-left: 0;
}
#copyContent{
	/* height: 220px; */
	overflow-y: auto;
	font-size: 13px;
	color: #666666;
    font-family: Noto Sans !important;
}
.glyphicon_copy_succe{
	display: none;
	margin-left: 10px;
	color: #20D748;
}

/* 高定制 */
#dataDownloadModalLabel{
    overflow-y: auto !important;
}
#dataDownloadModalLabel .modal-footer{
	text-align: left;
	padding-left:30px;
	padding-right:30px;
}
.HighPrecision,.HighPrecision p {
	display: inline-block;
}
.HighPrecision i{
	margin-right: 5px;
	color:#0D63B1;
	font-size: 16px;
}
.HighPrecision p{
	margin-top: 5px;
	margin-bottom: 0;
}
.buttonContent{
	display: inline-block;
	float: right;
}
/* #HighPrecisionProtocolModal  */
#HighPrecisionProtocolModal .modal-content
{
	padding-left:30px;
    padding-right:30px;
    border-radius:0px;
    box-shadow: 0px 3px 3px rgba(35, 35, 35, 0.15);
}
#HighPrecisionProtocolModal .modal-header{
	padding:20px 0 10px;
}
#HighPrecisionProtocolModal .ProtocolWraper{
	box-sizing: border-box;
	border-radius: 3px;
	padding:20px;
	margin-top: 20px;
}
.proto-ok{
	background: rgba(45, 156, 219, 0.1);
	border: 1px solid rgba(45, 156, 219, 0.5);
	color: #2D9CDB;
}
#HighPrecisionProtocolModal .ProtocolWraper ul{
	list-style: none;
	margin-left:0;
}
.ProtocolWraper p{
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
}
#HighPrecisionProtocolModal .ProtocolWraper ul li{
	font-size: 14px;
	line-height: 20px;
	/* color: #2D9CDB; */
}
#HighPrecisionProtocolModal .agreeInput{
	padding-bottom: 10px;
}

/* meic_list_high */
#meic_list_high .page-content,
#dpec_list_high .page-content{
	width: 100%;
	padding:20px 30px 85px;
    overflow: auto;
    height: 100%;
}
#meic_list_high .itemLabel,
#dpec_list_high .itemLabel {
    min-width: 19.4%;
    display: inline-block;
}
#meic_list_high .form-inline.DomainCheck,
#dpec_list_high .form-inline.DomainCheck{
    display: flex;
    flex-wrap: nowrap;
}
#meic_list_high .inputWraper input.form-control,
#dpec_list_high .inputWraper input.form-control {
    margin-bottom: 2px;
    display: inline;
}
#meic_list_high .inputWraper .block_bottom,
#dpec_list_high .inputWraper .block_bottom {
    display: block;
    font-weight: normal;
    font-size: 14px;
    color: #666;
}
#meic_list_high .fileContent,
#dpec_list_high .fileContent{
	display: none;
}
#meic_list_high .fileContent label,
#dpec_list_high .fileContent label {
	line-height:26px;
	text-align: center;
	padding:4px 15px;
	background: #FFFFFF;
	border: 1px solid #0D63B1;
	box-sizing: border-box;
	border-radius: 3px;
	margin-right: 10px;
	color: #0D63B1;
    cursor: pointer;
}
#meic_list_high .selectFileUpload,
#dpec_list_high .selectFileUpload {
	display: inline-block;
	margin:10px 0;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #999999;
}
#meic_list_high #file,
#dpec_list_high #file {
    display: none;
}
#meic_list_high .itemnoborder,
#dpec_list_high .itemnoborder{
	border:0;
	margin-bottom: 0;
    padding-bottom: 0;
}
#listHighModal .modal-content{
	border-radius: 0px;
    box-shadow: 0px 3px 3px rgba(35, 35, 35, 0.15);
}
#listHighModal .modal-header{
	margin-left: 30px;
	margin-right: 30px;
	padding-left: 0;
	padding-right: 0;
}
#meic_list_high .modal-footer,
#dpec_list_high .modal-footer{
	position: fixed;
    width: 100%;
    bottom: 0;
    background: #fff;
}
.reasonWraper{
	display: none;
	position: absolute;
    width: 240px;
    left: 0;
    top:32px;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
	box-shadow: 0px 3px 3px rgba(35, 35, 35, 0.15);
	z-index: 3;
	padding:20px;
}
.reasonWraper h5{
	padding-bottom: 10px;
	margin:0
}
.reasonWraper p{
	padding:0;margin:0;
}
.REJECT:hover+.reasonWraper{
	display: block;
}
.tableWrapper .table > tbody > tr > td{
	vertical-align: middle;
}
.tableWrapper .table > thead > tr > th{
	vertical-align: top;
}

#userTipsModal .modal-dialog{
	width: 480px;
}
#userTipsModal .modal-content{
    display: inline-block;
    overflow: hidden;
	padding: 30px;
	width: 480px;
    padding: 20px 30px;
    border-radius: 0px;
    box-shadow: 0px 3px 3px rgba(35, 35, 35, 0.15);
}
#userTipsModal  .pull-left i{
    font-size: 40px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    color: #f8bb86;
    margin-right: 20px;
}
#userTipsModal .pull-left h3{
    margin-top: 5px;
    margin-bottom: 20px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
}
#userTipsModal .pull-left .btn[action="success"]{
	width: 60px;
    height: 36px;
    font-size: 16px;
    margin-top: 40px;
}
#userTipsModal .pull-left .btn
{
    height: 36px;
    font-size: 16px;
    margin-top: 40px;
}

/* map */
#meic_map .app{
	width: 100%;
	height: 723px;
	margin:0 auto;
	filter: drop-shadow(0px 3px 3px rgba(35, 35, 35, 0.15));
    margin-bottom: 30px;
}
#meic_map .title{
	font-weight: bold;
	font-size: 20px;
	line-height:34px;
	color: #406EB5;
	margin-bottom:0px;
	font-family: 'LatoWebSemibold' !important;
}

/* 定制数据 */
.dzdataHTML,.dzdata-bind,.dzdata-bind-all{
    display: none;
}

/* menuTab */
.modal-header{
    position:relative;
}
.modal .menuTab{
    position: absolute;
    top: -9%;
    margin-left: 20px;
    /* top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%,-76%); */
}



.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}


/*
 * Scrollbar rail styles
 */

.ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    height: 15px;
    /* there must be 'bottom' or 'top' for ps__rail-x */
    bottom: 0px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    width: 15px;
    /* there must be 'right' or 'left' for ps__rail-y */
    right: 0;
    /* please don't change 'position' */
    position: absolute;
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
    display: block;
    background-color: transparent;
}

.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y,
.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y {
    opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
    background-color: #eee;
    opacity: 0.9;
}


/*
 * Scrollbar thumb styles
 */

.ps__thumb-x {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    /* there must be 'bottom' for ps__thumb-x */
    bottom: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    /* there must be 'right' for ps__thumb-y */
    right: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-x:hover>.ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #999;
    height: 11px;
}

.ps__rail-y:hover>.ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #999;
    width: 11px;
}


/* loading */
#permissionListInfoModal .modal-body,
#modifyPermissionModal .modal-body{
    min-height: 300px;
}
.loadingBox{
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}


/* dpec */
.situationalInformation{
    display: inline-block;
    color: #406EB5;
    margin: 0 10px;
    cursor: pointer;
}
.situationalInformation i{
    margin-right: 5px;
}


/* 耦合高定 */
.modal-body iframe {
    width: 100%;
    height: 100%;
    min-height: 650px;
    min-width: 796px;
    display: block;
}


.outputFormatSettingContent {
    padding: 10px;
    border: 1px solid #CED4DA;
    box-sizing: border-box;
    border-radius: 3px;
    margin-top: 10px;
}
.outputFormatSettingContent .outputFormatItem {
    overflow: hidden;
    padding-bottom: 10px;
    margin: 0 !important;
}
.outputFormatSettingContent .outputFormatItem span.outItemLabel {
    float: left;
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    min-width: 170px;
    margin-right: 10px;
    padding-top: 3px;
    padding-bottom: 4px;
}
.outputFormatSettingContent .outputFormatItem .outItemForm {
    display: inline-block;
    float: left;
    color: #000;
}
.OSRSettingItem {
    float: left;
    margin-bottom: 5px !important;
    margin-right: 20px;
}
.OSRSettingItem .OSRSettingItemLabel {
    display: inline-block;
    min-width: 90px;
}
.OSRSettingItem input, .OSRSettingItem select {
    width: 100px;
    display: inline-block;
}
.outputFormatSettingContent .outputFormatItem .outItemForm .itemLabel {
    min-width: 100px;
    margin-bottom: 0px!important;
}

#meic_global .btn-group .btn-primary {
    color: #fff;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #333333;
}

#meic_global .btn-group .btn-primary.active{
    background: #000000;
    color: #fff;
    border: 1px solid #000000;
}
#meic_global .must {
    color: #999999;
    font-size: 14px;
    font-weight: normal;
}
#meic_global .errorPointRange {
    color: #a94442;
    margin: 0;
    margin-top: 10px;
    font-size: 14px;
    display: none;
}
#meic_global .inputBox{
	text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
	padding: 15px 0;

}
#meic_global .inputBox .leftAndRight{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}
#meic_global .inputBox .leftAndRight .inputLeft{
	margin-right: 120px;

}
#meic_global .inputBox .inputSub{
	/* width: 225px; */
	display: inline-block;
	font-size: 0px;
	line-height: 18px;
	color: #333333;
	position: relative;
	font-family: Microsoft YaHei;
}
#meic_global .inputBox .inputSub.error input{
	border-color:#D83333;

}
#meic_global .inputBox .inputSub.error .direction{
	color:#D83333;
}
#meic_global .inputBox .inputSub input{
	width:120px;
	height: 32px;
	padding-right: 60px;
	outline: none;
	padding-left: 10px;
	border-color: #ccc;
	font-size: 14px;
	border-radius: 4px;
}
#meic_global .inputBox .inputSub .direction{
	font-weight: bold;
	width: 75px;
    display: inline-block;
	text-align: right;
	font-size: 14px;
	padding-right:10px;
}
#meic_global .inputBox .inputSub .rangNum{
	margin-left: 10px;
	width: 70px;
    display: inline-block;
	text-align: left;
	color:#999999;
	font-size: 14px;
}
#meic_global .inputBox .inputSub .unit{
    position: absolute;
    top: 50%;
    right: 90px;
	transform: translateY(-50%);
	font-size: 14px;
}
#meic_global .errorPointRange{
	color:#a94442;
	margin: 0;
    margin-top: 10px;
	font-size: 14px;
	display: none;
}
#meic_global .errorTextTip{
	display: none;

}
#meic_global .has-error .errorTextTip{
	display: inline-block;
	position: absolute;
	bottom: -24px;
	left: 0;
	color: #a94442;
	content: "è¾“å…¥çš„è¾¹ç•Œå€¼æœ‰è¯¯";
	font-size: 14px;
}
#meic_global .has-error .inputBox{
	margin-bottom: 20px;
}

/* ä¸‹æ‹‰æ¡†æ ·å¼æ”¹é€  */
#meic_global #proCode .ms-parent .ms-choice{
	overflow: auto;
}
#meic_global #proCode .ms-parent .ms-choice:hover{
	opacity: 1;
}
#meic_global #proCode .ms-parent .ms-choice>span{
	top:76px;
	z-index: 1001;
	background: #F7F7F7;
	box-shadow: 0px 1px 0px #E9E9E9;
	color:#999999;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	width: calc(100% - 2px);
    left: 1px;
}
#meic_global #proCode .ms-parent .ms-drop.bottom{
	padding-top:85px;
}
#meic_global #proCode .ms-parent .ms-drop.bottom .ms-search{
	position: absolute;
	top: 10px;
	width:calc(100% - 132px);
	margin-left: 10px;
}
#meic_global .selectBtns{
    position: absolute;
    top: 70px;
    right: 20px;
	z-index: 1002;
	display: none;
}
#meic_global .selectBtns .btn-default{
	margin-right: 2px;
}
#meic_global .selectBtns button{
	padding:2px 10px
}
#meic_global #proCode .checkedPro{
	position: absolute;
    top: 26px;
    width: calc(100% - 37px);
    z-index: 1002;
    left: 0;
    height: 32px;
    cursor: pointer;
    line-height: 32px;
    padding-left: 10px;
    color: #555;
    font-size: 14px;
}
#meic_global .resolution-d-wraper
,#meic_global .point.LatLonWraper
{
    display: none;
}
#meic_global .resolution-d{
    overflow: hidden;
}
#meic_global .resolution-d>div{
    width: 150px;
    margin-right: 20px;
}
#meic_global .selectColorImg{
    width: 150px;
    /* height:150px; */
    margin-top: 5px;
    display: none;
}

#meic_global .mapviews-data {
    /* max-width: 500px; */
    min-height: 570px;
    margin: 10px auto;
}
#meic_global #by_region{
    background: #fff !important;
    cursor: pointer;
}
#meic_global #by_province{
    background: #fff !important;
    cursor: pointer;
}
#meic_global .by_region_lists,#meic_global .by_province_lists{
    display: none;
    border: 1px solid #EEE;
    padding: 10px;
    box-shadow: 1px 1px 1px 0px rgb(0 0 0 / 8%);
    margin-top: 2px;
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 2;
}
#meic_global .checkdCountry .search input{
    width: 100%;
}
.map-select{
	width:20px;
	height:20px;
	display: inline-block;
	background: url(../images/tap-download/map-select.png) no-repeat;
	background-size: contain;
}
.map-clear{
	width:20px;
	height:20px;
	display: inline-block;
	background: url(../images/tap-download/map-clear.png) no-repeat;
	background-size: contain;
}
.aicon[action="rectangleEditor"],.aicon[action="ClearRectangleEditor"]{
	width: 26px;
	height: 26px;
	background: rgba(0, 0, 0, 0.8);
	line-height: 34px;
	display: block;
	position: absolute;
    right: 0;
    bottom: 0;
}
.aicon[action="rectangleEditor"]{
	bottom:27px;
}
.page-template-page-meic_global .mapviews .tooltip-inner {
    width: 80px !important;
}

/* 数据下载 */
.attentionIsApplyDiv {
    border-radius: 4px;
    background: rgba(45, 156, 219, 0.1);
    box-sizing: border-box;
    border: 1px solid rgba(45, 156, 219, 0.5);
    padding: 20px;
    color: #2D9CDB;
}
.attentionIsApplyDiv .underlineBtn {
    text-decoration: underline;
    cursor: pointer;
}
/* tooltip弹层宽度 */
#category .tooltip {
    width: 200px !important;
}
/* 全球碳排放提示加宽 */
#category.global-co2-emission .tooltip {
    width: 340px !important;
}
#category.global-co2-emission .tooltip-inner {
    max-width: 340px !important;
}