@charset "utf-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, i {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    /* 禁止复制页面内容 Code Begin */
    /*-webkit-user-select: none;*/
    /* WebKit内核私有属性 */
    /*-moz-user-select: none;*/
    /* Firefox私有属性 */
    /*-ms-user-select: none;*/
    /* IE私有属性(IE10及以后) */
    /*user-select: none;*/
    /* CSS3属性 */
    /*-khtml-user-select: none;*/
    /* KHTML内核私有属性 */
    /*-o-user-select: none;*/
    /* Opera私有属性 */
    /* 禁止复制页面内容 Code End */
}
html {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    position: relative;
    z-index: 1;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td, b, strong {
    font-weight: normal;
}
/*caption, th, td ,b,strong{text-align:left;font-weight:normal;}*/

table, td, th {
    vertical-align: middle;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: """";
}
a img {
    border: none;
}
em, cite {
    font-style: normal;
}
body {
    background: #fff;
    font: 14px PingFang SC, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, Ubuntu, Arial, sans-serif;
    color: #000;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #111;
}
dl, dt, dd, ol, ul, li {
    list-style: none;
}
/*some common class*/

.left {
    float: left;
}
.right {
    float: right;
}
/*clear*/

.ue-clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}
.ue-clear {
    display: inline-block;
}
*html .ue-clear {
    height: 1%;
}
.ue-clear {
    display: block;
}
a {
    color: #0080cc;
    cursor: pointer;
    text-decoration: none;
}
a:hover {
    color: #267A01;
    text-decoration: none;
}
.impInfo {
    color: #fc0000;
}
/*choose样式*/

.choose {
    float: left;
    margin-right: 15px;
    white-space: nowrap;
}
.choose .text {
    float: left;
    padding-left: 20px;
    *padding-left: 16px;
    white-space: nowrap;
    vertical-align: text-bottom;
}
.choose input[type=radio], .choose input[type=checkbox] {
    position: relative;
    *top: -3px;
    float: left;
    margin-right: -16px;
}
/*====================================
  分页信息（表格依赖样式）
  ===================================*/

.pagination {
    font-size: 14px;
}
.pagination a {
    text-decoration: none;
}
.pagination .pxofy {
    float: left;
    margin-left: 5px;
    height: 25px;
    *padding-top: 1px;
}
.pagination a, .pagination span {
    display: block;
    float: left;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    font-family: Arial, Helvetica, sans-serif !important;
}
.pagination .current {
    cursor: default;
    border: solid 1px;
}
.pagination .prev, .pagination .next {
    /*line-height:22px;*/
}
/*分页样式*/

.pagination a, .pagination span {
    color: #3399cc;
    border: 1px solid #dddddd;
    border-left: none;
}
.pagination .current {
    color: #fff;
    background: #26a3de;
    border: 1px solid #2396cc;
}
.pagination .current.prev, .pagination .current.next {
    color: #B9B9B9;
    border-color: #D3D3D3;
    background: #fff;
}
.pagination .prev {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination .next {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.pagination a:first-child {
    border-left: 1px solid #ddd;
}
.pagination .pxofy {
    color: #023054;
}
textarea {
    height: 80px;
    background: none;
}
/*button样式*/

.button {
    display: inline-block;
    width: 135px;
    height: 35px;
    background: url(../img/skin_/formbtnbg.png);
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    font-family: 'Microsoft Yahei', '微软雅黑';
}
.button:active {
    background: url(../img/skin_/formbtnbg.png);
    border: none;
}
.button.normal {
    width: 133px;
    height: 33px;
    background: url(../img/skin_/dialogbtn.png);
    color: #000;
    border: 1px solid #c0c0c0;
}
.button.long2 {
    width: 100px;
}