@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900|Noto+Serif+TC:200,300,400,500,600,700,900|Rancho&display=swap&subset=chinese-traditional');
@font-face {
  font-family: 'innming';
  src: url('../fonts/innming.woff') format("woff"),
         url('../fonts/innming.ttf') format("truetype"),
         url('../fonts/innming.eot') format("embedded-opentype");
}
body,a{
  font-family: 'Noto Sans TC','Microsoft JhengHei', Arial, Helvetica, sans-serif;
  font-size: 16px;
  position: relative;
  color: #333333;
  font-weight: 300;
}
body::after,.container > .wrap::after{
  content: '';
  clear: both;
  display: block;
}
b, strong{
  font-weight: 500 !important;
}
a:hover{
  color: #27979c;
}
.row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.row:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.row .col {
  display: block;
  float: left;
}
.checkbox{
  display: inline-block;
  padding-left: 27px;
}
.checkbox input{
  opacity: 0;
}
.checkbox i {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 19px;
  height: 19px;
  outline: none;
  background: rgba(255,255,255,1);
  border: 1px solid #ccc;
}
.checkbox input + i:after {
  content: '\f00c';
  top: 2px;
  left: 0px;
  width: 19px;
  height: 19px;
  font: normal 12px/16px FontAwesome;
  text-align: center;
}
.checkbox input + i:after {
  color: rgba(0,0,0,8);
}
.checkbox input + i:after {
  position: absolute;
  opacity: 0;
  transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  -ms-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
}
.checkbox input:checked + i:after {
  opacity: 1;
}
input[type="text"],
input[type="search"],
input[type="submit"],
input[type="reset"],
input[type="date"],
input[type="tel"],
input[type="password"],
input[type="email"],
textarea {
  appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: 0;
}
input[type=checkbox], input[type=radio]{
  margin: 0 0 5px!important;
}
button{
  outline: none;
}
select {
  border-radius: 0;
  outline: 0;
}
.cus-select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.cus-select select::-ms-expand {
  display: none;
}
.animated {
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.h1, .h2, .h3, h1, h2, h3{
  margin-top: 0 !important;
}
a:focus, a:hover {
  text-decoration: none !important;
}
label{
  font-weight: inherit !important;
}
.bold{
  font-weight: bold;
}
.float-right{
  float: right !important;
}
a,a:hover, button:hover{
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.tabs-content a{
  -moz-transition: all, 0s;
  -o-transition: all, 0s;
  -webkit-transition: all, 0s;
  transition: all, 0s;
}
/* slider set */
.flexslider .flex-direction-nav a {
  width: 65px;
  height: 65px;
  background: #000;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  margin: 0;
}
.flexslider .flex-direction-nav .flex-prev {
  left: 25px;
  background: url(../images/_tw/prev.png)left no-repeat;
  background-size: contain;
}
.flexslider .flex-direction-nav .flex-next {
  right: 25px;
  background: url(../images/_tw/next.png)right no-repeat;
  background-size: contain;
}
.flexslider .flex-control-nav {
  height: 12px;
  position: absolute;
  width: 100%;
  bottom: 30px;
}
.flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, .5);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.flex-control-paging li a{
  width: 60px;
  height: 5px;
}
.flexslider .flex-control-nav li a.flex-active {
  background: rgba(255, 255, 255, 1);
}
.flexslider.no-direction .flex-direction-nav {
  display: none!important;
}
.size-28{
  font-size: 28px !important;
}
.nopadding{
	padding:0 !important;
}.padding-left-0{
	padding-left:0 !important;
}
.padding-right-0{
  padding-right: 0 !important;
}
.margin-s-5{
  margin-left: -5px;
  margin-right: -5px;
}
.margin-bottom-0{
  margin-bottom: 0;
}
.margin-bottom-6{
  margin-bottom: 6px;
}
.margin-bottom-10{
	margin-bottom:10px;
}
.margin-bottom-15{
	margin-bottom:15px;
}
.margin-bottom-20{
	margin-bottom:20px;
}
.margin-bottom-30{
	margin-bottom:30px;
}
.margin-bottom-40{
	margin-bottom:40px;
}
.margin-bottom-45{
	margin-bottom:45px;
}
.margin-bottom-50{
	margin-bottom:50px;
}
.margin-bottom-60{
	margin-bottom:60px;
}
.margin-bottom-100{
	margin-bottom:100px;
}
.margin-top-10{
	margin-top:10px;
}
.margin-top-15{
	margin-top:15px;
}
.margin-top-20{
	margin-top:20px;
}
.margin-top-25{
	margin-top:25px;
}
.margin-top-30{
	margin-top:30px;
}
.margin-top-40{
	margin-top:40px;
}
.margin-top-60{
  margin-top:60px;
}
.margin-right-10{
  margin-right: 10px;
}
.nofloat{
  float: none !important;
}
.nomargin{
  margin: 0;
}
.flex{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.display-flex{
  display: flex;
}
.align-center{
  align-items: center;
}
.align-stretch{
  align-items: stretch;
}
.justify-between{
  justify-content:space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-start{
  justify-content:flex-start;
}
.justify-end{
  justify-content:flex-end;
  flex-wrap: wrap;
}
.justify-center{
  justify-content: center;
}
.align-start{
  align-items: flex-start;
}
.align-end{
  align-items:flex-end;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-direction-column{
  flex-direction: column;
}
.editor{
  line-height: 1.5;
}
.flexslider .slides>li{
  position: relative;
  height: 90vh;
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}
.flex-direction-nav{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.flex-active-slide .mymove{
  position:relative;
  animation-delay:0.1s;
  animation:mymove 2s 1;
  -webkit-animation:mymove 2s 1;
}
.flex-active-slide .mymove2{
  position:relative;
  animation-delay:0.9s;
  animation:mymove2 5s 1;
  -webkit-animation:mymove2 5s 1;
}
@keyframes mymove{
  from {bottom:-100px;opacity:0;}
  to {bottom:0px;opacity:1;}
}
@-webkit-keyframes mymove{
  from {bottom:-100px;opacity:0;}
  to {bottom:0px;opacity:1;}
}
#right-fixed .icons{
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  transform: translateY(50px);
  transition: all 0.8s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 0.8s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 0.8s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.7, 0, 0.3, 1);
}
#right-fixed.active .icons{
  opacity: 1;
  visibility: visible;
  transform: translateY(-5px);
}
#right-fixed.active .icon_btn{
  background: #2fa0c3 url(../images/_tw/close.svg) center no-repeat;
}
#right-fixed{
  position: fixed;
  display: flex;
  flex-direction: column;
}
#right-fixed a + a{
  margin-top: 5px;
}
#right-fixed .icon_btn{
  width: 53px;
  height: 53px;
  border-radius: 100%;
  background: #2fa0c3 url(../images/_tw/comment.svg) center no-repeat;
  background-size: 45px;
  z-index: 1;
  margin-bottom: 10px;
}
#right-fixed .icon_btn:hover{
  cursor: pointer;
}
/*===============================================================================================
    -pc
===============================================================================================*/
@media only screen and (min-width: 1200px) {
  .mobile_menu{
    display: none;
  }
  body {
    padding-top: 100px;
  }
  .container{
    width: 1430px !important;
    max-width: 100%;
  }
  .container > .wrap {
    position: relative;
    padding:40px 0 80px;
  }
  .mobile{
  	display: none !important;
  }
  /*麵包屑*/
  .bread-crumbs {
    position: absolute;
    right: 0px;
    top: 20px;
  }
  .bread-crumbs ol {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .bread-crumbs ol img {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 3px 0 0;
  }
  .bread-crumbs ol li {
    display: inline-flex;
    align-items: center;
  }
  .bread-crumbs ol li a {
    font-size: 13px !important;
  }
  .bread-crumbs ol li span {
    display: inline-block;
    font-size: 13px !important;
  }
  .bread-crumbs ol i {
    margin: 0 5px;
    font-family: sans-serif;
    font-size: 14px;
  }
  /*//麵包屑*/
  /*標題*/
  .page-title{
    display: table;
    margin: 40px auto;
  }
  .page-title .main{
    font-family: 'innming','Noto Sans TC','Microsoft JhengHei', Arial, Helvetica, sans-serif;
    font-size: 32px !important;
    color: #000;
    font-weight: 500;
    display: block;
    position: relative;
    text-align: center;
  }
  .page-title .second{
    font-family: 'innming','Noto Sans TC','Microsoft JhengHei', Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-style: italic;
    color: #888888;
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  /*//標題*/
  /*頁籤*/
  .page-links {
    padding: 0px 0 30px;
    width: 100%;
    display: block;
  }
  .page-links .row{
    margin: 0 -6px !important;
  }
  .page-links .row .col {
    display: inline-block;
    margin: 0px 3px 10px 3px;
  }
  .page-links .row .col a {
    margin: 2px;
    background: #fff;
    color: #d83400;
    border: 1px solid #ffa74f;
    font-weight: 400;
    padding: 10px 15px;
    font-size: 18px;
    display: block;
    min-width: 146px;
    text-align: center;
  }
  .page-links .row .current a,.page-links .row a:hover {
    background: #d93600;
    border: 1px solid #d93600;
    color: #fff;
  }
  .page-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .page-links ul li {
    float: left;
    text-align: center;
  }
  .page-links li + li {
    margin-left: 12px;
  }
  .page-links ul li:nth-child(n+9) {
    margin-top: 10px;
  }
  .page-links ul li a:hover {
    background: rgba(9,145,163,1) !important;
  }
  /*//頁籤*/
  /*頁數*/
  .pager {
    padding: 60px 0 0;
    text-align: center;
  }
  .pager a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    color: #666;
    border: 1px #ccc solid;
    vertical-align: top;
    margin: 0 3px;
    background: #fff;
  }
  .pager a span{
    color: #666666 !important;
  }
  .pager a.current {
    background: #f7f7f7;
  }
  .pager a.current span{
    font-weight: bold;
  }
  .pager a:first-child,
  .pager a:last-child {
    font-size: 24px;
  }
  .pager a:hover{
    background: #e0e0e0;
  }
  /*//頁數*/
  a.logo{
	  padding: 0;
    display: block;
    text-align: center;
    vertical-align: bottom;
    transform:scale(1,1);
    transition: all 0.5s ease-out;
    margin-right: 60px;
  }
  header.header {
    position: relative;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    left: 0;
    z-index: 5;
    background: #bdede8;
    background: -moz-linear-gradient(top, #bdede8 6%, #2ac6b5 80%);
    background: -webkit-linear-gradient(top, #bdede8 6%,#2ac6b5 80%);
    background: linear-gradient(to bottom, #bdede8 6%,#2ac6b5 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdede8', endColorstr='#2ac6b5',GradientType=1 );
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .scroll .header {
    height: 70px;
    background: #bdede8;
    background: -moz-linear-gradient(top, #bdede8 6%, #2ac6b5 80%);
    background: -webkit-linear-gradient(top, #bdede8 6%,#2ac6b5 80%);
    background: linear-gradient(to bottom, #bdede8 6%,#2ac6b5 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdede8', endColorstr='#2ac6b5',GradientType=1 );
    -webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow:0 0 5px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .row_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 1430px;
    padding: 0 15px;
    max-width: 100%;
    height: 100%;
  }
  .menu_top_left{
    float: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .menu_top_left > div{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu_top_left img{
    vertical-align: bottom;
  }
  .logo_text{
    font-size: 18px;
    color: rgba(255,255,255,.6);
    margin-left: 10px;
    letter-spacing: 1px;
  }
  .scroll .menu_top_left img{
    max-height: 75px;
  }
  .scroll .menu_top_all{
    margin-top: 0;
  }
  /*footer*/
  #right-fixed {
    position: fixed;
    width: 55px;
    text-align: center;
    right: 15px;
    bottom: 10%;
    z-index: 90;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  #right-fixed .slider-wrap {
    margin-bottom: 20px;
    position: relative;
  }
  #right-fixed .record-silder {
    position: relative;
    background: 0;
  }
  #right-fixed .record-silder .text {
    color: #555;
    width: 100%;
    height: 22px;
    line-height: 22px;
    text-align: center;
    position: absolute;
    left: 0;
    top: -5px;
    z-index: 99;
    position: relative;
  }
  #right-fixed .record-silder .text span {
    padding: 0 5px;
    background: #f9f9f9;
    position: relative;
    z-index: 2;
  }
  #right-fixed .record-silder .text:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 12px;
    z-index: 1;
  }
  #right-fixed .record-silder .slides li {
    height: 220px;
    background: #fff;
  }
  #right-fixed .record-silder .slides li a {
    display: block;
    border-bottom: 1px #ddd solid;
    text-align: center;
    padding: 10px 5px;
  }
  #right-fixed .record-silder .slides li a img {
    width: 70px;
    display: inline-block;
  }
  #right-fixed .record-silder .slides li a p {
    color: #555;
    font-size: 12px;
    padding: 5px 0 0;
  }
  #right-fixed .record-silder .slides li a + a {
    border-top: 0;
  }
  #right-fixed .icons a {
    display: block;
  }
  #right-fixed .icons .goTop {
    display: none;
  }
  .topicon{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 53px;
    height: 53px;
    background: #0f6985 url(../images/_tw/up.svg)50% 8px no-repeat;
    border-radius: 100%;
    padding-top: 15px;
    font-size: 14px;
  }
  #right-fixed #fixed-silder-prev,
  #right-fixed #fixed-silder-next {
    cursor: pointer;
  }
  #fixed-right {
    position: fixed;
    top: 50%;
    right: 2%;
    z-index: 10;
  }
  #fixed-right a {
    display: block;
  }
  #fixed-right a + a {
    margin-top: 12px;
  }
  .goTop{
    display:none;
  }
  .goTop.show{
    background: #333;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: inline-flex !important;
    margin: 0 !important;
    color: #fff;
    align-items: center;
    justify-content: center;
  }
  footer.footer{
    position: relative;
    float: left;
    width: 100%;
    color: #496155;
    background: #feffff;
    border-top:2px solid #cceef0;
    background: -moz-linear-gradient(top, #feffff 6%, #cdeef0 80%);
    background: -webkit-linear-gradient(top, #feffff 6%,#cdeef0 80%);
    background: linear-gradient(to bottom, #feffff 6%,#cdeef0 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#cdeef0',GradientType=1 );
  }
  footer .wrap_all{
    padding: 50px 0;
    margin: 0 auto;
    display: flex;
    width: 1400px;
    max-width: 100%;
  }
  footer.footer a{
    color: #fff;
    line-height: 1;
  }
  footer .copy-right{
    background: #34c9b9;
    color: #fff;
    padding: 15px 0;
    font-size: 15px;
    text-align: center;
    line-height: 1;
    position: relative;
  }
  footer .copy-right .design{
    color: #ffff73;
    position: absolute;
    right: 20px;
    top: 15px;
  }
  footer .copy-right > .wrap{
    width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  footer .copy-right a{
    font-size: 15px;
    color: #ffff73;
  }
  footer .wrap_all > div:nth-child(1) span{
    display: block;
    font-family: 'Arial','Noto Sans TC','Microsoft JhengHei', Helvetica, sans-serif;
    letter-spacing: 0.5px;
    margin: 0 0 5px;
  }
  footer .wrap_all span{
    margin-right: 15px;
  }
  footer .wrap_all img{
    margin-right: 8px;
  }
  footer .wrap_all .item{
    width: 30%;
    float: left;
    display: flex;
    justify-self: start;
    align-items: center;
  }
  footer .wrap_all .item:last-child{
    width: 40%;
  }
  footer .wrap_all h4{
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 5px;
    margin-top: 0;
  }
  /*//footer*/
  /*enterprise*/
  .slides_txt {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #fff;
    font-weight: 400;
    font-size: 26px;
    text-shadow: -1px 0 #a25c59, 0 1px #a25c59,1px 0 #a25c59, 0 -1px #a25c59;
    letter-spacing: 5px; 
    line-height: 2; 
  }
  .enterprise_step{
    padding: 80px 0 130px;
  }
  .enterprise_step .container{
    overflow: hidden;
    width: 1200px !important;
    max-width: 100%;
  }
  .enterprise_step .row{
    width: calc(100% + 140px);
    margin: 0 -70px !important;
  }
  .enterprise_step .row .col{
    width:25%;
    float: left;
    padding: 0 70px;
    position: relative;
  }
  .enterprise_step .row .col::before{
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 90px;
    color: #fff;
    position: absolute;
    right: 0px;
    top:20%;
    -moz-transform:translate(50%,0%);
    -webkit-transform:translate(50%,0%);
    -o-transform:translate(50%,0%);
    -ms-transform:translate(50%,0%);
    transform:translate(50%,0%);
  }
  .enterprise_step .row .col:nth-child(4n)::before,.enterprise_step .row .col:last-child::before{
    content: '';
  }
  .enterprise_step .row .col:nth-child(n+5){
    margin-top: 50px;
  }
  .enterprise_step .title{
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-bottom: 70px;
  }
  .enterprise_step .title span{
    font-style: italic;
    font-family: 'Times New Roman','Noto Sans TC','Microsoft JhengHei', Arial, Helvetica, sans-serif;
  }
  .enterprise_step .row .col .img{
    text-align: center;
    border: 1px solid #fff;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .enterprise_step .row .col .img::before{
    content: '';
    padding-top:100%;
  }
  .enterprise_step .row .col .text{
    font-size: 22px;
    color: #130e15;
    background: rgba(255, 255, 255, .6);
    text-align: center;
    border-radius: 50px;
    padding: 3px 0;
    margin-top: 20px;
  }
  .enterprise_login{
    padding: 50px 0 160px;
    background: #fafafa;
  }
  .enterprise_login .info{
    text-align: center;
    font-size: 18px;
    color: #ff8000;
    margin-bottom: 80px;
  }
  .enterprise_login > .container{
    width: 1050px !important;
    max-width: 100%;
    position: relative;
  }
  .enterprise_login .border_box{
    width: 680px;
    max-width: 100%;
    padding: 0 0 60px;
    margin: 0 auto;
  }
  .enterprise_login hr{
    border-top:1px solid #dddddd;
  }
  .enterprise_login form input{
    width: calc(100% - 180px);
    border: 1px solid #d3cab6;
    padding: 8px 5px;
  }
  .enterprise_login form span{
    display: inline-block;
    width: 180px;
    text-align: right;
    padding-right: 40px;
  }
  .enterprise_login .code input{
    width: 150px !important;
  }
  .enterprise_login .code input[type=button] {
    color: #d86c00;
    background: none;
    border: 0;
    width: auto !important;
    text-decoration: underline;
  }
  .enterprise_login .code img{
    margin: 0 10px;
  }
  .enterprise_login p{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: -90px;
  }
  .enterprise_login .login_btn{
    margin-top: 60px;
    text-align: center;
  }
  .enterprise_login .login_btn a {
    display: inline-block;
    min-width: 125px;
    padding: 0 25px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #433f3d;
    color: #fff;
    font-size: 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 10px;
  }
  .enterprise_login .login_btn a:hover {
    background: #69625f;
  }
  .enterprise_login .login_btn a.forget{
    background: #2daab0;
  }
  .enterprise_login .login_btn a.forget:hover {
    background: #2ac6b5;
  }
  .enterprise_service{
    color: #fff;
    padding: 50px 0 80px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    margin-bottom: -10px;
  }
  .enterprise_service ul{
    list-style-type: none;
    width: 645px;
    max-width: 100%;
    margin: 60px auto;
  }
  .enterprise_service ul li{
    font-size: 30px;
    border:1px solid #fff;
    padding: 10px;
    border-radius:5px;
    text-align: center;
  }
  .enterprise_service ul li + li{
    margin-top: 70px;
  }
  .style1 .main{
    color: #fff;
    border-bottom:1px solid #fff;
    padding: 0 20px 10px;
  }
  .style1 .second{
    color: #fff;
    margin-top: 5px;
  }
  .enterprise_service .item{
    float: left;
    font-family: 'Times New Roman','Noto Sans TC','Microsoft JhengHei', Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-style: italic;
  }
  /*//enterprise*/
  /*bulletin_board*/
  .left {
    width: 230px;
    float: left;
  }
  .left .title {
    font-size: 20px;
    color: #fff;
    padding: 8px 0;
    background: #27979c;
    text-align: center;
    position: relative;
  }
  .left > ul {
    list-style: none;
    background: #fff;
    padding-bottom: 0px;
    margin-top: 10px;
  }
  .left > ul > li {
    border: 1px #eeeeee solid;
  }
  .left > ul > li + li{
    margin-top: 10px;
  }
  .left > ul > li > a {
    font-size: 18px;
    color: #333;
    display: block;
    padding: 12px;
    position: relative;
    text-align: center;
  }
  .left > ul > li > a::before {
    content: '';
    border: 1px solid #00b7b7;
    border-right-width: 0;
    border-bottom-width: 0;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .left > ul > li > a::after {
    content: '';
    border: 1px solid #00b7b7;
    border-left-width: 0;
    border-top-width: 0;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .left > ul > li ul {
    list-style: none;
    padding: 15px 0;
    padding-left: 45px;
    display: none;
  }
  .left > ul > li ul li a {
    font-size: 15px;
    color: #666666;
  }
  .left > ul > li ul li + li {
    margin-top: 10px;
  }
  .left > ul > li.active > a,.left > ul > li a:hover{
    background: #feffff;
    background: -moz-linear-gradient(top, #feffff 6%, #cdeef0 100%);
    background: -webkit-linear-gradient(top, #feffff 6%,#cdeef0 100%);
    background: linear-gradient(to bottom, #feffff 6%,#cdeef0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#cdeef0',GradientType=1 );
  }
  .left > ul > li.active > a:before {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
  }
  .left > ul > li.active ul {
    display: block;
  }
  .left > ul > li:first-child.active {
    margin-top: 0;
  }
  .welcome_txt{
    margin-bottom: 40px;
    font-size: 18px;
    color: #ff3f00;
    font-weight: 400;
  }
  .welcome_txt img{
    margin-left: 20px;
  }
  .right {
    width: calc(100% - 230px);
    float: left;
    padding-left: 30px;
  }
  .bulletin_board .table {
    display: table;
    width: 100%;
    color: #333;
  }
  .bulletin_board .table .tr {
    display: table-row;
  }
  .bulletin_board .table .tr .td {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 45px;
    background: #fff;
    border: 1px #fff solid;
  }
  .bulletin_board .table .tr .td .date{
    color: #ff8000;
  }
  .bulletin_board .table .tr:first-child .td {
    background: #ebf1f1;
    color: #000000;
    text-align: center;
  }
  .bulletin_board .table .tr:nth-child(2n) .td {
    background: #f7f7f7;
  }
  .bulletin_board .table .tr:first-child .td:nth-child(1){
    width: 100px;
  }
  .bulletin_board .table .tr:first-child .td:nth-child(2){
    width: 150px;
  }
  .bulletin_board .table .tr .td:nth-child(3){
    text-align: left;
    padding: 0 30px;
  }
  .right .title_box{
    border-bottom:1px solid #dddddd;
    position: relative;
    margin-bottom: 7px;
  }
  .right .title_box .title{
    position: relative;
    background: #27979c;
    color: #fff;
    height: 45px;
    line-height: 45px;
    padding: 0 60px 0 40px;
    font-size: 20px;
    display: inline-block;
  }
  .right .title_box .title::after{
  	content: '';
    position: absolute;
    top:0;
    right: 0;
    z-index: 2;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 35px 45px 0;
    border-color: transparent #ffffff transparent transparent;
  }
  .right .title_box .sign_out{
    position: absolute;
    right: 0;
    top: 0;
    color: #ff4d4d;
    border: 1px solid;
    padding: 8px 18px;
    line-height: 1;
    font-size: 15px;
    letter-spacing: 5px;
    padding-right: 13px;
  }
  .right .title_box .sign_out:hover{
    background: #ff4d4d;
    color: #fff;
  }
  /*//bulletin_board*/
  /*bulletin_detail*/
  .bulletin_detail > .row2{
    display: flex;
    justify-content: space-between;
  }
  .bulletin_detail > .row2 .title{
    width: 150px;
    text-align: center;
    padding: 15px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    font-weight: 400;
  }
  .bulletin_detail > .row2 .info{
    width: calc(100% - 154px);
    padding: 15px 25px;
  }
  .bulletin_detail > .row2 > div{
    background: #f7f7f7;
  }
  .bulletin_detail > .row2:first-child > div{
    background: #ebf1f1;
  }
  .bulletin_detail > .row2 .info.content{
    background: #fff;
    padding-bottom: 100px;
  }
  .bulletin_detail > .row2 + .row2{
    margin-top: 4px;
  }
  .article-function {
    text-align: center;
    padding: 40px 0 0;
    border-top: 1px solid #dddddd;
    margin-top: 8px;
  }
  .article-function a {
    display: inline-block;
  }
  .article-function a:nth-child(2) {
    margin: 0 30px;
  }
  .article-function a span{
    margin: 0 15px;
  }
  /*//bulletin_detail*/
  /*manual*/
  .manual .table {
    display: table;
    width: 100%;
    color: #333;
  }
  .manual .table .tr {
    display: table-row;
  }
  .manual .table .tr .td {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 45px;
    background: #f7f7f7;
    border: 1px #fff solid;
  }
  .manual .table .tr:first-child .td {
    background: #ebf1f1;
    color: #000000;
    text-align: center;
  }
  .manual .table .tr:first-child .td:nth-child(1){
    width: 100px;
  }
  .manual .table .tr:first-child .td:nth-child(3){
    width: 85px;
  }
  .manual .table .tr:nth-child(n+2) .td:nth-child(2){
    text-align: left;
    padding: 0 30px;
  }
  .fa-cloud-download{
    color:#2dcbff;
    font-size: 28px;
  }
  .fa-cloud-download:hover{
    color:#1aa7d6;
    font-size: 28px;
  }
  .fa-youtube-play{
    color:#c00;
    font-size: 28px;
  }
  .fa-youtube-play:hover{
    color:rgb(180, 1, 1);
    font-size: 28px;
  }
  /*//manual*/
  /*vote*/
  .vote .table {
    display: table;
    width: 100%;
    color: #333;
  }
  .vote .table .tr {
    display: table-row;
  }
  .vote .table .tr .td {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 45px;
    background: #f7f7f7;
    border: 1px #fff solid;
  }
  .vote .table .tr:first-child .td {
    background: #ebf1f1;
    color: #000000;
    text-align: center;
  }
  .vote .table .tr:nth-child(2n) .td {
    background: #fff;
  }
  .vote .table .tr:first-child .td{
    width: 100px;
  }
  .vote .table .tr:first-child .td:nth-child(3){
    width: auto;
  }
  .vote .table .tr:nth-child(n+2) .td:nth-child(1){
    color: #2b85bb;
  }
  .vote .table .tr:nth-child(n+2) .td:nth-child(3){
    text-align: left;
    padding: 5px 30px;
  }
  .vote .table .tr:nth-child(n+2) .td:nth-child(3) a{
    margin-left: 10px;
  }
  .btn_{
    text-align: center;
    margin-top: 60px;
  }
  .btn_ a,.btn_ input{
    display: inline-block;
    background: #433f3d;
    color: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    min-width: 150px;
    text-align: center;
    margin: 0 8px;
    font-size: 18px;
    border: 0;
  }
  .main_btn{
    background: #2daab0 !important;
    color: #fff;
  }
  .btn_ a:hover,.btn_ input:hover{
    opacity: .8;
  }
  .vote .table .tr:nth-child(n+2) .td:nth-child(1) {
    color: #2b85bb;
  }
  /*//vote*/
  /*order*/
  .order .table {
    display: table;
    width: 100%;
    color: #333;
  }
  .order .table .tr {
    display: table-row;
  }
  .order .table .tr .td {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 45px;
    background: #f7f7f7;
    border: 1px #fff solid;
  }
  .order .table .tr:first-child .td {
    background: #ebf1f1;
    color: #000000;
    text-align: center;
  }
  .order .table .tr:first-child .td{
    width: 100px;
  }
  .order .table .tr:first-child .td:nth-child(1),.order .table .tr:first-child .td:nth-child(8){
    width: 50px;
  }
  .order .table .tr:first-child .td:nth-child(2),.order .table .tr:first-child .td:nth-child(3){
    width: 120px;
  }
  .order .table .tr:first-child .td:nth-child(5){
    width:130px;
  }
  .order .table .tr:first-child .td:nth-child(4){
    width: auto;
  }
  .order .table .tr:nth-child(n+2) .td:nth-child(4){
    text-align: left;
    padding: 5px 10px;
  }
  .order .info a{
    margin: 0 5px;
  }
  .order .info a:hover img{
    opacity: .8;
  }
  .order .nopay{
    color: #ff7373;
  }
  .order .modify a{
    font-size: 14px;
    color: #2e77b4;
  }
  .order .modify a.add{
    color: #ff7373;
    text-decoration: underline;
    margin-left: 10px;
  }
  /*//order*/
  /*travel_list*/
  .travel_list .table {
    display: table;
    width: 100%;
    color: #333;
  }
  .travel_list .table .tr {
    display: table-row;
  }
  .travel_list .table .tr .td {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 45px;
    background: #f7f7f7;
    border: 1px #fff solid;
  }
  .travel_list .table .tr:first-child .td {
    background: #ebf1f1;
    color: #000000;
    text-align: center;
  }
  .travel_list .table .tr:first-child .td{
    width: 100px;
  }
  .travel_list .table .tr:first-child .td:nth-child(2){
    width: auto;
  }
  .travel_list .table .tr:nth-child(n+2) .td:nth-child(2){
    text-align: left;
    padding: 5px 10px;
  }
  .travel_list .close_txt{
    color: #2e77b4;
  }
  .travel_list .apply_txt{
    color: #ff7373;
  }
  .travel_list .apply_txt:hover{
    text-decoration: underline !important;
  }
  .travel_list .table .tr:nth-child(n+2) .td:nth-child(2) a{
    margin-left: 10px;
  }
  /*//travel_list*/
  /*profile*/
  .profile .form-title {
    display: inline-block;
    line-height: 50px;
    text-align: left;
    width: 155px;
    background: #f7f7f7;
    padding-right: 20px;
    margin: 0 25px 0 0;
    text-align: right;
  }
  .profile input[type=text],
  .profile input[type=email],
  .profile input[type=password],
  .profile input[type=tel] {
    display: inline-block;
    width: calc(100% - 184px);
    height: 38px;
    border: 1px #cccccc solid;
    background: #fff;
    padding: 0 5px;
  }
  .profile select {
    display: inline-block;
    width: calc(33.333% - 100px);
    height: 38px;
    border: 0;
    font-size: 15px;
    color: #545454;
    margin: 0 0px 0 -3px;
    background: #fff;
    border: 1px #cccccc solid;
  }
  .profile select + select + select {
    margin: 0;
  }
  .profile .unnecessary .form-title span {
    color: #f3f3f3;
  }
  .profile .code input[type=text] {
    width: 120px;
	  margin-left: -3px;
  }
  .profile p {
    margin-bottom: 3px;
  }
  .profile p span {
    color: #888;
    margin: 0 10px;
    font-size: 15px;
    font-weight: 200;
  }
  .profile input + .form-title {
    margin-left: 30px;
  }
  .profile .border_box {
    width: 680px;
    max-width: 100%;
    padding: 50px 0 30px;
    margin: 0 auto;
  }
  .profile hr {
    border-top: 1px solid #dddddd;
  }
  .profile .code input[type=button] {
    color: #d86c00;
    background: none;
    border: 0;
    width: auto !important;
    text-decoration: underline;
  }
  /*//profile*/
  #classification_btn i{
    display: none;
  }
  /*travel*/
  .travel input,.travel select,.travel textarea,.questionnaire_detail input,.questionnaire_detail textarea{
    border: 1px solid #ccc;
    max-width: 100%;
    padding: 3px 5px;
  }
  .questionnaire_detail textarea,.questionnaire_detail input[type="text"]{
    width: 380px;
  }
  .travel .left_second_title {
    background: #d6ede9;
    padding: 10px 25px;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
  }
  .travel .bg_table {
    width: 100%;
    overflow: auto;
  }
  .travel .table {
    display: table;
    width: 100%;
    border-top: 1px solid #fff;
    margin-bottom: 0;
  }
  .travel .table > .table-row {
    display: table-row;
    text-align: center;
  }
  .travel .table > .table-row:nth-child(1) > .table-td{
    background: #eeeeee;
    text-align: center;
    padding: 10px;
  }
  .travel .table > .table-row > .table-td{
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
    background: #f7f7f7;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .travel .insurance .table > .table-row:nth-child(1) > .table-td {
    width: 10%;
    min-width: 105px;
  }
  .travel .table > .table-row:nth-child(n+2) > .table-td > span:nth-child(1){
    display: none;
  }
  .travel .table > .table-row > .table-td:last-child{
    border-right:0;
  }
  .travel .bg_title_c{
    background: #eeeeee !important;
  }
  .travel .type_box .table > .table-row > .table-td{
    width: 17%;
  }
  .travel .type_box .table > .table-row > .table-td:first-child{
    width: 15%;
  }
  .travel select{
    width: 80px;
    max-width: 100%;
  }
  .travel form > .row {
    margin-bottom: 40px;
  }
  .travel .row.mrgtop {
    margin-top: 40px;
  }
  .travel .cost .table > .table-row > .table-td:first-child{
    width: 20%;
  }
  .travel .cost .table > .table-row > .table-td:nth-child(3){
    width: 20%;
  }
  .travel .left_title {
    background: #d6ede9;
    padding: 10px 25px;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
  }
  .travel .left_table{
    border-top: 1px solid #fff;
  }
  .travel .left_table .row {
    display: flex;
  }
  .travel .left_table .left_table_title {
    width: 12%;
    min-width: 140px;
    float: left;
    background: #ebf1f1;
    padding: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .travel .left_table .left_table_content {
    width: 88%;
    float: left;
    padding: 10px 20px;
    background: #f7f7f7;
    border-bottom: 2px solid #fff;
  }
  .travel .left_table .left_table_title_s {
    width: 12%;
    min-width: 140px;
    float: left;
    background: #f7f7f7;
    padding: 10px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .travel .left_table .left_table_content_s {
    width: 20%;
    float: left;
    padding: 10px 20px;
    background: #f7f7f7;
    border-bottom: 2px solid #fff;
  }
  .travel .tick{
    color: #ff4d4d;
    font-size: 15px;
    text-align: center;
    border: 1px solid #dddddd;
    padding: 30px 10px;
  }
  .travel .tick input{
    margin: 0 10px 0px 0!important;
  }
  .travel .btn_ input,.travel .main_btn{
    width: 180px;
    height: 47px;
    border: 0;
  }
  .travel .bg_table > .row + .row .table{
    border-top:0;
  }
  /*//travel*/
  /*travel_step1*/
  .cart{
    width: 100%;
  }
  .cart .step{
    margin: 20px 0;
  }
  .cart .steps{
    display: inline-block;
    color: #263f4c;
    border: 1px solid #cccccc;
    padding: 8px 15px;
    border-radius:5px;
    min-width: 180px;
    text-align: center;
    margin-right: 10px;
  }
  .cart .steps.current{
    background: #03617f;
    border: 1px solid #03617f;
    color: #fff;
  }
  .cart > .row{
    margin-bottom: 40px;
  }
  .travel .left_second_title_s{
    background: #e9f5f3;
    text-align: center;
    font-size: 18px;
    padding: 10px;
    border-top:2px solid #fff;
    border-bottom:2px solid #fff;
  }
  .travel .cart .left_table .left_table_content_s{
    width: 35%;
  }
  .travel .cart .left_table .left_table_content_s input{
    width: 150px;
    max-width: 100%;
  }
  .travel .left_table .left_table_title_s.gray{
    background: #eeeeee;
  }
  .travel input[type="email"]{
    width: 360px;
    max-width: 100%;
  }
  .travel .table_complex .one{
    width: 8%;
    min-width: 90px;
    float: left;
    background: #f7f7f7;
  }
  .travel .table_complex .two{
    width: 92%;
    max-width: calc(100% - 90px);
    float: left;
    background: #f7f7f7;
  }
  .travel .table_complex .col{
    padding: 8px;
    border-right:2px solid #fff;
  }
  .travel .table_complex .col:last-child{
    border-right:0;
  }
  .travel .table_complex .one .col{
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-right:2px solid #fff;
  }
  .travel .table_complex .two .col{
    width: 12%;
    float: left;
    word-break: break-word;
  }
  .travel .table_complex .two .row{
    display: flex;
  }
  .travel .table_complex {
    text-align: center;
  }
  .travel .table_complex .title{
    border-top: 0 !important;
  }
  .travel .table_complex .title .col{
    background: #ebf1f1;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 5px;
  }
  .travel .table_complex .title .two .col:last-child{
    border-right:0;
  }
  .travel .table_complex .year_input{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .travel .table_complex .year_input input{
    width: 30px;
    margin: 3px 0;
  }
  .travel .table_complex .year_input input:first-child{
    min-width: 48px;
  }
  .travel .table_complex .two .col.year{
    padding: 5px 8px;
  }
  .travel .table_complex .year_input span{
    width: 15px;
    padding: 0 5px;
    display: inline-block;
  }
  .travel .table_complex .tr{
    display: flex;
    border-top: 2px solid #fff;
  }
  .travel .table_complex .two .merge{
    border-top:2px solid #fff;
  }
  .travel .table_complex .two .merge.two_grids .col{
    width: 24%;
    text-align: left;
  }
  .travel .table_complex .two .merge.two_grids .col + .col{
    width: 76%;
  }
  .travel .table_complex .col.stroke,.travel .table_complex .col.year{
    width: 16%;
  }
  .travel .table_complex .col.sex{
    width: 8%;
  }
  .travel .cart select {
    width: 120px;
    max-width: 100%;
  }
  .travel .cart select.formbar {
    width: auto;
    max-width: 100%;
  }
  .travel .table_complex .two .merge.two_grids .col span:nth-child(2){
    width: calc(100% - 90px);
    display: inline-block;
  }
  .travel .table_complex .two .merge.three_grids + .three_grids{
    margin-top: -20px;
  }
  .travel .table_complex .two .merge.three_grids .col{
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .travel .table_complex .two .merge.three_grids .col span{
    display: inline-block;
  }
  .travel .table_complex .two .merge.three_grids .col span label{
    margin-right: 30px;
    float: left;
  }
  .travel .table_complex .two .merge.three_grids .col span .checkbox + .checkbox{
    margin-top: 10px;
  }
  .travel .table_complex .two .merge .col span:nth-child(1){
    min-width: 80px;
  }
  .travel .table_complex .tr:nth-child(odd) .one{
    background: #eeeeee;
  }
  .travel .item_row + .item_row{
    margin-top: 30px;
  }
  .travel .cart + .tick{
    margin-top: -35px;
    border: 0;
    border-top: 2px solid #ebf1f1;
  }
  .travel .table_complex .remarks .two{
    padding: 15px 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
  }
  .travel .table_complex .remarks .two textarea{
    width: 700px;
  }
  .travel .table_complex .two .merge.all_grids{
    display: block;
    text-align: left;
  }
  .travel .table_complex .two .merge.all_grids .col{
    width: 100%;
  }
  .travel .table_complex .two .merge.all_grids .col.inline{
    width: auto;
  }
  /*#other_input{
    display: none;
  }*/
  /*//travel_step1*/
  /*travel_step2*/
  .travel .parking_space{
    border: 1px solid #dddddd;
    padding: 2px;
  }
  .travel .parking_space table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 4px;
    text-align: center;
  }
  .travel .parking_space table td{
    width: calc(100% / 7);
    background: #f7f7f7;
    height: 50px;
    color: #26404d;
    font-size: 15px;
    max-width: 115px;
    min-width: 110px;
    overflow: hidden;
  }
  .travel .parking_space table td.row_number{
    background: #ebf1f1;
    color: #28424f;
    font-weight: 300;
  }
  .travel .parking_space table td:nth-child(4){
    min-width: 200px;
  }
  .travel .parking_space table td.aisle{
    background: #fff;
  }
  .travel .parking_space table td a{
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 5px;
    word-break: break-word;
  }
  .travel .parking_space table td a.disabled{
    pointer-events: none;
    background: #d7f3f4;
  }
  .travel .parking_space table td a.onseat{
    background: #d7f3f4;
  }
  .travel .parking_space table tr:first-child .row_number{
    font-size: 17px;
    font-weight: 400;
  }
  .travel .parking_space table td a.current,.travel .parking_space table td a:not(.disabled):hover{
    background: #34c9b9;
    color: #fff;
  }
  /*//travel_step2*/
  /*travel_step3*/
  .travel .step_3 .parking_space table td a{
    pointer-events: none;
    cursor: default;
  }
  .travel .step_3 .remarks .two{
    background: #f7f7f7;
    padding: 8px 5px;
  }
  .travel .step_3 .item_row + .item_row {
    margin-top: 0px;
    border-top:2px solid #fff;
  }
  .travel .step_3 label input[type="radio"]{
    margin: 0 5px 2px 0 !important;
  }
  .travel .step_3 .pay label{
    margin: 10px 50px 10px 0;
  }
  .travel .step_3 .pay .left_table .row > div{
    padding: 20px;
  }
  .travel .step_3 .table_complex .title .col{
    background: #eeeeee !important;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 3px;
  }
  .travel .step_3 .table_complex .one .col{
    background: #ebf1f1;
  }
  .travel .step_3 .table_complex .one{
    min-width: 140px;
  }
  .travel .step_3 .table_complex .col.noid{
    width: 14%;
  }
  .travel .step_3 .table_complex .col.year,.travel .step_3 .table_complex .col.stroke{
    width: 15%;
  }
  .travel .step_3 .table_complex .col {
    padding: 8px 5px;
  }
  .travel .step_3 .table_complex .two .row .col{
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .travel .step_3 .table_complex .two .row .col:first-child{
    justify-content:flex-start;
  }
  .travel .step_3 .table_complex .two .merge.two_grids .col{
    width: 26%;
    text-align: left;
  }
  .travel .step_3 .table_complex .two .merge.two_grids .col + .col{
    width: 74%;
  }
  .travel .cost_step3{
    display: flex;
    margin-top: -41px;
  }
  .travel .cost_step3 .left_second_title{
    width: 140px;
    background: #ebf1f1;
    float: left;
    border-right: 2px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 0;
    font-size: 16px;
    font-weight: 300;
  }
  .travel .cost_step3 .left_second_title > div:first-child{
    width: 100%;
    height: 46px;
    border-bottom: 2px solid #fff;
    background: #eeeeee;
  }
  .travel .cost_step3 .left_second_title > div:nth-child(2){
    padding-top: 20px;
  }
  .travel .cost_step3 .bg_table{
    width: calc(100% - 140px);
    float: left;
  }
  .travel .total_row{
    margin-top:-40px;
  }
  .travel .total_row.nomargin{
    margin-top:0px;
  }
  .travel .total_row .left_table_title{
    width: 12%;
    min-width: 140px;
    float: left;
    background: #d6ede9;
    padding: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .travel .total_row .left_table_content{
    width: 88%;
    max-width: calc(100% - 140px);
    float: left;
    padding: 10px 20px;
    background: #f7f7f7;
    border-bottom: 2px solid #fff;
  }
  .travel .total_row .price .left_table_content{
    font-size: 18px;
    font-weight: 400;
  }
  .travel .price-txt{
    font-size: 22px;
    color: #d00000;
    font-weight: 400;
    margin: 0 10px;
  }
  /*//travel_step3*/
  /*questionnaire*/
  .vote.questionnaire .table .tr:nth-child(n+2) .td:nth-child(3) a{
    margin-left: 30px;
  }
  .vote.questionnaire .table .tr:nth-child(n+2) .td:nth-child(1) {
    color: #333;
  }
  /*//questionnaire*/
  /*questionnaire_detail*/
  .questionnaire_detail > .title{
    font-size: 20px;
    color: #fff;
    background: #75bfd2;
    text-align: center;
    padding: 8px;
    letter-spacing: 3px;
  }
  .questionnaire_detail .table .tr{
    display: flex;
    flex-wrap: wrap;
  }
  .questionnaire_detail .table .tr > div{
    padding: 5px 30px;
  }
  .questionnaire_detail .table .title.tr{
    padding: 5px 25px;
  }
  .questionnaire_detail .table .item_title{
    width: 100%;
    background: #f7f7f7;
    padding: 10px 30px !important;
  }
  .questionnaire_detail .table .item{
    width: 100%;
  }
  .questionnaire_detail .table .title.tr .td{
    padding: 5px;
    width: calc((100% / 4));
    display: inline-flex;
  }
  .questionnaire_detail .table .title.tr .td:first-child{
    width: calc((100% / 2));
  }
  .questionnaire_detail .table .title.tr .td span:first-child{
    min-width: 80px;
    text-align: right;
  }
  .questionnaire_detail .table .item_name{
    font-size: 17px;
    margin-bottom: 10px;
  }
  .questionnaire_detail .table .item_content{
    display: flex;
    width: 80%;
    max-width: 100%;
  }
  .questionnaire_detail .table .item_content label{
    margin: 10px 15px 10px 0;
    width: calc(100% / 6);
  }
  .questionnaire_detail .table .item > .row{
    margin: 10px 0 15px;
  }
  .questionnaire_detail .table .item_content label input{
    margin: 0 10px 2px 0 !important;
  }
  .questionnaire_detail .table .item_name > span{
    color: #ff4c4c;
  }
  /*//questionnaire_detail*/
  /*album*/
  .album{
    margin-top: 20px;
  }
  .album .row{
    margin: 0 -8px !important;
  }
  .album .row > .col{
    width: 50%;
    float: left;
    padding: 0 8px;
    position: relative;
    overflow: hidden;
  }
  .album .row > .col:nth-child(n+3){
    margin-top: 15px;
  }
  .album .row > .col a{
    display: block;
  }
  .album .row > .col .img{
    width:100%; 
    height:100%;
    overflow:hidden;
  }
  .album .row > .col img{
    width: 100%;
    transform:scale(1,1);
    transition: all 1s ease-out;
  }
  .album .col > a:hover >.img > img{
    transform:scale(1.2,1.2);
  }
  .album .row > .col .data{
    position: absolute;
    z-index: 2;
    right: 30px;
    top:0px;
    background: #0992a4;
    color: #fff;
    padding: 10px 12px;
  }
  .album .row > .col .data span{
    display: block;
    text-align: center;
    font-weight: 400;
  }
  .album .row > .col:nth-child(1) .data span:nth-child(2){
    font-size: 26px;
    line-height: 30px;
  }
  .album .row > .col .data span:nth-child(2){
    font-size: 22px;
    line-height: 22px;
  }
  .album .row > .col .box{
    position: absolute;
    left: 8px;
    bottom: 0px;
    width: calc(100% - 16px);
    padding: 40px 70px 40px 40px;
  }
  .album .row > .col .box >.tag{
    background: #0992a4;
    color: #fff;
    display: inline-block;
    padding: 2px 10px;
    margin-bottom: 10px;
  }
  .album .row > .col .box >.title{
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .album .row > .col .box > .more{
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50px;
    padding: 6px 25px;
  }
  .album .col > a:hover .box > .more{
    background: #ff4d4d;
  }
  .album .btn_box{
    margin-bottom: 20px;
  }
  .album .popup-gallery a{
    display: inline-block;
    width: calc((100% / 6) - 19px);
    margin: 8px;
    overflow: hidden;
  }
  .album .popup-gallery a .spacer{
    position: relative;
    padding-top: 100%;
    float: none;
  }
  .album .popup-gallery a .spacer::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0);
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  .album .popup-gallery a:hover .spacer::before{
    background: rgba(0,0,0,0.4);
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  .album .popup-gallery a .spacer::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    background: url(../images/_tw/search.svg) center no-repeat;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  .album .popup-gallery a:hover .spacer::after{
    opacity: 1;
    background: url(../images/_tw/search.svg) center no-repeat;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  .album .popup-gallery a img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    float: none;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
  .album .btn_box > div{
    margin-bottom: 10px;
  }
  .album .btn_box .next{
    display: flex;
  }
  .album .btn_box .next > span{
    min-width: 70px;
  }
  .album .btn_ a{
    margin: 0;
    font-size: 16px;
    width: 120px;
  }
  .album .btn_box > div span + a{
    color: #2daab0;
  }
  .album .btn_box > div span + a:hover{
    opacity: .8;
  }
  /*//album*/
}
/*===============================================================================================
    -tablet
===============================================================================================*/
@media only screen and (min-width: 670px) and (max-width: 1199px) {
  .mobile_menu{
    display: block;
  }
  .index.wrap {
    width: 96%;
    max-width: 960px;
    margin: 20px auto 40px;
  }
  .flexslider .flex-direction-nav a{
  	width: 40px;
    height: 40px;
    background-size: contain !important;
  }
  body {
    padding:65px 0 40px;
  }
  .pc, .hide-in-tablet {
    display: none !important;
  }
  /*麵包屑*/
  .container > .wrap {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    padding: 60px 0 80px;
  }
  .bread-crumbs {
    position: absolute;
    right: 0px;
    top: 10px;
  }
  .bread-crumbs ol {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .bread-crumbs ol img {
    display: inline-block;
    vertical-align: middle;
    margin: 2px 3px 0 0;
  }
  .bread-crumbs ol li {
    display: inline-flex;
    align-items: center;
  }
  .bread-crumbs ol li a {
    font-size: 15px;
  }
  .bread-crumbs ol li i,
  .bread-crumbs ol li span {
    display: inline-block;
    font-size: 14px !important;
  }
  .bread-crumbs ol i{
    margin: 0 5px;
    font-family: sans-serif;
    font-size: 14px;
  }
  /*//麵包屑*/
  /*標題*/
  .page-title{
    display: table;
    margin: 40px auto;
  }
  .page-title .main{
    font-family: 'innming','Noto Sans TC','Microsoft JhengHei', Arial, Helvetica, sans-serif;
    font-size: 32px !important;
    color: #000;
    font-weight: 500;
    display: block;
    position: relative;
    text-align: center;
  }
  .page-title .second{
    font-family: 'innming','Noto Sans TC','Microsoft JhengHei', Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-style: italic;
    color: #888888;
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  /*//標題*/
  /*頁籤*/
  .page-links {
    padding: 0px 0 30px;
    width: 100%;
    display: block;
  }
  .page-links .row {
    margin: 0 -6px !important;
  }
  .page-links .row .col {
    display: inline-block;
    margin: 0px 3px 10px 3px;
  }
  .page-links .row .col a {
    margin: 2px;
    background: #fff;
    color: #d83400;
    border: 1px solid #ffa74f;
    font-weight: 400;
    padding: 10px 15px;
    font-size: 18px;
    display: block;
    min-width: 146px;
    text-align: center;
  }
  .page-links .row .current a,.page-links .row a:hover {
    background: #d93600;
    border: 1px solid #d93600;
    color: #fff;
  }
  .page-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .page-links ul li {
    float: left;
    text-align: center;
  }
  .page-links li + li {
    margin-left: 12px;
  }
  .page-links ul li:nth-child(n+9) {
    margin-top: 10px;
  }
  .page-links ul li a:hover {
    background: rgba(9,145,163,1) !important;
  }
  /*//頁籤*/
  /*頁數*/
  .pager {
    padding: 40px 0 0;
    text-align: center;
  }
  .pager a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    color: #666;
    border:1px #ccc solid;
    vertical-align: top;
    margin: 0 3px;
    background: #fff;
  }
  .pager a span{
    color: #666666 !important;
  }
  .pager a.current {
    background: #f7f7f7;
  }
  .pager a.current span{
    font-weight: bold;
  }
  .pager a:first-child,
  .pager a:last-child {
    font-size: 24px;
  }
  .pager a:first-child i,
  .pager a:last-child i {
    vertical-align: top;
    margin-top: 2px;
  }
  .pager a:hover{
    background: #e0e0e0;
  }
  /*//頁數*/
  header.header {
    position: relative;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 7;
    background: #bdede8;
    background: -moz-linear-gradient(top, #bdede8 6%, #2ac6b5 80%);
    background: -webkit-linear-gradient(top, #bdede8 6%,#2ac6b5 80%);
    background: linear-gradient(to bottom, #bdede8 6%,#2ac6b5 80%);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .row_top {
    width: calc(100% - 40px);
    margin: 0 auto;
    height: 65px;
    display: flex;
    justify-content: space-between;
  }
  a.logo{
    float: left;
    margin-right: 60px;
  }
  a.logo img{
	  max-height: 50px;
    width: auto;
  }
  .logo_text {
    font-size: 18px;
    color: rgba(255,255,255,.6);
    float: left;
    margin-left: 10px;
    letter-spacing: 1px;
  }
  .menu_top_left{
  	width: 100%;
    float: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .menu_top_left > div{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /*//menu*/
  /*footer*/
  #right-fixed {
    position: fixed;
    text-align: center;
    right: 15px;
    bottom: 60px;
    z-index: 90;
  }
  #right-fixed .slider-wrap {
    margin-bottom: 20px;
    position: relative;
  }
  #right-fixed .record-silder {
    position: relative;
    background: 0;
  }
  #right-fixed .record-silder .text {
    color: #555;
    width: 100%;
    height: 22px;
    line-height: 22px;
    text-align: center;
    position: absolute;
    left: 0;
    top: -5px;
    z-index: 99;
    position: relative;
  }
  #right-fixed .record-silder .text span {
    padding: 0 5px;
    background: #f9f9f9;
    position: relative;
    z-index: 2;
  }
  #right-fixed .record-silder .text:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 12px;
    z-index: 1;
  }
  #right-fixed .record-silder .slides li {
    height: 220px;
    background: #fff;
  }
  #right-fixed .record-silder .slides li a {
    display: block;
    border-bottom: 1px #ddd solid;
    text-align: center;
    padding: 10px 5px;
  }
  #right-fixed .record-silder .slides li a img {
    width: 70px;
    display: inline-block;
  }
  #right-fixed .record-silder .slides li a p {
    color: #555;
    font-size: 12px;
    padding: 5px 0 0;
  }
  #right-fixed .record-silder .slides li a + a {
    border-top: 0;
  }
  #right-fixed .icons a {
    display: block;
  }
  #right-fixed .icons .goTop {
    display: none;
  }
  .topicon{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 53px;
    height: 53px;
    background: #0f6985 url(../images/_tw/up.svg)50% 8px no-repeat;
    border-radius: 100%;
    padding-top: 15px;
    font-size: 14px;
  }
  #right-fixed #fixed-silder-prev,
  #right-fixed #fixed-silder-next {
    cursor: pointer;
  }
  #fixed-right {
    position: fixed;
    top: 50%;
    right: 2%;
    z-index: 10;
  }
  #fixed-right a {
    display: block;
  }
  #fixed-right a + a {
    margin-top: 12px;
  }
  #fixed-bottom {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 999;
  }
  #fixed-bottom a {
    display: block;
    width: 50%;
    float: left;
    background: #00bfff;
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 2px 0;
    line-height: 36px;
  }
  #fixed-bottom a img {
    height: 36px;
    margin-right: 10px;
    vertical-align: middle;
  }
  #fixed-bottom a span {
    vertical-align: middle;
    color: #fff !important;
  }
  #fixed-bottom a + a {
    background: #03c302;
  }
  .goTop {
    cursor: pointer;
    z-index: 998;
    display: none;
  }
  .goTop img {
    width: 50px;
  }
  footer.footer{
    position: relative;
    float: left;
    width: 100%;
    color: #496155;
    background: #feffff;
    border-top:2px solid #cceef0;
    background: -moz-linear-gradient(top, #feffff 6%, #cdeef0 80%);
    background: -webkit-linear-gradient(top, #feffff 6%,#cdeef0 80%);
    background: linear-gradient(to bottom, #feffff 6%,#cdeef0 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#cdeef0',GradientType=1 );
  }
  footer .wrap_all{
    padding: 50px 0;
    margin: 0 auto;
    display: flex;
    width: 1400px;
    max-width: 100%;
  }
  footer.footer a{
    color: #fff;
    line-height: 1;
  }
  footer .copy-right{
    background: #34c9b9;
    color: #fff;
    padding: 15px 0;
    font-size: 15px;
    text-align: center;
    line-height: 1;
    position: relative;
  }
  footer .copy-right .design{
    color: #ffff73;
    position: absolute;
    right: 20px;
    top: 15px;
  }
  footer .copy-right > .wrap{
    width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  footer .copy-right a{
    font-size: 15px;
    color: #ffff73;
  }
  footer .wrap_all > div:nth-child(1) span{
    display: block;
    font-family: 'Arial','Noto Sans TC','Microsoft JhengHei', Helvetica, sans-serif;
    letter-spacing: 0.5px;
    margin: 0 0 5px;
  }
  footer .wrap_all span{
    margin-right: 15px;
  }
  footer .wrap_all img{
    margin-right: 8px;
  }
  footer .wrap_all .item{
    width: 28%;
    float: left;
    display: flex;
    justify-self: start;
    align-items: center;
  }
  footer .wrap_all .item:last-child{
    width: 44%;
  }
  footer .wrap_all h4{
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 5px;
    margin-top: 0;
  }
  footer .wrap_all > div:first-child{
    width: 30%;
  }
  /*//footer*/
  /*enterprise*/
  .slides_txt {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #fff;
    font-weight: 400;
    font-size: 26px;
    text-shadow: -1px 0 #a25c59, 0 1px #a25c59,1px 0 #a25c59, 0 -1px #a25c59;
    letter-spacing: 5px; 
    line-height: 2; 
  }
  .enterprise_step{
    padding: 80px 0 130px;
  }
  .enterprise_step .container{
    overflow: hidden;
  }
  .enterprise_step .row{
    width: calc(100% + 100px);
    margin: 0 -50px !important;
  }
  .enterprise_step .row .col{
    width:33.3333%;
    float: left;
    padding: 0 50px;
    position: relative;
  }
  .enterprise_step .row .col::before{
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 70px;
    color: #fff;
    position: absolute;
    right: 0px;
    top:20%;
    -moz-transform:translate(50%,20%);
    -webkit-transform:translate(50%,20%);
    -o-transform:translate(50%,20%);
    -ms-transform:translate(50%,20%);
    transform:translate(50%,20%);
  }
  .enterprise_step .row .col:nth-child(3n)::before,.enterprise_step .row .col:last-child::before{
    content: '';
  }
  .enterprise_step .row .col:nth-child(n+4){
    margin-top: 50px;
  }
  .enterprise_step .title{
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-bottom: 70px;
  }
  .enterprise_step .title span{
    font-style: italic;
    font-family: 'Times New Roman','Noto Sans TC','Microsoft JhengHei', Arial, Helvetica, sans-serif;
  }
  .enterprise_step .row .col .img{
    text-align: center;
    border: 1px solid #fff;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .enterprise_step .row .col .img::before{
    content: '';
    padding-top:100%;
  }
  .enterprise_step .row .col .text{
    font-size: 22px;
    color: #130e15;
    background: rgba(255, 255, 255, .6);
    text-align: center;
    border-radius: 50px;
    padding: 3px 0;
    margin-top: 20px;
  }
  .enterprise_login{
    padding: 50px 0 120px;
    background: #fafafa;
  }
  .enterprise_login .info{
    text-align: center;
    font-size: 18px;
    color: #ff8000;
    margin-bottom: 80px;
  }
  .enterprise_login > .container{
    width: 1050px !important;
    max-width: 100%;
    position: relative;
  }
  .enterprise_login .border_box{
    width: 680px;
    max-width: 100%;
    padding: 0 0 60px;
    margin: 0 auto;
  }
  .enterprise_login hr{
    border-top:1px solid #dddddd;
  }
  .enterprise_login form input{
    width: calc(100% - 180px);
    border: 1px solid #d3cab6;
    padding: 8px 5px;
  }
  .enterprise_login form span{
    display: inline-block;
    width: 180px;
    text-align: right;
    padding-right: 40px;
  }
  .enterprise_login .code input{
    width: 150px !important;
  }
  .enterprise_login .code input[type=button] {
    color: #d86c00;
    background: none;
    border: 0;
    width: auto !important;
    text-decoration: underline;
  }
  .enterprise_login .code img{
    margin: 0 10px;
  }
  .enterprise_login p{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: -40px;
  }
  .enterprise_login .login_btn{
    margin-top: 60px;
    text-align: center;
  }
  .enterprise_login .login_btn a {
    display: inline-block;
    min-width: 125px;
    padding: 0 25px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #433f3d;
    color: #fff;
    font-size: 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 10px;
  }
  .enterprise_login .login_btn a:hover {
    background: #69625f;
  }
  .enterprise_login .login_btn a.forget{
    background: #2daab0;
  }
  .enterprise_login .login_btn a.forget:hover {
    background: #2ac6b5;
  }
  .enterprise_service{
    color: #fff;
    padding: 50px 0 80px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    margin-bottom: -10px;
  }
  .enterprise_service ul{
    list-style-type: none;
    width: 645px;
    max-width: 100%;
    margin: 60px auto;
  }
  .enterprise_service ul li{
    font-size: 30px;
    border:1px solid #fff;
    padding: 10px;
    border-radius:5px;
    text-align: center;
  }
  .enterprise_service ul li + li{
    margin-top: 70px;
  }
  .style1 .main{
    color: #fff;
    border-bottom:1px solid #fff;
    padding: 0 20px 10px;
  }
  .style1 .second{
    color: #fff;
    margin-top: 5px;
  }
  .enterprise_service .item{
    float: left;
    font-family: 'Times New Roman','Noto Sans TC','Microsoft JhengHei', Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-style: italic;
  }
  /*//enterprise*/
  /*bulletin_board*/
  .left {
    width: 230px;
    float: left;
  }
  .left .title {
    font-size: 20px;
    color: #fff;
    padding: 8px 0;
    background: #27979c;
    text-align: center;
    position: relative;
  }
  .left > ul {
    list-style: none;
    background: #fff;
    padding-bottom: 0px;
    margin-top: 10px;
  }
  .left > ul > li {
    border: 1px #eeeeee solid;
  }
  .left > ul > li + li{
    margin-top: 10px;
  }
  .left > ul > li > a {
    font-size: 18px;
    color: #333;
    display: block;
    padding: 12px;
    position: relative;
    text-align: center;
  }
  .left > ul > li > a::before {
    content: '';
    border: 1px solid #00b7b7;
    border-right-width: 0;
    border-bottom-width: 0;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .left > ul > li > a::after {
    content: '';
    border: 1px solid #00b7b7;
    border-left-width: 0;
    border-top-width: 0;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .left > ul > li ul {
    list-style: none;
    padding: 15px 0;
    padding-left: 45px;
    display: none;
  }
  .left > ul > li ul li a {
    font-size: 15px;
    color: #666666;
  }
  .left > ul > li ul li a:hover {
    color: #7f9f01;
	text-decoration: underline;
  }
  .left > ul > li ul li + li {
    margin-top: 10px;
  }
  .left > ul > li.active > a {
    background: #feffff;
    background: -moz-linear-gradient(top, #feffff 6%, #cdeef0 100%);
    background: -webkit-linear-gradient(top, #feffff 6%,#cdeef0 100%);
    background: linear-gradient(to bottom, #feffff 6%,#cdeef0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#cdeef0',GradientType=1 );
  }
  .left > ul > li.active > a:before {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
  }
  .left > ul > li.active ul {
    display: block;
  }
  .left > ul > li:first-child.active {
    margin-top: 0;
  }
  .welcome_txt{
    margin-bottom: 40px;
    font-size: 18px;
    color: #ff3f00;
    font-weight: 400;
  }
  .welcome_txt img{
    margin-left: 20px;
  }
  .right {
    width: calc(100% - 230px);
    float: left;
    padding-left: 30px;
  }
  .bulletin_board .table {
    display: table;
    width: 100%;
    color: #333;
  }
  .bulletin_board .table .title.tr {
    display: none;
  }
  .bulletin_board .table >.tr >.td + .td > span {
    border-top: 1px #ddd solid;
  }
  .bulletin_board .table .tr {
    display: table;
    border: 1px #ddd solid;
    width: 100%;
  }
  .bulletin_board .tr + .tr {
    margin-top: 10px;
  }
  .bulletin_board .title.tr + .tr {
    margin-top: 0px;
  }
  .bulletin_board .tr:nth-child(n+2) .td {
    display: table-row;
  }
  .bulletin_board .table >.tr >.td > span:first-child {
    background: #ebf1f1;
    color: #333;
    vertical-align: middle;
    width: 18%;
  }
  .bulletin_board .table >.tr >.td > span {
    display: table-cell;
    width: 35%;
    padding: 10px 15px;
  }
  .bulletin_board .tr .td span + span {
    width: 65%;
  }
  .bulletin_board .table .tr:first-child .td {
    background: #dddddd;
    color: #000;
    text-align: center;
  }
  .bulletin_board .table .tr:nth-child(2n) .td {
    background: #f7f7f7;
  }
  .right .title_box{
    border-bottom:1px solid #dddddd;
    position: relative;
    margin-bottom: 8px;
  }
  .right .title_box .title{
    position: relative;
    background: #27979c;
    color: #fff;
    height: 45px;
    line-height: 45px;
    padding: 0 60px 0 40px;
    font-size: 20px;
    display: inline-block;
  }
  .right .title_box .title::after{
  	content: '';
    position: absolute;
    top:0;
    right: 0;
    z-index: 2;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 35px 45px 0;
    border-color: transparent #ffffff transparent transparent;
  }
  .right .title_box .sign_out{
    position: absolute;
    right: 0;
    top: 0;
    color: #ff4d4d;
    border: 1px solid;
    padding: 8px 18px;
    line-height: 1;
    font-size: 15px;
    letter-spacing: 5px;
    padding-right: 13px;
  }
  .right .title_box .sign_out:hover{
    background: #ff4d4d;
    color: #fff;
  }
  .bulletin_board .table .tr .td .date {
    color: #ff8000;
  }
  /*//bulletin_board*/
  /*bulletin_detail*/
  .bulletin_detail > .row2{
    display: flex;
    justify-content: space-between;
  }
  .bulletin_detail > .row2 .title{
    width: 150px;
    text-align: center;
    padding: 15px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    font-weight: 400;
  }
  .bulletin_detail > .row2 .info{
    width: calc(100% - 154px);
    padding: 15px 25px;
  }
  .bulletin_detail > .row2 > div{
    background: #f7f7f7;
  }
  .bulletin_detail > .row2:first-child > div{
    background: #ebf1f1;
  }
  .bulletin_detail > .row2 .info.content{
    background: #fff;
    padding-bottom: 100px;
  }
  .bulletin_detail > .row2 + .row2{
    margin-top: 4px;
  }
  .article-function {
    text-align: center;
    padding: 40px 0 0;
    border-top: 1px solid #dddddd;
    margin-top: 8px;
  }
  .article-function a {
    display: inline-block;
  }
  .article-function a:nth-child(2) {
    margin: 0 30px;
  }
  .article-function a span{
    margin: 0 15px;
  }
  /*//bulletin_detail*/
  /*manual*/
  .manual .table {
    display: table;
    width: 100%;
    color: #333;
  }
  .manual .table .title.tr {
    display: none;
  }
  .manual .table >.tr >.td + .td > span {
    border-top: 1px #ddd solid;
  }
  .manual .table .tr {
    display: table;
    border: 1px #ddd solid;
    width: 100%;
  }
  .manual .tr + .tr {
    margin-top: 10px;
  }
  .manual .title.tr + .tr {
    margin-top: 0px;
  }
  .manual .tr:nth-child(n+2) .td {
    display: table-row;
    background: #f7f7f7;
  }
  .manual .table >.tr >.td > span:first-child {
    background: #ebf1f1;
    color: #333;
    vertical-align: middle;
    width: 18%;
  }
  .manual .table >.tr >.td > span {
    display: table-cell;
    width: 35%;
    padding: 10px 15px;
  }
  .manual .tr .td span + span {
    width: 65%;
  }
  .manual .table .tr:first-child .td {
    background: #dddddd;
    color: #000;
    text-align: center;
  }
  .fa-cloud-download{
    color:#2dcbff;
    font-size: 28px;
  }
  .fa-cloud-download:hover{
    color:#1aa7d6;
    font-size: 28px;
  }
  .fa-youtube-play{
    color:#c00;
    font-size: 28px;
  }
  .fa-youtube-play:hover{
    color:rgb(180, 1, 1);
    font-size: 28px;
  }
  /*//manual*/
  /*vote*/
  .vote .table {
    display: table;
    width: 100%;
    color: #333;
  }
  .vote .table .title.tr {
    display: none;
  }
  .vote .table >.tr >.td + .td > span {
    border-top: 1px #ddd solid;
  }
  .vote .table .tr {
    display: table;
    border: 1px #ddd solid;
    width: 100%;
  }
  .vote .tr + .tr {
    margin-top: 10px;
  }
  .vote .title.tr + .tr {
    margin-top: 0px;
  }
  .vote .tr:nth-child(n+2) .td {
    display: table-row;
    background: #f7f7f7;
  }
  .vote .table >.tr >.td > span:first-child {
    background: #ebf1f1;
    color: #333;
    vertical-align: middle;
    width: 18%;
  }
  .vote .table >.tr >.td > span {
    display: table-cell;
    width: 35%;
    padding: 10px 15px;
  }
  .vote .tr .td span + span {
    width: 65%;
  }
  .vote .table .tr:first-child .td {
    background: #dddddd;
    color: #000;
    text-align: center;
  }
  .vote .table .tr:nth-child(2n) .td {
    background: #fff;
  }
  .vote .table .tr:nth-child(n+2) .td:nth-child(3) a{
    margin-left: 10px;
  }
  .btn_{
    text-align: center;
    margin-top: 60px;
  }
  .btn_ a,.btn_ input{
    display: inline-block;
    background: #433f3d;
    color: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    min-width: 150px;
    text-align: center;
    margin: 0 8px;
    font-size: 18px;
    border: 0;
  }
  .main_btn{
    background: #2daab0 !important;
    color: #fff;
  }
  .btn_ a:hover,.btn_ input:hover{
    opacity: .8;
  }
  .vote .table .tr:nth-child(n+2) .td:nth-child(1) {
    color: #2b85bb;
  }
  /*//vote*/
  /*order*/
  .order .table {
    display: table;
    width: 100%;
    color: #333;
  }
  .order .table .title.tr {
    display: none;
  }
  .order .table >.tr >.td + .td > span {
    border-top: 1px #ddd solid;
  }
  .order .table .tr {
    display: table;
    border: 1px #ddd solid;
    width: 100%;
  }
  .order .tr + .tr {
    margin-top: 10px;
  }
  .order .title.tr + .tr {
    margin-top: 0px;
  }
  .order .tr:nth-child(n+2) .td {
    display: table-row;
    background: #f7f7f7;
  }
  .order .table >.tr >.td > span:first-child {
    background: #ebf1f1;
    color: #333;
    vertical-align: middle;
    width: 18%;
  }
  .order .table >.tr >.td > span {
    display: table-cell;
    width: 35%;
    padding: 10px 15px;
  }
  .order .tr .td span + span {
    width: 65%;
  }
  .order .table .tr:first-child .td {
    background: #dddddd;
    color: #000;
    text-align: center;
  }
  .order .info a{
    margin: 0 5px;
  }
  .order .nopay{
    color: #ff7373;
  }
  .order .modify a{
    font-size: 14px;
    color: #2e77b4;
  }
  .order .modify a.add{
    color: #ff7373;
    text-decoration: underline;
    margin-left: 10px;
  }
  /*//order*/
  /*travel_list*/
  .travel_list .table {
    display: table;
    width: 100%;
    color: #333;
  }
  .travel_list .table .title.tr {
    display: none;
  }
  .travel_list .table >.tr >.td + .td > span {
    border-top: 1px #ddd solid;
  }
  .travel_list .table .tr {
    display: table;
    border: 1px #ddd solid;
    width: 100%;
  }
  .travel_list .tr + .tr {
    margin-top: 10px;
  }
  .travel_list .title.tr + .tr {
    margin-top: 0px;
  }
  .travel_list .tr:nth-child(n+2) .td {
    display: table-row;
    background: #f7f7f7;
  }
  .travel_list .table >.tr >.td > span:first-child {
    background: #ebf1f1;
    color: #333;
    vertical-align: middle;
    width: 18%;
  }
  .travel_list .table >.tr >.td > span {
    display: table-cell;
    width: 35%;
    padding: 10px 15px;
  }
  .travel_list .tr .td span + span {
    width: 65%;
  }
  .travel_list .table .tr:first-child .td {
    background: #dddddd;
    color: #000;
    text-align: center;
  }
  .travel_list .close_txt{
    color: #2e77b4;
  }
  .travel_list .apply_txt{
    color: #ff7373;
  }
  .travel_list .apply_txt:hover{
    text-decoration: underline !important;
  }
  .travel_list .table .tr:nth-child(n+2) .td:nth-child(2) a{
    margin-left: 10px;
  }
  /*//travel_list*/
  /*profile*/
  .profile .form-title {
    display: inline-block;
    line-height: 50px;
    text-align: left;
    width: 100%;
    margin: 0;
  }
  .profile input[type=text],
  .profile input[type=email],
  .profile input[type=password],
  .profile input[type=tel] {
    display: inline-block;
    width: 100%;
    height: 38px;
    border: 1px #cccccc solid;
    background: #fff;
    padding: 0 5px;
  }
  .profile select {
    display: inline-block;
    width: calc(33.3333% - 42px);
    height: 38px;
    border: 0;
    font-size: 15px;
    color: #545454;
    background: #fff;
    border: 1px #cccccc solid;
  }
  .profile select + select + select {
    margin: 0;
  }
  .profile .unnecessary .form-title span {
    color: #f3f3f3;
  }
  .profile .code input[type=text] {
    width: 120px;
	  margin-left: -3px;
  }
  .profile p {
    margin-bottom: 3px;
  }
  .profile p span {
    color: #888;
    margin: 0 10px;
    font-size: 15px;
    font-weight: 200;
  }
  .profile input + .form-title {
    margin-left: 30px;
  }
  .profile .border_box {
    width: 400px;
    max-width: 100%;
    padding: 20px 0 30px;
    margin: 0 auto;
  }
  .profile hr {
    border-top: 1px solid #dddddd;
  }
  .profile .code input[type=button] {
    color: #d86c00;
    background: none;
    border: 0;
    width: auto !important;
    text-decoration: underline;
  }
  /*//profile*/
  #classification_btn i{
    display: none;
  }
  /*travel*/
  .travel input,.travel select,.travel textarea,.questionnaire_detail input,.questionnaire_detail textarea{
    border: 1px solid #ccc;
    max-width: 100%;
    padding: 3px 5px;
  }
  .questionnaire_detail textarea,.questionnaire_detail input[type="text"]{
    width: 80%;
  }
  .travel .left_title {
    background: #d6ede9;
    padding: 10px 25px;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
  }
  .travel .left_table{
    border-top: 1px solid #fff;
  }
  .travel .left_second_title {
    background: #d6ede9;
    padding: 10px 25px;
    font-weight: 400;
    text-align: center;
    margin-top: 0;
    font-size: 18px;
  }
  .travel .bg_table {
    width: 100%;
    overflow: auto;
  }
  .travel .table {
    display: table;
    width: 100%;
    border-top: 1px solid #fff;
    margin-bottom: 0;
  }
  .travel .table > .title-row{
    display: none !important;
  }
  .travel .table > .table-row {
    display: table;
    width: 100%;
  }
  .travel .table > .table-row + .table-row{
    margin-top: 10px;
  }
  .travel .type_box .table > .table-row + .table-row {
    margin-top: 0px;
  }
  .travel .table > .title-row + .table-row {
    margin-top: 0;
  }
  .travel .left_table > .col .left_table_content,.travel .table > .table-row:nth-child(n+2) > .table-td {
    background: #f7f7f7;
  }
  .travel .table > .table-row:nth-child(n+2) > .table-td {
    display: table-row;
  }
  .travel .table > .table-row:nth-child(n+2) > .table-td > span {
    display: table-cell;
    width: 100%;
    padding: 10px 15px;
    text-align: center;
    border-bottom: 2px solid #fff;
    vertical-align: middle;
  }
  .travel .table > .table-row:nth-child(n+2) > .table-td > span:nth-child(1) {
    background: #eeeeee;
    color: #333;
    vertical-align: middle;
    border-right: 2px solid #fff;
    width: 12%;
    min-width: 160px;
  }
  .travel .bg_title_c{
    background: #eeeeee !important;
  }
  .travel .left_table .row {
    display: flex;
    flex-wrap: wrap;
  }
  .travel .left_table .row:nth-child(2){
    flex-wrap: wrap;
  }
  .travel .left_table .left_table_title {
    width: 12%;
    min-width: 160px;
    float: left;
    background: #ebf1f1;
    padding: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .travel .left_table .left_table_content {
    width: calc(100% - 160px);
    float: left;
    padding: 10px 20px;
    background: #f7f7f7;
    border-bottom: 2px solid #fff;
    word-break: break-word;
  }
  .travel .left_table .left_table_title_s {
    width: 12%;
    min-width: 160px;
    float: left;
    background: #ebf1f1;
    padding: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .travel .left_table .left_table_content_s {
    width: calc(100% - 160px);
    float: left;
    padding: 10px 20px;
    background: #f7f7f7;
    border-bottom: 2px solid #fff;
  }
  .travel .tick{
    color: #ff4d4d;
    font-size: 15px;
    text-align: center;
    border: 1px solid #dddddd;
    padding: 30px 10px;
  }
  .travel .tick input{
    margin: 0 10px 0px 0!important;
  }
  .travel .btn_ input{
    width: 180px;
  }
  .travel select {
    width: 80px;
    max-width: 100%;
    background: #fff;
  }
  .travel form > .row {
    margin-bottom: 30px;
  }
  .null_box{
    display: none !important;
  }
  .travel .bg_table > .row + .row .table{
    border-top:0;
  }
  .travel .bg_table > .row + .row .bg_title_c{
    display: none !important;
  }
  .travel .type_box .table > .table-row:nth-child(n+2) > .table-td > span:nth-child(1){
    width: 100%;
  }
  .travel .type_box .table > .table-row:nth-child(n+2) > .table-td > span:nth-child(2){
    min-width: 160px;
    padding: 0;
  }
  /*//travel*/
  /*travel_step1*/
  .cart{
    width: 100%;
  }
  .cart .step{
    margin: 40px 0 30px !important;
  }
  .cart .steps{
    display: inline-block;
    color: #263f4c;
    border: 1px solid #cccccc;
    padding: 8px 15px;
    border-radius:5px;
    text-align: center;
    margin-right: 10px;
  }
  .cart .steps.current{
    background: #03617f;
    border: 1px solid #03617f;
    color: #fff;
  }
  .cart > .row{
    margin-bottom: 40px;
  }
  .travel .left_second_title_s{
    background: #e9f5f3;
    text-align: center;
    font-size: 18px;
    padding: 15px;
    border-top:2px solid #fff;
    border-bottom:2px solid #fff;
  }
  .travel .cart .left_table .left_table_content_s{
    width: calc(100% - 160px);
  }
  .travel .cart .left_table .left_table_content_s input{
    width: 150px;
    max-width: 100%;
  }
  .travel .left_table .left_table_title_s.gray{
    background: #eeeeee;
  }
  .travel input[type="email"]{
    width: 360px;
    max-width: 100%;
  }
  .travel .table_complex .one{
    width: 8%;
    min-width: 60px;
    float: left;
    background: #f7f7f7;
  }
  .travel .table_complex .two{
    width: 92%;
    min-width: calc(92% - 60px);
    float: left;
    background: #f7f7f7;
  }
  .travel .table_complex .col{
    padding: 8px;
  }
  .travel .table_complex .col:last-child,.travel .table_complex .col:nth-child(2n){
    border-right:0;
  }
  .travel .table_complex .one .col{
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-right:2px solid #fff;
  }
  .travel .table_complex .two .col{
    width: 50%;
    float: left;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
  }
  .travel .table_complex {
    text-align: center;
  }
  .travel .table_complex .title{
    border-top: 0 !important;
  }
  .travel .table_complex .title .col{
    background: #ebf1f1;
  }
  .travel .table_complex .year_input{
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .travel .table_complex .year_input input{
    width: calc((100% / 3));
  }
  .travel .table_complex .year_input span{
    width: 15px;
    padding: 0 5px;
    display: inline-block;
  }
  .travel .table_complex .tr{
    display: flex;
    border-top: 2px solid #fff;
  }
  .travel .table_complex .two .merge.two_grids .col{
    width: 50%;
    text-align: left;
  }
  .travel .table_complex .two .merge.two_grids .col + .col{
    width: 50%;
  }
  .travel .cart select {
    width: 120px;
    max-width: 100%;
  }  
  .travel .cart select.formbar {
    width: auto;
    max-width: 100%;
  }
  .travel .table_complex .two .merge.two_grids .col span:nth-child(2){
    width: calc(100% - 90px);
    display: inline-block;
  }
  .travel .table_complex .two .merge.three_grids .col{
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .travel .table_complex .two .merge.three_grids .col span{
    display: inline-block;
  }
  .travel .table_complex .two .merge.three_grids .col span label{
    margin-right: 30px;
    float: left;
  }
  .travel .table_complex .two .merge.three_grids .col span .checkbox + .checkbox{
    margin-top: 10px;
  }
  .travel .table_complex .two .merge .col span:nth-child(1){
    min-width: 120px;
  }
  .travel .table_complex .tr:nth-child(odd) .one{
    background: #eeeeee;
  }
  .travel .table_complex .title .col_m{
    background: #ebf1f1;
    height: 100%;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .travel .table_complex .two .col > span:first-child{
    min-width: 120px;
    text-align: left;
  }
  .travel .table_complex .two .col > span:nth-child(2){
    width: calc(100% - 120px);
    text-align: left;
  }
  .travel .btn_ input, .travel .main_btn {
    width: 160px;
    height: 47px;
    border: 0;
  }
  .travel .item_row + .item_row{
    margin-top: 30px;
  }
  .travel .cart + .tick{
    margin-top: -35px;
    border: 0;
    border-top: 2px solid #ebf1f1;
  }
  .travel .table_complex .remarks .two{
    padding: 15px 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
  }
  .travel .table_complex .remarks .two textarea{
    width: 700px;
  }
  .travel .table_complex .two .merge.all_grids{
    display: block;
    text-align: left;
  }
  .travel .table_complex .two .merge.all_grids .col{
    width: 100%;
  }
  .travel .table_complex .two .merge.all_grids .col select{
    margin-bottom: 5px;
  }
  /*#other_input{
    display: none;
  }*/
  /*//travel_step1*/
  /*travel_step2*/
  .travel .parking_space{
    border: 1px solid #dddddd;
    padding: 2px;
    overflow-x: auto;
  }
  .travel .parking_space table{
    width: 100%;
    min-width: 600px;
    max-width: 100%;
    border-collapse: separate;
    border-spacing: 4px;
    text-align: center;
  }
  .travel .parking_space table td{
    width: calc(100% / 7);
    background: #f7f7f7;
    height: 50px;
    color: #26404d;
    font-size: 15px;
    max-width: 80px;
    min-width: 80px;
    overflow: hidden;
  }
  .travel .parking_space table td.row_number{
    background: #ebf1f1;
    color: #28424f;
  }
  .travel .parking_space table td:nth-child(4){
    min-width: 150px;
  }
  .travel .parking_space table td.aisle{
    background: #fff;
  }
  .travel .parking_space table td a{
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 5px;
    word-break: break-word;
  }
  .travel .parking_space table td a.disabled{
    pointer-events: none;
    background: #d7f3f4;
  }
  .travel .parking_space table td a.onseat{
    background: #d7f3f4;
  }
  .travel .parking_space table tr:first-child .row_number{
    font-size: 17px;
  }
  .travel .parking_space table td a.current,.travel .parking_space table td a:not(.disabled):hover{
    background: #34c9b9;
    color: #fff;
  }
  /*//travel_step2*/
  /*travel_step3*/
  .travel .step_3 .parking_space table td a{
    pointer-events: none;
    cursor: default;
  }
  .travel .step_3 .remarks .two{
    background: #f7f7f7;
    padding: 8px 5px;
  }
  .travel .step_3 .item_row + .item_row {
    margin-top: 0px;
    border-top:2px solid #fff;
  }
  .travel .step_3 label input[type="radio"]{
    margin: 0 5px 2px 0 !important;
  }
  .travel .step_3 .pay label{
    margin: 10px 50px 10px 0;
  }
  .travel .step_3 .table_complex .one{
    min-width: 160px;
  }
  .travel .step_3 .table_complex .two{
    min-width: calc(92% - 160px);
  }
  .travel .step_3 .table_complex .one .col {
    background: #ebf1f1;
  }
  .travel .step_3 .table_complex .title .col {
    background: #eeeeee !important;
  }
  .travel .step_3 .table_complex .title .col_m{
    background: #eeeeee;
  }
  .travel .cost_step3 {
    margin-top: -31px;
  }
  .travel .cost_step3 .left_second_title{
    background: #ebf1f1;
    font-size: 16px;
    font-weight: 300;
  }
  .travel .cost_step3 .table > .table-row + .table-row{
    margin-top: 5px;
  }
  .travel .cost_step3 .table > .title-row + .table-row {
    margin-top: 0;
  }
  .travel .step_3 .table_complex .two .row{
    display: flex;
    flex-wrap: wrap;
  }
  .travel .total_row{
    margin-top: 10px;
    border-top: 1px dashed #ddd;
    padding-top: 10px;
  }
  .travel .total_row .left_table_title{
    width: 12%;
    min-width: 160px;
    float: left;
    background: #d6ede9;
    padding: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .travel .total_row .left_table_content{
    width: 88%;
    max-width: calc(100% - 160px);
    float: left;
    padding: 10px 20px;
    background: #f7f7f7;
    border-bottom: 2px solid #fff;
  }
  .travel .total_row .price .left_table_content{
    font-size: 18px;
    font-weight: 400;
  }
  .travel .price-txt{
    font-size: 22px;
    color: #d00000;
    font-weight: 400;
    margin: 0 10px;
  }
  /*//travel_step3*/
  /*questionnaire*/
  .vote.questionnaire .table .tr:nth-child(n+2) .td:nth-child(3) a{
    margin-left: 10px;
  }
  .vote.questionnaire .table .tr:nth-child(n+2) .td:nth-child(1) {
    color: #333;
  }
  /*//questionnaire*/
  /*questionnaire_detail*/
  .questionnaire_detail > .title{
    font-size: 20px;
    color: #fff;
    background: #75bfd2;
    text-align: center;
    padding: 8px;
    letter-spacing: 3px;
  }
  .questionnaire_detail .table .tr{
    display: flex;
    flex-wrap: wrap;
  }
  .questionnaire_detail .table .tr > div{
    padding: 5px 20px;
  }
  .questionnaire_detail .table .title.tr{
    padding: 5px 15px;
  }
  .questionnaire_detail .table .item_title{
    width: 100%;
    background: #f7f7f7;
    padding: 10px 20px !important;
  }
  .questionnaire_detail .table .item{
    width: 100%;
  }
  .questionnaire_detail .table .title.tr .td{
    padding: 5px;
    width:100%;
    display: inline-flex;
  }
  .questionnaire_detail .table .title.tr .td span:first-child{
    min-width: 80px;
  }
  .questionnaire_detail .table .item_name{
    font-size: 17px;
    margin-bottom: 10px;
  }
  .questionnaire_detail .table .item_content{
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
  }
  .questionnaire_detail .table .item_content label{
    margin: 10px 10px 10px 0;
    width: calc((100% / 3) - 10.1px);
  }
  .questionnaire_detail .table .item > .row{
    margin: 10px 0 15px;
  }
  .questionnaire_detail .table .item_content label input{
    margin: 0 10px 2px 0 !important;
  }
  .questionnaire_detail .table .item_name > span{
    color: #ff4c4c;
  }
  /*//questionnaire_detail*/
  /*album*/
   .album{
    margin-top: 20px;
  }
  .album .row{
    margin: 0 -8px !important;
  }
  .album .row > .col{
    width: 50%;
    float: left;
    padding: 0 8px;
    position: relative;
    overflow: hidden;
  }
  .album .row > .col:nth-child(n+3){
    margin-top: 15px;
  }
  .album .row > .col a{
    display: block;
  }
  .album .row > .col .img{
    width:100%; 
    height:100%;
    overflow:hidden;
  }
  .album .row > .col img{
    width: 100%;
    transform:scale(1,1);
    transition: all 1s ease-out;
  }
  .album .col > a:hover >.img > img{
    transform:scale(1.2,1.2);
  }
  .album .row > .col .data{
    position: absolute;
    z-index: 2;
    right: 30px;
    top:0px;
    background: #0992a4;
    color: #fff;
    padding: 10px 12px;
  }
  .album .row > .col .data span{
    display: block;
    text-align: center;
    font-weight: 400;
  }
  .album .row > .col:nth-child(1) .data span:nth-child(2){
    font-size: 26px;
    line-height: 30px;
  }
  .album .row > .col .data span:nth-child(2){
    font-size: 22px;
    line-height: 22px;
  }
  .album .row > .col .box{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 20px;
  }
  .album .row > .col .box >.tag{
    background: #0992a4;
    color: #fff;
    display: inline-block;
    padding: 2px 10px;
    margin-bottom: 10px;
  }
  .album .row > .col .box >.title{
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .album .row > .col .box > .more{
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50px;
    padding: 6px 25px;
  }
  .album .col > a:hover .box > .more{
    background: #ff4d4d;
  }
  .album .btn_box{
    margin-bottom: 20px;
  }
  .album .popup-gallery a{
    display: inline-block;
    width: calc((100% / 4) - 19px);
    margin: 8px;
    overflow: hidden;
  }
  .album .popup-gallery a .spacer{
    position: relative;
    padding-top: 100%;
    float: none;
  }
  .album .popup-gallery a .spacer::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0);
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  .album .popup-gallery a:hover .spacer::before{
    background: rgba(0,0,0,0.4);
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  .album .popup-gallery a .spacer::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    background: url(../images/_tw/search.svg) center no-repeat;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  .album .popup-gallery a:hover .spacer::after{
    opacity: 1;
    background: url(../images/_tw/search.svg) center no-repeat;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  .album .popup-gallery a img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    float: none;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
  .album .btn_box > div{
    margin-bottom: 10px;
  }
  .album .btn_box .next{
    display: flex;
  }
  .album .btn_box .next > span{
    min-width: 70px;
  }
  .album .btn_ a{
    margin: 0;
    font-size: 16px;
    width: 120px;
  }
  .album .btn_box > div span + a{
    color: #2daab0;
  }
  .album .btn_box > div span + a:hover{
    opacity: .8;
  }
  /*//album*/
}
/*===============================================================================================
    -mobile
===============================================================================================*/
@media only screen and (max-width: 669px) {
  .link_bline{
    font-size: 14px !important;
  }
  .container{
    margin: 0 auto;
  }
  .index.wrap {
    width: 100%;
    padding: 0 10px;
    max-width: 360px;
    margin: 20px auto 40px;
  }
  .container > .wrap {
    position: relative;
    padding: 50px 0;
  }
  .flexslider .flex-control-nav{
  	bottom:15px;
  }
  .flexslider .flex-direction-nav .flex-prev{
    left: 5px;
  }
  .flexslider .flex-direction-nav .flex-next{
    right: 5px;
  }
  .flexslider .flex-direction-nav a {
    width:25px;
    height: 25px;
    background-size: contain !important;
  }
  body {
    padding: 65px 0 40px;
  }
  .pc, .hide-in-tablet {
    display: none!important;
  }
  .ipad{
    display: none;
  }
  /*麵包屑*/
  .bread-crumbs {
    position: absolute;
    right: 0px;
    top: 10px;
  }
  .bread-crumbs + .page-title{
    margin-top: 20px !important;
  }
  .bread-crumbs ol {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
  }
  .bread-crumbs ol img {
    display: inline-block;
    vertical-align: middle;
    margin: 2px 3px 0 0;
  }
  .bread-crumbs ol li {
    display: inline-flex;
    align-items: center;
  }
  .bread-crumbs ol li a {
    font-size: 15px;
    text-align: center;
  }
  .bread-crumbs ol li i,
  .bread-crumbs ol li span {
    display: inline-block;
    font-size: 14px !important;
  }
  .bread-crumbs ol i{
    margin: 0 5px;
    font-family: sans-serif;
    font-size: 14px;
  }
  /*//麵包屑*/
  /*標題*/
  .page-title{
    display: table;
    margin: 40px auto;
  }
  .page-title .main{
    font-family: 'innming','Noto Sans TC','Microsoft JhengHei', Arial, Helvetica, sans-serif;
    font-size: 20px !important;
    color: #000;
    font-weight: 500;
    display: block;
    position: relative;
    text-align: center;
  }
  .page-title .second{
    font-family: 'innming','Noto Sans TC','Microsoft JhengHei', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: italic;
    color: #888888;
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  /*//標題*/
  /*頁籤*/
  .page-links {
    padding: 0px 0 30px;
    width: 100%;
    display: block;
  }
  .page-links .row {
    margin: 0 -6px !important;
  }
  .page-links .row .col {
    display: inline-block;
    margin: 0px 3px 10px 3px;
  }
  .page-links .row .col a {
    margin: 2px;
    background: #fff;
    color: #d83400;
    border: 1px solid #ffa74f;
    font-weight: 400;
    padding: 5px 8px;
    font-size: 16px;
    display: block;
    min-width: 100px;
    text-align: center;
  }
  .page-links .row .current a,.page-links .row a:hover {
    background: #d93600;
    border: 1px solid #d93600;
    color: #fff;
  }
  .page-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .page-links ul li {
    float: left;
    text-align: center;
  }
  .page-links li + li {
    margin-left: 12px;
  }
  .page-links ul li:nth-child(n+9) {
    margin-top: 10px;
  }
  .page-links ul li a:hover {
    background: rgba(9,145,163,1) !important;
  }
  /*//頁籤*/
  /*頁數*/
  .pager {
    padding: 40px 0 0;
    text-align: center;
    margin: 20px 0 0 !important;
    display: flex;
    justify-content: center;
  }
  .pager a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    color: #666;
    border: 1px #ccc solid;
    vertical-align: top;
    margin: 0 3px 5px;
    background: #fff;
  }
  .pager a span{
    color: #666666 !important;
  }
  .pager a.current {
    background: #f7f7f7;
  }
  .pager a.current span{
    font-weight: bold;
  }
  .pager a:first-child,
  .pager a:last-child {
    font-size: 24px;
  }
  .pager a:first-child i,
  .pager a:last-child i {
    vertical-align: top;
    margin-top: 2px;
  }
  .pager a:hover{
    background: #e0e0e0;
  }
  /*//頁數*/
  header.header {
    position: relative;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 7;
    background: #bdede8;
    background: -moz-linear-gradient(top, #bdede8 6%, #2ac6b5 80%);
    background: -webkit-linear-gradient(top, #bdede8 6%,#2ac6b5 80%);
    background: linear-gradient(to bottom, #bdede8 6%,#2ac6b5 80%);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .row_top {
    width: 100% !important;
    height: 65px;
    float: left;
    display: flex;
    justify-content: space-between;
  }
  a.logo img{
    max-height: 22px;
    width: auto;
  }
  .logo_text{
    font-size: 12px;
    color: rgba(255,255,255,.6);
    margin-left: 15px;
    letter-spacing: 1px;
  }
  #search .fa-search.mobile,#cart .fa-shopping-cart.mobile,#member .fa-user.mobile,.fa-search{
    font-size: 24px;
    color: #2d2d2d;
  }
  #navToggle{
    margin: 20px 15px;
  }
  #navToggle i{
    font-size: 22px;
  }
  #close{
	  position: absolute;
    right: -250px;
    top: 10px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }.overlapblackbg.menuopen #close{
	  position: absolute;
	  right: 250px;
    top: 10px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
  .menu_top_all .link-list li{
	  white-space: normal;
  }
  .menu_top_all .link-list li a{
	  line-height: 22px !important;
  }
  #cartInfo-wrap {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding-top: 65px;
    font-size: 15px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 6;
    display: none;
  }
  #cartInfo-wrap .wrapper {
    position: relative;
    z-index: 998;
    padding: 15px;
    background: #ffffff;
    color: #333;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    border-top:1px solid #666;
  }
  #cartInfo-wrap .row {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #ddd;
  }
  #cartInfo-wrap div.img {
    float: left;
    width: 100px;
  }
  #cartInfo-wrap div.img img {
    width: 100%;
    vertical-align: middle;
  }
  #cartInfo-wrap div.img span {
    margin-left: 10px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 150px;
    vertical-align: middle;
    padding-right: 10px;
  }
  #cartInfo-wrap a.delete {
    background: url(../images/_tw/delete.png) center no-repeat;
    width: 18px;
    height: 18px;
    background-size: contain;
    position: absolute;
    right: 0;
    top:0;
  }
  #cartInfo-wrap div.price {
    float: left;
    width: calc(75% - 45px);
    line-height: 36px;
    padding: 0 15px;
  }
  #cartInfo-wrap div.price span{
    display: block;
    line-height: normal;
    margin-top: 5px;
    font-size: 13px;
  }
  #cartInfo-wrap .total {
    text-align: right;
  }
  #cartInfo-wrap .total span {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  #cartInfo-wrap .total span > span{
    font-size: 13px;
    display: inline-block;
  }
  #cartInfo-wrap .total > .row{
    border: 0;
    padding: 0;
    margin: 0 -1.5%;
  }
  #cartInfo-wrap .total > .row a {
    padding: 5px 20px;
    width: 100%;
    font-size: 15px;
    text-align: center;
    float: left;
    color: #fff;
    display: inline-block;
    background: #c70026;
    font-weight: 600;
  }
  #search-wrap {
    position: fixed;
    width: 100%;
    top: 60px;
    z-index: 998;
    padding: 15px 77px 15px 20px;
    background: #fff;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    display: none;
  }
  #search-wrap input[type=search] {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px #ddd solid;
    padding: 0 10px;
    font-size: 15px;
  }
  #search-wrap input[type=submit] {
    position: absolute;
    display: inline-block;
    width: 62px;
    line-height: 40px;
    top: 0;
    right: -62px;
    border: 0;
    font-size: 15px;
    background: #262626 url(../images/_tw/search.png) center no-repeat;
    color: #fff !important;
    text-align: center;
  }
  .menu_top_left{
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #currency {
    cursor: pointer;
    position: absolute;
    left: 15px;
    top: 20px;
  }
  .currency-wrap{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    background: #ffa726;
    padding-top: 80px;
  }
  .currency-wrap a{
    position: absolute;
    right: 10px;
    top: 25px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
  }
  .currency-wrap h4{
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin: 30px 0 0;
    color: #fff;
  }
  .currency-wrap form{
    width: 100%;
  }
  .currency-wrap li {
    list-style-type: none;
  }
  .currency-wrap li:first-child{
    display: flex;
    align-self: center;
    justify-content: center;
  }
  .currency-wrap li:nth-child(2){
    padding: 0 15px;
  }
  .currency-wrap li + li{
    margin-top: 20px;
  }
  .currency-wrap label{
    width: 100%;
    color: #fff;
  }
  .currency-wrap button{
    width: 100%;
    padding: 10px 15px 10px;
    color: #fff;
    background: #d93600;
    outline: 0;
    border: 0;
  }
  .currency-wrap button i{
    color: #fff;
    margin-right: 10px;
  }
  .currency-wrap select {
    width: 100%;
    border: 0;
    float: left;
    padding: 10px 42px 10px 15px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/_tw/down.svg) #FFF no-repeat 95% center;
  }
  .currency-wrap select::-ms-expand { 
    display: none;
  }
  .currency-wrap select + select,.currency-wrap .day_select > div + div{
    margin-top: 10px;
  }
  .currency-wrap input{
    width: 100%;
    border: 0;
    padding: 10px 15px;
  }
  .currency-wrap .day_select > div:last-child{
    padding-left: 0;
  }
  .currency-wrap .day_select + li{
    padding-left: 15px;
  }
  .currency-wrap ul{
    flex-wrap: wrap;
  }
  .currency-wrap .day_select{
    display: flex;
    justify-content: space-between;
  }
  .currency-wrap .day_select > div{
    padding: 0;
  }
  .currency-wrap .area_select > div,.day_select{
    flex-direction: column;
  }
  .menu_top_left > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .menu_top_left > div > img{
    max-height: 25px;
    margin-top: 5px;
  }
  .menu_top_all{
  	margin-top: 45px;
    width: auto;
    float: left;
  }
  .mobile .menu_login{
    padding: 9px 32px 9px 17px;
    font-size: 14px;
    text-align: left;
    border-right: solid 0px;
    background-color: transparent;
    color: #666666;
    line-height: 25px;
    border-bottom: 1px solid;
    border-bottom-color: rgba(0,0,0,0.13);
    position: static;
  }
  .mobile .menu_login >div{
    float: left;
  }
  .mobile .menu_login >div>span{
    margin: 0 10px;
  }
  .mobile .menu_login > a{
    color: #666666;
  }
  .mobile .fa-user{
    color: #fff;
    font-size: 25px;
    margin: 0 20px;
  }
  .menu_top_right{
    display: none;
  }
  .wsmenu .mobile{
    padding: 8px 15px;
    width: 240px;
    display: inline-block;
    color: #666666;
    font-size: 15px;
  }
  .wsmenu .mobile a{
    font-size: 15px !important;
    color: #878787 !important;
  }
  .wsmenu .mobile a:nth-child(2){
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 0 10px;
    margin: 0 10px;
  }
  .menu_top_right #cart{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: -3px;
  }
  .menu_top_right #cart span{
    color: #fff;
    margin-top: 6px;
  }
  #search{
  	float: left;
	margin-right: 20px;
	cursor: pointer;
  }
  /*footer*/
  #right-fixed {
    position: fixed;
    text-align: center;
    right: 15px;
    bottom:55px;
    z-index: 90;
  }
  #right-fixed .slider-wrap {
    margin-bottom: 20px;
    position: relative;
  }
  #right-fixed .record-silder {
    position: relative;
    background: 0;
  }
  #right-fixed .record-silder .text {
    color: #555;
    width: 100%;
    height: 22px;
    line-height: 22px;
    text-align: center;
    position: absolute;
    left: 0;
    top: -5px;
    z-index: 99;
    position: relative;
  }
  #right-fixed .record-silder .text span {
    padding: 0 5px;
    background: #f9f9f9;
    position: relative;
    z-index: 2;
  }
  #right-fixed .record-silder .text:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 12px;
    z-index: 1;
  }
  #right-fixed .record-silder .slides li {
    height: 220px;
    background: #fff;
  }
  #right-fixed .record-silder .slides li a {
    display: block;
    border-bottom: 1px #ddd solid;
    text-align: center;
    padding: 10px 5px;
  }
  #right-fixed .record-silder .slides li a img {
    width: 70px;
    display: inline-block;
  }
  #right-fixed .record-silder .slides li a p {
    color: #555;
    font-size: 12px;
    padding: 5px 0 0;
  }
  #right-fixed .record-silder .slides li a + a {
    border-top: 0;
  }
  #right-fixed .icons a {
    display: block;
    width: 45px;
    height: 45px;
  }
  #right-fixed .icons .goTop {
    display: none;
  }
  .topicon{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 45px;
    height: 45px;
    background: #0f6985 url(../images/_tw/up.svg)50% 5px no-repeat;
    background-size: 18px;
    border-radius: 100%;
    padding-top: 12px;
    font-size: 13px;
  }
  #right-fixed #fixed-silder-prev,
  #right-fixed #fixed-silder-next {
    cursor: pointer;
  }
  #fixed-right {
    position: fixed;
    top: 50%;
    right: 2%;
    z-index: 10;
  }
  #fixed-right a {
    display: block;
  }
  #fixed-right a + a {
    margin-top: 12px;
  }
  #fixed-bottom {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 999;
  }
  #fixed-bottom a {
    display: block;
    width: 50%;
    float: left;
    background: #00bfff;
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 2px 0;
    line-height: 36px;
  }
  #fixed-bottom a img {
    height: 36px;
    margin-right: 10px;
    vertical-align: middle;
  }
  #fixed-bottom a span {
    vertical-align: middle;
    color: #fff !important;
  }
  #fixed-bottom a + a {
    background: #03c302;
  }
  .goTop {
    cursor: pointer;
    z-index: 998;
    display: none;
  }
  .goTop img {
    width: 50px;
  }
  #right-fixed .icon_btn{
    width: 45px;
    height: 45px;
  }
  footer.footer{
    position: relative;
    float: left;
    width: 100%;
    color: #496155;
    background: #feffff;
    border-top:2px solid #cceef0;
    background: -moz-linear-gradient(top, #feffff 6%, #cdeef0 80%);
    background: -webkit-linear-gradient(top, #feffff 6%,#cdeef0 80%);
    background: linear-gradient(to bottom, #feffff 6%,#cdeef0 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#cdeef0',GradientType=1 );
  }
  footer .wrap_all{
    padding: 30px 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    width: 1400px;
    max-width: 100%;
  }
  footer.footer a{
    color: #fff;
    line-height: 1;
  }
  footer .copy-right{
    background: #34c9b9;
    color: #fff;
    padding: 15px 0;
    font-size: 15px;
    text-align: center;
    line-height: 1;
    position: relative;
  }
  footer .copy-right .design{
    color: #ffff73;
    margin-top: 8px;
  }
  footer .copy-right > .wrap{
    width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  footer .copy-right a{
    font-size: 15px;
    color: #ffff73;
  }
  footer .wrap_all > div:nth-child(1) span{
    display: block;
    font-family: 'Arial','Noto Sans TC','Microsoft JhengHei', Helvetica, sans-serif;
    letter-spacing: 0.5px;
    margin: 0 0 5px;
  }
  footer .wrap_all span{
    margin-right: 15px;
  }
  footer .wrap_all img{
    margin-right: 8px;
  }
  footer .wrap_all .item{
    width: 100%;
    float: left;
    margin-bottom: 5px;
    display: flex;
    justify-self: start;
    align-items: center;
  }
  footer .wrap_all h4{
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 5px;
    margin-top: 0;
  }
  footer .wrap_all > div + div{
    margin-top: 10px;
  }
  /*//footer*/
  /*enterprise*/
  .slides_txt {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #fff;
    font-weight: 400;
    text-shadow: -1px 0 #a25c59, 0 1px #a25c59,1px 0 #a25c59, 0 -1px #a25c59;
    letter-spacing: 5px; 
    line-height: 2; 
    padding: 0 15px;
  }
  .enterprise_step{
    padding: 40px 0 70px;
  }
  .enterprise_step .container{
    overflow: hidden;
  }
  .enterprise_step .row{
    width: calc(100% + 60px);
    margin: 0 -30px !important;
  }
  .enterprise_step .row .col{
    width:50%;
    float: left;
    padding: 0 30px;
    position: relative;
  }
  .enterprise_step .row .col::before{
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 50px;
    color: #fff;
    position: absolute;
    right: 0px;
    top:20%;
    -moz-transform:translate(50%,0%);
    -webkit-transform:translate(50%,0%);
    -o-transform:translate(50%,0%);
    -ms-transform:translate(50%,0%);
    transform:translate(50%,0%);
  }
  .enterprise_step .row .col:nth-child(2n)::before,.enterprise_step .row .col:last-child::before{
    content: '';
  }
  .enterprise_step .row .col:nth-child(n+3){
    margin-top: 50px;
  }
  .enterprise_step .title{
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-bottom: 50px;
  }
  .enterprise_step .title span{
    font-style: italic;
    font-family: 'Times New Roman','Noto Sans TC','Microsoft JhengHei', Arial, Helvetica, sans-serif;
  }
  .enterprise_step .row .col .img{
    text-align: center;
    border: 1px solid #fff;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .enterprise_step .row .col .img::before{
    content: '';
    padding-top:100%;
  }
  .enterprise_step .row .col .text{
    font-size: 18px;
    color: #130e15;
    background: rgba(255, 255, 255, .6);
    text-align: center;
    border-radius: 50px;
    padding: 3px 0;
    margin-top: 20px;
  }
  .enterprise_login{
    padding: 20px 0 50px;
    background: #fafafa;
  }
  .enterprise_login .info{
    text-align: center;
    font-size: 17px;
    color: #ff8000;
    margin-bottom: 30px;
  }
  .enterprise_login > .container{
    width: 1050px !important;
    max-width: 100%;
    position: relative;
  }
  .enterprise_login .border_box{
    width: 680px;
    max-width: 100%;
    padding: 0 0 10px;
    margin: 0 auto;
  }
  .enterprise_login hr{
    border-top:1px solid #dddddd;
  }
  .enterprise_login form input{
    width: 100%;
    border: 1px solid #d3cab6;
    padding: 8px 5px;
  }
  .enterprise_login form span{
    display:block;
    width: 100%;
    padding-bottom: 10px;
  }
  .enterprise_login .code input{
    width: 130px !important;
  }
  .enterprise_login .code input[type=button] {
    color: #d86c00;
    background: none;
    border: 0;
    width: auto !important;
    text-decoration: underline;
  }
  .enterprise_login .code img{
    margin: 0 10px;
  }
  .enterprise_login p{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  .enterprise_login .login_btn{
    margin-top: 40px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
  }
  .enterprise_login .login_btn a {
    display: inline-block;
    min-width: 125px;
    padding: 0 25px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #433f3d;
    color: #fff;
    font-size: 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 10px 15px;
  }
  .enterprise_login .login_btn a:hover {
    background: #69625f;
  }
  .enterprise_login .login_btn a.forget{
    background: #2daab0;
  }
  .enterprise_login .login_btn a.forget:hover {
    background: #2ac6b5;
  }
  .enterprise_service{
    color: #fff;
    padding: 30px 0 60px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    margin-bottom: -10px;
  }
  .enterprise_service ul{
    list-style-type: none;
    width: 645px;
    max-width: 100%;
    margin: 30px auto;
  }
  .enterprise_service ul li{
    font-size: 18px;
    border:1px solid #fff;
    padding: 10px;
    border-radius:5px;
    text-align: center;
  }
  .enterprise_service ul li + li{
    margin-top: 30px;
  }
  .style1 .main{
    color: #fff;
    border-bottom:1px solid #fff;
    padding: 0 20px 10px;
  }
  .style1 .second{
    color: #fff;
    margin-top: 5px;
  }
  .enterprise_service .item{
    float: left;
    font-family: 'Times New Roman','Noto Sans TC','Microsoft JhengHei', Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-style: italic;
  }
  /*//enterprise*/
  /*bulletin_board*/
  .left {
    width: 100%;
    float: left;
    margin-bottom: 40px;
  }
  .left .title {
    font-size: 18px;
    color: #fff;
    padding: 8px 0;
    background: #27979c;
    text-align: center;
    position: relative;
  }
  .left > ul {
    list-style: none;
    background: #fff;
    padding-bottom: 0px;
    margin-top: 10px;
  }
  .left > ul > li {
    border: 1px #eeeeee solid;
  }
  .left > ul > li + li{
    margin-top: 10px;
  }
  .left > ul > li > a {
    color: #333;
    display: block;
    padding: 12px;
    position: relative;
    text-align: center;
  }
  .left > ul > li > a::before {
    content: '';
    border: 1px solid #00b7b7;
    border-right-width: 0;
    border-bottom-width: 0;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .left > ul > li > a::after {
    content: '';
    border: 1px solid #00b7b7;
    border-left-width: 0;
    border-top-width: 0;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .left > ul > li ul {
    list-style: none;
    padding: 15px 0;
    padding-left: 45px;
    display: none;
  }
  .left > ul > li ul li a {
    font-size: 15px;
    color: #666666;
  }
  .left > ul > li ul li a:hover {
    color: #7f9f01;
	text-decoration: underline;
  }
  .left > ul > li ul li + li {
    margin-top: 10px;
  }
  .left > ul > li.active > a {
    background: #feffff;
    background: -moz-linear-gradient(top, #feffff 6%, #cdeef0 100%);
    background: -webkit-linear-gradient(top, #feffff 6%,#cdeef0 100%);
    background: linear-gradient(to bottom, #feffff 6%,#cdeef0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#cdeef0',GradientType=1 );
  }
  .left > ul > li.active > a:before {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
  }
  .left > ul > li.active ul {
    display: block;
  }
  .left > ul > li:first-child.active {
    margin-top: 0;
  }
  .welcome_txt{
    margin-bottom: 40px;
    font-size: 18px;
    color: #ff3f00;
    font-weight: 400;
    text-align: center;
  }
  .welcome_txt img{
    margin: 0 10px;
  }
  .right {
    width:100%;
    float: left;
  }
  .bulletin_board .table {
    display: table;
    width: 100%;
    color: #333;
  }
  .bulletin_board .table .title.tr {
    display: none;
  }
  .bulletin_board .table >.tr >.td + .td > span {
    border-top: 1px #ddd solid;
  }
  .bulletin_board .table .tr {
    display: table;
    border: 1px #ddd solid;
    width: 100%;
  }
  .bulletin_board .tr + .tr {
    margin-top: 10px;
  }
  .bulletin_board .title.tr + .tr {
    margin-top: 0px;
  }
  .bulletin_board .tr:nth-child(n+2) .td {
    display: table-row;
  }
  .bulletin_board .table >.tr >.td > span:first-child {
    background: #ebf1f1;
    color: #333;
    vertical-align: middle;
    width: 18%;
  }
  .bulletin_board .table >.tr >.td > span {
    display: table-cell;
    width: 35%;
    padding: 10px 15px;
  }
  .bulletin_board .tr .td span + span {
    width: 65%;
  }
  .bulletin_board .table .tr:first-child .td {
    background: #dddddd;
    color: #000;
    text-align: center;
  }
  .bulletin_board .table .tr:nth-child(2n) .td {
    background: #f7f7f7;
  }
  .right .title_box{
    border-bottom:1px solid #dddddd;
    position: relative;
    margin-bottom: 8px;
  }
  .right .title_box .title{
    position: relative;
    background: #27979c;
    color: #fff;
    height: 45px;
    line-height: 45px;
    padding: 0 35px 0 15px;
    font-size: 18px;
    display: inline-block;
    min-width: 170px;
    text-align: center;
  }
  .right .title_box .title::after{
  	content: '';
    position: absolute;
    top:0;
    right: 0;
    z-index: 2;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 35px 45px 0;
    border-color: transparent #ffffff transparent transparent;
  }
  .right .title_box .sign_out{
    position: absolute;
    right: 0;
    top: 0;
    color: #ff4d4d;
    border: 1px solid;
    padding: 8px 18px;
    line-height: 1;
    font-size: 15px;
    letter-spacing: 5px;
    padding-right: 13px;
  }
  .right .title_box .sign_out:hover{
    background: #ff4d4d;
    color: #fff;
  }
  .bulletin_board .table .tr .td .date {
    color: #ff8000;
  }
  .welcome_txt span{
    display: block;
    margin-bottom: 20px;
  }
  /*//bulletin_board*/
  /*bulletin_detail*/
  .bulletin_detail > .row2{
    display: flex;
    justify-content: space-between;
  }
  .bulletin_detail > .row2 .title{
    width: 100px;
    text-align: center;
    padding: 10px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    font-weight: 400;
  }
  .bulletin_detail > .row2 .info{
    width: calc(100% - 104px);
    padding: 10px;
  }
  .bulletin_detail > .row2 > div{
    background: #f7f7f7;
  }
  .bulletin_detail > .row2:first-child > div{
    background: #ebf1f1;
  }
  .bulletin_detail > .row2 .info.content{
    background: #fff;
    padding-bottom: 100px;
  }
  .bulletin_detail > .row2 + .row2{
    margin-top: 4px;
  }
  .article-function {
    text-align: center;
    padding: 40px 0 0;
    border-top: 1px solid #dddddd;
    margin-top: 8px;
  }
  .article-function a {
    display: inline-block;
  }
  .article-function a:nth-child(2) {
    margin: 0 20px;
  }
  .article-function a span{
    margin: 0 15px;
  }
  /*//bulletin_detail*/
  /*manual*/
  .manual .table {
    display: table;
    width: 100%;
    color: #333;
  }
  .manual .table .title.tr {
    display: none;
  }
  .manual .table >.tr >.td + .td > span {
    border-top: 1px #ddd solid;
  }
  .manual .table .tr {
    display: table;
    border: 1px #ddd solid;
    width: 100%;
  }
  .manual .tr + .tr {
    margin-top: 10px;
  }
  .manual .title.tr + .tr {
    margin-top: 0px;
  }
  .manual .tr:nth-child(n+2) .td {
    display: table-row;
  }
  .manual .table >.tr >.td > span:first-child {
    background: #ebf1f1;
    color: #333;
    vertical-align: middle;
    width: 18%;
  }
  .manual .table >.tr >.td > span {
    display: table-cell;
    width: 35%;
    padding: 10px 15px;
  }
  .manual .tr .td span + span {
    width: 65%;
  }
  .manual .table .tr:first-child .td {
    background: #dddddd;
    color: #000;
    text-align: center;
  }
  .manual .table .tr:nth-child(2n) .td {
    background: #f7f7f7;
  }
  .fa-cloud-download{
    color:#2dcbff;
    font-size: 28px;
  }
  .fa-cloud-download:hover{
    color:#1aa7d6;
    font-size: 28px;
  }
  .manual .table >.tr >.td:last-child > span:last-child {
    text-align: center;
  }
  .fa-youtube-play{
    color:#c00;
    font-size: 28px;
  }
  .fa-youtube-play:hover{
    color:rgb(180, 1, 1);
    font-size: 28px;
  }
  /*//manual*/
  /*vote*/
  .vote .table {
    display: table;
    width: 100%;
    color: #333;
  }
  .vote .table .title.tr {
    display: none;
  }
  .vote .table >.tr >.td + .td > span {
    border-top: 1px #ddd solid;
  }
  .vote .table .tr {
    display: table;
    border: 1px #ddd solid;
    width: 100%;
  }
  .vote .tr + .tr {
    margin-top: 10px;
  }
  .vote .title.tr + .tr {
    margin-top: 0px;
  }
  .vote .tr:nth-child(n+2) .td {
    display: table-row;
    background: #f7f7f7;
  }
  .vote .table >.tr >.td > span:first-child {
    background: #ebf1f1;
    color: #333;
    vertical-align: middle;
    width: 18%;
  }
  .vote .table >.tr >.td > span {
    display: table-cell;
    width: 35%;
    padding: 10px 15px;
  }
  .vote .tr .td span + span {
    width: 65%;
  }
  .vote .table .tr:first-child .td {
    background: #dddddd;
    color: #000;
    text-align: center;
  }
  .vote .table .tr:nth-child(2n) .td {
    background: #fff;
  }
  .vote .table .tr:nth-child(n+2) .td:nth-child(3) a{
    margin-left: 10px;
  }
  .btn_{
    text-align: center;
    margin-top: 40px;
  }
  .btn_ a,.btn_ input{
    display: inline-block;
    background: #433f3d;
    color: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    min-width: 120px;
    text-align: center;
    margin: 0 8px;
    font-size: 18px;
    border: 0;
  }
  .main_btn{
    background: #2daab0 !important;
    color: #fff;
  }
  .btn_ a:hover,.btn_ input:hover{
    opacity: .8;
  }
  .vote .table >.tr >.td:first-child > span:nth-child(2){
    color: #2b85bb;
  }
  /*//vote*/
  /*order*/
  .order .table {
    display: table;
    width: 100%;
    color: #333;
  }
  .order .table .title.tr {
    display: none;
  }
  .order .table >.tr >.td + .td > span {
    border-top: 1px #ddd solid;
  }
  .order .table .tr {
    display: table;
    border: 1px #ddd solid;
    width: 100%;
  }
  .order .tr + .tr {
    margin-top: 10px;
  }
  .order .title.tr + .tr {
    margin-top: 0px;
  }
  .order .tr:nth-child(n+2) .td {
    display: table-row;
    background: #f7f7f7;
  }
  .order .table >.tr >.td > span:first-child {
    background: #ebf1f1;
    color: #333;
    vertical-align: middle;
    width: 18%;
  }
  .order .table >.tr >.td > span {
    display: table-cell;
    width: 35%;
    padding: 10px 15px;
  }
  .order .tr .td span + span {
    width: 65%;
  }
  .order .table .tr:first-child .td {
    background: #dddddd;
    color: #000;
    text-align: center;
  }
  .order .info a{
    margin: 0 5px;
  }
  .order .nopay{
    color: #ff7373;
  }
  .order .modify a{
    font-size: 14px;
    color: #2e77b4;
  }
  .order .modify a.add{
    color: #ff7373;
    text-decoration: underline;
    margin-left: 10px;
  }
  /*//order*/
  /*travel_list*/
  .travel_list .table {
    display: table;
    width: 100%;
    color: #333;
  }
  .travel_list .table .title.tr {
    display: none;
  }
  .travel_list .table >.tr >.td + .td > span {
    border-top: 1px #ddd solid;
  }
  .travel_list .table .tr {
    display: table;
    border: 1px #ddd solid;
    width: 100%;
  }
  .travel_list .tr + .tr {
    margin-top: 10px;
  }
  .travel_list .title.tr + .tr {
    margin-top: 0px;
  }
  .travel_list .tr:nth-child(n+2) .td {
    display: table-row;
    background: #f7f7f7;
  }
  .travel_list .table >.tr >.td > span:first-child {
    background: #ebf1f1;
    color: #333;
    vertical-align: middle;
    width: 18%;
  }
  .travel_list .table >.tr >.td > span {
    display: table-cell;
    width: 35%;
    padding: 10px 15px;
  }
  .travel_list .tr .td span + span {
    width: 65%;
  }
  .travel_list .table .tr:first-child .td {
    background: #dddddd;
    color: #000;
    text-align: center;
  }
  .travel_list .close_txt{
    color: #2e77b4;
  }
  .travel_list .apply_txt{
    color: #ff7373;
  }
  .travel_list .apply_txt:hover{
    text-decoration: underline !important;
  }
  .travel_list .table .tr:nth-child(n+2) .td:nth-child(2) a{
    margin-left: 10px;
  }
  /*//travel_list*/
  /*profile*/
  .profile .form-title {
    display: inline-block;
    padding-bottom: 5px;
    text-align: left;
    width: 100%;
    margin: 0;
  }
  .profile input[type=text],
  .profile input[type=email],
  .profile input[type=password],
  .profile input[type=tel] {
    display: inline-block;
    width: 100%;
    height: 38px;
    border: 1px #cccccc solid;
    background: #fff;
    padding: 0 5px;
  }
  .profile select {
    display: inline-block;
    width: 100%;
    height: 38px;
    border: 0;
    font-size: 15px;
    color: #545454;
    background: #fff;
    border: 1px #cccccc solid;
  }
  .profile select + select + select {
    margin: 0;
  }
  .profile .unnecessary .form-title span {
    color: #f3f3f3;
  }
  .profile .code input[type=text] {
    width: 120px;
	  margin-left: -3px;
  }
  .profile p {
    margin-bottom: 15px;
  }
  .profile p span {
    display: inline-block;
    color: #888;
    margin: 10px;
    font-size: 15px;
    font-weight: 200;
  }
  .profile input + .form-title {
    margin-left: 30px;
  }
  .profile .border_box {
    width: 400px;
    max-width: 100%;
    padding: 20px 0 0px;
    margin: 0 auto;
  }
  .profile hr {
    border-top: 1px solid #dddddd;
  }
  .profile .code input[type=button] {
    color: #d86c00;
    background: none;
    border: 0;
    width: auto !important;
    text-decoration: underline;
  }
  /*//profile*/
  #classification_btn{
    cursor: pointer;
  }
  #classification_btn i{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 28px;
    width: 40px;
    height: 43px;
    line-height: 43px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  .classification_box{
    display: none;
  }
  #classification_btn.active i{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  #classification_btn.active + .classification_box{
    display: block;
  }
  /*travel*/
  .travel input,.travel select,.travel textarea,.questionnaire_detail input,.questionnaire_detail textarea{
    border: 1px solid #ccc;
    max-width: 100%;
    padding: 3px 5px;
  }
  .questionnaire_detail textarea,.questionnaire_detail input[type="text"]{
    width: 100%;
  }
  .travel .left_title {
    background: #d6ede9;
    padding: 10px 25px;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
  }
  .travel .left_table{
    border-top: 1px solid #fff;
  }
  .travel .left_second_title {
    background: #d6ede9;
    padding: 10px 25px;
    font-weight: 400;
    text-align: center;
    margin-top: 0;
    font-size: 16px;
  }
  .travel .bg_table {
    width: 100%;
    overflow: auto;
  }
  .travel .table {
    display: table;
    width: 100%;
    border-top: 1px solid #fff;
    margin-bottom: 0;
  }
  .travel .bg_table > .row + .row .table{
    border-top:0;
  }
  .travel .table > .title-row{
    display: none !important;
  }
  .travel .table > .table-row {
    display: table;
    width: 100%;
  }
  .travel .table > .table-row + .table-row{
    margin-top: 10px;
  }
  .travel .type_box .table > .table-row + .table-row {
    margin-top: 0px;
  }
  .travel .table > .title-row + .table-row {
    margin-top: 0;
  }
  .travel .left_table > .col .left_table_content,.travel .table > .table-row:nth-child(n+2) > .table-td {
    background: #f7f7f7;
  }
  .travel .table > .table-row:nth-child(n+2) > .table-td {
    display: table-row;
  }
  .travel .table > .table-row:nth-child(n+2) > .table-td > span {
    display: table-cell;
    width: 100%;
    padding: 10px 15px;
    text-align: center;
    border-bottom: 2px solid #fff;
    vertical-align: middle;
  }
  .travel .table > .table-row:nth-child(n+2) > .table-td > span:nth-child(1) {
    background: #eeeeee;
    color: #333;
    vertical-align: middle;
    border-right: 2px solid #fff;
    width: 12%;
    min-width: 100px;
  }
  .travel .bg_title_c{
    background: #eeeeee !important;
  }
  .travel .left_table .row {
    display: flex;
    flex-wrap: wrap;
  }
  .travel .left_table .row:nth-child(2){
    flex-wrap: wrap;
  }
  .travel .left_table .left_table_title {
    width: 12%;
    min-width: 100px;
    float: left;
    background: #ebf1f1;
    padding: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .travel .left_table .left_table_content {
    width: calc(100% - 100px);
    float: left;
    padding: 10px;
    background: #f7f7f7;
    border-bottom: 2px solid #fff;
    word-break: break-word;
  }
  .travel .left_table .left_table_title_s {
    width: 12%;
    min-width: 100px;
    float: left;
    background: #ebf1f1;
    padding: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .travel .left_table .left_table_content_s {
    width: calc(100% - 100px);
    float: left;
    padding: 10px;
    background: #f7f7f7;
    border-bottom: 2px solid #fff;
  }
  .travel .tick{
    color: #ff4d4d;
    font-size: 15px;
    text-align: center;
    border: 1px solid #dddddd;
    padding: 30px 10px;
  }
  .travel .tick input{
    margin: 0 10px 0px 0!important;
  }
  .travel .btn_ input{
    width: 180px;
  }
  .travel select {
    width: 80px;
    max-width: 100%;
    background: #fff;
  }
  .travel form > .row {
    margin-bottom: 30px;
  }
  .null_box{
    display: none !important;
  }
  .travel .bg_table > .row + .row .bg_title_c{
    display: none !important;
  }
  .travel .type_box .table > .table-row:nth-child(n+2) > .table-td > span:nth-child(1){
    width: 100%;
  }
  .travel .type_box .table > .table-row:nth-child(n+2) > .table-td > span:nth-child(2){
    min-width:100px;
    padding: 0;
  }
  .travel .cart .left_table .left_table_title_s {
    min-width: 140px;
  }
  .travel .cart .left_table .left_table_content_s {
    width: calc(100% - 140px);
  }
  /*//travel*/
  /*travel_step1*/
  .cart{
    width: 100%;
  }
  .cart .step{
    margin: 20px 0 !important;
  }
  .cart .steps{
    display: inline-block;
    color: #263f4c;
    border: 1px solid #cccccc;
    padding: 8px 10px;
    border-radius: 5px;
    text-align: center;
    margin-right: 2px;
    width: calc(50% - 3px);
    margin-bottom: 10px;
  }
  .cart .steps:nth-child(2n){
    margin-right: 0;
  }
  .cart .steps.current{
    background: #03617f;
    border: 1px solid #03617f;
    color: #fff;
  }
  .cart > .row{
    margin-bottom: 40px;
  }
  .travel .left_second_title_s{
    background: #e9f5f3;
    text-align: center;
    font-size: 18px;
    padding: 15px;
    border-top:2px solid #fff;
    border-bottom:2px solid #fff;
  }
  .travel .cart .left_table .left_table_content_s{
    width: calc(100% - 140px);
  }
  .travel .cart .left_table .left_table_content_s input{
    width: 150px;
    max-width: 100%;
  }
  .travel .left_table .left_table_title_s.gray{
    background: #eeeeee;
  }
  .travel input[type="email"]{
    width: 360px;
    max-width: 100%;
  }
  .travel .table_complex .one{
    width: 8%;
    min-width: 60px;
    float: left;
    background: #f7f7f7;
  }
  .travel .table_complex .two{
    width: 92%;
    min-width: calc(92% - 60px);
    float: left;
    background: #f7f7f7;
  }
  .travel .table_complex .col{
    padding: 8px;
  }
  .travel .table_complex .col:last-child,.travel .table_complex .col:nth-child(2n){
    border-right:0;
  }
  .travel .table_complex .one .col{
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-right:2px solid #fff;
  }
  .travel .table_complex .two .col{
    width: 100%;
    float: left;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
  }
  .travel .table_complex {
    text-align: center;
  }
  .travel .table_complex .title{
    border-top: 0 !important;
  }
  .travel .table_complex .title .col{
    background: #ebf1f1;
  }
  .travel .table_complex .year_input{
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .travel .table_complex .year_input input{
    width: calc((100% / 3));
  }
  .travel .table_complex .year_input span{
    width: 15px;
    padding: 0 5px;
    display: inline-block;
  }
  .travel .table_complex .tr{
    display: flex;
    border-top: 2px solid #fff;
  }
  .travel .table_complex .two .merge.two_grids .col{
    width: 100%;
    text-align: left;
  }
  .travel .cart select,.travel .cart input[type="text"]{
    width: 100%;
    max-width: 100%;
  }
  .travel .table_complex .two .merge.two_grids .col span:nth-child(2){
    width: calc(100% - 90px);
    display: inline-block;
  }
  .travel .table_complex .two .merge.three_grids .col{
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .travel .table_complex .two .merge.three_grids .col span{
    display: inline-block;
  }
  .travel .table_complex .two .merge.three_grids .col span label{
    margin-right: 30px;
    float: left;
  }
  .travel .table_complex .two .merge.three_grids .col span .checkbox + .checkbox{
    margin-top: 10px;
  }
  .travel .table_complex .two .merge .col span:nth-child(1){
    min-width: 120px;
  }
  .travel .table_complex .tr:nth-child(odd) .one{
    background: #eeeeee;
  }
  .travel .table_complex .title .col_m{
    background: #ebf1f1;
    height: 100%;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .travel .table_complex .two .col > span:first-child{
    min-width: 120px;
    text-align: left;
  }
  .travel .table_complex .two .col > span:nth-child(2){
    width: calc(100% - 120px);
    text-align: left;
  }
  .travel .btn_ input, .travel .main_btn {
    width: 125px;
    height: 47px;
    border: 0;
  }
  .travel .cart .left_table .left_table_title{
    min-width: 140px;
  }
  .travel .cart .left_table .left_table_content {
    width: calc(100% - 140px);
  }
  .travel .item_row + .item_row{
    margin-top: 30px;
  }
  .travel .cart + .tick{
    margin-top: -35px;
    border: 0;
    border-top: 2px solid #ebf1f1;
  }
  .travel .table_complex .remarks .two{
    padding: 15px 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
  }
  .travel .table_complex .remarks .two textarea{
    width: 700px;
  }
  .travel .table_complex .two .merge.all_grids .col select{
    margin-bottom: 5px;
  }
  /*#other_input{
    display: none;
  }*/
  /*//travel_step1*/
  /*travel_step2*/
  .travel .parking_space{
    border: 1px solid #dddddd;
    padding: 2px;
    overflow-x: auto;
  }
  .travel .parking_space table{
    width: 100%;
    min-width: 600px;
    max-width: 100%;
    border-collapse: separate;
    border-spacing: 4px;
    text-align: center;
  }
  .travel .parking_space table td{
    width: calc(100% / 7);
    background: #f7f7f7;
    height: 50px;
    color: #26404d;
    font-size: 15px;
    max-width: 78px;
    min-width: 78px;
    overflow: hidden;
  }
  .travel .parking_space table td.row_number{
    background: #ebf1f1;
    color: #28424f;
  }
  .travel .parking_space table td.aisle{
    background: #fff;
  }
  .travel .parking_space table td a{
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 5px;
    word-break: break-word;
  }
  .travel .parking_space table td a.disabled{
    pointer-events: none;
    background: #d7f3f4;
  }
  .travel .parking_space table td a.onseat{
    background: #d7f3f4;
  }
  .travel .parking_space table tr:first-child .row_number{
    font-size: 17px;
  }
  .travel .parking_space table td a.current{
    background: #34c9b9;
    color: #fff;
  }
  /*//travel_step2*/
  /*travel_step3*/
  .travel .step_3 .parking_space table td a{
    pointer-events: none;
    cursor: default;
  }
  .travel .step_3 .remarks .two{
    background: #f7f7f7;
    padding: 8px;
    font-weight: 200;
    color: #000;
  }
  .travel .step_3 .item_row + .item_row {
    margin-top: 0px;
    border-top:2px solid #fff;
  }
  .travel .step_3 label input[type="radio"]{
    margin: 0 5px 2px 0 !important;
  }
  .travel .step_3 .pay label{
    margin: 10px 30px 10px 0;
  }
  .travel .step_3 .table_complex .one{
    min-width: 140px;
  }
  .travel .step_3 .table_complex .two{
    min-width: calc(92% - 140px);
  }
  .travel .step_3 .table_complex .one .col {
    background: #ebf1f1;
  }
  .travel .step_3 .table_complex .title .col {
    background: #eeeeee !important;
  }
  .travel .step_3 .table_complex .title .col_m{
    background: #eeeeee;
  }
  .travel .step_3 .pay .left_table_title{
    min-width: 100px;
  }
  .travel .cart.step_3 .pay .left_table .left_table_content {
    width: calc(100% - 100px);
  }
  .travel .cost_step3 {
    margin-top: -31px;
  }
  .travel .cost_step3 .left_second_title{
    background: #ebf1f1;
    font-size: 16px;
    font-weight: 300;
  }
  .travel .cost_step3 .table > .table-row + .table-row{
    margin-top: 5px;
  }
  .travel .cost_step3 .table > .title-row + .table-row {
    margin-top: 0;
  }
  .travel .total_row{
    margin-top: 10px;
    border-top: 1px dashed #ddd;
    padding-top: 10px;
  }
  .travel .total_row .left_table_title{
    width: 12%;
    min-width: 100px;
    float: left;
    background: #d6ede9;
    padding: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .travel .total_row .left_table_content{
    width: 88%;
    max-width: calc(100% - 100px);
    float: left;
    padding: 10px 20px;
    background: #f7f7f7;
    border-bottom: 2px solid #fff;
  }
  .travel .total_row .price .left_table_content{
    font-size: 18px;
    font-weight: 400;
  }
  .travel .price-txt{
    font-size: 22px;
    color: #d00000;
    font-weight: 400;
    margin: 0 10px;
  }
  /*//travel_step3*/
  /*questionnaire*/
  .vote.questionnaire .table .tr:nth-child(n+2) .td:nth-child(3) a{
    margin-left: 10px;
  }
  .vote.questionnaire .table .tr:nth-child(n+2) .td:nth-child(1) {
    color: #333;
  }
  /*//questionnaire*/
  /*questionnaire_detail*/
  .questionnaire_detail > .title{
    font-size: 20px;
    color: #fff;
    background: #75bfd2;
    text-align: center;
    padding: 8px;
    letter-spacing: 3px;
  }
  .questionnaire_detail .table .tr{
    display: flex;
    flex-wrap: wrap;
  }
  .questionnaire_detail .table .tr > div{
    padding: 5px 10px;
  }
  .questionnaire_detail .table .title.tr{
    padding: 5px 5px;
  }
  .questionnaire_detail .table .item_title{
    width: 100%;
    background: #f7f7f7;
    padding: 10px 10px !important;
  }
  .questionnaire_detail .table .item{
    width: 100%;
  }
  .questionnaire_detail .table .title.tr .td{
    padding: 5px;
    width:100%;
    display: inline-flex;
  }
  .questionnaire_detail .table .title.tr .td span:first-child{
    min-width: 80px;
  }
  .questionnaire_detail .table .item_name{
    font-size: 17px;
    margin-bottom: 10px;
  }
  .questionnaire_detail .table .item_content{
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
  }
  .questionnaire_detail .table .item_content label{
    margin: 10px 10px 10px 0;
    width: calc((100% / 2) - 10.1px);
  }
  .questionnaire_detail .table .item > .row{
    margin: 10px 0 15px;
  }
  .questionnaire_detail .table .item_content label input{
    margin: 0 10px 2px 0 !important;
  }
  .questionnaire_detail .table .item_name > span{
    color: #ff4c4c;
  }
  /*//questionnaire_detail*/
  /*album*/
  .album{
    margin-top: 20px;
  }
  .album .row{
    margin: 0 -8px !important;
  }
  .album .row > .col{
    width: 100%;
    float: left;
    padding: 0 8px;
    position: relative;
    overflow: hidden;
  }
  .album .row > .col:nth-child(n+2){
    margin-top: 15px;
  }
  .album .row > .col a{
    display: block;
  }
  .album .row > .col .img{
    width:100%; 
    height:100%;
    overflow:hidden;
  }
  .album .row > .col img{
    width: 100%;
    transform:scale(1,1);
    transition: all 1s ease-out;
  }
  .album .col > a:hover >.img > img{
    transform:scale(1.2,1.2);
  }
  .album .row > .col .data{
    position: absolute;
    z-index: 2;
    right: 10px;
    top:0px;
    background: #0992a4;
    color: #fff;
    padding: 10px 12px;
  }
  .album .row > .col .data span{
    display: block;
    text-align: center;
    font-weight: 400;
  }
  .album .row > .col:nth-child(1) .data span:nth-child(2){
    font-size: 22px;
    line-height: 30px;
  }
  .album .row > .col .data span:nth-child(2){
    font-size: 22px;
    line-height: 22px;
  }
  .album .row > .col .box{
    position: absolute;
    left: 8px;
    bottom: 0px;
    width: calc(100% - 16px);
    padding: 10px;
  }
  .album .row > .col .box >.tag{
    background: #0992a4;
    color: #fff;
    display: inline-block;
    padding: 2px 10px;
    margin-bottom: 10px;
  }
  .album .row > .col .box >.title{
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .album .row > .col .box > .more{
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50px;
    padding: 4px 15px;
    font-size: 15px;
  }
  .album .col > a:hover .box > .more{
    background: #ff4d4d;
  }
  .album .btn_box{
    margin-bottom: 20px;
  }
  .album .popup-gallery a{
    display: inline-block;
    width: calc((100% / 2) - 19px);
    margin: 8px;
    overflow: hidden;
  }
  .album .popup-gallery a .spacer{
    position: relative;
    padding-top: 100%;
    float: none;
  }
  .album .popup-gallery a .spacer::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0);
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  .album .popup-gallery a:hover .spacer::before{
    background: rgba(0,0,0,0.4);
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  .album .popup-gallery a .spacer::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    background: url(../images/_tw/search.svg) center no-repeat;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  .album .popup-gallery a:hover .spacer::after{
    opacity: 1;
    background: url(../images/_tw/search.svg) center no-repeat;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  .album .popup-gallery a img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    float: none;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
  .album .btn_box > div{
    margin-bottom: 10px;
  }
  .album .btn_box .next{
    display: flex;
  }
  .album .btn_box .next > span{
    min-width: 70px;
  }
  .album .btn_ a{
    margin: 0;
    font-size: 16px;
    width: 120px;
  }
  .album .btn_box > div span + a{
    color: #2daab0;
  }
  .album .btn_box > div span + a:hover{
    opacity: .8;
  }
  /*//album*/
}
@media only screen and (min-width:768px) and (max-width: 991px) {
  footer .wrap_all .item{
    width: 50%;
    margin-bottom: 10px;
  }
  footer .wrap_all .item:last-child{
    width: 100%;
  }
  footer .wrap_all > div:first-child{
    width: 40%;
  }
  footer .wrap_all > div:last-child{
    width: 60%;
  }
  .travel .table_complex .two .col{
    width: 100%;
    border: 0;
    text-align: left;
  }
  .travel .table_complex .two .merge.two_grids .col {
    width: 100%;
  }
  .travel .table_complex .two .merge.two_grids .col + .col {
    width: 100%;
  }
  .cart .steps{
    width: calc(50% - 7px);
    margin-bottom: 10px;
  }
  .cart .steps:nth-child(2n){
    margin-right: 0;
  }
  .travel .parking_space table td:nth-child(4){
    min-width: 60px;
  }
  /*album*/
  .album .row > .col{
    width: 100%;
  }
  .album .row > .col:nth-child(n+2) {
    margin-top: 15px;
  }
  .album .popup-gallery a{
    width: calc((100% / 3) - 19px);
  }
  /*//album*/
}
@media only screen and (min-width:670px) and (max-width: 767px) {
  footer .wrap_all > div:first-child {
    width: 75%;
  }
  footer .wrap_all .item{
    width: 50%;
    margin-bottom: 10px;
  }
  footer .wrap_all .item:last-child{
    width: 100%;
  }
  .travel .table_complex .two .col{
    width: 100%;
    border: 0;
    text-align: left;
  }
  .travel .table_complex .two .merge.two_grids .col {
    width: 100%;
  }
  .travel .table_complex .two .merge.two_grids .col + .col {
    width: 100%;
  }
  .cart .steps{
    width: calc(50% - 7px);
    margin-bottom: 10px;
  }
  .cart .steps:nth-child(2n){
    margin-right: 0;
  }
  .travel .parking_space table td:nth-child(4){
    min-width: 80px;
  }
  /*album*/
  .album .row > .col{
    width: 100%;
  }
  .album .row > .col:nth-child(n+2) {
    margin-top: 15px;
  }
  .album .popup-gallery a{
    width: calc((100% / 3) - 19px);
  }
  /*//album*/
}  
@media only screen and (max-width:480px){
  .travel .table_complex .two .col{
    flex-wrap: wrap;
  }
  .travel .table_complex .two .col > span{
    display: block;
    width: 100% !important;
  }
  .travel .table_complex .two .col > span:first-child{
    margin-bottom: 5px;
  }
  .travel .step_3 .table_complex .two .col > span:first-child{
    color: #000;
  }
  .travel .step_3 .table_complex .two .col > span:nth-child(2){
    font-weight: 200;
    color: #000;
  }
}
.travel .parking_space.complete table td,.travel .parking_space.complete_room table td{
  font-weight: 300;
}
.travel .parking_space.complete_room tr:nth-child(n+2) td{
  text-align: left;
  padding: 0 15px;
}
@media only screen and (min-width: 1200px){
  .travel .parking_space.complete table td:nth-child(4){
    min-width: 110px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 670px){
  .travel .parking_space.complete table td:nth-child(4){
    min-width: 80px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px){
  .travel .parking_space.complete table td:nth-child(4){
    min-width: 60px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 670px){
  .travel .parking_space.complete table td:nth-child(4){
    min-width: 80px;
  }
}
@media only screen and (max-width: 669px){
  .travel .parking_space.complete table td:nth-child(4){
    min-width: 78px;
  }
}
