html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-focus-ring-color: rgba(0, 0, 0, 0);
}

ul,
li {
    list-style: none;
}

body {
    font-family: "Arial";
}

.container {
    position: relative;
    width: 7.5rem;
    margin: 0 auto;
}

.banner-item__top {
    position: relative;
    height: 7.93rem;
}

.banner-item__bottom {
    height: 5.61rem;
    padding-top: 0.2rem;
    background: url("//png.pookcdn.net/hw/studio/mobile/box.png") no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.banner-item__bg {
    width: 100%;
}

.banner .menu {
    position: absolute;
    z-index: 5;
    top: 0.2rem;
    right: 0.2rem;
    width: 0.4rem;
    height: 0.41rem;
}

.banner .logo {
    position: absolute;
    z-index: 5;
    top: 0.1rem;
    left: 0.3rem;
    width: 1.73rem;
    height: 1.04rem;
}

.box {
    width: 7.5rem;
    height: 5.61rem;
    background: url("//png.pookcdn.net/hw/studio/mobile/box.png") no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 0.2rem;
}

.clounds_02 {
    width: 7.5rem;
    position: absolute;
    top: 1rem;
    background: url("//png.pookcdn.net/hw/studio/mobile/clounds_02.png") no-repeat;
    background-size: contain;
    animation: float 20s linear infinite;
    -webkit-animation: float 20s linear infinite;
}

@-webkit-keyframes float {
    0% {
        transform: translateX(-1rem);
        -webkit-transform: translateX(-1rem);
        -moz-transform: translateX(-1rem);
        -ms-transform: translateX(-1rem);
        -o-transform: translateX(-1rem);
    }
    50% {
        transform: translateX(1rem);
        -webkit-transform: translateX(1rem);
        -moz-transform: translateX(1rem);
        -ms-transform: translateX(1rem);
        -o-transform: translateX(1rem);
    }
    100% {
        transform: translateX(-1rem);
        -webkit-transform: translateX(-1rem);
        -moz-transform: translateX(-1rem);
        -ms-transform: translateX(-1rem);
        -o-transform: translateX(-1rem);
    }
}

@keyframes float {
    0% {
        transform: translateX(-1rem);
        -webkit-transform: translateX(-1rem);
        -moz-transform: translateX(-1rem);
        -ms-transform: translateX(-1rem);
        -o-transform: translateX(-1rem);
    }
    50% {
        transform: translateX(1rem);
        -webkit-transform: translateX(1rem);
        -moz-transform: translateX(1rem);
        -ms-transform: translateX(1rem);
        -o-transform: translateX(1rem);
    }
    100% {
        transform: translateX(-1rem);
        -webkit-transform: translateX(-1rem);
        -moz-transform: translateX(-1rem);
        -ms-transform: translateX(-1rem);
        -o-transform: translateX(-1rem);
    }
}

.fk {
    z-index: 2;
    animation: beat 3s linear infinite;
    -webkit-animation: beat 3s linear infinite;
}

@-webkit-keyframes beat {
    0% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
    50% {
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
    }
    100% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
}

@keyframes beat {
    0% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
    50% {
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
    }
    100% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
}

.fk_01 {
    position: absolute;
    width: 2.16rem;
    height: 2.41rem;
    right: 1rem;
    top: 0.5rem;
}

.fk_03 {
    position: absolute;
    width: 2.36rem;
    height: 2.58rem;
    left: 0.2rem;
    top: 2.8rem;
}

.fk_02 {
    position: absolute;
    width: 1.63rem;
    height: 1.73rem;
    right: 3rem;
    top: 3.5rem;
}

.one,
.two,
.three,
.four {
    width: 7.5rem;
    height: 2.22rem;
    line-height: 2.52rem;
}

.three_footer {
    width: 7.5rem;
    height: 1.58rem;
    background: url("//png.pookcdn.net/hw/studio/mobile/three_footer2.png") no-repeat;
    background-size: 100% 100%;
    margin-top: 0.18rem;
    padding: 0.2rem;
}

.three-left,
.three-right {
    width: 0.75rem;
    width: 0.75rem;
    float: left;
    margin-top: 0.2rem;
}

.three-center {
    width: 5rem;
}

.section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 2.22rem;
    padding: 0 0.4rem;
    overflow: hidden;
}

