img {
    vertical-align: middle;
}

.breadcrumb > li + li:before {
    content: ">" !important;
    padding: 0 !important;
    padding-right: 0.05rem !important;
    color: #ccc;
}

.breadcrumb {
    padding: 0.32rem 0 0.84rem;
    background: none;
    margin: 0;
}

.breadcrumb .breadcrumb-item {
    padding-left: 0.05rem !important;
    font-size: 0.14rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    opacity: 1;
}

.breadcrumb .breadcrumb-item:first-of-type {
    padding-left: 0 !important;
}

.breadcrumb .breadcrumb-item a {
    color: #999999;
}

.breadcrumb .breadcrumb-item.active {
    color: #333333;
}

/*--------------------------*/

.product-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap:0.2rem;
    margin-bottom: 0.4rem;
    margin-top: 0.6rem;
}

.product-item{
    padding: 0 0.28rem;
    height: 0.6rem;
    border-radius: 10px;
    background: #FFFFFF;
    /* 阴影/低阴影 */
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
    font-family: Montserrat;
    font-size: 0.3rem;
    font-weight: 500;
    line-height: 0.6rem;
    letter-spacing: 0.1em;
    color: #BF2A32;
}

.product-item-active{
    background: #BF2A32;
    color: white;
}

.studentcase .stu-header {
    width: 100%;
    height: 5rem;
    background-image: url("/static/img/studentcase/banner0.png");
    background-size: cover;
    background-position: center;
}
.studentcase .stu-header .bg-img {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.46);
    display: flex;
    align-items: center;
    justify-content: center;
}
.studentcase .stu-header .bg-img h1{
    font-family: Montserrat;
    margin-top: 0.6rem;
    font-size: 0.64rem;
    font-weight: 900;
    line-height: 0.8rem;
    text-align: center;
    letter-spacing: 0.18em;
    color: #FFFFFF;
}
.studentcase .stu-main {

}

.studentcase .stu-main .main-list-one {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.main-list-one-mb {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.32;
    border-radius: 0.12rem;
}
.studentcase .stu-main .main-list-one li {
    position: relative;
    width: 3.7rem;
    height: 4.93rem;
    text-align: center;
    background-image: url("/static/img/studentcase/list-bg1.png");
    background-size: cover;
    margin-bottom: 0.4rem;
}

.studentcase .stu-main .main-list-one li:nth-of-type(3n - 1) {
    margin: 0 0.45rem;
}
.studentcase .stu-main ul.main-list-one h4 {
    position: relative;
    z-index: 2;
    height: 0.28rem;
    font-size: 0.28rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 0.28rem;
    text-align: center;
    margin-top: 0.24rem;
    color: #FFFFFF;
    opacity: 1;
}

.studentcase .stu-main ul.main-list-one li>e {
    position: relative;
    z-index: 2;
    display: block;
    height: 0.2rem;
    line-height: 0.2rem;
    font-size: 0.2rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0.22rem 0;
}

.studentcase .stu-main ul.main-list-one img {
    position: relative;
    width: 2.7rem;
    /*height: 3.6rem;*/
    z-index: 2;
}


.studentcase .stu-main ul.main-list-one .main-list-one-zzc {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 0.4rem;
    border-radius: 0.1rem;
    background-color: #ce2934;
    transition: all 0.5s;
    opacity: 0.87;
    z-index: 4;
    display: none;
}

.studentcase .stu-main ul.main-list-one .main-list-one-zzc h4 {
    margin-bottom: 0.64rem;
}
.studentcase .stu-main ul.main-list-one .main-list-one-zzc a:hover{
    text-decoration: none !important;
}

.studentcase .stu-main ul.main-list-one table {
    border-collapse: collapse;
    font-size: 0.33rem;
    font-family: Source Han Sans CN;
    line-height: 0.33rem;
    color: #FFFFFF;
    opacity: 1;
}

.studentcase table tr td:nth-of-type(1) {
    text-align: left;
    white-space: nowrap;
    height: 0.18rem;
    line-height: 0.18rem;
    font-size: 0.18rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    opacity: 1;
}

.studentcase table tr.h27 {
    height: 0.23rem;
}

.studentcase table tr td:nth-of-type(2) {
    height: 0.14rem;
    line-height: 0.14rem;
    font-size: 0.14rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #F3F3F3;
    opacity: 1;
    text-align: left;
}
.studentcase table tr td p{
    height: 0.16rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.studentcase .stu-main ul.main-list-one .main-list-one-zzc .toLook {
    width: 1.42rem;
    height: 0.36rem;
    margin: 0.33rem auto 0;
    font-size: 0.2rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 0.36rem;
    text-align: center;
    border: 0.01rem solid #FFFFFF;
    border-radius: 0.06rem;
    color: #FFFFFF;
    opacity: 1;
}

.studentcase .stu-main ul.main-list-one .main-list-one-zzc .toLook img {
    width: 0.12rem;
    height: 0.12rem;
    margin-bottom: 0.04rem;
}
.studentcase .stu-main .change-list {
    width: 100%;
    height: 0.35rem;
    text-align: center;
    line-height: 0.35rem;
    margin-top: 0.08rem;
    display: flex;
    justify-content: center;
}

.studentcase .stu-main .change-list a {
    display: block;
    width: 0.35rem;
    height: 0.35rem;
    font-size: 0.14rem;
    text-align: center;
    color: #fff;
    background: #BBBBBB;
    margin: 0 0.24rem;
    border-radius: 50%;
    opacity: 1;
}

.studentcase .stu-main .change-list a:hover {
    background: #CB2933;
    text-decoration: none;
}