.con {
  width: 91%;
  margin: 10px auto;
  direction: rtl;
}
.con_title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #c7bebe;
}

.con_c_score {
  font-size: 1.2rem;
  color: #e9c18f;
}

.con_c_er {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #c7bebe;
  font-size: 0.8rem;
}

.share {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.share > div {
  width: 48%;
  height: 40px;
  background: #e9c18f;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  color: white;
  font-size: 0.8rem;
}
.container {
  width: 92%;
  margin: 10px auto;
}

.qisim {
  width: 100%;
  height: 55px;
  margin: 10px 0;
  display: flex;
  overflow-x: auto;
  direction: rtl;
}

.qisim_item {
  width: 55px;
  height: 55px;
  background-color: #e6ecf3;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-left: 10px;
  color: #777;
}

.qisim_item_active {
  /* background-color: #858d9c !important; */
  background: linear-gradient(315deg, #6772ff 0, #00f9e5 100%) !important;
  color: #ffffff;
}

.head {
  direction: rtl;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}

.head_item {
  width: 78px;
  height: 45px;
  background: #e6ecf3;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.head_item img {
  width: 18px;
  height: 18px;
  margin-left: 3px;
}

.head_item span {
  font-size: 11px;
  color: #888;
}

.movieinfo {
  width: 100%;
  direction: rtl;
  margin-top: 20px;
}

.movieinfo_title {
  width: 100%;
  height: 35px;
  font-size: 15px;
}

.movieinfo_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #9da4ac;
  font-size: 12px;
}

.movieinfo_content_right span {
  margin-left: 10px;
}

.movieinfo_content_right {
  float: right;
}

.movieinfo_content_left {
  float: left;
  direction: ltr;
  font-size: 10px;
  color: #888;
}

.movieinfo_content_left img {
  width: 20px;
  height: 15px;
  vertical-align: middle;
  margin-right: 3px;
}

.menu {
  width: 100%;
  height: 50px;
  /* border-bottom: 1px solid #8883; */
  display: flex;
  direction: rtl;
  margin-top: 220px;
}

.menu_item {
  width: 50%;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu_item_title {
  font-size: 13px;
  height: 30px;
  width: 60%;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 30px;
}

.menu_item_title_active {
  /* border-bottom: 3px solid #ff6e4e; */
  /* border-bottom-right-radius: 2px; */
  /* border-bottom-left-radius: 2px; */
  width: 60%;
  height: 30px;
  background: linear-gradient(315deg, #6772ff 0, #00f9e5 100%);
}

.comment {
  width: 92%;
  margin: 0 auto;
  margin-top: 25px;
  direction: rtl;
}

.comment_content_item {
  width: 100%;
  height: 100%;
  display: inline-block;
  margin-top: 10px;
  border-bottom: 1px solid #e6ecf3;
  padding-bottom: 2px;
}

.comment_content_item:last-child {
  border-bottom: none;
}

.comment_content_item_right {
  float: right;
  height: 100%;
  width: 18%;
}

.comment_content_item_left {
  float: left;
  height: auto;
  width: 82%;
}

.comment_content_item_left_nickname {
  width: 100%;
  height: 25px;
  font-size: 14px;
}

.comment_content_item_right img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.comment_content_item_left_desc {
  color: #888;
  font-size: 14px;
  line-height: 22px;
}

.comment_tab {
  width: 100%;
  height: 60px;
  background: white;
  position: fixed;
  bottom: 0;
  box-shadow: 0px -1px 5px 0px rgb(0 0 0 / 28%);
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.comment_tab input {
  width: 75%;
  height: 40px;
  background: #f3f6f9;
  border-radius: 20px;
  float: left;
  font-size: 12px;
  text-align: center;
  outline: none;
}

.comment_tab span {
  float: right;
  width: 15%;
  height: 40px;
  margin-right: 3%;
  background: linear-gradient(315deg, #6772ff 0, #00f9e5 100%);
  text-align: center;
  line-height: 35px;
  border-radius: 20px;
  color: white;
  font-size: 14px;
}

.comment_content_item_left_time {
  font-size: 8px;
  margin: 15px 0;
  color: #999;
}

#player {
  position: relative;
  width: 100%;
}

/* viewtabbar */
.gohome {
  width: 40px;
  height: 40px;
  background: #ffffff94;
  position: fixed;
  bottom: 30px;
  left: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #0198c2;
}

.gohome:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  box-shadow: 0 0 rgba(255, 255, 255, 0.1), 0 0 0 15px rgba(255, 255, 255, 0.1),
    0 0 0 30px rgba(255, 255, 255, 0.1);
  animation: ripple-wave1 1s linear infinite;
  animation-play-state: running;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-animation: ripple-wave1 1s linear infinite;
}
@keyframes ripple-wave1 {
  to {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.1),
      0 0 0 30px rgba(255, 255, 255, 0.1), 0 0 0 45px rgba(255, 255, 255, 0.02);
  }
}

.gohome img {
  width: 28px;
  height: 28px;
  margin-top: -5px;
}
