.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: #2BC56F;
    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 .time{
    color: #2BC56F;
    display: flex;
    align-items: center;
}

.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.5rem;
    height: .58rem;
    background-color: #fff;
    padding-left: .15rem;
    border: 1px solid #2BC56F;
    border-radius: .08rem;
}

.search-two input {
    border: none;
    flex: 1;
    overflow: hidden;
    font-size: .24rem;
    color: #333;
    outline: none;
    margin-right: .1rem;
}

.search-two button {
    width: 1.24rem;
    height: .58rem;
    background: url('../images/search.png') no-repeat .12rem center ;
    background-size: .28rem .28rem;
    background-color: #2BC56F;
    border: none;
    flex-shrink: 0;
    padding-left: .2rem;
    font-size: .28rem;
    color:#fff;
}

.nav-two {
    height: .88rem;
    line-height: .88rem;
    overflow-x: scroll;
    display: flex;
    flex-wrap: nowrap;
    background: #2BC56F;
}

.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: #26AD62;
}

.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;
    margin-top: .5rem;
}

.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;
    border-bottom: .2rem solid #F7F7F7;
    padding-bottom: .4rem;
}

.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;
    flex-direction: column;
    align-items: center;
    color: #FF9254;
    font-size: .5rem;
    height: 1.2rem;
    flex-shrink: 0;
}

.game-show-top .scope p{
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap:.02rem;
}

.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: 2rem;
    background: #2BC56F;
    font-size: .32rem;
    color: #fff;
}

.no-down {
    width: 100%;
    height: .9rem;
    text-align: center;
    line-height: .9rem;
    border-radius: 2rem;
    background: #C0C0C0;
    font-size: .32rem;
    color: #fff;
    display: block;
}

.show-game-img {
    margin-top: .24rem;
}

.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;
    justify-content: space-between;
    align-items: center;
    margin-top: .2rem;
    margin-bottom: .2rem;
}

.title b {
    font-size: .36rem;
    color: #1A1A1A;
    position: relative;
    padding-left: .14rem;
    border-left: .08rem solid #2BC56F;
    height: .45rem;
    line-height: .45rem;
}

.title a{
    display: flex;
    align-items: center;
    color:#999;
    font-size: .24rem;
}

.zy-title{
    display: flex;
    border-bottom: 1px solid #E6E6E6;
    align-items: center;
    padding: .04rem;
    margin-top: .2rem;
}

.zy-title b img{
    margin-right: .1rem;
}

.zy-title b{
    font-size: .36rem;
    color:#1A1A1A
}

.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 #2BC56F;
    text-align: center;
    line-height: .58rem;
    color:#2BC56F;
    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: #2BC56F;
    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: #2BC56F;
}

.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: #2BC56F
}

.show-game-content h2,
.show-game-content h3{
    color: #333;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #2BC56F;
    text-decoration-thickness: 4px;
    padding-left: .1rem;
    text-indent: 0;
    height: .36rem;
    line-height: .36rem;
    margin: 10px 0;
    font-size: .32rem;
}

.xg-comment-two ul{
    display: flex;
    flex-direction: column;
    gap:.24rem;
}

.xg-comment-two ul li{
    height: 2rem;
    background: #FAFAFA;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:.15rem;
    padding:0 .3rem;
}

.xg-comment-two ul li .img{
    height: 1.4rem;
    width: 1.4rem;
    border-radius: .36rem;
}

.xg-comment-two ul li .img img{
    height: 1.4rem;
    width: 1.4rem;
    border-radius: .36rem;
}

.xg-comment-two ul li .info{
    height: 1.4rem;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    font-size: .24rem;
    color:#999;
}

.xg-comment-two ul li .star{
    display: flex;
    align-items: center;
    gap:.06rem;
}

.xg-comment-two ul li .name{
    font-size: .28rem;
    color:#333;
}

.xg-comment-two ul li .down{
    width: 1.36rem;
    height: .64rem;
    text-align: center;
    line-height: .64rem;
    font-size: .28rem;
    color:#fff;
    border-radius: .08rem;
    background: #2BC56F;
}

.side-hotgame-top ul {
    display: flex;
    flex-direction: column;
    gap: .3rem;
}

.side-hotgame-top ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .3rem;
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: .3rem;
}

.side-hotgame-top ul li .num {
    color: #2BC56F;
    font-size: .28rem;
    font-weight: bold;
}

.side-hotgame-top ul li .img {
    height: 1.4rem;
    width: 1.4rem;
    border-radius: .32rem;
}

.side-hotgame-top ul li .img img {
    height: 1.4rem;
    width: 1.4rem;
    border-radius: .32rem;
}

.side-hotgame-top ul li .info {
    height: 1.3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: .24rem;
    color: #999;
}

.side-hotgame-top ul li .name {
    font-size: 15px;
    color: #333;
}

.side-hotgame-top ul li .down {
    width: 1.36rem;
    height: .64rem;
    background: #2BC56F;
    border-radius: .08rem;
    text-align: center;
    line-height: .64rem;
    color: #fff;
    font-size: .28rem;
}

.side-hotgame-top ul li .star {
    display: flex;
    align-items: center;
    gap: .04rem;
}

.side-hot-game-bottom {
    margin-top: 14px;
}

.side-hot-game-bottom ul {
    display: flex;
    flex-direction: column;
    gap: .2rem;
}

.side-hot-game-bottom ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: .2rem;
    gap: .3rem;
}

.side-hot-game-bottom ul li:last-child {
    border-bottom: none;
}

.side-hot-game-bottom ul li .num {
    color: #2BC56F;
    font-weight: bold;
    font-size: .28rem;
}

.side-hot-game-bottom ul li .name {
    font-size: .28rem;
    color: #333;
}

.side-hot-game-bottom ul li .star {
    display: flex;
    align-items: center;
    gap: .04rem;
}

.img-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .3rem;
    margin: .3rem 0;
}

.img-div .img {
    width: 2.6rem;
    height: 1.6rem;
}

.img-div .img img {
    width: 2.6rem;
    height: 1.6rem;
}

.img-div .info {
    height: 1.56rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: .24rem;
    color: #666;
}

.img-div .name {
    font-size: .28rem;
    color: #333;
}

.img-div .time {
    display: flex;
    align-items: center;
    color: #999;
}

.img-div .time img {
    margin-right: 5px;
}

.img-div .one-cute {
    margin-bottom: 6px;
}

.side-zl-list ul {
    display: flex;
    flex-direction: column;
    gap: .36rem;
}

.side-zl-list ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:.15rem;
    position: relative;
}

.side-zl-list ul li .yd {
    background: #D9D9D9;
    width: .08rem;
    height: .08rem;
    border-radius: 50%;
}

.side-zl-list ul li::after{
    content: '';
    height: .44rem;
    width: .02rem;
    background: #e6e6e6;
    position: absolute;
    left:1.5px;
    bottom:-20px;
}

.side-zl-list ul li .name{
    font-size: .28rem;
    color:#333;
}

.side-zl-list ul li .time{
    font-size: .24rem;
    color:#999;
}

.side-zl-list ul li:last-child::after{
    display: none;
}