﻿body {
    margin: 0;
    padding: 0;
    background-color: #FFF;
    -webkit-text-size-adjust: 100%;
    overflow: hidden;
}

body, button, input, select, textarea {
    font: 12px simsun,Helvetica,sans-serif;
}

.hide {
    display: none;
}

input, select, textarea {
    outline: 0;
}

input::-ms-clear, ::-ms-reveal {
    display: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

.wrap_login {
    width: 360px;
    height: 460px;
    overflow: hidden;
    position: relative;
}

.loginTabClass {
    width: 100%;
    height: 51px;
}

.loginTabClass span {
    vertical-align: top;
    float: left;
    height: 36px;
    text-align: center;
    width: 179.5px;
    padding: 5px 0;
    background-color: white;
    line-height: 36px;
    position: relative;
    font-size: 18px;
    cursor: pointer;
    font-family: "Microsoft YaHei";
    border-top: 4px solid white;
    border-bottom: 1px solid #b1d1e6;
}

.loginTabClass .current {
    border-top: 4px solid #2f5895;
    height: 36px;
    line-height: 32px;
    border-bottom: 1px solid white;
}

.loginTabClass .current.account {
    border-right: 1px solid #b1d1e6;
}

.loginTabClass .current.msg {
    border-left: 1px solid #b1d1e6;
}

.loginTabClass .apptitle {
    background-color: white;
    font-size: 18px;
    border-bottom: 1px solid #b1d1e6;
    height: 50px;
    font-family: "Microsoft YaHei";
    line-height: 50px;
    text-indent: 20px;
}

.login_content {
    width: 320px;
    background-color: white;
    padding: 30px 20px 0 20px;
    font-size: 14px;
    min-height: 265px;
    /* margin-bottom: 6px;*/
}

.login_content_foot {
    width: 300px;
    background-color: white;
    font-size: 14px;
    padding: 0 30px 10px 30px;
    position: absolute;
    bottom: 0;
}

.login_content_foot a {
    cursor: pointer;
}

.info {
    font-size: 13px;
    color: #666;
    margin-top: 0;
    margin-bottom: 10px;
}

.info .register {
    color: #ea5404;
    margin-left: 5px;
}

.info .right {
    float: right;
    color: #666;
}

.form_group {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}

.form_group .icon {
    position: absolute;
    left: 10px;
    top: 6px;
}

.form_input {
    width: 276px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #cdcdcd;
    padding-left: 40px;
}

.form_input:focus {
    border-color: #979797;
}

.inputclear {
    background: url("../img/icon_clear.png") center no-repeat;
    cursor: pointer;
    display: none;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 11px;
    right: 20px;
    z-index: 100;
}

.leftclear {
    right: 0;
    left: 135px;
}

.captchainput {
    width: 190px;
}

.login_checkNubImg {
    display: inline-block;
    width: 109px;
    height: 42px;
    /* margin-left: 20px;*/
    vertical-align: middle;
    cursor: pointer;
}

.login_checkNubImg span {
    padding: 10px;
    font-size: 13px;
}

.login_checkNubImg img {
    width: 110px;
    height: 42px;
    cursor: pointer;
}

.login_vcode {
    width: 100px;
    margin-left: 2px;
    background: #fff;
    border: 1px solid #FE4A19;
    color: #FE4A19;
    height: 40px;
    cursor: pointer;
}

.timer {
    border: 1px white solid;
    color: #999;
    cursor: default;
    background: #F3F3F3;
}

.loginBtn {
    display: inline-block;
    border: 0;
    width: 316px;
    height: 40px;
    font-size: medium;
    font-weight: bold;
    background-color: #FE4A19;
    color: white;
    vertical-align: middle;
    cursor: pointer;
    /*letter-spacing: 10px;*/
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 40px;
    text-align: center;
}

.loginBtn:disabled {
    background: #f66467;
    cursor: wait;
}

.dotting {
    display: inline-block;
    width: 10px;
    min-height: 2px;
    padding-right: 2px;
    border-left: 2px solid currentColor;
    border-right: 2px solid currentColor;
    background-color: currentColor;
    background-clip: content-box;
    box-sizing: border-box;
    -webkit-animation: dot 4s infinite step-start both;
    animation: dot 4s infinite step-start both;
    *zoom: expression(this.innerHTML='...'); /* IE7 */
}

.dotting:before {
    content: '...';
}

/* IE8 */
.dotting::before {
    content: '';
}

:root .dotting {
    margin-left: 2px;
    padding-left: 2px;
}

/* IE9+ */
.login_errormsg {
    padding-left: 0;
    color: #ff0000;
    /*  margin-bottom: 12px;*/
    font-size: 12px;
}

.login_friendLogin {
    text-align: center;
}

.login_friendLogin a {
    display: inline-block;
    zoom: 1; margin: 0 15px;
}

.login_friendLogin a img {
    border: none;
    width: 45px;
    height: 45px;
}

.code2, .comp2 {
    width: 53px;
    height: 53px;
    position: absolute;
    right: 0px;
    bottom: 0;
    cursor: pointer;
}

.comp2 {
    display: none;
    right: 0px;
}

.appinfo {
    text-align: center;
    font-family: '宋体';
    font-size: 14px;
    color: #6c6c6c;
}

.appinfo a {
    text-decoration: none;
    outline-style: none;
    color: #013aa2;
    cursor: pointer;
}

.codewarp {
    position: relative;
    width: 170px;
    height: 190px;
    top: 0px;
    left: 65px;
}

.codewarp img {
    width: 170px;
    height: 170px;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 100;
}

.codewarp .codemask {
    width: 170px;
    height: 170px;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 200;
    filter: alpha(Opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    background: #fff;
}

.codewarp .codetip {
    width: 170px;
    height: 170px;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 250;
}

.codewarp .codetip2 {
    width: 170px;
    height: 170px;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 250;
}

.codewarp .codetip2 .agreementmsg {
    padding: 60px 6px 10px;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
}

.codewarp .codetip .codemsg {
    padding: 50px 0 10px 0;
    font: 12px simsun,Helvetica,sans-serif;
    font-weight: bold;
}

.codewarp .codetip .codebtn {
    display: inline-block;
    border: 0;
    width: 110px;
    height: 30px;
    font: 12px simsun,Helvetica,sans-serif;
    font-weight: bold;
    background-color: #FE4A19;
    color: white;
    vertical-align: middle;
    cursor: pointer;
}

.infoImg {
    position: absolute;
    top: 40px;
    left: 185px;
    z-index: 250;
    width: 180px;
}

.phone_input {
    width: 202px;
    padding-left: 10px;
}

.select_div {
    width: 75px;
    height: 36px;
    float: left;
    position: relative;
    z-index: 222;
    margin-right: 26px;
    font-size: 14px;
    line-height: 36px;
    text-align: left;
}

.select_div .select_box {
    display: inline-block;
    width: 70px;
    padding: 0 10px;
    border: solid 1px #d2d2d2;
    background: #fff;
    cursor: pointer;
}

.select_div .select_box .arrow {
    display: inline-block;
    width: 14px;
    height: 10px;
    position: absolute;
    top: 15px;
    right: -8px;
    background: url(../../content/img/arrow.png) no-repeat center center;
}

.select_div .select_box .down_arrow {
    background-position: 0 0;
}

.select_div .select_box .up_arrow {
    background-position: -14px 0;
}

.select_div .select_con {
    display: none;
    width: 316px;
    height: 200px;
    margin: 0;
    padding: 0;
    overflow: auto;
    border: solid 1px #d2d2d2;
    border-top: none;
    background: #fff;
    line-height: 2;
}

.select_con li {
    padding-left: 10px;
    cursor: pointer;
}

.select_con li:hover {
    background: #0b7be1;
    color: #fff;
}

.password_content {
    padding-top: 0px;
    font-size: 12px;
}

.passwordwarp {
    clear: both;
}

.passwordwarp .pwd_line_tips {
    float: left;
    width: 98px;
    text-align: center;
}

.pwd_middle {
    margin: 0 10px;
}

.pwd_line_tips .area {
    width: 100%;
    height: 12px;
    margin-bottom: 8px;
    background-color: #e3e3e3;
}

.sure_pwd_group {
    margin-top: 62px;
}

.password_content .form_input {
    padding-left: 10px;
}

.newpwState {
    font-size: 12px;
    color: #f30404;
    margin: 0px;
}

.later_tips_group {
}

.later_tips {
    font-size: 12px;
    color: #6c6c6c;
    float: right;
    margin-right: 4px;
    cursor: pointer;
    margin-bottom: 10px;
}

.password_content .loginBtn {
    letter-spacing: 3px;
    text-align: center;
}

.clearfix {
    zoom: 1; }

.clearfix:after {
    clear: both;
    display: none;
    content: "";
}

.loginTabClass .title {
    font-family: '雅黑';
    font-weight: bolder;
    font-size: 16px;
    color: #ea5404;
}

.wrap_login .info {
    font-family: '宋体';
    font-size: 12px;
    color: #6c6c6c;
}

.wrap_login .form_input, .pwd_line_tips span {
    font-family: '宋体';
    font-size: 14px;
    color: #6c6c6c;
}

.password_content .info {
    margin-top: 15px;
}

#mobileLoginForm .form_input {
    padding-left: 10px;
}

#mobileLoginForm .info {
    margin-top: -14px;
}

