.box {
    margin: 0 .3rem;
}

.zy-list-one {
    margin-top: .3rem;
}

.zy-list-one ul {
    display: flex;
    flex-direction: column;
    gap: .3rem;
}

.zy-list-one ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .3rem;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: .3rem;
}

.zy-list-one ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.zy-list-one ul li .down {
    width: 1.36rem;
    height: .64rem;
    background: #0080FF;
    border-radius: 0.08rem;
    text-align: center;
    line-height: .64rem;
    color: #fff;
    font-size: .28rem;
}

.zy-list-one ul li .img {
    height: 1.4rem;
    width: 1.4rem;
    border-radius: .36rem;
}

.zy-list-one ul li .img img {
    height: 1.4rem;
    width: 1.4rem;
    border-radius: .36rem;
}

.zy-list-one ul li .info {
    height: 1.4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: .24rem;
    color: #999;
}

.zy-list-one ul li .one-cute {
    color: #4D4D4D;
}

.zy-list-one ul li .tags {
    color: #0080FF
}

.zy-list-one ul li .info p:nth-child(2) {
    letter-spacing: 1px;
}

.zy-list-one ul li .name {
    color: #1A1A1A;
    font-size: .28rem;
}

.header-two {
    background: var(--public-color);
    overflow: hidden;
}

.header-two-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 .3rem;
    margin: .2rem 0;
}

.header-two-top .logo img {
    width: 1.88rem;
    display: block;
}


.search-two {
    display: flex;
    align-items: center;
    width: 3.4rem;
    height: .6rem;
    background-color: #F7F7F7;
    padding-left: .15rem;
    border-radius: .08rem;
    border-radius: .08rem;
}

.search-two input {
    border: none;
    flex: 1;
    overflow: hidden;
    font-size: .28rem;
    color: #333;
    outline: none;
    margin-right: .1rem;
    background: none;
    padding-left: .1rem;
}

.search-two input::placeholder {
    color: #FD5B38
}

.search-two button {
    width: .28rem;
    height: .58rem;
    background: url('../images/search.png') no-repeat center;
    background-size: .28rem .28rem;
    border: none;
    flex-shrink: 0;
}

.nav-two {
    height: .88rem;
    line-height: .88rem;
    overflow-x: scroll;
    display: flex;
    flex-wrap: nowrap;
    background: #FD5B38;
}

.nav-two ul {
    display: flex;
    align-items: center;
}

.nav-two ul li {
    margin-right: .2rem;
    position: relative;
    flex-shrink: 0;
    padding: 0 .2rem;
}

.nav-two ul li a {
    text-align: center;
    font-size: .28rem;
    display: flex;
    align-items: center;
    color: #fff;
}

.nav-two ul li.active {
    background: #FD7C60;
}

.pagination {
    text-align: center;
    justify-content: center;
    padding: 0 0.4rem;
    display: flex;
    margin-top: .4rem;
}

.pagination .thisclass {
    color: #fff;
    background: #ffc808;
    border: 1px solid #ffc808;
}

.pagination .thisclass span,
.pagination .thisclass a {
    color: #fff;
}

.pagination li {
    display: inline-block;
    margin: 0 0.09rem;
    padding: 0.09rem 0.18rem;
    font-size: 0.24rem;
    border: 0.01rem solid #DCDCDC;
}

.pagination li span,
.pagination li a {
    color: #999;
    display: inline-block;
}

.footer {
    background: #1A1A1A;
    padding: .25rem .15rem;
}

.footer p {
    display: flex;
    justify-content: center;
    font-size: .24rem;
    color: #999;
    margin: .15rem 0;
}

.footer p a {
    color: #999;
}

.footer p.footer-list a::after {
    content: "|";
    margin: 0 .1rem;
}

.footer p.footer-list a:last-child::after {
    display: none;
}

.game-show {
    padding: 0 .24rem;
    padding-bottom: .4rem;
    position: relative;
    margin-bottom: 0 !important;
}

.game-show .tags{
    position: absolute;
    right:0;
    top:-.06rem;
    background: url('../images/icon2.png')no-repeat center;
    width: 1.36rem;
    height: 1.36rem;
    background-size: 100% 100%;
}

