@charset "utf-8";
.poster-main {
  /*width: calc(100% - 40%)!important;*/
  position:absolute;
  /*top: 50%;*/
  /*right: 100px;*/
  /*margin-top: -130px;*/
    /*top: 50%;*/
    /*right: 60px;*/
    /*margin-top: -190px;*/
    right: -60px;
    top: 50%;
    margin-top: -195px;
}
.poster-main img { display: block; width: 100%; height: 100%;}
.poster-main .poster-list {
  width: 1000px;
  height: 500px;
}
.poster-main .poster-list .poster-item {
  width: 640px;
  height: 250px;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: rgb(0 0 0) 0 0 40px 10px;
  /* border:5px solid rgba(255,255,255,0.4); */
}
.poster-main .poster-list .poster-item a{
	width: 100%;
	height: 100%;
}
.poster-main .poster-btn {
  position: absolute;
  top: 0;
  cursor: pointer;
  /* filter: opacity(.5) brightness(1); */
}
/* .poster-main .poster-btn:hover{ filter: opacity(1) brightness(2); } */

/*.poster-main .poster-prev-btn {*/
  /*left: 100px;*/
  /*background: url(../images/left.png) no-repeat center center;*/
/*}*/

/*.poster-main .poster-next-btn {*/
  /*right: 0;*/
  /*background: url(../images/right.png) no-repeat center center;*/
/*}*/
.poster-item-title{
	font-size: 18px;
	text-align: center;
	line-height: 48px;
	display: block;
    color: #fff;
}
@media screen and (max-width:400px){
    .poster-main{
        right: 5%
    }
}
