/* 未能缩小。正在返回未缩小的内容。
(2355,24): run-time error CSS1036: Expected expression, found '!important'
(2381,24): run-time error CSS1036: Expected expression, found '!important'
(2425,24): run-time error CSS1036: Expected expression, found '!important'
(2606,24): run-time error CSS1036: Expected expression, found '!important'
(2632,24): run-time error CSS1036: Expected expression, found '!important'
 */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 5px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 5px 0;
  text-align: center;
  list-style: none;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}
@charset "utf-8";

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, font, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-family: "Microsoft YaHei", Verdana, Helvetica, Sans-Serif;
}
html {
    padding-bottom:70px;
}
ul {
    list-style: none;
}

.overflow {
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    white-space: nowrap;
}

body {
    margin: auto;
    padding: 0;
    width: 100%;
    max-width: 60em;
    min-width: 19em;
    color: #F8F7F3;
    font-size: 0.8em;
    overflow-x: hidden;
}

.body-context {
    background-color: #F8F7F3;
    margin: auto;
    padding: 0px;
}

a, a:visited,
a:active, a:hover {
    text-decoration: none;
    color: #484848;
}

a {
    background-color: transparent;
}

.width-00 {
    width: 100%;
}
/*显示隐藏*/
.show {
    display: block !important;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.invisible {
    visibility: hidden;
}
/*字体颜色*/
.text-muted {
    color: #999;
}

.text-primary {
    color: #FF6A5B;
}

.text-success {
    color: #2ECC71;
}

.text-info {
    color: #31708f;
}

.text-warning {
    color: #8a6d3b;
}

.text-danger {
    color: #E74C3C;
}

.text-error {
    color: red;
}

.text-whtie {
    color: #fff;
}

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input, select, textarea, button {
    font-family: "Microsoft YaHei", Verdana, Helvetica, Sans-Serif;
}

    input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }

    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none; /* 有无看不出差别 */
    }

    input:focus, textarea:focus, select:focus {
        outline: 0;
        outline: thin dotted \9;
    }

    button,
    html input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        cursor: pointer;
        -webkit-appearance: button;
    }

    input[type="checkbox"],
    input[type="radio"] {
        padding: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

textarea {
    overflow: auto;
    vertical-align: top;
}

.nav-bar-xm {
    width: 100%;
    clear: both;
    height: 5px;
}

.nav-bar-xs {
    width: 100%;
    clear: both;
    height: 10px;
}

.nav-bar-sm {
    width: 100%;
    clear: both;
    height: 18px;
}

.nav-bar-no {
    width: 100%;
    clear: both;
    height: 29px;
}

.nav-bar-lg {
    width: 100%;
    clear: both;
    height: 40px;
}

/*按钮样式*/
.btn {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 0.08em solid transparent;
    border-radius: 0.2em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    height: 2.7em;
    padding: 0.5em 0.8em;
    font-size: 1em;
    line-height: 1.42;
    margin-bottom: 1em;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-bprimary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-primary {
    color: #fff !important;
    background-color: #FF6A5B;
    border-color: #FF6A5B;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-link {
    font-weight: normal;
    color: #444 !important;
    cursor: pointer;
    border-radius: 0;
}

.btn-block {
    display: block;
    width: 100%;
}

.vertical-top {
    vertical-align: top;
}

.vertical-middle {
    vertical-align: middle;
}

.vertical-text-bottom {
    vertical-align: text-bottom;
}
/*控制高度*/
.input-sm {
    height: 2.7em !important;
    font-size: 0.85em !important;
}

select.input-sm {
    height: 34em;
    line-height: 34em;
}

textarea.input-sm {
    height: auto;
}

.border-none {
    border: none;
}

.border-bottom {
    border-bottom: solid;
}

.input-lg {
    height: 0.46em;
    padding: 0.1em 0.16em;
    font-size: 2em;
    line-height: 1.33;
    border-radius: 0.2em;
}

select.input-lg {
    height: 0.46em;
    line-height: 0.46em;
}

textarea.input-lg {
    height: auto;
}

.btn-lg {
    padding: 0.5em 1.2em;
    font-size: 1.3em;
    line-height: 1.33;
    border-radius: 0.2em;
}

.btn-sm {
    padding: 0.5em 0.8em;
    font-size: 0.85em;
    line-height: 1.5;
    border-radius: 0.2em;
}

.btn-xs {
    padding: 0.5em 0.8em;
    font-size: 0.65em;
    line-height: 1.5;
    border-radius: 0.2em;
}
/*表单*/
.form-group textarea.form-control {
    height: auto;
}

.form-group {
    margin: 0.8em 1em;
}

    .form-group .control-label {
        display: inline-block;
        margin-bottom: 0.5em;
        font-weight: bold;
        width: 100%;
    }

    .form-group .help-block {
        display: block;
        margin-top: 0.2em;
        margin-bottom: 0.1em;
        font-size: 0.9em;
        color: #737373;
    }

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}


.form-group .form-control {
    display: block;
    width: 100%;
    height: 2.7em;
    padding: 0.5em 0.8em;
    font-size: 1em;
    line-height: 1.4285;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 0.08em solid #ccc;
    border-radius: 0.2em;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-appearance: none;
}


.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group .form-control {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

.input-group-btn {
    position: relative;
    white-space: nowrap;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

    .input-group-btn > .btn, .input-group-btn > img {
        position: relative;
        border-left: 0;
        margin-left: -0.01em;
        margin-bottom: 0;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }


.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

.input-groupp {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-groupp .form-control {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }

    .input-groupp .form-control {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

    .input-group-btn > .btn, .input-group-btn > img {
        position: relative;
        border-left: 0;
        margin-left: -0.01em;
        margin-bottom: 0;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }
/*radio checkbox*/
.radio label, .checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio, .checkbox {
    display: block;
    min-height: 2em;
    margin-top: 1em;
    margin-bottom: 1em;
    vertical-align: middle;
}


/*提示*/
.has-error .form-control {
    border-color: #E74C3C;
    -webkit-box-shadow: inset 0 1em 1em rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0.1em 0.1em rgba(0,0,0,0.075);
}

    .has-error .form-control.form-shadow {
        -webkit-box-shadow: inset 0 -0.3em 0 #E75548;
        box-shadow: inset 0 -0.3em 0 #E75548;
        border: 0;
    }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #E74C3C;
}

.has-success .form-control {
    border-color: #2ECC71;
    -webkit-box-shadow: inset 0 0.1em 0.1em rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0.1em 0.1em rgba(0,0,0,0.075);
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #2ECC71;
}

.btn.disabled, [disabled].btn, fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=60);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.60;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

img {
    vertical-align: middle;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}

.img-circle {
    border-radius: 50%;
}

img {
    vertical-align: middle;
}

/*字体*/
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.svg') format('svg'), url('../fonts/glyphicons-halflings-regular.eot') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

/*页脚导航*/
.navbar-fixed-bottom {
    bottom: 0px;
    margin-bottom: 0px;
    border-top: .08em solid #eeefef;
    position: fixed;
    right: 0px;
    left: 0px;
    z-index: 1030;
}

.footer {
    line-height: 0;
    background-color: #F7F7FA;
    border-color: #DBDBDF;
    padding: 5px 0 0 0;
}

    .footer li {
        display: block;
        float: left;
        width: 25%;
        text-align: center;
    }

        .footer li img {
            display: inline-block;
            width: 27px;
            height: 27px;
        }

        .footer li h6 {
            text-align: center;
            color: #999;
            font-size: 10px;
            line-height: 1.8;
        }

    .footer .gowu {
        float: left;
        width: 100%;
        height: 3em;
        line-height: 2em;
    }

        .footer .gowu .left {
            float: left;
            width: 40%;
        }

            .footer .gowu .left .cotext {
                float: left;
                display: inline;
                border: solid 1px #ccc;
                padding: 4px 3px 4px 8px;
                width: 60px;
                font-size: 14px;
                color: #990000;
                font-weight: 800;
                line-height: 2em;
                margin-top: 0.35em;
            }

            .footer .gowu .left a {
                float: left;
                margin: 5px 0 0 0;
                display: block;
                width: 2em;
                height: 2.4em;
                line-height: 2em;
                overflow: hidden;
                background: none;
                text-align: center;
                font-size: 1em;
                border: solid 1px #ddd;
            }

        .footer .gowu .right {
            float: left;
            width: 60%;
        }

.footerone {
    line-height: 0;
    background-color: #F8F7F3;
    border-color: #EDF6FB;
    padding: .2em 0 0 0;
}

    .footerone li {
        display: block;
        float: left;
        width: 100%;
        text-align: center;
    }

        .footerone li span {
            font-size: 1.5em;
            color: #FF6702;
        }

        .footerone li h6 {
            margin: .8em auto;
            font-size: 0.75em;
            font-weight: 500;
            color: #FF6702;
        }

.footertwo {
    line-height: 0;
    background-color: #F8F7F3;
    border-color: #EDF6FB;
    padding: .2em 0 0 0;
}

    .footertwo li {
        display: block;
        float: left;
        width: 50%;
        text-align: center;
    }

        .footertwo li span {
            font-size: 1.5em;
            color: #FF6702;
        }

        .footertwo li h6 {
            margin: .8em auto;
            font-size: 0.75em;
            font-weight: 500;
            color: #FF6702;
        }

.footerthree {
    line-height: 0;
    background-color: #F8F7F3;
    border-color: #EDF6FB;
    padding: .2em 0 0 0;
}

    .footerthree li {
        display: block;
        float: left;
        width: 33.333%;
        text-align: center;
    }

        .footerthree li span {
            font-size: 1.5em;
            color: #FF6702;
        }

        .footerthree li h6 {
            margin: .8em auto;
            font-size: 0.75em;
            font-weight: 500;
            color: #FF6702;
        }
/*登录*/
.login {
    width: 100%;
    background-color: #fff;
    height: 100%;
    min-height: 568px;
    max-height: 960px;
    background-size: cover;
    height: 100%;
    min-height: 568px;
    max-height: 960px;
    float: left;
    top: 0;
    bottom: 0;
}

@media (min-width: 375px) {
    .login {
        min-height: 627px;
    }

        .login .logo {
            width: 100%;
            float: left;
            padding-top: 3em;
            text-align: center;
        }

            .login .logo img {
                max-width: 80px;
            }
}

@media (min-width: 414px) {
    .login {
        min-height: 736px;
    }

        .login .logo {
            width: 100%;
            float: left;
            padding-top: 6em;
            text-align: center;
        }

            .login .logo img {
                max-width: 80px;
            }
}

@media (min-width: 768px) {
    .login {
        min-height: 960px;
    }

        .login .logo {
            width: 100%;
            float: left;
            padding-top: 15em;
            text-align: center;
        }

            .login .logo img {
                max-width: 80px;
            }

    .login-menu {
        width: 100%;
        float: left;
        padding-top: 15em;
    }
}

.login .logo {
    width: 100%;
    float: left;
    padding-top: 8em;
    text-align: center;
}

    .login .logo img {
        max-width: 170px;
        height: 100%;
    }

.forget .logo {
    background-color: #FF6702;
    width: 100%;
    float: left;
    padding-top: 4em;
    padding-bottom: 2em;
    text-align: center;
}

    .forget .logo img {
        max-width: 170px;
        height: 100%;
    }

.forget-margin {
    margin: 0px 0px;
}

.form-group .input-group .forget-border {
    border: none;
}

.login-help-bl {
    color: #c9c9c9;
    padding: 0.8em 1em;
    font-size: 0.7em;
}
/*轮播*/
.swiper-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}



.swiper-container-horizontal > .swiper-pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ddd;
}
/*用户中心*/
.user {
    width: 100%;
    float: left;
    /*padding: .6em .5em 1.5em;*/
}
    /*.user .top {
        background-color:#FF6702;
        width:100%;
        float:left;
        text-align:center;
    }*/
    .user .top {
        background-color: #FF6702;
        clear: both;
        color: #fff;
        clear: both;
        float: left;
        width: 100%;
        padding-bottom: 0.6em;
    }

        .user .top .middle {
            width: 50%;
            float: left;
            padding: .5em 1em 0 .5em;
        }

            .user .top .middle .logo {
                margin: auto;
                display: block;
                max-width: 5.5em;
                min-width: 5.5em;
                text-align: center;
            }

        .user .top .left {
            width: 25%;
            float: left;
            padding-top: 2em;
            position: relative;
            text-align: center;
        }

            .user .top .left a {
                color: #fff;
            }

                .user .top .left a span {
                    font-size: 25px;
                }

                    .user .top .left a span label {
                        border-radius: 50%;
                        border: 1px solid red;
                        border-image: none;
                        top: -25px;
                        text-align: center;
                        right: -17px;
                        position: relative;
                        z-index: 100;
                        background-color: red;
                        display: block;
                        width: 10px;
                        height: 10px;
                    }

        .user .top .right {
            width: 25%;
            float: left;
            padding-top: 2em;
            position: relative;
            text-align: center;
        }

            .user .top .right a {
                color: #fff;
            }

                .user .top .right a span {
                    font-size: 25px;
                }

        .user .top .namecontext {
            width: 100%;
            float: left;
            padding-left: 1em;
            padding-right: 1em;
        }

            .user .top .namecontext li {
                width: 50%;
                float: left;
                padding-top: 0.3em;
                padding-bottom: 0.3em;
            }

.top-menu {
    width: 100%;
    background-color: #fff;
    float: left;
    margin-top: 10px;
}
/*用户中心导航*/
.menu-ul {
    width: 100%;
}

    .menu-ul > li {
        display: block;
        float: left;
        width: 33.3333%;
        text-align: center;
        padding: 1em 0 0.5em 0;
    }

        .menu-ul > li img {
            width: 3.5em;
            height: 3.5em;
        }

        .menu-ul > li h5 {
            margin: 0.3em auto;
            font-size: 0.9em;
            font-weight: 500;
            color: #a3b9c4;
        }

/*新闻导航*/
.news-index {
    padding: 0em;
    clear: both;
    overflow-x: auto;
}

    .news-index .menu {
        width: 100%;
        clear: both;
        background-color: #f1f1f1;
        /*border-radius: 0.22em;*/
        float: left;
    }

        .news-index .menu > li {
            display: block;
            float: left;
            width: 50%;
            text-align: center;
            padding: 0.6em 0;
            color: #D4473E;
            position: relative;
            white-space: nowrap;
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
        }

            .news-index .menu > li > a {
                color: #343434;
                font-size: 1em;
                line-height: 30px;
                float: left;
                width: 100%;
            }

            .news-index .menu > li.boder {
                border-right: solid 1px #ddd;
            }

            .news-index .menu > li:hover a {
                color: !important;
            }


            .news-index .menu > li a span {
                font-size: 2em;
                padding-left: 0.2em;
                padding-right: 0.2em;
                float: left;
                text-align: right;
                width: 50%;
            }

                .news-index .menu > li a span.tz {
                    font-size: 1.4em;
                    padding-top: 0.3em;
                }

            .news-index .menu > li a label {
                font-size: 1em;
                float: left;
                width: 50%;
                text-align: left;
            }

            .news-index .menu .active, .news-index .menu > li:active, .news-index .menu > li:hover {
                color: !important;
            }

    .news-index .menulist {
        background-color: #FF6702;
        /*min-width: 768px;*/
        width: 1500px;
        white-space: nowrap;
        float: left;
    }

        .news-index .menulist > li {
            display: block;
            float: left;
            text-align: center;
            padding: 0.2em 0.2em;
            color: #D4473E;
            position: relative;
            white-space: nowrap;
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
        }

            .news-index .menulist > li.active {
                background-color: #fff;
            }

                .news-index .menulist > li.active a {
                    color: #FF6702;
                }

            .news-index .menulist > li > a {
                color: #fff;
                display: block;
                font-size: 1em;
                line-height: 30px;
                padding: 0 0.3em;
                float: left;
                width: 100%;
            }

            .news-index .menulist > li:hover a {
                color: !important;
            }


            .news-index .menulist > li a span {
                font-size: 2em;
                padding-left: 0.2em;
                padding-right: 0.2em;
                float: left;
                text-align: right;
                width: 50%;
            }

                .news-index .menulist > li a span.tz {
                    font-size: 1.4em;
                    padding-top: 0.3em;
                }

            .news-index .menulist > li a label {
                font-size: 1em;
                float: left;
                width: 50%;
                text-align: left;
            }

/*.news-index .menulist .active, .news-index .menulist > li:active, .news-index .menulist > li:hover {
                color: !important;
                background-color:#fff;
            }*/
/*新闻内容*/
.news-context {
    width: 100%;
    clear: both;
    /*background-color: #f1f1f1;*/
    /*border-radius: 0.22em;*/
    float: left;
}

.newsdetail img {
    max-width: 100%;
    height: auto;
    display: block;
}

.media:first-child {
    margin-top: 0;
}

.media, .media-body {
    overflow: hidden;
    zoom: 1;
}

.media-body {
    width: 100%;
    color: #8e8e8e;
}

.media {
    border-bottom: solid 1px #ece8e8;
    padding-bottom: 15px;
    float: left;
    width: 100%;
    padding-top: 15px;
    padding: 5px;
    padding-right: 5px;
    display: block;
}

media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}

