body {
    font-family: Arial, Microsoft JhengHei;
    font-size: 12px;
    overflow-x: hidden
}

em, i {
    font-style: normal
}

img {
    border: 0;
    vertical-align: top;
    max-width: 100%
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400
}

body, em, h1, input, li, p, span, ul {
    padding: 0;
    margin: 0;
    list-style: none
}

::-ms-clear, ::-ms-reveal {
    display: none
}

.fl {
    float: left
}

.fr {
    float: right
}

.box {
    border: 1px solid #d9d9d9
}

.cl0 {
    clear: both;
    height: 0;
    font-size: 0
}

.wrap {
    width: 980px;
    margin: 0 auto
}

.pass_header {
    clear: both;
    overflow: hidden
}

.passbg {
    background: #f1f2f3;
    background-image: url(../images/pass/bg.jpg);
    background-size: auto 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 28px 0;
}
.passbg .wrap{
    display: flex;

}
.pass_logo {
    float: left;
    width: 226px;
    margin: 15px auto 15px 12px
}

.pass_link {
    float: right;
    margin: 43px 20px auto auto;
    color: #526584;
    display: inline-block;
    padding: 0 5px;
    line-height: 22px;
    font-family: Tahoma
}

.pass_link a {
    color: #fff;
    background: #526584;
    display: inline-block;
    padding: 0 15px;
    text-decoration: none;
    margin-left: 20px;
}

.pass_ad {
    float: left;
    display: flex;
    align-items: center;
    width: 560px;
    overflow: hidden;
    vertical-align: middle;
}
.pass_ad a{
    display: block;
    width:460px;
    background-image: url(../images/pass/enterzh.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 350px;
}
.pass_ad a img{
    width:0;
    height: 0;
    display: none;
}

input {
    outline: none
}

input[readonly=readonly] {
    background: #f5f5f5
}

input:focus {
    border-color: #a5232e;
    outline: 0
}

input[readonly=readonly]:focus {
    border-color: #d9d9d9;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.foot {
    padding: 20px 0;
    position: relative;
    font-size: 12px
}

.foot p {
    text-align: center;
    line-height: 24px;
    color: #888
}

.foot p a {
    color: #888;
    margin: 0 6px;
    text-decoration: none
}

.foot p a:hover {
    color: #b12821
}

.login {
    background: #fff;
    width: 350px;
    float: right;
    padding: 25px;
}

.login-style {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #333;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    overflow: hidden;
    background: #f9f9f9
}

.login-s-msg, .login-s-user {
    cursor: pointer;
    width: 199px;
    text-align: center;
    display: inline-block;
    border-bottom: 1px solid #d9d9d9;
    height: 49px;
    font-family: 微软雅黑
}

.login-s-msg {
    border-right: 1px solid #d9d9d9
}

.login-s-user {
    width: 200px
}

.login-s-active {
    background: #fff;
    border-bottom: 1px solid #fff;
    font-weight: 700
}

.login-s-line {
    color: #ddd;
    border-left: 1px solid #ddd;
    width: 1px;
    margin: 0 25px;
    display: none
}

.login-box {
    margin-top: 60px;
    display: none
}

.login-box>p {
    position: relative;
    line-height: 40px;
    padding-bottom: 20px
}

#checkphone {
    display: none
}

.login-box p a {
    color: #777;
    text-decoration: none
}

.login-box p a:hover {
    text-decoration: underline
}

.login-box .checkbox {
    font-size: 12px;
    color: #777;
    line-height: 20px;
    padding-bottom: 8px
}

