@media all and (min-width:767px) {
    #modal {
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        top: 0;
        left: 0;
        z-index: 9999;
        display: none;
    }

    #modal_beans {
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        top: 0;
        left: 0;
        z-index: 9999;
        display: none;
    }

    .layer-pop_top {
        width: 100%;
        height: 250px;
        background: url("/resources/images/pop_apply_bg.png");
        text-align: right;
    }

    .layer-pop_top > button {
        margin: 18px;
    }

    .layer-pop_beans_top {
        width: 100%;
        background: #fff;
        text-align: right;
    }

    .layer-pop_beans_top > button {
        margin: 18px;
    }

    #pop_apply {
        width: 100%;
        max-width: 770px;
        border: none;
        /*box-shadow: 3px 3px 7px 1px grey;*/
        z-index: 9999;
        display: none;
        position: fixed;
        box-sizing: border-box;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    #pop_beans {
        width: 100%;
        max-width: 700px;
        border: none;
        /*box-shadow: 3px 3px 7px 1px grey;*/
        z-index: 9999;
        display: none;
        position: fixed;
        box-sizing: border-box;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    .pop_info {
        width: 100%;
        background-color: white;
        padding: 50px;
        height: 480px;
        overflow-y: auto;
    }

    .pop_info_beans {
        width: 100%;
        background-color: white;
        padding: 10px 50px 50px 50px;
        margin-top: -3px;
    }

    .pop_info_beans > div > p {
        text-align: center;
        margin-bottom: 50px;
    }

    .pop_info_beans ul.pop_info_beans_tit {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .pop_info_beans ul.pop_info_beans_tit li:first-child {
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .pop_info_beans > div > hr {
        display: block;
        width: 50px;
        height: 2px;
        background: #005aa9;
        border: none;
        margin-bottom: 24px;
    }

    .pop_info_beans ul.pop_info_beans_info {
        font-size: 20px;
        line-height: 50px;
        letter-spacing: -1px;
    }

    .pop_info_beans ul.pop_info_beans_info li {
        display: flex;
        align-items: baseline;
        flex-wrap: wrap;
    }

    .pop_info_beans ul.pop_info_beans_info li span {
        display: inline-block;
        width: 110px;
        font-weight: 700;
    }

    .pop_info_beans ul.pop_info_beans_info li span.line2 {
        width: auto;
        font-weight: normal;
        line-height: 160%;
    }

    .pop_info input[type=radio] {
        width: 18px;
        height: 18px;
        vertical-align: text-top;
        border: 1px solid #2d2c2c;
    }

    .pop_info input[type=radio]:checked {
        background: #483629 url("/resources/images/icons/vector.svg");
        background-repeat: no-repeat;
        background-position: center;
        border: none;
    }

    .pop_info .layer-pop_tit {
        margin-bottom: 40px;
        font-size: 20px;
    }

    .pop_info .layer-pop_tit span {
        display: block;
        font-weight: 700;
        font-size: 25px;
    }

    .pop_info > ul {
        margin-bottom: 40px;
    }

    .pop_info > ul li {
        margin-bottom: 10px;
    }

    .pop_info > ul li span {
        font-size: 20px;
        display: block;
        margin-bottom: 5px;
        font-weight: 700;
    }

    .pop_info sup {
        vertical-align: super;
        font-size: 14px;
        color: #005aa9;
    }

    .pop_info > ul li > input {
        width: 100%;
        height: 50px;
        border: 1px solid #aaa;
        border-radius: 5px;
        text-indent: 10px;
        vertical-align: text-top;
    }

    .pop_info > ul li:last-child {
        margin-bottom: 0;
    }

    .pop_info .pop_agreeBox {
        margin-bottom: 60px;
    }

    .pop_info .pop_agreeBox > p {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .pop_info .pop_agreeBox .pop_agreeText {
        width: 100%;
        background: #f2f2f2;
        border-radius: 10px;
        padding: 15px;
        font-size: 15px;
        margin-bottom: 20px;
        word-break: keep-all;
        line-height: 160%;
    }

    .pop_info .pop_agreeBox ul {
        display: flex;
        justify-content: start;
        font-size: 20px;
        font-weight: 700;
    }
    .pop_info .pop_agreeBox ul li {
        display: flex;
        align-items: center;
    }
    .pop_info .pop_agreeBox ul li:first-child {
        margin-right: 100px;
    }

    .pop_info button {
        width: 150px;
        height: 40px;
        border-radius: 20px;
        background: #483629;
        color: #fff;
        border: none;
        font-size: 20px;
        font-weight: 500;
    }
}

@media all and (min-width:768px) and (max-width:1024px) {
    #modal {
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        top: 0;
        left: 0;
        z-index: 9999;
        display: none;
    }

    #modal_beans {
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        top: 0;
        left: 0;
        z-index: 9999;
        display: none;
    }

    .layer-pop_top {
        width: 100%;
        height: 180px;
        background: url("/resources/images/pop_apply_bg.png");
        text-align: right;
    }

    .layer-pop_top > button {
        margin: 18px;
    }

    .layer-pop_beans_top {
        width: 100%;
        background: #fff;
        text-align: right;
    }

    .layer-pop_beans_top > button {
        margin: 18px;
    }

    #pop_apply {
        width: 100%;
        max-width: 700px;
        border: none;
        /*box-shadow: 3px 3px 7px 1px grey;*/
        z-index: 9999;
        display: none;
        position: fixed;
        box-sizing: border-box;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    #pop_beans {
        width: 100%;
        max-width: 700px;
        border: none;
        /*box-shadow: 3px 3px 7px 1px grey;*/
        z-index: 9999;
        display: none;
        position: fixed;
        box-sizing: border-box;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    .pop_info {
        width: 100%;
        background-color: white;
        padding: 30px;
        height: 480px;
        overflow-y: auto;
    }

    .pop_info_beans {
        width: 100%;
        background-color: white;
        padding: 10px 50px 50px 50px;
        margin-top: -3px;
    }

    .pop_info_beans > div > p {
        text-align: center;
        margin-bottom: 50px;
    }

    .pop_info_beans ul.pop_info_beans_tit {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .pop_info_beans ul.pop_info_beans_tit li:first-child {
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .pop_info_beans > div > hr {
        display: block;
        width: 50px;
        height: 2px;
        background: #005aa9;
        border: none;
        margin-bottom: 24px;
    }

    .pop_info_beans ul.pop_info_beans_info {
        font-size: 20px;
        line-height: 50px;
        letter-spacing: -1px;
    }

    .pop_info_beans ul.pop_info_beans_info li {
        display: flex;
        align-items: baseline;
        flex-wrap: wrap;
    }

    .pop_info_beans ul.pop_info_beans_info li span {
        display: inline-block;
        width: 110px;
        font-weight: 700;
    }

    .pop_info_beans ul.pop_info_beans_info li span.line2 {
        width: auto;
        font-weight: normal;
        line-height: 160%;
    }

    .pop_info input[type=radio] {
        width: 18px;
        height: 18px;
        vertical-align: text-top;
        border: 1px solid #2d2c2c;
    }

    .pop_info input[type=radio]:checked {
        background: #483629 url("/resources/images/icons/vector.svg");
        background-repeat: no-repeat;
        background-position: center;
        border: none;
    }

    .pop_info .layer-pop_tit {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .pop_info .layer-pop_tit span {
        display: block;
        font-weight: 700;
        font-size: 18px;
    }

    .pop_info > ul {
        margin-bottom: 30px;
    }

    .pop_info > ul li {
        margin-bottom: 10px;
    }

    .pop_info > ul li span {
        font-size: 16px;
        display: block;
        margin-bottom: 5px;
        font-weight: 700;
    }

    .pop_info sup {
        vertical-align: super;
        font-size: 14px;
        color: #005aa9;
    }

    .pop_info > ul li > input {
        width: 100%;
        height: 50px;
        border: 1px solid #aaa;
        border-radius: 5px;
        text-indent: 10px;
        vertical-align: text-top;
    }

    .pop_info > ul li:last-child {
        margin-bottom: 0;
    }

    .pop_info .pop_agreeBox {
        margin-bottom: 30px;
    }

    .pop_info .pop_agreeBox > p {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .pop_info .pop_agreeBox .pop_agreeText {
        width: 100%;
        background: #f2f2f2;
        border-radius: 10px;
        padding: 15px;
        font-size: 15px;
        margin-bottom: 20px;
        word-break: keep-all;
        line-height: 160%;
    }

    .pop_info .pop_agreeBox ul {
        display: flex;
        justify-content: start;
        font-size: 16px;
        font-weight: 700;
    }
    .pop_info .pop_agreeBox ul li {
        display: flex;
        align-items: center;
    }
    .pop_info .pop_agreeBox ul li:first-child {
        margin-right: 100px;
    }

    .pop_info button {
        width: 120px;
        height: 30px;
        border-radius: 20px;
        background: #483629;
        color: #fff;
        border: none;
        font-size: 16px;
        font-weight: 500;
    }
}


@media all and (max-width:767px) {
    #modal {
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        top: 0;
        left: 0;
        z-index: 9999;
        display: none;
    }

    #modal_beans {
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        top: 0;
        left: 0;
        z-index: 9999;
        display: none;
    }

    .layer-pop_top {
        width: 100%;
        height: 120px;
        background: url("/resources/images/pop_apply_bg.png");
        background-size: cover;
        text-align: right;
    }

    .layer-pop_top > button {
        margin: 15px;
    }
    .layer-pop_top > button img {
        width: 15px;
    }

    .layer-pop_beans_top {
        width: 100%;
        background: #fff;
        text-align: right;
    }

    .layer-pop_beans_top > button {
        margin: 15px;
    }
    .layer-pop_beans_top > button img {
        width: 15px;
    }

    #pop_apply {
        width: 90%;
        max-width: 770px;
        border: none;
        /*box-shadow: 3px 3px 7px 1px grey;*/
        z-index: 9999;
        display: none;
        position: fixed;
        box-sizing: border-box;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    #pop_beans {
        width: 90%;
        max-width: 700px;
        border: none;
        /*box-shadow: 3px 3px 7px 1px grey;*/
        z-index: 9999;
        display: none;
        position: fixed;
        box-sizing: border-box;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    .pop_info {
        width: 100%;
        background-color: white;
        padding: 20px;
        height: 480px;
        overflow-y: auto;
    }

    .pop_info_beans {
        width: 100%;
        background-color: white;
        padding: 0px 20px 10px 20px;
        margin-top: -3px;
    }

    .pop_info_beans > div > p {
        text-align: center;
        margin-bottom: 20px;
    }

    .pop_info_beans ul.pop_info_beans_tit {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .pop_info_beans ul.pop_info_beans_tit li:first-child {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .pop_info_beans > div > hr {
        display: block;
        width: 50px;
        height: 2px;
        background: #483629;
        border: none;
        margin-bottom: 10px;
    }

    .pop_info_beans ul.pop_info_beans_info {
        font-size: 14px;
        line-height: 28px;
        letter-spacing: -1px;
    }

    .pop_info_beans ul.pop_info_beans_info li {
        display: flex;
        align-items: baseline;
        flex-wrap: wrap;
    }

    .pop_info_beans ul.pop_info_beans_info li span {
        display: inline-block;
        width: 70px;
        font-weight: 700;
    }

    .pop_info_beans ul.pop_info_beans_info li span.line2 {
        width: auto;
        font-weight: normal;
        line-height: 160%;
        word-break: keep-all;
    }

    .pop_info input[type=radio] {
        width: 18px;
        height: 18px;
        vertical-align: text-top;
        border: 1px solid #2d2c2c;
    }

    .pop_info input[type=radio]:checked {
        background: #483629 url("/resources/images/icons/vector.svg");
        background-repeat: no-repeat;
        background-position: center;
        border: none;
    }

    .pop_info .layer-pop_tit {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .pop_info .layer-pop_tit span {
        display: block;
        font-weight: 700;
        font-size: 18px;
    }

    .pop_info > ul {
        margin-bottom: 30px;
    }

    .pop_info > ul li {
        margin-bottom: 10px;
    }

    .pop_info > ul li span {
        font-size: 16px;
        display: block;
        margin-bottom: 5px;
        font-weight: 700;
    }

    .pop_info sup {
        vertical-align: super;
        font-size: 14px;
        color: #005aa9;
    }

    .pop_info > ul li > input {
        width: 100%;
        height: 34px;
        border: 1px solid #aaa;
        border-radius: 5px;
        text-indent: 10px;
        vertical-align: text-top;
        font-size: 14px;
    }

    .pop_info > ul li:last-child {
        margin-bottom: 0;
    }

    .pop_info .pop_agreeBox {
        margin-bottom: 30px;
    }

    .pop_info .pop_agreeBox > p {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .pop_info .pop_agreeBox .pop_agreeText {
        width: 100%;
        background: #f2f2f2;
        border-radius: 5px;
        padding: 10px;
        font-size: 12px;
        margin-bottom: 20px;
        word-break: keep-all;
        line-height: 160%;
    }

    .pop_info .pop_agreeBox ul {
        display: flex;
        justify-content: start;
        font-size: 14px;
        font-weight: 700;
    }
    .pop_info .pop_agreeBox ul li {
        display: flex;
        align-items: center;
    }
    .pop_info .pop_agreeBox ul li:first-child {
        margin-right: 20px;
    }

    .pop_info button {
        width: 120px;
        height: 32px;
        border-radius: 20px;
        background: #483629;
        color: #fff;
        border: none;
        font-size: 14px;
        font-weight: 700;
    }
}