@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: "Microsoft YaHei";
    color: #343434;
    background-color: #f4f8f9!important;
}


input,
select,
textarea {
    border: 1px solid #ebebeb!important
}


input:focus,
select:focus,
textarea:focus {
    outline: none;
    border: 1px solid #00c3e3!important;
}

fieldset,
img {
    border: none;
}

em {
    font-style: normal;
}

img {
    border: 0;
    vertical-align: middle;
}

ul,
ol {
    list-style: none;
}

li {
    list-style-type: none;
}

p {
    word-wrap: break-word
}

input {
    padding-top: 0;
    padding-bottom: 0;
}

select,
input {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    padding: 5px;
}


/*提示文案*/

.bz-ft12 {
    font-size: 12px;
    font-family: "Microsoft YaHei";
}


/*正文文案、默认按钮*/

.bz-ft14 {
    font-size: 14px;
    font-family: "Microsoft YaHei";
}


/*按钮文字、选中文字*/

.bz-ftbd14 {
    font-size: 14px;
    font-weight: bold;
    font-family: "Microsoft YaHei";
}


/*表格标题、导航文字*/

.bz-ft16 {
    font-size: 16px;
    font-family: "Microsoft YaHei";
}


/*选中文字*/

.bz-ftbd16 {
    font-size: 16px;
    font-weight: bold;
    font-family: "Microsoft YaHei";
}


/*主按钮文字、登录标题*/

.bz-ft18 {
    font-size: 18px;
    font-family: "Microsoft YaHei";
}


/*背景色*/

.bz-bg {
    background-color: #f4f8f9;
}


/*边框线、表格线*/

.bz-border {
    border: 1px solid #ebebeb;
}

.bz-border-l {
    border-left: 1px solid #ebebeb;
}

.bz-border-r {
    border-right: 1px solid #ebebeb;
}

.bz-border-t {
    border-top: 1px solid #ebebeb;
}

.bz-border-b {
    border-bottom: 1px solid #ebebeb;
}

.bz-topline {
    border-top: 6px solid #21d8d2!important;
}


/*正文文字颜色*/

.bz-text {
    color: #343434;
}


/*用于提示文字、不可用按钮文字*/

.bz-dis {
    color: #666666;
}


/*用于表格选中颜色*/

.bz-table-selected {
    background-color: #ffd93e;
}


/*用于表格导航颜色*/

.bz-table-navi {
    color: #fff;
    background-color: #21d8d2;
}


/*用于选中文字、按钮等*/

.bz-selected {
    font-weight: bold;
    color: #00c3e3;
    font-family: "Microsoft YaHei";
    /*background-color: #00c3e3;*/
}

.bz-selected14 {
    font-size: 14px;
    font-weight: bold;
    color: #00c3e3;
    font-family: "Microsoft YaHei";
    background-color: #00c3e3;
}

.bz-selected16 {
    font-size: 16px;
    font-weight: bold;
    color: #00c3e3;
    font-family: "Microsoft YaHei";
    background-color: #00c3e3;
}


/*按钮 start*/

.btn {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    min-width: 100px;
    line-height: 36px;
    padding: 0;
    border-color: #DDDDDD!important;
    border-radius: 50%;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 6px rgba(52, 52, 52, 0.06);
    -moz-box-shadow: 0 0 6px rgba(52, 52, 52, 0.06);
    box-shadow: 0 0 6px rgba(52, 52, 52, 0.06);
    -ms-box-shadow: 0 0 6px rgba(52, 52, 52, 0.06);
    background-color: #fff;
}

.btn-primary {
    color: #343434!important;
}


/*选中按钮样式 */

.btn:hover {
    background: #FFFFFF;
    -webkit-box-shadow: 0 0 8px rgba(52, 52, 52, 0.08);
    -moz-box-shadow: 0 0 8px rgba(52, 52, 52, 0.08);
    box-shadow: 0 0 8px rgba(52, 52, 52, 0.08);
    -ms-box-shadow: 0 0 8px rgba(52, 52, 52, 0.08);
}

.btn.btn-com:hover,
.btn.btn-com {
    border-color: #00c3e3!important;
    background-color: #00c3e3!important;
    color: #FFF!important;
}

.btn-primary,
.btn.btn-com {
    -webkit-box-shadow: 0 0 4px rgba(113, 155, 230, 0.18);
    -moz-box-shadow: 0 0 4px rgba(113, 155, 230, 0.18);
    box-shadow: 0 0 4px rgba(113, 155, 230, 0.18);
    -ms-box-shadow: 0 0 4px rgba(113, 155, 230, 0.18);
}

.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    border-color: #00c3e3!important;
    background-color: #00c3e3!important;
    color: #FFFFFF!important;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none!important;
}

.btn[disabled] {
    color: #DDDDDD;
    background-color: #fbfbfb!important;
    border-color: #ebebeb!important;
}


/*按钮 End*/


/*表格样式 Start*/

.table {
    box-shadow: 0 0 16px rgba(106, 179, 209, 0.16);
    -o-box-shadow: 0 0 16px rgba(106, 179, 209, 0.16);
    -moz-box-shadow: 0 0 16px rgba(106, 179, 209, 0.16);
    -webkit-box-shadow: 0 0 16px rgba(106, 179, 209, 0.16);
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    text-align: center;
    font-weight: normal;
    height: 50px!important;
    line-height: 39px!important;
    padding: 0;
    vertical-align: middle;
    border-top: 1px solid #ebebeb;
}

.table>thead>tr>th {
    border-bottom: 1px solid #ebebeb
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 6px solid #21d8d2;
}