.icon-check, .icon-checked, .icon-password, .icon-phone, .icon-safe {
    background-image: url(../images/pass/icon-login.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 18px
}

.icon-password, .icon-phone, .icon-safe {
    position: absolute;
    left: 15px;
    top: 11px
}

.icon-safe {
    background-position: 0 -25px;
    display: inline-block
}

.icon-password {
    background-position: 0 -51px
}

.icon-phone {
    background-position: 0 -1px
}

.icon-check {
    background-position: 0 -84px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.icon-checked {
    background-position: 0 -108px
}

.clear-value {
    font-size: 12px;
    color: #777;
    font-family: KaiTi;
    cursor: pointer;
    position: absolute;
    right: 6px;
    top: 2px;
    display: none
}

.login-text {
    font-size: 14px;
    color: #777;
    line-height: 38px;
    height: 38px;
    padding: 0 10px 0 40px;
    width: 300px
}

.login-t-side {
    width: 170px;
    margin-right: 20px
}

.btn-red {
    background-color: #a5232e;
    border-radius: 3px;
    color: #fff;
    text-align: center
}

.btn-sent {
    width: 108px;
    display: inline-block;
    line-height: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 12px
}

.btn-sent.sentend {
    cursor: text;
    background-color: grey
}

.btn-submit.locked {
    background: grey
}

.btn-submit {
    border: none;
    font-size: 18px;
    line-height: 50px;
    display: block;
    width: 100%;
    cursor: pointer
}

.login-tips {
    position: relative
}

.error-area {
    height: 32px;
    padding: 3px 0;
    line-height: 16px;
    font-size: 12px;
    color: #d90c20
}

.error-tip {
    display: none
}

.login-tips a {
    color: #777;
    text-decoration: none
}

.login-tips a:hover {
    text-decoration: underline
}

.error-more {
    overflow: hidden;
    height: 40px;
    display: none
}

#head {
    width: 980px;
    margin: 15px auto 0;
    height: 60px;
    overflow: hidden;
    font-family: Microsoft JhengHei
}

#head .reg-logo-phone {
    font-size: 20px;
    color: #777;
    border-left: 1px solid #c9c9c9;
    padding-left: 18px;
    margin-left: 152px;
    height: 24px;
    margin-top: 20px
}

#head .reg-login {
    color: #666;
    margin-top: 20px;
    height: 33px;
    line-height: 33px;
    font-size: 12px
}

#head .go-login {
    display: inline-block;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    color: #666;
    text-decoration: none;
    border-radius: 3px;
    padding: 0 18px;
    margin-left: 5px;
    font-weight: 700
}

.reg-line {
    background: url(../images/pass/reg_hr.png) no-repeat top;
    height: 20px
}

.reg-form {
    width: 980px;
    margin: 0 auto;
    font-family: Microsoft JhengHei
}

.reg-step {
    margin-left: 210px;
    display: none
}

.reg-step p {
    line-height: 40px;
    height: 40px;
    padding-bottom: 30px;
    position: relative;
    clear: left;
    font-size: 14px;
    color: #777;
    overflow: hidden
}

.last-step {
    margin: 0 auto
}

.last-step p {
    text-align: center;
    font-size: 20px;
    color: #777
}

.last-step .readmore {
    margin: 10px auto 0;
    text-decoration: none
}

.next-step .placeerror {
    position: absolute;
    top: -20px;
    left: 0;
    line-height: 20px
}

.jump-step {
    text-align: right;
    font-size: 14px;
    color: #777;
    margin-left: 106px;
    width: 350px;
    line-height: 30px;
    cursor: pointer
}

.reg-step-tit {
    height: 60px;
    position: relative;
    margin: 40px 0 40px 300px
}

.reg-step-line {
    width: 400px;
    height: 2px;
    background-color: #ccc;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0
}

.reg-step-tit ul {
    margin-right: -220px;
    position: relative
}

.reg-step-tit li {
    background: #fff url(../images/pass/icon-register.png) no-repeat 10px -245px;
    float: left;
    width: 80px;
    height: 60px;
    position: relative;
    margin-right: 90px
}

.reg-step-tit .active {
    background-position: 10px -184px
}

.reg-step-num-a, .reg-step-num-b, .reg-step-num-c {
    width: 60px;
    height: 60px;
    margin: 0 auto
}

.reg-step-num-a {
    background: url(../images/pass/icon-register.png) no-repeat
}

.reg-step-num-b {
    background: url(../images/pass/icon-register.png) no-repeat 0 -61px
}

.reg-step-num-c {
    background: url(../images/pass/icon-register.png) no-repeat 0 -122px
}

.reg-ic-succ {
    background: url(../images/pass/icon-register.png) no-repeat 0 -307px;
    width: 150px;
    height: 150px;
    margin: 98px auto 0
}

.reg-form input {
    border: 1px solid #ddd;
    padding: 12px 10px;
    width: 330px;
    font-size: 14px;
    margin-right: 20px;
    vertical-align: middle;
    margin-left: 0
}

.reg-form input.side {
    width: 200px;
    float: none
}

.reg-form input:focus {
    outline: 1px solid #ccc
}

.reg-form label {
    width: 85px;
    text-align: right;
    margin-right: 20px
}

.reg-step .placeholder {
    font-size: 12px;
    position: absolute;
    left: 105px;
    top: 40px;
    line-height: 30px
}

.reg-step .placeerror {
    font-size: 12px;
    color: #d90c20;
    display: none
}

.reg-step .placesucc {
    color: green
}

