@import '../css/reset.css';

.w {
  width: 17.2rem;
  margin: 0 auto;
}

/*  隐藏滚动条 */
.hide-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.hide-scrollbar::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.select-arrow {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url('../img/icon/down.png') 90% center no-repeat #fff;
}

.pagination {
  margin-top: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination ul {
  display: flex;
}

.pagination ul li {
  text-align: center;
  cursor: pointer;
  border: 1px solid #eeee;
  margin: 0 0.08rem;
  font-size: 0.18rem;
}

.pagination ul li a {
  display: block;
  color: #999;
  padding: 0.1rem 0.16rem;
  background: #fff;
}

.pagination ul li a:hover {
  background-color: #ff7800;
  color: #fff;
}

.pagination ul li a.active {
  color: #fff;
  background-color: #ff7800;
}

.pagination .prev a,
.pagination .nexts a {
  font-size: 0.18rem;
  border: 1px solid #eee;
  display: block;
  margin: 0 0.08rem;
  padding: 0.1rem 0.16rem;
  color: #999;
}

.pagination .prev a:hover,
.pagination .nexts a:hover {
  background-color: #ff7800;
  color: #fff;
}

.banner {
  margin-top: 1rem;
  width: 100%;
  height: calc(100vh - 1rem);
}

.banner .swiper {
  width: 100%;
  height: 100%;
}

.banner .swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.more a {
  display: flex;
  align-items: baseline;
  padding: 0.16rem;
  background: #ff7800;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  color: #fff;
  font-size: 0.16rem;
  transition: all 0.3s;
  border: 1px solid #ff7800;
}

.more a .icon {
  width: 0.53rem;
  height: 0.11rem;
  margin-left: 0.1rem;
}

.more a .icon img {
  width: 100%;
  height: 100%;
}

.more a .icon2 {
  display: none;
}

.more a:hover {
  background: #fff;
}

.more a:hover p {
  color: #ff7800;
}

.more a:hover .icon {
  display: none;
}

.more a:hover .icon2 {
  display: block;
}

h3 {
  color: #333;
  font-size: 0.32rem;
  text-align: center;
}

.section-1 {
  box-sizing: border-box;
  padding-bottom: 1.2rem;
}

.section-1 .box {
  display: grid;
  grid-template-columns: 5.6rem 1fr;
  gap: 3.4rem;
}

.section-1 .content {
  padding-top: 0.85rem;
  height: 100%;
}

.section-1 .content .tip {
  font-size: 0.18rem;
  color: #666666;
}

.section-1 .content h2 {
  font-size: 0.28rem;
  color: #333333;
}

.section-1 .content p {
  font-size: 0.16rem;
  color: #666;
  text-indent: 2em;
  margin-top: 0.4rem;
}

.section-1 .content .us-box {
  margin-top: 0.8rem;
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.section-1 .content .us-box .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.16rem;
  color: #666;
}

.section-1 .content .us-box .inner .data {
  display: flex;
  font-size: 0.38rem;
}

.section-1 .right {
  display: flex;
}

.section-1 .right .maps {
  flex-shrink: 0;
  width: 3.2rem;
  height: 3.2rem;
  position: relative;
}

.section-1 .right .maps .bg {
  width: 100%;
  height: 100%;
}

.section-1 .right .maps .bg img {
  width: 100%;
  height: 100%;
}

.section-1 .right .maps .add {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-1 .right .maps .add img {
  width: 0.38rem;
  height: 0.49rem;
}

.section-1 .right .maps .add .cen {
  text-align: center;
}

.section-1 .right .imgs {
  flex-shrink: 0;
  width: 4.04rem;
  height: 5.7rem;
}

.section-1 .right .imgs img {
  width: 100%;
  height: 100%;
}

.section-1 .more {
  margin-top: 0.6rem;
}

.section-2 .head {
  width: 100%;
  height: 8.58rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.section-2 .head .inner {
  border-right: 1px solid #fff;
}

.section-2 .head .inner a {
  color: #fff;
  padding: 1.5rem 0.32rem;
  cursor: pointer;
  transition: all 0.3s;
  display: block;
}

.section-2 .head .inner .xh {
  font-size: 0.52rem;
  transition: all 0.2s;
}

.section-2 .head .inner .icons {
  width: 0.52rem;
  height: 0.52rem;
  margin: 0.43rem 0 0.16rem;
}

.section-2 .head .inner .icons img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section-2 .head .inner .title {
  font-size: 0.26rem;
}

.section-2 .head .inner p {
  font-size: 0.16rem;
  margin-top: 0.36rem;
  line-height: 1.6;
}

.section-2 .head .inner .go {
  margin-top: 0.7rem;
  display: none;
}

.section-2 .head .inner .go .box {
  background: #fff;
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.section-2 .head .inner .go .box i {
  font-size: 0.3rem;
  color: #ff7800;
}

.section-2 .head .inner:last-child {
  border: none;
}

.section-2 .head .inner.active {
  background: #ff7800;
}

.section-2 .head .inner.active .xh {
  font-size: 1.2rem;
  opacity: 0.6;
  font-weight: bold;
}

.section-2 .head .inner.active .go {
  display: block;
}

.section-2 .body {
  width: 100%;
  height: 4.34rem;
}

.section-2 .body .item {
  width: 100%;
  height: 100%;
}

.section-2 .body .item .w {
  height: 100%;
}

.section-2 .body .item .box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  color: #fff;
}

.section-2 .body .item .box .title {
  font-size: 0.32rem;
  font-weight: bold;
}

.section-2 .body .item .box .text {
  font-size: 0.2rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
}

.section-3 {
  padding: 1.2rem 0;
}

.section-3 .head h3 {
  font-size: 0.32rem;
  margin-bottom: 0.5rem;
}

.section-3 .head .text {
  font-size: 0.2rem;
  color: #333;
  line-height: 1.6;
}

.section-3 .swiper {
  margin-top: 0.5rem;
  padding-bottom: 1rem;
  height: 5.2rem;
}

.section-3 .swiper .swiper-slide {
  position: relative;
  height: 100%;
}

.section-3 .swiper .swiper-slide .imgs {
  width: 100%;
  height: 100%;
}

.section-3 .swiper .swiper-slide .imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-3 .swiper .swiper-slide .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  background: rgba(255, 255, 255, 0.6);
  color: #333;
  font-size: 0.28rem;
  padding: 0.42rem 0.94rem;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.section-3 .swiper .swiper-slide-active .mask {
  color: #fff;
  background: rgba(255, 120, 0, 0.6);
}

.section-3 .swiper .swiper-button-prev,
.section-3 .swiper .swiper-button-next {
  top: 90%;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #ff7800;
  transition: all 0.3s;
}

.section-3 .swiper .swiper-button-prev::after,
.section-3 .swiper .swiper-button-next::after {
  font-size: 0.16rem;
  color: #ff7800;
  font-weight: bold;
}

.section-3 .swiper .swiper-button-prev:hover,
.section-3 .swiper .swiper-button-next:hover {
  background: #ff7800;
}

.section-3 .swiper .swiper-button-prev:hover::after,
.section-3 .swiper .swiper-button-next:hover::after {
  color: #fff;
}

.section-3 .swiper .swiper-button-prev {
  left: 6.3%;
}

.section-3 .swiper .swiper-button-next {
  right: 87%;
}

.section-4 {
  padding: 0.6rem 0 1rem;
}

.section-4 .head {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-4 .head h3 {
  color: #333;
  font-size: 0.32rem;
}

.section-4 .head .text {
  font-size: 0.2rem;
  color: #333;
}

.section-4 .tabs {
  margin-top: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-4 .tabs .tab {
  padding: 0.09rem 0.58rem;
  font-size: 0.28rem;
  border: 1px solid #999;
  cursor: pointer;
  color: #999;
  transition: all 0.3s;
}

.section-4 .tabs .tab:first-child {
  margin-right: 0.6rem;
}

.section-4 .tabs .tab.active {
  border: 1px solid #333;
  color: #333;
}

.section-4 .tabs .tab:hover {
  border: 1px solid #333;
  color: #333;
}

.section-4 .proList {
  margin-top: 0.4rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.3rem;
}

.section-4 .proList .item {
  width: 100%;
  height: 3rem;
  position: relative;
}

.section-4 .proList .item .imgs {
  width: 100%;
  height: 100%;
}

.section-4 .proList .item .imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-4 .proList .item .mask {
  position: absolute;
  inset: 0;
  background: rgba(51, 51, 51, 0.5);
  color: #fff;
  padding: 0.3rem;
  opacity: 0;
  transition: all 0.3s;
}

.section-4 .proList .item .mask .box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.section-4 .proList .item .mask .box .title {
  font-size: 0.24rem;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.section-4 .proList .item .mask .box .text {
  font-size: 0.18rem;
  line-height: 1.6;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.section-4 .proList .item:hover .mask {
  opacity: 1;
}

.section-4 .more {
  margin-top: 0.2rem;
}

.section-5 {
  padding: 0.6rem 0;
}

.section-5 h3 {
  color: #333;
  font-size: 0.32rem;
  text-align: center;
}

.section-5 .newList {
  margin-top: 0.5rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.4rem;
}

.section-5 .newList .item {
  height: 5.3rem;
  width: 100%;
  display: flex;
}

.section-5 .newList .item .imgs {
  height: 2.9rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.section-5 .newList .item .imgs img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
  transform: scale(1);
}

.section-5 .newList .item .content {
  padding: 0.2rem;
  height: calc(100% - 2.9rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section-5 .newList .item .content .title {
  font-size: 0.24rem;
  color: #333;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.section-5 .newList .item .content .text {
  margin-bottom: auto;
  margin-top: 0.2rem;
  font-size: 0.18rem;
  color: #999;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.section-5 .newList .item .content .day {
  display: flex;
  align-items: center;
  color: #999;
}

.section-5 .newList .item .content .day .time {
  margin-left: 0.1rem;
}

.section-5 .newList .item:hover .imgs {
  overflow: hidden;
  position: relative;
  transition: transform 0.5s;
}

.section-5 .newList .item:hover .imgs img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(1.1);
}

.section-5 .newList .item:hover .content {
  background: #fff;
  box-shadow: 0 0 5px #ccc;
}

.section-5 .swiper {
  margin-top: 0.5rem;
  padding-bottom: 0.6rem;
  width: 100%;
  height: 5.3rem;
}

.section-5 .swiper .swiper-slide {
  width: 100%;
  height: 100%;
  padding-right: 0.4rem;
  position: relative;
}

.section-5 .swiper .swiper-slide .imgs {
  width: 100%;
  height: 2.9rem;
}

.section-5 .swiper .swiper-slide .imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-5 .swiper .swiper-slide .content {
  padding: 0.2rem 0;
  height: calc(100% - 2.9rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section-5 .swiper .swiper-slide .content .title {
  font-size: 0.24rem;
  color: #333;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.section-5 .swiper .swiper-slide .content .text {
  margin-bottom: auto;
  margin-top: 0.2rem;
  font-size: 0.18rem;
  color: #999;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.section-5 .swiper .swiper-slide .content .day {
  display: flex;
  align-items: center;
  color: #999;
}

.section-5 .swiper .swiper-slide .content .day .time {
  margin-left: 0.1rem;
}

.section-5 .swiper .swiper-slide:hover .imgs {
  overflow: hidden;
  position: relative;
  transition: transform 0.5s;
}

.section-5 .swiper .swiper-slide:hover .imgs img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(1.1);
}

.section-5 .swiper .swiper-slide::before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #e3e3e3;
  position: absolute;
  right: 0rem;
  top: 0;
}

.section-5 .swiper .swiper-pagination-bullet-active {
  background: #ff7800;
}

.section-6 {
  background: #fcfcfc;
  padding: 0.6rem 0 0;
}

.section-6 h3 {
  color: #333;
  font-size: 0.32rem;
  text-align: center;
}

.section-6 .body {
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: 1fr 11rem;
  gap: 0.2rem;
}

.section-6 .body .left .inner {
  margin-bottom: 0.7rem;
}

.section-6 .body .left .inner .title {
  font-size: 0.28rem;
  color: #333;
}

.section-6 .body .left .inner .text {
  font-size: 0.18rem;
  color: #666;
}

.section-6 .body .right {
  width: 100%;
}

.section-6 .body .right .form-ground {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.22rem;
}

.section-6 .body .right .item {
  width: 100%;
  height: 0.66rem;
  margin-bottom: 0.3rem;
  border: 1px solid #e5e5e5;
}

.section-6 .body .right .item input,
.section-6 .body .right .item select {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 0.2rem;
  font-size: 0.18rem;
  border: none;
}

.section-6 .body .right .items {
  width: 100%;
  height: 2.66rem;
  border: 1px solid #e5e5e5;
}

.section-6 .body .right .items textarea {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  padding: 0.2rem;
  font-size: 0.18rem;
  outline: none;
  box-sizing: border-box;
}

.section-6 .body .right button {
  padding: 0.17rem 0.9rem;
  background: #ff7800;
  color: #fff;
  font-size: 0.32rem;
  margin-top: 0.3rem;
}

.section-6 .map {
  margin-top: 0.5rem;
}

.section-6 .map img {
  width: 100%;
  height: 100%;
  display: block;
}

.leaflet-popup-content {
  width: auto;
  font-size: 0.14rem;
}

.leaflet-popup-content h5 {
  font-size: 0.16rem;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: blur(5px) !important;
}

.leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive {
  width: auto !important;
  height: 0.1rem !important;
  object-fit: contain;
  margin-left: -0.35rem !important;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  display: none !important;
}

.banner2 {
  margin-top: 1rem;
  width: 100%;
  height: 5.7rem;
  position: relative;
}

.banner2 .bg {
  width: 100%;
  height: 100%;
}

.banner2 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner2 .dog {
  position: absolute;
  bottom: 40%;
  color: #fff;
}

.banner2 .dog h2 {
  font-size: 0.48rem;
}

.banner2 .dog .en {
  font-size: 0.28rem;
  font-weight: bold;
}

.bread {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.0706);
  padding: 0.2rem 0;
}

.bread ul {
  display: flex;
  align-items: center;
}

.bread ul li {
  margin-right: 0.5rem;
}

.bread ul li a {
  transition: all 0.3s;
}

.bread ul li:hover a {
  color: #ff7800;
}

.bread ul li.active a {
  color: #ff7800;
}

.abt-1 {
  padding-top: 0.8rem;
}

.abt-1 .pages {
  margin-top: 0.5rem;
  width: 100%;
  height: 7rem;
  position: relative;
}

.abt-1 .pages .bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.abt-1 .pages .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.abt-1 .pages .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  height: 100%;
  color: #fff;
}

.abt-1 .pages .list .iner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0 0.6rem;
  box-sizing: border-box;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.639) 14%, rgba(255, 255, 255, 0) 79%);
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  overflow: hidden;
  cursor: pointer;
}

.abt-1 .pages .list .iner .top {
  font-size: 0.36rem;
}

.abt-1 .pages .list .iner .mask {
  font-size: 0.22rem;
  transition: all 0.8s ease;
  height: fit-content;
  transform: translateY(100%);
  /* 初始隐藏，从下方开始 */
  opacity: 0;
  /* 初始透明 */
}

.abt-1 .pages .list .iner:hover {
  background: rgba(0, 0, 0, 0.4);
  justify-content: center;
}

.abt-1 .pages .list .iner:hover .mask {
  margin: 0.4rem 0;
  height: fit-content;
  transform: translateY(0);
  /* 上划显示 */
  opacity: 1;
  /* 变得不透明 */
}

.abt-1 .pages .list .iner.active {
  background: rgba(0, 0, 0, 0.4);
  justify-content: center;
}

.abt-1 .pages .list .iner.active .mask {
  margin: 0.4rem 0;
  height: fit-content;
  transform: translateY(0);
  /* 上划显示 */
  opacity: 1;
  /* 变得不透明 */
}

.abt-2 {
  padding: 1.24rem 0 0.24rem 5%;
  position: relative;
}

.abt-2 .page {
  border: none;
  display: grid;
  grid-template-columns: 1fr 8.6rem;
  gap: 2.8rem;
  align-items: center;
  width: 100%;
}

.abt-2 .page .left h3 {
  text-align: left;
  margin-bottom: 0.4rem;
}

.abt-2 .page .left h4 {
  font-size: 0.24rem;
  color: #333;
}

.abt-2 .page .left p {
  font-size: 0.16rem;
  color: #666;
  text-indent: 2em;
  line-height: 1.6;
  margin: 0.25rem 0;
}

.abt-2 .page .right {
  position: relative;
  width: 100%;
}

.abt-2 .page .right .imgs {
  width: 100%;
  height: 5rem;
}

.abt-2 .page .right .imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: top;
}

.abt-2 .page .right .mask {
  width: 100%;
  height: 1.3rem;
  position: relative;
  bottom: 0;
  left: 0;
  background: rgba(255, 120, 0, 0.8);
  color: #fff;
}

.abt-2 .page .right .mask .us-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.abt-2 .page .right .mask .us-box .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.8);
}

