:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13,110,253;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-body-color-rgb: 33,37,41;
    --bs-body-bg-rgb: 255,255,255;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd
}

*,::after,::before {
    box-sizing: border-box
}
.me-auto {
    margin-right: auto !important;
}
.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}
.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link.active,.navbar-nav .show>.nav-link {
    color: var(--bs-navbar-active-color)
}

.navbar-nav .dropdown-menu {
    position: static
}
.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: #212529;
    --bs-dropdown-bg: #fff;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: 0.375rem;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-dropdown-link-color: #212529;
    --bs-dropdown-link-hover-color: #1e2125;
    --bs-dropdown-link-hover-bg: #e9ecef;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius)
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer)
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}
.nav-link {
    display: block;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:focus,.nav-link:hover {
    color: var(--bs-nav-link-hover-color)
}

.nav-link.disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default
}
.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition)
}

@media (prefers-reduced-motion:reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width)
}
.dropdown-item {
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center {
    position: relative;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.justify-content-center {
    justify-content: center !important;
}
.accordion {
    --bs-accordion-color: #212529;
    --bs-accordion-bg: #fff;
    --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 0.375rem;
    --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: #212529;
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #0c63e4;
    --bs-accordion-active-bg: #e7f1ff
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition)
}
.accordion-button:not(.collapsed) {
    color: unset;
}
.accordion-button:not(.collapsed)::after {
    background-image: none;
}
.accordion-button::after {
    background-image: url('/img/icon/delect.svg');
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    width: 16px;
    height: 16px;
    background-size: auto;
}
@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform)
}

