/*公共样式*/
* {
	font-family: "microsoft yaheilight";
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

.marginL {
	margin-left: 50px !important;
}

.marginT50 {
	margin-top: 50px !important;
}

.mT15 {
	margin-top: 15px;
}

.mT85 {
	margin-top: 85px;
}

.padding {
	padding: 0 50px !important;
}

.input2 {
	width: 100px;
	height: 30px;
	border: 0;
	background-color: #212934;
	color: #FFFFFF;
	font-size: 24px;
	text-indent: 10px;
}

.main {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: space-around;
}

.btnSubmit {
	height: 36px;
	width: 100%;
	color: white;
	border: transparent;
	border-radius: 10px;
	margin-top: 30px;
	background-color: #007DDB !important;
	font-size: 14px;
	cursor: pointer;
}

.Dark .el-radio {
	color: #FFFFFF !important;
}

.remind_A {
	position: absolute;
	top: 90px;
	left: 288px;
}

.remind_B {
	position: absolute;
	top: 140px;
	left: 288px;
}

.ipt {
	width: 100%;
	height: 34px;
	background-color: #20293c;
	text-indent: 5px;
	font-size: 14px;
	border: 1px solid #1f8efa;
	border-radius: 5px;
	color: #1f8efa;
	outline: none;
}
.amap-logo{display: none!important;}
.amap-copyright{display: none!important;}
/*表格样式*/
.one_table {
	/* background-color: transparent; */
	margin-top: 34px;
	border-color: #39475b;
}

.one_table tr,
td,
th {
	height: 40px;
	text-align: center;
}

.one_table th {
	font-weight: 600 !important;
	text-align: center;
	color: #748398;
}

.one_table tr {
	color: #666666 !important;
	/* background-color: transparent; */
}

.one_table td {
	font-size: 15px;
	color: #748398;
}
#tableCopy  td {
	color: #000000;
}

/*.one_table tr:nth-child(even){
    background-color:#FBFBFB;
}*/
.one_tr:hover {
	/*  border: 1px solid #00CA5A;*/
	background-color: #d7fbe6 !important;
}


@media screen and (max-width: 1500px) {
	.home .secondTitle {
		font-size: 12px;
	}

	.input1 {
		width: 120px !important;
	}
}

@media screen and (max-width: 1350px) and (min-width: 0px) {
	.home .elBtn {
		display: none !important;
	}

	.home .header {
		width: 1350px;
	}

	.home .homeContent {
		width: 1350px;
	}

	.home .block {
		width: 1350px;
	}
}

@media screen and (max-width: 1450px) and (min-width: 0px) {
	* {
		font-size: 12px;
	}

	.el-submenu .el-menu-item {
		height: 30px;
		line-height: 30px;
	}

	.el-submenu__title {
		height: 38px;
		line-height: 38px;
	}
}

/* 滚动条样式 */
body::-webkit-scrollbar {
	width: 10px;
	/* 垂直水平宽度和高度 */
	height: 10px;
}

/* 垂直滚动条的滑动块 */
body::-webkit-scrollbar-thumb:vertical {
	border-radius: 4px;
	background-color: #717270;
}

/* 定义滚动条的轨道 */
body::-webkit-scrollbar-track {
	border: 1px #d3d3d3 solid;
	box-shadow: 0px 0px 3px #dfdfdf inset;
	border-radius: 10px;
	background: #eee;
}

/* 定义滑块 */
body::-webkit-scrollbar-thumb {
	border: 1px #808080 solid;
	border-radius: 10px;
	background: #999;
}

body::-webkit-scrollbar-thumb:hover {
	background: #3850FF;
}

/* 滚动条样式 */
.commonBar::-webkit-scrollbar {
	width: 10px;
	/* 垂直水平宽度和高度 */
	height: 10px;
}

/* 垂直滚动条的滑动块 */
.commonBar::-webkit-scrollbar-thumb:vertical {
	border-radius: 4px;
	background-color: #717270;
}

/* 定义滚动条的轨道 */
.commonBar::-webkit-scrollbar-track {
	border: 1px #d3d3d3 solid;
	box-shadow: 0px 0px 3px #dfdfdf inset;
	border-radius: 10px;
	background: #eee;
}

/* 定义滑块 */
.commonBar::-webkit-scrollbar-thumb {
	border: 1px #808080 solid;
	border-radius: 10px;
	background: #999;
}

.commonBar::-webkit-scrollbar-thumb:hover {
	background: #3850FF;
}

.Dark .el-dialog{
	background-color: #000000!important;
	box-shadow: 0px 0px 10px #FFFFFF;
}

.Dark .el-dialog__title,.Dark .el-form-item__label{
	color: #FFFFFF!important;
}

/* .Light .is-active{
	background:#28a4f5!important;
}
.Light .homeLeft{
	background-color: #FFFFFF;
}
.Light{
	background: #FFFFFF;
} */