.abt-2 .page .right .mask .us-box .inner .data {
  display: flex;
  align-items: center;
  font-size: 0.38rem;
  color: #fff;
}

.abt-2 .page .right .mask .us-box .box {
  display: flex;
}

.abt-2 .page .right .mask .us-box .box::after {
  content: '';
  width: 1px;
  height: 0.62rem;
  background: #fff;
  display: block;
  margin: 0 0.48rem;
}

.abt-2 .page .right .mask .us-box .box:last-child::after {
  display: none;
}

.abt-2 .line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4.1rem;
  z-index: -1;
}

.abt-2 .line img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.abt-3 {
  position: relative;
  width: 100%;
  height: 7.3rem;
  box-sizing: border-box;
  padding: 1.4rem 0;
}

.abt-3 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
}

.abt-3 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.abt-3 h3 {
  text-align: left;
  color: #fff;
}

.abt-3 .mile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

.abt-3 .mile .content .body {
  margin-top: 12vh;
}

.abt-3 .mile .content .body .year {
  font-size: 0.36rem;
  position: relative;
  padding-left: 0.3rem;
  z-index: 1;
  margin-bottom: 3vh;
}

.abt-3 .mile .content .body .year::before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #e25725;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
}

.abt-3 .mile .content .body .textBox {
  font-size: 0.16rem;
  line-height: 1.8;
}

