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

    /*.banner_down {*/
    /*    width: 100%;*/
    /*    height: 23.125rem;*/
    /*    background: url(src/main/webapp/templates/1/default/_files/img/join/banner_down.jpg) no-repeat right;*/
    /*}*/
    .banner .title {
        width: 30%;
        text-align: center;
        position: absolute;
        left: 50%;
        top: 10rem;
        transform: translateX(-50%);
        color: #fff;
    }

    .banner_down .title {
        width: 30%;
        text-align: center;
        position: absolute;
        left: 50%;
        top: 10rem;
        transform: translateX(-50%);
        color: #fff;
    }

    .banner .label, .banner_down .label {
        padding-top: 1.25rem;
        font-size: 1.5rem;
    }

    .banner .title .btns {
        font-size: 1.125rem;
        line-height: 2.5rem;
        background: linear-gradient(90deg, #219bf4 0%, #027AFF 100%);
        width: 10rem;
        height: 2.5rem;
        margin: 1.25rem auto;
        cursor: pointer;
        border-radius: 5px;
    }

    .content_1 {
        width: 100%;
        padding-top: 80px;
        padding-bottom: 3.9rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .content_1 h3 {
        text-align: center;
    }

    .content_1 .body_1 {
        width: 80%;
        max-width: 75rem;
        display: flex;
        gap: 80px;
        margin-top: 50px;
        justify-content: space-between;
    }

    .content_1 .body_1 .box {
        width: 100%;
        height: 350px;
        padding: 60px 50px 30px 50px;
        transition: 0.3s;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .content_1 .body_1 .box .btns {
        font-size: 1.125rem;
        color: #fff;
        text-align: center;
        line-height: 2.5rem;
        background: linear-gradient(90deg, #219bf4 0%, #027AFF 100%);
        width: 10rem;
        height: 2.5rem;
        cursor: pointer;
        border-radius: 5px;
    }

    .content_1 .body_1 .box:nth-child(1) {
        background: url(../../img/join/join-list-one.png) no-repeat;
        background-size: cover;
        border-radius: 10px;
    }

    .content_1 .body_1 .box:nth-child(2) {
        background: url(../../img/join/join-list-two.png) no-repeat;
        background-size: cover;
        border-radius: 10px;
    }

    .content_1 .body_1 .box:nth-child(3) {
        background: url(../../img/join/join-list-three.png) no-repeat;
        background-size: cover;
        border-radius: 10px;
    }

    .content_1 .body_1 .box:hover {
        transform: translateY(-0.3125rem);
    }

    /*.content_2 {*/
    /*    width: 100%;*/
    /*    padding-top: 6.625rem;*/
    /*    padding-bottom: 3.6875rem;*/
    /*    background: url(src/main/webapp/templates/1/default/_files/img/newCrm/zold_join/1.png) no-repeat;*/
    /*    background-size: 100%;*/
    /*    background-position: bottom;*/
    /*}*/
    .content_2 h3 {
        text-align: center;
    }

    .content_2 .body_2 {
        margin: 3.6875rem auto 0 auto;
        width: 80%;
        padding-bottom: 2rem;
        max-width: 75rem;
    }

    .content_2 .body_2 .top {
        display: flex;
        justify-content: space-between;
        height: 10.6875rem;
    }

    .content_2 .body_2 .top .top_1 {
        display: flex;
        width: 36.5625rem;
        height: 10.6875rem;
        background: #fff;
        padding-top: 2.8125rem;
        padding-left: 2.5rem;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    }

    .content_2 .body_2 .top .top_1 img {
        width: 3.4375rem;
        height: 3.4375rem;
    }

    .content_2 .body_2 .top .top_1 .label {
        width: 65%;
        margin-left: 0.75rem;
    }

    .content_2 .body_2 .top .top_1 .label p {
        font-size: 0.875rem;
    }

    .content_2 .body_2 .top .top_2 {
        display: flex;
        width: 36.5625rem;
        height: 10.6875rem;
        background: #fff;
        padding-top: 2.8125rem;
        padding-left: 2.5rem;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    }

    .content_2 .body_2 .top .top_2 img {
        width: 3.4375rem;
        height: 3.4375rem;
    }

    .content_2 .body_2 .top .top_2 .label {
        width: 65%;
        margin-left: 0.75rem;
    }

    .content_2 .body_2 .top .top_2 .label p {
        font-size: 0.875rem;
    }

    .content_2 .body_2 .bottom {
        display: flex;
        justify-content: space-between;
        margin-top: 2rem;
        height: 10.6875rem;
        padding: 0;
    }

    .content_2 .body_2 .bottom .bottom_1 {
        display: flex;
        width: 36.5625rem;
        height: 10.6875rem;
        background: #fff;
        padding-top: 2.8125rem;
        padding-left: 2.5rem;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    }

    .content_2 .body_2 .bottom .bottom_1 img {
        width: 3.4375rem;
        height: 3.4375rem;
    }

    .content_2 .body_2 .bottom .bottom_1 .label {
        width: 65%;
        margin-left: 0.75rem;
    }

    .content_2 .body_2 .bottom .bottom_1 .label p {
        font-size: 0.875rem;
    }

    .content_2 .body_2 .bottom .bottom_2 {
        display: flex;
        width: 36.5625rem;
        height: 10.6875rem;
        background: #fff;
        padding-top: 2.8125rem;
        padding-left: 2.5rem;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    }

    .content_2 .body_2 .bottom .bottom_2 img {
        width: 3.4375rem;
        height: 3.4375rem;
    }

    .content_2 .body_2 .bottom .bottom_2 .label {
        width: 65%;
        margin-left: 0.75rem;
    }

    .content_2 .body_2 .bottom .bottom_2 .label p {
        font-size: 0.875rem;
    }

    .content_3 {
        width: 100%;
        padding-top: 6.8125rem;
        padding-bottom: 7.5rem;
    }

    .content_3 .body_3 {
        width: 80%;
        margin: 0 auto;
        max-width: 75rem;
        position: relative;
    }

    .content_3 .body_3 img {
        width: 53.375rem;
        height: 40.0625rem;
    }

    .content_3 .body_3 .form {
        position: absolute;
        top: 50%;
        left: 75%;
        transform: translate(-50%, -50%);
        width: 43.75rem;
        height: 28.125rem;
        background: #fff;
        box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
        padding: 3.125rem;
        text-align: center;
    }

    .content_3 .body_3 .form .btns {
        color: #fff;
        text-align: center;
        line-height: 2.5rem;
        background: linear-gradient(90deg, #219bf4 0%, #027AFF 100%);
        width: 10rem;
        height: 2.5rem;
        margin: 0 auto;
        cursor: pointer;
        font-size: 1.25rem;
        border: none;
        border-radius: 5px;
    }

    .content_3 .body_3 .form h4 {
        text-align: center;
    }

    .content_3 .body_3 .form .input {
        width: 80%;
        margin: 1.875rem auto;
    }

    .content_3 .body_3 .form .input input {
        width: 90%;
        border: 1px solid #e6e6e6;
        margin-left: 0.625rem;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        text-indent: 0.625rem;
        outline: none;
    }

    .content_3 .body_3 .form .input div {
        width: 90%;
        margin-left: 3rem;
        text-align: left;
        font-size: 15px;
    }
}

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

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

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

    .banner .btns {
        width: 30%;
        margin: 0 auto;
        font-size: 16px;
        padding: 8px;
        background-image: linear-gradient(90deg, #219bf4 0%, #027AFF 100%);
        border-radius: 5px;
    }


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

    .content_1 h3 {
        text-align: center;
    }

    .content_1 .body_1 {
        max-width: 75rem;
    }

    .content_1 .body_1 .box {
        width: 90%;
        padding: 20px;
        margin: 30px auto 0 auto;
        transition: 0.3s;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .content_1 .body_1 .box:nth-child(3) {
        display: none;
    }

    .content_1 .body_1 .box .btns {
        font-size: 16px;
        color: #fff;
        text-align: center;
        line-height: 40px;
        background: linear-gradient(90deg, #219bf4 0%, #027AFF 100%);
        width: 8rem;
        height: 40px;
        cursor: pointer;
        border-radius: 5px;
        margin-top: 20px;
    }

    .content_1 .body_1 .box:nth-child(1) {
        background: url(../../img/join/join-list-one.png) no-repeat bottom;
        background-size: cover;
        border-radius: 10px;
    }

    .content_1 .body_1 .box:nth-child(2) {
        background: url(../../img/join/join-list-two.png) no-repeat bottom;
        background-size: cover;
        border-radius: 10px;
    }

    /*.content_1 .body_1 .box:hover {*/
    /*    transform: translateY(-0.3125rem);*/
    /*}*/
    .content_2 {
        width: 100%;
        padding-top: 30px;
        background-size: 100%;
        background: url(../../img/join/1.png) no-repeat center;
        background-size: contain;
    }

    .content_2 h3 {
        text-align: center;
    }

    .content_2 .body_2 {
        margin: 30px auto 0 auto;
        width: 90%;
        padding-bottom: 2rem;
        max-width: 75rem;
    }


    .content_2 .body_2 .top .top_1 {
        display: flex;
        width: 100%;
        background: #fff;
        padding: 20px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    }

    .content_2 .body_2 .top .top_1 img {
        width: 50px;
        height: 50px;
    }

    .content_2 .body_2 .top .top_1 .label {
        margin-left: 0.75rem;
    }

    .content_2 .body_2 .top .top_1 .label p {
        font-size: 0.875rem;
        margin-bottom: 0;
    }

    .content_2 .body_2 .top .top_2 {
        display: flex;
        width: 100%;
        background: #fff;
        margin-top: 2rem;
        padding: 20px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    }

    .content_2 .body_2 .top .top_2 img {
        width: 50px;
        height: 50px;
    }

    .content_2 .body_2 .top .top_2 .label {
        margin-left: 0.75rem;
    }

    .content_2 .body_2 .top .top_2 .label p {
        font-size: 0.875rem;
        margin-bottom: 0;
    }

    .content_2 .body_2 .bottom {
        margin-top: 2rem;
        padding: 0;
    }

    .content_2 .body_2 .bottom .bottom_1 {
        display: flex;
        width: 100%;
        background: #fff;
        margin-top: 2rem;
        padding: 20px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    }

    .content_2 .body_2 .bottom .bottom_1 img {
        width: 50px;
        height: 50px;
    }

    .content_2 .body_2 .bottom .bottom_1 .label {
        margin-left: 0.75rem;
    }

    .content_2 .body_2 .bottom .bottom_1 .label p {
        font-size: 0.875rem;
        margin-bottom: 0;
    }

    .content_2 .body_2 .bottom .bottom_2 {
        display: flex;
        width: 100%;
        background: #fff;
        margin-top: 2rem;
        padding: 20px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    }

    .content_2 .body_2 .bottom .bottom_2 img {
        width: 50px;
        height: 50px;
    }

    .content_2 .body_2 .bottom .bottom_2 .label {
        margin-left: 0.75rem;
    }

    .content_2 .body_2 .bottom .bottom_2 .label p {
        font-size: 0.875rem;
        margin-bottom: 0;
    }

    .content_3 {
        width: 100%;
    }

    .content_3 .body_3 {
        width: 100%;
        max-width: 75rem;
        position: relative;
    }

    .content_3 .body_3 img {
        width: 100%;
    }

    .content_3 .body_3 .form {
        width: 80%;
        background: #fff;
        box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 20px;
        text-align: center;
    }

    .content_3 .body_3 .form h4 {
        text-align: center;
    }

    .content_3 .body_3 .form .input {
        width: 100%;
    }

    .content_3 .body_3 .form .btns {
        width: 30%;
        color: #fff;
        background: #027AFF;
        text-align: center;
        margin: 1rem auto 0 auto;
        font-size: 16px;
        padding: 5px 10px;
        border: none;
    }


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

    .content_3 .body_3 .form .input span {
        display: none;
    }
}








