* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
img {
  display: block;
}

@font-face {
  font-family: "SourceHanSansCN-Light";
  src: url("/assets/fonts/SourceHanSansCN-Light.otf");
  font-weight: 300;
  font-style: normal;
  font-synthesis: none;
}

@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url("/assets/fonts/SourceHanSansCN-Regular.otf");
  font-weight: 400;
  font-style: normal;
  font-synthesis: none;
}

@font-face {
  font-family: "SourceHanSansCN-Medium";
  src: url("/assets/fonts/SourceHanSansCN-Medium.otf");
  font-weight: 500;
  font-style: normal;
  font-synthesis: none;
}

@font-face {
  font-family: "SourceHanSansCN-Normal";
  src: url("/assets/fonts/SourceHanSansCN-Normal.otf");
  font-weight: 600;
  font-style: normal;
  font-synthesis: none;
}

@font-face {
  font-family: "SourceHanSansCN-Heavy";
  src: url("/assets/fonts/SourceHanSansCN-Heavy.otf");
  font-weight: bold;
  font-style: normal;
  font-synthesis: none;
}

@font-face {
  font-family: "SourceHanSansCN-ExtraLight";
  src: url("/assets/fonts/SourceHanSansCN-ExtraLight.otf");
  font-weight: 400;
  font-style: normal;
  font-synthesis: none;
}

@font-face {
  font-family: "SourceHanSansCN-Bold";
  src: url("/assets/fonts/SourceHanSansCN-Bold.otf");
  font-weight: bold;
  font-style: normal;
  font-synthesis: none;
}

.mr0 {
  margin-right: 0 !important;
}

