.pc_container .nav .nav-list ul li a {
  color: #272636;
}
.pc_container .nav .nav-list ul li.active::after,
.pc_container .nav .nav-list ul li:hover::after {
  background: #272636;
}
.pc_container .nav .nav-list ul .nav-line {
  background: #272636;
}
.pc_container .main .sec1 {
  position: relative;
  z-index: -1;
  height: 654px;
}
.pc_container .main .sec1 .slogan {
  width: 1070.43px;
  height: 210px;
}
.pc_container .main .sec2 {
  height: 600px;
}
.pc_container .main .sec2 .content {
  width: 1300px;
  margin-top: -92px;
  padding: 90px 0;
  background: var(--white);
  border-radius: 20px;
  box-shadow: 0px 0px 40px 0px rgba(20, 32, 28, 0.1);
}
.pc_container .main .sec2 .content .title {
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
  color: #242629;
}
.pc_container .main .sec2 .content .ewm {
  width: 180px;
  height: 180px;
  margin-top: 40px;
}
.pc_container .main .sec2 .content .desc {
  margin-top: 20px;
  font-size: 20px;
  line-height: 20px;
  color: #242629;
}
.pc_container .footer {
  padding: 60px 0;
}
.pc_container .footer p {
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
  color: #535353;
}
.m_container {
  padding: 0;
}
.m_container .out_header {
  box-sizing: border-box;
  margin-top: 0;
  padding: 0.43rem 0.48rem;
  background-color: #23c993;
}
.m_container .banner {
  width: 100%;
  height: 3.41rem;
}

.m_container .box .apply_title {
  margin-top: 0.53rem;
  font-size: 0.43rem;
  font-weight: bold;
  line-height: 0.43rem;
  color: #242629;
}

.m_container .box .apply_process {
  margin: 0.43rem 1.87rem 0;
}

.m_container .box .apply_process .step {
  flex-shrink: 0;
}

.m_container .box .apply_process .step .icon {
  width: 0.85rem;
  height: 0.85rem;
  font-size: 0.43rem;
  font-weight: bold;
  color: var(--white);
}

.m_container .box .apply_process .line {
  flex: 1;
  height: 0.05rem;
  background: #f6f6f6;
}

.m_container .box .apply_desc {
  margin-top: 0.19rem;
  font-size: 0.32rem;
  font-weight: 500;
  line-height: 0.32rem;
  color: #424242;
}

.m_container .box .apply_form .swiper-slide {
  box-sizing: border-box;
  padding: 0.69rem 0.43rem 0.91rem;
}

.m_container .box .apply_form .form_item {
  margin-bottom: 0.48rem;
}

.m_container .box .apply_form .form_item .label {
  position: relative;
  height: 0.37rem;
  margin-bottom: 0.32rem;
  font-size: 0.37rem;
  font-weight: bold;
  line-height: 0.37rem;
  color: #242629;
}

.m_container .box .apply_form .form_item .label .red {
  margin-right: 0.1rem;
  color: #ff3d3d;
}

.m_container .box .apply_form .input_box {
  width: 100%;
  height: 1.17rem;
  box-sizing: border-box;
  padding: 0 0.37rem;
  background: #f9fbfa;
  border: 1px solid transparent;
  border-radius: 0.16rem;
  outline: none;
  font-size: 0.37rem;
  color: #333;
  vertical-align: top;
  transition: all 0.3s;
}

.m_container .box .apply_form .input_box::placeholder {
  color: #424242;
}

.m_container .box .apply_form .input_box .input_select {
  width: 100%;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  font-size: 0.34rem;
  color: #333;
}

.m_container .box .apply_form .input_box .arrow {
  width: 0.19rem;
  height: 0.19rem;
  transform: rotate(45deg);
  border-top: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
}

.m_container .box .apply_form .textarea_box {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0.39rem 0.48rem;
  background: #fbfbfb;
  border: 1px solid transparent;
  border-radius: 0.1rem;
  transition: all 0.3s;
}

.m_container .box .apply_form .textarea_box .textarea {
  width: 100%;
  height: 2.9rem;
  background: transparent;
  border: none;
  outline: none;
  font-size: 0.34rem;
  line-height: 1.5;
  color: #333;
  resize: none;
}

