.content {
  width: 100%;
  padding-top: 93px;
}
.content .top {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.content .top .left {
  width: 50%;
  margin-top: 54px;
}
.content .top .left .title {
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
  color: #333333;
}
.content .top .left .add {
  margin-top: 33px;
  font-size: 18px;
  line-height: 36px;
  color: #333333;
}
.content .top .left .add span {
  display: block;
}
.content .top .left .add-link {
  display: flex;
  align-items: center;
  margin-top: 41px;
  position: relative;
}
.content .top .left .add-link .icon {
  width: 46px;
  height: 60px;
  margin-right: 16px;
}
.content .top .left .add-link .icon img {
  width: 100%;
}
.content .top .left .add-link .text .name {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  color: #e83428;
}
.content .top .left .add-link .text .p {
  font-size: 18px;
  line-height: 18px;
  color: #999999;
  margin-top: 10px;
}
.content .top .left .add-link a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.content .top .left .line {
  width: 100%;
  height: 1px;
  background-color: #e2e2e2;
  margin-top: 56px;
}
.content .top .left .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 58px;
}
.content .top .left .list .item {
  width: 245px;
  margin-bottom: 65px;
}
.content .top .left .list .item .name {
  font-size: 18px;
  line-height: 18px;
  color: #333333;
}
.content .top .left .list .item .p {
  font-size: 28px;
  font-weight: bold;
  line-height: 28px;
  color: #333333;
  margin-top: 15px;
}
.content .top .left .list .item:last-child .p {
  text-decoration: underline;
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  color: #333333;
}
.content .top .right {
  width: 36.666%;
  aspect-ratio: 582/649;
}
.content .top .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .bottom {
  width: 100%;
  padding: 140px 0;
  margin-top: 98px;
  background-color: #f6f6f6;
}
.content .bottom .box {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.content .bottom .box .left {
  width: 28.333%;
}
.content .bottom .box .left .icon {
  width: 72px;
  height: 63px;
}
.content .bottom .box .left .icon img {
  width: 100%;
}
.content .bottom .box .left .title {
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
  color: #e83428;
  margin-top: 34px;
}
.content .bottom .box .left .p {
  font-size: 16px;
  line-height: 28px;
  color: #999999;
  margin-top: 17px;
}
.content .bottom .box .left .button {
  width: 177px;
  height: 54px;
  background-color: #ffffff;
  border-radius: 27px;
  margin-top: 51px;
}
.content .bottom .box .left .button a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
}
.content .bottom .box .left .button a img {
  width: 29px;
  height: 28px;
  margin-right: 20px;
}
.content .bottom .box .right {
  width: 61.388%;
}
.content .bottom .box .right form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content .bottom .box .right form .item {
  width: 49.208%;
  position: relative;
  margin-bottom: 15px;
}
.content .bottom .box .right form .item input {
  width: calc(100% - 22px);
  height: 58px;
  background-color: #ffffff;
  border: none;
  padding-left: 22px;
  font-size: 16px;
  line-height: 28px;
}
.content .bottom .box .right form .item .text {
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
}
.content .bottom .box .right form .item .text span {
  color: #e83428;
}
.content .bottom .box .right form textarea {
  width: calc(100% - 44px);
  height: 173px;
  background-color: #ffffff;
  border: none;
  resize: none;
  padding: 22px;
  color: #333333;
}
.content .bottom .box .right form textarea::placeholder {
  color: #333;
}
.content .bottom .box .right form .button {
  margin-top: 41px;
  display: flex;
}
.content .bottom .box .right form .button > input {
  width: 220px;
  height: 54px;
  background-color: #e83428;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  text-align: center;
  border: 0;
  cursor: pointer;
  transition: 0.5s;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .bottom .box .right form .button > input:hover {
  background-color: #f0584d;
}
.content .bottom .box .right form .button .code {
  width: 296px;
  height: 54px;
  position: relative;
  margin-left: 20px;
}
.content .bottom .box .right form .button .code input {
  width: calc(100% - 25px);
  height: 100%;
  padding-left: 25px;
  background-color: #ffffff;
  border: none;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
}
.content .bottom .box .right form .button .code input::placeholder {
  color: #333;
}
.content .bottom .box .right form .button .code .img {
  width: 133px;
  height: 46px;
  position: absolute;
  top: 4px;
  right: 4px;
}
.content .bottom .box .right form .button .code .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1560px) {
  .content .top {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .content .bottom .box {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1280px) {
  .content .top .left {
    width: 100%;
    margin-top: 54px;
  }
  .content .top .right {
    display: none;
  }
  .content .bottom .box {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .content .bottom .box .left {
    width: 100%;
  }
  .content .bottom .box .right {
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 680px) {
  .content {
    width: 100%;
    padding-top: 60px;
  }
  .content .top .left {
    width: 100%;
    margin-top: 0;
  }
  .content .top .left .title {
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
    color: #333333;
  }
  .content .top .left .add {
    margin-top: 30px;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
  }
  .content .top .left .add-link .icon {
    width: 40px;
    height: 52px;
    margin-right: 16px;
  }
  .content .top .left .add-link .text .name {
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    color: #e83428;
  }
  .content .top .left .add-link .text .p {
    font-size: 16px;
    line-height: 16px;
    color: #999999;
    margin-top: 10px;
  }
  .content .top .left .line {
    width: 100%;
    height: 1px;
    background-color: #e2e2e2;
    margin-top: 30px;
  }
  .content .top .left .list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .content .top .left .list .item {
    width: 210px;
    margin-bottom: 30px;
  }
  .content .top .left .list .item .name {
    font-size: 16px;
    line-height: 16px;
    color: #333333;
  }
  .content .top .left .list .item .p {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    color: #333333;
    margin-top: 15px;
  }
  .content .top .left .list .item:last-child .p {
    text-decoration: underline;
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    color: #333333;
  }
  .content .bottom {
    width: 100%;
    padding: 60px 0;
    margin-top: 30px;
    background-color: #f6f6f6;
  }
  .content .bottom .box .left .icon {
    width: 60px;
    height: 53px;
  }
  .content .bottom .box .left .title {
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
    color: #e83428;
    margin-top: 28px;
  }
  .content .bottom .box .left .button {
    width: 150px;
    height: 45px;
    background-color: #ffffff;
    border-radius: 27px;
    margin-top: 24px;
  }
  .content .bottom .box .left .button a img {
    width: 24px;
    height: 25px;
    margin-right: 20px;
  }
  .content .bottom .box .right form .button {
    width: 100%;
    margin-top: 41px;
    display: flex;
  }
  .content .bottom .box .right form .button > input {
    width: 30%;
    height: 54px;
    background-color: #e83428;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    text-align: center;
    border: 0;
    cursor: pointer;
    transition: 0.5s;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .content .bottom .box .right form .button .code {
    width: calc(70% - 20px);
    height: 54px;
    position: relative;
    margin-left: 20px;
  }
}
