﻿body {
	display: block;
	margin: 0px;
}

@media ( min-width :768px) {
	.floating-div {
		left: 71.5%;
	}
}

@media ( max-width :767px) {
	.floating-div {
		left: 10%;
	}
}

#app {	
	background-repeat: no-repeat;
	height: 94vh;
	background-size:cover;
	position: relative;
}

.container {
	width: 100%;
	height: 80px;
	background-color: rgb(46 42 42/ 35%);
	z-index: 1000;
	color: #fff;
	display: flex;
}

.container img {
	height: 60px;
	margin: 10px 10px 0px 40%;
}

.contact {
	margin: 25px 0px 0px 0px;
	font-size: 30px;
	font-weight: bold;
	font-family: 宋体;
}
.contact-info{
	margin-left:30%;
	margin-top:50px;
	font-size:14px;
}
footer {
	text-align: center;
	font-size: 12px;
	color: #b8b8b8;
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 6vh;
}

a {
	text-decoration: none;
	color: #333;
}

.floating-div {
	background-image: linear-gradient(to bottom, #ffffff, #ffffff);
	position: relative;
	top: 17%;
	width: 290px;
	padding: 5px 0 15px 0;
	font-size: 12px;
	border-radius: 6px;
	z-index: 1000;
	text-align: center;
}

form {
	margin: 0;
	padding: 0;
}

.login-title {
	font-family: microsoft Yahei;
	color: #666666;
	font-size: 16px;
	margin-top: 10px;
	padding: 0;
	padding-bottom: 20px;
}

.login-title:before {
	left: 18px;
}

.login-title:after {
	right: 18px;
}

.login-title:after,.login-title:before {
	background: #c9c9c9;
	content: "";
	height: 1px;
	position: absolute;
	width: 30%;
	margin-top: 8px;
}

.input-prepend {
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
}

.img-username {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 101;
}

P,div {
	margin: 0;
	padding: 0;
}

.input-prepend input {
	border: 1px solid #cccccc;
	display: inline-block;
	padding: 0px 6px;
	border-radius: 4px;
	width: 206px;
	font-size: 12.3px;
	padding-left:40px;
	height:38px;
}

.input-prepend input:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
		rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
		rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
		rgba(82, 168, 236, 0.6);
}

.btn-login {
	line-height: 40px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	color: #ffffff;
	background-color: #008cd6;
	text-decoration: none;
	width: 250px;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	margin-top: 10px;
}

.btn-login:hover, .btn-login:focus, .btn-login:active, .btn-login.active, .btn-login.disabled, .btn-login[disabled] {
    color: #FFF;
    background-color: #006dcc;
    text-decoration: none;
}