.fs-6 {
    font-size: 1rem !important;
}

.fs-5 {
    font-size: 1.25rem !important;
}

.main-section-v2>section:nth-of-type(odd) {
    background: #f4f4f4!important;
}

.main-section-v2>section:nth-of-type(even) {
    background: #fff!important;
}

.main-banner {
    background-image: url(https://www.micstatic.com/deals/img/buyer-publicity/bg_banner.png?_v=1746758025810);
    color: #fff;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-banner .banner-graphic {
    max-width: 400px;
}

.main-banner .btn-order {
    background: #fff;
    color: #d82626;
    font-weight: 600;
}

.work-icon {
    position: absolute;
    display: inline-block;
    left: -8px;
    top: 11px;
    width: 16px;
    height: 16px;
    background-color: #222;
    border-radius: 50%;
    cursor: pointer;
    transition: all .5s ease-out;
}

.wave-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.10;
    z-index: 0;
    object-fit: cover;
}

.section-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 16px #0001;
    padding: 32px;
    margin-bottom: 36px;
}

.feature-icon {
    background: #fff;
    color: #d82626;
    font-size: 36px;
    border-radius: 50%;
    margin-bottom: 14px;
    width: 120px;
    height: 120px;
    background: var(--background-1);
}

.feature-icon i {
    width: 100%;
    height: 100%;
    font-size: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px #0002;
}

.faq-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px #0001;
}

.refund-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px #0001;
}

.footer-cta {
    background: #d82626;
    color: #fff;
}

.footer-cta a {
    color: #fff;
    text-decoration: underline;
}

.footer-bottom {
    background: #f6f6f6;
    font-size: 15px;
}

.contact-mail {
    font-size: 1.25rem;
    font-weight: 600;
}

#testimonialCarousel .carousel-indicators {
    position: static;
    margin-top: 1.5rem;
    margin-bottom: 0;
    justify-content: center;
}

#testimonialCarousel .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #d82626;
    opacity: 0.3;
    transition: opacity 0.2s;
    margin: 0 6px;
}

#testimonialCarousel .carousel-indicators .active {
    opacity: 1;
    background-color: #d82626;
}

.testimonial-indicators {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 0;
    gap: 12px;
}

.testimonial-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #d82626;
    opacity: 0.3;
    transition: opacity 0.2s;
    border: none;
}

.testimonial-indicators .active {
    opacity: 1;
    background-color: #d82626;
}

.faq-question {
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
    outline: none;
}

.faq-question.active,
.faq-question:focus,
.faq-question:hover {
    background: #fff !important;
    color: #d82626;
    font-weight: bold;
    box-shadow: 0 2px 8px #0001;
}

.faq-question:not(.active):hover {
    background: #f8d7da !important;
    color: #d82626;
}

#faqBox {
    border-radius: 12px;
    box-shadow: 0 2px 10px #0001;
    background: #fff;
}

@media (max-width: 767.98px) {

    #faqBox .col-md-4,
    #faqBox .col-md-6 {
        min-width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
}


@media (min-width: 3840px) {
    .banner-responsive {
        height: 1200px;
    }
}

@media (min-width: 2560px) and (max-width: 3839px) {
    .banner-responsive {
        height: 800px;
    }
}

@media (min-width: 1920px) and (max-width: 2559px) {
    .banner-responsive {
        height: 600px;
    }
}

@media (min-width: 1366px) and (max-width: 1919px) {
    .banner-responsive {
        height: 430px;
    }
}

