@charset "utf-8";

:root {
    --base-max-width: 1200px;
    --base-min-width: 360px;
    --base-font-size: clamp(13px, 0.26rem, 16px);
    --base-line-height: 1.4;
    --base-topbar-height: clamp(50px, 0.87rem, 87px);
    --base-border-radius: 0.2rem;
    --color-primary: #555;
}

html {
    font-size: clamp(50px, calc(100vw / 7.5), 100px);
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei UI", "Droid Sans", system-ui, sans-serif;
    font-size: var(--base-font-size);
    line-height: var(--base-line-height);
    color: var(--color-primary);
    background-color: #f8f8f8;
}
img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
input, select, textarea, button {
    border: none;
    outline: none;
}
button {
    cursor: pointer;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -webkit-highlight: none;
}
a {
    color: var(--color-primary);
    text-decoration: none;
}
a:hover {
    color: #000;
}
p {
    margin: 0.7em 0;
}

.app {
    width: 100%;
    max-width: 1920px;
    min-width: var(--base-min-width);
    margin: 0 auto;
    padding-top: var(--base-topbar-height);
}

.wrapper {
    width: 100%;
    max-width: var(--base-max-width);
    margin: 0 auto;
    box-sizing: border-box;
}

.topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    height: var(--base-topbar-height);
    background: url("//content.game-bean.com/image/yqcr/payment_tw_2608/topbar-bg.jpg") repeat-x center center;
}
.topbar .wrapper {
    height: 100%;
    display: flex;
    align-items: center;
}
.topbar-logo {
    flex: none;
}
.topbar-logo h1 {
    width: 1.2rem;
    margin: 0;
    font-size: 0;
    line-height: 0;
}
.topbar-navmenu {
    flex: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.topbar-navmenu li {
    flex: none;
    margin: 0 0.1rem;
    font-size: 1.1em;
}
.topbar-navmenu li a {
    display: block;
    width: 1.4rem;
    height: 0.51rem;
    padding: 0.2em 0.7em;
    line-height: 0.56rem;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.topbar-navmenu li a.active {
    color: #000;
    background: url("//content.game-bean.com/image/yqcr/payment_tw_2608/topbar-menu-bg.png") no-repeat center top;
    background-size: 100% 100%;
}
.topbar-right {
    flex: none;
    color: #fff;
}
.topbar-right a {
    color: #fff;
}
.btn-login {
    display: block;
    width: 0.94rem;
    margin: 0 auto;
}

.page1-jchl {
    padding-top: 0.3rem;
    padding-bottom: 1.4rem;
    background: url("//content.game-bean.com/image/yqcr/payment_tw_2608/jchl-bg-pc.jpg") no-repeat center top;
    background-size: 100% 100%;
    box-sizing: border-box;
}
.page1-jchl .wrapper {
    overflow: hidden;
}
.pictitle {
    width: 6.2rem;
    margin: 0 auto;
}
.jchl-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.4rem;
}
.jchl-list li {
    flex: none;
    position: relative;
    width: 32%;
    height: 3.28rem;
    background: url("//content.game-bean.com/image/yqcr/payment_tw_2608/jchl-itembg.png") no-repeat center top;
    background-size: 100% 100%;
    box-sizing: border-box;
}
.jchl-list li header {
    height: 1.4rem;
    margin: -0.2rem 0 0.08rem;
    padding: 0 0.3rem;
}
.jchl-list li header img {
    height: 100%;
    width: auto;
    max-width: 100%;
}
.jchl-list li h3 {
    margin: 0;
    font-size: 1.5em;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 4px #000, -1px -1px 4px #000;
}
.jchl-list li h4 {
    height: 0.6rem;
    margin: 0.1rem 0 0;
    padding: 0 0.4rem;
    font-size: 1.3em;
    text-align: center;
    color: #852608;
}
.jchl-list li footer {
    margin-top: 0.24rem;
    padding: 0 0.4rem;
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.jchl-list li footer button {
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 4px #000, -1px -1px 4px #000;
}

.page1-mrqd {
    padding-top: 0.1rem;
    padding-bottom: 1rem;
    background: url("//content.game-bean.com/image/yqcr/payment_tw_2608/mrqd-bg-pc.jpg") no-repeat center top;
    background-size: 100% 100%;
    box-sizing: border-box;
}
.page1-mrqd .wrapper {
    overflow: hidden;
}
.mrqd-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.3rem;
}
.mrqd-list > li {
    flex: none;
    width: 49%;
    height: 3.04rem;
    background: url("//content.game-bean.com/image/yqcr/payment_tw_2608/mrqd-itembg.png") no-repeat center top;
    background-size: 100% 100%;
    box-sizing: border-box;
}
.mrqd-list > li > header {
    height: 0.72rem;
    padding: 0.24rem 0.32rem 0;
    box-sizing: border-box;
    font-size: 1.5em;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 5px #000, -2px -2px 5px #000;
}
.mrqd-list > li > footer {
    margin-top: 0.16rem;
    padding: 0 0.4rem;
    text-align: center;
}
.mrqd-item-list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.12rem;
    padding: 0 0.34rem 0 0.31rem;
}
.mrqd-item-list li {
    flex: none;
    width: 23%;
    padding: 0 0.08rem;
    text-align: center;
    box-sizing: border-box;
}
.mrqd-item-list li header {
    margin-bottom: 0.06rem;
}
.mrqd-item-list li p {
    margin: 0;
    font-size: 1.1em;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 3px #000, -1px -1px 3px #000;
}

