.header {
    border-bottom: 1px solid #e5e5e5;
    padding: 50px 0 21px;
    height: 24px
}

.container {
    width: 900px;
    position: relative;
    margin: 0 auto;
}

.pull-left {
    float: left;
}

.header .header-logo {
    float: left;
    width: 148px;
    height: 58px;
    position: relative;
    background-size: 148px 58px;
    margin-top: -13px;
    background-image: url(/static/img/diange_regiter.png);
}

.header .header-title {
    position: relative;
    top: 7px;
    font-size: 16px;
    color: #333;
    padding-left: 10px;
    margin: 0 100px 0 138px;
    border-left: 1px solid #e8e8e8;
}
.footer {
    text-align: center;
    position: fixed;
    color: #999;
    width: 100%;
    bottom: 30px;
    left: 0;
    margin-top: 50px
}

.footer .copyright {
    line-height: 12px;
    font-size: 13px;
}

.footer .copyright a {
    color: #999
}

@media screen and (max-height: 650px) {
    .footer {
        position: static
    }
}

.phone-field .zent-select-text {
    font-size: 14px
}

.phone-field .areacode {
    min-width: 90px;
    width: 90px
}

.phone-field .areacode .zent-select-text {
    border-color: transparent;
    border-width: 1px 0;
    box-shadow: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 5px 20px 5px 0
}

.phone-field .areacode .zent-select-popup {
    width: 180px
}

.phone-field .areacode.areacode-hide {
    width: 0;
    margin: 0;
    min-width: 0
}

.phone-field .areacode.areacode-hide .zent-select-text {
    padding: 5px 0
}

.pw-icon {
    cursor: pointer;
    display: inline-block;
    width: 24px;
    height: 14px;
    margin-top: 8px
}

.pw-icon.pw-icon-show {
    background: url(/static/shop/images/icon-password-show@2x.png) no-repeat 50%;
    background-size: 24px 14px
}

.pw-icon.pw-icon-hide {
    background: url(/static/shop/images/icon-password-hide@2x.png) no-repeat 50%;
    background-size: 24px 9px
}

.image-captcha-field .captcha-img {
    width: 90px;
    height: 30px;
    margin-left: 10px;
    cursor: pointer
}

.zent-form {
    margin-bottom: 0
}

.zent-form .zent-form__control-group {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1px;
    padding-top: 45px;
    height: 35px
}

.zent-form .zent-form__control-group .zent-form__control-label {
    display: none
}

.zent-form .zent-form__control-group:first-child {
    padding-top: 0
}

.zent-form .zent-form__control-group.zent-form__control-group--active {
    border-bottom: 2px solid #38f;
    margin-bottom: 0
}

.zent-form .zent-form__control-group.zent-form__control-group--active .zent-input {
    border: 0;
    box-shadow: none
}

.zent-form .zent-form__control-group.has-error {
    border-bottom: 2px solid #f44;
    margin-bottom: 0
}

.zent-form .zent-form__control-group.has-error .zent-form__control-label {
    color: inherit
}

.zent-form .zent-form__control-group.has-error .zent-input {
    border: 0;
    box-shadow: none
}

.zent-form .zent-form__control-group .zent-input {
    border: 0;
    padding: 0;
    font-size: 14px
}

.zent-form .zent-form__control-group .zent-input:focus {
    box-shadow: none
}

.zent-form .zent-form__control-group .zent-input::-input-placeholder {
    color: #b2b2b2
}

.zent-form .zent-form__control-group .zent-form__error-desc {
    padding-top: 5px;
    height: 20px
}

.zent-form.zent-form--horizontal .zent-form__controls {
    margin-left: 0;
    width: 100%
}

.zent-form.zent-form--horizontal .zent-form__form-actions {
    padding: 55px 0 20px;
    margin: 0
}

.zent-form.zent-form--horizontal .zent-form__form-actions button {
    width: 100%;
    height: 45px;
    font-size: 16px
}

.zent-form .switch-international {
    color: #38f;
    margin: 20px 0;
    display: inline-block;
    cursor: pointer
}

.zent-form .switch-international.float-right {
    float: right
}

.zent-form .login-btn {
    font-size: 12px;
    color: #38f;
    margin: 20px 0;
    float: right;
    text-decoration: none
}

.img-captcha .img-captcha-content {
    display: -ms-flexbox;
    display: flex
}

