@charset "UTF-8";
body * {
  box-sizing: border-box;
  flex-shrink: 0;
}

body {
  font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC-Light, Microsoft YaHei;
  background-color: #ffffff;
  overflow-x: hidden;
  /*min-width: 1100px;*/
}

body,
html,
p,
h3 {
  margin: 0;
  padding: 0;
}

.goBack {
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 99;
}

a {
  text-decoration: none;
}

a,
span {
  display: inline-block;
}

.flex-col, .ts6-content, .tsection05 .ts5-content .ts5-list .ts5-list-item, .tsection05 .ts5-content, .tsection04 .ts4-content .ts4-list-box .ts4-list-box-item .ts4-item-text, .tsection04 .ts4-content, .tsection03 .ts3-content .ts3-c, .tsection03 .ts3-content .ts3-t .ts3-t-r, .tsection03 .ts3-content .ts3-t .ts3-t-l, .tsection03 .ts3-content {
  display: flex;
  flex-direction: column;
}

.flex-row, .section04 .s4-content .s4-content-box .s4-content-item.active, .section04 .s4-content .s4-tab .tab-item, .tsection04 .ts4-content .ts4-list-box .ts4-list-box-item, .tsection03 .ts3-content .ts3-t, .tsection02 .ts2-content .ts2-b, .tsection01 .ts1-content {
  display: flex;
  flex-direction: row;
}

.justify-start {
  display: flex;
  justify-content: flex-start;
}