@media (min-width: 1024px) and (max-width: 1365px) {
    .banner-responsive {
        height: 400px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .banner-responsive {
        height: 350px;
    }
}

@media (max-width: 767px) {
    .banner-responsive {
        height: 230px;
    }
}

.carousel-control-prev {
    justify-content: flex-start;
}

.carousel-control-prev>.carousel-control-prev-icon {
    width: 40px;
    height: 60px;
    background-color: rgba(0, 0, 0, .5);
    display: none;
}

.carousel-control-next {
    justify-content: flex-end;
}

.carousel-control-next>.carousel-control-next-icon {
    width: 40px;
    height: 60px;
    background-color: rgba(0, 0, 0, .5);
    display: none;
}

.carousel-control-next:hover .carousel-control-next-icon,
.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover~.carousel-control-prev .carousel-control-prev-icon,
.carousel-control-prev:hover~.carousel-control-next .carousel-control-next-icon {
    display: inline-block;
}

.w-60 {
    width: 60px !important;
}

.w-80 {
    width: 80px !important;
}

@media (min-width: 576px) {
    .w-sm-60 {
        width: 60px !important;
    }

    .w-sm-80 {
        width: 80px !important;
    }
}

@media (min-width: 768px) {
    .w-md-60 {
        width: 60px !important;
    }

    .w-md-80 {
        width: 80px !important;
    }
}

@media (min-width: 992px) {
    .w-lg-60 {
        width: 60px !important;
    }

    .w-lg-80 {
        width: 80px !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-60 {
        width: 60px !important;
    }

    .w-xl-80 {
        width: 80px !important;
    }
}

.text-black {
    color: #333;
}

.rotate-horizontal {
    transform: scaleX(-1);
}



.dlg-state-notitle .dlg-titlebar {
    zoom: 1
}

.dlg-state-notitle .dlg-titlebar:before,
.dlg-state-notitle .dlg-titlebar:after {
    content: "";
    display: table
}

.dlg-state-notitle .dlg-titlebar:after {
    clear: both
}

.dlg-dialog {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 30px rgba(0, 0, 0, .3)
}

.dlg-dialog ::-webkit-scrollbar {
    width: 10px;
    background: #fff
}

.dlg-dialog ::-webkit-scrollbar-thumb {
    background: #dae0e6;
    border-radius: 5px
}

.dlg-outer {
    text-align: left
}

.dlg-header {
    zoom: 1
}

.dlg-titlebar {
    position: relative;
    height: 100%;
    width: 100%;
    zoom: 1
}

.dlg-title {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    min-width: 760px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 15px;
    font-weight: bold;
    color: #222;
    background-color: #fff;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #e6ecf2;
    zoom: 1
}

.dlg-close {
    display: block;
    position: absolute;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    z-index: 1;
    border-radius: 0 3px 3px 0;
    background: url(https://www.micstatic.com/common/img/icon/dlg-close_65af4e94.png) no-repeat;
    background-position: 0 0px;
    font-size: 0;
    line-height: 0;
    cursor: pointer
}

.dlg-close:hover {
    background-position: 0 -40px
}

.dlg-icon {
    vertical-align: middle
}

.dlg-icon div {
    width: 48px;
    height: 48px;
    margin: 10px 0 10px 10px;
    background-position: center center;
    background-repeat: no-repeat
}

.dlg-main {
    min-width: 300px;
    max-width: 800px;
    min-height: 90px;
    position: relative
}

.dlg-content {
    zoom: 1;
    border: none 0;
    padding: 20px;
    position: relative
}

.dlg-content:before,
.dlg-content:after {
    content: "";
    display: table
}

.dlg-content:after {
    clear: both
}

.dlg-content.dlg-state-full {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 !important;
    height: 100%
}

.dlg-loadding {
    min-width: 300px;
    min-height: 200px;
    text-align: center;
    text-indent: -999em;
    overflow: hidden;
    background: url(https://www.micstatic.com/common/img/loading_e7ad1158.gif) no-repeat center center
}

.dlg-footer {
    height: 50px;
    padding: 10px 15px;
    box-sizing: border-box;
    background: #f5f7fa;
    border-top: 1px solid #e6ecf2;
    border-radius: 0 0 3px 3px
}

.dlg-buttons {
    text-align: right;
    white-space: nowrap;
    border-radius: 0 0 3px 3px
}

.dlg-buttons button {
    margin-left: 10px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px
}

.dlg-inner {
    background: #fff
}

.dlg-se {
    display: none;
    position: absolute;
    right: 0;
    width: 6px;
    height: 6px;
    background: #3d4b66;
    border-radius: 0 0 3px 0
}

.dlg-state-notitle .dlg-title {
    display: none
}

.dlg-state-notitle .dlg-se {
    width: 3px;
    height: 3px;
    background: none !important
}

.dlg-state-notitle .dlg-inner {
    background: none
}

.dlg-state-notitle .dlg-outer {
    border: none 0
}

.dlg-state-notitle .dlg-titlebar {
    bottom: 0;
    _bottom: 0;
    _margin-top: 0;
    z-index: 5
}

.dlg-state-notitle .dlg-close {
    position: static;
    float: right;
    width: 30px;
    height: 30px;
    margin-bottom: -30px;
    background-position: -5px -5px
}

.dlg-state-notitle .dlg-close:hover {
    background-position: -5px -45px
}

.dlg-state-notitle .dlg-result {
    padding-top: 20px;
    padding-bottom: 10px
}

.dlg-state-notitle .dlg-result .msg p {
    margin-bottom: 10px
}

.dlg-state-lock .dlg-se {
    background: #333;
    background: #333 \9 !important
}

.dialog-loading {
    background: url(https://www.micstatic.com/common/img/icon/loading_7f7462d1.gif) no-repeat center center;
    width: 100%;
    height: 100%;
    min-width: 500px;
    min-height: 350px;
    position: relative
}

.dialog-loading .dialog-loading-text {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 14px;
    top: 50%;
    margin-top: -60px
}

.dialog-refresh {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .7)
}

.dialog-refresh .content {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer
}

.dialog-refresh .btn {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

.dialog-confirm {
    text-align: center;
    zoom: 1;
    width: 360px;
    margin: 10px auto 10px
}

.dialog-confirm:before,
.dialog-confirm:after {
    content: "";
    display: table
}

.dialog-confirm:after {
    clear: both
}

.dialog-confirm .ico {
    display: inline-block;
    vertical-align: middle;
    vertical-align: middle;
    display: inline;
    zoom: 1;
    width: 44px;
    height: 44px;
    font-size: 0px;
    line-height: 0;
    background: url(https://www.micstatic.com/common/img/dialog/2.0/bg-ico_1aaa98fe.png) no-repeat;
    background-position: 0 -44px
}

.dialog-confirm .cnt {
    overflow: hidden;
    padding-top: 12px;
    font-size: 14px
}

.dialog-confirm .cnt p {
    margin-top: 0
}

.dialog-confirm.confirm-system .ico {
    background-position: 0 -44px
}

.dialog-confirm.confirm-succ .ico {
    background-position: 0 0px
}

.dialog-confirm.confirm-wrong .ico {
    background-position: 0 -88px
}

.dialog-confirm.confirm-alert .ico {
    background: url(https://www.micstatic.com/common/img/dialog/2.0/icon-warn-48_7e2325f7.png) no-repeat;
    background-position: 0 0;
    width: 48px;
    height: 48px
}

.dlg-result {
    padding-top: 0;
    padding-bottom: 0
}

.dlg-result .state {
    text-align: center;
    height: 48px;
    margin-bottom: 10px
}

.dlg-result .state .micon {
    font-size: 48px;
    margin-right: 0px
}

.dlg-result .state .micon.succ {
    color: #0c0
}

.dlg-result .state .micon.error {
    color: #e62e2e
}

.dlg-result .state .micon.warning {
    color: #f89406
}

.dlg-result .state .micon.info {
    color: #1793e6
}

.dlg-result .msg {
    margin-top: 0px;
    font-size: 14px;
    color: #222;
    text-align: center
}

.dlg-result .msg p {
    margin-top: 0;
    margin-bottom: 0px
}

.dlg-text {
    margin-top: 0px;
    margin-bottom: 0px
}

.dlg-text p {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 10px
}

.dlg-text p:last-of-type {
    margin-bottom: 0
}

/* a.btn,
a.btn:hover {
    text-decoration: none
}

button {
    outline: none
} */

/* .btn {
    height: 36px;
    line-height: 34px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    display: inline;
    zoom: 1;
    text-align: center;
    color: #222;
    border: solid 1px #ced3d9;
    background-color: #f5f7fa;
    padding: 0 15px;
    border-radius: 3px;
    cursor: pointer;
    box-sizing: border-box
} */
/* 
.btn:hover {
    color: #222;
    background-color: #e6ecf2
} */

/* .btn .micon,
.btn .ob-icon {
    margin-right: 5px;
    vertical-align: -10%;
    vertical-align: middle
} */

/* .btn-main {
    color: #fff;
    border: solid 1px #e64545;
    background-color: #e64545
}

.btn-main:hover {
    color: #fff;
    border: solid 1px #d92121;
    background-color: #d92121
}

.btn-main-light {
    color: #e64545;
    background: rgba(230, 69, 69, .1);
    border: 1px solid #e64545
}

.btn-main-light:hover {
    color: #e64545;
    border: solid 1px #e64545;
    background: rgba(230, 69, 69, .2)
} */

/* .btn-aux {
    color: #fff;
    border: solid 1px #1470cc;
    background-color: #1470cc
}

.btn-aux:hover {
    color: #fff;
    border: solid 1px #1369bf;
    background-color: #1369bf
}

.btn-inquiry {
    color: #fff;
    border: solid 1px #ff9500;
    background-color: #ff9500
}

.btn-inquiry:hover {
    color: #fff;
    border: solid 1px #e58600;
    background-color: #e58600
}

.btn-big {
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    padding: 0 20px
}

.btn-small {
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    padding: 0 15px
}

.btn-disabled,
.btn-disabled:hover,
.btn[disabled],
.btn[disabled]:hover {
    color: #b3b3b3;
    border: solid 1px #ced3d9;
    background-color: #edf0f2;
    cursor: not-allowed
} */

.m-header {
    position: relative;
    z-index: 11;
    border-bottom: 1px solid #e6ecf2
}

.m-header .grid {
    padding: 0 20px;
    width: auto;
    max-width: 1240px
}

.m-footer {
    background-color: #e3e4e6
}

.m-footer a {
    color: #666
}

.m-footer a:hover {
    color: #e64545
}

.m-footer .grid {
    padding: 0 20px;
    width: auto;
    max-width: 1240px
}

.m-footer .m-footer-soft-social {
    color: #222
}

.m-footer .m-footer-soft-social .m-footer-social a {
    color: #4d4d4d
}

.m-footer .m-footer-soft-social .m-footer-app {
    font-size: 12px
}

.m-footer .m-footer-soft-social .m-footer-app .m-google-play {
    background-color: #690
}

.m-footer .m-footer-soft-social .m-footer-app .m-app-store {
    background-color: #4d4d4d
}

.pop-video .p-cover {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 198;
    background: #000;
    opacity: .7;
    filter: alpha(opacity=70)
}

.pop-video .p-view {
    width: 1040px;
    height: 600px;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%;
    background: #fff url(https://www.micstatic.com/mic_touch/img/smart-expo/gray/loading_bb286b0b.gif) no-repeat center;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 199;
    transition: all .3s
}

.pop-video .p-view .p-content {
    height: 100%
}

.pop-video .p-view .p-content iframe {
    width: 100%;
    height: 100%;
    border: 0
}

.pop-video .p-full,
.pop-video .p-close {
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 200
}

.pop-video .p-full .ob-icon,
.pop-video .p-close .ob-icon {
    color: #fff;
    font-size: 32px;
    line-height: 32px
}

.pop-video .p-full {
    position: absolute;
    bottom: -36px;
    left: 0
}

.pop-video .p-full .ob-icon {
    color: #8e8e8e
}

.pop-video .p-full .ob-icon:hover {
    color: #e5e5e5
}

.pop-video .p-close {
    position: fixed;
    top: 11px;
    right: 10px
}

.pop-video .p-close .ob-icon {
    color: #8e8e8e
}

.pop-video .p-close .ob-icon:hover {
    color: #e5e5e5
}

.pop-video .p-pop {
    height: 34px;
    width: 34px;
    border: 1px solid #555;
    background: rgba(0, 0, 0, .3);
    border-radius: 50%;
    display: none;
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-align: center;
    cursor: pointer
}

.pop-video .p-pop .ob-icon {
    color: #fff;
    font-size: 22px;
    line-height: 34px
}

.pop-video.open .p-view {
    width: auto;
    height: auto;
    margin: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transform: translateX(0) translateY(0);
    max-width: 100%;
    max-height: 100%
}

.pop-video.open .p-close {
    position: fixed;
    height: 34px;
    width: 34px;
    border: 1px solid #555;
    background: rgba(0, 0, 0, .3);
    border-radius: 50%;
    right: 10px;
    text-align: center
}

.pop-video.open .p-close .ob-icon {
    color: #fff;
    font-size: 22px;
    line-height: 34px
}

.pop-video.open .p-pop {
    display: block
}

@keyframes bgUpDown {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(6px)
    }
}

@keyframes bgSwing {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(8px)
    }
}

@keyframes navSwingRight {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(15px)
    }
}

@keyframes navSwingLeft {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-15px)
    }
}

@keyframes sidelingSwing {
    from {
        transform: translate(6px, 6px)
    }

    to {
        transform: translate(0, 0)
    }
}

@keyframes sidelingSwing2 {
    from {
        transform: translate(0, 0)
    }

    to {
        transform: translate(6px, -6px)
    }
}

@keyframes sidelingSwing3 {
    from {
        transform: translate(6px, -6px)
    }

    to {
        transform: translate(0, 0)
    }
}

@keyframes riseUp {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(4deg)
    }
}

.float-action-box {
    bottom: 220px;
    right: 20px;
    position: fixed;
    display: block;
    z-index: 1000
}

.main-content-wrapper-v2 {
    position: relative
}

.main-content-wrapper-v2 .pub-wrap {
    position: relative;
}

.main-content-wrapper-v2 .pub-wrap .sub-title {
    font-size: 32px;
    font-weight: 700;
    color: #222
}

.main-content-wrapper-v2 .pc-head-wrap {
    display: flex;
    position: relative;
    height: 600px;
    background-color: #ed3c38;
    box-sizing: border-box;
    overflow: hidden
}

.main-content-wrapper-v2 .pc-head-wrap .head-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.main-content-wrapper-v2 .pc-head-wrap .head-img {
    background-size: auto 100%;
    width: 100%;
    height: 600px
}

.main-content-wrapper-v2 .pc-head-wrap .desc-head {
    margin-right: 100px
}

.main-content-wrapper-v2 .pc-head-wrap .head-title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px
}