.img-captcha .img-captcha-content .zent-input-wrapper {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.img-captcha .img-captcha-content img {
    width: 90px;
    height: 30px;
    cursor: pointer
}

.img-captcha button {
    margin-top: 20px;
    float: right
}

.img-captcha .wrong-captcha {
    color: #f44
}

.img-captcha .wrong-captcha .zent-input {
    color: #f44;
    border: 1px solid #f44;
    box-shadow: 0 0 5px #fdd
}

.login {
    width: 350px;
    font-size: 14px;
    color: #333
}

.login .zent-form .zent-form__control-group {
    padding-top: 18px
}

.login .zent-form .zent-form__control-group .zent-input {
    background: transparent
}

.login .zent-form .zent-form__extra-group {
    padding-top: 20px;
    color: #666
}

.login .zent-form .zent-form__extra-group a {
    color: #38f;
    text-decoration: none
}

.login .zent-form.zent-form--horizontal .zent-form__form-actions {
    padding: 40px 0 20px;
    position: relative
}

.login .zent-form.zent-form--horizontal .zent-form__form-actions .error-tip {
    position: absolute;
    font-size: 12px;
    line-height: 14px;
    top: 12px;
    left: 0;
    color: red
}

.login .zent-form.zent-form--horizontal .zent-form__form-actions .error-tip a {
    color: #38f
}

.login .zent-form .password-field .zent-form__controls, .login .zent-form .phone-field .zent-form__controls {
    width: 100%
}

.login .zent-form .phone {
    transition: width .3s ease-in
}

.login .zent-form .retrieve-btn {
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #e5e5e5
}

.login .zent-form .protocol {
    color: #999
}

.login .zent-form .protocol a {
    color: #38f
}

.sms-captcha-field .sms-second {
    color: #cacaca;
    line-height: 30px
}

.sms-captcha-field .sms-btn {
    color: #38f;
    cursor: pointer;
    line-height: 30px
}

.zent-form {
    margin-bottom: 0
}

.zent-form .zent-form__control-group {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1px;
    padding-top: 45px;
    height: 35px
}

.zent-form .zent-form__control-group .zent-form__control-label {
    display: none
}

.zent-form .zent-form__control-group:first-child {
    padding-top: 0
}

.zent-form .zent-form__control-group.zent-form__control-group--active {
    border-bottom: 2px solid #38f;
    margin-bottom: 0
}

.zent-form .zent-form__control-group.zent-form__control-group--active .zent-input {
    border: 0;
    box-shadow: none
}

.zent-form .zent-form__control-group.has-error {
    border-bottom: 2px solid #f44;
    margin-bottom: 0
}

.zent-form .zent-form__control-group.has-error .zent-form__control-label {
    color: inherit
}

.zent-form .zent-form__control-group.has-error .zent-input {
    border: 0;
    box-shadow: none
}

.zent-form .zent-form__control-group .zent-input {
    border: 0;
    padding: 0;
    font-size: 14px
}

.zent-form .zent-form__control-group .zent-input:focus {
    box-shadow: none
}

.zent-form .zent-form__control-group .zent-input::-input-placeholder {
    color: #b2b2b2
}

.zent-form .zent-form__control-group .zent-form__error-desc {
    padding-top: 5px;
    height: 20px
}

.zent-form.zent-form--horizontal .zent-form__controls {
    margin-left: 0;
    width: 100%
}

.zent-form.zent-form--horizontal .zent-form__form-actions {
    padding: 55px 0 20px;
    margin: 0
}

.zent-form.zent-form--horizontal .zent-form__form-actions button {
    width: 100%;
    height: 45px;
    font-size: 16px
}

.zent-form .switch-international {
    color: #38f;
    margin: 20px 0;
    display: inline-block;
    cursor: pointer
}

.zent-form .switch-international.float-right {
    float: right
}

.zent-form .login-btn {
    font-size: 12px;
    color: #38f;
    margin: 20px 0;
    float: right;
    text-decoration: none
}

.img-captcha .img-captcha-content {
    display: -ms-flexbox;
    display: flex
}

.img-captcha .img-captcha-content .zent-input-wrapper {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.img-captcha .img-captcha-content img {
    width: 90px;
    height: 30px;
    cursor: pointer
}

.img-captcha button {
    margin-top: 20px;
    float: right
}

.img-captcha .wrong-captcha {
    color: #f44
}

.img-captcha .wrong-captcha .zent-input {
    color: #f44;
    border: 1px solid #f44;
    box-shadow: 0 0 5px #fdd
}

.login {
    width: 350px;
    font-size: 14px;
    color: #333
}

.login .zent-form .zent-form__control-group {
    padding-top: 18px
}

.login .zent-form .zent-form__control-group .zent-input {
    background: transparent
}

.login .zent-form .zent-form__extra-group {
    padding-top: 20px;
    color: #666
}

.login .zent-form .zent-form__extra-group a {
    color: #38f;
    text-decoration: none
}

.login .zent-form .zent-form__extra-group .register-btn, .login .zent-form .zent-form__extra-group .retrieve-btn {
    font-size: 13px
}

.login .zent-form.zent-form--horizontal .zent-form__form-actions {
    padding: 40px 0 20px;
    position: relative
}

.login .zent-form.zent-form--horizontal .zent-form__form-actions .error-tip {
    position: absolute;
    font-size: 12px;
    line-height: 14px;
    top: 12px;
    left: 0;
    color: red
}

.login .zent-form.zent-form--horizontal .zent-form__form-actions .error-tip a {
    color: #38f
}

.login .zent-form .password-field .zent-form__controls, .login .zent-form .phone-field .zent-form__controls {
    width: 100%
}

.login .zent-form .phone {
    transition: width .3s ease-in
}

.login .zent-form .retrieve-btn {
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #e5e5e5
}

.login .zent-form .protocol {
    color: #999
}

.login .zent-form .protocol a {
    color: #38f
}

.login .image-captcha-pop > div {
    width: 100%
}

.clearfix:after {
    display: block;
    content: " ";
    clear: both
}

.qrcode-content {
    text-align: center
}

.qrcode-content .step-1 {
    margin-top: 16px
}

.qrcode-content .step-1 .qrcode-box {
    width: 152px;
    height: 152px;
    margin: 0 auto;
    position: relative
}

.qrcode-content .step-1 .qrcode-box .qrcode-img {
    display: block;
    width: 130px;
    height: 130px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    margin: 0 auto
}

.qrcode-content .step-1 .qrcode-box .info {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: table;
    background: hsla(0, 0%, 100%, .9)
}

.qrcode-content .step-1 .qrcode-box .info .center-middle {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.qrcode-content .step-1 .qrcode-box .info .status {
    margin-bottom: 15px
}

.qrcode-content .step-1 .platform h4 {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    margin: 20px 0 10px;
    font-weight: 400
}

.qrcode-content .step-1 .platform > ul {
    margin: 0 auto;
    width: 152px
}

.qrcode-content .step-1 .platform > ul > li {
    float: left;
    margin-right: 25px;
    position: relative
}

.qrcode-content .step-1 .platform > ul > li:first-child {
    margin-left: 15px
}

.qrcode-content .step-1 .platform > ul > li:last-child {
    margin-right: 0
}

.qrcode-content .step-1 .platform > ul > li > img {
    display: block;
    width: 24px;
    height: 24px
}

.qrcode-content .step-1 .platform > ul > li:hover .download {
    display: block
}

.qrcode-content .step-1 .platform > ul > li .download {
    display: none;
    text-align: center;
    width: 160px;
    height: 174px;
    position: absolute;
    bottom: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 20px 30px;
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .3);
    border-radius: 2px;
    margin-left: -5px;
    font-size: 12px;
    line-height: 17px
}

.qrcode-content .step-1 .platform > ul > li .download:before {
    content: " ";
    display: block;
    border: 4px solid transparent;
    border-top-color: #fff;
    position: absolute;
    top: 100%;
    left: 14px
}

.qrcode-content .step-1 .platform > ul > li .download h6 {
    font-weight: 400;
    margin-bottom: 10px
}

.qrcode-content .step-1 .platform > ul > li .download img {
    width: 80px;
    height: 80px;
    margin-bottom: 4px
}

.qrcode-content .step-1 .platform > ul > li:last-child:hover .third-platform {
    display: block
}

.qrcode-content .step-1 .platform > ul > li .third-platform {
    display: none;
    position: absolute;
    background: #fff;
    padding: 10px 15px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .3);
    border-radius: 2px;
    bottom: 100%;
    margin-bottom: 10px;
    margin-left: -5px;
    width: 102px
}

.qrcode-content .step-1 .platform > ul > li .third-platform:before {
    content: " ";
    display: block;
    border: 4px solid transparent;
    border-top-color: #fff;
    position: absolute;
    top: 100%;
    left: 14px
}

.qrcode-content .step-1 .platform > ul > li .third-platform li {
    float: left;
    margin-right: 15px
}

.qrcode-content .step-1 .platform > ul > li .third-platform li:last-child {
    margin-right: 0
}

.qrcode-content .step-1 .platform > ul > li .third-platform li > img {
    display: block;
    width: 24px;
    height: 24px
}

.qrcode-content .step-2 img {
    width: 66px;
    margin-top: 20px
}

.qrcode-content .step-2 .status {
    font-size: 12px;
    line-height: 17px;
    margin: 15px 0 10px
}

.qrcode-content .step-2 h2 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: 400
}

