.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}
@font-face {
  font-family: 'myfont';
  src: url('../woff/myriadpro-regular.woff') format('woff'), /* chrome、firefox */ url('../ttf/myriadpro-regular.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../otf/myriadpro-regular.otf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../svg/myriadpro-regular.svg#iconfont') format('svg'), /* iOS 4.1- */ url('../eot/myriadpro-regular.eot');
}
@font-face {
  font-family: 'activeFont';
  src: url("../ttf/din-condensed-bold.ttf");
}
@font-face {
  font-family: 'open-sans';
  src: url("../ttf/open-sans-2.ttf") format('opentype');
}
@font-face {
  font-family: 'open-sans-blod';
}
@font-face {
  font-family: 'open-semi-bold';
}
@font-face {
}
@font-face {
}
@font-face {
}
@font-face {
  font-family: 'NunitoSans';
  src: url("../ttf/nunitosans_7pt_semicondensed-regular.ttf") format('truetype');
}
@font-face {
  font-family: 'NunitoSans-Bold';
  src: url("../ttf/nunitosans_7pt_semicondensed-bold.ttf") format('opentype');
}
@font-face {
  font-family: 'NunitoSans-Semibold';
  src: url("../ttf/nunitosans_7pt_semicondensed-semibold.ttf") format('opentype');
}
html,
body {
  font-size: 12px;
  font-family: NunitoSans, 'open-sans', 'Arial';
}
.free-main {
  background: #fff;
}
.free-main .free-banner {
  position: relative;
  background: #20a0ff;
  color: #fff;
  min-width: 1440px;
}
.free-main .free-banner:before {
  display: block;
  content: '';
  background: url("../webp/water-icon.webp") no-repeat center;
  width: 100%;
  min-width: 1440px;
  height: 600px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.free-main .free-banner .banner-title {
  padding-top: 100px;
  font-size: 100px;
  padding-bottom: 4px;
  font-family: NunitoSans-Bold;
  line-height: 90px;
  background: linear-gradient(159deg, #FFFCF4 0%, #F5E5BE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  transform-style: preserve-3d;
}
@keyframes moveEl {
  from {
    transform: translateY(-100px) scale(0.9);
  }
  to {
    transform: translateY(0) scale(1);
  }
}
.free-main .free-banner .banner-title:before {
  display: block;
  content: '';
  background: url("../webp/free-map.webp") no-repeat center;
  width: 878px;
  height: 350px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  animation: moveEl 3.2s 1 linear;
}
.free-main .free-banner .for-el {
  font-family: NunitoSans-Bold;
  font-size: 40px;
  line-height: 48px;
}
.free-main .free-banner .for-el:after {
  display: inline-block;
  content: '';
  background: url("../png/for-icon.png") no-repeat center;
  width: 162px;
  height: 39px;
  vertical-align: text-top;
}
.free-main .free-banner .at-make {
  font-size: 18px;
  line-height: 24px;
  width: 700px;
  margin-top: 8px;
}
.free-main .free-banner .jump-control {
  margin-top: 20px;
  position: relative;
  z-index: 2;
}
.free-main .free-banner .jump-control .go-btn {
  width: 200px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  font-family: NunitoSans-Bold;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  transform: perspective(1px) translateZ(0);
}
.free-main .free-banner .jump-control .go-btn:hover {
  transform: translateY(-3px) translateZ(0);
}
.free-main .free-banner .jump-control .go-btn.quote-btn {
  background: linear-gradient(115deg, #FF7272 0%, #FF4949 100%);
}
.free-main .free-banner .jump-control .go-btn.fast-btn {
  color: #e02d2d;
  background: #fff;
  margin-left: 26px;
}
.free-main .free-banner .once-tips {
  font-size: 14px;
  margin-top: 80px;
  line-height: 17px;
  max-width: 700px;
  position: relative;
  z-index: 3;
}
.free-main .free-banner .stamp-icon {
  position: relative;
  z-index: 2;
  margin-left: -30px;
  background: url("../png/stamp-mask.png") no-repeat center;
  width: 538px;
  height: 248px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.free-main .free-banner .the-plane-row {
  height: 190px;
  margin-top: 50px;
  background: #fff;
  position: relative;
}
.free-main .free-banner .the-plane-row .the-mask {
  background: url("../png/angele-icon.png") no-repeat center;
  width: 838px;
  height: 268px;
  position: absolute;
  top: -268px;
  right: 0;
  z-index: 2;
}
.free-main .free-banner .the-plane-row .the-mask:before {
  display: block;
  content: '';
  background: url("../png/airplane-icon.png") no-repeat center;
  width: 165px;
  height: 153px;
  position: absolute;
  top: -120px;
  left: 0;
  z-index: 1;
  right: 0;
  margin: auto;
}
.free-main .free-banner .the-plane-row:after {
  display: block;
  content: '';
  height: 190px;
  background: #fff;
  position: relative;
  z-index: 3;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}
.free-main .how-orders {
  position: relative;
  z-index: 3;
}
.free-main .how-orders .go_wrap {
  background: #fff;
  height: 510px;
  padding: 0 0 0 180px;
  position: relative;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}
.free-main .how-orders .example-order {
  position: relative;
  margin-top: -86px;
  float: left;
}
.free-main .how-orders .example-order:before {
  display: block;
  content: '';
  background: url("../png/tips-icon.png") no-repeat center;
  width: 340px;
  height: 64px;
  position: absolute;
  top: 124px;
  left: -19px;
  z-index: 1;
}
.free-main .how-orders .example-info {
  float: left;
  margin-left: 80px;
  margin-top: -86px;
}
.free-main .how-orders .example-info .info-title {
  font-size: 24px;
  font-family: NunitoSans-Bold;
  color: #313131;
  margin-top: 6px;
}
.free-main .how-orders .step-example-box {
  margin-top: 45px;
  display: flex;
  font-size: 14px;
}
.free-main .how-orders .step-item {
  width: 320px;
  line-height: 20px;
}
.free-main .how-orders .step-item:first-child {
  margin-right: 70px;
}
.free-main .how-orders .jump-control {
  margin-top: 30px;
  display: flex;
}
.free-main .how-orders .jump-control .go-btn {
  height: 34px;
  width: 160px;
  line-height: 34px;
  text-align: center;
  background: #e02d2d;
  border: 1px solid #e02d2d;
  border-radius: 2px;
  color: #fff;
  font-family: NunitoSans-Bold;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  transform: perspective(1px) translateZ(0);
}
.free-main .how-orders .jump-control .go-btn:hover {
  transform: translateY(-3px) translateZ(0);
}
.free-main .how-orders .jump-control .go-btn:first-child {
  background: #fff;
  color: #e02d2d;
  margin-right: 8px;
}
.free-main .how-orders .step-title {
  margin-bottom: 10px;
}
.free-main .how-orders .example-tips {
  margin-top: 100px;
  padding: 30px;
  background: #FDF7EA;
  font-size: 14px;
}
.free-main .how-orders .example-tips dt {
  font-family: NunitoSans-Bold;
  margin-bottom: 14px;
}
.free-main .how-orders .example-tips dd {
  line-height: 20px;
}
/*# sourceMappingURL=free-ship.css.map */