BODY {
	font: 14px/1.65em'Myriad Pro', 'FZLTH_GB18030',"Microsoft YaHei","STHeiti-Light","SimSun", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	MARGIN:0px;padding:0px;
	width:99.8%;
	justify-content: center;display: flex;flex-direction:column;align-items: center;
	}
	
TD {FONT-SIZE: 14px}

.main{width:100%;justify-content: center;display: flex;margin:0px;padding:0px;}
.mainf{width:100%;justify-content: center;display: flex;flex-direction:column;align-items: center;margin:0px;padding:0px;}

.mainbox{width:100%;justify-content: left;display: flex;flex-direction:column;align-items: left;margin:0px;padding-left:10px;}

.boxr{border: 1px solid #ff0000;}
.boxg{border: 1px solid #00ff00;}
.boxb{border: 1px solid #0000ff;}
.boxdddddd{border: 1px solid #dddddd;}
.boxeeeeee{border: 1px solid #eeeeee;}

.space200{ margin:0 auto;height:200px;}
.space190{ margin:0 auto;height:190px;}
.space180{ margin:0 auto;height:180px;}
.space170{ margin:0 auto;height:170px;}
.space160{ margin:0 auto;height:160px;}
.space150{ margin:0 auto;height:150px;}
.space140{ margin:0 auto;height:140px;}
.space130{ margin:0 auto;height:130px;}
.space120{ margin:0 auto;height:120px;}
.space110{ margin:0 auto;height:110px;}
.space100{ margin:0 auto;height:100px;}
.space90{ margin:0 auto;height:90px;}
.space80{ margin:0 auto;height:80px;}
.space70{ margin:0 auto;height:70px;}
.space60{ margin:0 auto;height:60px;}
.space50{ margin:0 auto;height:50px;}
.space40{ margin:0 auto;height:40px;}
.space30{ margin:0 auto;height:30px;}
.space20{ margin:0 auto;height:20px;}
.space10{ margin:0 auto;height:10px;}


.img100{max-width:100%;} 
.img95{max-width:95%;} 
.img90{max-width:90%;} 
.img80{max-width:80%;} 
.img70{max-width:70%;}  
.img60{max-width:60%;}  
.img50{max-width:50%;}  


A{COLOR: #000000;text-decoration:none}
A:link {COLOR: #000000;text-decotation:none}
A:active {COLOR: #666666;text-decotation:none}
A:visited {COLOR: #000000;text-decotation:none}
A:hover {COLOR: #666666;text-decotation:none}

.but1 {width: 140px;line-height: 38px;background-color: #4CAF50;text-align: center;font-weight: bold;color: #ffffff;text-shadow:1px 1px 1px #333;border-radius: 5px;margin:0 20px 20px 0;position: relative;overflow: hidden;font-size: 16px;border:none;} 
.but1:hover {background-color: #3e8e41;}

.but2 {width: 140px;line-height: 38px;background-color: #df251c;text-align: center;font-weight: bold;color: #ffffff;text-shadow:1px 1px 1px #333;border-radius: 5px;margin:0 20px 20px 0;position: relative;overflow: hidden;font-size: 16px;border:none;} 
.but2:hover {background-color: #8e3615;}


/*菜单*/
.menus {width: 238px;overflow: hidden; box-shadow: 1px 1px 4px gray; 
/* border-bottom: 1px solid black; border-top: 1px solid black; */ 
border: 1px solid gray; border-radius: 5px;}
.menu {overflow: hidden;height: 0px; transition: all 0.3s ease; }
.menu_title {width: 223px; height: 50px;line-height: 50px;background: #fafafa;color: gray;font-size: 14px; padding-left: 15px; 
transition: all 0.3s ease; cursor: pointer; position: relative; font-weight: bold; overflow: hidden;}
.menu_title:hover { background: #dedede; color: black; }
.indicator { width: 50px;height: 50px; font-weight: bold;position: absolute; right: 0px; top: 0px; 
transition: all 0.3s ease; font-weight: bold;text-align: center;}
.item { width: 208px; height: 40px; line-height: 40px; background: gray;color: white;padding-left: 30px; 
transition: all 0.3s ease;cursor: pointer; overflow: hidden; }
.item:hover {background: #B22222; }
.item a { width: 208px; height: 40px;display: block;text-decoration: none;color: white; text-decoration: none;}
.item_divider { width: 240px; height: 1px; background: white; display: block; opacity: 0.8;}
.menu_divider {width: 100%; height: 1px; background: gray; }


/*表格*/
table.sample {border-collapse: collapse;width:95%;margin: 24px;font-size: 1.1em;}
table.sample th {background: #0b162a;color: #fff;font-weight: bold;padding: 8px 11px;text-align: left;border-right: 1px solid #fff;line-height: 1.2;}
table.sample td {padding: 6px 11px;border-bottom: 1px solid #95bce2;vertical-align: top;}
table.sample td * {padding: 6px 11px;}
table.sample tr.alt td {background: #ecf6fc;}
table.sample tr.over td {background: #bcd4ec;}
table.sample tr.click td {background: #00af52;}

/*分页*/
.pagination {}
.pagination li {display: inline-block;margin-right: -1px;padding: 5px;border: 1px solid #e2e2e2;min-width: 20px;text-align: center;}
.pagination li.active {background: #999999;color: #fff;border: 1px solid #aaaaaa;}
.pagination li a {display: block;text-align: center;}
