
/*åŸºç¡€CSS*/
html {
	font-size: 14px;
	overflow-x: hidden;
}

li {
	list-style: none;
}

a {
	color: #212529
}

a:hover {
	text-decoration: none;
}

p, dl, dt, dd, ul {
	margin: 0px;
	padding: 0px;
}

.byys {
	background: #f6f6f6;
}

:focus {
	color: #495057;
	border-color: #ddd;
	outline: 0;
	box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}


@font-face {
	font-family:bahnschrift;
    src: url('fonts/bahnschrift.ttf');
}
@font-face {
	font-family:CenturyGothic;
    src: url('fonts/CenturyGothic.ttf');
}


html {
	margin: 0;
	padding: 0;
	border: 0;
}

body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,nav,section {
	margin: 0;
	padding: 0;
	border: 0;
	font-family:微软雅黑 !important;
	text-wrap: wrap !important;
}

body {
	background: #fff;
	color: #666;
	position: relative;
	font-family:微软雅黑 !important;
	vertical-align: baseline;
	width: 100%;
	overflow-x: hidden;

}

a {
	text-decoration: none;
	outline: none;
}

a:link {
	color: #666;
}

a:visited {
	color: #666;
}

a:hover,a:active,a:focus {
	color: #00a650;
	text-decoration: none;
	outline: none;
	background: none;
}

input {
	padding: 0;
	margin: 0;
	font-family: 'Microsoft YaHei';
}

img {
	border: none;
	background: none;
	vertical-align: middle;
}

ul,ol,li {
	list-style-type: none !important;
}

select,input,img,select {
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

table, th, td {
	vertical-align: middle
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.clearfix {
	zoom: 1
}

.clearboth {
	height: 0px;
	line-height: 0px;
	overflow: hidden;
	clear: both;
	font-size: 0px;
}

h1,h2,h3,h4 {
	font-size: 12px;
	font-weight: bold;
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
	height: 0;
}

h2.text-center {
	border-bottom: 1px solid #dee2e6!important;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.pageController ul {
	display: block;
}

.pageController {
	overflow: hidden;
	padding: 0px 0px;
	text-align: center;
}

.pageController ul li {
	display: inline-table;
}

.pageController ul li a {
	padding: 0px 10px;
	border: 1px #eeeeee solid;
	color: #999;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	display: inline-table;
	margin: 0px 2px;
	background: #fff;
}

.pageController ul li a:hover {
	background: #00a650;
	color: #fff;
	border: 1px #00a650 solid;
}

.pageController ul li .page-num-current {
	background: #00a650;
	color: #fff;
	border: 1px #00a650 solid;
}




/**hy**/

.container
{
    margin: 220px auto 80px;
    padding: 40px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    max-width: 1000px;
}
.login-title {
    font-size: 36px;
    text-align: center;
    color: #00a650;
}
.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #eee;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 0px;
}
.btn-info {
    color: #fff !important;
    background-color: #00a650 !important;
    border-color: #00a650 !important;
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%) !important;
}
.table td, .table th {
    padding: 20px 0px;
    vertical-align: top;
    border-top: 1px solid #eee;
}

/**m-hy**/

@media only screen and (max-width:1199px) {

	.container {
		margin: 140px auto 40px;
		padding: 30px 20px;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
		max-width: calc(100% - 40px);
		width: calc(100% - 40px);
	}
	.login-title {
		font-size: 24px;
	}
.container .dropdown-toggle
{
display:none;
}
.dropright .dropdown-menu {
	top: 0;
    right: auto;
    left: 0%;
    margin-top: 0;
    margin-left: 0;
    position: relative;
    display: block;
    display: flex;
    z-index: 9;
}
.dropdown-item {
    color: #212529 !important;
    background: none !important;
}


}