@charset "UTF-8";

html {
    box-sizing: border-box
}

*,::after,::before {
    box-sizing: inherit
}

.btn,.btn-block,.modal-footer .btn-negative,.modal-footer .btn-positive,.tag {
    display: inline-block;
    width: auto;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    letter-spacing: 1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .1s ease-in-out
}

.btn .icon,.btn-block .icon,.btn-block>.i,.btn>.i,.modal-footer .btn-negative .icon,.modal-footer .btn-negative>.i,.modal-footer .btn-positive .icon,.modal-footer .btn-positive>.i,.tag .icon,.tag>.i {
    margin-right: 5px;
    vertical-align: middle
}

.btn-block {
    display: block;
    width: 100%
}

.btn-disabled {
    color: #909090;
    background-color: #ddd;
    border: 1px solid #ddd;
    cursor: default!important
}

.btn-disabled:focus,.btn-disabled:hover {
    color: #909090
}

.btn-disabled:focus,.btn-disabled:hover {
    background-color: #ddd
}

.btn-disabled:active {
    background-color: #ddd;
    box-shadow: none
}

.btn-golden {
    color: #fff;
    background-color: 1.618;
    border: 1px solid 1.618
}

.btn-golden:focus,.btn-golden:hover {
    color: #fff
}

.btn-orange,.tag-orange {
    color: #fff;
    background-color: #fb9213;
    border: 1px solid #fb9213
}

.btn-orange:focus,.btn-orange:hover,.tag-orange:focus,.tag-orange:hover {
    color: #fff
}

.btn-red {
    color: #fff;
    background-color: #ff3d3d;
    border: 1px solid #ff3d3d
}

.btn-red:focus,.btn-red:hover {
    color: #fff
}

.btn-red:hover {
    background-color: #e63737
}

.btn-tangelo,.tag-tangelo {
    color: #fff;
    background-color: #f94d00;
    border: 1px solid #f94d00
}

.btn-tangelo:focus,.btn-tangelo:hover,.tag-tangelo:focus,.tag-tangelo:hover {
    color: #fff
}

.btn-green {
    color: #fff;
    background-color: #6fb24f;
    border: 1px solid #6fb24f
}

.btn-green:focus,.btn-green:hover {
    color: #fff
}

.btn-skyblue {
    color: #fff;
    background-color: #4f9bff;
    border: 1px solid #4f9bff
}

.btn-skyblue:focus,.btn-skyblue:hover {
    color: #fff
}

.btn-skyblue:hover {
    background-color: #478ce6
}

.btn-blue,.modal-footer .btn-positive,.tag-blue {
    color: #fff;
    background-color: #0066d0;
    border: 1px solid #0066d0
}

.btn-blue:focus,.btn-blue:hover,.modal-footer .btn-positive:focus,.modal-footer .btn-positive:hover,.tag-blue:focus,.tag-blue:hover {
    color: #fff
}

.btn-blue:focus,.btn-blue:hover,.modal-footer .btn-positive:focus,.modal-footer .btn-positive:hover,.tag-blue:focus,.tag-blue:hover {
    box-shadow: none;
    background-color: #005cbb
}

.btn-grey,.modal-footer .btn-negative,.tag-grey {
    color: #333;
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
    border-color: #dadada
}

.btn-grey:focus,.btn-grey:hover,.modal-footer .btn-negative:focus,.modal-footer .btn-negative:hover,.tag-grey:focus,.tag-grey:hover {
    color: #333
}

.btn-grey:focus,.btn-grey:hover,.modal-footer .btn-negative:focus,.modal-footer .btn-negative:hover,.tag-grey:focus,.tag-grey:hover {
    color: #333;
    background-color: #e4e4e4
}

.btn-normal {
    color: #fff;
    background-color: #41464a;
    border: 1px solid #41464a;
    border-color: #41464a
}

.btn-normal:focus,.btn-normal:hover {
    color: #fff
}

.btn-normal:focus,.btn-normal:hover {
    color: #fff;
    background-color: #3e4346
}

.btn-xs,.tag-xs {
    font-size: 12px;
    line-height: 26px;
    padding: 0 10px;
    border-radius: 3px
}

.btn-sm,.tag-sm {
    font-size: 14px;
    line-height: 32px;
    padding: 0 14px;
    border-radius: 3px
}

.btn-md,.tag-md {
    font-size: 16px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 3px
}

.btn-lg,.modal-footer .btn-negative,.modal-footer .btn-positive,.tag-lg {
    font-size: 16px;
    line-height: 42px;
    padding: 0 24px;
    border-radius: 3px
}

.btn-xl,.tag-xl {
    font-size: 18px;
    line-height: 46px;
    padding: 0 28px;
    border-radius: 5px
}

.btn-link {
    color: #3385d9;
    transition: all .1s ease-in-out
}

.btn-link:hover {
    color: #80b3e8
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 1180px
}

.page-wrap {
    margin-bottom: 40px
}

.breadcrumb:after,.breadcrumb:before,.clearfix:after,.clearfix:before,.exchange-operation-panel:after,.exchange-operation-panel:before,.painter-list-box .painter-list:after,.painter-list-box .painter-list:before,.status-scroll-tabs:after,.status-scroll-tabs:before,.tabs-content-topbar:after,.tabs-content-topbar:before,.transfer-confirm-panel:after,.transfer-confirm-panel:before {
    content: " ";
    display: table
}

.breadcrumb:after,.clearfix:after,.exchange-operation-panel:after,.painter-list-box .painter-list:after,.status-scroll-tabs:after,.tabs-content-topbar:after,.transfer-confirm-panel:after {
    clear: both
}

.ellipsis,.status-live-index,.status-scroll-tabs>li,.tabs-content-topbar .content-topbar-left,.tabs-nav-f10>li>a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal
}

.width-auto {
    width: auto
}

.clear-left {
    clear: left
}

.no-margin {
    margin: 0!important
}

.no-margin-left {
    margin-left: 0!important
}

.no-margin-right {
    margin-right: 0!important
}

.no-margin-top {
    margin-top: 0!important
}

.no-margin-bottom {
    margin-bottom: 0!important
}

.no-padding {
    padding: 0!important
}

.no-padding-left {
    padding-left: 0!important
}

.no-padding-right {
    padding-right: 0!important
}

.no-padding-top {
    padding-top: 0!important
}

.no-padding-bottom {
    padding-bottom: 0!important
}

.mt-30 {
    margin-top: 30px
}

.ml-100 {
    margin-left: 100px
}

.mr-30 {
    margin-right: 30px
}

.ml-20 {
    margin-left: 20px
}

