.box {
  width: 100%;
  background: #000;
  margin: 0 auto;
  min-height: 100vh;
}

.cjxy-title {
  width: 100%;
  font-size: 0.6rem;
  font-weight: bold;
  color: white;
  margin-bottom: 0.6rem;
}

.header {
  display: flex;
  justify-content: space-between;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.6rem;
  height: 2rem;
  line-height: 2rem;
  position: fixed;
  top: 0;
  background-color: #000;
  z-index: 9999;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.header .back {
  width: 2rem;
  cursor: pointer;
}
.header .back .icon {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header .back .icon img {
  width: 0.45rem;
  height: 0.72rem;
}
.header .right {
  width: 2rem;
  cursor: pointer;
  font-size: 0.55rem;
  color: white;
}
.header .right .icon {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header .right .icon img {
  width: 0.7rem;
  height: auto;
}
.header .head-title {
  width: 10rem;
  text-align: center;
  font-size: 0.7rem;
  color: white;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header .right {
  width: 2rem;
}

.banner {
  width: 100%;
  padding: 0 0.6rem;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .swiper-slide {
  width: 100%;
  height: 5.1rem;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 2px 2px 20px 1px rgba(0, 0, 0, 0.1);
}
.banner .swiper-slide a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.banner .swiper-slide img {
  width: 100%;
  height: 100%;
}
.banner .swiper-slide .badge {
  top: 0;
  left: -0.2rem;
  position: absolute;
  width: 2.6rem;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  background: #000000;
  color: #FFFFFF;
  font-size: 10px;
  opacity: 0.5;
  border-radius: 0.4rem 0px 0.4rem 0px;
}

.zhanfa-class {
  width: 100%;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.6rem;
  margin: 1rem 0;
}
.zhanfa-class .item {
  margin-top: 0.3rem;
  display: flex;
  width: 100%;
  height: 4.3rem;
  background-color: #262427;
  box-shadow: 2px 2px 20px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0.3rem;
  overflow: hidden;
}
.zhanfa-class .item .left-img {
  width: 6.2rem;
}
.zhanfa-class .item .left-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zhanfa-class .item .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  flex: 1;
  padding-left: 0.4rem;
}
.zhanfa-class .item .right .class-title {
  margin-top: 0.3rem;
  font-size: 0.6rem;
  font-weight: 500;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 0.8rem;
}
.zhanfa-class .item .right .author {
  font-size: 0.4rem;
  color: #999;
}
.zhanfa-class .item .right .cost {
  display: flex;
  margin-bottom: 0.4rem;
  justify-content: space-between;
  position: relative;
}
.zhanfa-class .item .right .cost .times {
  color: #D03B53;
  font-size: 0.4rem;
  padding: 0.1rem 0.2rem;
  border-radius: 0.4rem;
  background-color: #FAEBED;
  font-weight: 500;
}
.zhanfa-class .item .right .cost .times.free {
  background: #EBF4FF;
  color: #3B91FB;
}
.zhanfa-class .item .right .cost .cost-num {
  font-weight: 500;
  color: #D03B53;
  font-size: 0.4rem;
  letter-spacing: -1px;
}
.zhanfa-class .item .right .cost .cost-num b {
  font-size: 0.6rem;
  font-weight: 500;
  margin-left: -0.05rem;
}
.zhanfa-class .item .right .cost .cost-before {
  text-decoration: line-through;
  font-size: 0.4rem;
  color: #999;
}
.zhanfa-class .item .right .cost .badge {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 0.3rem;
  color: #6F3900;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.4rem;
  background: linear-gradient(-90deg, #FFD3A3 0%, #FFE1BE 100%);
  border-radius: 19px 0px 0px 19px;
}

.shizhan-broadcast {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.6rem;
  margin-top: 0 !important;
}
.shizhan-broadcast .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.3rem;
}
.shizhan-broadcast .list .item {
  background: #262427;
  border-radius: 0.3rem;
  overflow: hidden;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 0.8rem;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 0.2rem;
  box-shadow: 2px 2px 20px 1px rgba(0, 0, 0, 0.1);
}
.shizhan-broadcast .list .item .img {
  width: 100%;
  height: 4.06rem;
  position: relative;
}
.shizhan-broadcast .list .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shizhan-broadcast .list .item .img .badge {
  position: absolute;
  top: 0;
  right: -0.1rem;
  background: #D03B53;
  border-radius: 0px 0.5rem 0px 0.5rem;
  font-size: 0.4rem;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.1rem 0.3rem;
  color: white;
}
.shizhan-broadcast .list .item .broadcast-title {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0.2rem;
  color: white;
  font-weight: 500;
  font-size: 0.5rem;
  line-height: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding-bottom: 0;
  line-height: 0.8rem;
}
.shizhan-broadcast .list .item .author {
  display: flex;
  justify-content: space-between;
}
.shizhan-broadcast .list .item .author .left {
  color: #999;
  font-size: 0.4rem;
  padding: 0.2rem;
  max-width: 3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.shizhan-broadcast .list .item .author .btn {
  font-size: 0.4rem;
  color: #999999;
  padding: 0.2rem;
  border-radius: 0.5rem;
  background-color: #333333;
  margin-right: 0.2rem;
}
.shizhan-broadcast .list .item .author .btn span {
  color: #D03B53;
}
.shizhan-broadcast .list .item .cost {
  display: flex;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0.2rem;
}
.shizhan-broadcast .list .item .cost .cost-num {
  font-weight: 500;
  margin-left: 0.2rem;
  font-size: 0.4rem;
  color: #D03B53;
}
.shizhan-broadcast .list .item .cost .cost-num span {
  font-size: 0.6rem;
}
.shizhan-broadcast .list .item .cost .cost-before {
  font-size: 0.4rem;
  text-decoration: line-through;
  color: #999;
  padding-top: 0.1rem;
  padding-left: 0.2rem;
}
.shizhan-broadcast .list .item .cost .cost-badge {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.shizhan-broadcast .list .item .cost .cost-badge div {
  width: 1.5rem;
  border-radius: 0.4rem;
  line-height: 0.8rem;
  height: 0.8rem;
  font-size: 0.4rem;
  text-align: center;
  margin-left: 0.2rem;
}
.shizhan-broadcast .list .item .cost .cost-badge .free {
  background: #EBF4FF;
  color: #3B91FB;
}
.shizhan-broadcast .list .item .cost .cost-badge .pay {
  background: #FFF6E3;
  color: #6F3900;
}
.shizhan-broadcast .list .item:nth-child(2n) {
  margin-right: 0;
}

.shizhan-broadcast:nth-child(2) {
  margin-top: -0.4rem;
}

.nav {
  display: flex;
  width: 95%;
  padding: 1rem 0.6rem;
  padding-right: 1rem;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: scroll;
  margin-top: -1rem;
  position: relative;
}
.nav .item {
  flex-shrink: 0;
  height: 1.18rem;
  border-radius: 1.18rem;
  font-size: 0.5rem;
  color: #1F1F1F;
  line-height: 1.18rem;
  text-align: center;
  width: 4.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: white;
}
.nav .item.active {
  background: #D03B53;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px !important;
}

.scroll-box {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  overflow-x: scroll;
  height: 2rem;
  line-height: 2rem;
  color: red;
}

.scroll-box .item {
  flex-shrink: 0;
  margin-right: 1rem;
}

.none-box {
  display: flex;
  width: 100%;
  height: 25vh;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: white;
  font-size: 0.6rem;
  line-height: 1rem;
}
.none-box div {
  opacity: 0.6;
}

footer {
  position: fixed;
  max-width: 750px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  background-color: #000;
  bottom: 0;
  color: white;
  padding: 1rem;
  text-align: center;
  letter-spacing: 1px;
  line-height: 0.8rem;
}/*# sourceMappingURL=home.css.map */