body,
p,
blockquote {
	margin: 0;
	padding: 0;
}

a img,
iframe {
	border: none;
	outline: none;
	text-decoration: none;
}


/* Headers
------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
}


/* Lists
------------------------------*/

ul,
ol,
dl,
li,
dt,
dd {
	margin: 0;
	padding: 0;
}


/* Links
------------------------------*/

a,
a:link {}

a:visited {}

a:hover {}

a:active {}


/* Forms
------------------------------*/

form,
fieldset {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 1px solid #000;
}

legend {
	padding: 0;
	color: #000;
}

input,
textarea,
select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
}

select {
	padding: 0;
}
body {
	background: #fff;
	width: 100%;
	height: 100%;
	font: 12px "Open Sans", sans-serif;
}

#wrapper {
	width: 100%;
	overflow: hidden;
}

div.screen {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-ms-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-o-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}

div.screen.animate {
	left: 100vw;
	margin-left: -1rem;
	-webkit-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-ms-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-o-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}

.list {
	margin-top: 36px;
	text-align: left;
}

.item {
	height: 115px;
	margin-top: 30px 0;
	padding-left: 115px;
	clear: both;
}

.item .img,
.item span {
	background: #214273;
	border-radius: 3px;
}

.item .img {
	float: left;
	width: 71px;
	height: 71px;
	margin-left: -93px;
}

.item span {
	height: 11px;
	width: 180px;
	margin-bottom: 19px;
	float: left;
}

.item span:nth-of-type(3) {
	width: 75px;
	margin-botom: 0;
}
/* 页首的下拉菜单提示符
------------------------------*/
div.burger {
	height: 1rem;
	width: 80px;
	position: absolute;
	top: 0rem;
	left: 21px;
	cursor: pointer;
}

div.x,
div.y,
div.z {
	position: absolute;
	margin: auto;
	top: 0px;
	bottom: 0px;
	background: #fff;
	border-radius: 2px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

div.x,
div.y,
div.z {
	height: 0.04rem;
	width: 0.35rem;
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}

div.y.squize {
	width: 0;
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}
div.menu.animate{
	background-color: rgb(23,23,23);
}
div.y {
	top: 18px;
}

div.z {
	top: 37px;
}

div.open div.x,
div.open div.z {
	top: 19px;
	-webkit-transition: all 70ms ease-out;
	-moz-transition: all 70ms ease-out;
	-ms-transition: all 70ms ease-out;
	-o-transition: all 70ms ease-out;
	transition: all 70ms ease-out;
}

div.rotate30 {
	-ms-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-transition: all 70ms ease-out;
	-moz-transition: all 70ms ease-out;
	-ms-transition: all 70ms ease-out;
	-o-transition: all 70ms ease-out;
	transition: all 70ms ease-out;
}

div.rotate150 {
	-ms-transform: rotate(150deg);
	-webkit-transform: rotate(150deg);
	transform: rotate(150deg);
	-webkit-transition: all 70ms ease-out;
	-moz-transition: all 70ms ease-out;
	-ms-transition: all 70ms ease-out;
	-o-transition: all 70ms ease-out;
	transition: all 70ms ease-out;
}

div.rotate45 {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}

div.rotate135 {
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}

div.navbar {
	height: 1rem;
	background: rgb(23,23,23);
	color: #fff;
    font-size: 0.42rem;
    text-align: right;
    line-height: 1rem;
    padding-right: 0.5rem;
}

div.menu {
	height: auto;
	overflow: hidden;
	opacity: 0;
	position: relative;
	-webkit-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-ms-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-o-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}

#menu-bg {
	height: 100%;
	position: absolute;
	left: -10px;
	opacity: 0.5;
	width:100vw;
	height:100vh;
	/*-webkit-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-ms-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-o-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);*/
}

div.menu.animate #menu-bg {
	left: 0px;position:fixed;
	/*-webkit-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-ms-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-o-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);*/
}

div.menu.animate {
	min-height: 100vh;
	margin-left: -110px;
	opacity: 1;
	-webkit-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-ms-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-o-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}

div.menu ul {
	margin-top: 1rem;
	position: relative;
}

div.menu ul li {
	list-style: none;
	margin-top: 40px;
	text-align: left;
	padding-left: 100px;
	font-size: 0.5rem;
}

div.menu ul li a {
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
}

div.menu.animate ul li {
	margin-left: 80px;
	-webkit-transition: all 800ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-moz-transition: all 800ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-ms-transition: all 800ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-o-transition: all 800ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	transition: all 800ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}

div.menu.animate li:nth-of-type(1) {
	transition-delay: 0.0s;
}

div.menu.animate li:nth-of-type(2) {
	transition-delay: 0.06s;
}

div.menu.animate li:nth-of-type(3) {
	transition-delay: 0.12s;
}

div.menu.animate li:nth-of-type(4) {
	transition-delay: 0.18s;
}

div.menu.animate li:nth-of-type(5) {
	transition-delay: 0.24s;
}
.animate .container{
	background-color: #111;
	opacity: 0;
}
.footer{
	margin-top: 0.5rem;
	background-color: rgb(45,45,45);
	padding: 0.4rem;
	text-align: center;
	color: rgb(178,178,178);
	font-size: 0.32rem;
	
}
.record {
    width: 0.5rem;
    height: 0.4rem;
    margin: 0 0.1rem;
}
.animate .footer{
	background-color: #111;
	opacity: 0;
}
.search{
	position: relative;
	overflow: hidden;
	margin-top: 1.5rem;
	height: 1rem;
}
.search-all{
	position: absolute;
	right: 5vw;
	width: 90vw;
	top: 0;
	height: 0.8rem;
	border: 1px solid #fff;
	border-radius: 10px;
	display: flex;
	align-items: center;
}
.search-all>img{
	width: 0.4rem;
	height: 0.4rem;
	margin: 0 0.26667rem;
}
.search-all>input{
	flex: 1;
	height: 100%;
	border: none;
	background-color: inherit;
	color: #fff;
}
