html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-size: 62.5%
}

body {
    font-family: "Helvetica Neue", Helvetica, "Microsoft YaHei", Arial, sans-serif;
    margin: 0;
    font-size: 1.6rem;
    background-color: #f9f9f9;
    color: #4E546B
}

.text-center {
    text-align: center
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.left-panel {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #2b2f3e;
    width: 230px;
    padding: 20px 0;
    -webkit-box-shadow: inset -5px 0 8px rgba(0, 0, 0, .3);
    box-shadow: inset -5px 0 8px rgba(0, 0, 0, .3);
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.left-panel .img-circle {
    display: inline-block;
    border: 1px solid #383c4a;
    padding: 8px;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.left-panel .img-circle img {
    width: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.left-panel h4 {
    color: #8e909a;
    font-size: 16px;
    margin: 10px 0;
    font-weight: 500;
    line-height: 1.1
}

.left-panel .auto-query-con {
    padding: 3px 10px;
    position: relative
}

.left-panel .auto-query-con::before {
    position: absolute;
    top: 8px;
    left: 17px;
    width: 16px;
    height: 16px;
    content: ' ';
    cursor: pointer;
    color: #c4c4cd;
    display: inline-block;
    background-repeat: no-repeat;
}

.left-panel .auto-query-con input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    height: 26px;
    padding: 3px 10px 3px 30px;
    border: 0;
    outline: 0;
    background: #efefef
}

.left-panel .auto-query-con input:focus {
    background: #fff
}

.left-panel .navigation {
    margin: 20px 0
}

.left-panel .main-menu {
    margin: 0;
    padding: 0;
    list-style: none
}

.left-panel .main-menu .fa {
    display: inline-block;
    width: 16px;
    height: 16px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    vertical-align: bottom
}

.left-panel .main-menu .fa.fa-home {
    background-repeat: no-repeat;
}

.left-panel .main-menu .fa.fa-leaf {
    background-repeat: no-repeat;
}

.left-panel .main-menu .fa.fa-bug {
    background-repeat: no-repeat;
}

.left-panel .main-menu .fa.fa-card {
    background-repeat: no-repeat;
}

.left-panel .main-menu .fa.fa-sms {
    background-repeat: no-repeat;
}

.left-panel .main-menu .fa.fa-user {
    background-repeat: no-repeat;
}

.left-panel .main-menu > li.active > a {
    background: #ff404b;
    color: #fff
}

.left-panel .main-menu > li.active ul {
    display: block
}

.left-panel .main-menu > li.active .fa-home {
    background-repeat: no-repeat;
}

.left-panel .main-menu > li.active .fa-leaf {
    background-repeat: no-repeat;
}

.left-panel .main-menu > li.active .fa-bug {
    background-repeat: no-repeat;
}

.left-panel .main-menu > li.active .fa-card {
    background-repeat: no-repeat;
}

.left-panel .main-menu > li.active .fa-sms {
    background-repeat: no-repeat;
}

.left-panel .main-menu > li.active .fa-user {
    background-repeat: no-repeat;
}

.left-panel .main-menu .menu-title {
    display: block;
    padding: 8px 12px;
    color: #7a7e8a;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    font-weight: 700;
    border-bottom: 1px solid #2f3444;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.left-panel .main-menu .menu-title > i {
    font-size: 16px;
    margin-right: 3px
}

.left-panel .main-menu .menu-title:hover {
    background: #ff404b;
    color: #fff
}

.left-panel .main-menu .menu-title:hover .fa-home {
    background-repeat: no-repeat;
}

.left-panel .main-menu .menu-title:hover .fa-leaf {
    background-repeat: no-repeat;
}

.left-panel .main-menu .menu-title:hover .fa-bug {
    background-repeat: no-repeat;
}

.left-panel .main-menu .menu-title:hover .fa-card {
    background-repeat: no-repeat;
}

.left-panel .main-menu .menu-title:hover .fa-sms {
    background-repeat: no-repeat;
}

.left-panel .main-menu .menu-title:hover .fa-user {
    background-repeat: no-repeat;
}

.left-panel .main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none
}

.left-panel .main-menu ul li.active a {
    border-left: 5px solid #dedede;
    color: #999
}

.left-panel .main-menu ul del {
    text-decoration: line-through
}

.left-panel .main-menu ul sup {
    font-family: icon;
    font-size: 12px;
    color: #ff404b;
    float: right;
    right: 10px;
    padding-top: 5px;
    padding-right: 1rem;
    pointer-events: none;
}

.left-panel .main-menu ul a {
    width: 100%;
    display: block;
    padding: 6px 10px 6px 20px;
    color: #909298;
    text-decoration: none;
    white-space: nowrap;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    font-size: 13px;
    border-left: 0 solid #5e6271;
    text-align: left;
}

.left-panel .main-menu ul a:hover {
    border-left: 5px solid #5e6271;
    color: #dedede
}

.autocomplete-suggestions {
    background: #fff;
    color: #444;
    cursor: default;
    text-align: left;
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden
}

.autocomplete-suggestion {
    padding: 4px;
    font-size: 12px
}

.autocomplete-suggestion strong {
    color: #ff404b
}

.autocomplete-selected {
    background: #dedede
}

.loading-process {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.main-loading {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #ccc;
    z-index: 99
}

.main-loading .loading-con {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    width: 96px;
    height: 96px
}

.main-loading .loading-con img {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.main-loading .loading-circle {
    width: 80px;
    height: 80px;
    border-top: 8px solid #11994b;
    border-right: 8px solid #f2a808;
    border-bottom: 8px solid #2399e7;
    border-left: 8px solid #c0392b;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

.main-wrap {
    max-width: 100% !important
}

@media only screen and (min-width: 1500px) {
    #main-content h1 {
        max-width: 1250px
    }
}

.browser-happy {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #24a6fa
}

.browser-happy .content {
    text-align: center;
    color: #fff;
    font-size: 24px
}

.browser-happy .content a {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #fff;
    text-decoration: none;
    color: #fff
}

.main-header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
    background: #f2f2f2;
    min-height: 30px;
    font-size: 14px;
    color: #4E546B
}

.main-header a {
    text-decoration: none;
    color: #4E546B
}

.main-header a:hover {
    color: #ff404b;
    text-decoration: underline
}

.main-container {
    min-height: 500px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 230px
}

.main-container .main-wraper {
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.main-container .main-wraper a {
    color: #ff404b;
    text-decoration: none;
    font-size: 14px
}

.main-container .main-wraper a:hover {
    text-decoration: underline
}

.main-container .main-wraper .top-nav {
    padding: 10px 0;
    font-size: 14px;
    color: #2B2F3E
}

.main-container .main-wraper .top-nav .sub-title {
    color: #5E678B
}

.main-container .main-wraper .top-nav .source {
    float: right;
    margin-right: 20px
}

.main-container .main-wraper #content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 17px
}

.main-container .main-wraper .navigation {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 60px 10px 10px
}

.main-container .main-wraper .navigation .alignright {
    float: right
}

.main-container .main-wraper #scrollTop {
    display: none;
    position: fixed;
    right: 0;
    bottom: 190px;
    width: 15px;
    background: #2B2F3E;
    color: #fff;
    padding: 10px 5px;
    font-size: 14px;
    cursor: pointer;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 9
}

.main-container .main-wraper .stips {
    position: absolute;
    z-index: 1;
    top: 1500px;
    width: 150px;
    left: -500px
}

.main-container .main-wraper .stips .stips-close {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .5)
}

.main-container .main-wraper .stips .stips-close a {
    position: absolute;
    display: block;
    left: 0;
    top: 90px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: red;
    width: 100%;
    text-align: center
}

.main-container .main-wraper .stips .stips-title {
    position: absolute;
    top: -100px;
    left: 0;
    width: 150px;
    padding: 5px;
    color: #222;
    font-size: 12px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.main-container .main-wraper .stips .stips-title div {
    text-align: right
}

.main-container .main-wraper .stips .stips-title .circle {
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-right: 50px;
    background: #ddd;
    -webkit-transform: scale(1.5, 1);
    -moz-transform: scale(1.5, 1);
    -ms-transform: scale(1.5, 1);
    transform: scale(1.5, 1)
}

.main-container .main-wraper .stips .stips-title .circle-middle {
    width: 22px;
    height: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    margin-right: 32px
}

.main-container .main-wraper .stips .stips-title .circle-large {
    width: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.main-container .main-wraper .stips .stips-title .tips-main {
    display: block;
    padding: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    text-align: left;
    background: #ddd
}

.main-container .main-wraper .stips .stips-body:hover {
    opacity: .5;
    cursor: move
}

.main-container .main-wraper h2 {
    margin: 5px 0;
    padding: 10px;
    background: #7BC0F4;
    border-left: 5px solid #146BBB;
    color: #333;
    font-weight: 700;
    font-size: 16px;
    font-family: Bitter, Cambria, Georgia, serif
}

.main-container .main-wraper h2 span {
    color: #0C4D8B;
    float: right;
    margin-right: 15px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px
}

.main-container .main-wraper h3 {
    margin: 5px 0 5px 5px;
    padding: 5px;
    background: #F5BDB3;
    border-left: 4px solid #ED4D1E;
    color: #333;
    font-size: 14px
}

.main-container .main-wraper h3 em {
    float: right;
    padding-right: 15px;
    color: #f76417
}

.main-container .main-wraper h4 {
    font-size: 12px
}

.main-container .main-wraper p {
    text-indent: 24px;
    font-size: 14px;
    margin: 5px 10px;
    padding: 0
}

.main-container .main-wraper .desc {
    padding-left: 10px
}

.main-container .main-wraper .parameter {
    padding: 0 2px 5px
}

.main-container .main-wraper .parameter p {
    margin: 5px 0;
    color: #333
}

.main-container .main-wraper .parameter h4 {
    border-bottom: 1px solid #aaa;
    color: #444;
    margin: 10px 15px;
    padding: 5px;
    font-size: 12px
}

.main-container .main-wraper .parameter h4 strong {
    display: inline-block;
    width: 32%
}

.main-container .main-wraper .parameter h4 span {
    display: inline-block;
    width: 32%
}

.main-container .main-wraper .parameter h4 em {
    display: inline-block;
    width: 32%;
    color: #999
}

.main-container .main-wraper .example h4 {
    margin: 20px 10px 5px;
    padding: 5px;
    border-left: 3px solid #5478e7;
    color: #444;
    font-size: 12px
}

.main-container .main-wraper h5 {
    font-size: 12px;
    margin: 0 10px;
    padding: 8px 10px;
    color: #0865BB
}

.main-container .main-wraper pre {
    margin: 0 10px 20px;
    padding: 10px;
    border: 1px dashed #3569a9;
    display: block;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word
}

.main-container .footer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: #2B2F3E;
    text-align: center;
    padding: 15px;
    color: #fff
}

.main-container .footer a {
    color: #fff;
    text-decoration: none
}

.main-container .footer a:hover {
    color: #FF404B;
    text-decoration: underline
}

.main-container .footer p {
    margin: 0;
    font-size: 14px
}

@media screen and (max-width: 640px) {
    .left-panel {
        position: relative;
        width: 100%
    }

    .left-panel .navigation {
        margin: 15px 0
    }

    .left-panel-hide {
        display: block;
        height: 0;
        padding: 0
    }

    #left-uinfo {
        display: -webkit-box
    }

    #left-uinfo > div {
        -webkit-box-flex: 1
    }

    #left-uinfo h4 {
        margin: 5px 0
    }

    #left-uinfo .user-info {
        padding-top: 5px
    }

    .navbar-toggle-btn {
        display: block !important
    }

    .top-search-con {
        display: none
    }

    .main-container {
        padding-left: 0
    }

    .main-container .main-wraper .chart-line {
        height: 300px
    }
}

