@charset "UTF-8";

html,
body {
    margin: 0;
    padding: 0
}

html {
    font-size: 10px;
    color: #2D2A29
}

body {
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    line-height: 2.8rem;
    font-family: "GothamHTF", -apple-system-font, BlinkMacSystemFont, Arial, "tohoma,sans-serif";
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

a,
a:hover,
a:visited,
a:active {
    text-decoration: none;
 
    transition-duration: .3s;
    cursor: pointer
}

h1, h2, h3, h4, h5, h6, h7 {
    margin: 0;
    padding: 0;
    font-weight: 700
}

p {
    margin: 0 0 6px 0
}

ol, ul, li {
    margin: 0;
    padding: 0;
    list-style: none
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    border: none
}

svg path {
    fill: #2D2A29
}


/**
 * 2.0 Font
 *
 * --------------------------------------------------------------
 */

/*!* 2.1 Font Family *!*/
/*@font-face {*/
/*    font-family: 'GothamHTF';*/
/*    src: url('../fonts/gothamhtf-medium.eot'); !* IE9 Compat Modes *!*/
/*    src: url('../fonts/gothamhtf-medium.eot') format('embedded-opentype'), !* IE6-IE8 *! url('../fonts/gothamhtf-medium.woff') format('woff'), !* Modern Browsers *! url('../fonts/gothamhtf-medium.ttf') format('truetype'), !* Safari, Android, iOS *! url('../fonts/gothamhtf-medium.svg#gothamhtf-medium') format('svg'); !* Legacy iOS *!*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    text-rendering: optimizeLegibility*/
/*}*/

/*@font-face {*/
/*    font-family: 'GothamHTF';*/
/*    src: url('../fonts/gothamhtf-book.eot'); !* IE9 Compat Modes *!*/
/*    src: url('../fonts/gothamhtf-book.eot') format('embedded-opentype'), !* IE6-IE8 *! url('../fonts/gothamhtf-book.woff') format('woff'), !* Modern Browsers *! url('../fonts/gothamhtf-book.ttf') format('truetype'), !* Safari, Android, iOS *! url('../fonts/gothamhtf-book.svg#gothamhtf-book') format('svg'); !* Legacy iOS *!*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    text-rendering: optimizeLegibility*/
/*}*/

/*@font-face {*/
/*    font-family: 'GothamHTF';*/
/*    src: url('../fonts/gothamhtf-bold.eot'); !* IE9 Compat Modes *!*/
/*    src: url('../fonts/gothamhtf-bold.eot') format('embedded-opentype'), !* IE6-IE8 *! url('../fonts/gothamhtf-bold.woff') format('woff'), !* Modern Browsers *! url('../fonts/gothamhtf-bold.ttf') format('truetype'), !* Safari, Android, iOS *! url('../fonts/gothamhtf-bold.svg#gothamhtf-bold') format('svg'); !* Legacy iOS *!*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*    text-rendering: optimizeLegibility*/
/*}*/

/*@font-face {*/
/*    font-family: 'GTAmerica';*/
/*    src: url('../fonts/gtamerica-expandedbolditalic.eot'); !* IE9 Compat Modes *!*/
/*    src: url('../fonts/gtamerica-expandedbolditalic.eot') format('embedded-opentype'), !* IE6-IE8 *! url('../fonts/gtamerica-expandedbolditalic.woff') format('woff'), !* Modern Browsers *! url('../fonts/gtamerica-expandedbolditalic.ttf') format('truetype'), !* Safari, Android, iOS *! url('../fonts/gtamerica-expandedbolditalic.svg#gtamerica-expandedbolditalic') format('svg'); !* Legacy iOS *!*/
/*    font-style: italic;*/
/*    font-weight: 700;*/
/*    text-rendering: optimizeLegibility*/
/*}*/

.reg-sec-top .section-title {
    font-family: 'GTAmerica'
}

/**
 * 3.0 Stucture
 *
 * --------------------------------------------------------------
 */
.reg-container {
    margin-right: 5%;
    margin-left: 5%
}

.xs-container {
    margin: 0 12.678%;
}

.row:before,
.row:after,
.mul-col:before,
.mul-col:after {
    display: table;
    content: " "
}

.row:after,
.mul-col:after {
    clear: both
}

.reg-container .row {
    margin-right: -2.143%;
    margin-left: -2.143%
}

.xs-container .row {
    margin-right: -1.607%;
    margin-left: -1.607%
}

.span-12 {
    width: 100%
}

.span-11 {
    width: 91.667%
}

.span-10 {
    width: 83.333%
}

.span-9 {
    width: 75%
}

.span-8 {
    width: 66.667%
}

.span-7 {
    width: 58.333%
}

.span-6 {
    width: 50%
}

.span-5 {
    width: 41.667%
}

.span-4 {
    width: 33.333%
}

.span-3 {
    width: 25%
}

.span-2 {
    width: 16.667%
}

.span-1 {
    width: 8.333%
}

.reg-container .span-1,
.reg-container .span-2,
.reg-container .span-3,
.reg-container .span-4,
.reg-container .span-5,
.reg-container .span-6,
.reg-container .span-7,
.reg-container .span-8,
.reg-container .span-9,
.reg-container .span-10,
.reg-container .span-11,
.reg-container .span-12 {
    float: left;
    clear: none;
    padding-right: 2.143%;
    padding-left: 2.143%
}

.xs-container .span-1,
.xs-container .span-2,
.xs-container .span-3,
.xs-container .span-4,
.xs-container .span-5,
.xs-container .span-6,
.xs-container .span-7,
.xs-container .span-8,
.xs-container .span-9,
.xs-container .span-10,
.xs-container .span-11,
.xs-container .span-12 {
    float: left;
    clear: none;
    padding-right: 1.607%;
    padding-left: 1.607%
}

.item-aligncenter {
    margin-right: auto;
    margin-left: auto
}


h3.we-sec-title {
    position: relative;
    margin-bottom: 56px;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -1px;
    text-transform: uppercase;
    padding-left: 26px;
    margin-bottom: 56px;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -1px;
    text-transform: uppercase;
    padding-left: 26px;
    font-family: "GTAmerica"
}

h3.we-sec-title:before {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: solid #E1523D 5px;
    content: " ";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.article-service-list {
    background-color: #F6F7FA;
    padding-top: 72px;
    padding-bottom: 72px
}

.article-service-list .box-core {
    background-color: #ffffff;
    box-shadow: 0 12px 12px 0 rgba(45, 42, 41, 0.05);
}

.article-service-list .row {
    margin-right: -16px;
    margin-left: -16px;
}

.article-service-list .reg-container .row .span-3 {
    padding-left: 16px;
    padding-right: 16px
}

.article-service-list .service-item .des {
    padding: 18px 24px 24px
}

.article-service-list .service-item h4 {
    font-size: 16px;
    line-height: 24px;
    color: #B3B5B9;
    font-weight: 500
}

.article-service-list .service-item h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #2D2A29;
    margin-bottom: 24px
}


/**
 * 5.0 Controller
 *
 * --------------------------------------------------------------
 */
input[type="file"] {
    padding: 0;
    border: none
}

input[type="submit"] {
    padding: 0;
    border: none;
    width: auto
}

input[type="submit"],
.btn {
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-family: "GothamHTF", -apple-system-font, BlinkMacSystemFont, Arial, "tohoma,sans-serif";
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer
}

input[type="submit"],
.btn-primary,
a.btn-primary {
    display: inline-block;
    padding: 15px 52px;
    color: #FFFFFF;
    background-color: #E1523D;
    border: #E1523D solid 1px;
    text-transform: uppercase;
    font-weight: 500
}

input[type="submit"]:visited,
.btn-primary:visited,
a.btn-primary:visited {
    background-color: #BD2C17 !important;
    border: #BD2C17 solid 1px !important;
}


input[type="submit"]:hover,
.btn-primary:hover,
a.btn-primary:hover {
    background-color: #BD2C17;
    border: #BD2C17 solid 1px;
}

input[type="submit"]:active,
.btn-primary:active,
a.btn-primary:active {
    background-color: #BD2C17 !important;
    border: #BD2C17 solid 1px !important;
}


button.btn-primary:focus {
    background-color: #BD2C17 !important;
    border: #BD2C17 solid 1px !important;
    outline: none !important;
}



.btn-primary.btn-smaller,
.btn-secondary.btn-smaller {
    padding: 7px 24px;
}

.btn-secondary,
a.btn-secondary {
    display: inline-block;
    margin: 0 12px;
    padding: 15px 52px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    color: #FFFFFF;
    background: none;
    border: solid 1px #ffffff;
}

.btn-secondary:hover,
a.btn-secondary:hover {
    background-color: #ffffff;
    color: #2D2A29
}

input {
    width: 100%;
    color: #2D2A29;
    padding: 9px 18px;
    font-size: 1.4rem;
    line-height: 2.2rem;
    border: #E9EAED solid 1px;
    border-radius: 2px;
    outline: none;
}

textarea {
    width: 100%;
    color: #2D2A29;
    padding: 9px 18px;
    font-size: 1.4rem;
    line-height: 2.2rem;
    border: #E9EAED solid 1px;
    border-radius: 2px;
    outline: none;
    height: 120px
}

.contr-group {
    margin-bottom: 24px
}

.contr-group .contr-head {
    margin-bottom: 6px;
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 500;
    color: #B3B5B9
}

.modal-opened {
    overflow: hidden
}

.panel-menu-service {
    margin-bottom: 36px
}


/**
 * Header
 *
 * --------------------------------------------------------------
 */
#header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000
}

