* {
  margin: 0;
  padding: 0;
}

body {
  padding: 2rem 0;
}

a {
  text-decoration: none;
}
@font-face {
  font-family: "AvantiBold";
  src: url(https://m.igo.cn/kpzt/ket_pet_fce/font/AvantiBold.ttf);
}

@font-face {
  font-family: "AlibabaPuHuiTiBold";
  src: url(https://m.igo.cn/kpzt/ket_pet_fce/font/Alibaba-PuHuiTi-Bold_0.ttf);
}

@font-face {
  font-family: "AlibabaPuHuiTiRegular";
  src: url(https://m.igo.cn/kpzt/ket_pet_fce/font/AlibabaPuHuiTiRegular.ttf);
}

@font-face {
  font-family: "AlibabaPuHuiTiMedium";
  src: url(https://m.igo.cn/kpzt/ket_pet_fce/font/Alibaba-PuHuiTi-Medium.ttf);
}
#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: "Microsoft YaHei";
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  font-family: "AlibabaPuHuiTiRegular";
}

#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地址换行*/
}

/* 滚动槽 */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  display: none;
}

::-webkit-scrollbar-track {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.08);
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}

.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%;
}
.banner img {
  width: 100%;
}

#main .samepart {
  padding: 1.27rem 0.63rem 0;
}
#main .samepart .title {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.96rem;
  line-height: 0.96rem;
  color: #333333;
  margin-bottom: 0.85rem;
  text-align: center;
}

#main .samepart .title img {
  height: 0.8rem;
  margin: 0 0.5rem;
}
#main .samepart .title img:last-child{
  transform: rotateY(180deg);
}
#main .samepart .content {
  background-color: #ffffff;
  box-shadow: 0rem 0rem 0.85rem 0rem rgba(65, 136, 217, 0.2);
  border-radius: 0.21rem;
  padding: 0.43rem;
}

#main .samepart .btnbox {
  margin-top: 1.27rem;
}
#main .samepart .btnbox > div {
  width: 7.25rem;
  height: 1.43rem;
  background-color: #4188d9;
  border-radius: 0.69rem;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 0.6rem;
  color: #ffed87;
}
#main .samepart .btnbox > div:nth-child(2) {
  margin-left: 0.38rem;
}
#main .section1 .intr {
  font-size: 0.45rem;
  line-height: 0.65rem;
  color: #666666;
  background-color: #ebf4ff;
  border-radius: 0.21rem;
  padding: 0.5rem 0.8rem;
  margin-bottom: 0.4rem;
}
#main .section1 .intr span {
  font-family: "AlibabaPuHuiTiBold";
  color: #4d4d4d;
}
#main .section1 table {
  border-collapse: separate;
  border-spacing: 2px 2px; /* 水平间距 垂直间距 */
}
#main .section1 table th {
  font-size: 0.51rem;
  color: #412807;
  height: 1.1rem;
  background-color: #f7da99;
  border-radius: 0.13rem;
  border-bottom: 2px solid #ffffff;
}
#main .section1 table th:nth-child(1) {
  width: 1.73rem;
  background-color: #4188d9;
  color: #ffffff;
}
#main .section1 table th:nth-child(2) {
  width: 2.58rem;
}
#main .section1 table th:nth-child(3) {
  width: 3.48rem;
}
#main .section1 table td {
  height: 4.08rem;
  background-color: #fff9eb;
  border-radius: 0.13rem;
  font-size: 0.41rem;
  line-height: 0.7rem;
  color: #333333;
  padding: 0 0.2rem;
}
#main .section1 table td:nth-child(1) {
  background-color: #ebf4ff;
}
#main .section1 table td:last-child {
  text-align: left;
}
#main .section2 {
  background: url(../img/reasonBg.jpg) no-repeat;
  background-size: 100%;
  background-position: bottom;
  padding-bottom: 6.23rem;
}
#main .section2 .title img {
  margin: 0.2rem;
}
#main .section2 .content {
  padding: 0.65rem;
}
#main .section2 .m_item {
  margin-bottom: 0.4rem;
}
#main .section2 .m_item p {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.6rem;
  line-height: 0.6rem;
  color: #333333;
  margin-bottom: 0.6rem;
}
#main .section2 .m_item p::before {
  content: "";
  width: 0.18rem;
  height: 0.68rem;
  background-color: #4188d9;
  border-radius: 0.07rem;
  margin-right: 0.33rem;
}
#main .section2 .m_item ul {
  flex-wrap: wrap;
}
#main .section2 .m_item li {
  min-width: 13%;
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 0.55rem;
  line-height: 0.55rem;
  color: #333333;
  margin-bottom: 0.4rem;
  margin-right: 0.43rem;
  flex-grow: 1;
}
#main .section2 .m_item li::before {
  content: "";
  width: 0.48rem;
  height: 0.48rem;
  background-color: #eeeeee;
  box-shadow: inset 0.03rem 0.04rem 0.1rem 0rem rgba(6, 0, 1, 0.2);
  border-radius: 0.48rem;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
