@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/**
 * @copyright     2022 ccc.com - All Rights Reserved.
 * @link          https://ccc.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-08-02 19:19:52
 * @LastEditTime  2023-12-04 13:52:53
 */
/**
 * @copyright     2022 ccc.com - All Rights Reserved.
 * @link          https://ccc.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-08-02 19:19:52
 * @LastEditTime  2022-09-16 20:55:31
 */
@font-face {
    font-family: "iconfont";
    src: url("/fonts/iconfont/iconfont.woff") format("woff"), url("/fonts/iconfont/iconfont.ttf") format("truetype"); /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}

.iconfont {
    font-family: "iconfont";
    font-size: 1rem;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

/**
 * @copyright     2022 ccc.com - All Rights Reserved.
 * @link          https://ccc.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-09-09 19:16:39
 * @LastEditTime  2022-09-16 20:55:07
 */
[v-cloak] {
    display: none;
}

body[class^=page-account] {
    background-color: #f4f4f4;
}

body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    -webkit-text-size-adjust: none;
    font-family: 'Noto Sans JP', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

body.app .breadcrumb-wrap {
    height: 10px;
}

body.app .breadcrumb-wrap .container {
    display: none;
}

body.app .col-lg-3.col-12 {
    display: none;
}

@font-face {
    font-family: "Poppins";
    src: url("/fonts/poppins/Poppins-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("/fonts/poppins/Poppins-Medium.ttf") format("truetype");
    font-style: normal;
    font-display: swap;
    font-weight: 600;
}

@font-face {
    font-family: "Poppins";
    src: url("/fonts/poppins/Poppins-SemiBold.ttf") format("truetype");
    font-style: normal;
    font-display: swap;
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6, b, strong {
    font-weight: 700;
    color: #282828;
}

.min-h1 {
    min-height: 100px;
}

.min-h2 {
    min-height: 200px;
}

.min-h3 {
    min-height: 300px;
}

.min-h4 {
    min-height: 400px;
}

.min-h5 {
    min-height: 500px;
}

.min-h6 {
    min-height: 600px;
}

.wp-100 {
    width: 100px;
}

.wp-200 {
    width: 200px;
}

.wp-300 {
    width: 300px;
}

.wp-400 {
    width: 400px;
}

.wp-500 {
    width: 500px;
}

.wp-600 {
    width: 600px;
}

.wp-700 {
    width: 700px;
}

.wp-800 {
    width: 800px;
}

.wp-900 {
    width: 900px;
}

.wp-1000 {
    width: 1000px;
}

.wp-100- {
    width: calc(100% - 100px);
}

.wp-200- {
    width: calc(100% - 200px);
}

.wp-300- {
    width: calc(100% - 300px);
}

.wp-400- {
    width: calc(100% - 400px);
}

.wp-500- {
    width: calc(100% - 500px);
}

.wp-600- {
    width: calc(100% - 600px);
}

.wp-700- {
    width: calc(100% - 700px);
}

.wp-800- {
    width: calc(100% - 800px);
}

.wp-900- {
    width: calc(100% - 900px);
}

.wp-1000- {
    width: calc(100% - 1000px);
}

.h-min-100 {
    min-height: 100px;
}

.h-min-200 {
    min-height: 200px;
}

.h-min-300 {
    min-height: 300px;
}

.h-min-400 {
    min-height: 400px;
}

.h-min-500 {
    min-height: 500px;
}

.h-min-600 {
    min-height: 600px;
}

.h-min-700 {
    min-height: 700px;
}

.h-min-800 {
    min-height: 800px;
}

.h-min-900 {
    min-height: 900px;
}

.h-min-1000 {
    min-height: 1000px;
}

.w-min-100 {
    min-width: 100px;
}

.w-min-200 {
    min-width: 200px;
}

.w-min-300 {
    min-width: 300px;
}

.w-min-400 {
    min-width: 400px;
}

.w-min-500 {
    min-width: 500px;
}

.w-min-600 {
    min-width: 600px;
}

.w-min-700 {
    min-width: 700px;
}

.w-min-800 {
    min-width: 800px;
}

.w-min-900 {
    min-width: 900px;
}

.w-min-1000 {
    min-width: 1000px;
}

.w-max-100 {
    max-width: 100px;
}

.w-max-200 {
    max-width: 200px;
}

.w-max-300 {
    max-width: 300px;
}

.w-max-400 {
    max-width: 400px;
}

.w-max-500 {
    max-width: 500px;
}

.w-max-600 {
    max-width: 600px;
}

.w-max-700 {
    max-width: 700px;
}

.w-max-800 {
    max-width: 800px;
}

.w-max-900 {
    max-width: 900px;
}

.w-max-1000 {
    max-width: 1000px;
}

.hp-100 {
    height: 100px;
}

.hp-200 {
    height: 200px;
}

.hp-300 {
    height: 300px;
}

.hp-400 {
    height: 400px;
}

.hp-500 {
    height: 500px;
}

.hp-600 {
    height: 600px;
}

.hp-700 {
    height: 700px;
}

.hp-800 {
    height: 800px;
}

.hp-900 {
    height: 900px;
}

.hp-1000 {
    height: 1000px;
}

.wh-10 {
    height: 10px;
    width: 10px;
    flex: 0 0 10px;
}

.wh-20 {
    height: 20px;
    width: 20px;
    flex: 0 0 20px;
}

.wh-30 {
    height: 30px;
    width: 30px;
    flex: 0 0 30px;
}

.wh-40 {
    height: 40px;
    width: 40px;
    flex: 0 0 40px;
}

.wh-50 {
    height: 50px;
    width: 50px;
    flex: 0 0 50px;
}

.wh-60 {
    height: 60px;
    width: 60px;
    flex: 0 0 60px;
}

.wh-70 {
    height: 70px;
    width: 70px;
    flex: 0 0 70px;
}

.wh-80 {
    height: 80px;
    width: 80px;
    flex: 0 0 80px;
}

.wh-90 {
    height: 90px;
    width: 90px;
    flex: 0 0 90px;
}

.wh-100 {
    height: 100px;
    width: 100px;
    flex: 0 0 100px;
}

img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.col-form-label.required::before {
    content: "*";
    color: #f56c6c;
    font-size: 12px;
    font-weight: bold;
    margin-right: 5px;
}

.login-pop-box {
    overflow: initial;
}

@media (max-width: 768px) {
    .login-pop-box {
        width: 90% !important;
        height: 80% !important;
    }
}

.module-title {
    font-size: 2.5rem;
    text-align: center;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
    color: #12266E;
    margin-bottom: 2rem;
}

@media (max-width: 992px) {
    .module-title {
        font-size: 2rem;
        margin-bottom: 0;
        padding-bottom: 0;
        text-align: center;
    }
}

.module-title:after {
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    content: "";
    width: 60px;
    height: 1px;
    background: #FD560F;
}

.tinymce-format-p p {
    margin-bottom: 0.5rem;
}

.steps-wrap {
    display: flex;
    justify-content: space-around;
    position: relative;
}

.steps-wrap:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    width: 100%;
    border-bottom: 3px solid #D7D7D7;
}

.steps-wrap > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.steps-wrap > div.active .number {
    background-color: #3C3D41;
    border-color: #3C3D41;
    color: #eee;
}

.steps-wrap > div.active .title {
    color: #111;
}

.steps-wrap > div .number-wrap {
    padding: 0 4px;
    margin-bottom: 0.5rem;
}

.steps-wrap > div .number {
    border: 2px solid #ddd;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.steps-wrap > div .title {
    color: #848484;
}

.quantity-wrap {
    width: 80px;
    height: 37px;
    display: flex;
    align-content: space-between;
    border: 1px solid #ced4da;
}

@media (max-width: 768px) {
    .quantity-wrap {
        width: 60px;
    }
}

.quantity-wrap input {
    border: none;
    padding: 0.5rem;
}

.quantity-wrap > .right {
    display: flex;
    flex-direction: column;
    border-left: 1px solid #ced4da;
}

.quantity-wrap > .right i {
    flex: 1;
    width: 20px;
    height: 17px;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
}

.quantity-wrap > .right i:last-of-type {
    border-top: 1px solid #ced4da;
}

.quantity-wrap > .right i:hover {
    background-color: #eee;
}

.fixed-top-line-fixed {
    position: fixed;
    top: 0;
}

@media (max-width: 768px) {
    .account-sides-wrap {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        cursor: pointer;
        z-index: 9999;
        background: rgba(0, 0, 0, 0.4);
        visibility: hidden;
        transition: all 0.3s ease-out;
    }

    .account-sides-wrap.active {
        visibility: visible;
        opacity: 1;
    }

    .account-sides-wrap.active .account-sides-info {
        transform: translateX(0);
    }
}

@media (max-width: 768px) {
    .account-sides-info {
        position: fixed;
        z-index: 1046;
        width: 80%;
        top: 0;
        left: 0;
        height: 100%;
        transform: translateX(-100%);
        background-color: #fff;
        transition: all 0.3s ease-out;
    }
}

.account-sides-info .mb-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.account-sides-info .head {
    display: flex;
    align-items: center;
    padding: 2rem 1rem;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    border-top-left-radius: 0.275rem;
    border-top-right-radius: 0.275rem;
}

@media (min-width: 768px) {
    .account-sides-info .head {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .account-sides-info .head {
        padding: 1rem;
        border-bottom: 1px solid #eee;
    }
}

.account-sides-info .head .portrait {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.14);
    border: 2px solid #FFFFFF;
    overflow: hidden;
}

@media (min-width: 768px) {
    .account-sides-info .head .portrait {
        margin-bottom: 1rem;
    }
}

@media (max-width: 768px) {
    .account-sides-info .head .portrait {
        width: 60px;
        height: 60px;
        margin-right: 14px;
    }
}

.account-sides-info .head .account-name {
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 0.4rem;
}

.account-sides-info .head .account-email {
    color: #666666;
}

.account-sides-info .account-links > a {
    color: #4B566B;
    border: none;
    padding: 0.8rem 1rem;
    border-bottom: 1px solid #EEEEEE;
    transition: all 0.2s ease-in-out;
    text-decoration: none !important;
}

.account-sides-info .account-links > a:last-of-type {
    border-bottom: none;
}

.account-sides-info .account-links > a:hover {
    background-color: #E9ECEF;
}

.account-sides-info .account-links > a.active {
    background-color: #E9ECEF;
    color: #4B566B;
}

.account-sides-info .account-links > a .badge {
    color: #fff;
}

.text-size-min {
    font-size: 12px;
}

.text-truncate-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.breadcrumb-wrap {
    background-color: #f6f6f6;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .breadcrumb-wrap {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .breadcrumb-wrap .breadcrumb {
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
    }
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-ellipsis.line-2 {
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.text-ellipsis.line-3 {
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.mobile-paginator {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-paginator .input-group {
    max-width: 60px;
    margin: 0 10px;
}

.mobile-paginator .input-group .input-group-text {
    padding: 0.46rem 0.56rem;
}

.mobile-paginator .input-group #mb-page-input {
    padding: 0.46rem 0.26rem;
    text-align: center;
}

.mobile-paginator .btn {
    border: 1px solid var(--bs-border-color);
}

.mobile-paginator .btn:active {
    background-color: #eee;
}

.address-dialog .el-form-item__label {
    line-height: initial;
}

.iframe-modules-sortable-ghost {
    background-color: #f7f7f7;
    border: 1px dashed #fd560f;
    border-radius: 4px;
    padding: 10px;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.iframe-modules-sortable-ghost .icon {
    display: none;
}

#product-description td {
    border-width: 1px;
}

.page-content table td {
    border-width: 1px;
}

/**
 * @copyright     2022 ccc.com - All Rights Reserved.
 * @link          https://ccc.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-09-03 22:32:29
 * @LastEditTime  2022-09-16 20:55:12
 */
header {
    background: #fff;
}

header .top-wrap {
    height: 40px;
    background: #F7F8FA;
    display: flex;
}

header .top-wrap > .container, header .top-wrap .container-fluid {
    max-width: 1500px;
}

@media (max-width: 768px) {
    header .top-wrap > .container, header .top-wrap .container-fluid {
        padding: 0 10px;
    }
}

header .top-wrap .dropdown:hover {
    background-color: #fff;
}

header .top-wrap .dropdown:hover .dropdown-menu {
    display: block;
    border: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

header .top-wrap .dropdown:hover .dropdown-menu.dropdown-menu-end {
    right: 0;
}

header .header-content .nav-item:hover > a {
    color: #fd560f;
}

header .header-content .dropdown .dropdown-menu {
    border: none;
    left: 50%;
    visibility: hidden;
    opacity: 0;
    display: block;
    transform-origin: top center;
    transition: all 0.2s ease-in-out;
    transform: translate(-50%, 0.5rem);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

header .header-content .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%);
}

header .header-content {
    position: relative;
    background-color: #fff;
    padding: 1rem 0;
    transition: all 0.2s ease-in-out;
    border-bottom: 1px solid #eee;
}

header .header-content.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 0.4rem 0;
    border-color: transparent;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.06);
}

header .header-content > .container, header .header-content .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1550px;
}

header .header-content .menu-wrap .container {
    max-width: 1140px;
}

header .header-content .menu-wrap > .navbar-nav > .nav-item {
    background-color: transparent;
}

header .header-content .menu-wrap > .navbar-nav > .nav-item > .nav-link {
    font-size: 16px;
    padding: 1rem;
    position: relative;
}

@media (max-width: 1200px) {
    header .header-content .menu-wrap > .navbar-nav > .nav-item > .nav-link {
        font-size: 16px;
        padding: 0.6rem;
        position: relative;
    }
}

header .header-content .menu-wrap > .navbar-nav > .nav-item > .nav-link .badge {
    position: absolute;
    bottom: 80%;
    border-radius: 0;
    padding: 2px 4px;
    font-weight: 400;
    left: calc(50% - 0px);
    margin-left: 0px;
}

header .header-content .menu-wrap > .navbar-nav > .nav-item > .nav-link .badge::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 10px;
    border: 4px solid;
    border-color: inherit;
    border-right-color: rgba(0, 0, 0, 0) !important;
    border-bottom-color: rgba(0, 0, 0, 0) !important;
    border-right-width: 7px;
    border-left-width: 0;
}

