/* 分页 */
.paging {
  position: relative;
}
.paging a {
  color: #666666;
  margin: 0 5px;
  width: 40px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #f9f9f9;
  border: solid 1px #e5e5e5;
  border-radius: 3px;
  color: #888888;
  float: left;
}
.paging a.active {
  background: #32bd94;
  border-color: #32bd94;
  color: #fff;
}
.paging a:not(.noPage):hover {
  background: #32bd94;
  border-color: #32bd94;
  color: #fff;
}
.paging .box{
  display: inline-block;
}
.paging .page {
  width: 35px;
}
.paging .prevPage,
.paging .nextPage {
  width: auto;
}
.paging .firstPage,
.paging .lastPage {
  width: auto;
  padding: 0 10px;
}
.paging .noPage {
  opacity: 0.5;
  cursor: default;
}
/* 点击加载更多 */
.loadData {
  text-align: center;
}
.loadData a {
  position: relative;
  display: none;
  width: 100%;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
}
.loadData .loading {
  background: #3cb185;
  color: #fff;
}
.loadData .loading span {
  display: inline-block;
  font-size: 20px;
  margin-left: 5px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-animation: loading_move 1s infinite;
  animation: loading_move 1s infinite linear;
}
.loadData .loadEnd {
  background: #eee;
  color: #999;
  cursor: default;
}
.loadData .active {
  display: block;
}
/* crumbs START */
.hide {
  display: none;
}
.crumbs {
  height: 78px;
  background-color: #fff;
  border-bottom: 1px solid #e9e9e9;
}
.crumbs .center .monu {
  overflow: hidden;
}
.crumbs .center .monu .line {
  position: relative;
  float: left;
  margin-right: 55px;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.crumbs .center .monu .line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 1px;
  width: 0;
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-bottom: 2px solid #32b08b;
  -o-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.crumbs .center .monu .line.active::after {
  width: 100%;
}
.crumbs .center .monu .line:hover::after {
  width: 100%;
}
.crumbs .center .monu a {
  height: 100%;
  line-height: 78px;
  font-size: 16px;
  text-align: center;
}
.crumbs .center .item {
  position: relative;
  line-height: 78px;
  color: #888888;
  font-size: 14px;
}
.crumbs .center .item a {
  z-index: 10;
  float: left;
  position: relative;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.crumbs .center .item .iconfont {
  float: left;
}
.crumbs .center .item span {
  float: left;
}
.crumbs .center .item a:hover {
  color: #3cb185;
}
.crumbs .center .item .active {
  color: #3cb185;
}
.crumbs .center .item .iconfont {
  font-size: 14px;
}
.crumbs .center .item .iconfont.icon-fangzi1 {
  margin-right: 10px;
  color: #32b08b;
  font-size: 18px;
}
.crumbs .center .item .iconfont.icon-jiantou-you {
  font-size: 12px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ccc;
}
.crumbs .center .item .icon-zhuye-copy {
  color: #9f9f9f;
  font-size: 16px;
  margin-right: 10px;
  font-weight: 500;
}
.crumbs.fixed {
  position: fixed;
  top: 170px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  box-shadow: 0, 15px, 15px rgba(0, 0, 0, 0.018);
}
/* crumbs END */
/* 详情页切换 */
.switch {
  color: #888888;
  overflow: hidden;
}
.switch a span {
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.switch a:hover span {
  color: #3cb185;
}


/* 浏览器低版本提示 START */
#browser_mask {
  background-color: #000;
  background: rgba(0, 0, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  z-index: 1000000000;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none;
}
#browser_hint {
  z-index: 9999999999;
  position: absolute;
  display: none;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#browser_hint #browser_container .explain {
  width: 800px;
  color: #555;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  background: #fff;
  left: 50%;
  top: 50%;
  padding: 50px;
  margin-top: -150px;
  margin-left: -450px;
}
#browser_hint #browser_container .explain .explain_title {
  font-size: 22px;
  font-weight: bold;
}
#browser_hint #browser_container .explain .explain_title span {
  color: red;
}
#browser_hint #browser_container .explain .explain_list {
  margin-top: 40px;
  overflow: hidden;
}
#browser_hint #browser_container .explain .item {
  width: 110px;
  margin: 0 20px;
  text-align: center;
  display: inline-block;
}
#browser_hint #browser_container .explain .item .item_icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 50%;
  line-height: 100px;
  box-sizing: content-box;
  background: #66CC66;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
}
#browser_hint #browser_container .explain .item .item_text {
  font-size: 16px;
  margin-top: 10px;
  color: #555;
}
/* 浏览器低版本提示 END */
