<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* 轮播图 */
.swiper{
    width: 18.24rem;
    height: 4rem;
    box-sizing: content-box;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0.1rem;
}
.swiper .swiper-contener1{
    display: flex;
    height: 100%;
}
.swiper .swiper-contener1 li{
    width: 6rem; height: 4rem;
    padding: 0 0.04rem;
    position: relative;
    text-align: center;
}
.slide_box{
    width: 100%; height: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin: auto;
    position: relative;
    display: block;
}
.swiper .swiper-contener1 li img{ width: 100%; height: 100%; }
.swiper .swiper-contener1 li p{
    position: absolute;
    bottom: 0;
    font-size: 17px;
    width: 100%;
    color: #fff;
    line-height: 16px;
    padding: 17px 14px 15px;
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));
    text-align: left;
    border-radius:10px;

}
.tabs{
    height: 0.9rem;
    display: flex;
    align-items: center;
    overflow-x: auto;
    padding:  0 0rem;
    margin-bottom: 0.3rem;
    border-bottom: 1px solid #f2f2f2;
}
.tabs::-webkit-scrollbar { display: none; }
.tab_item{
    padding:0 0.21rem; 
    display: flex;
    align-items: center;
    font-size: 0.32rem;
    white-space: nowrap;
    position: relative;
    height: 100%;
    line-height: 100%;
}
.tabs .tab_item:first-child{
    padding:0 0.21rem 0 0.45rem; 
}
.tabs .tab_item:last-child{
    padding:0 0.45rem 0 0.21rem; 
}
.tab_item_actived{ color: #ff680c; }
.tab_item_actived::after{
    content: '';
    width: 0.9rem;
	height: 0.04rem;
	background-color: #ff680c;
    border-radius: 2px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.tabs .tab_item:first-child::after{
   margin-left: 0.12rem;
}
.tabs .tab_item:last-child::after{
    margin-left: -0.12rem;
 }
.game_list_zt{
    padding: 0 0.20rem;
}
.game_list_zt .game_item{
    width: 2.2rem;
    margin:0 0.08rem 0.03rem;
}
.game_list_zt .game_item .pic{
    width: 2rem;
    height: 1.6rem;
    padding-top: 0.06rem;
    border-radius: 0.2rem;
}
.img_bk{
    display: block;
    position: absolute;
    top: 0px;
    width: 2rem;
    height: 1.6rem;
    background: url("../images/zhuanji_box.png") no-repeat;
    background-size: 2rem 1.6rem;
}</pre></body></html>