img {
  max-width: 100%;
}

.bxz *,
.bxz {
  box-sizing: border-box;
}

/**
 * 文本截断混合方法
 * @param {number} @lines - 最大显示行数
 * @param {number} @lineHeight - 行高（默认1.5）
 * @param {boolean} @calcHeight - 是否计算总高度（默认true）
 */
.wrap1840 {
  width: 1840px;
  max-width: 80%;
  margin: auto;
}

.comm_sec_title {
  text-align: center;
  line-height: 1;
}



.cooperate_sec1 {
  padding-top: 100rem;
}

.cooperate_sec1 .items {
  display: grid;
  justify-content: flex-start;
  grid-template-columns: repeat(3, 1fr);
  gap: 44rem;
  margin-top: 50rem;
}

.cooperate_sec1 .item {
  text-align: center;
  background: #fcf7f5;
}

.cooperate_sec1 .cont {
  padding: 50rem 30rem;
}

.cooperate_sec1 h3 {
  line-height: 1.2;
  margin-bottom: 20rem;
}

.cooperate_sec1 h3 span {
  color: #ea5420;
}

.cooperate_sec1 h3+p {
  color: #3b3b3b;
}

.cooperate_sec2 {
  margin-top: 90rem;
  margin-bottom: 80rem;
}

.cooperate_sec2 .comm_sec_title {
  margin-bottom: 90rem;
}

.cooperate_sec2 .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20rem;
  margin-top: 70rem;
}

.cooperate_sec2 dl {
  margin-bottom: 100rem;
}

.cooperate_sec2 dt {
  position: relative;
  border-bottom: 1px solid #ffac84;
  padding-bottom: 20rem;
  text-align: center;
}

.cooperate_sec2 dt::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -2px;
  height: 3px;
  background: #ea5420;
  width: 140px;
  margin-left: -70px;
}

.cooperate_sec2 dt .cn,
.cooperate_sec2 dt .en {
  padding: 0 15rem;
}

.cooperate_sec2 dd {
  display: flex;
  grid-template-columns: repeat(3, 1fr);
  gap: 90rem;
  margin-top: 40rem;
  justify-content: space-around;
  justify-items: center;
  place-items: center;
}

.cooperate_sec2 dl.grid4 dd {
  /*grid-template-columns: repeat(4, 1fr);*/
  gap: 50rem;
  flex-wrap:wrap;
}

.cooperate_sec2 .item {
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
  width:33.333%
}
.cooperate_sec2 dl.grid4 .item{width:calc(25% - 50rem);}
.cooperate_sec2 .item p {
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 3em;
}

.cooperate_sec2 .i_logo {
  text-align: center;
  height: 75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30rem;
}

.cooperate_sec2 .i_logo img {
  display: inline-block;
  max-height: 100%;
}