.abt-3 .mile .wrap {
  overflow-y: auto;
  height: 5rem;
}

.abt-3 .mile .wrap::-webkit-scrollbar {
  width: 3px;
}

.abt-3 .mile .wrap::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 0.05rem;
}

.abt-3 .mile .wrap .tabs .tab {
  display: block;
  cursor: pointer;
  font-size: 0.16rem;
  position: relative;
  width: 1.45rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  color: #fff;
  z-index: 1;
  margin-bottom: 0.02rem;
}

.abt-3 .mile .wrap .tabs .tab::before {
  content: '';
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  background: #e25725;
  transition: ease 0.5s;
}

.abt-3 .mile .wrap .tabs .tab.active::before {
  width: 100%;
}

.abt-3 .mile .wrap .tabs .tab:hover::before {
  width: 100%;
}

.pro-1 {
  padding: 0.8rem 0;
}

.pro-1 .head {
  margin: auto;
  max-width: 47vw;
  text-align: center;
}

.pro-1 .head .ftitle {
  line-height: 1.8;
  font-size: 0.2rem;
  color: #333;
  margin-top: 0.1rem;
}

.pro-1 .lists {
  margin-top: 0.4rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.pro-1 .lists .item {
  width: 100%;
  height: 4.16rem;
  position: relative;
  box-sizing: border-box;
}

.pro-1 .lists .item .imgs {
  width: 100%;
  height: 100%;
}

.pro-1 .lists .item .imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pro-1 .lists .item .mask {
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  inset: 0;
}

.pro-1 .lists .item .mask .box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0.5rem 0.4rem;
  transition: all 0.3s;
  cursor: pointer;
}