/* Topbar */
#topbar {
    padding-right: 64px;
    padding-left: 42px;
    height: 4.2rem;
    font-size: 1.2rem;
    line-height: 4.2rem;
    text-align: right;
    background-color: #F6F7FA
}

#topbar > .top-item {
    display: inline-block;
    overflow: hidden;
    margin-left: 36px;
    height: 42px;
}

#topbar > .top-item > a {
    display: block
}

#topbar .top-icon,
#topbar .top-text {
    float: left;
    clear: none
}

#topbar .top-icon {
    display: inline-block;
    width: 42px;
    height: 42px
}


#sign {
    padding: 36px 64px 36px 42px;
    background-color: #FFFFFF
}

#sign:before,
#sign:after {
    display: table;
    content: " "
}

#sign:after {
    clear: both
}

#sign .site-branding {
    overflow: hidden;
    float: left;
    clear: none;
    width: 212px;
    height: 36px
}

#sign .brand-text {
    position: absolute;
    top: -500px;
    left: -1000px
}

#sign .logo-gra1 {
    fill: #E1523D
}

#sign .logo-gra2 {
    fill: #2D2A29
}

.site-access {
    float: right;
    padding-top: 2px;
    font-size: 1.4rem;
    line-height: 2.2rem
}

.site-access > ul#primary-menu,
.site-access > a.btn-quote,
.site-acccess > span.menu-switcher {
    float: left;
    clear: none
}

.site-access > ul#primary-menu {
    padding-top: 10px
}

.site-access > a.btn {
    margin-top: 3px;
    margin-left: 16px
}

.site-access > a.btn-secondary {
    color: #E1523D;
    border-color: #E1523D
}

.site-access > a.btn-secondary:hover {
    background-color: #BD2C17;
    border-color: #BD2C17;
    color: #ffffff
}

#primary-menu > li {
    position: relative;
    float: left;
    margin-right: 36px;
    font-weight: 500;
    text-transform: uppercase
}

#primary-menu > li > .sub-menu {
    display: none;
    position: absolute;
    top: 22px;
    left: -24px;
    width: 280px;
    background-color: #ffffff;
    padding: 32px 24px 4px
}

#primary-menu > li:hover > .sub-menu {
    display: block
}

#primary-menu > li > .sub-menu .menu-item {
    margin-bottom: 12px
}

#primary-menu .menu-item-30 {
    display: none
}

.menu-switcher {
    display: none;
    width: 42px;
    height: 42px;
    cursor: pointer
}

.menu-line {
    fill: none;
    stroke: #2D2A29;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-miterlimit: 10
}

.site-access #primary-menu a {
    position: relative;
    color: #2D2A29;
    transition: .3s
}

.site-access #primary-menu a:hover,
.site-access #primary-menu a:active
.site-access #primary-menu a:visited {

    color: #E1523D;
}

.site-access #primary-menu .current-menu-item a {
    color: #E1523D;
}

.site-access #primary-menu .current-menu-item a:after {
    display: table;
    content: " ";
    position: absolute;
    bottom: -6px;
    width: 36px;
    height: 2px;
    background-color: #E1523D
}

#access-panel {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    background-color: #2D2A29
}

#access-panel.access-closed {
    display: none
}

#access-panel,
#access-panel a {
    color: rgb(255, 255, 255)
}

.panel-body .item-head {
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase
}

.panel-body .panel-menu {
    font-size: 32px;
    line-height: 52px;
    font-weight: 500
}

.top-wrap,
.body-wrap {
    padding: 78px 64px 56px 42px
}

.panel-logo {
    width: 212px;
    height: 36px;
    overflow: hidden
}

.panel-logo a {
    display: block;
}

.panel-logo .logo-gra1 {
    fill: #E1523D
}

.panel-logo .logo-gra2 {
    fill: #ffffff
}

@media (min-width: 1366px) {
    #header,
    #sign {
        transition: .5s
    }

    #header.headroom--top,
    #header.headroom--not-top.headroom--pinned {
        top: 0
    }

    #header.headroom--not-top {
        top: -42px
    }

    #header.headroom--top #sign,
    #header.headroom--not-top.headroom--pinned #sign {
        padding-top: 36px;
        padding-bottom: 36px
    }

    #header.headroom--not-top #sign {
        padding-top: 12px;
        padding-bottom: 12px
    }

    #header.headroom--top .reg-container {
        box-shadow: 0 8px 8px 0 rgba(135, 137, 141, 0)
    }

    #header.headroom--not-top .reg-container {
        box-shadow: 0 8px 8px 0 rgba(135, 137, 141, .03);
    }

}

