html {
    /* background: linear-gradient(360deg, rgba(50, 146, 220, 1) 0%, rgba(62, 153, 224, 1) 20%, rgba(72, 161, 228, 1) 40%, rgba(82, 169, 232, 1) 60%, rgba(91, 176, 236, 1) 80%, rgba(99, 184, 240, 1) 100%);*/
    background:url(https://gdl.bigolive.tv/as/webact/7h2/M0E/2C/6B/8PobAF2cX4eIAuEmAAPUQRwWbfcAAzMsAPHUi0AA9RZ693.png) no-repeat;
    background-size: cover;
}
html {
 font-family:  "Microsoft YaHei", "PingFang", "PingFang SC", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Arial,
 "Hiragino Sans GB", "Source Han Sans", "Noto Sans CJK Sc", "Microsoft Jhenghei", sans-serif;
}
body {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family:  "Microsoft YaHei", "PingFang", "PingFang SC", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Arial,
 "Hiragino Sans GB", "Source Han Sans", "Noto Sans CJK Sc", "Microsoft Jhenghei", sans-serif;
}
::-moz-placeholder { color: #bbb; }
::-webkit-input-placeholder { color: #bbb; }
:-ms-input-placeholder { color: #bbb; }
.wrapper {
    margin-top: -0.03rem;
    visibility: hidden;
}

.logo {
    text-align: center;
    margin-bottom: 0.015rem;
}
.logoimg{
    width: 0.12rem;
}
.inner {
    overflow: hidden;
    position: relative;
    top: -0.009rem;
}
.login {
    min-width: 300px !important;
    width: 0.2rem !important;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0.002rem 0.016rem 0 rgba(7, 54, 163, 0.18);
    border-radius: 2px;
    text-align: center;
    padding-bottom: 0.016rem
}

.qr, .topc {
    display: inline-block;
    width: 0.034rem;
    height: 0.034rem;
    float: right;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.qr {
    background-image: url('../images/QR.svg');
}

.qr:hover {
    background-image: url('../images/QR_hover.svg');
}
.qr:active {
    background-image: url('../images/QR_press.svg');
}

.topc {
    background-image: url('../images/PC.svg');
}

.topc:hover {
    background-image: url('../images/PC_hover.svg');
}
.topc:active {
    background-image: url('../images/PC_press.svg');
}
.qr:before, .topc:before {
    content: ' ';
    width: 0;
    height: 0;
    border-bottom: 0.034rem solid #fff;
    border-right: 0.034rem solid transparent;
    position: absolute;
    bottom: 0px;
    right: 0.008rem;
    z-index: 10;
    pointer-events:none;
    dispaly: none;
}
.qr_icon {
    position: relative;
}

.qrimg {
    width: 0.034rem;
    display: none;
    height: 0.034rem;
    position: absolute;
    top:0px;
    left: 0px;
}

.qr:hover {
    cursor:pointer
}
.form-title {
    font-size: 18px;
    font-family:FZLTZHUNHK--GBK1-0;
    font-weight:normal;
    color:rgba(98,167,213,1);
    padding-bottom: 0.01rem;
    margin: unset;
}

.form {
    font-size: 12px;
}
.form-line {
    position: relative;
    padding: 0px 0.023rem;
    margin-bottom: 0.012rem;
}
.icon{
    position: absolute;
    left: 0.029rem;
    display: inline-block;
    top: 50%;
    margin-top: -0.006rem;
    height: 0.012rem;
}
.iconimg {
    height: 0.01rem;
    margin-top: 0.001rem;
}
input {
    width:100%;
    box-sizing: border-box;
    color: #999999;
    height: calc(0.012rem + 16px);
    background:rgba(233,233,234,0.3);
    padding-left: 0.02rem;
    border-radius:0.002rem;
    border:0.0005rem solid rgba(224,224,224,1);
    font-size: 14px;
    outline: none;
}

.captcha-input {
    width: 68%;
}

.captcha {
    display: inline-block;
    vertical-align: bottom;
    height: calc(0.012rem + 16px);
    width: 30%;
    line-height: calc(0.012rem + 16px);
    border-radius: 0.002rem;
    color: #fff;
    background: #63B8F0;
    cursor: pointer;
}

.captcha-disabled {
    background:#e9e9e9;
    pointer-events: none;
}

.switch-form-line {
    font-size: 14px;
    text-align: right;
    vertical-align: middle;
}

#username, #password {
    color: #333333 !important;
}

.input_error {
    background-color: rgba(239,98,98, 0.1) !important;
    /* border-radius: 3px; */
    border: 1px solid rgba(239,113,98,1);
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected,
textarea:-internal-autofill-previewed,
textarea:-internal-autofill-selected,
select:-internal-autofill-previewed,
select:-internal-autofill-selected {
    background-color: #fff !important;
    background-image: none;
    color: rgb(0, 0, 0);
}

.errAccountMsg{
    font-family:FZLTXHKM;
    color:rgba(239,113,98,1);
    /*line-height:6px;*/
}

.errPassWordMsg {
    font-size:6px;
    font-family:FZLTXHKM;
    color:rgba(239,113,98,1);
}
.errAccountMsg, .errPassWordMsg {
    font-size:12px;
    visibility: hidden;
    padding-left: 0.026rem;
    text-align: left;
    padding-bottom: 0.003rem;
}

.errAccount,.errPassWord {
    background:rgba(239,98,98,0.1);
    border-radius:0.002rem;
    border:0.001rem solid rgba(239,113,98,1);
}

.errorMessage {
    position: static;
    color: rgba(239,113,98,1);
    padding-bottom: 0.005rem;
    height: 20px;
    line-height: 20px;
}


.btn-able {
    padding: 0;
    margin: 0;
    color: #ffffff;
    background: #63B8F0;
    border-radius:0.001rem;
    border: none;
    cursor: pointer;
}
.btn-able[disabled="disabled"] {
    /* background:rgba(233,233,234,1); */
    background:#e9e9e9;
}

.operation {
    text-align: center;
    padding: 0 0.022rem 0.007rem 0.022rem;
    margin-top: -0.006rem;
    font-size: 12px;
}
.operation_text {
    color: rgba(98,167,213,1);
    margin-top: -1px;
}
.operation_text a {
    position: relative;
    top: 1px;
}

.operation_text a:hover, .clearfix a:hover {
    color: rgba(99,184,240,1) !important;
}
.operation_text a:active, .clearfix a:active {
    opacity: 0.8;
}
.bind_login .clearfix {
    margin-bottom: -0.005rem;
}
.clearfix .left {
    cursor: pointer;
    padding-left: 5px;
    color: #333333;
}
.left {
    float: left;
    transform: scale(0.9);
    display: inline-block;
    font-size: 0.007rem;
    line-height: 0.007rem;
    position: relative;
}

.checkbox {
    display: inline-block;
    position: relative;
    top: 1px;
    left: -6px;
    /*background: red;*/
}

.checkbox img {
    height: 0.9em;

}

.right {
    float: right;
    transform: scale(0.9);
    display: inline-block;
    font-size:0.007rem;
    /*line-height: 0.007rem;*/
    font-family:FZLTXHKM;

}

.bigQR {
    display: none;
    position: relative;
    top: -0.009rem;
}

.QR {
    min-height: 0.114rem;
    width: unset;
    height: unset;
    min-width: 0.18rem;
    position: relative;
}
.qr_mark {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0.036rem;
    background: rgba(255,255,255, 0.6);
    z-index: 999;
}
.qr_mark i {
    position: absolute;
    top: 50%;
    color: #1890ff;
    margin-top: -30px;
    margin-left: 0.014rem;
     animation: rotation 1s linear infinite;
    -moz-animation: rotation 1s linear infinite;
    -webkit-animation: rotation 1s linear infinite;
    -o-animation: rotation 1s linear infinite;
}

@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);
}to {
    -webkit-transform: rotate(360deg);
}}

.goBind {
    left: 0;
    width: 100%;
    font-size:7px;
    font-family:FZLTXHKM;
    color:rgba(51,51,51,1);
}

a {
    text-decoration: none;
    color:rgba(98,167,213,1) !important;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
.clearfix .info {
   font-size: 12px;
   margin-bottom: 15px;
}


.footer {
    text-align: center;
    font-size: 12px;
    color: #fff;
    position: absolute;
    bottom: 0.015rem;
}

.help {
    width: calc(364px + 0.12rem) !important;
    display: none;
    padding-bottom: 0.025rem;
}
.help .clearfix {
    text-align: right;
    padding: 0.008rem;
    font-size: 12px;
    line-height: 18px;
}
.help .title {
    font-size: 20px;
    display: block
}
.help .content{
    padding: 0.008rem 0.06rem 0 0.06rem;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
    width: 390px;
}
.answer {
    padding-top: 0.011rem !important;
}

.answer .title {
    padding-top: 0.005rem !important;
    line-height: 28px !important;
}

.qr_title {
    text-align: center;
    height: 24px;
    line-height: 24px;
    margin: 0 auto;
    color: #62A7D5;
    font-size: 20px;
}
.qr_title  img {
    width: 29px;
    height: 24px;
    vertical-align: top;
    margin-right: 8px;
}

.qr_bind {
    min-width: unset;
    min-height: unset;
}

.bind_login {
    padding-bottom: 0.022rem;
}

.qr_bind img {
    width: 150px; margin: 20px auto;
}
.alert {
    min-height: 200px !important;
    min-width: 300px !important;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0.002rem 0.016rem 0 rgba(7, 54, 163, 0.18);
    border-radius: 2px;
    text-align: center;
}
.bind_login .form-line {
    margin-top: 0.01rem;
}

.loginmessage {
    margin: 0.014rem 0.02rem auto;
    text-align: left;
    color: rgba(51,51,51,1);
    line-height: 17px;
    font-size: 15px;
}
.login_title {
    padding-top: 0.025rem;
}
.alert h2,h3 {
    font-size: 18px;
    font-family:FZLTZHUNHK--GBK1-0;
    font-weight:normal;
    color:rgba(98,167,213,1);
    padding-bottom: 0.019rem;
    padding-top: 0.01rem;
}

.alert p {
    padding: 0 0.01rem;
}

.alert pre {
    overflow: auto;
}
.bind_login .form-line {
    padding: 0px 0.02rem;
}
.btn-able:hover {
    background: #78C9FF;
}
.btn-able:active {
    background: #78C9FF;
    opacity: 0.5;
}

.select-language {
    padding: 12px 0 0 0;
    color: #fff;
    text-align: right;
}

.select-language select,
.switch-form-line select
{
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    appearance: none;

    height: 28px;
    padding: 0 20px 0 8px;
    border: none;
    outline: 0;
    font-size: 12px;
    border-radius: 2px;

    background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E') no-repeat, #fff;
    background-position: 98% 50%;
    background-size: 8px;
}

.switch-form-line select {
    display: inline-block;
    width: 44%;
    border-radius: 0.002rem;
    border: 0.0005rem solid rgba(224,224,224,1);
}

.switch-form-line span {
    display: inline-block;
    width: 54%;
    font-size: 12px;
    color: red;
    text-align: left;
    vertical-align: middle;
}

.select-language select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.error-msg {
    display: none;
    margin-top: -12px;
    margin-bottom: 8px;
    padding: 0 0.023rem;
    color: red;
    font-size: 12px;
    text-align: left;
}

.help-tip {
    color: #999;
    font-size: 14px;
}

@keyframes shake {
    0% { transform: skewX(-15deg); }
    5% { transform: skewX(15deg); }
    10% { transform: skewX(-15deg); }
    15% { transform: skewX(15deg); }
    20% { transform: skewX(0deg); }
    100% { transform: skewX(0deg); }
}

.reset-password {
    display: inline-block;
    /* animation: .8s shake infinite alternate; */
}