@charset "UTF-8";

/* 微信订单 */
.secondary > .rechargeReceipt {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url("/assets/img/rechargeReceipt-bg.png");
    left: 0;
    top: 0;
    z-index: 14;
}
.secondary > .rechargeReceipt > .receipt {
    position: absolute;
    width: 6.2rem;
    height: 5.2rem;
    background-color: #ffffff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: #1b1e21 solid 0.01rem;
}
.secondary > .rechargeReceipt > .receipt > .receipt-title {
    font-size: 0.24rem;
    color: #1b1e21;
    line-height: 0.6rem;
    padding-left: 0.1rem;
    height: 0.6rem;
    background-color: #e8e8e8;
    border-bottom: #d3d3d3 solid 0.01rem;
}
.secondary > .rechargeReceipt > .receipt > .receipt-content {
    height: 3.7rem;
    padding: 0.3rem 0 0 0;
    font-size: 0.18rem;
}
.secondary > .rechargeReceipt > .receipt > .receipt-content > .receipt-left {
    width: 3.1rem;
    padding: 0 0.6rem;
}
.secondary > .rechargeReceipt > .receipt > .receipt-content > .receipt-left > .receipt-qb {
    width: 2.2rem;
    height: 2.2rem;
    padding: 0.1rem;
    background-color: white;
    border: #d3d3d3 solid 0.01rem;
    margin-bottom: 0.2rem;
}

.secondary > .rechargeReceipt > .receipt > .receipt-content > .receipt-left > .receipt-qb > img {
    width: 2rem;
    height: 2rem;
}

