.swiper-container {
  overflow: inherit;
}

.containerWidth1300 .swiper-slide {
  padding: 0;
}

.containerWidth1300 #swiper2 {
  height: 800px;
}

.containerWidth1300 .swiper-slide .head-title img {
  width: 24px;
  height: 24px;
}

.containerWidth1300 {
  background: rgba(0, 0, 0, 0.46);
}

.containerWidth1300 .swiper-slide {
  height: 800px;
}

.containerWidth1300 .swiper-slide {
  align-items: flex-start;
}

.head-title {
  margin-top: 156px;
  font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
    "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.head-title a {
  display: inline-block;
  width: 180px;
  height: 54px;
  line-height: 54px;
  background: #ffc83e;
  border-radius: 4px;
  font-size: 18px;
  font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
    "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-weight: 400;
  color: #000b33;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 2;
  margin-top: 20px;
}

.head-title a:hover {
  background: #ffd670;
}

.head-title a:active {
  background: #f8b217;
}

.head-title img {
  width: 24px;
  height: 24px;
  margin-left: 12px;
  vertical-align: sub;
}

.containerWidth1300 .swiper-slide>img {
  width: 1025px;
  height: 767px;
  position: absolute;
  top: 271px;
  left: 50%;
  transform: translate(-50%, 0);
}

.containerBanner2 div.tabs {
  width: 402px;
  height: 291px;
  box-sizing: border-box;
  padding-bottom: 21px;
  margin: 0 auto;
  background: rgba(0, 28, 128, 0.02);
  align-items: end;
}

.containerBanner2 div.tabs div {
  font-size: 20px;
  font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
    "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-weight: 500;
  color: #000b33;
  position: relative;
  cursor: pointer;
}

.containerBanner2 div.tabs .active::before {
  content: "";
  width: 64px;
  height: 3px;
  background: #1d6aff;
  border-radius: 0px 0px 3px 3px;
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translate(-50%, 0);
}

.containerBanner2 div.tabs-content {
  margin: 0;
  box-sizing: border-box;
  padding-top: 100px;
  display: block;
}

.containerBanner2 div.tabs-content .tabs-panel-1 .title {
  font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
    "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-weight: 600;
  color: #000b33;
  text-align: center;
  border: none;
  box-shadow: none;
}

.containerBanner2 div.tabs-content .tabs-panel-1 .pair-title {
  font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
    "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-weight: 400;
  color: #000b33;
  /* margin-top: 22px; */
  padding: 0;
  text-align: center;
  border: none;
  box-shadow: none;
}

.containerBanner2 div.tabs-content .tabs-panel-1 .image-group {
  margin-top: 81px;
  padding: 0;
  border: none;
}

.containerBanner2 div.tabs-content .tabs-panel-1 .image-group ul {
  justify-content: space-between;
  background: #fbfcff;
}

.containerBanner2 div.tabs-content .tabs-panel-1 .image-group ul li {
  border: none;
  padding: 0;
  box-shadow: 0px 4px 40px 0px rgba(43, 89, 255, 0.08);
  border-radius: 10px;
  width: 23.363636363636364%;
  margin: 0;
}

.containerBanner2 div.tabs-content .tabs-panel-1 .image-group ul li>img {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #d8d8d8;
  border-radius: 10px 10px 0px 0px;
}

.containerBanner2 div.tabs-content .tabs-panel-1 .image-group ul li>div {
  width: 100%;
  height: 94px;
  box-sizing: border-box;
  margin: 0;
  padding-top: 30px;
  padding-left: 20px;
  font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
    "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-weight: 600;
  color: #000b33;
  text-align: left;
}

#tabs {
  height: 70px;
  background: #fbfcff;
  /* box-shadow: 0px 5px 10px 0px rgba(0, 64, 128, 0.04); */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 242px;
}

.tabsNone {
  display: none;
}

.tabsFixd {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 70px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: 0px 5px 10px 0px rgba(0, 64, 128, 0.04);
}

