@charset "UTF-8";
/* 导航 开始 */
/* 18px */
.ico-bbs:before {
  content: "\e616"; }

.ico-life:before {
  content: "\e61b"; }

.ico-interact:before {
  content: "\e613"; }

.ico-here:before {
  content: "\e61e"; }

.ico-house:before {
  content: "\e615"; }

.ico-shoot:before {
  content: "\e618"; }

.ico-car:before {
  content: "\e619"; }

.ico-happy:before {
  content: "\e61c"; }

.ico-child:before {
  content: "\e617"; }

.ico-business:before {
  content: "\e61a"; }

.ico-release:before {
  content: "\e61d"; }

.ico-project:before {
  content: "\e61f"; }

.ico-service:before {
  content: "\e614"; }

.guide-list {
  width: 100%;
  margin-bottom: 18px; }

.guide-list-hd {
  height: 48px;
  background: #fff;
  border-bottom: 1px solid #e7eaef;
  font-size: 0.9em;
  line-height: 48px; }

.guide-list-hd .icon,
.guide-list-hd .text {
  float: left; }

.guide-list-hd .icon {
  display: block;
  width: 32px;
  height: 32px;
  margin: 8px 14px 0 10px;
  border-radius: 7px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 32px; }

.guide-list-hd .text {
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.guide-list-hd .ico-bbs {
  background: #40d4dc; }

.guide-list-hd .ico-life {
  background: #b963ef; }

.guide-list-hd .ico-interact {
  background: #f7ae56; }

.guide-list-hd .ico-here {
  background: #42d479; }

.guide-list-hd .ico-house {
  background: #d1b68d; }

.guide-list-hd .ico-shoot {
  background: #fa8b72; }

.guide-list-hd .ico-car {
  background: #9ca2cd; }

.guide-list-hd .ico-happy {
  background: #f95353; }

.guide-list-hd .ico-child {
  background: #ff8aa3; }

.guide-list-hd .ico-business {
  background: #6d67e4; }

.guide-list-hd .ico-release {
  background: #66cbf0; }

.guide-list-hd .ico-project {
  background: #d85564; }

.guide-list-hd .ico-service {
  background: #ffdd20; }

.guide-list-hd .mark {
  position: relative;
  float: right;
  width: 30px;
  height: 30px;
  margin: 10px 10px 0 0; }

.guide-list-hd .mark:after, .guide-list-hd .mark:before {
  position: absolute;
  content: '';
  border-radius: 1px;
  background: #b5b7bd; }

.guide-list-hd .mark:after {
  right: 6px;
  top: 13px;
  width: 12px;
  height: 2px; }

.guide-list-hd .mark:before {
  right: 11px;
  top: 8px;
  width: 2px;
  height: 12px; }

.guide-list-bd {
  display: none;
  padding: 6px 0 16px;
  border-bottom: 1px solid #e7eaef;
  background: #e8ebef;
  font-size: 0;
  text-align: center; }

.guide-list-bd ul:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.guide-list-bd li {
  float: left;
  width: 44%;
  height: 36px;
  margin: 10px 2.5% 0 0;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1); }

.guide-list-bd li:nth-child(even) {
  margin-right: 0; }

.guide-list-bd li:nth-child(odd) {
  margin-left: 4.75%; }

.guide-list-bd li a {
  display: block;
  height: 34px;
  padding-left: 10px;
  color: #3c3e51;
  font-size: 15px;
  line-height: 34px;
  text-align: left;
  overflow: hidden; }

.guide-list-bd li .num-wrap {
  position: relative;
  z-index: 5;
  float: right;
  margin-top: 10px;
  padding: 0 10px; }

.guide-list-bd li .num {
  display: block;
  height: 14px;
  color: #3ec3d5;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px; }

.guide-list-hd:active {
  background: #fafcff; }

.guide-list-hd.open .mark:before {
  display: none; }

.guide-list-bd.open {
  display: block; }

/* 导航 结束 */

/*# sourceMappingURL=guide.css.map */