.section-title__number {
    height: 0.4rem;
    margin: 0.6rem 0.18rem 0 0;
}

.section-title__text {
    height: 1.26rem;
    margin-top: 0.5rem;
}

.section-title__text.oneline {
    height: 0.62rem;
}

.section-title__icon {
    width: 1.9rem;
    margin: 0.38rem 0 0 auto;
}

.section-title__icon.logo {
    width: 1.92rem;
    margin-top: 0.6rem;
}

.section-content {
    position: relative;
    background-color: #4f45b5;
}

.section-content.white {
    background-color: #fff;
}

.swiper1,
.swiper2 {
    width: 7.5rem;
    height: 11.73rem;
    background-color: #4f45b5;
    position: relative;
}

.icon {
    position: absolute;
    right: 0.1rem;
    top: 4.6rem;
    z-index: 4;
}

.weibo {
    width: 0.62rem;
}

.facebook {
    width: 0.71rem;
}

.swiper3 {
    width: 7.5rem;
}

.game-swiper {
    height: 5.98rem;
    overflow: hidden;
}

.game-swiper .swiper-wrapper {
    width: 80rem;
}

.game-swiper .swiper-slide {
    float: left;
    text-align: center;
    height: 5.98rem;
    overflow: hidden;
    background: url('//png.pookcdn.net/hw/studio/mobile/swiper_bg.png');
    background-size: 100% 100%;
}

.viewer-swiper {
    height: 6.96rem;
}

.viewer-swiper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.viewer-swiper .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
}

.swiper3 .swiper-slide {
    width: 6.5rem !important;
}

.swiper3 .swiper-slide img {
    width: 98%;
}

.game-swiper__img {
    height: 100%;
}

.game-swiper-pagination {
    position: static;
    padding: 0.4rem 0 0.36rem;
    font-size: 0;
}

.game-swiper-pagination .swiper-pagination-bullet {
    vertical-align: top;
}


/* .swiper-pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: .4rem 0 .36rem;
} */

.swiper-pagination-bullet {
    display: inline-block;
    width: 0.2rem !important;
    height: 0.2rem !important;
    background-color: #ccc !important;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    margin-left: 0.1rem;
}

.swiper-pagination-bullet-active {
    background-color: #fff !important;
}

.aboutus-image-wraper {
    padding-left: 0.4rem;
    overflow: hidden;
}

.aboutus-image-list {
    display: inline-block;
    font-size: 0;
    white-space: nowrap;
    vertical-align: top;
}

.aboutus-image-list li {
    display: inline-block;
    width: 4.64rem;
    height: 4.68rem;
    margin-right: 0.2rem;
    overflow: hidden;
}

.aboutus-image-list li img {
    width: 100%;
}

.one_info {
    width: 7.5rem;
    padding: 0 0.62rem;
}

.one_info p {
    font-size: 0.25rem;
    line-height: 1.5;
    color: #fff;
}

.three_info {
    margin: 0 0.4rem;
    padding: 0.4rem 0.24rem;
    border-top: 1px solid #ccc;
}

.three_info p {
    font-size: 0.25rem;
    line-height: 1.5;
    color: #666;
}

.down_btn {
    padding: 0.6rem 0;
    font-size: 0;
    line-height: 1;
    text-align: center;
}

.down_btn img {
    width: 3.33rem;
    height: 1rem;
    margin: 0 0.03rem;
    vertical-align: top;
}

.swiper1 .swiper-slide img,
.swiper2 .swiper-slide img {
    width: 100%;
}

.contact {
    margin: 0 0.4rem;
    padding-top: 0.18rem;
    border-top: 1px solid #ccc;
}

.contact_btn {
    width: 3.69rem;
    height: 1.1rem;
    vertical-align: top;
}

.footer {
    overflow: hidden;
    width: 7.5rem;
    height: 1.54rem;
    border-top: 0.1rem solid #e60088;
    background-color: #4f45b5;
    padding-left: 0.2rem;
}

