.navbar-nav>li>a {
    font-size: 16px;
}

.rows {
    transform: translateY(-20px);
}

.navs {
    border: none;
}

.qualifications {
    color: rgb(187, 4, 4);
    height: 50px;
    border: 1.5px solid rgb(187, 4, 4);
    border-radius: 10px;
    padding: 0 20px;
    display: inline-block;
    line-height: 48px;
    position: relative;
}

.qualifications img {
    margin-right: 10px;
}

.captions {
    padding-left: 0 !important;
    position: relative;
}

.captions .more {
    color: black;
    border: 1px solid rgb(154, 154, 154);
    font-size: 12px;
    margin-top: 30px;
    margin-left: 480px;
}

.newItem {
    align-items: center;
    width: 100%;
    height: 75px;
    margin-top: 30px;
}

.newItem .reds {
    background-color: rgb(187, 4, 4);
    width: 75px;
    height: 75px;
    border-radius: 10px;
}

.newText {
    height: 75px;
}

.newItem .reds>div {
    color: white;
    text-align: center;
    padding: 10px;
}

footer {
    width: 100%;
    /* height: 800px; */
    background-color: #1B2023;
    color: white;
    padding: 20px;
}

footer .dflex {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.dflexs {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}

li {
    list-style: none;
    height: 40px;
}

.dflexs ul li:nth-of-type(1) {
    font-size: 16px;
}

.wx {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width:768px) {
    footer {
        width: 100%;
        height: 900px;
        background-color: #1B2023;
        color: white;
        padding: 20px;
    }
}

.loginfixed .top {
    width: 50px;
    height: 150px;
    background-color: #BB0404;
    border-radius: 10px;
}

.loginfixed .bottom {
    width: 50px;
    height: 50px;
    background-color: #BB0404;
    border-radius: 10px;
    margin-top: 10px;
    text-align: center;
    line-height: 50px;
}

.loginfixed .top img {
    margin: 10px;
}

.loginfixed {
    position: absolute;
    right: 20px;
    top: 300px;
}

.fixed {
    position: fixed;
    float: right;
    top: 20%;
    right: 0px;
    z-index: 999;
}

.fixed .top {
    width: 50px;
    background-color: #BB0404;
    border-radius: 10px;
    padding: 5px 0;
}

.fixed .top .imgse {
    position: relative;
    width: 30px;
    padding: 10px 0;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
    text-align: center;
}

.fixed .top .imgse:last-child {
    border: none !important;
}

.fixed .top .imgse > img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.fixed .bottom {
    width: 50px;
    height: 50px;
    background-color: #BB0404;
    border-radius: 10px;
    margin-top: 10px;
    text-align: center;
    line-height: 50px;
}

.login,
.logins {
    width: 336px;
    height: 267px;
    background-color: #fff;
    text-align: center;
    position: absolute;
    border-radius: 5px;
    top: 150px;
    right: 250px;
    padding: 20px;
}

.logins>div {
    margin-top: 10px;
}

.logins .btns {
    background-color: #BB0404;
    width: 62%;
    border: none;
    color: white;
    height: 25px;
    line-height: 25px;
    outline: none;
}

.logins .btn {
    width: 80px;
    background-color: #D2B281;
    border: none;
    color: white;
    height: 25px;
    /* line-height: 25px; */
    outline: none;
    padding: 0;
}

.login>div {
    margin-top: 20px;
}

.login>div>button {
    background-color: #BB0404;
    width: 73%;
    border: none;
    color: white;
    height: 25px;
    line-height: 25px;
}

.mediaflex .media-body .media-heading span {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    font-size: 20px;
}

.mediaTime {
    font-size: 14px;
    color: #666666;
    margin-top: 12px;
}

.mediaflex .media-body .test {
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.productBtn {
    margin-top: 30px;
    font-size: 16px;
}