.donate-con {
    position: fixed;
    right: -360px;
    bottom: 100px;
    background: #fff;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    transition: all .5s linear
}

.donate-con:hover {
    right: 0
}

.donate-con .donate-body {
    width: 360px
}

.donate-con .donate-tips {
    padding: 5px 22px;
    font-size: 13px;
    color: #f51926
}

.donate-con .donate-btn {
    position: absolute;
    left: -24px;
    background: #2b2f3e;
    font-size: 14px;
    padding: 15px 5px;
    width: 15px;
    color: #fff;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.tongji {
    height: 0;
    overflow: hidden
}

table.wikitable {
    background: #f9f9f9;
    border: 1px solid #2B2F3E;
    border-collapse: collapse;
    color: #000
}

table.html5table {
    width: 100%;
    margin-bottom: 10px
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit
}

.wikitable th {
    padding: 4px;
    font-weight: 400;
    background: #5E678B;
    text-align: center
}

.wikitable td {
    line-height: 20px;
    padding: 5px 8px
}

.wikitable th, .wikitable td {
    border: 1px solid #2B2F3E
}

.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-left: 30px
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0
}

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0
}

.mCSB_outside + .mCSB_scrollTools {
    right: -26px
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    right: auto;
    left: 0
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    border-radius: 16px
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    text-align: center
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0
}

