.QJSliderUnlock {
    background: #e8e8e8;
    position: relative
}

.QJSliderUnlock .QJSliderUnlock-bg {
    width: 0
}

.QJSliderUnlock .QJSliderUnlock-btn {
    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;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
    padding: 0 3px;
    text-align: center;
    border: 1px solid #ccc;
    background: #fff
}

.QJSliderUnlock .QJSliderUnlock-btn.success span.icon-icon-test {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #427afb;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    line-height: 16px
}

.QJSliderUnlock .QJSliderUnlock-text {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    color: #666
}

.QJSliderUnlock .QJSliderUnlock-noselect {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.loginPage {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.pageLogo {
    position: absolute;
    display: inline-block;
    width: 120px;
    height: 48px;
    overflow: hidden;
    left: 80px;
    top: 82px;
    z-index: 98
}

.pageLogo a {
    display: block;
    width: 100%;
    height: 100%
}

.pageLogo a img {
    width: 120px;
    height: 48px
}

.loginBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99
}

.loginBox-form {
    width: 388px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding: 30px 40px;
    background-color: #fff
}

.loginBox-title {
    padding-bottom: 10px;
    font-size: 36px;
    text-align: center;
    font-weight: normal
}

.loginBox-subtitle {
    padding-bottom: 30px;
    font-weight: bolder;
    text-align: center;
    line-height: 1.7;
    font-size: 14px
}

.loginForm-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    position: relative
}

.loginForm-group input[type="password"], .loginForm-group input[type="text"] {
    height: 40px;
    line-height: 40px;
    width: 100%
}

.loginForm-input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%
}

.loginForm-input-disabled {
    background-color: #e3e3e3;
    border: #e9e9e9 1px solid;
    color: #333
}

.QJSelect {
    position: relative;
    width: 100%
}

.loginForm-select-127 {
    width: 127px
}

.QJSelect-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 100%;
    color: #5f5f5f
}

.QJSelect-title .icon {
    position: absolute;
    right: 10px;
    font-size: 12px
}

.QJSelect-input {
    padding: 0 10px 0 15px !important;
    cursor: pointer
}

.QJSelect-input[type="text"]:focus {
    border-color: #D8D8D8;
    -webkit-box-shadow: none;
    box-shadow: none
}

.QJSelect-title-dark {
    background-color: #f7f7f7
}

.QJSelect-menu {
    position: absolute;
    top: 100%;
    width: 308px;
    max-height: 272px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.07);
    z-index: 3
}

.QJSelect-menu .QJSelect-menu-list {
    max-height: 272px
}

.QJSelect-menu .QJSelect-menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    padding: 12px 15px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    color: #5F5F5F;
    background-color: #ffffff
}

.QJSelect-menu .QJSelect-menu-item:hover {
    background-color: #447ef7;
    color: #ffffff
}

.QJSelect-menu .QJSelect-menu-item .text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.loginForm-eye {
    position: absolute;
    width: 45px;
    height: 40px;
    right: 0;
    top: 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2
}

.loginForm-eye span {
    font-size: 26px
}

.loginForm-button {
    width: 308px;
    height: 40px;
    padding: 0
}

.loginForm-wx {
    display: inline-block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    color: #5f5f5f;
    font-weight: bolder
}

.loginForm-wx i {
    font-size: 18px;
    color: #6fb244;
    vertical-align: middle
}

.loginForm-zc {
    display: inline-block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    font-weight: bolder
}

.loginForm-zc:hover {
    color: #427afb
}

.loginForm-left {
    font-weight: bolder
}

.loginForm-right {
    margin-left: auto
}

.loginForm-help {
    line-height: 30px;
    font-weight: bolder
}

.loginForm-forget {
    display: inline-block;
    color: #5f5f5f;
    font-weight: bolder;
    margin-right: 28px
}

.loginForm-login:hover {
    color: #427afb
}

.loginForm-other {
    margin-bottom: 0
}

.loginForm-error {
    width: 100%;
    margin-bottom: 15px;
    color: #fb1c24;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.5
}

.loginForm-error .loginForm-error-text {
    margin-left: 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%
}

.loginForm-code-button {
    width: 120px;
    height: 40px;
    margin-left: 10px;
    padding: 0;
    background-color: #50565c;
    color: #fff
}

.loginForm-code-disabled {
    background-color: #d8d8d8;
    color: #fff;
    border: 1px solid #d8d8d8;
    cursor: not-allowed
}

.loginBox-successBtn {
    margin-bottom: 20px
}

.loginBox-successBtn span {
    display: block;
    width: 60px;
    height: 60px;
    border: 2px solid #286efa;
    border-radius: 50%;
    font-size: 42px;
    line-height: 60px;
    text-align: center;
    margin: 0 auto;
    color: #286efa
}

.indexLogin {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.indexLogin .indexLogin-mask {
    background-color: rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 100%
}

.indexLogin .loginBox {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0)
}

.indexLogin.active {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
    backdrop-filter: blur(5px);
}

.indexLogin.active .loginBox {
    -webkit-transition: all 0.2s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    -o-transition: all 0.2s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    transition: all 0.2s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.krpano {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%
}

.krpano .swiper-container {
    width: 100%;
    height: 100%
}

.krpano .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: 8s linear 0.5s;
    -o-transition: 8s linear 0.5s;
    transition: 8s linear 0.5s
}

.krpano .swiper-slide.swiper-slide-active img {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}

.loginMask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1
}
