.page {
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #fff;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.btn {
  transition: transform 0.2s ease;
}
.btn:hover {
  transform: translateY(-5px);
}

.box-title {
  font-weight: bold;
  font-size: 34px;
  color: #333;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 40px 35px 20px 15px;
  background: url("../images/box-title1.png") no-repeat center;
  text-align: center;
  margin: 0 auto;
}

.top {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top .logo {
  width: 294px;
  height: 50px;
  background: url("../images/logo.png") no-repeat center;
  margin-left: 10px;
}
.top .phone {
  background: url("../images/phone.png") no-repeat left center;
  padding-left: 45px;
  font-size: 18px;
  color: #333;
  line-height: 20px;
  margin-right: 27px;
}

.banner {
  height: 500px;
  background: url("../images/banner.jpg") no-repeat center;
  background-size: cover;
}
.banner .banner-t {
  padding-top: 135px;
  height: 127px;
  background: url('../images/banner-t.png') no-repeat 240px bottom;
}
.banner .btn {
  width: 229px;
  height: 49px;
  background: #fff498;
  box-shadow: 2px 2px 5px 0px rgba(255, 96, 131, 0.27);
  border-radius: 25px;
  font-weight: 500;
  font-size: 24px;
  color: #ff6083;
  line-height: 49px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: 50px;
  cursor: pointer;
}

.navs-box {
  background-color: #fff;
  box-shadow: 0px 3px 6px 0px rgba(222, 222, 222, 0.28);
  position: sticky;
  top: 0;
  z-index: 10;
}
.navs-box .navs {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 80px;
}
.navs-box .navs .nav {
  font-size: 18px;
  color: #333;
  position: relative;
  line-height: 50px;
  cursor: pointer;
  transition: color 0.2s ease;
}
.navs-box .navs .nav.active {
  color: #ff6083;
}
.navs-box .navs .nav.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 4px;
  background-color: #ff6083;
}
.navs-box .navs .nav:hover {
  color: #ff6083;
}

.box1 {
  height: 570px;
  background: url("../images/box1.jpg") no-repeat center;
}
.box1 .content {
  margin-top: 90px;
  width: 711px;
  height: 224px;
  background: #fff;
  box-shadow: 0px 2px 30px 2px rgba(222, 222, 222, 0.28);
  box-sizing: border-box;
  padding: 30px 45px;
}
.box1 .content .name {
  font-weight: 500;
  font-size: 20px;
  color: #ff6083;
  line-height: 35px;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 17px;
  position: relative;
}
.box1 .content .name::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 140px;
  height: 2px;
  background-color: #ff6083;
}
.box1 .content .des {
  font-size: 16px;
  color: #333;
  text-align: justify;
}

.box2 {
  margin-top: -30px;
}
.box2 .box-title {
  background-image: url("../images/box-title2.png");
  padding-top: 30px;
}
.box2 .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 95px 20px;
}
.box2 .list .item {
  width: 490px;
  height: 130px;
  font-size: 16px;
  color: #333;
  box-sizing: border-box;
  padding-left: 115px;
  display: flex;
  align-items: center;
  border-radius: 16px;
  margin-bottom: 30px;
}
.box2 .list .item:nth-child(1) {
  background: #fff6f6 url("../images/box2-1.png") no-repeat 20px 28px;
}
.box2 .list .item:nth-child(2) {
  background: #effaff url("../images/box2-2.png") no-repeat 20px 28px;
}
.box2 .list .item:nth-child(3) {
  background: #f2f7ff url("../images/box2-3.png") no-repeat 20px 28px;
}
.box2 .list .item:nth-child(4) {
  background: #fdf7f1 url("../images/box2-4.png") no-repeat 20px 28px;
}

