/* ==================== 登录页(旧) start ==================== */

#login-container {
    position: relative;
    height: 100%;
}
#login-container *,
#login-container *::before,
#login-container *::after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#login-container .content-background {
    width: 100%;
    height: calc(100% - 60px);
    top: 80px;
    right: 0;
    left: 0;
    bottom: 60px;
    background: url("../img/bg.png") center no-repeat;
    background-size: cover;
}

#login-container .content-background > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#login-container .content {
    position: relative;
    z-index: 2;
    height: 100%;
    overflow: auto;
    padding-right: 400px;
    transition: padding .5s;
}

#login-container .system-side {
    text-align: center;
    height: 100%;
}

#login-container .system-side::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

#login-container .system-side > * {
    display: inline-block;
    vertical-align: middle;
}

#login-container .system-side > img {
}

#login-container .login-side {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    right: 0;
    width: 400px;
    min-height: 100%;
    padding: 10px 50px;
    transition: width, padding .5s;
    background-color: rgba(255, 255, 255, .5);
}

#login-container .login-side-inner {
    flex: none;
}

#login-container .logo {
    width: 94px;
    height: 94px;
    margin: 0 auto;
    border-radius: 50%;
    background: #333333 url("../img/logo.png") center no-repeat;
}

#login-container .welcome {
    display: block;
    margin-top: 55px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #000;
    font-size: 24px;
    font-weight: bold;
}

#login-container .form-item:first-child {
    margin-top: 11px;
}

#login-container .form-item + .form-item {
    margin-top: 34px;
}

#login-container .input-group {
    position: relative;
    height: 60px;
    border: 1px solid #000;
    border-radius: 30px;
    font-size: 0;
    padding: 0 30px;
}

#login-container .input-group::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

#login-container .input-group > * {
    display: inline-block;
    vertical-align: middle;
}

#login-container .input-group > label {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
    text-align: right;
}

#login-container .input-group > label::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

#login-container .input-group > label > * {
    display: inline-block;
    vertical-align: middle;
}

#login-container .input-group > input {
    width: 100%;
    height: 40px;
    color: #000;
    font-size: 16px;
    line-height: 40px;
    padding: 0 10px;
    border: none;
    background: none;
    box-shadow: none;
}

#login-container .input-group > input::placeholder {
    color: #666;
}

#login-container .checkbox-group {
    display: inline-block;
    margin-top: 34px;
    height: 20px;
    font-size: 0;
    line-height: 1;
    cursor: pointer;
    overflow: hidden;
}

#login-container .checkbox-group > input[type=checkbox] {
    position: relative;
    margin-top: -1px;
    width: 1px;
    height: 1px;
}

#login-container .checkbox-group::before {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

#login-container .checkbox-group > * {
    display: inline-block;
    vertical-align: middle;
}

#login-container .checkbox-group .check-box {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    border: 1px solid #979797;
}

#login-container .checkbox-group > input[type=checkbox]:checked + .check-box {
    background: #3080FE url("../img/checkbox_inner.png") center no-repeat;
}

#login-container .checkbox-group .check-box-label {
    font-size: 12px;
    line-height: 12px;
}

#login-container .error-group {
    height: 32px;
    color: #c63030;
    font-size: 16px;
    margin-bottom: -32px;
    text-align: center;
}

#login-container .error-group::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 15px;
    margin-right: 10px;
    background: url("../img/login_warn.png") center no-repeat;
}

#login-container .error-group::after {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

#login-container .error-group > * {
    display: inline-block;
    vertical-align: middle;
}

#login-container .btn-login {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    border: none;
    margin-top: 34px;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background-color: #000;
}

#login-container .btn-login:disabled {
    background-color: #999;
}

@media (max-width: 1366px) {
    #login-container .login-side {
        width: 330px;
        padding: 10px 40px;
    }

    #login-container .content {
        padding-right: 330px;
    }
}

@media (max-width: 885px) {
    #login-container .system-side > img {
        width: 80%;
    }
}

/*======================登录页(旧)=============================*/


/************************************************登录页(新)start*******************************************************/
.login-header {
    position: absolute;
    width: 100%;
    height: 80px;
    z-index: 1;
    background-color: #FFFFFF;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 0 60px;
}

.header-left {
    flex: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    align-items: center;
}

.header-right {
    flex: none;
    display: flex;
    align-items: center;
}
.rt-text{
    flex: none;
    color: #666666;
    font-size: 14px;
}

.right-home {
    flex: none;
    display: inline-flex;
}

.right-help {
    flex: none;
    display: inline-flex;
    margin-left: 40px;
}

.right-home > img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.right-help > img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.login-header .header-title {
    color: #003B8A;
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
}

.login-header .header-ip {
    color: #4F4F4F;
    font-size: 18px;
    line-height: 25px;
}

.login-right {
    position: absolute;
    top: calc((100% - 432px) * 0.5198);
    right: calc((100% - 380px) * 0.1128);
}

