.about-item .container {
  max-width: 1168px;
}

.news-item {
  margin-top: 65px;
}
@media (max-width: 768px) {
  .news-item {
    margin-top: 30px;
  }
}

.newsinfoPage .newsinfo-item {
  margin-top: 225px;
}
@media (max-width: 768px) {
  .newsinfoPage .newsinfo-item {
    margin-top: 100px;
  }
}
.newsinfoPage .newsinfo-item .container {
  max-width: 1168px;
}
.newsinfoPage .newsinfo-item .ti-bx {
  border-bottom: 2px dashed rgb(255, 145, 0);
  padding-bottom: 30px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .newsinfoPage .newsinfo-item .ti-bx {
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
}
.newsinfoPage .newsinfo-item .ti-bx .ti {
  font-size: 2.25rem;
  line-height: 1.5;
  letter-spacing: 0.25px;
  font-weight: 400;
  color: #242424;
  position: relative;
}
.newsinfoPage .newsinfo-item .ti-bx .ti::before {
  position: absolute;
  content: "";
  top: -15px;
  left: -40px;
  background: url(../images/img_info_title.webp) no-repeat center/80px;
  width: 80px;
  height: 80px;
  z-index: -1;
}
@media (max-width: 768px) {
  .newsinfoPage .newsinfo-item .ti-bx .ti::before {
    width: 40px;
    height: 40px;
    left: -20px;
    top: -10px;
    background: url(../images/img_info_title.webp) no-repeat center/40px;
  }
}
@media (max-width: 768px) {
  .newsinfoPage .newsinfo-item .ti-bx .ti {
    font-size: 1.125rem;
  }
}
.newsinfoPage .newsinfo-item .ti-bx .da {
  font-size: 1.25rem;
  color: #00AF58;
  margin-top: 35px;
}
@media (max-width: 768px) {
  .newsinfoPage .newsinfo-item .ti-bx .da {
    font-size: 0.8125rem;
    margin-top: 15px;
  }
}
.newsinfoPage .newsinfo-item .editor_Content {
  padding-bottom: 60px;
  border-bottom: 2px dashed rgb(255, 145, 0);
}
@media (max-width: 768px) {
  .newsinfoPage .newsinfo-item .editor_Content {
    padding-bottom: 25px;
  }
}
.newsinfoPage .newsinfo-item .sh-btn {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .newsinfoPage .newsinfo-item .sh-btn {
    margin-top: 40px;
  }
}

.shoplistPage .page {
  margin-top: 0;
}

.searchresultPage .search-item {
  margin-top: 95px;
}
@media (max-width: 768px) {
  .searchresultPage .search-item {
    margin-top: 40px;
  }
}

.shopinfoPage .shop-banner {
  position: relative;
}
.shopinfoPage .shop-banner .bgcover {
  padding-bottom: 800px;
  background-size: cover !important;
}
@media (max-width: 768px) {
  .shopinfoPage .shop-banner .bgcover {
    padding-bottom: 104%;
  }
}
.shopinfoPage .shop-banner .ban-bx {
  left: 100px;
  bottom: 100px;
  position: absolute;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.5);
  padding: 55px 60px;
  border-radius: 40px;
  max-width: 45%;
}
@media (max-width: 991px) {
  .shopinfoPage .shop-banner .ban-bx {
    left: 40px;
    bottom: 40px;
    max-width: 60%;
    padding: 35px 45px;
    border-radius: 20px;
  }
}
@media (max-width: 768px) {
  .shopinfoPage .shop-banner .ban-bx {
    position: relative;
    top: -50px;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
    left: auto;
    bottom: auto;
    padding: 25px 24px;
  }
}
.shopinfoPage .shop-banner .ban-bx .adr {
  border-radius: 20px;
  background: #00AF58;
  color: #fff;
  padding: 5px 20px;
  display: inline-block;
}
@media (max-width: 768px) {
  .shopinfoPage .shop-banner .ban-bx .adr {
    font-size: 0.8125rem;
    padding: 7px 14px 5px 14px;
    border-radius: 10px;
  }
}
.shopinfoPage .shop-banner .ban-bx .shop-name {
  font-size: 2rem;
  letter-spacing: 0.25px;
  font-weight: 400;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .shopinfoPage .shop-banner .ban-bx .shop-name {
    font-size: 1.125rem;
  }
}
.shopinfoPage .shop-banner .ban-bx .dabx {
  margin-top: 22px;
}
@media (max-width: 768px) {
  .shopinfoPage .shop-banner .ban-bx .dabx {
    margin-top: 15px;
  }
}
.shopinfoPage .shop-banner .ban-bx .dabx a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  color: #000;
}
@media (max-width: 768px) {
  .shopinfoPage .shop-banner .ban-bx .dabx a {
    font-size: 0.875rem;
  }
}
.shopinfoPage .shop-banner .ban-bx .dabx a:not(:last-child) {
  margin-bottom: 10px;
}
.shopinfoPage .shop-banner .ban-bx .dabx a .img-bx {
  width: 48px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .shopinfoPage .shop-banner .ban-bx .dabx a .img-bx {
    width: 32px;
  }
}
.shopinfoPage .shop-banner .ban-bx .group-bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
}
.shopinfoPage .shop-banner .ban-bx .group-bx a {
  width: 48px;
  height: 48px;
  display: block;
  position: relative;
}
@media (max-width: 768px) {
  .shopinfoPage .shop-banner .ban-bx .group-bx a {
    width: 40px;
    height: 40px;
  }
}
.shopinfoPage .shop-banner .ban-bx .group-bx a:not(:last-child) {
  margin-right: 12px;
}
.shopinfoPage .shop-banner .ban-bx .group-bx a img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.shopinfoPage .shop-banner .ban-bx .group-bx a .hov {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .shopinfoPage .shop-banner .ban-bx .group-bx a:hover .unhov {
    opacity: 0;
  }
  .shopinfoPage .shop-banner .ban-bx .group-bx a:hover .hov {
    opacity: 1;
  }
}
.shopinfoPage .shopinfo-item {
  margin-top: 80px;
}
.shopinfoPage .shopinfo-item .container {
  max-width: 1168px;
}
.shopinfoPage .shopinfo-item .top-itembx {
  padding: 80px 145px;
  background: #fff;
  border-radius: 40px;
}
.shopinfoPage .shopinfo-item .top-itembx .g-ti {
  font-size: 1.375rem;
  color: #00AF58;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-bottom: 18px;
}
.shopinfoPage .shopinfo-item .top-itembx .border-dashed {
  border-bottom: 2px dashed rgb(255, 145, 0);
  margin-bottom: 40px;
}
.shopinfoPage .shopinfo-item .top-itembx .ser-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 20px;
}
.shopinfoPage .shopinfo-item .top-itembx .ser-item > div {
  width: 88px;
  height: 88px;
  border: 1px solid #FF9100;
  border-radius: 10px;
  text-align: center;
  padding-top: 6px;
  margin-bottom: 20px;
  margin-right: 20px;
}
@media (min-width: 1300px) {
  .shopinfoPage .shopinfo-item .top-itembx .ser-item > div:nth-child(8n) {
    margin-right: 0;
  }
}
.shopinfoPage .shopinfo-item .top-itembx .ser-item > div .img-bx {
  width: 44px;
  margin: 0 auto;
}
.shopinfoPage .shopinfo-item .top-itembx .ser-item > div .tx {
  font-size: 1rem;
  margin-bottom: 4px;
  height: 24px;
  position: relative;
  overflow: hidden;
}
.shopinfoPage .shopinfo-item .top-itembx .pro-item, .shopinfoPage .shopinfo-item .top-itembx .lear-item {
  padding-bottom: 40px;
}
.shopinfoPage .shopinfo-item .top-itembx .pro-item > div, .shopinfoPage .shopinfo-item .top-itembx .lear-item > div {
  font-size: 1.125rem;
  line-height: 1.7;
  padding-left: 6px;
  position: relative;
}
.shopinfoPage .shopinfo-item .top-itembx .pro-item > div::before, .shopinfoPage .shopinfo-item .top-itembx .lear-item > div::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #FF9100;
}
.shopinfoPage .shopinfo-item .top-itembx .remark-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.shopinfoPage .shopinfo-item .top-itembx .remark-item > div {
  width: 128px;
  height: 48px;
  background: #FF9100;
  border-radius: 24px;
  color: #fff;
  font-size: 1.125rem;
  line-height: 2.5;
  text-align: center;
  margin-bottom: 15px;
  margin-right: 15px;
}
@media (min-width: 1295px) {
  .shopinfoPage .shopinfo-item .top-itembx .remark-item > div:nth-child(6n) {
    margin-right: 0;
  }
}
.shopinfoPage .shopinfo-item .editor_Content {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .shopinfoPage .shopinfo-item .top-itembx {
    padding: 60px 70px;
  }
}
@media (max-width: 768px) {
  .shopinfoPage .shopinfo-item {
    margin-top: -20px;
  }
  .shopinfoPage .shopinfo-item .top-itembx {
    padding: 32px 24px;
    border-radius: 20px;
    padding-bottom: 22px;
  }
  .shopinfoPage .shopinfo-item .top-itembx .g-ti {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .shopinfoPage .shopinfo-item .top-itembx .border-dashed {
    border-bottom: 1px dashed rgb(255, 145, 0);
    margin-bottom: 30px;
  }
  .shopinfoPage .shopinfo-item .top-itembx .ser-item {
    padding-bottom: 10px;
  }
  .shopinfoPage .shopinfo-item .top-itembx .ser-item > div {
    border-radius: 5px;
  }
  .shopinfoPage .shopinfo-item .top-itembx .ser-item > div:not(:last-child) {
    margin-right: 11px;
  }
  .shopinfoPage .shopinfo-item .top-itembx .ser-item > div:nth-child(3n) {
    margin-right: 0;
  }
  .shopinfoPage .shopinfo-item .top-itembx .ser-item > div .tx {
    font-size: 0.875rem;
  }
  .shopinfoPage .shopinfo-item .top-itembx .pro-item, .shopinfoPage .shopinfo-item .top-itembx .lear-item {
    padding-bottom: 30px;
  }
  .shopinfoPage .shopinfo-item .top-itembx .pro-item > div, .shopinfoPage .shopinfo-item .top-itembx .lear-item > div {
    font-size: 0.875rem;
  }
  .shopinfoPage .shopinfo-item .top-itembx .remark-item > div {
    width: 90px;
    height: 32px;
    font-size: 0.875rem;
    line-height: 2.3;
    border-radius: 16px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .shopinfoPage .shopinfo-item .top-itembx .remark-item > div:nth-child(3n) {
    margin-right: 0;
  }
  .shopinfoPage .shopinfo-item .editor_Content {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 381px) {
  .shopinfoPage .shopinfo-item .top-itembx .ser-item > div:nth-child(3n) {
    margin-right: 11px;
  }
}

.addshop-btn {
  position: fixed;
  z-index: 20;
  top: 150px;
  right: 40px;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background: #FF6B70;
}
.addshop-btn .img-bx {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 110px;
}
.addshop-btn .tx {
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
@media (min-width: 768px) {
  .addshop-btn:hover .img-bx {
    -webkit-animation: addbtnAni 3.5s linear infinite;
            animation: addbtnAni 3.5s linear infinite;
  }
}
@media (max-width: 768px) {
  .addshop-btn {
    width: 70px;
    height: 70px;
    right: 20px;
    top: 90px;
  }
  .addshop-btn .img-bx {
    width: 64px;
  }
  .addshop-btn .tx {
    line-height: 1;
    font-size: 0.75rem;
  }
}

@-webkit-keyframes addbtnAni {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes addbtnAni {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}