.el-menu {
    display: none;
}
.slide-menu:hover .el-menu{
    display: block;
}

.product-info-model {
    background: #fff;
    padding: 20px;
    margin-top: 20px;
}
.product-info-model .chemical-wrap {
    width: 265px;
    margin-top: 20px;
    background: #fff;
    padding: 27px;
}
.product-info-model .chemical-wrap .chemical-img {
    width: 205px;
    height: 195px;
    background: #fff;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
    text-align: center;
}
.product-info-model .chemical-wrap .chemical-img .chemical {
    width: 200px;
    height: 191px;
}
.product-info-model .info {
    width: 74%;
    margin-left: 25px;
    margin-top: 21px;
    background: #fff;
    height: 248px;
    padding: 39px;
}
.product-info-model .info .tags {
    width: 100%;
    font-size: 0;
}
.product-info-model .info .flex {
    display: flex;
    align-items: center;
}
.product-info-model .info .product-name {
    font-size: 20px;
    line-height: 100%;
    margin-right: 14px;
    color: #333;
    margin-top: -2px;
}
.mt-16 {
    margin-top: 16px;
}
.product-info-model .info .product-detailed-box {
    margin-top: 16px;
}
.el-row {
    position: relative;
    box-sizing: border-box;
}
.el-col-8 {
    width: 33.33333%;
}
.product-info-model .info .flex {
    display: flex;
    align-items: center;
}
.product-info-model .info .product-detailed-box .product-detailed .flex {
    display: flex;
    height: 45px;
    margin: 1px 0;
}
.product-info-model .info .product-detailed-box .product-detailed .detailed-font-color {
    height: inherit;
    color: #666;
    font-weight: 400;
    line-height: 50px;
    font-size: 12px;
    border: 1px solid #eaeaeaab;
}
.product-info-model .info .product-detailed-box .product-detailed .detailed-title {
    width: 120px;
    background: #f7f8fa;
    text-align: center;
}
.product-info-model .info .product-detailed-box .product-detailed .detailed-font-color {
    height: inherit;
    color: #666;
    font-weight: 400;
    line-height: 50px;
    font-size: 12px;
    border: 1px solid #eaeaeaab;
}
.product-info-model .info .product-detailed-box .product-detailed .detailed-content {
    flex: 1;
    background: #fff;
    border: 1px solid #f7f8fa;
    border-right: none;
    border-left: none;
    box-sizing: border-box;
    padding-left: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
[class*=el-col-] {
    float: left;
    box-sizing: border-box;
}

.navigation-list {
    display: flex;
    align-items: flex-end;
}
.navigation-bg {
    background: #fff;
    height: 50px;
    box-shadow: 0 4px 16px rgb(0 0 0 / 3%);
    padding: 0 39px;
}
.navigation-bg .active {
    color: #0ac1a4;
}
.navigation-bg .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    padding: 14px 0 11px;
    color: #666;
    cursor: pointer;
}
.wrap {
    padding-bottom: 36px;
}
.flex {
    display: flex;
}
.flex-shrink {
    flex-shrink: 0;
}
.ml-17 {
    margin-left: 17px;
}
.wh-form-catalog {
    height: 16px;
    line-height: 16px;
    color: #333;
    position: relative;
}
.wh-form-catalog:before {
    content: "";
    width: 4px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #2fc098;
}
.wh-form-catalog .tab-name {
    font-size: 16px;
    padding-left: 16px;
}
.limit-discount-product-list {
    padding-top: 20px;
}
.limit-discount-product-list .product {
    width: 226px;
    height: 235px;
    background: #fff;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
    margin-bottom: 18px;
    display: block;
    position: relative;
    padding: 20px 20px 24px;
}
.limit-discount-product-list>div:last-child {
    margin-bottom: 0;
}
.limit-discount-product-list .product .block {
    display: block;
}
.limit-discount-product-list .product .chemical {
    width: 90px;
    height: 90px;
    display: block;
    margin: 20px auto 40px;
    vertical-align: 20px;
}
.limit-discount-product-list .product .product-name {
    margin: 0 auto;
    font-size: 16px;
    color: #333;
    text-align: center;
}
.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}
.pointer {
    cursor: pointer;
}
.limit-discount-product-list .product .cas {
    font-size: 13px;
    color: #999;
    margin-top: 9px;
    text-align: center;
}
.mt-30 {
    margin-top: 30px !important;
}