header .header-content .menu-wrap > .navbar-nav .group-name {
    font-size: 15px;
}

header .header-content .menu-wrap > .navbar-nav .ul-children a {
    color: #7a7a7a;
}

header .header-content .menu-wrap > .navbar-nav .ul-children a:hover {
    color: #fd560f;
}

header .header-content .logo img {
    max-width: 200px;
    max-height: 50px;
}

header .header-content .right-btn .nav-link {
    color: #333;
    padding-right: 0.7rem;
    padding-left: 0.7rem;
    position: relative;
}

header .header-content .right-btn .nav-link i {
    font-size: 1.1rem;
}

header .cart-badge-quantity {
    position: absolute;
    left: 21px;
    top: -3px;
    text-align: center;
    font-size: 12px;
    display: none;
    width: 23px;
    zoom: 0.9;
    height: 23px;
    line-height: 24px;
    background-color: #fd560f;
    color: #fff;
    border-radius: 50%;
}

header .header-mobile {
    border-bottom: 1px solid #eee;
}

header .header-mobile.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    border-color: transparent;
}

header .header-mobile .mobile-content {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .header-mobile .mobile-content > div {
    width: 33.33%;
}

header .header-mobile .mobile-content > div.center a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
}

header .header-mobile .mobile-content > div.center a img {
    max-height: 100%;
}

header .header-mobile .mobile-content .left {
    display: flex;
    align-items: center;
}

header .header-mobile .mobile-content .left > div {
    cursor: pointer;
}

header .header-mobile .mobile-content .left > div > i {
    font-size: 1.5rem;
    line-height: 1;
}

header .header-mobile .mobile-content .left .mobile-open-search {
    margin-left: 12px;
}

header .header-mobile .mobile-content .left .mobile-open-search > i {
    font-size: 1.1rem;
}

header .header-mobile .mobile-content .right {
    display: flex;
    justify-content: flex-end;
}

header .header-mobile .mobile-content .right .m-cart .cart-badge-quantity {
    left: 11px;
    top: -9px;
    width: 20px;
    height: 20px;
    line-height: 20px;
}

header .header-mobile .mobile-content .right .mb-account-icon span {
    margin-right: -2px;
    display: inline-block;
    vertical-align: 0.255em;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

header .header-mobile .mobile-content .right .nav-link {
    padding: 0;
}

header .header-mobile .mobile-content .right .nav-link i {
    font-size: 1.2rem;
}

#offcanvas-search-top {
    height: 100px;
    justify-content: center;
}

#offcanvas-search-top .offcanvas-header {
    width: 100%;
}

#offcanvas-search-top input:focus {
    box-shadow: none;
}

#offcanvas-search-top .btn-close {
    padding: 1rem;
    opacity: 1;
}

#offcanvas-search-top .btn-close:hover {
    background-color: #eee;
}

#offcanvas-right-cart .select-wrap {
    margin-right: 10px;
    cursor: pointer;
}

#offcanvas-right-cart .select-wrap i {
    font-size: 20px;
    color: #aaa;
}

#offcanvas-right-cart .select-wrap i.bi-check-circle-fill {
    color: #fd560f;
}

#offcanvas-right-cart .offcanvas-right-products .product-list {
    padding: 1rem 0;
    border-top: 1px solid #eee;
}

#offcanvas-right-cart .offcanvas-right-products .product-list .left {
    width: 80px;
    flex: 0 0 80px;
    height: 80px;
    border: 1px solid #eee;
    margin-right: 10px;
}

#offcanvas-right-cart .offcanvas-right-products .product-list .left img {
    max-height: 80px;
}

#offcanvas-right-cart .offcanvas-right-products .product-list .right .price input {
    margin-left: 10px;
    width: 50px;
    height: 24px;
}

#offcanvas-right-cart .offcanvas-right-products .product-list .right .offcanvas-products-delete {
    cursor: pointer;
    color: #999;
}

#offcanvas-mobile-menu {
    width: 80%;
}

#offcanvas-mobile-menu .offcanvas-header {
    padding: 10px 20px 10px 10px;
}

#offcanvas-mobile-menu .mobile-menu-wrap {
    padding: 0;
}

#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion {
    border-top: 1px solid #e5e5e5;
}

#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
}

#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text > a {
    flex: 1;
    height: 44px;
    padding-left: 10px;
    display: flex;
    align-items: center;
}

#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text > a .badge {
    position: relative;
    margin-left: 13px;
    font-weight: 400;
}

#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text > a .badge::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translate(0, -50%);
    border: 4px solid;
    border-right-width: 7px;
    border: 5px solid rgba(0, 0, 0, 0);
    border-right-color: inherit;
}

#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text > span {
    width: 44px;
    height: 44px;
    display: flex;
    border-left: 1px solid #e5e5e5;
    align-items: center;
    justify-content: center;
}

#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text > span:active {
    background-color: #eee;
}

#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text > span[aria-expanded=true] {
    background-color: #eee;
}

#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item .nav-item-text > span[aria-expanded=true] i {
    transform: rotate(180deg);
}

#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item > .accordion-collapse {
    padding: 0 10px;
    border-top: 1px solid #e5e5e5;
}

#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item > .accordion-collapse .children-group .children-title {
    height: 44px;
}

#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item > .accordion-collapse .children-group .children-title span {
    margin-right: -10px;
    width: 44px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item > .accordion-collapse .children-group .children-title span:active {
    background-color: #eee;
}

#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item > .accordion-collapse .children-group .children-title span[aria-expanded=true] i::before {
    content: "\f63b";
}

#offcanvas-mobile-menu .mobile-menu-wrap #menu-accordion .accordion-item > .accordion-collapse .children-group .nav a {
    color: #777;
}

/**
 * @copyright     2022 ccc.com - All Rights Reserved.
 * @link          https://ccc.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-09-03 22:32:29
 * @LastEditTime  2022-09-16 20:48:00
 */
footer {
    /*background: #f6f6f8;*/
    background: var(--primary-light, #ECF4FF);
    margin-top: 1rem;
    position: relative;
    overflow: hidden;
}

@media (max-width: 768px) {
    footer {
        border-top: 1px solid #eee;
    }
}

footer .footer-wrapper {
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    footer {
        margin-top: 5rem;
    }
}

footer .footer-active {
    outline: 2px dashed #4bb1f0 !important;
}

footer .services-wrap {
    padding: 2.2rem 0;
    border-bottom: 1px solid #e7e7e7;
}

@media (max-width: 768px) {
    footer .services-wrap {
        padding: 0.5rem 0;
    }
}

footer .services-wrap .service-item {
    display: flex;
    align-items: center;
}

footer .services-wrap .service-item .icon {
    width: 38px;
    flex: 0 0 38px;
    margin-right: 14px;
}

@media (max-width: 768px) {
    footer .services-wrap .service-item .icon {
        display: none;
    }
}

footer .services-wrap .service-item p {
    margin-bottom: 0;
}

footer .services-wrap .service-item .title {
    margin-bottom: 4px;
    font-weight: bold;
    font-size: 0.9rem;
    color: #333;
}

footer .services-wrap .service-item .sub-title {
    font-size: 0.7rem;
    color: #8D94A0;
}

@media (min-width: 768px) {
    footer .footer-content {
        padding: 1rem 0;
    }
}

@media (max-width: 768px) {
    footer .footer-content > .row {
        margin: 0;
    }

    footer .footer-content > .row > .col-12 {
        padding-left: 0;
        padding-right: 0;
    }
}

footer .footer-content a {
    color: #666;
}

footer .footer-content a:hover {
    color: #fd560f;
}

footer .footer-content .logo {
    max-width: 240px;
    margin-bottom: 10px;
}

footer .footer-content .text {
    color: #010000;
}

footer .footer-content h6 {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 768px) {
    footer .footer-content h6 {
        margin-bottom: 16px;
    }
}

@media (max-width: 768px) {
    footer .footer-content h6 {
        margin-bottom: 0;
        padding: 12px 0;
    }
}

footer .footer-content h6 .icon-open {
    display: none;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
}

@media (max-width: 768px) {
    footer .footer-content h6 .icon-open {
        display: block;
    }
}

footer .footer-content .social-network {
    margin-top: 10px;
    display: flex;
}

footer .footer-content .social-network > a {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

footer .footer-content .social-network > a:hover {
    transform: translateY(-5px);
}

@media (min-width: 768px) {
    footer .footer-content .intro-title {
        display: none;
    }
}

@media (max-width: 768px) {
    footer .footer-content .footer-link-wrap {
        border-bottom: 1px solid #eee;
    }
}

footer .footer-content .footer-link-wrap.active .icon-open i:before {
    content: "\f63b";
}

footer .footer-content .footer-link-wrap.active ul.list-unstyled, footer .footer-content .footer-link-wrap.active .intro-wrap {
    max-height: 1666px;
}

footer .footer-content .footer-link-wrap ul.list-unstyled, footer .footer-content .footer-link-wrap .intro-wrap {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    footer .footer-content .footer-link-wrap ul.list-unstyled, footer .footer-content .footer-link-wrap .intro-wrap {
        width: 100%;
        max-height: 0;
        overflow: hidden;
        transition: all 0.35s;
    }
}

footer .footer-bottom {
    display: flex;
    align-items: center;
    /*background: #EFEFF4;*/
    background: var(--primary-light, #ECF4FF);
    color: #666;
}

@media (min-width: 768px) {
    footer .footer-bottom {
        min-height: 60px;
    }
}

@media (max-width: 768px) {
    footer .footer-bottom {
        padding: 10px 0;
    }

    footer .footer-bottom .row.align-items-center, footer .footer-bottom .d-flex {
        justify-content: center;
    }
}

/**
 * @copyright     2022 ccc.com - All Rights Reserved.
 * @link          https://ccc.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-09-03 22:32:29
 * @LastEditTime  2022-09-16 20:56:27
 */
.product-list-wrap .col-12:not(:last-of-type) .product-wrap {
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 1.4rem;
    padding-bottom: 1.4rem;
}

.product-list-wrap .col-12:not(:last-of-type) .product-wrap:hover {
    box-shadow: none;
}

.product-list-wrap .col-12:not(:last-of-type) .product-wrap:hover .image {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.product-list-wrap .col-12:not(:last-of-type) .product-wrap:hover .button-wrap {
    bottom: 10px;
    opacity: 1;
}

.product-wrap {
    text-align: center;
    padding-bottom: 0.7rem;
    transition: all 0.1s ease-in-out;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

@media (min-width: 768px) {
    .product-wrap {
        margin-bottom: 20px;
    }
}

.product-wrap .product-bottom-info {
    padding: 0 1rem;
}

.product-wrap.list {
    display: flex;
    padding-bottom: 0;
}

.product-wrap.list .image {
    flex: 0 0 200px;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
}

.product-wrap.list .image .image-old {
    height: auto !important;
}

.product-wrap.list .product-name {
    height: auto;
    margin-bottom: 20px;
}

.product-wrap.list .product-bottom-info {
    padding-top: 10px;
    padding-left: 20px;
    flex: 1;
    text-align: left;
}

.product-wrap.list .product-bottom-info .product-name {
    font-size: 14px;
}

.product-wrap .image {
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.product-wrap .image .image-old {
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease-out 0.4s;
}

.product-wrap .image .button-wrap {
    width: 100%;
    position: absolute;
    z-index: 40;
    bottom: -30px;
    opacity: 0;
    display: flex;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}

@media (max-width: 992px) {
    .product-wrap .image .button-wrap {
        display: none;
    }
}

.product-wrap .image .button-wrap .btn-add-cart {
    flex: 1;
}

.product-wrap .image .button-wrap .btn-quick-view i {
    font-size: 16px;
}

.product-wrap .image .button-wrap .btn-wishlist,
.product-wrap .image .button-wrap .btn-quick-view {
    flex: 0 0 46px;
}

.product-wrap .image .button-wrap button {
    background-color: #111;
    font-weight: bold;
    border: none;
    border-right: 1px solid #333;
    border-radius: 0;
}

.product-wrap .image .button-wrap button:last-child {
    border-right: none;
}

.product-wrap .image .button-wrap button i {
    line-height: 1;
}

.product-wrap .image .button-wrap button:hover {
    background-color: rgb(70, 70, 70);
}

@media (min-width: 768px) {
    .product-wrap:hover {
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    }

    .product-wrap:hover .button-wrap {
        bottom: 0;
        opacity: 1;
    }
}

.product-wrap .product-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: break-spaces;
    text-align: center;
    height: 45px;
    font-size: 1rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 6px;
}

.product-wrap .product-summary {
    color: #1E1E1E;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-wrap .product-price .price-new {
    color: #DB1919;
    font-weight: bold;
    font-size: 1.25rem;
}

@media (max-width: 768px) {
    .product-wrap .product-price .price-new {
        font-size: 0.8rem;
    }
}

.product-wrap .product-price {
    height: 40px;
}

.product-wrap .product-price .price-old {
    color: #aaa;
    margin-left: 4px;
    text-decoration: line-through;
}

.product-wrap .product-price .discount {
    color: #DB1919;
    font-weight: bold;
}

.product-wrap .product-price .coupon {
    background-color: orange;
    color: #ffffff;
    min-width: 50px;
    height: 1rem;
    font-size: 11px;
    padding: 0 0.3rem;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .product-grid:nth-child(2n+1) {
        padding-right: 5px;
    }

    .product-grid:nth-child(2n+2) {
        padding-left: 5px;
    }
}

/**
 * @copyright     2022 ccc.com - All Rights Reserved.
 * @link          https://ccc.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-08-02 19:19:52
 * @LastEditTime  2022-09-16 20:47:45
 */
.page-categories-home, .page-pages {
    background-color: #f6f6f6;
}

.page-categories-home .post-item, .page-pages .post-item {
    display: flex;
}

.page-categories-home .post-item .image, .page-pages .post-item .image {
    flex: 0 0 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    border: 1px solid #eee;
}

@media (max-width: 768px) {
    .page-categories-home .post-item .image, .page-pages .post-item .image {
        margin-right: 10px;
        flex: 0 0 100px;
    }
}

@media (max-width: 768px) {
    .page-categories-home .post-item .text-summary, .page-pages .post-item .text-summary {
        display: none;
    }
}

/**
 * @copyright     2022 ccc.com - All Rights Reserved.
 * @link          https://ccc.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-09-09 19:16:39
 * @LastEditTime  2022-09-16 20:55:37
 */
@media (max-width: 768px) {
    body.page-login, body.page-forgotten {
        overflow-x: hidden;
    }
}

body.page-login .el-form-item__error--inline, body.page-forgotten .el-form-item__error--inline {
    margin-left: 0;
}

body.page-login .login-alert .layui-layer-btn0, body.page-forgotten .login-alert .layui-layer-btn0 {
    background-color: #222;
    border-color: #222;
}

body.page-login .forgotten-link, body.page-forgotten .forgotten-link {
    display: block;
    margin-top: -14px;
}

body.page-login .el-form-item, body.page-forgotten .el-form-item {
    margin-bottom: 18px;
}

body.page-login .el-form-item .el-form-item__content, body.page-forgotten .el-form-item .el-form-item__content {
    line-height: 1;
}

body.page-login .login-item-header, body.page-forgotten .login-item-header {
    background: #f8f9fa;
    border-bottom: none;
    padding: 1.2rem 1.5rem;
}

body.page-login .login-item-header h6, body.page-forgotten .login-item-header h6 {
    font-weight: bold;
    font-size: 1rem;
}

body.page-login .vr-wrap, body.page-forgotten .vr-wrap {
    margin: 0 80px;
}

@media (min-width: 768px) {
    body.page-login .login-wrap, body.page-forgotten .login-wrap {
        display: flex;
        justify-content: center;
    }
}

body.page-login .login-wrap .card, body.page-forgotten .login-wrap .card {
    border: none;
}

@media (min-width: 768px) {
    body.page-login .login-wrap .card, body.page-forgotten .login-wrap .card {
        width: 340px;
    }
}

body.page-login .form-iframe, body.page-forgotten .form-iframe {
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    body.page-login .form-iframe, body.page-forgotten .form-iframe {
        padding: 0;
        margin-top: 0 !important;
    }
}

body.page-login .form-iframe .vr-wrap, body.page-forgotten .form-iframe .vr-wrap {
    margin: 0 60px;
}

body.page-login .form-iframe .card, body.page-forgotten .form-iframe .card {
    border: none;
}

body.page-login .social-wrap .title, body.page-forgotten .social-wrap .title {
    position: relative;
    text-align: center;
    color: #999;
}

body.page-login .social-wrap .title::before, body.page-forgotten .social-wrap .title::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 1px;
    top: 47%;
    background: #e5e5e5;
}

body.page-login .social-wrap .title span, body.page-forgotten .social-wrap .title span {
    background-color: #fff;
    position: relative;
    padding: 0 5px;
    z-index: 1;
}

body.page-login .social-wrap .btn, body.page-forgotten .social-wrap .btn {
    color: #666;
}

body.page-login .social-wrap .btn img, body.page-forgotten .social-wrap .btn img {
    position: absolute;
    left: 40px;
}

body.page-login .social-wrap .btn:hover, body.page-forgotten .social-wrap .btn:hover {
    background-color: #eee;
}

/**
 * @copyright     2022 ccc.com - All Rights Reserved.
 * @link          https://ccc.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-09-01 16:23:34
 * @LastEditTime  2022-09-16 20:57:19
 */
body.page-account .account-card {
    border: none;
}

body.page-account .account-card .card-items > a {
    width: 25%;
    color: #444444;
    text-decoration: none !important;
}

body.page-account .account-card .card-items > a i {
    font-size: 2rem;
}

body.page-account .account-card .card-items > a span {
    display: flex;
}

@media (min-width: 992px) {
    body.page-account .account-card .card-body {
        min-height: 509px;
    }
}

body.page-account .account-card .order-wrap {
    background-color: #f6f8f9;
}

@media (min-width: 768px) {
    body.page-account .account-card .order-wrap {
        padding: 2rem 1rem;
    }
}

body.page-account .account-card .order-wrap .icon i {
    font-size: 4.5rem;
    color: #777;
}

body.page-account .account-card .order-wrap .text {
    font-size: 1rem;
}

@media (max-width: 768px) {
    .account-sides-info {
        margin-bottom: 14px;
    }
}

/**
 * @copyright     2022 ccc.com - All Rights Reserved.
 * @link          https://ccc.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-08-24 17:24:33
 * @LastEditTime  2022-09-16 20:56:21
 */
@media (max-width: 768px) {
    body.page-product {
        background-color: #f2f2f3;
        padding-bottom: 64px;
    }

    body.page-product .breadcrumb-wrap {
        display: none;
    }
}

@media (max-width: 768px) {
    body.page-product #product-app.container {
        padding: 0;
        overflow-x: hidden;
    }
}

@media (max-width: 768px) {
    body.page-product .product-mb-block {
        background-color: #fff;
        margin-bottom: 10px;
        padding: 10px;
    }
}

body.page-product #product-description img {
    max-width: 100%;
    height: auto;
}

body.page-product .product-image {
    position: relative;
}

/*body.page-product .product-image #swiper {*/
/*height: 250px;*/
/*}*/
/*@media (min-width: 480px) {*/
/*body.page-product .product-image #swiper {*/
/*height: 400px;*/
/*}*/
/*}*/
/*@media (min-width: 768px) {*/
/*body.page-product .product-image #swiper {*/
/*height: 500px;*/
/*}*/
/*}*/
body.page-product .product-image #swiper:hover .swiper-pager > div {
    background-color: rgba(255, 255, 255, 0.548);
    opacity: 1;
}

@media (max-width: 768px) {
    body.page-product .product-image #swiper:hover .swiper-pager > div {
        display: none;
    }
}

