@charset "utf-8";
.elite {
  width: 100%;
  padding: 1rem 0 0;
}
.elite .elite-box1 {
  width: 100%;
  display: none;
}
.elite .elite-box1 .container {
  max-width: 1280px;
}
.elite .elite-box1 .container ul {
  width: calc(100% + 0.4rem);
  margin: 0 -0.2rem;
  display: flex;
  flex-wrap: wrap;
}
.elite .elite-box1 .container ul li {
  width: calc(33.33% - 0.4rem);
  margin: 0 0.2rem;
  padding: 0.5rem 0.4rem;
  border-radius: 0.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .elite .elite-box1 .container ul li {
    width: calc(100% - 0.4rem);
    margin: 0.1rem 0.2rem;
  }
}
.elite .elite-box1 .container ul li .tbox .t1 {
  display: flex;
  font-weight: bold;
}
.elite .elite-box1 .container ul li .tbox .t1 span {
  height: 24px;
  display: inline-flex;
  align-items: center;
  margin-top: 0.12rem;
  margin-left: 0.08rem;
}
.elite .elite-box1 .container ul li .tbox .t2 {
  color: #666;
}
.elite .elite-box1 .container ul li .icon {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.elite .elite-box1 .container ul li .icon img {
  width: 40px;
}
@media (max-width: 991px) {
  .elite .elite-box1 .container ul li .icon img {
    width: 25px;
  }
}
.elite .elite-box1 .container ul li:nth-child(1) {
  background-color: #f3fffe;
}
.elite .elite-box1 .container ul li:nth-child(1) .tbox .t1 {
  color: #1764FE;
}
.elite .elite-box1 .container ul li:nth-child(1) .icon {
  background-image: linear-gradient(45deg, #17cea8 0%, #13d8af 40%, #0fe2b5 100%), linear-gradient(#7a66f0, #7a66f0);
  background-blend-mode: normal, 
                normal;
  box-shadow: 0px 0px 20px 0px rgba(0, 227, 179, 0.5), inset 0px 0px 3px 0px #ffffff;
}
.elite .elite-box1 .container ul li:nth-child(2) {
  background-color: #f5fcff;
}
.elite .elite-box1 .container ul li:nth-child(2) .tbox .t1 {
  color: #1764FE;
}
.elite .elite-box1 .container ul li:nth-child(2) .icon {
  background-image: linear-gradient(45deg, #1764FE 0%, #3aacfe 40%, #39bafd 100%), linear-gradient(#1764FE, #1764FE);
  background-blend-mode: normal, 
                normal;
  box-shadow: 0px 0px 20px 0px rgba(58, 158, 254, 0.5), inset 0px 0px 3px 0px #ffffff;
}
.elite .elite-box1 .container ul li:nth-child(3) {
  background-color: #f7f8ff;
}
.elite .elite-box1 .container ul li:nth-child(3) .tbox .t1 {
  color: #7a66f0;
}
.elite .elite-box1 .container ul li:nth-child(3) .icon {
  background-image: linear-gradient(45deg, #7a66f0 0%, #836ff3 40%, #8b77f5 100%), linear-gradient(#1764FE, #1764FE);
  background-blend-mode: normal, 
                normal;
  box-shadow: 0px 0px 20px 0px rgba(122, 102, 240, 0.3), inset 0px 0px 3px 0px #ffffff;
}
.elite .elite-box2 {
  width: 100%;
}
.elite .elite-box2 .container {
  max-width: 1280px;
}
.elite .elite-box2 .container .top {
  width: 100%;
  text-align: center;
}
.elite .elite-box2 .container .top .txt {
  color: #ff6726;
  line-height: 24px;
  margin-bottom: 0.2rem;
}
.elite .elite-box2 .container .top .title {
  color: #202945;
  font-weight: bold;
  line-height: 1.2;
}
.elite .elite-box2 .container .list {
  width: 100%;
  margin-top: 0.6rem;
}
.elite .elite-box2 .container .list .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.elite .elite-box2 .container .list .item:last-child {
  margin-bottom: 0;
}
.elite .elite-box2 .container .list .item .public-img {
  width: 62.5%;
}
@media (max-width: 991px) {
  .elite .elite-box2 .container .list .item .public-img {
    width: 100%;
  }
}
.elite .elite-box2 .container .list .item .public-img::before {
  padding-top: 72.5%;
}
.elite .elite-box2 .container .list .item .right {
  width: 31.25%;
}
@media (max-width: 991px) {
  .elite .elite-box2 .container .list .item .right {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.elite .elite-box2 .container .list .item .right .s-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0;
  border-bottom: 1px solid #e8e8e8;
}
.elite .elite-box2 .container .list .item .right .s-top .t1 {
  color: #202945;
  font-weight: bold;
}
.elite .elite-box2 .container .list .item .right .s-top .c-btn-box .public-btn2 {
  background-color: #ff6726;
  box-shadow: 0rem 0.2rem 0.5rem 0rem rgba(255, 103, 38, 0.3);
}
.elite .elite-box2 .container .list .item .right .s-top .c-btn-box .public-btn2:nth-child(2) {
  color: #ff6726;
  background-color: #fff;
}
.elite .elite-box2 .container .list .item .right .s-top .c-btn-box .public-btn2:nth-child(2) svg path {
  fill: #ff6726;
}
.elite .elite-box2 .container .list .item .right ul {
  width: 100%;
  height: 4.5rem;
  padding-right: 0.2rem;
  margin-top: 0.3rem;
  overflow-y: auto;
  scrollbar-width: thin;
}
@media (max-width: 1580px) {
  .elite .elite-box2 .container .list .item .right ul {
    height: 6.3rem;
  }
}
@media (max-width: 1260px) {
  .elite .elite-box2 .container .list .item .right ul {
    height: 5.5rem;
  }
}
@media (max-width: 1024px) {
  .elite .elite-box2 .container .list .item .right ul {
    height: 4.1rem;
  }
}
@media (max-width: 991px) {
  .elite .elite-box2 .container .list .item .right ul {
    height: 4.2rem;
  }
}
.elite .elite-box2 .container .list .item .right ul::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
}
.elite .elite-box2 .container .list .item .right ul::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 10px;
  background: #ff6726;
}
.elite .elite-box2 .container .list .item .right ul::-webkit-scrollbar-track {
  /*滚动条-背景*/
  border-radius: 10px;
  background: #f5f5f5;
}
.elite .elite-box2 .container .list .item .right ul li {
  width: 100%;
  border: 1px solid #e8e8e8;
  border-radius: 0.08rem;
  padding: 0.16rem 0.3rem;
  margin-bottom: 0.1rem;
  transition: all ease-out 0.3s;
  cursor: pointer;
}
.elite .elite-box2 .container .list .item .right ul li .st1 {
  color: #202945;
  font-weight: bold;
  line-height: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.elite .elite-box2 .container .list .item .right ul li .st1 span svg {
  transition: all ease-out 0.3s;
}
.elite .elite-box2 .container .list .item .right ul li .st1 span svg path {
  fill: #999;
  transition: all ease-out 0.3s;
}
.elite .elite-box2 .container .list .item .right ul li .st2 {
  display: none;
  line-height: 24px;
  color: #666;
  margin-top: 0.22rem;
}
.elite .elite-box2 .container .list .item .right ul li:hover {
  background: #fff9f4;
}
.elite .elite-box2 .container .list .item .right ul li.on {
  background: #fff9f4;
  border: 1px solid #fff9f4;
  padding: 0.26rem 0.3rem 0.4rem;
}
.elite .elite-box2 .container .list .item .right ul li.on .st1 {
  color: #ff6726;
}
.elite .elite-box2 .container .list .item .right ul li.on .st1 span svg {
  transform: rotateZ(180deg);
}
.elite .elite-box2 .container .list .item .right ul li.on .st1 span svg path {
  fill: #ff6726;
}
.elite .elite-box3 {
  width: 100%;
  margin-top: 1.92rem;
}
.elite .elite-box3 .container {
  max-width: 1280px;
}
.elite .elite-box3 .container .title {
  color: #202945;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.elite .elite-box3 .container .list {
  width: 100%;
  margin-top: 0.58rem;
}
.elite .elite-box3 .container .list ul {
  width: calc(100% + 0.4rem);
  margin: 0 -0.2rem 0.4rem;
  display: flex;
  flex-wrap: wrap;
}
.elite .elite-box3 .container .list ul li {
  width: calc(25% - 0.4rem);
  cursor: pointer;
  position: relative;
  margin: 0 0.2rem 0.4rem;
  background-color: #ffffff;
  box-shadow: 0.03rem 0.04rem 0.2rem 0px rgba(255, 103, 38, 0.1);
  border-radius: 0.05rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .elite .elite-box3 .container .list ul li {
    width: calc(50% - 0.4rem);
  }
}
.elite .elite-box3 .container .list ul li .tbox1 {
  width: 100%;
  padding: 0.5rem 0.3rem;
}
@media (max-width: 767px) {
  .elite .elite-box3 .container .list ul li .tbox1 {
    padding: 0.7rem 0.3rem;
  }
}
.elite .elite-box3 .container .list ul li .tbox1 .icon {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.elite .elite-box3 .container .list ul li .tbox1 .t1 {
  color: #202945;
  line-height: 1;
  margin-top: 0.38rem;
  text-align: center;
}
@media (max-width: 767px) {
  .elite .elite-box3 .container .list ul li .tbox1 .t1 {
    font-size: 14px;
    margin-top: 0.78rem;
  }
}
.elite .elite-box3 .container .list ul li .tbox2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  background: url(../images/elite-box3-bg.png) center center no-repeat;
  background-size: cover;
  box-shadow: 0px 0px 20px 0px rgba(255, 103, 38, 0.3);
  padding: 0.5rem 0.2rem 0;
  transition: all ease-out 0.3s;
  text-align: center;
}
.elite .elite-box3 .container .list ul li .tbox2 .t1 {
  color: #fff;
  line-height: 1;
}
.elite .elite-box3 .container .list ul li .tbox2 .t2 {
  color: #fff;
  margin-top: 0.33rem;
}
.elite .elite-box3 .container .list ul li:hover .tbox2 {
  opacity: 1;
  top: 0;
}
.elite .elite-box4 {
  width: 100%;
  margin-top: 1.92rem;
}
.elite .elite-box4 .title {
  color: #202945;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.elite .elite-box4 .menu {
  width: 100%;
  margin-top: 0.32rem;
}
.elite .elite-box4 .menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .elite .elite-box4 .menu ul {
    overflow-x: auto;
  }
}
.elite .elite-box4 .menu ul li {
  color: #666;
  padding: 0 0.2rem 0.22rem;
  margin: 0 0.4rem;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  transition: all ease-out 0.3s;
}
@media (max-width: 991px) {
  .elite .elite-box4 .menu ul li {
    margin: 0 0.2rem;
  }
}
@media (max-width: 767px) {
  .elite .elite-box4 .menu ul li {
    padding: 0 0.1rem 0.22rem;
    white-space: nowrap;
  }
}
.elite .elite-box4 .menu ul li:hover {
  color: #ff6726;
}
.elite .elite-box4 .menu ul li.on {
  color: #ff6726;
  border-bottom: 3px solid #ff6726;
}
.elite .elite-box4 .list {
  width: 100%;
  margin-top: 0.2rem;
}
.elite .elite-box4 .list ul {
  width: 100%;
}
.elite .elite-box4 .list ul li {
  width: 100%;
  position: relative;
  z-index: 1;
  display: none;
}
.elite .elite-box4 .list ul li .img {
  width: 100%;
  height: 7.2rem;
  position: relative;
}
.elite .elite-box4 .list ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.elite .elite-box4 .list ul li .img::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 19, 69, 0.5);
}
.elite .elite-box4 .list ul li .container {
  max-width: 1280px;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.elite .elite-box4 .list ul li .container .t1 {
  color: #fff;
  font-weight: bold;
  transform: translateY(0.2rem);
  transition: all ease-out 0.3s;
}
.elite .elite-box4 .list ul li .container .t2 {
  width: 600px;
  max-width: 100%;
  color: #fff;
  margin-top: 0.17rem;
  transform: translateY(0.2rem);
  transition: all ease-out 0.3s 0.4s;
}
.elite .elite-box4 .list ul li .container .c-btn-box {
  margin-top: 0.53rem;
  transform: translateY(0.2rem);
  transition: all ease-out 0.3s 0.5s;
}
.elite .elite-box4 .list ul li .container .c-btn-box .public-btn2 {
  background-color: #ff6726;
  box-shadow: 0rem 0.2rem 0.5rem 0rem rgba(255, 103, 38, 0.3);
}
.elite .elite-box4 .list ul li .container .c-btn-box .public-btn2:nth-child(2) {
  color: #ff6726;
  background-color: #fff;
}
.elite .elite-box4 .list ul li .container .c-btn-box .public-btn2:nth-child(2) svg path {
  fill: #ff6726;
}
.elite .elite-box4 .list ul li.on {
  display: block;
}
.elite .elite-box4 .list ul li.on .container .t1 {
  transform: translateY(0);
}
.elite .elite-box4 .list ul li.on .container .t2 {
  transform: translateY(0);
}
.elite .elite-box4 .list ul li.on .container .c-btn-box {
  transform: translateY(0);
}
.elite .elite-box5 {
  width: 100%;
  padding: 1.92rem 0 1rem;
}
.elite .elite-box5 .container {
  max-width: 1280px;
}
.elite .elite-box5 .container .title {
  color: #202945;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.elite .elite-box5 .container .list {
  width: 100%;
  margin-top: 0.58rem;
}
.elite .elite-box5 .container .list ul {
  width: calc(100% + 0.4rem);
  margin: 0 -0.2rem;
  display: flex;
  flex-wrap: wrap;
}
.elite .elite-box5 .container .list ul li {
  width: calc(25% - 0.4rem);
  margin: 0 0.2rem;
  min-height: 3.3rem;
  padding: 0.6rem 0.3rem 0.5rem;
  background-image: linear-gradient(0deg, #ffffff 0%, #fff9f4 100%), linear-gradient(#ff6726, #ff6726);
  background-blend-mode: normal, 
		normal;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .elite .elite-box5 .container .list ul li {
    width: calc(50% - 0.4rem);
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  .elite .elite-box5 .container .list ul li {
    width: calc(100% - 0.4rem);
  }
}
.elite .elite-box5 .container .list ul li .icon {
  width: 50px;
  height: 50px;
}
@media (max-width: 991px) {
  .elite .elite-box5 .container .list ul li .icon {
    width: 40px;
    height: 40px;
  }
}
.elite .elite-box5 .container .list ul li .t1 {
  color: #202945;
  margin-top: 0.4rem;
}
.elite .elite-box5 .container .list ul li .txt {
  margin-top: 0.15rem;
}
.computer-vision {
  width: 100%;
}
.computer-vision .vision-box1 {
  width: 100%;
  padding: 0.93rem 0 1rem;
}
.computer-vision .vision-box1 .container {
  max-width: 1280px;
}
.computer-vision .vision-box1 .container .title {
  font-weight: bold;
  color: #202945;
  text-align: center;
  line-height: 1.2;
}
.computer-vision .vision-box1 .container .list {
  width: 100%;
  margin-top: 0.53rem;
}
.computer-vision .vision-box1 .container .list .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  margin-bottom: 2rem;
}
.computer-vision .vision-box1 .container .list .item:last-child {
  margin-bottom: 0;
}
.computer-vision .vision-box1 .container .list .item .img {
  width: 62.5%;
}
.computer-vision .vision-box1 .container .list .item .img ul li {
  width: 100%;
  display: none;
}
.computer-vision .vision-box1 .container .list .item .img ul li .public-img {
  width: 100%;
}
@media (max-width: 991px) {
  .computer-vision .vision-box1 .container .list .item .img ul li .public-img {
    width: 100%;
  }
}
.computer-vision .vision-box1 .container .list .item .img ul li .public-img::before {
  padding-top: 55%;
}
.computer-vision .vision-box1 .container .list .item .img ul li.on {
  display: block;
}
.computer-vision .vision-box1 .container .list .item .tbox {
  width: 31.25%;
}
@media (max-width: 991px) {
  .computer-vision .vision-box1 .container .list .item .tbox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.computer-vision .vision-box1 .container .list .item .tbox .t1 {
  font-weight: bold;
  color: #202945;
  line-height: 1.2;
}
.computer-vision .vision-box1 .container .list .item .tbox ul {
  width: 100%;
  height: 2.7rem;
  margin-top: 0.38rem;
}
.computer-vision .vision-box1 .container .list .item .tbox ul li {
  width: 100%;
  margin-bottom: 0.1rem;
}
.computer-vision .vision-box1 .container .list .item .tbox ul li:last-child {
  margin-bottom: 0;
}
.computer-vision .vision-box1 .container .list .item .tbox ul li a {
  width: 100%;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e8e8e8;
  border-radius: 0.08rem;
  padding: 0 0.2rem 0 0.29rem;
}
.computer-vision .vision-box1 .container .list .item .tbox ul li a p {
  color: #202945;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all ease-out 0.3s;
}
.computer-vision .vision-box1 .container .list .item .tbox ul li a .icon {
  width: 14px;
  height: 14px;
  display: inline-flex;
}
.computer-vision .vision-box1 .container .list .item .tbox ul li a .icon svg {
  width: 14px;
  height: 14px;
}
.computer-vision .vision-box1 .container .list .item .tbox ul li a .icon svg path {
  fill: #9b9b9b;
  transition: all ease-out 0.3s;
}
.computer-vision .vision-box1 .container .list .item .tbox ul li:hover a,
.computer-vision .vision-box1 .container .list .item .tbox ul li.on a {
  border: 1px solid #f7f8ff;
  background: #f7f8ff;
}
.computer-vision .vision-box1 .container .list .item .tbox ul li:hover a p,
.computer-vision .vision-box1 .container .list .item .tbox ul li.on a p {
  color: #7a66f0;
}
.computer-vision .vision-box1 .container .list .item .tbox ul li:hover a .icon path,
.computer-vision .vision-box1 .container .list .item .tbox ul li.on a .icon path {
  fill: #7a66f0;
}
.computer-vision .vision-box1 .container .list .item .tbox .public-btn2 {
  margin-top: 0.5rem;
  background-color: #7a66f0;
  box-shadow: 0rem 0.2rem 0.5rem 0rem rgba(122, 102, 240, 0.3);
}
.computer-vision .vision-box2 {
  width: 100%;
  padding: 0.93rem 0 0.5rem;
}
.computer-vision .vision-box2 .container {
  max-width: 1280px;
}
.computer-vision .vision-box2 .container .top {
  width: 100%;
}
.computer-vision .vision-box2 .container .top .title {
  color: #202945;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}
.computer-vision .vision-box2 .container .top .txt {
  text-align: center;
  margin-top: 0.18rem;
  color: #666;
}
.computer-vision .vision-box2 .container .top .btn {
  margin-top: 0.4rem;
  display: flex;
  justify-content: center;
}
.computer-vision .vision-box2 .container .top .btn .public-btn2 {
  background-color: #7a66f0;
  box-shadow: 0rem 0.2rem 0.5rem 0rem rgba(122, 102, 240, 0.3);
}
.computer-vision .vision-box2 .container .menu {
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
  margin-top: 0.54rem;
}
.computer-vision .vision-box2 .container .menu ul {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .computer-vision .vision-box2 .container .menu ul {
    overflow-x: auto;
    justify-content: flex-start;
  }
}
.computer-vision .vision-box2 .container .menu ul li {
  color: #666;
  border-bottom: 3px solid transparent;
  padding: 0 0.2rem 0.22rem;
  cursor: pointer;
  margin: 0 0.4rem;
}
@media (max-width: 991px) {
  .computer-vision .vision-box2 .container .menu ul li {
    margin: 0 0.2rem;
    padding: 0 0.1rem 0.22rem;
  }
}
@media (max-width: 767px) {
  .computer-vision .vision-box2 .container .menu ul li {
    white-space: nowrap;
  }
}
.computer-vision .vision-box2 .container .menu ul li:hover,
.computer-vision .vision-box2 .container .menu ul li.on {
  color: #7a66f0;
  border-bottom: 3px solid #7a66f0;
}
.computer-vision .vision-box2 .container .list {
  width: 100%;
  margin-top: 0.6rem;
}
.computer-vision .vision-box2 .container .list ul {
  width: calc(100% + 0.4rem);
  margin: 0 -0.2rem;
  display: flex;
  flex-wrap: wrap;
  display: none;
}
.computer-vision .vision-box2 .container .list ul.on {
  display: flex;
}
.computer-vision .vision-box2 .container .list ul li {
  width: calc(25% - 0.4rem);
  margin: 0 0.2rem 0.48rem;
  position: relative;
}
@media (max-width: 767px) {
  .computer-vision .vision-box2 .container .list ul li {
    width: calc(50% - 0.4rem);
  }
}
.computer-vision .vision-box2 .container .list ul li .public-img {
  border-radius: 0.08rem;
}
.computer-vision .vision-box2 .container .list ul li .public-img::before {
  padding-top: 75.86%;
}
.computer-vision .vision-box2 .container .list ul li .txt {
  color: #666;
  text-align: center;
  margin-top: 0.25rem;
}
.computer-vision .vision-box2 .container .list ul li .more {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.computer-vision .vision-box2 .container .list ul li .more .ts {
  width: 100%;
  color: #7a66f0;
  font-weight: bold;
  text-align: center;
}
.computer-vision .vision-box2 .container .list ul li .more .icons {
  width: 30px;
  height: 30px;
  background: #7a66f0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.12rem auto 0;
  transition: all 0.3s;
}
.computer-vision .vision-box2 .container .list ul li .more .icons svg {
  width: 14px;
  height: 14px;
}
.computer-vision .vision-box2 .container .list ul li .more .icons svg path {
  fill: #fff;
}
.computer-vision .vision-box2 .container .list ul li:last-child .public-img:hover > img {
  transform: scale(1.1);
}
.computer-vision .vision-box2 .container .list ul li:last-child .public-img:hover .more .icons {
  margin-top: 0;
}
.computer-vision .vision-box3 {
  width: 100%;
  padding: 0.93rem 0 1rem;
}
.computer-vision .vision-box3 .container {
  max-width: 1280px;
}
.computer-vision .vision-box3 .container .top {
  width: 100%;
}
.computer-vision .vision-box3 .container .top .title {
  color: #202945;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}
.computer-vision .vision-box3 .container .top .txt {
  color: #666;
  text-align: center;
  margin-top: 0.2rem;
}
.computer-vision .vision-box3 .container .menu {
  width: 100%;
  margin-top: 0.56rem;
  border-bottom: 1px solid #e8e8e8;
}
.computer-vision .vision-box3 .container .menu ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
.computer-vision .vision-box3 .container .menu ul li {
  color: #666;
  cursor: pointer;
  padding: 0 0.2rem 0.22rem;
  border-bottom: 3px solid transparent;
  margin: 0 0.4rem;
}
.computer-vision .vision-box3 .container .menu ul li:hover,
.computer-vision .vision-box3 .container .menu ul li.on {
  color: #7a66f0;
  border-bottom: 3px solid #7a66f0;
}
.computer-vision .vision-box3 .container .list {
  width: 100%;
  margin-top: 0.6rem;
}
.computer-vision .vision-box3 .container .list ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  display: none;
}
.computer-vision .vision-box3 .container .list ul li.on {
  display: flex;
}
.computer-vision .vision-box3 .container .list ul li .public-img {
  width: 46.875%;
  border-radius: 0.1rem;
}
@media (max-width: 767px) {
  .computer-vision .vision-box3 .container .list ul li .public-img {
    width: 100%;
  }
}
.computer-vision .vision-box3 .container .list ul li .public-img::before {
  padding-top: 96.67%;
}
.computer-vision .vision-box3 .container .list ul li .tbox {
  width: 46.875%;
}
@media (max-width: 767px) {
  .computer-vision .vision-box3 .container .list ul li .tbox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.computer-vision .vision-box3 .container .list ul li .tbox .t1 {
  color: #202945;
  font-weight: bold;
}
.computer-vision .vision-box3 .container .list ul li .tbox .t2 {
  color: #666;
  margin-top: 0.28rem;
}
.computer-vision .vision-box3 .container .list ul li .tbox .t2 p {
  display: flex;
  align-items: center;
}
.computer-vision .vision-box3 .container .list ul li .tbox .t2 span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ccc;
  display: inline-flex;
  margin-right: 0.15rem;
}
.computer-vision .vision-box3 .container .list ul li .tbox .t3 {
  width: 100%;
  margin-top: 0.55rem;
  display: flex;
}
.computer-vision .vision-box3 .container .list ul li .tbox .t3 .label {
  width: 33.33%;
  position: relative;
}
.computer-vision .vision-box3 .container .list ul li .tbox .t3 .label::before {
  content: '';
  width: 1px;
  height: 0.7rem;
  background: #e8e8e8;
  position: absolute;
  right: 0;
  top: 0;
}
.computer-vision .vision-box3 .container .list ul li .tbox .t3 .label .icon {
  display: flex;
  justify-content: center;
}
.computer-vision .vision-box3 .container .list ul li .tbox .t3 .label .txt {
  color: #666;
  text-align: center;
  margin-top: 0.14rem;
}
.computer-vision .vision-box3 .container .list ul li .tbox .t3 .label:last-child::before {
  display: none;
}
.computer-vision .vision-box3 .container .list ul li .tbox .btn {
  margin-top: 0.58rem;
}
.computer-vision .vision-box3 .container .list ul li .tbox .btn .public-btn2 {
  background-color: #7a66f0;
  box-shadow: 0rem 0.2rem 0.5rem 0rem rgba(122, 102, 240, 0.3);
}
.computer-vision .vision-box4 {
  width: 100%;
  padding: 0.93rem 0 1rem;
}
.computer-vision .vision-box4 .container {
  max-width: 1280px;
}
.computer-vision .vision-box4 .container .title {
  color: #202945;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}
.computer-vision .vision-box4 .container .list {
  width: 100%;
  margin-top: 0.57rem;
}
.computer-vision .vision-box4 .container .list ul {
  width: calc(100% + 0.4rem);
  margin: 0 -0.2rem;
  display: flex;
  flex-wrap: wrap;
}
.computer-vision .vision-box4 .container .list ul li {
  width: calc(50% - 0.4rem);
  min-height: 2.6rem;
  margin: 0 0.2rem 0.4rem;
  background: #f8f9ff url(../images/aicc3-bg.png) right center no-repeat;
  background-size: cover;
  border-radius: 0.08rem;
  padding: 0.4rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  transition: all ease-out 0.3s;
}
@media (max-width: 767px) {
  .computer-vision .vision-box4 .container .list ul li {
    width: calc(100% - 0.4rem);
  }
}
.computer-vision .vision-box4 .container .list ul li .icon {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-out 0.3s;
  background-image: linear-gradient(45deg, #7a66f0 0%, #836ff3 40%, #8b77f5 100%), linear-gradient(#7a66f0, #7a66f0);
  background-blend-mode: normal, 
                normal;
  box-shadow: 0px 0px 20px 0px rgba(122, 102, 240, 0.3), inset 0px 0px 3px 0px #ffffff;
}
@media (max-width: 767px) {
  .computer-vision .vision-box4 .container .list ul li .icon svg {
    width: 50%;
  }
}
.computer-vision .vision-box4 .container .list ul li .icon svg path {
  fill: #fff;
  transition: all ease-out 0.3s;
}
.computer-vision .vision-box4 .container .list ul li .tbox {
  width: calc(100% - 1.3rem);
  padding-top: 0.12rem;
}
.computer-vision .vision-box4 .container .list ul li .tbox .t1 {
  color: #7a66f0;
  font-weight: bold;
  transition: all ease-out 0.3s;
}
.computer-vision .vision-box4 .container .list ul li .tbox .t2 {
  color: #666;
  line-height: 30px;
  margin-top: 0.17rem;
  transition: all ease-out 0.3s;
}
@media (max-width: 1580px) {
  .computer-vision .vision-box4 .container .list ul li .tbox .t2 {
    line-height: 28px;
  }
}
@media (max-width: 1260px) {
  .computer-vision .vision-box4 .container .list ul li .tbox .t2 {
    line-height: 26px;
  }
}
.computer-vision .vision-box4 .container .list ul li:hover {
  background: #7a66f0 url(../images/aicc3-bg.png) right center no-repeat;
  background-size: cover;
}
.computer-vision .vision-box4 .container .list ul li:hover .icon {
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(88, 66, 223, 0.3);
}
.computer-vision .vision-box4 .container .list ul li:hover .icon svg path {
  fill: #7a66f0;
}
.computer-vision .vision-box4 .container .list ul li:hover .tbox .t1 {
  color: #fff;
}
.computer-vision .vision-box4 .container .list ul li:hover .tbox .t2 {
  color: #fff;
}
.computer-vision .vision-box5 {
  width: 100%;
  padding: 0.53rem 0 1rem;
}
.computer-vision .vision-box5 .container {
  max-width: 1280px;
}
.computer-vision .vision-box5 .container .top {
  width: 100%;
}
.computer-vision .vision-box5 .container .top .title {
  font-weight: bold;
  color: #202945;
  text-align: center;
  line-height: 1.2;
}
.computer-vision .vision-box5 .container .top .txt {
  color: #666;
  text-align: center;
  margin-top: 0.18rem;
}
.computer-vision .vision-box5 .list {
  width: 100%;
  margin-top: 0.62rem;
}
.computer-vision .vision-box5 .list .wxgd {
  width: 100%;
  height: 1.2rem;
  margin: auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.4rem;
}
.computer-vision .vision-box5 .list .wxgd:last-child {
  margin-bottom: 0;
}
.computer-vision .vision-box5 .list .wxgd ul {
  height: 100%;
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
}
.computer-vision .vision-box5 .list .wxgd ul li {
  position: relative;
  top: 0;
  float: left;
  margin: 0 0.2rem;
  width: 2.24rem;
  height: 1.2rem;
  transition: all 0.3s;
  border: 1px solid #e8e8e8;
  border-radius: 0.08rem;
  overflow: hidden;
}
.computer-vision .vision-box5 .list .wxgd2 ul {
  left: initial;
  right: 0;
}
.computer-GasStation {
  width: 100%;
}
.computer-GasStation .GasStation-box1 {
  width: 100%;
  padding: 0.95rem 0 1rem;
  background: #f7f8ff;
}
.computer-GasStation .GasStation-box1.bgfff {
  background: #fff;
}
.computer-GasStation .GasStation-box1 .container {
  max-width: 1280px;
}
.computer-GasStation .GasStation-box1 .container .top {
  text-align: center;
}
.computer-GasStation .GasStation-box1 .container .top .t1 {
  color: #7a66f0;
}
.computer-GasStation .GasStation-box1 .container .top .title {
  line-height: 1.2;
  font-weight: bold;
  color: #202945;
  margin-top: 0.18rem;
}
.computer-GasStation .GasStation-box1 .container .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  margin-top: 0.5rem;
}
.computer-GasStation .GasStation-box1 .container .content .img {
  width: 46.875%;
}
@media (max-width: 991px) {
  .computer-GasStation .GasStation-box1 .container .content .img {
    width: 100%;
  }
}
.computer-GasStation .GasStation-box1 .container .content .img ul li {
  display: none;
}
.computer-GasStation .GasStation-box1 .container .content .img ul li.on {
  display: block;
}
.computer-GasStation .GasStation-box1 .container .content .img ul li .public-img {
  border-radius: 0.1rem;
}
.computer-GasStation .GasStation-box1 .container .content .img ul li .public-img::before {
  padding-top: 83.33%;
}
.computer-GasStation .GasStation-box1 .container .content .tbox {
  width: 46.875%;
  padding-top: 0.14rem;
}
@media (max-width: 991px) {
  .computer-GasStation .GasStation-box1 .container .content .tbox {
    width: 100%;
    padding-top: 0.6rem;
  }
}
.computer-GasStation .GasStation-box1 .container .content .tbox .txt {
  color: #666;
  line-height: 30px;
}
@media (max-width: 1580px) {
  .computer-GasStation .GasStation-box1 .container .content .tbox .txt {
    line-height: 28px;
  }
}
@media (max-width: 1260px) {
  .computer-GasStation .GasStation-box1 .container .content .tbox .txt {
    line-height: 26px;
  }
}
.computer-GasStation .GasStation-box1 .container .content .tbox ul {
  width: 100%;
  margin-top: 0.36rem;
}
.computer-GasStation .GasStation-box1 .container .content .tbox ul li {
  width: 100%;
  padding: 0.26rem 0.4rem;
  border-bottom: 1px solid #e8e8e8;
  cursor: pointer;
}
.computer-GasStation .GasStation-box1 .container .content .tbox ul li .t1 {
  width: 100%;
  color: #202945;
  transition: all ease-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.computer-GasStation .GasStation-box1 .container .content .tbox ul li .t1 .icon {
  width: 14px;
  height: 14px;
}
.computer-GasStation .GasStation-box1 .container .content .tbox ul li .t1 .icon svg path {
  fill: #9a9a9b;
  transition: all ease-out 0.3s;
}
.computer-GasStation .GasStation-box1 .container .content .tbox ul li .t2 {
  width: 100%;
  margin-top: 0.17rem;
  display: none;
}
.computer-GasStation .GasStation-box1 .container .content .tbox ul li .t2 p {
  color: #666;
  line-height: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 1580px) {
  .computer-GasStation .GasStation-box1 .container .content .tbox ul li .t2 p {
    line-height: 28px;
  }
}
@media (max-width: 1260px) {
  .computer-GasStation .GasStation-box1 .container .content .tbox ul li .t2 p {
    line-height: 26px;
  }
}
.computer-GasStation .GasStation-box1 .container .content .tbox ul li .t2 p span {
  background: #ccc;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-right: 0.1rem;
}
.computer-GasStation .GasStation-box1 .container .content .tbox ul li.on {
  background: #fff;
  background-color: #ffffff;
  box-shadow: 0px 5px 20px 0px rgba(122, 102, 240, 0.1);
  border-radius: 0.1rem;
  padding: 0.26rem 0.4rem 0.21rem;
  border-bottom: 1px solid #fff;
}
.computer-GasStation .GasStation-box1 .container .content .tbox ul li.on .t1 {
  color: #7a66f0;
}
.computer-GasStation .GasStation-box1 .container .content .tbox ul li.on .t1 .icon {
  transform: rotateZ(-45deg);
}
.computer-GasStation .GasStation-box1 .container .content .tbox ul li.on .t1 .icon svg path {
  fill: #7a66f0;
}
.computer-GasStation .GasStation-box1 .container .content2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
  margin-top: 0.5rem;
}
.computer-GasStation .GasStation-box1 .container .content2 .public-img {
  width: 46.875%;
  border-radius: 0.1rem;
}
@media (max-width: 767px) {
  .computer-GasStation .GasStation-box1 .container .content2 .public-img {
    width: 100%;
  }
}
.computer-GasStation .GasStation-box1 .container .content2 .public-img::before {
  padding-top: 83.33%;
}
.computer-GasStation .GasStation-box1 .container .content2 .txt {
  width: 46.875%;
  padding-top: 0.14rem;
  color: #666;
  line-height: 30px;
}
@media (max-width: 767px) {
  .computer-GasStation .GasStation-box1 .container .content2 .txt {
    width: 100%;
    margin-top: 0.3rem;
  }
}
@media (max-width: 1580px) {
  .computer-GasStation .GasStation-box1 .container .content2 .txt {
    line-height: 28px;
  }
}
@media (max-width: 1260px) {
  .computer-GasStation .GasStation-box1 .container .content2 .txt {
    line-height: 26px;
  }
}
.computer-GasStation .GasStation-box1 .container .other-box {
  width: 100%;
  margin-top: 0.95rem;
}
.computer-GasStation .GasStation-box1 .container .other-box .tops {
  text-align: center;
}
.computer-GasStation .GasStation-box1 .container .other-box .tops .t1 {
  color: #7a66f0;
}
.computer-GasStation .GasStation-box1 .container .other-box .tops .title {
  line-height: 1.2;
  font-weight: bold;
  color: #202945;
  margin-top: 0.18rem;
}
.computer-GasStation .GasStation-box1 .container .other-box .list {
  width: 100%;
  margin-top: 0.5rem;
}
.computer-GasStation .GasStation-box1 .container .other-box .list ul {
  width: calc(100% + 0.4rem);
  margin: 0 -0.2rem;
  display: flex;
  flex-wrap: wrap;
}
.computer-GasStation .GasStation-box1 .container .other-box .list ul li {
  width: calc(33.33% - 0.4rem);
  margin: 0 0.2rem 0.2rem;
}
@media (max-width: 767px) {
  .computer-GasStation .GasStation-box1 .container .other-box .list ul li {
    width: calc(100% - 0.4rem);
    margin: 0 0.2rem 0.4rem;
  }
}
.computer-GasStation .GasStation-box1 .container .other-box .list ul li .public-img {
  border-radius: 0.1rem;
}
.computer-GasStation .GasStation-box1 .container .other-box .list ul li .public-img::before {
  padding-top: 65%;
}
.computer-GasStation .GasStation-box1 .container .other-box .list ul li .public-img .tips {
  width: 100%;
  height: 100%;
  color: #fff;
  line-height: 30px;
  padding: 0.3rem 0.4rem;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  background: #7462e9 url(../images/GasStation-box1-list-bg.png) center center no-repeat;
  transition: all ease-out 0.3s;
}
@media (max-width: 1580px) {
  .computer-GasStation .GasStation-box1 .container .other-box .list ul li .public-img .tips {
    line-height: 28px;
  }
}
@media (max-width: 1260px) {
  .computer-GasStation .GasStation-box1 .container .other-box .list ul li .public-img .tips {
    line-height: 26px;
  }
}
.computer-GasStation .GasStation-box1 .container .other-box .list ul li .txt {
  color: #666;
  text-align: center;
  margin-top: 0.25rem;
  transition: all ease-out 0.3s;
}
.computer-GasStation .GasStation-box1 .container .other-box .list ul li:hover .public-img .tips {
  top: 0;
}
.computer-GasStation .GasStation-box1 .container .other-box .list ul li:hover .txt {
  color: #7462e9;
}
.computer-GasStation .GasStation-box1 .container .other-box .list .btn {
  margin-top: 0.28rem;
  display: flex;
  justify-content: center;
}
.computer-GasStation .GasStation-box1 .container .other-box .list .btn .public-btn2 {
  background-color: #7a66f0;
  box-shadow: 0rem 0.2rem 0.5rem 0rem rgba(122, 102, 240, 0.3);
}
.GasStation-box4 {
  width: 100%;
  padding: 0.95rem 0 0.8rem;
}
.GasStation-box4 .container {
  max-width: 1280px;
}
.GasStation-box4 .container .top {
  text-align: center;
}
.GasStation-box4 .container .top .t1 {
  color: #7a66f0;
}
.GasStation-box4 .container .top .title {
  line-height: 1.2;
  font-weight: bold;
  color: #202945;
  margin-top: 0.18rem;
}
.GasStation-box4 .container .list {
  width: calc(100% + 0.4rem);
  margin: 0.3rem -0.2rem 0;
  position: relative;
}
.GasStation-box4 .container .list .swiper-container {
  padding: 0.2rem;
}
.GasStation-box4 .container .list .swiper-container .swiper-slide a {
  width: 100%;
  display: block;
  background-color: #ffffff;
  box-shadow: 0px 0.05rem 0.2rem 0px rgba(122, 102, 240, 0.1);
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
.GasStation-box4 .container .list .swiper-container .swiper-slide a .public-img {
  width: 100%;
}
.GasStation-box4 .container .list .swiper-container .swiper-slide a .public-img::before {
  padding-top: 60%;
}
.GasStation-box4 .container .list .swiper-container .swiper-slide a .tbox {
  width: 100%;
  padding: 0.33rem 0.3rem 0.35rem;
  transition: all ease-out 0.3s;
  position: relative;
}
.GasStation-box4 .container .list .swiper-container .swiper-slide a .tbox::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/GasStation-box4-bg.png) center center no-repeat;
  background-size: cover;
  opacity: 0;
  transition: all ease-out 0.3s;
}
.GasStation-box4 .container .list .swiper-container .swiper-slide a .tbox .t1 {
  color: #202945;
  transition: all ease-out 0.3s;
  position: relative;
  z-index: 2;
}
.GasStation-box4 .container .list .swiper-container .swiper-slide a .tbox .txt {
  color: #676767;
  height: 48px;
  line-height: 24px;
  margin-top: 0.2rem;
  transition: all ease-out 0.3s;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 767px) {
  .GasStation-box4 .container .list .swiper-container .swiper-slide a .tbox .txt {
    height: 3em;
    line-height: 1.5;
  }
}
.GasStation-box4 .container .list .swiper-container .swiper-slide a .tbox .more {
  color: #7a66f0;
  transition: all ease-out 0.3s;
  line-height: 26px;
  margin-top: 0.22rem;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.GasStation-box4 .container .list .swiper-container .swiper-slide a .tbox .more .icons {
  width: 14px;
  height: 14px;
  display: inline-flex;
  margin-left: 0.15rem;
}
.GasStation-box4 .container .list .swiper-container .swiper-slide a .tbox .more .icons svg {
  width: 14px;
  height: 14px;
}
.GasStation-box4 .container .list .swiper-container .swiper-slide a .tbox .more .icons svg path {
  fill: #7a66f0;
  transition: all ease-out 0.3s;
}
.GasStation-box4 .container .list .swiper-container .swiper-slide a:hover .public-img img {
  transform: scale(1.05);
}
.GasStation-box4 .container .list .swiper-container .swiper-slide a:hover .tbox::before {
  opacity: 1;
}
.GasStation-box4 .container .list .swiper-container .swiper-slide a:hover .tbox .t1 {
  color: #fff;
}
.GasStation-box4 .container .list .swiper-container .swiper-slide a:hover .tbox .txt {
  color: #fff;
}
.GasStation-box4 .container .list .swiper-container .swiper-slide a:hover .tbox .more {
  color: #fff;
}
.GasStation-box4 .container .list .swiper-container .swiper-slide a:hover .tbox .more .icons svg path {
  fill: #fff;
}
.GasStation-box4 .container .list .swiper-prev,
.GasStation-box4 .container .list .swiper-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background-color: #ffffff;
  box-shadow: 0px 5px 20px 0px rgba(122, 102, 240, 0.1);
  cursor: pointer;
}
@media (max-width: 1024px) {
  .GasStation-box4 .container .list .swiper-prev,
  .GasStation-box4 .container .list .swiper-next {
    display: none;
  }
}
.GasStation-box4 .container .list .swiper-prev svg,
.GasStation-box4 .container .list .swiper-next svg {
  width: 14px;
  height: 14px;
}
.GasStation-box4 .container .list .swiper-prev svg path,
.GasStation-box4 .container .list .swiper-next svg path {
  fill: #7a66f0;
  transition: all ease-out 0.3s;
}
.GasStation-box4 .container .list .swiper-prev:hover,
.GasStation-box4 .container .list .swiper-next:hover {
  background: #7a66f0;
  box-shadow: none;
}
.GasStation-box4 .container .list .swiper-prev:hover svg path,
.GasStation-box4 .container .list .swiper-next:hover svg path {
  fill: #fff;
}
.GasStation-box4 .container .list .swiper-prev {
  left: -0.7rem;
}
.GasStation-box4 .container .list .swiper-prev svg {
  transform: rotateZ(180deg);
}
.GasStation-box4 .container .list .swiper-next {
  right: -0.7rem;
}
.GasStation-box4-pop {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  display: none;
}
.GasStation-box4-pop .box {
  width: 1280px;
  max-width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 0.6rem 0.1rem 0.6rem 0.4rem;
  border-radius: 0.15rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1580px) {
  .GasStation-box4-pop .box {
    width: 900px;
  }
}
@media (max-width: 767px) {
  .GasStation-box4-pop .box {
    padding: 0.8rem 0.3rem 0.5rem;
  }
}
.GasStation-box4-pop .box .close {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .GasStation-box4-pop .box .close {
    width: 15px;
    height: 15px;
  }
}
.GasStation-box4-pop .box .close img,
.GasStation-box4-pop .box .close svg {
  transition: all ease-out 0.3s;
}
.GasStation-box4-pop .box .close:hover img,
.GasStation-box4-pop .box .close:hover svg {
  transform: rotateZ(180deg);
}
.GasStation-box4-pop .box .public-img {
  width: 48.85%;
  border-radius: 0.15rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .GasStation-box4-pop .box .public-img {
    width: 100%;
  }
}
.GasStation-box4-pop .box .public-img::before {
  padding-top: 106.66%;
}
.GasStation-box4-pop .box .tbox {
  width: 46.41%;
}
@media (max-width: 767px) {
  .GasStation-box4-pop .box .tbox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.GasStation-box4-pop .box .tbox .t1 {
  width: calc(100% - 0.5rem);
  color: #202945;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #e8e8e8;
}
.GasStation-box4-pop .box .tbox .tboxs {
  width: 100%;
  height: 5.9rem;
  padding: 0.34rem 0.5rem 0.3rem 0;
  overflow-y: auto;
  scrollbar-width: thin;
}
@media (max-width: 991px) {
  .GasStation-box4-pop .box .tbox .tboxs {
    height: 4.5rem;
  }
}
@media (max-width: 767px) {

  .GasStation-box4-pop .box .tbox .tboxs {
    height: 4rem;
  }
}
.GasStation-box4-pop .box .tbox .tboxs::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
}
.GasStation-box4-pop .box .tbox .tboxs::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #7b66f1;
}
.GasStation-box4-pop .box .tbox .tboxs::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #f5f5f5;
}
.GasStation-box4-pop .box .tbox .tboxs .ts {
  width: 100%;
  margin-bottom: 0.38rem;
}
.GasStation-box4-pop .box .tbox .tboxs .ts:last-child {
  margin-bottom: 0;
}
.GasStation-box4-pop .box .tbox .tboxs .ts .ts1 {
  color: #7b66f1;
}
.GasStation-box4-pop .box .tbox .tboxs .ts .ts2 {
  color: #666;
  line-height: 24px;
  margin-top: 0.1rem;
}
.GasStation-box4-pop .box .tbox .tboxs .ts .ts3 {
  color: #666;
  line-height: 24px;
  margin-top: 0.1rem;
}
.GasStation-box4-pop .box .tbox .tboxs .ts .ts3 span {
  width: 100%;
  display: flex;
  align-items: baseline;
  margin-bottom: 0.12rem;
}
.GasStation-box4-pop .box .tbox .tboxs .ts .ts3 span img {
  width: 10px;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.computer-solution {
  width: 100%;
}
.computer-solution .solution-box1 {
  width: 100%;
  background: #f7f8ff;
  padding: 0.95rem 0 1rem;
}
.computer-solution .solution-box1 .container {
  max-width: 1280px;
}
.computer-solution .solution-box1 .container .top {
  width: 100%;
  text-align: center;
}
.computer-solution .solution-box1 .container .top .t1 {
  color: #7a66f0;
}
.computer-solution .solution-box1 .container .top .title {
  color: #202945;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 0.18rem;
}
.computer-solution .solution-box1 .container .top .txt {
  color: #666;
  margin-top: 0.18rem;
}
.computer-solution .solution-box1 .container .content {
  width: 100%;
  margin-top: 0.55rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0px 5px 20px 0px rgba(122, 102, 240, 0.1);
  padding: 0.6rem;
}
.computer-solution .solution-box1 .container .content .public-img {
  width: 37.93%;
  border-radius: 0.1rem;
}
@media (max-width: 991px) {
  .computer-solution .solution-box1 .container .content .public-img {
    width: 100%;
  }
}
.computer-solution .solution-box1 .container .content .public-img::before {
  padding-top: 77.27%;
}
.computer-solution .solution-box1 .container .content .tbox {
  width: 50%;
}
@media (max-width: 991px) {
  .computer-solution .solution-box1 .container .content .tbox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.computer-solution .solution-box1 .container .content .tbox .t1 {
  line-height: 1;
  color: #202945;
  font-weight: bold;
}
.computer-solution .solution-box1 .container .content .tbox .t2 {
  color: #666;
  margin-top: 0.14rem;
}
.computer-solution .solution-box1 .container .content .tbox .t3 {
  line-height: 30px;
  margin-top: 0.47rem;
}
@media (max-width: 1580px) {
  .computer-solution .solution-box1 .container .content .tbox .t3 {
    line-height: 28px;
  }
}
@media (max-width: 1260px) {
  .computer-solution .solution-box1 .container .content .tbox .t3 {
    line-height: 26px;
  }
}
.computer-solution .solution-box1 .container .content .tbox .t3 .ts {
  margin-bottom: 0.15rem;
}
.computer-solution .solution-box1 .container .content .tbox .btn {
  margin-top: 0.3rem;
}
.computer-solution .solution-box1 .container .content .tbox .btn .public-btn2 {
  background-color: #7a66f0;
  box-shadow: 0rem 0.2rem 0.5rem 0rem rgba(122, 102, 240, 0.3);
}
.computer-solution .solution-box2 {
  width: 100%;
  padding: 0.95rem 0 0.9rem;
}
.computer-solution .solution-box2.bgf7f8ff {
  background: #f7f8ff;
}
.computer-solution .solution-box2 .container {
  max-width: 1280px;
}
.computer-solution .solution-box2 .container .top {
  width: 100%;
  text-align: center;
}
.computer-solution .solution-box2 .container .top .t1 {
  color: #7a66f0;
}
.computer-solution .solution-box2 .container .top .title {
  color: #202945;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 0.18rem;
}
.computer-solution .solution-box2 .container .top .txt {
  color: #666;
  margin-top: 0.18rem;
}
.computer-solution .solution-box2 .container .list {
  width: calc(100% + 0.4rem);
  margin: 0.35rem -0.2rem 0;
  position: relative;
}
.computer-solution .solution-box2 .container .list .swiper-container {
  padding: 0.2rem 0.2rem 0.6rem;
}
.computer-solution .solution-box2 .container .list .swiper-container .swiper-slide {
  width: 100%;
  padding: 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  background-color: #ffffff;
  box-shadow: 0px 0.05rem 0.2rem 0px rgba(122, 102, 240, 0.1);
  border-radius: 0.1rem;
}
@media (max-width: 767px) {
  .computer-solution .solution-box2 .container .list .swiper-container .swiper-slide {
    padding: 0.3rem;
  }
}
.computer-solution .solution-box2 .container .list .swiper-container .swiper-slide .public-img {
  width: 37.93%;
  border-radius: 0.1rem;
}
@media (max-width: 991px) {
  .computer-solution .solution-box2 .container .list .swiper-container .swiper-slide .public-img {
    width: 100%;
  }
}
.computer-solution .solution-box2 .container .list .swiper-container .swiper-slide .public-img::before {
  padding-top: 77.27%;
}
.computer-solution .solution-box2 .container .list .swiper-container .swiper-slide .tbox {
  width: 56%;
}
@media (max-width: 991px) {
  .computer-solution .solution-box2 .container .list .swiper-container .swiper-slide .tbox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.computer-solution .solution-box2 .container .list .swiper-container .swiper-slide .tbox .t1 {
  color: #202945;
  font-weight: bold;
  line-height: 1;
}
.computer-solution .solution-box2 .container .list .swiper-container .swiper-slide .tbox .t2 {
  color: #666;
  margin-top: 0.12rem;
  line-height: 30px;
}
@media (max-width: 1580px) {
  .computer-solution .solution-box2 .container .list .swiper-container .swiper-slide .tbox .t2 {
    line-height: 28px;
  }
}
@media (max-width: 1260px) {
  .computer-solution .solution-box2 .container .list .swiper-container .swiper-slide .tbox .t2 {
    line-height: 26px;
  }
}
.computer-solution .solution-box2 .container .list .swiper-container .swiper-slide .tbox .ts {
  width: 100%;
  margin-top: 0.45rem;
}
.computer-solution .solution-box2 .container .list .swiper-container .swiper-slide .tbox .ts .ts1 {
  color: #666;
  line-height: 30px;
  margin-bottom: 0.15rem;
}
@media (max-width: 1580px) {
  .computer-solution .solution-box2 .container .list .swiper-container .swiper-slide .tbox .ts .ts1 {
    line-height: 28px;
  }
}
@media (max-width: 1260px) {
  .computer-solution .solution-box2 .container .list .swiper-container .swiper-slide .tbox .ts .ts1 {
    line-height: 26px;
  }
}
.computer-solution .solution-box2 .container .list .swiper-container .swiper-slide .tbox .ts .ts1 span {
  color: #202945;
}
.computer-solution .solution-box2 .container .list .swiper-container .swiper-slide .tbox .btn .public-btn2 {
  background-color: #7a66f0;
  box-shadow: 0rem 0.2rem 0.5rem 0rem rgba(122, 102, 240, 0.3);
}
.computer-solution .solution-box2 .container .list .swiper-container .swiper-pagination {
  bottom: 0;
  font-size: 0;
}
.computer-solution .solution-box2 .container .list .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 2px solid rgba(122, 102, 240, 0.5);
  border-radius: 5px;
  background: none;
  opacity: 1;
  transition: all ease-out 0.3s;
}
.computer-solution .solution-box2 .container .list .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  border: 2px solid #7a66f0;
  background: #7a66f0;
}
.computer-solution .GasStation-box4 {
  background: #f7f8ff;
}
.label { margin-top:0px}
.label .item {
    display: inline-block;
    padding:8px ;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-right: 6px;
    background: #EFF2F3  !important;
}

.label .item a{ color: #333333 !important;}
.label .item:hover{
    background: rgba(16, 187, 184, 0.1);
    cursor: pointer;
}
 .label .item:hover a{
    color:#FF7A00 !important;
}
@media (max-width:767px){.c-content .c-content-excerpt p{text-align:justify}}
.c-content .entry-content{color:var(--theme-black-color);font-size:16px;line-height:1.8;margin-bottom:30px;position:relative}
.c-content .entry-content:after,.c-content .entry-content:before{content:" ";display:table}
.c-content {color: #000 !important;}

.c-content .entry-content .h2,.c-content .entry-content .h3,.c-content .entry-content h2,.c-content .entry-content h3{font-weight:600;line-height:1.4;margin:32px 0 16px;
}
.entry-content  a{
  margin-right: 0.1rem;
  padding: 0 0.1rem;
  border-radius: 15px;
  display: inline-block;
  color: #FF7A00 !important;
  transition: all 0.3s;
}
.c-content .entry-content h4,.c-content .entry-content h5{font-weight:500}
.c-content .entry-content .h1,.c-content .entry-content h1{font-size:24px}
.c-content .entry-content .h2,.c-content .entry-content h2{border-bottom:2px solid  #F0F0F0 !important;font-size:22px !important;padding-bottom:12px !important; color:#000 !important}
.c-content .entry-content .h3,.c-content .entry-content h3{font-size:20px}
.c-content .entry-content p{line-height:1.8;margin-bottom:20px;word-wrap:break-word}
.c-content .entry-content p>img{vertical-align:baseline}@media (max-width:767px){.c-content .entry-content p{text-align:justify}
.c-content .entry-content p.aligncenter,.c-content .entry-content p.has-text-align-center{text-align:center}
.c-content .entry-content p.has-text-align-left{text-align:left}
.c-content .entry-content p.has-text-align-right{text-align:right}
.c-content .entry-content .stk-column p{text-align:var(--stk-alignment-text-align,start)}}
.c-content .entry-content .inline-icon{display:inline-block;font-size:inherit;line-height:inherit;padding:0 .1em;text-indent:0;vertical-align:bottom;white-space:normal}
.c-content .entry-content>p{white-space:pre-wrap}
.c-content .entry-content p.has-drop-cap:not(:focus):first-letter{font-size:3em;font-weight:300;line-height:1}
.c-content .entry-content figure{margin-bottom:20px}
.c-content .entry-content .woocommerce p{text-indent:0!important}
.c-content .entry-content blockquote{background:hsla(var(--theme-color-hsl),.04);border-left-color:var(--theme-line-color);color:var(--theme-black-color);font-size:14px}
.c-content .entry-content blockquote p:last-child{margin-bottom:0}
.c-content .entry-content .wp-block-code,.c-content .entry-content pre{background:#2b303b;border:0;border-radius:var(--theme-border-radius-l,3px);color:#eee;font-size:14px;line-height:1.45;overflow-x:scroll;padding:20px}@media (max-width:1239px){.c-content .entry-content .wp-block-code,.c-content .entry-content pre{padding:20px}}@media (max-width:767px){.c-content .entry-content .wp-block-code,.c-content .entry-content pre{padding:15px}}
.c-content .entry-content .wp-block-code>code,.c-content .entry-content pre>code{background:none}
.c-content .entry-content code,.c-content .entry-content kbd{background:var(--theme-line-color);border-radius:var(--theme-border-radius-s,2px);font-size:.9em;margin:0 1px;padding:2px 4px}
.c-content .entry-content ol,.c-content .entry-content ul{list-style-position:outside;margin-bottom:20px;padding-left:2em}
.c-content .entry-content li{line-height:1.46;margin-bottom:.5em}
.c-content .entry-content img{height:auto}
.c-content .entry-content img,.c-content .entry-content video{max-width:100%;vertical-align:top}@media (max-width:767px){.c-content .entry-content video:not(.art-video){display:block;height:auto;width:100%}}
.c-content .entry-content video::-internal-media-controls-download-button{display:none}
.c-content .entry-content video::-webkit-media-controls-enclosure{overflow:hidden}
.c-content .entry-content video::-webkit-media-controls-panel{width:calc(100% + 30px)}
.c-content .entry-content audio{max-width:100%;vertical-align:top}@media (max-width:767px){.c-content .entry-content audio{display:block;width:100%}}
.c-content .entry-content embed,.c-content .entry-content iframe{max-width:100%;vertical-align:top}@media (max-width:767px){.c-content .entry-content embed,.c-content .entry-content iframe{display:block;max-height:500px;min-height:200px;width:100%}}
.c-content .entry-content .aligncenter{display:block;margin-left:auto;margin-right:auto;text-align:center}
.c-content .entry-content .aligncenter img{margin:0 auto}
.c-content .entry-content .alignleft{float:left;margin-bottom:10px;margin-right:10px}
.c-content .entry-content .alignright{float:right;margin-bottom:10px;margin-left:10px}
.c-content .entry-content table{border-collapse:collapse;margin-bottom:20px;width:100%}
.c-content .entry-content table td,.c-content .entry-content table th{border:1px solid var(--theme-border-color);padding:.5em}
.c-content .entry-content .has-theme-light-color{color:#f5f5f5}
.c-content .entry-content .has-theme-light-background-color{background-color:#f5f5f5}
.c-content .entry-content .has-theme-gray-color{color:#999}
.c-content .entry-content .has-theme-gray-background-color{background-color:#999}
.c-content .entry-content .has-theme-black-color{color:#333}
.c-content .entry-content .has-theme-black-background-color{background-color:#333}
.c-content .entry-content .has-theme-hover-color{color:var(--theme-hover)}
.c-content .entry-content .has-theme-hover-background-color{background-color:var(--theme-hover)}
.c-content .entry-content .has-theme-color-color{color:var(--theme-color)}
.c-content .entry-content .has-theme-color-background-color{background-color:var(--theme-color)}
.c-content .entry-content .gallery{font-size:0;margin:0 -10px}
.c-content .entry-content .gallery .gallery-item{display:inline-block;padding:10px;text-align:center;vertical-align:top}
.c-content .entry-content .gallery .gallery-item img{border:0;height:auto;max-width:100%;vertical-align:top}
.c-content .entry-content .gallery-columns-1 .gallery-item{width:100%}
.c-content .entry-content .gallery-columns-2 .gallery-item{width:50%}
.c-content .entry-content .gallery-columns-3 .gallery-item{width:33.33333%}
.c-content .entry-content .gallery-columns-4 .gallery-item{width:25%}
.c-content .entry-content .gallery-columns-5 .gallery-item{width:20%}
.c-content .entry-content .gallery-columns-6 .gallery-item{width:16.66667%}
.c-content .entry-content .gallery-columns-7 .gallery-item{width:14.28571%}
.c-content .entry-content .gallery-columns-8 .gallery-item{width:12.5%}
.c-content .entry-content .gallery-columns-9 .gallery-item{width:11.11111%}
.c-content .entry-content .wp-block-video,.c-content .entry-content .wp-video{aspect-ratio:16/9;display:block;margin-bottom:20px;width:auto!important}
.c-content .entry-content .j-wpcom-video{display:block;max-width:100%}
.c-content .entry-content .entry-content-slider .swiper-wrapper{flex-wrap:nowrap;margin:0!important;padding:0!important}
.c-content .entry-content .entry-content-slider .modules-feature-posts .post-loop-card .item,.c-content .entry-content .entry-content-slider .swiper-slide,.modules-feature-posts .post-loop-card .c-content .entry-content .entry-content-slider .item{margin:0!important}
.c-content .entry-content .entry-content-slider .modules-feature-posts .post-loop-card .item img,.c-content .entry-content .entry-content-slider .swiper-slide img,.modules-feature-posts .post-loop-card .c-content .entry-content .entry-content-slider .item img{display:block;height:auto;width:100%}
.c-content .entry-content .entry-content-slider .slide-title{background:linear-gradient(180deg,transparent,rgba(0,0,0,.5));bottom:0;color:#fff;font-size:18px;font-weight:500;left:0;line-height:1.4;margin:0!important;padding:40px 20px 16px!important;position:absolute;text-indent:0!important;width:100%;z-index:1}@media (max-width:991px){.c-content .entry-content .entry-content-slider .slide-title{font-size:16px;padding:24px 15px 15px!important}}
.c-content .entry-content .entry-content-slider .swiper-pagination{bottom:10px!important;line-height:0}
.c-content .entry-content .entry-content-slider:hover .swiper-pagination{opacity:1}
.c-content .entry-content.text-indent p{text-indent:2em}
.c-content .entry-content .wp-block-quote,.c-content .entry-content blockquote{background:var(--theme-line-color);border-left:0;border-radius:var(--theme-border-radius-l);color:var(--theme-gray-color);font-size:16px;padding:30px 30px 30px 66px;position:relative}@media (max-width:767px){.c-content .entry-content .wp-block-quote,.c-content .entry-content blockquote{padding:24px 15px 15px 52px}}
.c-content .entry-content .wp-block-quote:before,.c-content .entry-content blockquote:before{color:hsla(var(--theme-color-hsl),.1);content:"\e6fe";font-family:iconbg;font-size:30px;left:20px;line-height:1;position:absolute;top:15px}@media (max-width:767px){.c-content .entry-content .wp-block-quote:before,.c-content .entry-content blockquote:before{font-size:24px;left:15px;top:12px}}
.c-content .entry-content .c-content-copyright{background:hsla(var(--theme-color-hsl),.03);border:1px solid var(--theme-line-color);border-radius:var(--theme-border-radius-l);color:var(--theme-light-color);font-size:14px;line-height:1.6;margin-top:30px;padding:15px}
.c-content .entry-content .c-content-copyright a,.c-content .entry-content .c-content-copyright span{color:var(--theme-gray-color)}
.c-content .entry-content .c-content-copyright p{margin-bottom:8px;text-align:left;text-indent:0}
.c-content .entry-content .c-content-copyright p:last-child{margin-bottom:0}
.c-content .entry-content .pagination li{line-height:28px}
.c-content .c-content-page p{margin:0}
.page .c-content .c-content-head{margin-bottom:45px}
.page .c-content .c-content-title{margin-bottom:0;position:relative;text-align:center}
.page .c-content .c-content-title:after{background:var(--theme-light-color);border-radius:var(--theme-border-radius-s);bottom:-15px;content:"";height:2px;left:50%;margin-left:-10px;position:absolute;width:20px}
