.page {
    min-width: 1220px;
}

.bread {
    height: 30px;
    line-height: 30px;
    color: #999999;
    width: 100%;
    margin: auto;
    font-size: 0;
    box-sizing: content-box;
    padding: 15px 0;
    color: #999;
}

.main {
    width: 1200px;
    margin: auto;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0 10px;
}

.main_left {
    width: 880px;
    float: left;
    padding-bottom: 100px;
}

.main_right {
    width: 280px;
    float: right;
    padding-bottom: 100px;
}

/* 游戏信息 */
.game_info {
    position: relative;
}

.game_info:after {
    content: '';
    display: block;
    clear: both;
}

.game_info .left {
    float: left;
    width: calc(100% - 160px);
}

.game_info .left h1 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 14px;
}

.game_info .bottom {
    width: 100%;
    height: 120px;
}

.game_info .bottom .img {
    width: 120px;
    height: 120px;
    border-radius: 30px;
    overflow: hidden;
    background: #eee;
    float: left;
}

.game_info .bottom .img img {
    width: 100%;
    height: 100%;
}

.game_info .bottom .info {
    float: left;
    width: calc(100% - 120px);
    padding-left: 25px;
    position: relative;
    height: 120px;
}

.game_info .bottom .info .i1 {
    height: 22px;
    margin-bottom: 15px;
}

.game_info .bottom .info .i1 li {
    float: left;
    width: 150px;
    float: left;
    height: 22px;
    line-height: 22px;
}

.game_info .bottom .info .i1 li:last-child {
    width: calc(100% - 300px);
}

.game_info .bottom .info .i1 li i {
    font-size: 14px;
    color: #999;
    width: 50px;
}

.game_info .bottom .info .i1 li a, .game_info .bottom .info .i1 li span {
    font-size: 14px;
    color: #333;
}

.game_info .bottom .info .i2 {
    height: 22px;
    width: 100%;
    line-height: 22px;
}

.game_info .bottom .info .i2 i {
    font-size: 14px;
    color: #999;
    float: left;
    width: 50px;
}

.game_info .bottom .info .i2 div {
    height: 22px;
    float: left;
}

.game_info .bottom .info .i2 div span {
    height: 22px;
    padding: 0 13px;
    border-radius: 11px;
    display: inline-block;
    float: left;
    background: #f1f1f1;
    color: #333;
    margin-right: 5px;
    font-size: 12px;
    line-height: 22px;
}

.game_info .bottom .info .i3 {
    position: absolute;
    bottom: 0;
    left: 20px;
    display: flex;
}

.game_info .bottom .info .i3 a {
    display: inline-block;
    float: left;
    padding: 0 20px;
    height: 44px;
    margin-right: 20px;
    border-radius: 4px;
    transition: background .3s;
}

.game_info .bottom .info .i3 i {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    float: left;
    margin-top: 7px;
    margin-right: 10px;
    position: relative;
}

