.owl-modal-step .owl-item::after, ul.list-formula li::after {
  content: '';
  display: table;
  clear: both; }

.upload-area, .page-main-view, .card .pic, .card .avatar, .owl-topic .owl-stage-outer .topic, .owl-modal-pic .pic, .owl-modal-step .pic, ul.list-tools li .pic, header .header-member .avatar {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.text-circle, ul.list-info li, .login-board .text-lg, ul.list-formula li .num, .empty-status .title {
  font-family: 'Arial Rounded MT Bold',sans-serif; }

.upload-area, .page-main-view {
  display: flex;
  align-items: center;
  justify-content: center; }

.card .title, .card .user .name, .card-article-lg .con .title, .card-tool .con .text, .owl-topic .owl-dots .owl-dot .item-banner-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 20px;
  line-height: 20px; }

a, a:hover, a:active, a:focus, a:visited, button, button:hover, button:active, button:focus, button:visited {
  outline: none;
  text-decoration: none; }

a {
  color: #3bb3ae; }
  a:hover, a:focus {
    color: #35a09b; }

ul, ol {
  padding: 0px;
  margin: 0px;
  list-style: none; }

.row {
  margin: 0px -10px; }

[class*="col"] {
  padding: 0px 10px; }

body {
  font-family: "Ping Fang TC","Microsoft YaHei",sans-serif !important;
  color: #222;
  letter-spacing: 1px;
  line-height: 1.4;
  font-weight: 400;
  font-size: 1.4rem;
  background-color: #eee;
  padding: 0px;
  margin: 0px;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  padding-top: 60px; }

#search_toggle {
  display: none;
}

@media screen and (max-width: 767px) {
  #search_1 {
      display: none;
  }

  #search_toggle {
    display: inline-block;
  }

  .pconly {
    display: none;
  }

  body {
    padding-top: 50px;
  }
}

