/* .register-btn1{
  width: 236px;
  height: 50px;
  margin-top: 20px;
  font-size: 18px;
  background: #D51519;
  border: none;
}
.register-btn1:hover{
  background: #0C3460;
} */
:root {
  --primary-color: #d51519;
}

.h5-header {
  display: none;
}

.content {
  background-color: #f5f5f5;
  padding: 40px 0;
}

.dialog {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  display: none;
}

.show-dialog-img {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}

.li-btn:hover {
  background: var(--primary-color);
  color: #fff;
}

.swiper-pagination-custom .swiper-pagination-bullet {
  width: 20px;
  height: 6px;
  background-color: #0c3460;
  opacity: 1;
  display: inline-block;
  border-radius: 0 !important;
  margin: 0 5px;
}

.swiper-pagination-custom .swiper-pagination-bullet-active {
  background-color: var(--primary-color);
  opacity: 1;
  border-radius: none;
}

.they-tit {
  width: 410px;
  margin: 10px auto 0;
  text-align: justify;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
}

.box {
  width: 100%;
}

#showCon {
  display: none;
}

.dialog-box {
  margin-top: 20px;
  color: #666;
  font-size: 16px;
  line-height: 30px;
  flex: 1;
  overflow-y: auto;
}

.ty-title-tit {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 5px;
}

.top-box {
  position: relative;
  width: 100%;
  height: 880px;
  overflow: hidden;
}

.bac-box {
  width: 100%;
  height: 650px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
  padding: 30px 37px;
}

.nav-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-img {
  width: 216px;
  height: 66px;
}

.r-box {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  font-size: 16px;
}

.r-box-li {
  margin-left: 15px;
  /* height: 25px; */
  position: relative;
  cursor: pointer;
}

.r-box-li:hover {
  color: var(--primary-color);
}

.tit-box {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  padding-top: 50px;
  text-align: center;
}

.header-text-box {
  margin-top: 14px;
  display: flex;
  align-items: baseline;
  gap: 8px;
  text-align: left;
}
.header-text-box:first-child {
  margin-top: 0;
}
.header-text-box img {
  flex-shrink: 0;
  width: 90px;
  object-fit: contain;
}

