.special_intro_box{
    padding-top: 20px;
}
.special_intro_box .special_intro_box_title{
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #000000;
    text-align: center;
    margin-bottom: 6px;
}
.special_intro_box .special_intro_box_subtitle{
    font-size: 12px;
    font-family: PingFang SC;
    color: #00000066;
    text-align: center;
    margin-bottom: 12px;
}
.special_intro_box_tab_box{
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
}
.special_intro_box_tab_box>div{
    padding: 10px 18px 30px 18px;
    overflow: hidden;
    margin-top: -10px;
    margin-bottom: -12px;
}
.special_intro_box_tab_box>div>span{
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background: url(../../static/img/dehong_tab_bg.png) no-repeat center;
    background-size: contain;
    border-radius: 20px;
    height: 50px;
    width: 150px;
    transform: scale(2.1);
}
.special_intro_box_tab_box>div>span>span{
    transform:scale(0.47);
    display: flex;
    align-items: center;
    justify-content: center;
}
.special_intro_box_tab_box>div>span{
    font-size: 13px;
    font-family: PingFang SC;
    color: #7F7F7F;
}
.special_intro_box_tab_box>div>span>span:before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../../static/img/title_dot_gray.png) no-repeat center;
    background-size: contain;
    /* margin-right: 4px; */
}
.special_intro_box_tab_box>div>span>span:after{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../../static/img/title_dot_gray.png) no-repeat center;
    background-size: contain;
    margin-left: 4px;
}
.special_intro_box_tab_box>div:nth-child(1)>span i{
    width: 34px;
    height: 34px;
    background: url(../../static/img/dehong_tab_icon1_gray.png) no-repeat center;
    background-size: contain;
    position: relative;
    top: 4px;
}
.special_intro_box_tab_box_yimen>div:nth-child(1)>span i{
    width: 34px;
    height: 34px;
    background: url(../../static/img/dehong_tab_icon2_gray.png) no-repeat center;
    background-size: contain;
    position: relative;
    top: 4px;
}
.special_intro_box_tab_box>div:nth-child(2)>span i{
    width: 34px;
    height: 34px;
    background: url(../../static/img/dehong_tab_icon2_gray.png) no-repeat center;
    background-size: contain;
    position: relative;
    top: 4px;
}
.special_intro_box_tab_box>div:nth-child(3)>span i{
    width: 34px;
    height: 34px;
    background: url(../../static/img/dehong_tab_icon2_gray.png) no-repeat center;
    background-size: contain;
    position: relative;
    top: 4px;
}
.special_intro_box_tab_box_yimen>div:nth-child(3)>span i{
    width: 34px;
    height: 34px;
    background: url(../../static/img/dehong_tab_icon1_gray.png) no-repeat center;
    background-size: contain;
    position: relative;
    top: 4px;
}
.special_intro_tab_active{
    color: #1150CB !important;
    font-weight: bold;
}
.special_intro_box_tab_box>div:nth-child(1)>span.special_intro_tab_active i{
    background: url(../../static/img/dehong_tab_icon1.png) no-repeat center;
    background-size: contain;
}
.special_intro_box_tab_box_yimen>div:nth-child(1)>span.special_intro_tab_active i{
    background: url(../../static/img/dehong_tab_icon2.png) no-repeat center;
    background-size: contain;
}
.special_intro_box_tab_box>div:nth-child(2)>span.special_intro_tab_active i{
    background: url(../../static/img/dehong_tab_icon2.png) no-repeat center;
    background-size: contain;
}
.special_intro_box_tab_box>div:nth-child(3)>span.special_intro_tab_active i{
    background: url(../../static/img/dehong_tab_icon2.png) no-repeat center;
    background-size: contain;
}
.special_intro_box_tab_box_yimen>div:nth-child(3)>span.special_intro_tab_active i{
    background: url(../../static/img/dehong_tab_icon1.png) no-repeat center;
    background-size: contain;
}
.special_intro_box_content_img{
    height:201px;
    background: url(../../static/img/dehong_business.png) no-repeat center;
    background-size: cover;    
    margin: -16px auto 9px;
    width: calc(100% - 30px);
}
.special_intro_box_content_img_yimen{
    height:201px;
    background: url(../../static/img/yimen_business.png) no-repeat center;
    background-size: cover;    
    margin: -16px auto 9px;
    width: calc(100% - 30px);
}
.special_intro_box_content_img_intro_title{
    padding: 0 15px;
}
.special_intro_box_content_img_intro_title>span:nth-child(1){
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #010101;
    margin-right: 10px;
}
.special_intro_box_content_img_intro_title>span:nth-child(2){
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #4C4C4C;
}
.special_intro_box_content_img_intro_text{
    padding: 6px 15px 12px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #404040;
    line-height: 20px;
}
.special_intro_box_content_tab_box{
    display: flex;
    box-sizing: border-box;
    position: relative;
    /* left: 6px; */
    /* padding: 0 15px; */
    padding-left: 6px;
}
.special_intro_box_content_tab_box_item{
    flex: 1;
    position: relative;
    height: 46px;
    overflow: hidden;
    padding: 15px 0 15px 0;
    margin-top: -5px;
}
.special_intro_box_content_tab_box_item:first-child{
    padding-left: 15px;
}
.special_intro_box_content_tab_box_item:last-child{
    padding-right: 15px;
}
.special_intro_box_content_tab_box_item:nth-child(1)>i{
    display: inline-block;
    position: absolute;
    width: calc(100% - 15px);
    right: 0;
    height: 46px;
    box-sizing: content-box;
    background: url(../../static/img/dehong_intro_tab_bg01.png) no-repeat center;
    background-size: contain;
    transform: scale(1.5);
    
}
.special_intro_box_content_tab_box_item:nth-child(2)>i{
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 46px;
    background: url(../../static/img/dehong_intro_tab_bg02.png) no-repeat center;
    background-size: contain;
    transform: scale(1.5);
}
.special_intro_box_content_tab_box_item:nth-child(3)>i{
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 46px;
    background: url(../../static/img/dehong_intro_tab_bg03.png) no-repeat center;
    background-size: contain;
    transform: scale(1.5);
}
.special_intro_box_content_tab_box_item:nth-child(4)>i{
    display: inline-block;
    position: absolute;
    width: calc(100% - 15px);
    height: 46px;
    background: url(../../static/img/dehong_intro_tab_bg04.png) no-repeat center;
    background-size: contain;
    transform: scale(1.5);
}
.special_intro_box_content_tab_box_item>i{
    z-index: 1;
}
.special_intro_box_content_tab_box_item>div{
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    height: 46px;
    align-items: center;
    justify-content: center;
}
.special_intro_box_content_tab_box_item>div span{
    font-weight: 400;
    color: #656565;
    font-size: 12px;
    position: relative;
    left: -6px;
    top: -3px;
}
.special_intro_box_content_tab_box_item>div span:first-child{
    /* margin-bottom: 3px; */
}


