/* 字体 */
@font-face {
    font-family: 'fira';
    src: url("/page/pc/font/fira/woff2/FiraCode-Light.woff2") format("woff2"), url("/page/pc/font/fira/woff/FiraCode-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'fira';
    src: url("/page/pc/font/fira/woff2/FiraCode-Regular.woff2") format("woff2"), url("/page/pc/font/fira/woff/FiraCode-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'fira';
    src: url("/page/pc/font/fira/woff2/FiraCode-Medium.woff2") format("woff2"), url("/page/pc/font/fira/woff/FiraCode-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'fira';
    src: url("/page/pc/font/fira/woff2/FiraCode-Bold.woff2") format("woff2"), url("/page/pc/font/fira/woff/FiraCode-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal
}

* {
    box-sizing: border-box !important;
}

.dialog-bg {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.70);
    z-index: 100000;
    display: none;
    font-family: 'fira', mono, sans-serif, serif;
}

.dialog-container {
    width: 705px;
    height: 516px;
    border-radius: 5px;
    background: #fff;
    position: fixed;
    margin: auto;
    top: calc(50% - 258px);
    left: 0;
    right: 0;
    display: none;
}

.dialog-container.show {
    display: block !important;
}

.register-user-panel {
    width: 240px;
    height: 516px;
    background: url('https://slfile.soliao.com/3,026361dcf35ec4?height=516&width=240');
    position: relative;
    float: left;
}

.register-title {
    display: block;
    position: absolute;
    top: 40px;
    left: 32px;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    user-select: none;
}
.register-top{
    position: absolute;
    width: 200px;
    left: 28px;
    top: 20px;
}
.register-top div{
    margin-bottom: 5px;
    font-size: 12px;
}
.register-btn {
    display: block;
    position: absolute;
    bottom: 40px;
    left: 28px;
    font-size: 16px;
    font-weight: 600;
    color: #fff !important;
    user-select: none;
    text-decoration: none !important;
}

.user-list-container {
    width: 182px;
    height: 306px;
    /*background: #fff;*/
    position: absolute;
    top: 150px;
    right: 38px;
    bottom: 115px;
    left: 28px;
}

.user-list-title {
    width: 100%;
    height: 42px;
    box-shadow: 0 2px 4px 0 rgba(204, 204, 204, 0.5);
    margin-bottom: 8px;
}

.user-list-body {
    width: 100%;
    height: 256px;
    overflow: hidden;
}

.user-list-row {
    height: 32px;
    width: 100%;
}

.user-list-row:nth-of-type(1) {
    transition-duration: 0.05s;
}

.scroll-user-name {
    width: 66px;
    padding-left: 18px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.scroll-company-name {
    width: 100px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.user-list-title .scroll-user-name, .user-list-title .scroll-company-name {
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    color: #333333;
    font-weight: 600;
}

.user-list-body .scroll-user-name, .user-list-body .scroll-company-name {
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    color: #627992;
    font-weight: 400;
}

.login-panel {
    width: 465px;
    height: 516px;
    padding: 10px;
    overflow: hidden;
    position: relative;
    float: left;
}

.login-panel-title {
    height: 52px;
    width: 445px;
    position: relative;
}

.login-panel-title .close-dialog-icon {
    color: #cccccc;
    font-size: 34px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    font-style: normal;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.switch-container {
    height: 52px;
    width: 445px;
    padding-top: 16px;
    border-bottom: 1px solid #eeeeee;
}

.switch-item {
    display: block;
    width: 50%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    float: left;
    cursor: pointer;
    position: relative;
}

.switch-item.active {
    color: #2589eb;
}

.switch-item.active:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #2489eb;
}

.switch-item:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #2489eb;
    transition: all .3s;
}

.switch-item:hover:before {
    width: 100%;
    left: 0;
    right: 0;
}

.switch-item:hover {
    color: #2589eb;
}

.trans-panel {
    position: absolute;
    width: 445px;
    height: 444px;
    transition-duration: 0.3s;
}

#qrcode-panel {
    left: 10px;
    bottom: 10px;
}

#account-panel {
    left: 900px;
    bottom: 10px;
}

#sms-panel {
    left: 455px;
    bottom: 10px;
}

.dialog-qrcode-title {
    font-size: 22px;
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 30px;
    color: #50EB7B;
}

.dialog-qrcode-container {
    width: 250px;
    height: 250px;
    padding: 10px;
    border: 1px solid #eeeeee;
    margin: 15px auto;
    position: relative;
}

.qrcode-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    background: hsla(0, 0%, 100%, .9);
    color: #666;
    cursor: pointer;
}