.media-left, .media > .pull-left {
    padding-right: 10px;
}

.media-object {
    display: block;
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
    color: #6c6c6c;
}

    .media-heading .attend {
        color: #c9c9c9;
    }

.attend {
    color: #c9c9c9;
}

media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}

.media-right, .media > .pull-right {
    padding-left: 10px;
}
/*新闻详情*/
.newsdetail {
    padding: .5em;
    float: left;
    width: 100%;
    color: #555;
}

    .newsdetail .title {
        padding: 1em .5em .3em .5em;
        border-bottom: .08em solid #e9e9e9;
        line-height: 170%;
    }

        .newsdetail .title h3 {
            font-size: 1.2em;
        }

    .newsdetail .content {
        padding: 1em .5em;
        line-height: 170%;
        overflow: hidden;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: normal;
        word-break: normal;
    }
/*推广*/
/*推广导航*/
.relation {
    padding: 0em;
    clear: both;
}



    .relation .menu {
        width: 100%;
        clear: both;
        background-color: #f1f1f1;
        /*border-radius: 0.22em;*/
        float: left;
    }

        .relation .menu > li {
            display: block;
            float: left;
            width: 33.33%;
            text-align: center;
            padding: 0.6em 0;
            color: #D4473E;
            position: relative;
            white-space: nowrap;
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
        }

            .relation .menu > li > a {
                color: #343434;
                font-size: 1em;
                line-height: 30px;
                float: left;
                width: 100%;
            }

            .relation .menu > li.boder {
                border-right: solid 1px #ddd;
            }

            .relation .menu > li:hover a {
                color: !important;
            }


            .relation .menu > li a span {
                font-size: 2em;
                padding-left: 0.2em;
                padding-right: 0.2em;
                float: left;
                text-align: right;
                width: 35%;
            }

                .relation .menu > li a span.tz {
                    font-size: 1.4em;
                    padding-top: 0.3em;
                }

            .relation .menu > li a label {
                font-size: 1em;
                float: left;
                width: 50%;
                text-align: left;
            }

            .relation .menu .active, .relation .menu > li:active, .relation .menu > li:hover {
                color: !important;
            }
