.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.draw-page .common-title {
  margin-top: 90px;
  text-align: center;
  position: relative;
}
.draw-page .common-title::before {
  width: 130px;
  height: 28px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -28px;
  margin: auto;
}
.draw-page .common-title .draw-title {
  font-weight: bold;
  font-size: 32px;
  color: #0A5008;
  line-height: 24px;
  margin-bottom: 28px;
}
.draw-page .common-title .draw-title::before {
  width: 145px;
  height: 2px;
  background: linear-gradient(270deg, #0A5008, #ffffff);
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
}
.draw-page .common-title .draw-title::after {
  width: 145px;
  height: 2px;
  background: linear-gradient(90deg, #0A5008, #ffffff);
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
}
.draw-page .common-title .info-des {
  color: #FE8B03;
}
.draw-page .common-title .draw-des {
  font-size: 18px;
  color: #0A5008;
}
.draw-page .banner-module {
  background: url("../images/free-sampling/banner-bg.png") no-repeat center;
  width: 100%;
  min-width: 1400px;
  height: 450px;
  background-size: cover;
  display: block;
}
.draw-page .coupon-module .common-title::before {
  background: url("../images/free-sampling/title-icon1.png") no-repeat center;
}
.draw-page .coupon-module .coupon-box {
  background: url("../images/free-sampling/coupon-box-bg.png") no-repeat center;
  width: 100%;
  height: 308px;
  margin-top: 60px;
  padding: 55px 113px 52px 125px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.draw-page .coupon-module .coupon-box .coupon-remit {
  display: flex;
  align-items: center;
}
.draw-page .coupon-module .coupon-box .coupon-pic {
  width: 176px;
  height: 201px;
  margin-right: 96px;
}
.draw-page .coupon-module .coupon-box dl {
  color: #0A5008;
}
.draw-page .coupon-module .coupon-box dl dt {
  font-weight: bold;
  font-size: 50px;
}
.draw-page .coupon-module .coupon-box dl dd {
  font-size: 28px;
  line-height: 53px;
}
.draw-page .coupon-module .coupon-box dl .num-total {
  color: #FE8B03;
}
.draw-page .coupon-module .coupon-box .jump-link {
  width: 365px;
  height: 94px;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background: linear-gradient(0deg, #FE8B03 0%, #FCBA6D 100%);
  border-radius: 47px;
}
.draw-page .coupon-module .coupon-box .jump-link.disabled {
  background: linear-gradient(0deg, #8A8A8A 0%, #C1C1C1 100%);
  cursor: no-drop;
  pointer-events: none;
}
.draw-page .coupon-module .coupon-box .jump-link::after {
  background: url("../images/free-sampling/arrow-icon.png") no-repeat center;
  width: 52px;
  height: 52px;
  content: '';
  display: block;
  margin-left: 20px;
  margin-top: 4px;
  transition: all 0.3s ease-in-out;
}
.draw-page .coupon-module .coupon-box .jump-link:hover::after {
  transform: translateX(10px);
}
.draw-page .draw-module .common-title::before {
  background: url("../images/free-sampling/title-icon2.png") no-repeat center;
}
.draw-page .draw-module .draw-box {
  height: 435px;
  background: #DEF6D5;
  border-radius: 34px 0 34px 0;
  margin-top: 50px;
  padding: 42px 40px;
  box-sizing: border-box;
}
.draw-page .draw-module .draw-box .draw-board {
  height: 100%;
  background: #ffffff;
  border-radius: 34px 0 34px 0;
  padding: 28px 35px 35px 22px;
}
.draw-page .draw-module .draw-box .sup-title {
  font-weight: bold;
  font-size: 24px;
  color: #0A5008;
  display: flex;
  align-items: center;
  position: relative;
}
.draw-page .draw-module .draw-box .sup-title span {
  width: 3px;
  height: 21px;
  background-color: #0A5008;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.draw-page .draw-module .draw-box .sup-title::before {
  background: url("../images/free-sampling/gift-icon.png") no-repeat center;
  width: 38px;
  height: 38px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.draw-page .draw-module .draw-box .sup-title::after {
  background: url("../images/free-sampling/slash-icon.png") no-repeat center;
  width: 50px;
  height: 24px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 6px;
}
.draw-page .draw-module .draw-box dl {
  padding-left: 10px;
}
.draw-page .draw-module .draw-box dl:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.draw-page .draw-module .draw-box dl dd {
  width: 25%;
  float: left;
  font-weight: bold;
  font-size: 20px;
  color: #0A5008;
  margin-top: 30px;
}
.draw-page .draw-module .draw-box dl dd::before {
  background: url("../images/free-sampling/check-icon.png") no-repeat center;
  width: 22px;
  height: 22px;
  content: '';
  display: inline-block;
  vertical-align: bottom;
  margin-right: 14px;
}
.draw-page .draw-module .draw-box .base-sign {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  padding-left: 10px;
}
.draw-page .draw-module .draw-box .sign-sup {
  display: flex;
}
.draw-page .draw-module .draw-box .big-sup {
  display: flex;
  align-items: center;
  margin-right: 66px;
  position: relative;
}
.draw-page .draw-module .draw-box .big-sup:first-of-type::before {
  width: 208px;
}
.draw-page .draw-module .draw-box .big-sup:nth-of-type(2) img {
  margin-left: 20px;
}
.draw-page .draw-module .draw-box .big-sup::before {
  width: 248px;
  height: 19px;
  background: #DEF6D5;
  border-radius: 10px;
  content: '';
  display: block;
  position: absolute;
  left: 36px;
  bottom: 0;
}
.draw-page .draw-module .draw-box .big-sup img {
  position: relative;
}
.draw-page .draw-module .draw-box .sup-list {
  width: 96px;
  height: 96px;
  background: #0A5008;
  border-radius: 50%;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.draw-page .draw-module .draw-box .sup-list .title {
  font-size: 20px;
}
.draw-page .draw-module .draw-box .sup-list .des {
  font-size: 12px;
  margin-top: 2px;
}
.draw-page .draw-module .draw-box .jump-link {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  height: 63px;
  line-height: 63px;
  background: #FE8B03;
  border-radius: 31px;
  display: inline-block;
  padding-left: 26px;
  padding-right: 14px;
}
.draw-page .draw-module .draw-box .jump-link:hover::after {
  transform: translateX(4px);
}
.draw-page .draw-module .draw-box .jump-link::after {
  background: url("../images/free-sampling/arrows-icon.png") no-repeat center;
  width: 44px;
  height: 44px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
}
.draw-page .rules-module .common-title::before {
  background: url("../images/free-sampling/title-icon3.png") no-repeat center;
}
.draw-page .rules-module .rules-box {
  box-shadow: 0 3px 40px 0 rgba(222, 246, 213, 0.48);
  border-radius: 10px;
  border: 1px solid #DEF6D5;
  padding: 50px 36px;
  margin: 44px auto 96px;
}
.draw-page .rules-module .rules-box dd {
  font-weight: bold;
  font-size: 20px;
  color: #0A5008;
  line-height: 46px;
}
.draw-page .rules-module .rules-box .info-des {
  color: #FE8B03;
}
.draw-page .claim-now {
  background: url("../images/free-sampling/ling-bg.png") no-repeat center;
  width: 100%;
  min-width: 1400px;
  height: 118px;
  background-size: cover;
}
.draw-page .claim-now .page-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.draw-page .claim-now .page-wrap .title {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
}
.draw-page .claim-now .page-wrap .now-jump {
  font-size: 16px;
  color: #ffffff;
}
.draw-page .claim-now .page-wrap .skip-btn {
  font-size: 18px;
  color: #00863E;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  padding: 0 27px;
  border-radius: 6px;
  background-color: #ffffff;
  margin-left: 30px;
}
.coupon-pop-up {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 3;
}
.coupon-pop-up .pop-up-box {
  width: 588px;
  height: 284px;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 2px 12px 16px 0px rgba(252, 219, 181, 0.39);
  padding: 50px;
  box-sizing: border-box;
  border-radius: 16px;
  border: 2px solid #FE9416;
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
  margin: -142px auto 0;
  z-index: 2;
}
.coupon-pop-up .pop-title {
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  color: #FE8B03;
  margin-bottom: 34px;
}
.coupon-pop-up .pop-des {
  font-size: 24px;
  line-height: 24px;
  color: #0A5008;
}
.coupon-pop-up .info-des {
  color: #FE8B03;
}
.coupon-pop-up .pop-btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.coupon-pop-up .pop-btn a {
  width: 160px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 26px;
}
.coupon-pop-up .pop-btn .jump-link {
  background: linear-gradient(0deg, #FE8B03 0%, #FEA741 100%);
  color: #FFFFFF;
}
.coupon-pop-up .pop-btn .know-btn {
  border: 1px solid #FE8B03;
  color: #FE8B03;
  margin-left: 90px;
}
.coupon-pop-up .close-btn {
  background: url("../images/free-sampling/close-btn-icon.png") no-repeat center;
  width: 42px;
  height: 42px;
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: -21px;
  right: -21px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.coupon-pop-up .close-btn:hover {
  transform: rotate(90deg);
}
