body {
	background-image: linear-gradient(to left, #ffe4dc, #acd9fd);
	font-family: 'pingfang SC', 'helvetica neue', arial, 'hiragino sans gb',
		'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif !important;
}

#header {
	width: 100%;
	height: 70px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999;
}

#header .h_info {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

#header .h_info .h_text {
	float: left;
	margin-left: 20px;
	margin-top: 18px;
	font-size: 20px;
	font-weight: bold;
	color: #2196f3;
}

#header .h_info .coprate {
	float: right;
	line-height: 70px;
	margin-right: 65px;
}

#header .h_info .coprate a {
	font-size: 14px;
	padding: 5px 10px;
	color: #000;
	border: 1px solid #000;
	text-decoration: none;
}

#header .h_info .coprate a:HOVER {
	border: 1px solid #008eff;
	color: #008eff;
}

.bg {
	width: 400px;
	height: 502px;

	background-color: #fff;
	border-radius: 10px;
	padding: 50px;
	position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background-clip: border-box;
}

.bg .h_main {
	
}

.bg .h_main .h_top {
	width: 100%;
	height: 100px;
	float: left;
}

.bg .h_main .h_top p {
	color: #4e5969;
	font-size: 14px;
	line-height: 10px;
}

.bg .h_main .registertype {
	border: 1px solid #e5e6eb;
	border-radius: 3px;
	width: 100%;
	height: 100px;
	float: left;
	margin-top: 25px;
	cursor: pointer;
}

.bg .h_main .registertype:HOVER {
	background-color: #f9f9f9;
	border: 1px solid #4e8cee;
}

.bg .h_main .registertype .re_item {
	width: 80%;
	height: 35px;
	margin: 0 auto;
	margin-top: 35px;
}

.bg .h_main .registertype .re_item .icon {
	width: 35px;
	height: 35px;
	float: left;
}

.bg .h_main .registertype .re_item .info {
	float: left;
	line-height: 35px;
	margin-left: 5px;
	height: 35px;
	font-size: 18px;
}

.bg .h_main .registertype .re_item .arrow {
	width: 35px;
	height: 35px;
	float: right;
}

#footer {
	width: 100%;
	height: 60px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 9999;
	color: #828282;
	line-height: 30px;
}

#footer a {
	font-size: 12px;
	color: #000;
}

.bg .h_main .formfiled {
	border-radius: 3px;
	width: 100%;
	height: 60px;
	float: left;
	margin-top: 8px;
	cursor: pointer;
}
.bg .h_main .formfiled .f_border{
	width: 100%;
	height: 50px;
	border:1px solid #dfdfdf;
}

.bg .h_main .formfiled .f_border:HOVER{
	border:1px solid #3773f5;
}

.bg .h_main .formfiled .f_border .icon{float: left;    width: 40px;
    text-align: center;}
.bg .h_main .formfiled .f_border .icon img{    margin-top: 9px;}
.bg .h_main .formfiled .f_border .f_input{float: left;}
.bg .h_main .formfiled .f_border .f_input input{    height: 47px;
    font-size: 16px;
    border: none;
    outline: none;
    width: 330px;
    }
    
.bg .h_main .texth{width: 100%;
	height: 60px;
	float: left;
	line-height: 35px;
	}   
.bg .h_main .texth .f_border{
	width: 100%;
	height: 50px;
}	
    
.bg .h_main .texth .f_border .icon{float: left;width:24px;}    
.bg .h_main .texth .f_border .f_input{float: left;}    
.bg .h_main .texth .f_border .f_input span{font-size: 14px;}    
.bg .h_main .texth .f_border .f_input a{font-size: 14px;color: #1890ff;    cursor: pointer;text-decoration: none;} 

.bg .h_main .btndiv{width: 100%;
	height: 50px;
	float: left;
	}     
	
.bg .h_main .btndiv .btn{width: 100%;height: 50px;background-color:#77acff;text-align: center;line-height: 50px;cursor: pointer;    border-radius: 5px;color:#fff;} 
.bg .h_main .btndiv .btn:HOVER {
	background-color:#0f6cfd;
}

.backmain{color: #1890ff;line-height: 65px;cursor: pointer;text-decoration: none;}
.backmain:HOVER {
	text-decoration: underline;
}