.cont {
    width: 1350px;
    margin: 55px auto 0;
}

.cont ul {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 100px;
}

.cont ul img {
    width: 315px;
    height: 127px;
    cursor: pointer;
}

.cont ol {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cont ol li {
    width: 223px;
    font-family: FZLSJW;
    font-size: 33px;
    color: #994A1A;
    text-shadow: 2px 5px 8px rgba(153, 74, 26, 0.65);
    text-align: center;
}

.cont ol li p {
    line-height: 44px;
    display: inline;
    cursor: pointer;
}

.cont ol li img {
    width: 100%;
    display: block;
    opacity: 0;
}

.ol_li_select img {
    opacity: 1 !important;
}

.ol_li_select p {
    color: #92141C;
}



.goodsBcak {
    width: 1127px;
    height: 1107px;
    margin: 80px auto;
    background-image: url('https://kchi.obs.cn-north-4.myhuaweicloud.com/lnjindan_n/brandCenter/back.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}

.goodsBcak .goodsList {
    margin: 120px 100px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0 28px
}

.goodsBcak .goodsList ul {
    overflow: hidden;
    margin-bottom: 40px;
    cursor: pointer;
}

.goodsBcak .goodsList ul li:first-child {
    width: 290px;
    height: 212px;
    background-image: url('https://kchi.obs.cn-north-4.myhuaweicloud.com/lnjindan_n/brandCenter/goodsBox.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}

.goodsBcak .goodsList ul img {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.goodsBcak .goodsList ul li:last-child {
    font-size: 18px;
    color: #64491F;
    margin-top: 5px;
    text-align: center;
}


#layuiPage {
    text-align: center;
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
}






.zhezhao {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.messageBox {
    width: 574px;
    height: 576px;
    overflow: hidden;
    background: url('https://kchi.obs.cn-north-4.myhuaweicloud.com/lnjindan_n/brandCenter/goodsDetailsBox.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 101;

}


.messageBox p:first-of-type {
    font-size: 28px;
    color: #64491F;
    margin-top: 40px;
}

.messageBox .info {
    width: 514px;
    height: 75%;
    margin: 20px auto 30px;
    overflow-y: auto;

}

.messageBox .info p {
    font-size: 18px;
    line-height: 23px;
    width: 514px;
    margin-top: 10px;
    text-align: left;
    color: #333333;
}

.messageBox .info p b {
    display: inline-block;
    width: 125px;
    vertical-align: top;
}

.messageBox .info p span {
    display: inline-block;
    width: 385px;
    text-align: justify
}