.border-dashed {
    border-bottom: 1px dashed #dcdcdc
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.float-none {
    float: none
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

.text-justify {
    text-align: justify!important
}

.colored-golden {
    color: 1.618
}

.colored-orange {
    color: #fb9213
}

.colored-tangelo {
    color: #f94d00
}

.colored-blue {
    color: #0066d0
}

.colored-fadeblue {
    color: #5c76b2
}

.colored-pink {
    color: #fc4b4e
}

.colored-white {
    color: #fff
}

.colored-black {
    color: #000
}

.colored-grey {
    color: #999
}

.colored-green {
    color: #6fb24f!important
}

.colored-red {
    color: #ff3d3d!important
}

.colored-olive {
    color: #a49e01
}

.colored-yellow {
    color: #fedb4e!important
}

.colored-cyan {
    color: #0ff
}

.tag {
    cursor: text
}

a[class|=colored]:focus,a[class|=colored]:hover {
    text-decoration: underline
}

.hidden,[hidden] {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.affix {
    position: fixed
}

.required-inline-block {
    display: block;
    padding: 20px;
    font-size: 15px;
    line-height: 30px;
    color: #333
}

.required-inline-block>a {
    color: #0066d0;
    font-size: 15px
}

.bg-grey {
    background-color: #e9eaec
}

.bg-grey {
    background-color: #fbfbfa
}

.bg-blue {
    background-color: #167ce4
}

.bg-green {
    background-color: #00aa3c
}

.bg-litteblack {
    background-color: #202427!important
}

.icon {
    display: inline-block
}

.icon-clock {
    background-image: url(../images/sprite.png);
    background-position: -110px -140px;
    width: 16px;
    height: 16px
}

.icon-exit {
    background-image: url(../images/sprite.png);
    background-position: -78px 0;
    width: 36px;
    height: 40px
}

.icon-exit-active,.nav-aside>a.active .icon-exit,.nav-aside>a:hover .icon-exit {
    background-image: url(../images/sprite.png);
    background-position: -42px 0;
    width: 36px;
    height: 40px
}

.icon-f10 {
    background-image: url(../images/sprite.png);
    background-position: -150px 0;
    width: 30px;
    height: 31px
}

.icon-f10-active,.nav-aside>a.active .icon-f10,.nav-aside>a:hover .icon-f10 {
    background-image: url(../images/sprite.png);
    background-position: -150px -31px;
    width: 30px;
    height: 31px
}

.icon-feedback {
    background-image: url(../images/sprite.png);
    background-position: -44px -140px;
    width: 18px;
    height: 16px
}

.icon-kline {
    background-image: url(../images/sprite.png);
    background-position: -114px -30px;
    width: 36px;
    height: 30px
}

.icon-kline-active,.nav-aside>a.active .icon-kline,.nav-aside>a:hover .icon-kline {
    background-image: url(../images/sprite.png);
    background-position: -114px 0;
    width: 36px;
    height: 30px
}

.icon-news {
    background-image: url(../images/sprite.png);
    background-position: -114px -60px;
    width: 36px;
    height: 27px
}

.icon-news-active,.nav-aside>a.active .icon-news,.nav-aside>a:hover .icon-news {
    background-image: url(../images/sprite.png);
    background-position: 0 -113px;
    width: 36px;
    height: 27px
}

.icon-panel {
    background-image: url(../images/sprite.png);
    background-position: -72px -78px;
    width: 36px;
    height: 33px
}

.icon-panel-active,.nav-aside>a.active .icon-panel,.nav-aside>a:hover .icon-panel {
    background-image: url(../images/sprite.png);
    background-position: -36px -78px;
    width: 36px;
    height: 33px
}

.icon-search {
    background-image: url(../images/sprite.png);
    background-position: -126px -140px;
    width: 16px;
    height: 16px
}

.icon-setting {
    background-image: url(../images/sprite.png);
    background-position: -150px -62px;
    width: 28px;
    height: 21px
}

.icon-transation {
    background-image: url(../images/sprite.png);
    background-position: 0 -42px;
    width: 36px;
    height: 36px
}

.icon-transation-active,.nav-aside>a.active .icon-transation,.nav-aside>a:hover .icon-transation {
    background-image: url(../images/sprite.png);
    background-position: -36px -42px;
    width: 36px;
    height: 36px
}

.icon-wave {
    background-image: url(../images/sprite.png);
    background-position: -72px -174px;
    width: 13px;
    height: 10px
}

.icon-wifi {
    background-image: url(../images/sprite.png);
    background-position: -131px -87px;
    width: 18px;
    height: 18px
}

.icon-radio,.radio-custom:after {
    background-image: url(../images/sprite.png);
    background-position: -131px -156px;
    width: 14px;
    height: 14px
}

.icon-radio-active,.radio-custom.active:after {
    background-image: url(../images/sprite.png);
    background-position: -117px -156px;
    width: 14px;
    height: 14px
}

.icon-canlendar {
    background-image: url(../images/sprite.png);
    background-position: -36px -113px;
    width: 18px;
    height: 18px
}

.icon-check-blue {
    background-image: url(../images/sprite.png);
    background-position: 0 0;
    width: 42px;
    height: 42px
}

.icon-connecting {
    background-image: url(../images/sprite.png);
    background-position: -72px -113px;
    width: 18px;
    height: 18px
}

.icon-disconnect {
    background-image: url(../images/sprite.png);
    background-position: -54px -113px;
    width: 18px;
    height: 18px
}

.icon-notice {
    background-image: url(../images/sprite.png);
    background-position: -128px -113px;
    width: 18px;
    height: 16px
}

.icon-painter {
    background-image: url(../images/sprite.png);
    background-position: -89px -156px;
    width: 14px;
    height: 14px
}

.btn-select:hover .icon-painter,.icon-light-painter {
    background-image: url(../images/sprite.png);
    background-position: -145px -156px;
    width: 14px;
    height: 14px
}

.icon-full-screen {
    background-image: url(../images/sprite.png);
    background-position: -173px -156px;
    width: 14px;
    height: 14px
}

.btn-select:hover .icon-full-screen,.f10-hd .f10-hd-btn .hd-btn-item:first-child:hover .icon,.icon-full-screen:hover,.icon-light-full-screen,.nav-tabs-kline>li>a.full-screen:hover .icon {
    background-image: url(../images/sprite.png);
    background-position: -159px -156px;
    width: 14px;
    height: 14px
}

.icon-add {
    background-image: url(../images/sprite.png);
    background-position: -180px -122px;
    width: 8px;
    height: 8px
}

.btn-select:hover .icon-add,.icon-light-add {
    background-image: url(../images/sprite.png);
    background-position: -180px -114px;
    width: 8px;
    height: 8px
}

.icon-finish {
    background-image: url(../images/sprite.png);
    background-position: -180px -106px;
    width: 10px;
    height: 8px
}

.btn-select:hover .icon-finish,.icon-light-finish {
    background-image: url(../images/sprite.png);
    background-position: -180px -98px;
    width: 10px;
    height: 8px
}

.icon-own-selected,.nav-aside>a.active .icon-own-select,.nav-aside>a:hover .icon-own-select {
    background-image: url(../images/sprite.png);
    background-position: 0 -78px;
    width: 36px;
    height: 35px
}

.icon-own-select {
    background-image: url(../images/sprite.png);
    background-position: -72px -42px;
    width: 36px;
    height: 35px
}

.icon-unfold {
    background-image: url(../images/sprite.png);
    background-position: -58px -174px;
    width: 14px;
    height: 11px
}

.icon-light-unfold,.unfold-btn:hover .icon-unfold {
    background-image: url(../images/sprite.png);
    background-position: -44px -174px;
    width: 14px;
    height: 11px
}

.icon-refresh {
    background-image: url(../images/sprite.png);
    background-position: -62px -140px;
    width: 16px;
    height: 16px
}

.icon-refresh-md {
    background-image: url(../images/sprite.png);
    background-position: -90px -113px;
    width: 20px;
    height: 16px
}

.icon-light-refresh,.refresh-btn:hover .icon-refresh,.refresh-fund-btn:hover>.icon,.trade-main-item .form-operation .btn-action:hover .icon-refresh {
    background-image: url(../images/sprite.png);
    background-position: -94px -140px;
    width: 16px;
    height: 16px
}

.icon-lock-screen {
    background-image: url(../images/sprite.png);
    background-position: -60px -156px;
    width: 15px;
    height: 18px
}

.icon-minus {
    background-image: url(../images/sprite.png);
    background-position: -150px -132px;
    width: 13px;
    height: 2px
}

.icon-turn-off {
    background-image: url(../images/sprite.png);
    background-position: -44px -156px;
    width: 16px;
    height: 18px
}

.icon-golden-lock {
    background-image: url(../images/sprite.png);
    background-position: -114px -87px;
    width: 17px;
    height: 20px
}

.icon-cross {
    background-image: url(../images/sprite.png);
    background-position: -78px -140px;
    width: 16px;
    height: 16px
}

.app-header .tabs-nav .tabs-nav-item.active .icon,.icon-light-cross {
    background-image: url(../images/sprite.png);
    background-position: -158px -140px;
    width: 16px;
    height: 16px
}

.icon-close {
    background-image: url(../images/sprite.png);
    background-position: -103px -156px;
    width: 14px;
    height: 14px
}

.f10-hd .f10-hd-btn .hd-btn-item:first-child+.hd-btn-item:hover .icon,.icon-light-close {
    background-image: url(../images/sprite.png);
    background-position: -75px -156px;
    width: 14px;
    height: 14px
}

.icon-maximize {
    background-image: url(../images/sprite.png);
    background-position: -142px -140px;
    width: 16px;
    height: 16px
}

.icon-restore {
    background-image: url(../images/sprite.png);
    background-position: -174px -140px;
    width: 16px;
    height: 16px
}

.form-operation-wrap-arrow .right-arrow,.icon-l1arrow {
    background-image: url(../images/sprite.png);
    background-position: -11px -140px;
    width: 11px;
    height: 49px
}

.form-operation-wrap-arrow .left-arrow.active,.icon-l2arrow {
    background-image: url(../images/sprite.png);
    background-position: -180px 0;
    width: 11px;
    height: 49px
}

.form-operation-wrap-arrow .right-arrow.active,.icon-r1arrow {
    background-image: url(../images/sprite.png);
    background-position: 0 -140px;
    width: 11px;
    height: 49px
}

.form-operation-wrap-arrow .left-arrow,.icon-r2arrow {
    background-image: url(../images/sprite.png);
    background-position: -22px -140px;
    width: 11px;
    height: 49px
}

.form-operation-wrap-arrow .right-arrow:hover,.icon-l1arrowhover {
    background-image: url(../images/sprite.png);
    background-position: -150px -83px;
    width: 11px;
    height: 49px
}

.form-operation-wrap-arrow .left-arrow.active:hover,.icon-l2arrowhover {
    background-image: url(../images/sprite.png);
    background-position: -180px -49px;
    width: 11px;
    height: 49px
}

.form-operation-wrap-arrow .right-arrow.active:hover,.icon-r1arrowhover {
    background-image: url(../images/sprite.png);
    background-position: -161px -83px;
    width: 11px;
    height: 49px
}

.form-operation-wrap-arrow .left-arrow:hover,.icon-r2arrowhover {
    background-image: url(../images/sprite.png);
    background-position: -33px -140px;
    width: 11px;
    height: 49px
}

.breadcrumb>li+li:before {
    content: "";
    padding: 0;
    color: inherit
}

.breadcrumb {
    margin: 0;
    padding: 20px 0;
    width: 100%;
    background-color: transparent;
    border-radius: 0
}

.breadcrumb>li,.breadcrumb>li>a {
    float: left;
    font-size: 13px;
    line-height: 30px;
    color: #32353d
}

.breadcrumb>li>a:focus,.breadcrumb>li>a:hover {
    color: #0066d0
}

.breadcrumb>li+li {
    position: relative;
    margin-right: 20px
}

.breadcrumb>li+li:before {
    content: "";
    margin: 0;
    padding: 0
}

.breadcrumb>li+li:after {
    content: "";
    position: absolute;
    right: -12px;
    top: 50%;
    margin-top: -4px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #aaa
}

.breadcrumb>li:last-child:after {
    content: "";
    border: none
}

.breadcrumb.bordered-bottom {
    border-bottom: 1px solid #dadada
}

.preloader {
    min-width: 32px;
    min-height: 32px;
    background: url(../images/preloader.gif) no-repeat 50% transparent
}

.col-1 {
    width: 1%
}

.col-offset-1 {
    margin-left: 1%
}

.col-2 {
    width: 2%
}

.col-offset-2 {
    margin-left: 2%
}

.col-3 {
    width: 3%
}

.col-offset-3 {
    margin-left: 3%
}

.col-4 {
    width: 4%
}

.col-offset-4 {
    margin-left: 4%
}

.col-5 {
    width: 5%
}

.col-offset-5 {
    margin-left: 5%
}

.col-6 {
    width: 6%
}

.col-offset-6 {
    margin-left: 6%
}

.col-7 {
    width: 7%
}

.col-offset-7 {
    margin-left: 7%
}

.col-8 {
    width: 8%
}

.col-offset-8 {
    margin-left: 8%
}

.col-9 {
    width: 9%
}

.col-offset-9 {
    margin-left: 9%
}

.col-10 {
    width: 10%
}

.col-offset-10 {
    margin-left: 10%
}

.col-11 {
    width: 11%
}

.col-offset-11 {
    margin-left: 11%
}

.col-12 {
    width: 12%
}

.col-offset-12 {
    margin-left: 12%
}

.col-13 {
    width: 13%
}

.col-offset-13 {
    margin-left: 13%
}

.col-14 {
    width: 14%
}

.col-offset-14 {
    margin-left: 14%
}

.col-15 {
    width: 15%
}

.col-offset-15 {
    margin-left: 15%
}

.col-16 {
    width: 16%
}

.col-offset-16 {
    margin-left: 16%
}

.col-17 {
    width: 17%
}

.col-offset-17 {
    margin-left: 17%
}

.col-18 {
    width: 18%
}

.col-offset-18 {
    margin-left: 18%
}

.col-19 {
    width: 19%
}

.col-offset-19 {
    margin-left: 19%
}

.col-20 {
    width: 20%
}

.col-offset-20 {
    margin-left: 20%
}

.col-21 {
    width: 21%
}

.col-offset-21 {
    margin-left: 21%
}

.col-22 {
    width: 22%
}

.col-offset-22 {
    margin-left: 22%
}

.col-23 {
    width: 23%
}

.col-offset-23 {
    margin-left: 23%
}

.col-24 {
    width: 24%
}

.col-offset-24 {
    margin-left: 24%
}

.col-25 {
    width: 25%
}

.col-offset-25 {
    margin-left: 25%
}

.col-26 {
    width: 26%
}

.col-offset-26 {
    margin-left: 26%
}

.col-27 {
    width: 27%
}

.col-offset-27 {
    margin-left: 27%
}

.col-28 {
    width: 28%
}

.col-offset-28 {
    margin-left: 28%
}

.col-29 {
    width: 29%
}

.col-offset-29 {
    margin-left: 29%
}

.col-30 {
    width: 30%
}

.col-offset-30 {
    margin-left: 30%
}

.col-31 {
    width: 31%
}

.col-offset-31 {
    margin-left: 31%
}

.col-32 {
    width: 32%
}

.col-offset-32 {
    margin-left: 32%
}

.col-33 {
    width: 33%
}

.col-offset-33 {
    margin-left: 33%
}

.col-34 {
    width: 34%
}

.col-offset-34 {
    margin-left: 34%
}

.col-35 {
    width: 35%
}

.col-offset-35 {
    margin-left: 35%
}

.col-36 {
    width: 36%
}

.col-offset-36 {
    margin-left: 36%
}

.col-37 {
    width: 37%
}

.col-offset-37 {
    margin-left: 37%
}

.col-38 {
    width: 38%
}

.col-offset-38 {
    margin-left: 38%
}

.col-39 {
    width: 39%
}

.col-offset-39 {
    margin-left: 39%
}

.col-40 {
    width: 40%
}

.col-offset-40 {
    margin-left: 40%
}

.col-41 {
    width: 41%
}

.col-offset-41 {
    margin-left: 41%
}

.col-42 {
    width: 42%
}

.col-offset-42 {
    margin-left: 42%
}

.col-43 {
    width: 43%
}

.col-offset-43 {
    margin-left: 43%
}

.col-44 {
    width: 44%
}

.col-offset-44 {
    margin-left: 44%
}

.col-45 {
    width: 45%
}

.col-offset-45 {
    margin-left: 45%
}

.col-46 {
    width: 46%
}

.col-offset-46 {
    margin-left: 46%
}

.col-47 {
    width: 47%
}

.col-offset-47 {
    margin-left: 47%
}

.col-48 {
    width: 48%
}

.col-offset-48 {
    margin-left: 48%
}

.col-49 {
    width: 49%
}

.col-offset-49 {
    margin-left: 49%
}

.col-50 {
    width: 50%
}

.col-offset-50 {
    margin-left: 50%
}

.col-51 {
    width: 51%
}

.col-offset-51 {
    margin-left: 51%
}

.col-52 {
    width: 52%
}

.col-offset-52 {
    margin-left: 52%
}

.col-53 {
    width: 53%
}

.col-offset-53 {
    margin-left: 53%
}

.col-54 {
    width: 54%
}

.col-offset-54 {
    margin-left: 54%
}

.col-55 {
    width: 55%
}

.col-offset-55 {
    margin-left: 55%
}

.col-56 {
    width: 56%
}

.col-offset-56 {
    margin-left: 56%
}

.col-57 {
    width: 57%
}

.col-offset-57 {
    margin-left: 57%
}

.col-58 {
    width: 58%
}

.col-offset-58 {
    margin-left: 58%
}

.col-59 {
    width: 59%
}

.col-offset-59 {
    margin-left: 59%
}

.col-60 {
    width: 60%
}

.col-offset-60 {
    margin-left: 60%
}

.col-61 {
    width: 61%
}

.col-offset-61 {
    margin-left: 61%
}

.col-62 {
    width: 62%
}

.col-offset-62 {
    margin-left: 62%
}

.col-63 {
    width: 63%
}

.col-offset-63 {
    margin-left: 63%
}

.col-64 {
    width: 64%
}

.col-offset-64 {
    margin-left: 64%
}

.col-65 {
    width: 65%
}

.col-offset-65 {
    margin-left: 65%
}

.col-66 {
    width: 66%
}

.col-offset-66 {
    margin-left: 66%
}

.col-67 {
    width: 67%
}

.col-offset-67 {
    margin-left: 67%
}

.col-68 {
    width: 68%
}

.col-offset-68 {
    margin-left: 68%
}

.col-69 {
    width: 69%
}

.col-offset-69 {
    margin-left: 69%
}

.col-70 {
    width: 70%
}

.col-offset-70 {
    margin-left: 70%
}

.col-71 {
    width: 71%
}

.col-offset-71 {
    margin-left: 71%
}

.col-72 {
    width: 72%
}

.col-offset-72 {
    margin-left: 72%
}

.col-73 {
    width: 73%
}

.col-offset-73 {
    margin-left: 73%
}

.col-74 {
    width: 74%
}

.col-offset-74 {
    margin-left: 74%
}

.col-75 {
    width: 75%
}

.col-offset-75 {
    margin-left: 75%
}

.col-76 {
    width: 76%
}

.col-offset-76 {
    margin-left: 76%
}

.col-77 {
    width: 77%
}

.col-offset-77 {
    margin-left: 77%
}

.col-78 {
    width: 78%
}

.col-offset-78 {
    margin-left: 78%
}

.col-79 {
    width: 79%
}

.col-offset-79 {
    margin-left: 79%
}

.col-80 {
    width: 80%
}

.col-offset-80 {
    margin-left: 80%
}

.col-81 {
    width: 81%
}

.col-offset-81 {
    margin-left: 81%
}

.col-82 {
    width: 82%
}

.col-offset-82 {
    margin-left: 82%
}

.col-83 {
    width: 83%
}

.col-offset-83 {
    margin-left: 83%
}

.col-84 {
    width: 84%
}

.col-offset-84 {
    margin-left: 84%
}

.col-85 {
    width: 85%
}

.col-offset-85 {
    margin-left: 85%
}

.col-86 {
    width: 86%
}

.col-offset-86 {
    margin-left: 86%
}

.col-87 {
    width: 87%
}

.col-offset-87 {
    margin-left: 87%
}

.col-88 {
    width: 88%
}

.col-offset-88 {
    margin-left: 88%
}

.col-89 {
    width: 89%
}

.col-offset-89 {
    margin-left: 89%
}

.col-90 {
    width: 90%
}

.col-offset-90 {
    margin-left: 90%
}

.col-91 {
    width: 91%
}

.col-offset-91 {
    margin-left: 91%
}

.col-92 {
    width: 92%
}

.col-offset-92 {
    margin-left: 92%
}

.col-93 {
    width: 93%
}

.col-offset-93 {
    margin-left: 93%
}

.col-94 {
    width: 94%
}

.col-offset-94 {
    margin-left: 94%
}

.col-95 {
    width: 95%
}

.col-offset-95 {
    margin-left: 95%
}

.col-96 {
    width: 96%
}

.col-offset-96 {
    margin-left: 96%
}

.col-97 {
    width: 97%
}

.col-offset-97 {
    margin-left: 97%
}

.col-98 {
    width: 98%
}

.col-offset-98 {
    margin-left: 98%
}

.col-99 {
    width: 99%
}

.col-offset-99 {
    margin-left: 99%
}

.col-100 {
    width: 100%
}

.col-offset-100 {
    margin-left: 100%
}

::-webkit-scrollbar {
    width: 16px
}

::-webkit-scrollbar-button {
    background-color: #2c2d2d
}

::-webkit-scrollbar-track:horizontal {
    border-left: 1px solid #2c2d2d;
    background-image: linear-gradient(to right,#0b0a0a,#111,#0b0a0a)
}

::-webkit-scrollbar-track:vertical {
    border-top: 1px solid #2c2d2d;
    background-image: linear-gradient(to right,#0b0a0a,#111,#0b0a0a)
}

::-webkit-scrollbar-thumb {
    background-color: #2c2d2d;
    border: 1px solid #434444
}

::-webkit-scrollbar-corner {
    background-color: #000
}

a {
    cursor: pointer
}

a:hover {
    text-decoration: none
}

.panel {
    border-radius: 0
}

label {
    margin-bottom: 0
}

.form-control {
    box-shadow: none
}

.input-group-addon {
    padding: 5px 12px
}

.checkbox,.radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0
}

.nav-tabs {
    border-bottom: none
}

.nav-tabs>li {
    margin-bottom: 0
}

.nav-tabs>li>a {
    margin-right: 0;
    line-height: normal;
    border-radius: 2px;
    padding: 0 15px
}

.nav-tabs>li>a:focus,.nav-tabs>li>a:hover {
    background-color: transparent;
    border-color: transparent
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
    color: #fff;
    border-color: transparent;
    background-color: #008df3
}

.table {
    table-layout: fixed
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
    padding: 15px 10px;
    line-height: normal;
    vertical-align: middle
}

.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr>td.active,.table>thead>tr>th.active {
    background-color: transparent
}

.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>th {
    text-align: center
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: transparent
}

.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #f9f9f9
}

.table-striped-alice>tbody>tr:nth-of-type(even) {
    background-color: #f3f8ff
}

.table-hover>tbody>tr:hover {
    background-color: transparent
}

.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
    border-bottom-width: 1px
}

.pagination {
    margin: 0;
    border-radius: 0
}

.form-horizontal .control-label {
    text-align: right
}

label {
    font-weight: 400
}

label .required {
    display: inline-block;
    margin-right: 3px;
    color: #f00000
}

.form-control {
    border-radius: 2px
}

.form-group {
    margin-bottom: 20px
}

.form-action .text-center {
    padding-top: 20px
}

.input-group-addon {
    border-radius: 2px
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    outline: 0
}

.btn-default.focus,.btn-default:focus {
    color: #333;
    background-color: #f4f4f4;
    border-color: #ccc;
    outline: 0
}

.btn-default:hover {
    color: #333;
    background-color: #f4f4f4;
    border-color: #ccc;
    outline: 0
}

.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #f4f4f4;
    border-color: #ccc;
    outline: 0
}

.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #f4f4f4;
    border-color: #ccc;
    outline: 0
}

