

.account_layout {
    width: 960px;
    margin: 50px auto 0;
    background: #fff
}

.account_layout .account-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 50px
}

.account_layout .account-main>div {
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.account_layout .account-main .account-left .logo-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px
}

.account_layout .account-main .account-left .logo-box .logo {
    display: inline-block;
    width: 75px;
    height: 37px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    background: url(./../images/login/logo.svg) no-repeat;
}

.account_layout .account-main .account-left .logo-box .logo-info {
    height: 36px;
    padding-left: 20px;
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    color: #19191a;
    border-left: 1px solid #e5e5e5
}


.account_layout .account-main .account-left .account_main {
    padding-right: 60px
}

.account_layout .account-main .account-right {
    padding: 8px 0 0 60px;
    border-left: 1px solid #e5e5e5
}

.account_layout .account-main .account-right .right-title {
    color: #19191a;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 30px
}

.account_layout .account-main .account-right .icon-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.account_layout .account-main .account-right .icon-box .icon-item {
    width: 180px;
    margin-bottom: 52px
}

.account_layout .account-main .account-right .icon-box .icon-item:nth-child(2n) {
    margin-right: 0
}

.account_layout .account-main .account-right .icon-box .icon-item .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin: 0 auto 12px;
    border-radius: 100%;
    border: 1px solid #e5e5e5
}

.account_layout .account-main .account-right .icon-box .icon-item .icon>img {
    display: inline-block;
    width: 36px;
    margin: 0 auto
}

.account_layout .account-main .account-right .icon-box .icon-item .info {
    color: #646466;
    text-align: center;
    font-size: 14px;
    line-height: 22px
}

.account_layout .account-main .account-right .help {
    margin-top: 28px
}

.account_layout .account-main .account-right .help .title {
    text-align: center;
    font-size: 16px;
    color: #19191a;
    line-height: 26px;
    margin-bottom: 16px
}

.account_layout .account-main .account-right .help ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.account_layout .account-main .account-right .help ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.account_layout .account-main .account-right .help ul li i {
    height: 16px;
    display: block;
    color: #646466;
    margin-right: 4px
}

.account_layout .account-main .account-right .help ul li a {
    display: block;
    font-size: 14px;
    color: #646466;
    line-height: 22px;
    text-decoration: none
}

.account_layout .account-main .account-right .help ul li .ck:hover {
    cursor: pointer;
    text-decoration: underline
}

.account_layout .account-main .forgot_password_right {
    margin-top: 73px
}

.account_layout .account-main .forgot_password_right .info {
    font-size: 16px;
    line-height: 24px;
    color: #19191a;
    font-weight: 400;
    margin: -4px 0 4px
}

.account_layout .account-main .forgot_password_right .link {
    font-size: 16px;
    line-height: 24px;
    line-height: 30px
}

