
.border-box{
    width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.user-top-left image{
    width: 100px;
    height: 100px;
    border: 2px solid #FFFFFF;
}
.box{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.user-name{
    margin-left: 24px;
}
.user-name p:first-child{
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
}
.user-name p:last-child{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}
.cebian-box{
    width: 1200px;
    margin: auto;
    margin-top: 40px;
    display: flex;
}
.kechen-list{
    margin-bottom: 30px;
    width: 152px;
    height: 48px;
    background: #ffffff;
    color: #17233D;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    
}
.kechen-title{
    font-size: 18px;
    font-weight: 600;
    color: #17233D;
    margin-left: 13px;
}
        /**分页*/
.page-box{
    text-align: center;
    margin-top: 40px;
}

.page p{
    margin-right: 24px;
    font-size: 14px;
    font-weight: 500;
    color: #17233D;
    display: inline-block;
}
.page a.active {
    
}
/**点击左侧*/
.tab-title{
    color: #fff;
}
.tab-list{
    background: #FF4438;    
}
/**22*/
/**切换*/
.right{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.right .list-box-kecheng{
    width: 316px;
    min-height: 286px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px 2px rgba(0,38,101,0.04);
    border-radius: 6px;
    margin-left: 33px;
}
.left-title {
    font-size: 14px;
    font-weight: 400;
    color: #17233D;
}
.web-list-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.left-hot {
    font-size: 12px;
    font-weight: 400;
    color: #657180;
}
.kechen-bottom{
    justify-content: space-between;
}
.kechen-bottom .kechen-new{
    width: 56px;
    height: 18px;
    background: linear-gradient(142deg, #FF7E29 0%, #FF540A 100%);
    border-radius: 2px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 18px;
}
.right-news{
    width: 92px;
    height: 24px;
    background: #FF4438;
    border-radius: 13px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.price{
    text-decoration:line-through;
    color: #657180;
}
.tab-cancellation{
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 2px;
}
.right a{ 
    margin:0 0px 22px 0 ; 
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
/**考试收藏*/
.type-kaoshi-size{
    font-size: 14px;
    font-weight: 700;
    color: #17233D;
    margin: 0;
    margin-bottom: 8px;
}
.list-box-examination p{
    font-size: 12px;
    color: #657180;
}
.list-box-examination{
    cursor: pointer;
    padding: 16px;
    width: 316px;
    max-height: 195px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px 2px rgba(0,38,101,0.04);
    border-radius: 6px;
    margin-left: 33px;
    margin-bottom: 24px;

}
.kaoshi-time-box{
    display: flex;
    justify-content: space-between;
    margin-top: 14px;

}
.box-hr{
    border: 0.75px solid #EDEFF2;
}
.kaoshi-time-left {
    font-size: 12px;
    font-weight: 500;
    color: #FF4438;
}
/**课程记录*/
.course-records{
    display: flex;
    margin: 25px 0;
}
.course-kechen-img {
    width: 235px;
    height: 132px;
}
.course-list-right{
    margin-left: 24px;
}
.list-top{
    display: flex;
    flex-direction: row;
}
.list-top .right-p{
    width: 630px;
    font-size: 20px;
    font-weight: 500;
    color: #17233D;
    white-space: nowrap; /* 防止换行 */
    overflow: hidden; /* 控制元素大小并隐藏溢出部分 */
    text-overflow: ellipsis;
    margin-left: 8px;
}
.list-top .right-bixiu{
    height: 24px;
    background: linear-gradient(90deg, #FF7809 0%, #FF4C47 56%, #FF1069 100%);
    border-radius: 13px;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    color: #FFFFFF;
    padding: 0 8px;
}
.list-content{
    width: 760px;
}
.list-content p{
    font-size: 14px;
    font-weight: 400;
    color: #17233D;
}
.list-content p:last-child{
    margin-top: 24px;
}
.hot-list{
    color: #FF4438;
}
.right a{
    text-decoration: none;
}
.jilu-bottom{
    display: flex;
    justify-content: space-between;
}
.jilu-bottom .to-study{
    width: 104px;
    height: 36px;
    border-radius: 18px;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 36px;
}
/* 空状态 */
.empty {
    width: 996px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.empty img {
    width: 294px;
    height: 190px;
    text-align: center;
}
.empty span {
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #9EA7B4;
}