.solution {
    background: #FFFFFF;
}

/*顶部bg开始*/
.floor-1 {
    margin-bottom: 100px;
}
.floor-1 .text {
    color: #3B3E40;
    line-height: 50px;
    letter-spacing: 1px;
    position: absolute;
    top: 87px;
    left: calc((100vw - 1200px) / 2);
    font-weight: 600;
}
/*顶部bg结束*/

/*解决方案表格开始*/
.floor-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
}
.floor-2 .top {
    margin-bottom: 80px;
    font-size: 32px;
    font-weight: 500;
    color: #292D30;
    line-height: 45px;
}
.floor-2 .bottom {
    background: #303030;
    padding: 80px 175px;
    width: 100%;
}
.floor-2 .table {
    display: flex;
    margin: 0 auto;
}
.floor-2 .table .product-menu-list {
    width: 20%;
    height: 100%;
    background: #3B3E40;
    font-size: 13px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 18px;
}
.floor-2 .table .product-menu-list .menu-name {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 74px;
    padding: 0px 20px;
}
.floor-2 .table .product-menu-list .menu-name-active {
    background: #0868E3;
}
.floor-2 .table .product-info {
    width: 80%;
    background: #424547;
    padding: 40px 0 0 37px;
    flex-direction: column;
    justify-content: flex-start;
}
.table .product-info:first-child {
    display: flex;
}
.floor-2 .product-info-top {
    display: flex;
    flex-direction: column;
    width: 550px;
}
.floor-2 .product-info-top .left-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.floor-2 .left-text .title {
    margin-bottom: 17px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}
.floor-2 .left-text .text {
    font-size: 13px;
    font-weight: 400;
    color: #B4B5B5;
    line-height: 20px;
}
.floor-2 .product-info-top .right-pic {
    max-width: 180px;
    height: 130px;
    object-fit: cover;
    margin: 0 auto
}
.floor-2 .product-info-top .right-pic img {
    max-width: 100%;
    max-height: 100%;
}
.floor-2 .product-info-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 550px;
    margin-bottom: -21px;
}
.floor-2 .product-info-bottom .item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 71px;
    border-radius: 2px;
    border: 1px solid #55585A;
    /*flex: 0 0 calc(50% - 16px);*/
    margin-bottom: 21px;
    padding: 5px 5px;
    width: calc((100% - 10px) / 2);
}
.floor-2 .product-info-bottom .item .item-left {
    width: 33px;
    height: 33px;
    background: #565759;
    border-radius: 50%;
    margin-right: 18px;
}
.floor-2 .product-info-bottom .item .item-right {
    font-size: 13px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 51px)
}
.floor-2 #tab-container {
    display: none;
    width: 100%;
    padding: 0 24px 0 24px;
    border-top: 1px solid #E0E4EA;
}
.cha {
    display: none;
}
#tab-container .item {
    width: 100%;
    padding: 13px 24px 13px 0;
    font-size: 16px;
    font-weight: 400;
    color: #3F4549;
    line-height: 22px;
    border-bottom: 1px solid #E5EBEF;
}
#tab-container .active {
    color: #1677FE;
    background: #e1f1fd;
}
.table .product-info{
    display: none;
}
.table .product-info:first-child {
    display: flex;
}
.phone_icon {
    display: none;
}
/*.floor-1 {*/
/*    height: 360px;*/
/*}*/
@media(min-width: 768px) {
    .floor-2 .table {
        /*align-items: center;*/
        width: 1090px;
        height: 518px;
    }
    .floor-2 .product-info-top {
        margin-bottom: 15px;
    }
    .floor-2 .table .product-menu-list {
        overflow-y: auto;
    }
    .floor-2 .table .product-menu-list::-webkit-scrollbar {
        width: 4px;
        /*height: 4px;*/
    }
    .floor-2 .table .product-menu-list::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: rgba(0,0,0,0.2);
    }
    .floor-2 .table .product-menu-list::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 0;
        background: rgba(0,0,0,0.1);
    }
    .floor-2 .product-info-bottom .item {
        flex: 0 0 calc(50% - 16px);
    }
    /*.floor-2 .table .product-menu-list .menu-name:hover {*/
    /*    color: #EAF4FF;*/
    /*}*/

}
/*解决方案表格结束*/
@media(max-width: 768px) {
    /*.solution {*/
    /*    padding-bottom: 100px;*/
    /*}*/
    .floor-1 {
        margin-bottom: 0;
    }
    .floor-2 {
        align-items: flex-start;
    }
    .floor-2 .top {
        font-size: 17px;
        text-align: left;
        padding: 11px 15px;
        margin: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .floor-2 .top img {
        width: 18px;
        height: 14px;
        object-fit: cover;
    }
    .floor-2 .top .open {
        display: block;
    }
    .floor-2 .table .product-menu-list {
        display: none;
    }
    .floor-2 .bottom {
        padding: 40px 66px 62px 49px;
    }
    .floor-2 .table .product-info {
        padding: 0;
        background: #303030;
        width: 100%;
    }
    .floor-2 .product-info-top {
        flex-direction: column;
        align-items: flex-start;
    }
    .floor-2 .product-info-top .left-text {
        height: auto;
        margin-bottom: 20px;
    }
    .floor-2 .product-info-bottom {
        flex-direction: column;
        width: 100%;
        flex-wrap: inherit;
    }
    .floor-2 .product-info-bottom .item {
        width: 100%;
        padding: 17px 0 17px 30px;
        justify-content: flex-start;
    }
    .floor-2 .table {
        height: auto;
    }
    .floor-2 .product-info-bottom .item .item-left {
        display: none;
    }
    .phone_icon {
        display: flex;
    }
    .floor-2 .top .phone_icon .up {
        display: none;
    }
    .floor-2 .table .product-info {
        width: 100%;
    }
    .floor-2 .table .product-info div {
        width: 100%;
        box-sizing: border-box;
    }
}
