*{
	font-size: 14px;
}
body{
	min-width: 1300px;
	/*min-height:630px;*/
	background-color: #fff;
}
.shandow{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	left: 0;
	top: 0;
	z-index: 999;
	display: none;
	box-sizing: border-box;
}
.register_contain{
	width:546px;
	height:720px;
	background-color: #fff;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-360px;
	margin-left:-273px;
	display: none;
	box-sizing: border-box;
}
.agreement_contain{
	display: none;
	width: 100%;
	height: 600px;
	position: relative;
	top: 50%;
	z-index: 1;
}
.agreement_box{
	width: 666px;
    height: 560px;
    background-color: white;
    overflow: hidden scroll;
    text-align: center;
    padding: 20px 40px;
    margin: -300px auto 0px;
}
.agreement_btn{
	width: 120px;
	height: 32px;
	margin: 20px auto;
	background-color: #325DC0;
	display: inline-block;
	cursor: pointer;
	line-height: 32px;
	color: white;
}
.agreement_contain ul li{
	list-style: none;
	text-align: justify;
	text-indent: 4ch;
	line-height: 1.6;
}
.agreement_contain .closeImg{
	margin: 0 auto;
	position: inherit;
	top: -660px;
	left: 373px;
}
.register_title{
	width: 546px;
	background-color: #EAEAEA;
	text-align: center;
	line-height: 60px;
	color: #000;
	font-weight: bold;
	font-size: 20px;
	box-sizing: border-box;
}
.register_header{
	margin-left: 73px;
	font-size: 24px;
	font-weight: bold;
	margin-top: 35px;
	box-sizing: border-box;
}
.info-list{
	width: 400px;
    padding-top: 10px;
    margin: 0 auto;
	box-sizing: border-box;
}
.info-login-list{
	margin-bottom: 60px;
	padding: 0;
	box-sizing: border-box;
}
.info-li{
	width: 400px;
	line-height: 60px;
	border: 1px solid #DADBE0;
	margin-top: 30px;
	padding-left: 22px;
	position: relative;
	box-sizing: border-box;
}
.info-li-special{
	width: 265px;
	box-sizing: border-box;
}
.info-li-special button,.info-li-special .img{
	width: 120px;
	height: 60px;
	background-color: #355DC0;
	border-radius: 5px;
	position: absolute;
	left: 280px;
	cursor: pointer;
	box-sizing: border-box;
	color: #fff;
}
.info-li-special img{
	background-color: transparent;
}
.info-li .tips{
	width: 4000px;
	height: 60px;
	color: red;
	position: absolute;
	top: 43px;
	left: 0;
	display: none;
	box-sizing: border-box;
}
.check-tips,.msg-tips{
	color: red;
	display: none;
}
.icon{
	width: 18px;
	height: 18px;
	margin-top: 21px;
	margin-right: 15px;
	box-sizing: border-box;
}
.tip-icon{
	width: 18px;
	height: 18px;
	position: absolute;
	top: 21px;
	left: 410px;
	box-sizing: border-box;
}
.val_tip{
	width: 345px;
	height: 54px;
	color: #fff;
	border-radius: 5px;
	background-color: #4E4E4E;
	padding: 6px 12px;
	position: absolute;
	top: -30px;
	left: 65px;
	line-height: 20px;
	display: none;
	box-sizing: border-box;
}
.info-input{
	width: 343px;
	line-height: 60px;
	box-sizing: border-box;
	font-size: 14px;
}
.register-password,.login-pass{
	ime-mode:active;
}
.tip{
	width: 20px;
	height: 20px;
	position: absolute;
	left: 410px;
	top:20px;
	cursor: pointer;
}
.check_contain{
	margin: 40px auto 12px;
    width: 400px;
	box-sizing: border-box;
}
.register{
	width: 400px;
	height: 60px;
	background-color: #355DC0;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	line-height: 60px;
	text-align: center;
	margin: 0 auto 20px;
	display: block;
	cursor: pointer;
	box-sizing: border-box;
}
.load{
	width: 400px;
	margin: 0 auto;
	text-align: right;
	letter-spacing: 1px;
	box-sizing: border-box;
}
.login_choose{
	width: 400px;
	margin: 0 auto;
	color: #355DC0;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
.login_msg,.choose_right span{
	cursor: pointer;
}
.choose_right{
	width: 130px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
.href,.register_login{
	color: #355DC0;
	cursor: pointer;
}
.closeImg,.agreement_close{
	background-image: url(../img/close.png);
	position: absolute;
	right: -17.5px;
	top: -17.5px;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-size: 100%;
}
.agreement_close{
	right:calc(50% - 390.5px);
}
.login_contain{
	width:546px;
	height:503px;
	background-color: #fff;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-273px;
	margin-left:-315px;
	display: none;
	box-sizing: border-box;
}
.msg_contain,.msg_quick{
	width:546px;
	height:547px;
	background-color: #fff;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-301px;
	margin-left:-315px;
	display: none;
	box-sizing: border-box;
}
.msg_contain{
	height: 630px;
	z-index: 0;
}
.msg_contain .info-login-list{
	margin-bottom: 0;
}
.msg_tip,.login_count{
	width: 400px;
    margin: 0 auto;
	box-sizing: border-box;
}
.login_count{
	color: #355DC0;
	font-size: 14px;
	cursor: pointer;
	box-sizing: border-box;
}
.login_success{
	width:546px;
	height:490px;
	background-color: #fff;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-273px;
	margin-left:-315px;
	display: none;
	box-sizing: border-box;
}
.login_success img{
	width: 50px;
	height: 50px;
	float: none;
	margin: 63px 248px 23px;
}
.login_success span{
	font-size: 18px;
}
.login_over{
	font-size: 24px;
	font-weight: bold;
	width: 100%;
	text-align: center;
}
.login_wel{
	width: 100%;
	font-size: 16px;
	text-align: center;
	margin-bottom: 63px;
}
.head{
	width: 100%;
	height: 70px;
	background-color: #325dc0;
}
.head .logo{
	height: 34px;
	width: 166px;
	margin-top: 18px;
	float: left;
}
.head .box{
	width: 1000px;
	margin: 0 auto;
	height: 100%;
	padding-right: 300px;
}
.head .tip1,.head .tip2{
	color: #FFFFFF;
	line-height: 70px;
}
.tip-name,.tip-login{
	display: none;
}
.tip-name .exit,.tip-login span{
	cursor: pointer;
}
.head .tip1{
	font-size: 20px;
	font-weight: 600;
	padding-left: 18px;
	box-sizing: border-box;
}
.content{
	width: 1000px;
	margin: 0 auto 40px;
	position: relative;
	padding-right: 300px;
	/* height: calc(100% - 120px); */
}
.content .up{
	height: 160px;
	font-size: 28px;
	line-height: 28px;
	position: relative;
}
.content .up .title{
	height: 28px;
	font-size: 28px;
	/* position: absolute;
	top: 0;
	left: 0;
	bottom: 0; */
	/*right: 0;*/
	line-height: 150px;
	margin: auto;
}
.content .list{
	height: 80%;
}
.content .celerity{
	width: 137px;
	height: 50px;
	border-radius: 5px;
	background-color: #ffd6b2;
	color: #fff;
	line-height: 50px;
	font-size: 14px;
	text-align: center;
	margin-top: 44px;
	margin-right: 5px;
	cursor: pointer;
}
.content .celerity:hover{
	background-color: #f0bf94;
}
.content .li{
	float: left;
	width: 22%;
	height: 0;
	background-color: #eef2fa;
	margin-right: 4%;
	cursor: pointer;
	padding-bottom: 18%;
}
.content .lis{
	height: 30%;
	margin-bottom: 2%;
}
.content .li.active{
	background-color: #325dc0;
}
.content .li:hover{
	background-color: #325dc0;
}
.content .li.last{
	margin-right: 0;
}
.content .icon{
	position: relative;
	width: 30%;
	height: 0;
	padding-bottom: 30%;
	margin: 20% auto 0;
	border-radius: 50%;
	background-color: #325dc0;
}
.content .li:hover .icon,.content .li.active .icon{
	background-color: #FFFFFF;
}
.content .icon img{
	display: block;
	width: 50%;
	height: 50%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.content .li:hover .icon .pic1,.content .li.active .icon .pic1{
	display: none;
}
.content .li:hover .icon .pic2,.content .li.active .icon .pic2{
	display: block;
}
.content .icon .pic2{
	display: none;
}
.content .info{
	line-height: 53px;
	width: 100%;
	height: 53px;
	text-align: center;
	font-size: 16px;
}
.content .li.active .info{
	color: #fff;
}
.content .li:hover .info{
	color: #fff;
}
.content .introduce{
	width: 280px;
	position: absolute;
	right: 0;
	top: 20px;
}
.content .introduce>div{
	padding: 20px;
	background-color: #f9f9f9;
	box-sizing: border-box;
}
.introduce div.a{
	background: url(../img/back.png) 134px 53px no-repeat;
	background-size: 134px;
	background-color: #f9f9f9;
}
.introduce div.a .h{
	font-weight: bold;
	font-size: 20px;
	color: #333;
	line-height: 40px;
}
.tip-special{
    width: 345px;
    height: 35px;
    color: #fff;
    border-radius: 5px;
    background-color: #4E4E4E;
    padding: 6px 12px;
    position: absolute;
    top: -20px;
    left: 65px;
    line-height: 20px;
    display: none;
    box-sizing: border-box;
}
.introduce div.a span{
	margin-right: 10px;
	cursor: pointer;
}
.introduce div.a span:hover{
	color: #315dc0;
}
.introduce .con{
	color: #666;
	text-indent: 2em;
}
.introduce .code{
	width: 124px;
	height: 125px;
	margin: 30px auto;
}
.introduce p{
	color: #666;
	line-height: 20px;
	padding: 5px 0;
}
.foot {
	position: fixed;
    bottom: 0;
    width: 100%;
    padding: 14px 0;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    background-color: #444444;
}
.introduce {
	max-height: calc(100% - 20px);
	overflow:auto;
}

@media screen and (max-height: 850px){
	.content .lis{
		margin-bottom: 2%;
	}
	.content .li{
		width: 22%;
		height: 100%;
		padding-bottom:0;
	}
	.content .info{
		font-size: 14px;
	}
	.content .icon{
		width: 44px;
		height: 44px;
		padding-bottom: 0;
		margin: 15% auto 0;
	}
}
@media screen and (max-width: 1366px) {
	.shandow_special{
		min-height: 722px;
	}
	.register_contain{
		height: 630px;
		margin-top: -315px;
	}
	.info-list-special .info-li {
		/* width: 400px; */
		line-height: 50px;
		border: 1px solid #DADBE0;
		margin-top: 20px;
		padding-left: 22px;
		position: relative;
		box-sizing: border-box;
	}
	.check_contain_special {
		margin: 25px auto 10px;
		width: 400px;
		box-sizing: border-box;
	}
	.info-list-special{
		padding: 0;
	}
	.info-li-special {
		width: 265px;
		box-sizing: border-box;
	}
	.info-list-special .info-li-special button, .info-list-special .info-li-special .img {
		height: 52px;
	}
	#getImh .tips{
		top:35px;
	}
}