.testColor {
  color: #0070c0, #0096ff, #1c1c1c, #ffffff;
  color: #000000, #ffffff;
  color: #0070c0, #ffa500;
  color: #00b050, #800080;
  color: #0070c0, #00b050;
  color: #ff0000, #ffa500;
  color: #ff0000, #ffff00, #0000ff;
  color: #ffa500, #00b050, #800080;
}
body {
  background: #ffffff;
}
.head {
  width: 100%;
  height: 200px;
  background-size: 100%;
  background-position: top;
  /* background-image: url(""); */
  /* background: linear-gradient(0deg, #ffffff 0, #00f9e5 100%); */
  background: linear-gradient(0deg, #ffffff 0, #00f9e5 100%);
  background-repeat: no-repeat;
  padding-top: 30px;
}

.head_top {
  width: 92%;
  height: 38px;
  margin: 0 auto;
}
.head_avatar {
  width: 10%;
  height: 38px;
  float: left;
  text-align: right;
}

.head_avatar img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  /* border: 1px solid linear-gradient(0deg, #6772ff 0, #00f9e5 100%); */
  border: 2px solid rgba(0, 0, 0, 0.5);
}

.head_sereach {
  width: 87%;
  height: 38px;
  /* background: linear-gradient(0deg, #6772ff 0, #00f9e5 100%); */
  background: rgba(0, 0, 0, 0.5);
  /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3) 100%); */
  float: right;
  border-radius: 19px;
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 38px;
  overflow: hidden;
}
.head_sereach .search {
  width: 76px;
  height: 38px;
  background: #ffffff;
  float: right;
  border-radius: 19px;
}
.head_sereach .search img {
  width: 22px;
  height: 22px;
  margin: auto;
}
.head_sereach span {
  font-family: "utuq kufi";
}

/* Slider-Box */

.head_swiper,
#certify,
.head-container,
.swiper-wrapper {
  width: 100%;
  height: 160px;
  margin-top: 10px;
  /* background-color: #ff0000; */
}
.head_swiper #certify {
  position: relative;
}
.head_swiper #certify .swiper-slide {
  width: 93%;
}
.head_swiper #certify .swiper-slide img {
  width: 100%;
  height: 160px;
  border-radius: 16px;
}
.head_swiper #certify .swiper-slide span {
  font-size: 0px;
  font-family: "utuq kufi";
  color: #ffffff;
  z-index: 999;
  text-align: center;
  /* box-shadow: 5px 5px 5px #000000; */
  background: rgba(0, 0, 0, 0.4);
  border-radius: 15px;
  position: absolute;
  right: 30px;
  bottom: 10px;
  padding: 4px 12px;
  /* animation: kinoTitle 3s both linear infinite; */
  animation-name: kinoTitle;
  animation-duration: 0.8s;
  /* animation-delay: 0; */
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  /* animation-fill-mode: both; */
  /* animation-direction: alternate; */
}

@keyframes kinoTitle {
  0% {
    font-size: 20px;
  }
  50% {
    font-size: 24px;
  }
  100% {
    font-size: 20px;
  }
}

/* Menu */

.head_cate {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 30px;
  width: 100%;
}

.head_cate .head_cate_item_list {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: center;
  width: 25%;
  /* background: linear-gradient(315deg, #ffffff 0, #00f9e5 100%); */
}

.head_cate .head_cate_item {
  flex-direction: column;
  position: relative;
  height: 80px;
  width: 50%;
  align-items: center;
  display: flex;
  justify-content: center;
  /* background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 0,
    rgba(2, 87, 80, 0.9) 100%
  ); */
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0, #0070c0 100%);
  overflow: hidden;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.head_cate .head_cate_item img {
  height: 46px;
  width: 46px;
  border-radius: 50%;
  margin: auto;
}

.head_cate .head_cate_item span {
  color: #ffffff;
  font-size: 14px;
  height: 22px;
  /* line-height: -10px; */
  /* margin-top: 2px; */
}

.head_awat {
  width: 92%;
  margin: 0 auto;
}

/* center banner */
#banner .swiper-slide {
  width: 41%;
  height: 220px;
}

#banner .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.head_awat_content {
  width: 100%;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  direction: rtl;
  margin-bottom: 10px;
}

.head_awat_content_item {
  width: 260px;
  float: right;
  flex-shrink: 0;
  margin-left: 10px;
}

.head_awat_content_item_biz {
  width: 260px;
  height: 150px;
  float: right;
  margin-bottom: 10px;
  border-radius: 10px;
  position: relative;
}

