﻿/*主体部分样式*/
body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    
    background-size: cover;
    background-color: black;
}

/*登陆盒子样式*/
.login-box {
    width: 580px;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
}

/*系统主题字样*/
.login-box h1 {
    float: left;
    font-size: 40px;
    border-bottom: 6px solid #4caf50;
    margin-bottom: 50px;
    padding: 13px 0;
}

.login-box h2 {
    float: left;
    font-size: 15px;
    
    margin-bottom: 5px;
    padding: 13px 0;
}


.textbox {
    width: 100%;
    overflow: hidden;
    font-size: 20px;
    padding: 8px 0;
    margin: 8px 0;
    border-bottom: 1px solid #4caf50;
}

/*图标样式*/
.textbox i {
    width: 26px;
    float: left;
    text-align: center;
}

/*表单文本框样式*/
.textbox input {
    border: none;
    outline: none;
    background: none;
    color: white;
    font-size: 18px;
    width: 80%;
    float: left;
    margin: 0 10px;
}

/*表单登陆按钮样式*/
.btn {
    width: 100%;
    background: none;
    border: 2px solid #4caf50;
    color: white;
    padding: 5px;
    font-size: 18px;
    cursor: pointer;
    margin: 12px 0;
}


.LeftNote {width: 182px;margin: 0px;padding:0px;}

.MenuNote
{
	margin:0px;
	padding:0px;
	display:none;
}
.Menu
{
	cursor: pointer;
	line-height:30px;
	display: block;
	color: #FF0000;
	text-align: center;
	background: url(../Images/menu_bgS.gif) no-repeat;
	font-weight: bolder;
	font-size: 13px;
	height:30px;
}
.MenuUL {
	width: 182px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.MenuUL li {
	line-height: 26px;
	color: #333333;
	list-style-type: none;
	display: block;
	text-decoration: none;
	margin:0px;
	padding:0px;
}
.MenuUL a:link,.MenuUL a:visited,.MenuUL a:active {
	color: #333333;
	background-image: url(../Images/menu_bg1.gif);
	background-repeat: no-repeat;
	display: block;
	text-align: center;
	text-decoration: none;
	height:26px;
}
   .MenuUL a:hover
{
	color: #CC0000;
	background-image: url(../Images/menu_bg2.gif);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	text-decoration: underline;
	height:26px;
}


/*主体部分样式*/
searchbody {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    
    background-size: cover;
    background-color: black;
    text-align:center;
}

/*查询盒子样式*/
.search-box {
    width: 80%;
    position: absolute;
    top: 10%;
    left: 10%;
    
    color: white;
}

/*系统主题字样*/
.search-box h1 
{
    
    float:left;
    font-size: 70px;
    border-bottom: 4px solid #4caf50;
    margin-bottom: 8px;
    padding: 7px 0;
    width:100%;
}

/*操作说明字样*/
.search-box h2 
{
    
    float:left;
    font-size: 40px;
    width:100%;
    
}


/*下载按钮样式*/
.btn {
    width: 100%;
    background: none;
    border: 2px solid #4caf50;
    color: white;
    padding: 5px;
    font-size: 40px;
    cursor: pointer;
    margin: 12px 0;
}