a.link {
  text-decoration: underline; }
  a.link-edit {
    border-bottom: 1px dashed #46C2BC; }

hr.hr-xs {
  margin: 10px 0px; }

.mt-5 {
  margin-top: 5px !important; }

.mt-15 {
  margin-top: 20px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.box-inline-block {
  display: inline-block; }

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

.text-xl {
  font-size: 2.4rem !important; }
  @media screen and (max-width: 580px) {
    .text-xl {
      font-size: 2rem !important; } }

.text-lg {
  font-size: 1.8rem !important; }

.text-md2 {
  font-size: 1.6rem !important; }

.text-md {
  font-size: 1.4rem !important; }

.text-sm {
  font-size: 1.2rem !important; }

.text-muted {
  color: #888 !important; }

.text-danger {
  color: #FF5353 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-fb {
  background-color: #3B5998 !important; }

.bg-youtube {
  background-color: #FB0007 !important; }

.alert {
  background: #f4f4f4; }

.text-circle {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  line-height: 25px;
  text-align: center;
  background: #FFE082;
  color: #222; }

.img-rounded {
  border-radius: 8px; }

.wrap {
  padding: 40px 0px;
  min-height: calc(100vh - 50px); }

.gap {
  display: inline-block;
  margin: 0px 5px;
  color: rgba(0, 0, 0, 0.2); }

ul.list-info li {
  color: #444; }
  ul.list-info li i {
    color: #aaa;
    margin-right: 5px; }

a.totop {
  position: fixed;
  bottom: 100px;
  right: 20px;
  display: block;
  width: 45px;
  height: 45px;
  color: #fff;
  line-height: 45px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.2);
  font-size: 3rem;
  text-align: center;
  z-index: 1000; }
  @media screen and (max-width: 580px) {
    a.totop {
      bottom: 80px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 2.6rem; } }

.ad img {
  width: 100%; }

.board {
  padding: 20px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 8px; }
  .board > .title {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 10px; }
    @media screen and (max-width: 580px) {
      .board > .title {
        font-size: 1.8rem; } }

.line {
  height: 10px;
  background-image: url("../img/img_line.png");
  background-size: 18px 10px;
  background-repeat: repeat-x;
  margin: 20px 0px; }

.btn-helptip {
  position: relative; }
  .btn-helptip .helptip {
    position: absolute;
    z-index: 500;
    text-align: center;
    width: 100%; }
    .btn-helptip .helptip .con {
      padding: 4px 10px;
      background: #FF5353;
      color: #fff;
      font-size: 1.2rem;
      display: inline-block;
      border-radius: 4px; }
      .btn-helptip .helptip .con i {
        margin-right: 5px; }
    .btn-helptip .helptip .arrow::after {
      content: '';
      border-style: solid;
      border-color: #FF5353;
      display: inline-block; }
    .btn-helptip .helptip-top {
      top: -100%;
      left: 0px; }
      .btn-helptip .helptip-top .arrow {
        margin-top: -9px; }
        .btn-helptip .helptip-top .arrow::after {
          border-width: 6px 6px 0px 6px;
          border-color: #FF5353 transparent transparent transparent; }
    .btn-helptip .helptip-right {
      width: 0;
      top: 6px;
      left: calc(100% + 10px); }
      .btn-helptip .helptip-right .arrow {
        display: inline-block;
        margin-right: -5px;
        /*position: absolute;*/
        /*top: 4px;*/
        /*left: 1px;*/ }
        .btn-helptip .helptip-right .arrow::after {
          border-width: 6px 6px 6px 0px;
          border-color: transparent #FF5353 transparent transparent; }

.search-board {
  margin-bottom: 20px;
  padding: 15px 20px; }
  .search-board .title {
    font-size: 1.8rem;
    font-weight: 600; }
    .search-board .title + ul.list-tag {
      margin: 15px 0px 0px 0px; }

ul.list-tag li {
  display: inline-block;
  margin: 5px 0px; }
  ul.list-tag li a {
    display: block;
    padding: 7px 14px;
    background: #eee;
    color: #444;
    border-radius: 30px; }
  ul.list-tag li.active a {
    background: #46C2BC;
    color: #fff; }

.upload-area {
  position: relative;
  min-height: 400px;
  background-color: #ECF8F8;
  border-radius: 8px;
  overflow: hidden;
  flex-direction: column; }
  .upload-area .icon {
    width: 80px;
    opacity: 0.5; }
  .upload-area [class*="text"] {
    margin-top: 20px; }
  .upload-area input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer; }
  .upload-area img {
    width: 100%; }
  .upload-area .tip {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px 10px;
    text-align: right;
    font-size: 1.2rem; }
  .upload-area-cover {
    min-height: 300px;
    /*padding-bottom: 26%;*/
    background-image: url("../img/bg_pattern_yellow.svg"); }
  .upload-area-avatar {
    width: 150px;
    height: 150px;
    min-height: 1px;
    background-image: url("../img/bg_avatar.jpg"); }
  .upload-area-pic, .upload-area-multi {
    background-image: url("../img/bg_pattern_grey.svg"); }
  .upload-area-multi {
    min-height: 150px;
    overflow: visible;
    margin-bottom: 20px; }
    .upload-area-multi .icon {
      width: 40%; }
    .upload-area-multi .upload-del {
      position: absolute;
      top: -10px;
      right: -10px;
      width: 35px;
      height: 35px;
      border-radius: 35px;
      line-height: 35px;
      text-align: center;
      background: rgba(0, 0, 0, 0.6);
      color: #fff; }
  @media screen and (max-width: 580px) {
    .upload-area {
      min-height: 180px;
      margin-bottom: 15px; }
      .upload-area-multi {
        min-height: 120px; } }

ul.list-unset, ol.list-unset {
  margin-left: 15px; }
  ul.list-unset li, ol.list-unset li {
    margin: 10px 0px; }

ul.list-unset {
  list-style: disc; }

ol.list-unset {
  list-style: decimal; }

.page-main-view {
  height: 300px;
  background-image: url("../img/bg_pattern_yellow.svg");
  flex-direction: column; }
  .page-main-view .icon {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    line-height: 100px;
    text-align: center;
    background: #FE9001; }
    .page-main-view .icon img {
      width: 50%; }

.btn {
  padding: 8px 20px; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 0px;
    outline-offset: 0px; }

.btn-default, .btn-default:focus, .btn-default.focus, .btn-default:hover, .btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #222;
  background-color: #fff !important;
  border-color: #eee !important; }

.btn-default:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15); }

@media screen and (max-width: 767px) {
  .btn-default:focus, .btn-default.focus {
    opacity: .5; } }

.btn-primary, .btn-primary:focus, .btn-primary.focus, .btn-primary:hover, .btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #46C2BC !important;
  border-color: #46C2BC !important; }

.btn-primary:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15); }

@media screen and (max-width: 767px) {
  .btn-primary:focus, .btn-primary.focus {
    opacity: .5; } }

.btn-info, .btn-info:focus, .btn-info.focus, .btn-info:hover, .btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #FE9001 !important;
  border-color: #FE9001 !important; }

.btn-info:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15); }

@media screen and (max-width: 767px) {
  .btn-info:focus, .btn-info.focus {
    opacity: .5; } }

.btn-warning, .btn-warning:focus, .btn-warning.focus, .btn-warning:hover, .btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #222;
  background-color: #FFE082 !important;
  border-color: #FFE082 !important; }

.btn-warning:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15); }

@media screen and (max-width: 767px) {
  .btn-warning:focus, .btn-warning.focus {
    opacity: .5; } }

.btn-danger, .btn-danger:focus, .btn-danger.focus, .btn-danger:hover, .btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #FF5353 !important;
  border-color: #FF5353 !important; }

.btn-danger:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15); }

@media screen and (max-width: 767px) {
  .btn-danger:focus, .btn-danger.focus {
    opacity: .5; } }

.btn-link, .btn-link:focus, .btn-link.focus, .btn-link:hover, .btn-link:active, .btn-link.active,
.open > .btn-link.dropdown-toggle {
  color: #888;
  background-color: #fff !important;
  border-color: #fff !important; }

.btn-link:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15); }

