html {
    background: #ffffff;
    height: 100%;
    background: linear-gradient(180deg, #275CBC 0%, #FFFFFF 100%) #ffffff;
    background-image: url("../images/big-bg.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    /*min-width: 1200px;*/
    min-width: 780px;
    background-color: #FFFFFF;
}
@font-face {
    font-family: 'ALIMAMA_SHUHEITI_BOLD';
    src: url('../css/fonts/ALIMAMA_SHUHEITI_BOLD.TTF');
}
.second-page-header{
    margin-bottom: 6px;
}
.system-title {
    font-family: 'ALIMAMA_SHUHEITI_BOLD';
    font-size: 44px;
    line-height: 1;
    color: #ffffff;
    /* margin-left: 20px; */
}

.index-logo {
    display: block;
    /*width: 176px;*/
    height: 37px;
    margin-left: 50px;
}

.mt20 {
    margin-top: 20px;
}
.bgWhite{
    background-color: #ffffff;
}
.avatar {
    width: 28px;
    height: 28px;
    display: block;
    border-radius: 28px;
    border: 1px solid #fff;
}

.login-box {
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    line-height: 50px;
    margin-right: 20px;
}

.login-box .login-link {
    color: #fff;
    padding: 0px 16px 0px 20px;
    cursor: pointer;
    position: relative;
    cursor: pointer;
}

.login-box .login-link:hover {
    color: #fff;
}
.login-avatar{
    display: block;
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.container{
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0px 0px 20px 10px rgba(0,33,113,0.04);
    padding: 0px 0px 49px 0px;
    overflow: hidden;
}
.container .title-row{
    height: 57px;
    background: url("../images/back.png") no-repeat  28px center #f8f5fe;
    padding-left: 50px;
    line-height: 57px;
    font-size: 16px;
    font-weight: bold;
    color: #111111;
    border-bottom: 1px solid rgba(0,0,0,0.2);

    cursor: pointer;
}



.tab-item {
    height: 40px;
    line-height: 40px;
    position: relative;


    font-size: 16px;
    color: #999999;
    margin-left: 57px;

    cursor: pointer;
}

.tab-item:first-child {
    margin-left: 0;
}

.tab-item.current {
    color: #ab82f8;
}

.tab-item.current:after {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: #ab82f8;
    border-radius: 2px;
    left: 50%;
    bottom: 0px;
    position: absolute;

    transform: translateX(-50%);
}


.bg-lemon {
    background-color: #ffb55d;
}

.bg-green {
    background-color: #0DBD05;
}

.bg-light-blue {
    background-color: #2CC2EB;
}
.bg-blue {
    background-color: #ab82f8;
}
.bg-gray {
    background-color: #999999;
}





.list-more{
    color: #666;
    font-size: 16px;
    cursor: pointer;
    line-height: 40px;
    margin:20px 0;
    text-align: center;
}
.list-more:hover{
    color: #ab82f8;
}



.empty-box{
    padding-top: 120px;
}
.empty-img{
    display: block;
    width: 267px;
    height: 214px;
    margin: 0 auto;
}
.empty-txt{
    color: #abadb6;
    font-size: 22px;
    padding-top: 26px;
    text-align: center;
}
