﻿.tijiao {
	position: fixed;
	bottom: 54px;
	left: 50%;
	transform: translateX(-50%);
	width: 86.67vw;
	z-index: 99;
	display: block;
	line-height: 49px;
	text-align: center;
	background-color: #cccccc;
	border-radius: 24.5px;
	font-size: 18px;
	color: #fff;
}

.top {
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-image: linear-gradient(180deg,
			#094116 0%,
			#1d672e 100%);

	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 4vw;
	box-sizing: border-box;
}

.top img {
	width: 10.5px;
	height: 17.5px;
}

.top img:last-child {
	opacity: 0;
}

.top h1 {
	font-size: 18px;
	color: #ffffff;
}

.top2 {
	display: flex;
	align-items: center;
	width: 100%;
	overflow: auto;
	height: 40px;
	padding: 0 15px;
	box-sizing: border-box;
	background-color: #ffffff;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.07);
}

.top2 a {
	text-wrap: nowrap;
	display: block;
	margin-right: 41px;
	padding: 0 4px;
	padding-bottom: 5.5px;
}

.top2 .bs {
	color: #094116;
	border-bottom: 2px solid #094116;
}

.top2 a:last-child {
	margin-right: 0;
}

.top2 a h1 {
	font-size: 16px;
}

.top2 a h1 span {
	display: inline-block;
	transform: translateY(3px);
	color: #fb0c0c;
}

.tw1 {
	position: relative;
}

.tw1 .back {
	width: 10.5px;
	height: 17.5px;
	left: 20px;
	top: 20px;
	position: absolute;
}

.tw1 h1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 28.22px;
	color: #ffffff;
}

* {
	margin: 0;
	padding: 0;
}

.imgbox {
	overflow: hidden;
}

.imgbox:hover img {
	transition: all .6s;
	scale: 1.2;
}

em i {
	font-style: normal;
}

img {
	width: 100%;
	-webkit-user-drag: none;
	display: block;
}

a {
	color: black;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

html,
body {
	width: 100%;
	position: relative;
}

li {
	list-style-type: none;
}

a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

/* footer */
footer {
	z-index: 99;
	height: 49px;
	background-color: #ffffff;
	box-shadow: 0px 0px 3px 0px rgba(6, 0, 1, 0.1);
	position: fixed;
	bottom: 0;
	display: flex;
	width: 100%;
	padding: 6px 8%;
	box-sizing: border-box;
	justify-content: space-between;
}

footer a img {
	width: auto;
	margin: auto;
	margin-bottom: 5px;
	height: 22px;
}

footer a h1 {
	font-size: 12px;
	line-height: 12px;
	color: #b3b3b3;
}

footer .bs h1 {
	color: #094116;
}