body.page-product .product-image #swiper:hover .swiper-pager > div:hover {
    background-color: rgb(255, 255, 255);
}

body.page-product .product-image #swiper-mobile {
    width: 100%;
    border-right: 1px solid #eee;
}

body.page-product .product-image #swiper-mobile .swiper-pagination {
    --swiper-theme-color: #ff6600; /* 设置Swiper风格 */
    --swiper-navigation-color: #ff6600; /* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px; /* 设置按钮大小 */
}


body.page-product .product-image .left {
    margin-right: 1rem;
}

body.page-product .product-image .left .swiper > div > div {
    border: 1px solid #eee;
    margin-bottom: 10px;
    width: 80px;
    padding: 2px;
    cursor: pointer;
}

body.page-product .product-image .left .swiper > div > div > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

body.page-product .product-image .left .swiper > div > div > a img {
    max-height: 100%;
}

body.page-product .product-image .left .swiper > div > div.active, body.page-product .product-image .left .swiper > div > div:hover {
    border: 1px solid #3a3a3a;
}

body.page-product .product-image .left .swiper-pager > div {
    opacity: 0;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.5s;
}

body.page-product .product-image .left .swiper-pager .swiper-button-next {
    border: 0;
    top: 485px;
    left: 50%;
    height: 55px;
    width: 30px;
    transform-origin: center;
    transform: rotate(90deg) translate(0, 25%);
}

body.page-product .product-image .left .swiper-pager .swiper-button-next:hover, body.page-product .product-image .left .swiper-pager .swiper-button-next.active {
    border: 0 !important;
}

body.page-product .product-image .left .swiper-pager .swiper-button-next::after {
    font-size: 18px;
}

body.page-product .product-image .left .swiper-pager .swiper-button-prev {
    border: 0;
    top: 8px;
    left: 50%;
    height: 55px;
    width: 30px;
    transform-origin: center;
    transform: rotate(90deg) translate(0, 25%);
}

body.page-product .product-image .left .swiper-pager .swiper-button-prev:hover, body.page-product .product-image .left .swiper-pager .swiper-button-prev.active {
    border: 0 !important;
}

body.page-product .product-image .left .swiper-pager .swiper-button-prev::after {
    font-size: 18px;
}

body.page-product .product-image .right {
    border: 1px solid #eee;
    position: relative;
}

body.page-product .product-image .right .product-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px) {
    body.page-product .product-image .right .product-img {
        width: 360px;
        height: 360px;
    }
}

@media (min-width: 1200px) {
    body.page-product .product-image .right .product-img {
        width: 450px;
        height: 450px;
    }
}

@media (min-width: 1400px) {
    body.page-product .product-image .right .product-img {
        width: 500px;
        height: 500px;
    }
}

body.page-product .product-image #product-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}

body.page-product .product-image .open-video {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transform: translateX(-50%);
    left: 50%;
    z-index: 99;
    line-height: 1;
    cursor: pointer;
}

body.page-product .product-image .open-video:hover i {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.648);
}

body.page-product .product-image .open-video i {
    font-size: 4rem;
    line-height: 1;
    border-radius: 50%;
    font-weight: 400;
    display: inline-block;
    color: rgba(255, 255, 255, 0.948);
    background-color: rgba(0, 0, 0, 0.348);
}

@media (max-width: 768px) {
    body.page-product .product-image .open-video i {
        font-size: 3rem;
    }
}

body.page-product .product-image .close-video {
    position: absolute;
    top: 6px;
    right: 10px;
    z-index: 9999;
    color: #aaa;
    font-size: 30px;
    cursor: pointer;
}

body.page-product .product-image .close-video:hover {
    color: #fff;
}

@media (max-width: 768px) {
    body.page-product .stock-and-sku {
        background: #fafafa;
        padding: 8px;
        line-height: 1.6;
    }
}

@media (min-width: 768px) {
    body.page-product .stock-and-sku > div {
        font-size: 14px;
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    body.page-product .stock-and-sku > div {
        display: inline-block;
        margin-right: 10px;
    }
}

@media (min-width: 768px) {
    body.page-product .stock-and-sku > div .title {
        width: 80px;
    }
}

body.page-product .variables-wrap .variable-group {
    margin-bottom: 10px;
}

body.page-product .variables-wrap .variable-group:last-of-type {
    margin-bottom: 0;
}

body.page-product .variables-wrap .variable-info > div {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    border: 1px solid #ddd;
    margin-left: 0;
    min-width: 3rem;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    flex-direction: column;
    border-radius: 4px;
    transition: all 0.1s ease-in-out;
}

body.page-product .variables-wrap .variable-info > div:hover, body.page-product .variables-wrap .variable-info > div.selected {
    border-color: #222;
}

body.page-product .variables-wrap .variable-info > div:not(.is-v-image) {
    padding: 0.4rem 0.5rem;
}

body.page-product .variables-wrap .variable-info > div > span.image {
    width: 50px;
}

body.page-product .variables-wrap .variable-info > div:not(.selected).disabled {
    border: 1px dashed #2e2929;
    color: #999;
    font-weight: initial;
}

@media (max-width: 768px) {
    body.page-product .product-btns {
        z-index: 100;
        max-height: 102px;
        display: flex;
        align-items: center;
        left: 0;
        right: 0;
        width: 100%;
        background: #fff;
        position: fixed;
        bottom: 0;
        box-shadow: 0 -8px 12px 0 rgba(0, 0, 0, 0.1019607843);
        flex-wrap: wrap;
        padding: 10px 10px calc(10px + env(safe-area-inset-bottom));
    }

    body.page-product .product-btns .quantity-btns {
        flex: 1;
        display: flex;
    }

    body.page-product .product-btns .add-cart {
        flex: 1;
        margin-left: 10px;
    }

    body.page-product .product-btns .btn-buy-now {
        margin: 0 10px !important;
    }

    body.page-product .product-btns .add-wishlist .btn {
        padding: 0;
        color: #333 !important;
    }

    body.page-product .product-btns .add-wishlist span {
        display: none;
    }

    body.page-product .product-btns .add-wishlist i {
        font-size: 20px;
    }

    body.page-product .variables-wrap .variable-info > div {
        color: #A3A3A3;
    }

    body.page-product .variables-wrap .variable-info > div:hover, body.page-product .variables-wrap .variable-info > div.selected {
        border-color: #222;
        color: #222;
    }

    .product-image #swiper-mobile .swiper-pagination {
        --swiper-theme-color: #4D5EF6 !important; /* 设置Swiper风格 */
        --swiper-navigation-color: #4D5EF6 !important; /* 单独设置按钮颜色 */
        --swiper-navigation-size: 30px !important; /* 设置按钮大小 */
    }

    body.page-cart .cart-mb-total .btn-checkout {
        font-size: 12px !important;
    }

}

body.page-product .peoduct-info .product-name {
    font-size: 1.7rem;
    line-height: 1.3;
    font-weight: 600;
}

@media (max-width: 768px) {
    body.page-product .peoduct-info .product-name {
        font-size: 1rem;
        font-weight: normal;
    }

    .mobie_buy_btns {
        display: block;
    }

    .pc_buy_btns {
        display: none !important;
    }

    .shadow-sm {
        box-shadow: none !important;
    }
}

@media (min-width: 768px) {
    .mobie_buy_btns {
        display: none;
    }

    .pc_buy_btns {
        display: block;
    }
}

body.page-product .peoduct-info .rating-wrap {
    margin-bottom: 2rem;
}

body.page-product .peoduct-info .rating-wrap .rating {
    margin-right: 0.5rem;
}

