@charset "UTF-8";
.img-text-btn-box {
  height: 450px;
}

.img-text-btn-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
.img-text-btn-wrapper .img-text-btn-channel-title {
  font-size: 38px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 53px;
  font-style: normal;
  text-align: center;
  margin-bottom: 80px;
  font-weight: 600;
}
.img-text-btn-wrapper .img-text-btn-cont {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.img-text-btn-wrapper .img-text-btn-cont .img-text-btn-text {
  font-size: 24px;
  line-height: 33px;
  min-width: 970px;
  max-width: 1000px;
  word-wrap: break-word;
  overflow-wrap: break-word; /* 更加现代的写法 */
  margin-bottom: 40px;
}
.img-text-btn-wrapper .img-text-btn-cont .img-text-btn-btn {
  width: 124px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  border: 1px solid #FFFFFF;
  opacity: 0.8;
  font-size: 16px;
  color: #1060BC;
  line-height: 35px;
}
.img-text-btn-wrapper .img-text-btn-cont .img-text-btn-btn:hover {
  transition: 0.1s;
  border: 1px solid #1D9AFE !important;
}
.img-text-btn-wrapper .img-text-btn-cont .img-text-btn-btn:hover a {
  cursor: pointer;
  color: #1D9AFE !important;
  transition: 0.1s;
}

/*# sourceMappingURL=index.css.map */
