body {
  --ww: 7.35vw;
  --bj: var(--ww);
  --top: 1.8rem;
  --color: #e79535;
  --gap: 1rem;
  --f14: 0.14rem;
  --f16: 0.16rem;
  --f18: 0.18rem;
  --f20: 0.2rem;
  --f22: 0.22rem;
  --f24: 0.24rem;
  --f26: 0.26rem;
  --f28: 0.28rem;
  --f30: 0.3rem;
  --f32: 0.32rem;
  --f34: 0.34rem;
  --f36: 0.36rem;
  --f40: 0.4rem;
  --f44: 0.44rem;
  --f46: 0.46rem;
  --f48: 0.48rem;
  --f54: 0.54rem;
  --f56: 0.56rem;
  --f58: 0.58rem;
  --f60: 0.6rem;
  --f72: 0.72rem;
}
@media (min-width: 1921px) {
  body {
    --bj: calc((100vw - (19.2rem - var(--ww))) / 2);
  }
}
@media screen and (max-width: 1520px) {
  body {
    --f14: 12px;
    --f16: 14px;
    --f18: 16px;
    --f20: 18px;
    --f22: 18px;
    --f24: 20px;
    --f26: 22px;
    --bj: 5vw;
  }
}
@media screen and (max-width: 1200px) {
  body {
    --f20: 16px;
    --f22: 16px;
    --f24: 18px;
    --f26: 20px;
    --f28: 0.34rem;
    --f30: 0.36rem;
    --f32: 0.36rem;
    --f34: 0.38rem;
    --f36: 0.4rem;
    --f40: 0.4rem;
    --f44: 0.4rem;
    --f46: 0.4rem;
    --f48: 0.4rem;
    --f54: 0.5rem;
    --f56: 0.52rem;
    --f58: 0.52rem;
    --f60: 0.54rem;
    --f72: 0.66rem;
    --bj: 5vw;
    --top: 70px;
    --gap: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    --f14: 0.26rem;
    --f16: 0.28rem;
    --f18: 0.3rem;
    --f20: 0.3rem;
    --f22: 0.32rem;
    --f24: 0.34rem;
    --f26: 0.34rem;
    --f28: 0.38rem;
    --f30: 0.4rem;
    --f32: 0.4rem;
    --f34: 0.4rem;
    --f36: 0.4rem;
    --f40: 0.4rem;
    --f44: 0.4rem;
    --f46: 0.4rem;
    --f48: 0.42rem;
    --f54: 0.44rem;
    --f56: 0.46rem;
    --f58: 0.46rem;
    --f60: 0.48rem;
    --f72: 0.6rem;
  }
}
/** 纵向滚动条样式 */
.public_author {
  position: relative;
  top: calc(var(--top) * -1 + 1px);
}
.pt {
  padding-top: var(--gap);
}
.pb {
  padding-bottom: var(--gap);
}
.wMain {
  padding-left: var(--bj);
  padding-right: var(--bj);
  width: 100%;
}
.Privacy_Policy .box_ .content1 {
  font-size: var(--f48);
  font-family: TropikalBold;
}
.Privacy_Policy .box_ .hr {
  border-top: 1px solid #eee;
  margin: 0.5rem 0;
}
.Privacy_Policy .box_ .content3 {
  font-size: var(--f18);
  line-height: 1.8;
  color: #333;
}
.Search_List .box1 {
  padding: 1.4rem 0 0.5rem;
  font-size: var(--f20);
  background: #f6f6f6;
}
.Search_List .box2 {
  min-height: 40vh;
}
.Search_List .box2 .item {
  padding: 0.2rem 0.8rem;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 1200px) {
  .Search_List .box2 .item {
    padding: 0.2rem 0rem;
  }
}
.Search_List .box2 .item a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.Search_List .box2 .item a .left {
  max-width: 80%;
}
.Search_List .box2 .item a .left .t {
  font-size: var(--f14);
  color: #999;
}
.Search_List .box2 .item a .left .b {
  font-size: var(--f24);
  color: #333;
  transition: 0.4s;
  margin-top: 12px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.Search_List .box2 .item a .right {
  font-size: var(--f16);
  color: var(--color);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: 0.4s;
}
.Search_List .box2 .item a .right i {
  font-size: var(--f16);
  display: inline-block;
  transition: 0.4s;
}
.Search_List .box2 .item a:hover .b {
  color: #e79535;
}
.Search_List .box2 .item a:hover .right i {
  transform: translateX(5px);
}
.Search_List .box3 {
  font-size: var(--f18);
  text-align: center;
}
:root {
  --hh: 0.6rem;
  --cw: 24px;
  --tw: 6.3rem;
}
.pc_header {
  transition: 0.6s;
  z-index: 5;
  position: sticky;
  width: 100%;
  top: 0;
}
.pc_header .he_box {
  transition: 0.6s;
  background: #fff;
}
.pc_header .he_box .logo {
  /*height: var(--top);*/
  /*line-height: var(--top);*/
  padding: .25rem 0;
}
.pc_header .he_box .logo a {
    position: relative;  
}
.pc_header .he_box .logo a img {
  height: 1.3rem;
  /*display: none;*/
  transition: .6s;
   opacity: 0;
}
.pc_header .he_box .logo a .black {
  /*display: block;*/
 
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 1;
}
.pc_header .he_box .column .nav {
  transition: 0.4s;
  background: #f2f2f2;
  padding: 0.1rem;
  border-radius: 0.4rem;
}
.pc_header .he_box .column .nav a {
  transition: 0.4s;
  min-width: 1rem;
  line-height: var(--hh);
  border-radius: calc(var(--hh) / 2);
  font-size: var(--f18);
  color: #666;
  text-align: center;
  padding: 0 0.25rem;
}
.pc_header .he_box .column .nav a + a {
  margin-left: 0.1rem;
}
.pc_header .he_box .column .nav a:hover,
.pc_header .he_box .column .nav a.active {
  background: #fff;
  color: #333;
}
.pc_header .he_box .column .nav + .nav {
  margin-left: 0.16rem;
}
.pc_header .he_box .menu {
  --w: 0.64rem;
  margin-left: 0.16rem;
}
.pc_header .he_box .menu .lang a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pc_header .he_box .menu .lang a svg {
  width: var(--f20);
}
.pc_header .he_box .menu .lang a svg path {
  transition: 0.4s;
}
.pc_header .he_box .menu .lang a p {
  line-height: 1;
  margin-left: 0.1rem;
  font-size: var(--f18);
  color: #666;
}
.pc_header .he_box .menu .lang a p i {
  color: #666;
}
.pc_header .he_box .menu .enter {
  margin-left: 0.16rem;
  position: relative;
  cursor: pointer;
}
.pc_header .he_box .menu .enter .wz a {
  transition: 0.4s;
  min-width: 1.24rem;
  font-size: var(--f18);
  line-height: var(--w);
  padding: 0 0.34rem;
  border-radius: 0.4rem;
  background: #f2f2f2;
  color: #666;
}
.pc_header .he_box .menu .enter .wz a:hover {
  background: #e79535;
  color: #fff;
}
.pc_header .he_box .menu .enter .tx {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: var(--w);
  height: var(--w);
  border-radius: 50%;
  overflow: hidden;
}
.pc_header .he_box .menu .enter .tx img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.pc_header .he_box .menu .enter .user_info {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 0.2rem;
  white-space: nowrap;
}
.pc_header .he_box .menu .enter .user_info div {
  min-width: 2.75rem;
  padding: 0.2rem;
  border-radius: 0.3rem;
  border: 1px solid #ccc;
  background: #fff;
}
.pc_header .he_box .menu .enter .user_info div a {
  transition: 0.4s;
  font-size: var(--f18);
  color: #666;
  padding: 0 0.28rem;
  line-height: 0.54rem;
  border-radius: 0.26rem;
}
.pc_header .he_box .menu .enter .user_info div a:hover {
  background: #f2f2f2;
  color: #000;
}
.pc_header .he_box .menu .enter:hover .user_info {
  display: block;
}
.pc_header.fixed {
  position: fixed;
}
.pc_header.fixed .he_box {
  background: none;
}
.pc_header.fixed .he_box .logo a img {
  /*display: block;*/
  opacity: 1;
}
.pc_header.fixed .he_box .logo a .black {
  /*display: none;*/
  opacity: 0;
}
.pc_header.fixed .he_box .column .nav {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
}
.pc_header.fixed .he_box .column .nav a {
  color: #fff;
}
.pc_header.fixed .he_box .column .nav a.active,
.pc_header.fixed .he_box .column .nav a:hover {
  background: #fff;
  color: #333;
}
.pc_header.fixed .he_box .menu .lang a svg path {
  fill: #fff;
}
.pc_header.fixed .he_box .menu .lang a p {
  color: #fff;
}
.pc_header.fixed .he_box .menu .lang a p i {
  opacity: 0.3;
  color: #fff;
}
.pc_header.fixed .he_box .menu .enter .wz a {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
.pc_header.fixed .he_box .menu .enter .wz a:hover {
  background: #fff;
  color: #333;
}
.pc_header.fixed .he_box .menu .enter .user_info div {
  border-color: transparent;
  background: rgba(255, 255, 255, 0.2);
}
.pc_header.fixed .he_box .menu .enter .user_info div a {
  color: #fff;
}
.pc_header.fixed .he_box .menu .enter .user_info div a:hover {
  background: #fff;
  color: #000;
}
.pc_header.fixed.contact .he_box .menu .enter .user_info div {
  border: 1px solid #ccc;
  background: #fff; 
}
.pc_header.fixed.contact .he_box .menu .enter .user_info div a {
  color: #666;
}
.pc_header.fixed.contact .he_box .menu .enter .user_info div a:hover {
  background: #f2f2f2;
  color: #000;
}

.pc_header.on {
  transform: translateY(-100%);
}
.pc_header.active {
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.08));
}
.pc_header.active .he_box {
  background: #fff;
}
.pc_header.active .he_box .logo a img {
  /*display: none;*/
  opacity: 0;
  height: 1rem;
}
.pc_header.active .he_box .logo a .black {
  /*display: block;*/
  opacity: 1;
}
.pc_header.active .he_box .column .nav {
  background: #f2f2f2;
}
.pc_header.active .he_box .column .nav a {
  color: #666;
}
.pc_header.active .he_box .column .nav a:hover,
.pc_header.active .he_box .column .nav a.active {
  background: #fff;
  color: #333;
}
.pc_header.active .he_box .menu .lang a svg path {
  fill: #666;
}
.pc_header.active .he_box .menu .lang a p {
  color: #666;
}
.pc_header.active .he_box .menu .lang a p i {
  opacity: 1;
  color: #666;
}
.pc_header.active .he_box .menu .enter .wz a {
  background: #f2f2f2;
  color: #666;
}
.pc_header.active .he_box .menu .enter .wz a:hover {
  background: #e79535;
  color: #fff;
}
.pc_header.active .he_box .menu .enter .user_info div {
  border-color: #ccc;
  background: #fff;
}
.pc_header.active .he_box .menu .enter .user_info div a {
  color: #666;
}
.pc_header.active .he_box .menu .enter .user_info div a:hover {
  background: #f2f2f2;
  color: #000;
}
.pc_header.is_login .he_box .menu .enter .wz {
  opacity: 0;
  pointer-events: none;
}
.pc_header.is_login .he_box .menu .enter .tx {
  opacity: 1;
  pointer-events: auto;
}
.pc_footer {
  background: #232323;
}
.pc_footer .ter_top {
  padding: 0.6rem 0;
}
.pc_footer .ter_top .le_box {
  width: 20%;
}
.pc_footer .ter_top .le_box .one {
  margin-bottom: 0.3rem;
}
.pc_footer .ter_top .le_box .one a {
   font-size: var(--f28);
  font-family: TropikalBold;
  color: #fff;  
}
.pc_footer .ter_top .ri_box .logo {
  margin-top: .28rem;
  text-align: right;
}
.pc_footer .ter_top .ri_box .logo a img {
  height: 0.92rem;
}
.pc_footer .ter_top .le_box .lxwm {
  /*margin: 0.38rem 0 0;*/
}
.pc_footer .ter_top .le_box .lxwm p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pc_footer .ter_top .le_box .lxwm p span {
  width: var(--f26);
  display: flex;
}
.pc_footer .ter_top .le_box .lxwm p span img {
  max-width: 100%;
  margin: auto;
}
.pc_footer .ter_top .le_box .lxwm p a {
  margin-left: 0.18rem;
  transition: 0.4s;
  font-size: var(--f18);
  color: #999;
}
.pc_footer .ter_top .le_box .lxwm p a:hover[href] {
  color: #fff;
}
.pc_footer .ter_top .le_box .lxwm p + p {
  margin-top: 0.2rem;
}
.pc_footer .ter_top .le_box .code {
  display: flex;
  flex-wrap: wrap;
}
.pc_footer .ter_top .le_box .code .li a {
  transition: 0.4s;
  width: 40px;
  height: 40px;
  background: #999;
  border-radius: 50%;
  display: flex;
}
.pc_footer .ter_top .le_box .code .li a img {
  transition: 0.4s;
  opacity: 0.5;
  margin: auto;
  max-width: 54%;
}
.pc_footer .ter_top .le_box .code .li + .li {
  margin-left: 0.12rem;
}
.pc_footer .ter_top .le_box .code .li:hover a {
  background: #e79535;
}
.pc_footer .ter_top .le_box .code .li:hover a img {
  opacity: 1;
}
.pc_footer .ter_top .ri_box {
  width: 74%;
  display: grid;
  grid-template-columns: 1.8fr 1fr 2fr;
  gap: 0.2rem;
}
.pc_footer .ter_top .ri_box .item .one {
  margin-bottom: 0.3rem;
}
.pc_footer .ter_top .ri_box .item .one a {
  font-size: var(--f28);
  font-family: TropikalBold;
  color: #fff;
}
.pc_footer .ter_top .ri_box .item .two a {
  transition: 0.4s;
  color: #999;
  font-size: var(--f18);
}
.pc_footer .ter_top .ri_box .item .two a:hover {
  color: #fff;
}
.pc_footer .ter_top .ri_box .item .two a + a {
  margin-top: 0.2rem;
}
.pc_footer .ter_top .ri_box .item .three .tips {
  color: #999;
  font-size: var(--f18);
  line-height: 1.3;
}
.pc_footer .ter_top .ri_box .item .three .biaodan {
  margin-top: 0.36rem;
}
.pc_footer .ter_top .ri_box .item .three .biaodan form {
  transition: 0.4s;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #333;
  padding: 6px;
  border-radius: 26px;
}
.pc_footer .ter_top .ri_box .item .three .biaodan form input {
  flex: 1;
  width: 100%;
  background: none;
  border: none;
  font-size: var(--f16);
  color: #fff;
  padding: 0 0.3rem;
}
.pc_footer .ter_top .ri_box .item .three .biaodan form input::placeholder {
  color: #666;
}
.pc_footer .ter_top .ri_box .item .three .biaodan form .btn {
  cursor: pointer;
  width: 38px;
  height: 38px;
  background: #e79535;
  border-radius: 50%;
  display: flex;
}
.pc_footer .ter_top .ri_box .item .three .biaodan form .btn img {
  margin: auto;
}
.pc_footer .ter_top .ri_box .item .three .biaodan form:focus-within {
  border-color: #fff;
}
/*.pc_footer .ter_top .content2 {*/
/*  margin-top: .28rem;  */
/*}*/
.pc_footer .ter_top .le_box .pagamento {
  display: flex;
  flex-wrap: wrap;
  /*width: 20%;*/
  /*margin-top: .28rem;  */
  margin-top: .58rem;
}
.pc_footer .ter_top .le_box .pagamento p {
   border-radius: 4px;
   overflow: hidden;
   margin-right: 6px;
   margin-bottom: 6px;
}
.pc_footer .ter_top .le_box .pagamento p img {
   border-radius: inherit;
   height: 45px;
}
/*.pc_footer .ter_top .content2  .pagamento p+p {*/
/*  margin-left: 6px;*/
/*}*/
/*.pc_footer .ter_top .content2 .pagamento_2 {*/
/*   width: 74%; */
/*}*/
/*.pc_footer .ter_top .content2 .pagamento_2 p {*/
/*  width: 90px;*/
/*  border-radius: 4px;*/
/*}*/
/*.pc_footer .ter_top .content2 .pagamento_2 p img {*/
/*  width: 100%;*/
/*  border-radius: inherit;*/
/*}*/
/*.pc_footer .ter_top .content2 .pagamento_2 p + p {*/
/*  margin-left: 6px;*/
/*}*/