#btn_savepwd {
    margin-top: 0px;
}

.login_content .captchainput {
    padding-left: 10px;
}

.new_pwd_group {
    width: 100%;
    margin-bottom: 15px;
}

.savepwdnouse {
    cursor: none;
    background-color: #e3e3e3;
}

.savepwdyesuse {
    cursor: pointer;
    background-color: #FE4A19;
}

/*动态效果*/
@-webkit-keyframes dot {
    25% {
        border-color: transparent;
        background-color: transparent;
    }

    50% {
        border-right-color: transparent;
        background-color: transparent;
    }

    75% {
        border-right-color: transparent;
    }
}

@keyframes dot {
    25% {
        border-color: transparent;
        background-color: transparent;
    }

    50% {
        border-right-color: transparent;
        background-color: transparent;
    }

    75% {
        border-right-color: transparent;
    }
}

.agreement-row {
    display: flex !important;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
    justify-content: flex-start;
    width: 100% !important;
}

.agreement-text {
    font-size: 12px;
    color: #666666;
    line-height: 18px;
    flex: 1;
    margin-left: 8px;
}

.selectbox {
    width: 14px;
    height: 14px;
    margin-top: 3px;
}

.xylink {
    color: #2F5895;
    cursor: pointer;
}

.xylink:hover {
    color : #4286ea
}