.main-content-wrapper-v2 .pc-head-wrap .head-text {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 20px
}

.main-content-wrapper-v2 .pc-head-wrap .start-btn {
    background: #fff;
    color: var(--background-1);
}


.main-content-wrapper-v2 .pc-head-wrap .video-player {
    width: 260px;
    height: 150px;
    background: rgba(0, 0, 0, .8);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: url("https://www.micstatic.com/deals/img/buyer-publicity/poster_cfcc8862.png") no-repeat;
    background-size: 100% 100%
}

.main-content-wrapper-v2 .pc-head-wrap .video-player .icon-play {
    position: relative;
    font-size: 40px;
    color: #fff;
    z-index: 100
}

.main-content-wrapper-v2 .pc-head-wrap .head-video {
    position: relative;
    display: inline-block;
    background: url("https://www.micstatic.com/deals/img/buyer-publicity/pc-icon_0e39c4ae.png") no-repeat;
    width: 587px;
    height: 341px;
    background-size: 100% 100%;
    flex-shrink: 0
}

.main-content-wrapper-v2 .pc-head-wrap .head-video .decorate-item {
    display: inline-block;
    position: absolute
}

.main-content-wrapper-v2 .pc-head-wrap .head-video .decorate-item.item-a {
    top: 5px;
    left: -110px;
    width: 325px;
    height: 197px;
    background: url("https://www.micstatic.com/deals/img/buyer-publicity/ban-icon1_f373c399.png") no-repeat;
    animation: bgUpDown 1.3s linear infinite alternate
}

