@import url("./basic.css");
@import url("./element.css");
@import url("./footer.css");
@import url("./header.css");
@import url("./swiper.min.css");

main {
  margin-top: 0.8rem;
  background: #fff;
}
.banner {
  height: 1.42rem;
}

.banner img {
  width: 100%;
  height: 100%;
  display: block;
  /* 图片裁剪 */
  object-fit: cover;
}
.subtab {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  /* 网格间距 */
  gap: 1.4rem;
  padding: 0.56rem 4rem 0.48rem;
}
.subtab .item {
  border-radius: 18px;
  overflow: hidden;
  /* 光标样式 */
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  flex: 1;
}
.subtab .item img {
  display: block;
  width: 100%;
  height: 100%;
  /* 图片裁剪 */
  object-fit: cover;
}
.subtab .item.on {
  background: #d8d8d8;
  box-shadow: 5px 5px 28px 0px #000000;
}
.subtab .item:hover {
  background: #d8d8d8;
  box-shadow: 5px 5px 28px 0px #000000;
}
.subtab .item .shadowbox {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 0.56rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0px 0px 20px 20px;
  text-align: center;
  font-family: '思源黑体';
  font-weight: 500;
  font-size: 0.24rem;
  color: #ffffff;
  line-height: 0.56rem;
  font-style: normal;
  /* 省略标记 */
  text-overflow: ellipsis;
  overflow: hidden;
  /* 文本不进行换行 */
  white-space: nowrap;
}
.cola_one {
  margin-top: 0.47rem;
}
.cola_one .intro h3 {
  font-weight: 600;
  font-size: 0.3rem;
  color: #000000;
  text-align: center;
}
.cola_one .intro img {
  display: block;
  width: 6.96rem;
  margin: 0.62rem auto 0;
}
.cola_one .intro p {
  padding: 0 0.98rem;
  box-sizing: border-box;
  margin-top: 0.62rem;
  font-weight: 400;
  font-size: 0.3rem;
  color: #000000;
  line-height: 0.55rem;
  text-align: justify;
}
.cola_one .system {
  padding-top: 1px;
  padding-bottom: 1.06rem;
}
.cola_one .system h3 {
  font-weight: 600;
  font-size: 0.3rem;
  color: #000000;
  text-align: center;
  margin-top: 1.34rem;
}
.cola_one .system img {
  width: 71.82%;
  display: block;
  margin: 0.48rem auto 0;
}
.cola_one .value {
  margin-top: 1.26rem;
  background: #f8f8f8;
  padding-top: 1px;
}
.cola_one .value h3 {
  margin-top: 0.46rem;
  font-weight: 600;
  font-size: 0.3rem;
  color: #000000;
  text-align: center;
}
.cola_one .value ul {
  margin-top: 0.9rem;
  padding: 0 1.59rem 0.32rem;
  box-sizing: border-box;
  overflow: hidden;
}
.cola_one .value ul li {
  width: 7rem;
  height: 1.6rem;
  display: flex;
  margin-bottom: 0.25rem;
}
.cola_one .value ul li span {
  font-family: AppleSystemUIFont;
  font-size: 0.7rem;
  color: #9b9b9b;
  margin-right: 0.49rem;
}
.cola_one .value ul li p {
  font-weight: 400;
  font-size: 0.22rem;
  color: #000000;
  line-height: 0.4rem;
  width: 5.56rem;
}
.cola_one .value ul li:nth-child(odd) {
  float: left;
}
.cola_one .value ul li:nth-child(even) {
  float: right;
}

.cola_two .introduce {
  padding-bottom: 1.06rem;
}
.cola_two .introduce h3 {
  font-weight: 600;
  font-size: 0.3rem;
  color: #000000;
  text-align: center;
  margin-top: 0.47rem;
}
.cola_two .introduce p {
  font-weight: 400;
  font-size: 0.3rem;
  color: #000000;
  line-height: 0.55rem;
  text-align: justify;
  padding: 0 0.98rem;
  box-sizing: border-box;
  margin-top: 0.35rem;
}
.cola_two .introduce img {
  width: 9.9rem;
  display: block;
  margin: 0.8rem auto 0;
}
.cola_two .main {
  background: #f8f8f8;
  padding-top: 1px;
  padding-bottom: 0.12rem;
}
.cola_two .main h1 {
  margin-top: 0.46rem;
  font-weight: 600;
  font-size: 0.3rem;
  color: #000000;
  text-align: center;
}
.cola_two .main h3 {
  margin-top: 0.46rem;
  font-weight: 600;
  font-size: 0.3rem;
  color: #000000;
  text-align: center;
}
.cola_two .main .mainlist {
  margin-top: 0.76rem;
  padding: 0 1.38rem;
  box-sizing: border-box;
  overflow: hidden;
}
.cola_two .main .mainlist .mainitem {
  width: 7.13rem;
  margin-bottom: 0.49rem;
}
.cola_two .main .mainlist .mainitem:nth-child(odd) {
  float: left;
}
.cola_two .main .mainlist .mainitem:nth-child(even) {
  float: right;
}
.cola_two .main .mainlist .mainitem h4 {
  font-weight: 500;
  font-size: 0.28rem;
  color: #ce8715;
  line-height: 0.4rem;
  height: 0.4rem;
  border-left: 0.08rem solid #fbc773;
  padding-left: 0.06rem;
  box-sizing: border-box;
}
.cola_two .main .mainlist .mainitem p {
  font-weight: 400;
  font-size: 0.22rem;
  color: #000000;
  line-height: 0.4rem;
  text-align: justify;
  height: 1.2rem;
}

@media screen and (min-width: 300px) and (max-width: 750px) {
  .subtab {
    padding: 0.5rem;
    justify-content: space-around;
    gap: 0.5rem;
  }
  .subtab .item {
    border-radius: 0;
  }
  .subtab .item .shadowbox {
    border-radius: 0;
  }
  .cola_one .intro p {
    padding: 0.2rem;
  }
  .cola_one .value ul {
    padding: 0;
    padding-bottom: 0.32rem;
  }
  .cola_one .value ul li {
    /* width: 100%; */
    height: auto;
  }
  .cola_one .system img {
    margin: 0;
    width: 100%;
  }

  .cola_two .introduce p {
    padding: 0.2rem;
  }
  .cola_two .introduce img {
    width: 100%;
  }

  .cola_two .main .mainlist {
    padding: 0 0.5rem;
  }
  .cola_two .main .mainlist .mainitem:nth-child(even),
  .cola_two .main .mainlist .mainitem:nth-child(odd) {
    float: unset;
  }
  .cola_two .main .mainlist .mainitem {
    width: 100%;
  }
  .cola_two .main .mainlist .mainitem h4 {
    margin-bottom: 0.2rem;
  }
}
