*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
}
html,body{
    width: 100%;
	height: 100%;
}
i{
	font-style: normal;
	color: inherit;
}
a:link {
    text-decoration: none;
    color: black;
}
a {
    color: #333;
    text-decoration: none;
}
img{
	width: 100%;
	height: 100%;
	display: block;
}
.warp_banner{
    width: 100%;
    height:auto;
}
.warp_tile{
    width: 100%;
    height: 50px;
    background: #e1e1e1;
}
.warp_name{
    width: 1200px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    color: #4a4a4a;
    margin: 0 auto;
}
.perfor_con{
    width: 1200px;
    margin: 76px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.drama_img{
    width: 255px;
    min-height: 300px;
    /* height: 410px;
    padding-left: 15px;
    padding-right: 30px; */
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0px 5px 20px gainsboro; 
    margin-bottom: 70px;
}
.drama_image{
    width: 100%;
    /* height: 254px; */
    /* cursor: pointer; */
    margin-top: 8px;
}
.drama_name{
    font-size: 22px;
    margin-top: 12px;
    text-align: center;
}
.drama_detail{
    width: 140px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid gray;
    font-size: 18px;
    cursor: pointer;
    border-radius:10px;
    margin: 20px auto 0;
}
.warp_title{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.warp_con{
    width: 1200px;
    font-size: 20px;
    margin: 0 auto 10px;
}
.warp_con:nth-child(10){
    margin-bottom: 100px;
}