/* #region insight */
.insight-header{
    display: flex;
    align-items: center;
    height: 500px;
    position: relative;
}
.insight-header .insight-header-left{
    flex: 1;
    min-width: 60%;
    height: 100%;
    background-color: #F0F0F0;
}
.Centerw1480-wrap{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
.insight-desc{
    max-width: 60%;
}
.insight-header .insight-header-left .title{
    font-weight: 400;
    font-size: 64px;
    line-height: 78.4px;
    color: #121E76;
    margin-bottom: 20px;
}
.insight-header .insight-header-left .description{
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #151515;
}
.entries-box{
    display: flex;
    align-items: center;
    gap: 100px;
    margin-top: 50px;
}
.entries-box a{
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #121E76;
    outline: none;
}
.insight-header .insight-image{
    height: 100%;
}
.insight-image img{
    max-width: 100%;
    height: 100%;
    vertical-align: top;
    object-fit: cover;
}
/* #endregion insight */

.content-box-wrap .scheme-content-wrap{
    display: flex;
    position: relative;
}
.Centerw1480{
    margin: 0 auto;
}
.content-box-wrap .Centerw1480 > .section-title {
    margin: 0 0 10px;
    color: #121E76;
    font-size: 20px;
    font-weight: 500;
}
.content-box-wrap .section{
    margin: 100px 0;
}


/* #region sider */
.scheme-sider-placeholder{
    min-width: 360px;
}
.scheme-sider-box{
    width: 360px;
    position: static;
    top: 0;
    margin-top: 90px;
    background-color: #fff;
    z-index: 90;
}
/* #endregion sider */

/* #region tabs */
.tabs-box{
    flex-direction: column;
    display: flex;
    white-space: nowrap;
    position: relative;
    z-index: 10;
    font-weight: 400;
    font-size: 20px;
    color: #6D6969;
}
.tabs-box::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #DCE0E0;
}
.tabs-active-bar{
    position: absolute;
    left: -1px;
    top: 0;
    width: 3px;
    background-color: #121E76;
    height: 50px;
    z-index: 11;
    transition: transform .3s cubic-bezier(.645, .045, .355, 1);
}
.tabs-item{
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    cursor: pointer;
}
.tabs-item.active{
    font-weight: 500;
    color: #121E76;
}
/* #endregion tabs */

/* #region 内容区域 */
.section-content-wrap {
    padding: 60px 0 60px;
    margin: 0 auto;
    border-bottom: 1px solid #D9D9D9;
}

/* 标题样式 */
.section-content-title {
    font-weight: 400;
    font-size: 44px;
    line-height: 70.4px;
    color: #000;
    margin-bottom: 30px;
}
.section-content-box{
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 32px !important;
    font-family: Poppins !important;
    margin: 30px 0;
}

.section-content-items{
    display: grid;
    margin: 30px 0;
}
.section-content-items1{
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
    row-gap: 60px;
}
.section-item1 {
    display: flex;
    align-items: center;
}
.section-item1 .item-icon {
    width: 58px;
    height: 58px;
    margin-right: 28px;
}

.section-item1 .item-text {
    flex: 1;
}
.section-item1 .item-text h3{
    font-weight: 700;
}
.section-item1 .item-text .item-text-box{
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 28px !important;
    font-family: Poppins !important;
    color: #151515 !important;
}

.section-content-items2{
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
    row-gap: 60px;
}
.section-item2 .item-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 12px;
}

.section-item2 .item-title {
    position: relative;
    font-size: 16px;
    color: #121E76;
    font-weight: 500;
    margin-bottom: 26px;
}
.section-item2 .item-text {
    flex: 1;
}
.section-item2 .item-text h3{
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #121E76;
    margin-bottom: 20px;
}
.section-item2 .item-text .item-text-box{
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    font-family: Poppins !important;
    color: #151515 !important;
}
.section-image{
    margin: 40px auto 0;
}
/* #endregion 内容区域 */

.content-box-wrap .feedback-section .section-content-wrap{
    border-bottom: 0;
}
.content-box-wrap .feedback-section .section-content-wrap a{
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #121E76;
    outline: none;
}