.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default {
    background-image: none;
    outline: 0
}

.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc;
    outline: 0
}

.modal-backdrop {
    z-index: auto
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    min-width: 1024px;
    height: 100%
}

*,:after,:before {
    box-sizing: border-box
}

body {
    height: 100%;
    font-family: Arial,Helvetica,Microsoft Yahei,PingFang SC,Lantinghei SC,Hiragino Sans GB,Microsoft Sans Serif,WenQuanYi Micro Hei,Sans-Serif;
    background-color: #000;
    color: #32353d
}

a,b,body,button,dd,div,dl,dt,em,fieldset,figcaption,figure,form,h1,h2,h3,h4,h5,h6,hr,i,img,input,li,ol,option,p,select,span,strong,table,td,textarea,th,tr,ul {
    margin: 0;
    padding: 0;
    text-decoration: none;
    border: none;
    font-weight: 400
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

button,input,select,textarea {
    font-family: Arial,Helvetica,Microsoft Yahei,PingFang SC,Lantinghei SC,Hiragino Sans GB,Microsoft Sans Serif,WenQuanYi Micro Hei,Sans-Serif;
    outline: 0
}

img {
    box-sizing: content-box;
    border: 0
}

b,strong {
    font-weight: 700
}

a {
    background-color: transparent;
    outline: 0
}

li,ol,ul {
    list-style: none
}[role=button] {
    cursor: pointer
}

.table-market-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto
}

.table-market {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    width: auto
}

.table-market thead tr th {
    white-space: nowrap
}

.table-market tbody tr:hover td {
    cursor: pointer;
    background-color: #28437b
}

.table-market tbody tr.active td {
    cursor: default;
    background-color: #162a53
}

.table-market thead tr th {
    padding: 0 10px;
    font: 14px/25px serif;
    color: #999;
    border-bottom: 1px solid #2e2e2e;
    text-align: center;
    background-color: #000;
    overflow: hidden
}

.table-market tbody tr td {
    padding: 0 10px;
    font: 14px/25px serif;
    color: #dedede;
    line-height: 22px;
    white-space: nowrap
}

.table-market tbody tr .text-right {
    padding: 0 20px 0 0
}

.trade-main-item {
    position: relative;
    height: 100%
}

.trade-main-item .form-operation {
    height: 42px;
    padding: 7px 0;
    text-align: right
}

.trade-main-item .form-operation .btn-action {
    color: #ddd;
    font-size: 13px;
    width: 70px;
    height: 30px;
    line-height: 30px;
    background-color: #41464a;
    border-radius: 3px
}

.trade-main-item .form-operation .btn-action .icon {
    margin-right: 3px;
    vertical-align: sub;
    position: relative;
    top: 1px
}

.trade-main-item .form-operation .btn-action:hover {
    color: #fff
}

.table-operation {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    font-size: 13px;
    line-height: 17px
}

.table-operation thead tr th {
    white-space: nowrap
}

.table-operation tbody tr:hover td {
    cursor: pointer;
    background-color: #28437b
}

.table-operation tbody tr.active td {
    cursor: default;
    background-color: #162a53
}

.table-operation th {
    padding: 5px 0;
    color: #bbc1c7;
    background-color: #252b2f;
    text-align: center;
    border: 1px solid #000;
    border-top: none
}

.table-operation th:first-child {
    border-left: none
}

.table-operation td {
    word-wrap: break-word;
    padding: 5px 0;
    color: #fff;
    background-color: #14171a;
    border: 1px solid #222b31;
    padding-right: 15px
}

.table-operation td.text-center {
    padding: 5px
}

.table-operation td.text-left,.table-operation td.text-right {
    padding: 5px 10px
}

.table-operation td.no-data {
    padding-right: 0;
    letter-spacing: 1px;
    text-align: center
}

.table-operation td:first-child {
    border-left: none
}

.table-responsive-wrap {
    position: relative;
    width: 100%;
    -ms-transform: unset;
    transform: unset;
    overflow: auto
}

.table-responsive-wrap::-webkit-scrollbar:horizontal,.table-responsive-wrap::-webkit-scrollbar:vertical {
    width: 12px
}

.table-responsive-wrap::-webkit-scrollbar-thumb {
    border: 2px solid #0e1112
}

.table-responsive-wrap::-webkit-scrollbar-track {
    border-left: none
}

.table-record {
    background-color: #2e373e
}

.table-record thead tr th {
    color: #bbc1c7;
    font-size: 14px;
    border: 1px solid #3a424a;
    text-align: center;
    padding: 8px;
    background-color: #2e373e
}

.table-record tbody tr td {
    font-size: 14px;
    color: #fff;
    border: 1px solid #3a424a;
    padding: 12px;
    background-color: #2e373e
}

.table-duizhangdan {
    table-layout: fixed;
    width: 100%;
    text-align: center;
    font-size: 14px
}

.table-duizhangdan b {
    font-size: 18px
}

.table-duizhangdan tr>* {
    padding: 10px
}

.table-duizhangdan tr th {
    font-weight: bold;
    text-align: center;
    background-color: #f0f0f0;
    border-top: 1px solid #3a424a;
    border-bottom: 1px solid #3a424a
}

.table-duizhangdan tr th:first-child {
    border-left: 1px solid #3a424a
}

.table-duizhangdan tr th {
    word-wrap: break-word;
}

.table-duizhangdan tr th:last-child {
    border-right: 1px solid #3a424a
}

.table-duizhangdan tr td {
    word-wrap: break-word;
    border: 1px solid #3a424a
}

.table-duizhangdan thead+tbody tr td {
    border-left: none;
    border-right: none
}

.table-duizhangdan thead+tbody tr td:first-child {
    border-left: 1px solid #3a424a
}

.table-duizhangdan thead+tbody tr td:last-child {
    border-right: 1px solid #3a424a
}

.btn,.btn-block,.modal-footer .btn-negative,.modal-footer .btn-positive,.tag {
    display: inline-block;
    width: auto;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    letter-spacing: 1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .1s ease-in-out
}

.btn .icon,.btn-block .icon,.btn-block>.i,.btn>.i,.modal-footer .btn-negative .icon,.modal-footer .btn-negative>.i,.modal-footer .btn-positive .icon,.modal-footer .btn-positive>.i,.tag .icon,.tag>.i {
    margin-right: 5px;
    vertical-align: middle
}

.btn-block {
    display: block;
    width: 100%
}

.btn-disabled {
    color: #909090;
    background-color: #ddd;
    border: 1px solid #ddd;
    cursor: default!important
}

.btn-disabled:focus,.btn-disabled:hover {
    color: #909090
}

.btn-disabled:focus,.btn-disabled:hover {
    background-color: #ddd
}

.btn-disabled:active {
    background-color: #ddd;
    box-shadow: none
}

.btn-golden {
    color: #fff;
    background-color: 1.618;
    border: 1px solid 1.618
}

.btn-golden:focus,.btn-golden:hover {
    color: #fff
}

.btn-orange,.tag-orange {
    color: #fff;
    background-color: #fb9213;
    border: 1px solid #fb9213
}

.btn-orange:focus,.btn-orange:hover,.tag-orange:focus,.tag-orange:hover {
    color: #fff
}

.btn-red {
    color: #fff;
    background-color: #ff3d3d;
    border: 1px solid #ff3d3d
}

.btn-red:focus,.btn-red:hover {
    color: #fff
}

.btn-red:hover {
    background-color: #e63737
}

.btn-tangelo,.tag-tangelo {
    color: #fff;
    background-color: #f94d00;
    border: 1px solid #f94d00
}

.btn-tangelo:focus,.btn-tangelo:hover,.tag-tangelo:focus,.tag-tangelo:hover {
    color: #fff
}

.btn-green {
    color: #fff;
    background-color: #6fb24f;
    border: 1px solid #6fb24f
}

.btn-green:focus,.btn-green:hover {
    color: #fff
}

.btn-skyblue {
    color: #fff;
    background-color: #4f9bff;
    border: 1px solid #4f9bff
}

.btn-skyblue:focus,.btn-skyblue:hover {
    color: #fff
}

.btn-skyblue:hover {
    background-color: #478ce6
}

.btn-blue,.modal-footer .btn-positive,.tag-blue {
    color: #fff;
    background-color: #0066d0;
    border: 1px solid #0066d0
}

.btn-blue:focus,.btn-blue:hover,.modal-footer .btn-positive:focus,.modal-footer .btn-positive:hover,.tag-blue:focus,.tag-blue:hover {
    color: #fff
}

.btn-blue:focus,.btn-blue:hover,.modal-footer .btn-positive:focus,.modal-footer .btn-positive:hover,.tag-blue:focus,.tag-blue:hover {
    box-shadow: none;
    background-color: #005cbb
}

.btn-grey,.modal-footer .btn-negative,.tag-grey {
    color: #333;
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
    border-color: #dadada
}

.btn-grey:focus,.btn-grey:hover,.modal-footer .btn-negative:focus,.modal-footer .btn-negative:hover,.tag-grey:focus,.tag-grey:hover {
    color: #333
}

.btn-grey:focus,.btn-grey:hover,.modal-footer .btn-negative:focus,.modal-footer .btn-negative:hover,.tag-grey:focus,.tag-grey:hover {
    color: #333;
    background-color: #e4e4e4
}

.btn-normal {
    color: #fff;
    background-color: #41464a;
    border: 1px solid #41464a;
    border-color: #41464a
}

.btn-normal:focus,.btn-normal:hover {
    color: #fff
}

.btn-normal:focus,.btn-normal:hover {
    color: #fff;
    background-color: #3e4346
}

.btn-xs,.tag-xs {
    font-size: 12px;
    line-height: 26px;
    padding: 0 10px;
    border-radius: 3px
}

.btn-sm,.tag-sm {
    font-size: 14px;
    line-height: 32px;
    padding: 0 14px;
    border-radius: 3px
}

.btn-md,.tag-md {
    font-size: 16px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 3px
}

.btn-lg,.modal-footer .btn-negative,.modal-footer .btn-positive,.tag-lg {
    font-size: 16px;
    line-height: 42px;
    padding: 0 24px;
    border-radius: 3px
}

.btn-xl,.tag-xl {
    font-size: 18px;
    line-height: 46px;
    padding: 0 28px;
    border-radius: 5px
}

.btn-link {
    color: #3385d9;
    transition: all .1s ease-in-out
}

.btn-link:hover {
    color: #80b3e8
}

.pagination {
    display: block;
    font-size: 0;
    text-align: center
}

