
/* 围岩分级 */

.zhiku{
    padding: 0.84rem 0 0.8rem;
    box-sizing: border-box;
}
.zhiku .zhiku_title{
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 0.44rem;
    color: #FFFFFF;
    margin-bottom: 0.46rem;
}
.zhiku .zhiku_content{
    padding: 0 2rem;
    box-sizing: border-box;
}
.zhiku .zhiku_content,
.zhiku .zhiku_content p{
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 2;
    text-align: center;
}
.zhiku .zhiku_content *{
    color: #fff;
}
.zhiku .zhiku_content tr,
.zhiku .zhiku_content td,
.zhiku .zhiku_content th{
    border-color: #fff;
}
.zhiku .zhiku_content table{
    margin: 0 auto;
}










.zhiku_litpic{
    margin: 0.48rem 0;
    display: flex;
    gap: 0.34rem;
}
.zhiku_litpic .zhiku_img{
    width: calc(50% - 0.17rem);
    height: 5.87rem;
    overflow: hidden;
    position: relative;
}
.zhiku_litpic .zhiku_img::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
}
.zhiku_litpic .zhiku_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.zhiku_litpic .zhiku_img:hover img{
    transform: scale(1.1);
}

.zhiku_more{
    width: 4rem;
    height: 0.5rem;
    margin: 0.48rem auto 0;
    background: #FFFFFF;
    border-radius: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 0.18rem;
    color: #0098AF;
}






/* 常见问题 */
.wenti{
    padding: 0.6rem 0;
    box-sizing: border-box;
    background: #0098AF;
}
.wenti .wenti_title{
    width: 100%;
    text-align: center;
    margin-bottom: 0.2rem;
    font-weight: 600;
    font-size: 0.36rem;
    color: #FFFFFF;
}
.wenti .wenti_cont{
    width: 100%;
    text-align: center;
    margin-bottom: 0.24rem;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    letter-spacing: 0.02rem;
}
.wenti .wenti_form{
    height: 1.08rem;
}
.wenti .wenti_form>div{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 0.12rem;
}

.wenti .wenti_form>div.sty{
    position: fixed;
    top: 0.8rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    width: 100%;
    background: #0090a6;
    padding: 0.1rem 0;
}

.wenti .wenti_form form{
    width: 7.86rem;
    height: 0.56rem;
    background: #FFFFFF;
    border-radius: 0.06rem;
    border: 0.01rem solid #fff;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.wenti .wenti_form .form_key{
    width: 6.66rem;
    height: 100%;
    padding: 0.17rem 0.24rem;
    box-sizing: border-box;
    font-family: Arial;
    font-weight: 400;
    font-size: 0.16rem;
    color: #000;
}
.wenti .wenti_form .form_key::placeholder{
    color: #999999;
}
.wenti .wenti_form .submit{
    width: 1.2rem;
    height: 100%;
    background: #0098AF;
    font-family: Arial;
    font-weight: bold;
    font-size: 0.18rem;
    color: #FFFFFF;
    padding-left: 0.27rem;
    cursor: pointer;
}
.wenti .wenti_form .form_icon{
    position: absolute;
    width: 0.18rem;
    height: 0.18rem;
    object-fit: contain;
    right: 0.73rem;
    pointer-events: none; 
    filter: brightness(0) invert(1);
}
.wenti .wenti_form .wenti_more{
    width: 1.8rem;
    height: 0.56rem;
    background: #27B5CB;
    border-radius: 0.06rem;
    border: 0.01rem solid #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 0.18rem;
    color: #FFFFFF;
}
.wenti .wenti_form .wenti_more img{
    width: 0.2rem;
    height: 0.2rem;
    object-fit: contain;
    margin-left: 0.06rem;
    transition: all 0.5s;
}
.wenti .wenti_form .wenti_more:hover img{
    transform: rotate(45deg);
}
.wenti .wenti_num{
    width: 100%;
    text-align: center;
    font-size: 0.18rem;
    color: #fff;
    margin-top: 0.2rem;
}
.wenti .wenti_num span{
    font-weight: bold;
    margin: 0 0.05rem;
    font-size: 0.22rem;
}







