.section1 .wrap .img img {
  width: 100%;
  height: 100%;
}

.section1 .wrap {
  height: 100vh;
  position: relative;
}

.section1 {
  position: relative;
}


.section1 .wrap .name {
  position: absolute;
  left: 50%;
  top: 180px;
  transform: translateX(-50%);
  color: #8E5719;
  font-size: 40px;
}

.section1 .wrap .name p {
  text-transform: none;

}

.section1 .wrap .avatar {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 284px;
  border-radius: 10px;
  overflow: hidden;
  width: 200px;
}

.section1 .wrap .avatar img {
  width: 100%;
}

.ornament {
  position: absolute;
  z-index: 2;
  opacity: 0;
  transition: all 1s;
}

.ornament img {
  width: 100%;
}

.ornament.show {
  opacity: 1;
}

.section1 .wrap .ornament1 {
  width: 698px;
  display: flex;
  justify-content: space-between;
  top: 540px;
  left: 50%;
  transform: translateX(-50%);
}

.section1 .wrap .ornament1 img {
  width: 90px;
}

.section1 .wrap .ornament2 {
  width: 95px;
  left: 1030px;
  top: 613px;
}

.section1 .wrap .ornament3 {
  width: 26px;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  left: 325px;
  top: 530px;
}

.section1 .wrap .ornament4 {
  width: 75px;
  left: 805px;
  top: 548px;
}

.section1 .wrap .ornament5 {
  width: 80px;
  left: 1420px;
  top: 915px;
}

.section1 .wrap .list {
  position: absolute;
  bottom: 50px;
  background-color: rgba(0, 0, 0, 0.24);
  border-radius: 20px;
  z-index: 2;
  padding: 10px 36px;
  left: 50%;
  transform: translateX(-50%);
  grid-gap: 46px;
  display: flex;
}

.section1 .wrap .list .item {
  width: 105px;
  position: relative;
  cursor: pointer;
}

.section1 .wrap .list .item .icon {
  width: 100%;
}

.section1 .wrap .list .item .icon img {
  width: 100%;
  height: auto;
}

.section1 .wrap .list .item .i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section1 .wrap .list .item .i img {

  max-width: 60%;
  max-height: 60%;
  transition: all .6s;
}

.section1 .wrap .list .item:hover .i img {
  transform: scale(1.1);
}


.section2 {
  background-color: #F8F0E7;
  position: relative;
}

.section2 .bg {
  position: absolute;
}

.section2 .bg.bg1 {
  top: 820px;
  left: 0;
}

