* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  background: url(../images/bg.png) no-repeat bottom center;
  background-size: cover;
}

@font-face {
  font-family: SourceHanSansCNRegular;
  src: url('../font/SourceHanSansCN-Regular.otf');
}

img {
  vertical-align: middle;
}

.head {
  height: 0.75rem;
  padding: 0 0.45rem;
  font-size: 0.2rem;
  font-family: SourceHanSansCNRegular;
  font-weight: 400;
  color: rgba(232, 255, 248, 0.8);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.0125rem solid rgba(255, 255, 255, 0.2);
}

.head a {
  font-family: SourceHanSansCNRegular;
  font-weight: 400;
  color: rgba(232, 255, 248, 0.8);
  text-decoration: none;
}

.head img {
  margin-top: -0.025rem;
  width: 0.25rem;
}

.head span {
  font-weight: bold;
}

.right-show {
  display: flex;
  align-items: center;
}

.line {
  width: 0.0125rem;
  height: 0.2rem;
  background: #ffffff;
  opacity: 0.3;
  margin: 0 0.1125rem;
}

.main {
  height: calc(100% - 0.75rem);
  overflow: hidden;
  position: relative;
}

.main-show {
  width: 14.75rem;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(calc(-50% - 1.125rem));
}

.title {
  width: 5.8rem;
  text-align: center;
}

.panel {
  height: 3.75rem;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0.05rem 0.25rem 0 rgba(0, 37, 82, 0.3);
  border-radius: 0.1rem;
  margin: 0.4625rem 0 0.5rem;
  padding: 0.25rem 0.25rem 0 0;
}

.panel-item {
  width: 3.375rem;
  height: 1.5rem;
  background: #ffffff;
  box-shadow: 0 0.025rem 0.125rem 0 rgba(0, 52, 116, 0.1);
  border-radius: 0.0625rem;
  padding: 0.25rem 0.125rem 0.25rem 0.25rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0.2rem;
  margin-left: 0.25rem;
}

.img-box {
  width: 0.75rem;
  height: 0.75rem;
  background: #e3f0ff;
  border-radius: 50%;
  margin-right: 0.15rem;
  overflow: hidden;
}

.img-box img {
  width: 100%;
  transition: all 0.3s;
}

.panel-item:hover .img-box img {
  transform: scale(1.2);
}

.text-info {
  width: auto;
  flex: 1;
  font-size: 0.175rem;
  font-family: SourceHanSansCNRegular;
  font-weight: 300;
  color: #898989;
  text-align: left;
}

.info-title {
  font-size: 0.2rem;
  font-family: SourceHanSansCNRegular;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.05rem;
}

.panel-item:hover .info-title {
  color: #2788ee;
}

.margin-l-20 {
  /* margin-left: .25rem; */
}

.sign {
  height: 1.125rem;
  background: linear-gradient(270deg, #2e90ef, #6bcefe);
  box-shadow: 0 0.05rem 0.25rem 0 rgba(0, 37, 82, 0.3);
  border-radius: 0.1rem;
  overflow: hidden;
}

.sign-con {
  width: 100%;
  height: 100%;
  background: url(../images/sign.png) no-repeat left bottom;
  display: flex;
  align-items: center;
  padding: 0.3rem 0.25rem;
}

.s-left {
  width: 0.5375rem;
  height: 0.55rem;
  font-size: 0.25rem;
  font-family: SourceHanSansCNRegular;
  font-weight: bolder;
  color: #ffffff;
  line-height: 0.3rem;
}

.line-2 {
  width: 0.0125rem;
  height: 0.525rem;
  background: #ffffff;
  opacity: 0.6;
  margin: 0 0.25rem;
}

.s-right {
  width: auto;
  flex: 1;
  font-size: 0.2rem;
  font-weight: 400;
  font-family: SourceHanSansCNRegular;
  color: #ffffff;
  line-height: 0.3rem;
  text-align: left;
}

.s-right span {
  font-weight: bold;
}

/* 2023脙楼脗鹿脗麓10脙娄脜鈥溍嬧€�19脙娄芒鈧€澝偮� 脙娄芒鈧€溍偮懊兟ッ偮⒚吢緃over脙娄脣艙脗戮脙搂脗陇脗潞脙陇脗潞脜鈥櫭兟偮幻偮疵兟� 脗聛 */
.panel {
  position: relative;
  overflow: hidden;
}

.code-2,
.code-3 {
  opacity: 0.9;
  width: 0.9rem;
}

.code {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 0.9rem;
  z-index: 100;
}

.code-show {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0.05rem 0.25rem 0 rgba(0, 37, 82, 0.3);
  border-radius: 0.1rem;
  display: flex;
  flex-direction: column;
  padding: 0.25rem 1.25rem;
  transform: translateX(100%);
  transition: all 0.6s;
}

.code-show-x {
  transform: translateX(0px);
}

.code-head {
  font-size: 0.225rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #343434;
  border-left: 0.0875rem solid #27ad60;
  letter-spacing: 0.025rem;
  position: absolute;
  top: 0.35rem;
  left: 0;
  height: 0.3rem;
  line-height: 0.275rem;
  padding-left: 0.125rem;
}

.code-main {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.25rem;
}

.qr-code-show {
  width: 2.15rem;
  height: 2.15rem;
  background: #ffffff;
  border: 2px solid #27ad60;
  border-radius: 0.0625rem;
  padding: 0.075rem;
}

.qr-code-show img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.qr-code-show p {
  font-size: 0.2rem;
  color: #343434;
  margin-top: 0.1875rem;
  font-family: SourceHanSansCNRegular;
}

/* 杞挱 */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
}

