.qrcode-wrapper-mp {
    position: absolute;
    display: none;
    padding: 10px;
    background: #FFF;
    border-radius: 5px;
    box-shadow: 1px 2px 10px 0 #afafaf;
    margin: -170px 0 0 -70px;
    z-index: 999;
}

.qrcode-wrapper-mp .qrcode-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.qrcode-wrapper-mp .qrcode-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 10px;
    justify-content: space-between;
}

.qrcode-wrapper-mp .qrcode-item span {
    color: #444;
}
.qrcode-wrapper-mp img {
    width: 200px;
    height: 200px;
}

.qrcode-wrapper-mp i.icon-close {
    position: absolute;
    cursor: pointer;
    right: -12px;
    top: -12px;
    width: 25px;
    background-size: contain;
    height: 25px;
    background-image: url(../svg/close-circle-fill.svg);
}

.qrcode-wrapper {
    position: absolute;
    display: none;
    padding: 10px;
    background: #FFF;
    border-radius: 5px;
    box-shadow: 1px 2px 10px 0 #afafaf;
    margin: -260px 0 0 100px;
    z-index: 999;
}

.qrcode-wrapper i.icon-close {
    position: absolute;
    right: -12px;
    top: -12px;
    width: 25px;
    background-size: contain;
    height: 25px;
    background-image: url(../svg/close-circle-fill.svg);
}

.qrcode-wrapper p {
    padding: 6px 0 0;
    text-align: center;
    font-size: 12px;
    color: #666;
}

.product-card {
    margin-bottom: 30px;
}
.product-card:hover {
    /*transform-origin: bottom;*/
    /*transform: scaleY(1.05);*/
    background-image: url(../img/card-bg.png);
    background-clip: content-box;
}
.product-card .product-content{
    width: 100%;
    height: 430px;
    padding-bottom: 130px;
    position: relative;
    padding-top: 0px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border-left: 1px solid #dedede;
    -webkit-box-shadow: 0 0px 20px rgb(0, 0, 0, .1);
    box-shadow: 0 0px 20px rgb(0, 0, 0, .1);
}
.product-card .product-content:hover{
    -webkit-box-shadow: 0 0px 20px rgb(0, 0, 0, .15);
    box-shadow: 0 0px 20px rgb(0, 0, 0, .15);
}
.product-card .product-img {
    transition: transform .5s;
}
.product-card .product-content:hover .product-img {
    transform: scale(1.1);
}
.product-card .pkg-order-btn {
    background: none!important;
}
.product-card .pkg-order-btn:after{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    content: ' ';
    background: url(../img/btn06.png);
    background-repeat: no-repeat;
    transition: opacity .5s;
}
.product-card .product-content:hover .pkg-order-btn:after {
    /* background: linear-gradient(160deg,#f47e00 0%, #f26805 15%, #e11618 50%, #e11618 75%, #ffd4c7 105%);
    background-size: 400px!important; */
    opacity: 1;
}
.product-card.highlight {
    border: 1px solid red;
    filter: drop-shadow(
        1px 2px 8px hsl(0, 76%, 47%)
    );
}


.product-card .pkg-combination-container {
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    /*background: #FFF;*/
}

.product-card .pkg-combination-container .filter {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    filter: blur(20px);
}

.product-card .pkg-combination-container img {
    max-height: 200px;
    width: auto;
    height: 100%;
    position: relative;
}


