.page-banner {
  max-height: 30rem;
}
.ahead {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  color: #d4c19f;
}
.page-more {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}
.page-more:hover {
  color: #fff !important;
}
.page-more:hover a {
  border-color: transparent !important;
}
.page-more:hover a::before {
  width: 120%;
}
.page-more a {
  position: relative;
  z-index: 4;
  padding: 0.8rem 4.75rem;
  font-size: 0.8rem;
  color: inherit;
  border: 0.05rem solid #000;
  transition: all 0.8s ease;
  overflow: hidden;
}
.page-more a::before {
  position: absolute;
  content: '';
  left: -5%;
  top: 0;
  background: #d4c19f;
  width: 0;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.5s ease-out all;
  transition: 0.5s ease-out all;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
}
/**** 关于我们 ****/
.abody {
  overflow-x: hidden !important;
}
#about .introduction {
  padding-top: 7rem;
}
#about .introduction .container .intro-box {
  position: relative;
  margin-top: 4.2rem;
}
#about .introduction .container .intro-box .intro-l {
  width: 46%;
  padding: 3rem 4.9rem 3rem 0;
}
#about .introduction .container .intro-box .intro-l h2 {
  margin-bottom: 1.9rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 600;
}
#about .introduction .container .intro-box .intro-l p {
  font-size: 0.8rem;
  line-height: 1.5rem;
  color: #808080;
}
#about .introduction .container .intro-box .intro-l .pl-cont {
  margin-top: 3.2rem;
}
#about .introduction .container .intro-box .intro-l .pl-cont .pl-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 8%;
}
#about .introduction .container .intro-box .intro-l .pl-cont .pl-item::before {
  position: absolute;
  content: '';
  width: 0.05rem;
  height: 2.5rem;
  background-color: #f0f0f0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#about .introduction .container .intro-box .intro-l .pl-cont .pl-item:first-child {
  padding-left: 0;
}
#about .introduction .container .intro-box .intro-l .pl-cont .pl-item:last-child {
  padding-right: 0;
}
#about .introduction .container .intro-box .intro-l .pl-cont .pl-item:last-child::before {
  display: none;
}
#about .introduction .container .intro-box .intro-l .pl-cont .pl-item .cle {
  margin-bottom: 0.5rem;
  width: 3rem;
}
#about .introduction .container .intro-box .intro-l .pl-cont .pl-item .cle img {
  height: auto;
}
#about .introduction .container .intro-box .intro-l .pl-cont .pl-item p {
  text-align: center;
  white-space: nowrap;
  font-size: 0.9rem;
  line-height: 1.2rem;
  font-weight: 600;
  color: #d4c19f;
}
#about .introduction .container .intro-box .intro-r {
  position: relative;
  height: 22rem;
}
#about .introduction .container .intro-box .intro-r .about-s {
  position: absolute;
  top: 3rem;
  width: 75rem;
  left: 0;
}
#about .introduction .container .intro-box .intro-r .about-s img {
  height: 100%;
}
#about .data {
  margin-top: 6rem;
  background: url(../images/data-bg.jpg) no-repeat center;
  background-size: cover;
}
#about .data .container {
  padding: 2.8rem 3.5rem;
}
#about .data .container .d-item {
  position: relative;
  padding: 0 2%;
  width: 20%;
  color: #fff;
}
#about .data .container .d-item:last-child::before {
  display: none;
}
#about .data .container .d-item::before {
  position: absolute;
  content: '';
  width: 0.05rem;
  height: 2.2rem;
  background-color: #f5f5f5;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#about .data .container .d-item h4 {
  position: relative;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  color: inherit;
  white-space: nowrap;
  font-weight: 600;
  display: flex;
}
#about .data .container .d-item h4 p {
  font-size: 1.5rem;
  color: inherit;
}
#about .data .container .d-item h4 span {
  position: absolute;
  right: -0.25rem;
  top: -0.25rem;
  font-size: 0.25rem;
  color: inherit;
}
#about .data .container .d-item p {
  font-size: 0.9rem;
  color: inherit;
  white-space: nowrap;
}
#about .distr {
  padding: 6rem 0;
}
#about .distr .distr-box .distr-l {
  width: 46rem;
  position: relative;
}
#about .distr .distr-box .distr-l .place {
  position: absolute;
}
#about .distr .distr-box .distr-l .place p {
  margin-left: 0.5rem;
  font-size: 0.6rem;
}
#about .distr .distr-box .distr-l .place .rq-box {
  position: relative;
  width: 0.4rem;
  height: 0.4rem;
  z-index: 1;
}
#about .distr .distr-box .distr-l .place .ripple {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #d4c19f;
  border-radius: 50%;
}
#about .distr .distr-box .distr-l .place .r2 {
  animation-delay: 1.5s;
  animation-name: ripple;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  border-radius: 50%;
  transition: background 2s ease;
}
#about .distr .distr-box .distr-l .p1 {
  left: 50%;
  top: 65%;
}
#about .distr .distr-box .distr-l .p2 {
  left: 19%;
  top: 21%;
}
#about .distr .distr-box .distr-l .p3 {
  left: 22%;
  top: 65%;
}
#about .distr .distr-box .distr-l .p4 {
  left: 52%;
  top: 42%;
}
#about .distr .distr-box .distr-l .p5 {
  left: 46%;
  top: 47%;
}
#about .distr .distr-box .distr-l .p6 {
  left: 50%;
  top: 50%;
}
#about .distr .distr-box .distr-l .p7 {
  left: 47%;
  bottom: 14%;
}
#about .distr .distr-box .distr-l .p8 {
  left: 63%;
  top: 33%;
}
#about .distr .distr-box .distr-l .p9 {
  left: 57%;
  top: 54%;
}
#about .distr .distr-box .distr-l .p10 {
  right: 39%;
  bottom: 20%;
}
#about .distr .distr-box .distr-l .p11 {
  right: 35%;
  bottom: 11%;
}
#about .distr .distr-box .distr-l .p12 {
  right: 5%;
  top: 15%;
}
#about .distr .distr-box .distr-l .p13 {
  right: 20%;
  top: 36%;
}
#about .distr .distr-box .distr-l .p14 {
  right: 20%;
  top: 44%;
}
#about .distr .distr-box .distr-l .p15 {
  right: 20%;
  top: 50%;
}
#about .distr .distr-box .distr-l .p16 {
  right: 29%;
  top: 57%;
}
#about .distr .distr-box .distr-l .p17 {
  right: 19%;
  top: 61%;
}
#about .distr .distr-box .distr-l .p18 {
  right: 24%;
  bottom: 32%;
}
#about .distr .distr-box .distr-l .p19 {
  right: 21%;
  bottom: 29%;
}
#about .distr .distr-box .distr-l .p20 {
  right: 28%;
  bottom: 24%;
}
#about .distr .distr-box .distr-l .p21 {
  right: 24%;
  bottom: 14%;
}
#about .distr .distr-box .distr-r {
  align-items: flex-end;
  margin-left: 4rem;
  width: 32.85rem;
}
#about .distr .distr-box .distr-r h4 {
  margin-bottom: 0.35rem;
  position: relative;
  font-size: 1.2rem;
  font-weight: 600;
}
#about .distr .distr-box .distr-r p {
  margin-top: 1.6rem;
  font-size: 0.8rem;
  line-height: 1.5rem;
  text-align: justify;
  color: #808080;
}
#about .target .target-box1 {
  position: relative;
}
#about .target .target-box1 .container {
  max-width: 100%;
}
#about .target .target-box1::before {
  position: absolute;
  content: "";
  width: 52.8%;
  height: 24rem;
  background-color: #f8f8f8;
  left: -7.6%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
#about .target .target-box1 .tar-l {
  margin-right: 2%;
  width: 44.5%;
}
#about .target .target-box1 .tar-l h4 {
  margin-top: 10.7%;
  margin-bottom: 1.9rem;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 600;
}
#about .target .target-box1 .tar-l p {
  width: 83.3%;
  margin-bottom: 5%;
  font-size: 0.8rem;
  line-height: 1.5rem;
  color: #808080;
}
#about .target .target-box1 .tar-r {
  position: relative;
  height: 24rem;
  width: 53.5%;
}
#about .target .target-box1 .tar-r .tr-pic {
  position: absolute;
  width: 116%;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
}
#about .target .target-box1 .tar-r .tr-pic img {
  height: 100%;
}
#about .target .target-box2 {
  position: relative;
  margin-top: 1rem;
}
#about .target .target-box2 .container {
  max-width: 100%;
}
#about .target .target-box2 .tar-l {
  margin-right: 2%;
  position: relative;
  height: 24rem;
  width: 53.5%;
}
#about .target .target-box2 .tar-l .tl-pic {
  position: absolute;
  width: 116%;
  height: 24rem;
  top: 50%;
  transform: translateY(-50%);
  left: -14.6%;
}
#about .target .target-box2 .tar-l .tl-pic img {
  height: 100%;
}
#about .target .target-box2 .tar-r {
  width: 44.5%;
  align-items: flex-end;
}
#about .target .target-box2 .tar-r::before {
  position: absolute;
  content: '';
  width: 52.8%;
  height: 24rem;
  background-color: #f8f8f8;
  right: -8.4%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
