button {
    border: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
}
.swiper-slide img{
    width: 100%;
}
header, .main, .footer_other{
    display: none;
}
/*img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    cursor: pointer;*/
/*}*/
.line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.c-999 {
    color: #999;
}
.w-h-100 {
    width: 100%;
    height: 100%;
}
.d-flex {
    display: flex;
}
.f-1 {
    display: flex;
    flex: 1;
}
.f-a-c {
    display: flex;
    align-items: center;
}
.f-j-c {
    display: flex;
    justify-content: center;
}
.f-j-b {
    display: flex;
    justify-content: space-between;
}
.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}
.flex-column {
    display: flex;
    flex-direction: column;
}
.m-r-5 {
    margin-right: 5px;
}
.m-l-5 {
    margin-left: 5px;
}
.p-r-5 {
    padding-right: 5px;
}
.p-l-5 {
    padding-left: 5px;
}
.m-r-10 {
    margin-right: 10px;
}
.m-l-10 {
    margin-left: 10px;
}
.p-r-10 {
    padding-right: 10px;
}
.p-l-10 {
    padding-left: 10px;
}
.m-r-20 {
    margin-right: 20px;
}
.m-l-20 {
    margin-left: 20px;
}
.p-r-20 {
    padding-right: 20px;
}
.p-l-20 {
    padding-left: 20px;
}

