﻿@charset "utf-8";

/* 登录注册开始 */
.main .login_bg {
    background: #fff;
}

.userBox {
    margin: 61px 0 0 0;
}

.userBox .formCon {
    overflow: hidden;
}

.userBox .formBox {
    margin-top: -10px;
    overflow: hidden;
}

.userBox .formBox .formItem {
    height: 40px;
    margin: 10px 10px 0;
    position: relative;
    background-color: #fff;
}

.userBox .formBox .formItem .text {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
}

.userBox .formBox .formItem .cor_captcha_text {
    padding-right: 120px;
    text-transform: uppercase;
}

.userBox .formBox .formItem .cor_captcha_img {
    width: 100px;
    height: 20px;
    display: block;
    position: absolute;
    right: 11px;
    top: 10px;
}

.userBox .formBox .formItem .verify_code_btn {
    width: 110px;
    line-height: 40px;
    display: block;
    position: absolute;
    right: 10px;
    top: 0px;
    color: #333;
    text-align: center;
    background: none;
}

.userBox .formBox .formItem .country_num {
    position: absolute;
    left: 20px;
    top: 1px;
    display: block;
    width: 30px;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    background: #fff;
    color: #000;
}

.userBox .formBox .formItem .mobile_input {
    padding: 0 15px 0 45px;
}

.userBox .formBox .formItem .duanxin_codeBtn {
    position: absolute;
    right: 20px;
    top: 8px;
    display: block;
    width: 100px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    border-left: 1px solid #dcdcdc;
}

.userBox .formBox .formItem .code_input {
    padding: 0 115px 0 15px;
}

.userBox .formBox .formItem select {
    width: 100%;
    height: 40px;
    padding: 0 40px 0 15px;
    color: #666;
    position: relative;
    z-index: 2;
    background: none;
    box-sizing: border-box;
    -webkit-appearance: none;
    border: 1px solid #dcdcdc;
}

.userBox .formBox .formItem.input_select:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 25px;
    border-color: #444;
    border-style: solid;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin-top: -6px;
}

.entry_submit {
    padding: 0 10px 5px;
}

.entry_submit a {
    width: 100%;
    height: 36px;
    line-height: 36px;
    box-sizing: border-box;
    display: block;
    font-size: 16px;
    color: #333;
    text-align: center;
    border-radius: 5px;
    margin-top: 10px;
    border: solid 1px #333;
}

.userBox .formBtn {
    padding: 0 10px;
    height: 40px;
    margin-top: 20px;
    overflow: hidden;
}

.userBox .formRemember {
    height: 20px;
    padding: 0 10px;
    margin-top: 5px;
    overflow: hidden;
}

.userBox .formRemember label {
    float: left;
    color: #ff5e01;
}

.userBox .formRemember label .checkbox {
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    margin: -1px 3px 2px 0px;
    position: relative;
    border: 1px solid #ff5e01;
    border-radius: 2px;
}

.userBox .formRemember label .checkbox:checked {
    background: none;
}

.userBox .formRemember label .checkbox:checked:after {
    content: '';
    position: absolute;
    left: 1px;
    top: 2px;
    width: 6px;
    height: 3px;
    border-left: 1px solid #ff5e01;
    border-bottom: 1px solid #ff5e01;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.userBox .formRemember .forgot_password {
    display: block;
    float: right;
    color: #ff5e01;
}

.userBox .joint_login {
    margin-top: 10px;
    padding: 0 10px 20px;
    text-align: center;
}

.userBox .joint_login h2 {
    height: 24px;
    border-bottom: 1px solid #dcdcdc;
    font-weight: normal;
}

.userBox .joint_login h2 span {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    padding: 0 5px;
    background-color: #fff;
    color: #999;
    font-size: 16px;
    -webkit-transform: translate3d(0, 8px, 0);
    -ms-transform: translate3d(0, 8px, 0);
    transform: translate3d(0, 8px, 0);
}

.userBox .joint_login ul {
    font-size: 0;
    margin-top: 20px;
    text-align: center;
}

.userBox .joint_login ul li {
    display: inline-block;
    width: 40px;
    text-align: center;
    margin: 0 5px;
}

.userBox .joint_login ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 80%;
}

.userBox .joint_login ul li .sina {
    background-image: url(../images/icon_sina.png);
}

