.mb-head {
    padding: 8px 0px;
}

.mb-head .menu-icon {
    font-size: 30px;
    float: right;
}

.mb-youshi {
    padding: 15px 0px 0px;
}

.mb-youshi ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.mb-youshi ul li:nth-child(-n+2) {
    margin-bottom: 12px;
}

@media screen and (max-width:760px) {
    .product .tit h1::before,
    .indexnews .title h1::before {
        width: 50px;
        margin-left: -25px;
    }
    .product .tit h1,
    .indexnews .title h1 {
        font-size: 2.4rem;
        font-weight: normal;
    }
    .indexnews .date {
        font-size: 2.4rem;
        text-align: center;
    }
    .indexnews .month {
        font-size: 1.2rem;
        font-weight: normal;
    }
    .case-itemimg {
        height: 140px;
    }
    .case-itemimg img {
        width: 100%;
        height: 140px;
        object-fit: cover;
    }
    .inpage-rt .news-item a {
        padding-bottom: 6px;
    }
    .inpage-rt .news-item a:last-child {
        border-bottom: 0;
    }
    .yuandi li .tit {
        padding: 0;
        height: 60px;
        margin-left: 10px;
        text-align: left;
    }
    .yuandi li a {
        /* display: flex;
        align-items: center; */
    }
    .yuandi li {
        /* padding: 0px 0px 15px 0px; */
        height: auto;
        overflow: auto;
        border-bottom: 1px solid #eee;
        margin-bottom: 15px;
    }
    .yuandi li:last-child {
        border-bottom: 0;
    }
    .yuandi li img {
        /*max-height: 100%;*/
        /* width: 30%; */
        height: 100px;
        object-fit: contain;
    }
    .mbpartner,
    .mbjoinus {
        padding-right: 0;
        padding-left: 0;
    }
    .join-top li {
        font-size: 1.4rem;
    }
    .join-list .jt span {
        font-size: 1.4rem;
    }
    .indexnews .text {
        padding: 0 15px 0px;
    }
    .indexnews .tit {
        padding: 0px;
        white-space: pre-wrap;
        overflow: hidden;
        line-height: 24px;
        font-size: 1.6rem;
        height: 72px;
        display: flex;
        align-items: center;
    }
    .market-feedback .btn {
        width: 100%;
    }
    .inpage-rt .news-itemrt h3 {
        overflow: hidden;
        white-space: nowrap;
        margin-top: 0px;
        font-size: 1.8rem;
        text-overflow: ellipsis;
    }
    .inpage-rt .news-itemrt p {
        margin: 6px 0 4px;
        font-size: 1.4rem !important;
        text-align: left;
    }
    .footer {
        padding: 0px;
    }
    /* .case-item,
    .indexnews .news-rt {
        padding: 0px;
    } */
    .inpage-rt {
        margin-left: 0px;
        width: 100%;
        padding: 0px;
    }
    .inpage-cont {
        padding-top: 20px;
    }
    /* .inpage-rt .case-item {
        width: 100%;
        margin-right: 0px;
        float: none;
    } */
    .cd-container {
        width: 100%;
    }
    #cd-timeline {
        margin-top: 0em;
        margin-bottom: 0em;
    }
    .news-itemlf {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* .news-itemrt {
        width: 100%;
        padding: 0px;
    } */
}

@media screen and (min-width:768px) and (max-width:992px) {
    .mbpartner,
    .mbjoinus {
        padding-right: 0;
        padding-left: 0;
    }
    .mb-head .menu-icon {
        font-size: 54px;
    }
    .mb-head .logo {
        max-height: 72px;
    }
    .inpage-rt {
        padding: 0px;
    }
}

.mb-bg {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    position: fixed;
    z-index: 670;
    display: none;
}

.sidebar {
    position: fixed;
    z-index: 680;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    -webkit-transition: left .4s ease-out;
    -moz-transition: left .4s ease-out;
    -o-transition: left .4s ease-out;
    -ms-transition: left .4s ease-out;
    transition: left .4s ease-out;
}

.sidebar-cont {
    width: 90%;
    height: 100%;
    background: #fefefe;
}

.sidebar-top {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #b8b8b8;
    padding: 4px 15px;
}

.sidebar-top span {
    font-size: 2.0rem;
    color: #4d4d4d;
}

.sidebar-top .logo {
    margin: auto;
    display: block;
}

.sidebar-top img {
    width: 140px;
    /* margin: auto; */
}

.sidebar-item {
    font-size: 1.8rem;
    color: #373737;
    border-bottom: 1px solid #f1f0f0;
    padding: 15px;
}

.sidebar-item span {
    color: #477CE2;
    font-size: 1.4rem;
}

.sidebar-item a {
    color: #373737;
}

.sidebar-submenu {
    font-size: 1.6rem;
    display: none;
    margin-top: 6px;
}

.sidebar-submenu li {
    border-bottom: 1px solid #f1f0f0;
    /* padding: 6px 6px 6px 12px; */
}

.sidebar-submenu li:last-child {
    border-bottom-width: 0px;
}

.sidebar-submenu li a {
    color: #4d4d4d;
    display: block;
    padding: 6px 6px 6px 12px;
}

.sidebar-submenu li a:hover {
    background: #477CE2;
    color: #fff;
}


/* æ‰‹æœºç«¯æœç´¢å¼¹æ¡†é¡µé¢ */

.mb-search {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 777;
    background: #F59A03;
    padding: 15px;
    display: none;
}

.mb-seach-main {
    margin-top: 42px;
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 4px;
}

.mb-seach-main input {
    padding: 4px 6px;
    border: 0;
    width: 92%;
    outline: 0;
    font-size: 1.6rem;
}

.mb-seach-main span {
    font-size: 2.4rem;
}