.login{
	background-image: url(/images/login_bg.jpg);
    background-size: 100% 100%;
    background-position: center 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 900px;
    overflow-x: hidden;
    position: relative;
}
.log{
	width: 400px;
	background: #ffffff;
	border-radius: 2px;
	/*position: absolute;
    top: 10%;
    right: 20%;*/
    padding: 30px 25px;
    /*margin: 130px auto;
    padding: 30px 25px;*/
}
.head_tan_top {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}
.head_tan_top li:nth-last-child(1):first-child{
    width:100%;
}
.head_tan_top li:nth-last-child(2):first-child ~ li{
    width:calc(100% / 2);
}
.head_tan_top li {
    padding: 21px 0px;
    width: 50%;
    text-align: center;
    letter-spacing: 1px;
    border-bottom: 1px solid #a0a0a0;
    cursor:pointer;
}
.head_tan_top li a{
    font-size: 18px;
    color: #666666;
}
.head_tan_top li.active {
    border-bottom: 2px solid #246fd4;
}
.head_tan_top li.active a{
    color: #246fd4;
}
.log input{
    margin: 5px 0;
    padding-left: 15px;
    width: 100%;
    border: 1px solid #eeeeee;
    color: #a0a0a0;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    vertical-align:middle;
}
.log input.verifyCode,.log input.captcha{
    width: 60%;
}
.log #captcha_image{
    width: 38%;
    height: 50px;
    border: 1px solid #eeeeee;
    vertical-align:middle;
}
.log button{
	width: 38%;
	height: 50px;
    font-size: 14px;
	color: #fff;
    background: #246fd4;
	border: 1px solid #eeeeee;
    vertical-align:middle
}
.log a.denglu {
    text-decoration: none;
    margin: 15px 0;
    display: block;
    background: #246fd4;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    width: 100% !important;
    font-size: 16px;
}
.log p{
	font-size: 16px;
	text-align: right;
	color: #999999;
}
.log p a{
	color: #999999;
}
.log .disanfang h1{
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	color: #999999;
	letter-spacing: 1px;
	margin: 20px 0;
}
.log .disanfang ul{
	text-align: center;
}
.log .disanfang ul li{
	display: inline;
    list-style-type: none;
    padding: 0 20px;
}
.log .loginfrm_cw{
    display: block;
    font-size: 14px;
    color: #a94442;
}