@charset "UTF-8";
.btn {
    color: #fff;
    background: #647ff8;
    border-color: #647ff8;
}

.btn:hover, .btn:focus {
    color: #fff;
    outline: none;
}

.btn:active {
    background: #3d5ff6;
    border-color: #3d5ff6;
}

.btn:active:hover {
    color: #647ff8;
    outline: none;
}

.btn:hover, .btn:focus {
    background: #3d5ff6;
    border-color: #3d5ff6;
}

.btn:active:hover, .btn:active:focus {
    background: #3d5ff6;
    border-color: #3d5ff6;
}

.btn-ok, .btn-ok-spin {
    background: #647ff8;
    border-color: #647ff8;
}

.btn-ok:active, .btn-ok:hover, .btn-ok:focus {
    background: #3d5ff6;
    border-color: #3d5ff6;
}

.btn-ok:active:hover, .btn-ok:active:focus {
    background: #3d5ff6;
    border-color: #3d5ff6;
}

.btn-ok-spin:active, .btn-ok-spin:hover, .btn-ok-spin:focus {
    background: #3d5ff6;
    border-color: #3d5ff6;
}

.btn-ok-spin:active:hover, .btn-ok-spin:active:focus {
    background: #3d5ff6;
    border-color: #3d5ff6;
}

.btn-cancel {
    background: #8e8e8e;
    border-color: #8e8e8e;
}

.btn-cancel:active, .btn-cancel:hover, .btn-cancel:focus {
    background: #7a7a7a;
    border-color: #7a7a7a;
}

.btn-cancel:active:hover, .btn-cancel:active:focus {
    background: #7a7a7a;
    border-color: #7a7a7a;
}

.form-control.danger {
    border: 1px #f00 solid;
}