.tabsFixd>div {
  margin: 0 70px;
  font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
    "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-weight: 500;
  color: #000b33;
  position: relative;
  cursor: pointer;
  height: 70px;
  line-height: 70px;
  bottom: 0;
}

.tabsFixd>div.active::before {
  content: "";
  position: absolute;
  width: 64px;
  height: 3px;
  /* background: #1d6aff; */
  /* background: #FFFFFF !important; */
  /* background: url('../images/icons/tops.png') no-repeat center center / 100% 100%; */
  border-radius: 0px 0px 3px 3px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

#tabs>div {
  margin: 0 70px;
  font-size: 20px;
  font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
    "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-weight: 500;
  color: #000b33;
  position: relative;
  cursor: pointer;
}

.tabsFixd>div a,
#tabs>div a {
  font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
    "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-weight: 500;
  color: #000b33;
}

#tabs>div.active::before {
  content: "";
  position: absolute;
  width: 64px;
  height: 3px;
  /* background: url('../images/icons/tops.png') no-repeat center center / 100% 100%; */
  border-radius: 0px 0px 3px 3px;
  bottom: -19px;
  left: 50%;
  transform: translate(-50%);
}

#plan {
  box-sizing: border-box;
  padding-top: 100px;
  padding-bottom: 48px;
}

.containerBanner2>.container>div {
  margin-bottom: 0;
  margin-top: 100px;
}

.containerBanner2>.container>div.TKtabs-content {
  padding: 0;
}

#plan .container .title {
  display: block;
  margin-bottom: 22px;
  font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
    "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-weight: 600;
  color: #000b33;
  text-align: center;
  margin-top: 0;
}

#plan .container .pair-title {
  display: block;
  font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
    "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-weight: 400;
  color: #000b33;
  text-align: center;
  margin: 0;
  margin-bottom: 106px;
}

#plan .container .head-title {
  display: block;
  font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
    "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-weight: 600;
  color: #000b33;
  margin: 0;
  text-align: left;
  position: relative;
  padding: 0;
}

#plan .container .head-title::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 14px;
  background: #f0b000;
  opacity: 0.4;
  bottom: 0;
}

#plan .container .preview {
  margin-top: 70px;
  padding: 0;
}

#plan .container .preview .left {
  margin-top: 60px;
}

#plan .container .preview ul {
  display: block;
  width: 470px;
}

.containerBanner2 div.tabs-content .tabs-panel-1 .title {
  background-color: transparent;
  padding: 0;
  margin-bottom: 21px;
}

.containerBanner2 div.tabs-content .tabs-panel-1 .pair-title {
  background-color: transparent;
}

#plan .container .preview ul li {
  width: 100% !important;
  display: flex;
  border: none;
  padding: 0;
  flex-flow: inherit;
  box-sizing: border-box;
  padding-left: 20px;
  padding: 0;
  margin: 0;
  padding: 10px;
  border-radius: 10px;
  height: auto;
  min-height: auto;
  margin-bottom: 20px;
  justify-content: flex-start;
  align-items: flex-start;
}

#plan .container .preview ul li:last-child {
  margin-bottom: 0;
}

#plan .container .preview ul li>div:nth-child(2) {
  margin-top: 0;
}

#plan .container .preview ul li>div:first-of-type {
  width: 60px;
  height: 60px;
  box-shadow: 5px 3px 17px 0px rgba(111, 118, 138, 0.16);
  border-radius: 10px;
  position: relative;
  margin: 0;
}

#plan .container .preview ul li>div:first-of-type img {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#plan .container .preview ul li>div:last-of-type {
  width: 350px;
  margin-left: 30px;
}

#plan .container .preview ul li>div:last-of-type p:first-of-type {
  font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
    "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-weight: 600;
  color: #000b33;
  margin: 0;
  text-align: left;
  width: 100%;
}

