@charset "utf-8";


.page-fy {
    line-height: 1;
    text-align: center;
}
.page-fy a {
    text-decoration: none;
    display: inline-block;
    height: 40px;
    border: 1px #dedede solid;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    color: #333;
    margin: 0 5px;
    padding: 0 15px;
    box-sizing: border-box;
    margin-top: 40px;
    transition: all .4s;
}
.page-fy a:hover {
    background: #036EB8;
    border: 1px #036EB8 solid;
    color: #fff;
}
.page-fy span {
    background: #036EB8;
    border: 1px #036EB8 solid;
    color: #fff !important;
    text-decoration: none;
    display: inline-block;
    height: 40px;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    padding: 0 15px;
    margin: 5px;
    font-weight: normal;
    margin-top: 40px;
}
@media only screen and (max-width: 1200px) {
    .page-fy a{
        margin-top: 40px;
    }
    .page-fy span{
        margin-top: 40px;
    }
}
@media only screen and (max-width: 1043px) {
    .page-fy a {
        margin-top: 35px;
    }
    .page-fy span {
        margin-top: 35px;
    }
}
@media only screen and (max-width: 768px) {
    .page-fy span {
        padding: 0 5px;
        width: auto;
        height: auto;
        line-height: initial;
        margin-top: 30px;
    }
    .page-fy a {
        height: auto;
        border: none;
        line-height: initial;
        margin: 5px;
        padding: 0 5px;
        margin-top: 30px;
    }
}