        body {
            font-size: 14px !important;
        }
        
        .pagination {
            border-radius: 5px !important;
            border-color: rgb(204, 204, 204);
            box-shadow: none;
        }
        /* register */
        
        #input-fax,
        .input-fax,
        #container #content.one-page-checkout div fieldset>div.fax-input,
        #payment-new .form-group.company-input,
        .address-2-input,
        .postcode {
            display: none !important;
        }
        
        .oc2 .action-area h3,
        .oc2 .action-area>p,
        .oc2 .action-area .panel-group {
            display: none !important;
        }
        
        .route-information-contact .contact-page .panel.panel-default,
        .route-information-contact .contact-page .secondary-title {
            display: none !important;
        }
        
        .route-account-register #content .heading-title {
            text-align: center;
            border-bottom: 0;
        }
        
        .route-account-register #content form {
            padding: 20px;
            border: 1px solid #ddd;
            margin-bottom: 40px;
        }
        
        .route-account-register .account-text {
            text-align: center;
        }
        
        .route-account-register .form-horizontal .form-group label {
            width: 100%;
        }
        
        .route-account-register .form-horizontal .form-group label+div {
            width: 100%;
        }
        
        .route-account-register fieldset {
            float: left;
            width: 50%;
        }
        
        .route-account-register #account {
            padding-right: 20px;
        }
        
        .route-account-register .buttons {
            padding-top: 40px;
            clear: both;
            overflow: hidden;
            border-width: 0;
        }
        /* cart */
        #wish button{
            padding:0!important;  margin-top: 0!important;
        }
        .journal-checkout .table-responsive {
            max-height: initial;
            /* overflow-y: hidden; */
        }
        
        .cart-image {
            float: left;
            display: flex;
            width: 50%;
        }
        
        .cart-image a {
            margin-right: 5px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .checkout-product .quantity,
        .product-detail {
            float: right;
        }
        .checkout-product .quantity{
                display: flex;
        }
        
        .checkout-product .product-detail span {
            margin-right: 10px;
        }
        
        .checkout-product .cart-product {
            clear: both;
            overflow: hidden;
            margin-bottom: 10px;
            border-bottom: 1px dashed #ddd;
        }
        
        .checkout-product .product-detail {
            clear: both;
            overflow: hidden;
        }
        
        .checkout-product .text-right {
            text-align: right;
        }
        @media only screen and (max-width: 470px){
            #cart .content {
                min-width: 300px;
                left: 0!important;
                right: 10px;
            }
            .dropdown-backdrop{
                display: none;
            }
            footer .bottom-footer .copyright {
                line-height: 100%;
                padding-top: 12px;
                padding-bottom: 12px;
                margin-bottom: 0!important;
            }
            footer .column {
                padding: 0 10px 5px 10px!important;
            }
            .fullwidth-footer .columns {
                padding-left: 0!important;
            }
            footer .columns{
                margin-right: 0!important;
                margin-left: 0!important;
            }
        }
        @media screen and (max-width: 480px) {
            .checkout-content.checkout-cart .checkout-product{
                padding: 10px;
            }
            .btn-group.open .dropdown-toggle {
                -webkit-box-shadow:none;
                box-shadow: none;
            }
            .checkout-product {
                font-size: 13px;
            }
            .cart-image {
                width: 200px;
            }
            .checkout-product .unit {
                width: 50px;
            }
            .checkout-product .quantity {
                width: auto;
            }
            .route-account-register fieldset {
                float: none;
                width: 100%;
            }
            .journal-checkout .table-responsive {
                max-height: initial;
            }
            .cart-info .name {
                width: 80px;
            }
            .journal-header-center .journal-cart:last-child{
                margin-left: 0;
                position: absolute;
                bottom: 0;
                top: 100%;
                right: 0;
                top: 70%!important;
            }
        }
        
        @media screen and (max-width: 375px) {
            .cart-image {
                width: 150px;
            }
            .checkout-product .unit {
                width: 50px;
            }
            .checkout-product .quantity {
                width: auto;
            }
            .cart-info .quantity {
                min-width: 110px !important;
                text-align: center;
            }
        }
        
        .my-account ul li {
            float: left;
            width: 20%;
            margin-bottom: 40px !important;
            text-align: center;
        }
        
        .my-account ul li i,
        .my-account ul li a {
            display: block;
        }
        
        .my-account ul li a {
            color: #333;
            font-size: 16px !important;
            padding: 10px !important;
        }
        
        .my-account ul {
            clear: both;
            overflow: hidden;
            padding: 60px 30px !important;
            background: #ffffff;
            box-shadow: 0 1px 4px #ddd;
        }
        
        .my-account ul li i img {
            width: 120px;
        }
        
        .my_account {
            background: #fff;
            margin-top: 60px;
            position: relative;
        }
        
        .my_info {
            display: flex;
            align-items: flex-end;
            position: absolute;
            top: -60px;
            left: 100px;
        }
        
        .my_info img {
            width: 130px;
            border-radius: 10px;
            border: 5px solid #fff;
        }
        
        .my_info p span {
            display: block;
            padding-left: 20px;
        }
        
        .my_info p span:nth-child(1) {
            font-size: 22px;
            color: #000;
            margin-bottom: 5px;
        }
        
        .my_info p span:nth-child(2) {
            font-size: 14px;
            color: #000000;
            background: linear-gradient(3deg, #ee8713, #ffe319);
            border-radius: 30px;
            padding: 2px 10px;
        }
        
        .my_level {
            width: 70%;
            float: right;
            padding: 30px;
        }
        
        .my_heading {
            font-size: 24px;
            color: #68862c;
        }
        
        .level_line {
            display: flex;
            align-items: center;
            margin-top: 20px;
        }
        
        .level_line>div>p {
            text-align: center;
            font-size: 16px;
            margin-top: 20px;
        }
        
        .level_line>p {
            margin-left: 80px;
            position: relative;
            z-index: 0;
        }
        
        .level_line>p:before {
            content: '';
            width: 90%;
            height: 12px;
            background: rgb(153 197 65 / 29%);
            position: absolute;
            top: 20px;
            left: 50%;
            transform: translateX(-50%);
            z-index: -1;
            box-shadow: 12px 4px 12px rgb(131 162 70 / 55%) inset;
        }
        
        .level_line>p.xs_level:after {
            content: '';
            width: 30%;
            height: 12px;
            background: rgb(104 134 44);
            position: absolute;
            top: 20px;
            left: 0;
            z-index: -1;
            box-shadow: 12px 4px 12px rgb(131 162 70 / 55%) inset;
        }
        
        .level_line>p.s_level:after {
            content: '';
            width: 70%;
            height: 12px;
            background: rgb(104 134 44);
            position: absolute;
            top: 20px;
            left: 0;
            z-index: -1;
            box-shadow: 12px 4px 12px rgb(131 162 70 / 55%) inset;
            /* opacity: 0; */
        }
        
        .level_line>p.m_level:after {
            content: '';
            width: 96%;
            height: 12px;
            background: rgb(104 134 44);
            position: absolute;
            top: 20px;
            left: 0;
            z-index: -1;
            box-shadow: 12px 4px 12px rgb(131 162 70 / 55%) inset;
            /* opacity: 0; */
        }
        
        .level_line>p>span {
            display: inline-block;
            width: 140px;
            position: relative;
        }
        
        .level_line>p>span i {
            display: block;
            color: #68862c;
        }
        
        .level_line>p>span:last-child {
            width: auto;
        }
        
        .round {
            clear: both;
            overflow: hidden;
            padding: 30px;
        }
        /* //圆形统计样式 */
        
        body {
            background: rgb(248, 248, 248);
        }
        
        .counter {
            padding: 20px 0;
            text-align: center;
            position: relative;
            float: left;
            width: calc(100% / 3);
        }
        
        .counter .counter-content {
            width: 180px;
            height: 180px;
            border-radius: 50%;
            background: #fff;
            padding: 30px 0;
            margin: 0 auto 30px;
            z-index: 1;
            position: relative;
            transition: all 0.3s ease 0s;
        }
        
        .counter .counter-content:before {
            content: "";
            width: 122%;
            height: 122%;
            border-radius: 50%;
            border: 20px solid #f29b15;
            border-bottom: 20px solid transparent;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        /* .counter .counter-content:after {
    content: "";
    border-top: 16px solid #f19f48;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
} */
        
        .counter .counter-icon {
            display: block;
            font-size: 50px;
            color: #f19f48;
            line-height: 50px;
        }
        
        .counter .counter-value {
            font-size: 50px;
            font-weight: 700;
            color: rgba(0, 0, 0, 0.7);
            line-height: 70px;
        }
        
        .counter .title {
            display: inline-block;
            padding: 5px 25px;
            background: linear-gradient(3deg, #f3a115, #fcd418);
            border-radius: 10px;
            font-size: 20px;
            font-weight: 600;
            color: #fff;
            text-transform: capitalize;
            margin: 0;
        }
        
        .counter .title a {
            color: #fff;
        }
        
        .counter.red .counter-content:before {
            border-color: #e82929;
            border-bottom-color: transparent;
        }
        
        .counter.red .counter-content:after {
            border-top-color: #e82929;
        }
        
        .counter.red .counter-icon {
            color: #e82929;
        }
        
        .counter.red .title {
            background: linear-gradient(3deg, #ff3400, #c30000);
        }
        
        .counter.blue .counter-content:before {
            border-color: #ae18df;
            border-bottom-color: transparent;
        }
        
        .counter.blue .counter-content:after {
            border-top-color: #ae18df;
        }
        
        .counter.blue .counter-icon {
            color: #ae18df;
        }
        
        .counter.blue .title {
            background: linear-gradient(3deg, #ae18df, #d34dff);
        }
        
        .counter.purple .counter-content:before {
            border-color: #a98ceb;
            border-bottom-color: transparent;
        }
        
        .counter.purple .counter-content:after {
            border-top-color: #a98ceb;
        }
        
        .counter.purple .counter-icon {
            color: #a98ceb;
        }
        
        .counter.purple .title {
            background: #a98ceb;
        }
        /* Using the data attributes for the animation selectors. */
        /* Base settings for all animated elements */
        
        div[data-anim~=base] {
            -webkit-animation-iteration-count: 1;
            /* Only run once */
            -webkit-animation-fill-mode: forwards;
            /* Hold the last keyframe */
            -webkit-animation-timing-function: linear;
            /* Linear animation */
        }
        
        .wrapper[data-anim~=wrapper] {
            -webkit-animation-duration: 0.01s;
            /* Complete keyframes asap */
            -webkit-animation-delay: 3s;
            /* Wait half of the animation */
            -webkit-animation-name: close-wrapper;
            /* Keyframes name */
        }
        
        .circle[data-anim~=left] {
            -webkit-animation-duration: 6s;
            /* Full animation time */
            -webkit-animation-name: left-spin;
        }
        
        .circle[data-anim~=right] {
            -webkit-animation-duration: 3s;
            /* Half animation time */
            -webkit-animation-name: right-spin;
        }
        /* Rotate the right side of the progress bar from 0 to 180 degrees */
        
        @-webkit-keyframes right-spin {
            from {
                -webkit-transform: rotate(0deg);
            }
            to {
                -webkit-transform: rotate(180deg);
            }
        }
        /* Rotate the left side of the progress bar from 0 to 360 degrees */
        
        @-webkit-keyframes left-spin {
            from {
                -webkit-transform: rotate(0deg);
            }
            to {
                -webkit-transform: rotate(360deg);
            }
        }
        /* Set the wrapper clip to auto, effectively removing the clip */
        
        @-webkit-keyframes close-wrapper {
            to {
                clip: rect(auto, auto, auto, auto);
            }
        }
        
        @media screen and (max-width: 480px) {
            .my-account ul li {
                float: left;
                width: calc(100% / 3);
                margin-bottom: 10px !important;
                text-align: center;
                padding: 10px !important;
            }
            .my-account ul {
                clear: both;
                overflow: hidden;
                padding: 10px 10px 10px !important;
            }
            .my-account ul li a {
                color: #333;
                font-size: 13px !important;
                padding: 0 !important;
            }
            .my-account ul li i img {
                width: 60px;
            }
            .my_info {
                display: flex;
                align-items: flex-end;
                position: unset;
                top: 0;
                left: 0;
            }
            .my_info img {
                width: 65px;
            }
            .my_info p span:nth-child(1) {
                font-size: 18px;
            }
            .my_account {
                background: #fff;
                margin-top: 20px;
            }
            .my_level {
                padding: 30px 0;
            }
            .my_heading {
                font-size: 18px;
                text-align: center;
            }
            .my_heading {
                font-size: 18px;
            }
            .level_line {
                display: block;
            }
            .level_line>div:nth-child(1) img {
                width: 88px;
                display: block;
                margin: auto;
            }
            .level_line>p {
                margin-left: 0;
                position: relative;
                z-index: 0;
            }
            .level_line>p {
                margin-left: 0;
                position: relative;
                z-index: 0;
                display: flex;
                margin-top: 10px;
            }
            .level_line>div>p {
                text-align: center;
                font-size: 14px;
                margin-top: 0;
            }
            .my_level {
                padding: 30px 0;
                width: 100%;
            }
            .level_line>p span img {
                width: 36px;
                height: 36px;
            }
            .level_line>p:before {
                content: '';
                width: 86%;
                height: 8px;
                background: rgb(153 197 65 / 29%);
                position: absolute;
                top: 15px;
                left: 50%;
                transform: translateX(-50%);
                z-index: -1;
                box-shadow: 12px 4px 12px rgb(131 162 70 / 55%) inset;
            }
            .level_line>p.xs_level:after {
                content: '';
                width: 30%;
                height: 8px;
                background: rgb(104 134 44);
                position: absolute;
                top: 15px;
                left: 0;
                z-index: -1;
                box-shadow: 12px 4px 12px rgb(131 162 70 / 55%) inset;
            }
            .level_line>p.s_level:after {
                content: '';
                width: 70%;
                height: 8px;
                background: rgb(104 134 44);
                position: absolute;
                top: 15px;
                left: 0;
                z-index: -1;
                box-shadow: 12px 4px 12px rgb(131 162 70 / 55%) inset;
                /* opacity: 0; */
            }
            .level_line>p.m_level:after {
                content: '';
                width: 92%;
                height: 8px;
                background: rgb(104 134 44);
                position: absolute;
                top: 15px;
                left: 0;
                z-index: -1;
                box-shadow: 12px 4px 12px rgb(131 162 70 / 55%) inset;
                /* opacity: 0; */
            }
            .round {
                clear: both;
                overflow: hidden;
                padding: 30px 0;
            }
            .counter {
                padding: 5px;
            }
            .counter .counter-content {
                width: 50px;
                height: 50px;
                padding: 10px 0;
            }
            .counter .counter-content:before {
                content: "";
                width: 122%;
                height: 122%;
                border-radius: 50%;
                border: 5px solid #f7c91a;
                border-bottom: 5px solid transparent;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }
            .counter .counter-value {
                font-size: 20px;
                font-weight: 700;
                color: rgba(0, 0, 0, 0.7);
                line-height: 27px;
            }
            .counter .title {
                display: inline-block;
                padding: 5px 10px;
                background: linear-gradient(3deg, #f19814, #fcd118);
                border-radius: 10px;
                font-size: 14px;
                font-weight: 500;
                color: #fff;
                text-transform: capitalize;
                margin: 0;
            }
            .counter .counter-content {
                margin: 0 auto 20px;
            }
        }
        
        @media screen and (max-width: 375px) {
            .cart-image {
                width: 100%;
            }
            .checkout-product .unit {
                width: 50px;
            }
            .checkout-product .quantity {
                width: auto;
            }
        }
        
        .code_title.secondary-title {
            margin-bottom: 10px;
            font-size: 24px;
            color: #68862c;
            font-weight: 400;
        }
        /* my address list */
        
        .address-entry .content {
            border-bottom: 1px solid #E4E4E4;
            padding: 20px;
        }
        
        .address_list {
            clear: both;
            overflow: hidden;
        }
        
        .address_item {
            float: left;
            width: calc((100% - 40px) / 3);
            margin-right: 20px;
            padding: 20px;
            border: 1.5px solid #afa9a9;
            border-radius: 8px;
        }
        
        .address_item:nth-child(3n) {
            margin-right: 0;
        }
        
        .button_delete {
            border: 1px solid #b50000;
            background-color: #fff !important;
            color: #b50000 !important;
            border-radius: 5px !important;
        }
        
        .button_edit {
            border: 1px solid #2cb1ff;
            background-color: #fff !important;
            color: #2cb1ff !important;
            border-radius: 5px !important;
        }
        
        .button_new_address,
        .button_blue {
            background: #2cb1ff !important;
            border-radius: 5px !important;
        }
        
        .button_new_address:hover,
        .button_blue:hover {
            transform: translateY(-2px);
            box-shadow: 0 2px 6px #75ccff;
            transition: all .5s;
        }
        
        .button_action {
            float: right;
            margin-top: 10px;
        }
        
        .button_action a {
            display: inline-flex;
            align-items: center;
            transition: all .5s;
        }
        
        .button_action a img {
            width: 24px;
            margin-right: 5px;
        }
        
        .button_action a:hover {
            transform: translateY(-5px);
            border-color: inherit;
        }
        /* 我的邀请码 */
        
        .route-account-invite body {
            background: url(/image/data/website/invite/bg.jpg)no-repeat center;
            background-size: cover;
        }
        
        .route-account-invite .extended-container {
            background-color: transparent !important;
        }
        
        .code_title {
            text-align: center !important;
            border-bottom: 0 !important;
            color: #af8c1e !important;
            font-size: 36px;
        }
        
        .dis_img img {
            margin: auto;
            display: block;
            max-width: 60% !important;
            width: 100%;
        }
        
        #output canvas {
            margin: 20px;
            border: 1px solid #c19a3f;
            padding: 8px;
        }
        
        .tip_code span {
            background: #fff1d0;
            padding: 6px 20px;
            color: #c19a3f;
            margin-bottom: 10px;
            display: inline-flex;
            align-items: center;
        }
        
        .tip_code span img {
            margin-right: 10px;
        }
        
        .button_download_code {
            background: #2cb1ff;
            border-radius: 5px;
            letter-spacing: 1px;
        }
        .route-account-order .button_download_code,
        .route-account-order .button_copy_share{
            margin-top:10px;
        }

        
        .code_sub_title {
            font-size: 18px;
        }
        
        .share_link {
            margin-top: 20px;
            text-align: left;
        }
        
        .copy_link {
            display: flex;
            width: 100%;
            border: 1px solid #ddd;
            border-radius: 5px;
            margin: 10px 0 20px;
            padding: 5px;
        }
        
        textarea[name="share_url"] {}
        
        textarea[name="share_url"],
        input[name="share_code"] {
            border: 0;
            box-shadow: none;
        }
        
        .route-account-invite .content {
            padding: 40px;
        }
        
        .route-account-invite .extended-container:before {
            background-color: transparent;
        }
        
        .button_copy_share {
            background: #ff7a00;
            border-radius: 5px;
        }
        
        .route-account-invite .extended-container:before {
            content: '';
            width: 346px;
            height: 300px;
            background: url(/image/data/website/invite/y1.png)no-repeat;
            background-size: contain;
            position: absolute;
            left: 0;
            top: -40px;
            z-index: 10;
        }
        
        .route-account-invite .extended-container:after {
            content: '';
            width: 346px;
            height: 300px;
            background: url(/image/data/website/invite/y2.png)no-repeat;
            background-size: contain;
            position: absolute;
            right: 0;
            top: -40px;
            z-index: 10;
        }
        
        textarea[name="share_url"] {
            height: auto;
            word-break: break-all;
        }
        /* table */
        
        .cart-info thead td,
        .wishlist-info thead td,
        .compare-info thead td,
        .manufacturer-heading,
        .order-list .order-id,
        .order-list .order-status {
            background-color: rgb(193 154 63) !important;
        }
        
        table.list thead td {
            background-color: rgb(245 169 0) !important;
            font-size: 16px;
        }
        
        table.list td {
            border-right-style: solid !important;
            border-top-style: solid !important;
            border-color: #ececec !important;
        }
        
        .cart-info thead td,
        .wishlist-info thead td,
        .compare-info thead td {
            font-size: 16px;
        }
        
        .route-account-invite .fa-plus-circle:before,
        .route-account-invite .fa-minus-circle:before {
            color: #fff;
        }
        
        @media screen and (max-width:1220px) {
            .route-account-invite .extended-container:before {
                content: '';
                width: 280px;
                height: 340px;
                background: url(/image/data/website/invite/y1.png)no-repeat;
                background-size: contain;
                position: absolute;
                left: 0;
                top: -40px;
                z-index: 10;
            }
            .route-account-invite .extended-container:after {
                content: '';
                width: 226px;
                height: 280px;
                background: url(/image/data/website/invite/y2.png)no-repeat;
                background-size: contain;
                position: absolute;
                right: 0;
                top: -40px;
                z-index: 10;
            }
        }
        
        @media screen and (max-width:480px) {
            .route-account-invite .extended-container:after {
                content: '';
                width: 80px;
                height: 100px;
                background: url(/image/data/website/invite/y2.png)no-repeat;
                background-size: contain;
                position: absolute;
                right: 0;
                top: -20px;
                z-index: 10;
            }
            .route-account-invite .extended-container:before {
                content: '';
                width: 100px;
                height: 80px;
                background: url(/image/data/website/invite/y1.png)no-repeat;
                background-size: contain;
                position: absolute;
                left: -10px;
                top: 30px;
                z-index: 10;
            }
            .dis_img img {
                max-width: 100% !important;
            }
            .route-account-invite .content {
                padding: 40px 20px;
            }
            textarea[name="share_url"] {
                height: 76px;
                word-break: break-all;
            }
        }
        /* 我的分享 */
        
        .share_top {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }
        
        .share_top>p {
            flex: 1;
            display: flex;
            align-items: center;
        }
        
        .share_top p svg {
            margin-right: 5px;
        }
        
        .share_top>p:last-child {
            text-align: right;
            justify-content: flex-end;
        }
        
        .share_item {
            margin-bottom: 20px;
            padding: 20px;
            background-color: #fff;
            border-radius: 8px;
            transition: all 0.3s ease;
            border: 1px solid #e9ecef !important;
            border-bottom: 2px solid #e9ecef !important;
        }
        
        .share_item:hover {
            border-bottom: 2px solid #a3c85e !important;
        }
        
        .share_item>div {
            font-size: 16px;
            line-height: 30px;
        }
        
        .share_date {
            color: #999;
            font-size: 14px !important;
        }
        
        .share_img img {
            border: 1px solid #e9ecef;
            border-radius: 8px;
            margin: 5px;
            padding: 5px;
        }
        
        .route-share-share .content {
            padding: 0;
        }
        
        @media screen and (max-width:480px) {
            .share_top>p:last-child {
                font-size: 12px;
            }
            .share_item>div {
                font-size: 14px;
                line-height: 30px;
            }
        }
        /* 我的卡券 */
        .route-account-my_coupon .heading-title>div,
        .route-account-my_voucher .heading-title>div{
                margin-bottom: 10px;
        }
        .route-account-my_coupon .table-responsive span.filter,
        .route-account-my_voucher .table-responsive span.filter{
        
                display: inline-block;
        }
        .voucher_table tr:nth-child(even) td {
            background-color: #f7f7f7!important;
        }
        
        .voucher_tr td.text-center {
            background-color: rgb(245 169 0) !important;
            text-align: center;
        }
        
        .voucher_price .amount {
            font-size: 20px;
            font-weight: 600;
        }
        
        .voucher_fixed {
            background: url(/image/data/website/account/coupon_img.png)no-repeat center;
            background-size: 100%;
            width: 180px;
            height: 180px;
            position: relative;
        }
        
        .voucher_fixed.invaliable {
            background: url(/image/data/website/account/coupon_invalid_img.png)no-repeat center;
            background-size: 100%;
            width: 180px;
            height: 180px;
            position: relative;
        }
        
        .voucher_fixed.invaliable span:nth-child(1) {
            top: 26px;
            color: #ddd;
            font-size: 42px;
        }
        
        .voucher_fixed.invaliable span:nth-child(2) {
            color: #ddd;
        }
        
        .voucher_status {
            color: red;
        }
        
        .invaliable .voucher_status,
        .invaliable_status.voucher_status span {
            color: #656565;
        }
        
        .voucher_status.used span {
            color: #46b322!important;
        }
        
        .voucher_fixed span {
            display: block;
            position: absolute;
            text-align: center;
            width: 100%;
        }
        
        .voucher_fixed span:nth-child(1) {
            top: 26px;
            color: #f7e477;
            font-size: 42px;
        }
        
        .voucher_amount em {
            font-size: 14px;
            font-style: normal;
        }
        
        .voucher_fixed span:nth-child(2) {
            top: 50%;
            width: 100px;
            margin: auto;
            transform: translateX(-50%);
            left: 50%;
            font-size: 15px;
            color: #f6d673;
            white-space: initial;
        }
        
        .voucher_fixed span:nth-child(3) {
            bottom: 10px;
        }
        
        .voucher_table td {
            background-color: #fff !important;
        }
        
        .voucher_fanwei>p {
            display: inline-block;
        }
        
        .voucher_fanwei>p span {
            display: block;
            text-align: left;
        }
        
        .voucher_status.aviliable_status span {
            color: #e61d3b;
        }
        
        .voucher_status.aviliable_status a {
            color: #fff;
            background-color: #e61d3b;
            display: inline-block;
            border-radius: 30px;
            padding: 5px;
            font-size: 12px;
            margin: 4px 0;
        }
        @media screen and (max-width:480px) {
            .one-page-checkout h1.heading-title{
                font-size: 24px!important;
                    margin-top: 0!important;
            }
            .route-account-my_coupon .table-responsive>div:first-child,
            .route-account-my_voucher .table-responsive>div:first-child{
                text-align: center;
                    display: flex;
                    justify-content: space-between;
                    flex-wrap: wrap;
                }
            .route-account-my_coupon .table-responsive>div:first-child>a span,
            .route-account-my_voucher .table-responsive>div:first-child>a span{
                display: inline-block;
                padding: 5px!important;
                font-size: 14px!important;
                width: 76px;
                margin: 0 5px 5px 0;
            }
            .route-account-my_coupon  .heading-title >div .filter,
            .route-account-my_voucher  .heading-title >div .filter {
            
                padding: 5px 20px!important;
            }
            .voucher_fixed{
                transform: scale(0.75);
            }
            .voucher_table td{
                font-size: 14px!important;
            }
        }
        /* 收貨地址 */
        
        .address_item {
            position: relative;
            margin-bottom: 20px;
        }
        
        .default_address {
            /* position: absolute; */
            bottom: 30px;
            color: #68862c;
            display: flex;
            align-items: center;
        }
        
        .default_address.nor {
            /* position: absolute; */
            bottom: 30px;
            color: #666;
            display: flex;
            align-items: center;
        }
        
        .default_address img,
        .default_address.nor img {
            margin-right: 5px;
        }
        
        .default_address .fa-check-circle {
            color: #666;
            font-size: 20px;
            margin-right: 5px;
            vertical-align: middle;
        }
        
        .address_item {
            transition: 0.3s all ease-out;
            border: 2px solid #e9ecef !important;
        }
        
        .address_item:hover {
            border-color: #68862c !important;
            cursor: pointer;
        }
        
        .address_item.default {
            border-color: #68862c !important;
        }
        
        .address_item:hover .default_address .fa-check-circle,
        .address_item:hover .default_address,
        .default_item.address_item:hover .default_address .fa-check-circle,
        .default_item.address_item:hover .default_address {
            color: #68862c;
        }
        
        .item_details>p {
            /* display: flex;
            align-items: center; */
            margin-bottom: 10px;
            position: relative;
            padding-left: 40px;
            line-height: 32px;
            min-height: 32px;
        }
        
        .item_details>p::before {
            content: '';
            position: absolute;
            left: 0;
        }
        
        .address_name::before {
            content: '';
            width: 32px;
            height: 32px;
            background: url(/image/data/website/address/name_icon_sel.png)no-repeat center;
            background-size: 100%;
            margin-right: 6px;
        }
        
        .address_details::before {
            content: '';
            width: 32px;
            height: 32px;
            background: url(/image/data/website/address/address_icon_sel.png)no-repeat center;
            background-size: 100%;
            margin-right: 6px;
        }
        
        .address_country::before {
            content: '';
            width: 32px;
            height: 32px;
            background: url(/image/data/website/address/region_icon_sel.png)no-repeat center;
            background-size: 100%;
            margin-right: 6px;
        }
        
        .address_phone::before {
            content: '';
            width: 32px;
            height: 32px;
            background: url(/image/data/website/address/phone_icon_sel.png)no-repeat center;
            background-size: 100%;
            margin-right: 6px;
        }
        
        .address_name.nor::before {
            content: '';
            width: 32px;
            height: 32px;
            background: url(/image/data/website/address/name_icon_nor.png)no-repeat center;
            background-size: 100%;
            margin-right: 6px;
        }
        
        .address_details.nor::before {
            content: '';
            width: 32px;
            height: 32px;
            background: url(/image/data/website/address/address_icon_nor.png)no-repeat center;
            background-size: 100%;
            margin-right: 6px;
        }
        
        .address_country.nor::before {
            content: '';
            width: 32px;
            height: 32px;
            background: url(/image/data/website/address/region_icon_nor.png)no-repeat center;
            background-size: 100%;
            margin-right: 6px;
        }
        
        .address_phone.nor::before {
            content: '';
            width: 32px;
            height: 32px;
            background: url(/image/data/website/address/phone_icon_nor.png)no-repeat center;
            background-size: 100%;
            margin-right: 6px;
        }
        
        .pull_top {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }
        
        .pull_top span {
            flex: 2;
        }
        
        @media screen and (max-width:980px) {
            .address_item {
                padding: 10px !important;
            }
            .address_item {
                float: left;
                width: calc((100% - 20px) / 2);
                margin-right: 20px;
                padding: 20px;
                border: 1.5px solid #afa9a9;
                border-radius: 8px;
            }
            .address_item:nth-child(3n) {
                margin-right: 20px;
            }
            .address_item:nth-child(even) {
                margin-right: 0;
            }
        }
        
        @media screen and (max-width:768px) {
            .address_item {
                width: 100%;
            }
        }
        /*page title */
        
        .heading-title {
            color: #c57cc8;
            border-bottom: 1px solid #c57cc8 !important;
        }
        /* page title end*/
        /* page contont background*/
        
        .page_content {
            background-color: white;
            border-radius: 10px;
        }
        /* page contont background end*/
        
        .share_title {
            text-align: center;
            font-size: 24px;
            color: #fff;
            line-height: 50px;
            background-color: #68862c;
            margin-bottom: 10px;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }
        
        .share_details {
            background: #ecfbd7;
            padding-bottom: 10px;
        }
        
        .share_details .text-left {
            display: flex;
            line-height: 40px;
            align-items: center;
        }
        
        .share_details .text-left span {
            flex: 1;
            padding-left: 40px;
            font-size: 16px;
        }
        
        .share_code_id {
            font-size: 18px;
            letter-spacing: 1px;
            color: #caa653;
        }
        
        .btn_code {
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .btn_code button {
            margin: 20px;
            height: 40px;
            width: 110px;
        }
        
        .button_copy_orange {
            background-color: #ff7a00;
            color: #fff;
            display: inline-block;
            font-size: 16px;
            border-radius: 5px;
        }
        
        .pin_way {
            max-width: 1100px;
            margin: 20px auto;
            clear: both;
            overflow: hidden;
            text-align: center;
            padding: 20px 0;
        }
        
        .pin_dec {
            float: left;
            width: 40%;
            padding: 20px 40px;
            background: #fdffe1;
        }
        
        .pin_way .share_qrcode {
            float: left;
            width: 60%;
        }
        
        .title_pin {
            height: 50px;
            font-size: 34px;
            color: #ffffff;
            font-weight: 600;
            background: url(/image/data/website/pin/title_bg.png)no-repeat center;
            background-size: 100%;
            margin-bottom: 20px;
            display: inline-block;
            padding: 0 20px;
        }
        
        .step_title {
            line-height: 40px;
            font-size: 20px;
            font-weight: 600;
            color: #ff7a00;
            letter-spacing: 1px;
        }
        
        .step_title span {
            display: inline-block;
            background: #ff7a00;
            width: 35px;
            height: 35px;
            border-radius: 5px;
            color: #fff;
            margin-right: 10px;
            font-size: 30px;
            line-height: 35px;
        }
        
        .step img {
            display: block;
            margin: 30px auto;
        }
        
        .pin_way .share_qrcode {
            text-align: center;
            margin: 60px 0;
            padding-left: 40px;
        }
        
        .share_table.table.list thead td {
            background-color: rgb(44 177 255) !important;
            text-align: center;
        }
        
        .share_table.table.list {
            text-align: center;
        }
        
        .share_table.table.list td {
            border-right-style: solid;
            border-top-style: solid;
            border-color: rgb(241 241 241 / 42%) !important;
        }
        
        .share_table.table.list tbody tr:nth-child(odd) td {
            background-color: rgb(212 239 255 / 92%);
        }
        
        @media screen and (max-width:980px) {
            .title_pin {
                font-size: 30px;
            }
        }
        
        @media screen and (max-width:768px) {
            .title_pin {
                height: 42px;
                font-size: 26px;
                clear: both;
                overflow: hidden;
            }
            .pin_dec {
                float: none;
                width: 100%;
                padding: 20px 40px;
                background: #fdffe1;
            }
            .pin_way .share_qrcode {
                float: left;
                width: 100%;
                padding-left: 0;
            }
            .step_title span {
                display: inline-block;
                background: #ff7a00;
                width: 24px;
                height: 24px;
                border-radius: 5px;
                color: #fff;
                margin-right: 10px;
                font-size: 18px;
                line-height: 24px;
            }
            /* .step {
                float: left;
                width: calc(100% / 3);
            } */
            .pin_dec {
                padding: 20px 20px;
            }
            .step img {
                display: block;
                margin: 20px auto;
                width: 80px;
            }
        }
        
        @media screen and (max-width:480px) {
            .title_pin {
                height: 36px;
                font-size: 24px;
            }
            .share_details .text-left i {
                display: block;
            }
            .share_title {
                text-align: center;
                font-size: 18px;
                color: #fff;
            }
            .share_details .text-left {
                display: flex;
                line-height: 40px;
                align-items: self-start;
            }
            .step_title {
                font-size: 18px;
            }
            .content {
                padding: 0 !important;
            }
            .heading-title {
                font-size: 18px;
            }
        }
        /* 賬戶信息 */
        
        .account_edit .form-group label {
            /* width: 100px; */
            font-size: 16px;
        }
        
        .account_edit .form-group label+div {
            width: 20%;
            float: left;
        }
        
        .account_edit .form-group {
            margin-bottom: 10px !important;
        }
        
        .account_edit input[type='text'],
        .account_edit input[type='text'],
        .account_edit input[type='email'],
        .account_edit input[type='password'],
        .account_edit input[type='tel'],
        .account_edit textarea {
            border: 1px solid #c7c7c7;
            box-shadow: none;
            line-height: 30px;
        }
        
        .account_edit fieldset {
            max-width: 500px;
            margin: 20px auto;
            padding: 20px;
            /* box-shadow: 0 2px 8px #ccc; */
            border-radius: 8px;
        }
        
        .birth_tip {
            padding-left: 25%;
            display: flex;
            align-items: center;
        }
        
        .birth_tip svg {
            margin-right: 5px;
        }
        
        @media screen and (max-width:768px) {
            .birth_tip {
                padding-left: 0;
                display: flex;
                align-items: center;
            }
            .account_edit fieldset {
                margin: 0;
                padding: 0;
            }
            .birthday input {
                width: 80px !important;
            }
        }
        
        @media screen and (max-width:480px) {
            .account_edit .form-group label {
                font-size: 14px;
            }
        }
        /* 订单中心 */
        
        .order-list .list td {
            text-align: center;
            background: #fff;
        }
        
        .order-list .list thead td {
            font-size: 16px;
            padding: 10px;
            background-color: rgb(245 169 0) !important;
        }
        
        .order-list .list tbody tr td:nth-child(6) {
            text-align: left;
            padding-left: 30px;
        }
        
        .route-account-order_share .order-list .list tbody tr td:nth-child(7) {
            text-align: left;
            padding-left: 30px;
        }
        .filter {
            border: solid 1px #777!important;
            border-radius: 8px;
            padding: 10px 20px!important;
            font-size: 16px!important;
            color: #777;
            transition: 0.3s all ease-out;
            margin: 0 10px;
        }
        .filter:hover{
            background-color: #68862c;
            color: #ffffff;
        }
        .filter_box{
            text-align: center;
            clear: both;
            overflow: hidden;
            line-height: 50px;
            margin: 0 auto 20px;
        }

        /* 我的积分 、我的好友*/
        
        .route-account-reward table.list tr:nth-child(odd) td,
        .route-account-friend table.list tr:nth-child(odd) td {
            background-color: #f7f7f7;
        }
        
        .route-account-reward table.list tr:nth-child(even) td,
        .route-account-friend table.list tr:nth-child(even) td {
            background-color: #f1e9e2;
        }
        /* 我的分享 */
        
        .my_share {
            margin: 20px 0;
            padding-top: 10px;
        }