.wenti_body{
    padding: 0.6rem 0 0.8rem;
    box-sizing: border-box;
}
.wenti_body .wenti_name{
    width: 100%;
    margin-bottom: 0.2rem;
    font-weight: 600;
    font-size: 0.36rem;
    color: #FFFFFF;
}
.wenti_body .wenti_tit{
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    margin-bottom: 0.48rem;
}
.wenti_body .wenda{
    display: flex;
    column-gap: 0.2rem;
    position: relative;
}
.wenti_body .wenda_fl{
    position: relative;
}
.wenti_body .wenda_fl .wenda_type{
    width: 2.8rem;
    position: sticky;
    top: 1rem;
}
.wenti_body .wenda_fl .wenda_type .type_name{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #0098AF;
    border-bottom: 0.01rem solid rgba(255,255,255,0.5);
    padding: 0.14rem 0.16rem;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
}
.wenti_body .wenda_fl .wenda_type .type_name i{
    display: block;
    width: 0.08rem;
    height: 0.12rem;
    background: url(../img/jiantou3.png) center no-repeat;
    background-size: contain;
}
.wenti_body .wenda_fl .wenda_type .type_name.act{
    font-weight: 600;
    color: #0098AF;
    background: #FFFFFF;
}
.wenti_body .wenda_fl .wenda_type .type_name.act i{
    background: url(../img/jiantou4.png) center no-repeat;
    background-size: contain;
}

.wenti_body .wenda_fr{
    padding-left: 0.76rem;
    width: calc(100% - 2rem);
    border-left: 0.01rem solid #fff;
} 
.wenti_body .wenda_fr .type_body{
    margin-top: 0.4rem;
    scroll-margin-top: 2rem;
}
.wenti_body .wenda_fr .type_body:first-child{
    margin-top: 0;
}
.type_body .type_title{
    width: fit-content;
    font-weight: bold;
    font-size: 0.24rem;
    color: #FFFFFF;
    padding: 0 0.38rem;
    margin-bottom: 0.2rem;
    position: relative;
}
.type_body .type_title::before,
.type_body .type_title::after{
    content: "";
    position: absolute;
    width: 0.28rem;
    height: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
}
.type_body .type_title::before{
    background: url(../img/QA_fl.png) center no-repeat;
    background-size: contain;
    left: 0;
}
.type_body .type_title::after{
    background: url(../img/QA_fr.png) center no-repeat;
    background-size: contain;
    right: 0;
}
.type_body .wenda_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.16rem;
}
.type_body .wenda_item{
    width: 100%;
}
.type_body .wenda_item .wenda_wen{
    width: 100%;
    font-weight: bold;
    font-size: 0.16rem;
    color: #FFFFFF;
    margin-bottom: 0.16rem;
}
.type_body .wenda_item .wenda_da{
    width: 100%;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 1.75;
}







/* 常见问题-修改 */
.wenda_left{
    width: 3.76rem;
    height: fit-content;
    background: #0098AF;
    
    position: sticky;
    top: 2.4rem;
}
.wenda_left form{
    width: calc(100% - 0.4rem);
    margin: 0.15rem 0.2rem;
    height: 0.4rem;
    background: #01A8C2;
    border-radius: 0.3rem;
    border: 0.01rem solid #24C9E2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wenda_left form input{
    width: calc(100% - 0.4rem);
    padding-left: 0.16rem;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
}
.wenda_left form input::placeholder{
    color: #fff;
}
.wenda_left form .submit{
    width: 0.18rem;
    height: 0.8rem;
    background: url(../img/search1.png) center no-repeat;
    background-size: contain;
    margin-right: 0.16rem;
}
.wenda_left .wd_class{
    width: 100%;
    background: rgba(0,0,0,0.15);
    font-family: Poppins-Bold;
    font-weight: bold;
    font-size: 0.18rem;
    color: #FFFFFF;
    padding: 0.12rem 0.3rem;
    box-sizing: border-box;
    position: relative;
    border-bottom: 0.01rem solid #ffffff2b;
}
.wenda_left .wd_class::before{
    content: "";
    position: absolute;
    width: 0.24rem;
    height: 0.24rem;
    background: url(../img/jiantou6.png) center no-repeat;
    background-size: contain;
    right: 0.3rem;
    transform: rotate(-90deg);
    transition: all 0.5s;
}
.wenda_left .wd_class.act::before{
    transform: rotate(0);
}
.wenda_left .wd_list{
    padding: 0.18rem 0.3rem;
    box-sizing: border-box;
    display: none;
}
.wenda_left .wd_item{
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    margin-bottom: 0.19rem;
}
.wenda_left .wd_item:last-child{
    margin-bottom: 0;
}


