.movie-details-title {
	clear: both;
	width: 100%;
	height: 182px;
	background-color: #e8e8e8;
}


/*分割宽线*/

.movie-details-line {
	clear: both;
	width: 100%;
	height: 182px;
	background-color: #e8e8e8;
}

.movie-details-pic {
	display: inline-block;
	float: left;
	margin: 0px;
}

.movie-details-pic-boder {
	overflow: hidden;
	padding: 1px;
	/*background: url(movie-details-border.png) no-repeat center center;*/
	height: 100%;
	width: 100px;
	margin: 15px;
}

.movie-details-pic img {
	width: 100%;
	margin: 0px;
}

.movie-details-info {
	display: inline-block;
	float: left;
	margin-left: 0px;
	width: calc(100% - 130px);
	margin-top: 15px;
}

.detail-scores:first-letter {
	font-size: 14px;
}

.movie-details-info h4 {
	color: white;
	font-size: 16px;
	margin-top: 12px;
}

.movie-details-info h5 {
	color: #dcdcdc;
	font-size: 15px;
	margin-top: 10px;
}

.movie-details-scroes {
	margin-top: 10px;
	display: inline-block;
	float: right;
	width: 55px;
	height: 121px;
	margin-right: -10px;
}

.movie-details-scroes-container {
	margin-top: 3px;
	text-align: center;
	color: #F15795;
	font-size: 15px;
	border: 0.5px solid #F15795;
	margin-right: 30px;
	line-height: 15px;
}

.movie-details-juzhao {
	width: 100%;
	height: 36px;
	overflow: hidden;
	background-color: white;
	margin-top: 10px;
}

.movie-details-juzhao h4 {
	font-size: 16px;
	color: #333333;
	font-weight: 600;
	line-height: 36px;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
	float: left;
	margin: 0;
	margin-left: 10px;
}

.movie-details-juzhao-block {
	background: #ff5500;
	width: 3px;
	height: 16px;
	float: left;
	display: inline-block;
	margin-top: 10px;
}

.movie-details-juqing {
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 40px;
	background-color: white;
	font-size: 14px;
	color: #666666;
}

.movie-details-juzhao-pic {
	height: 95px;
	background: white;
	overflow-x: auto;
}

.movie-details-juzhao-pic img {
	height: 75px;
	width: 110px;
	display: inline-block;
	float: left;
	margin: 10px;
	background-size: cover;
}

.movie-details-pinglun {
	padding-top: 6px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 40px;
	background-color: white;
	font-size: 14px;
	color: #666666;
	font-family: "宋体";
}

.movie-details-bottom-btn-container {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	background: white;
	height: 58px;
	overflow: hidden;
}

.movie-details-bottom-btn {
	font-size: 17px;
	color: white;
	background: #ff5500;
	text-align: center;
	vertical-align: middle;
	height: 44px;
	line-height: 44px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 8px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 15px;
	padding: 1px 15px;
}

.movie-details-content-title {
	color: black;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	float: left;
	margin-left: 10px;
	width: 15%;
}

.movie-details-content-des {
	color: #666666;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	margin-left: 10px;
	width: 75%;
}

.movie_hr:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	content: '';
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	background-color: #c8c7cc;
}


/* 评论中的五角星 */

.star-vote {
	width: 76px;
	height: 12px;
	position: relative;
	overflow: hidden;
	left: 10px;
	/*padding-top: 3px;*/
	/*padding-bottom: 3px;*/
	/*padding-left: 15px;*/
	/*float: left;*/
	top: 4px;
}

.star-vote>span {
	position: absolute;
	width: 76px;
	height: 12px;
	background-size: cover;
	background-repeat: no-repeat;
	/*padding-top: 5px;*/
	/*padding-left: 15px;*/
	/*padding-bottom: 5px;*/
	/*left:10px;*/
	/*top:0px;*/
}

.star-vote>.add-star {
	background-image: url("five_star.png");
}

.star-vote>.del-star {
	background-image: url("no_star.png");
	background-color: white;
}


/*评论间的横线*/

.comment-details {
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
}

.comment-details:after {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	content: '';
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	background-color: #c8c7cc;
}


/*比价购买按钮上面的横线*/

.button-line {
	position: relative;
}

.button-line:after {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	content: '';
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	background-color: #c8c7cc;
}

#movieDetjuqing {
	height: 180px;
	overflow: hidden;
    background: url(pulldown1.png) no-repeat;
    background-position: 50% 90%;
    background-size:9px 5px;
}
/*#movieDetjuqing:active,#movieDetjuqing:hover{
	height: auto;
	overflow: hidden;
    background: url(pullup1.png) no-repeat;
    background-position: 50% 96%;
}*/
.mDetjuqingT {
	height: 100%;
	overflow: hidden;
	margin:0;
}