/* 榛樿瀛椾綋澶у皬 */
html {
    font-size: 50px;
}
body {
    max-width: 768px;
    margin: 0 auto;
    padding-top: 1.18rem;
    font-size: 14px;
    color: #555;
    background-color: #fff;
}

/* 绉诲姩绔偣鍑籥閾炬帴鍑虹幇钃濊壊鑳屾櫙闂瑙ｅ喅 */
a:link,
a:active,
a:visited,
a:hover {
    color: #000;
    outline: none;
    text-decoration: none;
    background: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

/* 鍥剧墖鑷€傚簲 */
img {
    width: 100%;
    height: auto;
    display: block;
    pointer-events: none; /* 鍦ㄥ畨鍗撴墜鏈虹偣鍑荤姝㈠浘鐗囬瑙� */
}

/* 娓呴櫎娴姩 */
.clear::after {
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
}

/* 椤堕儴瀵艰埅鏍� */
.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    padding: .2rem .3rem ;
    background-color: #000;
}
.top-bar h1 {
    flex: none;
    width: 2.1rem;
    max-width: 210px;
    margin: 0;
    padding: 0;
}
.top-bar a {
    flex: none;
    color: #ff1e33;
}
.btn-language {
    display: block;
}

/* 璇█鑿滃崟 */
.menu-language {
    display: none;
    position: fixed;
    top: 1.18rem;
    right: 0;
    z-index: 11;
    margin: 0;
    padding: 0 .3rem;
    list-style: none;
    color: rgb(0, 0, 0);
    background-color: rgba(167, 167, 167, 0.3);
}
.menu-language li {
    padding: .5em 0;
    text-align: right;
}
.menu-language a {
    color: rgb(0, 0, 0);
}
.menu-language a:active {
    color: rgb(0, 0, 0);
}

/********************** 鐒︾偣杞挱鍥� **********************/
.focus-wrap {
    margin: 0 auto;
}

/********************** 浜у搧鍒楄〃 **********************/
.list-product {
    margin: .4rem .3rem;
    padding: 0;
    list-style: none;
}
.list-product > li {
    margin-bottom: .2rem;
}
.list-product > li:last-child {
    margin-bottom: 0;
}
.list-product > li > article {
    position: relative;
    background-color: #f7f8f8;
}
.list-product > li > article::after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
}
.list-product > li > article > header {
    width: 50%;
    padding: .2rem;
    box-sizing: border-box;
}
.list-product > li > article > header h1 {
    width: 1.28rem;
    height: 1.28rem;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}
.list-product > li > article > header h2 {
    margin: .2rem 0;
    font-size: 16px;
    color: #000;
}
.list-product > li > article > header p {
    margin: .2rem 0;
    line-height: 1.2;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box ;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.list-product > li > article > footer {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height:72% ;
    overflow: hidden;
}
.list-product > li > article > footer img {
    height:auto;
    width: 100%;
}
.button-box {
    margin-top: .3rem;
    text-align: center;
   
}
.button-box a {
    display: inline-block;
    width: 2rem;
    max-width: 100%;
    margin-bottom: .2rem;
    padding: .5em 0;
    text-align: center;
    box-sizing: border-box;
}
.button-box a:last-child {
    margin-bottom: 0;
    margin-left: 1rem;
}
.btn-A {
    border: 1px solid #555;
    border-radius: 1rem;
    color: #555;
}
.btn-B {
    border: 1px solid #ff1e33;
    border-radius: 1rem;
    color: #ff1e33;
}
a.btn-A:active, a.btn-B:active {
    border-color: #ff1e33;
    color: #fff;
    background-color: #ff1e33;
}
.product-content {
    display: none;
}

/********************** 灏鹃儴 **********************/
.footer {
    padding: .3rem;
    background-color: #f7f8f8;
}
.footer > section {
    font-size: .24rem;
    text-align: center;
    color: #333;
}
.footer header {
    width: 1.2rem;
    margin: 0 auto;
}
.footer article {
    margin-top: .2rem;
}

/********************** 寮瑰眰 **********************/
.mask-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, .8);
}
.mask-box {
    position: relative;
    width: 6.4rem;
    margin: 10% auto 0;
    border-radius: 10px;
    overflow: hidden;
    top: 50%;
    transform: translateY(-60%);
}
.mask-box .btn-closk {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    font-size: 0;
    line-height: 0;
    background: transparent url('//content.game-bean.com/image/fingerfun/icon-close.png') no-repeat;
}
.mask-box header {
    min-height: 4rem;
    box-sizing: border-box;
    padding: .4rem .3rem .2rem;
    text-align: center;
    background: transparent url('//content.game-bean.com/image/fingerfun/pop-bg.jpg') no-repeat center / 100% 100%;
}
.mask-box header h3 {
    font-size: 20px;
    color: #fff;
}
.mask-box header h4 {
    font-size: 18px;
    color: #fff;
}
.mask-box footer {
    padding: .1rem .3rem;
    text-align: center;
    background-color: #fff;
}
.mask-box footer .btn-dl {
    display: block;
    width: 3rem;
    max-width: 236px;
    height: 1rem;
    max-height: 79px;
    margin: .2rem auto;
    padding: 0;
    font-size: 0;
    line-height: 0;
    background: transparent url('//content.game-bean.com/image/fingerfun/button-google-play.png') no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.mask-box footer .btn-dl.btn-dl-googlePlay {
    background-image: url('//content.game-bean.com/image/fingerfun/button-google-play.png');
}
.mask-box footer .btn-dl.btn-dl-appleStore {
    background-image: url('//content.game-bean.com/image/fingerfun/button-apple-store.png');
}
.mask-box footer .btn-dl.btn-dl-apk {
    background-image: url('//content.game-bean.com/image/fingerfun/button-apk.png');
}

.swiper-pagination-bullet {
    width: .8rem;
    max-width: 80px;
    height: .06rem;
    max-height: 6px;
    border-radius: 10px;
    background-color: #fff;
    opacity: .5;
}
.swiper-pagination-bullet-active {
    background-color: #ff1e33;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 5px;
    line-height: 1;
}

@media screen and (min-width: 760px) {
    body {
        padding-top: 119px;
    }
    .top-bar {
        padding: 21px 31px ;
    }
    .menu-language {
        top: 119px;
    }
}