html, body{height: 100%; color: #989495; background: #fff;}
body,button{font-size: 14px;font-family:Arial,"Microsoft Yahei";position: relative;}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {margin: 0;padding: 0;color:#101010;}
table {border-collapse: collapse;border-spacing: 0;margin: 0;padding: 0;border: 0;}
ul, ol {list-style: none;}
input,button{border:0;outline:none;}
img {border:none;}
a {text-decoration: none; outline:none;}
a:hover,a:focus {text-decoration: none;}
.fl{float:left;word-break: keep-all;white-space: nowrap;}
.fr{float:right;}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.none{display: none;}
.cc{width: 1040px;margin: 0 auto;}
.ell{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;display: -moz-box;-moz-line-clamp: 1;-moz-box-orient: vertical;display: inline;-ms-line-clamp: 1;-ms-box-orient: vertical;word-break: break-all;}
.table-mark{color:#ee591d;font-weight: bold;}
.fontGreen{color:#339933;}
.fontred{color:#ff6600;}
.backgroundRed{background-color:#e60012;}

.backgroundblue{background-color: #26aff3;}

@font-face {
  font-family: 'iconfont';
  src: url('iconfont/iconfont.eot');
  src: url('iconfont/iconfont.eot?#iefix') format('iconfont/embedded-opentype'),
  url('iconfont/iconfont.woff') format('woff'),
  url('iconfont/iconfont.ttf') format('truetype'),
  url('iconfont/iconfont.svg#iconfont') format('svg');
}
.iconfont{
  font-family:"iconfont" !important;
  font-size:16px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.tcdPageCode{padding: 15px 20px;text-align: left;color: #ccc;}
.tcdPageCode a{display: inline-block;color: #333333;height: 25px; line-height: 25px;  padding: 0 10px;border: 1px solid #bec1c7; margin: 0 2px;border-radius: 4px;vertical-align: middle;background-color: #f3f3f3;}
.tcdPageCode a:hover{text-decoration: none;border: 1px solid #d34911;}
.tcdPageCode span.current{display: inline-block;height: 25px;line-height: 25px;padding: 0 10px;margin: 0 2px;color: #fff;background-color: #ef5a1e; border: 1px solid #d34911;border-radius: 4px;vertical-align: middle;}
.tcdPageCode span.disabled{ display: inline-block;height: 25px;line-height: 25px;padding: 0 10px;margin: 0 2px; color: #bfbfbf;background: #f2f2f2;border: 1px solid #bfbfbf;border-radius: 4px;vertical-align: middle;}

.vs_select {
    position: absolute;
    /* margin-top: 45px; */
    background-color: #f7f4f4;
    /* margin-left: 105px; */
    z-index: 9999;
    border: 1px solid #a9a4a4;
}

.vs_select input {
    border: 1px solid #9e9a9a;
    height: 10px;
    padding: 10px;
    margin: 2px;
    width: -moz-available;
}
.vs_select ul{
    overflow-y: auto;
    overflow-x: hidden;
    min-height:80px;
    max-height:160px;
}
.vs_select li{
    padding-left: 15px;
    margin-top:2px;
    margin-bottom:2px;
    /* background-color: #f7f4f4; */
    font-size: 15px;
    padding-right: 35px;
}

.vs_select li:HOVER{
    padding-left: 15px;
    background-color: #c7c7cc;
    font-size: 15px;
    cursor: pointer;
}
.search-result .btn_download{
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #26aff3;
    background-color: #26aff3;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    margin-left: 10px;
}
.search-result .btn_waiting{
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #bec1c7;
    background-color: #f3f3f3;
    color: #666;
    border-radius: 6px;
    cursor: pointer;
    margin-left: 10px;
}

/* 按钮表格样式 */
.btn-table {
    border: none;
    margin: 0;
    padding: 0;
}

.btn-table td {
    padding: 0 6px;
    border: none;
}

/* 绑定团号按钮样式 - 使用查询按钮颜色 */
.btn-bind-team {
    width: 70px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #ef5a1e;
    background-color: #ef5a1e;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.3s ease;
    display: block;
}

.btn-bind-team:hover {
    background-color: #d94a0e;
    border-color: #d94a0e;
    transform: translateY(-1px);
    box-shadow: 0 1px 3px rgba(239, 90, 30, 0.3);
}

/* 详情按钮样式 - 使用重置按钮颜色 */
.btn-detail {
    width: 70px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #bec1c7;
    background-color: #f3f3f3;
    color: #666;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.3s ease;
    display: block;
    margin-top:4px;
}

.btn-detail:hover {
    background-color: #e6e6e6;
    border-color: #a9a9a9;
    transform: translateY(-1px);
    box-shadow: 0 1px 3px rgba(190, 193, 199, 0.3);
}
/* 绑定详情表格样式 */
.binding-detail-table th,
.binding-detail-table td {
    text-align: left !important;
    padding: 8px 12px;
    border: 1px solid #ddd;
    word-wrap: break-word;
    white-space: normal;
}
.binding-detail-table th {
    background-color: #f5f5f5;
    font-weight: bold;
    color: #333;
}
.binding-detail-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}
.binding-detail-table tbody tr:hover {
    background-color: #f0f8ff;
    border-radius: 6px;
    cursor: pointer;
    margin-left: 10px;
}