@charset 'utf-8';
body{
	min-width:1000px;
	position:relative;
	line-height:1;
	overflow-x:hidden;
}
.main_wrap{
	width:100%;	
}
.banner_bg{
	width:1920px;
	height:485px;
	position:relative;
	left:50%;
	top:76px;
	margin-left:-960px;
}
.color_bg{
	width:100%;
	height:520px;
	position:relative;
	top:76px;
	background-color:#5eb0fa;
}
.login_msg{
	padding-top:283px;
	text-align:center;
}
.copy_infor{
	width:100%;
	position:absolute;
	left:0;
	bottom:50px;
	text-align:center;
	color:#fff;
	font-size:12px;
	color:#9cddfb;
}

.main_content_wrapper{
	width:1000px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-500px;
}
.top_logo img{
	margin-top:16px;
}
.index_back_btn{
	float:right;
	font-size:16px;
	padding-top:34px;
	color:#5eb0fa;
	text-decoration:underline;
}
.left_wrapper{
	float:left;
	margin-top:160px;
	text-align:center;
}
.left_msg{
	color:#5eb0fa;
	font-size:24px;
	padding:10px 0 17px 0;
}
.color_red{
	color:#ff6e82;
	font-size:34px;
	padding:0 32px 0 4px;
}
.red_right{
	padding:0 0 0 4px;
}
/* 右侧   */
.right_wrapper{
	float:right;
	width:360px;
	height:406px;
	background-color:#fff;
	border-radius:6px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	margin-top:208px;
	padding:30px 20px 0;
}
/* 登录   */
.login_title{
	width:100%;
	height:1px;
	background-color:#e6e6e6;
	position:relative;
}
.title_cont{
	width:130px;
	height:24px;
	font-size:14px;
	line-height:24px;
	text-align:center;
	color:#555;
	background-color:#fff;
	position:absolute;
	top:-12px;
	left:50%;
	margin-left:-65px;
}
.login_way{
	float:left;
	position:relative;
	left:50%;
}
.login_logo{
	float:left;
	display:block;
	position:relative;
    right:50%;
	width:71px;
	height:71px;
	margin:25px 24px 0;
}
.intro_msg{
	font-size:18px;
	color:#666;
}
.intro_msg p{
	padding-bottom:19px;
}
.red{
	font-size:36px;
	color:#f66364;
}
.yellow{
	font-size:24px;
	color:#ffc600;
}
.green{
	font-size:18px;
	color:#82d04d;
}
.blue{
	font-size:18px;
	color:#5eb0fa;
}
/* 微信登录弹出层   */
.bangding_weixin_bg{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background-color:rgba(0,0,0,0.6);
	z-index:99999999999;
}
.bangding_weixin_content{
	width:300px;
	height:410px;
	position:fixed;
	top:50%;
	left:50%;
	margin:-205px 0 0 -150px;
	background-color:#fff;
}
.impowerBox{
	color:#333;
}
.xieyi_wrap{
	padding:10px 0 30px;
	color:#666;
}
.input_checkbox,.xieyi,.xieyi_title{
	float:left;
}
.input_checkbox{
	margin-right:10px;
}
.xieyi_title{
	display:block;
	color:#666;
	text-decoration:underline;
}

/* 手机号登录   */
.phone_wrap{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0,0,0,0.6);
}
.phone_content{
	width: 400px;
    /* height: 200px; */
    color: #222;
    background-color: #fff;
    position: absolute;
    top: 310px;
    left: 50%;
    margin: 0 0 0 -150px;
    border-radius: 6px;
    padding-bottom:66px;
}
.close_wrapper {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(/resources/images/antHelp/close_wind.png) no-repeat;
    background-size: 20px 20px;
    cursor: pointer;
}
.phone_title {
    text-align: center;
    font-size: 16px;
    padding: 20px 0 25px 0;
}
.phone_msg{
	/* display:none; */
	width: 324px;
	font-size: 14px;
	line-height:20px;
    color: #ef3f3f;
    padding:5px 0 26px;
    margin: 0 auto;
}
.binding_content{
    padding:0 20px;
}
.binding_infor_wrap{
    background-color:#fff;
    border-radius:4px;
    width: 304px;
    margin: 0 auto;
}
.each_binding_infor{
    height:30px;
    font-size:16px;
    line-height:30px;
    color:#3d2b32;
    padding: 0 10px;
    overflow:hidden;
    margin:0 0 10px 0;
}
.binding_infor_title{
    float: left;
    width:78px;
}
.binding_infor_input_wrap{
    float: right;
    width: 198px;
    height: 28px;
    border: 1px solid #ddd;
    overflow:hidden;
}
.binding_infor_input_wrap input {
    float:left;
    text-align: left;
    height: 28px;
    width: 110px;
    border: 0 none;
    font-size: 16px;
    padding-left:10px;
}

.binding_infor_two{
	width:200px;
    border: 0px solid #fff;
}
.binding_infor_two input{
	width:100px;
    border: 1px solid #ddd;
}

.binding_infor_input_wrap .text_input {
	width: 98px;
	height: 26px;
    text-align: left;
}

.code_img{
    display:block;
    float:right;
    width:68px;
    height:28px;
    border: 1px solid #ddd;
}
.binding_infor_input_wrap .huo_qu_ma{
    display:block;
    float:right;
    width: auto;
    font-size:14px;
    color:#ef3f3f;
    text-align:left;
    text-decoration:underline;
    background-color:#fff;
    cursor:pointer;
    padding-right:10px;
}
.binding_btn{
    width:13.75rem;
    height:2.5rem;
    font-size: 0.9rem;
    line-height:2.5rem;
    margin:3.835rem auto 0;
}
.footer_msg{
    font-size:0.75rem;
    line-height:2.5rem;
    color:#777;
    text-align:center;
}
.footer_jump{
    display:block;
    font-size:0.75rem;
    color:#ef3f3f;
    text-align:center;
    text-decoration:underline;
    padding:0.5rem 0;
}
.phone_btn{
	display:block;
	width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    background-color: #5eb0fa;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    cursor: pointer;
}
input:-webkit-autofill { box-shadow: 0 0 0px 1000px white inset;}
.forget_psw{
	line-height:20px;
	color:#888;
	text-align:right;
	cursor:pointer;
}
.login_way_sec{
	text-align:center;
	font-size:16px;
	line-height:30px;
	color:#f66364;
	text-decoration:underline;
	cursor:pointer;
}