body.page-product .peoduct-info .rating-wrap .rating i {
    color: #fd560f;
}

body.page-product .peoduct-info .price-wrap {
    margin-bottom: 2.4rem;
}

@media (max-width: 768px) {
    body.page-product .peoduct-info .price-wrap {
        margin-bottom: 1rem;
    }
}

@media (min-width: 768px) {
    body.page-product .peoduct-info .quantity-btns {
        display: flex;
    }
}

body.page-product .peoduct-info .quantity-btns .quantity-input {
    max-width: 5rem;
    text-align: center;
}

body.page-product .peoduct-info .quantity-btns .quantity-wrap {
    height: 43px;
}

body.page-product .product-description .nav-tabs .nav-link {
    border: none;
}

body.page-product .product-description .nav-tabs .nav-link.active {
    position: relative;
    background-color: transparent;
    color: #fd560f;
}

body.page-product .product-description .nav-tabs .nav-link.active:before {
    border-top: 1px solid #fd560f;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

@media (min-width: 768px) {
    body.page-product .attribute-table tr td:first-of-type {
        width: 20%;
    }
}

@media (max-width: 768px) {
    body.page-product .attribute-table tr td:first-of-type {
        width: 40%;
    }
}

@media (max-width: 768px) {
    body.page-product .relations-wrap .container {
        padding: 0 0 10px;
    }
}

body.page-product .relations-wrap .title {
    font-size: 20px;
    margin-bottom: 22px;
}

@media (max-width: 768px) {
    body.page-product .relations-wrap .title {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 10px;
    }
}

body.page-product .relations-wrap .swiper-pagination {
    bottom: -10px;
}

body.page-product .relations-wrap .swiper-pagination .swiper-pagination-bullet {
    height: 3px;
    border-radius: 0;
}

/**
 * @copyright     2022 ccc.com - All Rights Reserved.
 * @link          https://ccc.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-08-15 17:35:29
 * @LastEditTime  2022-09-16 20:47:16
 */
body.page-checkout, body.page-cart {
    background-color: #f6f8fa;
}

body.page-checkout .breadcrumb-wrap, body.page-cart .breadcrumb-wrap {
    background-color: transparent;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    body.page-checkout, body.page-cart {
        padding-bottom: 64px;
    }
}

@media (min-width: 992px) {
    body.page-checkout .left-column, body.page-cart .left-column {
        width: 70%;
    }
}

@media (min-width: 992px) {
    body.page-checkout .right-column, body.page-cart .right-column {
        width: 30%;
    }
}

@media (max-width: 768px) {
    body.page-checkout .right-column, body.page-cart .right-column {
        margin-top: 1.4rem;
    }
}

body.page-cart #app-cart {
    min-height: 200px;
}

body.page-cart .cart-products-wrap .table tbody {
    border-top: none;
}

body.page-cart .cart-products-wrap .table tbody td {
    vertical-align: middle;
    border-color: #f0f2f4;
}

body.page-cart .cart-products-wrap .table thead {
    background-color: #F8F9FA;
}

body.page-cart .cart-products-wrap .table thead th {
    border-bottom: none;
    padding: 0.7rem 0.5rem;
    box-shadow: none;
    white-space: nowrap;
}

body.page-cart .cart-products-wrap .table .p-image input {
    flex: 0 0 1;
}

body.page-cart .total-wrap.total-wrap-fixed {
    position: fixed;
    top: 0;
    right: 0;
}

body.page-cart .total-wrap .card-header {
    padding-top: 1rem;
    border-bottom: none;
    background-color: transparent;
}

body.page-cart .total-wrap .list-group li {
    background-color: transparent;
    padding: 0.7rem 0;
    border-color: #EEEEEE;
}

body.page-cart .total-wrap .list-group li:not(.d-grid) {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body.page-cart .total-wrap .list-group li .total-price {
    color: #222222;
    font-size: 1.2rem;
    font-weight: bold;
}

body.page-cart .mb-product-wrap {
    margin-left: -12px;
    margin-right: -12px;
}

body.page-cart .mb-product-wrap .mb-product-list {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 10px;
    display: flex;
}

body.page-cart .mb-product-wrap .mb-product-list .quantity-wrap-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body.page-cart .mb-product-wrap .mb-product-list .quantity-wrap-line input {
    width: 38px;
    border-radius: 0;
}

body.page-cart .mb-product-wrap .mb-product-list .quantity-wrap-line input, body.page-cart .mb-product-wrap .mb-product-list .quantity-wrap-line i {
    height: 24px;
    line-height: 24px;
    padding: 0;
    text-align: center;
    display: block;
}

body.page-cart .mb-product-wrap .mb-product-list .quantity-wrap-line i {
    width: 24px;
    border: 1px solid #dee2e6;
    display: inline-block;
    cursor: pointer;
}

body.page-cart .mb-product-wrap .mb-product-list .quantity-wrap-line .bi-chevron-up {
    transform: rotate(-270deg);
    margin-left: -1px;
}

body.page-cart .mb-product-wrap .mb-product-list .quantity-wrap-line .bi-chevron-down {
    transform: rotate(90deg);
    margin-right: -1px;
}

body.page-cart .cart-mb-total {
    position: fixed;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    background: #fff;
    z-index: 100;
    padding: 8px 12px;
    bottom: 0;
    justify-content: space-between;
    box-shadow: 0 -8px 12px 0 rgba(0, 0, 0, 0.1019607843);
    transition: transform 0.3s ease-in-out;
    padding-bottom: calc(8px + env(safe-area-inset-bottom));
}

body.page-cart .cart-mb-total .right {
    flex: 1;
    text-align: right;
}

body.page-cart .cart-mb-total .right .total-price {
    font-size: 0.9rem;
}

body.page-cart .cart-mb-total .btn-checkout {
    width: 50%;
    margin-left: 4px;
}

/**
 * @copyright     2022 ccc.com - All Rights Reserved.
 * @link          https://ccc.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-09-01 16:23:34
 * @LastEditTime  2022-09-16 20:56:12
 */
body.page-checkout {
    background-color: #f6f8fa;
}

@media (max-width: 992px) {
    body.page-checkout .submit-checkout-wrap {
        position: fixed;
        left: 0;
        right: 0;
        align-items: center;
        background: #fff;
        z-index: 100;
        padding: 8px 12px;
        bottom: 0;
        display: flex !important;
        justify-content: space-between;
        box-shadow: 0 -8px 12px 0 rgba(0, 0, 0, 0.1019607843);
        transition: transform 0.3s ease-in-out;
        padding-bottom: calc(8px + env(safe-area-inset-bottom));
    }

    body.page-checkout .submit-checkout-wrap #submit-checkout {
        width: 50%;
    }

    body.page-checkout .submit-checkout-wrap .text-total {
        font-size: 0.9rem;
    }
}

body.page-checkout .radio-line-wrap .radio-line-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 20px;
    border: 1px solid transparent;
}

@media (max-width: 768px) {
    body.page-checkout .radio-line-wrap .radio-line-item {
        padding: 10px;
    }
}

body.page-checkout .radio-line-wrap .radio-line-item:not(:last-of-type) {
    margin-bottom: 1rem;
}

body.page-checkout .radio-line-wrap .radio-line-item:hover {
    border-color: #e5e5e5;
}

body.page-checkout .radio-line-wrap .radio-line-item:active {
    background-color: #f7f7f7;
}

body.page-checkout .radio-line-wrap .radio-line-item.active {
    border-color: #e5e5e5;
}

body.page-checkout .radio-line-wrap .radio-line-item.active .radio {
    border-color: #fd560f;
}

body.page-checkout .radio-line-wrap .radio-line-item.active .radio:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #fd560f;
    left: 2px;
    top: 2px;
    border-radius: 50%;
}

body.page-checkout .radio-line-wrap .radio-line-item .radio {
    position: relative;
    width: 18px;
    flex: 0 0 18px;
    height: 18px;
    border: 1px solid #d4d4d4;
    border-radius: 50%;
}

body.page-checkout .radio-line-wrap .radio-line-item .left {
    margin-right: 10px;
    display: flex;
    align-items: center;
    flex: 0 0 88px;
}

body.page-checkout .radio-line-wrap .radio-line-item .left img {
    width: 60px;
    margin-left: 10px;
}

body.page-checkout .radio-line-wrap .radio-line-item .right .title {
    font-weight: bold;
    margin-bottom: 10px;
}

body.page-checkout .addresses-wrap .item.address-right {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: auto;
    border: none;
}

@media (min-width: 768px) {
    body.page-checkout .addresses-wrap .item.address-right {
        padding: 0 2.6rem;
    }
}

@media (max-width: 768px) {
    body.page-checkout .addresses-wrap .item.address-right {
        padding: 0;
    }

    body.page-checkout .addresses-wrap .item.address-right button:first-of-type {
        margin-right: 10px;
    }
}

@media (min-width: 768px) {
    body.page-checkout .addresses-wrap .item.address-right {
        flex-direction: column;
    }
}

body.page-checkout .comment-wrap .commentTxt {
    border-color: #e5e5e5;
}

body.page-checkout .comment-wrap .commentTxt:focus-visible {
    border-color: #fd560f;
    outline: 0;
}

body.page-checkout .checkout-black, body.page-bk-stripe .checkout-black {
    margin-bottom: 2.6rem;
}

@media (max-width: 768px) {
    body.page-checkout .checkout-black, body.page-bk-stripe .checkout-black {
        margin-bottom: 1rem;
    }
}

body.page-checkout .checkout-title, body.page-bk-stripe .checkout-title {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 16px;
    margin-bottom: 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 768px) {
    body.page-checkout .checkout-title, body.page-bk-stripe .checkout-title {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}

body.page-checkout .checkout-title .btn, body.page-bk-stripe .checkout-title .btn {
    margin-bottom: -10px;
}

body.page-checkout .checkout-title .btn.icon, body.page-bk-stripe .checkout-title .btn.icon {
    font-size: 1rem;
}

@media (min-width: 768px) {
    body.page-checkout .total-wrap .card-body, body.page-bk-stripe .total-wrap .card-body {
        padding: 0;
    }
}

body.page-checkout .total-wrap .card-header, body.page-bk-stripe .total-wrap .card-header {
    background-color: #fff;
    margin-bottom: 1rem;
    border-bottom: 1px solid #E6E6E6;
}

@media (min-width: 768px) {
    body.page-checkout .total-wrap .card-header, body.page-bk-stripe .total-wrap .card-header {
        padding: 0 0 0.8rem;
    }
}

body.page-checkout .total-wrap .card-header h5, body.page-bk-stripe .total-wrap .card-header h5 {
    font-weight: bold;
}

body.page-checkout .total-wrap .card-header span, body.page-bk-stripe .total-wrap .card-header span {
    line-height: 24px;
    min-width: 24px;
    color: #fff;
    text-align: center;
}

body.page-checkout .total-wrap .products-wrap, body.page-bk-stripe .total-wrap .products-wrap {
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 1.3rem;
    padding-bottom: 0.3rem;
}

@media (min-width: 768px) {
    body.page-checkout .total-wrap .products-wrap, body.page-bk-stripe .total-wrap .products-wrap {
        max-height: 380px;
        overflow-y: auto;
    }
}

body.page-checkout .total-wrap .products-wrap .item, body.page-bk-stripe .total-wrap .products-wrap .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.8rem;
}

body.page-checkout .total-wrap .products-wrap .item .image, body.page-bk-stripe .total-wrap .products-wrap .item .image {
    display: flex;
    align-items: center;
    padding-right: 4px;
}

body.page-checkout .total-wrap .products-wrap .item .image .quantity, body.page-bk-stripe .total-wrap .products-wrap .item .image .quantity {
    margin-left: 3px;
    color: #7a7a7a;
}

body.page-checkout .total-wrap .products-wrap .item .price, body.page-bk-stripe .total-wrap .products-wrap .item .price {
    color: #7a7a7a;
}

body.page-checkout .total-wrap .totals, body.page-bk-stripe .total-wrap .totals {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    body.page-checkout .total-wrap .totals, body.page-bk-stripe .total-wrap .totals {
        padding-bottom: 0.3rem;
        margin-bottom: 1.5rem;
        border-bottom: 1px solid #E6E6E6;
    }
}

body.page-checkout .total-wrap .totals > li, body.page-bk-stripe .total-wrap .totals > li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

body.page-checkout .total-wrap .totals > li:last-of-type, body.page-bk-stripe .total-wrap .totals > li:last-of-type {
    font-weight: bold;
}

@media (max-width: 768px) {
    body.page-checkout .total-wrap .totals > li:last-of-type, body.page-bk-stripe .total-wrap .totals > li:last-of-type {
        margin-bottom: 0;
    }
}

body.page-checkout .total-wrap .totals > li:last-of-type > span:last-of-type, body.page-bk-stripe .total-wrap .totals > li:last-of-type > span:last-of-type {
    color: #dc3545;
}

body.page-checkout .total-wrap .totals > li > span:first-of-type, body.page-bk-stripe .total-wrap .totals > li > span:first-of-type {
    font-size: 0.8rem;
}

/**
 * @copyright     2022 ccc.com - All Rights Reserved.
 * @link          https://ccc.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-08-02 19:19:52
 * @LastEditTime  2022-09-16 20:56:05
 */
@media (min-width: 992px) {
    body.page-categories .col-lg-9.right-column {
        width: 78%;
    }
}

@media (min-width: 992px) {
    body.page-categories .col-lg-3.left-column {
        width: 22%;
    }
}

body.page-categories .col-lg-3.left-column .card:not(:last-of-type) {
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 1.4rem;
    padding-bottom: 1.4rem;
}

@media (max-width: 992px) {
    body.page-categories .children-wrap {
        display: none;
    }
}

body.page-categories .children-wrap a {
    color: #333;
    margin-right: 4px;
}