.game-show-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EDEDED;
    padding: .4rem 0;
    gap: .3rem;
}

.game-show-top .img {
    height: 1.4rem;
    width: 1.4rem;
    border-radius: .3rem;
}

.game-show-top .info {
    height: 1.4rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    font-size: .24rem;
    color: #808080;
}

.game-show-top h1 {
    font-size: .32rem;
    color: #1A1A1A
}

.game-show-top .scope {
    display: flex;
    align-items: center;
    color: #FF5454;
    font-size: .5rem;
}

.game-show-top .scope img {
    height: .48rem;
    width: .48rem;
    margin-right: .1rem;
}

.game-show-msg {
    display: flex;
    justify-content: space-between;
    margin: .4rem 0;
}

.game-show-msg>div {
    width: 25%;
    text-align: center;
    position: relative;
}

.game-show-msg>div::after {
    content: '';
    height: 100%;
    width: 1px;
    background: #EDEDED;
    position: absolute;
    right: 0;
    top: 0;
}

.game-show-msg>div:last-child::after {
    display: none;
}

.game-show-msg>div p:nth-child(1) {
    font-size: .24rem;
    color: #808080;
    margin-bottom: .18rem;
}

.game-show-msg>div p:nth-child(2) {
    color: #808080;
    font-weight: bold;
    font-size: .26rem;
}

.game-show-btn {
    width: 100%;
    height: .9rem;
    text-align: center;
    line-height: .9rem;
    border-radius: .12rem;
    background: #FD5B38;
    font-size: .32rem;
    color: #fff;
}

.no-down {
    width: 100%;
    height: .9rem;
    text-align: center;
    line-height: .9rem;
    border-radius: .12rem;
    background: #C0C0C0;
    font-size: .32rem;
    color: #fff;
    display: block;
}

.show-game-img {
    margin-top: .24rem;
    padding-left: 0 !important;
}

.show-game-img img {
    width: 3.2rem;
    margin-right: .24rem;
    flex-shrink: 0;
}

.show-game-img img:last-child {
    margin-right: 0;
}

.title {
    display: flex;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: .12rem;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .25rem;
}


.title b {
    font-size: .36rem;
    color: #1A1A1A;
    position: relative;
    display: flex;
    align-items: center;
    gap:.08rem
}

.title  a{
    font-size: .24rem;
    color:#999;
    display: flex;
    align-items: center;
    gap:2px;
}

.side-xg-game ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: .48rem .6rem;
    padding: .3rem .15rem;
}

.side-xg-game ul li {
    width: 1.4rem;
    display: flex;
    flex-direction: column;
    gap: .16rem
}

.side-xg-game ul li .img {
    height: 1.4rem;
    width: 1.4rem;
    border-radius: .3rem;
}

.side-xg-game ul li .img img {
    height: 1.4rem;
    width: 1.4rem;
    border-radius: .3rem;
}

.side-xg-game ul li .name {
    text-align: center;
    color: #1A1A1A;
    font-size: .28rem;
}

.side-xg-game ul li .down {
    width: 1.36rem;
    height: .58rem;
    border: 1px solid #0080FF;
    text-align: center;
    line-height: .58rem;
    color: #0080FF;
    font-size: .28rem;
}

.side-hot-game {
    margin-top: .3rem;
}

.side-hot-game ul {
    display: flex;
    flex-direction: column;
    gap: .34rem;
}

.side-hot-game ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .3rem;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: .34rem;
    font-size: .24rem;
    color: #4D4D4D;
}

.side-hot-game ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.side-hot-game ul li .img {
    height: 1.4rem;
    width: 1.4rem;
    border-radius: .3rem;
}

.side-hot-game ul li .img img {
    height: 1.4rem;
    width: 1.4rem;
    border-radius: .3rem;
}

