.sect2 {
  width: 100%;
  height: 500px;
  position: relative;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect2 {
    height: 300px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect2 {
    height: 400px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect2 {
    height: 450px;
  }
}
.sect2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sect2 .txt {
  width: 100%;
  height: 100%;
  font-size: 34px;
  font-family: Source Han Sans CN, Source Han Sans CN-Heavy;
  font-weight: 800;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.sect3 {
  padding: 60px 0;
  background-color: #fff;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect3 {
    padding: 30px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect3 {
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect3 {
    padding: 50px 0;
  }
}
.sect3 .wrap {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect3 .wrap {
    padding: 0 15px;
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect3 .wrap {
    padding: 0 15px;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect3 .wrap {
    padding: 0 20px;
    display: block;
  }
}
.sect3 .wrap .left, .sect3 .wrap .right {
  width: 50%;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect3 .wrap .left, .sect3 .wrap .right {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect3 .wrap .left, .sect3 .wrap .right {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect3 .wrap .left, .sect3 .wrap .right {
    width: 100%;
  }
}
.sect3 .wrap .left {
  font-size: 14px;
  font-family: Source Han Sans SC, Source Han Sans SC-Regular;
  font-weight: 400;
  color: #818181;
  line-height: 30px;
  padding-right: 80px;
}
.sect3 .wrap .left .title {
  font-size: 40px;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  color: #333333;
  margin-bottom: 30px;
}
.sect3 .wrap .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
}
.sect3 .wrap .right .item {
  flex-grow: 1;
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  color: #a1a1a1;
  border-right: 1px solid #D6D6D6;
}
.sect3 .wrap .right .item:last-child {
  border-right: none;
}
.sect3 .wrap .right .item .num {
  font-size: 40px;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  color: #31C5C5;
}
.sect3 .entrance {
  width: 100%;
  max-width: 1600px;
  margin: 60px auto 0;
  aspect-ratio: 16/5;
  position: relative;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect3 .entrance {
    padding: 0 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect3 .entrance {
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect3 .entrance {
    padding: 0 20px;
  }
}
.sect3 .entrance img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sect3 .entrance .info {
  width: 54%;
  height: 100%;
  position: absolute;
  left: 23%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 14px;
  font-family: Source Han Sans SC, Source Han Sans SC-Bold;
  font-weight: 700;
  text-align: center;
  color: #e4e0e0;
  line-height: 36px;
}
.sect3 .entrance .info .title {
  font-size: 34px;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 40px;
}
.sect3 .entrance .info .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  color: #ffffff;
  width: 270px;
  height: 56px;
  background: #31C5C5;
  border-radius: 4px;
  margin-top: 60px;
  cursor: pointer;
}

.content {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 60px 0;
  max-width: 1600px;
  margin: 0 auto;
}
@media (min-width: 0px) and (max-width: 575px) {
  .content {
    padding: 30px 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .content {
    padding: 40px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content {
    padding: 50px 30px;
  }
}
.content .login_img {
  height: 90vh;
  flex-shrink: 0;
  width: 52%;
}
@media (min-width: 0px) and (max-width: 575px) {
  .content .login_img {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .content .login_img {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .login_img {
    display: none;
  }
}
.content .box {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 0px) and (max-width: 575px) {
  .content .box {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .content .box {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .box {
    width: 100%;
  }
}
.content .box .tit {
  font-size: 41px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 21px;
}
.content .box input {
  height: 55px;
  background: #ffffff;
  border: 1px solid #929292;
  border-radius: 29px;
  padding: 0 15px;
  width: 60%;
  margin-top: 20px;
}
.content .box button {
  margin-top: 41px;
  height: 55px;
  background: #31c5c5;
  border-radius: 28px;
  border: 1px solid #31C5C5;
  width: 60%;
  color: white;
}
.content .box .tishi {
  margin-top: 21px;
  color: #8c8c8c;
  font-size: 15px;
}

.content_cp {
  margin: 0 auto;
  max-width: 1600px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding: 0 40px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .content_cp {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    padding: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .content_cp {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content_cp {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 0 15px;
  }
}
.content_cp .tags {
  box-shadow: 10px 10px 20px 0 rgba(222, 222, 222, 0.16);
  background-color: white;
  border-radius: 5px;
  margin: 15px;
}
.content_cp .tags .img_bg {
  height: 250px;
  background-color: #ccc;
  width: 100%;
}
.content_cp .tags .info_box {
  padding: 21px;
  border: 1px solid #f7f7f7;
}
.content_cp .tags .info_box .tit {
  font-size: 16px;
  font-weight: bold;
}
.content_cp .tags .info_box .time {
  margin-top: 11px;
  font-size: 12px;
  color: #727272;
}

/*# sourceMappingURL=publish.css.map */