@media screen and (max-width: 767px) {
  .btn-link:focus, .btn-link.focus {
    opacity: .5; } }

.btn-chip {
  border-radius: 30px; }

.btn-circle {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  line-height: 35px;
  text-align: center;
  padding: 0px; }
  .btn-circle img {
    width: 24px; }

.form-control {
  background-color: #f4f4f4;
  border: 1px solid #eee;
  box-shadow: none;
  letter-spacing: 1.5px;
  color: #444; }
  .form-control:focus {
    border-color: #46C2BC;
    box-shadow: none; }

.checkbox, .radio {
  padding: 0px;
  margin: 10px 5px; }
  .checkbox label input, .radio label input {
    position: static !important;
    margin-right: 5px; }

select.form-control {
  padding: 0 25px 0 8px;
  background-image: url("../img/ddown.svg");
  background-size: 24px 16px;
  background-position: bottom 10px right 0px;
  background-repeat: no-repeat;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

.modal-dialog {
  margin-top: 70px; }

.modal-header {
  border-bottom: none; }

.modal-body .text-lg {
  font-weight: 600; }

.login-board {
  text-align: center;
  padding: 40px 20px;
  margin-top: -40px; }
  .login-board .icon {
    margin: auto;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    line-height: 80px;
    text-align: center;
    background: #FE9001; }
    .login-board .icon img {
      width: 50px; }
  .login-board .text-lg {
    font-weight: bold;
    margin: 10px 0px 20px 0px; }
  .login-board .btn {
    color: #fff; }
    .login-board .btn i {
      margin-right: 5px; }

.card-section {
  padding: 30px 0px; }
  .card-section a.more {
    float: right;
    vertical-align: middle;
    color: #888; }
  .card-section .section-title {
    margin: 0px 0px 15px 0px; }
    .card-section .section-title h2 {
      float: left;
      font-size: 2.4rem;
      margin: 0px; }
  .card-section .type-title {
    margin-top: 20px; }
    .card-section .type-title .title {
      font-size: 1.8rem;
      float: left; }
      .card-section .type-title .title .icon {
        width: 60px;
        height: 60px;
        border-radius: 60px;
        line-height: 60px;
        text-align: center;
        background: #FFE082;
        display: inline-block;
        margin-right: 5px; }
        .card-section .type-title .title .icon img {
          width: 35px; }
    .card-section .type-title a.more {
      margin-top: 20px; }

@media screen and (max-width: 580px) {
  .card-section {
    padding: 20px 0px; }
    .card-section .section-title {
      margin: 0px 0px 10px 0px; }
      .card-section .section-title h2 {
        font-size: 1.8rem; } }

.card {
  border-radius: 8px;
  background: #fff;
  margin: 10px 0px 20px 0px;
  overflow: hidden;
  transition: ease-in-out 0.3s;
  border: 1px solid #eee;
  position: relative; }
  @media screen and (max-width: 767px) {
    .card {
      margin: 10px 0px; } }
  .card .pic {
    padding-bottom: 40%;
    background-image: url("../img/bg_pattern_grey.svg"); }
  .card .avatar {
    border: 1px solid #eee;
    background-image: url("../img/bg_avatar.jpg");
    flex-shrink: 0; }
  .card .title {
    color: #222;
    font-size: 1.8rem;
    font-weight: 600; }
  .card .date {
    color: #888; }
  .card .user {
    color: #222; }
    .card .user .avatar {
      width: 40px;
      height: 40px;
      border-radius: 40px;
      line-height: 40px;
      text-align: center;
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px; }
    .card .user .name {
      display: inline-block;
      max-width: calc(100% - 60px);
      vertical-align: middle; }
  .card ul.list-info li {
    display: inline-block;
    margin: 0px 5px;
    font-size: 1.2rem; }
  .card .card-footer {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .card .card-footer .user {
      flex-grow: 1;
      max-width: calc(100% - 150px); }
  .card:hover {
    transform: translateY(-15px);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15); }
    @media screen and (max-width: 767px) {
      .card:hover {
        transform: translateY(0px) !important; } }
  .card-article .tag, .card-article .btn-danger, .card-article .dropdown, .card-practice .tag, .card-practice .btn-danger, .card-practice .dropdown, .card-tool .tag, .card-tool .btn-danger, .card-tool .dropdown {
    position: absolute; }
  .card-article .tag, .card-practice .tag, .card-tool .tag {
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px 20px;
    font-size: 1.2rem;
    letter-spacing: 2px; }
  .card-article .btn-danger, .card-article .dropdown, .card-practice .btn-danger, .card-practice .dropdown, .card-tool .btn-danger, .card-tool .dropdown {
    right: 10px;
    top: 10px; }
  .card-article .btn-circle, .card-practice .btn-circle, .card-tool .btn-circle {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15); }
    .card-article .btn-circle img, .card-practice .btn-circle img, .card-tool .btn-circle img {
      position: relative;
      top: -2px; }
  .card-article .dropdown-menu, .card-practice .dropdown-menu, .card-tool .dropdown-menu {
    left: auto;
    right: 10px; }
  .card-user {
    text-align: center; }
    .card-user .pic {
      padding-bottom: 40%;
      background-image: url("../img/bg_pattern_yellow.svg"); }
    .card-user .avatar {
      margin: -50px auto 0px auto;
      width: 90px;
      height: 90px;
      border-radius: 90px;
      line-height: 90px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .card-user .avatar {
          width: 60px;
          height: 60px;
          border-radius: 60px;
          line-height: 60px;
          text-align: center;
          margin: -30px auto 0px auto; } }
    .card-user .con {
      padding: 10px 15px 15px 15px; }
      .card-user .con .title, .card-user .con .text {
        margin: 10px 0px; }
      .card-user .con .title {
        font-size: 1.8rem; }
        @media screen and (max-width: 767px) {
          .card-user .con .title {
            font-size: 1.4rem;
            margin: 5px 0px; } }
      .card-user .con .text {
        color: #888;
        height: 40px;
        overflow: hidden;
        line-height: 20px; }
    .card-user .btn i {
      margin-right: 5px; }
  .card-practice .con, .card-practice .user {
    padding: 10px 15px; }
  .card-practice .con {
    border-bottom: 1px solid #f4f4f4; }
    .card-practice .con .text {
      margin-top: 5px;
      color: #444;
      font-size: 1.2rem;
      height: 40px;
      overflow: hidden;
      line-height: 20px; }
  .card-practice .user {
    display: flex;
    align-items: center; }
    .card-practice .user .avatar {
      width: 50px;
      height: 50px;
      border-radius: 50px;
      line-height: 50px;
      text-align: center; }
    .card-practice .user .name {
      margin-left: 10px;
      width: calc(100% - 50px);
      height: auto; }
      .card-practice .user .name .text-sm {
        margin-top: 3px; }
  .card-practice-comment {
    margin-top: 0px;
    border: none; }
    .card-practice-comment .user {
      display: flex;
      align-items: center; }
      .card-practice-comment .user .name {
        margin-left: 10px;
        width: calc(100% - 60px);
        height: auto; }
    .card-practice-comment .alert {
      margin: 10px 0px;
      padding: 10px; }
    .card-practice-comment .text {
      margin-top: 10px;
      line-height: 1.7; }
    .card-practice-comment:hover {
      transform: translateY(0px);
      box-shadow: none; }
  .card-article .user {
    padding: 10px; }
  .card-article .pic {
    padding-bottom: 50%; }
  .card-article .con {
    padding: 15px 5px; }
    .card-article .con .text, .card-article .con .date {
      font-size: 1.2rem; }
    .card-article .con .date {
      margin-top: 2px; }
    .card-article .con .text {
      color: #444;
      margin: 10px 0px;
      height: 60px;
      overflow: hidden;
      line-height: 20px; }
  .card-article-lg .pic, .card-article-lg .con {
    float: left; }
  .card-article-lg .pic {
    width: 300px;
    padding: 0px;
    height: 200px; }
  .card-article-lg .con {
    width: calc(100% - 300px);
    padding: 10px 15px; }
    .card-article-lg .con .title {
      font-size: 1.8rem; }
    .card-article-lg .con .date {
      margin-top: 10px; }
    .card-article-lg .con .text {
      color: #444;
      height: 60px;
      overflow: hidden;
      line-height: 20px;
      margin-top: 10px; }
  .card-article-lg:hover {
    transform: translateY(0px);
    transform: translateX(10px); }
  @media screen and (max-width: 991px) {
    .card-article-lg .pic {
      width: 150px;
      padding: 0px;
      height: 200px; }
    .card-article-lg .con {
      width: calc(100% - 150px); } }
  @media screen and (max-width: 767px) {
    .card-article-lg .pic, .card-article-lg .con {
      float: none; }
    .card-article-lg .pic {
      width: 100%;
      height: auto;
      padding-bottom: 50%; }
    .card-article-lg .con {
      width: 100%; }
      .card-article-lg .con .title {
        font-size: 1.8rem; } }
  .card-tool .pic {
    padding-bottom: 60%;
    border-bottom: 1px solid #f4f4f4; }
  .card-tool .con {
    padding: 15px; }
    .card-tool .con .text {
      margin-top: 10px;
      color: #444;
      font-size: 1.2rem; }

.owl-card .owl-stage-outer, .owl-practice .owl-stage-outer, .owl-topic .owl-stage-outer, .owl-modal-pic .owl-stage-outer, .owl-modal-step .owl-stage-outer {
  padding-top: 20px;
  top: -20px; }

.owl-card .owl-nav .owl-prev, .owl-card .owl-nav .owl-next, .owl-practice .owl-nav .owl-prev, .owl-practice .owl-nav .owl-next, .owl-topic .owl-nav .owl-prev, .owl-topic .owl-nav .owl-next, .owl-modal-pic .owl-nav .owl-prev, .owl-modal-pic .owl-nav .owl-next, .owl-modal-step .owl-nav .owl-prev, .owl-modal-step .owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 50px);
  color: rgba(0, 0, 0, 0.2) !important; }
  .owl-card .owl-nav .owl-prev:hover, .owl-card .owl-nav .owl-next:hover, .owl-practice .owl-nav .owl-prev:hover, .owl-practice .owl-nav .owl-next:hover, .owl-topic .owl-nav .owl-prev:hover, .owl-topic .owl-nav .owl-next:hover, .owl-modal-pic .owl-nav .owl-prev:hover, .owl-modal-pic .owl-nav .owl-next:hover, .owl-modal-step .owl-nav .owl-prev:hover, .owl-modal-step .owl-nav .owl-next:hover {
    color: rgba(0, 0, 0, 0.3) !important; }
  .owl-card .owl-nav .owl-prev.disabled, .owl-card .owl-nav .owl-next.disabled, .owl-practice .owl-nav .owl-prev.disabled, .owl-practice .owl-nav .owl-next.disabled, .owl-topic .owl-nav .owl-prev.disabled, .owl-topic .owl-nav .owl-next.disabled, .owl-modal-pic .owl-nav .owl-prev.disabled, .owl-modal-pic .owl-nav .owl-next.disabled, .owl-modal-step .owl-nav .owl-prev.disabled, .owl-modal-step .owl-nav .owl-next.disabled {
    display: none; }

.owl-card .owl-nav .owl-prev, .owl-practice .owl-nav .owl-prev, .owl-topic .owl-nav .owl-prev, .owl-modal-pic .owl-nav .owl-prev, .owl-modal-step .owl-nav .owl-prev {
  left: -40px; }

.owl-card .owl-nav .owl-next, .owl-practice .owl-nav .owl-next, .owl-topic .owl-nav .owl-next, .owl-modal-pic .owl-nav .owl-next, .owl-modal-step .owl-nav .owl-next {
  right: -40px; }

.owl-card .owl-dots, .owl-practice .owl-dots, .owl-topic .owl-dots, .owl-modal-pic .owl-dots, .owl-modal-step .owl-dots {
  text-align: center; }
  .owl-card .owl-dots .owl-dot, .owl-practice .owl-dots .owl-dot, .owl-topic .owl-dots .owl-dot, .owl-modal-pic .owl-dots .owl-dot, .owl-modal-step .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    line-height: 10px;
    text-align: center;
    margin: 0px 3px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.2); }
    .owl-card .owl-dots .owl-dot.active, .owl-practice .owl-dots .owl-dot.active, .owl-topic .owl-dots .owl-dot.active, .owl-modal-pic .owl-dots .owl-dot.active, .owl-modal-step .owl-dots .owl-dot.active {
      background: #FFE082; }

.owl-practice .owl-nav .owl-prev {
  left: 0px; }

.owl-practice .owl-nav .owl-next {
  right: 0px; }

.owl-practice .card-practice {
  margin: 0px 30px 10px 30px; }

.owl-topic {
  padding: 20px;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 10px; }
  .owl-topic .owl-stage-outer {
    width: 650px; }
    .owl-topic .owl-stage-outer .topic {
      position: relative;
      height: 350px;
      width: 650px;
      border-radius: 8px;
      overflow: hidden; }
      .owl-topic .owl-stage-outer .topic .title, .owl-topic .owl-stage-outer .topic::before {
        position: absolute;
        left: 0px;
        width: 100%; }
  .owl-topic .owl-nav .owl-prev, .owl-topic .owl-nav .owl-next {
    color: rgba(255, 255, 255, 0.8) !important;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2); }
    .owl-topic .owl-nav .owl-prev:hover, .owl-topic .owl-nav .owl-next:hover {
      color: white !important; }
  .owl-topic .owl-nav .owl-prev {
    left: 50px; }
  .owl-topic .owl-nav .owl-next {
    left: 600px; }
  .owl-topic .owl-dots {
    text-align: left;
    width: calc(100% - 690px);
    /*650px + 40px for border padding*/
    height: 350px;
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0px 0px 0px 20px;
    background: #fff; }
    .owl-topic .owl-dots .owl-dot {
      height: auto;
      width: 100%;
      border-radius: 0px;
      display: block;
      background: #fff;
      margin: 0px;
      padding: 17px 15px;
      opacity: 0.7;
      border-bottom: 1px solid #eee; }
      .owl-topic .owl-dots .owl-dot .item-banner-title {
        height: 35px;
        /*line-height: 35px;*/
        font-weight: 600;
        font-size: 1.8rem; }
      .owl-topic .owl-dots .owl-dot .text-circle {
        width: 35px;
        height: 35px;
        border-radius: 35px;
        line-height: 35px;
        text-align: center;
        background: #eee;
        margin-right: 10px; }
      .owl-topic .owl-dots .owl-dot.active {
        background: inherit;
        color: #222;
        opacity: 1; }
        .owl-topic .owl-dots .owl-dot.active .text-circle {
          background: #FFE082; }
      .owl-topic .owl-dots .owl-dot:last-child {
        border: none; }

.owl-modal-pic .pic, .owl-modal-step .pic {
  border-radius: 8px; }

.owl-modal-pic .owl-nav .owl-prev, .owl-modal-step .owl-nav .owl-prev {
  left: 30px; }

.owl-modal-pic .owl-nav .owl-next, .owl-modal-step .owl-nav .owl-next {
  right: 30px;
  left: auto; }

.owl-modal-pic .pic {
  padding-bottom: 70%; }

.owl-modal-pic .owl-nav .owl-prev, .owl-modal-pic .owl-nav .owl-next {
  color: rgba(255, 255, 255, 0.7) !important; }
  .owl-modal-pic .owl-nav .owl-prev:hover, .owl-modal-pic .owl-nav .owl-next:hover {
    color: white !important; }

.owl-modal-step .owl-item .pic, .owl-modal-step .owl-item .con {
  float: left; }

.owl-modal-step .owl-item .pic {
  display: block;
  width: 60%;
  padding-bottom: 40%;
  background-size: cover;
  background-color: #eee; }

.owl-modal-step .owl-item .con {
  width: 40%;
  padding-left: 20px; }
  .owl-modal-step .owl-item .con .title {
    font-size: 1.8rem;
    font-weight: 600; }
    .owl-modal-step .owl-item .con .title span {
      margin-right: 5px; }
  .owl-modal-step .owl-item .con .text {
    margin-top: 10px; }

.owl-modal-step .owl-nav .owl-prev, .owl-modal-step .owl-nav .owl-next {
  top: auto;
  bottom: -10px;
  font-size: 1rem !important; }

.owl-modal-step .owl-nav .owl-prev {
  left: auto;
  right: 60px; }

.owl-modal-step .owl-nav .owl-next {
  right: 10px; }

@media screen and (max-width: 1200px) {
  .owl-topic .owl-stage-outer {
    width: 500px; }
    .owl-topic .owl-stage-outer .topic {
      height: 350px;
      width: 500px; }
  .owl-topic .owl-dots {
    width: calc(100% - 540px);
    /*500px + 40px for border padding*/ }
  .owl-topic .owl-nav .owl-next {
    left: 470px;
    /*500px - 50px + 20 for border padding*/ } }

@media screen and (max-width: 991px) {
  .owl-topic .owl-stage-outer {
    width: 380px; }
    .owl-topic .owl-stage-outer .topic {
      height: 350px;
      width: 380px; }
  .owl-topic .owl-dots {
    width: calc(100% - 420px);
    /*500px + 40px for border padding*/ }
    .owl-topic .owl-dots .owl-dot {
      padding: 15px; }
      .owl-topic .owl-dots .owl-dot .item-banner-title {
        font-size: 1.4rem; }
  .owl-topic .owl-nav .owl-next {
    left: 350px;
    /*500px - 50px + 20 for border padding*/ } }

@media screen and (max-width: 767px) {
  .owl-carousel .card {
    width: 240px; }
  .owl-carousel.owl-card {
    margin-left: 15px; }
  .owl-carousel.owl-practice .card {
    margin: 0px 0px 10px 0px; }
  .owl-topic .owl-stage-outer {
    width: 100%; }
    .owl-topic .owl-stage-outer .topic {
      height: 250px;
      width: 100%; }
      .owl-topic .owl-stage-outer .topic .title {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        color: #fff;
        padding: 20px;
        text-align: center;
        background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 80%);
        font-size: 1.8rem; }
  .owl-topic .owl-dots {
    position: static;
    width: 100%;
    height: auto;
    right: auto;
    top: auto;
    padding: 0px;
    text-align: center;
    margin-top: 10px; }
    .owl-topic .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      border-radius: 10px;
      line-height: 10px;
      text-align: center;
      padding: 0px;
      margin: 0px 3px;
      display: inline-block;
      background: rgba(0, 0, 0, 0.2); }
      .owl-topic .owl-dots .owl-dot .item-banner-title {
        display: none; }
      .owl-topic .owl-dots .owl-dot.active {
        background: #FFE082; }
  .owl-topic .owl-nav .owl-next {
    left: 350px;
    /*500px - 50px + 20 for border padding*/ }
  .owl-modal-step .owl-item .pic, .owl-modal-step .owl-item .con {
    float: none;
    width: 100%; }
  .owl-modal-step .owl-item .pic {
    padding-bottom: 60%; }
  .owl-modal-step .owl-item .con {
    margin-top: 20px;
    padding: 0px; }
    .owl-modal-step .owl-item .con .text {
      line-height: 20px;
      max-height: 100px;
      overflow-y: auto; }
  .owl-modal-step .owl-nav .owl-prev {
    left: 10px;
    right: auto; } }

@media screen and (max-width: 480px) {
  .owl-carousel .card {
    width: 200px; } }

.side-board {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 20px; }
  .side-board > .title {
    font-weight: 600;
    padding: 15px 0px 0px 20px; }

ul.list-check {
  margin-top: 7.5px; }
  ul.list-check li {
    padding: 7.5px 20px; }
    ul.list-check li .checkbox {
      margin: 0px; }
      ul.list-check li .checkbox label {
        font-weight: normal; }
        ul.list-check li .checkbox label input {
          margin-right: 5px; }

ul.list-menu li {
  position: relative;
  border-bottom: 1px solid #eee; }
  ul.list-menu li a {
    display: block;
    padding: 15px 20px;
    color: #444; }
    ul.list-menu li a:hover {
      color: #222; }
    ul.list-menu li a i {
      position: absolute;
      right: 10px;
      top: 15px; }
      @media screen and (max-width: 767px) {
        ul.list-menu li a i {
          transform: rotate(90deg); } }
  @media screen and (max-width: 767px) {
    ul.list-menu li.active a > i {
      transform: rotate(270deg); }
    ul.list-menu li.active > ul.sub-menu {
      display: block; } }
  ul.list-menu li > ul.sub-menu {
    position: absolute;
    z-index: 500;
    left: 100%;
    top: 0px;
    min-width: 200px;
    border-radius: 0px 8px 8px 8px;
    overflow: hidden;
    display: none; }
    @media screen and (max-width: 767px) {
      ul.list-menu li > ul.sub-menu {
        position: static;
        left: auto;
        top: auto;
        min-width: 1px;
        border-radius: 0px; }
        ul.list-menu li > ul.sub-menu li a {
          padding: 10px 20px 10px 35px; } }
  @media screen and (min-width: 991px) {
    ul.list-menu li:hover {
      background: #FFFAEC; }
      ul.list-menu li:hover > ul.sub-menu {
        display: block;
        background: inherit; } }

ul.list-formula {
  margin-bottom: 30px; }
  ul.list-formula li {
    height: 15px;
    border-bottom: 1.5px dashed #eee;
    margin: 5px 0px 20px 0px; }
    ul.list-formula li .title, ul.list-formula li .num {
      padding: 5px;
      background: #fff;
      color: #444; }
    ul.list-formula li .title {
      float: left;
      max-width: calc(100% - 100px); }
    ul.list-formula li .num {
      float: right;
      max-width: 80px; }

ul.list-tools li a {
  display: flex;
  align-items: center;
  padding: 10px 0px; }

ul.list-tools li .pic {
  width: 80px;
  height: 60px;
  border: 1px solid #eee;
  border-radius: 4px;
  background-image: url("../img/bg_tool.jpg"); }

ul.list-tools li .title {
  margin-left: 10px;
  color: #444; }

@media screen and (max-width: 767px) {
  aside.filter-aside {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 1001;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transition: ease-in-out 0.3s; }
    aside.filter-aside a.aside-close {
      position: absolute;
      right: 10px;
      top: 10px;
      font-size: 1.8rem;
      color: #888; }
    aside.filter-aside.active {
      visibility: visible;
      opacity: 1; } }

a.aside-toggle {
  displat: block;
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  left: calc(50% - 50px);
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #46C2BC; }
  a.aside-toggle i {
    margin-right: 5px; }

.pagination > li {
  display: inline; }
  .pagination > li > a,
  .pagination > li > span {
    color: #222;
    background-color: #fff;
    border: 1px solid #fff;
    margin: 0px 3px; }

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #46C2BC;
  background-color: #fff;
  border-color: #fff; }

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #46C2BC;
  border-color: #46C2BC;
  cursor: default; }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #aaa;
  background-color: #fff;
  border-color: #fff;
  cursor: not-allow; }

.empty-status {
  text-align: center;
  margin: 20px 0px; }
  .empty-status .icon img {
    width: 220px; }
  .empty-status .title {
    font-size: 2.4rem;
    font-weight: 600;
    margin: 10px 0px; }
  .empty-status .text {
    color: #444;
    margin-bottom: 20px; }
  .empty-status .btn i {
    margin-right: 5px; }

header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #eee;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  z-index: 1000; }
  header a.logo img {
    height: 50px;
    position: relative;
    top: 3px;
    float: left; }
  header .search {
    float: left;
    margin: 12.5px 0px 0px 15px; }
    header .search .form-control {
      display: inline-block;
      width: 350px;
      border-radius: 30px;
      border: none;
      background: #f4f4f4;
      box-shadow: none; }
  header .header-menu {
    float: right;
    margin-top: 12.5px;
    font-weight: 500; }
    header .header-menu > * {
      display: inline-block; }
    header .header-menu ul {
      margin-right: 15px; }
      header .header-menu ul li {
        display: inline-block;
        margin: 0px 7px; }
        header .header-menu ul li a {
          color: #222; }
          header .header-menu ul li a:hover {
            color: #46C2BC; }
  header .header-member {
    position: relative; }
    header .header-member a {
      color: #222; }
    header .header-member .avatar {
      width: 35px;
      height: 35px;
      border-radius: 35px;
      line-height: 35px;
      text-align: center;
      border: 1px solid #eee;
      display: inline-block;
      vertical-align: middle; }
    header .header-member ul.header-member-menu {
      position: absolute;
      top: 50px;
      right: 0px;
      width: 150px;
      background: #fff;
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
      margin: 0px;
      border-radius: 4px;
      display: none;
      z-index: 1001; }
      header .header-member ul.header-member-menu * {
        display: block; }
      header .header-member ul.header-member-menu li {
        margin: 0px;
        border-bottom: 1px solid #f4f4f4; }
        header .header-member ul.header-member-menu li a {
          padding: 10px 15px; }
        header .header-member ul.header-member-menu li.divider {
          border: 1px solid #eee; }
  header::after {
    content: '';
    display: table;
    clear: both; }

@media screen and (max-width: 991px) {
  header .search .form-control {
    width: 250px; } }

@media screen and (max-width: 767px) {
  header {
    height: 50px; }
    header a.logo {
      position: absolute;
      left: 10px;
      top: 2px;
      float: none; }
      header a.logo img {
        height: 35px; }
    header .search {
      position: absolute;
      top: 100%;
      left: 0px;
      width: 100%;
      height: 50px;
      background: #fff;
      float: none;
      margin: 0px;
      border-top: 1px solid #eee;
      padding: 7px 5px;
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15); }
      header .search .form-control {
        width: calc(100% - 45px); }
    header .header-menu {
      margin-top: 7px;
      margin-right: -5px; } }

footer {
  text-align: center;
  padding-top: 60px;
  background: #fff;
  border-top: 1px solid #eee; }
  footer img {
    height: 50px; }
  footer ul {
    margin: 20px 0px 50px 0px; }
    footer ul li {
      display: inline-block;
      margin: 5px; }
      footer ul li a {
        color: #444; }
        footer ul li a:hover {
          color: #888; }
  footer .copyright {
    font-size: 1.2rem;
    color: #888;
    margin-bottom: 20px; }
  footer::after {
    content: '';
    height: 10px;
    display: block;
    background: #FFE082; }

textarea {
  resize: vertical;
}

/*=======================index test=========================*/

@media screen and (max-width: 721px) {
  #welcome .row .col-xs-6 .con .text, #welcome .item .con .text{
    display: none; } 
/*  #welcome .row .col-xs-6 .con .list-info, #welcome .item .con .list-info{
    display: none; } */
  #welcome .row .col-xs-6 .user, #welcome .item .user{
    display: none; }
  #welcome .row .col-xs-6 .card.card-article .pic, #welcome .item .card.card-article .pic{
    padding-bottom: 75%; }    
  }

/*#recipe .text-lg{
  font-family: '微軟正黑體',sans-serif; 
  font-weight: normal;
}*/

/*#recipe .list-step .text{
  font-family: '微軟正黑體',sans-serif; 
  font-weight: normal;
}*/

/*.row .col-sm-6{
  background: #FF3300;
}

*/