.pagination a {
    text-decoration: none;
    color: #bbc1c7;
    display: inline-block;
    background: 0 0;
    border-radius: 3px;
    padding: 0 9px;
    font-size: 14px;
    line-height: 26px;
    transition: all .05s ease-in-out
}

.pagination a:hover {
    text-decoration: none;
    background-color: #ececec;
    color: #333
}

.pagination ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-block
}

.pagination li {
    display: inline-block;
    margin: 0 2.5px
}

.pagination li.active a {
    background-color: #4f9bff;
    color: #fff;
    border-color: #308aff
}

.pagination li.active a:hover {
    text-decoration: none;
    cursor: default
}

.pagination .next.disabled,.pagination .prev.disabled {
    cursor: default;
    background: 0 0;
    color: #666
}

.pagination .next.disabled:hover,.pagination .prev.disabled:hover {
    cursor: default;
    text-decoration: none
}

.pagination .prev {
    margin-right: 2.5px
}

.pagination .next {
    margin-left: 2.5px
}

@media (max-width:767px) {
    .pagination li.active,.pagination li.active-sibling:nth-last-child(2),.pagination li:first-child,.pagination li:last-child {
        display: inline-block!important
    }

    .pagination li:first-child:nth-last-child(n+6)~li {
        display: none
    }

    .pagination li:first-child:nth-last-child(n+6)~li:nth-last-child(-n+3) {
        display: inline-block
    }

    .pagination li:first-child:nth-last-child(n+6)~li:nth-last-child(3):before {
        content: "\2026";
        font-size: 24px;
        display: inline-block;
        margin-right: 2.5px
    }

    .pagination li:first-child:nth-last-child(n+6).active:before,.pagination li:first-child:nth-last-child(n+6)~li.active:before {
        content: "\2026";
        font-size: 24px;
        display: inline-block;
        margin-right: 2.5px
    }

    .pagination li:first-child:nth-last-child(n+6).active:after,.pagination li:first-child:nth-last-child(n+6)~li.active:after {
        content: "\2026";
        font-size: 24px;
        display: inline-block;
        margin-left: 2.5px
    }

    .pagination li:first-child:nth-last-child(n+6).active:nth-child(-n+2):after,.pagination li:first-child:nth-last-child(n+6).active:nth-child(-n+2):before,.pagination li:first-child:nth-last-child(n+6).active:nth-last-child(-n+2):after,.pagination li:first-child:nth-last-child(n+6).active:nth-last-child(-n+2):before,.pagination li:first-child:nth-last-child(n+6)~li.active:nth-child(-n+2):after,.pagination li:first-child:nth-last-child(n+6)~li.active:nth-child(-n+2):before,.pagination li:first-child:nth-last-child(n+6)~li.active:nth-last-child(-n+2):after,.pagination li:first-child:nth-last-child(n+6)~li.active:nth-last-child(-n+2):before {
        display: none
    }

    .pagination li:first-child:nth-last-child(n+6).active~li:nth-last-child(-n+3),.pagination li:first-child:nth-last-child(n+6)~li.active~li:nth-last-child(-n+3) {
        display: none
    }

    .pagination li:first-child:nth-last-child(n+6).active~li:nth-child(-n+3),.pagination li:first-child:nth-last-child(n+6)~li.active~li:nth-child(-n+3) {
        display: inline-block
    }

    .pagination li:first-child:nth-last-child(n+6).active~li:nth-child(-n+2):after,.pagination li:first-child:nth-last-child(n+6)~li.active~li:nth-child(-n+2):after {
        display: none
    }

    .pagination li:first-child:nth-last-child(n+6).active~li:nth-child(3):after,.pagination li:first-child:nth-last-child(n+6)~li.active~li:nth-child(3):after {
        content: "\2026";
        font-size: 24px;
        display: inline-block;
        margin-left: 2.5px
    }
}

@media (min-width:768px) {
    .pagination li.active,.pagination li.active+li,.pagination li.active-sibling,.pagination li:first-child,.pagination li:last-child {
        display: inline-block!important
    }

    .pagination li:first-child:nth-last-child(n+8)~li {
        display: none
    }

    .pagination li:first-child:nth-last-child(n+8)~li.active-sibling:before {
        content: "\2026";
        font-size: 24px;
        display: inline-block;
        margin-right: 2.5px
    }

    .pagination li:first-child:nth-last-child(n+8)~li.active+li:after {
        content: "\2026";
        font-size: 24px;
        display: inline-block;
        margin-left: 2.5px
    }

    .pagination li:first-child:nth-last-child(n+8)~li:nth-last-child(-n+5) {
        display: inline-block
    }

    .pagination li:first-child:nth-last-child(n+8)~li:nth-last-child(5):before {
        content: "\2026";
        font-size: 24px;
        display: inline-block;
        margin-right: 2.5px
    }

    .pagination li:first-child:nth-last-child(n+8)~li.active-sibling:nth-last-child(-n+4):after,.pagination li:first-child:nth-last-child(n+8)~li.active-sibling:nth-last-child(-n+4):before,.pagination li:first-child:nth-last-child(n+8)~li:nth-child(-n+2):after,.pagination li:first-child:nth-last-child(n+8)~li:nth-child(-n+2):before,.pagination li:first-child:nth-last-child(n+8)~li:nth-last-child(-n+2):after,.pagination li:first-child:nth-last-child(n+8)~li:nth-last-child(-n+2):before {
        display: none!important
    }

    .pagination li:first-child:nth-last-child(n+8).active~li:nth-last-child(-n+5),.pagination li:first-child:nth-last-child(n+8)~li.active~li:nth-last-child(-n+5) {
        display: none
    }

    .pagination li:first-child:nth-last-child(n+8).active~li:nth-last-child(-n+5):before,.pagination li:first-child:nth-last-child(n+8)~li.active~li:nth-last-child(-n+5):before {
        display: none
    }

    .pagination li:first-child:nth-last-child(n+8).active~li:nth-child(-n+5),.pagination li:first-child:nth-last-child(n+8)~li.active~li:nth-child(-n+5) {
        display: inline-block
    }

    .pagination li:first-child:nth-last-child(n+8).active~li:nth-child(-n+4):after,.pagination li:first-child:nth-last-child(n+8)~li.active~li:nth-child(-n+4):after {
        display: none
    }

    .pagination li:first-child:nth-last-child(n+8).active~li:nth-child(5):after,.pagination li:first-child:nth-last-child(n+8)~li.active~li:nth-child(5):after {
        content: "\2026";
        font-size: 24px;
        display: inline-block;
        margin-left: 2.5px
    }

    .pagination li:first-child:nth-last-child(n+8).active:after,.pagination li:first-child:nth-last-child(n+8).active:before,.pagination li:first-child:nth-last-child(n+8)~li.active:after,.pagination li:first-child:nth-last-child(n+8)~li.active:before {
        display: none
    }
}

.modal button.close {
    margin-top: 2px
}

.modal button.close span {
    color: #fff;
    font-size: 3rem
}

.modal .modal-header {
    padding: 0 10px;
    background-color: #31363c;
    border-bottom-color: #1f2327
}

.modal .modal-body {
    padding: 20px 25px 10px;
    background-color: #31363c
}

.modal .modal-title {
    font-size: 16px;
    line-height: normal;
    color: #bbc1c7
}

.modal-notice .modal-dialog {
    width: 390px
}

.modal-notice .notice-content {
    padding: 40px 0;
    font-size: 16px;
    line-height: 42px;
    color: #bbc1c7;
    font-weight: 700;
    text-align: center
}

.modal-notice .notice-content .icon {
    margin-right: 10px;
    vertical-align: top
}

.modal-notice .notice-content p {
    display: inline-block;
    vertical-align: top
}

.modal-notice .modal-footer {
    padding: 0;
    border-top: none
}

.modal-notice .modal-footer .btn,.modal-notice .modal-footer .btn-block,.modal-notice .modal-footer .btn-negative,.modal-notice .modal-footer .btn-positive,.modal-notice .modal-footer .tag {
    border-radius: 0 0 4px 4px
}

.modal-about-system .modal-dialog {
    width: 400px
}

.modal-about-system .modal-dialog .modal-body {
    color: #b1b8be;
    text-align: center;
    padding-bottom: 20px
}

.modal-about-system .modal-dialog .modal-body>* {
    color: #b1b8be;
    margin: 0 auto
}

.modal-about-system .modal-dialog .modal-body img {
    width: 100%;
    height: 100%
}

.modal-about-system .modal-dialog .modal-body .modal-logo {
    width: 65px;
    height: 65px;
    margin-top: 5px
}

.modal-about-system .modal-dialog .modal-body .modal-system-name {
    margin-top: 10px;
    font-size: 16px
}

.modal-about-system .modal-dialog .modal-body .modal-tip {
    font-size: 14px;
    margin-top: 10px;
    color: #3f97de
}

.modal-ElectronicBidding .modal-dialog,.modal-protocol .modal-dialog {
    width: 1050px;
    margin: 5% auto 0!important
}

.modal-ElectronicBidding .modal-dialog .modal-content,.modal-protocol .modal-dialog .modal-content {
    background-color: #31363c
}

.modal-ElectronicBidding .modal-dialog .modal-header::after,.modal-protocol .modal-dialog .modal-header::after {
    clear: both;
    content: "";
    display: table
}

.modal-ElectronicBidding .modal-dialog .modal-header .modal-title,.modal-protocol .modal-dialog .modal-header .modal-title {
    padding-top: 15px
}

.modal-ElectronicBidding .modal-dialog .modal-header .tabs-nav,.modal-protocol .modal-dialog .modal-header .tabs-nav {
    margin: 10px auto;
    width: 420px;
    height: 34px;
    margin-top: -38px;
    background-color: #1e252d;
    border-radius: 5px;
    overflow: hidden
}

.modal-ElectronicBidding .modal-dialog .modal-header .tabs-nav li,.modal-protocol .modal-dialog .modal-header .tabs-nav li {
    float: left;
    font-size: 14px;
    width: 33.33%;
    text-align: center;
    height: 34px;
    line-height: 34px
}

.modal-ElectronicBidding .modal-dialog .modal-header .tabs-nav li a,.modal-protocol .modal-dialog .modal-header .tabs-nav li a {
    display: inline-block;
    width: 100%;
    color: #ddd;
    text-decoration: none;
    border-right: 1px solid #3a434e
}

.modal-ElectronicBidding .modal-dialog .modal-header .tabs-nav li a.last-child,.modal-protocol .modal-dialog .modal-header .tabs-nav li a.last-child {
    border-right: 0
}

.modal-ElectronicBidding .modal-dialog .modal-header .tabs-nav li a.active,.modal-protocol .modal-dialog .modal-header .tabs-nav li a.active {
    background-color: #4f9bff
}

.modal-ElectronicBidding .modal-dialog .modal-header .tabs-nav li a.active a,.modal-protocol .modal-dialog .modal-header .tabs-nav li a.active a {
    color: #fff
}

.modal-ElectronicBidding .modal-dialog .modal-body .tabs-nav,.modal-protocol .modal-dialog .modal-body .tabs-nav {
    margin: 10px auto;
    width: 420px;
    height: 34px;
    margin-top: -34px;
    background-color: #1e252d;
    border-radius: 5px;
    overflow: hidden
}

.modal-ElectronicBidding .modal-dialog .modal-body .tabs-nav li,.modal-protocol .modal-dialog .modal-body .tabs-nav li {
    float: left;
    font-size: 14px;
    width: 33.33%;
    text-align: center;
    height: 34px;
    line-height: 34px
}

.modal-ElectronicBidding .modal-dialog .modal-body .tabs-nav li a,.modal-protocol .modal-dialog .modal-body .tabs-nav li a {
    display: inline-block;
    width: 100%;
    color: #ddd;
    text-decoration: none;
    border-right: 1px solid #3a434e
}

.modal-ElectronicBidding .modal-dialog .modal-body .tabs-nav li a.last-child,.modal-protocol .modal-dialog .modal-body .tabs-nav li a.last-child {
    border-right: 0
}

.modal-ElectronicBidding .modal-dialog .modal-body .tabs-nav li a.active,.modal-protocol .modal-dialog .modal-body .tabs-nav li a.active {
    background-color: #4f9bff
}

.modal-ElectronicBidding .modal-dialog .modal-body .tabs-nav li a.active a,.modal-protocol .modal-dialog .modal-body .tabs-nav li a.active a {
    color: #fff
}

.modal-ElectronicBidding .modal-dialog .modal-body .title,.modal-protocol .modal-dialog .modal-body .title {
    font-size: 16px;
    color: #fde041;
    width: 100%;
    height: 34px;
    line-height: 34px
}

.modal-ElectronicBidding .modal-dialog .modal-body .tabs-content-electronicbidding .title,.modal-protocol .modal-dialog .modal-body .tabs-content-electronicbidding .title {
    font-size: 16px;
    color: #fde041;
    width: 100%;
    height: 34px;
    line-height: 34px
}

.modal-ElectronicBidding .modal-dialog .modal-body .tabs-content-electronicbidding .title-body,.modal-protocol .modal-dialog .modal-body .tabs-content-electronicbidding .title-body {
    font-size: 14px
}

.modal-ElectronicBidding .modal-dialog .modal-body .tabs-content-electronicbidding .title-body .form-body,.modal-protocol .modal-dialog .modal-body .tabs-content-electronicbidding .title-body .form-body {
    width: 100%
}

.modal-ElectronicBidding .modal-dialog .modal-body .tabs-content-electronicbidding .title-body .form-body .product-intro,.modal-protocol .modal-dialog .modal-body .tabs-content-electronicbidding .title-body .form-body .product-intro {
    padding: 0 30px;
    color: #999
}

.modal-ElectronicBidding .modal-dialog .modal-body .tabs-content-electronicbidding .title-body .form-body .form-group,.modal-protocol .modal-dialog .modal-body .tabs-content-electronicbidding .title-body .form-body .form-group {
    float: left
}

