.hot-dropdown-item {
    width: 48%;
}

.dropdown-product-col-left .other-list {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
    width: 100%;
}

.other-list li {
    display: flex;
}

.other-list-right {
    display: flex;
    position: relative;
}

.dropdown-product-col-left .other-list li a {
    font-size: 14px;
    color: #262626;
}

.other-list-right-title {
    line-height: 30px;
    font-weight: 700;
}

.other-list-right-box {
    height: 20px;
    width: 70px;
    position: absolute;
    left: 90px;
    top: 4px;
    border: 1px solid #FF0000;
    border-radius: 5px;
    text-align: center;
    line-height: 17px;
    color: #FF0000;
}

.item-box {
    display: flex;
    /* width: 85%; */
    height: 90%;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-around;
}

.dropdown-product-col-left {
    display: flex;
    float: left;
    width: 66%;
    box-sizing: border-box;
    margin-top: 7px;
    justify-content: space-around;
}

.solid {
    width: 98%;
    height: 2px;
    background-color: #EDEDED;
    margin-top: 10px;
}

.other-list li img {
    height: 60px;
    width: 60px;
    max-width: 60px;
    max-height: 60px;
}

.item-box>ul:nth-of-type(-n+2) {
    width: 50%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.item-box>ul:nth-of-type(n+3) {
    width: 50%;
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.product-right-box {
    display: block;
    height: 151px;
    width: 270px;
    background: url(./img/042ad4fc8aaa46f18388c3ca8361cf24.png) no-repeat;
    background-size: 270px;
    font-size: 12px;
}

.text-box {
    padding-top: 30px;
    padding-left: 30px;
}

.product-right-box-title {
    font-size: 14px;
    font-weight: 700;
}