.back {
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  width: fit-content;
}

.container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.back p {
  opacity: 0.5;
  transition: all 0.6s;
  margin-bottom: 0;
}

.back:hover {
  color: #fff;
}

.back:hover .icon {
  background-color: #fff;
  transform: rotate(-180deg);
}

.back:hover .icon span {
  color: #111;
}

.back:hover p {
  opacity: 1;
}

.back .icon {
  border: 1px solid #E1E4EA;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 17px;
  transition: all 0.6s;
  transform: rotate(-135deg);
}

.back .icon span {
  color: #fff;
  font-size: 24px;
  transition: all 1s;
}

.section1 .wrap {
  margin: 0 auto;
  padding-top: 85px;
  width: calc(1600px + 4.375rem);
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
  max-width: 100%;
}

.section1 .wrap .top h3 {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
}

.section1 .wrap .top h3::before {
  width: 12px;
  height: 1px;
  content: "";
  display: block;
  margin-right: 20px;
  background-color: #fff;
}

.section1 .wrap .bottom {
  display: flex;
}

.section1 .wrap .bottom .left {
  padding-top: 35px;
  flex: 1;
  margin-right: 8%;
}

.section1 .wrap .bottom .left .title {
  margin-bottom: 35px;
}

.section1 .wrap .bottom .left .title h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.section1 .wrap .bottom .left .table table {
  width: 100%;
}

.section1 .wrap .bottom .left .table table tr td {
  padding: 15px 0;
  border-bottom: 1px solid #d0c8bc !important;
}

.section1 .wrap .bottom .left .table table tr td:last-child {
  text-align: right;
}

.section1 .wrap .bottom .left .button {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.section1 .wrap .bottom .left .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 48px;
  border-radius: 24px;
  transition: all 0.6s;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.section1 .wrap .bottom .left .button a:hover {
  border-color: #fff;
  background-color: #fff;
}

.section1 .wrap .bottom .left .button a:hover .icon span {
  color: #333;
}

.section1 .wrap .bottom .left .button a:hover p {
  color: #333;
}

.section1 .wrap .bottom .left .button a .icon {
  margin-right: 10px;
}

.section1 .wrap .bottom .left .button a .icon span {
  transition: all 0.6s;
}

.section1 .wrap .bottom .left .button a p {
  margin-bottom: 0;
  transition: all 0.6s;
}

.section1 .wrap .bottom .right {
  width: 852px;
}

.section1 .wrap .return {
  font-size: 12px;
  margin-top: 30px;
  color: #ccc;
  transition: all 0.6s;
  position: relative;
  width: fit-content;
}

.section1 .wrap .return::after {
  content: "";
  display: block;
  border-bottom: 1px solid #fff;
  transition: all 0.3s ease;
  width: 0px;
  height: 16px;
  position: absolute;
  bottom: 0;
  pointer-events: none;
}

.section1 .wrap .return:hover {
  color: #fff;
}

.section1 .wrap .return:hover::after {
  width: 49px;
}

.section1 .wrap .bottom .left .button a {
  width: fit-content;
  padding: 0 20px
}

.section1 .wrap .bottom .right img {
  width: 100%;
}

@media screen and (max-width: 1680px) {
  .section1 .wrap .bottom .right {
    width: 60%;
  }

  .section1 .wrap .bottom .left {
    margin-right: 4%;
  }

  .section1 .wrap .bottom .left .title {
    margin-bottom: 20px;
  }

  .section1 .wrap .bottom .left .table table tr td {
    padding: 12px 0;
  }
}

@media screen and (max-width: 1024px) {
  .back .icon span {
    font-size: 20px;
  }

  .back .icon {
    width: 50px;
    height: 50px;
  }

  .back {
    margin-bottom: 20px;
  }

  .section1 .wrap .bottom {
    flex-direction: column-reverse;
  }

  .section1 .wrap .bottom .right {
    margin-top: 20px;
    width: 100%;
  }

  .section1 .wrap .bottom .left .table table tr td {
    font-size: 14px;
  }

  .section1 .wrap .bottom .left {
    margin-right: 0;
  }

  .section1 .wrap {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .section1 .wrap {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}