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

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

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

.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: 1260px) {
    .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; } }

.btn {
  border: 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: 1260px) {
        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: 1260px) {
        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: 1260px) {
        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-iot {
      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 .xs-user-dropdown {
      display: none;
      top: 50px;
      right: 25px;
      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 div.xs-title .xs-user-dropdown a {
        font-size: 14px;
        width: 100%;
        display: block;
        padding: 8px 10px;
        position: relative;
        z-index: 1;
        color: #4D4B45; }
        header div.xs-title .xs-user-dropdown a:hover {
          background: #b4af9d;
          color: #FFF; }
        header div.xs-title .xs-user-dropdown a:nth-child(1):hover:after {
          content: '';
          display: block;
          position: absolute;
          right: 42px;
          top: -10px;
          border-width: 6px 6px 6px 6px;
          border-style: solid;
          border-color: transparent transparent #b4af9d transparent; }
      header div.xs-title .xs-user-dropdown:before {
        content: '';
        display: block;
        position: absolute;
        right: 42px;
        top: -12px;
        border-width: 6px 6px 6px 6px;
        border-style: solid;
        border-color: transparent transparent #d7d7d7 transparent; }
      header div.xs-title .xs-user-dropdown:after {
        content: '';
        display: block;
        position: absolute;
        right: 42px;
        top: -11px;
        border-width: 6px 6px 6px 6px;
        border-style: solid;
        border-color: transparent transparent #FFF transparent; }
      header div.xs-title .xs-user-dropdown:hover {
        display: block; }
    header div.xs-title .member-btn {
      float: right;
      display: inline-block;
      width: 50px;
      height: 50px;
      background: url(../images/iot_style/user/login_before_xs_2x.png) center no-repeat #318ce0;
      background-size: 20px auto;
      text-align: center; }
      header div.xs-title .member-btn.login {
        background: url(../images/iot_style/user/login_after_xs_2x.png) center no-repeat #318ce0;
        background-size: 20px auto; }
      header div.xs-title .member-btn:hover ~ .xs-user-dropdown {
        display: block; }
    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: 70px; }
    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: 229px; }
        @media screen and (min-width: 1260px) {
          header .menu-top-area .head-search-area .input-group {
            width: 280px; } }
        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;
          line-height: 33px;
          font-size: 20px; }
          header .menu-top-area .head-search-area .input-group .search-btn i {
            transform: translateY(-3px); }
      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: 15px;
        width: 250px;
        color: #ff6b00;
        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: 312px; } }
    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;
    margin-top: 2px; }
    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; }
          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: 1260px) {
        header .menu-down-area .head-btn-area .head-btn {
          margin-left: 15px; } }
      header .menu-down-area .head-btn-area .head-btn.user img {
        position: absolute;
        top: 0;
        left: 0;
        width: 32px;
        height: 32px;
        border-radius: 50%; }
      header .menu-down-area .head-btn-area .head-btn.account {
        width: 31px;
        height: 31px;
        border-radius: 50%;
        background: #318ce0 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: #318ce0 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 ul.header-nav {
    position: relative;
    list-style: none;
    margin-bottom: 0px;
    float: left;
    padding: 0; }
    header ul.header-nav:after {
      content: '';
      display: block;
      clear: both; }
    header ul.header-nav > li {
      position: relative;
      float: left;
      width: auto;
      padding: 0px;
      text-align: left; }
      header ul.header-nav > li + li {
        margin-left: 15px; }
        header 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: 1260px) {
        header ul.header-nav > li + li {
          margin-left: 20px; }
          header ul.header-nav > li + li:after {
            top: 12px;
            left: -14px; } }
      header ul.header-nav > li > a {
        position: relative;
        display: block;
        font-size: 17px;
        color: #323232;
        padding: 8px 9px 10px 9px; }
        header ul.header-nav > li > a:after {
          content: '';
          display: block;
          position: absolute;
          bottom: 0;
          width: 100%;
          left: 0;
          border-top: 4px solid #308CDF;
          -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: 1260px) {
          header ul.header-nav > li > a {
            font-size: 18px; } }
      header 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 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 ul.header-nav > li ul.header-nav2 li a:hover {
            background: #7c7b74;
            color: #FFF; }
      header ul.header-nav > li:hover ul.header-nav2 {
        display: block; }
      header ul.header-nav > li:hover > a {
        color: #0075C2; }
        header ul.header-nav > li:hover > a:after {
          -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
          -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }
      header ul.header-nav > li.active:after {
        content: '';
        display: block;
        position: absolute;
        top: 3px;
        left: 0;
        width: 25px;
        height: 2px;
        background: #b0d799; }
        @media screen and (min-width: 1260px) {
          header ul.header-nav > li.active:after {
            width: 35px; } }
    header ul.header-nav.en > li + li {
      margin-left: 13px; }
  header .btn-translate-area {
    position: absolute;
    right: 0;
    top: -0;
    z-index: 1;
    width: 100px; }
    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:last-child {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px; }
      header .btn-translate-area .btn-translate.zhtw {
        background: #5A5657; }
      header .btn-translate-area .btn-translate.zhcn {
        background: #5A5657; }
      header .btn-translate-area .btn-translate.current {
        line-height: 30px;
        position: absolute;
        top: 0;
        padding-top: 5px; }
        header .btn-translate-area .btn-translate.current:before {
          content: '';
          display: block;
          width: 0;
          height: 0;
          position: absolute;
          top: 0;
          right: 0;
          border-style: solid;
          border-width: 50px 50px 0px 50px;
          border-color: #318ce0 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; }

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

.is-sticky #a-cart-sticky-header {
  background: #ffffff;
  left: 0;
  margin-left: 0;
  opacity: 1;
  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/iot_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/iot_img/footer/footer_bg_blue.png) right top no-repeat;
    background-size: 3000px auto;
    z-index: 0; }
    @media screen and (min-width: 992px) {
      footer:before {
        background-size: 3000px auto; } }
  footer .footer-area {
    margin-top: -60px;
    position: relative;
    z-index: 1; }
    footer .footer-area .link-area {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 10px; }
      footer .footer-area .link-area .link-block {
        padding-right: 15px;
        display: inline-block;
        float: left;
        width: 49.9%; }
        footer .footer-area .link-area .link-block h3 {
          margin: 0;
          margin-bottom: 5px;
          font-size: 20px;
          font-weight: bold;
          line-height: 1.6;
          color: #6ab8ff; }
          @media screen and (min-width: 768px) {
            footer .footer-area .link-area .link-block h3 {
              margin-bottom: 13px; } }
        footer .footer-area .link-area .link-block ul {
          padding: 0;
          margin-bottom: 20px; }
          footer .footer-area .link-area .link-block ul li {
            list-style-type: none;
            padding-bottom: 7px; }
            footer .footer-area .link-area .link-block ul li a {
              color: #FFF;
              font-size: 15px; }
    footer .footer-area .qrcode-area {
      display: inline-block;
      position: relative;
      padding: 10px;
      background-color: #fff;
      margin-bottom: 20px; }
      footer .footer-area .qrcode-area .text-area {
        text-align: center;
        padding-top: 5px;
        color: #bfbfbf;
        font-size: 15px;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%; }
    footer .footer-area .info-area {
      margin-top: 30px;
      display: block;
      color: #FFF;
      font-size: 15px; }
      footer .footer-area .info-area .title {
        color: #6ab8ff;
        display: block; }
    @media screen and (min-width: 675px) {
      footer .footer-area .qrcode-area {
        float: left; }
      footer .footer-area .info-area {
        margin-top: 0px;
        float: left;
        margin-left: 50px; }
        footer .footer-area .info-area .title {
          display: inline-block; } }
    @media screen and (min-width: 768px) {
      footer .footer-area {
        margin-top: -50px; }
        footer .footer-area .link-area {
          width: 100%;
          float: left;
          display: table; }
          footer .footer-area .link-area .link-block {
            float: none;
            vertical-align: top;
            display: table-cell;
            width: 20%; } }
    @media screen and (min-width: 992px) {
      footer .footer-area {
        margin-top: -40px; }
        footer .footer-area .link-area {
          width: 780px; }
        footer .footer-area .qrcode-area {
          float: right; }
        footer .footer-area .info-area {
          margin-left: 0; } }
    @media screen and (min-width: 1260px) {
      footer .footer-area {
        margin-top: -15px; }
        footer .footer-area .link-area {
          width: 1000px; } }
    footer .footer-area:after {
      content: '';
      display: block;
      clear: both; }
  footer .copyright-area {
    display: block;
    text-align: left;
    color: #FFF;
    font-size: 15px;
    margin-top: 30px; }
    footer .copyright-area:after {
      content: '';
      display: block;
      clear: both; }
    footer .copyright-area span {
      margin-bottom: 5px;
      color: #bfbfbf;
      display: block; }
    @media screen and (min-width: 675px) {
      footer .copyright-area {
        margin-top: -65px;
        padding-left: 185px; } }
    @media screen and (min-width: 992px) {
      footer .copyright-area {
        padding-left: 0;
        margin-top: 7px; }
        footer .copyright-area span {
          display: inline-block;
          float: left; }
          footer .copyright-area span.id-number {
            float: right; } }

/*
=================================================================
(#m03mcs) MAIN CONTENT
=================================================================
*/
.index-banner-area {
  background: url(../images/iot_img/index_list/banner_bg2.jpg) 50% 0px no-repeat;
  background-size: 3000px auto;
  overflow: hidden;
  background-position: 50% 78%; }
  @media screen and (min-width: 440px) {
    .index-banner-area {
      background-position: 50% 83%; } }
  @media screen and (min-width: 992px) {
    .index-banner-area {
      background-size: 2250px auto;
      background-position: 50% -32px; } }
  @media screen and (min-width: 1260px) {
    .index-banner-area {
      background-position: 50% -67px;
      background-size: 3000px auto; } }
  @media screen and (min-width: 992px) {
    .index-banner-area .container {
      width: 970px; } }
  @media screen and (min-width: 1260px) {
    .index-banner-area .container {
      width: 1230px; } }
  .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: 25%; } }
    @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: 1260px) {
      .index-banner-area .index-banner-img {
        bottom: auto;
        left: 35px;
        width: 320px; } }
  .index-banner-area .index-banner-box .owl-carousel {
    background: #FFF;
    border: 3px solid #fff;
    border-radius: 16px;
	background: #5A5657;
    padding: 0 0;
    z-index: 0; }
    @media screen and (min-width: 430px) {
      .index-banner-area .index-banner-box .owl-carousel {
        border: 5px solid #fff;
        border-radius: 20px; } }
	.index-banner-area .index-banner-box .owl-carousel .owl-stage-outer {
      border-radius: 15px; }
    .index-banner-area .index-banner-box .owl-carousel .item {
      position: relative;
      width: 100%; }
      .index-banner-area .index-banner-box .owl-carousel .item .img-area {
        display: block;
        position: relative;
        background: #FEFEFE;
        width: 100%;
        z-index: 1; }
    .index-banner-area .index-banner-box .owl-carousel .owl-controls {
      margin: 0px; }
      .index-banner-area .index-banner-box .owl-carousel .owl-controls .owl-nav .owl-prev {
        left: 0;
        padding: 0;
        margin: 0px; }
      .index-banner-area .index-banner-box .owl-carousel .owl-controls .owl-nav .owl-next {
        right: 0;
        padding: 0;
        margin: 0px; }
      .index-banner-area .index-banner-box .owl-carousel .owl-controls .owl-nav .owl-btn {
        padding: 0;
        margin: 0px; }
      .index-banner-area .index-banner-box .owl-carousel .owl-controls .owl-dots {
        position: absolute;
        margin-top: 0px;
        margin-right: 8px;
        counter-reset: dots;
        left: 0;
        right: 0;
        text-align: right; }
        .index-banner-area .index-banner-box .owl-carousel .owl-controls .owl-dots span {
          display: none !important; }
        .index-banner-area .index-banner-box .owl-carousel .owl-controls .owl-dots .owl-nav {
          display: none; }
        .index-banner-area .index-banner-box .owl-carousel .owl-controls .owl-dots .owl-dot:before {
          counter-increment: dots;
          content: '';
          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; }
        .index-banner-area .index-banner-box .owl-carousel .owl-controls .owl-dots .owl-dot.active:before, .index-banner-area .index-banner-box .owl-carousel .owl-controls .owl-dots .owl-dot:hover:before {
          background: #6CB1F4;
          opacity: 0.9; }
        @media screen and (min-width: 640px) {
          .index-banner-area .index-banner-box .owl-carousel .owl-controls .owl-dots .owl-dot:before {
            top: 5px;
            margin-right: 10px;
            height: 10px;
            width: 20px; } }
  .index-banner-area .index-banner-box:before {
    content: '';
    width: 577px;
    height: 77px;
    background: url(../images/iot_style/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/iot_style/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: 80%;
      float: right; } }
  @media screen and (min-width: 640px) {
    .index-banner-area .index-banner-box {
      width: 85%; } }
  @media screen and (min-width: 768px) {
    .index-banner-area .index-banner-box {
      width: 80%; }
      .index-banner-area .index-banner-box .owl-carousel {
        border: 8px solid #fff;
        border-radius: 20px; } }
  @media screen and (min-width: 992px) {
    .index-banner-area .index-banner-box {
      width: 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: 2px; }
      .index-banner-area .index-banner-box:after {
        display: block;
        bottom: 119px; } }
  @media screen and (min-width: 1260px) {
    .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: 137px; } }

.page-header-bg {
  height: 130px;
  background: url(../images/iot_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/iot_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 {
      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; } }

.fixed-btn-area {
  z-index: 4998;
  position: fixed;
  right: 20px;
  bottom: 30px;
  height: 60px; }
  @media screen and (min-height: 300px) {
    .fixed-btn-area {
      bottom: 15px; } }
  @media screen and (min-width: 1200px) {
    .fixed-btn-area {
      right: initial;
      left: 50%;
      margin-left: 485px; } }
  @media screen and (min-width: 1260px) {
    .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: #318CDF;
      z-index: -1;
      transform: scale(0);
      -ms-transform: scale(0);
      -webkit-transform: scale(0);
      transition: all .3s; }
    .fixed-btn-area .fixed-btn.news-list {
      display: none;
      background: #FFFFFF url(../images/iot_img/footer/back_search_2x.png) no-repeat;
      background-position: 4px 4px;
      background-size: auto 28px; }
      .fixed-btn-area .fixed-btn.news-list:hover {
        background: #FFFFFF url(../images/iot_img/footer/back_search_hover_2x.png) no-repeat;
        background-size: auto 28px; }
    .fixed-btn-area .fixed-btn.text {
      display: none;
      line-height: 17px;
      padding-left: 3px;
      padding-top: 1px;
      padding-right: 3px; }
    .fixed-btn-area .fixed-btn.top {
      background: #FFFFFF url(../images/iot_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/iot_img/footer/go_top_hover_2x.png) no-repeat;
        background-size: auto 28px; }
    .fixed-btn-area .fixed-btn:hover.text {
      padding-top: 3px;
      background-color: transparent;
      color: #FFF;
      border: none; }
      .fixed-btn-area .fixed-btn:hover.text:before {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1); }
    .fixed-btn-area .fixed-btn:hover.news-list, .fixed-btn-area .fixed-btn:hover.help, .fixed-btn-area .fixed-btn:hover.top {
      background-color: transparent;
      border: none;
      line-height: 38px;
      background-position: 6px 6px;
      color: #FFF; }
      .fixed-btn-area .fixed-btn:hover.news-list:before, .fixed-btn-area .fixed-btn:hover.help:before, .fixed-btn-area .fixed-btn:hover.top:before {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1); }
    @media screen and (min-width: 768px) {
      .fixed-btn-area .fixed-btn {
        width: 48px;
        height: 48px;
        line-height: 44px;
        background-position: 6px 6px !important;
        font-size: 15px; }
        .fixed-btn-area .fixed-btn.text {
          padding-top: 5px;
          line-height: 18px; }
          .fixed-btn-area .fixed-btn.text:hover {
            padding-top: 7px; }
        .fixed-btn-area .fixed-btn.news-list {
          background-position: 8px 8px !important; } }
    @media screen and (min-width: 768px) and (min-width: 992px) {
      .fixed-btn-area .fixed-btn.news-list {
        background: #FFFFFF url(../images/iot_img/footer/back_search.png) no-repeat;
        background-position: 8px 8px; }
        .fixed-btn-area .fixed-btn.news-list:hover {
          background: url(../images/iot_img/footer/back_search_hover.png) no-repeat; } }
    @media screen and (min-width: 768px) {
        .fixed-btn-area .fixed-btn.top {
          background-position: 8px 8px !important; } }
    @media screen and (min-width: 768px) and (min-width: 992px) {
      .fixed-btn-area .fixed-btn.top {
        background: #FFFFFF url(../images/iot_img/footer/go_top.png) no-repeat;
        background-position: 8px 8px; }
        .fixed-btn-area .fixed-btn.top:hover {
          background: url(../images/iot_img/footer/go_top_hover.png) no-repeat; } }
    @media screen and (min-width: 768px) {
        .fixed-btn-area .fixed-btn.news-list:hover, .fixed-btn-area .fixed-btn.help:hover, .fixed-btn-area .fixed-btn.top:hover {
          line-height: 48px;
          background-position: 10px 10px !important; } }
  .fixed-btn-area.news-list {
    height: 110px; }
    .fixed-btn-area.news-list .fixed-btn.news-list {
      display: block; }
  .fixed-btn-area.news-detail {
    height: 260px;
    bottom: 60px; }
    .fixed-btn-area.news-detail .fixed-btn.news-detail {
      display: block; }
  .fixed-btn-area.faq-list {
    height: 110px; }
    .fixed-btn-area.faq-list .fixed-btn.faq-list {
      display: block; }
  .fixed-btn-area.faq-detail {
    height: 160px; }
    .fixed-btn-area.faq-detail .fixed-btn.faq-detail {
      display: block; }
  .fixed-btn-area.co-company {
    height: 260px; }
    .fixed-btn-area.co-company .fixed-btn.co-company {
      display: block; }
  .fixed-btn-area.rank-list {
    height: 160px; }
    .fixed-btn-area.rank-list .fixed-btn.rank-list {
      display: block; }

.iot-list-menu-area-h4 {
  font-size: 18px;
  font-weight: bold;
  color: #595656;
  margin-bottom: 5px; }
  .iot-list-menu-area-h4.sort {
    padding-left: 30px;
    background: url(../images/iot_img/page/icon_search_2x.png) 5px 3px no-repeat;
    background-size: 20px auto; }
    @media screen and (max-width: 992px) {
      .iot-list-menu-area-h4.sort {
        background: url(../images/iot_img/page/icon_search.png) 5px 3px no-repeat;
        background-size: 20px auto; } }

.iot-list-menu-area {
  margin-bottom: 15px; }
  .iot-list-menu-area h4 {
    margin: 4px 0px 4px 0px;
    padding-top: 2px;
    font-size: 17px;
    font-weight: bold; }
    .iot-list-menu-area h4.sort {
      padding-left: 30px;
      background: url(../images/iot_img/page/icon_search_2x.png) 5px 4px no-repeat;
      background-size: 20px auto; }
      @media screen and (max-width: 992px) {
        .iot-list-menu-area h4.sort {
          background: url(../images/iot_img/page/icon_search.png) 5px 4px no-repeat;
          background-size: 20px auto; } }
  .iot-list-menu-area.filter-area {
    margin-top: 35px; }
  .iot-list-menu-area.detail {
    margin-top: 35px; }
  .iot-list-menu-area.icon-info .iot-list-menu-box {
    border-color: #DDDDDD; }
    .iot-list-menu-area.icon-info .iot-list-menu-box .iot-menu-title {
      background-color: #EDEDED;
      border-color: #DDDDDD; }
      .iot-list-menu-area.icon-info .iot-list-menu-box .iot-menu-title:before {
        background: url(../images/iot_style/icon_side_title_gray.png) no-repeat; }
  .iot-list-menu-area .iot-list-menu-box {
    position: relative;
    border: 1px solid #b1cce4;
    padding-bottom: 20px; }
    .iot-list-menu-area .iot-list-menu-box .iot-menu-title {
      height: 46px;
      line-height: 46px;
      font-size: 16px;
      color: #000;
      background-color: #D1E4F5;
      border-bottom: 2px solid #b1cce4;
      padding: 0px 15px 0 44px;
      position: relative; }
      .iot-list-menu-area .iot-list-menu-box .iot-menu-title:before {
        content: '';
        display: block;
        width: 21px;
        height: 26px;
        background: url(../images/iot_style/icon_side_title.png) no-repeat;
        -webkit-background-size: 21px;
        background-size: 21px;
        position: absolute;
        top: 0;
        left: 13px; }
    .iot-list-menu-area .iot-list-menu-box .iot-menu-selected-area {
      position: relative;
      overflow: hidden;
      padding: 20px 15px 0 15px; }
      .iot-list-menu-area .iot-list-menu-box .iot-menu-selected-area.strech {
        max-height: 100px; }
        .iot-list-menu-area .iot-list-menu-box .iot-menu-selected-area.strech.showall {
          max-height: none !important;
          padding: 20px 15px 10px 15px; }
      .iot-list-menu-area .iot-list-menu-box .iot-menu-selected-area .checkbox-inline {
        padding-right: 5px;
        min-width: 50%;
        display: inline-block;
        float: left; }
        .iot-list-menu-area .iot-list-menu-box .iot-menu-selected-area .checkbox-inline + .checkbox-inline {
          margin-left: 0; }
      .iot-list-menu-area .iot-list-menu-box .iot-menu-selected-area:after {
        content: '';
        display: block;
        clear: both; }
      .iot-list-menu-area .iot-list-menu-box .iot-menu-selected-area.tag .checkbox-inline {
        padding-left: 0;
        margin-bottom: 15px;
        padding-right: 14px;
        min-width: auto;
        width: auto; }
        .iot-list-menu-area .iot-list-menu-box .iot-menu-selected-area.tag .checkbox-inline a {
          margin-left: -8px;
          padding: 8px; }
        .iot-list-menu-area .iot-list-menu-box .iot-menu-selected-area.tag .checkbox-inline.selected a, .iot-list-menu-area .iot-list-menu-box .iot-menu-selected-area.tag .checkbox-inline:hover a {
          background: #318CDF;
          color: #FFF; }
      .iot-list-menu-area .iot-list-menu-box .iot-menu-selected-area.tag.strech {
        max-height: 125px; }
      .iot-list-menu-area .iot-list-menu-box .iot-menu-selected-area.rank {
        padding: 12px 20px;
        background-color: #ECF6FF; }
    .iot-list-menu-area .iot-list-menu-box .iot-menu-selected-area.rank + .iot-menu-selected-area.rank {
      background-color: #FFF;
      border-top: 1px dashed #b1cce4;
      margin-bottom: -20px; }
      .iot-list-menu-area .iot-list-menu-box .iot-menu-selected-area.rank + .iot-menu-selected-area.rank .rank-reward-row + .rank-reward-row {
        margin-top: 3px; }
    .iot-list-menu-area .iot-list-menu-box .iot-info-list-area {
      font-size: 14px;
      padding: 13px 15px 0 15px; }
      .iot-list-menu-area .iot-list-menu-box .iot-info-list-area .iot-info-list {
        padding-left: 15px;
        font-size: 14px;
        margin: 5px 0 6px;
        text-align: justify;
        line-height: 1.5;
        word-break: break-all;
        position: relative; }
        .iot-list-menu-area .iot-list-menu-box .iot-info-list-area .iot-info-list:after {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          border-width: 4px 7px 4px 7px;
          border-style: solid;
          border-color: transparent transparent transparent #046ccc;
          position: absolute;
          left: 3px;
          top: 8px; }
        .iot-list-menu-area .iot-list-menu-box .iot-info-list-area .iot-info-list.hot:after {
          top: 13px; }
        .iot-list-menu-area .iot-list-menu-box .iot-info-list-area .iot-info-list.link a {
          color: #046ccc; }
        .iot-list-menu-area .iot-list-menu-box .iot-info-list-area .iot-info-list a:hover {
          text-decoration: underline; }
      .iot-list-menu-area .iot-list-menu-box .iot-info-list-area .more-btn {
        position: relative;
        display: inline-block;
        color: #0074c1;
        font-family: Arial; }
    .iot-list-menu-area .iot-list-menu-box .iot-user-data-area {
      padding: 20px 15px 6px 15px; }
      .iot-list-menu-area .iot-list-menu-box .iot-user-data-area .user-info-area {
        margin: 0;
        padding-bottom: 10px;
        font-size: 15px;
        color: #4c4c4c;
        border-bottom: 1px dashed #DDD; }
        .iot-list-menu-area .iot-list-menu-box .iot-user-data-area .user-info-area .user-photo-area {
          float: left;
          width: 50px;
          height: 50px;
          border-radius: 50%;
          overflow: hidden;
          margin-top: 2px; }
          .iot-list-menu-area .iot-list-menu-box .iot-user-data-area .user-info-area .user-photo-area img {
            width: 100%;
            height: 100%;
            border-radius: 50%; }
        .iot-list-menu-area .iot-list-menu-box .iot-user-data-area .user-info-area .user-data {
          padding-left: 72px; }
          .iot-list-menu-area .iot-list-menu-box .iot-user-data-area .user-info-area .user-data .user-name {
            font-size: 18px;
            font-weight: bold;
            color: #046ccc; }
            .iot-list-menu-area .iot-list-menu-box .iot-user-data-area .user-info-area .user-data .user-name a {
              color: #046ccc; }
          .iot-list-menu-area .iot-list-menu-box .iot-user-data-area .user-info-area .user-data .user-title {
            font-size: 13px;
            color: #A0A0A0; }
      .iot-list-menu-area .iot-list-menu-box .iot-user-data-area .user-medal-area {
        margin-top: 6px;
        padding: 0 3px; }
        .iot-list-menu-area .iot-list-menu-box .iot-user-data-area .user-medal-area .medal {
          position: relative;
          padding-left: 16px;
          margin-right: 5px;
          font-size: 13px;
          font-family: Arial; }
          .iot-list-menu-area .iot-list-menu-box .iot-user-data-area .user-medal-area .medal:after {
            content: '';
            position: absolute;
            display: inline-block;
            width: 10px;
            height: 10px;
            left: 0;
            top: 2px;
            border-radius: 2px; }
          .iot-list-menu-area .iot-list-menu-box .iot-user-data-area .user-medal-area .medal.gold:after {
            background-color: #FFC600; }
          .iot-list-menu-area .iot-list-menu-box .iot-user-data-area .user-medal-area .medal.silver:after {
            background-color: #D4D4D4; }
          .iot-list-menu-area .iot-list-menu-box .iot-user-data-area .user-medal-area .medal.copper:after {
            background-color: #D8A45A; }
      .iot-list-menu-area .iot-list-menu-box .iot-user-data-area .fans-area {
        margin-top: 5px;
        padding: 0 3px; }
        .iot-list-menu-area .iot-list-menu-box .iot-user-data-area .fans-area .num {
          font-family: Arial; }
    .iot-list-menu-area .iot-list-menu-box .iot-productline-area {
      padding: 20px 15px 0 15px;
      text-align: left; }
      .iot-list-menu-area .iot-list-menu-box .iot-productline-area .seperate-line {
        padding: 0 5px;
        display: none; }
      .iot-list-menu-area .iot-list-menu-box .iot-productline-area .list-item {
        display: inline-block;
        padding: 3px 5px; }
        .iot-list-menu-area .iot-list-menu-box .iot-productline-area .list-item:hover {
          background: #3E9DDB;
          color: #FFF; }
        .iot-list-menu-area .iot-list-menu-box .iot-productline-area .list-item + .seperate-line {
          display: inline-block; }
    .iot-list-menu-area .iot-list-menu-box + .iot-list-menu-box {
      border-top: none; }
  .iot-list-menu-area.rank {
    margin-bottom: 7px; }

.iot-sm-search-area {
  background: #D1E4F5;
  border: 1px solid #b1cce4;
  padding: 15px;
  margin-bottom: 25px; }
  .iot-sm-search-area h4 {
    font-size: 15px;
    margin: 0 0 15px 0; }
  .iot-sm-search-area .select2-container, .iot-sm-search-area select {
    display: block;
    margin-bottom: 15px; }
  .iot-sm-search-area .select-title {
    color: #000;
    padding-left: 5px;
    margin-bottom: 10px; }

.filter-btn {
  margin-top: 15px;
  text-align: center; }
  .filter-btn.align-right {
    text-align: right; }

.btn {
  color: #fff;
  padding: 6px 20px;
  border: none; }
  .btn.btn-iot-default {
    background: #727272; }
    .btn.btn-iot-default:hover, .btn.btn-iot-default:focus {
      color: #fff; }
  .btn.btn-iot-reset {
    background: #9D9998; }
    .btn.btn-iot-reset:hover, .btn.btn-iot-reset:focus {
      color: #fff; }
  .btn.btn-iot-primary {
    background: #0075C1; }
    .btn.btn-iot-primary:hover, .btn.btn-iot-primary:focus {
      color: #fff; }
  .btn.btn-iot-full {
    width: 100%; }

.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;
      font-weight: normal;
      font-family: Arial;
      color: #3195f0; }
  .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; } }

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

.ranking-list {
  position: relative; }
  .ranking-list .ranking-info-area {
    padding: 15px 5px 0; }
    @media screen and (min-width: 768px) {
      .ranking-list .ranking-info-area {
        position: absolute;
        left: 0;
        bottom: -70px;
        padding: 5px; } }
    .ranking-list .ranking-info-area .ranking-info-item {
      font-size: 14px;
      color: #9d9999;
      margin-bottom: 4px;
      display: inline-block;
      margin-right: 10px; }
      @media screen and (min-width: 768px) {
        .ranking-list .ranking-info-area .ranking-info-item {
          display: block; } }
      .ranking-list .ranking-info-area .ranking-info-item .ranking-trend {
        display: inline-block; }
        .ranking-list .ranking-info-area .ranking-info-item .ranking-trend .trend {
          display: inline-block;
          position: relative;
          padding-left: 15px;
          margin-right: 5px; }
          .ranking-list .ranking-info-area .ranking-info-item .ranking-trend .trend:before {
            content: '';
            width: 12px;
            height: 15px;
            position: absolute;
            top: 50%;
            left: 0px;
            transform: translateY(-50%); }
          .ranking-list .ranking-info-area .ranking-info-item .ranking-trend .trend.up:before {
            background: url(../images/iot_img/page/rank/up_small.png) no-repeat; }
          .ranking-list .ranking-info-area .ranking-info-item .ranking-trend .trend.down:before {
            background: url(../images/iot_img/page/rank/down_small.png) no-repeat; }
          .ranking-list .ranking-info-area .ranking-info-item .ranking-trend .trend.same:before {
            height: 4px;
            background: url(../images/iot_img/page/rank/keep_small.png) no-repeat; }

.ranking-list-box {
  width: 100%;
  display: table;
  table-layout: fixed;
  position: relative;
  padding: 27px 5px;
  border-bottom: 1px solid #DDDDDD; }
  .ranking-list-box .ranking-number {
    margin-bottom: 15px; }
    @media screen and (min-width: 768px) {
      .ranking-list-box .ranking-number {
        display: table-cell;
        width: 200px;
        vertical-align: middle;
        margin-bottom: 0; } }
    .ranking-list-box .ranking-number span {
      display: inline-block;
      text-align: center;
      min-width: 130px;
      color: #fff;
      font-size: 16px;
      background-color: #5A5657;
      border-radius: 0 5px 5px 0;
      padding: 6px 15px 6px 50px;
      position: relative; }
      .ranking-list-box .ranking-number span:before {
        content: '';
        display: block;
        width: 48px;
        height: 44px;
        position: absolute;
        top: -4px;
        left: -3px; }
      .ranking-list-box .ranking-number span.first:before {
        background: url(../images/iot_img/page/rank/frist_icon.png) no-repeat; }
      .ranking-list-box .ranking-number span.second:before {
        background: url(../images/iot_img/page/rank/second_icon.png) no-repeat; }
      .ranking-list-box .ranking-number span.third:before {
        background: url(../images/iot_img/page/rank/third_icon.png) no-repeat; }
      .ranking-list-box .ranking-number span.blue {
        border: 2px solid #A1CEF7;
        border-radius: 5px;
        background-color: #FFF;
        color: #595656;
        padding: 4px 15px 4px 40px; }
        .ranking-list-box .ranking-number span.blue:before {
          width: 34px;
          height: 22px;
          background: url(../images/iot_img/page/rank/star_blue_icon.png) no-repeat;
          top: 4px;
          left: 6px; }
      .ranking-list-box .ranking-number span.gray {
        border: 2px solid #BBBBBB;
        border-radius: 5px;
        background-color: #FFF;
        color: #595656;
        padding: 4px 15px 4px 40px; }
        .ranking-list-box .ranking-number span.gray:before {
          width: 22px;
          height: 22px;
          background: url(../images/iot_img/page/rank/star_gray.png) no-repeat;
          top: 4px;
          left: 6px; }
  .ranking-list-box .ranking-item {
    padding-left: 65px;
    position: relative; }
    @media screen and (min-width: 768px) {
      .ranking-list-box .ranking-item {
        display: table-cell; } }
    .ranking-list-box .ranking-item .ranking-photo {
      position: absolute;
      top: 0;
      left: 0; }
    .ranking-list-box .ranking-item .ranking-name {
      font-size: 18px; }
      .ranking-list-box .ranking-item .ranking-name a {
        color: #046ccc; }
    .ranking-list-box .ranking-item .medal-area {
      display: inline-block; }
      .ranking-list-box .ranking-item .medal-area .medal {
        position: relative;
        display: inline-block;
        font-size: 14px;
        font-family: Arial;
        padding-left: 20px; }
        .ranking-list-box .ranking-item .medal-area .medal:after {
          content: '';
          display: block;
          position: absolute;
          width: 10px;
          height: 10px;
          border-radius: 2px;
          left: 3px;
          top: 50%;
          margin-top: -6px; }
        .ranking-list-box .ranking-item .medal-area .medal.gold:after {
          background-color: #ffc600; }
        .ranking-list-box .ranking-item .medal-area .medal.silver:after {
          background-color: #d4d4d4; }
        .ranking-list-box .ranking-item .medal-area .medal.copper:after {
          background-color: #d8a45a; }
    .ranking-list-box .ranking-item .ranking-fans-area {
      display: inline-block;
      font-size: 14px; }
  .ranking-list-box .ranking-status {
    font-family: Arial;
    font-size: 22px;
    font-weight: bold;
    padding-right: 27px;
    position: absolute;
    top: 30px;
    right: 10px; }
    @media screen and (min-width: 768px) {
      .ranking-list-box .ranking-status {
        top: 50%;
        right: 34px;
        transform: translateY(-50%); } }
    .ranking-list-box .ranking-status:after {
      content: '';
      display: block;
      width: 16px;
      height: 22px;
      position: absolute;
      top: 6px;
      right: 0;
      background: url(../images/iot_img/page/rank/down_large.png) no-repeat; }
    .ranking-list-box .ranking-status.up:after {
      background: url(../images/iot_img/page/rank/up_large.png) no-repeat; }
    .ranking-list-box .ranking-status.same:after {
      height: 5px;
      top: 15px;
      background: url(../images/iot_img/page/rank/keep_large.png) no-repeat; }
    .ranking-list-box .ranking-status.down:after {
      background: url(../images/iot_img/page/rank/down_large.png) no-repeat; }

.rank-reward-row {
  width: 100%;
  display: table; }
  .rank-reward-row .rank-reward-number {
    display: table-cell;
    font-size: 14px; }
    .rank-reward-row .rank-reward-number.top {
      font-size: 16px; }
    .rank-reward-row .rank-reward-number span {
      display: inline-block;
      margin: 0 4px;
      font-size: 18px; }
  .rank-reward-row .rank-reward-money {
    display: table-cell;
    width: 90px;
    font-family: Arial;
    vertical-align: middle;
    font-size: 14px; }
    .rank-reward-row .rank-reward-money span {
      color: #ff6b00;
      font-size: 16px;
      display: inline-block;
      margin-left: 5px; }

.iot-myrank-area {
  margin-top: 35px;
  margin-bottom: 25px; }
  .iot-myrank-area .iot-myrank-box {
    position: relative;
    border: 1px solid #FFAF89; }
    .iot-myrank-area .iot-myrank-box .iot-myrank-title {
      height: 46px;
      line-height: 46px;
      font-size: 16px;
      color: #000;
      background-color: #FFD6C2;
      border-bottom: 2px solid #FFAF89;
      padding: 0px 15px 0 44px;
      position: relative; }
      .iot-myrank-area .iot-myrank-box .iot-myrank-title:before {
        content: '';
        display: block;
        width: 21px;
        height: 26px;
        background: url(../images/iot_img/page/rank/icon_side_title_orange.png) no-repeat;
        -webkit-background-size: 21px;
        background-size: 21px;
        position: absolute;
        top: 0;
        left: 13px; }
    .iot-myrank-area .iot-myrank-box .iot-myrank-content {
      padding: 15px 20px; }
      .iot-myrank-area .iot-myrank-box .iot-myrank-content .iot-myrank-content-box {
        position: relative;
        padding-left: 70px; }
        .iot-myrank-area .iot-myrank-box .iot-myrank-content .iot-myrank-content-box .user-photo {
          border-radius: 50%;
          position: absolute;
          top: 0;
          left: 0; }
        .iot-myrank-area .iot-myrank-box .iot-myrank-content .iot-myrank-content-box .iot-myrank-staus {
          display: block; }
          .iot-myrank-area .iot-myrank-box .iot-myrank-content .iot-myrank-content-box .iot-myrank-staus.rank {
            display: inline-block;
            position: relative; }
            .iot-myrank-area .iot-myrank-box .iot-myrank-content .iot-myrank-content-box .iot-myrank-staus.rank:after {
              content: '';
              display: block;
              width: 12px;
              height: 4px;
              background: url(../images/iot_img/page/rank/keep_small.png) no-repeat;
              -webkit-background-size: 12px;
              background-size: 12px;
              position: absolute;
              top: 50%;
              right: -17px;
              transform: translateY(-50%); }
            .iot-myrank-area .iot-myrank-box .iot-myrank-content .iot-myrank-content-box .iot-myrank-staus.rank.up:after {
              background: url(../images/iot_img/page/rank/up_small.png) no-repeat;
              -webkit-background-size: 12px;
              background-size: 12px;
              height: 15px; }
            .iot-myrank-area .iot-myrank-box .iot-myrank-content .iot-myrank-content-box .iot-myrank-staus.rank.down:after {
              background: url(../images/iot_img/page/rank/down_small.png) no-repeat;
              -webkit-background-size: 12px;
              background-size: 12px;
              height: 15px; }
        .iot-myrank-area .iot-myrank-box .iot-myrank-content .iot-myrank-content-box .iot-myrank-staus + .iot-myrank-staus {
          margin-top: 5px; }

.rank-slogan-area {
  margin-bottom: 5px; }
  .rank-slogan-area .big-slogan {
    color: #3195f0;
    font-size: 18px;
    font-weight: bold;
    transform: skew(-15deg); }

a.rule-link {
  color: #0074c1;
  text-decoration: underline; }

.list-title-area2 > .btn.view-type {
  float: right;
  background: #046CCC;
  transform: translateY(-3px);
  padding: 5px 12px;
  margin-left: 10px; }
  .list-title-area2 > .btn.view-type:hover, .list-title-area2 > .btn.view-type:focus, .list-title-area2 > .btn.view-type:active {
    color: #FFF; }
  @media screen and (min-width: 992px) {
    .list-title-area2 > .btn.view-type {
      transform: translateY(0px); } }

.simple-news-list-area .list {
  position: relative;
  padding: 15px 5px;
  border-bottom: 1px solid #DDDDDD; }
  .simple-news-list-area .list .date {
    display: block;
    color: #6AB8FF;
    font-size: 16px;
    font-family: Arial; }
  .simple-news-list-area .list .title {
    word-break: break-all;
    font-size: 16px;
    color: #3c3c3c;
    display: inline-block; }
  @media screen and (min-width: 768px) {
    .simple-news-list-area .list .date {
      position: absolute;
      left: 10px; }
    .simple-news-list-area .list .title {
      padding-left: 100px; } }

.iot-detail-content-area .list-title-area2 .status-box {
  color: #777777;
  font-size: 15px;
  margin-bottom: 3px; }
  .iot-detail-content-area .list-title-area2 .status-box .hi-time {
    margin-bottom: 3px; }
  .iot-detail-content-area .list-title-area2 .status-box .date {
    font-size: 16px;
    color: #777777;
    font-weight: bold; }

.new-plan-faq-list {
  padding: 25px 0 20px 0px;
  border-bottom: 2px solid #DDDDDD; }
  @media screen and (min-width: 480px) {
    .new-plan-faq-list {
      padding: 25px 15px 20px 15px; } }
  .new-plan-faq-list .user-info .user-photo {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%; }
  .new-plan-faq-list .user-info .ask, .new-plan-faq-list .user-info .brows1, .new-plan-faq-list .user-info .collection, .new-plan-faq-list .user-info .reply, .new-plan-faq-list .user-info .brows {
    padding-top: 26px;
	position: relative;
    font-family: Arial,Microsoft JhengHei;
    font-size: 13px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    margin-top: 0;
    text-align: center;
    width: 50px;
    height: 50px;
    vertical-align: top; }
  .new-plan-faq-list .user-info .ask {
    border: 1px solid #3e9ddb; }
  .new-plan-faq-list .user-info .brows {
    border: 1px solid #D5D5D5; }
  .new-plan-faq-list .user-info .collection {
    border: 1px solid #ff8044; }
  .new-plan-faq-list .user-info .ask .num, .new-plan-faq-list .user-info .brows1 .num, .new-plan-faq-list .user-info .collection .num, .new-plan-faq-list .user-info .reply .num, .new-plan-faq-list .user-info .brows .num {
    position: absolute;
    top: 0;
    width: 100%;
	display: block;
    line-height: 17px;
    margin-top: 5px;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold; }
  .new-plan-faq-list .user-info .ask .plus:after, .new-plan-faq-list .user-info .brows1 .plus:after, .new-plan-faq-list .user-info .collection .plus:after {
    content: "+";
    font-size: 16px; }
  .new-plan-faq-list .user-info .ask, .new-plan-faq-list .user-info .brows1, .new-plan-faq-list .user-info .collection, .new-plan-faq-list .user-info .reply, .new-plan-faq-list .user-info .brows {
    margin-top: 0px;
    margin-left: 15px; }
  .new-plan-faq-list .user-info .ask {
    margin-left: 0; }
  .new-plan-faq-list .user-info .already .num {
    margin-top: 6px; }
  .new-plan-faq-list .user-info-area .user-info {
    width: 200px; }
  .new-plan-faq-list .user-info-area .plan-info {
    margin-top: 15px; }
    .new-plan-faq-list .user-info-area .plan-info .plan-title {
      display: block;
      color: #046CCC;
      font-size: 14px;
      margin-top: 2px; }
      .new-plan-faq-list .user-info-area .plan-info .plan-title > a {
        color: #046CCC; }
    .new-plan-faq-list .user-info-area .plan-info .plan-faq-date {
      display: inline-block;
      font-size: 13px;
      font-family: Arial;
      margin-left: 8px;
      vertical-align: middle;
      color: #6A6A6A; }
    .new-plan-faq-list .user-info-area .plan-info .plan-type {
      vertical-align: middle; }
  @media screen and (min-width: 768px) {
    .new-plan-faq-list .user-info-area {
      display: table; }
      .new-plan-faq-list .user-info-area .plan-info {
        margin-top: 0;
        display: table-cell;
        padding-left: 20px;
        vertical-align: top; }
        .new-plan-faq-list .user-info-area .plan-info .plan-title {
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
      .new-plan-faq-list .user-info-area .user-info {
        display: table-cell;
        vertical-align: top;
        border-right: 1px solid #DDD; } }
  .new-plan-faq-list .plan-faq-area {
    margin-top: 20px; }
    .new-plan-faq-list .plan-faq-area .plan-faq-title {
      font-size: 18px;
      color: #3C3C3C;
      padding-left: 5px; }
    .new-plan-faq-list .plan-faq-area .plan-faq-content {
      font-size: 14px;
      padding-left: 2px;
      color: #9D9999;
      margin-bottom: 20px;
      word-wrap: break-word; }
    .new-plan-faq-list .plan-faq-area .comments-area {
      margin-top: 15px;
      border-top: 1px dashed #DDDDDD;
      padding: 15px 0 0 58px;
      position: relative;
      font-size: 14px; }
      @media screen and (min-width: 480px) {
        .new-plan-faq-list .plan-faq-area .comments-area {
          padding: 15px 15px 0 73px; } }
      .new-plan-faq-list .plan-faq-area .comments-area .comments-title {
        position: absolute;
        top: 15px;
        font-size: 13px;
        left: 0;
        color: #b0b0b0; }
        .new-plan-faq-list .plan-faq-area .comments-area .comments-title i {
          font-size: 15px; }
        @media screen and (min-width: 480px) {
          .new-plan-faq-list .plan-faq-area .comments-area .comments-title {
            left: 12px; } }
      .new-plan-faq-list .plan-faq-area .comments-area .comments {
        display: block;
        color: #595656;
        word-break: break-word;
        max-width: 100%; }
      .new-plan-faq-list .plan-faq-area .comments-area .comments-user {
        color: #046CCC; }
      .new-plan-faq-list .plan-faq-area .comments-area .comments-time {
        margin-left: 10px;
        color: #9D9999;
        font-family: Arial; }
    .new-plan-faq-list .plan-faq-area .tag-area {
      text-align: right; }
      .new-plan-faq-list .plan-faq-area .tag-area a {
        font-size: 13px;
        color: #b0b0b0;
        padding-right: 10px;
        display: inline-block; }
      .new-plan-faq-list .plan-faq-area .tag-area i {
        font-size: 15px;
        color: #a0a0a0;
        padding-right: 5px; }
  .new-plan-faq-list .collapsed-btn-area {
    text-align: right;
    margin-top: 10px; }
  .new-plan-faq-list .collapsed-btn {
    position: relative;
    float: none;
    top: 0;
    text-align: left; }
  .new-plan-faq-list .collapsed.is-collapsed {
    max-height: 100px; }

.plan-type {
  display: inline-block;
  border-radius: 15px;
  height: 24px;
  line-height: 24px;
  color: #FFF;
  font-size: 11px;
  padding: 0px 10px; }
  .plan-type.iot {
    background: #7B13BD; }
  .plan-type.power {
    background: #03958C; }
  .plan-type.car {
    background: #CE167E; }

.plan-field-area {
  margin-bottom: 20px; }
  @media screen and (min-width: 992px) {
    .plan-field-area {
      margin-bottom: 30px; } }
  .plan-field-area h4.title {
    font-size: 17px;
    font-weight: bold;
    color: #595656;
    margin: 6px 0px 12px;
    border-bottom: 2px solid #b5d8f9;
    position: relative;
    padding-bottom: 4px; }
    .plan-field-area h4.title:before {
      content: '';
      display: block;
      width: 64px;
      height: 2px;
      background: url(../images/iot_style/title_line_2x.png);
      background-size: 64px;
      position: absolute;
      bottom: -2px;
      left: 0; }
    @media screen and (min-width: 768px) {
      .plan-field-area h4.title:before {
        background: url(../images/iot_style/title_line.png);
        background-size: 64px; } }
  .plan-field-area .plan-field {
    margin-bottom: 6px;
    padding-left: 1px;
    padding-right: 10px;
    display: block; }
    .plan-field-area .plan-field .icon {
      vertical-align: middle;
      display: inline-block;
      width: 55px;
      height: 45px; }
      .plan-field-area .plan-field .icon.power {
        background: url(../images/iot_img/page/tag_power_2x.png);
        background-size: 55px auto; }
        @media screen and (min-width: 992px) {
          .plan-field-area .plan-field .icon.power {
            background: url(../images/iot_img/page/tag_power.png);
            background-size: 55px auto; } }
      .plan-field-area .plan-field .icon.iot {
        background: url(../images/iot_img/page/tag_iot_2x.png);
        background-size: 55px auto; }
        @media screen and (min-width: 992px) {
          .plan-field-area .plan-field .icon.iot {
            background: url(../images/iot_img/page/tag_iot.png);
            background-size: 55px auto; } }
      .plan-field-area .plan-field .icon.car {
        background: url(../images/iot_img/page/tag_car_2x.png);
        background-size: 55px auto; }
        @media screen and (min-width: 992px) {
          .plan-field-area .plan-field .icon.car {
            background: url(../images/iot_img/page/tag_car.png);
            background-size: 55px auto; } }
		.plan-field-area .plan-field .icon.intel {
        background: url(../images/iot_img/page/tag_intel_2x.png);
        background-size: 55px auto; }
        @media screen and (min-width: 992px) {
          .plan-field-area .plan-field .icon.intel {
            background: url(../images/iot_img/page/tag_Intel.png);
            background-size: 55px auto; } }
    .plan-field-area .plan-field .title {
      vertical-align: middle;
      font-size: 15px;
      margin-left: 7px; }
    .plan-field-area .plan-field .num {
      vertical-align: middle;
      color: #3195F0;
      float: right;
      font-size: 20px;
      font-family: Arial;
      font-weight: bold;
      margin-top: 10px; }
  .plan-field-area .news-list-area.strech .news-list {
    display: none; }
    .plan-field-area .news-list-area.strech .news-list:nth-child(-n+3) {
      display: block; }
  .plan-field-area .news-list-area.showall .news-list {
    display: block; }
  .plan-field-area .news-list-area .news-list {
    display: block;
    padding-left: 15px;
    font-size: 14px;
    padding: 6px 0 6px 15px;
    text-align: justify;
    line-height: 1.5;
    word-break: break-all;
    position: relative; }
    .plan-field-area .news-list-area .news-list:after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      border-width: 4px 7px 4px 7px;
      border-style: solid;
      border-color: transparent transparent transparent #046ccc;
      position: absolute;
      left: 3px;
      top: 12px; }
  .plan-field-area .check-more-area {
    padding: 0; }

.check-more-area {
  text-align: right;
  padding: 5px 18px 0; }
  .check-more-area .checkmore-btn {
    cursor: pointer;
    position: relative;
    display: inline-block;
    color: #0074c1;
    font-family: Arial; }
    .check-more-area .checkmore-btn:after {
      display: block;
      content: '';
      width: 5px;
      border-width: 6px 6px 6px 6px;
      border-style: solid;
      border-color: #0074c1 transparent transparent transparent;
      position: absolute;
      left: -15px;
      bottom: 1px; }
    .check-more-area .checkmore-btn.up:after {
      border-color: transparent transparent #0074c1 transparent;
      bottom: initial;
      top: 3px; }

.new-iot-select-title {
  margin: 4px 0px 4px 0px;
  padding-top: 2px;
  font-size: 17px;
  font-weight: bold;
  padding-left: 30px;
  background: url(../images/iot_img/page/icon_search_2x.png) 5px 4px no-repeat;
  background-size: 20px auto; }

.new-iot-select-area {
  padding: 15px;
  border: 1px solid #B1CCE4;
  background: #D0E4F6;
  border-radius: 5px;
  margin-bottom: 15px; }
  @media screen and (min-width: 992px) {
    .new-iot-select-area {
      margin-bottom: 30px; } }
  .new-iot-select-area .select2-container {
    width: 100%;
    margin-bottom: 10px; }
    .new-iot-select-area .select2-container .select2-choices .select2-search-choice {
      display: none; }
  .new-iot-select-area input[type='text'] {
    border: 1px solid #dbe1e8;
    font-size: 13px;
    color: #999999;
    padding: 6px 8px 5px;
    border-radius: 4px;
    width: 100%; }
    .new-iot-select-area input[type='text']::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #999999; }
    .new-iot-select-area input[type='text']:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #999999; }
    .new-iot-select-area input[type='text']::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #999999; }
  .new-iot-select-area .output-power-area {
    border-top: 1px dashed #B1CCE4;
    padding-top: 5px; }
    .new-iot-select-area .output-power-area label {
      font-size: 14px; }
  .new-iot-select-area .input-group {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .new-iot-select-area .input-group + .input-group {
      margin: 10px 0; }
    .new-iot-select-area .input-group label {
      display: table-cell;
      width: 75px;
      white-space: nowrap; }
      @media screen and (min-width: 992px) {
        .new-iot-select-area .input-group label {
          width: 70px; } }
      @media screen and (min-width: 1260px) {
        .new-iot-select-area .input-group label {
          width: 75px; } }
    .new-iot-select-area .input-group .input-area {
      display: table-cell; }
    .new-iot-select-area .input-group .group:after {
      content: '';
      display: block;
      clear: both; }
    .new-iot-select-area .input-group .group input[type='text'] {
      float: left;
      width: calc(50% - 8px); }
    .new-iot-select-area .input-group .group span.middle-text {
      width: 16px;
      color: #999999;
      text-align: center;
      vertical-align: middle;
      float: left;
      margin-top: 2px;
      display: inline-block; }
  .new-iot-select-area .selected-area .tag {
    padding: 0 20px 0 8px;
    line-height: 31px;
    height: 31px;
    color: #FFF;
    border-radius: 5px;
    border: 1px solid #FFF;
    float: left;
    margin-bottom: 10px;
    display: inline-block;
    cursor: pointer;
    margin-right: 3px;
    position: relative; }
    .new-iot-select-area .selected-area .tag.apply-cat2 {
      background-color: #0064c1; }
    .new-iot-select-area .selected-area .tag.apply-cat3 {
      background-color: #2389e6; }
    .new-iot-select-area .selected-area .tag.apply-cat4 {
      background-color: #57afff; }
    .new-iot-select-area .selected-area .tag.tech {
      background-color: #59AE07; }
    .new-iot-select-area .selected-area .tag.vendor {
      background-color: #EE6C0C; }
    .new-iot-select-area .selected-area .tag:after {
      content: '';
      display: block;
      position: absolute;
      background-image: url(../images/iot_img/page/icon_delete.png);
      background-repeat: no-repeat;
      background-position: right 6px center;
      background-size: 10px auto;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      opacity: 0.8; }
  .new-iot-select-area .selected-area .apply-product-area, .new-iot-select-area .selected-area .tech-area, .new-iot-select-area .selected-area .vendor-area {
    display: inline-block;
    float: left; }
  .new-iot-select-area .selected-area:after {
    content: '';
    display: block;
    clear: both; }
  .new-iot-select-area .filter-btn {
    margin-top: 5px;
    width: 100%; }
    .new-iot-select-area .filter-btn .btn {
      padding: 6px 10px;
      float: left;
      width: calc(50% - 8px); }
      .new-iot-select-area .filter-btn .btn + .btn {
        margin-left: 16px; }
    .new-iot-select-area .filter-btn .btn-iot-primary {
      width: calc(60% - 8px); }
    .new-iot-select-area .filter-btn .btn-iot-reset {
      width: calc(40% - 8px); }
    .new-iot-select-area .filter-btn:after {
      content: '';
      display: block;
      clear: both; }

.new-user-profile .user-table .faq-menu-area {
  display: none; }

@media screen and (min-width: 992px) {
  .new-user-profile .user-table {
    display: table;
    width: 100%; }
    .new-user-profile .user-table .user-table-left {
      display: table-cell;
      vertical-align: top;
      width: 225px; }
    .new-user-profile .user-table .user-table-right {
      display: table-cell;
      vertical-align: top;
      padding-left: 45px; }
    .new-user-profile .user-table .faq-menu-area {
      display: table-cell; } }

.new-user-profile .user-info-area {
  margin-bottom: 20px; }
  .new-user-profile .user-info-area .avatar-area {
    border: 1px solid #B1CCE4;
    padding-bottom: 20px; }
    .new-user-profile .user-info-area .avatar-area .img-area {
      text-align: center;
      padding: 20px 0;
      background: linear-gradient(-4deg, transparent 50%, #D1E4F5 0); }
      .new-user-profile .user-info-area .avatar-area .img-area .user-avatar {
        display: inline-block;
        width: 130px;
        height: 130px;
        border: 1px solid #FFF;
        border-radius: 50%;
        background-size: 130px auto;
        vertical-align: middle; }
    .new-user-profile .user-info-area .avatar-area .exp-area {
      text-align: center;
      line-height: 1; }
      .new-user-profile .user-info-area .avatar-area .exp-area .num {
        font-size: 29px;
        font-family: Arial;
        color: #3195F0;
        font-weight: bold;
        position: relative; }
        .new-user-profile .user-info-area .avatar-area .exp-area .num:after {
          content: '經驗';
          right: -33px;
          position: absolute;
          display: inline-block;
          bottom: 5px;
          font-size: 14px;
          color: #6D6D6D;
          font-weight: normal;
          font-family: 微軟正黑體; }
    .new-user-profile .user-info-area .avatar-area .medal-area {
      margin-top: 10px;
      text-align: center; }
      .new-user-profile .user-info-area .avatar-area .medal-area .medal {
        font-family: Arial;
        text-align: left;
        line-height: 21px;
        margin: 0 3px;
        height: 20px;
        width: 55px;
        padding-left: 20px;
        border-radius: 3px;
        color: #FFF;
        display: inline-block;
        position: relative;
        font-weight: bold; }
        .new-user-profile .user-info-area .avatar-area .medal-area .medal:after {
          content: '';
          display: inline-block;
          position: absolute;
          width: 12px;
          height: 12px;
          background: url(../images/iot_img/page/profile/icon_medal_2x.png) center no-repeat;
          background-size: 12px auto;
          left: 5px;
          top: 4px; }
        .new-user-profile .user-info-area .avatar-area .medal-area .medal.gold {
          background-color: #FFC600; }
        .new-user-profile .user-info-area .avatar-area .medal-area .medal.silver {
          background-color: #D4D4D4; }
        .new-user-profile .user-info-area .avatar-area .medal-area .medal.copper {
          background-color: #D8A45A; }
        @media screen and (992px) {
          .new-user-profile .user-info-area .avatar-area .medal-area .medal:after {
            background: url(../images/iot_img/page/profile/icon_medal.png) center no-repeat;
            background-size: 12px auto; } }
  .new-user-profile .user-info-area .info-area {
    padding-top: 10px; }
    .new-user-profile .user-info-area .info-area h5.title {
      display: inline-block;
      font-size: 28px;
      color: #046CCC; }
    .new-user-profile .user-info-area .info-area .sub-title {
      color: #767676;
      font-size: 15px;
      margin-left: 5px; }
    .new-user-profile .user-info-area .info-area .question-info-area {
      margin-top: 12px; }
      .new-user-profile .user-info-area .info-area .question-info-area .question-info {
        display: inline-block;
        padding: 0 10px 0 0;
        font-size: 15px;
        color: #595656; }
        .new-user-profile .user-info-area .info-area .question-info-area .question-info .num {
          font-size: 16px;
          color: #555555;
          font-family: Arial;
          font-weight: bold; }
        .new-user-profile .user-info-area .info-area .question-info-area .question-info + .question-info {
          border-left: 1px solid #C4C4C4;
          padding: 0 10px; }
    .new-user-profile .user-info-area .info-area .tech-area {
      margin-top: 12px;
      font-size: 14px;
      color: #595656; }
      .new-user-profile .user-info-area .info-area .tech-area .tech {
        color: #FF702B;
        margin-right: 10px; }
    .new-user-profile .user-info-area .info-area .intro-area {
      line-height: 1.6;
      font-size: 14px;
      margin-top: 12px; }
    .new-user-profile .user-info-area .info-area .follow-btn {
      color: #FFF;
      padding: 0 30px;
      display: block;
      height: 30px;
      width: 130px;
      line-height: 30px;
      background: #3C9DDC;
      border-radius: 5px;
      text-align: center;
      margin-top: 8px; }
      .new-user-profile .user-info-area .info-area .follow-btn .icon.follow {
        display: inline-block;
        height: 17px;
        width: 17px;
        vertical-align: middle;
        margin-right: 5px;
        background: url("../images/iot_img/page/profile/icon_follow_2x.png") center no-repeat;
        background-size: 17px auto; }
        @media screen and (min-width: 992px) {
          .new-user-profile .user-info-area .info-area .follow-btn .icon.follow {
            background: url("../images/iot_img/page/profile/icon_follow.png") center no-repeat;
            background-size: 17px auto; } }
      @media screen and (min-width: 600px) {
        .new-user-profile .user-info-area .info-area .follow-btn {
          float: right;
          display: inline-block; } }

.list-title-area2.user-page .profile-dropdown {
  margin-left: 10px;
  bottom: 3px;
  float: right;
  position: relative; }
  @media screen and (min-width: 992px) {
    .list-title-area2.user-page .profile-dropdown {
      display: none;
      bottom: 0px; } }
  .list-title-area2.user-page .profile-dropdown > a {
    display: inline-block;
    background: #b5d8f9;
    color: #FFF;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 5px; }
  .list-title-area2.user-page .profile-dropdown .dropdown-menu {
    margin-top: 6px;
    padding: 5px 0;
    left: auto;
    right: 0;
    box-shadow: none;
    border: 1px solid #b5d8f9; }
    .list-title-area2.user-page .profile-dropdown .dropdown-menu > li > a:hover {
      background: #b5d8f9; }
    @media screen and (min-width: 992px) {
      .list-title-area2.user-page .profile-dropdown .dropdown-menu {
        margin-top: 5px; } }

.q-and-a-area {
  padding-top: 10px; }
  .q-and-a-area .qa-list {
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid #DDDDDD; }
    .q-and-a-area .qa-list .title-area .plan-type {
      vertical-align: middle; }
    .q-and-a-area .qa-list .title-area .title {
      font-size: 17px;
      color: #3c3c3c;
      vertical-align: text-top; }
    .q-and-a-area .qa-list .sub-title {
      color: #9D9999;
      font-size: 14px;
      margin-top: 5px;
      padding-left: 5px;
      display: inline-block; }
    .q-and-a-area .qa-list .date-area {
      margin-top: 5px;
      float: right;
      margin-left: 15px;
      display: inline-block;
      color: #9D9999;
      font-size: 14px;
      font-family: Arial; }
    .q-and-a-area .qa-list:after {
      content: '';
      display: block;
      clear: both; }

.profile-fans-list {
  padding-top: 10px; }
  .profile-fans-list .fans-list {
    padding: 5px 3px; }
    .profile-fans-list .fans-list .fans-info-area {
      position: relative;
      min-height: 60px;
      padding-left: 60px;
      padding-top: 10px; }
      .profile-fans-list .fans-list .fans-info-area .img-area {
        position: absolute;
        left: 0;
        top: 10px; }
        .profile-fans-list .fans-list .fans-info-area .img-area img {
          width: 45px;
          height: 45px;
          border-radius: 50%; }
      .profile-fans-list .fans-list .fans-info-area .fans-info .fans-name {
        font-size: 18px;
        font-family: Arial,微軟正黑體;
        color: #046ccc;
        margin: 0; }
      .profile-fans-list .fans-list .fans-info-area .fans-info .sub-title-area {
        font-size: 13px;
        color: #bbb; }
        .profile-fans-list .fans-list .fans-info-area .fans-info .sub-title-area .medal-area {
          margin-left: 10px; }
          .profile-fans-list .fans-list .fans-info-area .fans-info .sub-title-area .medal-area .medal {
            font-family: Arial;
            position: relative;
            padding-left: 11px;
            margin-right: 4px; }
            .profile-fans-list .fans-list .fans-info-area .fans-info .sub-title-area .medal-area .medal:after {
              content: '';
              display: inline-block;
              position: absolute;
              top: 50%;
              left: 0;
              margin-top: -4px;
              width: 8px;
              height: 8px;
              border-radius: 50%; }
            .profile-fans-list .fans-list .fans-info-area .fans-info .sub-title-area .medal-area .medal.copper:after {
              background: #D8A45A; }
            .profile-fans-list .fans-list .fans-info-area .fans-info .sub-title-area .medal-area .medal.gold:after {
              background: #FFC600; }
            .profile-fans-list .fans-list .fans-info-area .fans-info .sub-title-area .medal-area .medal.silver:after {
              background: #D4D4D4; }
    .profile-fans-list .fans-list .tech-area {
      font-size: 14px;
      color: #595656; }
      .profile-fans-list .fans-list .tech-area .tech {
        color: #FF702B;
        margin-right: 10px; }
  @media screen and (min-width: 768px) {
    .profile-fans-list {
      margin-left: -15px;
      margin-right: -15px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap; }
      .profile-fans-list .fans-list-col {
        float: left;
        width: 50%;
        padding: 0 15px;
        display: flex;
        flex-direction: column; } }

.user-info-block {
  display: inline-block;
  float: right;
  padding: 7px 10px 10px 55px;
  position: relative;
  background: #E7F1FA;
  border-radius: 5px; }
  .user-info-block .img-area {
    position: absolute;
    left: 11px;
    top: 12px; }
    .user-info-block .img-area img {
      width: 35px;
      height: 35px; 
	  border-radius: 50%; 
	  webkit-border-radius: 50%;}
  .user-info-block .user-name {
    color: #046CCC;
    font-weight: bold;
    font-size: 13px; }
    .user-info-block .user-name > a {
      color: #046CCC; }
  .user-info-block .user-data {
    font-size: 12px;
    color: #87898C; }
    .user-info-block .user-data .medal-area {
      margin-left: 10px; }
      .user-info-block .user-data .medal-area .medal {
        font-family: Arial;
        position: relative;
        padding-left: 10px;
        margin-right: 4px; }
        .user-info-block .user-data .medal-area .medal:after {
          content: '';
          display: inline-block;
          position: absolute;
          top: 50%;
          left: 0;
          margin-top: -4px;
          width: 7px;
          height: 7px;
          border-radius: 50%; }
        .user-info-block .user-data .medal-area .medal.copper:after {
          background: #D8A45A; }
        .user-info-block .user-data .medal-area .medal.gold:after {
          background: #FFC600; }
        .user-info-block .user-data .medal-area .medal.silver:after {
          background: #D4D4D4; }
		  
.new-plan-faq-list .user-info .reply, .plan-faq-list .user-info .reply, .icon-intro-list .icon, .reply-list .reply-score .reply {
  border: 1px dashed #d5d5d5;
  position: relative;
  font-family: Arial,Microsoft JhengHei;
  font-size: 12px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
  margin-top: 0;
  text-align: center;
  width: 50px;
  height: 50px;
  vertical-align: top;
  padding-top: 27px; }
  .new-plan-faq-list .user-info .reply:after, .plan-faq-list .user-info .reply:after, .icon-intro-list .icon:after, .reply-list .reply-score .reply:after {
    content: '';
    display: block;
    position: absolute;
    height: 25px;
    width: 50px;
    bottom: -1px;
    border-radius: 0  0 50px 50px;
    z-index: -1;
    left: -1px; }
  .new-plan-faq-list .user-info .best.reply, .plan-faq-list .user-info .best.reply, .icon-intro-list .best.icon, .reply-list .reply-score .best.reply {
    border-color: #FF8044;
    border-style: solid;
    color: #FFF; }
    .new-plan-faq-list .user-info .best.reply .num, .plan-faq-list .user-info .best.reply .num, .icon-intro-list .best.icon .num, .reply-list .reply-score .best.reply .num {
      color: #595656; }
    .new-plan-faq-list .user-info .best.reply:after, .plan-faq-list .user-info .best.reply:after, .icon-intro-list .best.icon:after, .reply-list .reply-score .best.reply:after {
      background: #FF8044; }
  .new-plan-faq-list .user-info .asker-best.reply, .plan-faq-list .user-info .asker-best.reply, .icon-intro-list .asker-best.icon, .reply-list .reply-score .asker-best.reply {
    border-color: #6dad42;
    border-style: solid;
    color: #FFF; }
    .new-plan-faq-list .user-info .asker-best.reply .num, .plan-faq-list .user-info .asker-best.reply .num, .icon-intro-list .asker-best.icon .num, .reply-list .reply-score .asker-best.reply .num {
      color: #595656; }
    .new-plan-faq-list .user-info .asker-best.reply:after, .plan-faq-list .user-info .asker-best.reply:after, .icon-intro-list .asker-best.icon:after, .reply-list .reply-score .asker-best.reply:after {
      background: #6dad42; }
  .new-plan-faq-list .user-info .both-best.reply, .plan-faq-list .user-info .both-best.reply, .icon-intro-list .both-best.icon, .reply-list .reply-score .both-best.reply {
    border-color: #e93f28;
    border-style: solid;
    color: #FFF; }
    .new-plan-faq-list .user-info .both-best.reply .num, .plan-faq-list .user-info .both-best.reply .num, .icon-intro-list .both-best.icon .num, .reply-list .reply-score .both-best.reply .num {
      color: #595656; }
    .new-plan-faq-list .user-info .both-best.reply:after, .plan-faq-list .user-info .both-best.reply:after, .icon-intro-list .both-best.icon:after, .reply-list .reply-score .both-best.reply:after {
      background: #e93f28; }
  .new-plan-faq-list .user-info .plan-note.reply, .plan-faq-list .user-info .plan-note.reply, .icon-intro-list .plan-note.icon, .reply-list .reply-score .plan-note.reply {
    border-color: #318ce0;
    border-style: solid;
    color: #FFF; }
    .new-plan-faq-list .user-info .plan-note.reply .num, .plan-faq-list .user-info .plan-note.reply .num, .icon-intro-list .plan-note.icon .num, .reply-list .reply-score .plan-note.reply .num {
      color: #595656; }
    .new-plan-faq-list .user-info .plan-note.reply:after, .plan-faq-list .user-info .plan-note.reply:after, .icon-intro-list .plan-note.icon:after, .reply-list .reply-score .plan-note.reply:after {
      background: #318ce0; }
  .new-plan-faq-list .user-info .already.reply, .plan-faq-list .user-info .already.reply, .icon-intro-list .already.icon, .reply-list .reply-score .already.reply {
    border: 1px #ff8044 dashed; }

.icon-intro-list {
  margin-top: 5px; }
  .icon-intro-list .icon {
    margin-left: 10px;
    margin-right: 15px;
    width: 30px;
    height: 30px; }
    .icon-intro-list .icon:after {
      height: 15px;
      width: 30px;
      border-radius: 0 0 30px 30px; }
  .icon-intro-list .intro {
    display: inline-block;
    font-size: 15px;
    vertical-align: middle; }
  .icon-intro-list + .icon-intro-list {
    margin-top: 10px; }

.reply-text {
  margin-top: 5px;
  width: 50px;
  font-size: 12px;
  text-align: center;
  display: inline-block; }
  .reply-text span {
    display: inline-block; }
  .reply-text.best {
    color: #ff702c; }
  .reply-text.asker-best {
    color: #5fa92e; }
  .reply-text.both-best {
    color: #e52c13; }
  .reply-text.plan-note {
    color: #157ad7; }

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