.index-menu {
    background-image: url('http://globalsyt.oss-accelerate.aliyuncs.com/template/resources/img/index/menu-bg.png');
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 20px;
}

.index-menu .width1400 {
    background-color: #fff;
    align-items: stretch;
    border: solid 1px #e5e5e5;
    border-radius: 5px;
}

.index-menu .left {
    padding: 20px 17px;
    width: 300px;
}

.index-menu .left .title {
    color: #0c0c0c;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.index-menu .left .title img {
    margin-right: 10px;
}

.index-menu .left a {
    display: block;
    color: #555555;
    margin-top: 15px;
    font-size: 14px;
}

.index-menu .left a:hover {
    color: #d41313;
}

.index-menu .left .more {
    color: #019bfd;
    font-size: 16px;
}

.index-menu .mid {
    flex: 1;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    overflow: hidden;
}

.index-menu .mid img {
    height: 390px;
    width: 100%;
    object-fit: cover;
}

.index-menu .mid .bottom {
    flex: 1;
    height: 130px;
    margin-top: 3px;
}

.index-menu .mid .bottom a {
    display: block;
    flex: 1;
    overflow: hidden;
    height: 100%;
    border-right: 1px solid #e5e5e5;
}

.index-menu .mid .bottom a span {
    position: absolute;
    left: 24px;
    top: 10px;
    color: #0c0c0c;
    font-size: 18px;
    width: 85px;
}

.index-menu .mid .bottom a img {
    /*position: absolute;*/
    /*right: 24px;*/
    /*bottom: 10px;*/
    width: 100%;
    height: 130px;
    object-fit: cover;
}


.index-menu .mid .bottom a:last-child {
    border-right: none;
}

.index-menu .right {
    width: 300px;
    padding: 20px 28px;
    background: #F7F8FA;
}

.index-menu .right .title {
    color: #333;
    font-size: 18px;
    border-left: 5px solid #d41313;
    padding-left: 10px;
    font-weight: 700;
}
.index-menu .right .sub_title {
    font-size: 12px;
    margin: 10px 0;
    color: #666;
}
.index-menu .right .form {}
.index-menu .right .form .email{
    width: 100%;
    height: 40px;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    padding: 5px;
    margin-top: 20px;
    background: #fff;
}
.index-menu .right .form .email span{
    color: #d41313;
}
.index-menu .right .form .email input{
    width: 92%;
    height: 30px;
    border: none;
    border-radius: 2px;
    padding-left: 5px;
    background: none;
    font-size: 14px;
}
.index-menu .right .form .liuyan{
    width: 100%;
    height: 153px;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    padding: 14px;
    outline: none;
    margin-top: 20px;
    resize: none;
    font-size: 16px;
}
.index-menu .right .form .tijiao{
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #d41313;
    text-align: center;
    border-radius: 8px;
    margin-top: 20px;
    font-size: 14px;
    cursor: pointer;
}
.index-menu .right .item {
    margin-top: 18px;
}

.index-menu .right .item img {
    width: 82px;
    height: 66px;
    object-fit: cover;
}

.index-menu .right .item .item-right {
    flex: 1;
    padding-left: 20px;
}

.index-menu .right .item:hover div {
    color: #d41313 !important;
}

.index-menu .right .item .item-right .t {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 160px;
}

@media (max-width: 767px) {

    .index-menu .right {
        display: none;
    }

    .index-menu .left {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        background-color: #fff;
        z-index: 20;
    }

    .index-line-header {
        display: none;
    }

    .index-menu {
        padding-top: 112px;
        padding-bottom: 0;
    }

    .phone-category-title {
        margin-top: 0;
    }

    .suppliers-box .width1400 {
        border: none;
    }

    .index-menu .mid .bottom {
        display: none;
    }

    .index-menu .mid .swiper-container,
    .index-menu .mid img {
        height: 200px !important;
    }

    .index-menu .mid .swiper-wrapper {
        height: 100%;
    }
}
