.zylist-top {
    height: 100px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-top {
    background: #fff;
}

.zylist-nav {
    background: #5552DC;
    display: flex;
    align-items: center;
    height: 60px;
}

.zylist-nav ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.zylist-nav ul li {
    height: 36px;
    line-height: 36px;
    width: 110px;
    text-align: center;
    border-radius: 4px;
    margin-right: 20px;
}

.zylist-nav ul li.active,
.zylist-nav ul li:hover {
    background: #fff;
}

.zylist-nav ul li a {
    font-size: 16px;
    color: #fff;
}

.zylist-nav ul li.active a,
.zylist-nav ul li:hover a {
    color: #5552DC;
}

.zylist-body {
    width: 1200px;
    margin: 0 auto;
}

.zylist-fixed {
    font-size: 14px;
    color: #666;
    padding: 20px 0;
    display: flex;
}

.zylist-fixed a {
    font-size: 14px;
    color: #666;
}

.zylist-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
}

.zylist-list ul li {
    width: 380px;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
}

.zylist-list ul li .img {
    height: 80px;
    width: 80px;
    border-radius: 18px;
}

.zylist-list ul li .img img {
    height: 80px;
    width: 80px;
    border-radius: 18px;
}

.zylist-list ul li .time {
    letter-spacing: 1px;
}

.zylist-list ul li .info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 12px;
    color: #999;
}

.zylist-list ul li .name {
    font-size: 14px;
    color: #333;
}

.zylist-list ul li .t1 {
    color: #666
}

.zylist-list ul li .tags {
    color: #0080FF;
}

.zylist-list ul li .down {
    width: 88px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #0080FF;
    text-align: center;
    line-height: 34px;
    color: #0080FF;
    text-align: center;
    font-size: 12px;
}

.zylist-list ul li .down:hover {
    background: #0080FF;
    color: #fff;
}

/**/
.zy-page {
    padding: 20px 0;
    margin-top: 50px;
}

.zy-page ul {
    padding: 0;
    text-align: center;
}

.zy-page ul li {
    display: inline-block;
    margin: 0 5px;
    font-size: 13px;
    font-weight: 400;
    color: #333;
    border: 1px solid #ddd;
    padding: 5px 10px;
    background: #fff;
}

.bgfff {
    padding: 20px;
}

.zy-page ul li a {
    color: #333;
    width: 100%;
}

.zy-page ul li a:hover {
    text-decoration: none;
}

.zy-page ul li:hover {
    background: #5552DC;
}

.zy-page ul li:hover a {
    color: #fff;
}

.zy-page .thisclass {
    color: #fff;
    background: #5552DC
}

.zy-page .thisclass:hover {
    color: #fff;
}

.zy-page ul li:hover {
    color: #fff;
}

.zylist-footer {
    background: #333;
    padding: 30px 0;
    margin-top: 30px;
}

.zylist-footer p {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    color: #999;
    font-size: 14px;
}

.zylist-footer p a {
    color: #999;
}

.zy-footer-a a::after {
    content: "|";
    margin: 0 8px;
}

.zy-footer-a a:last-child::after {
    display: none;
}

.zylist-form {
    border-radius: 99px;
    display: flex;
    align-items: center;
    width: 400px;
    background: #F7F7F7;
    padding-left: 20px;
    box-sizing: border-box;
}

.zylist-form input {
    flex: 1;
    height: 38px;
    border-style: none;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    border-radius: 50px 0 0 50px;
    background: none;
}

.zylist-form button {
    width: 18px;
    height: 18px;
    text-decoration: none;
    text-align: center;
    border: 0;
    cursor: pointer;
    background: url('../images/search.png')no-repeat center;
    margin-right: 6px;
}

