body {
    background-image: url(/www/images/login_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.register-header{
    width: calc(100% - 20px);
    padding: 10px;
    border-bottom: 1px solid #FF5722;
}
.register-warp {
    height: 100%;
    width: 100%;
    min-height: calc(100vh - 38px);
    background-color: #01236fb0;
}
.register-container{
    max-width: 1220px;
    margin: 0 auto;
    position: relative;
}
.main_bg {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
    max-width: 1220px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.title_logo{}
.title_logo>img{
    width: 75px;
}
.title_text{
    margin-left: 12px;
}
.title_text > h1 {
    text-align: start;
    color: #ffffff;
    font-size: 22px;
    font-weight: normal;
}
.title_text > p {
    text-align: start;
    color: #FF9800;
    font-size: 16px;
    margin-top: 5px;
}

.warp {
    background-color: #f3fbfe;
    min-width: 700px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 50px;
    align-items: center;
    padding-top: 50px;
    width: 80%;
}

html {
    color: #000;
    background-color: #edf1fc;
}

/*僱主註冊*/
.title {
    margin-top: 50px;
    margin-bottom: 50px;
}

.title h1 {
    font-size: 28px;
    letter-spacing: 0;
    text-align: center;
    color: #ffffff;
    font-weight: normal;
    line-height: 1.2;
}


.title p{
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
    color: #ffffff;
    font-weight: normal;
    line-height: 1.2;
    margin-top: 10px;
}
.title p i{
    margin-right: 5px;
}



.register {
    width: calc(100% - 100px);
    padding: 50px;
    margin-bottom: 50px;
    background-color: #f3fbfe;
}
.register_list{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}
.register_list>li{
    width: 31%;
    margin: 1%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;

}
.register_list>li>label{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 13px;
    margin-bottom: 7px;
    color: #696969;
}

.register_list>li>label>i{
    margin-right: 5px;
}
.register_list>li>div{
    width: 100%;
}
.register_list>li>div>input,.register_list>li>div>select,.code input {
    width: 100%;
    text-indent: 6px;
    color: #3d3d3e;
    font-size: 13px;
    background-color: #fff;
    margin-bottom: 5px;
    border: 1px solid #cdcdcd;
    padding: 5px;
    line-height: 22px;
}
.code{
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}
.code input{
    width: calc(100% - 168px) !important;
}
.code img{
    width: 138px;
}
.code img{
    width: 138px;
}
.code span{
    background-color: #dcefff;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.register h2 {
    font-size: 18px;
    font-weight: normal;
    color: #3d3d3e;
    margin: 20px 0 10px;
}

.footed {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.footed button {
    box-shadow: 0 1px 3px 0 rgba(33, 150, 243, 0.21);
    width: 160px;
    background-color: #FF9800;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    margin: 0 auto;
    border-radius: 5px;
}

.tooltip {
    display: none;
    /*position: absolute;*/
}

/*隱藏滑塊內容*/

.error_tip {
    color: #EF6C00;
    font-size: 12px;
    margin-top: 3px;
    display: none;
}

.show {
    display: block;
}

.register_ru {
    display: flex;
    margin: 50px 0;
}

.register_ru > p {
    text-align: center;
    width: 100%;
}

.spring_view {
    display: none;
}

.spring_view {
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(7, 14, 18, 0.38);
    align-items: center;
    justify-content: center;
}

.spring_view > div {
    width: 400px;
    background-color: #fff;
    padding: 40px;
    box-shadow: 0 1px 3px 0 rgba(33, 150, 243, 0.21);
    margin: 0 auto;
    min-width: 300px;
    border-radius: 10px;
}

.spring_view > div > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.spring_view > div > ul > li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    width: calc(50% - 4px);
}

.spring_view > div > ul > li > label > input {
    margin-right: 5px;
}

.spring_view > div > ul > li > label > input[type='checkbox'] {
    -webkit-appearance: none;
    vertical-align: middle;
    background: #fff;
    border-radius: 6px;
    min-height: 18px;
    min-width: 18px;
    height: 18px;
    width: 18px;
    position: relative;
    cursor: pointer;
    border: 2px solid #2ca9fd;
    padding: 0;
    margin: 0 6px 0 0;
    font-size: 17px;
}

.spring_view > div > ul > li > label > input[type='checkbox']:checked::after {
    content: '\e904';
    font-family: "h_icomoon";
    font-size: 12px;
    top: 0;
    left: 0;
    position: absolute;
    background: #2ca9fd;
    border-top: none;
    height: 14px;
    color: #fff;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14px;
}

.spring_view > div > ul > li > label {
    color: #646464;
    background-color: #d1e7fd;
    padding: 5px 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 14px;
}

.select_foot {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.select_foot > button {
    box-shadow: 0 1px 3px 0 rgba(33, 150, 243, 0.21);
    background-color: #2ca9fd;
    border: unset;
    border-radius: 10px;
    line-height: 38px;
    color: #fff;
    font-size: 16px;
    width: 100%;
}

/*註冊結果頁面*/
.result{
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.result h1{
    font-size: 24px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 30px;
    color: #212121;
    font-weight: normal;
    line-height: 1.2;
}
.result button{
    padding: 8px 24px;
    background-color: #fff996;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.result button:before{
    content: "\f4d6";
    font-size: 15px;
    font-family: 'harry-icon';
    color: #a06305;
}
.result button>span{
    font-size: 15px;
    color: #a06305;
    display: block;
    line-height: 28px;
    white-space: nowrap;
    margin-left: 5px;
}
.result button:hover {
    background-color: #532603;
}
.result button:hover:before {
    color: #e6d843;
}
.result button:hover span {
    color: #e6d843;
}
@media only screen and (max-width: 1240px) {
    .register-container{
        width: 80%;
    }
}