.userBox .joint_login ul li .qq {
    background-image: url(../images/icon_qq.png);
}

.userBox .joint_login ul li .alipay {
    background-image: url(../images/icon_alipay.png);
}

.userBox .joint_login ul li .weixin_mobile {
    background-image: url(../images/icon_weixin.png);
}

.userBox .joint_login ul li .facebook {
    background-image: url(../images/oauth/facebook.png);
}

.userBox .formNotice_reg {
    height: 20px;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
    margin-top: 5px;
    color: #999;
}

.userBox .formNotice_reg a {
    color: #ff5e01;
}

/* 登录注册结束 */

/*  安全设置-绑定手机  */
.verify_identity {
    width: 100%;
    overflow: hidden;
}

.verify_one {
    width: 100%;
    padding: 25px 0;
    display: -webkit-box;
}

.verify_one dl {
    -webkit-box-flex: 1;
}

.verify_one dl dd {
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.verify_one dl dt {
    width: 100%;
    height: 20px;
    position: relative;
}

.verify_one dl dt span {
    width: 10px;
    height: 10px;
    padding: 5px;
    margin: 0px auto;
    display: block;
}

.verify_one dl dt span img {
    width: 100%;
    height: 100%;
}

.verify_one dl.on dd {
    color: #333;
}

.verify_one dl.on dt span {
    width: 20px;
    height: 20px;
    padding: 0;
}

.verify_one dl dt em.verify_one_right {
    width: 85%;
    height: 1px;
    display: block;
    background: #d6d7dd;
    top: 9px;
    left: 50%;
    margin-left: 10px;
    position: absolute;
}

.verify_one dl dt em.verify_one_left {
    width: 100%;
    height: 1px;
    display: block;
    background: #d6d7dd;
    top: 9px;
    left: 50%;
    margin-left: 10px;
    position: absolute;
}

.verify_obtain {
    width: 100%;
    background: #fff;
}

.verify_obtain dl dt {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    box-sizing: border-box;
    border-bottom: solid 1px #e3e3e3;
}

.verify_obtain dl dd {
    width: 100%;
    height: 50px;
}

.verify_obtain dl dd form {
    display: -webkit-box;
}

.verification_code {
    height: 30px;
    -webkit-box-flex: 1;
    margin: 10px 0 0 30px;
    color: #666;
    display: block;
}

.verification_button {
    height: 30px;
    padding: 0 10px;
    color: #fff;
    margin: 10px 15px 0 0;
    background: #f43b3a;
}

.account_tail {
    width: 100%;
    height: 40px;
    z-index: 998;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #863131;
    border-radius: 0;
}

.account_tail a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    font-size: 16px;
    color: #fff;
}

.set_complete {
    width: 100%;
    height: 100px;
    line-height: 100px;
    background: #fff;
    text-align: center;
}

.set_complete span {
    padding: 5px 0 5px 25px;
    background: url(../images/icon_1.png) no-repeat left center;
    background-size: 20px auto;
}

/*  安全设置-绑定手机 结束  */

/* 授权回调 */
.oauth_back {
	padding: 30px;
	overflow: hidden;
	text-align: center;
}
.oauth_back .face {
	width: 60px;
	height: 60px;
	padding: 5px;
	background: #FFFFFF;
	border: 2px solid #dddddd;
	border-radius: 100%;
	margin: 0 auto;
}

.oauth_back .face img {
	width: 60px;
	height: 60px;
	border-radius: 100%;
}

.oauth_back .name {
	line-height: 30px;
	margin-top: 10px;
	font-size: 16px;
}

.oauth_back .tip {
	margin-top: 10px;
	line-height: 24px;
}

.oauth_back .link {
	margin: 20px auto 0 auto;
	overflow: hidden;
}

.oauth_back .link a {
	width: 300px;
	height: 45px;
	line-height: 45px;
	display: block;
	margin: 20px auto 0 auto;
	color: #FFFFFF;
	background: #863131;
}

.oauth_back .link a:hover {
	color: #FFFFFF;
}

.oauth_back .link a.new {
	height: 43px;
	line-height: 43px;
	background: #FFFFFF;
	color: #333333;
	border: 1px solid #dddddd;
}

.oauth_back .link a.new:hover {
	color: #333333;
}