.wenda_right{
    width: calc(100% - 4.08rem);
}
.wenda_right .wd_box{
    width: 100%;
}
.wenda_right .wd_box_item{
    display: flex;
    justify-content: space-between;
    padding: 0.4rem 0.32rem 0.44rem 0.41rem;
    box-sizing: border-box;
    border-bottom: 0.01rem solid rgba(255,255,255,0.4);
}
.wenda_right .wd_box_item:hover{
    background: #02ACC6;
}
.wenda_right .wd_box_item .wd_box_img{
    width: 2.13rem;
    height: 1.6rem;
    overflow: hidden;
}
.wenda_right .wd_box_item .wd_box_txt{
    width: calc(100% - 2.36rem);
}
.wenda_right .wd_box_item .wd_box_txt .wd_box_title{
    font-weight: bold;
    font-size: 0.2rem;
    color: #FFFFFF;
    width: 100%;
    margin-bottom: 0.27rem;
}
.wenda_right .wd_box_item .wd_box_txt .wd_box_cont{
    width: 100%;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 2;
}
.wenda_right .wd_box_item .wd_box_txt .wd_box_key{
    display: flex;
    align-items: center;
    column-gap: 0.4rem;
    margin-top: 0.25rem;
}
.wenda_right .wd_box_item .wd_box_txt .wd_box_time,
.wenda_right .wd_box_item .wd_box_txt .wd_key_item{
    /*font-family: Arial, Arial;*/
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
}











/* 培训资料 */
.peixun{
    padding-top: 0.6rem;
    box-sizing: border-box;
}
.peixun .main{
    padding-bottom: 0.93rem;
   box-sizing: border-box;
}
.view_tab{
    display: flex;
    column-gap: 0.48rem;
}
.view_tab .tab_btn{
    min-width: 2rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.22rem;
    color: #FFFFFF;
    line-height: 1;
    padding: 0.18rem 0.34rem;
    border-radius: 0.3rem;
    border: 0.01rem solid #FFFFFF;
    cursor: pointer;
    position: relative;
    margin-bottom: 0.48rem;
}
.view_tab .tab_btn.act{
    color: #0098AF;
    background: #FFFFFF;
}
.view_tab .tab_btn.act::before{
    content: "";
    position: absolute;
    width: calc(100% + 0.2rem);
    height: calc(100% + 0.18rem);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.6);
    border-radius: 0.4rem;
    z-index: -1;
}





.peixun_list .peixun_item{
    width: 100%;
    height: auto;
    padding: 0.4rem;
    box-sizing: border-box;
    display: flex;
    column-gap: 0.48rem;
    position: relative;
}
.peixun_list .peixun_item::before{
    content: "";
    position: absolute;
    width: calc(100% - 0.8rem);
    height: 0.01rem;
    background: rgba(255,255,255,0.4);
    bottom: 0;
    left: 0.4rem;
}
.peixun_list .peixun_item .peixun_img{
    width: 3.73rem;
    height: 2.8rem;
    overflow: hidden;
}
.peixun_list .peixun_item .peixun_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.peixun_list .peixun_item .peixun_txt{
    width: calc(100% - 4.21rem);
    padding-top: 0.12rem;
    position: relative;
}
.peixun_list .peixun_item .peixun_title{
    font-weight: bold;
    font-size: 0.2rem;
    color: #FFFFFF;
    margin-bottom: 0.27rem;
}
.peixun_list .peixun_item .peixun_cont{
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 2.1;
}
.peixun_list .peixun_item .peixun_time{
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    position: absolute;
    bottom: 0.16rem;
}
.peixun_list .peixun_item:hover{
    background: #02ACC6;
}
.peixun_list .peixun_item:hover .peixun_img img{
    transform: scale(1.1);
}

