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

body {
  font-family: Arial,微軟正黑體;
  width: 100%;
  font-size: 15px; }

a {
  text-decoration: none; }
  a:focus, a:hover {
    text-decoration: none; }

button {
  -webkit-touch-callout: none;
  /*d iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */ }

.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; } }

.fixed-btn-area {
  z-index: 4998;
  position: fixed;
  right: 20px;
  bottom: 30px;
  height: 150px; }
  @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: #9F9F9F;
      z-index: -1;
      transform: scale(0);
      -ms-transform: scale(0);
      -webkit-transform: scale(0);
      transition: all .3s; }
    .fixed-btn-area .fixed-btn.more-product {
      display: none;
      line-height: 17px;
      padding-left: 3px;
      padding-top: 1px;
      padding-right: 3px; }
    .fixed-btn-area .fixed-btn.qq {
      line-height: 17px;
      padding-left: 3px;
      padding-top: 1px;
      padding-right: 3px; }
      .fixed-btn-area .fixed-btn.qq:before {
        background: #ffcc16 url(../images/ec_img/footer/icon_qq_2x.png) no-repeat;
        background-position: center;
        background-size: 36px auto;
        z-index: 1; }
    .fixed-btn-area .fixed-btn.top {
      background: #FFFFFF url(../images/ec_img/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/ec_img/footer/go_top_hover_2x.png) no-repeat;
        background-size: auto 28px; }
    .fixed-btn-area .fixed-btn:hover.qq {
      text-indent: 9999px; }
    .fixed-btn-area .fixed-btn:hover.more-product {
      padding-top: 3px;
      background-color: transparent;
      color: #FFF;
      border: none; }
      .fixed-btn-area .fixed-btn:hover.more-product:before {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1); }
    .fixed-btn-area .fixed-btn:hover.qq, .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.qq: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.more-product {
          padding-top: 5px;
          line-height: 18px; }
          .fixed-btn-area .fixed-btn.more-product:hover {
            padding-top: 7px; }
        .fixed-btn-area .fixed-btn.qq {
          padding-top: 5px;
          line-height: 18px; } }
    @media screen and (min-width: 768px) and (min-width: 992px) {
      .fixed-btn-area .fixed-btn.qq:before {
        background: #ffcc16 url(../images/ec_img/footer/icon_qq.png) no-repeat;
        background-size: 36px auto;
        background-position: center; } }
    @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/ec_img/footer/go_top.png) no-repeat;
        background-position: 8px 8px; }
        .fixed-btn-area .fixed-btn.top:hover {
          background: url(../images/ec_img/footer/go_top_hover.png) no-repeat; } }
    @media screen and (min-width: 768px) {
        .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.adv {
    height: 200px; }
    .fixed-btn-area.adv .fixed-btn.more-product {
      display: block; }

.btn {
  border: none; }
  .btn.edit {
    color: #4D4B45; }

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

.article-head-area .img-area, .video-detail-area .photo-area, .photo-list-area .list .photo-area {
  text-align: center;
  position: relative;
  padding: 0 0 0 0; }
  .article-head-area .img-area .img-border, .video-detail-area .photo-area .img-border, .photo-list-area .list .photo-area .img-border {
    position: absolute;
    top: -5px;
    margin-left: 0;
    left: 5px;
    width: auto;
    z-index: 0;
    border: 1px solid #0e80e4;
    margin: 0 auto;
    width: 100%;
    background: #FFF; }
    .article-head-area .img-area .img-border > img, .video-detail-area .photo-area .img-border > img, .photo-list-area .list .photo-area .img-border > img {
      width: 100%;
      opacity: 0;
      max-width: 100%; }
    @media screen and (min-width: 992px) {
      .article-head-area .img-area .img-border, .video-detail-area .photo-area .img-border, .photo-list-area .list .photo-area .img-border {
        width: 100%;
        display: block; } }
  .article-head-area .img-area .img-display, .video-detail-area .photo-area .img-display, .photo-list-area .list .photo-area .img-display {
    position: relative;
    z-index: 1;
    background: #FFF;
    overflow: unset; }
    .article-head-area .img-area .img-display .display-img, .video-detail-area .photo-area .img-display .display-img, .photo-list-area .list .photo-area .img-display .display-img {
      position: relative;
      z-index: 0; }
      .article-head-area .img-area .img-display .display-img img, .video-detail-area .photo-area .img-display .display-img img, .photo-list-area .list .photo-area .img-display .display-img img {
        border: 1px solid rgba(30, 85, 134, 0.1); }
    .article-head-area .img-area .img-display .embed-responsive-item, .video-detail-area .photo-area .img-display .embed-responsive-item, .photo-list-area .list .photo-area .img-display .embed-responsive-item {
      z-index: 1; }
    .article-head-area .img-area .img-display > img, .video-detail-area .photo-area .img-display > img, .photo-list-area .list .photo-area .img-display > img {
      width: 100%;
      max-width: 100%;
      height: auto;
      border: 1px solid rgba(30, 85, 134, 0.1); }
    @media screen and (min-width: 992px) {
      .article-head-area .img-area .img-display, .video-detail-area .photo-area .img-display, .photo-list-area .list .photo-area .img-display {
        width: 100%;
        display: block; } }

.ec-index-prefecture-area .prefecture-box {
  background: -webkit-radial-gradient(#fff, rgba(255, 255, 255, 0));
  background: -o-radial-gradient(#fff, rgba(255, 255, 255, 0));
  background: -moz-radial-gradient(#fff, rgba(255, 255, 255, 0));
  background: radial-gradient(#fff, rgba(255, 255, 255, 0)); }

area:focus {
  text-decoration: none; }

/*
=================================================================
(#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: 10px;
      width: 115px;
      height: auto; }
    header div.md-title .lg {
      display: none; }
      @media screen and (min-width: 1230px) {
        header div.md-title .lg {
          display: inline-block; } }
    header div.md-title .md {
      display: none; }
      @media screen and (min-width: 992px) {
        header div.md-title .md {
          display: inline-block; } }
      @media screen and (min-width: 1230px) {
        header div.md-title .md {
          display: none; } }
    header div.md-title .container {
      width: 100%; }
      @media screen and (min-width: 992px) {
        header div.md-title .container {
          width: 970px; } }
      @media screen and (min-width: 1230px) {
        header div.md-title .container {
          width: 1230px;
          padding-left: 20px; } }
  header .title-menu-area {
    height: 100%; }
    header .title-menu-area img {
      margin-left: 15px; }
  header div.xs-title {
    height: 50px;
    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-ec {
      width: auto;
      height: 40px;
      margin-top: 5px;
      margin-left: 10px; }
    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 .cart-btn {
      float: right;
      display: inline-block;
      width: 50px;
      height: 50px;
      line-height: 50px;
      font-size: 18px;
      background: url(../images/ec_img/header/icon_cart_xs_2x.png) center no-repeat #ffcc16;
      background-size: 38px auto;
      font-size: 12px;
      font-family: Arial;
      color: #595656;
      text-align: center;
      padding-right: 6px; }
    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 .head-search-area {
      display: inline-block;
      float: right;
      margin-top: 10px; }
      header .menu-top-area .head-search-area .input-group {
        float: left;
        position: relative;
        width: 216px; }
        @media screen and (min-width: 1230px) {
          header .menu-top-area .head-search-area .input-group {
            width: 295px; } }
        header .menu-top-area .head-search-area .input-group .search-input {
          width: 100%;
          height: 33px;
          padding: 0 34px 0 10px;
          border: 1px solid #9d9999;
          font-size: 14px;
          color: #555; }
        header .menu-top-area .head-search-area .input-group .search-btn {
          border: none;
          position: absolute;
          right: 0;
          height: 33px;
          width: 33px;
          background: #595656;
          text-align: center;
          cursor: pointer;
          color: #fff;
          top: 0px;
          padding-top: 2px;
          font-size: 20px; }
      header .menu-top-area .head-search-area .hot-keywords-area {
        margin-left: 10px;
        display: inline-block;
        float: left;
        height: 33px;
        line-height: 30px;
        font-size: 14px;
        width: 300px;
        overflow: hidden;
        position: relative; }
        header .menu-top-area .head-search-area .hot-keywords-area:after {
          content: '';
          display: block;
          position: absolute;
          right: 0;
          top: 5px;
          width: 50px;
          height: 18px;
          background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
          background: -o-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
          background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
          background: linear-gradient(left, rgba(255, 255, 255, 0), #fff); }
        header .menu-top-area .head-search-area .hot-keywords-area .title {
          color: #595656; }
        header .menu-top-area .head-search-area .hot-keywords-area .keywords {
          margin-right: 7px;
          color: #888888; }
          header .menu-top-area .head-search-area .hot-keywords-area .keywords.hot {
            color: #ff6b00; }
        @media screen and (min-width: 1230px) {
          header .menu-top-area .head-search-area .hot-keywords-area {
            width: 340px; } }
    header .menu-top-area:after {
      content: '';
      display: block;
      clear: both; }
  header .menu-down-area .head-btn-area {
    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 {
      display: inline-block;
      position: relative; }
      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/ec_img/header/icon_cart.png) 0 0 no-repeat;
        background-size: 40px auto;
        font-size: 12px;
        font-family: Arial;
        color: #595656;
        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: #FFCD16 url(../images/ec_img/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: #FFCD16 url(../images/ec_img/header/icon_member_after.png) center 4px no-repeat;
          background-size: 17px auto; }
  header .menu-down-area:after {
    content: '';
    display: block;
    clear: both; }
  header .menu-down-area ul.header-nav {
    position: relative;
    list-style: none;
    margin-bottom: 0px;
    float: left;
    padding: 0; }
    header .menu-down-area ul.header-nav:after {
      content: '';
      display: block;
      clear: both; }
    header .menu-down-area ul.header-nav > li {
      position: relative;
      float: left;
      width: auto;
      padding: 0px;
      text-align: left; }
      header .menu-down-area ul.header-nav > li + li {
        margin-left: 15px; }
        header .menu-down-area ul.header-nav > li + li:after {
          content: '';
          display: block;
          position: absolute;
          width: 9px;
          height: 17px;
          background: url(../images/ec_img/header/menu_dash.png) center no-repeat;
          background-size: 9px auto;
          top: 11px;
          left: -12px; }
      @media screen and (min-width: 1230px) {
        header .menu-down-area ul.header-nav > li + li {
          margin-left: 20px; }
          header .menu-down-area ul.header-nav > li + li:after {
            top: 12px;
            left: -14px; } }
      header .menu-down-area ul.header-nav > li > a {
        position: relative;
        display: block;
        font-size: 17px;
        color: #323232;
        padding: 8px 9px 10px 9px; }
        header .menu-down-area ul.header-nav > li > a:after {
          content: '';
          display: block;
          position: absolute;
          bottom: 0;
          width: 100%;
          left: 0;
          border-top: 4px solid #F0AE19;
          -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 .menu-down-area ul.header-nav > li > a {
            font-size: 18px; } }
      header .menu-down-area ul.header-nav > li ul.header-nav2 {
        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); }
        header .menu-down-area ul.header-nav > li ul.header-nav2 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 .menu-down-area ul.header-nav > li ul.header-nav2 li a:hover {
            background: #7c7b74;
            color: #FFF; }
      header .menu-down-area ul.header-nav > li:hover ul.header-nav2 {
        display: block; }
      header .menu-down-area ul.header-nav > li:hover > a {
        color: #f5ab00; }
        header .menu-down-area 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 .menu-down-area 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 .menu-down-area ul.header-nav > li.active:after {
            width: 35px; } }
  header .menu-down-area.en ul.header-nav {
    margin-left: -20px; }
    @media screen and (min-width: 1230px) {
      header .menu-down-area.en ul.header-nav {
        margin-left: 0; } }
    header .menu-down-area.en ul.header-nav > li a {
      font-size: 17px; }
    header .menu-down-area.en ul.header-nav > li + li {
      margin-left: 4px; }
      header .menu-down-area.en ul.header-nav > li + li:after {
        left: -6px; }
      @media screen and (min-width: 1230px) {
        header .menu-down-area.en ul.header-nav > li + li {
          margin-left: 4px; } }
  header .btn-translate-area {
    position: absolute;
    right: 0;
    top: -0;
    z-index: 1;
    width: 100px; }
    header .btn-translate-area:hover .drop-down-area {
      top: 0;
      opacity: 1; }
    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.zhtw {
        background: #5A5657; }
      header .btn-translate-area .btn-translate.zhcn {
        background: #5A5657; }
      header .btn-translate-area .btn-translate.en {
        background: #5A5657;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px; }
      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: #5A5657 transparent transparent transparent;
          z-index: 0; }
        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; }

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

div#mb-sidebar {
  position: fixed;
  width: 100%;
  top: -900vh;
  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; }
  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: #ffcf00;
    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: #ffcc16; }
    .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; }
          .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;
  padding: 0px 15px;
  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/ec_img/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/ec_img/footer/footer_bg_yellow.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 {
    position: relative; }
    footer .footer-area .col-lg-9 {
      width: 100%; }
      @media screen and (min-width: 1230px) {
        footer .footer-area .col-lg-9 {
          width: 75%; } }
    footer .footer-area .col-lg-3 {
      width: 100%; }
      @media screen and (min-width: 1230px) {
        footer .footer-area .col-lg-3 {
          width: 25%; } }
    @media screen and (min-width: 992px) {
      footer .footer-area .row .left {
        padding-right: 0; }
        footer .footer-area .row .left:after {
          content: '';
          display: block;
          position: absolute;
          height: 100%;
          width: 1px;
          right: -12.5px;
          top: 0;
          border-right: 1px dashed #A7A49F; } }
    footer .footer-area .info-area {
      padding-bottom: 30px; }
      @media screen and (min-width: 992px) {
        footer .footer-area .info-area .col-lg-12 {
          width: 50%; } }
      @media screen and (min-width: 1230px) {
        footer .footer-area .info-area .col-lg-12 {
          width: 100%; } }
      footer .footer-area .info-area > div:after {
        content: '';
        display: block;
        clear: both; }
      @media screen and (min-width: 1230px) {
        footer .footer-area .info-area {
          margin-left: -30px;
          margin-right: -30px;
          padding: 0; } }
      footer .footer-area .info-area .info-block {
        margin-top: 10px; }
        @media screen and (min-width: 768px) {
          footer .footer-area .info-area .info-block {
            margin-top: 0px;
            margin-bottom: 10px; } }
        @media screen and (min-width: 1230px) {
          footer .footer-area .info-area .info-block {
            margin-top: 10px; } }
      footer .footer-area .info-area .title {
        position: relative;
        color: #f9c447;
        font-size: 15px; }
        footer .footer-area .info-area .title:after {
          content: '';
          display: block;
          position: absolute;
          width: 23px;
          height: 23px;
          left: 0;
          top: -3px; }
      footer .footer-area .info-area .payment-img-area {
        display: inline-block;
        width: 206px;
        position: relative;
        float: left; }
        footer .footer-area .info-area .payment-img-area .payment-img {
          display: inline-block;
          margin-bottom: 5px;
          margin-right: 5px;
          height: 51px;
          float: left; }
          footer .footer-area .info-area .payment-img-area .payment-img > img {
            height: 100%;
            width: auto; }
        footer .footer-area .info-area .payment-img-area:after {
          content: '';
          display: block;
          clear: both; }
      footer .footer-area .info-area .qr-code-img {
        float: left;
        height: 107px;
        position: relative; }
        footer .footer-area .info-area .qr-code-img > img {
          height: 100%;
          width: auto; }
        footer .footer-area .info-area .qr-code-img .text {
          display: block;
          text-align: center;
          position: absolute;
          bottom: 5px;
          font-size: 14px;
          width: 100%; }
      footer .footer-area .info-area .content {
        color: #FFF;
        font-size: 15px;
        margin-top: 3px;
        display: block; }
    footer .footer-area .link-area {
      margin-top: -80px;
      display: table;
      width: 100%;
      position: relative;
      padding: 30px 0 10px 0;
      z-index: 2; }
      @media screen and (min-width: 992px) {
        footer .footer-area .link-area {
          margin-top: -60px; } }
      @media screen and (min-width: 1230px) {
        footer .footer-area .link-area {
          padding: 0 0 0 0;
          min-height: 258px;
          margin-top: 0; } }
      footer .footer-area .link-area .link-block {
        display: inline-table;
        width: 49.5%;
        padding-right: 10px; }
        footer .footer-area .link-area .link-block h3.title {
          margin: 0;
          color: #f9c447;
          font-weight: bold;
          font-size: 20px;
          margin-bottom: 20px; }
        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 .link-area .link-block img {
          max-width: 100%; }
        @media screen and (min-width: 500px) {
          footer .footer-area .link-area .link-block {
            width: 32%; } }
        @media screen and (min-width: 768px) {
          footer .footer-area .link-area .link-block {
            display: table-cell;
            width: 16.6%;
            padding-bottom: 30px; } }
    footer .footer-area .copyright-area {
      padding: 0;
      position: relative;
      background: transparent; }
      @media screen and (min-width: 1230px) {
        footer .footer-area .copyright-area {
          top: -32px; } }
      footer .footer-area .copyright-area .copyright {
        margin: 0;
        color: #9f9f9f;
        font-size: 15px;
        display: block;
        text-align: left;
        margin-bottom: 5px;
        line-height: 25px;
        position: relative;
        z-index: 2; }
        @media screen and (min-width: 768px) {
          footer .footer-area .copyright-area .copyright {
            text-align: center; } }
        @media screen and (min-width: 1230px) {
          footer .footer-area .copyright-area .copyright {
            display: inline-block; }
            footer .footer-area .copyright-area .copyright.left {
              float: left; }
            footer .footer-area .copyright-area .copyright.right {
              margin-right: 360px;
              float: right; } }
      footer .footer-area .copyright-area:after {
        content: '';
        display: block;
        clear: both; }
    footer .footer-area:after {
      content: '';
      display: block;
      clear: both; }
  footer.en .footer-area .link-area .link-block .title {
    font-weight: normal;
    font-size: 16px; }
  footer.en .footer-area .link-area .link-block ul li > a {
    font-size: 13px; }

/*
=================================================================
(#m03mcs) MAIN CONTENT
=================================================================
*/
/*  index banner area */
div.index-banner-area .owl-controls {
  margin: 0px; }
  div.index-banner-area .owl-controls .owl-nav .owl-prev {
    left: 0;
    padding: 0;
    margin: 0px; }
  div.index-banner-area .owl-controls .owl-nav .owl-next {
    right: 0;
    padding: 0;
    margin: 0px; }
  div.index-banner-area .owl-controls .owl-nav .owl-btn {
    padding: 0;
    margin: 0px; }

div.index-banner-area .owl-nav > div {
  position: absolute;
  top: 50%;
  margin: 0px;
  margin-top: -21px;
  width: 30px;
  height: 42px;
  padding: 0px;
  position: absolute; }

div.index-banner-area .owl-stage-outer {
  border-radius: 15px; }

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

@media screen and (min-width: 768px) {
  div.index-banner-area .container {
    padding: 0 15px; } }

div.index-banner-area .owl-dots {
  position: absolute;
  margin-top: 0px;
  margin-right: 8px;
  counter-reset: dots;
  left: 0;
  right: 0;
  text-align: right; }
  div.index-banner-area .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;
    top: -6px;
    position: relative; }
    div.index-banner-area .owl-dots .owl-dot span {
      display: none !important; }
    div.index-banner-area .owl-dots .owl-dot.active {
      background: #ffcc16;
      opacity: 0.9; }
    @media screen and (min-width: 640px) {
      div.index-banner-area .owl-dots .owl-dot {
        top: 5px;
        margin-right: 10px;
        height: 10px;
        width: 20px; } }
    @media screen and (min-width: 992px) {
      div.index-banner-area .owl-dots .owl-dot:hover {
        background: #ffcc16;
        opacity: 0.9; } }

h3.unit-title {
  margin-bottom: 10px;
  color: #2981bb;
  font-size: 21px;
  padding: 10px 0px 20px;
  margin-top: 0px; }
  h3.unit-title span {
    font-size: 16px;
    color: #222; }
  h3.unit-title.dark {
    color: #78b7ec;
    padding: 0px 0px 20px; }
    h3.unit-title.dark span {
      color: #fbeebd; }

.index-area.prefecture-area {
  position: relative; }

.index-area.iot-tab-area {
  margin-top: 20px;
  margin-bottom: -250px; }
  @media screen and (min-width: 768px) {
    .index-area.iot-tab-area {
      margin-top: 40px; } }
  @media screen and (min-width: 992px) {
    .index-area.iot-tab-area {
      margin-top: 80px; } }
  .index-area.iot-tab-area .nav-area {
    background: #A7A49F; }
    .index-area.iot-tab-area .nav-area .container {
      padding: 0; }
      @media screen and (min-width: 992px) {
        .index-area.iot-tab-area .nav-area .container {
          padding: 0 15px; } }
    .index-area.iot-tab-area .nav-area .iot-tab {
      position: relative;
      list-style: none;
      margin-bottom: 0px;
      float: left;
      padding: 0;
      width: 100%; }
      .index-area.iot-tab-area .nav-area .iot-tab > li {
        position: relative;
        float: left;
        width: auto;
        padding: 0px;
        text-align: center;
        width: 20%; }
        .index-area.iot-tab-area .nav-area .iot-tab > li > a {
          position: relative;
          font-size: 18px;
          font-weight: bold;
          color: #FEFEFE;
          padding: 10px 0;
          display: block;
          z-index: 1; }
        .index-area.iot-tab-area .nav-area .iot-tab > li:after {
          content: '';
          display: none;
          position: absolute;
          bottom: 0;
          width: 21px;
          height: 27px;
          background: url(../images/ec_img/index/tab_off.png) 0 0 no-repeat;
          background-size: 21px auto; }
          @media screen and (min-width: 992px) {
            .index-area.iot-tab-area .nav-area .iot-tab > li:after {
              right: 25px;
              display: block; } }
          @media screen and (min-width: 1230px) {
            .index-area.iot-tab-area .nav-area .iot-tab > li:after {
              right: 45px; } }
        .index-area.iot-tab-area .nav-area .iot-tab > li.active:after {
          left: 53px;
          top: -10px;
          width: 18px;
          height: 45px;
          background: url(../images/ec_img/index/tab_on_992.png) 0 -15px no-repeat;
          background-size: 18px auto;
          z-index: 2;
          display: none; }
          @media screen and (min-width: 992px) {
            .index-area.iot-tab-area .nav-area .iot-tab > li.active:after {
              display: none; } }
          @media screen and (min-width: 1230px) {
            .index-area.iot-tab-area .nav-area .iot-tab > li.active:after {
              display: block;
              left: 50px;
              background: url(../images/ec_img/index/tab_on.png) 0 0 no-repeat;
              background-size: 26px auto;
              width: 26px;
              height: 45px; } }
        .index-area.iot-tab-area .nav-area .iot-tab > li.active > a:before {
          content: '';
          display: block;
          position: absolute;
          width: calc(100% - 72px);
          height: 50px;
          left: 36px;
          bottom: 0;
          background: #F9C03B;
          z-index: -1; }
        .index-area.iot-tab-area .nav-area .iot-tab > li.active > a:after {
          content: '';
          display: block;
          position: absolute;
          width: 100%;
          height: 50px;
          left: 0;
          bottom: 0;
          background-image: url(../images/ec_img/index/tab_left.png), url(../images/ec_img/index/tab_right.png);
          background-position: left bottom,  right bottom;
          background-repeat: no-repeat, no-repeat;
          background-size: 36px auto;
          z-index: -1; }
      @media screen and (min-width: 992px) {
        .index-area.iot-tab-area .nav-area .iot-tab > li > a {
          font-size: 20px;
          padding: 13px 0; }
        .index-area.iot-tab-area .nav-area .iot-tab > li.active > a:after, .index-area.iot-tab-area .nav-area .iot-tab > li.active > a:before {
          height: 63px; } }
  @media screen and (min-width: 768px) {
    .index-area.iot-tab-area .nav-content-area {
      background: #ECEBE7; } }
  .index-area.iot-tab-area .nav-content-area .dropdown {
    height: 50px;
    position: relative; }
    .index-area.iot-tab-area .nav-content-area .dropdown .dropdown-toggle {
      color: #FFF;
      line-height: 50px;
      font-size: 18px;
      width: 100%;
      height: 100%;
      background: #F9C03B;
      border: none;
      text-align: left;
      padding-left: 40px;
      box-shadow: 0px -3px 0px #E7B133 inset;
      cursor: pointer; }
      .index-area.iot-tab-area .nav-content-area .dropdown .dropdown-toggle:after {
        position: absolute;
        content: '';
        display: block;
        left: 10px;
        top: 0;
        width: 26px;
        height: 45px;
        background: url(../images/ec_img/index/tab_on_2x.png) 0 -15px no-repeat;
        background-size: 26px auto; }
    .index-area.iot-tab-area .nav-content-area .dropdown .dropdown-btn {
      position: relative;
      float: right;
      width: 50px;
      height: 100%;
      background: #5A5657;
      box-shadow: 0px -3px 0px #444243 inset; }
      .index-area.iot-tab-area .nav-content-area .dropdown .dropdown-btn:after {
        top: 22px;
        left: 16px;
        content: '';
        display: block;
        position: absolute;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 10px solid #FFF; }
    .index-area.iot-tab-area .nav-content-area .dropdown .dropdown-menu {
      margin: 0;
      padding: 0;
      border-radius: 0;
      width: 100%;
      border: none; }
      .index-area.iot-tab-area .nav-content-area .dropdown .dropdown-menu a {
        padding: 10px 15px 10px 40px;
        font-size: 16px; }
  .index-area.iot-tab-area .nav-content-area .tab-pane {
    border: 1px solid #D3D3D3;
    border-top: none;
    display: none;
    padding: 0 14px;
    margin-bottom: 230px;
    background: #ECEBE7; }
    @media screen and (min-width: 768px) {
      .index-area.iot-tab-area .nav-content-area .tab-pane {
        border: none;
        padding-top: 80px;
        background: transparent; } }
    .index-area.iot-tab-area .nav-content-area .tab-pane.active {
      display: block; }
    .index-area.iot-tab-area .nav-content-area .tab-pane .tab-box {
      position: relative;
      padding: 20px 0; }
      .index-area.iot-tab-area .nav-content-area .tab-pane .tab-box .img-area {
        width: 100%;
        margin-bottom: 15px;
        position: relative; }
        .index-area.iot-tab-area .nav-content-area .tab-pane .tab-box .img-area .img-display-area {
          position: absolute;
          width: 100%;
          top: 0;
          left: 0; }
        .index-area.iot-tab-area .nav-content-area .tab-pane .tab-box .img-area img {
          max-width: 100%;
          width: 100%;
          height: auto; }
        .index-area.iot-tab-area .nav-content-area .tab-pane .tab-box .img-area .bg-img {
          opacity: 0; }
        @media screen and (min-width: 768px) {
          .index-area.iot-tab-area .nav-content-area .tab-pane .tab-box .img-area {
            width: 330px;
            float: left; } }
        @media screen and (min-width: 992px) {
          .index-area.iot-tab-area .nav-content-area .tab-pane .tab-box .img-area {
            width: 100%;
            float: none; } }
      .index-area.iot-tab-area .nav-content-area .tab-pane .tab-box .content-area .title {
        display: block;
        position: relative;
        font-size: 18px;
        font-weight: bold;
        padding-top: 10px;
        height: auto;
        overflow: hidden;
        margin-bottom: 15px;
        color: #5b5c5c; }
        .index-area.iot-tab-area .nav-content-area .tab-pane .tab-box .content-area .title:after {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 40px;
          height: 3px;
          background: #F8BC2A; }
        @media screen and (min-width: 992px) {
          .index-area.iot-tab-area .nav-content-area .tab-pane .tab-box .content-area .title {
            height: 70px; } }
      .index-area.iot-tab-area .nav-content-area .tab-pane .tab-box .content-area .content {
        font-size: 14px;
        color: #7c7b79;
        word-break: break-all;
        text-align: justify;
        display: block; }
        .index-area.iot-tab-area .nav-content-area .tab-pane .tab-box .content-area .content .more {
          font-size: 14px;
          color: #7c7b79; }
      @media screen and (min-width: 768px) {
        .index-area.iot-tab-area .nav-content-area .tab-pane .tab-box .content-area {
          padding-left: 345px; }
          .index-area.iot-tab-area .nav-content-area .tab-pane .tab-box .content-area .title {
            font-size: 20px; }
          .index-area.iot-tab-area .nav-content-area .tab-pane .tab-box .content-area .content {
            font-size: 16px; } }
      @media screen and (min-width: 992px) {
        .index-area.iot-tab-area .nav-content-area .tab-pane .tab-box .content-area {
          padding-left: 0; } }
      .index-area.iot-tab-area .nav-content-area .tab-pane .tab-box:after {
        content: '';
        display: block;
        clear: both; }

.index-area #list-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.index-banner-area {
  background: url(../images/ec_img/index/banner_bg.jpg) 50% 0px no-repeat;
  background-size: 2050px auto;
  overflow: hidden; }
  @media screen and (min-width: 440px) {
    .index-banner-area {
      background-size: 2050px auto; } }
  @media screen and (min-width: 500px) {
    .index-banner-area {
      background-size: 1900px auto; } }
  @media screen and (min-width: 700px) {
    .index-banner-area {
      background-size: 1900px auto; } }
  @media screen and (min-width: 768px) {
    .index-banner-area {
      background-size: 2300px auto; } }
  @media screen and (min-width: 992px) {
    .index-banner-area {
      background-size: 2250px auto; } }
  @media screen and (min-width: 1230px) {
    .index-banner-area {
      background-position: 50% -67px;
      background-size: 3000px auto; } }
  @media screen and (max-width: 1365px) {
    .index-banner-area .container {
      width: 100%; } }
  .index-banner-area .index-banner-content {
    position: relative;
    padding: 15px 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; }
    @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: 30%; } }
    @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: 19%; } }
    @media screen and (min-width: 768px) {
      .index-banner-area .index-banner-img {
        width: 23%;
        bottom: 15px; } }
    @media screen and (min-width: 992px) {
      .index-banner-area .index-banner-img {
        width: 29%;
        bottom: 25px; } }
    @media screen and (min-width: 1230px) {
      .index-banner-area .index-banner-img {
        bottom: auto;
        left: 35px;
        width: 320px; } }
  .index-banner-area .index-banner-box .owl-carousel {
    background: #FFF;
    border: 5px solid #fff;
    border-radius: 20px;
    background: #5A5657;
    padding: 0 0;
    z-index: 0; }
    .index-banner-area .index-banner-box .owl-carousel .item {
      position: relative;
      width: 100%;
      padding: 16px 15px; }
      .index-banner-area .index-banner-box .owl-carousel .item .img-area {
        display: block;
        position: relative;
        border: 1px solid #073F70;
        background: #FEFEFE;
        height: 100px;
        width: 100%;
        z-index: 1; }
        .index-banner-area .index-banner-box .owl-carousel .item .img-area > img {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          top: 0;
          margin: auto;
          max-width: 100%;
          max-height: 100%;
          width: auto;
          height: auto;
          z-index: 0; }
      .index-banner-area .index-banner-box .owl-carousel .item .title {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        margin-top: 10px;
        color: #FFEA6D;
        font-size: 18px;
        white-space: nowrap; }
      .index-banner-area .index-banner-box .owl-carousel .item .info {
        margin-top: 5px;
        color: #FFFEFF;
        font-size: 14px;
        line-height: 1.8;
        text-align: justify;
        word-break: break-all; }
        .index-banner-area .index-banner-box .owl-carousel .item .info .more {
          color: #FFFEFF; }
      @media screen and (min-width: 640px) {
        .index-banner-area .index-banner-box .owl-carousel .item {
          padding: 22px 10px; }
          .index-banner-area .index-banner-box .owl-carousel .item .img-area {
            height: 140px; }
          .index-banner-area .index-banner-box .owl-carousel .item .title {
            margin-top: 18px; }
          .index-banner-area .index-banner-box .owl-carousel .item .info {
            margin-top: 10px; } }
      @media screen and (min-width: 992px) {
        .index-banner-area .index-banner-box .owl-carousel .item {
          padding: 22px 20px; } }
      @media screen and (min-width: 992px) {
        .index-banner-area .index-banner-box .owl-carousel .item {
          padding: 22px 20px; } }
  .index-banner-area .index-banner-box:before {
    content: '';
    width: 577px;
    height: 77px;
    background: url(../images/ec_img/index/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/ec_img/index/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: 75%;
      float: right; } }
  @media screen and (min-width: 640px) {
    .index-banner-area .index-banner-box {
      width: 85%; }
      .index-banner-area .index-banner-box .owl-carousel {
        padding: 0 10px; } }
  @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;
        padding: 0 15px; } }
  @media screen and (min-width: 992px) {
    .index-banner-area .index-banner-box {
      width: 75%;
      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: 21px; }
      .index-banner-area .index-banner-box:after {
        display: block;
        bottom: 132px; } }
  @media screen and (min-width: 1230px) {
    .index-banner-area .index-banner-box {
      width: 850px; }
      .index-banner-area .index-banner-box:before {
        bottom: 9px; }
      .index-banner-area .index-banner-box:after {
        bottom: 132px; } }

.page-header-bg {
  height: 130px;
  background: url(../images/ec_img/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/ec_img/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 {
      color: #4D4B45;
      display: inline-block;
      white-space: nowrap; }
    .breadcrumbs-area .breadcrumbs span.path_alert {
      color: #777777; }
    @media screen and (min-width: 992px) {
      .breadcrumbs-area .breadcrumbs {
        margin: 12px 0px 30px 0; } }

.page-main-area {
  margin-top: 20px; }
  .page-main-area .left-menu-area {
    display: none;
    width: 220px; }
    @media screen and (min-width: 992px) {
      .page-main-area .left-menu-area {
        display: block;
        float: left; } }
  .page-main-area .right-content-area {
    width: 100%; }
    @media screen and (min-width: 992px) {
      .page-main-area .right-content-area {
        float: right;
        width: 720px;
        padding-left: 30px; } }
    @media screen and (min-width: 1230px) {
      .page-main-area .right-content-area {
        width: 920px; } }

#login-bg {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%; }

#tinymce, .article-content {
  line-height: 1.8;
  font-size: 17px;
  color: #6b6b6b; }
  #tinymce p, .article-content p {
    margin: 10px 0;
    color: #484c54;
    font-size: 17px; }
  #tinymce img, .article-content img {
    height: auto;
    max-width: 100%; }
  #tinymce table, .article-content table {
    max-width: 100%;
    width: auto;
    height: auto; }
  .no-padding#tinymce, .no-padding.article-content {
    padding: 0px;
    border-bottom: none; }
  #tinymce h3, .article-content h3 {
    margin: 25px 0 20px 0;
    color: #18429a;
    line-height: 1.3;
    font-size: 24px; }
  #tinymce h4, .article-content h4 {
    font-size: 15px;
    color: #2a954d;
    font-weight: bold;
    margin-bottom: 10px; }
  #tinymce h5, .article-content h5 {
    font-size: 15px;
    color: #3da05e;
    margin-bottom: 10px; }
  #tinymce ol, .article-content ol, #tinymce ul, .article-content ul {
    padding: 0; }
    #tinymce ol li:before, .article-content ol li:before, #tinymce ul li:before, .article-content ul li:before {
      padding-right: 5px; }
  #tinymce ul, .article-content ul {
    position: relative;
    list-style: none; }
    #tinymce ul li, .article-content ul li {
      padding-left: 17px;
      position: relative; }
      #tinymce ul li:before, .article-content ul li:before {
        position: absolute;
        content: "";
        left: 1px;
        top: 7px;
        display: block;
        border-width: 6px;
        border-color: transparent transparent transparent #c7e2b7;
        border-style: solid; }
  #tinymce ol, .article-content ol {
    position: relative;
    list-style: none;
    counter-reset: item; }
    #tinymce ol li, .article-content ol li {
      padding-left: 17px; }
      #tinymce ol li:before, .article-content ol li:before {
        position: absolute;
        content: counter(item) ". ";
        counter-increment: item;
        color: #3da05e;
        left: 0; }
  #tinymce a, .article-content a {
    color: #1838dc; }
  #tinymce table, .article-content table {
    font-size: 15px;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    color: #4e745a; }
    #tinymce table th, .article-content table th {
      background: #e3eed3;
      padding: 10px 25px;
      border: 1px solid #c7e2b7; }
    #tinymce table tbody td, .article-content table tbody td {
      padding: 10px 25px;
      border: 1px solid #c7e2b7; }

