@charset "UTF-8";
@media (min-width: 768px) {
  #afterservice {
    padding: 0;
  }
  #afterservice .section-content {
    padding-top: 4rem;
  }
  #afterservice .section-content > .container {
    padding: 0;
  }
  #afterservice .section-content .service-description .service-title {
    font-size: 3rem;
  }
  #afterservice .section-content .service-description h5 {
    margin: 4rem 0;
    font-size: 3rem;
    line-height: 3.5rem;
  }
  #afterservice .section-content .service-description .service-text {
    font-family: "FZLTXHJW";
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  #afterservice .section-content .service-description .service-text li {
    display: inline-block;
    width: 30%;
  }
  #afterservice .section-content .service-items {
    margin-top: 5.5rem;
  }
  #afterservice .section-content .service-items .service-tabs li {
    font-size: 1rem;
    margin: 0 5.5%;
  }
  #afterservice .section-content .service-items .service-tabs li p {
    font-family: "FZLTXHJW";
    font-weight: bold;
  }
  #afterservice .section-content .service-items .service-tab-content {
    margin-top: 2.5rem;
  }
  #afterservice .section-content .service-items .service-tab-content .service-panel {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0.1rem 0.8rem 0 rgba(0, 0, 0, 0.11);
    border-radius: 0.4rem;
  }
  #afterservice .section-content .service-items .service-tab-content .tab-pane {
    display: none;
  }
  #afterservice .section-content .service-items .service-tab-content .tab-pane.active {
    display: block;
  }
  #afterservice .section-content .service-items .service-tab-content .tab-pane .container {
    padding-left: 12rem;
    padding-right: 12rem;
    background-color: #fff;
  }
  #afterservice .section-content .service-items .service-tab-content .tab-pane .large {
    font-family: "FZLTXHJW";
    font-size: 5rem;
    color: #0046aa;
    line-height: 1.15;
    opacity: 0.44;
    margin-right: 0.3em;
  }
  #afterservice .section-content .service-items .service-tab-content .tab-pane span.service-name {
    font-size: 1.5rem;
    line-height: 1.15;
    padding-bottom: 0.5rem;
  }
  #afterservice .section-content .service-items .service-tab-content li.tab {
    display: inline-block;
    font-size: 1rem;
    line-height: 3.35rem;
    border-radius: 2.7rem;
    font-family: "FZLTXHJW";
    font-weight: bold;
    padding: 0;
  }
  #afterservice .section-content .service-items .service-tab-content li.tab > a {
    display: block;
    padding: 0 1.3rem;
  }
  #afterservice .section-content .service-items .service-tab-content li.tab:hover {
    color: #0063f5;
  }
  #afterservice .section-content .service-items .service-tab-content li.tab.active {
    color: #0063f5;
    background-color: rgba(160, 199, 255, 0.16);
  }
  .service-contact {
    padding: 0;
    margin-top: 6rem;
  }
  .service-contact .container {
    padding: 0 12rem;
  }
  .service-contact .section-title {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .service-contact .service-text {
    font-size: 1.5rem;
    line-height: 2.3rem;
    text-align: center;
    margin: 0;
  }
  .service-contact .service-panel {
    padding: 0;
    background: none;
    font-size: 1rem;
  }
  .service-contact .service-panel > .row {
    display: flex;
    align-items: center;
    background-color: #fff;
    margin: 4rem 0;
  }
  .service-contact .service-panel ul.service-infos {
    padding-left: 6.8rem;
    font-family: "FZLTXHJW";
    font-weight: bold;
  }
  .service-contact .service-panel li {
    margin-bottom: 2.5rem;
  }
  .service-contact .service-panel li:last-of-type {
    margin-bottom: 0;
  }
  .service-contact .service-panel li .title {
    display: block;
    float: none;
    margin-bottom: 0.7rem;
  }
  .service-contact .service-panel li .title::after {
    display: none;
  }
  .service-contact .service-panel li .contact {
    float: none;
  }
  #service .service-list {
    padding: 3.85rem 6rem 6rem 13rem;
    overflow: hidden;
  }
  #service .service-list li {
    float: left;
    width: 50%;
    margin-left: 0 !important;
    margin-bottom: 3.5rem;
  }
  #service .service-list li.fluid {
    width: 100%;
  }
  #service .service-content {
    margin-top: -4.7rem;
    margin-left: 11.5rem;
    margin-right: 11.5rem;
  }
  #service .service-content .row > div:first-child .service-panel::before {
    display: none;
  }
  #service .service-content .row > div:first-child .service-panel.on .panel-text {
    opacity: 0;
  }
  #service .service-content .service-panel {
    margin: 0.5rem;
    position: relative;
  }
  #service .service-content .panel-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    text-align: center;
  }
  #service .service-content .panel-text p {
    font-size: 1.3rem;
    line-height: 2.3rem;
    color: #fff;
  }
  #service .service-content .panel-text a.btn {
    margin-top: 2.5rem;
    padding: 0 1.5em;
    font-size: 1rem;
    line-height: 2.6rem;
    text-align: center;
    border: 0.1rem solid;
    border-radius: 1.4rem;
    transition: all 0.3s;
    color: #fff;
    font-family: "FZLTXHJW";
    font-weight: bold;
  }
  #service .service-content .panel-text a.btn:hover {
    color: #0063f5;
    border-color: #fff;
    background-color: #fff;
  }
  #service .service-content .panel-text a.btn .arrow-right {
    display: none;
  }
  #service .service-content .panel-pic {
    height: auto;
  }
  #service .service-content .panel-pic::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0046aa;
    opacity: 0.21;
  }
  #support .container {
    padding-top: 2.5rem;
    padding-bottom: 6.5rem;
  }
  #support .support-tabs {
    text-align: center;
    margin-bottom: 1.3rem;
  }
  #support .support-tab-content {
    padding: 0 1rem;
  }
  #support .support-tab-content .support-item {
    margin-bottom: 2.5rem;
  }
  #support .support-tab-content .support-title {
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 1em;
  }
  #support .support-tab-content .support-item-panel {
    border-radius: 0.4rem;
    font-family: "FZLTXHJW";
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease-out;
  }
  #support .support-tab-content .support-item-panel .arrow {
    position: absolute;
    padding: 1em 0.5em;
    font-size: 1rem;
    cursor: pointer;
    z-index: 99;
    background: #fff;
  }
  #support .support-tab-content .support-item-panel .arrow i {
    color: #0063f5;
  }
  #support .support-tab-content .support-item-panel .arrow.arrow-right {
    top: 0;
    right: 0rem;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  #support .support-tab-content .support-item-panel .arrow.arrow-left {
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  #support .support-tab-content .support-item-panel.hasArrowMask {
    position: relative;
    transition: all 0.4s ease-out;
  }
  #support .support-tab-content .support-item-panel.hasArrowMask.right::after {
    content: "";
    position: absolute;
    width: 4rem;
    top: 0;
    right: 0;
    height: 3.8rem;
    background: -webkit-linear-gradient(90deg, transparent, white, white);
    background: linear-gradient(90deg, transparent, white, white);
    z-index: 9;
  }
  #support .support-tab-content .support-item-panel.hasArrowMask.right::before {
    content: none;
  }
  #support .support-tab-content .support-item-panel.hasArrowMask.right .arrow-left {
    left: -10rem;
  }
  #support .support-tab-content .support-item-panel.hasArrowMask.left::after {
    content: none;
  }
  #support .support-tab-content .support-item-panel.hasArrowMask.left .arrow-right {
    right: -10rem;
  }
  #support .support-tab-content .support-item-panel.hasArrowMask.left::before {
    content: "";
    position: absolute;
    width: 4rem;
    top: 0;
    left: 0;
    height: 3.8rem;
    background: -webkit-linear-gradient(-90deg, transparent, white, white);
    background: linear-gradient(-90deg, transparent, white, white);
    z-index: 9;
  }
  #support .support-tab-content .support-item-panel .tab-pane {
    position: relative;
    padding: 1em 0.5em;
    font-size: 1rem;
    line-height: 1.5;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.11);
  }
  #support .support-tab-content .support-item-panel .tab-pane .content {
    width: 60%;
    margin: 0;
  }
  #support .support-tab-content .support-item-panel .tab-pane .service-feedback {
    position: absolute;
    top: 1rem;
    right: 3.5rem;
    font-weight: bold;
  }
  #support .support-tab-content .support-item-panel .tab-pane .service-feedback > a.btn-feedback {
    display: inline-block;
    margin: 0;
    color: #0063f5;
  }
  #support .support-tab-content .nav-tabs {
    border: 0;
    background-color: #fff;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    width: 94%;
    margin: 0 auto;
    /*定义滚动条轨道
        内阴影+圆角*/
    /*定义滑块
        内阴影+圆角*/
  }
  #support .support-tab-content .nav-tabs::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: transparent;
  }
  #support .support-tab-content .nav-tabs::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 0px;
    background-color: transparent;
  }
  #support .support-tab-content .nav-tabs::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: none;
    background-color: rgba(160, 199, 255, 0.46);
  }
  #support .support-tab-content .nav-tabs li {
    float: none;
    display: inline-block;
  }
  #support .support-tab-content .nav-tabs li > a {
    padding: 1.1em 1.75em;
    font-size: 1rem;
    color: #666;
    border: 0;
    position: relative;
    z-index: 3;
    font-weight: bold;
  }
  #support .support-tab-content .nav-tabs li.active {
    position: relative;
    box-shadow: 0 0.1rem 0.8rem 0 rgba(0, 0, 0, 0.11);
  }
  #support .support-tab-content .nav-tabs li.active > a {
    color: #0063f5;
  }
  #support .support-tab-content .nav-tabs li:hover > a {
    color: #0063f5;
  }
  #logistics .service-panel {
    margin-left: 12rem;
    margin-right: 12rem;
  }
  #logistics .service-panel::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.14);
  }
  #logistics .service-panel .panel-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
  #logistics .service-panel .panel-text .btn-search {
    display: inline-block;
    margin-top: 2.5rem;
    padding: 0 2.3rem;
    font-size: 1rem;
    line-height: 2.6rem;
    border: 0.1rem solid;
    border-radius: 1.4rem;
  }
  #question .container {
    padding-bottom: 7rem;
  }
  #question .question-tabs {
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  #question .row {
    display: flex;
    flex-wrap: wrap;
  }
  #question .tab-pane {
    overflow: visible;
  }
  #question .tab-pane > .pane {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0.5rem;
  }
  #question .service-panel {
    padding: 1.8rem 1.5rem;
    font-size: 1rem;
    cursor: pointer;
  }
  #question .service-panel .icon-expand {
    right: 2rem;
    top: 2.35rem;
    width: 1.15rem;
    height: 1.15rem;
  }
  #question .service-panel .icon-expand span {
    border-radius: 0.2rem;
  }
  #question .service-panel .sign {
    margin-right: 2em;
    width: 2.15em;
    height: 2.15em;
    font-size: 1rem;
    line-height: 2.15;
  }
  #question .service-panel .text {
    padding-top: 0.4rem;
  }
  #question .service-panel.expanded .answer {
    margin-top: 1.9rem;
  }
  #policy .container {
    font-size: 1rem;
    padding: 1.7rem 9rem 3rem !important;
  }
  #policy .container .row {
    padding: 0 1rem;
  }
  #policy .container .row > div:first-of-type dd {
    width: 96%;
  }
  #policy .container .row > div:last-of-type {
    padding-left: 3%;
  }
  #policy dt {
    color: #373737;
    position: relative;
    margin-top: 3.5rem;
    margin-bottom: 2rem;
    padding: 1em 0 1.2em;
  }
  #policy dt:first-of-type {
    margin-top: 0;
  }
  #policy dt::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2.5rem;
    height: 0.2rem;
    background-color: #0046aa;
    opacity: 0.9;
    border-radius: 0.2rem;
  }
  #policy dd {
    line-height: 1.45;
  }
  #policy dd a.btn-view {
    margin-left: 1em;
  }
  #policy dd a.btn-view .iconmore {
    font-size: 0.9rem;
    margin-left: 0.5em;
  }
  #policy dd a.btn-showguarantee {
    margin-left: 0;
  }
  #policy dd a.btn-showguarantee .icon-more {
    display: none;
  }
  #Charges .page-modal-content p.name {
    font-size: 1rem;
  }
}

/* pad 端*/
@media (min-width: 768px) and (max-width: 895px) {
  .container {
    width: 100% !important;
  }
  .service-contact .container {
    padding: 0;
  }
}

.ie9 #question .service-panel .text {
  width: 85%;
  vertical-align: top;
}
