* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html,body {
    width: 100%;
    height: 100%
}

body {
    background-color: #fff;
    font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji
}

a {
    text-decoration: none
}

ul,ol {
    list-style: none
}
.container , .container-top, .container-button {
    width: calc(100vw - 20px);
    margin-left: auto;
    margin-right: auto
}
header,footer {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    width: 100vw;
}
header .container-top ,
footer .container-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 65px;
}
footer .container-button a {
    font-size: 12px;
    color: #878787;
}
section .container {
    box-sizing: border-box;
}
header .container-top .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
}
header .container-top .icon i {
    color: #10247a;
    font-size: 28px;
}
header .container-top .logo {
    height: 25px;
}
header .container-top .logo img {
    height: 100%;
}
header .container-top .search {
    display: none;
}
header .container-top .search form {
    position: relative;
    display: flex;
    /* flex-wrap: wrap; */
    align-items: stretch;
    width: 100%;
}
header .container-top .search form input[type=text] {
    display: block;
    width: 100%;
    padding: .375rem 40px .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: black;
}
header .container-top .search form button {
    border: none;
    background-color: rgba(0, 0, 0, 0);
    width: 40px;
    border-radius: 50px;
    position: absolute;
    right: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .container-top .search form button i {
    color: rgba(19, 34, 122, 1);
    font-size: 26px;
}
section {
    min-height: calc(100vh - 140px);
}
.box {
    margin-bottom: 20px;
}
.banner {
    width: 100%;
    height: calc(60% + 70px);
    margin: 0 auto 20px;
}
.banner a {
    display: block;
}
.banner a .thum {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    border-radius: 6px;
}
.banner a .thum img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner a p {
    height: 60px;
    line-height: 20px;
    font-weight: 700;
    color: #333;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.banner .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 70px;
    left: 10px;
    text-align: left;
}
.banner .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    border-radius: 8px;
    /* margin: 0 2px;
    width: 5px;
    height: 5px; */
}
.banner .swiper-pagination-bullet-active {
    background-color: #fff;
    width: 15px;
}
.box>.title {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.box>.title::before {
    display: inline-block;
    content: "";
    width: 11px;
    height: 11px;
    background-color: rgba(19, 34, 122, 1);
    margin-right: 6px;
}
.box>.title h3 {
    color: rgba(19, 34, 122, 1);
    font-weight: 700;
    font-size: 16px;
}
.game_list1 {
    display: flex;
    flex-wrap: wrap;
}
.m_bottom {
    margin-bottom: 20px;
}

.game_list1 a {
    width: calc((100% - 10px)/2);
    padding: 10px;
    box-sizing: border-box;
    margin: 10px 10px 0 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}
.game_list1 a:nth-child(2n) {
    margin-right: 0;
}
.game_list1 a:nth-child(-n+2) {
    margin-top: 0;
}
.game_list1 a .thum {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}
.game_list1 a .thum img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.game_list1 a .info .playinfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.game_list1 a .info .playinfo>div ,
.game_list2 a .info .playinfo>div ,
.game_list5 a .info .playinfo>div {
    display: flex;
    align-items: center;
}
.game .playinfo div {
    width: 100px;
    margin-right: 15px;
    overflow: hidden;
    height: 21px;
}
.game .playinfo div:nth-child(1) span {
    display: inline-block;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.game_list1 a .info .playinfo .play i ,
.game_list1 a .info .playinfo .praise i ,
.game_list2 a .info .playinfo .play i ,
.game_list2 a .info .playinfo .praise i ,
.game_list5 a .info .playinfo .play i ,
.game_list5 a .info .playinfo .praise i ,
.game .playinfo div i {
    font-size: 16px;
    color: rgba(19, 34, 122, 1);
}
.game_list1 a .info .playinfo span ,
.game_list2 a .info .playinfo span ,
.game_list5  a .info .playinfo span ,
.game .playinfo span {
    font-size: 12px;
    color: rgba(19, 34, 122, 1);
}

.game .playinfo {
    display: flex;
}
.game_list1 a .info .text p {
    height: 76px;
    line-height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-weight: 700;
    font-size: 12px;
    color: #333;
}
.game_list2 a {
    display: flex;
    box-sizing: border-box;
    padding: 20px 0;
    border-top: 1px solid #eaeaea;
}
.game_list2 a:nth-last-child(1) {
    border-bottom: 1px solid #eaeaea;
}
.game_list2 a .thum {
    width: 142px;
    height: 0;
    padding-bottom: 81px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
}
.game_list2 a .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.game_list2 a .info {
    width: calc(100% - 152px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.game_list2 a .info .playinfo {
    display: flex;
    position: relative;
    align-items: center;
}
.game_list2 a .info .text p {
    font-weight: 700;
    font-size: 12px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 18px;
    height: 54px;
}
.game_list2 a .info .playinfo .praise {
    position: absolute;
    left: 100px;
}
.game_list3 a {
    display: block;
    position: relative;
    margin-bottom: 10px;
}
.game_list3 a:nth-last-child(1) {
    margin-bottom: 0;
}
.game_list3 a .thum {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    overflow: hidden;
    border-radius: 6px;
    position: relative;
}
.game_list3 a .thum img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.game_list3 a .info {
    position: absolute;
    padding: 10px;
    bottom: 0;
}
.game_list3 a .info p {
    font-weight: 700;
    font-size: 12px;
    color: #FFFFFF;
}
.game_list4 a ,
.game_list5 a {
    display: block;
    position: relative;
    border-radius: 12px;
    border: 1px solid rgba(234, 234, 234, 1);
    overflow: hidden;
    box-sizing: border-box; 
    margin-bottom: 10px;
}
.game_list4 a:nth-last-child(1) ,
.game_list5 a:nth-last-child(1) {
    margin-bottom: 0;
}
.game_list4 a .thum ,
.game_list5 a .thum {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    position: relative;
}
.game_list4 a .thum img ,
.game_list5 a .thum img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.game_list4 a .info ,
.game_list5 a .info {
    position: absolute;
    padding: 5px;
    box-sizing: border-box;
    background-color: #fff;
    bottom: 0;
}
.game_list4 a .info p ,
.game_list5 a .info p {
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    color: #666666;
    line-height: 21px;
    height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.game_list5 a .info .tl {
    display: flex;
    position: relative;
    align-items: center;
    line-height: 16px;
    padding: 5px 0;
}
.game .tags {
    margin: 10px 0;
}
.game_list5 a .info .tl .tag span,
.game .tags span {
    background-color: rgba(19, 34, 122, 1);
    font-size: 12px;
    color: #FFFFFF;
    border-radius: 3px;
    padding: 0 5px;
}
.game_list5 a .info .tl .playinfo {
    display: flex;
    position: absolute;
    left: 100px;
    align-items: center;
}
.game_list5 a .info .tl .playinfo .praise {
    display: flex;
    position: absolute;
    left: 100px;
    align-items: center;
}
.dec h3 {
    margin: 20px 0 10px;
}
.dec p, .dec a {
    line-height: 25px;
    font-size: 14px;
    color: #333;
}

.dec p img {
    width: 100%;
    border-radius: 12px;
}
body.active {
    overflow: hidden;
}
.category_item_box {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    z-index: 10;
    background-color: rgba(0, 0, 0, .7);
}
.category_item_box.active {
    display: block;
}
.category_item {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 5px;
    width: 286px;
    padding: 15px;
    padding-bottom: 20px;
    position: absolute;
    top: 60px;
    left: 10px;
}
.category_item .tags {
    display: flex;
    flex-direction: column;
}
.category_item .tags a {
    height: 62px;
    line-height: 62px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    margin-bottom: 20px;
}
.category_item .tags a:nth-last-child(1) {
    margin-bottom: 0;
}
.sousuo_title {
    margin-bottom: 20px;
}
.sousuo_title h3 {
    font-weight: 700;
    font-size: 16px;
    color: #010100;
}
.game p {
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    color: #333;
    max-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.upvote {
    display: flex;
    justify-content: center;
}
.upvote .reply-like {
    margin-right: 60px
}
.upvote div .icon {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.upvote .reply-dislike .icon {
    transform: rotate(180deg);
}
.upvote .active .icon .icon-24px::before {
    content: "\ec8c";
}
.upvote .active span ,
.upvote .active .icon i {
    color: #10247a;
}
.upvote div .icon i {
    font-size: 20px;
    color: #bfbfbf;
}
.upvote div span {
    font-size: 12px;
    color: #BFBFBF;
    font-weight: 700;
}
.fluctuate a {
    width: 100%;
    height: 60px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    justify-content: center;
}
.fluctuate a:nth-child(1) {
    margin-bottom: 10px;
}
.fluctuate a .icon {
    width: 52px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1)
}
.fluctuate a .text {
    width: calc(100% - 52px);
    padding: 10px;
}
.fluctuate a:nth-child(2) {
    flex-direction: row-reverse
}
.fluctuate a .icon {
    color: #999;
    font-weight: 700;
    font-size: 24px;
    font-family: swiper-icons;}
.fluctuate a:nth-child(1) .icon::after {
    content: 'prev';
}
.fluctuate a:nth-child(2) .icon::after {
    content: 'next';
}
.fluctuate a .text {
    display: flex;
    align-items: center;
}
.fluctuate a .text p {
    font-size: 12px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.category a {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    color: #666666;
}
.ad {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.ad p {
	font-size: 12px;
	color: #ccc
}