.page1-czfs {
    padding-top: 0.4rem;
    padding-bottom: 1.5rem;
    background: url("//content.game-bean.com/image/yqcr/payment_tw_2608/czfs-bg-pc.jpg") no-repeat center top;
    background-size: 100% 100%;
    box-sizing: border-box;
}
.page1-czfs .wrapper {
    overflow: hidden;
}
.czfs-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0.3rem;
}
.czfs-list li {
    flex: none;
    display: flex;
    align-items: center;
    width: 49%;
    height: 0.87rem;
    margin: 0.16rem 0;
    padding: 0.1rem 0.2rem;
    background: url("//content.game-bean.com/image/yqcr/payment_tw_2608/czfs-itembg.png") no-repeat center top;
    background-size: 100% 100%;
    box-sizing: border-box;
}
.czfs-list li i {
    display: block;
    flex: none;
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.2rem;
    font-size: 0;
    line-height: 0;
    background: url("//content.game-bean.com/image/qmqj2/payment_om/icon-notselected.png") no-repeat;
    background-size: 100%;
}
.czfs-list li header {
    flex: auto;
    color: #000;
}
.czfs-list li footer {
    flex: none;
    width: 1.5rem;
    margin-left: 0.2rem;
}
.czfs-list li.selected {
    background: url("//content.game-bean.com/image/yqcr/payment_tw_2608/czfs-itembg2.png") no-repeat center top;
    background-size: 100% 100%;
}
.czfs-list li.selected i {
    background: url("//content.game-bean.com/image/qmqj2/payment_om/icon-selected.png") no-repeat;
    background-size: 100%;
}
.czfs-list li.selected header {
    font-weight: bold;
}

.goods-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.5rem 0.3rem;
    margin-top: 0.6rem;
}
.goods-list li {
    position: relative;
    height: 3.05rem;
    background: url("//content.game-bean.com/image/yqcr/payment_tw_2608/czdw-itembg.png") no-repeat center top;
    background-size: 100% 100%;
    box-sizing: border-box;
}
.goods-list li header {
    padding: 0.3rem 0.4rem 0.1rem;
}
.goods-list li header h3 {
    margin: 0.1rem auto 0;
    font-size: 1.3em;
    font-weight: normal;
    text-align: center;
    color: #000;
}
.goods-list li footer {
    padding: 0.16rem 0.4rem 0;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 3px #000, -1px -1px 3px #000;
}
.goods-list li footer span {
    font-size: 1.5em;
}
.goods-pic {
    width: 1.4rem;
    margin: 0 auto;
}
.goods-list li.selected {
    background: url("//content.game-bean.com/image/yqcr/payment_tw_2608/czdw-itembg2.png") no-repeat center top;
    background-size: 100% 100%;
}
.goods-rebate {
    position: absolute;
    top: -0.16rem;
    right: -0.06rem;
    width: 1.55rem;
    height: 0.55rem;
    padding: 0.12rem 0 0 0.72rem;
    background: url("//content.game-bean.com/image/yqcr/payment_tw_2608/icon-subscript.png") no-repeat left top;
    background-size: 100% 100%;
    box-sizing: border-box;
    font-size: 1.2em;
    color: #fff;
}
.goods-discount {
    position: absolute;
    top: -0.16rem;
    right: -0.06rem;
    width: 1.55rem;
    height: 0.55rem;
    padding: 0.12rem 0 0 0.7rem;
    background: url("//content.game-bean.com/image/yqcr/payment_tw_2608/icon-discount.png") no-repeat left top;
    background-size: 100% 100%;
    box-sizing: border-box;
    font-size: 1.2em;
    color: #fff;
}