.main-content-wrapper-v2 .pc-head-wrap .head-video .decorate-item.item-b {
    top: 169px;
    left: -43px;
    width: 271px;
    height: 166px;
    background: url("https://www.micstatic.com/deals/img/buyer-publicity/ban-icon3_40eb4921.png") no-repeat;
    animation: bgSwing 1.3s linear infinite alternate
}

.main-content-wrapper-v2 .pc-head-wrap .head-video .decorate-item.item-c {
    top: -20px;
    right: 8px;
    width: 117px;
    height: 85px;
    background: url("https://www.micstatic.com/deals/img/buyer-publicity/ban-icon2_b827e54a.png") no-repeat;
    animation: sidelingSwing2 1.3s linear infinite alternate
}

.main-content-wrapper-v2 .pc-head-wrap .head-video .decorate-item.item-d {
    top: 129px;
    right: -48px;
    width: 234px;
    height: 234px;
    background: url("https://www.micstatic.com/deals/img/buyer-publicity/ban-icon4_d9aa3aa6.png") no-repeat;
    animation: bgUpDown 1.3s linear infinite alternate
}

.main-content-wrapper-v2 .pub-what-wrap {
    text-align: center;
    background-color: #fff
}

.main-content-wrapper-v2 .sub-text {
    color: #555;
    font-size: 16px;
    color: #555;
    margin-bottom: 40px;
    text-align: center;
}
.main-content-wrapper-v2 .sub-text a{
    color: var(--background-1)
}

