/* CSS Document */


body div.wrap footer {
	width: 100%;
	height: auto;
	background-color: #e23e26;
}
body div.wrap footer div.content {
	width: 1120px;
	height: auto;
	padding: 100px 0;
	margin: 0 auto;
}
body div.wrap footer div.content:after {
	display: block;
	content: '';
	clear: both;
}
body div.wrap footer div.content div.footer_logo {
	width: 15rem;
	height: auto;
	padding: 0 0 0 0;
	margin:  0 0 0 0;
	float: left;
}
body div.wrap footer div.content div.footer_logo img {
	width: auto;
	height: 1.2rem;
	margin-bottom: 1rem;
}
body div.wrap footer div.content div.footer_logo p {
	font-size: .7rem;
	color: #fff;
}
body div.wrap footer div.content div.footer_logo p a,
body div.wrap footer div.content div.footer_logo p a:link,
body div.wrap footer div.content div.footer_logo p a:visited {
	color: #fff;
}
body div.wrap footer div.content div.footer_logo p a:active,
body div.wrap footer div.content div.footer_logo p a:hover {
	opacity: .8;
}
body div.wrap footer div.content ul {
	width: 8rem;
	height: auto;
	list-style: none;
	padding: 0 0 0 0;
	margin:  0 0 0 0;
	font-size: .7rem;
	float: left;
	
	color: #fff;
}
body div.wrap footer div.content ul:last-of-type {
	width: 8rem;
	margin-left: 4rem;
}
body div.wrap footer div.content ul li {
	margin-bottom: 1rem;
}
body div.wrap footer div.content ul li a,
body div.wrap footer div.content ul li a:link,
body div.wrap footer div.content ul li a:visited {
	font-size: .7rem;
	color: #fff;
	text-decoration: none;
}
body div.wrap footer div.content ul li a:active,
body div.wrap footer div.content ul li a:hover {
	color: yellow;
}
body div.wrap footer div.content ul {

}
body div.wrap footer div.content div#page-top {
	width: 2rem;
	height: 2rem;
	cursor: pointer;
	float: right;
}
.dli-arrow-up {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 0.1em;
  height: 1em;
  background: currentColor;
}

.dli-arrow-up::before {
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
  transform-origin: top right;
  position: absolute;
  top: -0.05em;
  right: 50%;
  box-sizing: border-box;
}

body div.wrap footer div.cp {
	width: 100%;
	height: auto;
	padding: 1rem 0;
	background-color: #fb2667
}
body div.wrap footer div.cp p {
	width: 1120px;
	height: auto;
	padding: 0 0 0 0;
	margin:  0 auto;
	color: #fff;
	font-size: .7rem;
}


@media (max-width: 767px) {

body div.wrap footer div.content {
		width: 100%;
	height: auto;
		padding: 3rem 1rem 1rem 1rem;
	margin: 0 auto;
}
body div.wrap footer div.content:after {
	display: block;
	content: '';
	clear: both;
}
body div.wrap footer div.content img.footer_logo {
	width: auto;
	height: 1.2rem;
		margin-right: 0;
		margin-bottom: 2rem;
		float: initial;
}
body div.wrap footer div.content ul {
		width: 100%;
	height: auto;
	list-style: none;
	padding: 0 0 0 0;
	margin:  0 0 0 0;
		font-size: 16px;
		float: initial;
	
	color: #fff;
}
body div.wrap footer div.content ul:last-of-type {
		width: 100%;
		margin-left: 0;
}
body div.wrap footer div.content ul li {
		display: inline-block;
		width: 32%;
		height: auto;
		margin-bottom: .5rem;
}
	body div.wrap footer div.content ul:nth-of-type(3) li {
		display: block;
		width: auto;
		height: auto;
	}
body div.wrap footer div.content ul li a,
body div.wrap footer div.content ul li a:link,
body div.wrap footer div.content ul li a:visited {
	font-size: .7rem;
	color: #fff;
	text-decoration: none;
}
body div.wrap footer div.content ul li a:active,
body div.wrap footer div.content ul li a:hover {
	color: yellow;
}
body div.wrap footer div.content div#page-top {
	width: 2rem;
	height: 2rem;
		text-align: center;
	cursor: pointer;
	float: right;
}
.dli-arrow-up {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 0.1em;
  height: 1em;
  background: currentColor;
}

.dli-arrow-up::before {
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
  transform-origin: top right;
  position: absolute;
  top: -0.05em;
  right: 50%;
  box-sizing: border-box;
}

body div.wrap footer div.cp {
	width: 100%;
	height: auto;
	padding: 1rem;
	background-color: #fb2667
}
body div.wrap footer div.cp p {
		width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin:  0 auto;
	color: #fff;
	font-size: 14px;
}
	
}