.requis_box {
    width: 80rem;
    margin: 2em auto 1.5em;
    max-width: 100%;
    padding: 0 1.5rem;
}

.requis_body {
    margin: 2em auto;
}


/*申請單表頭*/

.requis_title {
    color: #0369a1;
    text-align: center;
}

.requis_title>p {
    display: inline-block;
    font-size: 24px;
    font-weight: bolder;
    border-bottom: 3px #0369a1 solid;
}


/*申請單表單*/

.requis_cont {
    max-width: 800px;
    margin: auto;
}

.requis_area {
    font-size: 16px;
    border: 1px #ddd solid;
}

.requis_area>.item_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    border-bottom: 1px #ddd solid;
}

.requis_area>.item_box:last-child {
    border-bottom: 0;
}

.requis_area .input_box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.requis_area .input_box * {
    outline: none;
}

.requis_area .input_box input {
    width: 100%;
}

.requis_area .input_box input[type="radio"] {
    width: initial;
}

.requis_area>.item_box>* {
    padding: 0.75em;
}

.requis_area>.item_box>.title {
    font-weight: bolder;
    color: #fff;
    min-width: 12em;
    background: #0369a1;
}

.requis_area>.item_box>.input_box {
    border-left: 1px #ddd solid;
}

.requis_area>.item_box>.input_box>textarea {
    border: none;
    width: 100%;
    border: 0;
    overflow-y: auto;
    /* IE */
    resize: none;
    /* Firefox, Chrome */
}

.requis_area .input_box .note_text {
    color: #ff1010;
    font-size: 14px;
    padding-bottom: 0.75em;
}


/*單選按鈕*/

.requis_area input[type="radio"] {
    opacity: 0;
}

.requis_area input[type="radio"]:checked+label:before,
.requis_area input[type="radio"]+label:before {
    content: "";
    height: 1.3rem;
    width: 1.3rem;
    display: block;
    border: 0.125rem solid #aaa;
    border-radius: 50%;
    position: absolute;
    margin-left: -1.5rem;
}

.requis_area input[type="radio"]:checked+label:before {
    box-shadow: 0.125rem 0.125rem 0 #fff inset, -0.125rem -0.125rem 0 #fff inset, -0.125rem 0.125rem 0 #fff inset, 0.125rem -0.125rem 0 #fff inset, 0.3rem 0.3rem 0 #0369a1 inset, -0.5rem -0.5rem 0 #0369a1 inset;
}

.requis_area label {
    display: inline-block;
    cursor: pointer;
    padding: 0 0.75rem;
}

.requis_area .radio_choose {
    display: inline-block;
}


/*申請單note*/

.requis_note_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-content: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    background: #e8f8ff;
    padding: 1em;
    font-size: 15px;
    max-width: 800px;
    margin: auto;
}

.requis_note_box .note_lists>.title {
    font-size: 16px;
    color: #0369a1;
    font-weight: bolder;
}

.requis_note_box .note_lists:first-child {
    margin-bottom: 0.75em;
    padding-bottom: 0.75em;
    border-bottom: 4px #89cff5 double;
}

.requis_note_box .note_lists ul {
    list-style: decimal;
    padding-left: 1.3em;
    margin-top: 0.25em;
}


/*圖片上傳*/

.upload_img_box,
.auto_upload .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-content: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
}

.auto_upload .icon,
.drag_upload .icon {
    position: relative;
    width: fit-content;
    margin: auto;
    font-size: 3em;
    color: #b8b8b8;
}

.auto_upload .icon:hover {
    cursor: pointer;
    opacity: 0.85;
}

.upload_img_box>div {
    width: 100%;
    padding: 1em 0;
    text-align: center;
}

.auto_upload {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-content: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
}

.drag_upload .icon p,
.auto_upload .icon p {
    font-size: 15px !important;
}

.file_name,
.m_file_name {
    color: #00a971;
    word-break: break-all;
}


/*按鈕*/

.requis_btn_box {
    text-align: center;
    margin: auto;
}

.requis_btn_box button:focus {
    outline: 0;
}

