/*head*/

.head_block {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 48px;
	z-index: 100;
	border-bottom: solid rgba(255, 255, 255, 0.2) 1px;
}

.register_bg {
	background: url(/images/register_bg.jpg) top center no-repeat;
	background-size: cover;
	overflow: hidden;
	height: 527px;
	width: 100%;
	position: relative;
	z-index: 99;
	left: 0;
	right: 0;
	animation: myfirst 1s;
	-moz-animation: myfirst 1s;
	/* Firefox */
	-webkit-animation: myfirst 1s;
	/* Safari and Chrome */
	-o-animation: myfirst 1s;
	/* Opera */
}

.register_block {
	text-align: center;
	color: #fff;
	padding-top: 186px;
}

.register_block .addword02 {
	font-size: 20px;
	font-weight: normal;
	padding-top: 9px;
}

.register_form {
	padding-top: 50px;
}

.register_form .eve {
	display: inline-block;
	margin-left: 26px;
	vertical-align: middle;
}

.register_form .eve:first-child {
	margin: 0;
}

.register_form .eve_wid01 {
	width: 240px;
}

.register_form .eve_wid02 {
	width: 120px;
}

.register_form .eve_wid03 {
	width: 104px;
}

.register_form .eve .tip {
	color: #db3c26;
	text-align: left;
	float: left;
	font-size: 12px;
	padding-top: 5px;
	display: none;
}

.input_01 {
	display: block;
	width: 100%;
	padding: 12px 12px;
	height: 46px;
	border: 0;
	border-bottom: 1px solid #a49ea6;
	font-size: 14px
}