/*推荐列表*/
.relationlist {
    padding: .5em;
    float: left;
    width: 100%;
}

    .relationlist .item {
        border-bottom: .08em solid #eeefef;
        padding: .5em .3em 0 .3em;
        line-height: 160%;
    }

        .relationlist .item h6 {
            font-weight: 500;
            color: #b4b4b4;
        }

        .relationlist .item .left {
            width: 60%;
            float: left;
            color: #b4b4b4;
            font-size: 0.85em;
        }

        .relationlist .item .right {
            width: 40%;
            float: left;
            text-align: right;
        }

.user .top .middle {
    width: 50%;
    float: left;
    padding: .5em 1em 0 .5em;
}

    .user .top .middle .tolink {
        margin: auto;
        display: block;
        width: 5.5em;
        height: 5.5em;
        background-color: #fff;
        border-radius: 50%;
        text-align: center;
        font-size: 1em;
        line-height: 5.5em;
        color: #FF6702;
    }

        .user .top .middle .tolink a {
            color: #FF6702;
            font-size: 1.5em;
        }

            .user .top .middle .tolink a.cksk {
                color: #FF6702;
                font-size: 1em;
            }

    .user .top .middle .logo img {
        width: 80px;
        height: 80px;
    }

.login-help-bl {
    color: #8a6d3b;
    padding: 0.8em 1em;
    font-size: 0.7em;
}
/*打款详情*/
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

    thumbnail a > img, .thumbnail > img {
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        max-width: 60em;
    }

    .thumbnail .caption {
        padding: 9px;
        color: #333;
    }

