/* 搜索框 */
.search {
    width: 100%;
    height: 0.46rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    box-sizing: border-box;
    background-color: #ef2b25;
    overflow: hidden;
}

.search_box {
    width: 100%;
    height: 0.28rem;
    padding: 0 0.1rem;
}

.search_box a {
    display: block;
    width: 100%;
    height: 0.28rem;
    border-radius: 0.14rem;
    background-color: #fff;
}

.search_box img {
    float: left;
    width: 0.15rem;
    height: 0.15rem;
    margin: 0.065rem 0.15rem;
}

.search_box span {
    float: left;
    font-size: 0.12rem;
    color: #999;
    line-height: 0.28rem;
}

.search_box i {
    float: right;
    width: 0.14rem;
    height: 0.14rem;
    margin: 0.07rem 0.08rem;
    font-size: 0.12rem;
    color: #fff;
    text-align: center;
    line-height: 0.12rem;
    border-radius: 50%;
    background-color: #d5d5d6;
}

.chat {
    padding-right: 0.1rem;
}

.chat,
.chat img {
    display: block;
    width: 0.245rem;
    height: 0.25rem;
}

/* banner */
.banner {
    width: 100%;
    height: 1.2rem;
    padding: 0 0.1rem;
    margin-top: 0.56rem;
    box-sizing: border-box;
    overflow: hidden;
}

.swiper-container {
    width: 100%;
    height: 1.2rem;
    margin: 0 auto;
    border-radius: 0.1rem;
    overflow: hidden;
}

.swiper-wrapper,
.swiper-wrapper li,
.swiper-wrapper li img {
    width: 100%;
    height: 100%;
}

.swiper-pagination-bullet {
    width: 0.08rem;
    height: 0.08rem;
    text-align: center;
    font-size: 0;
    background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
    background: #F0B0B0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -0.1rem;
}

/* 最新公告 */
.zxgg {
    width: 100%;
    height: 0.4rem;
    padding: 0 0.1rem;
    margin: 0.12rem 0 0.15rem;
    box-sizing: border-box;
    overflow: hidden;
}

.zxgg_con {
    width: 100%;
    height: 0.4rem;
    border-radius: 0.1rem;
    background-color: #fff;
}

.zxgg img {
    float: left;
    display: block;
    width: 0.56rem;
    height: 0.14rem;
    margin: 0.13rem;
}

#newsUL {
    float: left;
    width: 60%;
    height: 0.14rem;
    padding-left: 0.1rem;
    margin: 0.13rem;
    position: relative;
    border-left: 0.01rem solid #979797;
    overflow: hidden;
}

#newsUL li a {
    display: block;
    width: auto;
    height: 0.14rem;
    font-size: 0.12rem;
    color: #666;
    line-height: 0.14rem;
    position: absolute;
    top: 0;
    -webkit-animation: scrollToLeft 7s linear infinite;
    animation: scrollToLeft 7s linear infinite;
}

@-webkit-keyframes scrollToLeft {
    0% {
        left: 70%;
    }

    100% {
        left: 0;
    }
}

@keyframes scrollToLeft {
    0% {
        left: 70%;
    }

    100% {
        left: 0;
    }
}

/* 四个栏目 */
.four_links {
    display: flex;
    margin: 0 0.1rem 0.16rem;
}

