.solution {
    padding: 30px 0;
}


.solution-link__left a::after {
    content: "-";
    margin: 0 8px;
}

.solution-link__left a:last-child::after {
    content: '';
    margin: 0;
}

.solution-link {
    margin-bottom: 50px;
    padding-bottom: 10px;
    height: 43px;
    line-height: 43px;
    /* position: relative; */
    position: sticky;
    top: 80px;
    background-color: #fff;
}

.solution-link .w {
    border-bottom: 1px solid #cccccc;
    position: relative;
}

.solution-link__type {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    line-height: 40px;
}

.solution-link__type a::after {
    content: "";
    margin: 0;
}

.solution-link__type a {
    font-size: 14px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    background-color: #f2f3f7;
    border-radius: 4px 4px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.solution-link__type a:hover {
    background-color: #1e6ff3;
    color: #FFF;
}

.solution-type,
.solution-content,
.solution-top {
    margin-bottom: 50px;
}

.solution-content,
.solution-top {
    padding: 5px;
    border-radius: 4px;
    box-shadow: 0px 6px 13px 0px rgba(102, 102, 102, .32);
}

.solution-content {
    padding: 5px 20px;
}

.solution-type {
    font-size: 0;
}

.solution-type__item {
    display: inline-block;
    width: 390px;
    border-left: 5px solid rgb(19, 104, 244);
    box-shadow: 0px 6px 13px 0px rgba(102, 102, 102, .32);
    border-radius: 3px;
    height: 120px;
    padding-left: 10px;
    padding-right: 5px;
}


.solution-type__item:nth-child(2) {
    margin: 0 15px;
}


.solution-type__item h4 {
    line-height: 40px;
    font-weight: bold;
    font-size: 16px;
}

.solution-type__item p {
    font-size: 14px;
    line-height: 24px;
}

.solution-top {
    font-size: 0;
}

.solution-top__left,
.solution-top__right {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    height: 350px;
}

.solution-top__left {
    width: 50%;
    font-size: 16px;
    padding: 5px 20px;
}

.solution-top__right img {
    width: 100%;
    height: 100%;
}


.solution_table {
    box-shadow: 0px 6px 13px 0px rgba(102, 102, 102, .32);
    margin-bottom: 50px;
    padding: 0 20px;
}

.solution_table table {
    width: 100% !important;
}


html {
    scroll-behavior: smooth;
}


.solution #desc,
.solution #type,
.solution #case,
.solution #product {
    scroll-margin-top: 143px;
}