.side-hot-game ul li .info {
    height: 1.4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.side-hot-game ul li .name {
    font-size: .28rem;
    color: #1A1A1A;
}

.side-hot-game ul li .num {
    width: .36rem;
    height: .36rem;
    background: #CCCCCC;
    border-radius: .08rem;
    text-align: center;
    line-height: .36rem;
    font-size: .28rem;
    color: #fff;
    display: inline-block;
    margin-right: .16rem;
}

.side-hot-game ul li:nth-child(1) .num {
    background: #FF823B;
}

.side-hot-game ul li:nth-child(2) .num {
    background: #F39700;
}

.side-hot-game ul li:nth-child(3) .num {
    background: #FFB100;
}

.side-hot-game ul li .time {
    color: #999;
    margin-left: .2rem;
    letter-spacing: 3px;
}

.side-hot-game ul li p.msg {
    display: flex;
    align-items: center;
    color: #FF5454;
}

.side-hot-game ul li p.msg img {
    margin-right: 5px;
    height: .28rem;
    width: .28rem;
}

.gap {
    height: .2rem;
    background: #F7F7F7;
}

.side-img-div {
    margin-top: .3rem;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: .25rem;
}

.side-img-div ul {
    display: flex;
    justify-content: space-between;
}

.side-img-div ul li {
    width: 3.3rem;
}

.side-img-div ul li .img {
    width: 3.3rem;
    height: 1.8rem;
    position: relative;
}

.side-img-div ul li .img img {
    width: 3.3rem;
    height: 1.8rem;
}

.side-img-div ul li .img .time {
    position: absolute;
    right: 0;
    top: 0;
    width: .92rem;
    height: .48rem;
    background: #0080FF;
    text-align: center;
    line-height: .48rem;
    color: #fff;
    font-size: .24rem;
    border-radius: 0 0 0 .1rem;
}

.side-img-div ul li .name {
    font-size: .28rem;
    color: #1A1A1A;
    text-align: center;
    margin-top: .2rem;
}

.side-news-list {
    margin-top: .3rem;
}

.side-news-list ul {
    display: flex;
    flex-direction: column;
    gap: .3rem;
}

.side-news-list ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .12rem;
}

.side-news-list ul li .tags {
    width: .72rem;
    height: .4rem;
    background: #F5F5F5;
    border-radius: .04rem;
    text-align: center;
    line-height: .4rem;
    font-size: .24rem;
    color: #0080FF;
}

.side-news-list ul li .name {
    font-size: .28rem;
    color: #1A1A1A;
}

.side-news-list ul li .time {
    font-size: .24rem;
    color: #999;
}

.show-game-content {
    font-size: .28rem;
    color: #666;
    line-height: .45rem;
    margin-top: .3rem;
    margin-bottom: .3rem;
}

.show-game-content p {
    text-indent: 2em;
}

.show-game-content a {
    display: inline;
    color: #FD5B38
}

.show-game-content h2,
.show-game-content h3 {
    font-size: 16px;
    color: #333;
    position: relative;
    display: flex;
    font-weight: bold;
    width: 80px;
    text-indent: 0;
    margin-left: 20px;
}


.show-game-content h2::before,
.show-game-content h3::before{
    content: '';
    position: absolute;
    left:-20px;
    top:7px;
    height: 16px;
    width: 16px;
    background: url('../images/icon1.png')no-repeat center;  
}

.show-game-content h2::after,
.show-game-content h3::after{
    content: '';
    position: absolute;
    right:-14px;
    top:7px;
    height: 16px;
    width: 16px;
    background: url('../images/icon1.png')no-repeat center;  
}


.main{
    background: #F7F7F7;
    padding-bottom: .3rem;
    overflow: hidden;
}

.box{
    margin:.24rem .2rem;
    background: #fff;
    padding:.24rem;
}

.list-zy-two ul{
    gap:.3rem;
    display: flex;
    flex-direction: column;
}

.list-zy-two ul li{
    padding-bottom: .3rem;
    border-bottom:1px solid #F2F2F2
}

.list-zy-two ul li .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .3rem;
}

.list-zy-two ul li .img {
    height: 1.4rem;
    width: 1.4rem;
    border-radius: .36rem;
}

.list-zy-two ul li .img img {
    height: 1.4rem;
    width: 1.4rem;
    border-radius: .36rem;
}

.list-zy-two ul li .info {
    height: 1.3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: .24rem;
    color: #999;
}

