.hc-banner {
    position: relative;
}

.hc-banner>img {
    width: 100%;
    min-height: 200px;
    object-fit: cover;
}

.hc-baner-descbox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.hc-baner-desc {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.hc-baner-p1 {
    margin-bottom: 0.43rem;
}

.hc-baner-p1>img {
    width: 2rem;
}

.hc-baner-p2 {
    font-size: 0.24rem;
    font-weight: 300;
    color: #F3F3F3;
}

.hc-baner-btnlist {
    display: flex;
    margin-top: 0.48rem;
}

.hc-baner-btnlist a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.11rem;
    height: 0.36rem;
    min-width: 90px;
    min-height: 30px;
    border-radius: 2px;
    color: #fff;
}

.hc-baner-btnlist .hc-apply-btn {
    background: linear-gradient(135deg, #1E8CEC 0%, #18B1E5 0%, #2468F2 100%);
    margin-right: 16px;
}

/* 模块1 */
.hc_block1 {
    padding: 0.8rem 0;
}

.hc_block1_main {
    display: flex;
    justify-content: center;
}

.hc_block1_list {
    position: relative;
}

.hc_block1_list.right {
    width: 7rem;
}

.hc_block1_list.left {
    width: 4.98rem;
}

.hc_block1_list img {
    width: 100%;

}

.hc_block1_item {
    display: block;
    position: relative;
}

.hc_block1_item>img {
    border: 1px solid #E3E3E3;
}

.hc_block1_item:first-child>img {
    border-bottom: none;
}

.hc_block1_item .hc_block1_item_icon {
    width: auto;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
}

.hc_block1_btn .hc_see_detail {
    display: inline-block;
    padding: 10px 16px;
    font-size: 12px;
    color: #333;
    background-color: #fff;
    border: 1px solid #E3E3E3;
    border-radius: 3px;
    position: absolute;
    right: 21px;
    bottom: 21px;
    cursor: pointer;
}

.hc_block1_right_title {
    position: absolute;
    top: 0.3rem;
    left: 0.28rem;
    font-weight: bold;
    color: #fff;
    font-size: 0.24rem;
}

.hc_block1_right_desc {
    width: 4.25rem;
    position: absolute;
    top: 0.74rem;
    left: 0.28rem;
    padding: 9px 10px;
}

.hc_block1_right_desc p {
    color: #333;
    font-weight: 400;
    font-size: 0.18rem;
}

.hc_block1_item_title {

    position: absolute;
    left: 0.48rem;
    top: 0.3rem;
    font-size: 0.2rem;
    font-weight: bold;
    color: #333333;
}

/*  */
.hc_block2 {
    padding: 0.8rem 0 0.4rem;
    background: #F5F7FC;
}

.hc_block2_title {
    font-size: 0.3rem;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin-bottom: 0.46rem;
}

.hc_block2_item {
    position: relative;
    display: flex;
    margin-bottom: 0.4rem;
}

.hc_block2_item>img {
    width: 100%;
}

.hc_block2_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 15%;
}

.hc_block2_docs_title {
    font-size: 0.18rem;
    color: #222;
    margin-bottom: 15px;
}

.hc_block2_docs_desc {
    font-size: 0.14rem;
    color: #777;
}
.videoTutorial_block1 {
  padding: 0.8rem 0;
}

.videoTutorial_block1_ctn {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.videoTutorial_block1_title {
  font-size: 0.3rem;
  font-weight: 400;
  color: #333333;
  text-align: center;
}

.videoTutorial_block1_main {
  padding-top: 0.9rem;
}

.videoTutorial_block1_item {
  border: 1px solid #E3E3E3;
  padding: 0 0.2rem 0.2rem;
  font-size: 0.14rem;
  margin-bottom: 0.58rem;
  transition: all .5s;
}

.videoTutorial_block1_item:hover {
  border: 1px solid #E3E3E3;
  box-shadow: 0px 14px 65px 0px #DBE0F5;
  transform: translateY(-0.08rem);
}

.videoTutorial_block1_item_top {
  display: flex;
}

.videoTutorial_block1_item_img {
  position: relative;
  flex: 1;
  padding-right: 0.15rem;
}

.videoTutorial_block1_cover {
  width: 100%;
  position: relative;
  top: -0.2rem;
  max-height: 150px;
  object-fit: cover;
}

.videoTutorial_block1_titlebg {
  position: absolute;
  top: 0;
  left: -5px;
}

.videoTutorial_block1_titlebg_text {
  color: #FFFFFF;
  font-size: 0.14rem;
  position: absolute;
  top: 6px;
  left: 6px;
}

.videoTutorial_block1_docs {
  flex: 1;
}

.videoTutorial_block1_item_bottom {
  display: flex;
  justify-content: space-between;
}

.videoTutorial_block1_item_title {
  font-size: 0.18rem;
  font-weight: 400;
  color: #333333;
  margin-top: 0.24rem;
}

.videoTutorial_block1_item_tiem {
  display: flex;
  align-items: center;
  margin-top: 0.24rem;
}

.videoTutorial_block1_item_tiem img {
  width: 0.25rem;
  margin-right: 0.1rem;
}

.videoTutorial_block1_item_tiem span {
  font-size: 0.14rem;
  font-weight: 300;
  color: #666666;
}

.videoTutorial_block1_item_see {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.1rem;
}

.videoTutorial_block1_item_num {
  font-size: 0.14rem;
  font-weight: 300;
  color: #999;
}

.videoTutorial_block1_item_see .videoTutorial_block1_item_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.16rem;
  background: #2272F0;
  cursor: pointer;
  padding: 10px 12px;
  zoom: 0.8;
}

.videoTutorial_block_item_tags {
  display: flex;
  padding: 0 0.1rem;
}

.videoTutorial_block_item_tag {
  font-size: 0.18rem;
  line-height: 0.48rem;
  padding: 0 0.16rem;
  color: #666666;
  cursor: pointer;
  zoom: 0.9;
  max-width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.videoTutorial_block_item_tag.videoTutorial_more {
  padding-top: 0.03rem;
}

.videoTutorial_block_item_tag.videoTutorial_more i {
  font-size: 0.26rem;
}

@media (max-width:767px) {
  .videoTutorial_block1_title {
    font-size: 16px;
  }
}
@media (max-width:992px) {
    .hc_block1_main {
        flex-direction: column;
    }

    .hc_block1_list {
        width: 100% !important;
    }

    .hc_block1_right_desc {
        width: 240px;
    }

    .hc_block1_item_title, .hc_block1_right_title, .hc_block2_title {
        font-size: 16px;
    }

    .hc_block1_right_desc {
        top: 40px;
    }
}