html {
  font-size: 0.8333333333vw;
}

h3 {
  font-size: inherit;
}

.bgf {
  background-color: #fff !important;
}

.head_pc {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  height: 85px;
  padding: 20px 0;
  background-color: #000;
}
@media (max-width: 1180px) {
  .head_pc .logo {
    width: 220px;
  }
}
.head_pc .drop_box {
  width: 100%;
  position: absolute;
  padding: 10px 0;
  top: 100%;
  left: 2%;
  margin-top: 1.0417vw;
  overflow: hidden;
  visibility: hidden;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(30, 36, 53, 0.18);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  z-index: 12;
}
.head_pc .drop_box > a {
  display: block;
  font-size: 15px;
  line-height: 1.5625vw;
  text-align: center;
  color: #333 !important;
}
.head_pc .drop_box > a:hover {
  color: #30bead !important;
}
.head_pc .nav li {
  position: relative;
}
@media (max-width: 990px) {
  .head_pc .nav li {
    padding: 30px 15px;
  }
}
.head_pc .nav li > a {
  font-size: 16px;
  color: #fff;
  padding: 0 clamp(8px, 1.5rem, 16px);
  height: 40px;
  border-radius: 20px;
}
@media (max-width: 1180px) {
  .head_pc .nav li > a {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .head_pc .nav li > a {
    font-size: 13px;
  }
}
.head_pc .nav li.select > a {
  background-color: #c5a86f;
  color: #fff !important;
}
.head_pc .nav li:hover > a {
  color: #c5a86f;
}
.head_pc .nav li:hover .drop_box {
  margin-top: 6px;
  opacity: 1;
  visibility: visible;
  box-shadow: 0 0.2604vw 0.7813vw 0 rgba(49, 49, 49, 0.05);
}
.head_pc .search_box input {
  width: clamp(100px, 13.75rem, 160px);
  height: 40px;
  border-radius: 20px;
  border: 1px solid #313131;
  padding-left: clamp(15px, 1.625rem, 26px);
  color: #fff;
}
.head_pc .search_box input::-webkit-input-placeholder {
  color: #878787;
}
.head_pc .search_box input:-moz-placeholder {
  color: #878787;
}
.head_pc .search_box input::-moz-placeholder {
  color: #878787;
}
.head_pc .search_box input:-ms-input-placeholder {
  color: #878787;
}
.head_pc .search_box input::placeholder {
  color: #878787;
}
.head_pc .search_box .search_submit {
  right: clamp(15px, 1.5rem, 24px);
}
.head_pc .login_box .user_icon {
  margin-right: 10px;
}
.head_pc .login_box a {
  color: #fff;
}
.head_pc .login_box a:hover {
  color: #fff;
}
.head_pc .login_box .gener {
  margin: 0 3px;
}

input {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

input[type=text]:focus {
  border-color: #c5a86f !important;
}

.mobile_login_box {
  right: 70px;
}
.mobile_login_box a {
  font-size: 15px;
  height: 30px;
  line-height:30px;
  margin-left: 12px;
  color: #fff;
}

.a-color-yellow {
  color: #c5a86f;
}

tr {
  cursor: pointer;
}

.m_pic_box {
  display: none;
}

.m_show {
  display: none;
}

.banner {
  margin-bottom: clamp(30px, 5.375rem, 86px);
}
.banner .banner_info {
  z-index: 2;
}
.banner .banner_info .title {
  font-size: clamp(20px, 2.25rem, 36px);
  margin-bottom: 18px;
  line-height: 1.3;
}
.banner .banner_info .desc {
  font-size: clamp(15px, 1.125rem, 18px);
}
.banner .banner_info .desc span {
  margin-right: 20px;
}
.banner .banner_info .desc span:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .banner .banner_info .desc {
    display: block;
  }
  .banner .banner_info .desc span {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 12px;
  }
}
.banner .banner_info .operate_box {
  margin-top: clamp(20px, 2.5rem, 40px);
}
.banner .banner_info .operate_box a {
  margin: 0 10px;
  width: clamp(160px, 13.75rem, 220px);
  height: clamp(48px, 5rem, 80px);
  font-size: clamp(16px, 1.25rem, 20px);
  background-color: #fff;
  border-radius: 5px;
}
.banner .banner_info .operate_box a img {
  margin-right: clamp(12px, 1.375rem, 22px);
}
.banner .span {
  position: absolute;
  bottom: clamp(16px, 1.875rem, 30px);
  z-index: 2;
  width: 100%;
}
.banner .span .swiper-pagination-bullet {
  margin: 0 10px;
  opacity: 1;
  border: 1px solid #b8b2a0;
  background: transparent;
}
.banner .span .swiper-pagination-bullet-active {
  border-color: transparent;
  background-color: #fff;
}
@media (max-width: 640px) {
  .banner .banner_img {
    height: 260px;
  }
}

.title_wrap {
  padding: 24px 0;
}
.title_wrap .title {
  font-size: 30px;
  margin: 0 24px;
}
.title_wrap .line {
  width: 5.625rem;
  height: 1px;
  background-color: #c5a86f;
  margin: 10px 0;
}
@media (max-width: 640px) {
  .title_wrap .title {
    font-size: 26px;
  }
}

.more {
  font-size: 16px;
  color: #fff !important;
  width: 160px;
  height: 50px;
  border-radius: 25px;
  background-color: #c5a86f;
  margin: auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.more:hover {
  opacity: 0.8;
}
@media (max-width: 640px) {
  .more {
    height: 40px;
  }
}

.mask {
  width: 100%;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}

.ad_box .ad_info {
  z-index: 1;
  font-size: clamp(16px, 1.875rem, 30px);
}

main {
  padding-top: 85px;
}
@media (max-width: 1024px) {
  main {
    padding-top: 0;
  }
}

.home_section1 {
  padding-top: clamp(30px, 3.75rem, 60px);
  padding-bottom: clamp(30px, 5.625rem, 90px);
}
.home_section1 .content {
  margin-top: clamp(20px, 2.5rem, 40px);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: clamp(30px, 3.75rem, 60px);
}
@media (max-width: 860px) {
  .home_section1 .content {
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 640px) {
  .home_section1 .content {
    display: block;
  }
}
.home_section1 .content .goBaoming {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  font-size: 18px;
  color: #fff;
  background: rgba(197, 168, 111, 0.7);
}
.home_section1 .content .game_other .item {
  font-size: 16px;
  margin-bottom: 20px;
}
.home_section1 .content .game_other .item:last-child {
  margin-bottom: 0;
}
.home_section1 .content .game_other .item img {
  margin-right: 10px;
}
@media (max-width: 860px) {
  .home_section1 .content .game_other .item {
    margin-bottom: 12px;
    font-size: 14px;
    display: block;
  }
}
@media (max-width: 860px) {
  .home_section1 .content .game_other .item {
    margin-bottom: 12px;
    font-size: 14px;
  }
}
.home_section1 .content .game_other .game_type {
  margin-left: 20px;
}
@media (max-width: 860px) {
  .home_section1 .content .game_other .game_type {
    margin-left: 0;
    margin-top: 12px;
  }
}
.home_section1 .content .left {
  border: 1px solid #e5e5e5;
}
@media (max-width: 860px) {
  .home_section1 .content .left {
    width: 49%;
  }
}
@media (max-width: 640px) {
  .home_section1 .content .left {
    width: 100%;
  }
}
.home_section1 .content .left .poster {
  padding: 31.5% 50%;
}
.home_section1 .content .left .poster .img {
  position: absolute;
  left: 0;
  top: 0;
}
.home_section1 .content .left .goBaoming {
  height: 60px;
}
@media (max-width: 860px) {
  .home_section1 .content .left .goBaoming {
    height: 35px;
    font-size: 14px;
  }
}
.home_section1 .content .left .ganme_info {
  padding: 50px 40px;
}
.home_section1 .content .left .ganme_info .game_title {
  font-size: 24px;
  margin-bottom: 40px;
  line-height: 1.2;
}
@media (max-width: 860px) {
  .home_section1 .content .left .ganme_info .game_title {
    margin-bottom: 16px;
    font-size: 18px;
  }
}
@media (max-width: 860px) {
  .home_section1 .content .left .ganme_info {
    padding: 20px 15px;
  }
}
.home_section1 .content .right {
  padding-left: clamp(15px, 3.125rem, 50px);
}
@media (max-width: 860px) {
  .home_section1 .content .right {
    padding-left: 0;
    width: 49%;
  }
}
@media (max-width: 640px) {
  .home_section1 .content .right {
    width: 100%;
  }
}
.home_section1 .content .right ul {
  height: 100%;
}
.home_section1 .content .right ul li {
  margin-bottom: 30px;
}
.home_section1 .content .right ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1220px) {
  .home_section1 .content .right ul li {
    margin-bottom: 20px;
  }
}
@media (max-width: 860px) {
  .home_section1 .content .right ul li {
    display: block;
    border: 1px solid #e5e5e5;
    margin-bottom: 0;
  }
  .home_section1 .content .right ul li:nth-child(4), .home_section1 .content .right ul li:nth-child(3), .home_section1 .content .right ul li:nth-child(2) {
    display: none;
  }
  .home_section1 .content .right ul li .left_info {
    padding: 20px 15px;
  }
}
@media (max-width: 640px) {
  .home_section1 .content .right ul li {
    margin-top: 15px;
  }
  .home_section1 .content .right ul li:nth-child(4), .home_section1 .content .right ul li:nth-child(3), .home_section1 .content .right ul li:nth-child(2) {
    display: block;
  }
}
.home_section1 .content .right ul li .title {
  font-size: 20px;
  margin-bottom: 24px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
@media (max-width: 1180px) {
  .home_section1 .content .right ul li .title {
    margin-bottom: 16px;
    font-size: 18px;
  }
}
@media (max-width: 860px) {
  .home_section1 .content .right ul li .poster {
    padding: 31.5% 50%;
  }
}
.home_section1 .content .right ul li .poster img {
  width: 200px;
  height: 127px;
}
@media (max-width: 860px) {
  .home_section1 .content .right ul li .poster img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.home_section1 .content .right ul li .game_other .item {
  font-size: 14px;
}
@media (max-width: 1180px) {
  .home_section1 .content .right ul li .game_other .item {
    font-size: 12px;
  }
}
@media (max-width: 860px) {
  .home_section1 .content .right ul li .game_other .item {
    font-size: 14px;
  }
}
.home_section1 .content .right ul li .goBaoming {
  font-size: 14px;
  height: 35px;
}

.home_section2 {
  padding: 65px 0 75px;
  background: url(../images/bg1.png) no-repeat;
  -o-background-size: cover;
     background-size: cover;
  position: relative;
}
@media (max-width: 640px) {
  .home_section2 {
    padding: 30px 0;
  }
}
.home_section2 .mask {
  background: rgba(5, 10, 12, 0.5);
}
.home_section2 .content, .home_section2 .more, .home_section2 .title_wrap {
  z-index: 1;
}
.home_section2 .game_swiper {
  width: 1230px;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 2.1875rem;
  margin-right: 2.1875rem;
}
@media (max-width: 1200px) {
  .home_section2 .game_swiper {
    padding-left: 1px;
    padding-right: 1px;
  }
}
@media (max-width: 860px) {
  .home_section2 .game_swiper {
    margin-left: 0;
    margin-right: 0;
  }
}
.home_section2 .filter_box {
  margin-top: 40px;
}
@media (max-width: 640px) {
  .home_section2 .filter_box {
    margin-top: 20px;
  }
}
.home_section2 .filter_box .filter_box_inner {
  padding: 20px;
  background-color: #fff;
}
@media (max-width: 640px) {
  .home_section2 .filter_box .filter_box_inner {
    padding: 15px;
    display: block;
  }
}
@media (max-width: 640px) {
  .home_section2 .search_result_box .swiper-slide .box {
      display: block;
  }
}
.home_section2 .filter_box .filter_box_inner input {
  background-color: #eeeeee;
  height: 40px;
  padding-left: 24px;
  border-radius: 20px;
}
.home_section2 .filter_box .filter_box_inner input::-webkit-input-placeholder {
  color: #878787;
}
.home_section2 .filter_box .filter_box_inner input:-moz-placeholder {
  color: #878787;
}
.home_section2 .filter_box .filter_box_inner input::-moz-placeholder {
  color: #878787;
}
.home_section2 .filter_box .filter_box_inner input:-ms-input-placeholder {
  color: #878787;
}
.home_section2 .filter_box .filter_box_inner input::placeholder {
  color: #878787;
}
.home_section2 .filter_box .filter_box_inner .filter_item {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 18px;
  position: relative;
}
.home_section2 .filter_box .filter_box_inner .filter_item:last-child {
  margin-right: 0;
}
.home_section2 .filter_box .filter_box_inner .filter_item .submit_btn {
  right: 24px;
}
@media (max-width: 640px) {
  .home_section2 .filter_box .filter_box_inner .filter_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .home_section2 .filter_box .filter_box_inner .filter_item:last-child {
    margin-bottom: 0;
  }
}
.home_section2 .search_result_box {
  margin-top: 20px;
  margin-bottom: 45px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 640px) {
  .home_section2 .search_result_box {
    margin-bottom: 20px;
  }
}
.home_section2 .search_result_box .swiper-slide {
  padding: clamp(15px, 1.5625rem, 25px);
  background-color: #fff;
}
.home_section2 .search_result_box .swiper-slide .box .poster {
  width: clamp(140px, 10.625rem, 170px);
}
.home_section2 .search_result_box .swiper-slide .box .info {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: clamp(15px, 1.875rem, 30px);
}
.home_section2 .search_result_box .swiper-slide .box .info .name {
  font-size: 21.46px;
  margin-bottom: clamp(15px, 1.375rem, 22px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1200px) {
  .home_section2 .search_result_box .swiper-slide .box .info .name {
    font-size: 18px;
  }
}
.home_section2 .search_result_box .swiper-slide .box .info .intro .item {
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .home_section2 .search_result_box .swiper-slide .box .info .intro .item {
    margin-bottom: 12px;
  }
}
.home_section2 .search_result_box .swiper-slide .box .info .intro .item:last-child {
  margin-bottom: 0;
}
.home_section2 .search_result_box .swiper-slide .box .info .intro .item span {
  font-size: 12.52px;
}
@media (max-width: 1200px) {
  .home_section2 .search_result_box .swiper-slide .box .info .intro .item span {
    font-size: 11px;
  }
}
.home_section2 .search_result_box .swiper-slide .box .info .details {
  font-size: 10px;
  color: #c5a86f;
  margin-top: clamp(15px, 1.875rem, 30px);
}
.home_section2 .search_result_box .swiper-slide:hover .name {
  color: #c5a86f;
}
.home_section2 .search_result_box .swiper-btn {
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  background-color: #c5a86f;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 860px) {
  .home_section2 .search_result_box .swiper-btn {
    display: none;
  }
}
@media (max-width: 640px) {
  .home_section2 .search_result_box .swiper-slide .box .info {
      padding-left: 0;
      padding-top: 20px;
  }
}
@media (max-width: 640px) {
  .home_section2 .search_result_box .swiper-slide .box .poster {
      width: 100%;
  }
}
.home_section3 {
  padding: clamp(30px, 5rem, 80px) 0 clamp(30px, 6.25rem, 100px);
}
.home_section3 .content {
  margin-top: clamp(30px, 3.125rem, 50px);
  padding-left: 15px;
  padding-right: 15px;
}
.home_section3 .content .news_swiper {
  width: 1230px;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 2.1875rem;
  margin-right: 2.1875rem;
}
@media (max-width: 1200px) {
  .home_section3 .content .news_swiper {
    margin-left: 1px;
    margin-right: 1px;
  }
}
@media (max-width: 860px) {
  .home_section3 .content .news_swiper {
    padding-left: 0;
    padding-right: 0;
  }
}
.home_section3 .content .news_swiper .news_info {
  padding-bottom: 25px;
  padding-top: 30px;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 640px) {
  .home_section3 .content .news_swiper .news_info {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.home_section3 .content .news_swiper .news_info .title {
  font-size: 20px;
  margin-bottom: 26px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 640px) {
  .home_section3 .content .news_swiper .news_info .title {
    margin-bottom: 12px;
    font-size: 16px;
  }
}
.home_section3 .content .news_swiper .news_info .sub {
  line-height: 24px;
}
.home_section3 .content .news_swiper .bottom {
  padding-top: 30px;
}
.home_section3 .content .news_swiper .bottom img {
  margin-right: 10px;
}
.home_section3 .content .news_swiper .bottom .details {
  color: #c5a86f;
}
@media (max-width: 640px) {
  .home_section3 .content .news_swiper .bottom {
    padding-top: 20px;
  }
}
.home_section3 .content .news_swiper .swiper-slide:hover .title {
  color: #c5a86f;
}
.home_section3 .content .swiper-btn {
  color: #a0a0a0;
}
@media (max-width: 860px) {
  .home_section3 .content .swiper-btn {
    display: none;
  }
}
.home_section3 .ad_box {
  margin-top: clamp(30px, 5rem, 80px);
}

footer {
  background-color: #000000;
}
footer .foot-top {
  padding-top: clamp(30px, 6.625rem, 106px);
  padding-bottom: clamp(30px, 3.9063vw, 75px);
}
@media only screen and (max-width: 640px) {
  footer .foot-top {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
footer .foot-top .foot_left {
  max-width: 390px;
}
@media (max-width: 1170px) {
  footer .foot-top .foot_left {
    max-width: 17.8125vw;
  }
}
@media only screen and (max-width: 640px) {
  footer .foot-top .foot_left {
    max-width: 100%;
  }
}
footer .foot-top .foot_left .text {
  margin-top: clamp(16px, 1.875rem, 30px);
  line-height: 24px;
  margin-bottom: 2.8125rem;
}
@media (max-width: 1170px) {
  footer .foot-top .foot_left .text {
    font-size: 13px;
  }
}
footer .foot-top .foot_left input {
  height: 3.125rem;
  width: 100%;
  padding-left: 1.25rem;
  color: #878787;
  border: 1px solid #1b1b1b;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  footer .foot-top .foot_left input {
    height: 40px;
    margin-bottom: 20px;
  }
}
footer .foot-top .foot_left .submit {
  background-color: #c5a86f;
  width: 120px;
  height: clamp(36px, 2.6042vw, 50px);
  margin-top: 1.875rem;
}
footer .foot-top .title {
  font-size: clamp(16px, 1.125rem, 18px);
  margin-bottom: 2.8125rem;
}
@media only screen and (max-width: 640px) {
  footer .foot-top .fot_item {
    margin-right: 20px;
  }
}
footer .foot-top .fot_item .link a {
  display: block;
  color: #fff;
  margin-bottom: 1.25rem;
}
footer .foot-top .fot_item .link a:last-child {
  margin-bottom: 0;
}
footer .foot-top .fot_item .link a:hover {
  color: #c5a86f;
}
@media (max-width: 1170px) {
  footer .foot-top .fot_item .link a {
    font-size: 13px;
  }
}
footer .foot-top .fot_item .share {
  margin-top: 3.75rem;
}
footer .foot-top .fot_item .share a {
  width: clamp(35px, 2.8125rem, 45px);
  height: clamp(35px, 2.8125rem, 45px);
  background-color: #fff;
  border-radius: 7px;
  margin-right: 0.9375rem;
}
footer .foot-top .fot_item .share a:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 640px) {
  footer .foot-top .fot_item {
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
footer .foot_bottom {
  color: #919191;
  padding-bottom: clamp(20px, 3.75rem, 60px);
}
@media only screen and (max-width: 640px) {
  footer .foot_bottom {
    line-height: 1.4;
  }
}

.page-box a {
  width: 35px;
  height: 35px;
  border: 1px solid #e5e5e5;
  margin: 0 5px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #fff;
  color: #a2a2a2;
}

.page-box a:hover, .page-box a.active {
  background-color: #c5a86f;
  color: #fff;
  border-color: transparent;
}

.mianbao_nav {
  padding: 30px 0 35px;
}
@media only screen and (max-width: 640px) {
  .mianbao_nav {
    padding: 20px 0;
  }
}
.mianbao_nav a {
  color: #878787;
}
.mianbao_nav .arrow {
  margin-left: 3px;
}

.form_body {
  height: 100vh;
  width: 100%;
  background: url(../images/bg2.png) no-repeat;
  -o-background-size: cover;
     background-size: cover;
}
@media (max-width: 860px) {
  .form_body {
    height: -webkit-calc(100vh - 70px);
    height: -moz-calc(100vh - 70px);
    height: calc(100vh - 70px);
  }
}
.form_body .copyright_foot {
  position: absolute;
  bottom: 3.125rem;
  left: 0;
  width: 100%;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .form_body .form_wrap_box {
    display: block;
  }
  .form_body .form_wrap_box .w50 {
    width: 100%;
  }
}
.form_body .form_wrap_box .form_box {
  margin-top: clamp(20px, 2.5rem, 40px);
}
.form_body .form_wrap_box .form_cell {
  margin-bottom: clamp(15px, 1.25rem, 20px);
  position: relative;
}
.form_body .form_wrap_box .form_cell input {
  width: 100%;
  color: #fff;
  font-size: 16px;
  height: clamp(40px, 3.375rem, 54px);
  border: 1px solid #8d8884;
  padding-left: clamp(15px, 1.875rem, 30px);
}
.form_body .form_wrap_box .form_cell input::-webkit-input-placeholder {
  font-size: 16px;
  color: #878787;
}
.form_body .form_wrap_box .form_cell input:-moz-placeholder {
  font-size: 16px;
  color: #878787;
}
.form_body .form_wrap_box .form_cell input::-moz-placeholder {
  font-size: 16px;
  color: #878787;
}
.form_body .form_wrap_box .form_cell input:-ms-input-placeholder {
  font-size: 16px;
  color: #878787;
}
.form_body .form_wrap_box .form_cell input::placeholder {
  font-size: 16px;
  color: #878787;
}
.form_body .form_wrap_box .form_cell .code_box {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  background-color: #ececec;
}
.form_body .form_wrap_box .form_cell .code_box #code {
  height: clamp(40px, 3.375rem, 54px);
  width: 136px;
  background-color: #ececec;
}
.form_body .form_wrap_box .left {
  background: rgba(0, 0, 0, 0.5);
  padding: clamp(20px, 3.75rem, 60px) clamp(15px, 2.5rem, 40px);
}
.form_body .form_wrap_box .left .form_title {
  font-size: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.form_body .form_wrap_box .left .form_title h3 {
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px solid #c5a86f;
}
@media only screen and (max-width: 640px) {
  .form_body .form_wrap_box .left .form_title {
    font-size: 20px;
  }
  .form_body .form_wrap_box .left .form_title h3 {
    padding-bottom: 20px;
  }
}
.form_body .form_wrap_box .radio_item {
  margin-bottom: clamp(15px, 1.875rem, 30px);
}
.form_body .form_wrap_box .radio_item .text {
  font-size: 16px;
  margin-left: 15px;
}
.form_body .form_wrap_box .uk-radio, .form_body .form_wrap_box .uk-checkbox {
  border-color: #8d8884;
  margin-top: 0;
}
.form_body .form_wrap_box .uk-radio:checked, .form_body .form_wrap_box .uk-checkbox:checked, .form_body .form_wrap_box .uk-checkbox:indeterminate {
  border-color: transparent;
  background-color: #c5a86f;
}
.form_body .form_wrap_box .forget {
  margin-top: clamp(15px, 1.875rem, 30px);
}
.form_body .form_wrap_box .forget a:hover {
  color: #c5a86f !important;
}
.form_body .form_wrap_box .right .title {
  font-size: clamp(18px, 2.25rem, 36px);
}
.form_body .form_wrap_box .right .operate_box {
  margin-top: clamp(20px, 2.5rem, 40px);
}
.form_body .form_wrap_box .right .operate_box a {
  margin: 0 10px;
  width: clamp(140px, 13.75rem, 220px);
  height: clamp(42px, 5rem, 80px);
  font-size: clamp(16px, 1.25rem, 20px);
  background-color: #fff;
  border-radius: 5px;
}
.form_body .form_wrap_box .right .operate_box a img {
  margin-right: clamp(12px, 1.375rem, 22px);
}
.form_body .form_wrap_box .right .operate_box a:hover {
  color: #c5a86f;
}
.form_body .getCode {
  position: absolute;
  right: 0;
  top: 0;
}
.form_body .getCode button {
  width: 160px;
  height: clamp(40px, 3.375rem, 54px);
  background-color: #fff;
  font-size: 16px;
}
.form_body .h-5 {
  height: 5px;
}

.submit {
  color: #fff;
  background-color: #c5a86f;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: clamp(40px, 3.375rem, 54px);
}
.submit:hover {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.form_main_box {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
}
@media (max-width: 640px) {
  .form_main_box {
    top: 30%;
  }
}
.form_main_box .step_header {
  padding: 20px 10.625rem 20px 7.8125rem;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  margin-bottom: clamp(30px, 7.1875rem, 115px);
}
@media (max-width: 640px) {
  .form_main_box .step_header {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.form_main_box .step_header .step_item {
  opacity: 0.5;
}
.form_main_box .step_header .step_item .index {
  width: clamp(22px, 2.5rem, 40px);
  height: clamp(22px, 2.5rem, 40px);
  border-radius: 50%;
  margin-right: clamp(12px, 1.25rem, 20px);
  color: #fff;
  font-size: clamp(13px, 1.125rem, 18px);
  border: 1px solid #fff;
}
.form_main_box .step_header .step_item .text {
  color: #fff;
  font-size: clamp(14px, 1.5rem, 24px);
}
.form_main_box .step_header .step_item.active {
  opacity: 1;
}
.form_main_box .step_header .step_item.isFinish .index {
  background-color: #c5a86f;
  border-color: transparent;
}
.form_main_box .step_header .step_item.isFinish .text {
  color: #c5a86f;
}
@media (max-width: 640px) {
  .form_main_box .type_list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.form_main_box .type_list .item {
  width: 31.67%;
  background-color: rgba(0, 0, 0, 0.4);
  height: clamp(170px, 22.5rem, 360px);
}
@media (max-width: 640px) {
  .form_main_box .type_list .item {
    width: 49%;
    margin-bottom: 15px;
  }
}
.form_main_box .type_list .item .title {
  font-size: clamp(16px, 1.5rem, 24px);
}
.form_main_box .type_list .item .btn {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background: #c5a86f;
  color: #fff;
  width: clamp(120px, 13.75rem, 220px);
  height: clamp(40px, 3.375rem, 54px);
  font-size: clamp(15px, 1.125rem, 18px);
  margin-top: clamp(20px, 2.1875rem, 35px);
}
.form_main_box .type_list .item:hover .btn {
  opacity: 0.8;
}
.form_main_box .type_list.type_list_1 .item .btn {
  margin-top: 0;
  margin-bottom: clamp(14px, 1.5rem, 24px);
}
.form_main_box .type_list.type_list_1 .item_1 {
  margin-left: clamp(15px, 1.875rem, 30px);
}
@media (max-width: 640px) {
  .form_main_box .type_list.type_list_1 .item_1 {
    margin-left: 2%;
  }
}
.form_main_box .goBack {
  width: clamp(40px, 4.375rem, 70px);
  height: clamp(40px, 4.375rem, 70px);
  background-color: #fff;
  border-radius: 50%;
  margin: clamp(30px, 5rem, 80px) auto 0;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.form_main_box .goBack:hover {
  background: #c5a86f;
  color: #fff;
}

.form_body1 .step_header {
  margin-bottom: 40px;
}

.binding_form_box {
  padding: clamp(20px, 3.125rem, 50px) 0 clamp(30px, 3.75rem, 60px);
  background: rgba(0, 0, 0, 0.5);
}
.binding_form_box .title {
  font-size: 20px;
}
@media (max-width: 640px) {
  .binding_form_box {
    padding: 20px 15px;
  }
}
.binding_form_box .form_box {
  width: 480px;
  margin: 30px auto 0;
}
@media (max-width: 640px) {
  .binding_form_box .form_box {
    width: 100%;
  }
}
.binding_form_box .form_box .label {
  font-size: 16px;
  color: #fff;
  width: 100px;
}
.binding_form_box .form_box .form_cell {
  margin-bottom: clamp(15px, 1.25rem, 20px);
}
.binding_form_box .form_box .form_cell:last-child {
  margin-bottom: 0;
}
.binding_form_box .form_box .input_box select, .binding_form_box .form_box .input_box input, .binding_form_box .form_box .input_box textarea {
  width: 100%;
  height: clamp(36px, 3.125rem, 50px);
  padding-left: clamp(15px, 1.5625rem, 25px);
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
}
.binding_form_box .form_box .input_box select::-webkit-input-placeholder, .binding_form_box .form_box .input_box input::-webkit-input-placeholder, .binding_form_box .form_box .input_box textarea::-webkit-input-placeholder {
  color: #aaa9a9;
}
.binding_form_box .form_box .input_box select:-moz-placeholder, .binding_form_box .form_box .input_box input:-moz-placeholder, .binding_form_box .form_box .input_box textarea:-moz-placeholder {
  color: #aaa9a9;
}
.binding_form_box .form_box .input_box select::-moz-placeholder, .binding_form_box .form_box .input_box input::-moz-placeholder, .binding_form_box .form_box .input_box textarea::-moz-placeholder {
  color: #aaa9a9;
}
.binding_form_box .form_box .input_box select:-ms-input-placeholder, .binding_form_box .form_box .input_box input:-ms-input-placeholder, .binding_form_box .form_box .input_box textarea:-ms-input-placeholder {
  color: #aaa9a9;
}
.binding_form_box .form_box .input_box select::placeholder, .binding_form_box .form_box .input_box input::placeholder, .binding_form_box .form_box .input_box textarea::placeholder {
  color: #aaa9a9;
}
.binding_form_box .form_box .layui-form-select dl {
  top: clamp(36px, 3.125rem, 50px);
}
.binding_form_box .submit_box {
  padding-top: 10px;
  padding-left: 30px;
}
.binding_form_box .submit_box button {
  font-size: 16px;
  width: clamp(110px, 9.375rem, 150px);
  height: clamp(36px, 2.8125rem, 45px);
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.binding_form_box .submit_box button:hover {
  box-shadow: 0 12px 5px rgba(0, 0, 0, 0.2);
}
.binding_form_box .submit_box .binding_check {
  background-color: #c5a86f;
  color: #fff;
  margin-right: 20px;
}

.required {
  color: #ff0000;
  margin-right: 5px;
}

.layui-form-select .layui-edge {
  margin-top: -4px;
  border: 0;
  width: 14px;
  height: 8px;
  right: clamp(15px, 1.875rem, 30px);
  background: url(../images/down.png) center center no-repeat;
}

.layui-form-select dl dd.layui-this {
  background-color: #c5a86f;
}

.modal_boxs .message_modal {
  width: 75rem;
  max-width: 1200px;
  border-radius: 0;
  padding: min(3.125rem, 50px) min(5.625rem, 90px) min(5.625rem, 90px) 0;
}
@media (max-width: 640px) {
  .modal_boxs .message_modal {
    width: 93%;
    padding: 20px 15px;
    max-height: 80vh;
    overflow-y: scroll;
  }
}
.modal_boxs .title {
  font-size: min(1.5rem, 24px);
  margin-bottom: min(3.125rem, 50px);
}
@media (max-width: 640px) {
  .modal_boxs .title {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .modal_boxs .form_box {
    display: block;
  }
  .modal_boxs .form_box .l-m {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .modal_boxs .form_box .m_hide {
    display: none !important;
  }
}
.modal_boxs .uk-modal-close {
  position: absolute;
  right: clamp(15px, 1.875rem, 30px);
  top: clamp(15px, 1.875rem, 30px);
}
.modal_boxs .label {
  margin-right: min(1.25rem, 20px);
  font-size: min(0.875rem, 14px);
}
@media (max-width: 640px) {
  .modal_boxs .label {
    font-size: 14px;
    margin-bottom: 12px;
    width: 100% !important;
    margin-right: 0;
    text-align: left !important;
  }
}
.modal_boxs .form_cell {
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .modal_boxs .form_cell {
    display: block;
    width: 48% !important;
  }
  .modal_boxs .form_cell.l {
    margin-right: 4% !important;
  }
}
.modal_boxs select, .modal_boxs input, .modal_boxs textarea {
  width: min(13.75rem, 220px);
  height: 40px;
  padding-left: min(1.25rem, 20px);
  border: 1px solid #e5e5e5;
  font-size: 14px;
  width:100%;
}
.modal_boxs select::-webkit-input-placeholder, .modal_boxs input::-webkit-input-placeholder, .modal_boxs textarea::-webkit-input-placeholder {
  color: #aaa9a9;
  font-size: 14px;
}
.modal_boxs select:-moz-placeholder, .modal_boxs input:-moz-placeholder, .modal_boxs textarea:-moz-placeholder {
  color: #aaa9a9;
  font-size: 14px;
}
.modal_boxs select::-moz-placeholder, .modal_boxs input::-moz-placeholder, .modal_boxs textarea::-moz-placeholder {
  color: #aaa9a9;
  font-size: 14px;
}
.modal_boxs select:-ms-input-placeholder, .modal_boxs input:-ms-input-placeholder, .modal_boxs textarea:-ms-input-placeholder {
  color: #aaa9a9;
  font-size: 14px;
}
.modal_boxs select::placeholder, .modal_boxs input::placeholder, .modal_boxs textarea::placeholder {
  color: #aaa9a9;
  font-size: 14px;
}
@media (max-width: 640px) {
  .modal_boxs select, .modal_boxs input, .modal_boxs textarea {
    width: 100%;
    padding-left: 14px;
  }
}
.modal_boxs .form_left {
  width: 100%;
}
@media (max-width: 640px) {
  .modal_boxs .form_left {
    width: 100%;
  }
}
.modal_boxs .form_left .label {
  text-align: right;
  margin-right: 1.25rem;
}
.modal_boxs .form_left .input_box{
	width:calc(100% - 100px);
}
.modal_boxs .form_left .l {
  width: 50%;
}
.modal_boxs .form_left .l .label {
  width: 100px;
}
.modal_boxs .form_left .s {
  width: 50%;
}
.modal_boxs .form_left .s .label {
  width: 100px
}
.modal_boxs .layui-form-select .layui-edge {
  margin-top: -4px;
  border: 0;
  width: 14px;
  height: 8px;
  right: clamp(15px, 1.875rem, 30px);
  background: url(../images/down1.png) center center no-repeat;
}
.modal_boxs #date {
  padding-left: min(2.5rem, 40px);
}
.modal_boxs .date_icon {
  left: min(1.25rem, 20px);
}
@media (max-width: 640px) {
  .modal_boxs .date_icon {
    left: auto;
    right: 8px;
  }
}
.modal_boxs .card-file {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.modal_boxs .card_file_box {
  width: min(13.75rem, 220px);
  height: 40px;
  background-color: #f5f7fa;
  border: 1px solid #e5e5e5;
}
@media (max-width: 640px) {
  .modal_boxs .card_file_box {
    width: 100%;
  }
}
.modal_boxs .textarea {
  padding: 1.25rem;
  min-height: 90px;
  width: 100%;
}
@media (max-width: 640px) {
  .modal_boxs .textarea {
    width: 100%;
  }
}
.modal_boxs .form_right {
  width: min(12.5rem, 200px);
}
@media (max-width: 640px) {
  .modal_boxs .form_right {
    width: 100%;
  }
}
.modal_boxs .form_right .upload_card, .modal_boxs .form_right .upload_avtar {
  width: min(12.5rem, 200px);
  height: min(13.75rem, 220px);
  background-color: #f5f7fa;
  border: 1px solid #e5e5e5;
}
@media (max-width: 640px) {
  .modal_boxs .form_right .upload_card, .modal_boxs .form_right .upload_avtar {
    width: 100%;
    height: 120px;
  }
}
.modal_boxs .form_right .upload_box {
  margin-top: 20px;
}
.modal_boxs .form_right .upload_box input {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.modal_boxs .form_right .tips {
  font-size: min(0.875rem, 14px);
  line-height: 24px;
  margin-top: 13px;
}
@media (max-width: 640px) {
  .modal_boxs .form_right .tips {
    font-size: 14px;
  }
}
.modal_boxs .form_right .upload_card {
  height: min(8.125rem, 130px);
}
@media (max-width: 640px) {
  .modal_boxs .form_right .upload_card {
    height: 120px;
  }
}
.modal_boxs .form_right .upload_item_card {
  margin-top: min(3.125rem, 50px);
}
@media (max-width: 640px) {
  .modal_boxs .form_right .upload_item_card {
    margin-top: 30px;
  }
}
.modal_boxs .submit {
  width: 170px;
  margin: auto;
  margin-top: 20px;
}

.team_type_list {
  width: min(680px, 100%);
  padding: 3.75rem 3.125rem 3.125rem;
  background: rgba(0, 0, 0, 0.5);
  margin: auto;
}
@media (max-width: 640px) {
  .team_type_list {
    padding: 20px 15px;
  }
}
.team_type_list .success_icon {
  margin: auto;
}
.team_type_list .text {
  font-size: 24px;
  margin-top: 20px;
}
.team_type_list .bottom {
  margin-top: 2.5rem;
}
@media (max-width: 640px) {
  .team_type_list .bottom {
    margin-top: 20px;
  }
}
.team_type_list .bottom a {
  width: 31%;
  background-color: #fff;
  font-size: clamp(14px, 0.9375vw, 18px);
  height: clamp(40px, 3.375rem, 54px);
}
.team_type_list .bottom a:hover {
  background-color: #c5a86f;
  color: #fff;
}
.team_type_list .bottom a.my {
  background-color: #c5a86f;
}
.team_type_list .tips {
  margin-top: 24px;
  color: #c9c9c9;
}

.type_list_team img {
  margin-bottom: 25px;
}
.type_list_team .item {
  height: clamp(190px, 22.5rem, 360px) !important;
}

.modal_boxs1 .message_modal {
  width: 61.25rem;
  max-width: 980px;
  border-radius: 0;
  padding: min(4.0625rem, 65px) 0 min(3.4375rem, 55px) 0;
}
@media (max-width: 640px) {
  .modal_boxs1 .message_modal {
    width: 93%;
    padding: 20px 15px;
    max-height: 80vh;
    overflow-y: scroll;
  }
}
.modal_boxs1 .title {
  font-size: min(1.5rem, 24px);
  margin-bottom: min(3.125rem, 50px);
}
@media (max-width: 640px) {
  .modal_boxs1 .title {
    font-size: 18px;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .modal_boxs1 .form_box {
    display: block;
  }
  .modal_boxs1 .form_box .l-m {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .modal_boxs1 .form_box .m_hide {
    display: none !important;
  }
}
.modal_boxs1 .uk-modal-close {
  position: absolute;
  right: clamp(15px, 1.875rem, 30px);
  top: clamp(15px, 1.875rem, 30px);
}
.modal_boxs1 .label {
  width: min(12.5rem, 200px);
}
@media (max-width: 640px) {
  .modal_boxs1 .label {
    font-size: 14px;
    margin-bottom: 12px;
    width: 100% !important;
    margin-right: 0;
    text-align: left !important;
  }
}
.modal_boxs1 .form_cell {
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .modal_boxs1 .form_cell {
    display: block;
    width: 48% !important;
  }
  .modal_boxs1 .form_cell:nth-child(2n+1) {
    margin-right: 4% !important;
  }
  .modal_boxs1 .form_cell .m_hide {
    display: none;
  }
}
.modal_boxs1 select, .modal_boxs1 input {
  width: min(23.75rem, 380px);
  height: 40px;
  padding-left: min(1.25rem, 20px);
  border: 1px solid #e5e5e5;
  font-size: 14px;
}
.modal_boxs1 select::-webkit-input-placeholder, .modal_boxs1 input::-webkit-input-placeholder {
  color: #aaa9a9;
  font-size: 14px;
}
.modal_boxs1 select:-moz-placeholder, .modal_boxs1 input:-moz-placeholder {
  color: #aaa9a9;
  font-size: 14px;
}
.modal_boxs1 select::-moz-placeholder, .modal_boxs1 input::-moz-placeholder {
  color: #aaa9a9;
  font-size: 14px;
}
.modal_boxs1 select:-ms-input-placeholder, .modal_boxs1 input:-ms-input-placeholder {
  color: #aaa9a9;
  font-size: 14px;
}
.modal_boxs1 select::placeholder, .modal_boxs1 input::placeholder {
  color: #aaa9a9;
  font-size: 14px;
}
@media (max-width: 640px) {
  .modal_boxs1 select, .modal_boxs1 input {
    width: 100%;
    padding-left: 14px;
    height: 35px;
  }
}
.modal_boxs1 .form_left {
  width: min(37.5rem, 600px);
}
@media (max-width: 640px) {
  .modal_boxs1 .form_left {
    width: 100%;
  }
}
.modal_boxs1 .form_left .label {
  text-align: right;
  margin-right: 1.25rem;
}
.modal_boxs1 .layui-form-select .layui-edge {
  margin-top: -4px;
  border: 0;
  width: 14px;
  height: 8px;
  right: clamp(15px, 1.875rem, 30px);
  background: url(../images/down1.png) center center no-repeat;
}
.modal_boxs1 .card-file {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.modal_boxs1 .card_file_box {
  width: min(13.75rem, 220px);
  height: 40px;
  background-color: #f5f7fa;
  border: 1px solid #e5e5e5;
}
@media (max-width: 640px) {
  .modal_boxs1 .card_file_box {
    width: 100%;
  }
}
.modal_boxs1 .form_right {
  margin-left: clamp(20px, 5.5rem, 88px);
  width: min(12.5rem, 200px);
}
@media (max-width: 640px) {
  .modal_boxs1 .form_right {
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
  }
}
.modal_boxs1 .form_right .upload_avtar {
  width: min(12.5rem, 200px);
  height: 130px;
  background-color: #f5f7fa;
  border: 1px solid #e5e5e5;
}
@media (max-width: 640px) {
  .modal_boxs1 .form_right .upload_avtar {
    width: 100%;
  }
}
.modal_boxs1 .form_right .upload_box {
  margin-top: 20px;
}
.modal_boxs1 .form_right .upload_box input {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.modal_boxs1 #last {
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100% !important;
  margin-right: 0 !important;
}
.modal_boxs1 .submit {
  width: 170px;
  margin: auto;
  margin-top: 20px;
}
@media (max-width: 640px) {
  .modal_boxs1 .submit {
    margin: 15px auto 0 !important;
  }
}
.modal_boxs1 .upload_item1 {
  margin-top: clamp(15px, 2.1875rem, 35px);
}
.modal_boxs1 .sub_margin {
  margin-left: 5.5rem;
}

.list_banner {
  height: 31.25rem;
  background: url(../images/banner1.jpg) no-repeat;
  -o-background-size: cover;
     background-size: cover;
}
.list_banner .title {
  font-size: clamp(18px, 2.25rem, 36px);
}
@media (max-width: 640px) {
  .list_banner {
    height: 160px;
  }
}

.filter_wrap_box {
  background-color: #f5f5f5;
  padding-top: clamp(60px, 6.25rem, 100px);
  padding-bottom: 3.375rem;
}
@media (max-width: 640px) {
  .filter_wrap_box {
    display: block;
    padding-top: 30px;
  }
}
.filter_wrap_box .label {
  font-size: clamp(15px, 1.125rem, 18px);
  margin-right: clamp(15px, 1.875rem, 30px);
}
@media (max-width: 640px) {
  .filter_wrap_box .label {
    margin-top: 15px;
    font-size: 18px;
  }
  .filter_wrap_box .label.label_m {
    padding: 10px 20px 0;
  }
}
.filter_wrap_box .search_box input {
  width: 460px;
  height: clamp(40px, 3.75rem, 60px);
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding-left: clamp(15px, 1.875rem, 30px);
}
.filter_wrap_box .search_box .submit {
  background-color: #c5a86f;
  width: 140px;
  height: clamp(40px, 3.75rem, 60px);
  border-radius: 5px;
  font-size: 16px;
  margin-left: 20px;
}
@media (max-width: 640px) {
  .filter_wrap_box .search_box {
    padding: 20px;
  }
}
.filter_wrap_box .filter_input {
  position: absolute;
  top: -5.625rem;
  border-radius: 15px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}
@media (max-width: 640px) {
  .filter_wrap_box .filter_input {
    position: static;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}
.filter_wrap_box .filter_input .inner {
  border-radius: 15px;
  padding: 1.875rem;
  background-color: #fff;
  grid-template-columns: repeat(5, 1fr);
  box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.1);
  gap: 10px;
}
@media (max-width: 640px) {
  .filter_wrap_box .filter_input .inner {
    padding: 5px 15px 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.filter_wrap_box .filter_input .inner .label {
  font-size: clamp(14px, 1rem, 16px);
  margin-bottom: 1rem;
}
@media (max-width: 640px) {
  .filter_wrap_box .filter_input .inner .label {
    margin-bottom: 15px;
  }
}
.filter_wrap_box .filter_input .inner .layui-form-select .layui-edge {
  margin-top: -4px;
  border: 0;
  width: 14px;
  height: 8px;
  right: clamp(12px, 1.25rem, 20px);
  background: url(../images/down1.png) center center no-repeat;
}

.search_result_wrap_box {
  margin-top: clamp(30px, 3.75rem, 60px);
  padding-bottom: clamp(30px, 3.125rem, 50px);
}
.search_result_wrap_box table thead th {
  background-color: #c5a86f;
  height: clamp(40px, 4.375rem, 70px);
  color: #fff;
  padding: 0;
  text-align: center;
  font-size: 14px;
  vertical-align: middle;
}
.search_result_wrap_box table tr {
  text-align: center;
}
.search_result_wrap_box table tr td {
  padding: clamp(20px, 1.875rem, 30px);
  border-bottom: 1px solid #e5e5e5;
}
.search_result_wrap_box table tr:hover td {
  background-color: #f5f5f5;
}
.search_result_wrap_box table .game_end {
  color: #878787;
}
.search_result_wrap_box table .operate .btn a {
  color: #c5a86f;
  padding: 0 5px;
  cursor: pointer;
}
@media (max-width: 1170px) {
  .search_result_wrap_box table {
    width: 1200px;
  }
}
.search_result_wrap_box .table_box {
  margin-bottom: clamp(30px, 3.125rem, 50px);
  background-color: #fff;
}

.game_info_wrap {
  padding-top: 40px;
}
.game_info_wrap .game_info_wrap_top {
  background-color: #fff;
  border: 1px solid #e5e5e5;
}
@media (max-width: 640px) {
  .game_info_wrap .game_info_wrap_top {
    display: block;
  }
  .game_info_wrap .game_info_wrap_top .w50 {
    width: 100%;
  }
}
/* @media (max-width: 640px) {
  .search_result_wrap_box .table_box {
      display: none;
  }
} */
.game_info_wrap .game_info_wrap_top .swiper-btn {
  width: clamp(40px, 3.125rem, 50px);
  height: clamp(40px, 3.125rem, 50px);
  border-radius: 50%;
  background-color: #fff;
  z-index: 2;
  cursor: pointer;
}
.game_info_wrap .game_info_wrap_top .swiper-button-prev-bn {
  left: clamp(20px, 2.5rem, 40px);
}
.game_info_wrap .game_info_wrap_top .swiper-button-next-bn {
  right: clamp(20px, 2.5rem, 40px);
}
.game_info_wrap .game_info_wrap_top .info {
  padding-left: clamp(20px, 4.0625rem, 65px);
}
@media (max-width: 860px) {
  .game_info_wrap .game_info_wrap_top .info {
    padding: 20px 15px;
  }
}
.game_info_wrap .game_info_wrap_top .info .title {
  font-size: clamp(16px, 1.5rem, 24px);
  margin-bottom: 16px;
  line-height: 26px;
}
.game_info_wrap .game_info_wrap_top .info .ot-info {
  line-height: 18px;
}
.game_info_wrap .game_info_wrap_top .info .ot-info .item {
  margin-bottom: 16px;
}
.game_info_wrap .game_info_wrap_top .info .tab {
  padding-top: 10px;
  margin-bottom: clamp(20px, 1.875rem, 30px);
}
.game_info_wrap .game_info_wrap_top .info .tab a {
  font-size: 16px;
  width: clamp(150px, 12.5rem, 200px);
  margin-right: 10px;
  height: clamp(40px, 4.6875rem, 75px);
  border: 1px solid #a0a0a0;
}
.game_info_wrap .game_info_wrap_top .info .tab a:hover, .game_info_wrap .game_info_wrap_top .info .tab a.active {
  color: #ee252a;
  border: 1px solid #ee252a;
}
@media (max-width: 640px) {
  .game_info_wrap .game_info_wrap_top .info .tab {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
}
@media (max-width: 640px) {
  .game_info_wrap .game_info_wrap_top .info .tab a {
      width: 100%;
      margin-right: 0;
      margin-bottom: 15px;
  }
}

.game_info_wrap .game_info_wrap_top .info .bm_btn {
  width: 180px;
  height: clamp(40px, 3.125rem, 50px);
  background-color: #c5a86f;
}
@media (max-width: 640px) {
  .game_info_wrap .game_info_wrap_top .info .bm_btn {
      width: 100%;
  }
}
.search_box_box {
  padding: 40px 0 30px;
}
@media (max-width: 640px) {
  .search_box_box {
    padding: 20px 0;
  }
}
.search_box_box .search {
  width: 360px;
}
@media (max-width: 640px) {
  .search_box_box .search {
    width: 100%;
  }
}
.search_box_box .search input {
  width: 100%;
  height: clamp(40px, 3.75rem, 60px);
  border-radius: 30px;
  padding-left: 40px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.search_box_box .search input::-webkit-input-placeholder {
  color: #878787;
}
.search_box_box .search input:-moz-placeholder {
  color: #878787;
}
.search_box_box .search input::-moz-placeholder {
  color: #878787;
}
.search_box_box .search input:-ms-input-placeholder {
  color: #878787;
}
.search_box_box .search input::placeholder {
  color: #878787;
}
.search_box_box .search .search_btn {
  right: 35px;
}

.modal_bm .bm_modal {
  width: 660px;
  padding: 0;
  padding-bottom: 40px;
}
@media (max-width: 640px) {
  .modal_bm .bm_modal {
    height: 80vh;
    overflow-y: scroll;
    width: 100%;
    padding-bottom: 15px;
  }
}
.modal_bm .modal-header {
  padding: 30px 35px;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 640px) {
  .modal_bm .modal-header {
    padding: 20px 15px;
  }
}
.modal_bm .modal-header .title {
  font-size: 24px;
}
.modal_bm .modal_body {
  padding: 0 35px;
}
@media (max-width: 640px) {
  .modal_bm .modal_body {
    padding: 0 15px;
  }
}
.modal_bm .modal_body .title {
  font-size: 18px;
  font-weight: bold;
  color: #c5a86f;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .modal_bm .modal_body .title {
    margin-bottom: 15px;
  }
}
.modal_bm .modal_body .form_cell {
  margin-bottom: 10px;
}
.modal_bm .modal_body input {
  width: 100%;
  height: 50px;
  border: 1px solid #e5e5e5;
  padding-left: 20px;
  color: #878787;
}
@media (max-width: 640px) {
  .modal_bm .modal_body input {
    padding-left: 15px;
    height: 40px;
  }
}
.modal_bm .modal_body .cell1 {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .modal_bm .modal_body .cell1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.modal_bm .modal_body .cell1 .label {
  width: 90px;
}
.modal_bm .layui-form-select .layui-edge {
  margin-top: -4px;
  border: 0;
  width: 14px;
  height: 8px;
  right: clamp(12px, 1.25rem, 20px);
  background: url(../images/down1.png) center center no-repeat;
}
.modal_bm .tip {
  padding-bottom: 10px;
}
.modal_bm .tip p {
  line-height: 30px;
}
.modal_bm .cell2 .label {
  width: 60px;
}
.modal_bm .cell2 .form_cell {
  width: 48%;
  margin-right: 2%;
}
.modal_bm .cell2 .form_cell:nth-child(2n) {
  margin-right: 0;
}
.modal_bm .bm_price {
  font-size: 14px;
  padding-top: 10px;
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .modal_bm .bm_price {
    padding-bottom: 20px;
  }
}
.modal_bm .bm_price span {
  font-size: 18px;
  color: #ff0000;
  font-weight: bold;
}
.modal_bm .box {
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .modal_bm .box {
    margin-bottom: 20px;
  }
}
.modal_bm .box .pay_item {
  font-size: 18px;
  width: 48%;
  height: 70px;
  border: 1px solid #e5e5e5;
}
.modal_bm .box .pay_item img {
  margin-right: 22px;
}
.modal_bm .box .pay_item.active {
  border-color: #ff0000;
}
@media (max-width: 640px) {
  .modal_bm .box .pay_item {
    height: 50px;
  }
  .modal_bm .box .pay_item img {
    margin-right: 12px;
  }
}
.modal_bm .submit {
  width: 170px;
  margin: auto;
}
.modal_bm#teamBm .teaching .form_cell {
  width: 50%;
}
.modal_bm#teamBm .teaching .label {
  width: 70px !important;
  margin-right: 20px;
  text-align: right !important;
}
.modal_bm .grid_input {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.modal_bm .form_cell_xs .label {
  padding-top: 20px;
}
.modal_bm .remark {
  margin-left: 120px;
}

#payModal .modal_body {
  padding-top: 70px;
}
#payModal .modal_body .wx_box {
  margin-bottom: 20px;
}
#payModal .modal_body .wx_box p {
  font-size: 18px;
  margin-left: 12px;
}
#payModal .modal_body .price {
  font-size: 24px;
  color: #ff0000;
  margin-top: 22px;
}
#payModal .modal_body .type {
  font-size: 16px;
  margin-top: 15px;
  padding-bottom: 30px;
}

#paySuccessModal .success img {
  margin: 0 auto 30px;
}
#paySuccessModal .success p {
  font-size: 18px;
}
#paySuccessModal .modal_body {
  padding-top: 80px;
  padding-bottom: 60px;
}
#paySuccessModal .btn_box {
  padding-top: 50px;
}
#paySuccessModal .btn_box a {
  width: 170px;
  height: 54px;
  font-size: 18px;
  color: #fff;
  background-color: #c5a86f;
}
#paySuccessModal .btn_box a:hover {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}
#paySuccessModal .btn_box .booked {
  margin-left: 20px;
  background-color: #000000;
}

.hotel_wrap_box {
  padding-bottom: clamp(30px, 4.375rem, 70px);
}
.hotel_wrap_box .search_box_box {
  padding-top: 30px;
}
.hotel_wrap_box .swiper-btn {
  width: clamp(40px, 3.125rem, 50px);
  height: clamp(40px, 3.125rem, 50px);
  border-radius: 50%;
  background-color: #fff;
  z-index: 2;
  cursor: pointer;
}
.hotel_img_box .swiper-slide img{
  height: 480px;
}
@media(max-width:640px){
  .hotel_img_box .swiper-slide img{
    height: auto;
  }
}
.hotel_wrap_box .swiper-button-prev-bn {
  left: clamp(20px, 2.5rem, 40px);
}
.hotel_wrap_box .swiper-button-next-bn {
  right: clamp(20px, 2.5rem, 40px);
}
.hotel_wrap_box .hotel_list {
  margin-bottom: clamp(20px, 2.5rem, 40px);
}
.hotel_wrap_box .hotel_list li {
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #e5e5e5;
}
.hotel_wrap_box .hotel_list li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1050px) {
  .hotel_wrap_box .hotel_list li {
    padding: 20px 15px;
  }
}
@media (max-width: 1024px) {
  .hotel_wrap_box .hotel_list li {
    display: block;
  }
  .hotel_wrap_box .hotel_list li .w50 {
    width: 100%;
  }
}
.hotel_wrap_box .hotel_list li .hotel_info {
  padding: 0 clamp(20px, 3.125rem, 50px) 0 clamp(20px, 4.375rem, 70px);
}
@media (max-width: 1024px) {
  .hotel_wrap_box .hotel_list li .hotel_info {
    padding: 20px 0 0;
  }
}
.hotel_wrap_box .hotel_list li .hotel_info .hotel_name {
  font-size: clamp(18px, 1.5rem, 24px);
}
.hotel_wrap_box .hotel_list li .hotel_info .address {
  margin: 18px 0;
}
.hotel_wrap_box .hotel_list li .hotel_info .address img {
  margin-right: 10px;
}
.hotel_wrap_box .hotel_list li .hotel_info .hotel_type_list {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (max-width: 1024px) {
  .hotel_wrap_box .hotel_list li .hotel_info .hotel_type_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.hotel_wrap_box .hotel_list li .hotel_info .hotel_type_list .hotel_type_item {
  cursor: pointer;
  border: 1px solid #e5e5e5;
}
.hotel_wrap_box .hotel_list li .hotel_info .hotel_type_list .hotel_type_item .rank {
  width: 60%;
    min-height: 35px;
    padding: 10px;
    background-color: #f2f4f5;
    border-right: 1px solid #e5e5e5;
    height: 100%;
    line-height: 1.2;
}
.hotel_wrap_box .hotel_list li .hotel_info .hotel_type_list .hotel_type_item .price_box .price {
  font-weight: bold;
  color: #ff0000;
  margin-right: 5px;
}
.hotel_wrap_box .hotel_list li .hotel_info .hotel_type_list .hotel_type_item.active {
  border-color: #c5a86f;
}
.hotel_wrap_box .hotel_list li .hotel_info .hotel_type_list .hotel_type_item.active .rank {
  background: #c5a86f;
  color: #fff;
  border-color: #c5a86f;
}
.hotel_wrap_box .hotel_list li .hotel_info .quantity {
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: clamp(20px, 1.875rem, 30px);
}
.hotel_wrap_box .hotel_list li .hotel_info .quantity .quantity-add, .hotel_wrap_box .hotel_list li .hotel_info .quantity .quantity-num, .hotel_wrap_box .hotel_list li .hotel_info .quantity .quantity-sub {
  width: clamp(40px, 3.75rem, 60px);
  height: 35px;
}
.hotel_wrap_box .hotel_list li .hotel_info .quantity .quantity-add, .hotel_wrap_box .hotel_list li .hotel_info .quantity .quantity-sub {
  border: 1px solid #e5e5e5;
  background-color: #f2f4f5;
}
.hotel_wrap_box .hotel_list li .hotel_info .quantity .quantity-num {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
}
.hotel_wrap_box .hotel_list li .hotel_info .totalPrice .price {
  font-size: 16px;
  font-weight: bold;
  color: #ff0000;
}
.hotel_wrap_box .hotel_list li .hotel_info .book_btn {
  margin-top: 15px;
  font-size: 16px;
  color: #fff;
  width: 180px;
  height: clamp(38px, 3.125rem, 50px);
  background-color: #c5a86f;
}
.hotel_wrap_box .hotel_list li .hotel_info .book_btn:hover {
  box-shadow: 0 10px 10px 2px rgba(0, 0, 0, 0.2);
}

#bookingModal .cell1 .label {
  width: 70px;
}

.single_info_wrap {
  padding-top: clamp(30px, 3.75rem, 60px);
  padding-bottom: clamp(30px, 3.75rem, 60px);
}
@media (max-width: 860px) {
  .single_info_wrap {
    display: block;
  }
}
.single_info_wrap .search {
  width: 330px;
}
@media (max-width: 640px) {
  .single_info_wrap .search {
    width: 200px;
  }
}
.single_info_wrap .search input {
  width: 100%;
  height: clamp(35px, 2.8125rem, 45px);
  border-radius: 30px;
  padding-left: clamp(15px, 2.1875rem, 35px);
  border: 1px solid #e5e5e5;
  background-color: #f2f4f5;
}
.single_info_wrap .search input::-webkit-input-placeholder {
  color: #878787;
}
.single_info_wrap .search input:-moz-placeholder {
  color: #878787;
}
.single_info_wrap .search input::-moz-placeholder {
  color: #878787;
}
.single_info_wrap .search input:-ms-input-placeholder {
  color: #878787;
}
.single_info_wrap .search input::placeholder {
  color: #878787;
}
.single_info_wrap .search .search_btn {
  right: 30px;
}
@media (max-width: 640px) {
  .single_info_wrap .search .search_btn {
    right: 15px;
  }
}
.single_info_wrap .single_info_nav {
  width: 300px;
  background-color: #fff;
  padding: 0 clamp(20px, 1.875rem, 30px) clamp(20px, 3.75rem, 60px);
}
.single_info_wrap .single_info_nav .user_info {
  border-bottom: 1px solid #e5e5e5;
  padding: clamp(20px, 3.125rem, 50px) 0 clamp(20px, 2.5rem, 40px);
}
.single_info_wrap .single_info_nav .user_info .avtarIMg {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin: 0 auto 20px;
}
@media (max-width: 640px) {
  .single_info_wrap .single_info_nav .user_info .avtarIMg {
    width: 90px;
    height: 90px;
  }
}
.single_info_wrap .single_info_nav .user_info .nick_name {
  font-size: 18px;
}
.single_info_wrap .single_info_nav .nav_link {
  padding-top: clamp(30px, 2.8125rem, 45px);
  padding-left: clamp(20px, 2.5rem, 40px);
}
@media (max-width: 860px) {
  .single_info_wrap .single_info_nav .nav_link {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 0;
  }
  .single_info_wrap .single_info_nav .nav_link li {
    margin-right: 15px;
  }
}
.single_info_wrap .single_info_nav .nav_link li {
  margin-bottom: clamp(15px, 1.875rem, 30px);
}
@media (max-width: 860px) {
  .single_info_wrap .single_info_nav .nav_link li {
      width: 33.333%;
  }
}
.single_info_wrap .single_info_nav .nav_link li:last-child {
  margin-bottom: 0;
}
.single_info_wrap .single_info_nav .nav_link li p {
  font-size: 16px;
}
.single_info_wrap .single_info_nav .nav_link li .icon_box {
  width: clamp(40px, 3.75rem, 60px);
}
@media (max-width: 860px) {
  .single_info_wrap .single_info_nav .nav_link li .icon_box {
    width: auto;
    margin-right: 12px;
  }
}
@media (max-width: 640px) {
  .single_info_wrap .single_info_nav .nav_link li .icon_box {
    width: 30px;
    margin-right: 0;
  }
}

.single_info_wrap .single_info_nav .nav_link li .show {
  display: none;
}
.single_info_wrap .single_info_nav .nav_link li.active .none, .single_info_wrap .single_info_nav .nav_link li:hover .none {
  display: none;
}
.single_info_wrap .single_info_nav .nav_link li.active .show, .single_info_wrap .single_info_nav .nav_link li:hover .show {
  display: block;
}
.single_info_wrap .single_info_nav .nav_link li.active p, .single_info_wrap .single_info_nav .nav_link li:hover p {
  color: #c5a86f;
}
@media (max-width: 860px) {
  .single_info_wrap .single_info_nav {
    width: 100%;
    margin-bottom: 30px;
  }
}
.single_info_wrap .single_info_content {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 30px;
  background-color: #fff;
}
@media (max-width: 860px) {
  .single_info_wrap .single_info_content {
    margin-left: 0;
  }
}
.single_info_wrap .single_info_content .single_info_content_head {
  padding: 15px clamp(20px, 2.5rem, 40px);
  border-bottom: 1px solid #e5e5e5;
}
.single_info_wrap .single_info_content .single_info_content_head .c_title {
  font-size: clamp(18px, 1.5rem, 24px);
}
.single_info_wrap .single_info_content .content {
  padding: 0 clamp(15px, 2.1875rem, 35px) clamp(30px, 2.5rem, 40px);
}
.single_info_wrap .single_info_content .content .enter_history_list {
  margin-bottom: 30px;
}
.single_info_wrap .single_info_content .content .enter_history_list li {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 10px 20px;
}
.single_info_wrap .single_info_content .content .enter_history_list li .order_head {
  padding: 30px 0 18px;
}
.single_info_wrap .single_info_content .content .enter_history_list li .order_head span {
  margin-right: 20px;
}
.single_info_wrap .single_info_content .content .enter_history_list li .order_head span:last-child {
  margin-right: 0;
}
.single_info_wrap .single_info_content .content .enter_history_list li .address {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.single_info_wrap .single_info_content .content .enter_history_list li .c1 .left {
  width: 66%;
  border-right: 1px solid #e5e5e5;
}
.single_info_wrap .single_info_content .content .enter_history_list li .c1 .left .poster {
  width: 150px;
}
.single_info_wrap .single_info_content .content .enter_history_list li .c1 .left .info {
  padding-left: clamp(15px, 1.5rem, 24px);
}
.single_info_wrap .single_info_content .content .enter_history_list li .c1 .left .info .title {
  font-size: 18px;
}
.single_info_wrap .single_info_content .content .enter_history_list li .c1 .left .info .game_ot {
  margin-top: 15px;
}
.single_info_wrap .single_info_content .content .enter_history_list li .c1 .left .info .game_ot p {
  margin-bottom: 10px;
}
.single_info_wrap .single_info_content .content .enter_history_list li .c1 .left .info .game_ot p:last-child {
  margin-bottom: 0;
}
.single_info_wrap .single_info_content .content .enter_history_list li .c1 .center {
  width: 21%;
  border-right: 1px solid #e5e5e5;
}
.single_info_wrap .single_info_content .content .enter_history_list li .c1 .center .price {
  font-weight: bold;
  color: #ff0000;
  font-size: 18px;
  margin: 10px 0;
}
.single_info_wrap .single_info_content .content .enter_history_list li .c1 .center .statue {
  width: 90px;
  height: 30px;
  border: 1px solid #c5a86f;
  color: #c5a86f;
  border-radius: 15px;
  cursor: pointer;
}
.single_info_wrap .single_info_content .content .enter_history_list li .c1 .center .statue.active {
  background-color: #c5a86f;
  color: #fff;
}
.single_info_wrap .single_info_content .content .enter_history_list li .c1 .operate {
  cursor: pointer;
  line-height: 30px;
}
.single_info_wrap .single_info_content .content .enter_history_list li .c1 .operate div {
  height: 30px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single_info_wrap .single_info_content .content .enter_history_list li .c1 .operate .change {
  color: #c5a86f;
}
.single_info_wrap .single_info_content .content .enter_history_list li .c1 .operate .book_hotel {
  width: 5.625rem;
  min-width: 70px;
  height: 30px;
  background-color: #c5a86f;
  color: #fff;
  border-radius: 18px;
}
.single_info_wrap .single_info_content .content .enter_history_list li .c2 {
  margin-top: 10px;
  padding: 16px 20px;
  background-color: #f2f4f5;
}
.single_info_wrap .single_info_content .content .enter_history_list li .c2 .left {
  width: 49.3%;
}
.single_info_wrap .single_info_content .content .enter_history_list li .c2 .left .poster {
  width: 130px;
}
@media (max-width: 1170px) {
  .single_info_wrap .single_info_content .content .enter_history_list li .c2 .left .poster {
    width: 100px;
  }
}
.single_info_wrap .single_info_content .content .enter_history_list li .c2 .left .info {
  padding-left: clamp(15px, 1.25rem, 20px);
}
.single_info_wrap .single_info_content .content .enter_history_list li .c2 .left .info .title {
  font-size: 18px;
  margin-bottom: 10px;
}
.single_info_wrap .single_info_content .content .enter_history_list li .c2 .left .info .address img {
  margin-right: 10px;
}
.single_info_wrap .single_info_content .content .enter_history_list li .c2 .tag_box .tag {
  width: 70px;
  height: 35px;
  background-color: #fff;
  border-radius: 18px;
  color: #c5a86f;
  border: 1px solid #c5a86f;
}
.single_info_wrap .single_info_content .content .enter_history_list li .c2 .tag_box .days {
  margin-left: 10px;
}
.single_info_wrap .single_info_content .content .enter_history_list li .c2 .price {
  color: #ff0000;
  font-size: 16px;
  margin: 0 30px;
}
@media (max-width: 1170px) {
  .single_info_wrap .single_info_content .content .enter_history_list li .c2 .price {
    margin: 0 10px;
  }
}
.single_info_wrap .single_info_content .content .enter_history_list li .c2 .cancel_book {
  width: 100px;
  height: 35px;
  background-color: #000;
  border-radius: 18px;
}
@media (max-width: 1170px) {
  .single_info_wrap .single_info_content .content .enter_history_list li .c2 .cancel_book {
    width: 80px;
  }
}
.single_info_wrap .single_info_content .content .table_box {
  padding-top: 36px;
}
.single_info_wrap .single_info_content .content .table_box table {
  margin-bottom: clamp(20px, 2.5rem, 40px);
}
.single_info_wrap .single_info_content .content .table_box table thead th {
  background-color: #c5a86f;
  height: clamp(40px, 3.125rem, 50px);
  color: #fff;
  padding: 0;
  text-align: center;
  font-size: 14px;
  vertical-align: middle;
}
.single_info_wrap .single_info_content .content .table_box table tr td {
  padding: clamp(20px, 1.875rem, 30px);
  border-bottom: 1px solid #e5e5e5;
}
.single_info_wrap .single_info_content .content .table_box table tr td .price {
  color: #ff0000;
}
.single_info_wrap .single_info_content .content .table_box table tr td .total, .single_info_wrap .single_info_content .content .table_box table tr td .add {
  color: #c5a86f;
}
.single_info_wrap .single_info_content .content .table_box table tr td .reduce {
  color: #ff0000;
}
.single_info_wrap .single_info_content .content .table_box table tr td .pdf_icon {
  margin-right: 10px;
}
.single_info_wrap .single_info_content .content .table_box table tr td .download {
  margin-left: 20px;
}
.single_info_wrap .single_info_content .content .table_box table tr:hover td {
  background-color: #f5f5f5;
}
.single_info_wrap .single_info_content .content .table_box table .mingci {
  color: #c5a86f;
}
@media (max-width: 860px) {
  .single_info_wrap .single_info_content .content .table_box table {
    width: 800px;
  }
}
.single_info_wrap .single_info_content .content .profile_box {
  padding-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 640px) {
  .single_info_wrap .single_info_content .content .profile_box {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.single_info_wrap .single_info_content .content .profile_box .upload_avtar {
  margin-bottom: 30px;
  background-color: #f2f4f5;
  width: 496px;
  height: 120px;
  border-radius: 10px;
  padding-left: 35px;
}
@media (max-width: 640px) {
  .single_info_wrap .single_info_content .content .profile_box .upload_avtar {
    width: 100%;
  }
}
.single_info_wrap .single_info_content .content .profile_box .upload_avtar .avtar {
  width: 80px;
  height: 80px;
}
.single_info_wrap .single_info_content .content .profile_box .upload_avtar .choose_file_btn {
  margin-left: 20px;
  font-size: 18px;
}
.single_info_wrap .single_info_content .content .profile_box .upload_avtar .choose_file_btn .upload {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.single_info_wrap .single_info_content .content .profile_box li {
  margin-bottom: 10px;
}
.single_info_wrap .single_info_content .content .profile_box li .submit {
  width: 170px;
  margin-top: 20px;
}
.single_info_wrap .single_info_content .content .profile_box .input {
  width: 410px;
  height: 50px;
  border: 1px solid #e5e5e5;
  padding-left: 24px;
}
@media (max-width: 1060px) {
  .single_info_wrap .single_info_content .content .profile_box .input {
    width: 300px;
    padding-left: 15px;
    height: 40px;
  }
}
@media (max-width: 1023px) {
  .single_info_wrap .single_info_content .content .profile_box .input {
    width: 400px;
  }
}
@media (max-width: 640px) {
  .single_info_wrap .single_info_content .content .profile_box .input {
    padding-left: 15px;
    height: 40px;
    width: 190px;
  }
}
.single_info_wrap .single_info_content .content .profile_box .label {
  width: 70px;
  margin-right: 20px;
  text-align: right;
}
@media (max-width: 1060px) {
  .single_info_wrap .single_info_content .content .profile_box .label {
    width: 50px;
    margin-right: 12px;
  }
}
.single_info_wrap .single_info_content .content .profile_box .btn {
  margin-left: 24px;
  cursor: pointer;
}
@media (max-width: 1060px) {
  .single_info_wrap .single_info_content .content .profile_box .btn {
    margin-left: 15px;
  }
}

#changeInfoModal .bm_modal {
  width: 610px;
  padding-bottom: 55px;
}
@media (max-width: 640px) {
  #changeInfoModal .bm_modal {
    padding-bottom: 30px;
  }
}
#changeInfoModal .bm_modal .label {
  width: 70px;
  margin-right: 20px;
  text-align: right;
}
#changeInfoModal .bm_modal .modal_body {
  padding-top: 30px;
}
#changeInfoModal .bm_modal .modal_body .form_cell {
  margin-bottom: 20px;
}
#changeInfoModal .bm_modal .modal_body .form_cell .join_people_label {
  padding-top: 20px;
}
#changeInfoModal .bm_modal .modal_body .form_cell .join_people_label ~ .input_box div {
  margin-bottom: 10px;
}
#changeInfoModal .bm_modal .modal_body .form_cell .join_people_label ~ .input_box div:last-child {
  margin-bottom: 0;
}
#changeInfoModal .bm_modal .modal_body .form_cell .tips {
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 20px;
}

@media (max-width: 860px) {
  .mobile_isscroll {
    overflow-x: scroll;
  }
  .mobile_isscroll .scroll_content {
    width: 800px;
  }
}
#achievementModal .bm_modal {
  width: 610px;
}
#achievementModal .bm_modal .modal_body {
  padding: clamp(24px, 4.375rem, 70px) 0 30px;
}
#achievementModal .bm_modal .modal_body .mingci_box {
  width: 120px;
  height: 148px;
  background: url(../images/mingci.png) center center no-repeat;
  margin: 0 auto 30px;
}
#achievementModal .bm_modal .modal_body .mingci_box .number {
  font-size: 48px;
  padding-top: 34px;
}
#achievementModal .bm_modal .modal_body .text {
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 55px;
}
#achievementModal .bm_modal .modal_body .text p span {
  color: #c5a86f;
}
#achievementModal .bm_modal .modal_body .gameInfo {
  width: 520px;
  padding: 24px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  margin: auto;
}
@media (max-width: 640px) {
  #achievementModal .bm_modal .modal_body .gameInfo {
    width: 100%;
  }
}
#achievementModal .bm_modal .modal_body .gameInfo .poster {
  border: 1px solid #e5e5e5;
  width: 150px;
}
#achievementModal .bm_modal .modal_body .gameInfo .info {
  padding-left: 24px;
}
@media (max-width: 640px) {
  #achievementModal .bm_modal .modal_body .gameInfo .info {
    padding-left: 12px;
  }
}
#achievementModal .bm_modal .modal_body .gameInfo .info .name {
  font-size: 18px;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  #achievementModal .bm_modal .modal_body .gameInfo .info .name {
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 19px;
  }
}
#achievementModal .bm_modal .modal_body .gameInfo .info .game_ot p {
  line-height: 1.3;
  margin-bottom: 15px;
}
#achievementModal .bm_modal .modal_body .gameInfo .info .game_ot p:last-child {
  margin-bottom: 0;
}
@media (max-width: 640px) {
  #achievementModal .bm_modal .modal_body .gameInfo .info .game_ot p {
    margin-bottom: 12px;
  }
}