/**
 * Footer
 *
 * --------------------------------------------------------------
 */
.foot-flyer {
    position: relative;
    padding-top: 118px;
    padding-bottom: 118px;
    color: #ffffff;
    text-align: center;
    background-image: url(../images/foot-bg.jpg);
    background-size: cover;
    background-position: center center
}

.foot-flyer:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(45, 42, 41, .5)
}

.foot-flyer:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    opacity: .1;
    background-image: url(../images/point-bg.png);
    background-size: 70px 60px
}

.foot-flyer-content {
    position: relative;
    z-index: 10;
    padding-right: 24px;
    padding-left: 24px
}

.foot-flyer h2 {
    margin: 0 auto 56px;
    max-width: 980px;
    font-size: 4.2rem;
    line-height: 5.6rem;
    letter-spacing: -0.15rem;
}

/* Foot Main */
#site-footer {
    padding: 56px 0 36px;
    font-size: 14px;
    line-height: 22px;
}

#site-footer .foot-menu > li {
    margin-bottom: 8px
}

#site-footer .foot-widget-title {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #B3B5B9
}

#site-footer .foot-colophon {
    margin-top: 56px
}

#site-footer .foot-colophon .foot-copy {
    float: left;
    clear: none;
    margin-right: 72px
}

#site-footer .foot-colophon .foot-links {
    float: left;
    clear: none;
}

#site-footer .foot-colophon .foot-links .foot-links-box > li {
    float: left;
    clear: none;
    margin-right: 32px
}

#site-footer .foot-colophon .foot-social {
    float: right;
    clear: none;
}

/**
 * Homepage
 *
 * --------------------------------------------------------------
 */

.home-hero .hero-slogan {
    padding-right: 8%;
    padding-left: 7.857%;
    width: 64%;
}

.home-hero .hero-slogan h1 {
    color: #FFFFFF;
    font-size: 5.6rem;
    line-height: 5.8rem;
    font-weight: 700
}

/* Home Quote */
.hero-quote {
    display: block;
    width: 36%;
    background-color: #ffffff;
}

.hero-quote-tab {
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-weight: 500;
    color: #B3B5B9;
    background-color: #F6F7FA
}

.hero-quote-tab > li {
    float: left;
    padding: 13px 36px 15px;
    border-top: solid 2px #F6F7FA;
    cursor: pointer
}

.hero-quote-tab > li.current {
    color: #2D2A29;
    background-color: #ffffff;
    border-top-color: #E1523D
}

.hero-quote-container {
    padding: 24px 32px 36px
}

.hero-quote-item .quote-des {
    margin-bottom: 3.6rem
}

.hero-quote .quote-opts {
    margin: 0 -12px 12px -12px
}

.hero-quote .quote-opts .contr-group {
    float: left;
    clear: none;
    padding-right: 12px;
    padding-left: 12px;
    width: 50%
}

.hero-quote .quote-opts .contr-group .input-group {
    width: 100%;
    border: #E9EAED solid 1px;
    border-radius: 2px;
    display: flex;
    color: #B3B5B9;
    font-size: 12px;
    line-height: 20px
}

.hero-quote .quote-opts .contr-group .input-group input {
    border: none;
    width: 40%;
    padding: 8px 18px
}

.hero-quote .quote-opts .contr-group .input-group span.plus {
    width: 4%;
    text-align: center;
    display: inline-block;
    line-height: 40px
}

.hero-quote .quote-opts .contr-group .input-group span.unit {
    width: 16%;
    display: inline-block;
    line-height: 40px
}

.hero-quote-item select,
.selection-items select {
    width: 100%;
    line-height: 22px;
    font-size: 14px;
    padding: 9px 18px;
    border: #E9EAED solid 1px;
    border-radius: 2px;
    -webkit-appearance: none;
    background-image: url(../images/select-arrow.png);
    background-size: 42px 42px;
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
    /*color:#B3B5B9;*/
}

/* Home Service */
.home-ser-list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.607%;
    margin-left: -1.607%
}

.home-ser-list .home-ser-item {
    margin-bottom: 36px;
    padding-right: 1.607%;
    padding-left: 1.607%;
    width: 50%;

}

.home-ser-list .home-ser-item .ser-box {
    position: relative;
    height: 20.238vw;
    background-color: #ffffff;
    box-shadow: 0 12px 12px 0 rgba(45, 42, 41, .03);
}

.home-ser-list .home-ser-item .ser-box .ser-pic {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2
}

.home-ser-list .home-ser-item:nth-child(1) .ser-box .ser-pic,
.home-ser-list .home-ser-item:nth-child(2) .ser-box .ser-pic {
    right: 10%
}

.home-ser-list .home-ser-item:nth-child(3) .ser-box .ser-pic,
.home-ser-list .home-ser-item:nth-child(4) .ser-box .ser-pic {
    left: 10%
}

.home-ser-list .home-ser-item .ser-box .ser-pic img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    transform: scale(1.15, 1.15)
}

.home-ser-list .home-ser-item .ser-box .ser-cont {
    position: absolute;
    z-index: 3;
    width: 50%
}

.home-ser-list .home-ser-item:nth-child(1) .ser-box .ser-cont,
.home-ser-list .home-ser-item:nth-child(2) .ser-box .ser-cont {
    right: 24px;
    bottom: 24px
}

.home-ser-list .home-ser-item:nth-child(3) .ser-box .ser-cont,
.home-ser-list .home-ser-item:nth-child(4) .ser-box .ser-cont {
    left: 24px;
    bottom: 24px
}

.home-ser-list .home-ser-item:nth-child(2),
.home-ser-list .home-ser-item:nth-child(4) {
    transform: translateY(-72px)
}

.home-ser-list .home-ser-item .ser-des {
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 24px;
    color: #B3B5B9;
    font-weight: 700
}

.home-ser-list .home-ser-item .ser-title {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700
}

.home-ser-list .home-ser-item .text-link {
    position: relative;
    display: inline-block;
    padding-right: 44px;
    font-size: 14px;
    line-height: 20px;
    color: #E1523D;
    font-weight: 700;
    text-transform: uppercase
}

.home-ser-list .home-ser-item .text-link:after {
    position: absolute;
    top: 9px;
    right: 0;
    display: block;
    content: " ";
    background-color: #E1523D;
    width: 32px;
    height: 2px;
}

.home-ser-list .home-ser-item:hover .ser-box {
    background-color: #E1523D
}

.home-ser-list .home-ser-item:hover .ser-box:after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: .1;
    background-image: url(../images/point-bg.png);
    background-size: 70px 60px
}

.home-ser-list .home-ser-item .text-link:after {
    background-color: #ffffff
}