body.page-categories .children-wrap a:hover {
    color: #fd560f;
}

body.page-categories .style-wrap label {
    cursor: pointer;
}

body.page-categories .style-wrap label.active svg {
    fill: #fd560f;
}

body.page-categories .style-wrap label svg {
    fill: #999;
}

body.page-categories .filter-value-wrap .list-group {
    display: block;
}

body.page-categories .filter-value-wrap .list-group .list-group-item {
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    background: #f3f3f3;
    border: none;
    color: #666;
    padding: 4px 12px;
}

body.page-categories .filter-value-wrap .list-group .list-group-item.delete-all {
    background: #fd560f;
    color: #fff;
}

body.page-categories .filter-value-wrap .list-group .list-group-item:hover {
    background: #fd560f;
    color: #fff;
}

@media (min-width: 992px) {
    body.page-categories .product-tool .order-select {
        min-width: 170px;
    }
}

@media (max-width: 768px) {
    body.page-categories .product-tool .right-per-page {
        flex: 1;
        justify-content: space-between;
    }

    body.page-categories .product-tool .right-per-page .perpage-select {
        max-width: 60px;
        padding-right: 8px;
    }

    body.page-categories .product-tool .right-per-page .form-select {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        padding-left: 0.5rem;
        font-size: 0.7rem;
    }
}

body.page-categories .ui-widget-content {
    border-radius: 0;
    position: relative;
    border: none;
    margin-right: 4px;
    margin-bottom: 0;
    background: none;
    cursor: pointer;
}

body.page-categories .ui-widget-content .ui-widget-header {
    background: #fd560f;
    position: absolute;
    top: 50%;
    border-radius: 0;
    height: 3px;
    margin-top: -3px;
}

body.page-categories .ui-widget-content .slider-bg {
    background: #e3e3e3;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 3px;
    margin-top: -3px;
}

body.page-categories .ui-widget-content .ui-slider-handle {
    width: 4px;
    margin-left: 0;
    cursor: ew-resize;
    border: none !important;
    border-radius: 0;
    background: #fd560f;
    outline: none !important;
}

.sidebar-widget {
    list-style: none;
    padding: 0 0 1.4rem;
    border-bottom: 1px solid #E6E6E6;
}

.sidebar-widget > li {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.sidebar-widget > li:last-of-type {
    border-bottom: none;
}

.sidebar-widget > li .category-href {
    display: inline-block;
    position: relative;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 36px);
}

.sidebar-widget > li.active > a {
    font-weight: bold;
    color: #fd560f;
}

.sidebar-widget ul {
    padding-left: 12px;
    list-style: none;
}

.sidebar-widget ul li {
    margin: 16px 0;
}

.sidebar-widget ul li ul {
    margin-top: 8px;
    padding-left: 14px;
}

.sidebar-widget ul li:last-of-type {
    border: none;
}

.sidebar-widget ul li.active > a {
    color: #fd560f;
    font-weight: bold;
}

.sidebar-widget ul li a {
    color: #868e96;
}

.sidebar-widget ul li a:first-of-type {
    width: calc(100% - 26px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    line-height: 1.2;
}

.sidebar-widget ul li a:hover {
    color: #fd560f;
}

.sidebar-widget .toggle-icon {
    float: right;
    font-size: 16px;
    padding: 0 6px;
}

.sidebar-widget .toggle-icon i {
    color: #aaa;
}

.sidebar-widget .toggle-icon.collapsed {
    transform: rotate(-180deg);
}

.filter-box .attribute-item .form-check-label {
    cursor: pointer;
}

.filter-box .attribute-item .form-check-label:hover .form-check-input {
    border-color: #fd560f;
}

/**
 * @copyright     2022 ccc.com - All Rights Reserved.
 * @link          https://ccc.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-08-02 19:19:52
 * @LastEditTime  2022-09-16 20:47:45
 */
.el-input__inner {
    border-radius: 0 !important;
}

@media (max-width: 768px) {
    .el-message-box {
        max-width: 90%;
    }
}

/**
 * @copyright     2022 ccc.com - All Rights Reserved.
 * @link          https://ccc.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-09-01 16:23:34
 * @LastEditTime  2022-09-16 20:55:44
 */
body.page-order-success .order-wrap .card-body.main-body, body.page-payment .order-wrap .card-body.main-body {
    padding: 3rem;
    padding-left: 7rem;
}

@media (max-width: 768px) {
    body.page-order-success .order-wrap .card-body.main-body, body.page-payment .order-wrap .card-body.main-body {
        padding: 1rem;
    }
}

body.page-order-success .order-wrap .card-body .order-top, body.page-payment .order-wrap .card-body .order-top {
    padding-bottom: 2.7rem;
    margin-bottom: 2.7rem;
    display: flex;
    justify-content: center;
}

body.page-order-success .order-wrap .card-body .order-top .left, body.page-payment .order-wrap .card-body .order-top .left {
    margin-top: -6px;
}

@media (max-width: 768px) {
    body.page-order-success .order-wrap .card-body .order-top .left, body.page-payment .order-wrap .card-body .order-top .left {
        display: none;
    }
}

body.page-order-success .order-wrap .card-body .order-top .left i, body.page-payment .order-wrap .card-body .order-top .left i {
    color: #4caf50;
    font-size: 80px;
    line-height: 1;
}

body.page-order-success .order-wrap .card-body .order-top .right, body.page-payment .order-wrap .card-body .order-top .right {
    flex: 1;
    margin-left: 2rem;
}

@media (max-width: 768px) {
    body.page-order-success .order-wrap .card-body .order-top .right, body.page-payment .order-wrap .card-body .order-top .right {
        margin: 0;
    }
}

body.page-order-success .order-wrap .card-body .order-top .right .table, body.page-payment .order-wrap .card-body .order-top .right .table {
    margin-bottom: 0;
}

body.page-order-success .order-wrap .card-body .order-top .right .order-title, body.page-payment .order-wrap .card-body .order-top .right .order-title {
    margin-bottom: 1.2rem;
    font-weight: 400;
}

body.page-order-success .order-wrap .card-body .order-top .right .order-info, body.page-payment .order-wrap .card-body .order-top .right .order-info {
    padding: 0.7rem;
    background-color: #fffaf0;
    border: 1px solid #ffe1ad;
}

body.page-order-success .order-wrap .card-body .order-bottom, body.page-payment .order-wrap .card-body .order-bottom {
    margin-left: calc(2rem + 80px);
    line-height: 2;
}

@media (max-width: 768px) {
    body.page-order-success .order-wrap .card-body .order-bottom, body.page-payment .order-wrap .card-body .order-bottom {
        margin: 0;
    }
}

/**
 * @copyright     2022 ccc.com - All Rights Reserved.
 * @link          https://ccc.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-09-01 16:23:34
 * @LastEditTime  2022-09-16 20:55:58
 */
@media (max-width: 768px) {
    body.page-account-order-list .order-status-wrap {
        margin-bottom: 14px;
    }

    body.page-account-order-list .order-status-wrap li {
        flex: 1;
        text-align: center;
    }

    body.page-account-order-list .order-status-wrap .nav-link {
        padding-left: 2px;
        padding-right: 2px;
    }
}

body.page-account-order-list .order-wrap .table .sep-row {
    height: 20px;
}

body.page-account-order-list .order-wrap .table .sep-row td {
    border: 0;
}

body.page-account-order-list .order-wrap .table .head-tr {
    background: #f5f5f5;
}

body.page-account-order-list .order-wrap .table .head-tr td {
    border-bottom-color: #f5f5f5;
}

body.page-account-order-list .order-wrap .table thead {
    background: #f5f5f5;
}

body.page-account-order-list .order-wrap .table thead th {
    font-weight: 500;
    border: 0;
}

body.page-account-order-list .order-wrap .table tbody td {
    border: 1px solid #e5e5e5;
}

body.page-account-order-list .order-wrap .table .product-info {
    display: flex;
    align-items: center;
}

body.page-account-order-list .order-wrap .table .product-info .img {
    flex: 0 0 60px;
    margin-right: 10px;
}

@media (max-width: 768px) {
    body.page-account-order-list .order-wrap .table .product-info .img {
        flex: 0 0 50px;
        width: 50px;
    }
}

@media (max-width: 768px) {
    body.page-account-order-list .order-wrap .table .product-info .name a {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-size: 12px;
    }
}

body.page-account-order-list .order-mb-wrap .order-mb-list {
    border-radius: 4px;
}

body.page-account-order-list .order-mb-wrap .header-wrapper {
    padding-bottom: 10px;
    margin-bottom: 12px;
    border-bottom: 1px solid #eee;
}

body.page-account-order-list .order-mb-wrap .footer-wrapper {
    padding-top: 10px;
    margin-top: 12px;
    border-top: 1px solid #eee;
}

body.page-account-order-info {
    background-color: #F7F8FA;
}

body.page-account-order-info .product-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

body.page-account-order-info .product-list .left {
    flex: 0 0 80px;
    margin-right: 10px;
}

body.page-account-order-info .product-list .right {
    color: #767676;
}

@media (min-width: 768px) {
    body.page-account-order-info .product-list .right {
        font-size: 0.9375rem;
    }
}

body.page-account-order-info .product-list .right .name {
    margin-bottom: 0.4rem;
    color: #1a1a1a;
}

body.page-account-order-info .nowrap {
    white-space: nowrap;
}

/**
 * @copyright     2022 ccc.com - All Rights Reserved.
 * @link          https://ccc.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-09-01 16:23:34
 * @LastEditTime  2022-09-16 20:55:54
 */
body.page-account-address .addresses-wrap .item, body.page-checkout .addresses-wrap .item {
    position: relative;
    padding: 14px;
    margin-bottom: 1.3rem;
    border: 1px solid #e5e5e5;
    height: 140px;
    cursor: pointer;
}

@media (max-width: 768px) {
    body.page-account-address .addresses-wrap .item, body.page-checkout .addresses-wrap .item {
        margin-bottom: 0.9rem;
        padding: 10px;
        height: auto;
    }

    body.page-account-address .addresses-wrap .item.address-right, body.page-checkout .addresses-wrap .item.address-right {
        margin-bottom: 0;
    }
}

body.page-account-address .addresses-wrap .item:hover, body.page-checkout .addresses-wrap .item:hover {
    border-color: #222;
}

body.page-account-address .addresses-wrap .item.active, body.page-checkout .addresses-wrap .item.active {
    border-left: none;
}

body.page-account-address .addresses-wrap .item.active:before, body.page-checkout .addresses-wrap .item.active:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 4px;
    height: calc(100% + 2px);
    background-color: #4991F4;
    background: repeating-linear-gradient(-45deg, #d60404 0, #d60404 10px, #fff 10px, #fff 20px, #4991F4 20px, #4991F4 30px, #fff 30px, #fff 40px);
}

body.page-account-address .addresses-wrap .item .name-wrap, body.page-checkout .addresses-wrap .item .name-wrap {
    margin-bottom: 0.6rem;
    line-height: 1;
}

body.page-account-address .addresses-wrap .item .name-wrap .name, body.page-checkout .addresses-wrap .item .name-wrap .name {
    font-size: 1rem;
    font-weight: bold;
}

body.page-account-address .addresses-wrap .item .name-wrap .phone, body.page-checkout .addresses-wrap .item .name-wrap .phone {
    font-size: 0.8rem;
    color: #666;
}

body.page-account-address .addresses-wrap .item .zipcode, body.page-checkout .addresses-wrap .item .zipcode {
    margin-bottom: 0.3rem;
    min-height: 20px;
}

body.page-account-address .addresses-wrap .item .address-info, body.page-checkout .addresses-wrap .item .address-info {
    height: 32px;
    line-height: 1.3;
}

body.page-account-address .addresses-wrap .item .address-bottom, body.page-checkout .addresses-wrap .item .address-bottom {
    min-height: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body.page-account-address .mobileWidth, body.page-checkout .mobileWidth {
    width: 600px;
}

@media (max-width: 768px) {
    body.page-account-address .mobileWidth, body.page-checkout .mobileWidth {
        width: 95%;
    }
}

body.page-account-address .dialog-address, body.page-checkout .dialog-address {
    display: block;
}

@media (max-width: 768px) {
    body.page-account-address .dialog-address > div, body.page-checkout .dialog-address > div {
        width: 100%;
    }
}

@media (min-width: 768px) {
    body.page-account-address .dialog-address, body.page-checkout .dialog-address {
        display: flex;
    }
}

/**
 * @copyright     2022 ccc.com - All Rights Reserved.
 * @link          https://ccc.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-08-15 15:43:12
 * @LastEditTime  2022-09-16 20:56:17
 */
body.page-brands .brand-item {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.07);
    margin-bottom: 10px;
    height: 133px;
    width: 100%;
}

body.page-brands .brand-item > img {
    max-height: 100%;
}

body.page-brands .brand-list li {
    list-style: none;
}

body.page-brands .brand-list li a {
    color: #242424;
    text-decoration: none;
}

body.page-brands .curser-list {
    cursor: pointer;
}

@media (max-width: 768px) {
    body.page-brands .curser-list {
        display: block;
    }

    body.page-brands .curser-list li {
        display: inline-block;
        margin-bottom: 6px;
    }

    body.page-brands .curser-list li + .list-group-item {
        border-left: 1px solid #e4e4e4;
    }
}

body.page-brands .curser-list > li > a {
    color: #242424;
    transition: all 0.3s;
    text-decoration: none;
}

body.page-brands .curser-list > li > a:hover {
    background-color: #eee;
}

body.page-brands .curser-list > li > a:active {
    background-color: #aaa;
}

/**
 * @copyright     2022 ccc.com - All Rights Reserved.
 * @link          https://ccc.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-08-02 19:19:52
 * @LastEditTime  2022-09-16 20:55:22
 */
.module-item {
    position: relative;
}

.module-item.module-item-design:hover .module-edit {
    display: flex;
}

.module-item.module-item-design:hover:after {
    display: block;
}

.module-item:after {
    content: "";
    display: none;
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    z-index: 9;
    outline: 2px solid #fd560f;
}

.module-item .module-edit {
    position: absolute;
    top: -28px;
    left: 0;
    width: 100%;
    z-index: 9;
    align-items: center;
    justify-content: center;
    display: none;
}

.module-item .module-edit .edit-wrap {
    background-color: #fd560f;
    color: #fff;
    display: flex;
    align-items: center;
}

.module-item .module-edit .edit-wrap > div {
    height: 28px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}

.module-item .module-edit .edit-wrap > div:first-of-type:after {
    content: "";
    position: absolute;
    top: 0;
    border: solid rgba(0, 0, 0, 0);
    border-right: solid #fd560f;
    border-width: 28px 10px 0 0;
    right: 100%;
}

.module-item .module-edit .edit-wrap > div:first-of-type:hover:after {
    border-right-color: #eb4802;
}

.module-item .module-edit .edit-wrap > div:last-of-type:after {
    content: "";
    position: absolute;
    top: 0;
    border: solid rgba(0, 0, 0, 0);
    border-left: solid #fd560f;
    border-width: 28px 0 0 10px;
    left: 100%;
}

.module-item .module-edit .edit-wrap > div:last-of-type:hover:after {
    border-left-color: #eb4802;
}

.module-item .module-edit .edit-wrap > div:hover {
    background-color: #eb4802;
}

/**
 * @copyright     2022 ccc.com - All Rights Reserved.
 * @link          https://ccc.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-08-02 19:19:52
 * @LastEditTime  2022-09-16 20:57:29
 */
.module-image-plus .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.module-image-plus .module-image-plus-top {
    display: flex;
}

.module-image-plus .module-image-plus-top .right {
    margin-left: 20px;
}

.module-image-plus .module-image-plus-bottom {
    margin-top: 24px;
}

.module-image-banner .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.banner-magnify-hover .image-wrap {
    overflow: hidden;
    display: block;
    -webkit-box-shadow: -1px 1px 2px 2px #eee;
    -moz-box-shadow: -1px 1px 2px 2px #eee;
    box-shadow: -1px 1px 2px 2px #eee;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

}

.banner-magnify-hover .image-wrap img {
    transition: 0.3s ease-in-out;
}

.banner-magnify-hover .image-wrap:hover img {
    transform: rotate(6deg) scale(1.3);
}

/**
 * @copyright     2022 ccc.com - All Rights Reserved.
 * @link          https://ccc.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-08-04 17:52:22
 * @LastEditTime  2022-09-16 20:57:25
 */
.module-brand .brand-item {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.07);
    margin-bottom: 10px;
    height: 120px;
    overflow: hidden;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
}

