/* layout class */

.container {
  max-width: 1120px;
}

.thumbnail.preview {
  display: inline-block;
  width: 150px;
  height: 150px;
}

.alert {
  margin-top: 8px;
}

/*custom panel*/

.hot-expert-panel .title {
  color: #754C24;
  font-size: 18px;
  line-height: 36px;
  border-bottom: 1px solid #f0f0f0;
}

/* form */

.checkbox label {
  padding-right: 8px;
}

.form-control.form-control-sm {
  height: 20px;
  line-height: 20px;
  padding: 10px 5px;
}

.form-control.form-control-lg {
  height: 40px;
  line-height: 40px;
  padding: 10px 5px;
  font-size: 18px;
}

textarea.form-control.form-control-lg {
  height: 144px;
  font-size: 14px;
}

.form-control.form-control-flat {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 24px;
  background-color: #fff;
  border: solid 1px #f0f0f0;
}

.dropdown-menu {
  width: 100%;
  max-height: 240px;
  border: none;
  overflow-y: scroll;
  overflow-x: hidden;
}

.dropdown-menu li {
  text-align: center;
  cursor: pointer;
}

.dropdown-menu li a:hover {
  background-color: #cc9966;
  color: #fff;
}

.form-group .dropdown-menu li {
  height: 28px;
  line-height: 28px;
}

.search-form .form-control {
  padding-right: 32px;
}

.search-form .fa-search {
  position: absolute;
  margin-left: 80%;
  line-height: 36px;
  color: #999;
}

/* list */

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  background-color: #fff;
  border-color: #ddd;
  border-right: solid 4px #f5b142 !important;
  /* border-color: #f5b142; */
  color: #333;
}

.list-group-item.active a {
  color: #fff;
}

/* site defined common styles */

.sub-title {
  font-size: 18px;
}

.tr-link {
  cursor: pointer;
}

.tr-link:hover {
  background-color: #f5f5f5;
}

/* navbar */

.top-header {
  /*background-color: #00653b;*/
  background-color: #eee;
}

.top-header .nav li {
  display: inline-block;
}

.top-header .nav li a {
  padding: 0 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 30px;
  color: #666;
}

.top-header .nav li a:hover {
  color: #333;
}

.navbar {
  padding-top: 18px;
  padding-bottom: 18px;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  vertical-align: middle;
}

