* {
  font-size: 16px;
  --primaryColor: #009688;
}

body {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  background-color: #fff;
  color: #fff;
  margin: 0;
  overflow: scroll;
  scrollbar-width: none;
}

::-webkit-scrollbar {
  display: none;
}

#homePage {
  margin-top: 4rem;
  height: calc(500 / 16 * 1rem);
  width: 100%;
  /* background-color: #d3dfd8; */
  background-image: url("../img/bg.jpg");
  background-repeat: no-repeat; /* 防止图片重复 */
  background-size: contain; /* 保持原始比例，图片将被缩放到适合容器的大小 */
  background-position: center; /* 图片居中显示 */
  /* background-size: 100% 100%; */
  background-size: 100%;
}

.banner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 5.5rem 0 5.5rem 4.5rem;
  box-sizing: border-box;
}

.banner .banner-title {
  font-size: 1.9rem;
  margin-bottom: 1rem;
}

.banner .banner-description {
  font-size: 1rem;
}

.banner .banner-extra {
  margin-top: auto;
}

.banner .banner-extra button {
  width: 9rem;
  height: 2.5rem;
  border: none;
  color: #fff;
  font-size: 0.9rem;
}

#serviceMode {
  background-color: #fff;
  padding: 120px 0;
  box-sizing: border-box;
}

.serviceMode-title {
  font-size: 1.6rem;
  color: #000;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
}

.serviceMode-content {
  display: flex;
  justify-content: center;
}

.serviceMode-content .serviceMode-content-img {
  width: 37rem;
  /* height: 20rem; */
  background-color: #fff;
}

.serviceMode-content .serviceMode-content-text {
  text-align: center;
  margin-left: 2rem;
  color: #666;
  width: 50rem;
  font-size: 14px;
}

.serviceMode-content-text-p1 {
  margin-top: 10px;
}

.serviceMode-content-text-p2 {
  margin-top: 5rem;
  font-size: 1.3rem;
  color: var(--primaryColor);
}

#solution {
  /* background-color: #dce9e2; */
  background: #f8f8f8;
  padding: 6rem 0;
}

.solution-row {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  margin-top: 44px;
}

.solution-row-item {
  display: flex;
  flex-direction: column;
  width: 33.33%;
  margin-right: 20px;
  text-align: center;
  padding-bottom: 30px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 3px 3px 0px rgba(143, 143, 143, 0.09);
  overflow: hidden;
}

.solution-row-item-Textst {
  padding-top: 21px;
  color: #333333;
  font-size: 20px;
}

.solution-row-item-Textnd {
  font-size: 16px;
  color: #666666;
  margin: 16px auto 0;
  width: 306px;
  text-align: left;
}

.solution-title {
  font-size: 1.6rem;
  color: #000;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.8rem;
}

.solution-description {
  text-align: center;
  color: #666666;
  margin-bottom: 0.6rem;
}

.solution-img {
  margin: 0 auto;
  width: 50rem;
}

#jobInfo {
  padding: 6rem 0;
  background-color: #fff;
}

.jobInfo-title {
  font-size: 1.6rem;
  color: #000;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.8rem;
}

.scroll {
  height: 31rem;
  overflow: hidden;
}

.jobInfo-box {
}

.jobInfo-item {
  color: #000;
  margin-bottom: 1rem;
}

.jobInfo-item .jobInfo-item-area {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.jobInfo-item .jobInfo-item-area .jobInfo-item-area-detail {
  display: inline-block;
  font-size: 1.6rem;
  padding: 0.5rem;
  border: 6px solid var(--primaryColor);
  box-shadow: 0.5rem 0.5rem 5px var(--primaryColor);
  font-weight: bold;
}

.jobInfo-item .jobInfo-item-requirement {
  margin: 0 auto;
  padding: 0.5rem 0;
  width: 50rem;
  border: 3px solid var(--primaryColor);
}

.btn {
}

.btn:hover {
  cursor: pointer;
  opacity: 0.8;
}

.learnMornBtn {
  background-color: #757b77;
}

.row {
  display: flex;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin: 0 auto;
}

.mt60 {
  margin-top: 60px;
}

.flex_start {
  justify-content: flex-start !important;
}

.cross_start {
  align-items: flex-start !important;
}

.mt {
  margin-top: 10px;
}

.color666 {
  color: #666;
}

.text-xl {
  font-size: 18px;
}

.ml20 {
  margin-left: 20px;
}

.lh20 {
  line-height: 2;
}

.mt20 {
  margin-top: 20px;
}