.m_container .box .apply_form .textarea_box .word_count {
  position: absolute;
  right: 0.48rem;
  bottom: 0.39rem;
  font-size: 0.29rem;
  color: #666666;
}

.m_container .box .apply_form .btn_box {
  margin-top: 0.97rem;
}

.m_container .box .apply_form .btn_box .btn {
  width: 100%;
  height: 1.17rem;
  background: #23c993;
  border-radius: 1.17rem;
  font-size: 0.39rem;
  font-weight: bold;
  color: var(--white);
}

/* 错误校验样式 */
.m_container .box .apply_form .form_item.error .input_box,
.m_container .box .apply_form .form_item.error .textarea_box {
  background: #ffffff;
  border: 1px solid #ff4747;
  color: #ff4747;
}

.m_container .box .apply_form .form_item.error .input_box::placeholder,
.m_container .box .apply_form .form_item.error .input_box .input_select::placeholder {
  color: #ff4747;
}

.m_container .box .apply_form .form_item.error .input_box .input_select {
  color: #ff4747;
}

.m_container .box .apply_form .form_item .label::after {
  content: attr(data-error);
  position: absolute;
  top: 0;
  right: 0;
  font-weight: normal;
  color: #ff4747;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s;
}

.m_container .box .apply_form .form_item.error .label::after {
  opacity: 1;
  transform: translateX(0);
}

/* Mobile Picker Styles */
.picker-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.6);
}

.picker-mask.show {
  visibility: visible;
  opacity: 1;
}

.picker-panel {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  transition: transform 0.3s;
  background: var(--white);
  border-radius: 0.53rem 0.53rem 0 0;
}

.picker-mask.show .picker-panel {
  transform: translateY(0);
}

.picker-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1.3rem;
  padding: 0 0.69rem;
  border-bottom: 0.03rem solid #f9fbfa;
  font-size: 0.43rem;
}

.picker-confirm,
.picker-cancel {
  color: #23c993;
}

.picker-title {
  font-weight: bold;
  color: #242629;
}

.picker-content {
  position: relative;
  display: flex;
  height: 6rem;
  overflow: hidden;
  background: var(--white);
}

.picker-content {
  position: relative;
  display: flex;
  height: 6rem; /* 5 * 1.2rem */
  overflow: hidden;
  background: var(--white);
  /* 遮罩效果：中间亮，上下暗 */
  -webkit-mask-box-image: linear-gradient(
    to bottom,
    transparent,
    transparent 5%,
    white 20%,
    white 80%,
    transparent 95%,
    transparent
  );
}

.picker-wheel {
  /* Swiper 需要相对定位 */
  position: relative;
  flex: 1;
  height: 100%;
  overflow: hidden;
}

/* Swiper slide 样式覆写 */
.picker-wheel .swiper-slide {
  /* 解决 flex 布局下 swiper 可能的问题 */
  /* 如果用 flex 居中，text-overflow 可能会失效，改为 block 即可 */
  display: block;
  width: 100%; /* 确保撑满列宽 */
  height: 1.2rem;
  box-sizing: border-box;
  padding: 0 0.1rem; /* 左右留白，防止紧贴边缘 */

  /* 文本溢出处理 - 关键 */
  overflow: hidden;

  /* 默认透明度或样式 */
  opacity: 0.6;
  transition: all 0.3s;
  text-align: center;
  font-size: 0.4rem;
  line-height: 1.2rem;
  white-space: nowrap;
  color: #999;
  text-overflow: ellipsis;
}

/* 选中项高亮：Swiper 会自动添加 swiper-slide-active */
.picker-wheel .swiper-slide-active {
  opacity: 1;
  /* transform: scale(1.1); */
  /* 还可以加点放大效果 */
  font-size: 0.45rem;
  font-weight: bold;
  color: #333;
}

.picker-highlight {
  position: absolute;
  top: 2.4rem; /* 第三项位置 */
  left: 0;
  z-index: -1;
  width: calc(100% - 0.86rem);
  height: 1.17rem;
  margin: 0 0.43rem;
  background: #f9fbfa;
  border-radius: 0.16rem;
  pointer-events: none;
}
