html {
    touch-action: pinch-zoom;
}


.sf-verify, .sf-verify img {
    user-select: none;
    -webkit-user-drag: none;
}

.sf-verify-box {
    position: relative;
    box-sizing: border-box;
    border-radius: 2px;
    border: none;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sf-verify-box-top {
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    text-align: left;
    font-size: 16px;
    color: #45494c;
    border-bottom: 1px solid #e4e7eb;
    box-sizing: border-box;
}

.sf-verify-box-bottom {
    padding: 15px;
    box-sizing: border-box;
}

.sf-verify-box-close {
    position: absolute;
    top: 13px;
    right: 9px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
}

.sf-verify-mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .3);
    transition: all .5s;
    display: none;
}

.sf-verify-tips {
    position: absolute;
    left: 0px;
    bottom: -30px;
    width: 100%;
    height: 30px;
    transition: all .5s;
    line-height: 30px;
    color: #fff;
    animation: move 1.5s linear;
}

@keyframes move {
    0% {
        bottom: -35px;
    }
    50%, 80% {
        bottom: 0px;
    }
    100% {
        bottom: -35px;
    }
}

/*滑动验证码*/
.sf-verify-bar-area {
    position: relative;
    background: #FFFFFF;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 0 0 1px #0000002e;
    box-sizing: border-box;
}

.sf-verify-bar-area .sf-verify-move-block {
    position: absolute;
    top: 0px;
    left: 0;
    background: #fff;
    cursor: pointer;
    box-sizing: border-box;
    box-shadow: 0 0 2px #888888;
    -webkit-border-radius: 1px;
}

.sf-verify-bar-area .sf-verify-move-block:hover {
    background-color: #337ab7;
    color: #FFFFFF;
}

.sf-verify-bar-area .sf-verify-left-bar {
    position: absolute;
    top: 0;
    left: 0;
    background: #f0fff0;
    cursor: pointer;
    box-sizing: border-box;
    /*box-shadow: 0 0 0 1px #0000002e;*/
}

.sf-verify-img-panel {
    margin: 0;
    border: none;
    border-radius: 3px;
    position: relative;
    box-shadow: 0 0 0 1px #0000002e;
    box-sizing: border-box;
}

.sf-verify-img-panel .sf-verify-refresh {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    padding: 4px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    color: #fff;
}

.sf-verify-img-panel .sf-verify-tips {
    font-size: 16px;
}

.sf-verify-bar-area .sf-verify-move-block .sf-verify-sub-block {
    position: absolute;
    text-align: center;
    z-index: 3;
}

.sf-verify-bar-area .sf-verify-move-block {
    font-size: 18px;
}

.sf-verify-bar-area .sf-verify-msg {
    z-index: 3;
    font-size: 16px;
}

.sf-icon {
    width: 16px;
    height: 16px;
    font-size: 16px;
}

.sf-verify-load {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sf-verify-spin {
    width: 40px;
    height: 40px;
    position: relative;
}

.sf-spin1, .sf-spin2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #6198f5;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

@font-face {
    font-family: Oswald-Regular
}

body, html {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    font: 12px/1.5 Helvetica Neue, Helvetica, Microsoft YaHei;
    background: #f2f2f2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50
}

footer, header, img, label, section {
    display: block;
    margin: 0;
    padding: 0
}

[placeholder]:empty:before {
    content: attr(placeholder);
    color: #ccc
}

img {
    max-width: 100%;
    vertical-align: middle
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0
}

#app {
    width: 100%;
    height: 100%;
    min-width: 1200px;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    -webkit-filter: grayscale(1)
}

.ant-form {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum"
}

.ant-form label {
    font-size: 14px
}

.ant-form input[type=checkbox] {
    line-height: normal
}

.ant-form input[type=checkbox]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.ant-form-item {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
    margin-bottom: 24px;
    vertical-align: top
}

.ant-form-item label {
    position: relative
}

.ant-form-item-control {
    position: relative;
    line-height: 40px;
    zoom: 1
}

.ant-form-item-control:after, .ant-form-item-control:before {
    display: table;
    content: ""
}

.ant-form-item-control:after {
    clear: both
}

.ant-form-item-children {
    position: relative
}

form input[type=checkbox] {
    width: 14px;
    height: 14px
}

@media (max-width: 575px) {
    .ant-form-item-control-wrapper {
        display: block;
        width: 100%
    }
}

.ant-row {
    position: relative;
    height: auto;
    margin-right: 0;
    margin-left: 0;
    zoom: 1;
    display: block;
    box-sizing: border-box
}

.ant-row:after, .ant-row:before {
    display: table;
    content: ""
}

.ant-row:after {
    clear: both
}

.ant-row + .ant-row:before {
    clear: both
}

.ant-col {
    position: relative;
    min-height: 1px
}

@supports (-moz-appearance:meterbar) and (background-blend-mode:difference,normal) {
}

