#page-dialog .page-dialog-body {
    width: 100%;
    overflow-y: auto;
    position: relative;
    padding-bottom: 1rem;
}

#page-dialog .crown {
    top: 0;
}

#page-dialog .page-dialog-body-wrapper {
    height: calc(100% - 2.5rem - 55px);
}

.shop-list {
    display: flex;
    justify-content: center;
    text-align: center;
    display: block;
}

.shop-list .header {
    width: 100%;
    position: relative;
    align-items: center;
    height: 2rem;
    margin: 10px 0px;
}

.shop-list .header .row {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    height: 1rem;
}

.header .row:first-child {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 35px 0;
    gap: 10px;

    background: #E3E3E3;
    border-radius: 20px;
    width: 96%;
    margin: 0 auto 10px auto;
}

.header .row:first-child .danger-button {
    width: 30%;
    font-size: 16px;
    padding: 5px;
}

.shop-list .header .discount {
    /* background-color: rgb(196 226 246); */
    width: 70%;
    border-radius: 1rem;
    margin: 20px 0px 20px 0px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    font-weight: bolder;
    justify-content: space-between;
    height: 46%;
}

.shop-list .header .discount .title {
    color: rgb(58 95 242);
    font-size: 10px;
}

.shop-list .header .discount .btn {
    background-image: url(../images/shop/092-1.png);
    background-size: 100% 100%;
    /* background-color:rgb(240 244 247); */
    font-size: 10px;
    width: 50%;
    height: 80%;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 8px;
}

.shop-list .header .recommend {
    /* background-image: url(../images/shop/024.png); */
    /* background-size: 100% 100%; */
    width: 4rem;
    height: .8rem;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
}

.shop-list .header .recommend .warm-button {
    font-size: .3rem;
    font-weight: bold;
    padding: 5px;
}

.shop-list .header .recommend .title {
    color: #3b1b03;
    font-size: 10px;
}

.shop-list .body {
    color: #3b1b03;
    font-size: 14px;
}

.shop-list .body .row {
    border-top: 2px solid #52D3BE;
    margin-bottom: 15px;
}

.shop-list .body .row .generally-icon,
.shop-list .body .row .quick-icon {
    margin: 0 auto;
    background: #52D3BE;
    margin-top: -24px;
    margin-bottom: 24px;
    position: relative;
    padding: 10px 15px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #52D3BE;
    border-radius: 10px;
    font-size: 16px;
    width: fit-content;
    font-weight: 800;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.shop-list .body .row .content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-weight: bolder;
    justify-content: space-evenly;
}

