.services {
  padding: 30px 0;
}

.services .title {
  margin-bottom: 3px;
}

.services .sub-info {
  color: #666666;
  line-height: 30px;
  text-align: center;
  margin-bottom: 20px;
}

.services .lt {
  margin-bottom: 30px;
}

.services .tit {
  font-weight: bold;
  margin-bottom: 12px;
}

.services .tit strong {
  color: var(--style-color);
}

.services .info {
  max-height: 150px;
  color: #666666;
  line-height: 30px;
}

.services .btn {
  width: 200px;
  color: #fff;
  margin-top: 20px;
  padding: 7px 15px;
  background: var(--style-color);
}

.services .rt img {
  width: 100%;
  border-radius: 10px;
}

@media (min-width: 992px) {
  .services .item-wrap {
    display: flex;
    align-items: center;
  }

  .services .lt {
    flex: 1;
    padding-right: 30px;
    margin-bottom: 0;
  }

  .services .rt {
    flex: 0 0 calc((900 / 1440) * 100%);
    max-width: calc((900 / 1440) * 100%);
  }
}

@media (min-width: 1200px) {
  .services {
    padding: 44px 0 60px;
  }

  .services .sub-info {
    margin-bottom: 43px;
  }

  .services .lt {
    padding-right: 55px;
  }

  .services .btn {
    width: 315px;
    margin-top: 45px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
}

@media (min-width: 1440px) {
  .services {
    padding-bottom: 80px;
  }

  .services .lt {
    padding-right: 70px;
  }

  .services .btn {
    font-size: 24px;
    margin-top: 63px;
  }
}


/* process */
@font-face {
  font-family: 'DIN-Bold';
  src: url('../public/Themes/fonts/DIN-Bold.ttf');
}

.process>* {
  padding: 30px 0;
}

.process .top-img, .process .bottom-img {
  display: none;
}

.process .top-wrap, .process .bottom-wrap {
  background: #F4F7FC;
}

.process .title {
  color: var(--style-color);
  margin-bottom: 20px;
}

.process .row {
  margin-bottom: -30px;
}

.process .row>div {
  margin-bottom: 30px;
}

.process .img {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.process .img img {
  width: 100%;
}

.process .num {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  line-height: 1;
  font-family: 'DIN-Bold';
  color: var(--style-color);
  border-radius: 0px 0px 0px 10px;
  background: rgba(255, 255, 255, .61);
  display: flex;
  align-items: center;
  justify-content: center;
}

.process .tit {
  text-align: center;
  margin-bottom: 2px;
}

.process .info {
  color: #666666;
  line-height: calc(30 / 18);
}

.process .top-wrap .img img {
  aspect-ratio: 450 / 490;
}

.process .info-group {
  color: #fff;
  margin-top: -30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 20px 15px;
  border-radius: 10px;
  background: var(--style-color);
  position: relative;
  top: 1px;
}

.process .info-group .info {
  color: #fff;
  opacity: .9;
}

.process .lt {
  margin-bottom: 20px;
}

.process .rt .item:not(:last-child) {
  margin-bottom: 20px;
}

.process .item .img {
  border-radius: 10px;
  margin-bottom: 15px;
}

.process .item .img img {
  aspect-ratio: 530 / 530;
}

.process .bottom-wrap .img {
  margin-bottom: 15px;
}

.process .bottom-wrap .img img {
  aspect-ratio: 700 / 420;
}

.process .bottom-wrap .info {
  text-align: center;
}

@media (min-width: 768px) {
  .process .top-wrap .row {
    justify-content: center;
  }

  .process .lt {
    padding-top: 20px;
    padding-left: 20px;
  }

  .process .lt .item {
    position: relative;
  }

  .process .lt .item::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 530 / 530;
    background: var(--style-color);
  }

  .process .lt .info {
    text-align: center;
  }

  .process .rt .item {
    display: flex;
  }

  .process .rt .img {
    flex: 0 0 37%;
    max-width: 37%;
    margin-bottom: 0;
  }

  .process .rt .tit {
    text-align: left;
  }

  .process .rt .item-info {
    flex: 1;
    padding-top: 20px;
    padding-left: 30px;
  }
}

@media (min-width: 992px) {
  .process .middle-wrap .container {
    display: flex;
  }

  .process .lt {
    flex: 0 0 calc((570 / 1440) * 100%);
    max-width: calc((570 / 1440) * 100%);
    margin-bottom: 0;
  }

  .process .rt {
    flex: 1;
    padding-left: 30px;
  }
}

@media (min-width: 1200px) {
  .process>* {
    padding: 60px 0;
    position: relative;
  }

  .process .top-img {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(180deg);
    width: calc((320 / 1920) * 100%);
    display: block;
  }

  .process .bottom-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc((320 / 1920) * 100%);
    display: block;
  }

  .process .title {
    margin-bottom: 43px;
  }

  .process .num {
    width: 70px;
    height: 70px;
  }

  .process .info-group {
    margin-top: -56px;
    margin-left: 25px;
    margin-right: 25px;
    padding: 26px 30px 25px;
  }

  .process .lt {
    padding-top: 40px;
    padding-left: 40px;
  }

  .process .lt .item::before {
    top: -40px;
    left: -40px;
  }

  .process .lt .img {
    margin-bottom: 24px;
  }

  .process .rt {
    padding-left: 60px;
  }

  .process .rt .item:not(:last-child) {
    margin-bottom: 45px;
  }

  .process .rt .item-info {
    padding-top: 40px;
    padding-left: 42px;
  }

  .process .bottom-wrap .img {
    margin-bottom: 26px;
  }
}

@media (min-width: 1440px) {
  .process .top-wrap {
    padding-top: 74px;
    padding-bottom: 80px;
  }

  .process .top-wrap .row {
    margin-left: calc(-45px / 2);
    margin-right: calc(-45px / 2);
  }

  .process .top-wrap .row>div {
    padding: 0 calc(45px / 2);
  }

  .process .middle-wrap {
    padding-top: 80px;
    padding-bottom: 86px;
  }

  .process .rt .item:not(:last-child) {
    margin-bottom: 60px;
  }

  .process .rt .item-info {
    padding-top: 56px;
  }

  .process .bottom-wrap {
    padding-top: 80px;
    padding-bottom: 73px;
  }

  .process .bottom-wrap .row {
    margin-left: -20px;
    margin-right: -20px;
  }

  .process .bottom-wrap .row>div {
    padding: 0 20px;
  }
}