.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px
}

.mCSB_container_wrapper > .mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
    padding-right: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
    padding-bottom: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
    -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)"
}

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)"
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
    background-image: url(mCSB_buttons.png);
    background-repeat: no-repeat;
    opacity: .4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px
}

.mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
    opacity: .9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
    height: 14px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 14px;
    margin: 0 1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 14px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 14px;
    margin: 1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 16px;
    height: 16px;
    margin: -1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 16px;
    width: 16px;
    margin: 0 -1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 -72px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -92px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -112px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -128px
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    direction: ltr;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px, 0, 0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px, 0);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px, 0, 0);
    -ms-transition-timing-function: ease;
    -webkit-transition-property: left, top, -webkit-transform;
    transition-property: left, top, -webkit-transform;
    -moz-transition-property: transform, left, top, -moz-transform;
    transition-property: transform, left, top;
    transition-property: transform, left, top, -webkit-transform, -moz-transform;
    transition-duration: 0s;
    transform: translate3d(0px, 0, 0);
    transition-timing-function: ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x
}

.swiper-container {
}

.swiper-slide {
}

.swiper-slide-active {
}

.swiper-slide-visible {
}

.swiper-pagination-switch {
}

.swiper-active-switch {
}

.swiper-visible-switch {
}

.swiper-container {
    display: none;
    position: relative;
    width: 100%;
    margin-top: 20px;
    height: 100px;
    border-top: 1px solid #222
}