.main-content-wrapper-v2 .sub-button {
    margin-top: 40px;
}

.main-content-wrapper-v2 .pub-what-wrap .sub-title {
    margin-bottom: 20px
}

.main-content-wrapper-v2 .pub-what-wrap .pub-content-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.main-content-wrapper-v2 .pub-advan-wrap .sub-title {
    text-align: center
}

.main-content-wrapper-v2 .pub-advan-wrap .sub-title {
    margin-bottom: 40px
}

.main-content-wrapper-v2 .pub-advan-wrap .advan-content {
    position: relative;
    margin: 0 auto;
    max-width: 1240px;
    z-index: 1
}

.main-content-wrapper-v2 .pub-advan-wrap .advan-content .advan-box {
    margin: 0 -20px;
    display: flex;
    justify-content: space-between
}

.main-content-wrapper-v2 .pub-advan-wrap .advan-content .advan-item {
    padding: 0 20px;
    flex: 1
}

.main-content-wrapper-v2 .pub-advan-wrap .advan-content .advan-item .item-wrap {
    position: relative;
    padding: 40px 30px 50px;
    height: 100%;
    background-color: #fff;
    text-align: center;
    box-sizing: border-box
}

.main-content-wrapper-v2 .pub-advan-wrap .advan-content .advan-item .item-title {
    margin-bottom: 10px;
    font-size: 18px;
    color: #222;
    line-height: 26px;
    font-weight: 700
}

.main-content-wrapper-v2 .pub-advan-wrap .advan-content .advan-item .item-text {
    font-size: 16px
}

.main-content-wrapper-v2 .pub-advan-wrap .advan-content .advan-item .item-pic {
    position: relative;
    margin-bottom: 30px;
    padding-top: 120px
}

.main-content-wrapper-v2 .pub-advan-wrap .advan-content .advan-item .pic {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%
}

.main-content-wrapper-v2 .pub-advan-wrap .advan-content:after {
    position: absolute;
    bottom: -60px;
    left: -78px;
    width: 232px;
    height: 230px;
    background: url("https://www.micstatic.com/envo/img/buyer-publicity/dot_bb0b0760.png") no-repeat;
    z-index: -1
}

.main-content-wrapper-v2 .pub-work-wrap {
    position: relative;
    background-color: #fff
}

.main-content-wrapper-v2 .pub-work-wrap .sub-title {
    margin-bottom: 60px;
    text-align: center
}

.main-content-wrapper-v2 .pub-work-wrap .work-content-box {
    position: relative;
    display: flex;
    justify-content: space-between
}

.main-content-wrapper-v2 .pub-work-wrap .pc-work-box {
    box-sizing: border-box;
    padding-left: 40px
}

.main-content-wrapper-v2 .pub-work-wrap .pc-work-box .sub-title {
    margin-bottom: 40px
}

.main-content-wrapper-v2 .pub-work-wrap .pc-work-box .work-content {
    position: relative
}

.main-content-wrapper-v2 .pub-work-wrap .pc-work-box .work-content .work-item {
    position: relative;
    padding-left: 26px;
    color: #222;
    z-index: 1
}

.main-content-wrapper-v2 .pub-work-wrap .pc-work-box .work-content .work-item:not(:last-child) {
    margin-bottom: 40px
}

.main-content-wrapper-v2 .pub-work-wrap .pc-work-box .work-content .work-item .work-icon {
    position: absolute;
    display: inline-block;
    left: -3px;
    top: 10px;
    width: 16px;
    height: 16px;
    background-color: #222;
    border-radius: 50%;
    cursor: pointer;
    transition: all .5s ease-out
}

.main-content-wrapper-v2 .pub-work-wrap .pc-work-box .work-content .work-item hr {
    border: none;
    margin-bottom: 10px
}

.main-content-wrapper-v2 .pub-work-wrap .pc-work-box .work-content .item-title {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 24px
}

.main-content-wrapper-v2 .pub-work-wrap .pc-work-box .work-content .item-sub-title {
    margin: 0;
    margin-bottom: 5px;
    font-size: 16px;
    max-width: 654px
}

.main-content-wrapper-v2 .pub-work-wrap .pc-work-box .work-content .item-content {
    margin: 0;
    font-size: 16px;
    max-width: 654px
}

.main-content-wrapper-v2 .pub-say-wrap {
    position: relative
}

.main-content-wrapper-v2 .pub-say-wrap .sub-title {
    text-align: center;
    margin-bottom: 40px
}

.main-content-wrapper-v2 .pub-say-wrap .pub-say-swiper {
    position: relative
}

.main-content-wrapper-v2 .pub-say-wrap .pub-say-swiper .owl-prev,
.main-content-wrapper-v2 .pub-say-wrap .pub-say-swiper .owl-next {
    display: none;
    position: absolute;
    top: calc(50% - 14px);
    width: 35px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, .5);
    z-index: 2;
    transition: all .3s ease-out;
    color: #fff;
    margin-top: -30px;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 32px;
    cursor: pointer
}

.main-content-wrapper-v2 .pub-say-wrap .pub-say-swiper .owl-prev .ob-icon,
.main-content-wrapper-v2 .pub-say-wrap .pub-say-swiper .owl-next .ob-icon {
    font-size: 32px
}