.no-more-view {
    width: 100%;
    clear: both;
    text-align: center;
    padding-top: 2.5em;
    color: #b5b5b5;
    opacity: 0.5;
    line-height: 180%;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.4285;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
/*提示*/
.tip-view {
    width: 100%;
    clear: both;
    text-align: center;
    padding: 2.5em 0.5em;
    color: #B5B5B5;
    line-height: 180%;
}
/*我的位置*/
.userlocation {
    width: 100%;
    float: left;
    background-color: #fff;
}
/* Basic styling */
/* Draw the lines */
.jOrgChart .line {
    height: 3px;
    width: 1px;
}

.jOrgChart .down {
    background-color: #f0f0f0;
    margin: 0px auto;
}

.jOrgChart .top {
    border-top: 1px solid #f0f0f0;
}

.jOrgChart .left {
    border-right: 1px solid #f0f0f0;
}

.jOrgChart .right {
    border-left: 1px solid #f0f0f0;
}

/* node cell */
.jOrgChart td {
    text-align: center;
    vertical-align: top;
    padding: 0;
}

/* The node */
.jOrgChart .node {
    background-color: #f0f0f0;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    z-index: 10;
    margin: 2px 2px;
    border-radius: 50%;
    color: #000;
}

    .jOrgChart .node .me {
        background-color: #FF6702;
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        z-index: 10;
        margin: 2px 2px;
        border-radius: 50%;
        color: #fff;
    }

    .jOrgChart .node .kw {
        background-color: #2ECC71;
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        z-index: 10;
        margin: 2px 2px;
        border-radius: 50%;
        color: #fff;
    }

/* jQuery drag 'n drop */

.drag-active {
    border-style: dotted !important;
}

.drop-hover {
    border-style: solid !important;
    border-color: #E05E00 !important;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
    float: left;
    max-width: 60em;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}
/*分页*/
.wrapper {
    padding: 5px 5px;
    float: left;
    width: 100%;
    margin: 0 auto;
}

.pager {
    padding-left: 0;
    margin: 5px 0;
    text-align: center;
    list-style: none;
}

    .pager li {
        display: inline;
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #FF6702;
            border-radius: 15px;
            color: #FF6702;
        }

    .pager .previous > a, .pager .previous > span {
        float: left;
        color: #FF6702;
    }

    .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
        color: #FF6702;
        cursor: not-allowed;
        background-color: #fff;
    }
