
html,body{
	width: 100%;
	height: 100%;
}
.bodyWrap{
	width: 100%;
	height: 100%;
	background-image: url(../img/body-bg.jpg);
	/* no-repeat center 100% 100% */
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position: relative;
}
/*顶部样式*/
.fixedHeader{
	width: 100%;
	height: 70px;
	background: rgba(255,255,255,0.7);
	position: fixed;
	box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.2);
	top: 0;
	left: 0;
	z-index: 1;
}
.headerCon{
	padding: 0px 170px 0px 150px;
    height: 70px;
    margin: 0 auto;
    overflow: hidden;
	display: flex;
	align-items: center;
}
.logo{
	height: 47px;
	width: 47px;
	float: left;
	cursor: pointer;
}
.tabList{
	min-width: 432px;
    height: 70px;
    overflow: hidden;
    float: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tabList>p{
	cursor: pointer;
    float: left;
    font-size: 14px;
    line-height: 70px;
    box-sizing: border-box;
    padding: 0 8px;
    border-top: 2px solid transparent;
}
.tabList>p:hover{
	color: #152a87;
}
.tabList>p img{
	width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
}
.resources{
	width: 100%;
    height: 0;
    background: #F7F8FC;
    overflow: hidden;
    transition: height .5s;
    -webkit-transition: height .5s;
}
.resourcesWrap{
	width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}
.listChildrenCon{
	float: right;
}
.listChildren{
	line-height: 50px;
    font-size: 14px;
    color: #161C26;
    cursor: pointer;
    display: inline-block;
    margin-left: 32px;
}
.listChildren:hover{
	color: #152a87;
}
/*顶部样式结束*/
/*********************************************************************************************************************************************************************************************/
/*输入窗口样式*/
.loginWrap{
	width: 470px;
	height: 520px;
	background: #FFFFFF;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 58px 46px 70px;
	box-sizing: border-box;
	transform: translate(-50%, -50%);
}
.loginLeft{
	width: 100%;
	float: left;
	background-size: 113px 113px;
	background-position: 11px 262px;
}
.loginRight{
	width: 441px;
	height: 541px;
	float: right;
	background: url(../img/login-right.png) no-repeat;
	background-size: 100% 100%;
}
.warning{
	font-size: 12px;
	font-weight: 400;
	color: #FF785C;
	position: absolute;
	top: 20px;
	right: 16px;
	display: none;
}
.warning span{
	font-family: "MiSans-Bold" !important;
}
.warning img{
	width: 14px;
	height: 14px;
	margin-bottom: -3px;
}
/*输入窗口样式结束*/
/*********************************************************************************************************************************************************************************************/
/*底部文字*/
.bottomText{
	min-width: 630px;
	position: absolute;
	top: 673px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 13px;
	font-weight: 400;
	color: #828892;
}

.bottomText a{
	display: inline-block;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
	color: #828892;
}

.bottomText img{
	width: 20px;
	height: 20px;
	margin: 0px 3px -4px 0px;
}
/*底部文字结束*/

/* 用户协议提示窗口 begin*/
.selectCheck-box{
	margin-top: 12px;
}
.selectCheck-box .selectCheck{
	color: #9E9E9E;
	font-size: 12px;
	transform: scale(0.83);
	line-height: 16px;
	width: 260px;
	height: 42px;
	position: absolute;
	bottom: 34px;
	left: 50%;
	transform: translate(-50%);
}
.selectCheck-box  #checked{
	margin-bottom: -2px;
	margin-right: 9px;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: -3;
}
.selectCheck-box > .selectCheck a{
	color: #132B88;
}
/* end */


.text{
	display: flex;
	flex-direction: column;
	font-size: 12px;
	padding-left: 8px;
	color: #1d2089;
	font-family: MiSans-Light;
}
.text span{
	padding-top: 4px;
}
