.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  height: 1rem;
  z-index: 999;
  padding: 0 1.2rem;
}

.header.inner {
  background: #fff;
  border-bottom: 1px solid rgba(243, 243, 243, 1);
}

.header .logo {
  position: relative;
  flex-shrink: 0;
  width: 1.45rem;
  height: .4rem;
}

.header .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header .logo .normal,
.header.inner .logo .active {
  display: block;
}

.header .logo .active,
.header.inner .logo .normal {
  display: none;
}


.header .nav {
  position: relative;
  display: flex;
  align-items: center;
  gap: .7rem;
  height: 100%;
  margin: 0 .65rem 0 auto;
}

.header .nav .item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header .nav .item .label {
  color: #fff;
  text-transform: capitalize;
}

.header.inner .nav .item .label {
  color: #333;
}

.header .btns {
  position: relative;
  display: flex;
  align-items: center;
  gap: .54rem;
}

.header .btns .btn {
  width: .2224rem;
  height: .2224rem;
}

.header .btns .btn .normal,
.header.inner .btns .btn .active {
  display: block;
}

.header .btns .btn .active,
.header.inner .btns .btn .normal {
  display: none;
}



.footer {
  position: relative;
  background: rgba(51, 51, 51, 1);
  padding: .57rem 1.2rem 0 1.2rem;
}

.footer .top {
  display: flex;
  align-items: center;
  padding-bottom: .2617rem;
  border-bottom: 1px solid rgba(128, 128, 128, .5);
}

.footer .main {
  display: flex;
  margin: .6rem 0 0 0;
  gap: 1.09rem;
}

.footer .main .ul {
  display: flex;
  gap: .2rem;
  flex: 1;
  justify-content: space-between;
}

.footer .main .ul li {
  display: flex;
  flex-direction: column;
  /* gap: .2rem; */
}

.footer .main .ul li a {
  color: rgba(153, 153, 153, 1);
  line-height: 2.57;
  text-transform: capitalize;
  transition: color 0.3s ease;
}

.footer .main .ul li a:first-child {
  margin-bottom: .1798rem;
  color: #fff;

}

.footer .main .ul li a:hover {
  color: #fff;
}

.footer .main .right {
  width: 5.1rem;
  display: flex;
  gap: .6333rem;
}

.footer .main .right .qrcode img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  width: .7224rem;
  height: .7224rem;
}

.footer .main .right .qrcode span {
  color: rgba(138, 138, 138, 1);
  margin: .1687rem 0 0 0;
  text-align: center;
  display: block;
  width: 100%;
}

.footer .main .right .info {
  display: flex;
  flex-direction: column;
  gap: .5519rem;
}

.footer .main .right .info .item {
  display: flex;
  align-items: center;
  gap: .3rem;
}

.footer .main .right .info .item .icon {
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  border: 1px solid rgba(138, 138, 138, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .main .right .info .item .icon img {
  width: .16rem;
}

.footer .main .right .info .item .txts span {
  color: #fff;
  line-height: 1.5;
}

.footer .main .right .info .item .txts p {
  color: rgba(138, 138, 138, 1);
  line-height: 1.21;
  margin: .0871rem 0 0 0;
}



.footer .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .2813rem 0;
  margin: .56rem 0 0 0;
  border-top: 1px solid rgba(128, 128, 128, .5);
}

.footer .bottom .left .copyright {
  color: rgba(128, 128, 128, 1);
  line-height: 1.25;
  transition: color 0.3s ease;
}

.footer .bottom .right .links {
  display: flex;
  align-items: center;
}

.footer .bottom .right .links .link {
  color: rgba(128, 128, 128, 1);
  line-height: 1.25;
}

.sy400_r {
  font-family: 'SourceHanSansCN-Regular';
  font-weight: 400;
}

.sy400_n {
  font-family: 'SourceHanSansCN-Normal';
  font-weight: 400;
}

.p_banner {
  position: relative;
  height: 5.4rem;
}

.p_banner .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p_banner .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p_banner .info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.p_banner .info .title {
  color: #fff;
  line-height: 1.5;
}

.p_banner .info .desc {
  color: #fff;
  margin: .066rem 0 0 0;
  line-height: 1.5;
}

.p_banner .info .title_line {
  width: .6rem;
  height: 3px;
  background: #fff;
  margin: .09rem 0 0 0;
}

.p_banner .info .to_down {
  margin-top: .8337rem;
  width: .5rem;
  height: .5rem;
}

.p_banner .info .to_down img {
  width: 100%;
  height: 100%;
}

.p_tabs {
  display: flex;
  padding: 0 2.7rem;
  height: .8rem;
  width: 100%;
  align-items: center;
  gap: 2.2rem;
  border-bottom: 1px solid rgba(228, 228, 228, 1);
  background: #fff;
  z-index: 100;
  position: sticky;
  top: 1rem;
}

.p_tabs .tab {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  color: rgba(102, 102, 102, 1);
  line-height: 1.5;

  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}

.p_tabs .tab:hover,
.p_tabs .tab.on {
  color: rgba(93, 192, 206, 1);
}

.p_tabs .tab::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: rgba(93, 192, 206, 1);
  transition: width 0.3s ease;
}