.pc_footer .ter_bot {
  border-top: 1px solid #333;
  padding: 0.38rem 0;
  font-size: var(--f16);
  color: #999;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.pc_footer .ter_bot a {
  display: inline;
  transition: 0.4s;
  color: #999;
}
.pc_footer .ter_bot a:hover {
  color: #fff;
}
.pc_footer .ter_bot .copy {
  display: flex;
  flex-wrap: wrap;
}
.pc_footer .ter_bot .yszc a + a {
  margin-left: 0.7rem;
}
.phone_ {
  display: none;
}
@media (max-width: 1200px) {
  .pc_ {
    display: none;
  }
  .phone_ {
    display: block;
  }
}
.pu_link {
  display: inline-block;
  --h: 0.64rem;
}
.pu_link .a {
  position: relative;
  transition: 0.4s;
  cursor: pointer;
  min-width: 2.18rem;
  height: var(--h);
  border-radius: calc(var(--h) / 2);
  padding: 0 0.38rem;
  background: #fff;
  color: #333;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.pu_link .a >div {
    position: absolute !important;
    opacity: 0;
}
.pu_link .a span {
  text-transform: uppercase;
  font-size: var(--f18);
}
.pu_link .a svg {
  margin-left: 0.14rem;
  width: var(--f20);
}
.pu_link .a svg path {
  transition: 0.4s;
}
.pu_link + .pu_link {
  margin-left: 0.4rem;
}
.pu_link:hover .a {
  background: #e79535;
  color: #fff;
  transform: translateY(-0.1rem);
}
.pu_link:hover .a svg path {
  fill: #fff;
}
.pu_link.color .a {
  background: #e79535;
  color: #fff;
}
.pu_link.border .a {
  border: 1px solid #e79535;
  color: #e79535;
}
.pu_link.border:hover .a {
  background: #e79535;
  color: #fff;
}
.index_banner {
  position: relative;
}
.index_banner .swiper .swiper-slide {
  position: relative;
}
.index_banner .swiper .swiper-slide .slide_img {
  width: 100%;
}
.index_banner .swiper .swiper-slide .slide_img img,
.index_banner .swiper .swiper-slide .slide_img video {
  width: 100%;
  height: var(--vh);
}
.index_banner .swiper .swiper-slide .slide_post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  padding: var(--top) var(--bj) 0;
}
.index_banner .swiper .swiper-slide .slide_post > div {
  width: 100%;
  margin: auto;
  color: #fff;
}
.index_banner .swiper .swiper-slide .slide_post > div .content1 .tips {
  font-size: var(--f24);
}
.index_banner .swiper .swiper-slide .slide_post > div .content1 .text {
  margin-top: 0.36rem;
  font-size: var(--f72);
  font-family: TropikalBold;
}
.index_banner .swiper .swiper-slide .slide_post > div .content2 {
  margin-top: 0.6rem;
}
.index_banner .div_ {
  z-index: 2;
  position: absolute;
  bottom: 0.6rem;
  left: 0;
  width: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 var(--bj);
}
.index_banner .div_ .prev i,
.index_banner .div_ .next i {
  cursor: pointer;
  transition: 0.4s;
  font-size: var(--f18);
  color: #fff;
  opacity: 0.5;
}
.index_banner .div_ .prev:hover i,
.index_banner .div_ .next:hover i {
  opacity: 1;
}
.index_banner .div_ .prev {
  margin-right: 0.24rem;
}
.index_banner .div_ .next {
  margin-left: 0.24rem;
}
.index_banner .div_ .drop {
  width: auto;
  display: flex;
}
.index_banner .div_ .drop .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  width: 6px;
  height: 6px;
  margin: 0 0.12rem !important;
}
.index_banner .div_ .drop .swiper-pagination-bullet-active {
  background: #e79535;
}
.index_grid > div {
  display: grid;
  grid-template-columns: repeat(2, 1.68fr) repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 0.5rem;
}
.index_grid > div .item {
  position: relative;
}
.index_grid > div .item .bk {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.3rem;
}
.index_grid > div .item .bk img {
  transition: 0.4s;
  width: 100%;
  height: 100%;
  border-radius: 0.3rem;
}
.index_grid > div .item .post {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 0.42rem;
}
.index_grid > div .item .post > div {
  width: 100%;
}
.index_grid > div .item .post > div .t1 {
  color: #fff;
  font-size: var(--f28);
  font-family: TropikalBold;
}
.index_grid > div .item .post > div .t2 {
  transition: 0.4s;
  margin-top: 0.08rem;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
}
.index_grid > div .item .post > div .t2 p {
  min-height: 0;
  font-size: var(--f18);
  color: #ccc;
}
.index_grid > div .item:hover .bk img {
  transform: scale(1.05);
}
.index_grid > div .item:hover .post > div .t2 {
  grid-template-rows: 1fr;
}
.index_grid > div .item1 {
  grid-area: 1 / 1 / 2 / 3;
}
.index_grid > div .item2 {
  grid-area: 1 / 3 / 3 / 5;
}
.index_grid > div .item3 {
  grid-area: 2 / 1 / 3 / 2;
}
.index_grid > div .item4 {
  grid-area: 2 / 2 / 3 / 3;
}
.index_explorer .le_box {
  position: relative;
  width: 37%;
}
.index_explorer .le_box .bk {
  overflow: hidden;
  width: 100%;
  border-radius: 0.3rem;
}
.index_explorer .le_box .bk img {
  transition: 0.4s;
  width: 100%;
  border-radius: 0.3rem;
}
.index_explorer .le_box .yuan {
  --w: 1.46rem;
  position: absolute;
  width: var(--w);
  right: calc((var(--w) / 3) * -1);
  top: calc((var(--w) / 3) * -1);
  animation: rotate_ 20s linear infinite;
}
.index_explorer .le_box:hover .bk img {
  transform: scale(1.05);
}
.index_explorer .ri_box {
  width: 52.5%;
}
.index_explorer .ri_box .content1 .t1 {
  font-size: var(--f48);
  color: #000;
  font-family: TropikalBold;
}
.index_explorer .ri_box .content1 .t2 {
  margin-top: 0.2rem;
  font-size: var(--f18);
  color: #333;
}
.index_explorer .ri_box .content2 {
  margin: 0.4rem 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.4rem;
}
.index_explorer .ri_box .content2 .li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.index_explorer .ri_box .content2 .li .svg {
  width: 0.56rem;
  text-align: center;
}
.index_explorer .ri_box .content2 .li .svg img {
  max-width: 100%;
}
.index_explorer .ri_box .content2 .li .text {
  flex: 1;
  padding-left: 0.2rem;
  font-size: var(--f18);
  color: #333;
}
.text_ {
  font-size: var(--f48);
  font-family: TropikalBold;
}
.text_.white {
  color: #fff;
}
.text_.center {
  text-align: center;
}
@keyframes rotate_ {
  100% {
    transform: rotate(360deg);
  }
}
.pu_div {
  --w: 54px;
}
.pu_div .prev,
.pu_div .next {
  cursor: pointer;
  display: flex;
  width: var(--w);
  height: var(--w);
  border-radius: 50%;
  border: 1px solid #fff;
  transition: 0.4s;
}
.pu_div .prev i,
.pu_div .next i {
  transition: 0.4s;
  color: #fff;
  margin: auto;
  font-size: var(--f18);
}
.pu_div .prev:hover,
.pu_div .next:hover {
  border-color: #e79535;
}
.pu_div .prev:hover i,
.pu_div .next:hover i {
  color: #e79535;
}
.index_trips {
  background: #232323;
}
.index_trips .ps_top .le_box {
  width: 42%;
}
.index_trips .ps_top .ri_box {
  width: 52.5%;
}
.index_trips .ps_top .ri_box .x1 {
  color: #ccc;
  font-size: var(--f18);
  line-height: 1.6;
}
.index_trips .ps_top .ri_box .x2 {
  margin-top: 0.6rem;
}
.index_trips .ps_bot {
  position: relative;
  margin-top: 0.75rem;
}
.index_trips .ps_bot .swiper {
  padding-left: var(--bj);
}
.index_trips .ps_bot .swiper .swiper-slide {
  width: auto;
}
.index_trips .ps_bot .div_ {
  margin-top: 0.5rem;
  padding: 0 var(--bj);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.index_trips .ps_bot .div_ .line {
  width: 3rem;
  height: 1px;
  position: relative;
  background: #999;
}
.index_trips .ps_bot .div_ .line .swiper-pagination-progressbar-fill {
  background: #e79535;
}
.index_trips .ps_bot .div_ .next {
  margin-left: 0.18rem;
}
.pu_swiper {
  --w: 4rem;
  --active: 7rem;
  --h: 7rem;
  position: relative;
  width: var(--w);
  transition: 0.6s;
  overflow: hidden;
  border-radius: 0.3rem;
  cursor: pointer;
}
.pu_swiper .bk {
  width: 100%;
  overflow: hidden;
  border-radius: 0.3rem;
}
.pu_swiper .bk img {
  transition: 0.4s;
  width: 100%;
  height: var(--h);
  border-radius: 0.3rem;
}
.pu_swiper .post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0.42rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6));
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.pu_swiper .post > div {
  width: 100%;
}
.pu_swiper .post > div .text .t1 {
  font-size: var(--f28);
  color: #fff;
  font-family: TropikalBold;
}
.pu_swiper .post > div .text .t2 {
  transition: 0.4s;
  margin-top: 0.1rem;
  display: grid;
  grid-template-rows: 0fr;
}
.pu_swiper .post > div .text .t2 p {
  font-size: var(--f18);
  color: #ccc;
  line-height: 1.5;
  max-height: 3em;
}
.pu_swiper .post > div .add {
  margin-top: 0.1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pu_swiper .post > div .add img {
  width: var(--f18);
}
.pu_swiper .post > div .add span {
  margin-left: 0.14rem;
  font-size: var(--f18);
  color: #fff;
}
@media (min-width: 1200px) {
    .pu_swiper:hover {
      width: var(--active);
    }
    .pu_swiper:hover .post > div .t2 {
      transition-delay: 0.4s;
      grid-template-rows: 1fr;
    }  
}

/*@media (max-width: 1200px) {*/
/*  .pu_swiper .post > div .text .t2 {*/
/*      grid-template-rows: 1fr;*/
/*    }    */
/*}*/

.index_what {
  position: relative;
}
.index_what .wh_bot {
  margin-top: 0.74rem;
  position: relative;
  --w: 4.2rem;
}
.index_what .wh_bot .swiper .swiper-slide {
  opacity: 0.34;
  position: relative;
  width: var(--w);
}
.index_what .wh_bot .swiper .swiper-slide .box1 {
  transition: 0.4s;
  opacity: 0;
  border: 1px solid #e79535;
  border-radius: 0.3rem;
  padding: 0.46rem;
}
.index_what .wh_bot .swiper .swiper-slide .box1 .t1 {
  height: 0.48rem;
}
.index_what .wh_bot .swiper .swiper-slide .box1 .t1 img {
  max-height: 100%;
}
.index_what .wh_bot .swiper .swiper-slide .box1 .t2 {
  margin: 0.38rem 0;
  font-size: var(--f16);
  color: #666;
  line-height: 1.5;
  height: 12em;
  overflow: auto;
  padding-right: 0.1rem;
}
.index_what .wh_bot .swiper .swiper-slide .box1 .t2::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.index_what .wh_bot .swiper .swiper-slide .box1 .t2::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e79535;
}
.index_what .wh_bot .swiper .swiper-slide .box1 .t2::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.5);
}
@-moz-document url-prefix() {
  .index_what .wh_bot .swiper .swiper-slide .box1 .t2 {
    scrollbar-color: #e79535 rgba(0, 0, 0, 0.5);
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
.index_what .wh_bot .swiper .swiper-slide .box1 .t3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.index_what .wh_bot .swiper .swiper-slide .box1 .t3 .img {
  --w: 0.8rem;
  width: var(--w);
  height: var(--w);
}
.index_what .wh_bot .swiper .swiper-slide .box1 .t3 .img img {
  width: 100%;
  height: 100%;
}
.index_what .wh_bot .swiper .swiper-slide .box1 .t3 .text {
  flex: 1;
  padding-left: 0.22rem;
}
.index_what .wh_bot .swiper .swiper-slide .box1 .t3 .text .x1 {
  font-size: var(--f24);
  color: #000;
}
.index_what .wh_bot .swiper .swiper-slide .box1 .t3 .text .x2 {
  color: #333;
  font-size: var(--f18);
}
.index_what .wh_bot .swiper .swiper-slide .box2 {
  transition: 0.4s;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  background: #f5f5f5;
  border-radius: 0.3rem;
  padding: 0.46rem;
}
.index_what .wh_bot .swiper .swiper-slide .box2 .t2 {
  margin-bottom: 0.38rem;
  font-size: var(--f16);
  color: #666;
  line-height: 1.5;
  height: 6em;
}
.index_what .wh_bot .swiper .swiper-slide .box2 .t3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.index_what .wh_bot .swiper .swiper-slide .box2 .t3 .img {
  --w: 0.8rem;
  width: var(--w);
  height: var(--w);
}
.index_what .wh_bot .swiper .swiper-slide .box2 .t3 .img img {
  width: 100%;
  height: 100%;
}
.index_what .wh_bot .swiper .swiper-slide .box2 .t3 .text {
  flex: 1;
  padding-left: 0.22rem;
}
.index_what .wh_bot .swiper .swiper-slide .box2 .t3 .text .x1 {
  font-size: var(--f24);
  color: #000;
}
.index_what .wh_bot .swiper .swiper-slide .box2 .t3 .text .x2 {
  color: #333;
  font-size: var(--f18);
}
.index_what .wh_bot .swiper .swiper-slide-next,
.index_what .wh_bot .swiper .swiper-slide-prev {
  opacity: 0.75;
}
.index_what .wh_bot .swiper .swiper-slide-active {
  opacity: 1;
}
.index_what .wh_bot .swiper .swiper-slide-active .box1 {
  opacity: 1;
}
.index_what .wh_bot .swiper .swiper-slide-active .box2 {
  opacity: 0;
  z-index: -1;
}
.index_what .wh_bot .div_ .next,
.index_what .wh_bot .div_ .prev {
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-color: #e79535;
}
.index_what .wh_bot .div_ .next i,
.index_what .wh_bot .div_ .prev i {
  color: #e79535;
}
.index_what .wh_bot .div_ .next:hover,
.index_what .wh_bot .div_ .prev:hover {
  background: #e79535;
}
.index_what .wh_bot .div_ .next:hover i,
.index_what .wh_bot .div_ .prev:hover i {
  color: #fff;
}
.index_what .wh_bot .div_ .prev {
  left: var(--bj);
}
.index_what .wh_bot .div_ .next {
  right: var(--bj);
}
.pt_40 {
  padding-top: 0.4rem;
}
.choose_trip .ip_bot {
  margin-top: 0.5rem;
  width: 100%;
  height: 9.4rem;
}
.choose_trip .ip_div {
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
}
.choose_trip .ip_div a {
  line-height: var(--hh);
  border-radius: 0.3rem;
  border: 1px solid #e79535;
  font-size: var(--f20);
  color: #e79535;
  font-family: TropikalBold;
  text-align: center;
}
.choose_trip .ip_div a.active,
.choose_trip .ip_div a:hover {
  background: #e79535;
  color: #fff;
}
.how_journey {
  background: #fafafa;
}
.how_journey .ey_top {
  text-align: center;
}
.how_journey .ey_top .desc {
  margin-top: 0.36rem;
  font-size: var(--f18);
  color: #333;
  line-height: 1.5;
}
.how_journey .ey_bot {
  position: relative;
  margin-top: 0.9rem;
  --w: 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.how_journey .ey_bot::before {
  z-index: 1;
  content: '';
  position: absolute;
  top: calc((var(--w)/2) - 0.18rem);
  left: 50%;
  transform: translateX(-50%);
  background: url('../images/line.png') no-repeat;
  background-size: 100% 100%;
  width: 12.17rem;
  height: 0.56rem;
}
.how_journey .ey_bot .item {
  z-index: 2;
  position: relative;
}
.how_journey .ey_bot .item .svg {
  margin: 0 auto;
  width: var(--w);
  height: var(--w);
  border-radius: 50%;
  border: 1px solid #e79535;
  background: #fff;
  display: flex;
}
.how_journey .ey_bot .item .svg img {
  max-width: 40%;
  margin: auto;
}
.how_journey .ey_bot .item .text {
  margin-top: 0.26rem;
  text-align: center;
}
.how_journey .ey_bot .item .text .t1 {
  font-size: var(--f28);
  font-family: TropikalBold;
  line-height: 1.35;
}
.how_journey .ey_bot .item .text .t2 {
  margin-top: 0.06rem;
  font-size: var(--f20);
  color: #666;
  line-height: 1.4;
}
.how_journey.how_journey_2 {
  background: #333;
}
.how_journey.how_journey_2 .ey_top {
  color: #fff;
}
.how_journey.how_journey_2 .ey_top .desc {
  color: #ccc;
}
.how_journey.how_journey_2 .ey_bot::before {
  background: url('../images/line_white.png') no-repeat;
  background-size: 100% 100%;
}
.how_journey.how_journey_2 .ey_bot .item .svg {
  border-color: #fff;
}
.how_journey.how_journey_2 .ey_bot .item .text .t1 {
  color: #ccc;
}
.how_journey.how_journey_2 .ey_bot .item .text .t2 {
  color: #999;
}
.well_known {
  background: #333;
}
.well_known.white {
  background: #fafafa;
} 

.well_known .wn_bot {
  margin-top: 0.78rem;
}
.well_known .wn_bot .swiper-slide {
  width: auto;
}
.none {
  display: none !important;
}

.spot_pop_img {
  display: none;    
  z-index: 11;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3); 
}
.spot_pop_img .box {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: min(12.2rem, 90vw);
  border-radius: 0.3rem;
  padding: 0.6rem 0.52rem;
}
.spot_pop_img .box .close {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  cursor: pointer;
}
.spot_pop_img .box .close i {
  transition: 0.4s;
  color: #000;
  font-weight: bold;
  font-size: var(--f30);
  line-height: 1;
}
.spot_pop_img .box .close:hover i {
  color: #e79535;
}
.spot_pop_img .box .list_ {
   width: 100%;
   text-align: center;
}
.spot_pop_img .box .list_ img {
  max-width: 100%;    
}

.spot_pop {
  display: none;
  z-index: 10;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.spot_pop .box {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: min(12.2rem, 90vw);
  border-radius: 0.3rem;
  padding: 0.6rem 0.52rem;
}
.spot_pop .box .close {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  cursor: pointer;
}
.spot_pop .box .close i {
  transition: 0.4s;
  color: #000;
  font-weight: bold;
  font-size: var(--f30);
  line-height: 1;
}
.spot_pop .box .close:hover i {
  color: #e79535;
}
.spot_pop .box .list_ .scroll_ {
  margin-top: 0.5rem;
  max-height: 50vh;
  overflow: auto;
  padding-right: 0.1rem;
}
.spot_pop .box .list_ .scroll_::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.spot_pop .box .list_ .scroll_::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e79535;
}
.spot_pop .box .list_ .scroll_::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.5);
}
@-moz-document url-prefix() {
  .spot_pop .box .list_ .scroll_ {
    scrollbar-color: #e79535 rgba(0, 0, 0, 0.5);
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
.spot_pop .box .list_ .content1 {
  font-size: var(--f32);
  font-family: TropikalBold;
}
.spot_pop .box .list_ .item_1 .content2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.spot_pop .box .list_ .item_1 .content2 .le_box {
  width: 60%;
}
.spot_pop .box .list_ .item_1 .content2 .le_box .div1 .li .i1 {
  font-size: var(--f28);
  color: #000;
  font-family: TropikalBold;
}
.spot_pop .box .list_ .item_1 .content2 .le_box .div1 .li .i2 {
  margin-top: 0.1rem;
  font-size: var(--f18);
  color: #666;
  line-height: 1.5;
}
.spot_pop .box .list_ .item_1 .content2 .le_box .div1 .li + .li {
  margin-top: 0.2rem;
}
.spot_pop .box .list_ .item_1 .content2 .le_box .div2 {
  margin-top: 0.34rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem 0.1rem;
}
.spot_pop .box .list_ .item_1 .content2 .le_box .div2 .li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.spot_pop .box .list_ .item_1 .content2 .le_box .div2 .li .svg {
  width: var(--f24);
}
.spot_pop .box .list_ .item_1 .content2 .le_box .div2 .li .svg img {
  max-width: 100%;
}
.spot_pop .box .list_ .item_1 .content2 .le_box .div2 .li p {
  padding-left: 0.14rem;
  flex: 1;
  font-family: GilroyBold;
  font-size: var(--f20);
  color: #333;
}
.spot_pop .box .list_ .item_1 .content2 .ri_box {
  width: 35.5%;
}
.spot_pop .box .list_ .item_1 .content2 .ri_box > div {
  position: sticky;
  top: 0;
}
.spot_pop .box .list_ .item_1 .content2 .ri_box p {
  width: 100%;
  border-radius: 0.3rem;
  overflow: hidden;
}
.spot_pop .box .list_ .item_1 .content2 .ri_box p img {
  width: 100%;
  transition: 0.4s;
  border-radius: 0.3rem;
}
.spot_pop .box .list_ .item_1 .content2 .ri_box p + p {
  margin-top: 10px;
}
.spot_pop .box .list_ .item_1 .content2 .ri_box p:hover img {
  transform: scale(1.05);
}
.spot_pop .box .list_ .item_1 .content3 {
  margin-top: 0.58rem;
}
.spot_pop .box .list_ .item_2 .content2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.spot_pop .box .list_ .item_2 .content2 .le_box {
  width: 44%;
}
.spot_pop .box .list_ .item_2 .content2 .le_box .text {
  font-size: var(--f28);
  font-family: TropikalBold;
}
.spot_pop .box .list_ .item_2 .content2 .le_box .desc {
  margin-top: 0.2rem;
  line-height: 1.5;
  font-size: var(--f18);
  color: #666;
}
.spot_pop .box .list_ .item_2 .content2 .ri_box {
  width: 54%;
  position: relative;
}
.spot_pop .box .list_ .item_2 .content2 .ri_box .swiper .swiper-slide {
  overflow: hidden;
  border-radius: 0.3rem;
}
.spot_pop .box .list_ .item_2 .content2 .ri_box .swiper .swiper-slide img {
  transition: 0.4s;
  border-radius: 0.3rem;
  width: 100%;
}
.spot_pop .box .list_ .item_2 .content2 .ri_box .swiper .swiper-slide:hover img {
  transform: scale(1.05);
}
.spot_pop .box .list_ .item_2 .content2 .ri_box .drop {
  z-index: 2;
  position: absolute;
  text-align: center;
}
.spot_pop .box .list_ .item_2 .content2 .ri_box .drop .swiper-pagination-bullet {
  background: #ffff;
  opacity: 1;
}
.spot_pop .box .list_ .item_2 .content2 .ri_box .drop .swiper-pagination-bullet-active {
  background: #e79535;
}
.spot_pop .box .list_ .item_2 .content3 {
  margin-top: 0.3rem;
}
.spot_pop .box .list_ .item_2 .content3 .text {
  font-size: var(--f28);
  font-family: TropikalBold;
}
.spot_pop .box .list_ .item_2 .content3 .desc {
  margin-top: 0.2rem;
  line-height: 1.5;
  font-size: var(--f18);
  color: #666;
}
.spot_pop .box .list_ .item_2 .content4 {
  margin-top: 0.3rem;
}
.spot_pop .box .list_ .item_2 .content4 > div {
  display: flex;
  flex-wrap: wrap;
  font-size: var(--f20);
  font-family: GilroyBold;
  color: #333;
}
.spot_pop .box .list_ .item_2 .content4 > div p {
  width: var(--f26);
}
.spot_pop .box .list_ .item_2 .content4 > div p img {
  max-width: 100%;
}
.spot_pop .box .list_ .item_2 .content4 > div span {
  flex: 1;
  padding-left: 0.14rem;
}
.spot_pop .box .list_ .item_2 .content4 > div + div {
  margin-top: 0.2rem;
}
.spot_pop .box .list_ .item_3 .content2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.spot_pop .box .list_ .item_3 .content2 .le_box {
  width: 35%;
}
.spot_pop .box .list_ .item_3 .content2 .le_box div {
  position: sticky;
  top: 0;
  width: 100%;
  border-radius: 0.3rem;
  overflow: hidden;
  cursor: pointer;
}
.spot_pop .box .list_ .item_3 .content2 .le_box div .img1 {
  transition: 0.4s;
  border-radius: 0.3rem;
  width: 100%;
}
.spot_pop .box .list_ .item_3 .content2 .le_box div .img2 {
    position: absolute;
    width: var(--f32);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.spot_pop .box .list_ .item_3 .content2 .le_box div:hover .img1 {
  transform: scale(1.05);
}
.spot_pop .box .list_ .item_3 .content2 .ri_box {
  width: 62%;
}
.spot_pop .box .list_ .item_3 .content2 .ri_box .div1 {
  font-size: 0.28rem;
  font-family: TropikalBold;
}
.spot_pop .box .list_ .item_3 .content2 .ri_box .div2 {
  margin-top: 0.2rem;
}
.spot_pop .box .list_ .item_3 .content2 .ri_box .div2 .t1,
.spot_pop .box .list_ .item_3 .content2 .ri_box .div2 .t3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.spot_pop .box .list_ .item_3 .content2 .ri_box .div2 .t1 span,
.spot_pop .box .list_ .item_3 .content2 .ri_box .div2 .t3 span {
  flex: 1;
  padding-left: 0.14rem;
}
.spot_pop .box .list_ .item_3 .content2 .ri_box .div2 .t2 {
  margin: 0.1rem 0;
  font-size: var(--f18);
  color: #333;
  line-height: 1.5;
}
.spot_pop .box .list_ .item_3 .content2 .ri_box .div2 .t1 {
  font-size: var(--f24);
  font-family: TropikalBold;
}
.spot_pop .box .list_ .item_3 .content2 .ri_box .div2 .t3 {
  font-size: var(--f20);
  font-family: GilroyBold;
  color: #333;
}
.spot_pop .box .list_ .item_4 .content2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.spot_pop .box .list_ .item_4 .content2 .le_box {
  width: 35%;
}
.spot_pop .box .list_ .item_4 .content2 .le_box div {
  position: sticky;
  top: 0;
  width: 100%;
  border-radius: 0.3rem;
  overflow: hidden;
  cursor: pointer;
}
.spot_pop .box .list_ .item_4 .content2 .le_box div .img1 {
  transition: 0.4s;
  border-radius: 0.3rem;
  width: 100%;
}
.spot_pop .box .list_ .item_4 .content2 .le_box div .img2 {
    position: absolute;
    width: var(--f32);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.spot_pop .box .list_ .item_4 .content2 .le_box div:hover .img1 {
  transform: scale(1.05);
}
.spot_pop .box .list_ .item_4 .content2 .ri_box {
  width: 62%;
}
.spot_pop .box .list_ .item_4 .content2 .ri_box .div1 {
  font-size: 0.28rem;
  font-family: TropikalBold;
}
.spot_pop .box .list_ .item_4 .content2 .ri_box .div2 > div {
  margin-top: 0.1rem;
}
.spot_pop .box .list_ .item_4 .content2 .ri_box .div2 > div .t1 {
  font-size: var(--f24);
  font-family: TropikalBold;
}
.spot_pop .box .list_ .item_4 .content2 .ri_box .div2 > div .t2 {
  margin-top: 0.1rem;
  font-size: var(--f18);
  line-height: 1.5;
  color: #333;
}
.spot_pop .box .list_ .item_5 .content2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.spot_pop .box .list_ .item_5 .content2 .le_box {
  width: 62%;
}
.spot_pop .box .list_ .item_5 .content2 .le_box .div1 .t1 {
  font-size: var(--f28);
  font-family: TropikalBold;
}
.spot_pop .box .list_ .item_5 .content2 .le_box .div1 .t2 {
  margin-top: 0.2rem;
  color: #666;
  font-size: var(--f18);
  line-height: 1.5;
}
.spot_pop .box .list_ .item_5 .content2 .le_box .div1 + .div1 {
  margin-top: 0.2rem;
}
.spot_pop .box .list_ .item_5 .content2 .ri_box {
  width: 35%;
}
.spot_pop .box .list_ .item_5 .content2 .ri_box div {
  position: sticky;
  top: 0;
  width: 100%;
  border-radius: 0.3rem;
  overflow: hidden;
}
.spot_pop .box .list_ .item_5 .content2 .ri_box div img {
  transition: 0.4s;
  border-radius: 0.3rem;
  width: 100%;
}
.spot_pop .box .list_ .item_5 .content2 .ri_box div:hover img {
  transform: scale(1.05);
}
.spot_pop .box .list_ .item_5 .content3 {
  margin-top: 0.3rem;
}
.spot_pop .box .list_ .item_5 .content3 .div1 svg {
  width: var(--f24);
}
.spot_pop .box .list_ .item_5 .content3 .div1 svg + svg {
  margin-left: 0.14rem;
}
.spot_pop .box .list_ .item_5 .content3 .div1.xin_1 svg:nth-child(-n+1) path {
  fill: #e79535;
}
.spot_pop .box .list_ .item_5 .content3 .div1.xin_2 svg:nth-child(-n+2) path {
  fill: #e79535;
}
.spot_pop .box .list_ .item_5 .content3 .div1.xin_3 svg:nth-child(-n+3) path {
  fill: #e79535;
}
.spot_pop .box .list_ .item_5 .content3 .div1.xin_4 svg:nth-child(-n+4) path {
  fill: #e79535;
}
.spot_pop .box .list_ .item_5 .content3 .div1.xin_5 svg:nth-child(-n+5) path {
  fill: #e79535;
}
.spot_pop .box .list_ .item_5 .content3 .div2 {
  margin-top: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  font-size: var(--f20);
  color: #333;
  font-family: GilroyBold;
}
.spot_pop .box .list_ .item_5 .content3 .div2 p {
  width: var(--f18);
}
.spot_pop .box .list_ .item_5 .content3 .div2 p img {
  max-width: 100%;
}
.spot_pop .box .list_ .item_5 .content3 .div2 span {
  flex: 1;
  padding-left: 0.16rem;
}
.spot_pop .box .list_ .item_6 .content2 {
  margin-top: 0.5rem;
}
.spot_pop .box .list_ .item_6 .content2 form .bianji textarea {
  width: 100%;
  background: #f2f2f2;
  font-size: var(--f16);
  height: calc(var(--hh) * 4);
  border: none;
  border-radius: 0.3rem;
  padding: 0.36rem;
}
.spot_pop .box .list_ .item_6 .content2 form .bianji textarea::placeholder {
  color: #b3b3b3;
}
.spot_pop .box .list_ .item_6 .content2 form .btn {
  text-align: right;
  margin-top: 0.5rem;
}
.spot_pop_2 .box {
  width: min(720px, 90vw);
}
.tourist_spot {
  position: relative;
}
.tourist_spot .ot_bot {
  margin-top: 0.62rem;
}
.tourist_spot .ot_bot .le_box {
  width: 50%;
}
.tourist_spot .ot_bot .le_box .content1 form > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.tourist_spot .ot_bot .le_box .content1 form > div .select .layui-form-select .layui-input {
  height: var(--hh);
  border: none;
  background: #f5f5f5;
  border-radius: 0.3rem;
  padding: 0 0.36rem;
  font-size: var(--f18);
}
.tourist_spot .ot_bot .le_box .content1 form > div .select .layui-form-select .layui-input::placeholder {
  color: #666;
}
.tourist_spot .ot_bot .le_box .content1 form > div .select .layui-form-select .layui-edge {
  right: 0.36rem;
}
.tourist_spot .ot_bot .le_box .content1 form > div .select .layui-form-select dl {
  top: var(--hh);
  padding: 0;
  border-radius: 0.1rem;
  max-height: calc((var(--hh) / 1.5) * 6);
}
.tourist_spot .ot_bot .le_box .content1 form > div .select .layui-form-select dl dd {
  line-height: calc(var(--hh) / 1.5);
  font-size: var(--f16);
}
.tourist_spot .ot_bot .le_box .content2 {
  margin-top: 0.38rem;
  max-height: 10.05rem;
  overflow: auto;
}
.tourist_spot .ot_bot .le_box .content2::-webkit-scrollbar {
  display: none;
}
.tourist_spot .ot_bot .le_box .content2 > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem 0.2rem;
}
.tourist_spot .ot_bot .ri_box {
  width: 45%;
}
.tourist_spot .ot_bot .ri_box img {
  width: 100%;
}
.tourist_spot .ot_div {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0.32rem 0;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(16px);
}
.tourist_spot .ot_div p {
  font-size: var(--f36);
  font-family: TropikalBold;
  text-align: center;
}
.pu_item {
  cursor: pointer;
  position: relative;
  border-radius: 0.3rem;
  overflow: hidden;
}
.pu_item .bk {
  width: 100%;
  border-radius: 0.3rem;
  overflow: hidden;
}
.pu_item .bk img {
  transition: 0.4s;
  border-radius: 0.3rem;
  width: 100%;
}
.pu_item .post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.4));
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 0.38rem;
  border-radius: 0.3rem;
}
.pu_item .post > div {
  --w: 40px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.pu_item .post > div .time img {
  height: var(--f30);    
}
.pu_item .post > div .yuan {
  transition: 0.4s;
  opacity: 0.8;
  cursor: pointer;
  align-self: flex-end;
  position: relative;
  width: var(--w);
  height: var(--w);
  background: #e79535;
  border-radius: 50%;
}
.pu_item .post > div .yuan::after,
.pu_item .post > div .yuan::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 33%;
  height: 1px;
  background: #fff;
}
.pu_item .post > div .yuan::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.pu_item .post > div .yuan:hover {
  opacity: 1;
}
.pu_item .post > div .yuan.remove_jd::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.pu_item .post > div .yuan.remove_jd::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.pu_item .post > div .text {
  color: #fff;
}
.pu_item .post > div .text .t1 {
  font-size: var(--f28);
  font-family: TropikalBold;
}
.pu_item .post > div .text .t2 {
  margin-top: 0.1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pu_item .post > div .text .t2 img {
  width: var(--f18);
  margin-right: 0.14rem;
}
.pu_item .post > div .text .t2 span {
  flex: 1;
  font-size: var(--f18);
  color: #fff;
}
.pu_item:hover .bk img {
  transform: scale(1.05);
}
.travel_plan {
  background: #fafafa;
}
.travel_plan .pl_bot {
  margin-top: 0.58rem;
}
.travel_plan .pl_bot .item .time {
  font-size: var(--f40);
  font-family: TropikalBold;
  color: #333;
}
.travel_plan .pl_bot .item .box .content {
  margin-top: 0.36rem;
}
.travel_plan .pl_bot .item .box .content .tips {
  font-family: TropikalBold;
  font-size: var(--f32);
  color: #333;
}
.travel_plan .pl_bot .item .box .content .div {
  margin-top: 0.26rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
}
.travel_plan .pl_bot .item + .item {
  margin-top: 0.58rem;
}
.travel_plan .pl_div {
  margin-top: 0.6rem;
}
.travel_plan .pl_div .tsy {
   font-size: var(--f16);
   color: #666;
}
.travel_plan .pl_div form .checkbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.travel_plan .pl_div form .date_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: .3rem 0;    
}
.travel_plan .pl_div form .date_box span {
  color: #666;
  margin-right: 10px;
}
.travel_plan .pl_div form .date_box span i {
  color: #e79535;
  font-style: normal;
}

