html, body, div, ul, ol, li, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, strong, span, b, i, label, input, button, textarea, select, option, img, a, table, tr, td {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    list-style: none;
    border: 0 none;
    font-family: 'Microsoft Yahei', sans-serif;
}

.wrap {
    width: 1160px;
    margin: 0 auto;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/*a:hover{*/
/*color: #289cff!important;*/
/*}*/
.clearfix {
    display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

a {
    text-decoration: none;
    cursor: pointer;
    outline: none;
}

.pa {
    position: absolute;
}

.pr {
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

.fz12 {
    font-size: 12px;
}

.fz14 {
    font-size: 14px;
}

img {
    max-width: 100%;
}

/*pagenation*/
.DTTTFooter .col-md-4, .DTTTFooter .col-sm-4, .DTTTFooter .col-lg-4, .DTTTFooter .col-md-8, .DTTTFooter .col-sm-8, .DTTTFooter .col-lg-8 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    font-size: 14px;
}

.DTTTFooter .col-md-8, .DTTTFooter .col-sm-8, .DTTTFooter .col-lg-8 {
    float: right;
}

.DTTTFooter .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > input {
    border: 1px solid #ddd;
}

.dataTables_info {
    line-height: 74px;
}

.toNextPage {
    margin-left: 5px;
}
.ticket-info{
    text-align: left;
    margin-top: -10px;
}
.ticket-info h4{
    font-size: 18px;
    color: #5E6982;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ticket-info p{
    border:1px dashed #5E6982;
    padding: 10px;
    line-height: 24px;
    font-size: 14px;
}
.ticket-info .box{
    width: 330px;
    float: left;
    margin-right: 20px;
}
.ticket-info .box:last-child{
    margin-right: 0;
}
.qg-modal .layui-layer-title {
    color: #fff;
    background: #6A7996;
    text-align: center;
    padding: 0 80px;
    font-size: 16px;
    border-radius: 8px 8px 0 0;
}
.layui-layer.ticketInfo-modal {
       border-radius: 8px;
       overflow:hidden;
}
.qg-modal .layui-layer-setwin .layui-layer-close1 {
    background: url(//cdn.zallsteel.com/portal/market/icon/bg_close.png) no-repeat center center / 100% auto;
}
#memberList{
   display: block;
    width: 80%;
    margin: 10px auto;
    border: 1px solid #999;
    padding: 3px 2px;
    }
