.common_page_list {
  display: flex;
  align-items: center;
}
.common_page_list.middle {
  justify-content: center;
}
.common_page_list.right {
  justify-content: end;
}
.common_page_list a {
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  box-sizing: border-box;
  text-align: center;
  line-height: 36px;
  color: #333333;
  font-size: 14px;
  margin-right: 4px;
}
.common_page_list a:not(.guide) {  
  background: #FFFFFF;
  box-shadow: 0px 1px 2px 0px #FFF8F3;
  border: 1px solid #FFEBD5;
}
.common_page_list a.guide {
  box-shadow: 0px 1px 2px 0px #F6F6F6;
  border: 1px solid #EFEFEF;
}
.common_page_list a:last-child {
  margin-right: 0px;
}
.common_page_list a.commonPage:not(.active):hover {
  background: #FFF4EC;
}
.common_page_list a.commonPage.active {
  background: #FF730A;
  color: #fff;
}
.common_page_list .goStart {
  background: #fff url(//pic.cgyouxi.com/orange/upload/202403/24756624_f456078ead764af96acc838dd28995e0.png) center no-repeat;
  background-size: 16px;
}
.common_page_list .goStart.disabled {
  background: #fff url(//pic.cgyouxi.com/orange/upload/202403/24756624_ae725b78f2e2a93fe974dff0c949b47c.png) center no-repeat;
  background-size: 16px;
}
.common_page_list .goPrev {
  background: #fff url(//pic.cgyouxi.com/orange/upload/202402/24756624_010b993067b5975fb11b5569afb3908e.png) center no-repeat;
  background-size: 16px;
}
.common_page_list .goPrev.disabled {
  background: #fff url(//pic.cgyouxi.com/orange/upload/202402/24756624_da4ade961b41cf4271555dbbdfbda383.png) center no-repeat;
  background-size: 16px;
}
.common_page_list .goNext {
  background: #fff url(//pic.cgyouxi.com/orange/upload/202402/24756624_b7ece81715ead83b02ce8aadc147bea2.png) center no-repeat;
  background-size: 16px;
}
.common_page_list .goNext.disabled {
  background: #fff url(//pic.cgyouxi.com/orange/upload/202402/24756624_ed152e96ccb9e943e2751a612372ae2a.png) center no-repeat;
  background-size: 16px;
}
.common_page_list .goEnd {
  background: #fff url(//pic.cgyouxi.com/orange/upload/202403/24756624_3cd8baaf75b00a5c95cb7e6a8d1f2420.png) center no-repeat;
  background-size: 16px;
}
.common_page_list .goEnd.disabled {
  background: #fff url(//pic.cgyouxi.com/orange/upload/202403/24756624_718a78595d2b261931465a03abc0d2f3.png) center no-repeat;
  background-size: 16px;
}
