@charset "UTF-8";
form {
  margin: 0; }

body {
  font-family: '微軟正黑體';
  width: 100%;
  font-size: 14px;
  color: #595656; }

a {
  text-decoration: none;
  color: #4D4B45; }
  a:focus, a:hover {
    text-decoration: none;
    color: #333; }

a.link-text {
  color: #428bca;
  text-decoration: underline;
  cursor: pointer; }

.main-area {
  position: relative; }

.alert-text {
  color: red; }

.import-text {
  color: #EE8A19; }

.container {
  width: 100%; }
  @media screen and (min-width: 992px) {
    .container {
      width: 970px; } }
  @media screen and (min-width: 1230px) {
    .container {
      width: 1200px; } }

.xxs-boundary {
  margin-left: -5px;
  margin-right: -5px; }
  @media screen and (min-width: 400px) {
    .xxs-boundary {
      margin-left: 0;
      margin-right: 0; } }

.overflow-box {
  width: 100%;
  overflow: auto; }

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none; }
  .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }

@media screen and (min-width: 768px) {
  .special-align {
    max-width: 110px !important;
    width: 110px !important;
    min-width: 110px !important;
    text-align: left !important; } }

/*
=================================================================
(#m02-1hds) HEADER
=================================================================
*/
header {
  position: relative; }
  header div.md-title {
    position: relative;
    width: 100%; }
    header div.md-title div.md-title-box {
      position: relative;
      display: block; }
      header div.md-title div.md-title-box:after {
        content: '';
        display: block;
        clear: both; }
    header div.md-title .title-logo {
      height: 38px;
      width: auto;
      margin-top: 7px; }
    header div.md-title .title-logo2 {
      margin-left: 6px;
      height: 54px; }
  header .title-menu-area {
    height: 100%; }
    header .title-menu-area img {
      margin-left: 15px; }
  header div.xs-title {
    z-index: 5000;
    background: #FFF;
    width: 100%;
    position: absolute; }
    header div.xs-title .logo-img {
      width: 119px;
      height: auto;
      margin-top: 10px;
      margin-left: 7px; }
    header div.xs-title .logo-img-dadabang {
      width: auto;
      height: 35px;
      margin-top: 8px;
      margin-left: 10px; }
      @media screen and (min-width: 360px) {
        header div.xs-title .logo-img-dadabang {
          height: 40px;
          margin-top: 5px; } }
    header div.xs-title .button-area {
      float: right;
      padding: 0px;
      display: inline-block;
      width: 50px;
      height: 50px;
      text-align: center;
      background: #5A5657; }
    header div.xs-title .member-btn {
      float: right;
      display: inline-block;
      width: 50px;
      height: 50px;
      background: url(../images/header/icon_member_before_2x.png) center no-repeat #ED6D00;
      background-size: 17px auto;
      text-align: center; }
      header div.xs-title .member-btn.logged-in {
        background: url(../images/header/icon_member_after_2x.png) center no-repeat #ED6D00;
        background-size: 17px auto; }
    header div.xs-title div.xs-menu {
      display: inline-block;
      vertical-align: top;
      margin: 0px;
      line-height: 0px;
      color: #FFF;
      font-size: 12px; }
      header div.xs-title div.xs-menu .icon-wrapper {
        margin: 16.5px auto;
        width: 26px;
        height: 18px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 400ms ease-in-out;
        transition: 400ms ease-in-out;
        cursor: pointer; }
        header div.xs-title div.xs-menu .icon-wrapper span {
          display: block;
          position: absolute;
          height: 3px;
          width: 100%;
          background: #FFF;
          opacity: 1;
          left: 0;
          -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          transform: rotate(0deg);
          -webkit-transition: 400ms ease-in-out;
          transition: 400ms ease-in-out; }
          header div.xs-title div.xs-menu .icon-wrapper span:nth-child(1) {
            top: 0px; }
          header div.xs-title div.xs-menu .icon-wrapper span:nth-child(2) {
            top: 7px; }
          header div.xs-title div.xs-menu .icon-wrapper span:nth-child(3) {
            top: 7px; }
          header div.xs-title div.xs-menu .icon-wrapper span:nth-child(4) {
            top: 14px; }
      header div.xs-title div.xs-menu.active span:nth-child(1) {
        top: 7px;
        width: 0%;
        left: 50%; }
      header div.xs-title div.xs-menu.active span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      header div.xs-title div.xs-menu.active span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      header div.xs-title div.xs-menu.active span:nth-child(4) {
        top: 14px;
        width: 0%;
        left: 50%; }
  header div.xs-title {
    box-shadow: 0px -5px 14px 0px #aaa; }
  header .menu-top-area {
    padding-top: 5px;
    height: 60px;
    padding-right: 100px; }
    header .menu-top-area:after {
      content: '';
      display: block;
      clear: both; }
  header .menu-down-area {
    padding-top: 5px; }
    header .menu-down-area .head-btn-area {
      height: 33px;
      padding-right: 34px;
      display: inline-block;
      float: right; }
      header .menu-down-area .head-btn-area.login {
        padding-right: 0px; }
      header .menu-down-area .head-btn-area .account-area {
        margin-top: 3px;
        vertical-align: middle;
        display: inline-block;
        position: relative;
        white-space: nowrap; }
        header .menu-down-area .head-btn-area .account-area:after {
          content: '';
          display: block;
          position: absolute;
          top: 31px;
          width: 100%;
          height: 9px;
          background: transparent; }
        header .menu-down-area .head-btn-area .account-area .dropdown-area {
          top: 40px;
          right: -7px;
          border: 1px solid #d7d7d7;
          background: #FFF;
          position: absolute;
          z-index: 3;
          width: 100px;
          text-align: center;
          display: none;
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); }
          header .menu-down-area .head-btn-area .account-area .dropdown-area a {
            font-size: 14px;
            width: 100%;
            display: block;
            padding: 8px 10px;
            position: relative;
            z-index: 1;
            color: #4D4B45; }
            header .menu-down-area .head-btn-area .account-area .dropdown-area a:hover {
              background: #b4af9d;
              color: #FFF; }
            header .menu-down-area .head-btn-area .account-area .dropdown-area a:nth-child(1):hover:after {
              content: '';
              display: block;
              position: absolute;
              right: 15px;
              top: -10px;
              border-width: 6px 6px 6px 6px;
              border-style: solid;
              border-color: transparent transparent #b4af9d transparent; }
          header .menu-down-area .head-btn-area .account-area .dropdown-area:before {
            content: '';
            display: block;
            position: absolute;
            right: 15px;
            top: -12px;
            border-width: 6px 6px 6px 6px;
            border-style: solid;
            border-color: transparent transparent #d7d7d7 transparent; }
          header .menu-down-area .head-btn-area .account-area .dropdown-area:after {
            content: '';
            display: block;
            position: absolute;
            right: 15px;
            top: -11px;
            border-width: 6px 6px 6px 6px;
            border-style: solid;
            border-color: transparent transparent #FFF transparent; }
        header .menu-down-area .head-btn-area .account-area:hover .dropdown-area {
          display: block; }
      header .menu-down-area .head-btn-area .head-btn {
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px; }
        @media screen and (min-width: 1230px) {
          header .menu-down-area .head-btn-area .head-btn {
            margin-left: 15px; } }
        header .menu-down-area .head-btn-area .head-btn.dollar {
          margin-top: 3px;
          width: 70px;
          height: 30px;
          border-radius: 3px;
          padding-left: 10px;
          font-size: 13px;
          color: #888888;
          border: 1px solid #9d9999;
          font-family: Arial; }
        header .menu-down-area .head-btn-area .head-btn.cart {
          width: 40px;
          height: 33px;
          background: url(../images/header/icon_cart_2x.png) 0 0 no-repeat;
          background-size: 40px auto;
          font-size: 12px;
          font-family: Arial;
          color: #FFF;
          line-height: 33px;
          text-align: center;
          padding-right: 6px; }
        header .menu-down-area .head-btn-area .head-btn.account {
          width: 31px;
          height: 31px;
          border-radius: 50%;
          background: #ED6D00 url(../images/header/icon_member_before.png) center 4px no-repeat;
          background-size: 17px auto;
          margin-left: 5px; }
          header .menu-down-area .head-btn-area .head-btn.account.logged-in {
            margin-right: 5px;
            background: #ED6D00 url(../images/header/icon_member_after.png) center 4px no-repeat;
            background-size: 17px auto; }
    header .menu-down-area:after {
      content: '';
      display: block;
      clear: both; }
  header ul.header-nav {
    position: relative;
    list-style: none;
    margin-bottom: 0px;
    float: left;
    padding: 0; }
    header ul.header-nav:after {
      content: '';
      display: block;
      clear: both; }
    header ul.header-nav > li {
      position: relative;
      float: left;
      width: auto;
      padding: 0px;
      text-align: left; }
      header ul.header-nav > li + li {
        margin-left: 30px; }
        header ul.header-nav > li + li:after {
          content: '';
          display: block;
          position: absolute;
          width: 9px;
          height: 17px;
          background: url(../images/header/menu_dash.png) center no-repeat;
          background-size: 9px auto;
          top: 11px;
          left: -20px; }
      @media screen and (min-width: 1230px) {
        header ul.header-nav > li + li {
          margin-left: 50px; }
          header ul.header-nav > li + li:after {
            top: 12px;
            left: -29px; } }
      header ul.header-nav > li > a {
        position: relative;
        display: block;
        font-size: 16px;
        color: #323232;
        padding: 8px 2px 10px 2px; }
        header ul.header-nav > li > a:after {
          content: '';
          display: block;
          position: absolute;
          bottom: 0;
          width: 100%;
          left: 0;
          border-top: 4px solid #ED6D00;
          -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
          -webkit-transition: -webkit-transform 0.1s;
          transition: transform 0.1s; }
        @media screen and (min-width: 1230px) {
          header ul.header-nav > li > a {
            font-size: 18px; } }
      header ul.header-nav > li ul.dropdown-menu {
        display: none;
        position: absolute;
        z-index: 100;
        list-style: none;
        padding: 0;
        min-width: 180px;
        left: -0%;
        background: #fff7db;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
        margin-top: 0;
        border: none;
        border-radius: 0; }
        header ul.header-nav > li ul.dropdown-menu li a {
          text-align: left;
          border: none;
          padding: 7px 40px;
          display: block;
          color: #727272;
          width: 100%;
          font-size: 15px;
          padding: 15px 20px;
          text-align: left; }
          header ul.header-nav > li ul.dropdown-menu li a:hover {
            background: #7c7b74;
            color: #FFF; }
      header ul.header-nav > li:hover ul.dropdown-menu {
        display: block; }
      header ul.header-nav > li:hover > a {
        color: #ED6D00; }
        header ul.header-nav > li:hover > a:after {
          -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
          -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }
      header ul.header-nav > li.active:after {
        content: '';
        display: block;
        position: absolute;
        top: 3px;
        left: 0;
        width: 25px;
        height: 2px;
        background: #b0d799; }
        @media screen and (min-width: 1230px) {
          header ul.header-nav > li.active:after {
            width: 35px; } }
    header ul.header-nav.en > li + li {
      margin-left: 13px; }
  header .btn-translate-area {
    position: absolute;
    right: 0;
    top: -0;
    z-index: 1;
    width: 100px;
    display: none; }
    header .btn-translate-area:hover .drop-down-area {
      top: 0;
      opacity: 1; }
    header .btn-translate-area.show {
      display: block; }
    header .btn-translate-area .btn-translate {
      display: inline-block;
      text-align: center;
      font-size: 17px;
      color: #FFF;
      line-height: 50px;
      width: 100px;
      height: 50px;
      position: relative; }
      header .btn-translate-area .btn-translate:last-child {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px; }
      header .btn-translate-area .btn-translate.zhtw {
        background: #5A5657; }
      header .btn-translate-area .btn-translate.zhcn {
        background: #5A5657; }
      header .btn-translate-area .btn-translate.current {
        line-height: 30px;
        position: absolute;
        top: 0;
        padding-top: 5px; }
        header .btn-translate-area .btn-translate.current:before {
          content: '';
          display: block;
          width: 0;
          height: 0;
          position: absolute;
          top: 0;
          right: 0;
          border-style: solid;
          border-width: 50px 50px 0px 50px;
          border-color: #ED6D00 transparent transparent transparent;
          z-index: -1; }
        header .btn-translate-area .btn-translate.current > span {
          position: relative; }
    header .btn-translate-area .drop-down-area {
      position: absolute;
      top: -135px;
      opacity: 0;
      transition: all 0.5s;
      z-index: 2;
      box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); }
      header .btn-translate-area .drop-down-area .btn-translate + .btn-translate:after {
        content: '';
        display: block;
        position: absolute;
        top: -1px;
        width: 90px;
        left: 5px;
        height: 1px;
        background: #727272; }
      header .btn-translate-area .drop-down-area .btn-translate:hover {
        background: #6a6767; }
  header #a-cart-sticky-header {
    height: 50px; }

#show-mb-sidebar {
  cursor: pointer; }

div#mb-sidebar {
  position: fixed;
  width: 100%;
  height: 100%;
  top: -100%;
  z-index: 4999;
  background: #4C4C4C; }
  div#mb-sidebar.hidden-sidebar {
    top: -100%;
    -webkit-animation-name: hiddensidebar;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 0.5s;
    animation-name: hiddensidebar;
    animation-timing-function: ease-in;
    animation-duration: 0.5s;
    overflow: hidden; }
  div#mb-sidebar.show-sidebar {
    top: 49px;
    -webkit-animation-name: showsidebar;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 0.5s;
    animation-name: showsidebar;
    animation-timing-function: ease-in;
    animation-duration: 0.5s; }
  @media screen and (min-width: 992px) {
    div#mb-sidebar {
      display: none; } }

/* Chrome, Safari, Opera */
@-webkit-keyframes hiddensidebar {
  0% {
    top: 49px; }
  100% {
    top: -100%; } }

/* Standard syntax */
@keyframes hiddensidebar {
  0% {
    top: 49px; }
  100% {
    top: -100%; } }

/* Chrome, Safari, Opera */
@-webkit-keyframes showsidebar {
  0% {
    top: -100%; }
  100% {
    top: 49px; } }

/* Standard syntax */
@keyframes showsidebar {
  0% {
    top: -100%; }
  100% {
    top: 49px; } }

div.sidebar-content {
  padding-bottom: 49px; }

.sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 0px 0 0; }
  .sidebar-nav .sidebar-header:first-child {
    margin-top: 0; }
  .sidebar-nav .sidebar-ul-split {
    padding: 9px 10px;
    color: #262626;
    background: #4C4C4C;
    position: relative; }
    .sidebar-nav .sidebar-ul-split:after {
      position: absolute;
      content: " ";
      width: 0;
      height: 0;
      border: solid transparent;
      right: 12px;
      bottom: -12px;
      border-width: 6px;
      border-top-color: #ff7878; }
  .sidebar-nav select {
    margin: 10px 0 10px 15px;
    padding-left: 5px;
    background: #318ce0;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    height: 32px; }
    .sidebar-nav select:focus {
      outline: none; }
    .sidebar-nav select.lang {
      width: 90px; }
    .sidebar-nav select.dollar {
      width: 60px; }
  .sidebar-nav a {
    position: relative;
    display: block;
    color: #eaedf1;
    font-size: 17px;
    padding: 10px 15px 10px 20px;
    min-height: 35px;
    line-height: 35px;
    text-decoration: none;
    margin-bottom: 1px; }
    .sidebar-nav a i.icon {
      margin-right: 15px; }
    .sidebar-nav a.open, .sidebar-nav a.active, .sidebar-nav a:hover {
      color: #ffffff;
      background: #414141; }
    .sidebar-nav a.open .sidebar-nav-icon, .sidebar-nav a.open .sidebar-nav-indicator, .sidebar-nav a.active .sidebar-nav-icon, .sidebar-nav a.active .sidebar-nav-indicator {
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    .sidebar-nav a .sidebar-nav-icon {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
    .sidebar-nav a .sidebar-nav-indicator {
      float: right;
      line-height: inherit;
      margin-left: 4px;
      -webkit-transition: all 0.15s ease-out;
      transition: all 0.15s ease-out; }
    .sidebar-nav a .sidebar-nav-icon, .sidebar-nav a .sidebar-nav-indicator {
      display: inline-block;
      width: 18px;
      font-size: 14px;
      text-align: center; }
  .sidebar-nav li {
    border-bottom: 1px solid #707070; }
    .sidebar-nav li:nth-last-child(1) {
      border: none; }
    .sidebar-nav li.dropdown-area {
      background: #318ce0; }
    .sidebar-nav li.search-area {
      padding: 11px 15px 11px 15px;
      border-bottom: none; }
      .sidebar-nav li.search-area .input-group {
        position: relative;
        width: 100%; }
        .sidebar-nav li.search-area .input-group ::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #FFF; }
        .sidebar-nav li.search-area .input-group ::-moz-placeholder {
          /* Firefox 19+ */
          color: #FFF; }
        .sidebar-nav li.search-area .input-group :-ms-input-placeholder {
          /* IE 10+ */
          color: #FFF; }
        .sidebar-nav li.search-area .input-group :-moz-placeholder {
          /* Firefox 18- */
          color: #FFF; }
        .sidebar-nav li.search-area .input-group .search-input {
          width: 100%;
          height: 33px;
          padding: 0 34px 0 10px;
          border: 1px solid #9d9999;
          font-size: 14px;
          color: #FFF !important;
          background: #707070; }
        .sidebar-nav li.search-area .input-group .search-btn {
          padding: 0;
          display: block;
          border: none;
          position: absolute;
          right: 0;
          height: 33px;
          width: 33px;
          min-height: 33px;
          color: #FFF !important;
          top: 0;
          color: #9d9999;
          text-align: center;
          cursor: pointer;
          line-height: 33px;
          background: transparent; }
          .sidebar-nav li.search-area .input-group .search-btn:hover {
            background: none; }
    .sidebar-nav li ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: none;
      background: rgba(0, 0, 0, 0.3); }
      .sidebar-nav li ul a {
        margin: 0;
        font-size: 15px;
        min-height: 32px;
        line-height: 32px;
        padding: 9px 35px;
        margin-bottom: 1px;
        color: #FFF; }
        .sidebar-nav li ul a.open, .sidebar-nav li ul a.active, .sidebar-nav li ul a:hover {
          color: #ffffff;
          background: rgba(0, 0, 0, 0.3); }
        .sidebar-nav li ul a i.sidebar-nav-icon, .sidebar-nav li ul a i.sidebar-nav-indicator {
          color: #222222; }
        .sidebar-nav li ul a.open .sidebar-nav-icon, .sidebar-nav li ul a.open .sidebar-nav-indicator, .sidebar-nav li ul a.active .sidebar-nav-icon, .sidebar-nav li ul a.active .sidebar-nav-indicator {
          -webkit-transform: rotate(360deg);
          -ms-transform: rotate(360deg);
          transform: rotate(360deg); }
    .sidebar-nav li.active ul {
      display: block; }
    .sidebar-nav li span.icon {
      display: inline-block;
      height: 28px;
      width: 28px;
      border-radius: 50%;
      line-height: 0;
      margin-top: 5px;
      margin-right: 10px;
      padding: 6px 0 0 0px;
      text-align: center;
      float: left; }
      .sidebar-nav li span.icon i {
        color: #222222;
        font-size: 16px; }
      .sidebar-nav li span.icon.mail {
        background: #f3c47b; }
      .sidebar-nav li span.icon.facebook {
        background: #6b87c1;
        padding: 7px 0 0 0px; }
      .sidebar-nav li span.icon.sitemap {
        background: #FC5170;
        padding: 6px 0px 0 0px; }

.is-sticky #a-cart-sticky-header {
  background: #ffffff;
  left: 0;
  margin-left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1100;
  display: block;
  /* transition: all 0.1s ease-in 0s; */ }

/*
=================================================================
(#m02-2fts) FOOTER
=================================================================
*/
footer {
  position: relative;
  background: #5A5657;
  padding-bottom: 30px;
  margin-top: 250px; }
  footer:after {
    content: '';
    display: block;
    position: absolute;
    top: -169px;
    height: 170px;
    width: 100%;
    background: url(../images/footer/footer_bg_gray.png) left top no-repeat;
    background-size: 3000px auto;
    z-index: 0; }
    @media screen and (min-width: 992px) {
      footer:after {
        background-size: 3000px auto; } }
  footer:before {
    content: '';
    display: block;
    position: absolute;
    top: -170px;
    height: 170px;
    width: 100%;
    background: url(../images/footer/footer_bg_orange.png) right top no-repeat;
    background-size: 3000px auto;
    z-index: 0; }
    @media screen and (min-width: 992px) {
      footer:before {
        background-size: 3000px auto; } }
  footer .footer-area {
    margin-top: -60px;
    position: relative;
    z-index: 1; }
    footer .footer-area .link-area {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 10px; }
      footer .footer-area .link-area .link-block {
        padding-right: 15px;
        display: inline-block;
        float: left;
        width: 49.9%; }
        footer .footer-area .link-area .link-block h3 {
          margin: 0;
          margin-bottom: 5px;
          font-size: 20px;
          font-weight: bold;
          line-height: 1.6;
          color: #F68425; }
          @media screen and (min-width: 768px) {
            footer .footer-area .link-area .link-block h3 {
              margin-bottom: 13px; } }
        footer .footer-area .link-area .link-block ul {
          padding: 0;
          margin-bottom: 20px; }
          footer .footer-area .link-area .link-block ul li {
            list-style-type: none;
            padding-bottom: 7px; }
            footer .footer-area .link-area .link-block ul li a {
              color: #FFF;
              font-size: 15px; }
    footer .footer-area .qrcode-area {
      display: inline-block;
      position: relative;
      padding: 10px;
      background-color: #fff;
      margin-bottom: 20px; }
      footer .footer-area .qrcode-area .text-area {
        text-align: center;
        padding-top: 5px;
        color: #bfbfbf;
        font-size: 15px;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%; }
    footer .footer-area .info-area {
      margin-top: 30px;
      display: block;
      color: #FFF;
      font-size: 15px; }
      footer .footer-area .info-area .title {
        padding-left: 0;
        font-size: 20px;
        color: #F68425;
        display: block; }
    @media screen and (min-width: 675px) {
      footer .footer-area .qrcode-area {
        float: left; }
      footer .footer-area .info-area {
        margin-top: 0px;
        float: left;
        margin-left: 50px; }
        footer .footer-area .info-area .title {
          display: inline-block; } }
    @media screen and (min-width: 768px) {
      footer .footer-area {
        margin-top: -50px; }
        footer .footer-area .link-area {
          width: 100%;
          float: left; }
          footer .footer-area .link-area .link-block {
            float: left;
            width: 20%; } }
    @media screen and (min-width: 992px) {
      footer .footer-area {
        margin-top: -40px; }
        footer .footer-area .link-area {
          width: 780px; }
        footer .footer-area .qrcode-area {
          float: right; }
        footer .footer-area .info-area {
          margin-left: 0; } }
    @media screen and (min-width: 1230px) {
      footer .footer-area {
        margin-top: -15px; }
        footer .footer-area .link-area {
          width: 1000px; } }
    footer .footer-area:after {
      content: '';
      display: block;
      clear: both; }
  footer .copyright-area {
    display: block;
    text-align: left;
    color: #FFF;
    font-size: 15px;
    margin-top: 30px; }
    footer .copyright-area:after {
      content: '';
      display: block;
      clear: both; }
    footer .copyright-area span {
      margin-bottom: 5px;
      color: #bfbfbf;
      display: block; }
    @media screen and (min-width: 992px) {
      footer .copyright-area {
        top: 0;
        padding-left: 0;
        margin-top: 7px; }
        footer .copyright-area span {
          display: inline-block;
          float: left; }
          footer .copyright-area span.id-number {
            float: right; } }

/*
=================================================================
(#m03mcs) MAIN CONTENT
=================================================================
*/
.index-banner-area {
  background: url(../images/index_list/banner_bg.png) 50% 0px no-repeat;
  background-size: 1000px auto;
  padding-bottom: 1px;
  padding-top: 15px;
  overflow: hidden;
  background-position: 50% 85%; }
  @media screen and (min-width: 440px) {
    .index-banner-area {
      background-size: 1300px auto;
      background-position: 50% 40%; } }
  @media screen and (min-width: 500px) {
    .index-banner-area {
      padding-top: 15px;
      background-size: 280% auto;
      background-position: 50% 30%; } }
  @media screen and (min-width: 640px) {
    .index-banner-area {
      background-size: 270% auto;
      background-position: 50% 75%;
      padding-top: 15px; } }
  @media screen and (min-width: 768px) {
    .index-banner-area {
      background-size: 255% auto;
      background-position: center 70%; } }
  @media screen and (min-width: 992px) {
    .index-banner-area {
      background-size: 2460px auto;
      background-position: center -22px; } }
  @media screen and (min-width: 1230px) {
    .index-banner-area {
      background-position: center -25px;
      background-size: 3000px auto; } }
  .index-banner-area .container {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .index-banner-area .container {
        padding: 0 15px; } }
    @media screen and (min-width: 992px) {
      .index-banner-area .container {
        width: 970px; } }
    @media screen and (min-width: 1230px) {
      .index-banner-area .container {
        width: 1200px; } }
  .index-banner-area .index-banner-content {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: -15px; }
    @media screen and (min-width: 430px) {
      .index-banner-area .index-banner-content {
        margin-bottom: -20px; } }
    @media screen and (min-width: 640px) {
      .index-banner-area .index-banner-content {
        margin-bottom: 0; } }
    .index-banner-area .index-banner-content:after {
      content: '';
      display: block;
      clear: both; }
  .index-banner-area .index-banner-img {
    position: absolute;
    display: none;
    top: auto;
    bottom: 15px;
    width: 23%;
    left: -12px;
    padding-top: 15px;
    z-index: 2;
    bottom: 30px; }
    @media screen and (min-width: 320px) {
      .index-banner-area .index-banner-img {
        display: block; } }
    @media screen and (min-width: 400px) {
      .index-banner-area .index-banner-img {
        width: 22%; } }
    @media screen and (min-width: 480px) {
      .index-banner-area .index-banner-img {
        width: 24%; } }
    @media screen and (min-width: 640px) {
      .index-banner-area .index-banner-img {
        width: 20%; } }
    @media screen and (min-width: 700px) {
      .index-banner-area .index-banner-img {
        width: 20%; } }
    @media screen and (min-width: 768px) {
      .index-banner-area .index-banner-img {
        width: 25%; } }
    @media screen and (min-width: 992px) {
      .index-banner-area .index-banner-img {
        bottom: 40px;
        width: 29%; } }
    @media screen and (min-width: 1230px) {
      .index-banner-area .index-banner-img {
        top: 5px;
        left: 10px;
        width: 336px; } }
  .index-banner-area .index-banner-box .owl-carousel {
    background: #FFF;
    border: 3px solid #fff;
    border-radius: 16px;
    padding: 0 0;
    z-index: 0; }
    @media screen and (min-width: 430px) {
      .index-banner-area .index-banner-box .owl-carousel {
        border: 5px solid #fff;
        border-radius: 20px; } }
    .index-banner-area .index-banner-box .owl-carousel .owl-stage-outer {
      border-radius: 15px; }
    .index-banner-area .index-banner-box .owl-carousel .item {
      position: relative; }
      @media screen and (min-width: 1230px) {
        .index-banner-area .index-banner-box .owl-carousel .item {
          min-height: 285px; } }
      .index-banner-area .index-banner-box .owl-carousel .item .youtubeid {
        width: 100%;
        height: 100%;
        margin: auto;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        display: none; }
      .index-banner-area .index-banner-box .owl-carousel .item .whiteboard {
        display: none;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0%;
        top: 0%;
        background-color: rgba(0, 0, 0, 0.5); }
        .index-banner-area .index-banner-box .owl-carousel .item .whiteboard.on {
          display: block; }
        .index-banner-area .index-banner-box .owl-carousel .item .whiteboard.loading {
          background: #000 !important; }
          .index-banner-area .index-banner-box .owl-carousel .item .whiteboard.loading:after {
            content: '';
            display: inline-block;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -40px;
            margin-left: -40px;
            border: 14px solid #f3f3f3;
            /* Light grey */
            border-top: 14px solid #ED6D00;
            /* Blue */
            border-radius: 50%;
            animation: spin 2s linear infinite;
            width: 80px;
            height: 80px; }
            @media screen and (min-width: 768px) {
              .index-banner-area .index-banner-box .owl-carousel .item .whiteboard.loading:after {
                border: 16px solid #f3f3f3;
                /* Light grey */
                border-top: 16px solid #ED6D00;
                /* Blue */
                margin-top: -60px;
                margin-left: -60px;
                width: 120px;
                height: 120px; } }
          .index-banner-area .index-banner-box .owl-carousel .item .whiteboard.loading img {
            transform: translateX(-50%) translateY(-50%) scale(1.2);
            -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
            -ms-transform: translateX(-50%) translateY(-50%) scale(1.2); }
            @media screen and (min-width: 768px) {
              .index-banner-area .index-banner-box .owl-carousel .item .whiteboard.loading img {
                transform: translateX(-50%) translateY(-50%) scale(1.5);
                -webkit-transform: translateX(-50%) translateY(-50%) scale(1.5);
                -ms-transform: translateX(-50%) translateY(-50%) scale(1.5); } }

@keyframes spin {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg); } }
        .index-banner-area .index-banner-box .owl-carousel .item .whiteboard img {
          width: auto;
          transition: .5s ease;
          position: relative;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%);
          -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
          cursor: pointer; }
          .index-banner-area .index-banner-box .owl-carousel .item .whiteboard img:hover {
            transform: translateX(-50%) translateY(-50%) scale(1.2);
            -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
            -ms-transform: translateX(-50%) translateY(-50%) scale(1.2); }
          @media screen and (min-width: 768px) {
            .index-banner-area .index-banner-box .owl-carousel .item .whiteboard img:hover {
              transform: translateX(-50%) translateY(-50%) scale(1.5);
              -webkit-transform: translateX(-50%) translateY(-50%) scale(1.5);
              -ms-transform: translateX(-50%) translateY(-50%) scale(1.5); } }
    .index-banner-area .index-banner-box .owl-carousel .owl-item.active .youtubeid {
      display: block; }
    .index-banner-area .index-banner-box .owl-carousel .owl-controls {
      margin: 0px; }
      .index-banner-area .index-banner-box .owl-carousel .owl-controls .owl-nav .owl-prev {
        left: 0;
        padding: 0;
        margin: 0px; }
      .index-banner-area .index-banner-box .owl-carousel .owl-controls .owl-nav .owl-next {
        right: 0;
        padding: 0;
        margin: 0px; }
      .index-banner-area .index-banner-box .owl-carousel .owl-controls .owl-nav .owl-btn {
        padding: 0;
        margin: 0px; }
      .index-banner-area .index-banner-box .owl-carousel .owl-controls .owl-dots {
        position: absolute;
        margin-top: 5px;
        margin-right: 8px;
        counter-reset: dots;
        left: 0;
        right: 0;
        text-align: right; }
        .index-banner-area .index-banner-box .owl-carousel .owl-controls .owl-dots .owl-dot {
          margin: 0;
          border-radius: 0;
          background: #aaa;
          opacity: 0.7;
          color: #A0A0A0;
          font-size: 12px;
          margin-right: 6px;
          font-family: Arial;
          display: inline-block;
          width: 10px;
          height: 3px;
          line-height: 20px;
          position: relative; }
          .index-banner-area .index-banner-box .owl-carousel .owl-controls .owl-dots .owl-dot span {
            display: none !important; }
          .index-banner-area .index-banner-box .owl-carousel .owl-controls .owl-dots .owl-dot.active {
            background: #ED6D00;
            opacity: 0.9; }
          @media screen and (min-width: 640px) {
            .index-banner-area .index-banner-box .owl-carousel .owl-controls .owl-dots .owl-dot {
              margin-right: 10px;
              height: 10px;
              width: 20px; } }
          @media screen and (min-width: 992px) {
            .index-banner-area .index-banner-box .owl-carousel .owl-controls .owl-dots .owl-dot:hover {
              background: #ED6D00;
              opacity: 0.9; } }
  .index-banner-area .index-banner-box:before {
    content: '';
    width: 577px;
    height: 77px;
    background: url(../images/index_list/line_left.png) top right no-repeat;
    position: absolute;
    left: -577px;
    display: none; }
  .index-banner-area .index-banner-box:after {
    content: '';
    width: 179px;
    height: 25px;
    background: url(../images/index_list/line_right.png) top left no-repeat;
    position: absolute;
    right: -179px;
    display: none; }
  @media screen and (min-width: 320px) {
    .index-banner-area .index-banner-box {
      width: 85%;
      float: right; } }
  @media screen and (min-width: 480px) {
    .index-banner-area .index-banner-box {
      width: 86%;
      float: right; } }
  @media screen and (min-width: 640px) {
    .index-banner-area .index-banner-box {
      width: 85%; } }
  @media screen and (min-width: 768px) {
    .index-banner-area .index-banner-box {
      width: 80%; }
      .index-banner-area .index-banner-box .owl-carousel {
        border: 8px solid #fff;
        border-radius: 20px; } }
  @media screen and (min-width: 992px) {
    .index-banner-area .index-banner-box {
      width: 730px;
      position: relative;
      padding-top: 70px;
      vertical-align: top;
      padding: 15px;
      border: 2px solid rgba(255, 255, 255, 0.5);
      border-radius: 25px; }
      .index-banner-area .index-banner-box:before {
        display: block;
        bottom: -18px; }
      .index-banner-area .index-banner-box:after {
        display: block;
        bottom: 100px; } }
  @media screen and (min-width: 1230px) {
    .index-banner-area .index-banner-box {
      width: 905px; }
      .index-banner-area .index-banner-box:before {
        bottom: -14px; }
      .index-banner-area .index-banner-box:after {
        bottom: 119px; } }

table {
  font-family: 'Arial', '微軟正黑體'; }
  table input[type="checkbox"], table input[type="radio"] {
    margin: 0;
    vertical-align: middle; }

.rwd-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 8px;
  font-size: 14px; }
  .rwd-table thead {
    display: none; }
  .rwd-table tr {
    display: block;
    border: 1px solid #E19E65; }
    .rwd-table tr td, .rwd-table tr th {
      padding: 8px 10px;
      display: block;
      border-top: 5px solid #FFDCB9; }
      .rwd-table tr td:before, .rwd-table tr th:before {
        content: attr(data-th) " : ";
        margin-right: 5px; }
      .rwd-table tr td + td, .rwd-table tr th + td {
        border-top: 1px solid #EEE5DB; }
    .rwd-table tr th {
      color: #000; }
    .rwd-table tr td {
      color: #4c4c4c; }
    .rwd-table tr + tr {
      margin-top: 8px; }
  @media screen and (min-width: 768px) {
    .rwd-table {
      border: 1px solid #E19E65; }
      .rwd-table thead {
        display: table-row-group;
        border-bottom: 1px solid #E19E65; }
      .rwd-table tr {
        display: table-row;
        border: none; }
        .rwd-table tr td, .rwd-table tr th {
          padding: 12px 14px 12px 18px;
          display: table-cell;
          border: none;
          word-break: break-all; }
          .rwd-table tr td + td, .rwd-table tr th + td {
            border-top: none; }
          .rwd-table tr td:before, .rwd-table tr th:before {
            display: none; }
        .rwd-table tr th {
          background: #FFDCB9;
          white-space: nowrap; }
      .rwd-table tbody tr + tr {
        border-top: 1px solid #EEE5DB; } }
  @media screen and (min-width: 992px) {
    .rwd-table tr td, .rwd-table tr th {
      padding: 12px 12px; } }
  @media screen and (min-width: 1230px) {
    .rwd-table tr td, .rwd-table tr th {
      padding: 12px 14px 12px 18px; } }
  .rwd-table.no-title {
    border: 1px solid #E19E65;
    border-collapse: separate; }
    .rwd-table.no-title tr {
      display: table-row;
      border: none; }
      .rwd-table.no-title tr td, .rwd-table.no-title tr th {
        display: table-cell;
        border: none;
        border-top: 1px solid #EEE5DB; }
        .rwd-table.no-title tr td:before, .rwd-table.no-title tr th:before {
          display: none; }
        .rwd-table.no-title tr td:first-child, .rwd-table.no-title tr th:first-child {
          white-space: nowrap; }
      .rwd-table.no-title tr:first-child td {
        border-top: 5px solid #FFDCB9; }
        @media screen and (min-width: 768px) {
          .rwd-table.no-title tr:first-child td {
            border-top: 1px solid #E19E65; } }
  @media screen and (min-width: 768px) {
    .rwd-table.small-font {
      font-size: 12px; } }
  .rwd-table.order .text-center {
    text-align: left; }
  .rwd-table.order .download-btn, .rwd-table.order .detail-btn {
    vertical-align: bottom; }
  @media screen and (min-width: 768px) {
    .rwd-table.order {
      border: 1px solid #E19E65; }
      .rwd-table.order thead {
        border-bottom: 1px solid #E19E65; }
      .rwd-table.order tr td, .rwd-table.order tr th {
        padding: 16px 18px;
        white-space: nowrap; }
      .rwd-table.order tr th {
        background: #FFDCB9;
        color: #000; }
      .rwd-table.order tr td {
        border: 1px solid #eee5db;
        color: #4c4c4c; }
        .rwd-table.order tr td:first-child {
          border-left: 1px solid #E19E65; }
        .rwd-table.order tr td:last-child {
          border-right: 1px solid #E19E65; }
        .rwd-table.order tr td.break-word {
          min-width: 200px;
          max-width: 250px;
          word-break: break-all;
          white-space: normal; }
      .rwd-table.order tr:first-child td {
        border-top: 1px solid #E19E65; }
      .rwd-table.order tr:last-child td {
        border-bottom: 1px solid #E19E65; }
      .rwd-table.order tr .status-td {
        padding: 14px 22px 20px; }
      .rwd-table.order .text-center {
        text-align: center; }
      .rwd-table.order .download-btn, .rwd-table.order .detail-btn {
        vertical-align: middle; } }

.rwd-table.remain {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 8px;
  font-size: 14px; }
  .rwd-table.remain thead {
    display: none; }
  .rwd-table.remain tr {
    display: block;
    border: 1px solid #E19E65; }
    @media screen and (min-width: 768px) {
      .rwd-table.remain tr {
        border: none; } }
    .rwd-table.remain tr td, .rwd-table.remain tr th {
      padding: 8px 10px;
      display: block;
      border-top: 5px solid #FFDCB9; }
      .rwd-table.remain tr td:before, .rwd-table.remain tr th:before {
        content: attr(data-th) " : ";
        display: inline-block;
        margin-right: 5px; }
      .rwd-table.remain tr td + td, .rwd-table.remain tr th + td {
        border-top: 1px solid #EEE5DB; }
    .rwd-table.remain tr th {
      color: #000; }
    .rwd-table.remain tr td {
      color: #4c4c4c; }
    .rwd-table.remain tr + tr {
      margin-top: 8px; }
  .rwd-table.remain.no-title {
    border: 1px solid #E19E65;
    border-collapse: separate; }
    .rwd-table.remain.no-title tr {
      display: table-row;
      border: none; }
      .rwd-table.remain.no-title tr td, .rwd-table.remain.no-title tr th {
        display: table-cell;
        border: none;
        border-top: 1px solid #EEE5DB; }
        .rwd-table.remain.no-title tr td:before, .rwd-table.remain.no-title tr th:before {
          display: none; }
        .rwd-table.remain.no-title tr td:first-child, .rwd-table.remain.no-title tr th:first-child {
          width: 150px;
          white-space: nowrap; }
      .rwd-table.remain.no-title tr:first-child td {
        border-top: 5px solid #FFDCB9; }
        @media screen and (min-width: 768px) {
          .rwd-table.remain.no-title tr:first-child td {
            border-top: 1px solid #E19E65; } }

.list-table-area {
  overflow: auto; }
  .list-table-area .list-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px; }
    .list-table-area .list-table thead {
      border-bottom: 2px solid #E19E65; }
    .list-table-area .list-table tr {
      border-bottom: 1px solid #eee5db; }
      .list-table-area .list-table tr th {
        white-space: nowrap;
        padding: 16px 8px 18px 8px;
        background: #FFDCB9;
        font-weight: bold;
        color: #000; }
      .list-table-area .list-table tr td {
        padding: 10px 8px;
        white-space: nowrap;
        color: #4c4c4c; }
      .list-table-area .list-table tr.on, .list-table-area .list-table tr:hover {
        background: #f5f5f5; }
    .list-table-area .list-table input[type=text] {
      padding: 0 10px;
      min-width: 100px; }
  .list-table-area .detail-btn {
    vertical-align: middle; }

.order-table-area {
  overflow: auto;
  margin-top: 10px;
  margin-bottom: 15px; }
  .order-table-area.no-title {
    margin-top: 15px; }

.order-table {
  width: 100%;
  font-size: 12px;
  border-collapse: collapse;
  border: 1px solid #E19E65; }
  .order-table thead {
    border-bottom: 1px solid #E19E65; }
  .order-table tr td, .order-table tr th {
    padding: 16px 18px;
    white-space: nowrap; }
  .order-table tr th {
    background: #FFDCB9;
    color: #000; }
  .order-table tr td {
    border: 1px solid #eee5db;
    color: #4c4c4c; }
    .order-table tr td:first-child {
      border-left: 1px solid #E19E65; }
    .order-table tr td:last-child {
      border-right: 1px solid #E19E65; }
    .order-table tr td.break-word {
      min-width: 200px;
      max-width: 250px;
      word-break: break-all;
      white-space: normal; }
  .order-table tr:first-child td {
    border-top: 1px solid #E19E65; }
  .order-table tr:last-child td {
    border-bottom: 1px solid #E19E65; }
  .order-table tr .status-td {
    padding: 14px 22px 20px; }
  .order-table .download-btn, .order-table .detail-btn {
    vertical-align: middle; }
  .order-table .order-price-area {
    text-align: right; }
    .order-table .order-price-area .order-price-row .order-price-label {
      display: inline-block;
      width: 50px; }
    .order-table .order-price-area .order-price-row .order-price-value {
      display: inline-block;
      width: 170px; }
      .order-table .order-price-area .order-price-row .order-price-value.total {
        color: #C92334;
        font-size: 20px;
        font-family: Arial;
        font-weight: bold; }
    .order-table .order-price-area .order-price-row + .order-price-row {
      margin-top: 16px; }
  .order-table + .order-table {
    margin-top: 20px; }

.order-detail-area .order-detail-box {
  display: inline-block;
  padding: 0 15px; }
  .order-detail-area .order-detail-box .order-detail-label {
    color: #4c4c4c;
    font-size: 14px;
    font-weight: bold; }
  .order-detail-area .order-detail-box .order-detail-content {
    color: #4c4c4c;
    font-size: 14px; }
    .order-detail-area .order-detail-box .order-detail-content.num {
      color: #ED6D00;
      font-family: Arial; }
  .order-detail-area .order-detail-box:first-child {
    padding-left: 0; }

.order-detail-area .order-detail-box + .order-detail-box {
  border-left: 1px solid #c4c4c4; }

.rwd-order-table {
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
  border: 1px solid #E19E65; }
  .rwd-order-table thead {
    display: none; }
  .rwd-order-table tr {
    display: block; }
    .rwd-order-table tr td, .rwd-order-table tr th {
      padding: 8px 10px;
      display: block; }
      .rwd-order-table tr td:before, .rwd-order-table tr th:before {
        content: attr(data-th) " : ";
        margin-right: 5px; }
      .rwd-order-table tr td + td, .rwd-order-table tr th + td {
        border-top: 1px solid #EEE5DB; }
      .rwd-order-table tr td.text-center, .rwd-order-table tr th.text-center {
        text-align: left; }
    .rwd-order-table tr th {
      color: #000; }
    .rwd-order-table tr td {
      color: #4c4c4c; }
    .rwd-order-table tr:first-child {
      border-top: 5px solid #FFDCB9; }
    .rwd-order-table tr + tr {
      border-top: 1px solid #EEE5DB; }
  .rwd-order-table .download-btn, .rwd-order-table .detail-btn {
    vertical-align: bottom; }
  @media screen and (min-width: 768px) {
    .rwd-order-table {
      font-size: 12px;
      display: table; }
      .rwd-order-table thead {
        display: table-header-group;
        border-bottom: 1px solid #E19E65; }
      .rwd-order-table tr {
        display: table-row; }
        .rwd-order-table tr td, .rwd-order-table tr th {
          padding: 16px 18px;
          white-space: nowrap;
          display: table-cell; }
          .rwd-order-table tr td:before, .rwd-order-table tr th:before {
            display: none; }
          .rwd-order-table tr td.text-center, .rwd-order-table tr th.text-center {
            text-align: center; }
        .rwd-order-table tr th {
          background: #FFDCB9;
          color: #000; }
        .rwd-order-table tr td {
          border: 1px solid #eee5db;
          color: #4c4c4c; }
          .rwd-order-table tr td:first-child {
            border-left: 1px solid #E19E65; }
          .rwd-order-table tr td:last-child {
            border-right: 1px solid #E19E65; }
          .rwd-order-table tr td.break-word {
            min-width: 200px;
            max-width: 250px;
            word-break: break-all;
            white-space: normal; }
        .rwd-order-table tr + tr {
          border-top: none; }
        .rwd-order-table tr:first-child {
          border: none; }
          .rwd-order-table tr:first-child td {
            border-top: 1px solid #E19E65; }
        .rwd-order-table tr:last-child td {
          border-bottom: 1px solid #E19E65; }
        .rwd-order-table tr .status-td {
          padding: 14px 22px 20px; }
      .rwd-order-table .download-btn, .rwd-order-table .detail-btn {
        vertical-align: middle; } }

.order-info-box {
  font-family: 'Arial', '微軟正黑體'; }
  .order-info-box .info-title {
    font-size: 18px;
    color: #595656;
    padding-bottom: 3px;
    position: relative;
    font-weight: bold;
    border-bottom: 2px solid #ffdcb9; }
    .order-info-box .info-title:after {
      display: block;
      content: '';
      position: absolute;
      bottom: -2px;
      left: 0;
      height: 2px;
      width: 64px;
      background: url(../images/page/title_line_2x.png) center no-repeat;
      background-size: 64px auto; }
    @media screen and (min-width: 768px) {
      .order-info-box .info-title {
        font-size: 20px;
        padding-bottom: 5px; } }
    @media screen and (min-width: 992px) {
      .order-info-box .info-title:after {
        background: url(../images/page/title_line.png) center no-repeat;
        background-size: 64px auto; } }
  .order-info-box .info-content {
    padding: 15px 10px 0 10px;
    font-size: 14px; }
    @media screen and (min-width: 768px) {
      .order-info-box .info-content {
        border-bottom: 1px solid #EBEBEB;
        padding: 15px 10px 5px 10px; } }
    .order-info-box .info-content.no-border {
      border: none;
      padding: 15px 10px 0 10px; }
    .order-info-box .info-content .info-item {
      display: inline-block;
      float: left;
      min-width: 100%;
      margin-bottom: 7px;
      min-height: 23px; }
      .order-info-box .info-content .info-item .title {
        padding-right: 5px;
        vertical-align: middle; }
      .order-info-box .info-content .info-item .content {
        vertical-align: middle;
        display: inline-block; }
      .order-info-box .info-content .info-item .download-btn, .order-info-box .info-content .info-item .detail-btn {
        float: left; }
      @media screen and (min-width: 768px) {
        .order-info-box .info-content .info-item {
          padding-right: 20px;
          min-width: 50%; } }
      @media screen and (min-width: 992px) {
        .order-info-box .info-content .info-item {
          min-width: 33.3%; } }
      @media screen and (min-width: 1230px) {
        .order-info-box .info-content .info-item {
          min-width: 25%; } }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-warning {
  color: #ed6d00; }

.btn {
  border: none;
  font-size: 14px; }
  .btn.primary, .btn.btn-primary {
    background: #ed6d00;
    color: #FFF; }
  .btn.default, .btn.btn-default {
    background: #A0A0A0;
    color: #FFF; }
  .btn.basic, .btn.btn-basic {
    background: #009370;
    color: #FFF; }
  .btn.full {
    width: 100%; }

.btn-area {
  text-align: right;
  margin-top: 15px;
  padding-right: 10px; }
  .btn-area .btn + .btn {
    margin-left: 10px; }
  @media screen and (min-width: 768px) {
    .btn-area {
      margin-top: 30px;
      padding-right: 15px; } }
  .btn-area.center {
    text-align: center; }

.instance-login-btn {
  display: inline-block;
  width: 290px;
  height: 127px;
  background: url(../images/about/dada_login_2x.png) 0 0 no-repeat;
  background-size: 290px auto; }
  @media screen and (min-width: 600px) {
    .instance-login-btn {
      margin-left: -50px; } }
  @media screen and (min-width: 992px) {
    .instance-login-btn {
      background: url(../images/about/dada_login.png) 0 0 no-repeat;
      background-size: 290px auto; } }

.order-info-box .info-content .info-item:after, .order-info-box .info-content:after, .status-area:after, .list-box .title-area:after, .list-box .content-area:after, .refresh-area:after {
  content: '';
  display: block;
  clear: both; }

.page-header-bg {
  height: 130px;
  background: url(../images/page/banner/page_banner.png) center -70px no-repeat;
  background-size: 3000px auto; }
  .page-header-bg .title-area {
    position: relative;
    margin-left: 80px;
    top: 20px;
    line-height: 25px; }
    .page-header-bg .title-area .page-header-title {
      margin-left: 8px;
      display: inline-block;
      margin-top: 15px;
      font-size: 24px;
      color: #FFF;
      position: relative;
      top: -2px; }
    .page-header-bg .title-area:after {
      content: '';
      display: block;
      position: absolute;
      width: 100vw;
      height: 40px;
      top: 15%;
      right: 100%;
      background: url(../images/page/banner/banner_line.png) right 0 no-repeat;
      background-size: 1060px auto; }
    @media screen and (min-width: 768px) {
      .page-header-bg .title-area {
        margin-left: 150px; }
        .page-header-bg .title-area .page-header-title {
          display: block;
          top: 4px;
          margin-left: 0px; }
        .page-header-bg .title-area:after {
          top: -5px; } }

.breadcrumbs-area {
  margin-top: -50px; }
  .breadcrumbs-area .breadcrumbs {
    text-align: right;
    font-size: 14px;
    color: #BBBBBB;
    margin: 18px 0px 25px 0; }
    .breadcrumbs-area .breadcrumbs a {
      display: inline-block;
      white-space: nowrap;
      color: #4D4B45; }
    .breadcrumbs-area .breadcrumbs span.path_alert {
      color: #777777; }
    @media screen and (min-width: 992px) {
      .breadcrumbs-area .breadcrumbs {
        margin: 12px 0px 30px 0; } }
  @media screen and (min-width: 992px) {
    .breadcrumbs-area {
      margin-bottom: 10px; } }

h3.dashboard-title {
  font-size: 18px;
  color: #595656;
  font-weight: bold;
  margin-bottom: 6px;
  padding-left: 3px;
  margin-top: 0; }
  @media screen and (min-width: 768px) {
    h3.dashboard-title {
      font-size: 20px;
      padding-left: 5px;
      margin-bottom: 8px; } }

.order-type {
  border-width: 1px;
  border-style: solid;
  border-radius: 8px;
  padding: 0px 4px 1px;
  font-size: 13px;
  margin: 0;
  white-space: nowrap;
  font-weight: normal;
  background: #FFF; }
  .order-type.active {
    border-color: #25A6E2;
    color: #25A6E2; }
  .order-type.recommand {
    border-color: #F4387F;
    color: #F4387F; }
  .order-type.price {
    border-color: #34AB00;
    color: #34AB00; }

.link_count {
  display: inline-block;
  background: #ED6D00;
  width: 30px;
  text-align: center;
  color: #FFF !important;
  border-radius: 8px;
  text-decoration: none !important; }
  .link_count:hover {
    background: #ff7f12; }

.download-btn {
  display: inline-block;
  background: url(../images/page/icon_download_2x.png) center no-repeat;
  background-size: 16px auto;
  width: 16px;
  height: 18px;
  cursor: pointer; }
  @media screen and (min-width: 992px) {
    .download-btn {
      background: url(../images/page/icon_download.png) center no-repeat;
      background-size: 16px auto; } }

.detail-btn {
  display: inline-block;
  background: url(../images/page/icon_list_2x.png) center no-repeat;
  background-size: 16px auto;
  width: 16px;
  height: 18px;
  cursor: pointer; }
  @media screen and (min-width: 992px) {
    .detail-btn {
      background: url(../images/page/icon_list.png) center no-repeat;
      background-size: 16px auto; } }

.status-area {
  width: 100%;
  counter-reset: item;
  position: relative;
  padding-top: 60px;
  font-family: 'Arial', '微軟正黑體'; }
  .status-area.detail {
    margin: 15px 0 25px; }
    @media screen and (min-width: 768px) {
      .status-area.detail {
        margin: 25px 0; } }
  .status-area .status-box {
    display: inline-block;
    width: calc(25% - 2px);
    float: left;
    counter-increment: item; }
    .status-area .status-box + .status-box {
      margin-left: 2px; }
    .status-area .status-box .status-info {
      display: none;
      text-align: center;
      text-indent: -9999px;
      position: relative;
      font-size: 12px; }
    .status-area .status-box .status-bar {
      position: relative;
      margin-top: 10px;
      width: 100%;
      height: 5px;
      background: #BEBCB7;
      line-height: 0; }
      .status-area .status-box .status-bar:after {
        position: absolute;
        content: '';
        display: inline-block;
        border-radius: 50%;
        background: #BEBCB7;
        width: 13px;
        height: 13px;
        top: -4px;
        left: 0;
        right: 0;
        margin: 0 auto; }
      .status-area .status-box .status-bar:before {
        position: absolute;
        content: '';
        display: inline-block;
        border-radius: 50%;
        background: #FFF;
        border: 1px solid #FFF;
        width: 7px;
        height: 7px;
        top: -1px;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 1; }
    .status-area .status-box.done .status-bar {
      background: #F9C03C; }
      .status-area .status-box.done .status-bar:after {
        background: #F9C03C; }
      .status-area .status-box.done .status-bar:before {
        background: #F9C03C;
        width: 9px;
        height: 9px;
        top: -2px; }
    .status-area .status-box.active {
      display: inline-block; }
      .status-area .status-box.active .status-bar {
        background: #F9C03C; }
        .status-area .status-box.active .status-bar:after {
          background: #F9C03C; }
        .status-area .status-box.active .status-bar:before {
          background: #ED6D00;
          width: 9px;
          height: 9px;
          top: -2px; }
        .status-area .status-box.active .status-bar .arrow {
          display: block;
          position: relative;
          width: 100%; }
          .status-area .status-box.active .status-bar .arrow:before, .status-area .status-box.active .status-bar .arrow:after {
            content: '';
            display: inline-block;
            position: absolute;
            border-style: solid;
            left: 0;
            right: 0;
            margin: 0 auto; }
          .status-area .status-box.active .status-bar .arrow:before {
            border-width: 8px;
            border-color: #ebebeb transparent transparent  transparent;
            top: -19px;
            width: 16px; }
          .status-area .status-box.active .status-bar .arrow:after {
            border-width: 7px;
            border-color: #FFF transparent transparent  transparent;
            top: -19px;
            width: 14px; }
      .status-area .status-box.active .status-info {
        font-size: 14px;
        display: block;
        width: 100%;
        position: absolute;
        text-indent: 0px;
        color: #ed6d00;
        padding: 15px;
        top: 0;
        left: 0;
        border: 1px solid #ebebeb; }
    @media screen and (min-width: 768px) {
      .status-area .status-box {
        display: inline-block; }
        .status-area .status-box .status-info {
          display: block;
          text-indent: 0px; }
          .status-area .status-box .status-info:after {
            display: none; }
        .status-area .status-box.active .status-info {
          position: relative;
          font-size: 12px;
          border: none;
          padding: 0; }
        .status-area .status-box.active .status-bar .arrow {
          display: none; }
        .status-area .status-box .status-bar {
          display: block; } }
  @media screen and (min-width: 768px) {
    .status-area {
      padding-top: 0;
      position: inherit; } }
  .status-area.order-list {
    margin: 0;
    padding: 0;
    width: auto;
    vertical-align: top;
    display: inline-block;
    white-space: nowrap;
    font-size: 14px; }
    .status-area.order-list .status-box .status-info {
      font-size: 14px;
      display: none; }
    .status-area.order-list .status-box .status-bar {
      display: none; }
    .status-area.order-list .status-box.active .status-info {
      position: relative;
      border: none;
      border: none;
      display: inline-block;
      padding: 0;
      text-align: left;
      display: block; }
    @media screen and (min-width: 768px) {
      .status-area.order-list .status-box.active .status-info {
        text-align: center; }
      .status-area.order-list .status-box .status-info {
        font-size: 12px;
        display: block; }
      .status-area.order-list .status-box .status-bar {
        display: block; } }
    @media screen and (min-width: 768px) {
      .status-area.order-list {
        width: 100%; } }

.search-title-xs {
  color: #595656;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-left: 27px;
  margin-bottom: 7px; }
  @media screen and (min-width: 992px) {
    .search-title-xs {
      display: none; } }
  .search-title-xs:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/page/icon_search_2x.png) center no-repeat;
    background-size: 20px auto; }
    @media screen and (min-width: 768px) {
      .search-title-xs:before {
        background: url(../images/page/icon_search.png) center no-repeat;
        background-size: 20px auto; } }

.search-area {
  font-family: 'Arial','微軟正黑體';
  border-left: 1px solid #BEBCB7;
  border-right: 1px solid #BEBCB7;
  border-top: 1px solid #BEBCB7;
  border-bottom: 1px solid #BEBCB7;
  margin-bottom: 15px;
  position: relative;
  padding: 15px; }
  .search-area:before, .search-area:after {
    content: '';
    display: none;
    width: calc( 100% + 2px);
    height: 1px;
    background: linear-gradient(90deg, #006950 0%, #bebcb7 50%);
    position: absolute; }
    @media screen and (min-width: 992px) {
      .search-area:before, .search-area:after {
        display: block; } }
  .search-area:before {
    top: -1px;
    left: -1px; }
  .search-area:after {
    bottom: -1px;
    right: -1px; }
  @media screen and (min-width: 992px) {
    .search-area {
      padding: 0;
      border-left: 1px solid #006950;
      border-right: 1px solid #bebcb7;
      border-top: 1px solid transparent;
      border-bottom: 1px solid transparent; } }
  .search-area .search-title {
    display: none;
    color: #fff;
    font-size: 14px;
    background: url(../images/page/search_title_bg.png) right 0 no-repeat;
    padding: 17px 30px 17px 15px;
    margin-right: 5px;
    position: relative; }
    @media screen and (min-width: 992px) {
      .search-area .search-title {
        display: inline-block;
        margin-right: 35px; } }
    @media screen and (min-width: 1230px) {
      .search-area .search-title {
        margin-right: 45px; } }
    .search-area .search-title:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-top: 54px solid transparent;
      border-right: 15px solid #fff;
      position: absolute;
      top: 0;
      right: 0; }
  .search-area .form-group {
    margin-bottom: 10px;
    width: auto; }
    @media screen and (min-width: 768px) {
      .search-area .form-group {
        margin-bottom: 0;
        width: 20%;
        margin-right: 1%; } }
    @media screen and (min-width: 992px) {
      .search-area .form-group {
        width: auto;
        margin-right: 1%; } }
    @media screen and (min-width: 1230px) {
      .search-area .form-group {
        margin-right: 30px; } }
    .search-area .form-group label {
      color: #4c4c4c;
      font-size: 14px;
      display: inline-block;
      width: 60px; }
      @media screen and (min-width: 768px) {
        .search-area .form-group label {
          display: block;
          width: auto; } }
      @media screen and (min-width: 992px) {
        .search-area .form-group label {
          display: inline-block; } }
    .search-area .form-group .form-control {
      border: 1px solid #c4c4c4;
      border-radius: 3px;
      height: 26px;
      padding: 2px 15px 2px 5px;
      display: inline-block;
      width: 100%; }
      .search-area .form-group .form-control.inline-xs {
        width: calc( 100% - 64px); }
      @media screen and (min-width: 768px) {
        .search-area .form-group .form-control {
          width: 100% !important; } }
      @media screen and (min-width: 992px) {
        .search-area .form-group .form-control {
          width: 120px !important; } }
      @media screen and (min-width: 1230px) {
        .search-area .form-group .form-control {
          width: auto !important; } }
  .search-area .btn {
    padding: 3px 12px;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .search-area .btn {
        width: 13%;
        position: absolute;
        right: 15px;
        bottom: 15px; } }
    @media screen and (min-width: 992px) {
      .search-area .btn {
        width: auto;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%); } }

@media screen and (min-width: 768px) {
  .search-area.five-fill .search-title {
    margin-right: 5px; } }

@media screen and (min-width: 992px) {
  .search-area.five-fill .search-title {
    margin-right: 0; } }

@media screen and (min-width: 768px) {
  .search-area.five-fill .form-group {
    width: 16%; } }

@media screen and (min-width: 992px) {
  .search-area.five-fill .form-group {
    width: auto;
    margin-right: 10px; } }

@media screen and (min-width: 992px) {
  .search-area.five-fill .form-group .form-control {
    width: 80px !important; }
    .search-area.five-fill .form-group .form-control.SALES_NAME {
      width: 130px !important; } }

@media screen and (min-width: 1230px) {
  .search-area.five-fill .form-group .form-control {
    width: auto !important; } }

@media screen and (min-width: 992px) {
  .search-area.shipment .search-title {
    margin-right: 15px; } }

@media screen and (min-width: 768px) {
  .search-area.multiline {
    padding-top: 0;
    padding-bottom: 12px; }
    .search-area.multiline .btn {
      top: 37px;
      bottom: auto; }
    .search-area.multiline .form-group {
      margin-top: 12px; } }

@media screen and (min-width: 992px) {
  .search-area.multiline {
    min-height: 56px;
    padding-left: 110px;
    padding-right: 75px;
    padding-bottom: 12px; }
    .search-area.multiline .btn {
      top: 50%; }
    .search-area.multiline .search-title {
      position: absolute;
      left: 0;
      height: 100%;
      background: url(../images/page/search_title_bg2.png) center right no-repeat; }
      .search-area.multiline .search-title:after {
        display: none; }
      .search-area.multiline .search-title span {
        top: calc(50% - 10px);
        position: relative; }
    .search-area.multiline .form-group {
      margin-top: 12px; } }

.list-box {
  font-family: 'Arial', '微軟正黑體';
  position: relative;
  border: 1px solid #E19E65; }
  .list-box .title-area {
    font-size: 16px;
    background-color: #FFDCB9;
    border-bottom: 2px solid #E19E65;
    padding: 14px 10px 13px 44px;
    position: relative;
    color: #000; }
    .list-box .title-area:before {
      content: '';
      display: block;
      width: 21px;
      height: 31px;
      background: url(../images/page/td_title_2x.png) 0 -3px no-repeat;
      -webkit-background-size: 21px auto;
      background-size: 21px auto;
      position: absolute;
      top: 0;
      left: 13px; }
    .list-box .title-area .btn {
      float: right;
      position: relative;
      padding: 3px 12px;
      top: -2px; }
  .list-box .content-area {
    padding: 30px 20px 30px 20px; }
    .list-box .content-area .info-item {
      margin-top: 10px; }
      .list-box .content-area .info-item .title {
        display: inline-block;
        font-weight: bold;
        font-size: 14px;
        position: relative;
        padding-left: 8px;
        vertical-align: top;
        white-space: nowrap;
        padding-left: 10px;
        margin-bottom: 3px; }
        .list-box .content-area .info-item .title:after {
          content: '';
          border-left: 3px solid #ED6D00;
          display: block;
          position: absolute;
          top: 3px;
          left: 0;
          height: 14px; }
      .list-box .content-area .info-item .content {
        display: inline-block;
        font-size: 14px; }
        .list-box .content-area .info-item .content.input {
          width: 100%;
          margin-top: 5px; }
          .list-box .content-area .info-item .content.input input {
            width: 100%; }
            @media screen and (min-width: 768px) {
              .list-box .content-area .info-item .content.input input {
                width: auto; } }
      .list-box .content-area .info-item textarea {
        width: 100%;
        max-width: 100%;
        resize: vertical; }
      .list-box .content-area .info-item.full {
        min-width: 100%;
        padding-right: 0; }
    .list-box .content-area.list {
      padding-top: 15px; }
    @media screen and (min-width: 768px) {
      .list-box .content-area {
        padding-left: 40px;
        padding-right: 40px; }
        .list-box .content-area .info-item {
          margin-top: 15px;
          min-width: 50%;
          float: left;
          display: table;
          padding-right: 15px; }
          .list-box .content-area .info-item .title {
            width: 10px;
            display: table-cell;
            margin-bottom: 0; }
          .list-box .content-area .info-item .content {
            display: table-cell;
            padding-left: 10px; } }
  .list-box + .list-box {
    border-top: none; }

.icon-title {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px; }
  .icon-title:before {
    content: '';
    display: block;
    width: 16px;
    height: 18px;
    background: url(../images/page/icon_list.png) no-repeat;
    background-size: 16px;
    position: absolute;
    top: 5px;
    left: 0; }
  .icon-title.list:before {
    background: url(../images/page/icon_list_2x.png) no-repeat;
    background-size: 16px; }
    @media screen and (min-width: 768px) {
      .icon-title.list:before {
        background: url(../images/page/icon_list.png) no-repeat;
        background-size: 16px; } }
  .icon-title.adress:before {
    background: url(../images/page/icon_adress_2x.png) no-repeat;
    background-size: 16px; }
    @media screen and (min-width: 768px) {
      .icon-title.adress:before {
        background: url(../images/page/icon_adress.png) no-repeat;
        background-size: 16px; } }
  .icon-title.download:before {
    background: url(../images/page/icon_download_2x.png) no-repeat;
    background-size: 16px; }
    @media screen and (min-width: 768px) {
      .icon-title.download:before {
        background: url(../images/page/icon_download.png) no-repeat;
        background-size: 16px; } }
  .icon-title.write:before {
    background: url(../images/page/icon_write_2x.png) no-repeat;
    background-size: 16px; }
    @media screen and (min-width: 768px) {
      .icon-title.write:before {
        background: url(../images/page/icon_write.png) no-repeat;
        background-size: 16px; } }
  .icon-title.margin-top {
    margin-top: 25px; }

.modal {
  background: rgba(0, 0, 0, 0.7); }
  .modal .modal-dialog {
    width: auto;
    margin: 70px 10px; }
    @media screen and (min-width: 768px) {
      .modal .modal-dialog {
        margin: 80px 10px; } }
    @media screen and (min-width: 992px) {
      .modal .modal-dialog {
        width: 900px;
        margin: 30px auto; } }
  .modal .modal-header {
    background-color: #ED6D00;
    position: relative;
    border-radius: 6px 6px 0 0; }
    .modal .modal-header:before {
      content: '';
      display: block;
      width: 21px;
      height: 31px;
      position: absolute;
      top: 0;
      left: 15px;
      background: url(../images/page/dialog_title.png) no-repeat;
      background-size: 21px; }
    .modal .modal-header .modal-title {
      color: #fff;
      padding-left: 30px; }
    .modal .modal-header .close {
      font-size: 26px;
      color: #FFF;
      opacity: .3; }
  .modal .modal-body {
    padding: 15px; }
    @media screen and (min-width: 992px) {
      .modal .modal-body {
        padding: 30px; } }
  .modal .modal-footer {
    border-top: none;
    padding: 15px; }
    @media screen and (min-width: 992px) {
      .modal .modal-footer {
        padding: 30px; } }
  .modal .modal-body-top {
    width: 100%;
    padding: 0 5px 10px;
    margin-bottom: 20px;
    position: relative; }
    @media screen and (min-width: 768px) {
      .modal .modal-body-top {
        display: table; } }
    .modal .modal-body-top:after {
      content: '';
      display: block;
      width: calc( 100% + 4px);
      height: 1px;
      background-color: #EBEBEB;
      position: absolute;
      bottom: 0;
      left: -2px; }
    @media screen and (min-width: 768px) {
      .modal .modal-body-top .modal-body-top-item {
        display: table-cell;
        width: 50%; } }
    .modal .modal-body-top .modal-body-top-item .item-row {
      margin-bottom: 10px; }

.modal-open .modal {
  overflow-y: scroll; }

.refresh-area .time {
  padding: 0 3px;
  vertical-align: middle;
  color: #a0a0a0;
  font-size: 13px; }
  @media screen and (min-width: 768px) {
    .refresh-area .time {
      padding: 0 3px 0 8px; } }

.refresh-btn-area {
  text-align: right;
  height: 0;
  margin-bottom: 30px; }
  .refresh-btn-area .btn {
    padding: 3px 12px;
    margin-right: 3px;
    position: relative;
    top: -21px; }

.fixed-btn-area {
  z-index: 1048;
  position: fixed;
  right: 20px;
  bottom: 30px;
  height: 60px; }
  @media screen and (min-height: 300px) {
    .fixed-btn-area {
      bottom: 15px; } }
  @media screen and (min-width: 1200px) {
    .fixed-btn-area {
      right: initial;
      left: 50%;
      margin-left: 485px; } }
  @media screen and (min-width: 1230px) {
    .fixed-btn-area {
      left: initial;
      right: 50px; } }
  @media screen and (min-width: 1353px) {
    .fixed-btn-area {
      right: initial;
      left: 50%;
      margin-left: 615px; } }
  .fixed-btn-area .fixed-btn {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 34px;
    position: relative;
    cursor: pointer;
    margin-bottom: 5px;
    text-align: center;
    background: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    color: #595656;
    border: 2px solid #9F9F9F;
    overflow: hidden;
    transition: color .3s; }
    .fixed-btn-area .fixed-btn:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #ED6D00;
      z-index: -1;
      transform: scale(0);
      -ms-transform: scale(0);
      -webkit-transform: scale(0);
      transition: all .3s; }
    .fixed-btn-area .fixed-btn.news-list {
      display: none;
      background: #FFFFFF url(../images/footer/back_search_2x.png) no-repeat;
      background-position: 4px 4px;
      background-size: auto 28px; }
      .fixed-btn-area .fixed-btn.news-list:hover {
        background: #FFFFFF url(../images/footer/back_search_hover_2x.png) no-repeat;
        background-size: auto 28px; }
    .fixed-btn-area .fixed-btn.text {
      display: none;
      line-height: 17px;
      padding-left: 3px;
      padding-top: 1px;
      padding-right: 3px; }
    .fixed-btn-area .fixed-btn.top {
      background: #FFFFFF url(../images/footer/go_top_2x.png) no-repeat;
      background-position: 4px 4px;
      background-size: auto 28px; }
      .fixed-btn-area .fixed-btn.top:hover {
        background: #FFFFFF url(../images/footer/go_top_hover_2x.png) no-repeat;
        background-size: auto 28px; }
    .fixed-btn-area .fixed-btn:hover.text {
      padding-top: 3px;
      background-color: transparent;
      color: #FFF;
      border: none; }
      .fixed-btn-area .fixed-btn:hover.text:before {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1); }
    .fixed-btn-area .fixed-btn:hover.news-list, .fixed-btn-area .fixed-btn:hover.help, .fixed-btn-area .fixed-btn:hover.top {
      background-color: transparent;
      border: none;
      line-height: 38px;
      background-position: 6px 6px;
      color: #FFF; }
      .fixed-btn-area .fixed-btn:hover.news-list:before, .fixed-btn-area .fixed-btn:hover.help:before, .fixed-btn-area .fixed-btn:hover.top:before {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1); }
    @media screen and (min-width: 768px) {
      .fixed-btn-area .fixed-btn {
        width: 48px;
        height: 48px;
        line-height: 44px;
        background-position: 6px 6px !important;
        font-size: 15px; }
        .fixed-btn-area .fixed-btn.text {
          padding-top: 5px;
          line-height: 18px; }
          .fixed-btn-area .fixed-btn.text:hover {
            padding-top: 7px; }
        .fixed-btn-area .fixed-btn.news-list {
          background-position: 8px 8px !important; } }
    @media screen and (min-width: 768px) and (min-width: 992px) {
      .fixed-btn-area .fixed-btn.news-list {
        background: #FFFFFF url(../images/footer/back_search.png) no-repeat;
        background-position: 8px 8px; }
        .fixed-btn-area .fixed-btn.news-list:hover {
          background: url(../images/footer/back_search_hover.png) no-repeat; } }
    @media screen and (min-width: 768px) {
        .fixed-btn-area .fixed-btn.top {
          background-position: 8px 8px !important; } }
    @media screen and (min-width: 768px) and (min-width: 992px) {
      .fixed-btn-area .fixed-btn.top {
        background: #FFFFFF url(../images/footer/go_top.png) no-repeat;
        background-position: 8px 8px; }
        .fixed-btn-area .fixed-btn.top:hover {
          background: url(../images/footer/go_top_hover.png) no-repeat; } }
    @media screen and (min-width: 768px) {
        .fixed-btn-area .fixed-btn.news-list:hover, .fixed-btn-area .fixed-btn.help:hover, .fixed-btn-area .fixed-btn.top:hover {
          line-height: 48px;
          background-position: 10px 10px !important; } }
  .fixed-btn-area.news-list {
    height: 110px; }
    .fixed-btn-area.news-list .fixed-btn.news-list {
      display: block; }
  .fixed-btn-area.news-detail {
    height: 260px;
    bottom: 60px; }
    .fixed-btn-area.news-detail .fixed-btn.news-detail {
      display: block; }
  .fixed-btn-area.faq-list {
    height: 110px; }
    .fixed-btn-area.faq-list .fixed-btn.faq-list {
      display: block; }
  .fixed-btn-area.faq-detail {
    height: 160px; }
    .fixed-btn-area.faq-detail .fixed-btn.faq-detail {
      display: block; }
  .fixed-btn-area.co-company {
    height: 260px; }
    .fixed-btn-area.co-company .fixed-btn.co-company {
      display: block; }

.about-page {
  font-size: 17px;
  text-align: justify; }
  .about-page img {
    max-width: 100%; }
    .about-page img.chart, .about-page img.flow {
      margin: 30px auto;
      display: block; }
    .about-page img.easier {
      transform: translateX(24px); }
  .about-page h3 {
    font-size: 24px;
    color: #ed6d00;
    margin-bottom: 20px; }
  .about-page p {
    color: #484c54;
    line-height: 1.8; }
    .about-page p.img-comment {
      padding-bottom: 15px;
      font-size: 19px;
      text-align: center; }
  .about-page a {
    text-decoration: underline; }
  .about-page .intro-box {
    padding: 20px 0;
    border-top: 1px dashed #e7e7e7; }
    .about-page .intro-box .intro-area {
      padding: 0 20px 0 0px; }
      .about-page .intro-box .intro-area h4 {
        padding: 8px 10px;
        display: inline-block;
        margin-top: 0;
        font-size: 20px;
        background: #ed6d00;
        color: #FFF; }
    .about-page .intro-box .img-area {
      border: 1px solid #dddddd;
      text-align: center; }
    .about-page .intro-box:nth-last-child(1) {
      border-bottom: 1px dashed #e7e7e7; }
  .about-page .function-box {
    margin: 30px 0; }
    .about-page .function-box .desc-area h4 {
      margin: 15px 0 8px;
      font-size: 21px;
      font-weight: bold; }
  .about-page.intro {
    font-size: 16px; }
    .about-page.intro .intro-box .intro-area h4 {
      font-size: 18px; }
    @media screen and (min-width: 768px) {
      .about-page.intro {
        font-size: 17px; }
        .about-page.intro .intro-box .intro-area h4 {
          font-size: 20px; } }

.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  padding: 60px 30px;
  overflow-y: auto; }
  .video-modal .close {
    position: absolute;
    right: 15px;
    top: 60px;
    font-size: 2em;
    color: #fff;
    opacity: 1; }
    @media screen and (min-width: 992px) {
      .video-modal .close {
        top: 15px; } }
  .video-modal .iframe-table {
    display: table;
    width: 100%;
    height: 100%; }
    .video-modal .iframe-table .iframe-table-cell {
      display: table-cell;
      vertical-align: middle; }
      .video-modal .iframe-table .iframe-table-cell .iframe-box {
        max-width: 800px;
        margin: 0px auto;
        border: 7px solid #fff;
        border-radius: 10px; }
        @media screen and (min-width: 768px) {
          .video-modal .iframe-table .iframe-table-cell .iframe-box {
            border: 10px solid #fff; } }
  .video-modal .loading-bg {
    z-index: -1;
    background: rgba(204, 204, 204, 0.32);
    height: 100%;
    color: #FFF;
    font-size: 35px;
    display: table;
    text-align: center; }
    .video-modal .loading-bg span {
      display: table-cell;
      vertical-align: middle; }

.pagenation-area {
  border-top: 2px solid #DDD;
  padding-top: 10px;
  margin-top: 15px;
  padding-top: 10px;
  text-align: right; }
  .pagenation-area.no-border {
    border-top: none; }
  .pagenation-area .pagenation {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px; }
  .pagenation-area .page-button {
    display: inline-block;
    padding: 0px 8px;
    border-radius: 0px;
    height: 25px;
    border: 1px solid #BFBCB7;
    position: relative;
    top: 0px; }
  .pagenation-area select {
    display: inline-block;
    height: 25px;
    border: 1px solid #BFBCB7;
    border-radius: 0px;
    padding: 1px 5px;
    margin: 0px 0px;
    vertical-align: bottom; }
    .pagenation-area select option {
      color: #000; }
  .pagenation-area .pagenation-info {
    color: #B3B3B3;
    font-size: 13px;
    margin-bottom: 0px;
    margin-left: 3px;
    display: inline-block; }

.modal-btn img.play-video-btn {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
  transition: all 0.5s; }

.modal-btn:hover img.play-video-btn {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5); }

.ec-login-form {
  margin: 70px 0 100px 0;
  font-size: 14px;
  width: calc(100% + 10px);
  margin-left: -5px; }
  .ec-login-form .text-area {
    padding-top: 7px;
    font-size: 14px; }
    @media screen and (min-width: 480px) {
      .ec-login-form .text-area {
        font-size: 16px; } }
    @media screen and (min-width: 768px) {
      .ec-login-form .text-area {
        font-size: 18px; } }
  .ec-login-form .form-title-area {
    font-size: 20px;
    color: #595656;
    position: relative;
    padding-left: 170px; }
    .ec-login-form .form-title-area:after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: -24px;
      z-index: 2;
      width: 245px;
      height: 90px;
      background: url(../images/page/login/title_icon_2x.png) left top no-repeat;
      background-size: 245px auto; }
      @media screen and (min-width: 768px) {
        .ec-login-form .form-title-area:after {
          background: url(../images/page/login/title_icon.png) left top no-repeat;
          background-size: 245px auto; } }
      @media screen and (min-width: 992px) {
        .ec-login-form .form-title-area:after {
          background: url(../images/page/login/title_icon.png) left top no-repeat;
          background-size: 245px auto; } }
    .ec-login-form .form-title-area .title {
      font-size: 22px; }
    .ec-login-form .form-title-area .en-title {
      font-size: 18px; }
  .ec-login-form .form-area {
    position: relative;
    border: 1px solid #afafaf;
    border-radius: 10px;
    padding: 20px 10px 15px 10px;
    background: #FFF;
    background-size: 303px auto; }
    @media screen and (min-width: 768px) {
      .ec-login-form .form-area {
        background: #FFF url(../images/page/login/login_bg_2x.png) right bottom no-repeat;
        background-size: 303px auto; } }
    .ec-login-form .form-area .title-area {
      font-size: 20px;
      color: #595656;
      position: relative;
      margin-bottom: 12px; }
    .ec-login-form .form-area .control-label {
      padding-top: 10px; }
    .ec-login-form .form-area .input-area {
      padding-bottom: 20px;
      position: relative; }
      .ec-login-form .form-area .input-area:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #E6E3DE; }
      .ec-login-form .form-area .input-area.no-border {
        padding: 0; }
        .ec-login-form .form-area .input-area.no-border:after {
          display: none; }
      .ec-login-form .form-area .input-area .login-input {
        position: relative; }
        .ec-login-form .form-area .input-area .login-input:after {
          content: '';
          display: block;
          clear: both; }
        .ec-login-form .form-area .input-area .login-input:before {
          content: '';
          display: block;
          position: absolute;
          width: 40px;
          height: 40px;
          right: 0;
          top: 0;
          z-index: 1; }
        .ec-login-form .form-area .input-area .login-input.account:before {
          background: url(../images/page/login/icon_account_2x.png) center no-repeat;
          background-size: 16px auto; }
          @media screen and (min-width: 992px) {
            .ec-login-form .form-area .input-area .login-input.account:before {
              background: url(../images/page/login/icon_account.png) center no-repeat; } }
        .ec-login-form .form-area .input-area .login-input.password:before {
          background: url(../images/page/login/icon_password_2x.png) center no-repeat;
          background-size: 16px auto; }
          @media screen and (min-width: 992px) {
            .ec-login-form .form-area .input-area .login-input.password:before {
              background: url(../images/page/login/icon_password.png) center no-repeat; } }
        .ec-login-form .form-area .input-area .login-input.code {
          display: inline-block;
          float: left;
          margin-right: 10px;
          width: 180px; }
          .ec-login-form .form-area .input-area .login-input.code:before {
            background: url(../images/page/login/icon_code_2x.png) center no-repeat;
            background-size: 22px auto; }
            @media screen and (min-width: 992px) {
              .ec-login-form .form-area .input-area .login-input.code:before {
                background: url(../images/page/login/icon_code.png) center no-repeat; } }
        .ec-login-form .form-area .input-area .login-input.company:before {
          background: url(../images/page/login/icon_company_2x.png) center no-repeat;
          background-size: 20px auto; }
          @media screen and (min-width: 992px) {
            .ec-login-form .form-area .input-area .login-input.company:before {
              background: url(../images/page/login/icon_company.png) center no-repeat; } }
        .ec-login-form .form-area .input-area .login-input.email:before {
          background: url(../images/page/login/icon_email_2x.png) center no-repeat;
          background-size: 18px auto; }
          @media screen and (min-width: 992px) {
            .ec-login-form .form-area .input-area .login-input.email:before {
              background: url(../images/page/login/icon_email.png) center no-repeat; } }
        .ec-login-form .form-area .input-area .login-input.phone:before {
          background: url(../images/page/login/icon_phone_2x.png) center no-repeat;
          background-size: 12px auto; }
          @media screen and (min-width: 992px) {
            .ec-login-form .form-area .input-area .login-input.phone:before {
              background: url(../images/page/login/icon_phone.png) center no-repeat; } }
      .ec-login-form .form-area .input-area input, .ec-login-form .form-area .input-area select {
        margin-bottom: 12px;
        height: 40px;
        width: 100%;
        border: 1px solid #afafaf;
        border-radius: 3px;
        font-size: 14px;
        padding: 0 15px;
        padding-right: 40px;
        line-height: 41px; }
        @media screen and (min-width: 768px) {
          .ec-login-form .form-area .input-area input, .ec-login-form .form-area .input-area select {
            padding: 0 40px 0 15px; } }
      .ec-login-form .form-area .input-area .form-group {
        margin-bottom: 10px; }
        .ec-login-form .form-area .input-area .form-group input, .ec-login-form .form-area .input-area .form-group select {
          margin-bottom: 0px; }
        .ec-login-form .form-area .input-area .form-group.no-margin-bottom {
          margin-bottom: 0; }
      .ec-login-form .form-area .input-area input[type=file] {
        height: initial;
        border: none;
        line-height: normal;
        padding: 0; }
      .ec-login-form .form-area .input-area .input-group {
        display: block; }
        .ec-login-form .form-area .input-area .input-group input {
          position: relative;
          float: left;
          margin-right: 10px; }
        .ec-login-form .form-area .input-area .input-group .captcha-img {
          height: 40px;
          width: auto;
          float: left;
          margin-bottom: 12px;
          margin-right: 10px; }
        .ec-login-form .form-area .input-area .input-group .captcha-text {
          display: inline-block;
          height: 40px;
          line-height: 40px; }
        .ec-login-form .form-area .input-area .input-group:after {
          content: '';
          display: block;
          clear: both; }
      .ec-login-form .form-area .input-area .login-btn {
        width: 100%;
        height: 40px;
        border: none;
        background: #ff6633;
        margin-bottom: 5px;
        border-radius: 4px;
        color: #FFF;
        outline: 0; }
        .ec-login-form .form-area .input-area .login-btn:active {
          background-image: none;
          outline: 0;
          -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
      .ec-login-form .form-area .input-area .checkbox-inline input {
        display: inline-block;
        width: 13px;
        height: 13px;
        background: #FFF; }
      .ec-login-form .form-area .input-area .forgot-pwd {
        float: right;
        color: #337ab7; }
        .ec-login-form .form-area .input-area .forgot-pwd i {
          position: relative;
          top: -2px;
          font-size: 15px; }
      @media screen and (min-width: 768px) {
        .ec-login-form .form-area .input-area {
          max-width: 600px;
          margin: 0 auto; }
          .ec-login-form .form-area .input-area:after {
            width: calc(100% + 100px);
            left: -50px; } }
      .ec-login-form .form-area .input-area:after {
        font-size: 16px;
        content: '';
        display: block;
        clear: both; }
    .ec-login-form .form-area .btn-area {
      padding-top: 20px;
      text-align: center; }
      .ec-login-form .form-area .btn-area .btn {
        width: 100%;
        height: 40px;
        font-size: 14px;
        color: #fff;
        line-height: 40px;
        padding: 0;
        margin-bottom: 12px;
        display: block; }
        @media screen and (min-width: 550px) {
          .ec-login-form .form-area .btn-area .btn {
            width: 31%;
            width: calc(((100% - 20px ) /3) - 0.05px);
            float: left;
            display: inline-block; }
            .ec-login-form .form-area .btn-area .btn + .btn {
              margin-left: 10px; } }
        @media screen and (min-width: 768px) {
          .ec-login-form .form-area .btn-area .btn {
            width: 193.3px; } }
        .ec-login-form .form-area .btn-area .btn.qq {
          background-color: #68a6e1; }
        .ec-login-form .form-area .btn-area .btn.wechat {
          background-color: #2dc100; }
        .ec-login-form .form-area .btn-area .btn.join {
          background-color: #ffcc16; }
      .ec-login-form .form-area .btn-area:after {
        font-size: 16px;
        content: '';
        display: block;
        clear: both; }
      @media screen and (min-width: 768px) {
        .ec-login-form .form-area .btn-area {
          width: 600px;
          margin: 0 auto; } }
    @media screen and (min-width: 400px) {
      .ec-login-form .form-area {
        border: 2px solid #afafaf;
        padding: 30px 15px 15px 15px; } }
    @media screen and (min-width: 540px) {
      .ec-login-form .form-area {
        padding: 30px; } }
    @media screen and (min-width: 992px) {
      .ec-login-form .form-area {
        padding: 65px 75px;
        background: #FFF url(../images/page/login/login_bg.png) right bottom no-repeat; } }
  @media screen and (min-width: 400px) {
    .ec-login-form {
      margin: 70px 0 100px 0;
      width: 100%; } }
  @media screen and (min-width: 768px) {
    .ec-login-form {
      margin: 80px auto 100px auto;
      max-width: 820px; } }

.radio-table {
  border: 1px solid #E19E65; }
  .radio-table .radio-item-title {
    border-top: 5px solid #FFDCB9; }
    .radio-table .radio-item-title .radio-item-title-box {
      padding: 10px;
      font-weight: bold; }
  .radio-table .radio-item-content .radio-item-content-box {
    padding: 10px; }
    .radio-table .radio-item-content .radio-item-content-box .radio-item-row {
      margin-bottom: 10px;
      padding-left: 15px;
      position: relative; }
      .radio-table .radio-item-content .radio-item-content-box .radio-item-row input[type="radio"] {
        position: absolute;
        top: 0;
        left: 0; }
      .radio-table .radio-item-content .radio-item-content-box .radio-item-row label {
        cursor: pointer;
        margin-bottom: 0;
        margin-left: 5px;
        font-weight: normal; }
        .radio-table .radio-item-content .radio-item-content-box .radio-item-row label span {
          display: block;
          margin-bottom: 5px; }

.radio-table + .radio-table {
  border-top: none; }
  .radio-table + .radio-table .radio-item-title {
    border-top: none; }

/*# sourceMappingURL=maps/base.css.map */