@keyframes flyin {
    from {
        transform: translateX(400px);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes flyin-rev {
    from {
        transform: translateX(-400px);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes small-flyin {
    from {
        transform: translateX(60px);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes small-flyin-rev {
    from {
        transform: translateX(-60px);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes small-falldown {
    from {
        transform: scaleX(2);
    }
    to {
        transform: scale(1);
    }
}

@keyframes shadow-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes shadow-in-delay {
    0% {
        opacity: 0;
    }
    70% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes dropdown {
    0% {
        transform: translateY(-400px);
    }
    50% {
        transform: translateY(-400px);
    }
    90% {
        transform: translateY(10px);
    }
    95% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes flyup {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-800px);
    }
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-family: "Microsoft YaHei", "Open Sans", sans-serif;
    color: #fff;
}

html[lang='zh-cn'] {
    font-family: "Ms Yahei", "Open Sans", sans-serif;
}

body {
    position: relative;
    background: url(/public/img/home.jpg) no-repeat fixed top center/cover;
    background-color: #171717;
}

h1, h2, h3, h4, h5, h6, p, span, ul, li {
    color: #fff;
}

html, body {
    height: 100%;
}

a:hover, a:focus {
    color: #647ff8;
}

.wrap {
    width: 1104px;
    margin: 0 auto;
}

.breadcrumb-pure {
    margin: 0;
    padding: 0;
    background: transparent;
}

.compact-control > div:not(:first-child) {
    margin-top: 20px;
}

.compact-control input {
    height: 40px;
}

.floor {
    margin: 0 auto;
    width: 100%;
}

.wrap {
    width: 1024px;
}

.tabbed-panel {
    position: relative;
}

.tabbed-panel .tab {
    display: inline-block;
    padding: 20px 10px;
    border-bottom: 1px #000 solid;
    text-align: center;
}

.header {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
}

.header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    background: #1a1b30;
    z-index: 888;
}

.header.fixed + div {
    margin-top: 52px;
}

.header a {
    text-decoration: none;
}

.header a:focus, .header a:hover {
    text-decoration: none;
}

.header a.logo {
    display: inline-block;
    padding: 3px 0;
    position: relative;
    padding: 4px 0;
}

.header a img {
    height: 40px;
    z-index: 999;
}

.index .header a img {
    height: 40px;
    position: absolute;
}

.header h1 {
    margin: 15px 0;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
}

.header .slogan li {
    overflow-y: hidden;
}

.header .slogan p {
    margin: 0;
    padding: 22px 10px 0;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #eee;
}

.header .breadcrumb > li + li:before {
    content: '';
}

.header .fa {
    margin-right: 8px;
    color: #647ff8;
}

.header .navbar {
    margin-bottom: 0;
}

.header .navbar-toggle .icon-bar {
    background: #fff;
}

.header .navbar-nav > li > a {
    text-transform: uppercase;
    text-shadow: none;
    color: #ccc;
    background-color: transparent;
}

.header .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}

.header .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #647ff8;
}

.header .navbar-nav > li.open > a {
    color: #fff;
    background: #647ff8;
}

.header i.username {
    padding: 1px 6px;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: none;
    word-spacing: 2px;
    letter-spacing: 2px;
    font-family: "Menlo";
    background: orange;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .header .slogan {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .header li.anonymous {
        height: 50px;
    }
    .header ul li.anonymous a {
        margin: 13px 10px;
        padding: 2px 15px;
        border: 1px solid #fff;
        text-indent: 10px;
        letter-spacing: 10px;
        color: #fff;
        transition: background .5s;
    }
    .header ul li.anonymous a:hover {
        background: #647ff8;
    }
    .header ul li.anonymous a:first-child {
        margin-left: 0;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .header ul li.anonymous a {
        padding-top: 1px;
        padding-bottom: 3px;
    }
}

@-moz-document url-prefix() {
    .header ul li.anonymous a {
        padding-top: 1px;
        padding-bottom: 3px;
    }
}

.body-404 .navbar-right, .body-404 .navbar-toggle {
    display: none;
}

.body-500 .navbar-right, .body-500 .navbar-toggle {
    display: none;
}

.user-cta {
    padding: 21px;
    font-size: 14px;
    line-height: 14px;
    color: #222;
}

.user-cta i {
    font-weight: 600;
    font-style: normal;
    text-transform: none;
}

.user-cta a {
    color: #999999;
    text-transform: uppercase;
    padding: 4px 12px;
}

.user-cta a:hover {
    color: #fff;
}

.user-cta a.bordered {
    padding: 4px 18px;
    border: 1px #fff solid;
    border-radius: 2px;
}

.body-signup .user-cta, .body-signin .user-cta, .user-cta .psw_upd {
    display: none;
}

.body-dashboard .user-cta .psw_upd {
    display: inline-block;
}

.copy-header {
    background: transparent;
}

.copy-header h1 {
    color: #fff;
    text-transform: capitalize;
}

#fast {
    display: none;
}

@media screen and (min-width: 787px) {
    #fast {
        background: #1057a7;
        box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.75) inset, -1px -1px 2px rgba(255, 255, 255, 0.75) inset;
        text-indent: 0;
        letter-spacing: 0;
    }
}

.content {
    padding-bottom: 120px;
    min-height: 400px;
}

.footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: transparent;
    height: 120px;
}

.footer * {
    color: #fff;
}

.footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    color: #fff;
}

.footer ul li {
    display: inline-block;
    padding: 0 10px;
    text-transform: capitalize;
    font-weight: normal;
}

.footer ul li a {
    font-size: 14px;
}

.footer ul li:not(:first-child):after {
    content: '';
    display: inline-block;
    border-left: 1px #ccc solid;
}

.footer .foot-top-row {
    padding-top: 30px;
}

.footer .foot-bottom-row {
    padding: 0 0 30px;
    text-align: center;
}

.download {
    padding: 0;
}

.download.slide-down {
    display: none;
    position: relative;
    width: 100%;
    top: -30px;
    color: #000;
    z-index: 999;
}

.download.slide-down p {
    color: #647ff8;
}

.body-download .download {
    padding-top: 40px;
}

@media (min-width: 992px) {
    .body-download .download {
        padding-left: 50px;
    }
}

@media (min-width: 1200px) {
    .body-download .download {
        padding-left: 100px;
    }
}

.download .board {
    padding: 0;
    background: #fff;
}

.download .row {
    margin: 0;
    padding: 20px;
}

.download .actions {
    margin-bottom: 0;
}

.download .actions input, .download .actions button {
    display: inline-block;
    border-radius: 3px;
    height: 40px;
    vertical-align: middle;
}

.download .actions input {
    width: 340px;
    border-color: #647ff8;
}

.download .actions input.danger {
    border-color: #f00;
}

.download .actions button {
    padding-left: 20px;
    padding-right: 20px;
}

.header.fixed #disp-download {
    display: none;
}

.infor h3 {
    color: #fff;
}

.questions h1 {
    margin: 0;
    padding: 6px 0;
    font-size: 28px;
}

.questions .btn {
    padding: 13px 40px;
    font-size: 14px;
}

.questions h3 {
    margin: 40px 0 30px;
    font-size: 22px;
    font-weight: 200;
    color: #94a7fa;
}

.questions p {
    letter-spacing: .4px;
    color: #2e3d49;
}

.questions p a {
    color: #777;
}

.questions strong {
    color: #000;
}

.lnk-important-notice {
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 12px;
    background: #777;
    font-size: 12px;
    color: #fff;
}

.lnk-important-notice:hover {
    background: #848484;
    color: #fff;
}

.important-notice ul {
    margin: 40px 0;
}

.important-notice .outline {
    list-style: none;
    list-style-type: decimal;
    color: #f00;
}

.panel-signin, .panel-signup {
    margin: 0 auto;
    width: 90%;
    background: rgba(0, 0, 0, 0.4);
    border-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    overflow: hidden;
}

@media (min-width: 768px) {
    .panel-signin, .panel-signup {
        width: 520px;
    }
}

.signup .tab-signin {
    border-left: 1px solid #ccc \9;
    background: rgba(0, 0, 0, 0.4) \9;
}

.signup .tab-signin:hover {
    cursor: pointer \9;
}

.signin .tab-signup {
    border-right: 1px solid #ccc \9;
    background: rgba(0, 0, 0, 0.4) \9;
}

.signin .tab-signup:hover {
    cursor: pointer \9;
}

.panel-signin .tab-signup, .panel-signup .tab-signup {
    float: left;
    width: 50%;
}

.panel-signin .tab-signup.active, .panel-signup .tab-signup.active {
    border-bottom: none;
}

.panel-signin .tab-signup:not(.active), .panel-signup .tab-signup:not(.active) {
    border-right: 1px rgba(0, 0, 0, 0.4) solid;
    background: rgba(51, 51, 51, 0.4);
}

.panel-signin .tab-signup:not(.active):hover, .panel-signup .tab-signup:not(.active):hover {
    cursor: pointer;
}

.panel-signin .tab-signin, .panel-signup .tab-signin {
    width: 50%;
}

.panel-signin .tab-signin.active, .panel-signup .tab-signin.active {
    border-bottom: none;
}

.panel-signin .tab-signin:not(.active), .panel-signup .tab-signin:not(.active) {
    border-left: 1px rgba(0, 0, 0, 0.4) solid;
    background: rgba(51, 51, 51, 0.4);
}

.panel-signin .tab-signin:not(.active):hover, .panel-signup .tab-signin:not(.active):hover {
    cursor: pointer;
}

.panel-signin .description h2, .panel-signup .description h2 {
    margin: 0;
    font-size: 34px;
    font-weight: 300;
}

.panel-signin .description span, .panel-signup .description span {
    display: block;
    margin: 20px;
}

.panel-signin .note, .panel-signup .note {
    display: none;
    margin: 4px 0 2px 4px;
    font-size: 12px;
    color: #fff;
}

.panel-signin .panel-body, .panel-signup .panel-body {
    padding: 60px 30px;
}

.panel-signin input:not(:first-child) + label, .panel-signup input:not(:first-child) + label {
    margin-top: 20px;
}

.panel-signin .compact-control .row > div > label, .panel-signup .compact-control .row > div > label {
    text-align: right;
}

@media (max-width: 767px) {
    .panel-signin .compact-control .row > div > label, .panel-signup .compact-control .row > div > label {
        text-align: left;
    }
}

.panel-signin .row-errors, .panel-signup .row-errors {
    margin-top: 0 !important;
}

.panel-signin label[for='id_username'], .panel-signin label[for='id_password'], .panel-signin label[for='id_password1'], .panel-signin label[for='id_password2'] {
    display: block;
    padding-top: 10px;
}

.panel-signup label[for='id_username'], .panel-signup label[for='id_password'], .panel-signup label[for='id_password1'], .panel-signup label[for='id_password2'] {
    display: block;
    padding-top: 10px;
}

.panel-signin .errorlist, .panel-signup .errorlist {
    list-style: none;
    margin-top: 6px;
    padding-left: 0;
    color: #ba2121;
}

.panel-signin .nonfield, .panel-signup .nonfield {
    padding: 10px 12px;
    border: 1px solid #ba2121;
    border-radius: 4px;
    color: #ba2121;
    font-weight: 700;
}

.panel-signin .forgot-password, .panel-signup .forgot-password {
    margin-top: 15px;
}

.panel-signin .form-submit, .panel-signup .form-submit {
    margin-top: 30px;
    text-align: center;
}

.panel-signin .form-submit button, .panel-signup .form-submit button {
    padding: 9px;
    width: 120px;
    box-shadow: none;
    background-image: none;
    letter-spacing: 2px;
}

.signin .footer {
    margin-top: 18px;
}

.signup .footer {
    margin-top: -34px;
}

.body-signin .signin {
    margin-top: 105px;
}

.setup-header {
    margin: 0;
    width: 90%;
    color: #fff;
}

.setup-header h1 {
    text-align: left;
}

.setup-header .steps {
    display: block;
    margin: 0 -15px;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    list-style: none;
    color: #bfbfbf;
}

.setup-header .steps li {
    display: inline-block;
    padding: 10px;
    text-align: center;
}

.setup-header .steps li:not(:last-child) {
    border-right: 1px solid #ccc;
}

@media (min-width: 768px) {
    .setup-header {
        width: 700px;
    }
}

.signup .steps li:nth-child(1), .dashboard-inactive .steps li:nth-child(2) {
    background: #fff;
    font-weight: 500;
    color: #333;
}

.signup.signup-steps {
    padding-top: 40px;
    color: #fff;
}

.signup.signup-steps h1 {
    margin-top: 40px;
}

.signup.signup-steps .panel-signup {
    width: 90%;
}

.signup.signup-steps .container {
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.6);
}