#plan .container .preview ul li>div:last-of-type p:last-of-type {
  font-size: 16px;
  font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
    "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-weight: 400;
  color: rgba(0, 11, 51, 0.7);
  white-space: inherit;
  margin: 0;
  width: 100%;
  text-align: left;
  color: #4c5470;
}

/* #plan .container .preview ul li:hover {
  background: #f3f4fd;
} */

/* #plan .container .preview ul li:hover div:first-of-type {
  background: #1d6aff;
} */
#plan .container .preview ul li.active {
  background: #f3f4fd;
}

.containerBanner2>.container>div ul li:hover {
  box-shadow: none;
}

#plan .container .preview ul li div.active {
  background: #1d6aff;
}

#plan .container .preview>.right {
  margin-left: 58px;
  width: 720px;
  height: 600px;
}

.TKSwiper {
  display: none;
}

#plan .container .preview>.right>div {
  width: 100%;
  height: 600px;
  border: none;
}

#plan .container .preview>.right img {
  /* width: 620px;
  height: 450px; */
  width: 100%;
  height: 600px;
  margin: 0;
}

#brand {
  box-sizing: border-box;
  padding-top: 100px;
  padding-bottom: 76px;
}

#brand .container p {
  text-align: left;
  font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
    "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-weight: 600;
  color: #000b33;
  margin: 0;
  position: relative;
}

#brand .container>p:nth-child(1) {}

#brand .container>div {
  justify-content: space-between;
}

#brand .container>p::before {
  content: "";
  position: absolute;
  width: 61px;
  height: 14px;
  background: #f0b000;
  opacity: 0.4;
  bottom: 0;
}

#brand .hoverImg {
  width: 48.90909090909091%;
  height: 205px;
  box-sizing: border-box;
}

#brand .hoverImg>div {
  display: flex;
  box-sizing: border-box;
  padding-bottom: 40px;
  padding-top: 40px;
}

#brand .hoverImg>div>img {
  width: 64px;
  height: 64px;
  margin: 0;
}

#brand .hoverImg>div>div p:nth-of-type(1) {
  padding: 0;
}

#brand .hoverImg>div>div p:first-of-type {
  font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
    "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-weight: 600;
  color: #000b33;
  margin-left: 30px;
  text-align: left;
}

#brand .hoverImg>div>div p:last-of-type {
  font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
    "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-weight: 400;
  color: #4c5470;
  line-height: 26px;
  -webkit-background-clip: text;
  margin-left: 30px;
  padding: 0;
  padding-right: 30px;
  margin-top: 10px;
}

#specialty {
  height: 619px;
  box-sizing: border-box;
  padding-top: 100px;
}

#specialty .container>.title {
  text-align: left;
  font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
    "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-weight: 600;
  color: #000b33;
  margin: 0;
  position: relative;
  display: block;
  padding: 0;
}

#specialty .container>div.title::before {
  content: "";
  position: absolute;
  width: 61px;
  height: 14px;
  background: #f0b000;
  opacity: 0.4;
  bottom: 0;
}

#specialty .container ul {
  display: flex;
  margin-top: 61px;
  justify-content: space-between;
}

#specialty .container ul>li {
  width: 23.363636363636364%;
  margin: 0;
}

#specialty .container ul>li img {
  width: 51px;
  height: 88px;
  position: relative;
  top: 23px;
}

#specialty .container ul>li>div:first-of-type {
  background: linear-gradient(90deg, #3ea3ff 0%, #1d6aff 100%);
  box-shadow: 0px 4px 8px 0px rgba(29, 106, 255, 0.1);
  border-radius: 10px 10px 30px 0px;
  width: 140px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 8px;
}

#specialty .container ul>li>div:last-of-type {
  width: 257px;
}

#specialty .container ul>li>div:last-of-type p {
  font-size: 16px;
  font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
    "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-weight: 400;
  color: #4c5470;
  line-height: 26px;
}

