.layui-input {
    display: unset;
}
body{
    background-color: #fcfcfc;
}
.layui-carousel>[carousel-item]>*{
    background-color: #fff !important;
}

.nk_cell_one {
    font-size: 16px;
    float: left;
    width: 100%;
    text-align: center;
    background: #FFFFFF;
    color: gray;
    border-bottom: 2px solid #d6312c;
}

.address-ul li{
    padding-left: 60px;
}
.orderno-box {
    background-color: #F5F5F5;
    border-radius: 0.4rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 35px;
    margin: 10px;
}

.orderno-box img {
    width: 20px;
    height: 20px;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}

.orderno-box input {
    flex: 1;
    border: none;
    background-color: #F5F5F5;
    height: 100%;
    outline: none;
    padding-left: 20px;
    border-radius: 10px;
}

.category-box-l{
    float: left;
    width: 8%;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 10px;
}