body {
    background-color: #181a1b;
}

@media screen and (orientation: landscape) and (max-width: 568px) {
    .cal-days li,
    .cal-week li {
        width: 0.84rem;
    }
    .gl-heroes .herolist li {
        margin-right: 0.13rem;
    }
    .hn-progressor {
        width: 4.2rem;
    }
}

@media screen and (orientation: landscape) {
    .content-wrap {
        padding-left: 50px;
    }
    .main-content-wrap {
        padding-left: 0;
    }
    .inner-wrap {
        padding-left: 50px;
    }
}

@media screen and (orientation: portrait) {
    .share-text {
        left: 0;
        top: 50%;
        position: absolute;
        text-align: center;
        width: 100%;
    }
    .main-content-wrap {
        background-position-x: 0;
    }
    .inctn {
        padding-bottom: 60px;
    }
    .inner-wrap {
        padding-left: 0;
    }
    .innav {
        left: 0;
    }
    .main-content-wrap .index-right {
        width: 100%;
        position: relative;
        height: auto;
        padding-right: 0.2rem;
        padding-left: 0.2rem;
        padding-bottom: 50px;
    }
    .main-content-wrap .index-left {
        width: 100%;
        position: relative;
        padding-left: 0;
    }
    .main-content-wrap .index-left-content {
        width: auto;
        padding-right: 0.2rem;
        padding-bottom: 0;
    }
    .main-content-wrap .index-news-list-tit {
        width: 4.8rem;
    }
    .act-main-wrap .live-video-danmu-content {
        width: 5.5rem;
    }
}

.main-content-wrap {
    height: 100%;
}

.index-left,
.index-right {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    background: #181a1b;
}

.index-left {
    width: 7.17rem;
    width: calc(7.17rem - constant(safe-area-inset-left));
    width: calc(7.17rem - env(safe-area-inset-left));
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 50px;
    position: fixed;
    left: 0;
    left: constant(safe-area-inset-left);
    left: env(safe-area-inset-left);
    top: 0;
    z-index: 100;
    overflow-y: auto;
}

.index-right {
    width: 6rem;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0.2rem;
    padding-right: 0.2rem;
}

.index-left-content {
    padding-top: 0.2rem;
    padding-left: 0.2rem;
    padding-bottom: 1rem;
}

.live-video-header {
    width: 100%;
    height: 0.65rem;
    background: #242424
}

