#twoFactorFanel {

}
#twoFactorFanel .cover {
    background: rgba(0,0,0,0.5);
    z-index: 200;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    display: none;
}
.sms-verification-panel,
.verification-success-panel,
.dirver-manage-panel,
.non-mobile-panel {
    position:absolute;
    z-index: 201;
    width: 560px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 5px #89aeec80;
    left: 50%;
    top: 160px;
    margin-left: -280px;
    overflow: hidden;
    display: none;
}
.sms-verification-panel.mobile {
    top: 60px;
    width: 90% !important;
    margin-left: -45% !important;
}
.verification-success-panel.mobile {
    top: 60px;
    width: 90% !important;
    margin-left: -45% !important;
}
.dirver-manage-panel.mobile {
    top: 50px !important;
    width: 90% !important;
    margin-left: -45% !important;
}
.non-mobile-panel.mobile {
    top: 50px !important;
    width: 90% !important;
    margin-left: -45% !important;
}
.sms-code-panel,
.success-content-panel,
.non-mobile-content-panel {
    background-color: #e8f2fb;
}
.sms-code-title {
    color: #364766;
    font-size: 20px;
    font-weight: 600;
    font-family: PingFangSC-Semibold, 'PingFang SC Semibold', 'PingFang SC';
    text-align: center;
    padding: 20px;
}
.sms-code-content {
    color: #293552;
    padding: 0px 60px 40px 60px;
    line-height: 22px;
}
.sms-code-content.mobile {
    padding: 0px 20px 20px 20px !important;
    line-height: 20px !important;
}
.sms-code-input {
    height: 100px;
    width: 356px;
    position: relative;
    left: 50%;
    margin-left: -178px;
    padding-bottom: 20px;
}
.sms-code-input-mobile {
    width: 90%;
    position: relative;
    left: 50%;
    margin-left: -45%;
    padding-bottom: 20px;
}
.sms-code-error {
    animation-name: codeErrorAni;
    animation-duration: 0.5s;
}
.sms-code-error-mobile {
    animation-name: codeErrorAni_mobile;
    animation-duration: 0.5s;
}
.sms-code-input > .number {
    /* width: calc(15% - 1rem); */
    width: 45px;
    height: 55px;
    background: transparent;
    border: 0;
    font-size: 55px;
    line-height: 55px;
    margin: 7px;
    text-align: center;
    float: left;
}
.sms-code-input > input {
    /* width: calc(15% - 1rem); */
    width: 45px;
    height: 55px;
    background: transparent;
    border: 0;
    font-size: 55px;
    margin: 5px;
    text-align: center;
}
.sms-code-input-mobile > input {
    width: 12%;
    height: 35px;
    background: transparent;
    border: 0;
    font-size: 25px;
    margin: 5px;
    text-align: center;
}
.sms-code-normal > .number {
    border-bottom: 4px solid #46536e;
}
.sms-code-normal > input {
    border-bottom: 4px solid #46536e;
}
.sms-code-normal-mobile > input {
    border-bottom: 4px solid #46536e;
}
.sms-code-error > input,
.sms-code-error-mobile > input {
    border-bottom: 4px solid #ff0000;
    color: #ff0000;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.button-group-panel {
    text-align: center;
    padding: 20px 0px 20px 0px;
}
.verify-btn {
    width: 218px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    /* background: #364766; */
    border-radius: 8px;
    /* color: #fff; */
    font-size: 18px;
    /* border: 1px solid #364766; */
}
.verify-btn.disable {
    background-color: #e8e8e8;
    border: 1px solid #e8e8e8;
    color: #666666;
    cursor: not-allowed;
}
.verify-btn.display {
    background-color: #364766;
    border: 1px solid #364766;
    color: #fff;
    cursor: pointer;
}
.back-btn,
.back-login-btn {
    width: 218px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #999999;
    color: #000;
    font-size: 18px;
    margin-top: 10px;
    cursor: pointer;
}
.sms-msg {
    height: 42px;
    padding: 10px;
}
.success-icon,
.warning-icon {
    text-align: center;
}
.success-icon > img,
.warning-icon > img {
    margin-top: 50px;
}
.warning-icon.mobile > img {
    margin-top: 20px !important;
}
.success-text {
    text-align: center;
    font-size: 38px;
    color: #364766;
    font-weight: bold;
    margin-top: 20px;
}
.success-time {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 20px;
    color: #364766;
}
.confrim-btn {
    width: 218px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #364766;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
    border: 1px solid #364766;
    cursor: pointer;
}
.dirver-manage-header {
    width: 100%;
    position: relative;
    padding: 10px 20px 10px 20px;
    border-bottom: 1px solid #cdcdcd;
}
.dirver-manage-title {
    float: left;
}
.dirver-manage-close {
    float: right;
    cursor: pointer;
}
.dirver-manage-content {
    width: 100%;
    position: relative;
}
.dirver-manage-intro {
    color: #747474;
    font-size: 12px;
    padding: 20px;
}
.dirver-manage-list {
    padding: 0px 10px 0px 20px;
    margin-bottom: 20px;
    max-height: 300px;
    overflow-y: auto;
    margin-right: 5px;
    color: #232D44;
    font-size: 14px;
}
.dirver-manage-list.mobile {
    font-size: 12px !important;
}
.dirver-manage-list li {
    padding: 0px 10px 0px 10px;
    width: 100%;
    height: 50px;
    float: left;
}
.dirver-manage-list li:nth-child(odd) {
    background-color: #ecf4fb;
}
.dirver-manage-list::-webkit-scrollbar {
    width: 6px;
}
.dirver-manage-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #d8d8d8;
}
.dirver-manage-name {
    display:table;
    height: 50px;
    width: 40%;
    float: left;
}
.dirver-manage-name > div {
    vertical-align:middle;
    display:table-cell;
    height: 50px;
}
.dirver-manage-logintime {
    display:table;
    height: 50px;
    width: 40%;
    float: left;
}
.dirver-manage-logintime > div {
    vertical-align:middle;
    display:table-cell;
    height: 50px;
}
.dirver-manage-action {
    line-height: 50px;
    float: right;
    cursor: pointer;
}
.warning-title {
    color: #364766;
    text-align: center;
    padding: 20px 0px 0px 0px;
    font-size: 24px;
    font-weight: bold;
}
.warning-title.mobile {
    padding: 20px 0px 0px 0px;
    font-size: 20px;
}
.warning-text {
    color: #293552;
    padding: 0px 40px 40px 40px;
    margin-top: 20px;
    font-size: 18px;
}
.warning-text.mobile {
    padding: 0px 20px 20px 20px !important;
    font-size: 14px !important;
}