/*退出登录*/
.member .top {
    background-color: #FF6A5B;
    clear: both;
    color: #fff;
    clear: both;
    float: left;
    width: 100%;
    padding-bottom: 0.6em;
}

    .member .top .left {
        width: 30%;
        float: left;
        padding: .5em 1em 0 .5em;
    }

        .member .top .left .logo {
            margin: auto;
            display: block;
            max-width: 5.5em;
            min-width: 4.9em;
            text-align: center;
        }

.member {
    padding: .6em .5em 1.5em;
}

    .member .top .middle {
        width: 50%;
        float: left;
        padding-top: 1.2em;
        position: relative;
    }

        .member .top .middle h4 {
            font-weight: 500;
            font-size: 1em;
            line-height: 165%;
            color: #fff !important;
            -webkit-appearance: none;
        }

    .member .top .right {
        width: 20%;
        float: left;
        padding-top: 2em;
        position: relative;
        text-align: center;
    }

        .member .top .right a {
            color: #fff;
        }


.top-cont {
    width: 100%;
    background-color: #FE4749;
    padding: 0.5em 1em;
    float: left;
    text-align: center;
}

产品内容 .product-context {
    width: 100%;
    clear: both;
    background-color: #f1f1f1;
    /*border-radius: 0.22em;*/
    float: left;
}