.article-head-area .auth, .video-detail-area .video-info-area .auth {
  position: relative;
  font-size: 18px;
  color: #484c54;
  padding-left: 34px; }
  .article-head-area .auth:after, .video-detail-area .video-info-area .auth:after {
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    width: 27px;
    height: 27px;
    background: url(../images/ec_img/page/article/icon_person_2x.png) 0 0 no-repeat;
    background-size: 27px auto; }

.article-head-area .title, .video-detail-area .video-info-area .title {
  margin-top: 10px;
  font-size: 25px;
  color: #484c54; }
  @media screen and (min-width: 1230px) {
    .article-head-area .title, .video-detail-area .video-info-area .title {
      font-size: 30px; } }

.article-head-area .sub-title {
  margin-top: 10px;
  font-size: 18px;
  color: #2c8bdf; }
  @media screen and (min-width: 1230px) {
    .article-head-area .sub-title {
      font-size: 21px; } }

.article-head-area .info-area .date, .video-detail-area .video-info-area .info-area .date {
  display: inline-block;
  float: left;
  position: relative;
  color: #aaaaaa;
  font-family: Verdana;
  font-size: 14px;
  padding-left: 28px;
  line-height: 21px;
  margin-top: 6px; }
  .article-head-area .info-area .date:after, .video-detail-area .video-info-area .info-area .date:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
    background: url(../images/ec_img/page/article/icon_date_2x.png) 0 0 no-repeat;
    background-size: 21px auto; }

.article-head-area .info-area .btn-area, .video-detail-area .video-info-area .info-area .btn-area {
  display: inline-block;
  float: right;
  position: relative; }
  .article-head-area .info-area .btn-area .btn, .video-detail-area .video-info-area .info-area .btn-area .btn {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 2px; }
    .article-head-area .info-area .btn-area .btn.facebook, .video-detail-area .video-info-area .info-area .btn-area .btn.facebook {
      background: url(../images/ec_img/page/article/icon_fb_2x.png) 0 0 no-repeat;
      background-size: 30px auto;
      background-color: #3b5999; }
    .article-head-area .info-area .btn-area .btn.google, .video-detail-area .video-info-area .info-area .btn-area .btn.google {
      background: url(../images/ec_img/page/article/icon_google_2x.png) 0 0 no-repeat;
      background-size: 30px auto;
      background-color: #d73d33; }
    .article-head-area .info-area .btn-area .btn.weibo, .video-detail-area .video-info-area .info-area .btn-area .btn.weibo {
      background: url(../images/ec_img/page/article/icon_weibo_2x.png) center 5px no-repeat;
      background-size: 22px auto;
      background-color: #d73d33; }
    .article-head-area .info-area .btn-area .btn.line, .video-detail-area .video-info-area .info-area .btn-area .btn.line {
      background: url(../images/ec_img/page/article/icon_line_2x.png) 0 0 no-repeat;
      background-size: 30px auto;
      background-color: #01b901; }
  .article-head-area .info-area .btn-area:after, .video-detail-area .video-info-area .info-area .btn-area:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: -33px;
    width: 21px;
    height: 22px;
    background: url(../images/ec_img/page/article/icon_share_2x.png) 0 0 no-repeat;
    background-size: 21px auto; }

.article-head-area .info-area:after, .video-detail-area .video-info-area .info-area:after {
  content: '';
  display: block;
  clear: both; }

.article-head-area {
  margin-top: 30px;
  line-height: 1.43;
  position: relative; }
  .article-head-area .article-info-area {
    padding: 0;
    position: static;
    margin-top: 20px; }
    @media screen and (min-width: 992px) {
      .article-head-area .article-info-area {
        padding-left: 30px;
        margin-top: 0; } }
  .article-head-area .auth {
    padding-left: 39px;
    padding-right: 5px; }
    .article-head-area .auth:after {
      left: 5px; }
  .article-head-area .title {
    padding: 0 5px; }
  .article-head-area .sub-title {
    padding: 0 5px; }
  .article-head-area .info-area {
    position: relative;
    margin-top: 25px;
    padding: 0 5px 15px 5px;
    border-bottom: 1px solid #dddddd; }
    @media screen and (min-width: 992px) {
      .article-head-area .info-area {
        position: absolute;
        bottom: 0;
        width: calc(50% - 30px); } }
  .article-head-area:after {
    content: '';
    display: block;
    clear: both; }
  @media screen and (min-width: 480px) {
    .article-head-area {
      margin-top: 45px; } }

.article-desc {
  padding: 15px;
  margin-top: 15px;
  background: #e1ebf0;
  border: 1px solid #cfdbe1;
  font-size: 17px;
  color: #222222;
  text-align: justify; }
  @media screen and (min-width: 480px) {
    .article-desc {
      padding: 20px; } }

.article-content {
  margin-top: 20px;
  position: relative;
  text-align: justify; }
  .article-content.video {
    margin-top: 0px; }
  .article-content .img-area {
    text-align: center; }
  .article-content img {
    max-width: 100%; }
  .article-content .btn-area {
    padding: 50px 0px 0px;
    text-align: center; }
    .article-content .btn-area .btn-blue {
      display: inline-block;
      position: relative;
      width: 130px;
      height: 32px;
      padding-left: 20px;
      border: 1px solid #0e80e3;
      color: #0068c4;
      font-size: 16px;
      line-height: 30px;
      text-align: center;
      background: url(../images/ec_img/page/article/icon_back_2x.png) 10px 7px no-repeat;
      background-size: 46px auto; }
      .article-content .btn-area .btn-blue:after {
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        height: 0;
        background: #0e80e3;
        right: -5px;
        top: 7px;
        -webkit-transition: height 0.5s;
        /* For Safari 3.1 to 6.0 */
        transition: height 0.5s; }
      .article-content .btn-area .btn-blue:before {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 1px;
        background: #0e80e3;
        left: 100px;
        bottom: -5px;
        -webkit-transition: width 0.5s;
        /* For Safari 3.1 to 6.0 */
        transition: width 0.5s; }
      .article-content .btn-area .btn-blue:hover {
        background: url(../images/ec_img/page/article/icon_back_2x.png) -13px 7px no-repeat;
        background-size: 46px auto;
        background-color: #0e80e3;
        color: #ffffff;
        transition: all 0.5s; }
        .article-content .btn-area .btn-blue:hover:after {
          height: 35px;
          -webkit-transition: height 0.5s;
          /* For Safari 3.1 to 6.0 */
          transition: height 0.5s; }
        .article-content .btn-area .btn-blue:hover:before {
          width: 40px;
          -webkit-transition: width 0.5s;
          /* For Safari 3.1 to 6.0 */
          transition: width 0.5s; }

.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 120;
  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; }

.video-detail-area {
  padding-top: 45px; }
  .video-detail-area .content-area {
    margin-top: 20px;
    font-size: 17px;
    padding: 0 5px;
    text-align: justify; }
  .video-detail-area .video-info-area {
    border-bottom: 1px solid #DDDDDD;
    padding: 0 5px 10px 5px; }
    .video-detail-area .video-info-area .auth {
      margin-top: 15px; }
    .video-detail-area .video-info-area .title {
      position: relative; }
    .video-detail-area .video-info-area .info-area {
      margin-top: 5px; }
      @media screen and (min-width: 992px) {
        .video-detail-area .video-info-area .info-area {
          position: relative;
          bottom: 0;
          width: 100%; } }
      .video-detail-area .video-info-area .info-area .date {
        padding-left: 35px; }
        .video-detail-area .video-info-area .info-area .date:after {
          left: 3px; }
  .video-detail-area .other-video-area {
    margin-top: 50px;
    border-top: 1px dashed #689ec1;
    padding-top: 15px; }
    @media screen and (min-width: 992px) {
      .video-detail-area .other-video-area {
        margin-top: 0px;
        border-top: none;
        padding-top: 0; } }
    .video-detail-area .other-video-area h3 {
      margin-bottom: 10px;
      color: #2981bb;
      font-size: 21px;
      margin-top: 0px; }
    .video-detail-area .other-video-area .video-list-area .video-list {
      display: table;
      padding: 7.5px 0;
      cursor: pointer; }
      .video-detail-area .other-video-area .video-list-area .video-list .img-area {
        display: table-cell;
        table-layout: fixed;
        width: 160px; }
        .video-detail-area .other-video-area .video-list-area .video-list .img-area img {
          height: auto;
          max-width: 100%;
          width: 100%; }
        @media screen and (min-width: 500px) {
          .video-detail-area .other-video-area .video-list-area .video-list .img-area {
            width: 250px; } }
        @media screen and (min-width: 992px) {
          .video-detail-area .other-video-area .video-list-area .video-list .img-area {
            width: 160px; } }
      .video-detail-area .other-video-area .video-list-area .video-list .info-area {
        display: table-cell;
        vertical-align: top;
        padding-left: 15px; }
        .video-detail-area .other-video-area .video-list-area .video-list .info-area .title {
          font-size: 16px; }
        .video-detail-area .other-video-area .video-list-area .video-list .info-area .auth {
          color: #738892;
          font-size: 16px;
          display: none; }
          @media screen and (min-width: 400px) {
            .video-detail-area .other-video-area .video-list-area .video-list .info-area .auth {
              display: block; } }
          @media screen and (min-width: 992px) {
            .video-detail-area .other-video-area .video-list-area .video-list .info-area .auth {
              display: none; } }
          @media screen and (min-width: 1230px) {
            .video-detail-area .other-video-area .video-list-area .video-list .info-area .auth {
              display: block; } }

.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; }
  .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/ec_img/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/ec_img/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/ec_img/page/login/title_icon.png) left top no-repeat;
          background-size: 245px auto; } }
    .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 url(../images/ec_img/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/ec_img/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/ec_img/page/login/icon_account.png) center no-repeat; } }
        .ec-login-form .form-area .input-area .login-input.password:before {
          background: url(../images/ec_img/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/ec_img/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/ec_img/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/ec_img/page/login/icon_code.png) center no-repeat; } }
        .ec-login-form .form-area .input-area .login-input.company:before {
          background: url(../images/ec_img/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/ec_img/page/login/icon_company.png) center no-repeat; } }
        .ec-login-form .form-area .input-area .login-input.email:before {
          background: url(../images/ec_img/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/ec_img/page/login/icon_email.png) center no-repeat; } }
        .ec-login-form .form-area .input-area .login-input.phone:before {
          background: url(../images/ec_img/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/ec_img/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/ec_img/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; } }