.pro-1 .lists .item .mask .box .title {
  font-size: 0.24rem;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.pro-1 .lists .item .mask .box .text {
  font-size: 0.2rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.pro-1 .lists .item .mask .box:hover {
  background: rgba(0, 0, 0, 0.4);
}

.pro-2 .proList {
  margin-top: 0.5rem;
  width: 100%;
}

.pro-2 .proList .inner {
  margin-bottom: 0.2rem;
}

.pro-2 .proList .inner a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 4.6rem;
  gap: 1rem;
  color: #333;
}

.pro-2 .proList .inner a .imgs {
  flex-shrink: 0;
  width: 7.4rem;
  height: 100%;
  border-radius: 0.1rem;
}

.pro-2 .proList .inner a .imgs img {
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  object-fit: cover;
}

.pro-2 .proList .inner a .content {
  width: 100%;
}

.pro-2 .proList .inner a .content .title {
  font-size: 0.32rem;
  font-weight: bold;
}

.pro-2 .proList .inner a .content .box {
  margin-top: 0.1rem;
}

.pro-2 .proList .inner a .content p {
  font-size: 0.2rem;
  line-height: 1.8;
}

.pro-2 .proList .inner:nth-child(2n) a {
  flex-direction: row-reverse;
}

.pro-3 {
  padding-bottom: 0.8rem;
}

.pro-3 .zsList {
  margin-top: 0.4rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.44rem;
}

.pro-3 .zsList .item {
  width: 100%;
  height: 3.45rem;
}

.pro-3 .zsList .item a {
  display: block;
  width: 100%;
  height: 100%;
}

.pro-3 .zsList .item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pro-3 .zsList2 {
  margin-top: 0.6rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.2rem;
}

.pro-3 .zsList2 .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pro-3 .zsList2 .item a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pro-3 .zsList2 .item .imgs {
  width: 100%;
  height: 2.43rem;
  border-radius: 2px;
}

.pro-3 .zsList2 .item .imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
}

