#new_bottom{margin-top: 0 !important;}
@media screen and (min-width: 1200px) {
    .section.multisite .info p{
        height: auto;
    }
}
.section .float_left, .section .float_right{
    vertical-align: top;
}
.section .info h3{
    margin: 40px 0 30px;
    font-size: 22px;
}
.what_box .info h3{
    font-size: 32px;
}
.func_box .section_title{
    margin-bottom: 60px;
}
.case_box.section,.what_box.section{
    background: transparent;
}
.case_box h3{
    text-align: left;
    font-size: 22px;
    margin: 60px 10px 20px;
}
.case_box .section_sub_title{
    line-height: 1.8;
}
.tip_box .section_title,
.tip_box .section_content h3,
.tip_box .section_content p{
    text-align: left;
    margin: 0 10px;
}
.tip_box .section_content{
    margin: 30px 0 0 0;
}
.tip_box .section_content h3{
    font-size: 22px;
    margin-bottom: 10px;
}
.tip_box .section_content p{
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}
.tip_box .section_content p span{
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 14px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #666;
    border-radius: 100px;
    margin-right: 5px;
}
@media screen and (max-width: 768px) {
    .section .info h3{
        margin: 10px 0 20px;
        font-size: 14px;
    }
    .section .info p{
        margin-bottom: 10px;
    }
    .what_box .info h3{
        font-size: 16px;
    }
    .case_box.section{
        padding: 20px;
    }
    .case_box .section_sub_title{
        margin-top: 5px;
    }
    .case_box h3{
        font-size: 14px;
        margin: 20px 0 10px;
    }
    .tip_box.section{
        padding: 20px 20px 40px;
    }
    .tip_box .section_content{
        margin-top: 20px;
    }
    .tip_box .section_title,
    .tip_box .section_content h3,
    .tip_box .section_content p{
        margin: 0;
        text-align: left !important;
    }
    .tip_box .section_content h3{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .tip_box .section_content p{
        font-size: 12px;
    }
}