html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 12px;
    font-weight: normal;
    font: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    font-family: "microsoft yahei", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    background-color: #ebebeb;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after {
    display: block;
    visibility: hidden;
    content: " ";
    height: 0;
    font-size: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

input, select {
    outline: none;
}

a {
    text-decoration: none
}

sup, sub {
    margin: 0;
    padding: 0;
    border: 0;
}

input {
    outline: none
}

.fl {
    float: left
}

.fr {
    float: right
}
.btn{
    text-align: center;
    color: #fff;
    width: 330px;
    height:43px;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-top: 20px;
}

.btn .layui-btn{
    width: 100%;
    height:100%;
    line-height: 43px;
    background-color: #f85858;
    font-size: 16px;
}
.room-edit {
    width: 98px;
    height:28px;
    border:1px solid #ff5240;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    text-align: center;
    line-height: 27px;
    color: #ff5240;
    cursor: pointer;
    margin-top: 2px;
}
.room-edit i{
    color: #ff5240;
}

/*page*/
.pagination{
    width: 96%;
    /*margin: 0 auto;*/
    padding-bottom: 20px;
}
.pagination li{
    display: inline-block;
    width: 30px;
    height:30px;
    border:1px solid #c8c8c8;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    color: #333;
    font-size: 16px;
    margin-right: 3px;
}
.pagination li a{
    display: block;
    width: 100%;
    height:100%;
}
.pagination li:hover{
    color: #3079be;
    border-color: #3079be;
}
.pagination li:hover a{
    color: #fff;
    border-color: #3079be;
    background-color: #3079be;
}
.pagination li.active{
    background-color: #3079be;
    color: #fff;
    border-color: #3079be;
}
.pagination li.disabled span{
    color: #999;
}
.pagination li.disabled:hover{
    background-color: #fff;
    color: #999;
    cursor: default;
    border-color: #c8c8c8;
}
.layui-btn{
    margin-bottom: 5px;
}