.cooperate_sec3 {
  padding: 87rem 0 180rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.cooperate_sec3 .tit {
  text-align: center;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 40rem;
}

.cooperate_sec3 .items {
  width: 1134rem;
  height: 472rem;
  background: url(../images/cooperate_sec3_line.png) 0 0 no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 113rem;
  padding-right: 127rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cooperate_sec3 .item {
  width: 211rem;
  height: 211rem;
  border-radius: 50%;
  color: #fff;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.22);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.cooperate_sec3 .item:nth-child(2),
.cooperate_sec3 .item:nth-child(5) {
  margin: 0 30rem;
}

.cooperate_sec3 .item:nth-child(1),
.cooperate_sec3 .item:nth-child(2),
.cooperate_sec3 .item:nth-child(3) {
  margin-bottom: 48rem;
}

.cooperate_sec3 .item i {
  font-size: 60rem;
  color: #fff;
  line-height: 1;
}

.cooperate_sec3 .item p {
  line-height: 1.2;
  margin-top: 10rem;
}

.cooperate_sec4 {
  margin-top: 120rem;
}

.cooperate_sec4 .img {
  position: relative;
  padding: 0 120rem;
}

.cooperate_sec4 .txt {
  position: absolute;
  bottom: 100rem;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0 300rem;
  line-height: 1;
}

.cooperate_sec5 {
  padding-top: 100rem;
  padding-bottom: 80rem;
  margin-top: 10rem;
  background: url(../images/cooperate_sec5_bg.png) right top no-repeat;
}

.cooperate_sec5 .comm_sec_title {
  /* text-align: left; */
}

.cooperate_sec5 .swiper_box {
  margin-top: 80rem;
}

.cooperate_sec5 .swiper-slide {
  background-color: #fcf7f5;
  transition: all 0.3s;
  overflow: hidden;
}

.cooperate_sec5 .img {
  overflow: hidden;
}

.cooperate_sec5 img {
  transition: all 0.5s;
}

.cooperate_sec5 .txt {
  padding: 35rem;
}

.cooperate_sec5 .txt h3 {
  color: #000;
}

.cooperate_sec5 .txt i {
  font-size: 30rem;
}

@media screen and (min-width: 1024px) {
  .cooperate_sec5 .swiper-slide:hover {
    background-color: #ea5420;
  }

  .cooperate_sec5 .swiper-slide:hover .img img {
    transform: scale(1.1);
  }

  .cooperate_sec5 .swiper-slide:hover .txt h3,
  .cooperate_sec5 .swiper-slide:hover .txt i {
    color: #fff;
  }
}

.cooperate_sec5 .swiper-btn-box {
  position: relative;
  margin-top: 80rem;
  text-align: center;
}

.cooperate_sec5 .swiper-button-prev,
.cooperate_sec5 .swiper-button-next {
  position: static;
  display: inline-block;
  width: 52rem;
  height: 52rem;
  line-height: 52rem;
  border-radius: 50%;
  overflow: hidden;
  background: #fcf7f5;
  text-align: center;
  font-size: 30rem;
  color: #ea5420;
  margin: 0 5px;
}

.cooperate_sec5 .swiper-button-prev:hover,
.cooperate_sec5 .swiper-button-next:hover {
  background: #ea5420;
  color: #fff;
}

.cooperate_sec6 {
  background-color: #fcf7f5;
  padding: 90rem 0 130rem;
}

.cooperate_sec6 .contact_wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.cooperate_sec6 .contact_wrap .item {
  width: 33.333%;
  text-align: center;
  border-top: none;
}
.cooperate_sec6 .contact_wrap .item:hover{background: none !important;box-shadow: none;}
.cooperate_sec6 .contact_wrap .item .icon {
  color: #ea5420;
  margin-bottom: 30rem;
}

.cooperate_sec6 .contact_wrap .item .label {
  margin-top: 20rem;
}

.cooperate_sec6 .contact_wrap .item .qrcode {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  display: inline-block;
  width: 140rem;
  height: 140rem;
}

.cooperate_sec6 .contact_wrap .item:not(:last-child) {
  border-right: 1px solid #dcdcdc;
}

.cooperate_sec6 .form_wrap {
  margin-top: 20rem;
}

.cooperate_sec6 .form_wrap .tit,
.cooperate_sec6 .form_wrap .subtit {
  text-align: center;
}

.cooperate_sec6 .form_wrap .tit {
  margin-bottom: 30rem;
}

.cooperate_sec6 .form {
  margin-top: 50rem;
}

.cooperate_sec6 .form ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cooperate_sec6 .form ul li {
  width: 48%;
  margin-bottom: 25rem;
}

.cooperate_sec6 .form ul li .label {
  margin-bottom: 10px;
}

.cooperate_sec6 .form ul li .label i {
  color: #bd0000;
}

.cooperate_sec6 .form ul li.long {
  width: 100%;
}

.cooperate_sec6 .form ul .ipt {
  position: relative;
  box-shadow: 0 0 10px rgba(178, 149, 137, 0.16);
  background: #fff;
}

.cooperate_sec6 .form ul .ipt input {
  border: none;
  box-sizing: border-box;
  padding: 20rem 25rem;
  width: 100%;
}

.cooperate_sec6 .form ul textarea {
  border: none;
  box-sizing: border-box;
  padding: 20rem 25rem;
  width: 100%;
}

.cooperate_sec6 .form .select_box {
  position: relative;
  z-index: 10;
}
.cooperate_sec6 .form .select_box2{
  z-index: 9;
}
.cooperate_sec6 .form .select_box dt {
  color: #676767;
  box-sizing: border-box;
  padding: 20rem 25rem;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.cooperate_sec6 .form .select_box dt.on i {
  transform: rotate(180deg);
}

.cooperate_sec6 .form .select_box dd {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 126px;
  overflow: auto !important;
  background: #fff;
  box-shadow: 0 0 10px rgba(178, 149, 137, 0.16);
  padding: 10rem 0;
}

.cooperate_sec6 .form .select_box dd p {
  padding: 10rem 25rem;
  cursor: pointer;
}

.cooperate_sec6 .form .select_box dd p:hover {
  color: #ea5420;
}

.cooperate_sec6 li.yzm .ipt {
  display: flex;
  width: 500rem;
}

.cooperate_sec6 li.yzm .ipt input {
  width: 326rem;
}

.cooperate_sec6 li.yzm .yzm_img {
  cursor: pointer;
}

.cooperate_sec6 .form_submit {
  color: #fff;
  background: #ea5420;
  width: 245rem;
  height: 60rem;
  line-height: 60rem;
  text-align: center;
  margin: 60rem auto 0;
  cursor: pointer;
}

/* 联系我们 */
.contact_wrap {
  padding: 60rem 0 0;
}

.contact_wrap .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: start;
}

.contact_wrap .item {
  box-sizing: border-box;
  width: 47.75%;
  border-top: 2px solid #ea5420;
  padding: 64rem 40rem 70rem;
  transition: box-shadow 0.3s;
}

@media screen and (min-width: 1024px) {
  .contact_wrap .item:hover {
    box-shadow: 0 0 16px 5px rgba(0, 0, 0, 0.1);
  }
}

.contact_wrap .icon {
  color: #ea5420;
  margin-bottom: 20rem;
}

.contact_wrap .tit {
  margin-bottom: 20rem;
}

.contact_wrap .line {
  height: 4px;
  width: 40px;
  background: #ea5420;
}

.contact_wrap .email {
  margin-top: 30rem;
}

.contact_wrap .qrcode {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  margin-top: 30rem;
  display: inline-block;
}

.contact_wrap .qrcode_name {
  margin-top: 20rem;
}

/* 企业介绍 */
.compony_sec1 {
  padding-top: 120rem;
}

.compony_sec1_box {
  color: #000;
}

.compony_sec1_box .tit {
  line-height: 1.2;
  margin-bottom: 40rem;
}
.compony_sec1_box .desc{text-align:justify;}
.compony_sec1_box .scroll_box {
  display: flex;
  justify-content: space-around;
  align-items: end;
  margin-top: 100rem;
  margin-bottom: 80rem;
}

.compony_sec1_box .scroll_box .item {
  text-align: center;
}

.compony_sec1_box .scroll_box .countUp {
  line-height: 1;
  color: #ea5420;
  padding-right: 8rem;
}

.compony_sec1_box .scroll_box sub,
.compony_sec1_box .scroll_box sup {
  line-height: 1;
}

.compony_sec1_box .scroll_box sub {
  vertical-align: top;
  color: #ea5420;
}

.compony_sec1_box .scroll_box sup {
  vertical-align: bottom;
  margin-left: -1em;
  color: #ea5420;
}

.compony_sec1_box .scroll_box dd {
  margin-top: 20rem;
}

.compony_sec2 {
  padding-top: 60rem;
  padding-bottom: 565rem;
}

.compony_sec2 .items {
  display: flex;
  justify-content: center;
  align-items: start;
}

.compony_sec2 .items .item {
  width: 33.333%;
  text-align: center;
}

.compony_sec2 .items .icon {
  width: 138rem;
  height: 138rem;
  margin: 0 auto;
}

.compony_sec2 .items .tit {
  margin-top: 50rem;
}

.compony_sec2 .items .desc {
  margin-top: 20rem;
  line-height: 1.2;
}

.compony_sec2 .items .desc span {
  color: #ea5420;
}

.compony_sec3 {
  padding:70rem 0 140rem;
  height:700rem;
}

.compony_sec3 .tit {
  text-align: center;
  color: #fff;
  margin-bottom: 100rem;
}

.compony_sec3 .history-swiper.swiper-container {
  padding-bottom: 50px;
}

.compony_sec3 .history-swiper.swiper-container::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: relative;
  bottom: -10px;
}
.compony_sec3 .history-swiper .swiper-wrapper{width: 60%;}
.compony_sec3 .history-swiper .swiper-slide {
  text-align: center;
  color: #adbece;
  font-size: 48rem;
}
.compony_sec3 .history-swiper .swiper-slide span{display:inline-block;height:60px;}
.compony_sec3 .history-swiper .swiper-slide-active {
  font-size: 52rem;
  color: #ea5420;
  font-family: GlowBold;
  font-style: italic;
}
.compony_sec3 .history-tab-swiper .swiper-slide .h_logo{display:none;}
.compony_sec3 .history-swiper .swiper-slide::after {
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -6px;
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  opacity: 0.5;
}

.compony_sec3 .history-swiper .swiper-slide-active::before {
  background: #ea5420;
  opacity: 1;
  border: 4px solid #fff;
  top: -19px;
}
.compony_sec3 .history-swiper .swiper-button-prev,
.compony_sec3 .history-swiper .swiper-button-next{
  width:50px;
  line-height: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  background: #FF5909;
  bottom: 0;
  margin-bottom: 14px;
  top: auto;
}
.compony_sec3 .history-swiper .swiper-button-prev{left:5%;}
.compony_sec3 .history-swiper .swiper-button-next{right:5%;}
.compony_sec3 .history-tab-swiper {
  position: relative;
  width: 700px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.compony_sec3 .history-tab-swiper .h_desc {
  line-height: 1.2;
  margin-top: 20rem;
}

.compony_sec3 .history-tab-swiper .swiper-pagination {
  text-align: center;
  width: 100%;
  margin-top: 50rem;
}

.compony_sec3 .history-tab-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: #fff;
  margin: 0 10px;
  opacity: 1;
}

.compony_sec3 .history-tab-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #ea5420;
}

.compony_sec4 {
  padding-top: 100rem;
  padding-bottom: 80rem;
}

.compony_sec4 .tit {
  text-align: center;
  margin-bottom: 40rem;
}
.compony_sec4 ul{
  display: flex;
  margin: -0.22rem;
  flex-wrap: wrap;
}
.compony_sec4 li {
  cursor: pointer;
  margin-bottom: 50rem;
  transition: all 0.5s;
  width: 25%;
  padding: 22rem;
}
.compony_sec4 li .cont{border-bottom: 1px solid #d3d3d3;}
@media screen and (min-width: 1024px) {

  .compony_sec4 li:hover .cont {
    background-color: #ea5420;
    color: #fff;
  }

  .compony_sec4 li:hover i {
    color: #fff;
  }
}

.compony_sec4 .cont {
  padding:10rem 20rem;
  transition: all 0.5s;
}

.compony_sec4 .cont .name {
  margin-bottom: 10px;
}

.compony_sec4 .cont .desc {
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 2.4em;
  margin-bottom: 10px;
}

.compony_sec4 .cont i {
  font-size: 24px;
  color: #ea5420;
}

.execs_popup {
  display: none;
  position: fixed;
  width: 1400px;
  height: 90vh;
  max-width: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999999;
  background: url(../images/popup_bg.jpg) no-repeat center center;
  padding: 50rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.execs_popup .popup_close {
  position: absolute;
  top: 50rem;
  right: 50rem;
  width: 32px;
  height: 32px;
  background: url(../images/popup_close.png) 0 0 no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.execs_popup .execs_popup_cont {
  height: 100%;
}

.execs_popup .top {
  display: flex;
  margin-bottom: 40rem;
}

.execs_popup .top .img {
  width: 325rem;
}

.execs_popup .top .info {
  flex: 1;
  margin-left: 28rem;
  padding-top: 40rem;
}

.execs_popup .top .info h3 {
  margin-bottom: 20rem;
  line-height: 1;
}

.execs_popup .top .info p {
  margin-top: 20rem;
}

.execs_popup .top .line {
  background: #ea5420;
  height: 4px;
  width: 35px;
}

.execs_popup .desc_cont {
  position: relative;
  padding: 20rem;
  background: #fff;
  height: 50%;
}

.execs_popup .desc_cont .edit {
  overflow: auto;
  height: 100%;
  color: #666;
}

/* 公司新闻 */
.news_index_wrap {
  padding: 120rem 0 140rem;
}

.news_index_sec1 {
  margin-bottom: 120rem;
}

.news_index_sec1 .box {
  display: flex;
}

.news_index_sec1 .cont {
  padding: 0 80rem 0 110rem;
  flex: 1;
  box-sizing: border-box;
}

.news_index_sec1 h2 {
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20rem;
}

.news_index_sec1 .date {
  color: #ea5420;
  margin-bottom: 40rem;
}

.news_index_sec1 .img {
  width: 48.75%;
}

.news_index_sec1 .desc {
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news_index_sec1 .swiper-button-prev,
.news_index_sec1 .swiper-button-next {
  position: absolute;
  bottom: 0;
  left: 55.625%;
  top: auto;
  width: 52px;
  height: 52px;
  line-height: 52px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  background: #fcf7f5;
  color: #ea5420;
  font-size: 30rem;
}

.news_index_sec1 .swiper-button-prev:hover,
.news_index_sec1 .swiper-button-next:hover {
  background: #ea5420;
  color: #fff;
}

.news_index_sec1 .swiper-button-next {
  left: 60%;
}

.news_index_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44rem;
}

.news_index_list .cont {
  padding: 20rem 30rem;
  background-color: #fcf7f5;
  transition: all 0.5s;
}

.news_index_list .date {
  font-size: 16px;
  color: #ea5420;
  margin-bottom: 20rem;
}

.news_index_list h2 {
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20rem;
  height: 3em;
}

.news_index_list i {
  font-size: 24px;
  color: #ea5420;
}

@media screen and (min-width: 1024px) {
  .news_index_list li:hover .cont {
    background: #ea5420;
  }

  .news_index_list li:hover a,
  .news_index_list li:hover .date,
  .news_index_list li:hover h2,
  .news_index_list li:hover i {
    color: #fff;
  }
}

/* 新闻详情 */
.news_details_wrap {
  padding-top: 190rem;
}

.news_details_wrap a.back {
  line-height: 46rem;
  margin-bottom: 20rem;
}

.news_details_wrap a.back .icon {
  display: inline-block;
  width: 46rem;
  height: 46rem;
  line-height: 46rem;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  margin-right: 20rem;
  background: #ea5420;
  vertical-align: middle;
}

.news_details_wrap .share_cont {
  display: flex;
  justify-content: center;
  align-items: center;
}

.news_details_wrap .share_cont .date {
  font-size: 18px;
  color: #ea5420;
  margin-right: 20px;
}

.news_details_wrap .share_cont a {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 6px;
  border: 1px solid #c1c1c1;
  text-align: center;
  border-radius: 50%;
  color: #030a1b;
  font-size: 18px;
}

.news_details_wrap .news_top {
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 30rem;
}

.news_details_wrap .news_top h1 {
  text-align: center;
  margin-bottom: 30rem;
}

.news_details_wrap .news_cont {
  max-width: 1100px;
  margin: 0 auto;
}

.news_details_wrap .news_edit {
  padding: 0 40rem 50rem;
  border-bottom: 1px solid #d3d3d3;
  color: #666;
}
.news_details_wrap .news_edit p{
  line-height: 32rem;
  margin: 25rem 0;
}
.news_details_pages {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 36rem;
  padding-bottom: 100rem;
  line-height: 2;
}

.news_details_pages .n_d_p {
  display: flex;
  flex-direction: column;
}

.news_details_pages .nodata {
  color: #595959;
}

.news_details_pages .go_top {
  color: #ea5420;
  cursor: pointer;
}

/* 可持续发展 */
.develop_sec1 .wrap {
  background: url(../images/develop_sec1_bg.png) no-repeat left bottom;
  padding: 100rem 0;
}

.develop_sec1 .tit {
  display: flex;
  justify-content: center;
  align-items: center;
}

.develop_sec1 .dh1,
.develop_sec1 .dh2 {
  width: 59rem;
  height: 50rem;
  display: block;
}

.develop_sec1 .dh1 {
  background: url('../images/dh1.png') no-repeat;
  background-size: cover;
  margin-right: 30rem;
}

.develop_sec1 .dh2 {
  background: url('../images/dh2.png') no-repeat;
  background-size: cover;
  margin-left: 30rem;
}

.develop_sec1 .desc {
  text-align: center;
  margin-top: 40rem;
}

.develop_sec2 {
  position: relative;
  background: #fcf7f5;
}

.develop_sec2 .right_img {
  position: absolute;
  right: 0;
  top: 0;
  width: 36.458%;
  height: 100%;
}

.develop_sec2 .cont {
  display: flex;
  flex-wrap: wrap;
  padding-top: 120rem;
  width: 960rem;
}

.develop_sec2 .cont .left {
  border-right: 2px solid #d0d0d0;
  padding-right: 60rem;
}

.develop_sec2 .cont .left .items:last-child {
  border-bottom: none;
}

.develop_sec2 .cont .right {
  padding-left: 60rem;
  flex: 1;
}

.develop_sec2 .cont .right .items:last-child {
  border-bottom: none;
}

.develop_sec2 .cont .dt {
  color: #ea5420;
}

.develop_sec2 .cont .dt i {
  font-size: 24px;
  margin-left: -0.5em;
}

.develop_sec2 .cont h3 {
  line-height: 1;
  margin-bottom: 30rem;
}

.develop_sec2 .cont .items {
  border-bottom: 2px solid #d0d0d0;
  padding-bottom: 30rem;
  margin-bottom: 30rem;
  overflow: hidden;
}
.develop_sec2 .cont .items .item{margin-bottom: 20rem;}
.develop_sec2 .cont .right .item {
  float: left;
  width: 50%;
}
.develop_sec2 .cont .pdf_box{width:100%;text-align: center;}
.develop_sec2 .down_pdf {
  border: 1px solid #ea5420;
  padding: 15rem 80rem 15rem 38rem;
  display: inline-block;
  margin-top: 80rem;
  margin-bottom: 90rem;
}

.develop_sec2 .down_pdf i {
  margin-right: 15rem;
}

.develop_sec2 .down_pdf i img {
  vertical-align: middle;
}

.develop_sec3 {
  padding: 120rem 0 180rem;
}

.develop_sec3 .tit {
  text-align: center;
  line-height: 1;
  margin-bottom: 60rem;
}

.develop_sec3 dl {
  border-top: 4px solid #ea5420;
  border-bottom: 2px solid #ea5420;
}

.develop_sec3 dt,
.develop_sec3 dd {
  display: flex;
  padding-left: 130rem;
  align-items: center;
}

.develop_sec3 dt {
  padding-top: 30rem;
  padding-bottom: 30rem;
}

.develop_sec3 dd {
  padding-top: 20rem;
  padding-bottom: 20rem;
  border-top: 1px solid #ffdbc9;
}

.develop_sec3 dd:nth-child(even) {
  background: #fcf7f5;
}

.develop_sec3 .lf {
  width: 500rem;
}

.develop_sec3 .rt {
  flex: 1;
}

/* 风险与合规 */
.compliance_wrap .comm_tit {
  text-align: center;
  margin-bottom: 70rem;
}

.compliance_sec1 {
  padding-top: 110rem;
}

.compliance_sec1 .items {
  display: flex;
  justify-content: space-between;
}

.compliance_sec1 .items .item {
  box-sizing: border-box;
  background: #fdf9f8;
  border-top: 2px solid #ea5420;
  padding: 80rem 30rem 60rem;
  width: 47%;
}
.compliance_sec1 .items .item dt{margin-bottom:5px;}
.compliance_sec1 .items .item dd{margin-bottom:25rem;}
.compliance_sec1 .items .tit {
  line-height: 1;
  margin-bottom: 14rem;
  text-align:center;
}

.compliance_sec1 .items .line {
  height: 4px;
  width: 40px;
  background: #ea5420;
  margin: 0 auto 30rem;
}

.compliance_sec1 .items .desc {

}

.compliance_sec2 {
  padding-top: 110rem;
  padding-bottom: 120rem;
}

.compliance_sec2 .cont {
  background: #fdf9f8;
  box-sizing: border-box;
  padding: 76rem 120rem 76rem 60rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.compliance_sec2 .text {
  flex: 1;
  padding-right: 30rem;
}

.compliance_sec2 .text li {
  margin-bottom: 10rem;
}

.compliance_sec2 .text a.jb_btn {
  display: inline-block;
  padding: 12rem 50rem;
  color: #fff;
  background: #ea5420;
  border-radius: 30px;
  margin-top: 30rem;
  transition: all 0.3s;
}

@media screen and (min-width: 1024px) {
  .compliance_sec2 .text a.jb_btn:hover {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}

.compliance_sec2 .code {
  flex-direction: column;
  justify-content: center;
  padding-left: 40rem;
  width: 223rem;
  border-left: 1px solid #ea5420;
  padding-top: 20rem;
  padding-bottom: 30rem;
  text-align: center;
}

.compliance_sec2 .code .img {
  display: inline-block;
  width:100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.compliance_sec2 .code .img img{width:100%;}
.compliance_sec2 .code p {
  margin-top: 16rem;
  text-align: center;
}

/* 加入我们 */
.join_wrap .comm_tit {
  text-align: center;
  margin-bottom: 50rem;
}

.join_sec2_tit .comm_tit {
  text-align: center;
  margin-bottom: 50rem;
  width: 100%;
}

.join_sec1 {
  padding: 100rem 0;
  text-align: center;
}

.join_sec1 h1 {
  margin-bottom: 40rem;
}

.join_sec1 .tit {
  display: flex;
  justify-content: center;
  align-items: center;
}

.join_sec1 .dh3,
.join_sec1 .dh4 {
  width: 60rem;
  height: 50rem;
  display: block;
}

.join_sec1 .dh3 {
  background: url('../images/dh3.png') no-repeat;
  background-size: cover;
  margin-right: 30rem;
}

.join_sec1 .dh4 {
  background: url('../images/dh4.png') no-repeat;
  background-size: cover;
  margin-left: 30rem;
}

.join_sec2 {
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  padding: 195rem 0 110rem;
}

.join_sec2 .wrap {
  display: flex;
  align-items: center;
  color: #fff;
}

.join_sec2 .img {
  width: 550rem;
}

.join_sec2 .cont {
  flex: 1;
  padding-left: 110rem;
}

.join_sec2 .cont h2 {
  margin-bottom: 50rem;
  line-height: 1.2;
}

.join_sec2 .cont p {
  margin-bottom: 65rem;
}

.join_sec2 .cont .line {
  width: 107px;
  height: 10rem;
  background: #ea5420;
}

.join_sec3 {
  position: relative;
  padding-top: 100rem;
}

.join_sec3 .tabs_img_box {
  position: relative;
  color: #fff;
}

.join_sec3 .tabs_img_box .item {

}

.join_sec3 .tabs_img_box .item .i_txt {
  position: absolute;
  top: 250rem;
  left: 0;
  width: 100%;
  padding: 0 4%;
  text-align: center;
}

.join_sec3 .tabs_btn_box{
  position: absolute;
  bottom: 320rem;
  z-index: 2;
  padding: 0 30rem;
  margin: 0 auto;
  width: 100%;
  display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20rem;
    width: 100%;
    box-sizing: border-box;
    align-items: end;
  max-width: 85%;
  left: 50%;
  transform: translateX(-50%);

}
.join_sec3 .tabs_btn_box .swiper-wrapper{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44rem;

}

.join_sec3 .tabs_btn_box .tab_btn {
  border: 1px solid #fff;
  color: #fff;
  padding: 0 40rem;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 160rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.join_sec3 .tabs_btn_box .tab_btn .p {
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  display: none;
}

.join_sec3 .tabs_btn_box .tab_btn.active {
  background: #ea5420;
  border-color: #ea5420;
}

.join_sec3 .tabs_btn_box .tab_btn.active .p {
  visibility: visible;
  opacity: 1;
  display: block;
}

.join_sec4 {
  padding: 100rem 0 120rem;
}

.join_sec4 .items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 44rem;
}

.join_sec4 .items .item {
  position: relative;
  width: calc(50% - 22rem);
}

.join_sec4 .items .txt {
  position: absolute;
  z-index: 2;
}

.join_sec4 .item {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.join_sec4 .item a {
  color: #fff;
  position: relative;
  z-index: 2;
}

.join_sec4 .item::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(234, 84, 32, 0.1) 30%, rgba(234, 84, 32, 0.9) 100%);
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
}

@media screen and (min-width: 1024px) {
  .join_sec4 .item:hover .txt p {
    opacity: 1;
    visibility: visible;
    height: auto;
  }

  .join_sec4 .item:hover::before {
    opacity: 1;
  }
}

.join_sec4 .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 0 50rem 20rem;
  box-sizing: border-box;
}

.join_sec4 h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.join_sec4 h3+p {
  margin-top: 10rem;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}

.join_sec5 {
  background-size: 100% auto;
}

.join_sec5 .wrap {
  overflow: hidden;
}

.join_sec5 .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 90rem;
  /*width: 1300rem;*/
  margin: 36% auto 0;
}

.join_sec5 .items .item {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 40rem;
  transition: all 0.3s;
}

.join_sec5 .items .txt {
  margin-top: 70rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.join_sec5 .items .more {
  width: 50rem;
  height: 50rem;
  text-align: center;
  line-height: 50rem;
  background: #ea5420;
  color: #fff;
  font-size: 28rem;
  border-radius: 50%;
}

.join_sec5 .items .item .icon {
  display: inline-block;
  width: 60rem;
  height: 60rem;
}

.join_sec5 .items .item:nth-child(1) .icon {
  background: url(../images/join_icon01.png) no-repeat center top;
  background-size: auto 100%;
}

.join_sec5 .items .item:nth-child(2) .icon {
  background: url(../images/join_icon03.png) no-repeat center top;
  background-size: auto 100%;
}

.join_sec5 .items .item:nth-child(3) .icon {
  background: url(../images/join_icon05.png) no-repeat center top;
  background-size: auto 100%;
}

.join_sec5 .items .item:hover {
  background: #ea5420;
  color: #fff;
}

.join_sec5 .items .item:hover a {
  color: #fff !important;
}

.join_sec5 .items .item:hover .more {
  background-color: #fff;
  color: #ea5420;
}

.join_sec5 .items .item:nth-child(1):hover .icon {
  background-image: url(../images/join_icon02.png);
}

.join_sec5 .items .item:nth-child(2):hover .icon {
  background-image: url(../images/join_icon04.png);
}

.join_sec5 .items .item:nth-child(3):hover .icon {
  background-image: url(../images/join_icon06.png);
}

/* 复游会 */
.club_sec1 {
  /*padding: 100rem 0;*/
}

.club_sec1 .common_sec {
  /*margin-bottom: 4%;*/
}

.club_sec1 .lf_img {
  width: 419rem;
}

.club_sec1 .rt {
  padding-left: 120rem;
  flex: 1;
}

.club_sec1 .rt h2 {
  margin-bottom: 40rem;
}

.club_view_img {
  display: flex;
  justify-content: space-between;
}

.club_view_img .item {
  position: relative;
  overflow: hidden;
}

.club_view_img .txt {
  position: absolute;
  left: 20rem;
  z-index: 2;
  color: #fff;
}

.club_view_img .lf {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.club_view_img .lf .item:nth-child(2) .txt {
  top: 30rem;
}

.club_view_img .lf .item:nth-child(1) .txt {
  bottom: 30rem;
}

.club_view_img .ct {
  width: 26.25%;
}

.club_view_img .ct .txt {
  bottom: 30rem;
}

.club_view_img .rg {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.club_view_img .rg .item .txt {
  top: 30rem;
}

.club_sec2 {
  background-color: #fcf7f5;
  padding: 90rem 0;
}

.club_sec2 h2.tit {
  text-align: center;
}

.club_sec2 .items {
  display: flex;
  gap: 44rem;
  margin-top: 65rem;
}

.club_sec2 .item {
  display: flex;
  flex-direction: column;
  gap: 30rem;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .club_sec2 .item:hover .cont {
    background-color: #ea5420;
    color: #fff;
  }
}

.club_sec2 .item h3 {
  margin-bottom: 10px;
}

.club_sec2 .item .cont {
  background-color: #fff;
  padding: 25rem 0;
  transition: all 0.3s;
}

.club_sec2 .item .cont p {
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 3.6em;
}

.club_sec2 .item:nth-child(2n - 1) {
  flex-flow: column-reverse;
}

.club_sec3 {
  background: #ea5420;
}

.club_sec3 .wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.club_sec3 .lf {
  padding-top: 150rem;
}

.club_sec3 .lf .tit {
  color: #fff;
  margin-bottom: 70rem;
}

.club_sec3 .lf .down_btn {
  display: block;
  width: 360rem;
  padding: 13rem;
  border-radius: 50rem;
  background: #fff;
  text-align: center;
  overflow: hidden;
  margin-bottom: 90rem;
}

.club_sec3 .lf .down_btn:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.club_sec3 .lf .down_btn span {
  line-height: 64rem;
}

.club_sec3 .lf .down_btn .icon {
  float: right;
  width: 64rem;
  height: 64rem;
  border-radius: 50%;
  text-align: center;
  line-height: 64rem;
  background: #ea5420;
  color: #fff;
  font-size: 20rem;
}

.club_sec3 .rgt {
  margin-top: 50rem;
  width: 800rem;
  position: relative;
  z-index: 4;
}

.club_sec3 .bg {
  position: absolute;
  right: 60rem;
  margin-top: -33rem;
  margin-right: -100rem;
  z-index: 1;
  width: 830rem;
  height: 100%;
  background: url(../images/club_sec3_bg.png) no-repeat right top;
}

.club_sec4 {
  padding: 90rem 0 0;
}

.club_sec4 .tit {
  text-align: center;
  margin-bottom: 90rem;
}

.club_sec4 .cont {
  position: relative;
}

.club_sec4 .tabs_box {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 4;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  color: #fff;
}

.club_sec4 .tabs_box .btn {
  position: relative;
  cursor: pointer;
}

.club_sec4 .tabs_box .btn.active::before {
  background-color: #ea5420;
}

.club_sec4 .tabs_box .btn span {
  overflow: hidden;
  text-overflow: ellipsis;
  align-items: center;
  margin-top: 20px;
  display: inline-block;
}
.club_sec4 .tabs_box .swiper-container{max-width: 90%;}
.club_sec4 .tabs_box .swiper-button-prev,
.club_sec4 .tabs_box .swiper-button-next{
  width: 60rem;
  height: 60rem;
  line-height: 60rem;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  background: #FF5909;
  transform: translateY(-50%);
  margin:0;
}
.club_sec4 .tabs_box .swiper-button-prev{left: 4%;}
.club_sec4 .tabs_box .swiper-button-next{right: 4%;}
.club_sec4 .tabs_box .btn::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 107rem;
  height: 10rem;
  background: #fff;
}

.club_sec4 .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s;
  display: none;
}

.club_sec4 .item.on {
  display: block;
}

.club_sec4 .item .box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  color: #fff;
  padding-top: 160rem;
}

.club_sec4 .item .box .i_logo img {
  width: auto;
}

.club_sec4 .item .box .i_tit {
  margin-top: 50rem;
  line-height: 1.2;
}

.club_sec5 {
  margin-top: 90rem;
}

.club_sec6 {
  padding: 90rem 0;
}

.club_sec6 .tit {
  text-align: center;
  margin-bottom: 50rem;
}

.club_sec6 .tab_box {
  border-bottom: 1px solid #666;
  margin-bottom: -1px;
}

.club_sec6 .tab_box .wrap {
  position:relative;
  align-items: center;
}
.club_sec6 .tab_box .wrap .swiper-container{width:100%;}

.club_sec6 .tab_box .item {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0 0 33rem;
}

.club_sec6 .tab_box .item .icon {
  width: 40rem;
  height: 40rem;
  margin-right: 10rem;
}
.club_sec6 .tab_box .item .name{white-space:nowrap;}
.club_sec6 .tab_box .item.on {
  border-bottom: 3px solid #ea5420;
}
.club_sec6 .tab_cont_itm{padding-top: 40rem;}
.club_sec6 .tab_cont_itm {
  display: none;
}

.club_sec6 .tab_cont_itm.on {
  display: block;
}

.club_sec6 .tab_cont_itm .tab_tit {
  text-align: center;
  margin-bottom: 70rem;
}

.club_sec6 .tab_cont_itm .tab_tit span {
  color: #ea5420;
}

.club_sec6 .tab_cont_itm .dl {
  background: #fcf7f5;
  color: #7c4c29;
}
.club_sec6 .tab_cont_itm li{margin-bottom: 50rem;}
.club_sec6 .tab_cont_itm .dt {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30rem;
}

.club_sec6 .tab_cont_itm .dt span {
  margin: 0 60rem;
}

.club_sec6 .tab_cont_itm .dt::before,
.club_sec6 .tab_cont_itm .dt::after {
  content: '';
  display: block;
  width: 160rem;
  height: 1px;
  background: #7c4c29;
}

.club_sec6 .tab_cont_itm .dd {
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  /*justify-content: space-evenly;*/
  /*align-items: center;*/
  text-align: center;
  font-size: 0;
}
.club_sec6 .tab_cont_itm .dd .im{display: inline-block;width: 20%;}
.club_sec6 .tab_cont_itm .dd .icon img {
  width: 96rem;
  height: 96rem;
}

.club_sec6 .tab_cont_itm .dd p {
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 3.6em;
  margin-top: 20rem;
}
.club_sec6 .swiper-button-prev,
.club_sec6 .swiper-button-next{
    width: 60rem;
    height: 60rem;
    line-height: 60rem;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    background: #FF5909;
    transform: translateY(-50%);
    margin: 0;
}
.club_sec6 .swiper-button-prev{left:-80rem;}
.club_sec6 .swiper-button-next{right:-80rem;}
.club_sec7 {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90rem 0 50rem;
}

.club_sec7 .tit {
  color: #fff;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 100rem;
}

.club_sec7 .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50rem;
  text-align: center;
}

.club_sec7 .items .item {
  background: rgba(255, 255, 255, 0.9);
  padding: 40rem 0;
  border-radius: 30rem;
}

.club_sec7 .items .item .img {
  max-width: 60%;
  margin: 0 auto;
}

.club_sec7 .items .txt {
  margin-bottom: 30rem;
}

.club_sec7 .items .phone {
  display: block;
  margin-top: 40rem;
}
.club_sec7 .link_box {
  text-align: center;
  padding-top: 25rem;
}
.club_sec7 .link_box a {
  color: #fff;
  padding: 0 20rem 10px;
  border-bottom: 1px solid #fff;
  margin: 0 40rem;
}
.club_sec7 .link_box a:hover {
  border-color: #ea5420;
}
/* APP下载 */
.down_sec1 {
  padding: 90rem 0 120rem;
  background: #faf9f5;
}

.down_sec1 h1 {
  text-align: center;
  margin-bottom: 70rem;
}

.down_sec1 .img {
  width: 37.13%;
  float: left;
}

.down_sec1 .items {
  float: right;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30rem;
  width: 61%;
}

.down_sec1 .item {
  background: #fff;
  padding: 50rem;
  border-radius: 10rem;
}

.down_sec1 .icon {
  width: 66rem;
  margin-bottom: 40rem;
}

.down_sec1 dt {
  margin-bottom: 20rem;
}

.down_sec1 dd {
  padding-left: 14px;
  line-height: 1.5;
  position: relative;
}

.down_sec1 dd::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  position: relative;
  left: -14px;
}

.down_sec2 {
  padding: 60rem 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.down_sec2 .cont {
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-end;
}

.down_sec2 .items {
  float: left;
  display: flex;
}

.down_sec2 .item {
  background: rgba(255, 255, 255, 0.9);
  padding: 40rem 0;
  border-radius: 30rem;
  width: 390rem;
  height: 390rem;
  text-align: center;
  margin-right: 60rem;
}

.down_sec2 .item .txt {
  margin-bottom: 20rem;
  padding: 0 10px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 2.4em;
}

.down_sec2 .item .img img {
  max-width: 60%;
}

.down_sec2 .desc {
  color: #fff;
}

/* 三亚·亚特兰蒂斯 */
.atlantis_sec1 {
  padding: 100rem 0;
}

.atlantis_sec2 {
  position: relative;
}

.atlantis_sec2 .tabs_box {
  position: absolute;
  left: 0;
  top: 50rem;
  z-index: 2;
  width: 100%;
}

.atlantis_sec2 .tabs_box .tabs {
  border: 1px solid #fff;
  opacity: 0.3 !important;
  text-align: center;
  line-height: 1;
  padding: 15rem 10px;
  width: 220rem;
  color: #fff;
  cursor: pointer;
  margin: 0 5px;
  white-space: nowrap;
}

.atlantis_sec2 .tabs_box .tabs.on {
  opacity: 1 !important;
  border-color: #ea5420;
  background-color: #ea5420;
  font-family: GlowBold;
}

.atlantis_sec2 .tabs_box .wrap {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  overflow: auto;
}

.atlantis_sec2 .item {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.atlantis_sec2 .item.on {
  display: block;
}

.atlantis_sec2 .item .cont {
  color: #fff;
  position: absolute;
  top: 290rem;
  left: 0;
  padding: 0 370rem;
}

.atlantis_sec2 .item .txt {
  line-height: 1.2;
  margin-bottom: 30rem;
}

.atlantis_sec2 .item .data_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60rem;
}

.atlantis_sec2 .item .data_box .li {
  border-bottom: 2px solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 510rem;
}

.atlantis_sec3 {
  padding: 110rem 0;
}

.atlantis_sec3 .tit,
.atlantis_sec4 .tit,
.atlantis_sec5 .tit {
  text-align: center;
  line-height: 1.2;
}

.atlantis_sec3 .list {
  margin-top: 80rem;
}

.atlantis_sec3 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60rem;
}

.atlantis_sec3 li {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #000;
  align-items: baseline;
}
.atlantis_sec3 li span:first-child{color: #ea5420;}
.atlantis_sec3 li i {
  color: #ea5420;
}
.atlantis_sec3_tips{margin-top: 50rem;}
.atlantis_sec4 {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100rem 0;
}

.atlantis_sec4 .list {
  margin-top: 50rem;
}

.atlantis_sec4 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 44rem;
  margin-top: 20rem;
  text-align: center;
  justify-content: center;
}

.atlantis_sec4 li {
  background: #fff;
  border-bottom: 4px solid #ea5420;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60rem 0;
  width: calc(33.333% - 30rem);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
}

.atlantis_sec4 .date {
  color: #ea5420;
}

.atlantis_sec5 {
  padding: 100rem 0;
}

.atlantis_sec5 ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 44rem;
  margin-top: 70rem;
}

.atlantis_sec5 li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 44rem;
}