#about .target .target-box2 .tar-r h4 {
  margin: 7.25rem 0 1.9rem;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: right;
}
#about .target .target-box2 .tar-r p {
  width: 87.5%;
  margin-bottom: 2rem;
  font-size: 0.8rem;
  line-height: 1.5rem;
  text-align: justify;
  color: #808080;
}
#about .develop {
  padding-top: 4.65rem;
}
#about .develop .develop-t {
  padding: 0 2.5rem;
  position: relative;
  height: 14.4rem;
  --swiper-navigation-color: #fff;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 1rem;
  /* 设置按钮大小 */
}
#about .develop .develop-t .swiper-container::before {
  position: absolute;
  content: '';
  width: 78.5rem;
  height: 0.05rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #e6e6e6;
}
#about .develop .develop-t .swiper-button-prev,
#about .develop .develop-t .swiper-button-next {
  width: 2.5rem;
  height: 2.5rem;
  transform: translateY(-50%);
  margin-top: auto;
  border: 0.1rem solid #cccccc;
  border-radius: 50%;
  background-color: #d4c19f;
  border-color: #d4c19f;
}
#about .develop .develop-t .swiper-button-prev {
  left: 0;
}
#about .develop .develop-t .swiper-button-next {
  right: 0;
}
#about .develop .develop-t .swiper-button-next.swiper-button-disabled,
#about .develop .develop-t .swiper-button-prev.swiper-button-disabled {
  border-color: #f0f0f0;
  background-color: transparent;
  color: #999999;
  opacity: 1;
}
#about .develop .develop-t .swiper-slide {
  margin-top: 1rem;
  cursor: pointer;
  flex-direction: column;
}
#about .develop .develop-t .swiper-slide span {
  position: relative;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #cccccc;
  border-radius: 50%;
  transition: all 0.3s ease;
}
#about .develop .develop-t .swiper-slide span::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 50%;
  background-color: #fff;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0.05rem solid #d4c19f;
  z-index: -1;
  border-radius: 50%;
  transition: all 0.3s ease;
}
#about .develop .develop-t .swiper-slide p {
  position: relative;
  margin-top: 1rem;
  font-size: 1rem;
  color: #000;
  transition: all 0.4s ease;
}
#about .develop .develop-t .swiper-slide p::before {
  position: absolute;
  content: '';
  width: 0.05rem;
  height: 0;
  background-color: #d4c19f;
  top: 3rem;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
#about .develop .develop-t .swiper-slide-active {
  margin-top: 1.25rem;
}
#about .develop .develop-t .swiper-slide-active span::before {
  width: 1.1rem;
  height: 1.1rem;
}
#about .develop .develop-t .swiper-slide-active p {
  transform: translateY(3rem);
  z-index: 11;
  font-size: 1.5rem;
  color: #d4c19f;
}
#about .develop .develop-t .swiper-slide-active p::before {
  height: 2rem;
  top: -3rem;
}
#about .develop .develop-b {
  margin-top: 4rem;
  height: 20rem;
}
#about .develop .develop-b .swiper-container {
  pointer-events: none;
}
#about .develop .develop-b .d-item {
  width: 100%;
  height: 100%;
}
#about .develop .develop-b .d-item .d-pic {
  width: 45%;
  height: 100%;
}
#about .develop .develop-b .d-item .d-pic img {
  height: 100%;
}
#about .develop .develop-b .d-item .d-cont {
  position: relative;
  flex: 1;
  width: 55%;
  background: url(../images/devebg.jpg) no-repeat;
  background-size: cover;
  height: 100%;
}
#about .develop .develop-b .d-item .d-cont h4 {
  position: absolute;
  font-size: 7rem;
  color: #d4c19f;
  opacity: 0.3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#about .develop .develop-b .d-item .d-cont p {
  font-size: 1rem;
  color: #000;
  width: 70%;
  line-height: 1.8rem;
  text-align: center;
}
#about .service {
  padding: 7rem 0 0;
}
#about .service .container h2 {
  margin-bottom: 3.9rem;
}
#about .service .container p {
  font-size: 0.9rem;
  line-height: 1.8rem;
  text-align: center;
}
#about .service .service-box {
  max-width: 100%;
  margin: 4.7rem auto 0;
}
#about .service .service-box .ser-item {
  position: relative;
  width: 33.33%;
  height: 40.3rem;
}
#about .service .service-box .ser-item:hover:first-child .ser-pic {
  background: url(../images/s1-g.png) no-repeat center !important;
  background-size: contain !important;
}
#about .service .service-box .ser-item:hover:nth-child(2) .ser-pic {
  background: url(../images/s2-g.png) no-repeat center !important;
  background-size: contain !important;
}
#about .service .service-box .ser-item:hover:last-child .ser-pic {
  background: url(../images/s3-g.png) no-repeat center !important;
  background-size: contain !important;
}
#about .service .service-box .ser-item:hover .ser-pic {
  top: 19%;
}
#about .service .service-box .ser-item:hover h4 {
  top: 36% !important;
  padding-bottom: 1.5rem;
  border: none;
}
#about .service .service-box .ser-item:hover h4::before {
  opacity: 1;
}
#about .service .service-box .ser-item:hover p {
  top: 50% !important;
  opacity: 1;
}
#about .service .service-box .ser-item:hover a {
  top: 76%;
  opacity: 1;
}
#about .service .service-box .ser-item::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 1rem;
  border: 0.05rem solid rgba(223, 210, 186, 0.95);
  opacity: 0;
}
#about .service .service-box .ser-item:first-child {
  background: url(../images/service1.jpg) no-repeat center;
  background-size: cover;
}
#about .service .service-box .ser-item:first-child .ser-pic {
  background: url(../images/s1-w.png) no-repeat center;
  background-size: contain !important;
}
#about .service .service-box .ser-item:nth-child(2) {
  background: url(../images/service2.jpg) no-repeat center;
  background-size: cover;
}
#about .service .service-box .ser-item:nth-child(2) .ser-pic {
  background: url(../images/s2-w.png) no-repeat center;
  background-size: contain !important;
}
#about .service .service-box .ser-item:last-child {
  background: url(../images/service3.jpg) no-repeat center;
  background-size: cover;
}
#about .service .service-box .ser-item:last-child .ser-pic {
  background: url(../images/s3-w.png) no-repeat center;
  background-size: contain !important;
}
#about .service .service-box .ser-item .ser-pic {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 38%;
  width: 4rem;
  height: 4rem;
  background-size: cover;
  transition: all 0.5s ease;
}
#about .service .service-box .ser-item h4 {
  padding: 0.7rem 3.2rem;
  position: absolute;
  left: 50%;
  top: 56%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 1.2rem;
  z-index: 11;
  border: 0.05rem solid #fff;
  transition: all 0.4s ease 0.2s;
}
#about .service .service-box .ser-item h4::before {
  position: absolute;
  content: '';
  width: 2.35rem;
  height: 0.1rem;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #d4c19f;
  opacity: 0;
}
#about .service .service-box .ser-item p {
  position: absolute;
  left: 50%;
  width: 88%;
  transform: translateX(-50%);
  top: 55%;
  opacity: 0;
  font-size: 0.8rem;
  color: #fff;
  line-height: 1.6rem;
  text-align: center;
  transition: all 0.5s ease 0.3s;
}
#about .service .service-box .ser-item a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.6rem 3.1rem;
  font-size: 0.8rem;
  color: #fff;
  background-color: #d4c19f;
  opacity: 0;
  top: 80%;
  z-index: 11;
  transition: all 0.6s ease 0.4s;
}
#about .service .service-box .ser-item a:hover::before {
  width: 100%;
}
#about .service .service-box .ser-item a::before {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 0;
  background-color: #d3ad6d;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
