.jction {
  position: relative;
  width: 100%;
  margin-top: 60px;
}
.jstion {
  position: relative;
  background-color: rgb(255, 255, 255);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 62px;
  padding-bottom: 60px;
  width: 100%;
  z-index: 1;
}
.jstion .jstion-left {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  min-width: 200px;
}
.jstion .jstion-rigth {
  z-index: -1;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.jstion .jstion-rigth rect {
  z-index: -1;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.jstion h4 {
  background-color: rgba(74, 196, 243, 0.1);
  border-radius: 8px;
  padding: 4px 20px;
  font-size: 15px;
  margin-bottom: 40px;
}
.jstion h2 {
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 30px;
  letter-spacing: 2px;
  line-height: 1.8;
}
.jstion-button:hover {
  background-color: #11a4f3;
}
.jstion button {
  font-weight: bold;
  border-radius: 40px;
  background-color: #4ac4f3;
  color: #ffffff;
  padding: 12px 36px;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
  transition: background-color 1s;
}
.jz-gzh {
  display: none;
  position: fixed;
  z-index: 1;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.jz-gzh1 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(255, 255, 255);
  margin: 15% auto;
  height: 400px;
  width: 300px;
  padding: 20px;
  border: 1px solid #888;
  border-radius: 20px;
}

.jz-gzh2 {
  width: 80%;
}
.jz-gzh2 h2 {
  letter-spacing: 2px;
  text-align: center;
  margin-top: 20px;
}
.jz-gzh2 h4 {
  text-align: center;
  margin-top: 20px;
}
.jz-gzh11 {
  height: 100%;
  width: 10%;
}
.jstion-1 {
  height: 10px;
  background-color: #4ac4f3;
  border-radius: 0 0 8px 8px;
}
.bannerjz {
  display: flex;
  margin-top: 8px;
  width: 100%;
  height: 400px;
  /*之后采取js控制高度*/
}
.banner12-title {
  position: relative;
  left: 5px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 2px;
}
.banner111 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 49.25%;
  background-color: #ffffff;
  border-radius: 8px;
  margin-top: 5px;
  padding-bottom: 10px;
}
.qun {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  padding-bottom: 15px;
}

.qun-title {
  display: flex;
  height: 60px;
  width: 95%;
}
.qun-img {
  overflow: hidden; /*隐藏任何可能溢出的图片部分*/
  position: relative;
  width: 60px;
  padding-top: 60px;
}
.qun-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /*保证图片填充整个容器*/
}
.qun-title1 {
  position: relative;
  width: 70%;
  margin-left: 20px;
}
.qun-title1 h2 {
  top: 2px;
  font-size: 20px;
  font-weight: 400;
}
.qun-title1 h4 {
  position: absolute;
  left: 0;
  bottom: 2px;
  color: #9e9e9e;
  font-size: 14px;
  font-weight: 400;
}
.qun-title1 h4.pc {
  position: absolute;
  left: 0;
  bottom: 2px;
  color: #9e9e9e;
  font-size: 14px;
  font-weight: 400;
}
.qun-title1 h4.az {
  display: none;
}

.qun-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 15%;
}
.qun-content button {
  font-size: 10px;
  width: 100px;
  background-color: #ffffff;
  padding: 8px 1px;
  border-radius: 20px;
  border: #9e9e9e solid 0.5px;
  letter-spacing: 2px;
}
.qun-content button a {
  text-decoration: none;
  color: #000;
}
.qun span {
  position: absolute;
  width: 85.2%;
  bottom: 0;
  right: 2.5%;
  border-bottom: 1px solid #b5b5b5;
}

/*电脑版转换手机*/
@media (max-width: 1350px) {
  .container1 {
    width: 100%;
  }
  .logo-name {
    left: 20px;
  }
  .login-btn {
    right: 20px;
  }
  .jstion-rigth {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .jstion h2 {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .bannerjz {
    display: flex;
    flex-direction: column;
  }
  .banner111 {
    width: 100%;
  }
  .jstion button {
    margin-bottom: 0;
  }
}
/*小于500px*/
@media (max-width: 500px) {
  .jstion {
    padding-top: 35px;
  }
  .jstion h4 {
    background-color: rgba(74, 196, 243, 0.1);
    border-radius: 8px;
    padding: 4px 20px;
    font-size: 15px;
    margin-bottom: 30px;
  }
  .jstion h2 {
    width: 90%;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    line-height: 1.2;
  }
  .jstion button {
    margin-bottom: -30px;
  }
  .banner12 {
    margin-bottom: 3px;
  }
  .qun {
    margin-top: 10px;
    padding-bottom: 12px;
  }
  .qun-title {
    height: 40px;
  }
  .qun-img {
    width: 40px;
    padding-top: 40px;
  }

  .qun-title1 {
    margin-left: 10px;
  }
  .qun-title1 h2 {
    letter-spacing: 1px;
    top: 1px;
    font-size: 14px;
    font-weight: bolder;
  }
  .qun-title1 h4 {
    bottom: 1px;
    color: #9e9e9e;
    font-size: 12px;
  }
  .qun-title1 h4.pc {
    display: none;
  }
  .qun-title1 h4.az {
    display: block;
    position: absolute;
    left: 0;
    top: 23px;
    color: #9e9e9e;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .qun-content button {
    margin-right: 8px;
    width: 70px;
    padding: 6px 0px;
  }
  .qun-content button a {
    font-size: 10px;
  }

  .qun span {
    width: 82%;
    right: 2.5%;
  }
}
