﻿body
{
}

#bgBox{ position:absolute; top:-48px ; left:-74px; z-index:-9;  }

#bgBox img
{
  opacity:0.2;
  filter:alpha(opacity=20); /*  IE8 及其更早版本 */
}
#bgBox img:hover
{
  opacity:1.0;
  filter:alpha(opacity=100); /* IE8 及其更早版本 */
}


#center
{
    position: absolute;
    left: 50%;
    width: 1000px; /* the width of the div */
    margin-left: -500px;
    line-height: 25px;
    font-family: 宋体, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    margin-top: 40px;
}

#title
{
    margin-bottom: 10px;
    line-height: 40px;
    font-family: 宋体, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18pt;
    color: #0066FF;
    text-align: center;
}

#input
{
    margin-left: 5px;
}

#sr
{
/*	border: 1px solid #DBDCE1;*/
	word-break: break-all;
	font-size: 16pt;
}

#ttList
{
    border: 1px solid #F5C098;
    margin-right: 195px;
    height: 300px;
    overflow: auto;
    margin-left: 5px;
    font-weight: normal;
    padding:10px;
    background-color: #fff;
}

#TbSr
{
	border: 1px solid #F5C098;
	margin-right: 1px;
	margin-top: 10px;
	font-family: "宋体", Arial, Helvetica, sans-serif;
	font-size: 16pt;

}

#csqk
{
    float: right;
    margin-top: -670px;
    margin-right: 5px;
    line-height: 35px;
    color: #FFFFFF;
}



#mytables
{
    width: 180px;
    margin-top: 26px;
}
#mytables td{  font-style:normal;}

#yxb
{
    width: 180px;
    margin-top: 20px;
}

#yxbtitle
{
    width: 180px;
    background-color: #FFFFFF;
    font-size: 12pt;
    font-family: 宋体, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
    text-align: center;
}

#mytitle
{
    background-color: #FCECDF;
    margin: 10px 5px;
    line-height: 35px;
    color: #000;
    font-weight: bold;
    padding-left: 10px;
    text-align: center;
    font-size: 80%;
}

table
{
    border-top: 1px solid #e5eff8;
    border-right: 1px solid #e5eff8;
    margin: 0em;
    border-collapse: collapse;
    border-top-color: #DBDCE1;
    border-right-color: #DBDCE1;
    color: #000000;
}
 
td
{
    border-bottom: 1px solid #e5eff8;
    border-left: 1px solid #e5eff8; /* padding: 2px;  */
    text-align: center;
    border-bottom-color: #DBDCE1;
    border-left-color: #DBDCE1;
    font-size: 14px;
    line-height: 25px;
}

.t1
{
}
.t2
{
    color: #33CC33;
}

.t3
{
    color: #FF0000;
}

.t4
{
    background-color: #FF6600;
}
.btn {
    margin:10px 0;
    display: inline-block;
    padding: 3px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;    

}
.s1 {
    color: #fff;
    background-color: #EF8533;
    border-color: #E27A24;
    font-size: 12px;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .45;
}
