@charset "UTF-8";
* {
  padding: 0;
  margin: auto;
}

@media screen and (min-width: 700px) {
  body {
    width: 700px;
  }
}
.layui-tab-title li {
  padding: 0 10px !important;
  box-sizing: border-box;
}

body {
  font-family: tahoma, Arial, Microsoft Yahei, sans-serif, Helvetica;
  font-size: 14px;
  background: #EFEFF4;
  padding: 0;
  margin: auto;
  letter-spacing: 1px;
  overflow-x: hidden;
  max-width: 700px;
}

img {
  border: none;
}

a {
  color: blue;
  text-decoration: none;
}

a:hover {
  color: red;
  text-decoration: none;
}

ul {
  list-style: none;
}

input,
select,
button {
  font: 12px Microsoft Yahei, Verdana, Arial, Tahoma;
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
p {
  margin: 0 auto;
}

i {
  font-style: normal;
}

.bgcolor {
  background: #FFF;
}

.bgcolor_gray {
  background: #F0FFFF;
}

.mb {
  margin-bottom: 10px;
}

.bd {
  border-bottom: 1px solid #f1f1f1;
  box-sizing: border-box;
}

.txt_red {
  color: red;
}

.txt_blue {
  color: blue;
}

.txt_green {
  color: #01AF63;
}

.txt_gray {
  color: #E8E8E8;
}

.box {
  width: 100%;
  overflow: hidden;
  clear: both;
}

.margin_top {
  margin-top: 81px;
}

.flow {
  width: 100%;
  display: inline-block;
  clear: both;
  overflow: hidden;
}

.header {
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  max-width: 700px;
  height: 71px;
  display: block;
}

.header .top {
  width: 100%;
  height: 36px;
  background: #4169E1;
  display: flex;
  align-items: center;
}

.header .top .top-box {
  height: 36px;
  overflow: hidden;
}

.header .top .top-left a {
  cursor: pointer;
  color: #FFF;
  font-size: 14px;
}

.header .top .top-left a img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  overflow: hidden;
  margin: 5px 5px 5px 8px;
}

.header .top .top-center {
  text-align: center;
}

.header .top .top-center img {
  width: 76px;
  height: 36px;
}

.header .top .top-right {
  line-height: 36px;
  color: #FFF;
  text-align: right;
}

.header .top .top-right i {
  font-size: 20px;
  padding: 5px 15px;
  cursor: pointer;
}

.menu {
  height: 35px;
  line-height: 35px;
  background: #F0F8FF;
  display: flex;
  align-items: center;
  overflow-x: auto;
}
.menu li a {
  display: block;
  height: 35px;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  font-size: 15px;
  color: #000;
  padding: 0 10px;
}
.menu li a.txt_red {
  color: red;
}
.menu li a.focus {
  color: blue;
}

.user-check {
  padding: 10px 20px;
}

.user-check-nav {
  width: 100%;
  font-size: 14px;
  margin-bottom: 20px;
}

.user-check-tips {
  margin-bottom: 10px;
  color: red;
}

.user-check table {
  width: 100%;
  border: none;
}

.user-check table tr {
  width: 100%;
  height: 38px;
  border: 1px solid #F1F1F1;
  box-sizing: border-box;
  border-radius: 5px;
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
  background: #F8F8F8;
}

.user-check table tr td {
  text-align: center;
}

.user-check table tr td.check-input {
  width: 100%;
}

.user-check table tr td i {
  width: 35px;
  font-size: 16px;
  color: #c2c2c2;
}

.user-check table tr td input {
  width: 100%;
  height: 38px;
  line-height: 38px;
  border: none;
  font-size: 13px;
  background: #F8F8F8;
}

.user-check table tr td img {
  width: 100%;
  height: 38px;
  border: none;
}

.user-check-btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: block;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}

.user-check-btn a {
  width: 100%;
  height: 40px;
  display: block;
  border-radius: 3px;
  cursor: pointer;
  color: #FFF;
}

.user-check-btn-blackish {
  background: #009688;
}

.user-check-btn-blue {
  background: #1E9FFF;
}

.user-check-btn-green {
  background: #5FB878;
}

.user-check-btn-red {
  background: #FF5722;
}

.reset-send-btn {
  width: 110px;
  background: #5FB878;
  color: #FFF;
  text-align: center;
  font-size: 13px;
  cursor: pointer;
}

.user-check-info {
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: block;
  background: #f2f2f2;
  text-align: center;
  color: #c2c2c2;
}

.user-check-info a {
  cursor: pointer;
  color: #333;
}

.user-check-weichat-btn {
  width: 100%;
  height: 35px;
  line-height: 35px;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  border: 1px solid #f1f1f1;
  color: #36BF67;
  font-size: 14px;
  border-radius: 3px;
  cursor: pointer;
}

.user-check-mobile-btn {
  width: 100%;
  height: 35px;
  line-height: 35px;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  border: 1px solid #f1f1f1;
  color: #009688;
  font-size: 14px;
  border-radius: 3px;
  cursor: pointer;
}

.user-check-mobile-btn i {
  font-size: 18px;
}

.user-check-wechat {
  width: 100%;
  height: 280px;
  text-align: center;
}

.user-check-wechat img {
  width: 100%;
}

.user-check-wechat-tips {
  text-align: center;
  margin-bottom: 15px;
}

.user-check-wechat-tips i {
  display: inline-block;
  width: 42px;
  height: 40px;
  margin-right: 15px;
  vertical-align: -3px;
  background: url(../images/loginscan.png) 50% no-repeat;
}

.user-check-wechat-tips .scantext {
  font-size: 16px;
  text-align: left;
  display: inline-block;
}

.user-check-wechat-tips .scantext .scana {
  color: red;
}

/**查看更多**/
.show_more {
  width: 100%;
  height: 40px;
  display: inline-table;
  text-align: center;
}

.show_more a {
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: block;
  font-size: 15px;
  color: #7a8f9a;
}

.show_more a i {
  padding-right: 6px;
  font-size: 20px;
}

