/*@font-face {
    font-family: "NotoSansCJKkr";
    src: url("../font/NotoSansCJKkr-Regular.ttf");
}*/
body {
    background-color: #f6f6f6;
    font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
    /* font-family: Arial, Helvetica, sans-serif; */
}
* {
    -webkit-overflow-scrolling: touch;
}

.desktop1 {
    font-size: 60.5556px !important;
}
.desktop1{
    background: url(../img/bg.jpg) top center no-repeat;
}
.desktop1 body {
    max-width: 436px;
    margin: 0 auto;
}
.searchPage {
    display: block;
    display: none;
}
.collectionPage {
    display: block;
    display: none;
}
.wrap {
    width: 100%;
    overflow: hidden;
    /*padding-bottom: 2rem;*/
    min-height: 100vh;
    /*padding-top: 0.8rem;*/
}
.gameDetail {
    min-height: calc(100vh - 1.6rem);   
}
.desktop1 .gameDetail,.desktop1 .searchPage{
    box-sizing: border-box;
    border-left: 0.01rem solid  #dbdbdb;
    border-right: 0.01rem solid  #dbdbdb;
}
.top {
    width: 100%;
    height: 4.32rem;
    background: url(../img/top_bg.jpg) 0 0 no-repeat;
    background-size: 100%;
}
.goTop,
.pageGoTop {
    position: fixed;
    width: 0.73rem;
    height: 0.73rem;
    right: -1rem;
    bottom: 0.4rem;
    background: url(../img/goTop.png) 0 0 no-repeat;
    background-size: cover;
    z-index: 99;
    transition: right 0.5s;
    cursor: pointer;
}
.pageGoTop {
    bottom: 2.4rem;
}
.goTop.show {
    right: 0.4rem;
}
.top img {
    width: 100%;
    height: auto;
}
.pageGoTop.show2 {
    right: 0.4rem;
}
.topMenu {
    height: 0.8rem;
    width: 100%;
    background: #dbdbdb;
    line-height: 0.8rem;
    transition: top 0.5s;
    z-index: 99;
}
.topMenu img {
    width: 0.52rem;
    height: 0.52rem;
    margin-top: 0.14rem;
    float: left;
    margin-right: 0.2rem;
    margin-left: 0.4rem;
}
.topMenu .name {
    font-weight: bold;
    font-size: 0.24rem;
    float: left;
    color: #080808;
    line-height: 0.8rem;
}
.gameDetail > .inner {
    padding: 0 0.4rem;
    padding-bottom: 0;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.tabDetail .inner {
    overflow: unset;
    width: 100%;
    background: #ffffff;
    margin: 0.5rem auto;
    padding: 0.8rem 0.4rem 0.3rem;
    box-sizing: border-box;
}
.tabDetail .inner .title {
    position: absolute;
    left: 0.4rem;
    top: 0.3rem;
    font-size: 0.24rem;
    color: black;
    font-weight: bold;
}
.activity.tabDetail .inner {
    margin-top: 0.1rem;
    background: unset;
    padding-top: 0;
    padding-bottom: 0;
    padding-top: 2px;
}
.header .game {
    overflow: hidden;
}
.header .game .icon {
    float: left;
}
.header .game .icon img {
    width: 1.52rem;
    height: auto;
}
.header .game .slogan {
    float: left;
    font-size: 0.24rem;
    font-family: "나눔고딕", "NanumGothic", "malgun gothic", "돋움", "dotum";
    color: #080808;
    margin-left: 0.2rem;
    line-height: 1.5;
}
.header .game .slogan h5 {
    font-size: 0.32rem;
}
.header .btnGroup {
    clear: both;
    margin-top: 0.4rem;
    font-family: "나눔고딕", "NanumGothic", "malgun gothic", "돋움", "dotum";
    font-weight: bold;
    overflow: hidden;
    height: 1rem;
    user-select: none;
}
.header .btnGroup .home {
    float: left;
    width: 3rem;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    background: #ffffff;
    border: 1px solid #a4332c;
    box-shadow: 0 0.03rem 0.07rem 0 rgba(0, 0, 0, 0.4);
    cursor: pointer;
    color: #a4332c;
    font-size: 0.28rem;
}
.header .btnGroup .yuyue,
.header .btnGroup .down {
    float: right;
    width: 3rem;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    background: #a4332c;
    border: 1px solid #a4332c;
    box-shadow: 0 0.03rem 0.07rem 0 rgba(0, 0, 0, 0.4);
    cursor: pointer;
    color: #fff;
    font-size: 0.28rem;
}
.header .btnGroup .down {
    width: 100%;
}
.tabs {
    width: 100%;
    clear: both;
    overflow: hidden;
    margin: 0.2rem auto;
    padding-bottom: 0.2rem;
    margin-bottom: 0.1rem;
}
.tabs .tab {
    float: left;
    width: 50%;
    height: 0.4rem;
    font-size: 0.28rem;
    font-family: "나눔고딕", "NanumGothic", "malgun gothic", "돋움", "dotum";
    font-weight: bold;
    color: #707070;
    box-sizing: border-box;
    text-align: center;
    line-height: 0.4rem;
    cursor: pointer;
}
.tabs .tab span {
    position: relative;
}
.tabs .tab:nth-child(2) {
    border-left: 1px solid #ccc;
}
.tabs .tab.active,
.tabs .tab:hover {
    position: relative;
    color: #a4332c;
}
.tabs .tab.active:after {
    position: absolute;
    bottom: -0.16rem;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #a4332c;
}
.tabDetail {
    width: 100%;
    overflow: hidden;
    /* display: none; */
}
/*.newTip span:after{
	position: absolute;
	right: -0.2rem;
	top: -0.25rem;
	content: '.';
	color: #A4332C;
	font-size: 0.5rem;
}*/
.tabTxt {
    position: relative;
    height: 1.3rem;
    overflow: hidden;
    /*transition: 0.5s;*/
    overflow: hidden;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*transition: .5s;*/
}
.tabTxt p {
    font-size: 0.24rem;
}
/*.tabTxt.close::after {
	width: 100%;
	height: 0.4rem;
	content: "";
	position:absolute;
	bottom:-0.1rem;
	left:0;
	background:url(../img/line.png) 0 0 repeat-x; 
}*/
.tabTxt.open {
    height: auto;
    overflow: unset;
    -webkit-line-clamp: unset;
    display: unset;
    -webkit-box-orient: unset;
}
.opera {
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.26rem;
    color: #a4332c;
    text-align: right;
    cursor: pointer;
    font-weight: bold;
    margin-top: 0.3rem;
}
.opera span {
    display: none;
}
.tabTxt.close + .opera .close {
    display: block;
}
.tabTxt.open + .opera .open {
    display: block;
}
.swiperBox {
    position: relative;
    width: 6.4rem;
    height: 100%;
    background: #fff;
    padding: 1rem 0.5rem;
    box-sizing: border-box;
    margin: 0 auto;
}
.swiper {
    width: 100%;
    height: 100%;
}
.swiperBox .title {
    position: absolute;
    left: 0.5rem;
    top: 0.3rem;
    font-size: 0.24rem;
    color: black;
    font-weight: bold;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -0.7rem;
}
.swiper-button-next {
    width: 0.62rem;
    height: 0.62rem;
    background: url(../img/pc/arrow_r.png) 0 0 no-repeat;
    background-size: 100%;
    opacity: 1;
}
.swiper-button-next.swiper-button-disabled {
    width: 0.62rem;
    height: 0.62rem;
    background: url(../img/pc/arrow_r2.png) 0 0 no-repeat;
    background-size: 100%;
    opacity: 1;
}
.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}
.swiper-button-prev {
    width: 0.62rem;
    height: 0.62rem;
    background: url(../img/pc/arrow_l.png) 0 0 no-repeat;
    background-size: 100%;
    opacity: 1;
}
.swiper-button-prev.swiper-button-disabled {
    width: 0.62rem;
    height: 0.62rem;
    background: url(../img/pc/arrow_l2.png) 0 0 no-repeat;
    background-size: 100%;
    opacity: 1;
}
.swiper-pagination-bullet {
    opacity: 1;
    background: #fff;
    border: 1px solid #a4332c;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #a4332c;
}
.swiper-wrapper {
    width: 100%;
    /*overflow: hidden;*/
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide a,.swiper-slide img {
    display: block;
    width: 100%;
}
.info {
    font-size: 0.24rem;
    line-height: 2.2;
    font-family: "나눔고딕", "NanumGothic", "malgun gothic", "돋움", "dotum";
}
.info p span {
    display: inline-block;
    font-family: "나눔고딕", "NanumGothic", "malgun gothic", "돋움", "dotum";
    font-weight: 400;
}
.info p span:first-child {
    width: 1rem;
    margin-right: 0.2rem;
    text-align: right;
}
.info p span a {
    display: inline-block;
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.12rem;
}
.info .icon,
.slogan .icon {
    line-height: 3;
}
.info .icon span:last-child,
.slogan .icon span:last-child {
    padding-top: 0.06rem;
}
.slogan .icon {
    padding-top: 0.1rem;
}
.slogan .icon a {
    display: inline-block;
    width: 0.62rem;
    height: 0.62rem;
}
.info .icon_c {
    background: url(../img/icon_c.png);
    background-size: 100%;
}
.info .icon_ch {
    background: url(../img/icon_ch.png);
    background-size: 100%;
}
.info .icon_t {
    background: url(../img/icon_t.png);
    background-size: 100%;
}
.info .icon_f {
    background: url(../img/icon_f.png);
    background-size: 100%;
}
.slogan .icon a:nth-child(1) {
    background: url(../img/google.png);
    background-size: 100%;
}
.slogan .icon a:nth-child(2) {
    background: url(../img/app.png);
    background-size: 100%;
}
.slogan .icon a:nth-child(3) {
    background: url(../img/ONEstore.png);
    background-size: 100%;
}
.slogan .icon a:nth-child(4) {
    background: url(../img/galaxy.png);
    background-size: 100%;
}
.activity {
    overflow: hidden;
}
.activity .inner {
    /*padding-top: 0;*/
}
.activity .card {
    width: 100%;
    background: #fff;
    margin-bottom: 0.4rem;
    padding-bottom: 0.1rem;
    box-shadow: 0px 0.03rem 0.07rem 0px rgba(0, 0, 0, 0.4);
}
.activity .card:last-child {
    margin-bottom: 0;
}
.activity .card img {
    width: 100%;
    user-select: none;
}
.activity .card .timeTip {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
}
.activity .card .timeTip .time {
    font-size: 0.24rem;
    height: 1rem;
    line-height: 1rem;
    display: inline-block;
    margin-left: 0.2rem;
    float: left;
}
.activity .card .timeTip .btn {
    float: right;
    height: 0.6rem;
    margin-top: 0.2rem;
    margin-right: 0.2rem;
    background: #a4332c;
    box-shadow: 0px 0.03rem 0.07rem 0px rgba(0, 0, 0, 0.4);
    line-height: 0.6rem;
    color: #fff;
    font-size: 0.26rem;
    text-align: center;
    font-weight: bold;
    padding: 0 0.2rem;
}
.activity .card .timeTip .btnSoon {
    float: right;
    height: 0.6rem;
    margin-top: 0.2rem;
    margin-right: 0.2rem;
    background: #707070;
    box-shadow: 0px 0.03rem 0.07rem 0px rgba(0, 0, 0, 0.4);
    line-height: 0.6rem;
    color: #fff;
    font-size: 0.26rem;
    text-align: center;
    font-weight: bold;
    padding: 0 0.2rem;
    cursor: not-allowed;
}
.activity .card .desc {
    width: 100%;
    height: 0.8rem;
    line-height: 0.4rem;
    font-size: 0.24rem;
    box-sizing: border-box;
    padding: 0 0.2rem;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.tabDetail.gl .inner {
    position: relative;
    padding: 0.2rem 0.4rem;
    margin-top: 0;
    background: unset;
    /*height: 9rem;*/
    padding-bottom: 0;
    box-sizing: border-box;
    z-index: 1;
}
.tabDetail.gl iframe {
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 4px;*/
    width: 100%;
    height: 9rem;
    padding: 0;
    box-sizing: border-box;
    z-index: 0;
    background: rgba(0, 0, 0, 0);
}
/*移动设备*/
.header .btnGroup .yuyue,
.header .btnGroup .home {
    width: 48%;
}
.zero {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    min-height: 5rem;
}
.zero img {
    width: 2rem;
}
.closeWin,.closeIsOpen {
    float: right;
    margin: 0.24rem 0.3rem 0 0;
    width: 0.3rem;
    height: 0.3rem;
    background: url(../img/closeWin.png) 0 0 no-repeat;
    background-size: 100%;
}
.footer {
    /*position: fixed;*/
    /*left: 0;*/
    /*bottom: 0;*/
    width: 100%;
    background: #3b3b3b;
    overflow: hidden;
    padding: 0.4rem 0;
}
.footer p {
    width: 100%;
    margin: 0;
    padding: 0;
    padding: 0;
    font-size: 0.22rem;
    color: #a2a2a2;
    line-height: 0.6rem;
}
.footer p a {
    font-size: 0.22rem;
    color: #a2a2a2;
}
.privacy .line {
    width: 1px;
    display: inline-block;
    height: 0.22rem;
    background-color: #a2a2a2;
    margin: 0 0.2rem;
    margin-top: 0.18rem;
}
.footer .copyright,
.footer .term {
    text-align: center;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.tabDetail.gl .inner .gl_search.mb {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.whiteBg .search_txt {
    float: left;
    width: 88%;
    margin-left: 6%;
    box-sizing: border-box;
    height: 0.54rem;
    /*background: #3b3b3b;*/
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0.4rem;
    border: 0.02rem solid #a4332c;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}
.tabDetail.gl .inner .season-data .news-tips p.emptyList{
    font-size: 0.24rem;
    border: none;
}
.tabDetail.gl .inner .gl_search.mb .mySwiper1 {
    overflow: unset;
}
.gl_search.mb .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0.1rem;
    height: 0.3rem;
}
.mobile .tabDetail.gl .inner {
    margin-bottom: 0;
}
.whiteBg .search_txt input {
    /*width: 73%;*/
    height: 0.6rem;
    background: none;
    outline: none;
    border: none;
    /*border-radius: 0.3rem;*/
    display: block;
    text-indent: 0.3rem;
    font-size: 0.22rem;
    font-weight: bold;
    float: left;
    padding-right: 0.5rem;
    box-sizing: border-box;
    /*margin-left: 0.3rem;*/
    /*margin-right: 0.1rem;	*/
}
.whiteBg .search_txt img {
    width: 0.3rem;
    height: 0.3rem;
    float: left;
    cursor: pointer;
    user-select: none;
    margin-right: 0.4rem;
}

.whiteBg .like {
    float: right;
    width: 18%;
    margin-right: 4%;
    box-sizing: border-box;
    height: 0.7rem;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    font-size: 0.2rem;
    flex-direction: column;
    -webkit-flex-direction: column;
    margin-top: 0.16rem;
    user-select: none;
    cursor: pointer;
    font-weight: bold;
}
.tablet .whiteBg .like {
    font-size: 0.14rem;
}
.whiteBg .like img {
    width: 0.6rem;
}
.whiteBg .mb .swiper-slide img {
    border-radius: 0;
}

.gameDetail .search_txt .search_input {
    position: relative;
    display: block;
    float: left;
}
.gameDetail .search_special .search_txt .search_input {
    border: 2px solid #a4332c;
    box-sizing: border-box;
    height: 54px;
    border-radius: 50px;
    width: 688px;
    margin: 0 auto;
    float: unset;
}
.gameDetail .search_txt .search_input {
    width: 88%;
    float: unset;
    /*margin-left: 0.3rem;*/
    margin-right: 0.1rem;
}
.gameDetail .search_txt input {
    display: block;
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    outline: none;
    border: none;
    border-radius: 0.3rem;
    display: block;
    text-indent: 0.3rem;
    font-size: 0.22rem;
    font-weight: bold;
    float: left;
}
.gameDetail .clearTxt {
    display: none;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 21px;
    right: 70px;
    background: url(../img/clear.png) 0 0 no-repeat;
    background-size: contain;
    cursor: pointer;
    user-select: none;
}
.gameDetail .clearTxt {
    width: 0.26rem;
    height: 0.26rem;
    top: 50%;
    right: 0.1rem;
    margin-top: -0.13rem;
}
.pageGoTop.show1 {
    right: 0.4rem;
}
.search_select,
.mobile .search_results {
    min-height: calc(100vh - 4.2rem);
}

.whiteBg {
    background: #fff;
    margin: 0.2rem auto;
    padding: 0.1rem 0;
    overflow: hidden;
}

.tabDetail.gl .inner .season_select {
    padding: 0.2rem;
    padding-bottom: 0;
    width: 94%;
    height: 0.86rem;
    background: #fff;
    /* overflow: hidden; */
    /* float: left; */
    margin: 0 auto;
    display: flex;
}
.tabDetail.gl .season_select .label {
    text-align: center;
    flex: 4;
    height: 0.8rem;
    line-height: 0.8rem;
    background-color: #a4332c;
    color: #fff;
    font-size: 0.28rem;
    font-weight: bold;
    margin-left: 0.4rem;
}
.tabDetail.gl .season_select .select {
    height: calc(0.8rem - 2px);
    line-height: 0.8rem;
    flex: 6;
    cursor: pointer;
    text-transform: capitalize;
    outline: none;
    border: 1px solid #ccc;
    border-left: none;
    text-align: center;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 0.24rem;
    color: #ccc;
    position: relative;
    overflow: visible;
    margin-right: 0.4rem;
}
#seasonSelect .arrow-icon {
    display: block;
    z-index: 99;
    background: url("../img/select_arrow.png") no-repeat;
    background-size: 100%;
    width: 0.25rem;
    height: 0.2rem;
    position: absolute;
    right: 0.2rem;
    top: 0.3rem;
    transition: all 0.2s ease-in;
}
#seasonSelect .arrow-icon.up {
    transform: rotate(180deg);
    transition: all 0.2s ease-in;
}
.tabDetail.gl .season_select ul {
    /* position: relative; */
}
.tabDetail.gl .season_select ul li {
    position: absolute;
    width: calc(100% - 0.01rem);
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.24rem;
    bottom: 0rem;
    z-index: 99;
    background-color: #fff;
    color: #3b3b3b;
    display: block;
    border: 0.01rem solid #ccc;
    border-top: none;
}
.tabDetail.gl .season_select ul li.hasNew::after {
    content: "";
    position: absolute;
    right: 0.2rem;
    top: 0.14rem;
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 50%;
    background-color: #d9001b;
}
.tabDetail.gl .inner .season-data .swiper-slide.hasNew::after {
    content: "";
    position: absolute;
    right: 0.2rem;
    top: 0.2rem;
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 50%;
    background-color: #d9001b;
}
.tabDetail.gl .season_select ul li:hover {
    background-color: lightskyblue;
}
.tabDetail.gl .season_select ul li:nth-of-type(1) {
    top: 0.78rem;
}
.tabDetail.gl .season_select ul li:nth-of-type(2) {
    top: 1.39rem;
}
.tabDetail.gl .season_select ul li:nth-of-type(3) {
    top: 2.01rem;
}
.tabDetail.gl .season_select .chosen {
    line-height: 0.8rem;
    font-size: 0.3rem;
    color: #a2a2a2;
}
.tabDetail.gl .select.hasNew::after {
    content: "";
    position: absolute;
    left: 102%;
    top: 0.34rem;
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 50%;
    background-color: #d9001b;
}
.tabDetail.gl .select {
    position: relative;
}
.tabDetail.gl .inner .season-data {
    /* float: left; */
    margin: 0 auto;
    padding: 0.2rem;
    width: 94%;
    height: 6.28rem;
    background: #fff;
    margin-bottom: 0.3rem;
}
.tabDetail.gl .inner .season-data .news-tips .unreaded::after {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    right: 0.1rem;
    top: 0.2rem;
    background: url(../img/new_artical.png) no-repeat;
    background-size: 100%;
}
.tabDetail.gl .inner .season-data .nav {
    width: 100%;
    height: 0.8rem;
    padding: 0 0.4rem;
    box-sizing: border-box;
}
.tabDetail.gl .inner .season-data .swiperBox2 {
    position: relative;
    width: 100%;
    height: 0.8rem;
    background: #fff;
    margin: 0 auto;
    padding: 0;
}
.tabDetail.gl .inner .season-data .swiper {
    width: 100%;
    height: 0.8rem;
}
.tabDetail.gl .inner .season-data .swiper-button-next {
    width: 0.62rem;
    height: 0.62rem;
    background: url(../img/arrow_r.png) 0 0 no-repeat;
    background-size: 100%;
    opacity: 1;
    top: 0;
    right: -0.4rem;
    margin-top: 0.09rem;
}
.tabDetail.gl .inner .season-data .swiper-button-next.swiper-button-disabled {
    background: url(../img/arrow_r2.png) 0 0 no-repeat;
    background-size: 100%;
    opacity: 1;
}
.tabDetail.gl .inner .season-data .swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}
.tabDetail.gl .inner .season-data .swiper-button-prev {
    width: 0.62rem;
    height: 0.62rem;
    background: url(../img/arrow_l.png) 0 0 no-repeat;
    background-size: 100%;
    opacity: 1;
    top: 0;
    left: -0.4rem;
    margin-top: 0.09rem;
}
.tabDetail.gl .inner .season-data .swiper-button-prev.swiper-button-disabled {
    background: url(../img/arrow_l2.png) 0 0 no-repeat;
    background-size: 100%;
    opacity: 1;
}
.tabDetail.gl .inner .season-data .swiper-wrapper {
    width: 100%;
    /*overflow: hidden;*/
}
.tabDetail.gl .inner .season-data .swiper-slide {
    text-align: center;
    font-size: 0.24rem;
    font-weight: bold;
    background: #a2a2a2;
    color: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
}
/*.tabDetail.gl .inner .season-data .swiper-slide:hover,*/
.tabDetail.gl .inner .season-data .swiper-slide.menuActive {
    background: #a4332c;
}

.tabDetail.gl .inner .season-data .news-tips {
    width: 100%;
    padding: 0 0.4rem;
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: auto;
    height: 5.2rem;
}
.tabDetail.gl .inner .season-data .news-tips p {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}
.tabDetail.gl .inner .season-data .news-tips p a {
    line-height: 0.8rem;
    color: #000;
    font-size: 0.24rem;
    float: left;
    width: calc(100% - 0.62rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tabDetail.gl .inner .season-data .news-tips span.arrow {
    display: block;
    float: right;
    width: 0.18rem;
    height: 0.32rem;
    background: url(../img/r_1.png) 0 0 no-repeat;
    background-size: 100%;
    margin-right: 0.1rem;
    /*transform: rotate(180deg);*/
}
.tabDetail.gl .inner .season-data .zero {
    position: relative;
}
.tabDetail.gl .inner .season-data .zero img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1080px) {
    .news-tips {
        max-height: 414px;
        min-height: 200px;
    }
}
@media only screen and (max-width: 1080px) {
    .zero {
        min-height: 4rem;
    }
}
.tabDetail.gl .inner .season-data .fontSize50 {
    font-size: 50px !important;
}
@media screen and (orientation: landscape) and (max-width: 1080px) {
    .ios .swiper-slide {
        font-size: 0.24rem;
    }
    .ios .news-tips p a {
        line-height: 0.45rem;
        font-size: 0.16rem;
    }
}

.activity-default-img {
    width: 100%;
}