.swiper-container .pagination {
    position: absolute;
    right: 20px;
    top: 3px
}

.swiper-container .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #222;
    margin-right: 5px;
    opacity: .8;
    cursor: pointer
}

.swiper-container .swiper-visible-switch {
    background: #aaa
}

.swiper-container .swiper-active-switch {
    background: #fff
}

.top-swiper {
    display: block;
    margin-top: 0;
    border-top: 0;
    height: 45px
}

.top-swiper img {
    border: 0
}

.top-swiper .swiper-slide {
    width: 100%
}

.top-swiper .swiper-slide a {
    font-size: 16px;
    color: #fff;
    text-decoration: none
}

.top-swiper .swiper-slide a:hover {
    text-decoration: underline
}

.top-swiper .top-item {
    display: block;
    text-align: center;
    overflow: hidden;
    height: 45px;
    line-height: 45px
}

.top-swiper .top-item img {
    height: 100%
}

.slide-item {
    position: relative;
    display: inline-block;
    height: 100px;
    width: 25%;
    float: left;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 100px;
    text-decoration: none;
    background: #222
}

.slide-item:nth-child(2n) {
    background: #444
}

.slide-item .item-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    outline: 0;
    border: 0
}

.slide-item .item-main {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px
}

.slide-item .item-name {
    height: 36px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.slide-item .item-org, .slide-item .item-now {
    font-size: 13px;
    color: #fff;
    font-family: "宋体";
    font-weight: 500;
    line-height: 20px
}

.slide-item .item-org span, .slide-item .item-now span {
    font-size: 16px
}

.slide-item .item-now span {
    color: #ff404b
}

@media only screen and (max-width: 1366px) {
    .swiper-container {
        height: 80px
    }

    .top-swiper {
        height: 45px
    }

    .slide-item {
        height: 80px;
        padding-left: 80px
    }

    .slide-item .item-img {
        width: 80px;
        height: 80px
    }

    .slide-item .item-name {
        font-size: 14px;
        line-height: 30px;
        height: 26px
    }

    .slide-item .item-org, .slide-item .item-now {
        font-size: 12px;
        line-height: 16px
    }

    .slide-item .item-org span, .slide-item .item-now span {
        font-size: 14px
    }
}

.aside-nav {
    position: fixed;
    right: 10px;
    top: 200px;
    width: 260px;
    height: 260px;
    -webkit-filter: url(#goo);
    filter: url(#goo);
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    opacity: .75
}

.aside-nav.no-filter {
    -webkit-filter: none;
    filter: none
}

.aside-nav .aside-menu {
    position: absolute;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ff404b;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    line-height: 70px;
    color: #fff;
    font-size: 20px;
    z-index: 1;
    cursor: move
}

.aside-nav .menu-item {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #ff404b;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    line-height: 60px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-decoration: none;
    color: #fff;
    -webkit-transition: background .5s, -webkit-transform .6s;
    transition: background .5s, -webkit-transform .6s;
    -moz-transition: transform .6s, background .5s, -moz-transform .6s;
    transition: transform .6s, background .5s;
    transition: transform .6s, background .5s, -webkit-transform .6s, -moz-transform .6s;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.aside-nav .menu-item:hover {
    background: #f5202c
}

.aside-nav .menu-line {
    line-height: 20px;
    padding-top: 10px
}

.aside-nav:hover {
    opacity: 1
}

.aside-nav:hover .aside-menu {
    -webkit-animation: jello 1s;
    -moz-animation: jello 1s;
    animation: jello 1s
}

.aside-nav:hover .menu-first {
    -webkit-transform: translate3d(0, -135%, 0);
    -moz-transform: translate3d(0, -135%, 0);
    transform: translate3d(0, -135%, 0)
}

.aside-nav:hover .menu-second {
    -webkit-transform: translate3d(-120%, -70%, 0);
    -moz-transform: translate3d(-120%, -70%, 0);
    transform: translate3d(-120%, -70%, 0)
}

.aside-nav:hover .menu-third {
    -webkit-transform: translate3d(-120%, 70%, 0);
    -moz-transform: translate3d(-120%, 70%, 0);
    transform: translate3d(-120%, 70%, 0)
}

.aside-nav:hover .menu-fourth {
    -webkit-transform: translate3d(0, 135%, 0);
    -moz-transform: translate3d(0, 135%, 0);
    transform: translate3d(0, 135%, 0)
}

.aside-nav:hover .menu-fifth {
    -webkit-transform: translate3d(120%, -70%, 0);
    -moz-transform: translate3d(120%, -70%, 0);
    transform: translate3d(120%, -70%, 0)
}

.aside-nav:hover .menu-sixth {
    -webkit-transform: translate3d(120%, 70%, 0);
    -moz-transform: translate3d(120%, 70%, 0);
    transform: translate3d(120%, 70%, 0)
}

@-webkit-keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@-moz-keyframes jello {
    from, 11.1%, to {
        -moz-transform: none;
        transform: none
    }
    22.2% {
        -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -moz-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -moz-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
        -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        -moz-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        -moz-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

#tips-con {
    position: relative;
    width: 100%;
    font-size: 16px;
    background: #34024b;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

#tips-con a {
    display: block;
    color: #fff;
    text-decoration: none;
    line-height: 1px
}

#tips-con a:hover {
    text-decoration: underline
}

#tips-con a img {
    max-width: 100%;
    max-height: 40px;
    border: 0
}

#tips-con #tips-close {
    position: absolute;
    top: 5px;
    right: 15px;
    display: block;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 20px;
    text-decoration: none
}

#tips-con #tips-close:hover {
    background: transparent;
    text-decoration: none
}

.card-con {
    display: none;
    position: relative;
    width: 100%;
    padding: 8px;
    font-size: 16px;
    background: #ff404b;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

.card-con a {
    color: #fff;
    text-decoration: none
}

.card-con a:hover {
    text-decoration: underline
}

#frame-loader {
    width: 0;
    height: 0;
    overflow: hidden
}

.dialog-ali {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .75);
    z-index: 88
}

