body {
	color: rgba(0, 0, 0, .87);
	font-size: 16px;
	margin: 0;
	font-family: 'FangSong', serif;
	line-height: 1.8;
	/* background: #35b2b2 url("assets/img/background-pattern.png"); */
	background: url("assets/img/wood.jpg") repeat;
}

.content {
	/* width: 768px; */
	width: calc(210px * 3);
	margin: 0 auto;
	padding-top: 24px;
	padding-bottom: 64px;
}

.logo {
	opacity: 0.3;
	width: 100%;
}

.logo>img {
	display: block;
	margin: 0 auto;
}

.tissue-roll-wrapper {
	width: 100%;
	/* overflow: hidden; */
}

.tissue-roll {
	margin-top: 80px;
	/* height: 1000px; */
	box-shadow: 0 1 2px rgba(0, 0, 0, .26);
	/* overflow: hidden; */
	/* background: #35b2b2 url("assets/img/toilet-paper-bg-mini.png") repeat; */
}

.tissue-roll-top-edge {
	/* position: absolute; */
	margin-top: -62px;
	/* z-index: 100; */
	width: 100%;
	height: 63px;
	overflow: hidden;
	background: url("assets/img/content-top-edge.png") repeat-x;
}

.tissue-roll-bottom-edge {
	/* position: absolute; */
	/* margin-bottom: -50px; */
	/* bottom: 0; */
	/* z-index: 100; */
	width: 100%;
	height: 50px;
	background: url("assets/img/content-bottom-edge.png") repeat-x;
}

.tissue-roll-section {
	position: relative;
	background: white url("assets/img/content-bg.png");
	border-bottom: 1px dashed rgba(0, 0, 0, .26);
	padding: 8%;
}

.tissue-roll-section h2 {
	text-align: center;
	/* Fallback */
	color: rgba(0, 0, 0, .87);
	font-size: 1.8em;
}

.tissue-roll-section .ad>div {
	margin: 10% 0;
	min-width: 200px;
}

.tissue-guy {
	display: block;
	position: absolute;
	left: -204px;
	width: 200px;
	height: auto;
}

.a4-paper {
	position: relative;
	background-color: white;
	height: calc(297px * 3);
	padding: 4% 10% 0 10%;
	margin-top: 2em;
	/* margin-bottom: 2em; */
	box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
	color: rgba(0, 0, 0, .87);
	/* font-size: 16px; */
	text-align: center;
}

.a4-paper a {
	color: rgba(0, 0, 0, .87);
	background-color: rgba(255, 255, 0, 0.26);
	text-decoration: none;
}

.a4-paper h1 {
	font-size: 2em;
	letter-spacing: 2.5;
	color: #ff4b4b;
	text-align: center;
}

.a4-paper header h4 {
	color: rgba(0, 0, 0, .87);
	text-align: right;
}

.a4-paper .hr {
	height: 2px;
	border-top: 2px solid rgba(0, 0, 0, .87);
	border-bottom: 1px solid rgba(0, 0, 0, .87);
}

.tissue-roll-section p, .tissue-roll-section h3 {
	text-indent: 32px;
	text-align: left;
	color: rgba(0, 0, 0, .75)
}

.a4-paper p {
	text-indent: 2em;
	text-align: left;
}

