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, strong, sub, sup, tt, var, b, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ol, ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}

q, blockquote {
    quotes: none
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none
}

a img {
    border: none
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

html {
    *overflow: auto
}

body, button, input, select, textarea {
    font-family: PingFang SC, Lantinghei SC, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans;
    font-size: 14px
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    display: inline-block
}

.clearfix {
    height: 1%
}

.clearfix {
    display: block;
    overflow: hidden
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.alert {
    margin-bottom: 20px;
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ddd;
    color: #888
}

.alert .close {
    float: right;
    font-size: 12px;
    color: #999
}

.alert .close:hover {
    text-decoration: none
}

.alert.alert-warning {
    background: #fff5db;
    color: #e2ba89;
    border-color: #ffe195
}

.alert.alert-error {
    background: #D1E4EF;
    color: #198ED9;
    border-color: #1284CD;
}

::-webkit-scrollbar-track-piece {
    background-color: #fff;
    -webkit-border-radius: 0
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #b8b8b8;
    -webkit-border-radius: 6px;
    outline: 2px solid #fff;
    outline-offset: -2px;
    border: 2px solid #fff;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5
}

::-webkit-scrollbar-thumb:hover {
    height: 50px;
    background-color: #878987;
    -webkit-border-radius: 6px
}

@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot?1464535104');
    src: url('../fonts/iconfont.eot?&1464535104#iefix') format("embedded-opentype"), url('../fonts/iconfont.woff?1464535104') format("woff"), url('../fonts/iconfont.ttf?1464535104') format("truetype"), url('../fonts/iconfont.svg?1464535104#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
}

.kv-table {
    border-right: 1px solid #000;
    *border-right: 1px solid #000
}

.kv-table .kv-table-row {
    border-bottom: 1px solid #000
}

.kv-table .kv-table-row .kv-item {
    padding-left: 134px
}

.kv-table .kv-table-row .kv-item .kv-label {
    float: left;
    padding: 0 10px;
    margin-left: -134px;
    width: 112px;
    background: #f5f5f5;
    border: 1px solid #000;
    border-bottom: none;
    border-top: none
}

.kv-table .kv-table-row .kv-item .kv-content-wrap {
    float: left;
    width: 100%
}

.kv-table .kv-table-row .kv-item .kv-content {
    padding: 10px
}

.kv-table .kv-table-row.col-3 .kv-item-wrap {
    float: left;
    width: 33.33%
}

.kv-table .kv-table-row.col-2 .kv-item-wrap {
    float: left;
    width: 33.33%
}

table.kv-table {
    width: 100%
}

table.kv-table .kv-label {
    padding: 0 10px;
    width: 114px;
    background: #f5f5f5;
    border: 1px solid #2D3B46;
    border-top: none
}

table.kv-table td.kv-content, table.kv-table td.kv-label {
    height: 29px;
    padding: 5px 0;
    border-bottom: 1px solid #2D3B46;
    border-left: 1px solid #2D3B46;
    font-size: 14px;
    padding-left: 20px;
}

table.kv-table tr:first-child td.kv-content, table.kv-table tr:first-child td.kv-label {
    border-top: 1px solid #2D3B46
}

table.kv-table tr td.kv-content:last-child {
    border-right: 1px solid #2D3B46
}

table.kv-table tr .button {
    text-align: center;
    border-radius: 0;
    text-indent: 0;
    height: 32px
}

table.kv-table .kv-content {
    width: 260px;
    padding: 5px 10px
}

table.kv-table .textarea-wrap textarea {
    width: 98%
}
.form_content{
    margin: 5px;
}
.form_content .column{
    margin-bottom: 5px;
}
.form_content .column span.current {
       position: relative;
    top: 0px;
    display: inline-block;
    color: #0f9ee9;
    font-size: 12px;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    border-bottom: 2px solid #0f9ee9;
}

.form_content table.yes-not.kv-table td.kv-label {
    width: 130px;
}

.form_content table.kv-table {
    margin-bottom: 20px;
}
.form_content table.kv-table td.kv-label {
    height: 26px;
    background-color: #F4F4F4;
    font-size: 14px
}

.form_content table.kv-table td.kv-content {
    height: 26px;
    font-size: 14px;
}
.form_content table.kv-table td.kv-content .input-aout {
    width: calc(100% - 20px);
}
.form_content table.kv-table td.kv-content label input{
    position:relative;
    top:3px;
}
.form_content table.kv-table td.kv-content a {
    color: #1da02b;
    text-decoration: none
}

.form_content table.kv-table td.kv-content a:hover {
    text-decoration: underline
}
/****************单项按钮组样式****************/
.label-radio {
    position: relative;
    line-height: 30px;
    display: block;
}
input[type="radio"] {
    width: 20px;
    height: 20px;
    opacity: 0;
}

.radiolable {
    position: absolute;
    left: 5px;
    top: 8px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #999;
}
input[type="radio"]:checked+.radiolable {
    background-color: #006eb2;
    border: 1px solid #006eb2;
}

input[type="radio"]:checked+.radiolable::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 10px;
    top: 3px;
    left: 6px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg)
}
.td-ul-radio li{
    float:left;
}
.label-radio span{
    margin-left: 5px;
    font-size: 14px;
}
/******************按钮组样式***********************/
.group-li-btn{
    margin: 5px 10px;
    float: left;
    font-size: 14px;
    background-color: #0a72a0;
    color: #fff;
    line-height: 28px;
    width: 90px;
    text-align: center;
}
.btn-steel{
    background-color: #0a72a0;
    color: #fff;
}
.btn-black{
    background-color: #000;
    color: #fff;
}
.btn-green{
    background-color: green;
    color: #fff;
}
.btn-brown{
    background-color: brown;
    color: #fff;
}
.btn-reback{
    background-color: white;
    color: black;
    text-align: left;
    width: 60px;
}
.group-li-btn:hover{
    cursor: pointer;
    font-weight: bold;
    color:#fff;
    background: #ffa405;
}
.group-li-btn span,.group-li-btn-green span,.group-li-btn-brown span,.group-li-btn-black span{
    text-align: center;
    margin-right: 5px;
}
.group-li-btn i,.group-li-btn-green i,.group-li-btn-brown i,.group-li-btn-black i{
    margin: 0px 5px;
}