<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mobile-kf-list ul li{
   display: flex;
     border-bottom: dashed 1px #dcdcdc;
    align-items: center;
    padding-bottom:15px;
    margin-bottom: 15px;
}

.mobile-kf-top{
    height: 58px;
     background: url('./kf_m_bg.png')no-repeat center;
     background-size: 100% 100%;
     position: relative;
}

.mobile-kf-top time{
    width: 158px;
	height: 43px;
     background: url('./kfm_bg_time.png')no-repeat center;
     background-size: 100% 100%;
    position: absolute;
    left:50%;
    top:5px;
    margin-left: -49px;
    font-size: 12px;
    color:#f5de93;
    text-align: center;
    line-height: 56px;
}

.mobile-kf-list ul{
    padding:0 15px;
}


.mobile-kf-list ul li .img{
    width: 60px;
	height: 60px;
	border-radius: 8px;
}

.mobile-kf-list ul li .img img{
    width: 60px;
	height: 60px;
	border-radius: 8px;
	display: block;
}

.mobile-kf-list ul li .info{
    flex:1;
    overflow: hidden;
    display:flex;
    flex-direction:column;
    height: 64px;
  justify-content: space-between;
  margin-left: 10px;
  font-size: 12px;
  color:#999;
  margin-right: 20px;
}

.mobile-kf-list ul li .info .name{
    font-size: 14px;
    color:#333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mobile-kf-list ul li .info p{
    margin:0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mobile-kf-list ul li .url{
    background-color: #ffc13d;
    text-align: center;
    line-height: 30px;
    width: 60px;
	height: 30px;
	border-radius: 15px;
	font-size: 14px;
	color:#fff;
}

.mobile-kf-list ul li .time span{
    color:#e0201f;
}

.kf-title{
    display: flex;
    margin: 10px 15px;
    align-items: center;
    justify-content: space-between;
}

.kf-fixed{
    display: flex;
    align-items: center;
    font-size: 12px;
    color:#666;
    margin:15px;
}

.kf-fixed a{
    color:#666;
}

.kf-title a{
    color:#666;
    font-size: 12px;
}

.kf-title span{
    font-size: 16px;
    color:#333;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    position: relative;
    padding-left: 15px;
}
.kf-title span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    height: 80%;
    width: 5px;
    border-radius: 10px;
    background: #ffc13d;
}

.kf-new-game ul{
    display:flex;
    flex-wrap: wrap;
    padding:0;
      margin:0;
}

.kf-new-game ul li{
    width: 25%;
    display:flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 10px;
}

.kf-new-game ul li .img{
    height: 70px;
    width:70px;
    border-radius: 10px;
    margin:0 auto;
}

.kf-new-game ul li .img img{
    height: 70px;
    width:70px;
    border-radius: 10px;
    display: block;
}

.kf-new-game ul li .name{
    font-size: 13px;
    color:#333;
    margin:10px auto;
        overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
}

.kf-new-game ul li .down{
    width: 60px;
	height: 25px;
	line-height: 25px;
	background-color: #FFF8E9;
	border-radius: 17px;
	font-size: 12px;
	color:#ffc23e;
	font-weight: bold;
	margin:0 auto;
}

.kf-new-news{
    padding:0 15px;
}

.kf-new-news ul{
    padding:0;
    margin:0;
}

.kf-new-news ul li{
    display:flex;
    justify-content: space-between;
    margin-top: 15px;
    padding-bottom:18px;
    border-bottom: 1px solid #EEEEEE;
}

.kf-new-news ul li .img{
    width:105px;
    height: 63px;
}

.kf-new-news ul li .img img{
    width:105px;
    height: 63px;
    display: block;
}

.kf-new-news ul li .info{
    flex:1;
    overflow: hidden;
    display:flex;
    flex-direction: column;
    height: 63px;
    justify-content: space-between;
    margin-left: 15px;
    font-size: 12px;
    color:#999;
}

.kf-new-news ul li .info&gt;*{
        overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin:0;
}

.kf-new-news ul li .info .name{
    font-size: 14px;
    color:#333;
}

.kf-page{
    padding: 20px 0;
    font-size: 12px;
}

.kf-page ul {
	margin: 0;
	padding:0;
	text-align:center;
}
.kf-page ul li {
	display: inline-block;
	border: 1px solid #eee;
	margin: 0 2px;
	padding: 2px 8px;
}
.kf-page ul li a {
	color: #999;
	display: block;
}
.kf-page li:last-child {
	/*display: none;*/
}
.kf-page li:last-child select {
	/*display: none;*/
}..kf-page .thisclass {
	background: #ffc13d;
	color: #fff;
	border: 1px solid #ffc13d;
}
</pre></body></html>