.header-text-box .p1 {
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  line-height: 110%; /* 48.4px */
  text-transform: capitalize;
}
.header-text-box .p2 {
  position: relative;
  margin-top: 12px;
  height: 44px;
  font-size: 28.676px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.header-text-box .p2 span {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  color: #fff;
}
.header-text-box .p3 {
  margin-top: 14px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 140%; /* 39.2px */
  text-transform: capitalize;
}

.header-text-box .info-box {
  margin-top: 24px;
  text-align: left;
  color: #fff;
  font-size: 22.941px;
  font-weight: 400;
  line-height: 30.588px; /* 133.333% */
}
.header-text-box .info-box .info-item {
  margin-top: 10px;
  display: flex;
  /* align-items: center; */
  gap: 8px;
}
.header-text-box .info-box .info-item:first-child {
  margin-top: 0;
}

.header-text-box .info-box .info-item img {
  width: 26px;
  height: 26px;
}

.tit-box-h5 .logo {
  color: #85aac9;
  margin-bottom: 15px;
}
.tit-box-h5 .logo img {
  width: 60px;
  object-fit: contain;
}

.header-text-box-h5 {
  margin-top: 6px;
}
.header-text-box-h5:nth-child(2) {
  margin-top: 0;
}
.header-text-box-h5 .p1 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 110%; /* 52.8px */
}
.header-text-box-h5 .p2 {
  margin-top: 7px;
  position: relative;
  height: 30px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
.header-text-box-h5 .p2 span {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}

.header-text-box-h5 .p3 {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 700;
  line-height: 150%; /* 42px */
  text-transform: capitalize;
}

.header-text-box-h5 .info-box-h5 {
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; /* 48px */
  text-transform: capitalize;
}

.ul-tit {
  display: flex;
  justify-content: center;
  margin: 20px 0 15px;
  flex-direction: column;
}

.ul-tit-li {
  display: flex;
  align-items: flex-start;
  font-size: 30px;
  margin-bottom: 5px;
  margin-top: 10px;
}

.li-btn {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  font-size: 24px;
  padding: 5px 10px;
  cursor: pointer;
}

.li-btn:hover {
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
}

.registerBox {
  margin-top: 35px;
  display: flex;
  gap: 15px;
  margin-left: 100px;
}

.top-btn {
  min-width: 220px;
  height: 50px;
  font-size: 18px;
  padding: 10px 15px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
}
.top-btn:hover {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.top-btn.primary {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.top-btn.primary:hover {
  background: #0c3460;
  border: 1px solid #0c3460;
}

.ul-box {
  padding: 40px 0;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ul-box-li {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
}

.ul-box-li .ul-box-li-img {
  width: 98px;
  height: 98px;
  background-color: #fff;
  border-radius: 50%;
  padding: 22px;
}
.ul-box-li-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ul-box-li-r {
  font-size: 16px;
  font-weight: 400;
}

.ul-box-li-r .ul-box-li-r-p {
  font-size: 40px;
}

.ul-box-li-r .ul-box-li-r-p {
  font-size: 40px;
  font-weight: 700;
}

.ul-box-li-r .ul-box-li-r-s {
  font-size: 16px;
  font-weight: 400;
}

.form-tit {
  font-size: 36px;
  color: #000;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.width-box {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 200px;
  background: #fff;
}

.clause {
  display: flex;
  align-items: center;

  span {
    margin-left: 5px;
  }
}

.categories-box {
  width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}
.categories-box.columns-3 {
  width: 1200px;
  margin: 24px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.categories-box-li {
  width: 100%;
  height: 220px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.categories-box-li .categories-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.categories-box-li .categories-img:hover {
  transform: scale(1.2);
}

.li-bot {
  width: 100%;
  background: var(--primary-color);
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.they-box {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 50px;
  position: relative;
}

.they-item {
  width: 530px;
  background: #fff;
  padding: 20px 20px 30px;
  color: #666;
}

.they-top {
  display: flex;
  height: 35vh;
}

.they-con {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;

  img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
  }
}

.they-l-icon {
  width: 20px;
  height: 30px;
  position: absolute;
  left: 0;
  top: calc(50% - 15px);
  cursor: pointer;
}

.they-r-icon {
  width: 20px;
  height: 30px;
  position: absolute;
  right: 0;
  top: calc(50% - 15px);
  cursor: pointer;
}

.exhibitors-box {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 50px;
  position: relative;
}

.exhibitors-ul {
  display: flex;
  flex-wrap: wrap;
}

.exhibitors-li {
  width: 228px;
  font-size: 16px;
  color: #666;
  margin-right: 60px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.exhibitors-img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  margin-bottom: 15px;
}

.exhibitors-l-icon {
  width: 20px;
  height: 30px;
  position: absolute;
  left: 0;
  top: calc(50% - 15px);
  cursor: pointer;
}

.exhibitors-r-icon {
  width: 20px;
  height: 30px;
  position: absolute;
  right: 0;
  top: calc(50% - 15px);
  cursor: pointer;
}

.bot-box {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  display: none;
}

.imgBanner {
  width: 100%;
  height: 100%;
}

.ty-bot {
  width: 50%;
  color: #666666;
  font-size: 16px;
  text-align: left;
}

.about-box {
  padding: 80px 0;
}

.about-con {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}

.about-img {
  width: 530px;
  height: 532px;
  margin-right: 58px;
}

.about-tit {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}

.categories-box-wrap {
  background: #f5f5f5;
  padding: 80px 0;
}

.become-box {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}

.our-box {
  margin: 0 auto;
  padding: 80px 0;
  background-color: #fff;
}

.our-con {
  width: 1200px;
  margin: 0 auto;
}

.carousel-box {
  background: #f5f5f5;
  padding: 30px 0;
  height: 80vh;
}

.form-box {
  background: #ffffff;
}

.become-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}

.become-top::after {
  position: absolute;
  content: '';
  left: 100px;
  bottom: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid #e6e6e6;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.become-tit {
  font-size: 36px;
  font-weight: bold;
}

.become-btn {
  /* width: 236px; */
  height: 50px;
  font-size: 18px;
  background: var(--primary-color);
  border: none;
  color: #fff;
  cursor: pointer;
}

.become-btn:hover {
  background: #0c3460;
}

.become-icon {
  position: absolute;
  bottom: -10px;
  left: 100px;
}

.become-con {
  display: flex;
  justify-content: space-between;
  padding-top: 46px;
}

.become-l {
  width: 590px;
}

.become-ul {
  padding-top: 20px;
}

.become-ul-li {
  margin-top: 20px;
  background: #f5f5f5;
  padding: 20px;
  display: flex;
  font-size: 16px;
  color: #666666;
}

.number {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  font-size: 40px;
  font-weight: bold;
  flex-shrink: 0;
}

.number-tit {
  margin-left: 20px;
  color: #666;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
}

.become-r {
  width: 530px;
  height: 623px;
  object-fit: cover;
}

.our-ul {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-bottom: 30px;
}

.our-ul:last-child {
  margin-bottom: 0;
}

.our-li > p {
  margin-bottom: 30px;
  color: #212121;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.our-img-box {
  height: 120px;
  border: 1px solid #e6e6e6;
}

.our-img-box.more {
  display: flex;
  align-items: center;
}

.our-img-box img {
  width: 256px;
  height: 100%;
  object-fit: contain;
}

.our-img-box.more img {
  width: 178px;
}

.our-img-box.more1 img {
  width: auto;
  height: 60px;
  margin: 0 30px;
}

.img-box {
  width: 360px;
  height: 120px;
  border: 1px solid #e6e6e6;
  text-align: center;
  padding: 13px 0;
  margin-bottom: 18px;
}

.galleryBig-box {
  padding-top: 50px;
}

.gallery-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  width: 100%;
}

.box-item-img {
  width: 100%;
  height: 100%;
}

.gallery-box-item {
  text-align: center;
}

.gallery-box-middle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* 等分两列 */
  gap: 15px;
  /* 中间的间隙15px */
}

.gallery-l {
  width: 470px;
  height: 800px;
  position: relative;
  cursor: pointer;
}

.gallery-l-hover-tit {
  position: absolute;
  left: 16px;
  bottom: 14px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.gallery-l-hover-box {
  background: var(--primary-color);
  padding: 20px 30px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}

.gallery-l-hover-icon {
  width: 20px;
  height: 12px;
  position: absolute;
  left: 15%;
  top: -10px;
}

.gallery-l:hover .gallery-l-hover-box {
  display: block;
}

.gallery-l .gallery-l-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-con {
  width: 950px;
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.con-top {
  width: 950px;
  height: 390px;
  position: relative;
  cursor: pointer;
}

.con-top:hover .gallery-con-hover-box {
  display: block;
}

.con-top .con-top-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-con-hover-tit {
  position: absolute;
  left: 16px;
  bottom: 14px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.gallery-con-hover-box {
  background: var(--primary-color);
  padding: 20px 30px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}

.gallery-con-hover-icon {
  width: 20px;
  height: 12px;
  position: absolute;
  left: 15%;
  top: -10px;
}

.con-bot {
  display: flex;
  justify-content: space-between;
}

.mid-l {
  width: 468px;
  height: 395px;
  position: relative;
  cursor: pointer;
}

.mid-l .mid-l-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mid-l:hover .con-bot-hover-box {
  display: block;
}

.con-bot-hover-tit {
  position: absolute;
  left: 16px;
  bottom: 14px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.con-bot-hover-box {
  background: var(--primary-color);
  padding: 20px 30px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}

.con-bothover-icon {
  width: 20px;
  height: 12px;
  position: absolute;
  left: 15%;
  top: -10px;
}

.mid-r {
  width: 468px;
  height: 395px;
  position: relative;
  cursor: pointer;
}

.mid-r .mid-r-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mid-r:hover .mid-r-hover-box {
  display: block;
}

.mid-r-hover-tit {
  position: absolute;
  left: 16px;
  bottom: 14px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.mid-r-hover-box {
  background: var(--primary-color);
  padding: 20px 30px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}

.mid-r-hover-icon {
  width: 20px;
  height: 12px;
  position: absolute;
  left: 15%;
  top: -10px;
}

.gallery-r {
  width: 470px;
  height: 800px;
  position: relative;
  cursor: pointer;
}

.gallery-r .gallery-r-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-r:hover .gallery-r-hover-box {
  display: block;
}

.gallery-r-hover-tit {
  position: absolute;
  left: 16px;
  bottom: 14px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.gallery-r-hover-box {
  background: var(--primary-color);
  padding: 20px 30px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}

.gallery-r-hover-icon {
  width: 20px;
  height: 12px;
  position: absolute;
  left: 15%;
  top: -10px;
}

.el-tree .el-tree-node .is-leaf + .el-checkbox {
  display: inline-block !important;
}

.el-tree .el-tree-node .el-checkbox {
  display: none !important;
}

.tree-content {
  width: 100%;
  position: relative;
}

.tree-custom {
  position: absolute;
  top: 42px;
  width: 100%;
  z-index: 99;
  box-shadow: 1px 1px 7px #ddd;
  background: #fff;
  padding: 10px;
  /* z-index: 111; */
}

.tree-common {
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 10px;
}

.tree-confirm {
  width: 100%;
  background: var(--primary-color) !important;
  border: none !important;
  color: #fff !important;
}

.tree-confirm:hover {
  background: #0c3460 !important;
}

.tags-box {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}

.lang-box {
  display: flex;
  align-items: center;
  color: #fff;
  margin-left: 25px;
  position: relative;
}

.language-box {
  width: 150px;
  /* height: 100px; */
  background: #fff;
  padding: 15px;
  position: absolute;
  top: 22px;
  left: calc(50% - 75px);
  z-index: 9;
}

.language-item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  margin-top: 20px;
  padding: 10px 10px;
}

.language-item:hover {
  cursor: pointer;
  background: #ddd;
}

.swiper-pagination-custom {
  display: flex;
  justify-content: center;
  align-items: center;
}

.close-btn:hover {
  border: 1px solid #0c3460 !important;
  background: #0c3460 !important;
}

.couserBox {
  width: 1200px;
  height: 500px;
  margin: 0 auto;
}

/* 轮播图 */
.el-carousel__arrow {
  width: 20px !important;
  height: 30px !important;
  border-radius: 0 !important;
}

.el-carousel__arrow--left {
  left: 0 !important;
}

.el-carousel__arrow--right {
  right: 0 !important;
}

.el-carousel__indicators--horizontal {
  bottom: 25px !important;
}

.el-carousel__button {
  background-color: #0c3460 !important;
}

.is-active .el-carousel__button {
  background-color: var(--primary-color) !important;
}

/* 媒体查询大于1200 */
@media screen and (min-width: 900px) {
  .expo-box {
    background: var(--primary-color);
  }

  .expo-box .expo-box-container {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
  }

  .expo-box .expo-box-container .carousel-page {
    width: 100%;
  }

  .expo-box .expo-box-container .carousel-page.h5 {
    display: none;
  }

  .tit-box-h5 {
    display: none;
  }

  .videoPc {
    display: none;
  }

  .width-box-h5 {
    display: none;
  }

  /* home css */
  video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .categories-box-wrap .h5 {
    display: none;
  }

  .footer-h5 {
    display: none;
  }

  .footer {
    width: 100%;
    background-color: #f5f5f5;
    font-size: 16px;
  }

  .footer-content {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0 32px 0;
    display: flex;
    font-size: 16px;
    font-weight: 500;
  }

  .footer-right {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .footer-right > div .font-color-1D {
    color: #212121;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
  }

  .footer-right > div .font-color-45 {
    padding: 0;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
  }

  .footer-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 35px;
  }

  .icon-item {
    margin: 0 15px;
    width: 35px;
    height: 35px;
  }

  .footer-img1 {
    &:hover {
      content: url('https://image.matchupexpo.com/b7b7bacec8eb440ba5e5eeb8c26a1375.png');
    }
  }

  .footer-img2 {
    &:hover {
      content: url('https://image.matchupexpo.com/506f2dc419894e1984d53a276a435e81.png');
    }
  }

  .footer-img3 {
    &:hover {
      content: url('https://image.matchupexpo.com/a7ccccca6b194477840bb361992116ba.png');
    }
  }

  .footer-img4 {
    &:hover {
      content: url('https://image.matchupexpo.com/1dbeff768e114b4c83aa0cb61f4c82b7.png');
    }
  }

  .footer-img5 {
    &:hover {
      content: url('https://image.matchupexpo.com/c752bd6b6d5044f6af391912805863ca.png');
    }
  }

  .footer-img6 {
    &:hover {
      content: url('https://image.matchupexpo.com/19448ea6b725487cb9875c9416f5ecb6.png');
    }
  }

  /* .footer-ul {
    font-weight: 400;
  }

  .footer-li .footer-span {
    margin-right: 3px;
  } */

  .bottom {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 24px;
    line-height: 22px;
    font-size: 14px;

    p {
      margin: 0;
    }
  }

  .header {
    padding: 30px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .login {
    width: 207px;
  }

  .login img {
    width: 100%;
    height: auto;
  }

  .lang-title {
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .lang-title img {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-right: 5px;
  }

  .language-item img {
    width: 20px;
  }

  .language-item p {
    margin-left: 5px;
  }

  .tit-box {
    height: 405px;
    width: 1200px;
    position: absolute;
    top: 90px;
    left: 50%;
    margin-left: -600px;
  }

  /* .tit-box .p1 {
    font-size: 56px;
    font-weight: bold;
  } */

  /* .tit-box .p2 {
    font-size: 36px;
  } */

  .ul-tit-li .i1 {
    width: 23px;
    height: 23px;
  }

  .ul-tit-li .ul-tit-li-p1 {
    text-align: left;
    font-size: 30px;
  }

  .ul-tit-li-time {
    font-size: 18px;
    text-align: left;
  }

  .ul-tit-li .i2 {
    width: 23px;
    height: 30px;
  }

  .ul-tit-li-box {
    margin-left: 10px;
    text-align: left;
  }

  .ul-tit-li-box .ul-tit-li-box-p1 {
    margin-left: 5px;
    font-size: 28px;
  }

  .ul-tit-li-box .ul-tit-li-box-p2 {
    margin-left: 5px;
    font-size: 18px;
  }

  .googBox {
    display: flex;
    margin-top: 35px;
    justify-content: center;
  }

  .googBox .li-btn img {
    margin-left: 8px;
    width: 14px;
    height: 14px;
  }

  .form-box .bot-box .ty-bot-tit {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 5px;
    color: #000;
  }

  .form-box .bot-box .ty-bot-h5 {
    display: none;
  }

  .form-box .bot-box .ty-bot .ty-bot-item {
    margin: 8px 0;
  }

  .they-top-img {
    width: 26px;
    height: 30px;
  }

  .carousel-box .wrap .list .h5 {
    display: none;
  }

  .carousel-box .h5 {
    display: none !important;
  }

  .they-right {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .they-right-top {
    font-size: 18px;
    color: #000;
    margin: 20px 0 5px 0;
  }

  .they-right-bottom {
    font-size: 14px;
    text-align: center;
  }

  .become-l-tit {
    font-size: 36px;
    font-weight: bold;
  }

  .about-tit .about-tit-p1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
    color: #000;
  }

  .about-tit .about-tit-p2 {
    margin-top: 20px;
    text-align: justify;
  }

  .about-tit .about-tit-p3 {
    margin: 20px 0;
    text-align: justify;
  }

  .content {
    background-color: #f5f5f5;
    padding: 40px 0;
  }

  .they-item .h5 {
    display: none;
  }

  .buyers {
    width: 100%;
    background: linear-gradient(180deg, #fff4f4 0%, #fff 39.64%);
  }

  .buyers-content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 60px 0;
  }

  .buyers-content-t {
    color: #212121;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    /* 133.333% */
    margin-bottom: 40px;
    position: relative;
  }

  /* .buyers-content-t::before {
    content: '';
    background: url('../image/coffee.png') no-repeat;
    background-size: 100% 100%;
    width: 112px;
    height: 93px;
    position: absolute;
    left: -80px;
    top: -40px;
    z-index: 99;
  } */

  .buyers-content-c {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .buyers-content-c ul {
    margin-bottom: 50px;
  }

  .buyers-content-c .buyers-ul-h5 {
    display: none;
  }

  .buyers-content-c ul li {
    color: #666;
    /* text-align: justify; */
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
    margin-bottom: 14px;
    padding-left: 16px;
    position: relative;
    /* display: flex; */
  }

  .buyers-content-c ul li:last-child {
    margin-bottom: 0;
  }

  .buyers-content-c ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--primary-color);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
  }

  .buyers-content-c-l {
    flex: 1;
  }

  .buyers-content-c-l span {
    color: #666;
    text-align: justify;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
  }

  .buyers-content-c-l-btn {
    padding: 15px 60px;
    background: var(--primary-color);
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
  }

  .buyers-content-c-l-btn:hover {
    background: #0c3460;
    transition: all 0.3s;
    color: #fff;
  }

  .buyers-content-c-r {
    display: flex;
    width: 615px;
    justify-content: space-between;
    align-items: center;
    margin-left: 20px;
  }

  .buyers-content-c-r .buyers-img-box {
    width: 305px;
    height: 270px;
  }

  .buyers-content-c-r .buyers-img-box img {
    width: 100%;
    height: 100%;
  }

  .buyers-content-c-l-btn-h5 {
    display: none;
  }

  #scrollButton {
    display: none;
  }
}

.header {
  padding: 30px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  width: 100%;
}

.login {
  width: 206px;
}

.lang-title {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.lang-title img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-right: 5px;
}

.language-item img {
  width: 20px;
}

.language-item p {
  margin-left: 5px;
}

.tit-box {
  height: 405px;
  width: 1200px;
  position: absolute;
  top: 90px;
  left: 50%;
  margin-left: -600px;
}

/* .tit-box .p1 {
  font-size: 56px;
  font-weight: bold;
  text-align: left;
} */
/* 
.tit-box .p2 {
  font-size: 36px;
  text-align: left;
} */

.ul-tit-li .i1 {
  width: 23px;
  height: 23px;
  margin-top: 4px;
}

.ul-tit-li .i2 {
  width: 23px;
  height: 30px;
  margin-top: 4px;
}

.ul-tit-li-box {
  margin-left: 10px;
  text-align: left;
}

.ul-tit-li-box .ul-tit-li-box-p1 {
  margin-left: 5px;
  font-size: 28px;
}

.ul-tit-li-box .ul-tit-li-box-p2 {
  margin-left: 5px;
  font-size: 18px;
}

.googBox {
  display: flex;
  margin-top: 16px;
  justify-content: flex-start;
}

.googBox .li-btn img {
  margin-left: 8px;
  width: 14px;
  height: 14px;
}

.videPc,
.videH5 {
  display: none;
}

/* h5样式 */
.h5-app .header {
  display: none;
}

.h5-app select {
  appearance: none;
  -webkit-appearance: none;
}

.h5-app .h5-header {
  height: 58px;
  display: flex;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #f5f5f5;
}

.h5-app .h5-header .nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 58px;
  background-color: #fff;
  color: #333;
  padding: 0 5vw;
  box-shadow: 0px 6px 12px 0px #bfbfbf;
  height: -moz-max-content;
  height: max-content;
  display: none;
}

.h5-app .h5-header .nav .nav-item {
  height: 50px;
  line-height: 20px;
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.h5-app .h5-header .nav .nav-item a {
  text-decoration: none;
  outline: none;
  color: #333;
}

.h5-app .ul-box-li-r p:nth-child(2) {
  font-size: 14px;
  font-weight: 400;
}

.h5-app .h5-header #close-nav-btn {
  display: none;
}

.h5-app .h5-header .language {
  position: absolute;
  left: 0;
  right: 0;
  top: 58px;
  background-color: #fff;
  color: #333;
  padding: 0 5vw;
  box-shadow: 0px 6px 12px 0px #bfbfbf;
  height: -moz-max-content;
  height: max-content;
  display: none;
}

.h5-app .h5-header .language .language-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
}

.h5-app .h5-header .language .language-item img {
  width: 24px;
  height: 16px;
  margin-right: 8px;
}

.h5-app .baner {
  margin-top: 58px;
}

.h5-app video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.h5-app .top-box {
  height: 616px;
}

.h5-app .tit-box {
  display: none;
}

.h5-app .tit-box-h5 {
  position: absolute;
  top: 28px;
  width: 100%;
  color: #fff;
  box-sizing: border-box;
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.h5-app .tit-box-h5 h1 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.h5-app .tit-box-h5 h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  margin-top: 5px;
}

.h5-app .tit-box-h5 .expo-date,
.h5-app .tit-box-h5 .expo-address {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
  align-items: flex-start;
  text-align: left;
  line-height: 26px;
}

.h5-app .tit-box-h5 .expo-date {
  margin-top: 10px;
}

.h5-app .tit-box-h5 .expo-date > img,
.h5-app .tit-box-h5 .expo-address > img {
  margin-right: 11px;
  margin-top: 3px;
}

.h5-app .tit-box-h5 .expo-address {
  align-items: flex-start;
  margin-top: 8px;
}

.h5-app .tit-box-h5 .enter-btn {
  width: -moz-max-content;
  width: max-content;
  margin-top: 17px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.h5-app .tit-box-h5 .enter-btn > div {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding: 0 10px;
}

.h5-app .tit-box-h5 .enter-btn .btn-free-entry {
  border: 1px solid #fff;
}
.h5-app .tit-box-h5 .enter-btn .btn-free-entry a {
  color: #fff;
}
.h5-app .tit-box-h5 .enter-btn .btn-free-entry.primary {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.h5-app .ul-box {
  flex-wrap: wrap;
  padding: 23px 20px 23px;
}

.h5-app .ul-box .ul-box-li img {
  display: none;
  width: 40px;
  height: 40px;
}

.h5-app .ul-box-li-r {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.h5-app .ul-box-li-r p {
  width: 80%;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.h5-app .ul-box-li-r .ul-box-li-r-p,
.h5-app .ul-box-li-r p {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.h5-app .ul-box .ul-box-li {
  width: 50%;
  justify-content: center;
}

.h5-app .expo-box {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.h5-app .expo-box .expo-box-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.h5-app .expo-box .carousel-page {
  width: 100%;
  min-width: 100%;
  transition: transform 0.5s ease;
}

.h5-app .carousel-indicator {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 10px;
  /* 调整指示器的位置 */
  width: 100%;
  z-index: 10;
}

/* .h5-app .indicator-point {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 5px;
  transition: background-color 0.3s ease;
}

.h5-app .indicator-point.active {
  background-color: #0c3460;
} */

.h5-app .swiper-pagination-bullet-active {
  background-color: #0c3460;
}

/* form表单 */
.h5-app .width-box {
  display: none;
}

.h5-app .width-box-h5 form {
  width: 100%;
  padding: 0 20px;
}

.h5-app .width-box-h5 .row {
  display: block;
}

.h5-app .width-box-h5 label {
  /* width: 100%; */
}

.h5-app .content {
  background: #fff;
  padding-top: 80px;
}

.h5-app .clause {
  padding: 0 20px;
}

.h5-app .clause label {
  /* width: 162px; */
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  body {
    font-size: 14px;
    /* 覆盖可能的默认放大 */
  }
}

/* 媒体查询小于500 */
@media screen and (max-width: 500px) {
  body,
  html,
  page-home {
    width: 100%;
    height: auto;
    min-width: 0;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    /* 或 none */
    text-size-adjust: 100%;
    font-size: 14px;
  }

  .h5-app .footer {
    display: none;
  }

  .footer-h5 {
    padding: 30px 20px 92px;
    background: #f5f5f5;
  }

  .footer-h5-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 35px;
  }

  .footer-h5-icon-item {
    margin: 0 15px;
    width: 35px;
    height: 35px;
  }

  .footer-h5-right {
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
  }

  .footer-h5-right .footer-h5-tit {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 14px;
  }

  .font-color-1D {
    color: #1d1d1d;
  }

  .h5-app .form-box {
    width: 100%;
    padding: 0;
    background: #fff;
  }

  .h5-app .form-box .bot-box {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
  }

  .h5-app .form-box .bot-box .ty-bot {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .h5-app .form-box .bot-box .ty-bot-pc {
    display: none;
  }

  .h5-app .form-box .bot-box .ty-bot-tit {
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 13px;
  }

  .h5-app .form-box .bot-box .ty-bot-item {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }

  .h5-app .form-box .ty-bot-vih {
    padding: 30px 20px 19px;
    text-align: center;
  }

  .h5-app .form-box .bot-box .ty-bot-h5 {
    background-color: #fff;
    padding: 30px 0 28px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .h5-app .form-box .bot-box .ty-bot-h5 .ty-bot-h5-tit {
    color: #000;
    font-size: 22px;
    font-weight: bold;
  }

  .h5-app .form-box .bot-box .ty-bot-h5 .ty-bot-h5-img {
    overflow: hidden;
    margin-top: 2px;
  }

  .h5-app .form-box .bot-box .ty-bot-h5 .ty-bot-h5-img img {
    width: 200px;
    height: 63px;
    object-fit: cover;
  }

  .h5-app .form-box .bot-box .ty-bot-h5 .ty-bot-h5-img.more1 img {
    width: 112px;
    height: 56px;
  }

  .h5-app .form-box .bot-box .ty-bot-h5 .ty-bot-h5-img.more2 img {
    width: 74px;
    height: 36px;
    object-fit: contain;
    margin: 0 20px;
  }

  .h5-app .form-box .bot-box .ty-bot-h5 .ty-bot-h5-dsc {
    color: #212121;
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .h5-app .form-box .bot-box .ty-bot-h5 .ty-bot-h5-dsc:nth-child(1) {
    margin-top: 0;
  }

  .h5-app .galleryBig-box,
  .h5-app .pc {
    display: none;
  }

  .h5-app .carousel-box {
    background: #fff;
    height: 610px;
  }

  .h5-app .carousel-box-vie {
    height: 630px;
  }

  .h5-app .form-tit {
    font-size: 22px;
    padding: 0 20px;
  }

  .h5-app .carousel-box .form-tit {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
  }

  .h5-app .carousel-box .wrap {
    width: 100%;
    height: 472px;
  }

  .h5-app .carousel-box .wrap .list {
    width: 100%;
    height: 482px;
  }

  .h5-app .carousel-box .wrap .list .item {
    padding: 0 20px;
  }

  .h5-app .carousel-box .wrap .list .item .they-item {
    margin-right: 20px;
    background-color: #f5f5f5;
    width: 100%;
    height: 472px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }

  .h5-app .carousel-box .wrap .list .item .pc {
    display: none;
  }

  .h5-app .carousel-box .wrap .list .item .they-item .they-top {
    position: relative;
  }

  .h5-app .carousel-box .wrap .list .item .they-item .they-top .they-top-img {
    width: 13px;
    height: 15px;
    position: absolute;
    top: -15px;
    left: -13px;
  }

  .h5-app .carousel-box .wrap .list .item .they-item .they-tit {
    margin: 0;
    text-align: justify;
    line-height: 22px;
  }

  .h5-app .carousel-box .wrap .list .item .they-con {
    margin-top: 0;
  }

  .h5-app .carousel-box .wrap .list .item .they-item .they-con {
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .h5-app .carousel-box .wrap .list .item .they-item .they-con .they-right {
    margin-left: 10px;
  }

  .h5-app .carousel-box .wrap .list .item .they-item .they-con .they-right .they-right-top {
    color: #000;
    font-size: 16px;
    font-weight: 400;
  }

  .h5-app .carousel-box .wrap .list .item .they-item .they-con .they-right .they-right-bottom {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
  }

  .h5-app .categories-box-wrap {
    padding: 20px;
    background: #fff;
  }

  .h5-app .categories-box-wrap .categories-box {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .h5-app .categories-box-wrap .categories-box .categories-box-li {
    height: 120px;
  }

  .h5-app .become-box {
    width: 100%;
  }

  .h5-app .become-box .become-top {
    display: none;
  }

  .h5-app .become-box {
    background-color: #f5f5f5;
    padding: 0;
  }

  .h5-app .become-box .become-con {
    padding: 30px 0 10px;
  }

  .h5-app .become-box .become-con .become-r {
    display: none;
  }

  .h5-app .become-box .become-con .become-l .become-l-tit {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    padding: 0 20px;
  }

  .h5-app .become-box .become-con .become-l .become-ul {
    padding: 12px 20px 0;
  }

  .h5-app .become-box .become-con .become-l .become-ul .become-ul-li {
    margin-top: 0;
    padding: 0;
    position: relative;
  }

  .h5-app .become-box .become-con .become-l .become-ul .become-ul-li .number {
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
  }

  .h5-app .become-box .become-con .become-l .become-ul .become-ul-li .number-tit {
    padding: 5px 10px;
    background-color: #fff;
    margin-bottom: 20px;
    color: #666;
    font-size: 14px;
    line-height: 24px;
  }

  .h5-app .become-box .become-con .become-l .become-ul .become-ul-line::before {
    position: absolute;
    content: ' ';
    width: 1px;
    height: 100%;
    left: 15px;
    top: 0;
    border-left: 1px dotted var(--primary-color);
  }

  .h5-app .form-list {
    padding: 29px 20px 30px;
  }

  .h5-app .form-list .form-tit {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 13px;
  }

  .h5-app .form-list .categories-box {
    width: 100%;
  }

  .h5-app .form-list .categories-box .categories-box-li {
    width: calc(50% - 10px);
    height: auto;
    margin-bottom: 15px;
    margin-right: 10px;
  }

  .h5-app .form-list .categories-box .categories-box-li:nth-child(2n) {
    margin-right: 0;
  }

  .h5-app .form-list .categories-box .categories-box-li .categories-img {
    object-fit: cover;
  }

  .h5-app .form-list .categories-box .categories-box-li .li-bot {
    background: rgba(213, 21, 25, 0.9);
    font-size: 14px;
    font-weight: 700;
  }

  .h5-app .about-box {
    padding: 17px 18px 14px;
    width: 100%;
    background-color: #f5f5f5;
  }

  .h5-app .about-box .about-con {
    width: 100%;
    margin-top: 12px;
  }

  .h5-app .about-box .about-con .about-img {
    display: none;
  }

  .h5-app .about-box .about-con .about-tit {
    padding-top: 0;
  }

  .h5-app .about-box .about-con .about-tit p {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-align: justify;
  }

  .h5-app .about-box .about-con .about-tit .about-tit-p1 {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    margin-bottom: 10px;
  }

  .h5-app .expo-box {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
  }

  .h5-app .expo-box .carousel-page {
    width: 100%;
    min-width: 100%;
    transition: transform 0.5s ease;
  }

  .translator-time {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
  }

  .translator-add {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
  }

  .buyers {
    width: 100%;
    background: linear-gradient(180deg, #fff4f4 0%, #fff 39.64%);
  }

  .buyers-content {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 30px 20px;
  }

  .buyers-content-t {
    color: #212121;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    /* 133.333% */
    margin-bottom: 20px;
    text-align: center;
    position: relative;
  }

  /* .buyers-content-t::before {
    content: '';
    background: url('../image/coffee.png') no-repeat;
    background-size: 100% 100%;
    width: 40px;
    height: 33px;
    position: absolute;
    left: 0;
    top: -20px;
  } */

  .buyers-content-c {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .buyers-content-c ul {
    margin-bottom: 20px;
  }

  .buyers-content-c .buyers-ul-pc {
    display: none;
  }

  .buyers-content-c ul li {
    color: #666;
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 14px;
    padding-left: 16px;
    position: relative;
  }

  .buyers-content-c ul li p:first-child {
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
  }

  .buyers-content-c ul li:last-child {
    margin-bottom: 0;
  }

  .buyers-content-c ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--primary-color);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
  }

  .buyers-content-c-l {
    flex: 1;
  }

  .buyers-content-c-l span {
    color: #666;
    text-align: justify;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
  }

  .buyers-content-c-l-btn {
    padding: 15px 60px;
    background: var(--primary-color);
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
    display: none;
  }

  .buyers-content-c-l-btn:hover {
    background: #1b9e5c;
    transition: all 0.3s;
    color: #fff;
  }

  .buyers-content-c-r {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }

  .buyers-content-c-r .buyers-img-box {
    width: 49%;
    height: auto;
  }

  .buyers-content-c-r .buyers-img-box img {
    width: 100%;
    height: 100%;
  }

  .buyers-content-c-l-btn-h5 {
    width: 100%;
    background: var(--primary-color);
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    padding: 15px 0;
    text-align: center;
  }

  #scrollButton {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 15px 0;
    width: calc(100% - 40px);
    background-color: #ffffff;
    background: var(--primary-color);
    font-size: 18px;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    z-index: 200;
    font-weight: bold;
    transition:
      opacity 0.3s,
      visibility 0.3s;
  }

  #scrollButton.show {
    opacity: 1;
    visibility: visible;
  }

  .content-pc {
    display: none;
  }
}

.badgeBox-import {
  width: 640px;
  min-height: 320px;
  margin: 0 auto;
}

.badgeCard-import {
  border-radius: 12px;
  padding: 24px;
  width: 100%;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: space-between;
  position: relative;
  background: #ebebeb;
  margin-bottom: 60px;
}

.badgeImg-import {
  width: 48%;
  min-width: 48%;
  background: linear-gradient(0deg, #f6f6f6 0%, #f6f6f6 100%), #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  text-align: center;
}

.userName-import {
  font-size: 20px;
  font-weight: 700;
  color: #212121;
  line-height: 100%;
}

.hallName-import {
  margin: 6px 0 0;
  font-size: 14px;
  color: #454545;
  line-height: 100%;
}

.hallName-doc-import {
  color: #454545;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 12px 0 16px;
}

.info-import .info-title-import {
  margin: 17px 0 3px;
}

.info-p-import {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.badgeNum-import {
  font-size: 16px;
  color: #454545;
  margin-top: 10px;
}

.badgeInfo-import {
  width: 48%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.badge-img-import {
  width: 60%;
  max-height: 86px;
  object-fit: contain;
}

.info-import {
  color: #454545;
  font-size: 16px;
  line-height: 24px;
}

.disable-jumping {
  background: #e9e9e9 !important;
  color: #999999 !important;
  cursor: not-allowed !important;
}