.p_tabs .tab:hover::after,
.p_tabs .tab.on::after {
  width: 100%;
}

.p_label_box {
  position: relative;
  text-align: center;
}

.p_label_box span {
  color: rgba(51, 51, 51, 1);
  line-height: 1.33;
  position: relative;
  display: inline-block;
}

.p_label_box span::before,
.p_label_box span::after {
  content: '';
  position: absolute;
  top: .1442rem;
  width: .6rem;
  height: 1px;
  background: #333
}

.p_label_box span::before {
  /* left: -83%; */
  left: -.88rem;
}

.p_label_box span::after {
  right: -.88rem;
}

.p_label_box p {
  color: rgba(185, 190, 190, 1);
  line-height: 1.5;
  margin: .17rem 0 0 0;
}

.p_controls {
  display: flex;
  gap: .8rem;
  align-items: center;
  justify-content: center;
}

.p_controls .btn {
  width: .44rem;
  height: .44rem;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(176, 176, 176, 1);

  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.p_controls .btn:hover {
  background: rgba(93, 192, 206, 1);
  border: 1px solid rgba(93, 192, 206, 1);
}

.p_controls .btn .img {
  width: .064rem;
}

.p_controls .btn .normal,
.p_controls .btn:hover .active {
  display: block;
}

.p_controls .btn .active,
.p_controls .btn:hover .normal {
  display: none;
}


.pagination {
  display: flex;
  align-items: center;
  gap: .12rem;
  justify-content: center;
}

.pagination-btn {
  width: .38rem;
  height: .38rem;
  border-radius: .06rem;
  border-style: none;
  /* background-color: rgba(249, 249, 249, 1); */
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  padding: 0;
}

.pagination-btn:hover {
  /* background-color: rgba(238, 28, 37, 1); */
}

.pagination-btn img {
  width: .18rem;
  height: .18rem;
  object-fit: contain;
  pointer-events: none;
}

.pagination-btn:disabled {
  cursor: not-allowed;
  /* background-color: rgba(249, 249, 249, 1); */
  background: transparent;
}



.pagination-btn .normal,
.pagination-btn:hover .active {
  display: block;
}

.pagination-btn:hover .normal,
.pagination-btn .active {
  display: none;
}

.pagination-btn:disabled .normal {
  display: block;
}

.pagination-btn:disabled .active {
  display: none;
}

.pagination-page {
  width: .38rem;
  height: .38rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 50%;
}

.pagination-page:not(.active) {
  color: rgba(153, 153, 153, 1);
  background-color: transparent;
}

.pagination-page:not(.active):hover {
  color: #fff;
  background: #5DC0CE;
}

.pagination-page.active {
  color: #fff;
  background: #5DC0CE;
}
.pagination .last_page {
  color: rgba(102, 102, 102, 1);
  background-color: transparent;
}

.pagination .last_page:hover {
  color: #fff;
  background: #5DC0CE;
}

.pagination .total {
  color: rgba(51, 51, 51, 1);
}







.crumb {
  display: flex;
  align-items: center;
  gap: .1rem;
}

.crumb a {
  line-height: 1.5;
  color: rgba(172, 171, 171, 1);
}

.crumb a:last-child {
  color: #fff;
}

.crumb .crumb_arrow {
  width: .08rem;
  flex-shrink: 0;
}


.ele_up {
  opacity: 0;
  transform: translateY(.6rem);
}