.modal-ElectronicBidding .modal-dialog .modal-body .tabs-content-electronicbidding .title-body .form-body .form-group label,.modal-protocol .modal-dialog .modal-body .tabs-content-electronicbidding .title-body .form-body .form-group label {
    text-align: right;
    line-height: 28px;
    color: #999
}

.modal-ElectronicBidding .modal-dialog .modal-body .tabs-content-electronicbidding .title-body .form-body .form-group .form-control,.modal-protocol .modal-dialog .modal-body .tabs-content-electronicbidding .title-body .form-body .form-group .form-control {
    display: inline-block;
    width: 134px;
    padding: 4px 10px;
    height: 28px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 0;
    background-color: #12202f;
    border: 1px solid #667076;
    box-shadow: none;
    color: #bbc1c7
}

.modal-ElectronicBidding .modal-dialog .modal-body .tabs-content-electronicbidding .title-body .form-body .form-group .form-control.onlyread,.modal-protocol .modal-dialog .modal-body .tabs-content-electronicbidding .title-body .form-body .form-group .form-control.onlyread {
    background-color: #444e56;
    color: #bbc1c7;
    border-color: #667076
}

.modal-ElectronicBidding .modal-dialog .modal-body .tabs-content-electronicbidding .title-body .form-body .form-group .form-control+span,.modal-protocol .modal-dialog .modal-body .tabs-content-electronicbidding .title-body .form-body .form-group .form-control+span {
    color: #999;
    padding-left: 5px
}

.modal-ElectronicBidding .modal-dialog .modal-body .tabs-content-electronicbidding .title-body .form-body .form-group .form-control.bigger-width,.modal-protocol .modal-dialog .modal-body .tabs-content-electronicbidding .title-body .form-body .form-group .form-control.bigger-width {
    width: 184px
}

.modal-ElectronicBidding .modal-dialog .modal-body .tabs-content-electronicbidding .title-body .form-body .form-group .form-control:focus,.modal-protocol .modal-dialog .modal-body .tabs-content-electronicbidding .title-body .form-body .form-group .form-control:focus {
    color: #fedb4e;
    border-color: #0066d0
}

.modal-ElectronicBidding .modal-dialog .modal-body .tabs-content-electronicbidding .title-body .form-body .form-group .input-date-snippet,.modal-protocol .modal-dialog .modal-body .tabs-content-electronicbidding .title-body .form-body .form-group .input-date-snippet {
    position: relative;
    width: 180px
}

.modal-ElectronicBidding .modal-dialog .modal-body .tabs-content-electronicbidding .title-body .form-body .form-group .input-date-snippet .icon-canlendar,.modal-protocol .modal-dialog .modal-body .tabs-content-electronicbidding .title-body .form-body .form-group .input-date-snippet .icon-canlendar {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    margin: 5px
}

.modal-ElectronicBidding .modal-dialog .modal-body .tabs-content-electronicbidding .title-body .form-body .form-group .input-date-snippet .form-control,.modal-protocol .modal-dialog .modal-body .tabs-content-electronicbidding .title-body .form-body .form-group .input-date-snippet .form-control {
    padding-right: 28px;
    width: 180px
}

.modal-ElectronicBidding .modal-dialog .modal-body .tabs-content-electronicbidding .title-body .form-body .form-group .checkbox input[type=checkbox],.modal-protocol .modal-dialog .modal-body .tabs-content-electronicbidding .title-body .form-body .form-group .checkbox input[type=checkbox] {
    width: 15px;
    height: 15px;
    margin-top: 7px
}

.modal-ElectronicBidding .modal-dialog .modal-body .tabs-content-electronicbidding .title-body .form-body .form-group .unit,.modal-protocol .modal-dialog .modal-body .tabs-content-electronicbidding .title-body .form-body .form-group .unit {
    color: #999
}

.modal-ElectronicBidding .modal-dialog .modal-footer,.modal-protocol .modal-dialog .modal-footer {
    padding: 0;
    border-top: 0;
    margin-top: 20px
}

.modal-ElectronicBidding .modal-dialog .modal-footer .btn-customer,.modal-protocol .modal-dialog .modal-footer .btn-customer {
    width: 50%;
    display: block;
    float: left;
    margin: 0;
    border-radius: 0
}

.modal-protocol .modal-dialog .modal-header .modal-title {
    font-size: 18px;
    text-align: center;
    padding: 8px 0
}

.modal-England .modal-dialog {
    width: 960px;
    margin: 2% auto!important
}

.modal-England .modal-dialog .modal-header {
    background-color: #34393f
}

.modal-England .modal-dialog .modal-header .modal-title {
    font-size: 16px;
    text-align: center;
    color: #fde041
}

.modal-England .modal-dialog .modal-body {
    height: 524px;
    background-color: #161d24;
    padding: 0 0 0 25px
}

.modal-England .modal-dialog .modal-body .body-info {
    float: left;
    width: 325px;
    height: 100%;
    border-right: 1px solid #0e1011;
    padding: 25px
}

.modal-England .modal-dialog .modal-body .body-info .title {
    font-size: 16px;
    color: #fde041;
    width: 100%;
    height: 34px;
    line-height: 34px
}

.modal-England .modal-dialog .modal-body .body-info .title-body {
    color: #bbc1c7;
    font-size: 15px
}

.modal-England .modal-dialog .modal-body .body-info .title-body .form-group {
    height: 30px;
    margin-bottom: 5px
}

.modal-England .modal-dialog .modal-body .body-info .title-body .form-group label {
    font-size: 15px;
    height: 30px;
    line-height: 30px
}

.modal-England .modal-dialog .modal-body .body-info .title-body .form-group .label-value {
    color: #dda63c;
    height: 30px;
    line-height: 30px
}

.modal-England .modal-dialog .modal-body .body-right {
    float: right;
    width: 608px;
    height: 100%
}

.modal-England .modal-dialog .modal-body .body-right .part1 {
    width: 100%;
    padding-top: 42px;
    height: 328px;
    border-bottom: 1px solid #0e1011
}

.modal-England .modal-dialog .modal-body .body-right .part1 .form-group {
    height: 50px;
    margin-bottom: 0;
    color: #bbc1c7
}

.modal-England .modal-dialog .modal-body .body-right .part1 .form-group label {
    font-size: 15px;
    font-weight: 700;
    height: 50px;
    line-height: 50px
}

.modal-England .modal-dialog .modal-body .body-right .part1 .form-group .label-value-box {
    font-size: 15px;
    margin-top: 8px;
    text-align: center;
    width: 180px;
    color: #fff;
    height: 32px;
    line-height: 32px;
    background-color: #244b9d
}

.modal-England .modal-dialog .modal-body .body-right .part2 {
    width: 100%;
    padding-top: 15px;
    height: 194px
}

.modal-England .modal-dialog .modal-body .body-right .part2 .form-group {
    height: 40px;
    margin-bottom: 0;
    color: #bbc1c7
}

.modal-England .modal-dialog .modal-body .body-right .part2 .form-group .form-control {
    display: inline-block;
    width: 134px;
    margin-top: 5px;
    padding: 4px 10px;
    height: 28px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 0;
    background-color: #12202f;
    border: 1px solid #667076;
    box-shadow: none;
    color: #bbc1c7
}

.modal-England .modal-dialog .modal-body .body-right .part2 .form-group .form-control.bigger-width {
    width: 184px
}

.modal-England .modal-dialog .modal-body .body-right .part2 .form-group .form-control:focus {
    color: #fedb4e;
    border-color: #0066d0
}

.modal-England .modal-dialog .modal-body .body-right .part2 .form-group label {
    font-size: 15px;
    font-weight: 700;
    height: 40px;
    line-height: 40px
}

.modal-England .modal-dialog .modal-body .body-right .part2 .form-group .label-value {
    color: #fdbe41;
    margin-top: 5px;
    height: 30px;
    line-height: 30px
}

.modal-England .modal-dialog .modal-footer {
    padding: 0;
    border-top: 0;
    margin-top: 20px;
    height: 40px
}

.modal-England .modal-dialog .modal-footer .btn-customer {
    width: 50%;
    height: 40px;
    line-height: 28px;
    display: block;
    float: left;
    margin: 0;
    border-radius: 0
}

@keyframes blur {
    0% {
        filter: blur(0)
    }

    100% {
        filter: blur(4px)
    }
}

@keyframes blur-out {
    0% {
        filter: blur(4px)
    }

    100% {
        filter: blur(0)
    }
}

.blur-in {
    animation: blur .5s forwards
}

.blur-out {
    animation: blur-out .5s forwards
}

.modal-locksreen .modal-backdrop.in {
    opacity: 0
}

.modal-locksreen .modal-dialog {
    width: 370px
}

.modal.in.modal-intentions .modal-dialog {
    width: 440px;
    margin: 50px auto
}

.modal.in.modal-intentions .modal-footer {
    padding: 0;
    border-top: 0;
    margin-top: 0;
    background-color: #31363c
}

.modal.in.modal-intentions .modal-footer .btn-customer {
    width: 50%;
    display: block;
    float: left;
    margin: 0;
    border-radius: 0
}

.modal.in.modal-intentions .modal-footer .btn+.btn,.modal.in.modal-intentions .modal-footer .btn+.btn-block,.modal.in.modal-intentions .modal-footer .btn+.btn-negative,.modal.in.modal-intentions .modal-footer .btn+.btn-positive,.modal.in.modal-intentions .modal-footer .btn+.tag,.modal.in.modal-intentions .modal-footer .btn-block+.btn,.modal.in.modal-intentions .modal-footer .btn-block+.btn-block,.modal.in.modal-intentions .modal-footer .btn-block+.btn-negative,.modal.in.modal-intentions .modal-footer .btn-block+.btn-positive,.modal.in.modal-intentions .modal-footer .btn-block+.tag,.modal.in.modal-intentions .modal-footer .btn-negative+.btn,.modal.in.modal-intentions .modal-footer .btn-negative+.btn-block,.modal.in.modal-intentions .modal-footer .btn-negative+.btn-negative,.modal.in.modal-intentions .modal-footer .btn-negative+.btn-positive,.modal.in.modal-intentions .modal-footer .btn-negative+.tag,.modal.in.modal-intentions .modal-footer .btn-positive+.btn,.modal.in.modal-intentions .modal-footer .btn-positive+.btn-block,.modal.in.modal-intentions .modal-footer .btn-positive+.btn-negative,.modal.in.modal-intentions .modal-footer .btn-positive+.btn-positive,.modal.in.modal-intentions .modal-footer .btn-positive+.tag,.modal.in.modal-intentions .modal-footer .tag+.btn,.modal.in.modal-intentions .modal-footer .tag+.btn-block,.modal.in.modal-intentions .modal-footer .tag+.btn-negative,.modal.in.modal-intentions .modal-footer .tag+.btn-positive,.modal.in.modal-intentions .modal-footer .tag+.tag {
    margin-left: 0
}

.page-wrap {
    position: absolute;
    margin: 0;
    width: 100%;
    height: 100%
}

.app-aside {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 40;
    width: 60px;
    height: 100%;
    background-color: #131618;
    text-align: center;
	display: none;
}

.brand-logo {
    display: inline-block;
    margin: 4px 0;
    width: 52px;
    height: 52px;
    background-color: #1f292f;
    border-radius: 4px
}

.logo {
    -ms-transform: translateY(1%);
    transform: translateY(1%)
}

.nav-aside>a {
    position: relative;
    display: block;
    margin-bottom: 5px;
    padding-top: 14px;
    padding-bottom: 12px;
    font-size: 14px;
    line-height: normal;
    color: #78848c
}

.nav-aside>a.active .subnav,.nav-aside>a:hover .subnav {
    visibility: visible
}

.nav-aside>a .subnav {
    visibility: hidden;
    position: absolute;
    z-index: 10;
    padding: 18px 14px;
    background-color: rgba(44,50,55,.8);
    top: -50px;
    left: 75px
}

.nav-aside>a .subnav .subnav-item {
    float: left;
    margin-top: 12px;
    background-color: #509bff;
    border-radius: 3px;
    color: #fff;
    width: 106px;
    height: 35px;
    line-height: 35px
}

.nav-aside>a .subnav .subnav-item:first-child {
    margin-top: 0
}

.nav-aside>a .subnav:after {
    left: -20px;
    top: 73px;
    content: ' ';
    position: absolute;
    border: 10px solid transparent;
    border-right: 10px solid rgba(44,50,55,.8)
}

.app-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    padding-left: 60px;
    width: 100%;
    min-width: 1024px;
    height: 40px;
    background-color: #2c3237
}

.app-header .tabs-nav {
    position: relative;
    margin-left: 20px;
    float: left
}

.app-header .tabs-nav .tabs-nav-item {
    float: left;
    position: relative;
    text-align: center;
    margin-top: 10px;
    width: 126px;
    height: 29px;
    line-height: 29px;
    color: #bbc1c7;
    background-image: url(../images/navbg.png);
    border-radius: 5px
}

.app-header .tabs-nav .tabs-nav-item .icon {
    position: absolute;
    top: 6px;
    right: 5px;
    cursor: pointer
}

.app-header .tabs-nav .tabs-nav-item.active {
    color: #fff;
    background-image: url(../images/navbgactive.png)
}

.app-header h1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    color: #bfc8ce;
    font-weight: 700
}

.app-header .btn-about,.app-header .btn-feedback,.app-header .btn-group,.app-header .logged-in {
    position: relative;
    z-index: 31;
    float: right;
    margin: 6px 15px;
    text-align: right
}

.app-header .btn-login,.app-header .btn-register {
    display: inline-block;
    margin: 0 2px;
    padding: 0 10px;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
    background-color: #131618;
    border-radius: 4px;
    transition: all .1s ease-in-out
}

.app-header .btn-login:hover,.app-header .btn-register:hover {
    background-color: #1c1f21
}

.app-header .icon {
    vertical-align: middle;
    margin-right: 5px
}

