
.divpath
{
    margin-top: 5px;
    width: 500;
    height: 32px;
}

.divpath label
{
    vertical-align: middle;
    width: 100;
    height: 32px;
    color: #0000FF;
    font-size: 15px;
    font-weight: 300;
    font-family: "Microsoft soft";
}

.divpath img
{
    vertical-align: middle;
    max-height:32px;
    max-width:32px;
    width:expression(this.width > 32 && this.height < this.width ? 32: true);
    height:expression(this.height > 32 ? 32: true);
}


.divcenter
{
    margin-top: 1px;
    width: 99.7%;
    height: 80%;
    border: 1px solid red;
    border-radius: 5px;
    background:rgba(255,255,255, 0.3);
    overflow-x:auto;
    overflow-y:auto;
}

.divquery
{
    margin-top: 1px;
    margin-left: 2px;
    width: 99.69%;
    height: 60px;
    border: 1px solid red;
    border-radius: 5px;
    background:rgba(255,255,255, 0.3);
}

.divquery label
{
    margin-top: 30px;
    margin-left: 50px;
    height: 60px;
    line-height:60px;
}

.divquery select
{
    width: 100px;
    height: 40px;
    line-height:40px;
    font-size: 15px;
    color: blue;
}

.divquery input
{
    width: 130px;
    height: 40px;
    line-height:40px;
    font-size: 15px;
    color: blue;
}


.divpage
{
    margin-top: 1px;
    margin-left: 2px;
    width: 99.69%;
    height: 50px;
    text-align:center;
    border: 1px solid red;
    border-radius: 5px;
    background:rgba(255,255,255, 0.3);
}

.divpage label
{
    text-align:center;
    height: 50px;
    line-height:50px;
}


.divpage input
{
    width: 80px;
    height: 30px;
    line-height:30px;
    font-size: 15px;
    color: blue;
    text-align:center;
}
.divtable
{
    margin-top: 1px;
    margin-left: 2px;
    width: 99.69%;
    height: 84%;
    border: 1px solid red;
    border-radius: 5px;
    background:rgba(255,255,255, 0.3);
    overflow-x:auto;
    overflow-y:auto;
}

#wrap{
    display: flex;
    justify-content: flex-start;
}

.btn {
     width:100px;
     text-align:center;
     height: 40px;

     background-color:#3399ff;
     background: linear-gradient(to bottom, #eeeff9 0%,#3399ff 100%);
}

.btn:hover {
    background: #268DFF;
}

table {
width: 98%;
background: #ccc;
margin: 10px auto;
border-collapse: collapse;/*border-collapse:collapse合并内外边距(去除表格单元格默认的2个像素内外边距*/
}
th,td {
height: 25px;
line-height: 25px;
text-align: center;
border: 0px solid #ccc;
}
th {
background: #eee;
font-weight: normal;
}
tr {
background: #fff;
}

td a {
color: #06f;
text-decoration: none;
}
td a:hover {
color: #06f;
text-decoration: underline;
}

.tableNo {
width: 80%;
background: #ccc;
margin: 10px auto;
border-collapse: collapse;/*border-collapse:collapse合并内外边距(去除表格单元格默认的2个像素内外边距*/
}
.tableNo .th1,.td1 {
width: 50%;
height: 30px;
line-height: 30px;
text-align: right;
border: 1px solid #ccc;
}

.tableNo .th2,.td2 {
width: 50%;
height: 30px;
line-height: 30px;
text-align: left;
border: 1px solid #ccc;
}

.tableNo .th0,.td0 {
width: 50%;
height: 30px;
line-height: 30px;
text-align: center;
border: 1px solid #ccc;
}

.tableNo th {
background: #eee;
font-weight: normal;
}
.tableNo tr {
background: #fff;
}
.tableNo tr:hover {
#background: #cc0;
}
.tableNo td a {
color: #06f;
text-decoration: none;
}
.tableNo td a:hover {
#color: #06f;
#text-decoration: underline;
}

.tdRight
{
    text-align:center;
    width:10%;
}

.tdLeft
{
    text-align:left;
    width:90%;
}

.tdName
{
    color: red;
    font-weight: bold;
    font-size: 20px;
}

.tdAddr
{
    color: black;
    font-size: 18px;
}

.ImgRoom
{
    width: 180px;
    height: 180px;
    text-align:center;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.tdItemPic
{
    width: 20%;
    text-align:center;
}

.tdItemData
{
    width: 60%;
    text-align:left;
}

.tdItemBtn
{
    width: 20%;
    text-align:center;
}

.hotelName
{
    color: red;
    font-weight: bold;
    font-size: 20px;
}


.button {
    background-color: blue; /* Green */
    border: none;
    color: white;
    width: 80px;
    padding: 5px 5px ;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    border-radius: 5px;
}
.button:active{
box-shadow: 0px 0px 50px #F60 inset; color:#fff;
}


.btnNumber {
    background-color: green;
    border: none;
    color: white;
    width: 80px;
    height:40px;
    padding-top: 5px;
    padding: 1px 1px 1px 1px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    border-radius: 2px;
    margin-right:1px;
    margin-top:1px;
}
.btnNumber:active{
box-shadow: 0px 0px 50px #F60 inset; color:#fff;
}

.w30per
{
   width: 30%;
}
.w50per
{
   width: 50%;
}
.w70per
{
   width: 70%;
}
.tdxxx
{
   padding: 5px 5px 5px 5px;
}
.divIntroduce
{
    margin:0 auto; /* 居中 这个是必须的，其它的属性非必须 */
    margin-top: 5px;
    width: 200;
    height: 32px;
}
