@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    width: 100%;
    height: 100%;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input::-ms-clear,
input::-ms-reveal {
    display: none
}


@-ms-viewport {
    width: device-width
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: "Chinese Quote",-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 16px;
    font-variant: tabular-nums;
    line-height: 1.5;
    color: rgba(0,0,0,.65);
    background-color: #fff
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5em;
    color: rgba(0,0,0,.85);
    font-weight: 500
}

p {
    margin-top: 0;
    margin-bottom: 1em
}

a {
    color: #1890ff;
    background-color: transparent;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: color .3s;
    transition: color .3s;
    -webkit-text-decoration-skip: objects
}

    a:focus {
        text-decoration: underline;
        -webkit-text-decoration-skip: ink;
        text-decoration-skip: ink
    }

    a:hover {
        color: #40a9ff
    }

    a:active {
        color: #096dd9
    }

    a:active, a:hover {
        outline: 0;
        text-decoration: none
    }

    a[disabled] {
        color: rgba(0,0,0,.25);
        cursor: not-allowed;
        pointer-events: none
    }

code, kbd, pre, samp {
    font-family: "SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1em;
    overflow: auto
}

figure {
    margin: 0 0 1em
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

textarea {
    overflow: auto;
    resize: vertical
}

progress {
    vertical-align: baseline
}

output {
    display: inline-block
}

summary {
    display: list-item
}

template {
    display: none
}

.clearfix {
    zoom: 1
}

    .clearfix:after, .clearfix:before {
        content: "";
        display: table
    }

    .clearfix:after {
        clear: both
    }

@media screen and (max-width: 1280px) {
    .choice_box {
        width: 100% !important;
    }
}

@media screen and (max-width: 1024px) {
    main .footer span {
        font-size: 18px;
        margin: 5px;
        line-height: 40px
    }
    .choice_box {
        width: 100% !important;
    }
}

@media screen and (max-width: 768px) {
    main .footer {
        height: 65px;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 5px;
        z-index: 60;
        position: absolute
    }

    main .alarm {
        margin-bottom: 65px
    }

    main .footer span {
        display: block;
        font-size: 16px;
        margin: 5px;
        line-height: 20px
    }

    .choice_box {
        width: 100% !important;
    }
}


input::placeholder {
    font-size: 0.85rem;
    color: gray;
}

main {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "\5FAE\8EDF\6B63\9ED1\9AD4", Arial, Helvetica, sans-serif;
}

main .footer {
    width: 100%;
    height: 40px;
    position: fixed !important;
    bottom: 0 !important;
    background: -webkit-gradient(linear,left top,right bottom,from(#84bf2d),color-stop(#35c778),to(#2ca8e1));
    background: linear-gradient(left top,#84bf2d,#35c778,#2ca8e1);
    background: -webkit-linear-gradient(left top,#84bf2d,#35c778,#2ca8e1);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    main .footer span {
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        margin: auto 15px;
        line-height: 40px
    }

main .title {
    line-height: 60px;
    width: 100%;
    text-align: center;
    font-family: "\5FAE\8EDF\6B63\9ED1\9AD4", Arial, Helvetica, sans-serif;
}

    main .title > img {
        margin-right: 15px;
        display: inline-block;
        width: auto;
        line-height: 60px;
        vertical-align: text-bottom;
        height: 48px;
    }

main .page_title {
    margin: 40px auto 30px !important;
}

main .center {
    text-align: center;
}

main .container {
    width: 100%;
    margin: 0 auto;
}

main h1 {
    font-size: 44px;
    font-weight: 800;
    display: inline-block;
    margin-bottom: .25rem;
}

    main h2 {
        font-size: 32px;
        font-weight: 500;
        line-height: 1.5;
    }

main h3 {
    font-size: 22px;
    font-weight: 600;
}

    main ul {
        list-style: none;
    }

    main li {
        display: inline-block;
    }

.choice_con {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    place-content: center;
}

.choice_box {
    margin: 10px;
    max-width: 500px;
    min-height: 668px;
    width: calc(100% / 2 - 135px);
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .2);
    overflow: hidden;
    position: relative;
}

.choice_title {
    border-radius: 5px 5px 0 0;
}

.title-apply01 {
    background-image: url('../img/apply01-bg.png');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 130px;
}

.title-apply02 {
    background-image: url('../img/apply02-bg.png');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 130px;
}

.title-text01 {
    padding: 5px;
    font-size: revert;
    color: white;
    width: fit-content;
    background-color: rgb(2, 93, 129);
}

.title-text02 {
    padding: 5px;
    font-size: revert;
    color: white;
    width: fit-content;
    background-color: rgb(16, 143, 67);
}

.content-title {
    margin: 10px 20px;
    font-weight: 600;
    font-size: 19px;
    line-height: 28px;
}

.apply_condition span {
    line-height: 30px;
    display: block;
    margin-left: 40px;
}

.link_type {
    font-size: 18px;
    color: #15aad5;
    padding: 0 20px;
}

.border-right {
    border-right: 1px solid #4d4d4d;
}

.in_block {
    display: inline-block;
    margin-bottom: 0;
}

.type_nodecor {
    text-decoration: none;
}

.small_container {
    width: 92%;
    max-width: 600px;
    margin: 0 auto;
}

.tryforcenter {
    margin: auto 0;
}

.hint-title {
    color: rgba(0, 0, 0, .85);
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.6;
    overflow: hidden;
}
    .hint-title i{
        font-size:2rem;
    }


.hint-content {
    font-size: 1rem;
    color: rgba(0, 0, 0, .65);
    margin-top: 8px;
}

.button {
    margin: 20px;
}

.alarm {
    margin: 25px 0 50px;
}

.color-gray77 {
    color: rgb(77, 77, 77);
}


#cfg-btn {
    position: absolute;
    left: 1rem;
    top: 1rem;
}

#login-title {
    width: 100%;
    display: contents;
}
#login-message {
    position: absolute;
    top: 0.65rem;
    left: 2%;
    width: 96%;
    font-size: 1rem;
    opacity: 0.9;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }


/* The Modal (background) */
.image-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.image-modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
.image-modal-caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.image-modal-content, .image-modal-caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close-btn {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close-btn:hover,
    .close-btn:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

.show {
    display: initial;
}

.hide {
    display: none;
}

.snackbar {
    font-size: larger;
    font-weight: bold;
}