/* 通用设置 */
body::-webkit-scrollbar {
  display: none;
}

a {
  color: #333333;
}

a:hover {
  color: #333333;
}

p {
  color: #333333;
}

.weui-flex__item {
  text-align: center;
}

.title {
  font-size: 2em;
}

.sub-title {
  font-size: 1.1em;
  color: #666666;
}

#main {
  background-image: url('bg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.mobile-download-button-box {
  margin: 0 auto;
  /*padding: 25px 0;*/
  width: 45%;
}

.large-image-box {
  overflow: hidden;
  width: 300px;
}

/* mobile端样式 */

/* mobile-header */
#header {
  display: none;
}

/* first-screen */
#first_screen {
  align-items: center;
}

#main-content {
  color: #fff;
}

#main-content .sub-title,
#main-content .title {
  color: #fff;
}

#first_screen .logo {
  margin-top: 30px;
  width: 20%;
  margin-bottom: 20px;
}

#first_screen #social-box {
  display: none;
  justify-content: center;
  width: 50%;
  margin: 30px auto 0;
}

#mobile-social-box {
  display: flex;
  justify-content: center;
  width: 50%;
  margin: 0 auto 30px;
}

#first_screen #social-box .mobile-un-display,
#mobile-social-box .mobile-un-display {
  display: none;
}

#first_screen #social-box a,
#mobile-social-box a {
  display: inline-block;
}

#first_screen #social-box img,
#mobile-social-box img {
  background: #fff;
  border-radius: 24px;
  width: 24px;
  height: 24px;
  padding: 6px;
  margin-right: 12px;
}

.pc-display {
  display: none;
}

.mobile-download-button-box img {
  width: 100%;
}

.large-image {
  width: 100%;
}

.page-icon {
  width: 12%;
  margin: 10px 0;
}

.weui_ex_page {
  padding-top: 50px;
}

.background-gray {
  background-color: #f7f7f7;
}

.page-homepage .large-image {
  width: 160%;
  position: relative;
  left: -30%;
  bottom: 0;
}

.h20 {
  height: 20px;
}

.h50 {
  height: 50px;
}

.h72 {
  height: 50px;
}

.nine-icon-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 10% 20% 10%;
}

.icon-box {
  width: 30%;
  height: 30%;
  text-align: center;
  margin-top: 20px;
}

.icon-image {
  width: 100%;
}

.icon-text {
  text-align: center;
  font-size: 13px;
}

#mobile-download-box {
  margin-top: 30px;
}

#mobile-social-box {
  display: flex;
}

.footer-navbar ul li {
  display: inline;
}

.footer-navbar ul li a {
  line-height: 2em;
  color: #212121;
  border-right: #212121 solid 1px;
  padding: 0 5px;
}

#first_screen .download-group {
  display: none;
}

#first_screen .download-group div {
  padding: 7px;
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#first_screen .download-group .qrcode {
  width: 120px;
}

.download-qrcode {
  margin: 30px 0;
}

#page-download-pc-box {
  display: none;
}

#footer {
  padding: 40px;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.swiper-container {
  --swiper-pagination-color: #ffffff; /* 两种都可以 */
}

/* PC端样式 */
@media screen and (min-width: 1000px) {
  #main {
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  #header {
    padding: 20px 0;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
  }

  #header li {
    display: inline-block;
    line-height: 60px;
  }

  #header .main {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    height: 60px;
    margin: 0 auto;
    width: 950px;
  }

  #header .main a {
    line-height: 60px;
    font-size: 14px;
    margin-right: 18px;
  }

  #header .main > ul > li > a {
    color: #ffffff;
    padding: 0 15px;
    display: block;
    height: 100%;
  }

  #header .main > ul > li > a > .is-active {
    border-bottom: white 3px solid;
    padding-bottom: 8px;
  }

  #header-logo {
    font-size: 24px;
    line-height: 60px;
  }
  #header-logo span {
    color: #ffffff;
  }

  #header-developer span {
    border: 1px #ffffff solid;
    padding: 10px;
    border-radius: 10px;
    color: #ffffff;
  }

  #first_screen {
    display: flex;
    justify-content: center;
  }

  #main-content {
    width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding-bottom: 40px;
  }

  #main-content .title {
    font-size: 3.5em;
  }

  #main-content .sub-title {
    font-weight: 200;
    font-size: 2.5em;
  }

  #first_screen .text-group {
    align-self: center;
    margin-right: 40px;
  }

  #first_screen .logo-box {
    display: none;
  }

  #first_screen .text-group .weui-flex__item {
    text-align: left;
  }

  .mobile-display {
    display: none;
  }

  .pc-display {
    display: block;
  }

  #first_screen .download-group {
    display: flex;
    margin-top: 40px;
    align-items: center;
  }

  #first_screen #social-box {
    max-width: 336px;
    margin: 30px 0 0 0;
    justify-content: flex-start;
    display: flex;
  }

  .mobile-social-group {
    display: none;
  }

  #mobile-social-box {
    display: none;
  }

  #first_screen #social-box .mobile-un-display {
    display: inline-block;
  }

  #first_screen #social-box .wx-qr-float,
  #mobile-social-box .wx-qr-float {
    display: none;
  }

  #first_screen #social-box .wx-qr-float-spam:hover .wx-qr-float {
    display: block;
    position: absolute;
    z-index: 999;
    margin-left: -50px;
  }

  #first_screen #social-box .wx-qr-float-spam:hover .wx-qr-float img {
    width: 120px;
    height: 120px;
    border-radius: 0;
  }

  #first_screen .download-group img {
    border-radius: 8px;
  }

  #first_screen .button-box {
    height: 100%;
    margin: 0 20px;
  }

  #first_screen .button-box a {
    height: 50%;
    display: block;
  }

  #first_screen .button-box img {
    width: 70%;
    padding: 10px 0;
  }

  #mobile-download-box {
    display: none;
  }

  #first_screen .image-group {
  }

  .large-image {
    width: 100%;
  }

  .page-icon {
    width: auto;
  }

  .weui_ex_page .title {
    font-size: 3.5em;
  }

  .weui_ex_page .sub-title {
    font-size: 1.7em;
  }

  .icon-text {
    font-size: 15px;
  }

  .pc72 {
    height: 50px;
  }

  #footer {
    display: block;
  }
}

.login-model {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
}

.login-form-box {
  background-color: white;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 400px;
  height: fit-content;
}
.login-form-box  input{
  height: 50px;
}
.form-group {
  margin-bottom: 15px;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16;
}

input[type='text'],
input[type='password'] {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}

button {
  background-color: #4caf50;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
}

button:hover {
  background-color: #45a049;
}
