* {
  margin: 0;
  padding: 0;
}

body {
  padding: 2rem 0;
}

a {
  text-decoration: none;
}

#main * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#main {
  font-size: 0.7rem;
  font-family: "AlibabaPuHuiTiRegular";
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  background: #f8f8fe;
}

#main input,
#main select,
#main textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

#main i,
#main em {
  font-style: normal;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f1f1f1 inset !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

table {
  width: 100%;
  text-align: center;
  /*文本居中*/
  border-collapse: collapse;
  /*表格的边框合并，如果相邻，则共用一个边框*/
  border-spacing: 0;
  /*设置行与单元格边框的间距。当表格边框独立（即border-collapse:separate;）此属性才起作用*/
}

table td {
  word-break: break-all;
  /*允许在字内换行,即单词可分*/
  word-wrap: break-word;
  /*允许长单词或URL地址换行*/
  border-right: 1px solid #939598;
  border-bottom: 1px solid #939598;
}

/* 滚动槽 */
::-webkit-scrollbar {
  display: none;
}

.dis-f {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dis-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dis-c {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn {
  cursor: pointer;
  text-align: center;
}
.tc {
  text-align: center;
}
.pr {
  position: relative;
}
.po {
  position: absolute;
}
.po-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.banner {
  width: 100%;
  background: url(../img/new/banner.webp) no-repeat;
  background-size: 100%;
  height: 28.2rem;
  position: relative;
  z-index: 1;
}
#main .partbox {
  margin-top: -2.8rem;
  position: relative;
  z-index: 2;
  padding: 0 0.5rem;
}
#main .samePart {
  margin-bottom: 1.83rem;
}
#main .samePart .btitle {
  flex-direction: column;
  margin-bottom: 1.35rem;
}
#main .samePart .btitle h2 {
  background: linear-gradient(to right, #5ccbfd, #1643c4, #9b40dc);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 1.19rem;
  line-height: 1.19rem;
  position: relative;
  -webkit-box-reflect: below -3px linear-gradient(to bottom, rgba(
          255,
          255,
          255,
          0
        )
        50%, rgb(255 255 255 / 18%));
}
#main .samePart .next {
  width: 100%;
  height: 1.63rem;
  background: url(../img/new/next.webp) no-repeat;
  background-size: auto 100%;
  background-position: center;
  margin: 0.63rem auto;
  animation: pulseDown 1s infinite;
}
#main .samePart .next img{
  height: 100%;
}
@keyframes pulseDown {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(10px);
    opacity: 0.7;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
#main .samePart > h3 {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.89rem;
  font-weight: normal;
  line-height: 0.89rem;
  color: #1b2659;
  margin-bottom: 0.85rem;
}
#main .samePart .jumpBtn {
  margin-top: 1.2rem;
}
#main .samePart .jump {
  font-family: "AlibabaPuHuiTiMedium";
  width: 6.8rem;
  height: 1.5rem;
  background-color: #3553e5;
  box-shadow: 0.07rem 0.07rem 0.3rem 0rem rgba(70, 88, 183, 0.27);
  border-radius: 0.73rem;
  font-size: 0.59rem;
  line-height: 1.5rem;
  color: #ffffff;
  text-align: center;
}
#main .smarter > ul li {
  width: 4.78rem;
  height: 6.85rem;
  background: url(../img/new/smarter_bg.webp) no-repeat;
  background-size: 100%;
  padding: 35px 0 0 50px;
  position: relative;
  padding: 0.7rem 0 0 0.3rem;
  position: relative;
}
#main .smarter > ul li h3 {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 0.55rem;
  font-weight: normal;
  line-height: 0.8rem;
  color: #ffffff;
}
#main .smarter > ul li p {
  width: 100%;
  font-size: 0.4rem;
  line-height: 0.5rem;
  color: #ffffff;
  text-align: right;
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
}
#main .smarter .teac_img {
  width: 100%;
  height: 13.5rem;
  background: url(../img/new/teac_img.webp) no-repeat;
  background-size: 100%;
  margin-bottom: 0.43rem;
  padding: 6.43rem 0 0 0.8rem;
}
#main .smarter .teac_img h4 {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.6rem;
  font-weight: normal;
  line-height: 0.6rem;
  color: #1b2659;
  margin-bottom: 0.7rem;
}
#main .smarter .teac_img p {
  font-size: 0.5rem;
  color: #1b2659;
  margin-bottom: 0.4rem;
}
#main .smarter .teac_img img {
  width: 0.5rem;
  margin-right: 0.3rem;
}