.product-list {
    width: 100%;
    clear: both;
    background-color: #f1f1f1;
    /*border-radius: 0.22em;*/
    float: left;
}

    .product-list .product-item {
        width: 49%;
        float: left;
        background-color: #fff;
        margin: 3px 0.5%;
        padding: 10px 3px;
    }


        .product-list .product-item .product-link .photo-block {
            height: 153px;
            overflow: hidden;
            text-align: center;
        }

            .product-list .product-item .product-link .photo-block img {
                width: auto;
                display: inline-block;
                margin: 0 auto;
                height: 100%;
                text-align: center;
            }

        .product-list .product-item .product-link {
            width: 100%;
            float: left;
            display: block;
        }

        /*.product-list .product-item .product-link .goods-photo {
                width: 100%;
                float: left;
                display: block;
                text-align: center;
                overflow: hidden;
                position: relative;
                background-color: #f8f8f8;
                background-size: 6px 6px;
            }*/

        .product-list .product-item .info-content {
            width: 100%;
            float: left;
            display: block;
            padding-top: 0.6em;
        }

            .product-list .product-item .info-content .goods-title {
                color: #3e4d5c;
                font-size: 12px;
                display: block;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                width: 95%;
            }

            .product-list .product-item .info-content .goods-price {
                color: #E75548;
                font-size: 12px;
                display: block;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                padding: 3px 0px;
            }

        .product-list .product-item .goods-price em {
            color: #E75548;
            font-size: 18px;
        }

        .product-list .product-item .goods-buy {
            color: #FF6702;
            font-size: 10px;
            width: 100%;
            text-align: right;
            padding: 3px 0px;
        }

            .product-list .product-item .goods-buy span {
                color: #FF6702;
            }
/*轮播*/
.swiper-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}



.swiper-container-horizontal > .swiper-pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0px, 0px, 0px);
    z-index: 10;
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ddd;
}

.tool {
    float: left;
    padding-top: 0.5em;
}

    .tool input {
        width: 100%;
        padding: .0em .0em;
        height: 1.6em;
        font-size: 1em;
        line-height: 1.4285;
        color: #555;
        vertical-align: middle;
        background-color: #fff;
        background-image: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        -webkit-appearance: none;
        border: 0;
        text-align: center;
        margin-bottom: 0.1em;
    }

    .tool .lt {
        display: inline-block;
        width: 1.6em;
        height: 1.6em;
        text-align: center;
        border-right: 0.08em solid #D8D8D8;
        border-top-left-radius: 0.25em !important;
        border-bottom-left-radius: 0.25em !important;
        vertical-align: middle;
        float: left;
        margin-bottom: -0.1em;
        line-height: 1.6em;
        background-color: #D0B78C;
    }

    .tool .ct {
        display: inline-block;
        width: 4em;
        height: 1.6em;
        text-align: center;
        vertical-align: middle;
        border: 0;
        float: left;
        margin-bottom: -0.1em;
        padding: 0 1em;
    }

.rt {
    display: inline-block;
    width: 1.6em;
    height: 1.6em;
    text-align: center;
    border-left: 0.08em solid #D8D8D8;
    border-top-right-radius: 0.25em !important;
    border-bottom-right-radius: 0.25em !important;
    vertical-align: middle;
    float: left;
    line-height: 1.6em;
    background-color: #D0B78C;
}


.cnt {
    display: inline-block;
    height: 2.9em;
    line-height: 2.6em;
    margin-left: 0.5em;
    vertical-align: middle;
    color: #999999;
}

.product-detail {
    width: 100%;
    float: left;
}

    .product-detail .top {
        background-color: #FF6702;
        width: 100%;
        float: left;
        padding-top: 1em;
        padding-bottom: 1em;
    }

        .product-detail .top li {
            width: 100%;
            float: left;
            padding: 0.4em 1em;
        }

