.presenter-layer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
  transition: opacity 0.25s 0s, transform 0.25s;
  visibility: hidden;
}
.presenter-layer .modal-section {
  width: 320px;
  height: 50%;
  background-color: #f5f5f5;
  position: absolute;
  padding: 15px;
  box-sizing: border-box;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #000;
  border-radius: 10px;
}
@media (max-width: 400px) {
  .presenter-layer .modal-section {
    height: 350px !important;
  }
}
.presenter-layer .presenter_close {
  position: absolute;
  vertical-align: middle;
  /* grid-template: 30px; */
  line-height: 27px;
  text-align: center;
  border-radius: 15px;
  top: 3px;
  right: 3px;
  cursor: pointer;
  box-sizing: border-box;
  user-select: none;
}
.presenter-layer .presenter_content {
  margin-top: 20px;
}
.presenter-layer .presenter_content p {
  font-size: 14px;
}
.presenter-layer .presenter_content p:nth-child(2) {
  margin-bottom: 20px;
}
.presenter-layer .presenter_content p:nth-child(3) {
  margin-bottom: 15px;
}
.presenter-layer .presenter_content h3 {
  text-align: center;
  margin-bottom: 20px;
  color: #000;
}
.presenter-layer .presenter_content .presenter_input {
  margin: 0 auto;
  width: 100%;
  height: 34px;
  border: 0;
  border-radius: 2px;
  color: #000;
  outline: none;
  border-bottom: 1px solid #b8e1f2;
  background: #f5f5f5;
}
.presenter-layer .presenter_content .presenter_input::-webkit-input-placeholder {
  /* placeholder颜色  */
  color: #ccc;
  /* placeholder字体大小  */
  font-size: 12px;
}
.presenter-layer .presenter_content .presenter_select {
  outline: none;
  width: 100%;
  height: 30px;
  line-height: 30px;
  appearance: none;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 10px;
  background: transparent url("/buy/static_assets/img/select.png") no-repeat scroll 270px;
  background-color: #fff;
}
.presenter-layer .presenter_content .presenter_footer .subminBtn {
  width: 150px;
  height: 40px;
  background-color: #169bd5;
  text-align: center;
  line-height: 40px;
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 200px;
  right: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  letter-spacing: 3px;
  font-size: 14px;
  color: white;
}
.presenter_close:hover {
  color: white;
}
.presenter-show {
  visibility: visible;
  transform: scale(1);
  transition: opacity 0.25s 0s, transform 0.25s;
  z-index: 9999;
}
.message-box {
  display: inline-block;
  width: 420px;
  height: 140px;
  padding-bottom: 10px;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ebeef5;
  font-size: 18px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
  overflow: hidden;
  backface-visibility: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  box-sizing: border-box;
  z-index: 99999;
}
.message-box .message-box__title {
  padding-left: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1;
  color: #303133;
}
.message-box .message-box__header {
  position: relative;
  padding: 15px 15px 10px;
  display: flex;
  justify-content: space-between;
}
.message-box .message-box__header .icon.icon-question-sign {
  font-size: 18px;
  color: #03b8cf;
}
.message-box .message-box__header .confirmClose {
  cursor: pointer;
  color: #93959b;
}
.message-box .message-box__header .confirmClose:hover {
  color: #45a0ff;
}
.message-box .message-box__header span {
  color: #303133;
}
.message-box .message-box__content {
  padding: 10px 15px;
  color: #606266;
  font-size: 14px;
}
.message-box .message-box__content .message-box__container {
  position: relative;
}
.message-box .message-box__content .message-box__container div {
  display: inline-block;
}
.message-box .message-box__btns {
  padding: 5px 15px 10px;
  text-align: right;
}
.message-box .message-box__btns .buttons {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dcdfe6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  transition: 0.1s;
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
}
.message-box .message-box__btns .buttons--small {
  padding: 9px 15px;
  font-size: 12px;
  border-radius: 3px;
}
.message-box .message-box__btns .buttons--hover:hover {
  background: #ecf5ff;
  border: 1px solid #c6e2ff;
}
.message-box .message-box__btns .button--primary {
  background-color: #409eff;
  color: white;
}
.message-box .message-box__btns .button--primary:active {
  background-color: #3a8ee6;
}
.total-big-box {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
}
.total-box {
  width: 270px;
  height: 300px;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
  background: url(../img/double_eleven_activity/yhq270x300.png) no-repeat;
}
.total-box .total-title {
  width: 270px;
  text-align: center;
  color: white;
  line-height: 40px;
  box-sizing: border-box;
}
.total-box .total-title p {
  padding: 0;
  margin: 0;
  line-height: 40px;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 5px;
}
.total-box .total-discount-coupon {
  width: 174px;
  height: 58px;
  margin: 50px 0 0 47px ;
  position: relative;
}
.total-box .total-discount-coupon .total-coupons {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
.total-box .total-discount-coupon .total-coupons .total-coupons-money {
  font-weight: 700;
  color: white;
  width: 61px;
  padding-left: 8px;
  box-sizing: border-box;
  float: left;
}
.total-box .total-discount-coupon .total-coupons .total-coupons-money-38size {
  font-size: 38px;
}
.total-box .total-discount-coupon .total-coupons .total-coupons-money-28size {
  padding-top: 5px;
  font-size: 28px;
}
.total-box .total-discount-coupon .total-coupons .total-coupons-text {
  padding: 5px 0 0 15px;
  color: white;
  box-sizing: border-box;
  float: left;
}
.total-box .total-discount-coupon .total-coupons .total-coupons-text p {
  margin: 0;
  padding: 0;
  font-size: 15px;
}
.total-box .total-explain {
  width: 170px;
  height: 76px;
  border-radius: 10px;
  margin: 30px 0 0px 46px;
  overflow: hidden;
  color: #fff;
}
.total-box .total-explain h3 {
  padding: 0;
  margin: 0;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 2px;
  box-sizing: border-box;
}
.total-box .total-explain p {
  margin: 0;
  padding: 0;
  font-size: 13px;
  text-align: center;
  box-sizing: border-box;
}
.total-box .total-foot-button {
  width: 195px;
  height: 39px;
  margin-left: 34px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
}
.total-box .total-foot-button div:nth-child(1) {
  color: #fb4c2a;
}
.total-box .total-foot-button div {
  width: 46%;
  border-radius: 17px;
  color: white;
  text-align: center;
  line-height: 39px;
  cursor: pointer;
}
@font-face {
  font-family: 'iconfont';
  /* Project id 2868301 */
  src: url('https://at.alicdn.com/t/font_2868301_divj7bkt739.woff2?t=1634202849605') format('woff2'), url('https://at.alicdn.com/t/font_2868301_divj7bkt739.woff?t=1634202849605') format('woff'), url('https://at.alicdn.com/t/font_2868301_divj7bkt739.ttf?t=1634202849605') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-xe60c {
  width: 30px;
  height: 30px;
  font-size: 20px;
  border-radius: 50%;
  color: #757575;
}
.icon-xe60c:hover {
  color: white;
  -webkit-transition: all 0.2s;
  transition: all 0.2s ease-in-out;
  background-color: #e53935;
}
