.hidden {
	overflow: hidden;
}

.page_div {
  margin: 20px 10px 20px 0;
  color: #666;
  text-align: center;
}

.page_div button,
.page_div span {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 0 5px;
  color: #333;
  font-size: 14px;
  background: #fff;
  border: none;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  cursor: pointer;
}

.page_div button:disabled,
.page_div span.disabled {
  cursor: not-allowed;
  background-color: rgba(210, 210, 210, 0.25);
  border-color: #d2d2d2;
  opacity: 0.5;
}

.page_div .current {
  bottom: 3px;
  color: #fff;
  background-color: #ffc21d;
  border-color: #ffc21d;
}

.page_div #prePage,
.page_div #nextPage {
  width: 50px;
}

.page_div #firstPage,
.page_div #lastPage,
.page_div .totalList,
.page_div .totalNum {
  display: none;
}

.jq-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  height: 2.5rem;
  padding: 0 0.7rem 0 0.375rem;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 99;
  box-shadow: 0 0 0.5rem #ccc;
}

.jq-header-fixed {
  height: 2.5rem;
}

.jq-log {
  width: 4.7rem;
  height: 1.6rem;
  margin-right: 0.575rem;
  background: url(../images/jq_logo.png) center no-repeat;
  background-size: 100%;
}

.xq {
  position: relative;
  color: #333;
  font-size: 0.6rem;
  line-height: 1.2rem;
}

.common-icon {
  position: relative;
  top: -0.125rem;
  display: inline-block;
  width: 0.35rem;
  height: 0.225rem;
}

.xq-icon {
  background: url("../images/jt_down.png") center no-repeat;
  background-size: 100%;
  transform: rotate(180deg);
  transition: transform 0.2s ease;
}

.xq-list {
  position: absolute;
  top: 1.4rem;
  left: 0;
  z-index: 99;
  min-width: 2.25rem;
  display: none;
  box-sizing: border-box;
  padding: 0.6rem 0.3rem;
  line-height: 1.6rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
}

.xq.active .xq-list {
  display: block;
}

.xq.active .xq-icon {
  transform: rotate(0);
}

.xq-list li {
  color: #24272d;
}

.jq-header-lf {
  display: flex;
  align-items: flex-end;
}

.jq-header-rt {
  display: flex;
  align-items: center;
}

.jq-lang {
  display: block;
  width: 1.05rem;
  height: 1.05rem;
  margin-right: 0.525rem;
}

.nav-icon {
  width: 1.025rem;
  height: 0.775rem;
  margin-left: 0.5rem;
  display: flex;
  align-items: center;
}

#language {
  width: 1.2rem;
  height: 1.2rem;
}
#language a {
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  border: 1px solid #666;
  color: #666;
  font-size: 0.6rem;
}

.banner {
  width: 100%;
  height: 7.5rem;
  background: url(../images/banner.jpg) center no-repeat;
  background-size: 100%;
}

.footer {
  box-sizing: border-box;
  width: 100%;
  padding: 1.4rem 0;
  overflow: hidden;
  color: #24272d;
  font-size: 0.6rem;
  background: #efeff5;
}

.footer .code-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 1.65rem 1rem;
}

.footer .code-list::after {
  position: absolute;
  right: 0.375rem;
  bottom: 0;
  left: 0.375rem;
  width: 18rem;
  border-bottom: 0.025rem solid #d1d1d5;
  content: "";
}

.code-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 4.75rem;
  line-height: 0.6rem;
  text-align: center;
}

.code-list li:last-child {
  margin-right: 0;
}

.code-item-bg {
  width: 4.35rem;
  height: 4.375rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
}

.footer-info {
  margin-top: 0.6rem;
  line-height: 1rem;
  text-align: center;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  box-sizing: border-box;
  width: 100%;
  padding-top: 0.75rem;
  background: #f1f1f1;
}

.mask-bg {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 990;
}

.mask .close-btn {
  position: absolute;
  right: 0.775rem;
  width: 0.675rem;
  height: 0.65rem;
  text-align: right;
  background: url('../images/close_icon.png') no-repeat center center/100% 100%;
}

.jq-menu {
  margin-top: 1.5rem;
  color: #333;
}

.jq-menu-item {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 1.2rem;
  padding-bottom: 1.475rem;
}

.jq-menu-item::after {
  position: absolute;
  bottom: 0;
  left: 0.875rem;
  width: 17rem;
  border-bottom: 0.025rem solid #c4c4c4;
  content: "";
}

.jq-menu .jq-menu-item:last-child {
  margin-bottom: 0;
}

.jq-menu .jq-menu-item:last-child::after {
  border-bottom: none;
}

.jq-menu-item.active .jq-meun-item-list {
  display: block;
}

.jq-meun-item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 0.775rem 0 1.1rem;
  font-size: 0.75rem;
  line-height: 0.75rem;
}

.jq-meun-item-list {
  display: none;
  box-sizing: border-box;
  margin-top: 1.475rem;
  padding-left: 1.375rem;
  font-size: 0.6rem;
  line-height: 0.6rem;
}

.jq-meun-item-list li {
  margin-bottom: 1.325rem;
}

.jq-meun-item-list li:last-child {
  margin-bottom: 0;
}

.jq-meun-item-list a {
  display: block;
}

.jq-menu-item .jq-meun-icon {
  width: 0.35rem;
  height: 0.6rem;
  background: url("../images/icon_right.png") center no-repeat;
  background-size: 100%;
  transition: transform 0.2s ease;
}

.jq-menu-item.active .jq-meun-icon {
  transform: rotate(90deg);
}

.dialog {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  padding: 30% 1.125rem 0;
  background: rgba(0, 0, 0, 0.7);
}

.dialog-close {
  position: absolute;
  right: 1.125rem;
  width: 1.15rem;
  height: 1.125rem;
}

.dialog-swiper {
  height: 15.5rem;
  margin-top: 1.375rem;
}

.dialog-swiper img {
  width: 16.5rem;
  height: 11.25rem;
  margin: 1.375rem auto 0;
}

.dialog-title {
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  display: flex;
  align-items: center;
  width: 12rem;
  color: #ffc21d;
  font-size: 0.8rem;
  line-height: 0.8rem;
}
.dialog-title span {
  padding-right: 0.4rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.dialog-title::after {
  flex: 1;
  height: 1px;
  background: #ffc21d;
  content: "";
}

.dialog-swiper .swiper-button-prev,
.dialog-swiper .swiper-button-next {
  top: 96%;
  width: 1.625rem;
  height: 1.625rem;
}

.dialog-swiper .swiper-button-prev {
  left: 75%;
  background: url("../images/prev_icon.png") center no-repeat;
  background-size: 100%;
}

.dialog-swiper .swiper-button-next {
  right: 0;
  background: url("../images/next_icon.png") center no-repeat;
  background-size: 100%;
}

.dialog-swiper .swiper-button-prev::after,
.dialog-swiper .swiper-button-next::after {
  font-size: 0;
}

.emptyTips {
  margin: 5rem 0;
  font-size: 0.8rem;
  text-align: center;
  color: #999;
}
.emptyTips img {
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
}