.about-me {
  display: flex;
  overflow: hidden;
  margin-top: 75px;
  margin-bottom: 40px;
  border-radius: 8px;
}
.about-me .about-top {
  margin-bottom: 32px;
  color: #ab7038;
  font-size: 16px;
}
.about-me .about-pic {
  width: 680px;
  height: 414px;
}
.about-me .about-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-me .about-info {
  flex: 1;
  padding-top: 46px;
  padding-right: 72px;
  padding-left: 72px;
  border: 1px solid #ab7038;
  border-left: none;
  border-radius: 0 8px 8px 0;
}
.about-me .about-slogan {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  padding: 10px 0;
  border-radius: 8px;
  background: #ab7038;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
.about-me .about-slogan span {
  margin: 0 10px;
}
.about-me .about-slogan:before,
.about-me .about-slogan:after {
  width: 36px;
  height: 1px;
  background-color: #fff;
  content: '';
}
.about-me .about-intro {
  text-align: center;
  text-align: center;
  font-size: 20px;
  line-height: 34px;
}
.about-tags {
  display: flex;
  margin-bottom: 40px;
}
.about-tags .at-item {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.about-tags .at-item img {
  margin-bottom: 10px;
  width: 86px;
  height: 96px;
  object-fit: cover;
}
.about-tags .at-item span {
  color: #ab7038;
  font-size: 20px;
}
.about-tags .at-item:before {
  position: absolute;
  left: 0;
  width: 1px;
  height: 108px;
  background: #ab7038;
  content: '';
}
.about-culture {
  font-size: 20px;
  line-height: 34px;
}
.about-module {
  margin-top: 88px;
}
.about-module .about-title {
  margin-bottom: 28px;
  padding-left: 14px;
  border-left: 6px solid #ab7038;
  color: #ab7038;
  font-weight: bold;
  font-size: 32px;
  line-height: 1;
}
.about-form {
  padding: 40px;
  padding-bottom: 6px;
  border-radius: 16px;
  box-shadow: 0 0 50px 0 rgba(153,153,153,0.32);
}
.about-form .about-row {
  display: flex;
  margin-bottom: 36px;
}
.about-form .about-row .about-inputbox {
  flex: 1;
  margin-left: 40px;
}
.about-form .about-row .about-inputbox:first-child {
  margin-left: 0;
}
.about-form .about-row .about-inputbox input[type='text'],
.about-form .about-row .about-inputbox textarea {
  padding: 15px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 18px;
  line-height: 22px;
}
.about-form .about-row .about-inputbox input[type='text']:hover,
.about-form .about-row .about-inputbox textarea:hover,
.about-form .about-row .about-inputbox input[type='text']:focus,
.about-form .about-row .about-inputbox textarea:focus {
  border-color: #ab7038;
}
.about-form .about-row .about-inputbox input[type='checkbox'] {
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  accent-color: #ab7038;
}
.about-form .about-row .about-inputbox .inputname {
  display: block;
  margin-bottom: 14px;
  color: #333;
  font-size: 18px;
}
.about-form .about-row .check-group {
  display: flex;
  color: #333;
  font-size: 18px;
}
.about-form .about-row .check-group .label {
  display: flex;
  align-items: center;
  margin-right: 40px;
  cursor: pointer;
}
.about-form .about-row .check-group .label input {
  margin-right: 6px;
}
.about-form .about-row .check-group .label span {
  line-height: 1;
}
.about-form .about-row .about-button {
  flex: 1;
  padding: 20px 0;
  border-radius: 100px;
  background-color: #ab7038;
  color: #fff;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
}
.about-map {
  display: flex;
  overflow: hidden;
  margin-top: 80px;
  margin-bottom: 100px;
  border-radius: 16px;
  background-color: #f3f3f3;
}
.about-map .addr-info {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px;
}
.about-map .addr-info .addr-env {
  display: inline-block;
  color: #333;
  font-weight: bold;
  font-size: 24px;
}
.about-map .addr-info .addr-env span {
  display: block;
}
.about-map .addr-info .addr-divider {
  width: 480px;
  height: 1px;
  background-color: #999;
}
.about-map .addr-info .addr-list {
  display: flex;
  flex-wrap: wrap;
}
.about-map .addr-info .addr-list .addr-item {
  flex: 1;
}
.about-map .addr-info .addr-list .addr-name {
  display: flex;
  margin-bottom: 12px;
  color: #333;
  font-size: 16px;
}
.about-map .addr-info .addr-list .addr-name img {
  margin-right: 6px;
  width: 20px;
  height: 20px;
  object-fit: cover;
}
.about-map .addr-info .addr-list .addr-detail {
  font-weight: bold;
  font-size: 18px;
}
.about-map .map {
  flex: 1;
  height: 480px;
}