.live-video-icon {
    float: left;
    width: 0.9rem;
    height: 0.35rem;
    margin-top: 0.2rem;
    margin-left: 0.1rem;
    background: url(//game.gtimg.cn/images/hyrz/ingame/v2017/live.png) no-repeat;
    background-size: contain;
    color: #fff;
    font-size: 10px;
    text-indent: 0.27rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.live-video-title {
    float: left;
    width: 4rem;
    height: 0.35rem;
    line-height: 0.35rem;
    margin-top: 0.2rem;
    color: #fff;
    padding: 0 0.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.live-video {
    width: 100%;
    height: 3.29rem;
    overflow: hidden;
}

.index-news-list {
    padding-bottom: 1rem;
}

.index-news-list a {
    color: #fff
}

.index-news-list ul {}

.index-news-list ul li {
    color: #fff;
    border-bottom: 1px solid #1f2121;
    overflow: hidden;
    padding: 0.1rem 0;
}

.index-news-list-pic {
    float: left;
    width: 1.50rem;
    height: 0.9rem;
}

.index-news-list-tit {
    float: left;
    width: 3.8rem;
    padding: 0.25rem 0.2rem;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.live-video-danmu {
    width: 100%;
    overflow: hidden;
    padding: 0.05rem 0;
}

.live-video-danmu-content {
    float: left;
    width: 4.3rem;
    color: #515151;
    background: #1d1d1d;
    margin-top: 0.05rem;
    margin-left: 0.15rem;
    padding: 0.05rem 0.05rem;
    border-radius: 3px;
    outline: 0;
    border: 0;
}

.live-video-danmu-switch {
    float: right;
    width: 0.5rem;
    height: 0.3rem;
    border-radius: 50px;
    margin-top: 0.09rem;
    margin-right: 0.2rem;
    position: relative;
    padding: 0.02rem;
    background: #6a6a6a;
    transition: all 0.5s;
}

.danmu_switch_on {
    background: #ff4b2c;
}

.live-video-danmu-buttom {
    width: 55%;
    height: 0.3rem;
    color: #fff;
    border-radius: 50px;
    background: #242424;
    position: absolute;
    right: 10px;
    text-align: center;
    font-size: 10px;
    line-height: 0.3rem;
    transition: all 0.5s;
}

.danmu_switch_on .live-video-danmu-buttom {
    right: 1px;
}

.event-calendar-title {
    color: #fff;
    text-align: center;
    padding: 0.2rem 0;
}

.event-calendar-icon {
    width: 0.19rem;
    height: 0.22rem;
    background: url(//game.gtimg.cn/images/hyrz/ingame/v2017/calendar.png) no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 5px;
}

.event-calendar-title p {
    display: inline-block;
    font-size: 14px;
}

.event-calendar-table-header,
.event-calendar-table-content {
    width: 100%;
    text-align: center;
    color: #fff;
}

.event-calendar-table-header td {
    background: #3b3939;
    border-right: 1px solid #242424;
    padding: 0.05rem 0
}

.event-calendar-table-content td {
    width: 14.29%;
    background: #242424;
    border-right: 1px solid #3b3939;
    border-bottom: 1px solid #3b3939;
    padding: .2rem 0rem;
    font-size: 16px;
}

.event-calendar-table-content .on {
    font-size: 10px;
    background: #ff4b2c;
    padding: 0.1rem 0;
}

.event-calendar-table-header td:last-child,
.event-calendar-table-content td:last-child {
    border-right: none;
}

#news-fouces .swiper-pagination-bullet-active {
    background: #ab9a75
}

#news-fouces .news-button-prev {
    width: 43px;
    height: 40px;
    background-image: url(//game.gtimg.cn/images/hyrz/ingame/v2017/arror-left.png);
    background-size: 50%;
}

#news-fouces .news-button-next {
    width: 43px;
    height: 40px;
    background-image: url(//game.gtimg.cn/images/hyrz/ingame/v2017/arror-right.png);
    background-size: 50%;
}

#news-fouces .swiper-pagination {
    bottom: 5px;
}

#news-fouces .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ab9a75
}

#news-fouces .swiper-pagination-bullet {
    background: transparent;
    opacity: 1;
    border: 1px solid #ab9a75
}

.air-player {
    border: 1px solid #000;
    padding-top: 56.09756097560976%;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.air-player-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.air-player-wrap img {
    display: block;
    vertical-align: middle;
    height: 100%;
    width: 100%
}

.air-player-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4)
}

.air-player-layer .i-playair {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.3rem;
    margin-left: -0.3rem
}

.air-player-layer .tenvideo_player {
    width: 100%;
    height: 100%
}

.air-player-dm {
    border-bottom: 1px solid #000;
    background: #272727;
    padding: .15rem;
    padding-left: .3rem;
    padding-right: 1.6rem;
    position: relative
}

.air-player-dm .danmu_pub {
    background: #151515;
    color: #626262;
    font-size: .24rem;
    border: 0;
    border-radius: 4px;
    line-height: .54rem;
    height: .54rem;
    padding-left: .2rem;
    padding-right: .2rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.air-player-dm .danmu_pub:focus {
    outline: 0;
    outline: 0
}

.air-player-dm .danmu_switch {
    position: absolute;
    width: .8rem;
    height: .46rem;
    background: #6a6a6a;
    right: .3rem;
    top: 50%;
    margin-top: -0.23rem;
    border-radius: 20px;
    overflow: hidden
}

.air-player-dm .danmu_switch span {
    position: absolute;
    height: .4rem;
    width: .4rem;
    border-radius: 50%;
    background: #fff;
    top: 0rem;
    left: .03rem;
    text-align: center;
    line-height: .4rem;
    font-size: .2rem;
    color: #6a6a6a;
    overflow: hidden;
    margin-top: .03rem
}

.air-player-dm .danmu_switch_on {
    background: #ff4427
}

.air-player-dm .danmu_switch_on span {
    right: .03rem;
    left: auto;
    color: #ff4427
}

.hairlines .air-player-dm {
    border-bottom-width: .5px
}

.air-options {
    padding-top: .2rem;
    overflow: hidden
}

.air-options-col2 .options-item {
    width: 50%;
    margin-right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.air-options-col2 .options-item:nth-child(1) {
    padding-right: .1rem
}

.air-options-col2 .options-item:nth-child(2) {
    padding-left: .1rem
}