.page1-zysm {
    padding-top: 0.1rem;
    padding-bottom: 0.3rem;
    background: url("//content.game-bean.com/image/yqcr/payment_tw_2608/zysm-bg-pc.jpg") no-repeat center top;
    background-size: 100% 100%;
    box-sizing: border-box;
}
.page1-zysm .wrapper {
    overflow: hidden;
}
.page1-zysm-content {
    margin: 0.3rem auto 0;
    background: url("//content.game-bean.com/image/yqcr/payment_tw_2608/zysm-content-bg-pc.png") no-repeat center top;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 0.3rem 0.2rem;
}
.page1-zysm-content h3 {
    margin: 0.4em 0;
    font-size: 1.2em;
    color: #000;
}

.footer {
    padding: 0.2rem 0;
    background-color: #000;
}
.footer header {
    margin-bottom: 0.2rem;
}
.footer header div {
    width: 4rem;
    margin: 0 auto;
}
.footer article {
    display: flex;
    justify-content: center;
}
.footer article .left {
    flex: none;
    width: 0.9rem;
    margin-right: 0.2rem;
}
.footer article .right {
    flex: none;
    font-size: 0.9em;
}
.footer article p {
    margin: 0.2em;
}
.footer article .right p:first-child {
    margin-top: 0;
}
.footer article .right p:last-child {
    margin-bottom: 0;
}
.footer-block {
    display: none;
    margin-top: 0.2rem;
}

.message {
    position: fixed;
    top: 2%;
    left: 3%;
    right: 3%;
    z-index: 50;
    border: 1px solid #a09882;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.85);
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.8);
    box-sizing: border-box;
    --animate-duration: 0.3s;
}

.message article {
    max-width: 750px;
    margin: 0 auto;
    padding: 0.2rem 0.3rem;
}

.mask {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    background-color: rgba(0, 0, 0, 0.8);
}
.mask-box {
    position: relative;
    width: 6rem;
    padding: 0.2rem;
    border-radius: var(--base-border-radius);
    background-color: #f5f5f5;
    box-sizing: border-box;
    color: #555;
}
.mask-box h3 {
    margin: 0;
    font-size: 1.3em;
    text-align: center;
    color: #000;
}
.mask-box h4 {
    margin: 0.2rem auto;
    font-size: 1.2em;
    color: #000;
}
.maskbox-iconbox {
    position: relative;
    width: 1.2rem;
    margin: 0 auto;
}
.maskbox-picbox {
    position: relative;
    width: 4.8rem;
    margin: 0 auto;
}
.btn-popclose {
    display: block;
    position: absolute;
    bottom: -0.7rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 0.6rem;
    height: 0.6rem;
    background: url("//contentjp.fingerfun.co.jp/image/jpkof98/2608zfyy/icon-popclose.png") no-repeat;
    background-size: 100% 100%;
}
.scrollbox {
    max-height: 65vh;
    overflow-y: auto;
}
.scrollbox h4 {
    margin: 0.1rem 0;
    font-size: 1.1em;
}

.division {
    position: relative;
    margin: 0.2rem 0;
    text-align: center;
}
.division::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #ddd;
    z-index: 1;
}
.division h4 {
    display: inline-block;
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0.5em 1em;
    font-size: 1em;
    font-weight: normal;
    text-align: center;
    background-color: #f5f5f5;
}
.login-methods {
    display: flex;
    justify-content: center;
    margin: 0.2rem 0;
}
.login-methods li {
    flex: none;
    width: 24%;
    padding: 0 0.3rem;
    box-sizing: border-box;
}
.login-methods li a {
    display: block;
}