.refresh {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.refresh::before {
    box-sizing: border-box;
    content: url('https://slfilea1.soliao.com/3,3ef4c62023aa');
}

.dialog-qrcode-container img {
    width: 230px;
    height: 230px;
}

.qrcode-tips {
    font-size: 14px;
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
    color: #999;
}

.login-footer {
    position: absolute;
    bottom: 0;
    left: 28%;
    height: 30px;
    width: 40%;
    padding: 5px 22px;
    text-align: center;
}

.login-footer a {
    text-decoration: none;
    font-size: 12px;
    color: #999999;
}

.register-item {
    float: left;
}

.login-item {
    float: right;
}

.error-msg-container {
    padding: 20px 50px 0;
    height: 48px;
    line-height: 14px;
}

.error-msg-container span {
    color: #ff0000;
    font-size: 12px;
}

.login-form-container {
    margin: 0 40px;
}

.account-row {
    width: 100%;
    height: 66px;
    padding: 12px 0;
}

.account-row .icon {
    height: 40px;
    width: 30px;
    text-align: center;
    line-height: 40px;
    color: #999999;
    float: left;
    font-size: 20px;
}

.account-row input {
    font-size: 14px;
}

.login-phone {
    width: 250px;
    height: 46px;
    border: 1px solid #eeeeee;
    float: left;
}

.login-phone .icon {
    font-size: 24px;
}

.login-phone input {
    border: none;
    height: 44px;
    width: 166px;
    padding: 0 14px 0 12px;
    float: left;
}

.login-pwd {
    width: 250px;
    height: 46px;
    border: 1px solid #eeeeee;
    float: left;
}

.login-pwd input {
    border: none;
    height: 44px;
    width: 248px;
    padding: 0 14px 0 12px;
    float: left;
}

.forget-pwd {
    font-size: 14px;
    color: #999999;
    display: block;
    float: left;
    text-align: center;
    width: 96px;
    height: 46px;
    line-height: 46px;
}
.forget-pwd:hover, .forget-pwd:active{
    text-decoration: none;
}

.login-verify-code {
    width: 250px;
    height: 46px;
    border: 1px solid #eeeeee;
    float: left;
}

.login-verify-code .icon {
    font-size: 18px;
}

.login-verify-code input {
    border: none;
    height: 44px;
    width: 248px;
    padding: 0 14px 0 12px;
    float: left;
}

.verify-code {
    width: 108px;
    height: 46px;
    float: left;
    margin-left: 7px;
}
#rgLgCaptchaImg{
    height: 46px;
}

.login-remember-check {
    width: 200px;
    height: 40px;
}

.login-remember-check input {
    height: 14px;
    width: 14px;
    margin: 13px 7px 13px 0;
}

.login-remember-check label {
    width: auto;
    height: 40px;
    line-height: 40px;
    margin: 0;
    font-weight: 400;
}

.login-btn {
    width: 100%;
    height: 46px;
    color: #fff;
    background: linear-gradient(-90deg, #2589eb 0%, #325dec 100%);
    border: 1px solid rgba(37, 137, 235, 0.5);
    border-radius: 2px;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 30px;
}

.login-btn:hover {
    background: linear-gradient(-90deg, #25aceb 0%, #327bec 100%);
}

.login-btn:disabled {
    background: linear-gradient(-90deg, #25aceb 0%, #327bec 100%);
}

.login-sms {
    width: 250px;
    height: 46px;
    border: 1px solid #eeeeee;
    float: left;
}

.login-sms input {
    border: none;
    height: 44px;
    width: 248px;
    padding: 0 14px 0 12px;
    float: left;
}
.tap-change-btn{
    width: 96px;
    height: 46px;
    font-size: 14px;
    color: #FF8C8C;
    background: #fff;
    margin-left: 10px;
    display: inline-block;
    line-height: 46px;
    text-align: center;
}
.tap-change-btn:hover, .tap-change-btn:active{
    text-decoration: none;
    color: #FF8C8C;
}

.sms-btn {
    border-radius: 4px;
    width: 96px;
    height: 46px;
    font-size: 14px;
    color: #2589eb;
    border: 1px solid #eeeeee;
    margin-left: 10px;
    background: rgba(228,228,228,1);
}

.sms-btn:disabled {
    color: #888888;
    background: #eeeeee;
    cursor: not-allowed;
}

.sms-btn:hover {
    background: #eeeeee;
}

.tips-dialog {
    width: 400px;
    height: 218px;
    background: #fff;
    position: fixed;
    margin: auto;
    top: calc(50% - 109px);
    left: 0;
    right: 0;
    display: none;
}

.tips-dialog.show {
    display: block !important;
}

.dialog-tips-title {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #F2F2F2;
    position: relative;
}

.dialog-tips-title span {
    position: absolute;
    display: block;
    width: auto;
    height: 20px;
    font-size: 15px;
    font-weight: 600;
    color: #333333;
    left: 24px;
    top: calc(50% - 10px);
}

.dialog-tips-title .close-tips-icon {
    color: #cccccc;
    font-size: 22px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    cursor: pointer;
    font-style: normal;
    display: block;
    position: absolute;
    right: 16px;
    top: 16px;
}

.dialog-tips-body {
    width: 100%;
    height: 168px;
    position: relative;
}

.dialog-tips-content {
    width: 100%;
    height: 100px;
    padding: 0 35px;
    font-size: 15px;
    color: #333333;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.dialog-tips-btn {
    position: absolute;
    bottom: 28px;
    left: 0;
    right: 0;
    margin: auto;
    width: 284px;
    height: 40px;
    background: linear-gradient(230deg, rgba(37, 137, 235, 1) 0%, rgba(43, 118, 235, 1) 47%, rgba(50, 93, 236, 1) 100%);
    border: none;
    color: #fff;
}

.dialog-tips-btn:hover {
    background: linear-gradient(-90deg, #25aceb 0%, #327bec 100%);
}

.dialog-tips-btn:disabled {
    background: linear-gradient(-90deg, #25aceb 0%, #327bec 100%);
}