#main .section2 .m_item li.active::before {
  background-color: #4188da;
  box-shadow: inset 0.03rem 0.04rem 0.1rem 0rem rgb(18 18 18);
}

#main .section2 form .item {
  width: 100%;
  height: 1.63rem;
  margin-bottom: 0.4rem;
}
#main .section2 form .item input {
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  font-size: 0.55rem;
  padding-left: 0.6rem;
}
#main .section2 form .item input::placeholder {
  color: #999999;
}
#main .section2 form .submit {
  width: 4.65rem;
  height: 1.43rem;
  background-color: #4188d9;
  border-radius: 0.69rem;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 0.6rem;
  color: #ffed87;
  margin: 0 auto;
}
#main .section2 form p {
  text-align: center;
  font-size: 0.5rem;
  color: #b0b0b0;
  margin-top: 0.5rem;
  line-height: 0.5rem;
}
#main .section3 .title,
#main .section4 .title,
#main .section6 .title,
#main .section7 .title,
#main .section8 .title,
#main .section5 .title {
  align-items: first baseline;
  line-height: 1.1rem;
}
#main .section3 .content,
#main .section5 .content,
#main .section8 .content,
#main .section7 .content,
#main .section4 .content {
  padding: 0;
  background: none;
  box-shadow: none;
}
#main .section3 .honor {
  width: 7.05rem;
  height: 4.72rem;
  background-color: #ffffff;
  box-shadow: 0rem 0rem 0.85rem 0rem rgba(65, 136, 217, 0.2);
  border-radius: 0.21rem;
  border: solid 0.04rem #cce4ff;
}
#main .section4 {
  padding: 1.27rem 0 0;
}
#main .section4 .content {
  padding: 0.63rem 0;
}
#main .section4 .title {
  margin-bottom: 2rem;
}
#main .section4 .AIbox {
  background: url(../img/aiImg.png) no-repeat;
  background-size: 100%;
  width: 13rem;
  height: 9rem;
  margin: 0 auto;
  position: relative;
}
#main .section4 .AIbox p {
  width: 5.6rem;
  height: 1.13rem;
  background-color: #ffed87;
  border-radius: 1.13rem;
  font-size: 0.47rem;
  color: #333333;
  position: absolute;
}
#main .section4 .AIbox p::after {
  content: "";
  border: 0.3rem solid #ffed87;
  position: absolute;
}
#main .section4 .AIbox p:nth-child(1) {
  top: -0.6rem;
  right: 2.5rem;
}
#main .section4 .AIbox p:nth-child(2) {
  bottom: 1.4rem;
  left: 1.6rem;
}
#main .section4 .AIbox p:nth-child(1)::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  bottom: -0.5rem;
  left: 0.81rem;
}
#main .section4 .AIbox p:nth-child(2)::after {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  top: -0.5rem;
  right: 0.81rem;
}
#main .section4 ul {
  overflow: auto;
  padding: 0.5rem 0.63rem;
}
#main .section4 li {
  flex-shrink: 0;
  width: 13.25rem;
  height: 5.68rem;
  background-color: #ffffff;
  box-shadow: 0rem 0rem 0.85rem 0rem rgba(65, 136, 217, 0.2);
  border-radius: 0.21rem;
  padding: 0.5rem 0.6rem 0 0.9rem;
  margin-right: 0.45rem;
  position: relative;
}
#main .section4 li:last-child {
  margin-right: 0;
}
#main .section4 li .t {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.6rem;
  line-height: 0.6rem;
  color: #333333;
  margin-bottom: 0.38rem;
  position: relative;
  z-index: 1;
}
#main .section4 li .t::before {
  content: "";
  width: 0.55rem;
  height: 0.53rem;
  background-color: #e4cc93;
  border-radius: 0.55rem;
  position: absolute;
  top: -0.15rem;
  left: -0.15rem;
  z-index: -1;
}
#main .section4 li p {
  font-size: 0.47rem;
  line-height: 0.7rem;
  color: #333333;
}
#main .section4 li .btnbox {
  margin-top: 0;
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
}
#main .section4 li .btnbox > div {
  width: 3.88rem;
  height: 1.23rem;
}
#main .section5 {
  padding-top: 0.75rem;
}