.goods-detail {
    width: 100%;
    float: left;
    background-color: #fff;
}

    .goods-detail .title {
        font-size: 14px;
        font-weight: 700;
        color: #333;
        background-color: #f8f8f8;
        border-bottom: 1px solid #e6e6e6;
        padding: 12px 15px;
        margin-bottom: 25px;
    }

    .goods-detail .context {
        font-size: 14px;
        font-weight: 700;
        color: #333;
        width: 100%;
        float: left;
        padding: 12px 15px;
        margin-bottom: 25px;
    }

        .goods-detail .context img {
            max-width: 100%;
            height: auto;
            display: block;
            margin: auto auto;
            text-align: center;
        }

.order .item {
    clear: both;
    border-bottom: 0.08em solid #D8D8D8;
    margin: 0.4em 0.3em 0.3em;
    border-radius: 0.25em;
    -moz-box-shadow: 0 0.1em 0.3em 0 rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0.1em 0.3em 0 rgba(0,0,0,0.4);
    box-shadow: 0 0.1em 0.3em 0 rgba(0,0,0,0.4);
}

    .order .item .top {
        clear: both;
        padding: 0.7em 0.8em;
        color: #FF6702;
        background-color: #F8F7F3;
        border-top-left-radius: 0.25em;
        border-top-right-radius: 0.25em;
        font-size: 0.85em;
    }

    .order .item .con {
        background-color: #fff;
        padding: 0.85em 0.5em;
    }

        .order .item .con .left {
            width: 30%;
            float: left;
            text-align: center;
            padding-top: 0.3em;
        }

            .order .item .con .left img {
                width: 77px;
                height: 77px;
            }

        .order .item .con .right {
            width: 70%;
            float: left;
            line-height: 168%;
            color: #fc8232;
        }

            .order .item .con .right h5 {
                width: 100%;
                white-space: nowrap;
                overflow: hidden;
                -ms-text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                font-weight: 500;
            }

            .order .item .con .right .remark {
                position: relative;
            }

                .order .item .con .right .remark .btn {
                    box-shadow: none !important;
                    background-color: #FF6702;
                    color: #fff;
                }

                .order .item .con .right .remark small {
                    padding-left: 0.3em;
                }

                .order .item .con .right .remark .form {
                    position: absolute;
                    right: 0.2em;
                    top: 1.2em;
                    z-index: 5;
                }

    .order .item .detail {
        background-color: #fff;
        padding: 0.85em 0.5em;
        color: #fb7907;
    }

        .order .item .detail .row {
            padding: 0.6em 0.5em;
        }

        .order .item .detail ul {
            width: 100%;
            display: block;
            color: #fb7907;
        }

            .order .item .detail ul li {
                padding: 0.5em 0 0.5em 1.5em;
                line-height: 170%;
                /*border-bottom: 0.08em solid #D8D8D8;*/
                display: inline-block;
                color: #fb7907;
                width: 100%;
                /*background-color:#faeb99;*/
            }

                .order .item .detail ul li input {
                    margin-left: -1.2em;
                }


        .order .item .detail .form-group {
            margin: 0.8em 0;
        }

        .order .item .detail .m-col-3 {
            margin-bottom: 0.8em;
        }

    .order .item .detailtwo {
        background-color: #fff;
        padding: 0.85em 0.5em;
    }

        .order .item .detailtwo ul {
            width: 100%;
            display: block;
            color: #fb7907;
        }

            .order .item .detailtwo ul li {
                padding: 0.5em;
                line-height: 170%;
                /*border-bottom: 0.08em solid #D8D8D8;*/
                display: inline-block;
                width: 100%;
            }


.producttop-menu {
    width: 100%;
    background-color: #fff;
    float: left;
    margin-top: 10px;
}
/*首页区块导航*/
.productmenu-ul {
    width: 100%;
}

    .productmenu-ul > li {
        display: block;
        float: left;
        width: 25%;
        text-align: center;
        padding: 1em 0 0.5em 0;
    }

        .productmenu-ul > li img {
            width: 3.5em;
            height: 3.5em;
        }

        .productmenu-ul > li h5 {
            margin: 0.3em auto;
            font-size: 0.9em;
            font-weight: 500;
            color: #a3b9c4;
        }

.prborder-bottom {
    border-bottom: 0.1em solid #ddd;
}

.prborder-right {
    border-right: 0.1em solid #ddd;
}

/*明细*/
.mxlist {
    padding: 0.5em;
}

    .mxlist .item {
        border-bottom: 0.08em solid #eeefef;
        padding: 0.5em 0.3em 0 0.3em;
        line-height: 160%;
    }

        .mxlist .item h6 {
            font-weight: 500;
            color: #000;
        }

        .mxlist .item .left {
            width: 60%;
            float: left;
            color: #B4B4B4;
            font-size: 0.85em;
        }

        .mxlist .item .right {
            width: 40%;
            float: left;
            text-align: right;
        }

            .mxlist .item .right p {
                margin-top: -8px;
            }

                .mxlist .item .right p.green {
                    color: #2ECC71;
                }

                .mxlist .item .right p.red {
                    color: #FF6A5B;
                }
