/*------快捷登录框------*/
@import url("../../libs/font-awesome/css/font-awesome.min.css");
@import url("../../libs/toastr/toastr.min.css");
.lg-content {
    width: 780px;
    height: 400px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    /* font-family: "Noto Sans SC" !important; */
    overflow: hidden;
    background-color: #1c1c1c;
}

.lg-content .lg-up {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-top: 12px;
    padding-right: 13px;

}

.lg-content .lg-up li {
    display: flex;
    align-items: center;
}

.lg-content .lg-up li > img {
    height: 22px;
}

.lg-content .lg-up .icon {
    width: 44px;
    height: 44px;
    background: #FFDBDD;
    color: #FF6872;
    text-align: right;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 4px;
    position: relative;
    margin-left: 3px;
}

.lg-content .lg-up .icon::after {
    content: "";
    border: 22px solid #FFFFFF;
    border-radius: 4px;
    top: 0;
    left: 0;
    position: absolute;
    border-right-color: transparent;
    border-top-color: transparent;
}

.lg-content .lg-up .icon i {
    font-size: 26px;
}

.lg-content .lg-left {
    position: relative;
    margin-right: 66px;
    flex-shrink: 0;
    width: 300px;
    margin-top: 30px;
}

.lg-content .lg-left::after {
    content: "";
    width: 1px;
    height: 210px;
    position: absolute;
    top: 64px;
    right: 0;
    background: #E2E6EC;
}

.lg-content .lg-left .title {
    padding-left: 66px;
    color: #FFFFFF;
    font-size: 26px;
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: 12px;
}

.lg-content .lg-box {
    padding: 0 80px 15px 0;
    flex-grow: 1;
}

.lg-content .lg-box .lg-title {
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    font-weight: 600;
    border-bottom: 2px solid #a6a6a6;
}

.lg-content .lg-box dt, .lg-content .lg-box dd {
    margin-bottom: 20px;
}

.lg-content .lg-box dd .layui-input, .lg-content .lg-box dd .lg-submit {
    height: 42px;
    line-height: 42px;
}

.lg-content .lg-box dd .layui-input {
    padding-left: 10px;
}

.lg-content .lg-box dd .lg-tab {
    width: 50px;
    height: 40px;
    text-align: center;
    z-index: 9;
    left: 1px;
    top: 1px;
    border-right: 1px solid #e6e6e6;
}

.lg-content .lg-box dd .lg-tab > i {
    font-size: 22px;
    line-height: 42px;
    color: #666666;
}

.lg-content .lg-box dd .lg-submit {
    background-color: #BB0511;
    font-weight: bold;
    font-size: 16px;
    border-radius: 4px;
}

.lg-content .lg-box .lg-register > span > a:hover {
    color: #EE100C;
    text-decoration: underline;
}

.lg-content .lg-box dd .get-v-code {
    cursor: pointer;
    height: 38px;
    right: 2px;
    top: 2px;
    max-width: 150px;
}

.getBtn {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0%, -50%);
    font-size: 14px;
    color: #BB0511;
    cursor: pointer;
    /* font-weight: bold; */
}

.login-tab {
    margin-top: 12px;
    padding-bottom: 25px;
}

.login-tab > a {
    display: inline-block;
    font-size: 27px;
    letter-spacing: 2px;
    font-weight: bold;
    position: relative;
    color: #333333;
    cursor: pointer;
}

.msg-box {
    position: relative;
}

.n-left {
    display: inline-block;
    line-height: 0;
    vertical-align: top;
    outline: 0;
    margin-top: 5px;
}

.msg-wrap {
    position: absolute;
    z-index: 1;
    margin-left: 6px;
    color: #c33;
    vertical-align: top;
    white-space: nowrap;
    line-height: 16px;
    font-size: 12px;
    display: inline-block;
    box-sizing: border-box;
}
.n-default .msg-wrap .n-icon {
    background-image: url(../../libs/nice-validator/dist/images/validator_default.png);
    background-position: 0 0;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background-repeat: no-repeat;
    vertical-align: top;
    display: inline-block;
}
.n-msg {
    display: inline-block;
    margin-left: 1px;
    vertical-align: top;
}
.n-error {
    color: #c33;
}
.input-group > .msg-box.n-right {
    position: absolute;
    margin-top: 44px;
}
.class-layer-demo-custom .layui-layer-title{background: #ff306f; color:#fff; border: none;}
.class-layer-demo-custom .layui-layer-content {background: #1c1c1c;color:#fff; border: none;}
.class-layer-demo-custom .layui-layer-btn{background: #1c1c1c;}

.img-responsive{
    margin: 10px;
    width: 160px;
}
.btn-cropper{
    position: absolute!important;
    top: 64px!important;
    left: 20px!important;
    width: 50px;
}
.icon-img.svip {
    background-position: -82px -482px;
    width: 40px;
    height: 16px;
}
.icon-img {
    font-style: normal;
    display: inline-block;
    background: url(../images/sprite.png) no-repeat 0 0;
    margin-right: 10px;
}