/*  */
.box-css1 {
    padding: 3px 5px;
    /*padding: 16px 10px;*/
    border-bottom: 1px dashed #f0f0f0;
}
.box-css1 >div:first-of-type{
    width: 35px;
    height: 35px;
    /*width: 80px;*/
    /*height: 80px;*/
    text-align: center;
    margin-right: 8px;
    /*margin-right: 16px;*/
}
.box-css1 >div:first-of-type img{
    width: 100%;
    height: 100%;
    transition: transform 0.3s;
    border-radius: 10px;
}
.box-css1:hover >div:first-of-type img{
    transform: scale(0.9);
}
.box-css1 >div:last-of-type img{
    width: 90px;
    height: 13px;
    /*width: 110px;*/
    /*height: 18px;*/
    margin-left: -5px;
}
.box-css2 {
    padding: 16px 10px;
    border-bottom: 1px dashed #f0f0f0;
}
.box-css2 >div:first-of-type{
    width: 80px;
    height: 80px;
    text-align: center;
    margin-right: 16px;
}
.box-css2 >div:first-of-type img{
    width: 100%;
    height: 100%;
    transition: transform 0.3s;
    border-radius: 10px;
}
.box-css2:hover >div:first-of-type img{
    transform: scale(0.9);
}
.box-css2 >div:last-of-type img{
    width: 110px;
    height: 18px;
    margin-left: -5px;
}
/*  */
.game_box {
    width: 1300px;
}
.breadNarber {
    width: 100%;
    background-color: #fff;
    padding: 0px 16px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.game_introduction {
    width: 100%;
    padding: 16px 16px 24px;
    background-color: #fff;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.game_center {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.game_center:hover .qr_code {
    display: block;
}
.box_left {
    width: 128px;
    height: 128px;
    position: relative;
}
.box_left img{
    width: 128px;
    height: 128px;
}
.qr_code {
    display: none;
    width: 128px;
    height: 128px;
    padding: 3px;
    position: absolute;
    top: 0;
    left: 0px;
    background: url('/home/images/Down/qr_code_bg.png')no-repeat 0 0/cover ;
    overflow: hidden;
}
.qr_code .scanning {
    width: 134px;
    height: 10px;
    animation: qr_code_animation 3.5s infinite linear;
    position: absolute;
    top: 0;
    left: 0px;
}
.game_center .game_info_item {
    width: 148px;
    line-height: 32px;
    height: 32px;
    color: #999;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.box_center {
    /*width: 890px;*/
    margin-left: 10px;
}
.game_center .lei_xing1 {
    width: 296px;
}
.game_center .lei_xing2 {
    width: 444px;
}
.game_center .lei_xing3 {
    width: auto;
    max-width: 560px;
    margin-right: 22px;
}
.game_center .game_info_item_special {
    color: #fff;
    padding: 0 8px;
    font-size: 13px;
    border-radius: 4px;
    background-color: #3cb8ec;
    overflow: hidden;
    max-width: 100px;
    margin-right: 8px;
    height: 25px;
}
.game_center .game_info_item_special img{
    width: 18px;
    height: 18px;
}
.game_info_item_value {
    color: #666;
}
.game_center .tagList {
    max-width: 560px;
    width: auto;
    margin-right: 22px;
}
.game_center .tagList >span:nth-of-type(n+2) {
    color: #358ff0;
    margin-right: 8px;
    font-size: 14px;
}
.game_center .box_right {
    width: 230px;
}
.box_right .score_num{
    background: url('/home/images/Down/score_num.png') no-repeat center/cover;
    width: 99px;
    height: 88px;
    text-align: center;
    color: #FFFFFF;
    font-size: 32px;
    line-height: 76px;
    font-family: "微软雅黑";
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35);
}
.box_right .score_star{
    width: 110px;
    height: 18px;
}
.game_bottom {
    margin-top: 20px;
    display: flex;
    align-items: flex-end;
}
.game_bottom .feedback button{
    width: 128px;
    font-size: 13px;
    height: 36px;
    background-color: #e3e3e3;
    border-radius: 4px;
    font-weight: bold;
    color: #ED6D47;
}
.game_bottom .download button a{
    width: 164px;
    font-size: 16px;
    height: 46px;
    background-color: #ED6D47;
    border-radius: 5px;
    /*font-weight: bold;*/
    color: #fff;
}
.game_bottom .download button img{
    width: 22px;
    height: 25px;
}
/* 左侧边栏 */
.game_slider {
    width: 340px;
}
.game_content_box.fixed {
    padding-left: 370px;
}
.game_slider.fixed {
    position: fixed;
    bottom: 0;
    left: 300px;
}
.game_slider.absolute {
    position: absolute;
    bottom: 0;
    left: 0px;
}
.game_slider >div {
    margin-bottom:  20px;
    background-color: #fff;
    padding-bottom: 20px;
}
.analogy{
    width: 300px;
}
.game_slider_title,.game_slider_title2{
    /*font-size: 18px;*/
    font-size: 16px;
    display: flex;
    align-items: flex-end;
    padding: 5px;
    /*padding: 10px;*/
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}
/*.game_slider_title2{*/
/*  font-size: 18px;*/
/*}*/
.game_slider_title::before,.game_slider_title2::before{
    /*content: "";*/
    /*width: 4px;*/
    /*height: 16px;*/
    /*margin-right: 10px;*/
    /*display: inline-block;*/
    /*background-color: #000;*/
    /*margin-bottom: 3px;*/
}
.discover .game_slider_title span,.discover .game_slider_title2 span{
    color: #28292d;
    border: 1px solid #eeeeee;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 20px;
    position: absolute;
    right: 10px;
    cursor: pointer;
}
.discover .discover_box {
    padding: 0 10px;
}
.discover .discover_box .discover_box_item{
    width: 88px;
    margin-top: 20px;
    overflow: hidden;
}
.discover .discover_box .discover_box_item .discover_box_item_bg{
    width: 88px;
    height: 88px;
    overflow: hidden;
    border-radius: 16px;
}
.discover .discover_box .discover_box_item img{
    transition: transform 0.3s;
    width: 100%;
    height: 100%;
}
.discover .discover_box .discover_box_item:hover img {
    transform: scale(1.1);
}
.discover .discover_box .discover_box_item p{
    width: 88px;
}
.special_box_top, .special_box_bottom{
    padding: 16px 10px 0;
}
.special_box_top_item ,.special_box_bottom_item {
    margin-bottom: 10px;
}
.special_box_top {
    border-bottom: 1px dashed #f0f0f0;
}
.special_box_top_item >div{
    width: 150px;
    height: 80px;
    overflow: hidden;
}
.special_box_top_item img{
    width: 100%;
    height: 100%;
    transition: all 0.4s ease;
}
.special_box_top_item:hover img{
    transform: scale(1.1);
}
.special_box_bottom_item {
    width: 50%;
    background: url('/home/images/Down/serial.png')no-repeat left /6px 10px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}
