[v-cloak] {
    display: none;
}

.clearfix::after {
    display: block;
    content: '';
    clear: both;
}

#cboxContent {
    background: transparent !important;
}
#cboxLoadedContent img {
    position: absolute;
}
#cboxClose {
    position: fixed;
    top: auto;
    bottom: 1.2rem;
    left: 50%;
    /*right: 0;*/
    margin: auto;
    margin-left: -0.31rem;
    padding: 0;
    width: 0.6rem;
    height: 0.6rem;
    box-sizing: border-box;
    border-radius: 50%;
    /*border: 2px solid #fff;*/
    /*border-right: 1px solid #fff;*/
    /*background: transparent;*/
    background: url("../../Image/StudentWorkCourse/MobileIndex/closeBtn.png") no-repeat center center/cover;
}
#cboxClose>p {
    position: absolute;
    top: 0;
    left: 0;
    width: 0.6rem;
    height: 0.6rem;

    text-align: center;
    color: #fff;
    font-size: 0.7rem;
    line-height: 0.5rem;
}
#cboxPrevious {
    position: absolute;
    top: -0.45rem;
    left: 0px;
    padding: 0;
    width: 0.69rem;
    height: 0.91rem;
    border: 0;
    background: url(../../Image/StudentWorkCourse/MobileIndex/part1/prevBtn.png) no-repeat center center/cover;
}
#cboxPrevious:hover {
    background-position: 0 !important;
}
#cboxNext {
    position: absolute;
    top: -0.45rem;
    left: auto;
    right: 0px;
    padding: 0;
    width: 0.69rem;
    height: 0.91rem;
    border: 0;
    background: url(../../Image/StudentWorkCourse/MobileIndex/part1/nextBtn.png) no-repeat center center/cover;
}
#cboxNext:hover {
    background-position: 0 !important;
}

.MoblieIndex_main {
    margin-top: 0.88rem;
}

.graduatesBox {
    width: 100%;
    background: #eee;
    overflow: hidden;
}

.graduatesBox > h2 {
    margin: auto;
    padding: 0.2rem 0;
    font-size: 0.4rem;
    font-weight: normal;
    color: #2c2c2c;
    text-align: center;
}

.graduatesListBox {
    position: relative;
    width: 6.9rem;
    height: 50rem;
    overflow: hidden;
    margin: 0 auto;
}

.graduatesListBox .videoTime {
    bottom: 0.18rem;
}

.graduatesListBox > li {
    display: block;
    position: absolute;
    left: 1.77rem;
    top: -500px;
    right: 0;
    padding-bottom: 0.18rem;
    width: 3.36rem;
    transition: left,right,top 0.3s linear;
}
.graduatesListBox > li > a {
    display: block;
    width: 100%;
}
.graduatesListBox > li > a > img {
    width: 100%;
    border-radius: 10px;
}

.graduatesListMoreButton {
    width: 6.9rem;
    height: 1rem;
    background: #eee;
    border-radius: 10px;
    margin: 0.2rem auto 1.2rem;
}
.graduatesListMoreButton a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0.28rem;
    color: #2c2c2c;
    text-align: center;
    line-height: 1rem;
}

.graduatesListButton {
    width: 2.84rem;
    height: 0.7rem;
    background: #1c1c1c;
    border-radius: 25px;
    margin: 0.4rem auto 1.2rem;
}
.graduatesListButton a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0.28rem;
    color: #fff;
    text-align: center;
    line-height: 0.7rem;
}