.zylist-main {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.artlce-game-one {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
}

.artlce-game-one .img {
    width: 110px;
    height: 110px;
}

.artlce-game-one h1 {
    font-size: 24px;
    margin: 0;
    color: #333;
    font-weight: bold;
}

.artlce-game-one .bottom {
    display: flex;
    justify-content: space-between;
}

.artlce-game-one .info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.artlce-game-one .bottom p {
    width: 190px;
    font-size: 14px;
    color: #808080;
}


.show-down {
    display: flex;
    margin-bottom: 0;
    flex-direction: column;
    gap: 15px;
}

.show-down>div {
    position: relative;
    width: 180px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    color: #fff;
    background: #5552DC;
    border-radius: 6px;
}

.show-down>div>img {
    margin-right: 15px;
}

.show-down .no-down img {
    margin-right: 0;
}

.show-down>div:nth-child(2) {
    background: #8CD355;
}

.show-down>div:hover>.btn-code {
    display: block;
}

.game-down-href {
    width: 240px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #fff;
    background: #68d265;
    border-radius: 6px;
    margin-right: 15px;
}

.btn-code {
    display: none;
    position: absolute;
    left: 13px;
    bottom: -170px;
    width: 155px;
    height: 177px;
    background-color: #ffffff;
    box-shadow: 0px 0px 16px 0px rgba(100, 100, 100, 0.22);
    border: solid 1px #ffffff;
    text-align: center;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    z-index: 99;
}

.btn-code img {
    width: 125px;
    height: 125px;
    margin-top: 8px;
    margin-bottom: 7px;
}

.btn-code p img {
    height: auto;
    width: auto;
    margin: 0;
}

.zy-list-left {
    width: 800px;
    background: #fff;
}

.zy-list-right {
    width: 380px;
}

.zy-list-left h1 {
    margin: 0;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-bottom: 14px;
}

.game-content {
    font-size: 16px;
    color: #777;
    line-height: 30px;
    text-indent: 2em;
    padding: 20px;
    background: #fff;
}

.game-content p {
    line-height: 35px;
}

.game-content p img {
    display: block;
    margin: 20px auto;
    width: 600px;
    height: 355px;
}

.game-content h2,
.game-content h3 {
    font-size: 16px;
    color: #333;
    position: relative;
    font-weight: bold;
    width: 94px;
    height: 30px;
    text-indent: 0;
    background: url('../images/icon2.png')no-repeat center;
    text-align: center;
}


.game-show-swiper {
    position: relative;
    overflow: hidden;
    flex: 1;
    background: #fff;
    padding: 20px;
}

.game-show-swiper img {
    width: 100%;
    height: 100%;
}

.game-swiper {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.zy-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 7px;
    margin-bottom: 20px;
}

.zy-title b {
    font-size: 18px;
    color: #333;
    position: relative;
    display: flex;
    align-items: center;
}

.zy-title b img {
    padding-right: 6px;

}

.zy-title a {
    font-size: 12px;
    color: #999;
    display: flex;
    align-items: center;
}

.zy-comment {
    margin-top: 20px;
}

.zy-comment ul {
    display: flex;
    gap: 20px 45px;
    flex-wrap: wrap;
}

.zy-comment ul li {
    width: 70px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    align-items: center;
    position: relative;
}

.zy-comment ul li .img {
    width: 70px;
    height: 70px;
    border-radius: 18px;
}

.zy-comment ul li .img img {
    width: 70px;
    height: 70px;
    border-radius: 18px;
}

.zy-comment ul li .name {
    font-size: 14px;
    color: #333;
    text-align: center;
    width: 100%;
    margin-top: 3px;
}

.zy-comment ul li .time {
    font-size: 12px;
    color: #999;
}

.zy-comment ul li .down {
    display: none;
    width: 70px;
    height: 32px;
    background: #5552DC;
    border-radius: 4px 4px 4px 4px;
    position: absolute;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    bottom: 3px;
    left: 0;
}

.zy-comment ul li:hover .down {
    display: block;
}

.side-hot-game {
    margin-top: 20px;
}

.side-hot-game ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.side-hot-game ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 20px;
    font-size: 12px;
    color: #666;
}

.side-hot-game ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.side-hot-game ul li .img {
    height: 80px;
    width: 80px;
    border-radius: 18px;
}

.side-hot-game ul li .img img {
    height: 80px;
    width: 80px;
    border-radius: 18px;
}

.side-hot-game ul li .info {
    height: 78px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.side-hot-game ul li .name {
    font-size: 15px;
    color: #333;
}

.side-hot-game ul li .num {
    width: 20px;
    height: 20px;
    background: #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin-right: 8px;
}

.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 {
    font-size: 12px;
    color: #999;
    margin-left: 10px;
    letter-spacing: 1px;
}

.side-hot-game ul li p.msg {
    display: flex;
    align-items: center;
    color: #FF5454;
    font-size: 12px;
}

.side-hot-game ul li p.msg img {
    margin-right: 5px;
}

.public-box {
    margin-bottom: 30px;
}

.side-img-div {
    margin-top: 20px;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 15px;
}

.side-img-div ul {
    display: flex;
    justify-content: space-between;
}

.side-img-div ul li {
    width: 160px;
}

.side-img-div ul li .img {
    width: 160px;
    height: 90px;
    position: relative;
}

.side-img-div ul li .img img {
    width: 160px;
    height: 90px;
}

.side-img-div ul li .img .time {
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    height: 24px;
    background: #0080FF;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-size: 12px;
}

.side-img-div ul li .name {
    font-size: 14px;
    color: #333;
    text-align: center;
    margin-top: 10px;
}

.side-news-list {
    margin-top: 15px;
}

.side-news-list ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.side-news-list ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.side-news-list ul li .tags {
    width: 36px;
    height: 20px;
    background: #F5F5F5;
    border-radius: 2px 2px 2px 2px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #0080FF;
}

.side-news-list ul li .name {
    font-size: 14px;
    color: #333;
}

.side-news-list ul li .time {
    font-size: 12px;
    color: #999;
}

.list-zylist ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 21px
}

