.main{
    height: 830px;
    margin: 0 auto;
    position: relative;
    background:url("../images/show_bg.jpg") no-repeat center;


}
.content{
    position: absolute;
    overflow: hidden;
    height: 830px;
    width: 100%;
    bottom: 0;
}
.show_footer{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.wonderfulshow{
    width: 1168px;
    height: 750px;
    position: absolute;
    bottom: 0;
    margin-left: 50%;
    left: -584px;
    background:url("../images/wonderfulshow_bg.png") no-repeat center;
    /*background: #000;*/
}
.wonderfulshow_l{
    width: 300px;
    height: 750px;
    position: absolute;
    top:0;
    left: 0;
    padding-left: 70px;

}
.showhead{
    margin-top: 50px;
    margin-bottom: 30px;
    color: #e5cdff;
    font-size: 30px;
    letter-spacing: 6px;
    line-height: 1.4;
}
.showhead div{
    font-size: 14px;
    letter-spacing: 0;
}
.wonderfulshow_time{
    opacity: 0;
    color: #fff;
    font-size: 20px;
    letter-spacing: 4px;
}
.wonderfulshow_line1{
    position: absolute;

    top: 160px;
    left:-250%;
    /*left: 4px;*/
}
.wonderfulshow_line2{
    position: absolute;
    /*top: 124px;*/
    top: 100%;

    left: 36px;
}
.wonderfulshow_text{
    margin-top: 24px ;
    margin-bottom: 100px ;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
}
.wonderfulshow_text div div{
    font-size: 36px;
    color: #fffed3;
    margin-bottom: 16px;
}
.wonderfulshow_text>div{
    position: relative;
    top: -300px;
}
.wonderfulshow_r{
    width: 800px;
    height: 750px;
    position: absolute;
    top:0;
    right: 0;
}
.star{
    width: 610px;
    margin: 40px auto;
}
.star li{
 float: left;
   font-size: 18px;
    color: #ffffff;
    margin: 14px;
}
.star li span{
display: inline-block;
    height: 18px;
    background:url("../images/star.png") no-repeat 0 4px;
    width: 85px;
}
.star li .span2{
    background:url("../images/star.png") no-repeat 0 -16px;

}
.wonderfulshow_img{
    margin-right: 20px;
  padding-top: 10px;
    position: relative;

}
.wonderfulshow_img li{
    float: right;
    margin: 20px;
    border:4px solid #ffffff;
    transition: all .5s;
    position: relative;
    left: 150%;
}

.wonderfulshow_img li:hover{
transform:scale(1.3);
}
.wonderfulshow_more{
    display: none;
    background: rgba(246, 57, 79, .6);
    border: 2px solid rgba(255, 255, 255, .6);
    color: #fff;
    line-height: 40px;
    width: 240px;
    text-align: center;
    font-size: 22px;
    letter-spacing: 4px;
}
.wonderfulshow_more::after{
    content: '';
    display: inline-block;
    background: url('../images/wonderfulshow_arrow.png') no-repeat;
    width: 7px;
    height: 12px;
    margin-left: 24px;
}