.buymorefind {
    width: 160px;
    height: 57px;
    border: 2px solid #000000;
    margin: 0 auto;
    margin-top: 50px;
    cursor: pointer;
}

.buymorefind:hover {
    border-color: #EB6100;
}

.buymorefind:hover>p {
    color: #EB6100;
}

.buymorefind:hover>span {
    color: #EB6100;
}

/* 消费入口 */
.buyinfo {
    height: 1015px;
    background: #252834;
}

.buymorefind>p {

    font-size: 18px;
    font-weight: 400;
    font-family: Source Han Sans CN;
    color: #010101;
}

.buymorefind>span {
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #010101;
}

.content-title>.title-item {
    width: 238px;
    height: 73px;
    background: #FFFFFF;
    box-shadow: 0px 6px 8px 0px rgba(1, 4, 12, 0.14);

}



.items>.item {
    height: 100px;
    border-bottom: 1px solid #B9B8BD;
}

.items>.item:hover {
    cursor: pointer;
}

.items>.item>h4 {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #3B3B3B;
}

.items>.item>p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    line-height: 40px;
    color: #8C8C8C;
}

.items>.item>span {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #B9B8BD;

}

.item-i {
    box-sizing: border-box;
}

.item-i-active {
    border-bottom: 3px solid #EB6100;
}