#main .section5 li {
  width: 4.72rem;
  height: 6.43rem;
  background-color: #ffffff;
  box-shadow: 0rem 0rem 0.85rem 0rem rgba(65, 136, 217, 0.2);
  border-radius: 0.21rem;
  border: solid 0.04rem #ffffff;
  padding-top: 0.6rem;
}
#main .section5 li .icons {
  width: 1.5rem;
  height: 1.27rem;
  margin: 0 auto 0.45rem;
  align-items: flex-start;
}

#main .section5 li #icon1 img {
  width: 1.08rem;
}
#main .section5 li #icon2 img {
  width: 1.3rem;
}
#main .section5 li #icon3 img {
  width: 1.5rem;
}
#main .section5 li .t {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.55rem;
  line-height: 0.55rem;
  color: #666666;
  text-align: center;
  margin-bottom: 0.4rem;
}
#main .section5 li .txt p {
  font-size: 0.47rem;
  line-height: 0.65rem;
  color: #999999;
  text-align: center;
}
#main .section6 {
  padding: 1.27rem 0 0;
}
#main .section6 .swiper-container {
  padding: 0.4rem 0.63rem 1.2rem;
}
#main .section6 .book {
  height: 7.48rem;
  background: #ffffff;
  background-repeat: no-repeat;
  box-shadow: 0rem 0rem 0.85rem 0rem rgba(65, 136, 217, 0.2);
  border-radius: 0.21rem;
  position: relative;
  overflow: hidden;
  padding-top: 0.6rem;
}
#main .section6 .book1 {
  background-image: url(../img/book1.png);
  background-size: 80%;
  background-position: center 0.6rem;
}
#main .section6 .book2 {
  background-image: url(../img/book2.png);
  background-size: 70%;
  background-position: center 0.6rem;
}
#main .section6 .book .txt {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 0.55rem;
  line-height: 0.85rem;
  color: #ffffff;
  width: 100%;
  height: 2rem;
  background-color: #4188d9;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