.game_info .bottom .info .i3 i:before {
    content: '';
    display: inline-block;
    background-image: url(../images/icon.png);
    background-size: 500px 400px;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.game_info .bottom .info .i3 span {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-top: 7px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.game_info .bottom .and_btn {
    background: #31be81;
}

.game_info .bottom .and_btn i {
    background: #279867;
}

.game_info .bottom .and_btn i:before {
    background-position: -160px -110px;
}

.game_info .bottom .and_btn:hover {
    background: #22a76d;
}

.game_info .bottom .and_btn:hover i {
    background: #1b8657;
}

.game_info .bottom .ios_btn {
    background: #1985d9;
}

.game_info .bottom .ios_btn i {
    background: #146aae;
}

.game_info .bottom .ios_btn i:before {
    background-position: -210px -110px;
}

.game_info .bottom .ios_btn:hover {
    background: #0f71bd;
}

.game_info .bottom .ios_btn:hover i {
    background: #0c5a97;
}

.game_info .bottom .pc_btn {
    background: #FF921E;
    position: relative;
}

.game_info .bottom .pc_btn i {
    background: #FF921E;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.game_info .bottom .pc_btn i:before {
    background-image: url(https://www.h5uc.com/js1/h5ucpc/download/download2022/images/pc.png) !important;
    background-size: 25px 25px !important;
    background-repeat: no-repeat;
    background-position: center;
}

.game_info .bottom .pc_btn:hover {
    background: #FFA03A;
}

.game_info .bottom .pc_btn:hover i {
    background: #FFA03A;
}

.game_info .bottom .pc_btn p {
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: 45px;
    left: 10px;
    font-size: 12px;
    color: #333;
}

.game_info .right {
    float: left;
}

.game_info .right .code {
    width: 160px;
    height: 160px;
    border-radius: 20px;
    border: 1px solid #31be81;
    padding-top: 13px;
}

.game_info .right .code .qr_code {
    width: 110px;
    height: 110px;
    background: #eee;
    margin: auto;
    margin-bottom: 5px;
}

.game_info .right .code img {
    width: 100%;
    height: 100%;
}

.game_info .right .code span {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    display: block;
}

/* 游戏内容 */
.game_content {}

/* 游戏图片 */
.game_imgs {
    margin-bottom: 30px;
}

.game_imgs .swiper_box {}

/* 游戏评论 */
.game_comments {
    margin-bottom: 30px;
}

.game_comments .m_title_2 {
    margin-bottom: 30px;
}

.game_comments .star {
    overflow: auto;
    width: 100%;
}

.game_comments .star span {
    float: left;
    line-height: 25px;
    color: #333;
    font-size: 15px;
    height: 25px;
    font-weight: bold;
}

.game_comments .star ul {
    overflow: auto;
    float: left;
    margin-right: 10px;
}

.game_comments .star ul li {
    float: left;
    width: 25px;
    height: 25px;
    display: inline-block;
    float: left;
    background-image: url(../images/icon.png);
    background-size: 500px 400px;
    background-position: -362.5px -112.5px;
}

.game_comments .star ul li.active {
    background-position: -312.5px -112.5px;
}

.game_comments .star ul.star_1 li:nth-child(1) {
    background-position: -312.5px -112.5px;
}

.game_comments .star ul.star_2 li:nth-child(1), .game_comments .star ul.star_2 li:nth-child(2) {
    background-position: -312.5px -112.5px;
}

.game_comments .star ul.star_3 li:nth-child(1), .game_comments .star ul.star_3 li:nth-child(2), .game_comments .star ul.star_3 li:nth-child(3) {
    background-position: -312.5px -112.5px;
}

.game_comments .star ul.star_4 li:nth-child(1), .game_comments .star ul.star_4 li:nth-child(2), .game_comments .star ul.star_4 li:nth-child(3), .game_comments .star ul.star_4 li:nth-child(4) {
    background-position: -312.5px -112.5px;
}

.game_comments .star ul.star_5 li:nth-child(1), .game_comments .star ul.star_5 li:nth-child(2), .game_comments .star ul.star_5 li:nth-child(3), .game_comments .star ul.star_5 li:nth-child(4), .game_comments .star ul.star_5 li:nth-child(5) {
    background-position: -312.5px -112.5px;
}

.game_comments .star ul.star_0 li {
    background-position: -312.5px -112.5px;
}

.game_comments .star p {
    float: left;
    display: inline-block;
    line-height: 25px;
    font-size: 15px;
    font-weight: bold;
    height: 25px;
}

.game_comments .comments {
    width: 100%;
}

.game_comments .comments .item {
    overflow: auto;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
}

.game_comments .comments .item:last-child {
    border-bottom: none;
}

.game_comments .comments .item .left {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #eee;
    overflow: hidden;
}

.game_comments .comments .item .left img {
    width: 100%;
    height: 100%;
}

.game_comments .comments .item .right {
    display: block;
    padding-left: 20px;
    float: left;
    width: calc(100% - 60px);
}

.game_comments .comments .item .right div {
    overflow: auto;
    height: 25px;
}

.game_comments .comments .item .right div span {
    float: left;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    font-size: 14px;
    color: #1985d9;
}

.game_comments .comments .item .right div i {
    float: right;
    text-align: right;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    color: #aaa;
    font-size: 14px;
}

.game_comments .comments .item .right p {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

/* 同类游戏 */
.game_other {
    margin-bottom: 30px;
}

.game_other .m_title_2 {
    margin-bottom: 10px;
}

.game_other .box {}

.game_other .box .item {
    overflow: auto;
    height: 45px;
    transition: background .3s;
}

.game_other .box .item:hover {
    background: #fff6f6;
}

.game_other .box .item .title {
    float: left;
    width: calc(100% - 275px);
    line-height: 45px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color .2s;
}

.game_other .box .item .title:hover {
    color: #ea6161;
}

.game_other .box .item i {
    width: 200px;
    float: left;
    line-height: 45px;
    color: #999;
    font-size: 14px;
}

.game_other .box .item .btn {
    width: 75px;
    height: 30px;
    float: left;
    margin-top: 7px;
    text-align: center;
    line-height: 30px;
    color: #ea6161;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #ea6161;
    transition: background .3s, color .1s;
}

.game_other .box .item .btn:hover {
    background: #ea6161;
    color: #fff;
}

.game_other {}

.game_other .box {}

.game_other .box li {
    height: 50px;
    transition: background .3s;
}

.game_other .box li a {
    height: 100%;
    display: block;
}

.game_other .box li a .title {
    float: left;
    width: calc(100% - 225px);
    line-height: 50px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color .2s;
}

.game_other .box li a .star {}

.game_other .box li a .detail {
    width: 100px;
    height: 36px;
    margin-top: 7px;
    float: right;
    color: #ea6161;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #ea6161;
    line-height: 36px;
    text-align: center;
    transition: background .3s, color .1s;
}

.game_other .box li a:hover {}

.game_other .box li a:hover .detail {
    background: #ea6161;
    color: #fff;
}

.game_other .box li a:hover .title {
    color: #ea6161;
}

.game_other .box li span {
    display: block;
    width: 100px;
    position: relative;
    float: left;
    height: 50px;
}

.game_other .box li a .stars .stars-light, .game_other .box li a .stars .stars-empty {
    background-image: url("//js1.18183.com/pc/download/download2019/images/sprite1.png");
    background-repeat: no-repeat
}

.game_other .box li a .stars .stars-light {
    position: absolute;
    width: 80%;
    height: 17px;
    left: 0;
    top: 50%;
    margin-top: -8px;
    background-position: -3px -19px
}

.game_other .box li a .stars .stars-empty {
    position: absolute;
    width: 100%;
    height: 17px;
    left: 0;
    top: 50%;
    margin-top: -8px;
    background-position: -3px -38px
}

.game_other .box {
    overflow: auto;
}

.game_other .box li {
    height: auto;
    padding: 10px 0;
    width: 420px;
    float: left;
    position: relative;
}

.game_other .box li:nth-child(2n) {
    margin-left: 20px;
}

.game_other .box li:nth-child(2n+1) {
    margin-right: 20px;
}

.game_other .box li>a {
    width: 420px;
    height: 50px;
    border-radius: 20px;
    display: block;
    float: left;
}

.game_other .box li>a img {
    width: 100%;
    height: 100%;
}

.game_other .box li>div {
    float: left;
    width: 300px;
    padding-left: 20px;
    padding-top: 10px;
}

.game_other .box li>div h2 {
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    color: #333;
}

.game_other .box li>div h2 a {
    width: 100%;
    height: 100%;
}

.game_other .box li>div h2 a:before {
    content: '下载';
    display: inline-block;
    width: 60px;
    height: 30px;
    color: #2797ef;
    border: 1px solid #2797ef;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: normal;
}

.game_other .box li>div h2 a:hover {
    color: #2797ef;
}

.game_other .box li>div h2 a:hover:before {
    background: #2797ef;
    color: #fff;
}

.game_other .box li>div h3 {
    font-size: 12px;
    font-weight: normal;
    color: #666;
}





/* 本类最新 */
.game_brother {}

.game_brother .m_title_2 {
    margin-bottom: 20px;
}

.game_brother .box {
    display: block;
}

.game_brother .box .item {
    overflow: auto;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}

.game_brother .box .item:last-child {
    border-bottom: none;
}

.game_brother .box .item .img {
    width: 80px;
    height: 80px;
    float: left;
    border-radius: 20px;
    overflow: hidden;
    background: #eee;
    display: inline-block;
    transition: transform .3s;
}

.game_brother .box .item .img img {
    width: 100%;
    height: 100%;
}

.game_brother .box .item .img:hover {
    transform: scale(.9);
}

.game_brother .box .item .i1 {
    height: 40px;
    line-height: 40px;
    width: calc(100% - 480px);
    float: left;
    margin-top: 20px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.game_brother .box .item .i1 a {
    transition: color .2s;
}

.game_brother .box .item .i1 a:hover {
    color: #2797ef;
}

.game_brother .box .item .i2 {
    width: 140px;
    height: 40px;
    float: left;
    font-size: 14px;
    color: #666;
    line-height: 40px;
    margin-top: 20px;
    padding-left: 20px;
}

.game_brother .box .item ul {
    width: 160px;
    float: left;
    height: 25px;
    margin-top: 27px;
}

.game_brother .box .item ul li {
    float: left;
    width: 25px;
    height: 25px;
    display: inline-block;
    float: left;
    background-image: url(../images/icon.png);
    background-size: 500px 400px;
    background-position: -362.5px -112.5px;
}

.game_brother .box .item ul li.active {
    background-position: -312.5px -112.5px;
}

.game_brother .box .item ul.star_1 li:nth-child(1) {
    background-position: -312.5px -112.5px;
}

.game_brother .box .item ul.star_2 li:nth-child(1), .game_brother .box .item ul.star_2 li:nth-child(2) {
    background-position: -312.5px -112.5px;
}

.game_brother .box .item ul.star_3 li:nth-child(1), .game_brother .box .item ul.star_3 li:nth-child(2), .game_brother .box .item ul.star_3 li:nth-child(3) {
    background-position: -312.5px -112.5px;
}

.game_brother .box .item ul.star_4 li:nth-child(1), .game_brother .box .item ul.star_4 li:nth-child(2), .game_brother .box .item ul.star_4 li:nth-child(3), .game_brother .box .item ul.star_4 li:nth-child(4) {
    background-position: -312.5px -112.5px;
}

.game_brother .box .item ul.star_5 li:nth-child(1), .game_brother .box .item ul.star_5 li:nth-child(2), .game_brother .box .item ul.star_5 li:nth-child(3), .game_brother .box .item ul.star_5 li:nth-child(4), .game_brother .box .item ul.star_5 li:nth-child(5) {
    background-position: -312.5px -112.5px;
}

.game_brother .box .item .i3 {
    width: 100px;
    height: 36px;
    float: left;
    color: #2797ef;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #2797ef;
    line-height: 36px;
    text-align: center;
    margin-top: 22px;
    transition: background .3s, color .1s;
}

.game_brother .box .item .i3:hover {
    background: #2797ef;
    color: #fff;
}

.game_brother {}

.game_brother {}


.game_content {
    margin-bottom: 20px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.game_content h4 {
    /* font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333; */

    margin: 25px 0;
    /* text-indent: 2em; */
    font-size: 19px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: rgb(39, 151, 239);
    line-height: 24px;
}

.game_content h4::before {
    content: "◆";
}

.game_content h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 2px;
    color: #333;
    margin-top: 10px;
}

.game_content p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.game_content strong {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
    margin: 20px 0 5px 0;
    display: block;
}

.game_content img {
    max-width: 100%;
    height: auto;
    margin: auto;
}

.game_imgs {}

.game_imgs .swiper_box {
    width: 100%;
}

.game_imgs .swiper_box .swiper-container, .game_imgs .swiper_box .swiper-wrapper {
    width: 100%;
}

.game_imgs .swiper_box .swiper-slide {
    width: auto !important;
}

.game_imgs .swiper_box .swiper-slide img {
    width: 100%;
    height: 100%;
}

.game_imgs .swiper_box.long .swiper-slide {
    height: 500px;
}

.game_imgs .swiper_box.long .swiper-slide img {
    height: 100%;
    width: auto;
}

.game_imgs .swiper_box.wide .swiper-slide {
    width: 600px;
}

.game_imgs .swiper_box.wide .swiper-slide img {
    width: 100%;
}

.game_imgs .swiper_box .swiper-button-prev {
    width: 50px;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    top: 0;
    margin-top: 0;
    left: 0;
}

.game_imgs .swiper_box .swiper-button-prev:before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-image: url(../images/icon.png);
    background-size: 500px 400px;
    background-position: -250px 0;
}

.game_imgs .swiper_box .swiper-button-next {
    width: 50px;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    top: 0;
    margin-top: 0;
    right: 0;
}

.game_imgs .swiper_box .swiper-button-next:after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-image: url(../images/icon.png);
    background-size: 500px 400px;
    background-position: -300px 0;
}


.yy_popup {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, .8);
    left: 0;
    top: 0;
    z-index: 20;
}

.yy_popup .cover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.yy_popup .inner {
    width: 420px;
    height: 380px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
    z-index: 2;
}

.yy_popup .inner .close {
    width: 30px;
    height: 30px;
    background: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 50%;
    transform: rotate(45deg);
    cursor: pointer;
    transition: transform .2s;
}

.yy_popup .inner .close:hover {
    transform: scale(.8);
}

.yy_popup .inner .close:before {
    content: "";
    width: 14px;
    height: 2px;
    background: orange;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.yy_popup .inner .close:after {
    content: "";
    height: 14px;
    width: 2px;
    background: orange;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.yy_popup .inner .hd {
    width: 100%;
    height: 100px;
    background: url(//www.h5uc.com/js1/h5ucpc/ku/ku2018/images/dialog_bg.png) no-repeat;
    float: left;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 100px;
    font-size: 20px;
    font-weight: bold;
    /* cursor: pointer; */
}

.yy_popup .inner .bd {
    width: 100%;
    float: left;
    height: 280px;
    padding-top: 20px;
}

.yy_popup .inner .bd .img {
    width: 150px;
    height: 150px;
    margin: auto;
    margin-bottom: 10px;
}

.yy_popup .inner .bd .img img {
    width: 100%;
    height: 100%;
}

.yy_popup .inner .bd span {
    text-align: center;
    display: block;
    font-size: 16px;
    color: #999;
    margin-bottom: 10px;
}

.yy_popup .inner .bd p {
    text-align: center;
    color: #333;
    font-size: 20px;
}


.game_info .bottom #pcBtnWrap {
    display: inline-flex;
    float: left;
    position: relative;
    order: 1;
}

.game_info .bottom #pcBtnWrap .pc_btn {
    margin-right: 0;
}

.game_info .bottom #pcBtnWrap .changeBtn {
    display: flex;
    color: #ddd;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    height: 25px;
    cursor: pointer;
    opacity: .6;
    position: absolute;
    bottom: -25px;
    width: 100%;
}

.game_info .bottom #pcBtnWrap .changeBtn b {
    width: 10px;
    height: 10px;
    border: 1px solid #999;
    box-sizing: border-box;
    border-radius: 2px;
    margin-right: 4px;
    /* background-color: rgba(255,255,255,.1); */
    margin-top: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.game_info .bottom #pcBtnWrap .changeBtn span {
    color: #999;
    font-size: 12px;
    font-weight: normal;
    float: inherit;
    height: 25px;
    line-height: 25px;
    margin-top: 0;
}

.game_info .bottom #pcBtnWrap .changeBtn:hover {
    opacity: 1;
}