.module-brand .brand-item:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    border: 1px solid #fd560f;
}

.module-brand .brand-item > img {
    max-height: 100%;
}

/**
 * @copyright     2022 ccc.com - All Rights Reserved.
 * @link          https://ccc.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-08-02 19:19:52
 * @LastEditTime  2022-09-16 20:57:33
 */
.module-tab-product .module-title {
    margin-bottom: 1rem;
}

.module-tab-product .nav .nav-link {
    color: #6c757d;
    font-size: 0.9rem;
}

.module-tab-product .nav .nav-link.active {
    color: #111;
    font-weight: bold;
}

/**
 * @copyright     2022 ccc.com - All Rights Reserved.
 * @link          https://ccc.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-08-02 19:19:52
 * @LastEditTime  2022-09-16 20:57:36
 */
.swiper.module-slideshow {
    --swiper-theme-color: #4D5EF6; /* 设置Swiper风格 */
    --swiper-navigation-color: #4D5EF6; /* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px; /* 设置按钮大小 */
}

.swiper.module-slideshow .swiper-button-prev, .swiper.module-slideshow .swiper-button-next {
    display: none;
}

.swiper.module-slideshow:hover .swiper-button-prev, .swiper.module-slideshow:hover .swiper-button-next {
    display: block;
}

.swiper-style-plus {
    position: relative;
}

.swiper-style-plus .swiper-button-prev, .swiper-style-plus .swiper-button-next {
    width: 34px;
    height: 37px;
    color: #999;
}

@media (max-width: 768px) {
    .swiper-style-plus .swiper-button-prev, .swiper-style-plus .swiper-button-next {
        display: none;
    }
}

.swiper-style-plus .swiper-button-prev:hover, .swiper-style-plus .swiper-button-next:hover {
    color: #fd560f;
}

.swiper-style-plus .swiper-button-prev:after, .swiper-style-plus .swiper-button-next:after {
    font-size: 26px;
}

.swiper-style-plus .swiper-button-prev {
    left: -40px;
}

.swiper-style-plus .swiper-button-next {
    right: -40px;
}

.swiper-style-plus .swiper-pagination .swiper-pagination-bullet-active {
    background: #fd560f;
}

.swiper-style-plus .swiper-pagination.rectangle span {
    border-radius: 0;
    height: 3px;
}

/**
 * @copyright     2022 ccc.com - All Rights Reserved.
 * @link          https://ccc.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-08-02 19:19:52
 * @LastEditTime  2022-09-16 20:57:29
 */
.pages-wrap {
    transition: all 0.3s ease-in-out;
}

.pages-wrap:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.pages-wrap:hover .page-info .pages-title a {
    color: #fd560f;
}

.pages-wrap .image {
    margin-bottom: 10px;
}

.pages-wrap .image a {
    display: block;
}

.pages-wrap .page-info {
    transition: all 0.3s ease-in-out;
    /*padding: 0 5px 10px;*/
}

.pages-wrap .pages-title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pages-wrap .pages-title a {
    color: #222;
    transition: all 0.3s ease-in-out;
}

.pages-wrap .pages-product {
    color: cornflowerblue;
    font-size: 0.75rem;
    height: 2rem;
}

.pages-wrap .pages-summary {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    height: 118px;
    color: #888;
    margin-bottom: 10px;
}

/**
 * @copyright     2023 ccc.com - All Rights Reserved.
 * @link          https://ccc.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2023-12-04 13:52:45
 * @LastEditTime  2023-12-04 13:52:53
 */
.design-image-301 {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    clear: both;
    text-align: left;
}

.design-image-301 > a {
    display: block;
    line-height: 100%;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
}

.design-image-301 > a:hover:before {
    background-color: rgba(0, 0, 0, 0.1);
    border: 15px solid rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.design-image-301 > a:before {
    box-sizing: border-box;
    border: 0px solid rgba(0, 0, 0, 0.3);
    bottom: 0;
    opacity: 0;
    content: "";
    left: 0;
    overflow: visible;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
}

.design-image-301 > a:nth-of-type(1) {
    width: 49%;
}

.design-image-301 > a:nth-of-type(2), .design-image-301 > a:nth-of-type(3) {
    position: absolute;
    right: 0;
    width: 49%;
}

.design-image-301 > a:nth-of-type(2) {
    top: 0;
}

.design-image-301 > a:nth-of-type(3) {
    bottom: 0 !important;
}

/**
 * @copyright     2023 ccc.com - All Rights Reserved.
 * @link          https://ccc.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2023-12-04 13:52:45
 * @LastEditTime  2023-12-04 13:52:53
 */
.module-image-402 .image-402-title {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 14px;
}

.module-image-402 .image-402-sub-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .module-image-402 .image-402-sub-title {
        margin-bottom: 10px;
    }
}

.module-image-402 .module-image-info {
    margin: 0 -10px;
}

@media (max-width: 768px) {
    .module-image-402 .module-image-info {
        margin: 0 -5px;
    }
}

.module-image-402 .module-image-info > div {
    padding: 0 10px;
}

@media (max-width: 768px) {
    .module-image-402 .module-image-info > div {
        padding: 0 5px;
    }
}

.module-image-402 .module-image-info .image-402-1 {
    grid-area: 1/1/3/2;
}

@media (max-width: 768px) {
    .module-image-402 .module-image-info .image-402-1 {
        margin-bottom: 10px;
    }
}

.module-image-402 .module-image-info .image-402-2 {
    grid-area: 1/2/2/3;
}

@media (max-width: 768px) {
    .module-image-402 .module-image-info .image-402-2 {
        grid-area: 3/1/4/2;
    }
}

.module-image-402 .module-image-info .image-402-3 {
    grid-area: 2/2/3/3;
}

@media (min-width: 768px) {
    .module-image-402 .module-image-info .image-402-3 {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .module-image-402 .module-image-info .image-402-3 {
        grid-area: 1/2/2/3;
        margin-bottom: 10px;
    }
}

.module-image-402 .module-image-info .image-402-4 {
    grid-area: 1/3/3/4;
}

@media (max-width: 768px) {
    .module-image-402 .module-image-info .image-402-4 {
        grid-area: 2/2/4/3;
    }
}

.module-image-402 .image-wrap {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.module-image-402 .image-wrap .img-name {
    position: absolute;
    bottom: 28px;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
}

@media (max-width: 768px) {
    .module-image-402 .image-wrap .img-name {
        bottom: 18px;
    }
}

.module-image-402 .image-wrap .img-name span {
    color: #111;
    font-weight: bold;
    padding: 6px 10px;
    background-color: #fff;
    border-radius: 40px;
    font-size: 1rem;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .module-image-402 .image-wrap .img-name span {
        font-size: 0.7rem;
    }
}

/* sim card css style */
.goods-category-simcard .tab-buttons {
    padding: 6px 6px;
    border-radius: 30px;
    background: #ECF4FF;
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.16);
}

.goods-category-simcard .tab-buttons .btn-primary {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-radius: 25px;
    color: #0D63F3;
    border-color: #0D63F3;
    background-color: #0D63F3;
    font-weight: 700 !important;
}

.goods-category-simcard .tab-buttons .btn-primary:hover {
    color: white;
    background-color: #0D63F3;
}

.goods-category-simcard .tab-buttons .btn-text {
    border: none !important;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-radius: 25px;
    color: #7493C7;
    font-weight: 700 !important;
}

.goods-category-simcard .tab-buttons .btn-text:hover {
    color: #0D63F3;
    border: none !important;
}

.goods-category-simcard .tab-buttons .active {
    border-radius: 21px;
}

.goods-category-simcard .set-buttons .btn-outline-primary {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-radius: 25px;
    color: #0D63F3;
    border-color: #0D63F3;
}

.goods-category-simcard .set-buttons .btn-outline-primary:hover {
    color: white;
    background-color: #0D63F3;
}

.goods-category-simcard .tab-content .buy .desc-grid .desc-warp {
    height: 165px;
    min-width: 270px;
    padding: 30px 20px;
    border-radius: 32px;
    background: #ECF4FF;
    margin-top: 12px;
}

.goods-category-simcard .tab-content .buy .desc-grid .desc-warp .desc-content {
    text-align: center;
    color: #12266E;
    font-size: 13px;
    font-style: normal;
    line-height: 24px;
}

.goods-category-simcard .tab-content .buy .desc-title {
    color: #12266E;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.goods-category-simcard .tab-content .buy .desc-sub-title {
    color: #5E6282;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
}

.goods-category-simcard .tab-content .buy .item-warp div:not(:first-child) {
    margin-top: 10px;
}

.goods-category-simcard .tab-content .buy .item-warp .desc-item > span {
    color: #5E6282;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
    margin-left: 6px;
}

.goods-category-simcard .tab-content .buy .buy-flow {
    background: rgba(236, 244, 255, 0.5);
    padding: 60px 0;
}

.goods-category-simcard .tab-content .buy .buy-flow .title {
    color: #12266E;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
}

.goods-category-simcard .tab-content .buy .buy-flow .sub-title {
    color: #5E6282;
    font-size: 16px;
}

.goods-category-simcard .tab-content .buy .buy-flow .card {
    background: rgb(245, 249, 255) !important;
    height: 135px;
}

.goods-category-simcard .tab-content .buy .buy-flow .card .card-warp {
    margin-top: 8px;
    height: 100%;
    width: 100%;
    border-radius: 32px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 15px;
    background: #FFFFFF;
}

.goods-category-simcard .tab-content .buy .buy-flow .card .card-warp .cards-title {
    color: #12266E;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
}

.goods-category-simcard .tab-content .buy .buy-flow .card .card-warp .cards-body {
    margin-top: 10px;
    color: rgba(25, 24, 37, 0.5);
    text-align: center;
    font-size: 14px;
    line-height: 24px;
}

.goods-category-simcard .tab-content .buy .buy-flow .step-bar .step-cart {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("/themes/aicom/images/category/icon-cart.png");
}

.goods-category-simcard .tab-content .buy .buy-flow .step-bar .step-online-shopping {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("/themes/aicom/images/category/icon-truck-fast.png");
}

.goods-category-simcard .tab-content .buy .buy-flow .step-bar .step-phone {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("/themes/aicom/images/category/icon-cellphone.png");
}

.goods-category-simcard .tab-content .buy .buy-flow .step-bar .step-wifi {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("/themes/aicom/images/category/icon-wifi.png");
}

.goods-category-simcard .tab-content .buy .buy-flow .step-bar .title {
    color: #5E6282;
    font-size: 14px;
}

.goods-category-simcard .tab-content .buy .buy-flow .step-bar .desc {
    color: #12266E;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
}

.goods-category-simcard .tab-content .buy .buy-flow .step-bar .el-step.is-horizontal .el-step__line {
    border-top: 2px dashed #A2BDAA;
    height: 0;
    background-color: transparent;
}

@media only screen and (max-width: 576px) {
    .goods-category-simcard .tab-content .buy .buy-flow .step-bar .title {
        font-size: 12px;
    }

    .goods-category-simcard .tab-content .buy .buy-flow .step-bar .desc {
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
    }
}

.goods-category-simcard .tab-content .buy .flow-step .flow-step1 .header, .goods-category-simcard .tab-content .buy .flow-step .flow-step2 .header {
    color: #12266E;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
}

.goods-category-simcard .tab-content .buy .flow-step .flow-step1 .product-spec-list {
    margin: 24px 0;
    padding: 40px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
}

.goods-category-simcard .tab-content .buy .flow-step .flow-step1 .product-spec-list .card .duration {
    margin: 1.2rem 0;
}

.goods-category-simcard .tab-content .buy .flow-step .flow-step1 .product-spec-list .card button {
    display: inline;
    padding: 0.4rem 2rem;
    color: #0D63F3;
    border-color: #0D63F3;
    border-radius: 16px;
    font-size: 16px;
    margin-right: 1.2rem;
    margin-bottom: 1rem;
}

.goods-category-simcard .tab-content .buy .flow-step .flow-step1 .product-spec-list .card button:hover {
    color: #FFF;
    background: #0D63F3;
    border-color: #0D63F3;
}

.goods-category-simcard .tab-content .buy .flow-step .flow-step1 .product-spec-list .card h4 {
    color: #12266E;
    text-align: right;
    font-size: 22px;
    font-weight: 700;
}

.goods-category-simcard .tab-content .buy .flow-step .product-grid .product-warp > .card {
    padding: 20px;
    border-radius: 10px;
    background: #FDFDFD;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.15);
}

.goods-category-simcard .tab-content .buy .flow-step .product-grid .product-warp > .card .card-body .card-title {
    color: #0D63F3;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
}

.goods-category-simcard .tab-content .buy .flow-step .product-grid .product-warp > .card .card-body .card-desc {
    /*height: 95px;*/
    color: #1E1E1E;
    font-size: 12px;
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    /*height: 40px;*/
    /*color: #888;*/
    /*margin-bottom: 10px;*/
}

.goods-category-simcard .tab-content .buy .flow-step .product-grid .product-warp > .card .card-body .card-price-warp {
    color: #DB1919;
    font-size: 14px;
}

.goods-category-simcard .tab-content .buy .flow-step .product-grid .product-warp > .card .card-footer {
    background: #FFF;
    margin-bottom: 0.5rem !important;
}

.goods-category-simcard .tab-content .buy .flow-step .product-grid .product-warp > .card .card-footer .detail-title {
    color: #354271;
    font-size: 16px;
    margin-bottom: 0.4rem;
}

.goods-category-simcard .tab-content .buy .flow-step .product-grid .product-warp > .card .card-footer .detail-title:hover {
    color: #0D63F3;
}

.goods-category-simcard .tab-content .buy .flow-step .product-grid .product-warp > .card .card-footer .detail-btn {
    padding: 8px;
    color: #0D63F3;
    border-color: #0D63F3;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.16px;
}

.goods-category-simcard .tab-content .buy .flow-step .product-grid .product-warp > .card .card-footer .detail-btn:hover {
    color: #FFF;
    background: #0D63F3;
    border-color: #0D63F3;
}

.goods-category-simcard .tab-content .buy #buy-btn {
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.22px;
    padding: 10px 20px;
    background: #F64444;
}