.qrcode-content .ext.step-1 {
    margin-top: 38px
}

.qrcode-content .ext.step-2 {
    margin-top: 20px
}

.qrcode-content .ext .register {
    color: #38f
}

.description {
    width: 345px;
    padding: 5px
}

.description h2 {
    font-size: 24px;
    color: #333;
    line-height: 24px;
    margin-bottom: 20px
}

.description ul {
    list-style-type: disc;
    padding-left: 15px
}

.description ul li {
    line-height: 30px;
    color: #666
}

.description p {
    color: #666;
    font-size: 12px;
    line-height: 24px
}

.description .iron-list {
    list-style: none;
    overflow: hidden;
    padding-left: 0;
    margin-bottom: 15px
}

.description .iron-list li {
    width: 44px;
    height: 44px;
    float: left;
    background-size: 44px 44px
}

.banner-ct {
    text-align: center;
    margin-top: 23px
}

.banner-ct img {
    width: 380px
}

.clearfix:after {
    display: block;
    content: " ";
    clear: both
}

.box {
    width: 410px;
    min-height: 360px;
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .08);
    margin: 2px 20px;
    box-sizing: border-box;
    padding: 15px
}

.box .head {
    position: relative
}

.box .head ul {
    overflow: hidden
}

.box .head ul li {
    float: left;
    font-size: 18px;
    line-height: 20px;
    color: #999;
    margin-top: 15px;
    padding: 0 15px;
    position: relative;
    cursor: pointer
}

