@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.9;
  }

  50% {
    opacity: 1;
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.9;
  }
}

.content {
  width: 100%;
}

.content .header {
  width: 100%;
  height: 100px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 119px 0 161px;
}

.content .header .logo {
  width: 177px;
}

.content .header .logo img {
  display: block;
  width: 100%;
}

.content .header .link {
  height: 100%;
  display: flex;
  align-items: center;
}

.content .header .link>ul {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 10px;
  position: relative;
}

.content .header .link>ul::after {
  content: '';
  width: 2px;
  height: 22px;
  background: #222222;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.content .header .link>ul:last-child::after {
  display: none;
}

.content .header .link>ul>li {
  height: 100%;
  position: relative;
}

.content .header .link>ul>li ul {
  display: none;
  width: 110px;
  height: 100px;
  background: url(../images/yy.png) no-repeat top center;
  background-size: 100% 100%;
  position: absolute;
  top: 70px;
  z-index: 2;
  border-radius: 0px 0px 7px 7px;
  padding: 10px 0;
}

.content .header .link>ul>li ul li {
  width: 110px;
  height: 41px;
  text-align: center;
  line-height: 41px;

}

.content .header .link>ul>li ul li a {
  font-size: 16px;

  color: #FFFFFF;
}


.content .header .link>ul>li ul li:hover {
  background: #F1EDFF;
}

.content .header .link>ul>li ul li:hover a {
  color: #6047B4;
}


.content .header .link>ul>li.on>a {
  color: #8338EC;
}

.content .header .link>ul>li:hover>a {
  color: #8338EC;
}

.content .header .link>ul>li:hover ul {
  display: block;
}

.content .header .link>ul>li>a {
  display: flex;
  align-items: center;
  height: 100%;
  transition: all .2s;
  padding: 0 18px;
  font-size: 24px;
  color: #222222;
}

.content .header .tel {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 26px;
  color: #222222;
}

.content .header .tel img {
  width: 20px;
  margin-right: 11px;
}

.content .public_head {
  text-align: center;
  font-size: 12px;
}

.content .public_head p {
  text-align: center;
  font-size: 44px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #8338ec;
}

.content .public_head span {
  display: block;
  font-size: 30px;
  color: #6c6c6c;
  margin-top: 10px;
  text-align: center;
}

.content .banner {
  width: 100%;
  overflow: hidden;
}

.content .banner img {
  width: 100%;
  display: block;
}

.content .main_case {
  background: #fcfaff;
  overflow: hidden;
  padding: 80px 0;
}

.content .main_case .m {
  width: 1200px;
  margin: 0 auto;
}

.content .main_case .m .box {
  width: 100%;
  margin-top: 66px;
  position: relative;
}

.content .main_case .m .box .link {
  text-align: center;
  width: 100%;
  font-size: 12px;
  transition: all .4s;
  animation: ball-scale-multiple 1s 0s linear infinite alternate;
}

.content .main_case .m .box .link:hover {
  transform: translateY(-4px);
}

