/**
 * 产品功能部分
 */
.products .sub-banner-pack .width-pack .text-content {
    color: rgba(0, 0, 0, 0.85) !important;
}

.products .sub-banner-pack .width-pack .text-content .s-t-desc {
    font-weight: initial;
}

.products .content-pack {
    width: 100%;
    height: auto;
    padding: 90px 0;
}

.products .content-pack .width-pack {
    margin: 0 auto;
    width: 1200px;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.products .content-pack .width-pack .tree-pack {
    width: 280px;
    height: auto;
}

.products .content-pack .width-pack .tree-pack .t-item-pack {
    margin-bottom: 20px;
    width: auto;
}

.products .content-pack .width-pack .tree-pack .t-item-pack .title-pack {
    height: 26px;
    line-height: 26px;
    display: flex;
    margin-bottom: 20px;
}

.products .content-pack .width-pack .tree-pack .t-item-pack .title-pack .icon {
    height: 26px;
    line-height: 26px;
    margin-right: 6px;
    display: flex;
    align-items: center;
}

.products .content-pack .width-pack .tree-pack .t-item-pack .title-pack .title {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.851);
}

.products .content-pack .width-pack .tree-pack .t-item-pack .entry-pack {
    display: flex;
    position: relative;
}

.products .content-pack .width-pack .tree-pack .t-item-pack .entry-pack .line {
    width: 2px;
    background: rgba(0, 0, 0, 0.09);
    margin-left: 13px;
    border-radius: 2px;
    height: 230px;
}

.products .content-pack .width-pack .tree-pack .t-item-pack .entry-pack .item-pack .entry-item {
    padding-left: 16px;
    cursor: pointer;
}

.products
    .content-pack
    .width-pack
    .tree-pack
    .t-item-pack
    .entry-pack
    .item-pack
    .entry-item::after {
    content: "";
    display: block;
    height: 16px;
    width: 4px;
    background-color: #3366ff;
    position: relative;
    top: -15px;
    left: -19px;
    border-radius: 2px;
    opacity: 0;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
}

.products
    .content-pack
    .width-pack
    .tree-pack
    .t-item-pack
    .entry-pack
    .item-pack
    .entry-item:hover::after {
    opacity: 1;
}

.products
    .content-pack
    .width-pack
    .tree-pack
    .t-item-pack
    .entry-pack
    .item-pack
    .entry-item:hover {
    color: #3366ff;
}

.products .content-pack .width-pack .tree-pack .t-item-pack .entry-pack .entry-item {
    margin-bottom: 17px;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.65);
}

.products .content-pack .width-pack .tree-pack .t-item-pack .entry-pack .entry-item:last-child {
    margin-bottom: 0px;
}

.products .content-pack .width-pack .business-pack {
    width: 870px;
    height: auto;
    padding: 0 50px 0 0;
}

.products .content-pack .width-pack .business-pack .b-item-pack {
    margin-bottom: 20px;
    width: auto;
}

.products .content-pack .width-pack .business-pack .b-item-pack a {
    display: inline-block;
}

.products .content-pack .width-pack .business-pack .b-item-pack .title-pack {
    height: 40px;
    width: 820px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.04);
    line-height: 40px;
    display: flex;
    margin-bottom: 20px;
    padding-left: 12px;
    /* height: 26px;
    line-height: 26px;
    display: flex;
    margin-bottom: 20px;
    margin-left: 13px; */
}

.products .content-pack .width-pack .business-pack .b-item-pack .title-pack .icon {
    /* height: 26px;
    line-height: 26px; */
    margin-right: 6px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.products .content-pack .width-pack .business-pack .b-item-pack .title-pack .title {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.851);
    cursor: pointer;
}

.products .content-pack .width-pack .business-pack .b-item-pack .entry-pack {
    position: relative;
}

.products .content-pack .width-pack .business-pack .b-item-pack .entry-pack .e-row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
    margin-bottom: 24px;
}

.products .content-pack .width-pack .business-pack .b-item-pack .entry-pack .e-row::after {
    content: "";
    width: 230px;
}

.products .content-pack .width-pack .business-pack .b-item-pack .entry-pack .e-row:last-child {
    margin-bottom: 38px;
}

.products .content-pack .width-pack .business-pack .b-item-pack .entry-pack .item-pack {
    width: 230px;
    padding-top: 14px;
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 10px;
    transition: all 0.3s ease;
    transform: translateY(0);
    cursor: pointer;
}

.products .content-pack .width-pack .business-pack .b-item-pack .entry-pack .item-pack:hover {
    border-radius: 4px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.01);
    box-shadow: 0px 4px 16px 0px rgba(51, 102, 255, 0.15);
    transform: translateY(-5px);
    transform: translateY(-5px);
}

.products
    .content-pack
    .width-pack
    .business-pack
    .b-item-pack
    .entry-pack
    .item-pack:hover
    .i-title-pack {
    color: #3366ff;
}

.products
    .content-pack
    .width-pack
    .business-pack
    .b-item-pack
    .entry-pack
    .item-pack
    .i-title-pack {
    display: flex;
    align-items: center;
    height: 14px;
    line-height: 14px;
}

.products
    .content-pack
    .width-pack
    .business-pack
    .b-item-pack
    .entry-pack
    .item-pack
    .i-title-pack
    .i-t-title {
    font-size: 14px;
    height: 14px;
    line-height: 14px;
}

.products
    .content-pack
    .width-pack
    .business-pack
    .b-item-pack
    .entry-pack
    .item-pack
    .i-title-pack
    .i-t-icon
    img {
    margin-left: 7px;
    height: 14px;
    width: auto;
}

.products
    .content-pack
    .width-pack
    .business-pack
    .b-item-pack
    .entry-pack
    .item-pack
    .i-desc-pack {
    margin-top: 6px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.65);
}
