<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.gameCon{
    width: 100%;
    padding: 0 0.38rem 0;
    background-color: #fff;
}
.gameInfo{ display: flex; padding: 0.38rem 0; }
.gameIcon{ width: 1.4rem; height: 1.4rem; border-radius: 0.2rem;overflow: hidden;}
.gameIcon img{width: 1.52rem;height: 1.54rem;margin-top: -0.04rem;margin-left: -0.04rem;}
.gameIcon70 img{ width: 100%;height: 100%;margin-top: 0;margin-left: 0; }

.gameInfo_r{ padding:0 0.38rem; }
.gameInfo_r h2{
    line-height: 0.38rem;font-weight: 600;
    font-size: 0.36rem;
    padding-bottom: 0.10rem;line-height: 0.46rem;
}
.gameInfo_r p{
    font-size: 0.24rem;color: #808080;
    padding-top:0.11rem;
}
.gameInfo_r p a{
    color: #808080;text-decoration: underline;
}
.gameInfo_begin_new{
    width: 6.74rem;
    height: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.32rem;
    color: #ffffff;
    border-radius: 0.4rem;
    margin: auto;
}
.gameInfo_begin{
    width: 6.74rem;
    height: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.32rem;
    color: #ffffff;
    background-color: #ff680c;
    border-radius: 0.4rem;
    margin: auto;
    margin-bottom: 0.25rem;
}
.zw{width: 100%;height: 1px;font-size: 0;}
.gameInfo_xiangsi{
    background-color: #f2f2f2;
    color: #333333;
    margin-bottom: 0;
    border-radius: 0.4rem;
    width: 3rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gameInfo_7KHZ{
    background-color: rgb(255,233,39);
    color: #333333;
    margin-bottom: 0;
    border-radius: 0.4rem;
    width: 3rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

p.gameInfo_tips{ color: #ff680c;font-size: 0.24rem;text-align: center; padding: 0.2rem 0; }

.mod_jieping{padding-bottom: 0.18rem;}
.mod_jieping .gameInfo_begin{ margin: 0.1rem auto 0.2rem; }
.jieping_list{
    width: 100%;overflow-y: hidden;
    overflow-x: auto;-webkit-overflow-scrolling: touch;
    white-space: nowrap;
    padding: 0 0.3rem;
}
.jieping_list::-webkit-scrollbar { display: none;opacity: 0; }

.jieping_list .jiepingItem{
    display: inline-block;width: 6rem;height: 4rem;
    border-radius: 0.2rem;overflow: hidden;
    margin: 0 0.08rem;
}
.jieping_list_sp{display: none;}
.jieping_list_sp .jiepingItem{ width: 4.8rem;height: 8rem; }
.jieping_list .jiepingItem img{ width: 100%; height: 100%; }
.dsc{ padding: 0.3rem 0.39rem 0;font-size: 0.28rem;text-align: justify;line-height: 0.48rem;}
.tags{
    padding: 0.35rem 0 0.3rem;
    margin: 0 0.29rem;
    font-size: 0.28rem;line-height: 0.6rem;
    display: flex; align-items: center;flex-wrap: wrap;
    border-bottom: 1px solid #f2f2f2;
}
.tags span{ color: #808080;margin:0.1rem; }
.tags a{ padding: 0 0.2rem; background-color: #f2f2f2;margin: 0.1rem;border-radius: 0.3rem; font-size: 0.24rem;}

.czsm{ margin: 0 0.39rem;font-size: 0.28rem;}
.czsm_p1{ padding: 0.37rem 0rem 0.05rem; color: #ff680c;}
.czsm_p2{ line-height: 0.7rem; padding: 0.06rem 0rem; }

.type_tip{
    width: 100%;
    padding: 0.21rem 0 0.06rem;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.24rem; color: #7f7f7f;
}
.type_tip i{
    width: 1.04rem; height: 0.02rem;
    display: block;
    background-color: #d9d9d9;margin: 0 0.14rem;
    background: linear-gradient(to right, transparent, #d9d9d9, #d9d9d9);
}
.type_tip i:last-child{ background: linear-gradient(to right, #d9d9d9, #d9d9d9, transparent); }
.jieping_tabs{
    display: flex;align-items: center;font-size: 0.28rem;color: #ff680c;
    flex-grow: 1; padding:0 0.4rem;
}
.jieping_tabs span{ margin: 0 0.24rem; padding: 0.06rem 0;cursor: pointer; }
.jieping_tab_actived{ font-weight: 600;position: relative;}
.jieping_tab_actived::after{
    content: ' ';display: block;  width: 100%; height: 0.04rem;
	background-color: #ff680c;
	border-radius: 0.02rem;position: absolute;bottom: 0;
}
</pre></body></html>