body {
  background: #f0f2f5;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  overflow-x: hidden; }

li {
  list-style-type: none; }

a {
  color: #222; }

a:hover, a:focus {
  color: #ff9700;
  text-decoration: none; }

.center {
  width: 1070px;
  margin: 0 auto; }

ul, li {
  margin-right: 0;
  padding: 0; }

.a2 {
  color: #fff; }

.a2:hover {
  color: #fff;
  text-decoration: underline; }

.color-1 {
  color: #4e8cee; }

.color-2 {
  color: #ff9700; }

.head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 109px;
  z-index: 99;
  line-height: 109px; }
  .head .col-md-3 {
    padding-left: 5%; }
  .head .col-md-9 {
    padding-right: 5%; }
  .head .logo {
    display: block;
    height: 109px;
    background-image: url("../images/logo-pc.png");
    background-repeat: no-repeat;
    background-size: 269px 218px; }
  .head .phone-mune-btn {
    position: absolute;
    display: block;
    top: 32px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: url("../images/phone-nav.png"); }
  .head .mune {
    float: right; }
    .head .mune .btn-group {
      top: 38px; }
    .head .mune .iteam {
      float: left;
      position: relative;
      z-index: 15; }
      .head .mune .iteam .link {
        padding: 0 12px;
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 2px;
        color: #fff; }
      .head .mune .iteam .button {
        padding: 5px 15px;
        background: #ff9700;
        color: #fff;
        border-radius: 3px; }
      .head .mune .iteam .button:hover {
        opacity: 0.85; }
      .head .mune .iteam .link:hover {
        color: #ff9700; }
      .head .mune .iteam .login-menu {
        line-height: 3; }
  .head .phone-service {
    display: none;
    position: absolute;
    right: 62px;
    top: 17px;
    color: #ff9700;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center; }
    .head .phone-service img {
      width: 100%; }

.fix-phone-btn {
  display: block;
  position: fixed;
  bottom: 3px;
  left: 20%;
  width: 60%;
  padding: 5px 0;
  font-size: 14px;
  background: #ff9700;
  color: #fff;
  text-align: center; }

.sub-menu {
  position: fixed;
  width: 66%;
  top: 0;
  z-index: 2000000001;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #f1f1f1;
  transition: all 0.64s ease 0s; }
  .sub-menu .top-box {
    line-height: 60px;
    background-color: #ff9700; }
    .sub-menu .top-box .stt {
      display: inline-block;
      font-size: 18px;
      color: #fff;
      margin-left: 8.2%; }
    .sub-menu .top-box .close {
      display: inline-block;
      width: 17px;
      height: 17px;
      background: url(../images/ico_37.png) no-repeat center;
      margin-right: 7.8%;
      margin-top: 22px;
      cursor: pointer; }
  .sub-menu .list-wrap ul {
    width: 100%; }
  .sub-menu .list-wrap li {
    line-height: 60px;
    width: 100%;
    border-bottom: 1px solid #f2f2f2; }
    .sub-menu .list-wrap li .col-box {
      display: block;
      width: 84%;
      padding: 0 7.8% 0 8.2%;
      position: relative; }
  .sub-menu .list-wrap .tit {
    font-size: 16px;
    color: #666; }
  .sub-menu .list-wrap .point {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 12px;
    background: url(../images/ico_38.png) no-repeat center;
    margin-top: 26px; }
  .sub-menu .list-wrap .other {
    padding: 0 26px;
    border-top: 1px solid #dedede; }
    .sub-menu .list-wrap .other .btn-s1 {
      display: block;
      text-align: center;
      border-radius: 5px;
      background: #ff9700;
      color: #fff;
      font-size: 16px;
      padding: 8px 0;
      margin-top: 20px; }
    .sub-menu .list-wrap .other .btn-s2 {
      display: block;
      text-align: center;
      border-radius: 5px;
      background: #fff;
      color: #666;
      border: 1px solid #999;
      font-size: 16px;
      padding: 8px 0;
      margin-top: 20px; }
  .sub-menu .sec-sub-list {
    position: absolute;
    top: 60px;
    width: 100%; }
    .sub-menu .sec-sub-list .return-fir {
      display: block;
      width: 100%;
      padding: 0 7.8% 0 8.2%;
      line-height: 60px;
      background-color: #ff9700; }
      .sub-menu .sec-sub-list .return-fir p {
        padding-left: 18px;
        color: #fff;
        font-size: 18px;
        background: url(../images/ico_42.png) no-repeat left center; }
    .sub-menu .sec-sub-list .boxs {
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      transition: all 0.4s ease 0s;
      background-color: #fff;
      min-height: 500px; }
    .sub-menu .sec-sub-list ul, .sub-menu .sec-sub-list li {
      width: 100%; }
    .sub-menu .sec-sub-list li {
      line-height: 60px;
      border-bottom: 1px solid #f2f2f2; }
      .sub-menu .sec-sub-list li a {
        display: block;
        width: 84%;
        padding: 0 7.8% 0 8.2%;
        font-size: 16px;
        color: #666; }

.right-sub-menu.show {
  right: 0;
  transition: all 0.44s ease 0s; }

.left-sub-menu.show {
  left: 0;
  transition: all 0.44s ease 0s; }

.left-sub-menu {
  left: -100%; }
  .left-sub-menu .sec-sub-list {
    left: -100%; }
    .left-sub-menu .sec-sub-list .boxs.show {
      left: 100%; }

.right-sub-menu {
  right: -100%; }
  .right-sub-menu .sec-sub-list {
    right: -100%; }
    .right-sub-menu .sec-sub-list .boxs.show {
      left: -100%; }

.body-wrap.left {
  transform: translateX(-66%); }

.body-wrap.right {
  transform: translateX(66%); }

.body-wrap {
  width: 100%;
  position: relative;
  transition: all 0.5s ease 0s; }

.fix-mune {
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  animation: fixshow 1s;
  box-shadow: 5px 0 3px #999;
  height: 77px;
  line-height: 77px; }
  .fix-mune .phone-service {
    display: block; }
  .fix-mune .logo {
    background-size: 220px;
    background-position: 0 -95px;
    height: 77px;
    width: 210px; }
  .fix-mune .mune .btn-group {
    top: 21px; }
  .fix-mune .mune .iteam .link {
    color: #222; }
  .fix-mune .phone-mune-btn {
    top: 17px; }

.big-img {
  width: 100%; }

.foot {
  border-top: 1px solid #dedede;
  padding: 30px;
  background: #fff;
  line-height: 30px; }
  .foot .foot-logo {
    padding-bottom: 10px; }
    .foot .foot-logo img {
      width: 108px; }
  .foot .title {
    font-size: 18px;
    font-weight: 600; }
  .foot .list {
    padding-top: 19px; }
    .foot .list .item {
      display: block; }

.mini-column-btn {
  position: fixed;
  bottom: 15px;
  left: 15px;
  width: 50px;
  height: 50px;
  background: rgba(255, 151, 0, 0.9);
  color: #fff;
  text-align: center;
  border-radius: 25px;
  line-height: 50px;
  z-index: 99; }

.mini-column-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999; }
  .mini-column-box .closed {
    position: absolute;
    top: 20px;
    right: 20px; }
  .mini-column-box .info-box {
    position: absolute;
    top: 20%;
    left: 15%;
    right: 15%;
    bottom: 15%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.9); }
    .mini-column-box .info-box .mune {
      padding: 20px; }
      .mini-column-box .info-box .mune .iteam {
        display: block;
        line-height: 50px;
        border-bottom: 1px solid #dedede;
        font-size: 1.2em;
        text-align: center; }

.kefu-btn {
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  position: fixed;
  bottom: 57px;
  right: 5px;
  z-index: 98;
  color: #fff;
  border: 1px solid #dadee7;
  line-height: 39px;
  text-align: center; }
  .kefu-btn img {
    width: 70%; }

.kefu-show {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99; }
  .kefu-show .weixin-show {
    position: absolute;
    top: 20%;
    left: 10%;
    width: 80%;
    height: 80%;
    text-align: center;
    color: #fff; }
    .kefu-show .weixin-show .img1 {
      width: 70%; }
    .kefu-show .weixin-show .text {
      padding-top: 15px; }
  .kefu-show .closed {
    position: absolute;
    top: 2%;
    right: 2%;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.3); }

.swiper-button-prev {
  background-image: url("../images/arrow-left.png"); }

.swiper-button-prev:hover {
  background-image: url("../images/arrow-left-on.png"); }

.swiper-button-next {
  background-image: url("../images/arrow-right.png"); }

.swiper-button-next:hover {
  background-image: url("../images/arrow-right-on.png"); }

.swiper-pagination-bullet-active {
  background: #ff9700; }

@keyframes fixshow {
  from {
    top: -70px; }
  to {
    top: 0; } }
.btn-warning {
  background: #ff9700;
  color: #fff; }

.btn-default {
  background: #fff;
  border-color: #999; }

.right-bar {
  position: fixed;
  right: 0px;
  bottom: 100px;
  background: #f9f9f9;
  border: 1px solid #e6e6e6;
  width: 90px;
  text-align: center;
  z-index: 9; }
  .right-bar .iteam {
    display: block;
    border-bottom: 1px solid #e6e6e6; }
    .right-bar .iteam .iconfont {
      display: block;
      font-size: 30px;
      padding-top: 20px; }
    .right-bar .iteam .name {
      line-height: 30px; }

@media screen and (max-width: 1070px) {
  .center {
    width: 100%;
    padding: 0; }

  .phone-img {
    width: 100%; }

  .swiper-button-prev, .swiper-button-next {
    display: none; }

  .foot .list {
    padding-top: 0; }
  .foot .title {
    padding-top: 15px; } }
.dropdown-menu {
  border-top: 2px solid #5bc0de;
  border-bottom: 2px solid #ff9700;
  padding: 0;
  top: 97%; }

.dropdown-submenu a {
  color: #555 !important;
  border-bottom: 1px solid #eeeeee;
  padding: 7px 20px !important; }

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.part-loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.05) url("../images/loading.gif") no-repeat center;
  background-size: 30px;
  z-index: 9999; }

.loading2 {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2); }
  .loading2 .loading2-inner {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90px;
    border-radius: 10px;
    height: 90px;
    margin-left: -45px;
    margin-top: -45px;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    color: #fff; }
    .loading2 .loading2-inner .car {
      margin-top: 9px; }
      .loading2 .loading2-inner .car img {
        width: 100%; }
    .loading2 .loading2-inner .text {
      padding-top: 10px;
      text-align: center; }
    .loading2 .loading2-inner .wheel-left, .loading2 .loading2-inner .wheel-right {
      width: 13px;
      height: 13px;
      position: absolute;
      top: 30px; }
      .loading2 .loading2-inner .wheel-left img, .loading2 .loading2-inner .wheel-right img {
        width: 100%;
        animation: myfirst 3s linear infinite; }
    .loading2 .loading2-inner .wheel-left {
      left: 20px; }
    .loading2 .loading2-inner .wheel-right {
      right: 24px; }
    .loading2 .loading2-inner .line {
      position: absolute;
      top: 46px;
      left: -100%;
      width: 300%;
      border-bottom: 1px dashed #999;
      animation: myline 5s linear infinite; }
@keyframes myfirst {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-360deg); } }
@keyframes myline {
  0% {
    left: -100%; }
  100% {
    left: -20%; } }
@media screen and (max-width: 1366px) and (min-width: 1024px) {
  .head .col-md-3 {
    padding-left: 2%; }
  .head .col-md-9 {
    padding-right: 1%; }
  .head .mune .iteam .link {
    padding: 0 8px; } }
.other-banner {
  height: 450px;
  background-position: center center;
  background-size: 105%;
  position: relative; }
  .other-banner .text-box {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    text-align: center; }
    .other-banner .text-box .title {
      font-size: 32px;
      font-weight: 600;
      letter-spacing: 8px;
      color: #ff9700;
      max-width: 1000px;
      margin: 0 auto; }
    .other-banner .text-box .slogan {
      font-size: 18px;
      color: #fff;
      padding-top: 12px;
      letter-spacing: 3px;
      max-width: 1000px;
      margin: 0 auto; }

.store-nav {
  position: relative;
  margin-top: -70px;
  margin-bottom: 50px; }
  .store-nav .item .title {
    line-height: 44px;
    background: #fff; }
    .store-nav .item .title .name {
      font-size: 16px;
      padding: 0; }
    .store-nav .item .title .state {
      color: #ff9700;
      text-align: right;
      padding: 0; }
  .store-nav .item .pic {
    height: 125px;
    background-position: center center; }
  .store-nav .item .pic-1 {
    background-image: url("../images/store-1.jpg"); }
  .store-nav .item .pic-2 {
    background-image: url("../images/store-2.jpg"); }
  .store-nav .item .pic-3 {
    background-image: url("../images/store-3.jpg"); }
  .store-nav .item .pic-4 {
    background-image: url("../images/store-4.jpg"); }

.store-list {
  height: 323px;
  background-position: center center;
  background-size: 100%;
  position: relative;
  margin-top: 210px; }
  .store-list .flag {
    position: absolute;
    top: -7px;
    right: 20px;
    width: 150px;
    padding: 7px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
    .store-list .flag img {
      width: 100%; }
  .store-list .s-box {
    position: relative;
    top: -162px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    padding: 40px 0 50px 0; }
    .store-list .s-box .text .name {
      font-size: 22px;
      font-weight: 600;
      color: #ff9700;
      padding-bottom: 0px; }
      .store-list .s-box .text .name i {
        font-style: normal;
        color: #d00000;
        display: inline-block;
        margin-right: 5px;
        font-size: 18px; }
    .store-list .s-box .text .info {
      margin-top: 20px; }
    .store-list .s-box .pic {
      position: absolute;
      top: 45px;
      left: -233px;
      width: 448px;
      height: 275px;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.3); }
    .store-list .s-box .pic-1 {
      background: url("../images/store-6.jpg"); }
    .store-list .s-box .pic-2 {
      background: url("../images/store-8.jpg"); }
    .store-list .s-box .pic-3 {
      background: url("../images/store-10.jpg"); }
    .store-list .s-box .pic-4 {
      background: url("../images/store-12.jpg"); }
    .store-list .s-box .pic-5 {
      background: url("../images/store-14.jpg"); }
    .store-list .s-box .pic-6 {
      background: url("../images/store-16.jpg"); }
    .store-list .s-box .pic-7 {
      background: url("../images/store-18.jpg"); }
    .store-list .s-box .pic-8 {
      background: url("../images/store-19.jpg"); }
    .store-list .s-box .pic-9 {
      background: url("../images/store-21.jpg"); }
    .store-list .s-box .pic-10 {
      background: url("../images/store-23.jpg"); }
    .store-list .s-box .pic-11 {
      background: url("../images/store-24.jpg"); }
    .store-list .s-box .pic-12 {
      background: url("../images/store-25.jpg"); }
    .store-list .s-box .pic-13 {
      background: url("../images/store-27.jpg"); }
    .store-list .s-box .pic-14 {
      background: url("../images/store-28.jpg"); }
    .store-list .s-box .pic-15 {
      background: url("../images/store-31.jpg"); }
    .store-list .s-box .pic-16 {
      background: url("../images/store-32.jpg"); }

.china-map {
  position: relative;
  width: 630px;
  height: 530px;
  margin: -154px auto 20px auto;
  background: url("../images/china-map.png"); }
  .china-map .piont {
    position: absolute;
    top: 290px;
    right: 50px;
    color: #ff9700;
    line-height: 31px;
    font-size: 16px; }
    .china-map .piont img {
      margin: 0 5px; }
  .china-map .w1 {
    top: 313px;
    right: 96px; }
    .china-map .w1 img {
      width: 18px; }
  .china-map .w2 {
    top: 415px;
    right: 164px; }
    .china-map .w2 img {
      width: 18px; }
  .china-map .w3 {
    top: 419px;
    right: 122px; }
    .china-map .w3 img {
      width: 18px; }
  .china-map .w4 {
    top: 313px;
    right: 45px; }
    .china-map .w4 img {
      width: 15px; }
  .china-map .w5 {
    top: 181px;
    right: 145px; }
  .china-map .w6 {
    top: 221px;
    right: 109px; }
    .china-map .w6 img {
      width: 18px; }

.import-flag img {
  width: 60px;
  margin: 20px; }
.import-flag .col-xs-2 {
  width: 14%; }

.ch-piont-list {
  background: #fff;
  padding: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  margin-top: 30px; }
  .ch-piont-list .pic {
    padding: 0;
    position: relative; }
    .ch-piont-list .pic .tip {
      position: absolute;
      padding: 10px 13px;
      color: #fff;
      background: #ff9700;
      top: 0;
      left: 0; }
    .ch-piont-list .pic .import {
      background: #4e8cee; }
    .ch-piont-list .pic img {
      width: 100%; }
  .ch-piont-list .text {
    padding: 10px 0; }
    .ch-piont-list .text .name {
      font-size: 16px;
      color: #ff9700; }
    .ch-piont-list .text div {
      padding: 5px 15px; }

.china-more {
  height: 320px;
  background-image: url("../images/china-3.jpg");
  background-size: 100%;
  background-position: center center;
  margin-top: 100px; }
  .china-more .txte {
    line-height: 90px;
    background: rgba(255, 151, 0, 0.7);
    font-size: 23px;
    letter-spacing: 3px;
    color: #fff;
    text-align: center;
    margin-top: 120px; }

.us-box {
  border-radius: 10px;
  background: #fff;
  padding: 20px;
  margin-top: -80px;
  position: relative;
  z-index: 9;
  margin-bottom: 40px;
  line-height: 28px;
  padding-bottom: 60px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2); }
  .us-box .title {
    padding: 50px 0;
    text-align: center; }
    .us-box .title .name {
      font-size: 28px;
      font-weight: 600;
      letter-spacing: 2px; }
    .us-box .title .english {
      padding-top: 6px;
      font-size: 16px;
      color: #999; }
  .us-box .font-1 {
    font-size: 18px;
    color: #ff9700;
    text-decoration: underline;
    padding-bottom: 15px; }
  .us-box .font-2 {
    font-size: 14px;
    color: #ff9700;
    padding-bottom: 12px; }
  .us-box .tbig-img {
    width: 100%;
    height: 220px;
    margin-top: 30px; }
  .us-box .list {
    border-bottom: 1px solid #dedede;
    padding: 25px 15px; }
  .us-box .font-3 {
    font-size: 16px;
    color: #ff9700;
    text-align: center; }
  .us-box .icon-list {
    text-align: center;
    padding: 20px; }
    .us-box .icon-list .font-4 {
      font-size: 16px;
      color: #ff9700;
      padding: 15px 0; }
    .us-box .icon-list .font-5 {
      text-align: left;
      color: #666; }
  .us-box .w_4wordL {
    width: 100%;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    padding: 30px;
    border: 1px solid #ededed; }

.news-box {
  border-radius: 10px;
  background: #fff;
  padding: 20px;
  margin-top: -80px;
  position: relative;
  z-index: 9;
  margin-bottom: 40px;
  line-height: 28px;
  padding-bottom: 60px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2); }
  .news-box .left-mune .title {
    background: #ff9700;
    color: #fff;
    padding: 8px 15px;
    font-size: 18px; }
    .news-box .left-mune .title span {
      padding-left: 8px;
      font-size: 14px; }
  .news-box .left-mune .iteam {
    display: block;
    line-height: 40px;
    border-bottom: 1px solid #dedede; }
    .news-box .left-mune .iteam i {
      display: inline-block;
      color: #ff9700;
      font-size: 28px;
      width: 20px;
      text-align: center;
      vertical-align: middle; }
  .news-box .news-list .title {
    font-size: 18px;
    color: #ff9700;
    line-height: 44px;
    border-bottom: 1px solid #ff9700;
    padding-left: 15px; }
  .news-box .news-list .list-box {
    padding-top: 20px; }
    .news-box .news-list .list-box .iteam {
      display: block;
      padding: 8px 98px 8px 15px;
      position: relative; }
      .news-box .news-list .list-box .iteam span {
        position: absolute;
        right: 15px;
        top: 8px;
        color: #999; }
      .news-box .news-list .list-box .iteam i {
        display: inline-block;
        padding-right: 8px;
        font-size: 18px;
        color: #999; }
  .news-box .news-detail .title {
    font-size: 20px;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #dedede;
    text-align: center; }
  .news-box .news-detail .title-info {
    margin-top: 10px;
    line-height: 20px;
    color: #999;
    text-align: center; }
    .news-box .news-detail .title-info span {
      padding: 0 5px; }
  .news-box .news-detail .news-info-box {
    padding: 20px 5px; }
  .news-box .news-detail .back {
    display: inline-block;
    padding: 9px 20px;
    border: 1px solid #999;
    color: #666;
    border-radius: 2px; }
  .news-box .news-detail .back:hover {
    border-color: #ff9700;
    color: #ff9700; }

.warehouseDetail .name {
  font-size: 20px;
  color: #ff9700;
  padding: 10px 0 20px 0;
  border-bottom: 1px solid #dedede; }
  .warehouseDetail .name img {
    margin-right: 10px; }
.warehouseDetail .column-title {
  font-size: 16px;
  padding: 30px 15px 10px 15px;
  font-weight: 600;
  color: #ff9700; }

.score2 {
  border: 1px solid #dedede;
  margin-left: 0px;
  background: #f0f2f5;
  margin-top: 10px;
  position: absolute;
  top: 70px;
  left: 0;
  right: 15px; }
  .score2 .iteam {
    padding: 15px 15px 10px 15px; }
    .score2 .iteam .score-label {
      font-size: 12px;
      line-height: 15px; }
    .score2 .iteam .score-wrap li {
      float: left;
      font-size: 12px;
      color: #dedede;
      line-height: 25px;
      margin-right: 3px;
      position: relative; }
      .score2 .iteam .score-wrap li span {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        font-size: 12px;
        color: #ff9700;
        width: 100%;
        overflow: hidden; }
    .score2 .iteam .score-wrap:after {
      content: " ";
      clear: both; }
  @media (min-width: 993px) {
    .score2 {
      position: relative;
      top: 0;
      left: 0;
      right: auto; } }

.s-bg-1 {
  background-image: url("../images/store-5.jpg"); }

.s-bg-2 {
  background-image: url("../images/store-7.jpg"); }

.s-bg-3 {
  background-image: url("../images/store-9.jpg"); }

.s-bg-4 {
  background-image: url("../images/store-11.jpg"); }

.s-bg-5 {
  background-image: url("../images/store-13.jpg"); }

.s-bg-6 {
  background-image: url("../images/store-15.jpg"); }

.s-bg-7 {
  background-image: url("../images/store-17.jpg"); }

.s-bg-8 {
  background-image: url("../images/store-20.jpg"); }

.s-bg-9 {
  background-image: url("../images/store-22.jpg"); }

.s-bg-10 {
  background-image: url("../images/store-26.jpg"); }

.s-bg-11 {
  background-image: url("../images/store-29.jpg"); }

.s-bg-12 {
  background-image: url("../images/store-30.jpg"); }

.s-bg-13 {
  background-image: url("../images/store-33.jpg"); }

.b-world {
  background-image: url("../images/other-banner-1.jpg"); }

.b-china {
  background-image: url("../images/other-banner-2.jpg"); }

.b-us {
  background-image: url("../images/other-banner-3.jpg"); }

.b-service {
  background-image: url("../images/other-banner-4.jpg"); }

.b-news {
  background-image: url("../images/other-banner-5.jpg"); }

.b-chinaimport {
  background-image: url("../images/other-banner-7.jpg"); }

.china-courier-nav .active a {
  background-color: #ff9700 !important;
  color: #fff !important;
  border-radius: 3px;
  border-bottom-color: #ddd; }
.china-courier-nav .title {
  background: #f9f9f9;
  line-height: 50px;
  margin-bottom: 20px; }
.china-courier-nav .he {
  height: 20px; }

.tabpanel-title {
  padding-top: 30px;
  font-size: 18px;
  color: #ff9700; }

.newslistbox {
  background: #f9fbff; }
  .newslistbox .newslist {
    padding-top: 50px; }
    .newslistbox .newslist #newsList .iteam {
      background: #fff;
      margin-bottom: 30px; }
      .newslistbox .newslist #newsList .iteam:hover {
        box-shadow: 0 3px 7px 0 rgba(33, 42, 61, 0.1); }
      .newslistbox .newslist #newsList .iteam .pic img {
        width: 100%;
        height: 160px; }
      .newslistbox .newslist #newsList .iteam .name {
        display: block;
        padding: 10px 14px;
        height: 79px;
        font-size: 15px;
        line-height: 30px;
        overflow: hidden; }
      .newslistbox .newslist #newsList .iteam .news-bottom {
        margin: 0px 15px;
        border-top: 1px solid #ededed;
        padding: 15px 0;
        display: flex;
        font-size: 12px;
        justify-content: space-between; }
        .newslistbox .newslist #newsList .iteam .news-bottom .alink {
          color: #999; }
          .newslistbox .newslist #newsList .iteam .news-bottom .alink:hover {
            color: #ff9700; }
    .newslistbox .newslist .notcie {
      background: #fff;
      padding: 40px; }
      .newslistbox .newslist .notcie .iteam {
        padding: 5px;
        line-height: 40px;
        font-size: 14px;
        border-bottom: 1px solid #ededed;
        position: relative;
        padding-left: 120px; }
        .newslistbox .newslist .notcie .iteam span {
          position: absolute;
          top: 5px;
          left: 0;
          width: 100px;
          text-align: center;
          background: #ededed;
          color: #666;
          font-size: 12px; }
  .newslistbox .page {
    padding: 30px 15px;
    text-align: right; }
    .newslistbox .page span {
      display: inline-block;
      width: 30px;
      height: 30px;
      border: 1px solid #dedede;
      background: #fff;
      margin-left: 10px;
      text-align: center;
      line-height: 30px;
      cursor: pointer; }
      .newslistbox .page span.active {
        background: #ff9700;
        color: #fff;
        border-color: #ff9700; }
    .newslistbox .page a {
      display: inline-block;
      width: 30px;
      height: 30px;
      border: 1px solid #dedede;
      background: #fff;
      margin-left: 10px;
      text-align: center;
      line-height: 30px;
      cursor: pointer; }

.news-info {
  background: #fff; }
  .news-info .title {
    font-size: 24px;
    font-weight: bold;
    padding: 50px 30px 20px 30px;
    border-bottom: 1px solid #ededed;
    text-align: center; }
  .news-info .messages {
    padding-top: 15px;
    font-size: 12px;
    color: #999;
    text-align: center; }
    .news-info .messages .iteam {
      display: inline-block;
      padding: 0 5px; }
  .news-info .textBox {
    padding: 50px; }

@media screen and (max-width: 970px) {
  .other-banner {
    background-size: 250%;
    height: 400px; }
    .other-banner .text-box .title {
      font-size: 2em; }
    .other-banner .text-box .slogan {
      font-size: 1.2em; }

  .import-flag img {
    width: 100%;
    margin: 10px 0px; }

  .store-nav {
    margin-bottom: 0;
    padding: 0; }
    .store-nav .item {
      margin-bottom: 20px;
      padding: 0 4px 0 8px; }
      .store-nav .item .title {
        line-height: 20px;
        padding: 7px 10px; }
        .store-nav .item .title .state {
          text-align: left; }

  .store-list {
    background: none;
    margin-top: 20px; }
    .store-list .flag {
      position: absolute;
      top: 22px;
      right: 10px;
      width: 90px;
      padding: 3px;
      background: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
      .store-list .flag img {
        width: 100%; }
    .store-list .s-box {
      top: 0;
      padding: 0; }
      .store-list .s-box .text {
        margin: 30px 0 30px 20px;
        padding: 20px 0 20px 20px;
        background: rgba(255, 255, 255, 0.85); }
        .store-list .s-box .text .name {
          font-size: 1.2em;
          padding-bottom: 0; }
      .store-list .s-box .flag {
        z-index: 9; }
    .store-list .s-bg-mini-1 {
      background: url("../images/store-5.jpg") center center;
      background-size: 200%; }
    .store-list .s-bg-mini-2 {
      background: url("../images/store-7.jpg") center center;
      background-size: 200%; }
    .store-list .s-bg-mini-3 {
      background: url("../images/store-9.jpg") center center;
      background-size: 200%; }
    .store-list .s-bg-mini-4 {
      background: url("../images/store-11.jpg") center center;
      background-size: 200%; }
    .store-list .s-bg-mini-5 {
      background: url("../images/store-13.jpg") center center;
      background-size: 200%; }
    .store-list .s-bg-mini-6 {
      background: url("../images/store-15.jpg") center center;
      background-size: 200%; }
    .store-list .s-bg-mini-7 {
      background: url("../images/store-17.jpg") center center;
      background-size: 200%; }
    .store-list .s-bg-mini-8 {
      background: url("../images/store-21.jpg") center center;
      background-size: 200%; }
    .store-list .s-bg-mini-9 {
      background: url("../images/store-22.jpg") center center;
      background-size: 200%; }
    .store-list .s-bg-mini-10 {
      background: url("../images/store-20.jpg") center center;
      background-size: 200%; }

  .ch-piont-list .text div {
    padding: 5px 8px; }

  .china-more {
    height: 200px;
    background-size: 150%; }
    .china-more .txte {
      margin-top: 50px;
      font-size: 1.4em; }

  .us-box .tbig-img {
    height: auto;
    margin-top: 0px; }
  .us-box .phonebox {
    padding: 0; }
    .us-box .phonebox .col-xs-6 {
      padding: 5px; }
    .us-box .phonebox .col-xs-12 {
      padding: 5px; }
  .us-box .w_4wordL {
    font-size: 15px; }
  .us-box .font-3 {
    padding-bottom: 20px;
    text-align: left; }

  .news-box .news-list .list-box .iteam {
    padding: 0 0 15px 0; }
    .news-box .news-list .list-box .iteam span {
      display: block;
      position: relative;
      line-height: 18px;
      padding-left: 26px;
      top: 0; }
  .news-box .news-detail .title {
    text-align: left; }
  .news-box .news-detail .news-info-box img {
    width: 100%; }
  .news-box .news-detail .newsback {
    text-align: center; } }
.main-color {
  color: #ff9700; }

.main-button {
  padding: 2px 20px;
  background: transparent;
  color: #333;
  border: none;
  border-radius: 0;
  cursor: pointer; }
  .main-button.filter-button {
    width: 90%;
    margin: 10px auto;
    padding: 2px 0; }
    @media (min-width: 992px) {
      .main-button.filter-button {
        margin: 3px auto; } }
  .main-button:hover {
    opacity: 0.85;
    text-decoration: none;
    outline: 0; }
  .main-button:active {
    outline: 0; }
  .main-button:focus {
    outline: 0; }
  .main-button.button-smooth {
    border-radius: 3px; }
  .main-button.active {
    background: #ff9700;
    color: #fff;
    border: none; }

.parity-label {
  color: #333;
  font-weight: normal; }
  .parity-label.filter {
    margin-right: 15px; }

.volume-label:after {
  content: ' '; }
  @media (min-width: 992px) {
    .volume-label:after {
      content: ''; } }

.weight-label:after {
  content: ''; }
  @media (min-width: 992px) {
    .weight-label:after {
      content: ''; } }

.indent-wrap {
  display: table;
  margin-top: 8px; }
  .indent-wrap > * {
    display: table-cell;
    line-height: 150%; }
  .indent-wrap > .word-3 {
    min-width: 45px; }
  .indent-wrap > .word-5 {
    min-width: 70px; }

.label-word {
  color: #999;
  font-weight: 400; }

/*.row-indent {
  position: relative;
  overflow: hidden;
  padding: 0 0 0 70px;
  > .row-indent-start {
    position: absolute;
    left: 0;
    top: 0;
  }
  > .row-indent-end {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}*/
.parity-logistics-wrap {
  overflow: hidden; }
  .parity-logistics-wrap .no-padding {
    padding: 0; }
  .parity-logistics-wrap label {
    font-weight: normal; }

.b-parity {
  background: url("../images/parity-banner.png") no-repeat center top;
  background-size: auto 300px;
  height: 450px; }
  @media (min-width: 992px) {
    .b-parity {
      height: 590px;
      background-size: cover; } }
  .b-parity .title-parity {
    background: url("../images/title-parity.png") no-repeat;
    width: 250px;
    height: 111px;
    background-size: 250px 111px;
    position: absolute;
    left: 50%;
    top: 140px;
    margin-left: -125px; }
    @media (min-width: 992px) {
      .b-parity .title-parity {
        width: 497px;
        height: 221px;
        top: 166px;
        background-size: 497px 221px;
        margin-left: -245px; } }
  .b-parity .icon-parity {
    background: url("../images/icon-parity.png") no-repeat;
    position: absolute;
    width: 90px;
    height: 94px;
    background-size: 90px 94px;
    left: 10px;
    top: 90px; }
    @media (min-width: 992px) {
      .b-parity .icon-parity {
        left: 50%;
        top: 90px;
        width: 230px;
        height: 211px;
        margin-left: -510px;
        background-size: 230px 211px; } }

.parity-box {
  border-radius: 10px;
  background: #fff;
  padding: 20px;
  margin-top: -80px;
  position: relative;
  z-index: 9;
  margin-bottom: 40px;
  line-height: 28px;
  padding-bottom: 60px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  margin-top: -160px;
  background-color: transparent;
  padding: 0;
  border-radius: 5px;
  box-shadow: none; }
  .parity-box > .parity-search {
    padding: 20px 30px;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2); }
  .parity-box .parity-body {
    padding: 2px 10px 30px 10px;
    background: #fff;
    border-radius: 0;
    margin-top: 40px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2); }
    @media (min-width: 992px) {
      .parity-box .parity-body {
        padding: 2px 30px 30px 30px; } }

.parity-body-title {
  margin-top: 30px;
  margin-bottom: 15px; }

.parity-form-group {
  overflow: hidden; }
  @media (min-width: 992px) {
    .parity-form-group {
      display: inline-block;
      width: 300px;
      margin-top: 20px;
      margin-right: 20px; } }
  .parity-form-group > .parity-form-group-right {
    width: 100%;
    float: left; }
    .parity-form-group > .parity-form-group-right > .parity-form-group-right-inner {
      margin-left: 70px; }
  .parity-form-group > .parity-form-group-left {
    width: 70px;
    float: left;
    margin-left: -100%; }

.parity-form-button-group {
  width: 100%;
  text-align: center;
  margin-top: 20px; }
  @media (min-width: 992px) {
    .parity-form-button-group {
      width: auto;
      float: right;
      margin-top: 20px; } }

.parity-search-button {
  background: #ff9700;
  color: #fff;
  border: none;
  padding: 3px 36px; }
  @media (min-width: 992px) {
    .parity-search-button {
      padding: 2px 20px; } }

.parity-search-select {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #dadada;
  padding-right: 20px;
  vertical-align: middle;
  width: 90%;
  height: 28px;
  margin-bottom: 5px;
  cursor: pointer; }
  @media (min-width: 992px) {
    .parity-search-select {
      width: 230px;
      text-align: center; } }
  .parity-search-select:after {
    position: absolute;
    font-family: "iconfont" !important;
    content: '\e624';
    color: #999;
    right: 0;
    font-size: 20px; }
  .parity-search-select:focus {
    outline: none; }

.popover {
  max-width: none;
  border-radius: 0; }

.popover-content {
  padding: 0; }

.fyyg-china .filter-wrap {
  padding: 15px;
  border: 1px solid #ededed; }
.fyyg-china .departure {
  border: 1px solid #ccc;
  padding: 7px 3px; }
.fyyg-china .destina {
  padding: 3px 5px;
  border: 1px solid #ccc; }
.fyyg-china .weight {
  padding: 3px 5px;
  border: 1px solid #ccc;
  text-align: right; }
.fyyg-china .ThisTerm {
  padding: 10px 0;
  display: flex;
  justify-content: space-between; }
  .fyyg-china .ThisTerm .text {
    color: #999; }
  .fyyg-china .ThisTerm .min-pic {
    height: 15px; }
  .fyyg-china .ThisTerm * {
    vertical-align: middle;
    display: inline-block;
    margin: 0 3px; }

.popover-content-inner {
  width: 250px;
  max-height: 300px;
  overflow: auto; }
  .popover-content-inner.level1 {
    padding: 8px; }
  .popover-content-inner.level2 {
    padding: 8px; }
  .popover-content-inner .popover-city-level {
    width: 100%;
    overflow: hidden; }
    .popover-content-inner .popover-city-level > .popover-city-content {
      float: left;
      width: 100%;
      height: 30px;
      line-height: 30px;
      padding: 0 10px;
      cursor: pointer; }

.popover-state-level {
  width: 100%; }
  .popover-state-level > .popover-state-content {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #f0f0f0;
    padding-left: 15px; }

.popover-city-content.active {
  background: #ff9700;
  color: white; }

@media (min-width: 992px) {
  .parity-filter-group {
    display: inline-block; } }
.parity-filter-group > .parity-filter-group-middle {
  width: 75%;
  float: left; }
  @media (max-width: 992px) {
    .parity-filter-group > .parity-filter-group-middle {
      width: 95%;
      margin-left: 3%; } }
  .parity-filter-group > .parity-filter-group-middle > .parity-filter-group-middle-inner {
    margin-right: 85px; }
    @media (min-width: 992px) {
      .parity-filter-group > .parity-filter-group-middle > .parity-filter-group-middle-inner {
        margin-right: 115px; } }
.parity-filter-group > .parity-filter-group-left {
  width: 19%;
  float: left; }
  @media (max-width: 992px) {
    .parity-filter-group > .parity-filter-group-left {
      width: 100%; } }
.parity-filter-group > .parity-filter-group-right {
  position: relative;
  width: 85px;
  float: left;
  margin-left: -85px; }
  @media (min-width: 992px) {
    .parity-filter-group > .parity-filter-group-right {
      width: 115px;
      margin-left: -115px; } }
  .parity-filter-group > .parity-filter-group-right > .text-cbm {
    display: none; }
    @media (min-width: 992px) {
      .parity-filter-group > .parity-filter-group-right > .text-cbm {
        position: absolute;
        top: 0;
        font-style: normal;
        font-size: 12px;
        display: block;
        right: 13px; } }
  .parity-filter-group > .parity-filter-group-right > .text-kg {
    display: none; }
    @media (min-width: 992px) {
      .parity-filter-group > .parity-filter-group-right > .text-kg {
        position: absolute;
        display: block;
        right: 23px;
        top: 0;
        font-style: normal;
        font-size: 12px; } }

.slider-selection {
  background: #ccc; }

.slider-handle {
  background-image: none;
  background-color: #999; }

.silder-ref {
  margin-left: 12px;
  width: 70px;
  height: 28px;
  text-align: center;
  outline: none; }
  @media (min-width: 992px) {
    .silder-ref {
      margin-left: 0; } }
  .silder-ref::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #ccc;
    font-size: 12px;
    font-weight: 300; }
  .silder-ref:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ccc;
    font-size: 12px;
    font-weight: 300; }
  .silder-ref::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ccc;
    font-size: 12px;
    font-weight: 300; }
  .silder-ref:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ccc;
    font-size: 12px;
    font-weight: 300; }

.parity-body-filter > .filter-wrap {
  padding: 10px 10px;
  background: #f0f0f0; }
  @media (min-width: 992px) {
    .parity-body-filter > .filter-wrap {
      padding: 10px 30px; } }
  .parity-body-filter > .filter-wrap > .filter-wrap-inner {
    margin-bottom: 6px; }

.warehouse-item {
  overflow: hidden;
  margin-bottom: 10px;
  padding-top: 20px; }

.warehouse-item-middle,
.warehouse-item-left,
.warehouse-item-right {
  float: left;
  min-height: 70px;
  position: relative;
  z-index: 2; }
  @media (min-width: 992px) {
    .warehouse-item-middle,
    .warehouse-item-left,
    .warehouse-item-right {
      min-height: 100px; } }

.warehouse-item-left,
.warehouse-item-right {
  text-align: right; }
  .warehouse-item-left a,
  .warehouse-item-right a {
    width: 100%; }
  .warehouse-item-left img,
  .warehouse-item-right img {
    width: 100%; }

.warehouse-item-middle {
  z-index: 1;
  width: 100%;
  border-bottom: 1px solid #dedede;
  position: relative;
  padding-bottom: 90px; }
  @media (min-width: 992px) {
    .warehouse-item-middle {
      padding-bottom: 0px; } }
  .warehouse-item-middle h5 {
    margin-top: 0px; }
  .warehouse-item-middle h5 > a {
    margin: 0;
    margin-bottom: 10px;
    color: #ff9700;
    font-size: 14px; }
    @media (min-width: 992px) {
      .warehouse-item-middle h5 > a {
        font-size: 18px;
        margin-bottom: 10px; } }
  .warehouse-item-middle > .warehouse-item-middle-inner {
    margin-left: 85px;
    margin-right: 80px;
    padding: 0 10px;
    word-break: break-all; }
    @media (min-width: 992px) {
      .warehouse-item-middle > .warehouse-item-middle-inner {
        margin-left: 140px;
        margin-right: 300px;
        margin-bottom: 20px;
        padding: 0 15px; } }

.warehouse-item-left {
  margin-left: -100%;
  width: 85px; }
  @media (min-width: 992px) {
    .warehouse-item-left {
      width: 140px; } }

.warehouse-item-right {
  margin-left: -80px;
  width: 80px; }
  @media (min-width: 992px) {
    .warehouse-item-right {
      margin-left: -300px;
      width: 300px; } }

.pre10 {
  width: 100% !important; }

.pre9 {
  width: 90% !important; }

.pre8 {
  width: 80% !important; }

.pre7 {
  width: 70% !important; }

.pre6 {
  width: 60% !important; }

.pre5 {
  width: 50% !important; }

.pre4 {
  width: 40% !important; }

.pre3 {
  width: 30% !important; }

.pre2 {
  width: 20% !important; }

.pre1 {
  width: 10% !important; }

.score {
  overflow: hidden;
  position: relative; }
  .score > .score-label {
    font-size: 12px;
    line-height: 18px; }
    @media (min-width: 992px) {
      .score > .score-label {
        float: left;
        width: 100px;
        font-size: 14px;
        line-height: 28px; } }
  .score .number {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 24px;
    color: #ff9700;
    font-family: 'Arial'; }
    @media (min-width: 992px) {
      .score .number {
        position: relative;
        font-size: 18px; } }
  .score > .score-wrap {
    margin: 0;
    width: 100px;
    line-height: 14px;
    height: 14px; }
    .score > .score-wrap > li {
      float: left;
      color: #dedede;
      font-size: 12px;
      margin-right: 7px;
      position: relative; }
      .score > .score-wrap > li span {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        font-size: 12px;
        color: #ff9700;
        overflow: hidden;
        width: 100%; }
    @media (min-width: 992px) {
      .score > .score-wrap {
        float: left;
        line-height: 24px;
        width: 150px; }
        .score > .score-wrap > li {
          font-size: 18px; }
          .score > .score-wrap > li span {
            font-size: 18px; } }

.map-wrap {
  display: inline-block;
  vertical-align: middle;
  width: 210px; }
  .map-wrap img {
    width: 100%; }

.right-wrap {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  margin-left: 20px;
  border: 1px solid #dadada;
  background: #f0f0f0;
  border-radius: 2px;
  line-height: 50px;
  text-align: center;
  cursor: pointer; }
  @media (min-width: 992px) {
    .right-wrap {
      width: 60px;
      height: 60px;
      line-height: 60px; } }
  .right-wrap i {
    font-size: 26px;
    color: #ccc; }
  .right-wrap.active i {
    color: #ff9700; }

.icon-remark {
  color: #999;
  font-size: 18px;
  cursor: pointer; }
  .icon-remark.active {
    color: #2aa1f4; }

.logistics-table-wrap {
  height: auto; }

.parity-empty {
  height: 300px;
  background: url("../images/parity-empty.png") no-repeat center center !important;
  background-size: contain; }

.table-parity thead {
  background: #ff9700;
  color: #fff; }
.table-parity > thead > tr > th {
  border: 0;
  padding: 8px 15px; }
.table-parity > tbody > tr > td {
  padding: 8px 15px;
  vertical-align: middle; }

.logistics-table-item {
  border: 1px solid #dadada;
  margin-bottom: 15px; }
  .logistics-table-item > .empty {
    line-height: 30px;
    text-align: center; }
  .logistics-table-item > .title-wrap {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #dadada;
    margin: 0 10px;
    overflow: hidden; }
    .logistics-table-item > .title-wrap > .title {
      padding: 0 10px; }
    .logistics-table-item > .title-wrap > .title-1 {
      float: left;
      color: #333; }
    .logistics-table-item > .title-wrap > .title-2 {
      float: right; }
      .logistics-table-item > .title-wrap > .title-2 .icon-remark {
        font-size: 20px; }
    .logistics-table-item > .title-wrap > .title-3 {
      float: right;
      color: #999;
      font-weight: 300; }
  .logistics-table-item > .content {
    padding: 5px; }
  .logistics-table-item .content-message-wrap {
    overflow: hidden;
    margin-top: 5px;
    text-align: center; }
    .logistics-table-item .content-message-wrap > .content-message-1 {
      width: 45%;
      float: left;
      line-height: 30px;
      padding: 0 15px; }
    .logistics-table-item .content-message-wrap > .content-message-2 {
      width: 20%;
      float: left;
      line-height: 30px;
      padding: 0 15px; }
    .logistics-table-item .content-message-wrap > .content-message-3 {
      width: 35%;
      float: left;
      line-height: 30px;
      padding: 0 15px; }
    .logistics-table-item .content-message-wrap label {
      color: #999;
      font-weight: 400;
      display: block;
      margin-bottom: 0;
      white-space: nowrap; }
      @media (min-width: 600px) {
        .logistics-table-item .content-message-wrap label {
          display: inline-block;
          margin-bottom: 5px; } }
    .logistics-table-item .content-message-wrap span {
      color: #ff9700; }
  .logistics-table-item .content-details {
    padding: 15px;
    line-height: 150%;
    background-color: #f0f0f0;
    display: none; }

.row-remark > td {
  background: #f2f2f2;
  padding: 15px !important; }

.tooltip-inner {
  background-color: #2aa1f4; }

.tooltip.top .tooltip-arrow {
  border-top-color: #2aa1f4; }

.service {
  background: #f0f0f0;
  padding: 80px 20px; }
  .service .list {
    padding-bottom: 30px;
    position: relative; }
    .service .list img {
      width: 100%; }
    .service .list .class_qidian_wpa {
      position: absolute !important;
      top: 4px !important;
      right: 28px !important;
      margin-top: 0 !important;
      opacity: 0; }

.calcu-form {
  padding: 15px 15px 5px 15px; }
  .calcu-form .calcu-form-group {
    display: inline-block;
    margin: 15px 10px; }
    .calcu-form .calcu-form-group.static-group {
      color: #555 !important;
      font-size: 13px; }
    .calcu-form .calcu-form-group .calcu-label {
      display: inline-block;
      font-weight: 500;
      color: #555;
      margin-bottom: 0; }
    .calcu-form .calcu-form-group .calcu-centent {
      display: inline-block; }
      .calcu-form .calcu-form-group .calcu-centent .calcu-input-wrapper {
        position: relative;
        display: inline-block; }
        .calcu-form .calcu-form-group .calcu-centent .calcu-input-wrapper input {
          width: 100px;
          border: 1px solid #ccc;
          border-radius: 5px;
          padding: 0 24px;
          font-size: 12px;
          color: #333; }
        .calcu-form .calcu-form-group .calcu-centent .calcu-input-wrapper span {
          display: inline-block;
          line-height: 30px;
          font-size: 12px;
          color: #999; }
          .calcu-form .calcu-form-group .calcu-centent .calcu-input-wrapper span:first-child {
            position: absolute;
            left: 5px;
            top: 0; }
          .calcu-form .calcu-form-group .calcu-centent .calcu-input-wrapper span:last-child {
            position: absolute;
            right: 5px;
            top: 0; }
  .calcu-form .calcu-form-buttons {
    text-align: right;
    padding: 10px 5px 0 5px;
    border-top: 1px solid #ccc; }

/*# sourceMappingURL=other.css.map */
