.main_five{height:500px !important;}
.tab_btns_item {
    font-size: 14px;
    font-family: 'Noto Sans CJK';
}
.tab_con_item ul li p a {
    color: #666;
    font-size: 14px;
    font-family: Tahoma;
}
.tab_con_item ul li p span {
    width: 72px;
    text-align: right;
    color: #BBB;
    font-size: 14px;
    font-family: Tahoma;
}
.form_title {
    font-size: 26px;
    font-family: Microsoft YaHei;
}
.six_warpper{
            width: 100%;
            padding: 30px 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .six_btn_item{
            padding: 0 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }
        .six_btn_item div{
            margin-right: 5px;
           margin-bottom: -5px;
            
        }
        .six_pc{
            width:32px;
            height:32px;
            background-image: url("/uiFramework/commonResource/image/2023022011080521271.png");
            background-repeat:no-repeat;
        }
        .six_wap{
            width:24px;
            height:24px;
            background-image: url("/uiFramework/commonResource/image/2023022010465996458.png");
            background-repeat:no-repeat;
        }
        .six_btn_item p{
            color:#333;
            font-family: 'Noto Sans CJK';
            font-size: 24px;
        }
        .six_btn_item:hover p{color:#00C4C0;}
        .six_btn_item:hover .six_pc{background-image: url("/uiFramework/commonResource/image/2023022011195790451.png");}
        .six_btn_item:hover .six_wap{background-image: url("/uiFramework/commonResource/image/2023022011185928046.png");}




.main_two img{
height: 220px !important;
}