/**列表 详情添加注册弹窗start*/
.clientid1 {
  width: 644px;
  height: 350px;
  padding: 0;
}
.clientid1-back {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.clientid1-form {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0 79px 15px;
  box-sizing: border-box;
}
.clientid1-form_item {
  font-size: 0;
}
.clientid1-form .check-box {
  margin-top: 15px;
  margin-bottom: 0;
}
.clientid1-form .check-box .checkbox {
  box-shadow: none;
}
.clientid1-form .checkbox-label {
  font-size: 12px;
  color: #fff;
}
.clientid1-form_input {
  display: inline-block;
  width: 348px;
  height: 40px;
  padding: 0 15px;
  box-sizing: border-box;
  font-size: 14px;
  vertical-align: middle;
}
.clientid1-form_input::-webkit-input-placeholder {
  font-weight: bold;
  font-style: italic;
}
.clientid1-form_btn {
  display: inline-block;
  width: 128px;
  height: 40px;
  margin-left: 10px;
  background: #F0C8A5;
  color: #0D1623;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: middle;
}
.clientid1 .window-cover_con-close {
  color: #fff;
}
.has_reg {
  display: none;
  font-size: 12px;
  color: #FF4141;
  margin: 8px 0 0;
}
.has_reg .log_in_btn {
  color: #fff;
  text-decoration: underline;
}
.getcoupon_client {
  width: 350px;
}
.coupon_client {
  overflow: hidden;
  background: #FEF0E7;
  border: 20px solid #fff;
  box-sizing: border-box;
  padding: 25px 0px;
}
.coupon_client-cont {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}
.coupon_client-cont::before {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  left: -8px;
  content: '';
  top: 50%;
  z-index: 9;
}
.coupon_client-cont::after {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  right: -8px;
  top: 50%;
  content: '';
}
.coupon_client-cont-tit {
  background: linear-gradient(to right, #FF0353, #FF9149);
  padding: 8px 20px;
  color: #fff;
  font-size: 34px;
  font-weight: 200;
}
.coupon_client-cont-tit > span {
  font-size: 12px;
  margin-right: 5px;
}
.coupon_client-contfooter {
  height: 30px;
  background: #E5E9EF;
  padding: 0 20px;
  line-height: 30px;
  color: #0D1623;
  font-size: 12px;
  opacity: 0.5;
}
.coupon_client-tit {
  font-size: 14px;
  color: #0D1623;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
  text-transform: capitalize;
}
.coupon_client-text {
  font-size: 36px;
  background: linear-gradient(to right, #A2090C, #F10D15);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 800;
  text-transform: uppercase;
  width: 80%;
  text-align: center;
  margin: 20px auto;
}
.coupon_client-btn {
  height: 34px;
  background: #000000;
  font-size: 12px;
  color: #fff;
  text-align: center;
  width: 80%;
  line-height: 34px;
  margin: 0 auto;
}
.coupon_client-collect {
  height: 40px;
  background: #0D1623;
  box-shadow: 0px -6px 10px rgb(0 0 0%);
  font-size: 16px;
  font-family: Source Han Sans;
  font-weight: bold;
  line-height: 40px;
  color: #F0C8A5;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 20px;
}
/*# sourceMappingURL=longqi.list.register.new.css.map */