﻿.main2 {
  z-index: 73;
  width: 9px;
  height: 9px;
  background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPngd1726575dae8b97799f00d0fbcbc9862b5f453a63db1b44e6509b211e80e251b) -1px -1px
  no-repeat;
  margin-top: 9px;
}

.word6 {
  z-index: 72;
  width: 538px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-family: PingFangSC-Regular;
  line-height: 22px;
  text-align: left;
}

.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.box12 {
  z-index: auto;
  width: 559px;
  height: 22px;
  justify-content: space-between;
  margin: 15px 0 0 31px;
}
.hr-guide{
  margin-left: 30px;
  margin-right: 30px;
}

.page_ctrl{
  text-align: right;
  margin: 10px auto;
  box-sizing: border-box;
}
.page_ctrl *{
  line-height: 26px;
}
.page_ctrl button{
  margin:0 3px;
  min-width:30px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  color: #5e5e5e;
  cursor: pointer;
  outline: none;
  text-align: center;
}
.page_ctrl button:hover{
  background: #0eb0d2;
  color: #ffffff;
}
.page_ctrl .btn_dis{
  cursor: default;
  opacity: .7;
  background: #eeeeee;
  color: #5e5e5e;
}
.page_ctrl .btn_dis:hover{
  background: #eeeeee;
  color: #5e5e5e;
}
.page_ctrl .current_page{
  background: #0eb0d2;
  color: #ffffff;
}
.page_ctrl .input_page_num{
  width:30px;
  height: 26px;
  margin:0 3px;
  padding: 0;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  color: #5e5e5e;
  outline: none;
}
.page_ctrl .page_total,.page_ctrl .page_text{
  color: #2b2b2b;
  font-size: 13px;
}