.layui-tab {
  margin: 10px 0;
}
.layui-tab .layui-tab-title {
  display: flex;
  align-items: center;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.layui-tab .layui-tab-title li {
  line-height: 40px;
  min-width: 65px;
  font-size: 16px;
  padding: 0;
  margin: 0;
}
.layui-tab .layui-tab-title li.layui-this {
  color: blue;
  border-bottom: 2px solid blue;
}
.layui-tab .layui-tab-content .layui-tab-item {
  display: none;
}

/**tab**/
.layui-tab-brief > .layui-tab-title li {
  font-size: 16px;
  padding: 0;
}

.layui-tab-brief > .layui-tab-title li a {
  color: #000;
}

.layui-tab-brief > .layui-tab-title .layui-this,
.layui-tab-brief > .layui-tab-title .layui-this a {
  color: blue;
}

.layui-tab-brief > .layui-tab-title .layui-this:after {
  border-bottom: 2px solid blue;
}

.layui-tab-content {
  padding: 10px;
}

/**面包屑导航**/
.flow_bread_nav {
  width: 96%;
  padding: 10px 2%;
  color: #999;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/**动态**/
.avatar-mark {
  width: 4px;
  height: 4px;
  line-height: 2px;
  padding: 4px;
  border: 1px solid #FFB502;
  border-radius: 50%;
  color: #FFF;
  font-size: 12px;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  left: 28px;
  top: 30px;
}

.avatar-mark-orange {
  background: #FF7F00;
}

.avatar-mark-blue {
  background: #1E9FFF;
}

.trends-list {
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #f1f1f1;
  position: relative;
}

.trends-ly {
  width: 96%;
  padding: 0 2%;
}

.trends-list:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.trends-list-user {
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.trends-list-user img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  overflow: hidden;
}

.trends-list-user .avatar-mark {
  left: 30px;
  top: 20px;
}

.trends-list-user a strong {
  margin-left: 5px;
  color: #000;
}

.trends-list-user span {
  float: right;
  font-size: 12px;
  color: #7a8f9a;
}

.trends-list-content {
  margin-left: 35px;
  padding: 8px 0;
  line-height: 25px;
}

.content_quote {
  padding: 5px 10px;
  background: #f9f9f9;
  border-radius: 5px;
}

.content_quote a {
  color: blue;
}

.content_quote a:hover {
  color: red;
  text-decoration: none;
}

.content_quote a p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #7a8f9a;
}

.index-scroll-box {
  height: 390px;
  overflow-y: scroll;
}

.index-scroll-box .avatar-mark {
  left: 20px;
  top: 21px;
}

/**排行榜**/
.index-top-list {
  width: 100%;
  display: inline-block;
}

.index-top-list li {
  width: 100%;
  height: 35px;
  line-height: 35px;
  display: block;
  border-bottom: 1px dotted #f1f1f1;
  box-sizing: border-box;
  overflow: hidden;
}

.index-top-list li a {
  width: 100%;
  height: 35px;
  display: block;
  font-size: 15px;
}

.index-top-list li a:hover {
  color: red;
}

.index-top-list li a span {
  float: right;
  color: #999;
  font-size: 12px;
  clear: right;
}

.index-top-list li a em {
  margin-right: 8px;
  font-style: normal;
  color: #9195A3;
}

.index-top-list li:nth-child(1) em {
  color: red;
}

.index-top-list li:nth-child(2) em {
  color: #FF6600;
}

.index-top-list li:nth-child(3) em {
  color: #FF9900;
}

/**带图&标签的文章列表**/
.flow-article-list {
  width: 100%;
  display: inline-block;
}

.flow-article-list li {
  display: block;
  border-bottom: #e4e4e4 1px dotted;
  padding: 10px 0;
  clear: both;
}

.flow-article-list li:last-child {
  border-bottom: none;
}

.flow-article-list li img {
  width: 110px;
  height: 80px;
  float: left;
  margin-right: 10px;
  border-radius: 3px;
}

.flow-article-list li a h4 {
  font-weight: normal;
  font-size: 16px;
  height: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.flow-article-list li a p {
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
  color: #7a8f9a;
}

.flow-article-list li .list_tags {
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.flow-article-list li .list_tags a {
  padding: 3px 6px;
  margin-right: 8px;
  background: #E9F0FD;
  color: #666;
  font-size: 13px;
  border-radius: 4px;
}

/**文字链接模块**/
.flow_cate {
  width: 100%;
  overflow: hidden;
}

.flow_cate ul {
  width: 96%;
  padding: 0 2% 2% 2%;
  display: inline-block;
}

.flow_cate ul li {
  width: 50%;
  height: 40px;
  display: block;
  float: left;
  margin-bottom: 8px;
  text-align: center;
}

.flow_cate ul li:nth-last-of-type(-n+2) {
  margin-bottom: 0;
  padding-bottom: 0;
}

.flow_cate ul li a {
  width: 96%;
  height: 40px;
  line-height: 40px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
  color: #333;
  background: #F6F9FB;
  border-radius: 3px;
}

/**模块标题**/
.flow_capt {
  width: 96%;
  padding: 0 2%;
  height: 50px;
  line-height: 50px;
  clear: both;
}

.flow_capt h1 {
  font-size: 16px;
}

.flow_capt h3 {
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.flow_capt h3 a {
  color: #000;
}

.flow_capt h3 a i {
  padding-right: 5px;
  color: #333;
}

.flow_capt span {
  float: right;
  font-size: 12px;
  color: #B2B2B6;
  margin-right: 10px;
}

.flow_capt span a {
  color: #B2B2B6;
}

/**TAG标题简介**/
.flow_category h1 {
  width: 96%;
  text-align: left;
  font-size: 20px;
  padding: 10px 2% 20px 2%;
}

.flow_category p {
  width: 96%;
  padding: 0 2%;
  line-height: 28px;
  font-size: 16px;
  padding-bottom: 10px;
  color: #333;
}

.flow_category p img {
  width: 200px;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}

/**问答**/
.flow_ask {
  width: 96%;
  padding: 5px 2% 10px 2%;
}

.flow_ask h1 {
  text-align: left;
  font-size: 20px;
  padding-bottom: 10px;
}

.info_general {
  color: #8a92a9;
  font-size: 12px;
  padding-bottom: 8px;
}

.info_general i {
  font-size: 12px;
  padding-right: 5px;
}

.info_general span {
  margin-right: 15px;
}

.info_general span:last-child {
  margin-right: 0;
}

.flow_ask_recommend {
  padding: 5px 10px;
  background: #EEF4F9;
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 30px;
}

.flow_ask_recommend_title {
  float: left;
  font-weight: normal;
}

.flow_ask_recommend h3 {
  font-size: 15px;
}

.flow_ask_content section {
  padding: 5px;
  border-radius: 5px;
  font-size: 15px;
  line-height: 28px;
}

.flow_ask_content section h2,
.flow_ask_content section h3 {
  font-size: 16px;
  margin-bottom: 5px;
}

.flow_ask_content section article {
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 1px dotted #e4e4e4;
}

.flow_ask_content section article:last-child {
  padding-bottom: 5px;
  margin-bottom: 0;
  border-bottom: none;
}

.flow_ask_content section article .show_auther {
  font-size: 14px;
  color: #8a92a9;
  float: left;
}

.flow_ask_content section article h4 {
  font-size: 16px;
  margin-bottom: 3px;
  padding-bottom: 3px;
}

/**TIPS**/
.show_tips {
  font-size: 12px;
  color: #8a92a9;
  font-weight: normal;
  display: block;
  margin-bottom: 5px;
}

.innerLink {
  width: 1px;
  height: 1px;
  display: inline-block;
  overflow: hidden;
}

/**封面**/
.index-nav-capt {
  padding: 12px 10px;
  background: #F6F9FB;
}

.index-nav-capt h1 {
  font-size: 16px;
}

.index-nav-capt span {
  float: right;
  font-size: 12px;
  color: #555;
}

.index-nav tr {
  border-bottom: 1px solid #f1f1f1;
}

.index-nav tr:last-child {
  border-bottom: none;
}

.index-nav tr th {
  text-align: center;
  font-weight: normal;
  color: #888;
}

.index-nav tr td {
  width: 88%;
  padding: 6px;
  font-size: 14px;
  line-height: 28px;
}

.index-nav tr td a {
  padding: 3px 6px;
  color: #000;
  margin-right: 5px;
}

.index-nav tr td p a {
  margin-right: 1px;
}

.index-nav tr td a.focus,
.index-nav tr td a:hover {
  background: #456EDD;
  color: #FFF;
  border-radius: 3px;
}

.tab-nav {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
  position: relative;
}

.tab-nav a {
  line-height: 36px;
  font-size: 16px;
  padding: 0;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  min-width: 12.5%;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.tab-nav a.focus {
  color: blue;
  height: 36px;
  line-height: 36px;
  border-bottom: 2px solid blue;
  box-sizing: border-box;
  overflow: hidden;
}

.search-form {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
}
.search-form .search-input {
  width: 83%;
  height: 40px;
  line-height: 40px;
  display: block;
  float: left;
  border: none;
  text-indent: 10px;
  background: #FFF;
  font-size: 15px;
  color: #000;
}
.search-form .search-sub {
  width: 17%;
  height: 40px;
  line-height: 40px;
  display: block;
  float: left;
  border: none;
  background: #4169E1;
  color: #FFF;
  font-size: 15px;
  cursor: pointer;
}

.search-form .search-input-full {
  width: 75%;
}

.search-form .search-sub-full {
  width: 25%;
}

.search-form .search-advanced {
  width: 23%;
  height: 40px;
  line-height: 40px;
  display: block;
  float: left;
  border: none;
  background: #E01222;
  color: #FFF;
  font-size: 15px;
  text-align: center;
}

.type-default {
  width: 94%;
  padding: 5px 3%;
}

.type-default .search-input {
  background-color: #E9F0FD;
}

.index-yaocai-list ul {
  padding: 5px 10px;
  display: block;
}

.index-yaocai-list ul li {
  width: 100%;
  padding: 8px 0;
  border-bottom: 1px dotted #e4e4e4;
}
.index-yaocai-list ul li .foot {
  text-align: right;
  font-size: 12px;
  color: #999;
  margin-top: 10px;
}

.index-yaocai-list ul li:last-child {
  border-bottom: none;
}

.index-yaocai-list ul li h6 {
  font-size: 16px;
  color: blue;
  padding-right: 15px;
  font-weight: normal;
}

.index-yaocai-list ul li a:hover h6 {
  color: red;
}

.index-yaocai-list ul li p {
  width: 100%;
  height: 35px;
  line-height: 35px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #7a8f9a;
}

.flow_yaocai_tag {
  width: 100%;
  height: 30px;
  display: block;
}

.flow_yaocai_tag dd {
  max-width: 46%;
  padding: 0 1%;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  background: #F9F9F9;
  color: #7a8f9a;
  border-radius: 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.flow_yaocai_tag dd:last-child {
  margin-left: 8px;
}

.article-list ul {
  width: 100%;
  display: inline-table;
  background: #FFF;
  overflow: hidden;
}
.article-list ul li {
  width: 25%;
  float: left;
  text-align: center;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #F5F5F5;
  border-right: 1px solid #F5F5F5;
  box-sizing: border-box;
  font-size: 15px;
}
.article-list ul li:nth-child(4n+4) {
  border-right: none;
}
.article-list ul li a {
  width: 96%;
  padding: 12px 2%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.article3-list ul {
  width: 100%;
  background: #FFF;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.article3-list ul li {
  width: 33.3%;
  text-align: center;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #F5F5F5;
  border-right: 1px solid #F5F5F5;
  box-sizing: border-box;
  font-size: 15px;
}
.article3-list ul li:nth-child(3n+3) {
  border-right: none;
}
.article3-list ul li a {
  width: 96%;
  padding: 12px 2%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.article2-list ul {
  width: 100%;
  background: #FFF;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.article2-list ul li {
  width: 50%;
  text-align: center;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #F5F5F5;
  border-right: 1px solid #F5F5F5;
  box-sizing: border-box;
  font-size: 15px;
}
.article2-list ul li:nth-child(2n+2) {
  border-right: none;
}
.article2-list ul li a {
  width: 96%;
  padding: 12px 2%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index-fangji-list ul {
  width: 100%;
  display: inline-table;
  background: #FFF;
  overflow: hidden;
}

.index-fangji-list ul li {
  width: 33.3%;
  float: left;
  text-align: center;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #F5F5F5;
  border-right: 1px solid #F5F5F5;
  box-sizing: border-box;
  font-size: 15px;
}

.index-fangji-list ul li:nth-child(3n+3) {
  border-right: none;
}

.index-fangji-list ul li a {
  width: 96%;
  padding: 12px 2%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index-article-list ul {
  padding: 5px 10px;
  display: block;
}

.index-article-list ul li {
  display: block;
  border-bottom: #e4e4e4 1px dotted;
  padding: 10px 0;
  clear: both;
}

.index-article-list ul li:last-child {
  border-bottom: none;
}

.index-article-list ul li img {
  width: 110px;
  height: 80px;
  float: left;
  margin-right: 10px;
  border-radius: 3px;
}

.index-article-list ul li a h4 {
  font-weight: normal;
  font-size: 16px;
  height: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.index-article-list ul li a p {
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
  color: #7a8f9a;
}

.index-article-list ul li .list_tags {
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.index-article-list ul li .list_tags a {
  padding: 3px 6px;
  margin-right: 8px;
  background: #E9F0FD;
  color: #666;
  font-size: 13px;
  border-radius: 4px;
}

/**药材**/
.flow_yaocai {
  line-height: 28px;
  font-size: 16px;
}

.flow_yaocai h1 {
  width: 96%;
  padding: 0 2%;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
}

.flow_yaocai p {
  width: 96%;
  padding: 0 2%;
  line-height: 25px;
  font-weight: normal;
  padding-bottom: 10px;
  color: #333;
}

.flow_yaocai img {
  width: 100%;
  display: block;
  clear: both;
  margin: auto;
}

.flow_yaocai table {
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
  box-sizing: border-box;
  line-height: normal;
}

.flow_yaocai table tr:nth-child(2n+1) {
  background: #F6F9FB;
}

.flow_yaocai table th {
  width: 100px;
  padding: 10px 5px;
  color: #333;
  text-align: center;
  font-weight: normal;
  border-right: 1px solid #f1f1f1;
  color: #888;
}

.flow_yaocai table td {
  line-height: 25px;
  padding: 8px;
  text-align: left;
  color: #000;
}

.flow_yaocai table td span {
  color: #888;
  font-size: 12px;
}

.term_content {
  width: 96%;
  padding: 2%;
  line-height: 28px;
  font-size: 16px;
}

.term_content h2 {
  line-height: normal;
  margin: 15px 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  border-left: 6px solid #999;
  text-indent: 8px;
}

.term_content h3 {
  line-height: normal;
  margin: 15px 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  border-left: 3px solid #f1f1f1;
  text-indent: 8px;
}

.term_content h3:first-child {
  margin-top: 0;
}

.term_content p {
  margin-bottom: 12px;
}

.term_content ul {
  width: 96%;
  margin-bottom: 15px;
}

.term_content ul li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #999;
  border-radius: 50%;
}

.term_content ul li ul li:before {
  border-radius: 0;
}

.term_content ul li ul li {
  text-indent: 25px;
  margin-bottom: 15px;
}

.term_content table {
  width: 100%;
  font-size: 14px;
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
}

.term_content table tr {
  border-bottom: 1px solid #f1f1f1;
  box-sizing: border-box;
}

.term_content table tr:nth-child(2n+1) {
  background: #F6F9FB;
}

.term_content table tr:last-child {
  border-bottom: none;
}

.term_content table th {
  line-height: 25px;
  padding: 8px;
  text-align: left;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  border-right: 1px solid #f1f1f1;
  box-sizing: border-box;
}

.term_content table th:last-child {
  border-right: none;
}

.term_content table td {
  line-height: 25px;
  padding: 8px;
  text-align: left;
  color: #000;
  font-size: 14px;
  border-right: 1px solid #f1f1f1;
  box-sizing: border-box;
}

.term_content table td:last-child {
  border-right: none;
}

.term_content table td span {
  color: #888;
  font-size: 12px;
}

/**内容**/
.show-yaocai {
  width: 100%;
  background: #FFF;
  border: none;
  overflow: hidden;
}

.show-yaocai .layui-colla-content,
.show-yaocai .layui-colla-item {
  border-top: 1px solid #f1f1f1;
}

.show-yaocai .layui-colla-item:first-child {
  border-top: none;
}

.show-yaocai .layui-colla-title {
  color: #000;
  background-color: #FFF;
  cursor: pointer;
  font-size: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.show-yaocai .layui-colla-content {
  display: none;
  padding: 10px 15px;
  font-size: 15px;
  background: #F6F9FB;
}

.show-yaocai .layui-colla-content p {
  line-height: 30px;
  font-size: 15px;
  margin-bottom: 10px;
  color: #222;
}

.show-yaocai .layui-colla-content p:last-child {
  margin-bottom: 0;
}

.show_exam {
  width: 96%;
  font-size: 15px;
  padding: 10px 2% 0 2%;
}

.show_exam p {
  line-height: 28px;
  padding-bottom: 10px;
}

.show_exam ul {
  width: 100%;
  display: inline-block;
  padding-bottom: 10px;
}

.show_exam li {
  line-height: 28px;
  color: #444;
}

.flow_article {
  width: 100%;
}

.flow_article img {
  width: 100%;
  display: block;
  clear: both;
  margin: auto;
}

.flow_article h1 {
  width: 98%;
  font-size: 20px;
  text-align: center;
  padding: 15px 1% 20px 1%;
}

.flow_article table {
  width: 98%;
  padding: 0 1%;
  font-size: 14px;
}

.flow_article table tr {
  width: 100%;
  display: block;
  border-bottom: 1px solid #f1f1f1;
}

.flow_article table tr:last-child {
  border-bottom: none;
}

.flow_article table:last-child tr:last-child {
  border-bottom: 1px solid #f1f1f1;
}

.flow_article table tr th {
  width: 40px;
  padding: 12px 0;
  font-weight: normal;
  color: #888;
  text-align: center;
}

.flow_article table tr td {
  padding: 12px 8px;
  text-align: left;
  line-height: 25px;
  font-size: 15px;
}

.flow_article table tr p,
.flow_article table tr br {
  margin-bottom: 10px;
  font-size: 15px;
}

.flow_article table tr p:last-child,
.flow_article table tr br:last-child {
  margin-bottom: 0;
}

.flow_article table tr.relation-title {
  background: #F0F8FF;
  color: #4169E1;
  border-bottom: none;
}

/**data**/
.flow_data {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.flow_data h1 {
  font-size: 20px;
  text-align: center;
  padding: 20px 0;
}

.flow_data table {
  width: 98%;
  padding: 10px 1%;
  font-size: 14px;
}

.flow_data table tr:first-child {
  background: #F6F9FB;
}

.flow_data table tr td {
  border-left: #F1F1F1 1px solid;
  border-bottom: #F1F1F1 1px solid;
  padding: 8px 10px;
  text-align: left;
  color: #333;
  text-align: center;
}

.flow_data table tr td:last-child {
  border-right: #F1F1F1 1px solid;
}

.flow_data .mark {
  width: 70%;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 60%;
  right: 0;
  filter: alpha(opacity=10);
  -moz-opacity: 0.1;
  opacity: 0.1;
  font-size: 40px;
  color: #4169E1;
  letter-spacing: 30px;
  transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
}

.data_list {
  border: none;
}

.data_list table {
  width: 100%;
  padding: 0;
  border-top: #f1f1f1 1px solid;
}

.flow_fangji {
  width: 100%;
}

.flow_fangji ul {
  width: 100%;
  display: block;
}

.flow_fangji ul li {
  border-bottom: #f1f1f1 1px dotted;
  padding: 5px 10px;
}

.flow_fangji ul li:first-child {
  padding-top: 0;
}

.flow_fangji ul li:last-child {
  border-bottom: none;
}

.flow_fangji ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.flow_fangji ul li a img {
  width: 76px;
  height: 55px;
  float: left;
  margin-right: 10px;
  border-radius: 3px;
}

.flow_fangji ul li a h6 {
  font-weight: normal;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.flow_fangji ul li a p {
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #7a8f9a;
}

/**book**/
.flow_book_info {
  width: 96%;
  padding: 10px 2% 5px 2%;
  display: inline-block;
}

.flow_book_info_img {
  width: 150px;
  float: left;
  padding-right: 15px;
  overflow: hidden;
}

.flow_book_info_img img {
  width: 150px;
}

.flow_book_info h1 {
  font-size: 22px;
  padding: 5px 0;
}

.flow_book_info ul {
  font-size: 14px;
  width: 100%;
  display: block;
  color: #333;
}

.flow_book_info ul li {
  padding-bottom: 8px;
}

.flow_book_info ul li:last-child {
  padding-bottom: 0;
}

.flow_book_info ul li strong {
  font-size: 12px;
  font-weight: normal;
  color: #888;
}

.book_buy_button {
  padding-top: 15px;
}

.book_buy_button a {
  padding: 6px 12px;
  background: #DF0021;
  color: #FFF;
  font-size: 15px;
  border-radius: 2px;
}

.book_buy_button a i {
  padding-right: 3px;
}

.flow_book_list ul {
  width: 96%;
  padding: 0 2% 5px 2%;
}

.flow_book_list ul li {
  width: 100%;
  padding: 5px 0;
  display: block;
  font-size: 15px;
}

.flow_book_list ul li span {
  color: #888;
}

.flow_book_list ul li a:hover {
  text-decoration: underline;
}

.flow_book_list dl {
  width: 96%;
  padding: 0 2% 5px 2%;
  display: inline-block;
}

.flow_book_list dl dt {
  width: 96%;
  padding: 10px 2%;
  display: block;
  clear: both;
  font-size: 16px;
  background: #f9f9f9;
}

.flow_book_list dl dt a {
  color: #333;
  font-size: 16px;
}

.flow_book_list dl dd {
  width: 25%;
  padding: 5px 0;
  text-align: center;
  display: block;
  overflow: hidden;
  float: left;
  font-size: 15px;
}

.flow_book_list dl a {
  width: 100%;
  display: block;
}

.flow_book_list dl a:hover {
  color: red;
  text-decoration: underline;
}

.flow_book_list p {
  line-height: 30px;
}

.flow_book_intro {
  line-height: 30px;
  font-size: 16px;
}

.flow_book_intro p {
  margin-bottom: 10px;
}

.flow_book_intro p:last-child {
  margin-bottom: 0;
}

.flow_book_show {
  padding: 0 10px 15px 10px;
  overflow: hidden;
}

.flow_book_show .flow_bread_nav {
  width: 100%;
  padding: 10px 0;
}

.flow_book_show .info_nature {
  width: 100%;
  padding: 0 0 10px 0;
}

.flow_book_show h1 {
  font-size: 20px;
  padding: 15px 10px 20px 10px;
  text-align: left;
  font-weight: bold;
}

.flow_book_show h2 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 15px;
}

.flow_book_show p {
  line-height: 30px;
  margin-bottom: 15px;
  font-size: 16px;
}

.flow_book_show p:last-child {
  margin-bottom: 0;
}

.flow_book_show p em {
  font-style: normal;
  border-left: 3px solid #A3A3A3;
  border-right: 3px solid #A3A3A3;
  background: #f1f1f1;
  padding: 3px;
  margin: 0 3px;
  font-size: 14px;
  color: #444;
  border-radius: 5px;
}

.flow_book_show img {
  max-width: 100%;
  display: block;
  margin: auto;
}

.margin-bottom {
  margin-bottom: 40px;
}

.flow_book_show .book_buy_button {
  padding-top: 5px;
  text-align: center;
}

.flow_book_show table {
  width: 100%;
  border-bottom: #F1F1F1 1px solid;
  border-right: #F1F1F1 1px solid;
  font-size: 14px;
  margin-bottom: 18px;
}

.flow_book_show table th {
  border-left: #F1F1F1 1px solid;
  border-top: #F1F1F1 1px solid;
  padding: 8px 10px;
  color: #333;
  text-align: center;
  font-weight: 100;
  font-size: 14px;
  background: #F6F9FB;
}

.flow_book_show table td {
  border-left: #F1F1F1 1px solid;
  border-top: #F1F1F1 1px solid;
  padding: 8px 10px;
  text-align: left;
  color: #333;
}

.flow_book_page {
  width: 100%;
  height: 30px;
  line-height: 30px;
  display: inline-table;
  padding: 10px 0;
  background: #FFF;
  margin-bottom: 10px;
}

.flow_book_page li {
  width: 30%;
  height: 30px;
  line-height: 30px;
  display: block;
  float: left;
  text-align: center;
  font-size: 18px;
  color: #333;
  border-right: 1px solid #e4e4e4;
  box-sizing: border-box;
}

.flow_book_page li:last-child {
  border-right: none;
}

.flow_book_page li a {
  width: 100%;
  height: 30px;
  line-height: 30px;
  display: block;
}

.flow_book_page li:first-child {
  width: 35%;
}

.flow_book_page li:last-child {
  width: 35%;
}

.flow_like_book ul {
  width: 96%;
  padding: 0 2% 10px 2%;
  display: inline-block;
}

.flow_like_book ul li {
  width: 33.33%;
  padding: 1%;
  display: block;
  float: left;
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
  border-right: none;
}

.flow_like_book ul li:nth-child(3n+3) {
  border-right: 1px solid #f1f1f1;
}

.flow_like_book ul li:hover {
  box-shadow: 0 0 3px 3px #e6e6e6;
}

.flow_like_book ul li a {
  width: 100%;
  display: block;
  color: #222;
  text-align: center;
}

.flow_like_book ul li a img {
  width: 90px;
  height: 120px;
}

.flow_like_book ul li a h6 {
  width: 98%;
  padding: 0 1%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}

/**文章**/
.info_nature {
  width: 96%;
  padding: 0 2% 10px 2%;
  color: #adadad;
  text-align: left;
  font-size: 11px;
  border-bottom: 1px dotted #e4e4e4;
  margin-bottom: 10px;
}

.info_nature i {
  margin: 0 5px 0 10px;
  font-size: 10px;
}

.info_nature i:first-child {
  margin-left: 0;
}

.info_nature a {
  color: blue;
  font-size: 11px;
}

.info_nature a:hover {
  text-decoration: underline;
}

.flow_info h1 {
  width: 96%;
  text-align: left;
  font-size: 20px;
  padding: 10px 2%;
}

.flow_info .info_content {
  width: 96%;
  padding: 0 2% 5px 2%;
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 10px;
}

.flow_info .info_content h1 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
}

.flow_info .info_content h2 {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: bold;
}

.flow_info .info_content h3 {
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: bold;
}

.flow_info .info_content p {
  line-height: 30px;
  margin-bottom: 18px;
  font-size: 16px;
}

.flow_info .info_content p:last-child {
  margin-bottom: 0;
}

.flow_info .info_content img {
  display: block;
  clear: both;
  margin: auto;
  max-width: 680px;
  width: expression(document.body.clientWidth > 680? "680px":"auto");
}

.flow_info .info_content table {
  width: 100%;
  border-bottom: #F1F1F1 1px solid;
  border-right: #F1F1F1 1px solid;
  font-size: 14px;
  margin-bottom: 18px;
}

.flow_info .info_content table th {
  border-left: #F1F1F1 1px solid;
  border-top: #F1F1F1 1px solid;
  padding: 8px 10px;
  color: #333;
  text-align: center;
  font-weight: 100;
  font-size: 14px;
  background: #F6F9FB;
}

.flow_info .info_content table td {
  border-left: #F1F1F1 1px solid;
  border-top: #F1F1F1 1px solid;
  padding: 8px 10px;
  text-align: left;
  color: #333;
}

.flow_info .info_content table td span {
  color: #888;
  font-size: 12px;
}

.flow_info_content {
  padding: 0 10px 10px 10px;
  overflow: hidden;
}

.flow_info_content .flow_bread_nav {
  width: 100%;
  padding: 10px 0;
}

.flow_info_content .info_nature {
  width: 100%;
  padding: 0 0 10px 0;
}

.flow_info_content h1 {
  font-size: 20px;
  padding: 10px 0;
}

.flow_info_content h2 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 15px;
}

.flow_info_content p {
  line-height: 30px;
  margin-bottom: 15px;
  font-size: 16px;
}

.flow_info_content p:last-child {
  margin-bottom: 0;
}

.flow_info_content imgimg {
  display: block;
  clear: both;
  margin: auto;
  max-width: 680px;
  width: expression(document.body.clientWidth > 680? "680px":"auto");
}

.flow_info_content table {
  width: 100%;
  border-bottom: #F1F1F1 1px solid;
  border-right: #F1F1F1 1px solid;
  font-size: 14px;
  margin-bottom: 18px;
}

.flow_info_content table th {
  border-left: #F1F1F1 1px solid;
  border-top: #F1F1F1 1px solid;
  padding: 8px 10px;
  color: #333;
  text-align: center;
  font-weight: 100;
  font-size: 14px;
  background: #F6F9FB;
}

.flow_info_content table td {
  border-left: #F1F1F1 1px solid;
  border-top: #F1F1F1 1px solid;
  padding: 8px 10px;
  text-align: left;
  color: #333;
}

.flow_info_content table td span {
  color: #888;
  font-size: 12px;
}

/**产品**/
.flow_goods ul {
  width: 96%;
  padding: 0 2% 10px 2%;
  display: inline-block;
}

.flow_goods ul li {
  width: 33.33%;
  padding: 2.5%;
  display: block;
  float: left;
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
  border-right: none;
}

.flow_goods ul li:last-child {
  border-right: 1px solid #f1f1f1;
}

.flow_goods ul li:hover {
  box-shadow: 0 0 3px 3px #e6e6e6;
}

.flow_goods ul li a {
  width: 100%;
  display: block;
  color: #222;
}

.flow_goods ul li a:hover {
  color: red;
}

.flow_goods ul li a img {
  max-width: 100%;
  max-height: 380px;
  margin-bottom: 8px;
  overflow: hidden;
}

.flow_goods ul li a h6 {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  margin-bottom: 10px;
}

.flow_goods ul li a p strong {
  font-size: 14px;
  color: #fe2e2e;
  font-weight: normal;
}

.flow_goods ul li a p strong span {
  font-size: 18px;
  font-weight: normal;
}

/**互动**/
.flow_record {
  width: 96%;
  height: 50px;
  line-height: 50px;
  padding: 0 2%;
  color: #7a8f9a;
  font-size: 14px;
  overflow: hidden;
}

.flow_record li {
  display: inline;
  margin-right: 8px;
  cursor: pointer;
  font-size: 14px;
}

.flow_record li:last-child {
  margin-right: 0;
}

.flow_record li i {
  font-size: 15px;
}

.flow_record li span {
  font-size: 14px;
  margin-left: 2px;
}

.comment-textarea {
  width: 92%;
  padding: 15px 4%;
}

.comment-textarea textarea {
  width: 96%;
  padding: 5px 2%;
  height: 100px;
  font-size: 14px;
  margin-bottom: 10px;
  border: 1px solid #e4e4e4;
}

.comment-textarea textarea.add_reply {
  height: 200px;
}

.comment-send-btn {
  width: 100%;
  clear: both;
  text-align: right;
  font-size: 14px;
}

.comment-send-btn span {
  padding: 6px 10px;
  background: #009688;
  color: #FFF;
  border-radius: 3px;
  cursor: pointer;
}

.comment-textarea #posts-code {
  width: 120px;
  height: 30px;
  padding: 0 5px;
  line-height: 30px;
  border: 1px solid #e4e4e4;
  margin-bottom: 15px;
  float: left;
}

.comment-textarea #code {
  width: 90px;
  height: 30px;
  border: none;
  float: left;
}

.flow-comment-li {
  width: 96%;
  padding: 0 2%;
  margin-bottom: 10px;
  border-bottom: 1px solid #f1f1f1;
  position: relative;
}

.flow-comment-li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.flow-comment-li-avatar {
  width: 55px;
  height: 100%;
  float: left;
  position: absolute;
  top: 0px;
  bottom: 0px;
}

.flow-comment-li-avatar img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
}

.flow-comment-li-reply {
  margin-left: 55px;
}

.flow-comment-li-username {
  margin-bottom: 8px;
}

.flow-comment-li-username strong {
  font-size: 14px;
}

.flow-comment-li-username strong a {
  color: #000;
}

.flow-comment-li-time {
  font-size: 12px;
  color: #7a8f9a;
}

.flow-comment-li-time span {
  margin-left: 10px;
}

.flow-comment-li-content {
  padding: 8px 0;
  line-height: 25px;
}

.flow-comment-li-btn {
  text-align: right;
  padding-bottom: 10px;
  color: #666;
}

.flow-comment-li-btn i {
  margin-right: 10px;
  font-size: 13px;
  cursor: pointer;
}

.flow-comment-li-btn i span {
  font-size: 13px;
  margin-left: 2px;
}

/**click_more**/
.click_more {
  text-align: center;
  border-top: 1px solid #f1f1f1;
  font-size: 16px;
  color: #666;
  margin-top: 16px;
  padding: 13px 0;
  position: relative;
  cursor: pointer;
  clear: both;
}

.click_more i {
  display: inline-block;
  width: 9px;
  height: 9px;
  border: solid #333;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  font-size: 0;
  line-height: 0;
  vertical-align: 3px;
  position: relative;
  top: 0;
  margin-left: 6px;
}

.msk {
  position: absolute;
  bottom: 50px;
  display: block;
  width: 100%;
  height: 90px;
  background: -webkit-linear-gradient(to bottom, hsla(0deg, 0%, 100%, 0), #fff);
  background: linear-gradient(to bottom, hsla(0deg, 0%, 100%, 0), #fff);
  content: "";
}

/**分页**/
.page {
  width: 100%;
  height: 35px;
  line-height: 35px;
  clear: both;
  background: #FFF;
  margin-bottom: 10px;
  color: #333;
}

.page li:nth-child(1),
.page li:nth-child(3) {
  width: 40%;
}

.page li:nth-child(2) {
  width: 20%;
}

.page li:nth-child(2) b {
  color: blue;
  font-weight: normal;
}

.page li {
  display: block;
  float: left;
  text-align: center;
  border-right: 1px solid #f1f1f1;
  box-sizing: border-box;
}

.page li a {
  width: 100%;
  display: block;
}

.page li:last-child {
  border: none;
}

.page li a:visited {
  color: blue;
  text-decoration: none;
}

/**搜索页面**/
.search-box {
  box-shadow: 0 4px 5px 3px #CCC;
}

.search-box .search-form {
  width: 96%;
  padding: 2% 2% 0 2%;
  margin-bottom: 5px;
}
.search-box .search-form .search-input {
  background-color: #E9F0FD;
}

.search-box .search-nav {
  width: 100%;
  height: 30px;
  line-height: 30px;
  display: inline-table;
  background: #FFF;
}

.search-box .search-nav li {
  width: 12.5%;
  height: 30px;
  display: block;
  float: left;
  text-align: center;
}

.search-box .search-nav li a {
  width: auto;
  height: 30px;
  display: block;
  color: #666;
}

.search-box .search-nav li a.focus span {
  display: inline-table;
  height: 30px;
  border-bottom: 2px solid red;
  box-sizing: border-box;
  color: red;
}

.search-list ul {
  width: 100%;
  display: block;
}

.search-list ul li {
  border-bottom: #f1f1f1 1px solid;
  padding: 5px 10px;
}

.search-list ul li:first-child {
  padding-top: 0;
}

.search-list ul li:last-child {
  border-bottom: none;
}

.search-list ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.search-list ul li a:hover {
  color: #990033;
}

.search-list ul li a img {
  width: 76px;
  height: 55px;
  float: left;
  margin-right: 10px;
  border-radius: 3px;
}

.search-list ul li a h6 {
  font-weight: normal;
  font-size: 17px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}

.search-list ul li a:visited h6 {
  color: #990033;
}

.search-list ul li a p {
  margin-bottom: 6px;
  color: #666;
  font-size: 14px;
  line-height: 23px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.search-list ul li a p strong {
  font-weight: normal;
  background: #F0F3FD;
  color: #7a8f9a;
  margin-right: 5px;
  padding: 2px 4px;
  border-radius: 3px;
  font-size: 14px;
}

.search_none {
  width: 96%;
  padding: 0 2% 10px 2%;
  line-height: 28px;
  font-size: 14px;
}

.search-hot {
  width: 100%;
}

.advancedSearch-box-title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #E9F0FD;
  border-bottom: 2px solid #E01222;
  font-size: 15px;
}

.advancedSearch-box-title a {
  color: #333;
  padding: 0 15px;
}

.advancedSearch-box-title li {
  display: inline-block;
}

.advancedSearch-box-title li.focus {
  background: #E01222;
}

.advancedSearch-box-title li.focus a {
  color: #FFF;
}

.advanced-search-box {
  box-shadow: 0 4px 5px 3px #CCC;
}

.advanced-search-box .search-form {
  width: 100%;
  margin-bottom: 5px;
}

.advanced-search-box .search-form .search-input {
  background-color: #E9F0FD;
}

.advanced-search-box .search-form .search-input {
  width: 77%;
  background-color: #E9F0FD;
}

.advanced-search-box .search-form .search-sub {
  width: 23%;
}

@media screen and (max-width: 450px) {
  .advanced-search-box .layui-form-item .layui-input-inline {
    display: inline-block;
    float: left;
    left: -3px;
    width: auto;
    margin: 0;
  }

  .advanced-search-box .layui-form-item .layui-input-inline input {
    width: 100px;
  }

  .advanced-search-box .layui-form-item .layui-input-inline + .layui-form-mid {
    margin-left: 5px;
    top: 0;
    padding: 0;
  }
}
.advanced-search-list .layui-collapse {
  border: none;
}

.advanced-search-list .layui-colla-item {
  border: none;
}

.advanced-search-list .layui-colla-title {
  background: #FFF;
  border: none;
  border-top: 1px solid #e4e4e4;
  color: #000;
}

.advanced-search-list .layui-colla-content {
  border: none;
  border-top: 1px solid #f1f1f1;
}

.advanced-search-list p {
  line-height: 25px;
  font-size: 14px;
  margin-bottom: 5px;
}

.advanced-search-list p strong {
  background: #E9F0FD;
  padding: 3px 5px;
  font-weight: normal;
  border-left: 2px solid #6699FF;
  margin-right: 5px;
}

.advanced-search-list p:last-child {
  margin-bottom: 0;
}

.advanced-search-list .more {
  text-align: right;
}

.follow-btn {
  padding: 5px 8px;
  border-radius: 5px;
  background: #45C07A;
  color: #FFF;
  font-size: 12px;
  cursor: pointer;
}

.follow-btn i {
  font-size: 12px;
}

.follow-green {
  background: #45C07A;
  color: #FFF;
}

.follow-gray {
  background: #d2d2d2;
  color: #FFF;
}

.author-data {
  width: 100%;
  height: 60px;
  background: #456EDD;
}

.author-data li {
  width: 25%;
  height: 60px;
  display: block;
  overflow: hidden;
  float: left;
  text-align: center;
  color: #FFF;
}

.author-data li span {
  width: 100%;
  height: 33px;
  line-height: 33px;
  display: block;
}

.author-data li strong {
  font-weight: normal;
  color: #e4e4e4;
}

.author-nav {
  width: 100%;
  height: 35px;
  line-height: 35px;
  display: inline-table;
  background: #FFF;
}

.author-nav li {
  width: 14.2%;
  height: 35px;
  display: block;
  float: left;
  text-align: center;
}

.author-nav li a {
  width: auto;
  height: 35px;
  display: block;
  color: #666;
  font-size: 16px;
}

.author-nav li a.focus span {
  display: inline-table;
  height: 35px;
  border-bottom: 2px solid red;
  box-sizing: border-box;
  color: red;
}

.author-list .trends-list-content {
  margin-left: 0;
}

.user-rank {
  padding: 2px 4px;
  font-size: 12px;
  border-radius: 8px;
  margin-left: 5px;
}

.user-rank-orange {
  background: #FFB800;
  color: #FFFABf;
}

.user-rank-grey {
  background: #9E9E9E;
  color: #FFF;
}

.user-rank-red {
  background: red;
  color: #FFF;
}

/**题库**/
.exam_index {
  width: 96%;
  padding: 10px 2%;
  background: #FFF;
  display: inline-block;
}

.exam_index li {
  width: 50%;
  height: 70px;
  display: block;
  float: left;
  margin-bottom: 10px;
}

.exam_index li:last-child {
  margin-bottom: 0;
}

.exam_index li a {
  width: 95%;
  padding: 10px 4%;
  height: 60px;
  display: block;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  border-radius: 5px;
}

.exam_index li h4 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 3px;
}

.exam_index_info {
  color: #999;
  font-size: 12px;
  text-align: center;
}

.exam_list_alert {
  width: 96%;
  padding: 10px 2%;
  color: #856404;
  background: #fff3cd;
  font-size: 14px;
}

.exam_list_num {
  text-align: center;
  font-size: 20px;
}

.exam_list_num b {
  font-weight: normal;
  color: blue;
}

.exam_list_num a {
  margin-left: 5px;
  font-size: 12px;
  padding: 5px 10px;
  background: green;
  color: #FFF;
  border-radius: 3px;
}

.exam_list_show {
  width: 96%;
  padding: 5px 2% 15px 2%;
  background: #FFF;
}

.exam_list_show h3,
.exam_list_show h4 {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 10px;
}

.exam_list_show h3 i,
.exam_list_show h4 i {
  padding: 3px 5px;
  background: #458CEF;
  color: #FFF;
  font-size: 13px;
  border-radius: 3px;
  margin-right: 8px;
}

.exam_list_show_option {
  display: inline-block;
  margin-bottom: 10px;
}

.exam_list_show_option li {
  display: block;
  line-height: 25px;
  font-size: 15px;
}

.exam_list_answer {
  padding: 15px;
  background: #EEF4F9;
  border-radius: 5px;
  margin-bottom: 15px;
}

.exam_list_answer_show {
  line-height: 25px;
  font-size: 14px;
}

.exam_list_answer_show b {
  font-weight: normal;
}

.exam_list_answer_show span {
  width: 10px;
  height: 10px;
  line-height: 10px;
  padding: 3px;
  display: inline-table;
  text-align: center;
  color: #FFF;
  border-radius: 100%;
  margin-left: 8px;
  font-size: 8px;
}

.exam_list_answer_show span.right {
  background: green;
}

.exam_list_answer_show span.wrong {
  background: red;
}

.exam_list_answer_show h6 {
  color: blue;
}

.exam_list_answer ul {
  margin-top: 10px;
  padding-top: 10px;
  display: block;
  text-align: right;
  border-top: 1px solid #e4e4e4;
}

.exam_list_answer ul li {
  display: inline;
  cursor: pointer;
  color: #1E9FFF;
}

.exam_list_answer ul li:first-child {
  margin-right: 20px;
}

.exam_list_answer ul li i {
  margin-right: 2px;
}

.exam_list_page {
  height: 40px;
}

.exam_list_page a {
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  border-radius: 3px;
}

.exam_list_page a:first-child {
  width: 20%;
  float: left;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  color: #333;
}

.exam_list_page a:last-child {
  width: 70%;
  display: block;
  float: right;
  background: blue;
  color: #FFF;
}

/**底部**/
.flow-footer-nav {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  right: 0;
  width: 96%;
  height: 30px;
  line-height: 30px;
  display: block;
  padding: 5px 2%;
  border-top: 1px solid #f1f1f1;
}

.flow-footer-nav-talk {
  width: 40%;
  height: 30px;
  float: left;
  background: #F6F6F6;
  border-radius: 5px;
  color: #666;
  cursor: pointer;
}

.flow-footer-nav-talk i {
  padding-left: 8px;
}

.flow-footer-nav-talk span {
  padding-left: 5px;
  font-size: 13px;
}

.flow-footer-nav-ico {
  width: 55%;
  height: 30px;
  float: right;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.flow-footer-nav-ico i {
  font-size: 20px;
  cursor: pointer;
}

.flow-footer-nav-ico i:nth-child(2) {
  margin-left: 35px;
}

.flow-footer-nav-ico i:last-child {
  float: right;
  font-size: 14px;
}

.flow-footer-nav-sub {
  position: absolute;
  left: 10px;
  top: 0;
  border-radius: 10px;
}

.copyright {
  text-align: center;
  color: #666;
  line-height: 23px;
  font-size: 12px;
}

.copyright a {
  color: #666;
  font-size: 12px;
}

.tips {
  font-size: 12px;
  color: red;
}

.tongji {
  width: 0;
  height: 0;
  overflow: hidden;
}

.notice-board {
  padding: 10px;
  background: #FFE4E1;
  border-radius: 3px;
  color: red;
}

.notice-board i {
  margin-right: 5px;
}

.notice-board b {
  font-size: 14px;
  color: blue;
}

/**右侧二维码**/
.my-card {
  width: 200px;
  position: fixed;
  top: 150px;
  z-index: -9999;
}

.my-card .my-card_box {
  width: 200px;
  text-align: center;
  background: #FFF;
  position: relative;
  left: 710px;
}

.my-card-qrcode {
  padding: 0;
  margin: auto;
  width: 180px;
  height: 200px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  padding-top: 5px;
}

.my-card-qrcode img {
  width: 180px;
  height: 180px;
}

/**广告**/
.extend_link {
  width: 100%;
  display: inline-table;
  padding: 10px 0;
  clear: both;
}

.extend_link a {
  width: 33.33%;
  display: block;
  float: left;
  text-align: center;
  color: #000;
}

.extend_link a i {
  width: 100%;
  height: 30px;
  display: block;
  clear: both;
  font-size: 24px;
  color: #009966;
}

.extend_link a:first-child i {
  color: #CC0033;
}

.extend_link a:last-child i {
  color: #00CC00;
}

.extend_1,
.extend_2,
.extend_3,
.extend_4,
.extend_5,
.extend_6,
.extend_7,
.extend_8,
.extend_9,
.extend_10 {
  width: 100%;
  margin-bottom: 10px;
  clear: both;
  overflow: hidden;
  background: #FFF;
}

.extend_word {
  width: 100%;
  display: block;
  overflow: hidden;
  font-size: 15px;
}

.extend_word li {
  width: 100%;
  display: block;
  text-align: center;
}

.extend_word li a {
  width: 98%;
  padding: 10px 1%;
  display: block;
  font-size: 15px;
}

.extend_word li:nth-child(1) {
  background: #FEF0F0;
}

.extend_word li:nth-child(1) a {
  color: red;
}

.extend_word li:nth-child(2) {
  background: #ECF5FF;
}

.extend_word li:nth-child(2) a {
  color: blue;
}

.extend_word li:nth-child(3) {
  background: #F0F9EB;
}

.extend_word li:nth-child(3) a {
  color: green;
}

.gg-boxs {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  background-color: #fff;
}

.gg-item {
  border: 1px solid #eee;
  box-sizing: border-box;
  flex: 0 0 23%;
  margin: 1%;
}
.gg-item .img {
  width: 100%;
  height: 100px;
  background: center center/cover no-repeat;
}
.gg-item .tit {
  font-size: 12px;
  color: #888;
  text-align: center;
  overflow: hidden;
  height: 24px;
  line-height: 24px;
}
.gg-item img {
  display: block;
  width: 100%;
  height: 100px;
}

#model-box {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
#model-box .cnt {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  margin: 0 auto;
  max-width: 700px;
  box-sizing: border-box;
}

.layui-form-item .layui-input-block {
  border: 1px solid #FAFAFA;
  display: flex;
  align-items: center;
}
.layui-form-item .layui-input-block label {
  margin: 0 20px;
}
.layui-form-item select {
  display: block;
  height: 38px;
  border: 1px solid #FAFAFA;
  width: 100%;
  padding: 0 20px;
}

.question-list h4 {
  white-space: normal !important;
  height: auto !important;
}
.question-list .anss {
  padding: 10px 0;
}
.question-list .anss label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.question-list .anss label span {
  margin: 0 20px 0 0;
}

.anss-pop #see_dan {
  display: block;
  text-align: center;
  margin-top: 20px;
  font-size: 1.2em;
  color: red;
}

#text-container .text {
  text-indent: 2em;
  height: 300px;
  overflow: hidden;
}
#text-container .foot {
  position: relative;
}

h1,
.yahei {
  font-family: "Microsoft YaHei";
}

#show_more {
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  padding-bottom: 20px;
}
#show_more a {
  display: inline-flex;
  color: red;
  border: 1px solid red;
  border-radius: 10px;
  padding: 10px 20px;
  background-color: #fff;
}

/*# sourceMappingURL=app.css.map */
