@charset "UTF-8";
.boshu h1 {
    padding-bottom: 15px;
}
.boshu .white_box_xl {
}
.boshu .fx-row {
    row-gap: 15px;
}
.boshu .btn a {
    max-width: 100%;
    padding: 20px 0;
    font-size: 20px;
}
.boshu .btn1 a::after {
    content: '\f08e';
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    color: var(--color_wt);
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s ease 0s;
}
.boshu .excel_btn a::after {
    content: '\f019';
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    color: var(--color_wt);
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s ease 0s;
}
.boshu .btn1 a:hover::after {
    top: 56%;
}
.btn .fa-angle-right {
    right: 35px;
}
.btn a:hover .fa-angle-right {
    right: 25px;
}
@media screen and (max-width: 767px) {
    .boshu h1 {
        font-size: 42px;
        padding-bottom: 15px;
    }
    .boshu .btn a {
        padding: 10px 0;
        font-size: 14px;
    }
    .boshu .btn1 a::after {
        right: 15px;
    }
    .btn .fa-angle-right {
        right: 20px;
    }
    .btn a:hover .fa-angle-right {
        right: 10px;
    }
}