.pro-3 .zsList2 .item .title {
  font-size: 0.2rem;
  margin-top: 0.15rem;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.pro-4 {
  padding-top: 0;
}

.pro-4 .prolist {
  margin-top: 0.6rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}

.pro-4 .prolist .item {
  width: 100%;
  height: 3.2rem;
  position: relative;
  box-sizing: border-box;
}

.pro-4 .prolist .item .imgs {
  width: 100%;
  height: 100%;
}

.pro-4 .prolist .item .imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pro-4 .prolist .item .mask {
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  inset: 0;
}

.pro-4 .prolist .item .mask .box {
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.63909314) 14%, rgba(255, 255, 255, 0) 79%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0.5rem 0.4rem;
  transition: all 0.3s;
  cursor: pointer;
}

.pro-4 .prolist .item .mask .box .title {
  font-size: 0.22rem;
  color: #fff;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.pro-4 .prolist .item .mask .box .text {
  font-size: 0.18rem;
  margin-top: 0.1rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.pro-5 .head {
  max-width: 100%;
}

.pro-5 .pro-deta {
  font-size: 0.18rem;
  line-height: 1.8;
  color: #333;
  margin: 0.15rem 0;
}

.pro-5 .pro-deta p {
  font-size: 0.18rem;
  line-height: 1.8;
  color: #333;
  margin: 0.15rem 0;
}

.pro-5 .pro-deta img {
  display: block;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  margin: 0 auto;
  height: auto;
  max-width: 100%;
  border-radius: 0.1rem;
}

.pro-6 .tipBox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
  width: 100%;
  margin-top: 0.6rem;
}

.pro-6 .tipBox .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pro-6 .tipBox .item .icons {
  width: 0.9rem;
  height: 0.9rem;
}

.pro-6 .tipBox .item .icons img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pro-6 .tipBox .item .box {
  text-align: center;
  color: #333;
  margin-top: 0.2rem;
}

.pro-6 .tipBox .item .box .title {
  font-size: 0.22rem;
  font-weight: bold;
  color: #000;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.pro-6 .tipBox .item .box .text {
  font-size: 0.18rem;
  line-height: 1.8;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.pro-6 .prolist {
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
}

.pro-6 .prolist .item {
  height: 3.72rem;
}

.pro-6 .prolist .item .mask .box {
  padding: 0.5rem 0.3rem;
}

.pro-7 {
  padding-top: 0;
  position: relative;
  height: fit-content;
}

.pro-7 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  inset: 0;
}

.pro-7 h3 {
  margin-bottom: 0.5rem;
}

.pro-7 .video {
  width: 7rem;
  height: 3.49rem;
  margin: auto;
  position: relative;
}

.pro-7 .video video {
  width: 7rem;
  height: 3.49rem;
  border-radius: 0.2rem;
  object-fit: cover;
}

.pro-7 .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 0.2rem;
  font-size: 0.22rem;
}

.pro-7 .mask .open {
  margin-bottom: 0.2rem;
}