.home-ser-list .home-ser-item:hover .ser-des,
.home-ser-list .home-ser-item:hover .ser-title,
.home-ser-list .home-ser-item:hover .text-link {
    color: #ffffff
}

.home-ser-list .home-ser-item:hover .ser-box .ser-pic img {
    transform: scale(1, 1)
}

.home-ser-list .home-ser-item .ser-box,
.home-ser-list .home-ser-item .ser-des,
.home-ser-list .home-ser-item .ser-title,
.home-ser-list .home-ser-item .text-link,
.home-ser-list .home-ser-item .text-link:after,
.home-ser-list .home-ser-item .ser-box .ser-pic img {
    transition: .3s
}

#home-orders {
    padding-top: 118px;
    padding-bottom: 118px;
    background-color: #F6F7FA
}

#home-orders .order-des .des-impor {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 36px;
    font-style: italic;
    font-weight: 500
}

#home-orders .order-des .des-reg {
    margin-bottom: 56px
}

#home-orders .order-total {
    display: flex
}

#home-orders .order-total .total-item {
    width: 50%
}

#home-orders .order-total .total-item .number {
    font-size: 52px;
    line-height: 72px;
    letter-spacing: -0.8px;
    font-family: 'GTAmerica';
    color: #E1523D
}

#home-orders .order-total .total-item .des {
    text-transform: uppercase;
    font-weight: 500
}

#home-orders .right-box {
    padding-left: 3vw
}

.home-order-list .order-item {
    display: flex;
    padding: 16px 0;
    border-bottom: #E9EAED solid 1px
}

.home-order-list .order-item .time {
    width: 20%
}

.home-order-list .order-item .country {
    width: 30%
}

.home-order-list .order-item .consumer {
    width: 28%
}

.home-order-list .order-item .price {
    width: 22%
}


/**
 * Pages
 *
 * --------------------------------------------------------------
 */
.page-top {
    padding-top: 228px;
    background-color: #E9EAED
}

.crumb {
    margin-bottom: 16px;
    margin-left: -32px;
    font-size: 14px;
    line-height: 22px
}

.page-top .page-title {
    margin-bottom: 36px;
    font-size: 56px;
    line-height: 58px
}

.page-w-part {
    height: 118px;
    background-color: #ffffff;
    display: none
}


/**
 * Blog
 *
 * --------------------------------------------------------------
 */
.xs-container .article-list,
.xs-container .pagination-wrapper {
    float: none;
    margin: 0 auto
}

.article-list .article-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 36px;
    padding-bottom: 36px;
    border-bottom: #E9EAED solid 1px;
}

.article-list .article-item .post-thumb {
    width: 38%
}

.article-list .article-item .post-thumb img{
    width: 100%
}

.article-list .article-item .post-info {
    width: 62%;
    padding-left: 36px
}

.article-list .article-item h3.entry-title {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 24px
}

.article-list .article-item .entry-des {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 24px
}

.article-list .article-item .entry-more a {
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    color: #E1523D;
    padding-left: 0
}

.article-list .article-item .entry-more a:after {
    position: absolute;
    top: 13px;
    right: -44px;
    display: table;
    content: " ";
    width: 32px;
    height: 2px;
    background-color: #E1523D
}

.post-separator {
    color: #E9EAED;
    border-color: #ffffff;
}

.archive .article-area {
    margin-bottom: 118px
}

.page-top .page-title {
    padding-bottom: 24px;
}


.article-area .article-left .post,
.article-area .article-right {
    margin-bottom: 118px
}

.article-area .row {
    position: relative;
    display: block
}

.article-area .article-right {
    position: sticky;
    top: 118px
}

.article-top {
    margin-bottom: 116px
}

h1.entry-title {
    margin-bottom: 56px;
    font-size: 36px;
    line-height: 40px;
}

.entry-cover {
    margin-bottom: 36px
}

.entry-cover img {
    width: 100%
}

.entry-description {
    background-color: #F6F7FA;
    border: #E9EAED solid 1px;
    padding: 16px 32px
}

.entry-description br {
    margin-bottom: 16px
}

.author-info {
    background-color: #F6F7FA;
    padding: 24px 24px 56px
}

.author-avatar {
    margin: 0 auto 12px;
    text-align: center;
    width: 130px;
    border: #E1523D solid 2px;
    border-radius: 50%;
    padding: 4px;
    overflow: hidden;
}

.author-avatar .avatar-box {
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden

}

.author-name {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-align: center
}

.author-des {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 36px
}


.type-post .entry-content h2 {
    margin-top: 118px;
    margin-bottom: 36px;
}

.type-post .entry-content h3 {
    margin-top: 56px;
    margin-bottom: 24px;
}

.type-post .entry-content h4 {
    margin-top: 56px;
    margin-bottom: 16px;
}

.type-post .entry-content h2 {
    font-size: 28px;
    line-height: 34px;
}

.type-post .entry-content h3 {
    font-size: 20px;
    line-height: 30px
}

.type-post .entry-content h4 {
    font-size: 16px;
    line-height: 28px
}

.type-post .entry-content p,
.type-post .entry-content ul,
.type-post .entry-content ol {
    margin-bottom: 16px
}

.type-post .entry-content a,
.type-post .entry-content a:active,
.type-post .entry-content a:visited {
    color: #E1523D;
    text-decoration: underline;
}

.type-post .entry-content a:hover {
    color: #E1523D;
    text-decoration: none
}

.type-post .entry-content ul,
.type-post .entry-content ol {
    margin-left: 15px;
}

.type-post .entry-content ul li {
    list-style: disc
}

.type-post .entry-content ol li {
    list-style: decimal
}

.type-post .entry-content blockquote {
    margin: 0 0 16px 0;
    padding-left: 24px;
    border-left: #E9EAED solid 4px
}

.type-post .entry-content blockquote p {
    margin: 0
}

.type-post .entry-content .wp-block-group {
    margin-top: 56px
}

.type-post .entry-content figure {
    margin: 56px 0
}

.type-post .entry-content figure figcaption {
    font-size: 14px;
    line-height: 20px;
    color: #87898D;
    text-align: left
}

.page-template-page-regular .type-post {
    margin-right: auto;
    margin-left: auto
}