.four {
    height: 1.6rem;
}

.four_info p {
    color: #999;
    margin-top: 0.1rem;
    font-size: 0.25rem;
    line-height: 1.5;
}

.xuhao {
    width: 0.81rem;
    height: 0.44rem;
    vertical-align: text-top;
    margin-left: 0.3rem;
}

.title {
    width: 1.87rem;
}

.tu {
    height: 1.61rem;
    vertical-align: text-bottom;
    margin-left: 2rem;
}

.TM_title {
    width: 3.84rem;
}

.TM_text {
    width: 5.85rem;
}

.discover {
    width: 3.6rem;
}

.label {
    font-size: 0.25rem;
}

.form input {
    width: 100%;
    height: 0.8rem;
    background-color: #f5f5f5;
    border: none;
    display: block;
    padding: 0 0.2rem;
}

.form>div {
    line-height: 1;
}

.contact_btn_box {
    padding: 0.58rem 0 0.5rem;
    font-size: 0;
    text-align: center;
}

.footer_1,
.footer_2 {
    height: 0.59rem;
}

.footer span {
    font-size: 0.25rem;
    color: #fff;
    margin-left: 1.5rem;
    vertical-align: middle;
}


/* 鐎殿喛顫夐、锟� */

.pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99;
}

.pop_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    margin: 0 0.25rem;
}

.pop_content .swiper-container {
    width: 7rem;
}

.pop_close {
    display: inline-block;
    width: 0.58rem;
    height: 0.58rem;
    margin-top: 0.96rem;
    background: url("//png.pookcdn.net/hw/studio/mobile/icon_pop_close.png") no-repeat;
    background-size: 100% 100%;
}

.close {
    font-size: 0.25rem;
    color: #282828;
    font-weight: bold;
    background: #fff;
    position: absolute;
    bottom: 2.2rem;
    left: 50%;
    -webkit-transform: translateX(-0.3rem);
    transform: translateX(-0.3rem);
    width: 0.6rem;
    height: 0.6rem;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    line-height: 0.6rem;
    text-align: center;
    cursor: pointer;
}

.menu_list {
    width: 6.4rem;
    height: 100%;
    position: absolute;
    left: -2.5rem;
    top: 0;
    background-color: #463bb1;
    opacity: 0.9;
}

.menu_list>ul>li {
    display: block;
    border-bottom: 1px solid #6a61c0;
    line-height: 1.2rem;
    padding-left: 0.3rem;
}

.menu_list li {
    font-size: 0.3rem;
    font-weight: bold;
    padding-left: 0.3rem;
    color: #fff;
    line-height: 1.2rem;
}

.down_icon img {
    width: 0.44rem;
    height: 0.44rem;
    float: right;
    margin-top: 0.4rem;
    margin-right: 0.4rem;
}

.ul_list {
    border-top: 1px solid #6a61c0;
    margin-left: -0.3rem;
    padding-left: 0.5rem;
}

.list_01 {
    width: 1.16rem;
}

.list_02 {
    width: 1.39rem;
}

.list_03 {
    width: 1.72rem;
}

.list_04 {
    width: 1.16rem;
}

.open-menu {
    position: absolute;
    right: 0;
    top: 0;
}

.open-menu img {
    width: 1.1rem;
}

.print {
    width: 5.6rem;
    float: left;
    margin-top: 0.4rem;
    padding-left: 0.2rem;
}

.print img {
    float: left;
    margin-left: -0.02rem;
}

.swiper-button-next {
    background: url("//png.pookcdn.net/hw/studio/mobile/nexts.png");
}

.swiper-button-next {
    background: url("//png.pookcdn.net/hw/studio/mobile/nexts.png") no-repeat;
    background-size: contain;
}

.swiper-button-prev {
    background: url("//png.pookcdn.net/hw/studio/mobile/prev.png") no-repeat;
    background-size: contain;
}

#wrapper {
    overflow: hidden;
}

.content {
    width: 28rem;
}

.content li {
    width: 6.5rem;
    display: inline-block;
    vertical-align: text-top;
}

.content li img {
    width: 100%;
}