.ranking_change {
    position: absolute;
    /*font-weight: bold;*/
    right: 0;
    font-size: 14px;
}
.ranking_change span{
    padding: 0 10px;
    display: inline-block;
    position: relative;
}
.ranking_change .active {
    color: #f76341;
}
.ranking_change .active::after {
    content: '';
    position: absolute;
    bottom: -10px;
    background-color: #f76341;
    border-radius: 3px;
    width: 40px;
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
}
.ranking_box_item {
    padding: 16px 10px;
    border-bottom: 1px dashed #f0f0f0;
}
.ranking_box_item .ranking_box_left {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    background-color: #C5C5C5;
    margin: auto;
}
.ranking_box_item:nth-of-type(1) .ranking_box_left {
    background-color: #ff4800;
}
.ranking_box_item:nth-of-type(2) .ranking_box_left {
    background-color: #ff6d34;
}
.ranking_box_item:nth-of-type(3) .ranking_box_left {
    background-color: #ffa07b;
}
.ranking_box_title h3{
    font-size: 16px;
    /*font-weight: bold;*/
    padding-left: 40px;
    margin-bottom: 10px;
}
.ranking_box_title h4{
    font-size: 15px;
    margin-left: 10px;
}
.ranking_box_content .content_left {
    width: 66px;
    height: 66px;
    text-align: center;
    margin: 0 10px;
    border-radius: 10px;
}
.ranking_box_content .content_left img{
    width: 100%;
    height: 100%;
    transition: transform 0.3s;
}
.ranking_box_item:hover .ranking_box_content .content_left img{
    transform: scale(0.9);
}
.ranking_box_content .content_right {
    padding: 5px 0;
}
.ranking_box_content .content_right div{
    width: 110px;
    height: 18px;
    margin-left: -5px;
}
/* 中间内容 */
.game_content {
    width: 930px;
}
.game_content >div.box {
    padding: 16px 20px;
    margin-bottom: 20px;
    background-color: #fff;
}
.game_content >div.box >h2 {
    position: relative;
    font-size: 20px;
    /*font-weight: bold;*/
    color: #000;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.game_content >div.box >h2 .special{
    display: inline-block;
    color: #fff;
    z-index: 1;
    position: relative;
    margin-right: 5px;
    font-size: 26px;
}
.game_content >div.box >h2 .special::after{
    /*content: '';*/
    /*background: #000;*/
    /*display: block;*/
    /*width: 30px;*/
    /*height: 50px;*/
    /*position: absolute;*/
    /*transform: skewY(-10deg) translate(-50%,-50%);*/
    /*z-index: -1;*/
    /*top: 50%;*/
    /*left: 50%;*/
}
.game_content >div.box >h2::before {
    /*content: '';*/
    /*display: block;*/
    /*width: 5px;*/
    /*height: 27px;*/
    /*background: #000;*/
}
/*.game_content >div.box >h2::after,.game_content >div.box >h2::before {*/
/*	content: '';*/
/*	display: block;*/
/*	width: 5px;*/
/*	height: 27px;*/
/*	background: #358ff0;*/
/*}*/
.game_content >div.box >h2::after {
    margin-left: 13px;
}
.game_content >div.box >h2::before {
    margin-right: 13px;
}
.game_content .tagList {
    margin: 15px 0;
}
.game_content .tagList li{
    padding: 6px 12px;
    border-radius: 20px;
    border: 1px solid #eeeeee;
    font-size: 12px;
    display: flex;
    align-items: flex-end;
    cursor: pointer;
    margin-right: 10px;
}
.game_content .tagList li span{
    color: #3cb8ec;
    margin-right: 5px;
}
.game_content .tagList li:hover {
    color: #3cb8ec;
    text-decoration: underline;
}
.game_content .introduce {
    position: relative;
}
.game_content .introduce h4{
    font-size: 20px;
    display: flex;
    align-items: flex-end;
    /*font-weight: bold;*/
    padding: 10px;
    position: relative;
    background: #f3fbfe;
    margin: 20px 0;
    color: #000;
}
.game_content .introduce h4::before{
    /*content: "";*/
    /*width: 4px;*/
    /*height: 16px;*/
    /*margin-right: 10px;*/
    /*display: inline-block;*/
    /*background-color: #000;*/
    /*margin-bottom: 3px;*/
}
.detail_box {
    overflow: hidden;
    height: auto;
    transition: 0.3s all;
}
.introduce .swiper-wrapper.across {
    align-items: center;
    height: 225px;
}
.introduce .across .swiper-slide {
    width: 300px;
    height: 187.5px;
    transition: 0.3s all;
}
.introduce .across .swiper-slide.swiper-slide-active {
    position: relative;
    height: 225px;
    z-index: 5;
    transform: scaleX(1.3);
}
.introduce .swiper-wrapper.vertical {
    align-items: center;
    height: 569px;
    /*height: 480px;*/
}
.introduce .vertical .swiper-slide {
    width: 270px;
    height: 470px;
    transition: 0.3s all;
    /*margin-left: 5px;*/
    margin: 0 5px;
    position: relative;
    /*opacity: 0.4;*/
}
.introduce .vertical .elementOverlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.4;
}
.introduce .vertical .swiper-slide.swiper-slide-active {
    position: relative;
    height: 569px;
    width: 320px;
    z-index: 5;
    /*opacity: 1;*/
    /* transform: scaleX(1.3); */
}
.introduce .vertical .swiper-slide img{
    width: 100%;
    height: 100%;
}
.introduce .vertical .swiper-slide.swiper-slide-active .elementOverlay{
    opacity: 0;
}
.hide_detail {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #999999;
    border-radius: 10px 10px 0 0;
    color: #fff;
    padding: 5px 10px;
    cursor: pointer;
}
.hide_detail img {
    width: 20px;
    height: 15px;
}
.deta_reltag img{
    display: block;
    margin: 10px auto;
    /*max-height: 500px;*/
    /*max-width: 50%;*/
}
.deta_reltag p{
    line-height: 30px;
    font-family: "Microsoft YaHei";
}
.deta_reltag h1,.deta_reltag h2,.deta_reltag h3{
    font-size: 16px;
    /*font-weight: bold;*/
    padding: 4px 12px;
    margin: 12px 0;
    background: #f3fbfe;
    border: 1px solid #f3fbfe;
    color: #000;
}
/* 其他版本 */
.game_content .more {
    position: absolute;
    right: 10px;
    color: #a8a8a8;
    font-size: 12px;
    font-weight: normal;
}
.game_content .more i {
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #a8a8a8;
    color: #a8a8a8;
    font-size: 10px;
    margin-right: 5px;
}
.other .other_box >.box_content {
    width: 280px;
    box-sizing: border-box;
    border: none;
}
.other .other_box >.box_content h5{
    width: 164px;
}
/* 相同厂商 */
.identical .identical_box >.box_content {
    width: 33.3%;
    box-sizing: border-box;
}
.identical .identical_box >.box_content:nth-of-type(3n-1) {
    border-right: 1px dashed #f0f0f0;
    border-left: 1px dashed #f0f0f0;
}
.identical .identical_box >.box_content .flex-column {
    width: calc(100% - 98px);
    padding: 10px 0;
    box-sizing: border-box;
}
/* 猜你喜欢 */
.guessLike_tab {
    border: 1px solid #eee;
    margin-bottom: 15px;
}
.guessLike_tab li {
    position: relative;
    /*font-weight: bold;*/
    font-size: 16px;
    margin: 0 20px;
    padding: 15px 0;
    cursor: pointer;
}
.guessLike_tab li.active{
    color: #ED6D47;
    border-bottom: 1px solid #ED6D47;
}
.guessLike_tab li.active::after {
    /*content: '';*/
    /*position: absolute;*/
    /*bottom: -10px;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    /*width: 12px;*/
    /*height: 10px;*/
    /*display: block;*/
    /*background: url('/home/images/Down/discover_active.png') no-repeat left top /cover;*/
}
.guessLike .guessLike_box >div:last-of-type{
    padding-top: 20px;
}
.guessLike >div .box_content {
    width: 282px;
    box-sizing: border-box;
    padding: 14px;
    border: 1px solid #efefef;
}
.guessLike >div .box_content:nth-of-type(n+4) {
    margin-top: 20px;
}
.guessLike >div .box_content h5{
    width: 156px;
}
.box_exhibition {
    background-color: #F7F7F7;
    padding: 10px;
}
.exhibition_img {
    width: 190px;
    height: 100px;
}
.exhibition_img img{
    width: 100%;
    height: 100%;
}
.exhibition_content {
    padding: 10px 0;
}
.exhibition_content h3 {
    font-size: 18px;
}
.exhibition_content p {
    font-size: 14px;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 同类游戏 */
.sameGame_box .sameGame_img {
    width: 80px;
    height: 80px;
}
.sameGame_box .sameGame_img img{
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    border-radius: 10px;
}
.sameGame_box .sameGame_box_item:hover .sameGame_img img{
    transform: rotateY(180deg)
}
.sameGame_box p{
    width: 80px;
    margin-top: 5px;
}
/* 相关文章 */
.article .article_change {
    color: #999;
    font-size: 16px;
    position: absolute;
    right: 10px;
}
.article .article_change span{
    color: #666;
    margin: 0 10px;
    position: relative;
}
.article .article_change span.active{
    color: #00be6e;
}
.article .article_change span.active::after{
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 10px;
    display: block;
    background: url('/home/images/Down/discover_active.png') no-repeat left top /cover;
}
.article_box li {
    width: 48%;
    border-bottom: 1px dashed #eee;
    padding: 10px 0;
}
.article_box h3 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #444;
    font-weight: normal;
}
.article_box li .article_img{
    width: 110px;
    height: 66px;
    margin-right: 15px;
    overflow: hidden;
}
.article_box li .article_img img{
    transition: all 0.3s;
}
.article_box li:hover .article_img img{
    transform: scale(1.2)
}
.article_box li .article_item p{
    font-size: 14px;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 导航索引 */
.side_nav {
    width: 150px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: 735px;
    transform: translateY(-50%);
}
.side_nav li {
    height: 40px;
    border-left: 1px solid #999;
    padding: 0 16px;
    position: relative;
    display: flex;
    align-items: center;
}
.side_nav li::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -7.5px;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border: 1px solid #999;
}
.side_nav li.active {
    color: #ED6D47;
}
.side_nav li.active::after{
    background-color: #ED6D47;
    border: 1px solid #ED6D47;
}
/* 投诉弹窗 */
.complaint {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}
.complaint .complaint_box {
    width: 720px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.complaint_input_box {
    display: flex;
    margin-bottom: 20px;
}
.complaint_input_box >label:first-of-type {
    width: 60px;
    display: inline-block;
    font-weight: bold;
}
.complaint_input_box label:not(:first-of-type) {
    margin-right: 15px;
    margin-left: 3px;
}
.complaint_input_box #explain{
    resize: none;
    border: 1px solid #ccc;
    padding: 4px 8px;
    flex: 1;
    border-radius: 5px;
}
.complaint_input_box #relation{
    border: 1px solid #ccc;
    padding: 10px 8px;
    width: 300px;
    border-radius: 5px;
}
.complaint_input_box .sub_btn{
    display: block;
    width: 128px;
    height: 36px;
    color: #fff;
    background: #ed6d0f;
    font-size: 16px;
    letter-spacing: 3px;
    border-radius: 5px;
    cursor: pointer;
}
.complaint_title {
    background-color: #f2f2f2;
    height: 52px;
    color: #666;
    padding: 20px;
    box-sizing: border-box;
}
.complaint_title h1{
    font-size: 18px;
}
.complaint_title i{
    font-size: 32px;
    cursor: pointer;
}
.complaint_content {
    padding: 20px;
}
/* 动画部分 */
/* 二维码扫描动画 */
@keyframes qr_code_animation {
    0% {top: 0;}
    100% {top: 105%;}
}