.close-line {
    fill: none;
    stroke: #ffffff;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.panel-close-switcher {
    width: 42px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

.panel-top .mul-col {
    position: relative
}

.pagination .screen-reader-text {
    display: none
}

.page-numbers {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 20px;
    margin-right: 4px
}

a.page-numbers {
    border: #e9eaed solid 1px;
    border-radius: 2px;
    transition: .3s
}

a.page-numbers:hover {
    border: #e1523d solid 1px;
    background-color: #e1523d;
    color: #ffffff;
}

.page-numbers.current {
    border: #e1523d solid 1px;
    background-color: #e1523d;
    color: #ffffff;
    font-weight: 500;
    border-radius: 2px
}

a.page-numbers.prev,
a.page-numbers.next {
    border-color: #ffffff;
    padding-right: 0;
    padding-left: 0;
    margin-right: 12px
}

a.page-numbers.next {
    margin-left: 12px
}

a.page-numbers.prev:hover,
a.page-numbers.next:hover {
    background: none;
    color: #e1523d
}

.page-numbers.placeholder {
    display: inline-block;
    color: #b3b5b9;
    padding-right: 0;
    padding-left: 0;
    margin-right: 12px;
}

.page-numbers.placeholder.next {
    margin-left: 12px
}

.error-msg {
    color: #e1523d;
    border: 1px solid #e1523d;
    border-radius: 10px;
    padding: 10px;
    margin: 10px auto;
    background: #e9eaed;
    display: none;
}

.foot-widget-newsletter .newletter-form-des {
    width: 70%;
    margin-bottom: 24px
}

.foot-widget-newsletter .input {
    margin-bottom: 16px
}


.modal#asideModal .modal-dialog {
    margin: 0 0 0 auto;
}

.aside-modal-content {
    height: 100vh;
}

.modal.show .modal-dialog {
    /*height: ;*/
}

.modal-body {
    padding: 48px 32px 0px 32px;
    /*padding: 0;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.modal-body .modal-title {
    display: flex;
    justify-content: space-between;
    /*padding-bottom: 24px;*/
}

#modal-detail-div {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


#modal-detail-div .modal-main::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}

#modal-detail-div .modal-main {
    flex: 1;
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
    overflow-x: hidden;
    overflow-y: scroll;
}


.modal-body .modal-title .close {
    font-size: 5.5rem;
    font-weight: 100;
    color: #2d2a29;
    position: relative;
}

.modal-body .modal-title h1 {
    font-size: 28px;
    line-height: 34px;
    padding-bottom: 4px;
    box-sizing: content-box;
    position: relative;
}

.modal-body .modal-title h1::before {
    content: "";
    position: absolute;
    top: 40px;
    background-color: #e1523d;
    height: 4px;
    width: 52px;
}

.modal-content .load-status {
    display:none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
}

.modal-content .loading {
    display:block;
}
.modal-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0px 24px 0px;
    /*background-color: #f6f7fa;*/
}

.modal-bottom .main-price {
    margin-left: 24px;
}

#asideModal .product-items {
    margin: 72px 0 0 0;
}

#asideModal .cart-item {
    padding: 18px 0;
    border-bottom: 1px solid #e9eaed;

}

#asideModal .cart-item .cart-item-base {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

#asideModal .cart-item .cart-item-base .base-info-section {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
    color: #2d2a29;
}

#asideModal .cart-item .cart-item-base .base-info-section.delete-section {
    width: 20%;
    max-width: 150px;
}

#asideModal .cart-item .cart-item-base .base-info-section .product-name {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    align-self: flex-start;
}

#asideModal .cart-item .cart-item-base .base-info-section .product-base {
    font-size: 12px;
    line-height: 20px;
    align-self: flex-start;
}

#asideModal .cart-item .cart-item-base .base-info-section .number-input {
    align-self: center;
}

#asideModal .cart-item .remove-btn {
    height: 20px;
    color: #e1523d;
    font-size: 12px;
    border: none;
    cursor: pointer;
    background-color: #ffffff;
    text-decoration: underline;
}


#asideModal .cart-item .cart-item-base .base-info-section .item-price {
    color: #e1523d;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    height: 20px;
}

#asideModal .cart-item .cart-item-base .base-info-section .open-detail-control {
    color: #e1523d;
    font-size: 12px;
    /*line-height: 20px;*/
    height: 20px;
    cursor: pointer;
    margin: 0;
    border-bottom: 1px solid #e1523d;
}

#asideModal .product-detail {
    margin: 24px 0 18px 0;
    font-size: 12px;
    display: none;
}

#noticeModal .custom-modal-header {
    border-bottom: none;
}

/*#noticeTipModal .modal-content {*/
/*	height: 196px;*/
/*}*/

#noticeTipModal .modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 0;
}

#noticeTipModal .secondary-btn {
    background: none;
    color: #E1523D;
    border: #E1523D solid 1px;
    padding: 15px 52px;
}


#noticeTipModal .query-order-section {
    padding-bottom: 36px;
}

#noticeTipModal .close span {
    padding: 10px;
    font-size: 50px;
    font-weight: 100;
    float: right;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: #2d2a29;
}

#noticeTipModal .close {
    position: absolute;
    top: -3px;
    right: 0;
}


.number-input .reduce-btn {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #2d2a29;
    font-size: 22px;
    text-align: center;
    border-left: 1px solid #e9eaed;
    border-top: 1px solid #e9eaed;
    border-bottom: 1px solid #e9eaed;
    cursor: pointer;
    user-select: none
}

.number-input .add-btn {
    display: inline-block;
    width: 36px;
    height: 36px;
    color: #2d2a29;
    line-height: 36px;
    font-size: 22px;
    text-align: center;
    border-right: 1px solid #e9eaed;
    border-top: 1px solid #e9eaed;
    border-bottom: 1px solid #e9eaed;
    cursor: pointer;
    user-select: none
}

.btn-disabled {
    opacity: .5;
    background-color: #f6f7fa;
}


.modal-body h2 {
    padding-bottom: 18px;
}

.modal-body .delivery-detail {
    font-size: 16px;
    line-height: 24px;
    color: #2d2a29;
    margin-top: 56px;
}

.modal-body .delivery-detail .delivery-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.modal-body .delivery-detail .delivery-title .delivery-edit-btn {

    color: #e1523d;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
}


.modal-body .modal-main .custom-coupon {
    width: 100%;
    margin-top: 36px;
}

#asideModal .modal-body .coupon-code-container {
    width: 100%;
}

.modal-body .modal-main .custom-coupon .validate_msg {
    margin-top: 6px;
    font-size: 12px;
    line-height: 20px;
}


.modal-body .modal-main .shipping-info {
    width: 100%;
    margin-top: 56px;
}

.modal-body .modal-main .custom-coupon input {
    display: inline-block;
    float: left;
    border-right: none;
    width: 85%;
    background-color: #f6f7fa;
    border-top: solid 1px #e9eaed;
    border-bottom: solid 1px #e9eaed;
    border-left: solid 1px #e9eaed;
}

.modal-body .modal-main .custom-coupon #coupon-apply {
    display: inline-block;
    float: left;
    border-left: none;
    border-top: solid 1px #e9eaed;
    border-bottom: solid 1px #e9eaed;
    border-right: solid 1px #e9eaed;
    background-color: #f6f7fa;
    color: #e1523d;
    width: 15%;
    height: 42px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
    min-width: 64px;
    font-weight: 200;
}

.modal-body .modal-main .price-detail-div {
    border-top: 1px solid #e9eaed;
    margin-top: 96px;
    width: 50%;
    min-width: 280px;
    float: right;
}

