.w {
  width: 13.5rem;
  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: 60px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.pagination ul {
  display: flex;
}

.pagination ul li {
  text-align: center;
  cursor: pointer;
  margin: 0 15px;
  font-size: 18px;
}

.pagination ul li a {
  display: block;
  color: #000;
  padding: 8px 14px;
  border-radius: 10px;
}

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

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

.pagination .nexts a {
  font-size: 20px;
  display: flex;
  align-items: flex-end;
  padding: 8px 18px;
  color: #666;
}

.pagination .nexts a i {
  font-size: 25px;
}

.pagination .nexts a:hover {
  background-color: #5054d9;
  color: #fff;
  border-radius: 10px;
}

.banner {
  margin-top: 80px;
  width: 100%;
  height: 550px;
  position: relative;
}

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

.banner .swiper .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.banner .swiper .swiper-slide .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

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

.banner .swiper .swiper-slide .content {
  padding: 92px 10px;
  width: 745px;
  margin-left: 1rem;
}

.banner .swiper .swiper-slide .title {
  font-size: 45px;
  font-weight: bold;
  color: #663b00;
  line-height: 1.6;
}

.section-1 {
  background: url('../img/line.png') no-repeat center;
  background-size: cover;
  height: 4rem;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding-top: 1.1rem;
}

.section-1 p.text {
  margin-top: -20px;
  text-align: center;
  width: 800px;
  margin: auto;
  font-size: 20px;
  line-height: 2;
  height: 100%;
  box-sizing: border-box;
}

.section-2 {
  margin: 30px 0 80px;
}

.section-2 .w {
  height: 650px;
  display: grid;
  grid-template-columns: 1fr 7rem;
  align-items: center;
  padding: 40px 0;
  box-sizing: border-box;
}

.section-2 .w .le h3 {
  font-size: 60px;
  font-weight: bold;
  text-transform: capitalize;
}

.section-2 .w .rg {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section-2 .w .rg .item {
  display: flex;
  align-items: center;
}

.section-2 .w .rg .item .icon {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  background: #ffea00;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section-2 .w .rg .item .icon img {
  width: 75px;
  height: 75px;
  object-fit: contain;
}

.section-2 .w .rg .item .inner {
  margin-left: 25px;
}

.section-2 .w .rg .item .inner h4 {
  font-size: 28px;
  font-weight: bold;
}

.section-2 .w .rg .item .inner .text {
  font-size: 20px;
  line-height: 1.4;
  margin-top: 10px;
}

.section-3 .inner {
  height: 640px;
  position: relative;
}

.section-3 .inner .bg {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.section-3 .inner .bg img {
  object-fit: cover;
  width: 100%;
  transform: translateX(-10%);
}

.section-3 .inner .mask {
  position: absolute;
  height: 100%;
  background: #ffea00;
  right: 0;
  top: 0;
  width: 6.37rem;
  padding: 0 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-3 .inner .mask h4 {
  font-size: 60px;
  font-weight: bolder;
  color: #3a0ca3;
  margin-bottom: 60px;
}

.section-3 .inner .mask p.text {
  font-size: 0.22rem;
  color: #3a0ca3;
  line-height: 1.6;
}

.section-3 .inner .line {
  position: absolute;
  bottom: 8%;
}

.section-4 {
  margin-top: 126px;
}

.section-4 .w h3 {
  font-size: 60px;
  font-weight: bolder;
  text-align: center;
  margin-bottom: 130px;
}

.section-4 .w .main {
  display: flex;
  justify-content: space-between;
}

.section-4 .w .main .le {
  margin-right: 30px;
  display: grid;
  grid-template-rows: repeat(4, 1fr);
}

.section-4 .w .main .le .item {
  height: fit-content;
}

.section-4 .w .main .le .item .title {
  font-size: 28px;
  font-weight: bold;
  text-transform: capitalize;
}

.section-4 .w .main .le .item .text {
  font-size: 20px;
  line-height: 1.4;
  margin-top: 10px;
}

.section-4 .w .main .imgs {
  flex-shrink: 0;
  width: 7.05rem;
  height: 6.47rem;
}

.section-4 .w .main .imgs img {
  object-fit: cover;
  border-radius: 10px 20px 10px 20px;
}

.section-5 {
  margin-top: 140px;
  /* height: 280px; */
}

.section-5 .w {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.section-5 .w .tips {
  font-size: 32px;
  color: #ffea00;
  padding: 18px 88px;
  background: #3a0ca3;
  width: fit-content;
}

.section-5 .w .title {
  margin-bottom: auto;
}

.section-5 .w .title h3 {
  font-size: 45px;
  color: #3a0ca3;
  margin-top: 43px;
}

.banner2 {
  margin-top: 0.8rem;
}

.banner2 .swiper {
  height: 580px;
}

.banner2 .swiper .swiper-slide {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.banner2 .swiper .swiper-slide .imgs {
  height: 100%;
}

.banner2 .swiper .swiper-slide .imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.banner2 .swiper .swiper-slide .title {
  position: absolute;
  bottom: 25%;
  left: 11%;
  font-size: 48px;
  font-weight: bold;
  text-transform: capitalize;
  color: #fff;
}

.banner2 .swiper .swiper-slide .line {
  position: absolute;
  bottom: -6px;
  left: 0;
}

.about_1 {
  margin: 90px 0;
}

.about_1 .w {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about_1 h3 {
  font-size: 44px;
  text-align: center;
  max-width: 90%;
  margin: auto;
}

.about_1 .xian {
  display: block;
  left: 560px;
  top: 210px;
  width: 400px;
  height: 8px;
  opacity: 1;
  background: #ffea00;
  margin: 50px 0 42px;
}

.about_1 .text {
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
}

.about_2 {
  padding-bottom: 150px;
}

.about_2 .inner .item a {
  height: 400px;
  display: flex;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

.about_2 .inner .item a .imgs {
  position: absolute;
  z-index: 2;
  flex-shrink: 0;
  width: 6rem;
  height: 380px;
  margin-top: auto;
}

.about_2 .inner .item a .imgs img {
  object-fit: cover;
}

.about_2 .inner .item a .content {
  position: relative;
  height: 330px;
  width: 76%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 20px;
  line-height: 2;
  text-align: justify;
}

.about_2 .inner .item1 a {
  height: 400px;
  display: flex;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

.about_2 .inner .item1 a .imgs {
  position: absolute;
  bottom: 0;
  left: 0;
  flex-shrink: 0;
}

.about_2 .inner .item1 a .content {
  right: 0;
  background-color: #3a0ca3;
  margin-left: auto;
  padding: 0 0.5rem 0 3rem;
  color: #ffea00;
}

.about_2 .inner .item2 {
  margin-top: 30px;
}

.about_2 .inner .item2 a .imgs {
  top: 0;
  right: 0;
}

.about_2 .inner .item2 a .content {
  right: 0;
  background-color: #ffea00;
  margin-right: auto;
  margin-top: auto;
  padding: 0 3rem 0 0.5rem;
  color: #3a0ca3;
}

.offer {
  padding-bottom: 150px;
}

.offer h3 {
  max-width: 100%;
}

.offer .content {
  max-width: 90%;
}

.offer-1 .body {
  width: 100%;
  position: relative;
}

.offer-1 .body .bg {
  width: 100%;
  height: 460px;
}

.offer-1 .body .bg img {
  object-fit: cover;
  object-position: center 38%;
}

.offer-1 .body .mask {
  position: relative;
  left: 50%;
  transform: translate(-50%, -42%);
  width: 82%;
  background: #fff;
  box-shadow: 0 0 20px #999;
  border-radius: 20px;
  padding: 54px 150px;
  box-sizing: border-box;
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
}

.offer-1 .body .mask h4 {
  font-size: 34px;
  color: #3a0ca3;
  margin-bottom: 10px;
}

.offer-2 .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem;
}

.offer-2 .inner .item h4 {
  font-size: 30px;
}

.offer-2 .inner .item .body {
  margin-top: 27px;
  display: flex;
}

.offer-2 .inner .item .body .imgs {
  flex-shrink: 0;
  width: 240px;
  height: 160px;
  margin-right: 20px;
  border-radius: 10px 20px 10px 20px;
}

.offer-2 .inner .item .body .imgs img {
  object-fit: cover;
  border-radius: 10px 20px 10px 20px;
}

.offer-2 .inner .item .body p {
  font-size: 0.2rem;
  line-height: 1.6;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.blogList {
  padding: 48px 0 100px;
}

.blogList .list .item {
  padding: 48px 0;
  border-bottom: 1px solid #eeeeee;
}

.blogList .list .item a {
  display: flex;
  height: 300px;
}

.blogList .list .item a .imgs {
  width: 400px;
  height: 100%;
  border-radius: 20px;
  flex-shrink: 0;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}

.blogList .list .item a .imgs img {
  object-fit: cover;
  border-radius: 20px;
  transform: scale(1);
  transition: transform 0.8s;
}

.blogList .list .item a .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 0;
}

.blogList .list .item a .content .title {
  font-size: 24px;
  font-weight: normal;
}

.blogList .list .item a .content .text {
  font-size: 0.18rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: auto;
  margin-top: 0.2rem;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.blogList .list .item a .content .more {
  color: #666;
  font-size: 20px;
}

.blogList .list .item:last-child {
  border-bottom: none;
}

.blogList .list .item.active a .imgs {
  overflow: hidden;
  position: relative;
  transition: transform 0.5s;
}

.blogList .list .item.active a .imgs img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(1.1);
}

.blogList .list .item.active a .content .title {
  color: #3a0ca3;
}

.join {
  padding: 40px 0 60px;
}

.joins {
  margin-top: 90px;
}

.filter {
  background: #3a0ca3;
  padding: 40px 20px;
  display: grid;
  grid-template-columns: auto 240px;
  gap: 20px;
}

.filter input {
  display: block;
  width: 100%;
  height: 70px;
  border-radius: 40px;
  padding: 0 40px;
  border: none;
  font-size: 18px;
}

.filter select {
  display: block;
  width: 100%;
  height: 70px;
  border: none;
  outline: none;
  border-radius: 40px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url('../img/icon/down.png') 90% center no-repeat #fff;
}

.filter .search button {
  font-size: 24px;
  background-color: #ffea00;
  display: block;
  width: 100%;
  height: 70px;
  border-radius: 40px;
}

.join_body .tip {
  margin-top: 30px;
  font-size: 24px;
}

.join_body .join_list .item {
  margin-top: 20px;
}

.join_body .join_list .item .inner {
  display: block;
  box-sizing: border-box;
  padding: 48px 30px;
  border: 1px solid #eee;
}

.join_body .join_list .item .inner .head {
  display: flex;
  justify-content: space-between;
}

.join_body .join_list .item .inner .head .title {
  font-size: 28px;
  margin-right: 20px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.join_body .join_list .item .inner .head .apply {
  flex-shrink: 0;
  padding: 0 34px;
  height: 40px;
  background: #ffea00;
  border-radius: 40px;
  line-height: 40px;
}

.join_body .join_list .item .inner .foot {
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.join_body .join_list .item .inner .foot .item {
  display: flex;
  align-items: center;
  margin-right: 50px;
}

.join_body .join_list .item .inner .foot .item .icon {
  width: 20px;
  height: 20px;
}

.join_body .join_list .item .inner .foot .item .icon img {
  object-fit: contain;
}

.join_body .join_list .item .inner .foot .item span {
  display: block;
  font-size: 16px;
  color: #666;
  margin-left: 10px;
}

.join_body .empty {
  text-align: center;
  font-size: 0.3rem;
  font-weight: bold;
  color: #999;
}

.joinForm .form .box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.joinForm .form .bodys {
  height: auto;
  overflow: auto;
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.joinForm .form .bodys::-webkit-scrollbar {
  width: 4px;
  /* 垂直滚动条宽度 */
  border-radius: 50%;
  cursor: pointer;
}

.joinForm .form .bodys::-webkit-scrollbar-thumb {
  background: #ccc;
  /* 滚动条滑块颜色 */
  border-radius: 4px;
  /* 滑块圆角 */
}

.joinForm .form .close {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 8%;
  top: 5%;
  cursor: pointer;
}

.joinForm .form .form_main {
  width: 100%;
  position: relative;
  height: auto;
  background: #f5f5f5;
  padding: 40px 50px;
}

.joinForm .form .form_main .title {
  font-size: 40px;
  text-align: center;
}

.joinForm .form .form_main .form-group {
  height: auto;
  margin-top: 20px;
}

.joinForm .form .form_main .form-group .label {
  font-size: 20px;
}

.joinForm .form .form_main .form-group .checkbox {
  background: #fff;
  padding: 4px 0.1rem;
  margin-top: 0.1rem;
}

.joinForm .form .form_main .form-group .checkbox .item {
  display: flex;
  align-items: center;
  margin: 0.1rem 0;
}

.joinForm .form .form_main .form-group .checkbox .item input[type='checkbox'] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.joinForm .form .form_main .form-group .checkbox .item:first-child {
  margin-top: 0;
}

.joinForm .form .form_main .form-group .checkbox .item:last-child {
  margin-bottom: 0;
}

.joinForm .form .form_main .form-group .input {
  margin-top: 10px;
  width: 100%;
  height: 60px;
}

.joinForm .form .form_main .form-group .input input {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  padding: 0 15px;
}

.joinForm .form .form_main .form-group .tip {
  font-size: 16px;
  color: #999;
  margin-top: 24px;
}

.joinForm .form .form_main .upload button {
  width: 100%;
  height: 60px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.joinForm .form .form_main .upload button .icon {
  width: 26px;
  height: 26px;
  margin-right: 10px;
}

.joinForm .form .form_main .upload button .icon img {
  object-fit: contain;
}

.joinForm .form .form_main .upload button span {
  font-size: 20px;
  color: #999999;
}

.joinForm .form .form_main .tips {
  font-size: 16px;
  color: #999;
  margin-top: 34px;
}

.joinForm .form .form_main .submit {
  margin-top: 30px;
}

.joinForm .form .form_main .submit button {
  width: 100%;
  height: 60px;
  border-radius: 40px;
  background: #3a0ca3;
  color: #ffea00;
  font-size: 24px;
}

.joinForm .form .form_main .sign {
  text-align: center;
  margin-top: 40px;
}

.joinForm .form .form_main .sign a {
  color: #3a0ca3;
}

.details {
  padding: 0.5rem 0;
  width: 100%;
}

.details .content {
  width: 100%;
}

.details h4 {
  font-size: 0.32rem;
  margin-bottom: 0.3rem;
  text-align: center;
}

.details p {
  font-size: 16px;
  line-height: 1.6;
  margin: 20px 0;
  max-width: 100%;
  word-break: break-all;
}

.details img {
  max-width: 100% !important;
  width: fit-content !important;
  height: auto;
  object-fit: contain !important;
}