.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;
}
.buy-free-page {
  background: url("../images/buyFree/free-bg.jpg") no-repeat center;
  height: 3693px;
  background-size: 100% 100%;
}
.buy-free-page * {
  box-sizing: border-box;
}
.buy-free-page .banner-box {
  overflow: hidden;
  padding-top: 78px;
  text-align: center;
}
.buy-free-page .info-obj {
  background: url("../images/buyFree/info-obj-bg.png") no-repeat center;
  height: 1780px;
  background-size: 100% 100%;
  overflow: hidden;
  width: 1256px;
  margin: 0 auto;
}
.buy-free-page .obj-body {
  border: 1px solid transparent;
  width: 1160px;
  min-height: 500px;
  margin: 210px auto 0;
  border-radius: 16px;
  padding: 60px 46px;
}
.buy-free-page .obj-body .step-title {
  font-weight: bold;
  font-size: 32px;
  color: #E34C00;
  line-height: 43px;
  display: flex;
  align-items: center;
}
.buy-free-page .obj-body .step-title:before {
  display: inline-block;
  content: '';
  background: url("../images/buyFree/step-icon1.png") no-repeat center;
  width: 105px;
  height: 41px;
  margin-right: 10px;
  flex-shrink: 0;
}
.buy-free-page .obj-body .step-title .tips {
  font-weight: 400;
  font-size: 16px;
  color: #643605;
  line-height: 30px;
  margin-left: 20px;
  max-width: 700px;
}
.buy-free-page .obj-body .step-title .tips:before {
  display: inline-block;
  content: '';
  background: url("../images/buyFree/start-icon.png") no-repeat center;
  height: 12px;
  width: 13px;
}
.buy-free-page .obj-body .step-title.old {
  margin-top: 90px;
}
.buy-free-page .obj-body .step-title.old:before {
  background: url("../images/buyFree/step-icon2.png") no-repeat center;
  width: 105px;
  height: 41px;
}
.buy-free-page .obj-body .coupon-list {
  margin-top: 34px;
  display: flex;
}
.buy-free-page .obj-body .coupon-list .coupon {
  background: url("../images/buyFree/get-coupon-bg.png") no-repeat center;
  width: 1065px;
  height: 408px;
  position: relative;
  background-size: 100% 100%;
}
.buy-free-page .obj-body .coupon-list .price-row {
  font-weight: 800;
  font-size: 64px;
  color: #F08017;
  line-height: 54px;
  text-align: center;
  margin-top: 64px;
  padding-right: 24px;
}
.buy-free-page .obj-body .coupon-list .price-row small {
  font-size: 32px;
}
.buy-free-page .obj-body .coupon-list .amount-info {
  font-weight: bold;
  font-size: 28px;
  color: #BC6100;
  text-align: center;
  margin: 44px auto 0;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 300px;
}
.buy-free-page .obj-body .coupon-list .amount {
  font-weight: bold;
  font-size: 18px;
  color: #BC6100;
  margin: 5px auto 0;
  text-align: center;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 250px;
}
.buy-free-page .obj-body .coupon-list .get-btn {
  background: url("../images/buyFree/get-btn.png") no-repeat center;
  width: 284px;
  height: 82px;
  display: block;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  right: 94px;
  z-index: 2;
  transform: translateY(-50%);
}
.buy-free-page .obj-body .coupon-list .get-btn:hover {
  background: url("../images/buyFree/get-btn-hover.png") no-repeat center;
  height: 82px;
}
.buy-free-page .obj-body .coupon-list .get-btn.disabled {
  background: url("../images/buyFree/get-btn-disabled.png") no-repeat center;
  cursor: default;
}
.buy-free-page .obj-body .coupon-list .get-btn.no-permission {
  background: url("../images/buyFree/get-btn-permission.png") no-repeat center;
  cursor: default;
}
.buy-free-page .obj-body .coupon-list .date-time {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 30px;
  text-align: center;
  margin: 20px auto 0;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 310px;
}
.buy-free-page .obj-body .coupon-list.second .coupon {
  background: url("../images/buyFree/stencil-coupon-bg.png") no-repeat center;
  width: 1065px;
  height: 408px;
}
.buy-free-page .obj-body .coupon-list.second .price-row {
  font-size: 42px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 288px;
}
.buy-free-page .obj-body .coupon-list.second .amount-info {
  margin-top: 54px;
}
.buy-free-page .obj-body .cost-tips {
  margin-top: 38px;
  font-size: 16px;
}
.buy-free-page .obj-body .cost-tips dt {
  color: #A83800;
  margin-bottom: 4px;
}
.buy-free-page .obj-body .cost-tips dd {
  font-weight: 400;
  color: #642100;
  line-height: 30px;
}
.buy-free-page .obj-body .cost-tips span {
  color: #E34C00;
}
.buy-free-page .faq-box {
  background: url("../images/buyFree/faq-body-bg.png") no-repeat center;
  width: 1250px;
  height: 1117px;
  margin: 40px auto 0;
  overflow: hidden;
}
.buy-free-page .faq-body {
  width: 1160px;
  min-height: 500px;
  margin: 220px auto 0;
  border-radius: 16px;
  padding: 70px 50px;
}
.buy-free-page .faq-el {
  padding-left: 18px;
  margin-bottom: 30px;
}
.buy-free-page .faq-el .title {
  font-weight: bold;
  font-size: 19px;
  color: #A85200;
  line-height: 48px;
}
.buy-free-page .faq-el .des {
  font-weight: bold;
  font-size: 19px;
  color: #642100;
  line-height: 38px;
}
.buy-free-page .faq-el.small {
  background: url("../images/buyFree/small-row.png") no-repeat center;
  height: 86px;
  width: 1003px;
}
.buy-free-page .faq-el.big {
  background: url("../images/buyFree/big-row.png") no-repeat center;
  width: 1003px;
  height: 126px;
}
.buy-free-page .faq-el.big .des {
  line-height: 30px;
  margin-top: 8px;
}
.buy-free-page .explanation-box {
  font-size: 18px;
  color: #1B263C;
  line-height: 46px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0 0;
}
.buy-free-page .explanation-box .text {
  position: relative;
}
.buy-free-page .explanation-box .text:before {
  display: inline-block;
  content: '';
  width: 6px;
  height: 6px;
  background: #1B263C;
  border-radius: 50%;
  margin-right: 6px;
  margin-top: -2px;
  vertical-align: middle;
}
.buy-free-page .explanation-box .text:after {
  display: inline-block;
  content: '';
  background: url("../images/buyFree/explanation-icon.png") no-repeat center;
  width: 70px;
  height: 60px;
  margin-left: 28px;
  position: absolute;
}
.make-pop-up:before {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
  background: rgba(0, 0, 0, 0.4);
  content: '';
}
.make-pop-up .make-box {
  position: fixed;
  left: 0;
  right: 0;
  top: 60px;
  bottom: 0;
  margin: auto;
  z-index: 1000;
  width: 480px;
  height: 440px;
  background-color: #ffffff;
  border-radius: 50px;
  padding: 50px 50px 0;
  box-sizing: border-box;
  text-align: center;
  border: 3px solid #f86660;
}
.make-pop-up .make-box:before {
  position: absolute;
  top: -134px;
  left: 0;
  right: 0;
  margin: auto;
  background: url("../images/couponCenter-v2/coupon-pop.png") no-repeat center;
  width: 284px;
  height: 202px;
  content: '';
  display: inline-block;
}
.make-pop-up .make-box .get-title {
  font-size: 36px;
  color: #303030;
  margin-top: 20px;
  font-weight: 700;
}
.make-pop-up .make-box .core-title {
  font-size: 48px;
  color: #f43630;
  font-weight: 700;
  margin-top: 10px;
}
.make-pop-up .make-box .core-title p {
  font-size: 24px;
  color: #bc6100;
  font-weight: normal;
  margin-top: 5px;
}
.make-pop-up .make-box .core-title.free {
  font-size: 32px;
}
.make-pop-up .make-box .des-time {
  font-size: 16px;
  color: #999;
  margin-top: 32px;
  margin-bottom: 20px;
}
.make-pop-up .make-box .symbol {
  color: #ff6a00;
}
.make-pop-up .make-box .use-but {
  cursor: pointer;
  width: 356px;
  height: 62px;
  line-height: 62px;
  background-color: #f43630;
  background-blend-mode: normal, normal;
  border-radius: 31px;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  transition: all 0.3s linear;
  margin: auto;
  display: block;
}
.make-pop-up .make-box .use-but:hover {
  background-color: #f55231;
}
.make-pop-up .make-box .close-btn {
  cursor: pointer;
  background: url("../images/couponCenter-v2/close-btn.png") no-repeat center;
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 50px;
  top: -50px;
  right: -32px;
  transition: 0.5s;
}
.make-pop-up .make-box .close-btn:hover {
  cursor: pointer;
  background: url("../images/couponCenter-v2/close-btn.png") no-repeat center;
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 50px;
  top: -50px;
  right: -32px;
  transform: rotate(90deg);
}
.make-pop-up .look-coup {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.make-pop-up .look-coup a {
  text-decoration: underline;
  font-size: 14px;
  color: #bc6100;
}
/*# sourceMappingURL=buyFree.css.map */