.modal-body .modal-main .price-detail-div .table-column-between {
    height: 38px;
}

.modal-body .modal-main .price-detail-div .total-price {
    display: flex;
    margin-top: 18px;
    justify-content: flex-end;
}

.modal-body .modal-main .price-detail-div .total-price span {
    line-height: 28px;
    height: 28px;
}

.modal-body .modal-main .price-detail-div .total-price span:last-child {
    margin-left: 24px;
}


.product-detail .product-detail-content {
    margin-top: 18px;
    border: 1px solid #e9eaed;
}

.product-detail .product-detail-content .table-column {
    height: 39px;
    line-height: 39px;
    border-bottom: 1px solid #e9eaed;
}

.product-detail .product-detail-content .table-column span {
    display: inline-block;
    overflow: hidden;
    height: inherit;
}

.product-detail .product-detail-content .table-column span:first-child {
    padding-left: 24px;
    width: 50%;
    color: #b3b5b9;
}

.product-detail .product-detail-content .table-column span:last-child {
    color: #2d2a29;
}

.puji-table-vertical {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.puji-table-vertical .table-column {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.puji-table-vertical .table-column-between {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.puji-table-vertical .column-border-bottom {
    border-bottom: solid 1px #e9eaed;
}

.puji-table-vertical .puji-table-header {
    color: #b3b5b9;
}


#delivery-info-div {
    display: none;
}


.custom-select {
    padding-left: 18px !important;
}

#topbar .open-cart-btn {
    background-color: transparent;
    border: none;
    display: inline-block;
    position: relative;
    padding: 0;
}

#asideModal input:not([type=submit]),
#asideModal select {
    height: 42px;
}

#asideModal textarea,
#asideModal input,
#asideModal select {
    border: solid 1px #e9eaed;
    outline: none;
}

#asideModal select:focus,
#asideModal input:focus,
#asideModal textarea:focus {
    outline: none;
    border-radius: 2px;
    box-shadow: 0 12px 12px 0 rgba(45, 42, 41, 0.05);
}

#asideModal input:disabled {
    background-color: #f6f7fa;
}

#asideModal .input-require {
    color: #e1523d;
    margin-left: 6px;
}

#asideModal [type="submit"],
#asideModal button,
#asideModal .button {
    background-color: #e1523d;
    border: #e1523d 1px solid;
    color: #ffffff;
    border-radius: 0;
    font-weight: 500
}

#asideModal .blank-button {
    background: none;
    border: none;
    color: #e1523d;
    border-radius: 0;
    font-weight: 500;
    padding: 0;
    margin-top: 18px;
    text-decoration: underline;
}

#asideModal [type="submit"]:disabled,
#asideModal button:disabled,
#asideModal .button:disabled {
    opacity: 0.5;
}

#asideModal textarea {
    resize: none;
}

#asideModal .main-btn {
    display: block;
    padding: 15px 52px;
}

#asideModal .small-btn {
    display: block;
    padding: 7px 24px;
}

#asideModal .secondary-phrase {
    font-size: 12px;
    line-height: 28px;
    color: #b3b5b9;
}

#asideModal .main-price {
    color: #e1523d;
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
}

#asideModal .number-input {
    display: flex;
    flex-direction: row;
    height: 36px;
    min-width: 108px;
    width: 60%;
}

#asideModal .number-input input.cart-quantity {
    height: 36px;
    padding: 0 2px;
    text-align: center;
    flex: 1;
    border-radius: 0px;
}

#asideModal .form-row {
    margin-left: 0;
    margin-right: 0;
}

.foot-social {
    margin-top: -10px
}

.foot-social .social-list {
    display: flex
}

.foot-social .social-item {
    margin-left: 4px;
    width: 42px;
    height: auto;
}

.foot-social .social-item a {
    display: block
}


#query-order-section {
    padding: 32px 0 36px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

#query-order-section .notice-tip {
    font-size: 16px;
    line-height: 28px;
}

#query-order-section .buttom-line {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 72%;
}

#query-order-section .buttom-line .secondary-btn {
    background: none;
    color: #E1523D;
    border: #E1523D solid 1px;
    padding: 15px 52px;
}

.control-div {
    width: 80px;
}

.control-div .open-control {
    display: block;
    margin: 0 auto;
    text-align: end;
    color: #2d2a29;
    font-size: 14px;
    cursor: pointer;
}

.control-div .open-control::before {
    content: 'Detail +';
}

.control-div .opened::before {
    content: 'Hiden -';
}

.section-opened {
    display: block !important;
    opacity: 1 !important;
}

.service-item .cta-link {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #e1523d;
    position: relative;
    display: inline-block
}

.service-item .cta-link:after {
    position: absolute;
    top: 9px;
    right: -44px;
    width: 32px;
    height: 2px;
    background-color: #e1523d;
    display: table;
    content: " "
}

.pcb-notice-tip {
    margin-top: 18px;
    background-color: #e1523d;
    border-radius: 2px;
    color: #ffffff;
    font-size: 12px;
    margin-left: 16px;
    padding: 0px 18px;
    height: 32px;
    line-height: 32px;
    position: relative;
    opacity: 0;
    transition: .5s;
}

.pcb-notice-tip-left:before {

    content: '';
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent #e1523d transparent transparent;
    position: absolute;
    top: 8px;
    left: -16px;
}

.pcb-notice-tip-up:before {

    content: '';
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #e1523d transparent;
    position: absolute;
    top: -16px;
    left: 8px;
}

.form-group input:disabled + label {
    opacity: .5;
}

.cart-count-tip {
    display: inline-block;
    color: #ffffff;
    background-color: #e1523d;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    text-align: center;
    line-height: 18px;
    position: absolute;
    left: 30px;
    top: 0px;
    opacity: 1;
}

.cart-count-tip:empty {
    opacity: 0;
}

.cart-new-tip {
    display: inline-block;
    color: #ffffff;
    background-color: #e1523d;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    text-align: center;
    line-height: 18px;
    position: relative;
    left: -50vw;
    top: -50vh;
    opacity: 0;
}


/*自定义scrollbar*/
.mCSB_scrollTools.mCS-pcb-scrollbar .mCSB_dragger .mCSB_dragger_bar {
    background-color: #2d2a29;
    opacity: .1;
    width: 8px;
}

.mCSB_scrollTools.mCS-pcb-scrollbar .mCSB_dragger {
    height: 264px;
    max-height: 264px;
    min-height: 264px;
}

.mCSB_scrollTools.mCS-pcb-scrollbar .mCSB_draggerRail {
    background-color: #ffffff;
}

/*用户激活页面*/
.tml-activate .tml-alerts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 56px;
    margin: 118px auto;
    width: 70%;
    margin-top: 274px;
    background-color: #ffffff;
    box-shadow: 0 12px 12px 0 rgba(45, 42, 41, 0.05);

}

.tml-activate .tml-alerts:before {
    content: '';
    background-image: url("../images/activate-success.png");
    height: 108px;
    width: 108px;
    display: block;
    background-size: cover;
    margin-bottom: 36px;

}