.box .head ul li.active {
    color: #333;
    font-weight: 700;
    cursor: default
}

.box .head ul li:last-child:after {
    display: none
}

.box .head ul li:after {
    content: " ";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #e5e5e5;
    position: absolute;
    right: 0;
    top: 0
}

.box .head .qrcode {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0
}

.box .head .qrcode img {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.box .head .qrcode .tip {
    display: inline-block;
    background-color: rgba(51, 136, 255, .13);
    color: #38f;
    border: 1px solid #38f;
    padding: 5px 8px;
    white-space: nowrap;
    position: absolute;
    right: 100%;
    top: 0;
    margin-right: 6px
}

.box .head .qrcode .tip:before {
    border: 6px solid transparent;
    border-left-color: #38f;
    z-index: 1
}

.box .head .qrcode .tip:after, .box .head .qrcode .tip:before {
    content: " ";
    display: block;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -6px
}

.box .head .qrcode .tip:after {
    border: 6px solid transparent;
    border-left-color: #e5f0ff;
    transform: translateX(.5px);
    margin-left: -2px;
    z-index: 2
}

.box .content {
    padding: 20px 15px 0
}

.content-wrap {
    overflow: hidden;
    padding-top: 3.5rem
}

.content-wrap.content-wrap-basic .content-inner-left {
    width: 500px
}

.content-wrap.content-wrap-basic .content-inner-right {
    width: 400px
}

.content-wrap.content-wrap-basic .content-inner-right .appdownload {
    margin-left: 50px
}

.content-wrap.content-wrap-tsa .content-inner {
    width: 450px
}

.content-wrap.content-wrap-tsa .content-inner .login {
    margin: 0 auto
}

.content-wrap.content-wrap-tsa .content-inner .description {
    padding-left: 50px
}



.zent-notify-container {
    z-index: 10000;
    position: fixed;
    min-width: 330px;
    max-width: 720px;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
}



.notify-exit.notify-exit-active .zent-notify-content {
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-name: notifyContentMoveOut;
    animation-name: notifyContentMoveOut;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}

.zent-notify-content {
    padding: 0 25px;
    line-height: 40px;
    max-height: 200px;
    overflow-y: auto;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    box-sizing: border-box;
}

.zent-notify-content.zent-notify-content-error {
    background: rgba(255,68,68,.8);
}

.notify-exit, .notify-exit .zent-notify-content {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.zent-notify {
    padding-bottom: 10px;
}

.notify-exit.notify-exit-active {
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-name: notifyMoveOut;
    animation-name: notifyMoveOut;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}

.notify-exit.notify-exit-active {
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-name: notifyMoveOut;
    animation-name: notifyMoveOut;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}
.notify-exit, .notify-exit .zent-notify-content {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.zent-notify {
    padding-bottom: 10px;
}
.notify-exit, .notify-exit .zent-notify-content {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}