.game_info .bottom #pcBtnWrap .changeBtn.active b:after {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #999;
    border-radius: 1px;
}

.game_info .bottom #pcBtnWrap.gaosu a {
    background: #e37676;
}

.game_info .bottom #pcBtnWrap.gaosu a i {
    background: #b65e5e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.game_info .bottom #pcBtnWrap.gaosu a i:before {
    background-image: url(../images/icon_5.png);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center;
}

.game_info .bottom #pcBtnWrap.gaosu a:hover {
    background: #d15959;
}

.game_info .bottom #pcBtnWrap a {
    background: #f5a630;
}

.game_info .bottom #pcBtnWrap a i {
    background: #da9328;
}

.game_info .bottom #pcBtnWrap a i:before {
    /* background-position: -260px -110px; */
}

.game_info .bottom #pcBtnWrap a:hover {
    background: #da9328;
}

.disclaimers {
    height: 35px;
    line-height: 35px;
    color: #666;
    font-size: 15px;
    background-color: #fff;
    padding-left: 35px;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-top: 10px
}

.disclaimers a {
    color: #0072ff;
    text-decoration: underline
}


/* 20220531补充 */
h2 {
    margin: 25px 0;
    /* text-indent: 2em; */
    font-size: 19px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: rgb(39, 151, 239);
    line-height: 24px;
}