.section2 .wrap {
  padding-top: 130px;
  padding-bottom: 190px;
  width: 1720px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.section2 .wrap .dog {
  position: absolute;
  left: 50px;
  bottom: 120px;
}

.section2 .wrap .top {
  display: flex;
  border-radius: 30px;
  overflow: hidden;
}

.section2 .wrap .top .right {
  background-color: #fff;
  flex: 1;
  padding: 110px 70px 0;
}

.section2 .wrap .top .right .title {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.section2 .wrap .top .right .title h3 {
  font-size: 50px;
  text-transform: none;
}

.section2 .wrap .top .right .title .type {
  height: auto;
  width: fit-content;
  border-radius: 30px;
  height: fit-content;
  color: #37180E;
  font-size: 16px;
  background-color: #F5EAF1;
  padding: 8px 20px;
  margin-left: 30px;
}

.section2 .wrap .top .right .list {
  display: flex;
  grid-gap: 50px 2%;
  flex-wrap: wrap;
}

.section2 .wrap .top .right .list .item {
  width: 32%;
}

.section2 .wrap .top .right .list .item.row {
  width: 100%;
}

.section2 .wrap .top .right .list .item .key {
  color: #37180E;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.section2 .wrap .top .right .list .item .value {
  color: #37180E;
  font-size: 18px;
  line-height: 40px;
}

.section2 .wrap .top .right .list .item .value .flex {
  display: flex;
  gap: 30px;
}

.section2 .wrap .bottom {
  justify-content: center;
  display: flex;
  padding-top: 200px;
  position: relative;
}

.section2 .wrap .bottom .img {
  width: 1200px;
  transform: translateX(-50px);
  position: relative;
}

.section2 .wrap .bottom .img img {
  width: 100%;
}

.section2 .wrap .bottom .img .logo {
  right: 84px;
  bottom: 40px;
  width: 120px;
  position: absolute;
}

.section2 .wrap .bottom .content {
  width: 680px;
  padding-top: 87px;
  position: absolute;
}

.section2 .wrap .bottom .content .t {
  text-align: center;
  margin-bottom: 50px;
}

.section2 .wrap .bottom .content .t h3 {
  font-size: 50px;
  color: #F67A5A;
}

.section2 .wrap .bottom .content .t p {
  color: #84706A;
  font-size: 20px;
  line-height: 30px;
}

.section2 .wrap .bottom .content .b {
  color: #37180E;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
}

.section2 .wrap .bottom .go {
  width: 340px;
  position: absolute;
  bottom: 0;
  padding: 30px;
  background-color: #fff;
  border-radius: 20px;
  right: 0;
}

.section2 .wrap .bottom .go .text {
  display: flex;
  margin-bottom: 14px;
}

.section2 .wrap .bottom .go .text p {
  flex: 1;
  color: #37180E;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.section2 .wrap .bottom .go .text .icon {
  width: 20px;
}

.section2 .wrap .bottom .go .text .icon img {
  width: 100%;
}

.section2 .wrap .bottom .go a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F67A5A;
  width: 155px;
  height: 36px;
  border-radius: 18px;
}

.section2 .wrap .bottom .go a p {
  color: #fff;
}

.section2 .wrap .bottom .go a div {
  font-family: CR;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
}

.section2 .wrap .bottom .go a .icon {
  width: 18px;
  height: 18px;
  background-color: #fff;
  display: flex;
  margin-left: 10px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.section2 .wrap .bottom .go a .icon span {
  color: #F67A5A;
}

.section3 {
  background-color: #F9F9F9;
}

.section3 .wrap {
  width: 1440px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 50px;
}

.section3 .wrap .title {
  text-align: center;
  margin-bottom: 10px;
}

.section3 .wrap .title h3 {
  color: #37180E;
  font-size: 50px;
  line-height: 1;
}

.section3 .wrap .text {
  color: #37180E;
  font-size: 18px;
  margin-bottom: 80px;
  text-align: center;
}

.section3 .wrap .main {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #E9E4E0;
}

.section3 .wrap .main .input .key {
  color: #37180E;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.section3 .wrap .main .input .value textarea {
  width: 100%;
  height: 190px;
  background-color: #FFFFFF;
  border: 1px solid #E9E4E0;
  border-radius: 30px;
  padding: 27px 23px;
  font-size: 18px;
}

.section3 .wrap .main .input .value textarea::placeholder {
  font-size: 18px;
}

.section3 .wrap .main .input .flex {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.section3 .wrap .main .input .flex a {
  display: flex;
  align-items: center;
  color: #37180E;
  transition: all 0.6s;
}

.section3 .wrap .main .input .flex a:hover {
  color: #F67A5A;
}

.section3 .wrap .main .input .flex a:hover .icon span {
  color: #F67A5A;
}

.section3 .wrap .main .input .flex a .icon {
  margin-right: 8px;
}

.section3 .wrap .main .input .flex a .icon span {
  font-size: 20px;
  transition: all 0.6s;
}

.section3 .wrap .main .input .flex button {
  display: flex;
  padding: 8px 18px;
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid #E9E4E0;
  transition: all 0.6s;
}

.section3 .wrap .main .input .flex button:hover {
  background-color: #F67A5A;
  border-color: #F67A5A;
  color: #fff;
}

.section3 .wrap .main .input .flex button .icon {
  width: 20px;
  height: 20px;
  background-color: #F67A5A;
  margin-left: 8px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section3 .wrap .main .input .flex button .icon span {
  color: #fff;
  font-size: 16px;
}

.section3 .wrap .main .list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section3 .wrap .main .list .item {
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid #E9E4E0;
  padding: 40px 50px 20px;
}

.section3 .wrap .main .list .item .top {
  padding-bottom: 20px;
  border-bottom: 1px solid #E9E4E0;
}

.section3 .wrap .main .list .item .top .name {
  color: #37180E;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.section3 .wrap .main .list .item .top .time {
  color: #C3B6B3;
  font-size: 18px;
}

.section3 .wrap .main .list .item .bottom {
  padding-top: 20px;
}

.section3 .wrap .main .list .item .bottom .content {
  border-bottom: 1px solid #E9E4E0;
  padding-bottom: 20px;
}

.section3 .wrap .main .list .item .bottom .content p {
  color: #37180E;
  font-size: 18px;
  line-height: 30px;
}

.section3 .wrap .main .list .item .bottom .content p img {
  margin: 20px 0;
}

.section3 .wrap .main .list .item .bottom .flex {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 30px;
  gap: 30px;
}

.section3 .wrap .main .list .item .bottom .replyContent{
  display: none;
}
.section3 .wrap .main .list .item .bottom .replyContent textarea{
  width: 100%;
    height: 190px;
    background-color: #FFFFFF;
    border: 1px solid #E9E4E0;
    border-radius: 30px;
    padding: 27px 23px;
    font-size: 18px;
    display: block;
}
.section3 .wrap .main .list .item .bottom .replyContent textarea::placeholder{
  color: #C3B6B3;
}


.section3 .wrap .main .list .item .bottom .replyContent button {
  display: flex;
  padding: 8px 18px;
  margin-top: 15px;
  margin-left: auto;
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid #E9E4E0;
  transition: all 0.6s;
}

.section3 .wrap .main .list .item .bottom .replyContent button:hover {
  background-color: #F67A5A;
  border-color: #F67A5A;
  color: #fff;
}

.section3 .wrap .main .list .item .bottom .replyContent button .icon {
  width: 20px;
  height: 20px;
  background-color: #F67A5A;
  margin-left: 8px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section3 .wrap .main .list .item .bottom .replyContent button .icon span {
  color: #fff;
  font-size: 16px;
}


.section3 .wrap .main .list .item .bottom .Nostalgia,
.section3 .wrap .main .list .item .bottom .Reply {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.6s;
}

.section3 .wrap .main .list .item .bottom .Nostalgia:hover,
.section3 .wrap .main .list .item .bottom .Reply:hover {
  color: #F67A5A;
}

.section3 .wrap .main .list .item .bottom .Nostalgia .icon,
.section3 .wrap .main .list .item .bottom .Reply .icon {
  margin-right: 7px;
}

.section3 .wrap .main .list .item .bottom .Nostalgia .icon span,
.section3 .wrap .main .list .item .bottom .Reply .icon span {
  font-size: 20px;
  transition: all 0.6s;
}

.section3 .wrap .main .more {
  width: 130px;
  height: 50px;
  border: 1px solid #E9E4E0;
  border-radius: 25px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
  color: #37180E;
  transition: all 0.6s;
}

.section3 .wrap .main .more:hover {
  background-color: #F67A5A;
  border-color: #F67A5A;
}

.section3 .wrap .main .more .fist:nth-child(2) {
  color: #fff;
}

.section4 {
  background-color: #FDF7E8;
  position: relative;
  overflow: unset;
  z-index: 2;
}

.section4 .wrap {
  padding: 100px 0 180px;
  width: 1720px;
  margin: 0 auto;
}

.section4 .wrap .title {
  text-align: center;
  margin-bottom: 10px;
}

.section4 .wrap .title h3 {
  font-size: 50px;
}

.section4 .wrap .content {
  text-align: center;
}

.section4 .wrap .content p {
  color: #37180E;
  font-size: 18px;
}

.section4 .wrap .list {
  display: flex;
  gap: 40px;
  margin-top: 60px;
}

.section4 .wrap .list .item {
  width: 400px;
  padding: 60px;
  border-radius: 30px;
  background-color: #fff;
  text-align: center;
}

.section4 .wrap .list .item .img {
  width: 100px;
  height: 100px;
  margin: 0 auto 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section4 .wrap .list .item h4 {
  color: #37180E;
  font-size: 20px;
  margin-bottom: 30px;
}

.section4 .wrap .list .item .text {
  margin-bottom: 40px;
}

.section4 .wrap .list .item .text p {
  color: #37180E;
  font-size: 18px;
}

.section4 .wrap .list .item .button {
  padding: 9px 12px 9px 24px;
  background-color: #FDF7E8;
  width: fit-content;
  display: flex;
  margin: 0 auto;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.6s;
}

.section4 .wrap .list .item .button:hover {
  color: #fff;
  background-color: #F67A5A;
}

.section4 .wrap .list .item .button .icon {
  width: 20px;
  height: 20px;
  background-color: #F67A5A;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 10px;
}

.section4 .wrap .list .item .button .icon span {
  color: #fff;
}

.section5 {
  background-color: #E5F8E5;
  position: relative;
}

.section4 .bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
}

.section4 .bg img {
  width: 100%;
}

.section5 .wrap {
  width: 1720px;
  margin: 0 auto;
  padding-top: 140px;
  padding-bottom: 120px;
}

.section5 .wrap .title {
  margin-bottom: 5px;
  text-align: center;
}

.section5 .wrap .title h3 {
  color: #37180E;
  font-size: 50px;
}

.section5 .wrap .content {
  text-align: center;
  color: #37180E;
  font-size: 18px;
  margin-bottom: 60px;
}

.section5 .wrap .main {
  display: flex;
  gap: 50px;
}

.section5 .wrap .main .item {
  width: 540px;
}

.section5 .wrap .main .item .img {
  overflow: hidden;
  border-radius: 20px;
}

.section5 .wrap .main .item .img:hover img {
  transform: scale(1.1);
}

.section5 .wrap .main .item .img img {
  transition: all 2s;
}

.section5 .wrap .main .item .text {
  color: #37180E;
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0;
}

.section5 .wrap .main .item a {
  padding: 9px 12px 9px 24px;
  background-color: #fff;
  width: fit-content;
  display: flex;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.6s;
  color: #37180E;
}

.section5 .wrap .main .item a:hover {
  color: #fff;
  background-color: #F67A5A;
}

.section5 .wrap .main .item a .icon {
  width: 20px;
  height: 20px;
  background-color: #F67A5A;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 10px;
}

.section5 .wrap .main .item a .icon span {
  color: #fff;
}



.section1 .wrap .name {
  top: 9.375vw;
  font-size: 2.0833333333vw;
}

.section1 .wrap .avatar {
  top: 14.7916666667vw;
  border-radius: 0.5208333333vw;
  width: 10.4166666667vw;
}

.section1 .wrap .ornament1 {
  width: 36.3541666667vw;
  top: 28.125vw;
}

.section1 .wrap .ornament1 img {
  width: 4.6875vw;
}

.section1 .wrap .ornament2 {
  width: 4.9479166667vw;
  left: 53.6458333333vw;
  top: 31.9270833333vw;
}

.section1 .wrap .ornament3 {
  width: 1.3541666667vw;
  height: 9.375vw;
  left: 16.9270833333vw;
  top: 27.6041666667vw;
}

.section1 .wrap .ornament4 {
  width: 3.90625vw;
  left: 41.9270833333vw;
  top: 28.5416666667vw;
}

.section1 .wrap .ornament5 {
  width: 4.1666666667vw;
  left: 73.9583333333vw;
  top: 47.65625vw;
}

.section1 .wrap .list {
  bottom: 2.6041666667vw;
  border-radius: 1.0416666667vw;
  padding: 0.5208333333vw 1.875vw;
  gap: 2.3958333333vw;
}

.section1 .wrap .list .item {
  width: 5.46875vw;
}