.accordion-button::after {
    flex-shrink: 0;
    margin-left: auto;
    content: "";
    background-repeat: no-repeat;
    transition: var(--bs-accordion-btn-icon-transition)
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button::after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}
.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}
.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.d-flex {
    display: flex !important;
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}
@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}
.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important
}
.shadow-none {
    box-shadow: none!important
}
@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}
.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}
[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
    cursor: pointer
}
.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.mt-2 {
    margin-top: .5rem !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
.flex-column {
    flex-direction: column !important;
}
.align-items-center {
    align-items: center !important;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.navbar-nav .dropdown-menu {
    position: static;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-menu[data-bs-popper] {
    margin-top: var(--bs-dropdown-spacer);
}
.isPhone{
    border: none;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
body {
    margin: 0;
    font-weight: var(--bs-body-font-weight);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
}



.col-3 {
    flex: 0 0 auto;
    width: 25%
}
.g-3,.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,.gy-3 {
    --bs-gutter-y: 1rem
}

@media (min-width: 576px) {
    .dropdown-menu {
        border: none !important;
    }
    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    .container, .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .dropdown-menu {
        border: none !important;
    }
    .col-md {
        flex:1 0 0%
    }

    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    .g-md-5,.gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,.gy-md-5 {
        --bs-gutter-y: 3rem
    }
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .dropdown-menu {
        border: none;
    }
    .mt-lg-5 {
        margin-top: 3rem !important;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex:1 0 0%
    }

    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}
.H1-title-style{
}
.H1-title-style a{
    font-size: 4.2rem;
    font-weight: 600;
    color: #333;
}
.home-banner-title{
    font-family: Inter 18pt 18pt, Inter 18pt 18pt;
    font-weight: bold;
    font-size: 50px;
    color: #333333;
    line-height: 70px;
}
.home-banner-dropshipping{
    font-family: Open Sans, Open Sans;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    padding-right: 53px;
}
.home-banner-round{
    width: 10px;
    height: 10px;
    background: #ACEE3B;
    border-radius: 50%;
    margin-right: 5px;
}
.home-banner-round-box{
    display: flex;
    align-items: center;
    font-family: Open Sans, Open Sans;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    margin-top: 50px;
}
.home-banner-bt {
    background: #FFFFFF;
}
.home-banner-bt-template{
    margin-top: 30px;
}
.home-banner-bt-template a{
    padding: 13px 36px;
}
.home-banner-bt a{
    border-radius: 6px 6px 6px 6px;
    border: 2px solid #32CA49;
    text-decoration: none;
    display: block;
    padding: 11px 36px;
}
.et_pb_text_m{
    font-family: Anton, Anton;
    font-weight: 600;
    font-size: 60px;
    line-height: 91px;
    color: #02951C;
    text-align: center;
}
.et_pb_text_n{
    font-family: Open Sans, Open Sans;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    text-align: center;
}
.home-item-box{
    box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.16);
    border-radius: 20px;
    padding-left: 120px;
    padding-bottom: 64px;
    position: sticky;
    top: 100px;
    background: #FFFFFF;
}
.home-item-bg1{
    /*background-image: url("/img/home/item-img1.png");*/
    background-size: 723px 446px;
    background-repeat: no-repeat;
    background-position: top 35px right 46px;
}
.home-item-title{
    font-family: Inter 18pt 18pt, Inter 18pt 18pt;
    font-weight: bold;
    font-size: 40px;
    color: #333333;
    line-height: 56px;
    width: 393px;
}
.home-item-width-center{
    width: 100%;
    text-align: center;
}
.home-item-title2{
    font-family: Open Sans, Open Sans;
    font-weight: 400;
    font-size: 22px;
    color: #999999;
    text-align: center;
    padding-top: 20px;
}
.home-item-title3{
    font-family: Open Sans, Open Sans;
    font-weight: bold;
    font-size: 26px;
    color: #333333;
    line-height: 26px;
}
.home-item-title4{
    font-family: Open Sans, Open Sans;
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    line-height: 26px;
}
.home-item-describe{
    font-family: Open Sans, Open Sans;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 26px;
    width: 464px;
    margin-top: 30px;
}
.flex-column-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.flex-column-alignCenter{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home-item-click{
    margin-top: 50px;
}
.home-item-click-name{
    font-family: Open Sans, Open Sans;
    font-weight: bold;
    font-size: 20px;
    color: #02951C;
    line-height: 48px;
    text-decoration: underline;
}
.home-listBox{
    display: flex;
    flex-wrap: wrap;
}
.home-listBox-item{
    width: 305px;
    height: 440px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 28px;
    margin-right: 15px;
    margin-top: 15px;
}
.home-listBox-item-name{
    font-family: Open Sans, Open Sans;
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 26px;
}
.home-listBox-item-name2{
    font-family: Open Sans, Open Sans;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    padding-left: 15px;
    padding-right: 26px;
    display: none;
}
.home-listBox-item:hover{
    transition: all .5s;
    transform: translateY(-20px);
}
.home-listBox-item:hover a{
    text-decoration: underline;
    color: #FFFFFF;
}
.home-listBox-item:hover .home-listBox-item-name2{
    display: block;
}
.home-item-bottom{
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #666666;
    padding: 10px 30px;
    font-family: Open Sans, Open Sans;
    font-weight: bold;
    font-size: 22px;
    line-height: 21px;
    color: #666666;
    display: flex;
    align-items: center;
}
.learnMore3{
    display: none;
}
.home-item-bottom:hover{
    border-color: #32CA49;
}
.home-item-bottom:hover .learnMore3{
    display: block;
}
.home-item-bottom:hover .learnMore2{
    display: none;
}
.home-video-box-item-right{
    display: flex;
    flex-direction: column;
}
.home-video-box-item-right-title{
    font-family: Inter 18pt 18pt, Inter 18pt 18pt;
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 56px;
}
.home-video-box-item-right-title2{
    font-family: Open Sans, Open Sans;
    font-weight: 400;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 40px;
}
.home-video-box-item-right-bt{
    font-family: Roboto, Roboto;
    font-weight: bold;
    font-size: 22px;
    color: #FEFEFE;
    background: #32CA49;
    border-radius: 119px 119px 119px 119px;
    width: 186px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.flex-align{
    display: flex;
    align-items: center;
}
.ConnectBt{
    background: #333333;
    border-radius: 6px 6px 6px 6px;
    padding: 9px 30px 11px 30px;
    font-family: Open Sans, Open Sans;
    font-weight: bold;
    font-size: 22px;
    color: #FEFEFE;
}
.ConnectBt:hover{
    background: #32ca49;
    color: #FFFFFF;
}
.shopifyBt{
    border-radius: 6px 6px 6px 6px;
    border: 2px solid #333333;
    padding: 9px 30px;
    font-family: Open Sans, Open Sans;
    font-weight: bold;
    font-size: 22px;
    color: #333333;
    margin-left: 20px;
}
.shopifyBt:hover{
    color: #32ca49;
    border-color: #32ca49;
}
.FREEList .flex-align{
    font-family: Open Sans, Open Sans;
    font-weight: 400;
    font-size: 20px;
    color: #666666;
}
.FREEList-bt{
    margin-top: 50px;
}
.ConnectIcon{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex-wrap-between{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ConnectIcon .img-fluid{
    width: 194px;
    margin-top: 10px;
}
.DropshippingList{
    display: flex;
    border-radius: 13px;
    padding: 0;
    overflow: hidden;
}
.DropshippingList  .active{
    flex: 2 1 0;
    max-width: 465px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    background-size: cover;
    background-position: center center;
    transform: translateX(0);
    opacity: 1;
}
.DropshippingList .active .DropshippingList-box-value{
    display: block;
}
.DropshippingList .active .DropshippingList-box-title{
    font-size: 34px;
}
.DropshippingList-box{
    flex: 1 1 0;
    min-width: 182px;
    max-width: 240px;
    height: 480px;
    transition: all 0.5s
    cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    position: relative;
    background-size: cover;
    will-change: max-width, background-position;
    margin: 0;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.DropshippingList-box-title{
    font-family: Roboto, Roboto;
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
}
.DropshippingList-box-value{
    padding-top: 18px;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    display: none;
}
.home-love-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    height: 595px;
    overflow: hidden;
}
.home-love-list-show{
    height: auto;
}
.home-love-list-more{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 338px;
    display: flex;
    background: linear-gradient(#fff0, #fff 79%);
    justify-content: center;
    font-family: Open Sans, Open Sans;
    font-weight: bold;
    font-size: 20px;
    color: #32CA49;
    line-height: 48px;
    padding-top: 100px;
    cursor: pointer;
}
.home-love-box{
    background: #F6F6F6;
    border-radius: 20px 20px 20px 20px;
    width: 410px;
    padding: 23px 25px 25px 25px;
    margin-top: 20px;
}
.home-love-box-title{
    font-family: Open Sans, Open Sans;
    font-weight: bold;
    font-size: 16px;
    color: #666666;
    display: flex;
    align-items: center;
}
.home-love-box-value{
    padding-top: 20px;
    font-family: Open Sans, Open Sans;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
}
.Beignners-box{
    padding: 30px 0 0 30px;
    background: #EFF7F0;
    border-radius: 20px 20px 20px 20px;
    width: 410px;
    height: 378px;
}
.Beignners-box-title{
    padding-top: 15px;
    padding-bottom: 4px;
    font-family: Open Sans, Open Sans;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 30px;
}
.Beignners-box-title-a{
    font-family: Helvetica, Helvetica;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}
.Beignners-box-value{
    padding-top: 10px;
    font-family: Open Sans, Open Sans;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
}
.Beignners-box-value a{
    padding-top: 10px;
    font-family: Open Sans, Open Sans;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
}
.Beignners-box-value a:hover{
    color: #32CA49;
}
.Beignners-box-bt{
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 48px;
    padding: 3px 42px 5px 42px;
    border-radius: 141px;
    border: 1px solid #333333;
}
.Beignners-box-bt:hover{
    background: #32CA49;
    color: #FFFFFF;
    border-color: #32CA49;
}
.FAQs-title{
    font-family: Open Sans, Open Sans;
    font-weight: bold;
    font-size: 40px;
    color: #333333;
    line-height: 50px;
    text-align: center;
}
.FAQs-box{
    border-bottom: 1px solid #CCCCCC;
    padding-top: 40px;
    padding-bottom: 50px;
    width: 100%;
}
.FBM-FAQ-name{
    font-family: Open Sans, Open Sans;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
}
.FBM-FAQ-details{
    font-family: Open Sans, Open Sans;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("/img/Influencer/influencer13.png");
    background-size: 16px 16px;
}
.accordion-button:not(.collapsed) {
    color: #333333;
}
.Smarter-bg{
    background-image: url("/img/home/bg1.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100vw;
    height: 34vw;
}
.Smarter-title{
    font-family: Open Sans, Open Sans;
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 56px;
    width: 682px;
}
.Smarter-title2{
    font-family: Open Sans, Open Sans;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 26px;
    width: 596px;
}
.Smarter-title3{
    font-family: Open Sans, Open Sans;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    width: 268px;
    margin-left: 20px;
}
.banner-img-animation{
    background-image: url('/img/home/Layer.png');
    background-size: 2324px  31px;
    background-repeat: no-repeat;
    height: 31px;
    width: 600px;
    animation: 60s linear 0s infinite running img-move;
}
.layui-layer-title{padding:0;height: 50px;line-height: 50px;font-size: 16px;color: #fff;}
.layui-layer-setwin{top:20px;}
.addStoreDiv .con-msg{ font-size: 16px; color: #333333;text-align:center;line-height:50px;}
.addStoreDiv .btn-box{display: flex;justify-content: center;}
.addStoreDiv .btn-box .btn-con{box-sizing: border-box;width: 140px; height: 38px;padding:6px 8px; background: #FFFFFF; border: 1px solid #e0e0e0; border-radius: 4px;cursor: pointer;margin:10px;}
.addStoreDiv .btn-box .btn-con:hover{ border: 1px solid #32CA49; box-shadow: 0px 2px 4px 0px rgba(12, 15, 19, 0.14); }
.addStoreDiv .btn-box .btn-con img{width:124px;height:26px;display:block;}
.addStoreDiv{
    background: #FFFFFF;
    position: relative;
}
.addStoreDiv-close{
    position: absolute;
    top: 15px;
    right: 14px;
    width: 23px;
}
.addStoreDiv-title{
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    background-color: #32ca49;
}
.addStoreBox{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(1,1,1,.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}
@keyframes img-move {
    from {
        background-position: top left;
    }
    to {
        background-position: top left -1876px;
    }
}
.banner-1-title-style{
    font-family: Open Sans, Open Sans;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    display: flex;
    align-items: center
}
.banner-1-button{
    background: #32CA49;
    border-radius: 116px;
    font-family: Open Sans, Open Sans;
    font-weight: bold;
    font-size: 23px;
    color: #FEFEFE;
    line-height: 58px;
    text-align: center;
    width: 326px;
    height: 58px;
}
.banner-1-box{
    display: flex;justify-content: space-between;flex-wrap: wrap
}
@media (max-width: 766px) {
    .banner-1-box{
        padding-top: 10px;
    }
    .banner-1-box-img{
        display: none;
    }
}
@media (min-width: 992px) {
    .col-lg-6{
        width: 49%;
    }
}
@media  not (min-width: 992px) {
    .home-item-box{
        padding-left: 20px;
    }
    .home-listBox {
        justify-content: center;
    }
    .FREEList-bt {
        display: flex;
    }
    .ConnectIcon .img-fluid {
        width: 49%;
    }
    .DropshippingList-box-value{
        display: block;
    }
    .home-item-box{
        position: relative;
    }
    .DropshippingList{
        flex-wrap: wrap;
    }
    .DropshippingList-box{
        flex: none;
        max-width: 100%;
    }
    .Beignners-box{
        margin-top: 20px;
    }
    .home-love-box{
        height: auto;
        padding-bottom: 50px;
    }
    .Smarter-bg{
        background-image:linear-gradient(47deg, black, black);
        height: auto;
    }
    .iframeBox{
        width: 100% !important;
    }
}