* {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
.y-wrap {
  background: #000;
  padding-bottom: 1.6875rem;
  font-family: STheiti SC, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.y-wrap .banner img {
  width: 100%;
  height: auto;
}
.y-wrap > .title {
  color: #efefef;
  font-size: 1.125rem;
  text-align: center;
  font-weight: bold;
}
.y-wrap .padding {
  padding: 0 1rem;
}
.y-wrap .cnt-list li {
  margin-top: 0.9375rem;
  margin-bottom: 20px;
  position: relative;
}
.y-wrap .cnt-list li .i-title {
  color: #fff;
  font-size: 0.84918478rem;
  margin-bottom: 0.5625rem !important;
}
.y-wrap .cnt-list li .i-title i {
  font-size: 1rem;
  color: #e6322e;
}
.y-wrap .cnt-list li .input {
  position: relative;
}
.y-wrap .cnt-list li .input .input-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* 放在禁用输入元素之上 */
  background: transparent;
  /* 透明背景 */
}
.y-wrap .cnt-list li .input.otherHy,
.y-wrap .cnt-list li .input.otherZw {
  display: none;
  margin-top: 0.5625rem !important;
}
.y-wrap .cnt-list li input {
  height: 2.75rem;
  font-size: 0.875rem;
  line-height: inherit !important;
  caret-color: #ac0807;
  background-color: #ffffff;
  border-color: #e0e0e0;
  color: #000000;
  border: 0.0625rem solid #eee;
  outline: none;
  margin: 0;
  padding-left: 8px;
  padding-right: 36px;
  outline-width: 0;
  outline-style: none;
  outline-color: transparent;
  box-shadow: none;
  text-shadow: none;
  user-select: text;
  -webkit-appearance: none;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0.50625rem;
}
.y-wrap .cnt-list li textarea {
  width: 100%;
  font-size: 0.875rem;
  height: 6rem;
  line-height: 1.2rem !important;
  caret-color: #ac0807;
  background-color: #ffffff;
  border-color: #e0e0e0;
  color: #000000;
  border: 0.0625rem solid #eee;
  outline: none;
  margin: 0;
  padding: 12px 8px;
  box-sizing: border-box;
  border-radius: 0.50625rem;
  font-family: STheiti SC, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.y-wrap .cnt-list li img {
  position: absolute;
  right: 16px;
  width: 16px;
  height: 16px;
  bottom: calc(1.375rem - 8px);
}
.y-wrap .phone-agrement-container {
  display: flex;
  align-items: center;
}
.y-wrap .phone-agrement-container input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #cccccc;
  margin: 0 10px 0 0;
  vertical-align: middle;
  border-radius: 50%!important;
  position: relative;
}
.y-wrap .phone-agrement-container input[type="checkbox"]:checked::before {
  content: "\2713";
  color: white;
  background-color: #ac0807;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  left: -1px;
}
.y-wrap .phone-agrement-container .phone-agrement-text {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #fff;
}
.y-wrap .phone-agrement-container .phone-agrement-label-modal {
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  text-decoration: none;
}
.y-wrap .submit-control {
  margin-top: 0.65625rem;
  padding-top: 0.0625rem;
  padding-bottom: 0.0625rem;
  margin-bottom: -0.0625rem;
}
.y-wrap .submit-control .template-enhance-animation {
  border-radius: 1.5rem;
  animation: 3s ease 0s infinite normal none running templateEnlargeShrink;
  overflow: hidden;
  transform: translateZ(0px);
}
.y-wrap .submit-control .template-enhance-animation button {
  width: 100%;
  height: 2.75rem;
  line-height: 2.75rem;
  background-color: #fdf5c6;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  border-radius: 1.5rem;
  font-size: 17px;
  font-weight: bold;
  color: #000;
  border: none;
  box-shadow: 0 -0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.05);
}
.y-wrap .submit-control .template-enhance-animation-light {
  position: absolute;
  top: 0px;
  width: 6.1625rem;
  height: 2.8125rem;
  background-image: url("https://fe-resource.cdn.bcebos.com/mip/fengming/form/light_animate.png");
  background-size: 6.1625rem 2.8125rem;
  animation: 3s linear 0s infinite normal forwards running templateSearchLights;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  perspective: 1000px;
  transform: translateZ(0px);
}
@keyframes templateEnlargeShrink {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
  }
  33% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
  }
  66% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
  }
}
@keyframes templateSearchLights {
  0% {
    transform: translate(-5.66123188rem);
    -webkit-transform: translate(-5.66123188rem);
    opacity: 0;
  }
  66% {
    transform: translate(-5.66123188rem);
    -webkit-transform: translate(-5.66123188rem);
    opacity: 1;
  }
  100% {
    transform: translate(24.90942029rem);
    -webkit-transform: translate(24.90942029rem);
  }
}
.y-wrap .pop-box {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  transition: all 0.5s;
  display: none;
}
.y-wrap .pop-box .mask {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.y-wrap .pop-box .mask_content {
  position: relative;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: end;
  display: none;
}
.y-wrap .pop-box .mask_content .list {
  z-index: 3;
  max-height: 11.9375rem !important;
  overflow: scroll;
  background: #fff;
  border-radius: 1.26875rem 1.26875rem 0 0;
}
.y-wrap .pop-box .mask_content .list label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.0625rem;
  height: 3rem;
  border-bottom: 1px solid #e1e1e1;
  font-size: 0.95625rem;
  /* 设置未选中样式 */
  /* 设置选中样式 */
}
.y-wrap .pop-box .mask_content .list label:last-child {
  border-bottom: none;
}
.y-wrap .pop-box .mask_content .list label.active {
  color: #ac0807;
}
.y-wrap .pop-box .mask_content .list label input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: white;
  border: 1px solid #ccc;
  margin: 0 10px 0 0;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  border-radius: 3px;
}
.y-wrap .pop-box .mask_content .list label input[type="radio"]:checked::before {
  content: "\2713";
  font-size: 16px;
  color: white;
  background-color: #ac0807;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  position: absolute;
  left: -1px;
  top: -1px;
}
.y-wrap .pop-box .mask_content .submit {
  z-index: 3;
  border: none;
  border-top: 0.5rem solid #f5f5f5;
  height: 3.5rem;
  line-height: 3.5rem;
  width: 100%;
  text-align: center;
  background: #fff;
  font-size: 1.0625rem;
}
.footer-container {
  height: 1.01902174rem;
  line-height: 1.01902174rem;
  text-align: center;
  font-weight: normal;
  font-family: PingFangSC-Regular;
  font-size: 0.67934783rem;
  color: #858585;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background: #fafafa;
  padding: 0.84918478rem 0.32080314rem;
}
/* 隐私政策弹窗 */
.phone-agrement-content-normal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  display: none;
}
.phone-agrement-content-normal .phone-agrement-content {
  background: #fff;
  border-radius: 13px;
  padding: 17px 15px 20px;
  width: 73%;
  height: max-content;
  margin-top: 40%;
  z-index: 9;
}
.phone-agrement-content-normal .phone-agrement-content .title {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  position: relative;
  text-align: center;
  margin-bottom: 8px;
}
.phone-agrement-content-normal .phone-agrement-content .title img {
  position: absolute;
  right: 0;
  width: 13px;
  height: 13px;
  top: 0;
}
.phone-agrement-content-normal .phone-agrement-content .phone-agrement-content-info {
  white-space: normal;
  word-break: break-all;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #555;
}
.phone-agrement-content-normal .phone-agrement-content .phone-agrement-content-info a {
  position: relative;
  left: -0.3125rem;
  color: #405b95;
  text-decoration: none;
  list-style: none;
}
/*提示样式*/
.prompt {
  position: fixed;
  left: 0;
  bottom: 50%;
  width: 100%;
  text-align: center;
  display: none;
}
.prompt div {
  color: #fff;
  font-size: 0.875rem;
  padding: 0.74rem 0.96rem;
  background: rgba(31, 31, 31, 0.95);
  border-radius: 0.68rem;
  max-width: 14rem;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.95);
}