.reg-step .reg-w-side {
    width: 110px;
    height: 40px;
    margin-right: 20px;
    display: inline-block
}

.reg-step .reg-w-btn {
    background-color: #a5232e;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer
}

.reg-step .reg-w-btn.sentend {
    background-color: grey;
    cursor: not-allowed
}

.reg-step .send-once {
    background-color: #777;
    cursor: default
}

.reg-red-btn {
    background-color: #a5232e;
    border-radius: 3px;
    font-size: 18px;
    color: #fff;
    margin-left: 105px;
    cursor: pointer;
    width: 350px;
    line-height: 50px;
    text-align: center;
    margin-top: 30px;
    display: block;
    position: relative
}

.reg-dialog {
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-family: \ Microsoft YaHei;
    display: none
}

.reg-dialog .reg-d-con {
    width: 290px;
    height: 308px;
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -174px 0 0 -165px
}

.reg-dialog .user-info {
    text-align: center
}

.user-info .user-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #e6e6e6
}

.user-info p {
    color: #777;
    font-size: 20px;
    height: 60px;
    line-height: 28px;
    overflow: hidden
}

.reg-dialog .user-tips {
    color: #333;
    font-size: 14px
}

.reg-dialog .user-btns {
    padding: 20px 0
}

.user-btns a {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    font-size: 18px
}

.user-btns .user-btn-sure {
    background-color: #a5232e;
    color: #fff;
    margin-bottom: 20px;
    border: 1px solid #a5232e
}

.user-btns .user-btn-cancel {
    background-color: #fff;
    border: 1px solid #a5232e;
    color: #a5232e;
    margin-bottom: 20px
}

.reg-step .reg-check {
    padding-left: 105px;
    width: 350px;
    line-height: 22px;
    margin-top: 10px;
    font-size: 12px
}

.reg-check .check-input {
    width: 20px;
    margin-right: 5px
}

.reg-red-btn.gray {
    background: #ccc
}

.reg-check a {
    text-decoration: none;
    color: #a11313
}

.login {
    position: relative;
    padding-bottom: 20px
}

.moreltype {
    font-size: 14px;
    color: #aaa;
    text-align: center
}

#nloginType_qrcode {
    display: none
}

.switchlogtype {
    position: absolute;
    right: 5px;
    bottom: 5px;
    background-image: url(//static.zongheng.com/v2017/images/pass/qrcode.png);
    width: 32px;
    height: 32px;
    cursor: pointer
}

.switchlogtype.qrcodetype {
    background-position: -60px -60px
}

.switchlogtype.qrcodetype:hover {
    background-position: -60px -120px
}

.switchlogtype.comtype {
    background-position: -120px -60px
}

.switchlogtype.comtype:hover {
    background-position: -120px -120px
}

.qrtit {
    font-size: 20px;
    line-height: 38px;
    color: #333
}

.qrcom, .qrtit {
    text-align: center
}

.qrcom {
    height: 239px;
    background: url(//static.zongheng.com/v2018/images/loading.gif) 50% no-repeat;
    overflow: hidden
}

.qrinfo {
    font-size: 12px;
    line-height: 19px;
    color: #aaa;
    background: url(//static.zongheng.com/v2017/images/pass/qrcode.png) -167px -165px no-repeat;
    padding-left: 18px;
    padding-right: 30px
}

#qrInsuc {
    width: 230px;
    margin: auto
}

.qrInsuc {
    background: #fff;
    overflow: hidden
}

.qrimgbox img {
    width: 160px;
    height: 160px
}

.qrimgInfo {
    font-size: 14px;
    color: #777;
    line-height: 20px;
    margin-top: 8px
}

.qrimgInfo a {
    color: #1775d8;
    text-decoration: none
}

.qrWay {
    display: none
}

.qr_scanInfo {
    font-size: 16px;
    line-height: 22px;
    color: #333;
    font-weight: 700;
    padding-top: 20px
}

.refreshQrcode {
    color: #a5232e;
    cursor: pointer
}

.qr_scanerr, .qr_scansuc, .qr_scantimeout {
    width: 60px;
    height: 60px;
    background-image: url(//static.zongheng.com/v2017/images/pass/qrcode.png);
    background-repeat: no-repeat;
    margin: 40px auto 10px
}

.qr_scanerr {
    background-position: -120px 0
}

.qr_scantimeout {
    background-position: -60px 0
}

.sm-btn-default .shield, .sm-btn-fail .shield, .sm-btn-loading .shield, .sm-btn-success .shield {
    top: 2px !important
}

#passcode_1 {
    padding-bottom: 20px
}