.peixun_list2{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.35rem;
    row-gap: 0.35rem;
}
.peixun_list2 .peixun_item{
    width: calc(33.33% - 0.233rem);
    /*height: 3.7rem;*/
    border-radius: 0.12rem;
    overflow: hidden;
    cursor: pointer;
}
.peixun_list2 .peixun_item .peixun_img{
    width: 100%;
    height: 2.76rem;
    overflow: hidden;
    position: relative;
}
.peixun_list2 .peixun_item .peixun_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.peixun_list2 .peixun_item:hover .peixun_img img{
    transform: scale(1.1);
}
.peixun_list2 .peixun_item .peixun_txt{
    width: 100%;
    /*height: 0.94rem;*/
    /*background: #013038;*/
    background: #2FA9BE;
    padding: 0.2rem 0.24rem;
    box-sizing: border-box;
}
.peixun_list2 .peixun_item .peixun_title{
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 0.18rem;
    color: #FFFFFF;
    margin-bottom: 0.09rem;
      overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.peixun_list2 .peixun_item .peixun_cont{
    /*display: none;*/
    height: 0.2rem;
    font-size: 0.14rem;
    color: rgba(255,255,255,0.8);
    margin-bottom: 0.1rem;
}
.peixun_list2 .peixun_item .peixun_cont.ellipsis3{
    display: none;
}
.peixun_list2 .peixun_item .peixun_time{
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
}




.peixun_list2 .peixun_item.video2 .peixun_img::before {
    content: "";
    position: absolute;
    width: 0.56rem;
    height: 0.56rem;
    background: url(../img/video_icon.png) center no-repeat;
    background-size: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}











/* 培训资料详情 */
.view{
    padding: 0.4rem 0 0.8rem;
    box-sizing: border-box;
}
.view .main{
    max-width: 12rem;
}
.view_title{
    width: 100%;
    font-weight: bold;
    font-size: 0.32rem;
    color: #FFFFFF;
    text-align: center;
}
.view_txt{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 0.7rem;
    margin: 0.24rem auto 0.48rem;
}
.view_txt span{
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.16rem;
    color: rgba(255,255,255,0.8);
}
.view_content{
    padding: 0.48rem 0.4rem 0.6rem;
    box-sizing: border-box;
    border-top: 0.01rem solid #EDEDED;
    border-bottom: 0.01rem solid #EDEDED;
    margin-bottom: 0.19rem;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 2.5;
}
.view_content ul{
    list-style-type: disc;
}
.view_content p{
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 2.5;
    /*text-indent: 2em;*/
}
.view_content img{
    width: auto;
    max-width: 100%;
    display: inline;
}
.view_url{
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    margin-top: 0.16rem;
}








/* 视频 */
.video{
    padding: 0.6rem 0 1.07rem;
    box-sizing: border-box;
}
.video_body{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.35rem;
    row-gap: 0.35rem;
}
.video_item{
    width: calc(33.33% - 0.233rem);
    height: 3.7rem;
    border-radius: 0.12rem;
    overflow: hidden;
    cursor: pointer;
}
.video_item .video_img{
    width: 100%;
    height: 2.76rem;
    overflow: hidden;
    position: relative;
}
.video_item .video_img::before{
    content: "";
    position: absolute;
    width: 0.56rem;
    height: 0.56rem;
    background: url(../img/video_icon.png) center no-repeat;
    background-size: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.video_item .video_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.video_item:hover .video_img img{
    transform: scale(1.1);
}
.video_item .video_txt{
    width: 100%;
    height: 0.94rem;
    background: #2FA9BE;
    padding: 0.2rem 0.24rem;
    box-sizing: border-box;
}
.video_item .video_txt .video_title{
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 0.18rem;
    color: #FFFFFF;
    margin-bottom: 0.09rem;
}
.video_item .video_txt .video_time{
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
}








.video_pop{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 999;
    justify-content: center;
    align-items: center;
    display: none;
}
.video_pop.act{
    display: flex;
}
.video_view{
    width: 14.25rem;
    height: 8.7rem;
    background: #000000;
    border-radius: 0.2rem;
    border: 0.01rem solid #707070;
    padding: 0.63rem 0.39rem 0.49rem 0.36rem;
    box-sizing: border-box;
    position: relative;
}
.video_view .video_top{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 0.63rem;
    top: 0;
    left: 0;
    padding: 0 0.2rem 0 0.36rem;
}
.video_view .video_top .video_view_title{
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 0.16rem;
    color: #FFFFFF;
    position: relative;
    padding-left: 0.28rem;
    text-align: left;
}
.video_view .video_top .video_view_title::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.08rem;
    height: 0.16rem;
    background: url(../img/jiantou5.png) center no-repeat;
    background-size: contain;
    margin-right: 0.2rem;
}
.video_view .video_top .video_colse{
    width: 0.18rem;
    height: 0.18rem;
    cursor: pointer;
    display: flex;
}
.video_view .view_body{
    width: 100%;
    height: 100%;
}
.video_view .view_body video{
    width: 100%;
    height: 100%;
}






