/*登录*/
#login {
    display: none;
    position: fixed;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8.6rem;
    padding: 0.66rem;
    padding-bottom: 0.8rem;
    background: #fff;
    z-index: 999900;
    border-radius: 0.3rem;
    overflow: hidden;
    box-sizing: border-box;
    color: #000;
}

.logon_title {
    font-size: 0.39rem;
    line-height: 0.39rem;
    width: 100%;
    overflow: hidden;
}

.logon_title_close {
    width: 0.39rem;
    height: 0.39rem;
    background: url("https://static.fangxiaoer.com/m/static/IM/img/sy_btn_close.png") no-repeat center;
    background-size: 0.39rem 0.39rem;
    float: left;
}

#login .regist {
    color: #545454;
    float: right;
    display: block;
}

.tip_head {
    font-size: 0.64rem;
}
#login .tip_head {
    font-weight: 600;
}

.tip_sub {
    font-size: 0.39rem;
    color: #999;
    margin-top: 0.12rem;
}

.logon_tip {
    margin-top: 0.49rem;
}

#login input::-webkit-input-placeholder {
    font-size: 0.4rem;
    color: #ccc;
    line-height: 0.4rem;
}

#login .input_block {
    margin-top: 0.2rem;
    border-bottom: 0.5px solid #ececec;
    font-size: 0.4rem !important;
}

#login .yzm {
    position: absolute;
    right: 0;
    top: 0.2rem;
    font-size: 0.39rem;
    padding: 0.16rem;
    color: #ff6f28;
    display: inline-block;
    border-left: none;
    line-height: 0.39rem;
}

.logonBtn {
    border-radius: 0.2rem;
    background-color: #ff6f28;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.27rem;
    margin-top: 0.4rem;
    text-align: center;
    color: #fff;
    font-size: 0.4rem;
    width: 7rem;
    height: 1.2rem;
    line-height: 1.2rem;
    border: none;
    outline: none;
}
#login .logonBtn{
    font-size: 0.45rem;
    width: 100%;
    border-radius: 0.1rem;
    margin-top: 0.6rem;
}

.logonBtn_type {
    font-size: 0.37rem;
    color: #999;
    text-align: center;
    margin: 0.27rem 0 0.43rem 0;
}

#login .checkagreeInput div {
    font-size: 0.38rem;
}

#login .checkagreeInput a{
    color: #FF6F28;
    font-size: 0.38rem !important;
}

#login .checkagreeInput .checkimg {
    background: url(https://static.fangxiaoer.com/m/static/IM/img/checkNo.png) top center;
    background-size: 100% 100%;
}

#login .checkagreeInput .checked {
    background: url(https://static.fangxiaoer.com/m/static/IM/img/checkYes.png) top center !important;
    background-size: 100% 100% !important;
}

#login .input_block input{
    font-size: 0.4rem !important;
}
#login .input_block input::-webkit-input-placeholder { /* WebKit browsers */

font-size: 0.4rem !important;

}

#login-fullbg.fullbg{
    display: none;
    background-color: rgb(0, 0, 0);
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    position: fixed;
    top: 0;
    z-index: 99999;
    overflow: hidden;
    height: 100% !important;
}


/*无验证码登录2*/
#login2 {
    display: none;
    position: fixed;
    top: 40%;
    left: 10%;
    max-width: 640px;
    width: 70%;
    padding: 5%;
    background: #fff;
    z-index: 99999;
    border-radius: 15px;
    overflow: hidden;
    z-index: 999999;
}

form, .form {
    margin: 10px;
}

.input_block {
    position: relative;
    height: 40px;
    border-bottom: 1px solid #dcddde;
}

.input_block span {
    width: 30%;
    display: block;
    float: left;
    font-size: 15px;
    line-height: 40px;
}

.input_block input {
    height: 20px;
    line-height: 20px;
    width: 70%;
    background-color: #fff;
    border: none;
    outline: none;
    font-size: 15px;
    margin: 10px 0;
    font-family: "Microsoft YaHei";
    float: left;
}

.inputbtn {
    width: 100%;
    height: 35px;
    margin-top: 20px;
    background-color: #ff5200;
    color: #fff;
    border: none;
    font-size: 14pt;
    border-radius: 3px;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

.forTxt {
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 8px;
    font-size: 10pt;
    text-align: right;
    color: #999;
}

.forTxt a {
    margin: 0 5px;
    color: #999;
}

.yzm {
    position: absolute;
    right: 0;
    top: 7px;
    font-size: 8pt;
    padding: 0 12px;
    color: #ff5200;
    display: inline-block;
    border-left: solid 1px #ccc;
    line-height: 26px;
}

/*�һ�����*/
.successbg {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .3;
    position: absolute;
    top: 0;
    left: 0;
}

.success {
    width: 240px;
    height: 100px;
    padding-top: 20px;
    border-radius: 5px;
    background-color: #fff;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -120px;
    z-index: 10;
    text-align: center;
    font-size: 10pt;
    color: #666;
}

.successtitle {
    color: #000;
}

.success a {
    border-top: 1px solid #dcddde;
    display: block;
    margin-top: 10px;
    font-size: 12pt;
    line-height: 35px;
    color: #ff5200;
}

.forTxt span {
    float: left;
    cursor: pointer;
}

.logo {
    width: 100%;
    text-align: center;
    padding: 40px 0;
}

.logo img {
    width: 20%;
    max-width: 90px;
}

.icon {
    position: absolute;
    top: 12px;
    right: 16px;
    width: 16px;
    cursor: pointer;
}

.icon_right {
    /*right: 100px;*/
}

.fxe_alert span {
    display: inline-block;
    background: url(https://static.fangxiaoer.com/web/images/ico/sign/b50.png);
    padding: 6px 16px;
    border-radius: 4px;
    font-size: 12pt;
    color: #fff;
}

.fxe_alert {
    position: absolute;
    top: 71px;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
}

#login2 .title {
    font-size: 15px;
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
    line-height: 42px;

}

#login2 .title span {
    font-weight: bold !important;
}

#login2 img {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 14px;
    right: 15px;
}

#login2 .tag, .tags {
    display: block;
    width: 90%;
    margin: 0 auto;
    line-height: 23px;
    font-size: 12px;
    color: #737b87;
    margin-top: 18px;
    margin-bottom: 17px;
    text-align: center;
}

#login2 .input_block input {
    width: 90%;
    padding: 0 5%;
    border-radius: 5px;
    font-size: 12px;
}

#login2 .input_block {
    width: 90%;
    margin: 0 auto;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}

#login2 .inputbtn {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 14px;
    font-size: 15px;
    height: 41px;
    border-radius: 8px;
}

.fullbg2 {
    display: none;
    background-color: rgb(102, 102, 102);
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    position: fixed;
    left: 0;
    top: 0;
    height: 200% !important;
    z-index: 99999;
    overflow: hidden;
}