section .zx {
  position: relative;
  width: 15.64rem;
  height: 1.91rem;
  line-height: 1.91rem;
  border: 0.05rem solid #7568fe;
  border-radius: 1.91rem;
  display: flex;
}
section .zx i {
  font-size: 1.09rem;
  background-image: linear-gradient(90deg, #7568fe 0%, #ee69a4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 0.4rem;
  padding-left: 0.68rem;
}
section .zx span {
  font-size: 0.91rem;
  background-image: linear-gradient(90deg, #7568fe 0%, #ee69a4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section .zx em {
  position: absolute;
  right: -0.05rem;
  top: 0rem;
  text-align: center;
  color: #fff;
  width: 5.91rem;
  height: 1.82rem;
  line-height: 1.82rem;
  border-radius: 1.91rem;
  background-image: linear-gradient(90deg, #7568fe 0%, #ee69a4 100%), linear-gradient(#eb3867, #eb3867);
}
section .now_zx {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  padding: 0.3rem 0.8rem;
  border-radius: 0.91rem;
  color: #333;
  border: 1px solid #f8485e;
}
section .now_zx::after {
  width: 0;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 1.05rem;
  background-color: #f8485e;
  transition: 0.3s linear;
}
section .now_zx:hover {
  color: #fff;
}
section .now_zx:hover::after {
  width: 100%;
}
section .question_title {
  text-align: center;
  margin-top: 3.64rem;
  margin-bottom: 1.82rem;
}
section .question_title h1 span {
  background-image: linear-gradient(90deg, #7568fe 0%, #b080d0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.64rem;
  line-height: 1.6;
}
section .question_title h1 span i {
  color: #000000;
  font-style: normal;
  font-size: 1.82rem;
}
section .question_title p {
  font-size: 0.91rem;
  color: #333;
  margin-top: 0.91rem;
}
section .ts {
  margin-top: 1.82rem;
}
section .ts .single .main_center {
  display: flex;
}
section .ts .single .main_center .l {
  width: 50%;
  height: 18.18rem;
  padding-top: 4.55rem;
}
section .ts .single .main_center .l h2 {
  font-size: 1.09rem;
  background-image: linear-gradient(90deg, #7568fe 0%, #b080d0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section .ts .single .main_center .l .find {
  margin-top: 0.91rem;
  margin-bottom: 1.82rem;
  font-size: 0.82rem;
  color: #333;
}
section .ts .single .main_center .l p {
  line-height: 1.8;
  margin-bottom: 1.82rem;
  color: #7f7f7f;
}
section .ts .single .main_center .r {
  width: 48%;
  margin-left: 2%;
  height: 18.18rem;
  background-color: #f0f0f0;
}
section .ts .single .main_center .r img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
section .ts .question .que_wrapper {
  display: flex;
  flex-wrap: wrap;
}
section .ts .question .que_wrapper .item {
  transition: all 0.5s;
  width: 32%;
  margin-right: 2%;
  padding: 1.36rem 0.91rem;
  margin-bottom: 0.91rem;
  border: 1px solid #f0f0f0;
  text-align: center;
}
section .ts .question .que_wrapper .item:nth-child(3n) {
  margin-right: 0;
}
section .ts .question .que_wrapper .item .pic {
  width: 5.45rem;
  height: 5.45rem;
  border-radius: 50%;
  background-color: #f0f0f0;
  margin: 0 auto;
}
section .ts .question .que_wrapper .item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
section .ts .question .que_wrapper .item h2 {
  font-size: 0.82rem;
  color: #333;
  margin: 1.36rem 0 0.68rem;
}
section .ts .question .que_wrapper .item p {
  color: #333;
}
section .ts .question .que_wrapper .item .zixun {
  text-align: center;
}
section .ts .question .que_wrapper .item:hover {
  transition: all 0.5s;
  box-shadow: 0 0.36rem 0.73rem 0 rgba(0, 0, 0, 0.1);
}
section .ts .question .que_wrapper .item:hover .now_zx {
  color: #fff;
}
section .ts .question .que_wrapper .item:hover .now_zx::after {
  width: 100%;
}
section .ts .solve {
  display: flex;
  align-items: center;
  margin: 1.82rem auto;
}
section .ts .solve .l {
  width: 30%;
  height: 18.18rem;
  background: url(../images/zj_back.png) no-repeat center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section .ts .solve .l h2 {
  font-size: 1.09rem;
  color: #333;
  line-height: 1.6;
}
section .ts .solve .l .now_zx {
  background-color: #f8485e;
  color: #fff;
}
section .ts .solve .r {
  width: 67%;
  margin-left: 3%;
  display: flex;
  flex-wrap: wrap;
}
section .ts .solve .r .item {
  width: 48%;
  margin-right: 4%;
  display: flex;
  align-items: center;
  height: 9.09rem;
  padding: 0.91rem;
  transition: all 1s;
}
section .ts .solve .r .item:nth-child(2n) {
  margin-right: 0;
}
section .ts .solve .r .item .il i {
  font-size: 1.36rem;
  background-image: linear-gradient(90deg, #7568fe 0%, #ee69a4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section .ts .solve .r .item .ir {
  margin-left: 0.91rem;
}
section .ts .solve .r .item .ir h3 {
  font-size: 0.82rem;
  color: #333;
  margin-bottom: 0.91rem;
  line-height: 1.6;
}
section .ts .solve .r .item .ir p {
  line-height: 1.6;
}
section .ts .solve .r .item:hover {
  transition: all 1s;
  box-shadow: 0 0.36rem 0.73rem 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  section {
    margin-top: 50px;
  }
  section .question_title {
    margin-top: 0.64rem;
  }
  section .ts {
    margin-top: 0;
  }
  section .ts .single .main_center .l {
    width: 100%;
    padding-top: 0;
  }
  section .ts .single .main_center .r {
    display: none;
  }
  section .ts .question .que_wrapper .item {
    width: 49%;
    margin-right: 2%;
  }
  section .ts .question .que_wrapper .item:nth-child(3n) {
    margin-right: 2%;
  }
  section .ts .question .que_wrapper .item:nth-child(2n) {
    margin-right: 0;
  }
  section .ts .solve {
    flex-direction: column;
  }
  section .ts .solve .l {
    width: 100%;
    height: 120px;
  }
  section .ts .solve .r {
    width: 100%;
    margin-left: 0;
  }
  section .ts .solve .r .item {
    height: 11.09rem;
  }
}