.goods-category-simcard .tab-content .buy #buy-btn:hover {
    border-color: #F64444;
    background: #fff;
    color: #F64444 !important;
}

.goods-category-simcard .tab-content .apn .card {
    padding: 2rem;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
}

.goods-category-simcard .tab-content .apn .card .card-text {
    color: #5E6282;
    font-size: 14px;
    line-height: 20px;
}

.goods-category-simcard .tab-content .apn .apn-setting .card {
    padding-bottom: 0.1rem !important;
}

.goods-category-simcard .tab-content .apn .apn-setting .simcard-warp h3 {
    color: #0C1A4A;
    font-size: 18px;
    font-weight: 700;
}

.goods-category-simcard .tab-content .apn .apn-setting .simcard-warp a {
    /*display: inline;*/
    /*padding: 0.4rem 2rem;*/
    /*color: #0D63F3;*/
    /*border-color: #0D63F3;*/
    /*border-radius: 16px;*/
    /*font-size: 14px;*/
    /*margin-right: 1.2rem;*/
    /*margin-bottom: 1rem;*/
    border-radius: 42px;
    max-width: 260px;
    /*padding: 10px !important;*/
    /*border-width: 2px !important;*/
    /*margin: 0 !important;*/
}

/*.goods-category-simcard .tab-content .apn .apn-setting .simcard-warp a:hover {*/
/*  color: #FFF;*/
/*  background: #0D63F3;*/
/*  border-color: #0D63F3;*/
/*}*/
.goods-category-simcard .tab-content .apn .apn-setting .border-left {
    border-left: 2px solid #C6D0E5;
}

@media (max-width: 768px) {
    .goods-category-simcard .tab-content .apn .apn-setting .border-left {
        border-left: none;
    }
}

.goods-category-simcard .tab-content .apn .apn-setting .youtube-btn {
    padding: 15px 24.36px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.15);
}

.goods-category-simcard .tab-content .apn .apn-setting .youtube-text {
    color: #5E6282;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}

/* u global wifi style */
.wifiata_title {
    color: #004aad;
    font-weight: bold;
    font-size: 28px;
    margin-top: 60px;
    margin-bottom: 20px;
}

/*.wifiata_title .txt {*/
/*  margin: 10px 45px;*/
/*}*/

.wifiata_title .txt2 {
    margin: 10px 10px;
}

.wifiata_btn {
    /*background-color: #60a9db;*/
}

.wifiata_txt_title {
    color: #60a9db;
    font-weight: bold;
}

.index-section-title {
    margin-top: 30px;
    margin-bottom: 5px;
}

.all_title {
    color: #004aad;
    font-weight: bold;
    font-size: 28px;
}

.riben_txt {
    font-size: 20px;
}

.riben_txt2 {
    font-size: 24px;
}

.notlimit_txt {
    font-weight: bold;
    font-size: 30px;
}

.guojia_txt {
    font-size: 30px;
    font-weight: bold;
}

/*

===============================
 FAQs-area
===============================

*/
.faq-area h3 {
    font-weight: 700;
    font-size: 22px;
    color: #222222;
    margin-bottom: 15px;
}

.faq-contents {
    display: block;
    height: auto;
}

.accordion {
    margin: 0 auto 40px;
    list-style: none;
    padding: 0;
}

.accordion li {
    position: relative;
    margin-bottom: 20px;
}

.accordion li:last-child {
    border-bottom: 0px solid #ddd;
}

.accordion li .faq_contents {
    display: none;
    padding: 10px 30px 0 30px;
    color: #333;
    font-size: 16px;
    background: #fff;
}

/*.accordion li .faq_title i {*/
/*font-size: 18px;*/
/*color: #fff;*/
/*margin-right: 20px;*/
/*}*/

/*.accordion .faq_title {*/
/*width: 100%;*/
/*display: block;*/
/*cursor: pointer;*/
/*line-height: 3;*/
/*font-size: 18px;*/
/*text-indent: 30px;*/
/*border: 1px solid #e6e6e6;*/
/*-webkit-user-select: none;*/
/*-moz-user-select: none;*/
/*user-select: none;*/
/*border-radius: 50px;*/
/*font-weight: 600;*/
/*}*/

.accordion .faq_active {
    color: #1556A6;
    border: 1px solid #1556A6;
}

.accordion .faq_title:after {
    width: 10px;
    height: 10px;
    border-right: 3px solid #1556A6;
    border-bottom: 3px solid #1556A6;
    position: absolute;
    right: 25px;
    content: " ";
    top: 24px;
    transform: rotate(45deg);
    transition: all 0.2s ease-in-out;
}

.accordion .faq_contents {
    font-size: 13px;
    line-height: 2;
    padding: 10px;
}

.accordion .faq_active:after {
    transform: rotate(225deg);
    transition: all 0.2s ease-in-out;
}

.faq_search {
    background-color: #f7f7f7;
    padding: 30px 10px 20px 10px;
}

.faq_search_title {
    line-height: 30px;
    height: 30px;
    text-align: right;
}

.faq_search_btn {
    background-color: #1556A5;
}

@media only screen and (max-width: 767px) {
    .goods-category-global-wifi-ata .all_title {
        font-size: 26px;
    }

    .goods-category-global-wifi-ata .riben_txt {
        font-size: 18px;
    }

    .goods-category-global-wifi-ata .riben_txt2 {
        font-size: 22px;
    }

    .goods-category-global-wifi-ata .notlimit_txt {
        font-size: 18px;
    }

    .goods-category-global-wifi-ata .guojia_txt {
        font-size: 18px;
    }

    .goods-category-global-wifi-ata .guojia_alert {
        padding: 10px 5px;
    }
}

.goods-category-global-wifi-ata .bttn {
    font-size: 14px;
    font-weight: 600;
    padding: 11px 32px;
    text-decoration: none;
    display: inline-block;
    border-radius: 25px;
    background: #0D63F3;
}

.goods-category-global-wifi-ata .btn-text {
    color: #7493C7;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.18px;
    background-color: #ECF4FF;
}

.goods-category-global-wifi-ata .btn-fill {
    background: #0D63F3;
    color: #fff !important;
    border: 1px solid #0D63F3;
}

.goods-category-global-wifi-ata .page-details-menu .normal-links {
    padding: 4px 6.5px;
    border-radius: 30px;
    background: #ECF4FF;
    margin-bottom: 1.5rem;
}

.goods-category-global-wifi-ata .page-details-menu .my-wifi {
    display: inline;
    padding: 0.4rem 2rem;
    color: #0D63F3 !important;
    border-color: #0D63F3;
    font-size: 16px;
    margin-right: 1.2rem;
    margin-bottom: 1rem;
    background-color: #fff;
    border-radius: 30px;
    text-align: center;
    font-weight: 700;
}

.goods-category-global-wifi-ata .page-details-menu .my-wifi:hover {
    color: #FFF !important;
    background: #0D63F3 !important;
    border-color: #0D63F3 !important;
}

.goods-category-global-wifi-ata .wifiata_btn {
    color: #0D63F3 !important;
    background-color: #FFF;
    padding: 12px 28px;
    border-radius: 25px;
    border: 2px solid #0D63F3;
}

.goods-category-global-wifi-ata .wifiata_btn:hover {
    color: #fff !important;
    background: #0D63F3;
}

.goods-category-global-wifi-ata .global-wifi-step .step-cart {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-color: rgba(236, 244, 255, 0.5);
    background-size: 100%;
    background-image: url("/themes/aicom/images/category/icon-cart.png");
}

.goods-category-global-wifi-ata .global-wifi-step .step-online-shopping {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-color: rgba(236, 244, 255, 0.5);
    background-size: 100%;
    background-image: url("/themes/aicom/images/category/icon-online-shopping.png");
}

.goods-category-global-wifi-ata .global-wifi-step .step-phone {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-color: rgba(236, 244, 255, 0.5);
    background-size: 100%;
    background-image: url("/themes/aicom/images/category/icon-cellphone.png");
}

.goods-category-global-wifi-ata .global-wifi-step .step-wifi {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-color: rgba(236, 244, 255, 0.5);
    background-size: 100%;
    background-image: url("/themes/aicom/images/category/icon-wifi.png");
}

.goods-category-global-wifi-ata .global-wifi-step .title {
    color: #5E6282;
    font-size: 14px;
}

.goods-category-global-wifi-ata .global-wifi-step .desc {
    color: #12266E;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.goods-category-global-wifi-ata .global-wifi-step .el-step.is-horizontal .el-step__line {
    border-top: 2px dashed #A2BDAA;
    height: 0;
    background-color: transparent;
}

@media only screen and (max-width: 576px) {
    .goods-category-global-wifi-ata .global-wifi-step .title {
        font-size: 16px;
    }

    .goods-category-global-wifi-ata .global-wifi-step .desc {
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
    }
}

.goods-category-global-wifi-ata .global-wifi-step .wifiata_btn {
    font-weight: 600;
    color: #FFFFFF !important;
    background-color: #F64444;
    border-color: #F64444;
    border-radius: 12px;
}

.goods-category-global-wifi-ata .global-wifi-step .wifiata_btn:hover {
    color: #F64444 !important;
    background-color: #FFF;
    border-color: #F64444;
}

.global-wifi-plan .riben_title {
    font-size: 22px;
    color: #12266E;
}

.global-wifi-plan .riben_title_price {
    font-size: 32px;
    color: red;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .global-wifi-plan .riben_title {
        font-size: 20px;
    }

    .global-wifi-plan .riben_title_price {
        font-size: 26px;
    }
}

.global-wifi-plan .card-container .card-item {
    padding: 15px 25px;
    border-radius: 10px;
    background: #FDFDFD;
    margin-bottom: 20px;
}

.global-wifi-plan .card-container .card-item:hover {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
}

.global-wifi-plan .card-container .card-item .header > div {
    color: #1E1E1E;
    text-align: center;
    font-size: 14px;
}

.global-wifi-plan .card-container .card-item .price {
    margin-top: 10px;
    text-align: center;
    font-size: 22px;
    color: #1E1E1E;
    font-weight: 600;
}

.global-wifi-plan .detail {
    font-size: 13px;
}

.global-wifi-plan .alert-secondary {
    padding: 19px 40px;
    font-size: 16px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    border-width: 0;
}

.global-wifi-plan .product-list .product-item {
    margin-top: 12px;
    padding: 15px 22px;
    max-width: 270px;
}

.global-wifi-plan .product-list .product-item:hover {
    border-radius: 10px;
    background: #FDFDFD;
    box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.18);
    transform: scale(1.05);
}

.global-wifi-plan .product-list .product-item .product-name {
    margin: 10px 0;
    color: #1E1E1E;
    font-size: 14px;
}

.global-wifi-plan .liaojin-title {
    color: #12266E;
}

