/*右边浮动*/
.zd_erha {
  position: fixed;
  right: 2rem;
  bottom: 15%;
  z-index: 999;
  width: 2.75rem;
  background: #2272b6;
  box-shadow: 0.125rem 0.1875rem 0.375rem rgba(150, 148, 148, 0.25);
  border-radius: 5rem;
}

.zd_erha .ad_sts {
  text-align: center;
}

.zd_erha .ad_sts i img {
  height: 1.5rem !important;
}

.zd_erha .ad_sts .name {
  font-size: 0.625rem;
  line-height: 0.75rem;
  color: #fff;
  margin-top: 0.3125rem;
  white-space: nowrap;
  display: none;
}

.zd_erha .ad_sts.aa .name {
  margin-left: -0.375rem;
}

@media (max-width: 768px) {
  .zd_erha {
    display: none;
  }
}

.zd_erha .aat_list li {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.zd_erha .aat_list li:nth-last-child(2) {
  border-bottom: none;
}

.zd_erha .aat_list li:nth-last-child(1) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: none;
}

.zd_erha .aat_list li>a {
  display: block;
  width: 2.25rem;
  position: relative;
  margin: 0 auto;
  padding: 0.5rem 0.3125rem;
  border-radius: 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.zd_erha .aat_list li>a img {
  width: 100%;
  height: 100%;
  filter: brightness(0) invert(1);
}

.zd_erha .aat_list li .cbl-cont {
  position: absolute;
  z-index: -1;
  padding: 0.75rem 1rem;
  width: auto;
  right: -webkit-calc(115%);
  right: -moz-calc(115%);
  right: calc(110% + 5px);
  top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(110%);
  -moz-transform: translateX(110%);
  -ms-transform: translateX(110%);
  -o-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
  color: #333;
  font-size: 1rem;
  background: #fff;
  font-weight: bold;
  border-radius: 0.5rem;
  white-space: nowrap;
}

.zd_erha .aat_list li .cbl-cont.erghgsb {
  width: 8rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
}

.zd_erha .aat_list li .cbl-cont.erghgsb img {
  width: 100%;
}

.zd_erha .aat_list li:hover .cbl-cont {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/* 上一条下一条 */
.previous ,.nexts{
	margin: 2rem 0;
	padding-bottom: 2rem;
	border-bottom: 1px solid #ccc;
	font-size: 1.1rem;
	color: #333;
}

.previous a ,.nexts a{
	line-height: 1.4rem;
	color: #666;
	margin-left: .5rem;
}


/* 分页样式 */
.pglist {
	margin: 3rem 0 5rem 0;
	text-align: center !important;
	font-size: 1rem;
}

.pglist a {
	border: 1px solid #e4eaec;
	background: #fff;
	padding:.8rem 1.8rem;
	margin: 0 .5rem;
	text-align: center;
	color: #76838f;
	font-size: 1.2rem;
	border-radius: .5rem;
}

.pglist a:hover {
	background: #f5f5f5
}

.pglist a.NextA {
	border-right: 1px solid #e4eaec
}

.pglist .NextSpan,
.pglist .PreSpan {
	border: 1px solid #e4eaec;
	padding:.8rem 1.8rem;
	background: #fff;
	color: #ccd5db;
	border-radius: .5rem;
}

.pglist .firstPage,
.pglist .lastPage {
	height: 1rem;
	line-height: 1rem;
}

.pglist span {
	border: 1px solid #e4eaec;
	padding:.8rem 1.8rem;
	text-align: center;
	background: #2272b6;
	font-size: 1.2rem;
	color: #fff;
	border-radius: .5rem;
}

.pglist a,
.pglist a:active,
.pglist a:focus,
.pglist a:hover {
	text-decoration: none
}

.pglist .PageText {
	margin-left: .5rem;
	color: #aaa;
	display: none
}

.pglist a:last-child {
	border-right: 1px solid #e4eaec
}