#zhuifengzhe a,
#feichirensheng a {
    font-size: 12px;
    line-height: 1.3333733333;
    font-weight: 400;
    color: #424245;
    letter-spacing: -0.01em;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    width: 100%;
}

#feichirensheng .fei-small {
    display: none;
}

#zhuifengzhe {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

#feichirensheng {
    position: absolute;
    bottom: 7%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

@media only screen and (max-width: 1068px) {
    #zhuifengzhe {
        bottom: 12%;
    }

    #feichirensheng {
        bottom: 2%;
    }
}
@media only screen and (max-width: 769px) {
    #feichirensheng {
        left: 48.5%;
    }
}
@media only screen and (max-width: 734px) {
    #feichirensheng a {
        font-size: 10px;
    }
    #zhuifengzhe a {
        font-size: 10px;
    }
    #zhuifengzhe {
        bottom: 4%;
    }

    #feichirensheng {
        bottom: 1%;
        left: 55%;
    }
}

@media only screen and (max-width: 390px) {
    #feichirensheng .fei-small {
        display: block;
    }
}