.app-header .btn-login {
    color: #4f9bff
}

.app-header .btn-register {
    color: #fb9213
}

.app-header .btn-about,.app-header .btn-feedback,.app-header .logged-in {
    margin-left: 0;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
    background-color: transparent;
    color: #78848c;
    transition: color .1s ease-in-out
}

.app-header .btn-about:hover,.app-header .btn-feedback:hover,.app-header .logged-in:hover {
    color: #fff
}

.app-header .logged-in {
    padding: 0 10px;
    color: #fff;
    background-color: #131618;
    border-radius: 4px
}

.app-header .logged-in .colored-skyblue {
    margin-left: 10px;
    text-decoration: underline;
    transition: all .1s ease-in-out
}

.app-header .logged-in .colored-skyblue:hover {
    color: #61a5ff;
    text-decoration: none
}

.app-header .btn-about {
    padding: 0 10px;
    border-radius: 4px;
    background-color: #252d2e;
    color: #999;
    border: 1px #1e2326 solid
}

.app-header .btn-about:hover {
    border: 1px #4e6c94 solid
}

.app-header .language-switch {
    position: relative;
    z-index: 31;
    float: right;
    margin-top: 8px;
    margin-right: 16px;
    width: 90px
}

.app-header .language-switch dt a {
    display: block;
    height: 24px;
    width: 100%;
    border-radius: 1px;
    font-size: 13px;
    color: #999;
    background-color: #23282c;
    border: 1px solid #1e2326;
    text-decoration: none;
    transition: all .1s ease-in-out
}

.app-header .language-switch dt a:active,.app-header .language-switch dt a:hover {
    border-color: #4e6c94
}

.app-header .language-switch dt span {
    display: block;
    padding: 0 8px;
    line-height: 24px;
    background: url(data:image/png;
    base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAmklEQVQ4T92SwQ3CMAxF+7sAjMAGZBMYhVxsZYLIvoRRYJOyASPAAjGK1EOEQhXRW331/0/69sewcrDSP2wRoKoOwKl1GzO7E9FU75o3EJEJwLEWmtmDmd03uAmIMR7GcSyQXTGY2Tvn7EIIzy5AEYnIBUCaAZ6Zr61Yi29U1VsxEdH5V18WASmlfTF6719/AXpausUm9uSuNR9RIywRmdf0QQAAAABJRU5ErkJggg==) no-repeat scroll right center;border-right: 8px solid transparent;
    cursor: pointer
}

.app-header .language-switch dd {
    position: relative
}

.app-header .language-switch dd ul {
    display: none;
    position: absolute;
    left: 0;
    top: -24px;
    width: 100%;
    list-style: none;
    background-color: #23282c;
    border: 1px solid #4e6c94;
    border-radius: 1px
}

.app-header .language-switch dd ul li:first-child a:hover {
    border-radius: 1px 1px 0 0
}

.app-header .language-switch dd ul li:last-child a:hover {
    border-radius: 0 0 1px 1px
}

.app-header .language-switch dd li a {
    display: block;
    padding: 0 8px;
    font-size: 13px;
    line-height: 24px;
    color: #999;
    text-decoration: none
}

.app-header .language-switch dd li a:hover {
    background-color: transparent;
    color: #4f9bff;
    cursor: pointer
}

.form-search {
    position: relative;
    z-index: 31;
    float: left;
    margin: 7px 15px
}

.form-search .form-group {
    position: relative
}

.form-search .btn-search {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 38px;
    height: 26px;
    background-color: #131618;
    border-left: 1px solid #000
}

.form-search .btn-search .icon {
    vertical-align: middle
}

.form-search .form-control {
    padding: 3px 10px;
    width: 240px;
    height: 26px;
    line-height: 20px;
    background-color: #111;
    border: none
}

.form-search-subsequence {
    position: relative;
    z-index: 31;
    float: left;
    margin: 7px 15px
}

.form-search-subsequence .btn-search {
    position: absolute;
    top: 1px;
    right: 1px;
    display: inline-block;
    width: 38px;
    height: 24px;
    background-color: #131618
}

.form-search-subsequence .btn-search .icon {
    vertical-align: middle
}

.form-search-subsequence input[type=search] {
    padding: 3px 10px;
    width: 250px;
    height: 26px;
    font-size: 14px;
    line-height: 20px;
    color: #ccc;
    background-color: #111;
    border: 1px solid transparent
}

.form-search-subsequence input[type=search]:focus {
    border: 1px solid #4e6c94;
    border-bottom-color: #2c3237
}

.form-search-subsequence ul {
    display: none;
    margin: 0;
    padding: 0;
    width: 250px;
    background-color: #2c3237;
    border: 1px solid #4e6c94;
    border-top: 0;
    height: 150px;
    overflow-y: auto
}

.form-search-subsequence ul::-webkit-scrollbar {
    width: 8px
}

.form-search-subsequence li {
    padding: 0 10px;
    list-style: none;
    font-size: 14px;
    line-height: 26px;
    color: #999;
    cursor: pointer
}

.form-search-subsequence li:hover {
    color: #fedb4e;
    background-color: #1f2327
}

.app-status-bar {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 30;
    padding: 0 10px 0 70px;
    width: 100%;
    height: 28px;
    min-width: 1024px;
    font-size: 13px;
    line-height: 28px;
    color: #bbc1c7;
    background-color: #fff;
}

.app-status-bar .icon {
    vertical-align: middle
}

.status-live-index {
    float: left;
    max-width: 260px
}

.status-live-index:first-child {
    max-width: 340px
}

.status-live-index>b {
    margin-right: 7px
}

.status-connect,.status-date-time {
    float: right
}

.status-connect {
    display: inline-block;
    margin-left: 15px;
    margin-top: 5px;
    height: 18px;
    background-color: #131618
}

.status-connect::after {
    clear: both;
    content: "";
    display: table
}

.status-connect .icon {
    float: left
}

.status-connect .status-text {
    float: left;
    font-size: 12px;
    line-height: 18px;
    padding: 0 5px
}
.app-main,.kline-main {
    position: fixed;
    top: 0;
    bottom: 28px;
    left: 0px;
    right: 0;
    z-index: 10
}
.app-main.f10,.f10.kline-main {
    bottom: 0
}

.trade-main {
    position: fixed;
    top: 40px;
    bottom: 28px;
    left: 60px;
    right: 0;
    z-index: 10
}

.exchange-operation-panel {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: -100%;
    z-index: 50;
    background-color: #0e1011
}

.transfer-confirm-panel {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    margin-top: -100%;
    z-index: 50;
    background-color: #0e1011
}

.transfer-confirm-panel .operation-bd {
    height: 358px
}

.transfer-confirm-panel .operation-navs .nav-vertical>a {
    padding-left: 30px
}

.transfer-confirm-panel.maximize {
    height: 100%!important
}

.form-operation-wrap-arrow {
    position: relative
}

.form-operation-wrap-arrow .left-arrow {
    content: ' ';
    position: absolute;
    top: 120px;
    left: -20px;
    width: 11px;
    height: 49px;
    overflow: hidden
}

.form-operation-wrap-arrow .right-arrow {
    content: ' ';
    position: absolute;
    top: 120px;
    right: -20px;
    width: 11px;
    height: 49px;
    overflow: hidden
}

.block-trade-panel {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 380px;
    margin-top: -100%;
    z-index: 50;
    background-color: #0e1011
}

.block-trade-panel .form-operation-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    width: 290px;
    height: 100%;
    background-color: #161d24
}

.block-trade-panel .operation-navs {
    position: absolute;
    top: 0;
    left: 0;
    padding-bottom: 10px;
    width: 137px;
    height: 100%;
    background-color: #161d24;
    border-right: 1px solid #0e1011
}

.block-trade-panel .operation-navs .nav-title {
    padding: 0 18px;
    font-size: 14px;
    line-height: 30px
}

.block-trade-panel .operation-navs .nav-vertical>a {
    display: block;
    padding: 0 0 0 40px;
    font-size: 14px;
    line-height: 24px;
    color: #78848c
}

.block-trade-panel .operation-navs .nav-vertical>a.active,.block-trade-panel .operation-navs .nav-vertical>a:hover {
    color: #fff;
    background-color: #4f9bff
}

.block-trade-panel .operation-table-tabs,.block-trade-panel .search-table-tabs {
    padding-left: 297px;
    height: 100%;
    width: 100%;
    max-width: 100%;
    float: none
}

.block-trade-panel .operation-table-tabs .tabs-content-opearation,.block-trade-panel .search-table-tabs .tabs-content-opearation {
    height: calc(100% - 36px)
}

.block-trade-panel .operation-table-tabs .tabs-content-opearation .table-responsive-wrap,.block-trade-panel .search-table-tabs .tabs-content-opearation .table-responsive-wrap {
    height: 123px
}

.tags-bar {
    position: relative;
    margin-bottom: 1px;
    padding: 0 2px;
    width: 100%;
    background-color: #202427;
    border-top: 1px solid #3e474d
}

.tags-bar::after {
    clear: both;
    content: "";
    display: table
}

.tags-bar .btn-group {
    position: absolute;
    top: 0;
    right: 0
}

.tags-bar .btn-action {
    float: right;
    margin: 0 10px;
    font-size: 13px;
    line-height: 31px;
    color: #999;
    background: 0 0
}

.tags-bar .btn-action .icon {
    position: relative;
    top: 3px;
    margin-right: 5px
}

.tags-bar .btn-action .icon-minus {
    top: -4px
}

.tags-bar .tags-list {
    position: relative;
    width: calc(100% - 205px);
    height: 31px;
    overflow: hidden
}

.tags-bar .tags-list::-webkit-scrollbar-button {
    background-color: transparent
}

.tags-bar .tags-list::-webkit-scrollbar-corner {
    background-color: transparent
}

.tags-bar .tags-list::-webkit-scrollbar-corner {
    background-color: transparent
}

.tags-bar .tags-list .slick-arrow {
    position: absolute;
    top: 0;
    z-index: 2;
    margin-top: 1px;
    width: 20px;
    height: 28px;
    background-color: transparent;
    font: 0/0 a
}

.tags-bar .tags-list .slick-arrow:after,.tags-bar .tags-list .slick-arrow:before {
    content: ""
}

.tags-bar .tags-list .slick-prev {
    left: 0;
    border-radius: 3px 0 0 3px
}

.tags-bar .tags-list .slick-prev:before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    margin-top: -6px;
    margin-left: -3px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #999
}

.tags-bar .tags-list .slick-next {
    right: 0;
    border-radius: 0 3px 3px 0
}

.tags-bar .tags-list .slick-next:before {
    position: absolute;
    right: 50%;
    top: 50%;
    width: 0;
    height: 0;
    margin-top: -6px;
    margin-right: -3px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #999
}

.tags-bar .tags-list .slick-disabled {
    cursor: default
}

.tags-bar .tags-list .slick-disabled.slick-prev:before {
    border-right-color: #333
}

.tags-bar .tags-list .slick-disabled.slick-next:before {
    border-left-color: #333
}

.tags-bar .tags-list .slick-list {
    left: 22px;
    right: 22px
}

.tags-bar .tag-item {
    float: left;
    margin: 1px 1px 0;
    font-size: 13px;
    line-height: 28px;
    color: #fff;
    background-color: #0a0c0e;
    border-radius: 3px;
    text-align: center;
    outline: 0;
    cursor: default
}

.tags-bar.zoomout {
    display: none
}

.tags-bar.zoomout>.tags-list {
    width: calc(100% - 85px)
}

.tags-bar.zoomout>.tags-list .tag-item {
    width: 100%
}

.tags-bar.zoomout .btn-group .btn-action {
    margin: 0 3px
}

.operation-bd {
    position: relative;
    height: 100%
}

.new-height {
    height: 420px
}

.pl-10 {
    padding-left: 10px
}

.pr-10 {
    padding-right: 10px
}

.operation-navs {
    float: left;
    padding-bottom: 10px;
    width: 137px;
    height: 100%;
    background-color: #161d24;
    border-right: 1px solid #0e1011
}

.operation-navs .nav-title {
    padding: 0 18px;
    font-size: 14px;
    line-height: 30px
}

.operation-navs .nav-vertical>a {
    display: block;
    padding: 0 0 0 40px;
    font-size: 14px;
    line-height: 24px;
    color: #78848c
}

.operation-navs .nav-vertical>a.active,.operation-navs .nav-vertical>a:hover {
    color: #fff;
    background-color: #4f9bff
}

.form-operation-wrap {
    float: left;
    padding: 20px;
    width: 290px;
    height: 100%;
    background-color: #161d24
}

.form-operation .control-label {
    float: left;
    font-size: 14px;
    line-height: 28px;
    color: #999;
    white-space: nowrap;
    direction: rtl
}

.form-operation .form-group {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 28px;
    color: #999
}

.form-operation .form-group::after {
    clear: both;
    content: "";
    display: table
}

.form-operation .unit {
    display: inline-block;
    padding-left: 10px
}

.form-operation .input-number-snippet {
    position: relative
}

.form-operation .input-number-snippet .form-control {
    padding: 0 24px;
    text-align: center
}

.form-operation .input-number-snippet button {
    position: absolute;
    top: 1px;
    z-index: 6;
    display: block;
    width: 24px;
    font-size: 20px;
    line-height: 26px;
    color: #78848b;
    background: 0 0;
    transition: all .1s ease-in-out
}

.form-operation .input-number-snippet button:hover {
    color: #4f9bff;
    background: #2c507d
}

.form-operation .input-number-snippet button.disabled {
    cursor: not-allowed
}

.form-operation .input-number-snippet button.disabled:hover {
    color: #78848b;
    background: 0 0
}

.form-operation .input-number-snippet .btn-reduce {
    left: 1px
}

.form-operation .input-number-snippet .btn-add {
    right: 1px
}

.form-operation .input-date-snippet {
    position: relative
}