.content .main_case .m .box .link img {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

.content .main_case .m .box .swiper-slide>img {
  opacity: 0.8;
  display: block;
  width: 100%;
}

.content .main_case .m .box .label {
  width: 290px;
  background: #fff;
  border-radius: 8px;
  padding: 0 12px;
  text-align: left;
  padding-bottom: 8px;
  position: relative;
  margin-top: 12px;
}

.content .main_case .m .box .label .names {
  width: 78px;
  height: 35px;
  background-image: url(../images/message.png);
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 6px;
  font-size: 16px;
  color: #fff3c2;
  position: absolute;
  right: 8px;
  top: -11px;
}

.content .main_case .m .box .label .item {
  display: flex;
  align-items: center;
  height: 28px;
  border-bottom: 1px solid #e1e1e1;
}

.content .main_case .m .box .label .item div {
  display: flex;
  font-size: 13px;
  color: #595757;
  margin-right: 26px;
  align-items: center;
}

.content .main_case .m .box .label .item div span {
  color: #8338EC;
}

.content .main_case .m .box .label .rank {
  width: 100%;
  height: 75px;
  background-size: 100% 100%;
  background-image: url(../images/icon_89.png);
  display: flex;
}

.content .main_case .m .box .label .rank div {
  flex: 1;
  padding-top: 30px;
  overflow: hidden;
}

.content .main_case .m .box .label .rank div:last-child span {
  color: #ffdf57;
}

.content .main_case .m .box .label .rank div p {
  font-size: 12px;
  color: #fff;
  text-align: center;
}

.content .main_case .m .box .label .rank div span {
  display: block;
  text-align: center;
  font-size: 36px;
  color: #fff;
  line-height: 1;
}

.content .main_case .m .box .mySwiper {
  width: 100%;
  overflow: hidden;
}

.content .main_case .m .box .btn {
  width: 31px;
  z-index: 9;
  position: absolute;
  transform: translateY(-150%);
  cursor: pointer;
  top: 42%;
}

.content .main_case .m .box .btn.prev {
  left: -40px;
}

.content .main_case .m .box .btn.next {
  right: -40px;
}

.content .main_case .m .box .btn img {
  width: 100%;
  display: block;
}

.content .main_address {
  overflow: hidden;
  background: #f5f5f5;
  padding: 76px 0 100px 0;
}

.content .main_address .m {
  width: 1200px;
  margin: 0 auto;
}

.content .main_address .m .box {
  overflow: hidden;
  display: flex;
  background: #fff;
  margin-top: 48px;
  border-radius: 20px;
}

.content .main_address .m .box .item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.content .main_address .m .box .picture {
  overflow: hidden;
  width: calc(100% - 570px);
  height: 540px;
  border-radius: 20px;
}

.content .main_address .m .box .picture img {
  width: 100%;
  height: 100%;
  display: block;
  display: none;
  object-fit: cover;
}

.content .main_address .m .box .picture img.on {
  display: block;
}

.content .main_address .m .box .info {
  width: 570px;
  padding: 20px 0 0 0;
}

.content .main_address .m .box .info .label {
  width: 100%;
  transition: all .2s;
  position: relative;
  padding: 22px 40px 22px 60px;
}

.content .main_address .m .box .info .label.on {
  background: #8338ec;
}

.content .main_address .m .box .info .label.on p {
  color: #fff;
}

.content .main_address .m .box .info .label.on p::after {
  background: #fff;
}

.content .main_address .m .box .info .label.on span {
  color: #fff;
}

.content .main_address .m .box .info .label.on::after {
  content: '';
  width: 12px;
  height: 26px;
  background-image: url(../images/rr_09.png);
  background-size: 100% 100%;
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
}

.content .main_address .m .box .info .label p {
  font-size: 26px;
  color: #222222;
  font-weight: bold;
  position: relative;
}

.content .main_address .m .box .info .label p::after {
  content: '';
  width: 6px;
  height: 26px;
  background: #8338ec;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
}

.content .main_address .m .box .info .label span {
  display: block;
  font-size: 22px;
  color: #222222;
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content .main_address .m .tabbar {
  display: flex;
  justify-content: center;
  margin-top: 46px;
}

.content .main_address .m .tabbar div {
  display: inline-flex;
  align-items: center;
  height: 50px;
  font-size: 26px;
  justify-content: center;
  color: #000;
  border-radius: 40px;
  padding: 0 20px;
  position: relative;
  margin: 0 8px;
  cursor: pointer;
  min-width: 120px;
}

.content .main_address .m .tabbar div.on {
  background: #8338ec;
  color: #fff;
}

.content .main_address .m .tabbar div.on::before {
  content: '';
  width: 17px;
  height: 23px;
  background-image: url(../images/icon_83.jpg);
  background-size: 100% 100%;
}

.content .footer {
  width: 100%;
  background: #333333;
  position: relative;
  padding: 74px 0;
}

.content .footer .top {
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -44px;
}

.content .footer .m {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content .footer .m .fr {
  overflow: hidden;
}

.content .footer .m .fr p {
  font-size: 18px;
  color: #8338ec;
}

.content .footer .m .fr span {
  display: block;
  font-size: 28px;
  margin-top: 6px;
  color: #fff;
}

.content .footer .m .fr div {
  display: flex;
  width: 210px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content .footer .m .fr div a {
  display: block;
  font-size: 18px;
  margin-top: 6px;
  color: #8338ec;
}

.content .footer .m .fr div a:nth-child(2n) {
  color: #adadad;
}

.content .footer .m .code {
  display: flex;
  align-items: flex-start;
}

.content .footer .m .code div {
  overflow: hidden;
  padding: 0 24px;
}

.content .footer .m .code div img {
  display: block;
  width: 150px;
  margin: 0 auto;
}

.content .footer .m .code div span {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-top: 24px;
}

.content .footer .m .fl {
  overflow: hidden;
}

.content .footer .m .fl img {
  display: block;
  margin: 0 auto;
}

.content .footer .m .fl div {
  width: 206px;
  height: 46px;
  display: flex;
  border: 1px solid #cccccc;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #cccccc;
  margin: 20px auto;
  border-radius: 8px;
}

.content .footer .m .fl span {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #cccccc;
}

.content .main_form {
  padding: 36px 0 110px 0;
}

.content .main_form .m {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content .main_form .m .icon {
  display: block;
  width: 520px;
}

.content .main_form .m .form {
  overflow: hidden;
  width: 500px;
  border-radius: 20px;
  background: #8338ec;
  padding: 32px 28px 32px 32px;
}

.content .main_form .m .form input[type="text"] {
  width: 100%;
  height: 70px;
  border-radius: 10px;
  background: #fff;
  font-size: 30px;
  border: none;
  color: #898989;
  padding-left: 26px;
  margin-bottom: 20px;
}

.content .main_form .m .form input[type="submit"] {
  width: 350px;
  height: 60px;
  font-size: 30px;
  cursor: pointer;
  display: block;
  background-size: 100% 100%;
  background-image: url(../images/lq_07.jpg);
  border: none;
  outline: none;
  margin: 0 auto;
  margin-top: 6px;
}

.content .main_form .m .form select {
  width: 100%;
  height: 70px;
  border-radius: 10px;
  background-color: #fff;
  background-image: url(../images/d.png);
  background-repeat: no-repeat;
  background-position: right 26px center;
  outline: none;
  font-size: 30px;
  border: none;
  appearance: none;
  color: #898989;
  padding-left: 26px;
  margin-bottom: 20px;
}

.content .main_free {
  padding: 82px 0;
}

.content .main_free .m {
  width: 1200px;
  margin: 0 auto;
}

.content .main_free .m .link {
  text-align: center;
  width: 100%;
  margin-top: 38px;
  animation: ball-scale-multiple 1s 0s linear infinite alternate;
  font-size: 12px;
  transition: all .4s;
}

.content .main_free .m .link:hover {
  transform: translateY(-4px);
}

.content .main_free .m .link img {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

.content .main_free .m .box {
  width: 100%;
  height: 336px;
  background: #faf3ff;
  display: flex;
  overflow: hidden;
  border-radius: 20px;
  align-items: center;
  margin-top: 40px;
  border: 1px solid #ead8ff;
}

.content .main_free .m .box ul {
  width: calc(100% - 542px);
  display: flex;
  justify-content: space-between;
  padding: 0 30px 0 76px;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.content .main_free .m .box ul li {
  width: 49%;
  background: linear-gradient(#fff, #f6e7d9);
  border: 1px solid #ead8ff;
  border-radius: 12px;
  margin-bottom: 8px;
  display: flex;
  height: 130px;
  align-items: center;
  padding-left: 28px;
}

.content .main_free .m .box ul li img {
  border-radius: 50%;
  width: 70px;
  display: block;
}

.content .main_free .m .box ul li div {
  padding-left: 20px;
}

.content .main_free .m .box ul li div p {
  font-size: 24px;
  color: #e04b00;
  text-align: center;
}

.content .main_free .m .box ul li div span {
  display: block;
  text-align: center;
  font-size: 22px;
  color: #595757;
}

.content .main_free .m .box .picture {
  overflow: hidden;
  width: 542px;
  height: 335px;
  background-size: cover;
  background-image: url(../images/icon_97.png);
  padding-top: 74px;
}

.content .main_free .m .box .picture div {
  width: 366px;
  padding: 10px 8px;
  border-radius: 16px;
  margin: 0 auto;
  background: #8338ec;
  text-align: center;
  transition: all .2s;
  margin-bottom: 12px;
}

.content .main_free .m .box .picture div:hover {
  color: #8338ec;
  background: #fff;
}

.content .main_free .m .box .picture div:hover p,
.content .main_free .m .box .picture div:hover span {
  color: #8338ec;
}

.content .main_free .m .box .picture div p {
  text-align: center;
  font-size: 35px;
  color: #fff;
}

.content .main_free .m .box .picture div span {
  display: block;
  text-align: center;
  font-size: 26px;
  color: #fff;
}

.content .main_team {
  background: #f5f5f5;
  padding: 60px 0 90px 0;
}

.content .main_team .m {
  width: 1200px;
  margin: 0 auto;
}

.content .main_team .m .box {
  width: 100%;
  margin-top: 50px;
  position: relative;
}

.content .main_team .m .box .mySwiper1 {
  width: 100%;
  overflow: hidden;
}

.content .main_team .m .box .btn {
  width: 31px;
  z-index: 9;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  top: 50%;
}

.content .main_team .m .box .btn.prev {
  left: -40px;
}

.content .main_team .m .box .btn.next {
  right: -40px;
}

.content .main_team .m .box .btn img {
  width: 100%;
  display: block;
}

.content .main_team .m .box .label {
  width: 100%;
  height: 330px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.content .main_team .m .box .label:hover img {
  transform: scale(1.06);
}

.content .main_team .m .box .label img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all .6s;
  object-fit: cover;
}

.content .main_team .m .box .label div {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 10px 10px 24px;
}

.content .main_team .m .box .label div p {
  font-size: 20px;
  color: #fff;
}

.content .main_team .m .box .label div span {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  position: relative;
}

.content .main_team .m .box .label div span:nth-child(2) {
  color: #fff57b;
}

.content .main_team .m .box .label div span::after {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.content .main_service {
  overflow: hidden;
  padding: 72px 0 106px 0;
  background: #fcfaff;
}

.content .main_service .m {
  width: 1200px;
  margin: 0 auto;
}

.content .main_service .m .box {
  background: #fff;
  margin-top: 30px;
  border-radius: 16px;
  border: 1px solid #cfc1f9;
}

.content .main_service .m .box .t {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content .main_service .m .box .t div {
  display: inline-flex;
  align-items: center;
  font-size: 35px;
  color: #262262;
  height: 62px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 0 50px;
  background: linear-gradient(to right, #fefdff, #debfff, #fefdff);
}

.content .main_service .m .box .lc {
  overflow: hidden;
  padding: 88px 0 66px 0;
}

.content .main_service .m .box .lc .t {
  margin-bottom: 46px;
}

.content .main_service .m .box .lc .lct {
  display: block;
  margin: 34px auto;
}

.content .main_service .m .box .lc .list {
  display: flex;
  justify-content: space-around;
}

.content .main_service .m .box .lc .list:last-child .label::after {
  background-image: url(../images/sj1.png);
  width: 22px;
  height: 17px;
  bottom: auto;
  top: -17px;
  left: auto;
  right: 36px;
}

.content .main_service .m .box .lc .list:last-child .label p {
  color: #7f5bef;
}

.content .main_service .m .box .lc .list .label {
  position: relative;
  width: 250px;
  background: #f9f2fb;
  padding: 18px 20px;
  padding-left: 32px;
  font-size: 20px;
  color: #595757;
  line-height: 1.4;
}

.content .main_service .m .box .lc .list .label p {
  font-size: 120px;
  font-weight: bold;
  color: #c280d6;
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}

.content .main_service .m .box .lc .list .label::after {
  content: '';
  width: 23px;
  height: 17px;
  background-image: url(../images/d1.png);
  background-size: 100% 100%;
  position: absolute;
  left: 36px;
  bottom: -17px;
}

.content .main_service .m .box .ts {
  overflow: hidden;
  padding: 66px 30px 0 30px;
}

.content .main_service .m .box .ts .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content .main_service .m .box .ts .list .label {
  overflow: hidden;
  width: 270px;
  margin-top: 36px;
}

.content .main_service .m .box .ts .list .label img {
  display: block;
  margin: 0 auto;
}

.content .main_service .m .box .ts .list .label p {
  text-align: center;
  font-size: 28px;
  color: #262262;
  padding: 16px 0;
  font-weight: bold;
  letter-spacing: 1px;
}

.content .main_service .m .box .ts .list .label div {
  padding: 10px;
  min-height: 160px;
  background: #f7f8f8;
  border-radius: 8px;
  font-size: 20px;
  color: #595757;
  line-height: 1.6;
}

.content .main_service .m .box .qm {
  overflow: hidden;
  padding: 42px 50px 0 50px;
}

.content .main_service .m .box .qm .t {
  margin-bottom: 22px;
}

.content .main_service .m .box .qm .label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f7f8f8;
  border-radius: 6px;
  overflow: hidden;
  height: 98px;
  margin-top: 12px;
}

.content .main_service .m .box .qm .label .name {
  width: 218px;
  height: 100%;
  background-image: url(../images/icon_53.png);
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  letter-spacing: 2px;
  color: #ffea6e;
}

.content .main_service .m .box .qm .label .desc {
  width: calc(100% - 218px);
  padding: 0 50px;
  display: flex;
  flex-wrap: wrap;
}

.content .main_service .m .box .qm .label .desc span {
  display: block;
  font-size: 22px;
  margin-right: 20px;
  color: #262262;
  line-height: 1.6;
}

.content .main_coure {
  overflow: hidden;
  padding: 86px 0 106px 0;
}

.content .main_coure .m {
  width: 1200px;
  margin: 0 auto;
}

.content .main_coure .m .box {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
}

.content .main_coure .m .box .label {
  overflow: hidden;
  width: 333px;
  border-radius: 12px;
  background: #fff;
  transition: all .2s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-right: 100px;
  margin-top: 36px;
}

.content .main_coure .m .box .label:hover {
  transform: translateY(-4px);
}

.content .main_coure .m .box .label:nth-child(3n) {
  margin-right: 0;
}

.content .main_coure .m .box .label .picture {
  overflow: hidden;
  width: 100%;
  height: 180px;
}

.content .main_coure .m .box .label .picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content .main_coure .m .box .label .info {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content .main_coure .m .box .label .info div {
  width: 140px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 20px;
  color: #fff;
  background: linear-gradient(#bd80d6, #8380d6);
}

.content .main_data {
  overflow: hidden;
  background: #f5f5f5;
  padding: 50px 0 76px 0;
}

.content .main_data .m {
  width: 1200px;
  margin: 0 auto;
}

.content .main_data .m .box {
  display: flex;
  justify-content: space-between;
  margin-top: 56px;
}

.content .main_data .m .box .label {
  width: 275px;
  height: 270px;
  background-image: url(../images/icon_1121.png);
  background-size: 100% 100%;
  position: relative;
  transition: all .3s;
  padding: 122px 0 0 12px;
}

.content .main_data .m .box .label:hover {
  transform: translateY(-8px);
}

.content .main_data .m .box .label:nth-child(2) {
  background-image: url(../images/icon_1122.png);
}

.content .main_data .m .box .label:nth-child(2) span {
  color: #b247b2;
}

.content .main_data .m .box .label:nth-child(3) {
  background-image: url(../images/icon_1123.png);
}

.content .main_data .m .box .label:nth-child(3) span {
  color: #009443;
}

.content .main_data .m .box .label:nth-child(4) {
  background-image: url(../images/icon_1124.png);
}

.content .main_data .m .box .label:nth-child(4) span {
  color: #4b6edd;
}

.content .main_data .m .box .label p {
  font-size: 56px;
  position: absolute;
  left: 0;
  width: 200px;
  text-align: center;
  top: 48px;
  line-height: 68px;
  color: #fff;
}

.content .main_data .m .box .label span {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  color: #f46221;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.content .main_data .m .box .label em {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #595757;
  line-height: 1.4;
}

.content .main_why {
  overflow: hidden;
  width: 100%;
  padding: 88px 0 100px 0;
}

.content .main_why .m {
  width: 1200px;
  margin: 0 auto;
}

.content .main_why .m .box {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-top: 150px;
  justify-content: space-between;
}

.content .main_why .m .box .label {
  width: 230px;
  border: 1px solid #8338ec;
  min-height: 228px;
  padding: 60px 18px 0 18px;
  transition: all .3s;
  position: relative;
  background: #a472f4;
  margin-top: 50px;
}

.content .main_why .m .box .label:hover {
  transform: translateY(-8px);
}

.content .main_why .m .box .label .icon {
  width: 130px;
  height: 130px;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #efefef;
  top: -94px;
  background: #f7f8f8;
}

.content .main_why .m .box .label .icon img {
  width: 100%;
  display: block;
}

.content .main_why .m .box .label p {
  text-align: center;
  font-size: 22px;
  color: #fff;
}

.content .main_why .m .box .label span {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
  margin-top: 10px;
  border-top: 1px solid #e7d2ff;
  padding: 8px 0;
  box-sizing: border-box;
}

.content .main_why .m .box .label:nth-child(2n) {
  margin-top: 0;
  background: #fff;
}

.content .main_why .m .box .label:nth-child(2n) p {
  color: #8338ec;
}

.content .main_why .m .box .label:nth-child(2n) span {
  color: #8338ec;
}

@media (max-width: 1800px) {
  .content .header .link>ul>li>a {
    font-size: 20px;
  }
}

@media (max-width: 1660px) {
  .content .header .link>ul>li>a {
    font-size: 18px;
    padding: 0 14px;
  }
}

@media (max-width: 1560px) {
  .content .header .link>ul>li>a {
    font-size: 16px;
    padding: 0 10px;
  }
}

@media (max-width: 1500px) {
  .content .header {
    padding: 0 80px;
  }
}

/*# sourceMappingURL=css.css.map */