.global-wifi-plan .btn-buy {
    box-sizing: content-box;
    padding: 13px 36px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    border-radius: 8px;
    background: #F64444;
}

.global-wifi-plan .btn-buy:hover {
    background: #FFF;
    color: #F64444;
    border: 1px solid #F64444;
}

.global-wifi-buy .product-grid .product-item {
    /*max-width: 565px;*/
    /*padding-top: 20px;*/
    /*padding-bottom: 20px;*/
    /*margin-bottom: 30px;*/
    border-radius: 10px;
    background: #fff;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.15);
}

.global-wifi-buy .product-grid .product-item .trick {
    position: absolute;
    display: none;
    top: -15px;
    right: -8px;
    color: #F35252;
    font-size: 28px;
}

.global-wifi-buy .product-grid .product-item .item-right .header .header-title {
    color: #0D63F3;
    font-size: 16px;
    font-weight: 500;
}

.global-wifi-buy .product-grid .product-item .item-right .header .desc {
    height: 200px;
    margin-top: 10px;
    color: #1E1E1E;
    font-size: 12px;

}

.global-wifi-buy .product-grid .product-item .item-right .header .desc span {
    height: 180px;
    overflow: hidden; /* 隐藏溢出部分 */
    display: -webkit-box; /* 设定为弹性伸缩盒子模型 */
    -webkit-box-orient: vertical; /* 垂直排列子元素 */
    -webkit-line-clamp: 10; /* 显示的行数 */
    line-clamp: 10; /* 标准属性，部分浏览器支持 */
    white-space: normal; /* 默认的换行处理 */
    text-overflow: ellipsis; /* 超出部分用省略号表示 */
    word-break: break-all
}

.global-wifi-buy .product-grid .product-item .item-right .footer {
    margin-top: 27px;
    display: flex;
    justify-content: center;
}

.global-wifi-buy .product-grid .product-item .item-right .footer .detail {
    display: inline-block;
    color: #354271;
    font-size: 16px;
    margin-bottom: 8px;
    text-decoration: none;
}

.global-wifi-buy .product-grid .product-item .item-right .footer .active {
    color: #fff;
    background: #0D63F3;
}

.global-wifi-buy .product-grid .product-item .item-right .footer .btn-outline-primary {
    border-radius: 10px;
    border: 1px solid #0D63F3;
    color: #0D63F3;
    font-size: 13px;
    font-weight: 700;
}

.global-wifi-buy .product-grid .product-item .item-right .footer .btn-outline-primary:hover {
    color: #fff;
    background: #0D63F3;
}

.global-wifi-buy .product-grid .active {
    background: #ECF4FF;
}

.global-wifi-buy .product-grid .active i.trick {
    display: block;
}

.global-wifi-buy .product-grid .active .footer a.btn {
    background: #0D63F3;
    color: #FFFFFF !important;
}

.global-wifi-buy .btn-buy-now {
    box-sizing: content-box;
    padding: 12.5px 27.5px;
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    border-radius: 8px;
    background: #F64444;
}

.global-wifi-buy .btn-buy-now:hover {
    background: #FFF;
    color: #F64444;
    border: 1px solid #F64444;
}

.global-wifi-buy .btn-links h3 {
    color: #12266E;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
}

.global-wifi-buy .btn-links a {
    height: 60px;
    border-radius: 32px;
    background: #7493C7;
    border: none;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    color: #FFF;
    text-align: center;
    font-size: 14px;
}

.global-wifi-buy .btn-links a:hover {
    filter: saturate(150%);
}

.global-wifi-buy .step-container .step-cart {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-color: rgba(236, 244, 255, 0.5);
    background-size: 100%;
    background-image: url("/themes/aicom/images/category/icon-cart.png");
    background-color: #FFFFFF;
}

.global-wifi-buy .step-container .step-online-shopping {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-color: rgba(236, 244, 255, 0.5);
    background-size: 100%;
    background-image: url("/themes/aicom/images/category/icon-online-shopping.png");
    background-color: #FFFFFF;
}

.global-wifi-buy .step-container .step-phone {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-color: rgba(236, 244, 255, 0.5);
    background-size: 100%;
    background-image: url("/themes/aicom/images/category/icon-cellphone.png");
    background-color: #FFFFFF;
}

.global-wifi-buy .step-container .title {
    color: #5E6282;
    font-size: 14px;
}

.global-wifi-buy .step-container .desc {
    color: #12266E;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.global-wifi-buy .step-container .el-step.is-horizontal .el-step__line {
    border-top: 2px dashed #A2BDAA;
    height: 0;
    background-color: transparent;
}

@media only screen and (max-width: 576px) {
    .global-wifi-buy .step-container .title {
        font-size: 12px;
    }

    .global-wifi-buy .step-container .desc {
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
    }
}

/*轮播图圆角*/
body.page-home .swiper img {
    border-radius: 20px;
}

body.page-home .swiper {
    margin-top: 1rem;;
}

/*首页按钮*/
body .home-btn:hover {
    color: var(--bs-btn-hover-bg) !important;
    background-color: var(--bs-btn-hover-color);
    border-width: 2px;
}

/*
===============================
 flow buy step bar -area
===============================
*/
.flow-step-bar .el-step.is-horizontal .el-step__line {
    border-top: 2px dashed #A2BDAA;
    height: 0;
    background-color: transparent;
}

.flow-step-bar .step__icon.is-text.active {
    background: #0a53be;
}

.flow-step-bar .el-step__icon {
    width: 40px;
    height: 40px;
    font-size: 22px;
}

.flow-step-bar .el-step__icon.is-text {
    color: #0a53be;
}

.flow-step-bar .el-step__icon.is-text.is-finish {
    color: #FFF;
    background: #0a53be;
}

.flow-step-bar .el-step__title {
    color: #5E6282;
    text-align: center;
    font-size: 14px;
}

.flow-step-bar .el-step__description {
    color: #5E6282;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}


/*
===============================
 flow buy-area
===============================
*/
.flow-card {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.10);
}

#app-checkout .bi::before, #app-checkout [class^=bi-]::before, #app-checkout [class*=" bi-"]::before {
    background-color: #FFF;
    border-radius: 100%;
    border-width: 0;
    border-color: transparent;
}

.shipping-warp .shipping-content i,
.payway-warp .payment-content .nav .nav-item i,
.product-warp .product-item .product i,
.payment-method button i {
    position: absolute;
    top: -6px;
    right: -6px;
    color: #F35252;
}

.payway-warp .payment-content .nav .nav-item .active i {
    display: block !important;
}

.shipping-warp .shipping-content .fee {
    color: #1E1E1E;
}


.product-warp .product-item .price-warp .bi::before,
.product-warp .product-item .price-warp [class^=bi-]::before,
.product-warp .product-item .price-warp [class*=" bi-"]::before {
    background-color: transparent;
}

.product-warp .product-item .price-warp .minus,
.product-warp .product-item .price-warp .add {
    width: 50px;
    color: #FFF;
    text-align: center;
    background: #C6D0E5;
    font-weight: 700;
}

.product-warp .product-item .price-warp .minus:hover,
.product-warp .product-item .price-warp .add:hover {
    background: #0D63F3;
}

.menu-wrap .navbar-nav .nav-item .nav-link:hover {
    color: #0D63F3 !important;
}

.menu-wrap .navbar-nav .nav-item .nav-link.active {
    color: #0D63F3 !important;
}

.paginationjs .paginationjs-pages li.active > a {
    background: #4D5EF6 !important;
}

.custom-primary-color {
    color: #12266E;
}

.custom-secondary-color {
    color: #5E6282;
}

.el-step.is-center .el-step__description {
    padding-left: 5% !important;
    padding-right: 5% !important;
}

.esim-setting {
    font-size: 14px;
}

.docomo-mvno .content .desc {
    font-size: 14px;
}

.docomo-mvno img {
    width: 60px;
    padding: 6px;
}

.a-link_orange {
    color: #EA840B !important;
    font-size: 14px !important;
}

@media (max-width: 576px) {
    .module-item .product-bottom-info .product-name {
        font-size: 0.85rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: break-spaces;
        text-align: center;
        -moz-box-orient: vertical;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        height: 45px;
    }

    .module-item .product-bottom-info .product-summary {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: break-spaces;
        text-align: center;
        -moz-box-orient: vertical;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        /*height: 45px;*/
    }

    .module-item .pages-wrap .pages-product {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: break-spaces;
        -moz-box-orient: vertical;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 36px;
    }

    .module-item .product-bottom-info .product-price {
        height: 35px;
    }

    .module-item .product-bottom-info .button-wrap a {
        font-size: 0.7rem;
        padding: 0.5rem 1rem !important;
        /*height: 1.5rem;*/
    }

    .flow-step-bar .el-step__description {
        font-size: 12px;
    }

    .product-detail-drawer .offcanvas-header,
    .product-detail-drawer .offcanvas-body {
        padding: 1rem 0;
    }

    .goods-category-simcard .set-buttons .btn-outline-primary {
        padding-left: 15px;
        padding-right: 15px;
    }

    .goods-category-simcard .tab-content .buy .buy-flow {
        padding: 40px 0;
    }

    .goods-category-global-wifi-ata .page-details-menu .my-wifi {
        padding: 0.2rem 2.4rem;
        margin-right: 0;
    }

    .product-wrap .product-price .coupon {
        font-size: 9px;
        padding: 1px 0.3rem;
        border-radius: 5px;
    }

    .product-list .product-item .price-warp {
        padding: 0 4px;
    }

    .product-list .product-item .price-warp .price {
        font-size: 1rem;
    }

    .product-list .product-item .price-warp i {
        font-size: 0.6rem;
    }

    .product-list .product-item .price-warp .coupon_amount,
    .product-list .product-item .price-warp .discount-warp .tip {
        font-size: 0.6rem;
    }

    .global-wifi-plan .product-list .product-item {
        padding: 4px;
    }

    #swiper-mobile .mobile-pagination {
        background: rgba(0, 0, 0, 0.2);
        width: 48px;
        position: absolute;
        bottom: 6px;
        left: calc(100% - 48px);
        border-radius: 10px 0 0 10px;
        color: white;
    }

    #swiper-mobile .mobile-pagination span.swiper-pagination-current {
        font-size: 14px;
    }

    .variables-wrap .variable-group .variable-info div[data-bs-toggle='tooltip'] {
        width: 82px;
    }

    .products.variables-wrap .variable-group .variable-info div[data-bs-toggle='tooltip'] {
        width: 120px;
    }

    #swiper-mobile img {
        width: 70% !important;
    }

    #swiper-mobile .swiper-pager .mobile-slideshow-prev,
    #swiper-mobile .swiper-pager .mobile-slideshow-next {
        --swiper-navigation-size: 30px;
    }

    .mobile-product-price .strikethrough {
        position: relative;
    }

    .mobile-product-price .strikethrough:before {
        position: absolute;
        content: "";
        left: 0;
        top: 50%;
        right: 0;
        border-top: 1px solid;
        border-color: red;
        transform: rotate(-15deg);
    }

    .mobile-product-price .strikethrough:after {
        position: absolute;
        content: "";
        left: 0;
        top: 50%;
        right: 0;
        border-top: 1px solid;
        border-color: red;
        transform: rotate(15deg);
    }

    .docomo-mvno img {
        width: 60px !important;
    }

    .esim-setting, .docomo-mvno .content .desc {
        font-size: 13px;
    }
}

/*
* docomo mvno
*/
.docomo-mvno-step .step .item {
    position: relative;
}

.docomo-mvno-step .step .item:not(:last-child)::after {
    content: "";
    width: 20px;
    height: 20px;
    border: 0;
    border-top: solid 5px #0c74bc;
    border-right: solid 5px #0c74bc;
    position: absolute;
    bottom: 55%;
    right: -20px;
    transform: rotate(45deg);
}

.docomo-mvno-step .step .flex-column-center {
    gap: 4px;
}

.docomo-mvno-step .step .item .step-title {
    color: #5E6282;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    margin-top: 0.5rem;
    margin-bottom: 0.25rem;
}

.docomo-mvno-step .step .second-title {
    color: #12266E;;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.docomo-mvno-product .tip {
    padding: 8px 16px;
    background-color: #ecf8ff;
    border-radius: 4px;
    border-left: 5px solid #0d6efd;
    margin: 20px 0;
}

@media screen and (min-width: 768px) {
    .docomo-mvno-product .variables-wrap .variable-info > div:not(.is-v-image) {
        width: 15rem !important;
        height: 4.3rem !important;
        font-size: 14px!important;
    }
    .docomo-mvno-product .variables-wrap .variable-info .tax {
        font-size: 12px!important;
        color: gray;
    }
}

.docomo-mvno-step .step .item .img-box {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 576px) {
    .docomo-mvno-step .step .item:not(:last-child)::after {
        content: "";
        width: 11px;
        height: 11px;
        border: 0;
        border-top: solid 3px #0c74bc;
        border-right: solid 3px #0c74bc;
        position: absolute;
        left: 49%;
        bottom: -15px;
        transform: rotate(135deg);
    }
    .docomo-mvno-product .variables-wrap .variable-info .tax {
        font-size: 9px!important;
        color: gray;
    }
}

 .page-checkout-step1 .bi::before,  .page-checkout-step1 [class^=bi-]::before,  .page-checkout-step1 [class*=" bi-"]::before {
     background-color: #FFF;
     border-radius: 100%;
     border-width: 0;
     border-color: transparent;
 }

.page-checkout-step1 .custom-color {
    color: #12266E !important;
}

.page-checkout-step1 table tr:nth-child(n+2) td:first-child {
    padding-right: 0.2rem;
    font-size: 13px!important;
}
.page-checkout-step1 .price-warp .detail-item {
    color: #878787;
    font-size: 14px!important;
}

.page-checkout-step1 .el-input.el-input--mini input{
    color: #12266E;
    font-size: 14px;
    font-weight: 700;
}