/* block */
.shop-list .body .row .content .block,
.recharge-plans .plans .plan {
    background: linear-gradient(180deg, #FFFFFF 0%, #F0F0F0 100%);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
    border-radius: 15px 0px 15px 15px;    
    /* background-color: #fcfcee; */
    width: calc(100% / 3.2);
    height: 2rem;
    border-radius: 12px;
    margin-left: 6px;
    margin-bottom: 20px;
    /* box-shadow: 0 8px 24px 0 rgb(38 61 89 / 40%), inset -2px -2px 2px 0 rgb(38 61 89 / 24%), inset 2px 2px 2px 0 #fff; */
    padding: 8px;
    font-size: 14px;
    position: relative;
}

.shop-list .body .row .content .block .give-back,
.recharge-plans .plans .plan .give-back {
    background-image: url(../images/shop/092-2.png);
    background-size: 100% 100%;
    position: absolute;
    width: 62px;
    height: 25px;
    left: 39px;
    top: -18px;
    font-size: 12px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shop-list .body .row .content .block .icon-type,
.recharge-plans .plans .plan .icon-type {
    border-bottom: 2px solid #eae6db;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-list .body .row .content .block .icon-type .icon-mycard,
.recharge-plans .plans .plan .icon-type .icon-mycard {
    background-image: url(../images/shop/mycard_logo.png);
    background-size: 100% 100%;
    height: 20px;
    width: 41px;
}

.shop-list .body .row .content .block .icon-type .icon-gash,
.recharge-plans .plans .plan .icon-type .icon-gash {
    background-image: url(../images/shop/logo_gash.png?v=1);
    background-size: 100% 100%;
    height: 20px;
    width: 60px;
}

.shop-list .body .row .content .block .icon-type .icon-apple,
.recharge-plans .plans .plan .icon-type .icon-apple {
    background-image: url(../images/shop/logo_applepay.png);
    background-size: 100% 100%;
    height: 20px;
    width: 60px;
}

.shop-list .body .row .content .block .icon-type .icon-tel,
.recharge-plans .plans .plan .icon-type .icon-tel {
    background-image: url(../images/shop/yellow-dollor.svg);
    background-size: 100% 100%;
    height: 80%;
    width: 14px;
}

.shop-list .body .row .content .block .icon-type .icon-line-pay,
.recharge-plans .plans .plan .icon-type .icon-line-pay {
    background-image: url(../images/shop/092-linepay.png);
    background-size: 100% 100%;
    height: 20px;
    width: 60px;
}

.shop-list .body .row .content .block .icon-type .icon-atm,
.recharge-plans .plans .plan .icon-type .icon-atm {
    background-image: url(../images/shop/091-1-3.png);
    background-size: 100% 100%;
    height: 70%;
    width: 15px;
}

.shop-list .body .row .content .block .icon-type .icon-credit-card,
.recharge-plans .plans .plan .icon-type .icon-credit-card {
    background-image: url(../images/shop/091-1-4.png);
    background-size: 100% 100%;
    height: 70%;
    width: 15px;
}

.shop-list .body .row .content .block .icon-type .text,
.recharge-plans .plans .plan .icon-type .text {
    font-size: 12px;
}

.shop-list .body .row .content .block .icon-point,
.recharge-plans .plans .plan .icon-point {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-list .body .row .content .block .icon-point .pic,
.recharge-plans .plans .plan .icon-point .pic {
    background-image: url(../images/index/02.png);
    background-size: 100% 100%;
    height: 20px;
    width: 20px;
}

.shop-list .body .row .content .block .icon-point .text,
.recharge-plans .plans .plan .icon-point .text {
    margin-left: 2px;
}

.shop-list .body .row .content .block .icon-balance,
.recharge-plans .plans .plan .icon-balance {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-shadow: 0 0 0.2em rgb(38 61 89 / 24%), 0 0 0.2em rgb(38 61 89 / 24%),
        0 0 0.2em rgb(38 61 89 / 24%);
    /* box-shadow: 0 8px 24px 0 rgb(38 61 89 / 60%), inset -4px -2px 4px 0 rgb(38 61 89 / 24%), inset 2px 2px 2px 0 #fff; */
    border-radius: 1rem;
}


/* generally-block */
.shop-list .body .row .content .generally-block {
    background-image: url(../images/shop/091-2.svg);
    background-size: 100% 100%;
    /* background-color: #fcfcee; */
    width: calc(100% / 3.2);
    /* padding: 10px 0; */
    height: 1.5rem;
    border-radius: 12px;
    /* box-shadow: 0 8px 24px 0 rgb(38 61 89 / 24%), inset -4px -4px 4px 0 rgb(38 61 89 / 24%), inset 2px 2px 2px 0 #fff; */
    margin-left: 6px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.shop-list .body .row .content .generally-block .icon {
    align-items: center;
    justify-content: center;
    display: flex;
}

.shop-list .body .row .content .generally-block .icon .icon-mycard {
    background-image: url(../images/shop/mycard_logo.png);
    background-size: 100% 100%;
    height: 25px;
    width: 50px;
}

.shop-list .body .row .content .generally-block .icon .icon-gash {
    background-image: url(../images/shop/logo_gash.png?v=1);
    background-size: 100% 100%;
    height: 20px;
    width: 60px;
}

.shop-list .body .row .content .generally-block .text {
    height: 30%;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 14px;
    font-weight: 800;
}

.shop-list .body .row .content .generally-block .text-2 {
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 10px;
}

.shop-list .body .row .content .generally-block-2 {
    background-image: url(../images/shop/098-1.svg);
    background-size: 100% 100%;
    /* background-color: #fcfcee; */
    width: 20%;
    padding: 10px 0;
    border-radius: 12px;
    /* box-shadow: 0 8px 24px 0 rgb(38 61 89 / 24%), inset -4px -4px 4px 0 rgb(38 61 89 / 24%), inset 2px 2px 2px 0 #fff; */
    /* margin-left: 6px; */
    margin-bottom: 20px;
}

.shop-list .body .row .content .generally-block-2 .icon {
    height: 60%;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.generally-block-2 {
    margin: 0 !important;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.generally-block-2 .icon div {
    height: 30px;
    width: 61px;
}

.shop-list .body .row .content .generally-block-2 .icon .icon-tel {
    background-image: url(../images/shop/yellow-dollor.svg);
    background-size: 100% 100%;
}

.shop-list .body .row .content .generally-block-2 .icon .icon-phone {
    background-image: url(../images/shop/line-pay.svg);
    background-size: 100% 100%;
}

.shop-list .body .row .content .generally-block-2 .icon .icon-atm {
    background-image: url(../images/shop/bank-transfer.svg);
    background-size: 100% 100%;
}

.shop-list .body .row .content .generally-block-2 .icon .icon-credit-card {
    background-image: url(../images/shop/credit-card.svg);
    background-size: 100% 100%;
}

.shop-list .body .row .content .generally-block-2 .text {
    height: 30%;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 10px;
}

.page-dialog-bottom {
    border-bottom: 0;
    border-radius: 20px 20px 0 0;
    position: absolute;
    left: calc(-2vw - 10px);
    width: 100vw;
    /* right: 0; */
    height: 80px;
    bottom: -10px;
    z-index: 100;
    padding: 10px 15px 0 15px;

    background: linear-gradient(180deg, #CAFFF6 0%, #44CEB7 21.5%, #1FAB94 46.5%, #064F43 100%);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}

.page-dialog-bottom .row {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: flex;
    position: relative;
    align-items: center;
    height: 100%;
    width: 90%;
    margin: 0 auto;
}

.page-dialog-bottom .row .balance-icon {
    position: relative;
    width: 50px;
}

.page-dialog-bottom .row .balance-icon img {
    position: relative;
    width: 100%;
    height: 100%;
}

.page-dialog-bottom .row .username {
    position: relative;
    margin-left: 10px;
    width: 100%;
}

.page-dialog-bottom .row .block {
    display: block;
    padding-left: 10px;
    width: 55%;
    text-align: left;
    font-weight: bolder;
}

.page-dialog-bottom .row .block-right {
    display: block;
    padding-left: 10px;
    width: 45%;
    text-align: left;
    font-weight: bolder;
}


.page-dialog-bottom .row .block .title {
    color: #fff;
    font-size: 16px;
}

.page-dialog-bottom .row .block .content {
    color: #FFF747;
    font-size: 23px;
}

.page-dialog-bottom .row .block-right .get-facai {
    margin-top: -22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-shadow: 0 0 0.2em rgb(38 61 89 / 24%), 0 0 0.2em rgb(38 61 89 / 24%),
        0 0 0.2em rgb(38 61 89 / 24%);
    /* box-shadow: 0 8px 24px 0 rgb(38 61 89 / 60%), inset -4px -2px 4px 0 rgb(38 61 89 / 24%), inset 2px 2px 2px 0 #fff; */
    border-radius: 1rem;

    font-size: 14px;
}

.page-dialog-footer .btn {

    color: #642d0a;
    font-size: 14px;
    font-weight: 600;
    padding-left: 38px;
    padding-bottom: 3px;
    align-items: center;
    position: absolute;
    left: calc(50vw - 1.8rem);
    bottom: 0.6rem;
    width: 2rem;
    height: 0.6rem;
    background-image: url(../images/shop/098-3.png);
    background-size: 100% 100%;
    display: flex;
}


.body-content {
    padding-bottom: 1rem;
}

.productList {
    width: 100%;
    padding: 24px 8px 0px
}

.productList p.text {
    font-size: 14px;
    color: #000;
    text-shadow: 1px 1px 0 #fff8e4;
    margin-bottom: 8px
}

.productList p.text span {
    color: #FEAB00;
}

.productList h4,
.productList p.text {
    text-align: center;
    font-weight: 800;
    font-stretch: 90%
}

.productList h4 {

    font-size: 19px;
    color: #f00;
    margin: 0 auto 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1px;

    width: 198px;
    height: 58px;
    background: linear-gradient(180deg, #CFE5FF 0%, #CFE5FF 0.01%, #38ACFF 100%);
    border-radius: 15px;
}

h4 div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 100%;

    background: linear-gradient(0deg, #DBDBDB 0%, #DBCDCD 0.01%, #F4F4F4 100%);
    border-radius: 15px;
}

.productList li {
    width: 100%;
    height: 45px;
    padding: 5px 10px;
    background: #52D3BE;
    border-radius: 20px;
    display: flex;

    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin: 12px 0;
    position: relative
}

.productList li>div {
    font-size: 14px;
}

.productList li.under-grade {
    pointer-events: none
}

.productList li.under-grade>div {
    opacity: .24;
    -webkit-filter: blur(1px);
    filter: blur(1px)
}

.productList li.under-grade h6 {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 19px;
    color: #452201;
    text-shadow: 2px 2px 0 #fff8e4;
    text-align: center;
    font-weight: 800;
    font-stretch: 90%
}

.productList .areaL {
    position: relative;
    width: 44%;
    height: 100%;
    z-index: 5;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.productList .areaL,
.productList .userMoney {
    display: flex;
    align-items: center;
    flex-direction: row
}

.productList .userMoney {
    width: 100%;
    height: 36px;
    box-shadow: 0 8px 24px 0 rgba(38, 61, 89, .24), inset -4px -4px 4px 0 rgba(38, 61, 89, .24), inset 4px 4px 4px 0 #fff;
    background-image: linear-gradient(to bottom, #FFFFFF, #E3E3E3 73%, #ffffff);
    border-radius: 100px;
    justify-content: start;
    position: relative;
    padding: 0 5px;
    z-index: 2;
}

.productList .userMoney .count {
    font-size: 13px;
    margin-left: 2px;
    font-weight: 800;
    font-stretch: 90%;
    text-shadow: 1px 1px 0 #fff8e4
}

.productList .userMoney .icon-money {
    height: 32px;
}

.productList .userMoney .icon-money img {
    height: 100%
}

.productList .add-tool {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row
}

.productList .icon-plus-text {
    font-size: 24px;
    color: #fff8e4;
    text-shadow: 2px 2px 0 rgba(69, 34, 1, .48);
    font-weight: 800;
    font-stretch: 90%
}

.productList .tool-card {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 4px 0 0
}

.productList .gameIcon {
    width: 100%;
    height: 100%;
    padding: 4px;
    position: relative
}

.productList .gameIcon img {
    width: 100%;
    height: 100%
}

.productList .gameIcon .toolx2 {
    width: 24px;
    height: 19px;
    position: absolute;
    top: -12px;
    left: 0
}

.productList .gameIcon .toolx2 img {
    width: 100%;
    height: 100%
}

.productList .toolIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.productList .toolIcon p {
    position: unset;
    font-size: 12px;
    font-weight: 800;
    font-stretch: 90%;
    color: #452201;
    text-shadow: 1px 1px 0 #fff8e4;
    text-align: center;
    -webkit-transform: none;
    transform: none
}

.productList .toolIcon img {
    width: 32px;
    height: 26px;
    margin-bottom: 3px
}

.productList .imgBox {
    width: calc(100% - 110px - 44%);
    position: relative;
}

.productList .imgBox img {
    width: 120%;
    margin-left: -10%;
}

.productList .price {
    width: 90px;
    height: 30px;
    padding: 4px;
    border-radius: 28px;
    position: relative;
}

.productList .price,
.productList .price .text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row
}

.productList .price .text {
    width: 100%;
    height: 100%;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(69, 34, 1, .48);
    border-radius: 24px;
    font-size: 16px;
    font-weight: 500;
    font-stretch: 90%;
    color: #fafafa;
    padding: 0 8px
}

.productList .price:active {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.p-body.paymentContent {
    width: 100%;
    height: 100%;
    padding: 16px 0 1rem 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.p-body.paymentContent .payInfoBox {
    width: 95%;
    padding: 8px 16px;
    margin: 16px auto 16px auto;
    background: #E3E3E3;
    border: 3px solid #F4F4F4;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
}

.p-body.paymentContent .payInfoBox li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    min-height: 40px;
    height: auto;
    border-bottom: 2px dotted #EBC700;
}

.p-body.paymentContent .payInfoBox .text {
    font-size: 12px;
    font-weight: 400;
    text-shadow: 1px 1px 0 #fff8e4
}

.p-body.paymentContent .payInfoBox .count {
    font-size: 14px;
    font-weight: 800;
    font-stretch: 90%;
    text-shadow: 1px 1px 0 #fff8e4
}

.p-body.paymentContent .body-content {
    padding-bottom: 64px
}

.p-body.paymentContent .body-content ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap
}

.p-body.paymentContent .body-content li {
    width: 30%;
    min-height: 67px;
    /* Frame 131 */

    padding: 10px 0px;


    background: linear-gradient(180deg, #FFFFFF 0%, #F0F0F0 100%);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 8px 1.6666666667%;

    font-size: 15px;
    font-weight: 800;
    color: #FEAF00;
}

.p-body.paymentContent .body-content li>div {
    width: 100%
}

.p-body.paymentContent .body-content li:active {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.p-body.paymentContent .body-content li.w-50 {
    width: 46%;
    margin: 8px 2%
}

.p-body.paymentContent .body-content li.w-100 {
    width: 100%
}

.p-body.paymentContent .body-content .logo {
    width: 72px;
    height: 30px;
}

.p-body.paymentContent .body-content .logo img {
    width: 100%;
    height: 100%
}

.p-body.paymentContent .body-content li .logo {
    height: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.p-body.paymentContent .body-content li .logo img {
    width: unset;
}

.p-body.paymentContent .body-content li p {
    display: block;
    text-align: center;
}

.p-body.paymentContent .body-content .btn-beget-qrcode {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    height: 56px;
    max-width: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background-color: #fafafa;
    box-shadow: 0 8px 16px 0 rgba(127, 63, 2, .32);
    padding: 4px;
    border-radius: 28px;
    margin: 10% auto 0
}

.p-body.paymentContent .body-content .btn-beget-qrcode .text {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(110deg, #00dda4, #03a57b);
    box-shadow: 0 8px 16px 0 rgba(3, 165, 123, .48), inset -2px -4px 2px 0 rgba(0, 221, 164, .72), inset 0 2px 1px 0 rgba(255, 253, 247, .48);
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    color: #fff8e4;
    text-shadow: 1px 1px 0 rgba(69, 34, 1, .48);
    font-size: 19px;
    font-weight: 800;
    font-stretch: 90%;
    text-align: center;
    line-height: 19px;
    padding: 0 16px
}

.p-body.paymentContent .body-content .qrcode-box {
    margin: 10% auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.p-body.paymentContent .body-content .qrcode-box p {
    font-size: 14px;
    margin-bottom: 16px;
    font-weight: 800;
    font-stretch: 90%;
    text-align: center
}

.p-body.paymentContent .body-content .qrcode-box img {
    width: 180px;
    height: 180px
}

.pay-body {
    width: 100%;
    height: calc(70vh);
}

.love-card-Box {
    width: 100%;
    height: 110px;
    margin: 0 auto 30px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    background-image: url(../images/shop/lovecard.png?v=3);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    position: relative;
}

.love-card-Box.sign {
    background-image: url(../images/shop/lovecard_sign.png?v=4)
}

.btn-buy-card {
    margin: 55px auto 0 auto;
}

.imgBox.z1 img {
    width: 160%;
    margin-left: -40%;
    margin-top: -20%;
}
.imgBox.z2 img {
    width: 140%;
    margin-left: -20%;
    margin-top: -10%;
}

.love-card-Box .icon-balance {
    /* background-image: url(../images/shop/lovecard-btn.png);
    background-size: 100% 100%; */
    height: 30px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    color: #fff;
    text-shadow: 0 0 0.2em rgb(38 61 89 / 24%), 0 0 0.2em rgb(38 61 89 / 24%),
        0 0 0.2em rgb(38 61 89 / 24%);
    border-radius: 1rem;
    font-size: 14px;
}

.warm-button.icon-balance {
    border-radius: 16px;
}

.popup-box .p-content {
    /*width: 100%;
    height: 100%;
    margin: auto;
    position: relative;
    z-index: 100;*/
    border-radius: 16px;
}

.popup-love-card {
    background-image: url(../images/shop/lovecard-bg.png?v=4);
    background-size: 100% 100%;
    background-position: bottom;
    border-radius: 16px;
    box-shadow: 2px 4px 8px 0 rgba(69, 34, 1, 0.32), inset 0 -2px 2px 0 rgba(69, 34, 1, 0.24), inset 0 3px 2px 0 rgba(255, 248, 228, 0.48);
}

.popup-s-style2 {
    width: 95%;
    height: 622px;
    max-width: 500px;
    box-shadow: 0 8px 16px 0 rgba(69, 34, 1, 0.48);
    border-radius: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: popup-zoomIn 0.5s;
    animation: popup-zoomIn 0.5s;
}

.popup-s-style2 .popupBg {
    width: 100%;
    height: 100%;
    border-radius: 24px;
}

.popup-love-card .popupBg .card-img-box {
    width: 90%;
    height: auto;
    max-height: 260px;
    position: relative;
    margin: 10% auto 0 auto;
}

.popup-love-card .popupBg .card-img-box .card {
    width: 100%;
}

.popup-love-card .popupBg .text-box {
    width: 100%;
    margin-top: 200px;
    padding: 0 12px 0 56px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.popup-love-card .popupBg .text-box li {
    list-style: decimal;
    font-size: 15px;
    font-weight: 500;
    font-stretch: 100%;
    margin-bottom: 8px;
    color: #fff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.love-button {
    background: url(../images/shop/lovebutton.png?2);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.popup-love-card .popupBg .btns-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin: 90px 50px 0 50px;
}

.popup-love-card .popupBg .btns-box .text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 18px;
}

.popup-love-card .popupBg .btns-box .text>div {
    font-weight: 500;
    font-stretch: 100%;
    font-size: 14px;
}

.popup-love-card .popupBg .btns-box .count {
    font-size: 19px;
    font-weight: 800;
    font-stretch: 90%;
}

div.close {
    position: absolute;
    right: 0;
    display: flex;
    justify-content: end;
    align-items: center;
    z-index: 1;
}

div.close>div {
    width: 37px;
    height: 37px;
    background-size: 100% 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    background-image: url('../images/index/close.png');
}

.alert .dialog-body-wrapper {
    height: 300px
}

.alert .dialog-body {
    padding: .5rem 0;
    color: #000;
}

.text-input {
    resize: none !important;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 10px 15px;
    margin-bottom: .2rem;
    width: 5rem;
    height: .8rem;
    background: #EFEFEF;
    border: 2px solid #DDDDDD;
    border-radius: 10px;
}