@charset "UTF-8";
@import url(./public.css);
@import url(./homePage1.css);
@import url(./MusicQuiz.css);
.main{
    background:#FFFFFF !important;
}
.productDisplay{
    width: 100%;
}
.productDisplayInfo-title{
    margin-top:50px;
    width: 22%;
    margin-bottom: 35px;
}
.InfoList{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.InfoList-item{
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #dfd8d8;
}
.item-div:hover{
    font-size: 19px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF !important;
    background-color: #000;
}
.InfoList-item .item-div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 55px;
    font-size: 16px;
    /* padding-left:16px; */
}
    .InfoList-item .item-div span {
        min-width: 255px;
        height: 55px;
        line-height: 55px;
        cursor: pointer;
        text-indent: 18px;
    }
    .itemimg {
        width: 10px;
        height: 10px;
        transition: transform 0.8s;
        -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
        border-top: 0.02rem solid #787171;
        border-right: 0.02rem solid #827e7e;
        transform: rotate(45deg);
        cursor:pointer;
        margin-right: 15px;

    }
.LM1{
    width: 95%;
}
.navlist{
    height: 36px;
    text-indent: 25px;
    /* background: #767171; */
    /* border-bottom: 1px solid #8b8484; */
    transition: text-indent 0.15s, height 0.3s;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor:pointer;
}
.navlist span {
    font-size: 14px;
    color: #000;
}
.lil_arrow {
    width: 10px;
    height: 10px;
    transition: transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-top: 0.02rem solid #787171;
    border-right: 0.02rem solid #827e7e;
    transform: rotate(45deg);
    margin-right: 10px;
}
.InfoList-item:last-child{
    border-bottom: none;
}
.all{
    font-size: 19px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF !important;
    background-color: #000;
    padding: 0;
    /* padding-right:10px; */
    border-radius: 3px;
    box-sizing:content-box;
}
.all-li1{
    margin-left: 20px;
}
.all-li2{
    padding: 9px 24px 9px 0 !important;
}
.all-li3{
    margin-left: 13px;
}
.productDisplayInfo-list{
    width: 80%;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    margin: 0 0 80px 31px;
}
.productDisplayInfo-item{
    width: 315px;
    height: 315px;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    display: flex;
    flex-direction: column;
    margin: 50px 27px 0 0;
    cursor:pointer
}
.productDisplayInfo-item img{
    width: 214px;
    height: 214px;
    margin: 23px auto;
    object-fit: contain;
}
.productDisplayInfo-item span{
    width: 100%;
    height: 54px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000FF;
    line-height: 54px;
    padding-left: 37px;
    box-sizing: border-box;
    border-top: 1px solid #f2f2f2;
}
.roductDisplay-sp1{
    background: #8f8d8d;
    color: #fff !important;
}