.product-card .product-card-title {
    padding: 15px 40px 0 24px;
    margin-bottom: 4px;
    color: #252b3a;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-card .product-card-subtitle {
    max-height: 24px;
    padding: 0 24px 0 24px;
    color: #575d6c;
    font-size: 12px;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.product-card .product-card-tip {
    position: absolute;
    width: 65px;
    height: 65px;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: 1;
}

.product-card .product-card-tip span {
    position: absolute;
    width: 129px;
    left: -32px;
    bottom: 50%;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    background-color: #c7000b;
}

.pkg-combination-container {
    min-height: 220px;
}

.product-card .pkg-order-container {
    height: 130px;
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 24px 66px;
    left: 0;
    bottom: 0;
    align-content: flex-end;
}

.product-card .pkg-order-container .pkg-order-progress-container {
    margin-bottom: 16px;
    width: 100%;
}

.product-card .pkg-order-container .pkg-order-progress-container .pkg-order-progress-info {
    margin-bottom: 12px;
    color: #575d6c;
    font-size: 12px;
    line-height: 16px;
}

.pkg-order-progress {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #adb0b8;
}

.pkg-order-progress i {
    display: block;
    position: absolute;
    left: 0;
    background-color: #252b3a;
    top: auto;
    bottom: 0;
    height: 2px;
    background-image: linear-gradient(270deg, #d02b2b, #ec646e 49%, #f1db96);
}

.pkg-order-progress i:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 12px;
    right: -6px;
    bottom: 0;
    background-size: contain;
    background-image: url(../img/fire.svg);
}

.pkg-order-tip-container {
    width: 100%;
    display: flex;
    margin-bottom: 8px;
}

.pkg-order-tip-container p {
    padding: 0 4px;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
    border-radius: 2px;
}

.pkg-order-tip-container .sale-tip {
    color: #FFF;
    background-color: #c7000b;
    border: 1px solid #c7000b;
}

.pkg-order-tip-container .info-tip {
    color: #adb0b8;
    background-color: transparent;
    background-color: initial;
    border: 1px solid #adb0b8;
}

.pkg-order-tip-container p + p {
    margin-left: 4px;
}

.pkg-order-price-container {
    width: 100%;
    display: flex;
    align-items: flex-end;
    -webkit-box-align: end;
}

.pkg-order-price-container em {
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    color: #c7000b;
}

.pkg-order-price-container em {
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    color: #c7000b;
}

.pkg-order-price-container .pkg-order-integer {
    font-size: 28px;
    line-height: 28px;
}

.pkg-order-price-container .pkg-order-sale {
    margin-left: 8px;
    color: #adb0b8;
    font-weight: 400;
}

.pkg-order-btn {
    width: 100%;
    bottom: 0;
    left: 0;
    font-size: 16px;
    line-height: 50px;
    font-weight: 700;
    color: #c7000b;
    background-size: 100% 100%;
    z-index: 2;
    position: absolute;
    text-align: center;
    background-color: transparent;
    text-decoration: none;
    outline: none;
    cursor: pointer !important;
}


.pkg-order-btn:hover {
    opacity: 0.8;
}

.pkg-order-btn:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 20px;
    left: 0;
    top: -20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .04)));
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .04));
}



.product-card .product-content:hover .pkg-order-btn.normal {
    display: none;
}

.product-card .btn-active {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    justify-content: space-between;
}

.product-card .product-content:hover .pkg-order-btn {
    color: #FFF;
    background: url(../img/btn06.png);
}

.product-card .btn-active .pkg-order-btn {
    width: 50%;
    position: relative;
}

.product-card .product-desc {
    display: none;
}
.fancybox-content.product-desc {
    width: 700px;
}
.fancybox-content.product-desc .hd {
    padding: 30px;
    background: #f8f8f8;
}
.fancybox-content.product-desc .pkg-combination-container{
    width: 200px;
    height: 200px;
    min-height: auto;
}
.fancybox-content.product-desc .product-card-title {
    padding: 15px 40px 0;
    margin-bottom: 4px;
    color: #f16406;
    font-size: 24px;
    line-height: 22px;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.fancybox-container {
    z-index: 999992;
}
.fancybox-content.product-desc .product-detail-title {
    position: relative;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin: 10px 0;
}
.fancybox-content.product-desc .product-detail-title .text{
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 auto;
    padding: 0 10px;
    font-size: 16px;
    color: #888;
    background: #fff;
}
.fancybox-content.product-desc .product-detail-title::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ccc;
    content: ' ';
}
.modal {
    box-sizing: border-box;
    padding: 0 0 24px;
    color: #000000d9;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum";
    pointer-events: none;
    position: relative;
    top: 10%;
    width: 400px;
    max-width: calc(100vw - 32px);
    margin: 0 auto;
}

.modal-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    height: 100%;
    background-color: #00000073;
}

.modal-wrap {
    z-index: 99000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    outline: 0;
    -webkit-overflow-scrolling: touch;
}

/* Modal Content/Box */
.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px #00000014, 0 9px 28px 8px #0000000d;
    pointer-events: auto;
}

.modal-title {
    margin: 0;
    color: #000000d9;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    word-wrap: break-word;
}

/* The Close Button */
.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    padding: 0;
    color: #00000073;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    background: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
    transition: color .3s;
}

.modal-close > span {
    display: block;
    width: 56px;
    height: 56px;
    font-size: 30px;
    font-weight: 100;
    font-style: normal;
    line-height: 56px;
    text-align: center;
    text-transform: none;
    text-rendering: auto;
}

.modal-header {
    padding: 16px 24px;
    color: #000000d9;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 2px 2px 0 0;
}

.modal-body {
    padding: 5px 24px;
    font-size: 14px;
    line-height: 1.5715;
    word-wrap: break-word;
    position: relative;
}

.modal-body .body-mask {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    background: #000;
    right: 0;
    top: 0;
    opacity: 0.4;
    display: none;
}

.modal-footer {
    padding: 10px 16px;
    text-align: right;
    background: transparent;
    border-top: 1px solid #f0f0f0;
    border-radius: 0 0 2px 2px;
}

.order-form {

}

.order-form .order-form-item {
    margin-top: 5px;
}

.order-form-item .input-wrapper {
    padding: 0;
    display: flex;
    position: relative;
    align-items: center;
    border-radius: 3px;
    border: 1px solid #CCCCCC;
    background: #FFFFFF;
}

