/* Basic style */
body,td{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
}
body{  
Background-color:#F6F6F6;
BACKGROUND-POSITION: center 50%;
MARGIN-TOP: 0px; 
MARGIN-BOTTOM: 0px;
COLOR:#000077;
BACKGROUND-IMAGE: url(image/bj.gif);
/*滚动条效果*/
SCROLLBAR-FACE-COLOR: #C6EBDE;
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
SCROLLBAR-SHADOW-COLOR: #39867B; 
SCROLLBAR-3DLIGHT-COLOR: #39867B;
SCROLLBAR-ARROW-COLOR: #330000; 
SCROLLBAR-TRACK-COLOR: #E2F3F1; 
SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}
/*=======Link Style=======*/
A:visited{TEXT-DECORATION: none; color: 000000}
A:active{TEXT-DECORATION: none; color: 000000}
A:hover{TEXT-DECORATION: underline overline;color:#BB0000;}
A:link{text-decoration: none; color: 000000}

.t{LINE-HEIGHT: 1.4}

DIV{FONT-FAMILY: 宋体; FONT-SIZE: 9pt}
FORM{FONT-FAMILY: 宋体; FONT-SIZE: 9pt}
OPTION{FONT-FAMILY: 宋体; FONT-SIZE: 9pt}
P{FONT-FAMILY: 宋体; FONT-SIZE: 9pt}
BR{FONT-FAMILY: 宋体; FONT-SIZE: 9pt}
textarea {
border-width: 1;
border-color: #000000;
background-color: #efefef; 
font-family: 宋体;
font-size: 9pt; 
font-style: bold;
}
select {
border-width: 1;
border-color: #000000; 
background-color: #efefef; 
font-family: 宋体; font-size: 9pt;
font-style: bold;
  }
.f10{
font-family: Arial;
}
.f12{
font-size:14.8px
}
/*table header style*/
Th{
font-size:10pt;
}

/* link style*/
a.play:link,a.play:visited{
color:#FFFFFF;
font-size:10.5pt;
font-weight:300;
text-decoration: none;
border:4px outset #DDDDDD;
background-color:#007700;
display: block; 
width: 120px;
padding: 3px 5px; 
margin: 1px; 
text-align:center;
}
a.play:hover,a.play:active{
background-color:#FF9900;
color:#fff;
padding-left:4px; 
border:4px inset #ddd; 
text-align:center;
}

.imp{
color:#DD0000;
font-weight:500;
}

.img{
width:60px;
}

 body,
button, input, select, textarea {
    font: 16px/0px "Microsoft YaHei";color: #666;
}

 
        .button-success,
        .button-error,
        .button-warning,
        .button-secondary {
            color: white;
            border-radius: 4px;
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        }
 
        .button-success {
            background: rgb(28, 184, 65); /* this is a green */
        }
 
        .button-error {
            background: rgb(202, 60, 60); /* this is a maroon */
        }
 
        .button-warning {
            background: rgb(223, 117, 20); /* this is an orange */
        }
 
        .button-secondary {
            background: rgb(66, 184, 221); /* this is a light blue */
        }
		
		#myTable{
				border-collapse: collapse;/*让靠在一起的单元格只显示一个边框，边框不进行叠加*/
			}
			
			#myTable tr th{
				border: solid 1px #ccc;
				height: 30px;
				width: 200px;
				background-color: #eee;
			}
			
			#myTable tr td{
				border: solid 1px #ccc;
				height: 30px;
				text-align: center;
			}
			
			#myTable tr:hover
			{
				background-color:#CCC;/*hover:鼠标移上去就会变成红色*/
			}
 
 
/* CSS */
.button-3 {
  appearance: none;
  background-color: #2ea44f;
  border: 1px solid rgba(27, 31, 35, .15);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 6px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
}

.button-3:focus:not(:focus-visible):not(.focus-visible) {
  box-shadow: none;
  outline: none;
}

.button-3:hover {
  background-color: #2c974b;
}

.button-3:focus {
  box-shadow: rgba(46, 164, 79, .4) 0 0 0 3px;
  outline: none;
}

.button-3:disabled {
  background-color: #94d3a2;
  border-color: rgba(27, 31, 35, .1);
  color: rgba(255, 255, 255, .8);
  cursor: default;
}

.button-3:active {
  background-color: #298e46;
  box-shadow: rgba(20, 70, 32, .2) 0 1px 0 inset;
}

 