.box3 {
  height: 420px;
  background: #fff9fb;
}
.box3 .box-title {
  padding-top: 35px;
}
.box3 .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 95px;
}
.box3 .list .item {
  width: 296px;
  height: 264px;
  border-radius: 19px;
  overflow: hidden;
}
.box3 .list .item:nth-child(1) {
  background: url("../images/box3-1.png") no-repeat center;
}
.box3 .list .item:nth-child(2) {
  background: url("../images/box3-2.png") no-repeat center;
}
.box3 .list .item:nth-child(3) {
  background: url("../images/box3-3.png") no-repeat center;
}
.box3 .list .item:hover .item-c {
  height: 100%;
  background: rgba(255, 97, 132, 0.9);
  padding-top: 55px;
  padding-left: 40px;
  transform: translateY(0);
}
.box3 .list .item:hover .item-c .num {
  top: 20px;
}
.box3 .list .item:hover .item-c .t1 {
  padding-bottom: 10px;
}
.box3 .list .item .item-c {
  box-sizing: border-box;
  transform: translateY(134px);
  height: 130px;
  padding-left: 70px;
  padding-top: 75px;
  background: linear-gradient(to bottom, transparent, #ff6184);
  position: relative;
  transition: all 0.2s ease-in-out;
}
.box3 .list .item .item-c .num {
  position: absolute;
  left: 20px;
  top: 40px;
  background: linear-gradient(180deg, #fff498, transparent);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-weight: 800;
  font-size: 72px;
  line-height: 70px;
  opacity: 0.5;
  letter-spacing: 5px;
}
.box3 .list .item .item-c .t1 {
  font-size: 20px;
  color: #fff498;
  padding-bottom: 25px;
}
.box3 .list .item .item-c .t2 {
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  height: 100px;
  text-align: justify;
}
.box3 .list .item .item-c .btn {
  width: 130px;
  height: 30px;
  background: #fff498;
  border-radius: 15px;
  font-size: 16px;
  color: #ff6083;
  line-height: 24px;
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
}

.box4 {
  background: url("../images/box4-bg.png") no-repeat center bottom;
  padding-bottom: 22px;
}
.box4 .title {
  width: 278px;
  height: 44px;
  background: linear-gradient(to right, #ff6083 65%, transparent);
  font-weight: 500;
  font-size: 24px;
  color: #fff498;
  line-height: 44px;
  display: flex;
  align-items: center;
}
.box4 .title .icon {
  padding: 0 12px;
}
.box4 .content1 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 45px;
}
.box4 .content1 .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 166px;
  height: 110px;
  background: #f8f8f8;
  margin-bottom: 6px;
  font-size: 16px;
  color: #333;
  line-height: 24px;
}
.box4 .content1 .item:nth-child(-n+7) {
  background: #ff6184;
  border-radius: 16px 16px 0px 0px;
  font-weight: 500;
  font-size: 20px;
  color: #fff498;
}
.box4 .content1 .item:nth-child(n+14) {
  border-radius: 0px 0px 16px 16px;
}
.box4 .content1 .item:nth-child(7n+1) {
  background: #ffebef;
  font-weight: 500;
  font-size: 18px;
  color: #ff6184;
}
.box4 .content1 .item:first-child {
  height: 50px;
}
.box4 .content1 .item:nth-child(2) {
  height: 50px;
}
.box4 .content1 .item:nth-child(3) {
  height: 60px;
}
.box4 .content1 .item:nth-child(4) {
  height: 70px;
}
.box4 .content1 .item:nth-child(5) {
  height: 80px;
}
.box4 .content1 .item:nth-child(6) {
  height: 90px;
}

.box4 .content1 .item.t1 {
  transition: all 0.2s ease;
}
.box4 .content1 .item.t1:hover {
  background: #ffebef;
  color: #ff6184;
}
.box4 .content2 .tabs {
  display: flex;
  align-items: flex-end;
  padding-top: 30px;
  height: 70px;
}
.box4 .content2 .tabs .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 219px;
  height: 60px;
  font-weight: 500;
  font-size: 18px;
  color: #ff6184;
  line-height: 22px;
  text-align: center;
  background: url("../images/box4-tab.png") no-repeat center;
  margin: 0 -10px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}