#serve {
  height: 682px;
  background: #fbfcff;
  box-sizing: border-box;
  padding-top: 100px;
}

#serve .container .title {
  display: block;
  font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
    "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-weight: 600;
  color: #000b33;
  margin: 0;
  text-align: center;
}

#serve .container .pair-title {
  display: block;
  font-size: 16px;
  font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
    "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-weight: 400;
  color: #000b33;
  margin: 0;
  margin-top: 22px;
  text-align: center;
}

#serve ul {
  justify-content: space-between;
  display: flex;
  margin-top: 104px;
}

#serve ul>li {
  margin: 0 12px;
  text-align: center;
  width: 23.363636363636364%;
  margin: 0;
}

#serve ul>li>img {
  width: 64px;
  height: 64px;
}

#serve ul>li>div {
  font-size: 20px;
  font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
    "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-weight: 600;
  color: #000b33;
  margin-top: 37px;
}

#serve ul>li>p {
  width: 100%;
  font-size: 16px;
  margin-top: 15px;
  text-align: center;
  font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
    "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-weight: 400;
  color: #4c5470;
}

.containerBanner2>.container>div {
  justify-content: flex-start;
  align-items: self-start;
}

#colorlib-footer {
  background-color: #2b59ff;
}

.tabsActive,
.tabsActive2 {
  display: inline-block;
  height: 3px;
  background: url("../images/icons/tops.png") no-repeat center center / 100% 100%;
  position: absolute;
  transition: all 0.5s;
  bottom: 0;
}

#plan .container .preview ul li>div:last-of-type div {
  display: none;
}

#colorlib-footer {
  background: url("../images/pc_index_footer_banner.png") no-repeat center / 100% 100%;
  background-size: cover;
}

.tkSwiper-slide {
  background-color: #fff;
}

@media (orientation: landscape) {
  #tabs {
    display: flex !important;
  }
}

@media (min-width: 1920px) {
  #brand .hoverImg {
    width: 49.07692307692308% !important;
  }

  .containerBanner2 div.tabs-content .tabs-panel-1 .image-group ul li,
  #specialty .container ul>li,
  #serve ul>li {
    width: 23.615384615384616% !important;
  }
}