.atlantis_sec5 li:nth-child(2n) {
  flex-direction: column-reverse;
}

.atlantis_sec5 li .img {
  position: relative;
}

.atlantis_sec5 li .btm_tit {
  position: absolute;
  width: 100%;
  bottom: 20rem;
  color: #fff;
  text-align: center;
}

.atlantis_sec5 li .cont {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background: rgba(255, 89, 9, 0.8);
  color: #fff;
  padding: 50rem 20rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  opacity: 0;
}

.atlantis_sec5 li .cont .tit {
  margin-bottom: 15rem;
}

.atlantis_sec5 li .cont .desc {
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}

.atlantis_sec5 li .img:hover .btm_tit {
  display: none;
}

.atlantis_sec5 li .img:hover .cont {
  opacity: 1;
}

/* 太仓阿尔卑斯国际度假区 */
.alps_sec1 {
  padding: 100rem 0;
}
.alps_sec2 .tabs_box {
  border-bottom: 1px solid #7e7b7a;
  display: flex;
  justify-content: center;
  gap: 150rem;
}
.alps_sec2 .tabs_box a {padding:20rem 0;}
.alps_sec2 .tabs_box a.active {
  border-bottom: 3px solid #ea5420;
  color: #ea5420;
}

.alps_sec2 .imgbg_box {
  position: relative;
}

