
.ct {
    width: 40%;
}

@media screen and (max-width: 1400px) {
    .ct {
        width: 35%;
    }
}

.img-list {
    border-radius: 8px;
    position: fixed;
    right: 20px;
    bottom: 50px;
}

.img-list-box {
    position: relative;
    background: #fff;
    padding: 0 10px 15px;
    width: 100px;
    text-align: center;
    margin-left: 64px;
}

.img-list-box img {
    width: 90px;
    margin-top: 15px;
}

.img-list-box p {
    padding: 0;
    color: #4E5969;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 6px;
}

.img-list-box .sj {
    width: 9px;
    height: 9px;
    background: #fff;
    transform: rotate(-45deg);
    position: absolute;
    bottom: -5px;
    right: 20px;
}

.img-list-title {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.img-list-title img {
    margin: 2px 10px 0 0;
    width: 18px;
}

.img-list-title span {
    letter-spacing: 2px;
    font-size: 15px;
    color: #1B5DEC;
}

.title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e8e8e8;
    min-height: 66px;
    line-height: normal;
    margin-bottom: 30px;
    padding: 0 78px 0 20px;
    box-sizing: border-box;
}

#wrap1 .group > div {
    margin-bottom: 16px;
}

#wrap2 .group > div {
    margin-bottom: 15px;
}

.jtx {
    width: 10px;
    transform: rotate(-90deg);
    vertical-align: middle;
}

#codeLogin {
    display: none;
    justify-content: center;
    align-items: center;
    position: relative;
}

#codeLogin .qrcode_error {
    position: absolute;
    top: 0;
    left: 20px;
    width: 250px;
    height: 250px;
    background-color: rgba(0, 0, 0, .6);
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center;
}

#codeLogin .qrcode_error > div {
    text-align: center;
}

#codeLogin .qrcode_error > div span {
    color: #ffffff;
}

#codeLogin .qrcode_error > div .refresh_code {
    background: #1B5DEC;
    color: #fff;
    border-radius: 5px;
    padding: 7px 11px;
    margin-top: 15px;
    cursor: pointer;
}

#codeLogin .qrcode_success {
    position: absolute;
    top: 0;
    left: 20px;
    width: 250px;
    height: 250px;
    background-color: #ffffff;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center;
}

#codeLogin > div {
    text-align: center;
}

#codeLogin .success_img {
    width: 71px;
    height: 71px;
    margin-top: 30px;
}

#codeLogin .success_text {
    color: #333333;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 15px;
}

#codeLogin .success_tips {
    color: #999999;

}

/*#codeLogin:hover .maskBox {*/
/*    display: block;*/
/*}*/
#codeLogin .maskBox {
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    /*display: none;*/
    text-align: center;
}

#codeLogin .maskBox img {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#codeLogin .maskBox img.rotate {
    animation: rotate 1s linear infinite;
}

#codeLogin img {
    width: 300px;
    height: 300px;
}

.get-code {
    padding-right: 10px;
    color: #427AF4;
    font-size: 15px;
    width: 140px;
    cursor: pointer;
    text-align: right;
}

.login-tabs {
    display: flex;
    flex: 1;
    min-width: 0;
    padding: 4px;
    background: #F4F7FC;
    border-radius: 8px;
}

.title span {
    flex: 1;
    min-width: 0;
    text-align: center;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    line-height: 36px;
    font-size: 15px;
    color: #4E5969;
    border-radius: 6px;
    transition: color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.title span.center {
    border-bottom-color: transparent;
    background: #fff;
    color: #427AF4;
    box-shadow: 0 3px 10px rgba(66, 122, 244, 0.12);
}

.login-corner {
    width: 68px;
    height: 68px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 8;
    border: none;
    background: transparent;
    cursor: pointer;
    overflow: hidden;
    border-top-right-radius: 8px;
}

.login-corner:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-top: 68px solid #EEF4FF;
    border-left: 68px solid transparent;
    transition: border-top-color .2s ease;
}

.sms-icon {
    width: 24px;
    height: 17px;
    position: absolute;
    top: 11px;
    right: 8px;
    z-index: 1;
    box-sizing: border-box;
    border: 2px solid #427AF4;
    border-radius: 4px;
}

.sms-icon:before {
    content: "";
    position: absolute;
    right: 3px;
    bottom: -6px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #427AF4;
    border-bottom: 2px solid #427AF4;
    background: #EEF4FF;
    transform: rotate(45deg);
}

.sms-icon:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: #427AF4;
    box-shadow: 0 5px 0 #427AF4;
}

.login-corner.center:before,
.login-corner:hover:before {
    border-top-color: #427AF4;
}

.login-corner.center .sms-icon,
.login-corner:hover .sms-icon {
    border-color: #fff;
}

.login-corner.center .sms-icon:before,
.login-corner:hover .sms-icon:before {
    border-color: #fff;
    background: #427AF4;
}

.login-corner.center .sms-icon:after,
.login-corner:hover .sms-icon:after {
    background: #fff;
    box-shadow: 0 5px 0 #fff;
}

#wrap1 {
    display: none;
}

.title1 span {
    cursor: inherit;
}

.title1 {
    justify-content: flex-start;
}

.group > div img.yj {
    cursor: pointer;
    width: 25px;
}

.group {
    padding: 0 20px;
}

.group .des {
    font-size: 15px;
    line-height: 23px;
    border: none;
    padding: 0;
}

.title1 img {
    width: 35px;
    margin-top: 4px;
}

.title1 span {
    flex: none;
    text-align: left;
    padding-left: 15px;
    color: #12151B;
    background: transparent;
    box-shadow: none;
    line-height: 65px;
}

.tips {
    text-align: right;
    color: #4b4949;
    line-height: 32px;
    margin-top: 10px;
    cursor: pointer;
    font-weight: bold;
}

.sms-login-tip {
    color: #86909C;
    font-size: 13px;
    margin-top: 14px;
    text-align: center;
}

.panel-stack {
    position: relative;
    margin-left: 60px;
    width: 420px;
    min-height: 432px;
}

.panel-stack .content {
    margin-left: 0;
}

.panel-stack .content#wrap1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.content {
    position: relative;
    padding: 0;
}

.mask {
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.mask #content {
    width: 380px;
    height: 300px;
    margin: 0 auto;
}

.mask .title1 {
    color: #000;
    border-bottom: 1px solid #e4e7eb;
    line-height: 60px;
    padding: 0 20px;
    margin-bottom: 50px;
}