.account_layout .account-footer {
    border-top: 1px solid #e5e5e5;
    padding-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.account_layout .account-footer .footer-left {
    font-size: 12px;
    line-height: 18px;
    color: #89898c
}

.account_layout .account-footer .footer-left a {
    color: #646466
}

.account_layout .account-footer .footer-left.footer-left-cn {
    color: #646466;
    margin-bottom: 30px
}

.account_layout .account-footer .footer-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.account_layout .account-footer .footer-right .norton {
    width: 70px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

.account_layout .account-footer .footer-right .ssl {
    display: inline-block;
    width: 30px
}

.account_layout .account-footer .footer-right .mcafee {
    margin-left: 12px;
    width: 70px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

.account_layout .footer_bro {
    border-top: 0
}
.account_layout .account-footer .footer-left .copyright {
    text-align: center
}
.en_regist_box {
    width: 100%
}
.welcome {
    text-align: center;
    margin: 16px 0 20px;
    display: none;
    font-size: 26px;
    line-height: 34px
}
.reg {
    font-size: 13px;
    line-height: 20px;
    color: #19191a;
    text-align: center;
    display: none
}

.reg>a {
    color: #035fbf
}
.form {
    margin-top: 20px
}
.user_name_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.user_name_box .form_item {
    width: calc(50% - 6px)
}
.user_name_box .form_item {
    width: calc(50% - 6px)
}

.form_item {
    margin-bottom: 16px
}

.form_item .label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #646466;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 20px
}

.form_item .label a {
    color: #4b4b4d;
}
.form_item .label a:hover {
    text-decoration: underline;
}
.form_item .action {
    font-size: 13px;
    color: #646466;
    line-height: 20px;
    margin-top: 4px
}

.form_item .inp_box {
    position: relative
}
.form_item .inp_box  input {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding: 10px 12px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #19191a;
}

.form_item .inp_box .eye {
    position: absolute;
    font-size: 16px;
    color: #89898c;
    right: 8px;
    width: 22px;
    text-align: left;
    top: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.form_item .inp_box .eye.show {
    font-size: 16px
}

.form_item .agreement_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.form_item .agreement_box .chk {
    margin-top: 1px;
    margin-right: 8px;
    width: 18px;
    height: 18px;
    font-size: 18px
}

.form_item .agreement_box .agreement {
    font-size: 13px;
    line-height: 20px;
    color: #646466
}

.form_item .agreement_box .agreement::v-deep a {
    color: #19191a
}

.form_item .agreement_box .agreement .info2 {
    display: none
}

.form_item .agreement_box:hover {
    cursor: pointer
}

.form_item .agreement_box:hover input[type=checkbox]:before {
    color: #646466
}

.form_item .validate_error::v-deep .login {
    color: #c00000;
    text-decoration: underline
}

.form_item .error_input {
    border: 1px solid #c00000
}
.fs-button {
    margin: 32px 0 24px;
    width: 100%;
    height: 42px
}

.remember_box .chk_box {
    color: #646466;
    font-size: 13px;
    line-height: 20px;
}
.remember_box .chk_box>input:before {
    display: block;
}
.remember_box, .remember_box .chk_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.remember_box .chk_box>input{
    width: 18px;
    height: 18px;
    font-size: 18px;
    margin-right: 8px;
}
.arrow-box-right, .arrow-box-right-bottom, .arrow-box-right-center, .arrow-box-right-middle, .arrow-box-right-top {
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.arrow-box {
    display: inline-block;
    width: 0;
    height: 0;
    border-color: rgba(0,0,0,0) #e5e5e5 rgba(0,0,0,0) rgba(0,0,0,0);
    border-style: solid;
    border-width: 10px 10px 10px 0;
    position: absolute;
    z-index: 12;
}
.tip-ctn-right, .tip-ctn-right-center, .tip-ctn-right-middle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100%;
    padding-left: 10px;
}
.tip-ctn .info {
    font-size: 13px;
    line-height: 20px;
    -webkit-box-shadow: 0 1px 8px 0 rgb(120 102 102 / 30%);
    box-shadow: 0 1px 8px 0 rgb(120 102 102 / 30%);
    background-color: #fff;
    white-space: normal;
    border-radius: 3px;
}
.remember_box .login_tip {
    padding: 20px;
    min-width: 300px;
}

.tip-ctn {
    position: absolute;
    color: #646466;
    cursor: default;
    z-index: 11;
}
.iconfont_tip {
    font-size: 16px;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 1;
    color: #89898c;
    cursor: pointer;
    position: relative;
}
.fs-tip, .tip-trigger {
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-left: 4px;
}
.tip-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.fs-tip .tip_show{
    display: none;
}
.fs-tip:hover .tip_show{
    display: block;
}
.reg_bottom .reg_bottom_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.reg_bottom .reg_bottom_title .line {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 1px;
    background: #e5e5e5;
}
.reg_bottom .reg_bottom_title .text {
    color: #89898c;
    font-size: 14px;
    line-height: 22px;
    padding: 0 12px;
}

.reg_bottom {
    font-size: 14px;
    line-height: 22px;
    color: #19191a;
    text-align: center
}
.reg_bottom a{
    font-size: 14px;
    line-height: 22px;
    color: red;
    font-weight: 600;
    text-align: center
}
.reg_bottom a:hover{
    cursor: pointer;
    text-decoration: underline;
    
}
.fs-button-red {
    background: #00a0fd;
    color: #fff;
    font-size: 14px;
    line-height: 22px
}
.fs-button-blackline {
    border: 1px solid #19191a;
    color: #19191a;
    font-size: 14px;
    line-height: 22px;
}
.fs-button {
    display: inline-block;
    position: relative;
    height: 42px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    cursor: pointer;
    transition: all .3s;
    border-radius: 3px;
    padding: 0 24px;
    font-weight: 400;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    border: none;
}

.fs-button-red:before {
    display: block;
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: #19191a;
    border-radius: 3px;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.fs-button-red:hover:before {
    opacity: .2
}
.agreement_bd {
    margin-bottom: 0
}
.fs-button-gray {
    background: #f2f2f2;
    color: #19191a;
    font-size: 14px;
    line-height: 22px;
}
.fs-button-gray:hover {
    background: #f7f7f7;
    color: #19191a;
    font-size: 14px;
    line-height: 22px;
}
.form_item .agreement_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.form_item .agreement_box .chk {
    margin-top: 1px;
    margin-right: 8px;
    width: 18px;
    height: 18px;
    font-size: 18px
}

.form_item .agreement_box .agreement {
    font-size: 13px;
    line-height: 20px;
    color: #646466
}

.form_item .agreement_box .agreement::v-deep a {
    color: #19191a
}

.form_item .agreement_box .agreement .info2 {
    display: none
}

.form_item .agreement_box:hover {
    cursor: pointer
}

.form_item .agreement_box:hover input[type=checkbox]:before {
    color: #646466
}
.form_item .validate_error::v-deep .login {
    color: #c00000;
    text-decoration: underline
}
/* 找回密码 */
.email_form .email_warming, .mobile_form .email_warming {
    font-size: 14px;
    line-height: 22px;
    color: #19191a;
    margin: -4px 0 28px;
}
.account_layout .account-main .forgot_password_right .info {
    font-size: 14px;
    line-height: 24px;
    color: #19191a;
    font-weight: 400;
    margin: -4px 0 4px;
}
.account_layout .account-main .forgot_password_right .link{
    font-size: 14px;
    line-height: 24px;
    line-height: 30px;
}
.validate_error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 4px;
}
.validate_error .error_info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: #c00000;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}
/* 注册成功 */
.state_feedback_box {
    width: 960px;
    margin: 25px auto;
    border: 1px solid #e5e5e5;
    text-align: center;
}
.state_feedback_box img {
    margin: 30px auto;
}
.state_feedback_box .title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #19191a;
    line-height: 30px;
    margin-bottom: 16px;
}
.state_feedback_box .message {
    text-align: center;
    font-size: 14px;
    color: #646466;
    line-height: 22px;
    margin: 0 30px 6px;
}
.state_feedback_box .label {
    text-align: center;
    font-size: 12px;
    color: #89898c;
    line-height: 18px;
    margin-bottom: 46px;
}
.state_feedback_box .submit {
    display: inline-block;
    padding: 6px 30px;
    margin: 0 auto 68px;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #c00000;
    -webkit-appearance: button;
}
.state_feedback_box .help ul {
    margin-bottom: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.state_feedback_box .help ul li a {
    font-size: 14px;
    color: #646466;
    line-height: 22px;
    text-decoration: none;
    padding: 0px 20px;
}