.alps_sec2 .imgbg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0 !important;
  transition: all 0.3s;
}

.alps_sec2 .imgbg.on {
  position: relative;
  opacity: 1 !important;
}

.alps_sec2 .tit {
  text-align: center;
  line-height: 1.2;
  margin: 70rem 0;
}

.alps_sec2 .cont {
  position: relative;
}

.alps_sec2 .list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.alps_sec2 .list .wrap {
  display: flex;
  height: 100%;
  color: #fff;
}

.alps_sec2 .list ul {
  display: flex;
  width: 100%;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.alps_sec2 .list ul li {
  position: relative;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  width: 20%;
}

.alps_sec2 .list ul .box {
  position: absolute;
  bottom: 50rem;
  left: 0;
  padding: 0 20rem 0;
  margin-bottom: 50rem;
  border-left: 3px solid #ea5420;
  cursor: pointer;
  transition: all 0.5s;
}

.alps_sec2 .list ul .dt {
  width: 5em;
  line-height: 1.1;
  margin-bottom: 10px;
}

.alps_sec2 .list ul .dd {
  display: none;
}
.alps_sec2 .list ul .dd span{color:#ea5420;font-family: GlowBold;}
.alps_sec2 .list ul li.on .box {
  top: 100rem;
  bottom: auto;
  border: none;
}

.alps_sec2 .list ul li.on .box .dt {
  white-space: nowrap;
}

.alps_sec2 .list ul li.on .box .dd {
  display: block;
}

.alps_sec3 {
  padding: 100rem 0;
}

.alps_sec3 .tit {
  text-align: center;
  line-height: 1.2;
}

.alps_sec3 ul {
  margin-top: 70rem;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap:44rem;
}

.alps_sec3 li {
}

.alps_sec3 li p {
  text-align: center;
  margin-top: 20rem;
}

.alps_sec3 li:nth-child(2n) {
  float: right;
}

/* 地中海 邻镜 */
/*.joyview_sec1 {*/
/*  padding: 100rem 0;*/
/*}*/

.joyview_sec2 {
  padding: 120rem 0;
  color: #fff;
}

.joyview_sec2 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44rem;
}

.joyview_sec2 .item {
  border: 3px solid #fff;
  height: 312rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem;
  text-align: center;
}

.joyview_sec2 .item h3 {
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 16rem;
}

.joyview_sec2 .item p {
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  transition: all 0.3s;
  overflow: hidden;
  height: 0;
  opacity: 0;
}

@media screen and (min-width: 1024px) {
  .joyview_sec2 .item:hover p {
    height: auto;
    opacity: 1;
  }
}

.joyview_sec3 .items {
  padding: 180rem 0 0;
}

.joyview_sec3 .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 180rem;
}