.justify-center, .section04 .s4-content .s4-tab .tab-item, .section01 .s1-content {
  display: flex;
  justify-content: center;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-end {
  display: flex;
  justify-content: flex-end;
}

.justify-evenly {
  display: flex;
  justify-content: space-evenly;
}

.justify-around {
  display: flex;
  justify-content: space-around;
}

.justify-between {
  display: flex;
  justify-content: space-between;
}

.align-start {
  display: flex;
  align-items: flex-start;
}

.align-center, .section04 .s4-content .s4-tab .tab-item, .section01 .s1-content .s1-list-box .item {
  display: flex;
  align-items: center;
}

.align-end {
  display: flex;
  align-items: flex-end;
}

.container {
  width: 1320px;
  margin: auto;
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mg-b24 {
  margin-bottom: 24px;
}

.mg-b16 {
  margin-bottom: 16px;
}

.mg-b20 {
  margin-bottom: 20px;
}

.mg-b30 {
  margin-bottom: 30px;
}

.img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-box {
  position: relative;
  height: 571px;
}
.banner-box .banner-s {
  display: none;
}
.banner-box .banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-box .banner-content {
  position: relative;
  z-index: 10;
  padding-top: 116px;
}
.banner-box .banner-content .c-img {
  width: 361px;
}
.banner-box .banner-content h1 {
  font-weight: 800;
  font-size: 66px;
  color: #2c2e4c;
  line-height: 86px;
}

.box-title p {
  font-size: 40px;
  font-weight: bold;
  color: #333333;
  margin-left: 20px;
  margin-right: 20px;
}
.box-title p span {
  color: #4e6fdc;
}
.box-title .s-title {
  font-size: 20px;
  color: #4e6fdc;
  padding: 0 26px;
  height: 42px;
  line-height: 42px;
  background: rgba(78, 111, 220, 0.1);
  border-radius: 21px;
  width: -moz-max-content;
  width: max-content;
  margin: 18px auto 0;
}

.section01 {
  padding: 90px 0;
}
.section01 .s1-content {
  margin-top: 104px;
}
.section01 .s1-content .img-left {
  margin-top: 54px;
}
.section01 .s1-content .s1-list-box {
  flex: 1;
  overflow: hidden;
}
.section01 .s1-content .s1-list-box .item {
  width: 100%;
  background: #4e6fdc;
  border-radius: 20px;
  padding: 24px 36px;
  box-sizing: border-box;
  color: #ffffff;
  margin-bottom: 70px;
}
.section01 .s1-content .s1-list-box .item .i-num {
  font-weight: 800;
  font-size: 34px;
}
.section01 .s1-content .s1-list-box .item .i-text {
  font-size: 20px;
  line-height: 30px;
  flex: 1;
  margin-left: 24px;
}

/**新修改  */
.online-btn {
  display: inline-flex;
  width: 154px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background: linear-gradient(90deg, #4d80ff, #7a87ff);
  border-radius: 27px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  gap: 10px; /* 图片和文字之间的间距 */
}
.online-btn img {
  width: 15px;
  height: 11px;
}

.snew-title {
  font-size: 46px;
  font-weight: bold;
  color: #1d222d;
}

.ts2-title {
  font-size: 36px;
  font-weight: bold;
  color: #1d222d;
}

.tsection01 {
  background: url(../img/newimg/ts1back.png) no-repeat center/cover;
}
.tsection01 .ts1-content {
  align-items: center;
  padding-left: 250px;
  padding-right: 134px;
  justify-content: space-between;
}
.tsection01 .ts1-content .ts1-left .ts1-text {
  font-size: 20px;
  font-weight: bold;
  color: #575b6a;
  margin-top: 29px;
  margin-bottom: 60px;
}
.tsection01 .ts1-content .ts1-img {
  margin-top: 45px;
  margin-bottom: 64px;
}

.tsection02 .ts2-content {
  align-items: center;
  text-align: center;
  padding-bottom: 152px;
  padding-top: 119px;
}
.tsection02 .ts2-content .ts2-back {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center; /* 垂直居中 */
  align-items: center; /* 水平居中 */
}
.tsection02 .ts2-content .ts2-back span {
  margin-top: -15px;
}
.tsection02 .ts2-content .ts2-back img {
  margin-top: -15px;
}
.tsection02 .ts2-content .ts2-title-fefeff {
  color: #fefeff;
  font-weight: bold;
  font-size: 20px;
}
.tsection02 .ts2-content .ts2-title-b {
  color: #555555;
  font-weight: bold;
  font-size: 20px;
}
.tsection02 .ts2-content .ts2-icon {
  width: 37px;
  height: 40px;
}
.tsection02 .ts2-content .ts2-b {
  margin-top: 94px;
  margin-left: 93px;
  margin-right: 131px;
  position: relative;
}
.tsection02 .ts2-content .ts2-b .ts2-b-left {
  z-index: 1;
}
.tsection02 .ts2-content .ts2-b .ts2-b-left .ts2-left-back-1 {
  background: url(../img/newimg/ts2back1.png) no-repeat center/cover;
  width: 542px;
  height: 129px;
  margin-bottom: 48px;
  margin-left: 125px;
}
.tsection02 .ts2-content .ts2-b .ts2-b-left .ts2-left-back-1 img {
  margin-left: 10px;
}
.tsection02 .ts2-content .ts2-b .ts2-b-left .ts2-left-back-2 {
  width: 616px;
  height: 129px;
  background: url(../img/newimg/ts2back2.png) no-repeat center/cover;
  margin-bottom: 42px;
}
.tsection02 .ts2-content .ts2-b .ts2-b-left .ts2-left-back-2 img {
  margin-left: 10px;
}
.tsection02 .ts2-content .ts2-b .ts2-b-left .ts2-left-back-3 {
  width: 557px;
  height: 129px;
  background: url(../img/newimg/ts2back3.png) no-repeat center/cover;
  margin-left: 104px;
}
.tsection02 .ts2-content .ts2-b .ts2-b-left .ts2-left-back-3 img {
  margin-left: 10px;
}
.tsection02 .ts2-content .ts2-b .ts2-b-img {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
.tsection02 .ts2-content .ts2-b .ts2-b-right {
  position: absolute;
  right: 0;
  z-index: 1;
}
.tsection02 .ts2-content .ts2-b .ts2-b-right .ts2-right-back-1 {
  width: 536px;
  height: 130px;
  background: url(../img/newimg/ts2back4.png) no-repeat center/cover;
  margin-bottom: 40px;
  margin-left: 30px;
}
.tsection02 .ts2-content .ts2-b .ts2-b-right .ts2-right-back-1 img {
  margin-right: 14px;
}
.tsection02 .ts2-content .ts2-b .ts2-b-right .ts2-right-back-2 {
  width: 456px;
  height: 130px;
  background: url(../img/newimg/ts2back5.png) no-repeat center/cover;
  margin-bottom: 48px;
  margin-left: 96px;
}
.tsection02 .ts2-content .ts2-b .ts2-b-right .ts2-right-back-2 img {
  margin-right: 13px;
}
.tsection02 .ts2-content .ts2-b .ts2-b-right .ts2-right-back-3 {
  width: 616px;
  height: 130px;
  background: url(../img/newimg/ts2back6.png) no-repeat center/cover;
}
.tsection02 .ts2-content .ts2-b .ts2-b-right .ts2-right-back-3 img {
  margin-right: 14px;
}

.tsection03 .ts3-content {
  align-items: center;
  text-align: center;
  padding-bottom: 82px;
  padding-top: 119px;
  background-color: #edf5ff;
}
.tsection03 .ts3-content .ts3-title {
  font-size: 36px;
  font-weight: bold;
  color: #1d222d;
}
.tsection03 .ts3-content .ts3-t {
  margin-top: 64px;
}
.tsection03 .ts3-content .ts3-t .ts3-t-l {
  padding: 49px 41px 14px 39px;
  background: linear-gradient(0deg, #def0fe, #cae7ff);
  border-radius: 20px;
  border: 1px solid #dae7f3;
  margin-right: 22px;
  align-items: start;
}
.tsection03 .ts3-content .ts3-t .ts3-t-l .ts3-t-l-title {
  font-size: 36px;
  font-weight: bold;
  color: #1d222d;
}
.tsection03 .ts3-content .ts3-t .ts3-t-l .ts3-t-l-desc {
  font-size: 16px;
  color: #626c7c;
  margin-top: 20px;
}
.tsection03 .ts3-content .ts3-t .ts3-t-l img {
  margin-left: 126px;
  margin-top: 10px;
}
.tsection03 .ts3-content .ts3-t .ts3-t-r {
  padding: 49px 40px 37px 39px;
  background: linear-gradient(0deg, #fafdff, #ebf8fe);
  border-radius: 20px;
  border: 1px solid #e4eaf5;
  align-items: start;
}
.tsection03 .ts3-content .ts3-t .ts3-t-r .ts3-t-r-title {
  font-size: 36px;
  font-weight: bold;
  color: #1d222d;
}
.tsection03 .ts3-content .ts3-t .ts3-t-r .ts3-t-r-desc {
  font-size: 16px;
  color: #626c7c;
  margin-top: 20px;
  margin-bottom: 33px;
}
.tsection03 .ts3-content .ts3-t .ts3-t-r .ts3-t-r-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 30px;
}
.tsection03 .ts3-content .ts3-t .ts3-t-r .ts3-t-r-row .ts3-t-r-item {
  position: relative;
  width: 200px;
  height: 80px;
  background: linear-gradient(0deg, #edf3f9, #fbfffe);
  box-shadow: 0px 6px 30px 0px rgba(208, 232, 251, 0.35);
  border-radius: 10px;
  border: 2px solid #ffffff;
}
.tsection03 .ts3-content .ts3-t .ts3-t-r .ts3-t-r-row .ts3-t-r-item img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.tsection03 .ts3-content .ts3-c {
  position: relative;
  background: linear-gradient(0deg, #2aa2ff, #086dfe);
  border-radius: 20px;
  margin-top: 33px;
  padding-top: 49px;
  padding-bottom: 50px;
  padding-left: 39px;
  padding-right: 39px;
  align-items: start;
}
.tsection03 .ts3-content .ts3-c .ts3-c-title {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
}
.tsection03 .ts3-content .ts3-c .ts3-c-desc {
  font-size: 16px;
  color: #9dcdff;
  margin-top: 20px;
  margin-bottom: 30px;
}
.tsection03 .ts3-content .ts3-c .ts3-c-backleft {
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 100%;
  height: 240px;
  z-index: 999;
  background: url(../img/newimg/ts3backleft.png) no-repeat center/cover;
}
.tsection03 .ts3-content .ts3-c .ts3-c-backright {
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 100%;
  height: 240px;
  z-index: 999;
  background: url(../img/newimg/ts3backright.png) no-repeat center/cover;
}
.tsection03 .ts3-content .ts3-c .ts3-c-content {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 20px;
}
.tsection03 .ts3-content .ts3-c .ts3-c-content .ts3-c-content-item {
  position: relative;
}
.tsection03 .ts3-content .ts3-c .ts3-c-content .ts3-c-content-item .arrow {
  position: absolute;
  right: -15px;
  top: -11px;
}
.tsection03 .ts3-content .ts3-c .ts3-c-content .ts3-c-content-item .arrow img {
  display: block;
  width: 100%;
  height: auto;
}
.tsection03 .ts3-content .ts3-c .ts3-c-content .ts3-c-content-item .arrow span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #137efe;
  font-size: 12px;
  white-space: nowrap; /* 不换行 */
}
.tsection03 .ts3-content .ts3-c .ts3-c-content-section {
  margin-top: 22px;
  grid-template-columns: repeat(8, 1fr);
}
.tsection03 .ts3-content .ts3-b {
  margin-top: 40px;
}

.tsection04 .ts4-content {
  align-items: center;
  text-align: center;
  padding-bottom: 115px;
  padding-top: 120px;
  background-color: white;
}
.tsection04 .ts4-content .ts4-title {
  font-size: 36px;
  font-weight: bold;
  color: #1d222d;
}
.tsection04 .ts4-content .ts4-list-box {
  margin-top: 124px;
  padding-left: 330px;
  padding-right: 275px;
}
.tsection04 .ts4-content .ts4-list-box .ts4-list-box-item:nth-child(1) {
  padding-bottom: 145px;
}
.tsection04 .ts4-content .ts4-list-box .ts4-list-box-item:nth-child(2) {
  padding-bottom: 147px;
}
.tsection04 .ts4-content .ts4-list-box .ts4-list-box-item:nth-child(3) {
  padding-bottom: 120px;
}
.tsection04 .ts4-content .ts4-list-box .ts4-list-box-item {
  flex: 1;
  min-width: 0;
}
.tsection04 .ts4-content .ts4-list-box .ts4-list-box-item .ts4-item-img {
  margin-right: 48px;
}
.tsection04 .ts4-content .ts4-list-box .ts4-list-box-item .ts4-item-text {
  align-items: start;
  text-align: left;
  width: 554px;
  margin-top: 15px;
}
.tsection04 .ts4-content .ts4-list-box .ts4-list-box-item .ts4-item-text .ts4-item-top {
  font-weight: 800;
  font-size: 150px;
  color: #edf5ff;
  line-height: 150px;
  height: 117px;
  width: 150px;
  margin-bottom: 23px;
}
.tsection04 .ts4-content .ts4-list-box .ts4-list-box-item .ts4-item-text .ts4-item-title {
  font-size: 28px;
  color: #3c3c3c;
  margin-bottom: 24px;
}
.tsection04 .ts4-content .ts4-list-box .ts4-list-box-item .ts4-item-text .ts4-item-desc {
  width: 385px;
  font-size: 16px;
  color: #8a8a8a;
  line-height: 22px;
}
.tsection04 .ts4-content .ts4-list-box .ts4-list-box-item .ts4-item-text .ts4-b {
  margin-top: 37px;
}
.tsection04 .ts4-content .ts4-list-box .ts4-list-box-item:nth-child(2n) {
  flex-direction: row-reverse;
}
.tsection04 .ts4-content .ts4-list-box .ts4-list-box-item:nth-child(2n) .ts4-item-img {
  margin-left: 0px;
}

.tsection05 .ts5-content {
  align-items: center;
  text-align: center;
  padding-bottom: 80px;
  padding-top: 120px;
  background-color: #edf5ff;
}
.tsection05 .ts5-content .ts5-title {
  font-size: 36px;
  font-weight: bold;
  color: #1d222d;
}
.tsection05 .ts5-content .ts5-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 43px 61px;
  margin-top: 77px;
}
.tsection05 .ts5-content .ts5-list .ts5-list-item {
  width: 680px;
  height: 300px;
  background-color: white;
  border-radius: 10px;
  position: relative;
  align-items: start;
}
.tsection05 .ts5-content .ts5-list .ts5-list-item .ts5-list-item-tag {
  font-size: 24px;
  color: #fefeff;
  margin-top: 41px;
  margin-left: -10px;
}
.tsection05 .ts5-content .ts5-list .ts5-list-item .ts5-list-item-tag .tag-num {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #7786ff;
}
.tsection05 .ts5-content .ts5-list .ts5-list-item .ts5-list-item-tag .tag-text {
  width: 140px;
  height: 44px;
  margin-left: -10px;
  line-height: 44px;
  background: #4e6fdc;
  box-shadow: 0px 1px 10px 0px rgba(128, 136, 159, 0.2);
  border-radius: 0px 22px 22px 0px;
  text-align: center;
}
.tsection05 .ts5-content .ts5-list .ts5-list-item .item-btn {
  position: absolute;
  right: 30px;
  top: 43px;
  width: 240px;
  height: 41px;
  line-height: 41px;
  background-color: white;
  border-radius: 21px;
  border: 1px solid #4e6fdc;
  color: #4e6fdc;
  font-size: 16px;
}
.tsection05 .ts5-content .ts5-list .ts5-list-item .item-title {
  margin-left: 32px;
  margin-top: 41px;
  color: #4e6fdc;
  font-size: 20px;
}
.tsection05 .ts5-content .ts5-list .ts5-list-item .item-desc {
  margin-left: 32px;
  margin-top: 19px;
  color: #222222;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}
.tsection05 .ts5-content .ts5-list .ts5-list-item .icon-box {
  position: absolute;
  right: 44px;
  bottom: 17px;
}
.tsection05 .ts5-content .ts5-b {
  margin-top: 52px;
}

/**新修改样式 */
.ts6-content {
  align-items: center;
  text-align: center;
}

.section04 {
  background-color: #ffffff;
  padding-top: 120px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}
.section04 .box-title p {
  margin-right: 20px;
}
.section04 .s4-content {
  margin-top: 110px;
  position: relative;
  z-index: 10;
}
.section04 .s4-content .s4-tab {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  margin-bottom: 84px;
}
.section04 .s4-content .s4-tab .tab-item {
  min-width: 120px;
  height: 40px;
  background: #f5f5f5;
  border-radius: 25px;
  padding: 0 18px;
  box-sizing: border-box;
  font-size: 15px;
  color: #111111;
  margin-right: 38px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.section04 .s4-content .s4-tab .tab-item.active {
  background: #4e6fdc;
  color: #ffffff;
}
.section04 .s4-content .s4-tab .tab-item:last-child {
  margin-right: 0;
}
.section04 .s4-content .s4-content-box {
  margin-bottom: 80px;
}
.section04 .s4-content .s4-content-box .s4-content-item {
  display: none;
}
.section04 .s4-content .s4-content-box .s4-content-item .c-img {
  flex: 1;
  margin-right: 30px;
}
.section04 .s4-content .s4-content-box .s4-content-item .item {
  width: 420px;
  background: #ffffff;
  box-shadow: 0px 1px 50px 0px rgba(213, 213, 213, 0.4);
  cursor: pointer;
}
.section04 .s4-content .s4-content-box .s4-content-item .item .top-box {
  height: 140px;
  background: #4e6fdc;
}
.section04 .s4-content .s4-content-box .s4-content-item .item .top-box .img-text-box {
  height: calc(100% - 15px);
}
.section04 .s4-content .s4-content-box .s4-content-item .item .top-box .img-text-box .img-box {
  width: 158px;
  height: 100%;
  background: url(../img/u4-01-.png) no-repeat center bottom;
  background-size: 100%;
}
.section04 .s4-content .s4-content-box .s4-content-item .item .top-box .img-text-box .img-box img {
  width: 40px;
  height: 40px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.section04 .s4-content .s4-content-box .s4-content-item .item .top-box .img-text-box h3 {
  font-size: 28px;
  font-weight: 800;
  color: #ffffff;
}
.section04 .s4-content .s4-content-box .s4-content-item .item .bot-box {
  padding: 45px 33px 50px;
}
.section04 .s4-content .s4-content-box .s4-content-item .item .bot-box .item-title {
  font-size: 20px;
  font-weight: bold;
  color: #4e6fdc;
  margin-bottom: 26px;
}
.section04 .s4-content .s4-content-box .s4-content-item .item .bot-box .item-desc {
  font-size: 16px;
  color: #222222;
  line-height: 24px;
}

.content-btn {
  display: block;
  width: 154px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background: linear-gradient(90deg, #4d80ff, #7a87ff);
  border-radius: 27px;
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
  margin: 50px auto 0;
}

.section06 {
  padding: 90px 0px;
  background: #f5f8ff;
}
.section06 .s6-list-box {
  padding-top: 80px;
}
.section06 .s6-list-box .item {
  margin-bottom: 60px;
  padding: 0 50px;
}
.section06 .s6-list-box .item .item-img {
  margin-right: 34px;
}
.section06 .s6-list-box .item .item-text {
  flex: 1;
  overflow: hidden;
}
.section06 .s6-list-box .item .item-text .item-title {
  font-weight: 800;
  font-size: 28px;
  color: #3c3c3c;
  margin-bottom: 50px;
}
.section06 .s6-list-box .item .item-text .item-desc {
  font-size: 16px;
  color: #8a8a8a;
  line-height: 24px;
}
.section06 .s6-list-box .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.section06 .s6-list-box .item:nth-child(2n) .item-img {
  margin-left: 34px;
  margin-right: 0;
}

.section02 {
  background: url(../img/u3-1.png) no-repeat left bottom;
  padding-bottom: 60px;
  padding-top: 83px;
}

.section02-list {
  margin-top: 20px;
}
.section02-list .item {
  width: calc(50% - 20px);
  height: 370px;
  background: linear-gradient(23deg, #f6f8ff, #ffffff);
  border: 1px solid #ececec;
  box-shadow: 0px 1px 50px 0px rgba(213, 213, 213, 0.3);
  opacity: 0.97;
  border-radius: 6px;
  padding: 41px 33px;
  margin-top: 40px;
  margin-right: 40px;
  box-sizing: border-box;
  position: relative;
}
.section02-list .item:nth-child(2n) {
  margin-right: 0;
}
.section02-list .item .item01 {
  font-size: 24px;
  color: #fefeff;
  position: absolute;
  top: 41px;
  left: -10px;
}
.section02-list .item .item01 .item-num {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #ffdc1b;
  font-weight: bold;
}
.section02-list .item .item01 .item-txt {
  width: 140px;
  height: 44px;
  line-height: 44px;
  background: #4e6fdc;
  box-shadow: 0px 1px 10px 0px rgba(128, 136, 159, 0.2);
  border-radius: 0px 22px 22px 0px;
  text-align: center;
}
.section02-list .item .item-title {
  font-size: 20px;
  font-weight: bold;
  color: #4e6fdc;
  margin-top: 80px;
}
.section02-list .item .item-desc {
  font-size: 16px;
  color: #222222;
  line-height: 24px;
  margin-top: 19px;
  height: 48px;
  position: relative;
  z-index: 2;
}
.section02-list .item .item-btn {
  height: 41px;
  line-height: 41px;
  border: 1px solid #4e6fdc;
  border-radius: 21px;
  padding: 0 17px;
  width: -moz-max-content;
  width: max-content;
  font-size: 16px;
  color: #4e6fdc;
  margin-top: 58px;
}
.section02-list .item .num-box {
  position: absolute;
  top: 38px;
  right: 42px;
  z-index: 1;
}
.section02-list .item .num-box img {
  display: block;
}
.section02-list .item .icon-box {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.section02-list .item .icon-box img {
  display: block;
}
.section02-list .contact-box {
  width: calc(50% - 20px);
  height: 370px;
  margin-top: 40px;
  border-radius: 6px;
}
.section02-list .contact-box .input-box {
  margin-left: 46px;
  margin-right: 46px;
}
.section02-list .contact-box .input-box .input-btn {
  width: 100%;
}

.section03 {
  background: #f5f8ff;
  padding-top: 60px;
  padding-bottom: 120px;
  border-bottom: #f8faff solid 20px;
}
.section03 .content-box {
  margin-top: 74px;
}
.section03 .content-box.professional-phone {
  display: none;
}
.section03 .section03-list {
  width: 445px;
}
.section03 .section03-list .item {
  padding: 0 40px;
  height: 100px;
  background: #ffffff;
  margin-bottom: 0px;
  border-radius: 10px;
}
.section03 .section03-list .item img {
  width: 22px;
  height: 22px;
  margin-right: 2.13vw;
}
.section03 .section03-list .item p {
  width: calc(100% - 75px);
  color: #222222;
  line-height: 24px;
}

/* 咨询弹框 */
.contact-box {
  flex: 1;
  height: 560px;
  background: #feeebd;
  box-shadow: 0px 1px 50px 0px rgba(213, 213, 213, 0.4);
  position: relative;
  margin-top: 20px;
  padding-top: 1px;
}
.contact-box .c-title {
  width: 387px;
  height: 73px;
  line-height: 55px;
  text-align: center;
  background: url(../img/u02.png) no-repeat;
  color: #9c5400;
  font-size: 24px;
  margin: -10px auto 0;
}
.contact-box .input-box {
  margin: 20px 85px 0;
}
.contact-box .input-box .input-item {
  height: 60px;
  border: 1px solid #fea427;
  background: linear-gradient(0deg, #fef8e6 0%, #fefaed 99%);
  border-radius: 30px;
  padding: 0 49px;
  font-size: 18px;
  color: #a49568;
  width: 100%;
  margin-bottom: 30px;
}
.contact-box .input-box .input-item:focus {
  outline: 1px solid #fea427;
}
.contact-box .input-box .input-btn {
  width: 550px;
  height: 60px;
  line-height: 60px;
  background: linear-gradient(0deg, #ff8533 0%, #ff633b 100%);
  box-shadow: 1px 10px 21px 0px rgba(255, 101, 59, 0.23);
  border-radius: 30px;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  color: #ffffff;
  margin: 9px auto 0;
  cursor: pointer;
}
.contact-box .c-img-box {
  position: absolute;
  bottom: 0;
  right: 7px;
  width: 282px;
  height: 270px;
}
.contact-box .c-img-box img {
  width: 100%;
}
.contact-box .txt-box {
  height: 100px;
  line-height: 100px;
  background: linear-gradient(90deg, #ff7936 0%, transparent 100%);
  box-shadow: 0px 1px 50px 0px rgba(213, 213, 213, 0.4);
  padding: 0 54px;
  font-size: 26px;
  font-weight: 800;
  color: #ffffff;
  margin-top: 60px;
}

.section05 {
  background: #4e6fdc;
  padding-top: 60px;
  padding-bottom: 60px;
}
.section05 .c-title {
  font-size: 26px;
  color: #ffffff;
}
.section05 .c-title-s {
  font-size: 14px;
  margin-top: 11px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 42px;
}
.section05 .input-box {
  width: 100%;
  justify-content: space-between;
}
.section05 .input-box .input-item {
  width: 300px;
  height: 40px;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  margin-right: 20px;
  border: none;
  box-shadow: none;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  padding: 0 15px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.section05 .input-box .input-item::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.section05 .input-box .input-item:last-child {
  margin-right: 0;
}
.section05 .input-btn {
  width: 300px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 20px;
  font-size: 14px;
  color: #ffffff;
  margin-top: 38px;
  cursor: pointer;
}

.input-wrap {
  position: relative;
}

.input-error {
  border-color: #f56c6c;
}

.el-form-item__error {
  color: #f56c6c;
  font-size: 12px;
  line-height: 1;
  padding-top: 9px;
  position: absolute;
  bottom: 9px;
  left: 49px;
}

.section05 .el-form-item__error {
  left: 15px;
  color: #fff;
}

/*滚动条*/
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  border: 3px solid transparent;
  background-clip: padding-box;
  border-radius: 7px;
  min-height: 84px;
  background-color: rgba(187, 187, 187, 0.88);
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

/* 适配 */
@media (max-width: 1400px) {
  .container {
    width: 94%;
  }
  .tsection01 .ts1-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 8%;
    padding-left: 10%;
    padding-right: 8%;
  }
  .tsection02 .ts2-b {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .tsection02 .ts2-b .ts2-title-fefeff {
    font-size: 18px;
  }
  .tsection02 .ts2-b .ts2-title-b {
    font-size: 18px;
  }
  .tsection02 .ts2-b .ts2-icon {
    width: 37px;
    height: 40px;
  }
  .tsection02 .ts2-b .ts2-b-left .ts2-left-back-1 {
    margin-left: 25px !important;
  }
  .tsection02 .ts2-b .ts2-b-left .ts2-left-back-3 {
    margin-left: 0px !important;
  }
  .tsection02 .ts2-b .ts2-b-img {
    left: 50%;
    top: 0;
    transform: translate(-50% -50%);
  }
  .tsection03 .ts3-content {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .tsection03 .ts3-content .ts3-t {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .tsection03 .ts3-content .ts3-t .ts3-t-r {
    margin-top: 30px;
  }
  .tsection03 .ts3-content .ts3-c {
    padding: 30px 20px;
  }
  .tsection03 .ts3-content .ts3-c .ts3-c-content {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .tsection03 .ts3-content .ts3-c .ts3-c-content-section {
    margin-left: 0;
  }
  .tsection04 .ts4-content {
    padding-bottom: 80px;
    padding-top: 60px;
  }
  .tsection04 .ts4-content .ts4-list-box {
    margin-top: 80px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .tsection04 .ts4-content .ts4-list-box .ts4-list-box-item:nth-child(1) {
    padding-bottom: 80px;
  }
  .tsection04 .ts4-content .ts4-list-box .ts4-list-box-item:nth-child(2) {
    padding-bottom: 80px;
  }
  .tsection04 .ts4-content .ts4-list-box .ts4-list-box-item:nth-child(3) {
    padding-bottom: 80px;
  }
  .tsection04 .ts4-content .ts4-list-box .ts4-list-box-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .tsection04 .ts4-content .ts4-list-box .ts4-list-box-item .ts4-item-img {
    margin-right: 0px;
  }
  .tsection04 .ts4-content .ts4-list-box .ts4-list-box-item .ts4-item-text {
    align-items: center;
    text-align: center;
    width: 554px;
    margin-top: 15px;
  }
  .tsection04 .ts4-content .ts4-list-box .ts4-list-box-item .ts4-item-text .ts4-item-top {
    font-weight: 800;
    font-size: 150px;
    color: #edf5ff;
    line-height: 150px;
    height: 117px;
    width: 150px;
    margin-bottom: 23px;
  }
  .tsection04 .ts4-content .ts4-list-box .ts4-list-box-item .ts4-item-text .ts4-item-title {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .tsection04 .ts4-content .ts4-list-box .ts4-list-box-item .ts4-item-text .ts4-item-desc {
    width: 385px;
    font-size: 16px;
    line-height: 22px;
  }
  .tsection04 .ts4-content .ts4-list-box .ts4-list-box-item .ts4-item-text .ts4-b {
    margin-top: 37px;
  }
  .tsection04 .ts4-content .ts4-list-box .ts4-list-box-item:nth-child(2n) {
    flex-direction: column;
  }
  .tsection04 .ts4-content .ts4-list-box .ts4-list-box-item:nth-child(2n) .ts4-item-img {
    margin-left: 0px;
  }
  .tsection05 .ts5-content {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .tsection05 .ts5-content .ts5-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1300px) {
  .section03 .section03-list {
    width: 33.33%;
  }
  .section03 .img03-box {
    width: 33.33%;
    text-align: center;
  }
  .section05 .input-box {
    flex-direction: column;
    width: 50%;
  }
  .section05 .input-box .input-item {
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
    height: 60px;
    border-radius: 30px;
    line-height: 60px;
    padding: 0 30px;
    font-size: 16px;
  }
  .section05 .input-btn {
    height: 60px;
    border-radius: 30px;
    line-height: 60px;
    font-size: 16px;
  }
  .section04 .s4-content .s4-content-box .s4-content-item {
    flex-direction: column !important;
  }
  .section04 .s4-content .s4-content-box .s4-content-item .item {
    width: 70%;
  }
}
@media (max-width: 1100px) {
  .snew-title {
    margin-top: 60px;
  }
  .tsection02 .ts2-content {
    align-items: center;
    text-align: center;
    padding-bottom: 5%;
    padding-top: 5%;
  }
  .tsection02 .ts2-content .ts2-b {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
  }
  .tsection02 .ts2-content .ts2-b .ts2-b-left .ts2-left-back-1 {
    margin-bottom: 0px;
  }
  .tsection02 .ts2-content .ts2-b .ts2-b-left .ts2-left-back-2 {
    margin-bottom: 0px;
  }
  .tsection02 .ts2-content .ts2-b .ts2-b-img {
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: auto;
  }
  .tsection02 .ts2-content .ts2-b .ts2-b-right {
    position: relative;
  }
  .tsection02 .ts2-content .ts2-b .ts2-b-right .ts2-right-back-1 {
    margin-bottom: 0px;
  }
  .tsection02 .ts2-content .ts2-b .ts2-b-right .ts2-right-back-2 {
    margin-bottom: 0px;
  }
  .banner-box {
    margin-top: 70px;
  }
  .section06 .s6-list-box .item {
    flex-direction: column;
    padding: 0;
  }
  .section06 .s6-list-box .item .item-img {
    margin-right: 0;
    width: 100%;
  }
  .section06 .s6-list-box .item .item-img img {
    width: 100%;
  }
  .section06 .s6-list-box .item .item-text {
    width: 100%;
    padding: 0 30px;
    text-align: center;
  }
  .section06 .s6-list-box .item .item-text .item-title {
    margin-bottom: 34px;
  }
  .section06 .s6-list-box .item:nth-child(2n) {
    flex-direction: column;
  }
  .section06 .s6-list-box .item:nth-child(2n) .item-img {
    margin-left: 0;
  }
  .section03 .section03-list .item {
    height: auto;
    padding: 14px 0 14px 14px;
  }
  .section04 .s4-content .s4-content-box .s4-content-item {
    flex-direction: column !important;
  }
  .section04 .s4-content .s4-content-box .s4-content-item .item {
    width: 80%;
  }
}
@media (max-width: 1024px) {
  body {
    min-width: auto;
    width: 100%;
    overflow-x: hidden;
  }
  .container {
    width: calc(100% - 6.4vw);
    margin-left: 3.2vw;
    margin-right: 3.2vw;
    box-sizing: border-box;
  }
  .banner {
    display: none;
  }
  .banner-box {
    height: 65.6vw;
  }
  .banner-box .banner-s {
    display: block;
  }
  .banner-box .banner-content {
    padding-top: 12.8vw;
  }
  .banner-box .banner-content .c-img {
    width: 48.13vw;
  }
  .banner-box .banner-content h1 {
    font-size: 8.8vw;
    color: #2c2e4c;
    line-height: 11.47vw;
  }
  .box-title p {
    font-size: 4.8vw;
    margin-left: 2.67vw;
    margin-right: 2.67vw;
  }
  .box-title img {
    width: 3.33vw;
  }
  .box-title .s-title {
    height: 5.6vw;
    line-height: 5.6vw;
    font-size: 2.93vw;
    margin-top: 2.4vw;
    border-radius: 2.8vw;
    padding: 0 3.33vw;
  }
  .section01 {
    padding: 12vw 0;
  }
  .section01 .s1-content {
    flex-direction: column;
    align-items: center;
    margin-top: 13.6vw;
  }
  .section01 .s1-content .img-left {
    margin-top: 0;
    margin-bottom: 10.93vw;
  }
  .section01 .s1-content .img-left .img1 img {
    width: 39.6vw;
  }
  .section01 .s1-content .img-left .img2 {
    display: none;
  }
  .section01 .s1-content .s1-list-box {
    width: 80%;
    overflow: visible;
  }
  .section01 .s1-content .s1-list-box .item {
    margin-bottom: 4.13vw;
  }
  .section01 .s1-content .s1-list-box .item .i-num {
    font-size: 5.33vw;
  }
  .section01 .s1-content .s1-list-box .item .i-text {
    font-size: 3.47vw;
    line-height: 4.8vw;
  }
  .section06 {
    padding-top: 7.47vw;
    padding-bottom: 12.8vw;
  }
  .section06 .s6-list-box {
    padding-top: 3.33vw;
  }
  .section06 .s6-list-box .item .item-text {
    margin-top: 3.74vw;
  }
  .section06 .s6-list-box .item .item-text .item-title {
    font-size: 4.27vw;
  }
  .section06 .s6-list-box .item .item-text .item-desc {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
  .content-btn {
    width: 35.73vw;
    height: 9.33vw;
    line-height: 9.33vw;
    font-size: 4vw;
    border-radius: 100px;
    margin: 16vw auto 0;
  }
  .section02 {
    padding-top: 8.93vw;
    padding-bottom: 8.93vw;
    background-size: contain;
  }
  .section02-list {
    margin-top: 10px;
    position: relative;
    padding-bottom: 53.33vw;
  }
  .section02-list .item {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-right: 0;
    margin-top: 5.33vw;
    padding: 6.4vw;
  }
  .section02-list .item .item01 {
    font-size: 4vw;
    top: 6vw;
  }
  .section02-list .item .item01 .item-num {
    width: 6.93vw;
    height: 6.93vw;
    line-height: 6.93vw;
  }
  .section02-list .item .item01 .item-txt {
    width: 22.13vw;
    height: 6.93vw;
    line-height: 6.93vw;
    border-radius: 0px 3.47vw 3.47vw 0px;
  }
  .section02-list .item .item-title {
    margin-top: 12.26vw;
    font-size: 3.73vw;
  }
  .section02-list .item .item-desc {
    font-size: 3.47vw;
    margin-top: 2.27vw;
    line-height: 1.54;
    height: auto;
  }
  .section02-list .item .item-btn {
    font-size: 3.47vw;
    height: 6.67vw;
    line-height: 6.67vw;
    border-radius: 3.33vw;
    margin-top: 6.13vw;
    position: relative;
    z-index: 2;
    padding: 0 3.2vw;
  }
  .section02-list .item .num-box {
    width: 17.33vw;
    height: auto;
    right: 4.93vw;
    top: 4.4vw;
  }
  .section02-list .item .num-box img,
  .section02-list .item .icon-box img {
    width: 100%;
  }
  .section02-list .item:first-of-type .icon-box {
    width: 32.13vw;
  }
  .section02-list .item:nth-of-type(2) .icon-box {
    width: 29.07vw;
  }
  .section02-list .item:nth-of-type(3) .icon-box {
    width: 36.8vw;
  }
  .section02-list .item:nth-of-type(4) .icon-box {
    width: 35.2vw;
  }
  .section02-list .item:nth-of-type(5) .icon-box {
    width: 45.87vw;
  }
  .section02-list .item:nth-of-type(6) .icon-box {
    width: 28.27vw;
  }
  .section02-list .item:nth-of-type(7) .icon-box {
    width: 35.87vw;
  }
  .section02-list .contact-box {
    width: 100%;
    height: auto;
    padding-bottom: 6.67vw;
    margin-top: 5.33vw;
    position: absolute;
    bottom: -16vw;
  }
  .contact-box .c-title {
    width: 51.6vw;
    height: 9.73vw;
    line-height: 7vw;
    font-size: 4vw;
    background-size: cover;
  }
  .section02-list .contact-box .input-box {
    margin: 2.33vw 3.47vw 0;
  }
  .contact-box .input-box .input-item,
  .contact-box .input-box .input-btn {
    height: 12vw;
    line-height: 12vw;
    border-radius: 6vw;
  }
  .contact-box .input-box .input-item {
    font-size: 3.73vw;
    padding: 0 7.73vw;
    margin-bottom: 4vw;
  }
  .contact-box .input-box .input-btn {
    font-size: 4.93vw;
    margin-top: 1.33vw;
  }
  .section03 {
    padding-top: 20.8vw;
    padding-bottom: 12vw;
  }
  .section03 .content-box {
    justify-content: center;
    margin-top: 4vw;
  }
  .section03 .section03-list {
    width: 100%;
  }
  .section03 .section03-list .item {
    height: auto;
    min-height: 13.33vw;
    border-radius: 1.07vw;
    padding: 2.67vw 3.47vw;
    margin-bottom: 4vw;
  }
  .section03 .section03-list .item img {
    width: 3.47vw;
    height: 3.47vw;
  }
  .section03 .section03-list .item p {
    font-size: 3.47vw;
    line-height: 4.53vw;
  }
  .section03 .content-box.professional-phone {
    display: block;
  }
  .section03 .content-box.professional-pc {
    display: none;
  }
  .section03 .img03-box {
    width: auto;
    height: 37.07vw;
    margin: 5.07vw 0 4vw;
    padding: 0;
  }
  .section03 .img03-box img {
    width: auto;
    height: 100%;
  }
  .section04 {
    padding-top: 11.6vw;
    padding-bottom: 6.67vw;
  }
  .section04 .s4-content {
    margin-top: 6.8vw;
  }
  .section04 .s4-content .s4-tab {
    margin-bottom: 6vw;
  }
  .section04 .s4-content .s4-tab .tab-item {
    min-width: 28vw;
    height: 9.33vw;
    border-radius: 4.67vw;
    font-size: 3.47vw;
    margin-right: 2vw;
  }
  .section04 .s4-content .s4-content-box {
    margin-bottom: 9vw;
  }
  .section04 .s4-content .s4-content-box .s4-content-item {
    padding: 0 4vw;
  }
  .section04 .s4-content .s4-content-box .s4-content-item .c-img {
    margin-right: 0;
    width: 100%;
  }
  .section04 .s4-content .s4-content-box .s4-content-item .item {
    width: 100%;
  }
  .section04 .s4-content .s4-content-box .s4-content-item .item .top-box {
    height: 21.33vw;
  }
  .section04 .s4-content .s4-content-box .s4-content-item .item .top-box .img-text-box {
    height: 100%;
    align-items: flex-end;
  }
  .section04 .s4-content .s4-content-box .s4-content-item .item .top-box .img-text-box .img-box {
    width: 36.13vw;
    height: 16.8vw;
    margin-left: -3.2vw;
  }
  .section04 .s4-content .s4-content-box .s4-content-item .item .top-box .img-text-box .img-box img {
    width: 8vw;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 10vw;
  }
  .section04 .s4-content .s4-content-box .s4-content-item .item .top-box .img-text-box .s-title {
    line-height: 21.33vw;
    font-size: 4.27vw;
  }
  .section04 .s4-content .s4-content-box .s4-content-item .item .bot-box .item-desc {
    font-size: 3.47vw;
    line-height: 4.53vw;
  }
  .section04 .s4-content .s4-content-box .s4-content-item .item .bot-box .item-btn {
    margin-top: 10vw;
  }
  .section04 .contact-box {
    width: calc(100% - 8vw) !important;
  }
  .contact-box {
    height: auto;
    padding-bottom: 6.67vw;
  }
  .contact-box .input-box {
    margin: 2.33vw 3.47vw 0;
  }
  .contact-box .input-box .input-btn {
    width: 100%;
  }
  .contact-box .txt-box,
  .contact-box .c-img-box {
    display: none;
  }
  .section05 {
    padding-top: 9.87vw;
  }
  .section05 .c-title {
    font-size: 4.53vw;
  }
  .section05 .c-title-s {
    font-size: 2.4vw;
    margin-top: 1.47vw;
    margin-bottom: 7.73vw;
  }
  .section05 .input-box {
    flex-direction: column;
    width: 100%;
  }
  .section05 .input-btn {
    width: 100%;
    height: 12vw;
    line-height: 12vw;
    border-radius: 6vw;
    font-size: 4.53vw;
    margin-top: 2.13vw;
  }
  .section05 .input-box .input-item {
    width: 100%;
    margin-bottom: 6vw;
    height: 12vw;
    line-height: 12vw;
    border-radius: 6vw;
    font-size: 3.73vw;
    padding: 0 7.6vw;
  }
  .el-form-item__error {
    bottom: 6px;
  }
  ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  ::-webkit-scrollbar-thumb {
    border: 0px solid transparent;
    background-clip: padding-box;
    border-radius: 0px;
    min-height: 0px;
    background-color: rgba(187, 187, 187, 0.88);
  }
  ::-webkit-scrollbar-track {
    background-color: transparent;
  }
}
@media (max-width: 700px) {
  .banner-box {
    margin-top: 50px;
  }
  .snew-title {
    font-size: 23px;
    margin-top: 0px;
  }
  .ts2-title {
    font-size: 18px;
  }
  .online-btn {
    width: 77px;
    height: 27px;
    line-height: 27px;
    border-radius: 13px;
    font-size: 9px;
    gap: 5px; /* 图片和文字之间的间距 */
  }
  .online-btn img {
    width: 7px;
    height: 5px;
  }
  .tsection01 .ts1-content {
    padding-top: 80px;
  }
  .tsection01 .ts1-content .ts1-left .ts1-text {
    font-size: 10px;
    margin-top: 14px;
    margin-bottom: 30px;
  }
  .tsection01 .ts1-content .ts1-img {
    width: 354px;
    height: 196px;
    margin-top: 20px;
  }
  .tsection02 .ts2-back span {
    margin-top: -8px !important;
  }
  .tsection02 .ts2-back img {
    margin-top: -8px !important;
  }
  .tsection02 .ts2-title-fefeff {
    font-size: 10px !important;
  }
  .tsection02 .ts2-title-b {
    font-size: 10px !important;
  }
  .tsection02 .ts2-icon {
    width: 18px !important;
    height: 20px !important;
  }
  .tsection02 .ts2-left-back-1 {
    width: 271px !important;
    height: 64px !important;
  }
  .tsection02 .ts2-left-back-1 img {
    margin-left: 5px !important;
  }
  .tsection02 .ts2-left-back-2 {
    width: 308px !important;
    height: 64px !important;
  }
  .tsection02 .ts2-left-back-2 img {
    margin-left: 5px !important;
  }
  .tsection02 .ts2-left-back-3 {
    width: 278px !important;
    height: 64px !important;
  }
  .tsection02 .ts2-left-back-3 img {
    margin-left: 5px !important;
  }
  .tsection02 .ts2-right-back-1 {
    width: 268px !important;
    height: 65px !important;
  }
  .tsection02 .ts2-right-back-1 img {
    margin-right: 5px !important;
  }
  .tsection02 .ts2-right-back-2 {
    width: 228px !important;
    height: 65px !important;
  }
  .tsection02 .ts2-right-back-2 img {
    margin-right: 5px !important;
  }
  .tsection02 .ts2-right-back-3 {
    width: 308px !important;
    height: 65px !important;
  }
  .tsection02 .ts2-right-back-3 img {
    margin-right: 5px !important;
  }
  .tsection03 .ts3-content {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .tsection03 .ts3-content .ts3-t {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .tsection03 .ts3-content .ts3-t .ts3-t-l {
    padding: 20px 20px;
    width: 350px;
    height: 205px;
  }
  .tsection03 .ts3-content .ts3-t .ts3-t-l img {
    width: 227px;
    height: 114px;
    margin-left: 82px;
    margin-top: 5px;
  }
  .tsection03 .ts3-content .ts3-t .ts3-t-l .ts3-t-l-title {
    font-size: 16px;
    margin-top: 10px;
  }
  .tsection03 .ts3-content .ts3-t .ts3-t-l .ts3-t-l-desc {
    font-size: 8px;
    margin-top: 5px;
  }
  .tsection03 .ts3-content .ts3-t .ts3-t-r {
    padding: 20px 20px;
    margin-top: 30px;
  }
  .tsection03 .ts3-content .ts3-t .ts3-t-r .ts3-t-r-title {
    font-size: 16px;
    margin-top: 10px;
  }
  .tsection03 .ts3-content .ts3-t .ts3-t-r .ts3-t-r-desc {
    font-size: 8px;
    margin-top: 5px;
  }
  .tsection03 .ts3-content .ts3-t .ts3-t-r .ts3-t-r-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 15px;
  }
  .tsection03 .ts3-content .ts3-t .ts3-t-r .ts3-t-r-row .ts3-t-r-item {
    width: 100px;
    height: 40px;
    border-radius: 5px;
  }
  .tsection03 .ts3-content .ts3-t .ts3-t-r .ts3-t-r-row .ts3-t-r-item img {
    width: 50%;
  }
  .tsection03 .ts3-content .ts3-c {
    padding: 30px 20px;
  }
  .tsection03 .ts3-content .ts3-c .ts3-c-title {
    font-size: 16px;
  }
  .tsection03 .ts3-content .ts3-c .ts3-c-desc {
    font-size: 8px;
  }
  .tsection03 .ts3-content .ts3-c .ts3-c-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .tsection03 .ts3-content .ts3-c .ts3-c-content-section {
    margin-left: 0;
  }
  .tsection04 .ts4-content {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .tsection04 .ts4-content .ts4-list-box {
    margin-top: 30px;
  }
  .tsection04 .ts4-content .ts4-list-box .ts4-list-box-item:nth-child(1) {
    padding-bottom: 40px;
  }
  .tsection04 .ts4-content .ts4-list-box .ts4-list-box-item:nth-child(2) {
    padding-bottom: 40px;
  }
  .tsection04 .ts4-content .ts4-list-box .ts4-list-box-item:nth-child(3) {
    padding-bottom: 40px;
  }
  .tsection04 .ts4-content .ts4-list-box .ts4-list-box-item .ts4-item-img img {
    width: 383px !important;
    height: 235px !important;
  }
  .tsection04 .ts4-content .ts4-list-box .ts4-list-box-item .ts4-item-text {
    align-items: center;
    text-align: center;
    width: 375px;
    margin-top: 10px;
  }
  .tsection04 .ts4-content .ts4-list-box .ts4-list-box-item .ts4-item-text .ts4-item-top {
    font-weight: 800;
    font-size: 89px;
    color: #edf5ff;
    line-height: 89px;
    height: 58px;
    width: 89px;
    margin-bottom: 35px;
  }
  .tsection04 .ts4-content .ts4-list-box .ts4-list-box-item .ts4-item-text .ts4-item-title {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .tsection04 .ts4-content .ts4-list-box .ts4-list-box-item .ts4-item-text .ts4-item-desc {
    width: 191px;
    font-size: 8px;
    line-height: 12px;
  }
  .tsection04 .ts4-content .ts4-list-box .ts4-list-box-item .ts4-item-text .ts4-b {
    margin-top: 18px;
  }
  .tsection05 .ts5-content {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .tsection05 .ts5-content .ts5-list {
    margin-top: 40px;
    gap: 20px;
  }
  .tsection05 .ts5-content .ts5-list .ts5-list-item {
    width: 340px;
    height: 150px;
  }
  .tsection05 .ts5-content .ts5-list .ts5-list-item .ts5-list-item-tag {
    font-size: 12px;
    margin-top: 20px;
    margin-left: -5px;
  }
  .tsection05 .ts5-content .ts5-list .ts5-list-item .ts5-list-item-tag .tag-num {
    width: 22px;
    height: 22px;
    line-height: 22px;
  }
  .tsection05 .ts5-content .ts5-list .ts5-list-item .ts5-list-item-tag .tag-text {
    width: 70px;
    height: 22px;
    margin-left: -5px;
    line-height: 22px;
  }
  .tsection05 .ts5-content .ts5-list .ts5-list-item .item-btn {
    right: 15px;
    top: 21px;
    width: 120px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    font-size: 8px;
  }
  .tsection05 .ts5-content .ts5-list .ts5-list-item .item-title {
    margin-left: 18px;
    margin-top: 20px;
    font-size: 10px;
  }
  .tsection05 .ts5-content .ts5-list .ts5-list-item .item-desc {
    margin-left: 18px;
    margin-top: 9px;
    font-size: 8px;
    line-height: 11px;
  }
  .tsection05 .ts5-content .ts5-list .ts5-list-item .icon-box {
    right: 22px;
    bottom: 9px;
  }
  .tsection05 .ts5-content .ts5-list .ts5-list-item .icon-box img {
    width: 45px;
    height: 45px;
  }
  .tsection05 .ts5-content .ts5-b {
    margin-top: 26px;
  }
}
@media (max-width: 600px) {
  .goBack {
    width: 60px;
    height: 60px;
  }
}
.message-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgb(0, 0, 0);
  color: #fff;
  padding: 20px 30px;
  border-radius: 4px;
}

#message-text {
  color: #fff;
}/*# sourceMappingURL=common.css.map */