html {
    background: #ffffff;
    height: 100%;
    /*background: linear-gradient(180deg, #275CBC 0%, #FFFFFF 100%) #ffffff;*/
    /*background-size: 100% auto;*/
    /*background-repeat: no-repeat;*/
    min-width: 1200px;
    /*min-width: 1600px;*/
    font-size:14px;
}




.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: 14px;
    line-height: 28px;
    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;
}

.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 #F0F4F8;
    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: #4C7EF7;
}

.tab-item.current:after {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: #4C7EF7;
    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: #4C7EF7;
}
.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: #4C7DF7;
}



.empty-box{
    padding-top: 20px;
}
.empty-img{
    display: block;
    width: 600px;
    height: 460px;
    margin: 0 auto;
}


@media only screen and (max-width: 768px) {
    html{
        min-width: auto;
        width: 100vw;
    }
    .pagewd{
        min-width:auto;
        width: 100%;
    }
}
