@media screen and (min-width: 751px) {

    .application {
        width: 100%;
        height: 100%;
        padding: 0 12.5%;
        box-sizing: border-box;
        position: fixed;
        top: 0.98rem;
        left: 0;
        background: rgba(000, 0, 0, 0.3);
    }

    .application_con {
        padding: 30px 0 17px 0;
    }

    .application_css {
        width: 55%;
        height: auto;
        padding: 40px 56px 0 56px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        box-sizing: border-box;
        background: #fff;
    }

    .application_top {
        display: flex;
        font-size: 20px;
        color: #000000;
        border-bottom: 1.5px solid #e4e4e4;
        font-weight: bold;
        justify-content: space-between;
    }

    .application_botton {
        display: flex;
        font-size: 20px;
        color: #000000;
        border-top: 1.5px solid #e4e4e4;
        padding-top: 20px;
        padding-bottom: 20px;
        justify-content: space-between;
    }

    .application_left {
        width: 140px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-weight: 400px;
        color: #fff;
        font-size: 15px;
        background: #0068b7;
    }

    .application_title {
        margin-bottom: 20px;
    }

    .application_right {
        color: #363636;
        font-size: 16px;
        padding-top: 8px;
        display: flex;
        justify-content: space-between;
    }

    .application_text {
        color: #7a7a7a;
        font-size: 12px;
        padding-top: 8px;
        display: flex;
    }

    .application_text_span:nth-child(1) {
        padding-left: 23px;
        margin-right: 13px;
        background: url(../images/hide_a.png) no-repeat left 2px;
        background-size: 17px 11px;
        vertical-align: middle;
    }

    .application_text_span:nth-child(2) {
        padding-left: 23px;
        margin-right: 13px;
        background: url(../images/hide_b.png) no-repeat left 0px;
        background-size: 16px 16px;
        vertical-align: middle;
    }

    .application_text_span:nth-child(3) {
        padding-left: 26px;
        margin-right: 14px;
        background: url(../images/hide_c.png) no-repeat left 0px;
        background-size: 20px 15px;
        vertical-align: middle;
    }

    .application_text_span:nth-child(4) {
        padding-left: 23px;
        background: url(../images/hide_d.png) no-repeat left 1px;
        background-size: 13px 14px;
        vertical-align: middle;
    }

    .application_right_span:nth-child(1) {
        padding-left: 23px;
        margin-right: 10px;
        background: url(../images/hide_e.png) no-repeat left 4px;
        background-size: 13px 14px;
        vertical-align: middle;
    }

    .application_right_span:nth-child(2) {
        padding-left: 21px;
        background: url(../images/hide_f.png) no-repeat left 6px;
        background-size: 15px 12px;
        vertical-align: middle;
    }


    .application_con > div {
        font-size: 14px;
        color: #000000;
        font-weight: bold;
        margin-bottom: 14px;
    }

    .application_con > p {
        color: #8a8a8a;
        font-size: 12px;
        line-height: 20px;
    }

    .application_con > .div {
        padding-top: 10px;
    }


    .requirements > p {
        margin-bottom: 0.04rem;
    }


}


@media screen and (max-width: 750px) {
    .application {
        width: 100%;
        height: 100%;
        /*	    padding:0 12.5%;*/
        box-sizing: border-box;
        position: fixed;
        top: 0.98rem;
        left: 0;
        background: rgba(000, 0, 0, 0.3);
    }

    .application_con {
        padding: 0.24rem 0 0 0;
    }

    .application_css {
        width: 7.1rem;
        height: auto;
        padding: 0.28rem 0.4rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        box-sizing: border-box;
        background: #fff;
    }

    .application_top {
        /*display: flex;*/
        color: #000000;
        border-bottom: 1.5px solid #e4e4e4;
        font-weight: bold;
        /*justify-content: space-between;*/
    }

    .application_botton {
        /*display: flex;*/
        font-size: 20px;
        color: #000000;
        border-top: 1.5px solid #e4e4e4;
        padding-top: 20px;
        padding-bottom: 20px;
        /*justify-content: space-between;*/
    }

    .application_left {
        width: 100%;
        height: 0.5rem;
        line-height: 0.5rem;
        text-align: center;
        font-weight: 400px;
        color: #fff;
        font-size: 0.23rem;
        background: #0068b7;
    }

    .application_title {
        margin-bottom: 0.18rem;
        font-size: 0.28rem;
        text-align: center;
    }

    .application_right {
        color: #363636;
        font-size: 0.22rem;
        padding-top: 8px;
        display: flex;
        justify-content: space-between;
    }

    .application_text {
        color: #7a7a7a;
        font-size: 0.22rem;
        padding-top: 8px;
        display: flex;
        margin-bottom: 0.2rem;
        padding: 0 0.4rem;
        box-sizing: border-box;
        justify-content: space-between;
    }

    .application_text_span:nth-child(1) {
        padding-left: 0.37rem;
        margin-right: 0.23rem;
        background: url(../images/hide_a.png) no-repeat left 0.04rem;
        background-size: 0.3rem 0.18rem;
        vertical-align: middle;
    }

    .application_text_span:nth-child(2) {
        padding-left: 0.3rem;
        margin-right: 0.27rem;
        background: url(../images/hide_b.png) no-repeat left 0.04rem;
        background-size: 0.23rem 0.23rem;
        vertical-align: middle;
    }

    .application_text_span:nth-child(3) {
        padding-left: 0.32rem;
        margin-right: 0.2rem;
        background: url(../images/hide_c.png) no-repeat left 0.04rem;
        background-size: 0.24rem 0.2rem;
        vertical-align: middle;
    }

    .application_text_span:nth-child(4) {
        padding-left: 0.3rem;
        background: url(../images/hide_d.png) no-repeat left 0.03rem;
        background-size: 0.22rem 0.21rem;
        vertical-align: middle;
    }

    .application_right_span:nth-child(1) {
        padding-left: 0.32rem;
        margin-right: 0.1rem;
        background: url(../images/hide_e.png) no-repeat left 0.04rem;
        background-size: 0.23rem 0.2rem;
        vertical-align: middle;
    }

    .application_right_span:nth-child(2) {
        padding-left: 0.32rem;
        background: url(../images/hide_f.png) no-repeat left 0.06rem;
        background-size: 0.24rem 0.18rem;
        vertical-align: middle;
    }


    .application_con > div {
        font-size: 0.24rem;
        color: #000000;
        font-weight: bold;
        margin-bottom: 0.14rem;
    }

    .application_con > p {
        color: #8a8a8a;
        font-size: 0.22rem;
        line-height: 1.6;
    }

    .application_con > .div {
        padding-top: 10px;
    }


    .requirements > p {
        margin-bottom: 0.04rem;
        font-size: 0.22rem;
    }

}
          
          
          
          
          
          

			
			
			
		