.login-right .box-login {
    width: 380px;
    height: 432px;
    border-radius: 10px;
    background-color: #FFF;
    box-sizing: border-box;
    border: 1px solid #979797;
}

 .ct-header {
    position: relative;
    padding: 32px 118px 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


 .ct-header .ct-name {
     flex: none;
     width: 150px;
     height: 22px;
     line-height: 22px;
     text-align: center;
     color: #2A44A3;
     font-size: 24px;
     font-weight: bold;
     cursor: pointer;

 }


 .ct-header::after {
     content: '';
     position: absolute;
     z-index: 0;
     bottom: 1px;
     left: 60px;
     right: 60px;
     height: 1px;
     background-color: #2A44A3;
     border-radius: 2px;
 }


 .ct-header .ct-SMS {
     left: 238px;
 }

.cti-item {
    display: flex;
    align-items: center;
    padding: 10px 2px;
    border-bottom: 1px solid #BBBDC2;
}

.cti-item > img {
    flex: none;
    font-size: 16px;
    margin-right: 10px;
}

.cti-item  .cti-icon {
    margin-right: 10px;
}


.cti-item .cti {
    flex: auto;
    width: 0;
    padding: 0;
    border: none;
    outline: none;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    background: none;
}

.cti::placeholder {
    color: #888;
}

.cti-item .cti-send {
    flex: none;
    min-width: 60px;
    height: 18px;
    line-height: 18px;
    margin-left: 10px;
    color: #3C3C3C;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}

.cti-item .cti-disabled {
     cursor: not-allowed;
 }

.ctc-item {
    display: flex;
    height: 32px;
    margin-top: 12px;
    align-items: center;
    justify-content: space-between;
}

.ctc-item > a {
    color: #979797;
    font-size: 12px;
}

.j-pwd {
    margin-top: -5px;
}

.ctc-item .in-text {
    color: #979797;
    font-size: 12px;
}

/deep/
.ctc-item.el-checkbox__label {
    color: #666;
    font-size: 12px;
    padding-left: 12px;
}

.ctc-item .el-checkbox__input {
    line-height: 0;
}

.ctc-item .el-checkbox__inner {
    width: 15px;
    height: 15px;
}

.ctc-item .el-checkbox__input.is-focus .el-checkbox__inner {
    border-color: #DCDFE6;
}

.ctc-item  .el-checkbox__input.is-checked .el-checkbox__inner {
    border-color: #3080FE;
}

.ctc-item .el-checkbox__input.is-checked + .el-checkbox__label {
    color: #3080FE;
}

.ctc-item  .forget-pwd {
    color: #666;
    font-size: 12px;
    cursor: pointer;
}

.ctc-item:hover {
    color: #3080FE;
}

.submit-item  .submit-btn {
    padding: 0;
    border: none;
    outline: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    font-size: 14px;
    border-radius: 20px;
    background: linear-gradient(120deg, #3080FE 0%, #2A44A3 100%);
    cursor: pointer;
}

.ct-tip {
    height: 14px;
    margin: 5px 0 0 5px;
}
.ct-tip .ct-text {
    color:  #AE0C2A;
}

.err-item {
    display: flex;
    height: 30px;
    align-items: center;
    justify-content: center;
}

.err-item .err-icon {
    flex: none;
    color: #AE0C2A;
    font-size: 14px;
    z-index: 1;
}

.submit-item .err-message {
    flex: none;
    color: #AE0C2A;
    font-size: 12px;
    margin-left: 10px;
}

.ct-panel {
    padding: 0 60px;
    margin-top: 26px;
}

.ct-panel .ct-PWD {
    padding: 30px 60px 0;
}

.cti-item + .cti-item {
    margin-top: 19px;
}

.cti-item .ct-SMS {
    padding: 30px 60px 0;
}

.cti-item + .cti-item {
    margin-top: 19px;
}

.submit-item {
    margin-top: 37px;
}

.login-footer {
    flex: none;
    display: flex;
    height: 60px;
    color: #666666;
    font-size: 14px;
    justify-content: center;
    justify-items: center;
    align-items: center;
    background-color: #ffffff;
}



/************************************************登录页(新) end*******************************************************/




/* ==================== 轮播管理 ==================== */

#banner-container .banner-cards {
    display: flex;
    flex-wrap: wrap;
    margin: -10px -10px 0;
    justify-content: center;
}

#banner-container .banner-card {
    border-radius: 8px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
    margin: 10px;
    overflow: hidden;
}

#banner-container .banner-img {
    width: 360px;
    height: 180px;
    object-fit: cover;
    cursor: pointer;
}

#banner-container .banner-info {
    position: relative;
    padding: 8px 10px;
}

#banner-container .banner-title,
#banner-container .banner-direct {
    display: block;
    height: 16px;
    line-height: 18px;
}

#banner-container .banner-title {
    font-weight: bold;
    width:18rem;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow:hidden;
}

#banner-container .banner-direct {
    color: #999;
}

#banner-container .banner-switch {
    position: absolute;
    top: 10px;
    right: 10px;
}

