* {
	margin: 0;
	padding: 0;
	list-style: none;
}


/** 清除内外边距 **/

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,

/* structural elements 结构元素 */

dl,
dt,
dd,
ul,
ol,
li,

/* list elements 列表元素 */

pre,

/* text formatting elements 文本格式元素 */

form,
fieldset,
legend,
button,
input,
textarea,

/* form elements 表单元素 */

th,
td
/* table elements 表格元素 */

	{
	margin: 0;
	padding: 0;
}


/** 重置列表元素 **/

ul,
ol {
	list-style: none;
}


/** 重置文本格式元素 **/

a,
a:hover {
	text-decoration: none;
}


/** 重置表单元素 **/

legend {
	color: #000;
}


/* for ie6 */

fieldset,
img {
	border: 0;
}


/* img 搭车：让链接里的 img 无边框 */

button,
input,
select,
textarea {
	font-size: 100%;
}

/** 重置表格元素 **/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html,
body {
	height: 100%;
	margin: 0;
	min-width: 1200px;
	font-family: 微软雅黑;
}

iframe {
	border: none;
}

.header-content {
	height: 85px;
	width: 100%;
	background-color: white;
}

.nav-plate {
	width: 1200px;
	margin: 0 auto;
	height: 85px;
}

.middle-content {
	min-height: 1200px;
	margin-bottom: -395px;
	background-color: white;
}

.footer-content {
	position: relative;
	height: 395px;
	width: 100%;
	background-color: #222132;
}

.header-logo {
	float: left;
	margin-top: 15px;
	margin-left: 0px;
}

header img {
	width: 350px;
	height: 70px;
}

/* -----------------------   导航栏样式   ------------------- */
.nav-box {
	float: left;
	width: 780px;
	background-color: #10707F;
}

.header-footer {
	height: 5px;
	/* background-color: #344157; */
	background-color: rgb(170, 193, 48);
}

/* ----------------  登录 注册  -------------------- */
.login-name {
	width: 700px;
	height: 20px;
	float: right;
	text-align: right;
	padding-top: 5px;
	font-size: 15px;
	color: grey;
}

.exit {
	border: none;
	color: royalblue;
}

.exit:focus {
	outline: 0;
}

.login-box {
	height: 160px;
	width: 60px;
	z-index: 9999;
	position: fixed;
	bottom: 150px;
	right: 0px;
}

.c-login {
	color: white;
	text-align: center;
	width: 60px;
	height: 60px;
	/* 	background-color: rgb(141, 157, 213); */
	margin-bottom: 20px;
}

.c-login:first-child {
	background-color: #0e6bb5;
}

.c-login:last-child {
	background-color: #b3c82b;
}

.c-login a {
	color: white;
}

.c-login img {
	margin-top: 10px;
	width: 30px;
	height: 30px;
}

[v-cloak] {
	display: none;
}

#movele {
	position: absolute;
	top: 0;
	left: 0;
	/* height: 160px; */
	width: 240px;
	/* border: 1px solid white; */
	/* background-color: white; */
	border-radius: 10%;
	color: #fff;
	text-align: center;
	z-index: 101;
	/* box-shadow: 0px 0px 10px #a1a3a6; */
	/* background-image: url(../img/srollimg.png); */
}

#movele:hover {
	cursor: pointer;
}

.layerapp {
	width: 800px;
	height: 400px;
	display: none;
	background-image: url(../img/computerback.png);
}

.app_logo {
	width: 100%;
	height: 100%;
	/* padding: 10px; */
	border-radius: 25%;
}

.app_title {
	color: black;
	font-size: 15px;
}

.pop_title {
	background-color: rgba(18, 26, 42, 0.7);
	width: 100%;
	height: 100%;
}

.pop_title_1 {
	color: white;
	text-align: center;
	padding-top: 40px;
}

.pop_app {
	width: 100%;
	display: flex;
	color: white;
}

.pap_1 {
	width: 50%;
	text-align: center;
}

.pap_2 {
	font-size: 20px;
	margin-bottom: 10px;
}

.pap_3 {
	width: 120px;
	height: 120px;
}

.pap_4 {
	font-size: 14px;
	margin-top: 10px;
	color: #d3d7d4;
}
