* {
	margin: 0;
	/*border: none;*/
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	word-break:break-all;
	word-wrap:break-word;
}
input,button,select,textarea{ 
	outline:none;
} 
textarea {
	resize:none;
}
body a {
	outline:none;
}
body a:focus { 
	outline:0; 
}
body {
	position: relative;
	font-family:"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Microsoft Yahei","微软雅黑",STHeiti,"华文细黑",sans-serif !important;
	font-size: 14px;
	color: #787878;
	overflow: visible;
	height: 100%;
	width: 100%;
	background: #f5f5f5;
	-webkit-font-smoothing: antialiased; /*chrome、safari*/
	-moz-osx-font-smoothing: grayscale;/*firefox*/	
}
.btn-lg, h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	text-transform: uppercase;
}
html {
	-webkit-text-size-adjust: none;
	height: 100%;
	width: 100%;
}
img {
 	border:none;
 	vertical-align:middle;
}
.borderradius {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border: 1px #e1e1e1 solid;
}
.backgroundwhite {
	background-color: #fff;
}
.mytextshadow {
	text-shadow: 0 0 2px #333;
}
.bordersizing {
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari */
}
.no_style, a {
	text-decoration: none;
	color: inherit
}
:-moz-placeholder,:-ms-input-placeholder,::-webkit-input-placeholder {
	color: #c9ccd0
}
a:after {
	color: inherit
}
.link {
	cursor: pointer;
	color: #0c94de
}
.link:hover {
	color: #0c94de
}
.center-content {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
.icon-logo {
	background-image: url(../images/logo.png);
	background-position: 0 0px;
	width: 201px;
	height: 59px;
}
i {
	display: inline-block;
	vertical-align: middle;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
li {
	display: list-item;
	list-style: none;
	text-align: -webkit-match-parent;
}
ul.inline,ul.inline li {
	display: inline-block;
}
.verify-refresh {
	position: absolute;
	bottom: 0;
	text-decoration: underline;
	cursor: pointer;
	color: #27B3F9;
}
.center-content-block {
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 7px rgba(200, 200, 200, .75);
	box-shadow: 0 0 7px rgba(200, 200, 200, .75);
	overflow: hidden;
	margin: 0px auto 0;
	padding: 40px 20px;
	border: 1px solid #c9ccd0;
}
.commonContentDIV {
	width: 100%;
	height: auto;
	min-height: 400px;
	margin: 0 auto;
	text-align: center;
}
.nav-main {
	width: 100%;
	background-color: #2eaf58;
	margin: auto;
}
.nav-notice {
 	width: 100%;
	background-color: #2da64d;
	margin: auto;
}
.nav-notice a:hover {
 	color: #90ee90;
}
.logo:hover {
    transform:rotate(5deg) scale(1.05);
}
.list_tr {
	height:auto;
	line-height:30px;
	border-bottom: 1px solid #e4e4e4
}
.littercycle{
    width: 5px;
    height: 5px;
    background-color: #F00;
    border-radius: 5px;
    float: right;
    margin-top: 10px;
    display:none;
}
/* Navigator */
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: #2da64d;
}						
.navbar-default {
	color: #fff;
	background-color: #2eaf58;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #2da64d;	
}
button#login-btn, button#regist-btn {
	margin: 20px 10px;
}
.activeindex {
	color: #fff;
	background-color: #2da64d;
}
/* Footer */
div#footer {
	background-color: #2da64d;
	color: #fff;
	text-align: center;
	padding: 30px 0 10px 0;
}
div#footer .footer-box {
	padding: 10px 0;
	width: 100%;
	float: left;
	display: none;	
}
div#footer .footer-qrcode {
	display: block;
}
div#footer a {
	color: #fff;
	text-decoration: none;
}
div#footer a:hover {
	color: #e5e5e5;
}
div#footer img {
	margin: 10px auto;
}
/* Scroll bar */
::-webkit-scrollbar-track {
  background-color: transparent;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #c3c3c3;
}
/* 768px */
@media ( min-width: 768px ) {
.commonContentDIV {
	max-width: 1120px;
	min-height: 450px;
}
div#footer .footer-box {
	width: 33.333333%;
	display: block;	
}
div#footer .footer-qrcode {
	width: 100%;	
}
}
/* 992px */
@media ( min-width: 992px ) {
button#login-btn {
	margin: 20px 0 20px 20px;
}
button#regist-btn {
	margin: 20px 5px;
}
div#footer .footer-box {
	width: 25%;	
}
}
/* 1200px */
@media ( min-width: 1200px ) {
div#footer {
	padding: 50px 0 10px 0;
}	
}
