.product{
    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{
    width: 20%;
}
.synopsis_img_right > span {
	width: 20px;
	height: 20px;
	border-radius: 5px;
	background: #00abb2;
	color: #fff;
}
.synopsis_poster{
    margin-top: 50px;
    z-index: 99999;
}

.footerbottom {
	width: 100%;
	background: #c9e7e4;
    padding: 30px 20px;
    margin-top:0px;
}
.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;
}

.product_img img{
    width: 100%;
    height: 250px;
}
.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;
}
.synopsis_poster{
    margin-top: 50px;
    z-index: 99999;
}
.postertop {
	position: relative;
	background: #f5f4f3;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.postertop img {
	width: 100%;
	height: 180px;
}

.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);
}
.posterimg{
    width: 100%;
}
.myproduct{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap:wrap;
    width: 95%;
    margin: auto;
}
.myproduct_title{
    text-align: center;
    width: 100%;
}
.myproduct_title h3{
	color: #333333;
    font-size: 16px;
}
.myproduct_title p{
    color: rgb(141, 141, 141);
    font-size: 13px;
}
.productbox{
    position: relative;
    height: 230px;
    width: 49%;
    background: #f6eaf1;
    margin-top: 20px;
    text-align: center;
    border-radius: 5px;
}
.productbox img{
    height: 36%;
    margin-top: 30px;
}
.productboxmeta a{
    background: #00abb2;
    color: #fff;
    width: 90%;
    height: 40px;
    border-radius: 5px;
    font-size: 15px;
    position: absolute;
    bottom: 10px;
    left: 0;
    line-height: 40px;
    margin: auto;
    left: 5%;
}
.productboxmeta h5{
    font-size: 14px;
    color: #333333;
    margin: 5px;
}
.productboxmeta p{
    font-size: 12px;
    color: rgb(141, 141, 141);
    margin-top: 5px;
    padding: 0 10px;
}