
body{
    background: #A1200D;
}
button{
    background: transparent;
    border: none;
}
@font-face {
    font-family: 'segoeuib';     
    src: url("https://static.fishtopking.com/images/fonts/segoeui.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}
.wrapper{
    margin: 0 auto;
    width: 7.5rem;
    height: 23.99rem;
    background-image: url("https://static.fishtopking.com/images/bancahaithan/gw/bg.jpg");
    overflow: hidden;
}
.header{
    top: 0;
    left: 50%;
    padding: 0 .2rem;
    width: 7.5rem;
    height: 1.32rem;
    background: rgba(94, 0, 0, .7);
    box-sizing: border-box;
    font-family: 'segoeuib';  
    color: #fff;
    font-size: .34rem;
    font-weight: bolder;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}

.header .icon{
    margin-right: .2rem;
    height: 1.17rem;
}
.header .btn-download-top{
    width: 2.15rem;
    height: .73rem;
    background-image: url("https://static.fishtopking.com/images/bancahaithan/gw/btn_download_top.png");
}
.container{
    padding-top: 9rem;
}
.logo{
    top: 1.8rem;
    right: .2rem;
    width: 2.33rem;
    height: 1.34rem;
    background-image: url("https://static.fishtopking.com/images/bancahaithan/gw/logo.png");
}
.age{
    top: 3.2rem;
    right: .6rem;
    width: .69rem;
    height: 1rem;
    background-image: url("https://static.fishtopking.com/images/bancahaithan/gw/18.png");
}
.btn-list{
    gap: .5rem;
}
.btn-list::after{
    content: "";
    position: absolute;
    bottom: -.5rem;
    left: 50%;
    width: 7.08rem;
    height: .2rem;
    background: url("https://static.fishtopking.com/images/bancahaithan/gw/line.png") no-repeat;
    background-size: 100% 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.btn-download{
    width: 2.98rem;
    height: .87rem;
    background-image: url("https://static.fishtopking.com/images/bancahaithan/gw/btn_download.png");
}
.btn-recharge{
    width: 2.98rem;
    height: .87rem;
    background-image: url("https://static.fishtopking.com/images/bancahaithan/gw/btn_recharge.png");
}
.feature-title{
    margin-top: .7rem;
    font-size: .33rem;
    font-family: 'segoeuib'; 
    color: #FBE61D;
    font-weight: bold;
    text-align: center;
}
.feature-content .swiper-container{
    margin: 0 auto;
    width: 6.06rem;
    overflow: hidden;
}
.feature-content .swiper-slide{
    width: 6.06rem;
    height: 3.48rem;
}
.feature-content .swiper-slide::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("https://static.fishtopking.com/images/bancahaithan/gw/bg_swiper_after.png") no-repeat;
    background-size: 100% 100%;
}
.feature-content .swiper-slide img{
    width: 5.71rem;
}
.swiper-button-next,
.swiper-button-prev{
    top: 50%;
    width: .44rem;
    height: .76rem;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);

}
.swiper-button-prev{
    background-image: url("https://static.fishtopking.com/images/bancahaithan/gw/btn_prev.png");
}
.swiper-button-next{
    background-image: url("https://static.fishtopking.com/images/bancahaithan/gw/btn_next.png");
}
.swiper-button-next:after, 
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, 
.swiper-rtl .swiper-button-next:after{
    content: "";
}
.swiper-pagination .swiper-pagination-bullet{
    width: .4rem;
    height: .06rem;
    border-radius: 0;

}
.swiper-pagination .swiper-pagination-bullet-active{
    background: #FFF600;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: -.4rem;
}

.footer{
    margin-top: 1rem;
    padding: 0 .5rem;
    font-size: .14rem;
    color: #FFF600;
    line-height: 2.3;
}
.footer .txt-href a{
    font-size: .2rem;
    font-weight: bold;
    color: #FFF600;
}
.ico-fb{
    display: inline-block;
    margin-right: .1rem;
    width: .26rem;
    height: .26rem;
    background-image: url("https://static.fishtopking.com/images/bancahaithan/gw/ico_fb.png");
    vertical-align: text-top;
}