.form-operation .input-date-snippet .icon-canlendar {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    margin: 5px
}

.form-operation .input-date-snippet .form-control {
    padding-right: 28px
}

.form-operation .form-control {
    padding: 4px 10px;
    height: 28px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 0;
    background-color: #2f373e;
    border: 1px solid transparent;
    box-shadow: none;
    color: #bbc1c7
}

.form-operation .form-control:focus {
    color: #fedb4e;
    border-color: #0066d0
}

.form-operation .item-trends {
    position: relative;
    top: -3px;
    float: left;
    padding-left: 10px;
    font-size: 13px
}

.form-operation .item-trends p {
    position: absolute;
    white-space: nowrap
}

.form-operation .item-trends p span {
    display: inline;
    padding-left: 5px
}

.form-operation .item-trends .colored-red {
    top: -5px
}

.form-operation .item-trends .colored-green {
    top: 14px
}

.form-operation .btn,.form-operation .btn-block,.form-operation .modal-footer .btn-negative,.form-operation .modal-footer .btn-positive,.form-operation .tag,.modal-footer .form-operation .btn-negative,.modal-footer .form-operation .btn-positive {
    width: 100%;
    line-height: 26px;
    color: #fff
}

.tips-block {
    margin: 20px 0;
    height: 42px;
    font-size: 13px;
    line-height: normal;
    color: #bbc1c7;
    text-align: justify
}

.select-custom {
    position: relative;
    display: block;
    width: 100%;
    height: 28px;
    line-height: 28px;
    background: #2f373e;
    overflow: hidden
}

.select-custom:after {
    content: "";
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    z-index: 3;
    width: 22px;
    background: #444b51;
    pointer-events: none
}

.select-custom:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    z-index: 4;
    margin-top: -2.5px;
    margin-right: 6px;
    height: 0;
    width: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid gray;
    pointer-events: none;
    transition: .1s all ease
}

.select-custom>select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    padding: 0 0 0 10px!important;
    border: 1px solid transparent;
    background: #2f373e;
    width: 100%;
    height: 100%;
    margin: 0;
    color: #fff;
    cursor: pointer
}

.select-custom>select::-ms-expand {
    display: none
}

.select-custom>select>option {
    line-height: 28px
}

.select-custom:focus>select {
    border-color: #4f9bff
}

.select-custom:focus:after {
    background: #2c507d
}

.select-custom:focus:before {
    border-top-color: #4f9bff
}

.radio-custom {
    position: relative;
    float: left;
    padding-left: 19px;
    width: 25%;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    cursor: pointer
}

.radio-custom input[type=radio] {
    display: none
}

.radio-custom:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px
}

.operation-table-tabs,.search-table-tabs {
    float: left;
    width: calc(100% - 430px);
    background-color: #14171a
}

.tabs-nav-operation {
    width: 100%;
    height: 36px;
    padding-top: 8px;
    table-layout: fixed;
    border-collapse: collapse;
    background-color: #252b2f;
    border-bottom: 1px solid #0e1011
}

.tabs-nav-operation::after {
    clear: both;
    content: "";
    display: table
}

.tabs-nav-operation>li {
    float: left;
    border-top: none;
    width: 145px;
    height: 28px
}

.tabs-nav-operation>li a {
    width: 145px;
    height: 28px;
    line-height: 28px;
    background-image: url(../images/nav1bg.png)
}

.tabs-nav-operation>li a.active {
    background-image: url(../images/nav1bgactive.png)
}

.tabs-nav-operation>div {
    float: right;
    margin-right: 25px;
    font-family: "Microsoft YaHei",sans-serif
}

.tabs-nav-operation>div span:nth-child(odd) {
    font-size: 14px;
    color: #bebfc0
}

.tabs-nav-operation>div span:nth-child(even) {
    font-size: 16px;
    color: #fdbe41
}

.tabs-nav-operation>div span:last-child {
    color: #fdbe41
}

.tabs-nav-operation a {
    display: block;
    font-size: 14px;
    line-height: 36px;
    height: 36px;
    color: #bbc1c7;
    text-align: center;
    text-decoration: none;
    transition: all .1s ease-in-out
}

.tabs-nav-operation a.active,.tabs-nav-operation a:hover {
    color: #fff
}

.tabs-content-opearation {
    min-width: 135px;
    height: 350px
}

.tabs-content-opearation .form-operation {
    padding: 5px 1%;
    height: 38px;
    overflow: hidden
}

.tabs-content-opearation .form-operation::after {
    clear: both;
    content: "";
    display: table
}

.tabs-content-opearation .form-operation label+div {
    margin-left: 7px
}

.tabs-content-opearation .table-responsive-wrap {
    height: 283px
}

.table-new-height {
    height: 320px
}

.three-ordering-buttons::after {
    clear: both;
    content: "";
    display: table
}

.three-ordering-buttons>.button-wrap {
    float: left;
    width: 33.33333%;
    text-align: center
}

.modal-footer .three-ordering-buttons>.button-wrap>.btn-negative,.modal-footer .three-ordering-buttons>.button-wrap>.btn-positive,.three-ordering-buttons>.button-wrap>.btn,.three-ordering-buttons>.button-wrap>.btn-block,.three-ordering-buttons>.button-wrap>.tag {
    padding: 0 10px;
    width: 74px
}

.three-ordering-buttons .btn-buy {
    background-color: #f75245
}

.three-ordering-buttons .btn-buy:hover {
    background-color: #de4a3e
}

.three-ordering-buttons .btn-sell {
    background-color: #4aad1a
}

.three-ordering-buttons .btn-sell:hover {
    background-color: #439c17
}

.three-ordering-buttons .btn-closeout {
    background-color: #4f9bff
}

.three-ordering-buttons .btn-closeout:hover {
    background-color: #478ce6
}

.three-ordering-buttons p {
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 30px;
    color: #fff
}

.three-ordering-buttons p+p {
    border-top: 1px solid #fff
}

.three-ordering-buttons span {
    line-height: 40px
}

.modal-login .modal-dialog {
    width: 340px
}

.form-login .form-group {
    margin-bottom: 14px
}

.form-login .form-group input {
    color: #bbc1c7
}

.form-login .form-control {
    padding-top: 9px;
    padding-bottom: 9px;
    height: 40px;
    background-color: #262b33;
    border-color: #262b33
}

.form-login p {
    font-size: 14px;
    line-height: 40px;
    color: #bbc1c7
}

.form-login .captcha-image {
    cursor: pointer
}

.form-login .colored-skyblue:hover {
    color: #fff
}

.form-intentions .form-control {
    background-color: #262b33;
    border-color: #262b33
}

.form-intentions .control-label {
    text-align: right;
    padding: 0 10px
}

.form-bank-transfer .form-group {
    margin-bottom: 15px
}

.form-change-pwd-wrap {
    position: static;
    padding: 20px 20px 20px 157px;
    width: 100%;
    background-color: #14171a
}

.form-change-pwd {
    margin-top: 10px;
    width: 340px
}

.form-change-pwd .control-label {
    padding-right: 12px;
    text-align: right
}

.f10-board {
    margin: 2% auto 0 auto;
    width: 85%;
    height: 90%;
    background-color: #1a1a1d;
    border-radius: 4px
}

.f10-hd {
    padding: 10px;
    background-color: #30373b;
    border-bottom: 2px solid #ff8300;
    border-radius: 4px 4px 0 0;
    text-align: center;
    position: relative
}

.f10-hd h1 {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-weight: 700
}

.f10-hd .f10-hd-btn {
    position: absolute;
    top: 16px;
    right: 10px
}

.f10-hd .f10-hd-btn .hd-btn-item {
    display: inline-block;
    color: #78848c;
    font-size: 14px;
    vertical-align: top;
    margin-right: 10px;
    cursor: pointer
}

.f10-hd .f10-hd-btn .hd-btn-item:first-child:hover {
    color: #fff
}

.f10-hd .f10-hd-btn .hd-btn-item:first-child+.hd-btn-item:hover {
    color: #fff
}

.f10-bd {
    padding: 20px 45px;
    height: calc(100% - 50px)
}

.f10-bd .pagination {
    margin-top: 12px
}

.tabs-nav-f10 {
    margin-bottom: 10px
}

.tabs-nav-f10::after {
    clear: both;
    content: "";
    display: table
}

.tabs-nav-f10>li {
    display: block;
    margin-left: 20px;
    width: calc((100% - 20px * 4)/ 5);
    float: left
}

.tabs-nav-f10>li:first-child {
    margin-left: 0
}

.tabs-nav-f10>li>a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #bfc8ce;
    padding: 0 10px;
    background-color: #36414b;
    border: 1px solid #131618
}