.dialog-main {
    position: absolute;
    left: 50%;
    top: 30%;
    background: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 580px;
    min-height: 200px;
    margin-left: -290px;
    margin-top: -150px
}

.dialog-main .modal-header {
    position: relative
}

.dialog-main .modal-img {
    text-align: center
}

.dialog-main .modal-img img {
    width: 200px;
    height: 200px
}

.dialog-main .modal-title {
    text-align: center;
    font-weight: 700;
    font-size: 16px
}

.dialog-main h4 {
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
    color: #444;
    font-size: 16px
}

.dialog-main .close {
    position: absolute;
    right: 15px;
    top: 5px;
    color: #444;
    display: inline-block;
    font-size: 30px;
    text-decoration: none;
    -webkit-transition: transform .5s linear;
    -moz-transition: transform .5s linear;
    -webkit-transition: -webkit-transform .5s linear;
    transition: -webkit-transform .5s linear;
    -moz-transition: transform .5s linear, -moz-transform .5s linear;
    transition: transform .5s linear;
    transition: transform .5s linear, -webkit-transform .5s linear, -moz-transform .5s linear
}

.dialog-main .close:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.dialog-main .modal-body {
    padding: 30px 40px;
    font-size: 14px;
    color: #666;
    line-height: 24px
}

.dialog-main .modal-body span {
    color: #ff404b
}