@media screen and (min-width: 1024px) {
  .joyview_sec3 .item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}

.joyview_sec3 .img,
.joyview_sec3 .cont {
  width: 44.5%;
}
.joyview_sec3 .item:nth-child(2n) .cont{
  padding-right: 0;
}
.joyview_sec3 .item:nth-child(2n - 1) .cont{
  padding-left: 0;
}
.joyview_sec3 .tit {
  margin-bottom: 20rem;
  line-height: 1.2;
}

.joyview_sec3 .subtit {
  margin-bottom: 35rem;
  line-height: 1.3;
}

.joyview_sec3 .desc {
  line-height: 1.3;
  text-align:justify;
}

/* 白日方舟 */
.oasis_sec2 {
  display: flex;
}

.oasis_sec2 .list {
  grid-template-columns: repeat(4, 1fr);
}

.oasis_sec2 .item {
  height: 290rem;
}

/* 隐私政策/法律声明 */
.law_cont {
  padding: 100rem 0;
}

.law_tit {
  text-align: center;
  margin-bottom: 30rem;
}


.law_box {
  padding: 60px 94px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background: #fff;
}

/* 搜索 */
.search_top {
  background: #d0d0d0 url(../images/search_bg.jpg) no-repeat;
  background-size: cover;
  padding: 80rem 0;
}