.signup.signup-steps .description {
    text-align: left;
}

.signup.signup-steps .description h2 {
    margin-bottom: 20px;
    font-size: 18px;
}

.signup.signup-steps .panel {
    margin: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

.signup.signup-steps .panel .panel-body {
    padding-left: 0;
    padding-right: 0;
}

.signup.signup-steps .form-submit {
    text-align: left;
}

.signup.signup-steps .form-submit button {
    width: 160px;
}

.signup.signup-steps .has-account {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .signup.signup-steps .panel-signup {
        width: 700px;
    }
}

@media (min-width: 992px) {
    .signup.signup-steps .container {
        padding-left: 50px;
    }
}

@media (min-width: 1200px) {
    .signup.signup-steps .container {
        padding-left: 100px;
    }
}

.doc-list {
    padding-top: 30px;
    font-size: 14px;
}

.doc-list table {
    margin-top: 0;
}

.doc-list li {
    display: list-item;
    padding: 3px 8px;
    border-radius: 2px;
}

.doc-list .create {
    padding: 3px 8px;
}

.doc-list li:hover a, .doc-list a:hover {
    color: #ff5722;
}

.doc {
    padding-top: 30px;
}

.doc a:hover {
    color: #ff5722;
}

.doc input, .doc textarea {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.doc input {
    height: 34px;
}

.doc textarea {
    height: 200px;
}

.ds-powered-by {
    display: none;
}

.contact .call {
    display: inline-block;
    padding: 4px 6px;
    margin: 8px 0;
    font-size: 14px;
    font-weight: 600;
}

.contact .mailto {
    display: inline-block;
    padding: 4px 6px;
    margin: 8px 0;
    font-size: 14px;
    font-weight: 600;
    border-radius: 2px;
    padding-left: 16px;
    padding-right: 16px;
    background: #777;
    color: #fff;
}

.contact .mailto a {
    text-decoration: none;
    color: #fff;
}

.contact .mailto a:hover, .contact .mailto a:focus {
    color: #fff;
    outline: none;
}

.contact .mailto a:active:hover {
    color: #647ff8;
    outline: none;
}

.contact .mailto a:focus, .contact .mailto a:hover {
    text-decoration: underline;
}

.password h1 {
    font-size: 36px;
}

.password input[type='text'] {
    width: 400px;
}

.password input[type='password'] {
    width: 300px;
}

.password button[type='submit'] {
    text-transform: capitalize;
}

.password input {
    margin-top: 10px;
}

.body-index .header {
    display: none;
}

.index p {
    font-weight: 400;
    font-size: 16px;
}

.index h2 {
    margin: 0;
    font-family: "幼圆";
    font-size: 48px;
}

.index .fixed-logo {
    float: left;
    margin: 20px 0 0 25px;
    height: 50px;
    width: 112px;
    background: url(/public/img/logo-big.png) no-repeat;
    background-size: 100% 100%;
}

.index .fixed-sign {
    float: right;
    margin: 20px 25px 0 0;
    height: 50px;
    width: 112px;
    background: url(/public/img/home-sign2.png) no-repeat;
    background-size: 100% 100%;
}

.index .fixed-logo, .index .fixed-sign {
    display: inline-block;
}

.index .fixed-auth-bar {
    position: absolute;
    bottom: 130px;
    left: 0;
    right: 0;
    text-align: center;
}

.index .fixed-auth-bar a {
    border-radius: 2px;
    width: 120px;
    font-size: 18px;
}

.index .fixed-auth-bar a:not(:first-child) {
    margin-left: 12px;
}

.index .panel-signin {
    display: none;
}

.index.signin {
    cursor: pointer;
}

.index.signin #signin-area {
    display: block;
}

.index.signin .panel-signin {
    display: block;
    cursor: default;
}

.index.signin .fixed-logo, .index.signin .fixed-sign, .index.signin .fixed-auth-bar {
    display: none;
}

.index .index {
    display: none;
    margin-top: 160px;
}

@media (min-width: 768px) {
    .index .fixed-logo, .index .fixed-sign {
        height: 100px;
        width: 225px;
    }
}

@media (min-width: 768px) {
    .index .fixed-logo {
        margin: 50px 0 0 80px;
    }
    .index .fixed-sign {
        margin: 50px 80px 0 0;
    }
}

.feedback {
    margin: 0 auto;
    width: 100%;
    height: 130px;
    text-align: center;
}

.feedback.no-data {
    background: url(/public/img/nothing-found.png) no-repeat center !important;
}

.feedback.searching {
    padding: 0;
}

#signin-area {
    display: none;
    padding-top: 160px;
}

@media (min-width: 1200px) {
    body.statistics .container {
        width: 1150px !important;
    }
}

@media (min-width: 1300px) {
    body.statistics .container {
        width: 1250px !important;
    }
}

@media (min-width: 1400px) {
    body.statistics .container {
        width: 1350px !important;
    }
}

@media (min-width: 1500px) {
    body.statistics .container {
        width: 1450px !important;
    }
}