.secondary > .rechargeReceipt > .receipt > .receipt-content > .receipt-left > .receipt-title > .title-icon {
    height: 0.464rem;
    width: 0.464rem;
    background-image: url("/assets/img/recharge-sao.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0.4rem 0.4rem;
}

.secondary > .rechargeReceipt > .receipt > .receipt-content > .receipt-left > .receipt-title > .title-content{
    font-size: 0.16rem;
    width: 1.45rem;
}

.secondary > .rechargeReceipt > .receipt > .receipt-content > .receipt-left > .receipt-title > .title-content > .content-red {
    color: #f25a54;
}

.secondary > .rechargeReceipt > .receipt > .receipt-content > .receipt-right {
    width: 3.1rem;
}

.secondary > .rechargeReceipt > .receipt > .receipt-content > .receipt-right > .receipt-content {
    width: 3.1rem;
    border-left: #d3d3d3 solid 0.01rem;
    height: 3.4rem;
    font-size: 0.17rem;
}

.secondary > .rechargeReceipt > .receipt > .receipt-content > .receipt-right > .receipt-content > div {
    width: 2.4rem;
    height: 0.8rem;
    line-height: 0.8rem;
}

.secondary > .rechargeReceipt > .receipt > .receipt-content > .receipt-right > .receipt-content > div > .receipt-title {
    margin-right: 0.2rem;
}

.secondary > .rechargeReceipt > .receipt > .receipt-content > .receipt-right > .receipt-content > div > .text {
    color: #ff5757;
}

.secondary > .rechargeReceipt > .receipt > .receipt-btn {
    height: 0.88rem;
}

.secondary > .rechargeReceipt > .receipt > .receipt-btn > .btn-close {
    width: 1.6rem;
    height: 0.52rem;
    line-height: 0.52rem;
    border: #d3d3d3 solid 0.01rem;
    border-radius: 0.04rem;
    text-align: center;
    font-size: 0.2rem;
    background: linear-gradient(to bottom, #f1f1f1 0%, #d2d2d2 100%);
    cursor: pointer;
}

.secondary > .rechargeReceipt > .receipt > .receipt-btn > .btn-close:hover {
    background: linear-gradient(to bottom, #e0e0e0 0%, #bdbdbd 100%);
}
/* 游戏充值 */
.secondary > .recover {
    color: white;
    padding-top: 3.5rem;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url("/assets/img/secondary2-bg.png");
}
.secondary > .recover > .content > .content-title {
    height: 1.2rem;
    width: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 68% auto;
    background-image: url("/assets/img/recharge-content-title.png");
}
.secondary > .recover > .content > .content {
    width: 12.95rem;
    color: #ffffff;
    padding: 0.6rem 10% 2rem 10%;
    margin: 0 auto 0.1rem auto;
    min-height: 7rem;
    background-color: #00000065;
}
.secondary > .recover > .content > .content > .title {
    margin-bottom: 0.2rem;
}
.secondary > .recover > .content > .content > .content {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.secondary > .recover > .content > .content > .content > .recField {
    display: flex;
    flex-direction: column;
    width: 54%;
    margin: 0.33rem auto 0 auto;
}
.secondary > .recover > .content > .content > .content > .recField > div {
    display: flex;
    margin-bottom: 0.1rem;
}
.secondary > .recover > .content > .content > .content > .recField > div > .recLabel {
    width: 20%;
    font-weight: bold;
    overflow-wrap: break-word;
    color: #ffffff;
}
.secondary > .recover > .content > .content > .content > .recField > div > span:last-child,
.secondary > .recover > .content > .content > .content > .recField > div > .text {
    flex-grow: 2;
}
.secondary > .recover > .content > .content > .content > .recField > div > span > input,
.secondary > .recover > .content > .content > .content > .recField > div > .text > select{
    color: #000000!important;
    width: 100%;
    padding-left: 0.05rem;
    font-size: 0.16rem;
    height: 0.3rem;
    border: #e51e1e 0.01rem solid;
}
.secondary > .recover > .content > .content > .content > .recField > .rechargeAmount{
    width: 100%;
}
.secondary > .recover > .content > .content > .content > .recField > .rechargeAmount > .reveal{
    width: 100%;
    margin-bottom: 0.1rem;
}
.secondary > .recover > .content > .content > .content > .recField > .rechargeAmount > .reveal > .recLabel{
    width: 20%;
    font-weight: bold;
}
.secondary > .recover > .content > .content > .content > .recField > .rechargeAmount > .reveal > .recLabel{
    width: 20%;
    font-weight: bold;
}
.secondary > .recover > .content > .content > .content > .recField > .rechargeAmount > .reveal > .yuan{
    margin-right: 0.1rem;
}
.secondary > .recover > .content > .content > .content > .recField > .rechargeAmount > .reveal > .amount{
    width: 25%;
    margin-right: 0.1rem;
}
.secondary > .recover > .content > .content > .content > .recField > .rechargeAmount > .reveal > .amount > .amount{
    padding-left: 0.05rem;
    font-size: 0.16rem;
    width: 100%;
}
.secondary > .recover > .content > .content > .content > .recField > .rechargeAmount > .reveal > .currency{
    color: #e51e1e;
    width: auto;
}
.secondary > .recover > .content > .content > .content > .recField > .rechargeAmount > .limit{
    width: 100%;
    padding-left: 17.6%;
}
.secondary > .recover > .content > .content > .content > .recField > .rechargeAmount > .limit > button{
    width: 22%;
    height: 0.3rem;
    font-size: 0.15rem;
    margin: 0 0 3% 3%;
    border: 0.01rem solid #ffffff;
    background-color: #721c24;
    color: #ffffff;
}
.secondary > .recover > .content > .content > .content > .recField > .rechargeAmount > .limit > button:hover{
    box-shadow: 0 0 0.02rem 0.01rem rgb(193, 211, 222);
}
.secondary > .recover > .content > .content > .content > .recField > .rechargeAmount > .limit > button:active{
    transform: scale(0.95);
}
.secondary > .recover > .content > .content > .content > .recProtocol{
    width: 54%;
    display: flex;
    flex-flow: row;
    margin: 0 auto;
}
.secondary > .recover > .content > .content > .content > .recProtocol > .recLabel{
    width: 20%;
    font-weight: bold;
}
.secondary > .recover > .content > .content > .content > .recProtocol > .paymentBox {
    width: 85%;
    display: flex;
    flex-wrap: wrap;
}
.secondary > .recover > .content > .content > .content > .recProtocol > .paymentBox > span{
    height: 0.3rem;
    line-height: 0.3rem;
    margin-right: 0.1rem;
}
.secondary > .recover > .content > .content > .content > .recProtocol > .paymentBox > span > label{
    margin-bottom: 0;
    cursor: pointer;
}
.secondary > .recover > .content > .content > .content > .recProtocol > .paymentBox > span > label > input{
    appearance: none;
    position: relative;
}
.secondary > .recover > .content > .content > .content > .recProtocol > .paymentBox > span > label > input:before{
    content: '';
    height: 0.14rem;
    width: 0.14rem;
    background-color: #ffffff;
    border: #721c24 solid 0.01rem;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
}
.secondary > .recover > .content > .content > .content > .recProtocol > .paymentBox > span > label > input:checked:before{
    content: '';
    height: 0.14rem;
    width: 0.14rem;
    background-color: #721c24;
    border: #ffffff solid 0.01rem;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
}
.secondary > .recover > .content > .content > .content > .recProtocol > .paymentBox > span > label > img{
    height: 0.25rem;
    margin-left: 0.05rem;
}
.secondary > .recover > .content > .content > .content > .recButton{
    margin-top: 0.2rem;
}
.secondary > .recover > .content > .content > .content > .recButton > button{
    height: 0.4rem;
    width: 1.6rem;
    border: none;
    background-color: transparent;
    background-image: url("/assets/img/recharge-recButton-btn.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    transition: background-image 0.3s;
}
.secondary > .recover > .content > .content > .content > .recButton > button.no{
    filter: grayscale(100%);
}
.secondary > .recover > .content > .content > .content > .recButton > button:not(.no):hover{
    background-image: url("/assets/img/recharge-recButton-btn-active.png");
}
.sweet-alert.no-btn > p{
    margin: 0.4rem 0 0 0!important;
}
.sweet-alert.no-btn > .sa-button-container{
    display: none!important;
}