.qr_box {
    height: 256px;
    border: 2px solid #b2e4ff;
    text-align: center;
    padding: 0px 0px;
    position: absolute;
    background-color: #fff;
    z-index: 1000;
    width: 332px;
    top: 30px;
    display: none;
    left: 12px;
}

.qr_box_img {
    width: 122px;
    margin: 0 auto;
    line-height: 0;
}

.qr_box_img img {
    width: 100%;
    height: 100%;
}

.qr_box_text {
    padding: 0px 0px;
    color: #5f6267;
    font-size: 16px;
    margin: 20px auto;
}

.qr_box_tips {
    font-size: 14px;
    padding: 0px 0px;
    color: #5f6267;
    margin: 13px auto;
}

.qr_change_btn {
    color: #0a2aef;
    cursor: pointer;
}

.qr_box_alert {
    color: #cdcdcd;
    font-size: 12px;
    text-align: left;
    margin-left: 25px;
}

.qr_box_inner {
    width: 209px;
    height: 44px;
    background-color: #f5f5f5;
    border-radius: 3px;
    padding: 39px 37px;
    text-align: left;
    margin: 0 auto;
    font-size: 14px;
    line-height: 14px;
}

.qr_line_title {
    width: 40%;
    display: inline-block;
    color: #616469;
}