.special_intro_tab_item_active:nth-child(1)>i{
    display: inline-block;
    position: absolute;
    width: calc(100% - 15px);
    right: 0;
    height: 46px;
    box-sizing: content-box;
    background: url(../../static/img/dehong_intro_tab_bg01_active.png) no-repeat center;
    background-size: contain;
    transform: scale(1.5);
    
}
.special_intro_tab_item_active:nth-child(2)>i{
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 46px;
    background: url(../../static/img/dehong_intro_tab_bg02_active.png) no-repeat center;
    background-size: contain;
    transform: scale(1.5);
}
.special_intro_tab_item_active:nth-child(3)>i{
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 46px;
    background: url(../../static/img/dehong_intro_tab_bg03_active.png) no-repeat center;
    background-size: contain;
    transform: scale(1.5);
}
.special_intro_tab_item_active:nth-child(4)>i{
    display: inline-block;
    position: absolute;
    width: calc(100% - 15px);
    height: 46px;
    background: url(../../static/img/dehong_intro_tab_bg04_active.png) no-repeat center;
    background-size: contain;
    transform: scale(1.5);
}
.special_intro_tab_item_active span{
    color: #ffffff !important;
}
.special_intro_real_text{
    display: block;
    background: #F2F5FE;
    padding: 12px 12px;
    margin: 12px;
    font-size: 12px;
    font-weight: 400;
    color: #404040;
    line-height: 20px;
    margin-top: -5px;
}
.special_intro_card_box{
    position: relative;
    display: flex;
    align-items: stretch;
    padding: 65px 15px;
    min-height: 120px;
    overflow: hidden;
    margin-top: -97px;
}
.special_intro_card_box:last-child{
    padding-bottom: 20px;
}
.special_intro_card_box>i{
    position: relative;
    display: block;
    width: 100%;
    background: url(../../static/img/dehong_intro_card_bg.png) no-repeat center;
    transform: scale(1.4,2.1);
    background-size: 100% 100%;
}
.special_intro_card_box>div{
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 130px);
    left: 15px;
    top: 65px;
    box-sizing: border-box;
    padding: 25px 30px;
}
.special_intro_card_box_yimen>div{
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 130px);
    left: 15px;
    top: 65px;
    box-sizing: border-box;
    padding: 15px 30px;
}
.special_intro_card_box>div h1{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #3074EE;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.special_intro_card_box>div h1:before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../../static/img/title_dot.png) no-repeat center;
    background-size: contain;
    margin-right: 6px;
}
.special_intro_card_box>div span{
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #626262;
    line-height: 20px;
}
.special_intro_card_box_title{
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin-bottom: 60px;
    margin-top: -8px;
}
.special_intro_box_tab_box_yimen{
    padding: 0 10px;
}
.special_intro_box_tab_box_yimen>div{
    flex: 1;
}
.special_intro_box_tab_box_yimen>div>span{
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background: url(../../static/img/dehong_tab_bg.png) no-repeat center;
    background-size: contain;
    border-radius: 20px;
    height: 50px;
    width: 100%;
    transform: scale(1.3);
}
.special_intro_box_tab_box_yimen>div>span>span{
    transform: scale(0.5);
}

.special_intro_card_box2{
    background-color: #ffffff;
    padding: 20px 40% 20px 20px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #626262;
    background-repeat: no-repeat;
    background-position: right bottom;
    margin: 0 15px 12px;
}
.special_intro_card_box2 h1{
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #468640;
    margin-bottom: 6px;
}
.special_intro_box_yimen{
    background-color: #EBF8FFFF;
    padding-bottom: 15px;
    margin-bottom: 0;
}
.special_intro_card_box_title_yimen{
    margin-bottom: 28px;
}