@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: "Rubik-Light";
}

blockquote,
body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

div{
        font-family: "Rubik-Light";
    }
@font-face  {
        font-family: "Rubik-Light";
    font-display: swap;
        src: url('/app/css/fonts/Rubik-Light.eot') format("ttf");
    src: url('/app/css/fonts/Rubik-Light.woff2') format("woff2"), url('/app/css/fonts/Rubik-Light.woff') format("woff"), url('/app/css/fonts/Rubik-Light.ttf') format("typetrue");
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p {
      font-family: "Rubik-Light";
      vertical-align:baseline;
      outline:none;
      box-sizing:border-box;
      font-size:16px;
}
html {
    color: #333;
    font-size: 1em;
    line-height: 1.4;
}

a:hover {
    text-decoration: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.hidden {
    display: none !important;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}
.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}
* .flip-container {
    perspective: 1000;
}

* .flip-container:hover .flipper,
* .flip-container.hover .flipper {
    background: #f9f9f9;
    transform: rotateY(180deg);
}

* .flip-container,
* .front,
* .back {
    width: 100%;
}

* .flipper {
    height: 100%;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

* .front,
* .back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

* .front {
    z-index: 2;
    transform: rotateY(0deg);
}

* .back {
    transform: rotateY(180deg);
    background: #f9f9f9;
}

* .s-hidden {
    display: block;
}

* .s-block {
    display: none;
}

* .cumbos {
    line-height: 100px;
}

* .color-text {
    color: #f36a21 !important;
}

* .color-text a {
    color: #f36a21;
}

* label {
    font-weight: normal !important;
    font-size: 14px;
    margin-bottom: 0;
}

* input[type="radio"],
* input[type="checkbox"] {
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    margin: 0;
}

* input[type="radio"]:focus,
* input[type="checkbox"]:focus {
    outline: none;
}

* input[type="radio"]:before {
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #c6c6c6;
    cursor: pointer;
}

* input[type="radio"]:checked:before {
    border: 1px solid #f36a21;
}

* input[type="radio"]:checked:after {
    display: block;
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #f36a21;
}

* input[type="checkbox"]:before {
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #c6c6c6;
    cursor: pointer;
}

* input[type="checkbox"]:checked:before {
    border: 1px solid #f36a21;
    background-color: #f36a21;
}

* input[type="checkbox"]:checked:after {
    display: block;
    content: "";
    position: absolute;
    left: 0px;
    top: 1px;
    height: 12px;
    width: 12px;
    background: url(/app/images/en/new/get-a-quote/sm-yes.png) no-repeat center;
    background-size: cover;
}

* input::-webkit-input-placeholder {
    color: #c1c1c1 !important;
}

* input::-moz-placeholder {
    color: #c1c1c1 !important;
}

* input:-moz-placeholder {
    color: #c1c1c1 !important;
}

* input:-ms-input-placeholder {
    color: #c1c1c1 !important;
}

* textarea::-webkit-input-placeholder {
    color: #c1c1c1 !important;
}

* textarea::-moz-placeholder {
    color: #c1c1c1 !important;
}

* textarea:-moz-placeholder {
    color: #c1c1c1 !important;
}

* textarea:-ms-input-placeholder {
    color: #c1c1c1 !important;
}

input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
textarea:focus {
    outline: none;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 5px #ddd;
}

* .radio-inline+.radio-inline,
* .checkbox-inline+.checkbox-inline {
    margin-left: 0;
}

* .page-left {
    position: fixed;
    top: 0;
    width: 0;
    height: 100%;
    background: #25414c;
    z-index: 99999;
    transition: all .3s ease;
    overflow: hidden;
}

* .page-left.active {
    width: 4.5rem;
}

* .page-left .left-top {
    border-top: 1px solid rgba(0, 0, 0, 0);
    height: 1rem;
}

* .page-left .left-top img {
    display: block;
    height: .5rem;
    width: 1.1rem;
    margin: .25rem auto;
}

* .page-left > ul > li {
    height: 1rem;
    border-bottom: 1px solid #365b6b;
    font-size: .32rem;
    line-height: 1rem;
    text-indent: .26rem;
}

* .page-left > ul > li a {
    display: block;
    width: 100%;
    color: #fff;
    position: relative;
}

* .page-left > ul > li.service-nav {
    height: auto;
}

* .page-left > ul > li img.arrow {
    width: 14px;
    height: 7px;
    margin-top: -.1rem;
    margin-right: .2rem;
    position: absolute;
    left: unset;
    right: .32rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transform: rotate(180deg);
    transition: all .1s ease;
}

* .page-left > ul > li.down img.arrow {
    transform: rotate(0);
    transition: all .1s ease;
}

* .page-left > ul > li .page-left-nav {
    transition: unset;
    display: none;
}

* .page-left > ul > li .page-left-nav li {
    height: .8rem;
    font-size: .28rem;
    line-height: .8rem;
    text-indent: .32rem;
}

* .page-left > ul > li .page-left-nav li a {
    color: #e1e1e1;
    text-indent: .4rem;
}

* .page-left .left-bottom {
    display: block;
    position: absolute;
    bottom: 0;
    height: .6rem;
    width: 100%;
    background: #f46a21;
    line-height: .6rem;
    text-align: center;
    color: #fff;
    font-size: .26rem;
}

* .page-right {
    position: relative;
    min-height: calc(100vh);
    left: 0;
    transition: all .3s ease;
}

* .page-right.active {
    left: 4.5rem;
}

* .center-el {
    display: block;
    margin: 0 auto;
}

* .content-box {
    width: 1200px;
    margin: 0 auto;
}


* .page-pagination {
    text-align: center;
    margin-top: 50px;
}

* .page-pagination .layui-laypage .layui-laypage-curr .layui-laypage-em {
    background: #2c5364;
}

* .page-pagination .layui-box > * {
    height: 30px;
    border: 1px solid #2c5364;
    padding: 0 11px;
    border-radius: 4px;
    margin-left: 10px;
    color: #2c5364;
}

* .page-pagination .layui-laypage-prev,
* .page-pagination .layui-laypage-next {
    border-radius: 4px !important;
    width: 30px;
    letter-spacing: -11px;
    font-size: 12px;
    padding: 0;
}

* .page-pagination .layui-laypage-prev em {
    margin-left: -15px;
}

* .page-pagination .layui-laypage-next em,
* .page-pagination .layui-laypage-prev em {
    font-size: 14px;
}

* .page-s-pagination {
    display: none;
}

* .page-button {
    height: 55px;
    width: 150px;
    line-height: 55px;
    background: #f36a21;
    border-radius: 4px;
    text-align: center;
    font-size: 18px;
    transition: all .3 se ease;
    padding: 0 !important;
}

* .page-button:hover {
    background: #f45602;
}

* .page-button a {
    display: block;
    height: 100%;
    width: 100%;
    color: #ffffff !important;
}

* .page-button a:hover {
    text-decoration: none !important;
}

* .go-top {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 999;
    transition: all .3s ease;
    border: 1px solid #fff;
    border-radius: 4px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    background-color: #2c5364;
    background-image: url(/app/images/en/new/index_37.png);
    background-size: 28px;
    background-position: center;
    background-repeat: no-repeat;
}

* .go-top img {
    display: block;
    height: 0;
    width: 0;
}

* .go-top.fixed {
    display: block;
}

* .go-top:hover {
    background-color: #3a6679;
}

* .top-bar {
    height: 40px;
    background: rgba(0, 0, 0, 0.15);
    line-height: 40px;
    font-size: 14px;
    margin-bottom: 19px;
}

* .top-bar .content-box {
    height: 40px;
}

* .top-bar .content-box li {
    float: right;
    padding: 0 15px;
    height: 14px;
    margin-top: 12px;
    line-height: 14px;
    color:white;
}

* .top-bar .content-box li.work_text {
    position: absolute;
    top: 0;
    color: #ff0000;
    font-size: 16px;
}

* .content-box .work_text {
    text-align: center;
    color: #ff0000;
    font-size: 24px;
    margin-top: 50px;
}

* .top-bar .content-box li:first-child {
    padding-right: 0;
}

* .top-bar .content-box li a {
    color: #ffffff !important;
}

* .s-top-bar {
    display: none;
    position: relative;
    height: 1rem;
    line-height: 1rem;
    padding: 0 .1rem;
    overflow: hidden;
}

* .s-top-bar .hanbuger {
    position: absolute;
    left: .3rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: .35rem;
    width: .5rem;
}

* .s-top-bar .account {
    position: absolute;
    right: .3rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: .46rem;
    width: .42rem;
}

* .s-top-bar .logo {
    display: block;
    margin: .2rem auto;
    height: .6rem;
    width: 1.22rem;
}

* .nav-box {
    width: 100%;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 18px;
    float: left;
    position:absolute;
    z-index:99;
}

* .nav-box a {
    color: #ffffff !important;
}
* .page-button a{
    font-weight:bold;
}

* .nav-box .logo {
    float: left;
    height: 85px;
    width: 111px;
    background-image: url(/app/images/en/new/logo.png);
}

* .nav-box .logo a {
    display: block;
    height: 100%;
    width: 100%;
}

* .nav-box .nav-el {
    float: right;
}

* .nav-box .nav-el > li {
    float: left;
    padding: 0 25px;
    line-height: 55px;
    position: relative;
}

* .nav-box .nav-el > li:last-child {
    margin-left: 10px;
}

* .nav-box .nav-el > li:before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 2px;
    width: 0;
    background: #ffffff;
    transition: all .2s ease;
}

* .nav-box .nav-el > li.current:before {
    width: 20px;
}

* .nav-box .nav-el > li.has-more {
    cursor: pointer;
}

* .nav-box .nav-el > li.has-more:after {
    content: ' ';
    transition: all .3s ease;
    display: inline-block;
    height: 7px;
    width: 14px;
    background-image: url(/app/images/en/new/more.png);
    margin-left: 10px;
    transform: rotate(180deg);
}

* .nav-box .nav-el > li.has-more.active:after {
    transform: rotate(0deg);
}

* .nav-box .nav-el > li:not(.has-more):not(.page-button):hover:before {
    width: 20px;
}

* .nav-box .nav-el > li ul {
    display: none;
    font-size: 14px;
    position: absolute;
    width: 220px;
    top: 45px;
    left: -15px;
    border-top: 1px solid #1a4a5a;
    z-index: 999;
}

* .nav-box .nav-el > li ul li {
    line-height: 45px;
    background: #19343d;
    text-align: center;
    cursor: pointer;
}

* .nav-box .nav-el > li ul li:hover {
    background: #172c33;
}

* .nav-box .nav-el > li ul.active {
    display: block;
}

* .nav-box.fixed {
    height: 125px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    padding: 0;
    z-index: 100;
    background: #ffffff;
    color: #000;
    box-shadow: 1px 0 10px 1px #ccc;
}

* .nav-box.fixed .top-bar {
    margin-bottom: 8px;
    background: #fff;
}

* .nav-box.fixed .top-bar .content-box li {
    color: #8c8c8c;
}

* .nav-box.fixed .top-bar .content-box li a {
    color: #8c8c8c !important;
}

* .nav-box.fixed a {
    color: #000 !important;
}

* .nav-box.fixed .page-button a {
    color: #ffffff !important;
    font-weight:bold;
}

* .nav-box.fixed .logo {
    background-image: url(/app/images/en/new/fiex-logo_03.png);
}

* .nav-box.fixed .page-button {
    color: #fff;
}

* .nav-box.fixed li.has-more:after {
    background-image: url(/app/images/en/new/more-black.png);
    transform: rotate(180deg);
}

* .nav-box.fixed .nav-el > li ul {
    border-top: 1px solid #cccccc;
}

* .nav-box.fixed .nav-el > li ul li {
    line-height: 45px;
    text-align: center;
    cursor: pointer;
}

* .nav-box.fixed .nav-el > li ul li a {
    color: #ffffff !important;
    display: block;
}

* .nav-box.fixed .nav-el > li:before {
    background: #000;
}



* .nav-box.white {
    height: 125px;
    /* position: white; */
    top: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    padding: 0;
    z-index: 100;
    background: #ffffff;
    color: #000;
    box-shadow: 1px 0 10px 1px #ccc;
}

* .nav-box.white .top-bar {
    margin-bottom: 8px;
    background: #fff;
}

* .nav-box.white .top-bar .content-box li {
    color: #8c8c8c;
}

* .nav-box.white .top-bar .content-box li a {
    color: #000 !important;
}

* .nav-box.white a {
    color: #000 !important;
}

* .nav-box.white .page-button a {
    color: #ffffff !important;
    font-weight:bold;
}

* .nav-box.white .logo {
    background-image: url(/app/images/en/new/sfc-fulfillment.png);
    background-size: contain;
}

* .nav-box.white .page-button {
    color: #fff;
}

* .nav-box.white li.has-more:after {
    background-image: url(/app/images/en/new/more-black.png);
    transform: rotate(180deg);
}

* .nav-box.white .nav-el > li ul {
    border-top: 1px solid #cccccc;
}

* .nav-box.white .nav-el > li ul li {
    line-height: 45px;
    text-align: center;
    cursor: pointer;
}

* .nav-box.white .nav-el > li ul li a {
    color: #ffffff !important;
    display: block;
}

* .nav-box.white .nav-el > li:before {
    background: #000;
}
* .footer {
    padding: 50px 0;
    font-size: 14px;
    background: #fff;
    clear: both;
}

* .footer .footer-nav {
    position: relative;
}

* .footer li {
    color: #8c8c8c;
    width: 25%;
    float: left;
}

* .footer li a:hover {
    color: #393939;
}

* .footer li h4 {
    font-weight: bold;
    padding-bottom: 16px;
}

* .footer li p {
    margin-top: 14px;
}

* .footer li p.social-logo-main {
    height: 26px;
    position: absolute;
    left: 0;
    bottom: 18px;
}

* .footer li p a {
    color: #8c8c8c;
}

* .footer li p a.social-logo img{
    display: block;
    float: left;
    height: 42px;
    margin-right: 15px;
    background: #fff;
    border-radius: 26px;
}

* .footer li p a.social-logo svg {
    width: 26px;
    height: 26px;
}

* .footer li p a.social-logo svg.facebook-logo {
    fill: #3b579d;
}

* .footer li p a.social-logo svg.youtube-logo {
    fill: #d81e06;
}

* .footer .btm {
    color: #8c8c8c;
    margin-top: 35px;
}

* .footer .btm .left {
    float: left;
    width: 50%;
}

* .footer .btm .left p {
    margin-top: 20px;
}

* .footer .btm .left p img {
    margin-right: 10px;
}

* .footer .btm .right {
    float: right;
    width: 40%;
}

* .footer .btm .right .sreach-box {
    line-height: 100px;
}

* .footer .btm .right .sreach-box .input-box {
    position: relative;
    display: inline-block;
    width: 59%;
}

* .footer .btm .right .sreach-box .input-box input {
    width: 100%;
    height: 42px;
    border: 1px solid #c5c5c5;
    outline: none;
    border-radius: 4px;
    padding-left: 10px;
    background: none;
}

* .footer .btm .right .sreach-box .input-box img {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    cursor: pointer;
}

* .bottom-bar {
    font-size: 12px;
    background: #e0e0e0;
    text-align: center;
    line-height: 36px;
    color: #8c8c8c;
}

* .bottom-bar br {
    display: none;
}

* .bottom-bar2 {
    font-size: 12px;
    background: #e0e0e0;
    text-align: center;
    color: #8c8c8c;
    padding-bottom: 10px;
}

* .bottom-bar2 br {
    display: none;
}

* .header-text {

    border-top: 1px solid rgba(0, 0, 0, 0);
    width:1200px;
    margin:0 auto;
}

* .max-title {
    font-size: 60px;
}

* .header-text .under-line {
    height: 1px;
    width: 100px;
    margin: 0 auto;
    background: #ffffff;
    margin-top: 5px;
    margin-bottom: 30px;
}

* .header-text h2 {
    font-size: 34px;
    padding:0px 0 40px 0;
    font-weight:bold;
    line-height:50px;
}
* .header-text .max-title span {
    font-size: 34px;
}
* .larget {
    font-size: 20px;
    padding-bottom:20px;
}
* .larget img{
    padding-right:10px;
}

* .header-text h2.small {
    display: none;
}

* .header-text ul {
    width: 350px;
    margin-top: 40px;
    padding: 0;
}

* .header-text ul li {
    font-size: 18px;
    float: right;
    height: 50px;
    width: 250px;
    line-height: 50px;
    text-align: center;
    /* background: #ff8100; */
    border-radius: 4px;
    cursor: pointer;
}

* .header-text ul li:first-child {
    float: left;
}

* .header-text ul li:last-child:after {
    display: inline-block;
    position: relative;
    top: 2px;
    height: 13px;
    width: 8px;
    background-image: url(/app/images/en/new/video-menu.png);
    margin-left: 10px;
}

* .header-text ul li a {
    display: block;
    height: 100%;
    width: 100%;
    color: #ffffff !important;
}

* .header-bottom {
    /* position: absolute; */
    bottom: 0;
    height: 100px;
    width: 100%;
    /* background: rgba(22, 75, 102, 0.65); */
    font-size: 16px;
    z-index:2;
}

* .header-bottom ul {
    float: left;
    width: 100%;
}

* .header-bottom ul li {
    width: 33.3%;
    height: 100px;
    float: left;
    padding-top: 22px;
    text-align: center;
    /* background: #15465f; */
    background: #fff;
    transition: all .5s ease;
}
* .header-bottom ul li.active{
    background: #f36a21;
}
* .header-bottom ul li.active p{
    color: #ffffff;
}

* .header-bottom ul li a {
    display: block;
    height: 100%;
    width: 100%;
    color: #ffffff !important;
}

* .header-bottom ul li p {
    margin-top: 12px;
    font-size:14px;
    color: #000000;
}

/* * .header-bottom ul li:nth-child(2) {
    background: #f36a21;
} */

* .header-bottom ul li:hover {
    /* background: #2b5162; */
    background: #f36a21;
}

* .header-bottom .sreach-box {
    width: 48%;
    float: right;
    line-height: 100px;
}

* .header-bottom .sreach-box .input-box {
    position: relative;
    display: inline-block;
    width: 60%;
}

* .header-bottom .sreach-box .input-box input {
    width: 100%;
    height: 42px;
    /* border: 1px solid #ffffff; */
    border: 1px solid #ccc;
    outline: none;
    border-radius: 4px;
    padding-left: 10px;
    background: none;
}

* .header-bottom .sreach-box .input-box img {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    cursor: pointer;
}

* .sm-title {
    display: none;
    position: relative;
    text-align: center;
    font-size: .45rem;
    padding-bottom: .2rem;
    color: #2c5364;
    font-weight: 550;
}

* .sm-title.wihte {
    color: #ffffff;
}

* .sm-title.wihte:after {
    background: #ffffff;
}

* .sm-title:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: .03rem;
    width: .6rem;
    background: #2c5364;
}

* .sm-button {
    display: none;
}

* .sm-trackbtn{
    display: none;
}
* .header {
    height: 790px;
    background-position: center;
    background-size: cover;
    color: #ffffff;
    position: relative;
}

