.ft_bg{background-image: url('../svg/tools-bg.svg');background-repeat: no-repeat;height: 360px;}
.ft_bg h1{font-size: 34px;}
.ft_p{font-size: 16px;}
.ft_w{max-width: 1250px;}
.ft_box{min-height: 180px;background: #f3f4f5;font-size: 16px;color: #143642;width: 160px;}
.ft_area{background: #f5f5f5;}
.ft_area_h{font-size: 30px;color: #081e26;}
.ft_area_t{font-size: 16px;color: #4d5659;}
.ft_area_ih{font-size: 21px;color: #081e26;}
.ft_area_a{font-size: 16px;color: #0062ff;}
.cus_circle span{font-size: 18px;color: #4d5659;}
.cus_circle span::before{
    content: "";
    min-width: 10px;
    height: 10px;
    background: #ffc50d;
    border-radius: 50%;
    margin-right: 12px;
    display: inline-block;
    margin-top: 7px;
}
@media only screen and (max-width: 767px){
    .ft_area_h {font-size: 20px;}
    .ft_area_t,.cus_circle span,.ft_area_a {font-size: 14px;}
    .ft_area_ih {font-size: 17px;}
}