@media screen and (min-width: 501px) {
    .banner {
        width: 100%;
        height: 23.125rem;
        background: url(../../img/private/background.jpg) no-repeat top
    ;
        background-size: cover;
    }

    .banner .title {
        width: 90%;
        max-width: 1200px;
        text-align: left;
        position: absolute;
        margin-top: 1.5rem;
        height: 20.125rem;
        color: #fff;
        left: 50%;
        transform: translate(-50%);
        display: flex;
    }

    .banner .banner_text {
        width: 70%;
        margin: auto 0;
    }

    .banner .label {
        padding-top: 1.25rem;
        font-size: 26px;
    }

    .banner .title .btns {
        font-size: 1.125rem;
        line-height: 2.5rem;
        background: linear-gradient(90deg, #F79910 0%, #F77811 100%);
        width: 10rem;
        height: 2.5rem;
        margin: 1.25rem auto;
        cursor: pointer;
    }

    .banner form {
        width: 30%;
    }

    .banner .form {
        border-radius: 10px;
        background: #fff;
        box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
        margin: auto;
        padding: 20px;
        text-align: center;
        height: 20.125rem;
    }

    .banner .form h4 {
        text-align: center;
        color: #333333;
    }

    .banner .form .input {
        width: 100%;
        display: flex;
        align-items: baseline;
        flex-wrap: wrap;
        height: 55px;
    }

    .banner .form .input span {
        color: #212529;
        width: 20%;
    }

    .banner .form .input input {
        width: 80%;
        height: 26px;
        border: 1px solid #e6e6e6;
        margin-top: 1rem;
        text-indent: 0.625rem;
        outline: none;
    }

    .banner .form .input div {
        width: 80%;
        margin-left: 20%;
        text-align: left;
        font-size: 13px;
    }

    .banner .form .btns {
        width: 30%;
        color: #fff;
        background: #027AFF ;
        text-align: center;
        margin: 1.5rem auto 0 auto;
        font-size: 16px;
        border: none;
        border-radius: 5px;
    }

    .content_1 {
        width: 100%;
        padding-top: 5.5rem;
        padding-bottom: 4rem;
    }

    .content_1 h3 {
        text-align: center;
        /*font-size: 20px;*/
    }

    .content_1 h5 {
        margin-top: 30px;
        text-align: center;
    }

    .content_1 .body_1 {
        margin: 1.875rem auto;
        width: 80%;
        max-width: 75rem;
    }

    .content_1 .body_1 .top {
        display: flex;
        justify-content: space-between;
        margin-top: 4.125rem;
    }

    .content_1 .body_1 .top .label {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .content_1 .body_1 .top .label img {
        width: 140px;
        height: 140px;
    }

    .button_box {
        max-width: 75rem;
        margin: 4rem auto 0 auto;
        height: 3rem;
        display: flex;
        justify-content: center;
    }

    .container {
        width: 12rem;
        height: 3rem;
        display: flex;
        justify-content: center;
        position: relative;
    }

    .button_target {
        border-radius: 5px;
        display: flex;
        font-size: 1.125rem;
        width: 12rem;
        height: 3rem;
        background: linear-gradient(90deg, #0573fa 0%, #027AFF  100%);
        align-items: center;
        justify-content: center;
        color: #fff;
        margin-top: 1rem;
        cursor: pointer;
    }

    .erImageWrapper {
        position: absolute;
        display: none;
        transform: translate(0, -280px);
        box-shadow: 0px 0px 9px 1px rgba(198, 217, 244, 0.75);
    }

    .erImage {
        width: 200px;
        height: auto;
    }

    .container:hover .erImageWrapper {
        display: block;
    }

    .content_2 {
        width: 100%;
        height: 56.5rem;
        padding-top: 6.375rem;
        padding-bottom: 4.875rem;
        background: #fafafa;
    }

    .content_2 h3 {
        text-align: center;
    }

    .content_2 .table_content {
        max-width: 75rem;
        width: 80%;
        margin: 3.8125rem auto 0 auto;
    }

    .content_2 .table_content .header {
        width: 100%;
        height: 2.8rem;
        background: #fff;
        border-bottom: 0.0625rem solid #e6e6e6;
        border-top: 0.0625rem solid #e6e6e6;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .content_2 .table_content .header .box {
        width: 70%;
        text-align: left;
        padding-left: 100px;
    }

    .content_2 .table_content .header .box_1 {
        width: 30%;
        text-align: right;
        padding-right: 100px;
    }

    .content_2 .table_content .header .box span {
        color: #333333;
        font-size: 20px;
        font-weight: bold;
    }

    .content_2 .table_content .header .box_1 span {
        color: #333333;
        font-size: 20px;
        font-weight: bold;
    }

    .content_2 .table_content .body {
        width: 100%;
        border-collapse: collapse;
    }

    .content_2 .table_content .body .box_2 {
        width: 70%;
        padding: 8px 0 8px 100px;
        text-align: left;
    }

    .content_2 .table_content .body .box_2_2 {
        width: 30%;
        padding: 8px 120px 8px 0;
        text-align: right;
    }

    .content_2 .table_content .body th img,
    .content_2 .table_content .body td img {
        width: 1.25rem;
    }

    .content_3 {
        width: 100%;
        height: 37.5rem;
        padding-top: 6.375rem;
        padding-bottom: 4.875rem;
    }

    .content_3 h3 {
        text-align: center;
    }

    .content_3 .body_3 {
        max-width: 75rem;
        width: 80%;
        margin: 3.8125rem auto 0 auto;
        display: flex;
        justify-content: space-between;
    }

    .content_3 .body_3 .top_1 {
        display: flex;
        flex-direction: column;
        width: 25%;
        box-shadow: 0px 0px 9px 1px rgba(198, 217, 244, 0.75);
        margin: 1rem;
        height: 200px;
        justify-content: center;
        align-items: center;
    }

    .content_3 .body_3 .top_1 .label {
        width: 85%;
    }

    .content_3 .body_3 .top_1 .label img {
        margin-bottom: 1.1875rem;
        margin-top: 1rem;
    }

    .content_3 .body_3 .top_1 .label p {
        color: #888888;
    }

    .content_3 .body_3 .right {
        width: 41.375rem;
        height: 30.0625rem;
        padding-top: 0.4375rem;
    }

    .content_4 {
        width: 100%;
        height: 47.375rem;
        background: #F4F8FB;
        padding-top: 6.0625rem;
        padding-bottom: 4rem;
    }

    .content_4 h3 {
        text-align: center;
    }

    .content_4 .body_4 {
        width: 80%;
        display: flex;
        justify-content: space-between;
        max-width: 75rem;
        margin: 3.8125rem auto 0 auto;
        flex-wrap: wrap;
    }

    .content_4 .body_4 .box {
        width: 30%;
        text-align: center;
        margin-bottom: 40px;
    }

    .content_4 .body_4 .box img {
        width: 77px;
        height: 77px;
    }

    .content_4 .body_4 .box h5 {
        margin-top: 30px;
        margin-bottom: 20px;
    }
}


@media screen and (max-width: 500px) {
    .banner {
        width: 100%;
        padding-top: 56px;
        padding-bottom: 56px;
        background: url(../../img/join/sRhFzb.png) repeat bottom;
    }

    .banner .title {
        width: 90%;
        margin: 0 auto;
        text-align: center;
        color: #fff;
    }

    .banner .label {
        padding-top: .5rem;
        padding-bottom: 2rem;
        font-size: 18px;
    }

    .banner .form {
        border-radius: 10px;
        width: 100%;
        background: #fff;
        box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
        margin: auto;
        padding: 20px;
        text-align: center;
    }

    .banner .form h4 {
        text-align: center;
        color: #333333;
    }

    .banner .form .input {
        width: 100%;
        display: flex;
        align-items: baseline;
        flex-wrap: wrap;
        height: 55px;
    }

    .banner .form .input span {
        color: #212529;
        width: 20%;
    }

    .banner .form .input input {
        width: 80%;
        border: 1px solid #e6e6e6;
        margin-top: 1rem;
        text-indent: 0.625rem;
        outline: none;
    }

    .banner .form .input div {
        width: 80%;
        margin-left: 20%;
        text-align: left;
        font-size: 13px;
    }

    .banner .form .btns {
        width: 30%;
        height: 40px;
        color: #fff;
        background: #027AFF ;
        text-align: center;
        margin: 1.5rem auto 0 auto;
        font-size: 16px;
        border: none;
        border-radius: 5px;
    }

    .content_1 {
        width: 90%;
        padding-top: 30px;
        padding-bottom: 30px;
        margin: 0 auto;
    }

    .content_1 h3 {
        text-align: center;
        margin-bottom: 30px;
        font-size: 20px;
    }

    .content_1 h5 {
        text-align: center;
        margin-bottom: 30px;
        font-size: 18px;
    }

    .content_1 .body_1 {
        margin: 30px auto 0 auto;
        width: 100%;
        max-width: 75rem;
    }

    .content_1 .body_1 .top {
        display: flex;
        flex-wrap: wrap;
    }

    .content_1 .body_1 .top .label {
        width: 33%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .content_1 .body_1 .top .label img {
        width: 60px;
        height: 60px;
    }

    .content_1 .body_1 .top .label h5 {
        font-size: 16px;
    }

    .button_box {
        max-width: 75rem;
        height: 3rem;
        display: flex;
        justify-content: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .container {
        width: 12rem;
        height: 3rem;
        display: flex;
        justify-content: center;
        position: relative;
    }

    .button_target {
        border-radius: 5px;
        display: flex;
        font-size: 1.125rem;
        width: 12rem;
        height: 3rem;
        background: linear-gradient(90deg, #0573fa 0%, #027AFF  100%);
        align-items: center;
        justify-content: center;
        color: #fff;
        cursor: pointer;
    }

    .erImageWrapper {
        position: absolute;
        display: none;
        transform: translate(0, -300px);
        box-shadow: 0px 0px 9px 1px rgba(198, 217, 244, 0.75);
    }

    .erImage {
        width: 200px;
        height: auto;
    }

    .container:hover .erImageWrapper {
        display: block;
    }


    .content_2 {
        width: 100%;
        background: #fafafa;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .content_2 h3 {
        text-align: center;
        font-size: 20px;
        margin-bottom: 30px;
    }

    .content_2 .table_content {
        max-width: 75rem;
        width: 100%;
        margin: 0 auto;
    }

    .content_2 .table_content .header {
        width: 100%;
        height: 2.5rem;
        background: #fff;
        border-bottom: 0.0625rem solid #e6e6e6;
        border-top: 0.0625rem solid #e6e6e6;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .content_2 .table_content .header .box {
        width: 70%;
        text-align: left;
        padding-left: 20px;
    }

    .content_2 .table_content .header .box_1 {
        width: 30%;
        text-align: right;
        padding-right: 20px;
    }

    .content_2 .table_content .header .box span {
        color: #333333;
        font-size: 18px;
    }

    .content_2 .table_content .header .box_1 span {
        color: #333333;
        font-size: 18px;
    }

    .content_2 .table_content .body {
        width: 100%;
        border-collapse: collapse;
    }

    .content_2 .table_content .body .box_2 {
        width: 70%;
        padding: 8px 0 8px 20px;
        text-align: left;
    }

    .content_2 .table_content .body .box_2_2 {
        width: 30%;
        padding: 8px 35px 8px 0;
        text-align: right;
    }

    .content_2 .table_content .body th img,
    .content_2 .table_content .body td img {
        width: 1.25rem;
    }

    .content_3 {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .content_3 h3 {
        text-align: center;
        margin-bottom: 30px;
        font-size: 20px;
    }

    .content_3 .body_3 {
        max-width: 75rem;
        width: 80%;
        margin: 0 auto;
        display: flex;
        /*flex-direction: column-reverse;*/
        flex-direction: column;
    }

    .content_3 .body_3 .top_1 {
        display: flex;
        flex-direction: column;
        width: 100%;
        box-shadow: 0px 0px 9px 1px rgba(198, 217, 244, 0.75);
        margin-bottom: 1.5rem;
        height: 180px;
        justify-content: center;
        align-items: center;
    }

    .content_3 .body_3 .top_1 .label {
        width: 90%;
    }

    .content_3 .body_3 .top_1 .label img {
        margin: 1.1875rem auto 1rem auto;
    }

    .content_3 .body_3 .top_1 .label h5 {
        font-size: 18px;
    }

    .content_3 .body_3 .top_1 .label p {
        color: #888888;
    }

    .content_4 {
        width: 100%;
        background: #F4F8FB;
        padding-top: 2rem;
        padding-bottom: 50px;
    }

    .content_4 h3 {
        text-align: center;
        font-size: 20px;
    }

    .content_4 .body_4 {
        width: 80%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        max-width: 75rem;
        margin: 0 auto;
    }

    .content_4 .body_4 .box {
        width: 42%;
        text-align: center;
        margin-top: 2rem;
    }

    .content_4 .body_4 .box img {
        width: 77px;
        height: 77px;
    }

    .content_4 .body_4 .box h5 {
        margin-top: 15px;
        margin-bottom: 10px;
        font-size: 18px;
    }

    .content_4 .body_4 .box p {
        display: none;
    }
}