/*新增登录页面*/
.loginPage{
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: white;
}
.loginBack{
    text-align: right;
    overflow: hidden;
}
.loginBack a.back{
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 1;
}
.loginBack a.back:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 13px;
    left: 13px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("../images/icon_x.png") no-repeat center center;
}
.logo{
    width: 60%;
    margin: 20px auto 0;
}
.logo_text{
    height: 24px;
    line-height: 24px;
    color: #A2A2A2;
    text-align: center;
    font-size: 16px;
    margin-top: -5px;
    letter-spacing: 3px;
}
.loginMain{
    width: 80%;
    margin: 60px auto 40px;
}
.loginMain .hd ul{
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
}
.loginMain .hd ul li{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 50%;
    text-align: center;
    color: #A6A6A6;
    height: 35px;
    line-height: 35px;
    font-size: 1.05em;
}
.loginMain .hd ul li.cur{
    font-weight: bold;
    color: #333333;
    background: url("../images/login_line.png") no-repeat bottom center;
    background-size: 30px auto;
}
.loginMain .bd{
    margin-top: 10px;
}
.loginMain .bdItem{
}
.loginMain .bd dl{
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    margin-top: 15px;
    border-bottom: solid 1px #e5e5e5;
}
.loginMain .bd dl dt{
    width: 35px;
    height: 35px;
}
.loginMain .bd dl.mobile dt{
    background: url("../images/icon_mobile.png") no-repeat center;
    background-size: 30px auto;
}
.loginMain .bd dl.account dt{
    background: url("../images/icon_account.png") no-repeat center;
    background-size: 22px auto;
}
.loginMain .bd dl.pw dt{
    background: url("../images/icon_pw.png") no-repeat center;
    background-size: 22px auto;
}
.loginMain .bd dl.msgCode dt{
    background: url("../images/icon_msgCode.png") no-repeat center;
    background-size: 28px auto;
}
.loginMain .bd dl.msgCode{
}
.loginMain .bd dl.msgCode dd{
    padding-right: 100px;
    position: relative;
    z-index: 1;
}

.loginMain .bd dl.msgCode dd .cor_captcha_img{
    width: 100px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 8px;
}

.loginMain .bd dl.msgCode .getCode{
    display: block;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 0.9em;
    position: absolute;
    z-index: 2;
    top: 0px;
    right: 0px;
    color: #a2a2a2;
    background: transparent;
}
.loginMain .bd dl.msgCode .getCode.code_cur{
    color: #863131;
}
.loginMain .bd dl dd{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    padding: 0px 5px;
}
.loginMain .bd dl dd input{
    width: 100%;
    height: 35px;
}
.loginMain .bd dl dd input::-webkit-input-placeholder {
    color: #a2a2a2;
}
.loginMain .handleDiv{
    margin-top: 25px;
}
.loginMain .linkBox{
    margin-top: 15px;
}
.loginMain .linkBox ul{
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
}
.loginMain .linkBox ul li{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    text-align: center;
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.loginMain .linkBox ul li:last-child{
    border-left: solid 1px #d9d9d9;
}
.loginMain .linkBox ul li a{
    color: #A6A6A6;
    position: relative;
    z-index: 1;
    padding-right: 15px;
    display: inline-block;
}
.loginMain .linkBox ul li a:after{
    content: '';
    position: absolute;
    z-index: 2;
    top: 9px;
    right: 0px;
    display: block;
    width: 7px;
    height: 7px;
    border-color: #999999;
    border-style: solid;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(-45deg);
}
.oauthBox{
    margin-top: 30px;
}
.oauthBox .title{
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
}
.oauthBox .title .line{
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 17px;
}
.oauthBox .title h3{
    height: 35px;
    line-height: 35px;
    background-color: white;
    display: inline-block;
    padding: 0px 10px;
    color: #A6A6A6;
    font-size: 1.05em;
    font-weight: normal;
    position: relative;
    z-index: 3;
}
.oauthBox .oauth{
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    text-align: center;
    margin-top: 10px;
}
.oauthBox .oauth dl{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    overflow: hidden;
    padding: 0px 5px;
}
.oauthBox .oauth dl dt{
    width: 30px;
    height: 30px;
    margin: 0px auto;
}
.oauthBox .oauth dl dd{
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #A6A6A6;
}