#main .smarter .smarterInfo ul {
  flex-wrap: wrap;
}
#main .smarter .smarterInfo li {
  width: 7.33rem;
  height: 8.13rem;
  background-image: linear-gradient(
    0deg,
    #d4f3ff 0%,
    rgba(185, 221, 253, 0.5) 25%,
    #9ec6fc 49%,
    #95bffb 58%
  );
  box-shadow: 0rem 0.08rem 0.15rem 0rem rgba(183, 212, 255, 0.5);
  border-radius: 0.15rem;
  margin-top: 0.57rem;
  position: relative;
  padding: 0.3rem;
}
#main .smarter .smarterInfo li:nth-child(1),
#main .smarter .smarterInfo li:nth-child(2) {
  margin-top: 0;
}
#main .smarter .smarterInfo li::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/new/smarter_border.webp) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#main .smarter .smarterInfo .info {
  width: 100%;
  height: 3.68rem;
  background: url(../img/new/smater_img1.webp) no-repeat;
  background-size: 100%;
}
#main .smarter .smarterInfo li .info2 {
  background-image: url(../img/new/smater_img2.webp);
}
#main .smarter .smarterInfo li .info3 {
  background-image: url(../img/new/smater_img3.webp);
}
#main .smarter .smarterInfo li .info4 {
  background-image: url(../img/new/smater_img4.webp);
}
#main .smarter .smarterInfo li .info5 {
  background-image: url(../img/new/smater_img5.webp);
}
#main .smarter .smarterInfo li .info6 {
  background-image: url(../img/new/smater_img6.webp);
}
#main .smarter .smarterInfo li div {
  flex-direction: column;
  align-items: flex-start;
}
#main .smarter .smarterInfo li p:nth-child(1) {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.65rem;
  line-height: 0.65rem;
  color: #1b2659;
  margin: 0.5rem 0 0.4rem;
  padding-left: 0.2rem;
}
#main .smarter .smarterInfo li p:nth-child(2) {
  font-size: 0.45rem;
  line-height: 0.6rem;
  color: #333333;
  padding-left: 0.2rem;
}
#main .compare > ul {
  position: relative;
}
#main .compare > ul li {
  /* position: absolute; */
  flex-direction: column;
  align-items: flex-start;
}
#main .compare > ul li:nth-child(1),
#main .compare > ul li:nth-child(3) {
  align-items: flex-end;
}
#main .compare > ul p:nth-child(1) {
  font-family: "AlibabaPuHuiTiMedium";
  width: auto;
  height: 0.93rem;
  background-color: #0069e1;
  border-radius: 0.44rem;
  font-size: 0.55rem;
  color: #ffffff;
  padding: 0.1rem 0.3rem;
  position: relative;
  z-index: 2;
  display: inline-block;
}
#main .compare > ul li:nth-child(1) p:nth-child(1) {
  right: 2rem;
}
#main .compare > ul li:nth-child(2) p:nth-child(1) {
  left: 1rem;
}
#main .compare > ul li:nth-child(3) p:nth-child(1) {
  right: 3rem;
}
#main .compare > ul p:nth-child(1) em {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 0.7rem;
  line-height: 0.4rem;
}
#main .compare > ul p:nth-child(2) {
  font-size: 0.5rem;
  display: inline-block;
  background-color: #d6f2ff;
  padding: 0.5rem 0.5rem;
  text-align: center;
  position: relative;
  top: -0.3rem;
  z-index: 1;
  border-radius: 2rem;
}
#main .compare > ul p:nth-child(2)::after {
  content: "";
  border: 22px solid #d6f2ff;
  border-left-width: 2px;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  bottom: -39px;
  right: 40%;
}
#main .compare > ul::before {
  content: "";
  width: 3.63rem;
  height: 3.88rem;
  background: url(../img/new/cat1.webp) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -0.4rem;
  left: 0.4rem;
  z-index: 3;
}
#main .compare .new {
  background-image: linear-gradient(0deg, #ffffff 59%, #c9dffd);
  box-shadow: 0rem 0.08rem 0.15rem 0rem rgba(183, 212, 255, 0.5);
  border-radius: 0.15rem;
}
#main .compare .new .top {
  font-family: "AlibabaPuHuiTiBold";
  height: 1.5rem;
  background-color: #627df1;
  border-radius: 0rem 0rem 0.44rem 0.44rem;
  font-size: 0.62rem;
  color: #ffffff;
}
#main .compare .new .top img {
  width: 1.68rem;
  margin-right: 0.15rem;
}
#main .compare .new ul {
  padding: 0.8rem 0 0.6rem 0.6rem;
}

