.head_detail{height:50px;overflow: hidden;position: relative;line-height: 50px;z-index: 999999;display: flex;}
.head_detail .back{float:left;width: 30px;height: 30px;margin: 10px;line-height: 30px;}
.head_detail .homes{float:right;width: 30px;height: 30px;margin: 10px;line-height: 30px;}
.head_detail h3{width: 100%;text-align: center;color: #fff;}
.head_detail img{width:100%}
.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: #03A9F4;
 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;
	direction: rtl;
	flex-wrap: nowrap;
	overflow-x: auto;
}

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

.qisim_item_active {
	background-color: #03A9F4 !important;
	color: white;
}

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

.head_item {
	width: 78px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	overflow: hidden;
}

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

.head_item span {
	font-size: 11px;
	color: #bbbbbb;
	width: 100%;
	display: block;
	text-align: center;
	overflow: hidden;
	margin-top: 15px;
}

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

.movieinfo_title {
	width: 100%;
	height: 35px;
	font-size: 18px;
	color: #fff;
}

.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;
	margin-top: -15px;
}

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

.menu {
	width: 100%;
	height: 35px;
	display: flex;
	direction: rtl;
	background: #1b1b1b;
}

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

.menu_item_title {
	font-size: 13px;
	height: 25px;
    color: #bbbbbb;
}

.menu_item_title_active {
	border-bottom: 3px solid #2196F3;
}


.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: #bbbbbb;
	font-size: 14px;
	line-height: 22px;
}

.comment_tab {
	width: 100%;
	height: 60px;
	background: #484848;
	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: #434444;
	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: #ff9077;
	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 #ff9702;
}

.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;
}