/*** 

====================================================================
	                                                                自定义样式
====================================================================

***/

/*  模块标题文案  */
.section-title {
  position: relative;
  font-weight: 500;
  color: #333333;
  user-select: none;
  z-index: 999;
}

.image-box-zi {}

.lavenderIcon {
  width: 15%;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%);
}

.lavenderText {
  width: 100%;
  padding: 35px;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%);
  font-size: 14px;
  color: #6c35e9;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
}

.lavenderText span:nth-child(3) {
  margin-top: 10px;
  color: #7a40f4;
  font-weight: lighter;
  font-size: 12px;
}

.section-title-voting-icon {
  position: absolute;
  top: 25%;
  right: 29%;
  transform: translate(-50%, -50%);
}

.section-title:before {
  content: "";
  position: absolute;
  left: 50%;
  /* 将伪元素的左边界置于容器的水平中心 */
  transform: translate(-50%, -50%);
  /* 使用transform属性将伪元素居中 */
  border-bottom: 3px solid #333333;
}

.section-chiltitle:before {
  border-bottom: 0px solid #333333 !important;
}

.section-chiltitle {
  font-size: 24px !important;
}

.section-title-time {
  margin-top: 120px;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 33px;
  user-select: none;
}

/*  模块介绍文案  */
.section-text {
  font-weight: 400;
  color: #595757;
  user-select: none;
}

/*  模块查看更多按钮  */
.section-more-but {
  display: block;
  margin: 20px auto 0;
  width: 155px;
  height: 40px;
  color: #ffffff;
  background: #1b71ec;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  user-select: none;
  cursor: pointer;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.section-more-but:hover {
  color: #ffffff;
  background: #4f96fa;
}

.section-more-but-m {
  margin-top: 40px;
}

/* =============================== 案例流程 =============================== */
.ProcessboxImg {
  width: 25%;
  background-image: url(../images/qs-voting/processBox.png);
  background-size: 100% 100%;
  padding: 10px 20px;
  margin-bottom: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.pcFlex {
  display: flex;
}

.PC_box {
  width: 25%;
  background-image: url("../images/qs-voting/procedureColumnBJ.png");
  background-size: 100% 100%;
  padding: 20px;
  height: 290px;
  overflow: hidden;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

::-webkit-scrollbar {
  display: none;
}

.largeScreenImage-box {
  width: 75%;
  height: 290px;
}

.pc-nav-item {
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  display: flex;
  justify-content: space-between;
}

.pc-nav-item-icon {
  width: 12%;
  text-align: center;
  margin-top: 10px;
}

.title-box {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pc-title-box {
  color: #fff;
  width: 100%;
  height: 45px;
  text-align: center;
  position: relative;
  background-image: url(../images/qs-voting/Kpurple.png);
  background-size: 100% 100%;
}

.pc-title-Actbox {
  color: #6523e1;
  font-weight: bold;
  width: 100%;
  height: 45px;
  text-align: center;
  position: relative;
  background-image: url(../images/qs-voting/Kgreen.png);
  background-size: 100% 100%;
}

.pc-title {
  position: absolute;
  font-size: 12px;
  width: 100%;
  padding: 0px 10px;
  line-height: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.pc-arrow {
  width: 30px;
}

.TP-advantages-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 20px;
  color: #7A40F4;
}

.TP-system-advantages-icon {
  width: 12%;
}

.largeScreenImage {
  height: 100%;
}

/* ============================================================== */
/*当屏幕尺寸小于760px时*/
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 54px;
    font-size: 26px;
    line-height: 36px;
  }

  .section-title:before {
    bottom: -10px;
    width: 48px;
  }

  /*  模块介绍文案  */
  .section-text {
    margin-top: -20px;
    font-size: 14px;
    line-height: 20px;
  }

  .ProcessboxImg {
    width: 80%;
  }

  .pcFlex {
    display: flex;
    flex-direction: column;
  }

  .PC_box {
    width: 100%;
    height: auto;
    /* overflow: hidden; */
    /* overflow-y: scroll; */
    height: 89px;
  }

  .pc-ulStyle {
    width: 100%;
    /* display: flex; */

  }

  .largeScreenImage-box {
    width: 100%;
    height: auto;
  }

  .pc-nav-item {
    width: 100%;
  }

  .largeScreenImage {
    height: auto;
  }
}

/*当屏幕尺寸大于768px时*/
@media (min-width: 768px) {
  .section-title {
    margin-bottom: 54px;
    font-size: 34px;
    line-height: 48px;
  }

  .section-title:before {
    bottom: -12px;
    width: 62px;
  }

  .section-title-voting:before {
    width: 220px !important;
    border-bottom: 3px solid #7a40f4;
  }

  /*  模块介绍文案  */
  .section-text {
    margin-top: -20px;
    font-size: 14px;
    line-height: 20px;
  }

  .section-title-voting-icon {
    width: 50px;
  }
}

/*当屏幕尺寸大于1200px时*/
@media (min-width: 1200px) {
  .section-title {
    margin-bottom: 54px;
    font-size: 34px;
    line-height: 48px;
  }

  .section-title:before {
    bottom: -12px;
    width: 62px;
  }

  .section-title-voting:before {
    width: 220px !important;
    border-bottom: 3px solid #7a40f4;
  }

  /*  模块介绍文案  */
  .section-text {
    margin-top: -20px;
    font-size: 14px;
    line-height: 20px;
  }

  .section-title-voting-icon {}
}