.main-content-wrapper-v2 .pub-say-wrap .pub-say-swiper .owl-prev.swiper-button-disabled,
.main-content-wrapper-v2 .pub-say-wrap .pub-say-swiper .owl-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.main-content-wrapper-v2 .pub-say-wrap .pub-say-swiper .owl-prev {
    left: 7px;
}

.main-content-wrapper-v2 .pub-say-wrap .pub-say-swiper .owl-next {
    right: 7px;
}

.main-content-wrapper-v2 .pub-say-wrap .pub-say-swiper:hover .owl-prev,
.main-content-wrapper-v2 .pub-say-wrap .pub-say-swiper:hover .owl-next {
    display: inline-block
}

.main-content-wrapper-v2 .pub-say-wrap .swiper-pagination-bullet,
.main-content-wrapper-v2 .pub-say-wrap .swiper-pagination-bullet-active {
    background: #ed3c38
}

.main-content-wrapper-v2 .pub-say-wrap .slide-item {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    height: 400px
}

.main-content-wrapper-v2 .pub-say-wrap .slide-item .desc-name {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
    color: #000;
}

.main-content-wrapper-v2 .pub-say-wrap .slide-item .desc-coun {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    font-size: 14px
}

.main-content-wrapper-v2 .pub-say-wrap .slide-item .desc-coun .coun-icon {
    width: 30px;
    height: 20px;
    margin-right: 10px;
    display: inline-flex;
    background-size: 100% 100%
}

.main-content-wrapper-v2 .pub-say-wrap .slide-item .desc-coun .coun-icon svg {
    width: 100%;
    height: 100%
}

.main-content-wrapper-v2 .pub-say-wrap .slide-item .desc-txt {
    position: relative;
    /* padding-top: 38px; */
    /* padding-bottom: 58px; */
    max-height: 140px
}

/* .main-content-wrapper-v2 .pub-say-wrap .slide-item .desc-txt::before,
.main-content-wrapper-v2 .pub-say-wrap .slide-item .desc-txt::after {
    width: 19px;
    height: 18px;
    content: "";
    position: absolute;
    background: url("https://www.micstatic.com/deals/img/buyer-publicity/fuhao_3b5d8513.png") no-repeat;
    background-size: 100% 100% !important
}

.main-content-wrapper-v2 .pub-say-wrap .slide-item .desc-txt::before {
    top: 0;
    left: 0
}

.main-content-wrapper-v2 .pub-say-wrap .slide-item .desc-txt::after {
    bottom: 0;
    right: 0
} */

.main-content-wrapper-v2 .pub-say-wrap .slide-item .txt-content {
    height: 100%;
    overflow-y: auto;
    font-size: 18px
}

.main-content-wrapper-v2 .pub-say-wrap .slide-item .buyer-img {
    width: 520px;
    height: 400px;
    flex-shrink: 0
}

.main-content-wrapper-v2 .pub-say-wrap .slide-item .buyer-desc {
    padding: 30px 40px
}

.main-content-wrapper-v2 .pub-say-wrap .swiper-container {
    height: 428px
}

.main-content-wrapper-v2 .pub-say-wrap .swiper-pagination {
    bottom: -5px
}

.main-content-wrapper-v2 .pub-faq-wrap {
    position: relative;
    background-color: #fff
}

.main-content-wrapper-v2 .pub-faq-wrap .sub-title {
    text-align: center;
    margin-bottom: 20px
}

.main-content-wrapper-v2 .pub-faq-wrap .sub-link {
    text-decoration: underline;
    text-align: center;
    margin-bottom: 40px
}

.main-content-wrapper-v2 .pub-faq-wrap .sub-link .link {
    display: block
}

.main-content-wrapper-v2 .pub-faq-wrap .pub-pc-faq {
    position: relative;
    display: flex;
    justify-content: space-between;
    border: 1px solid #eaeaea
}

.main-content-wrapper-v2 .pub-faq-wrap .qa-title-list {
    padding: 20px 0;
    width: 520px;
    flex-shrink: 0;
    background-color: #f5f5f8
}

.main-content-wrapper-v2 .pub-faq-wrap .qa-title-list .qa-title {
    padding: 20px 40px;
    font-size: 18px;
    cursor: pointer
}

.main-content-wrapper-v2 .pub-faq-wrap .qa-title-list .qa-title.active,
.main-content-wrapper-v2 .pub-faq-wrap .qa-title-list .qa-title:hover {
    font-weight: 700;
    background-color: #fff
}

.main-content-wrapper-v2 .pub-faq-wrap .qa-answer-list {
    flex: 1;
    padding: 60px 40px
}

.main-content-wrapper-v2 .pub-faq-wrap .qa-answer-list .qa-answer {
    display: none;
}

.main-content-wrapper-v2 .pub-faq-wrap .qa-answer-list .qa-answer.active {
    display: block;

}

.main-content-wrapper-v2 .pub-faq-wrap .qa-answer-list .qa-answer .item-title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px
}

.main-content-wrapper-v2 .pub-faq-wrap .qa-answer-list .qa-answer .item-content {
    font-size: 16px
}

.main-content-wrapper-v2 .pub-faq-wrap .qa-answer-list .qa-answer .item-content.mgbm {
    margin-bottom: 20px
}

.main-content-wrapper-v2 .pub-refund-wrap {
    position: relative
}

.main-content-wrapper-v2 .pub-refund-wrap .sub-title {
    text-align: center;
    margin-bottom: 20px
}