#main .compare .new li {
  margin-top: 0.5rem;
}
#main .compare .new li:nth-child(1) {
  margin-top: 0;
}
#main .compare .new li .img {
  width: 3.88rem;
  height: 2.98rem;
  background-color: #ffffff;
  box-shadow: 0rem 0rem 0.75rem 0rem rgba(113, 137, 242, 0.3);
  border-radius: 0.12rem;
  margin-right: 0.4rem;
  flex-shrink: 0;
}
#main .compare .new li p:nth-child(1) {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.6rem;
  line-height: 0.6rem;
  color: #333333;
  margin-bottom: 0.2rem;
  display: inline-block;
  position: relative;
  z-index: 1;
}
#main .compare .new li p:nth-child(1)::after {
  content: "";
  width: 100%;
  height: 0.23rem;
  background-color: #d6f2ff;
  border-radius: 0.1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#main .compare .new li p:nth-child(2) {
  font-size: 0.45rem;
  line-height: 0.56rem;
  color: #4d4d4d;
}
#main .reason {
  background: url(../img/new/bg.webp) no-repeat;
  background-size: 100%;
  background-position: bottom center;
  padding: 0 0.53rem 1.5rem;
  margin-bottom: 0;
}
#main .reason ul {
  flex-wrap: wrap;
}
#main .reason li {
  width: 48%;
  text-align: center;
  height: 1.95rem;
  position: relative;
  z-index: 1;
}
#main .reason li:nth-child(1),
#main .reason li:nth-child(2) {
  margin-bottom: 1.18rem;
}
#main .reason li p:nth-child(1) {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.6rem;
  line-height: 0.6rem;
  color: #1b2659;
  margin-bottom: 0.2rem;
}
#main .reason li:nth-child(1) p:nth-child(1),
#main .reason li:nth-child(2) p:nth-child(1) {
  margin-bottom: 0.1rem;
}
#main .reason li p:nth-child(2) {
  font-size: 0.45rem;
  line-height: 0.55rem;
  color: #1b2659;
}
#main .reason li::before,
#main .reason li::after {
  content: "";
  width: 1rem;
  height: 1.95rem;
  background: url(../img/new/icon.webp) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
}
#main .reason li::after {
  transform: rotateY(180deg);
  left: auto;
  right: 0;
}
@font-face {
  font-family: "AvantiBold";
  src: url(https://m.igo.cn/public/font/font/AvantiBold.ttf);
}

@font-face {
  font-family: "AlibabaPuHuiTiBold";
  src: url(https://m.igo.cn/public/font/Alibaba-PuHuiTi-Bold_0.ttf);
}

@font-face {
  font-family: "AlibabaPuHuiTiRegular";
  src: url(https://m.igo.cn/public/font/AlibabaPuHuiTiRegular.ttf);
}

@font-face {
  font-family: "AlibabaPuHuiTiMedium";
  src: url(https://m.igo.cn//public/font/Alibaba-PuHuiTi-Medium.ttf);
}
