/* 1 Typography
------------------------------------------------------------------- */
::-moz-selection {
    background: rgba(46, 174, 173, .8);
    color: #fff;
}
::selection {
    background: rgba(46, 174, 173, .8);
    color: #fff;
}
::-moz-selection {
    background: rgba(46, 174, 173, .8);
    color: #fff;
}
.white {
    color: #fff;
}
.black {
    color: #131313;
}
.green {
    color: #2eaead;
}
.red {
    color: #e14b4b;
}
.bg-gray {
    background: #f7f7f7;
}
ul,
li,
ol {
    list-style: none;
}
ul.disc {
    padding-left: 16px;
}
ul.disc > li {
    position: relative;
}
ul.disc > li:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: rgba(19, 19, 19, .1);
    border-radius: 99em;
    position: absolute;
    top: 50%;
    left: -12px;
    transform: translateY(-50%);
}
hr {
    border-top: 1px solid rgba(13, 13, 13, .1);
    margin: 1rem -16px;
}
img {
    width: 100%;
}
a {
    color: inherit;
}
a:hover,
a:focus {
    text-decoration: none;
    color: inherit;
}
a:focus,
button:focus,
.btn.focus,
.btn:focus {
    color: inherit;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button {
    color: inherit;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
}
a.link{
    color: #2eaead;
    text-decoration: underline;
}
.btn {
    color: #fff;
    background: #2eaead;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 72px;
    height: 36px;
    padding: 0 4px;
    border-radius: 4px;
}
.btn:hover {
    color: #fff;
    opacity: .75;
}
.btn-line {
    color: #2eaead;
    background: transparent;
    border: 1px solid #2eaead;
}
.btn-line:hover {
    color: #2eaead;
}
.btn-circle {
    background: url(../_images/icon-plus.svg) no-repeat center center #2eaead;
    background-size: 16px 16px;
    min-width: auto;
    width: 48px;
    height: 48px;
    text-align: center;
    text-indent: -9999px;
    border-radius: 99em;
    -webkit-box-shadow: 0 5px 15px -2px rgba(46, 174, 173, .25);
    box-shadow: 0 5px 15px -2px rgba(46, 174, 173, .25);
}
.btn-lg {
    font-size: 16px;
    letter-spacing: 2px;
    width: 100%;
    height: 48px;
    margin-top: 16px;
    -webkit-box-shadow: 0 5px 15px -2px rgba(46, 174, 173, .25);
    box-shadow: 0 5px 15px -2px rgba(46, 174, 173, .25);
}
.btn-fixed {
    font-weight: 600;
    letter-spacing: 1px;
    width: 100%;
    height: 56px;
    -webkit-box-shadow: 0 -5px 15px -2px rgba(46, 174, 173, .25);
    box-shadow: 0 -5px 15px -2px rgba(46, 174, 173, .25);
    position: fixed;
    bottom: 0;
    left: 0;
    border-radius: 0;
    z-index: 10;
}
.btn-fixed:hover {
    opacity: 1;
    background: #199b9b;
}
.btn-red {
    background: #e14b4b;
}
.btn-gray {
    color: #2eaead;
    background: #f7f7f7;
}
.btn-gray:hover {
    color: #2eaead;
}
.btn-i-right i{
    margin-left: 4px;
}
.btn-i-left i{
    margin-right: 4px;
}
.btn-disabled {
    background: #dcdcdc;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-book span{
    font-size: 12px;
    display: block;
    opacity: .75;
    margin: 0 8px;
}
.btn-primary {
     border-color: #2eaead; 
}
.btn-primary:hover {
     background-color: #2eaead;
    border-color: #2eaead;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #2eaead;
    border-color: #2eaead;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-box{
    display: flex;
    margin: 0 -4px;
}
.btn-box .btn{
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0 4px;
}
/* 2 Layout
------------------------------------------------------------------- */
html {
    height: 100%;
    overflow-x: hidden;
}
body {
    font-family: 'WenQuanYi Zen Hei', 'Microsoft JhengHei', 'Heiti TC', 'Droid Sans', 'Open Sans', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #131313;
    /* background: #f7f7f7; */
    background: #202026;
    margin: 0;
    /*overflow-x: hidden;*/
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
}
.main {
    /* min-height: 90vh; */
    padding: 8px 16px;
}
.home .main{
    min-height: auto;
}
.empty {
    font-size: 14px;
    text-align: center;
    color: rgba(19, 19, 19, .75);
    margin: 16px 0;
}
.photo {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 99em;
}
/*header----------------------*/
header.header {
    padding: 0 16px 30px 16px;
    display: flex;
    /* background: #fff; */
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    /* -webkit-box-shadow: 0 0px 20px rgba(19, 19, 19, .1); */
    /* box-shadow: 0 0px 20px rgba(19, 19, 19, .1); */
	height:80px;
}
header.header .logo {
	width: 250px !important;
    height: 80px !important;
	background-size: 250px!important;
	margin-bottom:10px;
}

.header .logo {
    display: block;
    text-indent: -9999px;
    width: 500px;
    height: 200px;
    background: url(../_images/logo.svg) no-repeat center center;
    /* background-size: 108px 20px; */
    margin: 0px 0 10px;
	
}
.header .back {
    display: block;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    background: url(../_images/icon-back.svg) no-repeat center center;
    background-size: 20px 20px;
    margin: 18px 0;
}
.header .page-title {
    font-size: 18px;
    text-align: center;
    line-height: 1;
    margin: 18px 0;
}
.header .info-box {
    width: 100%;
    background: #f7f7f7;
    padding: 4px 16px;
    min-height: 48px;
}
.header .info-box.quote {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}
.header .info-box.quote .title {
    color: rgba(19,19,19,.75);
}
.header .info-box.quote .content {
    font-size: 12px;
}
.header .info-box.quote .content ul{
    padding: 0;
    margin: 0;
}
.header .filter{
    width: 100%;
    min-height: 48px;
    padding: 4px 8px;
    display: flex;
    align-items: center;
}
.header .filter.row{
    width: calc(100% + 32px);
}
.header .filter .twzipcode{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .filter .twzipcode select{
    margin-bottom: 0;
}
.header .filter .twzipcode span[data-name=area]{
    flex-grow: 1;
    margin-left: 8px;
}
.header form{
    padding: 0;
}
.header .space{
    width: 20px;
}
header .fixed {
    /*position: fixed;*/
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
}
/*Menu----------------------*/
.menu .icon-menu {
    display: block;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    background: url(../_images/icon-menu.svg) no-repeat center center;
    background-size: 20px 20px;
    margin: 18px 0;
}
.pushy {
    width: 400px;
    max-width: 80vw;
    background: #fff;
}
.pushy-right {
    -webkit-transform: translate3d(400px, 0, 0);
    -ms-transform: translate3d(400px, 0, 0);
    transform: translate3d(400px, 0, 0);
}
.menu .user {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    background: #2eaead;
}
.menu .user-title {
    font-size: 14px;
    color: #fff;
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid #fff;
}
.menu .user .photo {
    border: 2px solid #fff;
    box-sizing: content-box;
    margin-right: 16px;
}
.menu .user .name {
    font-size: 18px;
    color: #fff;
}
.menu .nav li {
    width: 100%;
    border-bottom: 1px solid #f7f7f7;
}
.pushy a {
    color: #131313;
    padding: 8px 24px;
}
.pushy a:hover {
    color: #2eaead;
}
.menu-title {
    font-size: 14px;
    padding: 4px 16px;
    background: #f7f7f7;
}
.nav.contacts {
    align-items: center;
    text-align: center;
    padding: 0 16px;
}
.nav.contacts li {
    width: calc(20% - 16px);
    border-bottom: none;
}
.contacts a {
    padding: 8px;
}
.contacts img {
    width: 32px;
    height: 32px;
}
.contacts i {
    color: #2eaead;
    font-size: 28px;
}
.menu .nav .not-open{
    opacity: .4;
}
/*tab-line----------------------*/
.tab-line {
    width: calc(100% + 32px);
    margin: 0 -16px;
}
.tab-line .nav-tabs {
    height: 48px;
    display: flex;
    align-items: center;
    border: none;
}
.tab-line .nav-tabs .nav-item {
    flex: 1 1 auto;
    font-size: 18px;
    text-align: center;
    border: none;
}
.tab-line .nav-tabs .nav-link {
    color: rgba(19, 19, 19, .75);
    border: none;
    border-bottom: 4px solid transparent;
}
.tab-line .nav-tabs .nav-item.show .nav-link,
.tab-line .nav-tabs .nav-link.active {
    color: #131313;
    border: none;
    border-bottom: 4px solid #2eaead;
}
.tab-line .nav-tabs .nav-link:focus,
.tab-line .nav-tabs .nav-link:hover {
    border: none;
    border-bottom: 4px solid #2eaead;
}
/*tab-block----------------------*/
.tab-block {
    width: 100%;
    padding: 8px 0;
}
.tab-block .nav-tabs {
    color: rgba(19, 19, 19, .75);
    height: 32px;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 4px;
}
.tab-block .nav-item {
    flex: 1 1 auto;
    text-align: center;
    border: none;
}
.tab-block .nav-link {
    border: none;
    border-radius: 0;
    background: #f7f7f7;
    padding: 4px;
}
.tab-block .nav-item.show .nav-link,
.tab-block .nav-link.active {
    color: #fff;
    background: #2eaead;
    border: none;
}
.tab-block .nav-link:focus,
.tab-block .nav-link:hover {
    color: #fff;
    background: #2eaead;
    border: none;
}
.tab-block .nav-item:first-child .nav-link {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.tab-block .nav-item:last-child .nav-link {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
/*form----------------------*/
form {
    padding: 8px 0;
}
.form-group {
    margin-bottom: 24px;
}
.form-group .label {
    display: block;
    font-size: 14px;
    color: #2eaead;
    margin-bottom: 4px;
}
.form-group p {
    font-size: 14px;
    padding: 8px;
}
.form-group p {
    display: block;
    padding: 0;
}
.form-group .input+.btn{
    width: 100%;
}
form .input,
form .textarea {
    position: relative;
    display: block;
    margin-bottom: 8px;
}
form .input input::-webkit-input-placeholder,
form .input input::-webkit-input-placeholder {
    color: rgba(19, 19, 19, .4);
}
form .input input::-moz-placeholder,
form .input input::-moz-placeholder {
    color: rgba(19, 19, 19, .4);
}
form .input input:-ms-input-placeholder,
form .input input:-ms-input-placeholder {
    color: rgba(19, 19, 19, .4);
}
form .input input:-moz-placeholder,
form .input input:-moz-placeholder {
    color: rgba(19, 19, 19, .4);
}
.input-captcha img {
    position: absolute;
    top: 8px;
    right: 0;
    width: auto;
}
.form-group .input-captcha img {
    top: 4px;
    right: 4px;
}
.error {
    position: absolute;
    right: 0px;
    top: 8px;
    padding: 0 8px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    background: #e7e7e7;
    color: #2eaead;
    border-radius: 4px;
}
.input-captcha .error {
    right: 90px;
}
.form-group .error {
    right: 7px;
    top: 7px;
}
.form-group .input-captcha .error {
    right: 118px;
}
.has-success .error {
    opacity: 0;
}
.form-control {
    padding: 0 8px;
    font-size: 15px;
    color: #131313;
    height: 36px;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    background: #fff;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #2f3238;
    opacity: 1;
}
.twzipcode {
    width: 100%;
}
.twzipcode select,
.twzipcode input {
    font-size: 14px;
    width: 100%;
    height: 36px;
    padding: 0 8px;
    border: 1px solid #e7e7e7;
    background: #fff;
    border-radius: 4px;
}
.form-control:focus,
.twzipcode select:focus,
.twzipcode input:focus {
    color: #161319;
    background: #fff;
    border-color: #2eaead;
    box-shadow: none;
}
.twzipcode select::-webkit-input-placeholder,
.twzipcode input::-webkit-input-placeholder {
    color: rgba(19, 19, 19, .3);
}
.twzipcode select::-moz-placeholder,
.twzipcode input::-moz-placeholder {
    color: rgba(19, 19, 19, .3);
}
.twzipcode select:-ms-input-placeholder,
.twzipcode input:-ms-input-placeholder {
    color: rgba(19, 19, 19, .3);
}
.twzipcode select:-moz-placeholder,
.twzipcode input:-moz-placeholder {
    color: rgba(19, 19, 19, .3);
}
label.input--addr {
    display: block;
}
.has-confirm,
.wait-confirm{
    position: relative;
}
.has-confirm:before,
.wait-confirm:before{
    display: block;
    color: #fff;
    font-size: 13px;
    padding: 4px 8px;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
}
.has-confirm:before{
    content: '已驗證';
    background: #2eaead;
}
.wait-confirm:before{
    content: '資料待審驗';
    background: #e14b4b;
}
/*search----------------------*/
.searchForm{
    position: relative;
}
.searchForm .btn-search{
    font-size: 18px;
    width: 20px;
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-bottom: 1px;
}
/*switch----------------------*/
.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 28px;
    margin: 0;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
    border-radius: 34px;
}
.switch-slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 99em;
}
input:checked + .switch-slider {
  background: linear-gradient(to right,#D68F2A,#CF672D);
}
input:checked + .switch-slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
/*table----------------------*/
.table th,
.table td{
    border-top: none;
    border-bottom: 1px solid #e7e7e7;
    vertical-align: middle;
    padding: 8px;
}
.table th{
    font-size: 14px;
    border-bottom: 2px solid #2eaead;
}
/*calendar----------------------*/
.calendar-box {
    margin: -8px -16px 0;
}
.calendar-box form{
    padding: 0;
}
.calendar {
    position: relative;
    font-family: 'Arial', 'Helitica', 'WenQuanYi Zen Hei', 'Microsoft JhengHei', 'Heiti TC', 'Droid Sans', 'Open Sans', sans-serif;
}
.calendar .calendar-summary {
    display: none;
    overflow: hidden;
    background-color: #f7f7f7;
    color: #131313;
}
.calendar .calendar-summary .c-display__number {
    position: relative;
    float: left;
    margin-left: 24px;
    padding-bottom: 24px;
    width: 240px;
    opacity: 0;
}
.calendar .calendar-summary .c-display__number .c-display__number__month {
    padding-top: 24px;
    text-align: center;
}
.calendar .calendar-summary .c-display__number .c-display__number__month .c-display__number__month--word {
    position: relative;
    z-index: 2;
    display: none;
}
.calendar .calendar-summary .c-display__number .c-display__number__month .c-display__number__month--word h2 {
    display: inline-block;
    font-weight: 600;
    font-size: 36px;
    text-transform: uppercase;
}
.calendar .calendar-summary .c-display__number .c-display__number__month .c-display__number__month--word a {
    display: inline-block;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    width: 24px;
    height: 24px;
}
.calendar .calendar-summary .c-display__number .c-display__number__month .c-display__number__month--word a.prev {
    margin-right: 8px;
    border-right: 14px solid;
    border-right-color: #fff;
}
.calendar .calendar-summary .c-display__number .c-display__number__month .c-display__number__month--word a.next {
    margin-left: 8px;
    border-left: 14px solid;
    border-right-color: #fff;
}
.calendar .calendar-summary .c-display__number .c-display__number__month--number {
    display: block;
    color: rgba(255, 255, 255, 0.15);
    font-size: 47px;
    font-weight: bold;
    letter-spacing: -3px;
    line-height: 1em;
    position: absolute;
    top: 32px;
    left: 19px;
    z-index: 0;
}
.calendar .calendar-summary .c-display__number .c-display__number__day {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
}
.calendar .calendar-summary .c-display__number .c-display__number__day span:first-child {
    font-size: 65px;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: -2px;
    margin-left: 15px;
}
.calendar .calendar-summary .c-display__number .c-display__number__day span.dayweek {
    font-weight: bold;
    line-height: 1em;
    font-size: 24px;
    padding-left: 10px;
}
.calendar .calendar-summary .c-display__daylist {
    padding: 16px;
    padding-left: 36px;
    padding-top: 24px;
    overflow: hidden;
}
.calendar .calendar-summary .c-display__daylist ul {
    list-style: square;
    padding-left: 0px;
    font-size: 14px;
}
.calendar .calendar-summary .c-display__daylist ul li p {
    position: relative;
    padding-left: 12px;
}
.calendar .calendar-summary .c-display__daylist ul li p:before {
    position: absolute;
    content: "";
    top: 6px;
    left: 0;
    width: 5px;
    height: 5px;
}
.calendar .calendar-grid table {
    width: 100%;
    background: #fff;
}
.calendar  .calendar-grid table tr.c-grid__week-head {
    background: #2eaead;
    color: #fff;
    border-bottom: none;
}
.calendar .calendar-grid table tr {
    border-bottom: 1px solid;
    border-color: rgba(19,19,19,.1);
    overflow: hidden;
}
.calendar .c-grid__year {
    font-size: 18px;
    text-align: center;
    background: #fff;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.calendar .c-grid__year--word {
    display: inline-block;
    margin-right: 5px;
}
.calendar .c-grid__month--word {
    display: inline-block;
}
.calendar .c-grid__month--word h2 {
    display: inline-block;
    font-size: 18px;
    margin: 0;
}
.calendar .c-grid__month--word a {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /* background: url(../_images/icon-arrow.svg) no-repeat center center; */
    -webkit-mask: url(../_images/icon-arrow.svg) no-repeat 50% 50%;
    mask: url(../_images/icon-arrow.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #ccc;
    /* background-size: 20px 20px; */
    width: 12px;
    height: 12px;
}
.calendar .c-grid__month--word a.prev {
    left: 8px;
    -webkit-transform: translateY(-50%) scale(-1);
    transform: translateY(-50%) scale(-1);
}
.calendar .c-grid__month--word a.next {
    right: 8px;
}
.calendar .calendar-grid .c-grid__week-head th {
    font-size: 12px;
    text-align: center;
    height: 24px;
}
.calendar .calendar-grid .c-grid__week .c-grid__day {
    height: 105px;
    padding: 0;
    vertical-align: top;
    position: relative;
}
.calendar .calendar-grid .c-grid__week .c-grid__day .c-grid__day__control {
    display: block;
    font-size: 18px;
    letter-spacing: 0;
    text-align: left;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 2px 0px;
    border: 2px solid transparent;
    border-radius: 0;
}
.calendar .calendar-grid .c-grid__week .c-grid__day.today .c-grid__day__control {
    /* color: #2eaead; */
    border-color: #dcdcdc;
    background: #dcdcdc;
}
.calendar .calendar-grid .c-grid__week .c-grid__day .c-grid__day__control:hover,
.calendar .calendar-grid .c-grid__week .c-grid__day .c-grid__day__control:focus{
    color: #fff;
    border-color: #9e9e9e;
    background: #3a3b46;
}
.calendar .calendar-grid .c-grid__week .c-grid__day.disable .c-grid__day__control{
    /* color: rgba(19,19,19,.2); */
    color: #626267;
}
.calendar .calendar-grid .c-grid__week .c-grid__day.disable:hover .c-grid__day__control{
    color: rgba(19,19,19,.1);
    border-color: transparent;
    background: transparent;
}
.calendar .calendar-grid .c-grid__week .c-grid__day.no-log .c-grid__day__control{
    color: rgba(19,19,19,.45);
}
.calendar .calendar-grid .c-grid__week .c-grid__day .c-grid__day__control span.dayweek {
    display: none;
}
.c-grid__day__daylist {
    margin-top: 0;
}
.calendar .c-grid__day__daylist i.mark {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 99em;
    background: #e14b4b;
    padding: 0;
    margin: auto;
}
/*checkbox-calendar----------------------*/
.checkbox-calendar .calendar-grid table tr.c-grid__week-head{
    background: #e7e7e7;
    color: #131313;
}
.checkbox-calendar .calendar-grid .c-grid__week .c-grid__day{
    height: 40px;
}
.checkbox-calendar .calendar-grid .c-grid__week .c-grid__day .c-grid__day__control{
    transition: 0s;
}
.checkbox-calendar .calendar-grid .c-grid__week .c-grid__day .c-grid__day__control:hover,
.checkbox-calendar .calendar-grid .c-grid__week .c-grid__day .c-grid__day__control:focus{
    color: #131313;
    border-color: #fff;
    background: #fff;
}
.checkbox-calendar .calendar-grid .c-grid__week .c-grid__day .c-grid__day__control.active{
    color: #fff;
    border-color: #2eaead;
    background: #2eaead;
    
}
.checkbox-calendar .checkbox-date{
    position: absolute;
    opacity: 0;
}
/*editor----------------------*/
.editor{
    line-height: 1.8;
}
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor p {
    color: #000;
}
.editor p {
    font-size: 16px;
    text-align: inherit;
}
.editor img {
    border: 0;
    margin: 10px 0;
    max-width: 100%;
}
.editor h4 {
    font-size: 20px;
    font-weight: 600;
}
.editor ul,
.editor ul>li{
    list-style-type: disc;
    margin: 8px 0;
}
.editor ol,
.editor ol>li{
    list-style-type: decimal;
    margin: 8px 0;
}
.editor .tbox p {
    font-size: 18px;
    color: #252525;
}
.editor .tbox h2 {
    color: #de7388;
    padding: 0;
    margin-bottom: 20px;
    text-align: left;
}
.editor .t-right h2 {
    margin-top: 50px;
    margin-bottom: 0;
}
/* 3 Pages
------------------------------------------------------------------- */
/*logon-time 登錄時間----------------------*/
.logon-time {
    margin-top: 24px;
    text-align: right;
}
.logon-time span {
    font-size: 14px;
    margin-right: 8px;
}
/*card----------------------*/
.card {
    background: #fff;
    border: none;
    border-radius: 4px;
    padding: 16px;
    margin-bottom: 8px;
    -webkit-box-shadow: 0 0px 10px rgba(19, 19, 19, .1);
    box-shadow: 0 0px 10px rgba(19, 19, 19, .1);
}
.card-overflow {
    overflow: scroll;
    margin-top: 8px;
    margin-left: -4px;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}
.card-overflow::-webkit-scrollbar {
    width: 0 !important
}
.card-overflow > ul {
    display: inline-flex;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}
.card-overflow li.card {
    display: inline-block;
    background: #fff;
    border: none;
    border-radius: 4px;
    min-width: 72px;
    padding: 0 4px;
    margin-bottom: 0px;
    margin-right: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.card-overflow .info-item {
    font-size: 14px;
    padding: 4px;
    border-bottom: 1px solid rgba(19, 19, 19, .1);
}
.card-overflow .info-item:last-child {
    border-bottom: none;
}
.card-overflow .label {
    font-size: 12px;
    color: rgba(19, 19, 19, .45);
    margin-bottom: 0;
}
.card-overflow .info-item .price{
    padding: 0;
}
.card-overflow .info-item .price li{
    padding: 2px 0;
}
.card-overflow .info-item .license a{
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 80px;
    height: 120px;
}
.tracking-list .card-overflow li.card {
    background: #f7f7f7;
}
/*type 接案類型----------------------*/
.type {
    padding-left: 16px;
    position: relative;
}
.type:before {
    font-family: 'FontAwesome';
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.type.hospital:before {
    content: '\f067';
    left: 2px;
}
.type.house:before {
    content: '\f015';
    left: 1px;
}
/*block-group----------------------*/
.block-group {
    margin: 4px 0;
    position: relative;
}
.block-group .label {
    font-size: 12px;
    color: rgba(19, 19, 19, .45);
    margin-bottom: 0;
}
.block-group .type {
    font-weight: 600;
    margin-right: 8px;
}
.block-group .btn-box {
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*inline-group----------------------*/
.inline-group {
    display: flex;
    margin: 4px 0;
}
.inline-group .label {
    font-size: 12px;
    color: #2eaead;
    padding-top: 2px;
    margin-bottom: 0;
    margin-right: 8px;
    flex: 0 0 auto;
}
.inline-group .input {
    display: inline-block;
    font-size: 14px;
}
.inline-group .type {
    font-weight: 600;
    margin-right: 8px;
}
.input-inline {
    display: inline-block;
    padding-right: 8px;
}
/*tracking 照服紀錄列表----------------------*/
.tk-item {
    position: relative;
    padding-right: 0;
}
.tk-item .basic{
    display: flex;
    flex-wrap: wrap;
}
.tk-item .basic .photo{
    margin-top: -4px;
    margin-right: 8px;
}
.tk-item .name {
    font-weight: 600;
    line-height: 1;
}
.tk-item .add {
    font-size: 12px;
    color: rgba(19, 19, 19, .45);
}
.tk-item .type {
    font-size: 14px;
    margin-top: 4px;
}
.tk-item .evaluation {
    font-size: 14px;
    margin-top: 4px;
}
.tk-item .btn-box {
    position: absolute;
    top: 0px;
    right: 0px;
}
.card.tk-item .btn-box {
    top: 8px;
    right: 8px;
}
/*result 媒合結果----------------------*/
.factor{
    display: flex;
    padding: 8px 0;
}
.factor .factor-num{
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    line-height: 18px;
    color: #fff;
    background: #dcdcdc;
    border-radius: 99em;
    width: 20px;
    height: 20px;
    margin-top: 8px;
    margin-right: 8px;
    flex: 1 0 auto;
}
.factor-content{
    width: 100%;
}
.result-group {
    padding-bottom: 8px;
    border-bottom: 1px solid #e7e7e7;
}
.result-group:last-of-type {
    border-bottom: none;
}
.result-list .card-overflow li.card {
    background: #f7f7f7;
}
/*book 預約單----------------------*/
/*today-list 本日記錄----------------------*/
.td-item {
    flex-direction: row;
    align-items: center;
}
.td-item .time {
    font-size: 14px;
    margin-right: 8px;
}
.td-item .photo{
    width: 40px;
    height: 40px;
    margin: -8px 8px -8px 0;
}
.td-item .name {
    font-weight: 600;
    line-height: 1;
    flex-grow: 1;
}
.td-item .type {
    font-size: 14px;
    color: rgba(19,19,19,.75);
}
/*hour-box 修改時間----------------------*/
#modifyTime{
    padding: 8px 0;
}
.hour-box{
    height: 56px;
    width: calc(100% - 32px);
    padding: 8px;
    margin-left: auto;
    border-top: 1px solid #dcdcdc;
    position: relative;
    display: flex;
    align-items: center;
}
.hour-box:last-child{
    height: 0px;
}
.hour-box p.hours{
    color: rgba(19,19,19,.75);
    font-size: 12px;
    position: absolute;
    top: -10px;
    left: -32px;
}
.hour-box.disabled{
    background: #e7e7e7;
}
.hour-box.disabled p.hours{
    color: rgba(19,19,19,.3);
}
.hour-box .events-item{
    font-size: 14px;
    color: rgba(19,19,19,.3);
    background: #e7e7e7;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    padding: 0 16px;
    display: flex;
    align-items: center;
}
.hour-box .form-group{
    margin-bottom: 0;
}
.hour-box .switch{
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.hour-box .custom-checkbox label i{
    font-size: 14px;
    margin-right: 2px;
}
/*evaluation 累積評比----------------------*/
.member .evaluation-box{
    background: #fff;
    padding: 8px;
    margin: 8px 0;
    text-align: center;
    border-radius: 4px;
}
.member .evaluation-box label{
    margin-bottom: 0;
}
.member .evaluation-box .input span{
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    color: #2eaead;
    margin-right: 4px;
}
/*history 歷史評比----------------------*/
.history-list .his-num{
    font-size: 12px;
    color: rgba(19,19,19,.4);
}
/*price 接案價格設定----------------------*/
.price-form .form-control{
    width: calc(100% - 24px);
    position: relative;
}
.price-form .input:after{
    content: '元';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.price-form .form-group .error {
    right: 30px;
}
/*license-box 我的證照----------------------*/
.license-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.license-box .lc-item{
    width: 100%;
    margin: 4px;
    padding: 8px;
}
.license-box .lc-item a{
    display: block;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
/*points 點數----------------------*/
.points-total{
    text-align: center;
    background: #fff;
    padding: 16px;
    margin: 8px 0;
    text-align: center;
    border-radius: 4px;
}
.points-total .input span{
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    color: #2eaead;
    margin-right: 4px;
}
.points-list .remark{
    display: block;
    font-size: 14px;
    color: #2eaead;
}
.points-list .time{
    font-size: 14px;
}
.points-list .deadline{
    position: relative;
}
.points-list .deadline td{
    padding-bottom: 32px;
}
.points-list .deadline-box{
    background: #e7e7e7;
    padding: 4px 16px;
    position: absolute;
    left: 16px;
    width: calc(100% - 32px);
}
/*register 註冊/試用----------------------*/
.prompt-box{
    margin-top: 40px;
    text-align: center;
}
.prompt-box p{
    font-size: 14px;
    margin: 0;
}
.register .form-group .label{
    font-size: 18px;
    color: #131313;
}
.register .agree-checkbox .error {
    right: 0px;
    top: auto;
    bottom: 0;
}
.register .header .filter .twzipcode span[data-name=area]{
    flex-grow: 1;
    margin-left: 0px;
}
/*welcome 註冊成功/歡迎頁----------------------*/
.welcome-box{
    height: 64vh;
    position: relative;
}
/* .welcome-content{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
} */
.welcome-content i{
    color: #2eaead;
    font-size: 80px;
    margin: 64px 0 24px;
}
.welcome-content p{
    font-size: 14px;
}
/*satisfaction 服務滿意度調查----------------------*/
.satisfaction .title-box{
    margin: 24px 0 16px;
}
.satisfaction .title-box h3{
    font-size: 22px;
    text-align: center;
    margin-bottom: 16px;
}
.satisfaction .title-box p{
    font-size: 14px;
}
.satisfaction .form-group .label {
    font-size: 18px;
    color: #131313;
}
.satisfaction .raty{
    width: 100% !important;
}
.satisfaction .raty img{
    width: 32px;
}
/* 4 Plugins
------------------------------------------------------------------- */
/*Bootstrap----------------------*/
.modal,
.modal-open {
    padding-right: 0 !important;
}
.modal::-webkit-scrollbar {
    display: none
}
.custom-control{
    padding-left: 32px;
    margin: 8px 0;
}
.custom-radio.custom-control-inline,
.custom-checkbox.custom-control-inline{
    height: 36px;
    align-items: center;
    padding-left: 32px;
    margin: 4px;
}
.custom-control-label::before,
.custom-checkbox .custom-control-label::before{
    top: 0px;
    left: -30px;
    width: 24px;
    height: 24px;
    background-color: #dcdcdc;
    border-radius: 99em;
}
.custom-control-input:focus~.custom-control-label::before {
    /* box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(46, 174, 173, .25); */
    box-shadow: none;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #414146;
}
.custom-control-input:active~.custom-control-label::before {
    background: #dcdcdc;
}
.custom-radio .custom-control-label::after {
    top: 4px;
    left: -26px;
    background: none;
}
.custom-checkbox .custom-control-label::after {
    top: 0;
    left: -27px;
    background: none;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background: none;
    font-family: 'FontAwesome';
    content: '\f00c';
    color: #fff;
}
.custom-radio.custom-control-inline .error,
.custom-checkbox.custom-control-inline .error{
    right: -55px;
    top: 6px;
}
/*Sweet alert----------------------*/
.sweet-overlay {
    background-color: rgba(22, 19, 25, .6);
}
.sweet-alert {
    padding: 40px 20px;
    border-radius: 0px;
}
.sweet-alert h2 {
    margin: 0;
}
.sweet-alert p {
    color: #161319;
    font-size: 15px;
    font-weight: 400;
}
.sweet-alert button {
    background: #2eaead !important;
    height: 40px;
    min-width: 120px;
    padding: 0 20px;
    border-radius: 0px;
    transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
}
.sweet-alert button:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
/*Datepicker----------------------*/
.ui-widget {
    font-family: 'Arial', 'Helitica', 'WenQuanYi Zen Hei', 'Microsoft JhengHei', 'Heiti TC', 'Droid Sans', 'Open Sans', sans-serif;
    font-size: 16px;
}
.ui-datepicker.ui-widget.ui-widget-content {
    border: none;
    border-radius: 4px;
    padding: 0 8px;
    -webkit-box-shadow: 0 0px 10px rgba(19, 19, 19, .1);
    box-shadow: 0 0px 10px rgba(19, 19, 19, .1);
}
.ui-datepicker .ui-datepicker-header {
    border: none;
    background: #f7f7f7;
    color: #131313;
    font-weight: 500;
    padding: 0;
    margin: -8px;
    margin-bottom: 0;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next{
    margin: 0;
    width: 16px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.ui-datepicker .ui-datepicker-prev {
    left: 8px;
    transform: translateY(-50%) scaleX(-1);
}
.ui-datepicker .ui-datepicker-next{
    right: 8px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    position: static;
    background: url(../_images/icon-arrow.svg) no-repeat center center;
    background-size: 16px 16px;
    margin: 0;
}
.ui-datepicker th {
    font-size: 12px;
    padding: 4px;
}
.ui-datepicker tr {
    border-bottom: 1px solid #e7e7e7;
}
.ui-datepicker tr:last-child {
    border-bottom: none;
}
.ui-datepicker td {
    padding: 4px;
}
.ui-state-default,
.ui-widget-content .ui-state-default{
    border: none;
    border-radius: 99em;
    background: none;
    color: #131313;
    font-weight: normal;
    letter-spacing: 0;
    text-align: center;
    padding: 4px 0;
}
.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover{
    color: #fff;
    background: #2eaead;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    color: #2eaead;
    background: #e7e7e7;
}
/*Fileinput----------------------*/
.file-preview {
    border-radius: 4px;
    border: none;
    padding: 4px;
    background: transparent;
}
.file-preview-frame {
    display: block;
    height: auto;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    float: none;
    overflow: hidden;
}
.file-footer-buttons{
    display: none;
}
.kv-file-content img{
    width: 100% !important;
    height: auto !important;
}
.file-input .btn {
    background: transparent;
    justify-content: left;
}
.file-input .btn-primary:not(:disabled):not(.disabled):active {
    background: transparent;
}
.file-input .btn i{
    margin-right: 4px;
}
.fileinput-remove-button{
    background: #e14b4b;
    color: #fff;
}
.fileinput-remove-button:focus{
    color: #fff;
}
.file-preview .photo{
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.file-input .hide{
    display: none;
}
.file-drop-zone {
    border: none;
    min-height: 160px;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.file-drop-zone-title {
    color: rgba(19,19,19,.4);
     font-size: 16px; 
     padding: 0; 
    cursor: default;
}
.upPhoto .file-preview{
    width: 130px;
}
.file-preview-frame {
    margin-bottom: 4px;
}
.file-preview-frame:last-of-type {
    margin-bottom: 0;
}
/* 20200116新增 */
.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: linear-gradient(to right,#C5852C,#CF672D);
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background: linear-gradient(to right,#C5852C,#CF672D);
}
.team-tab li.slct {
    border-bottom: 2px solid #E26A2B;
}
.btn-bottom {
    position: fixed;
    bottom: 0;
}
.page-title {
    font-size: 18px;
    letter-spacing: 4px;
    padding: 25px 0;
}
.te-info .custom-control-label::before, .te-info .custom-checkbox .custom-control-label::before {
    top: 18px;
    left: -25px;
}
.te-info .custom-checkbox .custom-control-label::after {
    top: 18px;
    left: -22px;
}
.carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
/* .carousel-indicators {
    bottom: 50px;
} */
.carousel-indicators .active {
    background: linear-gradient(to right, #D68F2A, #CF672D);
}
/* counter */
.chart {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
    text-align: center;
}
.percent {
    display: inline-block;
    line-height: 110px;
    z-index: 2;
}
.percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em;
}
.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.mt-10 {
    margin-top: 10px;
}
.file-drop-zone-title {
    color: rgba(255, 255, 255, 0.4);
}