#banner-container .banner-form,
#article-container .article-form {
    margin-right: 200px;
}

#banner-container #uploader {
    width: 360px;
    height: 180px;
    object-fit: cover;
    cursor: pointer;
    margin: 0 10px 10px 0;
}

@media (max-width: 885px) {
    #banner-container .banner-form,
    #article-container .article-form {
        margin-right: 0;
    }
}

.right-blank-1 {
    margin-right: 20px;
}
.top-blank-1 {
    margin-top: 10px;
}
.left-blank-1 {
    margin-top: 10px;
}
.el-width-85 {
    width: 85%;
}

.layui-laydate-content>.layui-laydate-list {
    padding-bottom: 0px;
    overflow: hidden;
}

.merge-box .scrollbox .merge-list {
    padding-bottom: 5px;
}

#user-form {
    margin-top: 20px;
}

#user-form .layui-input-inline {
    width: 286px;
}

/***********************************************************************/
.label-right-text{
    display: block;
    padding: 9px 15px;
    width: 85%;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}

.label-left {
    width: 255px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    /*文本强制不换行*/
    white-space: nowrap;
    /*文本溢出显示省略号*/
    text-overflow: ellipsis;
    /*溢出的部分隐藏*/
    overflow: hidden;
}

.label-top {
    margin-top: 9px;
}


.cp-pto > label {
    margin-top: 20px;
}

.eval-img {
    width: 54px;
    height: 54px;
}

.eval-img > img {
    width: 100%;
    height: 100%;
}



.div-width-85 {
    line-height: 38px;
}

.text-nowrap {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 200px;
}

.upload-pic {
    width: 93px;
    height: 86px;
}

.upload-pic > img {
    width: 100%;
    height: 100%;
    margin: 10px 0 0 110px;
}

.ac-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e2e2e2;
}

.ac-detail .line-area {
    flex: none;
    margin-right: 30px;
}

.ac-detail .line-area > a {
    color: #1e9fff;
}

.tb-header {
    display: flex;
    padding: 0 30px 0 24px;
    margin-bottom: 14px;
    justify-content: space-between;
}

.ad-from {
    margin-top: 20px;
}

.ad-from .ct-align {
    display: flex;
    width: 600px;
    align-items: center;
    overflow: hidden;
    white-space: normal;
    word-break: break-all;
}



.active-fj {
    display: flex;
}

.active-fj .active-pic {
    width: 90px;
    height: 95px;
}

.active-fj .active-pic > img {
    width: 100%;
    height: 100%;
}

.ac-dl {
    margin-top: 9px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.upload-body {
    display: flex;
}

.upload-body .upload-certificate {
    width: 300px;
    height: 300px;
    margin-left: 10px;
}

.upload-body .upload-certificate > img {
    width: 100%;
    height: 100%;
}

.file-error {
    margin: 10px 20px;
}

.file-error > li {
    display: inline-block;
    line-height: 23px;
    margin: 10px 0 0 10px;
    font-size: 12px;
}

.eval-img {
    width: 90px;
    height: 95px;
}

.eval-img > img {
    width: 100%;
    height: 100%;
}


.im-error > li{
    margin-bottom: 10px;
}
    /*****************************************************************************/

/***********************************角色 start *****************************************/

.s_content {
    height: 78px;
}

.s_content  .s_item {
    display: flex;
    padding: 10px 0 0 20px;
}

.item_title {
    width: 56px;
    text-align: right;
}

.item_text {
    margin-left: 20px;
}

.res_area {
    width: 318px;
    height: 275px;
    margin-left: 20px;
}

.res_info {
    display: flex;
    padding: 28px 0 0 24px;
}

.res_tree {
    margin-left: 8px;
}

#userSearch .layui-form-label {
    width: 56px;
}

.user_info {
    margin-top: 18px;
}

.user_title {
    margin: 15px 0 0 22px;
}

.user_table {
    padding: 0 10px;
}

#userSearch .layui-input-inline {
    width: 132px;
}

/***********************************角色 end*****************************************/


/************************************会员管理***********************************************/

.f-m {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.f-m-b .layui-form-label {
    padding: 9px 5px;
    width: 112px;
}
.f-m-b .layui-input-block {
    width: 694px;
}

.c-f1 {
    border: solid 1px #F2F2F2;
    width: 975px;
    padding: 10px 0;
}

.p-area {
    display: flex;
    margin-top: 10px;
}

.f-area {
    width: 481px;
}

.f-area .layui-input-block {
    width: 485px;
}

.f-left {
    margin-left: 10px;
}

.f-title {
    display: flex;
    justify-content: center;
    justify-items: center;
    color: #212121;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.f-m .layui-form-item .layui-input-inline {
    width: 336px;
}

.m-title {
    display: flex;
    font-size: 24px;
    font-weight: bold;
    justify-content: center;
    margin-bottom: 10px;
}

.p-btn {
    display: flex;
    justify-content: center;
    justify-items: center;
    margin-top: 20px;
}