.codeMsg {
    width: 290px;
    position: fixed;
    z-index: 1000;
    top: -50px;
    background-color: #ffffff;
    padding: 5px 10px 5px 10px;
    left: 50%;
    margin-left: -145px;
    border-radius: 5px;
}
.error-icon {
    float: left;
}
.error-title {
    float: right;
    margin-left: 10px;
    color: #ff0000;
}

@keyframes codeErrorAni {
    0%   {margin-left: -170px;}
    10%  {margin-left: -186px;}
    20%  {margin-left: -170px;}
    30%  {margin-left: -186px;}
    40%  {margin-left: -170px;}
    50%  {margin-left: -186px;}
    60%  {margin-left: -170px;}
    70%  {margin-left: -186px;}
    80%  {margin-left: -170px;}
    90%  {margin-left: -186px;}
    100%  {margin-left: -178px;}
}
@keyframes codeErrorAni_mobile {
    0%   {margin-left: -44%;}
    10%  {margin-left: -46%;}
    20%  {margin-left: -44%;}
    30%  {margin-left: -46%;}
    40%  {margin-left: -44%;}
    50%  {margin-left: -46%;}
    60%  {margin-left: -44%;}
    70%  {margin-left: -46%;}
    80%  {margin-left: -44%;}
    90%  {margin-left: -46%;}
    100%  {margin-left: -45%;}
}