body{
    background-color: #fff !important;
}

.tk-page{
    padding-bottom: 30px;
}
.tk-page::after{
    content: '';
    display: block;
    clear: both;
}
.tk-page-title{
    font-size: 26px;
    line-height: 66px;
    padding: 30px 0 20px 0;
    font-weight: bold;
}

.tk-page-left{
    width: 74%;
    float: left;
    float: left;
    box-sizing: border-box;
    padding-right: 30px;
    
}

.tk-page-right{
    float: right;
    width: 26%;
}

.tk-types{
    
    background-color: #fff;
}
.tk-types li{
    height: 54px;
    float: left;
    
    min-width: 54px;
    line-height: 54px;
    text-align: center;
    
    
    
}
.tk-types li{
    margin: 0 20px 0 0;
}
.tk-types li a{
    display: block;
    padding: 0 30px;
    font-size: 16px;
    background-color: #f5f5f5;
    border-radius: 10px;
}
.tk-types li a:hover{
    background-color: #f0f0f0;
    color:#333;
}
.tk-types .active a,
.tk-types .active a:hover{
    background: #ffd500;
    font-weight: bold;
}
.tk-types .active a,
.tk-types .active a:hover{
    color:#000;
}
.tk-list{
    background-color: #fff;
}
.tk-item{
    border: 1px solid #eee;
    padding: 20px 180px 20px 30px;
    border-radius: 10px;
    margin-top: 20px;
    position: relative;
}

.tk-item__title{
    font-size:18px;
    font-weight: bold;
    line-height: 30px;
}
.tk-item__info{
    font-size: 14px;
    margin-top: 15px;
    line-height: 24px;
    color:#999;
}

.tk-item__info::after{
    content: '';
    display: block;
    clear: both;
}
.tk-item__info span{
    width: 33.3%;
    float: left;
}
.tk-item__btn{
    width: 110px;
    height:38px;
    font-size: 14px;
    line-height:38px;
    border: 1px solid #367dd5;
    text-align: center;
    
    border-radius: 6px;
    position: absolute;
    right:30px;
    top: 50%;
    margin-top:-20px;
}
.tk-item__btn a{
    display: block;
    color:#367dd5;
}
.tk-page-right__image img{
    width: 100%;
    display: block;
}

.tk-hot,
.paper-hot{
    border-radius: 10px;
    margin-top: 20px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
}
.tk-hot-title,
.paper-hot-title{
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    font-weight: bold;
    padding: 0 15px 0 30px;
    position: relative;
    border-bottom: 1px solid #f3f3f3;
}
.tk-hot-title::before,
.paper-hot-title::before{
    content: '';
    width: 3px;
    height: 16px;
    position: absolute;
    left:15px;
    top:50%;
    margin-top:-8px;
    background-color: #ffd500;
}
.tk-hot-title span,
.paper-hot-title span{
    float: right;
    font-weight: normal;
    font-size: 14px;
}
.paper-hot-title span a{
    color:#999;
}
.tk-hot ul{
    padding: 10px 0;
}
.tk-hot li{
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 15px;
    padding: 0 20px;
    text-overflow: ellipsis;
}

.tk-hot li span{
    font-size: 26px;
    font-family: HYLiLiangHeiJ;
    font-weight: bold;
    font-style: italic;
    width: 35px;
    display: inline-block;
}
.tk-hot li:nth-child(1) span{
    color:#F74040;
}
.tk-hot li:nth-child(2) span{
    color:#F78E40;
}

.tk-hot li:nth-child(3) span{
    color:#D3A732;
}

.tk-hot li:nth-child(4) span{
    color:#999;
}

.tk-hot li:nth-child(5) span{
    color:#999;
}
.tk-hot li:nth-child(4) a,
.tk-hot li:nth-child(5) a{
    color:#999;
}

.paper-hot-list ul{
    padding: 5px 0;
}
.paper-hot-list li{
    padding: 10px 0;
    margin: 0 20px;
    font-size: 14px;
}
.paper-hot-list li + li{
    border-top: 1px dashed #e3e3e3;
}
.paper-hot-list .title{
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 15px;
    text-overflow: ellipsis;
}
.paper-hot-list .qzt{
    line-height: 22px;
    color:#999;
}
.paper-hot-list .qzt a{
    color:#367dd5;
    float: right;
   
}




/*试卷详情*/
.paper-info,
.tm-info{
    border: 1px solid #eee;
    border-radius: 10px;
}
.paper-info-title,.tm-info-title{
    line-height: 32px;
    background: #F5F5F5;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 30px;
}
.paper-info-title span,.tm-info-title span{
    color:#F74040;
    margin-right: 10px;
}

.paper-info-body{
    position: relative;
    padding: 30px 30px 30px 320px;
    min-height: 330px;
}
.paper-info-body__items{
    margin-top: 20px;
}
.paper-info-body__items::after{
    content: '';
    display: block;
    clear: both;
}