.table>tbody+tbody {
    border-top: 2px solid #ebebeb
}

.table-bordered {
    border: 1px solid #ebebeb
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ebebeb
}

.table-hover>tbody>tr:hover {
    background-color: rgba(255, 255, 62, 0.14);
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
    background-color: #ffd93e;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #ffd93e;
}


/*表格样式 End*/

.clear {
    clear: both;
}

.clearleft {
    clear: left;
}

.clearright {
    clear: right;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hidden {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

.undis {
    display: none
}

.dis {
    display: block
}

.noborder {
    border: 0;
}


/* margin left right top 1-20px  外边距*/


/* margin left right top 1-20px  外边距*/

.ml1 {
    margin-left: 1px;
}

.ml2 {
    margin-left: 2px;
}

.ml3 {
    margin-left: 3px;
}

.ml4 {
    margin-left: 4px;
}

.ml5 {
    margin-left: 5px;
}

.ml6 {
    margin-left: 6px;
}

.ml7 {
    margin-left: 7px;
}

.ml8 {
    margin-left: 8px;
}

.ml9 {
    margin-left: 9px;
}

.ml10 {
    margin-left: 10px;
}

.ml11 {
    margin-left: 11px;
}

.ml12 {
    margin-left: 12px;
}

.ml13 {
    margin-left: 13px;
}

.ml14 {
    margin-left: 14px;
}

.ml15 {
    margin-left: 15px;
}

.ml16 {
    margin-left: 16px;
}

.ml17 {
    margin-left: 17px;
}

.ml18 {
    margin-left: 18px;
}

.ml19 {
    margin-left: 19px;
}

.ml20 {
    margin-left: 20px;
}

.mr1 {
    margin-right: 1px;
}

.mr2 {
    margin-right: 2px;
}

.mr3 {
    margin-right: 3px;
}

.mr4 {
    margin-right: 4px;
}

.mr5 {
    margin-right: 5px;
}

.mr6 {
    margin-right: 6px;
}

.mr7 {
    margin-right: 7px;
}

.mr8 {
    margin-right: 8px;
}

.mr9 {
    margin-right: 9px;
}

.mr10 {
    margin-right: 10px;
}

.mr11 {
    margin-right: 11px;
}

.mr12 {
    margin-right: 12px;
}

.mr13 {
    margin-right: 13px;
}

.mr14 {
    margin-right: 14px;
}

.mr15 {
    margin-right: 15px;
}

.mr16 {
    margin-right: 16px;
}

.mr17 {
    margin-right: 17px;
}

.mr18 {
    margin-right: 18px;
}

.mr19 {
    margin-right: 19px;
}

.mr20 {
    margin-right: 20px;
}

.mr72 {
    margin-right: 72px;
}

.mt1 {
    margin-top: 1px;
}

.mt2 {
    margin-top: 2px;
}

.mt3 {
    margin-top: 3px;
}

.mt4 {
    margin-top: 4px;
}

.mt5 {
    margin-top: 5px;
}

.mt6 {
    margin-top: 6px;
}

.mt7 {
    margin-top: 7px;
}

.mt8 {
    margin-top: 8px;
}

.mt9 {
    margin-top: 9px;
}

.mt10 {
    margin-top: 10px;
}

.mt11 {
    margin-top: 11px;
}

.mt12 {
    margin-top: 12px;
}

.mt13 {
    margin-top: 13px;
}

.mt14 {
    margin-top: 14px;
}

.mt15 {
    margin-top: 15px;
}

.mt16 {
    margin-top: 16px;
}

.mt17 {
    margin-top: 17px;
}

.mt18 {
    margin-top: 18px;
}

.mt19 {
    margin-top: 19px;
}

.mt20 {
    margin-top: 20px;
}

.mb1 {
    margin-bottom: 1px;
}

.mb2 {
    margin-bottom: 2px;
}

.mb3 {
    margin-bottom: 3px;
}

.mb4 {
    margin-bottom: 4px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb6 {
    margin-bottom: 6px;
}

.mb7 {
    margin-bottom: 7px;
}

.mb8 {
    margin-bottom: 8px;
}

.mb9 {
    margin-bottom: 9px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb11 {
    margin-bottom: 11px;
}

.mb12 {
    margin-bottom: 12px;
}

.mb13 {
    margin-bottom: 13px;
}

.mb14 {
    margin-bottom: 14px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb16 {
    margin-bottom: 16px;
}

.mb17 {
    margin-bottom: 17px;
}

.mb18 {
    margin-bottom: 18px;
}

.mb19 {
    margin-bottom: 19px;
}

.mb20 {
    margin-bottom: 20px;
}


/* padding left right top 1-20px  内边距*/

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}


/* 高度*/

.h14 {
    height: 14px;
}

.h16 {
    height: 16px;
}

.h18 {
    height: 18px;
}

.h20 {
    height: 20px;
}

.h22 {
    height: 22px;
}

.h24 {
    height: 24px;
}


/*文本样式*/


/*行高*/

.line_22 {
    line-height: 22px;
}

.line_24 {
    line-height: 24px;
}

.line_26 {
    line-height: 26px;
}

.line_28 {
    line-height: 28px;
}

.line_30 {
    line-height: 30px;
}

.line_35 {
    line-height: 35px;
}


/*文本样式*/

.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.fb {
    font-weight: bold;
}

.fn {
    font-weight: normal;
}

.ind {
    text-indent: 2em
}

.t_left {
    text-align: left;
}


/*居左*/

.t_center {
    text-align: center;
}


/*居中*/

.t_right {
    text-align: right;
}


/*居右*/