.navbar a {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.navbar-default {
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 1px 0px 2px #CCC;
  -moz-box-shadow: 1px 0px 2px #CCC;
  box-shadow: 1px 0px 2px #CCC;
}

.navbar-header {
  padding-left: 18px;
}

.navbar-brand {
  padding: 0;
  padding-right: 12px;
  height: 80px;
}

.navbar-brand img {
  height: 100%;
}

.navbar-title {
  display: none;
  padding-left: 18px;
  height: 48px;
  line-height: 48px;
  border-left: solid 2px #eee;
  font-size: 16px;
}

@media(max-width: 768px) {
  .navbar-title {
    display: inline-block;
  }
}

.nav-divider {
  border-bottom: 1px solid #f0f0f0;
}

.navbar .navbar-nav {
  padding-top: 16px;
  display: inline-block;
  font-size: 16px;
}

.navbar .navbar-nav>li a {
  height: 48px;
  line-height: 48px;
  border-radius: 5px;
  padding: 0 16px;
  color: #444;
}

.navbar .navbar-nav>li a:hover {
  color: #b68043;
}

.navbar .navbar-nav>li a.active, .navbar .navbar-nav>li a.active:hover {
  margin: 0 8px;
  background-color: #F0F0F0;
  color: #808080;
}

.navbar li.divider {
  padding: 0;
}

@media (max-width: 768px) {
  .navbar {
    padding: 10px 0;
  }
  .navbar-header {
    padding: 0 12px;
  }
  .navbar-brand {
    height: 48px;
  }
  button.navbar-toggle {
    margin-top: 8px;
  }
  .navbar .navbar-nav {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.navbar-toggle {
  margin-top: 0;
  clear: right;
}

.navbar-collapse.collapsing, .navbar-collapse.in {
  position: absolute;
  right: 0;
  top: 70px;
  left: 0;
  background: #FFF;
  z-index: 80000;
  -webkit-box-shadow: 0px 1px 1px 0px #ccc;
  -moz-box-shadow: 0px 1px 1px 0px #ccc;
  box-shadow: 0px 1px 1px 0px #ccc;
}

.navbar .dropdown-menu li {
  padding: 10px 20px;
}

.navbar .dropdown-menu li a:hover {
  background: #FFF;
}

.nav-underline {
  border-bottom: solid 1px #eee;
  font-size: 16px;
}

.nav-underline li {
  padding: 0 8px;
  text-align: center;
  line-height: 36px;
}

.nav-underline li a {
  border-bottom: solid 5px #fff;
}

.nav-underline li.active a {
  color: #d8a161;
  border-bottom: solid 5px #d8a161;
}

/* footer */

.footer {
  padding: 20px 0;
  /*background-color: #4d4d4d;*/
  /*background-color: #b68044;*/
  background-color: #f2eeef;
  color: #666;
  font-size: 12px;
}

.footer hr {
  border-color: #e8e8e8;
}

.footer-link a {
  color: #666;
  line-height: 28px;
}

.footer .item-title {
  margin-bottom: 15px;
  border-bottom: 1px solid #F2F2F2;
  line-height: 28px;
  font-weight: bold;
}

.footer-link .fa {
  margin-right: 10px;
}

/* content */

.content {
  padding: .8em 1em 3em 1em;
}

@media(min-width: 768px) {
  .content {
    min-height: 600px;
  }
}

/* video modal */

.video-modal .modal-dialog {
  width: 720px;
}

/*
 * expertMatcher
 * @author: william
 */

.slide-animate-container {
  position: relative;
  background: white;
  height: 300px;
  overflow: hidden;
}

.slide.ng-enter, .slide.ng-leave {
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}

.slide.ng-enter {
  left: 100%;
}

/* starting animations for enter */

.slide.ng-enter.ng-enter-active {
  left: 0;
}

/* terminal animations for enter */

.slide.ng-leave {
  left: 0;
}

/* starting animations for leave */

.slide.ng-leave.ng-leave-active {
  left: -100%;
}

/* default iframe */

.viewer-frame {
  margin: 20px 0;
  width: 100%;
  min-height: 667px;
  border: none;
  border-left: solid 1px #eee;
}

@media(max-width: 768px) {
  .viewer-frame {
    margin: 0;
  }
}

/* index */

.content-block {
  margin-top: 20px;
}

.btn-promotion {
  float: left;
  display: block;
  width: 50%;
  height: 160px;
  padding: 30px 0;
  color: #b68043;
}

.btn-promotion:hover {
  background-color: #faf06e;
}

.btn-promotion h3 {
  font-size: 28px;
  padding-bottom: 5px;
}

.btn-promotion p {
  font-size: 20px;
  line-height: 20px;
}

.btn-promotion.left {
  border-left: solid 20px #faf06e;
  border-right: 1px dashed #b68043;
}

.btn-promotion.right {
  float: right;
  text-align: right;
  border-right: solid 20px #faf06e;
}

.btn-heading {
  position: relative;
  display: block;
  padding-right: 40px;
  width: 150px;
  height: 70px;
  line-height: 70px;
  border: 1px solid #BBBBBB;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #FDEF63;
  color: #796A1A;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}

.btn-heading .tti {
  position: absolute;
  top: 0;
  right: 0;
}

.icon-seek-left, .icon-seek-right {
  margin: 25px 30px;
  width: 50px;
  height: 50px;
}

.icon-seek-left {
  float: left;
  background-position: -1px -245px;
}

.icon-seek-right {
  float: right;
  background-position: -57px -245px;
}

/* utilities*/

.dividing-line {
  width: 100%;
  border-bottom: solid 1px #CCC;
}

/* index info-box*/

.info-box {
  padding: 18px 0;
}

.info-box img {
  width: 100%;
  margin-bottom: 12px;
}

/* post */

.article-list {
  padding: 30px 0;
}

.article-detail {
  padding: 30px 0;
}

.post-panel .post-media {
  width: 100%;
}

.post-panel .panel-header {
  padding-bottom: 24px;
}

.post-panel .title-section {
  text-align: center;
}

.post-panel .title-section .author {
  padding-top: 24px;
}

.post-panel .post-body {
  font-size: 16px;
  line-height: 34px;
}

.post-item, .course-item {
  margin-bottom: 24px;
  padding: 8px;
  border-top: solid 1px #eee;
  border-left: solid 1px #eee;
  box-shadow: 1px 1px 1px #ccc;
}

.post-item .post-title {
  max-height: 72px;
  line-height: 36px;
  overflow: hidden;
}

.post-item .info {
  display: block;
  height: 60px;
  font-size: 12px;
}

.post-card {
  padding: 20px 0;
}

.post-card .mark {
  position: absolute;
  left: 10px;
  top: 20px;
}

.post-card img {
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.post-card h3 {
  padding: 8px 0;
  font-size: 18px;
}

.post-card p.author {
  font-size: 12px;
  color: #666;
}

.post-card p.info {
  padding: 8px 0;
  color: #666;
}

.post-card .link {
  color: #79cf4a;
}

/* question */

.question-item {
  width: 100%;
  padding: 24px 12px;
}

.question-item.question-brief {
  padding: 12px 6px;
}

.question-item .q-mark, .question-item .a-mark {
  position: relative;
  top: 22px;
  left: 0;
  display: block;
  padding: 0 8px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-weight: bold;
}

.question-item .q-mark {
  background-color: #79cf4a;
  color: #fff;
}

.question-item .a-mark {
  background-color: #f9ef6b;
  color: #79cf4a;
}

.question-item .a-mark.text-muted {
  background-color: #ccc;
  color: #fff;
}

.question-item .brief {
  padding-top: 0;
  padding-left: 36px;
  width: 100%;
}

.ask-panel {
  margin-top: 0;
}

.ask-panel .panel-body {
  padding-top: 18px;
}

/* expert list */

.expert-guide img {
  width: 100%;
  padding-top: 20px;
}

.expert-guide h3 {
  padding: 10px 20px;
  line-height: 50px;
  color: #8dcfec;
}

.expert-guide h3 .btn {
  width: 200px;
}

.filter-form .btn-block {
  padding: 0 12px;
  text-align: left;
}

.btn-block .addon {
  float: right;
  padding-right: 4px;
  line-height: 28px;
}

.expert-divider {
  padding: 10px 0;
}

/* expert item */

.expert-item-panel .panel-body {
  padding: 8px;
}

.home-expert-portrait {
  padding-right: 30px;
  padding-left: 30px;
  margin-bottom: 40px;
}

.portrait {
  position: relative;
  display: block;
}

.portrait.portrait-home {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.portrait .quote {
  padding: 10px 5px;
  height: 96px;
  line-height: 18px;
  border: 4px solid #77D04A;
  border-top: none;
  border-bottom-width: 30px;
  background-color: #fff;
  font-size: 14px;
}

.portrait-box {
  position: relative;
  width: 100%;
}

.portrait-box img {
  width: 100%;
}

.portrait-box .expert-medal {
  position: absolute;
  width: 40%;
  right: 0;
  bottom: 20px;
}

.portrait-box .info {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 36px;
  line-height: 36px;
  opacity: 0.7;
  background-color: #000;
}

.portrait-box .info-lg {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 72px;
  padding-top: 12px;
  line-height: 24px;
  font-size: 18px;
  color: #fff;
  opacity: 0.7;
  background-color: #000;
}

.portrait-box .info-lg .name {
  font-weight: bold;
  color: #FBB03B;
}

.portrait-box .info-lg .age {
  font-size: 14px;
}

/*TODO: better remove padding-left*/

.portrait-box .info .name {
  padding-left: 1em;
  font-weight: bold;
  color: #FBB03B;
}

.portrait-box .info .age {
  color: #ffffff;
}

.service-info {
  width: 100%;
  height: 28px;
  line-height: 28px;
}

.user-intro {
  height: 140px;
  max-height: 140px;
  line-height: 18px;
  text-indent: 24px;
  font-size: 12px;
  overflow: hidden;
}

.expert-info {
  padding: 10px;
}

.expert-info hr {
  margin: 10px 0;
}

.btn-order-expert {
  padding-left: 8px;
  text-align: left;
}

/* expert card */

.user-card {
  padding-top: 24px;
  font-size: 12px;
}

.user-card img {
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.user-card h4 {
  font-size: 16px;
}

.user-card .user-info {
  padding-bottom: 24px;
}

.btn-status {
  display: inline-block;
  border: 1px solid #E6E6E6;
  color: #B3B3B3;
  margin-right: 10px;
  width: 50%;
  line-height: 28px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.expert-short-list a.item:hover {
  color: #555;
}

.btn-status:hover {
  color: #BC7A44;
}

/* expert config */

ul.service-conditions li {
  padding: 3px 0;
}

.cert-item {
  line-height: 30px;
  /*border-bottom: dashed 1px #eee;*/
}

/* user login */

.user-login {
  padding: 15px 0;
}

.user-register {
  padding-top: 15px;
  padding-bottom: 15px;
}

.panel-compact {
  max-width: 908px;
  margin: 0 auto;
  margin-bottom: 20px;
}

a.btn-reg {
  display: block;
  margin: 20px 0;
  padding-top: 0;
  padding-right: 36px;
  width: 100%;
  height: 120px;
  line-height: 120px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  border: solid 1px #eee;
  border-left: solid 20px #faf06d;
  font-size: 20px;
}

.btn-reg img {
  vertical-align: top;
  margin: 0;
  height: 100%;
  padding-right: 20px;
}

.btn-reg .fa {
  line-height: 120px;
  color: #b88045;
}

/* user register */

/* user home */

.user-content {
  padding-bottom: 30px;
}

.user-head {
  padding: 16px;
  text-align: center;
}

.user-head .user-portrait {
  margin: 18px;
  width: 120px;
  height: 120px;
  border: solid 2px #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.user-head h1 {
  display: inline-block;
  margin: 0;
  margin-bottom: 18px;
  font-size: 24px;
}

.home-bg {
  background-color: #f5f5f5;
}

.home-left {
  padding-right: 0;
}

.home-nav {
  z-index: 100;
  background-color: #f5f5f5;
}

.home-nav li {
  margin: 12px 0;
  padding: 10px 0;
  padding-left: 36px;
  font-size: 18px;
}

.home-nav li.active {
  background-color: #fff;
}

.home-nav li.active a {
  color: #b68043;
}

.home-border {
  background-color: #fff;
}

.home-content {
  margin-left: -16px;
  min-height: 800px;
  padding: 12px 0;
  -webkit-box-shadow: -1px 0px 2px #c8c8c8;
  -moz-box-shadow: -1px 0px 2px #c8c8c8;
  box-shadow: -1px 0px 2px #c8c8c8;
  background-color: #fff;
}

.home-content .user-panel {
  padding: 18px;
}

.home-content .home-header {
  padding: 18px;
}

.home-title {
  margin-top: 0;
  margin-bottom: 24px;
  padding: 24px 48px;
  color: #e0a973;
  background-color: #fdfbe0;
}

/* order item */

.order-list {
  padding: 12px 0;
}

.order-item {
  border-left: solid 8px #eee;
  color: #666;
}

.order-item .order-info {
  line-height: 24px;
}

/**
 * slide
 **/

.slide {
  width: 100%;
  height: 440px;
  position: relative;
  overflow: hidden;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
}

.slide-indicator {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 30px;
  z-index: 100;
}

.slide .slide-indicator ul {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 30px;
  z-index: 100;
}

.slide .slide-indicator ul li {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  color: #b68043;
  margin-bottom: 10px;
  cursor: pointer;
}

.slide .slide-indicator ul li.on {
  background-color: #faf06e;
}

/*expertTab*/

/*
 * Off Canvas
 * --------------------------------------------------
 */

@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
  }
  .row-offcanvas-right {
    right: 0;
  }
  .row-offcanvas-left {
    left: 0;
  }
  .row-offcanvas-right .sidebar-offcanvas {
    right: -50%;
    /* 6 columns */
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -50%;
    /* 6 columns */
  }
  .row-offcanvas-right.active {
    right: 50%;
    /* 6 columns */
  }
  .row-offcanvas-left.active {
    left: 50%;
    /* 6 columns */
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%;
    /* 6 columns */
  }
}

/*
 * expert details
 * --------------------------------------------------
 */

/* expert info tab */

.expert-info-tabs {
  height: 69px;
  background-color: #f9ee6d;
  border-bottom: #e1d762 1px solid;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
}

/* info blocks*/

.expert-info-block>.block-title {
  border-bottom: 4px solid #faf06e;
  padding: 14px 0;
  font-size: 22px;
  line-height: 22px;
  font-weight: normal;
}

.expert-info-block>.block-content {
  padding: 24px 0;
}

/* 经验积累 */

.exp-item {
  margin-bottom: 25px;
}

.exp-item-underline {
  padding-top: 20px;
  border-bottom: 6px solid #d1a775;
}

/* 收费标准 */

.service-item-price {
  font-size: 48px;
}

.style-item {
  width: 100%;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 18px;
  color: #323232;
  border: 1px solid #b58043;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 10px;
  display: block;
  cursor: default;
}

.style-item-underline {
  padding-top: 20px;
  border-bottom: 6px solid #f9ee6d;
}

.q-item-underline {
  height: 55px;
  line-height: 55px;
  font-size: 22px;
  color: #323232;
  font-weight: normal;
  border-bottom: 2px solid #f9ee6d;
  margin-bottom: 30px;
}

.ask-item {
  padding-bottom: 15px;
}

.ask-mark {
  margin-right: 10px;
  float: left;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  font-size: 15px;
  text-align: center;
  line-height: 24px;
}

.ask-mark.ask-brown {
  color: #fff;
  background-color: #d1a775;
}

.ask-mark.ask-yellow {
  color: #fff;
  background-color: #faf06e;
}

.ask-item-question {
  padding-bottom: 15px;
  color: #b68043;
}

.ask-item-answer {
  padding-bottom: 15px;
}

.comment-item {
  padding: 20px 0;
  border-bottom: 1px solid #c8c8c8;
  font-size: 15px;
}

.animate-collapse {
  height: 0px;
  transition: height 2s;
  -moz-transition: height 2s;
  /* Firefox 4 */
  -webkit-transition: height 2s;
  /* Safari and Chrome */
  -o-transition: height 2s;
  /* Opera */
}

.expert-info-tabs {
  line-height: 69px;
}

.expert-info-tabs>.item.active {
  color: #ffffff;
  background-color: #d1a775;
}

.expert-info-tabs>.item {
  position: relative;
  width: 25%;
  margin-top: 0;
  color: #b68044;
  line-height: 69px;
  float: left;
  cursor: default;
}

.cal-col-1 {
  width: 14.28571429%;
  float: left;
  position: relative;
  min-height: 1px;
}

.cal-item {
  height: 58px;
  line-height: 58px;
  position: relative;
}

.cal-header {
  height: 58px;
  line-height: 58px;
  position: relative;
}

.cal-header-default {
  text-align: center;
  background-color: #f0f0f0;
  margin: 1px 0px;
}

.cal-item-default {
  text-align: center;
  background-color: #f0f0f0;
  position: relative;
  margin: 1px;
  cursor: pointer;
}

.btn-cal {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn-cal-default {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.appointment-row {
  padding-top: 10px;
  padding-bottom: 10px;
}

.appointment-panel {
  background: #faf06e;
}

.service-type {
  padding: 36px 0;
  border-top: 2px solid #c8c8c8;
  border-bottom: 2px solid #c8c8c8;
}

.service-type span {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
}

.service-type-span {
  margin-left: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #e6e6e6;
  line-height: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
}

.service-type-span input {
  display: none;
}

.service-type-span2 {
  width: 243px;
}

.service-type-span.checked {
  background-color: #d7a062;
  color: #fff;
}

.order-modal-box {
  bottom: 0;
  display: none;
  left: 0;
  outline: 0 none;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1040;
}

.order-modal-bg {
  background-color: #000;
  display: none;
  left: 0;
  min-height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}

.order-modal-content {
  margin: 0 auto;
  position: relative;
  width: 726px;
  z-index: 200;
}

.order-modal {
  display: none;
}

.order-modal-body {
  float: left;
  position: relative;
  top: 60px;
  bottom: 60px;
  z-index: 110;
  margin: 0 auto 110px;
  width: 723px;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
}

.order-modal-header {
  margin: 0 auto 50px;
  width: 684px;
  text-align: right;
  color: #b68043;
  font-size: 32px;
  font-weight: 300;
}

.order-modal-title {
  margin: 0 0 24px;
  width: 100%;
  height: 90px;
  line-height: 90px;
  border-radius: 10px;
  text-align: center;
  background-color: #fffaba;
  /*background: url("../images/modal-panel-bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
  color: #b68043;
  font-size: 26px;
  font-weight: 300;
}

.order-modal-item-title {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  padding-bottom: 18px;
}

.confirm-result {
  background-color: #f0f0f0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 55px;
  overflow: hidden;
  padding: 40px 25px 55px;
}

.confirm-result p {
  padding-bottom: 28px;
}

.order-modal2 .tip {
  border-top: 2px solid #faf06f;
  font-size: 18px;
  line-height: 30px;
  padding: 55px 30px 30px;
  text-align: center;
}

.modal-content .btn.btn-prev {
  float: left;
}

.order-modal .form-label {
  color: #b68043;
  font-size: 18px;
  line-height: 18px;
  padding: 15px 0;
}

.order-modal-content .query-group, .query-group-two {
  background-color: #f5f5f5;
  -webkit-box-shadow: 1px 1px 2px #cdcdcd;
  -moz-box-shadow: 1px 1px 2px #cdcdcd;
  box-shadow: 1px 1px 2px #cdcdcd;
  display: block;
  float: none;
  margin-bottom: 25px;
  width: 332px;
}

.order-modal-open {
  overflow: hidden;
}

.confirm-result {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #F0F0F0;
  padding: 40px 25px 55px;
  font-size: 22px;
  line-height: 22px;
  overflow: hidden;
  margin-bottom: 55px;
}

.confirm-result span {
  width: 190px;
}

.confirm-result div {
  border-left: 6px solid #D7A062;
  padding-left: 20px;
  height: 175px;
}

.select-state-list {
  padding-bottom: 15px;
}

.state-group {
  overflow: hidden;
}

.state-group a {
  background-color: #e6e6e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #464646;
  display: block;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  margin: 12px 8px;
  text-align: center;
  width: 45%;
}

.state-group a.checked {
  background-color: #cc9966;
  color: #fff;
}

.state-group a input {
  display: none;
}

.state-group-row a {
  width: 100%;
}

.btn-skip {
  margin-top: 12px;
}

.modal-content .btn.btn-next {
  float: right;
}

.user-info {
  padding: 2px 2px 68px;
}

.modal4 .modal-title, .modal5 .modal-title, .reg-success .modal-title {
  background: url("../images/modal-panel-bg3.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 160px;
  margin-bottom: 40px;
}

/*loading*/

.w-load {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 170px;
  height: 140px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #89cfed;
  margin: -85px 0 0 -70px;
  z-index: 3000;
}

.spin_tip {
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 22px;
  display: block;
  padding-top: 93px;
}

/*提示框*/

.public-tip {
  position: fixed;
  left: 50%;
  top: -150px;
  margin-left: -190px;
  width: 350px;
  z-index: 5000;
  height: 80px;
  text-align: center;
  padding: 24px;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: #d8a162;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}

.public-tip .tip-body {
  display: table;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 22px;
}

.public-tip .tip-body span {
  display: table-cell;
  vertical-align: middle;
}

.public-tip .tip-creal {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
}

/*提示框*/

.public-tip {
  position: fixed;
  left: 50%;
  top: -150px;
  margin-left: -190px;
  width: 350px;
  z-index: 5000;
  height: 80px;
  text-align: center;
  padding: 24px;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: #d8a162;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}

.public-tip .tip-body {
  display: table;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 22px;
}

.public-tip .tip-body span {
  display: table-cell;
  vertical-align: middle;
}

.public-tip .tip-creal {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
}

.slide-footer {
  overflow: hidden;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-box-shadow: 0px 1px 1px 0px #ccc;
  -moz-box-shadow: 0px 1px 1px 0px #ccc;
  box-shadow: 0px 1px 1px 0px #ccc;
}

.slide-footer>a {
  background-color: #ffffff;
}

/* post */

.mark {
  display: none;
}

.post-tabs {
  border-bottom: 1px solid #c8c8c8;
}

.tabItem {
  position: relative;
  width: 12.5%;
  line-height: 69px;
  float: left;
  color: #646464;
  font-size: 18px;
}

.tabItem>a {
  color: #646464;
  font-size: 18px;
}

.tabItem>a.active {
  color: #7acf4a;
}

.tabItem>a:hover {
  color: #7acf4a;
}

.field-tags a.btn {
  margin: 0 2px;
}

/* question */

.filter-panel .panel-body {
  padding: 18px;
}

.filter-panel .btn-sm {
  margin: 2px 0;
  height: 24px;
  line-height: 24px;
}

.question-title {
  font-size: 22px;
  line-height: 40px;
  font-weight: 300;
  padding-bottom: 12px;
}

.question-content {
  font-size: 14px;
  line-height: 30px;
}

.question-footer {
  margin-top: 18px;
  font-size: 12px;
}

.question-footer a {
  margin-right: 12px;
  color: #999;
}

.comment-body {
  margin: 16px 0;
  padding-bottom: 8px;
  border-bottom: dashed 1px #eee;
}

.comment-body .comment-author {
  font-size: 14px;
}

.comment-body .comment-author img {
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.answer-header {
  height: 56px;
  line-height: 56px;
}

.answer-title {
  font-size: 22px;
  line-height: 40px;
  font-weight: 200;
  padding-bottom: 12px;
}

.answer-title-mark {
  width: 60px;
  height: 60px;
  line-height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
}

.answer-title-mark img {
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.answer-body {
  font-size: 14px;
  line-height: 30px;
}

.answer-footer {
  margin-top: 18px;
  font-size: 12px;
}

.answer-footer a {
  margin-right: 12px;
  color: #999;
}

.nav-service {
  margin-bottom: 18px;
}

/* txl-breadcrumb */

.breadcrumb-wrapper {
  margin-top: -16px;
  margin-bottom: 24px;
  width: 100%;
  height: 72px;
  line-height: 72px;
  background-color: #f5f5f5;
  -webkit-box-shadow: 1px 1px 2px #e1ded4;
  -moz-box-shadow: 1px 1px 2px #e1ded4;
  box-shadow: 1px 1px 2px #e1ded4;
}

.breadcrumb {
  padding: 0;
  height: 72px;
  font-size: 24px;
  overflow: hidden;
}

.breadcrumb li a {
  color: #666;
}

/* doc-menu */

.doc-panel {
  background: #f5f5f5;
}

.doc-menu {
  padding-top: 15px;
  padding-left: 0;
  padding-right: 0;
}

.doc-content {
  background: #ffffff;
  -webkit-box-shadow: -1px 0 2px #c8c8c8;
  -moz-box-shadow: -1px 0 2px #c8c8c8;
  box-shadow: -1px 0 2px #c8c8c8;
  padding: 15px;
  padding-left: 24px;
  padding-right: 24px;
}

.doc-menu a {
  display: block;
  color: #828282;
  font-size: 18px;
  line-height: 30px;
  padding: 12px 0 12px 40px;
}

.doc-menu a.active {
  background: #ffffff;
}

.doc-menu a:hover {
  background: #ffffff;
}

/* service config */

.service-item {
  padding: 12px 0;
  padding-left: 120px;
  font-size: 14px;
  line-height: 24px;
  border-bottom: dashed 1px #ccc;
}

.service-item:last-of-type {
  border: none;
}

.service-item .service-logo {
  position: absolute;
  left: 12px;
  padding-top: 18px;
  width: 120px;
  height: 138px;
}

.service-item h3 {
  margin-bottom: 18px;
  color: #444;
}

.service-item h3 .brief {
  font-size: 14px;
  font-weight: normal;
  color: #888;
}

.service-item .btn-apply {
  margin-top: 8px;
}

/* 问答panel style*/

.question-detail {
  padding-top: 15px;
  padding-bottom: 15px;
}

.question-panel {
  border-left: 8px solid #999999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0 2px #999;
  -moz-box-shadow: 0 0 2px #999;
  box-shadow: 0 0 2px #999;
}

.question-panel .panel-content {
  position: relative;
  padding: 12px;
}

.question-panel.answered {
  border-color: #77D04A;
}

.question-section {
  position: relative;
  padding-bottom: 18px;
  color: #666;
}

.question-section .icon-right {
  padding-left: 40px;
}

.answer-section {
  position: relative;
  min-height: 30px;
  color: #666666
}

.question-section .icon-question {
  position: absolute;
  top: 5px;
  left: 5px;
}

.question-tag {
  display: inline-block;
  padding: 5px 10px;
  background-color: #F0F0F0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 12px;
}

.answer-section .icon-answer {
  position: absolute;
  bottom: 5px;
  left: 5px;
}

.answer-section .answer-count {
  position: absolute;
  bottom: 0;
  left: 40px;
}

.answer-portrait-container {
  display: block;
  position: absolute;
  right: 5px;
  bottom: 5px;
}

.answer-portrait-container>img {
  display: inline-block;
  width: 24px;
  height: 24px;
}

.border-right {
  padding-right: 30px;
  border-right: 1px solid #F0F0F0;
}

/* common */

.heading-bar {
  width: 100%;
  padding-top: 18px;
  background-color: #F0F0F0;
  position: relative;
}

.heading-bar h1, .heading-bar h2, .heading-bar h3 {
  margin-bottom: 18px;
}

.heading-bar .leading {
  line-height: 70px;
  font-size: 18px;
}

.heading-bar .btn-tab {
  font-size: 16px;
}

.heading-bar .sub-menu {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 100;
}

.sub-menu .item {
  display: block;
  margin: 0;
  width: 100%;
  height: 36px;
  line-height: 36px;
}

.sub-menu .item:hover {
  background-color: #F0F0F0;
}

.sub-menu .well {
  margin-bottom: 20px;
  padding: 19px;
  border: 0;
  border-radius: 0;
  width: 100%;
  min-height: 20px;
  background-color: #ffffff;
}

/* cafe intro */

/* expert list */

.heading-bar .leading-img {
  height: 70px;
}

.heading-bar .leading-text {
  line-height: 70px;
  color: #E0A973;
  font-size: 20px;
}

.expert-list {
  padding-top: 20px;
  padding-bottom: 20px;
}

.search-panel-bg {
  position: relative;
  width: 100%;
  background-color: #FBB03B;
}

.icon-search-panel {
  position: absolute;
  top: 15px;
  left: 10px;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 60px;
  border-radius: 50%;
  color: #fff;
  background-color: #FBB03B;
  font-size: 18px;
  z-index: 1;
}

.icon-search-panel.small {
  top: 25px;
  left: 3px;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: #fff;
  background-color: #FBB03B;
  font-size: 18px;
  z-index: 1;
}

.panel-body.search-panel-body {
  margin-top: 60px;
}

.search-panel-title {
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.search-panel-icon {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
}

/* section info */

.section-info {
  position: relative;
  padding-top: 15px;
}

.background-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #F0F0F0;
  height: 100px;
  z-index: -1;
}

.portrait-container {
  padding: 8px;
  padding-bottom: 48px;
  background-color: #ffffff;
  margin-bottom: 12px;
}

.user-portrait {
  width: 100%;
  height: 100%
}

.portrait-container .expert-medal {
  position: absolute;
  width: 40%;
  right: 0;
  bottom: 20px;
}

.expert-info-card {
  padding-top: 30px;
  padding-bottom: 20px;
}

.expert-info-sheet .info-item {
  padding: 10px 10px;
}

.expert-info-sheet .info-item-bg {
  background-image: url('../images/bg-expert-info.png');
}

.info-name {
  color: #e49c39;
  line-height: 55px;
  font-size: 36px;
}

.info-age {
  color: #797979;
  font-size: 18px;
}

/* content style*/

.info-tabs-pills {
  padding-left: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  list-style: none;
}

.info-tabs-pills .tabs-item {
  position: relative;
  display: block;
  float: left;
  margin-right: 10px;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #ffffff;
}

.info-tabs-pills .tabs-item.active {
  border: 2px solid #e49c39;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.info-tabs-content {
  padding: 15px 10px;
  background-color: #e8e8e8;
}

.info-quote {
  margin-left: 70px;
  color: #E0A973;
}

.info-profession {
  padding-top: 10px;
}

.profession-items {
  display: inline-block;
}

.info-profession .profession-items>li {
  background-color: #64c23b;
  color: #ffffff;
  padding: 5px 10px;
  /*border-radius: 5px;*/
  font-size: 12px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.expert-info-intro {
  margin-bottom: 24px;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 15px;
  color: #888;
}

.expert-info-intro .info-intro-content {
  min-height: 150px;
  line-height: 1.5em;
}

.divider-right {
  border-right: 1px solid #d7d7d7;
}

.expert-sidebar-main-btn {
  height: 80px;
}

.expert-sidebar-group {
  padding-top: 10px;
  padding-bottom: 10px;
}

.expert-sidebar-group .sidebar-item {
  padding-bottom: 8px;
}

.info-style {
  height: 100px;
}

.info-style .expert-style {
  position: relative;
  width: 100%;
  height: 52px;
}

.info-style .expert-style .icon-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
}

.info-style .expert-style .icon-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
}

.expert-style-indicator {
  width: 100px;
  height: 52px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.expert-style-indicator .indicator-left {
  position: absolute;
  top: 10px;
  left: 0;
  width: 50px;
  height: 30px;
  background-color: #E0A973;
}

.expert-style-indicator .center-bar {
  margin-left: auto;
  margin-right: auto;
  width: 20px;
  height: 50px;
  background-color: #E9E9E9;
}

.expert-style-indicator .indicator-right {
  position: absolute;
  top: 10px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 50px;
  height: 30px;
  background-color: #E0A973;
}

.expert-sidebar-group .sidebar-item .item-title {
  height: 36px;
  line-height: 36px;
  color: #754C24;
}

.field-group {
  padding: 0 5px;
  height: 36px;
  line-height: 36px;
  background-color: #64c23b;
  color: #fff;
}

.field-group li {
  text-align: center;
  width: 32%;
  display: inline-block;
}

ul.info-btn-group li {
  margin-bottom: 4px;
  padding: 8px 16px;
  display: inline-block;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.section-calender {
  height: 200px;
}

.section-calender .title {
  font-size: 36px;
  font-weight: bolder;
  border-bottom: 1px solid #E6E6E6;
}

.section-shares {
  background-color: #e2e2e2;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-order {
  padding-bottom: 60px;
}

.section-order-title {
  position: relative;
}

.section-order-title .background-line {
  background-color: #ffffff;
  position: absolute;
  border-bottom: 1px solid #E6E6E6;
  height: 18px;
  top: 0;
  left: 100px;
  right: 0;
  z-index: -1;
}

.section-order-title .title {
  font-size: 36px;
  line-height: 36px;
  font-weight: bolder;
  margin-bottom: 20px;
  /*border-bottom: 1px solid #E6E6E6;*/
}

.order-type {
  padding-bottom: 30px;
}

.order-type .title {
  padding-bottom: 15px;
  font-size: 18px;
  color: #666666;
}

.section-shares-title {
  position: relative;
  margin-bottom: 24px;
}

.section-shares-title .background-line {
  background-color: #ffffff;
  position: absolute;
  border-bottom: 1px solid #E6E6E6;
  height: 10px;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.section-shares-title .title {
  margin-bottom: 20px;
  padding: 0 12px;
  font-size: 22px;
  line-height: 22px;
  font-weight: bolder;
  background-color: #fff;
}

.video-frame {
  margin-top: 20px;
}

.video-frame .video-item, .video-frame .video-item label {
  cursor: pointer;
}

.info-more-btn {
  padding-top: 20px;
}

.appointment-tips {
  padding-bottom: 15px;
}

.appointment-tips .tips-item {
  margin-right: 15px;
}

.event-btn-group {
  margin-top: 48px;
}

.event-radio-btn {
  position: relative;
  margin-bottom: 6px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #E0E0E0;
  padding: 0 5px;
  text-align: center;
  font-size: 16px;
  color: #ffa500;
  cursor: pointer;
}

.event-radio-btn .box-checker-wrapper {
  position: absolute;
  top: 9px;
  left: 9px;
  bottom: 9px;
  width: 21px;
  border: 1px solid #E0E0E0;
}

.event-radio-btn .box-checker {
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 4px;
  right: 4px;
  background-color: #ffffff;
}

.event-radio-btn.checked .box-checker {
  background-color: #00A99D;
}

.event-radio-btn .radio-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 39px;
  background-color: #C1C1C1;
}

.order-notice-msg {
  font-size: 15px;
  line-height: 40px;
  height: 40px;
  font-weight: bold;
  color: #FFA500;
}

.order-confirm-btn, .order-confirm-btn:hover {
  height: 60px;
  line-height: 60px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #FDEF63;
  color: #FFA500;
  font-size: 24px;
}

/* cafe intro */

.cafe-kv {
  width: 100%;
  overflow: hidden;
  height: 550px;
  position: relative;
  background-image: url(../images/cafe-kv-full-1.png);
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.cafe-kv-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  background-color: #EFB740;
  text-align: center;
  z-index: 2;
  color: #000000;
}

.cafe-kv-footer img {
  height: 88px;
}

.cafe-kv-footer .background {
  position: absolute;
  right: -5px;
  bottom: 100px;
  width: 110%;
  height: 100px;
  background-color: #EFB740;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  white-space: nowrap;
  display: block;
  z-index: -1;
}

.cafe-business {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}

.cafe-business .leading {
  font-size: 18px;
}

.cafe-business .card {
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-align: center;
  color: #DDA673;
  font-size: 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 30px;
  -webkit-box-shadow: 0 0 15px #888888;
  -moz-box-shadow: 0 0 15px #888888;
  box-shadow: 0 0 15px #888888;
}

.cafe-business .card span {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-align: center;
  color: #DDA673;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.cafe-strength {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  background-color: #fcee52;
  text-align: center;
}

.cafe-strength img {
  height: 90px;
}

.cafe-strength h4 {
  font-weight: bolder;
  color: #000000;
}

.cafe-strength p {
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  color: #000000;
}

.cafe-comment {
  padding-top: 15px;
  /*padding-bottom: 15px;*/
  width: 100%;
  background-color: #ffffff;
  z-index: 0;
}

.cafe-comment img {
  width: 100%;
}

.cafe-comment h3 {
  font-size: 22px;
  font-weight: bolder;
  color: #000000;
}

.cafe-transition {
  overflow: hidden;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 15px;
  width: 100%;
  /*height: 60px;*/
  background-color: #ffffff;
  position: relative;
  color: #DDA673;
  z-index: -1;
}

.cafe-transition p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5em;
}

.cafe-transition .background {
  position: absolute;
  right: -8px;
  bottom: -50px;
  width: 110%;
  height: 90px;
  background-color: #F2F2F2;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  white-space: nowrap;
  display: block;
  z-index: -2;
}

.cafe-cta {
  padding-top: 15px;
  padding-bottom: 60px;
  width: 100%;
  background-color: #F2F2F2;
  z-index: 2;
}

.cafe-cta .tips {
  padding-left: 0.6em;
}

.cafe-cta h4 {
  padding-top: 50px;
  font-size: 16px;
  font-weight: bolder;
}

.cafe-cta p {
  font-size: 16px;
}

.cafe-cta a.btn {
  margin-top: 15px;
  -webkit-box-shadow: 0 0 15px #888888;
  -moz-box-shadow: 0 0 15px #888888;
  box-shadow: 0 0 15px #888888;
}

.cafe-footer {
  width: 100%;
  background-color: #F2F2F2;
}

.cafe-footer img {
  width: 100%;
}

.cafe-slogan {
  position: relative;
  margin-top: 60px;
}

.cafe-slogan .box {
  position: absolute;
  top: 0;
  left: 20px;
  width: 150px;
  height: 150px;
  background-color: #FDEF63;
  z-index: 1;
}

.cafe-slogan .text {
  position: absolute;
  top: 30px;
  left: 35px;
  color: #000000;
  font-size: 22px;
  font-weight: bolder;
  z-index: 2;
}

.cafe-phone {
  height: 400px;
}

.vertical-text-box {
  padding-top: 15px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
}

.text-vertical {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
  margin-right: 15px;
}

.text-vertical p {
  display: inline-block;
  width: 1em;
}

/*question list*/

.question-sidebar {
  padding-right: 18px;
}

.question-sort {
  padding-top: 15px;
  padding-bottom: 30px;
}

.btn-question-sort {
  background-color: #ffffff;
  border: 1px solid #DFDFDF;
  color: #B3B3B3;
  font-weight: bolder;
}

.question-list {
  padding: 30px 0;
}

.question-menu>li {
  display: block;
  float: left;
}

.btn-tab {
  display: inline-block;
  margin-top: 15px;
  line-height: 60px;
  padding-bottom: 10px;
  width: 90px;
  text-align: center;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
}

.btn-tab.active {
  background-color: #fff;
}

.btn-tab.btn-tab-fat {
  width: 120px;
  font-size: 18px;
}

.question-filters {
  padding-top: 15px;
  padding-bottom: 30px;
}

.question-filters .btn {
  margin: 0 8px;
  padding: 0 18px;
  font-size: 14px;
}

/* home */

.home-kv {
  width: 100%;
  overflow: hidden;
  height: 650px;
  position: relative;
  background-image: url(../images/home-kv.png);
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.home-business {
  padding: 60px 0;
}

@media(max-width: 768px) {
  .home-business {
    padding: 0;
  }
}

.home-activities {
  padding: 60px 0;
}

.home-experts {
  padding: 60px 0;
  background-color: #F0F0F0;
  text-align: center;
}

.home-articles {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  background-color: #ffffff;
  z-index: 0;
}

.home-articles img {
  width: 100%;
}

.home-cafe-cta {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  background-color: #FDEF63;
  z-index: 2;
}

.home-cafe-cta .description {
  padding-top: 15px;
}

.home-cafe-cta h3>span {
  display: inline-block;
}

.home-cafe-cta .home-phone {
  height: 450px;
}

.home-cafe-cta .qr-code {
  margin-top: 20px;
  width: 180px;
  height: 180px;
}

.home-swiper-container {
  width: 100%;
  height: 100%;
}

.home-kv-leading {
  padding-top: 225px;
}

.home-kv-leading .first {
  font-size: 38px;
  font-weight: bold;
  color: #333333;
  text-shadow: 0 0 5px #666666;
  text-align: center;
}

.home-kv-leading .second {
  padding-top: 40px;
  padding-left: 0;
  font-size: 28px;
  color: #333333;
  text-align: center;
}

@media (min-width: 768px) {
  .home-kv-leading .first {
    text-align: left;
  }
  .home-kv-leading .second {
    padding-left: 50px;
    font-size: 36px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .home-kv-leading .first {
    text-align: left;
  }
  .home-kv-leading .second {
    padding-left: 50px;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .home-kv-leading .first {
    text-align: left;
  }
  .home-kv-leading .second {
    padding-left: 100px;
    text-align: left;
  }
}

@media (min-width: 1600px) {
  .home-kv-leading {
    padding-top: 240px;
  }
  .home-kv-leading .first {
    padding-left: 40px;
    text-align: left;
  }
  .home-kv-leading .second {
    padding-left: 100px;
    text-align: left;
  }
}

/* home products*/

.home-products {
  padding-top: 80px;
  padding-bottom: 60px;
}

@media(max-width: 768px) {
  .home-products {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.product-card {
  height: 380px;
  width: 100%;
  background: #fff;
  border: 1px solid #eaeefb;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  transition: all .3s ease-in-out;
  bottom: 0;
  margin-bottom: 10px;
}

.product-card img {
  margin: 20px auto 20px;
  width: 128px;
}

.product-card h3 {
  margin: 0;
  font-size: 24px;
  color: #1f2f3d;
  font-weight: 400;
}

.product-card h4 {
  margin: 0;
  font-size: 18px;
  color: #d2b170;
  font-weight: 400;
}

.product-card p {
  font-size: 14px;
  color: #99a9bf;
  padding: 0 25px;
  line-height: 1.8;
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

.product-card a {
  height: 53px;
  line-height: 52px;
  font-size: 14px;
  color: #20a0ff;
  text-align: center;
  border: 0;
  border-top: 1px solid #eaeefb;
  padding: 0;
  cursor: pointer;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  transition: all .3s;
  text-decoration: none;
  display: block;
}

.product-card:hover {
  bottom: 6px;
  box-shadow: 0 6px 18px 0 rgba(232, 237, 250, .5);
}

.product-card a:hover {
  color: #fff;
  background: #20a0ff;
}

.home-achievement {
  padding-bottom: 60px;
  background: #F6DC6F;
}

@media(max-width: 768px) {
  .home-achievement {
    padding-bottom: 15px;
  }
}

.home-achievement .medal {
  display: block;
  margin-top: -5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.home-achievement h3 {
  margin: 0;
  font-size: 24px;
  color: #1f2f3d;
  font-weight: bolder;
}

.home-achievement h4 {
  margin: 0;
  font-size: 18px;
  color: #1f2f3d;
  font-weight: bolder;
}

.home-achievement p {
  font-size: 12px;
  padding: 0 25px;
  line-height: 1.8;
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

.achievement-card {
  text-align: center;
  transition: all .3s ease-in-out;
  bottom: 0;
  margin-bottom: 40px;
}

.home-news {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media(max-width: 768px) {
  .home-news {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.home-news img {
  width: 50%;
}

.home-news h3 {
  margin: 0;
  font-size: 20px;
  color: #1f2f3d;
  font-weight: bolder;
}

/* cafe intro */

.cafe-kv-footer-xs-height {
  line-height: 160px;
}

.cafe-kv-footer-down {
  padding-left: 4.5em;
}

.cafe-kv-footer-unhappy {
  padding-left: 2.8em;
}

.cafe-kv-footer-understanding {
  padding-left: 4.8em;
}

.cafe-kv-footer-working {
  padding-left: 2.8em;
}

@media (max-width: 1200px) {
  .cafe-kv-footer-down {
    padding-left: 0;
  }
  .cafe-kv-footer-unhappy {
    padding-left: 0;
  }
  .cafe-kv-footer-understanding {
    padding-left: 0;
  }
  .cafe-kv-footer-working {
    padding-left: 0;
  }
}

.business-item {
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 15px;
  padding-top: 60px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.business-item:hover {
  background-color: #FDEF63;
  padding-top: 30px;
}

.business-item:hover .tti {
  width: 128px;
  height: 128px;
}

.business-icon {
  margin-left: auto;
  margin-right: auto;
  height: 160px;
  width: 160px;
}

.business-item:hover .business-icon {
  height: 128px;
  width: 128px;
}

.business-title {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 10px;
}

.business-desc {
  display: none;
}

@media(max-width: 768px) {
  .business-desc {
    display: inline-block;
  }
}

.business-item-mobile .business-desc, .business-item:hover .business-desc {
  display: block;
}

.business-item-mobile .business-title, .business-item:hover .business-title {
  padding-top: 0;
}

.portrait-footer-left {
  position: absolute;
  bottom: -2px;
  left: -1px;
}

.portrait-footer-right {
  position: absolute;
  bottom: 5px;
  right: 8px;
  color: #ffffff;
  font-weight: bold;
}

.quick-nav-btn .btn {
  padding-left: 75px;
  margin-bottom: 12px;
}

.quick-nav-btn .tti {
  position: absolute;
  left: 36px;
  margin-top: 10px;
  width: 75px;
  height: 75px;
  border: solid 6px #fff;
  border-radius: 50%;
  background-color: #fff;
}

.question-detail-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.timeline-left {
  display: block;
  position: absolute;
  top: 5px;
  left: 25px;
  bottom: 80px;
  width: 10px;
  height: 100%;
  border-radius: 5px;
  background-color: #7acf4a;
  z-index: 1;
}

.time-col {
  position: absolute;
  top: 10px;
  left: 0;
  width: 80px;
  height: 80px;
  z-index: 2;
}

.time-col .bg {
  position: relative;
  background-color: #7acf4a;
  color: #fff;
  width: 64px;
  height: 64px;
  text-align: center;
  line-height: 64px;
  font-size: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 3;
}

.time-col .line {
  position: absolute;
  top: 32px;
  left: 30px;
  right: 0;
  background-color: #E6E6E6;
  width: 50px;
  height: 1px;
  z-index: 2;
}

.portrait-col {
  top: 10px;
  position: absolute;
  left: 80px;
  z-index: 2;
}

.portrait-col .circle-portrait {
  width: 64px;
  height: 64px;
  text-align: center;
  line-height: 64px;
  font-size: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 3;
}

.portrait-col .name {
  padding-top: 10px;
  display: block;
  text-align: center;
  color: #FBB03B;
  font-size: 16px;
  font-weight: bold;
}

.qd-title .name {
  padding-left: 10px;
  color: #FBB03B;
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
}

.question-block {
  top: 15px;
  width: 100%;
  height: 100%;
  padding-left: 80px;
  margin-bottom: 30px;
  position: relative;
}

.question-block .time-col {
  top: 40px;
}

.answer-block {
  width: 100%;
  height: 100%;
  padding-left: 160px;
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 768px) {
  .question-block {
    padding-left: 0;
  }
  .answer-block {
    padding-left: 0;
  }
}

.question-title-mark {
  background-color: #7acf4a;
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 55px;
  font-size: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.qd-panel {
  padding: 10px 15px;
  width: 100%;
  height: 100%;
  line-height: 36px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 2px #999;
  -moz-box-shadow: 0 0 2px #999;
  box-shadow: 0 0 2px #999;
}

.qd-title {
  width: 100%;
  height: 100%;
  line-height: 36px;
}

.qd-content {
  width: 100%;
  height: 100%;
  line-height: 24px;
  color: #666666;
}

.qd-footer {
  width: 100%;
}

.relative-question-panel .board {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #DFDFDF;
  padding: 10px 15px;
}

.relative-question-panel .title {
  color: #754C24;
  font-size: 18px;
  line-height: 36px;
  border-bottom: 1px solid #f0f0f0;
}

.relative-question-panel .foot {
  color: #754C24;
  font-size: 18px;
  line-height: 36px;
  border-bottom: 1px solid #f0f0f0;
}

.btn-like {
  display: none;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #000000;
  border-radius: 10px;
  font-size: 14px;
  padding: 0;
}

.btn-reply {
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #faf06e;
  background-color: #faf06e;
  border-radius: 10px;
  font-size: 14px;
  padding: 0;
}

.timeline-head {
  position: absolute;
  top: 0;
  left: 15px;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 8px solid #7acf4a;
  z-index: 1;
}

.matcher-ctrl-block {
  padding: 25px 0;
  text-align: center;
}

/* =Helper */

.img-width-100 {
  width: 100%;
}

.kv-video {
  width: 686px;
  height: 448px;
  max-width: 686px;
  max-height: 448px;
}

.panel-margin {
  margin: 12px 0;
}

.event-swiper-wrapper {
  margin-top: 15px;
  border-bottom: 1px solid #d3d3d3;
}

.doc-container {
  min-height: 320px;
}

.doc-container h3 {
  font-size: 16px;
}

/* activity */

.act-title {
  padding-bottom: 24px;
}

.act-info {
  border-top: solid 1px #eee;
  /*border-bottom: solid 1px #eee;*/
  padding-top: 12px;
  font-size: 14px;
}

.attd-panel .course-title {
  font-size: 16px;
  line-height: 28px;
}

/* eap */

.eap-container {
  padding-bottom: 48px;
}

.eap-container h3 {
  margin-top: 48px;
}

.footer h5 {
  font-weight: bolder;
}