.main-content-wrapper-v2 .pub-refund-wrap .sub-link {
    text-decoration: underline;
    text-align: center;
    margin-bottom: 40px
}

.main-content-wrapper-v2 .pub-refund-wrap .pub-refund-content {
    position: relative;
    display: flex;
    justify-content: space-between
}

.main-content-wrapper-v2 .pub-refund-wrap .pub-refund-content .refund-item {
    padding: 20px;
    width: calc(50% - 20px);
    min-height: 290px
}

.main-content-wrapper-v2 .pub-refund-wrap .pub-refund-content .refund-item .item-title {
    font-size: 24px;
    margin-bottom: 20px
}

.main-content-wrapper-v2 .pub-refund-wrap .pub-refund-content .refund-item .refund-icon {
    width: 86px;
    height: 86px;
    margin-right: 20px
}

.main-content-wrapper-v2 .pub-refund-wrap .pub-refund-content .refund-item .item-content {
    font-size: 16px
}

.main-content-wrapper-v2 .pub-refund-wrap .pub-refund-content .refund-item {
    box-sizing: border-box;
    background-color: #fff
}

.main-content-wrapper-v2 .pub-refund-wrap .pub-refund-content .refund-item .item-title {
    display: flex;
    justify-content: flex-start;
    color: #222;
    font-weight: 700
}

.main-content-wrapper-v2 .pub-refund-wrap .pub-refund-content .refund-item .refund-icon {
    display: inline-block;
    background: url("https://www.micstatic.com/deals/img/buyer-publicity/qa_3fdf1346.png") no-repeat;
    flex-shrink: 0;
    background-size: 100% 100% !important
}

.main-content-wrapper-v2 .learn-more-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: url("https://www.micstatic.com/deals/img/buyer-publicity/bg_footer_d4239c2f.png") no-repeat;
    background-size: auto 100%;
    color: #fff;
    height: 200px;
    padding: 30px 0
}

.main-content-wrapper-v2 .learn-more-box .learn-title {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px
}

.main-content-wrapper-v2 .learn-more-box .learn-link {
    color: #fff;
    text-decoration: underline;
    font-size: 24px;
    margin-left: 10px
}

.main-content-wrapper-v2 .learn-more-box .learn-text > * {
    font-size: 24px
}

.main-content-wrapper-v2 .link {
    cursor: pointer;
    font-size: 16px
}

.banner-bottom-wrap {
    position: fixed;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .85);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: bottom .3s ease-out;
    z-index: 100;
    bottom: -85px;
    height: 80px;
    font-size: 24px
}

.banner-bottom-wrap.affix {
    bottom: 0
}

.banner-bottom-wrap .banner-text {
    margin: 0;
    font-weight: 700
}

.banner-bottom-wrap .banner-btn {
    display: inline-block;
    background-color: #e64545;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    margin-left: 30px;
    width: 120px;
    height: 34px;
    font-size: 16px;
    line-height: 34px;
    border-radius: 17px
}