.qr_line_text {
    font-weight: bold;
    color: #5f6267;
}

.qr_close {
    background: url(../../content/img/uplink_close.png) center no-repeat;
    cursor: pointer;
    display: inline;
    width: 19px;
    height: 19px;
    position: absolute;
    bottom: 8px;
    right: 11px;
    z-index: 100;
    background-size: 100%;
}

.qr_box_line {
    margin-bottom: 15px;
}

.qr_more {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    cursor: pointer;
    vertical-align: text-top;
}

.qr_rule {
    width: 327px;
    position: absolute;
    display: none;
    top: 83px;
    left: 10px;
    z-index: 1000;
    box-shadow: 1px 1px 8px 4px #b4b4b4;
    line-height: 0;
}

.qr_rule img {
    width: 100%;
}

.qr_rule:before {
    content: '';
    display: block;
    width: 0px;
    height: 0;
    border-style: solid;
    border-width: 0 8.5px 14.7px 8.5px;
    border-color: transparent transparent #d1d1d1 transparent;
    position: absolute;
    right: 3px;
    top: -15px;
}

.qr_rule:after {
    content: '';
    display: block;
    width: 0px;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 13px 7.5px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    right: 4px;
    top: -9px;
}

.manual .qr_rule:before {
    right: 83px;
}

.manual .qr_rule:after {
    right: 84px;
}

.register_tips {
    font-family: '宋体';
    font-size: 12px;
    color: #6c6c6c;
    margin-left: 25px;
}

.sxzc_box {
    height: 36px;
    width: auto;
    min-width: 260px;
    position: relative;
    border: 1px solid #f3f3f3;
    cursor: pointer;
    overflow: visible;
    background-color: #fff;
    background-image: linear-gradient(180deg, #ffffff 0, #f3f3f3 100%);
    padding-top: 6px;
}

.sxzc_icon img {
    width: 100%;
}

.sxzc_icon {
    position: relative;
    left: 10px;
    top: 5px;
    /* margin: 8px 0 0 10px; */
    width: 20px;
    height: 20px;
    background: transparent;
    background-size: cover;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    background: none\9;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://cfgpassport.eastmoney.com/captcha/Content/img/icon_init.png', sizingMethod='scale');
}

.sxzc_text {
    position: absolute;
    left: 50px;
    width: 180px;
    height: 14px;
    line-height: 14px !important;
    font-size: 14px !important;
    color: #474747;
    opacity: 1;
    filter: alpha(opacity=100);
    padding-top: 3px;
    top: 11px;
}

.check_success {
    color: #3caf62;
    background-image: url(https://premiumcdn.eastmoney.com/fss-api/getFile?fileid=aaf4440fc264442688bbe34e38177567);
}

.check_error {
    color: #e34415;
    background-image: url(https://premiumcdn.eastmoney.com/fss-api/getFile?fileid=7db301f7bd344da784c3a6fc0dedd822);
}

.password_check {
    background-size: 20px 20px;
    background-repeat: no-repeat;
    padding-left: 25px;
    background-position: 1px 1px;
    margin-bottom: 0px;
    line-height: 23px;
}

.dn {
    display: none;
}

.password_icon[type="password"] {
    background-image: url(https://premiumcdn.eastmoney.com/fss-api/getFile?fileid=242aaf3ade1645729c8284cabed515ad)
}

.password_icon[type="text"] {
    background-image: url(https://premiumcdn.eastmoney.com/fss-api/getFile?fileid=66be8e41a90345df9163a4f72e4c1a0c)
}

.password_icon {
    background-size: 30px;
    background-position: right;
    background-repeat: no-repeat;
}

.password_box {
    position: relative;
}

.password_icon_btn {
    width: 30px;
    height: 39px;
    position: absolute;
    right: 30px;
    top: 0px;
    cursor: pointer;
}
