@charset "UTF-8";
/* 輸入密碼 */
.passipt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}

.codeDiv {
  /* margin: auto; */
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  /* display: none; */
}

.codeDiv .title {
  font-size: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  text-align: center;
  font-weight: 700;
  width: 100%;
  margin-bottom: 10px;
}

/* 输入密码的盒子 */
.verify_code_div {
  display: flex;
  /* justify-content: center; */
  box-sizing: border-box;
  /* max-width: 19.6Rem; */
  width: 100%;
  height: 100%;
  /* padding: 1px; */
}

.verify_code_char {
  height: 100%;
  width: 2.64rem;
  height: 2.8125rem;
  display: inline-block;
  font-size: 0px;
  margin-left: 3.5px;
  margin-right: 3.5px;
}

.verify_code_char:nth-child(4) {
  margin-left: 5%;
}

@media (max-width: 19.6875rem) {
  .verify_code_char:nth-child(4) {
    margin-left: 0%;
  }
  .verify_code_char {
    margin-left: 1px;
    margin-right: 1px;
  }
}

.verify_code_char_input {
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  outline: none;
  text-align: center;
  font-size: 23px;
  border: 1px solid #d6d6d6;
  -webkit-appearance: none;
}

.verify_code_char_input:-webkit-autofill {
  background-color: #fff;
  background-image: none;
  color: black;
}

.verify_code_char_input_state_action {
  border: 1px solid #97cee5;
  box-shadow: 0 0 0 3px rgba(131, 192, 253, 0.5);
}

.group.discount-methods {
  float: unset !important;
  margin-bottom: 10px;
}

.group.discount-methods input {
  height: 28px !important;
  width: 20px !important;
  float: unset !important;
  margin: 0 2px 0 0 !important;
  cursor: pointer;
}

.group.discount-methods input[value='4'][disabled] + label {
	filter: grayscale(1);
}

.group.discount-methods label {
  vertical-align: top;
  line-height: 28px;
  height: 28px;
  display: inline-block;
  font-size: 16px;
  margin-right: 20px;
  cursor: pointer;
}

#discount-method-show {
  height: 98px !important;
}

#discount-method-show > div {
  display: none;
  box-sizing: border-box;
  width: 440px;
  height: 85px;
  background: #f2f2f2;
  margin-left: 94px;
  padding: 10px 20px;
  border: none;
  text-align: left;
  position: relative;
}

#discount-method-show > div p {
  line-height: 1.2;
}

#discount-method-show > div p.title-1 {
  font-weight: 700;
  font-size: 18px;
  padding: 9px 0px;
}

#discount-method-show > div p.title-2 {
  font-size: 15px;
}

#discount-method-show > div .tip1.tips-btn {
  margin-bottom: 12px;
  position: absolute;
  right: -35px;
  top: 32px;
  cursor: pointer;
}

#discount-method-show > div .tip1.tips-content {
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  left: 23px;
  opacity: 0;
  transition: all 0.2s;
  position: absolute;
  z-index: -1;
  background: #fff;
  width: 500px;
  text-align: left;
  line-height: 22px;
  font-size: 14px;
  padding: 5px 12px;
  box-sizing: content-box;
}

#discount-method-show > div .tip1.tips-btn:hover + .tips-content, #discount-method-show > div .tip1.tips-content:hover {
  transition: all 0.5s !important;
  opacity: 1;
  z-index: 99;
  cursor: pointer;
}

#discount-method-show[value='2'] #orderfirst {
  display: block;
}

#discount-method-show[value='4'] #roleSecond {
  display: block;
}

#discount-method-show[value='1'] #rolefirst {
  display: block;
}

#discount-method-show[value='0'] #coupon {
  display: block;
}

.font-bold {
  font-weight: 700;
  padding: 5px 0;
}

.to-lingquan {
  border: 1px solid #008ddd;
  width: 74px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background: #008ddd;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 11px;
}

.SelectCoupon::before {
  display: none;
}

.text-red {
  color: red;
}

#coupon[neednorebate='false'], #coupon:not([neednorebate]) {
  padding-top: 23px;
}

#coupon[neednorebate='false'] .tip, #coupon:not([neednorebate]) .tip {
  display: none;
}

#coupon[neednorebate='false'] .to-coupon-tag, #coupon:not([neednorebate]) .to-coupon-tag {
  top: 32px !important;
}

#coupon.hide-canuse-num [toindex="3"] {
  width: 280px !important;
}

#coupon.hide-canuse-num .to-coupon-tag {
  right: 142px !important;
}

#coupon.hide-canuse-num #canuse-num-outside {
  display: none !important;
}