.register_btn {
	display: inline-block;
	width: 100%;
	text-align: center;
	height: 46px;
	line-height: 46px;
	color: #fff;
	background: #00b39d;
	font-size: 16px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

.register_btn:hover {
	background: #00d0b6;
}

.contract {
	padding-top: 25px;
}

.how_people {
	border-bottom: 1px solid #cccccc;
	padding: 11px 0;
	text-align: center;
	font-size: 28px;
	color: #666666;
}

.how_people em {
	color: #db3c26;
	font-size: 36px;
}

.content_eve {
	padding: 60px 0;
	vertical-align: middle;
	position: relative;
}

.content_eve img {
	vertical-align: bottom;
}

.content_eve h3 {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -20px;
	color: #333;
	font-size: 32px;
	font-weight: 400;
}

.ali_right {
	text-align: right;
}

.ali_left {
	text-align: left;
}

.bg_f0f0f0 {
	background: #f0f0f0;
}

.login_bg {
	height: 579px;
	position: relative;
	background: url(/images/login_bg.jpg) top center no-repeat;
	background-size: cover;
}

.login_block {
	max-width: 400px;
	margin: 0 auto;
	padding-top: 120px;
	color: #fff;
}

.login_block .tit {
	font-size: 28px;
	margin-bottom: 10px;
	font-weight: 400;
	margin-bottom: 20px;
	text-align: center;
}

.form_box {
	position: relative;
	margin-bottom: 12px;
}

.form_box .form_input {
	display: block;
	width: 100%;
	height: 46px;
	line-height: 46px;
	border: 1px solid #e5e5e5;
	background: #f0f0f0;
	padding-left: 40px;
	font-size: 15px;
}

.error .form_input {
	border: 1px solid #cc0000;
	background: #fff;
}

.form_box .form_input:focus {
	border: 1px solid #0066cc;
	box-shadow: none;
	background: #fff;
}

.form_box .tip {
	color: #cc0000;
	position: relative;
	margin: 5px 5px 5px 12px;
	display: block;
	display: none;
}

.form_box .tip .tipicon {
	position: absolute;
	left: 0;
	top: 0;
	width: 17px;
	height: 17px;
	display: inline-block;
	background: url(/images/login_icon.png) -90px 0;
}

.have_number {
	text-align: center;
	padding-top: 10px;
}

.login_btn {
	display: block;
	width: 100%;
	background: #00b39d;
	height: 48px;
	line-height: 48px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

.login_btn:hover {
	background: #00d0b6;
}

.login_other {
	text-align: center;
	padding-top: 15px;
}

.login_other li {
	display: inline-block;
	width: 48px;
	height: 48px;
	background: #fff;
	border-radius: 50%;
	margin-left: 40px;
}

.login_other li:first-child {
	margin-left: 0;
}

.login_other li em {
	display: block;
	height: 28px;
	width: 34px;
	margin: 0 auto;
	margin-top: 8px;
	background-image: url(/images/login_other.png);
}

.login_other li em.icon01 {
	background-position: 0 0;
}

.login_other li em.icon02 {
	background-position: -41px 0;
}

.form-control {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}

.form-control {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}


/* select美化样式 */

body .select {
	position: relative;
	margin: 0;
	float: left;
	width: 100%;
}

body .select dt {
	display: block;
	text-align: left;
	width: 100%;
	padding: 12px 12px;
	height: 46px;
	color: #666;
	border-bottom: 1px solid #a49ea6;
	background: #d1fdfa url(/images/select_bg.png) no-repeat right center;
	border-bottom: 1px solid #a49ea6;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	cursor: pointer;
}



.select dd {
	position: absolute;
	left: 0;
	top:45px;
	border: 1px solid #cdcdcd;
	background: #fff;
	display: none;
	z-index: 1005;
	width:100%;
}

.select dd ul {
	min-width: 100px;
	padding: 0;
	margin: 0;
}

.select dd ul li {
	height: 30px;
	float: none;
	font-weight: 100;
}

.select dd ul li a {
	width: 100% height: 30px;
	line-height: 30px;
	display: block;
	padding: 0 8px;
	text-align: left;
	font-weight: 100;
	font-size: 14px;
}

.select dd ul li a:hover {
	background: #f5f5f5;
}

@keyframes myfirst {
	0% {
		height: 0px;
	}
	40% {
		height: 557px;
	}
	100% {
		height: 527px;
	}
}

@-moz-keyframes myfirst
/* Firefox */

{
	0% {
		height: 0px;
	}
	40% {
		height: 557px;
	}
	100% {
		height: 527px;
	}
}

@-webkit-keyframes myfirst
/* Safari and Chrome */

{
	0% {
		height: 0px;
	}
	40% {
		height: 557px;
	}
	100% {
		height: 527px;
	}
}

@-o-keyframes myfirst
/* Opera */

{
	0% {
		height: 0px;
	}
	40% {
		height: 557px;
	}
	100% {
		height: 527px;
	}
}


/*底部*/
.footer {
	/*margin-top: 50px;*/
	padding:120px 0 40px 0;
	background: #2a2a2a;
}

.wid_block1155 {
	min-width: 320px;
	max-width: 1155px;
	margin: 0 auto;
}

.foot_nav {
	padding-bottom: 15px;
}

.foot_nav .fn_eve {
	width: 14%;
	display: inline-block;
	float: left;
}

.foot_nav .fn_eve li {
	padding: 6px 0;
}

.foot_nav .fn_eve li.tit {
	font-size: 14px;
	color:#fff;
	margin-bottom: 5px;
}

.foot_nav .fn_eve li a {
	font-size: 12px;
	color: #999;
}

.foot_nav .fn_eve li a:hover {
	color: #fff;
}

.foot_nav .fn_ewm {
	width: 28%;
	float: right;
}

.ewm_box {
	float: left;
	width: 120px;
}
.ewm_box img{
	border: 1px solid #ccc;
}
.fn_ewm .word {
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding-top: 6px;
	margin-bottom: 20px;
}

.down_box {
	width: 140px;
	float: left;
	margin-left: 20px;
}
   
.app_down {
    width: 142px;
    height: 50px;
    display: block;
    float: left;
    position: relative;
    border: 1px solid #ccc;
}

.app_ewmbox{position: absolute; top:-142px; left:10px; display: none;border: 1px solid #ccc;}
.app_down:hover .app_ewmbox{display: block;}
.app_ewmbox .app_ewm{display: block;
    width: 113px;
    height: 132px;
    padding: 8px;
    background: #fff;
    border-radius: 2px;
    position: relative;}
.app_ewmbox .app_ewm .ewm_img{width:99px; height:115px;}
.app_ewmbox .app_ewm .ewm_icon{display: block;width:15px; height: 7px; position: absolute; left:56px; bottom:-7px; background:url(/images/ewm_icon.png) no-repeat;}

.font_other {
	width: 1115px;
	border-top: 1px solid #757575;
	text-align: center;
	color: #777;
	font-size: 12px;
	line-height: 28px;
	padding-top: 14px;
    word-break: break-all;
	word-wrap:break-word;
}

.font_other a {
	color: #ccc;
	margin: 0 3px;
}

.font_other a:hover {
	color: #555555;
}



#login{
	/*margin-top: 50px;*/
	padding:120px 0 40px 0;
	background: #fff;
}
#login .foot_nav .fn_eve li.tit {
	font-size: 14px;
	color:#666;
	margin-bottom: 5px;
}

#login .foot_nav .fn_eve li a {
	font-size: 12px;
	color: #999;
}

#login .foot_nav .fn_eve li a:hover {
	color: #666;
}

#login .foot_nav .fn_ewm {
	width: 28%;
	float: right;
}

#login .ewm_box {
	float: left;
	width: 120px;
}

#login .fn_ewm .word {
	text-align: center;
	font-size: 14px;
	color: #666;
	padding-top: 6px;
	margin-bottom: 20px;
}