.synopsis {
	width: 100%;
}
.synopsis_top {
	position: fixed;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 50px;
	line-height: 50px;
    background: #fff;
    width: 100%;
    z-index: 9999;
    padding-top: 5px;
}
.synopsis_img_left {
	width: 90%;
}
.synopsis_img_left img {
	height: 40px;
	width: 100px;
}
.synopsis_img_right > span {
	width: 20px;
	height: 20px;
	border-radius: 5px;
	background: #00abb2;
	color: #fff;
	margin: 0 5px;
}
.synopsis_poster{
    margin-top: 50px;
    z-index: 99999;
}
.postertop {
	position: relative;
	background: #f5f4f3;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.descriptiom {
	position: absolute;
	top: 0;
	left: 0;
	width: 65%;
	padding: 10px;
	margin-top: 15px;
}
.descriptiom h3 {
	margin-bottom: 10px;
	color: #333333;
}
.descriptiom > p {
	font-size: 15px;
	color: rgb(141, 141, 141);
}
.listboxtitle {
	box-sizing: border-box;
	width: 100%;
	background: #f5f5f5;
	padding: 10px;
}
.listboxtitle > h4 {
	color: #383838;
}
.listboxtitle > p {
	color: rgb(141, 141, 141);
	font-size: 12px;
	margin: 10px 0;
}
.downbtn {
	height:24px;
	width: 30%;
	color: #fff;
	background: #00abb2;
	display: block;
	text-align: center;
	line-height: 24px;
	border-radius: 4px;
}
.descriptiom_list {
	margin: 20px 0;
}
.listbox {
	margin: 20px 0;
}
.footerbottom {
	width: 100%;
	background: #c9e7e4;
    padding: 30px 20px;
}
.footerbottom .box{
    margin-bottom: 20px;
}
.footerbottom h4 {
	color: #383838;
}
.footerbottom .box>ul{
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap:wrap;
    margin-top: 10px;
}
.footerbottom .box> ul > li {
	color: rgb(141, 141, 141);
    margin-left: 15px;
	margin-top: 10px;
}
.footermeta{
    background: #c9e7e4;
    width: 100%;
	color: rgb(141, 141, 141);
    margin-top: 2px;
}
.footermeta>p{
    text-align: center;
    font-size: 5px;
}
.synopsis_img_right{
	width: 25%;
}