@-webkit-keyframes skeleton {
  0% {
    background-position-x: 400%;
  }

  50% {
    background-position-x: 0%;
  }

  100% {
    background-position-x: -400%;
  }
}

@keyframes skeleton {
  0% {
    background-position-x: 400%;
  }

  50% {
    background-position-x: 0%;
  }

  100% {
    background-position-x: -400%;
  }
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-size: 0.373333rem;
  color: #333333;
}

a {
  color: #333333;
  text-decoration: none;
}

.btn-view {
  width: 100%;
  height: 1.706667rem;
  padding: 0.266667rem 0.4rem;
  background: #FFFFFF;
  position: relative;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 8;
}

.btn-view .btn {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.373333rem;
  padding-right: 0.373333rem;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border-radius: 0.133333rem;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  height: 1.173333rem;
  line-height: 1.173333rem;
  color: #FFFFFF;
  background: #DD2222;
  font-size: 0.426667rem;
}

.tabbar {
  width: 100%;
  height: 1.306667rem;
  background: #FFFFFF;
  position: relative;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.tabbar::after {
  position: absolute;
  content: "";
  box-sizing: border-box;
  pointer-events: none;
  right: 0;
  left: 0;
  transform: scaleY(0.5);
  border-top: 0.026667rem solid #EEEEEE;
  top: 0;
}

@media (-webkit-min-device-pixel-radio: 3), (min-device-pixel-radio: 3) {
  .tabbar::after {
    transform: scaleY(0.33333333);
  }
}

@media (-webkit-min-device-pixel-radio: 2), (min-device-pixel-radio: 2) {
  .tabbar::after {
    transform: scaleY(0.5);
  }
}

.tabbar .tabbar-list {
  width: 86%;
  display: flex;
  justify-content: space-between;
}

.tabbar .tabbar-list .tabbar-item-comm {
  position: relative;
}

.tabbar .tabbar-list .tabbar-item-comm .unread-number {
  position: absolute;
  right: -0.133333rem;
  top: 0;
  z-index: 99;
  padding: 0.053333rem 0.106667rem;
  border-radius: 0.32rem;
  background: #DD2222;
  color: #FFFFFF;
  font-size: 0.32rem;
  line-height: 0.32rem;
}

.tabbar .tabbar-list .tabbar-item-comm .tabbar-name {
  margin-top: 0.106667rem;
}

.tabbar .tabbar-list .tabbar-item {
  width: 0.906667rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 0.266667rem;
  color: #333333;
}

.tabbar .tabbar-list .tabbar-item2 {
  width: 1.306667rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 0.266667rem;
  color: #333333;
  margin-top: -0.266667rem;
  position: relative;
  z-index: 101;
}

.tabbar .border-box {
  width: 100vw;
  height: 1.333333rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  bottom: 0.666667rem;
  z-index: 91;
  pointer-events: none;
}

.tabbar .border-box .tabbar-miden-border {
  width: 1.333333rem;
  height: 0.666667rem;
  border: 0.026667rem solid #EEEEEE;
  background: #FFFFFF;
  border-radius: 60% 60% 0 0/100% 100% 0 0;
  border-bottom: none;
  position: relative;
}

.tabbar .border-box .tabbar-miden-border .tabbar-miden-border-left {
  width: 0.666667rem;
  height: 0.293333rem;
  background: #FFFFFF;
  position: absolute;
  left: -0.32rem;
  bottom: 0;
}

.tabbar .border-box .tabbar-miden-border .tabbar-miden-border-right {
  width: 0.666667rem;
  height: 0.293333rem;
  background: #FFFFFF;
  position: absolute;
  right: -0.32rem;
  bottom: 0;
}

.tabbar .nav-active {
  color: #DD2222;
}

.cms-bread {
  padding: 0.266667rem 0.4rem;
  color: #666666;
  background: #FFFFFF;
  line-height: 0.586667rem;
  font-size: 0.32rem;
}

.cms-bread .cms-bread-item {
  font-size: 0.32rem;
  color: #666666;
  padding: 0 0.133333rem;
  text-decoration: none;
}

.cms-bread .cms-bread-item:last-child {
  padding-right: 0;
  color: #999999;
}

.cms-bread .cms-bread-item:first-child {
  padding-left: 0;
}

.cms-svg-icon {
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 0;
  display: inline-block;
}

.blank20 {
  height: 0.266667rem;
  background-color: #F9F9F9;
}

.cms-tag {
  height: 0.48rem;
  font-size: 0.32rem;
  box-sizing: border-box;
  line-height: 0.426667rem;
  border: 0.026667rem solid #EEEEEE;
  color: #999999;
  padding: 0 0.08rem;
  border-radius: 0.053333rem;
  margin-right: 0.133333rem;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}

.cms-tag:last-child {
  margin-right: 0;
}

.swiper-content {
  display: flex;
  overflow: hidden;
}

.swiper-content .swiper-image {
  width: 10rem;
  flex-shrink: 0;
}

.cms-no-data {
  padding: 0.533333rem 0;
}

.cms-no-data .pic-box {
  display: flex;
  justify-content: center;
  text-align: center;
}

.cms-no-data .tips {
  text-align: center;
  color: #CCCCCC;
  font-size: 0.373333rem;
}

.list-tab-sticky {
  display: flex;
  height: 1.173333rem;
}

.list-tab-sticky .sticky-item {
  flex: 1;
  text-align: center;
  line-height: 1.173333rem;
}

.list-tab-sticky .sticky-item.actived {
  font-weight: bold;
  position: relative;
}

.list-tab-sticky .sticky-item .line {
  width: 50%;
  max-width: 0.853333rem;
  height: 0.106667rem;
  border-radius: 0.053333rem;
  background-image: linear-gradient(90deg, #DD2222 100%, #DD2222 0);
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 0.266667rem;
}

.page-content {
  display: flex;
  padding: 0 0.4rem;
  justify-content: center;
  width: 10rem;
  overflow: hidden;
}

.page-content .page-item {
  height: 0.64rem;
  width: 0.64rem;
  font-size: 0.426667rem;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin: 0 0.106667rem;
  border-radius: 50%;
  position: relative;
}

.page-content .page-item::after {
  position: absolute;
  content: "";
  box-sizing: border-box;
  pointer-events: none;
  top: -49%;
  bottom: -49%;
  left: -49%;
  right: -49%;
  transform: scale(0.5);
  border: 0.026667rem solid #DDE3EF;
  border-radius: 50%;
}

@media (-webkit-min-device-pixel-radio: 3), (min-device-pixel-radio: 3) {
  .page-content .page-item::after {
    transform: scaleY(0.33333333);
  }
}

@media (-webkit-min-device-pixel-radio: 2), (min-device-pixel-radio: 2) {
  .page-content .page-item::after {
    transform: scaleY(0.5);
  }
}

.tab-more {
  height: 1.066667rem;
  background: #F9F9F9;
  border-radius: 0.106667rem;
  font-size: 0.373333rem;
  line-height: 1.066667rem;
  text-align: center;
  display: block;
  margin: 0 0.4rem 0.4rem;
}

.padding-default {
  padding: 0 0.4rem;
}

.cms-footer {
  padding: 0.4rem 0;
}

.cms-footer .footer-logo-view {
  width: 100%;
  margin-bottom: 0.133333rem;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.cms-footer .footer-logo-view img {
  width: 1.2rem;
  height: 1.2rem;
}

.cms-footer .footer-text-view {
  text-align: center;
  color: #999999;
}

.cms-footer .footer-text-view .cms-footer-gongan-heng {
  font-size: 0.32rem;
  margin: 0 0.133333rem;
}

.cms-footer .footer-text-view .xukezheng {
  font-size: 0.32rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cms-footer .footer-text-view .xukezheng .xukezheng-img {
  margin-right: 0.133333rem;
}

.cms-footer .footer-text-view .xukezheng .xukezheng-img img {
  width: 0.533333rem;
  height: 0.533333rem;
}

.cms-footer .footer-text-view .cms-footer-copyright {
  font-size: 0.32rem;
}

.cms-footer .footer-text-view a {
  font-size: 0.32rem;
  color: #999999;
  text-decoration: none !important;
}

.header {
  height: 1.173333rem;
  line-height: 1.173333rem;
  width: 100%;
  background: #f7f7f7;
  color: #333333;
  display: flex;
  justify-content: space-around;
  padding: 0 0.133333rem;
}

.header .header-left,
.header .header-right {
  width: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.header .header-content {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.426667rem;
  font-weight: bold;
  padding: 0 0.266667rem;
  width: 50%;
  flex-grow: 2;
}

.search-container {
  display: flex;
  justify-content: space-around;
  height: 1.6rem;
  padding: 0.266667rem 0.4rem;
}

.search-container .search-icon {
  flex-shrink: 0;
  text-align: center;
}

.search-container .search-icon .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-container .search-icon .text {
  font-size: 0.32rem;
  margin-top: 2px;
}

.search-container .search-input {
  width: 50%;
  flex-grow: 2;
  background-color: #F9F9F9;
  margin: 0 0.4rem;
  border-radius: 0.106667rem;
  padding: 0 0.4rem;
  font-size: 0.32rem;
  color: #999999;
  line-height: 1.066667rem;
}