.travel_plan .pl_div form .date_box input {
    border-radius: 6px;
    border-color: #ccc;
}
.travel_plan .pl_div form .checkbox .layui-form-checkbox {
  width: var(--cw);
  height: var(--cw);
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
}
.travel_plan .pl_div form .checkbox .layui-form-checkbox i {
  width: 100%;
  height: 100%;
  border: 1px solid #666;
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
}
.travel_plan .pl_div form .checkbox .layui-form-checkbox i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.travel_plan .pl_div form .checkbox .tips {
  margin-left: 0.16rem;
  font-size: var(--f20);
  font-family: GilroyBold;
}
.travel_plan .pl_nodata {
  margin-top: 0.58rem;
}
.travel_plan .pl_nodata .text {
  font-size: var(--f20);
  text-align: center;
  color: #666;
  line-height: 1.5;
}
.travel_plan .pl_nodata .btn {
  margin-top: 0.5rem;
}
.travel_plan.travel_plan_white {
  background: #fff;
}
.pu_tick {
  --w: 0.64rem;
  cursor: pointer;
  transition: 0.4s;
  width: var(--w);
  height: var(--w);
  border-radius: 50%;
  border: 1px solid #e79535;
  display: flex;
}
.pu_tick svg {
  margin: auto;
  max-width: 36%;
}
.pu_tick svg path {
  transition: 0.4s;
}
.pu_tick:hover {
  background: #e79535;
}
.pu_tick:hover svg path {
  fill: #fff;
}
.information_pop {
  display: none;
  z-index: 11;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.information_pop .box {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(700px, 90vw);
  min-height: 4.1rem;
  background: #fff;
  border-radius: 0.3rem;
  padding: 0.6rem 0.52rem;
}
.information_pop .box .close {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  cursor: pointer;
}
.information_pop .box .close i {
  transition: 0.4s;
  color: #000;
  font-weight: bold;
  font-size: var(--f30);
  line-height: 1;
}
.information_pop .box .close:hover i {
  color: #e79535;
}
.information_pop .box .main_ .content1 {
  font-size: var(--f32);
  font-family: TropikalBold;
}
.information_pop .box .main_ .content2 {
  margin-top: 0.52rem;
}
.information_pop .box .main_ .content2 form .div1 {
  font-size: var(--f20);
  font-family: GilroyBold;
  color: #333;
}
.information_pop .box .main_ .content2 form .div2 {
  margin-top: 0.26rem;
}
.information_pop .box .main_ .content2 form .div2 .label .layui-form-radio {
  font-size: var(--f18);
}
.information_pop .box .main_ .content2 form .div2 .label .layui-form-radio i {
  font-size: 1.23em;
  margin-right: 0.12rem;
  color: #666;
}
.information_pop .box .main_ .content2 form .div2 .label .layui-form-radio div {
  font-size: var(--f18);
  color: #666;
}
.information_pop .box .main_ .content2 form .div2 .label .layui-form-radio div input {
  width: 86px;
  height: 36px;
  background: #f2f2f2;
  font-size: var(--f16);
  padding: 0 0.16rem;
  border: none;
  border-radius: 0.1rem;
  margin-right: 0.12rem;
  color: #666;
}
.information_pop .box .main_ .content2 form .div2 .label .layui-form-radio div input::placeholder {
  color: #999;
}
.information_pop .box .main_ .content2 form .div2 .label .layui-form-radioed > i {
  color: #e79535;
}
.information_pop .box .main_ .content2 form .div3 {
  margin-top: 0.6rem;
}
.plan_pop {
  display: none;
  z-index: 11;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.plan_pop .box {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(700px, 90vw);
  min-height: 4.1rem;
  background: #fff;
  border-radius: 0.3rem;
  padding: 0.6rem 0.52rem;
}
.plan_pop .box .close {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  cursor: pointer;
}
.plan_pop .box .close i {
  transition: 0.4s;
  color: #000;
  font-weight: bold;
  font-size: var(--f30);
  line-height: 1;
}
.plan_pop .box .close:hover i {
  color: #e79535;
}
.plan_pop .box .main_ .content1 {
  font-size: var(--f32);
  font-family: TropikalBold;
}
.plan_pop .box .main_ .content2 {
  margin-top: 0.52rem;
}
.plan_pop .box .main_ .content2 form .div1 .tips {
  font-size: var(--f20);
  font-family: GilroyBold;
  color: #333;
  margin-bottom: 0.26rem;
}
.plan_pop .box .main_ .content2 form .div1 .select {
  font-size: var(--f16);
}
.plan_pop .box .main_ .content2 form .div1 .select .layui-form-select .layui-input {
  height: var(--hh);
  background: #f2f2f2;
  color: #666;
  padding: 0 0.38rem;
  border-radius: 0.3rem;
  border: none;
}
.plan_pop .box .main_ .content2 form .div1 .select .layui-form-select .layui-edge {
  right: 0.38rem;
}
.plan_pop .box .main_ .content2 form .div1 .select .layui-form-select dl {
  top: var(--hh);
  padding: 0;
  border-radius: 0.1rem;
  max-height: calc((var(--hh) / 1.5) * 6);
}
.plan_pop .box .main_ .content2 form .div1 .select .layui-form-select dl dd {
  line-height: calc(var(--hh) / 1.5);
  font-size: var(--f16);
}
.plan_pop .box .main_ .content2 form .div2 {
  margin-top: 0.5rem;
}
.plan_pop .box .main_ .content2 form .div2 .tips {
  font-size: var(--f20);
  font-family: GilroyBold;
  color: #333;
  margin-bottom: 0.26rem;
}
.plan_pop .box .main_ .content2 form .div2 .label .layui-form-radio {
  font-size: var(--f18);
  line-height: 1;
  margin: 0;
}
.plan_pop .box .main_ .content2 form .div2 .label .layui-form-radio i {
  font-size: 1.23em;
  margin-right: 0.12rem;
  color: #666;
}
.plan_pop .box .main_ .content2 form .div2 .label .layui-form-radio div {
  font-size: var(--f18);
  color: #666;
}
.plan_pop .box .main_ .content2 form .div2 .label .layui-form-radio div span {
  font-family: GilroyBold;
}
.plan_pop .box .main_ .content2 form .div2 .label .layui-form-radioed > i {
  color: #e79535;
}
.plan_pop .box .main_ .content2 form .div2 .label + .label {
  margin-top: 0.2rem;
}
.plan_pop .box .main_ .content2 form .div3 {
  margin-top: 0.6rem;
}
.case_display .ay_bot {
  margin-top: 0.64rem;
}
.case_display .ay_bot .item {
  transition: 0.4s;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e79535;
  padding: 0.6rem;
  border-radius: 0.3rem;
}
.case_display .ay_bot .item .le_box {
  flex: 1;
}
.case_display .ay_bot .item .le_box .content1 {
  --w: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.case_display .ay_bot .item .le_box .content1 .tx {
  width: var(--w);
  height: var(--w);
  border-radius: 50%;
  overflow: hidden;
}
.case_display .ay_bot .item .le_box .content1 .tx img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.case_display .ay_bot .item .le_box .content1 .text {
  flex: 1;
  padding: 0 0.24rem;
}
.case_display .ay_bot .item .le_box .content1 .text .t1 {
  font-size: var(--f28);
  color: #000;
}
.case_display .ay_bot .item .le_box .content1 .text .t2 {
  font-size: var(--f20);
  color: #666;
}
.case_display .ay_bot .item .le_box .content1 .fh {
  height: calc(var(--w) / 1.36);
}
.case_display .ay_bot .item .le_box .content1 .fh img {
  max-height: 100%;
}
.case_display .ay_bot .item .le_box .content2 {
  margin: 0.3rem 0;
  font-size: var(--f18);
  color: #666;
  line-height: 1.5;
}
.case_display .ay_bot .item .le_box .content3 div {
  display: flex;
  flex-wrap: wrap;
  font-size: var(--f18);
}
.case_display .ay_bot .item .le_box .content3 div p {
  font-family: GilroyBold;
}
.case_display .ay_bot .item .le_box .content3 div span {
  padding-left: 4px;
  flex: 1;
}
.case_display .ay_bot .item .le_box .content3 div + div {
  margin-top: 0.08rem;
}
.case_display .ay_bot .item .ri_box {
  width: 34.3%;
  padding-left: 0.4rem;
}
.case_display .ay_bot .item .ri_box p {
  width: 100%;
  overflow: hidden;
  border-radius: 0.2rem;
}
.case_display .ay_bot .item .ri_box p img {
  width: 100%;
  transition: 0.4s;
  border-radius: 0.2rem;
}
.case_display .ay_bot .item:hover {
  transform: translateY(-0.1rem);
}
.case_display .ay_bot .item + .item {
  margin-top: 0.6rem;
}
.case_display .ay_div {
  margin-top: 0.8rem;
}
.pu_page {
  font-size: var(--f20);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pu_page .prev i,
.pu_page .next i {
  transition: 0.4s;
  color: #333;
}
.pu_page .prev:hover i,
.pu_page .next:hover i {
  color: #e79535;
}
.pu_page .prev {
  margin-right: 0.36rem;
}
.pu_page .next {
  margin-left: 0.36rem;
}
.pu_page .number {
  display: flex;
  flex-wrap: wrap;
}
.pu_page .number a {
  color: #333;
  margin: 0 0.36rem;
}
.pu_page .number a.active {
  color: #e79535;
}
.pu_banner {
  position: relative;
}
.pu_banner .ban_bk {
  width: 100%;
}
.pu_banner .ban_bk img {
  width: 100%;
}
.pu_banner .ban_post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: var(--top) var(--bj) 0;
  display: flex;
}
.pu_banner .ban_post > div {
  width: 100%;
  margin: auto;
}
.featured_list .st_top .item .le_box {
  width: 42%;
  border-radius: 0.3rem;
  overflow: hidden;
}
.featured_list .st_top .item .le_box img {
  transition: 0.4s;
  border-radius: 0.3rem;
  width: 100%;
}
.featured_list .st_top .item .le_box:hover img {
  transform: scale(1.05);
}
.featured_list .st_top .item .ri_box {
  width: 49.5%;
}
.featured_list .st_top .item .ri_box .content1 .t1 {
  font-size: var(--f40);
  font-family: TropikalBold;
}
.featured_list .st_top .item .ri_box .content1 .t2 {
  margin-top: 0.12rem;
}
.featured_list .st_top .item .ri_box .content1 .t2 img {
  width: var(--f18);
}
.featured_list .st_top .item .ri_box .content1 .t2 span {
  margin-left: 0.14rem;
  font-size: var(--f18);
}
.featured_list .st_top .item .ri_box .content2 {
  margin: 0.34rem 0 0.4rem;
}
.featured_list .st_top .item .ri_box .content2 div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.featured_list .st_top .item .ri_box .content2 div p {
  width: 0.94rem;
  font-size: var(--f28);
  font-family: TropikalBold;
}
.featured_list .st_top .item .ri_box .content2 div span {
  flex: 1;
  font-size: var(--f18);
  color: #333;
  line-height: 2;
}
.featured_list .st_top .item .ri_box .content2 div + div {
  margin-top: 0.16rem;
}
.featured_list .st_top .item + .item {
  margin-top: 0.6rem;
}
.featured_list .st_bot {
  margin-top: 0.8rem;
}
.early_travel .le_box {
  width: 37%;
}
.early_travel .le_box .content1 .desc {
  margin-top: 0.4rem;
  font-size: var(--f18);
  color: #333;
  line-height: 1.5;
}
.early_travel .le_box .content2 {
  margin-top: 0.38rem;
}
.early_travel .le_box .content2 > div {
  display: flex;
  flex-wrap: wrap;
}
.early_travel .le_box .content2 > div .svg {
  width: 0.66rem;
}
.early_travel .le_box .content2 > div .svg img {
  max-width: 100%;
}
.early_travel .le_box .content2 > div .text {
  flex: 1;
  padding-left: 0.24rem;
}
.early_travel .le_box .content2 > div .text .t1 {
  font-size: var(--f28);
  font-family: TropikalBold;
}
.early_travel .le_box .content2 > div .text .t2 {
  margin-top: 0.08rem;
  font-size: var(--f18);
  color: #666;
  line-height: 1.5;
}
.early_travel .le_box .content2 > div + div {
  margin-top: 0.32rem;
}
.early_travel .ri_box {
  width: 58%;
}
.early_travel .ri_box p {
  position: sticky;
  top: calc(var(--top) + 0.2rem);
  width: 100%;
  border-radius: 0.3rem;
  overflow: hidden;
}
.early_travel .ri_box p img {
  transition: 0.4s;
  border-radius: 0.3rem;
  width: 100%;
}
.early_travel .ri_box p:hover img {
  transform: scale(1.05);
}
.common_faq .fa_bot {
  margin-top: var(--gap);
}
.common_faq .fa_bot .item {
  transition: 0.4s;
  padding: 0.32rem 0.58rem;
  background: #f2f2f2;
  border-radius: 0.3rem;
  border: 1px solid transparent;
}
.common_faq .fa_bot .item .one {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: var(--f28);
}
.common_faq .fa_bot .item .one span {
  flex: 0.95;
  color: #666;
  transition: 0.4s;
}
.common_faq .fa_bot .item .one i {
  transition: 0.4s;
  font-size: 0.8em;
  color: #666;
}
.common_faq .fa_bot .item .two {
  display: none;
  margin-top: 0.15rem;
  font-size: var(--f18);
  line-height: 1.5;
  color: #666;
}
.common_faq .fa_bot .item + .item {
  margin-top: 0.38rem;
}
.common_faq .fa_bot .item.active {
  border-color: #e79535;
  background: #fff;
  padding: 0.48rem 0.58rem;
}
.common_faq .fa_bot .item.active .one span {
  color: #333;
}
.common_faq .fa_bot .item.active .one i {
  color: #e79535;
  transform: rotateX(180deg);
}
.contact_us {
  position: relative;
  background: url('../images/16.jpg') no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
  min-height: 100vh;
}
.contact_us .wMain {
  padding-top: calc(var(--top) + 0.4rem);
}
.contact_us .le_box {
  width: 40%;
  margin-top: 0.56rem;
}
.contact_us .le_box .content1 .desc {
  margin-top: 0.1rem;
  color: #fff;
  font-size: var(--f20);
  line-height: 1.5;
}
.contact_us .le_box .content2 {
  margin-top: 0.3rem;
}
.contact_us .le_box .content2 > div {
  color: #fff;
}
.contact_us .le_box .content2 > div p {
  font-size: var(--f36);
  font-family: TropikalBold;
  margin-bottom: 0.1rem;
}
.contact_us .le_box .content2 > div a {
  font-size: var(--f28);
  color: #fff;
}
.contact_us .le_box .content2 > div .code {
  display: flex;
  flex-wrap: wrap;
}
.contact_us .le_box .content2 > div .code .li a {
  transition: 0.4s;
  width: 40px;
  height: 40px;
  background: #999;
  border-radius: 50%;
  display: flex;
}
.contact_us .le_box .content2 > div .code .li a img {
  transition: 0.4s;
  opacity: 0.5;
  margin: auto;
  max-width: 54%;
}
.contact_us .le_box .content2 > div .code .li a:hover {
  background: #e79535;
}
.contact_us .le_box .content2 > div .code .li a:hover img {
  opacity: 1;
}
.contact_us .le_box .content2 > div .code .li + .li {
  margin-left: 0.2rem;
}
.contact_us .le_box .content2 > div + div {
  margin-top: 0.4rem;
}
.contact_us .ri_box {
  width: 53%;
  padding-right: 1rem;
}
.contact_us .ri_box form {
  background: #fff;
  border-radius: 0.3rem;
  padding: 0.56rem;
}
.contact_us .ri_box form .content2 {
  margin: 0.5rem 0 0.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr) 2.67fr;
  gap: 0.2rem 0.3rem;
}
.contact_us .ri_box form .content2 .label {
  width: 100%;
  font-size: var(--f16);
}
.contact_us .ri_box form .content2 .label textarea,
.contact_us .ri_box form .content2 .label input {
  width: 100%;
  height: var(--hh);
  background: #f2f2f2;
  border-radius: 0.3rem;
  border: none;
  padding: 0 0.36rem;
}
.contact_us .ri_box form .content2 .label textarea::placeholder,
.contact_us .ri_box form .content2 .label input::placeholder {
  color: #b3b3b3;
}
.contact_us .ri_box form .content2 .label textarea {
  padding: 0.28rem 0.36rem;
  height: 100%;
}
.contact_us .ri_box form .content2 .label .layui-form-select .layui-edge {
  right: 0.36rem;
}
.contact_us .ri_box form .content2 .label .layui-form-select dl {
  top: var(--hh);
  border-radius: 0.1rem;
  padding: 0;
  max-height: calc((var(--hh) / 1.5) * 6);
}
.contact_us .ri_box form .content2 .label .layui-form-select dl dd {
  line-height: calc(var(--hh) / 1.5);
}
.contact_us .ri_box form .content2 .label:first-child {
  grid-area: 1 / 1 / 2 / 3;
}
.contact_us .ri_box form .content2 .label:last-child {
  grid-area: 4 / 1 / 5 / 3;
}
.contact_us .ri_box form .content3 .label {
  display: flex;
  flex-wrap: wrap;
}
.contact_us .ri_box form .content3 .label .layui-form-checkbox {
  width: var(--cw);
  height: var(--cw);
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
}
.contact_us .ri_box form .content3 .label .layui-form-checkbox i {
  width: 100%;
  height: 100%;
  border: 1px solid #666;
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
}
.contact_us .ri_box form .content3 .label .layui-form-checkbox i::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.contact_us .ri_box form .content3 .label .tips {
  flex: 1;
  margin-left: 0.16rem;
  font-size: var(--f18);
  color: #666;
}
.contact_us .ri_box form .content3 .btn {
  transition: 0.4s;
  cursor: pointer;
  --w: 0.64rem;
  width: var(--w);
  height: var(--w);
  border: 1px solid #e79535;
  border-radius: 50%;
  display: flex;
}
.contact_us .ri_box form .content3 .btn svg {
  transition: 0.4s;
  max-width: 38%;
  margin: auto;
}
.contact_us .ri_box form .content3 .btn:hover {
  background: #e79535;
}
.contact_us .ri_box form .content3 .btn:hover svg path {
  fill: #fff;
}
.log_in {
  position: relative;
  background: url('../images/17.jpg') no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
}
.log_in .wMain {
  display: flex;
  height: 100vh;
  padding-top: var(--top);
}
.log_in .wMain .box {
  display: flex;
  flex-wrap: wrap;
  width: min(9.6rem, 100%);
  margin: auto;
  min-height: 6rem;
  border-radius: 0.3rem;
  overflow: hidden;
}
.log_in .wMain .box .le_box {
  width: 42%;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(16px);
  display: flex;
}
.log_in .wMain .box .le_box > div {
  margin: auto;
}
.log_in .wMain .box .le_box > div .t1 {
  font-size: var(--f32);
  line-height: 1.3;
  font-family: TropikalBold;
}
.log_in .wMain .box .le_box > div .t2 {
  margin-top: 0.76rem;
  font-size: var(--f24);
  color: #333;
  line-height: 1.5;
}
.log_in .wMain .box .le_box > div .t2 p + p {
  margin-top: 0.38rem;
}
.log_in .wMain .box .ri_box {
  width: 58%;
  padding: 0.6rem;
  background: #fff;
}
.log_in .wMain .box .ri_box form .box1 {
  --w: 0.88rem;
  width: var(--w);
  height: var(--w);
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
.log_in .wMain .box .ri_box form .box1 img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.log_in .wMain .box .ri_box form .box2 {
  margin: 0.58rem 0 0.46rem;
}
.log_in .wMain .box .ri_box form .box2 .label {
  font-size: var(--f16);
}
.log_in .wMain .box .ri_box form .box2 .label input {
  width: 100%;
  height: var(--hh);
  background: #f2f2f2;
  border-radius: 0.3rem;
  border: none;
  padding: 0 0.36rem;
}
.log_in .wMain .box .ri_box form .box2 .label input::placeholder {
  color: #b3b3b3;
}
.log_in .wMain .box .ri_box form .box2 .label + .label {
  margin-top: 0.24rem;
}
.log_in .wMain .box .ri_box form .box2 .label .layui-input-affix {
  right: 0.36rem;
  padding: 0;
  width: auto;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
.log_in .wMain .box .ri_box form .box2 .label .layui-input-affix i {
  color: #000;
}
.log_in .wMain .box .ri_box form .box3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.log_in .wMain .box .ri_box form .box3 .layui-form-checkbox {
  width: var(--cw);
  height: var(--cw);
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
}
.log_in .wMain .box .ri_box form .box3 .layui-form-checkbox i {
  width: 100%;
  height: 100%;
  border: 1px solid #666;
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
}
.log_in .wMain .box .ri_box form .box3 .layui-form-checkbox i::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.log_in .wMain .box .ri_box form .box3 .tips {
  margin-left: 0.16rem;
  font-size: var(--f18);
  color: #666;
}
.log_in .wMain .box .ri_box form .box4 {
  margin-top: 0.88rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.log_in .wMain .box .ri_box form .box4 .pu_link {
  margin-left: 0;
}
.log_in .wMain .box .ri_box form .box4 .pu_link .a {
  min-width: auto;
}
.plr_150 {
  padding: 0 1.5rem;
}
.sign_up .up_top {
  text-align: center;
}
.sign_up .up_top .desc {
  margin-top: 0.36rem;
  font-size: var(--f18);
  color: #333;
}
.sign_up .up_top .desc a {
  display: inline;
  color: #e79535;
}
.sign_up .up_bot {
  margin-top: 0.56rem;
}
.sign_up .up_bot form .box1 .label {
  display: flex;
  flex-wrap: wrap;
}
.sign_up .up_bot form .box1 .label .tips {
  width: 2.4rem;
  font-size: var(--f28);
  font-family: TropikalBold;
  line-height: var(--hh);
}
.sign_up .up_bot form .box1 .label .srk {
  font-size: var(--f16);
}
.sign_up .up_bot form .box1 .label .srk input {
  width: var(--tw);
  border-radius: 0.3rem;
  background: #f2f2f2;
  padding: 0 0.36rem;
  height: var(--hh);
  border: none;
}
.sign_up .up_bot form .box1 .label .srk input::placeholder {
  color: #999;
}
.sign_up .up_bot form .box1 .label .srk .btn {
  margin-left: 0.36rem;
  cursor: pointer;
  transition: 0.4s;
  line-height: var(--hh);
  min-width: 2.74rem;
  padding: 0 0.36rem;
  border: 1px solid #e79535;
  border-radius: 0.3rem;
  font-size: var(--f16);
  color: #e79535;
  text-align: center;
}
.sign_up .up_bot form .box1 .label .srk .btn:hover {
  background: #e79535;
  color: #fff;
}
.sign_up .up_bot form .box1 .label .srk .layui-input-wrap {
  line-height: normal;
}
.sign_up .up_bot form .box1 .label .srk .layui-input-wrap + .layui-input-wrap {
  margin-top: 0.2rem;
}
.sign_up .up_bot form .box1 .label .srk .layui-input-affix {
  right: 0.36rem;
  padding: 0;
  width: auto;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
.sign_up .up_bot form .box1 .label .srk .layui-input-affix i {
  color: #000;
}
.sign_up .up_bot form .box1 .label + .label {
  margin-top: 0.4rem;
}
.sign_up .up_bot form .box2 {
  margin: 0.56rem 0;
  display: flex;
  flex-wrap: wrap;
}
.sign_up .up_bot form .box2 .layui-form-checkbox {
  width: var(--cw);
  height: var(--cw);
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
}
.sign_up .up_bot form .box2 .layui-form-checkbox i {
  width: 100%;
  height: 100%;
  border: 1px solid #666;
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
}
.sign_up .up_bot form .box2 .layui-form-checkbox i::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sign_up .up_bot form .box2 .tips {
  flex: 1;
  margin-left: 0.16rem;
  font-size: var(--f18);
  color: #666;
}
.sign_up .up_bot form .box3 .pu_link .a {
  min-width: auto;
}
.pu_user {
  padding-bottom: var(--gap);
}
.pu_user .fenlei {
  margin-top: 0.52rem;
  padding: 0.1rem 0.2rem;
  background: #f2f2f2;
  border-radius: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pu_user .fenlei .item a {
  transition: 0.4s;
  height: var(--hh);
  border-radius: calc(var(--hh) / 2);
  min-width: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pu_user .fenlei .item a .svg {
  width: var(--f28);
}
.pu_user .fenlei .item a .svg svg {
  max-width: 100%;
}
.pu_user .fenlei .item a .svg svg path {
  transition: 0.4s;
}
.pu_user .fenlei .item a span {
  font-size: var(--f18);
  margin-left: 0.16rem;
  transition: 0.4s;
  color: #666;
}
.pu_user .fenlei .item:hover a,
.pu_user .fenlei .item.active a {
  background: #fff;
}
.pu_user .fenlei .item:hover a .svg svg path,
.pu_user .fenlei .item.active a .svg svg path {
  fill: #e79535;
}
.pu_user .fenlei .item:hover a span,
.pu_user .fenlei .item.active a span {
  color: #000;
}
.user_information form .box1 .label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.user_information form .box1 .label .tips {
  width: 1.22rem;
  font-size: var(--f28);
  font-family: TropikalBold;
}
.user_information form .box1 .label .srk {
  font-size: var(--f16);
}
.user_information form .box1 .label .srk input {
  width: var(--tw);
  border-radius: 0.3rem;
  background: #f2f2f2;
  padding: 0 0.36rem;
  height: var(--hh);
  border: none;
}
.user_information form .box1 .label .srk input::placeholder {
  color: #999;
}
.user_information form .box1 .label .upload_ {
  cursor: pointer;
  --w: 1rem;
  width: var(--w);
  height: var(--w);
  border-radius: 50%;
  overflow: hidden;
}
.user_information form .box1 .label .upload_ img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.user_information form .box1 .label + .label {
  margin-top: 0.4rem;
}
.user_information form .box2 {
  margin-top: var(--gap);
}
.travel_information .le_box {
  width: 22%;
}
.travel_information .le_box > div {
  position: sticky;
  top: calc(var(--top) + 0.2rem);
}
.travel_information .le_box > div .content1 {
  font-size: var(--f28);
  font-family: TropikalBold;
}
.travel_information .le_box > div .content2 {
  margin-top: 0.4rem;
  background: #f2f2f2;
  border-radius: 0.3rem;
  padding: 0.2rem;
}
.travel_information .le_box > div .content2 a {
  transition: 0.4s;
  font-size: var(--f18);
  border-radius: 0.18rem;
  color: #666;
  padding: 0 0.36rem;
  line-height: var(--hh);
}
.travel_information .le_box > div .content2 a:hover,
.travel_information .le_box > div .content2 a.active {
  color: #000;
  background: #fff;
}
.travel_information .le_box > div .content2 a + a {
  margin-top: 0.2rem;
}
.travel_information .ri_box {
  width: 72%;
  --w1: 52%;
  --w2: 16%;
  --w3: 16%;
  --w4: 16%;
  --w5: 60%;
  --w6: 30%;
  --w7: 10%;
  --bj32: 0.32rem;
}
.travel_information .ri_box .scroll_ {
  overflow: auto;
  padding-right: 0.1rem;
  padding-right: 0;
  padding-bottom: 10px;
}
.travel_information .ri_box .scroll_::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.travel_information .ri_box .scroll_::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e79535;
}
.travel_information .ri_box .scroll_::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.5);
}
@-moz-document url-prefix() {
  .travel_information .ri_box .scroll_ {
    scrollbar-color: #e79535 rgba(0, 0, 0, 0.5);
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
.travel_information .ri_box .scroll_::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.travel_information .ri_box .scroll_ > div {
  width: 100%;
}
.travel_information .ri_box .content1 {
  display: flex;
  flex-wrap: wrap;
  font-size: var(--f24);
  font-family: GilroyBold;
  padding: 0 var(--bj32);
}
.travel_information .ri_box .content1 .div1 {
  width: var(--w1);
}
.travel_information .ri_box .content1 .div2 {
  width: var(--w2);
  text-align: center;
}
.travel_information .ri_box .content1 .div3 {
  width: var(--w3);
  text-align: center;
}
.travel_information .ri_box .content1 .div4 {
  width: var(--w4);
  text-align: center;
}
.travel_information .ri_box .tips_ {
  margin-top: 0.4rem;
  color: #666;
  font-size: var(--f18);
  text-align: center;
}
.travel_information .ri_box .content2 {
  margin-top: 0.4rem;
}
.travel_information .ri_box .content2 .item .top_ {
  padding: 0 var(--bj32);
  background: #f2f2f2;
  border-radius: 0.3rem;
  font-size: var(--f16);
  color: #999;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: var(--hh);
}
.travel_information .ri_box .content2 .item .top_ p {
  min-width: 32%;
}
.travel_information .ri_box .content2 .item .top_ p span {
  color: #000;
}
.travel_information .ri_box .content2 .item .bot_ {
  margin-top: 0.2rem;
  padding: 0 var(--bj32);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: var(--f20);
}
.travel_information .ri_box .content2 .item .bot_ .div1 {
  width: var(--w1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.travel_information .ri_box .content2 .item .bot_ .div1 .img {
  width: 36%;
  border-radius: 6px;
  overflow: hidden;
}
.travel_information .ri_box .content2 .item .bot_ .div1 .img img {
  border-radius: 6px;
  width: 100%;
}
.travel_information .ri_box .content2 .item .bot_ .div1 .text {
  width: 64%;
  padding: 0 0.2rem;
}
.travel_information .ri_box .content2 .item .bot_ .div1 .text .t1 {
  font-family: GilroyBold;
}
.travel_information .ri_box .content2 .item .bot_ .div1 .text .t2 {
  margin-top: 0.1rem;
  font-size: 0.9em;
  color: #666;
}
.travel_information .ri_box .content2 .item .bot_ .div2 {
  width: var(--w2);
  font-size: var(--f20);
  color: #666;
  text-align: center;
}
.travel_information .ri_box .content2 .item .bot_ .div3 {
  width: var(--w3);
  color: #000;
  text-align: center;
}
.travel_information .ri_box .content2 .item .bot_ .div4 {
  width: var(--w4);
}
.travel_information .ri_box .content2 .item .bot_ .div4 .btn {
  width: fit-content;
  margin: 0 auto;
}
.travel_information .ri_box .content2 .item .bot_ .div4 .btn a {
  position: relative;
  cursor: pointer;
  transition: 0.4s;
  min-width: 1.72rem;
  padding: 0 0.22rem;
  line-height: 0.4rem;
  background: #f2f2f2;
  color: #666;
  border-radius: 0.2rem;
  font-size: 0.8em;
  text-align: center;
  text-transform: uppercase;
  font-size: var(--f16);
}
.travel_information .ri_box .content2 .item .bot_ .div4 .btn a >div {
    position: absolute !important;
    opacity: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.travel_information .ri_box .content2 .item .bot_ .div4 .btn a + a {
  margin-top: 0.12rem;
}
.travel_information .ri_box .content2 .item .bot_ .div4 .btn a:hover {
  background: #e79535;
  color: #fff;
}
.travel_information .ri_box .content2 .item + .item {
  margin-top: 0.4rem;
}
.travel_information .ri_box .content3 {
  margin-top: var(--gap);
}
.travel_information .ri_box .content4 {
  margin-bottom: 0.4rem;
}
.travel_information .ri_box .content4 .div1 {
  font-size: var(--f28);
  font-family: TropikalBold;
}
.travel_information .ri_box .content4 .div2 {
  margin-top: 0.4rem;
  background: #f2f2f2;
  border-radius: 0.3rem;
  padding: 0.7rem;
}
.travel_information .ri_box .content4 .div2 .t1 {
  font-size: var(--f28);
  font-family: GilroyBold;
}
.travel_information .ri_box .content4 .div2 .t2 {
  margin-top: 0.1rem;
  font-size: var(--f18);
  color: #333;
}
.travel_information .ri_box .content5 .div1 {
  font-size: var(--f28);
  font-family: TropikalBold;
}
.travel_information .ri_box .content5 .div2 {
  margin-top: 0.28rem;
  display: flex;
  flex-wrap: wrap;
  font-size: var(--f24);
  font-family: GilroyBold;
  padding: 0 var(--bj32);
}
.travel_information .ri_box .content5 .div2 .l1 {
  width: var(--w5);
}
.travel_information .ri_box .content5 .div2 .l2 {
  width: var(--w6);
}
.travel_information .ri_box .content5 .div2 .l3 {
  width: var(--w7);
}
.travel_information .ri_box .content5 .div3 {
  margin-top: 0.34rem;
}
.travel_information .ri_box .content5 .div3 .top_ {
  padding: 0 var(--bj32);
  background: #f2f2f2;
  border-radius: 0.3rem;
  font-size: var(--f16);
  color: #999;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: var(--hh);
}
.travel_information .ri_box .content5 .div3 .top_ p {
  min-width: 32%;
}
.travel_information .ri_box .content5 .div3 .top_ p span {
  color: #000;
}
.travel_information .ri_box .content5 .div3 .bot_ {
  margin-top: 0.2rem;
  padding: 0 var(--bj32);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: var(--f20);
}
.travel_information .ri_box .content5 .div3 .bot_ .i1 {
  width: var(--w5);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.travel_information .ri_box .content5 .div3 .bot_ .i1 .img {
  width: 36%;
  border-radius: 6px;
  overflow: hidden;
}
.travel_information .ri_box .content5 .div3 .bot_ .i1 .img img {
  border-radius: 6px;
  width: 100%;
}
.travel_information .ri_box .content5 .div3 .bot_ .i1 .text {
  width: 64%;
  padding: 0 0.2rem;
}
.travel_information .ri_box .content5 .div3 .bot_ .i1 .text .t1 {
  font-family: GilroyBold;
}
.travel_information .ri_box .content5 .div3 .bot_ .i1 .text .t2 {
  margin-top: 0.1rem;
  font-size: 0.9em;
  color: #666;
}
.travel_information .ri_box .content5 .div3 .bot_ .i2 {
  width: var(--w6);
  font-size: var(--f20);
  color: #666;
}
.travel_information .ri_box .content5 .div3 .bot_ .i3 {
  width: var(--w7);
  color: #000;
}
.travel_information .ri_box .content5 .div3 + .item {
  margin-top: 0.4rem;
}
.travel_information .ri_box .content6 {
  margin-top: 0.5rem;
}
.travel_information .ri_box .content6 .div1 {
  font-size: var(--f24);
  font-family: GilroyBold;
  text-align: right;
}
.travel_information .ri_box .content6 .div1 .i1 {
  color: #666;
  font-size: var(--f16);
  text-align: left;
}
.travel_information .ri_box .content6 .div1 .i2 span {
  font-size: var(--f36);
  color: #e79535;
}
.travel_information .ri_box .content6 .div2 {
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .travel_information .le_box {
    width: 100%;
  }
  .travel_information .ri_box {
    margin-top: 0.6rem;
    width: 100%;
  }
  .travel_information .ri_box .scroll_ > div {
    width: 200%;
  }
}
.payment_success .ss_top .desc {
  margin-top: 0.56rem;
  background: #f2f2f2;
  border-radius: 0.3rem;
  text-align: center;
  padding: 0.5rem;
}
.payment_success .ss_top .desc .x1 {
  font-family: GilroyBold;
  font-size: var(--f28);
}
.payment_success .ss_top .desc .x2 {
  margin-top: 0.14rem;
  font-size: var(--f18);
  color: #333;
}
.payment_success .ss_cen {
  margin-top: var(--gap);
}
.payment_success .ss_cen .content1 {
  font-size: var(--f40);
  font-family: TropikalBold;
}
.payment_success .ss_cen .content1 p {
  font-size: var(--f18);
  color: #999;
  line-height: 1.5;
}
.payment_success .ss_cen .content2 {
  margin-top: 0.56rem;
  background: #f2f2f2;
  display: flex;
  flex-wrap: wrap;
  padding: 0.1rem 0.2rem;
  border-radius: 0.4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem 1.2rem;
}
.payment_success .ss_cen .content2 a {
  cursor: pointer;
  transition: 0.4s;
  font-size: var(--f16);
  line-height: var(--hh);
  border-radius: calc(var(--hh) / 2);
  color: #666;
  text-align: center;
}
.payment_success .ss_cen .content2 a.active,
.payment_success .ss_cen .content2 a:hover {
  background: #fff;
  color: #000;
}
.payment_success .ss_cen .cen_box > div {
  display: none;
}
.payment_success .ss_cen .cen_box > div.active {
  display: block;
}
.payment_success .ss_cen .content3 {
  margin-top: 0.56rem;
}
.payment_success .ss_cen .content3 .text {
  font-family: TropikalBold;
  font-size: 0.36rem;
}
.payment_success .ss_cen .content3 .box {
  margin-top: 0.28rem;
  position: relative;
  border-radius: 0.3rem;
  overflow: hidden;
}
.payment_success .ss_cen .content3 .box .bk {
  width: 100%;
  border-radius: 0.3rem;
  overflow: hidden;
}
.payment_success .ss_cen .content3 .box .bk img {
  border-radius: 0.3rem;
  width: 100%;
}
.payment_success .ss_cen .content3 .box .post {
  position: absolute;
  width: 40%;
  right: 0;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(6px);
  display: flex;
  padding: 0.48rem;
}
.payment_success .ss_cen .content3 .box .post > div {
  margin: auto;
  width: 100%;
  color: #fff;
}
.payment_success .ss_cen .content3 .box .post > div .t1 {
  font-size: var(--f28);
  font-family: TropikalBold;
}
.payment_success .ss_cen .content3 .box .post > div .t2 {
  margin: 0.15rem 0;
  color: #ccc;
  font-size: var(--f18);
  line-height: 1.5;
  height: 9em;
  overflow: auto;
  padding-right: 0.1rem;
}
.payment_success .ss_cen .content3 .box .post > div .t2::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.payment_success .ss_cen .content3 .box .post > div .t2::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #ffffff;
}
.payment_success .ss_cen .content3 .box .post > div .t2::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.5);
}
@-moz-document url-prefix() {
  .payment_success .ss_cen .content3 .box .post > div .t2 {
    scrollbar-color: #fff rgba(255, 255, 255, 0.5);
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
.payment_success .ss_cen .content3 .box .post > div .t3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: var(--f18);
}
.payment_success .ss_cen .content3 .box .post > div .t3 p {
  width: var(--f26);
}
.payment_success .ss_cen .content3 .box .post > div .t3 p img {
  max-width: 100%;
}
.payment_success .ss_cen .content3 .box .post > div .t3 span {
  padding-left: 0.14rem;
  flex: 1;
}
.payment_success .ss_cen .content3 .box .post > div .t4 {
  width: fit-content;
  margin-top: 0.38rem;
}
.payment_success .ss_cen .content4 .item {
  margin-top: 0.5rem;
}
.payment_success .ss_cen .content4 .item .text {
  font-family: TropikalBold;
  font-size: 0.36rem;
}
.payment_success .ss_cen .content4 .item .box {
  margin-top: 0.3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.46rem;
}
.payment_success .ss_cen .content4 .item .box .li {
  cursor: pointer;
  position: relative;
  border-radius: 0.3rem;
  overflow: hidden;
}
.payment_success .ss_cen .content4 .item .box .li img {
  transition: 0.4s;
  border-radius: 0.3rem;
  width: 100%;
}
.payment_success .ss_cen .content4 .item .box .li .post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0.42rem;
  display: flex;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.5));
  border-radius: 0.3rem;
}
.payment_success .ss_cen .content4 .item .box .li .post > div {
  margin-top: auto;
  width: 100%;
}
.payment_success .ss_cen .content4 .item .box .li .post > div .x1 {
  font-size: var(--f28);
  color: #fff;
  font-family: TropikalBold;
}
.payment_success .ss_cen .content4 .item .box .li .post > div .x2 {
  font-size: var(--f18);
  color: #e6e6e6;
}
.payment_success .ss_cen .content4 .item .box .li:hover img {
  transform: scale(1.05);
}
.payment_success .ss_bot {
  margin-top: 0.58rem;
  text-align: right;
}
.payment_success .ss_bot .content1 .subtotal .item .one {
  cursor: pointer;
  font-size: var(--f24);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: fit-content;
  margin-left: auto;
}
.payment_success .ss_bot .content1 .subtotal .item .one p span {
  font-family: GilroyBold;
}
.payment_success .ss_bot .content1 .subtotal .item .one i {
  transition: 0.4s;
  margin-left: 0.18rem;
}
.payment_success .ss_bot .content1 .subtotal .item .two {
  margin-top: 0.15rem;
  display: none;
}
.payment_success .ss_bot .content1 .subtotal .item .two > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: var(--f18);
}
.payment_success .ss_bot .content1 .subtotal .item .two > div p {
  color: #333;
}
.payment_success .ss_bot .content1 .subtotal .item .two > div p span {
  font-family: GilroyBold;
}
.payment_success .ss_bot .content1 .subtotal .item .two > div p + p {
  margin-left: 0.2rem;
}
.payment_success .ss_bot .content1 .subtotal .item + .item {
  margin-top: 0.15rem;
}
.payment_success .ss_bot .content1 .subtotal .item.active .one i {
  transform: rotateX(180deg);
}
.payment_success .ss_bot .content1 .total {
  margin-top: 0.26rem;
  font-size: var(--f24);
  font-family: GilroyBold;
}
.payment_success .ss_bot .content1 .total span {
  font-size: var(--f36);
  color: #e79535;
}
.payment_success .ss_bot .content2 {
  margin-top: 0.5rem;
}
.account_security .content1 .div1 .t1 {
  font-family: TropikalBold;
  font-size: var(--f28);
}
.account_security .content1 .div1 .t2 {
  margin-top: 0.1rem;
  font-size: var(--f20);
}
.account_security .content1 .div2 {
  margin-top: 0.36rem;
}
.account_security .content2 {
  margin-top: 0.38rem;
}
.account_security .content2 .div1 .t1 {
  font-family: TropikalBold;
  font-size: var(--f28);
}
.account_security .content2 .div1 .t2 {
  margin-top: 0.1rem;
  font-size: var(--f20);
}
.account_security .content2 .div2 {
  margin-top: 0.4rem;
}
.account_security .content2 .div2 form .item .label {
  width: var(--tw);
}
.account_security .content2 .div2 form .item .label input {
  width: 100%;
  height: var(--hh);
  background: #f2f2f2;
  border-radius: 0.3rem;
  border: none;
  padding: 0 0.36rem;
  font-size: var(--f16);
}
.account_security .content2 .div2 form .item .label input::placeholder {
  color: #999;
}
.account_security .content2 .div2 form .item .label .layui-input-affix {
  right: 0.36rem;
  padding: 0;
  width: auto;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
.account_security .content2 .div2 form .item .label + .label {
  margin-top: 0.24rem;
}
.account_security .content2 .div2 form .btn {
  margin-top: 0.4rem;
}
main .travel_plan .pl_bot {
  margin-top: 0;
}
@media (max-width: 1500px) {
  .index_what .wh_bot {
    --w: 4.8rem;
  }
  .spot_pop .box {
    width: min(1000px, 90vw);
  }
  .log_in .wMain .box {
    width: min(860px, 90vw);
  }
  :root {
    --cw: 20px;
  }
  .travel_information .ri_box .content2 .item .bot_ .div4 .btn a {
    font-size: var(--f14);
  }
  .pc_header .he_box .logo a img {
    height: 1rem;
  }
  body {
    --top: 1.5rem;
  }
}
@media (max-width: 1400px) {
  .pc_header .he_box .menu .enter .user_info div a,
  .pc_header.fixed .he_box .menu .lang a p,
  .pc_header .he_box .menu .enter .wz a,
  .pc_header .he_box .column .nav a {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  :root {
    --hh: 0.7rem;
    --cw: 20px;
    --tw: 6rem;
  }
  .pu_user .fenlei .item a {
     justify-content: flex-start;
     padding: 0 .4rem;
  }
  .pt_40 {
    padding-top: var(--gap);
  }
  .pu_link {
    --h: 0.74rem;
  }
  .pc_header {
    display: none;
  }
  .MobileMain {
    --phone_height: 70px;
  }
  .MobileMain .HeaderMobile .box .button .Language a {
    color: #666;
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .MobileMain .HeaderMobile .box .button .Language a svg {
    width: 18px;
  }
  .MobileMain .HeaderMobile .box .button .Language a span {
    margin-left: 0.1rem;
  }
  .MobileMain .HeaderMobile .box .button .enter {
    margin-right: 0.3rem;
    position: relative;
    cursor: pointer;
    --w: 0.64rem;
  }
  .MobileMain .HeaderMobile .box .button .enter .wz a {
    transition: 0.4s;
    min-width: 1.24rem;
    font-size: var(--f18);
    line-height: var(--w);
    padding: 0 0.34rem;
    border-radius: 0.4rem;
    background: #f2f2f2;
    color: #666;
  }
  .MobileMain .HeaderMobile .box .button .enter .wz a:hover {
    background: #e79535;
    color: #fff;
  }
  .MobileMain .HeaderMobile .box .button .enter .tx {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    overflow: hidden;
  }
  .MobileMain .HeaderMobile .box .button .enter .tx img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  .MobileMain .HeaderMobile .box .button .enter .user_info {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 5px;
    white-space: nowrap;
  }
  .MobileMain .HeaderMobile .box .button .enter .user_info div {
    min-width: 2.75rem;
    padding: 0.2rem;
    border-radius: 0.3rem;
    border: 1px solid #ccc;
    background: #fff;
  }
  .MobileMain .HeaderMobile .box .button .enter .user_info div a {
    transition: 0.4s;
    font-size: var(--f18);
    color: #666;
    padding: 0 0.28rem;
    line-height: 0.54rem;
    border-radius: 0.26rem;
  }
  .MobileMain .HeaderMobile .box .button .enter .user_info div a:hover {
    background: #f2f2f2;
    color: #000;
  }
  .MobileMain .HeaderMobile .box .button .enter:hover .user_info {
    display: block;
  }
  .MobileMain.is_login .HeaderMobile .box .button .enter .wz {
    opacity: 0;
    pointer-events: none;
  }
  .MobileMain.is_login .HeaderMobile .box .button .enter .tx {
    opacity: 1;
    pointer-events: auto;
  }
  .MobileMain .HeaderMobile .box .logo a img {
    height: 48px;
  }
  .index_banner .swiper .swiper-slide .slide_img img,
  .index_banner .swiper .swiper-slide .slide_img video {
    height: auto;
    min-height: 6rem;
  }
  .pu_banner .ban_bk img {
    min-height: 4rem;
  }
  .index_banner .div_ {
    bottom: 0.2rem;
  }
  .index_banner .swiper .swiper-slide .slide_post {
    padding: 0 var(--bj);
  }
  .index_grid > div {
    grid-template-columns: repeat(1, 1fr);
  }
  .index_grid > div .item {
    grid-area: auto !important;
  }
  .pu_div {
    --w: 44px;
  }
  .index_what .wh_bot {
    --w: 5.6rem;
  }
  .index_what .wh_bot .div_ {
    margin-top: 0.4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .index_what .wh_bot .div_ .prev,
  .index_what .wh_bot .div_ .next {
    position: initial;
    transform: translateY(0);
  }
  .index_what .wh_bot .div_ .next {
    margin-left: 0.18rem;
  }
  .pc_footer .ter_top .ri_box .item:nth-child(-n+2) {
    display: none;
  }
  .pc_footer .ter_bot {
    justify-content: center;
    line-height: 2;
    text-align: center;
  }
  .pc_footer .ter_bot .copy {
    justify-content: center;
  }
  .pc_footer .ter_bot .yszc a + a {
    margin-left: 0.2rem;
  }
  .pc_footer .ter_top .le_box  {
      width: 100%;
  }
  /*.pc_footer .ter_top .content2 .pagamento_2,*/
  .pc_footer .ter_top .ri_box {
    width: 100%;
    display: block;
    margin-top: .6rem;
  }
  .pu_swiper {
    --w: 6rem;
    --active: 9rem;
  }
  .index_trips .ps_bot .div_ .line {
    width: 5rem;
  }
  .how_journey .ey_bot {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
  }
  .tourist_spot .ot_bot .le_box {
    order: 1;
    margin-top: 0.6rem;
  }
  .tourist_spot .ot_bot .ri_box {
    text-align: center;
  }
  .tourist_spot .ot_bot .ri_box img {
    width: 80%;
  }
  .travel_plan .pl_bot .item .box .content .div {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact_us .ri_box form .content3 .label .layui-form-checkbox i,
  .log_in .wMain .box .ri_box form .box3 .layui-form-checkbox i,
  .travel_plan .pl_div form .checkbox .layui-form-checkbox i {
    font-size: 12px;
  }
  .pu_banner .ban_post {
    padding: 0 var(--bj);
  }
  .early_travel .le_box {
    order: 1;
    margin-top: 0.6rem;
  }
  .common_faq .fa_bot .item {
    padding: 0.32rem;
  }
  .common_faq .fa_bot .item.active {
    padding: 0.32rem;
  }
  .contact_us .wMain {
    padding: var(--gap) var(--bj);
  }
  .contact_us .ri_box {
    padding-right: 0;
  }
  .contact_us .le_box {
    order: 1;
  }
  .log_in .wMain {
    height: calc(var(--vh) - 70px);
    padding: var(--gap) var(--bj);
  }
  .log_in .wMain .box .ri_box form .box1 {
    --w: 0.98rem;
  }
  .plr_150 {
    padding: 0;
  }
  .log_in .wMain .box .ri_box {
    padding: 0.4rem;
  }
  .user_information form .box1 .label .tips {
    width: 1.6rem;
  }
  .pu_user .fenlei {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .travel_information .ri_box .content2 .item .bot_ .div4 .btn a {
    line-height: 0.5rem;
  }
  .travel_information .ri_box .content4 .div2 {
    padding: 0.6rem;
  }
  .payment_success .ss_cen .content2 {
    gap: 0.2rem 0.8rem;
  }
  .payment_success .ss_cen .content4 .item .box {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .payment_success .ss_cen .content3 .box .post {
    position: initial;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .payment_success .ss_cen .content3 .box .bk {
    border-radius: 0.3rem 0.3rem 0 0;
  }
  .payment_success .ss_cen .content3 .box .bk img {
    border-radius: 0.3rem 0.3rem 0 0;
  }
  .spot_pop .box .list_ .item_5 .content3 .div1 svg {
    width: 24px;
  }
  .case_display .ay_bot .item .le_box .content1 .fh,
  .pu_page .number a,
  .how_journey .ey_bot::before,
  .how_journey .ey_top .desc br,
  .index_explorer .le_box .yuan {
    display: none;
  }
  .case_display .ay_bot .item .le_box .content1 .text {
    padding: 0 0 0 0.24rem;
  }
  .case_display .ay_bot .item .ri_box {
    padding-left: 0;
  }
  .featured_list .st_top .item .ri_box .content2 div span {
    line-height: 1.4;
  }
  /*.pc_footer .ter_top .content2 .pagamento {*/
  /*    width: 35%;*/
  /*}*/
  .index_what .wh_bot .swiper .swiper-slide .box1 .t3 .img,
  .case_display .ay_bot .item .le_box .content1,
  .how_journey .ey_bot {
    --w: 1.2rem;
  }
  .spot_pop .box .list_ .item_5 .content2 .ri_box,
  .spot_pop .box .list_ .item_4 .content2 .ri_box,
  .spot_pop .box .list_ .item_3 .content2 .ri_box,
  .spot_pop .box .list_ .item_2 .content2 .ri_box,
  .featured_list .st_top .item .ri_box,
  .case_display .ay_bot .item .ri_box,
  .index_trips .ps_top .ri_box {
    margin-top: 0.2rem;
  }
  .travel_plan .pl_div form .btn,
  .spot_pop .box .list_ .item_1 .content2 .ri_box,
  .index_explorer .ri_box {
    margin-top: 0.6rem;
  }
  .featured_list .st_top .item .ri_box .content2 div span,
  .featured_list .st_top .item .ri_box .content2 div p,
  .spot_pop .box .list_ .item_5 .content2 .ri_box,
  .spot_pop .box .list_ .item_5 .content2 .le_box,
  .spot_pop .box .list_ .item_4 .content2 .ri_box,
  .spot_pop .box .list_ .item_4 .content2 .le_box,
  .spot_pop .box .list_ .item_3 .content2 .ri_box,
  .spot_pop .box .list_ .item_3 .content2 .le_box,
  .spot_pop .box .list_ .item_2 .content2 .ri_box,
  .spot_pop .box .list_ .item_2 .content2 .le_box,
  .sign_up .up_bot form .box1 .label .tips,
  .contact_us .le_box,
  .contact_us .ri_box,
  .early_travel .ri_box,
  .early_travel .le_box,
  .featured_list .st_top .item .ri_box,
  .featured_list .st_top .item .le_box,
  .case_display .ay_bot .item .ri_box,
  .case_display .ay_bot .item .le_box,
  .travel_plan .pl_div form .checkbox,
  .travel_plan .pl_div form .btn,
  .spot_pop .box .list_ .item_1 .content2 .ri_box,
  .spot_pop .box .list_ .item_1 .content2 .le_box,
  .tourist_spot .ot_bot .ri_box,
  .tourist_spot .ot_bot .le_box,
  .pc_footer .ter_bot .yszc,
  .pc_footer .ter_bot .copy,
  .index_trips .ps_top .ri_box,
  .index_trips .ps_top .le_box,
  .index_explorer .ri_box,
  .index_explorer .le_box {
    width: 100%;
    flex: auto;
  }
}
@media (max-width: 750px) {
  :root {
    --hh: 0.95rem;
    --cw: 20px;
    --tw: 100%;
  }
  .pc_footer .ter_top .ri_box .logo a img {
      height: 1.4rem;
  }
  .pc_footer .ter_top .content2 .pagamento {
      width: 100%;
  }
  .travel_plan .pl_nodata .btn .pu_link + .pu_link {
      margin-top: 10px;
  }
  .pu_link {
    --h: 0.95rem;
  }
  .tourist_spot  .return {
     margin-top: .3rem; 
  }
  .travel_information .ri_box .scroll_ > div {
    width: 300%;
  }
  .MobileMain .HeaderMobile .box .button .enter .user_info div a {
    line-height: 0.74rem;
  }
  .MobileMain .HeaderMobile .box .button .enter {
    --w: 0.8rem;
  }
  .index_explorer .ri_box .content2,
  .spot_pop .box .list_ .item_1 .content2 .le_box .div2,
  .tourist_spot .ot_bot .le_box .content2 > div,
  .tourist_spot .ot_bot .le_box .content1 form > div,
  .how_journey .ey_bot,
  .payment_success .ss_cen .content4 .item .box,
  .travel_plan .pl_bot .item .box .content .div,
  .pu_user .fenlei {
    grid-template-columns: repeat(1, 1fr);
  }
  .choose_trip .ip_div {
    grid-template-columns: repeat(2, 1fr);
  }
  .pu_link + .pu_link {
    margin-left: 10px;
  }
  .payment_success .ss_bot .content2 .pu_link,
  .travel_plan .pl_div form .btn .pu_link {
    display: block;
  }
  .payment_success .ss_bot .content2 .pu_link .a,
  .travel_plan .pl_div form .btn .pu_link .a {
    width: 100%;
  }
  .payment_success .ss_bot .content2 .pu_link + .pu_link,
  .travel_plan .pl_div form .btn .pu_link + .pu_link {
    margin-left: 0;
    margin-top: 0.2rem;
  }
  .payment_success .ss_cen .content2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .travel_information .ri_box .content2 .item .bot_ .div4 .btn a {
    line-height: 0.66rem;
    padding: 0 0.36rem;
  }
  .user_information form .box1 .label .upload_ {
    --w: 1.6rem;
  }
  .user_information form .box1 .label .tips {
    line-height: var(--hh);
  }
  .sign_up .up_bot form .box1 .label .srk .btn {
    margin-left: 0;
    margin-top: 10px;
  }
  .log_in .wMain .box .le_box {
    display: none;
  }
  .log_in .wMain .box .ri_box form .box1 {
    --w: 1.6rem;
  }
  .contact_us .ri_box form .content2 {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
  }
  .contact_us .ri_box form .content2 .label {
    grid-area: auto !important;
  }
  .contact_us .ri_box form .content2 .label textarea {
    height: calc(var(--hh) * 2.67);
  }
  .contact_us .ri_box form {
    padding: 0.4rem;
  }
  .contact_us .ri_box form .content3 .btn {
    --w: 0.8rem;
    margin-top: 0.6rem;
  }
  .case_display .ay_bot .item {
    padding: 0.4rem;
  }
  .case_display .ay_bot .item .le_box .content3 div span {
    padding-left: 0;
  }
  .case_display .ay_bot .item .le_box .content3 div + div {
    margin-top: 10px;
  }
  .case_display .ay_bot .item .le_box .content2 {
    height: 9em;
    overflow: auto;
    padding-right: 0.1rem;
  }
  .case_display .ay_bot .item .le_box .content2::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .case_display .ay_bot .item .le_box .content2::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #e79535;
  }
  .case_display .ay_bot .item .le_box .content2::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.5);
  }
  @-moz-document url-prefix() {
    .case_display .ay_bot .item .le_box .content2 {
      scrollbar-color: #e79535 rgba(0, 0, 0, 0.5);
      scrollbar-width: thin;
      -ms-overflow-style: none;
    }
  }
  .index_trips .ps_bot .div_ .line {
    width: 3.6rem;
  }
  .index_what .wh_bot {
    --w: 90%;
  }
    .pc_footer .ter_top .content2 .pagamento_2 {
        margin-top: .3rem;
    }
  .pc_footer .ter_top .ri_box {
    margin-top: 0.6rem;
  }
    .pc_footer .ter_top .content2 .pagamento_2,
  .pc_footer .ter_top .ri_box,
  .pc_footer .ter_top .le_box,
  .case_display .ay_bot .item .le_box .content3 div span,
  .case_display .ay_bot .item .le_box .content3 div p,
  .log_in .wMain .box .ri_box,
  .log_in .wMain .box .le_box,
  .sign_up .up_bot form .box1 .label .srk .btn,
  .sign_up .up_bot form .box1 .label .srk,
  .user_information form .box1 .label .srk,
  .user_information form .box1 .label .tips {
    width: 100%;
    flex: auto;
  }
}

/*===============新增========================*/
#no,.yes-1,.show  {
  display: none;  
}
.hide {
  margin-top: .58rem;
  text-align: center;
  color: #666;
  font-size: var(--f20);
  font-family: TropikalBold;
}
.hide img {
  width: 3.56rem;    
}
.yes-2 {
    font-size: var(--f48);
    text-align: center;
    color: #666;
    margin-top: .58rem;
}
.pu_how {
  z-index: 99;
  position: fixed;
  right: var(--bj);
  bottom: 4%;
}
.pu_how .close {
  position: relative;
  width: 0.72rem;
  height: 0.72rem;
  background: #fff;
  filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.16));
  border-radius: 50%;
  display: flex;
  cursor: pointer;
}
.pu_how .close img {
  margin: auto;
  max-width: 46%;
  transition: 0.3s;
}
.pu_how .close .sq {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pu_how .how_post {
  transition: 0.6s;
  position: absolute;
  right: 0%;
  bottom: 120%;
  background: #fff;
  border-radius: 0.3rem;
  width: 560px;
  padding: 0.38rem;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.16));
  transform: scale(0);
  transform-origin: right bottom;
}
.pu_how .how_post .content1 {
  font-family: TropikalBold;
  font-size: var(--f24);
  color: #000;
}
.pu_how .how_post .content2 {
  margin-top: 0.28rem;
}
.pu_how .how_post .content2 .li {
  display: flex;
  flex-wrap: wrap;
}
.pu_how .how_post .content2 .li .svg {
  transform: translateY(-3px);
  width: var(--f24);
}
.pu_how .how_post .content2 .li .svg img {
  width: 100%;
}
.pu_how .how_post .content2 .li .text {
  flex: 1;
  padding-left: 0.16rem;
  font-size: var(--f18);
}
.pu_how .how_post .content2 .li .text .t1 {
  font-family: TropikalBold;
  color: #333;
}
.pu_how .how_post .content2 .li .text .t2 {
  margin-top: 4px;
  font-size: 0.88em;
  color: #666;
}
.pu_how .how_post .content2 .li + .li {
  margin-top: 0.12rem;
}
.pu_how.active .close .gb {
  opacity: 0;
}
.pu_how.active .close .sq {
  opacity: 1;
}
.pu_how.active .how_post {
  transform: scale(1);
}
@media (max-width: 1200px) {
  .pu_how .how_post {
    width: 7.2rem;
  }
  .pu_how .close {
    width: 0.82rem;
    height: 0.82rem;
  }
}
@media (max-width: 750px) {
  .pu_how .how_post {
    width: 90vw;
  }
}
