.main-link {
  width: 100%;
  height: 3rem;
  background-color: rgba(134, 134, 134, 1);
  color: #fff;
  font-size: 0.9rem;
  text-align: center;
  line-height: 3rem;
}

.main-link a {
  color: #fff;
}

.main-link a:first-child {
  margin-right: 7.5rem;
}

.main-first-link,
.main-second-link {
  max-width: 60rem;
  width: 60rem;
  min-width: 60rem;
  height: 34rem;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}

.main-first-link {
  background-image: url("./../images/service_u1.jpg");
}

.main-second-link {
  height: auto;
  position: relative;
}

.main-second-link .main-container {
  position: absolute;
  top: 0;
}

.main-container {
  width: 100%;
  height: 100%;
  background-color: rgba(249, 249, 249, 0.7);
  /* opacity: 0.1; */
  /* padding: 0.75rem 1.5rem; */
  box-sizing: border-box;
  padding-top: 0.75rem;
}

/* .main-second-link .main-container {
  background-color: rgba(249, 249, 249, 0);
} */

.main-container h1 {
  font-family: "优设标题黑", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  color: #0479b4;
  text-align: center;
  margin-bottom: 1.5rem;
}

.main-header {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-header img {
  width: 2.5rem;
}

.main-header span {
  font-family: "优设标题黑", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  color: #0479b4;
  text-align: center;
  margin-left: 0.5rem;
}

.main-title {
  font-size: 1rem;
  color: #7f7f7f;
  text-align: center;
  line-height: 2rem;
  padding: 1rem 9.5rem 0;
}

.main-carousel-grid {
  display: grid;
  grid-template-columns: repeat(5, 8.85rem);
  grid-gap: 2rem;
  grid-template-rows: 5rem;
}

.main-carousel-item {
  width: 8.85rem;
  height: 5rem;
  /* padding: 0.75rem 0 0.5rem; */
  background: inherit;
  background-color: rgba(255, 255, 255, 1);
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(121, 121, 121, 1);
  border-radius: 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.main-carousel-item img {
  width: 2.5rem;
  height: 2.5rem;
}

.main-carousel-item span {
  font-family: "微软雅黑 Bold", "微软雅黑 Regular", "微软雅黑", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  color: #0479b4;
  text-align: center;
}

.carousel-duar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.duar {
  width: 0.7rem;
  height: 0.7rem;
  /* background-color: ; */
  border-radius: 50%;
  box-shadow: 0 0 5px #797979;
  margin-right: 1rem;
  cursor: pointer;
}

.duar.active {
  width: 0.8rem;
  height: 0.8rem;
  background-color: rgba(4, 121, 180, 1);
  box-shadow: 0 0 5px #797979;
  cursor: auto;
}

.main-carousel-container {
  display: flex;
  position: absolute;
  overflow: hidden;
  left: 0;
  transition-duration: 300ms;
}

.main-carousel-wrapper {
  min-width: 60rem;
  width: 60rem;
  max-width: 60rem;
  position: relative;
}

.main-chart-wrapper {
  padding: 1rem 7rem 0;
  display: flex;
  justify-content: flex-start;
  /* align-items: center; */
}

.main-chart div {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 0.25rem solid #0477b4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-chart div img {
  width: 2.5rem;
  height: 2.5rem;
}

.main-chart span {
  display: block;
  font-family: "微软雅黑 Bold", "微软雅黑 Regular", "微软雅黑", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  color: #0479b4;
  text-align: center;
  margin-top: 0.5rem;
}

.jiantou {
  width: 7.16rem;
  height: 1.62rem;
  margin-top: 1.3rem;
}

.main-carousel-wrapper .right,
.main-carousel-wrapper .left {
  width: 2.5rem;
  height: 5rem;
  background-color: #fff;
  /* display: flex; */
  position: absolute;
  top: 50%;
  /* margin-top: -2.5rem; */
  transform: translate(0, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.main-carousel-wrapper .right {
  right: 0;
}

.main-carousel-wrapper .left {
  left: 0;
}

.main-carousel-wrapper .right img,
.main-carousel-wrapper .left img {
  height: 0.7rem;
  width: 1.3rem;
  /* transition: ; */
}

.main-carousel-wrapper .right img {
  transform: rotate(90deg);
}

.main-carousel-wrapper .left img {
  transform: rotate(-90deg);
}

.main-container-customer-item {
  display: flex;
  flex-direction: column;
}

.main-container-customer-item .display {
  /* margin: 0 auto; */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4rem;
}

.main-container-customer-case img {
  width: 1.5rem;
  height: 1.5rem;
}

.main-container-customer-case {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1.5rem;
}

.main-container-customer-case .main-container-customer-case-title {
  display: flex;
  flex-direction: column;
}

.main-container-customer-case-title {
  font-size: 0.8rem;
  color: #7f7f7f;
  line-height: 2rem;
  margin-left: 0.5rem;
}

.main-container-customer-case-title span:first-child {
  font-family: "Arial Negreta", "Arial Normal", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  color: #7f7f7f;
  line-height: 1.5rem;
}

.main-container-customer {
  padding: 2rem 3.25rem;
  display: grid;
  align-items: baseline;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3rem;
  /* grid-template-rows: 5rem; */
}
