.prev {
  position: absolute;
  width: 60px;
  height: 60px;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 10;
}
.prev:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/about/btn6.png);
  background-size: 100% 100%;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.prev .swiper-button-prev {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../img/about/btn5.png);
  background-size: 100% 100%;
  margin-top: 0;
  top: 0;
  left: 0;
}
.prev .swiper-button-prev:after {
  content: '\e601';
  font-family: iconfont;
  font-size: 30px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.prev:hover:before {
  left: -10px;
  top: -10px;
  opacity: 1;
}
.next {
  position: absolute;
  width: 60px;
  height: 60px;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 10;
}
.next:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../img/about/btn4.png);
  background-size: 100% 100%;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.next .swiper-button-next {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../img/about/btn3.png);
  background-size: 100% 100%;
  margin-top: 0;
  top: 0;
  right: 0;
}
.next .swiper-button-next:after {
  content: '\e683';
  font-family: iconfont;
  font-size: 30px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.next:hover:before {
  right: -10px;
  bottom: -10px;
  opacity: 1;
}
.ctn1 {
  padding: 4vw 0;
  background: url(../img/product/bg1.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}
.ctn1 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ctn1 ul li {
  display: flex;
  align-items: center;
  color: #fff;
}
.ctn1 ul li .text {
  margin-left: 2.4vw;
  position: relative;
}
.ctn1 ul li .text:before {
  content: '';
  width: 1px;
  height: 60px;
  background: #957b54;
  opacity: 0.5;
  position: absolute;
  left: -1.2vw;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ctn1 ul li .text h2 {
  font-weight: bold;
  letter-spacing: 1px;
}
.ctn1 ul li .text p {
  opacity: 0.7;
  margin-top: 0.5vw;
}
.ctn2 {
  padding: 6vw 0;
  overflow: hidden;
}
.ctn2 .ctn-list {
  margin-top: 3vw;
}
.ctn2 .ctn-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ctn2 .ctn-list ul li {
  width: 49.3%;
  margin-top: 20px;
  height: 240px;
  border-radius: 120px;
  background: #f9f6f2;
  padding: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.ctn2 .ctn-list ul li .tu {
  width: 40%;
  height: 100%;
  border-radius: 106px;
  overflow: hidden;
  border: 4px solid #f4f4f4;
}
.ctn2 .ctn-list ul li .tu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ctn2 .ctn-list ul li .text {
  width: 56%;
  position: relative;
  padding-right: 20px;
}
.ctn2 .ctn-list ul li .text h2 {
  color: #44372d;
  font-weight: bold;
  letter-spacing: 2px;
}
.ctn2 .ctn-list ul li .text p {
  color: #44372d;
  margin-top: 0.6vw;
}
.ctn2 .ctn-list ul li .text span {
  font-family: Arial;
  position: absolute;
  left: 0;
  top: -42px;
  font-size: 110px;
  color: #44372d;
  opacity: 0.1;
  line-height: 1;
}
.ctn2 .ctn-list ul li:hover .tu img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.ctn3 {
  position: relative;
  padding: 8vw 0;
  overflow: hidden;
}
.ctn3 .con {
  position: relative;
  z-index: 2;
}
.ctn3 .con .ctn-list {
  margin-top: 10vw;
}
.ctn3 .con .ctn-list .title h2 {
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
}
.ctn3 .con .ctn-list ul {
  margin-top: 3vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ctn3 .con .ctn-list ul li {
  width: 9.5%;
  height: 120px;
  border-radius: 16px;
  border: 1px solid #b39c65;
  padding: 10px;
}
.ctn3 .con .ctn-list ul li .text {
  width: 100%;
  height: 100%;
  background: rgba(149, 123, 84, 0.8);
  border-radius: 8px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ctn3 .con .ctn-list ul li .text h2 {
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
}
.ctn3 .con .ctn-list ul li .text img {
  position: absolute;
  right: 4px;
  bottom: 2px;
  opacity: 0.5;
}
.ctn3 .con .ctn-list ul li:hover .text img {
  opacity: 1;
}
.ctn3 .masks {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.ctn3 .masks img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ctn4 {
  padding: 5vw 0;
  overflow: hidden;
}
.ctn4 .ctn-list {
  margin-top: 3vw;
}
.ctn4 .ctn-list .swiper {
  padding-bottom: 4vw;
}
.ctn4 .ctn-list .swiper .swiper-slide {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ctn4 .ctn-list .swiper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
.ctn4 .ctn-list .swiper .swiper-slide:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.ctn4 .ctn-list .swiper .swiper-pagination {
  bottom: 0;
}
.ctn4 .ctn-list .swiper .swiper-pagination .swiper-pagination-bullet {
  background: #f0d06e;
  opacity: 0.4;
  border-radius: 4px;
}
.ctn4 .ctn-list .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #957b54;
  opacity: 1;
  width: 32px;
}
.ctn5 {
  padding: 5vw 0;
  overflow: hidden;
  background: #f9f6f2;
}
.ctn5 .ctn-list {
  margin-top: 3vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ctn5 .ctn-list .left {
  width: 26%;
  overflow: hidden;
}
.ctn5 .ctn-list .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ctn5 .ctn-list .left:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.ctn5 .ctn-list .right {
  width: 71%;
}
.ctn5 .ctn-list .right ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ctn5 .ctn-list .right ul li {
  width: 48%;
  height: 300px;
  position: relative;
  overflow: hidden;
}
.ctn5 .ctn-list .right ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ctn5 .ctn-list .right ul li .text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(71, 54, 44, 0.6);
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ctn5 .ctn-list .right ul li .text h2 {
  color: #fff;
  font-weight: bold;
}
.ctn5 .ctn-list .right ul li:nth-child(n+3) {
  margin-top: 1vw;
}
.ctn5 .ctn-list .right ul li:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.ctn6 {
  padding: 5vw 0;
  overflow: hidden;
}
.ctn6 .ctn-list {
  position: relative;
  margin-top: 3vw;
  padding: 0 5%;
}
.ctn6 .ctn-list .swiper {
  padding-bottom: 4vw;
}
.ctn6 .ctn-list .swiper .swiper-slide ul {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.ctn6 .ctn-list .swiper .swiper-slide ul li {
  height: 620px;
  overflow: hidden;
  clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
  position: relative;
}
.ctn6 .ctn-list .swiper .swiper-slide ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ctn6 .ctn-list .swiper .swiper-slide ul li .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 1vw 10vw 1vw 2vw;
}
.ctn6 .ctn-list .swiper .swiper-slide ul li .text h2 {
  font-weight: bold;
}
.ctn6 .ctn-list .swiper .swiper-slide ul li:first-child {
  width: 56%;
}
.ctn6 .ctn-list .swiper .swiper-slide ul li:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  clip-path: polygon(20.5% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.ctn6 .ctn-list .swiper .swiper-slide ul li:nth-child(2) .text {
  bottom: auto;
  top: 0;
  padding: 1vw 2vw 1vw 10vw;
}
.ctn6 .ctn-list .swiper .swiper-slide ul li:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.ctn6 .ctn-list .swiper .swiper-pagination {
  bottom: 0;
}
.ctn6 .ctn-list .swiper .swiper-pagination .swiper-pagination-bullet {
  background: #957b54;
  opacity: 0.4;
  border-radius: 4px;
}
.ctn6 .ctn-list .swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 32px;
}
.ctn7 {
  padding: 6vw 0;
  background: url(../img/product/bg2.jpg);
  background-size: cover;
  overflow: hidden;
}
.ctn7 .text {
  margin-top: 3vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ctn7 .text h2 {
  font-weight: bold;
  letter-spacing: 4px;
  color: #2b2b2b;
}
.ctn7 .text ul {
  display: flex;
  align-items: center;
}
.ctn7 .text ul li {
  display: flex;
  align-items: center;
  margin-left: 3vw;
  position: relative;
}
.ctn7 .text ul li:before {
  content: '';
  width: 1.8vw;
  height: 1px;
  background: #917b59;
  opacity: 0.5;
  position: absolute;
  left: -2.4vw;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ctn7 .text ul li span {
  font-family: Arial;
  color: #b6a286;
  font-weight: bold;
}
.ctn7 .text ul li h3 {
  letter-spacing: 1px;
  color: #44372d;
  margin-left: 6px;
  position: relative;
  top: -2px;
}
.ctn7 .text ul li:first-child:before {
  display: none;
}
.ctn7 .bottom {
  margin-top: 3.5vw;
}
.ctn7 .bottom .center {
  display: flex;
  justify-content: space-between;
}
.ctn7 .bottom .center .box {
  display: flex;
  width: calc(100% - 270px);
  height: 60px;
  border: 1px solid #917b59;
  background: #fff;
}
.ctn7 .bottom .center .box .inp {
  width: 33.333%;
  position: relative;
}
.ctn7 .bottom .center .box .inp:before {
  content: '';
  width: 1px;
  height: 30px;
  background: #957b54;
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ctn7 .bottom .center .box .inp img {
  position: absolute;
  left: 24px;
  top: 49%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ctn7 .bottom .center .box .inp input {
  width: 100%;
  height: 100%;
  border: none;
  padding-left: 56px;
}
.ctn7 .bottom .center .box .inp:last-child:before {
  display: none;
}
.ctn7 .bottom .center .btn {
  width: 260px;
  height: 60px;
  background: url(../img/product/btn1.png) no-repeat;
  background-size: 100% 100%;
}
.ctn7 .bottom .center .btn button {
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  letter-spacing: 2px;
  color: #332a24;
  font-weight: bold;
}
.ctn7 .bottom p {
  letter-spacing: 2px;
  color: #332a24;
  margin-top: 10px;
}
.ctn7 .bottom p span {
  color: #ff1e00;
  margin-right: 6px;
  position: relative;
  top: 2px;
}
.ctn8 {
  overflow: hidden;
}
.ctn8 ul {
  display: flex;
  justify-content: space-between;
}
.ctn8 ul li {
  width: 33.333%;
  position: relative;
}
.ctn8 ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ctn8 ul li .text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 28%;
  padding: 0 2vw 0 4vw;
}
.ctn8 ul li:nth-child(even) .text {
  top: 56%;
}
.ctn9 {
  padding: 5vw 0;
  overflow: hidden;
}
.ctn9 .ctn-list {
  margin-top: 3vw;
}
.ctn9 .ctn-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ctn9 .ctn-list ul li {
  width: 23.3%;
  background: #f6f6f6;
  border-radius: 48px;
  padding: 3vw 2vw;
  text-align: center;
}
.ctn9 .ctn-list ul li .icon {
  width: 90px;
  height: 84px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ctn9 .ctn-list ul li .icon img {
  max-height: 100%;
  max-width: 100%;
}
.ctn9 .ctn-list ul li h2 {
  margin-top: 1.5vw;
  letter-spacing: 1px;
  color: #44372d;
}
.ctn9 .ctn-list ul li p {
  color: #666;
  letter-spacing: 1px;
  margin-top: 8px;
}
.ctn9 .ctn-list ul li:hover .icon img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
@media screen and (max-width: 1600px) {
  .ctn2 .ctn-list ul li {
    height: 14vw;
  }
  .ctn2 .ctn-list ul li .text span {
    font-size: 6vw;
    top: -2vw;
  }
  .ctn5 .ctn-list .right ul li {
    height: 266px;
  }
  .ctn6 .ctn-list .swiper .swiper-slide ul li {
    height: 35vw;
  }
  .ctn7 .bottom .center .box {
    width: calc(100% - 250px);
  }
  .ctn7 .bottom .center .btn {
    width: 240px;
  }
}
@media screen and (max-width: 1440px) {
  .prev {
    left: -40px;
  }
  .next {
    right: -40px;
  }
  .ctn1 ul li .icon img {
    width: 60px;
  }
  .ctn2 .ctn-list ul li {
    padding: 10px;
  }
  .ctn3 .con .ctn-list ul li {
    height: 110px;
    padding: 6px;
  }
  .ctn3 .con .ctn-list ul li .text img {
    width: 30px;
  }
  .ctn4 .ctn-list .swiper .swiper-slide {
    height: 66px;
  }
  .ctn5 .ctn-list .right ul li {
    height: 240px;
  }
  .ctn9 .ctn-list ul li .icon {
    width: 80px;
    height: 72px;
  }
}
@media screen and (max-width: 1200px) {
  .prev {
    width: 50px;
    height: 50px;
    left: -20px;
  }
  .prev .swiper-button-prev:after {
    font-size: 20px;
  }
  .prev:hover:before {
    left: -6px;
    top: -6px;
  }
  .next {
    width: 50px;
    height: 50px;
    right: -20px;
  }
  .next .swiper-button-next:after {
    font-size: 20px;
  }
  .next:hover:before {
    right: -6px;
    bottom: -6px;
  }
  .ctn1 ul li .icon img {
    width: 50px;
  }
  .ctn2 .ctn-list ul li {
    height: 15vw;
  }
  .ctn3 .con .ctn-list ul li {
    height: 106px;
  }
  .ctn3 .con .ctn-list ul li .text h2 {
    font-size: 16px;
  }
  .ctn5 .ctn-list .right ul li {
    height: 220px;
  }
  .ctn5 .ctn-list .right ul li .text {
    padding: 12px 14px;
  }
  .ctn6 .ctn-list .swiper .swiper-slide ul li {
    height: 39vw;
  }
  .ctn7 .bottom .center .box {
    height: 54px;
  }
  .ctn7 .bottom .center .box .inp img {
    left: 16px;
  }
  .ctn7 .bottom .center .box .inp input {
    padding-left: 46px;
  }
  .ctn7 .bottom .center .btn {
    height: 54px;
  }
  .ctn8 .j-title p {
    letter-spacing: 4px;
  }
  .ctn8 .j-title .line {
    width: 40px;
  }
  .ctn9 .ctn-list ul li .icon {
    width: 70px;
    height: 62px;
  }
}
@media screen and (max-width: 1024px) {
  .ctn3 .con .ctn-list ul li {
    height: 90px;
  }
  .ctn3 .con .ctn-list ul li .text h2 {
    font-size: 14px;
  }
  .ctn3 .con .ctn-list ul li .text img {
    width: 24px;
  }
  .ctn4 .ctn-list .swiper .swiper-slide {
    height: 54px;
  }
}
@media screen and (max-width: 768px) {
  .prev {
    width: 40px;
    height: 40px;
    display: none;
  }
  .prev .swiper-button-prev:after {
    font-size: 16px;
  }
  .prev:hover:before {
    left: -4px;
    top: -4px;
  }
  .next {
    width: 40px;
    height: 40px;
    display: none;
  }
  .next .swiper-button-next:after {
    font-size: 16px;
  }
  .next:hover:before {
    right: -4px;
    bottom: -4px;
  }
  .ctn1 {
    padding: 40px 0;
  }
  .ctn1 ul li {
    display: block;
    width: 50%;
  }
  .ctn1 ul li .icon {
    text-align: center;
  }
  .ctn1 ul li .text {
    text-align: center;
    margin-top: 14px;
  }
  .ctn1 ul li .text:before {
    display: none;
  }
  .ctn1 ul li .text p {
    margin-top: 4px;
  }
  .ctn1 ul li:nth-child(n+3) {
    margin-top: 20px;
  }
  .ctn2 {
    padding: 40px 0;
  }
  .ctn2 .ctn-list {
    margin-top: 10px;
  }
  .ctn2 .ctn-list ul li {
    width: 100%;
    margin-top: 20px;
    height: 140px;
    border-radius: 50px;
    padding: 6px;
  }
  .ctn2 .ctn-list ul li .tu {
    border-radius: 50px;
  }
  .ctn2 .ctn-list ul li .text p {
    margin-top: 6px;
  }
  .ctn2 .ctn-list ul li .text span {
    font-size: 50px;
    top: -14px;
  }
  .ctn3 {
    padding: 40px 0;
  }
  .ctn3 .con .ctn-list {
    margin-top: 30px;
  }
  .ctn3 .con .ctn-list ul {
    margin-top: 6px;
  }
  .ctn3 .con .ctn-list ul li {
    width: 31%;
    height: 66px;
    margin-top: 14px;
  }
  .ctn4 {
    padding: 40px 0;
  }
  .ctn4 .ctn-list {
    margin-top: 30px;
  }
  .ctn4 .ctn-list .swiper {
    padding-bottom: 40px;
  }
  .ctn4 .ctn-list .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .ctn4 .ctn-list .swiper-pagination .swiper-pagination-bullet-active {
    width: 18px;
  }
  .ctn5 {
    padding: 40px 0;
  }
  .ctn5 .ctn-list {
    margin-top: 30px;
    display: block;
  }
  .ctn5 .ctn-list .left {
    width: 100%;
  }
  .ctn5 .ctn-list .right {
    width: 100%;
  }
  .ctn5 .ctn-list .right ul li {
    margin-top: 20px!important;
    height: 180px;
  }
  .ctn5 .ctn-list .right ul li .text {
    padding: 10px 14px;
  }
  .ctn6 {
    padding: 40px 0;
  }
  .ctn6 .ctn-list {
    padding: 0;
    margin-top: 30px;
  }
  .ctn6 .ctn-list .swiper {
    padding-bottom: 40px;
  }
  .ctn6 .ctn-list .swiper .swiper-slide ul li {
    height: 160px;
    clip-path: polygon(0% 0%, 100% 0%, 79% 100%, 0% 100%);
  }
  .ctn6 .ctn-list .swiper .swiper-slide ul li .text {
    padding: 6px 46px 10px 10px;
  }
  .ctn6 .ctn-list .swiper .swiper-slide ul li .text h2 {
    font-size: 14px;
  }
  .ctn6 .ctn-list .swiper .swiper-slide ul li .text p {
    font-size: 12px;
  }
  .ctn6 .ctn-list .swiper .swiper-slide ul li:nth-child(2) {
    clip-path: polygon(21% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .ctn6 .ctn-list .swiper .swiper-slide ul li:nth-child(2) .text {
    padding: 6px 10px 10px 46px;
  }
  .ctn6 .ctn-list .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .ctn6 .ctn-list .swiper-pagination .swiper-pagination-bullet-active {
    width: 18px;
  }
  .ctn7 {
    padding: 40px 0;
  }
  .ctn7 .text {
    display: block;
    text-align: center;
    margin-top: 30px;
  }
  .ctn7 .text h2 {
    letter-spacing: 1px;
  }
  .ctn7 .text ul {
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .ctn7 .text ul li {
    width: 50%;
    margin-left: 0;
    text-align: center;
    justify-content: center;
    margin-top: 10px;
  }
  .ctn7 .text ul li:before {
    display: none;
  }
  .ctn7 .bottom {
    margin-top: 20px;
  }
  .ctn7 .bottom .center {
    display: block;
  }
  .ctn7 .bottom .center .box {
    display: block;
    width: 100%;
    height: auto;
    border: none;
    background: none;
  }
  .ctn7 .bottom .center .box .inp {
    margin-top: 14px;
    width: 100%!important;
  }
  .ctn7 .bottom .center .box .inp img {
    left: 18px;
  }
  .ctn7 .bottom .center .box .inp input {
    height: 50px;
    border: 1px solid #917b59;
    background: #fff;
    padding-left: 50px;
  }
  .ctn7 .bottom .center .box .inp:nth-child(3) img {
    left: 19px;
  }
  .ctn7 .bottom .center .btn {
    width: 100%;
    height: 50px;
    margin-top: 14px;
  }
  .ctn7 .bottom .center .btn button {
    letter-spacing: 1px;
  }
  .ctn8 {
    padding: 0 5%;
  }
  .ctn8 .j-title p {
    letter-spacing: 4px;
  }
  .ctn8 .j-title .line {
    width: 40px;
  }
  .ctn8 ul {
    flex-wrap: wrap;
    overflow: hidden;
  }
  .ctn8 ul li {
    width: 100%;
    height: 300px;
  }
  .ctn8 ul li .text {
    padding: 0 20px 0 5%;
    top: 30%!important;
  }
  .ctn8 ul li:nth-child(n+2) {
    margin-top: 20px;
  }
  .ctn9 {
    padding: 40px 0;
  }
  .ctn9 .ctn-list {
    margin-top: 30px;
  }
  .ctn9 .ctn-list ul li {
    width: 48.5%;
    border-radius: 20px;
    padding: 20px 14px;
  }
  .ctn9 .ctn-list ul li .icon {
    width: 60px;
    height: 52px;
  }
  .ctn9 .ctn-list ul li h2 {
    margin-top: 14px;
  }
  .ctn9 .ctn-list ul li p {
    margin-top: 4px;
  }
  .ctn9 .ctn-list ul li:nth-child(n+3) {
    margin-top: 14px;
  }
}