.dialog-main .modal-body a {
    color: #ff404b;
    text-decoration: underline
}

.dialog-main .modal-body .modal-price, .dialog-main .modal-body p {
    margin: 5px 0
}

.dialog-main .modal-body .modal-price div, .dialog-main .modal-body p div {
    width: 28%;
    display: inline-block;
    text-align: center
}

.dialog-main .modal-body .modal-price div:last-child, .dialog-main .modal-body p div:last-child {
    width: 42%
}

.dialog-main .modal-body .modal-price span, .dialog-main .modal-body p span {
    font-size: 16px;
    font-weight: 700
}

.dialog-main .modal-body .modal-item {
    position: relative;
    padding-left: 85px
}

.dialog-main .modal-body label {
    position: absolute;
    left: 0;
    top: 0
}

.dialog-main .modal-btm {
    text-align: center
}

.dialog-main .modal-btm a {
    display: inline-block;
    padding: 4px 15px;
    border: 1px solid #ccc;
    text-decoration: none;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0 10px;
    color: #ff404b
}

.dialog-main .modal-btm a:hover {
    background: #dfdfdf
}

.red-con {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 100px;
    text-decoration: none;
    z-index: 9
}

.red-con .red-main {
    position: relative;
    background: #ff404b;
    width: 110px;
    padding: 8px;
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.red-con .red-main .main-con {
    position: relative;
    border: 4px solid #fff;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    text-align: center;
    font-size: 60px;
    padding-top: 45px;
    padding-bottom: 10px;
    color: #fff;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.red-con .red-main .main-con::before {
    display: block;
    position: absolute;
    top: -85px;
    content: '';
    width: 110px;
    height: 110px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 4px solid #fff;
    left: -8px
}

.red-con .red-main .red-tips {
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-top: 10px
}

.red-con #red-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: #444;
    font-size: 40px;
    text-decoration: none
}

.red-con #red-close em {
    font-size: 12px;
    color: #ccc;
    float: left;
    margin-right: 10px;
    margin-top: 13px
}

.red-con #red-close:hover {
    color: #999
}

.red-con .img-con {
    position: relative
}

.red-con .img-con:hover .img-hide {
    display: block;
    right: 0
}

.red-con .img-con .img-show {
    width: 180px
}

