@charset "utf-8";
/*
 * CSS Document
 * $Author: Meggie $
 * $Date: 2017-09-13 (三) $
*/

/* 為了避免 Bootstrap 設置的全局盒模型所帶來的影響，可以重置單個頁面元素或覆蓋整個區域的盒模型。 */
.reset-box-sizing,
.reset-box-sizing *,
.reset-box-sizing *:before,
.reset-box-sizing *:after {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

/* --------------------------------------------
   全域樣式
-------------------------------------------- */
html {
  font-size: 75%;
}
body {
  font-family: 'Roboto', 'sans-serif', 'Arial', '微軟正黑體', 'Microsoft JhengHei';
  font-size: 1.166666rem;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  -webkit-text-size-adjust: none;
}
a {
  outline: none;
  text-decoration: none;
}
input[type="text"],
input[type="password"],
textarea,
label {
  font-size: 1.166666rem;
  font-size: 14px;
  color: #333;
  font-weight: 400;
  -webkit-appearance: none;
}
label {
  margin-bottom: 0;
}
select {
  border-radius: 0;
}
input,
textarea,
button {
  outline: none;
}

/* =====================================
   共用樣式
===================================== */
.hidden-ele {
  position: absolute;
  top: -1px;
  clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
  clip: rect(1px, 1px, 1px, 1px);
  margin: 0;
  height: 0;
}

/* 清除浮動 */
.clearboth {
  clear: both;
  height: 0;
  font-size: 0;
  overflow: hidden;
}

/* ul預設 */
ul.ulset {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 無資訊 */
.no-data {
  min-height: 200px;
  font-size: 15px;
  color: #888;
  text-align: center;
}

/* ==============================================
   頁面架構
============================================== */
.g-wrap {
  width: 100%;
  overflow-x: hidden;  
}
.main-wrap {
  position: relative;
  padding: 100px 0 30px;
  width: 100%;
  min-height: 100vh;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}
.main-wrap .wrap {
  margin: 0 auto;
  max-width: 1170px;
}
@media only screen and (max-width: 991px) {
  .main-wrap {
    -webkit-transition: -webkit-transform 0.3s;
       -moz-transition: -moz-transform 0.3s;
            transition: transform 0.3s;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);   
  }
  .main-wrap.open {
    -webkit-transform: translateX(200px);
       -moz-transform: translateX(200px);
        -ms-transform: translateX(200px);
         -o-transform: translateX(200px);
            transform: translateX(200px);
  }
}
@media only screen and (min-width: 992px) {
  .main-wrap {
    left: 200px;
    padding: 145px 30px 30px;
    width: calc(100% - 200px);
  }
}
@media only screen and (min-width: 1025px) {
  .main-wrap {
    left: 240px;
    width: calc(100% - 240px);
  }
}

/* 遮罩 */
.nav-open-mask {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0,0,0,.5);
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
     -moz-transition: opacity .3s 0s, visibility 0s 0s;
          transition: opacity .3s 0s, visibility 0s 0s;
}
.nav-open-mask.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(200px);
     -moz-transform: translateX(200px);
      -ms-transform: translateX(200px);
       -o-transform: translateX(200px);
          transform: translateX(200px);
}
@media only screen and (min-width: 992px) {
  .nav-open-mask {
    display: none;
  }
}

/* =====================================
   header
===================================== */

/* 架構 */
.header-top {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 70px;
  background: url('../images/header_bg.jpg') no-repeat right bottom;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .header-top {
    -webkit-transition: -webkit-transform 0.3s;
       -moz-transition: -moz-transform 0.3s;
            transition: transform 0.3s;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
  .header-top.open {
    -webkit-transform: translateX(200px);
       -moz-transform: translateX(200px);
        -ms-transform: translateX(200px);
         -o-transform: translateX(200px);
            transform: translateX(200px);
  }
}
@media only screen and (min-width: 992px) {
  .header-top {
    height: 100px;
  }
}

/* logo */
.logo {
  float: left;
  //width: 260px;
  width: 168px;
  height: 70px;
  //overflow: hidden;
}
h1 {
  //margin: 10px 0 0 0;
  margin: 0 0 0 0;
  width: 100%;
  line-height: 60px;
}
h1 a {
  display: block;
  width: 100%;
  font-size: 1.333333rem;
  font-size: 16px;
  color: #fff;
}
h1 a:hover {
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  h1 {
    margin-left: 70px;
  }
}
@media only screen and (min-width: 992px) {
  .logo {
    //padding-left: 15px;
	padding-left: 0px;
    height: 100px;
  }
  h1 {
    margin: 0 auto;
    //line-height: 100px;
  }
  h1 a {
    font-size: 1.833333rem;
    font-size: 22px;
  }
}
@media only screen and (min-width: 1025px) {
  .logo {
    width: 450px;
  }
}

/* topnav - 架構 */
#header .topnav {
  margin: 23px 15px 0 0;
  float: right;
}
.topnav li {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .topnav {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  #header .topnav {
    margin: 50px 30px 0 0;
  }
}