#about .honor {
  padding: 7rem 0;
}
#about .honor .honor-box {
  margin-top: 7.9rem;
  height: 13rem;
}
#about .honor .honor-box .honor-l {
  padding: 0 4.75rem 0 1.25rem;
  justify-content: space-between;
  width: 25%;
  --swiper-navigation-color: #d4c19f;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 1rem;
  /* 设置按钮大小 */
}
#about .honor .honor-box .honor-l h4 {
  font-size: 1.4rem;
  white-space: nowrap;
  font-weight: 600;
}
#about .honor .honor-box .honor-l .switch {
  width: 5rem;
  position: relative;
}
#about .honor .honor-box .honor-l .switch .swiper-button-prev,
#about .honor .honor-box .honor-l .switch .swiper-button-next {
  margin-top: auto;
  transform: translateY(-50%);
}
#about .honor .honor-box .honor-l .switch .swiper-pagination-current {
  font-size: 1rem;
}
#about .honor .honor-box .honor-l .switch .swiper-pagination-total {
  font-size: 0.7rem;
  color: #999999;
}
#about .honor .honor-box .honor-l .switch .hp {
  top: 50%;
  left: 50%;
  width: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
}
#about .honor .honor-box .honor-l .switch .swiper-button-prev {
  left: 0;
}
#about .honor .honor-box .honor-l .switch .swiper-button-next {
  right: 0;
}
#about .honor .honor-box .honor-r {
  width: 75%;
}
#about .honor .honor-box .honor-r .h-item {
  width: 20.9rem;
  align-items: flex-start;
  position: relative;
  padding-left: 0.9rem;
  height: 13rem;
  border-left: 0.3rem solid #000;
}
#about .honor .honor-box .honor-r .h-item p {
  font-size: 0.9rem;
  line-height: 1.5rem;
  text-align: left;
  color: #333333;
}
#about .honor .honor-box .honor-r .h-item span {
  margin-top: 0.2rem;
  font-size: 0.7rem;
  text-align: left;
  color: #999999;
}
#about .honor .honor-box .honor-r .h-item h4 {
  position: absolute;
  bottom: 0;
  font-size: 1.2rem;
  color: #1a1a1a;
  left: 1.2rem;
}
#about .honor .honor-box .honor-r .h-item .hh {
  margin-top: 0.5rem;
}
#about .power {
  padding-bottom: 7rem;
}
#about .power .power-box {
  margin-top: 4rem;
}
#about .power .power-box h3 {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 600;
}
#about .power .power-box .p-icon {
  width: 34rem;
}
#about .power .power-box .power-cont {
  margin-top: 4rem;
  width: 100%;
}
#about .power .power-box .power-cont .p-pic {
  margin-right: 1.75rem;
  padding: 2.5rem 0 1.5rem;
  width: 32%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0.15rem 0.25rem 0.8rem rgba(0, 0, 0, 0.06);
  border-radius: 0.5rem;
  transition: all 0.4s ease;
}
#about .power .power-box .power-cont .p-pic:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0.15rem 0.25rem 0.8rem rgba(0, 0, 0, 0.2);
}
#about .power .power-box .power-cont .p-pic:last-child {
  margin-right: 0;
}
#about .power .power-box .power-cont .p-pic img {
  margin-bottom: 2rem;
  width: 8.5rem;
  height: 7.5rem;
}
#about .power .power-box .power-cont .p-pic p {
  font-size: 0.9rem;
}
/**** 案例赏析 ****/
#case {
  padding: 7rem 0;
}
#case .container {
  width: 100%;
}
#case .case-box {
  margin: 3.75rem auto 0;
  flex-wrap: wrap;
  overflow: hidden;
  justify-content: space-between;
}
#case .case-box .case-item {
  margin-bottom: 3rem;
  margin-right: 3%;
  width: 48%;
}
#case .case-box .case-item:nth-child(even) {
  margin-right: 0;
}
#case .case-box .case-item:hover h4 {
  color: #d4c19f !important;
}
#case .case-box .case-item:hover p {
  color: #333333 !important;
}
#case .case-box .case-item:hover .case-pic::before,
#case .case-box .case-item:hover .case-pic::after {
  width: 0;
}
#case .case-box .case-item:hover .case-pic img {
  transform: scale(1.1);
}
#case .case-box .case-item:hover .case-cont::before {
  width: 5.5rem;
  background-color: #d4c19f;
}
#case .case-box .case-item:hover i {
  opacity: 1 !important;
  right: 0 !important;
}
#case .case-box .case-item .case-pic {
  position: relative;
  width: 100%;
  overflow: hidden;
  transform: translateZ(0);
}
#case .case-box .case-item .case-pic::before {
  position: absolute;
  content: "";
  background-color: rgba(8, 42, 73, 0.2);
  width: 65%;
  height: 100%;
  bottom: 0;
  right: -15%;
  transition: all 1s ease;
  transform: skewX(-25deg);
  z-index: 1;
}
#case .case-box .case-item .case-pic::after {
  position: absolute;
  content: "";
  background-color: rgba(8, 42, 73, 0.2);
  width: 65%;
  height: 100%;
  top: 0;
  left: -15%;
  transform: skewX(-25deg);
  transition: all 1s ease;
  z-index: 1;
}
#case .case-box .case-item .case-pic img {
  transition: transform 0.8s ease;
}
#case .case-box .case-item .case-cont {
  position: relative;
  display: flex;
  justify-content: space-between;
}
#case .case-box .case-item .case-cont::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 1rem;
  height: 0.05rem;
  background-color: #cccccc;
  transition: all 0.5s ease;
}
#case .case-box .case-item .case-cont .cl {
  margin-right: 5%;
}
#case .case-box .case-item .case-cont .cr {
  align-items: center;
}
#case .case-box .case-item .case-cont .cr img {
  margin-top: 1.4rem;
  margin-right: 1rem;
  width: 4rem;
}
#case .case-box .case-item .case-cont .cr img:last-child {
  width: 3.5rem;
  margin-right: 0;
}
#case .case-box .case-item .case-cont h4 {
  margin-top: 1.4rem;
  font-size: 1rem;
  color: #000;
  transition: 0.3s;
}
#case .case-box .case-item .case-cont p {
  padding: 0.75rem 0;
  font-size: 0.75rem;
  color: #999999;
  transition: 0.3s;
}
#case .case-box .case-item .case-cont i {
  position: absolute;
  font-size: 1rem;
  color: #d4c19f;
  top: 0;
  right: 1rem;
  opacity: 0;
  transition: all 0.5s ease;
}
#case .page-more {
  margin-top: 4rem;
}
/**** 软装设计 ****/
#design .rz .rz-box {
  padding-bottom: 1.5rem;
}
#design .rz .rz-box .rz-left {
  justify-content: center;
  width: 38%;
}
#design .rz .rz-box .rz-left h4 {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 600;
  white-space: nowrap;
}
#design .rz .rz-box .rz-left h5 {
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}
#design .rz .rz-box .rz-left p {
  margin-top: 3rem;
  font-size: 0.8rem;
  line-height: 1.5rem;
  color: #666666;
}
#design .rz .rz-box .rz-right {
  width: 62%;
}
#design .rz .rz-box .rz-right img {
  height: auto;
}
#design .rcase {
  position: relative;
  background-color: #fafafa;
}
#design .rcase .container {
  position: relative;
}
#design .rcase .container:first-child::before {
  position: absolute;
  content: '';
  background: url(../images/rzbg1.png) no-repeat;
  width: 24rem;
  height: 18.5rem;
  right: -6.5rem;
  background-size: contain;
  top: 0;
}
#design .rcase .container:last-child::before {
  position: absolute;
  content: '';
  background: url(../images/rzbg2.png) no-repeat;
  width: 13.7rem;
  height: 23.4rem;
  left: -8%;
  bottom: 3%;
  background-size: contain;
}
#design .rcase .container:last-child .r-pic {
  margin-bottom: 13.2rem;
}
#design .rcase .fixtop {
  padding-top: 0 !important;
}
#design .rcase .r-case {
  padding-top: 7rem;
  width: 45%;
}
#design .rcase .r-case .r-cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#design .rcase .r-case:hover h4 {
  color: #d4c19f;
}
#design .rcase .r-case:hover h4::before {
  height: 4rem;
  bottom: -10%;
}
#design .rcase .r-case h4 {
  display: inline-block;
  position: relative;
  padding-bottom: 4rem;
  font-size: 1.2rem;
  transition: all 0.3s ease-in;
}
#design .rcase .r-case h4::before {
  position: absolute;
  content: '';
  width: 0.1rem;
  height: 3rem;
  background-color: #000;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: all 0.3s ease-in;
}
#design .rcase .r-case h5 {
  margin-top: 2rem;
  margin-left: 13.3%;
  position: relative;
  padding-top: 1rem;
  font-size: 1.2rem;
  font-weight: 600;
}
#design .rcase .r-case h5::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 1.1rem;
  height: 0.1rem;
  background-color: #000;
}
#design .rcase .r-case p {
  margin-left: 13.3%;
  margin-top: 1.2rem;
  font-size: 0.8rem;
  color: #666666;
  line-height: 1.3rem;
}
#design .rcase .r-case .r-pic {
  position: relative;
  z-index: 2;
  margin-top: 2.5rem;
}
#design .rcase .r-case .r-pic:hover img {
  transform: translateY(1.5rem);
}
#design .rcase .r-case .r-pic::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 5.3rem;
  left: -6.5rem;
  background-color: #f0f0f0;
  z-index: -1;
}
#design .rcase .r-case .r-pic::before img {
  transition: all 0.4s ease;
}
#design .rcase .r-right {
  margin-top: 18.75rem;
  margin-left: 9%;
}
#design .rcase .r-right h4 {
  margin-left: 47%;
}
#design .rcase .r-right h5,
#design .rcase .r-right p {
  margin-left: 61.8%;
}
#design .rcase .r-right .r-pic::before {
  left: auto;
  right: -6.5rem;
}
/**** 家具沙发 ****/
#sofa .so-nav {
  padding: 5rem 0 0.75rem;
  border-bottom: 0.05rem solid #ebebe3;
}
#sofa .so-nav .oneul {
  margin-bottom: 5.9rem;
  padding-bottom: 0.75rem;
  width: 100%;
  justify-content: center;
  border-bottom: 0.05rem solid #ebebe3;
}
#sofa .so-nav .oneul .oneli {
  padding: 0 3rem;
  position: relative;
}
#sofa .so-nav .oneul .oneli::before {
  position: absolute;
  content: '';
  width: 0.05rem;
  height: 1rem;
  background-color: #e6e6e6;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#sofa .so-nav .oneul .oneli:last-child i {
  display: none;
}
#sofa .so-nav .oneul .oneli:last-child::before {
  display: none;
}
#sofa .so-nav .oneul .oneli:last-child > a {
  pointer-events: auto !important;
}
#sofa .so-nav .oneul .oneli > a {
  position: relative;
  padding-bottom: 0.8rem;
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 0.3s ease;
  pointer-events: none;
}
#sofa .so-nav .oneul .oneli > a i {
  position: absolute;
  font-size: 0.7rem;
  bottom: 0;
  left: 50%;
  margin-left: -0.35rem;
  transition: all 0.4s ease;
}
#sofa .so-nav .oneul .oneli .towul {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.4s ease;
}
#sofa .so-nav .oneul .oneli .towul li a {
  display: flex;
  font-size: 0.8rem;
  white-space: nowrap;
  color: #696969;
}
#sofa .so-nav .oneul .oneli .towul li a:hover {
  color: #d4c19f;
}
#sofa .so-nav .oneul .actow .towul {
  opacity: 1;
  z-index: 11;
}
#sofa .so-nav .oneul .actow > a {
  color: #d4c19f;
}
#sofa .so-nav .oneul .actow > a i {
  transform: rotate(180deg);
}
#sofa .so-nav .oneul .active-li > a {
  color: #d4c19f;
}
#sofa .sofamsg {
  padding: 7rem 0 5.6rem;
  background: url(../images/jwbg.jpg) no-repeat;
  background-size: cover;
}
#sofa .sofamsg .s-left {
  width: 30%;
}
#sofa .sofamsg .s-left .s-logo {
  margin-bottom: 4rem;
}
#sofa .sofamsg .s-left .sflogo {
  width: 5.6rem;
  height: 5.6rem;
  flex: none;
  background-color: #3f3a39;
}
#sofa .sofamsg .s-left .sflogo img {
  width: auto;
}
#sofa .sofamsg .s-left .s-name {
  position: relative;
  margin-left: 0.9rem;
}
#sofa .sofamsg .s-left .s-name h4 {
  margin-bottom: 1.25rem;
  font-size: 1.45rem;
  white-space: nowrap;
  color: #191919;
  font-weight: 600;
}
#sofa .sofamsg .s-left .s-name p {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #191919;
}
#sofa .sofamsg .s-left .s-cont p {
  margin-bottom: 1.3rem;
  font-size: 0.8rem;
  color: #191919;
  line-height: 1.4rem;
  text-align: justify;
}
#sofa .sofamsg .s-left .s-cont h5 {
  font-size: 0.7rem;
  font-weight: 600;
  color: #3f3a39;
}
#sofa .sofamsg .s-left .s-cont .tt {
  margin-top: 2rem;
  width: 7.1rem;
  left: 0;
  bottom: 12%;
}
#sofa .sofamsg .s-right {
  width: 71%;
  margin-left: 0%;
  margin-top: 15%;
  align-self: flex-end;
}
#sofa .xl {
  padding: 5rem 0;
  background: url(../images/jwgd.jpg) no-repeat;
  background-size: cover;
}
#sofa .xl h2 {
  padding: 0 8rem;
  position: relative;
  font-size: 1.1rem;
  color: #cdc09a;
}
#sofa .xl h2::before,
#sofa .xl h2::after {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  width: 7rem;
  height: 0.1rem;
  background-color: #d4c19f;
}
#sofa .xl h2::before {
  left: 0;
}
#sofa .xl h2::after {
  right: 0;
}
#sofa .xl img {
  margin: 1.5rem 0;
  display: block;
  width: 1.3rem;
}
#sofa .xl p {
  font-size: 2.2rem;
  font-weight: 600;
  color: #cdc09a;
}
#sofa .sofa-s1 {
  padding: 13.8rem 0 8.7rem;
  background-color: #e9e9e9;
}
#sofa .sofa-s1 .s1-l {
  margin-top: 8.4%;
  width: 26.5%;
  align-items: flex-start;
}
#sofa .sofa-s1 .s1-l h4 {
  margin-bottom: 1.9rem;
  font-size: 1.85rem;
  color: #332c2b;
  font-weight: 600;
}
#sofa .sofa-s1 .s1-l p {
  display: inline-block;
  margin-bottom: 2.2rem;
  padding: 0.3rem 1.15rem;
  font-size: 1rem;
  color: #474443;
  background-color: #d4c19f;
  border-radius: 0.85rem;
}
#sofa .sofa-s1 .s1-l img {
  width: 3rem;
}
#sofa .sofa-s1 .s1-r {
  width: 73.5%;
}
#sofa .sofa-s1 .s1-r .lp {
  margin-right: 3.25%;
  padding: 17.8% 0 32.5%;
  position: relative;
  width: 37.7%;
  background-color: #f4f4f4;
}
#sofa .sofa-s1 .s1-r .lp .lp1,
#sofa .sofa-s1 .s1-r .lp .lp3 {
  position: absolute;
}
#sofa .sofa-s1 .s1-r .lp .lp1 {
  width: 32%;
  left: -20%;
  top: -16%;
}
#sofa .sofa-s1 .s1-r .lp .lp3 {
  width: 145%;
  bottom: -8%;
  left: -100%;
}
#sofa .sofa-s1 .s1-r .lp .lp2 {
  width: 75.6%;
}
#sofa .sofa-s1 .s1-r .rp {
  flex: 1;
  justify-content: space-between;
}
#sofa .sofa-s1 .s1-r .rp .rp-t {
  width: 100%;
  height: 52%;
}
#sofa .sofa-s1 .s1-r .rp .rp-t > div {
  width: 47.2%;
  background-color: #f4f4f4;
}
#sofa .sofa-s1 .s1-r .rp .rp-t > div:first-child {
  margin-right: 5.6%;
}
#sofa .sofa-s1 .s1-r .rp .rp-t > div:first-child img {
  width: 70.5%;
}
#sofa .sofa-s1 .s1-r .rp .rp-t > div:last-child img {
  width: 63%;
}
#sofa .sofa-s1 .s1-r .rp .rp-b {
  margin-top: 5%;
  background-color: #f4f4f4;
  height: 43%;
  width: 100%;
}
#sofa .sofa-s1 .s1-r .rp .rp-b img {
  width: 80%;
}
#sofa .sofa-s2 {
  padding: 16.4rem 0 11.9rem;
  background-color: #eeeeee;
}
#sofa .sofa-s2 .s2-l {
  width: 73.5%;
}
#sofa .sofa-s2 .s2-l .lp {
  justify-content: space-between;
  flex: 1;
}
#sofa .sofa-s2 .s2-l .lp > div {
  background-color: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sofa .sofa-s2 .s2-l .lp > div:first-child {
  margin-bottom: 5%;
  height: 52%;
}
#sofa .sofa-s2 .s2-l .lp > div:first-child img {
  width: 82%;
}
#sofa .sofa-s2 .s2-l .lp > div:last-child {
  height: 43%;
}
#sofa .sofa-s2 .s2-l .lp > div:last-child img {
  width: 81.6%;
}
#sofa .sofa-s2 .s2-l .rp {
  background-color: #f4f4f4;
  margin-left: 3.25%;
  padding: 18.4% 0;
  position: relative;
  width: 37.7%;
}
#sofa .sofa-s2 .s2-l .rp .rp1,
#sofa .sofa-s2 .s2-l .rp .rp2 {
  position: absolute;
}
#sofa .sofa-s2 .s2-l .rp .rp1 {
  width: 60.3%;
  top: -23%;
  right: -30%;
}
#sofa .sofa-s2 .s2-l .rp .rp2 {
  width: 69.6%;
  bottom: -12.4%;
  right: -100%;
}
#sofa .sofa-s2 .s2-l .rp .rp3 {
  width: 69.5%;
}
#sofa .sofa-s2 .s2-r {
  margin-top: 8.4%;
  width: 26.5%;
  align-items: flex-end;
}
#sofa .sofa-s2 .s2-r h4 {
  margin-bottom: 1.9rem;
  font-size: 1.85rem;
  color: #332c2b;
  font-weight: 600;
}
#sofa .sofa-s2 .s2-r p {
  display: inline-block;
  margin-bottom: 2.2rem;
  padding: 0.3rem 1.15rem;
  font-size: 1rem;
  color: #474443;
  background-color: #d4c19f;
  border-radius: 0.85rem;
}
#sofa .sofa-s2 .s2-r img {
  width: 3rem;
}
#sofa .sofa-s3 {
  padding: 10.5rem 0 7rem;
  background-color: #f5f5f5;
}
#sofa .sofa-s3 .s3-l {
  margin-top: 8.4%;
  width: 26.5%;
  align-items: flex-start;
}
#sofa .sofa-s3 .s3-l h4 {
  margin-bottom: 1.9rem;
  font-size: 1.85rem;
  color: #332c2b;
  font-weight: 600;
}
#sofa .sofa-s3 .s3-l p {
  display: inline-block;
  margin-bottom: 2.2rem;
  padding: 0.3rem 1.15rem;
  font-size: 1rem;
  color: #474443;
  background-color: #d4c19f;
  border-radius: 0.85rem;
}
#sofa .sofa-s3 .s3-l img {
  width: 3rem;
}
#sofa .sofa-s3 .s3-r {
  flex: 1;
}
#sofa .sofa-s3 .s3-r .rp-l {
  margin-right: 3.25%;
  padding: 32.65% 0;
  position: relative;
  width: 32.7%;
  background-color: #eeeeee;
}
#sofa .sofa-s3 .s3-r .rp-l img {
  position: absolute;
}
#sofa .sofa-s3 .s3-r .rp-l .rp1 {
  width: 98.1%;
  top: -8%;
  left: -38%;
}
#sofa .sofa-s3 .s3-r .rp-l .rp2 {
  width: 215.5%;
  bottom: 3%;
  left: -119%;
}
#sofa .sofa-s3 .s3-r .rp-r {
  flex: 1;
}
#sofa .sofa-s3 .s3-r .rp-r .lp-t {
  height: 52%;
}
#sofa .sofa-s3 .s3-r .rp-r .lp-t > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47.2%;
  background-color: #eeeeee;
}
#sofa .sofa-s3 .s3-r .rp-r .lp-t > div:first-child {
  margin-right: 5.6%;
}
#sofa .sofa-s3 .s3-r .rp-r .lp-t > div img {
  width: 82.5%;
}
#sofa .sofa-s3 .s3-r .rp-r .lp-b {
  margin-top: 5%;
  background-color: #eeeeee;
  height: 43%;
  width: 100%;
}
#sofa .sofa-s3 .s3-r .rp-r .lp-b img {
  width: 63.8%;
}
#cooper .container {
  padding-top: 7rem;
}
#cooper .container .cooper {
  padding-top: 5.4rem;
}
#cooper .container .cooper .cooper-item {
  padding-bottom: 6rem;
}
#cooper .container .cooper .cooper-item .c-left {
  padding: 0 6.5rem 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 52%;
}
#cooper .container .cooper .cooper-item .c-left:hover h4::before {
  background-color: #d4c19f !important;
  width: 15rem !important;
}
#cooper .container .cooper .cooper-item .c-left h5 {
  margin-bottom: 1rem;
  font-size: 0.7rem;
  color: #999;
}
#cooper .container .cooper .cooper-item .c-left h4 {
  margin-bottom: 1.9rem;
  position: relative;
  padding-bottom: 2.05rem;
  font-size: 1.2rem;
  color: #000;
  font-weight: 600;
}
#cooper .container .cooper .cooper-item .c-left h4::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  background-color: #6b6c70;
  width: 4.5rem;
  height: 0.05rem;
  transition: all 0.4s ease;
}
#cooper .container .cooper .cooper-item .c-left p {
  margin-bottom: 2rem;
  font-size: 0.8rem;
  line-height: 1.8rem;
  color: #666;
}
#cooper .container .cooper .cooper-item .c-left .c-wechat {
  display: flex;
  align-items: center;
}
#cooper .container .cooper .cooper-item .c-left .c-wechat .w1 {
  width: 6rem;
}
#cooper .container .cooper .cooper-item .c-left .c-wechat .w2 {
  padding: 0.8rem 1rem;
  width: 6rem;
}
#cooper .container .cooper .cooper-item .c-left .c-wechat .w2 img {
  width: 4rem;
  height: auto;
}
#cooper .container .cooper .cooper-item .c-right {
  width: 48%;
  border-radius: 0.5rem;
  overflow: hidden;
}
#cooper .container .cooper .cooper-item .c-right img {
  height: auto;
}
#cooper .container .cooper .cooper-item:nth-child(2) {
  margin-bottom: 6rem;
  position: relative;
  padding: 6rem 0;
  flex-direction: row-reverse;
}
#cooper .container .cooper .cooper-item:nth-child(2)::before {
  position: absolute;
  content: '';
  width: 200%;
  height: 100%;
  background-color: #f2f4f6;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#cooper .container .cooper .cooper-item:nth-child(2) .c-right {
  width: 51%;
}
#cooper .container .cooper .cooper-item:nth-child(2) .c-left {
  padding: 2.5rem 0 2.5rem 4.5rem;
}
#qw .allqw h5 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  color: #ccc;
  white-space: nowrap;
}
#qw .allqw h4 {
  padding-bottom: 0.9rem;
  position: relative;
  font-size: 1.2rem;
  white-space: nowrap;
}
#qw .allqw h4::before {
  position: absolute;
  content: '';
  width: 2.3rem;
  height: 0.1rem;
  background-color: #d4c19f;
  left: 0;
  bottom: 0;
}
#qw .allqw p {
  margin-top: 0.9rem;
  font-size: 0.7rem;
  line-height: 1.5rem;
}
#qw .d-order {
  padding: 7rem 0;
}
#qw .d-order .container {
  max-width: 100%;
  padding: 0 7%;
  width: 100%;
}
#qw .d-order h1 {
  margin-right: 2%;
  position: relative;
  padding-bottom: 1.5rem;
  font-size: 1.5rem;
  color: #000;
  white-space: nowrap;
}
#qw .d-order h1::before {
  position: absolute;
  content: '';
  width: 1.6rem;
  height: 0.1rem;
  background-color: #d4c19f;
  left: 0;
  bottom: 0.9rem;
}
#qw .d-order h1::after {
  position: absolute;
  content: "BOOKING FREE DESIGN";
  font-size: 0.75rem;
  color: #999;
  left: 0;
  bottom: 0;
}
#qw .d-order form {
  flex: 1;
}
#qw .d-order form > div {
  margin-right: 1.5%;
  display: flex;
  align-items: center;
  padding: 1.1rem 1rem;
  border: 0.05rem solid #000;
  width: 24.4%;
  height: 3rem;
}
#qw .d-order form > div label {
  padding: 1.1rem 1rem;
  font-size: 0.8rem;
  color: #000;
  white-space: nowrap;
}
#qw .d-order form > div input {
  background-color: transparent;
  flex: 1;
  color: #000;
  font: inherit;
}
#qw .d-order form > div textarea {
  height: 1.5rem;
  background-color: transparent;
  color: #000;
}
#qw .d-order form button {
  width: 24.4%;
  background-color: #d4c19f;
  color: #fff;
  position: relative;
  z-index: 11;
  transition: all 0.6s ease 0.4s;
  overflow: hidden;
}
#qw .d-order form button:hover::before {
  width: 100%;
}
#qw .d-order form button::before {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 0;
  background-color: #d3ad6d;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
