main{
     width: 1180px;
    margin: 60px auto 120px;
}
main h2 {
     font-size: 2.8rem;
 line-height: 3.4rem;
 color: #000;
 text-align: center;
 font-weight: normal;
margin-bottom: 40px;}



section.MovieDetail{
 width:980px;
 margin: 0 auto 60px auto;
}
section.MovieDetail .movieArea {
    width: 820px;
    margin: 0 auto 40px auto;
}
section.MovieDetail .movieArea .movie-wrap{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	background: #ccc;}
section.MovieDetail .movieArea .movie-wrap iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;}


section.productDetail{
 border-top: 1px solid #d0d5da;
 padding-top: 40px;
  width:980px;
 margin: 0 auto;
 color: #333;
}
section.productDetail h3{
 font-size: 1.8rem;
}
section.productDetail p{
 font-size: 1.4rem;
 line-height: 2.8rem;
 margin-top: 30px;
}
section.productDetail .productLink{
 display: flex;
 justify-content: space-between;
flex-wrap: wrap;
 margin: 20px 0 60px 0;
}
section.productDetail .productLink:after{
    content:"";
    display:block;
    width: calc(100% / 3 - 10px);
    height:0;
  }
section.productDetail .productLink a{
 font-size: 1.2rem;
 line-height: 1.8rem;
 border: 1px solid #e9ecee;
 width: calc(100% / 3 - 10px);
 display: flex;
 flex-wrap: wrap;
 align-items: center;
	margin-top: 20px;
}
section.productDetail .productLink a:hover{
 border: 1px solid #d0d5da;
}
section.productDetail .productLink a img{
 height: 80px;
 transition: opacity 0.12s;
}
section.productDetail .productLink a:hover img{
 opacity: 0.7;
}
section.productDetail .productLink a > span{
 position: relative;
 display: flex;
 left: 30px;
  width: calc(100% - 165px);
}
section.productDetail .productLink a:hover > span{
 color: #e60012;
}
section.productDetail .productLink a .redArrowS{
 top: 7px;
left:-20px;}



.reTurnBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    min-height: 64px;
    box-sizing: border-box;
    border: 1px solid #e60012;
	text-align: center;
    color: #e60012 !important;
    font-size: 1.4rem;
    position: relative;
    margin: 0 auto 120px;
	padding: 10px 50px 10px 30px;
}
.reTurnBtn .redArrowS{ right: 25px; transition-property: border-color, margin-right;}
.reTurnBtn.hover{
 color: #fff !important;
 background-color: #e60012;
}
.reTurnBtn.hover .redArrowS{ border-color: #fff; margin-right: -5px;}