.pro-7 .mask .open i {
  font-size: 0.8rem;
  cursor: pointer;
  color: #fff;
}

.pro-7 .download {
  margin-top: 1rem;
}

.pro-7 .download a {
  display: flex;
  align-items: center;
  font-size: 0.2rem;
}

.pro-7 .download a .icons {
  flex-shrink: 0;
  margin-right: 0.1rem;
  width: 0.25rem;
  height: 0.31rem;
}

.pro-7 .download a .icons img {
  width: 100%;
  height: 100%;
}

.pro-7 .download a .text::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #ff7800;
}

.fw-1 {
  background: #fcfcfc;
}

.fw-1 .head {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fw-1 .head p {
  margin-top: 0.15rem;
}

.fw-1 .head .box {
  margin: 0.5rem 0;
}

.fw-1 .head .box .icons {
  margin: auto;
}

.fw-1 .head .box .icons img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.fw-1 .head .box .icons:first-child {
  margin-right: 0.3rem;
}

.fw-1 .cont a {
  height: 6rem;
  display: flex;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

.fw-1 .cont a .imgs {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  flex-shrink: 0;
  width: 9.2rem;
  height: 5rem;
  margin-top: auto;
}

.fw-1 .cont a .imgs img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.fw-1 .cont a .content {
  margin-top: 0.8rem;
  padding: 0 16% 0 1rem;
  position: relative;
  height: 5rem;
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: justify;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
}

.fw-1 .cont a .content .title {
  font-size: 0.32rem;
  color: #000;
  font-weight: bold;
}

.fw-1 .cont a .content p {
  font-size: 0.2rem;
  color: #333;
  margin-top: 0.2rem;
  line-height: 1.8;
}

.qua-1 {
  padding-top: 0;
}

.qua-1 .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 1.5rem;
  width: 100%;
  margin-top: 0.8rem;
}

.qua-1 .box .inner h4 {
  text-align: center;
  font-weight: normal;
  font-size: 0.28rem;
}

.qua-1 .box .inner .text {
  font-size: 0.2rem;
  line-height: 1.8;
  margin-top: 0.2rem;
}

.qua-1 .box .inner .imgbox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 0.4rem;
}

.qua-1 .box .inner .imgbox .imgs {
  width: 2.2rem;
  height: 3rem;
}

.qua-1 .box .inner .imgbox .imgs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.qua-2 .proList {
  margin-top: 0.5rem;
  width: 100%;
}

.qua-2 .proList .inner {
  margin-bottom: 0.5rem;
}

.qua-2 .proList .inner a {
  height: 3.42rem;
  gap: 0.6rem;
}

.qua-2 .proList .inner a .imgs {
  flex-shrink: 0;
  width: 6.24rem;
  height: 100%;
  border-radius: 0.1rem;
}

.qua-2 .proList .inner a .imgs img {
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  object-fit: contain;
}

.qua-2 .proList .inner a .content {
  width: 100%;
}

.qua-2 .proList .inner a .content .title {
  font-size: 0.28rem;
  font-weight: normal;
}

.qua-2 .proList .inner a .content .box {
  margin-top: 0.1rem;
}

.qua-2 .proList .inner a .content p {
  font-size: 0.2rem;
  line-height: 1.8;
  margin-top: 0.2rem;
}

.qua-3 .list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
  margin-top: 0.8rem;
  padding: 0 5%;
}

.qua-3 .list .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.qua-3 .list .item .imgs {
  width: 100;
  height: 1.9rem;
}

.qua-3 .list .item .imgs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.qua-3 .list .item .content {
  margin-top: 0.1rem;
  text-align: center;
  font-size: 0.2rem;
  width: 100%;
  line-height: 1.6;
}

.xm-1 {
  background: #fcfcfc;
}

.xm-1 .xmList {
  margin-top: 0.5rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}

.xm-1 .xmList .item {
  width: 100%;
  position: relative;
}

.xm-1 .xmList .item a {
  width: 100%;
  height: auto;
}

.xm-1 .xmList .item .imgs {
  width: 100%;
  height: 3.8rem;
}

.xm-1 .xmList .item .imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.xm-1 .xmList .item .content {
  height: 1.26rem;
  padding: 0.26rem 0.4rem;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
}