.search_top .wrap {
  width: 850px;
}

.search_form {
  overflow: hidden;
  margin-bottom: 25rem;
}

.search_form input,
.search_form button {
  height: 56rem;
  line-height: 56rem;
  border-radius: 30rem;
}

.search_form input {
  background: #fff;
  padding: 0 30rem;
  float: left;
  width: calc(100% - 145rem);
  border: none;
}

.search_form button {
  text-align: center;
  float: right;
  width: 135rem;
  background: #000;
  color: #ea5420;
}

.search_result i {
  color: #ea5420;
}

.search_result span {
  margin: 0 10rem;
}

.search_bottom {
  overflow: hidden;
  padding: 110rem 0 140rem 0;
}

.search_qklist {
  padding-right: 1.15rem;
}

.search_qklist li {
  width: 33.33%;
  float: left;
  margin-bottom: 60rem;
}

.search_qklist li:nth-child(3n+1) {
  clear: both;
}

.search_qklist ul {
  margin: 0 -45rem;
}

.search_qklist li>a {
  display: block;
  margin: 0 45rem;
}

.search_qklist dt {
  border-radius: 20rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 20rem;
}

.search_qk_p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50rem 40rem;
}

.search_qk_p h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search_qk_p h3 {
  line-height: 1.3em;
  max-height: 2.6em;
  margin-bottom: 20rem;
}

.search_qklist dd h3 {
  line-height: 1.3em;
  max-height: 2.6em;
  text-align: center;
}

.search_qklist .page {
  padding-top: 0;
}

.search_newslist .social_02 li {
  margin-bottom: 30rem;
}

.search_newslist .social_02 dd {
  float: none;
  position: static;
  width: 100%;
  background: #f4f6f7;
  padding: 50rem;
  padding-bottom: 30rem;
}

.search_newslist .social_02 .social_more {
  padding-top: 45rem;
}

.search_newslist .page {
  padding-top: 30rem;
}

@media only screen and (min-width: 1025px) {
  .search_newslist .social_02 li>a:hover dd {
    background: #fff;
  }

  .social_01 dd h3,
  .social_01 .social_more i {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
  }

  .social_01 dd h3:hover,
  .social_01 .social_more i:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 1024px) {
  .search_top {
    padding: 50rem 0;
  }

  .search_bottom {
    padding: 80rem 0;
  }

  .search_qklist {
    padding-right: 0;
  }

  .search_qklist ul {
    margin: 0 -20rem;
  }

  .search_qklist li>a {
    margin: 0 20rem;
  }

  .search_qklist li {
    margin-bottom: 4rem;
  }

  .search_qk_p {
    padding: 0.3rem;
  }

  .search_newslist .social_02 .social_more {
    padding-top: 10rem;
  }

  .search_newslist .social_02 dd {
    padding: 20rem;
  }
}