@media screen and (min-width: 430px) and (max-width: 1023px) {

  #tabsFixd,
  #tabs,
  #right,
  #plan .container .preview ul li>div:first-of-type {
    display: none !important;
  }

  .containerWidth1300 {
    margin-bottom: 140px;
  }

  #brand .hoverImg {
    height: auto;
    min-height: auto;
  }

  .containerWidth1300 #swiper2 {
    height: 600px;
  }

  .containerBanner2 {
    padding-top: 60px !important;
    padding-bottom: 36px !important;
  }

  .title {
    font-size: 30px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000b33;
    line-height: 42px;
  }

  .pair-title {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000b33;
    line-height: 26px;
    margin-top: 14px !important;
    margin-bottom: 40px !important;
  }

  #plan .container .preview ul li>div:last-of-type div {
    display: block;
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 41.7vw;
  }

  .containerBanner2>.container>div ul li {
    margin-bottom: 50px;
  }

  .containerWidth1300 .swiper-slide>img {
    width: 100%;
    height: auto;
    top: auto;
    left: 0;
    bottom: 0;
    transform: translate(0, 50%);
    margin: 0;
    pointer-events: none;
  }

  .containerWidth1300.container {
    padding: 0 !important;
  }

  .containerBanner2>.container>div ul li,
  .containerBanner3>.container>div .hoverImg {
    width: 48.30985915492958% !important;
    margin-bottom: 24px;
    min-height: 330px;
  }

  .containerBanner2>.container>div ul {
    flex-wrap: wrap;
  }

  .containerBanner2>.container>p:nth-child(2) {
    margin-top: 14px;
    margin-bottom: 40px;
  }

  .containerBanner2 {
    padding: 0;
    min-width: 100vw;
    background-color: #fff;
  }

  .cm750 {
    margin-bottom: 10px;
  }

  .containerBanner2>.container>span:last-child img {
    display: none;
  }

  .containerBanner2>.container>div {
    margin-bottom: 0;
    margin-top: 40px;
  }

  .containerBanner3 {
    background-color: #fbfcff;
  }

  .containerBanner2>.container>p:nth-child(1) {
    margin-top: 60px;
  }

  .containerBanner2 div.tabs-content .tabs-panel-1 .title {
    margin-bottom: 0;
  }

  .containerBanner2 div.tabs-content .tabs-panel-1 .image-group {
    margin-top: 0;
  }

  .containerBanner2 div.tabs-content .tabs-panel-1 .image-group ul li {
    margin-bottom: 24px;
  }

  #plan .container .preview {
    margin-top: 17px;
  }

  #plan .container .preview .left {
    margin-top: 0;
  }

  #plan .container .preview ul {
    width: 100%;
    display: flex;
  }

  #plan .container .preview ul>li {
    width: calc((100vw - 64px) / 2) !important;
    height: 56vw;
    margin-bottom: 24px;
    min-height: auto;
    height: auto;
    display: block !important;
  }

  #plan .container .preview ul li:nth-child(even) {
    margin-left: 24px;
  }

  #plan .container .preview ul li>div:last-of-type {
    width: auto;
    margin-left: 0;
    margin-top: 0;
  }

  #plan .container .preview ul li>div:last-of-type {
    width: 100%;
  }

  #plan .container .preview ul li>div:last-of-type p {
    text-align: center;
  }

  #plan .container .pair-title {
    margin-bottom: 40px;
  }

  #plan .container .head-title,
  #brand .container>p:nth-child(1),
  #specialty .container>.title {
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000b33;
    line-height: 33px;
  }

  #brand .container>div {
    margin-top: 30px;
  }

  #specialty {
    height: auto;
  }

  #specialty .container ul {
    flex-wrap: wrap;
    margin-top: 17px;
  }

  #specialty .container ul>li {
    width: calc((100vw - 64px) / 2) !important;
    height: auto;
    margin-bottom: 24px;
  }


  #specialty .container ul>li>div:last-of-type {
    width: auto;
  }

  #serve {
    height: auto;
  }

  #serve ul {
    flex-wrap: wrap;
    margin-top: 0;
  }

  #serve ul>li {
    width: 48.30985915492958% !important;
    margin-bottom: 24px;
  }
}