.banner-bottom-wrap .banner-btn:hover {
    background-image: linear-gradient(239deg, #de4a43 0%, #f28149 100%)
}

.start-btn{
    display: inline-block;
    padding: 0 24px;
    height: 39px;
    background: var(--background-1);
    border-radius: 21px;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 39px;
    cursor: pointer;
    margin-bottom: 36px;
    border: 1px solid var(--background-1);
}
.start-btn:hover{
    color: #fff!important;
}
.main-content-wrapper-v2 .pc-head-wrap .start-btn:hover {
    background: #fff;
    color: var(--background-1)!important;
}
.why_choose_secure_trade .advan-item img{
    width: 120px;
    height: 120px;
}


@media (max-width: 767.98px) {
    .main-content-wrapper-v2 .pc-head-wrap .head-video{
        display: none;
    }
    .main-content-wrapper-v2 .sub-text{
        width: 90%;
    }
    .main-content-wrapper-v2 .pub-advan-wrap .advan-content .advan-box{
        flex-wrap: wrap;
    }
    .main-content-wrapper-v2 .pub-advan-wrap .advan-content .advan-box li.advan-item{
        flex-basis: 100%;
        margin-bottom: 20px;
    }
    .main-content-wrapper-v2 .pub-advan-wrap .advan-content .advan-box li.advan-item .item-wrap {
        display: flex;
        align-items: center;
        border-radius: 1.4rem;
    }
    .main-content-wrapper-v2 .pub-advan-wrap .advan-content .advan-box li.advan-item .item-wrap .item-pic {
        flex-shrink: 0;
        padding: unset;
        margin-bottom: 0;
    }
    .main-content-wrapper-v2 .pub-advan-wrap .advan-content .advan-box li.advan-item .item-wrap img {
        position: unset;
        top: unset;
        left: unset;
        bottom: unset;
        right: unset;
    }
    .main-content-wrapper-v2 .pub-advan-wrap .advan-content .advan-box li.advan-item .item-wrap .item-content {
        text-align: left;
        padding-left: 20px;
    }
    .main-content-wrapper-v2 .pub-work-wrap .work-content-box .work-img-box, .main-content-wrapper-v2 .pub-work-wrap .pc-work-box .work-content .work-item .work-icon{
        display: none;
    }
    .main-content-wrapper-v2 .pub-work-wrap .pc-work-box .work-content .work-item{
        color: #222;
        z-index: 1;
        position: relative;
        padding: 40px 30px 50px;
        height: 100%;
        background-color: #fff;
        text-align: left;
        box-sizing: border-box;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .09) !important;
        border-radius: 1.4rem;
    }
    .main-content-wrapper-v2 .pub-faq-wrap .pub-pc-faq{
        border: unset;
    }
    .main-content-wrapper-v2 .pub-faq-wrap .qa-answer-list{
        padding: unset;
    }
    .main-content-wrapper-v2 .pub-faq-wrap .qa-answer-list .qa-answer{
        padding: 20px;
        padding-left: 35px!important;

        border: 2px solid #eee;
        border-radius: 1.4rem;
        margin-bottom: 20px;
        background: #fff;
    }
    .main-content-wrapper-v2 .pub-faq-wrap .qa-title-list.J-title-box{
        display: none;
    }
    .main-content-wrapper-v2 .pub-faq-wrap .qa-answer-list .qa-answer{
        display: block;
    }
    .main-content-wrapper-v2 .pub-faq-wrap .qa-answer-list .qa-answer.active .item-title{
        margin-bottom: 20px;
    }
    .main-content-wrapper-v2 .pub-faq-wrap .qa-answer-list .qa-answer .item-title{
        margin-bottom: 0;
    }
    .main-content-wrapper-v2 .pub-faq-wrap .qa-answer-list .qa-answer:nth-child(1) .item-content{
        display: block;
    }
    .main-content-wrapper-v2 .pub-faq-wrap .qa-answer-list .qa-answer .item-content{
        display: none;
    }
    .main-content-wrapper-v2 .pub-faq-wrap .qa-answer-list .item-title::before {
        content: "\f078"; /* Chevron Down */
        font-family: "FontAwesome";
        position: absolute;
        right: 10px;
        font-size: 30px;
        transition: transform 0.3s, content 0.3s;
        color: #333;
    }
    
    .main-content-wrapper-v2 .pub-faq-wrap .qa-answer-list .J-faq-item.active .item-title::before {
        content: "\f077"; /* Chevron Up */
        transform: rotate(0deg);
    }
    .main-content-wrapper-v2 .pub-refund-wrap .pub-refund-content{
        flex-wrap: wrap;
    }
    .main-content-wrapper-v2 .pub-refund-wrap .pub-refund-content .refund-item{
        flex-basis: 100%;
    }



    .main-content-wrapper-v2 .pub-say-wrap .slide-item{
        height: max-content;
        border-radius: 1.4rem;
        border: 1px solid #ccc;
    }
    .main-content-wrapper-v2 .pub-say-wrap .slide-item .buyer-img{
        width: 200px;
        height: auto !important;
        position: absolute;
        z-index: 999;
        right: 40px;
        top: -60px;
        border-radius: 1.4rem;
        border: 1px solid #eee;
    }
    .main-content-wrapper-v2 .pub-say-wrap .owl-stage-outer{
        overflow: inherit;
    }
    .main-content-wrapper-v2 .pub-say-wrap .slide-item .buyer-desc{
        flex-basis: 100%;
    }
}


@media (max-width: 1023px) {
    .main-content-wrapper-v2 .pc-head-wrap .desc-head{
        margin-right: 0;
        text-align: center;
        padding: 15px;
    }
    .main-content-wrapper-v2 .pc-head-wrap .head-title{
        font-size: 26px;
    }
    .main-content-wrapper-v2 .pub-wrap .sub-title{
        font-size: 26px;
        text-align: center;
    }
    .main-content-wrapper-v2 .sub-text{
        width: 100%;
    }
    .main-content-wrapper-v2 .pub-advan-wrap .advan-content .advan-box li.advan-item .item-wrap{
        align-items: start;
    }
    .main-content-wrapper-v2 .pub-work-wrap .pc-work-box{
        padding-left: 0;
    }
    .main-content-wrapper-v2 .pub-work-wrap .pc-work-box .work-content .item-title{
        font-size: 20px;
    }
    .main-content-wrapper-v2 .pub-say-wrap .slide-item .buyer-img{
        right: 25px;
        top: -35px;
        width: 100px;
    }
    .main-content-wrapper-v2 .pub-say-wrap .slide-item .desc-txt{
        height: unset;
        max-height: unset;
    }
    .main-content-wrapper-v2 .pub-say-wrap .slide-item .txt-content{
        font-size: 16px;
    }
    .main-content-wrapper-v2 .pub-say-wrap .slide-item .desc-name{
        font-size: 20px;
    }
    .main-content-wrapper-v2 .pub-say-wrap .slide-item .buyer-desc{
        padding: 20px;
    }
    .main-content-wrapper-v2 .pub-faq-wrap .qa-answer-list .item-title::before{
        font-size: 16px;
    }
    .main-content-wrapper-v2 .pub-faq-wrap .qa-answer-list .qa-answer.active .item-title{
        font-size: 20px;
    }
    .main-content-wrapper-v2 .pub-faq-wrap .qa-answer-list .qa-answer .item-title{
        font-size: 20px;
    }
    .main-content-wrapper-v2 .pub-faq-wrap .qa-answer-list .qa-answer{
        padding-left: 20px!important;
    }
    .main-content-wrapper-v2 .pub-refund-wrap .pub-refund-content .refund-item .item-title{
        font-size: 20px;
    }
  
    .main-content-wrapper-v2 .learn-more-box .learn-title{
        font-size: 26px;
    }
    .main-content-wrapper-v2 .learn-more-box .learn-text{
        font-size: 20px;
    }
}