.requis_btn_box button {
    margin-top: 1.5em;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
    box-shadow: inset 0 2px 0 rgb(255, 255, 255, 0.2), 0 2px 2px rgb(0, 0, 0, 0.2);
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 0.75em 9em;
    text-align: center;
    background: #ff6100;
    border-bottom: solid 2px #ff7520;
    outline: 0;
}

.requis_btn_box button:hover {
    opacity: 0.85;
}


/*footer*/

.footer_box {
    padding: 1em;
}

footer .con {
    max-width: 100%;
}

footer .con a {
    color: #828181;
    display: inline-block;
    margin: auto;
}

footer .con span {
    display: inline-block;
    margin-left: 0.5em;
}

footer .con span:first-child {
    margin-left: 0;
}

.mobile_upload_box {
    display: none;
}


/*約定帳戶*/

.no_req_text {
    font-size: 13px;
    color: #fff237;
    display: block;
}

.account_box .requis_note_box {
    background: none;
    padding: 0;
}

.account_box .requis_note_box .note_lists ul {
    list-style: disc;
    margin: 0;
}

.account_box .requis_note_box .note_lists:first-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.account_box .requis_area>.item_box.spec_item_box {
    padding: 0.75em;
    text-align: center;
    display: block;
    background: #ceeeff;
    color: #0369a1;
    font-weight: bolder;
}

.account_box .wBank_lists {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 100%;
}

.account_box .requis_area>.item_box.wBank_box>.input_box {
    padding: 0;
}

.account_box .requis_cont {
    max-width: 80rem;
}

.account_box .wBank_item>* {
    padding: 0.55em;
}

.account_box .wBank_item>.title {
    border-right: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
}

.wBank_item:last-child>.title,
.wBank_item:last-child>input {
    border-right: 0;
}

.wBank_item>input {
    border-right: 1px #ddd solid;
}

.wBank_item:first-child {
    max-width: 5.5em;
}

.wBank_item:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.wBank_item:nth-child(2),
.wBank_item:nth-child(3),
.wBank_item:nth-child(4) {
    width: 9em;
}

@media screen and (max-width: 1100px) {
    .requis_box {
        margin: 1em auto 0;
        padding: 0 0.75em;
    }
    .requis_title>p {
        font-size: 18px;
    }
    .requis_area {
        font-size: 15px;
    }
    .requis_area>.item_box>* {
        padding: 0.5em;
    }
    .requis_area>.item_box>.title {
        max-width: 7em;
        min-width: 7em;
    }
    .radio_choose {
        margin: 0.25em 0;
    }
    .upload_img_box,
    .input_box .file_name {
        display: none;
    }
    .requis_body {
        margin: 1em auto;
    }
    .requis_note_box {
        padding: 0.75em;
        font-size: 14px;
    }
    .requis_note_box .note_lists>.title {
        font-size: 15px;
    }
    .requis_area .input_box .note_text {
        font-size: 13px;
    }
    .requis_btn_box button {
        margin-top: 0.75em;
        font-size: 15px;
        width: 100%;
    }
    .mobile_upload_box {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }
    .m_upload_cont {
        position: relative;
    }
    .m_upload_btn {
        white-space: nowrap;
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        text-align: center;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        box-shadow: inset 0 1px 0 rgb(255, 255, 255, 20%), 0 1px 1px rgb(0, 0, 0, 0.19);
        font-weight: bold;
        letter-spacing: 1px;
        text-decoration: none;
        color: #464646;
        padding: 0.4em 0.75em;
        margin-right: 0.25em;
        border: 1px #d9d9d9 solid;
        background: linear-gradient(to bottom, #ffffff, #f5f5f5);
    }
    /*約定帳戶*/
    .no_req_text {
        display: initial;
    }
    .account_box .wBank_lists {
        display: block;
        width: 100%;
    }
    .wBank_item,
    .wBank_item:nth-child(2),
    .wBank_item:nth-child(3),
    .wBank_item:nth-child(4) {
        width: 100%;
        max-width: initial !important;
    }
    .account_box .wBank_item>.title,
    .wBank_item>input {
        border-right: none;
    }
    .wBank_item>input {
        border-bottom: 1px #ddd solid;
    }
    .wBank_item:last-child>input {
        border-bottom: 0;
    }
}