#services,
#privacy{
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #F5F5F5;
    padding-bottom: 40px;
    padding-top: 70px;
    min-height: calc(100vh - 355px);
    box-sizing: border-box;
}
.services-main{
    width: 1200px;
}
.goods_class-breadcrumb{
    height: 54px;
    display: flex;
    align-items: center;
}
.breadcrumb-one .el-breadcrumb__inner{
    color: #333 !important;
    font-size: 14px !important;
}
.breadcrumb-two .el-breadcrumb__inner {
    color: #999 !important;
    font-size: 14px !important;
}
.services-content{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.services-left{
    position: sticky;
    top: 90px;
}
.services-left div{
    cursor: pointer;
    width: 170px;
    height: 48px;
    font-size: 14px;
    text-align: center;
    line-height: 48px;
    background-color: #FFFFFF;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}
.services-left div:hover{
    color: var(--default-color, #409EFF);
    background-color: #f5f7fa;
}
.services-right{
    width: 1010px;
    background-color: #FFFFFF;
    box-sizing: border-box;
    padding: 0 30px 50px;
    border-radius: 4px;
}
.services-right .el-tabs__header{
    margin-bottom: 0;
}
.services-right .el-tabs__nav-wrap::after{
    background-color: #eee;
}
.services-txt{
    font-size: 14px;
    color: #333;
    line-height: 1.8;
    width: 100%;
    padding-top: 20px;
    word-break: break-word;
}
.services-txt h1,
.services-txt h2,
.services-txt h3,
.services-txt h4{
    margin: 20px 0 10px;
    line-height: 1.5;
}
.services-txt p{
    margin: 10px 0;
    line-height: 1.8;
}
.services-txt ul,
.services-txt ol{
    margin: 10px 0;
    padding-left: 20px;
}
.services-txt img{
    max-width: 100%;
    display: block;
    margin: 10px auto;
    border-radius: 4px;
}
.services-txt-ont{
    display: flex;
    line-height: 22px;
}
.services-txt-two{
    margin-left: 11px;
    line-height: 22px;
}
.services-left-one{
    color: var(--default-color, #409EFF) !important;
    font-weight: 600;
    border-left: 3px solid var(--default-color, #409EFF) !important;
    background-color: #f0f7ff !important;
}