.ant-checkbox {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    top: -.09em;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    vertical-align: middle;
    outline: none;
    cursor: pointer
}

.ant-checkbox-input:focus + .ant-checkbox-inner, .ant-checkbox-wrapper:hover .ant-checkbox-inner, .ant-checkbox:hover .ant-checkbox-inner {
    border-color: #1890ff
}

.ant-checkbox-wrapper:hover .ant-checkbox:after, .ant-checkbox:hover:after {
    visibility: visible
}

.ant-checkbox-inner {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    border-collapse: separate;
    transition: all .3s
}

.ant-checkbox-inner:after {
    position: absolute;
    top: 50%;
    left: 22%;
    display: table;
    width: 5.71428571px;
    height: 9.14285714px;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg) scale(0) translate(-50%, -50%);
    opacity: 0;
    transition: all .1s cubic-bezier(.71, -.46, .88, .6), opacity .1s;
    content: " "
}

.ant-checkbox-input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0
}

.ant-checkbox-wrapper {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
    display: inline-block;
    line-height: unset;
    cursor: pointer
}

.ant-checkbox + span {
    padding-right: 8px;
    padding-left: 8px
}

.ant-checkbox-group {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
    display: inline-block
}

.ant-input {
    box-sizing: border-box;
    margin: 0;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    width: 100%;
    height: 32px;
    padding: 4px 11px;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    line-height: 1.5;
    /*background-color: #fff;*/
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    transition: all .3s
}

.ant-input::-moz-placeholder {
    color: #bfbfbf;
    opacity: 1
}

.ant-input:-ms-input-placeholder {
    color: #bfbfbf
}

.ant-input::-webkit-input-placeholder {
    color: #bfbfbf
}

.ant-input:-moz-placeholder-shown {
    text-overflow: ellipsis
}

.ant-input:-ms-input-placeholder {
    text-overflow: ellipsis
}

.ant-input:placeholder-shown {
    text-overflow: ellipsis
}

.ant-input:hover {
    border-color: #40a9ff;
    border-right-width: 1px !important
}

.ant-input:focus {
    border-color: #40a9ff;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(24, 144, 255, .2)
}

.ant-form {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum"
}

.ant-form label {
    font-size: 14px
}

.ant-form input[type=checkbox] {
    line-height: normal
}

.ant-form input[type=checkbox]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.ant-form-item {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
    margin-bottom: 24px;
    vertical-align: top
}

.ant-form-item label {
    position: relative
}

.ant-form-item-control {
    position: relative;
    line-height: 40px;
    zoom: 1
}

.ant-form-item-control:after, .ant-form-item-control:before {
    display: table;
    content: ""
}

.ant-form-item-control:after {
    clear: both
}

.ant-form-item-children {
    position: relative
}

form input[type=checkbox] {
    width: 14px;
    height: 14px
}

@media (max-width: 575px) {
    .ant-form-item-control-wrapper {
        display: block;
        width: 100%
    }
}

.AppHeader {
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 56px;
    line-height: 60px;
    background: #41a4fc;
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(32px)
}


.AppHeader .log-in-and-register {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 56px
}

.change-lang {
    cursor: pointer;
    height: 20px;
    color: #d7d7d7;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    border-left: 1px solid #d7d7d7;
    padding-left: 5px;
    margin-left: 5px
}

.lang-down {
    margin-left: 8px;
    width: 10px;
    height: 5px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAA5SURBVHgBZYkBCQAgEAMXwQhGsLE2sYE2cm7gg+jB+N8NJAt/lj2MnvaMFYFKUuYZhjtuJLLSfcNtdXxJFh54HiQAAAAASUVORK5CYII=);
    background-size: 100% 100%
}

.lang-select-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 32px
}

.lang-select-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.AppFooter {
    z-index: 20;
    width: 100%;
    height: 170px;
    line-height: 30px;
    background: #2f343b;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #999;
    text-align: center;
    padding: 55px
}

.qrcode {
    height: 214px;
    margin-top: 32px
}