/*本金钱包*/
.burse {
    padding: 0em 0em;
    width: 100%;
    float: left;
    background-color: #fff;
}

    .burse .top {
        background-color: #F57026;
        clear: both;
        color: #fff;
        clear: both;
        float: left;
        width: 100%;
        padding-bottom: 0.6em;
    }

    .burse .menu-bar {
        background-color: #fff;
        border-top: .08em solid #eeefef;
        /*margin-bottom: .6em;*/
        border-radius: .22em;
        /*clear: both;*/
        float: left;
        width: 100%;
    }

        .burse .menu-bar li {
            line-height: 200%;
            border-bottom: .08em solid #eeefef;
        }

            .burse .menu-bar li a {
                display: block;
                width: 100%;
                color: #747474;
                padding: .6em .7em .6em 1em;
            }

                .burse .menu-bar li a span {
                    font-size: 15px;
                    vertical-align: middle;
                    line-height: 160%;
                    color: #bdbdbd;
                }

                    .burse .menu-bar li a span.mets {
                        font-size: 12px;
                        color: #dbdada;
                        line-height: 230%;
                    }

                .burse .menu-bar li a label {
                    font-size: 20px;
                    vertical-align: middle;
                    font-weight: 600;
                    color: #000;
                }

                .burse .menu-bar li a span.red {
                    color: #FF6A5B;
                    margin-top: -0.3em;
                    padding-right: 0.2em;
                }

                .burse .menu-bar li a span.yllow {
                    color: #FFB359;
                    margin-top: -0.3em;
                    padding-right: 0.2em;
                }

                .burse .menu-bar li a span.blur {
                    color: #2EB3E8;
                    margin-top: -0.3em;
                    padding-right: 0.2em;
                }

                .burse .menu-bar li a span.green {
                    color: #3FB88C;
                    margin-top: -0.3em;
                    padding-right: 0.2em;
                }

        .burse .menu-bar .item {
            float: left;
            width: 50%;
            text-align: center;
            padding-bottom: 0.5em;
            padding-top: 0.3em;
        }

            .burse .menu-bar .item a {
                display: block;
            }

                .burse .menu-bar .item a span {
                    padding-top: 0px;
                    padding-bottom: 0px;
                    margin-top: 0px;
                    margin-bottom: 0px;
                    line-height: 120%;
                }

                    .burse .menu-bar .item a span.big {
                        font-size: 22px;
                        color: #adcfe2;
                    }
/*分页*/
.wrapper {
    padding: 5px 5px;
    float: left;
    width: 100%;
    margin: 0 auto;
}

.pager {
    padding-left: 0;
    margin: 5px 0;
    text-align: center;
    list-style: none;
}

    .pager li {
        display: inline;
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 6px 14px;
            background-color: #fff;
            /*border: 1px solid #FF6702;*/
            border-radius: 5px;
            color: #FF6702;
        }

    .pager .previous > a, .pager .previous > span {
        float: left;
        color: #FF6702;
    }

    .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
        color: #FF6702;
        cursor: not-allowed;
        background-color: #fff;
    }

.alert {
    padding: 0.8em 1em;
    margin: 0 1em;
    margin-bottom: 1em;
    border: 0.08em solid transparent;
    border-radius: 0.2em;
}

.alert-dismissable, .alert-dismissible {
    padding-right: 2em;
}

.close {
    float: right;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1;
    color: #000;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -0.2em;
    right: -1em;
    color: inherit;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.bg-warning {
    background-color: #fef8d7;
    padding: 0.85em;
    color: #484848;
}
/*银行卡认证*/
.card {
    padding: 0.8em 0.3em;
}

    .card .item {
        background-color: #B02020;
        border: 0.08em solid #961414;
        margin-top: 0.6em;
        color: white;
        padding: 0.8em 0.6em 0.5em 0.6em;
    }

        .card .item .left {
            width: 25%;
            float: left;
            text-align: center;
        }

        .card .item .right {
            width: 75%;
            float: left;
            padding-bottom: 0.4em;
        }

            .card .item .right h5 {
                font-weight: 500;
                font-size: 1.1em;
                line-height: 145%;
            }

        .card .item .cardno {
            text-align: right;
            font-weight: 500;
            font-size: 1.2em;
            padding: 0.25em 0;
        }

        .card .item .timer {
            font-size: 0.9em;
            padding-left: 1em;
        }

.validation-summary-errors li {
    padding: 1em 1em;
    background-color: #f2dede;
    border-radius: 4px;
    color: #a94442;
}
.pagination-container {
    text-align:center;
}
