.f-title {
    font-size: 40px;
    
    color: #333333;
    line-height: 105px;
    margin-bottom: 20px;
}
.f-subtitle {
    height: 62px;
    font-size: 28px;
    
    color: #333333;
    line-height: 62px;
    margin-bottom: 20px;
}

/* 体系概览样式 */
.system{
    margin-top: 60px;
}
.system .content {
    display: flex;
    justify-content: space-between;
}
.system .content > div {
    width: 667px;
}
.system .content > div:first-child{
    margin-right: 20px;
}
.select-detail {
    display: flex;
}
.select-detail > ul {
    width: 45%;
}
.select-detail > div {
    width: 55%;
    background-color: #f8faff;
    border: 1px solid #e4e9f2;
    border-left: 0;
}
.select-detail > div > div {
    display: none;
}
.select-detail > div .on {
    display: block;
    margin: 30px;
}

.on .title {
    height: 26px;
    font-size: 20px;
    
    font-weight: bold;
    color: #333333;
    line-height: 26px;
}
.on .body {
    font-size: 16px;
    
    color: #7a7a7a;
    line-height: 26px;
}
.on .icon {
    width: 30px;
    padding-top: 20px;
    margin-bottom: 17px;
}
.select-detail > ul > li {
    height: 100px;
    border-right: 1px solid #e4e9f2;
    font-size: 20px;
    
    font-weight: bold;
    color: #333333;
    line-height: 100px;
    text-align: center;
}
.select-detail > ul > li:not(.on) {
   border-top:1px solid #fff ;
   border-bottom:1px solid #fff ;
   border-left:1px solid #fff ;
}
.select-detail > ul > li.on{
    border-right:1px solid #f8faff;
    
 }
.select-detail > ul > li > img {
    margin-right: 30px;
}
.select-detail > ul .on {
    background-color: #f8faff;
    border: 1px solid #e4e9f2;
    border-right: 0;
}
.strategy {
    margin-top: 60px;
}
.strategy ul {
    margin: 0;
}
.strategy dt li {
    background-color: #005096;
    text-align: center;
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    
    color: #ffffff;
}
.strategy dd {
    border: 1px solid #ccd6eb;
    border-top: 0;
}
.strategy dd li {
    font-size: 14px;
    
    color: #333333;
    height: 69px;
    display: flex;

    align-items: center;
}
.strategy dd li:nth-child(2),
.strategy dd li:nth-child(4) {
    background-color: #f7fafc;
}
.annotation {
    font-size: 14px;
    
    color: #7a7a7a;
    line-height: 24px;
}
.annotation p {
    margin-bottom: 0;
}
.scene {
    margin-top: 70px;
}
.scene .content {
    display: flex;
    height: 487px;
    background-color: #f9fafd;
}
.scene .content > div {
    margin: 65px;
}
.s-title {
    font-size: 24px;
    
    color: #333333;
    line-height: 31px;
    padding-bottom: 20px;
    margin-bottom: 22px;
}

.s-content {
    font-size: 16px;
    
    color: #333333;
    line-height: 28px;
    margin-bottom: 40px;
    margin-top: 22px;
}
.s-qrcode > img {
    width: 124px;
    height: 124px;
    margin-bottom: 7px;
}
.s-qrcode > div {
    height: 24px;
    font-size: 14px;
    
    color: #7a7a7a;
    line-height: 24px;
}
.customized_service {
    margin-top: 70px;
    margin-bottom: 100px;
}
.customized_service .content {
    height: 272px;
    display: flex;
    background-color: #f9fafd;
}
.customized_service .content > img {
    flex: 0 0 688px;
}
.customized_service .content > div {
    margin: 65px;
}
.header ol,ul {

    margin-bottom: 0px;
}
.row{
    display: flex;
}
ul.row>li:first-child,ul.row>li:last-child{
    width: 160px;
    padding: 0 16px;
}
ul.row>li:nth-child(2){
    width: 600px;
    padding: 0 16px;
    padding-right: 49px;
}
ul.row>li:nth-child(3){
    width: 520px;
    padding: 0 16px;
}

/* 联络投资顾问按钮 */
.e-learn_more_tgcl {
    border: 2px solid #005096;
    width: 150px;
    height: 36px;
}

/* 场景策略右侧文章标题 */
.s-title-cjcl {
    margin-bottom: 0px;
    font-size: 24px;
    
    color: #333333;
    line-height: 31px;
    padding-bottom: 0px;
}
.s-title-cjcl > div{
    width: 393px;
    padding-bottom: 20px;

}

.title-line-half-small::after {
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    width: 40%;
    height: 2px;
    background-color: #1eb9e1;
    content: "";
}
.title-line-half-small::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ffc819;
    content: "";
}
.title-line-blue::after,.title-line-yellow::after{
    height: 2px;
}

.strategy-list{
    padding: 30px 0;
}
.strategy-list .strategy-item{
    display: flex;
    align-items: center;
    background: #F8FAFD;
}
.strategy-list .strategy-item:not(:last-child){
    margin-bottom: 30px;
}
.strategy-list .strategy-item:nth-child(even){
    flex-direction: row-reverse;
}
.strategy-item .strategy-item-img{
    width: 50%;
}
.strategy-item .strategy-item-content{
    padding: 0 30px;
    flex: 1;
}
.strategy-item .strategy-item-title{
    margin-bottom: 14px;
}
.strategy-item-title.titleText .tittle{
    font-size: 32px;
    padding-bottom: 14px;
}
.strategy-item-content .strategy-item-desc{
    color: #333;
}