@charset "UTF-8";
/* 202310191455 */

.formBox {
    display: none;
}

/* 游戏充值 */
.mainstay > .container-fluid > .row > .rechargeReceipt {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url("/assets/img/register/rechargeReceipt-bg.png");
    left: 0;
    top: 0;
    z-index: 14;
}

.mainstay > .container-fluid > .row > .rechargeReceipt > .receipt {
    position: absolute;
    width: 34rem;
    height: 26rem;
    background-color: #ffffff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: #1b1e21 solid 0.1rem;
}

.mainstay > .container-fluid > .row > .rechargeReceipt > .receipt > .receipt-title {
    font-size: 1.2rem;
    color: #1b1e21;
    line-height: 3rem;
    padding-left: 0.5rem;
    height: 3rem;
    background-color: #e8e8e8;
    border-bottom: #d3d3d3 solid 0.01rem;
}

.mainstay > .container-fluid > .row > .rechargeReceipt > .receipt > .receipt-content {
    height: 18.5rem;
    padding: 1.5rem 0 0 0;
    font-size: 1rem;
}

.mainstay > .container-fluid > .row > .rechargeReceipt > .receipt > .receipt-content > .receipt-left {
    width: 17rem;
    padding: 0 1.5rem;
}

.mainstay > .container-fluid > .row > .rechargeReceipt > .receipt > .receipt-content > .receipt-left > .receipt-qb {
    width: 11rem;
    height: 11rem;
    padding: 0.5rem;
    background-color: white;
    border: #d3d3d3 solid 0.01rem;
    margin-bottom: 1rem;
}

.mainstay > .container-fluid > .row > .rechargeReceipt > .receipt > .receipt-content > .receipt-left > .receipt-qb > img {
    width: 10rem;
    height: 10rem;
}

