.apply_content {
    background: url('.././imgs/index/apply_bg.png') no-repeat;
    background-size: cover;
    width: 100%;
    height: 280px;
}

.apply_content_title {
    color: #ffffff;
    font-size: 40px;
    text-align: center;
    padding: 66px 0 50px 0;
}

.apply_content_apply {
    display: flex;
    justify-content: center;
}

.apply_content_input {
    width: 280px;
    height: 50px;
    border: none;
    outline-style: none;
    border-radius: 3px;
    font-size: 16px;
    padding: 0 20px;
}

.apply_content_applyBtn {
    width: 280px;
    height: 50px;
    color: #ffffff;
    font-size: 16px;
    background-color: #004CFF;
    text-align: center;
    line-height: 50px;
    border-radius: 3px;
    cursor: pointer;
}

.bottom_navigate {
    margin: 0 auto;
    padding: 60px 0 25px 0;
    display: flex;
}

.bottom_navigate_left {
    width: 100%;
    display: flex;
    color: #525252;
    font-size: 16px;
    list-style: none;
    padding: 0;
}

.bottom_navigate_title {
    font-weight: 600;
    margin-bottom: 20px;
}

.bottom_navigate_left li {
    flex: 2;
    padding-right: 3px;
}

.bottom_navigate_children {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.bottom_navigate_children li a {
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    color: #525252;
    font-size: 14px;
}

.bottom_navigate_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    white-space: nowrap;
}

.bottom_navigate_right_title1 {
    font-size: 24px;
    color: #525252;
    margin-bottom: 20px;
}

.bottom_navigate_right_title2 {
    font-size: 14px;
    color: #525252;
    margin-bottom: 17px;
}

.bottom_QRCode {
    display: flex;
    justify-content: flex-end;
    margin: auto;
    margin-bottom: 30px;
}

.bottom_QRCode_text {
    margin-top: 10px;
    font-size: 14px;
    color: #666666;
    text-align: center;
}

.exchange_link {
    background-color: #F7F9FF;
}

.exchange_link_container {
    padding: 20px 10px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #6B6B6B;
    font-size: 14px;
}

.exchange_link_container a {
    color: #6B6B6B;
    text-decoration: none;
    margin-left: 20px;
}

.exchange_link_bottom {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom_qrcode {
    width: 112px;
    height: 112px;
}

.apply_content_yd {
    width: 100%;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.apply_content_title_yd {
    font-size: 20px;
    padding: 0;
}

.apply_content_applyBtn_yd {
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    margin-top: 10px;
}

.bottom_navigate_yd {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 10px 10px 20px;
}

.bottom_navigate_right_yd {
    width: 100%;
    align-items: flex-start;
}

.bottom_navigate_right_title1_yd {
    margin-bottom: 5px;
}

.bottom_navigate_right_title2_yd {
    margin-bottom: 5px;
}

.bottom_QRCode_yd {
    justify-content: flex-start;
    padding-left: 20px;
}

.bottom_QRCode_text_yd {
    margin-top: 0;
}