.paper-info-body__items li{
    width: 50%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
}
.paper-info-body__cover{
    width: 270px;
    position: absolute;
    left:30px;
    top:30px;
    
}
.paper-info-body__cover img{
    width: 100%;
}
.paper-info-body__btns{
    margin-top: 30px;
}
.paper-info-body__btn{
    height: 44px;
    line-height: 44px;
    width: 126px;
    background-color: #ffd500;
    color:#333;
    border-radius: 4px;
    text-align: center;
    font-size: 15px;    
    display: inline-block;
    margin-left: 10px;
    box-sizing: border-box;
    cursor: pointer;
}
.paper-info-body__btn a{
    display: block;
}
.paper-info-body__btn a:hover{
    color:#333;
}
.paper-info-body__btn--plain{
    background: none;
    border: 1px solid #ddd;
    color:#666;
}
.paper-info-body__btn i{
    margin-right: 5px;
}
.collect-on .iconfont{
    color:#e7352b;
}

.tm-info-body{
    padding: 30px 40px;
}

.tm-info-body li{
    padding: 15px 0;
    font-size: 14px;
}

.tm-info-body li span{
    width: 24px;
    height: 24px;
    border: 1px solid #367dd5;
    color:#367dd5;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    border-radius: 20px;
    margin-right: 10px;
}
.tm-info + .tm-info{
    margin-top: 30px;
}
.tm-info-operate{
    text-align: right;
    line-height: 24px;
    padding: 0 20px 15px 0;
    font-size: 14px;
}
.tm-info-operate span{
    margin-left: 20px;
    color: #999;
    position: relative;
    padding-left: 24px;
    cursor: pointer;
}
.tm-info-operate span::before{
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    left:0;
    top:50%;
    margin-top:-9px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.tm-info-operate .error-correction::before{
    background-image: url(jc.png);
}
.tm-info-operate .collect::before{
    background-image: url(collect.png);
}
.tm-info-operate .collect-on{
    color: #367dd5;
}
.tm-info-operate .collect-on::before{
    background-image: url(collect-on.png);
}
.tm-info-operate .look-answer::before{
    background-image: url(drop-down.png);
}
.tm-info-operate .look-answer.on{
    color:#367dd5;
}
.tm-info-operate .look-answer.on::before{
    background-image: url(drop-up.png);
}


.ckda-item{
    position: relative;
    min-height: 32px;
    padding-left: 80px;
    font-size: 14px;
    line-height: 32px;
}
.ckda-item-label{
    position: absolute;
    width: 100px;
    left:0;
    top:0;
    color:#999;
}

/*相关题目*/
.related-issues ul{
    padding: 0 40px;
}
.related-issues li{
    padding: 20px 0;
    font-size: 16px;
    line-height: 28px;
}
.related-issues li +li{
    border-top: 1px dashed #ddd;
}


.test-con-right,
.test-right-inner{
    width: 296px !important;
}

.exam-category{
    padding-bottom: 15px;
    border-radius: 6px;
    background-color: #fff;
    position: relative;
    padding-left: 95px;
    min-height: 32px;
    border: 1px solid #eee;
}
.exam-category-label{
    position: absolute;
    left:15px;
    top:50%;
    margin-top:-16px;
    line-height: 32px;
    width: 80px;
    font-size: 14px;
    color:#999;
}
.exam-category-item{
    height: 28px;
    line-height: 28px;
    border-radius: 6px;
    display: inline-block;
    margin-left: 15px;
    font-size: 14px;
    text-align: center;
    margin-top:15px;
    
}
.exam-category-item a{
    display: block;
    padding: 0 15px;
    color:#666;
}
.exam-category-item.curr{
    background-color: #fdf7ef;
    font-weight: bold;
    
}
.exam-category-item.curr a{
    color: #f9892d;
}


.nomoredata{
    padding: 30px 0;
    text-align: center;
    color:#999;
    font-size: 14px;
}
.loadmore{
    text-align: center;
    height: 44px;
    line-height: 44px;
    margin-top: 15px;
    font-size: 14px;
    color: #999;
    background-color: #f6f6f6;
    cursor: pointer;
}
.loadmore span{
    position: relative;
    display: inline-block;
    
}
.loadmore.loading span{
    padding-left: 30px;
}
.loadmore.loading span::before{
    content: '';
    width: 20px;
    height: 20px;
    background: url(/KS_Inc/static/edu/images/loading.gif) no-repeat;
    position: absolute;
    left:0;
    top:50%;
    background-size: 100% 100%;
    margin-top:-10px;
}

body .el-button--primary,
body .el-button--primary:hover,
body .el-button--primary:focus{
    background-color: #ffd500;
    color:#000;
    border-color: #ffd500;
}

.practice__nav  .active{
    color:#333 !important;
    font-weight: bold;
    border-color: #ffd500 !important;

}



.practice-daily .active{
    background-color: #222 !important;
    
}