.form-item {
    display: flex;
    align-items: center;
    margin: 0.24rem 0;
}
.form-item label {
    flex: none;
    width: 1.2rem;
    text-align: right;
    margin-right: 0.1rem;
}
.form-item input {
    flex: auto;
    display: block;
    width: 100%;
    padding: 0.5em;
    border: 1px solid #aaa;
    border-radius: 4px;
    font-size: 1.3em;
    box-sizing: border-box;
}
.form-item select {
    display: block;
    width: 100%;
    padding: 0.3em;
    border: 1px solid #aaa;
    border-radius: 4px;
    font-size: 1.1em;
    box-sizing: border-box;
}
.form-content {
    flex: auto;
    margin: 0 0.16rem;
}

.list-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.3rem 0 0
}
.list-button li {
    flex: none;
    margin: 0 0.2rem;
    text-align: center;
}

.pages {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.2rem auto;
}
.pages li {
    flex: none;
    margin: 0 0.4em;
    text-align: center;
}
.pages li a {
    display: inline-block;
    padding: 0.1em 0.4em;
    border: 1px solid #ddd;
    background-color: #fff;
}

table {
    width: 100%;
    margin: 0.2rem 0;
    border: 1px solid #ccc;
    border-collapse: collapse;
    background-color: #fff;
}
table thead th {
    padding: 0.4em 0.5em;
    border: 1px solid #ccc;
    text-align: center;
    font-weight: normal;
    color: #000;
    background-color: #dfdfdf;
}
table tbody td {
    padding: 0.4em 0.5em;
    border: 1px solid #ccc;
    font-size: 0.9em;
    text-align: center;
}

.ico-next {
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    margin-left: 0.06rem;
    line-height: 0;
    font-size: 0;
    background: url("//content.game-bean.com/image/yqcr/payment_tw_2608/icon-next.png") no-repeat center center;
    background-size: 100% 100%;
    vertical-align: text-bottom;
}

.btn-yellow {
    display: inline-block;
    padding: 0.4em 1.5em 0.5em;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    color: #b25800;
    background: url("//content.game-bean.com/image/yqcr/payment_tw_2608/button-yellow.png") no-repeat center top;
    background-size: 100% 100%;
}
a.btn-yellow:hover {
    color: #d56900
}
.btn-yellow2 {
    display: inline-block;
    padding: 0.5em 1.5em 0.6em;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    color: #c0260e;
    background: url("//content.game-bean.com/image/yqcr/payment_tw_2608/button-yellow2.png") no-repeat center top;
    background-size: 100% 100%;
}
.btn-yellow3, .btn-red {
    display: block;
    width: 3.04rem;
    height: 0.83rem;
    margin: 0 auto;
    line-height: 0.83rem;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 3px #000, -1px -1px 3px #000;
    background: url("//content.game-bean.com/image/yqcr/payment_tw_2608/button-yellow3.png") no-repeat center center;
    background-size: 100% 100%;
    box-sizing: border-box;
}
.btn-red {
    background: url("//content.game-bean.com/image/yqcr/payment_tw_2608/button-red.png") no-repeat center center;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.gray {
    opacity: 0.8;
    filter: grayscale(100%) contrast(0.8);
}
.mt {
    margin-top: 0.3rem;
}
.text-center {
    text-align: center;
}
.ft-red {
    color: #ff1200;
}

.aihelp {
    display: none;
    position: fixed;
    z-index: 30;
    width: 375px;
    height: 500px;
    bottom: 20px;
    right: 20px;
}
.btn-cs {
    display: block;
    position: fixed;
    bottom: 0.3rem;
    right: 0.3rem;
    z-index: 20;
    width: 0.6rem;
    height: 0.6rem;
    font-size: 0;
    line-height: 0;
    background: url("//content.game-bean.com/image/qmqj2/payment_om/button-cs.png") no-repeat;
    background-size: 100%;
    cursor: pointer;
}
#AIHelpSupportDiv .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 25px;
    cursor: pointer;
}
#AIHelpSupportDiv .btn-close::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
    top: 14px;
    left: 6px;
}
#AIHelpSupportDiv .btn-close::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #fff;
    transform: rotate(-45deg);
    top: 14px;
    left: 6px;
}
.aihelpMobile {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 30;
}
.btn-close-mobile {
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 0.25rem;
    cursor: pointer;
}
.btn-close-mobile:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
    top: 0.24rem;
    left: 0.06rem;
}
.btn-close-mobile:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #fff;
    transform: rotate(-45deg);
    top: 0.24rem;
    left: 0.06rem;
}