.panel .swiper-slide {
  width: 100% !important;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  width: 0.125rem;
  height: 0.125rem;
  margin: 0 0.0875rem;
}

.swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 1.275rem;
}

.swiper-button-next,
.swiper-button-prev {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.swiper-button-disabled {
  opacity: 1 !important;
  background-color: rgba(255, 255, 255, 0.5);
}

.swiper-button-prev {
  left: -0.75rem;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

.swiper-button-next {
  right: -0.75rem;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 0;
  width: 0.15rem;
  height: 0.25rem;
  transition: all 0s;
}

.swiper-button-next:after {
  background: url(../images/next-on.png) no-repeat center center;
  margin-left: 2px;
}

.swiper-button-next.swiper-button-disabled:after {
  background: url(../images/next.png) no-repeat center center;
}

.swiper-button-prev:after {
  background: url(../images/prev-on.png) no-repeat center center;
  margin-right: 2px;
}

.swiper-button-prev.swiper-button-disabled:after {
  background: url(../images/prev.png) no-repeat center center;
}

@media (max-width: 768px) {
  .swiper-button-prev {
    top: 56%;
  }

  .swiper-button-next {
    top: 56%;
  }
}

.min-panel {
  display: none;
}

@media (max-width: 1410px) {
  .main {
    height: calc(100% - 40px);
  }

  .swiper-button-next,
  .swiper-button-prev,
  .swiper-pagination,
  .panel {
    display: none;
  }

  .min-panel {
    display: flex;
    height: auto;
    padding: 10px 10px 0;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 5px;
  }

  .text-info {
    font-size: 12px;
  }

  .info-title {
    line-height: 16px;
    font-size: 14px;
  }

  .panel-item {
    width: calc(50% - 5px);
    height: 90px;
    margin-left: 0;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 3px;
  }

  html {
    font-size: 16px !important;
  }

  .head {
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
  }

  .main-show {
    width: calc(100% - 20px);
  }

  .title {
    width: 100%;
  }

  .img-box {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    margin-right: 5px;
  }

  .code {
    top: 0;
    right: 0;
    width: 42px;
    display: flex;
  }

  .code-2,
  .code-3 {
    width: 100%;
  }

  .sign {
    height: auto;
    border-radius: 5px;
  }

  .sign-con {
    padding: 10px 5px;
    background: url(../images/sign.png) no-repeat center center;
    background-size: 100% 100%;
  }

  .s-left {
    width: 40px;
    height: 100%;
    font-size: 14px;
    line-height: 22px;
  }

  .s-right {
    font-size: 12px;
    line-height: 20px;
  }

  .line-2 {
    width: 2px;
    height: 80px;
  }

  .code-head {
    font-size: 14px;
    border-left: 4px solid #27ad60;
    letter-spacing: 2px;
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
  }

  .qr-code-show {
    width: 134px;
    height: 134px;
    background: #ffffff;
    border: 2px solid #27ad60;
    border-radius: 10px;
    padding: 4px;
    margin-bottom: 40px;
  }

  .code-main-con {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin-bottom: -40px;
    justify-content: space-between;
  }

  .qr-code-show p {
    font-size: 14px;
    margin-top: 10px;
  }

  .code-show {
    padding-left: 10px;
    padding-right: 10px;
  }

  .code-main {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
}