/* topnav - 共用 */
.topnav > li {
  margin-left: 5px;
}
.topnav li.home {
  margin-right: 10px;
}
.topnav li.home a {
  color: #00adb3;
}

.topnav img {
  display: inline-block;
  margin: -1px 8px 0 0;
  width: auto;
  height: 16px;
  vertical-align: middle;
}
.topnav button {
  display: block;
  position: relative;
  padding: 0 5px 1px;
  width: 100%;
  height: 30px;
  font-size: 1rem;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  outline: none;
  text-align: left;
  line-height: 30px;
  border: #4e5254 solid 1px;
  background-color: #363e42;
}
.topnav button:after {
  display: block;
  content: '';
  position: absolute;
  top: 11px;
  right: 10px;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 4px;
  border-right-width: 0;
  border-left-color: #fff;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.topnav li.open button:after {
  top: 10px;
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.topnav .dropdown-menu {
  top: 26px;
  padding: 0;
  margin-top: 0;
  min-width: 100px;
  text-align: center;
  border: #ddd solid 1px;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
}
.topnav .dropdown-menu li {
  width: 100%;
}
.topnav .dropdown-menu li.dropdown-header {
  padding: 6px 0;
  color: #777;
  background-color: #e0e0e0;
}
.topnav .dropdown-menu li a {
  display: block;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  font-size: 12px;
  color: #666;
  font-weight: bold;
  line-height: 25px;
  text-decoration: none;
}
.topnav .dropdown-menu li a:hover {
  background-color: #f5f5f5;
}
.topnav .dropdown-menu li.current a {
  color: #000;
  background-color: #ddd;
}
@media only screen and (min-width: 768px) {
  .topnav .dropdown-menu {
    display: block;
    top: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s 0s, top .2s 0s;
       -moz-transition: opacity .2s 0s, top .2s 0s;
            transition: opacity .2s 0s, top .2s 0s;
  }
  .topnav .lang:hover .dropdown-menu,
  .topnav .download:hover .dropdown-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
}

/* topnav - 下載 */
.topnav .download {
  position: relative;
  width: 130px;
}
@media only screen and (min-width: 768px) {
  .menu .download {
    display: none;
  }
}

/* topnav - 語系 */
.topnav .lang {
  position: relative;
  width: 110px;
}

/* 選單按鈕 */
.nav-switch {
  display: block;
  position: relative;
  width: 70px;
  height: 70px;
  background-color: #00cad1;
}
#nav-icon span {
  display: block;
  position: absolute;
  right: 24px;
  width: 25px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
     -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
       -o-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 24px;
}
#nav-icon span:nth-child(2) {
  top: 30px;
  width: 15px;
}
#nav-icon span:nth-child(3) {
  top: 36px;
  width: 19px;
}
#nav-icon span:nth-child(4) {
  top: 42px;
}

#nav-icon:hover span:nth-child(2) {
  width: 25px;
}
#nav-icon:hover span:nth-child(3) {
  width: 25px;
}

#nav-icon.open span:nth-child(1),
#nav-icon.open span:nth-child(4) {
  opacity: 0;
}
#nav-icon.open span:nth-child(2) {
  top: 34px;
  width: 25px;
  height: 1px;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
  top: 34px;
  width: 25px;
  height: 1px;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (min-width: 992px) {
  .nav-switch {
    display: none;
  }
}

