
.h5-course-plan{
    padding: 1.5rem;
    position: relative;
    margin-top: 2rem;
    background-color: #fff;
    overflow: hidden;
}
.h5-course-plan .courses-bg{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: auto;
    opacity: 0.1;
    text-align: right;
}

.h5-course-tit{
    text-align: center;
    font-size: 2rem;
    color: #e43e3f;
    margin-bottom: 1rem;
}

.bg-f8f8f8{
    background-color: #f8f8f8;
}

.h5-course-plan .signup-btn{
    background:none;
    color: #666;
    font-size: 1.5rem;
    margin: 0 auto;
    text-align: center;
    display: block;
    text-align: center;
}

/* 课程维度 */
.evaluate360{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    margin-bottom: 1.5rem;
    height: auto;
    position: relative;
}
.evaluate360 .eval-btn{
    background-color: #fefefe;
    border: 1px solid #dcdcdc;
    display: inline-block;
    padding: 0.9375rem 1.5625rem;
    border-radius: 0.625rem;
    font-size: 1.5rem;
    box-shadow:0.3125rem 0.4375rem 1.3125rem rgba(111,111,111,0.1);
}
.evaluate360 .eval-btn span{
    font-size: 1.5rem;
    color: #707070;
}
.evaluate360 .eval-btn i{
    font-style: normal;
}

.h5-course-subtit{
    text-align: center;
}

.h5-evaluate360{
    background-color: #fff;
    margin-top: 1.5rem;
    padding: 1.5rem;
}
.h5-img{
    margin: 1.5rem 0;
    text-align: center;
}
.h5-img img{
    width: 90%;
}
.evaluate360 .eval-btn{
    font-size: 1rem;
    padding: 0.5rem 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    box-shadow: none;
}


/* 课程认证计划流程 */
.process-pointer ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.process-pointer ul li{
    background-color: #fff;
    width: calc(50% - 10px);
    box-sizing: border-box;
    height: 11.25rem;
    margin-bottom: 2.5rem;
    padding: 1rem;
    border-radius: 0.625rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow:1rem 5px 2rem 0  rgba(168,168,168,0.07);
}
.process-pointer ul li .h1{
    display: flex;
    align-items: center;
}
.process-pointer ul li .h1 .title{
    height: 4.4375rem;
    color: #333;
    font-size: 1.375rem;
    display: inline-flex;
    align-items: center;
    margin-left: 1.25rem;
}
.process-pointer ul li .h1 .acpfont{
    font-size: 2.5rem;
    color: #ce0000;
}
.process-pointer ul li:hover .h1 .acpfont{
    color: #ce0000;
}
.process-pointer ul li .desc{
    font-size: 0.875rem;

    color: #666;
}
.process-pointer ul li:hover .desc{
    color: #333;
    display: flex;
    align-items: flex-end;
}
.process-pointer ul li:nth-child(1) .h1 .title{
    background: url("../../static/images/num-gray-1.png") no-repeat center center ;
}
.process-pointer ul li:nth-child(2) .h1 .title{
    background: url("../../static/images/num-gray-2.png") no-repeat center center;
}
.process-pointer ul li:nth-child(3) .h1 .title{
    background: url("../../static/images/num-gray-3.png") no-repeat center center;
}
.process-pointer ul li:nth-child(4) .h1 .title{
    background: url("../../static/images/num-gray-4.png") no-repeat center center;
}
.process-pointer ul li:nth-child(5) .h1 .title{
    background: url("../../static/images/num-gray-5.png") no-repeat center center;
}
.process-pointer ul li:nth-child(6) .h1 .title{
    background: url("../../static/images/num-gray-6.png") no-repeat center center;
}
.process-pointer ul li:nth-child(7) .h1 .title{
    background: url("../../static/images/num-gray-7.png") no-repeat center center;
}
.process-pointer ul li:nth-child(8) .h1 .title{
    background: url("../../static/images/num-gray-8.png") no-repeat center center;
}
.process-pointer ul li:nth-child(1):hover .h1 .title{
    background: url("../../static/images/num-red-1.png") no-repeat center center;
}
.process-pointer ul li:nth-child(2):hover .h1 .title{
    background: url("../../static/images/num-red-2.png") no-repeat center center;
}
.process-pointer ul li:nth-child(3):hover .h1 .title{
    background: url("../../static/images/num-red-3.png") no-repeat center center;
}
.process-pointer ul li:nth-child(4):hover .h1 .title{
    background: url("../../static/images/num-red-4.png") no-repeat center center;
}
.process-pointer ul li:nth-child(5):hover .h1 .title{
    background: url("../../static/images/num-red-5.png") no-repeat center center;
}
.process-pointer ul li:nth-child(6):hover .h1 .title{
    background: url("../../static/images/num-red-6.png") no-repeat center center;
}
.process-pointer ul li:nth-child(7):hover .h1 .title{
    background: url("../../static/images/num-red-7.png") no-repeat center center;
}
.process-pointer ul li:nth-child(8):hover .h1 .title{
    background: url("../../static/images/num-red-8.png") no-repeat center center;
}
.process-pointer ul li .h1 .title{
    background-size: auto 100% !important;
}