#changePhoneModal .modal_body, #changeEmailModal .modal_body, #changePassModal .modal_body {
  padding: 30px clamp(20px, 3.125rem, 50px) 0;
}
#changePhoneModal .modal_body .cell, #changeEmailModal .modal_body .cell, #changePassModal .modal_body .cell {
  padding-bottom: 20px;
}
@media (max-width: 640px) {
  #changePhoneModal .modal_body .cell, #changeEmailModal .modal_body .cell, #changePassModal .modal_body .cell {
    padding-bottom: 5px;
  }
}
#changePhoneModal .modal_body .cell .form_cell, #changeEmailModal .modal_body .cell .form_cell, #changePassModal .modal_body .cell .form_cell {
  margin-bottom: 20px;
}
#changePhoneModal .modal_body .cell .form_cell .getCode, #changeEmailModal .modal_body .cell .form_cell .getCode, #changePassModal .modal_body .cell .form_cell .getCode {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
#changePhoneModal .modal_body .cell .form_cell .getCode button, #changeEmailModal .modal_body .cell .form_cell .getCode button, #changePassModal .modal_body .cell .form_cell .getCode button {
  width: 130px;
  height: 100%;
  background-color: #f2f4f5;
  border: 1px solid #e5e5e5;
}

@media (max-width: 640px) {
  .integralMain .item-top {
    margin-top: 15px;
  }
}
.integralMain .filter_wrap_box .input_icon {
  left: 0.9375rem;
  z-index: 1;
}
@media (max-width: 640px) {
  .integralMain .filter_wrap_box .input_icon {
    left: 10px;
  }
}
.integralMain .filter_wrap_box .layui-input {
  padding-left: 3.125rem;
  border-radius: 5px;
}
@media (max-width: 640px) {
  .integralMain .filter_wrap_box .layui-input {
    padding-left: 30px;
  }
}
.integralMain .filter_wrap_box .search_box {
  margin-right: 20px;
  position: relative;
}
.integralMain .filter_wrap_box .search_box input {
  width: min(18.75rem, 300px);
  border-radius: 5px;
}
@media (max-width: 640px) {
  .integralMain .filter_wrap_box .search_box input {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .integralMain .filter_wrap_box .search_box {
    margin-right: 0;
    padding: 0;
    margin: 10px 20px !important;
  }
}
.integralMain .filter_wrap_box .search_box:last-child {
  margin-right: 0;
}
.integralMain .filter_wrap_box button {
  right: 30px;
}
@media (max-width: 640px) {
  .integralMain .filter_wrap_box button {
    right: 15px;
  }
}
.integralMain .filter_wrap_box .filter_input {
  top: -4.375rem;
}
@media (max-width: 640px) {
  .integralMain .filter_wrap_box form {
    display: block;
  }
}

.rank_lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .rank_lists {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rank_lists li {
  padding: 45px 35px 40px;
  border: 1px solid #e5e5e5;
}
@media (max-width: 640px) {
  .rank_lists li {
    padding: 20px 15px;
  }
}
.rank_lists li .poster {
  padding: 56% 50%;
}
.rank_lists li .poster .img {
  position: absolute;
  top: 0;
  left: 0;
}
.rank_lists li .poster .tag {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  position: absolute;
  top: -25px;
  right: -15px;
  z-index: 1;
}
@media (max-width: 640px) {
  .rank_lists li .poster .tag {
    width: 40px;
    height: 40px;
    top: -15px;
    right: -10px;
  }
  .rank_lists li .poster .tag img {
    width: 25px;
  }
}
.rank_lists li .game_info {
  padding-top: 24px;
}
.rank_lists li .game_info .name {
  font-size: 21.46px;
}
.rank_lists li .game_info .ot_info {
  margin-top: 20px;
}
.rank_lists li .game_info .ot_info .p {
  font-size: 12.52px;
  margin-bottom: 12px;
}
.rank_lists li .game_info .ot_info .p:last-child {
  margin-bottom: 0;
}
.rank_lists li .game_info .ot_info .p span {
  color: #878787;
}

.integra_details_box {
  background-color: #f5f5f5;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media (max-width: 640px) {
  .integra_details_box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.integra_details_box .details_inner {
  padding: 45px 35px;
  background-color: #fff;
}
@media (max-width: 640px) {
  .integra_details_box .details_inner {
    padding: 20px 15px;
    display: block;
  }
}
.integra_details_box .details_inner .poster {
  width: 320px;
}
@media (max-width: 1023px) {
  .integra_details_box .details_inner .poster {
    width: 290px;
  }
}
@media (max-width: 640px) {
  .integra_details_box .details_inner .poster {
    width: 100%;
  }
}
.integra_details_box .details_inner .info {
  padding-left: 3.125rem;
  padding-top: 20px;
}
.integra_details_box .details_inner .info .name {
  font-size: 24px;
}
.integra_details_box .details_inner .info .ot-info {
  font-size: 16px;
  margin-top: 24px;
  padding-bottom: 28px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: clamp(20px, 3.125rem, 50px);
}
.integra_details_box .details_inner .info .ot-info p {
  margin-bottom: 14px;
}
@media (max-width: 640px) {
  .integra_details_box .details_inner .info .ot-info {
    padding-bottom: 6px;
  }
}
.integra_details_box .details_inner .info .bottom li {
  margin-right: 10px;
}
.integra_details_box .details_inner .info .bottom li:last-child {
  margin-right: 0;
}
.integra_details_box .details_inner .info .bottom li img {
  margin-right: 15px;
}
@media (max-width: 1023px) {
  .integra_details_box .details_inner .info .bottom li {
    margin-bottom: 15px;
    margin-right: 0 !important;
  }
  .integra_details_box .details_inner .info .bottom li:nth-child(1), .integra_details_box .details_inner .info .bottom li:nth-child(3) {
    width: 40%;
  }
  .integra_details_box .details_inner .info .bottom li:nth-child(2), .integra_details_box .details_inner .info .bottom li:nth-child(4) {
    width: 60%;
  }
}

.rank_details_filter {
  margin-bottom: 45px;
}
@media (max-width: 640px) {
  .rank_details_filter {
    margin-bottom: 24px;
    display: block;
  }
}
.rank_details_filter .item {
  margin: 0 10px;
}
@media (max-width: 640px) {
  .rank_details_filter .item {
    margin-bottom: 20px;
  }
}
.rank_details_filter .label {
  font-size: clamp(14px, 1rem, 16px);
  margin-bottom: 1rem;
}
@media (max-width: 640px) {
  .rank_details_filter .label {
    margin-bottom: 15px;
  }
}
.rank_details_filter .layui-form-select .layui-edge {
  margin-top: -4px;
  border: 0;
  width: 14px;
  height: 8px;
  right: clamp(12px, 1.25rem, 20px);
  background: url(../images/down1.png) center center no-repeat;
}
.rank_details_filter .input_icon {
  left: 0.9375rem;
  z-index: 1;
}
@media (max-width: 640px) {
  .rank_details_filter .input_icon {
    left: 10px;
  }
}
.rank_details_filter .layui-input {
  padding-left: 3.125rem;
  border-radius: 5px;
}
@media (max-width: 640px) {
  .rank_details_filter .layui-input {
    padding-left: 30px;
  }
}

.integralMain #tb {
  margin-top: 30px;
}
.integralMain #tb th {
  height: 60px;
  background-color: #f5f5f5;
  color: #000;
}
.integralMain #tb .th1 {
  text-align: left;
  padding-left: 2rem;
  width: 42%;
}
.integralMain #tb .td1 {
  width: 42%;
  text-align: left;
}
.integralMain #tb td {
  line-height: 24px;
}