.qrcode, .qrcode .qrcode0 {
    position: relative;
    width: 164px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.qrcode .qrcode0 {
    height: 164px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.qrcode .qrcode0 .code {
    width: 132px;
    height: 132px
}

.qrcode .frame {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #41a4fc;
    font-family: Source Han Sans CN;
    font-weight: regular;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left
}

/*.qrcode .frame:after {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 12px;*/
/*    height: 12px;*/
/*    margin-left: 4px;*/
/*    background-image: url("./sx.svg");*/
/*    background-size: 100% 100%*/
/*}*/

.qrcode .frame:hover {
    text-decoration: underline
}

.qrcode-content {
    padding-right: 30px
}

.qrcode-content .title1 {
    margin-top: 40px;
    color: #141222;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px
}

.qrcode-content .login-method {
    margin-top: 8px;
    color: #828395;
    font-family: Source Han Sans CN;
    font-weight: regular;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left
}

.btn-not-allow-submit {
    cursor: pointer;
    width: 300px;
    height: 40px;
    border-radius: 4px;
    background: rgba(130, 131, 149, .2);
    border: none;
    color: #828395
}

.ant-input {
    /*background: #fafafb;*/
    /*border: 1px solid #fafafb;*/
    color: #555555;
    border: 1px solid #ccc;
}

.ant-checkbox-input:focus + .ant-checkbox-inner, .ant-checkbox-wrapper:hover .ant-checkbox-inner, .ant-checkbox:hover .ant-checkbox-inner {
    border: 1px solid #db1a2c !important
}

.vercode-login {
    width: 300px;
    margin-top: 32px
}

.vercode-login .ant-input {
    height: 40px
}

.vercode-login .ver-code {
    position: relative
}

.vercode-login .ver-code .get-code {
    cursor: pointer;
    position: absolute;
    top: 11px;
    right: 24px;
    color: #41a4fc;
    font-weight: regular;
    font-size: 12px;
    line-height: 18px
}

.vercode-login .ver-code .get-code:hover {
    text-decoration: underline
}

.vercode-login .btn-not-allow-submit {
    cursor: pointer;
    width: 300px;
    height: 40px;
    border-radius: 4px;
    background: rgba(130, 131, 149, .2);
    border: none;
    color: #828395
}

.vercode-login .privacy {
    cursor: pointer;
    color: #5462ae
}

.vercode-login .privacy:hover {
    text-decoration: underline
}

.ant-checkbox-input:focus + .ant-checkbox-inner, .ant-checkbox-wrapper:hover .ant-checkbox-inner, .ant-checkbox:hover .ant-checkbox-inner {
    border: 1px solid #db1a2c !important
}

.ant-checkbox-wrapper {
    white-space: nowrap
}

.account-login {
    margin-top: 40px
}

.account-login .login-methods-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.account-login .login-methods-title span + span {
    margin-left: 30px
}

.account-login .login-methods-title .seleceted {
    white-space: nowrap;
    cursor: pointer;
    color: #41a4fc;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px
}

.account-login .login-methods-title .unseleceted {
    white-space: nowrap;
    cursor: pointer;
    color: #999;
    font-weight: medium;
    font-size: 20px;
    line-height: 28px
}

.account-login .enroll-and-forgetpassword {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    cursor: pointer;
    margin-top: 16px;
    height: 18px;
    color: #5462ae;
    font-weight: regular;
    font-size: 12px;
    line-height: 18px
}

.account-login .enroll-and-forgetpassword .inlineLogin .image {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 8px
}

.account-login .enroll-and-forgetpassword .block-grow1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.account-login .enroll-and-forgetpassword .register {
    margin-right: 16px
}

.hover-underline:hover {
    text-decoration: underline
}

.LoginView {
    position: absolute;
    right: 180px;
    z-index: 20;
    padding: 0 56px 30px;
    min-height: 400px;
    border-radius: 4px;
    background: #fff
}

.LoginView .login-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}


.AppContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    height: 100vh;
    background: #f2f2f2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.AppContent .video {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.ant-form-item-children {
    position: relative;
}

.ant-row::after {
    clear: both;
}

.ant-row::after, .ant-row::before {
    display: table;
    content: "";
}

::selection {
    color: #fff;
    background: #1890ff;
}

.password-login {
    width: 300px;
    margin-top: 32px
}

.ant-input-password-icon {
    color: rgba(0, 0, 0, .45);
    cursor: pointer;
    transition: all .3s
}

.ant-input-password-icon:hover {
    color: #333
}

.anticon {
    color: rgba(0, 0, 0, .25);
    cursor: not-allowed
}

.ant-input-affix-wrapper .ant-input:not(:last-child) {
    padding-right: 30px
}

.ant-input-affix-wrapper.ant-input-affix-wrapper-input-with-clear-btn .ant-input:not(:last-child) {
    padding-right: 49px
}

.ant-input-affix-wrapper.ant-input-affix-wrapper-textarea-with-clear-btn .ant-input {
    padding-right: 22px
}

.ant-input-password-icon {
    color: rgba(0, 0, 0, .45);
    cursor: pointer;
    transition: all .3s
}

.ant-input-password-icon:hover {
    color: #333
}

.ant-input-clear-icon {
    color: rgba(0, 0, 0, .25);
    font-size: 12px;
    cursor: pointer;
    transition: color .3s;
    vertical-align: 0
}

.ant-input-clear-icon:hover {
    color: rgba(0, 0, 0, .45)
}

.ant-input-clear-icon:active {
    color: rgba(0, 0, 0, .65)
}

.ant-input-clear-icon + i {
    margin-left: 6px
}

.password-login .ant-input {
    height: 40px;
}