/* 主選單 */
.nav-menu {
  position: fixed;
  z-index: 998;
  width: 200px;
  background-color: #273135;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}

/* 共用 */
.menu,
.menu .menu-sub {
  -webkit-overflow-scrolling: touch;
  -webkit-transition: -webkit-transform 0.3s;
     -moz-transition: -moz-transform 0.3s;
          transition: transform 0.3s;
}
.menu a,
.menu .menu-sub a {
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
     -moz-transition: -moz-transform 0.3s, opacity 0.3s;
          transition: transform 0.3s, opacity 0.3s;
}
.menu {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}



.menu > li > a {
  display: block;
  position: relative;
  padding: 14px 45px 12px 10px;
  font-size: 1.166666rem;
  font-size: 14px;
  color: #a2abaf;
  text-decoration: none;
  border-bottom: #333e42 solid 1px;
  background-color: #12191c;
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.menu > li > a > span,
.menu .menu-sub > li > a > span {
  display: block;
  position: absolute;
  top: 11px;
  right: 10px;
  width: 22px;
  height: 22px;
  font-size: 0.688rem;
  font-size: 11px;
  -webkit-transform: scale(0.93);
  -o-transform: scale(1);
  color: #777;
  text-align: center;
  line-height: 22px;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(31, 41, 44, 1);
}
.menu .menu-sub > li > a > span {
  top: 6px;
}
.menu > li.has-child > a:after {
  display: block;
  content: '';
  position: absolute;
  top: 19px;
  /*right:18px;*/
  right:38px;
  width: 6px;
  height: 6px;
  border-right: #fff solid 1px;
  border-bottom: #fff solid 1px;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.menu > li.has-child2 > a:after {
  display: block;
  content: '';
  position: absolute;
  top: 19px;
  /*right:18px;*/
  right:38px;
  width: 6px;
  height: 6px;
  border-right: #fff solid 1px;
  border-bottom: #fff solid 1px;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.menu > li > a:hover {
  color: #fff;
}
.menu > li.open > a {
  color: #fff;
}
.menu > li.open > a:after {
  top: 22px;
  -webkit-transform: rotate(-135deg);
     -moz-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.menu > li.current > a,
.menu > li.current > a:hover,
.menu > li.current.open > a {
  color: #000;
  font-weight: bold;
  background-color: #fff;
}
.menu > li.has-child.current > a:after {
  border-right: #000 solid 1px;
  border-bottom: #000 solid 1px;
}

.menu > li.lang > a,
.menu > li.download > a {
  color: #00adb3;
  border-bottom: #333e42 solid 1px;
  background-color: #12191c;
}
.menu > li.lang > a:after,
.menu > li.download > a:after {
  border-right: #00adb3 solid 1px;
  border-bottom: #00adb3 solid 1px;
}

.menu > li.ti {
  height: 70px;
  font-size: 1.5rem;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  line-height: 69px;
  background-color: #00cad1;
}

/* 次選單 */
.menu .menu-sub {
  display: none;
  position: relative;
  z-index: 9998;
  top: 0;
  right: auto;
  left: auto;
  width: 200px;
  height: auto;
  min-width: auto;
  background-color: #273135;
  -webkit-overflow-scrolling: touch;
}
.menu li.has-child.current .menu-sub {
  display: block;
}
.menu .menu-sub li a {
  display: block;
  padding: 8px 15px 8px 25px;
  color: #838b8f;
  text-decoration: none;
  border-bottom: #333e42 solid 1px;
}
.menu .menu-sub li a:hover,
.menu .menu-sub li.current a {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .nav-menu {
    display: none;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
  .nav-menu.open {
    display: block;
    opacity: 1;
    visibility: visible;
  }

}
@media only screen and (max-width: 767px) {
  .menu .download .menu-sub a {
    border-bottom: #333e42 solid 1px;
    background-color: #12191c; 
  }
  .menu > li > a > img {
    display: inline-block;
    margin-right: 6px;
    width: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .menu li.home,
  .menu li.lang {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .nav-menu {
    height: 100vh;
  }
  .menu {
    top: 100px;
    height: auto;
  }
  .menu > li.ti {
    display: none;
  }
  .menu > li > a {
    font-size: 1.25rem;
    font-size: 15px;
    color: #c6d4e6;
    border-bottom: #1d2a3e solid 1px;
    background-color: #2c3d55;
  }
 
  .menu > li > a > span,
  .menu .menu-sub > li > a > span {
    box-shadow: 0 0 4px rgba(179, 44, 13, 1);
  }
  .menu .menu-sub > li > a > span {
    top: 6px;
    box-shadow: 0 0 4px rgba(223, 131, 109, 1);
  }

  .menu > li.current > a,
  .menu > li.current > a:hover,
  .menu > li.current.open > a {
    color: #000;
    background-color: #fff;
  }
  .menu > li.has-child.current > a:after {
    border-right: #000 solid 1px;
    border-bottom: #000 solid 1px;
  }

  .menu .menu-sub li a {
    color: #c8f2f4;
    border-bottom: #00adb3 solid 1px;
    background-color: #00cad1;
  }
  .menu .menu-sub li a:hover,
  .menu .menu-sub li.current a {
    color: #fff;
  }
}
@media only screen and (min-width: 1025px) {
  .nav-menu {
    width: 240px;
  }
  .menu {
    width: 240px;
  }
  .menu > li > a {
    padding-left: 20px;
  }
  .menu .menu-sub {
    width: 240px;
  }
}

/* 版權宣告 */
.copyright {
  margin-top: 10px;
  font-size: 1.083333rem;
  font-size: 13px;
  color: #656e71;
  text-align: center;
}
.copyright div {
  margin: 0 auto 5px;
  width: 100px;
}
.copyright div a {
  display: block;
  background-color: transparent;
}
@media only screen and (min-width: 992px) {
  .copyright {
    margin-top: 15px;
  }
  .copyright div {
    width: 150px;
  }
}

/* ==============================================
   內容
============================================== */

/* 內頁選單 */
.nav-list {
  margin-bottom: 25px;
}
.nav-list .btn-cate {
  display: block;
  position: relative;
  z-index: 1;
  margin: 15px auto 0;
  padding: 10px 15px;
  width: 100%;
  font-size: 1.25rem;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
  background-color: #00cad1;
}
.nav-list .btn-cate:after {
  display: block;
  content: '';
  position: absolute;
  top: 15px;
  right: 15px;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-color: transparent;
  border-style: solid;
  border-width: 4px;
  border-bottom-width: 0;
  border-top-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.nav-list .icon-close:after {
  -webkit-transform: rotate(-180deg);
     -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.nav-list .nav-category {
  display: none;
  position: relative;
  margin: 3px auto 0;
  width: 100%;
  background-color: #00adb3;
}
.nav-list .menu-main li a {
  display: block;
  padding: 8px 10px;
  font-size: 15px;
  font-size: 1.25rem;
  color: #fff;
  text-decoration: none;
  border-bottom: #26c1c6 solid 1px;
}
.nav-list .menu-main li:last-child a {
  border-bottom: none;
}
.nav-list .menu-main li.current a {
  color: #fff;
  background-color: #2c3d55;
}
@media only screen and (min-width: 992px) {
  .nav-list {
    display: none !important;
  }
}


/* 搜尋 */
.search {
  margin-bottom: 15px;
  float: right;
  width: 100%;
  max-width: 250px;
}
.search button {
  margin-left: 3px;
  float: right;
  width: 60px;
  height: 30px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  line-height: 28px;
  border: #00adb3 solid 1px;
  border-radius: 3px;
  background-color: #00cad1;
  -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.search button span {
  display: inline-block;
  margin: -2px 3px 0 0;
  width: 12px;
  height: 12px;
  vertical-align: middle;
}
.search button span img {
  display: block;
  width: 100%;
  height: auto;
}
.search button:hover {
  background-color: #00adb3;
}
.search .input-txt {
  overflow: hidden;
}
.search .form-control:focus {
  border-color: #00adb3;
}

/* 狀態 */
.icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.icon span {
  display: block;
  width: 100%;
  height: 100%;
}

.online span {
  background: url('../images/icon_online.png') no-repeat 0 0;
}
.mobile span {
  background: url('../images/icon_mobile.png') no-repeat 0 0;
}
.web span {
  background: url('../images/icon_web.png') no-repeat 0 0;
}
.away span {
  background: url('../images/icon_away.png') no-repeat 0 0;
}
.offline span {
  background: url('../images/icon_offline.png') no-repeat 0 0;
}
.busy span {
  background: url('../images/icon_busy.png') no-repeat 0 0;
}
.office span {
  background: url('../images/icon_open.png') no-repeat 0 0;
}
.meeting span {
  background: url('../images/icon_meeting.png') no-repeat 0 0;
}
.web span {
  background: url('../images/icon_web.png') no-repeat 0 0;
}

.main-wrap .status {
  margin-bottom: 20px;
  padding: 14px 15px 12px;
  border: #ddd solid 1px;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}
.main-wrap .status ul {
  display: inline-block;
}
.status ul li {
  display: inline-block;
  margin-right: 15px;
  font-size: 1.0083333rem;
  font-size: 13px;
  font-weight: bold;
}
.status .icon {
  margin: -2px 5px 0 0;
}
@media only screen and (max-width: 639px) {
  .status > span {
    display: none;
  }
  .status ul {
    width: 100%;
    text-align: center;
  }
  .status ul li {
    margin: 8px 5px 0;
  }
}
@media only screen and (min-width: 640px) {
  .main-wrap .status ul {
    margin-left: 10px;
  }
}

.list-wrap {
  padding: 0 15px;
  width: 100%;
}
.list-wrap.w100 {
  width: 100%;
}
@media only screen and (min-width: 570px) {
  .list-wrap {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 640px) {
  .list-wrap .box {
    border-bottom: #273135 solid 1px;
    border-radius: 0 0 6px 6px;
  }
}

/* table - 框架 */
.list-tb {
  width: 100%;
}
.list-tb thead {
  position: relative;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}
.list-tb tr {
  display: table-row;
}
.list-tb th,
.list-tb td {
  display: table-cell;
}
.list-tb tbody {
  display: table-row-group;
}
.list-tb tbody tr {
  display: table-row;
}

/* table - 樣式 */
.list-tb thead th {
  padding: 7px 10px 5px; 
  font-size: 1.25rem;
  font-size: 15px;
  color: #fff;
  text-align: center;
  border-bottom: #1d2a3e solid 2px;
  background: url('../images/slash.png') repeat #2c3d55;
}
.list-tb tbody th,
.list-tb tbody td {
  padding: 8px 10px;
  font-size: 1.08333rem;
  font-size: 13px;
  text-align: center;
  line-height: 20px;
  border-bottom: #cecece solid 1px;
}
.list-tb tbody tr:last-child th,
.list-tb tbody tr:last-child td {
  border-bottom: none;
}
.list-tb tbody th a {
  color: #666;
  font-weight: none;
  word-break: normal;
  text-decoration: none;
  overflow: hidden;
}
.list-tb tbody div span {
  width: 92%;
  height: 92%;
}
@media only screen and (max-width: 639px) {
  .list-tb thead {
    display: none;
  }

  .list-tb tbody,
  .list-tb tbody tr,
  .list-tb tr,
  .list-tb td {
    display: block;
    line-height: 32px;
  }
  .list-tb tbody tr {
    margin-bottom: 10px;
  }
  .list-tb tbody tr td:first-child {
    border-top-left-radius: 4px; 
  }
  .list-tb tbody tr th:last-child {
    border-radius: 0 0 6px 6px; 
  }
  .list-tb tbody tr td:first-child {
    border-radius: 6px 6px 0 0; 
  }
  .list-tb tbody th,
  .list-tb tbody td {
    display: block;
    padding: 8px 5px;
    width: 100%;
    text-align: left;
    background-color: #f3f3f3;
  }
  .list-tb tbody th a {
    font-size: 1.25rem;
    font-size: 15px;
  }
  .list-tb tbody th[data-title]:before,
  .list-tb tbody td[data-title]:before {
    content: attr(data-title);
    margin-right: 10px;
    float: left;
    width: 100px;
    color: #000;
    font-weight: bold;
    text-align: right;
    vertical-align: top;
    background-color: #f3f3f3;
  }
  .list-tb .space {
    padding: 0; 
    height: 10px;
    line-height: 0;
  }
}
@media only screen and (min-width: 640px) {
  .list-tb thead th:first-child {
    border-top-left-radius: 4px; 
  }
  .list-tb thead th:last-child {
    border-top-right-radius: 4px; 
  }
  .list-tb tbody tr:last-child td:first-child {
    border-bottom-left-radius: 6px;
  }
  .list-tb tbody tr:last-child th:last-child {
    border-bottom-right-radius: 6px;
  }

  .list-tb tr th:nth-child(1) {
    width: 60px;
  }
  .list-tb tr th:nth-child(2) {
    width: 100px;
  }
  .list-tb tr th:nth-child(3) {
    padding-left: 25px;
    text-align: left;
  }
  .list-tb thead tr th {
    border-right: #41556f solid 1px;
  }
  .list-tb thead tr th:last-child {
    border-right: 0;
  }

  .list-tb tbody tr:nth-child(odd) td {
    background-color: #f3f3f3;
  }
  .list-tb tbody tr:nth-child(even) td {
    background-color: #f8f8f8;
  }
  .list-tb tbody tr:nth-child(odd) {
    background-color: #f8f8f8;
  }
  .list-tb tbody tr td:nth-child(1) {
    border-right: #cecece solid 1px;
  }
  .list-tb tbody tr td:nth-child(3) {
    border-left: #cecece solid 1px;
  }
  .list-tb tbody tr:hover td {
    background-color: #eee;
  }
  .list-tb tbody tr:hover th {
    background-color: #f6f6f6;
  }
  .list-tb tbody th a:hover {
    color: #fa7252;
  }
}