.page-repair {
  color: #0e1326;
  font-size: 14px;
  font-family: "Microsoft YaHei", ui-sans-serif, system-ui, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.banner-wrap {
  width: 100%;
  position: relative;
}

.banner-wrap .repair-banner {
  width: 100%;
  height: 594px;
  object-fit: cover;
}
.repair-banner-viewport {
  position: absolute;
  width: 1180px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.banner-wrap .repair-banner-title {
  position: absolute;
  top: 46%;
  left: calc(1180px / 2 + 285px);
  transform: translate(-50%, -50%);
  width: 490px;
  height: 65px;
  background: url("../images/banner-text-bg.webp") no-repeat;
  background-size: 100% 100%;
  font-size: 24px;
  color: #ffffff;
  font-family: "SourceHanSansCN-Medium";
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-wrap .repair-banner-text {
  position: absolute;
  top: calc(46% + 65px + 14px);
  left: calc(1180px / 2 + 300px);
  transform: translate(-50%, -50%);
  width: 522px;
  color: #224ba9;
  font-size: 18px;
  line-height: 30px;
  font-family: "SourceHanSansCN-Regular";
}

.banner-wrap .repair-banner-link {
  width: 353px;
  height: 140px;
  border-radius: 6px;
  background: #224ba9;
  padding: 20px;
  position: absolute;
  left: calc(1180px / 2 + 40px);
  top: calc(46% + 65px + 16px + 40px);
  display: flex;
  color: #ffffff;
}
.banner-wrap .repair-banner-link .repair-banner-link-item:not(:last-child) {
  margin-right: 13px;
}
.banner-wrap .repair-banner-link .repair-banner-link-item > img {
  width: 84px;
  height: 84px;
}
.banner-wrap .repair-banner-link .repair-banner-link-item__title {
  font-size: 12px;
  font-family: "SourceHanSansCN-Bold";
  text-align: center;
  margin-top: 7px;
}
.banner-wrap .repair-banner-link .repair-banner-link__telephone {
  width: 118px;
  height: 84px;
  padding: 15px 7px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.banner-wrap .repair-banner-link .repair-banner-link__telephone > p {
  font-size: 16px;
  font-family: "SourceHanSansCN-Bold";
  color: #063082;
}
.banner-wrap .repair-banner-link .repair-banner-link__telephone > img {
  width: 22px;
  height: 22px;
  margin-bottom: 6px;
  object-fit: contain;
}
.electric-repair {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f1f3f3;
  padding-top: 100px;
  padding-bottom: 75px;
}

.electric-repair-title {
  display: flex;
  margin-bottom: 18px;
  font-size: 36px;
}
.electric-repair-title > * {
  font-size: 32px;
  color: #0e1326;
}
.electric-repair-desc {
  font-size: 14px;
  color: #4a4a54;
  margin-bottom: 60px;
}

.electric-repair-list {
  display: flex;
}
.electric-repair-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 220px;
  height: 234px;
  background: #ffffff;
  box-shadow: 0px 1 11px 0px rgba(197, 197, 197, 0.25);
  border-radius: 0px 20px 0px 20px;
  margin-right: 20px;
  padding: 19px;
}

.electric-repair-item:last-child {
  margin-right: 0;
}
.electric-repair-item-num {
  background-image: url("../images/number-bg.webp");
  background-size: 100% 100%;
  width: 51px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.electric-repair-item-content {
  text-align: center;
}
.electric-repair-item-content_title {
  color: #0e1326;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 400;
}
.electric-repair-item-content_desc {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}
.dynamical-system-repair {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 75px;
  background: url("./../images/system-bg.webp") no-repeat;
  background-size: 408px 348px;
  background-position: center 238px;
  min-height: 500px;
}

.dynamical-system-repair-title {
  display: flex;
  margin-bottom: 18px;
  font-size: 36px;
}

.dynamical-system-repair-desc {
  font-size: 14px;
  color: #4a4a54;
  margin-bottom: 60px;
}
.dynamical-system-repair-list {
  position: relative;
  height: 408px;
  width: 1180px;
  margin: 0 auto;
}
.dynamical-system-repair-item {
  width: 350px;
  position: absolute;
}
.dynamical-system-repair-item.item-1 {
  text-align: right;
  left: 50%;
  transform: translateX(calc(-50% - 320px));
}
.dynamical-system-repair-item.item-2 {
  text-align: right;
  left: 50%;
  top: 50%;
  transform: translate(calc(-50% - 400px), calc(-50% - 35px));
}
.dynamical-system-repair-item.item-3 {
  width: 400px;
  text-align: right;
  left: 50%;
  top: 50%;
  transform: translate(calc(-50% - 340px), calc(-50% + 100px));
}
.dynamical-system-repair-item.item-4 {
  text-align: left;
  left: 50%;
  top: 50%;
  transform: translate(calc(-50% + 320px), calc(-50% + 100px));
}
.dynamical-system-repair-item.item-5 {
  text-align: left;
  left: 50%;
  top: 50%;
  transform: translate(calc(-50% + 400px), calc(-50% - 35px));
}
.dynamical-system-repair-item.item-6 {
  text-align: left;
  left: 50%;
  transform: translateX(calc(-50% + 320px));
}
.dynamical-system-repair-item-title {
  display: flex;
  align-items: center;
}
.dynamical-system-repair-item-title.flex-end {
  justify-content: flex-end;
}
.dynamical-system-repair-item-title > :nth-child(1) {
  font-size: 24px;
  font-weight: bold;
  color: #2266ff;
  margin-right: 13px;
}
.dynamical-system-repair-item-title > :nth-child(2) {
  font-size: 16px;
  color: #0e1326;
  font-weight: 400;
}
.dynamical-system-repair-item-content {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}

.furniture-restoration {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 100px;
}

.furniture-restoration-title {
  display: flex;
  margin-bottom: 18px;
  font-size: 36px;
}

.furniture-restoration-desc {
  font-size: 14px;
  color: #4a4a54;
  margin-bottom: 60px;
}
.furniture-restoration-main {
  background: #eff3f6;
  padding: 20px;
  width: 1180px;
  height: 475px;
}
.furniture-restoration-wrapper {
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 31px 38px;
}
.furniture-restoration-wrapper > img {
  width: 433px;
  height: 373px;
  margin-right: 78px;
}

.furniture-restoration-item {
  display: flex;
  margin-bottom: 30px;
}
.furniture-restoration-item:last-child {
  margin-bottom: 0;
}
.furniture-restoration-item__right {
  flex: 1;
}
.furniture-restoration__rounded,
.refurbishment__rounded {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #e1edff;
  position: relative;
  margin-right: 8px;
  margin-top: 3px;
}
.furniture-restoration__rounded::after,
.refurbishment__rounded::after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #063082;
  border-radius: 50%;
}
.furniture-restoration-item__title {
  font-size: 16px;
  color: #0e1326;
  margin-bottom: 4px;
  font-weight: 400;
}

.furniture-restoration-item__desc {
  font-size: 14px;
  color: #666666;
  width: 503px;
}

.refurbishment {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 100px;
}

.refurbishment-title {
  display: flex;
  margin-bottom: 18px;
  font-size: 36px;
}

.refurbishment-desc {
  font-size: 14px;
  color: #4a4a54;
  margin-bottom: 60px;
}

.refurbishment-yacht-body {
  background: #eff3f6;
  height: 490px;
  padding: 50px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.refurbishment-yacht-body > .refurbishment-head {
  text-align: center;
  margin-bottom: 53px;
  font-size: 30px;
  font-weight: 400;
}

.refurbishment-yacht-body > .refurbishment-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
  max-width: 1180px;
}

.refurbishment-yacht-body .refurbishment-item {
  position: relative;
  background: #ffffff;
  height: 132px;
  padding: 57px 24px 42px;
}

.refurbishment-yacht-body .refurbishment-item__title {
  position: absolute;
  background: url("../images/title-bg.webp") no-repeat;
  background-size: 100% 100%;
  width: 148px;
  height: 42px;
  top: -13px;
  left: 24px;
  color: #ffffff;
  display: flex;
  padding-left: 34px;
  align-items: center;
  font-size: 16px;
}

.refurbishment-yacht-body .refurbishment-item__desc {
  color: #666666;
  line-height: 24px;
}

.refurbishment-yacht-trim {
  margin-top: 100px;
}
.refurbishment-yacht-trim > .refurbishment-head {
  text-align: center;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 400;
}

.refurbishment-yacht-trim > .refurbishment-list {
  display: flex;
}
.refurbishment-yacht-trim .refurbishment-item {
  width: 228px;
  margin-right: 89px;
}
.refurbishment-yacht-trim .refurbishment-item:last-child {
  margin-right: 0;
}
.refurbishment-yacht-trim .refurbishment-item > img {
  width: 228px;
  height: 138px;
  margin-bottom: 26px;
}
.refurbishment-yacht-trim .refurbishment-item > div {
  display: flex;
}
.refurbishment-yacht-trim .refurbishment-item .refurbishment-item__right {
  flex: 1;
}
.refurbishment-yacht-trim .refurbishment-item .refurbishment-item__title {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
}
.refurbishment-yacht-trim .refurbishment-item .refurbishment-item__desc {
  color: #666666;
}

.equipment-replacement {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
}

.equipment-replacement-title {
  display: flex;
  margin-bottom: 18px;
  font-size: 36px;
}

.equipment-replacement-desc {
  font-size: 14px;
  color: #4a4a54;
  margin-bottom: 60px;
}

.equipment-replacement-main {
  display: flex;
}
.equipment-replacement__title {
  font-size: 24px;
  font-weight: 400;
}
.equipment-replacement-left {
  margin-right: 20px;
  padding: 30px 91px;
}
.equipment-replacement-right {
  padding: 30px 40px;
}
.equipment-replacement-left,
.equipment-replacement-right {
  width: 580px;
  height: 411px;
  text-align: center;
  background: #f2f4f4;
}
.equipment-replacement-left .equipment-replacement-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 29px 66px;
  margin-top: 30px;
}
.equipment-replacement-left .equipment-replacement-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.equipment-replacement-left .equipment-replacement-item img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
.equipment-replacement-left .equipment-replacement-item p {
  color: #666666;
}
.equipment-replacement-right .equipment-replacement-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.equipment-replacement-right .equipment-replacement-item {
  min-width: 84px;
  padding: 0 28px;
  background: #ffffff;
  height: 30px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #063082;
  margin-right: 10px;
}
.equipment-replacement-right .equipment-replacement-item.mr0 {
  margin-right: 0px;
  margin-bottom: 49px;
}

.scheduled-maintenance {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.scheduled-maintenance-title {
  display: flex;
  margin-bottom: 18px;
  font-size: 36px;
}

.scheduled-maintenance-desc {
  font-size: 14px;
  color: #4a4a54;
  margin-bottom: 60px;
}

.scheduled-maintenance-main {
  background: #eff3f6;
  padding-bottom: 100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.scheduled-maintenance__title {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  padding: 50px 0 30px 0;
}

.scheduled-maintenance-list {
  display: flex;
  height: 137px;
  background: #ffffff;
  padding: 20px 0;
  max-width: 1180px;
  border-bottom: 2px solid #b3c1de;
}
.scheduled-maintenance-item {
  /* width: 380px; */
  padding: 0 38px 0 20px;
  display: flex;
  position: relative;
}

.scheduled-maintenance-item::after {
  content: "";
  width: 2px;
  height: 97px;
  background: #eff3f6;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.scheduled-maintenance-item:last-child:after {
  display: none;
}
.scheduled-maintenance__rounded {
  background: #b3c1de;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  margin-top: 8px;
  margin-right: 5px;
}
.scheduled-maintenance__rounded.mr-10 {
  margin-right: 10px;
}
.scheduled-maintenance-item__content {
  max-width: 325px;
}
.scheduled-maintenance-item__content > h4 {
  font-weight: 400;
  margin-bottom: 6px;
  font-size: 16px;
}
.scheduled-maintenance-item__content > div {
  color: #666666;
  line-height: 24px;
}

.scheduled-maintenance-wrap {
  max-width: 1180px;
  display: flex;
  margin-top: 25px;
}
.scheduled-maintenance-wrap__title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 30px;
}
.scheduled-maintenance-left,
.scheduled-maintenance-right {
  background: #ffffff;
  width: 590px;
  height: 314px;
  border-bottom: 2px solid #b3c1de;
  padding: 28px 20px;
}

.scheduled-maintenance-left {
  margin-right: 24px;
}

.scheduled-maintenance-wrap .scheduled-maintenance-item {
  padding: 0;
  width: 100%;
  margin-bottom: 15px;
}
.scheduled-maintenance-wrap .scheduled-maintenance-item::after {
  display: none;
}
.scheduled-maintenance-wrap .scheduled-maintenance-item__content {
  width: 100%;
  max-width: 100%;
}

.text-nowrap {
  text-wrap: nowrap;
}

.repair-footer {
  background: url("../images/footer-bg.webp") no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 218px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 41px 0 39px 0;
}
.repair-footer-main {
  width: 1180px;
  padding: 0 5px 0 26px;
  display: flex;
  justify-content: space-between;
}
.repair-footer-left {
  display: flex;
}
.repair-footer-left-item:first-child {
  margin-right: 44px;
}
.repair-footer-left-item > img {
  width: 116px;
  height: 116px;
  margin-bottom: 6px;
}
.repair-footer-left-item > p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.repair-footer-right {
  text-align: right;
}

.repair-footer-right > p:first-child {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 11px;
}
.repair-footer-right > p:nth-child(2) {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 17px;
  line-height: 24px;
  font-family: "SourceHanSansCN-Bold";
}

.repair-footer-right > p:nth-child(3) {
  font-size: 24px;
  margin-bottom: 11px;
  line-height: 24px;
}
