/*全局设置*/
p,input,select,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,{margin: 0;padding: 0;list-style: none;vertical-align: middle;font-weight: normal;font-family: "Microsoft YaHei";}
img {border: 0;margin: 0;padding: 0;}
a {text-decoration: none;color: #b0b0b0;border: none;}

@font-face {
    font-family: 'youyuan';
    src: url('youyuan.eot') format('eot'); /*IE*/
    src: url('youyuan.woff') format('woff'), url('youyuan.ttf') format('truetype'); /*non-IE*/
}

/*Chrome*/
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {-webkit-appearance: none !important;margin: 0;}
/*Firefox*/
input[type="number"] {-moz-appearance: textfield;}
input,select {outline: none;}
.center {
	text-align: center;
	margin: 0 auto;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
.alwaysfixed {
	position:absolute; top:30px; right:50px;
	margin: 0;
	width: 220px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	cursor: default;
	background-color: green;
	color: #fff;
	border-radius: 4px;
}
.affc {
	cursor: pointer;
}
.alwaysfixed:hover {
	color: #fff;
	background-color: limegreen;
}
.affc {
	color: #fff;
}
.alwaysfixed-tip {
	display: inline-block;
	color: #ccc;
}
/***********************************页脚信息*/
.footer {
	width: 100%;
	min-width: 1100px;
	height: 100px;
	background-color: rgb(22, 33, 42);
	color: #b0b0b0;
	align-content: center;
	line-height: 20px;
	font-size: 12px;
	font-family: "Microsoft YaHei";
}
.communication {
	padding-top: 30px;
	font-size: 14px;
}
.communication a:hover {
	color: white;
}
.copyright {
	padding-top: 5px;
	align-items: center;
	text-decoration: none;
	font-family: "microsoft yahei";
}
.copyright a:hover {
	color: white;
}
/*****************************************欢迎页*/
.welcome-body {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 1100px;
	color: #b0b0b0;
	position: relative;
	background: rgb(20, 33, 42);
}
.welcome-main {
	padding-top: 15%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.welcome-title {
	font-family: YouYuan;
	font-size: 86px;
	text-align: center;
	margin: 0;
	color: greenyellow;
}
.welcome-mottos {
	font-size: 28px;
	margin: 10px 0;
	font-family: YouYuan;
	text-align: center;
	color: greenyellow;
}
.welcome-btn {
	color: #000;
	margin: 0 10px;
	font-family: YouYuan;
	color: greenyellow;
	text-decoration: none;
}
/*字体特效*/
.welcome-motto-shake {
	position: relative;
}
.welcome-motto-shake:before {
	content: attr(data-text);
	position: absolute;
	left: -2px;
	text-shadow: 1px 0 inherit;
	top: 0;
	color: inherit;
	background: inherit;
	overflow: hidden;
	clip: rect(0, 900px, 0, 0);
	animation: noise-anim-welcome-before 3s infinite linear alternate-reverse;
}
.welcome-motto-shake:after {
	content: attr(data-text);
	position: absolute;
	/*适用于汉字，英文2px比较合适*/
	left: -2px;
	text-shadow: -1px 0 inherit;
	top: 0;
	color: inherit;
	background: inherit;
	overflow: hidden;
	clip: rect(0, 900px, 0, 0);
	animation: noise-anim-welcome-after 2s infinite linear alternate-reverse;
}
@keyframes noise-anim-welcome-before {
	0% {
		clip: rect(98px, 9999px, 50px, 0);
	}
	5% {
		clip: rect(97px, 9999px, 8px, 0);
	}
	10% {
		clip: rect(71px, 9999px, 79px, 0);
	}
	15% {
		clip: rect(72px, 9999px, 84px, 0);
	}
	20% {
		clip: rect(59px, 9999px, 36px, 0);
	}
	25% {
		clip: rect(44px, 9999px, 39px, 0);
	}
	30% {
		clip: rect(94px, 9999px, 60px, 0);
	}
	35% {
		clip: rect(78px, 9999px, 37px, 0);
	}
	40% {
		clip: rect(84px, 9999px, 29px, 0);
	}
	45% {
		clip: rect(27px, 9999px, 27px, 0);
	}
	50% {
		clip: rect(61px, 9999px, 87px, 0);
	}
	55% {
		clip: rect(100px, 9999px, 33px, 0);
	}
	60% {
		clip: rect(68px, 9999px, 4px, 0);
	}
	65% {
		clip: rect(100px, 9999px, 84px, 0);
	}
	70% {
		clip: rect(44px, 9999px, 57px, 0);
	}
	75% {
		clip: rect(90px, 9999px, 69px, 0);
	}
	80% {
		clip: rect(88px, 9999px, 22px, 0);
	}
	85% {
		clip: rect(81px, 9999px, 13px, 0);
	}
	90% {
		clip: rect(33px, 9999px, 38px, 0);
	}
	95% {
		clip: rect(1px, 9999px, 34px, 0);
	}
	100% {
		clip: rect(27px, 9999px, 57px, 0);
	}
}
@keyframes noise-anim-welcome-after {
	0% {
		clip: rect(55px, 9999px, 9px, 0);
	}
	5% {
		clip: rect(12px, 9999px, 60px, 0);
	}
	10% {
		clip: rect(85px, 9999px, 83px, 0);
	}
	15% {
		clip: rect(83px, 9999px, 84px, 0);
	}
	20% {
		clip: rect(39px, 9999px, 69px, 0);
	}
	25% {
		clip: rect(41px, 9999px, 7px, 0);
	}
	30% {
		clip: rect(32px, 9999px, 6px, 0);
	}
	35% {
		clip: rect(75px, 9999px, 19px, 0);
	}
	40% {
		clip: rect(5px, 9999px, 63px, 0);
	}
	45% {
		clip: rect(55px, 9999px, 43px, 0);
	}
	50% {
		clip: rect(80px, 9999px, 71px, 0);
	}
	55% {
		clip: rect(67px, 9999px, 69px, 0);
	}
	60% {
		clip: rect(45px, 9999px, 99px, 0);
	}
	65% {
		clip: rect(67px, 9999px, 93px, 0);
	}
	70% {
		clip: rect(12px, 9999px, 69px, 0);
	}
	75% {
		clip: rect(58px, 9999px, 28px, 0);
	}
	80% {
		clip: rect(53px, 9999px, 40px, 0);
	}
	85% {
		clip: rect(86px, 9999px, 22px, 0);
	}
	90% {
		clip: rect(35px, 9999px, 100px, 0);
	}
	95% {
		clip: rect(99px, 9999px, 30px, 0);
	}
	100% {
		clip: rect(8px, 9999px, 51px, 0);
	}
}
/*************************************临时首页*/
.homei-body {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 1100px;
	background: rgb(20, 33, 42);
}
.homei-main {
	
}
.homei-building {
	padding-top: 100px;
}
.homei-mottos {
	padding-top: 30px;
}
.building {
	text-align: center;
}
.building p {
	font-family: youyuan;
	font-size: 30px;
	text-align: center;
	margin: 0;
	color: white;
}
.homei-i {
	margin-top: 50px;
	display: none;
	color: green;
}
.homei-a {
	color: greenyellow;
}
.homei-i a:hover {
	color: #b0b0b0;
}
/******************网站首页*/
.home-body {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 1100px;
	color: #b0b0b0;
	background: white;
}
.home-top-navigation-left, .home-top-navigation-right {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style-type: none;
	font-family: "Microsoft YaHei";
}
/*header*/
.headerbase {
	width: 100%;
	background: rgb(20,33,42);
}
.home-header {
	min-width: 1100px;
	height: 40px;
	background: rgb(22, 33, 42);
}
.home-top-navigation {
	width: 1100px;
	height: 40px;
	line-height: 40px;
}
.home-top-url {
	text-decoration: none;
	list-style-type: none;
	float: left;
	font-size: 14px;
	color: #ccc;
}
.home-top-navigation-left a {
	display: block;
	padding: 0 8px;
	font-size: 14px;
	font-family: "Microsoft YaHei";
}
.home-top-navigation-left a:hover {
	color: #fff;
}
.home-top-navigation-right a {
	display: block;
	padding: 0 8px;
	font-size: 14px;
	font-family: "Microsoft YaHei";
}
.home-top-navigation-right a:hover {
	color: #fff;
}
.home-login, .home-register, .LOGOUT {
	margin: 0;
	width: 120px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	background-color: green;
	color: #fff;
}
.home-register {
	margin-right: 2px;
}
.home-top-url:hover, .home-login:hover, .home-register:hover, .LOGOUT:hover, .USER:hover {
	color: #000;
	background-color: limegreen;
}
.USER {
	margin: 0;
	width: 220px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin-right: 2px;
}
.USER a {
	color: #fff;
}
/*main*/
.home-main {
	width: 1100px;
}
.land-main {
	padding-top: 30px;
}
.veg-main {
	padding-top: 30px;
}
.land {
	width: 220px;
	height: 220px;
}
.land img {
	width: 150px;
}
.introduction {
	width: 183.3px;
	height: 200px;
}
.introduction img {
	width: 100px;
	cursor: pointer;
}
.land-buy {
	color: ;
	font-size: 14px;
	cursor: pointer;
}
.land-cannotbuy {
	cursor: default;
	font-size: 14px;
}
.land-buy:hover {
	color: limegreen;
}
.introduction span {
	color: ;
	font-size: 12px;
}
.text-left {
	text-align: left;
}
/****蔬菜品种选择页面*/
.getveg-main {
	margin-top: 100px;
	width: 1100px;
	height: 600px;
	background-color: ;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.form-base {
	width: 800px;
}
.input-base {
	width: 800px;
}
.input-text {
	padding-top: 50px;
}
.important {
	color: red;
}
.pay {
	width: 300px;
}
.vegpay-image {
	width: 100px;
}
.veg-tips {
	color: #000;
}
.veg-list {
	padding: 0;
}
.vegname, .vegkey, .veg-submit {
	width: 800px;
	line-height: 30px;
	margin-bottom: 20px;
}
.veg-input-tips {
	display: inline-block;
	width: 130px;
	margin-right: 3px;
	line-height: 35px;
	text-align: right;
}
.veg-inputbox {
	width: 168px;
	height: 26px;
	border: 1px solid #ccc;
	padding: 5px 10px;
	border-radius: 4px;
}
.veg-inputbox:focus {
	border: 1px solid green;
	background: #F0FFFF;
}
.veg-submit {
	margin: 20px auto;
	text-align: center;
}
.veg-submit-btn {
	border: none;
	width: 300px;
	height: 30px;
	background: darkgreen;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 8px;
	cursor: pointer;
	border-radius: 4px;
}
.veg-submit-btn:hover {
	border: 1px solid greenyellow;
}
.aftertips {
	
}
.redtext {
	color: red;
}
/************************************注册*/
.register-body {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 1100px;
	background-color: rgb(20, 33, 42);
}
.registermain {
	margin-top: 100px;
}
.register-margin {
	margin: 0 auto;
}
.register-background {
	width: 1100px;
	height: 550px;
	margin: 20px auto;
	background: white;
	color: black;
	border-radius: 6px;
}
.register-group {
	width: 760px;
	margin: 10px auto;
}
.register-input-base {
	width: 100%;
	height: 100%;
}
.register-top {
	margin: 10px 0;
}
.register-top .left {
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-size: 20px;
}
.register-top .right {
	height: 40px;
	line-height: 40px;
	font-size: 13px;
}
.register-top .right a {
	color: black;
	font-weight: bold;
}
.register-top .right a:hover {
	color: green;
}
.register-line {
	height: 2px;
	background: green;
	margin: 8px auto;
}
.register-main {
	width: 760px;
}
.register-message {
	margin-top: 30px;
}
.register-form-list {
	padding: 0;
}
.register-username, .register-password, .register-passwords, .register-tel , .register-validate, .register-submit, .register-olduser {
	width: 760px;
	line-height: 35px;
	margin-bottom: 20px;
}
.r-input-tips {
	display: inline-block;
	width: 160px;
	margin-right: 3px;
	line-height: 35px;
	text-align: right;
}
.register-inputbox {
	width: 220px;
	height: 30px;
	border: 1px solid #ccc;
	padding: 5px 10px;
	border-radius: 4px;
}
.register-validate-inputbox {
	width: 105px;
}
.register-inputbox:focus {
	border: 1px solid green;
	background: #F0FFFF;
}
.register-tip{
	display: inline-block;
	margin-left: 20px;
	font-size: 12px;
	color: grey;
	font-weight: bold;
}
.register-submit {
	margin: 20px auto;
	text-align: center;
}
.register-submit-btn {
	border: none;
	width: 440px;
	height: 45px;
	background: darkgreen;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 8px;
	cursor: pointer;
	border-radius: 4px;
}
.register-submit-btn:hover {
	border: 1px solid greenyellow;
}
#register-img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 14px;
	border: 1px solid #fff;
	cursor: pointer;
}
.register-olduser {
	text-align: center;
	font-size: 12px;
}
.register-olduser-login {
	color: orange;
}
/***************************注册成功*/
.registerSuccess-body {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 1100px;
	background-color: rgb(20, 33, 42);
}
.registerSuccess-margin {
	margin: 0 auto;
}
.registerSuccess-register {
	width: 1100px;
	height: 550px;
	margin: 20px auto;
	background: #fff;
	color: #000;
	border-radius: 6px;
	margin-top: 100px;
}
.registerSuccess-center {
	width: 760px;
	margin: 10px auto;
}
.registerSuccess-top {
	margin: 10px 0;
}
.registerSuccess-top .left {
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-size: 20px;
}
.registerSuccess-top .right {
	height: 40px;
	line-height: 40px;
	font-size: 13px;
}
.registerSuccess-top .right a {
	color: black;
	font-weight: bold;
}
.registerSuccess-top .right a:hover {
	color: green;
}
.registerSuccess-line {
	height: 2px;
	background: green;
	margin: 8px auto;
}
.registerSuccess-main {
	padding: 10px 0;
	padding-left: 45px;
}
.rs-main {
	padding-top: 130px;
}
.rstips {
	font-size: 30px;
	padding-bottom: 50px;
}
.rs-tips {
	font-size: 12px;
}
.rs-inlineblock {
	display: inline-block;
}
.rs-url {
	font-size: 12px;
	color: orange;
}
/***********************************登录*/
.login-body {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 1100px;
	background-color: rgb(20, 33, 42);
}
.loginmain {
	margin-top: 100px;
}
.login-login {
	width: 1100px;
	height: 550px;
	margin: 20px auto;
	background: white;
	color: black;
	border-radius: 6px;
}
.login-group {
	width: 760px;
	margin: 10px auto;
}
.login-input-base {
	width: 100%;
	height: 100%;
}
.login-top {
	margin: 10px 0;
}
.login-top .left {
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-size: 20px;
}
.login-top .right {
	height: 40px;
	line-height: 40px;
	font-size: 13px;
}
.login-top .right a {
	color: black;
	font-weight: bold;
}
.login-top .right a:hover {
	color: green;
}
.login-line {
	height: 2px;
	background: green;
	margin: 8px auto;
}
.login-main {
	width: 760px;
}
.login-message {
	margin-top: 80px;
}
ul, ol {
	list-style: none;
}
.login-form-list {
	padding: 0;
}
.login-username, .login-password, .login-validate, .login-submit, .login-olduser {
	width: 760px;
	line-height: 35px;
	margin-bottom: 20px;
}
.input-tips {
	display: inline-block;
	width: 260px;
	margin-right: 3px;
	line-height: 35px;
	text-align: right;
}
.inputBox {
	width: 220px;
	height: 30px;
	border: 1px solid #ccc;
	padding: 5px 10px;
	border-radius: 4px;
}
.inputBox:focus {
	border: 1px solid green;
	background: #F0FFFF;
}
.input-errorTips {
	display: inline-block;
	margin-left: 10px;
	font-size: 12px;
	color: red;
}
.password-inputbox {
	width: 194px;
	border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 4px;
}
.eye {
	width: 30px;
	height: 30px;
	border: 1px solid #ccc;
	padding: 9.5px 0 9.5px 3px;
	border-top-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-left: 0;
    vertical-align: middle;
    margin-left: -3px;
}
.EYE {
	vertical-align: middle;
	cursor: pointer;
}
.validate-inputbox {
	width: 105px;
}
#validateimg {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
	border: 1px solid #fff;
	cursor: pointer;
}
.login-submit {
	margin-top: 40px;
	text-align: center;
}
.login-submit-btn {
	border: none;
	width: 300px;
	height: 45px;
	background: darkgreen;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 8px;
	cursor: pointer;
	border-radius: 4px;
}
.login-submit-btn:hover {
	border: 1px solid greenyellow;
}
.login-newuser {
	text-align: center;
	font-size: 12px;
}
.login-newuser-register {
	color: orange;
}
/*************************实时数据/历史数据*/
.realtime-body {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 1100px;
	background-color: rgb(20, 33, 42);
}
#gohome {
	width: auto;
	margin: 0;
	background-color: rgb(20, 33, 42);
}
#gohome a {
	margin-top: 30px;
	text-decoration: none;
	font-family: youyuan;
	display: block;
}
#gohome a{
	text-align: center;
	color: green;
	font-size: 35px;
}
#gohome a:hover {
	color: #79FF79;
}
#gohome p {
	text-align: center;
	font-size: 25px;
	color: white;
}
.realtime-table {
	border-spacing: 0;
}
#temperature-container, #humidity-container, #soilhumidity-container {
	width: auto;
	height: 400px;
}
#noSensor1, #noSensor2, #noSensor3 {
	background-color: rgb(20, 33, 42);
	margin: 0;
	text-align: center;
	line-height: 30px;
	font-size: 20px;
	color: orangered;
}
.historical-body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-width: 1100px;
	background-color: rgb(20, 33, 42);
}
/***********************人机交互*/
.interactive-body {
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 1100px;
	background-color: rgb(20, 33, 42);
}
.interactive-main {
	min-height: 645px;
}
.interactive-control {}