@media screen and (max-width: 768px) {
    .topbar-logo {
        display: none;
    }
    .topbar .wrapper {
        padding: 0 0.3rem;
    }
    .btn-login {
        width: 1.4rem;
    }

    .page1-jchl {
        padding-bottom: 0.9rem;
        background: url("//content.game-bean.com/image/yqcr/payment_tw_2608/jchl-bg-mobile.jpg") no-repeat center top;
        background-size: 100% 100%;
    }
    .page1-jchl .wrapper, .page1-mrqd .wrapper, .page1-czfs .wrapper {
        padding-left: 0.3rem;
        padding-right: 0.3rem;
    }
    .jchl-list {
        margin-top: 0.5rem;
    }
    .jchl-list li {
        height: 2.54rem;
    }
    .jchl-list li header {
        height: 0.8rem;
    }
    .jchl-list li h3 {
        font-size: 1.2em;
    }
    .jchl-list li h4 {
        margin-top: 0.06rem;
        padding: 0 0.3rem;
        font-size: 0.9em;
        font-weight: normal;
    }
    .jchl-list li footer {
        margin-top: 0.1rem;
        font-size: 1.1em;
    }

    .page1-mrqd {
        padding-bottom: 0.8rem;
        background: url("//content.game-bean.com/image/yqcr/payment_tw_2608/mrqd-bg-mobile.jpg") no-repeat center top;
        background-size: 100% 100%;
    }
    .mrqd-list {
        margin-top: 0.5rem;
    }
    .mrqd-list > li {
        height: 3.1rem;
    }
    .mrqd-list > li > header {
        font-size: 1.1em;
    }
    .mrqd-item-list {
        margin-top: 0.2rem;
        padding: 0 0.2rem;
    }
    .mrqd-item-list li {
        width: 24%;
    }
    .mrqd-item-list li p {
        font-size: 0.9em;
        font-weight: normal;
        text-shadow: 1px 1px 2px #000, -1px -1px 2px #000;
    }

    .page1-czfs {
        padding-top: 0.3rem;
        padding-bottom: 1rem;
        background: url("//content.game-bean.com/image/yqcr/payment_tw_2608/czfs-bg-mobile.jpg") no-repeat center top;
        background-size: 100% 100%;
    }
    .czfs-list {
        flex-direction: column;
    }
    .czfs-list li {
        width: 100%;
    }

    .goods-list {
        margin-top: 0.4rem;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 0.5rem 0.2rem;
    }
    .goods-pic {
        width: 1.2rem;
    }
    .goods-list li header {
        padding-top: 0.4rem;
    }
    .goods-list li header h3 {
        font-size: 1em;
    }
    .goods-list li footer {
        padding-bottom: 0.08rem;
        font-size: 1em;
    }
    .goods-list li footer span {
        font-size: 1.3em;
    }
    .goods-rebate {
        padding-top: 0.08rem;
        padding-left: 0.68rem;
        font-size: 0.9em;
    }
    .goods-discount {
        width: 1.7rem;
        height: 0.55rem;
        padding: 0.1rem 0 0 0.7rem;
        font-size: 0.9em;
    }

    .page1-zysm {
        background: url("//content.game-bean.com/image/yqcr/payment_tw_2608/zysm-bg-mobile.jpg") no-repeat center top;
        background-size: 100% 100%;
    }
    .page1-zysm-content {
        margin: 0.3rem 0.2rem 0;
        background: url("//content.game-bean.com/image/yqcr/payment_tw_2608/zysm-content-bg-mobile.png") no-repeat center top;
        background-size: 100% 100%;
    }
    .page1-zysm-content h3 {
        font-size: 1.2em;
    }

    .footer article {
        display: block;
        padding: 0 0.1rem;
        text-align: center;
    }
    .footer article .left {
        display: none;
    }
    .footer-block {
        display: block;
    }

    .btn-yellow2 {
        padding: 0.5em 1.2em 0.6em;
        font-size: 1.2em;
    }
    .ico-next {
        width: 0.32rem;
        height: 0.32rem;
    }

    .form-item label {
        width: 1.8rem;
    }

    .mask-box {
        width: 6.9rem;
    }
    .maskbox-picbox {
        width: 4.2rem;
    }
}