h2::before {
    content: "◆";
}

.base_info {
    margin-top: 30px;
}

.base_info .common_title1 {
    width: 100%;
    height: 56px;
    border-bottom: 1px solid #ECECEC;
}

.base_info .common_title1 span {
    position: relative;
    float: left;
    height: 100%;
    padding-left: 22px;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 56px;
}

.base_info .common_title1 span:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 20px;
    background: #2797ef;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.base_info .info_wrap {
    width: 100%;
    margin-top: 20px;
    background: #F8F8F8;
    border-radius: 4px;
    padding: 30px;
    box-sizing: border-box;
}

.base_info .info_wrap ul {
    width: 100%;
    height: 60px;
}

.base_info .info_wrap ul li {
    float: left;
    width: 130px;
    height: 100%;
}

.base_info .info_wrap ul li span {
    display: block;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.base_info .info_wrap ul li i {
    display: block;
    margin-top: 15px;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    white-space: nowrap;
}

.base_info .info_wrap #pow_btn {
    display: block;
    margin-top: 14px;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-decoration: underline;
    color: #1593FF;
}

.base_info .info_wrap ul li:nth-of-type(4) {
    width: 230px;
}

.base_info .info_wrap .pow_show {
    display: none;
}

/* 20220531补充 */

.sidebar_hot-news ul {
    margin-top: 10px
}

.sidebar_hot-news ul li a {
    height: 36px;
    overflow: hidden;
    display: block;
    line-height: 36px;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
    color: #666;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.sidebar_hot-news ul li a:hover {
    color: #2797ef
}

.sidebar_hot-news ul li a::before {
    content: '';
    color: #2797ef;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 3px;
    transform: translateY(-50%) rotate(45deg);
    background-color: #2797ef
}
.game_info .bottom .info .art_tag{
    margin-left: 20px;
    display: none;
}
.game_info .bottom .info .art_tag i{
    width: 74px;
}
.game_info .bottom .info .art_tag .art_tags a{
    display: none;
    background: rgba(0,0,0,0);
    text-decoration: underline;
    font-size: 14px;
    color: #333;
    padding: 0 6px;
}
.game_info .bottom .info .art_tag .art_tags a:nth-of-type(1),
.game_info .bottom .info .art_tag .art_tags a:nth-of-type(2){
    display: inline-block;
}
.game_info .bottom .info .art_tag .art_tags a:hover {
    color: #2797ef;
}