.process-pointer ul li .number{
    background: linear-gradient(145deg,#e10505,#eb3232);
    height: 2.5rem;
    width:2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #fff;
    position: absolute;
    right: -0.625rem;
    bottom: -0.625rem;
    box-shadow:0.9375rem 0 1.8125rem rgba(168,168,168,0.07);
}

.cert-desc{
    text-align: center;
    margin-top: 10px;
}
.h5-link{
    text-align: center;
    margin-top: 1rem;
    font-size: 1.2rem;
}



.cert-item{
    background-color: #fff;
    margin-bottom: 1.25rem;
    border-radius: 0.625rem;
    display: flex;
}
.cert-item .cert-img{
    width: 35%;
    height:10rem;
    position: relative;
    background-color: #e6e6e6;
    border-radius:0.5rem 0 0 0.5rem ;
    overflow: hidden;
}
.cert-item .cert-img  span{
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    font-size:0.875rem;
    padding:0.3125rem 0.5rem 0.3125rem 0.625rem;
    position: absolute;
    right: 0;
    top: 0.875rem;
    border-radius:0.5rem 0 0 0.5rem ;
    display:inline-block;
    z-index: 3;
}

.cert-item .cert-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.625rem 0 0 0.625rem;
    transition: all 0.2s;
    position: relative;
    z-index: 1;
}
.cert-item .cert-img:hover img{
    transform: scale(1.2);
}
.cert-item .cert-text{
    flex: 1;
}
.cert-item .cert-text .h1{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    font-size: 1.2rem;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    ext-overflow:ellipsis
}
.cert-item .cert-text .info{
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.cert-item .cert-text .info .text .h2{
    font-size: 0.875rem;
    color: #999;

}
.cert-item .cert-text .info .text .id{
    font-size: 8px;
    margin-top: 3px;
    color: #744c00;
    background:linear-gradient(to right,#f4dbab,#f4dbab);
    display: inline-block;
    border-radius: 0.25rem;
    padding:  0.25rem 0.625rem;
    overflow: hidden;
    white-space: nowrap;
    width: 8rem;
}
.cert-item{
    margin-top: 2rem;
}
.cert-item .cert-text .from{
    padding-left: 1rem;
    padding-right: 1rem;
    height: 3rem;

    border-top: 0.0625rem solid #ebebeb;
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #999;

}
.cert-item .cert-text .from .minilogo{
    height: 1.25rem;
    margin-right: 0.625rem;
}
.cert-item .cert-text .view{
    padding-bottom: 0.5rem;
}
.cert-item .cert-text .view a{
    color: #e43e3f;
    font-size: 1.2rem;
    white-space: nowrap;

}

.h5-cert-list-bg{
    background: url("../images/certitem-bg.jpg") no-repeat center bottom;
    background-size: 100% auto;
}


.ready .flex-box{
    font-size: 1rem;
}