.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';
}
@font-face {
  font-family: 'ProximaNova-Bold';
  src: url("../otf/proximanova-bold.otf") format('opentype');
}
@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url("../otf/proximanova-semibold.otf") format('opentype');
}
body {
  background: #f7f9fa;
  min-width: 1440px;
  overflow-x: hidden;
}
.meta-wrap {
  width: 1440px;
  margin: 0 auto;
}
.active-meta-banner {
  background: url("../png/meta-banner.png") no-repeat center #D7F2FE;
  height: 600px;
  min-width: 1440px;
}
.active-meta-banner .banner-title {
  padding-top: 140px;
  font-size: 40px;
  font-family: ProximaNova-Semibold;
}
.active-meta-banner .banner-title .price {
  color: #23b4ff;
  font-size: 111px;
  letter-spacing: -3px;
  font-family: ProximaNova-Bold;
}
.active-meta-banner .banner-title .name {
  font-size: 66px;
}
.active-meta-banner .banner-title h5 {
  font-size: 62px;
  font-family: ProximaNova-Bold;
  color: #23b4ff;
  margin-top: 12px;
}
.active-meta-banner .banner-title h6 {
  font-size: 37px;
  margin-top: 4px;
}
.meta-type-row {
  height: 190px;
  position: relative;
}
.meta-type-row .meta-wrap {
  position: relative;
  top: -16px;
  display: flex;
  justify-content: space-between;
}
.meta-type-row .meta-type {
  width: 692px;
  height: 174px;
  background-color: #ffffff;
  box-shadow: 0px 6px 36px 4px rgba(29, 30, 29, 0.12);
  border-radius: 16px;
  display: flex;
  align-items: center;
  padding-left: 28px;
}
.meta-type-row .meta-type .info {
  margin-left: 28px;
}
.meta-type-row .meta-type dt {
  font-size: 24px;
  font-family: NunitoSans-Bold;
}
.meta-type-row .meta-type dd {
  font-size: 20px;
}
.graphic-info-box {
  padding: 0 18px;
  min-width: 1440px;
}
.graphic-info-box .graphic-body {
  background-color: #fff;
  padding: 28px 36px 36px;
  overflow: hidden;
}
.graphic-info-box .graphic-title {
  font-size: 42px;
  font-family: NunitoSans-Bold;
  text-align: center;
}
.graphic-info-box .legend-box {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 40px auto 0;
  width: 1440px;
}
.graphic-info-box .legend-box:before {
  display: block;
  content: '';
  background: url("../png/tag-price3ff4.png") no-repeat center;
  width: 264px;
  height: 261px;
  position: absolute;
  bottom: -96px;
  right: 0;
  z-index: 1;
}
@keyframes arrowAnimateToRight {
  0% {
    transform: translateX(0px);
    opacity: 0.8;
  }
  30% {
    transform: translateX(15px);
    opacity: 1;
  }
  100% {
    transform: translateX(30px);
    opacity: 0.8;
  }
}
.graphic-info-box .legend-box .arrow-btn {
  background: url("../png/arrow-btn.png") no-repeat center;
  width: 74px;
  height: 60px;
  margin: 96px 140px 0;
  animation: arrowAnimateToRight 0.64s infinite linear forwards;
  animation-play-state: running;
}
.graphic-info-box .legend-des {
  font-size: 18px;
  color: #384658;
  text-align: center;
  padding: 20px 0;
  position: relative;
  z-index: 2;
}
.graphic-info-box .legend-des .tag {
  font-family: NunitoSans-Bold;
  color: #ef6160;
}
.graphic-info-box .jump-btn {
  margin: 40px auto 0;
  width: 251px;
  height: 53px;
  background-color: #b21f1f;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.graphic-info-box .jump-btn:hover {
  background-color: #e02d2d;
}
.graphic-info-box .offer-text {
  margin: 60px auto 0;
  text-align: center;
  font-size: 42px;
  line-height: 48px;
  font-family: NunitoSans-Bold;
}
.graphic-info-box .example-picture {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.graphic-info-box .example-picture img {
  margin-top: 30px;
}
.graphic-info-box .example-des {
  margin-top: 26px;
  text-align: center;
  font-size: 18px;
  font-family: NunitoSans-Bold;
}
.graphic-info-box .the-play-box {
  text-align: center;
}
.graphic-info-box .the-play-box .play-title {
  font-family: NunitoSans-Bold;
  margin-top: 30px;
  font-size: 42px;
  margin-bottom: 30px;
}
.graphic-info-box .the-play-box .before-video-box {
  width: 1040px;
  height: 588px;
  text-align: center;
  margin: 0 auto;
}
.graphic-info-box .the-play-box .before-video-box video {
  width: 100%;
  height: 100%;
}
.active-meta-rules {
  margin: 10px 0;
}
.active-meta-rules .rules-box {
  width: 1440px;
  margin: 0 auto;
  border: solid 3px #ffffff;
  padding: 14px 60px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #55606e;
}
.active-meta-rules dt {
  font-size: 24px;
  font-family: NunitoSans-Bold;
  margin-bottom: 8px;
}
/*# sourceMappingURL=activity-meta.css.map */