/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Render the `main` element consistently in IE.
 */

#wpbody-content {
  padding-bottom: 0px;
  float: left;
  width: 100%;
  overflow: visible;
}

main {
  margin: 0;
  display: block;
  margin-left: -20px;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

#buckydrop-app .text-12{font-size:12px}#buckydrop-app .text-14{font-size:14px}#buckydrop-app .text-16{font-size:16px}#buckydrop-app .text-center{text-align:center}#buckydrop-app .text-black{color:#333}#buckydrop-app .text-gray{color:#999}#buckydrop-app .text-red{color:#d63638}#buckydrop-app .text-orange{color:#eb650a}#buckydrop-app .w-full{width:100%}#buckydrop-app .mt-10{margin-top:10px}#buckydrop-app .mr-5{margin-right:5px}#buckydrop-app .mr-20{margin-right:20px}#buckydrop-app .mb-10{margin-bottom:10px}#buckydrop-app .mb-20{margin-bottom:20px}#buckydrop-app .mb-32{margin-bottom:32px}#buckydrop-app .ml-auto{margin-left:auto}#buckydrop-app .ml-5{margin-left:5px}#buckydrop-app .ml-10{margin-left:10px}#buckydrop-app .pt-10{padding-top:10px}#buckydrop-app .pr-20{padding-right:20px}#buckydrop-app .pb-20{padding-bottom:20px}#buckydrop-app .pl-20{padding-left:20px}#buckydrop-app .flex-center-vertical{align-items:center;display:flex}#buckydrop-app .aspect-square{aspect-ratio:1/1}#buckydrop-app .cursor-pointer{cursor:pointer}#buckydrop-app .square-container{height:0;padding-bottom:100%}#buckydrop-app .md\:visible{display:none}#buckydrop-app .md\:hidden{display:block}@media(min-width:768px){#buckydrop-app .md\:hidden{display:none}#buckydrop-app .md\:visible{display:block}#buckydrop-app .md\:visible.d-flex{display:flex}#buckydrop-app .md\:d-inline{display:inline}}#buckydrop-app .tiled-image{position:relative}#buckydrop-app .tiled-image img{bottom:-100%;left:-100%;margin:auto;max-height:100%;max-width:100%;position:absolute;right:-100%;top:-100%}#buckydrop-app .list-decimal,#buckydrop-app .list-disc{margin-left:1em}#buckydrop-app .line-clamp-1{-webkit-line-clamp:1}#buckydrop-app .line-clamp-1,#buckydrop-app .line-clamp-2{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}#buckydrop-app .line-clamp-2{-webkit-line-clamp:2}#buckydrop-app .line-clamp-3{-webkit-line-clamp:3}#buckydrop-app .line-clamp-3,#buckydrop-app .line-clamp-4{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}#buckydrop-app .line-clamp-4{-webkit-line-clamp:4}#buckydrop-app .d-inline{display:inline}img{max-width:100%}

.main-layout{margin-left:auto;margin-right:auto;max-width:1200px;padding-bottom:20px;padding-top:20px}
.bk-modal-root .bk-modal-mask{background-color:rgba(0,0,0,.45);bottom:0;height:100%;left:0;position:fixed;right:0;top:0;z-index:1000}.bk-modal-root .bk-modal-wrap{-webkit-overflow-scrolling:touch;bottom:0;left:0;outline:0;overflow:auto;position:fixed;right:0;top:0;z-index:1000}.bk-modal-root .bk-modal,.bk-modal-root .bk-modal-root .bk-modal{font-feature-settings:"tnum";box-sizing:border-box;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;margin:0 auto;max-width:calc(100vw - 32px);padding:0 0 24px;pointer-events:none;position:relative;top:100px;width:auto}.bk-modal-root .bk-modal-content{background-clip:padding-box;background-color:#fff;border:0;border-radius:2px;box-shadow:0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px 0 rgba(0,0,0,.08),0 9px 28px 8px rgba(0,0,0,.05);pointer-events:auto;position:relative}.bk-modal-root .bk-modal-close{background:transparent;border:0;color:rgba(0,0,0,.45);cursor:pointer;font-weight:700;line-height:1;outline:0;padding:0;position:absolute;right:0;text-decoration:none;top:0;transition:color .3s;z-index:10}.bk-modal-root .bk-modal-close-x{display:block;font-size:16px;font-style:normal;height:56px;line-height:56px;text-align:center;text-rendering:auto;text-transform:none;width:56px}.bk-modal-root .anticon{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:inherit;display:inline-block;font-style:normal;line-height:0;text-align:center;text-rendering:optimizeLegibility;text-transform:none;vertical-align:-.125em}.bk-modal-root .bk-modal-header{background:#f9f9f9;border-bottom:1px solid #f0f0f0;border-radius:2px 2px 0 0;color:rgba(0,0,0,.85);padding:16px 24px}.bk-modal-root .bk-modal-title{word-wrap:break-word;color:rgba(0,0,0,.85);font-size:16px;font-weight:500;line-height:22px;margin:0}.bk-modal-root .bk-modal-body{word-wrap:break-word;font-size:14px;line-height:1.5715;padding:24px}.bk-modal-root .bk-modal-footer{background:#f9f9f9;border-radius:0 0 2px 2px;border-top:1px solid #f0f0f0;padding:10px 16px;text-align:right}.bk-modal-root .components-button{padding:4px 15px}@media (max-width:767px){.bk-modal-root .bk-modal{margin:8px auto;max-width:calc(100vw - 16px)}}
.services-pricing-page{font-family:PingFang SC;font-size:14px;line-height:1.5715}.services-pricing-page *{margin:0;padding:0}.services-pricing-page dl,.services-pricing-page ol,.services-pricing-page ul{margin-bottom:1em;margin-top:0}.services-pricing-page h1,.services-pricing-page h2,.services-pricing-page h3,.services-pricing-page h4,.services-pricing-page h5,.services-pricing-page h6{margin:0;padding:0}.services-pricing-page *,.services-pricing-page :after,.services-pricing-page :before{box-sizing:border-box}.services-pricing-page .page-container a{cursor:pointer;text-decoration:none}.services-pricing-page .page-container a:not(.service-combo-thumbnail-button){color:#ff7b1f}.services-pricing-page .row{display:flex;flex-wrap:wrap;justify-content:center;margin-left:-16px;margin-right:-16px}.services-pricing-page .col{padding-left:16px;padding-right:16px;width:100%}.services-pricing-page .col-12{width:50%}@media(min-width:768px){.services-pricing-page .col-md-6{width:25%}.services-pricing-page .col-md-12{width:50%}}.services-pricing-page .page-container{background:#fff;padding:0}.services-pricing-page .page-header{background:50% no-repeat url(images/bg-header-h5.b6782efb.png);background-size:cover;height:350px;padding:0 18px}.services-pricing-page .page-header .page-header-inner{display:flex;flex-direction:column;height:100%;justify-content:center}.services-pricing-page .page-header h1{color:#fff;font-size:22px;font-weight:700}.services-pricing-page .page-header p{color:#ccc;font-size:12px;line-height:18px}.services-pricing-page .page-header .img-box{margin:0 auto;width:228px}.services-pricing-page .page-header .img-box img{height:100%;width:100%}.services-pricing-page .page-body-inner,.services-pricing-page .page-header-inner{margin-left:auto;margin-right:auto;max-width:1200px}.services-pricing-page .section{padding:20px 18px}.services-pricing-page .section-header{margin-bottom:16px}.services-pricing-page .section-title{color:#333;font-size:14px;font-weight:700;margin-bottom:12px}.services-pricing-page .section-subtitle{color:#333;font-size:12px;line-height:17px}.services-pricing-page .section-subtitle a{display:block;font-size:12px;margin-top:10px}.services-pricing-page .section-subtitle .text{margin-left:8px}.services-pricing-page .section-footer{color:#999;margin-top:10px;text-align:left}.services-pricing-page .box{border-radius:10px;box-shadow:0 6px 10px 0 rgba(0,0,0,.06);overflow:hidden}.services-pricing-page .box:not(:last-child){margin-bottom:20px}.services-pricing-page .box-header{background-color:#f3f3f3;padding:20px 16px}.services-pricing-page .box-title{color:#333;font-size:20px;font-weight:700;margin-bottom:0}.services-pricing-page .box-body{padding:20px 16px}.services-pricing-page .list-item:not(:last-child){border-bottom:1px solid #e7e7e7;margin-bottom:20px;padding-bottom:20px}.services-pricing-page .service-pricing-button{border:2px solid #ff7b1f;border-radius:30px;box-shadow:0 4px 12px 0 rgba(0,17,32,.06);color:#ff7b1f;font-size:22px;line-height:30px;padding:10px 30px;text-shadow:0 4px 12px rgba(0,17,32,.06)}.services-pricing-page .service-pricing-button:hover{text-shadow:0 1px 1px #eb650a}.services-pricing-page .card{border-radius:4px;overflow:hidden;position:relative}.services-pricing-page .card-body{min-height:128px;padding:10px}.services-pricing-page .card-image{box-shadow:0 6px 10px 0 rgba(0,0,0,.06)}.services-pricing-page .card-image img{border-radius:10px}.services-pricing-page .card-badge{border-radius:12px 0 0 12px;color:#fff;cursor:default;display:none;font-size:12px;line-height:12px;padding:4px 8px;position:absolute;right:0;top:20px;z-index:1}.services-pricing-page .card-badge-product{background:linear-gradient(90deg,#fb5531,#ff9839)}.services-pricing-page .card-badge-parcel{background:linear-gradient(90deg,#46a4e9,#9d70ff)}.services-pricing-page .pricing-card{background:linear-gradient(180deg,#e8f4ff,#fff);border:1px solid rgba(24,144,255,.2);border-radius:8px;height:100%;margin-bottom:16px;padding:15px 16px 17px;position:relative}.services-pricing-page .pricing-card.green{background:linear-gradient(180deg,#ecffff,#fff);border-color:rgba(0,198,197,.2)}.services-pricing-page .pricing-card.orange{background:linear-gradient(180deg,#fff1ea,#fff);border-color:rgba(255,123,31,.2)}.services-pricing-page .pricing-card-header{display:flex;flex-wrap:wrap;margin-bottom:18px}.services-pricing-page .pricing-card-title{align-items:center;color:#333;display:flex;font-size:16px;margin-bottom:0;width:100%}.services-pricing-page .pricing-card-title .anticon{border:1px solid #999;border-radius:50%;font-size:12px;margin-left:auto;padding:2px}.services-pricing-page .pricing-card-box{background:#fff;border:1px solid rgba(0,24,66,.05);border-radius:10px;padding:12px 13px 16px 16px;position:relative}.services-pricing-page .pricing-card-box .icon-plan{background:url(images/icon-plan-free-h5.ffca4e6c.png) no-repeat 50%;background-size:100%;height:40px;position:absolute;right:20px;top:-5px;width:55px}.services-pricing-page .pricing-card-box .icon-plan.icon-plan-pro{background-image:url(images/icon-plan-pro-h5.244ba757.png)}.services-pricing-page .pricing-card-title-icon{background-repeat:no-repeat;background-size:100%;display:inline-block;height:18px;margin-right:10px;width:18px}.services-pricing-page .pricing-card-title-icon-store{background-image:url(images/icon-store.1ef8eb3e.png)}.services-pricing-page .pricing-card-title-icon-order{background-image:url(images/icon-order.7dfb28fa.png)}.services-pricing-page .pricing-card-title-icon-shipping{background-image:url(images/icon-shipping.ab9ac31e.png)}.services-pricing-page .pricing-card-price{align-items:center;border-bottom:1px solid hsla(0,0%,96%,.7);color:#666;display:flex;font-size:12px;line-height:27px;margin-bottom:10px;padding-bottom:10px}.services-pricing-page .pricing-card-price b{font-size:20px;margin-right:6px}.services-pricing-page .pricing-card-items{list-style-type:none;margin-bottom:0;padding-left:0}.services-pricing-page .pricing-card-items>li{color:#333;font-size:12px;line-height:17px;margin-bottom:10px;padding-left:15px;position:relative}.services-pricing-page .pricing-card-items>li:first-child{letter-spacing:-.3px}.services-pricing-page .pricing-card-items>li:last-child{margin-bottom:0}.services-pricing-page .pricing-card-items>li:before{background-image:url(images/icon-radio-blue.6c7863dc.png);background-repeat:no-repeat;background-size:cover;border-radius:50%;content:"";height:8px;left:0;position:absolute;top:5px;width:8px}.services-pricing-page .pricing-card-items.green>li:before{background-image:url(images/icon-radio-green.3567cdf3.png)}.services-pricing-page .pricing-card-introduce{color:#333;font-size:12px;line-height:17px}.services-pricing-page .pricing-card-footnote{color:#666;font-size:12px;line-height:17px;padding-top:10px}.services-pricing-page .pricing-card-footnote ul{margin-bottom:0}.services-pricing-page .pricing-card-footnote ul li{margin-bottom:6px}.services-pricing-page .pricing-card-footnote ul li:last-child{margin-bottom:0}.services-pricing-page .pricing-card-footnote .stores-logo{background:url(images/stores-logo.abcd955f.png) no-repeat 50%;background-size:100%;display:inline-block;height:20px;margin-top:10px;width:160px}.services-pricing-page .service-pricing-strategy .col-md-12{margin-bottom:7px}.services-pricing-page .service-pricing-strategy{background-repeat:no-repeat;background-size:cover}.services-pricing-page .service-pricing-strategy .col-md-12{z-index:1}.services-pricing-page .service-pricing-strategy .col-md-12:first-child{z-index:2}.services-pricing-page .service-pricing-strategy .col-md-12.col-divide-md{margin-bottom:16px}.services-pricing-page .service-pricing-strategy .pricing-card.full-width .pricing-card-header-extra{font-size:28px;font-weight:700;margin-top:10px;width:100%}.services-pricing-page .service-pricing-strategy .pricing-card.full-width .pricing-card-footer{margin-top:30px}.services-pricing-page .service-pricing-strategy .pricing-card.full-width .pricing-card-footer .service-pricing-button{width:100%}.services-pricing-page .service-pricing-combos{background:#f7f7f7;margin-left:-18px;overflow:hidden;padding:18px 18px 0 36px}.services-pricing-page .service-pricing-combos .section-footer,.services-pricing-page .service-pricing-combos .section-subtitle,.services-pricing-page .service-pricing-combos .section-title{color:#333}.services-pricing-page .service-pricing-combos .section-header{margin-bottom:0}.services-pricing-page .service-pricing-combos .section-header .section-title{font-size:14px;font-weight:700;line-height:20px}.services-pricing-page .service-pricing-combos .section-header .section-subtitle{font-size:12px;line-height:17px}.services-pricing-page .service-pricing-combos .section-body{margin-left:-30px;margin-right:-30px}.services-pricing-page .service-pricing-combos .service-combo-thumbnail-container{padding-bottom:10px;padding-top:12px}.services-pricing-page .service-pricing-combos .slick-list{padding-left:25px}.services-pricing-page .service-pricing-combos .slick-slide .service-combo-thumbnail-container{padding-left:5px;padding-right:5px}.services-pricing-page .service-combo-thumbnail{background:#fff;border:1px solid rgba(255,123,31,.2);border-radius:10px;display:flex;flex-direction:column;height:100%;overflow:hidden}.services-pricing-page .service-combo-thumbnail-content{padding:30px 20px}.services-pricing-page .service-combo-thumbnail-title{color:#222;font-size:12px;font-weight:500;height:34px;line-height:17px;margin-bottom:6px}.services-pricing-page .service-combo-thumbnail-description{color:#666;font-size:12px;height:34px;line-height:17px;margin-bottom:12px}.services-pricing-page .service-combo-thumbnail-description .square-bracketed-text{font-weight:700}.services-pricing-page .service-combo-thumbnail-footer-right{display:none}.services-pricing-page .service-combo-thumbnail-prices{align-items:flex-end;display:flex;height:16px}.services-pricing-page .service-combo-thumbnail-price{color:#ff7b1f;font-size:16px;font-weight:500;line-height:1em;margin-bottom:-5px}.services-pricing-page .service-combo-thumbnail-original-price{color:#999;font-size:12px;line-height:12px;margin-left:6px;text-decoration:line-through}.service-pricing-business-case-table{border-collapse:collapse;max-width:100%;width:100%}.service-pricing-business-case-table th{text-align:left}.service-pricing-business-case-table td,.service-pricing-business-case-table th{word-wrap:normal;border:1px solid #ddd;padding:5px;white-space:nowrap}.service-pricing-business-case-table tbody>tr:not(:first-child){background-color:#ececec}.service-pricing-business-case-table tfoot td,.service-pricing-business-case-table tfoot th{background-color:#ff7b1f;border-color:#ff7b1f;color:#fff}@media(min-width:768px){.service-pricing-business-case-table td,.service-pricing-business-case-table th{padding:10px 20px}}.service-pricing-store-service-fee-table tbody td:first-child{display:none}@media(min-width:768px){.service-pricing-store-service-fee-table{border:1px solid #f9f9f9}.service-pricing-store-service-fee-table tbody>tr,.service-pricing-store-service-fee-table thead>tr{border:0}.service-pricing-store-service-fee-table thead th{background-color:#f9f9f9;border-color:#f9f9f9;font-weight:400}.service-pricing-store-service-fee-table thead th:first-child{text-align:center}.service-pricing-store-service-fee-table tbody td:first-child{display:table-cell;text-align:center}.service-pricing-store-service-fee-table td,.service-pricing-store-service-fee-table th{font-size:16px;font-weight:400}.services-pricing-page .page-container{background-image:url(images/bg-header-pc.445308e6.png);padding-top:0}.services-pricing-page .page-header{background-image:url(images/bg-header-pc.445308e6.png);height:auto;padding:70px 70px 20px}.services-pricing-page .page-header .page-header-inner{flex-direction:row;justify-content:center}.services-pricing-page .page-header .page-header-text-content{flex:1}.services-pricing-page .page-header h1{font-size:52px;line-height:52px;margin-bottom:30px}.services-pricing-page .page-header p{font-size:22px;line-height:34px}.services-pricing-page .page-header .img-box{flex:0 0 467px;margin:0}.services-pricing-page .page-header .img-box img{height:100%;width:100%}.services-pricing-page .page-body{background-color:#fff;padding:0}.services-pricing-page .page-body-inner{max-width:none}.services-pricing-page .section{padding:50px 40px}.services-pricing-page .section-inner{margin-left:auto;margin-right:auto;max-width:1200px}.services-pricing-page .section-header{margin-bottom:40px}.services-pricing-page .section-title{font-size:34px;line-height:47px;margin-bottom:30px}.services-pricing-page .section-subtitle{font-size:24px;line-height:38px}.services-pricing-page .section-subtitle a{display:inline-block;font-size:24px;margin-left:10px;margin-top:0}.services-pricing-page .section-footer p{font-size:26px;line-height:36px;margin-top:24px}.services-pricing-page .card{background-color:#fff;border-radius:4px;box-shadow:0 6px 20px 0 rgba(0,0,0,.06)}.services-pricing-page .card-image{box-shadow:none}.services-pricing-page .card-badge{display:block}.services-pricing-page .card-body{min-height:0;padding:10px 25px 30px}.services-pricing-page .service-pricing-strategy .col-md-12{margin-bottom:16px}.services-pricing-page .service-pricing-strategy .col-md-12:nth-child(odd){padding-right:8px}.services-pricing-page .service-pricing-strategy .col-md-12:nth-child(2n){padding-left:8px}.services-pricing-page .pricing-card{display:flex;flex-direction:column;font-size:22px;height:100%;padding:30px}.services-pricing-page .pricing-card-header{margin-bottom:20px}.services-pricing-page .pricing-card-header-extra{font-size:32px;font-weight:500;margin-left:auto}.services-pricing-page .pricing-card-title{font-size:30px}.services-pricing-page .pricing-card-title .anticon{margin-left:15px}.services-pricing-page .pricing-card-box{background:#fff;border-radius:20px;box-shadow:0 4px 12px 0 rgba(0,17,32,.06);padding:20px 40px 30px;position:relative}.services-pricing-page .pricing-card-box .icon-plan{background-image:url(images/icon-plan-free-pc.4bebb8e6.png);height:73px;right:40px;top:-8px;width:100px}.services-pricing-page .pricing-card-box .icon-plan.icon-plan-pro{background-image:url(images/icon-plan-pro-pc.4101e092.png)}.services-pricing-page .pricing-card-title-icon{height:30px;margin-right:10px;width:30px}.services-pricing-page .pricing-card-price{font-size:14px;line-height:55px;margin-bottom:20px;padding-bottom:20px}.services-pricing-page .pricing-card-price b{font-size:40px;font-weight:500;margin-right:10px}.services-pricing-page .pricing-card-items-title{font-size:16px;line-height:22px;margin-bottom:20px}.services-pricing-page .pricing-card-items>li{font-size:16px;line-height:22px;margin-bottom:14px;padding-left:25px}.services-pricing-page .pricing-card-items>li p{font-size:16px;line-height:22px}.services-pricing-page .pricing-card-items>li:before{height:14px;top:4px;width:14px}.services-pricing-page .pricing-card-introduce{font-size:16px;line-height:26px;min-height:65px}.services-pricing-page .pricing-card-footnote{font-size:16px;line-height:24px;padding-top:8px}.services-pricing-page .pricing-card-footnote ul li{margin-bottom:5px}.services-pricing-page .pricing-card-footnote ul li:last-child{align-items:center;display:flex;margin-top:14px}.services-pricing-page .pricing-card-footnote .stores-logo{height:40px;margin-left:10px;margin-top:0;width:320px}.services-pricing-page .pricing-card-footer{height:48px;margin-top:40px}.services-pricing-page .service-pricing-strategy .pricing-card.full-width .pricing-card-title{width:auto}.services-pricing-page .service-pricing-strategy .pricing-card.full-width .pricing-card-header-extra{flex-shrink:0;font-size:32px;margin-top:0;width:auto}.services-pricing-page .service-pricing-strategy .pricing-card.full-width .pricing-card-footer{margin-top:40px}.services-pricing-page .service-pricing-strategy .pricing-card.full-width .pricing-card-footer .service-pricing-button{width:auto}.services-pricing-page .recommended-services,.services-pricing-page .service-pricing-combos{margin-left:0;margin-right:0;padding-bottom:60px;padding-top:60px}.services-pricing-page .recommended-services .section-header,.services-pricing-page .service-pricing-combos .section-header{margin-bottom:55px}.services-pricing-page .recommended-services .section-header .section-title,.services-pricing-page .service-pricing-combos .section-header .section-title{font-size:34px;line-height:47px}.services-pricing-page .recommended-services .section-header .section-subtitle,.services-pricing-page .service-pricing-combos .section-header .section-subtitle{font-size:26px;line-height:36px}.services-pricing-page .recommended-services .section-body,.services-pricing-page .service-pricing-combos .section-body{margin-left:0;margin-right:0}.services-pricing-page .service-combo-thumbnail-container:last-child .service-combo-thumbnail{margin-bottom:0}.services-pricing-page .service-combo-thumbnail{flex-direction:row;height:auto;margin-bottom:60px;overflow:visible;padding:30px 40px 44px;width:100%}.services-pricing-page div+div:last-child+.service-combo-thumbnail{margin-bottom:0}.services-pricing-page .service-combo-thumbnail-image{flex-shrink:0;margin-right:60px;margin-top:-50px;position:relative;width:284px}.services-pricing-page .service-combo-thumbnail-image img{border-radius:10px 0 10px 10px}.services-pricing-page .service-combo-thumbnail-image:after{border-color:transparent transparent transparent #ca5303;border-style:solid;border-width:20px 0 0 20px;content:"";height:0;position:absolute;right:-20px;top:0;width:0}.services-pricing-page .service-combo-thumbnail-content{flex-grow:1;padding:0}.services-pricing-page .service-combo-thumbnail-title{font-size:28px;height:76px;line-height:38px}.services-pricing-page .service-combo-thumbnail-description{font-size:20px;height:60px;line-height:30px;margin-bottom:40px}.services-pricing-page .service-combo-thumbnail-footer{align-items:flex-end;display:flex}.services-pricing-page .service-combo-thumbnail-footer-right{display:block;margin-left:auto}.services-pricing-page .service-combo-thumbnail-footer-right .service-combo-thumbnail-button{background:#ff7b1f;border:1px solid #fff;border-radius:33px;box-shadow:4px 6px 6px 0 rgba(63,26,0,.06);color:#fff;font-size:26px;line-height:35px;padding:15px 46px;text-shadow:4px 6px 6px rgba(63,26,0,.06)}.services-pricing-page .service-combo-thumbnail-prices{align-items:flex-end;height:65px}.services-pricing-page .service-combo-thumbnail-price{font-size:48px;line-height:65px}.services-pricing-page .service-combo-thumbnail-original-price{font-size:24px;line-height:30px;margin-bottom:7px;margin-left:20px}.services-pricing-page .patch-section-footer-alignment.cn{margin-left:auto;margin-right:auto;text-align:left;width:480px}.services-fee-table td,.services-fee-table th{padding:20px}.services-fee-table thead th{border-bottom:1px solid #d3d3d3;color:#333;font-weight:700;text-align:left}.services-fee-table td{vertical-align:top}.services-fee-table td.line{border-bottom:1px solid #d3d3d3;padding:0}}@media(max-width:767px){#wpcontent{padding-left:0!important}main.base-layout{margin-left:0}}.card{background:initial;border:0;box-shadow:none;margin-top:0;max-width:none;min-width:auto;padding:0}
