* {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 16px
}

body {
    color: #333;
    font: 13px 'Microsoft YaHei', Arial, Helvetica, Sans-Serif
}

html, body, ul, ol, dl, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0
}

button, input, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed
}

ul, ol, menu {
    list-style: none
}

input[type=button] {
    cursor: pointer
}

textarea {
    width: 100%;
    resize: vertical
}

fieldset, img {
    border: none
}

img, object, select, input, textarea, button, label {
    vertical-align: middle
}

article, aside, footer, header, section, nav, menu, figure, figcaption, hgroup, details {
    display: block
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6, input, textarea, select, address, caption, cite, code, dfn, em, i, b, strong, small, th, var, abbr, acronym {
    font-size: 100%;
    font-style: normal
}

abbr, acronym {
    border-bottom: 1px dashed gray
}

q:before, q:after {
    content: ''
}

ins, s, u, del {
    text-decoration: none
}

input, select, textarea, button {
    border: 1px solid #ccc;
    border-radius: 3px
}

input:focus, select:focus, textarea:focus, button:focus, input:hover, select:hover, textarea:hover, button:hover {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

input[disabled], input[readonly], select[disabled], select[readonly], textarea[disabled], textarea[readonly], button[disabled], button[readonly] {
    cursor: not-allowed
}

input[disabled]:hover, input[readonly]:hover, select[disabled]:hover, select[readonly]:hover, textarea[disabled]:hover, textarea[readonly]:hover, button[disabled]:hover, button[readonly]:hover {
    border: 1px solid #ccc;
    box-shadow: none
}

label input[type=radio], label input[type=checkbox] {
    margin-top: -2px
}

input[type="range"] {
    display: inline-block;
    width: 100%
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
    blur: expression(this.onFocus=this.blur())
}

a:hover {
    color: #0096db
}

a.noline, .noline a {
    text-decoration: none
}

.bfct {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.bfct:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.bfct[disabled], .bfct[readonly] {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

textarea.bfct {
    height: auto
}

select.bfct {
    width: auto
}

.bigrp .bfct.wa, .bfct.wa {
    width: auto
}

button.bfct, input[type="button"], .bigrp button.bfct, .bigrp input[type="button"] {
    cursor: pointer
}

label.bfct {
    word-break: break-all;
    overflow: hidden;
    padding: 0 12px;
    line-height: 36px
}

.bfgrp {
    margin-bottom: 15px
}

.i-sm, .bfgrp-sm .bfct, .bfgrp-sm .bbtn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.i-sm, select.bfgrp-sm .bfct {
    height: 30px;
    line-height: 30px
}

textarea.i-sm, textarea.bfgrp-sm .bfct, select[multiple].i-sm, select[multiple].bfgrp-sm .bfct {
    height: auto
}

.i-lg, .bfgrp-lg .bfct, .bfgrp-lg .bbtn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.i-lg, select.bfgrp-lg .bfct {
    height: 46px;
    line-height: 46px
}

textarea.i-lg, textarea.bfgrp-lg .bfct, select[multiple].i-lg, select[multiple].bfgrp-lg .bfct {
    height: auto
}

.bbtn {
    display: inline-block;
    padding: 0 12px;
    height: 36px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px
}

.bbtn:focus, .bbtn:active:focus, .bbtn.active:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.bbtn:hover, .bbtn:focus {
    color: #333;
    text-decoration: none
}

.bbtn:active, .bbtn.active {
    background-image: none;
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.bbtn.disabled, .bbtn[disabled] {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    box-shadow: none;
    opacity: .65
}

select.bbtn {
    border-color: #ccc;
    text-align: left
}

.bbtn-def {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.bbtn-def:hover, .bbtn-def:focus, .bbtn-def:active, .bbtn-def.active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.bbtn-def:active, .bbtn-def.active {
    background-image: none
}

.bbtn-pry {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.bbtn-pry:hover, .bbtn-pry:focus, .bbtn-pry:active, .bbtn-pry.active {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.bbtn-pry:active, .bbtn-pry.active {
    background-image: none
}

.bbtn-suc {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.bbtn-suc:hover, .bbtn-suc:focus, .bbtn-suc:active, .bbtn-suc.active {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.bbtn-suc:active, .bbtn-suc.active {
    background-image: none
}

.bbtn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.bbtn-info:hover, .bbtn-info:focus, .bbtn-info:active, .bbtn-info.active {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.bbtn-info:active, .bbtn-info.active {
    background-image: none
}

.bbtn-war {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.bbtn-war:hover, .bbtn-war:focus, .bbtn-war:active, .bbtn-war.active {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.bbtn-war:active, .bbtn-war.active {
    background-image: none
}

.bbtn-dag {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.bbtn-dag:hover, .bbtn-dag:focus, .bbtn-dag:active, .bbtn-dag.active {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.bbtn-dag:active, .bbtn-dag.active {
    background-image: none
}

.bbtn-lk {
    font-weight: normal;
    color: #337ab7;
    border-radius: 0
}

.bbtn-lk, .bbtn-lk:active, .bbtn-lk.active {
    background-color: transparent;
    box-shadow: none
}

.bbtn-lk, .bbtn-lk:hover, .bbtn-lk:focus, .bbtn-lk:active {
    border-color: transparent
}

.bbtn-lk:hover, .bbtn-lk:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.bbtn-lg, .bbgrp-lg > .bbtn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.bbtn-sm, .bbgrp-sm > .bbtn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.bbtn-xs, .bbgrp-xs > .bbtn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.bbtn-blk {
    display: block;
    width: 100%
}

.bbtn-blk + .bbtn-blk {
    margin-top: 5px
}

input[type="submit"].bbtn-blk, input[type="reset"].bbtn-blk, input[type="button"].bbtn-blk {
    width: 100%
}

.bbtn-txt {
    text-align: left;
    cursor: text;
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.bbtn-txt:hover, .bbtn-txt:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.bbgrp {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.bbgrp > .bbtn {
    position: relative;
    float: left
}

.bbgrp > .bbtn:hover, .bbgrp > .bbtn:focus, .bbgrp > .bbtn:active, .bbgrp > .bbtn.active {
    z-index: 2
}

.bbgrp .bbtn + .bbtn, .bbgrp .bbtn + .bbgrp, .bbgrp .bbgrp + .bbtn, .bbgrp .bbgrp + .bbgrp {
    margin-left: -1px
}

.bbgrp > .bbtn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.bbgrp > .bbtn:first-child {
    margin-left: 0
}

.bbgrp > .bbtn:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.bbgrp > .bbtn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.bbgrp > .bbgrp {
    float: left
}

.bbgrp > .bbgrp:not(:first-child):not(:last-child) > .bbtn {
    border-radius: 0
}

.bbgrp > .bbgrp:first-child > .bbtn:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.bbgrp > .bbgrp:last-child > .bbtn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.bigrp {
    position: relative;
    display: table;
    border-collapse: separate
}

.bigrp[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.bigrp .bfct {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.bigrp-lg > .bfct, .bigrp-lg > .bigrp-addon, .bigrp-lg > .bigrp-bbtn > .bbtn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.bigrp-lg > .bfct, select.bigrp-lg > .bigrp-addon, select.bigrp-lg > .bigrp-bbtn > .bbtn {
    height: 46px;
    line-height: 46px
}

textarea.bigrp-lg > .bfct, textarea.bigrp-lg > .bigrp-addon, textarea.bigrp-lg > .bigrp-bbtn > .bbtn, select[multiple].bigrp-lg > .bfct, select[multiple].bigrp-lg > .bigrp-addon, select[multiple].bigrp-lg > .bigrp-bbtn > .bbtn {
    height: auto
}

.bigrp-sm > .bfct, .bigrp-sm > .bigrp-addon, .bigrp-sm > .bigrp-bbtn > .bbtn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.bigrp-sm > .bfct, select.bigrp-sm > .bigrp-addon, select.bigrp-sm > .bigrp-bbtn > .bbtn {
    height: 30px;
    line-height: 30px
}

textarea.bigrp-sm > .bfct, textarea.bigrp-sm > .bigrp-addon, textarea.bigrp-sm > .bigrp-bbtn > .bbtn, select[multiple].bigrp-sm > .bfct, select[multiple].bigrp-sm > .bigrp-addon, select[multiple].bigrp-sm > .bigrp-bbtn > .bbtn {
    height: auto
}

.bigrp-mid > .bfct, .bigrp-mid > .bigrp-addon, .bigrp-mid > .bigrp-bbtn > .bbtn {
    height: 36px;
    line-height: 1.5
}

.bigrp-addon, .bigrp-bbtn, .bigrp .bfct {
    display: table-cell
}

.bigrp-addon:not(:first-child):not(:last-child), .bigrp-bbtn:not(:first-child):not(:last-child), .bigrp .bfct:not(:first-child):not(:last-child) {
    border-radius: 0
}

.bigrp-addon, .bigrp-bbtn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.bigrp-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 3px
}

.bigrp-addon.i-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.bigrp-addon.i-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.bigrp-addon input[type="radio"], .bigrp-addon input[type="checkbox"] {
    margin-top: 0
}

.bigrp .bfct:first-child, .bigrp-addon:first-child, .bigrp-bbtn:first-child > .bbtn, .bigrp-bbtn:first-child > .bbgrp > .bbtn, .bigrp-bbtn:last-child > .bbgrp:not(:last-child) > .bbtn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.bigrp-addon:first-child {
    border-right: 0
}

.bigrp .bfct:last-child, .bigrp-addon:last-child, .bigrp-bbtn:last-child > .bbtn, .bigrp-bbtn:last-child > .bbgrp > .bbtn, .bigrp-bbtn:first-child > .bbtn:not(:first-child), .bigrp-bbtn:first-child > .bbgrp:not(:first-child) > .bbtn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.bigrp-addon:last-child {
    border-left: 0
}

.bigrp-addon.suc {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.bigrp-addon.csr {
    cursor: pointer
}

.bigrp-bbtn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.bigrp-bbtn > .bbtn {
    position: relative
}

.bigrp-bbtn > .bbtn + .bbtn {
    margin-left: -1px
}

.bigrp-bbtn > .bbtn:hover, .bigrp-bbtn > .bbtn:focus, .bigrp-bbtn > .bbtn:active {
    z-index: 2
}

.bigrp-bbtn:first-child > .bbtn, .bigrp-bbtn:first-child > .bbgrp {
    margin-right: -1px
}

.bigrp-bbtn:last-child > .bbtn, .bigrp-bbtn:last-child > .bbgrp {
    margin-left: -1px
}

.bigrp-da:first-child {
    margin-right: -1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.bigrp-da:last-child {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.bigrp-da:not(:first-child):not(:last-child) {
    margin-left: -1px;
    border-radius: 0
}

.bigrp.dlr:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.bigrp.dlb:last-child {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.bigrp.dfr:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.bigrp.dfb:first-child {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.bigrp-row {
    display: flex
}

.bigrp-if {
    display: inline-flex
}

.bigrp-row * {
    width: auto
}

.bigrp.c {
    margin-left: auto;
    margin-right: auto
}

.bigrp.w2f, .bigrp.w3f, .bigrp.w4f {
    float: left
}

.bigrp.w2f {
    width: 50%
}

.bigrp.w3f {
    width: calc(100% / 3)
}

.bigrp.w4f {
    width: 25%
}

.bmsg {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.bmsg h4 {
    margin-top: 0;
    color: inherit
}

.bmsg .bmsg-lk {
    font-weight: bold
}

.bmsg > p, .bmsg > ul {
    margin-bottom: 0
}

.bmsg > p + p {
    margin-top: 5px
}

.bmsg-dismissable, .bmsg-dismissible {
    padding-right: 35px
}

.bmsg-dismissable .close, .bmsg-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.bmsg-suc {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.bmsg-suc hr {
    border-top-color: #c9e2b3
}

.bmsg-suc .bmsg-lk {
    color: #2b542c
}

.bmsg-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.bmsg-info hr {
    border-top-color: #a6e1ec
}

.bmsg-info .bmsg-lk {
    color: #245269
}

.bmsg-war {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.bmsg-war hr {
    border-top-color: #f7e1b5
}

.bmsg-war .bmsg-lk {
    color: #66512c
}

.bmsg-dag {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.bmsg-dag hr {
    border-top-color: #e4b9c0
}

.bmsg-dag .bmsg-lk {
    color: #843534
}

a.bbtn, label.bbtn, span.bbtn, div.bbtn {
    text-decoration: none;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 34px
}

.lifile, .ddfile label {
    border-radius: 3px;
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #eee;
    background-color: #eee;
    padding: 0 12px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.lifile span:active, .lifile span:focus, .lifile span:hover, .ddfile label:active, .ddfile label:focus, .ddfile label:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.lifile {
    border: none
}

.lifile {
    position: relative;
    border-collapse: separate;
    display: flex;
    padding: 0
}

.lifile span {
    border: 1px solid transparent;
    background-color: #5bc0de;
    border-color: #46b8da;
    text-align: center;
    width: auto;
    padding: 0 9px
}

.lifile input[type=text] {
    width: 100%;
    border-radius: 0;
    cursor: default;
    color: #666;
    background-color: #eee
}

.lifile input[type=file] {
    display: none
}

.ddfile {
    width: 100%;
    padding: 54px 0;
    border: 2px dashed #23923d;
    border-radius: 6px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden
}

.ddfile i {
    width: 81px;
    height: 81px;
    display: block;
    margin: auto;
    background: url(../../pic/dir.svg) center;
    filter: drop-shadow(#49a3be 999px 0);
    transform: translateX(-999px)
}

.ddfile div {
    font-size: xx-large;
    color: #ccc;
    margin-bottom: 45px
}

.ddfile div em {
    display: block;
    font-size: 14px;
    color: #666
}

.ddfile input[type=file] {
    display: none
}

.ddfile.sm {
    padding: 9px 0
}

.ddfile i {
    width: 36px;
    height: 36px
}

.ddfile div {
    font-size: x-large;
    margin-bottom: 9px
}

.gclear:after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    content: ''
}

.gclear {
    zoom: 1
}

::selection {
    background-color: #00a8f9;
    color: #fff
}

::-moz-selection {
    background-color: #00a8f9;
    color: #fff
}

.b {
    font-weight: bold
}

.nor {
    font-weight: normal
}

.wa {
    width: auto
}

.ha {
    height: auto
}

.w1 {
    width: 100%
}

.w2 {
    width: 50%
}

.w3 {
    width: calc(100% / 3)
}

.mw1 {
    max-width: 100%
}

.fleft {
    float: left
}

.fright {
    float: right
}

.tcenter {
    text-align: center
}

.tright {
    text-align: right
}

.tleft {
    text-align: left
}

.cboth {
    clear: both
}

.inline {
    display: inline
}

.inbl {
    display: inline-block
}

.hide, .none {
    display: none
}

.hide2, .none2 {
    opacity: 0.001;
    width: 0;
    height: 0;
    position: absolute
}

.ofa {
    overflow: auto
}

.ofh {
    overflow: hidden
}

.bka {
    word-break: break-all
}

.bdr {
    border-right: 1px solid #e5e5e5
}

.bdl {
    border-left: 1px solid #e5e5e5
}

.bdt {
    border-top: 1px solid #e5e5e5
}

.bdb {
    border-bottom: 1px solid #e5e5e5
}

.bdb-1 {
    margin-bottom: -1px
}

.mr {
    margin-right: 9px
}

.ml {
    margin-left: 9px
}

.mt {
    margin-top: 9px
}

.mb {
    margin-bottom: 9px
}

.m0 {
    margin: 0
}

.mr-9 {
    margin-right: -9px
}

.ml-9 {
    margin-left: -9px
}

.mt-9 {
    margin-top: -9px
}

.mb-9 {
    margin-bottom: -9px
}

.mh-9 {
    margin-left: -9px;
    margin-right: -9px
}

.mv-9 {
    margin-top: -9px;
    margin-bottom: -9px
}

.cmr > * {
    margin-right: 9px
}

.cml > * {
    margin-left: 9px
}

.cmt > * {
    margin-top: 9px
}

.cmb > * {
    margin-bottom: 9px
}

.pr {
    padding-right: 9px
}

.pl {
    padding-left: 9px
}

.pt {
    padding-top: 9px
}

.pb {
    padding-bottom: 9px
}

.p0 {
    padding: 0
}

.fs12, .fs12 a {
    font-size: 12px
}

.fs13, .fs13 a {
    font-size: 13px
}

.fs14, .fs14 a {
    font-size: 14px
}

.fs16, .fs16 a {
    font-size: 16px
}

.fs18, .fs18 a {
    font-size: 18px
}

.fs24, .fs24 a {
    font-size: 24px
}

.fs36, .fs36 a {
    font-size: 36px
}

.fs48, .fs48 a {
    font-size: 48px
}

.fsl, .fsl a {
    font-size: large
}

.lh100 {
    line-height: 100%
}

.lh150 {
    line-height: 150%
}

.lh180 {
    line-height: 180%
}

.lh200 {
    line-height: 200%
}

.lh250 {
    line-height: 250%
}

.lh300 {
    line-height: 300%
}

.daxie {
    text-transform: uppercase
}

.xiaoxie {
    text-transform: lowercase
}

a.white, .white, .white a {
    color: #fff
}

a.green, .green, .green a {
    color: #008000
}

a.red, .red, .red a {
    color: red
}

a.blue, .blue, .blue a {
    color: blue
}

a.pink, .pink, .pink a {
    color: #c00
}

a.gray, .gray, .gray a {
    color: #aaa
}

a.orange, .orange, .orange a {
    color: orange
}

a.yellow, .yellow, .yellow a {
    color: #ff0
}

a.black, .black, .black a {
    color: #333
}

a.brown, .brown, .brown a {
    color: #622
}

.bwhite {
    background-color: #fff
}

.bgreen {
    background-color: #008000
}

.bred {
    background-color: red
}

.bblue {
    background-color: blue
}

.bpink {
    background-color: #c00
}

.bgray {
    background-color: #e5e5e5
}

.borange {
    background-color: orange
}

.byellow {
    background-color: #ffffb5
}

.bblack {
    background-color: #333
}

.bbrown {
    background-color: #622
}

.hdnav .hdnp, .hdmain, .main, .box, .hd .google-auto-placed, .hd .adsbygoogle {
    width: 999px;
    clear: both
}

.main:after, .box:after, .lbox:after, .rbox:after, .adbox:after, .ctitle:after, .otitle:after, .bdtitle:after, .bcon:after, ul:after, .hdmain:after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    content: ''
}

.main, .box, .lbox, .rbox, .ctitle, .otitle, .bdtitle, .bcon, ul, .adbox, .hdmain {
    zoom: 1
}

.main {
    margin-left: auto;
    margin-right: auto
}

.box {
    margin: 0 auto
}

.lbox {
    width: calc(100% - 309px);
    float: left
}

.rbox {
    width: 300px;
    float: right
}

.adbox {
    background-color: #fff;
    font-size: 0
}

.bd {
    border: 1px solid #e5e5e5
}

.hdnav {
    color: #333;
    height: 36px;
    line-height: 36px;
    padding: 0 9px;
    background-color: #3949ab;
    overflow: hidden
}

.hdnav .hdnp {
    position: relative;
    margin: 0 auto
}

.hdnav a {
    margin: 0 3px 0 0;
    color: #ddd
}

.hdnav a:hover {
    color: #fff
}

.hdmain {
    margin: 9px auto
}

a.title, .hdmain h1 {
    float: left;
    font-size: 27px;
    line-height: 27px;
    font-weight: normal;
    *font-weight: bold;
    padding: 18px 9px 18px 0px;
    *padding: 9px 9px 9px 0px;
    margin: 0
}

a.title:hover {
    color: #333
}

.hdmain h1 a.title {
    margin: 0
}

a.site {
    float: left;
    display: inline;
    color: #fff;
    background: #3949ab url(/pic/home.png) no-repeat 3px 9px;
    padding: 0 6px 0 21px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

a.site:hover {
    color: #fff
}

.hdnbar {
    display: none
}

.hdnbar, .hdnbar:focus, .hdnbar:hover {
    min-height: 0;
    text-decoration: none
}

.search {
    float: right;
    margin-top: 14px
}

.search .fleft {
    margin-top: 10px
}

.search .fleft li {
    float: left;
    height: 16px;
    line-height: 16px;
    border-right: 1px solid #e0e0e0;
    margin-right: 6px;
    padding-right: 6px;
    display: inline;
    overflow: hidden
}

.search .sq {
    float: left;
    width: 205px;
    border-width: 2px;
    padding-left: 5px;
    border-radius: 0
}

.bbtn.sbtn {
    float: left;
    width: 50px !important;
    cursor: pointer;
    border-radius: 0;
    padding: 0
}

.cbox {
    margin-bottom: 9px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.cbox table {
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
    width: 100%
}

.cbox table th {
    border: 1px solid #e5e5e5;
    background-color: #eee;
    font-weight: normal;
    padding: 6px
}

.cbox table td {
    border: 1px solid #e5e5e5;
    padding: 6px;
    word-break: break-all
}

.cbox table.center td, .cbox table.center th, .cbox tr.center td, .cbox tr.center th, .cbox td.center.cbox th.center {
    text-align: center
}

.cbox table.c td, .cbox table.c th, .cbox tr.c td, .cbox tr.c th, .cbox td.c, .cbox th.c {
    text-align: center
}

.cbox table.nob, .cbox table.nob th, .cbox table.nob td {
    border: 0
}

.cbox table.oe tr:nth-of-type(odd) {
    background-color: #f8f8f8
}

.cbox table.oe tr:nth-of-type(even) {
    background-color: #fff
}

.ctitle, .otitle, .cbox h3, .bdtitle, .cbox .h3 {
    color: #333;
    height: 36px;
    line-height: 36px;
    padding: 0 9px;
    overflow: hidden;
    background-color: #eee
}

.ctitle {
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.ctitle h1, .ctitle h2, .ctitle h3, .otitle h1, .otitle h2, .otitle h3 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    display: inline
}

.ctitle a, .bcon a, .otitle a, .bdtitle a {
    text-decoration: underline
}

.ctitle a:hover, .bcon a:hover, .otitle a:hover {
}

.bdtitle, .cbox h3, .cbox .h3 {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}

.btab {
    border-right: 1px solid #e5e5e5;
    _border-right: 1px solid #e5e5e5;
    font-size: 0
}

.btab a, .btab div {
    display: inline-block;
    line-height: 36px;
    height: 36px;
    padding: 0 9px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    text-decoration: none;
    margin-right: -1px;
    letter-spacing: 0;
    font-size: 12px;
    cursor: pointer;
    vertical-align: middle
}

.btab a.current, .btab div.current {
    background-color: #fff;
    color: #0096db
}

.bcon {
    padding: 9px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.bcon h1, .bcon h2 {
    font-size: 24px;
    color: #c00
}

.cbox h3, .cbox h3 a, .bcon h3, .bcon h3 a {
    color: #008000
}

.cbox h3.red, .cbox h3.red a, .bcon h3.red, .bcon h3.red a {
    color: red
}

p {
    word-break: break-word
}

.ti p, p.ti {
    text-indent: 2em
}

.noi p, p.noi {
    text-indent: 0
}

.rbox .adbox {
    margin-bottom: 9px
}

.tlst {
    margin-bottom: -1px
}

.tlst li {
    font-size: 13px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 36px;
    height: 36px;
    float: left;
    display: inline-block;
    overflow: hidden
}

.tlst li a {
    padding: 0 9px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

ul.bdn li {
    border: none
}

ul.l1 li {
    width: 100%
}

ul.l2 li {
    width: 50%
}

ul.l3 li {
    width: calc(100% / 3)
}

ul.l4 li {
    width: 25%
}

ul.l5 li {
    width: 20%
}

ul.l6 li {
    width: calc(100% / 6)
}

ul.l9 li {
    width: calc(100% / 9)
}

.box ul.l0 li {
    width: 25%
}

.lbox ul.l0 li {
    width: calc(100% / 3)
}

.rbox ul.l0 li {
    width: 50%
}

#flink a {
    margin-right: 9px;
    font-size: 12px
}

.app a {
    position: relative;
    width: calc((100% - 36px) / 3);
    height: 96px;
    float: left;
    margin: 6px 6px;
    padding: 9px 0;
    display: inline;
    overflow: hidden;
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e0e0e0
}

.app a:hover {
    text-decoration: none;
    background-color: #eff8fd;
    color: #3949ab;
    border-color: #bbdefb
}

img.appimg {
    top: 9px;
    left: 9px;
    position: absolute;
    cursor: pointer
}

.png, img.appimg {
    _azimuth: expression(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "',sizingMethod='image')",this.src = "/pic/d.gif"):(this.origBg = this.origBg? this.origBg:this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "',sizingMethod='crop')",this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
}

span.apptitle {
    float: left;
    width: calc(100% - 88px);
    margin-top: 9px;
    font-size: 16px;
    cursor: pointer;
    height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box
}

span.apptitle img {
    vertical-align: middle
}

span.appintro {
    float: left;
    width: calc(100% - 88px);
    font-size: 13px;
    color: #999;
    cursor: pointer;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.app a:hover span.appintro {
    color: #333
}

span.apptitle.w1, span.appintro.w1 {
    width: 100%;
    padding-left: 6px;
    padding-right: 6px
}

span.apptitle.c, span.appintro.c {
    text-align: center
}

span.appi, div.appi {
    width: 60px;
    height: 60px;
    float: left;
    cursor: pointer;
    display: block;
    margin: 9px;
    border-radius: 9px
}

span.appi img {
    width: 60px;
    height: 60px
}

div.appi {
    font-size: xx-large;
    vertical-align: middle;
    text-align: center;
    display: block;
    background: #eee;
    color: #9575cd;
    line-height: 60px;
    font-weight: bold;
    overflow: hidden
}

.app a:hover div.appi {
    color: #4a148c
}

div.appi i, div.appi em {
    height: 100%;
    display: block
}

div.appi i.z2h, div.appi em.z2h {
    font-size: 18px;
    line-height: 1.2;
    padding-top: 9px
}

div.appi i.z3h, div.appi em.z3h {
    font-size: 14px;
    line-height: 1;
    padding-top: 10px
}

.c_qr {
    background-color: #aaa
}

.pag {
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 9px
}

.pag a, .pag span {
    background: #fff;
    display: inline-block;
    border: 1px solid #e5e5e5;
    margin: 0 3px;
    font-weight: bold;
    line-height: 12px;
    padding: 6px 9px
}

.pag a:hover, .pag .on {
    background: #d9534f !important;
    border: 1px solid #d43f3a !important;
    color: #000;
    text-decoration: none
}

.pag div {
    display: inline
}

.side {
    position: fixed;
    right: 9px;
    bottom: 99px;
    z-index: 999
}

.side a {
    display: block;
    width: 45px;
    height: 45px;
    background: url(/pic/side.gif) no-repeat;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)))
}

.side .s-qr {
    background-position: 0 -90px;
    bottom: 144px;
    position: fixed;
    right: 9px
}

.side .s-qr:hover {
    background-position: -45px -90px
}

.side .s-top {
    background-position: 0 0
}

.side .s-top:hover {
    background-position: -45px 0
}

.side .s-qrb {
    position: fixed;
    right: 60px;
    bottom: 144px;
    text-align: center;
    border: 1px solid #ccc;
    display: none;
    background-color: #fff;
    color: #000
}

.side .s-qrb span {
    background: url(../../pic/bb.jpg) no-repeat;
    display: block;
    width: 135px;
    height: 135px
}

.side .s-qr:hover .s-qrb {
    display: block
}

.msgBG {
    display: flex;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.3)
}

.msgMain {
    position: relative;
    overflow: hidden;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%)
}

.msgSuc {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.msgInfo {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.msgTitle {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 18px 0
}

.msgFooter {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    margin: 9px 0
}

.msgBoxYes, .msgBoxNo {
    margin: 6px 6px 0 6px;
    font-weight: 600;
    font-size: 24px;
    min-width: 49px;
    cursor: pointer
}

.msgMain .msgFF {
    font-family: "Segoe UI Symbol", PMingLiU, SimSun, arial, sans-serif
}

.msgMain .msgStar {
    font-size: 49px
}

.msgFooter .msgMirrorRotateVertical {
    transform: rotateX(180deg);
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV
}

.msgMain span {
    vertical-align: middle
}

.msgMain label {
    margin: 0 6px
}

@media screen and (max-device-width: 768px), screen and (orientation: landscape) and (max-device-width: 980px) {
    .hdnav .hdnp, .hdmain, .main, .box, .lbox, .rbox, .hd .google-auto-placed, .hd .adsbygoogle {
        width: 100%
    }

    .hdnav {
        padding: 0
    }

    pre {
        overflow: auto
    }

    .hdnav .hdnp .fleft {
        width: 100%;
        margin-top: 36px;
        padding: 0 9px
    }

    .hdnav .hdnp .fright {
        position: absolute;
        top: 0;
        right: 0
    }

    a.title, .hdmain h1 {
        padding: 9px 9px 9px 0
    }

    .hdmain h1 {
        position: absolute;
        top: 0;
        width: calc(100% - 99px);
        left: 66px;
        text-align: center;
        height: 36px;
        line-height: 36px;
        font-size: 24px;
        color: #fff;
        padding: 0;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box
    }

    .hdmain h1 a {
        color: #fff
    }

    a.site {
        position: absolute;
        top: 0;
        left: 0
    }

    .search {
        width: 100%;
        margin-top: 0
    }

    .search .fleft {
        display: none
    }

    .search .fright {
        float: none
    }

    .search .sq {
        width: calc(100% - 50px)
    }

    .hdnbar {
        display: block
    }

    .hdnbar span {
        display: block;
        margin: 0;
        font-size: 36px;
        color: #fff
    }

    .cbox {
        -webkit-border-radius: 0;
        border-radius: 0;
        border-left: 0;
        border-right: 0
    }

    .ofa table th, .ofa table td {
        word-break: keep-all
    }

    .cbox table th, .cbox table td {
        padding: 6px 2px
    }

    .ctitle {
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 0;
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .ctitle {
        overflow-x: auto
    }

    .btab {
        display: flex;
        overflow-x: auto;
        height: 43px
    }

    .btab a, .btab div {
        word-break: keep-all
    }

    .btab.fleft {
        float: none
    }

    .pag a, .pag span {
        margin: 0;
        width: calc((100% - 66px) / 2)
    }

    .pag .on {
        width: 54px
    }

    .pag div {
        display: none
    }

    .side {
        right: 9px;
        bottom: 66px
    }

    .side .s-qr {
        display: none
    }

    .mhide {
        display: none
    }
}

@media screen and (max-device-width: 1000px) {
    .app a {
        width: calc((100% - 18px) / 3)
    }
}

@media screen and (max-device-width: 768px) {
    ul.l9 li {
        width: calc(100% / 6)
    }
}

@media screen and (max-device-width: 725px) {
    .app a {
        width: calc((100% - 12px) / 2)
    }
}

@media screen and (max-device-width: 500px) {
    .app a {
        width: calc((100% - 6px))
    }
}

@media screen and (max-device-width: 600px) {
    .box ul.l0 li {
        width: 25%
    }

    .lbox ul.l0 li {
        width: calc(100% / 3)
    }

    .rbox ul.l0 li {
        width: 50%
    }

    ul.l5 li, ul.l6 li, ul.l9 li {
        width: calc(100% / 4)
    }
}

@media screen and (max-device-width: 500px) {
    .box ul.l0 li, .lbox ul.l0 li, .rbox ul.l0 li {
        width: 50%
    }

    ul.l5 li, ul.l6 li, ul.l9 li {
        width: calc(100% / 3)
    }
}