.page_list {
  text-align: center;
  margin-top: 40px;
  height: 30px; }
  .page_list .pagination {
    margin-top: 0;
    margin-bottom: 50px; }
    .page_list .pagination li {
      width: auto;
      height: auto; }
      .page_list .pagination li a {
        position: relative;
        display: inline-block;
        color: #A0A0A0;
        border: none;
        font-size: 15px;
        padding: 3px 8px;
        margin: 5px; }
        .page_list .pagination li a:hover, .page_list .pagination li a:focus, .page_list .pagination li a.selected {
          color: #0073D8;
          background: transparent;
          border-bottom: 1px solid  #35ABEE; }

.photo-list-area .list {
  width: 100%;
  padding: 15px 0;
  display: block; }
  .photo-list-area .list .photo-area {
    display: block;
    width: 100%; }
    .photo-list-area .list .photo-area img {
      max-width: 100%; }
  .photo-list-area .list .content-area {
    margin-top: 25px;
    top: -5px;
    position: relative;
    cursor: pointer; }
    .photo-list-area .list .content-area:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 1px;
      left: 0;
      background: #E6E6E6; }
    .photo-list-area .list .content-area .list-bg-area {
      position: relative;
      height: 100%;
      padding-bottom: 24px;
      padding-top: 15px;
      overflow: hidden; }
      .photo-list-area .list .content-area .list-bg-area:after {
        content: '';
        display: block;
        position: absolute;
        width: 300%;
        left: -300%;
        top: 0;
        height: 100%;
        background: url("../images/ec_img/page/article/hover_bg_v2.png") 0 0 repeat-y;
        background-size: 100% 1px;
        z-index: -1; }
      .photo-list-area .list .content-area .list-bg-area:before {
        left: 0px;
        content: '';
        display: block;
        position: absolute;
        top: 0;
        width: 30px;
        height: 3px;
        background: #A0A0A0; }
    .photo-list-area .list .content-area .title {
      display: block;
      position: relative;
      color: #484C54;
      font-size: 21px;
      font-weight: bold; }
    .photo-list-area .list .content-area .auth {
      color: #484C54;
      font-size: 16px;
      margin-top: 10px; }
    .photo-list-area .list .content-area .date {
      font-family: Verdana;
      font-size: 14px;
      color: #AAAAAA;
      margin-top: 10px; }
    .photo-list-area .list .content-area .list-content-area {
      font-size: 16px;
      color: #484C54;
      margin-top: 10px;
      position: relative;
      line-height: 1.5;
      text-align: justify;
      word-wrap: break-word; }
      .photo-list-area .list .content-area .list-content-area:after {
        position: absolute;
        display: none;
        content: '';
        right: 0px;
        width: 50px;
        height: 20px;
        bottom: 0px;
        background: url(../images/ec_img/page/article/hover_cover_white.png) 0 0 no-repeat;
        background-size: 50px  auto; }
  .photo-list-area .list:hover .content-area .list-bg-area:before {
    background: #0073D8; }
  .photo-list-area .list:hover .content-area .list-bg-area .title a {
    color: #0066c0; }
  .photo-list-area .list:hover .content-area .list-bg-area .auth {
    color: #000; }
  .photo-list-area .list:hover .content-area .list-bg-area .date {
    color: #939393; }
  .photo-list-area .list:hover .content-area .list-bg-area .list-content-area .more {
    color: #0066c0; }
  .photo-list-area .article.list .content-area {
    margin-top: 0; }
    .photo-list-area .article.list .content-area .list-bg-area {
      padding-left: 3px;
      padding-right: 10px; }
      .photo-list-area .article.list .content-area .list-bg-area:before {
        left: 20px; }
  @media screen and (min-width: 768px) {
    .photo-list-area .article.list {
      display: table;
      table-layout: fixed; }
      .photo-list-area .article.list .photo-area {
        display: table-cell;
        width: 373px; }
      .photo-list-area .article.list .content-area {
        margin-top: 0;
        padding-bottom: 0;
        display: table-cell;
        vertical-align: top; }
        .photo-list-area .article.list .content-area:after {
          width: calc(100% - 30px);
          left: 30px; }
        .photo-list-area .article.list .content-area .list-bg-area {
          padding-top: 18px; }
      .photo-list-area .article.list .content-area .list-bg-area {
        padding-left: 30px; }
        .photo-list-area .article.list .content-area .list-bg-area:before {
          left: 30px; } }
  .photo-list-area .first.list .content-area {
    border-bottom: 8px solid  #2E81B6;
    top: 0; }
    .photo-list-area .first.list .content-area:after {
      display: none; }
    .photo-list-area .first.list .content-area .list-bg-area {
      padding-left: 20px;
      padding-right: 20px;
      border-left: 1px solid #CCDADF;
      border-right: 1px solid #CCDADF; }
      .photo-list-area .first.list .content-area .list-bg-area:after {
        left: 0;
        background: #E1EAEF; }
      .photo-list-area .first.list .content-area .list-bg-area:before {
        display: none; }
      .photo-list-area .first.list .content-area .list-bg-area .title, .photo-list-area .first.list .content-area .list-bg-area .auth {
        color: #000; }
      .photo-list-area .first.list .content-area .list-bg-area .date {
        color: #939393; }
      .photo-list-area .first.list .content-area .list-bg-area .list-content-area:after {
        background: url(../images/ec_img/page/article/hover_cover_blue.png) 0 0 no-repeat; }
      @media screen and (min-width: 768px) {
        .photo-list-area .first.list .content-area .list-bg-area {
          border-left: none;
          border-right: none;
          border-top: 1px solid #CCDADF;
          border-bottom: 1px solid #CCDADF;
          padding-top: 15px;
          padding-left: 30px; } }
    @media screen and (min-width: 768px) {
      .photo-list-area .first.list .content-area {
        top: -5px;
        border-bottom: none;
        border-right: 10px solid  #2E81B6; } }
  .photo-list-area .first.list:hover .content-area .list-bg-area .title a {
    color: #0066c0; }
  .photo-list-area .first.list:hover .content-area .list-bg-area:after {
    left: 0; }

.photo-list-area {
  padding: 15px 0 90px 0; }
  @media screen and (min-width: 480px) {
    .photo-list-area {
      padding: 30px 0 90px 0; } }
  .photo-list-area .list.video .content-area {
    margin-top: 15px; }
    .photo-list-area .list.video .content-area .list-bg-area {
      padding: 0 3px 21px 3px; }
      .photo-list-area .list.video .content-area .list-bg-area:after {
        display: none;
        top: -100%;
        left: 0;
        background: url(../images/ec_img/page/article/video_hover_bg.png) 0 0 repeat-x;
        background-size: 1px 100%; }
      .photo-list-area .list.video .content-area .list-bg-area:before {
        display: none; }
      .photo-list-area .list.video .content-area .list-bg-area .list-content-area {
        max-height: initial; }
        .photo-list-area .list.video .content-area .list-bg-area .list-content-area:after {
          display: none; }
      .photo-list-area .list.video .content-area .list-bg-area .title {
        font-weight: bold; }
      @media screen and (min-width: 992px) {
        .photo-list-area .list.video .content-area .list-bg-area {
          padding-top: 15px; }
          .photo-list-area .list.video .content-area .list-bg-area:before {
            display: inline-block; } }
    .photo-list-area .list.video .content-area:after {
      display: block; }
    @media screen and (min-width: 768px) {
      .photo-list-area .list.video .content-area:after {
        display: none; } }
  @media screen and (min-width: 992px) {
    .photo-list-area .list.video:hover .content-area .list-bg-area:after {
      top: 0%;
      transition: all 0.3s linear; } }
  .photo-list-area .list.video:hover .content-area .list-bg-area .title {
    color: #0066c0; }
  .photo-list-area .list.article:nth-last-child(1) .content-area:after {
    display: none; }
    @media screen and (min-width: 768px) {
      .photo-list-area .list.article:nth-last-child(1) .content-area:after {
        display: block; } }

@media screen and (min-width: 768px) {
  .row.video-list {
    display: flex;
    flex-wrap: wrap; }
    .row.video-list .article-content-area .goodbye-sitemap-area .sitemap-list > div {
      display: flex;
      flex-direction: column; }
    .row.video-list .col-sm-4 {
      width: 33.2%; }
      .row.video-list .col-sm-4::nth-child(3n+1) {
        clear: none; } }

@media screen and (min-width: 992px) {
  .row.video-list .col-md-3 {
    width: 24.9%; }
    .row.video-list .col-md-3::nth-child(4n+1) {
      clear: none; } }

.row.video-list .col-md-3:nth-last-child(1) .video .content-area:after {
  display: none; }

.ec-index-prefecture-area {
  margin-top: 25px;
  margin-bottom: 25px; }

.prefecture-area + .prefecture-area {
  margin-top: 30px; }

.index-title {
  margin: 0px 0px 8px 0px;
  font-size: 22px;
  font-weight: normal;
  line-height: 25px;
  color: #333;
  display: inline-block;
  margin-right: 3px; }

.en-title {
  font-weight: normal;
  font-family: Arial;
  color: #f0af19;
  font-size: 20px; }

.ec-index-prefecture-area .ec-index-prefecture-content:after {
  content: '';
  display: block;
  clear: both; }

.ec-index-prefecture-area .prefecture-box {
  position: relative;
  width: 100%;
  border: 1px solid #D7D7D7;
  padding: 10px;
  border-bottom: none; }
  .ec-index-prefecture-area .prefecture-box + .prefecture-box {
    border-bottom: none; }
  .ec-index-prefecture-area .prefecture-box:last-child {
    border-bottom: 1px solid #D7D7D7; }
  .ec-index-prefecture-area .prefecture-box.full-img {
    display: none;
    padding: 0px;
    border: none; }
    .ec-index-prefecture-area .prefecture-box.full-img img {
      width: 100%; }
  .ec-index-prefecture-area .prefecture-box .img-box {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 134px;
    padding-bottom: 14px; }
    .ec-index-prefecture-area .prefecture-box .img-box .img-bg {
      display: table-cell;
      text-align: center;
      vertical-align: middle; }
      .ec-index-prefecture-area .prefecture-box .img-box .img-bg img {
        max-width: 100%;
        max-height: 120px;
        width: auto;
        height: auto; }
  .ec-index-prefecture-area .prefecture-box .product-title {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    margin: 0px;
    height: 32px;
    overflow: hidden;
    word-break: break-all;
    line-height: 1.2; }
  .ec-index-prefecture-area .prefecture-box .price {
    font-size: 16px;
    font-weight: normal;
    color: #FF6B00;
    display: block; }
  .ec-index-prefecture-area .prefecture-box .product-info {
    font-size: 12px;
    color: #616161; }

@media only screen and (min-width: 450px) {
  .ec-index-prefecture-area .ec-index-prefecture-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; }
  .ec-index-prefecture-area .prefecture-box {
    float: left;
    width: 50%;
    display: flex;
    flex-direction: column;
    border: 1px solid #D7D7D7; }
    .ec-index-prefecture-area .prefecture-box + .prefecture-box {
      border-bottom: 1px solid #D7D7D7;
      border-left: none; }
    .ec-index-prefecture-area .prefecture-box.full-img {
      display: inline-block; }
    .ec-index-prefecture-area .prefecture-box:nth-child(3), .ec-index-prefecture-area .prefecture-box:nth-child(5) {
      border-left: 1px solid #D7D7D7; }
    .ec-index-prefecture-area .prefecture-box:nth-child(3), .ec-index-prefecture-area .prefecture-box:nth-child(4), .ec-index-prefecture-area .prefecture-box:nth-child(5), .ec-index-prefecture-area .prefecture-box:nth-child(6) {
      border-top: none; } }

@media only screen and (min-width: 620px) {
  .ec-index-prefecture-area .prefecture-box {
    width: 33.333333%; }
    .ec-index-prefecture-area .prefecture-box:nth-child(3), .ec-index-prefecture-area .prefecture-box:nth-child(5) {
      border-left: none; }
    .ec-index-prefecture-area .prefecture-box:nth-child(4) {
      border-left: 1px solid #D7D7D7; }
    .ec-index-prefecture-area .prefecture-box:nth-child(3) {
      border-top: 1px solid #D7D7D7; } }

@media only screen and (min-width: 800px) {
  .ec-index-prefecture-area {
    margin: 0px;
    padding: 25px 0px; }
  .ec-index-prefecture-area .prefecture-box {
    width: 25%; }
    .ec-index-prefecture-area .prefecture-box.hidden-box-800 {
      display: none; }
    .ec-index-prefecture-area .prefecture-box:nth-child(4) {
      border-left: none;
      border-top: 1px solid #D7D7D7; }
    .ec-index-prefecture-area .prefecture-box:nth-child(5), .ec-index-prefecture-area .prefecture-box:nth-child(6) {
      border-top: 1px solid #D7D7D7; }
    .ec-index-prefecture-area .prefecture-box:before {
      content: '';
      display: block;
      position: absolute;
      bottom: -12px;
      width: calc(100% + 1px);
      height: 2px;
      background: #F7DEA5;
      left: -1px; }
    .ec-index-prefecture-area .prefecture-box:nth-last-child(1):after {
      content: '';
      display: block;
      position: absolute;
      background: url(../images/ec_img/list/line_triangle.png) 0 0 no-repeat;
      background-size: 40px auto;
      width: 40px;
      height: 20px;
      bottom: -30px;
      right: 60px; } }

@media only screen and (min-width: 1200px) {
  .ec-index-prefecture-area .prefecture-box {
    width: 16.66666667%; }
    .ec-index-prefecture-area .prefecture-box.hidden-box-800 {
      display: inline-block; }
    .ec-index-prefecture-area .prefecture-box:after {
      display: none; }
    .ec-index-prefecture-area .prefecture-box:nth-last-child(1):after {
      content: '';
      display: block;
      position: absolute;
      background: url(../images/ec_img/list/line_triangle.png) 0 0 no-repeat;
      background-size: 40px auto;
      width: 40px;
      height: 20px;
      bottom: -30px;
      right: 60px; } }

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