* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

html,
body {
  max-width: 600px;
  min-width: 300px;
  width: 100%;
  overflow-x: hidden;
  margin: auto;
  background-color: #131313;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}

body {
  font-size: 16px !important;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
  text-rendering: geometricPrecision !important;
}


/* ھەرقانداق سىيرلىما بەلگىسى چىقمايدۇ */
::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  color: transparnet;
}

.indexBox {
  width: 100%;
  direction: rtl !important;
}

.color {
  color: aliceblue;
  color: #fefafa;
}

/* 头部 */
.toubu {
  width: 100%;
  height: 55px;
  background-color: #191919;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  margin-bottom: 7px;
}

.toubu>li:nth-child(1) {
  width: 55px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toubu>li:nth-child(1)>img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid white;
}

.toubu>span {
  font-family: qiraylik;
  font-size: 19px;
  height: 100%;
  line-height: 63px;
}

.toubu>li:nth-child(3) {
  width: 55px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toubu>li:nth-child(3)>img {
  width: 30px;
  height: 30px;
}



/* swiper */
#certify {
  width: 95%;
  height: 185px;
  margin: auto;
  direction: ltr !important;
  border-radius: 5px;
  margin-bottom: 2px;
}

.swiper-container {
  width: 100%;
  height: 100%;
  padding-bottom: 5px;
  border-radius: 5px;
}

.swiper-slide {
  width: 90%;
  height: 100%;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-slide>img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-bullet {
  border: 1px solid #dcdcdc;
  background: #dcdcdc;
  opacity: 1;
  width: 15px;
  height: 4px;
  border-radius: 10px;
}

.swiper-pagination-bullet-active {
  background: #ff7957;
  border-color: #ff7957;
}


/* 分类 */
.fenlei {
  width: 95%;
  height: 100px;
  background-image: url(/static/index/icon/marvel.png);
  background-size: 100%;
  margin: 5px auto;
  border-radius: 7px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding: 5px 0;
}

.fenlei>li {
  width: 23%;
  height: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fenlei>span {
  height: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fenlei>span>i {
  width: 2px;
  height: 13px;
  background-color: white;
  border-radius: 20px;
  display: inline-block;
}




/* 推荐 */
.tuijian {
  width: 95%;
  height: 150px;
  margin: 10px auto;
  border-radius: 10px;
}

.tuijian>li:nth-child(1) {
  width: 40%;
  height: 100%;
  float: right;
}

.tuijian>li:nth-child(1)>img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.tuijian>li:nth-child(2) {
  width: calc(100% - 40.5%);
  height: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.tuijian>li:nth-child(2)>img {
  width: 100%;
  height: 49.5%;
  border-radius: 5px;
}


/* 观看记录 */
.jilu {
  width: 95%;
  height: 70px;
  background-color: #2c2723;
  border-radius: 5px;
  margin: auto;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.jilu>li:nth-child(1) {
  width: 17%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jilu>li:nth-child(1)>img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.jilu>li:nth-child(2) {
  height: 100%;
  width: 60%;
  display: flex;
  flex-direction: column;
  padding: 5px 0;
  justify-content: space-around;
  padding-right: 15px;
  color: #fbe29e;
}

.jilu>li:nth-child(2)>span {
  display: inline-block;
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.jilu>li:nth-child(3) {
  height: 100%;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: content-box;
}

.jilu>li:nth-child(3)>span {
  background-color: #b4a0ff;
  display: inline-block;
  padding: 7px 20px;
  border-radius: 50px;
  color: #191919;
}

.tabbarActive {
  color: #d13002 !important;
}


/* 全部内容 */
.neirong {
  width: 95%;
  margin: 10px auto;
  padding: 10px 5px;
  background-color: #191919;
  border-radius: 10px;
}

.barlik {
  width: 100%;
  height: 30px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.barlik>i {
  font-style: normal;
  font-size: 16px;
  color: #c6c6c6;
}

.tuktak {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.indexItem {
  width: 32%;
  margin-bottom: 4px;
}

.indexItem>li:nth-child(1) {
  width: 100%;
  height: 160px;
}

.indexItem>li:nth-child(1)>img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.indexItem>span {
  display: inline-block;
  width: 100%;
  font-size: 14px !important;
  color: #e8e1e4;
  text-align: center;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* 登录 */
.denglu {
  max-width: 600px;
  min-width: 300px;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6);
  /* display: none; */
}


.denglu>li {
  width: 90%;
  border-radius: 10px;
  background-color: white;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -150px;
}

.denglu>li>span {
  display: inline-block;
  width: 100%;
  height: 30px;
  color: #ff2200;
  text-align: center;
  line-height: 30px;
  margin-top: 13px;
  margin-bottom: 10px;
  font-size: 18px;
}

.denglu>li>i {
  width: 100%;
  padding: 0 5px;
  font-size: 16px;
  text-align: justify;
  font-style: normal;
  line-height: 25px;
  color: #971906;
  margin-bottom: 15px;
  /* word-break: break-all; */
}

.denglu_btn {
  width: 50%;
  height: 45px;
  border-radius: 5px;
  text-align: center;
  line-height: 45px;
  background-color: #e60012;
  color: white;
  font-style: normal;
  margin-bottom: 7px;
}



/* 结束 */
.end {
  width: 95%;
  height: 40px;
  margin: auto;
  text-align: center;
  line-height: 42px;
  display: none;
  color: white;
}

