* {
	padding: 0;
	margin: 0
}

body {
	background-color: #ffffff !important;
	font-family: open sans, sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #8d9aa8;
	font-weight: 400;
	letter-spacing: -.2px;
	position: relative;
	overflow-x: hidden
}
.no-padding {
	padding: 0
}

.padding-15 {
	padding: 15px
}

.padding-20 {
	padding: 20px
}
.padding-30 {
	padding: 30px
}
.no-margin {
	margin: 0
}

.margin-15 {
	margin: 15px
}

.margin-20 {
	margin: 20px
}
.margin-30 {
	margin: 30px
}
ul{
	list-style-type: none;
}
a,
a:hover {
	text-decoration: none
}

a:focus {
	outline: 0;
	text-decoration: none
}
input{
	border: none;
}
input:focus{
	outline: none;
	border: none;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
button {
	border: none;
	background: 0 0
}
.hoverChangeColor:hover{
	color: #206bd1;
}
.pointerClass{
	cursor: pointer;
}
/* 文字主色 */
.mTexColor{
	color: #1F2DB2;
}
.mBlueCole{
	color: #206bd1;
}
.flexMidCenter{
	display: flex;
	justify-content: center;
	align-items: center;
}

.triangle-bottom{
	width: 0px;
	height: 0px;
	margin: 10px auto;
    border-left:5px solid transparent;
    border-right: 5px solid transparent;
	border-top:6px solid orangered;
}
.triangle-top{
	width: 0px;
	height: 0px;
	margin: 10px auto;
    border-left:5px solid transparent;
    border-right: 5px solid transparent;
	border-bottom:6px solid green;
}
/**----------------- 头部路径插件 ------------------**/
.topViewLocationV{
	display: flex;
	width: scale(100%-60px);
	height: 60px;
	align-items: center;
	background-color:white;
	padding: 0 30px;
}
.topViewLocationV div{
	margin: 0 3px;
}
.topViewLocationV a{
	color: #999;
}
.topViewLocationV a:hover{
	color: #206bd1;
}
/**----------------- 弹窗界面 ------------------**/
.shadomV{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #00000040;
}
.popUpView{
	position: fixed;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	background: white;
	border-radius: 6px;
	width: 500px;
	min-height: 200px;
	padding: 30px;
}
.popUpView .popV-Title{
	color: #333;
	font-size: 18px;
	line-height: 60px;
}
.popUpView .sureBtn{
	position: absolute;
	border-radius: 3px;
	bottom: 30px;
	right: 40px;
	width: 80px;
	line-height: 36px;
	background: #206bd1;
	color: white;
	text-align: center;
	cursor: pointer;
}
.popUpView .cancelBtn{
	position: absolute;
	bottom: 30px;
	right: 140px;
	width: 80px;
	line-height: 36px;
	background: #206bd1;
	color: white;
	text-align: center;
	cursor: pointer;
}
.nodataMainView{
	width: 100%;
	height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.nodataMainView img{
	width: 300px;
	height: 300px;
}