* .index-header {
    /*美国快线*/
    /*background-image: url(/app/images/en/new/sfcbanner-stqk8.jpg);
    background-position: center;*/
     background: -ms-linear-gradient(top, #1579b4, #1579b4);
    background:-moz-linear-gradient(top,#0c73b8,#0c73b8) !important;
    background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#1579b4), to(#1579b4));
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1579b4), to(#1579b4));
    background: -webkit-linear-gradient(top, #1579b4, #1579b4);
    background: -o-linear-gradient(top, #0c73b8, #0c73b8); 
}

/*美国快线*/
* .stqk-click{
    width: 100%;
    height: 72%;
    position: absolute;
    top: 120px;
    cursor: pointer;
}

* .main-0 {
    padding: 60px 0 0 0;
}

* .main-0 h1 {
    font-size: 28px;
    color: #2c5364;
    text-align: center;
    margin-bottom: 30px;
}

* .content .main-1 .content-box h2.e-ship-h1 {
    padding-top: 60px;
}

* .main-1 h2,
.main-5 h2,
.main-6 h2,
.main-1 h1 {
    font-size: 28px;
    color: #2c5364;
    text-align: center;
    margin-bottom: 30px;
    font-weight:bold;
}

* .main-2 h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
    color: #2c5364;
    font-weight: bold;
}

* .main-4 h2{
    font-size: 28px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    font-weight:bold;
}
* .main-0 h1.mob-block {
    display: none;
}

* .main-1 p.more-text {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    padding:10px 0;
}
* .main-1 h3.sfc-index-h3 {
    font-size: 19px;
    padding:10px 0;
    line-height:30px;
    padding-bottom:20px;
    margin:0 auto;
}
* .main-1 p.sfc-index-h3 {
    font-size: 19px;
    padding:10px 0;
    line-height:30px;
    padding-bottom:20px;
    margin:0 auto;
}

* .main-1 .sfc-warehouse-left {
    /* width: 65%;
    margin-right: 50px; */
    width:48%
}
* .main-1 .sfc-warehouse-left>video{width: 100%;}
.sfc-warehouse-clear {
    display: flex;
    align-items: center;
    /* width: 80%; */
    margin: 0 auto;
}

.sfc-warehouse-right {
    /* width: 65%; */
    flex: 1;
    margin-left: 70px;
}

.sfc-warehouse-img {
    width: 60%;
    height: auto;
    float: right;
}

.sfc-p-small {
    display: none;
}

* .main-1 .sfc-warehouse-clear::after,
* .main-1 .sfc-warehouse-clear::before {
    content: "";
    display:block;
    height:0;
    clear: both;
}

* .main-2 .content-box::after,
* .main-2 .content-box::before {
    content: "";
    display:block;
    height:0;
    clear: both;
}

* .contaniar-warehousing::after,
* .contaniar-warehousing::before {
    content: "";
    display:block;
    height:0;
    clear: both;
}

* .main-1 ul {
    margin-top: 40px;
}

* .main-1 ul li {
    float: left;
    width: 32%;
    margin-right: 1%;
    padding: 20px;
    transition: all .3s ease;
}

* .main-1 ul li:nth-of-type(3n) {
    margin-right: 0;
    float: right;
}

* .crow-1 ul li {
    width: 30%;
    margin-right: 4%;
    padding: 0 40px;
    height: auto;
}

* .crow-1 ul li:nth-of-type(3n) {
    margin-right: 0;
}

* .crow-1 ul li.e-ship-li {
    width: 44%;
    float: left;
    margin: 0 0 60px 0;
    padding: 0;
    height: 220px;
}

* .crow-1 ul li.e-ship-li2 {
    width: 33%;
    margin: 0 0 40px 0;
    height: 340px;
}

* .crow-1 .e-ship-pc li.e-ship-li2 img {
    width: 90px;
    height: auto;
}

* .crow-1 ul li.e-ship-li2:nth-of-type(6n) {
    margin-bottom: 0px;
    height: 400px;
}

* .crow-1 ul li.e-ship-li:nth-of-type(2n) {
    float: right;
}

* .crow-1 ul li div {
    padding-top: 30px;
}

* .crow-1 li.crowdfunding-li img {
    width: 180px;
}


* .crow-1 ul li .e-ship-div {
    padding-top: 0;
    display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: box;
  display: flexbox;
  display: flex;
    align-items: center;
}

* .crow-1 ul li .e-ship-div img {
    flex-shrink: 0;
    height: auto;
    width: 106px;
    margin: auto;
}

* .crow-1 ul li .e-ship-div p {
    text-align: left;
    padding-left: 30px;
    line-height: 30px;
    font-size: 16px;
}

* .crow-1 ul li.e-ship-li h3 {
    font-size: 22px;
    text-align: left;
    color: #2c5364;
    margin-bottom: 30px;
}

* .main-1 .e-ship-li2 .e-ship-c h3 {
    font-size: 22px;
    color: #2c5364;
    text-align: center;
    margin-bottom: 30px;
}

* .main-1 ul li a {
    display: block;
    height: auto;
    width: 100%;
}

* .main-1 ul li.active {
    box-shadow: 0 0 5px 2px #e7e2e2;
}

* .main-1 ul li:hover {
    box-shadow: 0 0 5px 2px #e7e2e2;
}
* .crow-1 ul li:hover {
    box-shadow:none;
}

* .main-1 ul li img {
    display: block;
    margin: 0 auto;
    width: 293px;
    height: 148px;
}

* .main-1 ul li .sfc-index-h3 {
    font-size: 22px;
    color: #2c5364;
    margin: 40px 0 0 0;
    padding-bottom:20px;
    font-weight:bold;
    width:100%;
}

* .main-1 .sfc-index-warehouse {
    padding: 0 20px;
}

* .main-1 ul li .under-line {
    margin: 28px auto;
    height: 2px;
    width: 50px;
    background: #2c5364;
}
* .under-line {
    margin: 28px auto;
    height: 2px;
    width: 50px;
    background: #2c5364;
}
* .main-4 .under-line{
    margin: 28px auto;
    height: 2px;
    width: 50px;
    background: #fff;
}

* .main-1 ul li p {
    color: #333;
    line-height: 30px;
    padding:0;
}

* .main-1 ul li p.e-ship-p {
    text-align: left;
    padding-left: 30px;
    line-height: 30px;
    font-size: 16px;
}

* .main-2 {
    padding: 90px 0;
    margin-top:60px;
    background: #f9f9f9;
    background-size:cover;
    display: none;
}
* .main-1 {
    margin-top:90px;
}

.sfc-Advantage img {
    float: left;
    width: 550px;
    height: 276px;
}

.sfc-Advantage {
    margin-top: 60px;
}

.sfc-Advantage .sfc-Advantage-one {
    float: right;
    width: 40%;
}

.sfc-Advantage .sfc-Advantage-one p {
    padding: 10px 0;
    line-height: 30px;
}

.sfc-Advantage .sfc-Advantage-one h4 {
    font-size: 20px;
    line-height: 30px;
    padding: 10px 0;
}

* .main-2 .sfc-Advantage .sfc-index-h3 {
    text-align: left;
    color: #2c5364;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
}

.sfc-Advantage::after,
.sfc-Advantage::before {
    content: "";
    display:block;
    height:0;
    clear: both;
}

* .main-2 .swiper-container1 {
    margin-top: 68px;
    overflow: hidden;
}

* .main-2 .swiper-container1 .swiper-slide {
    width: 32%;
    height: 540px;
    border: 1px solid #f7f7f7;
    box-shadow: 0px 4px 10px 0px #507091;
    background:#fff;
}

* .main-2 .swiper-container1 .swiper-slide img {
    width: 100%;
    padding:20px 20px 0 20px;
}

* .main-2 .swiper-container1 .swiper-slide p {
    padding: 25px 20px 0;
    line-height: 24px;
}

* .main-1 ul li .sfc_more::after,
.swiper-slide .sfc_more::after {
    content:"\25B6";
    margin-left:5px;
    font-size:10px;
}

* .main-1 ul li .sfc_more,
.swiper-slide .sfc_more {
    text-align:left;
    color:#ff8100;
    padding-top:15px;
}

* .main-1 ul li .main1_01 {
    padding-top: 40px;
}

* .main-1 ul li .main1_03 {
    padding-top: 35px;
}

.right .sfc_more::after{
    content:"\25B6";
    margin-left:5px;
    font-size:10px;
    color:#ff8100;
}
.right .sfc_more a{
    color:#ff8100;
}

* .swiper-slide .sfc_more a {
    color: #ff8100;
    font-size: 14px;
}

* .main-2 .swiper-container1 .swiper-slide .sfc_more {
    padding: 0;
    text-align: right;
    padding-right: 20px;
}

* .main-2 .swiper-container1 .swiper-slide p.more-text {
    padding-top: 10px;
}
* .main-2 .swiper-container1 .swiper-slide h3 {
    padding:30px 20px 0 20px;
    font-size:16px;
    font-weight:bold;
}
* .main-2 .swiper-container1 .swiper-slide h4 {
    padding:10px 20px 0 20px;
    font-size:16px;
}

* .main-2 .swiper-container1 .swiper-pagination1 {
    height: 30px;
    text-align: center;
    margin-top: 35px;
    text-align: center;
}

* .main-2 .swiper-container1 .swiper-pagination-bullet-active {
    background: #f46a21;
}

* .main-3 {
    height: 110px;
}

* .main-4 {
    padding: 70px 0 50px;
    background-image: url(/app/images/en/new/comment-bg.jpg);
    background-position: center;
    background-size: cover;
    min-height: 300px;
}

* .main-4 .swiper-slide {
    padding: 30px 100px 0;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}

* .main-4 .swiper-slide p {
    margin-top: 34px;
}

* .main-5 {
    padding: 90px 0;
    background:#f6f6f6;
}

* .main-5 ul {
    margin-top: 20px;
}

* .main-5 li {
    float: left;
    width: 14%;
    margin-top: 20px;
    height: 62px;
    line-height:62px;
    text-align:center;
}

* .main-5 li img {
    width: 90%;
    background:#fff;
    padding:5px 0;
}

* .main-6 {
    padding:90px 0 90px 0;
}

* .main-6 .content-box {
    padding: 0 40px;
}

* .main-6 .more {
    display: none;
}

* .main-6 .wrap {
    margin-top: 30px;
}

* .main-6 .description {
    font-size: 16px;
    text-align: center;
    color:#2c5364;
    line-height:30px;
    padding:5px 0;
}

* .main-6 .wrap li {
    width: 14%;
    float: left;
    color: #333;
    margin-top: 20px;
    height: 16px;
    border-right: 2px solid #ccc;
    text-align: center;
    font-size: 16px;
    height:auto;
    line-height:40px;
}
* .main-6 .wrap li img {
    width: 40%;
    text-align: center;
}

* .main-6 .wrap li:nth-of-type(7n) {
    border: none;
}

* .main-7 {
    padding: 50px 0;
    background: url(/app/images/en/new/Solution_bj.jpg) no-repeat #135874 center fixed;
    background-size:cover;
    height: 610px;
    overflow:hidden;
    font-size: 14px;
    color: #fff;
}

* .main-7c {
    width: 1300px;
}

* .main7_left {
    width: 52%;
    float: left;
    background: url(/app/images/en/new/solution_computer.png) no-repeat;
    height: 449px;
    padding: 40px 85px;
}

* .main7_right {
    width: 48%;
    float: right;
}

* .s_main7_title {
    display: none;
}

* .main-7 p.error-text {
    color: #ff0000;
    position: absolute;
    z-index: 2;
}

* .main-7 h2,
* .main-7 h2 span {
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 50px;
    font-weight:bold;
}
* .main-7 .main7_01{
    /*margin-bottom: 15px;*/
    margin-bottom: 4px;
    font-size: 24px;
    color:#2c5364;
    text-align:left;
}
* .main-7 .main7_01 span{
    font-size:26px;
}
* .main-7 .main7_02{
    font-size: 16px;
    color:#2c5364;
    /*padding:10px 10px;*/
    padding:4px 4px;
}
* .main-7 .main7_02 img{
    padding-right:10px;
    width:30px;
}
* .add-destinations::after{
    content: "\25BC";
    color:#2c5364;
    float: right;
    font-size: 10px;
    margin-top: 3px;
}

* .main-7 h4 {
    margin-bottom: 10px;
}

* .main-7 h4 span {
    color: #ff0000;
}

* .main-7 li {
    width: 49%;
    float: left;
    margin: 0 2% 20px 0;
    position: relative;
}

* .main-7 li.main7_input1,
.main-7 li.main7_input2 {}

/** .main-7 li.main7_input1 input,
.main-7 li.main7_input2 input {
    width:96%;
    margin-left:8px;
}*/

* .main-7 li:nth-child(2n) {
    margin-right: 0;
}

* .main-7 li select {
    width: 96%;
    height: 34px;
    border-radius: 4px;
    border: 1px solid #fff;
    color: #333;
    font-size:14px;
}

* .main-7 li textarea {
    width: 98%;
    height: 100px;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 10px;
    resize: none;
}

* .main-7 li .code-box input.form-control {
    width: 74%;
    margin-right: 10px;
}

* .main-7 li .code-box a {
    width: 134px;
    height: 34px;
    display: inline-block;
    border-radius: 4px;
}

* .main-7 li .code-box a img {
    width: 100%;
}

* .main-7 li .add-destinations {
    width: 96%;
    height: 34px;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 6px 10px;
    background: url(/app/images/en/new/add.png) no-repeat 98% center #fff;
    cursor: pointer;
    background-size: 14px 14px;
    position: relative;
    color:#98aeb8;
    margin-left:8px;
    font-size:14px;
}

* .main-7 li span {
    color: #ff0000;
    margin-right: 3px;
}

* .main-7 li .formred {
    position: absolute;
    margin-top: 10px;
}

* .main-7 li.formtext {
    width: 100%;
}

* .main7_right li.customer-type {
    width: 100%;
}

* .main7_right li.customer-type select{
    width: 98%;
}

* .main-7 li.formcode {
    width: 100%
}

* .main-7 li .add-destinations span {
    display: block;
    width: 28%;
    height: 22px;
    float: left;
    line-height: 22px;
    color: #2c5364;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #2c5364;
    border-radius: 150px;
    margin-right: 10px;
    padding: 0 10px;
}

* .main-7 li .add-destinations i {
    font-style: normal;
    color: #2c5364;
    font-weight: 600;
    line-height: 32px;
}

* .main-7 li .add-destinations-list {
    display: none;
    width: 100%;
    background: #f0f0f0;
    border-radius: 4px;
    padding: 20px;
    position: absolute;
    top: 48px;
    z-index: 10;
    overflow: visible !important;
}

* .main-7 li .add-destinations-list:before {
    content: " ";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: -8px;
    left: 20px;
    border-style: solid;
    border-width: 8px;
    border-color: transparent transparent #f0f0f0 #f0f0f0;
    transform: rotate(135deg);
}

* .main-7 li .add-destinations-list label {
    width: 45%;
    position: relative;
    margin-bottom: 15px;
    color: #333;
    border:none;
}

* .main-7 li .add-destinations-list .show-input {
    display: none;
    position: absolute;
    left: 126px;
    top: -8px;
}

* .main-7 li .add-destinations-list .show-input.active {
    display: block;
}

* .main-7 li .add-destinations-list label:nth-child(3n) {
    margin-right: 0%;
}

* .main-7 .button-demo {
    text-align: right;
}

* .main-7 .button-demo .ladda-label {
    font-weight: bold;
    font-size: 16px;
}



* .main-8{
    
}
* .main-8 h2{
    font-size: 28px;
    line-height: 40px;
    font-weight:bold;
}
* .main-8 .content-box{
    margin-top: 60px;
    font-weight: bold;
}
* .main-8 .content-box .works-header{
    display: flex;
    margin: 10px 0;
}
* .main-8 .content-box .works-header h2{
    color: #2c5364;
}

* .main-8 .content-box .works-header .right-under-line{
    border: 1px solid #2c5364;
    width: 2px;
    margin: 4px 36px;
    height: 70px;
}
* .main-8 .content-box .works-header .works-header-left{
    margin: auto 0;
}
* .main-8 .content-box .works-header .works-header-left div{
    color: #ff8100;
}
.works-header .works-header-right{
    margin: auto 0;
    font-weight: bold;
}
* .main-8 .content-box .works-content{
    display: flex;
    justify-content: space-between;
}
* .main-8 .content-box .works-content .works-item{
    margin: 20px 0 10px;
}
* .main-8 .content-box .works-content h3{
    color: #f36a21;
    font-weight: bold;
    margin: 20px 0 10px;
}
* .main-8 .content-box .works-content .works-item div{
    font-weight: 400;
}

* .main-8 .content-box .works-footer{
    display: flex;
    background: #f36a21;
    border-radius: 10px;
    padding: 25px;
    position: relative;
    margin-top: 20px;
}
* .main-8 .content-box .works-footer .works-footer-text{
    color: #FFFFFF;
    font-size: 39px;
    font-weight: bold;
    width: 600px;
}
* .main-8 .content-box .works-footer .works-footer-button{
    color: #f36a21;
    background-color: #FFFFFF;
    border-radius: 30px;
    position: absolute;
    top: 50%;
    right: 12%;
    transform: translateY(-50%);
    padding: 10px 30px;
    font-size: 24px;
    font-weight: bolder;
}

* .main-9 {

}
* .main-9 .content-box .reason-header{
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}
* .main-9 .content-box .reason-header h2{
    font-size: 28px;
    line-height: 40px;
    font-weight:bold;
    color: #2c5364;
}
* .main-9 .content-box .reason-header h2 mark{
    background: transparent;
    color: #f36a21;
} 
* .main-9 .content-box .reason-header div{
    margin: 30px 0;
} 
* .main-9 .content-box .reason-header a{
    background: #f36a21;
    color: #FFFFFF;
    padding: 10px 30px;
    border-radius: 24px;
    font-weight: bold;
}
* .main-9 .content-box .reason-header .reason-header-left{
    flex:0.9
}
* .main-9 .content-box .reason-header .reason-header-right{
    width: 500px;
}

* .main-9 .content-box .reason-content{
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

* .main-9 .content-box .reason-content .reason-item{
    padding: 10px;
    margin-top: 30px;
    /* flex: 0.25 */
}
* .main-9 .content-box .reason-content .reason-item:hover{
    box-shadow: 0 0 5px 2px #e7e2e2;
}

* .main-9 .content-box .reason-content .reason-item h3{
    font-size: 22px;
    color: #2c5364;
    margin: 20px 0 0 0;
    padding-bottom: 20px;
    font-weight: bold;
    width: 100%;
}


.ladda-button {
    position: relative;
}
.ladda-button .ladda-spinner {
    position: absolute;
    z-index: 2;
    display: inline-block;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px;
    opacity: 0;
    pointer-events: none;
}

.ladda-button,
.ladda-button .ladda-spinner {
    -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
    -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
    -ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
    -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
    transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
}

.ladda-button[data-style="zoom-in"],
.ladda-button[data-style="zoom-in"] .ladda-spinner,
.ladda-button[data-style="zoom-out"],
.ladda-button[data-style="zoom-out"] .ladda-spinner {
    -webkit-transition: 0.3s ease all !important;
    -moz-transition: 0.3s ease all !important;
    -ms-transition: 0.3s ease all !important;
    -o-transition: 0.3s ease all !important;
    transition: 0.3s ease all !important;
}
.ladda-button[data-style="expand-right"] .ladda-spinner {
    right: 14px;
}
.ladda-button[data-style="expand-right"][data-loading] {
    padding-right: 56px;
}
.ladda-button[data-style="expand-right"][data-loading] .ladda-spinner {
    opacity: 1;
}
.ladda-button {
    padding: 10px 15px;
    background: #666;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    border: none;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/** .main-7 .button-demo {
    margin-top: 10px;
}*/

.ladda-button[data-color="green"] {
    background: #f36a21;
}
.ladda-button[data-color="green"]:hover {
    background-color: #f45602;
}

.ladda-button[disabled],
.ladda-button[data-loading] {
    cursor: default;
    background-color: #999;
}

.ladda-button[disabled]:hover,
.ladda-button[data-loading]:hover {
    cursor: default;
    background-color: #999;
}

/* login */
* .login-bg {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

* .is-login {
    height: 100%;
    position: relative;
}

* .is-login .header {
    height: auto;
}

* .is-login .backindex {
    display: block;
    margin: 0 auto;
    width: 111px;
    height: 52px;
    background-image: url(/app/images/en/new/fiex-logo_03.png);
}

.is-login .nav-box.fixed {
    position: absolute ;
    box-shadow: 0 0 0 0 !important;
}
.is-login .nav-box {
    width: 100%;
    height: 125px;
    padding: 38px 0;
    box-sizing: border-box;
    font-size: 16px;
    background: #ffffff;
    color: #000;
}
.is-login .nav-box a {
    color:#000000 !important;
}
.is-login .nav-box .more-list a {
    color:#FFFFFF !important;
}
.is-login .nav-box .logo {
    background-image: url(/app/images/en/new/fiex-logo_03.png);
}
.is-login .top-bar .content-box li {
    color: #000000 !important;
}
.is-login .top-bar .content-box a {
    color: #000000 !important;
}
.is-login .page-button a{
    color: #FFFFFF !important;
}
.is-login .nav-box .nav-el > li.has-more:after {
    background-image: url(/app/images/en/new/more-black.png);
}
.is-login .content-box {
    margin-top:15px !important;
}
.is-login .nav-box .nav-el > li:before {
    background: #000000 !important;
}
/*********************************************************/
* .is-login input {
    font-size: 14px !important;
}

* .is-login .content {
    position: absolute;
    left: 0;
    right: 0;
    top: 15%;
    margin: auto;
    width: 450px;
    height: auto;
    color: #9d9d9d;
    font-size: 16px;
}

* .is-login .content .login-main {
    padding: 40px;
    margin-top: 30px;
    background: #fff;
    box-shadow: 0 0 12px #eaeaea;
    border-radius: 4px;
}

* .is-login .content .error-text {
    position: absolute;
    top: 0;
    left: 465px;
    color: #ff0000;
    line-height: 45px;
    min-width: 60%;
}

* .is-login .content h3 {
    margin-bottom: 30px;
    font-size: 20px;
    color: #2c5364;
    text-align: center;
}

* .is-login .content .login-main > ul > li {
    position: relative;
}

* .is-login .content .login-main > ul > li p {
    font-size: 14px;
}

* .is-login .content .login-main > ul > li .question {
    display: inline-block;
    height: 15px;
    width: 15px;
    background: url(/app/images/en/new/login/login-5.png) no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    margin: auto;
    cursor: default;
}

* .is-login .content .login-main > ul > li .question .notice {
    display: none;
    position: absolute;
    min-width: 160px;
    left: 23px;
    top: -10px;
    padding: 5px;
    border-radius: 4px;
    background: rgba(0, 0, 0, .52);
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    z-index: 10;
    cursor: default;
}

* .is-login .content .login-main > ul > li .question .notice:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-width: 8px 8px 8px 0;
    border-style: solid;
    border-color: transparent rgba(0, 0, 0, .52) transparent transparent;
    position: absolute;
    top: 10px;
    left: -8px;
}

* .is-login .content .login-main > ul > li .question:hover .notice {
    display: block;
}

* .is-login .content .input-group {
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

* .is-login .content .input-group input,
* .is-login .content .input-group select {
    position: relative;
    height: 40px;
    width: 100%;
    padding: 5px 12px 5px 45px;
    line-height: 30px;
    border-radius: 4px;
    z-index: 0;
}

* .is-login .content .input-group select {
    border: 1px solid #e0e0e0;
    color: #c1c1c1;
    background: none;
}

* .is-login .content .input-group select option:first-child {
    color: #c1c1c1;
}

* .is-login .content .input-group select option {
    color: #333;
}

* .is-login .content .input-group input[type="checkbox"]:before {
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #c6c6c6;
    cursor: pointer;
}

* .is-login .content .input-group input.error {
    border: 1px solid #f36a21;
    box-shadow: none;
}

* .is-login .content .input-group .input-parent {
    position: relative;
    height: 40px;
}

* .is-login .content .input-group .input-parent:before {
    content: ' ';
    position: absolute;
    height: 19px;
    width: 19px;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}

.form-control {
    border: 1px solid #fff;
    box-shadow: none;
    display: inline-block;
    width: 95%;
}

* .is-login .content .input-group .input-parent.user-wrap:before {
    background-image: url(/app/images/en/new/login/login-1.svg);
}

* .is-login .content .input-group .input-parent.pswd-wrap:before {
    background-image: url(/app/images/en/new/login/login-2.svg);
}

* .is-login .content .input-group .input-parent.sub-user-wrap:before {
    background-image: url(/app/images/en/new/login/login-3.svg);
}

* .is-login .content .input-group .input-parent.re-pswd-wrap:before {
    background-image: url(/app/images/en/new/login/login-10.svg);
}

* .is-login .content .input-group .input-parent.email-wrap:before {
    background-image: url(/app/images/en/new/login/login-6.svg);
}

* .is-login .content .input-group .input-parent.phone-wrap:before {
    background-image: url(/app/images/en/new/login/login-7.png);
}

* .is-login .content .input-group .input-parent.address-wrap:before {
    background-image: url(/app/images/en/new/login/login-8.png);
}

* .is-login .content .input-group .input-parent.country-wrap:before {
    background-image: url(/app/images/en/new/login/login-9.svg);
}

* .is-login .content .input-group .input-parent.code-wrap:before {
    background-image: url(/app/images/en/new/login/login-4.svg);
}

* .is-login .content .col-box {
    margin-top: 20px;
    font-size: 14px;
}

* .is-login .content .col-box .left {
    float: left;
}

* .is-login .content .col-box .left label input {
    float: left;
    margin: 4px 5px 0 0;
}

* .is-login .content .col-box .left label span {
    display: inline-block;
    width: 350px;
    float: left;
    vertical-align: top;
    line-height: 22px;
}

* .is-login .content .col-box .right {
    float: right;
}

* .is-login .content .col-box .right a {
    color: #330c82 !important;
}

* .is-login .content .col-box .right a:hover {
    text-decoration: underline !important;
}

* .is-login .button-group div {
    margin-top: 30px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    text-align: center;
}

* .is-login .button-group div a {
    display: block;
    height: 100%;
    width: 100%;
}

* .is-login .button-group .login,
* .is-login .button-group .submit {
    background: #f36a21;
    font-size: 16px;
}

* .is-login .button-group .login:hover,
* .is-login .button-group .submit:hover {
    background: #f45602;
}

* .is-login .button-group .login a,
* .is-login .button-group .submit a {
    color: #ffffff;
}

* .is-login .button-group .log-sub {
    border: 1px solid #f36a21;
}

* .is-login .button-group .log-sub a {
    color: #f36a21;
}

* .is-login .button-group p {
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
}

* .is-login .button-group p a {
    color: #330c82 !important;
}

* .is-login .button-group p a:hover {
    text-decoration: underline !important;
}

* .is-login.is-register .btm-kong-100 {
    height: 80px;
}

* .is-login .col-box label {
    vertical-align: top;
    line-height: 14px;
}

.switchover-list {
    margin: 0 -40px 30px;
    text-align: center;
}

.switchover-list span {
    display: inline-block;
    padding: 10px 4px;
    margin: 0 20px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

.switchover-list-l {
    position: relative;
    display: inline-block;
}

.switchover-list .switch_bottom {
    width: 64px;
    position: absolute;
    left: 10px;
    bottom: -1px;
    _bottom: -2px;
    border-bottom: 2px solid #848484;
    border-bottom: 1px solid #2c5364;
    color: #2c5364;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.login-main-2 {
    position: relative;
}

.login-switchover-none {
    display: none;
}

.sub-header {
    height: 605px;
    background-image: url(/app/images/en/new/contact-us/contact_us-banner.jpg);
}

.sub-header .header-text {
    height: 340px;
}

.sub-header .title {
    margin: 0 auto;
    font-size: 36px;
    line-height: 48px;
    font-weight: bold;
    text-align: center;
}

.sub-header .how-it-work-h1 {
    padding-top: 60px;
}

.header-text .pick-t {
    display: block;
}

.sub-header .pick-left {
    width: 600px;
    float: left;
    margin: 0;
    padding-top: 60px;
    text-align: left;
}

.sub-header .corw-banner-left {
    padding-top: 134px;
}

.sub-header .pick-img {
    width: 600px;
    float: right;
    padding-top: 90px;
    position: absolute;
    right: 0;
}

.sub-header .warehouse-img {
    width: 525px;
    float: right;
    padding-top: 129px;
    position: absolute;
    right: 0;
}

.sub-header .warehouse-left {
    width: 650px;
    float: left;
    margin: 0;
    padding-top: 112px;
    text-align: left;
}

.pick-radio {
    padding-top: 30px;
    display: block;
}

.pick-radio a {
    font-size: 18px;
    color: #fff;
    background: #ff8100;
    padding: 10px 30px;
    border-radius: 30px;
}

.pick-align a {
    color: #fff;
    background: #c4c4dd;
}

.ship-align a {
    background: #6fb8c8;
}

.pick-align {
    text-align: center;
    padding-top: 0;
    height45px;
    line-height: 45px;
}

.pick-top {
    padding-top: 40px;
}

.kick-radio {
    margin: 0 auto;
    padding: 40px 0 60px 0;
}

.pick-ful {
    background: #f0f0f0;
    padding-bottom: 60px;
    margin-top: 60px;
}

.pick-bottom .swiper-slide {
    width: 307px;
    text-align: center;
    margin-right: 138px;
}

.pick-bottom .swiper-slide:nth-of-type(3n) {
    margin-right: 0;
}

.pick-bottom .swiper-slide .img-wrap img {
    width: 307px;
}

.pick-bottom .swiper-slide p {
    padding-top: 20px;
    font-size: 18px;
}

.kitting {
    margin-bottom: 30px;
}

.sub-header .crow-img {
    width: 560px;
    float: right;
    position: absolute;
    right: 0;
    top: 185px;
}

.crow-1 ul,
.crow-6 ul{
    margin-top: 40px;
}

/*consolidation-warehouse_css*/
div.cw-box1{
    display: flex;
    justify-content: center;
    margin: 40px auto 70px auto;
}

div.cw-item{
    text-align: center;
    width: 270px;
    height: 313px;
    background: #fff;
    box-shadow: 0px 0px 45px 0px rgba(103,102,109,0.14);
    border-radius: 6px;
    padding: 27px;
    margin-right:40px;
    box-sizing: border-box;
}

div.cw-item:last-child{
    margin-right: 0;
}

div.cw-textbox h5{
    font-size: 22px;
    font-weight: bold;
    margin: 22px 0 17px 0;
    color: #333;
}

div.cw-textbox p{
    width: 225px;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #484848;
}

.crow-2{
    background: #efefef;
    margin-top: 0px;
    padding-top: 70px;
}

.crow-2 .content-box{
    background: url(/app/images/en/new/notification/cw_bg01.png) no-repeat center;
}

.cw_aboutus{
    display: flex;
    justify-content: center;
    margin-top: 25px;
    padding-bottom: 70px;
}

.cw_aboutus_img{
    margin-right: 35px;
}

.cw_aboutus_text p{
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    padding-top: 30px;
    color: #333;
}

* .main-1 div ul.cw_storage_img{
    max-width: 1080px;
    margin: 15px auto;
}

* .main-1 div ul li.cw_storage{
    width: 13.89%;
    margin-right: 62px;
    padding: 0;
    float: left;
}

* .main-1 div ul li.cw_storage:last-child{
    margin-right: 0px;
}

* .main-1 div ul li.cw_storage img{
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    box-shadow: 0px 5px 10px 0px rgba(156,129,81,0.4);
    border-radius: 50%;
}

* .main-1 div ul li.cw_storage_label{
    width: 35px;
    margin-right: 62px;
    padding: 60px 0 0 0;
    float: left;
}

* .main-1 div ul li.cw_storage_label img{
    display: block;
    margin: 0 auto;
    width: 35px;
    height: 35px;
}

* div ul.cw_storage_text{
    display: block;
    text-align: center;
}

* .main-1 ul li.cw_storage_t1{
    float: left;
    width: 280px;
    padding: 15px 15px 70px 15px;
    margin: 0 26px 0 0;
}

* .main-1 ul li.cw_storage_t1:last-child{
    margin-right: 0;
    padding-right: 0;
}

* .main-1 ul li.cw_storage_t1 h5{
    font-size: 22px;
    font-weight: bold;
    margin: 22px 0 17px 0;
    color: #333;
}

* .main-1 ul li.cw_storage_t1 p{
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #484848;
}

.crow-3{
    background: #fff;
    margin-top: 0px;
    padding-top: 50px;
}

.cw_limit{
    display: flex;
    justify-content: center;
    padding-bottom: 70px;
}

.cw_limit_img1{
    padding-top: 20px;
    margin-right: 1.5%;
}
.cw_limit_text p{
    width: 75%;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    padding-top: 20px;
    color: #333;
}

.cw_limit_img2{
    margin-right: 8%;
}

.crow-4{
    background: #efefef;
    margin-top: 0px;
    padding-top: 50px;
}

* .main-1 div ul.cw_problem_text{
    margin: 15px auto;
}

div.cw_problem ul li{
    width: 100%;
    margin: 0 0 50px 0;
    position: relative;
    padding: 0;
    text-shadow: none;
}

div.cw_problem ul li:last-child{
    margin-bottom: 70px;
}

div.cw_problem ul li:hover {
    box-shadow: none;
}

* .main-1 div.cw_problem ul li:before{
    content: "";
    width: 14px;
    height: 14px;
    background: linear-gradient(45deg, #FE7F06 15%, #FEBD5F 100%);
    border-radius: 50%;
    float: left;
    transform: translateY(3px);
    position: absolute;
    margin-right: 1%;
}

li.cw_problem_t1 h5{
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 17px 28px;
    color: #333;
}

* .main-1 div ul li.cw_problem_t1 p{
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #484848;
    padding: 0 0 0 28px;
}

/*consolidation-warehouse_css_end*/

.crow-6 {
    padding: 60px 0 0 0;
    margin: 0
}

.crow-7 {
    padding-bottom: 30px;
}

.crow-1 .crow-1p,
.crow-6 .crow-1p {
    text-align: center;
    line-height: 30px;
    font-size: 16px;
}

.crow-1 .crow-2p {
    padding-bottom: 20px;
}

.crow-1 .corw-2p img {
    text-align: center;
}

.crow-1 section.banner-pc{
    width: 800px;
    margin: 0 auto;
}

.crow-1 section.banner-phone {
    display: none;
}

.crow-1 section.banner-pc video {
    width: 800px;
}

.crow-con {
    background: #efefef;
    margin-top: 60px;
}

.e-ship-con {
    padding-bottom: 60px;
}

.crow-con5 {
    background: #2c5364;
    margin-top: 60px;
}

.crow-con5l {
    width: 121px;
    float: left;
    padding: 30px 0;
}

.crow-con5m {
    width: 980px;
    float: left;
}

.crow-con5r {
    width: 97px;
    float: right;
    padding: 30px 0;
}

.is-service .crow-con5 .content-box .crow-con5m h2.title {
    color: #fff;
}

.is-service .crow-con5 .content-box .crow-con5m .under-line {
    background: #fff;
}

.crow-con5m p {
    color: #fff;
    text-align: center;
    padding: 0 100px;
    font-size: 16px;
    line-height: 30px;
}

* .crow-6 ul li {
    width: 22%;
    background: #f5f5f5;
    margin-right: 4%;
    height: 480px;
}

* .crow-6 ul li:nth-of-type(4n) {
    margin-right: 0;
}

* .crow-6 ul li h2 {
    color: #000;
    font-size: 16px;
    padding-top: 30px;
    font-weight: bold;
}

* .crow-6 ul li img {
    margin-bottom: 20px;
}

* .main-1 ul li p.crow6-p {
    color: #ff8100;
}

.crow7-p {
    text-align: center;
    font-size: 16px;
    padding-top: 5px;
}

.sub-header .title .pick-one-span{
    font-size: 28px;
}

.sub-header .title .cw-span1{
    font-size: 33px;
}

.sub-header .title .small-span {
    font-size: 20px;
    line-height: 34px;
    font-weight: normal;
    display: inline-block;
    margin-top: 15px;
    color: #fff;
}

.content-lefts,
.con_texts {
    display: none;
}

.sub-header .title span.span-title {
    display: none;
}

.is-contact-us .search-parent {
    position: relative;
    font-size: 16px;
    margin-top: -50px;
    z-index: 10;
}

.is-contact-us .search-parent br {
    display: none;
}

.is-contact-us .search-parent .search-box {
    color: #143f51;
    text-align: center;
    line-height: 100px;
    box-shadow: 0px 1px 5px 0px #d0d0d0;
    border-radius: 4px;
    background: #ffffff;
}

.is-contact-us .search-parent .search-box .input-box {
    position: relative;
    display: inline-block;
}

.is-contact-us .search-parent .search-box .input-box input {
    width: 400px;
    height: 42px;
    border: 1px solid #456776;
    outline: none;
    border-radius: 4px;
    padding-left: 10px;
    background: none;
}

.is-contact-us .search-parent .search-box .input-box img {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    cursor: pointer;
}

.is-contact-us .contact-main-1 {
    position: relative;
    padding: 80px 0;
}

.is-contact-us .contact-main-1 h3 {
    font-size: 28px;
    color: #2c5364;
}

.is-contact-us .contact-main-1 .under-line {
    margin: 15px 0;
    height: 2px;
    width: 50px;
    background: #2c5364;
}

.is-contact-us .contact-main-1 .left {
    width: 45%;
}

.is-contact-us .contact-main-1 ul {
    margin-top: 35px;
}

.is-contact-us .contact-main-1 ul li {
    margin-top: 15px;
}

.is-contact-us .contact-main-1 ul li h4 {
    position: relative;
    font-weight: normal;
    padding-left: 32px;
    font-size: 16px;
    color: #9d9d9d;
    line-height: 20px;
    z-index: -1;
}

.is-contact-us .contact-main-1 ul li h4:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 20px;
    width: 25px;
    background-size: contain;
    background-repeat: no-repeat;
}

.is-contact-us .contact-main-1 ul li:first-child h4:before {
    background-image: url(/app/images/en/new/login/login-1.svg);
}

.is-contact-us .contact-main-1 ul li:nth-child(2) h4:before {
    background-image: url(/app/images/en/new/login/login-6.svg);
}

.is-contact-us .contact-main-1 ul li:nth-child(3) h4:before {
    background-image: url(/app/images/en/new/contact-us/contact_us-5.svg);
}

.is-contact-us .contact-main-1 ul li:nth-child(4) h4:before {
    background-image: url(/app/images/en/new/contact-us/contact_us-6.svg);
}

.is-contact-us .contact-main-1 ul li .left {
    width: 40%;
}

.is-contact-us .contact-main-1 ul li input,
.is-contact-us .contact-main-1 ul li textarea {
    display: block;
    width: 100%;
    height: 36px;
    border: none;
    border-bottom: 1px solid #c5c5c5;
    font-size: 14px;
    margin-top: 10px;
}

.is-contact-us .contact-main-1 ul li input.error,
.is-contact-us .contact-main-1 ul li textarea.error {
    border-bottom: 1px solid #ff0000;
}

.is-contact-us .contact-main-1 ul li textarea {
    height: auto;
    margin-top: 20px;
    resize: none;
    line-height: 25px;
    overflow-y: visible;
}

.is-contact-us .contact-main-1 ul li .error-text {
    height: 20px;
    margin-top: 5px;
    font-size: 14px;
    color: #ff0000;
    line-height: 20px;
    min-width: 380px;
}

.is-contact-us .contact-main-1 .right {
    position: absolute;
    right: 0;
    width: 48%;
    top: 160px;
}

.is-contact-us .contact-main-1 .right img {
    display: block;
    width: 100%;
}

.is-contact-us .contact-main-1 .right p {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 47px;
    padding: 15px;
    line-height: 16px;
    font-size: 13px;
    text-align: center;
    color: #fff;
}

.is-get-quote {
    background: #f9f9f9;
    font-size: 14px;
    color: #c5c5c5;
}

.is-get-quote textarea:focus {
    border: 1px solid #66afe9 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.8);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.8);
}
.is-get-quote .nav-box.fixed {
    position: absolute ;
    box-shadow: 0 0 0 0 !important;
}

.is-get-quote .header{
    background: #FFFFFF !important;
}
.is-get-quote .sub-header {
    background: #FFFFFF;
    height: 92px;
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 16px;
}
.is-get-quote .nav-box {
    width: 100%;
    height: auto;
    padding: 0;
    box-sizing: border-box;
    font-size: 16px;
    background: #ffffff;
    color: #000;
}
.is-get-quote .nav-box a {
    color:#000000 !important;
}
.is-get-quote .nav-box .more-list a {
    color:#FFFFFF !important;
}
.is-get-quote .nav-box .logo {
    background-image: url(/app/images/en/new/fiex-logo_03.png);
    background-repeat: no-repeat;
}
.is-get-quote .top-bar .content-box li {
    color: #000000 !important;
}
.is-get-quote .top-bar .content-box a {
    color: #000000 !important;
}
.is-get-quote .page-button a{
    color: #FFFFFF !important;
}

.is-get-quote .nav-box .nav-el > li {
    line-height: 52px;
}

.is-get-quote .nav-box .nav-el > li:before {
    background: #000000 !important;
}

.is-get-quote .nav-box .nav-el > li.has-more:after {
    background-image: url(/app/images/en/new/more-black.png);
}
.is-get-quote .error-text {
    color: #ff0000;
    line-height: 12px;
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: -15px;
}

.is-get-quote .header-text h2 br {
    display: none;
}

.mtop1 {
    height: 1rem;
    margin-bottom: .4rem;
    display: none;
}

.is-get-quote .content .quote-main {
    font-size: 16px;
}

.is-get-quote .content {
    border-radius: 4px;
    width: 1300px;
    margin: 50px auto;
    background:none;
    height:auto;
}
input::placeholder {
    color: #98aeb8 !important;
    font-size: 14px;
}

textarea::placeholder {
    color: #40687a !important;
    font-size: 14px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #98aeb8 !important;
    font-size: 14px;
}

input:-moz-input-placeholder,
textarea:-moz-input-placeholder {
    color: #98aeb8 !important;
    font-size: 14px;
}

input::-moz-input-placeholder,
textarea::-moz-input-placeholder {
    color: #98aeb8 !important;
    font-size: 14px;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #98aeb8 !important;
    font-size: 14px;
}

* .is-get-quote .quote_t {
    width: 800px;
    margin: 0px auto;
}

* .qupte_table {
    background: linear-gradient(23deg, #366db0 25%, #2d90da 100%);
    width: 100%;
    float: none;
    padding: 40px;
}

* .main-7 .quote_text h2 {
    margin-bottom: 0;
}

* .quote_text p {
    text-align: center;
    font-size: 16px;
    padding-bottom: 15px;
}

* .quote_text {
    padding-bottom: 20px;
}

* .is-get-quote .content .quote-main.quote-main-1 ul li input.quote_input {
    width: 75%;
}

* .is-get-quote .content .button-demo {
    text-align: center;
}

* .quote_text .under-line {
    margin: 28px auto;
    height: 2px;
    width: 50px;
    background: #fff;
}

* .quote_bk {
    background: linear-gradient(23deg, #004872 25%, #1184d5 100%)
}

* .qupte_bg {
    background: #87bbf1;
    width: 46%;
    padding: 40px;
    margin-top: 0;
}

* .quote_left {
    width: 52%;
    margin-top: 10px;
    background: url(/app/images/en/new/q_solution_computer.png) no-repeat;
    height: 443px;
}

* .success_bk {
    background: linear-gradient(25deg, #3b4ca2 25%, #6a6ab7 100%);
    min-height: 480px;
}

* .success_top {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

* .success_top h2 {
    color: #fff;
    line-height: 60px;
    margin: 30px 0;
    font-weight: normal;
}

* .is-get-quote .success_con {
    position: relative;
    height: 610px;
}

* .success_conm {
    text-align: center;
    padding: 60px 0 120px 0;
}

* .success_text1 {
    color: #ff8100;
    font-size: 30px;
    font-weight: bold;
    line-height: 60px;
    padding-top: 20px;
}

* .success_text2 {
    color: #330c82;
    font-size: 18px;
    padding-top: 40px;
}

* .success_con a {
    padding: 10px 40px;
    font-size: 18px;
    color: #fff;
    border-radius: 30px;
    margin: 0 10px;
}

* .success_radio1 {
    background: #ff8100;
}

* .success_radio2 {
    background: #8989ba;
}

* .success_bottom {
    text-align: center;
}

* .success_mm {
    position: absolute;
    top: -100px;
    background: #fff;
    border-radius: 30px;
    width: 1200px;
    margin: 0 auto;
    height: 650px;
}

* .success_m {
    height: auto;
    width: 100%;
}

.e-ship-table {
    padding-top: 60px;
}

.e-ship-table table {
    border: 1px solid #ddd;
    width: 80%;
    margin: 0 auto;
}

.e-ship-table th {
    background: #eee;
}

.e-ship-table table>thead>tr>th,
.e-ship-table table>tbody>tr>td {
    border: 1px solid #ddd;
    padding: 20px;
}

.is-get-quote .content .quote-main .m-content-box {
    margin: 0 auto;
}

.sfc_more1 {
    padding-top: 40px;
}

.sfc_more3 {
    padding-top: 35px;
}

.content_des {
    padding: 10px 0;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
}

.left_01 {
    margin-bottom: 70px;
}

.left_02 {
    margin-bottom: 70px;
}

.left_03 {
    margin-bottom: 165px;
}

.left_ful01 {
    margin-bottom: 115px;
}

.left .left_ful03 {
    padding-bottom: 125px;
    padding-top: 130px;
}

.left .left_padding {
    margin-bottom: 80px;
}

.left .left_ful04 {
    padding-top: 20px;
    margin-bottom: 60px;
}

.content-left .left p.ledt_01top {
    background-color: #2c5364;
    height: 35px;
    line-height: 35px;
    opacity: 0.7;
    position: relative;
    margin-top: -35px;
}

.content-left .left p.ledt_01text {
    position: relative;
    color: #fff;
    text-align: center;
    margin-top: -28px;
    font-size: 16px;
}

.con_left {
    width: 65%;
    float: left;
    background: #2c5364;
    color: #fff;
    height: 220px;
    font-size: 24px;
    line-height: 36px;
}

.con_left .con_text {
    padding: 0 120px;
    font-size: 22px;
}

.con_right {
    width: 35%;
    float: right;
}

.con_right img {
    width: 100%;
    height: 220px;
}

.warehouse_con:after,
.warehouse_con:before {
    clear: both;
    content: '';
    display: block;
}

.con_left img {
    padding: 20px 0 0 60px;
}

.content-box .title span {
    display: block;
    font-size: 28px;
    font-weight: bold;
}

.sfc-case .swiper-slide{
    width: 48%;
    background:#fff;
    border-radius:30px;
    box-shadow:3px 3px 8px #ccc;
    border:1px solid #ccc;
    margin-top:40px;
}

.sfc-case .swiper-slide ul li{
     padding:0 20px;
     border-right:1px solid #ccc;
     display: inline-grid;
     width:30%;
}
.sfc-case .swiper-slide ul li:nth-of-type(3n){
     border-right:none;
}
.sfc-case .swiper-slide ul li strong{
    padding-top:30px;
}
.case-study::after{
    content: "";
    display:block;
    height:0;
    clear: both;
    border-right:none;
}
.case-study ul::after{
    content: "";
    display:block;
    height:0;
    clear: both;
    border-right:none;
}

.sfc-case::after,
.case-study::before,
.case-study-one::after,
.case-study-one::before {
    content: "";
    display:block;
    height:0;
    clear:both;
}

.sfc-case {
    margin-bottom: 60px;
}

.case-study-div {
    padding-top: 5%;
}

.case-study-div p {
    padding: 0 0 10px 20px;
    text-align: left;
}

.case-study-div p img {
    width: 40px;
    margin-right: 30px;
}

.case-study-div p span {
    color: #2e7c7d;
    font-size: 18px;
    font-weight: bold;
}

.sfc-case .swiper-slide .img-wrap3 {
    padding: 20px 0 20px 20px;
    color: #aaa;
    font-size: 20px;
}

.sfc-case .swiper-slide .img-wrap3 img {
    border-radius: 50px;
    margin-right: 10px;
    width: 60px;
}

.case-study .case-study-img {
    padding-top: 20px;
    width: 90%;
}

.case-radio::after{
    content:"\25B6";
    margin-left:5px;
    font-size:10px;
    color:#ff8100;
}

.case-radio {
    float: right;
    padding: 0 40px 30px 0;
}

.case-radio a {
    font-size: 14px;
    color: #ff8100;
}

.is-get-quote .content .quote-main h3 {
    font-size: 22px;
    color: #2c5364;
    text-align: center;
}
.swiper-pagination3{
    height: 20px;
    margin-left:48%;
    margin-top: 40px;
}

.swiper-pagination3 span {
    display: block;
    float: left;
    margin: 0 5px;
}

.swiper-pagination3 span.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ececec;
    opacity: 1;
    border-radius:50px;
}

.swiper-pagination3 .swiper-pagination-bullet-active {
    background: #2c5364;
    width: 10px;
    height: 10px;
    opacity: 1;
    border-radius:50px;
}

.swiper-slide-only {
    margin-right: 40px!important;
}


/*.swiper-pagination-clickable{float: right; margin-left:0;}
.is-service .content .content-box .swiper-container3 .swiper-slide .case-study-div p{text-align: left;}*/
.case-study-info{}

.case-info-more {
    width: 1200px;
    margin: 0 auto;
}

.case-info-con .case-info-con-img {
    text-align: center;
    padding: 20px 0;
}

.case-info-con p {
    text-align: center;
}

.case-info-menu {
    margin-top: 60px;
    width: 1200px;
    overflow: hidden;
}

.case-menu-hover {
    border-bottom: 2px solid #e8e8e8;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}

.case-info-menu-con {
    width: 2600px;
}

.case-info-menu-con ul li {
    float: left;
    width: 300px;
    text-align: center;
    padding-bottom: 30px;
    font-size: 20px;
}

.case-info-menu-con ul li:hover {
    border-bottom: 2px solid #2e7c7d;
}

.case-info-con .case-study {
    border: 1px solid #ccc;
    margin-top: 30px;
}

.case-info-con .case-study ul li {
    float: left;
    border-right: 1px solid #ccc;
    padding: 20px 0;
    line-height: 60px;
    width: 33%;
    text-align: center;
}

.case-info-con .case-study ul li:nth-of-type(3n) {
    border-right: none;
}

.case-info-div ul li {
    width: 33%;
    text-align: center;
    float: left;
    line-height: 60px;
}

.case-info-05 .case-info-div ul li {
    width: 50%;
}

.case-info-div span {
    font-size: 24px;
    color: #2e7c7d;
    font-weight: bold;
}

.case-analysis {
    background: #f2f2f2;
    margin-top: 60px;
    padding: 60px 0 90px 0;
}

.case-info-con::after,
.case-info-con::before {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.case-analysis .sfc-vs::after,
.case-analysis .sfc-vs::before {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.sfc-vs {
    width: 1200px;
    margin: 0 auto;
}

.sfc-vs-left {
    width: 40%;
    float: left;
    text-align: right;
}

.sfc-vs-left h3 {
    color: #494949;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 20px;
}

.sfc-vs-left ul li {
    color: #494949;
    line-height: 30px;
}

.sfc-vs-con {
    float: left;
    width: 20%;
}

.sfc-vs-con p {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color: #2e7c7d;
    padding-top: 20px;
}

.sfc-vs-right {
    float: left;
    width: 40%;
}

.sfc-vs-right h2 {
    color: #000;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 20px;
}

.sfc-vs-right2 h2 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #2c5364;
    padding-bottom: 0;
}

.sfc-vs-right ul li {
    color: #000;
    line-height: 30px;
}

.case-saying {
    width: 1200px;
    margin: 0 auto;
}

.case-saying h2 {
    font-size: 22px;
    font-weight: bold;
    padding: 30px 0 0 0;
    text-align: center;
    color: #2c5364;
}

.case-saying blockquote {
    background: url(/app/images/en/new/service/Quote.png) no-repeat;
    padding: 0 0 0 130px;
    border-left: 0;
}

.case-info-02 .sfc-vs-right {
    width: 100%;
}

.case-info-02 .sfc-vs-right ul li {
    text-align: center;
}

.case-info-05 .sfc-vs-right ul li {}

.sfc-vs-bottom {
    padding-bottom: 30px;
}

.is-get-quote .content .quote-main .under-line {
    margin: 15px 0;
    height: 2px;
    width: 50px;
    background: #2c5364;
    margin: 15px auto;
}

.is-get-quote .content .quote-main h4 {
    margin-bottom: 6px;
    color: #333;
}

.is-get-quote .content .quote-main h4 span {
    color: red;
}

.is-get-quote .content .quote-main .code-box input {
    width: 210px;
    display: inline-block;
}

.is-get-quote .content .quote-main .code-box img {
    margin-left: 10px;
}


.is-get-quote .content .quote-main.quote-main-1 ul li input.error {
    border: 1px solid #f36a21;
    box-shadow: none;
}

.is-get-quote .content .quote-main.quote-main-2 li textarea.error{
    border: 1px solid #f36a21;
    box-shadow: none;
}

.is-get-quote .content .quote-main.quote-main-1 ul li {
    position: relative;
    margin-bottom: 18px;
}
.is-get-quote .content .quote-main.quote-main-2 {
    margin-top: 30px;
}

.is-get-quote .content .quote-main.quote-main-2 li {
    margin-bottom: 18px;
    position: relative;
}

.is-get-quote .content .quote-main.quote-main-2 li textarea {
    height: 100px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px;
    resize: none;
    font-size: 14px;
}

.is-get-quote .content .quote-main.quote-main-2 li label {
    width: 19%;
    color: #333;
    position: relative;
}
.fulfillment-con{
    margin-bottom:60px;
}

.phone-warehouse {
    margin-bottom: 20px;
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: top;
}

.e-ship-tell {
    display: none;
}

.is-get-quote .content .quote-main.quote-main-2 li .show-input {
    display: none;
    position: absolute;
    left: 126px;
    top: -8px;
}

.is-get-quote .content .quote-main.quote-main-2 li .show-input.active {
    display: block;
}

.is-get-quote .content .quote-main.quote-main-2 li p.error-text {
    display: none;
}

.is-get-quote .content .quote-main .page-button {
    margin: 50px auto;
}

.is-get-quote .content .page-button {
    margin: 50px auto;
}
*.is-s-service .content .content-box p.content_des{
        text-align:center;
    }
.is-help ::-webkit-scrollbar {
    width: 5px;
    background-color: rgba(0, 0, 0, 0);
}

.is-help ::-webkit-scrollbar-track {
    border-radius: 10px;
}

.is-help ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #2c5364;
    -webkit-box-shadow: #2c5364;
}

.index-con-left {
    width: 60%;
}

.header-text .content-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content:center;
    z-index:1;
}

.index-banner-img {
    position: absolute;
    top: 220px;
    right: -150;
    z-index: -1;
}

.index-banner-img video{
    width:680px;
}

.is-help ::-webkit-scrollbar-thumb:window-inactive {
    background: #2c5364;
}

.is-help .sub-header {
    background-image: url(/app/images/en/new/help/Help_01.jpg);
}

.is-help .header-text h2 br {
    display: none;
}

.is-help .content .help-main {
    padding: 105px 0;
    font-size: 16px;
}

.is-help .content .help-main h3 {
    font-size: 22px;
    color: #2c5364;
    text-align: center;
}

.is-help .content .help-main .under-line {
    height: 2px;
    width: 50px;
    background: #2c5364;
    margin: 15px auto;
}

.is-help .content .help-main.help-main-1 {
    background: #f9f9f9;
}

.is-help .content .help-main.help-main-1 ul {
    margin-top: 60px;
}

.is-help .content .help-main.help-main-1 ul li {
    float: left;
    height: 285px;
    width: 32%;
    border: 1px solid #e9e9e9;
    transition: all .3s ease;
    border-radius: 4px;
    text-align: center;
}

.is-help .content .help-main.help-main-1 ul li a {
    padding-top: 30px;
    display: block;
    height: auto;
    width: 100%;
}
.is-help .back ul li:hover {
    text-decoration:underline !important;
}

.is-help .content .help-main.help-main-1 ul li:not(:first-child) {
    margin-left: 1.2%;
}

.is-help .content .help-main.help-main-1 ul li:hover {
    background: #fff;
    box-shadow: 0px 3px 7px 0px #e2e2e2;
}

.is-help .content .help-main.help-main-1 ul li p {
    color: #000;
    margin-top: 30px;
}

.is-help .content .help-main.help-main-2 .content-box > ul {
    margin-top: 60px;
}

.is-help .content .help-main.help-main-2 .content-box > ul > li {
    float: left;
    width: 24%;
    height: 480px;
    text-align: center;
    border: 1px solid #e9e9e9;
}

.is-help .content .help-main.help-main-2 .content-box > ul > li .front {
    margin-top: 150px;
}

.is-help .content .help-main.help-main-2 .content-box > ul > li .front p {
    color: #000;
    margin-top: 60px;
}

.is-help .content .help-main.help-main-2 .content-box > ul > li .back {
    padding-top: 40px;
}

.is-help .content .help-main.help-main-2 .content-box > ul > li h4 {
    color: #000;
    font-size: 18px;
}

.is-help .content .help-main.help-main-2 .content-box > ul > li ul {
    margin-top: 20px;
    padding-left: 20px;
    height: 365px;
    overflow-y: scroll;
}

.is-help .content .help-main.help-main-2 .content-box > ul > li ul li {
    color: #333;
    font-size: 14px;
    position: relative;
    line-height: 28px;
    padding: 0 14px;
    margin-top: 8px;
    text-align: left;
}

.is-help .content .help-main.help-main-2 .content-box > ul > li ul li a:hover {
    color: #000;
    text-decoration: underline;
}

.is-help .content .help-main.help-main-2 .content-box > ul > li ul li:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: #000;
    top: 10px;
    left: 0;
}

.is-help .content .help-main.help-main-2 .content-box > ul > li:not(:first-child) {
    margin-left: 1.2%;
}

.is-help .content .help-main.help-s-main-2 {
    display: none;
}
.is-help-detail {
    font-size: 14px;
}

.is-help-detail .header {
    height: 125px;
}

.is-help-detail .help-detail-main h3 {
    font-size: 22px;
    color: #2c5364;
    text-align: center;
}

.is-help-detail .help-detail-main .under-line {
    height: 2px;
    width: 50px;
    background: #2c5364;
    margin: 15px auto;
}

.is-help-detail .help-detail-main .video-box {
    height: 360px;
    width: 640px;
    margin: 0 auto;
}

.is-help-detail .help-detail-main .video-box video {
    height: 100%;
    width: 100%;
}

.is-help-detail .help-detail-main.help-detail-main-1 ul {
    padding-bottom: 30px;
}

.is-help-detail .help-detail-main.help-detail-main-1 ul li {
    line-height: 25px;
    margin-top: 20px;
    color: #333;
}

.is-help-detail .help-detail-main.help-detail-main-1 ul li .bold-text {
    font-weight: bold;
    color: #000;
}

.is-help-detail .help-detail-main.help-detail-main-1 .button-group {
    margin-top: 10px;
}

.is-help-detail .help-detail-main.help-detail-main-1 .button-group .left,
.is-help-detail .help-detail-main.help-detail-main-1 .button-group .right {
    float: right;
    width: 100px;
    height: 40px;
    border: 1px solid #f36a21;
    background: #f36a21;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
}

.is-help-detail .help-detail-main.help-detail-main-1 .button-group .right:hover {
    background: #f45602;
}

.is-help-detail .help-detail-main.help-detail-main-1 .button-group .left {
    float: left;
    color: #333;
    border: 1px solid #c5c5c5;
    background: #fff;
}

.is-help-detail .help-detail-main.help-detail-main-1 hr {
    margin: 60px 0 40px;
    background: #e1e1e1;
    border-top: none;
}

.is-help-detail .help-detail-main.help-detail-main-2 {
    padding-bottom: 100px;
}

.is-help-detail .help-detail-main.help-detail-main-2 h4 {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

.is-help-detail .help-detail-main.help-detail-main-2 ul {
    margin-top: 12px;
}

.is-help-detail .help-detail-main.help-detail-main-2 ul li {
    color: #333;
    position: relative;
    line-height: 28px;
    padding: 0 14px;
    margin-top: 8px;
}

.is-help-detail .help-detail-main.help-detail-main-2 ul li:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: #000;
    top: 10px;
    left: 0;
}

.is-help-detail .help-detail-main.help-detail-main-2 ul li a:hover {
    color: #f36a21;
}

.is-help-detail.is-notification-detail .help-detail-main {
    padding-bottom: 105px;
}

.is-help-detail.is-notification-detail .help-detail-main h3 br {
    display: none;
}

.is-help-detail.is-notification-detail .help-detail-main ul {
    margin-top: 60px;
}
.is-notification .sub-header {
    background-image: url(/app/images/en/new/notification/notification-banner.jpg);
}


.is-notification .sub-header h2 br {
    display: none;
}

.is-notification .sub-header .search-box {
    font-size: 14px;
    color: #143f51;
    text-align: center;
    width: 700px;
    margin: 0 auto;
    line-height: 100px;
    position: relative;
    font-size: 16px;
    padding:20px 0;
}

.is-notification .sub-header .search-box input {
    width: 100%;
    height: 55px;
    border: 1px solid #456776;
    outline: none;
    border-radius: 4px;
    padding-left: 10px;
    background: rgba(255, 255, 255, 0.3);
    color: #f0efef;
    border: none;
}

.is-notification .sub-header .search-box input::-webkit-input-placeholder {
    color: #f0efef;
}

.is-notification .sub-header .search-box input:focus {
    background: #fff;
    color: #999999;
}

.is-notification .sub-header .search-box input:focus::-webkit-input-placeholder {
    color: #999999;
}

.is-notification .sub-header .search-box input:focus + a {
    background-image: url(/app/images/en/new/notification/notification-s-2.png);
}

.is-notification .sub-header .search-box a {
    position: absolute;
    height: 24px;
    width: 24px;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-image: url(/app/images/en/new/notification/notification-s-1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.is-notification .notification-main {
    padding: 105px 0;
}

.is-notification .notification-main h3 {
    font-size: 22px;
    color: #2c5364;
    text-align: center;
}

.is-notification .notification-main .under-line {
    height: 2px;
    width: 50px;
    background: #2c5364;
    margin: 15px auto 30px;
}

.is-notification .notification-main ul {
    font-size: 16px;
}

.is-notification .notification-main ul li {
    padding: 20px 0;
    border-bottom: 1px solid #f1f1f1;
    overflow: hidden;
    display: flex;
}

.is-notification .notification-main ul li a {
    display: block;
    float: left;
    max-width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 16px;
}

.is-notification .notification-main ul li a:hover {
    color: #2c5364;
}

.is-notification .notification-main ul li span {
    line-height: 16px;
    float: right;
    color: #929292;
    width: 30%;
    text-align: right;
    font-size: 14px;
}

.is-notification .notification-main ul li span.notification-title{
    color:#333;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align:left;
}
.is-api .sub-header {
    background-image: url(/app/images/en/new/api/api-banner.jpg);
}

.is-api .api-main {
    font-size: 18px;
    color: #000;
}

.is-api .api-main.api-main-1 {
    padding: 105px 0;
}

.is-api .api-main.api-main-1 ul {
    width: 1200px;
    margin: 0 auto;
}

.is-api .api-main.api-main-1 ul li {
    float: left;
    height: 180px;
    width: 25%;
    border-radius: 4px;
    transition: all .3s ease;
    margin-left: 0px;
    padding: 30px;
    text-align: center;
}

.is-api .api-main.api-main-1 ul li a {
    display: block;
    height: auto;
    width: 100%;
    color: #000;
}

.is-api .api-main.api-main-1 ul li a:hover {
    color: #000;
}

.is-api .api-main.api-main-1 ul li:first-child {
    margin-left: 0px;
}

.is-api .api-main.api-main-1 ul li img {
    height: 65px;
    width: 65px;
}

.is-api .api-main.api-main-1 ul li:hover {
    background: #fff;
    box-shadow: 0px 3px 7px 0px #e2e2e2;
}

.is-api .api-main.api-main-1 ul li p {
    margin-top: 30px;
}

.is-api .api-main.api-main-2 {
    padding-bottom: 100px;
}

.is-api .api-main.api-main-2 .title-info {
    font-size: 14px;
    color: #333;
}

.is-api .api-main.api-main-2 .content-wrap {
    border: 1px solid #f1f1f1;
    margin-top: 20px;
}

.is-api .api-main.api-main-2 .content-wrap .left,
.is-api .api-main.api-main-2 .content-wrap .right {
    float: left;
    height: 100%;
    min-height: 1030px;
}

.is-api .api-main.api-main-2 .content-wrap .left {
    width: 216px;
    border-right: 1px solid #f1f1f1;
}

.is-api .api-main.api-main-2 .content-wrap .left > ul > li h4 {
    border-bottom: 1px solid #f1f1f1;
    position: relative;
    font-size: 16px;
    padding-left: 30px;
    line-height: 45px;
    cursor: pointer;
}

.is-api .api-main.api-main-2 .content-wrap .left > ul > li h4:hover {
    background: #f1f1f1;
    font-weight: bold;
}

.is-api .api-main.api-main-2 .content-wrap .left > ul > li h4:after {
    content: "";
    position: absolute;
    right: 10px;
    height: 9px;
    width: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-image: url(/app/images/en/new/help/jt.png);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .3s ease;
}

.is-api .api-main.api-main-2 .content-wrap .left > ul > li ul {
    padding-left: 30px;
    transition: all .3s ease;
    height: 0;
    overflow: hidden;
}

.is-api .api-main.api-main-2 .content-wrap .left > ul > li ul li {
    color: #333;
    font-size: 14px;
    position: relative;
    line-height: 45px;
    cursor: pointer;
}

.is-api .api-main.api-main-2 .content-wrap .left > ul > li ul li:hover {
    color: #f36a21;
}

.is-api .api-main.api-main-2 .content-wrap .left > ul > li ul li.active {
    color: #f36a21;
}

.is-api .api-main.api-main-2 .content-wrap .left > ul > li.active ul {
    border-bottom: 1px solid #f1f1f1;
    height:auto;
}

.is-api .api-main.api-main-2 .content-wrap .left > ul > li.active h4 {
    background: #f1f1f1;
    font-weight: bold;
}

.is-api .api-main.api-main-2 .content-wrap .left > ul > li.active h4:after {
    transform: rotate(180deg);
}

.is-api .api-main.api-main-2 .content-wrap .right {
    width: 800px;
    padding: 0 40px;
}

.is-api .api-main.api-main-2 .content-wrap .right h3 {
    line-height: 45px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.is-api .api-main.api-main-2 .content-wrap .right .right-img-box {
    height: 350px;
    width: 100%;
    border: 1px solid #f1f1f1;
    padding: 30px;
    position: relative;
    border-radius: 4px;
}

.is-api .api-main.api-main-2 .content-wrap .right .right-img-box img {
    width: 96%;
}

.is-api .api-main.api-main-2 .content-wrap .right .page-button {
    width: 160px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    margin: 30px 0;
}

.is-api .api-main.api-main-2 .content-wrap .right .right-bottom {
    padding: 15px;
    background: #F5F5F5;
    overflow: hidden;
    width: 100%;
    height: 446px;
    border-radius: 4px;
}

.is-api .api-main.api-main-2 .content-wrap .right .right-bottom .page-button {
    width: 80px;
    margin: 5px 0;
}

.is-api .api-main.api-main-2 .content-wrap .right .right-bottom .copy-btn {
    color: #fff;
    cursor: pointer;
}

.is-api .api-main.api-main-2 .content-wrap .right .right-bottom .btm-code-wrap {
    float: left;
    width: calc(50% - 5px);
    margin-right: 5px;
}

.is-api .api-main.api-main-2 .content-wrap .right .right-bottom .btm-code-wrap:nth-child(2) {
    margin-right: 0px;
    margin-left: 5px;
}

.is-api .api-main.api-main-2 .content-wrap .right .right-bottom h4 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
}

.is-api .api-main.api-main-2 .content-wrap .right .right-bottom textarea {
    width: 98%;
    height: 310px;
    background: #fff;
    border: 1px solid #e0e0e0;
    margin-top: 10px;
    resize: none;
    border-radius: 4px;
    padding: 20px;
    font-size: 14px;
    line-height: 24px;
    word-break: break-all;
}
.is-work .sub-header {
    background-image: url(/app/images/en/new/how-it-work/works-banner.jpg);
}

.is-work .sub-header h2 br {
    display: none;
}

.is-work .sub-header .border-btn {
    height: 45px;
    width: 213px;
    text-align: center;
    line-height: 45px;
    border: 1px solid #fff;
    margin: 45px auto 0;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
}
.is-work .sub-header .border-btn a {
    color: #fff;
}
.is-work .work-main {
    padding: 105px 0;
}

.is-work .work-main h3 {
    font-size: 22px;
    color: #2c5364;
    text-align: center;
    font-weight:bold;
}

.is-work .work-main .under-line {
    height: 2px;
    width: 50px;
    background: #2c5364;
    margin: 15px auto 30px;
}

.is-work .work-main.work-main-1 img {
    display: block;
    margin: 40px auto 0;
}

.is-work .work-main.work-main-2 {
    padding: 55px 0 0;
    background: #f9f9f9;
}

.is-work .work-main.work-main-2 .work-main-2-content {
    position: relative;
    margin-top: 60px;
    height: 950px;
}

.is-work .work-main.work-main-2 .work-main-2-content .center {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: 40px;
}

.is-work .work-main.work-main-2 .work-main-2-content .center:before {
    content: '';
    position: absolute;
    height: 820px;
    width: 1px;
    background: #2c5364;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.is-work .work-main.work-main-2 .work-main-2-content .center li {
    position: relative;
    margin-top: 107px;
    height: 40px;
    width: 40px;
    border: 1px solid #2c5364;
    border-radius: 50%;
    background: #fff;
}

.is-work .work-main.work-main-2 .work-main-2-content .center li:first-child {
    margin-top: 20px;
}

.is-work .work-main.work-main-2 .work-main-2-content .center li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 20px;
    width: 20px;
    background: #2c5364;
    border-radius: 50%;
}

.is-work .work-main.work-main-2 .work-main-2-content .left li {
    float: left;
    width: 50%;
    height: 100px;
    font-size: 14px;
}

.is-work .work-main.work-main-2 .work-main-2-content .left li h4 {
    font-size: 26px;
    color: #2c5364;
    line-height: 40px;
    border-bottom: 1px solid #2c5364;
}

.is-work .work-main.work-main-2 .work-main-2-content .left li h5 {
    line-height: 35px;
    margin-top: 5px;
    font-weight: bold;
    color: #000;
}

.is-work .work-main.work-main-2 .work-main-2-content .left li p {
    color: #333;
    line-height: 20px;
}

.is-work .work-main.work-main-2 .work-main-2-content .left li:nth-child(odd) h4,
.is-work .work-main.work-main-2 .work-main-2-content .left li:nth-child(odd) h5,
.is-work .work-main.work-main-2 .work-main-2-content .left li:nth-child(odd) p {
    padding: 0 40px;
}

.is-work .work-main.work-main-2 .work-main-2-content .left li:nth-child(even) h4,
.is-work .work-main.work-main-2 .work-main-2-content .left li:nth-child(even) h5,
.is-work .work-main.work-main-2 .work-main-2-content .left li:nth-child(even) p {
    padding: 0 40px 0 60px;
}

.is-work .work-main.work-main-2 .work-main-2-content .left li:nth-child(2) {
    margin-top: 147px;
}

.is-work .work-main.work-main-2 .work-main-2-content .left li:nth-child(3) {
    margin-top: 48px;
}

.is-work .work-main.work-main-2 .work-main-2-content .left li:nth-child(4) {
    margin-top: 195px;
}

.is-work .work-main.work-main-2 .work-main-2-content .left li:nth-child(5) {
    margin-top: 48px;
}

.is-work .work-main.work-main-2 .work-main-2-content .left li:nth-child(6) {
    margin-top: 195px;
}

.is-work .work-main.work-main-3 {
    padding: 40px 0 105px;
}

.is-work .work-main.work-main-3 h3 {
    font-size: 16px;
    color: #333;
}

.is-work .work-main.work-main-3 .work-main-3-content {
    width: 360px;
    font-size: 14px;
    margin: 40px auto 0;
    text-align: center;
}

.is-work .work-main.work-main-3 .work-main-3-content .left {
    float: left;
}

.is-work .work-main.work-main-3 .work-main-3-content .left .icon {
    background-image: url(/app/images/en/new/how-it-work/works-icon1.png);
}

.is-work .work-main.work-main-3 .work-main-3-content .left .icon:hover {
    background-color: #2c5364;
    background-image: url(/app/images/en/new/how-it-work/works-icon2.png);
}

.is-work .work-main.work-main-3 .work-main-3-content .right {
    float: right;
}

.is-work .work-main.work-main-3 .work-main-3-content .right .icon {
    background-image: url(/app/images/en/new/how-it-work/works-icon3.png);
}

.is-work .work-main.work-main-3 .work-main-3-content .right .icon:hover {
    background-color: #2c5364;
    background-image: url(/app/images/en/new/how-it-work/works-icon4.png);
}

.is-work .work-main.work-main-3 .work-main-3-content .icon {
    height: 50px;
    width: 50px;
    border: 1px solid #2c5364;
    margin: 0 auto;
    border-radius: 50%;
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
}

.is-work .work-main.work-main-3 .work-main-3-content .icon a {
    display: block;
    height: 100%;
    width: 100%;
}

.is-work .work-main.work-main-3 .work-main-3-content p {
    margin-top: 20px;
    line-height: 20px;
}
.is-about .sub-header {
    background-image: url(/app/images/en/new/about/about-banner.jpg);
    background-size: cover;
}

.is-about .about-main {
    padding: 105px 0;
}

.is-about .about-main h3 {
    font-size: 22px;
    color: #2c5364;
    text-align: center;
    font-weight:bold;
}

.is-about .about-main .under-line {
    height: 2px;
    width: 50px;
    background: #2c5364;
    margin: 15px auto 30px;
}

.is-about .about-main.about-main-1 li {
    float: left;
    width: 25%;
    text-align: center;
}

.is-about .about-main.about-main-1 li div {
    font-size: 44px;
    color: #333333;
    line-height: 44px;
    font-weight: bold;
}

.is-about .about-main.about-main-1 li div img {
    height: 44px;
    margin-right: 5px;
}

.is-about .about-main.about-main-1 li div span {
    vertical-align: middle;
}

.is-about .about-main.about-main-1 li p {
    margin-top: 30px;
    font-size: 16px;
}

.is-about .about-main.about-main-2 {
    padding: 0;
    background: #f9f9f9;
    font-size: 22px;
    position: relative;
}

.is-about .about-main.about-main-2 .content-box {
    padding: 80px 0;
    position: relative;
}

.is-about .about-main.about-main-2 .icon-1 {
    position: absolute;
}

.is-about .about-main.about-main-2 .icon-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 40px;
    width: 50%;
}

.is-about .about-main.about-main-2 p {
    width: 83%;
    margin: 0 auto;
    line-height: 40px;
    color: #000;
    margin-top: 25px;
}

.is-about .about-main.about-main-3 img {
    display: block;
    margin: 60px auto 0;
}

.is-about .about-main.about-s-main-4 {
    display: none;
}

.is-about .about-main.about-main-4 {
    padding: 0 0 80px;
}

.is-about .about-main.about-main-4 .under-line {
    margin-bottom: 20px;
}

.is-about .about-main.about-main-4 li {
    width: 31.5%;
    float: left;
    margin-top: 30px;
    margin-left: 30px;
}

.is-about .about-main.about-main-4 li img {
    display: block;
    width: 100%;
}

.is-about .about-main.about-main-4 li:nth-child(1),
.is-about .about-main.about-main-4 li:nth-child(4) {
    margin-left: 0;
}

.is-about .about-main.about-main-5 {
    padding: 0;
}

.is-about .about-main.about-main-5 .left,
.is-about .about-main.about-main-5 .right {
    float: left;
    width: 50%;
}

.is-about .about-main.about-main-5 h3 {
    text-align: left;
}

.is-about .about-main.about-main-5 .under-line {
    margin: unset;
    margin: 15px 0 30px;
}

.is-about .about-main.about-main-5 .left {
    padding-left: 10px;
}

.is-about .about-main.about-main-5 .left ul {
    margin-top: 56px;
}

.is-about .about-main.about-main-5 .left li {
    position: relative;
    border-left: 1px solid #2c5364;
    width: 100%;
    padding-bottom: 55px;
}

.is-about .about-main.about-main-5 .left li h4 {
    font-size: 26px;
    color: #2c5364;
    line-height: 20px;
    padding-left: 20px;
}

.is-about .about-main.about-main-5 .left li p {
    font-size: 16px;
    padding-left: 20px;
    margin-top: 15px;
}

.is-about .about-main.about-main-5 .left li:before {
    position: absolute;
    left: -10px;
    content: '';
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #2c5364;
}

.is-about .about-main.about-main-5 .left li:last-of-type {
    padding-bottom: 0;
}

.is-about .about-main.about-main-5 .right ul {
    margin-top: 40px;
}

.is-about .about-main.about-main-5 .right ul li {
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    margin-top: 24px;
}

.is-about .about-main.about-main-5 .right ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 7px;
    width: 7px;
    background: #000;
    border-radius: 50%;
}

.is-about .about-main.about-main-5 .right .right-top {
    padding-bottom: 110px;
}

.is-about .about-main.about-main-6 {
    padding: 90px 0 60px;
}

.is-about .about-main.about-main-6 .swiper-container2 {
    overflow: hidden;
}

.is-about .about-main.about-main-6 .swiper-container2 .swiper-slide {
    padding: 30px 26px;
    border: 1px solid #e1e1e1;
}

.is-about .about-main.about-main-6 .swiper-container2 .swiper-slide img {
    display: block;
    width: 100%;
}

.is-about .about-main.about-main-6 .swiper-container2 .swiper-pagination1 {
    height: 30px;
    text-align: center;
    margin-top: 35px;
}

.is-about .about-main.about-main-6 .swiper-container2 .swiper-pagination-bullet-active {
    background: #f46a21;
}
.is-track .track-content.active {
    margin-top: 125px;
}

.is-track .track-content .track-main.track-main-1 {
    padding: 90px 0 0;
}

.is-track .track-content .track-main.track-main-1 .left,
.is-track .track-content .track-main.track-main-1 .right {
    float: left;
}

.is-track .track-content .track-main.track-main-1 .left {
    width: 63%;
}

.is-track .track-content .track-main.track-main-1 .left p {
    line-height: 34px;
    font-size: 14px;
    color: #a9a9a9;
}

.is-track .track-content .track-main.track-main-1 .left .main-top h3 {
    font-size: 18px;
    float: left;
}

.is-track .track-content .track-main.track-main-1 .left .main-top .filter-box,
.is-track .track-content .track-main.track-main-1 .left .main-top .del-box {
    font-size: 14px;
    float: right;
    margin-top: 5px;
}

.is-track .track-content .track-main.track-main-1 .left .main-top .filter-box span,
.is-track .track-content .track-main.track-main-1 .left .main-top .del-box span {
    vertical-align: middle;
    margin-left: 10px;
}

.is-track .track-content .track-main.track-main-1 .left .main-top .vertical-line {
    float: right;
    height: 10px;
    width: 1px;
    background: #2c5364;
    margin: 10px 15px;
}

.is-track .track-content .track-main.track-main-1 .left .order-box {
    height: 177px;
    width: 100%;
    overflow-y: auto;
    border: 1px solid #e1e1e1;
    color: #a9a9a9;
    border-radius: 4px;
    font-size: 14px;
}

.is-track .track-content .track-main.track-main-1 .left .track-logo a{
    float: left;
}
.is-track .track-content .track-main.track-main-1 .left .track-logo .right-top{
    border: 1px solid #ccc;
    line-height: 50px;
    height: 50px;
}
.is-track .track-content .track-main.track-main-1 .left .track-logo .right-top img{
    padding-top:15px;
}
.is-track .track-content .track-main.track-main-1 .left .track-logo .right-top2{
    margin:0 10px;
}

.is-track .track-content .track-main.track-main-1 .left .order-box li {
    position: relative;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
}

.is-track .track-content .track-main.track-main-1 .left .order-box li:nth-child(even) {
    background: #fafafa;
}

.is-track .track-content .track-main.track-main-1 .left .order-box li img {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    cursor: pointer;
}

.is-track .track-content .track-main.track-main-1 .right {
    width: 150px;
    margin-left: 20px;
}

.is-track .track-content .track-main.track-main-1 .right .right-top {
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    line-height: 55px;
    text-align: center;
    margin-top: 28px;
    height: 55px;
    position: relative;
}

.is-track .track-content .track-main.track-main-1 .right .right-top img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.is-track .track-content .track-main.track-main-1 .right .right-btm {
    height: 75px;
    background: #f36a21;
    line-height: 75px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin-top: 155px;
    border-radius: 4px;
    cursor: pointer;
}

.is-track .track-content .track-main.track-main-1 .right .right-btm span {
    margin-left: 10px;
    vertical-align: middle;
}

.is-track .track-content .track-main.track-main-1 .right .right-btm:hover {
    background: #f45602;
}

.is-track .track-content .track-main.track-main-2 {
    padding: 105px 0;
}

.is-track .track-content .track-main.track-main-2 .main-top {
    position: relative;
}

.is-track .track-content .track-main.track-main-2 .main-top .btn {
    float: right;
    width: 100px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    background: #2c5364;
    border-radius: 4px;
    padding: 0
}

.is-track .track-content .track-main.track-main-2 .main-top .btn.export {
    margin-right: 20px;
}

.is-track .track-content .track-main.track-main-2 .main-top .btn a {
    display: block;
    height: 100%;
    width: 100%;
    color: #fff;
}

.is-track .track-content .track-main.track-main-2 .main-top .btn:hover {
    background: #3a6679;
}

.is-track .track-content .track-main.track-main-2 .main-top ul {
    font-size: 16px;
    float: left;
    margin-top: 10px;
}

.is-track .track-content .track-main.track-main-2 .main-top ul li {
    float: left;
    padding: 0 20px;
    border-right: 1px solid #6d8c99;
    color: #6d8c99;
    cursor: pointer;
}
.is-track .nav-box {
        padding: 0 0 !important;
        margin-top: 15px !important;
}
.is-track .top-bar {
    background:#FFFFFF;
    margin-bottom:0;
    margin-top: -15px;
}

.is-track .track-content .track-main.track-main-2 .main-top ul li:first-child {
    padding-left: 0;
}

.is-track .track-content .track-main.track-main-2 .main-top ul li:last-of-type {
    border-right: none;
}

.is-track .track-content .track-main.track-main-2 .main-top ul li:hover {
    color: #2c5364;
}

.is-track .track-content .track-main.track-main-2 .main-top ul li:hover span {
    background: #2c5364;
}

.is-track .track-content .track-main.track-main-2 .main-top ul li span {
    display: inline-block;
    line-height: 18px;
    padding: 0 6px;
    background: #6d8c99;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    margin-top: -2px;
    margin-left: 8px;
}

.is-track .track-content .track-main.track-main-2 .main-top .inline-mask {
    display: block;
}

.is-track .track-content .track-main.track-main-2 .main-list {
    margin-top: 30px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    padding: 0 22px 40px;
}

.is-track .track-content .track-main.track-main-2 .main-list .list-top {
    line-height: 52px;
    border-bottom: 1px solid #e1e1e1;
}

.is-track .track-content .track-main.track-main-2 .main-list .list-top .left {
    float: left;
    font-size: 16px;
}

.is-track .track-content .track-main.track-main-2 .main-list .list-top .left span {
    font-weight: bold;
}

.is-track .track-content .track-main.track-main-2 .main-list .list-top .right {
    float: right;
    font-size: 14px;
    color: #2c5364;
}

.is-track .track-content .track-main.track-main-2 .main-list .list-top .right img {
    margin-right: 5px;
}

.is-track .track-content .track-main.track-main-2 .main-list .list-content {
    padding: 30px 0 40px;
    max-width: 860px;
    font-size: 14px;
    margin-bottom: 50px;
}

.is-track .track-content .track-main.track-main-2 .main-list .list-content li {
    float: left;
    margin-right: 85px;
    margin-top: 10px;
}

.is-track .track-content .track-main.track-main-2 .main-list .list-table {
    font-size: 14px;
    width: 100%;
}

.is-track .track-content .track-main.track-main-2 .main-list .list-table table {
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
}

.is-track .track-content .track-main.track-main-2 .main-list .list-table thead tr {
    background: #f5f5f5;
}

.is-track .track-content .track-main.track-main-2 .main-list .list-table thead th {
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
}

.is-track .track-content .track-main.track-main-2 .main-list .list-table thead th:nth-child(3) {
    width: 40%;
}

.is-track .track-content .track-main.track-main-2 .main-list .list-table tbody td {
    text-align: center;
    line-height: 38px;
    width: 30%;
}

.is-track .track-content .track-main.track-main-2 .main-list .list-table tbody td:nth-child(3) {
    width: 40%;
}

.is-track .track-content .track-main.track-main-2 .main-list .list-table tbody .hide-tr {
    display: none;
}

.is-track .track-content .track-main.track-main-2 .main-list .list-table tbody .hide-tr.active {
    display: table-row;
}

.is-track .track-content .track-main.track-main-2 .main-list .list-table .show-more {
    float: right;
    font-size: 14px;
    color: #2c5364;
    margin-top: 10px;
    cursor: pointer;
}

.is-track .track-content .track-main.track-main-2 .main-list .list-table .show-more img {
    margin-left: 10px;
    transition: all .3s ease;
}

.is-track .track-content .track-main.track-main-2 .main-list .list-table .show-more.active img {
    transform: rotate(180deg);
}

.is-track .track-content .track-main.track-main-2 .s-main-list {
    display: none;
}
.is-service .sub-header {
    background-image: url(/app/images/en/new/service/service-banner.jpg);
}

.is-service .cw-header {
    background-image: url(/app/images/en/new/notification/cw-banner.jpg);
}

.is-service .fulfillment-header {
    background: linear-gradient(75deg, #2a4a85 15%, #3877df 80%)
}

.is-service .pick-pack {
    background: linear-gradient(75deg, #2d61a7 15%, #4152ce 80%)
}

.is-service .c-ful {
    background: linear-gradient(75deg, #384080 15%, #71459b 80%)
}

.is-service .e-ful {
    background: linear-gradient(75deg, #264869 15%, #1867a4 80%)
}

.is-service .e-ship {
    background: linear-gradient(75deg, #265f69 15%, #188ba4 80%)
}

.sub-header .eful-img {
    width: 460px;
    float: right;
    padding-top: 100px;
    position: absolute;
    right: 0
}

.sub-header .eship-img {
    width: 469px;
    float: right;
    padding-top: 138px;
    position: absolute;
    right: 0
}

.sub-header .e-fult {
    width: 630px;
}

.sub-header .e-ship-left {
    width: 630px;
    padding-top: 128px;
}

.phone-h3,
.phone-p {
    display: none;
}

.is-service .content .content-box h2.title {
    font-size: 28px;
    text-align: center;
    color: #2c5364;
    padding-top: 60px;
    position: relative;
    font-weight:bold;
}

.is-service .content .content-box h2.h2-padding {
    padding-top: 90px;
}

.is-service .content .content-box h2.title span {
    display: inline-block;
    width: 50px;
    border-bottom: 2px solid #2c5364;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -25px;
}

.is-service .content .content-box .row {
    margin: 60px 0 0 0;
}

.is-service .content .content-box .e-ful-con {
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.is-service .content .content-box .content-left div.pick-right ul li p.e-ful-p {
    padding: 5px 0 60px 0;
}

.is-service .content .content-box .content-left div.pick-right ul li p.eco-ful-p {
    padding: 5px 0;
}

.is-service .content .content-box .content-left div.left {
    display: inline-block;
    width:358px;
    float: left;
}

.is-service .content .content-box .content-left div.left .left_01 .img-max,
.is-service .content .content-box .content-left div.left .left_02 .img-max,
.is-service .content .content-box .content-left div.left .left_03 .img-max,
.is-service .content .content-box .content-left div.left .left_04 .img-max {
    width: 358px;
}

.is-service .content .content-box .content-left div.left .left_01 .pick-img-max,
.is-service .content .content-box .content-left div.left .left_02 .pick-img-max,
.is-service .content .content-box .content-left div.left .left_03 .pick-img-max,
.is-service .content .content-box .content-left div.left .left_04 .pick-img-max {
    width:478px;
}

.is-service .content .content-box .content-left div.board-img {
    width: 500px;
    padding-top: 30px;
}

.is-service .content .content-box .content-left div.board-img img {
    width: 460px;
}

.is-service .content .content-box .e-ful-con div.img-1 img {
    width: auto;
}

.is-service .content .content-box .e-ful-con div.img-1 img.crowdfunding-img-2 {
    width: 415px;
}

.is-service .content .content-box .e-ful-con div.img-1 img.crowdfunding-img-3 {
    width: 473px;
}

.is-service .content .content-box .e-ful-con div.img-1 img.crowdfunding-img-4 {
    width: 508px;
}

.is-service .content .content-box .e-ful-con div.img-1 .eco-ful01-img {
    width: 430px !important;
}

.is-service .content .content-box .content-left div.img-2 img {
    margin-left: 50px;
    width: 455px;
    padding-top: 30px;
}

.is-service .content .content-box .content-left div.img-4 img {
    width: 549px;
}

.is-service .content .content-box .content-left div.img-5 img {
    width: 509px;
}

.is-service .content .content-box .content-left div.pick-left {
    display: inline-block;
    float: left;
    width: 478px;
}

* .crow-6 ul li.crowfunding-6li img {
    width: 223px;
}

.is-service .content .content-box .content-left div.pick-left .pick-01 {
    margin-bottom: 80px;
}

.is-service .content .content-box .content-left div.pick-left .pick-02 {
    margin-bottom: 110px;
}

.is-service .content .content-box .content-leftp .pick-01 .img-max,
.is-service .content .content-box .content-leftp .pick-02 .img-max,
.is-service .content .content-box .content-leftp .pick-03 .img-max,
.is-service .content .content-box .content-leftp .pick-04 .img-max {
    width: 478px;
}

.is-service .content .content-box .content-left div.pick-left .pick-03 {
    margin-bottom: 65px;
}
.is-service .content .content-box .content-left div.pick-left .left_padding {
    margin-bottom: 0px;
}
.is-service .content .content-box .content-left div.middle {
    display: inline-block;
    float: left;
    position:relative;
    left:128px;
}
.is-service .content .content-box .content-left div.middle > img {
    display:block;
    padding-bottom:200px;
}
.is-service .content .content-box .content-left div.middle > img.mid_list1{
    padding-bottom:235px;
}
.is-service .content .content-box .content-left div.middle > img.mid_ful1{
    padding-bottom:280px;
}

.is-service .content .content-box .content-left div.middle > img.mid_list2{
    padding-bottom:235px;
}
.is-service .content .content-box .content-left div.middle > img.mid_ful2{
    padding-bottom:375px;
}
.is-service .content .content-box .content-left div.middle > img.mid_list3{
    padding-bottom:320px;
}
.is-service .content .content-box .content-left div.middle > img.mid_ful3{
    padding-bottom:360px;
}
.is-service .content .content-box .content-left div.middle > img.mid_ful4{
    padding-bottom:265px;
}
.is-service .content .content-box .content-left div.middle > img.mid_ful5{
    padding-bottom:0px;
}

.is-service .content .content-box .content-left div.left > img.img-max {
    width: 460px;
    height: 614px;
}

.is-service .content .content-box .content-left div.left > img.img-min {
    display: none;
}

.is-service .content .content-box .content-left div.right {
    display: inline-block;
    vertical-align: middle;
    padding-top:15px;
    width:690px;
    float: right;
}

.is-service .content .content-box .content-left div.img-1 {
    width: 550px;
}

.is-service .content .content-box .content-left div.img-3 {
    width: 550px;
}

.is-service .content .content-box .content-left div.img-5 {
    width: 550px;
}

.is-service .content .content-box .content-left div.img-2 {
    width: 550px;
}

.is-service .content .content-box .content-left div.img-4 {
    width: 550px;
}

.is-service .content .content-box .content-left div.crow-l {
    float: left;
}
.is-service .content .content-box .content-left div.crow-r {
    padding-bottom: 60px;
    padding-top: 30px;
}

.is-service .content .content-box .content-left div.pick-right {
    width: 650px;
    padding-top: 0
}

.e-app1 {
    width: 33%;
    padding: 0 15px;
    float: left;
}

.is-service .content .content-box .content-left div.e-appc {
    width: 100%;
}

.is-service .content .content-box .content-left div.e-appc img {
    padding-top: 60px;
    width: 310px;
}

.pick-right img {
    float: left;
    padding-top: 5px;
}

.pick-right .pick_rl {
    display: flex;
}

.e-api {
    position: absolute;
}

.e-api .e-api-0 {
    position: absolute;
    left: 5px;
}

.e-api .e-api-1 {
    position: absolute;
    left: 125px;
}

.e-api .e-api-2 {
    position: absolute;
    left: 245px;
    top: 20px;
}

.e-api .e-api-3 {
    position: absolute;
    left: 365px;
    top: 0;
}

.e-api .e-api-4 {
    position: absolute;
    left: 95px;
    top: 95px;
}

.e-api .e-api-5 {
    position: absolute;
    left: 0;
    top: 120px;
}

.e-api .e-api-6 {
    position: absolute;
    left: 145px;
    top: 180px;
}

.e-api .e-api-7 {
    position: absolute;
    left: 205px;
    top: 110px;
}

.e-api .e-api-8 {
    position: absolute;
    left: 265px;
    top: 200px;
}

.e-api .e-api-9 {
    position: absolute;
    left: 325px;
    top: 120px;
}

.e-api .e-api-10 {
    position: absolute;
    left: 425px;
    top: 80px;
}

.e-ful-phone {
    display: none;
}

.is-service .content .content-box .content-left div.right2 ul li {
border-left:1px solid #dbdbdb;
padding-left:60px;
}
.is-service .content .content-box .content-left div.right .right_list1 {
    padding-bottom: 80px;
}
.is-service .content .content-box .content-left div.right .right_list2 {
    padding-bottom: 80px;
}
.is-service .content .content-box .content-left div.right .right_list3 {
    padding-bottom: 80px;
}
.is-service .content .content-box .content-left div.right .right_list4 {
    border:none;
}
.is-service .content .content-box .content-left div.right .right_ful4 {
    border-left:1px solid #dbdbdb;
    padding-bottom: 80px;
}
.is-service .content .content-box .content-left div.pick-right .right_list1 {
 padding-bottom:100px;
}
.is-service .content .content-box .content-left div.pick-right .right_list2 {
    padding-bottom: 70px;
}
.is-service .content .content-box .content-left div.pick-right .right_list3 {
padding-bottom: 110px;
}
.is-service .content .content-box .content-left div.pick-right .right_list4 {
    border:none;
}
.is-service .content .content-box .content-left div.pick-right .right_ful4 {
    border-left:1px solid #dbdbdb;
    padding-bottom: 80px;
}

.is-service .content .content-box .content-left div.right ul li:last-child {
    margin-bottom: 0;
}

.is-service .content .content-box .content-left div.right ul li h3 {
    color: #333;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 16px;
}
*.is-service .content .content-box .content-left div.right ul li p.ecommerce-fulfillment-h3 {
    font-size: 18px;
    line-height:30px;
    margin:10px 0;
}
*.is-service .content .content-box .content-left div.right ul li h3.ecommerce-fulfillment-h3 {
    font-size: 18px;
    line-height:30px;
    margin:10px 0;
}

.is-service .content .content-box .content-left div.right ul li p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    padding:5px 0;
}
.is-service .content .content-box .content-left div.right ul li p.crow-2p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    padding:5px 0;
}

* .crow-2p a {
    text-decoration: underline !important;
}

.is-service .content .content-box .e-ful-con div.right .e-app1 p.crow-2p {
    padding: 0 0 60px 0;
}

.crow-web {
    display: none;
}

.is-service .content .content-box .content-left div.pick-right ul li p {
    padding: 10px 0;
}

.is-service .content .content-box .content-left div.pick-right ul li p.crow-1p {
    padding: 5px 0;
    font-size: 16px;
}

.is-service .content .content-box .content-left .text_content {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.is-service .content .content-box .board-qame-div {
    padding-bottom: 60px;
}

.is-service .content .content-box .content-left .text_content a {
    color: #f36a21;
}

.is-service .content .content-box .content-left .text_content a:hover {
    text-decoration: underline !important;
}

.is-service .content .content-box .content-left .Case-tudy-table {
    width: 80%;
    margin: 20px auto 0;
}

.is-service .content .content-box .content-left .Case-tudy-table tr th {
    background: #f1f3f8;
    border: none;
    padding: 15px;
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

.is-service .content .content-box .content-left .table > tbody + tbody {
    border-top: none;
}

.is-service .content .content-box .content-left .Case-tudy-table > tbody > tr > td {
    padding: 15px;
    vertical-align: middle;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    border-top: none;
}

.is-service .content .content-box .swiper-container3 {
    overflow: hidden;
}

.case-stydy-menu {
    margin-top:60px;
}

.is-service .content .content-box .main-center .swiper-wrapper {
   left: 12.5%;
}

.is-service .content .content-box .swiper-container3 .swiper-slide {
    width: 25%;
    height: 192px;
    padding: 0 30px;
}

.is-service .content .content-box .swiper-container3 .swiper-slide .img-wrap {
    width: 100px;
    height: 100px;
    margin: 0 auto 40px;
    background: #fff;
    border-radius: 100px;
    box-shadow: 0px 1px 15px 0px #f0f0f0;
    position: relative;
}

.is-service .content .content-box .swiper-container3 .swiper-slide .img-wrap img {
    width: 40%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.is-service .content .content-box .swiper-container3 .swiper-slide p {
    font-size: 16px;
    color: #333;
    line-height: 26px;
    text-align: center;
}

.is-service .content .content-box .swiper-container3 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ececec;
    opacity: 1;
}

.is-service .content .content-box .swiper-container3 .swiper-pagination3 {
    height: 20px;
    text-align: center;
    margin-top: 40px;
    text-align: center;
}

.is-service .content .content-box .swiper-container3 .swiper-pagination-bullet-active {
    background: #2c5364;
}

.is-service .content .content-box .service-main-3 {
    position: relative;
    margin-bottom: 30px;
    padding: 30px;
    background: #f9f9f9;
}

.is-service .content .content-box .service-main-3:nth-last-of-type(1) {
    margin-bottom: 0;
}

.is-service .content .content-box .service-main-3 span {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #2c5364;
}

.is-service .content .content-box .service-main-3 p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}

.is-service .content .content-box .service-main-3 .user-name {
    height: 19px;
    line-height: 19px;
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.is-service .content .content-box .service-main-3 .user-name em {
    display: inline-block;
    width: 50px;
    height: 1px;
    float: left;
    margin-top: 9px;
    margin-right: 20px;
    background: #2c5364;
}

.is-service .content .content-box .service-main-3 i {
    display: inline-block;
    float: left;
    font-size: 16px;
    color: #2c5364;
    font-style: normal;
}

.is-service .content .main-6 .description a {
    color: #ff8100;
}

.is-service .kickstarterF-con {
    display: flex;
}
.is-service .kickstarterF-con .kickstarterF-con-left {
    width: 610px;
    margin-right: 100px;
    float: left;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 50px;
}
.is-service .kickstarterF-con .kickstarterF-con-left .s-title {
    padding-bottom: 20px;
    font-size:18px;
    line-height:30px;
    font-weight:bold;
}

.phone-kickstarter {
    display: none;
}

.is-service .kickstarterF-con .kickstarterF-con-left h3.kick-b {
    padding-bottom: 0;
    padding-top: 20px;
    font-size: 20px;
    line-height: 30px;
}

.kick-conb {
    color: #ff8100;
}

.is-service .kickstarterF-con .kickstarterF-con-left p {
    line-height: 24px;
    margin-bottom: 10px;
}

.is-service .kickstarterF-con .kickstarterF-con-left p a {
    color: #f36a21;
    text-decoration: underline !important;
}

.is-service .kickstarterF-con ul {
    margin-top: 20px;
}

.is-service .kickstarterF-con ul li {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 22px;
    line-height: 20px;
    background: url(/app/images/en/new/service/Service-Kickstarter-Fulfillment_04.png) no-repeat left center;
    background-size: 12px auto;
    font-size: 14px;
}

.is-service .kickstarterF-con ul li b {
    font-size: 14px !important;
}

.is-service .kickstarterF-con .kickstarterF-con-right {
    width: 489px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.is-service .kickstarterF-con .kickstarterF-con-right img {
    width: 489px;
    height: 275px;
    ;
}

.header-text p.kick-p {
    font-size: 20px;
    font-weight: normal;
    width: 50%;
    float: left;
}

.header-text p.kick-p:nth-of-type(3n) {
    width: 100%;
    float: none;
}

.header-text p.kick-p img {
    width: 20px;
    margin-right: 10px;
}

.is-service .kickstarterF-main2 {
    width: 100%;
    margin-top: 60px;
    padding-bottom: 20px;
    background-color: #f9f9f9;
}

.is-service .kickstarterF-main2 .kickstarterF-con-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.is-service .kickstarterF-main2 .kickstarterF-con-left img {
    width: 489px;
    margin: 0 auto;
}

.is-service .kickstarterF-main2 .kickstarterF-con-right {
    display: inline-block;
}

.is-service .kickstarterF-main2 .kickstarterF-con-right .con-list {
    margin-bottom: 20px;
}

.is-service .kickstarterF-main2 .kickstarterF-con-right .con-list h3 {
    font-size: 18px;
    font-weight:bold;
}
.is-notification-detail .content .contaniar .content-box > h2 {
    font-weight: bold;
    margin: 40px 0 16px 0;
    text-align: center;
}

.is-notification-detail .content .contaniar .content-box > p {
    line-height: 24px;
    font-size: 16px;
}

.is-notification-detail .content .contaniar .content-box > h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 40px 0 10px 0;
}

.is-notification-detail .content .contaniar ul.img-list > li {
    display: inline-block;
    width: 23.5%;
    margin: 8px 5px;
}

.is-notification-detail .content .contaniar ul.img-list > li > img {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
}

.is-notification-detail .content .contaniar ul.img-list > li > span {
    display: block;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}

.is-notification-detail .content .contaniar div.table {
    margin: 16px 0;
}

.is-notification-detail .content .contaniar div.table>table,
.is-notification-detail .content .contaniar div.table tbody {
    width: 100%;
}

.is-notification-detail .content .contaniar div.table>table>tr,
.is-notification-detail .content .contaniar div.table tbody>tr {
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.is-notification-detail .content .contaniar div.table>table>tr>td,
.is-notification-detail .content .contaniar div.table tbody>tr>td {
    border: 1px solid #ddd;
}

.is-notification-detail .content .contaniar p.text {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.is-notification-detail .content .contaniar h4.title {
    font-size: 18px;
    font-weight: bold;
    margin: 40px 0 10px 0;
}

.is-notification-detail .content .contaniar p.text-content {
    font-size: 16px;
    line-height: 24px;
}

.is-notification-detail .content .contaniar p.imgs > img {
    border: 1px solid #ddd;
    padding: 10px;
    display: inline-block;
    width: 23.5%;
    margin: 8px 5px;
}
.is-reset-pwd .content p.warning {
    color: #ff0000;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    bottom: -18px;
    left: 0;
}

.is-login p.success-warning {
    position: absolute;
    top: -90px;
    left: 0;
    background-color: #d4edda;
    color: #536a33;
    padding: 12px 50px 12px 20px;
    border: 1px solid #c5decc;
    border-radius: 4px;
    margin-bottom: 30px;
    line-height: 24px;
    font-size: 16px;
}

.is-login p.success-warning > span {
    position: absolute;
    right: 14px;
    color: #75a27f;
    top: 12px;
    cursor: pointer;
}
.is-channel .sub-header {
    background-image: url(/app/images/en/new/channel/qudao-banner.jpg);
}

.is-channel .channel-main-1 {
    width: 900px;
    margin: 0 auto;
    padding: 90px 0;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

.is-channel .channel-main-2 {
    padding: 70px 0;
    background: #f5f5f5;
}

.is-channel .channel-main h2 {
    font-size: 28px;
    text-align: center;
    color: #2c5364;
    position: relative;
    margin-bottom: 60px;
}

.is-channel h2.title span {
    display: inline-block;
    width: 50px;
    border-bottom: 2px solid #2c5364;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -25px;
}

.is-channel .channel-main-2 .step-con {
    margin-top: 40px;
    text-align: center;
}

.is-channel .channel-main-2 .step-con img {
    width: 55px;
    height: 55px;
    margin: 0 auto;
}

.is-channel .channel-main-2 .step-con b {
    display: block;
    padding: 20px 0 10px 0;
    font-size: 16px;
    font-weight: 600;
}

.is-channel .channel-main-2 .step-con p {
    width: 900px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 26px;
}

.is-channel .channel-main-2 .step-con p a {
    color: #f36a21;
}

.is-channel .channel-main-2 .step-con p a:hover {
    text-decoration: underline !important;
}

.is-channel .channel-main-3 {
    width: 900px;
    margin: 0 auto;
    padding: 0 0 60px 0;
}

.is-channel .channel-main-3 ul li {
    margin-top: 40px;
}

.is-channel .channel-main-3 b {
    display: block;
    padding: 0 0 10px 0;
    font-size: 16px;
    font-weight: 600;
}

.is-channel .channel-main-3 p {
    font-size: 14px;
    line-height: 26px;
}

.is-channel .channel-main-4 {
    padding: 70px 0;
    background: #f5f5f5;
}

.is-channel .table {
    width: 900px;
    margin: 0 auto;
}

.table > tbody + tbody {
    border-top: none;
}

.is-channel table {
    border-collapse: separate;
    border-spacing: 0px 10px;
    table-layout: fixed;
}

.is-channel .table thead tr {
    background: #627781;
}

.is-channel .table thead tr th {
    padding: 10px;
    border-top: none;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-bottom: none;
}

.is-channel .table .border-R-L {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.is-channel .table .border-R-R {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.is-channel .table tbody tr td {
    padding: 10px;
    vertical-align: middle;
    background: #fff;
    font-size: 14px;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
}

.is-channel .table tbody tr .tr-left {
    border-left: 1px solid #EFEFEF;
}

.is-channel .table tbody tr .tr-right {
    border-right: 1px solid #EFEFEF;
}

.is-channel .channel-main-5 {
    padding: 70px 0 100px 0;
}
.common-channel .sub-header {
    background-image: url(/app/images/en/new/channel/qudao-banner.jpg);
}

.common-channel .service-main h2 {
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    color: #2c5364;
    position: relative;
    margin-bottom: 20px;
}

.common-channel .service-main h2.title span {
    display: inline-block;
    width: 50px;
    border-bottom: 2px solid #2c5364;
    position: absolute;
    bottom: -33px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.is-mexico .mexico-main-1 {
    margin: 90px 0;
}

.is-mexico .mexico-main-1 .mexico-main-1-list {
    margin-top: 70px;
}

.is-mexico .mexico-main-1 .step-con {
    width: 22%;
    float: left;
    margin-right: 4%;
    padding: 0 10px;
    text-align: center;
    min-height: 252px;
    position: relative;
}

.is-mexico .mexico-main-1 .step-con:last-child {
    margin-right: 0;
}

.is-mexico .mexico-main-1 .step-con h3 {
    padding: 20px 0 12px;
    font-size: 16px;
    font-weight: 600;
}

.is-mexico .mexico-main-1 .step-con h3 a:hover {
    color: #f36a21;
}

.is-mexico .mexico-main-1 .step-con p {
    font-size: 14px;
    line-height: 24px;
}

.is-mexico .mexico-main-1 .step-con a.learn-more {
    font-size: 14px;
    color: #f36a21;
    text-decoration: underline !important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.is-mexico .mexico-main-2 {
    background: #f9f9f9;
    margin: 100px 0;
    padding: 70px 0;
}

.is-mexico .mexico-main-2 .mexico-main-2-con {
    margin-top: 70px;
}

.is-mexico .mexico-main-2 .mexico-main-2-con .mexico-main-2-list {
    text-align: center;
    margin-bottom: 50px;
}

.is-mexico .mexico-main-2 .mexico-main-2-con .mexico-main-2-list:last-child {
    margin-bottom: 0px;
}

.is-mexico .mexico-main-2-con .mexico-main-2-list b {
    font-size: 16px;
    font-weight: 600;
}

.is-mexico .mexico-main-2-con .mexico-main-2-list p {
    margin-top: 20px;
    font-size: 16px;
}

.is-mexico .mexico-main-3-con,
.is-mexico .mexico-main-4-con {
    margin-top: 70px;
    position: relative;
}

.is-mexico .mexico-main-3-con .left img {
    width: 350px;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.is-mexico .mexico-main-3-con .right {
    width: 700px;
    float: right;
}

.is-mexico .mexico-main-3-con .right p {
    font-size: 16px;
    line-height: 24px;
}

.is-mexico .mexico-main-3-con .right p a {
    color: #f36a21;
    text-decoration: underline !important;
}

.is-mexico .mexico-main-3-con .right .right-table {
    margin-top: 30px;
}

.is-mexico .mexico-main-3-con .right .right-table b {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 14px;
    display: block;
}

.is-mexico .mexico-main-3-con .right .right-table .table {
    margin-bottom: 0px;
    border: 1px solid #ebebeb;
    text-align: center;
}

.is-mexico .mexico-main-3-con .right .right-table .table > thead > tr > th {
    width: 50%;
    vertical-align: middle;
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    text-align: center;
}

.is-mexico .mexico-main-3-con .right .right-table .table > tbody > tr > td {
    border-right: 1px solid #ebebeb;
    vertical-align: middle;
}

.is-mexico .mexico-main-4 {
    margin: 100px 0;
}

.is-mexico .mexico-main-4-con .left {
    width: 700px;
    float: left;
}

.is-mexico .mexico-main-4-con .left .left-list {
    margin-bottom: 30px;
}

.is-mexico .mexico-main-4-con .left .left-list:last-child {
    margin-bottom: 0px;
}

.is-mexico .mexico-main-4-con .left b {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 14px;
    display: block;
}

.is-mexico .mexico-main-4-con .left p {
    font-size: 16px;
    line-height: 24px;
}

.is-mexico .mexico-main-4-con .left .left-list span {
    color :#ff0000;
}

.is-mexico .mexico-main-4-con .left .left-list a {
    color: #f36a21;
    text-decoration: underline !important;
}

.is-mexico .mexico-main-4-con .right img {
    width: 350px;
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.australia-main-1,
.australia-main-2,
.australia-main-3,
.australia-main-4 {
    margin-top: 100px;
}

.australia-main .describe-con {
    width: 900px;
    margin: 70px auto 0;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
}

.australia-main .australia-main-1-list {
    margin-top: 50px;
    text-align: center;
}

.australia-main .australia-main-1-list h3 {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 600;
}

.australia-main .australia-main-1-list p {
    margin-bottom: 30px;
    font-size: 14px;
}

.australia-main .australia-main-1-list ul li {
    display: inline-block;
    width: 180px;
    height: 120px;
}

.australia-main .australia-main-1-list ul li img {
    width: 100%;
    height: auto;
}

.australia-main .australia-main-1-list ul li:nth-child(2) {
    margin: 0 80px;
}

.australia-main .australia-main-2 {
    background: #f9f9f9;
    padding: 50px 0;
}

.australia-main .australia-main-2 .australia-main-2-list {
    margin-top: 50px;
}

.australia-main .australia-main-2 .step-con {
    width: 30%;
    float: left;
    padding: 0 10px;
    text-align: center;
    min-height: 224px;
    position: relative;
}

.australia-main .australia-main-2 .step-con:nth-child(2) {
    margin: 0 5%;
}

.australia-main .australia-main-2 .step-con h3 {
    padding: 20px 0 12px;
    font-size: 16px;
    font-weight: 600;
}

.australia-main .australia-main-2 .step-con h3 a:hover {
    color: #f36a21;
}

.australia-main .australia-main-2 .step-con p {
    font-size: 14px;
    line-height: 24px;
}

.australia-main .australia-main-2 .step-con a.learn-more {
    font-size: 14px;
    color: #f36a21;
    text-decoration: underline !important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.australia-main .australia-main-3 .australia-main-3-con {
    margin-top: 70px;
    position: relative;
}
.australia-main-3 .australia-main-3-con .left img {
    width: 350px;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.australia-main-3 .australia-main-3-con .right {
    width: 700px;
    float: right;
}

.australia-main-3 .australia-main-3-con .right p {
    font-size: 14px;
    line-height: 24px;
}

.australia-main-3 .australia-main-3-con .right p a {
    color: #f36a21;
    text-decoration: underline !important;
}

.australia-main-3 .australia-main-3-con .right .right-table {
    margin-top: 40px;
}

.australia-main-3 .australia-main-3-con .right .right-table .table {
    margin-bottom: 0px;
    border: 1px solid #ebebeb;
    text-align: center;
}

.australia-main-3 .australia-main-3-con .right .right-table .table > thead > tr > th {
    width: 33.3%;
    vertical-align: middle;
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    text-align: center;
    padding: 20px;
}

.australia-main-3 .australia-main-3-con .right .right-table .table > tbody > tr > td {
    border-right: 1px solid #ebebeb;
    vertical-align: middle;
    padding: 20px;
    line-height: 24px;
}

.australia-main-4 {
    margin-bottom: 100px;
}

.australia-main-4 p {
    font-size: 14px;
    text-align: center;
    margin-top: 70px;
}

.australia-main-4 p.Mtop {
    margin-top: 30px;
}

.common-channel .mtop {
    margin-top: 90px;
}

.common-channel .common-main1 .common-main1-con{
    margin-top: 70px;
    position: relative;
}

.common-channel .US-main .common-main1-con {
    margin-top: 90px;
}

.common-channel .common-main1 .common-main1-con .left img {
    width: 450px;
    height: auto;
    /*position: absolute;*/
    left: 0;
    top: 0;
    bottom: 0;
    margin: 40px auto auto;
    display: block;
}

/*.common-channel .common-main1 .common-main1-con .right {
    width: 700px;
    float: right;
}*/

.common-channel .common-main1 .common-main1-con .right p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.common-channel .common-main1 .common-main1-con .right p a {
    color: #f36a21;
    text-decoration: underline !important;
}

.common-channel .common-main1 .common-main1-con .right .right-table {
    margin-top: 40px;
}

.common-channel .common-main1 .common-main1-con .right .right-table .table {
    margin-bottom: 0px;
    border: 1px solid #ebebeb;
    text-align: center;
}

.common-channel .common-main1 .common-main1-con .right .right-table .table > thead > tr > th {
    width: 20%;
    vertical-align: middle;
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    text-align: center;
    padding: 20px;
    background-color: #ff8100;
    color: white;
}

.common-channel .common-main1 .common-main1-con .right .right-table .table > tbody > tr.table-bg > td{
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    background-color: #f5f5f5;
}

.common-channel .common-main1 .common-main1-con .right .right-table .table > tbody > tr > td {
    border-right: 1px solid #ebebeb;
    vertical-align: middle;
    padding: 20px;
    line-height: 24px;
}

.common-channel .common-main1 .common-main1-con .right .right-table .table > tbody > tr > td > div.table1{
    margin: auto;
    padding-top: 5px;
}

.common-channel .common-main2 {
    background: #f9f9f9;
    margin-top: 90px;
    padding: 70px 0;
}

.common-channel .common-main2 .common-main2-con {
    margin-top: 70px;
}

.common-channel .common-main2 .common-main2-con .common-main2-list {
    text-align: center;
    margin-bottom: 50px;
}

.common-channel .common-main2 .common-main2-con .common-main2-list:last-child {
    margin-bottom: 0px;
}

.common-channel .common-main2-con .common-main2-list b {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.common-channel .common-main2-con .common-main2-list h3 {
    color: #337ab7;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 16px;
}

.common-channel .common-main2-con .common-main2-list p {
    font-size: 14px;
    line-height: 24px;
}

.common-channel .common-main3 .common-main3-list {
    margin-top: 70px;
}

.common-channel .common-main3 .step-con {
    width: 22%;
    float: left;
    margin-right: 4%;
    padding: 0 10px;
    text-align: center;
    min-height: 252px;
    position: relative;
}

.common-channel .common-main3 .step-con:last-child {
    margin-right: 0;
}

.common-channel .common-main3 .step-con h3 {
    padding: 20px 0 12px;
    font-size: 16px;
    font-weight: 600;
}

.common-channel .common-main3 .step-con h3 a:hover {
    color: #f36a21;
}

.common-channel .common-main3 .step-con p {
    font-size: 14px;
    line-height: 24px;
}

.common-channel .common-main3 .step-con a.learn-more {
    font-size: 14px;
    color: #f36a21;
    text-decoration: underline !important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.common-channel .common-main3 {
    margin-bottom: 100px;
}

.quote_conmt {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
}

.quote_con {
    background: #fff;
    padding: 60px 0;
    border-bottom: 2px solid #e7e7e7;
}

.quote_con .under-line{
    margin: 28px auto;
    height: 2px;
    width: 50px;
    background:#2c5364;
}

.quote_conm {
    width: 1200px;
    margin: 0px auto;
    color: #000;
}

.quote_conm h2{
    font-size: 24px;
    color:#2c5364;
    text-align: center;
    margin-bottom: 30px;
}

.quote_conm ul li {
    width: 31%;
    float: left;
    border: 1px solid #ccc;
    margin: 20px 40px 20px 0;
    padding: 30px 20px;
    text-align: center;
}

.quote_conm ul li:nth-of-type(3n) {
    margin-right: 0;
}

.quote_conm h4 {
    padding: 30px 0 10px 0;
    font-size: 18px;
}

.quote_conm p {
    padding: 5px 0;
    font-size: 16px;
}

*.content-box .p-title {
    display: none;
}

@media screen and (max-width: 1200px) {
    .content-box {
        width: 980px;
    }
    html,
    body {
        font-size: 160px;
    }
    * .main-7 .main7_left {
        /* display: none; */
        background: transparent;
        color: #FFFFFF;
        width: 100%;
        padding: 10px;
        height: 165px;
    }
    * .main-7 .main7_left p{
        display: none;
    }
    * .main-7 .main7_left .main7_01{
        color: #FFFFFF;
        font-size: 26px;
        text-align: center;
    }
    * .main-7 .main7_right {
        width: 100%;
    }
    * .main-7 .main7_right {
        width: 100%;
    }
    * .main-7 {
        font-size: .28rem;
        height:auto;
        padding:10px 0 30px 0;
        background:#2c5364;
    }
    * .main-7 .button-demo {
        text-align: center;
        margin-top: 20px;
    }
    * .main-7 li .code-box input.form-control {
        width: 58%;
    }
    * .main-7 h2 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    * .s_main7_title .s_main7_02 {
        font-size: 36px;
    }
    * .main-7 p.error-text {
        font-size: 16px;
    }
    * .main-7 li span {
        font-size: 16px;
    }
    * .s_main7_title {
        display: block;
    }
    * .main-7 li select {
        font-size: 14px;
    }
    * .main-7 li textarea {
        font-size: 14px;
    }
    * .main-7 li .add-destinations {
        font-size: 14px;
    }
    .is-contact-us h3 {
        text-align: center;
    }
    * .main-7 li {
        margin-bottom: 5px;
    }
    * .main-7 li.formtext {
        margin-bottom: 0;
    }
    * .crow-6 ul li img {
        width: 100%;
    }
    *.content-box .small-p {
        display: none;
    }
    *.content-box .p-title {
        display: block;
    }
    .is-contact-us input:focus,
    .is-contact-us textarea:focus {
        border: 1px solid #66afe9 !important;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.8);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.8);
    }
    .is-contact-us input.error {
        border: 1px solid #f36a21 !important;
        box-shadow: none;
    }

    .is-contact-us .contact-main-1 .under-line {
        margin: 15px auto;
    }

    .is-contact-us .contact-main-1 .left {
        width: 100%;
        margin: 0 auto;
    }

    .is-contact-us .contact-main-1 .right {
        display: none;
    }

    .is-contact-us .contact-main-1 ul {
        width: 100%;
    }
    .is-contact-us .contact-main-1 ul li input,
    .is-contact-us .contact-main-1 ul li textarea {
        border: 1px solid #ccc;
        border-radius: 4px;
        padding-left: 8px;
    }
    .is-contact-us .contact-main-1 ul li input.error,
    .is-contact-us .contact-main-1 ul li textarea.error {
        border: 1px solid #f36a21;
    }

    .is-contact-us .contact-main-1 ul li input {
        height: 40px;
    }

    .is-contact-us .contact-main-1 ul li:first-child {
        width: 48%;
        float: left;
    }

    .is-contact-us .contact-main-1 ul li:nth-child(2) {
        width: 48%;
        float: right;
    }

    .is-contact-us .contact-main-1 ul li:nth-child(3) {
        width: 100%;
        float: left;
    }

    .is-contact-us .contact-main-1 ul li:nth-child(4) {
        width: 100%;
        float: left;
    }
    .is-contact-us .contact-main-1 ul li:nth-child(5) input {
        width: 60%;
    }
    .is-contact-us .contact-main-1 .page-button {
        margin: 0 auto;
    }

    .is-notification .sub-header h2 {
        margin-top: 0;
    }

    .is-notification .sub-header h2 br {
        display: block;
    }

    .is-api .api-main.api-main-2 .right {
        width: 700px !important;
    }

    .is-about .about-main.about-main-4 li {
        margin-left: 20px;
    }

    .is-service .content .content-box .content-left div.right {
        width: 510px;
    }

    .is-service .content .content-box .content-left div.left > img {
        width: 420px;
        height: auto;
    }

    .is-service .content .content-box .content-left div.left > img.img-max {
        width: 420px;
        height: auto;
    }
    .is-mexico .mexico-main-1 .step-con {
        min-height: 275px;
    }

    .is-mexico .mexico-main-3-con .left img {
        width: 25%;
    }

    .is-mexico .mexico-main-3-con .right {
        width: 60%;
    }

    .is-mexico .mexico-main-4 {
        margin: 1rem 0;
    }

    .is-mexico .mexico-main-4-con .right img {
        width: 25%;
    }

    .is-mexico .mexico-main-4-con .left {
        width: 60%;
    }

    .is-mexico .mexico-main-4-con .left .left-list {
        margin-bottom: .6rem;
    }
    .is-service .content .content-box .content-left div.middle{
        left:88px;
    }
    .is-service .content .content-box .content-left div.right .right_list1 {
        padding-bottom: 35px;
    }
    .is-service .content .content-box .content-left div.right .right_list2 {
        padding-bottom: 30px;
    }
    .is-service .content .content-box .content-left div.right .right_list3 {
        padding-bottom: 35px;
    }
    .is-service .content .content-box .content-left div.right .right_ful1 {
        padding-bottom: 55px;
    }
    .is-service .content .content-box .content-left div.middle>img.mid_ful1 {
        padding-bottom: 315px;
    }
    .is-service .content .content-box .content-left div.middle>img.mid_ful2 {
        padding-bottom: 420px;
    }
    .is-service .content .content-box .content-left div.middle>img.mid_ful3 {
        padding-bottom: 430px;
    }
    .is-service .content .content-box .content-left div.middle>img.mid_ful4 {
        padding-bottom: 360px;
    }
    .content-left .left .left_ful01 {
        margin-bottom: 150px;
    }
    .content-left .left .left_ful03 {
        padding-top: 175px;
        margin-bottom: 140px;
    }
    .content-left .left .left_ful04 {
        padding-top: 110px;
    }
    .con_left p.con_text {
        padding: 0 60px;
    }
    .sub-header .pick-left {
        width: 50%;
    }
    .sub-header .crow-img,
    .sub-header .pick-img {
        width: 50%;
        padding-top: 40px;
    }
    .header {
        height: 550px;
    }
    .index-banner-img {
        display: none;
    }
    .index-banner-img video {
        display: none;
    }
    .index-con-left {
        width: 100%;
    }
    * .header-text {
        width: 100%;
    }
    .index-header {
        height: 750px;
    }
    .is-service .content .content-box .content-left div.crow-r {
        width: 463px;
    }
    .crow-con5m {
        width: 750px;
    }
    .is-service .content .content-box .content-left div.pick-right {
        width: 48%;
    }
    .is-service .content .content-box .content-left div.e-appc {
        width: 100%;
    }
    .is-service .content .content-box .content-left div.pick-left .pick-01 {
        margin-bottom: 125px;
    }
    .is-service .content .content-box .content-left div.pick-left .pick-02 {
        margin-bottom: 170px;
    }
    .is-service .content .content-box .content-left div.pick-left .pick-03 {
        margin-bottom: 100px;
    }
    .pick-bottom .swiper-slide {
        width: 30%;
        margin-right: 5%;
    }
    .pick-bottom .swiper-slide .img-wrap img {
        width: 100%;
    }
    .pick-bottom .swiper-slide:nth-of-type(3n) {
        margin-right: 0;
    }
    .sub-header .eful-img {
        width: 400px;
        padding-top: 50px;
    }
    * .crow-1 ul li.e-ship-li2 {
        height: 370px;
    }
    *.warehouse_con .con_left {
        width: 100%;
    }
    .con_right {
        display: none;
    }
    .sub-header .warehouse-img {
        width: 380px;
        margin-top: 30px;
    }
    .sub-header .warehouse-left {
        width: 600px;
    }
    /*consolidation-warehouse_css_mw1200*/
    * .main-1 div ul.cw_storage_img{
        max-width: 900px;
        margin: 15px auto;
    }
    * .main-1 div ul li.cw_storage{
        width: 14%;
        margin-right: 62px;
    }
    * .main-1 ul li.cw_storage_t1{
        float: left;
        width: 220px;
        padding: 15px 15px 60px 15px;
        margin: 0 26px 0 0;
    }
    * .main-1 div ul li.cw_storage_label{
        width: 20px;
        margin-right: 40px;
        padding: 60px 0 0 0;
        float: left;
    }
    * .main-1 div ul li.cw_storage_label img{
            width: 25px;
            height: 25px;
    }
}

@media screen and (max-width: 980px) {
    * .header-bottom {
        display: none;
    }
    .sub-header .how-it-work-h1 {
        padding-top: 0;
    }
    * .main-1 h2,
    .main-5 h2,
    .main-6 h2,
    .main-1 h1,
    .main-2 h2 {
        font-size: .35rem;
    }
    * .main-1 h3.sfc-index-h3,
    * .main-1 p.sfc-index-h3,
    * .main-1 ul li .sfc-index-h3,
    * .main-2 .sfc-Advantage .sfc-index-h3,
    .sfc-Advantage .sfc-Advantage-one h4,
    .main-6 .description {
        font-size: .3rem;
        line-height: .4rem;
    }
    * .header-text h2{}
    .sfc-warehouse-right {
        display: none;
    }
    .sfc-p-small {
        display: block;
        text-align: center;
    }
    .sfc-p-small img {
        width: 40%;
        padding: 20px 0;
    }
    * .main-1 ul li img {
        width: 60%;
        height: auto;
    }
    * .main-1 .sfc-warehouse-left {
        width: 100%;
    }
    * .main-1 ul li {
        width: 100%;
        float: none;
    }
    .sfc-Advantage {
        margin-top: 30px;
    }
    * .sfc-Advantage img {
        float: none;
        width: 100%;
        margin: 0 auto 30px auto;
        display: block;
        height: auto;
    }
    * .main-6 .wrap {
        width: 90%;
        margin: .3rem auto 0 auto;
    }
    * .main-6 .wrap li {
        width: 60%;
        border-right: none;
        padding: 10px 0;
        margin-top: 0;
    }
    * .main-6 .wrap li:nth-of-type(2n) {
        width: 40%;
    }
    * .main-6 .wrap li a {
        display: flex;
        align-items: center;
        font-size: .3rem;
    }
    * .main-6 .wrap li img {
        flex-shrink: 0;
        height: auto;
        width: 86px;
        padding-right: .1rem;
    }
    * .main-5 li {
        width: 18%;
    }
    * .main-7 li.formtext {
        padding-top: 0;
    }
    * .main-7 li.checkbox-list {
        padding-top: 0;
    }
    * .main-6 .wrap li br {
        display: none;
    }
    .sfc-Advantage .sfc-Advantage-one {
        float: none;
        width: 100%;
    }
    * .nav-box .nav-el>li:last-child {
        display: none;
    }
    .s_main7_title .s_main7_01 span {
        font-size: .45rem;
    }
    .sfc-warehouse-clear {
        display: block;
        width: 100%;
    }
    *.warehouse_con .con_left {
        width: 800px;
    }
    .con_right {
        display: none;
    }
    .sub-header .eship-img,
    .sub-header .warehouse-img,
    .sub-header .pick-img {
        display: none;
    }
    .is-service .content .content-box .content-left div.left .left_01 .pick-img-max {
        width: 300px;
    }
    * .main-1 ul li.crowfunding-6li {
        height: auto;
        margin-bottom: 60px;
        text-align: center;
    }
    .header-text p.kick-p {
        width: 100%;
    }
    .sub-header .warehouse-left {
        padding-top: 0;
    }
    .is-service .content .content-box .e-ful-con div.img-1 img.crowdfunding-img-4 {
        width: 100%;
    }
    .is-service .content .content-box .e-ful-con div.img-1 img.crowdfunding-img-2 {
        width: 100%;
    }
    * .crow-6 ul li.crowfunding-6li img {
        width: 80%;
    }
    * .main-1 ul li:nth-of-type(3n) {
        float: none;
    }
    .is-service .content .content-box .e-ful-con div.img-1 .eco-ful01-img {
        width: 100% !important;
    }
    .content-box {
        width: 800px;
    }
    .nav-box .nav-el>li {
        padding: 0 12px;
    }
    .is-login .content ul li {
        margin-top: 0;
    }
    .is-login .content .col-box {
        margin-top: 0 !important;
    }
    .is-login .error-text {
        position: unset !important;
        min-width: auto !important;
        line-height: 45px;
        min-height: 45px;
    }
    .is-get-quote .header-text h2 br,
    .is-help .header-text h2 br {
        display: block;
    }
    .is-api .api-main.api-main-1 ul {
        width: 800px;
    }
    .is-api .api-main.api-main-1 ul li {
        padding: 30px 10px;
        margin-left: 30px;
    }
    .is-api .api-main.api-main-2 .right {
        width: 580px !important;
    }
    .is-about .about-main.about-main-1 li div {
        font-size: 36px;
        line-height: 36px;
    }
    .is-about .about-main.about-main-1 li div img {
        height: 36px;
    }
    .is-about .about-main.about-main-1 li p {
        font-size: 14px;
    }
    .is-service .content .content-box .content-left div.right {
        width: 390px;
    }
    .is-service .content .content-box .content-left div.left>img {
        width: 100%;
        height: auto;
    }
    .is-service .content .content-box .content-left div.left>img.img-max {
        width: 100%;
        height: auto;
    }
    .is-service .content .content-box .content-right div.left {
        width: 400px;
    }
    .is-notification-detail .contaniar {
        /*width: 800px !important;*/
    }
    .is-notification-detail .contaniar ul.img-list>li {
        width: 23.4% !important;
    }
    .is-mexico .mexico-main-1 .step-con {
        min-height: 315px;
    }
    .is-service .content .content-box .content-left div.middle {
        left: 28px;
    }
    .is-service .content .content-box .content-left div.right .right_list1 {
        padding-bottom: 35px;
    }
    .is-service .content .content-box .content-left div.right .right_list2 {
        padding-bottom: 30px;
    }
    .is-service .content .content-box .content-left div.right .right_list3 {
        padding-bottom: 35px;
    }
    .con_left p.con_text {
        padding: 0 60px;
        font-size: 20px;
    }
    .is-service .content .content-box .content-left div.middle>img.mid_list1 {
        padding-bottom: 280px;
    }
    .is-service .content .content-box .content-left div.middle>img.mid_list2 {
        padding-bottom: 310px;
    }
    .is-service .content .content-box .content-left div.middle>img.mid_list3 {
        padding-bottom: 455px;
    }
    .is-service .content .content-box .content-left div.middle>img.mid_war3 {
        padding-bottom: 420px;
    }
    .is-service .content .content-box .content-left div.middle>img.mid_ful1 {
        padding-bottom: 380px;
    }
    .is-service .content .content-box .content-left div.middle>img.mid_ful2 {
        padding-bottom: 505px;
    }
    .is-service .content .content-box .content-left div.middle>img.mid_ful3 {
        padding-bottom: 500px;
    }
    .is-service .content .content-box .content-left div.middle>img.mid_ful4 {
        padding-bottom: 440px;
    }
    .content-left .left .left_ful01 {
        margin-bottom: 210px;
    }
    .content-left .left .left_ful02 {
        margin-bottom: 150px;
    }
    .content-left .left .left_ful03 {
        margin-top: 160px;
    }
    .content-left .left .left_ful05 {
        margin-top: 160px;
        margin-bottom: 240px;
    }
    .content-left .left .left_ful04 {
        padding-top: 35px;
    }
    .is-service .content .content-box .content-left div.middle>img..mid_war3 {
        padding-bottom: 285px;
    }
    .left .left_01 {
        margin-bottom: 110px;
    }
    .left .left_02 {
        margin-bottom: 140px;
    }
    .left .left_03 {
        margin-bottom: 210px;
    }
    .left .left_padding {
        padding-top: 45px;
    }
    .header {
        height: 600px;
    }
    .is-service .content .content-box .content-left div.crow-r {
        width: 400px;
    }
    .crow-con5m {
        width: 550px;
    }
    .is-service .content .content-box .content-left div.pick-right {
        width: 48%;
    }
    .is-service .content .content-box .content-left div.e-appc {
        width: 100%;
    }
    .is-service .content .content-box .e-ful-con div.right ul li p.crow-2p {
        padding-top: 0;
    }
    .e-ful-pc {
        display: none;
    }
    .e-ful-phone {
        display: block;
    }
    .e-ful-phone img {
        width: 400px;
    }
    .index-banner-img {
        display: none;
    }
    .is-service .content .content-box .content-left div.pick-left {
        width: 398px;
    }
    div.pick-left .left_01 .img-max {
        width: 100%;
    }
    .is-service .content .content-box .content-left div.pick-left .pick-01 {
        margin-bottom: 290px;
    }
    .is-service .content .content-box .content-left div.pick-left .pick-02 {
        margin-bottom: 340px;
    }
    .is-service .content .content-box .content-left div.pick-left .pick-03 {
        margin-bottom: 160px;
    }
    .sub-header .eful-img {
        display: none;
    }
    .sub-header .e-ship-left {
        width: 100%;
        text-align: center;
    }
    * .crow-1 ul li.e-ship-li {
        width: 100%;
        margin: 0 0 40px 0;
        height: auto;
    }
    * .crow-1 ul li.e-ship-li2 {
        height: auto;
    }
    * .crow-1 ul li.e-ship-li:nth-of-type(6n) {
        margin: 0 0 40px 0;
        !important;
        height: auto;
    }
    * .e-ship-pc {
        display: none;
    }
    * .e-ship-tell {
        display: block;
    }
    .ship-align {
        margin-top: 20px;
    }
    .crow-1 .crow-2p {
        text-align: left;
    }
    .e-ship-con .crow-1p {
        text-align: left;
    }
    .header-text .pick-t {
        display: flex;
    }
    .sub-header .warehouse-left {
        text-align: center;
        width: 100%;
    }
    .sub-header .header-text {
        height: 450px;
    }
    .sub-header .pick-left {
        padding-top: 0;
        width: 100%;
    }
    .sub-header .pick-left {
        text-align: center;
    }
    * .crow-1 ul li .e-ship-div {
        height: auto;
    }
    .is-service .content .content-box .content-left div.img-1 img {
        width: 90%;
    }
    .crow-1 section.banner-pc {
        display: none;
    }
    .crow-1 section.banner-phone {
        display: block;
        width: 100%;
    }
    .crow-1 section.banner-phone video {
        width: 100%;
    }
    .index-con-left {
        padding-top: 80px;
    }
    .case-info-menu-con {
        width: 100%;
    }
    .case-info-menu {
        width: 100%;
    }
    .case-info-menu-con ul li {
        width: 50%;
        margin-bottom: 20px;
        font-size: .45rem;
    }
    .case-info-more {
        width: 100%;
    }
    .case-info-con .case-study ul li {
        font-size: .35rem;
        line-height: .6rem;
    }
    .case-info-con .case-study ul li strong {
        font-size: .35rem;
    }
    .case-info-con .case-study {
        border: none;
        margin-top: 30px;
    }
    .case-menu-hover {
        border-bottom: 2px solid #e8e8e8;
        line-height: 60px;
        font-size: .45rem;
        text-align: center;
        cursor: pointer;
    }
    .swiper-slide-only {
        margin-right: 0px
    }
    .case-info-div ul li {
        width: 100%;
        font-size: .35rem;
        padding-bottom: 40px;
        line-height: .8rem;
    }
    .case-info-div ul li span {
        font-size: .45rem;
    }
    .sfc-vs {
        width: 100%;
    }
    .sfc-vs-right2 h2 {
        font-size: .45rem;
    }
    .case-info-02 .sfc-vs-right ul li {
        font-size: .35rem;
        line-height: .6rem;
    }
    .sfc-vs-bottom {
        padding-bottom: 60px;
    }
    .case-saying {
        width: 100%;
        padding-top: 30px;
    }
    .case-saying h2 {
        font-size: .45rem;
    }
    .case-saying blockquote {
        font-size: .35rem;
        line-height: .6rem;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px;
    }
    .sfc-vs-con p {
        padding-top: 2rem;
    }
    .case-analysis {
        margin-top: 0;
        padding-bottom: 60px;
    }
    .case-info-02 .sfc-vs-right {
        padding: 0 10px;
    }
    .sfc-case .swiper-slide ul li strong {
        padding-top: 10px;
    }
    .case-study .case-study-img {
        padding-top: 10px;
    }
    .case-study img {
        width: 60%;
    }
    .sfc-case .swiper-slide .img-wrap3 {
        display: none;
    }
    .sfc-case .swiper-slide ul li {
        font-size: .20rem;
        margin-top: .6rem;
        width: 30%;
    }
    .case-study-div p img {
        width: 10%;
    }
    .case-study-div p span {
        font-size: .4rem;
        vertical-align: middle;
        padding-right: 20px;
    }
    .is-service .content .content-box .swiper-container3 .swiper-slide .case-study-div p {
        font-size: .25rem;
    }
    .case-radio a {
        font-size: .25rem;
    }
    .case-radio::after {
        font-size: .25rem;
    }
    .sfc-case .swiper-slide {
        box-shadow: none;
    }
    .case-info-05 .case-info-div ul li {
        width: 100%;
    }
    /*consolidation-warehouse_css_mw980*/
        div.cw-box1{
            display: flex !important;
            flex-wrap: wrap;
            justify-content: space-between;
            box-sizing: border-box;
            padding: 0;
            margin: 0.4rem auto 0.3rem auto;
            width: 97%;
        }

        div.cw-item{
            width: 48%;
            height: 2.3rem;
            border-radius: 6px;
            padding: 0.2rem 0.3rem 0.2rem 0.3rem;
            margin:0 0 0.3rem 0;
        }

        div.cw-item img{
            width:.8rem;
            height:.8rem;
        }

        div.cw-textbox h5{
            font-size: 0.15rem;
            margin: 0.2rem 0 0.1rem 0;
        }

        div.cw-textbox p{
            width: 100%;
            font-size: 0.12rem;
            line-height: 0.2rem;
            letter-spacing: 0rem;
        }

        .crow-2 .content-box{
            background: url(/app/images/en/new/notification/cw_bg01.png) no-repeat center;
            background-size: 150%;
            background-position: -0.9rem -0.4rem;
        }

        .cw_aboutus{
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
            margin: 0.1rem 0 0 .1rem;
            padding-bottom: .5rem;
            flex-direction: column-reverse;
        }

        .cw_aboutus_img{
            width: 100%;
            height: auto;
            margin-right: 0rem;
        }

        .cw_aboutus_img img{
            max-width: 100%;
            object-fit: cover;
        }

        .cw_aboutus_text p{
            width: 97%;
            font-size: 0.18rem;
            line-height: .35rem;
            padding: 0 0 0.2rem 0;
            white-space: normal;
        }

        div.cw_storage1{
            display: flex;
            margin-top:.3rem;
            width: 97%;
        }

        * .main-1 div ul.cw_storage_img{
            max-width: 1.2rem;
            margin: .1rem 0 0 .1rem;
        }

        * .main-1 div ul li.cw_storage{
            width: 17%;
            margin: 0;
            float: none;
        }

        * .main-1 div ul li.cw_storage img{
            width: .8rem;
            height: .8rem;
        }

        * .main-1 div ul li.cw_storage_label{
            width: .2rem;
            margin-right: 0;
            margin-left: .3rem;
            padding: .15rem 0 .15rem 0;
        }

        * .main-1 div ul li.cw_storage_label img{
            width: .15rem;
            height: .15rem;
            transform:rotate(90deg);
        }

        * div ul.cw_storage_text{
            text-align: left;
            margin-top: 0;
        }

        * .main-1 ul li.cw_storage_t1{
            float: left;
            width: 100%;
            padding: 0 0 .45rem .15rem;
            margin: 0;
        }


        * .main-1 ul li.cw_storage_t1 h5{
            font-size: .15rem;
            margin: .3rem 0 0 0;
        }

        * .main-1 ul li.cw_storage_t1 p{
            font-size: .12rem;
            line-height: .35rem;
        }

/*consolidation-warehouse_css_mw980_end*/

    @media screen and (max-width: 800px) {
        .main-2 .content-box>h2 {
            display: none;
        }
        .index-con-left {
            padding-top: 0;
        }
        .main-2 .content-box>h2 {
            display: none;
        }
        .main-1 .content-box>h2 {
            display: none;
        }
        .main-3 .content-box>h2 {
            display: none;
        }
        .main-4 .content-box>h2 {
            display: none;
        }
        .main-5 .content-box>h2 {
            display: none;
        }
        .main-6 .content-box>h2 {
            display: none;
        }
        .main-1 .under-line,
        .main-2 .under-line,
        .main-3 .under-line,
        .main-4 .under-line,
        .main-5 .under-line,
        .main-6 .under-line {
            display: none;
        }
        *.is-s-service .content .content-box div.content-leftp {
            display: none;
        }
        .con_textl {
            display: none;
        }
        .is-service .content .content-box p.content_des {
            font-size: .35rem;
            line-height: .6rem;
            text-align: left;
            display: block;
        }
        .crow-1 section.banner-pc {
            display: none;
        }
        .crow-1 section.banner-phone {
            display: block;
            width: 100%;
        }
        .crow-1 section.banner-phone video {
            width: 100%;
        }
        .right .left_01 {
            margin-bottom: 20px;
        }
        .is-service .content .content-box p.content_des stromg {
            font-size: .4rem;
        }
        .warehouse_con .con_left .con_text {
            font-size: .35rem;
            padding: 40px 20px 0 60px;
        }
        .warehouse_con .con_left img {
            position: absolute;
            padding-left: 20px;
        }
        .warehouse_con .con_left {
            width: 100%;
        }
        .warehouse_con .con_right {
            width: 30%;
        }
        .content-lefts .img-mas {
            display: block;
        }
        .content-lefts .middle {}
        .content-lefts .right {}
        .content-lefts .right div.left_padding {
            padding: 0;
        }
        .content-lefts .right li {
            padding-bottom: 0.4rem;
        }
        .content-lefts .right p.ledt_01text {
            line-height: 0rem;
        }
        .content-lefts .right h3 {
            padding-bottom: 0.4rem;
            font-weight: bold;
            font-size: .4rem;
        }
        .content-lefts .right p {
            font-size: .35rem;
            line-height: 35px;
            padding: 10px 0;
        }
        .pick-top {
            padding-top: 0;
        }
        .content-lefts .right p.ledt_01top {
            background-color: #2c5364;
            height: 55px;
            line-height: 55px;
            opacity: 0.7;
            position: relative;
            margin-top: -55px;
        }
        .content-lefts .right p.ledt_01text {
            position: relative;
            color: #fff;
            text-align: center;
            margin-top: -35px;
            font-size: .35rem;
        }
        .content-lefts .right p.ful-phone-p {
            padding: 5px 0 5px 20px;
            color: #666;
            font-size: .3rem;
            line-height: .5rem;
        }
        .content-lefts .right .img-min {
            width: 100%;
        }
        .main-2 .swiper-container1 .swiper-slide {
            height: auto;
        }
        .main-7 .main7_01 {
            font-size: .3rem;
            margin-bottom: 5px;
        }
        .main-7 .main7_02 {
            font-size: .4rem;
        }
        .quote_conm {
            width: 96%;
        }
        .quote_conm ul li {
            width: 90%;
            float: none;
            margin: 20px auto;
        }
        .quote_conm ul li:nth-of-type(3n) {
            margin: 20px auto;
        }
        .s_main7_title .s_main7_01 {
            font-weight: bold;
        }
        .s_main7_title .under-line {
            margin: 28px auto;
            height: 2px;
            width: 50px;
            background: #fff;
        }
        .s_main7_title p {
            text-align: center;
            font-size: .28rem;
            padding-bottom: 15px;
        }
        .sub-header .pick-img {
            display: none;
        }
        .span-h1 {
            font-size: .5rem;
        }
        .pick-left .span-h1,
        .pick-left .span-h2 {
            text-align: center;
        }
        .pick-left .span-h2 {
            font-weight: normal;
            padding-top: .2rem;
        }
        .pick-bottom .swiper-slide {
            width: 100%;
            float: none;
            margin-right: 0;
            margin-bottom: 30px;
        }
        .pick-ful .swiper-wrapper {
            display: block;
        }
        .pick-ful {
            display: none;
        }
        .pick-align {
            margin: 0;
        }
        .crow-radio {
            margin-top: 30px;
        }
        * .main-1 div.crow-6-div p {
            padding: 0 10px;
        }
        .pick-phone {
            padding: 50px 0;
    }
        .sub-header img.crow-img {
            display: none;
    }
        .crow-1 .crow-1p,
        .crow-6 .crow-1p {
            padding-top: .6rem;
            font-size: .35rem;
            line-height: .6rem;
            text-align: left;
    }

/*consolidation-warehouse_css_mw800*/
        div.cw-box1{
            display: flex !important;
            flex-wrap: wrap;
            justify-content: space-between;
            box-sizing: border-box;
            padding: 0;
            margin: 0.6rem auto 0.5rem auto;
            width: 100%;
        }

        div.cw-item{
            width: 48%;
            height: 3.5rem;
            border-radius: 6px;
            padding: .28rem .4rem;
            margin:0 0 0.4rem 0;
        }

        div.cw-item img{
            width: 1rem;
            height: 1rem;
        }

        div.cw-textbox h5{
            font-size: 0.3rem;
            margin: 0.2rem 0 0.2rem 0;
        }

        div.cw-textbox p{
            width: 100%;
            font-size: 0.2rem;
            line-height: 0.4rem;
            letter-spacing: 0rem;
        }

        .crow-2 .content-box{
            background: url(/app/images/en/new/notification/cw_bg01.png) no-repeat center;
            background-size: 150%;
            background-position: -0.9rem -0.4rem;
        }

        .cw_aboutus{
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
            margin-top: 0.2rem;
            padding-bottom: 1rem;
            flex-direction: column-reverse;
        }

        .cw_aboutus_img{
            width: 100%;
            height: auto;
            margin-right: 0rem;
        }

        .cw_aboutus_img img{
            max-width: 100%;
            object-fit: cover;
        }

        .cw_aboutus_text p{
            width: 100%;
            font-size: 0.3rem;
            line-height: 0.5rem;
            padding: 0.2rem 0 0.4rem 0;
            white-space: normal;
        }
        div.cw_storage1{
            display: flex;
            margin-top:.3rem;
        }

        * .main-1 div ul.cw_storage_img{
            max-width: 1.2rem;
            margin: .4rem 0;
        }

        * .main-1 div ul li.cw_storage{
            width: 17%;
            margin: 0;
            float: none;
        }

        * .main-1 div ul li.cw_storage:last-child{
            margin-right: 0px;
        }

        * .main-1 div ul li.cw_storage img{
            width: 1.2rem;
            height: 1.2rem;
        }

        * .main-1 div ul li.cw_storage_label{
            width: .2rem;
            margin-right: 0;
            margin-left: .4rem;
            padding: .1rem 0 .4rem 0;
        }

        * .main-1 div ul li.cw_storage_label img{
            width: .4rem;
            height: .4rem;
            transform:rotate(90deg);
        }

        * div ul.cw_storage_text{
            text-align: left;
            margin-top: .2rem;
        }

        * .main-1 ul li.cw_storage_t1{
            float: left;
            width: 100%;
            padding: 0 0 .9rem .3rem;
            margin: 0;
        }
        * .main-1 ul li.cw_storage_t1:last-child{
            padding-bottom: 0.2rem;
        }


        * .main-1 ul li.cw_storage_t1 h5{
            font-size: .3rem;
            margin: .2rem 0 .2rem 0;
        }

        * .main-1 ul li.cw_storage_t1 p{
            font-size: .3rem;
            line-height: .5rem;
        }

        .crow-3{
            background: #fff;
            margin-top: 0;
            padding-top: 0;
        }

        .cw_limit{
            display: flex;
            justify-content: flex-start;
            padding-bottom: .8rem;
            flex-wrap: wrap;
        }

        .cw_limit_img1{
            padding-top: .4rem;
            margin-right: 1.7%;
        }

        .cw_limit_text{
            width: 87%;
            padding-bottom: .2rem;
        }

        .cw_limit_text p{
            width: 100%;
            font-size: .3rem;
            line-height: .5rem;
            padding-top: .4rem;
        }

        .cw_limit_img2{
            margin: .2rem auto;
        }

        .crow-4{
            background: #efefef;
            margin-top: 0;
            padding-top: 50px;
        }

        * .main-1 div ul.cw_problem_text{
            margin: .5rem auto;
        }

        div.cw_problem ul li{
            width: 100%;
            margin: 0 0 0.5rem 0;
            position: relative;
            padding: 0;
            text-shadow: none;
        }

        div.cw_problem ul li:last-child{
            margin-bottom: 0.6rem;
        }

        div.cw_problem ul li:hover {
            box-shadow: none;
        }

        * .main-1 div.cw_problem ul li:before{
            content: "";
            width: .2rem;
            height: .2rem;
            background: linear-gradient(45deg, #FE7F06 15%, #FEBD5F 100%);
            border-radius: 50%;
            float: left;
            transform: translateY(.04rem);
            position: absolute;
            margin-right: 1%;
        }

        li.cw_problem_t1 h5{
            font-size: 0.3rem;
            margin: 0 0 0.1rem 0.3rem;
        }

        * .main-1 div ul li.cw_problem_t1 p{
            font-size: 0.2rem;
            line-height: 0.4rem;
            padding: 0 0 0 0.3rem;
        }

/*consolidation-warehouse_css_mw800_end*/

        .is-s-service .content .content-box div.content-left div.crow-r {
            display: none;
            text-align: center;
    }
        .crow-web {
        display: block;
    }
        .is-service .content .content-box .content-left div.pick-right ul li p.e-ful-p {
            padding: 0;
    }
        .crow-con {
            padding-bottom: 30px;
            margin-top: 30px;
    }
        .crow-con5l {
            display: none;
    }
        .crow-con5r {
            display: none;
    }
        .crow-con5m {
            width: 100%;
            float: none;
    }
        .crow-con5m p {
            padding: 0 0 30px 0;
    }
        .is-service .content .content-box .content-left div.right ul li p.crow-2p {
            padding: .4rem 0 0 0;
            font-size: .35rem;
            line-height: .6rem;
    }
        .img-6 img {
        width: 100%;
        height: auto;
    }
        .header-text p.kick-p {
            width: 100%;
            float: none;
            font-size: .35rem;
            padding-top: .1rem;
        }
        .e-app1 img {
            display: none;
        }
        .e-app1 {
        width: 100%;
    }
        .e-fulimg6 {
            text-align: center;
        }
        .e-fulimg6 img {
            width: 90%;
            margin: 20px auto;
    }
        .e-fulimg7 {
            width: 90%;
            margin: 0 auto;
    }
        .is-service .content .content-box .e-ful-con div.right ul .e-app1 p.crow-2p:first-of-type {
            padding: .4rem 0 0 0;
    }
        .is-s-service .content .content-box div.content-left div.right ul li.e-app1 {
            margin-bottom: 0;
            padding: 0;
    }
        .is-service .content .content-box .e-ful-con div.right .e-app1 p.crow-2p {
            padding: 0
    }
        .e-ful-pc {
        display: none;
    }
        .e-ful-phone {
            display: block;
        }
        .e-ful-phone img {
            width: 90%;
            margin-bottom: 20px;
    }
        .crow-2p img {
            width: 100%;
    }
        .e-ship-h1 {
        display: none;
    }
        .pick-radio a {
            font-size: .3rem;
    }
        .e-ship-table table {
            font-size: .3rem;
            width: 100%;
    }
        .phone-warehouse {
        display: none;
    }
        *.content-box .small-p {
        display:none;
    }
        *.content-box .p-title {
            display: block;
    }
        * .crow-1 ul li.e-ship-li h3 {
            font-size: .4rem;
        line-height:.6rem;
            font-weight: bold;
            margin: 0 0 10px 0;
        }
        * .main-1 ul.e-ship-tell {
            margin-top: 30px;
        }
        * .crow-1 ul li.e-ship-li2 {}
        * .main-7 li.formtext {
            margin-bottom: 0;
            padding-top: 0;
        }
        * .main-7 li.checkbox-list {
            padding-top: 0;
        }
        * .main7_right .s_main7_title {
        display:block;
    }
        * .qupte_bg {
            background: none;
            width: auto;
            padding: 0;
        }
    * .success_bk{
    background:linear-gradient(25deg, #3b4ca2 25%, #6a6ab7 100%);
    min-height:480px;
}
        * .success_top img,
        .eful-img {
            display: none;
        }
        * .success_top {
            width: 100%;
            text-align: center;
        }
        * .success_top h2 {
            line-height: .8rem;
            padding-top: 1rem;
        }
* .is-get-quote .success_con{}
        * .success_conm {
            padding-bottom: 70px;
        }
        * .success_text1 {
            line-height: .8rem;
        }
* .success_text2{}
        * .success_con a {
            width: 80%;
            margin: 0;
            display: block;
            margin: 0 auto .2rem auto;
        }
* .success_radio1{}
* .success_radio2{}
* .success_bottom{ }
        * .success_mm {
            position: absolute;
            top: -100px;
            background: #fff;
            width: 100%;
            border-radius: 30px;
            height: 650px;
        }
        * .success_m {
            height: auto;
            width: 100%;
        }
        .pc-p {
            display: none;
        }
        .phone-h3,
        .phone-p {
            display: block;
        }
        .phone-h3 {
            font-size: .4rem;
            line-height: .6rem;
            text-align: left;
            padding-bottom: .4rem;
        }
        .phone-kickstarter {
            display: block;
            padding-bottom: 20px;
        }
        .phone-kickstarter img {
            width: 100%;
        }
        .is-service .kickstarterF-con .pc-kickstarter {
            display: none;
        }
.is-service .kickstarterF-con .kickstarterF-con-left .s-title {
    padding-bottom: 20px;
    font-size:.4rem;
    line-height:.6rem;
    font-weight:bold;
}
.is-service .kickstarterF-con .kickstarterF-con-left p{
    font-size:.35rem;
    line-height:.6rem;
    padding:0 0 20px 0;
}
        .is-service .kickstarterF-con .kickstarterF-con-left h3.kick-b {
            font-size: .4rem;
            line-height: .6rem;
            font-weight: bold;
        }
        * .content-box .work_text {
            margin-top: 15px;
            font-size: .26rem;
        }
        html,
        body {
            width: 100%;
            overflow-x: hidden;
            font-size: 7rem;
        }
    * .cumbos {
        line-height: 1rem;
    }


    * .s-hidden {
        display: none;
    }
    * .h2 {
        display: none;
    }

    * .s-block {
        display: block;
    }
        * .radio input[type="radio"],
        * .radio-inline input[type="radio"],
        * .checkbox input[type="checkbox"],
        * .checkbox-inline input[type="checkbox"] {
        margin-left: -.35rem;
    }
        * .radio-inline,
        * .checkbox-inline {
        padding-left: -.35rem;
    }

    * label input[type="radio"]:before {
        width: .24rem;
        height: .24rem;
        border: .02rem solid #c6c6c6;
    }

    * label input[type="radio"]:checked:before {
        border: .02rem solid #f36a21;
    }

    * label input[type="radio"]:checked:after {
        display: block;
        content: "";
        position: absolute;
        left: .04rem;
        top: .04rem;
        height: .16rem;
        width: .16rem;
        border-radius: 50%;
        background: #f36a21;
    }

    * label input[type="checkbox"]:before {
        width: .28rem;
        height: .28rem;
        border-radius: .04rem;
        border: none;
    }

    * label input[type="checkbox"]:checked:before {
        border: .01rem solid #f36a21;
    }

    * label input[type="checkbox"]:checked:after {
        left: .03rem;
        top: .03rem;
        height: .2rem;
        width: .2rem;
    }
        * .main-7 li textarea {
            width: 96%;
        }
    * .bottom-bar {
        background: #ffffff;
        padding: .5rem 0;
        line-height: .5rem;
        font-size: .3rem;
    }

    * .bottom-bar br {
        display: block;
    }

    * .bottom-bar2 {
        background: #ffffff;
        padding: .5rem 0;
        font-size: .3rem;
        padding-bottom: .1rem;
    }

    * .bottom-bar2 br {
        display: block;
    }

    * .lg-title {
        display: none;
    }

    * .sm-title {
        display: block;
        font-size:.45rem;
        font-weight:bold;
    }

    * .page-button {
        font-size: .3rem !important;
    }

    * .page-pagination {
        display: none;
    }

    * .page-s-pagination {
        display: block;
        width: 2rem;
        margin: .2rem auto;
        color: #2c5364;
    }

    * .page-s-pagination li {
        width: 32%;
        text-align: center;
        float: left;
        border-bottom: none !important;
    }

    * .page-s-pagination li a {
        display: inline-block !important;
        float: unset !important;
        color: #2c5364;
    }

    * .page-s-pagination li:nth-child(2) {
        line-height: .3rem;
        font-size: .4rem;
    }
        * .top-bar,
        * .nav-box {
        display: none;
    }

    * .s-top-bar {
        display: block;
        background: #fff;
        border-bottom: 1px solid #e1e1e1;
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 10;
    }

    * .content-box {
        width: calc(100% - .4rem);
        margin: 0 auto;
    }

    * .footer {
        display: none;
    }

    * .go-top {
        display: none !important;
    }

    * .header-text {
        height: 6rem;
    }
    .sub-header .header-text {
        height: 6rem;
    }

    /* 首页 */
    * .header {
        height: 6rem;
        margin-top: 1rem;
    }
        .index-header {
            height: 4.5rem;
        }
    * .header .header-text ul li:last-child:after {
        height: .17rem;
        width: .11r-em;
        margin-left: .13rem;
        background-size: cover;
        top: 0;
    }

    * .header-text .under-line {
        display: none;
    }

    * .header-text h2.small {
        font-size: 0.45rem;
        display: block;
        line-height: .64rem;
        text-align:center;
        padding-bottom:0.2rem;
    }
        * .header-text h2.small span {
            font-size: 0.45rem;
        }
        * .larget img {
            width: 30px;
        }
    * .header-text .larget{
        font-size:0.35rem;
        padding:0.1rem 0.5rem;
    }

    * .max-title {
        display: none;
    }

    * .header-text h2.large {
        display: none;
    }

    * .header-text ul {
        margin-top: 0.2rem;
        height: 0.7rem;
        width: 100%;
    }

    * .header-text ul li {
        float: none !important;
        height: .7rem;
        line-height: .7rem;
        width: 4rem;
        font-size: .28rem;
        margin: 0 auto;
    }



    * .sm-trackbtn {
        display: block;
        position: fixed;
        right: 1.8rem;
        bottom: 0.2rem;
        font-size: .28rem;
        height: 0.8rem;
        width: auto;
        border-radius: 8px;
        background: #f36a21;
        z-index: 999;
        text-align: center;
        line-height: .8rem;
        padding: 0 7px;
    }

    * .sm-trackbtn a {
        display: block;
        height: 100%;
        width: 100%;
        color: #ffffff !important;
    }
    * .sm-button {
        display: block;
        position: fixed;
        right: .2rem;
        bottom: .2rem;
        font-size: .28rem;
        height: .8rem;
        width: 1.4rem;
        border-radius: 8px;
        background: #f36a21;
        z-index: 999;
        text-align: center;
        line-height: .8rem;
    }

    * .sm-button a {
        display: block;
        height: 100%;
        width: 100%;
        color: #ffffff !important;
    }

    * .main-0 {
        padding: .5rem 0;
    }

    * .main-0 h1 {
        display: none;
    }
    * .main-0 h1.mob-block {
        display: block;
        margin-bottom: 0.4rem;
        font-size: 0.4rem;
        font-weight: 550;
        line-height: 0.6rem;
    }
    * .main-0 p {
        font-size: 0.28rem;
        line-height: 0.4rem;
    }

    * .main-1 {
        padding: .8rem 0 0 0;
        margin:0;
    }
        * .main-1 h3.sfc-index-h3 {
            font-size: .4rem;
            padding: .8rem 0 0 0;
            line-height: .6rem;
            width: 100%;
        }
        * .main-1 p.sfc-index-h3 {
            font-size: .4rem;
            padding: .8rem 0 0 0;
            line-height: .6rem;
            width: 100%;
        }
        * .main-1 p.more-text {
            font-size: .35rem;
            line-height: .6rem;
        }
        * .main-1 ul li .sfc-index-h3 {
            font-size: .4rem;
            margin: 0;
        }
        * .main-1 .sfc-index-warehouse {
            padding: 0;
        }
        .sfc-Advantage .sfc-Advantage-one h4 {
            font-size: .4rem;
            line-height: .6rem;
        }
        .sfc-Advantage .sfc-Advantage-one span {
            font-size: .3.5rem;
        }
        * .main-6 .wrap li a {
            font-size: .3.5rem;
        }
    * .main-1 ul {
        margin-top: .2rem;
    }

    * .main-1 ul li {
        position: relative;
        height: auto;
        margin-top: .5rem;
        float: none;
        width: 100%;
        padding: 0 ;
    }
        * .crow-6 ul li {
            padding-bottom: .4rem;
        }
    * .main-1 ul li .under-line {
        display: none;
    }
        * .crow-1 ul li img {
            width: auto;
            height: auto;
        }
        * .e-ship-con {
            padding-bottom: 60px;
            margin-top: 60px;
        }
    * .main-1 ul li h4 {
        position: relative;
        margin-top: 0;
        font-weight: bold;
        font-size: .28rem;
        line-height: .5rem;
    }
        * .main-1 ul li p,
        .sfc-Advantage .sfc-Advantage-one p {
        font-size: .35rem;
        line-height: .6rem;
    }
        * .main-1 ul li .sfc_more,
        .swiper-slide .sfc_more {
        font-size:.35rem;
    }
        * .main-2 .sfc-Advantage .sfc-index-h3 {
            font-size: .4rem;
        }
        * .main-1 ul li .main1_01,
        .main-1 ul li .main1_03 {
            padding-top: 15px;
        }
    * .swiper-slide .sfc_more a{
        font-size:.20rem;
    }
    * .main-2 {
        padding: .5rem 0 .6rem;
        display: block;
    }

    * .main-2 .swiper-container1 {
        margin-top: .5rem;
    }

    * .main-2 .swiper-container1 .swiper-slide {
        width: 32%;
        height: 6rem;
    }
        * .main-2 .swiper-container1 .swiper-slide img {}
    * .main-2 .swiper-container1 .swiper-slide:first-child {
        margin-right: 2%;
    }

    * .main-2 .swiper-container1 .swiper-slide:last-child {
        margin-left: 2%;
    }

    * .main-2 .swiper-container1 .swiper-slide p {
        margin-top: .2rem;
        line-height: .4rem;
        padding: 0 .2rem !important;
        font-size: .2rem;
    }

    * .main-2 .swiper-pagination1 {
        display: none;
    }

    * .main-3 {
        display: none;
    }

    * .main-4 {
        padding: .55rem 0;
        min-height:173px;
    }

    * .main-4 .swiper-slide {
        padding: .5rem .6rem 0;
        font-size: .18rem;
    }

    * .main-4 .swiper-slide p {
        margin-top: .5rem;
    }

    * .main-4 .swiper-button-prev {
        margin-left: -.2rem;
    }

    * .main-4 .swiper-button-next {
        margin-right: -.2rem;
    }

    * .main-4 .swiper-button-white {
        transform: scale(0.4);
    }

    * .main-5 {
        padding: .5rem 0;
    }

    * .main-5 ul {
        overflow: hidden;
        margin-top: .1rem;
    }

    * .main-5 li {
        float: left;
        width: 33.3%;
        height:auto;
        line-height:0;
    }

    * .main-6 {
        padding: .6rem 0;
    }

    * .main-6 .content-box {
        padding: .8rem 0 .4rem;
    }

    * .main-6 .description {
        font-size: .4rem;
        margin-top: .5rem;
        line-height:.6rem;
    }

    .is-service .content .main-6 .description {
        margin: 0;
        line-height:.6rem;
        font-size:.35rem;
        padding:10px 0;
    }
    .is-service .content .main-6 p.eco-ship-p{
       padding-top:30px;
    }

    * .main-6 .more {
        display: block;
        height: .68rem;
        line-height: .68rem;
        text-align: center;
        width: 1.86rem;
        margin: .5rem auto 0;
        border: 1px solid #476978;
        border-radius: 4px;
        font-size: .22rem;
    }

    * .main-6 .wrap .more-link {
        display: none;
    }

    * .main-6 .wrap .more-link.show {
        display: block;
    }
        * .main-7 .main7_left {
            /* display: none; */
            background: transparent;
            color: #FFFFFF;
            width: 100%;
            padding: 10px;
            height: 165px;
        }
        * .main-7 .main7_left p{
            display: none;
        }
        * .main-7 .main7_left .main7_01{
            color: #FFFFFF;
            font-size: 26px;
            text-align: center;
        }
        * .main-7 .main7_right {
            width: 100%;
        }
    * .main-7 {
        font-size: .28rem;
        height:auto;
        padding:10px 0 30px 0;
        background:#2c5364;
    }
        * .qupte_table {
            padding: 10px;
        }
        * .main-7 .button-demo {
            text-align: center;
        }
        * .main-7 li .code-box input.form-control {
            width: 58%;
        }
    * .main-7 h2 {
        font-size: .45rem;
        line-height: .6rem;
        margin-bottom: .6rem;
    }
        * .main-7 .quote_text h2 {
            font-weight: bold;
        }
        * .quote_text p {
            font-size: .28rem;
        }
        * .s_main7_title .s_main7_02 {
            font-size: 0.6rem;
            margin-bottom: 0.6rem;
        }
    * .main-7 li {
        width: 100%;
        margin: 0 0 .34rem 0;
    }
        * .main-7 li.formtext {
            margin-bottom: .34rem;
        }
        .form-control {
            height: .6rem;
        }
        * .main-7 li select {
            height: .7rem;
            width: 96%;
        }
        * .main-7 li .add-destinations {
            height: .7rem;
        }
    * .main-7 li .add-destinations-list {
        width: 100%;
        padding: 0.3rem 0.3rem 0 0.3rem;
    }

    * .main-7 li .add-destinations span {
        height: .44rem;
        line-height: .44rem;
        margin-right: .2rem;
        padding: 0 .2rem;
    }

    * .main-7 li .add-destinations-list label {
        margin-right: 0;
        width: 49%;
    }

    * .main-7 .page-button {
        margin: .4rem auto 0;
        height: .8rem;
        line-height: .8rem;
        width: 2.8rem;
    }

    /* login */
    .is-login .content {
        width: 90%;
        margin: 0 auto;
        position: unset;
        margin-top: 1rem;
        max-height: unset !important;
    }

    * .login-bg {
        display: none;
    }

    * .is-login .content .login-main {
        padding: .4rem;
    }

    .is-login .content ul {
        margin-top: 0;
    }

    .is-login .content .error-text {
        width: auto;
        min-height: .6rem !important;
        line-height: .6rem !important;
    }

    .is-login .content h3 {
        font-size: .5rem;
    }

    .is-login .content > ul > li {
        margin-top: .1rem !important;
    }

    .is-login .content > ul > li p {
        font-size: .3rem;
    }

    .is-login .content .col-box {
        font-size: .2rem;
        margin-top: .2rem;
    }
        .is-login .content .col-box .left,
        .is-login .content .col-box .right {
        font-size: .24rem;
    }

    * .is-login .content .col-box .left label span {
        width: 6.5rem;
    }

    .is-login .content .input-group {
        margin-top: .25rem;
    }
        .is-login .content .input-group input,
        .is-login .content .input-group select {
        height: .8rem;
        padding-left: 1rem;
        font-size: .2rem !important;
    }

    .is-login .content .input-group .input-parent {
        position: relative;
        height: .8rem;
    }

    .is-login .content .input-group .input-parent:before {
        content: ' ';
        height: .5rem;
        width: .5rem;
        left: .2rem;
    }

    .is-login .content .input-group .input-parent:after {
        content: ' ';
        height: .6rem;
        width: 1px;
        left: .8rem;
    }

    .is-login .button-group div {
        margin-top: .35rem;
        height: 1rem;
        line-height: 1rem;
        font-size: .3rem !important;
    }

    .is-login .button-group p {
        font-size: .2rem;
    }

    .is-login .question {
        display: none !important;
    }

    .sub-header .title {
        width: auto;
        font-size: .4rem;
        line-height: .64rem !important;
        margin-top: 0 !important;
    }
        .is-contact-us input:focus,
        .is-contact-us textarea:focus {
        border: 1px solid #66afe9 !important;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.8);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.8);
    }

    .is-contact-us input.error {
        border: 1px solid #f36a21 !important;
        box-shadow: none;
    }

    .is-contact-us .search-parent {
        font-size: 16px;
        margin-top: 0;
        box-shadow: 0px 1px 10px 0px #d0d0d0;
        background: #ffffff;
    }

    .is-contact-us .search-parent br {
        display: block;
    }

    .is-contact-us .search-parent .search-box {
        text-align: left;
        padding: .5rem 0;
        line-height: .24rem;
        box-shadow: none;
        background: none;
        width: 80%;
        margin: 0 auto;
        font-size: .24rem;
    }

    .is-contact-us .search-parent .search-box .input-box {
        width: 100%;
        margin-top: .24rem;
    }

    .is-contact-us .search-parent .search-box .input-box input {
        width: 100%;
        height: .8rem;
        border: 1px solid #456776;
        padding-left: .22rem;
        background: none;
    }

    .is-contact-us .search-parent .search-box .input-box img {
        height: .5rem;
        width: .5rem;
    }

    .is-contact-us .contact-main-1 {
        padding: .8rem 0;
    }

    .is-contact-us .contact-main-1 h3 {
        font-size: .35rem;
        text-align: center;
    }

    .is-contact-us .contact-main-1 .under-line {
        margin: .2rem auto;
        height: .02rem;
        width: .6rem;
    }

    .is-contact-us .contact-main-1 .left {
        width: 80%;
        margin: 0 auto;
    }

    .is-contact-us .contact-main-1 .right {
        display: none;
    }

    .is-contact-us .contact-main-1 ul {
        margin-top: .6rem;
    }

    .is-contact-us .contact-main-1 ul li {
        float: none !important;
        width: 100% !important;
        margin-top: 0;
    }

    .is-contact-us .contact-main-1 ul li h4 {
        font-size: .24rem;
        padding-left: .5rem;
    }

    .is-contact-us .contact-main-1 ul li h4:before {
        height: .3rem;
        width: .3rem;
    }
        .is-contact-us .contact-main-1 ul li input,
        .is-contact-us .contact-main-1 ul li textarea {
        display: block;
        height: .8rem;
        padding: 0 .18rem;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: .24rem;
        margin-top: .26rem;
    }
        .is-contact-us .contact-main-1 ul li input.error,
        .is-contact-us .contact-main-1 ul li textarea.error {
        border: 1px solid #f36a21;
    }

    .is-contact-us .contact-main-1 ul li .error-text {
        height: .5rem !important;
        line-height: .5rem !important;
        font-size: .2rem;
    }

    .is-contact-us .contact-main-1 ul li textarea {
        height: 1.6rem;
        line-height: .5rem;
    }

    .is-contact-us .contact-main-1 .page-button {
        width: 80%;
        margin: 0 auto;
    }

  /* get-a-quote */
  .is-get-quote .sub-header {
        height:.2rem;
    }
    .is-get-quote label {
        font-size: .2rem;
    }

    .is-get-quote .content {
        width: calc(100% - .4rem);
        margin: 0 auto;
    }

    .is-get-quote .content .error-text {
        margin-top: .1rem;
        font-size: .18rem;
        line-height: .32rem;
        min-height: .32rem;
    }

    .is-get-quote .content .quote-main .under-line {
        width: .5rem;
        margin: .2rem auto;
    }

    .is-get-quote .content .quote-main .m-content-box {
        width: calc(100% - .4rem);
        margin: 0 auto;
    }

    .is-get-quote .content .quote-main h3 {
        font-size: .3rem;
    }

    .is-get-quote .content .quote-main h4 {
        line-height: .45rem;
        font-size: .2rem;
    }

    .is-get-quote .content .quote-main.quote-main-1 {
        margin-top: .78rem;
    }

    .is-get-quote .content .quote-main.quote-main-1 ul {
        margin-top: .2rem;
    }

    .is-get-quote .content .quote-main.quote-main-1 ul li {
        width: 100% !important;
        float: unset !important;
    }

    .is-get-quote .content .quote-main.quote-main-2 {
        margin-top: .3rem;
    }

    .is-get-quote .content .quote-main.quote-main-2 li {
        margin-top: 0;
    }

    .is-get-quote .content .quote-main.quote-main-2 li textarea {
        height: 2rem;
    }

    .is-get-quote .content .quote-main.quote-main-2 li:not(:first-of-type) {
        margin-top: -.1rem;
    }

    .is-get-quote .content .quote-main.quote-main-2 li:nth-child(1) label {
        display: block;
        width: 100%;
        margin-top: .15rem;
    }

    .is-get-quote .content .quote-main.quote-main-2 li:nth-child(1) label:not(:first-of-type) {
        margin-top: .2rem;
    }

    .is-get-quote .content .quote-main.quote-main-2 li:nth-child(2) label {
        margin-top: .18rem !important;
    }

    .is-get-quote .content .quote-main.quote-main-2 li:nth-child(2) label:nth-of-type(odd) {
        width: 54% !important;
    }

    .is-get-quote .content .quote-main.quote-main-2 li:nth-child(2) label:nth-of-type(even) {
        width: 42% !important;
    }

    .is-get-quote .content .quote-main.quote-main-2 li:nth-child(2) label:nth-last-of-type(2) {
        width: 2.2rem !important;
    }

    .is-get-quote .content .quote-main.quote-main-2 li:nth-child(2) label:last-of-type {
        margin-bottom: 0;
        position: relative;
    }

    .is-get-quote .content .quote-main.quote-main-2 li:nth-child(2) label:last-of-type input {
        position: absolute;
        top: -.2rem;
        border: none;
        border-radius: unset;
        background: unset;
        border-bottom: .04rem solid #c5c5c5;
        box-shadow: none;
        font-size: .2rem;
        height: .4rem;
        padding-left: 0;
        color: #9d9d9d;
    }

    .is-get-quote .content .quote-main.quote-main-2 li:nth-child(2) label:last-of-type input:focus {
        box-shadow: none;
    }

    .is-get-quote .content .quote-main.quote-main-2 li:nth-child(2) label:last-of-type {
        margin-top: 0 !important;
    }

    .is-get-quote .content .quote-main.quote-main-2 li .show-input {
        opacity: 0;
    }

    .is-get-quote .content .quote-main.quote-main-2 li .show-input.active {
        opacity: 1;
    }

    .is-get-quote .content .quote-main.quote-main-2 li span.error-text {
        display: none;
    }

    .is-get-quote .content .quote-main.quote-main-2 li p.error-text {
        min-height: .32rem;
        line-height: .32rem;
        display: block;
    }

    .is-get-quote .content .quote-main .code-box {
        margin-top: .14rem;
    }

    .is-get-quote .content .quote-main .code-box input {
        height: .7rem;
        width: 2.4rem;
    }

    .is-get-quote .content .quote-main .code-box img {
        height: .4rem;
    }

    .is-get-quote .content .page-button {
        width: 3.6rem;
        height: .9rem;
        line-height: .9rem;
        font-size: .28rem !important;
        margin: .5rem auto .8rem;
    }
    .is-help .sub-header {
        background-image: url(/app/images/en/new/help/Help_01.jpg);
    }
    .is-help .content .help-main {
        padding: .75rem 0;
        font-size: .23rem;
    }

    .is-help .content .help-main h3 {
        font-size: .3rem;
    }

    .is-help .content .help-main .under-line {
        margin: .2rem auto;
        height: .04rem;
        width: .5rem;
    }

    .is-help .content .help-main.help-main-1 {
        background: #f9f9f9;
    }

    .is-help .content .help-main.help-main-1 ul {
        margin-top: 0;
    }

    .is-help .content .help-main.help-main-1 ul li {
        float: unset;
        height: auto;
        width: 100%;
        margin-top: .2rem;
        background: #fff;
        border-radius: 4px;
        text-align: center;
        margin-left: 0 !important;
    }

    .is-help .content .help-main.help-main-1 ul li a {
        padding: .4rem;
    }

    .is-help .content .help-main.help-main-1 ul li img {
        height: 1.2rem;
        width: 1.2rem;
        float: left;
    }

    .is-help .content .help-main.help-main-1 ul li p {
        float: left;
        color: #000;
        line-height: 1.2rem;
        margin-top: 0;
        font-size: .24rem;
        margin-left: .42rem;
    }

    .is-help .content .help-main.help-main-2 {
        display: none;
    }

    .is-help .content .help-main.help-s-main-2 {
        display: block;
    }

    .is-help .content .help-main.help-s-main-2 .content-box > ul {
        margin-top: .5rem;
        border: 1px solid #e9e9e9;
        border-bottom: none;
        border-radius: .04rem;
    }

    .is-help .content .help-main.help-s-main-2 .content-box > ul > li h4 {
        position: relative;
        font-size: .24rem;
        font-weight: bold;
        padding-left: .4rem;
        line-height: 1rem;
    }

    .is-help .content .help-main.help-s-main-2 .content-box > ul > li h4:after {
        content: "";
        position: absolute;
        right: .4rem;
        height: .13rem;
        width: .21rem;
        top: 0;
        bottom: 0;
        margin: auto 0;
        background-image: url(/app/images/en/new/help/jt.png);
        background-size: cover;
        transition: all .3s ease;
    }

    .is-help .content .help-main.help-s-main-2 .content-box > ul > li ul {
        border-bottom: 1px solid #e9e9e9;
        padding: 0 .4rem;
        transition: all .3s ease;
        overflow: hidden;
        height: auto;
    }

    .is-help .content .help-main.help-s-main-2 .content-box > ul > li ul li {
        color: #333;
        font-size: .2rem;
        position: relative;
        line-height: .5rem;
        padding: 0 .3rem;
    }

    .is-help .content .help-main.help-s-main-2 .content-box > ul > li ul li:before {
        content: "";
        position: absolute;
        height: .1rem;
        width: .1rem;
        border-radius: 50%;
        background: #000;
        top: .2rem;
        left: 0;
    }

    .is-help .content .help-main.help-s-main-2 .content-box > ul > li.active h4 {
        background: #e9e9e9;
        margin-bottom: .1rem;
    }

    .is-help .content .help-main.help-s-main-2 .content-box > ul > li.active h4:after {
        transform: rotate(180deg);
    }
    .is-help-detail {
        font-size: .23rem;
    }

    .is-help-detail .header {
        height: auto;
    }

    .is-help-detail .help-detail-main h3 {
        font-size: .3rem;
    }

    .is-help-detail .help-detail-main .under-line {
        margin: .2rem auto;
        height: .04rem;
        width: .5rem;
    }

    .is-help-detail .help-detail-main .video-box {
        width: 100%;
        height: 4rem;
    }

    .is-help-detail .help-detail-main .video-box video {
        height: 100%;
        width: 100%;
    }

    .is-help-detail .help-detail-main.help-detail-main-1 ul {
        padding-bottom: .3rem;
        margin-top: .6rem;
    }

    .is-help-detail .help-detail-main.help-detail-main-1 ul li {
        line-height: .5rem;
        margin-top: .2rem;
        color: #333;
    }

    .is-help-detail .help-detail-main.help-detail-main-1 ul li .bold-text {
        font-weight: bold;
        color: #000;
    }
        .is-help-detail .help-detail-main.help-detail-main-1 .button-group .left,
        .is-help-detail .help-detail-main.help-detail-main-1 .button-group .right {
        float: right;
        width: 2rem;
        height: .9rem;
        line-height: .9rem;
        font-size: .28rem !important;
        color: #fff;
    }

    .is-help-detail .help-detail-main.help-detail-main-1 .button-group .left {
        float: left;
        color: #333;
        border: 1px solid #c5c5c5;
        background: #fff;
    }

    .is-help-detail .help-detail-main.help-detail-main-1 hr {
        margin: .6rem 0 .4rem;
    }

    .is-help-detail .help-detail-main.help-detail-main-2 {
        padding-bottom: .5rem;
    }

    .is-help-detail .help-detail-main.help-detail-main-2 h4 {
        font-size: .24rem;
        color: #000;
        font-weight: bold;
    }

    .is-help-detail .help-detail-main.help-detail-main-2 ul {
        margin-top: .1rem;
    }

    .is-help-detail .help-detail-main.help-detail-main-2 ul li {
        margin-top: .2rem;
        font-size: .2rem;
        position: relative;
        line-height: .5rem;
        padding: 0 .3rem;
    }

    .is-help-detail .help-detail-main.help-detail-main-2 ul li:before {
        content: "";
        position: absolute;
        height: .1rem;
        width: .1rem;
        border-radius: 50%;
        background: #000;
        top: .2rem;
        left: 0;
    }

    .is-help-detail.is-notification-detail .cumbos {
        margin: .5rem 0;
        line-height: .5rem;
    }

    .is-help-detail.is-notification-detail .help-detail-main {
        padding-bottom: .75rem;
    }

    .is-help-detail.is-notification-detail .help-detail-main h3 br {
        display: block;
    }
    .is-notification .sub-header {
        background-image: url(/app/images/en/new/notification/notification-banner.jpg);
    }
    .is-notification .sub-header .search-box {
        display: none;
    }

    .is-notification .notification-main {
        padding: .75rem 0;
    }

    .is-notification .notification-main h3 {
        font-size: .3rem;
    }

    .is-notification .notification-main .under-line {
        margin: .2rem auto;
        height: .04rem;
        width: .5rem;
    }

    .is-notification .notification-main ul {
        font-size: .2rem;
    }

    .is-notification .notification-main ul li {
        padding: .2rem 0;
        border-bottom: 1px solid #f1f1f1;
        display:flex;
    }

    .is-notification .notification-main ul li a {
        line-height: .3rem;
    }

    .is-notification .notification-main ul li span {
        line-height: .3rem;
        width: 30%;
        text-align: right;
    }
    .is-notification .notification-main ul li span.notification-title{
        width: 70%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align:left;
    }
    .is-api .sub-header {
        background-image: url(/app/images/en/new/api/api-banner.jpg);
    }
    .is-api .sub-header .header-text .l-br {
        display: none;
    }

    .is-api .sub-header .header-text .s-br {
        display: block;
    }

    .is-api .sub-header .header-text span {
        display: none;
    }

    .is-api .api-main {
        font-size: 18px;
        color: #000;
        background: #f9f9f9;
    }

    .is-api .api-main.api-main-1 {
        padding: .6rem .3rem;
    }

    .is-api .api-main.api-main-1 ul {
        width: 100%;
        margin: 0 auto;
    }

    .is-api .api-main.api-main-1 ul li {
        float: unset;
        height: auto;
        width: 100%;
        margin-left: 0;
        margin-top: .2rem;
        padding: .5rem .4rem;
        background: #fff;
    }

    .is-api .api-main.api-main-1 ul li:first-child {
        margin-left: 0;
    }

    .is-api .api-main.api-main-1 ul li img {
        height: 1rem;
        width: 1rem;
        float: left;
    }

    .is-api .api-main.api-main-1 ul li:hover {
        background: #fff;
        box-shadow: 0px 3px 7px 0px #e2e2e2;
    }

    .is-api .api-main.api-main-1 ul li p {
        float: left;
        line-height: 1.2rem;
        margin-top: 0;
        font-size: .32rem;
        margin-left: .6rem;
    }

    .is-api .api-main.api-main-1 > p {
        text-align: center;
        font-size: .28rem;
        color: #767676;
        margin: .4rem 0 .6rem;
    }
    .is-work .sub-header {
        background-image: url(/app/images/en/new/how-it-work/works-banner.jpg);
    }

    .is-work .sub-header h2 br {
        display: block;
    }

    .is-work .sub-header .border-btn {
        height: .6rem;
        width: 3rem;
        line-height: .6rem;
        margin: .3rem auto;
        color: #fff;
        font-size: .24rem;
    }

    .is-work .sub-header .border-btn:after {
        height: .17rem;
        width: .11rem;
        margin-left: .13rem;
        background-size: cover;
        top: 0;
    }

    .is-work .work-main {
        padding: .8rem 0;
    }

    .is-work .work-main h3 {
        font-size: .36rem;
        font-weight:bold;
    }

    .is-work .work-main .under-line {
        margin: .2rem auto;
        height: .04rem;
        width: .5rem;
    }

    .is-work .work-main.work-main-1 img {
        display: block;
        width: 98%;
        margin: .5rem auto 0;
    }

    .is-work .work-main.work-main-2 .work-main-2-content {
        margin-top: .5rem;
        height: auto;
    }

    .is-work .work-main.work-main-2 .work-main-2-content .center {
        display: none;
    }

    .is-work .work-main.work-main-2 .work-main-2-content .left {
        padding-left: .3rem;
    }

    .is-work .work-main.work-main-2 .work-main-2-content .left li {
        position: relative;
        border-left: .02rem solid #2c5364;
        width: 100%;
        height: auto;
        padding-bottom: .8rem;
        font-size: .28rem;
        margin-top: 0 !important;
    }

    .is-work .work-main.work-main-2 .work-main-2-content .left li h4 {
        font-size: .36rem;
        color: #2c5364;
        line-height: .6rem;
        border-bottom: .02rem solid #2c5364;
    }

    .is-work .work-main.work-main-2 .work-main-2-content .left li h5 {
        line-height: .5rem;
        margin-top: .1rem;
    }

    .is-work .work-main.work-main-2 .work-main-2-content .left li p {
        line-height: .4rem;
    }
        .is-work .work-main.work-main-2 .work-main-2-content .left li h4,
        .is-work .work-main.work-main-2 .work-main-2-content .left li h5,
        .is-work .work-main.work-main-2 .work-main-2-content .left li p {
        padding: 0 .6rem !important;
    }

    .is-work .work-main.work-main-2 .work-main-2-content .left li:before {
        position: absolute;
        content: '';
        height: .4rem;
        width: .4rem;
        border: 1px solid #2c5364;
        border-radius: 50%;
        top: .4rem;
        left: -.2rem;
        background: #fff;
    }

    .is-work .work-main.work-main-2 .work-main-2-content .left li:after {
        position: absolute;
        content: '';
        height: .2rem;
        width: .2rem;
        border-radius: 50%;
        top: .5rem;
        left: -.1rem;
        background: #2c5364;
    }

    .is-work .work-main.work-main-2 .work-main-2-content .left li .white-bg {
        position: absolute;
        height: 2rem;
        width: .3rem;
        left: -.1rem;
        bottom: 0;
        background: #f9f9f9;
    }

    .is-work .work-main.work-main-3 {
        padding: .8rem 0 .5rem;
    }

    .is-work .work-main.work-main-3 h3 {
        font-size: .26rem;
        color: #333;
    }

    .is-work .work-main.work-main-3 .work-main-3-content {
        width: 5.5rem;
        margin: .8rem auto 0;
        font-size: .22rem;
        text-align: center;
    }

    .is-work .work-main.work-main-3 .work-main-3-content .icon {
        width: .95rem;
        height: .95rem;
        border: 1px solid #2c5364;
        background-size: .5rem;
    }

    .is-work .work-main.work-main-3 .work-main-3-content p {
        margin-top: .2rem;
        line-height: .5rem;
    }

    /* about */
    .is-about .sub-header {
        background-image: url(/app/images/en/new/about/about-banner.jpg);
    }

    .is-about .sub-header .title {
        margin-top: 0;
    }

    .is-about .about-main {
        padding: 0 0 .8rem;
    }

    .is-about .about-main h3 {
        line-height: .5rem;
        font-size: .36rem;
        font-weight:bold;
    }

    .is-about .about-main .under-line {
        margin: .1rem auto .5rem;
        height: .04rem;
        width: .5rem;
    }

    .is-about .about-main.about-main-1 .content-box {
        width: 100%;
    }

    .is-about .about-main.about-main-1 li {
        width: 50%;
        height: 2.88rem;
        padding-top: .78rem;
        border-bottom: .02rem solid #e1e1e1;
    }

    .is-about .about-main.about-main-1 li:nth-child(odd) {
        border-right: .02rem solid #e1e1e1;
    }

    .is-about .about-main.about-main-1 li div {
        font-size: .48rem;
        line-height: .48rem;
    }

    .is-about .about-main.about-main-1 li div img {
        height: .48rem;
    }

    .is-about .about-main.about-main-1 li p {
        margin-top: .4rem;
        font-size: .28rem;
        padding: 0 .2rem;
    }

    .is-about .about-main.about-main-2 {
        font-size: .28rem;
    }

    .is-about .about-main.about-main-2 .content-box {
        padding: .7rem 0 .8rem;
    }

    .is-about .about-main.about-main-2 .icon-1 {
        width: .4rem;
        left: .1rem;
    }

    .is-about .about-main.about-main-2 .icon-2 {
        height: .4rem;
    }

    .is-about .about-main.about-main-2 p {
        width: 90%;
        line-height: .5rem;
        margin-top: 0;
        text-align: center;
    }

    .is-about .about-main.about-main-3 {
        padding: .8rem 0 0;
    }

    .is-about .about-main.about-main-3 img {
        width: 100%;
        margin: .5rem auto 0;
    }

    .is-about .about-main.about-s-main-4 {
        display: block;
        padding: .8rem 0;
    }

    .is-about .about-main.about-s-main-4 img {
        width: 100%;
    }

    .is-about .about-main.about-main-4 {
        display: none;
    }

    .is-about .about-main.about-main-5 {
        padding: 0;
    }

    .is-about .about-main.about-main-5 .content-box {
        width: 100%;
    }
        .is-about .about-main.about-main-5 .left,
        .is-about .about-main.about-main-5 .right {
        float: unset;
        width: 100%;
    }

    .is-about .about-main.about-main-5 h3 {
        text-align: center;
    }

    .is-about .about-main.about-main-5 .under-line {
        margin: .1rem auto .5rem;
    }

    .is-about .about-main.about-main-5 .left {
        padding: .8rem 0;
        background: #f9f9f9;
    }

    .is-about .about-main.about-main-5 .left ul {
        margin-top: .5rem;
        padding-left: .5rem;
        padding-right: .2rem;
    }

    .is-about .about-main.about-main-5 .left li {
        border-left: .02rem solid #2c5364;
        padding-bottom: 1rem;
    }

    .is-about .about-main.about-main-5 .left li h4 {
        font-size: .36rem;
        color: #2c5364;
        line-height: .4rem;
        padding-left: .5rem;
    }

    .is-about .about-main.about-main-5 .left li p {
        font-size: .28rem;
        padding-left: .5rem;
        margin-top: .15rem;
        line-height: .5rem;
    }

    .is-about .about-main.about-main-5 .left li:before {
        left: -.2rem;
        content: '';
        height: .4rem;
        width: .4rem;
    }

    .is-about .about-main.about-main-5 .left li:last-of-type {
        padding-bottom: 0;
    }

    .is-about .about-main.about-main-5 .right ul {
        margin-top: .5rem;
    }

    .is-about .about-main.about-main-5 .right ul li {
        position: relative;
        padding-left: .4rem;
        font-size: .28rem;
        margin-top: .3rem;
        line-height: .45rem;
    }

    .is-about .about-main.about-main-5 .right ul li:before {
        height: .14rem;
        width: .14rem;
        top: .15rem;
        margin: unset;
    }

    .is-about .about-main.about-main-5 .right .right-top {
        display: none;
    }

    .is-about .about-main.about-main-5 .right .right-bottom {
        padding: .8rem .3rem 0;
    }

    .is-about .about-main.about-main-6 {
        padding: .7rem 0;
    }

    .is-about .about-main.about-main-6 .content-box {
        width: 100%;
    }

    .is-about .about-main.about-main-6 .swiper-slide:first-child {
        margin-left: .2rem;
    }

    .is-about .about-main.about-main-6 .swiper-pagination1 {
        display: none;
    }

    .is-about .about-main.about-main-6 .swiper-container2 .swiper-slide {
        padding: .3rem .2rem;
    }
    .is-track .track-content.active {
        margin-top: 0;
    }

    .is-track .track-content .track-main.track-main-1 {
        padding: .8rem 0 0;
    }
        .is-track .track-content .track-main.track-main-1 .left,
        .is-track .track-content .track-main.track-main-1 .right {
        float: unset;
    }

    .is-track .track-content .track-main.track-main-1 .left {
        width: 100%;
    }

    .is-track .track-content .track-main.track-main-1 .left p {
        font-size: .24rem;
        line-height: .38rem;
        margin-top: .1rem;
    }

    .is-track .track-content .track-main.track-main-1 .left .main-top h3 {
        font-size: .36rem;
        text-align: center;
        float: unset;
        color: #2c3564;
    }
        .is-track .track-content .track-main.track-main-1 .left .main-top .filter-box,
        .is-track .track-content .track-main.track-main-1 .left .main-top .del-box {
        display: none;
    }

    .is-track .track-content .track-main.track-main-1 .left .main-top .vertical-line {
        display: none;
    }

    .is-track .track-content .track-main.track-main-1 .left .order-box {
        height: 3.54rem;
        font-size: .28rem;
        margin-top: .54rem;
    }

    .is-track .track-content .track-main.track-main-1 .left .order-box li {
        position: relative;
        height: .7rem;
        line-height: .7rem;
        padding: 0 .2rem;
    }

    .is-track .track-content .track-main.track-main-1 .left .order-box li:nth-child(even) {
        background: #fafafa;
    }

    .is-track .track-content .track-main.track-main-1 .left .order-box li img {
        height: .28rem;
        width: .28rem;
        right: .2rem;
    }

    .is-track .track-content .track-main.track-main-1 .right {
        width: 100%;
        margin-left: 0;
        margin-top: .4rem;
    }

    .is-track .track-content .track-main.track-main-1 .right .right-top {
        display: none;
    }

    .is-track .track-content .track-main.track-main-1 .right .right-btm {
        height: .75rem;
        line-height: .75rem;
        font-size: .4rem;
        margin-top: 0;
        cursor: pointer;
    }

    .is-track .track-content .track-main.track-main-1 .right .right-btm img {
        width: .44rem;
    }

    .is-track .track-content .track-main.track-main-1 .right .right-btm span {
        margin-left: .2rem;
    }

    .is-track .track-content .track-main.track-main-2 {
        padding: .7rem 0;
    }

    .is-track .track-content .track-main.track-main-2 .main-top {
        position: relative;
    }

    .is-track .track-content .track-main.track-main-2 .main-top .btn {
        display: none;
    }

    .is-track .track-content .track-main.track-main-2 .main-top ul {
        position: relative;
        padding-left: .2rem;
        font-size: .32rem;
        white-space: nowrap;
        width: 100%;
        overflow-x: scroll;
        padding-bottom: .2rem;
    }

    .is-track .track-content .track-main.track-main-2 .main-top ul li {
        float: unset;
        display: inline;
        padding: 0 .4rem;
    }

    .is-track .track-content .track-main.track-main-2 .main-top ul li span {
        line-height: .35rem;
        padding: 0 .1rem;
        border-radius: .12rem;
        font-size: .24rem;
        margin-top: .01rem;
        margin-left: .12rem;
        height: .3rem;
    }

    .is-track .track-content .track-main.track-main-2 .main-top .inline-mask {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 10%;
        height: .8rem;
        background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
        background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
        background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
        background-image: linear-gradient(left, rgba(255, 255, 255, 0), #fff);
    }

    .is-track .track-content .track-main.track-main-2 .main-list {
        display: none;
    }

    .is-track .track-content .track-main.track-main-2 .s-main-list {
        display: block;
        font-size: .28rem;
        margin-top: .1rem;
    }

    .is-track .track-content .track-main.track-main-2 .s-main-list li {
        position: relative;
        line-height: 1rem;
        padding-left: .22rem;
        border-bottom: .02rem solid #e1e1e1;
    }

    .is-track .track-content .track-main.track-main-2 .s-main-list li a {
        display: block;
        height: auto;
        width: 100%;
    }

    .is-track .track-content .track-main.track-main-2 .s-main-list li span {
        font-weight: bold;
    }

    .is-track .track-content .track-main.track-main-2 .s-main-list li img {
        position: absolute;
        top: 0;
        bottom: 0;
        width: .26rem;
        right: .22rem;
        margin: auto 0;
        transform: rotate(-90deg);
    }

    .is-s-track .s-track-content .cumbos {
        font-size: .23rem;
    }

    .is-s-track .s-track-content .s-track-main {
        padding: .4rem 0 .5rem;
    }

    .is-s-track .s-track-content .s-track-main h3 {
        font-size: .36rem;
        text-align: center;
        color: #2c3564;
    }

    .is-s-track .s-track-content .s-track-main .main-content {
        background: #f9f9f9;
        border-radius: 4px;
        margin-top: .4rem;
        font-size: .28rem;
        line-height: .6rem;
        padding: .16rem .3rem;
    }

    .is-s-track .s-track-content .s-track-main .main-range {
        margin-top: .5rem;
        padding-left: .2rem;
        padding-right: .2rem;
    }

    .is-s-track .s-track-content .s-track-main .main-range li {
        border-left: .02rem solid #9c9c9c;
        padding-bottom: .75rem;
        position: relative;
    }

    .is-s-track .s-track-content .s-track-main .main-range li h4 {
        font-size: .28rem;
        color: #9c9c9c;
        line-height: .3rem;
        padding-left: .4rem;
        font-weight: normal;
    }

    .is-s-track .s-track-content .s-track-main .main-range li p {
        font-size: .28rem;
        padding-left: .4rem;
        margin-top: .15rem;
        color: #9c9c9c;
    }
        .is-s-track .s-track-content .s-track-main .main-range li.active h4,
        .is-s-track .s-track-content .s-track-main .main-range li.active p {
        color: #2c5364;
    }

    .is-s-track .s-track-content .s-track-main .main-range li.active:before {
        background: #2c5364;
        border: 1px solid #2c3564;
    }

    .is-s-track .s-track-content .s-track-main .main-range li.active:after {
        display: none;
    }

    .is-s-track .s-track-content .s-track-main .main-range li:before {
        position: absolute;
        content: '';
        left: -.15rem;
        height: .3rem;
        width: .3rem;
        border-radius: 50%;
        border: .01rem solid #9c9c9c;
        background: #fff;
    }

    .is-s-track .s-track-content .s-track-main .main-range li:after {
        position: absolute;
        content: '';
        left: -.11rem;
        height: .25rem;
        width: .25rem;
        border-radius: 50%;
        top: .05rem;
        background-image: url(/app/images/en/new/track/track-yes1.png);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .is-s-track .s-track-content .s-track-main .main-range li:last-of-type {
        padding-bottom: 0;
        border-left: none;
    }
    .is-s-service .sub-header .title {
        width: auto;
    }

    .is-s-service .sub-header .title > span {
        display: none;
    }
        .is-s-service .sub-header .title .pick-radio {
            display: block;
            text-align: center;
        }
    .is-s-service .sub-header .title span.small-span {
        display: none;
    }

    .is-s-service .sub-header .title span.span-title {
        display: block;
        font-size:.45rem;
        line-height:.6rem;
    }

    .is-service .content .service-main {
        margin-bottom: 0;
    }

    .is-s-service .content .content-box .content-left {
        line-height: .24rem;
    }

    .is-s-service .content .content-box h2.title {
        padding-top: .8rem;
        font-size: .45rem;
        font-weight: bold;
    }

    .is-s-service .content .content-box div.content-left {
        margin-top: 1rem;
    }

    .is-s-service .content .content-box div.content-left > div {
        float: unset !important;
    }
        .crow-web img {
            width: 100%;
        }
    .is-s-service .content .content-box div.content-left div.left {
        text-align: center;
        width: 100%;
    }

    .is-s-service .content .content-box div.content-left div.left > img {
        display: block;
        width: 100%;
        height: auto;
        margin:auto;
    }

    .is-s-service .content .content-box div.content-left div.left > img.img-max {
        display: none;
    }

    .is-s-service .content .content-box div.content-left div.left > img.img-min {
        display: block;
        width: 100%;
        height: auto;
        margin:auto;
    }

    .is-s-service .content .content-box div.content-left div.right {
        width: 100%;
        margin: 0 auto;
    }
        .is-s-service .content .content-box div.content-left div.right .phone-padding {
            padding-top: 30px;
        }
    .is-s-service .content .content-box div.content-left div.right ul li {
        margin-bottom: .4rem;
    }

    .is-s-service .content .content-box div.content-left div.right ul li h3 {
        margin: .4rem 0 0 0;
        font-size: .35rem;
        line-height:.6rem;
    }
    *.is-service .content .content-box .content-left div.right ul li p.ecommerce-fulfillment-h3{
        font-size: .4rem;
        line-height:.6rem;
        padding-bottom:10px;
    }
    *.is-service .content .content-box .content-left div.right ul li h3.ecommerce-fulfillment-h3{
        font-size: .4rem;
        line-height:.6rem;
        padding-bottom:10px;
    }


    .is-s-service .content .content-box div.content-left div.right ul li p {
        padding: 10px 0;
        font-size: .35rem;
        line-height: .6rem;
    }

    .is-s-service .content .content-box div.content-left div.right > p span.text-hidden {
        display: none;
    }

    .is-s-service .content .content-box .swiper-container3 {
        margin-top: 1rem;
    }
    .is-s-service .content .content-box .case-study-phone {
        margin: .4rem 0;
    }

    .is-service .content .content-box .main-center .swiper-wrapper {
        left: 0;
    }

    .is-s-service .content .content-box .swiper-container3 .swiper-slide {
        width: 32%;
        height: auto;
        max-height: 4.4rem;
        padding: .2rem;
    }

    .is-s-service .content .is-service .content-box .swiper-container3 .swiper-slide {
        height: auto;
        padding: 0;
        max-height: 20.4rem;
    }

    .is-service .content .content-box .swiper-container3 .swiper-slide .img-wrap {
        margin: 0 auto .4rem;
    }


    .is-s-service .content .content-box .swiper-container3 .swiper-slide:first-child {
        margin-right: 2%;
    }

    .is-s-service .content .content-box .swiper-container3 .swiper-slide:last-child {
        margin-left: 2%;
    }

    .is-s-service .content .is-service .content-box .swiper-container3 .swiper-slide:last-child {
        margin-left: 0;
    }

    .is-s-service .content .is-service .content-box .swiper-container3 .swiper-slide:first-child {
        margin-right: 0;
    }

    .is-s-service .content .content-box .swiper-container3 .swiper-slide p {
        margin-top: .1rem;
        line-height: .6rem;
        font-size: .35rem;
        color: #000;
    }

    .is-s-service .content .content-box .swiper-pagination3 {
        display: none;
    }

    .is-service .content .content-box .row {
        margin: .6rem 0 0 0;
        display: block;
    }

    .is-service .kickstarterF-con .kickstarterF-con-left {
        width: 100%;
        font-size: 0.28rem;
        display: block;
        padding-bottom: 0;
    }

    .is-service .kickstarterF-main2 {
        padding-bottom: .2rem;
    }

    .is-service .kickstarterF-main2 .kickstarterF-con-right .con-list {
        margin-bottom: .2rem;
    }
    .is-service .kickstarterF-main2 .kickstarterF-con-right .con-list h3{
        margin-top:.2rem;
    }
        .is-service .kickstarterF-main2 .kickstarterF-con-right {
            width: 100%;
        }
    .is-service .kickstarterF-con ul {
        margin-top: 0.4rem;
    }

    .is-service .kickstarterF-con ul li {
        font-size: .35rem;
        line-height:.6rem;
    }

    .is-service .kickstarterF-con ul li b {
        font-size: .35rem !important;
        line-height:.6rem;
    }
        .is-service .kickstarterF-con .kickstarterF-con-right img,
        .is-service .kickstarterF-main2 .kickstarterF-con-left img {
        width: 100%;
        height: auto;
    }

    .is-service .content .content-box .service-main-3 {
        padding: .3rem;
        margin-bottom: .4rem;
    }

    .is-service .content .content-box .service-main-3 p {
        font-size: .35rem;
        line-height: .6rem;
        margin-bottom: .6rem;
    }

    .is-service .content .content-box .service-main-3 .user-name {
        right: .3rem;
        bottom: .3rem;
    }

    .is-service .content .content-box .service-main-3 i {
        font-size: .32rem;
    }
        .is-s-service .content .contaniar-pick,
        .is-s-service .content .contaniar-kitting,
        .is-s-service .content .contaniar-repacking {
        padding-bottom: .6rem;
    }
        .is-s-service .content .contaniar-pick .content-box>h2.title,
        .is-s-service .content .contaniar-kitting .content-box>h2.title,
        .is-s-service .content .contaniar-repacking .content-box>h2.title {
        padding-top: .6rem;
    }

    .is-s-service .content .contaniar-kitting {
        padding-bottom: 0;
    }

    .is-s-service .content .contaniar-kitting .content-right {
        margin-bottom: 0 !important;
    }

    .is-s-service .content .contaniar-multi {
        padding-bottom: 0;
    }

    .is-s-service .content .contaniar-multi .content-box > h2.title {
        padding-top: .6rem;
    }

    .is-s-service .content .contaniar-repacking {
        margin-bottom: 0;
    }

    .is-notification-detail div.contaniar.content-box > p.text {
        font-size: .30rem;
        line-height: .48rem;
    }

    .is-notification-detail div.contaniar.content-box > h4.title {
        font-size: .36rem;
    }

    .is-notification-detail div.contaniar.content-box > p.text-content {
        font-size: .30rem;
        line-height: .48rem;
    }

    .is-notification-detail .contaniar .content-box > h2 {
        font-size: .5rem;
    }

    .is-notification-detail .contaniar .content-box > p {
        font-size: .30rem !important;
        line-height: .48rem !important;
    }

    .is-notification-detail .contaniar .content-box > h3 {
        font-size: .36rem !important;
    }

    .is-notification-detail .contaniar ul.img-list > li {
        width: 80% !important;
        margin: .1rem 10% !important;
    }

    .is-notification-detail .contaniar p.imgs > img {
        width: 80% !important;
        margin: .1rem 10% !important;
    }

    .is-login p.success-warning {
        font-size: .16rem;
    }

    .is-channel .sub-header .title span.small-span {
        display: none;
    }

    .is-channel .channel-main-1 {
        width: 7rem;
        padding: .9rem 0;
        font-size: .32rem;
        line-height: .6rem;
    }

    .is-channel .channel-main-2 {
        padding: .7rem 0;
    }
    .is-channel .channel-main-3 {
        padding: .7rem 0;
    }
    .is-channel .channel-main-4 {
        padding: .7rem 0;
    }
    .is-channel .channel-main-5 {
        padding: .7rem 0;
    }

    .is-channel .channel-main h2 {
        font-size: .4rem;
        font-weight: 600;
        margin-bottom: 1rem;
    }

    .is-channel .channel-main-2 .step-con {
        margin-top: .8rem;
    }

    .is-channel .channel-main-2 .step-con img {
        width: 1rem;
        height: 1rem;
    }

    .is-channel .channel-main-2 .step-con b {
        padding: .4rem 0 .2rem 0;
        font-size: .32rem;
    }

    .is-channel .channel-main-2 .step-con p {
        width: 7rem;
        font-size: .28rem;
    }

    .is-channel .channel-main-3 {
        width: 7rem;
    }

    .is-channel .channel-main-3 ul li {
        margin-top: .4rem;
    }

    .is-channel .channel-main-3 b {
        padding: 0 0 .2rem 0;
        font-size: .32rem;
    }

    .is-channel .channel-main-3 p {
        font-size: .28rem;
        line-height: .52rem;
    }

    .is-channel .table {
        width: 7rem;
    }

    .is-channel .table thead tr th {
        padding: .1rem;
    }

    .common-channel .sub-header .title span.small-span {
        display: none;
    }

    .common-channel .service-main h2 {
        font-size: .4rem;
        font-weight: 600;
        margin-bottom: 1rem;
        line-height: .64rem;
    }

    .common-channel .service-main h2.title span{
        bottom: -25px;

    }

    .is-mexico .mexico-main-1 {
        margin: 1rem 0 0 0;
    }

    .is-mexico .mexico-main-1 .mexico-main-1-list {
        margin-top: 1rem;
    }

    .is-mexico .mexico-main-1 .step-con {
        width: 94%;
        float: none;
        margin-right: 0;
        margin: 0 auto .7rem;
        padding: 0;
        text-align: center;
        min-height: auto;
    }

    .is-mexico .mexico-main-1 .step-con:last-child {
        margin: 0 auto;
    }

    .is-mexico .mexico-main-1 .step-con p {
        margin-bottom: .2rem;
        font-size: .28rem;
        line-height: .48rem;
    }

    .is-mexico .mexico-main-1 .step-con h3 {
        padding: .4rem 0 .24rem;
        font-size: .32rem;
    }

    .is-mexico .mexico-main-1 .step-con a.learn-more {
        font-size: .28rem;
        position: unset;
    }

    .is-mexico .mexico-main-2 {
        margin: 1rem 0;
        padding: .7rem 0;
    }

    .is-mexico .mexico-main-3-con .left img {
        display: none;
    }

    .is-mexico .mexico-main-2-con .mexico-main-2-list b {
        font-size: .32rem;
    }

    .is-mexico .mexico-main-2-con .mexico-main-2-list p {
        margin-top: .4rem;
        font-size: .28rem;
    }

    .is-mexico .mexico-main-4-con .left b{
        font-size: .32rem;
    }

    .is-mexico .mexico-main-4-con .left p{
        font-size: .28rem
    }

    .is-mexico .mexico-main-3-con .right p {
        font-size: .28rem;
        line-height: .48rem;
    }

    .is-mexico .mexico-main-3-con .right {
        width: 96%;
        float: none;
        margin: 0 auto;
    }

    .is-mexico .mexico-main-4-con .right img {
        display: none;
    }

    .is-mexico .mexico-main-4-con .left {
        width: 96%;
        float: none;
        margin: 0 auto;
    }
        .is-mexico .mexico-main-2 .mexico-main-2-con,
        .is-mexico .mexico-main-3-con,
        .is-mexico .mexico-main-4-con {
        margin-top: 1rem;
    }

    .is-mexico .mexico-main-3-con .right .right-table {
        margin-top: .6rem;
    }
        .australia-main-1,
        .australia-main-2,
        .australia-main-3,
        .australia-main-4 {
        margin-top: 1rem;
    }

    .australia-main .describe-con {
        width: 100%;
        margin: 0 auto;
        font-size: .28rem;
        line-height: .52rem;
    }

    .australia-main .australia-main-1-list {
        margin-top: .5rem;
        width: 96%;
        margin: .5rem auto 0;
    }

    .australia-main .australia-main-1-list h3 {
        margin-bottom: .6rem;
        font-size: .32rem;
    }

    .australia-main .australia-main-1-list ul li {
        display: block;
        width: 31%;
        height: auto;
        float: left;
    }

    .australia-main .australia-main-1-list ul li:nth-child(2) {
        margin: 0 3.5%;
    }

    .australia-main .australia-main-1-list p {
        margin-bottom: .6rem;
        font-size: .28rem;
    }

    .australia-main .australia-main-2 {
        padding: .6rem 0;
    }

    .australia-main .australia-main-2 .australia-main-2-list {
        margin-top: .6rem;
    }

    .australia-main .australia-main-2 .step-con {
        width: 100%;
        text-align: center;
        min-height: auto;
    }

    .australia-main .australia-main-2 .step-con h3{
        padding: 20px 0 12px;
        font-size: 16px;
    }

    .australia-main .australia-main-2 .step-con {
        width: 94%;
        float: none;
        margin: 0 auto;
        padding: 0;
        text-align: center;
        min-height: auto;
    }

    .australia-main .australia-main-2 .step-con:last-child {
        margin: 0 auto;
    }

    .australia-main .australia-main-2 .step-con p {
        margin-bottom: .2rem;
        font-size: .28rem;
        line-height: .48rem;
    }

    .australia-main .australia-main-2 .step-con h3 {
        padding: .4rem 0 .24rem;
        font-size: .32rem;
    }

    .australia-main .australia-main-2 .step-con a.learn-more {
        font-size: .28rem;
        position: unset;
    }

    .australia-main .australia-main-2 .step-con:nth-child(2) {
        margin: 1rem auto;
    }

    .australia-main .australia-main-3 .australia-main-3-con {
        margin-top: 1rem;
    }

    .australia-main-3 .australia-main-3-con .right p {
        font-size: .28rem;
        line-height: .52rem;
    }

    .australia-main-3 .australia-main-3-con .left img {
        display: none;
    }

    .australia-main-3 .australia-main-3-con .right {
        width: 100%;
        float: none;
    }

    .australia-main-3 .australia-main-3-con .right .right-table {
        margin-top: .4rem;
    }

    .australia-main-3 .australia-main-3-con .right .right-table .table > thead > tr > th {
        padding: .16rem;
    }

    .australia-main-3 .australia-main-3-con .right .right-table .table > tbody > tr > td {
        padding: .16rem;
        line-height: .48rem;
    }

    .australia-main-4 {
        margin-bottom: 1rem;
    }

    .australia-main-4 p {
        font-size: .28rem;
        text-align: center;
        margin-top: .6rem;
    }

    .australia-main-4 p.Mtop {
        margin-top: .4rem;
    }

    .common-channel .mtop {
        margin-top: .9rem;
    }

    .common-channel .common-main1 .common-main1-con {
        margin-top: 1rem;
    }

    .common-channel .common-main1 .common-main1-con .left {
        display: none;
    }

    .common-channel .common-main1 .common-main1-con .right p {
        font-size: .28rem;
        line-height: .52rem;
    }

    .common-channel .common-main1 .common-main1-con .left img {
        display: none;
    }

    .common-channel .common-main1 .common-main1-con .right {
        width: 100%;
        float: none;
    }

    .common-channel .common-main1 .common-main1-con .right .right-table {
        margin-top: .4rem;
        overflow: auto;
    }

    .common-channel .common-main1 .common-main1-con .right .right-table .table > thead > tr > th {
        padding: .16rem;     
    }

    .common-channel .common-main1 .common-main1-con .right .right-table .table > tbody > tr > td {
        padding: .16rem;
        line-height: .48rem;
    }

    .common-channel .common-main2 {
        padding: .7rem 0;
    }

    .common-channel .common-main2 .common-main2-con {
        margin-top: 0;
    }
    
    .common-channel .common-main2-con .common-main2-list p {
        margin: .4rem 0 0 0;
        line-height: .6rem;
        font-size: .35rem;
    }

    .common-channel .common-main2-con .common-main2-list p {
        margin-top: .4rem;
        font-size: .28rem;
    }

    .common-channel .common-main3 {
        margin: 1rem auto;
    }

    .common-channel .common-main3 .common-main3-list {
        margin-top: 1rem;
    }

    .common-channel .common-main3 .step-con {
        width: 94%;
        float: none;
        margin-right: 0;
        margin: 0 auto .7rem;
        padding: 0;
        text-align: center;
        min-height: auto;
    }

    .common-channel .common-main3 .step-con:last-child {
        margin: 0 auto;
    }

    .common-channel .common-main3 .step-con p {
        margin-bottom: .2rem;
        font-size: .28rem;
        line-height: .48rem;
    }

    .common-channel .common-main3 .step-con h3 {
        padding: .4rem 0 .24rem;
        font-size: .32rem;
    }

    .common-channel .common-main3 .step-con a.learn-more {
        font-size: .28rem;
        position: unset;
    }

}
@media screen and (max-width: 768px) {
        .content-lefts .right .ledt_01top {
            height: 45px;
            margin-top: -45px;
        }
}

@media screen and (max-width: 750px) {
    .main-2 .content-box>h2 {
        display: none;
    }
    .main-1 .content-box>h2 {
        display: none;
    }
    .main-3 .content-box>h2 {
        display: none;
    }
    .main-4 .content-box>h2 {
        display: none;
    }
    .main-5 .content-box>h2 {
        display: none;
    }
    .main-6 .content-box>h2 {
        display: none;
    }
        .main-1 .under-line,
        .main-2 .under-line,
        .main-3 .under-line,
        .main-4 .under-line,
        .main-5 .under-line,
        .main-6 .under-line {
        display:none;
    }
}

@media screen and (max-width: 640px) {
        * .checkbox-list {
            padding-top: 0;
        }
        * .formtext {
            padding-top: 0;
        }
        * .main-7 li textarea {
            width: 96%;
        }
    .main-2 .content-box>h2 {
        display: none;
    }
        .is-service .c-ful {
            height: 350px;
        }
    .main-1 .content-box>h2 {
        display: none;
    }
    .main-3 .content-box>h2 {
        display: none;
    }
    .main-4 .content-box>h2 {
        display: none;
    }
    .main-5 .content-box>h2 {
        display: none;
    }
    .main-6 .content-box>h2 {
        display: none;
    }
        .main-1 .under-line,
        .main-2 .under-line,
        .main-3 .under-line,
        .main-4 .under-line,
        .main-5 .under-line,
        .main-6 .under-line {
        display:none;
    }
}

@media screen and (max-width: 520px) {
    .main-2 .content-box>h2 {
        display: none;
    }
    .main-1 .content-box>h2 {
        display: none;
    }
    .main-3 .content-box>h2 {
        display: none;
    }
    .main-4 .content-box>h2 {
        display: none;
    }
    .main-5 .content-box>h2 {
        display: none;
    }
    .main-6 .content-box>h2 {
        display: none;
    }
        .main-1 .under-line,
        .main-2 .under-line,
        .main-3 .under-line,
        .main-4 .under-line,
        .main-5 .under-line,
        .main-6 .under-line {
        display:none;
    }
    * .main-2 .swiper-container1 .swiper-slide{
        height:5rem;
    }
        * .is-get-quote .content .quote-main.quote-main-1 ul li input.quote_input {
            width: 50%;
        }
        
        * .main-8{

        }
        * .main-8 .content-box .works-content{
            display: block;
        }
        * .main-8 .content-box .works-footer .works-footer-button{
            width: 100%;
            text-align: center;
            top: 115%;
            right: 0%;
            color: #FFFFFF;
            background-color: #f36a21;
        }
        * .main-8 .content-box .works-header{
            display: block;
        }
        * .main-8 .content-box .works-header .right-under-line{
            display: none;
        }
        * .main-9 {
            padding: 40px 0;
        }
        * .main-9 .content-box .reason-content{
            display: block;
        }
        * .main-9 .content-box .reason-header{
            display: block;
        }
        * .main-9 .content-box .reason-header a{
            display: block;
            width: 100%;
            text-align: center;
        }
        * .main-9 .content-box .reason-header .reason-header-left div{
            font-size: .35rem;
            line-height: .6rem;
        }
        * .main-9 .content-box .reason-header .reason-header-right{
            width: 100%;
        }
        
}

@media screen and (max-width: 414px) {
        * .main-6 .wrap li img {
            width: 56px;
        }
        * .is-get-quote .content .quote-main.quote-main-1 ul li input.quote_input {
            width: 50%;
        }
    .main-2 .content-box>h2 {
        display: none;
    }
    .main-1 .content-box>h2 {
        display: none;
    }
    .main-3 .content-box>h2 {
        display: none;
    }
    .main-4 .content-box>h2 {
        display: none;
    }
    .main-5 .content-box>h2 {
        display: none;
    }
    .main-6 .content-box>h2 {
        display: none;
    }
        .main-1 .under-line,
        .main-2 .under-line,
        .main-3 .under-line,
        .main-4 .under-line,
        .main-5 .under-line,
        .main-6 .under-line {
        display:none;
    }
    * .header-text {
        height: 7rem;
    }
    .sub-header .header-text {
        height: 7rem;
    }
    * .header {
        height: 4.5rem;
        margin-top: 1rem;
        background-image: url(/app/images/en/new/ph-banner.jpg);
    }
    
    * .main-8{

    }
    * .main-8 .content-box .works-content{
        display: block;
    }
    * .main-8 .content-box .works-footer .works-footer-button{
        width: 100%;
        text-align: center;
        top: 115%;
        right: 0%;
        color: #FFFFFF;
        background-color: #f36a21;
    }
    * .main-8 .content-box .works-header{
        display: block;
    }
    * .main-8 .content-box .works-header .right-under-line{
        display: none;
    }
    * .main-9 {
        padding: 40px 0;
    }
    * .main-9 .content-box .reason-content{
        display: block;
    }
    * .main-9 .content-box .reason-header{
        display: block;
    }
    
    * .main-9 .content-box .reason-header a{
        display: block;
        width: 100%;
        text-align: center;
    }
    * .main-9 .content-box .reason-header .reason-header-left div{
        font-size: .35rem;
        line-height: .6rem;
    }
    * .main-9 .content-box .reason-header .reason-header-right{
        width: 100%;
    }
}

@media screen and (max-width: 375px) {
        * .main-6 .wrap li a {
            font-size: .25rem;
        }
    .main-2 .content-box>h2 {
        display: none;
    }
    .main-1 .content-box>h2 {
        display: none;
    }
    .main-3 .content-box>h2 {
        display: none;
    }
    .main-4 .content-box>h2 {
        display: none;
    }
    .main-5 .content-box>h2 {
        display: none;
    }
    .main-6 .content-box>h2 {
        display: none;
    }
        .main-1 .under-line,
        .main-2 .under-line,
        .main-3 .under-line,
        .main-4 .under-line,
        .main-5 .under-line,
        .main-6 .under-line {
        display:none;
    }
        .warehouse_con .con_left .con_text {
            line-height: .5rem;
        }
    * .header-text {
        height: 7rem;
    }
    .sub-header .header-text {
        height: 7rem;
    }
        * .main-7 li textarea {
            width: 96%;
        }
    * .header {
        height:4.5rem;
        margin-top: 1rem;
        background-image: url(/app/images/en/new/ph-banner.jpg);
    }
        * .main-7 li .code-box input.form-control {
            width: 50%;
        }
        * .content-box .work_text {
            margin-top: 15px;
            font-size: 14px;
        }
        * .crow-1 ul li .e-ship-div img {
            width: 113px;
        }
        * .crow-1 ul.e-ship-tell li div.e-ship-div img {
            width: 110px;
        }





        * .main-8{

        }
        * .main-8 .content-box .works-content{
            display: block;
        }
        * .main-8 .content-box .works-footer .works-footer-button{
            width: 100%;
            text-align: center;
            top: 115%;
            right: 0%;
            color: #FFFFFF;
            background-color: #f36a21;
        }
        * .main-8 .content-box .works-header{
            display: block;
        }
        * .main-8 .content-box .works-header .right-under-line{
            display: none;
        }
        * .main-9 {
            padding: 40px 0;
        }
        * .main-9 .content-box .reason-content{
            display: block;
        }
        * .main-9 .content-box .reason-header{
            display: block;
        }
        * .main-9 .content-box .reason-header a{
            display: block;
            width: 100%;
            text-align: center;
        }
        * .main-9 .content-box .reason-header .reason-header-left div{
            font-size: .35rem;
            line-height: .6rem;
        }
        * .main-9 .content-box .reason-header .reason-header-right{
            width: 100%;
        }
}

@media screen and (max-width: 320px) {
        * .main-6 .wrap li img {
            display: none;
        }
        * .main-6 .wrap li {
            text-align: center;
        }
        * .main-6 .wrap li a {
            display: block;
        }
        * .main-7 li .code-box input.form-control {
            width: 40%;
        }
    .main-2 .content-box>h2 {
        display: none;
    }
    .main-1 .content-box>h2 {
        display: none;
    }
    .main-3 .content-box>h2 {
        display: none;
    }
    .main-4 .content-box>h2 {
        display: none;
    }
    .main-5 .content-box>h2 {
        display: none;
    }
    .main-6 .content-box>h2 {
        display: none;
    }
        .main-1 .under-line,
        .main-2 .under-line,
        .main-3 .under-line,
        .main-4 .under-line,
        .main-5 .under-line,
        .main-6 .under-line {
        display:none;
    }
        .is-service .c-ful {
            height: 300px;
        }
        * .main-2{
            display: block;
        }
    * .main-2 .swiper-container1 .swiper-slide{
        height:6rem;
    }
        * .header-text {
        height: 7.5rem;
    }
    .sub-header .header-text {
        height: 7.5rem;
    }
    * .header {
        height:4.5rem;
        margin-top: 1rem;
        background-image: url(/app/images/en/new/ph-banner.jpg);
    }

        .is-service .content .content-box p.content_dess {
            padding-top: 40px;
        }
    }
}


/*询盘新增手机号*/
* .main-7 li.country-list {
    margin-right: 0;
    width: 40%;
    height: 34px;
}

* .main-7 li.country-list select {
    width: 95%;
    display: inline-block;
}

* .main-7 li.block {
    width: 15%;
    height: 34px;
    border-radius: 0;
    -webkit-border-radius: 0;
    border: 1px solid lightgrey;
    color: #333;
    background: white;
    text-align: center;
    padding: 5px 0;
    font-size: 20px;
}

* .main-7 li.phone {
    width: 45%;
    padding-left: 1px;
    margin-right: 0;
    margin-left: -1px;
}

* .main-7 li.phone input {
    width: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
}