#qw .gj .gj-box {
  margin-top: 4rem;
}
#qw .gj .gj-box .gl {
  width: 0%;
  transition: width 0.5s ease;
  height: 100%;
}
#qw .gj .gj-box .gl img {
  width: auto;
  max-width: 100%;
}
#qw .gj .gj-box .gr {
  position: relative;
  width: 100%;
}
#qw .gj .gj-box .gj-item {
  margin-right: 1%;
  width: 22%;
  height: 24.75rem;
  padding: 2.4% 1% 2.4% 2.4%;
  box-shadow: 0 0.3rem 1rem rgba(153, 153, 153, 0.1);
  transition: all 0.5s ease;
}
#qw .gj .gj-box .gj-item:first-child p {
  width: 100%;
}
#qw .gj .gj-box .gj-item:nth-child(2) p {
  width: 72%;
}
#qw .gj .gj-box .gj-item:last-child {
  margin-right: 0;
}
#qw .gj .gj-box .gj-item:last-child p {
  width: 92%;
}
#qw .gj .gj-box .gj-item .gj-pic {
  margin-bottom: 41.5%;
  width: 3.5rem;
}
#qw .gj .gj-box .gj-item h5 {
  margin-bottom: 2rem;
  font-size: 1rem;
  color: #000;
}
#qw .gj .gj-box .gj-item p {
  margin-bottom: 22.5%;
  font-size: 0.7rem;
  line-height: 1.3rem;
  color: #666;
  height: 2.6rem;
  width: 80%;
}
#qw .gj .gj-box .gj-item a {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  background-color: #d4c19f;
  border-radius: 50%;
  transition: all 0.3s ease;
}
#qw .gj .gj-box .gj-item a i {
  color: #fff;
  font-size: 0.9rem;
}
#qw .gj .gj-box .active {
  width: 54.5%;
  background-color: #051429;
}
#qw .gj .gj-box .active .gl {
  width: 58%;
}
#qw .gj .gj-box .active .gr {
  width: 42%;
  padding-left: 10%;
}
#qw .gj .gj-box .active .gr a {
  left: auto;
  right: 10%;
}
#qw .gj .gj-box .active h5 {
  color: #fff;
}
#qw .gj .gj-box .active p {
  color: #fff;
}
#qw .sdsj {
  padding: 7rem 0;
}
#qw .sdsj .sj-box {
  margin-top: 4rem;
}
#qw .sdsj .sj-box .sj-pic {
  position: relative;
  width: 51%;
}
#qw .sdsj .sj-box .sj-pic .sj-icon {
  position: absolute;
  right: 46%;
  top: 45%;
}
#qw .sdsj .sj-box .sj-pic .sj-icon .rq-box {
  position: relative;
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7ba2c;
  z-index: 1;
  border-radius: 50%;
}
#qw .sdsj .sj-box .sj-pic .sj-icon .rq-box img {
  width: 2rem;
  height: auto;
}
#qw .sdsj .sj-box .sj-pic .sj-icon .ripple {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #f7ba2c;
  animation-duration: 4s;
  animation-name: ripple1;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  border-radius: 50%;
  transition: background 1.5s ease;
}
#qw .sdsj .sj-box .sj-pic .sj-icon .r2 {
  animation-delay: 1.5s;
}
#qw .sdsj .sj-box .sj-pic .sj-icon .r3 {
  animation-delay: 2s;
}
#qw .sdsj .sj-box .sj-cont {
  width: 49%;
  padding: 10.6rem 5rem 7.3rem 17.4rem;
}
#qw .service {
  background: url(../images/service-bg.jpg) no-repeat;
  background-size: cover;
  padding: 4rem 0 5rem;
}
#qw .service .s-box {
  margin-top: 4rem;
}
#qw .service .s-box .s-left {
  margin-top: 3.5rem;
  padding-right: 10%;
  width: 47.6%;
}
#qw .service .s-box .s-right {
  flex-wrap: wrap;
  width: 52.4%;
}
#qw .service .s-box .s-right .sr-item {
  margin: 0 3% 1.5rem 0;
  padding: 1.15rem 2rem 1.35rem 1.2rem;
  display: flex;
  width: 48.3%;
  background-color: #fff;
  transition: all 0.3s;
}
#qw .service .s-box .s-right .sr-item:hover {
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.2);
}
#qw .service .s-box .s-right .sr-item:hover p {
  color: #d4c19f;
}
#qw .service .s-box .s-right .sr-item:nth-child(even) {
  margin-right: 0;
}
#qw .service .s-box .s-right .sr-item .sr-n {
  margin-right: 4.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#qw .service .s-box .s-right .sr-item .sr-n p {
  font-size: 0.8rem;
}
#qw .service .s-box .s-right .sr-item .sr-n p span {
  font-size: 0.6rem;
  color: inherit;
}
#qw .service .s-box .s-right .sr-item .sr-n h5 {
  font-size: 0.8rem;
  white-space: nowrap;
}
#qw .service .s-box .s-right .sr-item .sr-pic {
  width: 10.2rem;
}
#qw .jy {
  padding: 7rem 0 6rem;
  background: url(../images/cle.png) no-repeat center right;
  background-size: contain;
}
#qw .jy .container {
  max-width: 100%;
}
#qw .jy .jy-box {
  margin-top: 4rem;
}
#qw .jy .jy-box .jy-pic {
  width: 56.7%;
}
#qw .jy .jy-box .jy-cont {
  margin-left: 5rem;
}
#qw .cp {
  padding: 6.7rem 0 5.9rem;
  background: url(../images/cp.jpg) no-repeat;
  background-size: cover;
}
#qw .cp .cp-box {
  margin-top: 4rem;
}
#qw .cp .cp-cont {
  margin-top: 4.2rem;
}
#qw .cp .cp-pic {
  width: 44%;
}
#qw .cp .cp-pic img {
  height: auto;
}
#qw .ys {
  padding: 7rem 0 5rem;
  background: url(../images/ysbg.jpg) no-repeat;
  background-size: cover;
}
#qw .ys .ys-box {
  margin-top: 6.2rem;
}
#qw .ys .ys-box .ys-pic {
  width: 49%;
}
#qwzs {
  width: 100%;
}
#house .life {
  padding-top: 7rem;
}
#house .life .life-box {
  margin-top: 3rem;
  justify-content: space-between;
}
#house .life .life-box p {
  font-size: 0.7rem;
  line-height: 1.4rem;
  text-align: center;
}
#house .life .life-box > div {
  margin-top: 6rem;
}
#house .life .life-box > div img {
  height: 100%;
}
#house .material {
  padding: 6rem 0;
  background: url(../images/hbbg.jpg) no-repeat;
  background-size: cover;
}
#house .material .mater-box {
  margin-top: 4rem;
}
#house .material .mater-box .m1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 2.4%;
  width: 26.5%;
}
#house .material .mater-box .m1 p {
  margin-top: 1.6rem;
  font-size: 0.8rem;
  color: #fff;
}
#house .material .mater-box .m2 {
  margin-left: 0;
}
#house .material .mater-box .m3 {
  margin-left: 7.8%;
  margin-right: 2.4%;
}
#house .material .mater-box .m3 img {
  width: 2.5rem;
}
#house .material .mater-box .m3 h4 {
  margin-top: 2rem;
  position: relative;
  padding-bottom: 1.1rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.8rem;
}
#house .material .mater-box .m3 h4::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 3rem;
  height: 0.1rem;
  background-color: #d4c19f;
}
#house .material .mater-box .m3 p {
  margin-top: 1rem;
  font-size: 0.7rem;
  color: #ccc;
  line-height: 0.9rem;
}
#house .advantage {
  padding: 6rem 0 7rem;
}
#house .advantage h3 {
  font-size: 1.2rem;
  color: #000;
  font-weight: 600;
}
#house .advantage h3 span {
  font-size: 1.8rem;
  color: #d4c19f;
}
#house .advantage .adv-box {
  margin-top: 3rem;
}
#house .advantage .adv-box .adv-pic {
  position: relative;
  width: 23.8rem;
}
#house .advantage .adv-box .a-item {
  position: absolute;
  display: flex;
}
#house .advantage .adv-box .a-item .a-pic {
  margin: 0 1rem;
  width: 3.5rem;
}
#house .advantage .adv-box .a-item .a-cont h4 {
  margin-bottom: 0.8rem;
  font-size: 1rem;
  color: #000;
  font-weight: 600;
}
#house .advantage .adv-box .a-item .a-cont p {
  font-size: 0.8rem;
  color: #666;
  line-height: 1.3rem;
}
#house .advantage .adv-box .a1,
#house .advantage .adv-box .a3 {
  flex-direction: row-reverse;
}
#house .advantage .adv-box .a1 .a-cont,
#house .advantage .adv-box .a3 .a-cont {
  text-align: right;
}
#house .advantage .adv-box .a5 {
  flex-direction: column;
  align-items: center;
}
#house .advantage .adv-box .a5 .a-cont {
  text-align: center;
  margin-top: 0.6rem;
}
#house .advantage .adv-box .a1 {
  top: 1.5rem;
  left: -43%;
}
#house .advantage .adv-box .a2 {
  top: 1.5rem;
  right: -30%;
}
#house .advantage .adv-box .a3 {
  bottom: 5.7rem;
  left: -65%;
}
#house .advantage .adv-box .a4 {
  bottom: 5.7rem;
  right: -68%;
}
#house .advantage .adv-box .a5 {
  bottom: -22%;
  left: 50%;
  transform: translateX(-50%);
}
#house .hardware {
  padding: 7rem 0 6rem;
  background: url(../images/wjbg.jpg) no-repeat;
  background-size: cover;
}
#house .hardware .container {
  padding: 0 2rem;
}
#house .hardware .h-box {
  margin-top: 4rem;
}
#house .hardware .h-box .h-left {
  width: 41%;
}
#house .hardware .h-box .h-left h4 {
  font-size: 1.4rem;
  color: #fff;
}
#house .hardware .h-box .h-left h4 span {
  font-size: 0.8rem;
}
#house .hardware .h-box .h-left .h-logo {
  margin: 1.9rem 0;
}
#house .hardware .h-box .h-left .h-w .hl-item {
  padding: 1.75rem 0.5rem 1.65rem;
  margin-right: 8%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  flex: none;
  border: 0.05rem solid #fff;
  transition: all 0.3s;
  cursor: pointer;
}
#house .hardware .h-box .h-left .h-w .hl-item:hover {
  border-color: transparent;
  background-color: #d4c19f;
}
#house .hardware .h-box .h-left .h-w .hl-item:last-child {
  margin-right: 0;
}
#house .hardware .h-box .h-left .h-w .hl-item img {
  width: 1.5rem;
}
#house .hardware .h-box .h-left .h-w .hl-item p {
  margin-top: 1rem;
  font-size: 0.7rem;
  color: #fff;
}
#house .hardware .h-box .h-right {
  width: 38%;
  margin-left: 10%;
}
#house .hardware .h-box .h-right .hr {
  width: 13.95rem;
  margin-left: 4rem;
}
#house .bet {
  padding: 7rem 0;
}
#house .bet .bet-box {
  margin-top: 4rem;
  justify-content: center;
}
#house .bet .bet-box .b-item {
  margin: 0 5.4%;
  padding: 2.4rem 0;
  width: 15rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease;
}
#house .bet .bet-box .b-item:hover {
  box-shadow: 0 0.3rem 0.7rem rgba(0, 0, 0, 0.07);
}
#house .bet .bet-box .b-item:first-child .b-pic {
  background: url(../images/bz1.png) no-repeat;
  background-size: contain;
}
#house .bet .bet-box .b-item:first-child:hover .b-pic {
  background: url(../images/bz11.png) no-repeat;
  background-size: contain;
}
#house .bet .bet-box .b-item:nth-child(2) .b-pic {
  background: url(../images/bz2.png) no-repeat;
  background-size: contain;
}
#house .bet .bet-box .b-item:nth-child(2):hover .b-pic {
  background: url(../images/bz22.png) no-repeat;
  background-size: contain;
}
#house .bet .bet-box .b-item:last-child .b-pic {
  background: url(../images/bz3.png) no-repeat;
  background-size: contain;
}
#house .bet .bet-box .b-item:last-child:hover .b-pic {
  background: url(../images/bz33.png) no-repeat;
  background-size: contain;
}
#house .bet .bet-box .b-item .b-pic {
  margin-bottom: 1.5rem;
  width: 4.5rem;
  height: 5rem;
  background-size: contain;
  transition: all 0.4s ease;
}
#house .bet .bet-box .b-item h4 {
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #000;
}
#house .bet .bet-box .b-item p {
  font-size: 0.7rem;
  color: #666;
  line-height: 1rem;
}
#house .match {
  padding: 6rem 0;
  background: url(../images/dpbg.jpg) no-repeat;
  background-size: cover;
}
#house .match .match-box {
  margin-top: 4rem;
  width: 100%;
  padding: 0 2rem;
  align-items: center;
}
#house .match .match-box .m-pic {
  margin-right: 14%;
  width: 47%;
}
#house .match .match-box .m-cont {
  margin-right: -8.5rem;
  padding: 2.9rem 1.9rem;
  background-color: #051429;
}
#house .match .match-box .m-cont h4 {
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #fff;
}
#house .match .match-box .m-cont > div {
  margin-top: 1.9rem;
}
#house .match .match-box .m-cont > div .mc-item {
  margin-right: 5.9rem;
  display: flex;
  align-items: center;
}
#house .match .match-box .m-cont > div .mc-item > div {
  margin-right: 0.8rem;
}
#house .match .match-box .m-cont > div .mc-item > div span {
  position: relative;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background-color: #d4c19f;
  border-radius: 50%;
  font-size: 2.3rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 4rem;
}
#house .match .match-box .m-cont > div .mc-item > div span::before {
  content: '';
  position: absolute;
  top: -0.25rem;
  left: -0.25rem;
  bottom: -0.25rem;
  right: -0.25rem;
  border: 0.1rem dashed #d4c19f;
  border-radius: 50%;
  animation: cspine 10s linear infinite;
}
#house .match .match-box .m-cont > div .mc-item p {
  font-size: 1rem;
  color: #fff;
}
#house .custom {
  padding-top: 7rem;
}
#house .custom .container {
  max-width: 100%;
}
#house .custom .custom-box {
  margin-top: 4rem;
  width: 100%;
}
#house .custom .custom-box figure {
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 25%;
  height: 34.2rem;
  background: #000;
  transition: all 0.5s ease;
}
#house .custom .custom-box figure:hover img {
  opacity: 0.4;
}
#house .custom .custom-box figure:hover figcaption::before,
#house .custom .custom-box figure:hover figcaption::after {
  opacity: 1;
  transform: scale(1);
}
#house .custom .custom-box figure:hover figcaption h2 {
  border-color: transparent;
  transform: translate(-50%, -50%);
}
#house .custom .custom-box figure:hover figcaption h2,
#house .custom .custom-box figure:hover figcaption p {
  opacity: 1;
}
#house .custom .custom-box figure:hover figcaption p {
  transform: translate(-50%, -120%);
}
#house .custom .custom-box figure img {
  opacity: 0.8;
  transition: opacity 0.35s;
  height: 100%;
}
#house .custom .custom-box figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#house .custom .custom-box figure figcaption::before,
#house .custom .custom-box figure figcaption::after {
  position: absolute;
  content: '';
  top: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
  opacity: 0;
  transition: opacity 1s, transform 1s;
}
#house .custom .custom-box figure figcaption::before {
  border-top: 0.05rem solid rgba(225, 225, 225, 0.2);
  border-bottom: 0.05rem solid rgba(225, 225, 225, 0.2);
  transform: scale(0, 1);
}
#house .custom .custom-box figure figcaption::after {
  border-right: 0.05rem solid rgba(225, 225, 225, 0.2);
  border-left: 0.05rem solid rgba(225, 225, 225, 0.2);
  transform: scale(1, 0);
}
#house .custom .custom-box figure figcaption h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%);
  display: inline-block;
  padding: 0.8rem 6.3%;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
  border: 0.05rem solid #fff;
  transition: transform 0.6s;
}
#house .custom .custom-box figure figcaption p {
  position: absolute;
  top: 60%;
  left: 50%;
  color: #fff;
  font-family: 500;
  font-size: 0.7rem;
  padding: 1rem 2.5rem;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.65s, transform 0.65s;
}
#house .custom .custom-box figure figcaption a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#house .custom .custom-box .active {
  width: 50%;
}
#house .case {
  padding: 7rem 0 6rem;
}
#house .case .case-box {
  margin-top: 4rem;
  flex-wrap: wrap;
}
#house .case .case-box .c-item {
  position: relative;
  margin-bottom: 2rem;
  width: 31.5%;
  margin-right: 2.75%;
}
#house .case .case-box .c-item:nth-child(3n) {
  margin-right: 0;
}
#house .case .case-box .c-item:hover img {
  transform: scale(1.1);
}
#house .case .case-box .c-item:hover p {
  color: #d4c19f;
}
#house .case .case-box .c-item:hover p::before {
  background-color: #d4c19f;
  width: 5.5rem;
}
#house .case .case-box .c-item:hover i {
  right: 0;
  opacity: 1;
}
#house .case .case-box .c-item .c-pic {
  overflow: hidden;
  transform: translateZ(0);
}
#house .case .case-box .c-item .c-pic img {
  transition: transform 0.8s ease;
}
#house .case .case-box .c-item p {
  position: relative;
  padding: 1rem 0 0.75rem;
  font-size: 0.9rem;
  color: #000;
  transition: all 0.4s ease;
}
#house .case .case-box .c-item p::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 1rem;
  height: 0.05rem;
  background-color: #ccc;
  transition: all 0.4s ease;
}
#house .case .case-box .c-item i {
  position: absolute;
  right: 5%;
  bottom: 2.5%;
  color: #d4c19f;
  opacity: 0;
  transition: all 0.4s;
}
/**** 新闻列表页 ****/
#news {
  padding: 100px 0 40px;
}
#news .container {
  max-width: 73%;
}
#news .container .ahead {
  margin: 40px 0;
}
#news .container .news-nav {
  margin: 40px 0;
}
#news .container .news-nav ul li:first-child {
  border-right: 0.05rem solid #d4c19f;
}
#news .container .news-nav ul li:hover a {
  color: #d4c19f;
}
#news .container .news-nav ul li a {
  padding: 0 1.5rem;
  font-size: 0.8rem;
  color: #666;
  transition: all 0.4s ease;
}
#news .container .news-nav ul .ac a {
  color: #d4c19f;
}
#news .container .news-cont {
  flex-wrap: wrap;
  width: 100%;
}
#news .container .news-cont .news-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 32%;
  margin-bottom: 2%;
  margin-right: 2%;
  cursor: pointer;
}
#news .container .news-cont .news-item:nth-child(3n) {
  margin-right: 0;
}
#news .container .news-cont .news-item:hover .n-img::before {
  top: 100%;
}
#news .container .news-cont .news-item:hover h5 {
  color: #d4c19f;
}
#news .container .news-cont .news-item:hover h5::before {
  bottom: 0;
  width: 0.05rem;
  height: 1.5rem;
  transform: translateX(-50%) rotate3d(90deg);
  background-color: #d4c19f;
}
#news .container .news-cont .news-item:hover span {
  border-color: #d4c19f;
}
#news .container .news-cont .news-item:hover span::before {
  background-color: #d4c19f;
}
#news .container .news-cont .news-item:hover p {
  color: #ccc;
}
#news .container .news-cont .news-item .n-img {
  position: relative;
  width: 100%;
  height: 10rem;
  max-height: 10rem;
  overflow: hidden;
}
#news .container .news-cont .news-item .n-img::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(8, 42, 73, 0.3);
  transition: all 0.5s ease-in-out;
}
#news .container .news-cont .news-item .n-img img {
  height: 100%;
}
#news .container .news-cont .news-item h4 {
  padding: 1rem 0 1.3rem;
  font-size: 1.5rem;
  color: #999;
  transition: all 0.4s ease;
}
#news .container .news-cont .news-item span {
  display: block;
  position: relative;
  width: 0.8rem;
  height: 0.8rem;
  border: 0.05rem solid #d4c19f;
  border-radius: 50%;
  transition: all 0.4s ease;
}
#news .container .news-cont .news-item span::before {
  position: absolute;
  content: '';
  width: 0.3rem;
  height: 0.3rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #d4c19f;
  border-radius: 50%;
  transition: all 0.4s ease;
}
#news .container .news-cont .news-item h5 {
  position: relative;
  padding: 1.2rem 0 2.2rem;
  font-size: 1rem;
  color: #666;
  transition: all 0.4s ease;
  width: 100%;
}
#news .container .news-cont .news-item h5 a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
#news .container .news-cont .news-item h5::before {
  position: absolute;
  content: '';
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5rem;
  height: 0.05rem;
  background-color: #ccc;
  transition: all 0.4s ease;
}
#news .container .news-cont .news-item p {
  margin-top: 0.6rem;
  margin-bottom: 3rem;
  font-size: 0.75rem;
  line-height: 1.3rem;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