/*.tml-activate .tml-alerts:after {*/
/*    content: 'Back to Homepage';*/
/*    background-color: #E1523D;*/
/*    display: block;*/
/*    color: #ffffff;*/
/*    padding: 15px 52px;*/
/*    font-size: 14px;*/
/*    line-height: 22px;*/
/*    text-transform: uppercase;*/
/*    font-weight: 100;*/
/*    margin-top: 56px;*/

/*}*/


.tml-activate .tml-errors:before {
    content: 'Activation Error!';
    display: block;
    font-size: 20px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    color: #2D2A29;
}

.tml-activate .tml-error,
.tml-activate .tml-message {
    margin-top: 12px;
    font-size: 16px;
    line-height: 28px;
    color: #2D2A29;
    text-align: center;
    font-weight: 200;
}

@media (max-width: 900px) {
    .tml-activate .tml-alerts {
        width: 100%;
        box-shadow: none;
    }

}

/*blog锚点*/
.anchor-table .anchor-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 53px;
}

.anchor-table .anchor-items .anchor-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 49%;
    box-shadow: 0 12px 12px 0 rgba(45, 42, 41, 0.05);
    margin-bottom: 16px;
    height: 152px;

}

.anchor-table .anchor-items .anchor-item img {
    height: 119px;
    width: 119px;
    border-radius: 50%;
    margin: 18px 0 18px 18px;
}

.anchor-table .anchor-items .anchor-item a {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    height: 80%;
    margin-left: 18px;
}

.anchor-table .anchor-items .anchor-item a .chapter-index {
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    color: #b3b5b9;
    display: inline-block;
}

.anchor-table .anchor-items .anchor-item a .anchor-title {
    font-size: 16px;
    line-height: 28px;
    height: 28px;
    font-weight: bold;
    color: #2d2a29;
    display: inline-block;
}


#payment-panel .register-suc {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 56px 56px 36px 56px;

}

#payment-panel .tip-ico {
    width: 108px;
    height: 108px;

}


#payment-panel .main-title {
    margin-top: 36px;
    font-size: 20px;
    line-height: 30px;
    color: #2D2A29;
}

#payment-panel .sub-title {
    margin-top: 12px;
    font-size: 16px;
    line-height: 28px;
    color: #2D2A29;
    text-align: center;
}

#payment-panel .main-btn {
    background-color: #E1523D;
    border: none;
    color: #ffffff;
    padding: 15px 52px;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 100;
    margin-top: 56px;
    text-decoration: none;
}

.account-section .content-container .content-left .orders-section .order-item .order-row.pc-checkout {
    justify-content: flex-end;
}


.wppj-temp .blank-btn {
    background-color: transparent;
    border: none;
    color: #e1523d;
    text-decoration: underline;
    /*text-decoration-color: #e1523d;*/
}

.wppj-temp .cancel-btn {
    margin-right: 32px;
    align-self: flex-end;

}


/*上传gerb 文件*/
.upload-div {
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 4px;
}

.upload-div .upload-ico {
    width: 32px;
    height: 32px;
    display: inline-block;
    position: relative;
}

.upload-div .upload-ico:before {
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 30%;
    left: 0px;
}

.upload-div .gerb-name {
    margin-right: 12px;
    cursor: pointer;
    font-size: 14px;
    line-height: 22px;
    height: 22px;
    display: inline-block;
    color: #2d2a29;
}

.upload-div .upload-btn {
    color: #e1523d;
    font-size: 12px;
    line-height: 22px;
    display: flex;
    align-items: center;
    font-weight: 500;
    cursor: pointer;
    border: solid 1px rgb(255,82,61);
    border-radius: 4px;
    padding: 4px 13px 4px 12px;
}
.upload-div .upload-btn.has-design-file{
    border: none;
    padding: 0;
    font-weight: normal;
    text-decoration: underline;

}

.upload-div .upload-btn input {
    display: none;
}


.upload-div .upload-ico.has-design-file:before {

    content: url('data:image/svg+xml,<svg version="1.1" id="图层_1"  xmlns="http://www.w3.org/2000/svg"  xmlns:xlink="http://www.w3.org/1999/xlink"  x="0px" y="0px"  viewBox="0 0 32 32"  style="enable-background:new 0 0 32 32;"  xml:space="preserve">  <style type="text/css">   .st0 {   fill: %23E8E9EB;  }.st1 { fill: %235BE1AF;} </style> <path class="st0"  d="M24.1,27.5h-9c-1.1,0-2-0.9-2-2v-11c0-1.1,0.9-2,2-2h9c1.1,0,2,0.9,2,2v11C26.1,26.6,25.2,27.5,24.1,27.5z"/> <path class="st1"  d="M20.6,9h-8.4c-1.4,0-2.5,1.1-2.5,2.5v10.2c0,1.5,1.2,2.8,2.8,2.8h8c1.5,0,2.8-1.2,2.8-2.8V11.5  C23.1,10.1,22,9,20.6,9z M21.6,21.8c0,0.7-0.6,1.2-1.2,1.2h-8c-0.7,0-1.2-0.6-1.2-1.2V11.5c0-0.6,0.5-1,1-1h8.4c0.6,0,1,0.5,1,1  V21.8z M19,7.9c0.4,0,0.8-0.3,0.8-0.8S19.4,6.4,19,6.4H12c-2.8,0-5,2.3-5,5v8.7c0,0.4,0.3,0.8,0.8,0.8s0.8-0.3,0.8-0.8v-8.7  c0-2,1.6-3.5,3.5-3.5H19z M18.4,13.4h-4.2c-0.3,0-0.5,0.2-0.5,0.5s0.2,0.5,0.5,0.5h4.2c0.3,0,0.5-0.2,0.5-0.5S18.7,13.4,18.4,13.4z M18.4,16h-4.2c-0.3,0-0.5,0.2-0.5,0.5S14,17,14.2,17h4.2c0.3,0,0.5-0.2,0.5-0.5S18.7,16,18.4,16z M16.3,18.5h-2.1  c-0.3,0-0.5,0.2-0.5,0.5s0.2,0.5,0.5,0.5h2.1c0.3,0,0.5-0.2,0.5-0.5S16.6,18.5,16.3,18.5z"/></svg>');
    top: 0px;
}