.head_awat_content_item_biz_bg {
  width: 260px;
  height: 150px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-position: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
}

.head_awat_content_item_biz_bg:before {
  content: "";
  width: 300px;
  height: 200px;
  background: inherit;
  position: absolute;
  left: -22px;
  right: 0;
  top: -13px;
  bottom: 0;
  box-shadow: inset 0 0 0 200px rgba(255, 255, 255, 0.3);
  filter: blur(10px);
}

.head_awat_content_item_biz_right {
  width: 110px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
}

.head_awat_content_item_biz_right img {
  width: 100px;
  height: 140px;
}

.head_awat_content_item_biz_left {
  width: 150px;
  height: 140px;
  float: left;
  font-size: 12px;
  padding-top: 10px;
  overflow: hidden;
}

.head_awat_title_img img {
  width: 15px;
  height: 15px;
}

.head_awat_title {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.head_awat_title_img {
  width: 100%;
  height: 20px;
}

.head_awat_item {
  font-size: 11px;
  width: 100%;
  height: 20px;
  color: #222;
}

.head_awat_desc {
  width: 100%;
  font-size: 10px;
  line-height: 18px;
  white-space: pre-wrap;
  direction: rtl;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #222;
  margin-top: -20px;
}

.douyin {
  width: 100%;
  margin: 0 auto;
}

.list_content {
  width: 94%;
  margin: 0 auto;
}

.fen_cate {
  width: 94%;
  margin: 15px auto;
  height: 120px;
  background: url("/static/index/img/menubg.jpg");
  /* opacity: 0.4; */
  background-size: 100%;
  /* background: rgba(0, 0, 0, 0.5); */
  position: relative;
  z-index: 999;
  background-position: center;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  direction: rtl;
}
.fen_cate .menu-bg-color {
  width: 100%;
  height: 120px;
  border-radius: 10px;
  /* backdrop-filter: blur(1px); */
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
}
/* .fen_cate img {
  width: 94%;
  height: 120px;
  border-radius: 10px;
  position: absolute;
}
 */
.fen_cate .fen_cate_item {
  width: 24%;
  height: 15px;
  margin-top: 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  z-index: 999;
  border-left: 2px solid #ffffff;
}
.fen_cate .fen_cate_item span {
  height: 20px;
  width: 200px;
  z-index: 999;
  /* opacity: 0.9; */
  /* background: #0000ff; */
}

.fen_cate .fen_cate_item:nth-child(5) {
  border: none !important;
}

.fen_cate .fen_cate_item:nth-child(9) {
  border: none !important;
}

.swiper-newmovielist {
  width: 100%;
  height: 240px;
  text-align: center;
}

.swiper-newmovielist .red-slide_img {
  width: 47%;
  height: 90px;
}

/* toplam */

.toplam {
  width: 96%;
  margin: 0 auto;
}

.toplam_content {
  width: 100%;
  direction: rtl;
  margin-top: 15px;
}

.toplam_content_item {
  width: 50%;
  height: 230px;
  border-radius: 10px;
  position: relative;
  float: right;
  margin: 6px auto;
}

.toplam_content_item_bg {
  width: 170px;
  height: 230px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
  background: linear-gradient(0deg, #052ca1 0, #029cd0 100%);
  border-radius: 10px;
  overflow: hidden;
}

.toplam_content_item_bg:before {
  content: "";
  width: 170px;
  height: 230px;
  background: inherit;
  position: absolute;
  left: -22px;
  right: 0;
  top: -13px;
  bottom: 0;
  box-shadow: inset 0 0 0 200px rgba(255, 255, 255, 0.3);
  filter: blur(10px);
}

.toplam_content_item_title {
  width: 160px;
  margin: 0 auto;
  font-size: 0.8rem;
  height: 35px;
  color: #ffffff;
  line-height: 35px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}

.toplam_content_item_title span {
}
.toplam_content_con {
  width: 170px;
  margin: 0 auto;
}

.toplam_content_item_desc {
  width: 160px;
  margin: 0 auto 5px;
  height: 60px;
}

.toplam_content_item_desc_right {
  float: right;
  width: 50px;
  height: 60px;
}

.toplam_content_item_desc_right img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.toplam_content_item_desc_left {
  float: left;
  width: 104px;
  height: 60px;
}

.toplam_content_item_desc_left_title {
  font-size: 0.65rem;
  margin-top: 3px;
  color: #ffffff;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.toplam_content_item_desc_left_desc {
  font-size: 0.5rem;
  line-height: 20px;
  color: #ffffff;
}