@media (max-width: 429px) {

  #tabsFixd,
  #tabs,
  #right,
  #plan .container .preview ul li>div:first-of-type {
    display: none !important;
  }

  .container {
    padding: 0;
  }

  .containerBanner4 {
    display: none !important;
  }

  #tabsFixd,
  #tabs,
  #right {
    display: none !important;
  }

  .containerWidth1300 #swiper2 {
    height: 450px;
  }

  #swiper2 .text {
    line-height: 50px;
  }

  .head-title a {
    margin-top: 30px;
  }

  span.newline {
    display: block;
  }

  .head-title {
    margin-top: 100px;
  }

  .containerWidth1300 .swiper-slide {
    flex-direction: initial;
  }

  .containerWidth1300 .swiper-slide>img {
    width: 100%;
    height: 291px;
    top: auto;
    left: 0;
    bottom: 0;
    transform: translate(0, 50%);
    margin: 0;
    pointer-events: none;
  }

  .containerBanner2>.container>p:nth-child(1) {
    margin-top: 60px;
  }

  .containerBanner2>.container>div ul li,
  .containerBanner3>.container>div .hoverImg {
    width: 100% !important;
  }

  .containerBanner2>.container>div ul {
    flex-wrap: wrap;
  }

  .containerBanner2 {
    padding: 0;
    min-width: 375px;
  }

  .containerBanner2>.container>p:nth-child(2) {
    margin-top: 14px;
    margin-bottom: 40px;
  }

  .containerBanner2>.container>div {
    margin-top: 40px;
  }

  .containerBanner2>.container>span:last-child img {
    display: none;
  }

  .containerBanner2>.container>div ul li {
    margin-bottom: 24px;
  }

  #specialty .container ul {
    display: flex;
    flex-flow: column;
  }

  #specialty .container ul>li {
    width: 100%;
  }

  .tabs-content {
    margin-top: 157px !important;
  }

  .containerBanner2 div.tabs-content .tabs-panel-1 .title {
    margin-bottom: 0;
  }

  .containerBanner2 div.tabs-content .tabs-panel-1 .pair-title {
    margin-top: 14px;
    margin-bottom: 40px;
  }

  .containerBanner2 div.tabs-content .tabs-panel-1 .image-group {
    margin-top: 0;
  }

  .containerBanner2 div.tabs-content .tabs-panel-1 .image-group ul li {
    margin-bottom: 24px;
  }

  #plan .container .preview ul {
    width: 100%;
  }

  #plan .container .preview ul li {
    height: auto;
  }

  #plan .container .preview ul li>div:first-of-type {
    display: none;
  }

  #plan .container .preview ul li>div:last-of-type {
    width: 100%;
    margin-left: 0;
  }

  #plan .container .preview ul li>div:last-of-type div {
    display: block;
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 312.75px;
  }

  #plan .container .preview ul li>div:last-of-type p:first-of-type {
    text-align: center;
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000b33;
    line-height: 28px;
  }

  #plan .container .preview ul li>div:last-of-type p:last-of-type {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #4c5470;
    line-height: 26px;
    text-align: center;
  }

  #centents,
  #plan .title,
  #plan .pair-title,
  #plan .head-title,
  #brand,
  #specialty,
  #serve,
  .footer_scheme,
  #plan p {
    box-sizing: border-box;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .tabs-content {
    box-sizing: border-box;
    padding: 0 20px;
  }

  #serve,
  #specialty {
    height: auto;
  }

  .containerBanner2 .container {
    width: auto;
  }

  #serve ul {
    display: block;
  }

  #serve ul>li {
    width: 100%;
    margin-bottom: 24px;
  }

  .containerBanner2>.container>div ul li>div {
    margin-bottom: 24px;
    margin-top: 0;
  }

  .title {
    font-size: 30px;
    font-weight: 600;
    color: #000b33;
    line-height: 42px;
  }

  .pair-title {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000b33;
    line-height: 26px;
    margin-top: 14px;
    margin-bottom: 60px;
  }

  #plan .container .pair-title {
    margin-bottom: 60px;
  }

  #plan,
  #brand,
  #specialty,
  #serve {
    padding-top: 60px !important;
    padding-bottom: 36px !important;
  }

  #plan .container .head-title {
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000b33;
    line-height: 33px;
  }

  #plan .container .preview {
    margin-top: 17px;
  }

  #plan .container .preview .left {
    margin-top: 0;
  }

  #brand .hoverImg {
    height: auto;
  }

  #brand .hoverImg>div {
    padding: 40px 20px 40px 40px;
    height: auto;
  }

  #brand .hoverImg>div>div p:last-of-type {
    padding-right: 0;
  }

  #brand .container>p:nth-child(1),
  #specialty .container>.title {
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000b33;
    line-height: 33px;
  }

  #specialty .container ul>li>div:last-of-type {
    width: auto;
  }

  #specialty .container ul>li {
    margin-bottom: 24px;
  }

  #serve .container .pair-title {
    margin-top: 14px;
    margin-bottom: 40px;
  }

  #serve ul {
    margin-top: 40px;
  }

  #serve ul>li {
    margin-bottom: 24px;
  }

  #serve ul>li>div {
    margin-top: 30px;
  }

  #serve ul>li>p {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1024px) {

  #tabsFixd,
  #tabs {
    display: none !important;
  }

  .containerWidth1300 {
    margin-bottom: 140px;
  }

  #brand .hoverImg {
    height: auto;
    min-height: auto;
  }

  .containerWidth1300 #swiper2 {
    height: 600px;
  }

  .containerBanner2 {
    padding-top: 120px !important;
    padding-bottom: 36px !important;
  }

  .title {
    font-size: 30px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000b33;
    line-height: 42px;
  }

  .pair-title {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000b33;
    line-height: 26px;
    margin-top: 14px !important;
    margin-bottom: 40px !important;
  }



  .containerBanner2>.container>div ul li {
    margin-bottom: 50px;
  }

  .containerWidth1300 .swiper-slide>img {
    width: 100%;
    height: auto;
    top: auto;
    left: 0;
    bottom: 0;
    transform: translate(0, 50%);
    margin: 0;
    pointer-events: none;
  }

  .containerWidth1300.container {
    padding: 0 !important;
  }

  .containerBanner2>.container>div ul li,
  .containerBanner3>.container>div .hoverImg {
    width: 48.30985915492958% !important;
    margin-bottom: 24px;
    min-height: 330px;
  }

  .containerBanner2>.container>div ul {
    flex-wrap: wrap;
  }

  .containerBanner2>.container>p:nth-child(2) {
    margin-top: 14px;
    margin-bottom: 40px;
  }

  .containerBanner2 {
    padding: 0;
    min-width: 100vw;
    background-color: #fff;
  }

  .cm750 {
    margin-bottom: 10px;
  }

  .containerBanner2>.container>span:last-child img {
    display: none;
  }

  .containerBanner2>.container>div {
    margin-bottom: 0;
    margin-top: 40px;
  }

  .containerBanner3 {
    background-color: #fbfcff;
  }

  .containerBanner2>.container>p:nth-child(1) {
    margin-top: 60px;
  }

  .containerBanner2 div.tabs-content .tabs-panel-1 .title {
    margin-bottom: 0;
  }

  .containerBanner2 div.tabs-content .tabs-panel-1 .image-group {
    margin-top: 0;
  }

  .containerBanner2 div.tabs-content .tabs-panel-1 .image-group ul li {
    margin-bottom: 24px;
  }



  #plan .container .pair-title {
    margin-bottom: 40px;
  }

  #plan .container .head-title,
  #brand .container>p:nth-child(1),
  #specialty .container>.title {
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000b33;
    line-height: 33px;
  }

  #brand .container>div {
    margin-top: 30px;
  }

  #specialty {
    height: auto;
  }

  #specialty .container ul {
    flex-wrap: wrap;
    margin-top: 17px;
  }

  #specialty .container ul>li {
    width: calc((100vw - 144px) / 2) !important;
    height: auto;
    margin-bottom: 24px;
  }


  #specialty .container ul>li>div:last-of-type {
    width: auto;
  }

  #serve {
    height: auto;
  }

  #serve ul {
    flex-wrap: wrap;
    margin-top: 0;
  }

  #serve ul>li {
    width: 48.30985915492958% !important;
    margin-bottom: 24px;
  }

  #plan .container .preview ul {
    width: 403px;
  }

  #plan .container .preview ul li {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
    min-height: auto;
    height: auto;
    margin-bottom: 20px;
  }

  #plan .container .preview ul li:last-child {
    margin-bottom: 0;
  }

  #plan .container .preview ul li>div:first-of-type {
    height: 50px;
  }

  .containerBanner2>.container .preview ul li>div {
    margin: 0;
  }

  #plan .container .preview>.right img {
    width: 500px;
    height: 416px;
  }

  #plan .container .preview .left {
    margin: 0;
  }

  #plan .container .preview>.right {
    width: 500px;
    height: 416px;
    margin: 0 24px;
  }

  .containerBanner2 div.tabs-content .tabs-panel-1 .image-group ul li {
    width: calc((100vw - 192px) / 4) !important;
    height: auto;
    min-height: auto;
  }
}