/*头部*/
.header .login-top{
	width: 100%;
	height: 120px;
	box-shadow: 0 1px 4px rgba(66, 66, 67, .18);
}
.login-top .top-left .logo{
	width: 68px;
	height: 85px;
	overflow: hidden;
	margin: 18px 20px 18px 0;
}
.login-top .top-left .top-tit{
	height: 52px;
	line-height: 52px;
	font-size: 24px;
	color: #777;
	margin: 34px 0;
	padding: 0 20px;
	border-left: 1px solid #E5E5E5;
}
.login-top .top-right .top-wel{
	font-size: 16px;
	color: #777;
	line-height: 120px;
}

.login-wrap{
	padding: 80px 0 65px;
}
.login-wrap .login-img{
	width: 582px;
	height: 506px;
	overflow: hidden;
	margin: 41px 0 0 20px;
}
.login-wrap .login-main .login{
	width: 536px;
	height: 588px;
	overflow: hidden;
	border: 1px solid #DCDCDC;
}
.login-main .login .login-head{
	padding: 25px 50px;
}
.login .login-head .title{
	font-size: 24px;
	color: #666;
	font-weight: bold;
	line-height: 30px;
}
.login .login-head .tips{
	font-size: 14px;
	color: #999;
	line-height: 30px;
}
.login .login-head .tips a{
	color: #C4B71C;
}
.login .login-con{
	width: 100%;
	padding: 0 50px;
	margin-top: 35px;
}
.login .login-con .full-db{
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 20px;
}
.login .login-con span{
	display: block;
	float: left;
	width: 100px;
	font-size: 16px;
	color: #666;
	padding: 0 10px;
	line-height: 59px;
}
/*placehoder默认字体颜色*/
.login ::-webkit-input-placeholder {
	font-size: 16px;
}
.login :-moz-placeholder {
	font-size: 16px;
}
.login ::-moz-placeholder {
	font-size: 16px;
}
.login :-ms-input-placeholder {
	font-size: 16px;
}
.login .login-con input{
	float: left;
	width: calc(100% - 100px);
	padding: 0 15px;
	height: 59px;
	font-size: 16px;
	color: #666;
}
.login .rember{
    width: calc(100% - 100px);
    height: 16px;
    padding: 0 0px 0 20px;
    margin: 25px 50px 40px 50px;
    position: relative;
}
.login .rember input,
.login .agree input{
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 1px;
    z-index: 9;
    opacity: 0;
}
.login .rember label,
.login .agree label{
    width: 16px;
    height: 16px;
    border: 1px solid #999;
    margin-right: 4px;
    position: absolute;
    left: 0;
    top: 1px;
    z-index: 5;
}
.login .rember label:after,
.login .agree label:after{
	font-family:"iconfont" !important;
	font-size:14px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content:"\e6c0";
	position:absolute;
	left:0px;
	right:0;
	top:-1px;
	color:#C4B71C;
	display:block;
	width:16px;
	height:16px;
}
.login .rember label.hide:after,
.login .agree label.hide:after{
	display: none;
}
.login .rember em,
.login .rember .a-forget,
.login .agree em,
.login .agree .a-agree{
    display: inline-block;
    line-height: 16px;
    font-size: 14px;
    color: #999;
    vertical-align: top;
}
.login .rember .a-forget,
.login .agree .a-agree{
	color: #C4B71C;
}
.login-main .login .btn-box{
	width: 100%;
	height: 50px;
	padding: 0 50px;
}
.login-main .login .btn-box button{
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-color: #C4B71C;
	border: 1px none;
	font-size: 16px;
	color: #fff;
}
.login .other-login{
	width: 100%;
	padding: 35px 50px 0 50px;
}
.login .other-login .tit{
	font-size: 16px;
	color: #888;
	text-align: center;
	line-height: 20px;
	position: relative;
}
.login .other-login .tit:before{
	content: "";
	width: 30%;
	height: 1px;
	background-color: #E8E8E8;
	position: absolute;
	top: 10px;
	left: 20px;
	z-index: 9;
}
.login .other-login .tit:after{
	content: "";
	width: 30%;
	height: 1px;
	background-color: #E8E8E8;
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 9;
}
.login .other-login .soft-list{
	width: 100%;
	padding: 30px 80px 0 80px;
}
.login .other-login .soft-list li{
	width: 60px;
	text-align: center;
	margin-right: 47px;
}
.login .other-login .soft-list li:last-child{
	margin-right: 0;
}
.other-login .soft-list li a{
	display: block;
}
.other-login .soft-list li .img-box{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 10px;
}
.other-login .soft-list li .tit{
	font-size: 14px;
	color: #888;
	line-height: 20px;
}

/*注册*/
.register .register-head .title{
	width: 100%;
	height: 68px;
	text-align: center;
	line-height: 68px;
	background-color: #C4B71C;
	font-size: 24px;
	color: #fff;
}
.login .login-con .full-style{
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
}
.login-con .f-rc-list{
	display: inline-block;
	height: 20px;
	margin: 20px 0 0 12px;
}
.login-con .f-rc-list .f-radio{
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    cursor: pointer;
    margin-right: 25px;
}
.f-rc-list .f-radio .icon-radio{
    float: left;
    width: 16px;
    height: 16px;
    background-image: url(../img/login-checked-off.png);
    background-repeat: no-repeat;
    background-position: center center; 
    background-size: 100% 100%;
    margin-right: 5px;
    margin-top: 2px;
    cursor: pointer;
}
.f-rc-list .f-radio.checked .icon-radio{
    background-image: url(../img/login-checked-on.png);
}
.f-rc-list .f-radio .f-rc-text{
	display: inline-block;
	font-size: 16px;
	color: #666;
    line-height: 20px;
    cursor: pointer;
    vertical-align: top;
}

.login-con .full-db input.yzm {
    width: calc(100% - 220px);
}
.login-con .full-db .a_btn {
	float: right;
    display: block;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    margin: 10px 0 0;
    border: 1px solid #C4B71C;
    border-radius: 3px;
    font-size: 16px;
    color: #C4B71C;
}
.register .agree{
	width: calc(100% - 100px);
	height: 16px;
	padding: 0 0px 0 20px;
	margin: 0 50px 35px 50px;
	position: relative;
}
.register .back-login{
	width: 100%;
	height: 20px;
	text-align: right;
	line-height: 20px;
	padding: 0 50px;
	margin-top: 10px;
	font-size: 14px;
	color: #999;
}
.register .back-login a{
	color: #C4B71C;
}




