.interactive-video {
	max-width: 1200px;
	width: 100%;
}
.interactive-tip1, .interactive-tip2 {
	color: white;
}
#switch-btn1, #switch-btn2 {
	cursor: pointer;
}
/***************************反馈留言*/
.feedback-body {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 1100px;
	background-color: rgb(20, 33, 42);
}
.feedback-margin {
	margin: 0 auto;
}
.feedback-register {
	width: 1100px;
	height: 550px;
	margin: 20px auto;
	background: #fff;
	color: #000;
	border-radius: 6px;
	margin-top: 100px;
}
.feedback-center {
	width: 760px;
	margin: 10px auto;
}
.feedback-top {
	margin: 10px 0;
}
.feedback-top .left {
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-size: 20px;
}
.feedback-top .right {
	height: 40px;
	line-height: 40px;
	font-size: 13px;
}
.feedback-top .right a {
	color: black;
	font-weight: bold;
}
.feedback-top .right a:hover {
	color: green;
}
.feedback-line {
	height: 2px;
	background: green;
	margin: 8px auto;
}
.feedback-main {
	padding: 10px 0;
}
.feedbackmain {
	padding-top: 80px;
}
.feedback-fb {
	width: 600px;
	height: 260px;
	border-radius: 4px;
	margin-bottom: 20px;
	outline: none;
}
.feedback-fb:focus {
	border: 1px solid green;
	background: white;
}
.fbsubmit-btn {
	border: none;
	width: 100px;
	height: 25px;
	background: darkgreen;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 4px;
	cursor: pointer;
	border-radius: 4px;
}
.fbsubmit-btn:hover {
	border: 1px solid greenyellow;
}
/***************************反馈留言提交成功*/
.fbs1 {
	padding-top: 50px;
	font-size: 30px;
}
.fbs2 {
	font-size: 30px;
}
.fbs-go-tips1 {
	font-size: 12px;
	padding-top: 10px;
}
.fbs-go-tips2 {
	font-size: 12px;
	display: inline-block;
}
.fbs-url {
	font-size: 12px;
	color: orange;
}
/*****************************404*/
.notFound-body {
	font-size: 12px;
	background: #fafafa;
	font-family: "Lantinghei SC", "Helvetica Neue", "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "Segoe UI", Arial, sans-serif
}
.notFound {
	padding-top: 80px;
	padding-bottom: 112px
}
.notFound-container {
	width: auto;
}
.notFound-container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
.notFound img {
	display: block;
	margin: auto
}
.notFound h2 {
	font-size: 32px;
	color: #333333;
	text-align: center;
	letter-spacing: 5px;
	padding-top: 33px;
	padding-bottom: 25px
}
.notFound p {
	font-size: 14px;
	color: #666666;
	letter-spacing: 1px;
	text-align: center;
	padding-bottom: 35px
}
.notFound-btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}
.notFound-btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4
}
.notFound-btn_blue {
	display: inline-block;
	height: 56px;
	line-height: 56px;
	text-align: center;
	border-radius: 3px;
	background: #0052d0;
	color: #fff;
	letter-spacing: 5px;
	border: 0;
	font-size: 18px;
	padding: 0;
	text-decoration: none;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-property: background;
	transition-property: background
}
.notFound a {
	display: block;
	margin: auto;
	width: 220px;
	height: 56px
}
/*****************************500*/
.server-body {
	font-size: 12px;
	background: #fafafa;
	font-family: "Lantinghei SC", "Helvetica Neue", "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "Segoe UI", Arial, sans-serif
}
.server-container {
	width: auto;
	padding-top: 80px;
	padding-bottom: 112px
}
.server-container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
.server-container img {
	display: block;
	margin: auto;
	width: 50%;
}
.server-container h2 {
	font-size: 25px;
	color: #333333;
	text-align: center;
	letter-spacing: 5px;
	padding-top: 33px;
	padding-bottom: 25px
}
.server-container p {
	font-size: 14px;
	color: #666666;
	letter-spacing: 1px;
	text-align: center;
	padding-bottom: 35px
}
.server-btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}
.server-btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4
}
.server-btn_blue {
	display: inline-block;
	height: 56px;
	line-height: 56px;
	text-align: center;
	border-radius: 3px;
	background: #0052d0;
	color: #fff;
	letter-spacing: 5px;
	border: 0;
	font-size: 18px;
	padding: 0;
	text-decoration: none;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-property: background;
	transition-property: background
}
.server-container a {
	display: block;
	margin: auto;
	width: 220px;
	height: 56px
}
/*******************重置用户密码***************/
.login-tel {
	width: 760px;
	line-height: 35px;
	margin-bottom: 20px;
}
/*******************用户个人中心***************/
.form-base {
	width: 1100px;
}
.personal-table {
	margin: auto;
}
.p-tips {
	color: black;
}
/*********************管理员-用户管理页面******/
.admin-body {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 1300px;
	background-color: rgb(20, 33, 42);
}
.adminmain {
	margin-top: 100px;
}
.admin-base {
	width: 1300px;
	min-height: 620px;
	margin: 20px auto;
	background: white;
	color: black;
	border-radius: 6px;
}
.admin-content {
	width: 1100px;
	margin: 10px auto;
}
.message-base {
	width: 100%;
	height: 100%;
}
.admin-top {
	margin: 10px 0;
}
.admin-top .left {
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-size: 20px;
}
.admin-top .right {
	height: 40px;
	line-height: 40px;
	font-size: 13px;
}
.admin-top .right a {
	color: black;
	font-weight: bold;
}
.admin-top .right a:hover {
	color: green;
}
.admin-line {
	height: 2px;
	background: green;
	margin: 8px auto;
}
.admin-main {
	width: 1100px;
}
.adminlogout {
	margin: 0;
	width: 120px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	background-color: green;
	color: #fff;
}
.adminfresh {
	margin: 0;
	width: 160px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	background-color: green;
	color: #fff;
}
.adminacct {
	margin: 0;
	width: 200px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #000;
	margin-right: 2px;
}
.adminlogout:hover, .adminfresh:hover {
	color: #000;
	background-color: limegreen;
}
.u-msg, .l-msg, .f-msg {
	
}
.user-table, .land-table, .fb-table {
	margin: auto;
	width: 1100px;
	font-size: 12px;
}
.user-table th, .land-table th, .fb-table th {
	
}
.mt20 {
	margin-top: 30px;
}
.ft18 {
	font-size: 18px;
}
.user-nothing, .land-nothing, .fb-nothing {
	text-align: center;
	font-size: 12px;
}
.user-tr, .land-tr, .fb-tr {
	
}
.u-id {
	width: 50px;
	text-align: center;
}
.u-acct {
	width: 100px;
	text-align: center;
}
.u-pwd {
	width: 120px;
	text-align: center;
}
.u-tel {
	width: 80px;
	text-align: center;
}
.u-crtime {
	width: 140px;
	text-align: center;
}
.u-landkey {
	width: 90px;
	text-align: center;
}
.u-vegkey1 {
	width: 90px;
	text-align: center;
}
.u-vegkey2 {
	width: 90px;
	text-align: center;
}
.u-vegkey3 {
	width: 90px;
	text-align: center;
}
.u-vegkey4 {
	width: 90px;
	text-align: center;
}
.u-vegkey5 {
	width: 90px;
	text-align: center;
}

.l-landnum {
	width: 50px;
	text-align: center;
}
.l-acct {
	width: 100px;
	text-align: center;
}
.l-area {
	width: 30px;
	text-align: center;
}
.l-crtime {
	width: 90px;
	text-align: center;
}
.l-vegt1 {
	width: 62px;
	text-align: center;
}
.l-vegd1 {
	width: 90px;
	text-align: center;
}
.l-vegt2 {
	width: 62px;
	text-align: center;
}
.l-vegd2 {
	width: 90px;
	text-align: center;
}
.l-vegt3 {
	width: 62px;
	text-align: center;
}
.l-vegd3 {
	width: 90px;
	text-align: center;
}
.l-vegt4 {
	width: 62px;
	text-align: center;
}
.l-vegd4 {
	width: 90px;
	text-align: center;
}
.l-vegt5 {
	width: 62px;
	text-align: center;
}
.l-vegd5 {
	width: 90px;
	text-align: center;
}

.fb-id {
	width: 60px;
	text-align: center;
}
.fb-acct {
	width: 130px;
	text-align: center;
}
.fb-fb {
	width: 700px;
	text-align: center;
}
.fb-crtime {
	width: 130px;
	text-align: center;
}