.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('../fonts/MyriadPro-Regular.woff') format('woff'), /* chrome、firefox */ url('../fonts/MyriadPro-Regular.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../fonts/MyriadPro-Regular.otf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../fonts/MyriadPro-Regular.svg#iconfont') format('svg'), /* iOS 4.1- */ url('../fonts/MyriadPro-Regular.eot');
}
@font-face {
  font-family: 'activeFont';
  src: url("../activeFonts/DIN-Condensed-Bold.ttf");
}
@font-face {
  font-family: 'open-sans';
  src: url("../fonts/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("../fonts/SiteFont/NunitoSans_7pt_SemiCondensed-Regular.ttf") format('truetype');
}
@font-face {
  font-family: 'NunitoSans-Bold';
  src: url("../fonts/SiteFont/NunitoSans_7pt_SemiCondensed-Bold.ttf") format('opentype');
}
@font-face {
  font-family: 'NunitoSans-Semibold';
  src: url("../fonts/SiteFont/NunitoSans_7pt_SemiCondensed-SemiBold.ttf") format('opentype');
}
html,
body {
  font-size: 12px;
  font-family: NunitoSans, 'open-sans', 'Arial';
}
.holiday-module {
  background: url("../images/holiday-period/holiday-bg.png") repeat-y center;
  padding-top: 243px;
  min-width: 1440px;
  overflow: hidden;
  padding-bottom: 60px;
}
.holiday-module .holiday-wrap {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  background: #fff;
  z-index: 2;
  padding-top: 24px;
}
.holiday-module .holiday-wrap:before {
  display: block;
  content: '';
  background: url("../images/holiday-period/holiday-head.png") no-repeat center;
  height: 243px;
  width: 1000px;
  position: absolute;
  top: -243px;
  left: 0;
  z-index: 2;
}
.holiday-module .holiday-wrap .adorn-l {
  position: absolute;
  top: -243px;
  left: -270px;
  z-index: 3;
}
.holiday-module .holiday-wrap .adorn-r {
  position: absolute;
  top: -246px;
  right: -190px;
  z-index: 1;
}
.holiday-module .holiday-wrap .title-icon {
  display: block;
  margin: auto;
  position: absolute;
  top: -120px;
  left: 0;
  z-index: 2;
  right: 0;
}
.holiday-module .holiday-wrap .letter-box {
  background: url("../images/holiday-period/border-bg.png") no-repeat center;
  width: 800px;
  height: 440px;
  margin: 0 auto;
  padding: 40px 34px;
  position: relative;
}
.holiday-module .holiday-wrap .letter-box .ornament1 {
  position: absolute;
  top: -200px;
  right: -20px;
  z-index: 2;
}
.holiday-module .holiday-wrap .letter-box .ornament2 {
  position: absolute;
  bottom: -70px;
  left: -170px;
  z-index: 2;
}
.holiday-module .holiday-wrap .letter-box .letter-title {
  font-size: 16px;
  line-height: 22px;
  color: #313131;
}
.holiday-module .holiday-wrap .letter-box .info-box {
  font-size: 16px;
  margin-top: 20px;
  line-height: 23px;
}
.holiday-module .holiday-wrap .letter-box .enhance {
  font-family: NunitoSans-Bold;
}
.holiday-module .holiday-wrap .jump-quote {
  font-size: 18px;
  background: #BB8B1A;
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-family: NunitoSans-Semibold;
  text-align: center;
  margin: 30px auto 0;
  border-radius: 4px;
}
.holiday-module .holiday-wrap .jump-quote:hover {
  background: #c28e14;
}
.holiday-module .holiday-wrap .the-calendar {
  width: 800px;
  height: 800px;
  border: 1px solid #EEE9E0;
  margin: 30px auto 0;
  padding: 30px;
  position: relative;
}
.holiday-module .holiday-wrap .the-calendar .ornament3 {
  position: absolute;
  top: 210px;
  right: -130px;
  z-index: 2;
}
.holiday-module .holiday-wrap .the-calendar .ornament4 {
  position: absolute;
  bottom: -290px;
  right: 0;
  z-index: 2;
}
.holiday-module .holiday-wrap .the-calendar .title-schedule {
  font-size: 21px;
  font-family: NunitoSans-Bold;
  text-align: center;
  margin-bottom: 30px;
}
.holiday-module .holiday-wrap .calendar-note {
  margin: 40px auto 0;
  padding: 0 20px 80px 30px;
  width: 800px;
  font-size: 14px;
}
.holiday-module .holiday-wrap .calendar-note dt {
  font-family: NunitoSans-Bold;
  margin-bottom: 16px;
}
.holiday-module .holiday-wrap .calendar-note dd {
  line-height: 22px;
  position: relative;
  padding-left: 20px;
}
.holiday-module .holiday-wrap .calendar-note dd a {
  color: #313131;
}
.holiday-module .holiday-wrap .calendar-note dd a:hover {
  text-decoration: underline;
}
.holiday-module .holiday-wrap .calendar-note dd .index {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
/*# sourceMappingURL=holiday-period.css.map */