.tabs-nav-f10>li>a.active {
    color: #fff;
    background-image: linear-gradient(to top,#51bbe7 0,#0061a1 100%)
}

.tabs-content-topbar {
    width: 100%;
    height: 40px;
    margin-top: 30px;
    border-bottom: 1px solid #4e400a
}

.tabs-content-topbar .content-topbar-left {
    display: block;
    height: 100%;
    width: 485px;
    line-height: 39px;
    float: left;
    text-align: left;
    font-size: 16px;
    color: #fedb4e;
    font-weight: 700;
    padding: 0 26px;
    background-color: #4e400a
}

.tabs-content-topbar .content-topbar-right {
    display: block;
    height: 100%;
    width: 220px;
    float: right;
    text-align: right;
    line-height: 39px;
    color: #fedb4e;
    font-size: 14px;
    font-weight: 400;
    padding-right: 4px
}

.tabs-content-f10 {
    height: calc(100% - 34px)
}

.tabs-content-f10>div {
    height: 100%;
    overflow-y: auto
}

.article-f10 {
    padding: 1rem 0 2rem;
    font-size: 15px;
    line-height: 1.6;
    color: #fedb4e;
    text-indent: 2em
}

.article-f10 * {
    color: #fedb4e!important;
    background: transparent!important;
}

.article-f10 p {
    margin-top: 0!important;
    margin-bottom: 0!important;
}

.table-f10 {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse
}

.table-f10 td {
    padding: 10px;
    width: 50%;
    font-size: 15px;
    line-height: 1.6;
    background-color: #0e0e0f;
    border: 1px solid #2c3237
}

.table-f10 td>span {
    display: inline-block;
    width: 25%;
    text-align: right;
    color: #fff;
    vertical-align: middle
}

.table-f10 td>span+span {
    padding-left: 10px;
    width: 72%;
    text-align: left
}

.f10-news-list li {
    width: 100%;
    border-bottom: 1px dashed #2e2e39
}

.f10-news-list a {
    display: block;
    padding: 9px 0 6px
}

.f10-news-list a::after {
    clear: both;
    content: "";
    display: table
}

.f10-news-list a:hover p {
    color: #4f9bff;
    text-decoration: underline
}

.f10-news-list p {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    font-size: 15px;
    line-height: 44px;
    color: #bbc1c7
}

.f10-news-list p:last-child {
    margin-right: 0
}

.f10-news-list p+p {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%
}

.f10-news-list p+p:last-child {
    margin-right: 0
}

.article-f10-details {
    margin-top: 20px;
    height: calc(100% - 100px);
    min-height: 120px
}

.article-f10-details>header {
    border-bottom: 1px solid #4e400a
}

.article-f10-details>header::after {
    clear: both;
    content: "";
    display: table
}

.article-f10-details .article-title {
    padding: 0 22px;
    font-size: 16px;
    line-height: 40px;
    color: #fedb4e;
    font-weight: 700;
    background-color: #4e400a
}

.article-f10-details .article-pubdate {
    font-size: 14px;
    line-height: 40px;
    color: #fedb4e
}

.article-f10-details>section {
    padding: 25px;
    height: calc(100% - 41px);
    font-size: 14px;
    line-height: 1.8;
    color: #fedb4e;
    text-align: justify;
    text-indent: 2em;
    overflow-y: auto
}

.article-pagination {
    padding: 15px 0;
    width: 100%
}

.article-pagination::after {
    clear: both;
    content: "";
    display: table
}

.article-pagination a {
    color: #4f9bff;
    text-decoration: underline;
    transition: all .1s ease-in-out
}

.article-pagination a.prev {
    float: left
}

.article-pagination a.next {
    float: right
}

.article-pagination a:hover {
    text-decoration: none
}

.article-pagination a.disabled {
    cursor: default;
    color: #78848c;
    text-decoration: none
}

.declaration-confirm .title-confirm {
    padding: 10px 0 20px;
    font-size: 16px;
    line-height: 1.8;
    color: #bbc1c7;
    text-align: center
}

.declaration-confirm .details-confirm {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8;
    color: #bbc1c7
}

.declaration-confirm .details-confirm li {
    padding-left: 30%
}

.declaration-confirm .details-confirm li span {
    display: inline-block;
    margin-right: 5px
}

.form-lockscreen {
    margin: 20px 0 30px
}

.form-lockscreen .icon {
    margin-right: 7px;
    vertical-align: middle
}

.form-lockscreen .control-label {
    padding-top: 5px;
    font-size: 15px;
    color: #bbc1c7;
    text-align: right
}

.form-lockscreen .control-label b {
    vertical-align: middle
}

.refresh-btn {
    color: #ddd;
    font-size: 13px;
    width: 70px;
    height: 30px;
    line-height: 30px;
    background-color: #41464a;
    border-radius: 3px
}

.refresh-btn .icon {
    margin-right: 3px;
    vertical-align: sub;
    position: relative;
    top: 1px
}

.refresh-btn:hover {
    color: #fff
}

.h33 {
    max-height: calc(100% / 3);
    height: calc(100% / 3)
}

.h33 .table-responsive-wrap {
    height: calc(100% - 40px)
}

.form-electronic .form-group .control-label {
    width: 60px
}

.btn-select:hover .icon-full-screen,.btn-select:hover .icon-painter,.f10-hd .f10-hd-btn .hd-btn-item:first-child+.hd-btn-item:hover .icon,.f10-hd .f10-hd-btn .hd-btn-item:first-child:hover .icon,.icon-close,.icon-full-screen,.icon-full-screen:hover,.icon-light-close,.icon-light-full-screen,.icon-light-painter,.icon-painter,.nav-tabs-kline>li>a.full-screen:hover .icon {
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -1px
}

.icon-full-screen:hover {
    cursor: pointer
}

.icon-notice {
    margin-right: 5px;
    position: relative;
    top: -1px
}

.btn-select {
    position: relative;
    display: block;
    margin-left: 5px;
    padding: 0 10px;
    font-size: 13px;
    line-height: 22px;
    color: #000;
    background-color: #fff;
    text-align: center;
    transition: all .2s
}

.btn-select:hover {
    color: #fff;
    background-color: #557084
}

.painter-list-box {
    position: absolute;
    top: 22px;
    left: 5px;
    width: 200px;
    padding: 20px 15px 10px;
    height: auto;
    background-color: rgba(30,31,32,.8);
    z-index: 2
}

.painter-list-box .painter-list {
    width: 100%;
    background-color: transparent
}

.painter-list-box .painter-list>li {
    width: 50%;
    float: left;
    line-height: 22px;
    color: #999;
    cursor: pointer;
    transition: all .2s
}

.painter-list-box .painter-list>li>a {
    color: #999；
}

.painter-list-box .painter-list>li:hover {
    color: #fff
}

.painter-list-box .painter-list>li:hover>a {
    color: #fff
}

.painter-list-box .clear-all-btn {
    display: inline-block;
    width: 60%;
    line-height: 30px;
    text-align: center;
    background-color: #0066d0;
    color: #fff;
    margin-top: 10px;
    transition: all .2s;
    border-radius: 2px
}

.painter-list-box .clear-all-btn:hover {
    background-color: #1481f3!important
}

.painter-list-box .backout-btn {
    display: inline-block;
    width: 30%;
    line-height: 30px;
    text-align: center;
    margin-left: 10px;
    background-color: #fb9213;
    color: #fff;
    margin-top: 10px;
    transition: all .2s;
    border-radius: 2px
}

.painter-list-box .backout-btn:hover {
    background-color: #fda53b!important
}

.nav-tabs-kline>li>a.full-screen {
    color: #999;
    margin-top: 0;
    background-color: #373c43;
    text-align: center;
    line-height: 22px;
    border-radius: 0;
    transition: all .2s
}

.tab-content-kline>.tab-pane {
    background-color: #202427
}

.drag-control {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 3px;
    cursor: row-resize
}

.table-kline-control {
    position: absolute;
    top: 0
}

.unfold-btn {
    float: right;
    margin-right: 10px;
    cursor: pointer;
    transition: all .2s
}

.unfold-btn .icon-unfold {
    margin-right: 3px;
    vertical-align: middle;
    position: relative;
    top: -2px
}

.unfold-btn:hover {
    color: #fff
}

.table-operation tbody tr:hover td {
    cursor: default!important
}

.table-kline-scroll-box {
    width: 100%;
    overflow-x: hidden;
    position: relative
}

.table-kline-scroll-box .table-fixed-title {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9
}

.table-kline-scroll-box .table-kline-scroll {
    max-height: 100%;
    width: 334px;
    overflow-y: scroll
}

.table-kline-scroll-box .table-kline-scroll>.table-kline tbody tr.active td,.table-kline-scroll-box .table-kline-scroll>.table-kline tbody tr.active th,.table-kline-scroll-box .table-kline-scroll>.table-kline tbody tr:hover td,.table-kline-scroll-box .table-kline-scroll>.table-kline tbody tr:hover th {
    background-color: #28437b
}

.kline-main .secondary-statusbar {
    position: absolute;
    width: 100%;
    padding-right: 58px;
    bottom: 0;
    left: 0;
    display: table;
    z-index: 33;
    height: 24px;
    background-color: #fff;
    border: 1px solid #000
}

.clickactive tbody tr.active td,.clickactive tbody tr.active th,.clickactive tbody tr:hover td,.clickactive tbody tr:hover th {
    background-color: #28437b
}

.refresh-fund-btn {
    float: left;
    display: block;
    width: 40px;
    text-align: center;
    line-height: 28px;
    margin: 1px;
    background-color: #0a0c0e;
    border-radius: 2px;
    transition: all .2s
}

.refresh-fund-btn>.icon {
    vertical-align: middle;
    position: relative;
    top: -2px
}

.refresh-fund-btn:hover {
    background-color: #557084
}

.status-icon-content {
    width: 70px;
    display: inline-block;
    vertical-align: top
}

.status-scroll-tabs {
    display: inline-block;
    vertical-align: top;
    width: calc(60% - 70px);
    height: 28px;
    overflow: hidden
}

.status-scroll-tabs>li.status-scroll-items {
    width: 100%;
    height: 100%;
    color: #fedb4e;
    font-weight: 700;
    margin-left: 8px
}
.select-city{
	padding: 2px;
	color: #999;
	background-color: #373c43;
}

.kline-aside {
    /*position: fixed;
    right: 0;
    top: 40px;
    z-index: 20;
    width: 318px;
    height: 100%;
    background-color: #000;
    border-left: 1px solid #1e1f20;
    font-family: serif*/
	position: relative;
}

.kline-aside h2 {
    font: 18px/26px serif;
    text-align: center
}

.table-kline {
    table-layout: fixed;
    width: 100%;
    overflow: hidden;
    font: 14px/18px serif
}

.table-kline caption {
    padding: 0 0 0 10px;
    color: #fedb4e;
    background-color: #2c2d2d
}

.table-kline caption span {
    color: #999;
    line-height: 22px
}

.table-kline col {
    width: 25%
}

.table-kline td,.table-kline th {
    line-height: 22px
}

.table-kline th {
    padding-left: 10px;
    color: #999
}

.table-kline th:nth-child(3) {
    border-left: 1px dashed #2c2d2d
}

.table-kline td {
    padding-right: 10px;
    text-align: right
}

.table-kline .red-up {
    position: relative;
    color: #ff3d3d
}

.table-kline .red-up::after {
    display: block;
    position: absolute;
    right: -14px;
    top: -3px;
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom: 10px solid #ff3d3d;
    position: absolute
}

.table-kline .green-down {
    position: relative;
    color: #6fb24f
}

.table-kline .green-down::after {
    display: block;
    position: absolute;
    right: -14px;
    top: 3px;
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 10px solid #6fb24f;
    position: absolute
}

.table-kline .colored-gray2 {
    color: #dedede
}

.table-kline .bordered-top {
    border-top: 1px solid #2c2d2d
}

.nav-tabs-kline {
    margin: 1px;
    height: 24px;
    background-color: #fff;
    /*border: 1px solid #2c2d2d*/
}

.nav-tabs-kline>li {
    margin: 0 6px
}

.nav-tabs-kline>li>a {
    margin-top: 2px;
    padding: 0 10px;
    font-size: 13px;
    line-height: 18px;
    color: #000;
    border: none
}

.nav-tabs-kline>li.active a:focus,.nav-tabs-kline>li.active a:hover,.nav-tabs-kline>li.active>a,.nav-tabs-kline>li:focus a:focus,.nav-tabs-kline>li:focus a:hover,.nav-tabs-kline>li:focus>a,.nav-tabs-kline>li:hover a:focus,.nav-tabs-kline>li:hover a:hover,.nav-tabs-kline>li:hover>a {
    color: #fff;
    background-color: #000;
    border: none
}

.secondary-statusbar {
    position: fixed;
    right: 318px;
    bottom: 28px;
    left: 60px;
    z-index: 20;
    display: table;
    border-collapse: collapse;
    width: calc(96% - 60px - 318px);
    height: 24px;
    background-color: #1e1f20;
    border: 1px solid #000
}

.statusbar-label {
    display: table-cell;
    font-size: 13px;
    line-height: 22px;
    color: #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    text-align: center
}

.statusbar-label.active {
    color: #fff;
    background-color: #000;
    cursor: default
}

.fullscreen {
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: 0 0
}

.modal-content .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.modal-content .close {
    float: right;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

.close:focus,.modal-content .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

.modal-content button.close {
    -webkit-appearance: none;
    padding: 4px 10px;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    -ms-transform: translate(0,-25%);
    transform: translate(0,-25%);
    margin: 10% auto
}

.modal.in .modal-dialog {
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    margin: 10% auto
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    box-shadow: 0 3px 9px rgba(0,0,0,.5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-header {
    min-height: 16.43px;
    padding: 0;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close span[aria-hidden] {
    font-weight: 700
}

.modal-title {
    margin: 0;
    font-size: 16px;
    line-height: 1.42857143;
    color: #5f5f5f;
    padding: 10px 15px
}

.modal-body {
    position: relative;
    font-size: 18px;
    color: #3b3b3b;
    padding: 30px 15px 15px
}

.modal-footer {
    padding: 15px 0 30px;
    text-align: center
}

.modal-footer .btn-positive {
    padding: 12px 30px
}

.modal-footer .btn-negative {
    padding: 12px 30px
}

.modal-footer .btn+.btn,.modal-footer .btn+.btn-block,.modal-footer .btn+.btn-negative,.modal-footer .btn+.btn-positive,.modal-footer .btn+.tag,.modal-footer .btn-block+.btn,.modal-footer .btn-block+.btn-block,.modal-footer .btn-block+.btn-negative,.modal-footer .btn-block+.btn-positive,.modal-footer .btn-block+.tag,.modal-footer .btn-negative+.btn,.modal-footer .btn-negative+.btn-block,.modal-footer .btn-negative+.btn-negative,.modal-footer .btn-negative+.btn-positive,.modal-footer .btn-negative+.tag,.modal-footer .btn-positive+.btn,.modal-footer .btn-positive+.btn-block,.modal-footer .btn-positive+.btn-negative,.modal-footer .btn-positive+.btn-positive,.modal-footer .btn-positive+.tag,.modal-footer .tag+.btn,.modal-footer .tag+.btn-block,.modal-footer .tag+.btn-negative,.modal-footer .tag+.btn-positive,.modal-footer .tag+.tag {
    margin-bottom: 0;
    margin-left: 40px
}

.modal-footer .btn-group .btn+.btn,.modal-footer .btn-group .btn+.btn-block,.modal-footer .btn-group .btn+.btn-negative,.modal-footer .btn-group .btn+.btn-positive,.modal-footer .btn-group .btn+.tag,.modal-footer .btn-group .btn-block+.btn,.modal-footer .btn-group .btn-block+.btn-block,.modal-footer .btn-group .btn-block+.btn-negative,.modal-footer .btn-group .btn-block+.btn-positive,.modal-footer .btn-group .btn-block+.tag,.modal-footer .btn-group .btn-negative+.btn,.modal-footer .btn-group .btn-negative+.btn-block,.modal-footer .btn-group .btn-negative+.btn-negative,.modal-footer .btn-group .btn-negative+.btn-positive,.modal-footer .btn-group .btn-negative+.tag,.modal-footer .btn-group .btn-positive+.btn,.modal-footer .btn-group .btn-positive+.btn-block,.modal-footer .btn-group .btn-positive+.btn-negative,.modal-footer .btn-group .btn-positive+.btn-positive,.modal-footer .btn-group .btn-positive+.tag,.modal-footer .btn-group .tag+.btn,.modal-footer .btn-group .tag+.btn-block,.modal-footer .btn-group .tag+.btn-negative,.modal-footer .btn-group .tag+.btn-positive,.modal-footer .btn-group .tag+.tag {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 10% auto
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.combo-select {
    position: relative;
    max-width: 400px;
    font: 100% Helvetica,Arial,Sans-serif;
    border-radius: 3px
}

.combo-select .combo-input {
    margin-bottom: 0
}

.combo-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: none!important;
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    padding-left: 8px;
    padding-right: 60px;
    font-size: 14px;
    background-color: #131618;
    color: #999;
    border-radius: 2px
}

.combo-input:focus {
    outline: 0
}

.combo-arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    width: 40px;
    font-size: 12px;
    color: #999
}

.combo-arrow:before {
    content: " ";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ccc;
    display: block;
    width: 0;
    height: 0;
    top: 0;
    right: 15px;
    bottom: 0;
    position: absolute;
    margin: auto 0
}

.combo-open .combo-arrow {
    border-color: #51a7e8
}

.combo-open .combo-arrow:before {
    border-top: none;
    border-bottom: 5px solid #ccc
}

.combo-focus {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    border-color: #51a7e8
}

.combo-focus input {
    border-color: #51a7e8
}

.combo-select select {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    opacity: 0
}

@media only screen and (min-width:960px) {
    .combo-select select {
        left: -1px;
        top: -1px;
        width: 0;
        height: 0;
        margin: 0
    }
}

.option-selected {
    background-color: #eee
}

.option-hover {
    background-color: #006eab!important;
    color: #fff
}

.option-item {
    cursor: pointer;
    color: #fedb4e;
    background-color: #161d24;
    font-size: 14px
}

.option-item:hover {
    background-color: #006eab;
    color: #fff
}

.option-item:last-child {
    border-bottom: none
}

.option-group {
    cursor: text;
    font-weight: 600;
    background: #e1e1e1;
    border: 1px #ccc solid;
    border-width: 1px 0
}

.option-disabled {
    opacity: .5
}

.combo-dropdown {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    min-width: 100%;
    max-width: 300px;
    max-height: 165px;
    margin: 0;
    padding: 0;
    display: none;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #292525;
    border-radius: 0;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    box-sizing: border-box
}

.combo-dropdown li {
    list-style: none;
    padding: 3px 1em;
    margin: 0
}

.combo-open .combo-dropdown {
    display: block
}

.combo-marker {
    text-decoration: underline
}

.toast-top-center {
    top: 60px
}

#toast-container>div {
    box-shadow: 0 0 4px rgba(0,0,0,.3)
}