/* 建议弹框 */
.suggest-popup {
  width: 500px;
  height: 512px;
  background: #393E46;
  border: 1px solid #707070;
  border-radius: 10px;
  margin: 0 auto;
  overflow: hidden;
}

.suggest-item {
  display: flex;
  margin-top: 12px;
  box-sizing: border-box;
}

.suggest-item div {
  line-height: 40px;
  font-size: 16px;
  /* font-family: Source Han Sans CN; */
  font-weight: 400;
  color: #fff;
  margin-left: 40px;
  margin-right: 22px;
}

.suggest-item input {
  width: 353px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  padding: 0 16px;
  box-sizing: border-box;
  font-size: 16px;
  /* font-family: Source Han Sans CN; */
  font-weight: 400;
  color: #999999;
}

.suggest-item textarea {
  width: 353px;
  height: 136px;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  padding: 12px;
  box-sizing: border-box;
  font-size: 16px;
  /* font-family: Source Han Sans CN; */
  font-weight: 400;
  color: #999999;
}

.suggest-title {
  width: 100%;
  height: 40px;
  background: #232832;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  font-size: 16px;
  /* font-family: Source Han Sans CN; */
  font-weight: 500;
  margin-bottom: 30px;
}

.suggest-btn {
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
}

.suggest-btn div {
  width: 100px;
  height: 40px;
  border-radius: 4px;
  box-sizing: border-box;
  line-height: 40px;
  text-align: center;
  margin: 0 10px;
  font-size: 18px;
  /* font-family: Source Han Sans CN; */
  font-weight: 400;
  cursor: pointer;
}

.suggest-btn div:nth-child(1) {
  background: #ED6F22;
  color: #ffffff;
  margin-left: 116px;
  margin-right: 69px;
}

.suggest-btn div:nth-child(2) {
  border: 1px solid #ED6F22;
  color: #ED6F22;
}