.red-con .img-con .img-hide {
    position: absolute;
    bottom: -50px;
    right: -200px;
    display: none;
    width: 450px;
    border: 0
}

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 800px, 0);
        transform: translate3d(0, 800px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-moz-keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -moz-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -moz-transform: translate3d(0, 800px, 0);
        transform: translate3d(0, 800px, 0)
    }
    60% {
        opacity: 1;
        -moz-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -moz-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -moz-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -moz-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 800px, 0);
        -moz-transform: translate3d(0, 800px, 0);
        transform: translate3d(0, 800px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        -moz-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        -moz-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        -moz-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    -moz-animation-name: bounceInUp;
    animation-name: bounceInUp;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@-moz-keyframes swing {
    20% {
        -moz-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -moz-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -moz-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -moz-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -moz-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        -moz-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        -moz-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        -moz-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        -moz-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        -moz-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    -moz-animation-name: swing;
    animation-name: swing;
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    animation-delay: 3s
}

.btm-con {
    position: relative;
    display: none;
    text-decoration: none;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    background: #ff404b;
    color: #fff;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.btm-con.active {
    display: block
}

.btm-con:hover {
    text-decoration: underline
}

.btm-con:hover .qr-con {
    display: block
}

.btm-con .qr-con {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 50px;
    width: 200px;
    margin-left: -100px;
    text-align: center;
    color: #444;
    font-size: 12px;
    padding: 5px;
    border: 1px solid #999;
    background: #fff
}

.btm-con .qr-con img {
    width: 200px
}

@media screen and (max-width: 640px) {
    .dialog-ali, .red-con {
        display: none !important
    }

    .aside-nav {
        display: none !important
    }
}

@media screen and (min-width: 641px) and (max-width: 1367px) {
    .red-con .img-con .img-show {
        width: 120px
    }

    .red-con .img-con .img-hide {
        width: 380px
    }

    .aside-nav {
        top: 120px
    }
}

.left-panel .auto-query-con::before {
    background-position: 0px 0px
}

.left-panel .main-menu .fa.fa-home {
    background-position: 0px -19px
}

.left-panel .main-menu .fa.fa-leaf {
    background-position: 0px -38px
}

.left-panel .main-menu .fa.fa-bug {
    background-position: 0px -57px
}

.left-panel .main-menu .fa.fa-card {
    background-position: 0px -76px
}

.left-panel .main-menu .fa.fa-sms {
    background-position: 0px -95px
}

.left-panel .main-menu .fa.fa-user {
    background-position: 0px -114px
}

.left-panel .main-menu > li.active .fa-home {
    background-position: 0px -133px
}

.left-panel .main-menu .menu-title:hover .fa-home {
    background-position: 0px -133px
}

.left-panel .main-menu > li.active .fa-leaf {
    background-position: 0px -152px
}

.left-panel .main-menu .menu-title:hover .fa-leaf {
    background-position: 0px -152px
}

.left-panel .main-menu > li.active .fa-bug {
    background-position: 0px -171px
}

.left-panel .main-menu .menu-title:hover .fa-bug {
    background-position: 0px -171px
}

.left-panel .main-menu > li.active .fa-card {
    background-position: 0px -190px
}

.left-panel .main-menu .menu-title:hover .fa-card {
    background-position: 0px -190px
}

.left-panel .main-menu > li.active .fa-sms {
    background-position: 0px -209px
}

.left-panel .main-menu .menu-title:hover .fa-sms {
    background-position: 0px -209px
}

.left-panel .main-menu > li.active .fa-user {
    background-position: 0px -228px
}

.left-panel .main-menu .menu-title:hover .fa-user {
    background-position: 0px -228px
}

.left-panel .auto-query-con::before, .left-panel .main-menu .fa.fa-home, .left-panel .main-menu .fa.fa-leaf, .left-panel .main-menu .fa.fa-bug, .left-panel .main-menu .fa.fa-card, .left-panel .main-menu .fa.fa-sms, .left-panel .main-menu .fa.fa-user, .left-panel .main-menu > li.active .fa-home, .left-panel .main-menu .menu-title:hover .fa-home, .left-panel .main-menu > li.active .fa-leaf, .left-panel .main-menu .menu-title:hover .fa-leaf, .left-panel .main-menu > li.active .fa-bug, .left-panel .main-menu .menu-title:hover .fa-bug, .left-panel .main-menu > li.active .fa-card, .left-panel .main-menu .menu-title:hover .fa-card, .left-panel .main-menu > li.active .fa-sms, .left-panel .main-menu .menu-title:hover .fa-sms, .left-panel .main-menu > li.active .fa-user, .left-panel .main-menu .menu-title:hover