@charset "UTF-8";*{box-sizing:border-box;font-family:微軟正黑體,Arial,sans-serif}body{padding:0;margin:0}.layout-page{height:100vh;background-color:#2d3e4e;display:flex}@media screen and (min-width: 768px){.layout-page .layout-sidebar{width:0}}@media screen and (max-width: 767px){.layout-page .layout-sidebar{width:100vw;height:calc(100vh - 56px);position:fixed;top:56px;left:0;transform:translate(0);z-index:999;background-color:#2d3e4e;transition:all .2s}.layout-page .layout-sidebar .site-name{display:none}}.layout-page .layout-sidebar .layout-sidebar-inner{width:100%;padding:20px;white-space:nowrap}.layout-page .layout-sidebar .layout-sidebar-inner .site-name{text-align:center;padding:40px 0;color:#fff;text-decoration:none}.layout-page .layout-sidebar .layout-sidebar-inner .site-name img{background-color:#fff;padding:20px;border-radius:10px;width:160px;max-width:100%}.layout-page .layout-sidebar .layout-sidebar-inner .site-name .company-name{margin-top:15px}.layout-page .layout-sidebar .layout-sidebar-inner .main-link{position:relative;cursor:pointer;color:#fff;padding:10px 0}.layout-page .layout-sidebar .layout-sidebar-inner .main-link .icon-wrap{width:55px;margin-right:10px;font-size:.9em;text-align:center;vertical-align:middle;display:inline-block}.layout-page .layout-sidebar .layout-sidebar-inner .main-link:after{content:">";position:absolute;right:15px;top:10px;transition:all .3s;font-size:.8em;opacity:.7}.layout-page .layout-sidebar .layout-sidebar-inner .main-link.menu-open:after{transform:rotate(90deg)}.layout-page .layout-sidebar .layout-sidebar-inner .main-link.menu-open+.sub-links{max-height:1500px}.layout-page .layout-sidebar .layout-sidebar-inner .sub-links{max-height:0;font-size:.95em;overflow:hidden}.layout-page .layout-sidebar .layout-sidebar-inner .sub-links a{line-height:40px;border-radius:15px;display:block;color:#fff;text-decoration:none;font-size:.9rem;padding-left:65px;margin-bottom:10px;cursor:pointer}.layout-page .layout-sidebar .layout-sidebar-inner .sub-links a.router-link-active{background-color:#ffffff1a;border-radius:25px}@media screen and (min-width: 768px){.layout-page.open-menu>.layout-sidebar{width:250px;overflow:hidden;transition:all .2s}}@media screen and (max-width: 767px){.layout-page.open-menu>.layout-sidebar{transform:translate(-100%)}}.layout-page .layout-content{flex:1;height:100%;overflow:auto;display:flex;flex-direction:column;background-color:#f1f1f1}.layout-page .layout-content .page-nav{display:flex;justify-content:space-between;align-items:center;background-color:#fff;border-bottom:1px solid #d8dbe0;padding:5px 10px}.layout-page .layout-content .page-nav .menu-btn{padding:3px 10px;opacity:.5;display:inline-block;vertical-align:middle;cursor:pointer;border-radius:5px;transition:all .3s}.layout-page .layout-content .page-nav .menu-btn:hover{background-color:#0000001a}.layout-page .layout-content .page-nav .title{font-size:1.5em;font-weight:700}.layout-page .layout-content .page-nav .log-out{height:26px;background-color:#f1f1f1;line-height:26px;display:inline-block;border-radius:25px;font-size:.8em;padding:0 15px;margin-left:5px;cursor:pointer}.layout-page .layout-content .page-content{background-color:#f1f1f1;padding:10px;flex:1;overflow-y:auto}.layout-page .layout-content .page-footer{background-color:#373737;color:#fff;font-size:.9em;text-align:center}.layout-page .account-menu{background:#5380f7;border:0;color:#fff;padding:5px;border-radius:25px}.layout-page .account-menu *{vertical-align:middle}.layout-page .account-menu img{width:35px;height:35px;border-radius:50%;background-color:#fff;object-fit:contain}.layout-page .account-menu .user-name{display:inline-block;margin:0 10px}.filter-block{border-radius:.25rem;background-color:#fff;padding:15px;margin-bottom:10px}.table-wrap{background-color:#fff;padding:15px;border-radius:5px}.table-wrap tr{background-color:#fff}.table-wrap tr th{background-color:#303c50!important;color:#fff;border:none;white-space:nowrap}.table-wrap tr th:first-child{border-radius:5px 0 0 5px}.table-wrap tr th:last-child{border-radius:0 5px 5px 0}.table-wrap tr td{border:none;border-bottom:1px solid #d8dbe0;white-space:nowrap}.table-wrap tr.footer-pagination-row{background-color:transparent!important}.el-table__expanded-cell tr th{background-color:#f5f7fa!important;color:#000}.block-form .el-form-item{margin-bottom:5px}.el-dialog{max-width:960px}.el-table th{background-color:#f5f7fa!important}.el-table.danger-table th,.el-table.danger-table .el-table__footer-wrapper .el-table__cell{background-color:#feeded!important}.el-table .el-button{margin-bottom:5px}.el-input-number{width:100%!important}.el-input-number .el-input__inner{text-align:left}.el-dialog__header{margin-bottom:-20px;text-align:left}.el-dialog__header .el-dialog__title{padding:10px 20px;color:#fff!important;position:relative;top:-20px;border-radius:5px;background:linear-gradient(336deg,#2f75d1 35%,#70c5d2 100%)}.text-overflow{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.el-table__header,.el-table__body,.el-table__footer{width:100%!important;table-layout:fixed!important}.align-right{text-align:right}.align-center{text-align:center}.mb-5{margin-bottom:5px}.el-input.is-disabled .el-input__inner,.el-textarea.is-disabled .el-textarea__inner{color:#000!important}.redCell{background-color:#ffe7e7}.el-select__tags-text{font-size:14px}.upload-table{width:100%;background-color:#fff;margin-bottom:10px}.upload-table tr:nth-child(odd){background-color:#f1f1f1}.upload-table th{text-align:center}.upload-table td{padding:0 10px}.upload-table td:nth-last-child(1),.upload-table td:nth-last-child(2){text-align:right}.upload-table td:nth-last-child(1){color:red}.upload-table .upload-demo{display:inline-block;margin-right:15px}.download-file{background-color:#fff;border:2px dashed #c7c7c7;display:flex;align-items:center;padding:0 5px;margin-top:30px}.download-file>div{flex:1}.download-file>div img{vertical-align:middle;height:40px;margin-right:10px}.download-file>div span{vertical-align:middle;font-size:.8em}.alert-table{width:100%;margin-bottom:20px;border-collapse:collapse}.alert-table th{padding:5px;border:1px solid #969696;background-color:#f1f1f1}.alert-table td{padding:5px;border:1px solid #969696}.alert-table .upload-demo{display:inline-block;margin-right:15px}.el-form-item__error{bottom:0;top:unset;background-color:#fa4a4a;color:#fff;padding:3px 10px;border-radius:5px;right:0;left:unset}@media only screen and (max-width: 767px){.el-form-item__error{bottom:-20px}}.file-link{display:inline-block;background-color:#f1f1f1;padding:2px 5px;border-radius:5px;margin-bottom:5px;font-size:.9em}.n-dialog__title{padding:10px 0;position:relative;top:-9px;border-bottom:5px solid #f1bf72;font-size:1em}.n-dialog__action{border-top:1px solid #f1f1f1;padding-top:20px}.menu-select-list{overflow:auto;height:100%}.menu-select-list>div{background-color:#f1f1f1;border-radius:5px;margin-bottom:5px}.menu-select-list>div .menu-name{padding:10px;cursor:pointer;opacity:.5;display:flex}.menu-select-list>div .menu-name span{flex:1}.menu-select-list>div .menu-name i{transition:all .2s}.menu-select-list>div .option-wrap{max-height:0px;overflow:hidden;padding:0 10px;transition:all .2s}.menu-select-list>div .option-wrap .option{background-color:#fff;text-align:center;margin-bottom:10px;border-radius:5px;padding:5px 0;display:block;cursor:pointer;font-size:.9em;transition:all .2s}.menu-select-list>div .option-wrap .option.active{background-color:#5380f7;color:#fff}.menu-select-list>div .option-wrap .option.hasPermission{background-color:#e3e7f1;color:#1d4ccc;font-weight:700}.menu-select-list>div.open .menu-name i{transform:rotate(90deg)}.menu-select-list>div.open .option-wrap{max-height:1000px}.permission-select-list label{display:block;background-color:#f1f1f1;margin-bottom:5px;padding:10px;display:flex;cursor:pointer}.permission-select-list label input[type=checkbox]{display:none}.permission-select-list label input[type=checkbox]:checked~.switch span{background-color:#5380f7;transform:translate(calc(100% - 6px))}.permission-select-list label>span{flex:1}.permission-select-list label .switch{display:inline-block;vertical-align:middle;padding:3px;border:3px solid #c5c5c5;background-color:#fff;border-radius:25px;width:60px;position:relative;height:29px}.permission-select-list label .switch span{width:50%;height:calc(100% - 6px);position:absolute;left:3px;top:3px;background-color:#c5c5c5;border-radius:25px;transition:all .3s}.wrapper{margin:0 -10px;height:100%;position:relative}.wrapper .content{height:100%;overflow-y:auto;padding-bottom:100px}.wrapper .content .layout{max-width:1000px;min-height:auto;width:100%;margin:0 auto}.wrapper .content .layout .banner{max-width:100%;width:260px;margin:30px auto;display:block}.wrapper .content .layout .title{text-align:center;background-color:#6caaa5;opacity:.8;color:#fff;border-radius:25px;margin-bottom:10px}.wrapper .content .layout .icon{vertical-align:top}.wrapper .btn_group{z-index:999;position:absolute;left:0;bottom:-10px;width:100%;padding:10px;text-align:center;background-color:#fff;box-shadow:2px -2px 5px #00000012}.wrapper .btn_group .btn{margin-right:10px}.icon-btn{font-size:26px;padding:4px;border-radius:5px}.mail-code-wrap{background-color:#6caaa5}.mail-code-wrap .title{color:#fff;font-size:1.5em}.mail-code-wrap .note{color:#fff;opacity:.8;margin-bottom:20px}.note-table{width:100%;border-collapse:collapse;-webkit-user-select:none;user-select:none}.note-table tr{cursor:pointer;border-bottom:4px solid #6caaa5;overflow:hidden;font-size:.9em}.note-table tr th{background-color:#e8eceb;text-align:center;padding:5px 10px}.note-table tr td{padding:5px 10px;background-color:#fff}.note-table tr i{opacity:0;transition:opacity .3s}.note-table tr:hover i{opacity:1}.mail-wrap{width:95%;margin:0 auto;position:relative;display:flex;align-items:center;padding:0 10px;max-width:1120px;align-items:start}.mail-wrap .n-form-item.n-form-item--medium-size.n-form-item--top-labelled.ck-edit-item{width:100%}@media screen and (max-width: 850px){.mail-wrap{display:block}}.mail-wrap:before{content:"";background-color:#6caaa5;height:90%;width:100%;position:absolute;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border-radius:1.5rem;transform:rotate(-1deg);top:20px;left:0}@media screen and (max-width: 850px){.mail-wrap:before{top:0;transform:rotate(0);border-radius:10px}}.mail-wrap form{position:relative;z-index:2;background-color:#fff;flex:1;min-width:1px;padding:20px;border-radius:15px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}@media screen and (max-width: 850px){.mail-wrap form{padding:20px}}.mail-wrap .note-wrap{z-index:3;padding:40px 10px;position:relative}@media screen and (min-width: 851px){.mail-wrap .note-wrap{overflow-y:auto;max-height:68vh}}@media screen and (max-width: 850px){.mail-wrap .note-wrap{width:100%;padding:0}}.mail-wrap .note-wrap .letter-title{font-size:2em;font-weight:700;color:#fff}.mail-wrap .note-wrap .note-title{color:#fff;opacity:.8;margin-bottom:20px}.mail-wrap .note-wrap .note-table{width:100%}.mail-wrap .note-wrap .note-table table{border-collapse:collapse;width:100%}.mail-wrap .note-wrap .note-table tr{cursor:pointer;border-bottom:4px solid #6caaa5;overflow:hidden;font-size:.9em}.mail-wrap .note-wrap .note-table tr th{background-color:#e8eceb;text-align:center;padding:5px 10px}.mail-wrap .note-wrap .note-table tr td{padding:5px 10px;background-color:#fff}.mail-wrap .note-wrap .note-table tr i{opacity:0;transition:opacity .3s}.mail-wrap .note-wrap .note-table tr:hover i{opacity:1}.consent-form{max-width:960px;margin:0 auto;position:relative;display:flex;align-items:center;padding:0 20px}@media screen and (max-width: 850px){.consent-form{display:block}}.consent-form:before{content:"";background-color:#6caaa5;height:90%;width:100%;position:absolute;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border-radius:1.5rem;transform:rotate(-1deg);top:20px}@media screen and (max-width: 850px){.consent-form:before{top:0}}.consent-form .note-wrap{z-index:3;padding:30px;position:relative}.consent-form .note-wrap .letter-title{font-size:2em;font-weight:700;color:#fff}.consent-form .note-wrap .note-title{color:#fff;opacity:.7;margin-bottom:20px}.consent-form .note-wrap .note-table{background-color:#fff;max-height:400px;overflow:auto}.consent-form .note-wrap .note-table table{width:100%}.consent-form .note-wrap .note-table table tr{border-bottom:4px solid #6caaa5;overflow:hidden;font-size:.9em}.consent-form .note-wrap .note-table table th{background-color:#e6edfe;text-align:center;padding:5px 10px}.consent-form .note-wrap .note-table table td{padding:5px 10px}.consent-form form{position:relative;z-index:2;background-color:#fff;flex:1;padding:30px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.ck-editor__editable_inline{min-height:350px;max-height:450px}.ck-edit-item .n-form-item-blank{display:block}.page-tabs{cursor:default;margin-bottom:20px}.page-tabs a{display:inline-block;background-color:#fff;padding:10px 15px;color:#383838;margin-right:2px}.page-tabs a:last-child{margin-right:0}.page-tabs a.active{background-color:#2d3e4e;color:#fff;position:relative}.page-tabs a.active:after{content:"";width:0;height:0;border-style:solid;border-width:10px 10px 0 10px;border-color:#2d3e4e transparent transparent transparent;position:absolute;left:50%;bottom:-10px;transform:translate(-50%)}.page-tabs-content table{background-color:#fff;box-shadow:2px 2px 5px #0000001a}.page-tabs-content table tr:first-child td,.page-tabs-content table tr:first-child th{border-top:none}.page-tabs-content table tr:first-child th{background-color:#faf9f8;font-weight:400;color:#646464}.page-tabs-content table .explanation{width:30px;height:30px;border-radius:50%;text-align:center;line-height:30px;display:inline-block;background-color:#df2e2e;color:#fff;z-index:3;font-weight:700;margin-left:10px;font-size:1.2em;cursor:pointer;vertical-align:middle;padding:0}.radio{margin-bottom:8px}.month{display:flex;flex-wrap:wrap}.month label{margin:0 3px 0 4px;padding:0;cursor:pointer}.month span{width:40px;border-radius:6px;margin-bottom:1rem;text-align:center}.week{display:flex;flex-wrap:wrap}.week label{margin:0 3px 0 4px;padding:0;cursor:pointer}.week span{width:110px;border-radius:6px;margin-bottom:1rem;text-align:center}input[type=checkbox]{display:none}input[type=checkbox]+span{display:inline-block;background-color:#d3d3d3;border:1px solid gray;color:#333;-webkit-user-select:none;user-select:none}input[type=checkbox]:checked+span{color:#fff;background-color:#5380f7}.log-title{background-color:#fff;color:#33344a;padding:2px 6px;position:absolute;font-size:1rem;top:-16px;left:470px}.log-content{height:100%;overflow:auto;border:2px solid #a8a8a8;border-radius:5px;padding:10px;font-size:14px}.person-card{background-color:#fff;padding:10px;border-radius:5px;position:relative}.person-card .info-wrap{background-color:#2d3e4e;display:flex;align-items:center;padding:10px;border-radius:5px;overflow:hidden;background-position:right bottom}.person-card .info-wrap .check-wrap{text-align:center;cursor:pointer;margin-right:10px;vertical-align:text-bottom}.person-card .info-wrap .check-wrap input{display:none}.person-card .info-wrap .check-wrap input:checked+span{position:absolute;left:50%;top:50%;background-color:#0009;border-radius:5px;width:100%;height:100%;transform:translate(-50%,-50%)}.person-card .info-wrap .check-wrap input:checked+span .icon{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:1.5em;color:#e8eceb}.person-card .info-wrap .check-wrap span{border-radius:50%;text-align:center;display:inline-block;z-index:10;position:relative;background-color:#fff;width:20px;height:20px}.person-card .info-wrap .check-wrap span .icon{color:#000;font-size:1em;font-weight:800px;transition:opacity .2s}.person-card .info-wrap .info{color:#fff}.person-card .info-wrap .info.right{flex:1;min-width:1px;text-align:right;display:flex;flex-wrap:wrap;align-items:center}.person-card .info-wrap .info img{width:50px;height:50px;border-radius:5px;border:2px solid #fff;margin-right:10px;background-color:#fff;display:block;object-fit:cover}.person-card .info-wrap .info .name{font-weight:700;font-size:1.5em;display:inline;margin-right:7px;flex:1;min-width:1px}.person-card .info-wrap .info .en-name{height:20px;font-size:.8em}.person-card .info-wrap .info .email{background-color:#6caaa5;padding:0 10px;border-radius:5px;width:100%}.person-card .card-table{width:100%;table-layout:fixed;cursor:default}.person-card .card-table tr td{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding:2px 5px;border-right:1px solid #f1f1f1}.person-card .card-table tr td:last-child{border-right:none}.person-card .card-table tr th{background-color:#e8eceb}.person-card .order{text-align:center;margin-bottom:-28px;margin-top:5px;position:relative;z-index:2}.person-card .order span{background-color:#fff;padding:0 10px}.person-card.female .email{background-color:#d78626!important}.book-card{background-color:#fff;padding:10px;border-radius:5px;cursor:default}.book-card .info-wrap{background-color:#6caaa5;display:flex;align-items:center;padding:10px;border-radius:5px;overflow:hidden;background-position:right bottom;position:relative}.book-card .info-wrap:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;z-index:1}.book-card .info-wrap .info{position:relative;z-index:2;color:#fff}.book-card .info-wrap .info .icon-wrap{border-radius:5px;border:2px solid #fff;margin-right:10px;background-color:#f1f1f1;display:block;height:45px}.book-card .info-wrap .info.right{flex:1;min-width:1px;text-align:right}.book-card .info-wrap .info .name{font-weight:700;font-size:1.5em;display:inline;margin-right:7px;display:block}.book-card .card-table{width:100%;table-layout:fixed}.book-card .card-table tr td{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding:2px 5px;border-right:1px solid #e8eceb;height:35px}.book-card .card-table tr td:last-child{border-right:none}.book-card .card-table tr th{background-color:#e8eceb}.book-card.female .email{background-color:#bf2d2d!important}.resume-form{width:100%;margin:0 auto}.resume-form .step-title{background-color:#f1f1f1;padding:5px;border-radius:25px;margin-bottom:10px}.resume-form .step-title i{font-size:20px;width:30px;height:30px;vertical-align:middle;background-color:#383838;color:#fff;border-radius:50%;padding:5px;margin-right:10px}.resume-form .step-title span{display:inline-block;vertical-align:middle}.resume-form .head-wrap{position:relative;background-color:#fff;width:80px;height:80px;border-radius:50%;margin:0 auto 20px}.resume-form .head-wrap img{display:block;height:100%;width:100%;object-fit:cover;border-radius:50%}.resume-form .head-wrap .n-upload{position:absolute;right:0;bottom:0;display:inline-block;width:auto}.resume-form .head-wrap .n-upload .n-icon{background-color:#383838;color:#fff;padding:5px;height:28px;width:28px;font-size:18px;border-radius:50%;cursor:pointer}@media only screen and (max-width: 767px){.resume-form .n-step-content__description{display:none!important}}
