.banner {
  width: 100%;
  height: 41vw;
  background-image: url(res/images/banner.jpg);
  background-size: 100%;
  display: block;
  margin-top: 180px;
  float: left;
  position: relative;
}
.banner dl {
  position: absolute;
  width: 37.5vw;
  height: 16vw;
  display: block;
  top: 10.88vw;
  left: 10.5vw;
}
.banner dl dt {
  font-size: 3.96vw;
  line-height: 5.78vw;
  letter-spacing: 0vw;
  color: #ad74c6;
  font-weight: bold;
}
.banner dl dd {
  width: 36.96vw;
  height: 3.33vw;
  background-color: #ad74c6;
  border-radius: 0.52vw;
  font-size: 1.92vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 3.33vw;
  text-align: center;
  letter-spacing: 0vw;
  color: #ffffff;
  margin-top: 1.5vw;
}
.banner dl p {
  font-size: 2vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0vw;
  color: #50569e;
  font-size: 1.36vw;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0vw;
  color: #5b5050;
  margin-top: 1.67vw;
}

.jianjie {
  width: 100%;
  height: 78.34vw;
  background-color: #eddbf5;
  display: block;
  float: left;
  position: relative;
}
.jianjie .info {
  width: 78.76vw;
  height: 27.59vw;
  background-color: #ffffff;
  border-radius: 1.51vw;
  border: solid 0.26vw #bb79c2;
  margin-top: -6vw;
  margin-left: 10.57vw;
  position: relative;
  background-image: url(res/images/infobg.jpg);
  background-position: top right;
  background-size: 37vw 27.59vw;
  background-repeat: no-repeat;
}
.jianjie .info dt {
  width: 50%;
  height: 100%;
  display: block;
  float: left;
}
.jianjie .info dt span {
  width: 27.64vw;
  height: 11.09vw;
  font-size: 1.1vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.49vw;
  letter-spacing: 0vw;
  color: #ad74c6;
  display: block;
  text-align: justify;
  margin-left: 7.29vw;
  margin-top: 7.7vw;
  position: relative;
}
.jianjie .info dt span::before {
  content: "";
  position: absolute;
  width: 1.87vw;
  height: 1.61vw;
  display: block;
  background-image: url(res/images/yh01.png);
  background-size: 100%;
  left: -3vw;
}
.jianjie .info dt span::after {
  content: "";
  position: absolute;
  width: 1.87vw;
  height: 1.61vw;
  display: block;
  background-image: url(res/images/yh02.png);
  background-repeat: no-repeat;
  background-size: 97%;
  bottom: -3vw;
  right: 2vw;
}
.jianjie ul {
  width: 81vw;
  height: 24.2vw;
  display: block;
  margin-top: 4.27vw;
  overflow: hidden;
  margin-left: 10.7vw;
}
.jianjie li {
  width: 25%;
  height: 24.2vw;
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
}
.jianjie li:nth-child(1) dl {
  background-image: url(res/images/zy01.png);
  background-repeat: no-repeat;
  background-size: 103%;
  position: relative;
  overflow: hidden;
  background-position-x: -0.2vw;
  background-position-y: -0.2vw;
}
.jianjie li:nth-child(2) dl {
  background-image: url(res/images/zy02.png);
  background-repeat: no-repeat;
  background-size: 103%;
  position: relative;
  overflow: hidden;
  background-position-x: -0.2vw;
  background-position-y: -0.2vw;
}
.jianjie li:nth-child(3) dl {
  background-image: url(res/images/zy03.png);
  background-repeat: no-repeat;
  background-size: 103%;
  position: relative;
  overflow: hidden;
  background-position-x: -0.2vw;
  background-position-y: -0.2vw;
}
.jianjie li:nth-child(4) dl {
  background-image: url(res/images/zy04.png);
  background-repeat: no-repeat;
  background-size: 103%;
  position: relative;
  overflow: hidden;
  background-position-x: -0.2vw;
  background-position-y: -0.2vw;
}
.jianjie li dl {
  width: 18.27vw;
  height: 23.06vw;
  border-radius: 1.25vw;
  border: solid 0.21vw #bb79c3;
  position: relative;
  overflow: hidden;
}
.jianjie li dl dt {
  width: 18.73vw;
  height: 4.5vw;
  display: block;
  overflow: hidden;
  background-color: #dcc1e8;
  text-align: center;
  font-size: 1.45vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 4.5vw;
  letter-spacing: 0.03vw;
  color: #5b5050;
}
.jianjie li dl dt img {
  width: 100%;
  transform: scale(1);
  transition: all 0.3s ease;
}
.jianjie li:hover dl dt img {
  transform: scale(1.05);
  transition: all 0.3s ease;
}
.jianjie li dl dd {
  width: 19.73vw;
  height: 18.12vw;
  display: block;
  position: relative;
}
.jianjie li dl dd span {
  font-size: 1.15vw;
  line-height: 2.12vw;
  padding: 3.5vw 2.38vw 2vw 2.38vw;
  color: #ffffff;
  display: block;
}
.jianjie li:hover dl dd::after {
  content: "";
  width: 13.17vw;
  height: 0.57vw;
  position: absolute;
  bottom: 0;
  background-color: #ffffff;
  left: 18%;
}
.infotext {
  width: 100%;
  display: block;
  margin-left: 10.72vw;
}
.infotext dt {
  font-size: 2.71vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.71vw;
  letter-spacing: 0.05vw;
  margin-top: 5.67vw;
  color: #5b5050;
}
.infotext dd {
  width: 78.24vw;
  height: 10.2vw;
  font-size: 1.36vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0vw;
  margin-top: 2vw;
  color: #5b5050;
}
.zaoying1 {
  width: 100%;
  display: block;
  float: left;
  background-color: #fff;
}
.zaoying1 .title {
  /* margin-left: 10.7vw; */
}
.zaoying1 .title dt {
  font-size: 2.71vw;
  line-height: 1;
  letter-spacing: 0.05vw;
  color: #5b5050;
  margin-top: 4.37vw;
}
.zaoying1 .title dd {
  font-size: 1.36vw;
  line-height: 1;
  letter-spacing: 0vw;
  color: #5b5050;
  margin-top: 1.7vw;
}
.fatitle {
  width: 46vw;
  height: 4.86vw;
  display: block;
  position: relative;
  float: left;
  margin-left: 28.84vw;
  margin-top: 9vw;
}
.fatitle > dt {
  font-size: 3.12vw;
  line-height: 1;
  letter-spacing: 0.06vw;
  color: #5b5050;
  display: block;
  font-weight: bold;
  float: left;
  margin-top: 1vw;
  position: relative;
}
.fatitle > dt::before {
  content: "旧方案";
  width: 6.25vw;
  height: 2.65vw;
  position: absolute;
  font-size: 1.61vw;
  line-height: 2vw;
  letter-spacing: 0vw;
  color: #ffffff;
  background-image: url(res/images/zytitle01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
  right: 0;
  top: -3vw;
}
.fatitle > dd {
  display: block;
  float: left;
  margin: 0 0.5vw;
}
.fatitle > dd img {
  width: 4.48vw;
  height: 4.48vw;
}
.fatitle > dt:nth-child(3) {
  font-size: 3.12vw;
  line-height: 1;
  letter-spacing: 0.06vw;
  color: #ad74c6;
  font-weight: bold;
  display: block;
  float: left;
}
.fatitle > dt:nth-child(3)::before {
  background-image: url(res/images/zytitle02.png);
}
.zaoying1 .list {
  width: 78.76vw;
  height: 33vw;
  display: block;
  margin-left: 10.3vw;
  position: relative;
  float: left;
  margin-top: 2vw;
}
.zaoying1 .list dt {
  width: 36.65vw;
  height: 31.75vw;
  background-color: #92bdbf;
  box-shadow: 0vw 0.16vw 0.91vw 0.49vw rgba(124, 174, 176, 0.24);
  border-radius: 2.03vw;
  border: solid 0.21vw #ffffff;
}
.zaoying1 .list dd {
  position: absolute;
  width: 44.98vw;
  height: 31.75vw;
  background-color: #ad74c6;
  box-shadow: 0vw 0.16vw 0.91vw 0.49vw rgba(124, 174, 176, 0.24);
  border-radius: 2.03vw;
  border: solid 0.21vw #ffffff;
  top: 0;
  right: 0;
}
.zaoying1 .list::after {
  content: "";
  width: 13.9vw;
  height: 11.87vw;
  position: absolute;
  background-image: url(res/images/cap.png);
  background-size: 100%;
  top: -6.5vw;
  right: 0;
}
.zaoying1 .list dt ul {
  width: 28.4vw;
  display: block;
  float: left;
  margin: 4.5vw auto auto 2.5vw;
}
.zaoying1 .list dt ul li {
  font-size: 1.56vw;
  color: #ffffff;
  line-height: 4.48vw;
  border-bottom: dashed 1px #fff;
  text-indent: 2vw;
  position: relative;
}
.zaoying1 .list dt ul li::before {
  position: absolute;
  content: "";
  width: 1.35vw;
  height: 1.2vw;
  background-image: url(res/images/zytitleicon01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  left: 0;
  top: 1.5vw;
}

.zaoying1 .list dd ul {
  width: 35vw;
  display: block;
  float: left;
  margin: 4.5vw auto auto 5vw;
}
.zaoying1 .list dd ul li {
  width: 34.77vw;
  font-size: 1.56vw;
  color: #ffffff;
  line-height: 4.48vw;
  border-bottom: dashed 1px #fff;
  text-indent: 2vw;
  position: relative;
}
.zaoying1 .list dd ul li::before {
  position: absolute;
  content: "";
  width: 1.3vw;
  height: 1.35vw;
  background-image: url(res/images/zytitleicon02.png);
  background-repeat: no-repeat;
  background-size: 97%;
  left: 0;
  top: 1.5vw;
}
.fatitle1 {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 2.71vw;
  float: left;
  margin-top: 8vw;
}
.fatitle1 dt,
.fatitle1 dd {
  display: inline-block;
}
.fatitle1 dd {
  color: #ad74c6;
  font-weight: bold;
}
.youshi {
  display: block;
  width: 100%;
  height: 37.69vw;
  background-color: #d2eaeb;
  float: left;
  margin-top: 11.5vw;
}
.youshi ul {
  width: 82vw;
  display: block;
  float: left;
  margin-left: 10.3vw;
  margin-top: -12vw;
}
.youshi ul li {
  width: 25%;
  display: block;
  float: left;
  margin-top: 3.9vw;
}
.youshi ul li dl {
  width: 17.33vw;
  height: 18.01vw;
  background-color: #ffffff;
  box-shadow: 0vw 0.16vw 0.91vw 0.49vw rgba(146, 164, 165, 0.24);
  border-radius: 1.15vw;
}
/* 第1项（原代码保留） */
.youshi ul li:nth-child(1) dl dt {
  width: 100%;
  height: 11.15vw;
  display: block;
  float: left;
  background-image: url(res/images/ys01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20%;
  position: relative;
  background-position-y: 3.5vw;
}
.youshi ul li:nth-child(1) dl dt::before {
  content: "1";
  width: 1.3vw;
  height: 1.3vw;
  background-color: #ffffff;
  border: solid 0.1vw #ad74c6;
  text-align: center;
  line-height: 1.3vw;
  font-size: 1.14vw;
  color: #ad74c6;
  border-radius: 0.75vw;
  position: absolute;
  margin: 3.5vw auto auto 5vw;
}
.youshi ul li:nth-child(1) dl dt span {
  position: absolute;
  font-size: 1.67vw;
  line-height: 4.89vw;
  letter-spacing: 0.03vw;
  color: #ad74c6;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.youshi ul li:nth-child(1) dl dd {
  width: 13.79vw;
  height: 4.74vw;
  font-size: 1.15vw;
  line-height: 1.58vw;
  letter-spacing: 0vw;
  color: #717072;
  margin-left: 1.8vw;
  text-align: justify;
}

/* 第2项 */
.youshi ul li:nth-child(2) dl dt {
  width: 100%;
  height: 11.15vw;
  display: block;
  float: left;
  background-image: url(res/images/ys02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20%;
  position: relative;
  background-position-y: 3.5vw;
}
.youshi ul li:nth-child(2) dl dt::before {
  content: "2";
  width: 1.3vw;
  height: 1.3vw;
  background-color: #ffffff;
  border: solid 0.1vw #ad74c6;
  text-align: center;
  line-height: 1.3vw;
  font-size: 1.14vw;
  color: #ad74c6;
  border-radius: 0.65vw;
  position: absolute;
  margin: 3.5vw auto auto 5vw;
}
.youshi ul li:nth-child(2) dl dt span {
  position: absolute;
  font-size: 1.67vw;
  line-height: 4.89vw;
  letter-spacing: 0.03vw;
  color: #ad74c6;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.youshi ul li:nth-child(2) dl dd {
  width: 13.79vw;
  height: 4.74vw;
  font-size: 1.15vw;
  line-height: 1.58vw;
  letter-spacing: 0vw;
  color: #717072;
  margin-left: 1.8vw;
  text-align: justify;
}

/* 第3项 */
.youshi ul li:nth-child(3) dl dt {
  width: 100%;
  height: 11.15vw;
  display: block;
  float: left;
  background-image: url(res/images/ys03.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20%;
  position: relative;
  background-position-y: 3.5vw;
}
.youshi ul li:nth-child(3) dl dt::before {
  content: "3";
  width: 1.3vw;
  height: 1.3vw;
  background-color: #ffffff;
  border: solid 0.1vw #ad74c6;
  text-align: center;
  line-height: 1.25vw;
  font-size: 1.14vw;
  color: #ad74c6;
  border-radius: 0.65vw;
  position: absolute;
  margin: 3.5vw auto auto 5vw;
}
.youshi ul li:nth-child(3) dl dt span {
  position: absolute;
  font-size: 1.67vw;
  line-height: 4.89vw;
  letter-spacing: 0.03vw;
  color: #ad74c6;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.youshi ul li:nth-child(3) dl dd {
  width: 13.79vw;
  height: 4.74vw;
  font-size: 1.15vw;
  line-height: 1.58vw;
  letter-spacing: 0vw;
  color: #717072;
  margin-left: 1.8vw;
  text-align: justify;
}

/* 第4项 */
.youshi ul li:nth-child(4) dl dt {
  width: 100%;
  height: 11.15vw;
  display: block;
  float: left;
  background-image: url(res/images/ys04.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20%;
  position: relative;
  background-position-y: 3.5vw;
}
.youshi ul li:nth-child(4) dl dt::before {
  content: "4";
  width: 1.3vw;
  height: 1.3vw;
  background-color: #ffffff;
  border: solid 0.1vw #ad74c6;
  text-align: center;
  line-height: 1.3vw;
  font-size: 1.14vw;
  color: #ad74c6;
  border-radius: 0.65vw;
  position: absolute;
  margin: 3.5vw auto auto 5vw;
}
.youshi ul li:nth-child(4) dl dt span {
  position: absolute;
  font-size: 1.67vw;
  line-height: 4.89vw;
  letter-spacing: 0.03vw;
  color: #ad74c6;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.youshi ul li:nth-child(4) dl dd {
  width: 13.79vw;
  height: 4.74vw;
  font-size: 1.15vw;
  line-height: 1.58vw;
  letter-spacing: 0vw;
  color: #717072;
  margin-left: 1.8vw;
  text-align: justify;
}

/* 第5项 */
.youshi ul li:nth-child(5) dl dt {
  width: 100%;
  height: 11.15vw;
  display: block;
  float: left;
  background-image: url(res/images/ys05.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20%;
  position: relative;
  background-position-y: 3.5vw;
}
.youshi ul li:nth-child(5) dl dt::before {
  content: "5";
  width: 1.25vw;
  height: 1.25vw;
  background-color: #ffffff;
  border: solid 0.1vw #ad74c6;
  text-align: center;
  line-height: 1.25vw;
  font-size: 1.14vw;
  color: #ad74c6;
  border-radius: 0.625vw;
  position: absolute;
  margin: 3.5vw auto auto 5vw;
}
.youshi ul li:nth-child(5) dl dt span {
  position: absolute;
  font-size: 1.67vw;
  line-height: 4.89vw;
  letter-spacing: 0.03vw;
  color: #ad74c6;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.youshi ul li:nth-child(5) dl dd {
  width: 13.79vw;
  height: 4.74vw;
  font-size: 1.15vw;
  line-height: 1.58vw;
  letter-spacing: 0vw;
  color: #717072;
  margin-left: 1.8vw;
  text-align: justify;
}

/* 第6项 */
.youshi ul li:nth-child(6) dl dt {
  width: 100%;
  height: 11.15vw;
  display: block;
  float: left;
  background-image: url(res/images/ys06.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20%;
  position: relative;
  background-position-y: 3.5vw;
}
.youshi ul li:nth-child(6) dl dt::before {
  content: "6";
  width: 1.25vw;
  height: 1.25vw;
  background-color: #ffffff;
  border: solid 0.1vw #ad74c6;
  text-align: center;
  line-height: 1.25vw;
  font-size: 1.14vw;
  color: #ad74c6;
  border-radius: 0.625vw;
  position: absolute;
  margin: 3.5vw auto auto 5vw;
}
.youshi ul li:nth-child(6) dl dt span {
  position: absolute;
  font-size: 1.67vw;
  line-height: 4.89vw;
  letter-spacing: 0.03vw;
  color: #ad74c6;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.youshi ul li:nth-child(6) dl dd {
  width: 13.79vw;
  height: 4.74vw;
  font-size: 1.15vw;
  line-height: 1.58vw;
  letter-spacing: 0vw;
  color: #717072;
  margin-left: 1.8vw;
  text-align: justify;
}

/* 第7项 */
.youshi ul li:nth-child(7) dl dt {
  width: 100%;
  height: 11.15vw;
  display: block;
  float: left;
  background-image: url(res/images/ys07.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20%;
  position: relative;
  background-position-y: 3.5vw;
}
.youshi ul li:nth-child(7) dl dt::before {
  content: "7";
  width: 1.25vw;
  height: 1.25vw;
  background-color: #ffffff;
  border: solid 0.1vw #ad74c6;
  text-align: center;
  line-height: 1.25vw;
  font-size: 1.14vw;
  color: #ad74c6;
  border-radius: 0.625vw;
  position: absolute;
  margin: 3.5vw auto auto 5vw;
}
.youshi ul li:nth-child(7) dl dt span {
  position: absolute;
  font-size: 1.67vw;
  line-height: 4.89vw;
  letter-spacing: 0.03vw;
  color: #ad74c6;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.youshi ul li:nth-child(7) dl dd {
  width: 13.79vw;
  height: 4.74vw;
  font-size: 1.15vw;
  line-height: 1.58vw;
  letter-spacing: 0vw;
  color: #717072;
  margin-left: 1.8vw;
  text-align: justify;
}
.slgzy {
  width: 100%;
  display: block;
  float: left;
  height: 67.88vw;
  background-image: url(res/images/slgzy_bg.png);
  background-repeat: no-repeat;
  background-size: 102%;
  background-position-y: -0.5vw;
}
.slgzy .title {
  width: 100%;
  margin-top: 6.4vw;
  text-align: center;
  display: block;
}
.slgzy .title dt {
  font-size: 2.71vw;
  line-height: 6.35vw;
  color: #5b5050;
}
.slgzy .title dt span {
  font-size: 2.71vw;
  line-height: 4.89vw;
  display: inline-block;
  border-bottom: 1px solid #ad74c6;
  color: #ad74c6;
}
.slgzy .title dd {
  font-size: 1.91vw;
  line-height: 4.8vw;
  color: #5b5050;
}
.slgzy ul {
  width: 82vw;
  height: 44vw;
  display: block;
  float: left;
  margin-left: 10.3vw;
}
.slgzy ul li {
  width: 25%;
  height: 22vw;
  display: block;
  float: left;
}
.slgzy ul li dl {
  width: 16.66vw;
  display: block;
  float: left;
}
.slgzy ul li dl dt {
  width: 100%;
  height: 10.34vw;
}
/* 第1项（原代码修正语法错误后保留） */
.slgzy ul li:nth-child(1) dl dt span {
  width: 8.9vw;
  height: 8.9vw;
  border-radius: 4.45vw;
  background-color: #ffffff;
  border: solid 0.26vw #d7bde3;
  display: block;
  background-image: url(res/images/slgzy_01.png);
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
  margin-top: 5vw;
}
.slgzy ul li:nth-child(1) dl dd {
  width: 16.71vw;
  height: 4.32vw;
  font-size: 1.65vw;
  line-height: 1.5;
  color: #5b5050;
}

/* 第2项 */
.slgzy ul li:nth-child(2) dl dt span {
  width: 8.9vw;
  height: 8.9vw;
  border-radius: 4.45vw;
  background-color: #ffffff;
  border: solid 0.26vw #d7bde3;
  display: block;
  background-image: url(res/images/slgzy_02.png);
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
  margin-top: 5vw;
}
.slgzy ul li:nth-child(2) dl dd {
  width: 16.71vw;
  height: 4.32vw;
  font-size: 1.65vw;
  line-height: 1.5;
  color: #5b5050;
}

/* 第3项 */
.slgzy ul li:nth-child(3) dl dt span {
  width: 8.9vw;
  height: 8.9vw;
  border-radius: 4.45vw;
  background-color: #ffffff;
  border: solid 0.26vw #d7bde3;
  display: block;
  background-image: url(res/images/slgzy_03.png);
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
  margin-top: 5vw;
}
.slgzy ul li:nth-child(3) dl dd {
  width: 16.71vw;
  height: 4.32vw;
  font-size: 1.65vw;
  line-height: 1.5;
  color: #5b5050;
}

/* 第4项 */
.slgzy ul li:nth-child(4) dl dt span {
  width: 8.9vw;
  height: 8.9vw;
  border-radius: 4.45vw;
  background-color: #ffffff;
  border: solid 0.26vw #d7bde3;
  display: block;
  background-image: url(res/images/slgzy_04.png);
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
  margin-top: 5vw;
}
.slgzy ul li:nth-child(4) dl dd {
  width: 16.71vw;
  height: 4.32vw;
  font-size: 1.65vw;
  line-height: 1.5;
  color: #5b5050;
}

/* 第5项 */
.slgzy ul li:nth-child(5) {
  margin-left: 10vw;
}
.slgzy ul li:nth-child(5) dl dt span {
  width: 8.9vw;
  height: 8.9vw;
  border-radius: 4.45vw;
  background-color: #ffffff;
  border: solid 0.26vw #d7bde3;
  display: block;
  background-image: url(res/images/slgzy_05.png);
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
  margin-top: 5vw;
}
.slgzy ul li:nth-child(5) dl dd {
  width: 17.71vw;
  height: 4.32vw;
  font-size: 1.65vw;
  line-height: 1.5;
  color: #5b5050;
}

/* 第6项 */
.slgzy ul li:nth-child(6) dl dt span {
  width: 8.9vw;
  height: 8.9vw;
  border-radius: 4.45vw;
  background-color: #ffffff;
  border: solid 0.26vw #d7bde3;
  display: block;
  background-image: url(res/images/slgzy_06.png);
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
  margin-top: 5vw;
}
.slgzy ul li:nth-child(6) dl dd {
  width: 18.71vw;
  height: 4.32vw;
  font-size: 1.65vw;
  line-height: 1.5;
  color: #5b5050;
}

/* 第7项 */
.slgzy ul li:nth-child(7) dl dt span {
  width: 8.9vw;
  height: 8.9vw;
  border-radius: 4.45vw;
  background-color: #ffffff;
  border: solid 0.26vw #d7bde3;
  display: block;
  background-image: url(res/images/slgzy_07.png);
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
  margin-top: 5vw;
}
.slgzy ul li:nth-child(7) dl dd {
  width: 16.71vw;
  height: 4.32vw;
  font-size: 1.65vw;
  line-height: 1.5;
  color: #5b5050;
}

.zyq {
  width: 100%;
  height: 91vw;
  display: block;
  float: left;
}
.zyq .title {
  width: 100%;
  margin-top: 6.5vw;
  text-align: center;
  display: block;
}
.zyq .title dt {
  font-size: 2.71vw;
  line-height: 6.35vw;
  color: #5b5050;
}
.zyq .title dt span {
  font-size: 2.71vw;
  line-height: 4.89vw;
  display: inline-block;
  border-bottom: 1px solid #ad74c6;
  color: #ad74c6;
}
.title dd {
  font-size: 1.91vw;
  line-height: 4.8vw;
  color: #5b5050;
}
.title {
  width: 100%;
  margin-top: 6.5vw;
  text-align: center;
  display: block;
}
.title dt {
  font-size: 2.71vw;
  line-height: 6.35vw;
  color: #5b5050;
}
.title dt span {
  font-size: 2.71vw;
  line-height: 4.89vw;
  display: inline-block;
  border-bottom: 1px solid #ad74c6;
  color: #ad74c6;
}
.title dd {
  font-size: 1.91vw;
  line-height: 4.8vw;
  color: #5b5050;
}
.zyq .content {
  width: 78.76vw;
  height: 49.77vw;
  margin-top: 4vw;
  margin-left: 10.3vw;
  background-color: #ad74c6;
  border-radius: 1.41vw;
  border: solid 0.1vw #fefdfe;
  color: #fff;
  font-size: 1.82vw;
}
/* 第1项（原代码修正后保留） */
.zyq_list1 {
  display: block;
  position: relative;
}
.zyq_list1::before {
  content: "";
  width: 2.81vw;
  height: 2.86vw;
  display: block;
  border-radius: 1.44vw;
  background-color: #fdfbfe;
  border: solid 0.26vw #fefdfe;
  background-image: url(res/images/zyq01.png);
  background-position: center center;
  background-size: 70%;
  background-repeat: no-repeat;
  position: absolute;
  left: -5vw;
}

/* 第2项 */
.zyq_list2 {
  display: block;
  position: relative;
}
.zyq_list2::before {
  content: "";
  width: 2.81vw;
  height: 2.86vw;
  display: block;
  border-radius: 1.44vw;
  background-color: #fdfbfe;
  border: solid 0.26vw #fefdfe;
  background-image: url(res/images/zyq02.png);
  background-position: center center;
  background-size: 70%;
  background-repeat: no-repeat;
  position: absolute;
  left: -5vw;
}

/* 第3项 */
.zyq_list3 {
  display: block;
  position: relative;
}
.zyq_list3::before {
  content: "";
  width: 2.81vw;
  height: 2.86vw;
  display: block;
  border-radius: 1.44vw;
  background-color: #fdfbfe;
  border: solid 0.26vw #fefdfe;
  background-image: url(res/images/zyq03.png);
  background-position: center center;
  background-size: 70%;
  background-repeat: no-repeat;
  position: absolute;
  left: -5vw;
}

/* 第4项 */
.zyq_list4 {
  display: block;
  position: relative;
}
.zyq_list4::before {
  content: "";
  width: 2.81vw;
  height: 2.86vw;
  display: block;
  border-radius: 1.44vw;
  background-color: #fdfbfe;
  border: solid 0.26vw #fefdfe;
  background-image: url(res/images/zyq04.png);
  background-position: center center;
  background-size: 70%;
  background-repeat: no-repeat;
  position: absolute;
  left: -5vw;
}

/* 第5项 */
.zyq_list5 {
  display: block;
  position: relative;
}
.zyq_list5::before {
  content: "";
  width: 2.81vw;
  height: 2.86vw;
  display: block;
  border-radius: 1.44vw;
  background-color: #fdfbfe;
  border: solid 0.26vw #fefdfe;
  background-image: url(res/images/zyq05.png);
  background-position: center center;
  background-size: 70%;
  background-repeat: no-repeat;
  position: absolute;
  left: -5vw;
}
.zyq .content .in::before {
  content: "";
  width: 0.05vw;
  height: 47.43vw;
  background-color: #fdfbfe;
  border: solid 0.1vw #fefdfe;
  position: absolute;
  bottom: -8vw;
  left: -3.55vw;
}

.zyq .content .in {
  width: 57.78vw;
  height: 37.84vw;
  display: block;
  float: left;
  position: relative;
  margin: 5.7vw auto auto 17.44vw;
}
.zyq .content dl {
  margin-bottom: 2vw;
  position: relative;
}
.zyq .content dt {
  font-weight: bold;
}

.doctor {
  width: 100%;
  height: 37.12vw;
  display: block;
  float: left;
  background-color: #e8e2e2;
}
.doctor img {
  width: 31.75vw;
  height: 53.46vw;
  display: block;
  position: relative;
  float: right;
  margin-right: 8.22vw;
  margin-top: -16.35vw;
}
.doctor .title {
  width: 36vw;
  height: 4vw;
  display: block;
  float: left;
  text-align: left;
  margin: 4.69vw auto auto 13.5vw;
}
.doctor .title dt {
  font-size: 4.39vw;
  line-height: 4.89vw;
  color: #ad74c6;
  display: block;
  float: left;
}
.doctor .title dd {
  font-size: 1.63vw;
  line-height: 2.5vw;
  color: #ad74c6;
  display: block;
  float: left;
  margin-left: 4.1vw;
}
.doctor .info {
  width: 43.68vw;
  margin-top: 2.39vw;
  margin-left: 13.22vw;
  display: block;
  float: left;
}
.doctor .info dt {
  width: 100%;
  line-height: 3.7vw;
  border-bottom: 1px solid #2b2a2a;
  font-size: 1.75vw;
  line-height: 4.89vw;
  color: #5b5050;
  margin-bottom: 0.4vw;
}
.doctor .info dd {
  font-size: 1.37vw;
  line-height: 1.5;
  letter-spacing: 0vw;
  color: #5b5050;
}
.doctor .shanchang {
  margin-left: 13.22vw;
  margin-top: 2vw;
  position: relative;
  display: block;
  float: left;
}
.doctor .shanchang dt {
  font-size: 1.75vw;
  line-height: 4.89vw;
  letter-spacing: 0.04vw;
  color: #5b5050;
  display: block;
  float: left;
}
.doctor .shanchang dd {
  position: absolute;
  width: 56vw;
  top: 4vw;
}
.doctor .shanchang dd span {
  display: inline-block;
  padding: 0.5vw 1vw;
  background-color: #ad74c6;
  border-radius: 1.15vw;
  font-size: 0.93vw;
  letter-spacing: 0vw;
  color: #fffefe;
  margin-right: 0.6vw;
  margin-top: 1vw;
}
.doctor .shanchang dd span:nth-child(even) {
  background-color: #b48ac6;
}
.question {
  width: 100%;
  display: block;
  float: left;
}
.question .title {
  margin-top: 7vw;
}
.question ul {
  display: block;
  float: left;
  margin: 2vw auto auto 10.6vw;
}
.question ul li {
  width: 78.87vw;
  height: 10.83vw;
  background-image:
    linear-gradient(249deg, #ad74c6 0%, #b48ac6 100%),
    linear-gradient(#b684cc, #b684cc);
  background-blend-mode: normal, normal;
  border-radius: 0.78vw;
  border: solid 0.26vw #fefdfe;
  margin-bottom: 2.65vw;
}
.question ul li dl dt {
  width: 13.17vw;
  height: 10.3vw;
  display: block;
  float: left;
  background-image: url(res/images/q_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  background-position-y: 2vw;
}
.question ul li dl dt img {
  width: 4.95vw;
  height: 3.23vw;
  margin: 4vw auto auto 4vw;
}
.question ul li dl dd {
  display: block;
  float: left;
  width: 65vw;
}
.question ul li dl dd h3 {
  font-size: 2.1vw;
  line-height: 4.89vw;
  letter-spacing: 0.04vw;
  color: #ffffff;
}
.question ul li dl dd h4 {
  font-size: 1.37vw;
  line-height: 1.95vw;
  letter-spacing: 0vw;
  color: #ffffff;
}
.yuyue{
  width: 100%;
  height: 20.8vw;
  display: block;
  position: relative;
  float: left;
  background-image: linear-gradient(178deg, 
		#ad74c6 0%, 
		#b48ac6 100%), 
	linear-gradient(
		#b489c6, 
		#b489c6);
	background-blend-mode: normal, 
		normal;
}
.yuyue a{
  width: 25.46vw;
	height: 5.99vw;
  display: block;
  position: absolute;
  top: 5.67vw;
  right: 13.7vw;
}
.yuyue a img{
  width: 25.46vw;
	height: 5.99vw;
}
.yuyue dl{
  font-size: 2.83vw;
	line-height: 2;
	letter-spacing: 0vw;
	color: #ffffff;
  margin-left: 12.44vw;
}
.yuyue dl dd{
  font-size: 1.45vw;
	line-height: 1.95vw;
	letter-spacing: 0vw;
	color: #ffffff;
}
.yuyue h3{
  width: 100%;
  position: absolute;
  text-align: center;
  bottom: 0;
  font-size: 1.15vw;
  line-height: 3.7vw;
	font-weight: normal;
	letter-spacing: 0vw;
	color: #ffffff;
  border-top: 1px solid #ffffffaa;
}
