#student {
    height: 363px;
    background: radial-gradient(0% 99% at 50% 0%, #00267D 0%, #000C30 100%);
}

#student .container {
    display: block;
    width: 776px;
    height: 100%;
    margin: 0 auto;
    background: url(../images/production/footer_bg.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    background-size: cover;
    background-position: top center;
    text-align: center;
    position: relative;
}

.footer_bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.container_cont {
    position: relative;
    z-index: 2;
}

#student .title {
    text-align: center;
    padding-top: 60px;
}

.container_cont .title2 {
    width: 100%;
    text-align: center;
    font-weight: 300;
    font-size: 17px;
    color: #FFFFFF;
    line-height: 27px;
    font-family: "Roboto Light";
    height: auto;
    margin: 26px 0;
}

.container .useBtn1 {
    width: 188px;
    height: 52px;
    background: #416FF4;
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 52px;
    position: relative;
    z-index: 2;
}

#footer {
    background: #000C30;
    height: auto;
}

.footTop .foot {
    padding-top: 63px;
    display: flex;
    justify-content: center;
}

.footTop .foot .footFirst {
    width: auto;
    display: block;
}

.footTop .foot .footFirst .footright .footrightTitle {
    width: 255px;
}

.footrightTitle+.footrightTitle {
    margin-left: 30px;
}

.footTop .foot .footFirst .footright .footrightTitle .title {
    font-family: "Roboto Bold";
    font-weight: bold;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    margin-bottom: 16px;
}

.footTop .foot .footFirst .footright .footrightTitle .title a {
    border-left: 1px solid #416FF4;
    padding-left: 10px;
}

.footTop .foot .footFirst .footright .footrightTitle .connent a {
    font-size: 14px;
}

.footTop .foot .footFirst .footright .footrightTitle .connent .des-link {
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto Regular";
    width: 264px;
    line-height: normal;
    height: auto;
}

.footTop .foot .footFirst .footright .footrightTitle .connent a:hover {
    color: #FFFFFF;
}

#footer .footrightTitle .connent .des.email {
    font-size: 14px;
}

.footTop .foot .footFirst .footright .footrightTitle .connent .des {
    margin-bottom: 0;
}

.footTop .foot .footFirst .footright .footrightTitle .connent .des+.des {
    margin-top: 16px;
}

#footer .footright .footrightTitle:nth-child(3) .connent div {
    margin-bottom: 0;
}

#footer .footright .footrightTitle:nth-child(3) .connent div+div {
    margin-top: 16px;
}

.footTop .foot .footFirst .footright {
    margin-bottom: 40px;
}

.foot_line {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .1);
}

.foot_btom {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.foot_btom_left,
.foot_btom_logo {
    display: flex;
    align-items: center;
}

.foot_btom_logo {
    font-size: 20px;
    color: #FFFFFF;
    font-family: "Roboto Bold";
    font-weight: bold;
}

.foot_btom_logo img {
    width: 27px;
    height: 31px;
    margin-right: 12px;
}

.foot_btom_desc {
    font-weight: 400;
    font-size: 12px;
    color: #687497;
    font-family: "Roboto Regular";
    margin-left: 60px;
}

.foot_btom_desc+.foot_btom_desc {
    margin-left: 32px;
}

.foot_btom_copyright {
    font-weight: 400;
    font-size: 12px;
    color: #687497;
    font-family: "Roboto Regular";
    margin-left: 60px;
}

.foot_btom_right {
    width: 161px;
    height: 20px;
}

@media (max-width: 500px) {
    #student .container {
        width: 100%;
    }

    #student .title {
        font-size: 32px;
    }

    .footer_bg {
        width: 80%;
        left: 10%;
    }
}