.list-zy-two ul li .info .name {
    color: #1A1A1A;
    font-size: .28rem;
}

.list-zy-two ul li .info p {
    display: flex;
    align-items: center;
    gap: .1rem;
}

.list-zy-two ul li .down {
    width: 1.36rem;
    height: .64rem;
    background: #FD5B38;
    border-radius: 0.08rem;
    text-align: center;
    line-height: .64rem;
    color:#fff;
}

.hotNews-top ul {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.hotNews-top ul li {
    display: flex;
    justify-content: space-between;
    gap: 6px;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 15px;
}

.hotNews-top ul li .num {
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    color: #fff;
    background: #FFB100;
    border-radius: 3px 3px 3px 3px;
}

.hotNews-top ul li:nth-child(1) .num {
    background: #FF823B;
}

.hotNews-top ul li:nth-child(1) .num {
    background: #F39700;
}

.hotNews-top ul li .name {
    font-size: 14px;
    color: #333;
    margin-bottom: 12px;
}

.hotNews-top ul li .info {
   
}

.hotNews-top ul li .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    font-size: 12px;
    color: #666;
}

.hotNews-top ul li .bottom .img {
    width: 80px;
    height: 50px;
}

.public-box {
    background: #fff;
    padding: 20px;
}

.hotNews-top ul li .bottom .img img {
    width: 80px;
    height: 50px;
}

.hotNews-top ul li .t1 {

    margin-bottom: 12px;
}

.hotNews-top ul li .time {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #999;
}

.hot-news-bottom ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 14px;
}

.hot-news-bottom ul li .num {
    width: 18px;
    height: 18px;
    background: #CDCDCD;
    border-radius: 3px 3px 3px 3px;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    color: #fff;
}

.hot-news-bottom ul li .name {
    color: #333;
    font-size: 14px;
    flex:1;
}

.hot-news-bottom ul li .time {
    font-size: 12px;
    color: #999;
    flex-shrink: 0;
}

.hotgame-bottom ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    height: .7rem;
    border-bottom:1px solid #F2F2F2;
}

.hotgame-bottom ul li .num {
    font-size: 12px;
    color: #999;
}

.hotgame-bottom ul{
    display: flex;
    flex-direction: column;
    gap:10px;
}

.hotgame-bottom ul li .top-name {
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.hotgame-bottom ul li .tags {
    font-size: 14px;
    color: #999;
}

.hotgame-top ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    position: relative;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: .3rem;
    margin-bottom: .3rem;
}

.hotgame-top ul li:last-child{
    margin-bottom: 0;
}

.hotgame-top  ul li .img {
    height: 80px;
    width: 80px;
    border-radius: 18px;
}

.hotgame-top  ul li .img img {
    height: 80px;
    width: 80px;
    border-radius: 18px;
}

.hotgame-top  ul li .info {
    display: flex;
    flex-direction: column;
    height: 76px;
    justify-content: space-between;
    font-size: 12px;
    color: #999;
}

.hotgame-top  ul li .name {
    font-size: 15px;
    color: #1A1A1A;
}



.hotgame-top ul li .down {
    width: 68px;
    height: 32px;
    background: #FD5B38;
    border-radius: 4px 4px 4px 4px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    right:0;
    top:16px;
}

.hotgame-top ul li .t1 span{
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    color: #FD5B38;
    gap: 3px;
    vertical-align: middle;
    margin-right: 4px;
}

.comment-two ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:.2rem 0;
}

.comment-two ul li{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1.7rem;
    gap:.14rem;
    font-size: .24rem;
    color:#999;
}

.comment-two ul li .img{
    height: 1.4rem;
    width: 1.4rem;
    border-radius: .3rem;
}

.comment-two ul li .img img{
    height: 1.4rem;
    width: 1.4rem;
    border-radius: .3rem;
}

.comment-two ul li .name{
    font-size: .28rem;
    color:#333;
    width: 100%;
}

.game-title {
    background: #FFF3F0;
    height: 46px;
    display: flex;
    align-items: center;
    border-top: 1px solid #FFE3DC;
    border-bottom: 1px solid #FFE3DC;
    padding-left: 20px;
    margin:0 .2rem;
}