#main .section6 .swiper-pagination {
  bottom: 0;
}
#main .section6 .swiper-pagination-bullet {
  background-color: #4188d9;
}
#main .section7 .content {
  flex-wrap: wrap;
}
#main .section7 a:nth-child(1),
#main .section7 a:nth-child(2) {
  margin-bottom: 0.6rem;
}
#main .section7 a {
  width: 7.08rem;
  height: 4.3rem;
  background: url(../img/icon4.png) no-repeat;
  background-size: 100%;
  background-position: bottom;
  box-shadow: 0rem 0rem 0.85rem 0rem rgba(65, 136, 217, 0.2);
  border-radius: 0.21rem;
  padding: 0.75rem 0 0 1.17rem;
  position: relative;
}
#main .section7 #icon5 {
  background-image: url(../img/icon5.png);
}
#main .section7 #icon6 {
  background-image: url(../img/icon6.png);
}
#main .section7 #icon7 {
  background-image: url(../img/icon7.png);
}
#main .section7 a p {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.51rem;
  line-height: 0.7rem;
  color: #666666;
  position: relative;
  z-index: 1;
}
#main .section7 a p::before {
  content: "";
  width: 1.95rem;
  height: 0.63rem;
  background: linear-gradient(to right, #ff9c18, #ffffff 70%);
  border-radius: 0.3rem;
  position: absolute;
  left: -0.25rem;
  z-index: -1;
  top: 0.03rem;
}
#main .section7 a span {
  width: 3rem;
  height: 1.08rem;
  background-color: #4188d9;
  border-radius: 0.52rem;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 0.51rem;
  color: #ffe9ba;
  position: absolute;
  bottom: 0.65rem;
  left: 0.83rem;
}
#main .section8 .intrbox {
  flex-wrap: wrap;
}
#main .section8 .intrbox > div {
  width: 7.08rem;
  height: 3rem;
  background-color: #ffffff;
  box-shadow: 0rem 0rem 0.85rem 0rem rgba(65, 136, 217, 0.2);
  border-radius: 0.21rem;
  padding-left: 0.5rem;
  padding-right: .6rem;
}
#main .section8 .intrbox > div:nth-child(1),
#main .section8 .intrbox > div:nth-child(2) {
  margin-bottom: 0.4rem;
}
#main .section8 .intrbox .icons{
  width: 1.48rem;
  height: 1.65rem;
  flex-shrink: 0;
  margin-right: .88rem;
}
#main .section8 .intrbox #icon8 img{
  width: 1.4rem;
}
#main .section8 .intrbox #icon9 img{
  width: 1.5rem;
}
#main .section8 .intrbox #icon10 img{
  width: 1.48rem;
}
#main .section8 .intrbox #icon11 img{
  width: 1.48rem;
}
#main .section8 .intrbox p {
  font-size: 0.47rem;
  line-height: 0.7rem;
  color: #666666;
}


/* layout */
#main .layout {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: none;
}

#main .layout .lay_content {
  width: 12rem;
  position: fixed;
  top: 47%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: linear-gradient(180deg, #ffffff, #9dcbff 70%);
  background-size: 100%;
  text-align: center;
  padding: 0.78rem 0.8rem;
  border-radius: .2rem;
}

#main .layout .lay_content .title {
  font-family: "AlibabaPuHuiTiBold";
  margin-bottom: 0.75rem;
  font-size: 0.96rem;
  line-height: 0.97rem;
  color: #333333;
  padding-bottom: 0.6rem;
  position: relative;
}
#main .layout .lay_content .title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 1.3rem;
  height: 0.08rem;
  background-color: #676767;
}

#main .layout .lay_content .item {
  width: 100%;
  height: 1.3rem;
  background-color: #ffffff;
  /* box-shadow: 0.05rem 0.09rem 0.65rem 0rem rgba(110, 110, 110, 0.35); */
  margin-bottom: 0.2rem;
  overflow: hidden;
}

#main .layout .lay_content input,
#main .layout .lay_content select {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  color: #b3b3b3;
  padding-left: 0.5rem;
  font-size: 0.55rem;
}

#main .layout .lay_content select{
  background-image: url(https://m.igo.cn/kpzt/ket_pet_fce/img/arrow.png);
  background-size: 4%;
  background-repeat: no-repeat;
  background-position: 96% center;
}

#main .layout .lay_content input::placeholder {
  color: #b3b3b3;
}

#main .layout .lay_content .submit {
  width: 3.83rem;
  height: 1.5rem;
  margin: 0.4rem auto 0;
  border-radius: 1.5rem;
  background: #4188d9;
  background-size: 100%;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.6rem;
  color: #ffffff;
}

#main .layout .lay_content .close {
  width: 1.08rem;
  height: 1.08rem;
  background: #4188d9 url(https://m.igo.cn/kpzt/ket_pet_fce/img/close.png) no-repeat;
  background-size: 50%;
  background-position: center;
  position: absolute;
  top: -1.3rem;
  right: 0;
  border-radius: 1.08rem;
}

#main .layout .lay_content .close img {
  width: 0.6rem;
}


