/*布局*/
body.slef-contain-login{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: url("../images/login-bg.png") no-repeat center center;
    background-size: cover;
}
div.slef-contain-login{
    padding: 0 23.9%
}
/*填满容器*/
[full]{
    width: 100%;
    height: 100%;
}
/* 背景颜色 */
.layui-nav-tree .layui-nav-item a{
    border-top-left-radius: 27.5px;
    border-bottom-left-radius: 27.5px;
}
.layui-nav-tree .layui-nav-bar{
    background-color: transparent;
}
.layui-nav-tree .layui-nav-item{
    padding-left: 15px;
    box-sizing: border-box;
    margin: 10px 0;
}
.layui-nav-itemed>.layui-nav-child{
    padding-left: 35px;
    box-sizing: border-box;
}
.layui-nav .layui-nav-more{
    width: 7px;
    height: 7px;
    border-width: 1px;
    transform: rotate(135deg);
    border-style: solid;
    border-color: transparent transparent #878787 #878787;
    right:20px;
}
.layui-nav-itemed>a .layui-nav-more{
    transform: rotate(-45deg);
    border-style: solid;
    border-color: transparent transparent #878787 #878787;
}
.layui-nav .layui-nav-item a .self-nav-icon-active{
    display: none;
}
.layui-nav-tree .layui-nav-item a:hover .self-nav-icon-active,
.layui-nav-tree .layui-nav-child dd.layui-this a .self-nav-icon-active,
.layui-nav-tree .layui-this>a .self-nav-icon-active{
    display: inline-block;
}
.layui-nav-tree .layui-nav-item a:hover .self-nav-icon-default,
.layui-nav-tree .layui-nav-child dd.layui-this a .self-nav-icon-default,
.layui-nav-tree .layui-this>a .self-nav-icon-default{
    display: none;
}
.layui-nav-tree .layui-this>a{
    background-color: rgba(73,119,252,0.1);
}
.self-bg-white{background-color: #ffffff !important; color: #595959!important;} /*赤*/
.self-bg-white .layui-nav{
    background-color: #ffffff;
    color: #595959;
}
.self-bg-white .layui-nav .layui-nav-itemed>a{
    color: #595959!important;
}
.self-bg-white .layui-nav .layui-nav-itemed>.layui-nav-child{
    background-color: #ffffff !important;
}
.self-bg-white .layui-nav-tree .layui-nav-child a{
    color: #595959;
}
.self-bg-white .layui-nav-tree .layui-nav-item>a:hover,
.layui-nav-tree .layui-nav-item.layui-this>a:hover{
    background-color: rgba(73,119,252,0.1)!important;
    color:#1f2b4d;
}
.self-bg-white .layui-nav-tree .layui-nav-item>.layui-nav-child a:hover{
    color: #1e2a4c;
}
.self-bg-white .layui-nav .layui-nav-item a{
    color: #595959;
    padding-right: 30px;
}
.self-nav-icon{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 25px;
    height: 25px;
    object-fit: contain;
}
.self-bg-white .layui-nav-tree .layui-nav-child dd.layui-this,
.self-bg-white .layui-nav-tree .layui-nav-child dd.layui-this a,
.layui-nav-tree .layui-this{
    background-color: #ffffff;
    color: #1e2a4c;
}
.self-bg-white .layui-nav-tree .layui-nav-child dd.layui-this a:after{
    content: '';
    display: block;
    position: absolute;
    right: 15px;
    top:50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(73,119,252,0.4);
}
.self-nav-logout{
    position: absolute;
    bottom: 80px;
    width: 100%;
    padding: 30px 0;
    background-image: linear-gradient(rgba(255,255,255,0.2), #ffffff,rgba(255,255,255,0.2));
}
.self-nav-logout>img{
    display: block;
    width: 30px;
    margin: 0 auto;
    cursor: pointer;
}
.layui-side-scroll{
    width: 240px;
}


/*表单*/
.self-form-nolabel .layui-input-block{
    margin-left: 0;
}
.self-input-icon{
    position: absolute;
    width: 3.5em;
    height:100%;
    text-align: center;
    display: table;
}
.self-input-icon>.layui-icon{
    display: table-cell;
    vertical-align: middle;
    font-size: 1.5em;
}
.self-input-icon+input.layui-input{
    padding-left: 3.5em;
}
.self-form-primary .self-input-icon>.layui-icon{
    color: #20a3f5;
}
.self-form-primary .layui-input{
    background-color: rgba(32,163,245,0.4);
    border-color: #20a3f5;
    color: #ffffff;
}
.self-form-primary .layui-input::-webkit-input-placeholder{
    color: #ffffff;
}
.self-form-primary .layui-form-checkbox[lay-skin=primary] span{
    color: #ffffff;
}
.self-form-primary .layui-form-checked[lay-skin=primary] i{
    border-color:#20a3f5!important;
    background-color: rgba(32,163,245,0.4)!important;
    color:#ffffff!important;
}
.self-form-primary .layui-form-checkbox[lay-skin=primary]:hover i{
    border-color:#20a3f5;
    color:transparent;
}
.self-form-primary .layui-form-checkbox[lay-skin=primary] i{
    border-color:#20a3f5;
    background-color: rgba(32,163,245,0.4);
    color:transparent;
}
.layui-form-label{
    color: #1c1a1d;
    font-weight: bold;
}
.layui-input,.layui-textarea{
    border-color: #d8e2f0;
    border-radius: 5px;
}
.layui-form-select .layui-edge{
    border-width:0 0 1px 1px;
    border-color: transparent transparent #b5b5b6 #b5b5b6;
    border-style: solid;
    margin-top:-8px;
    width: 8px;
    height: 8px;
    transform: rotate(-45deg);
    transform-origin: 50% 50%;
}
.layui-form-selected .layui-edge{
    transform: rotate(-225deg);
    margin-top: 0;
}
.layui-form-selected dl{
    padding-left: 15px;
    border-color: #d8e2f0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.layui-form-select dl dd{
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    padding-left: 20px;
}
.layui-form-select dl dd.layui-this{
    background-color: rgba(73,119,252,0.1);
    color: #1f2b4d;
    font-weight: bold;
}
.layui-form-select dl dd.layui-select-tips{
    padding-left: 20px!important;
}
.self-dataPicker{
    position: relative;
}
.self-dataPicker:after{
    content: "\e637";
    font-family: 'layui-icon';
    position: absolute;
    right: 0;
    top:0;
    bottom:0;
    padding: 0 15px;
    line-height: 38px;
    font-size: 22px;
    color: #999999;
}
.self-select-icon>.layui-select-title{
    position: relative;
    margin-right: 70px;
}
.self-select-icon .layui-input{
    border: none;
    border-radius: 0;
}
.self-select-icon{
    border: 1px solid #d8e2f0;
    border-radius: 5px;
}
.self-input-after{
    position: absolute;
    right: 0;
    top:5px;
    bottom: 5px;
    width: 70px;
    border-left: 1px solid #d8e2f0;
}
.self-input-after>.layui-btn{
    min-width: auto;
    width: 100%;
    height: 100%;
    padding: 0;
}
.self-input-after>.layui-btn>.layui-icon{
    margin-right: auto;
}
.layui-laydate td.layui-this,.layui-laydate li.layui-this{
    background-color: #3372F2!important;
}
.layui-laydate-header i:hover, .layui-laydate-header span:hover,.layui-laydate-footer span:hover{
    color: #3372F2!important;
}
.self-dataPicker-line{
    height: 1px;
    width: 40px;
    background-color: #d8e2f0;
    margin: 0 10px;
}
.layui-form-radio>i:hover, .layui-form-radioed>i{
    color: #4977fc;
}
.layui-anim-scaleSpring:after{
    content: '';
    display: block;
    width: 22px;
    height: 28px;background: url("../images/selected_icon.png") no-repeat center center;
    background-size: 20px auto;
}
.self-upload-btn{
    cursor: pointer;
}
.self-upload-btn>img{
    display: block;
    width: 100px;
    height: 100px;
}
.self-upload-image{
    width: 100px;
    height: 100px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.self-upload-image>img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.self-form{
    padding: 20px;
}


/*标题*/
.self-title-main{
    background-image:linear-gradient(90deg,#009ff1,#00e8cf);
    font-size: 2.5em;
    text-align: center;
    margin: 25px;
    letter-spacing: 7px;
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    font-weight: bolder;
}
.self-title-sub{
    font-size: 1.5em;
    color: #00bff4;
    text-align: center;
    margin: 25px;
    letter-spacing: 7px;
    font-weight: bolder;
}


/*按钮*/
.self-btn-brightBlue{
    background-color: #20a3f5;
}
.self-btn-shadow-primary{
    background-color: #4977fc;
    box-shadow: -5px 0 0 rgba(73,119,252,0.2);
}
.self-btn-primary{
    background-color: #4977fc;
}
.self-btn-shadow-blue{
    background-color: #20a3f5;
    box-shadow: -5px 0 0 rgba(32,163,245,0.2);
}
.self-btn-shadow-red{
    background-color: #d71c25;
    box-shadow: -5px 0 0 rgba(215,28,37,0.2);
}
.self-btn-shadow-green{
    background-color: #25b462;
    box-shadow: -5px 0 0 rgba(37,180,98,0.2);
}
.self-btn-shadow-grayBlue{
    background-color: #3c7bd1;
    box-shadow: -5px 0 0 rgba(60,123,209,0.2);
}
.self-btn-shadow-gray{
    background-color: #b5b5b6;
    box-shadow: -5px 0 0 rgba(181,181,182,0.2);
}
.self-btn-gray{
    background-color: #b5b5b6;
}
.self-btn-shadow-orange{
    background-color: #f78046;
    box-shadow: -5px 0 0 rgba(247,128,70,0.2);
}
.self-btn-border-default{
    border: 1px solid #0162b1;
    color: #0162b1;
    background-color: #ffffff;
}
.self-btn-border-red{
    border: 1px solid #d71c25;
    color: #d71c25;
    background-color: #ffffff;
}
.self-btn-border:hover{
    color: inherit;
}
.self-btn-img{
    background: url("/static/common/images/btn-bg.png") no-repeat center center;
    background-size: cover;
}
.self-btn-sm{
    line-height: 30px;
    height: 30px;
    padding: 0 22px!important;
    min-width: 80px!important;
}
.self-btn-xs{
    line-height: 25px;
    height: 25px;
    padding: 0 12px!important;
    min-width: 65px!important;
    font-size: 12px;
}
.self-btn-big{
    width: 300px;
    height: 50px;
    line-height: 50px;
}
.self-btn-icon{
    margin-right: 8px;
    vertical-align: -5px;
}
.self-btn-text{
    background-color:transparent;
    color:#1f2b4d;
    height: 30px;
    line-height: 30px;
    padding: 0!important;
    min-width: auto!important;
    font-size: 18px;
}
.self-btn-text>img{
    display: block;
    width: 22px;
    height: 22px;
    object-fit: contain;
    margin: 0 auto;
}
.layui-btn+.layui-btn{
    margin-left: 0;
}
.layui-btn{
    padding: 0 30px;
    min-width: 120px;
    margin-right: 10px;
}
.layui-btn>img{
    display: inline-block;
    vertical-align: -5px!important;
    width: 20px;
}
.self-icon{
    margin-right: 3px;
}

/*后台布局*/
.layui-layout-admin .layui-logo{
    color: #ffffff;
    background-color: #21283a;
    width: 220px;
}
.layui-layout-admin .layui-logo>img{
    display: block;
    width: 54px;
    height: 54px;
    object-fit: contain;
    box-sizing: border-box;
    margin-right: 10px;
}
.layui-layout-admin .layui-header{
    height: 80px;
    background-color: transparent;
    border-bottom:1px solid #425486;
}
.layui-layout-admin .layui-side{
    top:80px;
    width: 220px;
}
.layui-layout-admin .layui-body{
    top:80px;
    bottom: 0;
    background-color: #EAEFF3;
    overflow: visible;
    left: 220px;
}
.layui-layout-left{
    top:10px;
    left:220px;
}
.layui-layout-right .layui-nav-child{
    top:80px;
}
.self-body-contain{
    position: absolute;
    top:20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 20px;
}
.self-nav-bg{
    position: absolute;
    top:-80px;
    left: 0;
    right: 0;
    z-index: -1;
}
.self-nav-bg>img{
    display: block;
    width: 100%;
}
.layui-nav-tree{
    width: 220px;
}
.self-message{
    padding: 0 30px;
    float: left;
    height: 80px;
}
.self-message-block{
    position: relative;
    cursor: pointer;
}
.self-message-block>img{
    display: block;
    width: 20px;
}
.self-message-block>.layui-badge-dot{
    position: absolute;
    top:0;
    right: 0;
}

/*checkbox*/
.self-form-checkbox{
    margin-bottom: 0;
}
.self-form-checkbox .layui-form-checkbox{
    margin-top: 0;
    vertical-align: -4px;
}
.layui-form-checkbox[lay-skin=primary] i{
    border-radius: 50%;
    border-color: #cccccc;
    background-color: rgba(204,204,204,0.2);
    color: transparent;
}
.layui-form-checkbox[lay-skin=primary]:hover i{
    border-color: #4977fc;
    color:transparent;
}
.layui-form-checked[lay-skin=primary] i{
    border-color: #4977fc!important;
    background-color: rgba(73,119,252,0.2)!important;
    color: #4977fc!important;
}

/*升降序*/
.layui-table-sort .layui-table-sort-asc{
    border-bottom-color:#4977FC;
}
.layui-table-sort .layui-table-sort-desc{
    border-top-color:#4977FC;
}

/*table*/
.layui-table-view{
    border-color: #d8e2f0;
    border-radius: 8px;
}
.layui-table thead tr{
    background-color: #ffffff;
}
.layui-table-header{
    border-radius: 8px;
    border-color: #ffffff;
}
.layui-table-header .layui-table-cell{
    font-weight: bold;
}
.layui-table-cell{
    color: #1c1a1d;
    height: auto;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color: #21356d;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    top:50%!important;
    left: 50%!important;
    transform: translate(-50%,-50%);
}
.layui-laypage a:hover{
    color: #21356d;
}


/*tag*/
.self-tag{
    margin: 2px;
    padding: 0 15px;
    color: #ffffff;
    height: 28px;
    line-height: 28px;
    white-space: nowrap;
    font-size: 12px;
    background-color: #21356d;
    border-radius: 14px;
    min-width: 80px;
    text-align: center;
}

/*弹出层*/
.self-popup-ask{
    border-radius: 12px!important;
}
.self-popup-ask .layui-layer-content{
    overflow: visible!important;
}
.self-popup-contain{
    position: relative;
    padding: 35px 20px 20px;
}
.self-popup-contain:before{
    content: '';
    display: block;
    position: absolute;
    width: 70px;
    height: 70px;
    background: url("../images/popup-icon.png") no-repeat;
    background-size: contain;
    left: 50%;
    top:0;
    transform: translate(-50%,-50%);
}
.self-popup-title{
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    font-weight: bold;
}
.self-popup-subtitle{
    text-align: center;
    font-size: 16px;
    color: #1c1a1d;
    font-weight: bold;
}

/*滑动验证*/
.self-verification{
    position: relative;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    background-color: #7B808D;
}
.self-verification-bg{
    position: absolute;
    left:0;
    top:0;
    width:40px;
    height: 40px;
    background-color: #20A3F5;
}
.self-verification-txt{
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.self-verification-slider{
    position: absolute;
    left:0;
    top:0;
    width: 50px;
    height: 100%;
    background: #20a3f5;
    text-align: center;
    cursor: move;
}
.self-verification-slider>img{
    position: absolute;
    width: 20px;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.self-verification-slider.active>img{
    display: none;
}
.self-verification-slider.active{
    cursor: default;
}
.verification_icon{
    display: inline-block;
    width: 20px;
    vertical-align: -6px;
    margin-right: 10px;
}

.self-icon-online{
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #21921e;
    margin-right: 5px;
    vertical-align: middle;
    border-radius: 50%;
}
.self-avatar-contain{
    padding: 10px;
}
.self-avatar{
    display: block;
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
    margin: 10px;
}
.self-username{
    font-size: 16px;
}
.self-avatar-small{
    width: 45px;
    height: 45px;
}
.self-avatar-white{
    color: #ffffff;
}
.self-avatar-border{
    border-left: 1px solid #3D4F80;
    padding: 0 20px;
    height: 80px;
    box-sizing: border-box;
}
.self-avatar-border .self-username{
    font-size: 14px;
}

/*主页*/
/*艺术字体*/
@font-face {
    font-family: 'zihun35hao-jindianyahei';
    font-display: swap;
    src: url('../font/zihun35hao-jindianyahei.ttf') format('truetype') /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}
.self-main-contain{
    padding: 0;
    background: transparent url("../images/main-bg.png") no-repeat center center;
    background-size: cover;
}
.self-main-text{
    font-family:"zihun35hao-jindianyahei";
    position: absolute;
    right: 20px;
    top:24.1%;
    padding: 20px;
}
.self-main-text:before{
     content: '';
     display: block;
     position: absolute;
     left: 0;
     top:0;
     width: 70px;
     height: 48px;
     background: url("../images/border-icon1.png") no-repeat;
     background-size: 100%;
}
.self-main-text:after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom:0;
    width: 70px;
    height: 48px;
    background: url("../images/border-icon2.png") no-repeat;
    background-size: 100%;
}
.self-main-title{
    font-size: 50px;
    background-image:linear-gradient(#254191,#1e2a4c);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    -webkit-box-reflect:below 0 -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0.4)),to(rgba(0,0,0,0)));
    margin-bottom: 100px;
}
.self-main-subtitle{
    font-size: 40px;
    background-image:linear-gradient(#254191,#1e2a4c);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}


/*上传进度*/
.self-popup-schedule{
    box-shadow: none!important;
    background-color: transparent!important;
}
.self-schedule-contain{
    position: relative;
}
.self-popup-schedule .layui-layer-content{
    overflow: visible!important;
}
.self-schedule-contain>.self-schedule-img{
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
}
.self-schedule-box{
    position: absolute;
    top: 47%;
    left: 11%;
    width: 85%;
    height: 25%;
}
.self-schedule-bg{
    background-color: #1F2B4D;
    width: 10%;
    height: 100%;
    transition: width 0.03s ease;
}
.self-schedule-status{
    display: none;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    margin-top: 45px;
}
.self-schedule-status>img{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    vertical-align: bottom;
}
.self-schedule-text{
    position: absolute;
    top:-40px;
    right: 0;
    color: #ffffff;
    font-size: 16px;
}