* {
	padding: 0;
	margin: 0;
}
body {
	background: #041d31;
	color: #b6e4ff;
	max-width: 1920px;
	font-size: 100%;
	font-family: "Arial","微软雅黑",sans-serif;
}
video {
	max-width: 100%;
}
img {
	max-width: 100%;
}

/*通栏banner头部区域*/
header {
	position: relative;
}
div#header_words {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 11;
}
div#welcome {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 36%;
	text-align: center;
	font-style: oblique;
	color: #fff;
	padding-left: 32%;
	padding-top: 25vh;
}
div#welcome p {
	font-size: 4.5em;
}
div#welcome h1 {
	font-size: 8.125em;
}
ul#box {
	display: flex;
	list-style-type: none;
	width: 80%;
	justify-content: space-between;
	padding-left: 10%;
	padding-top: 15vh;
}
ul li {
	text-align: center;
	color: #fff;
}
ul li:hover {
	color: #ffff00;
	cursor: pointer;
}
ul li p:first-child {
	font-weight: 700;
}
ul li p:last-child {
	font-size: 90%;
}

/*算是引言部分*/
div#introduction {
	text-align: center;
	background-image: url(../img/bar.png);
	background-attachment: fixed;/*貌似因为这句存在而实现了视差滚动哪！真激动*/
	background-position: center 0%;
	background-repeat: no-repeat;
}
div#warning {
	/*margin-top: 55px;/**/
	background-image: url(../img/warning_before.png);
	background-position: center 0%;
	background-repeat: no-repeat;
	padding: 45px 0px 74px;
	color: #0a2c47;
}
div#warning:hover {
	background-image: url(../img/warning.png);
	color: #ffff00;
}
p#intro {
	line-height: 3;
	padding-bottom: 200px;
}

/*剧情回顾*/
div#review {
	position: relative;
}
div#side_bg {
	position: absolute;
	width: 74.7395833%;
	height: 7300px;
	z-index: -1;
	background-color: #032744;
	right: 0px;
	top: 490px;
	background-image: url(../img/side_bg.png);
}
h1.movie_headline {
	color: #fff;
	position: absolute;
	text-transform: uppercase;
	letter-spacing: 210px;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);		/* IE 9 */
	-webkit-transform: rotate(90deg);	/* Safari and Chrome */
	-o-transform: rotate(90deg);		/* Opera */
	-moz-transform: rotate(90deg);		/* Firefox */
	font-size: 23.75em;
	z-index: 5;
}
h1#headline_fight {
	right: -41.5%;
	top: 1710px;
}
h1#headline_club {
	left: -31.5%;
	top: 4610px;
}
div#review_head {
	position: relative;
	width: 85.3125%;
	margin: 150px auto 400px;
}
div#review img.moviescreen {
	width: 83.177083%;
}
h1.headline {
	text-align: right;
	font-weight: normal;
	font-size: 16em;
	color: #08253c;
}
div#review_head p {
	position: absolute;
	left: 0px;
	bottom: 20px;
	border-left: solid 20px #b6e4ff;
	line-height: 3;
	padding-left: 20px;
}
div#church {
	position: relative;
	text-align: center;
}
div.review_words h1 {
	text-align: left;
	font-size: 6.375em;
	color: #edb228;
	font-weight: 700;
	font-style: oblique;
}
div.review_words p {
	text-align: left;
	font-size: 1.2em;
	line-height: 3;
	color: #76c1ec;
	padding-top: 60px;
}
div#church_words {
	position: absolute;
	top: 620px;
	left: 16.875%;
}
img#The_Narrator {
	position: relative;
	left: 481px;
	opacity: 0.1;
}
div#club {
	position: relative;
}
div#club_words {
	position: absolute;
	top: 600px;
	right: 10%;
}
img#Tyler_Durden {
	position: relative;
	left: 755px;
	opacity: 0.1;
}
div#wrack {
	position: relative;
	text-align: right;
}
div#wrack_words {
	position: absolute;
	top: 600px;
	right: 10%;
}
img#gun {
	position: relative;
	opacity: 0.2;
	left: 485px;
}
div#punish {
	position: relative;
	text-align: center;
}
div#punish_words {
	position: absolute;
	top: 620px;
	left: 16.875%;
}
img#police {
	position: relative;
	opacity: 0.1;
	left: 600px;
}

/*结尾*/
footer {
	position: relative;
	background-color: #062035;
	padding-top: 10px;
	margin-top: 300px;
}
div#footer_head {
	position: relative;
	width: 85.3125%;
	margin: 100px auto;
}
div#footer_head h1 {
	text-align: left;
}
div#review_head p {
	position: absolute;
	left: 0px;
	bottom: 20px;
	border-left: solid 20px #b6e4ff;
	line-height: 3;
	padding-left: 20px;
}
div#footer_head p {
	text-align: right;
	position: absolute;
	right: 0px;
	bottom: 20px;
	border-right: solid 20px #b6e4ff;
	line-height: 3;
	padding-right: 20px;
}
div#feelings {
	position: relative;
	width: 85.3125%;
	margin: 0px auto 155px;
}
p#my_feelings {
	line-height: 3;
	padding-bottom: 75px;
}
p#quote {
	font-size: 24px;
	color: #092b46;
	text-align: right;
	position: absolute;
	right: 0px;
	bottom: 0px;
	line-height: 2;
}
div#declare {
	position: absolute;
	width: 100%;
	bottom: 30px;
}
div#declare p {
	width: 90%;
	text-align: center;
	padding-left: 5%;
}
div#classic_quote p {
	position: absolute;
	color: #fff;
	font-weight: bold;
	font-style: oblique;
	font-size: 2.25em;
	width: 100%;
	text-align: center;
	cursor: pointer;
	opacity: 0.7;
	bottom: 390px;
	z-index: 10;
}
div#classic_quote p:hover {
	opacity: 1;
}

@media screen and (max-width: 1680px) {
	div#welcome h1 {
		font-size: 7.125em;
	}
}

@media screen and (min-width: 1380px and max-width: 1679px) {
	div#welcome h1 {
		font-size: 6.125em;
	}
}
@media screen and (min-width: 1160px and max-width: 1379px) {
	div#welcome h1 {
		font-size: 5.125em;
	}
}
@media screen and (min-width: 950px and max-width: 1159px) {
	div#welcome p {
		font-size: 3.5em;
	}
	div#welcome h1 {
		font-size: 4.125em;
	}
}