.order-form-item .error-msg {
    font-size: 14px;
    margin-top: 4px;
    color: #fa2a2d;
    min-height: 16px;
}

.order-form-item .error-msg span {
    display: flex;
    justify-content: start;
    align-items: center;
    line-height: 16px;
}

.input-wrapper .splitter {
    margin-left: 16px;
    background-color: rgba(0, 0, 0, 0.1);
    width: 1px;
    height: 22px;
}

.input-wrapper.focus {
    border: 1px solid #526ecc;
}

.error-msg {
    visibility: hidden;
}

.order-form-item.error .error-msg {
    visibility: visible;
}

.order-form-item.error .input-wrapper {
    border: 1px solid #fa2a2d;
    background: rgba(250, 42, 45, 0.05);
}

.input-wrapper .input-prefix {
    float: left;
    pointer-events: none;
    padding-left: 16px;
}

.input-wrapper .input-prefix .input-prefix-content {
    display: flex;
    align-items: center;
    max-width: 180px;
}

.input-wrapper input,
.input-wrapper select,
.input-wrapper option {
    padding: 0 16px;
    border: none;
    border-radius: 4px;
    background: transparent;
    outline: 0;
    height: 34px;
    line-height: 40px;

    font-size: 14px;
    color: #000;
    width: 100%;
}

.input-wrapper.mobile input {
    width: calc(100% - 100px);
}

.order-submit {
    background: #c70008;
    border-radius: 4px;
    text-align: center;
    color: #FFF;
    outline: none;
    font-size: 16px;
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 10px 0;
}

.order-submit.btn-disabled {
    opacity: 0.6;
}

.input-wrapper .input-suffix {
    right: 16px;
    left: auto;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    color: #526ecc;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.input-wrapper .input-suffix .button-base-box {
    position: relative;
}

.input-wrapper .input-suffix .sms-code {
    margin-left: 16px;
    cursor: pointer;
}

.input-wrapper .input-suffix .sms-code.disabled {
    opacity: .38;
    pointer-events: none;
}

.input-wrapper .input-suffix .text-container {
    text-align: left;
    display: inline-block;
    line-height: 1.3;
}

.input-wrapper .input-suffix .code-loading {
    left: 0;
    background: transparent;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-wrapper .input-suffix .code-loading .icon-btn {
    line-height: 1;
    font-size: 0;
    display: inline-block;
}

.icon-btn .loading_circle_gray {
    background-image: url(../images/loading-circle-gray.gif);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    display: inline-block;
}

.error-msg-container {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    line-height: 16px;
    font-size: 12px;
}

.error-msg-container .tip-icon {
    margin-right: 4px;
    height: 16px;
    display: flex;
    align-items: center;
}

.tip-icon-error {
    background-image: url(../svg/tip-error.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    display: inline-block;;
}

.order-form-item .tabs {
    display: flex;
    align-items: center;
    height: 34px;
    margin: 6px 0 15px 0;
    border-radius: 2px;
    opacity: 0.8;
}

.order-form-item .tabs .tab-item {
    width: 50%;
    line-height: 34px;
    text-align: center;
    height: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #fa2a2d;
    border: 1px solid #fa2a2d;
}

.order-form-item .tabs .tab-item:first-child {
    border-right: none;
}

.tabs .tab-item.disabled{
    cursor: not-allowed;
    color: rgba(0,0,0,.25) !important;
    border-color: rgba(0,0,0,.25) !important;
}

.tab-item.active {
    background: #fa2a2d;
    color: #FFF !important;
}

.renew {
    display: none;
}

.form-control {
    font-family: system-ui, sans-serif;
    font-weight: bold;
    line-height: 1.1;
    display: grid;
    grid-template-columns: 1em auto;
    gap: 0.5em;
    margin-bottom: 10px;
}

.form-control + .form-control {
    margin-top: 1em;
}

input[type="checkbox"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    background-color: #FFF;
    /* Not removed via appearance */
    margin: 0;

    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.075em);

    display: grid;
    place-content: center;
}

input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em rebeccapurple;
    /* Windows High Contrast Mode */
    background-color: #fa2a2d;
}

input[type="checkbox"]:checked::before {
    transform: scale(1);
}

input[type="checkbox"]:focus {
    outline: max(2px, 0.15em) solid currentColor;
    outline-offset: max(2px, 0.15em);
}

input[type="checkbox"]:disabled {
    color: rebeccapurple;
    color: #959495;
    cursor: not-allowed;
}

.tag-group {
    display: flex;
    height: 34px;
    align-items: center;
}
.tag-group .tag {
    padding: 0px 15px;
    border-radius: 2px;
    margin-right: 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ADB9B8;
    border: 1px solid #ADB9B8;
}

.tag-group .tag.active {
    background: #c7000b;
    color: #FFF;
    border: 1px solid #c7000b;
}

.port {
    display: none;
}

.flex {
    display: flex;
    align-items: center;
}

.flex label {
}