.box4 .content2 .tabs .tab:first-child {
  margin-left: 0;
}
.box4 .content2 .tabs .tab:last-child {
  margin-right: 0;
}
.box4 .content2 .tabs .tab.active {
  height: 70px;
  background: url("../images/box4-tab-a.png") no-repeat center;
  font-size: 20px;
  color: #fff498;
}
.box4 .content2 .tabs .tab:nth-child(1) {
  z-index: 6;
}
.box4 .content2 .tabs .tab:nth-child(2) {
  z-index: 5;
}
.box4 .content2 .tabs .tab:nth-child(3) {
  z-index: 4;
}
.box4 .content2 .tabs .tab:nth-child(4) {
  z-index: 3;
}
.box4 .content2 .tabs .tab:nth-child(5) {
  z-index: 2;
}
.box4 .content2 .tabs .tab:nth-child(6) {
  z-index: 1;
}
.box4 .content2 .content {
  width: 1216px;
  height: 541px;
  margin: -8px;
  display: none;
}
.box4 .content2 .content:nth-child(1) {
  background: url("../images/box4-2-0.png") no-repeat left center;
}
.box4 .content2 .content:nth-child(2) {
  background: url("../images/box4-2-1.png") no-repeat left center;
}
.box4 .content2 .content:nth-child(3) {
  background: url("../images/box4-2-2.png") no-repeat left center;
}
.box4 .content2 .content:nth-child(4) {
  background: url("../images/box4-2-3.png") no-repeat left center;
}
.box4 .content2 .content:nth-child(5) {
  background: url("../images/box4-2-4.png") no-repeat left center;
}
.box4 .content2 .content:nth-child(6) {
  background: url("../images/box4-2-5.png") no-repeat left center;
}
.box4 .content2 .content:nth-child(7) {
  background: url("../images/box4-2-6.png") no-repeat left center;
}
.box4 .content2 .content.show {
  display: block;
}
.box4 .btn {
  width: 260px;
  height: 50px;
  background: #ff6184;
  border-radius: 25px;
  font-size: 20px;
  color: #fff498;
  line-height: 49px;
  text-align: center;
  margin: 30px auto;
  cursor: pointer;
}

.box5 .box-title {
  padding-top: 46px;
  background-image: url("../images/box-title3.png");
}
.box5 .content1 {
  height: 120px;
  background: #fff9fb;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
}
.box5 .content1 .left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 120px;
  background: #ff6184;
  font-weight: bold;
  font-size: 22px;
  color: #fff498;
  line-height: 25px;
}
.box5 .content1 .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 15px;
}
.box5 .content1 .right .t1 {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  padding-left: 15px;
  position: relative;
}
.box5 .content1 .right .t1::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fe7795;
}
.box5 .content2 {
  padding-top: 27px;
}
.box5 .content2 .title {
  width: 278px;
  height: 44px;
  font-weight: bold;
  font-size: 22px;
  color: #fff498;
  text-align: center;
  line-height: 44px;
  margin: 0 auto;
  background: linear-gradient(to right, transparent 0, transparent 10%, #fe7795 35%, #fe7795 65%, transparent 90%, transparent 100%);
}
.box5 .content2 .content {
  box-sizing: border-box;
  height: 500px;
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: center;
  background: url("../images/box5.png") no-repeat center;
}
.box5 .content2 .content .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 180px;
  height: 170px;
  border-radius: 24px;
  background: linear-gradient(to bottom, rgba(254, 119, 149, 0.1), transparent);
  text-align: center;
  margin-right: 75px;
}
.box5 .content2 .content .item:nth-child(5), .box5 .content2 .content .item:last-child {
  margin: 0;
}
.box5 .content2 .content .item:nth-child(7) {
  height: 200px;
}
.box5 .content2 .content .item .img {
  padding: 20px 0 15px;
}
.box5 .content2 .content .item .t1 {
  font-weight: 500;
  font-size: 18px;
  color: #ff6083;
  line-height: 24px;
}
.box5 .content2 .content .item .t2 {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.box5 .btn {
  width: 260px;
  height: 50px;
  background: #ff6184;
  border-radius: 25px;
  font-weight: 500;
  font-size: 20px;
  color: #fff498;
  line-height: 50px;
  text-align: center;
  margin: 12px auto 5px;
  cursor: pointer;
}

.box6 {
  padding-bottom: 15px;
}
.box6 .content {
  height: 691px;
  background: url("../images/box6.jpg") no-repeat center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box6 .content .info {
  width: 380px;
  height: 210px;
  background: #ff6184;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.box6 .content .info .txt {
  padding-top: 16px;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
}

.footer {
  padding: 22px;
}
.footer .txt {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .txt a {
  color: #666;
}
.footer .txt a:last-child::after {
  display: none;
}