.upload-div .upload-ico.no-design-file:before {
    top: 0px;
    /*content: url('data:image/svg+xml,<svg version="1.1" id="图层_1"  xmlns="http://www.w3.org/2000/svg"  xmlns:xlink="http://www.w3.org/1999/xlink"  x="0px" y="0px"  viewBox="0 0 32 32"  style="enable-background:new 0 0 32 32;"  xml:space="preserve"><style type="text/css">  .st0 {fill: %23E1523D;}</style> <path class="st0" d="M24,13.8l-5.9-5.9c-1.2-1.2-3.1-1.2-4.2,0L8,13.8c-0.6,0.6-0.7,1.4-0.4,2.2s1,1.2,1.8,1.2H11V22  c0,1.7,1.3,3,3,3h4c1.6,0,3-1.3,3-2.9c0.7-0.3,1.1-1,1.1-1.8c0-1.1-0.9-2-2-2s-2,0.9-2,2c0,0.7,0.4,1.3,0.9,1.7c0,0,0,0,0,0  c0,0.6-0.4,1-1,1h-4c-0.6,0-1-0.4-1-1v-5.8c0-0.6-0.4-1-1-1H9.4l5.9-5.9c0.4-0.4,1-0.4,1.4,0l5.9,5.9H20c-0.6,0-1,0.4-1,1s0.4,1,1,1  h2.6c0.8,0,1.5-0.5,1.8-1.2S24.6,14.3,24,13.8z M20.1,19.3c0.6,0,1,0.4,1,1c0,0.6-0.4,1-1,1s-1-0.4-1-1  C19.1,19.7,19.6,19.3,20.1,19.3z"/></svg>');*/
}

.upload-div .upload-ico.no-design-file {
    top: 0px;
    display: none;
}
.upload-div .upload-ico.no-design-file+.gerb-name{
  margin: 0px;
}
.upload-div .upload-btn:before {
    top: 0px;
    content: url('data:image/svg+xml,<svg version="1.1" id="图层_1"  xmlns="http://www.w3.org/2000/svg"  xmlns:xlink="http://www.w3.org/1999/xlink"  x="0px" y="0px"  viewBox="0 0 32 32"  style="enable-background:new 0 0 32 32;"  xml:space="preserve"><style type="text/css">  .st0 {fill: %23E1523D;}</style> <path class="st0" d="M24,13.8l-5.9-5.9c-1.2-1.2-3.1-1.2-4.2,0L8,13.8c-0.6,0.6-0.7,1.4-0.4,2.2s1,1.2,1.8,1.2H11V22  c0,1.7,1.3,3,3,3h4c1.6,0,3-1.3,3-2.9c0.7-0.3,1.1-1,1.1-1.8c0-1.1-0.9-2-2-2s-2,0.9-2,2c0,0.7,0.4,1.3,0.9,1.7c0,0,0,0,0,0  c0,0.6-0.4,1-1,1h-4c-0.6,0-1-0.4-1-1v-5.8c0-0.6-0.4-1-1-1H9.4l5.9-5.9c0.4-0.4,1-0.4,1.4,0l5.9,5.9H20c-0.6,0-1,0.4-1,1s0.4,1,1,1  h2.6c0.8,0,1.5-0.5,1.8-1.2S24.6,14.3,24,13.8z M20.1,19.3c0.6,0,1,0.4,1,1c0,0.6-0.4,1-1,1s-1-0.4-1-1  C19.1,19.7,19.6,19.3,20.1,19.3z"/></svg>');
    width: 17px;
    height: 18px;
    display: inline-block;
}

.upload-div .upload-btn label {
    margin-bottom: 0px;
    cursor: pointer;
    /*text-decoration: underline;*/
}

.pay-button-container {
    display: flex;
    justify-content: flex-end;
}

.pay-button-container button:first-child {
    margin-right: 32px;
    font-size: 14px;
    font-weight: normal;
}

#back-to-cart {
    margin-right: 32px;
}

#topbar .pcb-drag-trigger:hover + .pcb-drag-down {
    /*height: auto;*/
    max-height: 500px;
    opacity: 1;
}

#topbar .pcb-drag-down {
    position: absolute;
    top: 25px;
    max-height: 0px;
    transition: 0.5s;
    overflow: hidden;
    padding: 0 10px;
    border-right: solid 1px #b3b5b9;
    border-left: solid 1px #b3b5b9;
    border-bottom: solid 1px #b3b5b9;
    background-color: #ffffff;
    cursor: pointer;
    margin-top: 1.5rem;
    box-sizing: border-box;
    opacity: 0;

}

#topbar .pcb-drag-down:hover {
    max-height: 500px;
    opacity: 1;
}

#topbar .pcb-drag-down li a:hover {
    color: #e1523d;
}

#topbar .pcb-drag-down li {
    /*border-bottom: solid 1px #b3b5b9;*/
    width: 100%;
    text-align: center;
}
#topbar .admin-link{
    width: 42px;
}


/*可搜索选择框*/
#asideModal .select2-container {
    width: 100% !important;
}

#asideModal .select2-container--default .select2-selection--single {
    height: 42px;
}
#asideModal .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
    height: 42px;
}

#asideModal .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
}
.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.single-product ol, .single-product ul, .single-product li {
    padding: 2px 10px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #e9eaed;
    border-radius: 2px;
}



#lose-panel {
    background-color: #ffffff;
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}


#lose-panel .lose-ico{
    width: 381px;
    height: 348px;
}


#lose-panel .lose-title{
    margin-top: 56px;
    font-size: 52px;
    color: #2d2a29;
    font-weight: bold;
    height: 56px;
    line-height: 56px;
}

#lose-panel .lose-sub-title{
    margin-top: 16px;
    font-size: 16px;
    line-height: 18px;
    color: #2D2A29;
}
#lose-panel .lose-btn{
    background-color: #E1523D;
    border: none;
    color: #ffffff;
    padding:  15px 52px;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 100;
    margin-top: 56px;
    text-decoration: none;
}


.product-item h4{
    color: #2d2a29;
    padding-left: 24px;
}



/* contact form  success page  */
.thanks-page#contact-panel{
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
justify-content: center;
    align-items: center;
}
#contact-panel {
    padding: 24px 56px 0;
}
#contact-panel .register-suc{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 56px 56px 36px 56px;
}

#contact-panel .tip-ico{
    width: 108px;
    height: 108px;

}


#contact-panel .main-title{
    margin-top: 36px;
    font-size: 20px;
    line-height: 30px;
    color: #2D2A29;
}

#contact-panel .sub-title{
    margin-top: 12px;
    font-size: 16px;
    line-height: 28px;
    color: #2D2A29;
    text-align: center;
}
#contact-panel .main-btn{
    background-color: #E1523D;
    border: none;
    color: #ffffff;
    padding:  15px 52px;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 56px;
    text-decoration: none;
}

#contactModal .wpcf7 form.sent .wpcf7-response-output{
    border: none;
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;

}

.category .xs-container,
.single-post .xs-container {
    max-width: 1360px;
    /*margin: 0 auto;*/
}
.article-area .entry-content img{
    margin: 0 auto;
}
.entry-cover {
    height: 500px;
    overflow: hidden;
}

.author-info .btn-contact{
    width: 100%;
}

.type-post .entry-content figure {
    margin: 56px auto;
}
.wpcf7-form-control-wrap.random-capital-quiz label{
    display: block;
}
.wpcf7-form-control-wrap.random-capital-quiz label .wpcf7-quiz-label{
   font-weight: 500;
}