.four_links ul {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.four_links ul li {
    float: left;
    width: 25%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.four_links ul li a {
    display: block;
}

.four_links ul li a img {
    width: 0.4rem;
    height: 0.4rem;
    margin: 0 auto 0.06rem;
}

.four_links ul li a p {
    font-size: 0.13rem;
    color: #333;
    line-height: 0.18rem;
}

/* 活动中心 */
.section {
    width: 100%;
    height: auto;
    margin-bottom: 0.16rem;
    padding: 0 0.1rem;
    box-sizing: border-box;
    overflow: hidden;
}

.center {
    width: 100%;
    height: auto;
    padding: 0.19rem 0 0.16rem;
    border-radius: 0.1rem;
    background: #fff;
    overflow: hidden;
}

.head {
    width: 100%;
    padding: 0 0.1rem;
    margin-bottom: 0.12rem;
    font-size: 0.16rem;
    color: #333;
    font-weight: bold;
}

.section_con {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.activeCenter_item {
    float: left;
    width: 33.33333%;
}

.activeCenter_item a {
    display: block;
    font-size: 0.15rem;
    color: #5a5a5a;
    line-height: 0.3rem;
    text-align: center;
}

/* 热门游戏 */
.hot_item {
    float: left;
    width: 25%;
    height: auto;
}

.hot_item a {
    margin-bottom: 0.21rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hot_item a img {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    margin-bottom: 0.06rem;
    border-radius: 0.1rem;
}

.hot_item a p {
    font-size: 0.13rem;
    color: #333;
    line-height: 0.18rem;
}

.more {
    width: 100%;
    height: 0.16rem;
    overflow: hidden;
}

.more a {
    display: block;
    font-size: 0.12rem;
    color: #999;
    line-height: 0.16rem;
    text-align: center;
}

/* 精品账号 */
.good_ul {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.good_ul_li {
    margin-bottom: 0.12rem;
    padding: 0.11rem 0.1rem;
    border-radius: 0.1rem;
    background-color: #fff;
    overflow: hidden;
}

.good_ul_li a {
    width: 100%;
}

.good_ul_top {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 0.08rem;
    overflow: hidden;
}

.good_ul_top h3 {
    display: inline-block;
    position: absolute;
    top: 0.02rem;
    left: 0;
    height: 0.15rem;
    padding: 0 0.06rem;
    font-size: 0.1rem;
    color: #fff;
    line-height: 0.15rem;
    border-radius: 0.02rem;
    background-color: #47A9F7;
}

.good_ul_top p {
    text-indent: 0.8rem;
    min-height: 0.22rem;
    font-size: 0.16rem;
    color: #333;
    line-height: 0.22rem;
}

.good_ul_center {
    width: 100%;
    height: 0.16rem;
    display: flex;
    overflow: hidden;
}

.good_ul_center li {
    float: left;
    margin-right: 0.12rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.good_ul_center li img {
    display: inline-block;
    width: 0.12rem;
    height: 0.12rem;
    margin-right: 0.04rem;
    vertical-align: middle;
    border-radius: 0.005rem;
}


.good_ul_center li span {
    display: inline-block;
    font-size: 0.12rem;
    color: #333;
    line-height: 0.16rem;
    vertical-align: middle;
    word-break: keep-all;
}

.good_ul_bottom {
    width: 100%;
    height: auto;
    margin-top: 0.12rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.good_ul_bottom span {
    display: inline-block;
    height: 0.17rem;
    margin-right: 0.16rem;
    font-size: 0.17rem;
    color: #EF2B25;
    line-height: 0.17rem;
    font-weight: bold;
    vertical-align: middle;
}

.good_ul_bottom span i {
    font-size: 0.11rem;
}

.good_ul_bottom em {
    float: right;
    margin-right: 0;
    font-size: 0.12rem;
    color: #6C6C6C;
    font-style: normal;
}

/* 选项卡 */
.layui-tab {
    width: 100%;
    height: auto;
    margin: 0.2rem 0 0 0;
    overflow: hidden;
}

.layui-tab-title {
    height: 0.3rem;
    background-color: #c5c5c5;
}

.layui-tab-title li {
    font-size: 0.12rem;
    line-height: 0.3rem;
    width: 33.3%;
    padding: 0;
}

.layui-tab-brief>.layui-tab-title .layui-this:after {
    border: none;
}

.layui-tab-brief>.layui-tab-title .layui-this {
    color: #fff;
    background-color: #ef2b25;
}

.layui-tab-content {
    padding: 0;
}

.layui-tab-item ul li {
    height: 0.27rem;
    margin: 0 0.1rem;
    padding-top: 0.23rem;
    font-size: 0.15rem;
    border-bottom: 0.01rem dotted #c6c6c6;
    overflow: hidden;
}

.layui-tab-item ul li a {
    display: block;
    flex: 1;
}

.layui-tab-item ul li a i,
.layui-tab-item ul li a span {
    display: inline;
    font-size: 0.12rem;
    line-height: 0.27rem;
    text-indent: 0.1rem;
    margin-right: 0.1rem;
    overflow: hidden;
}

.layui-tab-item ul li a i {
    color: #6464d5;
}

.layui-tab-item ul li a span {
    color: #5a5a5a;
}

/* bottom */
.bottom {
    width: 100%;
    height: auto;
    margin-bottom: 0.7rem;
    font-size: 0.17rem;
    color: #333;
    line-height: 0.7rem;
    text-align: center;
}