.space-between {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.a4-paper>footer {
	position: absolute;
	width: calc(100% - 20%);
	bottom: calc(5% + 1em);
	padding-top: 0.4em;
	font-size: 0.8em;
	border-top: 1px solid rgba(0, 0, 0, .87);
}

.a4-paper>footer, .a4-paper>footer a {
	color: rgba(0, 0, 0, .48);
	background-color: transparent;
	text-decoration: none;
}

.device-list {
	list-style-type: none;
	text-indent: 0;
	padding: 0;
	margin: 0;
}

.device-list>li {
	width: 33%;
	text-align: center;
}

.device-list>li img {
	display: block;
	width: calc(576px / 6);
	height: calc(360px / 6);
	margin: 0 auto;
	opacity: 0.4;
}

.device-list>li span {
	display: block;
	width: 100%;
	text-align: center;
}

.sticky {
	position: absolute;
	right: -192px;
	top: calc(-297px * 1.5 - 100px);
	width: 200px;
	height: 200px;
	/* margin: 25px; */
	/* min-height: 200px; */
	/* max-height: 200px; */
	/* padding-top: 36px; */
	/* border: 1px solid #E8E8E8; */
	/* border-top: 36px solid yellow; */
	border-bottom-right-radius: 50px 5px;
	display: inline-block;
	background: #ffffa3;
	background: linear-gradient(135deg, #ffffa3 81%, #ffffc6 100%);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .26);
}

.sticky-top {
	top: calc(-297px * 3);
}

.sticky-bottom {
	top: -200px;
}

.sticky-aqua {
	background: rgb(146, 255, 255);
	background: linear-gradient(135deg, rgb(146, 255, 255) 81%, rgb(222, 255, 255) 100%);
}

.sticky>header {
	height: 36px;
	width: 100%;
	background-color: #f8f799;
}

.sticky-aqua>header {
	height: 36px;
	width: 100%;
	background-color: rgb(142, 248, 248);
}

.sticky>img {
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	height: 200px;
}

.sticky:after {
	content: "";
	position: absolute;
	z-index: -1;
	right: -0px;
	bottom: 20px;
	width: 100px;
	height: 25px;
	background: rgba(0, 0, 0, 0.2);
	box-shadow: 2px 15px 5px rgba(0, 0, 0, 0.8);
	transform: matrix(-1, -0.1, 0, 1, 0, 0);
}

.rotate {
	transform: rotate(-3deg);
}
.sticky-wrapper {
	position: relative;
}

.card-wrapper {
	position: relative;
	/* margin-top: ; */
	/* bottom: calc(-54px * 3); */
	/* z-index: -1; */
	height: 256px;
}

.card {
	position: absolute;
	background-color: white;
	background: url("assets/img/card-texture.png") repeat;
	box-sizing: border-box;
	width: calc(90px * 3);
	height: calc(54px * 3);
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	border-left: 1px solid rgba(255, 255, 255, 0.5);
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.26);
	/* transform: rotate(2deg); */
	top: 12px;
	left: 230px;
	/* z-index: -1px; */
	/* margin: 32px auto 48px auto; */
}

.card>img {
	position: absolute;
	width: 88px;
	height: 88px;
	top: 44px;
	right: 16px;
	opacity: 0.6;
}

.card>aside {
	position: relative;
	/* font-family: "PingFang SC", "Heiti SC", "Microsoft YaHei", "Hiragino Sans", sans-serif; */
	font-size: 0.9em;
	line-height: 1.6;
	color: rgba(0, 0, 0, .75);
	margin-left: 24px;
	text-align: left;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}

.card>aside h3 {
	font-size: 1.29em;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 0.5em;
}

.card>aside a {
	text-decoration: none;
	color: inherit;
}

.team {
	position: absolute;
	transform: rotate(-6deg);
	width: calc(597px / 2.3);
	height: calc(469px / 2.3);
	top: -20px;
	left: -24px;
	z-index: 1;
}

.stain {
	position: absolute;
	opacity: 0.5;
}

.stain-small {
	width: 72px;
	height: auto;
}

.stain-medium {
	width: 144px;
	height: auto;
}

.stain-large {
	width: 216px;
	height: auto;
}

.stain-xl {
	width: 256px;
	height: auto;
}

.stain-1 {
	right: 80px;
	top:  80px;
}

.stain-2 {
	left: 80px;
	top:  80px;
}

.stain-3 {
	left: 80px;
	bottom:  80px;
}

.stain-4 {
	right: 80px;
	bottom:  80px;
}

.stain-5 {
	left: 200px;
	top: 300px;
}

.scales {
	position: absolute;
	opacity: 0.7;
	width: calc(378px /2);
	height: auto;
	right: 72px;
	bottom:  32px;
}

.clip {
	opacity: 0.6;
}

.clip2 {
	opacity: 0.9;
}

.inline-clip {
	opacity: 0.8;
	float: right;
}

.inline-clip-left {
	opacity: 0.8;
	float: left;
}

.floating-top-right {
	position: absolute;
	top: 48px;
	right: 48px;
}

.floating-bottom-center {
	position: absolute;
	bottom: 48px;
	left: 270px;
}

.align-center {
	display: block;
	margin: 2em auto;
}

.clip-text {
    color: white; /* Color fallback */
    -webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: url("assets/img/noise.png");
}

.copyright {
	text-align: center;
	color: #333;
}

.copyright a {
	color: #333;
	text-decoration: none;
}