.nav-count-left {
  display: flex;
  align-items: center;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.nav-count-right {
  display: flex;
  align-items: center;
}

/* 发布动态弹框 */
.newdynamic-box {
  width: 760px;
  margin: 0 auto;
  /* height: 600px; */
  background: #393E46;
  /* border: 1px solid #707070; */
  border-radius: 10px;
  padding: 0px 30px;
  box-sizing: border-box;
}

.newdynamic-title {
  font-size: 22px;
  /* font-family: Source Han Sans CN; */
  font-weight: 500;
  color: #fff;
  margin-bottom: 18px;
  margin-top: 30px;
}


.newdynami-text {
  width: 100%;
  height: 174px;
  background: #F7F8FA;
  border: 1px solid #E6E6E6;
  opacity: 1;
  border-radius: 10px;
  font-size: 14px;
  /* font-family: Source Han Sans CN; */
  font-weight: 500;
  line-height: 25px;
  color: #999999;
  padding: 12px 16px;
  box-sizing: border-box;
}

.uploadingImg {
  width: 80px;
  height: 80px;
  position: relative;
  cursor: pointer;
}


.uploadingImgTwo {
  width: 70px;
  height: 70px;
  position: relative;
  cursor: pointer;
  background-color: #EAEAEA;
  border-radius: 4px;
  margin-top: 12px;
}


.uploadingImg-num {
  width: 80px;
  height: 80px;
  background-color: #F7F8FA;
  border-radius: 10px;
  text-align: center;
  line-height: 80px;
  font-size: 16px;
  font-weight: 700;
  color: #ED6F22;
}


.uploadingImg-num-two {
  width: 70px;
  height: 70px;
  background-color: #EAEAEA;
  border-radius: 10px;
  text-align: center;
  line-height: 80px;
  font-size: 16px;
  font-weight: 700;
  color: #ED6F22;
}




.uploadingImg img {
  width: 100%;
  height: 100%;
}

.uploadingImgTwo img {
  /* width: 47%; */
  height: 45%;
  margin-top: 20px;
  margin-left: 20px;
}



.uploadingImg input {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  width: 80px;
  height: 80px;
  cursor: pointer;
}

.uploadingImgTwo input {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  width: 80px;
  height: 80px;
  cursor: pointer;
}


.newdynamic-btn {
  display: flex;
  width: 100%;
  justify-content: space-around;
}

.newdynamic-btn div {
  width: 140px;
  height: 46px;
  border-radius: 28px;
  overflow: hidden;
  cursor: pointer;
  font-size: 22px;
  /* font-family: Source Han Sans CN; */
  font-weight: 500;
  color: #333333;
  text-align: center;
  line-height: 46px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.newdynamic-btn div:nth-child(1) {
  background: #ED6F22;
  color: #ffffff;
  margin-left: 100px;
}

.newdynamic-btn div:nth-child(2) {
  border: 1px solid #ED6F22;
  color: #fff;
  margin-right: 100px;
}

/* 登录弹框 */
.login-popup {
  width: 500px;
  height: 508px;
  background: #393E46;
  border-radius: 10px;
  /* cursor: pointer; */
  margin: 0 auto;
}

.modal-content {
  background: rgba(0, 0, 0, 0);
  border: none;
}

.login-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  box-sizing: border-box;
  margin-top: 24px;
}

.login-title div {
  font-size: 24px;
  /* font-family: Source Han Sans CN; */
  font-weight: 500;
  color: #fff !important;
  letter-spacing: 5px;
}

.login-title img {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.login-tab-title {
  display: flex;
  margin-left: 60px;
  margin-top: 52px;
}

.login-tab-title .tab-title-item {
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-right: 60px;
  cursor: pointer;
}

.login-tab-title .tab-title-item div:nth-child(1) {
  font-size: 18px;
  /* font-family: Source Han Sans CN; */
  font-weight: 500;
  color: #999999;
  letter-spacing: 3px;
}

.login-tab-title .tab-title-item div:nth-child(2) {
  width: 40px;
  height: 6px;
  background: #ED6F22;
  border-radius: 10px;
  display: none;
}

.login-a div:nth-child(1) {
  color: #ED6F22 !important;
}

.login-a div:nth-child(2) {
  display: block !important;
}

.login-input {
  margin-left: 60px;
  margin-bottom: 24px;
}

.login-input input {
  width: 380px;
  height: 40px;
  background: #F5F5F5;
  border-radius: 10px;
  font-size: 16px;
  /* font-family: Source Han Sans CN; */
  font-weight: 400;
  line-height: 34px;
  color: #999999;
  letter-spacing: 3px;
  padding: 0 18px;
  box-sizing: border-box;
}

.login-button {
  width: 380px;
  height: 42px;
  background: #ED6F22;
  cursor: pointer;
  border-radius: 25px;
  margin-top: 62px;
  margin-left: 60px;
  line-height: 42px;
  text-align: center;
  font-size: 18px;
  /* font-family: Source Han Sans CN; */
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 3px;

}

.tab-register {
  width: 100%;
  text-align: center;
  font-size: 18px;
  /* font-family: Source Han Sans CN; */
  font-weight: 500;
  color: #ED6F22;
  letter-spacing: 3px;
  margin-top: 20px;
  cursor: pointer;
}

.xieyi {
  width: 100%;
  text-align: center;
  font-size: 14px;
  /* font-family: PingFang SC; */
  font-weight: 400;
  color: #999999;
  letter-spacing: 0px;
  margin-top: 25px;
}

.xieyi a {
  color: #ED6F22;
}

.input-code {
  width: 380px;
  position: relative;
}

.input-code input {
  padding-right: 100px !important;
}

.input-code .code-gain {
  position: absolute;
  right: 6px;
  top: 10px;
  font-size: 14px;
  /* font-family: Source Han Sans CN; */
  font-weight: 400;
  color: #ED6F22;
  letter-spacing: 3px;
  cursor: pointer;
}

/* . */

/* 注册 */
.register-popup {
  width: 500px;
  height: 520px;
  background: #393E46;
  border-radius: 10px;
  margin: 0 auto;
}

.radio_type {
  width: 24px;
  height: 24px;
  appearance: none;
  position: relative;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.radio_type:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #ED6F22;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
}

.tab-login {
  width: 100%;
  font-size: 18px;
  /* font-family: Source Han Sans CN; */
  font-weight: 500;
  line-height: 34px;
  color: #ED6F22;
  letter-spacing: 3px;
  margin-top: 6px;
  text-align: center;
  cursor: pointer;
}

.radio_type:checked:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #ED6F22;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
}

.radio_type:checked:after {
  content: "";
  width: 9px;
  height: 9px;
  text-align: center;
  background: #ED6F22;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
}

/* .radio_type:checked + label {
  color: #edd19d;
} */

.form-check {
  width: 100%;
  display: flex;
  align-items: center;
  margin-left: 40px;
  font-size: 14px;
  color: #999999;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.form-check a {
  color: #ED6F22;
  font-size: 14px;
}

/* . */


.dropdownMenu1-top {
  position: relative;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.head-portrait {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.dropdownMenu1-li {
  display: none;
  bottom: -150px;
  left: -70px;
  position: absolute;
}

.dropdownMenu1-li ul {
  width: 131px;
  height: 127px;
  background: #393E46;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  opacity: 1;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  box-sizing: border-box;
  padding-top: 5px;
}


.dropdownMenu1-li li a {
  width: 100%;
  padding: 0 18px;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
  /* font-family: Source Han Sans CN; */
  font-weight: 400;
  line-height: 37px;
}


.activeTop {
  position: relative;
  /* font-weight: 700 !important; */
  /* color: #ED6F22 !important; */
}

.activeTop:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 3px;
  background: #FFFFFF;
  opacity: 1;
  border-radius: 1.5px;
}


/* 第一个盒子 */
.dropdownMenu1-li li :nth-child(1) a {
  background: url('../img/header-white.png') no-repeat;
  background-position: 0% 57%;
}

.dropdownMenu1-li li .box {
  width: 93px;
  height: 36px;
  margin: 0 auto;
  padding-left: 15px;
}

.dropdownMenu1-li .box:hover {
  background-color: #49515D;

}

.dropdownMenu1-li .box:hover a {
  color: #ED6F22;
  background: url('../img/header-orange.png') no-repeat;
  background-position: 0% 57%;
}

/* 第二个盒子 */
.dropdownMenu1-li li:nth-child(2) a {
  background: url('../img/changePwd-white.png') no-repeat;
  background-position: 0% 57%;
}


.dropdownMenu1-li li .box2 {
  width: 93px;
  height: 36px;
  margin: 0 auto;
  padding-left: 15px;

}

.dropdownMenu1-li .box2:hover {
  background-color: #49515D;
}

.dropdownMenu1-li .box2:hover a {
  color: #ED6F22;
  background: url('../img/changePwd-orange.png') no-repeat;
  background-position: 0% 57%;
}

/* 第三个盒子 */
.dropdownMenu1-li li:nth-child(3) a {
  background: url('../img/signOut-white.png') no-repeat;
  background-position: 0% 57%;
}

.dropdownMenu1-li li .box3 {
  width: 93px;
  height: 36px;
  margin: 0 auto;
  padding-left: 15px;
  margin-bottom: 5px;
}

.dropdownMenu1-li .box3:hover {
  background-color: #49515D;
}

.dropdownMenu1-li .box3:hover a {
  color: #ED6F22;
  background: url('../img/signOut-orange.png') no-repeat;
  background-position: 0% 57%;
}



.head-top-img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
}

.head-top-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gotop {
  cursor: pointer;
  flex: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.public-item {
  width: 100%;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.public-item:nth-child(1) {
  background: #ED6F22;

}

.public-item:nth-child(1) div {
  color: #ffffff;
}

.public-item div {
  margin-top: 10px;
  font-size: 14px;
  /* font-family: Source Han Sans CN; */
  font-weight: 400;
  color: #999999;
  letter-spacing: 2px;
}

.pos-bottom {
  width: 60px;
  height: 0px;
  border: 1px solid #ccc;
}

.public-layout .pos-bottom:nth-child(2) {
  display: none;
}

.public-layout {
  position: fixed;
  right: 0;
  top: 45%;
  width: 80px;
  height: 310px;
  background: #393E46;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px 0px 0px 10px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.top-btns {
  display: flex;
  align-items: center;
  width: 80px;
  justify-content: space-between;
  margin: 0 50px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.top-btns .btns-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

/* .top-btns .btns-item:hover div{
    color: #ED6F22;
  } */
.top-btns .btns-item div {
  font-size: 14px;
  /* font-family: Source Han Sans CN; */
  font-weight: 400;
  display: none;
  /* margin-top: 3px; */
  color: #999999;
}

.top-btns .btns-item img {
  width: 22px !important;
  height: 22px !important;
}

.top-input {
  width: 300px;
  position: relative;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.top-input input {
  width: 300px;
  height: 32px;
  background: #f5f5f5;
  border-radius: 6px;
  font-size: 14px;
  /* font-family: Source Han Sans CN; */
  font-weight: 400;
  color: #999999;
  padding-left: 10px;
  padding-right: 36px;
  box-sizing: border-box;
}

.top-input img {
  display: block;
  position: absolute;
  right: 8px;
  top: 7px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.login-btn {
  width: 85px;
  display: flex;
  font-size: 16px;
  /* font-family: Source Han Sans CN; */
  font-weight: 400;
  color: #fff;
  opacity: 1;
}

.login-btn div {
  cursor: pointer;
}

/* .login-btn div:hover {
    font-weight: bold;
    color: #ED6F22;
  } */
.router-item {
  display: flex;
  align-items: center;
  width: 450px;
  justify-content: space-between;
  margin-left: 60px;
}

.router-item .item {
  font-size: 16px;
  font-family: -apple-system, Source Han Sans CN;
  font-weight: 400;
  color: #fff;
  opacity: 1;
  text-decoration: none;
  cursor: pointer;
}

/* .item:hover {
    font-weight: bold;
    color: #ED6F22;
  } */
.nav {
  width: 100%;
  height: 70px;
  background: #ED6F22;
  box-shadow: 0px 4px 10px rgba(155, 155, 155, 0.1);
  opacity: 1;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}

.nav-count {
  margin: 0 auto;
  height: 70px;
  width: 1400px;
  max-width: 1400px !important;
  min-width: 1200px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.my-bottom {
  width: 100%;
  background: #393E46;

}

.bottom-router {
  /* margin-top: 30px; */
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bottom-router img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.router-link {
  display: flex;
  justify-content: space-between;
  width: 500px;
  margin-right: 200px;
}

.link-item {
  display: flex;
  flex-direction: column;
}

.link-item div {
  font-size: 16px;
  /* font-family: Source Han Sans CN; */
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
}

.viod {
  display: flex;
  flex-direction: column;
}

.viod a {
  font-size: 14px;
  /* font-family: Source Han Sans CN; */
  font-weight: 400;
  line-height: 24px;
  color: #DBDBDB;
  cursor: pointer;
}

.link-item a {
  font-size: 14px;
  /* font-family: Source Han Sans CN; */
  font-weight: 400;
  line-height: 24px;
  color: #DBDBDB;
  cursor: pointer;
}

.link-item a:hover {
  color: #fff;
}

.bottom-code {
  width: 240px;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.bottom-code-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bottom-code-item img {
  width: 86px;
  height: 86px;
}

.bottom-code-item div {
  font-size: 16px;
  /* font-family: Source Han Sans CN; */
  font-weight: 500;
  margin-top: 12px;
  color: #fff;
}

.ICP-com {
  width: 100%;
  font-size: 12px;
  /* font-family: Source Han Sans CN; */
  font-weight: 400;
  color: #ccc;
  background: #323740;
  text-align: center;
  margin-top: 8px;
}

/* 公共提示弹框 */
.all-popup {
  width: 400px;
  height: 208px;
  background: #393E46;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}

.all-popup div:nth-child(1) {
  width: 400px;
  height: 38px;
  background: #232832;
  font-size: 14px;
  /* font-family: Source Han Sans CN; */
  font-weight: 500;
  line-height: 38px;
  text-align: center;
  color: #FFFFFF;
}

.all-popup div:nth-child(2) {
  font-size: 16px;
  /* font-family: Source Han Sans CN; */
  font-weight: 500;
  width: 100%;
  text-align: center;
  color: #fff;
  margin-top: 36px;
}

.all-popup div:nth-child(3) {
  width: 100px;
  height: 40px;
  background: #ED6F22;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  /* font-family: Source Han Sans CN; */
  font-weight: 400;
  border-radius: 10px;
  cursor: pointer;
  margin: 55px auto 0;
}

.hoverR:hover div {
  color: #ED6F22 !important;
}

.hoverR:hover .img3 {
  display: none !important;
}

.hoverR:hover .img4 {
  display: block !important;
}


.newdynamic-imgrow {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.newdynamic-imgrow-two {
  display: flex;
}

.newdynamic-imgrow-two .imgrow-item-two {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  margin-top: 12px;
  margin-right: 12px;
}

.newdynamic-imgrow .imgrow-item .imageup {
  object-fit: contain;
  background-color: #F5F5F5;
  width: 100%;
  height: 100%;
}


.newdynamic-imgrow .imgrow-item-two .imageup-two {
  object-fit: contain;
  background-color: #F5F5F5;
  width: 100%;
  height: 100%;
}

.imgUploadBox {
  display: flex;
  justify-content: flex-start;
  padding: 0 0px 0 94px;
}

.pageItemA {
  background: #ED6F22 !important;
  color: #fff !important;
}

.newdynamic-imgrow .imgrow-item .imgvidel {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.newdynamic-imgrow-two .imgrow-item-two .imgvidel-two {
  width: 11px;
  height: 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  cursor: pointer;
  z-index: 1;
}

.del-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: rgba(51, 51, 51, 0.2);
}

.el-badge__content {
  background-color: #f56c6c;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  line-height: 16px;
  padding: 0 6px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #fff;
  position: absolute;
  left: 15px;
  top: -10px;
}

/* 分页 */
.pager-clearfix {
  width: 100%;
  display: flex;
  justify-content: center;
}

.clearfix {
  clear: both;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.pager {
  max-width: 800px;
  text-align: center;
  margin-bottom: 30px;
  display: inline-block;
}

.pager a {
  cursor: pointer;
}

.pager a,
.pager span {
  /* 按钮内数字 */
  width: 36px;
  height: 34px;
  border: 1px solid #ED6F22;
  margin-left: -1px;
  color: #999;
  display: inline-block;
  line-height: 34px;
  float: left;
  font-size: 14px;
  text-decoration: none;
  margin: 0 10px;
  border-radius: 8px;
}

.pager a:hover,
.pager span:hover {
  background: #ED6F22;
  color: #fff;
  position: relative;
  z-index: 1;
}

.pager span.current {
  background: #ED6F22;
  color: #fff;
  /* border-color: #EBEBEB; */
  position: relative;
  z-index: 1;
}

.pager .pg-prev[disabled='true'],
.pager .pg-next[disabled='true'] {
  border-color: #ED6F22 !important;
}

/* .pager .pg-first,
.pager .pg-prev,
.pager .pg-next,
.pager .pg-last {
	background: white url(../images/page_bg.jpg)  8px 7px no-repeat;
}

.pager .pg-first:hover,
.pager .pg-prev:hover,
.pager .pg-next:hover,
.pager .pg-last:hover {
	background: white url(../images/page_bg_hover.jpg)  8px 7px no-repeat;
} */

.pager .pg-prev,
.pager .pg-prev:hover {
  background-position: 7px -21px;
}

.pager .pg-next,
.pager .pg-next:hover {
  background-position: -21px -21px;
}

.pager .pg-last,
.pager .pg-last:hover {
  background-position: -21px 7px;
}

/* .pager .pg-prev[disabled='true'],
.pager .pg-prev[disabled='true']:hover {
	cursor: default;
	background-image: url(../images/page_bg.jpg);
}

.pager .pg-next[disabled='true'],
.pager .pg-next[disabled='true']:hover {
	cursor: default;
	background-image: url(../images/page_bg.jpg);
} */
.page-item-no {
  width: 36px;
  height: 34px;
  text-align: center;
  margin-left: -1px;
  color: #666666;
  display: inline-block;
  line-height: 34px;
  float: left;
  font-size: 14px;
  text-decoration: none;
  margin: 0 10px;

  border-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}


.pager .pg-prev[disabled='true'],
.pager .pg-next[disabled='true'] {
  border-color: #eeeeee;
}

.pager span.els {
  border-color: transparent;
}

.pagerHtmlWrap {
  width: 800px;
  margin: 30px auto;
}

.pagerHtmlWrap .cc_cells {
  width: 100%;
  height: 35px;
  padding: 5px 0;
  border-bottom: 1px #cccccc solid;
}

.pagerHtmlWrap .cc_cells a {
  color: #454545;
  font-size: 14px;
  line-height: 35px;
  text-decoration: none;
}

.pagerHtmlWrap .cc_cells a span {
  display: inline-block;
  width: 25%;
  text-align: left;
  margin: 0;
}

/* 缺失 */
.no-listitem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.no-listitem div {
  margin-top: 40px;
  font-size: 18px;
  /* font-family: Source Han Sans CN; */
  font-weight: 400;
  color: #FFE5CF;
  letter-spacing: 5px;
  opacity: 1;
}

/* 右上角联系电话 */
.title-call {
  margin: 29px 0 28px 24px;
}

.title-call img {
  vertical-align: text-bottom;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.title-call span {
  font-size: 14px;
  /* font-family: Source Han Sans CN; */
  font-weight: 400;
  color: #FFFFFF;
  padding-left: 5px;
}