@media only screen and (max-width: 767px) {

  .search_form input,
  .search_form button {
    height: 44px;
    line-height: 44px;
    border-radius: 30px;
  }

  .search_form input {
    width: calc(100% - 110px);
  }

  .search_form button {
    width: 100px;
  }

  .search_bottom .left,
  .search_bottom .right {
    float: none;
    width: 100%;
  }

  .search_bottom .left {
    margin-bottom: 20px;
  }

  .search_bottom .left ul {
    overflow: hidden;
  }

  .search_bottom .left li {
    float: left;
    width: 50%;
  }

  .search_qklist li {
    width: 50%;
    float: left;
    margin-bottom: 20px;
  }

  .search_qklist li:nth-child(3n+1) {
    clear: inherit;
  }

  .search_qklist li:nth-child(2n+1) {
    clear: both;
  }

  .search_bottom .left li a {
    padding-left: 20px;
  }

  .search_bottom .left li b {
    width: 14px;
    height: 14px;
  }

  .search_bottom .left li b::after {
    width: 6px;
    height: 6px;
  }

  .search_newslist .social_02 dd {
    padding: 20px;
  }

  .search_newslist .social_02 .social_more {
    padding-top: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .cooperate_sec1 .item {
    margin: 0 60rem;
  }

  .cooperate_sec2 dl.grid4 dd {
    grid-template-columns: repeat(3, 1fr);
    gap: 90rem;
  }

  .cooperate_sec4 .img {
    padding: 0;
  }

  .cooperate_sec4 .txt {
    padding: 0 100rem;
  }

  .cooperate_sec5 .txt h3 {
    font-size: 18px;
  }

  .cooperate_sec5 .swiper-button-prev,
  .cooperate_sec5 .swiper-button-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
  }

  /* 加入复游会 */
  .club_view_img {
    flex-wrap: wrap;
  }

  .club_view_img .lf,
  .club_view_img .ct {
    width: 49%;
  }

  .club_view_img .rg {
    width: 100%;
  }

  .club_view_img .rg img {
    width: 100%;
  }

  .club_view_img .rg .item {
    margin-top: 2%;
  }

  .club_sec2 .items {
    flex-wrap: wrap;
  }

  .club_sec2 .item {
    flex-flow: column !important;
    width: 48% !important;
  }

  .club_sec3 .bg {
    display: none;
  }

  /* 公司介绍 */
  .compony_sec1_box .scroll_box {
    display:block;
    font-size:0;
    text-align:center;
  }

  .compony_sec1_box .scroll_box .item {
    margin-bottom: 40rem;
    display:inline-block;
    padding:0 40rem 0 0;
    text-align:center;
    width:33.333%;
  }
  .compony_sec1_box .scroll_box sup{font-size:10px;}
  .compony_sec1_box .scroll_box .item dd{white-space:nowrap;font-size:12px;}
  .compony_sec2{padding-bottom: 600rem;}
  .compony_sec2 .items .tit{font-size:16px;}
  .compony_sec2 .items .desc{
    font-size:18px;
  }

  .compony_sec2 .items .item {
    width: 100%;
    margin-bottom: 20rem;
  }
  .compony_sec3 .history-swiper .swiper-button-prev,
  .compony_sec3 .history-swiper .swiper-button-next{
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .compony_sec4 ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20rem;
  }

  .compony_sec4 ul li {
    float: none;
    margin: 0;
    width: 100%;
  }

  /* 可持续发展 */
  .develop_sec2 .cont {
    width: 100%;
  }

  .develop_sec2 .cont i {
    font-size: 16px !important;
  }

  .develop_sec2 .cont .left {
    width: 40%;
  }

  .develop_sec2 .right_img {
    display: none;
  }

  /* 下载复游会APP */
  .down_sec2 .cont {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
  }

  .down_sec2 .items {
    float: none;
    margin-top: 30rem;
  }

  .down_sec2 .items .item {
    width: auto;
    height: auto;
  }

  .down_sec2 .items .item:last-child {
    margin: 0;
  }

  /* 亚特兰蒂斯 */
  .atlantis_sec2 .tabs_box .wrap {
    justify-content: flex-start;
  }

  .atlantis_sec2 .tabs_box .tabs {
    width: 100px;
  }

  .atlantis_sec2 .item .cont {
    padding: 0 6%;
    top: 420rem;
    width: 100%;
  }

  .atlantis_sec3 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 50rem;
  }
}

@media screen and (max-width: 768px) {
.wrap1840{max-width:90%;}
.compony_sec1{padding-top:140rem;}
  .cooperate_sec1 .item {
    margin: 0 20rem;
  }

  .cooperate_sec1 .icon {
    /*height: 50px;*/
    /*width: 50px;*/
  }

  .cooperate_sec1 .icon img {
    width: 100%;
  }

  .cooperate_sec2 dt {
    margin-bottom: 100rem;
  }

  .cooperate_sec2 dt span {
    display: block;
  }

  .cooperate_sec2 dl dd {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 !important;
  }

  .cooperate_sec2 .item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 90rem;
    padding: 0 4%;
  }
  .cooperate_sec2 dl.grid4 .item{width:100%}
  .cooperate_sec2 .item p{
    display: block;
    height: auto;
  }
  .cooperate_sec2 .i_logo {
    /*height: 200rem;*/
    width:160px;
    height:auto;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:100rem;
  }
