/* 分页 */
.cut {
  color: #999;
}
.cut a:hover {
  color: #d5ae6d;
}
.paging {
  position: relative;
  margin-top: 60px;
}
.paging a {
  color: #888;
  margin: 0 5px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #eee;
}
.paging a.active {
  background: #d5ae6d;
  color: #fff;
}
.paging a:not(.noPage):hover {
  background: #d5ae6d;
  color: #fff;
}
.paging .page {
  width: 35px;
}
.paging .prevPage,
.paging .nextPage {
  padding: 0 10px;
}
.paging .firstPage,
.paging .lastPage {
  padding: 0 15px;
}
.paging .noPage {
  opacity: 0.5;
  cursor: default;
}
/* 详情页切换 */
.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: #c62834;
}
/* 点击加载更多 */
.loadData {
  text-align: center;
}
.loadData a {
  position: relative;
  margin: 0 auto;
  display: none;
  width: 140px;
  height: 40px;
  color: #c62834;
  line-height: 40px;
  font-size: 14px;
  border-radius: 20px;
  border: solid 1px #c62834;
}
.loadData .loading {
  background: #26a6ff;
  color: #eee;
}
.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;
}
.loadData .loadStart:hover {
  background: #c62834;
  color: #fff;
}
/* 居中标签 */
.center {
  max-width: 1300px;
  margin: 0 auto;
}
@media (min-width: 1200) {
  .center {
    padding: 0 20px;
  }
}
/* crumbs START */
.hide {
  display: none;
}
/* 浏览器低版本提示 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;
  -webkit-box-sizing: content-box;
          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 */
/* go_top START */
.go_top {
  position: fixed;
  right: 5%;
  bottom: 10.3%;
  width: 60px;
  height: 60px;
  background: rgba(150, 150, 150, 0.5);
  border-radius: 50%;
  text-align: center;
  line-height: 54px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  z-index: 10000;
  display: none;
}
.go_top:hover {
  background: #c62834;
}
/* go_top END */