/**** 新闻详情 ****/
#snews {
  padding: 5rem 0;
}
#snews .container {
  max-width: 73%;
}
#snews .n-box {
  justify-content: space-between;
}
#snews .n-box .nl {
  width: 64%;
}
#snews .n-box .nl .n-head {
  padding-bottom: 1rem;
  border-bottom: 0.05rem solid #e6e6e6;
}
#snews .n-box .nl .n-head h1 {
  font-size: 1.2rem;
  color: #000;
}
#snews .n-box .nl .n-head p {
  margin-left: 1rem;
  margin-top: 2rem;
  font-size: 0.7rem;
  color: #999;
}
#snews .n-box .nl .nbody {
  padding: 3rem 0;
}
#snews .n-box .nl .nbody p {
  font-size: 0.8rem;
  color: #999;
  line-height: 1.25rem;
}
#snews .n-box .nl .nbody img {
  margin: 2rem 0;
}
#snews .n-box .nr {
  margin-left: 4%;
  width: 28%;
}
#snews .n-box .nr h2 {
  margin: 1rem 0;
  font-size: 1rem;
  color: #000;
}
#snews .n-box .nr .nr-cont .nr-item {
  margin-bottom: 1.5rem;
}
#snews .n-box .nr .nr-cont .nr-item .n-pic {
  width: 33.3%;
  height: 4.5rem;
}
#snews .n-box .nr .nr-cont .nr-item .n-pic img {
  height: 100%;
}
#snews .n-box .nr .nr-cont .nr-item .nc {
  padding: 0.25rem 0.5rem;
  width: 66%;
  justify-content: space-between;
}
#snews .n-box .nr .nr-cont .nr-item .nc p {
  font-size: 0.7rem;
  line-height: 1rem;
  color: #4d4d4d;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#snews .n-box .nr .nr-cont .nr-item .nc span {
  font-size: 12px;
  color: #999;
}
#place {
  background-color: #f7f7f7;
}
#place .place {
  padding: 5rem 5%;
  width: 100%;
}
#place .place .p-select {
  margin-top: 2.5rem;
  padding: 1rem;
  border: 1px solid #dedede;
  background-color: #cdc09a;
}
#place .place .p-select #ps {
  width: 80%;
}
#place .place .p-select .serach-btn {
  width: 20%;
  color: #333;
  background-color: #eee;
}
#place .place .p-select select {
  padding: 0.4rem 1rem;
  border: 0.05rem solid #fff;
  color: #fff;
  width: 32%;
  outline: none;
  background-color: transparent;
}
#place .place .p-select select::-webkit-scrollbar {
  width: 4px;
  height: 10px;
  /**/
}
#place .place .p-select select::-webkit-scrollbar-track {
  background: #efefef;
  border-radius: 2px;
}
#place .place .p-select select::-webkit-scrollbar-thumb {
  background: rgba(211, 173, 109, 0.8);
  border-radius: 10px;
}
#place .place .p-select select::-webkit-scrollbar-thumb:hover {
  background: #767676;
}
#place .place .p-select select::-webkit-scrollbar-corner {
  background: #767676;
}
#place .place .p-select select option {
  color: #767676;
}
#place .place .p-cont {
  position: relative;
  margin-top: 2rem;
  padding: 1rem;
  min-height: 25rem;
  border: 1px solid #dedede;
  border-radius: 0.1rem;
}
#place .place .p-cont .p-stores {
  max-height: 40rem;
  overflow-y: auto;
}
#place .place .p-cont .p-stores::-webkit-scrollbar {
  width: 4px;
  height: 10px;
  /**/
}
#place .place .p-cont .p-stores::-webkit-scrollbar-track {
  background: #efefef;
  border-radius: 2px;
}
#place .place .p-cont .p-stores::-webkit-scrollbar-thumb {
  background: rgba(211, 173, 109, 0.8);
  border-radius: 10px;
}
#place .place .p-cont .p-stores::-webkit-scrollbar-thumb:hover {
  background: #767676;
}
#place .place .p-cont .p-stores::-webkit-scrollbar-corner {
  background: #767676;
}
#place .place .p-cont .p-stores .err {
  position: absolute;
  width: 9rem;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#place .place .p-cont .p-stores .err p {
  margin-top: 1rem ;
  font-size: 0.7rem;
  color: #767676;
}
#place .place .p-cont ul {
  flex-wrap: wrap;
}
#place .place .p-cont ul li {
  margin-bottom: 1rem;
  padding: 0.5rem 0;
  position: relative;
  width: 31%;
  margin: 0 1% 30px;
  cursor: pointer;
  border-bottom: 0.05rem solid #dedede;
}
#place .place .p-cont ul li:hover::before {
  width: 100%;
}
#place .place .p-cont ul li:hover h4 {
  color: #cdc09a;
}
#place .place .p-cont ul li::before {
  position: absolute;
  content: '';
  width: 30%;
  height: 0.05rem;
  background-color: #cdc09a;
  bottom: 0;
  left: 0;
  transition: all 0.3s linear;
}
#place .place .p-cont ul li h4 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #676767;
  transition: 0.3s;
}
#place .place .p-cont ul li i {
  position: absolute;
  right: 1%;
  top: 1%;
  font-size: 1.7rem;
  opacity: 0.3;
}
#place .place .p-cont ul li p {
  margin-bottom: 0.3rem;
  font-size: 0.7rem;
  color: #9e9e9e;
  line-height: 1.1rem;
}