.h3_title {
  font-size: 30px;
  margin-bottom: 30px;
}

.news_wrap_box {
  padding-top: clamp(30px, 4.375rem, 70px);
  padding-bottom: clamp(30px, 4.375rem, 70px);
}
.news_wrap_box .news_list li {
  margin-bottom: clamp(30px, 3.125rem, 50px);
}
@media (max-width: 640px) {
  .news_wrap_box .news_list li a {
    display: block;
  }
}
.news_wrap_box .news_list li:hover .title {
  color: #c5a86f;
}
.news_wrap_box .news_list li .poster {
  width: 49.167%;
}
@media (max-width: 640px) {
  .news_wrap_box .news_list li .poster {
    width: 100%;
    margin-bottom: 23px;
  }
}
.news_wrap_box .news_list li .title {
  font-size: 24px;
  margin-bottom: 24px;
}
@media (max-width: 860px) {
  .news_wrap_box .news_list li .title {
    font-size: 18px;
  }
}
.news_wrap_box .news_list li .b img {
  margin-right: 6px;
}
.news_wrap_box .news_list li .b .item {
  margin-right: 20px;
}
.news_wrap_box .news_list li .b .item:last-child {
  margin-right: 0;
}
@media (max-width: 860px) {
  .news_wrap_box .news_list li .b .item {
    margin-right: 12px;
  }
}
.news_wrap_box .news_list li .sub {
  line-height: 30px;
  margin-top: 30px;
  font-size: 16px;
  margin-bottom: 35px;
}
@media (max-width: 860px) {
  .news_wrap_box .news_list li .sub {
    font-size: 15px;
    line-height: 24px;
    margin: 15px 0;
  }
}
.news_wrap_box .news_list li .view {
  font-size: 16px;
  width: 165px;
  height: 50px;
  border: 1px solid #000;
  border-radius: 25px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 860px) {
  .news_wrap_box .news_list li .view {
    height: 42px;
    width: 150px;
  }
}
@media (max-width: 640px) {
  .news_wrap_box .news_list li .view {
    margin-left: auto;
    margin-right: auto;
  }
}
.news_wrap_box .news_list li .view:hover {
  color: #fff;
  border-color: transparent;
  background-color: #c5a86f;
}
.news_wrap_box .news_list li:nth-child(2n+1) .info {
  padding-left: 3.5rem;
  padding-right: 10px;
}
.news_wrap_box .news_list li:nth-child(2n) a {
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.news_wrap_box .news_list li:nth-child(2n) .info {
  padding-left: 1.25rem;
  padding-right: 2.1875rem;
}

.article_wrap_box {
  padding-top: clamp(30px, 6.25rem, 100px);
  padding-bottom: clamp(30px, 6.25rem, 100px);
}
.article_wrap_box .post_title {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 22px;
}
@media (max-width: 640px) {
  .article_wrap_box .post_title {
    font-size: 24px;
  }
}
.article_wrap_box .b {
  padding-bottom: 35px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: clamp(25px, 2.8125rem, 45px);
}
.article_wrap_box .b img {
  margin-right: 6px;
}
.article_wrap_box .b .item {
  margin-right: 20px;
}
.article_wrap_box .b .item:last-child {
  margin-right: 0;
}
@media (max-width: 860px) {
  .article_wrap_box .b .item {
    margin-right: 12px;
  }
}
.article_wrap_box .article_body p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: clamp(15px, 1.875rem, 30px);
}
.article_wrap_box .article_body img {
  margin: auto;
}
.article_wrap_box .related_article {
  padding-top: 20px;
}
.article_wrap_box .related_article p {
  line-height: 36px;
}
.article_wrap_box .related_article p:hover {
  color: #c5a86f;
}

