﻿.main-center {
  width: 1200px;
}
@media (max-width: 480px) {
  .head-btn {
    max-width: 100%;
    justify-content: center;
  }
  .content1 {
    display: none !important;
  }
  .content2 {
    padding-top: 0 !important;
  }
  .content2 .content2-title {
    display: none !important;
  }
  .content2 .content2-item {
    height: auto !important;
    padding: 30px 0 !important;
    display: block !important;
    border-radius: 0 !important;
  }
  .content2 .content2-item .left-text {
    padding: 0 30px !important;
    align-items: center !important;
  }
  .content2 .content2-item p {
    font-size: 20px !important;
    text-align: center !important;
    margin-bottom: 20px !important;
  }
  .content2 .content2-item li {
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }
  .content3 .content3-title {
    display: none !important;
  }
  .content3 .content3-item {
    height: auto !important;
    padding: 30px 0 !important;
    display: block !important;
    border-radius: 0 !important;
  }
  .content3 .content3-item .left-text {
    padding: 0 30px !important;
    align-items: center !important;
  }
  .content3 .content3-item p {
    font-size: 20px !important;
    text-align: center !important;
    margin-bottom: 20px !important;
  }
  .content4 .content4-item {
    width: 90% !important;
    height: 770px !important;
  }
  .content5-title {
    display: none !important;
  }
  .content5-item {
    display: flex !important;
    padding: 0 12px !important;
    box-sizing: border-box;
  }
  .content5-item-card {
    width: 100% !important;
    margin-bottom: 12px !important;
  }
  .content6-content {
    padding: 0 12px;
    box-sizing: border-box;
  }
  .content6-content .left-list .list {
    width: 95vw !important;
  }
  .content6-content .content6-news-list {
    width: 95vw !important;
  }
}
p {
  margin: 0;
}
.content1 {
  position: relative;
  z-index: 2;
}
.content1 > div {
  gap: 20px;
  background: transparent;
  position: absolute;
  top: -30px;
  left: calc(50% - 600px);
}
.content1 .bb {
  background: #fff;
  border-radius: 16px 16px 16px 16px;
}
.content1 .content1-item {
  width: 285px;
  height: 154px;
  border-radius: 16px 16px 16px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content1 .content1-item > img {
  width: 60px;
  object-fit: scale-down;
}
.content1 .content1-item > p {
  font-size: 20px;
  color: #000;
  line-height: 28px;
}
.content1 .content1-item-b1 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #DECDFF 100%);
}
.content1 .content1-item-b1 > p > span {
  color: #8040FF;
}
.content1 .content1-item-b2 {
  background: linear-gradient(181deg, rgba(255, 255, 255, 0) 0%, #DDE6FF 100%);
}
.content1 .content1-item-b2 > p > span {
  color: #045AFE;
}
.content1 .content1-item-b3 {
  background: linear-gradient(181deg, rgba(255, 255, 255, 0) 0%, #FFE6E6 100%);
}
.content1 .content1-item-b3 > p > span {
  color: #FF5353;
}
.content1 .content1-item-b4 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFEFDC 100%);
}
.content1 .content1-item-b4 > p > span {
  color: #FF8A00;
}
.content2 {
  padding-top: 120px;
}
.content2 > .main-center > div {
  position: relative;
}
.content2 > .main-center > div .left-icon {
  position: absolute;
  width: 48px;
  left: 0;
  top: 40px;
  cursor: pointer;
}
.content2 > .main-center > div .right-icon {
  position: absolute;
  width: 48px;
  right: 0;
  top: 40px;
  cursor: pointer;
}
.content2 #scrollableDiv::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, and Opera */
}
.content2 .content2-title {
  width: 1100px;
  margin: 0 auto;
  margin-bottom: 60px;
  gap: 20px;
  overflow-x: auto;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  overflow-y: hidden;
  /* Hide vertical scrollbar */
}
.content2 .content2-title > div {
  width: 2900px;
}
.content2 .content2-title > div div {
  width: 137px;
  min-width: 137px;
  height: 131px;
  border-radius: 16px 16px 16px 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.content2 .content2-title > div div > img {
  width: 50px;
  object-fit: scale-down;
}
.content2 .content2-title > div div > p {
  font-size: 16px;
  color: #323232;
}
.content2 .content2-title > div .on {
  color: #045AFE;
  background: #EBF2FF;
}
.content2 .content2-item {
  height: 521px;
  background: linear-gradient(134deg, #E3EDFF 0%, #FBF6FF 100%);
  border-radius: 40px 40px 40px 40px;
}
.content2 .content2-item .left-text {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  padding: 0 83px;
  max-width: 640px;
  box-sizing: border-box;
}
.content2 .content2-item .left-text > ul {
  margin-bottom: 40px;
}
.content2 .content2-item .left-text > ul li {
  font-size: 14px;
  color: #000000;
  line-height: 21px;
  margin-bottom: 12px;
  position: relative;
  padding-left: 25px;
}
.content2 .content2-item .left-text > ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #045AFE;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
}
.content2 .content2-item .left-text > p {
  width: 100%;
  text-align: start;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  line-height: 32px;
  margin-bottom: 20px;
}
.content2 .content2-item .right-img {
  width: 583px;
  max-width: 100%;
  padding: 23px;
  box-sizing: border-box;
}
.content2 .content2-item .right-img > img {
  width: 100%;
  object-fit: scale-down;
}
.content3 {
  margin-bottom: 120px;
}
.content3 .content3-title {
  margin: 0 auto;
  margin-bottom: 60px;
  gap: 20px;
}
.content3 .content3-title div {
  width: 132px;
  height: 49px;
  border-radius: 6px 6px 6px 6px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  font-size: 18px;
  color: #323232;
  line-height: 49px;
  cursor: pointer;
}
.content3 .content3-title div > img {
  width: 24px;
  object-fit: scale-down;
}
.content3 .content3-title .on {
  color: #045AFE;
  background: #EBF2FF;
}
.content3 .content3-item {
  height: 521px;
  background: linear-gradient(134deg, #E3EDFF 0%, #FBF6FF 100%);
  border-radius: 40px 40px 40px 40px;
}
.content3 .content3-item .left-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 83px;
  box-sizing: border-box;
}
.content3 .content3-item .left-text > p {
  width: 100%;
  text-align: start;
  font-weight: 600;
  font-size: 32px;
  color: #000000;
  line-height: 42px;
  margin-bottom: 60px;
  max-width: 305px;
}
.content3 .content3-item .right-img {
  width: 729px;
  max-width: 100%;
  padding: 23px;
  box-sizing: border-box;
}
.content3 .content3-item .right-img > img {
  width: 100%;
  object-fit: scale-down;
}
.content4 {
  background: #F2F5FA;
  padding-bottom: 120px;
}
.content4 .content4-item {
  width: 285px;
  height: 890px;
  background: #FFFFFF;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 16px 16px 16px 16px;
  padding: 60px 21px;
  box-sizing: border-box;
  position: relative;
}
.content4 .content4-item .head-btn {
  position: absolute;
  bottom: 80px;
  left: calc(50% - 134px);
}
.content4 .content4-item .head-btn > :first-child {
  margin-right: 12px;
}
.content4 .content4-item .h1 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 8px;
}
.content4 .content4-item .h2 {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
}
.content4 .content4-item .hr {
  height: 1px;
  width: 100%;
  margin-bottom: 50px;
}
.content4 .content4-item .price {
  font-size: 48px;
  height: 48px;
  color: #000000;
  text-align: center;
  margin-bottom: 16px;
}
.content4 .content4-item .price > span {
  font-size: 24px;
  color: #808080;
}
.content4 .content4-item ul {
  margin-top: 48px;
}
.content4 .content4-item ul li {
  font-size: 14px;
  color: #808080;
  line-height: 21px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.content4 .content4-item ul li > img {
  width: 15px;
  object-fit: scale-down;
}
.content4 .content4-item-back-0 {
  background: url(../image/d1.png) no-repeat;
  background-size: 100% auto;
}
.content4 .content4-item-back-1 {
  background: url(../image/d2.png) no-repeat;
  background-size: 100% auto;
}
.content4 .content4-item-back-2 {
  background: url(../image/d3.png) no-repeat;
  background-size: 100% auto;
}
.content4 .content4-item-back-3 {
  background: url(../image/d4.png) no-repeat;
  background-size: 100% auto;
}
.content5 {
  margin-bottom: 120px;
}
.content5 .content5-title {
  margin: 0 auto;
  margin-bottom: 60px;
  gap: 12px;
}
.content5 .content5-title div {
  width: 114px;
  height: 46px;
  border-radius: 6px 6px 6px 6px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  background: #F6F6F6;
  font-size: 16px;
  color: #323232;
  line-height: 46px;
  cursor: pointer;
}
.content5 .content5-title div > img {
  width: 24px;
  object-fit: scale-down;
}
.content5 .content5-title .on {
  color: #045AFE;
  background: #EBF2FF;
}
.content5 .content5-item .content5-item-card {
  background: url("../image/e1.png") no-repeat;
  background-size: 100% 100%;
  width: 388px;
  height: 255px;
  border-radius: 16px;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 24px;
  box-sizing: border-box;
  position: relative;
}
.content5 .content5-item .content5-item-card .content5-item-card-tag {
  position: absolute;
  bottom: 24px;
  left: 24px;
}
.content5 .content5-item .content5-item-card > img {
  height: 36px;
  object-fit: scale-down;
  margin-bottom: 16px;
}
.content5 .content5-item .content5-item-card > .h2 {
  font-size: 20px;
  color: #000000;
  line-height: 23px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 12px;
}
.content5 .content5-item .content5-item-card > p {
  font-size: 14px;
  color: #7F7F7F;
  line-height: 21px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content5 .content5-item .content5-item-card .tag {
  display: inline-block;
  height: 29px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #7F7F7F;
  text-align: center;
  font-size: 12px;
  padding: 0 12px;
  color: #7F7F7F;
  line-height: 29px;
}
.content6 {
  padding-bottom: 120px;
  background: #F2F5FA;
}
.content6 .content6-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.content6 .content6-content .uk-article-title {
  font-size: 17px !important;
  font-weight: 600;
  line-height: 17px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0;
  color: dodgerblue;
}
.content6 .content6-content .uk-text-lead {
  font-size: 14px !important;
}
.content6 .content6-content .uk-article-meta {
  font-size: 12px !important;
}
.content6 .content6-content .left-list {
  width: 740px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.content6 .content6-content .left-list > div {
  width: 360px;
  height: 367px;
  background: #FFFFFF;
}
.content6 .content6-content .left-list > div .hr {
  border-bottom: 1px solid #eee;
}
.content6 .content6-content .left-list > div .hr:last-child {
  border: none;
}
.content6 .content6-content .left-list > div .uk-article {
  padding: 20px 12px;
  box-sizing: border-box;
  margin-top: 0;
}
.content6 .content6-content .left-list > div .uk-article-meta {
  margin: 12px 0 12px 0;
}
.content6 .content6-content .left-list > div .ex {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content6 .content6-content .left-list > div .ex3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content6 .content6-content .content6-news-list {
  background: #fff;
  width: 445px;
  padding: 0 26px;
  box-sizing: border-box;
}
.content6 .content6-content .content6-news-list .ex {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.content6 .content6-content .content6-news-list .uk-text-lead {
  margin: 0 0 12px 0;
}
.content6 .content6-content .content6-news-list .uk-article {
  margin-top: 16px !important;
}
.content6 .content6-content .content6-news-list .uk-article-title {
  margin-bottom: 12px;
}
.content6 .content6-content .content6-news-list .hr {
  border-bottom: 1px solid #eee;
  padding-bottom: 16px;
}
.content6 .content6-content .list > img {
  width: 100%;
  height: 221px;
  object-fit: scale-down;
}
.content6 .content6-content p {
  margin: 0;
}
.imgcenter {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
  padding: 0;
  border: none;
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
  background: transparent;
}