.xm-1 .xmList .item .content .title {
  font-size: 0.24rem;
  color: #333;
  transition: all 0.3s;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.xm-1 .xmList .item .content .text {
  font-size: 0.18rem;
  transition: all 0.3s;
  color: #666;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.xm-1 .xmList .item::before {
  content: '';
  z-index: 1;
  display: block;
  width: 0%;
  height: 2px;
  background: #e25725;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: ease 1s;
}

.xm-1 .xmList .item:hover::before {
  width: 100%;
}

.xm-1 .xmList .item:hover .content .title {
  color: #ff7800;
}

.xm-1 .xmList .item:hover .content .text {
  color: #ff7800;
}

.newsdetail {
  margin-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.newsdetail .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.newsdetail .top h2 {
  font-size: 0.3rem;
  margin-bottom: 0.1rem;
  font-weight: normal;
}

.newsdetail .top .tipBox {
  display: flex;
  align-items: center;
  font-size: 0.16rem;
  color: #666;
}

.newsdetail .top .tipBox a {
  color: #666;
}

.newsdetail .top .tipBox .tip {
  margin-right: 0.3rem;
}

.newsdetail .content {
  padding-bottom: 2rem;
}

.newsdetail .content p {
  color: #333;
  font-size: 0.16rem;
  margin: 0.3rem 0;
  line-height: 1.6;
}

.newsdetail .content img {
  display: block;
  max-width: 100%;
  width: fit-content;
  margin: 0.2rem auto;
}

.newsdetail .content video {
  max-width: 100%;
  width: fit-content;
  margin: 0.2rem auto;
  display: block;
  height: 100%;
}

.page {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0.1rem 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.page .icon {
  width: 0.12rem;
  height: 0.18rem;
  flex-shrink: 0;
}

.page .prev,
.page .next {
  width: 100%;
}

.page .prev a,
.page .next a {
  display: flex;
  align-items: center;
  transition: all 0.3s;
}

.page .prev a:hover,
.page .next a:hover {
  color: #ff7800;
}

.page .prev {
  margin-right: 0.3rem;
  padding-right: 0.1rem;
}

.page .prev a .text {
  font-size: 0.15rem;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.page .next {
  display: flex;
  justify-content: flex-end;
  padding-left: 0.1rem;
}

.page .next a .text {
  font-size: 0.15rem;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.cx-1 {
  position: relative;
}

.cx-1 .w {
  padding: 0 1.5rem;
  box-sizing: border-box;
}

.cx-1 .head .title {
  font-size: 0.24rem;
  color: #333;
}

.cx-1 .bane {
  margin-top: 0.2rem;
  width: 100%;
  height: 5.12rem;
  border-radius: 0.2rem 0 0.2rem 0;
}

.cx-1 .bane img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.2rem 0 0.2rem 0;
  display: block;
}

.cx-1 .yuan {
  position: absolute;
  z-index: -1;
}

.cx-1 .yuan img {
  width: 100%;
  height: 100%;
}

.cx-1 .yuan1 {
  top: 15%;
  left: 25%;
  width: 2.5rem;
  height: 2.5rem;
}

.cx-1 .yuan2 {
  width: 2.4rem;
  height: 2.4rem;
  bottom: -10px;
  left: 8%;
}

.cx-2 {
  padding-top: 0;
  position: relative;
}

.cx-2 .proList .inner {
  margin-bottom: 0.5rem;
}

.cx-2 .proList .inner a {
  height: 3.94rem;
  gap: 0.5rem;
  align-items: flex-start;
}

.cx-2 .proList .inner a .imgs {
  flex-shrink: 0;
  width: 7rem;
  border-radius: 0.3rem 0.1rem 0.3rem 0.1rem;
}

.cx-2 .proList .inner a .imgs img {
  width: 100%;
  height: 100%;
  border-radius: 0.3rem 0.1rem 0.3rem 0.1rem;
}

.cx-2 .proList .inner a .content p {
  font-size: 0.2rem;
  line-height: 1.8;
  margin-top: 0.15rem;
}

.cx-2 .yuan {
  width: 5rem;
  top: 11%;
  right: 9%;
}

.newList .xmList .item .content {
  height: 1.9rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.newList .xmList .item .content .text {
  margin-bottom: auto;
  margin-top: 0.1rem;
}

.newList .xmList .item .content .day {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
}

.newList .xmList .item .content .day i {
  font-size: 0.25rem;
  flex-shrink: 0;
}

.newList .pagination {
  margin-top: 0.5rem;
}

.lxwm-1 {
  width: 100%;
  margin: 0.6rem 0;
  box-sizing: border-box;
}

.lxwm-1 .content {
  margin: 0.4rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lxwm-1 .content p {
  line-height: 2;
  font-size: 0.22rem;
  color: #333;
}

.addressBox {
  width: 100%;
  height: 100%;
  height: 4.77rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.addressBox .le {
  background: #f7b378;
  color: #fff;
  padding: 0.6rem 1rem;
  box-sizing: border-box;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.addressBox .le h2 {
  font-size: 0.32rem;
}

.addressBox .le .line {
  width: 3.3rem;
  height: 1px;
  margin: 0.3rem 0 0;
  background: #fff;
}

.addressBox .le .text {
  font-size: 0.22rem;
  line-height: 1.6;
  margin-top: 0.2rem;
}

.addressBox .rgs {
  width: 50%;
  height: 100%;
}

.addressBox .rgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lxwm-2 .addressBox {
  position: relative;
  flex-direction: row-reverse;
}

.lxwm-2 .addressBox .bg {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 4.77rem;
}

.lxwm-2 .addressBox .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lxwm-2 .addressBox .le {
  background: rgba(0, 77, 255, 0.5);
}

.joinBox {
  padding-bottom: 1rem;
}

.joinBox .head {
  max-width: 9.9rem;
  margin: auto;
  text-align: center;
  font-size: 0.2rem;
  color: #333;
  line-height: 1.5;
}

.joinBox .head .ftitle {
  margin-top: 0.3rem;
}

.joinBox .join-list {
  width: 100%;
  margin-top: 0.6rem;
}

.joinBox .join-list li {
  padding: 0.2rem 0;
  width: 100%;
  border-bottom: 1px solid #e25725;
}

.joinBox .join-list li:first-child {
  border-top: 1px solid #e25725;
}

.joinBox .join-list .icon {
  transition: all 0.3s;
  width: 0.3rem;
  height: 0.3rem;
}

.joinBox .join-list .icon span {
  font-size: 0.3rem;
  color: #e25725;
}

.joinBox .join-list .top {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 3rem 2rem;
  column-gap: 1rem;
  align-items: center;
  cursor: pointer;
}

.joinBox .join-list .top .title {
  font-size: 0.35rem;
  font-weight: normal;
}

.joinBox .join-list .top.active .icon {
  transform: rotate(90deg);
}

.joinBox .join-list .second {
  display: none;
}

.joinBox .join-list .second .table {
  width: 100%;
}

.joinBox .join-list .second .table .thead {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 3rem 2rem;
  column-gap: 1rem;
  color: #e25725;
  font-size: 0.2rem;
  margin-top: 0.2rem;
}

.joinBox .join-list .second .table .tbody {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 3rem 2rem;
  column-gap: 1rem;
  padding: 0.15rem 0;
  border-bottom: 1px solid #000;
}

.joinBox .join-list .second .table .tbody .name {
  font-size: 0.25rem;
}

.joinBox .join-list .second .table .tbody .time {
  font-size: 0.2rem;
  color: #333;
}

.joinBox .join-list .second .table .tbody .look {
  transition: all 0.3s;
}

.joinBox .join-list .second .table .tbody .look a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.1rem 0.2rem;
  border: 1px solid #e25725;
  color: #e25725;
  font-size: 0.2rem;
}

.joinBox .join-list .second .table .tbody .look:hover {
  background: #e25725;
}

.joinBox .join-list .second .table .tbody .look:hover a {
  color: #fff;
}

.joinBox .join-list .second .table .tbody .look:hover a span {
  color: #fff;
}

.joinBox .join-list .second .table .tbody:last-child {
  border: none;
  padding-bottom: 0;
}

.joinDeta {
  padding: 1rem 0;
}

.joinDeta h4 {
  font-size: 0.45rem;
  color: #e25725;
}

.joinDeta .ftitle {
  font-size: 0.25rem;
  font-weight: bold;
  margin: 5px 0 0.25rem;
}

.joinDeta .item {
  padding: 0.25rem 0;
  border-top: 1px solid #fcda4c;
}

.joinDeta .item .title {
  font-size: 0.2rem;
  color: #e25725;
  font-weight: bold;
}

.joinDeta .item ul li {
  list-style: disc;
  list-style-position: inside;
  margin: 0.1rem 0;
  line-height: 1.6;
  font-size: 0.18rem;
}

.joinDeta .item ul li::marker {
  color: #e25725;
}

.joinDeta .item .foot {
  margin-top: 0.3rem;
}

.joinDeta .item .foot .title {
  font-size: 0.2rem;
}

.joinDeta .item .foot .li {
  margin: 0.1rem 0;
  line-height: 1.6;
  font-size: 0.18rem;
}

.joinDeta .item.last ul li {
  list-style: none;
}

.joinDeta .item .linkList {
  display: flex;
  align-items: center;
  margin: 0.2rem 0;
}

.joinDeta .item .linkList .li {
  width: 0.35rem;
  height: 0.35rem;
  margin-right: 0.2rem;
}

.joinDeta .item .linkList .li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.joinDeta .item .btn {
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
}

.joinDeta .item .btn a {
  margin-right: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 2rem;
  border: 1px solid #e25725;
  padding: 0.1rem 0.2rem;
  font-size: 0.2rem;
  color: #e25725;
  transition: all 0.3s;
}

.joinDeta .item .btn a .icon {
  width: 0.3rem;
}

.joinDeta .item .btn a .icon span {
  font-size: 0.25rem;
  color: #e25725;
}

.joinDeta .item .btn a:first-child {
  justify-content: flex-start;
}

.joinDeta .item .btn a:first-child .icon {
  margin-right: 0.3rem;
  transform: rotate(-180deg);
}

.joinDeta .item .btn a:hover {
  background: #e25725;
  color: #fff;
}

.joinDeta .item .btn a:hover .icon span {
  color: #fff;
}

.joinDeta .item .tips {
  margin-top: 0.2rem;
  display: flex;
}

.joinDeta .item .tips .ico {
  width: 0.3rem;
  height: 0.3rem;
  flex-shrink: 0;
  margin-right: 0.1rem;
}

.joinDeta .item .tips .ico img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.joinDeta .item .tips .text p {
  font-size: 0.18rem;
  line-height: 1.6;
}

.joinDeta .item .tips .text p a {
  text-decoration: underline;
}

.phone {
  display: none;
}