.content {
    width: 1200px;
    margin: 20px auto;
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
    overflow: hidden;
}

.game {
    width: 100%;
    background: #F9F9F9;
    border: 1px solid #DEE4E7;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 23px;
    overflow: hidden;
}

.game .game_icon {
    width: 112px;
    height: 112px;
    border-radius: 24px;
    float: left;
}

.game .info {
    width: 610px;
    float: left;
    margin-left: 20px;
    box-sizing: border-box;
    padding: 5px 0;
}

.game .info .h1 {
    width: 100%;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.game .info p {
    margin-top: 8px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.game .info .text1 {
    color: #666666;
}

.game .info .text2 {
    color: #F14E52;
}

.game .btns {
    float: right;
    width: 140px;
    margin-right: 40px;
}

.game .btns a {
    display: block;
    width: 140px;
    height: 42px;
    border-radius: 4px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 42px;
    box-sizing: border-box;
    padding-left: 42px;
    position: relative;
}

.game .btns .and {
    background: #20C356;
    margin-top: 8px;
}

.game .btns .and:hover {
    background: #1AB54E;
}

.game .btns .and::before {
    content: '';
    background: url(../images/and.png) no-repeat;
    width: 16px;
    height: 18px;
    position: absolute;
    top: 12px;
    left: 17px;
}

.game .btns .ios {
    background: #2A3135;
    margin-top: 12px;
}

.game .btns .ios:hover {
    background: #111A1E;
}

.game .btns .ios::before {
    content: '';
    background: url(../images/ios.png) no-repeat;
    width: 16px;
    height: 18px;
    position: absolute;
    top: 12px;
    left: 17px;
}

.game .qrcode {
    float: right;
}

.rank_list {
    margin-top: 40px;
    overflow: hidden;
}

.rank_list .rank_box {
    border-radius: 10px;
    width: 360px;
    float: left;
    margin-right: 40px;
}

.rank_list .rank_box:nth-last-child(1) {
    margin-right: 0px;
}

.rank_list .rank_box .rank_title {
    width: 360px;
    height: 80px;
    background: #3D7EFF;
    border-radius: 10px 10px 0px 0px;
    box-sizing: border-box;
    padding-top: 12px;
    position: relative;
}

.rank_list .super .rank_title {
    background: #3D7EFF;
}

.rank_list .over_v .rank_title {
    background: #F14E52;
}

.rank_list .GM_game .rank_title {
    background: #20C356;
}

.rank_list .rank_box .rank_title::after {
    content: '';
    background: url(../images/GAMERANKING.png) no-repeat;
    width: 383px;
    height: 36px;
    position: absolute;
    top: 8px;
    left: 0;
}

.rank_list .rank_box .rank_title h2 {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

.rank_list .rank_box .rank {
    width: 360px;
    background: #FFFFFF;
    border: 1px solid #DEE4E7;
    border-radius: 10px;
    padding: 0 20px;
    margin-top: -26px;
    position: relative;
    z-index: 10;
}

.rank_list .rank_box .rank .item {
    padding: 20px 0;
    overflow: hidden;
    border-bottom: 1px dashed #DEE4E7;
}

.rank_list .rank_box .rank .item .No {
    width: 22px;
    height: 22px;
    background: #CED4DF;
    border-radius: 4px;
    font-size: 15px;
    font-family: DINPro;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 22px;
    float: left;
}

.rank_list .rank_box .rank .item .info_img {
    width: 170px;
    height: 22px;
    border-radius: 16px;
    overflow: hidden;
    float: left;
    margin-left: 14px;
    transition: height 0.3s;
}

.rank_list .rank_box .rank .item .info_img img {
    width: 68px;
    height: 68px;
    border-radius: 16px;
    float: left;
    display: none;
}

.rank_list .rank_box .rank .item.active .info_img {
    width: 282px;
    height: 68px;
}

.rank_list .rank_box .rank .item.active .info_img img {
    display: block;
}

.rank_list .rank_box .rank .item .info {
    width: 200px;
    height: 68px;
    margin-left: 14px;
    float: left;
}

.rank_list .rank_box .rank .item .info h2 {
    width: 200px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rank_list .rank_box .rank .item .info .type_btn {
    overflow: hidden;
    margin-top: 5px;
}

.rank_list .rank_box .rank .item .info .type {
    float: left;
    width: 136px;
}

.rank_list .rank_box .rank .item .info .type .type_text {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.rank_list .rank_box .rank .item .info .type .type_text span {
    color: #F14E52;
    box-sizing: border-box;
    padding-left: 6px;
    margin-left: 6px;
    position: relative;
}

.rank_list .rank_box .rank .item .info .type .type_text span::before {
    content: '';
    width: 1px;
    height: 11px;
    background: #E5E5E5;
    position: absolute;
    top: 2.5px;
    left: 0;
}

.rank_list .rank_box .rank .item .info .recharge {
    overflow: hidden;
    margin-top: 4px;
}

.rank_list .rank_box .rank .item .info .recharge span {
    float: left;
    width: 14px;
    height: 13px;
    background: url(../images/chong.png) no-repeat;
}

.rank_list .rank_box .rank .item .info .recharge .num {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3D7EFF;
    line-height: 13px;
    float: left;
    margin-left: 5px;
}

.rank_list .rank_box .rank .item .info .btn {
    width: 64px;
    height: 32px;
    background: rgba(255, 255, 255, 0);
    border: 1px solid #3D7EFF;
    box-sizing: border-box;
    border-radius: 2px;
    display: block;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3D7EFF;
    float: right;
}

.rank_list .rank_box .rank .item .info .btn:hover {
    background: #3D7EFF;
    color: #FFFFFF;
}

.rank_list .rank_box .rank .item .down_num {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    float: right;
}

.rank_list .rank_box .rank .item .down_num span {
    color: #F14E52;
}

.rank_list .rank_box .rank .item.active .down_num {
    display: none;
}

.rank_list .super .rank .item:nth-child(1) .No {
    background-color: rgba(61, 126, 255, 1);
}

.rank_list .super .rank .item:nth-child(2) .No {
    background-color: rgba(61, 126, 255, 0.8);
}

.rank_list .super .rank .item:nth-child(3) .No {
    background-color: rgba(61, 126, 255, 0.6);
}

.rank_list .over_v .rank .item:nth-child(1) .No {
    background-color: rgba(241, 78, 82, 1)
}

.rank_list .over_v .rank .item:nth-child(2) .No {
    background-color: rgba(241, 78, 82, 0.8);
}

.rank_list .over_v .rank .item:nth-child(3) .No {
    background-color: rgba(241, 78, 82, 0.6);
}

.rank_list .GM_game .rank .item:nth-child(1) .No {
    background-color: rgba(32, 195, 86, 1);
}

.rank_list .GM_game .rank .item:nth-child(2) .No {
    background-color: rgba(32, 195, 86, 0.8);
}

.rank_list .GM_game .rank .item:nth-child(3) .No {
    background-color: rgba(32, 195, 86, 0.6);
}

.game_rank {
    margin-top: 30px;
}

.game_rank .list {
    overflow: hidden;
}

.game_rank .list .item {
    display: block;
    width: 89px;
    margin-top: 20px;
    float: left;
}

.game_rank .list .item+.item {
    margin-left: 30px;
}

.game_rank .list .item img {
    width: 89px;
    height: 89px;
    border-radius: 20px;
}

.game_rank .list .item p {
    width: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: center;
    margin-top: 8px;
}

.game_rank .list .item:hover p {
    color: #3D7EFF;
}

.mobile {
    margin-top: 30px;
}

.mobile .list {
    margin-top: 20px;
    overflow: hidden;
}

.mobile .list .item {
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
    margin-right: 30px;
    width: 208px;
    float: left;
}

.mobile .list .item:nth-child(5n) {
    margin-right: 0;
}

.mobile .list .item p {
    width: 170px;
    float: left;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mobile .list .item:hover p {
    color: #3D7EFF;
}

.mobile .list .item span {
    width: 35px;
    float: right;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 17px;
}

.game .info h1{
    color: #ff9b24;
}
.game .info .text1{
    display: none;
}
.game .info p {
    margin-top: 11px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666;
}
.game .info p span{
    margin-right: 20px;
}

/* 20220607 */
.title2, .title1 {
    height: 18px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #0E1A20;
    padding-left: 17px;
    position: relative;
    float: left;
  }
  
  .title {
    color: rgb(61, 126, 255) !important;
  }
  
  .checked {
    color: rgb(61, 126, 255) !important;
  }
  
  .unchecked {
    color: #0E1A20 !important;
  }
/* 20220607 */
/*--最新文章+文章列表[多页面共用]--*/
.article-list {
    width: 100%;
    padding: 1.5em;
    display: flex;
    align-items: center;
}

.article-list:hover {
    box-shadow: 0 6px 12px rgba(26,26,26,.1);
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s
}

.article-list .istop {
    color: #f33;
    padding: 0 5px;
    border: 1px solid #f33;
    border-radius: 4px;
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
    line-height: 1.5em;
}

.article-list .figure {
    width: 240px;
    height: 160px;
    overflow: hidden
}

.article-list .thumbnail {
    display: block;
    overflow: hidden
}

.article-list .figure img {
    height: 160px;
    width: 100%
}

.article-list .content {
    color: #888
}

.article-list .content-no-img {
    margin-left: 0!important
}

.article-list .content .title {
    font-size: 20px;
    font-weight: 400
}

.article-list .content i.iconfont {
    padding-right: 5px;
    color: #666
}

.article-list .intro {
    padding: 1em 0
}

.article-list .author,.article-list .time,.article-list .view {
    padding-right: 1em
}

.article-list .tag {
    max-width: 22em
}

.article-list .tag a {
    color: #666;
    padding-right: 8px
}

.article-list .tag a:hover {
    color: #333;
    text-decoration: underline
}
