.qr__popup {
    opacity: 0;
    visibility: hidden;
    pointer-events:none;
    transition:all .3s ease;
}
.qr__popup.open {
    opacity:1;
    visibility:visible;
    pointer-events:inherit;
}
img {max-width:100%;object-fit:cover;}
.link-transfer{
    font-family: "SVN";
    height:100vh;
    background:#F4F6FA ;
}
.link-transfer header {background:#fff;}
header .logo img{
    max-width: 100px;
}
.header-inner {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
}
.btn-download {
    background: rgba(21,174,98,.1);
    border-radius: 8px;
    color: #15ae62!important;
    width: 150px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wp-content {
    display:flex;
    border-radius:12px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
    max-width: 884px;
    margin: 52px auto;
    justify-content: space-between;
}
.section-info {
    background:#fff;
    padding:30px 30px 19px;
    width:100%;
}
.section-info .title{
    font-size:18px;
    color:#25282B;
    position:relative;
    padding-left:10px;
    margin-bottom:39px;
    font-family:'SVN-semi-bold';
}
.section-info .title:before {
    content:'';
    position:absolute;
    background: #15AE62;
    width:3px;
    height:100%;
    left:0;
}
.section-info .info {
    display:flex;
    align-items:center;
    margin-top:11px;
}
.info {
    margin-bottom:19px;
    padding-bottom:20px;
    border-bottom:1px dashed #D2D1D1;
}
.info .thumb {
    width:38px;
    height:38px;
    border-radius:999px;
    flex:38px 0 0;
    margin-right:13px;
}
.info .name {
    font-size:14px;
    font-family:'SVN-semi-bold';

}
.section-title {
    color:#A0A4A8;
    font-size:12px;
}
.section-info .number {
    font-size:20px;
    color:#15AE62;
    font-family:'SVN-semi-bold';
    padding-bottom:14px;
    border-bottom:1px dashed #D2D1D1;
    margin-bottom:19px;
}
.section-info .number_null {
    font-size:14px;
    color:#212529;
    font-family:'SVN-semi-bold';
    padding-bottom:14px;
    border-bottom:1px dashed #D2D1D1;
    margin-bottom:19px;
}
.section-info .desc {
    font-size:14px;
    font-family:'SVN-semi-bold';
    margin-top:7px;
    word-break:break-word;
}
.section-info .app-icon {
    display:flex;
    align-items:center;
}
.section-info .app-icon a {
    text-decoration:none;
}
.app-icon {margin-top:96px;}
.app-icon .item {
    font-size:12px;
    color:#52575C;
    position:relative;
    padding-left:20px;
    cursor: pointer;
}
.app-icon .item .icon {
    position:absolute;
    left:0;
}
.app-icon .icon {
    margin-right:6px;
}
.app-icon .item:first-child {
    margin-right:12px;
}
.section-qr {
    position:relative;
    max-width: 450px;
    width: 100%;
    overflow: hidden;
    text-align:center;
    padding:23px 0 21px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    background: #ffffff;
}
.section-qr .bg-qr {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section-qr .bg-qr img {
    height:100%;
    width:100%;
}
.section-qr .title {
    color:#FFFFFF;
    margin-bottom:25px;
    position: absolute;
    top: 25px;
    width: 100%;
    font-size:12px;
}
.text-bold {
    font-family:'SVN-semi-bold';
}
.section-qr .btn-links {
    display: flex;
    justify-content: space-between;
    padding: 0 35px;
    font-size: 12px;
    margin-top:50px;
    cursor: pointer;
    position: absolute;
    bottom: 21px;
    width: 100%;
}
.btn-links a ,.btn-guide{
    text-decoration:underline;
    color:#fff!important;
    cursor:pointer;
}
.mv-visual-sp {
    display:none;
}
.mv-visual-sp .icon-user {
    width:68px;
    height: 68px;
    border-radius:999px;
    overflow:hidden;
    margin:48px auto 9px;
}
.mv-visual-sp .name {
    text-align:center;
    color:#FFFFFF;
    font-size:12px;
}


.mv-visual-sp .img-vc{
    margin: 0 auto;
    padding: 80px 80px;
    min-height: 230px;
    text-align: center;
    background-image:url('https://storage.googleapis.com/dev-npay-cdn/cms/frame-45603-1701924363.png');
    background-repeat:no-repeat;
    background-position: bottom;
    background-size: cover;
}
.mv-visual-sp .img-vc img{
   height: 210px;
}
.mv-visual-sp .img-vc-web{
    background-image:url('https://storage.googleapis.com/dev-npay-cdn/cms/frame-45603-1701924363.png');
    background-repeat:no-repeat;
    background-position: bottom;
    background-size: cover;
}
.mv-visual-sp .img-vc img{
    width: 100%;
    height: 100%;
}

.disable-img-sell{
    filter: opacity(0.8);
}

footer {
    background: #fff;
    padding: 50px 50px 30px 50px;
    position:fixed;
    width:100vw;
    bottom:0;
}
@media screen and (max-height:900px) {
    footer {
        position:inherit;
    }
}
footer a {
    color: #000;
}
footer a:hover {
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    footer {
        margin: 0;
        padding: 17px;
    }
    .mask_img {
        top: 40px !important;
        left: 85px !important;
    }
}
footer .f-head {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}
@media screen and (max-width: 768px) {
    footer .f-head {
        display: flex;
        flex-direction: column-reverse;
        padding-bottom: 20px;
    }
}
footer .f-block {
    position: relative;
}
footer .f-block .label {
    color: #25282b;
    font-size: 14px;
    line-height: 25px;
    font-family: "SVN-semi-bold";
}
@media screen and (max-width: 768px) {
    footer .f-block .label {
        font-size: 12px;
        margin: 7px 0;
        position: relative;
    }
}
footer .f-block .detail {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px) {
    footer .f-block .detail {
        flex-direction: column;
        align-items: baseline;
    }
}
footer .f-block .detail-item {
    display: flex;
    align-items: center;
    font-size: 14px;
}
footer .f-block .detail-item:not(:last-child) {
    margin-right: 40px;
}
@media screen and (max-width: 768px) {
    footer .f-block .detail-item {
        font-size: 12px;
    }
    footer .f-block .detail-item:not(:last-child) {
        margin: 0 0 8px 0;
    }
}
footer .f-block .detail-item .icon {
    display: inline-block;
    margin-right: 10px;
}
footer .f-block.f-hotline {
    display: flex;
}
footer .f-block.f-hotline .btn-contact {
    width: 270px;
    height: 40px;
    border: 1px solid #15ae62;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #15ae62;
    background: #fff;
    margin-right: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: "SVN-semi-bold";
}
footer .f-block.f-hotline .btn-contact:hover {
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    footer .f-block.f-hotline .btn-contact {
        width: 200px;
    }
}
footer .f-block.f-hotline .btn-contact:hover {
    background: #15ae62;
    color: #fff;
}
footer .f-block.f-hotline .hotline {
    font-size: 14px;
    color: #15ae62;
    font-family: "SVN-semi-bold";
}
footer .f-block.f-hotline .hotline .text {
    color: #25282b;
}
footer .f-bottom {
    padding-top: 14px;
    display: flex;
    align-items: center;
    justify-content:space-between;
}
@media screen and (max-width: 768px) {
    footer .f-bottom {
        flex-direction: column;
    }
}
footer .f-bottom .f-block {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px) {
    footer .f-bottom .f-block {
        align-items: baseline;
    }
    footer .f-bottom .f-block:last-child {
        margin-top: 12px;
        align-items: center;
    }
}
footer .f-bottom .f-logo {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px) {
    footer .f-bottom .f-logo {
        flex-direction: column;
        align-items: baseline;
    }
}
footer .f-bottom .f-logo .logo {
    width: 67px;
    height: 27px;
    cursor: pointer;
}
footer .f-bottom .f-img {
    width: 158px;
    height: 21px;
    margin: 0 30px;
    flex: 158px 0 0;
}
@media screen and (max-width: 768px) {
    footer .f-bottom .f-img {
        margin: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
}
footer .f-bottom .social {
    display: flex;
    align-items: center;
}
footer .f-bottom .social-item:not(:last-child) {
    margin-right: 10px;
}
footer .f-bottom .social-item {
    cursor: pointer;
}
footer .f-bottom .f-apps {
    display: flex;
    align-items: center;
    margin-left: 33px;
}
footer .f-bottom .f-apps .first {
    display: inline-block;
    margin-right: 12px;
}
footer .f-bottom .f-apps img {
    width: 100px;
}
footer .f-bottom .f-apps .label {
    color: #393939;
    margin-right: 8px;
    line-height: 18px;
}
@media screen and (max-width: 768px) {
    footer .f-bottom .f-apps .label {
        display: none;
    }
}
footer .f-bottom .f-name {
    position: relative;
    padding-left: 12px;
    margin-left: 12px;
}
footer .f-bottom .f-name::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #ebebeb;
    left: 0;
    top: 0;
}
@media screen and (max-width: 768px) {
    footer .f-bottom .f-name {
        padding: 0;
        margin: 10px 0 0 0;
    }
    footer .f-bottom .f-name::after {
        display: none;
    }
}
footer .f-bottom .f-name .txt-head {
    color: #000;
    font-size: 14px;
    font-family: "SVN-semi-bold";
}
footer .f-bottom .f-name .txt-bottom {
    font-size: 12px;
    color: #25282b;
}

@media screen and(min-width:768px) {
    .mv-visual-pc {
        display:inherit;
    }
    .link-transfer{
        background: #F4F6FA ;
    }
}
@media screen and (max-width: 768px) {
    header {
        position:fixed;
        top:0;
        width:100%;
        z-index: 99999;
    }

    .link-transfer {
        background: #ffffff ;
        padding-top:54px;

    }
    .bg-webview{
        /*padding-top:85px;
        background-image: url("https://storage.googleapis.com/dev-npay-cdn/cms/frame-45603-1701924363.png")  ;*/
        background-repeat: no-repeat;
        background-size: contain;
    }
    header .logo img{
        max-width: 72px;
    }
    .header-inner {
        height: 54px;
        padding: 0 15px;
        border-bottom: 1px solid #F4F6FA;
    }
    .btn-download {
        font-size: 14px;
        font-family: SVN;
        cursor: pointer;
        text-decoration: none;
    }
    .mv-visual-sp {
        display:inherit;
    }
    .mv-visual-pc {
        display:none;
    }
    .transfer-info {
        background: rgba(42, 108, 167, 0.5);
        border-radius: 12px;
        width:calc(100% - 30px);
        margin:0 auto;
        padding:10px 10px 10px 16px;
        display:flex;
        align-items:center;
        position:relative;
        z-index: 1;
    }
    .transfer-info:not(:last-child) {
        margin-bottom:12px;
    }
    .transfer-info .thumb {
        width:44px;
        height:44px;
        border-radius:999px;
        margin-right:12px;
        overflow:hidden;
        flex:44px 0 0;
    }
    .transfer-info .thumb img {
        width:100%;
        height:100%;
    }
    .transfer-info .title {
        font-size:12px;
        color: rgba(255, 255, 255, 0.7);
    }
    .transfer-info .content {
        font-size:14px;
        color: #FFFFFF;
        font-family:'SVN-semi-bold';
        word-break:break-word;
    }
    .footer {
        bottom: 0;
        left: 0;
        width: 100vw;
        background: #FFFFFF;
        border-radius: 16px 16px 0px 0px;
    }
    .footer .btn-footer {
        background: #15AE62;
        border-radius: 8px;
        font-size:14px;
        color:#fff;
        font-family:'SVN-semi-bold';
        height:44px;
        width:calc(100vw - 30px);
        text-align:center;
        line-height:44px;
        margin: 17px auto 17px;
        display:block;
    }
    .footer .inactive{
        background: #A0A4A8 !important;
    }
    .footer .text-bottom {
        background:#F4F6FA;
        font-size:10px;
        color:#52575C;
        padding:23px 15px;
        text-align:center;
    }
    .wp-content {
        margin: 0;
        border-radius: 0;
        height: calc(100vh - 54px);
        overflow-y:auto;
        position:relative;

    }

}



.btn-buynow{
    width: 163px;
    height: 44px;
    background:#15AE62;
    border-radius: 8px;
    color: #FFFFFF;
    outline: none;
    border: none;
    font-size: 14px;
    font-family: "SVN";
    cursor: pointer;
}
.input-quantity .label{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #25282B;
    margin-bottom: 10px;

}
.gr-btn{
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wp-sl .minus,.wp-sl .plus {
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 999px;
    flex: 24px 0 0;
}
.wp-sl .minus.disable div,.wp-sl .plus.disable div {
    background: #d2d1d1;
}
.wp-sl .value {
    margin: 0;
    font-size: 16px;
}
.wp-sl .minus div {
    width: 12px;
    height: 2px;
    cursor: pointer;
    background: #009d62;
}
.wp-sl .minus {
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 40%;
    justify-content: center;
}

.wp-sl .minus, .sl-card .wp-sl .plus {
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 999px;
    flex: 24px 0 0;
}
.wp-sl .plus div:last-child {
    transform: rotate(
            90deg);
}
.wp-sl .plus div {
    width: 12px;
    height: 2px;
    background: #009d62;
    position: absolute;
}
.wp-sl .plus {
    position: relative;
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.wp-sl {

    width: 100px;
    background: #f4f6f6;
    border-radius: 46px;
    height: 32px;
    padding: 4px;
    justify-content: space-between;
    margin-bottom: 15px;
    border: 1px solid #e6e8e9;
    box-sizing: border-box;
    box-shadow: 0 2px 0 rgb(0 0 0 / 4%);
    display: flex;
    align-items: center;
}
.wp-sl.minus, .sl-card .wp-sl .plus {
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 999px;
    flex: 24px 0 0;
}
.sl-card .wp-sl .minus div {
    width: 12px;
    height: 2px;
    cursor: pointer;
    background: #009d62;
}
.sl-card .wp-sl .minus.disable div, .wp-sl .plus.disable div {
    background: #d2d1d1;
}

.label-seller{
    padding:  0px 16px 0px 16px;
    display: flex;
    color: #A0A4A8;
    font-size: 12px;
    line-height: 16px;
}
.info-seller{
    display: flex;
    padding: 16px;
}

.info-seller .avatar{
    border-radius: 50%;
    padding-right: 10px;
}
.info-seller .avatar img{
    border-radius: 50%;
    height: 38px;
    width: 38px;
}
.info-seller .name span{
    font-style: normal;
    font-family: "SVN";
    color: #15AE62;
    font-weight: 500;
}
.info-seller .name{
    color: #25282B;
    font-family: "SVN-bold";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
}
.info-seller .phone{
    color: #A0A4A8;
    font-size: 12px;
    line-height: 16px;
    padding-top: 5px;

}


.info-vc{
    padding: 16px;
}
.info-vc .vcborder{
    border-bottom:1px solid #CED1D7;
    padding-top: 12px;
}

.info-vc .price{
    color:#15AE62;
    font-family: "SVN-bold";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
}
.info-vc .title{
    color:#25282B;
    font-family: "SVN-bold";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}
.info-vc .quantity{
    display: flex;
    color: #A0A4A8;
    font-size: 12px;
    line-height: 16px;;
}

.qr-wp{
    padding: 100px 85px;
    position: relative;
}
.mask_img{
    position: absolute;
    margin: 17%;
    color: #fff;
    transform: rotate(-15deg);
    border: 3px solid #fff;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    z-index: 9999;
    top: 70px;
    left: 101px;
}

/*overwrite css */

.qr-pop{
    width: 250px;
    height: 250px;
    margin-top: 30px;
}
.modal-content{
    width: 100%;
    height: 100%;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem 0 1rem;
    border-bottom:unset;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-lg{
    width: 474px;
    height: 427px;
}
.modal {
    text-align: center;
}
.modal-body{

    text-align: center;
    background-image: url("https://storage.googleapis.com/dev-npay-cdn/cms/frame-45603-1701924363.png") ;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