.mainstay > .container-fluid > .row > .rechargeReceipt > .receipt > .receipt-content > .receipt-left > .receipt-title > .title-icon {
    height: 2.7rem;
    width: 2.7rem;
    background-image: url("/assets/img/register/recharge-sao.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 2.3rem 2.3rem;
}

.mainstay > .container-fluid > .row > .rechargeReceipt > .receipt > .receipt-content > .receipt-left > .receipt-title > .title-content > .content-red {
    color: #f25a54;
}

.mainstay > .container-fluid > .row > .rechargeReceipt > .receipt > .receipt-content > .receipt-right {
    width: 17rem;
}

.mainstay > .container-fluid > .row > .rechargeReceipt > .receipt > .receipt-content > .receipt-right > .receipt-content {
    width: 17rem;
    border-left: #d3d3d3 solid 0.01rem;
    height: 17rem;
}

.mainstay > .container-fluid > .row > .rechargeReceipt > .receipt > .receipt-content > .receipt-right > .receipt-content > div {
    width: 12rem;
    height: 4rem;
    line-height: 4rem;
}

.mainstay > .container-fluid > .row > .rechargeReceipt > .receipt > .receipt-content > .receipt-right > .receipt-content > div > .receipt-title {
    margin-right: 1rem;
}

.mainstay > .container-fluid > .row > .rechargeReceipt > .receipt > .receipt-content > .receipt-right > .receipt-content > div > .text {
    color: #ff5757;
}

.mainstay > .container-fluid > .row > .rechargeReceipt > .receipt > .receipt-btn {
    height: 4.4rem;
    margin-left: 50%;
}

.mainstay > .container-fluid > .row > .rechargeReceipt > .receipt > .receipt-btn > .btn-close {
    width: 8rem;
    height: 2.6rem;
    line-height: 2.6rem;
    border: #d3d3d3 solid 0.01rem;
    border-radius: 0.2rem;
    text-align: center;
    font-size: 1rem;
    background: linear-gradient(to bottom, #f1f1f1 0%, #d2d2d2 100%);
}

.mainstay > .container-fluid > .row > .rechargeReceipt > .receipt > .receipt-btn > .btn-close:hover {
    background: linear-gradient(to bottom, #e0e0e0 0%, #bdbdbd 100%);
}
.mainstay> .container-fluid > .row > .main > .content > .recharge > .slogan {
    display: block;
    height: 3rem;
    width: 85%;
    margin: 0 auto;
    color: #e0e0e0;
    font-size: 1rem;
}

.mainstay> .container-fluid > .row > .main > .content > .recharge > .content {
    font-size: 1rem;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    position: relative;
}
.mainstay> .container-fluid > .row > .main > .content > .recharge > .content > .rechargeImg {
    width: 10rem;
    min-height: 39.2rem;
    background-image: url("/assets/img/recharge-content-bg.png");
    background-repeat: no-repeat;
    background-size: 10rem auto;
    background-color: #dedfe3d9;
}

.mainstay > .container-fluid > .row > .main > .content > .recharge > .content > .rechargeContent {
    color: white;
    display: block;
    width: 60%;
    border: 0.1rem solid rgb(242, 197, 78);
    background-color: #452c3663;
}

.mainstay> .container-fluid > .row > .main > .content > .recharge > .content > div > .recField {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
    margin-top: 1rem;
}

.mainstay> .container-fluid > .row > .main > .content > .recharge > .content > div > .recField > div {
    display: flex;
    align-items: center;
    margin-bottom: .8rem;
}

.mainstay> .container-fluid > .row > .main > .content > .recharge > .content > div > .recField > div > .recLabel {
    width: 15%;
    font-size: .9rem;
    font-weight: bold;
    overflow-wrap: break-word;
    color: rgb(241, 197, 76);
}

.mainstay > .container-fluid > .row > .main > .content > .recharge > .content > div > .recField > div > .text {
    width: 85%;
}

.mainstay > .container-fluid > .row > .main > .content > .recharge > .content > div > .recField > div > .text > select {
    width: 100%;
    height: 2rem;
    border: 0.1rem solid rgb(242, 197, 78);
    border-radius: 0;
}

.main > .main-bg > .main-content > .main-content-right > .recharge > .content > div > .recField > div > .recLabel {
    width: 15%;
    font-size: 0.9rem;
    font-weight: bold;
    overflow-wrap: break-word;
}

.mainstay > .container-fluid > .row > .main > .content > .recharge > .content > div > .recField > div > .text > .form-control {
    width: 100%;
    height: 2rem;
    border: #f0c44c 0.1rem solid;
}

.mainstay > .container-fluid > .row > .main > .content > .recharge > .content > div > .recField > div > .text > input {
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    border: #f0c44c 0.1rem solid;
    font-size: 0.8rem;
    text-indent: 0.5rem;
}

.mainstay > .container-fluid > .row > .main > .content > .recharge > .content > div > .recField > div > .text > select {
    font-size: 0.8rem;
}

.mainstay> .container-fluid > .row > .main > .content > .recharge > .content > div > .recField > .rechargeAmount {
    display: flex;
    line-height: 2rem;
    align-content: flex-start;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
}

.mainstay > .container-fluid > .row > .main > .content > .recharge > .content > div > .recField > .rechargeAmount > .reveal {
    margin-bottom: 1rem;
    font-size: 0.9rem;
    width: 100%;
}

.mainstay > .container-fluid > .row > .main > .content > .recharge > .content > div > .recField > .rechargeAmount > .reveal > .recLabel {
    width: 15%;
    color: rgb(241, 197, 76);
    font-weight: bold;
}

.mainstay > .container-fluid > .row > .main > .content > .recharge > .content > div > .recField > .rechargeAmount > .reveal > .amount {
    width: 20%;
    margin-right: 0.5rem;
}

.mainstay > .container-fluid > .row > .main > .content > .recharge > .content > div > .recField > .rechargeAmount > .reveal > .amount > .amount {
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    border: #f0c44c 0.1rem solid;
    border-radius: 0;
    font-size: 0.8rem;
    padding: 0.5rem;
}

.mainstay > .container-fluid > .row > .main > .content > .recharge > .content > div > .recField > .rechargeAmount > .reveal > .yuan {
    color: rgb(241, 197, 76);
    font-weight: bold;
    margin-right: 0.5rem;
}

.mainstay > .container-fluid > .row > .main > .content > .recharge > .content > div > .recField > .rechargeAmount > .reveal > .currency {
    color: rgb(241, 197, 76);
    font-weight: bold;
}

.mainstay > .container-fluid > .row > .main > .content > .recharge > .content > div > .recField > .rechargeAmount > .limit {
    width: 100%;
    padding-left: 13.5%;
    margin-bottom: 1rem;
}

.mainstay > .container-fluid > .row > .main > .content > .recharge > .content > div > .recField > .rechargeAmount > .limit > button {
    width: 5.7rem;
    height: 2rem;
    margin: 0.4rem 0 0.4rem 0.45rem;
    background-color: #2e5797;
    border: 1px solid rgb(242, 197, 78);
    color: rgb(255, 229, 142);
    border-radius: 0;
    font-size: 0.8rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

.mainstay > .container-fluid > .row > .main > .content > .recharge > .content > div > .recField > .rechargeAmount > .limit > button:hover {
    background-color: #5f90e5;
}

.mainstay > .container-fluid > .row > .main > .content > .recharge > .content > div > .recField > .rechargeAmount > .limit > button:active {
    transform: scale(0.98);
}

.mainstay> .container-fluid > .row > .main > .content > .recharge > .content > div > .recProtocol {
    display: flex;
    flex-direction: row;
    width: 90%;
    margin: 0 auto;
    color: rgb(242, 197, 78);
    font-size: .9rem;
    font-weight: bold;
}

.mainstay > .container-fluid > .row > .main > .content > .recharge > .content > div > .recProtocol > .recLabel {
    width: 15%;
    height: 3rem;
    line-height: 3rem;
}

.mainstay > .container-fluid > .row > .main > .content > .recharge > .content > div > .recProtocol > .paymentBox {
    width: 85%;
    display: flex;
    flex-wrap: wrap;
}
.mainstay> .container-fluid > .row > .main > .content > .recharge > .content > div > .recProtocol > .hide {
    display: none;
}

.mainstay > .container-fluid > .row > .main > .content > .recharge > .content > div > .recProtocol > .paymentBox > span {
    height: 3rem;
    line-height: 3rem;
    cursor: pointer;
    margin-right: 0.5rem;
}

.mainstay > .container-fluid > .row > .main > .content > .recharge > .content > div > .recProtocol > .paymentBox > span > label > input {
    appearance: none;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    margin: 0.2rem 0.2rem 0.2rem 0.5rem;
    outline: none;
    cursor: pointer;
    background-color: #ffffff;
    font-size: 1rem;
}

.mainstay > .container-fluid > .row > .main > .content > .recharge > .content > div > .recProtocol > .paymentBox > span > label > img {
    height: 1.4rem;
    cursor: pointer;
}

.mainstay > .container-fluid > .row > .main > .content > .recharge > .content > div > .recProtocol > .paymentBox > span > label > input:checked {
    background-color: #75b4ff;
    border: #ffffff solid 0.2rem;
}

.mainstay > .container-fluid > .row > .main > .content > .recharge > .content > div > .recProtocol > .paymentBox > span > a {
    color: #75b4ff;
}

.mainstay > .container-fluid > .row > .main > .content > .recharge > .content > div > .recProtocolHint {
    color: #e71d35;
    font-size: 0.8rem;
    width: 90%;
    margin: 0 auto;
}

.mainstay> .container-fluid > .row > .main > .content > .recharge > .content > div > .recButton {
    display: flex;
    width: 100%;
    margin: 0 auto;
    margin-top: 2rem;
    justify-content: center;
    align-items: center;
}

.mainstay> .container-fluid > .row > .main > .content > .recharge > .content > div > .recButton > button {
    width: 11.8rem;
    height: 3rem;
    background-color: transparent;
    border: none;
    background-image: url("/assets/img/btn-bg.png");
    background-repeat: no-repeat;
    background-size: auto 3rem;
    color: rgb(242, 197, 78);
    font-size: 1.2rem;
    cursor: pointer;
}

.mainstay > .container-fluid > .row > .main > .content > .recharge > .content > div > .recButton > button.no {
    filter: grayscale(100%);
}

.mainstay > .container-fluid > .row > .main > .content > .recharge > .content > div > .recButton > button:not(.no):hover {
    transform: scale(0.95);
}
.mainstay> .container-fluid > .row > .main > .content > .recharge > .content > div > .prompt {
    width: 95%;
    margin: 0 auto;
    margin-top: 0.5rem;
    font-size: 0.8rem;
    color: #e5e5e5;
    display: flex;
    flex-flow: column;
}
.mainstay> .container-fluid > .row > .main > .content > .recharge > .content > div > .prompt > span {
    line-height: 1.5rem;
}

.sweet-alert.no-btn > p {
    margin: 1.6rem 0 0 0 !important;
}

.sweet-alert.no-btn > .sa-button-container {
    display: none !important;
}