.zylist-top {
    height: 100px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zylist-nav {
    background: #349AFF;
}

.zylist-nav ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.zylist-nav ul li {
    height: 60px;
    line-height: 60px;
    width: 146px;
    text-align: center;
}

.zylist-nav ul li.active,
.zylist-nav ul li:hover {
    background: #0080FF;
}

.zylist-nav ul li a {
    font-size: 16px;
    color: #fff;
}

.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;
}

.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;
}

.zy-page ul li a {
    color: #333;
    width: 100%;
}

.zy-page ul li a:hover {
    text-decoration: none;
}

.zy-page ul li:hover {
    background: #0080FF;
}

.zy-page ul li:hover a {
    color: #fff;
}

.zy-page .thisclass {
    color: #fff;
    background: #0080FF
}

.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: 1px solid #0080FF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    width: 340px;
}

.zylist-form input {
    flex: 1;
    height: 38px;
    border-style: none;
    text-indent: 16px;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    background: #FFFFFF;
    border-radius: 50px 0 0 50px;
}

.zylist-form button {
    width: 60px;
    height: 38px;
    text-decoration: none;
    text-align: center;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: url('../images/search.png')no-repeat center;
    background-color: #0080FF;
    background-size: 20px 20px;
}

.zylist-main {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.artlce-game-one {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.artlce-game-one .img {
    width: 120px;
    height: 120px;
}

.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: 25px;
}

.artlce-game-one .bottom p {
    width: 190px;
    font-size: 14px;
    color: #808080;
}


.show-down {
    display: flex;
    margin: 30px 0;
}

.show-down>div {
    position: relative;
    width: 180px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    color: #fff;
    background: #0080FF;
    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: #43D26B;
    margin-right: 11px;
}

.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: 820px;
}

.zy-list-right {
    width: 340px;
}

.game-content {
    font-size: 16px;
    color: #777;
    line-height: 30px;
    text-indent: 2em;
    padding: 10px 0 20px 0;
}

.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 {
    color: #333;
    font-weight: bold;
    border-left: 4px solid #0080FF;
    padding-left: 6px;
    text-indent: 0;
    height: 18px;
    line-height: 18px;
    margin: 10px 0;
}

.game-show-swiper {
    position: relative;
    overflow: hidden;
    flex: 1;
}

.game-show-swiper img {
    width: 100%;
    height: 100%;
}

.game-swiper {
    margin: 20px 0;
    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;
}

.zy-title b {
    font-size: 18px;
    color: #333;
    position: relative;
}

.zy-title b::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 2px;
    background: #0080FF;
}

.zy-title a {
    font-size: 12px;
    color: #999;
}

.zy-comment {
    margin-top: 20px;
}

.zy-comment ul {
    display: flex;
    gap: 43px;
    flex-wrap: wrap;
}

.zy-comment ul li {
    width: 80px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.zy-comment ul li .img {
    width: 80px;
    height: 80px;
    border-radius: 18px;
}

.zy-comment ul li .img img {
    width: 80px;
    height: 80px;
    border-radius: 18px;
}

.zy-comment ul li .name {
    font-size: 14px;
    color: #333;
    text-align: center;
    width: 100%;
}

.zy-comment ul li .down {
    width: 68px;
    height: 32px;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #0080FF;
    color: #0080FF;
    font-size: 14px;
}

.zy-comment ul li:hover .down{
    background: #0080FF;
    color:#fff;
}

.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;
}