
/*包含以下五种的链接*/
a {
    text-decoration: none;
}
/*正常的未被访问过的链接*/
a:link {
    text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
    text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
    text-decoration: none;
}
/* 正在点击的链接，鼠标在元素上按下还没有松开*/
a:active {
    text-decoration: none;
}
/* 获得焦点的时候 鼠标松开时显示的颜色*/
a:focus {
    text-decoration: none;
 }
 /*8
8888888***/

hred{  color:#01AAED; }


body {
	padding-left:5px;
	padding-right:5px;
}

.baocun{
	background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 10px 22px;
    align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	border-radius: 2px;
	
}

 
.baocun1{
	background-color:#009688; /* Green */
    border: none;
	width:90%;
    color: white;
    /*padding: 10px 22px;  */
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	border-radius: 3px;	
} 
 

 
.code{
    -moz-border-radius:.3em;
    -webkit-border-radius:.3em;
    border-radius:.3em;
    background-color:#e2e2e2;
    color:#000;
    font-family:'微软雅黑';
    font-size:85%;
    letter-spacing:.05em;
    padding:1em;
}

input{    /*仅下部一条单线很淡，目前主流*/
	outline-style: none ;
    border-bottom: 1px solid #dbdbdb;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
	padding: 0.5rem 0;
	font-size: 1rem;
	font-family: "微软雅黑";
}
/************************
00000input {
    margin: 0.5em;   /*矩形框下部带阴影*
    border: 1px;
    min-width: 100px;
    background-color: #fff;
    color: #222;
    font-family: inherit;
    font-size: inherit;
    border-bottom: 0px solid #e0e0e0;
    padding: 0.5em 0.5em;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 1px 1px 1px 1px rgba(50, 50, 50, 0.75);
    outline: none;
}

input:active { box-shadow: 0 0 0 0; outline: none; }
input:hover {outline: none;}
input:active, input:hover { background-color: #e84e40; border-color: #b0120a;}
*********
*****/

main {
    max-width: auto;
    margin: 0 auto;
    margin-top: 4rem;
}

main a,
main a:active,
main a:focus,
main a:hover,
main a:link,
main a:visited {
    font-family: '微软雅黑';
    text-transform: uppercase;
    font-size:90%;
    color:black;
    border-bottom: 1px dotted black;
}

main header {
    font-size: 80%;
}

section {
    margin: 4em 0;
}

.aligncontent-center {
    text-align: center;
}

.wrapper {
    margin-top:5px;
    padding: 1em;
    background-color: transparent;
}

.main-header {
    text-align: center;
    font-weight:300;
    font-size: 90%;
}

.toolbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    line-height: 68px;
    border-top: 2px solid #b0120a;
}

.menu-button {
  position: relative;
  margin: 5px;
  height: 36px;
  width: 36px;
  cursor: pointer;
}
.menu-button:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 3px;
  border-bottom: 17px double #b0120a;
  border-top: 6px solid #b0120a;
  width: 30px;
  height: 5px;
}


.menu-left {
  float: left;
  margin-right: 1.5em;
}

.sidebar {
    margin: 0;
    padding-top: 1em;
    color: white;
    background-color:#b0120a;
}

.sidebar h6 {
    margin: 0 .8em;
    padding: 0;
    font-weight:300;
}

.sidebar li {
    margin: .5em 0;
    padding: 0 1em;
    line-height: 32px;
}

.sidebar li:hover {
    background-color: #e84e40;
}

.sidebar hr {
    margin: 2em auto;
    border: 0;
    padding: 0;
    width: 80%;
    height: 1px;
    background-color: white;
}

.shouyeliebiao{
	width:100%;
	font-family: verdana,arial,sans-serif;
	font-size:1rem;
	color:#333;
	border-width: 1px;
	border-left:0;
	border-top:0;
	border-right:0;
	border-bottom:1px;
	border-color: #f0f0f0;
	border-collapse: collapse;
	padding: 5px;	
}


.shouyeliebiao td{
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #999999;
	background-color: #fff;
}

.shouyeliebiao tr{
	width:aoto;	
}


.shengjianniu{
	background-color: #4CAF50; /* Green */
    border: none;
    color: #fff;
    padding: 10px 32px;
    align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	border-radius: 10px;
	
}