#map-tips {
  display: none;
}

.map-tips {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: absolute;
  width: 491px;
  padding: 26px;
  color: #686868;
  font-size: 16px;
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  box-shadow: 0px 4px 8px 3px rgba(136, 136, 136, 0.25);
}

@media (max-width: 1199px) {
  .map-tips {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px;
    font-size: 14px;
  }
}
.map-tips .close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.map-tips::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../images/angle.png);
  background-repeat: no-repeat;
  -o-background-size: contain;
     background-size: contain;
  left: 50%;
  margin-left: -20px;
  bottom: -38px;
}

.map-tips .name {
  font-weight: bold;
  color: #1054A5;
  margin-bottom: 16px;
  font-size: 24px;
}

@media (max-width: 1199px) {
  .map-tips .name {
    font-size: 16px;
  }
}
.map-list {
  padding: 65px 0 110px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact_us_wrap {
  padding-top: clamp(30px, 6.25rem, 100px);
  padding-bottom: clamp(30px, 6.25rem, 100px);
}
.contact_us_wrap #map-box {
  height: 480px;
}
@media (max-width: 640px) {
  .contact_us_wrap #map-box {
    height: 300px;
  }
}
.contact_us_wrap .contact_method {
  padding-bottom: clamp(30px, 5rem, 80px);
}
@media (max-width: 640px) {
  .contact_us_wrap .contact_method {
    display: block;
  }
}
.contact_us_wrap .contact_method .item {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.contact_us_wrap .contact_method .item img {
  margin: auto;
}
@media (max-width: 640px) {
  .contact_us_wrap .contact_method .item {
    margin-bottom: 20px;
  }
  .contact_us_wrap .contact_method .item img {
    width: 50px;
  }
  .contact_us_wrap .contact_method .item:last-child {
    margin-bottom: 0;
  }
}
.contact_us_wrap .contact_method .item p {
  font-size: 16px;
  line-height: 36px;
}
.contact_us_wrap .contact_method .item .text {
  margin-top: clamp(20px, 2.5rem, 40px);
}
.contact_us_wrap .onlie {
  padding-top: clamp(30px, 5rem, 80px);
}
.contact_us_wrap .onlie .title {
  font-size: 30px;
  text-align: center;
  margin-bottom: clamp(30px, 3.125rem, 50px);
}
@media (max-width: 640px) {
  .contact_us_wrap .onlie .title {
    font-size: 24px;
  }
}
.contact_us_wrap .onlie .label {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .contact_us_wrap .onlie .label {
    margin-bottom: 15px;
  }
}
.contact_us_wrap .onlie .box {
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(15px, 2.1875rem, 35px);
}
@media (max-width: 640px) {
  .contact_us_wrap .onlie .box {
    display: block;
  }
  .contact_us_wrap .onlie .box .form_cell {
    margin-bottom: 20px;
  }
  
  .banner_info{width:90%;}
  .modal_boxs .form_left .l,.modal_boxs .form_cell,.modal_boxs .form_left .input_box{width:100% !important;margin-right: 0 !important;}
  .modal_boxs .form_cell .flex{flex-wrap: wrap;}
  /* .single_info_wrap .single_info_content .single_info_content_head .c_title{width:100%} */
}
.contact_us_wrap .onlie .box input {
  padding-left: 20px;
  border: 1px solid #e5e5e5;
  height: clamp(40px, 3.75rem, 60px);
}
.contact_us_wrap .onlie .box textarea {
  padding: 20px;
  border: 1px solid #e5e5e5;
  height: 170px;
}
.contact_us_wrap .onlie .box .textarea {
  grid-column-start: auto;
  grid-row-start: auto;
  grid-column-end: span 3;
}
.contact_us_wrap .submits {
  font-size: 16px;
  height: clamp(40px, 3.75rem, 60px);
  color: #fff;
  border-radius: 30px;
  background: #c5a86f;
  width: 240px;
  margin: clamp(30px, 3.375rem, 54px) auto 0;
}

.layui-layer-btn .layui-layer-btn0{
	border-color: #c5a86f !important;
	background-color: #c5a86f !important;
}

.logo img{height:35px;}
.login_box{    
	background: #c5a86f;
    padding: 11px 10px;
    border-radius: 5px;
}

.pc_none {
  display: none;
}

@media (max-width: 640px) {
  .m_hide {
    display: none;
  }
  .pc_none {
    display: block;
  }
  .m_foot_link {
    line-height: 1.45;
  }
  .m_foot_link .fot_item {
    margin-right: 0 !important;
  }
  footer .m_share_box {
    padding-top: 25px;
  }
  footer .m_share_box a {
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 7px;
    margin-right: 15px;
  }
  footer .m_share_box a:last-child {
    margin-right: 0;
  }
  .foot_bottom {
    text-align: center;
  }
}

.mobile_bm_xx_box {
  display: none;
}
@media (max-width: 640px) {
  .mobile_bm_xx_box {
    display: block;
  }
  .mobile_bm_xx_box li {
    margin-bottom: 20px;
    padding: 20px 15px;
    background-color: #fff;
    font-size: 16px;
    line-height: 24px;
    position: relative;
  }
  .mobile_bm_xx_box li .value {
    width: 50%;
  }
  .mobile_bm_xx_box li .operate {
    width: 100%;
    margin-top: 20px;
    font-size: 15px;
    height: 40px;
    background-color: #c5a86f;
  }
  .mobile_bm_xx_box li .operate a {
    color: #fff;
	display: block;
	width:100%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	}
}



.app_show {
  display: none !important;
}

@media (max-width: 1024px) {
  .pc_none_tag {
    display: none !important;
  }
  .app_show {
    display: block !important;
  }
  .hotel_result_list .list li {
    border-bottom: 1px solid #f2f4f5;
    padding: 30px 0;
    margin-bottom: 20px;
  }
  .hotel_result_list .list li:last-child {
    border-bottom: 0;
  }
  .hotel_result_list .list li .order_header {
    margin-bottom: 20px;
  }
  .hotel_result_list .list li .order_header span {
    font-size: 12px;
    color: #878787;
  }
  .hotel_result_list .list li .order_header .o_num {
    margin-right: 12px;
  }
  .hotel_result_list .list li .hotel_info .poster {
    width: 120px;
  }
  .hotel_result_list .list li .hotel_info .info {
    margin-left: 15px;
  }
  .hotel_result_list .list li .hotel_info .info .title {
    font-weight: bold;
  }
  .hotel_result_list .list li .hotel_info .info .game_ot p {
    font-size: 12px;
    line-height: 1.25;
    margin-top: 8px;
  }
  .hotel_result_list .list li .center {
    margin-top: 20px;
  }
  .hotel_result_list .list li .center .price {
    margin-left: 12px;
    color: #ff0000;
  }
  .hotel_result_list .list li .center .statue {
    width: 100px;
    height: 30px;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
    background: #c5a86f;
    margin-top: 12px;
  }
  .hotel_result_list .list li .center .btn_box .l div {
    margin-bottom: 12px;
  }
  .hotel_result_list .list li .center .btn_box .l div:last-child {
    margin-bottom: 0;
  }
  .hotel_result_list .list li .center .btn_box .change {
    color: #c5a86f;
  }
  .hotel_result_list .list li .center .b_btn {
    width: 100px;
    height: 30px;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
    background: #c5a86f;
    margin-left: 10px;
  }
  .hotel_result_list .list li .c2 {
    margin-top: 20px;
    background-color: #f2f4f5;
    padding: 20px 15px;
  }
  .hotel_result_list .list li .c2 .poster {
    width: 105px;
  }
  .hotel_result_list .list li .c2 .cancel_book {
    width: 100px;
    height: 30px;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
    background: #000;
  }
  .hotel_result_list .list li .c2 .b {
    padding-top: 20px;
  }
  .hotel_result_list .list li .c2 .tag_box .tag {
    width: 60px;
    height: 30px;
    border: 1px solid #c5a86f;
    border-radius: 18px;
    background-color: #fff;
    color: #c5a86f;
    margin-right: 10px;
  }
  .hotel_result_list .list li .c2 .info {
    margin-left: 15px;
  }
  .hotel_result_list .list li .c2 .info .price {
    color: #ff0000;
  }
  .hotel_result_list .list li .c2 .info .title {
    font-weight: bold;
  }
  .hotel_result_list .list li .c2 .info .address {
    margin: 10px 0;
  }
}

@media (max-width: 640px) {
  .game_info_wrap .game_info_wrap_top .info .tab a:last-child {
      margin-bottom: 0;
  }
  .hotel_info{display: block;}
  .hotel_result_list .list li .hotel_info .poster{width:100%;margin-bottom: 20px;}
  .hotel_result_list .list li .hotel_info .info{margin-left: 0;}
  
  .achievement_mob .value{margin-bottom: 5px;font-size: 14px;width:100% !important}
  .achievement_mob .value b{display: inline-block;width:90px;}
  .achievement_mob .operate_box .seeScore{background-color: #c5a86f;color: #fff;line-height: 35px;display: block;text-align: center;font-size: 14px;}
}