.mainDetail {
    background-color: #F5F5F5;
}

#viewModelBox {
    height: auto;
    overflow-x: hidden;
}

.banner {
    background: linear-gradient(179deg, #DBF1FB 0%, #FFFFFF 100%);
    box-shadow: inset 0rem 0.03rem 0rem 0.01rem #FFFFFF;
    border-radius: 0.27rem 0.27rem 0.27rem 0.27rem;
    opacity: 1;
    margin: 0.27rem;
    padding: 0.31rem 0.27rem;
    box-sizing: border-box;
}

.tags1 {
    width: 1.73rem;
    height: 0.59rem;
    line-height: 0.59rem;
    text-align: center;
    background: linear-gradient(180deg, #FFCA84 0%, #FF9100 100%);
    border-radius: 0.33rem 0.33rem 0.33rem 0.33rem;
    color: #fff;
    margin-top: 0.04rem;
}

.tags2 {
    width: 1.2rem;
    height: 0.59rem;
    background: linear-gradient(175deg, #1DCEDE 0%, #13B0BE 100%);
    border-radius: 0.33rem 0.33rem 0.33rem 0.33rem;
    opacity: 1;
    line-height: 0.59rem;
    text-align: center;
    color: #fff;
    margin-top: 0.04rem;
}

.tags3 {
    width: 1.2rem;
    height: 0.59rem;
    background: linear-gradient(180deg, #03CAFD 0%, #307FFF 100%);
    border-radius: 0.33rem 0.33rem 0.33rem 0.33rem;
    opacity: 1;
    line-height: 0.59rem;
    text-align: center;
    color: #fff;
    margin-top: 0.04rem;
}

.typeP {
    background: #EBF2FF;
    color: #307FFF;
    display: inline-block;
    padding: 0.12rem 0.21rem;
    font-size: 0.32rem;
    border-radius: 0.11rem;
    margin-top: 0.31rem;
    margin-bottom: 0.27rem;
}

.baseName {
    line-height: 0.72rem;
    font-size: 0.48rem;
    width: 80%;
    margin-left: 0.08rem;
}

.info .infoLi {
    font-size: 0.32rem;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #999;
    line-height: 0.67rem;
}

.info .infoLi span {
    color: #333;
}

.info .infoLi:last-of-type {
    border-bottom: none;
}

.jsBox {
    height: 2.27rem;
    padding: 0.27rem;
    box-sizing: border-box;
    background-color: #fff;
    margin: 0.27rem;
    border-radius: 0.27rem;
}

.ccjd {
    width: 48%;
    height: 1.5rem;
    background: #F4F8FF;
    border-radius: 0.27rem 0.27rem 0.27rem 0.27rem;
    font-size: 0.32rem;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    text-align: center;
    padding-top: 0.29rem;
    line-height: 0.7rem;
}

.tzed {
    width: 48%;
    height: 1.5rem;
    background: rgba(255, 145, 0, 0.05);
    border-radius: 0.27rem 0.27rem 0.27rem 0.27rem;
    font-size: 0.32rem;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    text-align: center;
    padding-top: 0.29rem;
    line-height: 0.7rem;
}

.card {
    margin: 0 0.32rem 0.32rem;
    background-color: #fff;
    border-radius: 0.11rem;
    box-sizing: border-box;
}

.cardTitle {
    box-sizing: border-box;
    padding: 0.28rem 0.32rem;
    font-size: 0.4rem;
    border-bottom: 0.03rem solid #EEEEEE;
}

.cardTitle img {
    width: 0.11rem;
    height: 0.37rem;
    position: relative;
    top: 2px;
    margin-right: 0.27rem;
}

.cardTitle .cardBtnList img {
    width: 0.48rem;
    height: 0.48rem;
}

.cardTxt {
    box-sizing: border-box;
    padding: 0.32rem;
    font-size: 0.35rem;
    color: #666666;
    line-height: 0.56rem;
}

.cardTxt span,
.cardTxt p,
.cardTxt h1,
.cardTxt h2,
.cardTxt h3 {
    font-size: 0.35rem !important;
}

.cardTxt img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
}


.swiper {
    margin: 0.27rem;
}
.swiper .swiper-slide {
    width: 70%;
    height: 100%;
    box-sizing: border-box;
}
.swiper .swiper-slide img{
      width: 100%;
      height: 3.73rem;     
    border-radius: 0.27rem 0.27rem 0.27rem 0.27rem;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
.swiper .swiper-slide video{
      width: 100%;
      height: 3.73rem;     
    border-radius: 0.27rem 0.27rem 0.27rem 0.27rem;
    background: #333;
}
.zlTitle{
    display: inline-block;
    padding: 0 0.2rem;
    height: 0.72rem;
    line-height: 0.72rem;
    text-align: center;
    color: #fff;
    font-size: 0.32rem;
    background: linear-gradient(to right, #1677FF, #30c8ff);
    border-radius: 0 10px 0 10px;
    background-size: 100% 100%;
    margin: 0.2rem 0 0.32rem 0.32rem;
}
.pptUl li{
    line-height: 0.8rem;
    height: 0.8rem;
    padding-left: 0.27rem;
}
.pptUl li a{
    font-size: 0.32rem;
    color: #0052d9;
    display: block;
    padding-left: 0.6rem;
    background: url(../../../public/plugins/UEditor/dialogs/attachment/fileTypeImages/icon_ppt.gif) no-repeat left center;
}

