/* id="fixed" */
.fixed {
  position: fixed;
  top: 42%;
  right: 0;
  font-size: 0;
  cursor: pointer;
  z-index: 9999;
}
.fixed img {
  width: 80px;
  height: 80px;
}
.fixed .pcDialog {
  width: 266px;
  position: absolute;
  top: -90px;
  right: 80px;
  z-index: 100;
}
.fixed .dialog-header {
  height: 40px;
  line-height: 40px;
  background: url("../image/download8.png") no-repeat;
  background-size: 100% 100%;
  font-size: 18px;
  font-family: Microsoft YaHei-Light,Microsoft YaHei;
  font-weight: 300;
  color: #fff;
  text-align: center;
}
.fixed .dialog-body {
  background-color: #fff;
  text-align: center;
  padding-bottom: 20px;
}
.fixed .pcDialog img {
  width: 226px;
  height: 226px;
  margin-top: 20px;
}
.fixed .copy-text {
  font-size: 18px;
  font-family: Microsoft YaHei-Regular,Microsoft YaHei;
  font-weight: 400;
  color: #000;
  text-align: center;
  margin: 10px 0;
}
.fixed .pc-copy {
  width: 226px;
  height: 39px;
  background: #b38548;
  border-radius: 8px 8px 8px 8px;
  font-size: 18px;
  font-family: Microsoft YaHei-Regular,Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 39px;
  margin: 0 auto;
}
.fixed-kefu {
  width: 254px;
  height: auto;
  position: fixed;
  top: 35%;
  left: 0;
  font-size: 0;
  cursor: pointer;
  z-index: 9999;
}
.pc-item .pc-s{
    display: block;
}

.pc-item .pc-a{
    display: none;
}


.pc-item.active .pc-s{
    display: none;
}

.pc-item.active .pc-a{
    display: block;
}
.fixed-two {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 0;
  background: url("../image/download111.png") no-repeat;
  background-size: 100% 100%;
  padding: 0 12px;
  box-sizing: border-box;
  z-index: 9999;
}
.fixed-two .one {
  display: flex;
  align-items: center;
}
.fixed-two .h5-kefu-logo {
  width: 33px;
  height: auto;
  margin-right: 10px;
}
.fixed-two .text {
  font-size: 18px;
  font-family: PingFang SC-Medium,PingFang SC;
  font-weight: 500;
  color: #fff;
}
.fixed-two .btn1 {
  width: 108px;
  height: 40px;
}
.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #ff4475;
  border: 1px solid #333;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}