.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';
}
.market-banner {
  height: 700px;
  background: linear-gradient(360deg, #43CEFF 0%, #20A0FF 100%);
  min-width: 1440px;
}
.market-banner .go_wrap {
  height: inherit;
  position: relative;
  text-align: center;
  border: 1px solid transparent;
}
.market-banner .market-title {
  font-size: 48px;
  font-family: NunitoSans-Bold;
  color: #fff;
  margin-top: 74px;
}
.market-banner .market-text {
  width: 1100px;
  margin: 20px auto 0;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}
.market-banner .market-text .tag {
  color: #ffd571;
}
.market-banner .market-gif-box {
  display: inline-block;
  margin-top: 90px;
  position: relative;
}
.market-banner .market-gif-box:before {
  display: block;
  content: '';
  background: url("../png/market-gift-bg.png") no-repeat center;
  width: 898px;
  height: 470px;
  position: absolute;
  bottom: 3px;
  right: -44px;
  z-index: 2;
}
.market-banner .market-gif-box .burse-icon {
  position: absolute;
  bottom: 58px;
  left: -290px;
  z-index: 1;
}
.market-banner .market-gif-box .market-gif {
  position: relative;
  z-index: 3;
}
.market-exception {
  padding: 180px 0;
  background: #fff;
}
.market-exception .exception-box {
  display: flex;
  justify-content: space-between;
}
.market-exception .exception-box .exception-lists {
  width: 720px;
}
.market-exception .exception-box .item {
  padding: 25px 30px 25px 66px;
  border-bottom: 1px solid #d9d9d9;
  cursor: pointer;
}
.market-exception .exception-box .item.active {
  background: #313131;
  color: #fff;
  padding: 38px 30px 38px 66px;
  position: relative;
  min-height: 300px;
}
.market-exception .exception-box .item.active:before {
  display: block;
  content: '';
  height: 100%;
  width: 4px;
  background: #ff4949;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.market-exception .exception-box .item.active .iconfont {
  color: #fff;
}
.market-exception .exception-box .item-title {
  font-size: 24px;
  font-family: NunitoSans-Bold;
  position: relative;
}
.market-exception .exception-box .item-title .iconfont {
  position: absolute;
  top: 50%;
  left: -40px;
  z-index: 1;
  font-size: 24px;
  margin-top: -12px;
  color: #d9d9d9;
}
.market-exception .exception-box .item-text {
  font-size: 16px;
  line-height: 22px;
  display: none;
  margin-top: 10px;
}
.special-offers {
  background: #313131;
  padding: 110px 0;
  color: #fff;
}
.special-offers .offers-title {
  font-size: 24px;
  text-align: center;
  font-family: NunitoSans-Bold;
}
.special-offers .title-des {
  font-size: 16px;
  text-align: center;
}
.special-offers .offers-box {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.special-offers .each {
  width: 440px;
  height: 600px;
  background: #2a2a2a;
  padding: 46px 40px;
  color: #fff;
}
.special-offers .each .each-title {
  font-size: 24px;
  font-family: NunitoSans-Bold;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.special-offers .each .each-des {
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.special-offers .each .each-body {
  margin-top: 40px;
  padding-top: 42px;
  position: relative;
}
.special-offers .each .each-body .each-img {
  position: absolute;
  top: 0;
  left: 43px;
  z-index: 3;
}
.special-offers .each .each-body .try-btn {
  width: 140px;
  background: #ff4949;
  height: 44px;
  position: absolute;
  top: 4px;
  right: 0;
  z-index: 1;
  font-family: NunitoSans-Bold;
  font-size: 12px;
  text-align: center;
  line-height: 38px;
  color: #313131;
  border-radius: 10px 10px 0 0;
}
.special-offers .each .each-body .try-btn:hover {
  color: #fff;
}
.special-offers .each .each-body .try-btn:hover .iconfont {
  margin-right: 12px;
}
.special-offers .each .each-body .try-btn .iconfont {
  font-size: 24px;
  color: #313131;
  float: right;
  margin-right: 16px;
  transition: all 0.3s;
}
.special-offers .each .content-box {
  background: #fff;
  height: 320px;
  padding: 38px;
  position: relative;
  z-index: 2;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
}
.special-offers .each .price {
  font-size: 48px;
  color: #ff4949;
  font-family: NunitoSans-Bold;
}
.special-offers .each .diss {
  font-size: 18px;
  font-family: NunitoSans-Bold;
  color: #313131;
}
.special-offers .each .each-rules {
  margin-top: 36px;
  border-top: 1px solid #d9d9d9;
  padding-top: 26px;
  font-size: 14px;
  line-height: 20px;
  color: #313131;
}
.special-offers .each .each-rules dt {
  font-size: 18px;
  line-height: 25px;
}
/*# sourceMappingURL=market-land.css.map */