.list-zylist ul li {
    width: 386px;
    gap: 20px;
    background: #fff;
    padding: 20px;
}

.list-zylist ul li .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px
}

.list-zylist ul li .img {
    height: 90px;
    width: 90px;
    border-radius: 20px;
}

.list-zylist ul li .img img {
    height: 90px;
    width: 90px;
    border-radius: 20px;
}

.list-zylist ul li .info {
    display: flex;
    height: 86px;
    flex-direction: column;
    justify-content: space-between;
    font-size: 13px;
    color: #666;
}

.list-zylist ul li .name {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.list-zylist ul li .time {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #999;
    gap: 4px
}

.list-zylist ul li .t1 {
    font-size: 13px;
    color: #666;
    margin-top: 18px;
}

.list-zylist ul li .down {
    width: 120px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #5552DC;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #5552DC;
}

.list-zylist ul li:hover .down {
    background: #5552DC;
    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 {
    margin-top: 2px;
}

.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;
}

.side-hotgame-two ul {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.side-hotgame-two ul li {
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 12px;
    position: relative;
}

.side-hotgame-two ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.side-hotgame-two ul li.active .bottom {
    display: flex;
}

.side-hotgame-two ul li.active .down {
    display: block;
}

.side-hotgame-two ul li.active .top {
    display: none;
}


.side-hotgame-two ul li .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.side-hotgame-two ul li .bottom {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.side-hotgame-two ul li .bottom .img {
    height: 80px;
    width: 80px;
    border-radius: 18px;
}

.side-hotgame-two ul li .bottom .img img {
    height: 80px;
    width: 80px;
    border-radius: 18px;
}

.side-hotgame-two ul li .info {
    display: flex;
    flex-direction: column;
    height: 76px;
    justify-content: space-between;
    font-size: 12px;
    color: #999;
}

.side-hotgame-two ul li .name {
    font-size: 15px;
    color: #333;
}

.side-hotgame-two ul li .num {
    font-size: 12px;
    color: #999;
}

.side-hotgame-two ul li .tags {
    font-size: 14px;
    color: #999;
}

.side-hotgame-two ul li .top-name {
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.side-hotgame-two ul li .t1 {
    color: #666;
}

.side-hotgame-two ul li .t1 span {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    color: #5552DC;
    gap: 3px;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-right: 4px;
}

.side-hotgame-two ul li .down {
    width: 68px;
    height: 32px;
    background: #5552DC;
    border-radius: 4px 4px 4px 4px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 16px;
    display: none;
}

.game-title {
    background: #fff;
    height: 46px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E6E6E6;
    margin: 0 20px;
}

.game-title b {
    font-size: 18px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
}

.side-hotgame-three ul {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.side-hotgame-three ul li {
    padding-bottom: 18px;
    border-bottom: 1px solid #F2F2F2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.side-hotgame-three ul li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}

.side-hotgame-three ul li .img {
    height: 70px;
    width: 70px;
    border-radius: 15px;
}

.side-hotgame-three ul li .img img {
    height: 70px;
    width: 70px;
    border-radius: 15px;
}

.side-hotgame-three ul li .info {
    font-size: 12px;
    color: #999;
    height: 64px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.side-hotgame-three ul li .name {
    font-size: 14px;
    color: #333;
}

.side-hotgame-three ul li .scope p {
    font-size: 22px;
    color: #5552DC;
    font-weight: bold;
    text-align: center;
    margin-bottom: 6px;
}

.side-hotgame-three ul li .down {
    width: 68px;
    height: 32px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #5552DC;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #5552DC;
}

.img-div{
    width: 100%;
    margin-bottom: 15px;
}

.img-div .img{
    width: 100%;
    height: 170px;
    position: relative;
}

.img-div .img img{
    width: 100%;
    height: 170px;
}

.img-div .name{
    height: 36px;
    line-height: 36px;
    width: 100%;
    position: absolute;
    bottom:0;
    left:0;
    background: rgba(0,0,0,0.5);
    font-size: 14px;
    color:#fff;
    text-align: center;
}
.hot-news-three ul{
    display: flex;
    flex-direction: column;
    gap:15px;
}

.hot-news-three ul li{
    border-bottom:1px solid #F2F2F2;
    padding-bottom: 15px;
    font-size: 12px;
    color:#666;
}

.hot-news-three ul li:hover .tags{
    background: url('../images/tags2.png')no-repeat center;
    color:#fff;
}

.hot-news-three ul li .top{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap:10px;
}

.hot-news-three ul li .tags{
    background: url('../images/tags.png')no-repeat center;
    height: 24px;
    width: 61px;
    text-align: center;
    line-height: 24px;
    padding-right: 2px;
    font-size: 13px;
    color:#5552DC;
}

.hot-news-three ul li .name{
    font-size: 14px;
    color:#333;
    flex:1;
}