/* .index{position: relative;width: 100%;height: 100%;} */
.head{width: 90%;height: 0.8rem;box-sizing: border-box;display: flex;justify-content: space-between;align-items: center;margin: 0 auto;}
.head .btn_back{width: 0.17rem;height: 0.26rem;background-position: -1.73rem -1.73rem;}
.head p{font-size: 0.36rem;color: #333333;font-weight: bold;}
.head .btn_share{width: 0.38rem;height: 0.34rem;background-position: -0.71rem -1.71rem;}
.cont{width: 100%;box-sizing: border-box;padding:0 0.3rem;position: relative;padding-bottom: 2rem;}
.cont .tu{width: 6.86rem;height: 3.56rem;margin: 0 auto;}
.cont .tu img{width: 100%;height: 100%;}



/*精选资讯*/
.cont .news{margin:.2rem 0;}
.cont .news .tit{width: 100%;height: 0.8rem;display: flex;justify-content: space-between;align-items: center;margin-top: 0.3rem;box-sizing: border-box;border-bottom: 0.01rem solid #b7b7b7;}
.cont .news .tit p{font-size: 0.42rem;color: #333333;}
.cont .news .tit p i{display: inline-block; width: 0.31rem;height: 0.37rem;background-position: 0 -1.71rem;margin-right: 0.2rem;}
.cont .news .tit .btn_more{font-size: 0.26rem;color: #b8b8b8;}
.cont .news .tit .btn_more i{display: inline-block;width: 0.23rem;height: 0.23rem;background-position: -2.3rem -1.74rem;}

.cont .news_list{overflow:hidden;width:100%;}
.cont .news_list li{width: 100%;border-bottom: 0.01rem solid #f2f2f2;height: 1.1rem;display: flex;align-items: center;}
.cont .news_list li:last-of-type{border-bottom:none;}

.cont .news_list li .info{display: block;width: 100%;}
.cont .news_list li .info .p1{font-size: 0.3rem;color: #737373;line-height: 0.5rem;}
.cont .news_list li .info .p2{width: 100%;font-size: 0.24rem;display: flex;justify-content: space-between;box-sizing: border-box;padding: 0 0.1rem;}
.cont .news_list li:nth-of-type(n) .info .p2{color: #ffa1a4;}
.cont .news_list li:nth-of-type(2n) .info .p2{color: #9cb8ff;}
.cont .news_list li .info .p2 em{color: #b2b1b1;}


/* 底部导航 */
.nav_box{width: 100%;height: 1.9rem;background-color: #ffa0a4;position: fixed;bottom: 0;display: flex;justify-content: space-around;box-sizing: border-box;padding-top: 0.3rem;}
.nav_box li{width: 20%;cursor: pointer;}
.nav_box li a{display: block;width: 100%;font-size: 0.24rem;color: #ffffff;text-align: center;}
.nav_box li a::before{display: block;content: '';width: 0.53rem;height: 0.52rem;background: url('https://game.gtimg.cn/images/qjnn/cp/a20250311nnwsq/sp.png') no-repeat;background-size: 7.5rem 5rem;margin: 0 auto;}
.nav_box li.nav1 a::before{background-position: -0rem -0rem;}
.nav_box li.nav2 a::before{background-position: -1.73rem -0rem;}
.nav_box li.nav3 a::before{background-position: -3.41rem -0rem;}
.nav_box li.nav4 a::before{background-position: -5.18rem -0rem;}
.nav_box li.on.nav1 a::before{background-position: -0rem -0.78rem;}
.nav_box li.on.nav2 a::before{background-position: -1.73rem -0.78rem;}
.nav_box li.on.nav3 a::before{background-position: -3.41rem -0.78rem;}
.nav_box li.on.nav4 a::before{background-position: -5.18rem -0.78rem;}