.cooperate_sec2 .i_logo img{width:100%;}
  .cooperate_sec3 .items {
    width: 100%;
    padding: 0;
    background: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    text-align: center;
    justify-content: center;
    height: auto;
  }

  .cooperate_sec3 .items .item {
    margin: 20px auto 0 !important;
    width: 95px;
    height: 95px;
  }

  .cooperate_sec3 .items .item i {
    font-size: 24px;
  }

  .cooperate_sec6 .contact_wrap {
    flex-wrap: wrap;
    justify-content: left;
  }

  .cooperate_sec6 .contact_wrap .item {
    width: 100%;
    border: none !important;
    text-align: left;
    margin-bottom: 0;
    padding-top: 0;
  }

  .cooperate_sec6 .contact_wrap .item .icon {
    font-size: 30px;
    float: left;
    margin-right: 15px;
  }

  .cooperate_sec6 .contact_wrap .item a {
    font-size: 16px;
  }

  .cooperate_sec6 .contact_wrap .item .qrcode {
    width: 100px;
    height: 100px;
  }

  .cooperate_sec6 .form ul li {
    width: 100%;
    margin-bottom: 10px;
  }

  .cooperate_sec6 .form .select_box dt,
  .cooperate_sec6 .form ul .ipt input {
    padding: 15px 20px;
  }

  .cooperate_sec6 li.yzm .ipt {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .cooperate_sec6 li.yzm .ipt input {
    width: 70%;
  }

  .cooperate_sec6 .form_submit {
    width: 100px;
    height: 50px;
    line-height: 50px;
  }

  /* 联系我们 */
  .contact_wrap{padding-top:140rem;}
  .contact_wrap .items {
    flex-direction: column;
  }

  .contact_wrap .item {
    width: 100%;
    margin-bottom: 20px;
  }

  .contact_wrap i.icon {
    font-size: 30px;
  }

  /* 加入我们 */
  .join_sec1{padding-top:140rem;}
  .join_sec2 .wrap{flex-flow: column-reverse;justify-content: center;gap:30px;}
  .join_sec2 .img{width: 80%;margin-bottom: 60rem;}
  .join_sec2 h1{text-align: center;}
  .join_sec2 .tit .txt{font-size: 18px;}
  .join_sec2 .cont{padding-left:0;}
  .join_sec2 .cont h2{text-align:center;}
  .join_sec2 .cont .line{margin:0 auto;height:4px;}
  .join_sec4 .items .item {width: 100%;}
  .join_sec3 .tabs_btn_box{
    position:static;
    width: 100%;
    display: block;
    transform:none;
    margin-top:100rem;
  }
  .join_sec3 .tabs_btn_box .tab_btn{
    display: block;
    height: auto;
    padding: 40rem;
    margin: 50rem 0;
    background:none !important;
    border-color:#fff !important;
  }
  .join_sec3 .tabs_img_box .item .i_txt,
  .join_sec3 .tabs_img_box{position:static;transform:none;}
  .join_sec3 .tabs_img_box{
     height:auto !important;
     padding: 500rem 0 200rem;
  }
  .join_sec3 .tabs_btn_box .tab_btn .p{display: block;opacity: 1;visibility: visible;}
  .join_sec3 .tabs_btn_box .swiper-wrapper{gap:0;}
  .join_sec4 .items .txt {
    position: static;
    color: #000;
    padding: 20rem;
  }
  .join_sec4 .items{gap:120rem;}
  .join_sec4 h3+p {
    height: auto;
    opacity: 1;
    visibility: visible;
  }

  .join_sec5 {
    height: auto !important;
    padding: 100rem 0;
    background-size: cover !important;
  }

  .join_sec5 .items {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    width: 100%;
    padding:60rem;
  }

  .join_sec5 .items .item {
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px !important;
  }

  .join_sec5 .items .item .icon {
    width: 40px;
    height: 40px;
  }

  .join_sec5 .items .more {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
  }

  /* 加入我们 end */
  /* 加入复游会 */
  .club_sec3 .wrap {
    flex-direction: column;
    justify-content: center;
  }

  .club_sec3 .lf {
    text-align: center;
  }

  .club_sec3 .lf .down_btn {
    margin: 0 auto 4%;
    width: 125px;
  }

  .club_sec3 .lf .down_btn .icon {
    font-size: 14px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }

  .club_sec3 .rgt {
    margin: 0 auto;
  }

  .club_sec4 .i_logo {
    width: 130px;
  }

  .club_sec4 .items {
    height: 324px !important;
  }

  .club_sec4 .item .img {
    height: 324px !important;
    opacity: 0;
  }

  .club_sec4 .tabs_box {
    position: relative;
    color: #000;
    justify-content: left;
    padding: 0 4%;
    display: block;
    white-space: nowrap;
    bottom: 0;
  }
  .club_sec6 .swiper-button-prev,
  .club_sec6 .swiper-button-next{
    width:30px;
    height:30px;
    line-height:30px;
  }
  .club_sec6 .swiper-button-prev{left:0;}
  .club_sec6 .swiper-button-next{right:0;}
  .club_sec4 .tabs_box .btn {
    width: 33%;
    display: inline-block;
  }
  .club_sec4 .tabs_box .swiper-button-prev,
  .club_sec4 .tabs_box .swiper-button-next{
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .club_sec4 .tabs_box .btn::before {
    width: 80%;
    height: 4px;
  }

  .club_sec4 .tabs_box .btn span {
    display: block;
    max-width: 100%;
  }

  .club_sec6 .tab_box .wrap {
    display: block;
    white-space: nowrap;
  }

  .club_sec6 .tab_box .wrap .item {
    display: inline-block;
    vertical-align: bottom;
    width: 25%;
    overflow: hidden;
    line-height: 50px;
  }

  .club_sec6 .tab_box .wrap .item .icon {
    width: 50px;
    height: 50px;
    float: left;
  }

  .club_sec6 .tab_cont_itm .dd {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-bottom: 20px;
  }

  .club_sec6 .tab_cont_itm .dd>div {
    float: left;
    margin-right: 25px;
  }

  .club_sec6 .tab_cont_itm .dd .icon img {
    width: 60px;
    height: 60px;
  }

  .club_sec7 .items {
    grid-template-columns: repeat(2, 1fr);
  }
  .club_sec7 .items .item:last-child{
    transform: translateX(50%);
  }
  .club_sec7 .items .item:last-child .img {
    width: 150rem;
  }

  /* 公司简介 */
  .compony_sec4 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 40rem;
  }
    .compony_sec1_box .tit{margin-bottom:100rem;}
  .execs_popup .top {
    flex-direction: column;
  }

  .execs_popup .top .img {
    width: 100%;
    margin: 0 auto;
  }

  .execs_popup .top .info {
    width: 100%;
    margin: 0;
  }

  .execs_popup .top .info {
    margin-top: 30rem;
  }

  .execs_popup .popup_close {
    width: 30px;
    height: 30px;
  }
  .compony_sec3{padding: 140rem 0 240rem;min-height:1500rem;height:auto;}
  .compony_sec3 .history-tab-swiper{
    width: 90%;
    margin:0 auto;
  }
  .compony_sec3 .history-swiper .swiper-slide{font-size: 22px;}
  .compony_sec3 .history-swiper .swiper-slide-active{font-size: 26px;}
  .compony_sec3 .history-swiper .swiper-slide span{height:40px;}
  .compony_sec3 .history-tab-swiper .swiper-slide .h_logo{width: 80%;margin:0 auto;}
  /* 新闻 */
  .news_index_wrap{padding-top:140rem;}
  .news_index_sec1 .box,
  .news_index_sec1 .img {
    display: block;
    width: 100%;
  }

  .news_index_sec1 .cont {
    padding: 50rem;
  }

  .news_index_sec1 .swiper-button-prev,
  .news_index_sec1 .swiper-button-next {
    top: 30%;
    font-size: 20px;
  }

  .news_index_sec1 .swiper-button-prev {
    left: 7%;
  }

  .news_index_sec1 .swiper-button-next {
    right: 7%;
    left: auto;
  }

  .news_index_list {
    grid-template-columns: repeat(2, 1fr);
  }

  .news_details_wrap a.back .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
  }
  .news_details_wrap .news_edit p{line-height: 32px;margin: 25px 0;}
  .news_index_sec1{display:none;}
  /* 可持续发展 */
  .develop_sec1 .desc{margin-top:100rem;text-align:left;}
  .develop_sec1 .wrap{padding-top:140rem;}
  .develop_sec2 .cont {
    display: block;
  }

  .develop_sec2 .cont .left,
  .develop_sec2 .cont .right {
    width: 100%;
    border: none;
    padding: 0;
  }

  .develop_sec2 .cont .items {
    border-bottom: 2px solid #d0d0d0 !important;
    padding: 50rem 0;
  }

  .develop_sec2 .cont .item {
    width: 50%;
    float: left;
  }

  .develop_sec2 .cont .item .dd {
    padding-right: 10px;
  }

  .develop_sec2 .down_pdf i {
    display: none;
  }

  .develop_sec3 dt,
  .develop_sec3 dd {
    padding-left: 50rem;
  }

  .develop_sec3 dt .lf,
  .develop_sec3 dd .lf {
    width: 380rem;
    margin-right: 50rem;
  }

  /* 下载复游会APP */
  .down_sec1 .img {
    display: none;
  }

  .down_sec1 .items {
    float: none;
    width: 100%;
    padding-right: 0;
    gap: 40rem;
  }

  .down_sec1 .item {
    padding: 80rem;
    text-align:center;
  }

  .down_sec1 .icon {
    width: 40px;
    margin: 0 auto 10px;
  }

  /* 邻境/白日方舟 */
  .joyview_sec2 .list {
    grid-template-columns: repeat(2, 1fr);
  }

  .joyview_sec2 .item {
    height: auto;
    padding: 45rem;
  }

  .joyview_sec2 .item p {
    height: auto;
    opacity: 1;
  }

  .joyview_sec3 .item {
    flex-direction: column;
  }

  .joyview_sec3 .img,
  .joyview_sec3 .cont {
    width: 100%;
  }

  .joyview_sec3 .cont {
    padding: 40rem;
  }
  .joyview_sec3 .cont .tit,
  .joyview_sec3 .cont .subtit{margin-bottom:15px;text-align:center;}
  .oasis_sec2 {
    height: auto !important;
    padding: 100rem 0;
  }

  /* 亚特兰蒂斯 */
  .atlantis_sec2 .tabs_box {
    top: 30px;
  }

  .atlantis_sec2 .item {
    height: 340px !important;
  }
  .atlantis_sec2 .item .data_box{    grid-template-columns: repeat(1, 1fr);}
  .atlantis_sec2 .item .data_box .li{
    width: 100%;}
  .atlantis_sec3 ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 60rem;
  }

  .atlantis_sec3 li {
    padding: 0 10px 10px;
  }

  .atlantis_sec4 ul li {
    width: calc(50% - 30rem);
  }

  .atlantis_sec5 ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .atlantis_sec5 ul li .btm_tit {
    display: none;
  }

  .atlantis_sec5 ul li .cont {
    opacity: 1 !important;
    background: rgba(0,0,0,.3);
  }
  .alps_sec2 .list{
    position:static;
    padding:30px 0;
  }
  .alps_sec2 .list ul{flex-wrap:wrap;}
  .alps_sec2 .list ul li{width:50%;}
  .alps_sec2 .list ul .box{position:static;color:#000;border:none;padding-left:20rem;margin-bottom:20px;}
  .alps_sec2 .list ul .dt{position:relative; width:100%;}
  .alps_sec2 .list ul .dt::before{content:"";position:absolute;left:-20rem;top:0;height:100%;width:3px;background:#ea5420;}
  .alps_sec2 .list ul .dd{display:block;}
  .alps_sec3 ul{grid-template-columns: repeat(1,1fr);}
  .compony_sec1_box .scroll_box .countUp{
    padding-right: 8px;}
  /*隐私政策等副页面*/
  .law_box{
    padding: 0;
    box-shadow: none;
    margin-top: 40px;
  }
  /*风险合规*/
  .compliance_sec1{padding-top:140rem;}
  .compliance_sec1 .items{
    flex-direction: column;
    gap: 60rem;
  }
  .compliance_sec1 .items .tit{margin-bottom:50rem;}
  .compliance_sec1 .items .item{width: 100%;padding:80rem;}
  .compliance_sec1 .items .desc{height: auto;display:block;}
  .compliance_sec2 .cont{
    flex-direction: column;
    justify-content: left;
    padding:80rem;
    align-items: start;
  }
  .compliance_sec2 .cont .code{
    padding-left: 0;
    border-left: none;
    width: auto;
    margin-top:80rem;
  }
  .cooperate_sec1{padding-top:140rem;}
  .cooperate_sec1 .items{grid-template-columns: repeat(1,1fr);gap:100rem;}
  .cooperate_sec6 .form_wrap{margin-top:120rem;}
}

@media screen and (max-width: 480px) {
  .cooperate_sec1 .items {
    flex-direction: column;
  }

  .cooperate_sec1 .item {
    width: 100%;
    margin: 0 0 100rem;
  }

  /* 加入复游会 */
  .club_sec6 .tab_box .wrap .item {
    width: auto;
    line-height: 40px;
    min-width: 30%;
    display:flex;
    justify-content:center;
  }

  .club_sec6 .tab_box .wrap .item .icon {
    width: 40px;
    height: 40px;
  }

  /* 新闻 */
  .news_index_list {
    grid-template-columns: repeat(1, 1fr);
  }

  /* 下载复游会APP */
  .down_sec1 .items {
    grid-template-columns: repeat(1, 1fr);
  }

  /* 邻境/白日方舟 */
  .joyview_sec2 .list {
    grid-template-columns: repeat(1, 1fr);
  }

  /* 亚特兰蒂斯 */
  .atlantis_sec4 ul li {
    width: 100%;
  }
  .alps_sec2 .list ul li{width:100%;}
}