﻿/*! * Bootstrap v3.3.5 (http://getbootstrap.com) * Copyright 2011-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)*/

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    min-height: 100%;
    width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    /*overflow: auto*/
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css*/

@media print {
    *,
    :before,
    :after {
        background: transparent!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000!important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd!important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
}

body {
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color:#76838f;
    background-color: #f1f4f5
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #63ba01;
    text-decoration: none
}

a:hover,
a:focus {
    color: #066fa5;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #f1f4f5;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #f7f7f7
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #ddd
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 12px
}

.fl {
    float: left
}

.fr {
    float: right
}

.m20 {
    margin: 20px
}

.p20 {
    padding: 20px
}
.ml10 {
    margin-left: 10px
}
.ml20 {
    margin-left: 20px
}

.mr20 {
    margin-right: 20px
}

.mt20 {
    margin-top: 20px
}

.mb20 {
    margin-bottom: 20px
}

.pl20 {
    padding-left: 20px
}

.pt20 {
    padding-top: 20px
}

.pb20 {
    padding-bottom: 20px
}

.pr20 {
    padding-right: 20px
}

.subhead {
    font-size: 20px
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.line-height36 {
    line-height: 36px
}

.success {
    color: #44cb83
}

.fail {
    color: #ff5448
}

.warn {
    color: #ff5448
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

small,
.small {
    font-size: 85%
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #ddd
}

.text-primary {
    color: #63ba01
}

a.text-primary:hover,
a.text-primary:focus {
    color: #0680be
}

.text-success {
    color: #3c763d
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover,
a.text-info:focus {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #63ba01
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #0680be
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #fcf8e3
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #f7ecb5
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #f7f7f7
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt,
dd {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #ddd
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #f7f7f7
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #ddd
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #f7f7f7;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 3px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #76838f;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 3px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1180px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

table tr td {
    color: #999;
    text-align: center
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #ddd
}

th {
    font-weight: lighter;
    text-align: center
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 16px 20px;
    line-height: 1.42857143;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th {
    border-bottom: 1px solid #ccd5db
}

.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border-bottom: 1px solid #ccd5db
}

.table>thead>tr>th {
    vertical-align: middle;
    border-bottom: 2px solid #ccd5db
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ccd5db
}

.table .table {
    background-color: #f1f4f5
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ccd5db
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ccd5db
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 1px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f7f7f7
}

.table-hover>tbody>tr:hover td {
    color: #a3afb7
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
    background-color: #f7f7f7
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #eaeaea
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
    background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
    background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
    background-color: #fcf8e3
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #faf2cc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ccd5db
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #76838f;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=radio],
input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 8px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #666
}

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 7px 12px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccd5db;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, 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
}

.form-control:focus {
    border-color: #63ba01;
    outline: 0
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #ccd5db;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control,
    input[type=time].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control {
        line-height: 36px
    }
    input[type=date].input-sm,
    input[type=time].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    .input-group-sm input[type=date],
    .input-group-sm input[type=time],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month] {
        line-height: 30px
    }
    input[type=date].input-lg,
    input[type=time].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    .input-group-lg input[type=date],
    .input-group-lg input[type=time],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month] {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type=radio][disabled],
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=checkbox].disabled,
fieldset[disabled] input[type=radio],
fieldset[disabled] input[type=checkbox] {
    cursor: not-allowed
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 45px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    pointer-events: none
}

.input-lg+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d
}

.has-success .form-control:focus {
    border-color: #2b542c
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b
}

.has-warning .form-control:focus {
    border-color: #66512c
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442
}

.has-error .form-control:focus {
    border-color: #843534
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #fcf8e3
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #bcc2c8
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }
    .form-inline .radio input[type=radio],
    .form-inline .checkbox input[type=checkbox] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 8px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 28px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 11px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33px;
        font-size: 18px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.blue {
    background-color: #63ba01;
    color: #fff
}

.blue:hover {
    background-color: #56c6ff
}

.red {
    background-color: #ea1f64
}

.red:hover {
    background-color: #ff528d
}

.out-red {
    background-color: #ff5448
}

.out-red:hover {
    background-color: #ff7267
}

.gray {
    background-color: #a3afb7
}

.gray:hover {
    background-color: #ccd5db
}

.gray-dark {
    background-color: #535353
}

.gray-dark:hover {
    background-color: #66cc00
}

.green {
    background-color: #44cb83
}

.green:hover {
    background-color: #6fe29f
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 5px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    /*opacity: .65;*/
    filter: alpha(opacity=65);
    background-color: #BEBEBE !important;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
}

.btn-default.button-sm {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px
}

.btn-default:focus,
.btn-default.focus {
    color: #fff;
    background-color: #63ba01;
    border-color: #63ba01
}

.btn-default:hover {
    color: #fff;
    background-color: #63ba01;
    border-color: #63ba01
}

.btn-default:active,
.open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #63ba01;
    border-color: #63ba01
}

.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
    color: #fff;
    background-color: #63ba01;
    border-color: #63ba01
}

.btn-primary {
    color: #fff;
    background-color: #44cb83;
    border-color:#ccd5db;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #4ce593
}

.btn-primary:hover {
    color: #fff;
    background-color: #4ce593;
    border-color:#ccd5db;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #6cd69d
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #88deb0
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #44cb83
}

.btn-primary .badge {
    color: #44cb83;
    background-color: #fff
}

.btn-border {
    border-color: #ccd5db
}

.btn-border.button-sm {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px
}

.btn-border:focus,
.btn-border.focus {
    color: #fff;
    background-color: #44cb83;
    border-color: #44cb83
}

.btn-border:hover {
    color: #fff;
    background-color: #44cb83;
    border-color: #44cb83
}

.btn-border:active,
.btn-border.active,
.open>.dropdown-toggle.btn-border {
    color: #fff;
    background-color: #44cb83;
    border-color: #44cb83
}

.btn-border:active:hover,
.btn-border.active:hover,
.open>.dropdown-toggle.btn-border:hover,
.btn-border:active:focus,
.btn-border.active:focus,
.open>.dropdown-toggle.btn-border:focus,
.btn-border:active.focus,
.btn-border.active.focus,
.open>.dropdown-toggle.btn-border.focus {
    color: #fff;
    background-color: #44cb83;
    border-color: #44cb83
}

.btn-link {
    color: #63ba01;
    font-weight: 400;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: #066fa5;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #ddd;
    text-decoration: none
}

.btn-lg,
.btn-group-lg>.btn {
    font-size: 18px;
    line-height: 1.3333333;
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-40 {
    padding: 8px 30px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-60 {
    padding: 11px 60px;
    font-size: 24px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-20 {
    padding: 0 14px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 3px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #76838f;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #6a7682;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #63ba01
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #ddd
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #ddd;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}
.date_btn{
	width: 72px;
	height: 30px;
	border-right: 2px solid #bfbfbf !important;
}
.btn-default.active{
	background-color: #509607;
	color: #fff;
}
.date_btn:first-of-type{
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.date_btn:last-of-type{
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=radio],
[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn,
select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn,
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 7px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #666;
    text-align: center;
    background-color: #f7f7f7;
    border: 1px solid #ccd5db;
    border-radius: 3px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 8px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #f7f7f7
}

.nav>li.disabled>a {
    color: #ddd
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #ddd;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #f7f7f7;
    border-color: #63ba01
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-average {
    display: table;
    width: 100%
}

.nav-average>li {
    display: table-cell
}

.nav-average>li>a {
    width: 100%;
    display: block;
    border: 1px solid #ccd5db
}

.nav-average>li>a:hover {
    background-color: #f7f7f7
}

.nav-average>li.active>a,
.nav-average>li.active>a:hover,
.nav-average>li.active>a:focus {
    background-color: #63ba01;
    cursor: default
}

.nav-bg {
    background-color: #ccd5db
}

.nav-bg>li {
    float: left
}

.nav-bg>li>a {
    line-height: 1.42857143;
    color: #a3afb7
}

.nav-bg>li>a:hover {
    border-color: #f7f7f7 #f7f7f7 #ccd5db
}

.nav-bg>li.active>a,
.nav-bg>li.active>a:hover,
.nav-bg>li.active>a:focus {
    background-color: #fff;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #ccd5db
}

.nav-tabs.nav-stacked>li>a {
    border: 1px solid #ccd5db;
    border-radius: 0
}

.nav-tabs.nav-stacked>li>a:hover {
    border: 1px solid #ccd5db
}

.nav-tabs.nav-stacked>li.active>a,
.nav-tabs.nav-stacked>li.active>a:hover,
.nav-tabs.nav-stacked>li.active>a:focus {
    border: 1px solid #ccd5db;
    border-right: none
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 3px 3px 0 0;
    color: #a3afb7
}

.nav-tabs>li>a:hover {
    border-color: #f7f7f7 #f7f7f7 #ccd5db
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background-color: #fff;
    border: 1px solid #ccd5db;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 3px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ccd5db
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ccd5db;
        border-radius: 3px 3px 0 0
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #f1f4f5
    }
}

.nav-pills.no-border>li>a {
    border: none
}

.nav-pills>li {
    float: left;
    margin-right: 10px
}

.nav-pills>li:last-child {
    margin-right: 0
}

.nav-pills>li>a {
    border-radius: 3px;
    border: 1px solid #ccd5db;
    padding: 8px 15px
}

.nav-pills>li>a:hover {
    background-color: #78e004;
    color: #fff
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #63ba01;
    border-color: #63ba01
}

.nav-stacked>li {
    float: none;
    margin-right: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 3px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
    border: 1px solid #ccd5db
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ccd5db;
        border-radius: 3px 3px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #f1f4f5
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width:768px) {
    .navbar {
        border-radius: 3px
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width:768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin-top: 7px;
    margin-bottom: 7px
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .form-control-static {
        display: inline-block
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0
    }
    .navbar-form .radio input[type=radio],
    .navbar-form .checkbox input[type=checkbox] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 7px;
    margin-bottom: 7px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left!important
    }
    .navbar-right {
        float: right!important;
        margin-right: -15px
    }
    .navbar-right li a {
        border: None
    }
    .navbar-right li .vip_po img {
        position: absolute;
        bottom: 0;
        right: 0;
        top: 25px
    }
    .navbar-right .mes_con .msg-title {
        background-color: #f2a653;
        height: 60px;
        line-height: 60px
    }
    .navbar-right .mes_con .msg_pannel {
        border-radius: 3px;
        width: 390px;
        height: auto;
        margin: 13px 0 0 0;
        right: 0;
        overflow-x: none;
        overflow-y: auto;
        border: none;
        left: auto;
        z-index: 2;
        padding: 0
    }
    .navbar-right .mes_con .msg_pannel a {
        color: #526069
    }
    .navbar-right .mes_con .msg_pannel a:hover {
        color: #63ba01
    }
    .navbar-right .mes_con .msg_pannel a:hover {
        background: 0 0
    }
    .navbar-right .mes_con .msg_pannel .text-right {
        text-align: right
    }
    .navbar-right .mes_con .msg_pannel .panel_title {
        float: left;
        width: 50%;
        padding-left: 15px;
        padding-right: 15px;
        color: #fff
    }
    .navbar-right .mes_con .msg_pannel .panel_title .mes_new {
        color: #fff
    }
    .navbar-right .mes_con .msg_pannel .panel_content {
        max-width: 100%;
        padding: 0 20px;
        text-align: left;
        border-bottom: 1px solid #F0F0F0;
        font-weight: 100;
        font-size: 12px
    }
    .navbar-right .mes_con .msg_pannel .content_status_new {
        height: 60px;
        line-height: 60px
    }
    .navbar-right .mes_con .msg_pannel .content_status_new:hover {
        background-color: #f6f9fa
    }
    .navbar-right .mes_con .msg_pannel .panel_more {
        line-height: 60px;
        height: 60px;
        width: 100%
    }
    .navbar-right .mes_con a.mes_content {
        color: #a3afb7;
        font-size: 18px
    }
    .navbar-right .mes_con a.mes_content:hover {
        color: #63ba01;
    }
    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #fff
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #fff
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #080808;
    color: #fff
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #fff
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #fff
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #fff
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 3px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb>.active {
    color: #ddd
}

.page-turn {
    padding-top: 30px;
    padding-bottom: 60px
}

.pagination {
    display: inline-block;
    padding-left: 0;
    height: 30px;
    /*border-radius: 3px;*/
}

.pagination>li {
    display: inline-block
}

.pagination>li:nth-child(2) a,
.pagination>li:nth-last-child(2) a {
    font-size: 24px;
    line-height: 25px
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    display: inline-block;
    width: 35px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ccd5db;
    margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    /*border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;*/
    width: 35px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    width: 35px;
    /*border-bottom-right-radius: 3px;
    border-top-right-radius: 3px*/
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #76838f;
    z-index: 3;
    background-color: #f7f7f7;
    border-color: #ccd5db
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #63ba01;
    border-color: #63ba01;
    cursor: default
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #ddd;
    background-color: #fff;
    border-color: #ccd5db;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ccd5db;
    border-radius: 15px
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #f7f7f7
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #ddd;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #ddd
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #c4c4c4
}

.label-primary {
    background-color: #63ba01
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #0680be
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #ddd;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge,
.btn-group-xs>.btn .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #63ba01;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #f7f7f7
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #dedede
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #f1f4f5;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img {
    margin-left: auto;
    margin-right: auto
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #63ba01
}

.thumbnail .caption {
    padding: 9px;
    color: #76838f
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 3px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #44cb83;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #35c076
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #ff5448;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #ff3c2e
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #fcf8e3;
    border-color: #ff5448;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #ff3c2e
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #66cc00;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

a.list-group-item,
button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #f7f7f7;
    color: #ddd;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #ddd
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    border-color: #63ba01
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #c6eafd
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #fcf8e3
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #faf2cc
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
    margin-bottom: 0
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 2px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 2px
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 2px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 2px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ccd5db
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 3px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #76838f;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #76838f
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #63ba01
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #63ba01;
    border-color: #63ba01
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #63ba01
}

.panel-primary>.panel-heading .badge {
    color: #63ba01;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #63ba01
}

.panel-success {
    border-color: #44cb83
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #44cb83
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #44cb83
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #44cb83
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #ff5448
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #ff5448
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ff5448
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ff5448
}

.panel-danger {
    border-color: #ff5448
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #fcf8e3;
    border-color: #ff5448
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ff5448
}

.panel-danger>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ff5448
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.pptmodal {
    top: 80px;
}

.subtip{
    margin-left: 20px;
}

.modal.fade .modal-dialog {
    opacity: 0;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.modal.in .modal-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}
.modal-dialog > .modal-content{
	width: 760px;
	border-radius: 6px;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: fixed;
    top: 10%;
    left: 50%;
    bottom: 35%;
}

/*.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}*/

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 17px 20px;
   /* border-bottom: 1px solid #ccd5db;*/
    min-height: 21.43px;
    background-color: #f7f7f7;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #333;
    position: relative;
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 20px
}

.modal-footer {
    padding: 20px;
    text-align: right;
    /*border-top: 1px solid #ccd5db*/
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    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: 30px auto
    }*/
    .modal-content {
        -webkit-box-shadow: 0 0 4px #000;
        box-shadow: 0 0 4px #000;
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 3px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }
    .carousel-inner>.item.next,
    .carousel-inner>.item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.prev,
    .carousel-inner>.item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right,
    .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix,
.dl-horizontal dd,
.container,
.container-fluid,
.row,
.form-horizontal .form-group,
.btn-toolbar,
.btn-group-vertical>.btn-group,
.nav,
.navbar,
.navbar-header,
.navbar-collapse,
.pager,
.panel-body,
.modal-footer {
    zoom: 1
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    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
}

.hidden {
    display: none!important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none!important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none!important
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table!important
    }
    tr.visible-xs {
        display: table-row!important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell!important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table!important
    }
    tr.visible-sm {
        display: table-row!important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table!important
    }
    tr.visible-md {
        display: table-row!important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table!important
    }
    tr.visible-lg {
        display: table-row!important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell!important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block!important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline!important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block!important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table!important
    }
    tr.visible-print {
        display: table-row!important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}

.checkbox-square {
    float: left;
    margin-right: 5px;
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #66cc00;
    /*border-radius: 3px;*/
    background-color: #fff
}

.checkbox-square span {
    padding-left: 23px
}

.checkbox-square input {
    opacity: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 16px;
    height: 16px;
    cursor: pointer
}

.checkbox-square em {
    display: none;
    font-size: 12px;
    position: absolute;
    top: 1px;
    left: 0
}

.checkbox-square:hover {
    border-color: #44cb83
}

.checkbox-square.checked {
    border-color: #44cb83;
    background-color: #44cb83
}

.checkbox-square.checked em {
    display: block;
    color: #fff
}

.radio-square {
    background-color: #fff;
    border: 1px solid #66cc00;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    position: relative;
    float: left;
    margin-right: 10px;
}

.radio-square span {
    padding-left: 23px
}

.radio-square:hover {
    border-color: #44cb83
}

.radio-square em {
    display: none
}

.radio-square.checked em {
    background-color: #66cc00;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    display: block;
    margin-top: 2px;
    margin-left: 2px;
}
/*单选样式修改*/
.radio-sq2.checked em{
    background-color:#66cc00;
    width:8px;
    height:8px;
    border-radius:10px;
    margin:3px 0 0 3px;
}
.radio-sq2.checked + label{
    color:#66cc00;
}
.radio-square.checked:hover {
    border-color: #ccd5db
}

.radio-square input {
    opacity: 0;
    cursor: pointer;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.switch .circle-con {
    cursor: pointer;
    width: 40px;
    height: 20px;
    border-radius: 10px;
    position: relative
}

.switch .circle-con i {
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 8px;
    display: block;
    position: absolute;
    top: 2px
}

.switch.switch-close .circle-con {
    background-color: #ff5448
}

.switch.switch-close .circle-con i {
    left: 2px
}

.switch.switch-open .circle-con {
    background-color: #44cb83
}

.switch.switch-open .circle-con i {
    right: 2px
}

.switch.switch-disable .circle-con {
    background-color: #e6e6e6
}

.switch.switch-disable .circle-con i {
    right: 2px
}

.help_content {
    background-color: #FFF;
    padding: 30px
}

.help_content h1 {
    font-size: 18px;
    color: #666;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px
}

.help_content p {
    margin: 20px 0;
    font-size: 16px
}

.help_content table {
    width: 100%
}

.help_content table,
.help_content tr,
.help_content td,
.help_content th {
    border: 1px solid #e6e6e6
}

.help_content th {
    background-color: #fafafa
}

.help_content td,
.help_content th {
    height: 50px;
    line-height: 50px;
    text-align: center
}

.sys-contain {
    width: 100%;
    background-color: #525151;
    animation: zoomInUp .5s ease 0s 1 both;
    -webkit-animation: zoomInUp .5s ease 0s 1 both
}

.sys-contain .sys-msg {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #fff;
    position: relative
}

.sys-contain .sys-msg a {
    color: #fff
}

.sys-contain .msg-close {
    position: absolute;
    right: 0;
    top: 8px;
    color: rgba(255, 255, 255, .6);
    font-size: 12px
}

.sys-contain .msg-close:hover {
    color: #fff
}

.head-creat {
    display: none!important;
    margin-left: 25px;
    margin-top: 12px;
    line-height: 38px!important;
    height: 36px!important;
    width: 36px!important
}

.head-creat a {
    background-color: #ea1f64!important;
    border-radius: 50%;
    color: #fff;
    width: 36px;
    height: 36px;
    padding: 0 0 0 1px!important
}

.head-creat a:hover {
    color: #fff;
    background-color: #FF528D!important
}

.head-shadow {
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .3)
}

.head-shadow .head-creat {
    display: block!important;
    animation: zoomIn .5s ease 0s 1 both;
    -webkit-animation: zoomIn .5s ease 0s 1 both
}

.hovering .big-dropdown {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.hovering .big-dropdown a {
    opacity: 1;
    -webkit-transition-delay: 280ms;
    transition-delay: 280ms
}

.header-wap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10
}

.header-contain {
    z-index: 5;
    height: 60px;
    background-color: #FFF
}

.header-contain #logo {
    float: left;
    font-size: 30px;
    color: #63ba01;
    padding: 10px 0 0
}


.header-contain .head_nav {
    float: right
}

.header-contain .head_nav ul.head_navs li {
    height: 60px;
    width: 90px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    margin-right: 1px
}

.header-contain .head_nav ul.head_navs li a {
    display: block;
    color: #526069;
    position: relative;
    z-index: 20
}

.header-contain .head_nav ul.head_navs li.isActive,
.header-contain .head_nav ul.head_navs li:hover {
    background-color: #63ba01
}

.header-contain .head_nav ul.head_navs li.isActive a,
.header-contain .head_nav ul.head_navs li:hover a {
    color: #fff
}

.header-contain .head_nav ul.head_navs li.isActive .help_center a,
.header-contain .head_nav ul.head_navs li:hover .help_center a {
    color: #526069
}

.header-contain .head_nav .help_center {
    background-color: #FFF;
    position: absolute;
    top: 60px;
    right: -25px;
    z-index: 10000
}

.header-contain .head_nav .help_center div a {
    width: 142px;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    display: block;
    border-right: none;
    color: #526069
}

.header-contain .head_nav .help_center div a:hover {
    background-color: #56c6ff;
    color: #fff!important
}

.header-contain .head_nav .pull-right a {
    background: 0 0
}

.header-contain .head_nav .pull-right li.mes_con {
    margin: 14px 15px 0 15px
}

.header-contain .head_nav .pull-right li.mes_con .mes_count {
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 0;
    right: -10px;
    background-color: #ff4500;
    font-size: 10px;
    line-height: 1.6;
    width: 18px;
    height: 18px;
    color: #fff
}

.header-contain .head_nav .pull-right li {
    width: 33px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    float: left
}

.header-contain .head_nav .pull-right .custom_img {
    border-right: none;
    padding-left: 2px;
    margin-top: 15px
}

.header-contain .head_nav .pull-right .custom_img .vip_c {
    height: 48px
}

.header-contain .head_nav .pull-right .custom_img .vip_c a {
    color: #63ba01;
    display: block;
    border-radius: 3px;
    height: 31px;
    width: 31px;
    font-size:28px;
}

.header-contain .head_nav .pull-right .custom_img .vip_c a:hover {
    color: #63ba01
}

.header-contain .head_nav .pull-right .custom_img .vip_c a img {
    vertical-align: top;
    width: 100%;
    height: 100%;
    border-radius: 3px
}

.header-contain .head_nav .pull-right .head_click {
    position: absolute;
    top: 45px;
    right: 0;
    width: 150px;
    background-color: #FFF;
    z-index: 3
}

.header-contain .head_nav .pull-right .head_click div a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 12px
}

.header-contain .head_nav .pull-right .head_click div a:hover {
    background-color: #63ba01;
    color: #fff;
}
/*main展开或收起个人信息*/
.toolbar_hstoggle{
    width: 100%;
    position: relative;
}
.toolbar_hstoggle input{
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.toolbar_hstoggle input:hover{
    cursor: pointer;
}

.link_list {
    float: right
}

.link_list ul li a {
    display: block;
    width: 90px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    color: #526069
}

.link_list ul li.bg_hover a,
.link_list .link_list ul li:hover a {
    color: #FFF;
    background-color: #63ba01
}

.pull-right li a {
    border: None
}

.pull-right li .vip_po img {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 25px
}

.pull-right .mes_con .msg-title {
    background-color: #f2a653;
    height: 60px;
    line-height: 60px
}

.pull-right .mes_con .msg_pannel {
    border-radius: 3px;
    width: 390px;
    height: auto;
    margin: 13px 0 0 0;
    right: 0;
    overflow-x: none;
    overflow-y: auto;
    border: none;
    left: auto;
    z-index: 2;
    padding: 0
}

.pull-right .mes_con .msg_pannel a {
    color: #526069
}

.pull-right .mes_con .msg_pannel a:hover {
    color: #63ba01
}

.pull-right .mes_con .msg_pannel a:hover {
    background: 0 0
}

.pull-right .mes_con .msg_pannel .text-right {
    text-align: right
}

.pull-right .mes_con .msg_pannel .panel_title {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff
}

.pull-right .mes_con .msg_pannel .panel_title .mes_new {
    color: #fff
}

.pull-right .mes_con .msg_pannel .panel_content {
    max-width: 100%;
    padding: 0 20px;
    text-align: left;
    border-bottom: 1px solid #F0F0F0;
    font-weight: 100;
    font-size: 12px
}

.pull-right .mes_con .msg_pannel .content_status_new {
    height: 60px;
    line-height: 60px
}

.pull-right .mes_con .msg_pannel .content_status_new:hover {
    background-color: #f6f9fa
}

.pull-right .mes_con .msg_pannel .panel_more {
    line-height: 60px;
    height: 60px;
    width: 100%
}

.pull-right .mes_con a.mes_content {
    color: #a3afb7;
    font-size: 18px
}

.pull-right .mes_con a.mes_content:hover {
    color: #63ba01
}

.head_navs {
    float: left;
    margin-left: 15px
}

.header-contain ul.nav li {
    display: inline-block
}

.header-contain ul.nav li span a {
    color: #fff
}

.header-contain ul.nav li span.plain {
    background-color: #ccc
}

.header-contain ul.nav .logout {
    cursor: pointer
}

.header-contain ul.nav .logout a,
.header-contain ul.nav .logout a:hover {
    color: #63ba01
}

.header-contain .btn-main {
    position: absolute;
    right: 0;
    bottom: 10px
}

footer {
    background-color: #333;
    color: #999;
    text-align: left;
    font-size: 12px
}

footer a {
    color: #999
}

footer a:hover {
    color: #fff
}

footer div {
    text-align: center
}

footer div.link {
    padding: 15px 10px
}

footer div.link p:first-child {
    padding-bottom: 8px
}

footer div.renzheng em {
    font-size: 20px
}

footer div.renzheng a {
    background-color: rgba(0, 0, 0, .3);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding-top: 5px;
    margin: 0 8px
}

footer div.renzheng a .weixin {
    position: absolute;
    bottom: 50px;
    left: -40px;
    display: none;
    z-index: 2
}

footer div.renzheng a:hover .weixin {
    display: block
}

.footer {
    padding: 20px 0
}

/*修改*/
/*.footer .beizhu {
    padding-top: 3px
}*/
.footer ul {
    float: left;
    font-size: 14px;
}

.footer ul li {
    display: inline-block;
    color: #fff;
    padding: 0 10px;
}

.footer ul li a {
    color: #fff;
}

.footer ul i {
    color: #666;
}

.footer a {
    padding: 0 4px
}

.same-content {
    width: 1180px;
    margin: 0 auto
}

@media screen and (max-width:1100px) {
    .same-content {
        width: 880px;
        margin: 0 auto
    }
    #main .same-content .square-scene li:nth-child(3n) {
        margin-right: 0!important
    }
    #main .same-content .square-scene li:nth-child(4n) {
        margin-right: 20px
    }
}

body {
    font: 14px/1.2 "Microsoft YaHei", Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif
}

/*body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}*/

button {
    outline: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

em,
i {
    font-weight: 400;
    font-style: normal
}

fieldset,
img {
    border: 0;
    vertical-align: center
}

ul,
ol {
    list-style: none
}

input,
button,
textarea,
select {
    font-size: 100%;
    outline: 0;
    vertical-align: middle
}

textarea {
    resize: none
}

a {
    text-decoration: none;
    outline: 0;
    color: #76838f
}

a:hover {
    color: #63ba01;
    text-decoration: none;
    outline: 0
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none
}

input[type=text] {
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    font-size: 12px;
   /* border-radius: 3px*/
}

.btn-main {
    padding: 0 10px;
    border-radius: 3px
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both
}

.clearfix,
.dl-horizontal dd,
.container,
.container-fluid,
.row,
.form-horizontal .form-group,
.btn-toolbar,
.btn-group-vertical>.btn-group,
.nav,
.navbar,
.navbar-header,
.navbar-collapse,
.pager,
.panel-body,
.modal-footer {
    zoom: 1
}

#eq_main {
  position: relative;
  height: 100%;
  width: 100%;
}

.box-shadow {
    box-shadow: 2px 2px 20px rgba(0, 0, 0, .1)
}

/*修改*/
.content_center {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height:96px;
    line-height:56px;
}

.tab-box-shadow {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1)
}

.mr0 {
    margin-right: 0!important
}

label {
    font-weight: lighter!important
}

.form-group {
    font-size: 12px
}

.form-group .btn {
    font-size: 12px
}

.no-line {
    border: none!important
}

.iScrollIndicator {
    border: none!important;
    background: #8a8a8a !important;
    border-radius: 0 !important;
}

.iScrollIndicator:hover {
    background: rgba(0, 0, 0, .3)!important
}

.red-color {
    color: #ff5448
}

.green-color {
    color: #44cb83
}

.fade-color {
    color: rgba(255, 255, 255, .8)
}

a.fade-color:hover {
    color: #fff
}

.itemList:nth-child(2n) {
    background-color: #f7f7f7
}

.hint--left:before {
    border-left-color: #434b62!important
}

.hint:after,
[data-hint]:after {
    background: #434b62!important
}

.tab-content {
    background-color: #fff
}

.nav-list {
    height: 44px;
    background-color: #e1e1e1;
    text-align: left
}

.nav-list ul {
    padding: 6px 10px 0 10px
}

.nav-list ul li {
    width: 80px;
    display: inline-block;
    text-align: center;
    margin-right: 1px;
    height: 38px!important;
    line-height: 38px!important;
    font-size: 14px;
    cursor: pointer
}

.nav-list ul li.active,
.nav-list ul li:hover {
    background-color: #fff;
    border-top-right-radius: 4px;
    border-top-left-top-radius: 4px
}

.current_page {
    height: 30px;
    float: left;
    line-height: 30px;
    margin-left: 10px
}

.current_page span {
    display: block;
    line-height: 30px
}

.current_page input {
    height: 30px;
    width: 35px;
    line-height: 30px;
    text-align: center;
    background-color: #f7f7f7;
    float: left;
    /*border-radius: 3px;*/
    margin: 0 5px
}

.current_page .go {
    display: block;
    float: left;
    border: 1px solid #ccd5db;
    background-color: #fff;
    /*border-radius: 3px;*/
    width: 35px;
    font-size: 12px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-left: 5px
}

.current_page .go:hover {
    color: #fff;
    background-color: #63ba01;
    border-color: #63ba01
}

.mes_con .new_msg {
    margin-left: 0;
    margin-right: 10px
}

.new_msg {
    height: 10px;
    width: 10px;
    border-radius: 5px;
    background-color: #f2a653;
    display: inline-block;
    margin-left: 10px
}

.bdshare-slide-button-box {
    display: none
}

.min_contain {
    min-height: 700px
}

.info-show {
    background-color: #525151
}

.info-show .info-title {
    font-size: 24px;
    color: #fff;
    padding: 30px 0 36px 0
}

.ui-slider .ui-slider-progress-bar {
    width: 0;
    height: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-top: 0!important;
    background-color: #63ba01
}

#loading {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: none
}

#loading .loading-con {
    z-index: 10000;
    position: fixed;
    top: 50%;
    margin-top: -60px;
    color: #fff;
    font-size: 14px;
    left: 50%;
    margin-left: -50px
}

#loading .loading-con p {
    padding-top: 30px
}

#loading .loading-con img {
    width: 75px
}

#loading .loading-bg {
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: .2
}

.switch-circle.on {
    background-color: #66cc00
}

.switch-circle.on i {
    margin-left: 23px
}

.switch-circle.off {
    background-color: #ccc
}

.switch-circle.off i {
    margin-left: 3px
}

.switch-circle {
    border-radius: 11px;
    height: 22px;
    line-height: 22px!important;
    width: 40px;
    margin-top: 4px;
    margin-right: 10px;
    cursor: pointer;
    float: right
}

.switch-circle i {
    height: 15px;
    width: 15px;
    background-color: #FFF;
    border-radius: 9px;
    display: block;
    margin: 3px 0 0 2px
}

.feedback,
.scroll,
.app-download,
.video-user {
    position: fixed;
    z-index: 1000;
    text-align: center
}

.feedback a,
.scroll a,
.app-download a,
.video-user a {
    color: #fff;
    display: block;
    padding: 7px 5px;
    background-color: rgba(0, 0, 0, .5);
    width: 40px;
    height: 40px;
    border-radius: 3px
}

.feedback a span:first-child,
.scroll a span:first-child,
.app-download a span:first-child,
.video-user a span:first-child {
    font-size: 12px;
    display: block
}

.feedback a span,
.scroll a span,
.app-download a span,
.video-user a span {
    font-size: 12px
}

.feedback a:hover,
.scroll a:hover,
.app-download a:hover,
.video-user a:hover {
    background-color: #63ba01
}

.feedback {
    bottom: 20px;
    right: 0
}

.video-user {
    bottom: 64px;
    right: 0;
    height: auto
}

.video-user a:first-child {
    margin-bottom: 3px
}

.app-download {
    bottom: 151px;
    right: 0
}

.app-download .scroll_top {
    width: 40px;
    height: 40px
}

.app-download .eqf-phone {
    padding-top: 2px
}

.app-download .qrcode-download {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    width: 180px;
    padding-bottom: 10px
}

.app-download .qrcode-download canvas {
    width: 160px;
    height: 160px
}

.app-download .qrcode-download a {
    width: 160px;
    margin-top: 15px;
    margin-left: 10px;
    padding-top: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #63ba01
}

.app-download .qrcode-download a:hover {
    background-color: #56c6ff
}

.app-download .qrcode-download .closedown {
    font-size: 12px;
    color: #63ba01;
    height: 15px;
    width: 100%;
    padding-right: 15px;
    text-align: right;
    margin: 5px;
    cursor: pointer
}

.scroll {
    bottom: 195px;
    right: 0;
    display: none
}

.scroll .eqf-chevron-thin-up {
    font-size: 14px!important
}

.background-color-width-change {
    -webkit-transition: background-color .3s, color .3s, width .3s;
    transition: background-color .3s, color .3s, width .3s
}

.opacity-width-change {
    -webkit-transition: opacity .5s, width .5s;
    transition: opacity .5s, width .5s
}

.transform-change {
    -webkit-transition: transform .3s;
    transition: transform .3s
}

.zoomIn-change {
    animation: zoomIn .5s ease 0s 1 both;
    -webkit-animation: zoomIn .5s ease 0s 1 both
}

.all-change {
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s
}

@-webkit-keyframes myMove {
    0% {
        margin-top: -30px
    }
    50% {
        margin-top: -10px
    }
    100% {
        margin-top: 0
    }
}

@keyframes myMove {
    0% {
        margin-top: -30px
    }
    50% {
        margin-top: -10px
    }
    100% {
        margin-top: 0
    }
}

.myMove {
    transform-origin: 0 0;
    -webkit-animation: myMove 1.5s ease .3s 1 both;
    animation: myMove 1.5s ease .3s 1 both
}

@-webkit-keyframes fade-scale-02 {
    0% {
        opacity: 0;
        -webkit-transform: scale(.2);
        transform: scale(.2)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes fade-scale-02 {
    0% {
        opacity: 0;
        -o-transform: scale(.2);
        transform: scale(.2)
    }
    100% {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes fade-scale-02 {
    0% {
        opacity: 0;
        -webkit-transform: scale(.2);
        -o-transform: scale(.2);
        transform: scale(.2)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.animation-zoom {
    -webkit-animation: fade-scale-02 250ms backwards;
    animation: fade-scale-02 250ms backwards
}

@-webkit-keyframes fade {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-o-keyframes fade {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fade {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.animation-opacity {
    -webkit-animation: fade 250ms backwards;
    animation: fade 250ms backwards
}

@-webkit-keyframes rightflip {
    0%,
    30% {
        opacity: 0;
        -webkit-transform: translate(10, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate(0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(-8px, 0)
    }
}

@-moz-keyframes rightflip {
    0%,
    30% {
        opacity: 0;
        -moz-transform: translate(10, 0)
    }
    60% {
        opacity: 1;
        -moz-transform: translate(0, 0)
    }
    100% {
        opacity: 0;
        -moz-transform: translate(-8px, 0)
    }
}

@keyframes rightflip {
    0%,
    30% {
        opacity: 0;
        transform: translate(10, 0)
    }
    60% {
        opacity: 1;
        transform: translate(0, 0)
    }
    100% {
        opacity: 0;
        transform: translate(-8px, 0)
    }
}

.heart {
    animation: pound 1s infinite;
    -webkit-animation: pound 1s infinite;
    -moz-animation: pound 1s infinite
}

@-webkit-keyframes pound {
    from {
        -webkit-transform: none
    }
    50% {
        -webkit-transform: scale(1.6)
    }
    to {
        -webkit-transform: none
    }
}

@-moz-keyframes pound {
    from {
        -moz-transform: none
    }
    50% {
        -moz-transform: scale(1.6)
    }
    to {
        -moz-transform: none
    }
}

@keyframes pound {
    from {
        transform: none
    }
    50% {
        transform: scale(1.6)
    }
    to {
        transform: none
    }
}

.modal-cancle {
    margin-right: 40px
}

.modal-content .confirm-msg {
    text-align: center;
    margin-top: 20px
}

.btn-main {
    display: inline-block;
    background-color: #0ebfb5;
    color: #fff
}

.btn-main:hover {
    background-color: #05ada3;
    color: #fff
}

.btn-grey0 {
    display: inline-block;
    color: #fff;
    background-color: #ccc
}

.btn-grey0:hover {
    color: #fff;
    background-color: #b4b4b4
}

.form-group label:first-child {
    padding-right: 0
}

.form-group p.error {
    color: #ff5448;
    font-size: 12px;
    padding-top: 10px
}

.edit_area li {
    padding: 0;
    background: 0 0;
    position: absolute;
    list-style: none!important;
    margin: 0!important;
    padding: 0;
    -webkit-transition: padding .5s;
    -moz-transition: padding .5s;
    transition: padding .5s;
    z-index: 1
}

.edit_area li .element-box {
    box-shadow: 0 0 0 1px transparent
}

.edit_area li .element {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.edit_area .inside-handle-hover .w-delete {
    display: none
}

.edit_area .w-element-controls {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s ease, opacity .2s ease;
    -webkit-transition-delay: .2s, 0s;
    -moz-transition: visibility 0s ease .2s, opacity .2s ease;
    transition: visibility 0s ease .2s, opacity .2s ease;
    position: absolute;
    z-index: 11;
    top: 0;
    left: 0;
    right: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.edit_area .w-element-controls .w-handle-outer {
    position: absolute;
    left: 4px;
    top: 4px;
    color: #63ba01;
    font-size: 16px;
    cursor: move
}

.edit_area .inside-hover .w-element-controls {
    visibility: visible;
    opacity: 1
}

.edit_area .w-element-controls .w-delete {
    position: absolute;
    right: 4px;
    top: 4px;
    color: #63ba01;
    font-size: 16px;
    cursor: pointer
}

.edit_area .w-element-controls .w-link {
    position: absolute;
    left: 64px;
    top: 4px;
    color: #63ba01;
    font-size: 16px;
    cursor: pointer
}

.edit_area .w-element-controls .w-setting {
    position: absolute;
    left: 24px;
    top: 4px;
    color: #63ba01;
    font-size: 16px;
    cursor: pointer
}

.edit_area .w-element-controls .w-anim {
    position: absolute;
    left: 44px;
    top: 4px;
    color: #63ba01;
    font-size: 16px;
    cursor: pointer
}

.edit_area .inside-delete-hover .element-box {
    box-shadow: 0 0 0 1px #ff6565
}

.edit_area .inside-delete-hover .w-delete {
    color: #ff6565
}

.edit_area .inside-active {
    height: initial!important
}

.edit_area .inside-active .element {
    height: initial!important
}

.edit_area .inside-active div.element[contenteditable=true] {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.edit_area .inside-active .w-element-controls {
    display: none
}

.edit_area .inside-active .element-box {
    box-shadow: 0 0 0 1px transparent
}

.eqc-input-color {
    width: 146px;
    height: 30px;
    cursor: pointer;
    border: 1px solid #ccc
}

.eqc-input-color div {
    width: 114px;
    height: 28px;
    float: left
}

.eqc-input-color a {
    width: 30px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    float: left;
    color: rgba(255, 255, 255, .3);
    background-color: rgba(0, 0, 0, .3)
}

.eqc-input-color a:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, .4)
}

#home .img_con a img {
    height: 235px;
    width: 235px
}

#home #logo {
    padding: 9px 0
}

#home #logo em {
    font-size: 32px;
    color: #63ba01
}

#home .we_nav .link_list ul li:hover {
    background-color: #63ba01
}

#home .we_nav .link_list ul li:hover a {
    color: #fff
}

#home #example_con {
    width: 100%;
    background-color: #1e1e1e;
    z-index: 0
}

#home #example {
    position: relative
}

#home #example #slides .slides_container {
    width: 1000px;
    height: 720px;
    margin: 0 auto;
    position: relative
}

#home #ribbon {
    position: absolute;
    top: -3px;
    left: -15px;
    z-index: 500
}

#home #frame {
    position: absolute;
    z-index: 0;
    width: 739px;
    height: 341px;
    top: -3px;
    left: -80px
}

#home #slides .next,
#home #slides .prev {
    font-size: 24px;
    color: #fff;
    width: 50px;
    height: 50px;
    top: 360px;
    position: absolute;
    display: block;
    text-align: center;
    line-height: 50px;
    background: rgba(0, 0, 0, .4);
    border-radius: 3px
}

#home #slides .next:hover,
#home #slides .prev:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(0, 0, 0, .7)
}

#home #slides .next {
    right: 20px
}

#home #slides .prev {
    left: 20px
}

#home #example_con .pagination {
    margin-bottom: 26px;
    margin-left: -24px;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 0;
    z-index: 10
}

#home #example_con .pagination li {
    float: left;
    margin: 0 1px
}

#home #example_con .pagination li a {
    display: block;
    width: 16px;
    height: 0;
    padding-top: 16px;
    float: left;
    overflow: hidden
}

#home #example_con #slides .pagination>li>a {
    width: 18px;
    height: 18px;
    overflow: hidden;
    border: 1px solid #9cd74f;
    background-color: #e1e1e1;
    background: 0 0;
    border-radius: 9px;
    padding: 8px 0;
    text-indent: -999px;
    margin-right: 10px
}

#home #example_con .pagination li.current a,
#home #example_con #slides .pagination>li>a:hover {
    background: -ms-linear-gradient(left, #8fd258, #1ba8d9)!important;
    background: -moz-linear-gradient(left, #8fd258, #1ba8d9)!important;
    background: -webkit-linear-gradient(left, #8fd258, #1ba8d9)!important;
    background: -o-linear-gradient(left, #8fd258, #1ba8d9)!important;
    border-color: #9cd74f!important
}

#home #example_con a:hover,
#home a:active {
    color: #599100;
    text-decoration: underline
}

#home hgroup.core_five {
    background: url(images/home/fivebg.jpg) center center
}

#home hgroup.core_five .home_core {
    text-align: center
}

#home hgroup.core_five .home_core ul li {
    float: Left;
    width: 20%;
    text-align: center
}

#home hgroup.core_five .home_core {
    padding: 100px 0
}

#home .product_con {
    text-align: center;
    padding: 130px 0
}

#home .product_con ul li {
    float: Left;
    width: 25%;
    text-align: center
}

#home .product_con ul:first-child {
    margin-bottom: 100px
}

#home .product_contain {
    width: 100%;
    height: 720px;
    background: -ms-linear-gradient(left, #8fd258, #1ba8d9);
    background: -moz-linear-gradient(left, #8fd258, #1ba8d9);
    background: -webkit-linear-gradient(left, #8fd258, #1ba8d9);
    background: -o-linear-gradient(left, #8fd258, #1ba8d9)
}

#home .customer_case {
    padding: 90px 0;
    background-color: #f0f0f0;
    font-size: 16px
}

#home .customer_case .case_cat {
    width: 235px;
    float: Left
}

#home .customer_case .case_cat ul li {
    float: Left;
    width: 50%;
    margin-top: 30px;
    cursor: pointer;
    padding-bottom: 5px
}

#home .customer_case .case_cat ul li.hover,
#home .customer_case .case_cat ul li:hover {
    color: #63ba01;
    background: url(images/home/hover.jpg) bottom left no-repeat
}

#home .customer_case .case_img {
    width: 765px;
    float: Left
}

#home .customer_case .case_img ul li {
    float: left;
    margin-bottom: 20px;
    position: relative
}

#home .customer_case .case_img .sample_erwei a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-indent: -9999px
}

#home .load {
    background-color: #454545
}

#home .load .load_con {
    padding: 50px 0
}

#home .load .load_con .load_con_lef {
    float: left;
    width: 300px;
    text-align: center
}

#home .load .load_con .load_con_rig {
    float: right;
    padding-top: 30px
}

#home .load .load_con .load_con_rig p {
    font-size: 45px;
    color: #fff
}

#home .load .load_con .load_con_rig .arcitle {
    padding-top: 50px
}

#home .load .load_con .load_con_rig .arcitle_wz {
    float: left
}

#home .load .load_con .load_con_rig .arcitle_wz .download {
    margin-top: 45px
}

#home .load .load_con .load_con_rig .arcitle_wz .download div {
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 2000
}

#home .load .load_con .load_con_rig .arcitle_wz .download .ios {
    padding-right: 40px
}

#home .load .load_con .load_con_rig .arcitle_wz .download p {
    font-size: 14px
}

#home .load .load_con .load_con_rig .arcitle_wz .download img {
    padding-bottom: 15px
}

#home .load .load_con .load_con_rig .arcitle_wz .download .down_same {
    width: 290px;
    background-color: #FFF;
    padding: 20px;
    position: absolute;
    top: 52px;
    left: 0
}

#home .load .load_con .load_con_rig .arcitle_wz .download .down_same .space {
    padding-left: 48px
}

#home .load .load_con .load_con_rig .arcitle_wz .download .down_same p {
    color: #666;
    font-size: 12px
}

#home .load .load_con .load_con_rig .arcitle_wz .download .down_same div {
    text-align: center;
    display: block
}

#home .load .load_con .load_con_rig .arcitle_wz .download .down_same div img {
    border: 1px solid #ccc;
    padding-bottom: 0;
    float: none
}

#home .load .load_con .arcitle p {
    font-size: 22px;
    padding-bottom: 11px
}

#home .load .load_con .arcitle img {
    float: left
}

#home .hezuo {
    height: 500px;
    background: -ms-linear-gradient(left, #8fd258, #1ba8d9);
    background: -moz-linear-gradient(left, #8fd258, #1ba8d9);
    background: -webkit-linear-gradient(left, #8fd258, #1ba8d9);
    background: -o-linear-gradient(left, #8fd258, #1ba8d9)
}

#home .hezuo .hezuo_con {
    padding: 65px 0
}

#home .hezuo .hezuo_con ul li {
    float: left;
    width: 20%;
    height: 100px;
    line-height: 100px;
    margin-bottom: 20px
}

#home .contact {
    background-color: #3c3c3c;
    width: 100%
}

#home .contact .contact_con {
    font-size: 18px;
    color: #999;
    padding: 32px 0
}

#home .contact .contact_con p {
    line-height: 40px
}

#home .contact .contact_con span a {
    color: #999
}

#home .contact .contact_con span a:hover {
    color: #63ba01
}

#home .contact .contact_con .con_sup {
    display: inline-block
}

#home .contact .contact_con .con_sup.con_tel {
    width: 700px
}

#home .contact h4 {
    color: #ccc;
    font-size: 24px
}

#home .contact .contact_con aside {
    float: left;
    width: 820px
}

#home .contact .contact_con aside h4,
#home .contact .contact_con aside p {
    margin-bottom: 9px
}

#home .contact .contact_con .erwei {
    margin-top: 35px;
    float: right;
    font-size: 14px
}

.home_reg {
    background: url(images/home/ho_06.jpg) center no-repeat;
    height: 511px;
    text-align: center
}

.home_reg div {
    padding-top: 180px
}

.cat_xq {
    position: relative
}

.cat_wra {
    background-color: #FFF;
    margin-top: -60px
}

.cat_contain .cat_head ul li,
.cat_contain .cat_content ul li {
    float: Left;
    width: 33.3%;
    text-align: center
}

.cat_contain .cat_head {
    position: absolute;
    top: -70px;
    left: 50%;
    margin-left: -500px;
    width: 1000px
}

.cat_contain .cat_head ul li span {
    display: block;
    height: 142px;
    width: 142px;
    border-radius: 71px;
    box-shadow: 0 2px 3px #c9c9c9;
    text-align: center;
    line-height: 142px;
    text-indent: -9999px;
    background-color: #FFF;
    margin-left: 90px
}

.cat_contain .cat_head ul li span.hover em,
.cat_contain .cat_head ul li span:hover em {
    cursor: pointer;
    display: block;
    background: url(images/home/cat_13.png) center 110px no-repeat
}

.cat_contain .mou span {
    background: url(images/home/cat_03.png) center no-repeat
}

.cat_contain .wek span {
    background: url(images/home/cat_05.png) center no-repeat
}

.cat_contain .day span {
    background: url(images/home/cat_07.png) center no-repeat
}

.cat_contain .cat_content {
    padding-top: 120px;
    padding-bottom: 120px
}

.cat_contain .cat_content ul li {
    background: url(images/home/cat_bg.jpg) no-repeat;
    height: 440px
}

.cat_contain .cat_content ul li .num_head span {
    text-indent: -99999px;
    display: block;
    float: left;
    width: 124px;
    height: 46px;
    margin-right: 30px
}

.cat_contain .cat_content ul li:first-child .num_head span {
    background: url(images/home/no1.png) no-repeat
}

.cat_contain .cat_content ul li:nth-child(2) .num_head span {
    background: url(images/home/no2.png) no-repeat
}

.cat_contain .cat_content ul li:last-child .num_head span {
    background: url(images/home/no3.png) no-repeat
}

.cat_contain .cat_content .num_con {
    width: 320px
}

.cat_contain .cat_content .num_head {
    text-align: left;
    padding: 15px 18px;
    font-size: 18px;
    color: #01b2f1
}

.cat_contain .cat_content .num_head .img_no {
    margin-right: 30px
}

.cat_contain .cat_content .num_head em {
    padding-top: 30px
}

.cat_contain .cat_content .num_head span,
.cat_contain .cat_content .num_head img,
.cat_contain .cat_content .num_head em {
    float: left
}

.cat_contain .cat_content .img_con {
    height: 360px;
    padding: 30px
}

.cat_contain .cat_content .img_con a {
    font-size: 18px;
    color: #01b2f1
}

.cat_contain .cat_content .img_con p a:hover {
    border-bottom: 1px solid #01b2f1
}

.cat_contain .cat_content .img_con p {
    text-align: left;
    background: url(images/home/cat_xian.png) 0 0 no-repeat;
    margin-left: 14px;
    margin-top: 25px;
    padding-top: 18px
}

.cat_contain .cat_content .img_con p {
    width: 230px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}
/*修改*/
.login-container .modal-dialog {
    width: 842px;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-top: -200px;
    margin-left: -275px
}

*,
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.flip {
    -webkit-animation: rotateplane .6s ease-in-out;
    -moz-animation: rotateplane .6s ease-in-out;
    -o-animation: rotateplane .6s ease-in-out;
    animation: rotateplane .6s ease-in-out
}

@-webkit-keyframes rotateplane {
    0% {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        transform: rotateY(0deg);
        -ms-transform: rotateY(0deg)
    }
    100% {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        transform: rotateY(180deg);
        -ms-transform: rotateY(180deg)
    }
}

.login-form-section {
    font-weight: 300;
    color: #7d7d7d;
    width: 420px;
    min-width: 360px;
    margin: 0 auto;
    background-color: #fff
}

.login-form-section .login-content {
    background-color: #fff;
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.login-form-section .login-content .send_email {
    text-align: center;
    padding: 20px 50px 20px 50px;
    font-size: 16px
}

.login-form-section .login-content .close_ico{    
    color:#000;
    width:15px;
    height:15px;
    margin-left:380px;
    cursor:pointer;
    background:url(images/login/close_ico.png) no-repeat;
}

.login-form-section .login-content .section-title {
    padding: 20px 95px;
    position: relative;
    height:82px;
}

.login-form-section .login-content .section-title a {
    color: #000;
    font-size: 19px;
    font-weight: 300!important;
    display: block;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 2px;
    float:left;
}

.login-form-section .login-content .section-title .b_login{

    border-right:1px solid #7d7d7d;
    padding-right:80px;
}
.login-form-section .login-content .section-title .l_r{
    color:#0ebfb5;
}

.login-form-section .login-content .section-title .bbs-help-tip {
    position: absolute;
    right: 50px;
    top: 25px
}

.login-form-section .form-control {
    height: 39px
}

.login-form-section .textbox-wrap {
    padding: 10px 40px 10px 40px;
    -moz-transition: border-left-color .5s, box-shadow .5s, background-color .5s;
    -o-transition: border-left-color .5s, box-shadow .5s, background-color .5s;
    -webkit-transition: border-left-color .5s, box-shadow .5s, background-color .5s;
    transition: border-left-color .5s, box-shadow .5s, background-color .5s
}

.login-form-section .textbox-wrap .input-group {
    border: 1px solid #858585;
    background-color: #fff;
    border-radius:6px;
}

.login-form-section .textbox-wrap .input-group i {
    color: #ccc
}

.login-form-section .textbox-wrap .input-group input,
.login-form-section .textbox-wrap .input-group .form-control,
.login-form-section .textbox-wrap .input-group .input-group-addon {
    background-color: transparent;
    border: none
}

.login-form-section .textbox-wrap .icon-right {
    color: green;
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -7px
}

.login-form-section .textbox-wrap .icon-wrong {
    color: red;
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -7px
}

.login-form-section .error-wrap {
    padding: 0 50px;
}

.login-form-section .error-wrap .alert {
    margin-bottom: 5px;
    color: #fff;
    border-radius: 0;
    text-align: center;
    font-size: 14px
}

.login-form-section .error-wrap .alert-danger {
    background-color: #F0F0F0;
    border: none;
    color: #999
}

.login-form-section .error-wrap .alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border: none
}

.login-form-section .login-form-action {
    padding: 10px 34px 10px 34px
}

.login-form-section .login-form-action .checkbox {
    display: inline-block;
    padding-left: 1px;
    margin-top: 7px;
    margin-bottom: 0
}

.login-form-section .login-form-action .checkbox .custom-checkbox {
    float: left
}

.login-form-section .login-form-action .checkbox .checkbox-text {
    line-height: 24px;
    padding-left: 5px;
    font-size: 14px
}

.login-form-section .login-form-action .checkbox .pull-left {
    float: left!important
}

.login-form-section .login-form-action .btn {
    display: inline-block;
    padding: 6px 12px;
    height: 41px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 6px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    width: 344px;
    border: none
}

.login-form-section .login-form-action .blue-btn {
    background-color: #63ba01
}

.login-form-section .login-form-action .pull-right {
    float: right!important
}

.login-form-section .login-form-action i {
    font-size: 18px;
    font-weight: 700
}

.login-form-section .login-form-action .third-party {
    text-align: center;
    line-height: 30px
}

.login-form-section .login-form-action .wx_login {
    display: inline-block;
    background: url(images/login/login_weixin.png) no-repeat 0 0;
    margin-left: 5px
}

.login-form-section .login-form-action .wx_login .wx_title {
    margin-left: 30px
}

.login-form-section .login-form-action .qq_login {
    display: inline-block;
    background: url(images/login/login_qq.png) no-repeat 0 0;
    margin-left: 20px
}

.login-form-section .login-form-action .qq_login .qq_title {
    margin-left: 30px
}

.login-form-section .login-form-action .weibo_login {
    display: inline-block;
    background: url(images/login/weibo.png) no-repeat 0 0;
    margin-left: 20px
}

.login-form-section .login-form-action .weibo_login .weibo_title {
    margin-left: 30px
}

.login-form-section .login-form-tip {
    padding: 20px 50px 25px 50px;
    text-align: center;
    font-size: 12px
}

.login-form-section .error_text {
    position: absolute;
    color: red;
    top: 45px;
    left: 5px
}

.modal-dialog {
    width: 842px;
    margin-left: -421px;
}

.modal-lg {
    width: 960px
}

#notify {
    position: fixed;
    z-index: 1000;
    width: 470px;
    left: 50%;
    margin-top: 60px;
    margin-left: -235px;
   /* position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);*/
}

#notify .alert {
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0;
    text-align: center;
    width: 100%;
    padding: 20px 10px;
    position: absolute;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
}

#notify .alert-success {
    background-color: #fff;
    font-size: 28px;
    color: #666
}

#notify .alert .close {
    position: relative;
    top: -3px;
    right: 5px;
    line-height: 20px;
    color: #666;
    opacity: 1
}

#notify .alert-tip {
    width: 360px;
    background: #fff;
    border-radius: 0;
    padding: 20px 15px;
    line-height: 25px
}

#notify .alert-tip .close {
    color: #999;
    font-weight: 100;
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 20px
}

.data_associate {
    padding: 20px 40px 0
}

.data_associate .panel {
    margin-top: 20px;
    max-height: 400px;
    overflow: auto
}

.email-account {
    position: absolute;
    top: 30px;
    left: 50%;
    width: 440px;
    height: 165px;
    margin-left: -240px;
    box-shadow: 0 0 7px 1px #dedddd;
    z-index: 1000;
    text-align: center;
    background-color: #FFF
}

.email-account h1 {
    font-size: 24px;
    color: #666;
    margin-top: 45px
}

.email-account p {
    font-size: 14px;
    margin-top: 35px
}

.email-account p a {
    color: #63ba01
}

.reg {
    background-color: #f45d52;
    padding-top: 30px;
    padding-bottom: 30px
}

.reg .header {
    width: 100%;
    height: 80px
}

.reg .header .content {
    width: 1000px;
    height: 80px;
    margin: 0 auto
}

.reg .header .content .logo {
    width: 148px;
    height: 36px;
    margin: 30px auto
}

.reg .header .content .h2 {
    font-size: 20px;
    line-height: 40px;
    margin-top: 40px;
    color: #929292;
    text-align: center
}

.reg .header .content .logo2 {
    width: 196px;
    height: 50px;
    margin: 0 auto
}

.reg .main {
    width: 1000px;
    margin: 0 auto
}

.reg .main .banner {
    width: 690px;
    height: 440px;
    float: left;
    margin-top: 75px;
    display: inline
}

.reg .main .loginBox {
    width: 288px;
    height: 340px;
    background: #f78f86;
    border: 1px solid #f89e96;
    float: right;
    display: inline;
    box-shadow: 1px 1px 5px #b4453c;
    margin-top: 100px
}

.reg .main .loginBox .txt {
    width: 248px;
    height: 38px;
    border: 1px solid #fee2df;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
    left: 0;
    top: 0;
    background: #f9a49d
}

.reg .main .loginBox .txt input {
    width: 160px;
    height: 12px;
    padding: 13px 10px 13px 78px;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    background: #f9a49d;
    z-index: 1
}

.reg .main .loginBox .txt .login_btn {
    display: block;
    height: 38px;
    line-height: 38px;
    letter-spacing: 10px;
    text-align: center;
    font-size: 14px;
    color: #f57971;
    background: #fff;
    border-radius: 2px
}

.reg .main .loginBox .txt .reg_btn {
    display: block;
    height: 38px;
    line-height: 38px;
    letter-spacing: 10px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #fac7c3;
    border-radius: 2px
}

.reg .main .reg_xy_Box {
    width: 580px;
    margin: 0 auto
}

.reg .main .reg_xy_Box h2 {
    text-align: center;
    color: #fff;
    font-size: 26px;
    line-height: 60px
}

.reg .main .reg_xy_Box .reg_xy {
    max-height: 500px;
    overflow-y: auto;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px 40px 20px;
    background: #f78e86;
    border: 1px solid #f89e97
}

.reg .main .reg_xy_Box .reg_xy p {
    line-height: 18px
}

.reg .main .reg_xy_Box .agree_btn {
    width: 200px;
    height: 40px;
    display: block;
    line-height: 40px;
    background: #fff;
    color: #f35d52;
    margin: 0 auto;
    text-align: center;
    border-radius: 2px;
    font-size: 14px;
    margin-top: 30px
}

.reg .main .regBox {
    width: 460px;
    height: 360px;
    margin: 0 auto;
    margin-top: 50px
}

.reg .main .regBox .txt {
    width: 418px;
    height: 38px;
    border: 1px solid #fee2df;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
    left: 0;
    top: 0;
    background: #f9a49d
}

.reg .main .regBox .txt input {
    color: #fff;
    width: 300px;
    height: 12px;
    padding: 13px 10px 13px 38px;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    background: #f9a49d;
    z-index: 1
}

.reg::-webkit-input-placeholder {
    color: #fff
}

.reg:-moz-placeholder {
    color: #fff
}

.reg::-moz-placeholder {
    color: #fff
}

.reg:-ms-input-placeholder {
    color: #fff
}

.reg .main .regBox .cont {
    width: 420px;
    margin: 0 auto;
    margin-top: 20px
}

.reg .main .regBox .cont span {
    color: #fff;
    cursor: pointer
}

.reg .main .regBox .cont .reg_btn {
    width: 198px;
    height: 40px;
    line-height: 40px;
    letter-spacing: 10px;
    float: left;
    background: #fff;
    border-radius: 2px;
    color: #f35d52;
    text-align: center;
    font-size: 14px
}

.reg .main .regBox .cont .reset_btn {
    width: 198px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #fef4f3;
    letter-spacing: 10px;
    float: right;
    background: #f9aea9;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    font-size: 14px
}

.reg .pos {
    position: relative;
    left: 0;
    top: 0
}

.reg .point_icon {
    padding-left: 20px;
    width: 120px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(images/point_icon.png) no-repeat left center
}

.reg .point_on_icon {
    padding-left: 20px;
    width: 140px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(images/point_on_icon.png) no-repeat left center;
    cursor: pointer
}

.reg .title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-indent: 20px;
    color: #fff;
    font-size: 26px;
    margin-top: 20px
}

.reg .span {
    position: absolute;
    color: #fff;
    font-size: 14px;
    left: 40px;
    top: 10px;
    z-index: 2
}

.reg .email_icon {
    width: 16px;
    height: 10px;
    float: left;
    position: absolute;
    left: 10px;
    top: 15px;
    background: url(images/email_icon.png);
    z-index: 2;
    overflow: hidden
}

.reg .password_icon {
    width: 12px;
    height: 16px;
    float: left;
    position: absolute;
    left: 12px;
    top: 11px;
    background: url(images/password_icon.png);
    z-index: 2;
    overflow: hidden
}

.reg .para {
    text-indent: 2em;
    font-size: 14px
}

#ad_001 .pagination {
    display: none
}

#main .select-branch .select-contain.select-sm .eqc-mask .eqc-name {
    max-width: 100px
}

.info .creat {
    float: right
}

.info .creat a {
    display: block;
    color: #fff;
    background-color: #ea1f64;
    border-radius: 30px;
    width: 60px;
    height: 60px;
    overflow: hidden
}

.info .creat a:hover {
    width: 160px
}

.info .creat a:hover span {
    opacity: 1;
    display: block
}

.info .creat a em,
.info .creat a span {
    float: left;
    display: block;
    line-height: 60px
}

.info .creat a em {
    width: 60px;
    font-size: 20px;
    text-align: center
}

.info .creat a span {
    opacity: 0;
    display: none
}

.changjing-data {
    padding-bottom: 30px
}

.changjing-data li {
    float: left;
    width: 25%;
    color: #fff
}

.changjing-data li span,
.changjing-data li .big-icon {
    display: inline-block
}

.changjing-data li .big-icon {
    padding-left: 20px
}

.changjing-data li .num {
    color: #fff;
    font-size: 18px
}

.changjing-data li .title {
    font-size: 12px;
    margin-top: 15px
}

.changjing-data li span {
    float: left;
    font-size: 25px;
    color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background-color: #63ba01;
    border-radius: 50%
}

.changjing-data li span.eqf-eye {
    font-size: 18px
}

.changjing-data li span.eqf-date {
    font-size: 22px
}

.scene-type {
    margin: 40px 0 20px 0;
    position: relative
}

.scene-type .scene-select {
    font-size: 12px;
    float: left;
    width: 70px!important
}

.scene-type .scene-select {
    cursor: pointer
}

.scene-type .scene-select.selected a {
    color: #63ba01
}

.scene-type .scene-select.iconChange em {
    transform: rotate(180deg)
}

.scene-type .scene-select span {
    padding-right: 10px
}

.scene-type .scene-select em {
    padding-top: 1px
}

.scene-type .scene-select span,
.scene-type .scene-select em {
    float: left
}

.scene-type .search-tab {
    float: right
}

.scene-type .search,
.scene-type .list-toggle {
    display: inline-block
}

.scene-type .search {
    position: absolute;
    right: 40px
}

.scene-type .search:hover input,
.scene-type .search.hover input {
    border-color: #63ba01;
    color: #1f2532;
    width: 180px
}

.scene-type .search:hover input::-webkit-input-placeholder,
.scene-type .search.hover input::-webkit-input-placeholder {
    color: #a3afb7
}

.scene-type .search:hover input:-moz-placeholder,
.scene-type .search.hover input:-moz-placeholder {
    color: #a3afb7
}

.scene-type .search:hover input::-moz-placeholder,
.scene-type .search.hover input::-moz-placeholder {
    color: #a3afb7
}

.scene-type .search:hover input:-ms-input-placeholder,
.scene-type .search.hover input:-ms-input-placeholder {
    color: #a3afb7
}

.scene-type .search input {
    float: left;
    border: 0;
    background: 0 0;
    font-size: 12px;
    border-bottom: 1px solid transparent;
    color: transparent;
    border-radius: 0;
    line-height: 20px;
    padding: 0 26px 1px 20px;
    position: relative;
    cursor: pointer;
    z-index: 1;
    width: 80px;
    -webkit-transition: width 300ms .1s ease, border-color 300ms ease;
    transition: width 300ms .1s ease, border-color 300ms ease;
    height: 20px
}

.scene-type .search input::-webkit-input-placeholder {
    color: #f5f5f5
}

.scene-type .search input:-moz-placeholder {
    color: #f5f5f5
}

.scene-type .search input::-moz-placeholder {
    color: #f5f5f5
}

.scene-type .search input:-ms-input-placeholder {
    color: #f5f5f5
}

.scene-type .search .search-icon {
    right: 0;
    font-size: 16px;
    z-index: 2;
    position: absolute;
    cursor: pointer
}

.scene-type .search .search-icon.eqf-wrong {
    font-size: 12px;
    color: #a3afb7
}

.scene-type .list-toggle {
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    color: #76838f
}

.scene-type .list-toggle:hover {
    color: #63ba01
}

.mask {
    width: 100%
}

.ad a {
    color: #fff
}

.ad a:hover {
    color: #63ba01
}

#main {
    margin-top: 90px
}

#main .scene-img .ribbon {
    top: 0;
    left: 0
}

#main .ribbon {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 140px;
    height: 84px;
    text-align: center;
    z-index: 4;
    overflow: hidden;
}

#main .ribbon .ribbon-inner {
    position: absolute;
    left: -40px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #83d377;
    font-size: 14px;
    top: 16px;
    padding: 0 20px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#main .set {
    float: right
}

#main .set a {
    border: 1px solid #ccd5db;
    border-radius: 3px;
    text-align: left
}

#main .set a em {
    padding: 0 10px 0 8px
}

#main .set a span {
    margin-right: 10px;
    color: #fff
}

#main .set a.delete:hover {
    background-color: #ff5448;
    border-color: #ff5448
}

#main .set a.operation:hover {
    background-color: #63ba01;
    border-color: #63ba01
}

#main .set a.sample:hover {
    width: 113px
}

#main .set a:hover {
    background-color: #63ba01;
    color: #fff;
    border-color: #63ba01;
    width: 70px
}

#main .button {
    font-size: 12px;
    width: 30px;
    height: 30px;
    display: inline-block;
    overflow: hidden
}

#main .button em {
    line-height: 28px
}

#main .ercode {
    padding: 30px 0;
    text-align: center;
    animation: zoomIn .5s ease 0s 1 both;
    -webkit-animation: zoomIn .5s ease 0s 1 both
}
/*课件状态*/
#main .unpublish {
    background-color: #fff;
}
#main .not-audit>span {
    background-color: #fff;
}
#main .pass-audit>span {
    background-color: #65FF79;
    color: #fff !important;
}
#main .is-audit>span {
    background-color: #FFC548;
    color: #fff !important;
}
#main .refuse-audit>span {
    background-color: #FF7076;
    color: #fff !important;
}

#main .new {
    background-color: #f2a653
}

#main .check {
    background-color: #ff5448
}
/*课件状态*/
.myTukeTemp{
    position: relative;
    width: 100%;
    height: 60px;
}
.myTukeTemp a{
    width: 150px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #5eb30b;
    color: #5eb30b;
    font-weight: bold;
    position: absolute;
    left: 0;
    text-align: center;
    border-radius: 4px;
}
.myTukeTemp a:hover{
    cursor: pointer;
    background-color: #5eb30b;
    color: #fff;
}
.myPptTemp{
    position: relative;
    width: 100%;
    height: 40px;
}
.myPptTemp a{
    width: 150px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #69cef7;
    color: #69cef7;
    font-weight: bold;
    position: absolute;
    left: 0;
    text-align: center;
    border-radius: 4px;
}
.myPptTemp a:hover{
    cursor: pointer;
    background-color: #69cef7;
    color: #fff;
}
.mylongViewTemp{
    position: relative;
    width: 100%;
    height: 60px;
	margin-top: 10px;
}
.mylongViewTemp a{
    width: 150px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #5eb30b;
    color: #5eb30b;
    font-weight: bold;
    position: absolute;
    left: 0;
    text-align: center;
    border-radius: 4px;
}
.mylongViewTemp a:hover{
    cursor: pointer;
    background-color: #5eb30b;
    color: #fff;
}

#main .square-scene li {
    position: relative;
    font-size: 12px;
    background-color: #fff;
    border-radius: 3px;
    width: 280px;
    height: 360px;
    overflow: hidden;
    float: left;
    display: inline;
    margin-right: 20px;
    margin-bottom: 20px
}

#main .square-scene li:nth-child(4n) {
    margin-right: 0
}

#main .square-scene li:hover .overlay {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

#main .square-scene li:hover .buttons {
    -webkit-transform: translateY(27px);
    -ms-transform: translateY(27px);
    transform: translateY(27px);
    opacity: 1
}

#main .square-scene li:hover .project-info {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px)
}

#main .square-scene li .image {
    width: 280px;
    height: 260px;
    overflow: hidden
}

#main .square-scene li .image .front {
    height: 280px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

#main .square-scene li .overlay {
    width: 100%;
    height: 280px;
    font-size: 12px;
    opacity: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, .8);
    text-align: center;
    z-index: 1;
    top: 0;
    color: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
    transition: opacity 200ms ease, transform 200ms ease
}

#main .square-scene li .overlay .sample {
    position: absolute;
    top: 180px;
    left: 0;
    right: 0;
    text-align: center
}

#main .square-scene li .overlay .sample a {
    color: #fff
}

#main .square-scene li .overlay .edit .edit-same {
    display: inline-block;
    margin-top: 73px;
    padding: 0 10px;
    cursor: pointer;
    color: #fff
}

#main .square-scene li .overlay .edit .edit-same em {
    display: block;
    font-size: 30px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .2);
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px
}

#main .square-scene li .overlay .edit .edit-same em.eqf-eye {
    font-size: 18px
}

#main .square-scene li .overlay .edit .edit-same em:hover {
    background-color: #63ba01;
    border-color: #63ba01
}

#main .square-scene li .project-info {
    background-color: #fff;
    position: absolute;
    height: 100px;
    width: 100%;
    text-align: center;
    z-index: 1;
    padding: 20px;
    -webkit-transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease
}

#main .square-scene li .project-info p {
    padding: 10px 0 15px 0;
    font-size: 14px
}

#main .square-scene li .project-info .show-count {
    color: #a3afb7;
    padding: 0 15px;
    cursor: pointer
}

#main .square-scene li .project-info .show-count:hover {
    color: #63ba01
}

#main .square-scene li .project-info .show-count em {
    padding-right: 5px;
    display: inline-block
}

#main .square-scene li .project-info .show-count em.eqf-eye {
    transform: scale(.87)
}

#main .square-scene li .buttons {
    position: absolute;
    left: 0;
    bottom: -8px;
    z-index: 2;
    opacity: 0;
    width: 100%;
    padding: 0 10px;
    -webkit-transition: -webkit-transform 200ms ease, opacity 200ms ease;
    transition: transform 200ms ease, opacity 200ms ease
}

#main .square-scene li .buttons.sample {
    bottom: -6px
}

#main .square-scene li .buttons .erweima {
    float: left;
    background-color: #f0f3f4;
    border-radius: 3px;
    color: #76838f
}

#main .square-scene li .buttons .erweima.button {
    font-size: 18px!important
}

#main .square-scene li .buttons .erweima.button em {
    line-height: 30px
}

#main .square-scene li .buttons .erweima:hover {
    background-color: #78e004;
    color: #fff
}

#main .square-scene li:hover {
    box-shadow: 2px 2px 20px rgba(0, 0, 0, .1)
}

#main .square-scene li .scene-contain {
    position: relative
}

#main .square-scene li .scene-contain .f1-card {
    width: 100%;
    position: relative
}

#main .square-scene li .scene-contain .f1-card .face {
    width: 280px;
    height: 280px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-size: 235px 235px
}

#main .square-scene li .scene-contain .f1-card .scene-status {
    width: 235px;
    height: 235px;
    color: #fff
}

#main .square-scene li .scene-contain .f1-card .scene-status span {
    font-size: 60px;
    position: absolute;
    top: 50px;
    left: 88px
}

#main .square-scene li .scene-contain .f1-card .scene-status p {
    position: absolute;
    top: 146px;
    width: 235px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 2px;
    padding-left: 10px
}

#main .square-scene li .scene-contain .btn {
    position: absolute;
    top: 10px;
    right: 10px;
    box-shadow: 0 1px 1px #999
}

#main .square-scene li .scene-contain .btn span {
    margin-right: 6px;
    margin-top: 5px
}

#main .square-scene li .scene-contain .btn-border:hover {
    color: #63ba01;
    background-color: #fff
}

#main .square-scene li .scene-contain ul {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 6px 9px;
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, .3)
}

#main .square-scene li .scene-contain ul li {
    margin: 0 6px 0 0;
    padding: 0;
    float: left;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 33px;
    border-radius: 3px
}

#main .square-scene li .scene-contain ul li span {
    padding: 8px
}

#main .square-scene li .scene-contain ul li:hover {
    background: rgba(0, 0, 0, .6);
    cursor: pointer
}

#main .square-scene li .scene-contain ul .scene-delete {
    position: absolute;
    right: 3px;
    top: 6px
}

#main .square-scene li .scene-desc {
    position: relative;
    left: 0;
    top: 0;
    padding: 18px 4px;
    height: 50px;
    font-size: 14px;
    background: #fff;
    border-bottom: 1px solid #ccd5db
}

#main .square-scene li .scene-desc .item_title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    color: #a3afb7;
    text-indent: 10px;
    width: 194px;
    display: inline-block
}

#main .square-scene li .scene-desc .weixin {
    position: absolute;
    right: 14px
}

#main .square-scene li .bottom-info {
    position: relative;
    height: 48px;
    background: #fff;
    border-radius: 3px
}

#main .square-scene li .bottom-info em {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 14px
}

#main .square-scene li .bottom-info .control-btn {
    position: absolute;
    top: 16px;
    right: 12px;
    cursor: pointer
}

#main .square-scene li .bottom-info .control-btn .scene-none-btn {
    background: #e6e6e6
}

#main .square-scene li .bottom-info a {
    display: inline-block;
    width: 96px;
    padding: 16px 0 16px 16px;
    color: #a3afb7
}

#main .square-scene li .bottom-info a span {
    margin: 0 6px 0 0
}

#main .square-scene li .bottom-info a:hover {
    color: #63ba01
}

#main .rec-scene>li {
    background-color: #fff;
    border-radius: 3px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    width: 100%
}

#main .rec-scene>li:hover {
    box-shadow: 2px 2px 20px rgba(0, 0, 0, .1)
}

#main .rec-scene>li .scene-img {
    width: 200px;
    position: relative
}

#main .rec-scene>li .scene-img .f1-card {
    position: relative;
    width: 200px;
    height: 200px
}

#main .rec-scene>li .scene-img .f1-card .face {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-size: 200px 200px
}

#main .rec-scene>li .scene-img .f1-card .qrcode {
    padding: 10px 0;
    text-align: center;
    animation: zoomIn .5s ease 0s 1 both;
    -webkit-animation: zoomIn .5s ease 0s 1 both
}

#main .rec-scene>li .scene-img .face {
    width: 100%;
    height: 100%
}

#main .rec-scene>li .scene-data {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    position: relative;
    padding: 30px;
    height: 200px
}

#main .rec-scene>li .scene-data .scene-data-header {
    display: inline-block;
    width: 100%
}

#main .rec-scene>li .scene-data .scene-data-header .scene-info {
    float: left
}

#main .rec-scene>li .scene-data .scene-data-header .scene-info .scene-description {
    padding: 14px 0;
    font-size: 12px;
    letter-spacing: 1px
}

#main .rec-scene>li .scene-data .scene-data-header .scene-info p {
    padding: 14px 0;
    font-size: 12px;
    letter-spacing: 1px
}

#main .rec-scene>li .scene-data .scene-data-footer {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px
}

#main .rec-scene>li .scene-data .scene-data-footer .user-param {
    float: left
}

#main .rec-scene>li .scene-data .scene-data-footer .user-param a {
    width: 120px;
    margin-right: 10px;
    border: 1px solid #ccd5db;
    border-radius: 3px;
    color: #a3afb7
}

#main .rec-scene>li .scene-data .scene-data-footer .user-param a:hover {
    background-color: #63ba01;
    border-color: #63ba01;
    color: #fff
}

#main .rec-scene>li .scene-data .scene-data-footer .user-param a em {
    padding: 0 10px 0 8px;
    font-size: 14px;
    float: left
}

#main .rec-scene>li .scene-data .scene-data-footer .user-param a em.eqf-eye {
    font-size: 12px;
    transform: scale(.87);
    display: inline-block
}

#main .rec-scene>li .scene-data .scene-data-footer .user-param a span {
    font-size: 12px;
    line-height: 28px
}
/*登录提示框修改*/
.squaredOne,.squaredTwo,.squaredTh{
  width: 12px;
  height: 12px;
  display:inline-block;
  position: relative;
  top:4px;
  left:-3px;
  border:1px solid #66cc00;
}
.squaredOne label ,.squaredTwo label ,.squaredTh label{
  width: 10px;
  height: 10px;
  position: absolute;
  left: 4px;
  cursor: pointer;
}
.squaredOne label:after ,.squaredTwo label:after ,.squaredTh label:after{
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: -20px;
  left: -3px;
  background: #66cc00;
  opacity: 0;
}

.squaredOne input[type=checkbox],.squaredTwo input[type=checkbox],.squaredTh input[type=checkbox] {
  visibility: hidden;
}
.squaredOne input[type=checkbox]:checked + label:after,.squaredTwo input[type=checkbox]:checked + label:after,.squaredTh input[type=checkbox]:checked + label:after{
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@-webkit-keyframes animate-m
{
    0% { background-position: center 0, 0 0;}
    100% { background-position: center 885px, 0 0;}
}
.bind-email-guide {
   /* background-color: #fff;*/
    width: 566px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -284px;
    border-radius: 6px;
    background:url('/assets/images/re-design/bg_particle.png') repeat-y center;
    -webkit-animation: animate-m 9s linear infinite;
    -moz-animation: animate-m 9s linear infinite;
    -ms-animation: animate-m 9s linear infinite;
    animation: animate-m 9s linear infinite; 
    height:270px;
}

.bind-email-guide .n_guide{
    background:url('/assets/images/re-design/particle2.png') no-repeat;
    height:502px;
    padding:329px 126px;
    text-align:center;
}

.bind-email-guide .m_guide{
    background:url('/assets/images/re-design/particle3.png') no-repeat;
    height:635px;
    padding:374px 60px 0;
    text-align:center;
}
.bind-email-guide .m_guide ul{
    text-align:left;
}

.bind-email-guide .m_guide .user-select{
    margin:-38px 190px;
}

.bind-email-guide h1 {
    padding: 20px 20px 10px;
    height: 50px;
    font-size: 15px;
    color: #595959;
    /*background-color: #f7f7f7;*/
   /* letter-spacing: 2px;*/
    /*border-top-left-radius: 6px;
    border-top-right-radius: 6px*/
}

.bind-email-guide h1 span {
    position: absolute;
    right: 21px;
    top: 15px;
    font-size: 25px;
    cursor: pointer
}

.bind-email-guide p {
    padding: 20px 0 16px 20px;
    font-size: 15px;
    color: #595959
}

.bind-email-guide .n_guide .guide-describe {
    padding: 0 0 10px 10px;
    font-size: 14px;
    color: #66cc00
}

.bind-email-guide .m_guide .guide-describe{
    color:#595959;
    font-size:15px;

}
.bind-email-guide .m_guide .guide-describe ul{
    margin-top:0;
    margin-left:23px;
    overflow:hidden;
}
.bind-email-guide .m_guide .guide-describe li{
    line-height:28px;
    float:left;
    margin-right:20px;
}
.bind-email-guide .guide-describe li.guide-list {
    margin-bottom: 14px
}

.bind-email-guide .guide-describe li.guide-list em {
    display: block
}

.bind-email-guide .guide-describe ul {
    margin: 14px 0 18px 36px
}

.bind-email-guide .guide-describe ul a {
    color: #63ba01
}

.bind-email-guide .guide-describe .item {
    margin: 5px 0 0 12px;
  /*  list-style-type: square*/
}
.bind-email-guide .guide-describe .item i{
    width:12px;
    height:12px;
    display:inline-block;
    margin-right:10px;
    background:url('/assets/images/re-design/ico2.jpg') no-repeat;
}

.bind-email-guide .guide-describe .item li {
    margin-bottom: 5px;
    font-size:15px;
    width:180px;
}

.bind-email-guide .user-select {
    position: relative;
    /*border-top: 1px solid #e6e6e6;*/
    margin: 0 52px;
    height: 60px
}

/*.bind-email-guide .user-select span,*/
.bind-email-guide .user-select p,
.bind-email-guide .user-select a {
    position: absolute;
    top: 18px
}

.bind-email-guide .user-select a {
    margin-left: 110px
}

.bind-email-guide .user-select p {
    right: 116px;
    padding: 0
}

.bind-email-guide .user-select button {
    line-height: 20px;
    position: absolute;
    top: 14px;
    right: 0
}

.customer .info-show {
    height: 100px
}

.customer .info-show .same-content .cus-title {
    padding-top: 38px;
    color: #fff;
    font-size: 24px
}

.customer .cus-bar {
    padding-top: 40px;
    font-size: 12px
}

.customer .cus-bar a {
    font-size: 12px
}

.customer .cus-bar .select-contain {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.customer .cus-bar .group-action {
    padding-top: 3px
}

.customer .cus-bar .group-action .btn-group.open .dropdown-toggle {
    box-shadow: none
}

.customer .cus-bar .add-data {
    padding-right: 10px
}

.customer .cus-bar .checkbox-square {
    top: 10px
}

.customer .cus-bar .select-group.add-group {
    height: 36px;
    line-height: 36px;
    border-top: 1px solid #ccd5db;
    border-bottom: 1px solid #ccd5db;
    cursor: pointer
}

.customer .cus-bar .select-group.add-group:hover {
    background-color: #56c6ff;
    color: #fff
}

.customer .cus-bar .dropdown-menu {
    transform-origin: 0 0;
    margin-top: 0;
    padding-top: 0;
    font-size: 12px
}

.customer .cus-bar .dropdown-menu ul {
    max-height: 200px;
    overflow: auto
}

.customer .cus-bar .dropdown-menu ul>li {
    line-height: 36px;
    padding-left: 10px;
    padding-right: 10px
}

.customer .cus-bar .dropdown-menu ul>li:nth-child(2n) {
    background-color: #f7f7f7
}

.customer .cus-bar .dropdown-menu ul>li:hover {
    background-color: #56c6ff;
    color: #fff
}

.customer .cus-bar .dropdown-menu ul>li:hover a {
    color: #fff
}

.customer .cus-bar .dropdown-menu ul>li .group-name {
    height: 36px
}

.customer .cus-bar .dropdown-menu ul>li span {
    display: inline-block;
    width: 65px
}

.customer .cus-table {
    padding-bottom: 90px
}

.customer .new-export {
    padding: 20px 20px;
    color: #a3afb7;
    border-bottom: 1px solid #ccd5db
}

.customer .new-export select {
    margin-right: 10px
}

.customer .new-export .custom-data {
    padding-top: 12px
}

.customer .new-export .custom-data span {
    color: #63ba01;
    padding-right: 50px
}

.customer .import-container {
    padding: 20px 20px
}

.customer .import-container .select-scene {
    width: 250px;
    white-space: nowrap;
    overflow: hidden
}

.customer .import-container .data-column {
    width: 210px
}

.customer .import-container .ui-draggable-dragging {
    background-color: #63ba01;
    z-index: 1000;
    width: 188px;
    color: #FFF
}

.customer .import-container .name-to-name {
    width: 460px
}

.customer .import-container .select-scene ul,
.customer .import-container .data-column ul,
.customer .import-container .name-to-name .drag {
    padding: 10px;
    border: 1px solid #ccd5db
}

.customer .import-container .select-scene h2,
.customer .import-container .data-column h2,
.customer .import-container .name-to-name h2 {
    padding-bottom: 20px;
    font-size: 16px;
    color: #666
}

.customer .import-container ul li {
    text-indent: 5px;
    cursor: pointer;
    border-bottom: 1px solid #ccd5db
}

.customer .import-container ul li span {
    margin: 1px 0;
    display: block;
    height: 36px;
    line-height: 36px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.customer .import-container .name-to-name ul li:last-child {
    border-bottom: none
}

.customer .import-container ul li:hover span,
.customer .import-container ul li.active span {
    background-color: #63ba01;
    color: #FFF
}

.customer .import-container .item-remove-droppable.active {
    border: 1px dashed #08a1ef
}

.customer .import-container .list-attribute {
    width: 188px;
    margin: 1px 0;
    color: #a3afb7;
    height: 37px;
    line-height: 37px;
    background-color: #F0F0F0;
    overflow: hidden;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none
}

.customer .import-container .list-attribute span {
    background-color: #63ba01;
    color: #FFF
}

.customer .import-container .drag ul li .active {
    border: 1px dashed #08a1ef
}

.customer .import-container .list-field {
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    width: 210px;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #ccd5db
}

.customer .import-container .drag ul li:last-child .list-field {
    border: none
}

.customer .action {
    padding: 0 20px 20px 20px
}

.customer .action a {
    border-radius: 0
}

.customer .action span {
    font-size: 12px
}

#main .customer-edit.select-contain {
    width: 100%;
    vertical-align: middle;
    z-index: 3
}

#main .customer-edit.select-contain.select-sm .eqc-mask {
    width: 100%
}

#main .customer-edit.select-contain.select-sm .eqc-drop-down-list {
    width: 100%
}

#main .customer-edit.select-contain.select-sm .eqc-drop-down-list li {
    width: 100%
}

#main .data-detail span {
    line-height: 30px
}

#main .return {
    padding-top: 35px;
    margin-left: 120px;
    cursor: pointer
}

#main .return a {
    color: #63ba01
}

#main .panel {
    border: none;
    border-radius: 0;
    box-shadow: none
}

#main .custom-detail {
    border-bottom: 1px solid #ccc;
    padding-top: 35px
}

#main .custom-detail td {
    padding-bottom: 35px;
    width: 33.3%;
    font-size: 16px
}

#main .custom-detail tr td {
    position: relative
}

#main .custom-detail tr td .addGroup {
    border-top: 1px solid #ccd5db;
    border-bottom: 1px solid #ccd5db;
    height: 36px;
    line-height: 36px;
    text-align: center
}

#main .custom-detail tr td .group-list .group-menu {
    padding: 0 10px;
    line-height: 36px;
    font-size: 12px
}

#main .custom-detail tr td .group-list .group-menu:nth-child(2n) {
    background-color: #f7f7f7
}

#main .custom-detail tr td .group-list .group-menu .checkbox-square {
    top: 10px
}

#main .custom-detail tr td .group-list .group-menu .select-group,
#main .custom-detail tr td .group-list .group-menu .confirm-add {
    display: block;
    height: 36px;
    line-height: 36px
}

#main .custom-detail tr td .userList {
    background-color: #f0f0f0;
    padding: 2px 5px;
    margin-left: 10px;
    display: inline-block;
    margin-bottom: 5px
}

#main .custom-detail tr td .userList:hover {
    background-color: #9ad64b;
    color: #FFF;
    cursor: pointer
}

#main .custom-detail tr:first-child td {
    text-align: center
}

#main .custom-detail tr td:first-child {
    padding-left: 120px;
    text-align: left
}

#main .custom-detail .delete {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 10px
}

#main .custom-detail .delete img {
    vertical-align: top;
    padding-top: 2px
}

#main .custom-detail .add {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-color: #9ad64b;
    color: #FFF;
    border-radius: 8px;
    line-height: 16px;
    text-align: center;
    cursor: pointer
}

#main .form-horizontal {
    padding-top: 40px
}

#main .form-horizontal .control-label {
    padding-left: 0;
    font-weight: 400
}

#main .form-horizontal .form-group {
    margin-left: 0
}

#main .form-horizontal .form-group .form-control {
    color: #999
}

#main .form-horizontal .form-group .input-group .add-btn {
    height: 36px
}

#main .form-horizontal .form-group .add-inputs {
    margin-top: 8px;
    text-align: left;
    cursor: pointer
}

.myscene .content {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 320px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.myscene .content .back {
    position: absolute;
    left: 10px;
    top: 10px;
    height: 36px;
    width: 36px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 4px;
    line-height: 36px;
    text-align: center;
    color: #fff
}

.myscene .left-bar {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 320px;
    background-color: #fff;
    box-shadow: -1px 0 3px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.myscene .left-bar .extend-bar {
    position: absolute;
    left: -29px;
    width: 30px;
    height: 60px;
    background-color: #fff;
    top: 40%;
    box-shadow: -1px 0 1px;
    border-radius: 3px;
    line-height: 60px;
    text-align: center;
    cursor: pointer
}

.myscene .left-bar .share-title {
    line-height: 50px;
    padding-left: 20px;
    height: 50px
}

.myscene .left-bar .scene-img {
    margin: 0 20px;
    text-align: center;
    padding: 10px;
    height: 200px;
    width: 200px;
    border: 1px solid #ccd5db
}

.myscene .left-bar .quick-share {
    padding-left: 20px;
    height: 100px;
    border-top: 1px solid #ccd5db;
    border-bottom: 1px solid #ccd5db;
    overflow: hidden
}

.myscene .left-bar .quick-share h6 {
    line-height: 50px;
    height: 50px
}

.myscene .left-bar .quick-share a {
    width: 32px;
    height: 32px;
    display: inherit;
    float: left;
    margin-left: 10px
}

.myscene .left-bar .option-btn .btn {
    font-size: 12px
}

.myscene .left-bar .create-link {
    position: fixed;
    bottom: 140px
}

.myscene .left-bar .create-link a {
    text-decoration: underline;
    font-size: 12px;
    color: #63ba01
}

.myscene .left-bar .create-link2 {
    bottom: 20px
}

.myscene .left-bar .use-tpl {
    height: 120px;
    background-color: #f0f3f4;
    color: #7b8793;
    position: fixed;
    bottom: 0
}

.myscene .left-bar .use-tpl button {
    width: 280px
}

.myscene .left-bar .use-tpl span {
    line-height: 60px
}

.myscene .hide-panel {
    width: 0
}

.myscene .extend-panel {
    right: 0
}

.change-title>span a {
    line-height: 40px
}

.modal-title span {
    font-size: 12px
}

.modal-title .bbs-help-tip-media {
    font-size: 12px
}

.modal-title .bbs-help-tip-media:hover {
    color: #63ba01
}

.modal-title .action {
    color: #a3afb7;
    font-size: 12px;
    padding-left: 20px
}

.showxiu {
    position: absolute;
    width: 500px;
    z-index: -1;
    left: 50%;
    margin-left: -200px;
    top: 150px;
    background-color: #fff;
    border-radius: 6px;
    opacity: 0;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.showxiu.showin {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    z-index: 1041
}


.tab-same {
    height: 50px;
    background-color: #f1f1f1;
    position: relative;
    /*padding-left: 40px;*/
    padding-left: 20px;
    color: #666;
}

.tab-same .auto-upload {
    width:80px;
    background-color:#32bea6;
    height:30px;
    text-align:center;
    line-height:30px;
    /*margin-top: 10px;*/
}

.tab-same .spanborder{
    /*background-color: #fff*/
    background:url(/assets/images/re-design/bg_console_ico2.png) no-repeat 37px 35px;
}

.tab-same>span {
    display: block;
    float: left;
    width: 90px;
    margin-top: 7px
}

.tab-same>span a {
    display: block;
    width: 80px;
    text-align: center;
    color: #fff;
    margin: 5px 0 10px 10px;
/*    font-size: 12px*/
    font-size: 14px;
    line-height: 28px;
    color: #666;
}
.tab-same .spanborder>a{
    color: #66cc00;
}

/*.tab-same>span a:last-child {
    color: #63ba01
}*/


input:focus,
select:focus,
textarea:focus {
    border: 1px solid #08a1ef
}

input.error,
textarea.error {
    border: 1px solid red
}

.pic-contain {
    padding: 0 15px;
    -webkit-user-select: none
}

.pic-contain .pic-same {
    padding: 15px 0
}

.pic-contain .pic-head {
    border-bottom: 1px solid #e6e6e6
}

.pic-contain .pic-head .select-img {
    float: left
}

.pic-contain .pic-head .select-img a {
    background-color: #63ba01;
    color: #FFF;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center
}

.pic-contain .pic-head .select-img a:hover {
    background-color: #fff
}

.pic-contain .pic-head .select-img a,
.pic-contain .pic-head .select-img span {
    display: inline-block
}

.pic-contain .pic-head .select-style {
    float: right
}

.pic-contain .pic-head .select-style select {
    height: 30px
}

.pic-contain .pic-head .select-style select,
.pic-contain .pic-head .select-style span {
    float: left;
    margin-left: 10px
}

.pic-contain .pic-head .select-style .bg-color {
    height: 30px;
    width: 30px;
    outline: 1px solid #e6e6e6
}

.pic-contain .pic-head .select-style .select-bg-color {
    height: 30px;
    line-height: 30px;
    color: #FFF;
    padding: 0 10px 0 30px;
    background: #08a1ef url(images/bull.png) no-repeat 5px center;
    cursor: pointer
}

.pic-contain .pic-head .select-style span.select-bg-color:hover {
    background: url(images/bull.png) no-repeat 5px center
}

.pic-contain .pic-img-list ul li {
    float: left;
    margin-left: 57px;
    width: 40px;
    height: 60px;
    position: relative;
    cursor: pointer;
    border: 1px solid #FFF
}

.pic-contain .pic-img-list ul li .delete-img {
    position: absolute;
    top: 2px;
    right: 2px
}

.pic-contain .pic-img-list ul li:hover,
.pic-contain .pic-img-list ul li.hover {
    outline: 1px solid #08a1ef
}

.pic-contain .pic-img-list ul li:first-child {
    margin-left: 2px
}

.pic-contain .pic-img-list .pic-img {
    width: 100%;
    height: 100%
}

.pic-contain .pic-preview {
    width: 530px;
    height: 265px;
    text-align: center;
    position: relative;
    outline: 1px solid #e6e6e6;
    margin: auto
}

.pic-contain .pic-preview .operation {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -52px;
    z-index: 1000
}

.pic-contain .pic-preview img {
    margin-top: 15px
}

.pic-contain .pic-preview .quxiao,
.pic-contain .pic-preview .finish {
    color: #FFF;
    padding: 5px 12px
}

.pic-contain .pic-preview .quxiao {
    background-color: #CCC
}

.pic-contain .pic-preview .finish {
    background-color: #63ba01
}

.pic-contain .pic-preview a.quxiao:hover {
    background-color: #b4b4b4
}

.pic-contain .pic-preview a.finish:hover {
    background-color: red
}

.pic-contain .pic-preview .shape {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -128px
}

.pic-contain .pic-preview .shape span {
    background-color: #568a6b;
    padding: 8px 13px;
    color: #FFF
}

.pic-contain .pic-preview .shape a {
    padding: 10px 15px;
    color: #FFF
}

.pic-contain .pic-preview .shape a:hover {
    color: #63ba01
}

.pic-contain .operation-pre {
    text-align: center;
    margin: 15px 0
}

.pic-contain .operation-pre .enhance,
.pic-contain .operation-pre .rotation,
.pic-contain .operation-pre .cut {
    padding: 10px 20px 10px 25px;
    background-size: 19px
}

.pic-contain .operation-pre .enhance {
    background: url(images/button.png) no-repeat 0 center
}

.pic-contain .operation-pre .rotation {
    background: url(images/roll.png) no-repeat 0 center
}

.pic-contain .operation-pre .cut {
    background: url(images/cut.png) no-repeat 0 center
}

.pic-contain .operation-pre a:hover,
.pic-contain .operation-pre .hover {
    color: #63ba01
}

.pic-contain .pic-play {
    border-top: 1px solid #e6e6e6
}

.pic-contain .pic-play .set-play {
    float: left;
    height: 35px;
    line-height: 35px
}

.pic-contain .pic-play .set-play span {
    float: left
}

.pic-contain .pic-play .set-play .button {
    border-radius: 11px;
    height: 22px;
    width: 40px;
    margin-top: 5px;
    margin-right: 10px;
    cursor: pointer
}

.pic-contain .pic-play .set-play .on {
    background-color: #63ba01
}

.pic-contain .pic-play .set-play .on i {
    margin-left: 23px
}

.pic-contain .pic-play .set-play .off {
    background-color: #CCC
}

.pic-contain .pic-play .set-play i {
    height: 15px;
    width: 15px;
    background-color: #FFF;
    border-radius: 9px;
    display: block;
    margin: 3px 0 0 2px
}

.pic-contain .pic-play .btn-content {
    float: right
}

.pic-contain .pic-play a {
    border-radius: 0
}

.bg-pagination {
    position: absolute;
    bottom: -2px;
    left: 200px;
    right: 0
}

.loading-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .2)
}

.loading-mask img {
    position: absolute;
    bottom: 35px;
    left: 338px;
    width: 16px
}

.cropimage .crop-img-cut {
    float: left
}

.cropimage .crop-content {
    padding: 0 20px
}

.cropimage .image-con {
   /* background-color: #ccc;*/
    border:1px solid #66cc00;
    height: 430px
}

.cropimage .image-con .add-img {
    height: 120px;
    width: 270px;
    /*background-color: #fff;*/
    border:1px solid #66cc00;
    left: 50%;
    margin-left: -135px;
    padding-top: 38px;
    top: 35%;
    position: relative;
    text-align: center;
    font-size: 18px;
    color: #66cc00;
    cursor: pointer
}
/*共用的按钮*/
.img-margin{
    margin:-4px 10px 0 0;
}
.text-c{
    text-align:center;
}
.text-c .m-right{
    margin-right:15px;
}
.c-primary:hover{
    background-color:#42e1f4;
    color:#fff;
}
.og_btn{
    background-color:#ff766c;
}
.bl_btn{
    background-color:#66cc00;
}
.bl_btn,.og_btn{
    display:inline-block;
    color:#fff;
    padding:0;
    border:none;
    width:90px;
    height:28px;
    border-radius:0;
    line-height:28px;
    text-align:center;
    margin:0;
}
.n_close{
    position:absolute;
    top:-26px;
    right:-36px;
    opacity:1;
}
/*图集修改*/
.add_ico{
    background:url('/assets/images/re-design/ico4.png') no-repeat 27px 27px;
}
.add_square_t .lock input[type=checkbox]{
    visibility:hidden;
}
.add_square_t .lock{
    width:14px;
    height:14px;
    display:inline-block;
    border:1px solid #66cc00;
    margin:8px 0 0 50px;
/*    position:relative;*/
}
.add_square_t .lock label{
    cursor:pointer;
    position:absolute;
    top:1px;
    left:1px;
}
.add_square_t .lock em{
    width:30px;
    float:left;
    margin:-39px 0 0 19px;
    color:#000;
}
.add_square_t .lock label:after{
    content:'';
    height:10px;
    width:10px;
    background-color:#66cc00;
    cursor:pointer;
    position:absolute;
    top:0px;
    left:0px;
    opacity:0;
}
.add_square_t .lock input[type=checkbox]:checked + label:after{
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}
.sel_drop .select-contain.select-sm.border-width .eqc-mask .more{
    left:98px;
    color:#66cc00;
}
.sel_drop .select-contain.select-sm.border-width .eqc-mask{
    border-radius:0;
    border:1px solid #66cc00;
}
/*背景裁切*/
.cropimage .image_crop {
    position: relative;
    height: 430px;
    width: 580px;
    line-height: 430px;
    /*background-color: #ccc;*/
    border:1px solid #ccc;
   /* -moz-box-shadow:0px 0px 10px 0px #dfdfdf;              
    -webkit-box-shadow:0px 0px 10px 0px #dfdfdf;    
    box-shadow:0px 0px 10px 0px #dfdfdf;*/
    text-align: center
}
.cropimage .n_img_crop{
    width:700px;
    border:1px solid #66cc00;
}

/*图集结束*/

.cropimage .image_crop .jcrop-holder {
    background-color: #ccc!important
}

.cropimage .picture-img {
    float: left
}

.cropimage .picture-img .image_crop {
    height: 310px;
    line-height: 310px
}

.cropimage .picture-img .image_crop a {
    font-size: 34px;
    color: #000;
    opacity: .8;
    z-index: 600
}

.cropimage .picture-img .image_crop .nav-left {
    position: absolute;
    left: 0;
    top: 153px
}

.cropimage .picture-img .image_crop .nav-right {
    position: absolute;
    right: 0;
    top: 153px
}

.cropimage .picture-img .img-abbre {
    margin-top: 20px
}

.cropimage .picture-img .img-abbre .active {
    border: 1px solid #fff;
    outline: 1px solid #66cc00
}

.cropimage .picture-img .img-abbre li {
    float: left;
    width: 98px;
    height: 98px;
    background: #fff no-repeat center center;
    border:1px solid #66cc00;
    background-size: contain;
    text-align: center;
    margin-right: 22px;
    position: relative;
    cursor: pointer
}


.cropimage .picture-img .img-abbre li p {
    color: #fff;
    font-size: 48px;
    height: 98px;
    line-height: 98px
}

.cropimage .picture-img .img-abbre li:last-child {
    margin-right: 0
}

.cropimage .picture-img .img-abbre li:hover .delete-img {
    display: block
}

.cropimage .picture-img .img-abbre li:hover .abbre {
    display: block
}

.cropimage .picture-img .img-abbre .img-set {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #66cc00
}

.cropimage .picture-img .img-abbre .img-set .hint,
.cropimage .picture-img .img-abbre .img-set [data-hint] {
    display: block
}

.cropimage .picture-img .img-abbre .img-set .delete-img {
    display: none
}

.cropimage .picture-img .img-abbre .img-set .delete-img span:hover {
    color: #f66
}

.cropimage .picture-img .img-abbre .img-set .abbre {
    display: none;
    margin-top: 38px
}

.cropimage .picture-img .img-abbre .img-set .abbre span:hover {
    color: #63ba01
}

.cropimage .bg-crop {
    width: 738px!important
}

.cropimage .picture-size ul li {
    height: 33px!important;
    line-height: 30px!important
}

.cropimage .cut-size,
.cropimage .picture-size {
    float: left;
    margin-left: 20px;
    width: 135px
}
.cropimage .picture-size{
    width:236px;
}
.cropimage .cut-size ul{
    border: 1px solid #e6e6e6;
    padding: 5px
}

.cropimage .picture-size ul{
    border: 1px solid #66cc00;
    padding: 5px 10px;
}
.cropimage .cut-size ul li,
.cropimage .picture-size ul li {
    height: 40px;
    line-height: 40px
}

.cropimage .cut-size ul li input[type=radio],
.cropimage .picture-size ul li input[type=radio] {
    margin-right: 5px;
    margin-top: 0
}

.cropimage .cut-size ul li input[type=checkbox],
.cropimage .picture-size ul li input[type=checkbox] {
    margin-top: 0
}

.cropimage .cut-size ul li label,
.cropimage .picture-size ul li label {
    width: 90px;
    font-size: 14px
}

.cropimage .cut-size ul li:last-child label,
.cropimage .picture-size ul li:last-child label {
    width: inherit
}

.cropimage .cut-size .picture-set li .ui-slider,
.cropimage .picture-size .picture-set li .ui-slider {
    height: .6em
}

.cropimage .cut-size .picture-set li .ui-slider a,
.cropimage .picture-size .picture-set li .ui-slider a {
    width: 12px;
    height: 12px;
    margin-top: 2px
}

.cropimage .cut-size .picture-set .switch-time,
.cropimage .picture-size .picture-set .switch-time {
    line-height: 20px!important
}

.cropimage .cut-size .picture-set .switch-time .ui-slider-handle,
.cropimage .picture-size .picture-set .switch-time .ui-slider-handle {
    border: none;
    background: url(images/point.png) 50% 50% no-repeat
}

.cropimage .cut-size .picture-set .switch-time .time-mark,
.cropimage .picture-size .picture-set .switch-time .time-mark {
    position: relative;
    height: 30px;
    margin-top: -20px;
    z-index: 2
}

.cropimage .cut-size .picture-set .switch-time .disable div,
.cropimage .picture-size .picture-set .switch-time .disable div {
    background-color: #ccc
}

.cropimage .crop_close {
    text-align: right;
    display: block;
    margin-top: 20px
}

.cropimage .crop_close a {
    color: #FFF
}

.cropimage .radio-square {
    width: 16px;
    height: 16px;
    border-radius: 50%;
}
.cropimage .radio-sq2.checked em {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 3px 0 0 3px;
}
#pa
ge_panel .panel-heading {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 14px
}

#page_panel label {
    font-weight: lighter;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    text-align: left;
    font-size: 12px
}

#page_panel select,
#page_panel a.btn-success,
#page_panel input {
    font-size: 12px;
    width: 115px;
    height: 35px
}

#page_panel a.auto_img:hover {
    background-color: #82c924
}

.sound-flex {
    width: 958x
}

.sound-flex .cate-title {
    width: 200px
}

.sound-flex .cate-list {
    width: 757px
}

.sound-flex .cate-title,
.sound-flex .cate-list {
    float: left
}

.add-new-cat input {
    width: 100%
}

.bg_console #upload-progress {
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    transition: width .3s
}

.bg_console .my-bg-upload{
    height: 55px;
    color: #fff;
    text-align: center;
    width: 194px;
    position: absolute;
    left: 0px;
    bottom: -36px;
    margin-bottom: 0;
}

.bg_console .my-bg-upload span{
    font-size: 18px
}

.bg_console .my-bg-upload em{
    padding-left: 15px;
    line-height: 55px
}

.bg_console .my-bg-upload .sound-upload {
    height: 55px;
    color: #fff;
    text-align: center
}

.bg_console .my-bg-upload .popover {
    left: 200px;
    top: 10px;
    background-color: #000;
    max-width: 400px;
    width: 280px
}

.bg_console .my-bg-upload .popover .arrow:after {
    border-right-color: #000
}

.bg_console .my-bg-upload:hover .popover {
    display: block
}

.bg_console .my-upload-action {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000
}

.bg_console .photo_list .dropdown-menu {
    left: 99px
}

.bg_console .dropdown-menu {
    min-width: 100px!important;
    padding: 5px;
    left: 70px;
    top: 100%;
    border-radius: 0;
    box-shadow: 1px 1px 10px 2px rgba(51, 51, 102, .3)
}

.bg_console .dropdown-menu #cat_tab li,
.bg_console .dropdown-menu li {
    width: 102px;
    border: none;
    float: none;
    margin: 4px 0 0 0;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    cursor: pointer
}

.bg_console .dropdown-menu #cat_tab li:hover,
.bg_console .dropdown-menu li:hover {
    background-color: red;
    color: #fff
}

.bg_console .dropdown-menu li span {
    padding-left: 5px;
    white-space: nowrap;
    overflow: hidden;
    display: block
}

.bg_console .dropdown-menu #cat_tab li.add_cate,
.bg_console .dropdown-menu .add_cate {
    border-top: 1px solid #ccc;
    color: red!important;
    text-indent: 0!important
}

.bg_console .dropdown-menu #cat_tab li.add_cate em,
.bg_console .dropdown-menu .add_cate em {
    margin-top: 5px;
    background-color: red;
    color: #fff;
    height: 15px;
    width: 15px;
    text-align: center;
    line-height: 12px;
    display: inline-block;
    float: left
}

.bg_console .dropdown-menu #cat_tab li.add_cate span,
.bg_console .dropdown-menu .add_cate span {
    float: left
}

.bg_console .dropdown-menu li.add_cate:hover {
    background-color: #FFF!important;
    color: red!important
}

.bg_console .dropdown-menu .btn-main {
    border-radius: 0!important;
    height: 25px;
    line-height: 25px;
    padding: 0
}

.bg_console .tabs-left li {
    margin-bottom: 0
}

.bg_console .tabs-left li a {
    height: 50px;
    line-height: 50px;
    display: block;
    padding: 0 20px;
    border-radius: 0;
    width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background: 0 0
}

.bg_console .tabs-left li a:hover {
    color: #63ba01
}

.bg_console .tabs-left li.add-tag a:hover {
    background: 0 0
}

.bg_console .tabs-left li.active {
    background-color: #fff;
    border-bottom: 1px solid #ccd5db
}

.bg_console #bg_contain .category_list {
    border-bottom: 1px solid #ccc;
    padding: 6px 0
}

.bg_console #bg_contain .category_list .category_list_container li {
    height: 36px;
    line-height: 36px
}

.bg_console #bg_contain .category_list .category_list_container li.last-child {
    padding-bottom: 0
}

.bg_console #bg_contain .category_list ul li {
    font-size: 12px;
    margin-right: 20px
}

.bg_console #bg_contain .category_list ul li:hover,
.bg_console #bg_contain .category_list ul .active {
    color: #63ba01
}

.bg_console #bg_contain .edit {
    padding-top: 10px
}

.bg_console #bg_contain .edit input {
    margin: 0
}

.bg_console #bg_contain .edit .btn-group {
    padding-left: 25px
}

.bg_console #bg_contain .edit .btn-group .dropdown-toggle {
    box-shadow: none;
    cursor: pointer;
    background: url(images/bg_03.png) right center no-repeat;
    padding-right: 20px
}

.bg_console #bg_contain .sound-edit .sound-link {
    line-height: 35px;
    margin-bottom: 10px
}

.bg_console #bg_contain .sound-edit .sound-link a {
    float: right;
    color: #63ba01
}

.bg_console #bg_contain .sound-edit .sound-link label {
    padding-right: 10px;
    font-size: 14px
}

.bg_console #bg_contain .sound-edit .sound-link input {
    width: 460px
}

.bg_console #bg_contain .sound-edit .sound-local label {
    padding-right: 10px;
    font-size: 14px
}

.bg_console #bg_contain .sound-edit .sound-local a {
    margin-right: 10px
}

.bg_console #bg_contain .sound-edit .sound-local span {
    font-size: 12px
}

.bg_console #bg_contain .sound-action {
    padding: 100px 20px 0 20px;
    height: 300px
}

.bg_console #bg_contain .sound-action p {
    line-height: 24px
}

.bg_console #bg_contain .sound-action p a {
    color: #63ba01
}

.bg_console #bg_contain .sound-list ul {
    border-bottom: 1px solid #e6e6e6
}

.bg_console #bg_contain .sound-list ul li {
    height: 30px;
    padding: 8px 10px;
    font-size: 12px;
    color: #666
}

.bg_console #bg_contain .sound-list ul li .linkName {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 10px
}

.bg_console #bg_contain .sound-list ul li span {
    float: right;
    display: block
}

.bg_console #bg_contain .sound-list ul li span .sound,
.bg_console #bg_contain .sound-list ul li span .del {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 10px
}

.bg_console #bg_contain .sound-list ul li span em,
.bg_console #bg_contain .sound-list ul li span a {
    color: #ccc
}

.bg_console #bg_contain .sound-list ul li:nth-child(2n-1) {
    background-color: #f7f7f7
}

.bg_console #bg_contain .sound-list ul li.active,
.bg_console #bg_contain .sound-list ul li:hover {
    background-color: #63ba01;
    color: #fff
}

.bg_console #bg_contain .sound-list ul li.active div em,
.bg_console #bg_contain .sound-list ul li:hover div em,
.bg_console #bg_contain .sound-list ul li.active a,
.bg_console #bg_contain .sound-list ul li:hover a,
.bg_console #bg_contain .sound-list ul li.active a:hover,
.bg_console #bg_contain .sound-list ul li:hover a:hover,
.bg_console #bg_contain .sound-list ul li.active em,
.bg_console #bg_contain .sound-list ul li:hover em,
.bg_console #bg_contain .sound-list ul li.active em:hover,
.bg_console #bg_contain .sound-list ul li:hover em:hover {
    color: #fff
}

.bg_console .selecttag {
    background-color: red;
    color: #fff
}

.bg_console .cat_two_list li {
    float: left;
    font-size: 12px;
    margin-right: 15px;
    margin-top: 10px
}

.bg_console .img_list .cat_two_list .active,
.bg_console .img_list .cat_two_list li:hover {
    color: #63ba01
}

.bg_console .img_list .img_box {
    height: 380px;
    overflow: hidden
}

.bg_console .img_list .img_box .imgList .add-shadow {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .5)
}

.bg_console .img_list .img-box-his {
    height: 427px
}

.bg_console .img_list .fanye_foot {
    margin: 0 20px 20px 20px
}

.bg_console .img_list .bg_list {
    padding: 15px 0 0 17px
}

.bg_console .img_list .bg_list li {
    width: 115px;
    height: 180px;
    margin: 1px 3px 15px 3px
}

.bg_console .img_list .progress-text {
    position: absolute
}

.bg_console .img_list .img-mask {
    position: absolute;
    width: 100%;
    height: 35px;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7)
}

.bg_console .img_list .img-mask .del-file {
    left: 30px
}

.bg_console .img_list .img-mask .sel-file {
    left: 40px
}

.bg_console .img_list .img-mask .ope-img {
    position: relative;
    display: inline-block;
    top: 8px;
    color: #fff
}

.bg_console .img_list .img-mask .ope-icon {
    font-size: 20px;
    left: 20px
}

.bg_console .img_list .img-mask .del-file:hover,
.bg_console .img_list .img-mask .del-img:hover {
    color: #f66
}

.bg_console .img_list .img-mask .sel-file:hover,
.bg_console .img_list .img-mask .sel-file:hover {
    color: #63ba01
}

.bg_console .img_list .img-mask .sel-active {
    color: #63ba01
}

.bg_console .img_list .img-mask .hide-del {
    left: 50%;
    margin-left: -10px
}

.bg_console .img_list .photo_list {
    padding: 15px 7px 0 20px
}

.bg_console .img_list .photo_list li {
    width: 115px;
    height: 115px;
    margin: 0 5px 16px 0
}

.bg_console .img_list .right-menu {
    display: block;
    width: 100px;
    height: auto;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1000;
    background-color: #fff
}

.bg_console .img_list .right-menu .tag_list {
    width: 100%;
    height: 25px;
    border: 0;
    margin: 0;
    overflow: hidden
}

.bg_console .img_list .right-menu .selected {
    background-color: red;
    color: #fff
}

.bg_console .img_list .right-menu .tag_list:hover {
    background-color: red;
    color: #fff
}

.bg_console .img_list .bg_list li,
.bg_console .img_list .photo_list li {
    position: relative;
    cursor: pointer;
    float: left;
    background-color: #ccc
}

.bg_console .img_list .bg_list li .edit_content .select,
.bg_console .img_list .photo_list li .edit_content .select {
    position: absolute;
    top: 2px;
    left: 2px
}

.bg_console .img_list .bg_list li .edit_content .del,
.bg_console .img_list .photo_list li .edit_content .del {
    position: absolute;
    top: 2px;
    right: 2px
}

.bg_console .img_list .bg_list li .edit_content .set,
.bg_console .img_list .photo_list li .edit_content .set {
    position: absolute;
    bottom: 2px;
    right: 2px
}

.bg_console .img_list .bg_list li .edit_content .dropdown-toggle,
.bg_console .img_list .photo_list li .edit_content .dropdown-toggle {
    box-shadow: none;
    cursor: pointer;
    background: url(images/bg_03.png) right center no-repeat;
    padding-right: 20px
}

.bg_console .img_list .bg_list img {
    width: 100%;
    height: 100%
}

.bg_console .img_list .photo_list img {
    position: absolute
}

.bg_console .img_list .add-shadow {
    border: 1px solid #fff;
    opacity: .7;
    outline: 1px solid #08a1ef
}

.bg_console .hovercolor {
    outline: 2px solid red
}
/*修改编辑框*/
#codeKuang{
    background:url('/assets/images/re-design/bg_code.jpg') no-repeat;
} 
.bg_console_top{
    height: 60px;
}
.bg_console_top .modal-title{
    float: left;
}
.bg_console_top .titlt_ico img{
    margin:-6px 8px 0 0;
}
.bg_console_top .search-box{
    position: relative;
    float: right;
}
.bg_console_top .search-input{
    width:242px;
    height:30px;
    padding-left: 10px;
}
.bg_console_top .search-txt{
    position: absolute;
    top: 50%;
    right: 8px;
    margin: 0;
    margin-top: -9px;
}
.n_close{
    height: 32px;
    width: 32px;
    position: absolute;
    right: -34px;
    top: -35px;
    color: #fff;
    font-weight: 400;
    background: none;
    border: none;
}
.n_close:hover{
    opacity: .8;
}
.n_bg_console .tabs-left li.active{
    border:none;
    background:none;
    
}
.n_bg_console .tabs-left li.active a{
    color:#66cc00;
    background:url('/assets/images/re-design/bg_console_ico2.png') no-repeat 46px 35px;
}

.n_bg_console .nav li{
    float:left;
}
.n_bg_console .nav li a{
    width:120px;
    padding:0 32px;
    height:45px;
    line-height:44px;
    text-align:center;
    color: #949494;
}
.n_bg_console .nav{
    float:left;
}
.n_bg_console .u-tabs{
    width:500px;
    max-height:45px;
    height:45px;
    overflow:hidden;
}
.n_bg_console .cst_tab .cst_ico{
    font-size: 20px;
    letter-spacing: -4px;
}
.n_bg_console .cst_tab .cst_ico:hover,.n_bg_console .cst_tab ul li:hover{
    color:#67cc02;
}
.n_bg_console .cst_tab ul{
    padding:10px 26px;
    position:absolute;
    z-index:100;
    left:-89px;
    top:32px;
    background-color:#fff;
    -moz-box-shadow:0px 2px 18px 0px #aaa;              
    -webkit-box-shadow:0px 2px 18px 0px #aaa;    
    box-shadow:0px 2px 18px 0px #aaa;
}
.n_bg_console .cst_tab{
    position: relative;
    width: 30px;
    height: 45px;
    line-height: 45px;
    left: 63px;  
}
.n_bg_console .cst_tab ul li{
    height:48px;
    line-height:48px;
    width:177px;
    color:#b1b1b1;
    border-bottom:1px solid #f1f1f1;
    text-align:left;
}

.n_bg_console .cst_tab li:last-child{
    border:none;
}
.n_bg_console .cate-title{
    float:none;
    width:100%;
    height:45px;
    background: #f7f7f7;
    position: relative;
    border: 1px solid #f1f1f1;
}
.n_bg_console .add-tag{
    height:28px;
    right:21px;
    background:#66cc00;
    top:9px;
}
#n_dialog_contain .n_bg_console .add-tag a{
    border:none;
    font-size:12px;
    width:78px;
    height:28px;
    line-height:28px;
    padding:0;
    color:#fff;
}
.n_bg_console .cate-list{
    width:100%;
}
.n_bg_console .tab-head{
    background:#f7f7f7;
}
#n_dialog_contain .my-bg{
    border-bottom:none;
    margin-top:15px;
    padding:0 20px;
}
#n_dialog_contain .img_list li{
    color:#b6b6b6;
}
.n_bg_console .cat_two_list{
    padding-left:95px;
}
.n_bg_console .cat_two_list li{
    margin-top:0;
    margin-bottom:10px;
}
.n_bg_console .img_list .photo_list li{
    /*background:none;*/
    border:1px solid #e2e2e2;
    height:128px;
    width:124px;
    margin-right:8px;
}
.n_bg_console .img_list .photo_list li:hover{
    border:1px solid #66cc00;
}
.n_bg_console .img_list .img_box {
    height:425px;
}
.modal-content{
    border-radius:0;
}
.n_bg_console .my-bg-upload{
    width:98px;
    height:27px;
    bottom:27px;
}
.my_phone_upload{
    background-color:#ff766c;

}
.n_bg_console .my_pc_upload{
    left:135px;
}
.n_bg_console .my-bg-upload em{
    line-height:27px;
    padding-left:0;
}
.n_bg_console .my-bg-upload span{
    font-size:16px;
}
#n_dialog_contain .pagination>li:first-child>a, .pagination>li:first-child>span{
    border-radius:0;
}
#n_dialog_contain .pagination>li:last-child>a{
    border-radius:0;
}
#n_dialog_contain .pagination>li:nth-child(2) a,#n_dialog_contain .pagination>li:nth-last-child(2) a{
    line-height:24px;
}
#n_dialog_contain .pagination>li:nth-child(3),#n_dialog_contain .pagination>li:nth-child(4),#n_dialog_contain .pagination>li:nth-child(5),#n_dialog_contain .pagination>li:nth-child(6){
    margin-right:5px;
}
#n_dialog_contain .current_page input,#n_dialog_contain .current_page .go{
    width:33px;
    height:27px;
    border-radius:0;
    line-height:27px;
}
#n_dialog_contain .bg-pagination{
    left: 50%;
    margin-left: -213px;
}
#n_dialog_contain .modal-footer{
    padding-right:0;
}
#n_dialog_contain .current_page input{
    background:none;
}
#n_dialog_contain .current_page span{
    line-height:30px;
}
#n_dialog_contain .bg-pagination li a{
    width:33px;
    height:27px;
    line-height:27px;

}
.pagination>.active>a{
    color:#66cc00;
    background:none;
}
.bg-phone-ico,.bg-com-ico{
    float:left;
    z-index:100;
}
.bg-phone-ico{
    background:url('/assets/images/re-design/bg_phone_ico.png') no-repeat;
    width:12px;
    height:19px;
    margin:4px 0 0 10px;
}
.bg-com-ico{
    background:url('/assets/images/re-design/bg_com_ico.png') no-repeat;
    width:15px;
    height:13px;
    margin:8px 0 0 10px;
}
/*结束*/

.randomevent-console .modal-dialog {
    width: 660px!important;;
    margin-left: -330px;
}

.randomevent-console .dialog-content {
    padding: 10px 30px;
    height: 270px
}

.randomevent-console .dialog-content li {
    width: 115px;
    height: 115px;
    background-color: #666;
    color: #fff;
    margin: 2px 2px;
    float: left;
    position: relative
}

.randomevent-console .dialog-content li .img-set {
    z-index: 100;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #f6f6f6
}

.randomevent-console .dialog-content li .img-set .hint,
.randomevent-console .dialog-content li .img-set [data-hint] {
    display: block
}

.randomevent-console .dialog-content li .img-set .delete-img {
    display: none
}

.randomevent-console .dialog-content li .img-set .delete-img span:hover {
    color: #f66
}

.randomevent-console .dialog-content li .img-set .abbre {
    display: none;
    margin-top: 75px
}

.randomevent-console .dialog-content li .img-set .abbre span:hover {
    color: #63ba01
}

.randomevent-console .dialog-content li img {
    position: absolute
}

.randomevent-console .dialog-content li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 120px;
    text-align: center
}

.randomevent-console .dialog-content li:hover .delete-img {
    display: block
}

.randomevent-console .dialog-content li:hover .abbre {
    display: block
}

.group-console .modal-dialog {
    top: 50%;
    position: absolute;
    margin-top: -110px;
    left: 50%;
    margin-left: -200px
}

.group-console .group-modal {
    padding: 50px 0 35px 0;
    font-size: 16px;
    width: 400px;
    position: relative;
    left: 50%;
    margin-left: -200px
}

.group-console .group-modal .group-list {
    margin-bottom: 25px;
    position: relative
}

.group-console .group-modal .group-list label {
    font-weight: lighter;
    font-size: 14px;
    width: 100px
}

.group-console .group-modal .group-list input {
    width: 260px;
    border-radius: 0;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #e7e7e7
}

.console .modal-content {
    padding: 0 0;
    top: 50px
}

.console .modal-content .pic_lunbo_console .row {
    margin-right: 0;
    margin-left: 0
}

.console:before,
.console:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #ccc;
    display: block;
    content: ""
}

.group-console .group-modal {
    padding: 50px 0 35px 0;
    font-size: 16px;
    width: 400px;
    position: relative;
    left: 50%;
    margin-left: -200px
}

.group-console .group-modal .group-list {
    margin-bottom: 25px;
    position: relative
}

.group-console .group-modal .group-list label {
    font-weight: lighter;
    font-size: 14px;
    width: 100px
}

.group-console .group-modal .group-list input {
    width: 260px;
    border-radius: 0;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #e7e7e7
}

.six-contain .link-modal .form-contain {
    width: 480px;
    margin-left: -240px
}
.six-contain .n_modal .form-contain{
    margin-left: 40px;
    padding: 0 11px;
}
.six-contain .n_modal .form-contain .form-list .form-label{
    color:#626262;
    font-size:14px;
}
.n_modal input{
    border-radius:0;
    border:1px solid #66cc00;
}
.n_modal .a-hover:hover{
    background-color:#59e2b4;
    color:#fff;
}
.n_modal .a-hover:active{
    color:#66cc00;
    background-color:#fff;
    border:1px solid #66cc00;
}
.n_modal .select-contain.select-sm.border-width .eqc-mask{
    border-radius:0;
    border:1px solid #66cc00;
}
.n_modal .select-contain.select-sm.border-width .eqc-mask .more{
    color:#66cc00;
    left:95px;
    margin-top:-5px;
}
.console:before {
    left: 0
}

.console:after {
    right: 0
}

.pic_lunbo_console select,
.dropdown select,
.dropdown input {
    height: 35px;
    line-height: 35px;
    display: block;
    border: 1px solid #E7E7E7;
    border-radius: 0
}

.dropdown .span4 input,
.dropdown .span4 select {
    display: inline-block;
    border: 1px solid #E7E7E7
}

.input_console {
    margin-top: 0!important
}

.modify_area .checkbox-square {
    margin-top: 10px;
    margin-right: 0;
    margin-left: 10px
}

.form_console {
    text-align: center
}

.form_console .label,
.form_console label {
    font-size: 12px;
    font-weight: lighter
}

.form_console input[type=text] {
    width: 280px
}

.form_console input[type=radio] {
    margin-top: 0;
    padding-right: 3px
}

.form_console .customized_container {
    margin-top: 10px;
    position: relative;
    text-align: center;
    height: 20px;
    line-height: 20px;
}

.form_console .customized_container label {
    margin-right: 15px;
}
.form_console .customized_container .radio-square {
    margin-right: 2px;
    display: inline-block;
    top: 2px;
    float: none;
}

.form_console .input-title .title {
    display: inline-block;
    width: 400px;
    text-align: left;
    height: 25px
}

.form_console .input-title .title-tip {
    display: inline-block;
    width: 50px;
    font-size: 12px
}

.form_console .input-title .form-control {
    width: 440px
}

.form_console.input-content {
    overflow: hidden
}

.form_console.input-content .input-preview {
    float: left;
/*    width: 200px;
    height: 350px;*/
    width: 235px;
    height: 370px;
    border: 1px solid #80a1ef;
    margin-left: 42px;
    overflow: hidden
}

.form_console.input-content .input-preview .preview-title {
    background-color: #63ba01;
    color: #fff;
    text-align: left;
    padding: 10px;
    min-height: 36px
}

.form_console.input-content .input-preview .preview-options .preview-option {
    margin: 0 10px;
    border-bottom: 1px solid #08a1ef;
    text-align: left;
    padding: 10px 10px 10px 0;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.form_console.input-content .input-design {
    width: 530px;
    float: left
}

.form_console .input-options {
    margin-top: 10px
}

.form_console .input-options .input-option {
    display: inline-block;
    width: 400px;
    text-align: left;
    height: 25px
}

.form_console .input-options .input-option .option-tip {
    font-size: 12px
}

.form_console .input-options .option-group-container {
    height: 200px
}

.form_console .input-options .option-group-container .option-group {
    margin-bottom: 10px
}

.form_console .input-options .option-group-container .option-group .option-label {
    width: 400px
}

.form_console .input-options .option-group-container .option-group .operations {
    display: inline-block;
    position: relative;
    margin-left: 5px
}

.form_console .input-options .option-group-container .option-group .operations .eqf-plus {
    display: block;
    position: absolute;
    top: 2px;
    color: #66cc00
}

.form_console .input-options .option-group-container .option-group .operations .eqf-delete2 {
    display: block;
    position: absolute;
    bottom: 8px;
    color: #FF766C
}

.form_console .input-options .input-tip {
    padding: 5px;
    background-color: #e6e6e6;
    width: 410px;
    display: inline-block
}

.form_console .input-options .input-tip .add-option {
    cursor: pointer;
    /* float: left; */
    margin-left: 20px;
    color: #fff;
}

.form_console .input-options .input-tip .add-option .eqf-plus2 {
    margin-right: 5px
}

.form_console .input-options .input-tip .add-option:hover {
    color: #63ba01
}

.form_console .input-options .input-tip .page-indicator {
    float: right;
    margin-right: 10px
}

.rating .rating-group,
.counter .rating-group,
.rating .counter-group,
.counter .counter-group {
    /*padding-bottom: 15px*/
    padding-bottom: 20px;
    width: 84%;
    margin: 0 auto;
    text-align: left;
}

.rating .rating-group .rating-choice,
.counter .rating-group .rating-choice,
.rating .counter-group .rating-choice,
.counter .counter-group .rating-choice,
.rating .rating-group .counter-choice,
.counter .rating-group .counter-choice,
.rating .counter-group .counter-choice,
.counter .counter-group .counter-choice {
    display: inline-block;
    margin-left: 10px;
    width: 350px;
    text-align: left
}

.rating .rating-group .rating-choice .form-control,
.counter .rating-group .rating-choice .form-control,
.rating .counter-group .rating-choice .form-control,
.counter .counter-group .rating-choice .form-control,
.rating .rating-group .counter-choice .form-control,
.counter .rating-group .counter-choice .form-control,
.rating .counter-group .counter-choice .form-control,
.counter .counter-group .counter-choice .form-control {
    width: 300px;
    display: inline-block
}

.rating .rating-group .rating-choice .icon,
.counter .rating-group .rating-choice .icon,
.rating .counter-group .rating-choice .icon,
.counter .counter-group .rating-choice .icon,
.rating .rating-group .counter-choice .icon,
.counter .rating-group .counter-choice .icon,
.rating .counter-group .counter-choice .icon,
.counter .counter-group .counter-choice .icon {
    color: #bbb;
    font-size: 16px;
    margin-right: 5px
}

.rating .rating-group .rating-choice .icon:hover,
.counter .rating-group .rating-choice .icon:hover,
.rating .counter-group .rating-choice .icon:hover,
.counter .counter-group .rating-choice .icon:hover,
.rating .rating-group .counter-choice .icon:hover,
.counter .rating-group .counter-choice .icon:hover,
.rating .counter-group .counter-choice .icon:hover,
.counter .counter-group .counter-choice .icon:hover,
.rating .rating-group .rating-choice .icon.active,
.counter .rating-group .rating-choice .icon.active,
.rating .counter-group .rating-choice .icon.active,
.counter .counter-group .rating-choice .icon.active,
.rating .rating-group .counter-choice .icon.active,
.counter .rating-group .counter-choice .icon.active,
.rating .counter-group .counter-choice .icon.active,
.counter .counter-group .counter-choice .icon.active {
    color: #ff9307
}

.rating .rating-group .rating-choice .color-picker,
.counter .rating-group .rating-choice .color-picker,
.rating .counter-group .rating-choice .color-picker,
.counter .counter-group .rating-choice .color-picker,
.rating .rating-group .counter-choice .color-picker,
.counter .rating-group .counter-choice .color-picker,
.rating .counter-group .counter-choice .color-picker,
.counter .counter-group .counter-choice .color-picker {
/*    font-size: 12px;
    width: 35px;
    border: 1px solid #ccd5db;
    display: inline-block;
    vertical-align: middle*/
    font-size: 12px;
    width: 40px;
    border: 1px solid #66cc00;
    display: inline-block;
    vertical-align: middle;
    height: 35px;
}

.rating .rating-group .rating-choice .color-picker-input,
.counter .rating-group .rating-choice .color-picker-input,
.rating .counter-group .rating-choice .color-picker-input,
.counter .counter-group .rating-choice .color-picker-input,
.rating .rating-group .counter-choice .color-picker-input,
.counter .rating-group .counter-choice .color-picker-input,
.rating .counter-group .counter-choice .color-picker-input,
.counter .counter-group .counter-choice .color-picker-input {
/*    font-size: 12px;
    width: 115px*/
    text-align: center;
    width: 70px;
    height: 35px;
    border-color: #66cc00;
    margin-left: 20px;
}

.rating .rating-group .rating-choice .btn-group .btn-rating,
.counter .rating-group .rating-choice .btn-group .btn-rating,
.rating .counter-group .rating-choice .btn-group .btn-rating,
.counter .counter-group .rating-choice .btn-group .btn-rating,
.rating .rating-group .counter-choice .btn-group .btn-rating,
.counter .rating-group .counter-choice .btn-group .btn-rating,
.rating .counter-group .counter-choice .btn-group .btn-rating,
.counter .counter-group .counter-choice .btn-group .btn-rating,
.rating .rating-group .rating-choice .btn-group .btn-counter,
.counter .rating-group .rating-choice .btn-group .btn-counter,
.rating .counter-group .rating-choice .btn-group .btn-counter,
.counter .counter-group .rating-choice .btn-group .btn-counter,
.rating .rating-group .counter-choice .btn-group .btn-counter,
.counter .rating-group .counter-choice .btn-group .btn-counter,
.rating .counter-group .counter-choice .btn-group .btn-counter,
.counter .counter-group .counter-choice .btn-group .btn-counter {
/*    border: 1px solid #e7e7e7;
    padding: 0 15px*/
    border: 1px solid #66cc00;
    padding: 0 15px;
    border-radius: 0;
    height: 35px;
    line-height: 35px;
}

.rating .rating-group .rating-choice .btn-group .btn-rating:hover,
.counter .rating-group .rating-choice .btn-group .btn-rating:hover,
.rating .counter-group .rating-choice .btn-group .btn-rating:hover,
.counter .counter-group .rating-choice .btn-group .btn-rating:hover,
.rating .rating-group .counter-choice .btn-group .btn-rating:hover,
.counter .rating-group .counter-choice .btn-group .btn-rating:hover,
.rating .counter-group .counter-choice .btn-group .btn-rating:hover,
.counter .counter-group .counter-choice .btn-group .btn-rating:hover,
.rating .rating-group .rating-choice .btn-group .btn-counter:hover,
.counter .rating-group .rating-choice .btn-group .btn-counter:hover,
.rating .counter-group .rating-choice .btn-group .btn-counter:hover,
.counter .counter-group .rating-choice .btn-group .btn-counter:hover,
.rating .rating-group .counter-choice .btn-group .btn-counter:hover,
.counter .rating-group .counter-choice .btn-group .btn-counter:hover,
.rating .counter-group .counter-choice .btn-group .btn-counter:hover,
.counter .counter-group .counter-choice .btn-group .btn-counter:hover,
.rating .rating-group .rating-choice .btn-group .btn-rating.active,
.counter .rating-group .rating-choice .btn-group .btn-rating.active,
.rating .counter-group .rating-choice .btn-group .btn-rating.active,
.counter .counter-group .rating-choice .btn-group .btn-rating.active,
.rating .rating-group .counter-choice .btn-group .btn-rating.active,
.counter .rating-group .counter-choice .btn-group .btn-rating.active,
.rating .counter-group .counter-choice .btn-group .btn-rating.active,
.counter .counter-group .counter-choice .btn-group .btn-rating.active,
.rating .rating-group .rating-choice .btn-group .btn-counter.active,
.counter .rating-group .rating-choice .btn-group .btn-counter.active,
.rating .counter-group .rating-choice .btn-group .btn-counter.active,
.counter .counter-group .rating-choice .btn-group .btn-counter.active,
.rating .rating-group .counter-choice .btn-group .btn-counter.active,
.counter .rating-group .counter-choice .btn-group .btn-counter.active,
.rating .counter-group .counter-choice .btn-group .btn-counter.active,
.counter .counter-group .counter-choice .btn-group .btn-counter.active {
    background-color: #66cc00;
    color: #fff
}

.counter .tab-same .iconfont {
    /*font-size: 30px;
    color: #76838f*/
    margin-right: 3px;
}

.counter .counter-group .title {
    /*font-size: 12px*/
    color: #333;
    display: inline-block;
    width: 76px;
}

.counter .counter-group .counter-choice {
/*    margin-left: 20px;
    width: 230px*/
    width: 230px;
    position: relative;
}

.counter .counter-group .counter-choice a,
.counter .counter-group .counter-choice span,
.counter .counter-group .counter-choice label,
.counter .counter-group .counter-choice input {
    height: 30px;
    line-height: 30px
}

.counter .counter-group .counter-choice .btn-counter {
    font-size: 12px
}

.counter .counter-group .counter-choice .btn-picture {
/*    width: 80px;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    font-size: 12px;
    text-align: center*/
    width: 100px;
    margin-left: 20px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    border: 1px solid #66cc00;
    height: 35px;
    line-height: 35px;
    color: #66cc00;
    position: absolute;
    top: 17px;
}
.counter .counter-group .counter-choice .btn-picture:hover{
    background-color: #66cc00;
    color: #fff;
}

.six-contain .form-contain .audio_area {
    text-align: center
}

.six-contain .form-contain .audio_area select {
    width: 330px
}

.input_console .tel_title span,
.button_console .tel_title span,
.video_console .tel_title span {
    padding: 10px;
    display: inline-block;
    border: 1px solid #FFF
}

.input_console .modify_area,
.button_console .modify_area{
    width: 100%;
    font-size: 12px;
    text-align: center
}
/*视频上传*/

.input_console .modify_area .audio_area,
.button_console .modify_area .audio_area,
.video_console .modify_area .audio_area {
    margin-top: 30px
}

.input_console .modify_area .spanborder,
.button_console .modify_area .spanborder,
.video_console .modify_area .spanborder {
    border: 1px solid #ccc
}

.input_console .modify_area .colorborder,
.button_console .modify_area .colorborder,
.video_console .modify_area .colorborder {
    border: 1px solid #ccc
}

.input_console .modify_area .selectedcolor,
.button_console .modify_area .selectedcolor,
.video_console .modify_area .selectedcolor {
    color: #fff
}

.input_console .modify_area .whitecolor,
.button_console .modify_area .whitecolor,
.video_console .modify_area .whitecolor {
    color: #000
}

.input_console .modify_area .title_color,
.button_console .modify_area .title_color,
.video_console .modify_area .title_color {
    display: inline-block;
    margin: 5px
}

.input_console .modify_area .btn1,
.button_console .modify_area .btn1,
.video_console .modify_area .btn1 {
    width: 90px;
    background: red;
    height: 30px;
    text-algn: center;
    border: 1px solid #ccc;
    line-height: 30px;
    color: #fff;
    -webkit-border-radius: 5px
}

.input_console .modify_area .btn2,
.button_console .modify_area .btn2,
.video_console .modify_area .btn2 {
    width: 80px;
    background: #FDAF07;
    height: 35px;
    text-algn: center;
    border: 1px solid #ccc;
    line-height: 35px;
    -webkit-border-radius: 40px
}

.input_console .modify_area .btn3,
.button_console .modify_area .btn3,
.video_console .modify_area .btn3 {
    width: 100px;
    background: #3FB816;
    height: 30px;
    text-algn: center;
    border: 1px solid #ccc;
    line-height: 30px;
    color: #fff;
    -webkit-border-radius: 5px
}

.input_console .modify_area .btn4,
.button_console .modify_area .btn4,
.video_console .modify_area .btn4 {
    width: 100px;
    height: 30px;
    text-algn: center;
    border: 1px solid #3FB816;
    line-height: 30px;
    color: #000;
    -webkit-border-radius: 5px
}

.input_console .modify_area a,
.button_console .modify_area a,
.video_console .modify_area a {
    display: inline-block
}

.input_console .modify_area .label,
.button_console .modify_area .label,
.video_console .modify_area .label {
    color: #999;
    font-size: 12px;
    font-weight: lighter
}

.input_console .modify_area input[type=text],
.button_console .modify_area input[type=text],
.video_console .modify_area input[type=text] {
    font-size: 12px;
    border-radius: 0;
    height: 35px;
    line-height: 35px;
    border: 1px solid #E7E7E7
}

.input_console .modify_area input[type=checkbox],
.button_console .modify_area input[type=checkbox],
.video_console .modify_area input[type=checkbox] {
    vertical-align: middle
}

.input_console .modify_area .customized_container,
.button_console .modify_area .customized_container,
.video_console .modify_area .customized_container {
    margin: 15px auto;
    font-size: 12px
}

.input_console .modify_area .customized_container input,
.button_console .modify_area .customized_container input,
.video_console .modify_area .customized_container input {
    vertical-align: middle;
    margin: 0
}

.input_console .modify_area .customized_container label,
.button_console .modify_area .customized_container label,
.video_console .modify_area .customized_container label {
    padding-left: 3px
}

.input_console .modify_area .customized_container input[type=radio],
.button_console .modify_area .customized_container input[type=radio],
.video_console .modify_area .customized_container input[type=radio] {
    margin-left: 40px
}

.console .category_list .dropdown-toggle {
    box-shadow: none
}

.console .category_list .dropdown-toggle,
.console .category_list .category_item {
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    margin-right: 15px;
    float: left
}

.console .category_list .dropdown-toggle:hover,
.console .category_list .category_item:hover,
.console .category_list .dropdown-toggle.active,
.console .category_list .category_item.active {
    color: #63ba01
}

.console .category_list .dropdown-toggle:hover .caret,
.console .category_list .category_item:hover .caret,
.console .category_list .dropdown-toggle.active .caret,
.console .category_list .category_item.active .caret {
    color: #fff
}

.console .category_list .caret {
    color: red
}

.console .category_list .dropdown-menu {
    min-width: 100px
}

.console .category_input {
    width: 100%;
    padding: 20px 130px
}

.console .category_input input {
    width: 100%
}

.console .bg_console {
    background-color: #f7f7f7;
    border-radius: 6px;
    padding-left: 0;
    margin-top: 0!important;
    position: relative;
}

/*.console .bg_console .sound-action-upload {
    padding-bottom: 10px;
    width: 430px;
    color: #fff;
    font-size: 12px;
    z-index: 1000;
    background-color: #000;
    position: absolute;
    left: 50%;
    margin-left: -225px;
    top: 50%;
    margin-top: -110px
}*/

.console .bg_console .sound-action-upload a {
    color: #63ba01;
    margin-left: 10px
}

.console .bg_console .sound-action-upload .know {
    text-align: center
}

.console .bg_console .sound-action-upload .know a {
    color: #fff
}

.console .bg_console .sound-action-upload .know input {
    margin-top: 0
}

.console .bg_console .sound-action-upload p {
    line-height: 24px;
    padding: 10px 20px
}

.console .bg_console .tab-head {
    position: relative;
    margin: 0 20px
}

.console .bg_console .tab-head .my-bg {
    padding: 6px 0;
    border-bottom: 1px solid #ccd5db;
    font-size: 12px
}

.console .bg_console .modal-content {
    padding-left: 0
}

.console .bg_console .nav-tabs>li.active>a,
.console .bg_console .nav-tabs>li.active>a:hover,
.console .bg_console .nav-tabs>li.active>a:focus {
    border-bottom: 1px solid #ccc;
    border-top: none;
    border-radius: 0
}

.console .bg_console .user-tabs {
    height: 300px;
    overflow-x: hidden;
    overflow-y: auto
}

.console .bg_console .bg-rig {
    position: relative;
    padding-bottom: 76px;
    background-color: #fff;
    border-radius: 6px
}

.console .bg_console .bg-rig .music-cate {
    height: 40px;
    line-height: 40px
}

.console .bg_console .bg-rig .music-cate ul li {
    cursor: pointer;
    font-size: 12px;
    float: left;
    margin-left: 20px
}

.console .bg_console .bg-rig .music-cate ul li.active,
.console .bg_console .bg-rig .music-cate ul li:hover {
    color: #63ba01
}

.console .bg_console .assign-group {
    display: inline-block;
    text-align: center;
    padding: 10px 0
}

.console .bg_console .group-panel {
    position: absolute;
    text-align: center;
    padding: 5px;
    border: 1px solid #ccc;
    z-index: 10;
    background-color: #fff;
    width: 140px;
    top: 42px
}

.console .bg_console .group-panel li {
    border-bottom: 1px solid #ccc;
    padding: 8px 0;
    width: 100%;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.console .bg_console .group-panel li:last-child {
    border-bottom: none
}

.console .bg_console .group-panel li:hover {
    background-color: #63ba01;
    color: #fff
}

.console .bg_console .group-panel .group-active {
    background-color: #63ba01;
    color: #fff
}

.console .bg_console .manage-all {
    display: inline-block;
    text-align: center;
    padding: 10px 10px
}

.console .bg_console .cancel-all {
    display: inline-block;
    text-align: center;
    padding: 10px 0;
    margin-left: 20px
}

.console .bg_console .mul-del {
    display: inline-block;
    text-align: center;
    padding: 10px 0;
    margin-right: 20px
}

.console .bg_console .add-tag {
    position: absolute;
    bottom: 55px;
    text-align: center
}

.console .bg_console .add-tag a {
    border-top: 1px solid #ccd5db;
    height: 55px;
    line-height: 55px
}

.console .bg_console .del-tag {
    color: #f66
}

.console .bg_console .img_list {
    width: 100%
}

.console .bg_console .img_list .img_list_container .upload {
    background-color: #e6e6e6;
    text-align: center;
    color: #63ba01;
    font-size: 35px
}

.console .bg_console .img_list .img_list_container .upload span img {
    width: 40px;
    height: 40px;
    margin-top: 30px
}

.console .bg_console .img_list .del_icon {
    color: #63ba01;
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 16px;
    z-index: 1
}

.console .bg_console .color_list {
    width: 100%;
    text-align: center;
    position: relative
}

.console .bg_console .bottom_area .fr>p {
    margin-top: 6px
}

.console .bg_console .crop_drop {
    max-height: 206px;
    min-height: 50px;
    margin: 0 20px;
    width: 310px;
    display: inline-block;
    background-color: #ccc;
    border: dotted 3px #08a1ef;
    color: #333;
    line-height: 40px;
    text-align: center
}

.console .bg_console .drop-hover {
    box-shadow: 0 3px 3px #333
}

.map_console {
    overflow: hidden;
    padding: 10px
}

.map_console #l-map {
    display: inline-block;
    width: 280px;
    height: 280px
}

.map_console .search_area {
    position: relative;
    display: inline-block;
    height: 280px;
    width: 250px;
    overflow: hidden;
    margin: 0 20px;
    float: right
}

.map_console .search_area #r-result {
    height: 230px;
    overflow-y: auto;
    margin: 10px 0 0 0
}

.station_console {
    margin: 20px auto;
    text-align: center
}

.station_console .label {
    color: #000
}

.station_console .header {
    font-size: 18px;
    font-weight: 700
}

.station_console .modify_area {
    margin: 20px 0;
    text-align: center;
    width: 100%
}

.station_console .modify_area span {
    margin: 0 10px
}

.station_console .modify_area span .selected {
    background-color: #63ba01;
    color: #FFF
}

.station_console .sel_color ul li {
    width: 26px;
    height: 26px;
    padding: 2px
}

.station_console .colorborder {
    border: 1px solid #ccc
}

.station_console .sel_color {
    padding-left: 120px
}

.station_console .modify_name {
    width: 150px
}

.station_console select {
    width: 150px
}

.station_console .modify_area span a {
    padding: 6px 10px;
    border: 1px solid #ccc;
    color: #000;
    border-radius: 5px
}

.station_console .station {
    margin: 20px auto
}

.station_console .station p {
    float: left;
    font-size: 16px;
    text-align: center;
    margin-right: 30px
}

.shape-console .modal-dialog {
    width: 880px !important;
    margin-left: -440px !important;
}

.effect-console .dialog-content {
    margin-top: 0!important
}

.effect-console .effect-list {
    background-color: #f1f1f1;
    height:46px;
    line-height:46px;
}

.effect-console .effect-list ul li {
    height: 95px;
    padding: 10px 20px;
    display: inline-block;
    margin: 0 1px
}

.effect-console  .effect-list ul li img {
    width: 100%;
    height: 100%
}

.effect-console .modal-content .dialog-content .modify_area .effect-list ul li:hover {
    color:#66cc00;
}



.effect-console .effect-detail {
    padding: 20px 20px 0 20px;
    height: 220px
}

.effect-console .effect-detail .effect-img {
    float: left;
    position: relative;
    width: 196px;
    height: 310px
}

.effect-console .effect-detail .effect-img img {
    width: 100%;
    height: 100%
}

.effect-console .effect-detail .effect-img .finger-zw {
    width: 70px;
    height: 80px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 50%;
    margin-left: -30px
}

.effect-console .effect-detail .effect-img .finger-line {
    position: absolute;
    width: 70px;
    height: 50px;
    top: 50%;
    margin-top: 25px;
    margin-left: -30px
}

@-webkit-keyframes move {
    0%,
    100% {
        -webkit-transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-80px)
    }
}

@-moz-keyframes move {
    0%,
    100% {
        -moz-transform: translateY(0)
    }
    50% {
        -moz-transform: translateY(-80px)
    }
}

@keyframes move {
    0%,
    100% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-80px)
    }
}

.effect-console .effect-detail .scratch-pre {
    width: 180px;
    height: 310px;
    position: absolute
}

.effect-console .effect-detail .scratch-pre .phone-title {
    height: 22px;
    background: url(/assets/images/yulan_phone_top.png) no-repeat;
    background-size: 100%
}

.effect-console .effect-detail .scratch-pre .phone-menubar {
    background: url(/assets/images/phonetitle1.gif);
    height: 12px;
    background-size: 100%
}

.effect-console .effect-detail .scratch-pre .phone-bottom {
    height: 20px;
    top: 232px;
    background: url(/assets/images/yulan_phone_bottom.png) no-repeat;
    text-align: center;
    background-size: 100%;
    position: relative
}

.effect-console .effect-detail .scratch-pre .scratch-img {
    background: url(/assets/images/create/effect_bg.jpg);
    width: 196px;
    height: 308px;
    background-size: 100%
}

.effect-console .effect-detail .effect-form {
    margin-left: 180px
}

.effect-console .effect-detail .effect-form .form-contain {
    left: 0;
    margin-left: 0
}

.effect-console .effect-detail .effect-form .form-contain .form-list {
    height: 50px;
    margin-top: 0
}

.effect-console .effect-detail .effect-form .form-contain .form-label {
    line-height: 37px
}

.effect-console .effect-detail .effect-form .form-contain .form-input {
    margin-left: 0;
    text-align: left;
    width: 320px
}

.effect-console .effect-detail .effect-form .form-contain .form-input select {
    width: 290px;
    float: left;
    height: 37px
}

.style_panel {
    z-index: 10000;
    background-color: #fff
}

.creat-feedback {
    position: fixed;
    bottom: -17px;
    right: 187px
}

.workspace{
  box-sizing: border-box;
  position: absolute;
  left: 288px;
  right:184px;
  height: 100%;
  overflow: hidden;
  z-index: 1039;
}

.long_create_scene .workspace .container {
  position: relative;
  height: 100%;
  width: 100%;
  right: 0;
}
.short_create_scene .workspace .container {
    position: relative;
    height: 100%;
    width: 100%;
}
.workspace .phone {
left: 50%;
  margin-left: -163px;
  margin-top: -97px;
  border: 0;
  position: absolute;
  background-image: url(images/create/phone.svg);
  background-repeat: no-repeat;
  width: 326px;
  height: 620px;
  z-index: 1040;
  pointer-events: none;
}

.workspace .phone .name {
    position: absolute;
    top: 65px;
    width: 80%;
    left: 10%;
    text-align: center;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.workspace .out-warning {
    border-color: #F2A653!important
}

.workspace .box {
  border: 1px dashed #586077;
  z-index: 1085;
  pointer-events: none;
  height: 520px;
  width: 374px;
  position: absolute;
  right: 50%;
/*  top: 50%;*/
  margin-right: -187px;
/*  margin-top: -314px;*/
  margin-top: -18px;
}

.longpage-workspace .box{
  margin-top: -19px;
}

.workspace .box.on {
    border-color: #ff5548
}

.workspace .box .internal-box {
    position: absolute;
    top: 17px;
    left: 25px;
    height: 486px;
    width: 321px;
    border: 1px dashed #586077
}

.workspace .eq-block-grid,.workspace .eq-block-guides{
  position: absolute;
  right: 50%;
/*  top: 50%;*/
  margin-right: -160px;
/*  margin-top: -295px;*/
  z-index: 0;
}

/*.workspace .eq-block-guides{
    position: absolute; 
    top: 0;
    left: 0;
    z-index: 0;
}
*/
.workspace .nr {  
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0px;
}

.workspace .nr .edit_wrapper {
  position: relative;
  overflow-y: auto;
  margin-top: 17px;
  padding: 100px 0;
}

.workspace .nr .edit_wrapper .edit_areaBox, .wrapper-background{
  position: absolute;
  height: 486px;
  width: 320px;
/*  top: 50%;*/
  right: 50%;
  /*margin-top: -295px;*/
  margin-right: -160px;
  margin-bottom: 100px;
}

.workspace .history {
    position: absolute;
    right: 50%;
    top: 98px;
    z-index: 1040;
    height: auto;
    margin-right: -226px;
    /*background-color: rgba(0, 0, 0, .5);*/
}
.long_create_scene .workspace .history2 {
    right: 50%;
    margin-right: -226px;
}
.short_create_scene .workspace .history {
    right: 50%;
    height: auto;
    top: 99px;
    margin-right: -227px;
}
.short_create_scene .workspace .history2 {
    right: 50%;
    height: auto;
    top: 99px;
    margin-right: -204px;
}

.workspace .history li {
    background-color: #383838;
    width: 40px;
    height: 40px;
    line-height: 50px;
    text-align: center;
    display: block;
    -webkit-user-select: none;
    color: #fff;
    margin-bottom: 10px;
}
.workspace .history li .eqf-btn{
    opacity: 0.3;
}

.workspace .history li:hover {
    background-color: #66cc00;
}
.workspace .history li:hover .eqf-btn{
    opacity: 1;
}

/*.workspace .history li.active {
    background-color: #66cc00;
}*/
.workspace .history li.active .eqf-btn{
    opacity: 1;
}

.workspace .history li:hover.hint:after, .workspace .history li:hover[data-hint]:after {
    background-color: #fff !important;
    color: #66cc00 !important;
    border-radius: 0 !important;
    border: 1px solid #66cc00 !important;
}

.workspace .history li:hover.hint--right:before {
    /* content: "<" !important; */
    color: #66cc00;
    border: none !important;
    top: 12px;
    font-size: 20px;
    margin-left: -6px !important;
    height: 15px;
    width: 10px;
    display: inline-block;
    background: url(images/re-design/arrow.png);
}
.workspace .history li:hover.hint--right:after {
    margin-left: 3px;
}

.workspace .history .imp {
    background-color: red;
    height: 6px;
    width: 6px;
    position: absolute;
    right: 6px;
    top: 6px;
    border-radius: 6px
}

.workspace .history #warn {
    background-color: #ff766c
}

.workspace .history #warn i {
    color: #fff
}

.workspace .eq-block-guides .guide-v,
.workspace .eq-block-guides .guide-h {
    position: absolute;
    background: #dcdc00;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease;
    z-index: 9999
}

.workspace .eq-block-guides .guide-v.show,
.workspace .eq-block-guides .guide-h.show {
    opacity: 1
}

.workspace .eq-block-guides .guide-v {
    top: 0;
    height: 100%;
    width: 1px
}

.workspace .eq-block-guides .guide-h {
    left: 0;
    height: 1px;
    width: 100%
}

.workspace .eq-block-guides .guide-v:before,
.workspace .eq-block-guides .guide-v:after,
.workspace .eq-block-guides .guide-h:before,
.workspace .eq-block-guides .guide-h:after {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    background: #dcdc00;
    border-radius: 5px
}

.workspace .eq-block-guides .guide-v:before {
    left: -2.5px;
    top: -2.5px
}

.workspace .eq-block-guides .guide-v:after {
    left: -2.5px;
    bottom: -2.5px
}

.workspace .eq-block-guides .guide-h:before {
    left: -2.5px;
    top: -2.5px
}

.workspace .eq-block-guides .guide-h:after {
    right: -2.5px;
    top: -2.5px
}

.workspace .base-container {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.workspace .base-panel {
    opacity: 0;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    position: absolute;
    left: -179px;
    z-index: 1;
    padding: 1px 1px;
    transform-origin: 100% 0;
    transform: rotateY(-90deg);
    transition: all .3s ease;
    -webkit-transform-origin: 100% 0;
    -webkit-transform: rotateY(-90deg);
    -webkit-transition: all .3s ease;
    -ms-transform-origin: 100% 0;
    -ms-transform: rotateY(-90deg);
    -ms-transition: all .3s ease
}

.workspace .base-panel .setting-group {
    height: 30px;
    padding: 8px 16px;
    font-size: 12px
}

.workspace .base-panel .setting-group span {
    float: left
}

.workspace .base-panel .setting-btn {
    margin-left: 50px;
    cursor: pointer
}

.workspace .effects-container.on .effects-panel {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.workspace .effects-container .effects-panel {
    opacity: 0;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    position: absolute;
    left: -179px;
    z-index: 1;
    padding: 1px 1px;
    transform-origin: 100% 0;
    transform: rotateY(-90deg);
    transition: all .3s ease;
    -webkit-transform-origin: 100% 0;
    -webkit-transform: rotateY(-90deg);
    -webkit-transition: all .3s ease;
    -ms-transform-origin: 100% 0;
    -ms-transform: rotateY(-90deg);
    -ms-transition: all .3s ease;
    top: 243px;
    left: -98px
}

.workspace .effects-container .effects-panel .setting-group {
    height: 30px;
    padding: 8px 16px;
    font-size: 12px
}

.workspace .effects-container .effects-panel .setting-group span {
    float: left
}

.workspace .effects-container .effects-panel .setting-btn {
    margin-left: 50px;
    cursor: pointer
}

.workspace .effects-container .effects-panel .setting-group:hover {
    background-color: #59c3f9;
    cursor: pointer
}

.workspace .effects-container .effects-panel .setting-group span {
    float: right
}

.workspace .effects-container .effects-panel .setting-btn {
    margin-right: 26px;
    float: left;
    margin-left: 0
}

.workspace .background-container.on .background-panel {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.workspace .background-container .background-panel {
    opacity: 0;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    position: absolute;
    left: -179px;
    z-index: 1;
    padding: 1px 1px;
    transform-origin: 100% 0;
    transform: rotateY(-90deg);
    transition: all .3s ease;
    -webkit-transform-origin: 100% 0;
    -webkit-transform: rotateY(-90deg);
    -webkit-transition: all .3s ease;
    -ms-transform-origin: 100% 0;
    -ms-transform: rotateY(-90deg);
    -ms-transition: all .3s ease;
    top: 161px;
    left: -98px
}

.workspace .background-container .background-panel .setting-group {
    height: 30px;
    padding: 8px 16px;
    font-size: 12px
}

.workspace .background-container .background-panel .setting-group span {
    float: left
}

.workspace .background-container .background-panel .setting-btn {
    margin-left: 50px;
    cursor: pointer
}

.workspace .background-container .background-panel .setting-group:hover {
    background-color: #59c3f9;
    cursor: pointer
}

.workspace .background-container .background-panel .setting-group span {
    float: right
}

.workspace .background-container .background-panel .setting-btn {
    margin-right: 26px;
    margin-left: 0;
    float: left
}

.workspace .bgoption-container.on .bgoption-panel {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.workspace .bgoption-container .bgoption-panel {
    opacity: 0;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    position: absolute;
    left: -179px;
    z-index: 1;
    padding: 1px 1px;
    transform-origin: 100% 0;
    transform: rotateY(-90deg);
    transition: all .3s ease;
    -webkit-transform-origin: 100% 0;
    -webkit-transform: rotateY(-90deg);
    -webkit-transition: all .3s ease;
    -ms-transform-origin: 100% 0;
    -ms-transform: rotateY(-90deg);
    -ms-transition: all .3s ease;
    top: 191px;
    left: -196px
}

.workspace .bgoption-container .bgoption-panel .setting-group {
    height: 30px;
    padding: 8px 16px;
    font-size: 12px
}

.workspace .bgoption-container .bgoption-panel .setting-group span {
    float: left
}

.workspace .bgoption-container .bgoption-panel .setting-btn {
    margin-left: 50px;
    cursor: pointer
}

.workspace .bgoption-container .bgoption-panel .setting-group.active,
.workspace .bgoption-container .bgoption-panel .setting-group:hover {
    background-color: #59c3f9;
    cursor: pointer
}

.workspace .bgoption-container .bgoption-panel .setting-group span {
    float: right
}

.workspace .bgoption-container .bgoption-panel .setting-btn {
    margin-right: 26px;
    margin-left: 0;
    float: left
}

.workspace .music-container.on .music-panel {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.workspace .music-container .music-panel {
    opacity: 0;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    position: absolute;
    left: -179px;
    z-index: 1;
    padding: 1px 1px;
    transform-origin: 100% 0;
    transform: rotateY(-90deg);
    transition: all .3s ease;
    -webkit-transform-origin: 100% 0;
    -webkit-transform: rotateY(-90deg);
    -webkit-transition: all .3s ease;
    -ms-transform-origin: 100% 0;
    -ms-transform: rotateY(-90deg);
    -ms-transition: all .3s ease;
    top: 201px;
    left: -98px
}

.workspace .music-container .music-panel .setting-group {
    height: 30px;
    padding: 8px 16px;
    font-size: 12px
}

.workspace .music-container .music-panel .setting-group span {
    float: left
}

.workspace .music-container .music-panel .setting-btn {
    margin-left: 50px;
    cursor: pointer
}

.workspace .music-container .music-panel .setting-group:hover {
    background-color: #59c3f9;
    cursor: pointer
}

.workspace .music-container .music-panel .setting-group span {
    float: right
}

.workspace .music-container .music-panel .setting-btn {
    margin-right: 26px;
    float: left;
    margin-left: 0
}

.workspace .grid-guide-container.on .grid-guide-setting {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.workspace .grid-guide-container .grid-guide-setting {
    top: 211px;
    width: 178px;
    opacity: 0;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    position: absolute;
    left: -179px;
    z-index: 1;
    padding: 1px 1px;
    transform-origin: 100% 0;
    transform: rotateY(-90deg);
    transition: all .3s ease;
    -webkit-transform-origin: 100% 0;
    -webkit-transform: rotateY(-90deg);
    -webkit-transition: all .3s ease;
    -ms-transform-origin: 100% 0;
    -ms-transform: rotateY(-90deg);
    -ms-transition: all .3s ease
}

.workspace .grid-guide-container .grid-guide-setting .setting-group {
    height: 30px;
    padding: 8px 16px;
    font-size: 12px
}

.workspace .grid-guide-container .grid-guide-setting .setting-group span {
    float: left
}

.workspace .grid-guide-container .grid-guide-setting .setting-btn {
    margin-left: 50px;
    cursor: pointer
}

.workspace .grid-guide-container .grid-guide-setting .setting-group .setting-choice {
    float: left;
    position: relative;
    margin-left: 40px
}

.workspace .grid-guide-container .grid-guide-setting .setting-group .color-contain {
    position: relative
}

.workspace .grid-guide-container .grid-guide-setting .setting-group .color-contain .color-picker-input {
    height: 28px;
    width: 160px;
    color: #000;
    font-size: 12px
}

.workspace .grid-guide-container .grid-guide-setting .setting-group .color-contain .color-picker {
    position: absolute;
    right: -16px;
    top: 24px;
    height: 28px;
    width: 28px
}

.create_right {
  position: fixed;
  right: 0;
  top: 50px;
  bottom: 0;
  width: 184px;
  background-color: #fff;
  height: 100%;
}

.create_right .nav_top {
    height: 44px;
    background-color: #535353
}

.create_right .nav_top .copy,
.create_right .nav_top .delete,
.create_right .nav_top .model-center {
    height: 30px;
    width: auto;
    line-height: 30px;
    text-align: center;
    color: #fff;
    /* border-radius: 3px; */
    margin-top: 7px;
    background-color: #383838;
    float: left;
    margin-right: 5px;
    padding: 0 5px;
}

.create_right .nav_top .copy:hover,.create_right .nav_top .model-center:hover {
    background-color: #66cc00
}

.create_right .nav_top .delete:hover {
    background-color: #ff5448
}


.create_right .nav_content {
    position: absolute;
    top: 44px;
    left: 0;
    right: 0;
    bottom: 60px
}

.create_right .nav_content ul.page-uls {
    width: 100%;
    position: absolute
}

.create_right .nav_content ul.page-uls li {
    height: 70px;
    color: #535353;
    cursor: pointer;
    font-size: 12px;
    position: relative;
    border: 1px solid #535353;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px
}

.create_right .nav_content ul.page-uls li.current {
    color: #66cc00;
    background-color: #fff!important;
    border-color: #66cc00;
}

.create_right .nav_content ul.page-uls li .page-name {
    width: 100px;
    margin-left: 2px;
    display: inline-block;
    line-height: 70px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.create_right .nav_content ul.page-uls li:hover {
    background-color: #fff;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, .1);
    border: none;
    z-index: 3
}

.create_right .nav_content ul.page-uls li .page-btn-contain {
    top: 45px;
    left: 38px;
    position: absolute;
    display: none
}

.create_right .nav_content ul.page-uls li .page-btn-contain .page-btn {
    height: 24px;
    width: 24px;
    background-color: #ccc;
    display: block;
    float: left;
    line-height: 24px;
    text-align: center;
    border-radius: 3px;
    margin-right: 4px;
    position: relative;
    color: #fff
}

.create_right .nav_content ul.page-uls li .page-btn-contain .page-btn .eqf-morelist {
    transform: scale(.25);
    -webkit-transform: scale(.25);
    -moz-transform: scale(.25);
    position: absolute;
    line-height: 24px;
    left: -14px;
    display: block
}

.create_right .nav_content ul.page-uls li .page-btn-contain .page-btn:hover {
    background-color: #63ba01
}

.create_right .nav_content ul.page-uls li .page-btn-contain .eqf-plus2:hover,
.create_right .nav_content ul.page-uls li .page-btn-contain .eqf-scene-copy:hover {
    background-color: #6fe29f
}

.create_right .nav_content ul.page-uls li .page-btn-contain .eqf-scene-delete {
    background-color: #ff5448
}

.create_right .nav_content ul.page-uls li .page-btn-contain .eqf-scene-delete:hover {
    background-color: #ff7267
}

.create_right .nav_content ul.page-uls li.current .page-btn-contain {
    display: block
}

.create_right .nav_content ul.page-uls li.current .page-btn-contain .page-btn {
    -webkit-animation: fade-scale-02 250ms backwards;
    animation: fade-scale-02 250ms backwards
}

.create_right .nav_content ul.page-uls li.current .number {
    border-top: 35px solid #66cc00;
    border-right: 35px solid transparent
}

.create_right .nav_content ul.page-uls li .number {
    float: left;
    width: 0;
    height: 0;
    border-top: 35px solid #535353;
    border-right: 35px solid transparent
}

.create_right .nav_content ul.page-uls li .number em {
    position: absolute;
    top: 3px;
    color: #fff;
    left: 0;
    display: block;
    width: 20px;
    text-align: center
}

.create_right .nav_content .page-list-label {
    position: absolute;
    top: 20px;
    right: 340px;
    padding: 10px;
    color: #5e676e;
    z-index: 10000;
    width: 200px!important;
    background-color: #fff
}

.create_right .nav_content .page-list-label .line {
    width: 100%;
    border-bottom: 1px solid #ccd5db;
    margin-bottom: 10px
}

.create_right .nav_content .page-list-label ul.tpl-uls {
    padding: 1 1px
}

.create_right .nav_content .page-list-label ul.tpl-uls li {
    padding: 10px 5px
}

.create_right .nav_content .page-list-label ul.tpl-uls li:hover {
    background-color: #63ba01;
    color: #fff
}

.create_right .nav_content .page-list-label ul.tpl-uls span {
    padding-right: 5px
}

.create_right .nav_content .page-list-label label {
    padding-right: 5px;
    margin-bottom: 10px;
    font-weight: lighter
}

.create_right .nav_content .page-list-label input {
    margin: 0
}

.create_right .nav_content .page-list-label .select-labels {
    text-align: center;
    margin-top: 10px
}

.create_right .nav_content .page-list-label .select-labels a {
    background-color: #66cc00;
    padding: 5px 10px;
    color: #fff
}

.create_right .nav_bottom {
    line-height: 50px;
    width: 100%;
    text-align: center;
    height: 60px;
    background-color: #383838;
    font-size: 50px;
    font-weight: 500;
    position: absolute;
    bottom: 50px;
}

.create_right .nav_bottom a {
    width: 100%
}

.create_right .nav_bottom .eqf-more {
  width: 20%;
  float: left;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 57px;
  position: absolute;
  z-index: 999;
}

.create_right .nav_bottom ul {
  position: absolute;
  font-size: 12px;
  top: -60px;
  left: 0;
  background-color: #fff;
}

.create_right .nav_bottom ul li {
  width: 170px;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  text-align: left;
}

.create_right .tpl-option .popover {
    border-radius: 0;
    left: 5px
}

.create_right .tpl-option .popover-content {
    padding: 0
}

.create_right .tpl-option .popover-content .menus {
    margin-left: 0
}

.create_right .tpl-option .popover-content .menus .menu-item {
    height: 30px;
    color: #666;
    text-align: left;
    width: 142px;
    padding: 3px 0 3px 12px;
    position: relative
}

.create_right .tpl-option .popover-content .menus .menu-item:hover {
    background-color: #63ba01;
    color: #fff
}

.create_right .tpl-option .popover-content .menus .menu-item:hover .menu-item-menu {
    position: absolute;
    top: 0;
    left: 140px;
    width: 10px;
    height: 120px
}

.create_right .tpl-option .popover-content .menus .menu-item span {
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    margin-bottom: 0
}

.create_right .tpl-option .popover-content .menus .menu-item .menu-item-name {
    width: 90px;
    text-align: left;
    margin-left: 5px
}

.creat_head {
    height: 50px;
    background-color: #383838;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1070
}

.creat_head .creat_head_con {
    width: 100%;
    margin: 0 auto;
    position: relative
}

.creat_head .creat_head_con .creat_logo {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px
}

.creat_head .creat_head_con .creat_logo a {
    color: #fff;
    font-size: 30px;
    margin-left: 20px;
    /*opacity: .8;*/
    line-height: 50px
}

.creat_head .creat_head_con .creat_con {
    display: block;
    margin: 0 auto;
    width: 660px
}

.creat_head .creat_head_con .create-action {
    position: absolute;
    top: 0;
    right: 0
}

.creat_head .creat_head_con .create-action ul li {
    height: 30px;
    width: 40px;
    cursor: pointer;
    margin-top: 10px;
    margin-right: 6px;
    text-align: center;
    /*border-radius: 3px;*/
    float: left
}

.creat_head .creat_head_con .create-action ul li span {
    font-size: 12px;
    line-height: 30px;
    color: #fff
}

.creat_head .creat_head_con .create-action li.quit:after {
    margin-left: -60px
}

.creat_head .creat_head_con .creat_con ul li {
    height: 50px;
    width: 60px;
    float: left;
    cursor: pointer;
    color: #fff !important;;
    padding-top: 7px;
    text-align: center;
    /*opacity: .9;*/
    position: relative
}

.creat_head .creat_head_con .creat_con ul li .tip {
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 60px
}

.creat_head .creat_head_con .creat_con ul li .eqf-btn,.workspace .history li .eqf-btn, .create_right .nav_top .eqf-btn,.create_right .nav_content .eqf-btn{
   /* line-height: 20px;*/
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url(images/re-design/new_icon_white.png?v=201703291404);
}

.creat_head .creat_head_con .creat_con ul li:hover,
.creat_head .creat_head_con .creat_con ul li.active {
    background-color: #484d64;
    color: #fff;
    opacity: 1
}

.creat_head .creat_head_con .creat_con li.interaction:hover .form-menus,
.creat_head .creat_head_con .creat_con li.form:hover .form-menus {
    top: 50px;
    left: -40px;
    position: absolute;
    width: 142px;
    height: 10px
}

.creat_head .creat_head_con .creat_con li.interaction:hover .form-menus .popover>.arrow,
.creat_head .creat_head_con .creat_con li.form:hover .form-menus .popover>.arrow {
    border-width: 7px
}

.creat_head .creat_head_con .creat_con li.interaction:hover .form-menus .popover.bottom>.arrow,
.creat_head .creat_head_con .creat_con li.form:hover .form-menus .popover.bottom>.arrow {
    top: -7px;
    border-top-width: 0
}

.creat_head .creat_head_con .creat_con li.interaction:hover .form-menus .popover.right>.arrow,
.creat_head .creat_head_con .creat_con li.form:hover .form-menus .popover.right>.arrow {
    left: -7px;
    border-left-width: 0
}

.creat_head .creat_head_con .creat_con li.interaction:hover .form-menus>.popover,
.creat_head .creat_head_con .creat_con li.form:hover .form-menus>.popover {
    display: block;
    border-radius: 0
}

.creat_head .creat_head_con .creat_con li.interaction:hover .form-menus>.popover .popover-content,
.creat_head .creat_head_con .creat_con li.form:hover .form-menus>.popover .popover-content {
    padding: 0
}

.creat_head .creat_head_con .creat_con li.interaction:hover .form-menus>.popover .popover-content .menus,
.creat_head .creat_head_con .creat_con li.form:hover .form-menus>.popover .popover-content .menus {
    margin-left: 0
}

.creat_head .creat_head_con .creat_con li.interaction:hover .form-menus>.popover .popover-content .menus .menu-item,
.creat_head .creat_head_con .creat_con li.form:hover .form-menus>.popover .popover-content .menus .menu-item {
    display: inline-block;
    height: 30px;
    color: #666;
    text-align: left;
    width: 142px;
    padding: 3px 0 3px 12px;
    position: relative
}

.creat_head .creat_head_con .creat_con li.interaction:hover .form-menus>.popover .popover-content .menus .menu-item:hover,
.creat_head .creat_head_con .creat_con li.form:hover .form-menus>.popover .popover-content .menus .menu-item:hover {
    background-color: #63ba01;
    color: #fff
}

.creat_head .creat_head_con .creat_con li.interaction:hover .form-menus>.popover .popover-content .menus .menu-item:hover .menu-item-menu,
.creat_head .creat_head_con .creat_con li.form:hover .form-menus>.popover .popover-content .menus .menu-item:hover .menu-item-menu {
    position: absolute;
    top: 0;
    left: 140px;
    width: 10px;
    height: 120px
}

.creat_head .creat_head_con .creat_con li.interaction:hover .form-menus>.popover .popover-content .menus .menu-item:hover .menu-item-menu>.popover,
.creat_head .creat_head_con .creat_con li.form:hover .form-menus>.popover .popover-content .menus .menu-item:hover .menu-item-menu>.popover {
    display: block;
    border-radius: 0
}

.creat_head .creat_head_con .creat_con li.interaction:hover .form-menus>.popover .popover-content .menus .menu-item:hover .menu-item-menu>.popover.popover.right>.arrow,
.creat_head .creat_head_con .creat_con li.form:hover .form-menus>.popover .popover-content .menus .menu-item:hover .menu-item-menu>.popover.popover.right>.arrow {
    top: 19px
}

.creat_head .creat_head_con .creat_con li.interaction:hover .form-menus>.popover .popover-content .menus .menu-item span,
.creat_head .creat_head_con .creat_con li.form:hover .form-menus>.popover .popover-content .menus .menu-item span {
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    margin-bottom: 0
}

.creat_head .creat_head_con .creat_con li.interaction:hover .form-menus>.popover .popover-content .menus .menu-item .menu-item-name,
.creat_head .creat_head_con .creat_con li.form:hover .form-menus>.popover .popover-content .menus .menu-item .menu-item-name {
    width: 90px;
    text-align: left;
    margin-left: 5px
}

.creat_head .creat_head_con .creat_con li.interaction:hover .form-menus>.popover .popover-content .menus .menu-item .caret,
.creat_head .creat_head_con .creat_con li.form:hover .form-menus>.popover .popover-content .menus .menu-item .caret {
    content: "";
    border-left: 4px solid;
    border-right: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent
}

.create_scene {
  background-color: #d0cfd8;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin-top: 50px;
}

.create_scene .main .title {
    background: #f0f0f0;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    color: #999
}

.create_scene .main .title span {
    width: 105px;
    height: 30px;
    float: left;
    background: url(images/title.jpg);
    font-size: 20px;
    color: #fff;
    text-indent: 15px;
    margin-right: 20px
}

.create_scene .main {
  width: 100%;
  position: relative;
  height: 100%;
}

.create_scene .main .content {
    height: 100%;
    position: fixed;
    top: 50px;
    left: 0;
    bottom: 0;
    right: 0;
    /*background-color: #f1f1f1;*/
}

.create_scene .main .content p {
    text-align: center;
    margin-top: 30px
}

.create_scene .main .content p a {
    width: 150px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #f35d52;
    font-size: 18px;
    border-radius: 2px;
    display: inline-block;
    margin-right: 10px
}

.create_scene .larger_icon {
    background: url(images/larger.png)!important
}

.create_scene .simaller_icon {
    background: url(images/simaller.png)!important
}

.create_scene .eye_icon {
    background: url(images/eye.png)!important
}

.create_scene #editBG span:hover,
.create_scene #editBGAudio span:hover,
.create_scene #editScratch span:hover {
    color: #63ba01
}

.create_scene #editBG {
    cursor: pointer;
    width: 30px;
    left: 50%;
    background: #fff;
    top: 47px;
    font-size: 12px;
    color: #666;
    padding: 9px;
    margin-bottom: 30px
}

.create_scene #editBG .eqf-wrong {
    font-size: 12px
}

.create_scene #editBGAudio {
    cursor: pointer;
    width: 30px;
    left: 50%;
    background: #fff;
    top: 147px;
    font-size: 12px;
    color: #666;
    padding: 9px;
    margin-bottom: 30px
}

.create_scene #editScratch {
    cursor: pointer;
    width: 30px;
    left: 50%;
    background: #fff;
    top: 247px;
    font-size: 12px;
    color: #666;
    padding: 9px;
    margin-bottom: 30px
}

.create_scene .manage-bg {
    width: 144px;
    height: 122px;
    border: 1px solid #fff;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 40px
}

.create_scene .manage-bg .arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 8px solid #fff;
    border-bottom: 6px solid transparent;
    top: 20%;
    margin-top: -3px;
    left: -8px
}

.create_scene .manage-bg .bg-effect {
    left: 155px;
    top: 60px;
    position: absolute;
    background-color: #fff;
    width: 144px;
    z-index: 2;
    padding: 1px 1px
}

.create_scene .manage-bg ul {
    background-color: #fff;
    width: 100%
}

.create_scene .manage-bg ul li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 5px
}

.create_scene .manage-bg ul li span {
    padding-right: 5px
}

.create_scene .manage-bg ul li span:hover {
    color: #fff!important
}

.create_scene .manage-bg ul li:hover {
    background-color: #63ba01;
    color: #fff
}

.create_scene .manage-bg ul .effect-selected {
    background-color: #63ba01;
    color: #fff
}

.create_scene .scene_title_baner {
    height: 40px;
    line-height: 40px;
    background: #000;
    color: #fff;
    text-align: center;
    border-left: 1px solid #F6F6F6;
    border-right: 1px solid #F6F6F6
}

.create_scene .scene_title_baner .scene_title {
    min-width: 20px;
    font-size: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.create_scene .create_left {
  position: fixed;
  width: 288px;
  background-color: #fff;
  height: 100%;
  z-index: 1040;
}

.create_scene .create_left .select-contain.select-great .eqc-drop-down-list .eqc-scroll {
    max-height: 180px!important
}

.create_scene .create_left .nav-tabs {
    background-color: #535353;
    border-bottom: none;
    /* padding: 4px 10px 0 10px; */
    height: 45px;
    line-height: 45px;
    padding-left: 10px;
}

.create_scene .create_left .nav-tabs li {
    margin-right: 1px;
    margin-bottom: -2px;
    height: 100%;
}
.create_scene .create_left .nav-tabs li.active {
    background: url(/assets/images/re-design/bg_console_ico2.png) no-repeat 32px 35px;
}
.create_scene .create_left .nav-tabs li.active>a,
.create_scene .create_left .nav-tabs a:hover {
    /*background-color: #f0f3f4;
    border: 1px solid #f0f3f4;
    color: #76838f!important*/
    border: none;
    background: none;
}

.create_scene .create_left .nav-tabs a {
    padding: 0;
    color: #fff!important;
    font-size: 14px;
    border: none;
    outline: none;
    line-height: 45px;
    width: 89px;
    text-align: center;
}

.create_scene .create_left .tab-panel {
    position: relative;
    background-color: #fff
}

.create_scene .create_left .tab-panel .empty-collection,
.create_scene .create_left .tab-panel .empty-recent {
    position: relative;
    top: 50%;
    margin-top: -144px
}

.create_scene .create_left .tab-panel .empty-collection img,
.create_scene .create_left .tab-panel .empty-recent img {
    position: absolute;
    left: 64px
}

.create_scene .create_left .tab-panel .empty-company {
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.create_scene .create_left .tab-panel .empty-company div {
    padding-left: 20px;
    padding-right: 10px;
    font-size: 12px;
    position: absolute;
    top: 50%;
    margin-top: -120px
}

.create_scene .create_left .tab-panel .empty-company {
    background-image: url(images/create/company.svg)
}

.create_scene .create_left .tab-panel .empty-recent {
    background-image: url(images/create/recent.svg)
}

.create_scene .create_left .tab-panel .sel-contain {
    position: absolute;
    width: 83px;
    top: 10px;
    color: #535353;
    background-color: #fefefe;
    line-height: 30px;
    /* border-radius: 3px; */
    border: 1px solid #535353;
    font-size: 12px;
    height: 30px;
}

.create_scene .create_left .tab-panel .sel-contain:hover {
    background-color: #66cc00;
    border-color: #66cc00;
}

.create_scene .create_left .tab-panel .sel-contain:hover .eqc-name,
.create_scene .create_left .tab-panel .sel-contain:hover .more {
    color: #fff
}

.create_scene .create_left .tab-panel .sel-contain .eqf-clickmore {
    width: 0;
    height: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px dashed;
    margin-top: 12px
}

.create_scene .create_left .tab-panel .sel-contain .eqf-clickmore:before {
    content: ''
}

.create_scene .create_left .tab-panel .sel-contain .select-great .eqc-drop-down-list li {
    padding: 0 5px;
    font-size: 12px
}

.create_scene .create_left .tab-panel .sel-contain .select-great .eqc-mask .eqc-name {
    font-size: 12px;
    text-align: center;
    width: 65px;
    padding-right: 0
}

.create_scene .create_left .tab-panel .select-color {
    width: 30px;
    height: 30px;
    cursor: pointer
}

.create_scene .create_left .tab-panel .select-color .tpl-color {
    width: 18px;
    height: 18px;
    margin: 5px
}

.create_scene .create_left .tab-panel .select-color em {
    position: absolute;
    height: 8px;
    width: 8px;
    background-color: red
}

.create_scene .create_left .tab-panel .page-color-panel {
    background-color: #fff;
    width: 112px;
    height: 85px;
    left: 250px;
    position: absolute;
    top: 50px;
    z-index: 10000;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

.create_scene .create_left .tab-panel .page-color-panel>em {
    height: 18px;
    width: 18px;
    display: block;
    float: left;
    margin-left: 8px;
    margin-top: 8px;
    cursor: pointer;
    color: #fff
}

.create_scene .create_left .tab-panel .page-color-panel>em.eqf-right:before {
    padding-left: 2px;
    padding-top: 2px
}

.create_scene .create_left .tab-panel .page-color-panel>em em {
    height: 9px;
    width: 9px;
    display: block;
    position: absolute;
    z-index: -1
}

.create_scene .create_left .tab-panel .search {
    width: 270px;
    height: 30px;
    border: 1px solid #535353;
    /* border-radius: 3px; */
    color: #535353;
    position: absolute;
    padding-left: 10px;
}

.create_scene .create_left .tab-panel .search:focus {
    border-color: #63ba01
}

.create_scene .create_left .tab-panel .search-icon {
    position: absolute;
    font-size: 13px;
    left: 235px;
    line-height: 30px;
    width: 30px;
    cursor: pointer;
    top: 0;
    text-align: center
}

.create_scene .create_left .tab-panel .search-icon.eqf-wrong {
    font-size: 12px
}

.create_scene .create_left .tab-panel .eqf-bg {
    line-height: 16px;
    left: 240px;
    top: 0;
    position: absolute;
    background-color: #fff;
    padding: 6px;
    border-radius: 4px;
    color: #76838f;
    cursor: pointer;
    width: 30px;
    border: 1px solid #ccd5db;
    height: 30px;
    font-size: 12px
}

.create_scene .create_left .tab-panel .eqf-bg:hover {
    background-color: #63ba01;
    border-color: #63ba01;
    color: #fff
}

.create_scene .create_left .page_tpl_container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    top: 90px
}

.create_scene .create_left .page_tpl_container ul {
    position: absolute
}

.create_scene .create_left .page_tpl_container .page_tpl_item li {
    position: absolute
}

.create_scene .create_left .line-separator {
    height: 1px;
    background: #666;
    border-bottom: 1px solid #ccc;
    float: left;
    margin: 10px 0;
    width: 100%
}

.create_scene .create_left .tpl_tab {
    padding-bottom: 32px
}

.create_scene .create_left .tpl_tab .tab-content .page_tpl_container {
    margin-top: 10px;
    margin-right: 1px;
    margin-left: 1px;
    overflow-y: auto;
    min-height: 420px
}

.create_scene .create_left .tpl_tab .tab-content .nav2 {
    margin-top: 10px;
    padding: 0 8px;
    position: relative
}

.create_scene .create_left .tpl_tab .tab-content .nav2 ul.nav2_list {
    margin-right: 40px
}

.create_scene .create_left .tpl_tab .tab-content .nav2 .nav2_other {
    border-radius: 0;
    box-shadow: 1px 2px 6px #999;
    position: absolute;
    top: 30px;
    left: 7px;
    right: 7px;
    background-color: #FFF;
    padding: 10px
}

.create_scene .create_left .tpl_tab .tab-content .nav2 .nav2_other li {
    margin-bottom: 5px
}

.create_scene .create_left .tpl_tab .tab-content .nav2 .others {
    text-align: center;
    float: right;
    height: 20px;
    width: 20px;
    margin-top: 2px;
    background-color: #e1e1e1;
    cursor: pointer
}

.create_scene .create_left .tpl_tab .tab-content .nav2 .others span {
    margin-left: 4px;
    margin-top: 1px;
    display: block;
    width: 12px;
    height: 12px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #6c6c6c
}

.create_scene .create_left .tpl_tab .tab-content .nav2 li {
    font-size: 12px;
    color: #666;
    float: left;
    margin-right: 5px;
    cursor: pointer;
    padding: 5px;
    background-color: #e1e1e1
}

.create_scene .create_left .tpl_tab .tab-content .nav2 .active,
.create_scene .create_left .tpl_tab .tab-content .nav2 li:hover {
    background-color: #4c4c4c;
    color: #FFF
}

.create_scene .create_left .tpl_tab .tab-content .open .others span {
    border-top: 8px solid #666;
    border-bottom: 0;
    margin-top: 7px
}

.create_scene .create_left .tab-content .nav-tabs.nav-justified {
    padding: 0 6px;
    background-color: #e1e1e1
}

.create_scene .create_left .tab-content .nav-tabs.nav-justified li {
    width: 92px
}

.create_scene .create_left .tab-content .nav-tabs.nav-justified li a {
    margin: 7px 2px -1px 2px;
    height: 38px;
    line-height: 38px
}

.create_scene .create_left .tab-content .nav-tabs.nav-justified li a:hover {
    background-color: #f7f7f7
}

.create_scene .create_left .nav-tabs.nav-justified {
    border-bottom: inherit
}

.create_scene .create_left .nav-tabs.nav-justified li {
    height: 44px
}

.create_scene .create_left .nav-tabs.nav-justified li a {
    border-bottom: 0;
    color: #5e676e;
    border-radius: 0;
    display: block;
    font-size: 14px;
    padding: 0
}

.create_scene .create_left .nav-tabs.nav-justified>.active>a {
    background-color: #f7f7f7;
    color: #333;
    border: none
}

.create_scene .create_left>div>.nav-tabs.nav-justified {
    display: none;
    border-bottom: inherit
}

.create_scene .create_left>div>.nav-tabs.nav-justified li {
    width: 145px;
    height: 35px;
    border: 0
}

.create_scene .create_left>div>.nav-tabs.nav-justified li a {
    padding: 12px;
    border-bottom: 0;
    color: #5e676e;
    background-color: #fff;
    border-radius: 4px;
    text-align: left
}

.create_scene .create_left>div>.nav-tabs.nav-justified>.active>a {
    background-color: red;
    color: #fff;
    border-radius: 0;
    font-size: 14px
}

.create_scene .create_left .page_tpl_container li {
  float: left;
  cursor: pointer;
  margin-left: 10px;
  margin-bottom: 10px;
  position: relative;
  width: 80px;
  height: 130px;
  background-color: #a5c1f0;
}

.create_scene .create_left .page_tpl_container li>img {
    /*border-radius: 4px;*/
    background-color: #a5c1f0
}

.create_scene #longpage_left .longpage-model .page_tpl_container li{
    height: 138px;
    overflow: hidden;
}

.create_scene .create_left .page_tpl_container li>img:hover {
    box-shadow: 0 2px 2px 1.5px rgba(0, 0, 0, .2)
}

.create_scene .create_left .page_tpl_container li .delete-element {
    display: none;
    position: absolute;
    top: 5px;
    right: 5px;
    height: 24px;
    width: 24px;
    z-index: 10000;
    padding: 4px 6px;
    border-radius: 4px;
    background-color: #666
}

.create_scene .create_left .page_tpl_container li:hover .delete-element {
    display: block
}

.create_scene .create_left .page_tpl_container li:hover .delete-element:hover {
    background-color: #ff5448
}

.create_scene .create_left .page_tpl_container li:hover .delete-element .eqf-scene-delete {
    color: #fff
}

.create_scene .create_left .page_tpl_container .my-tpl {
    position: relative;
    width: 80px;
    height: 130px
}

.create_scene .create_left .page_tpl_container .my-tpl .tmp-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 1000;
    opacity: 0
}

.create_scene .create_left .page_tpl_container img {
  margin: 0 auto;
  max-width: 80px;
  height: 130px;
  display: block;
}

.create_scene #longpage_left .longpage-model .page_tpl_container img{
    height: 160px;
}

.create_scene .thumb-tpl {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    background: #fff;
    position: relative;
    width: 320px;
    height: 486px;
    overflow-x: hidden;
    overflow-y: hidden;
    border-right: 1px solid #f6f6f6;
    border-left: 1px solid #F6F6F6
}

#pasteMenu li a div {
    padding-right: 0!important
}

#popMenu,
#pasteMenu,
#triggerMenu {
    border-radius: 0;
    padding: 0!important;
    margin: 0!important
}

#popMenu li,
#pasteMenu li,
#triggerMenu li {
    padding: 1px 1px
}

#popMenu li a,
#pasteMenu li a,
#triggerMenu li a {
    font-weight: lighter;
    color: #676767;
    font-size: 12px;
    height: 30px;
    line-height: 2
}

#popMenu li a div,
#pasteMenu li a div,
#triggerMenu li a div {
    display: inline-block;
    color: #666;
    padding-right: 10px
}

#popMenu li a:hover,
#pasteMenu li a:hover,
#triggerMenu li a:hover {
    background-color: #63ba01;
    color: #fff
}

#popMenu li a:hover div,
#pasteMenu li a:hover div,
#triggerMenu li a:hover div {
    color: #fff
}

#popMenu li a,
#pasteMenu li a,
#triggerMenu li a {
    padding: 3px 10px
}

#popMenu .bottom_bar,
#pasteMenu .bottom_bar,
#triggerMenu .bottom_bar {
    border-top: 1px solid #ccc
}

#popMenu .bottom_bar a,
#pasteMenu .bottom_bar a,
#triggerMenu .bottom_bar a {
    padding: 0;
    width: 18%;
    text-align: center;
    display: inline-block
}

#popMenu .bottom_bar a div,
#pasteMenu .bottom_bar a div,
#triggerMenu .bottom_bar a div {
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center
}

#popMenu .bottom_bar a .down,
#pasteMenu .bottom_bar a .down,
#triggerMenu .bottom_bar a .down,
#popMenu .bottom_bar a .up,
#pasteMenu .bottom_bar a .up,
#triggerMenu .bottom_bar a .up,
#popMenu .bottom_bar a .remove,
#pasteMenu .bottom_bar a .remove,
#triggerMenu .bottom_bar a .remove,
#popMenu .bottom_bar a .up-all,
#pasteMenu .bottom_bar a .up-all,
#triggerMenu .bottom_bar a .up-all,
#popMenu .bottom_bar a .down-all,
#pasteMenu .bottom_bar a .down-all,
#triggerMenu .bottom_bar a .down-all {
    padding-right: 0
}

.createnew-container .#f9f7f7 {
    margin-top: -180px
}

.edit-area-select-container {
    width: 0;
    height: 0;
    background-color: #8bbff9;
    opacity: .5;
    z-index: 99999;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #1362b4
}

.scene-user-guide {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10000
}

.scene-user-guide .menu-tool-bar {
    position: fixed;
    left: 0;
    right: 184px;
    top: 0;
    height: 50px;
    background: rgba(0, 0, 0, .7)
}

.scene-user-guide .tool-bar-setting {
    position: fixed;
    top: 0;
    width: 40px;
    right: 144px;
    height: 50px;
    background: rgba(0, 0, 0, .7)
}

.scene-user-guide .page-template {
    position: fixed;
    left: 0;
    top: 50px;
    bottom: 0;
    width: 290px;
    background: rgba(0, 0, 0, .7)
}

.scene-user-guide .page-manager {
    position: fixed;
    top: 50px;
    right: 0;
    bottom: 0;
    width: 184px;
    background: rgba(0, 0, 0, .7)
}

.scene-user-guide .page-edit-area {
    position: fixed;
    left: 290px;
    top: 50px;
    right: 184px;
    bottom: 0;
    background: rgba(0, 0, 0, .7)
}

.scene-user-guide .tool-bar-no-guide {
    position: fixed;
    top: 0;
    right: 0;
    width: 144px;
    height: 50px;
    background: rgba(0, 0, 0, .7)
}

.scene-user-guide .menu-tool-bar.active,
.scene-user-guide .page-template.active,
.scene-user-guide .page-manager.active,
.scene-user-guide .page-edit-area.active,
.scene-user-guide .tool-bar-setting.active {
    background: 0 0;
    border: 2px solid red;
}

.scene-user-guide .scene-guide-info {
    width: 1000px;
    margin: 0 auto
}

.scene-user-guide .scene-guide-info .tooltip.right,
.scene-user-guide .scene-guide-info .tooltip.left,
.scene-user-guide .scene-guide-info .tooltip.bottom,
.scene-user-guide .scene-guide-info .tooltip.tooltip_setting {
    position: absolute;
    display: inline-block;
    opacity: 1;
    width: 330px;
    height: 120px;
    left: 298px;
    top: 50%;
    margin: -100px 10px 10px;
    font-size: 14px
}

.scene-user-guide .scene-guide-info .tooltip.right .tooltip-inner,
.scene-user-guide .scene-guide-info .tooltip.left .tooltip-inner,
.scene-user-guide .scene-guide-info .tooltip.bottom .tooltip-inner,
.scene-user-guide .scene-guide-info .tooltip.tooltip_setting .tooltip-inner {
    padding: 20px 0;
    border-radius: 0;
    max-width: inherit;
    height: 100%
}

.scene-user-guide .scene-guide-info .tooltip.right .tooltip-inner .tooltip-know,
.scene-user-guide .scene-guide-info .tooltip.left .tooltip-inner .tooltip-know,
.scene-user-guide .scene-guide-info .tooltip.bottom .tooltip-inner .tooltip-know,
.scene-user-guide .scene-guide-info .tooltip.tooltip_setting .tooltip-inner .tooltip-know {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 36px;
    background: #08a1ef;
    line-height: 36px;
    cursor: pointer
}

.scene-user-guide .scene-guide-info .tooltip.left {
    right: 270px;
    left: inherit
}

.scene-user-guide .scene-guide-info .tooltip.left .tooltip-inner {
    padding-left: 30px;
    text-align: left;
    height: 140px
}

.scene-user-guide .scene-guide-info .tooltip.left .tooltip-inner .tooltip-know {
    text-align: center;
    bottom: 0
}

.scene-user-guide .scene-guide-info .tooltip.bottom {
    top: 68px;
    left: 50%;
    margin: 0 0 0 -150px
}

.scene-user-guide .scene-guide-info .tooltip.tooltip-setting {
    top: 68px;
    left: inherit;
    right: 40px;
    margin: 0;
    height: 170px
}

.scene-user-guide .scene-guide-info .tooltip.tooltip-setting .tooltip-inner .tooltip_setting_head {
    margin: 0 0 8px -30px
}

.scene-user-guide .scene-guide-info .tooltip.tooltip-setting .tooltip-inner p {
    float: left;
    margin: 3px 5px;
    width: 150px;
    text-align: center
}

.scene-user-guide .scene-guide-info .tooltip.tooltip-edit {
    right: 284px;
    left: inherit
}

.scene-user-guide .scene-guide-info .tooltip.tooltip-edit .tooltip-inner {
    padding: 20px 0 0 42px;
    text-align: left;
    height: 140px
}

.scene-user-guide .scene-guide-info .tooltip.tooltip-edit .tooltip-inner .tooltip-know {
    text-align: center;
    bottom: 0
}

.nav_top_list .save_template .my-tpl-title {
    position: absolute;
    top: 7px;
    left: 10px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

.nav_top_list .save_template .btn-group {
    position: absolute;
    top: 7px;
    left: 40px;
    color: #fff;
    padding-left: 3px;
}

.nav_top_list .save_template .btn-group .btn {
    padding: 0;
    background-color: transparent;
    height: 30px
}

.nav_top_list .save_template .btn-group .btn:focus {
    outline: 0
}

.nav_top_list .save_template .btn-group .btn a {
    height: 30px;
    font-size: 14px;
    line-height: 28px;
    color: inherit
}

.nav_top_list .save_template .btn-group .btn a:hover {
    color: #fff
}

.nav_top_list .save_template .btn-group .dropdown-toggle {
    width: 27px
}

.nav_top_list .save_template .btn-group .dropdown-toggle-mouseover {
    color: #fff!important
}

.nav_top_list .save_template .btn-group .dropdown-menu {
    display: block;
    min-width: 90px;
    padding: 0;
    font-size: 12px
}

.nav_top_list .save_template .btn-group .dropdown-menu li {
    overflow: hidden
}

.nav_top_list .save_template .btn-group .dropdown-menu li a {
    width: 100%;
    height: 30px;
    line-height: 22px
}

.nav_top_list .save_template .btn-group .dropdown-menu li a:hover {
    background-color: #56c6ff;
    color: #fff
}

.nav_top_list .save_template .btn-group .dropdown-menu li .template-active {
    background-color: #56c6ff;
    color: #fff
}

.nav_top_list .save_template .btn-group .dropdown-menu li span {
    display: inline-block;
    width: 26px
}

.load-err {
    padding: 10px
}

.cas,
.lock {
    z-index: 1000;
    position: absolute
}

.finger_div {
    position: absolute;
    width: 200px;
    height: 200px;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -100px;
    z-index: 1000;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none
}

.finger_background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    background-size: cover!important
}

.finger_kuang {
    width: 180px;
    position: absolute;
    left: 70px;
    top: 160px
}

.finger_zw {
    width: 140px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -70px;
    margin-top: -70px;
    -webkit-touch-callout: none;
    -webkit-user-select: none
}

.finger_line {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    display: none;
    width: 180px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -90px;
    margin-top: 70px
}

.finger_info {
    color: #fff;
    position: absolute;
    top: 130px;
    left: 0;
    width: 320px;
    text-align: center;
    font-size: 14px
}

.main-page.z-current {
    z-index: 1;
    display: inline-block
}

.z-current {
    opacity: 1
}

.main-page.z-active {
    z-index: 2!important;
    display: block!important
}

.phone-view .tip {
    z-index: 10000;
    font-size: 24px;
    position: absolute;
    width: 180px;
    top: 320px;
    text-align: center;
    background-color: #000;
    opacity: .8;
    color: #fff;
    line-height: 50px;
    border-radius: 10px;
    filter: alpha(opacity=80);
    left: 50%;
    margin-left: -90px;
    word-wrap: break-word
}

.head-img {
    position: absolute;
    bottom: 8px;
    right: 10px;
    z-index: 2;
    cursor: pointer
}

.head-img img {
    border-radius: 3px;
    width: 30px;
    height: 30px
}

.head-img .scene-headimg {
    background-color: #78e004;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    display: block
}

.tab-line li {
    float: left;
    margin-right: 60px;
    position: relative
}

.tab-line li a {
    height: 40px;
    padding: 6px 11px 0 11px;
    display: block;
    color: rgba(255, 255, 255, .8)
}

.tab-line li a:hover,
.tab-line li a.active {
    color: #fff
}

.tab-line li a:hover::before,
.tab-line li a.active::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.tab-line li a:before {
    content: "";
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f36;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 250ms ease;
    transition: transform 250ms ease
}

.info {
    position: relative
}

.info .creat-scene {
    position: absolute;
    right: 0;
    bottom: 25px;
    text-align: center
}

.info .creat-scene a {
    width: 170px;
    height: 60px;
    line-height: 60px;
    display: block;
    background-color: #ea1f64;
    border-radius: 30px;
    color: #fff;
    font-size: 12px
}

.info .creat-scene a:hover {
    background-color: #ff528d
}

.info .creat-scene a em,
.info .creat-scene a span {
    float: left
}

.info .creat-scene a em {
    font-size: 20px;
    padding-left: 20px;
    padding-top: 18px
}

.info .creat-scene a span {
    padding-left: 15px;
    padding-right: 5px
}

.childcat .cat-list {
    float: left
}

.sample-scene {
    line-height: 30px
}

.sample-scene .scene-name {
    padding-right: 40px;
    color: #a3afb7
}

.sample-scene span {
    display: inline-block
}

.creat-blank {
    padding: 20px
}

.creat-blank:hover .creat-content {
    color: #ea1f64
}

.creat-blank .creat-content {
    color: #a3afb7;
    height: 320px;
    padding-top: 120px;
    border: 1px dashed #ccd5db
}

.creat-blank .creat-content i {
    font-size: 40px;
    padding-bottom: 30px
}

.creat-blank .creat-content i,
.creat-blank .creat-content span {
    display: block;
    text-align: center
}

.sample-childcat .cat-list {
    float: left;
    width: 280px;
    height: 90px;
    overflow: hidden;
    margin-right: 20px;
    background-color: #fff;
    padding: 15px;
    border-top: 3px solid #08a1ef
}

.sample-childcat .cat-list:nth-child(1) {
    border-color: #f2a653
}

.sample-childcat .cat-list:nth-child(2) {
    border-color: #7171ef
}

.sample-childcat .cat-list:nth-child(3) {
    border-color: #44cb83
}

.sample-childcat .cat-list:nth-child(4) {
    margin-right: 0
}

.sample-childcat .cat-list li {
    display: inline-block;
    padding-bottom: 10px
}

.sample-childcat .cat-list li.active a {
    color: #63ba01
}

.sample-childcat .cat-list li:last-child span {
    display: none
}

.sample-childcat .cat-list span {
    padding: 0 10px
}

.sample-childcat .cat-list a {
    font-size: 12px
}

.sample-childcat .cat-list a:hover {
    color: #63ba01
}

.sample-childcat .cat-list:last-child {
    margin-right: 0
}

.create-user-guide {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, .7)
}

.create-user-guide .carousel-user-guide {
    position: absolute;
    left: 50%;
    margin-left: -480px;
    top: 50%;
    margin-top: -320px;
    width: 960px;
    height: 640px;
    padding: 30px 40px 60px
}

.create-user-guide .carousel-user-guide h2 {
    width: 100%;
    height: 50px;
    font: 18px/50px "microsoft yahei";
    background-color: #bbb;
    color: #666;
    padding-left: 20px
}

.create-user-guide .carousel-user-guide h2 span {
    float: right;
    display: inline-block;
    padding-right: 15px;
    font-size: 30px;
    cursor: pointer
}

.create-user-guide .carousel-user-guide .carousel-user-guide-container {
    position: relative;
    background-color: #fff;
    padding: 30px 40px 60px
}

.create-user-guide .carousel-user-guide .carousel-user-guide-container .carousel {
    position: relative;
    background-color: #ccc;
    padding: 10px 65px
}

.create-user-guide .carousel-user-guide .carousel-user-guide-container .carousel .carousel-indicators {
    display: none
}

.create-user-guide .carousel-user-guide .carousel-user-guide-container .carousel a {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 40px;
    line-height: 41px;
    background-color: #fff;
    font-size: 34px;
    margin-top: -20px;
    color: #ccc;
    font-weight: 600
}

.create-user-guide .carousel-user-guide .carousel-user-guide-container .carousel a:hover {
    color: red
}

.create-user-guide .carousel-user-guide .carousel-user-guide-container .carousel .prev {
    left: 0
}

.create-user-guide .carousel-user-guide .carousel-user-guide-container .carousel .next {
    right: 0
}

.create-user-guide .carousel-user-guide .carousel-user-guide-container .operation {
    position: absolute;
    right: 40px;
    bottom: 10px;
    width: 100px;
    height: 36px;
    padding: 0;
    border-radius: 0
}

.about-contain p {
    font-size: 12px
}

.about-contain .about-main {
    padding-top: 36px;
    padding-bottom: 30px
}

.about-contain .shuoming p {
    padding: 0 40px;
    text-align: left
}

.about-contain .header {
    background-color: #fff
}

.about-contain .logo {
    font-size: 32px;
    color: #63ba01;
    padding: 9px 0;
    display: block
}

.about-contain .box-shadow {
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .15)
}

.about-contain .about-bg {
    background-color: #fff
}

.about-contain .about-eqx {
    text-align: center;
    padding: 40px 0
}

.about-contain .about-eqx p {
    line-height: 30px
}

.about-contain .about-eqx h1 {
    font-size: 36px;
    padding-bottom: 40px
}

.about-contain .product {
    margin-top: 30px;
    padding-left: 40px;
    padding-right: 40px
}

.about-contain .list {
    float: left;
    border: 1px solid #ccd5db;
    width: 50%
}

.about-contain .list .product-img {
    height: 320px;
    padding-top: 82px
}

.about-contain .list p {
    border-top: 1px solid #ccd5db;
    padding: 20px;
    height: 160px;
    text-align: left
}

.about-contain .pro-one {
    border-right: none
}

.about-contain .pro-one .product-img {
    padding-top: 55px
}

.about-contain .meiti-content {
    margin-top: 30px
}

.about-contain .meiti-content h2 {
    font-size: 18px
}

.about-contain .meiti-content img {
    float: left
}

.about-contain .meiti-content .meiti-list {
    margin-bottom: 20px
}

.about-contain .meiti-content .meiti-list img {
    margin-right: 20px
}

.about-contain .meiti-content .meiti-list .meiti-jieshao {
    text-align: left;
    font-size: 12px
}

.about-contain .meiti-content .meiti-list .meiti-jieshao p:last-child {
    line-height: 18px
}

.about-contain .meiti-content .meiti-list:last-child {
    margin-bottom: 0
}

.about-contain .line {
    border-left: 1px solid #ccd5db
}

.about-contain .meiti {
    float: left;
    width: 50%;
    padding-left: 40px
}

.about-contain .meiti p a {
    color: #63ba01
}

.about-contain .fuli {
    margin-top: 30px
}

.about-contain .fuli .fuli-slide {
    float: left;
    width: 50%
}

.about-contain .fuli span {
    line-height: 18px;
    font-size: 12px
}

.about-contain .fuli .fuli-list {
    margin-bottom: 20px;
    text-align: left;
    padding-left: 40px
}

.about-contain .fuli .fuli-list img {
    padding-right: 10px
}

.about-contain .fuli .fuli-list:last-child {
    margin-bottom: 0
}

.about-contain .more {
    margin-top: 40px;
    width: 100%;
    float: left
}

.about-contain .more a {
    border: 1px solid #e6e6e6;
    color: #666;
    border-radius: 2px;
    font-size: 12px;
    padding: 5px 40px
}

.about-contain .more a:hover {
    background-color: #63ba01;
    border-color: #63ba01;
    color: #fff
}

@media screen and (max-width:400px) {
    .about-contain .content_center {
        width: 100%
    }
    .about-contain .shuoming p {
        padding: 0 10px;
        text-align: left
    }
    .about-contain .about-main {
        padding-top: 25px;
        padding-bottom: 20px
    }
    .about-contain .shuoming {
        padding: 0 20px
    }
    .about-contain .about-eqx {
        padding: 20px 0
    }
    .about-contain .about-eqx h1 {
        font-size: 20px;
        padding-bottom: 20px
    }
    .about-contain .about-eqx p {
        font-size: 12px;
        line-height: 25px
    }
    .about-contain .list {
        width: 100%
    }
    .about-contain .list .product-img {
        padding-top: 55px;
        height: 220px
    }
    .about-contain .list p {
        text-align: left
    }
    .about-contain .pro-one .product-img {
        height: 220px
    }
    .about-contain .pro-two img {
        max-width: 320px
    }
    .about-contain .meiti {
        width: 100%;
        padding-left: 20px;
        text-align: left
    }
    .about-contain .meiti-content .meiti-list img {
        margin-right: 10px;
        float: none;
        margin-bottom: 10px
    }
    .about-contain .meiti-content .meiti-list:last-child {
        margin-bottom: 20px
    }
    .about-contain .fuli .fuli-slide {
        width: 100%;
        text-align: center
    }
    .about-contain .fuli .fuli-slide .fuli-list {
        padding-left: 20px
    }
    .about-contain .fuli .fuli-slide .fuli-list img {
        width: 70px;
        height: 70px
    }
    .about-contain .fuli .fuli-slide .fuli-list span {
        display: block
    }
    .about-contain .fuli .fuli-slide .fuli-list:last-child {
        margin-bottom: 20px
    }
    .about-contain .line {
        border: none
    }
    .about-contain .more {
        margin-top: 0
    }
}

.upload-console .#f9f7f7 {
    width: 900px;
    top: 100px
}

.upload-console .container {
    width: 880px;
    padding: 20px
}

.upload-console .container button.btn {
    padding: 0
}

.upload-console .well {
    height: 100px
}

.upload-console canvas {
    background-color: #f3f3f3;
    -webkit-box-shadow: 3px 3px 3px 0 #e3e3e3;
    -moz-box-shadow: 3px 3px 3px 0 #e3e3e3;
    box-shadow: 3px 3px 3px 0 #e3e3e3;
    border: 1px solid #c3c3c3;
    height: 100px;
    margin: 6px 0 0 6px
}

.upload-console .my-drop-zone {
    border: dotted 3px #08a1ef
}

.upload-console .nv-file-over {
    border: dotted 3px red
}

.upload-console .another-file-over-class {
    border: dotted 3px green
}

.upload-console #upload_btn {
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.upload-console #uploadBtn {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0
}

#btn-toolbar {
    position: absolute;
    z-index: 1061;
    display: none;
    top: 100px;
    left: 50%;
    margin-left: -220px;
    background: #fff;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .3)
}

#btn-toolbar .selected-size {
    background-color: #63ba01;
    color: #fff
}

#btn-toolbar .selected-color {
    border: 1px solid #fff;
    opacity: .7;
    outline: 1px solid #63ba01;
    color: #63ba01
}

#btn-toolbar .selected-blue-color {
    color: #fff
}

#btn-toolbar a {
    color: #63ba01
}

#btn-toolbar a i:before {
    cursor: pointer
}

#btn-toolbar .btn.first-child:hover {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

#btn-toolbar .btn.last-child:hover {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

#btn-toolbar .btn-group {
    border: 0;
    text-decoration: none;
    text-shadow: rgba(0, 0, 0, .3) 0 1px 1px!important;
    margin: 0;
    height: 36px;
}

#btn-toolbar .btn-info {
    background-color: #f0f0f0;
    border-color: transparent
}

#btn-toolbar .size-menu {
    color: #000;
    min-width: 100px
}

#btn-toolbar .color-btn {
    border-bottom: 2px solid #08a1ef;
    padding-bottom: 2px;
    margin-bottom: -2px;
    font-size: 12px;
    top: -1px
}

#btn-toolbar .bgcolor-btn {
    background-color: #d0d0d0;
    padding: 2px;
    margin: -2px
}

#btn-toolbar .color-menu,
#btn-toolbar .bgcolor-menu {
    min-width: 140px;
    padding: 3px;
}

#btn-toolbar .color-menu li,
#btn-toolbar .bgcolor-menu li {
    float: left;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    width: 20px;
    height: 20px;
    margin: 3px;
    cursor: pointer;
    overflow: hidden
}

#btn-toolbar .color-menu li a,
#btn-toolbar .bgcolor-menu li a {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0
}

#btn-toolbar .color-menu .glyphicon-remove,
#btn-toolbar .bgcolor-menu .glyphicon-remove {
    color: #b680b0;
    line-height: 16px
}

#btn-toolbar .fontname-menu li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center
}

#btn-toolbar .fontname-menu li img {
    vertical-align: middle
}

#btn-toolbar .fontname-menu li a:hover {
    background-color: #63ba01
}

@font-face {
    font-family: Allura-Regular;
    src: url(/assets/fonts/Allura-Regular.woff)
}

@font-face {
    font-family: Sitka-Regular;
    src: url(/assets/fonts/Sitka-Regular.woff)
}

@font-face {
    font-family: Amaranth-Regular;
    src: url(/assets/fonts/Amaranth-Regular.woff)
}

@font-face {
    font-family: Anton-Regular;
    src: url(/assets/fonts/Anton-Regular.woff)
}

@font-face {
    font-family: Arial-Regular;
    src: url(/assets/fonts/Arial-Regular.woff)
}

@font-face {
    font-family: Arialnarrow-Regular;
    src: url(/assets/fonts/Arialnarrow-Regular.woff)
}

@font-face {
    font-family: Arialroundedmtbold-Regular;
    src: url(/assets/fonts/Arialroundedmtbold-Regular.woff)
}

@font-face {
    font-family: Banglasangammn-Regular;
    src: url(/assets/fonts/Banglasangammn-Regular.woff)
}

@font-face {
    font-family: Blackopsone-Regular;
    src: url(/assets/fonts/Blackopsone-Regular.woff)
}

@font-face {
    font-family: Bradleyhand-Bold;
    src: url(/assets/fonts/Bradleyhand-Bold.woff)
}

@font-face {
    font-family: Cabinsketch-Bold;
    src: url(/assets/fonts/Cabinsketch-Bold.woff)
}

@font-face {
    font-family: songti;
    src: url(/assets/fonts/songti.woff)
}

@font-face {
    font-family: weiruanyahei;
    src: url(/assets/fonts/weiruanyahei.woff)
}

@font-face {
    font-family: mnjbwks;
    src: url(/assets/fonts/mnjbwks.woff)
}

@font-face {
    font-family: fzjz;
    src: url(/assets/fonts/fzjz.woff)
}

@font-face {
    font-family: fzxy;
    src: url(/assets/fonts/fzxy.woff)
}

@font-face {
    font-family: fzzy;
    src: url(/assets/fonts/fzzy.woff)
}

@font-face {
    font-family: hzgb;
    src: url(/assets/fonts/hzgb.woff)
}

@font-face {
    font-family: changyi;
    src: url(/assets/fonts/changyi.woff)
}

@font-face {
    font-family: daiyuti;
    src: url(/assets/fonts/daiyuti.woff)
}

@font-face {
    font-family: dieyuti;
    src: url(/assets/fonts/dieyuti.woff)
}

@font-face {
    font-family: lingxinti;
    src: url(/assets/fonts/lingxinti.woff)
}

@font-face {
    font-family: liuzihei;
    src: url(/assets/fonts/liuzihei.woff)
}

@font-face {
    font-family: qingkongti;
    src: url(/assets/fonts/qingkongti.woff)
}

@font-face {
    font-family: qingyunti;
    src: url(/assets/fonts/qingyunti.woff)
}

@font-face {
    font-family: shuaixianti;
    src: url(/assets/fonts/shuaixianti.woff)
}

@font-face {
    font-family: yuandieti;
    src: url(/assets/fonts/yuandieti.woff)
}

@font-face {
    font-family: zongyiti;
    src: url(/assets/fonts/zongyiti.woff)
}

@font-face {
    font-family: lilianghei;
    src: url(/assets/fonts/lilianghei.woff)
}

@font-face {
    font-family: xiaobozhezhiti;
    src: url(/assets/fonts/xiaobozhezhiti.woff)
}

.colorpicker-visible,
.colorpicker-visible .dropdown-menu {
    display: block!important
}

colorpicker-saturation {
    display: block;
    width: 100px;
    height: 100px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAFJhJREFUeAGMU+/q4kAMzFYf4LgP96a+q4c+gSIqxf/r5maWDoTgz15gmM0kW5uMLa21v2b2G6jAG2iEzqUU6q5c/OlMuHtL/ULNd5TP6EJ1RP7NuXvKE397jmbg7MrzHI748T1UA3eopyGQV2qK1+vVHo/Hm1itVm0J7Q+afwGMmgeRphf7Noh6lCeuHJAvm/X8rAQNlw2VScoj6863OQjl2ZB3qkeu5Lh0RJ3qynuNjJA21FppQAHa8/l83263No5jOxwOttlsbL1e2xIXXpMZzzRsXoTw34bQgLiQbKh6M9SXDBSypn4XGOSkGUO1cJdn1Yh4/qYVgctmGSwXyARNcOSFRuBMHvA1GMzwy+Vix+PRdrvdYrvd2vl87oZYDCxBL9B/jEyopghzlNjL0DlB+gAoPNXyOfa3oA9puXonyVHzdH+g9MEISa5z0qUNkwkm6MJkxALg8mlMAxvNwBfhYLvf7w50vl6vBV9H2e/3BjYateQDY8gM5bmWovygdyEb87k/G5Zz9c/2zfEQFysO5nDJ6mMel91Z//pwFpygIWIaMXE3AoYssPBCI/B12DiONMT5VZxOJ0f+j/MyWo5chYGowfn/j03lNXBpl85Up8d46u6DChBMvKv2UePrrAsChtdLTi73oEBjFDYpmIp/KSgRhRw357sXuHLknRgI8d90F8QL761oI8iQeJqvUOGnAoEkgNblF13iiJASZCwhLkG+v7/Halvt5+enr7x+02lZOwKymJ7jMAXK32RxaXnNxfXzCOkCxTO2I3NiR0i9gAjQLLoVHkKG8pCi0UT4Q0h5xUFIlBJEYmg+1yg6TrUq+YfEWKK0lWsSS8+DkNvCWtvJXu0UbDyH/NYjoDHFybPd/cPeficiW5LvkVdBNY4UoIqOQMwPBXm9vUYIVCj3GkXCCo1tRS//uMhYoVG3q46HaBQtamESTs/+0o92hOTaBbqjBwpu8reCuzAP4rkXpQBzQwbhZxD7jNYEAS4CI2Rg4hLitPUor2hGh6j4hQ5FfWt8LQF+SwyJIpGUV05nu56VHqJhR8ybb+Q+/dnPYZYSigIICvY3xfYxCckz/qazprjDiFJ+5DWVwscaMpSDgkleI2uutaKk5kPFNTqO8pBDlBQZEqKvoJXp7+lxzx7Cuoqp2M7zlrm5JbH/9oZ/GLdzBGf9FNmmvPi+h2FXnm8L5WhdCMJNyr1D6yvKP1rFQYgSjWpteE0JMraEME8ykpzo/0/+wcg5yGHMooegQYIRyXU1i52tCSfn9oSQFH+Fe4jypxs3RHA+xNCcNUZ+BXRg7iu0lhgDAesisSfE6UA0iudz9sNHKChek5eBX9a+FwKkKQ+Nd6JljkLX6B4x2L8hhHOsVdhR4iHEEe1LeWJCSI2tCo9AU3OIKHGgbupv6NvyRciGgMzPPLP5LmhPdKTx8qgSWIXxVkZx8QJihmCvPP8nE6IRXniKT9GThhKF0QkZal3KQYcLgn+s8YwWJiNnLVL4mOz1b+4piM8/+YYb8xNlLoASXqC7c9DCOokhl4RAKgSkCNM9wklBOPL4BIJoblQggsb8Km9W/IlIJkKrPN4xEETPwtS3hczrp8//pxmzpoUIBfeSO8r8/OE59wgTIsnIb4yBj7Cft6pYI8Sbh5TBD749IANSlKPgJQQmrr0uUfjbCnlV/V9OCfLpDc9b0nw4x3bznAbWFAyfUeBLEIhA3uaCKifFyUBg8pg+Ro8nOCVOintKoy0xj5bFvhNCQMAfoUqgc8UwMRot8dWy/qPcDHQk5XkgOPD97//Gl/xC2kKlkhl2V4pMQmAON+22E+4XgIzMKYMSmp7S0ymTcpYEYM6eVjKlJV25HgYguZ6lD1hR4S4byoxRwMUQjm87MYVxrW19nCqbgTD4kSEde7FlxcF4tKDCPu41lBUKa7tjgGuHJuPCwpBPdcONuVTiMEMgbPpugJE0+GIRusL+yD9qGhrP05ClFHfOuppZeV4ZkgyJdJc3dkxh0+8YDBpbsyuxrXYzV4VfmJLFwxdAEq7azIj9Yw9AuUCjEL3I7pD1xgo0BPv5Y2U9MCBvegpGxq9/vK7BftOQssP3ueL+HfJwLkAqVLlgPH9CF7phgMoKj/X8EjiNCtGQHzFU9mM7gsR8W/5wkuZ9ZUKBcYuWdE3qU2YYqLIllfo5aog2m2haKnlsvP30YUHO+3f9Yu2GrNpW2rYV8id2bM/9KxBPc/QgZQT9AlotQRtgSls1pIDADvo+3hL0bXBU0yxqG4Fx2ZshdXSBaEjZYtIdh/uxQDOrpMV/Biatjj8nzRgq8p0Ud6w9fAwwe+9mSJPWUMWzPG+A21ZWG45nhoQp1RdaBZ1WYDteUQ4gffvH1jomTHlkxk9GTDi5AS0YAODxMoRjMiqsjq/MyqvFFJX9buv6+18Y8mwDyFRH7Dj+T1rBtYivRV1v9mHtiKhfD10QrRFdsxor9Z4bgChAtF22fLsv1sfsGL4B0grazi9DygpagZ0A2s2WBMBmLn0de15D11KG5WSAvh20rB92fEIVwk0jdV2qPdyWr4mYuw75NMua7FFtmZxbkN7qi4DSFgaqQjc75GwDwbgBMkMMAPfD6cR1wpl1o7GftDhMMSPaFmm05+Tv/HWW9aQXbMfiBAZ4cNLdnz6hyAyj7ki9oQYYqdYd4h405JRwXs4DhLKozKhzG65449eQ4i5nX2LKXYjCVDcWF58Y0uJvj2EpY2VN79NzjHlVF8E1M2JZxOzW62rIEhhlywoAMMhrS8dFBJhgMJx5aRxg/fv9rSW9WN7LeQxZPn4bo6ExYgppsWNkQIt2pOAU8DAK8Oh/yK7ECM8pCAboJDTRFNsJQ3ZkBdtFXgV+A5qAEasl4sk2WxjOzn9PY6sZ1ZxJD/p9FMwoc1pjLNhEbLd2eX2Kpv6Y+aSCn8OUxhqyGBOwS9fxUiwDPIXfZw2JeNs+hS2/2R6r2Lfv+S/ivt3PG7eHh3S/52EDDD0j5h9rStliJiQLc5/fW9wP0PNcfB77nmVpX6Js2WaOQwb9OrXLJ9UMz7UmuJaAQj7fjxi6V97wIGftsqVMwcGZN2ZTL30fr7IYkL4xpG/9Y9bV677pUYXfrHk5tzuvoS1aRPX9ScV+3+Mn1FU7YMR6GT8LEP38xs2OyzVZRjIz9mWrIV2lTYo6LLk3BKXGKCM47jycKCb4zb4GzBi0g3Ec0a9OsBVQQsp+YwTjo+Mr9C/MQluIJmIkYYvvzpL2RhuiKT1uttTrK+q74p8siUsR64/nlS3XedcfZgY6kfUsv/FOUZfOlwGTfjyPCxjrRDbCvMLr4vCc9kN26pBR7H8KuW0wHZrkYCzj2+z5WbPCoZM2rISeEwop48KRZdhiPtmYLXNSyZs91YAeH06dow/Vpg3o+W9a/hbgPI5jTnvdx5YxZUbrCY1V7De22qProHXrDL/9B8dlHIuM3QQqUxL7d/pLyyqrzKlV6/2O/F/GBXP6ochjYdiKvQ4saA1ddlTvY/bEkY9Wa1iLkEN2JVavOhxHRlvqMF/XAnEVOJgXy3fAhCgY0N8bC0Nnpl8Lw/bt2LnCnsENO6o5r7bMcn2hONzQswSK2WVbphBy2kcjGqqWNRJQfU6ALwFgHTlo41pWWaE+O4V2zuhYZ1jYinTnvVmcC0Oclck+MgTH1jZU9Ty/VWaUIS42JwFPpkiWyDiZafZDygiJTseTIrc/g5v1qYQ6kgVnT48A+bztNN774MD2U8kDphjxaP18nyGzZBGUh7Y9L1uGvIp6Mq3EePVl7Xxf2/pE9gWI2KTFX2J3xx8Z0jWvnv+VhaG6tr8vkccerdTfdvhaXzTlLUM8t6HNIa9a4DfuDYgCWEaUCQ5jBcz2YI43lgqsrRi21F+pRThPhW5NvqLDK0Nw5E7RV7DKjDreX69/ZVY14wGQ8+HN733OxHGci9MKTBlkMNCSMqJA/udFzgg5IWqXKW9pbwvDu9VxFIjREGtHAS1w7rs4bcXtpIEV1t7H9QdgfmPIGrTmKDAW+gmIFHxNaRl3iCKEvYcsjuPAgTEzQ5zO2SHY3q+FX98oqti8casANPRxL19nx34JWZ9XQJ4r+uOLpmwxZxGyZF8Bcb9lf+dUR0zZgjwCigMKmGltbXG/SzZmUzQlxzMzGCdcmVUDEH3OijXp7k5StNVSh7xnV6Nju98+MaTMaMjK+b7xCy2gD1vk+G54eVxM6PEzM2TLqjJk3IdR/4iG7RSF+y1klQk4jqGvb/h4n6TBQwHZ77GYE0alLzZOTOl1+ShiFvUyBYRJIvSC1PFPfYemMoW+EpWXtaznArCLitWSnX6BKnPOLkTWIT/3vB3SEFemqF+m0Bh7ZIoY13m7IfmhfyxNzsu90j/f65Bn5hSoMSHIvPE+nptWAKesbWRY6xJax/NG30AnvS4AAPkVEOuDmHBk3KJ+dsewIt41+3t8+kqRB85Sy82QAmZmpGrfGnfqejZrKlP8Rv+GIZ0nnWi/Ys74kWzs6Ly7INTfYvA4CshcGL6wpSJ8I1/GtLCs9ji0lQG+vgzBOkmInRh2a0Y1If0DYPmr5vTPwIv9hCWPXyBcjUGL+n+PhWEdL9Rhi390Wv2lxeHRjGZbYR0Os7DWgb0f15VVzPd5XVcgClAZ41se8uE/3efT7Eq7oQXk7xpSB3NcrfAYzGmFLUAL1MwYtabPjBeYXhcAAGolA3vSjJkZ88Zdx6+/pzrEaf35x9XeODgANYTlPox167cOfmJMAbnv4+1QGNA6pAwpg8qInhdAPa4GFTjrKQi5XSAsjrsf0qWSb3sjm+M4vQz5fNEaA1TGTMxo9vVu2wIATgWozlfavegXZJ7h/+3dYY7cOA7F8VQnu/e/5u4dtnqRwThD/KA/ywU0Jl9GQGCZkl0yHx9JSW4nGPRxKXuA8RzG/BygfJchBtujW5Ipzso9R5HGA998fC7MCMX2kYyrC+mrwd9z7+n5ZIMM9bODV8kYUjuEoeTPAyPemVxq0feB+cJ/xJYuKj3qFoL3r0khi4uHLEvLJwitTGlA4pz734whA7A+ElO05MEer2vLt9hPRgoQcVQmBUM6oNf7VxPlOXudyl7AYEI3Yk0z4TOYxXyEVDliCvOZp+NH8cmAEXNmevVk1p7fpr89MZyKP1l9xZIXzPmIdPmkkLlrqEL8bpbu8XUBJOTT+psdPAvPMV1LAnOlvgkIfyPoPsjxMxquUV2ncX/do65KmSvOriY70XSF2OecL0A7Yf08eYKMJeiHuFq7hE+A2V3WUGgE7sEKGHFjTuNKwAfp8HPGLRUA4N+GAv8QaOkqr91Yl9E+ActMDb059ktX92PIolQB+Hx9Ta9voeB8y/4A9mmCqjyzMvY5PhjHMchf7REHZNH15xSTIfafLss/R2hABEKmtPK5VwPszNms7xOwLB8VM5RrqZbprier+Ei/cncBZYzxQkCaIdv+uUvr9Mm3ViKmPIwBk0GAL7N0mRFjWh6z/+d0oRrAVGTMMSZwMwP9dOvW6077IcWUufB3cjnXUspxM2l+YvZwf2PHtFI+vEm/YMbhvGIJ/SI7Q4kyJGJVsk9mjIniD7Os27GEPjLiaLE323Nyimu85GXtMhM3kvs3F8BPsr+NISPNpR0WhKuaxvkSkIeu5PpW1rWqSrvnMqn+nvE4TxkymeA5zOnzcZnn34whtD281rb511sX+5mTPGVmrWWZP1vPd31Xix+gvMGcEwO9RycRvdFm7DH1TMB1VbqnQ1enDMYUWfNwtRelN1Nc32KVuIBA3qlxj6GMpZlhPYB4VIzyt4JhFyN+nXs/FH8vy5p7HlMZIjwyiGNGtCluDOrElNXKG+gEeAcw5j4HVygTbBf4qfTt/V7rP+YX5a7B+S1FFxFBvSeMs06/zfVk3f0Zf98gbJJge9WV6bKW9hP7vG8EeHcMUYxKOLkvY4D+WoDGMQO9TAt31oC2mysDAqhwaWBmf5iTACADEPZDZMJunYJG8NU9IburyOhztPgyjOt4igUE+3xW2SCYm7IFPQJ6z9SvclKKD6tchS0uyz4F/gocYDcjPLaRnTBIVzaex+Mp/pxiyXMAknvq5bZOR/vLBhX0oH8r/v6xx6d27x8FAgU3a2RixRCSooshjxUQPyV+zGooKD+PBUSwLmVfAWa09bOgZ9zQAwZMr/AcR1n10mWlHzaoNrv6WAogdazY9iXHUalOt+8FsJ8nt49rHYAMlxWAzBRYBWbATdkAVIujr22vLNd4Z+Z253pdh8quMQuMCp4NHUcA5PjWieDAjqByANJ1gRV0AcQ0yfioe6Rpldm2M6d/WuVHW7isUJ5lUV4yQ5mgC2y4SYGq/t5vjU8b4xmDynxo/TIi6iX7fgRk/ueQbrSMPY+rbrawAlfgFLA1nylSAHRbbjDj/n36ehk8ZBPome5eRZfV8w/lo+hK7Huso1TqgDkskvoat+L/X3QsGoDM2tHouKDcJmPWeT9kobMvXc+dwrkOhtJeK/Nm/XEXaCx01ssAWtc99rUOAJ6Uu/srhrQyWgn2g4K6GOvZL5TBwwSA742/x7ijZF3F7tfNUi7Lh5grvwbisoxwYReZamaf9VC8cWhVsAuV4Y5oYyaNcdAuoPa1TcPQZX3v/y16+N55kyFTGQIxNLcDpwIvFKe7cU7keHd2VMxrhR+Y+WXnx+xsrPbm4Mf+eTMn1mYGaFrjptDj/ZmkmjaXVWv19slxkTXJynCvnIdL8zdZOnn83A9ZFSTAB4VsSpGmyipunCjuGN9liwzZs8ddwQVEyzeyuGPYD7APuOS6o7aO9xWo/P3fbrnF8e5y2+7Lnamvyg8GKNeKog2m2NaW+SjwLCQhlr5/M6DamjnNlAbJLKtBaQZU226Ru2KbCe+Ph6Tk3THb/v5zaRQ7yz4M6usa1HywJU50n+7bgb4Z0sC2XIa8P56+JvvuWHTaa6kgbLn7ELvV9bU76A0+hpTKuh3PoryDwKvrflwx5F/1IMaK9wrK+h3ltf/+bb8d5d8/XdZ//txS/N9hxfdvGNg/ZQT1//4fih7V/hdi/qwAAAAASUVORK5CYII=);
    cursor: crosshair;
    float: left
}

colorpicker-saturation i {
    display: block;
    height: 7px;
    width: 7px;
    border: 1px solid #000;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    margin: -4px 0 0 -4px
}

colorpicker-saturation i::after {
    content: '';
    display: block;
    height: 7px;
    width: 7px;
    border: 1px solid #fff;
    border-radius: 5px
}

colorpicker-hue,
colorpicker-alpha {
    width: 15px;
    height: 100px;
    float: left;
    cursor: row-resize;
    margin-left: 4px;
    margin-bottom: 4px
}

colorpicker-hue i,
colorpicker-alpha i {
    display: block;
    height: 2px;
    background: #000;
    border-top: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: -1px
}

colorpicker-hue {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAMAAABw8qpSAAABLFBMVEUA/z8AuP//JAAA/33/3AAA/1ABAv8A/7r/AH7/jgD2AP8A//j/AEHmAP/XAP/HAP+4AP//ALyoAP+aAP+JAP97AP9rAP9cAP9MAP8+AP8tAP8fAP8PAP8ATv//AG7/cAD/vgD/APoAmv//ADH/AKwB/wMA5//4Eg4AL///AOr/UQD/nwAA/27/7AAA/+kAe/8Ayf8A/5sA/zEA/6z/ABEAEP8A/17/MgAA/9n/ACL/gAD/AJ0AXP8Aqv//AMoA/yHqFBb/zAD/AGD/ANsA9//1/wDk/wDV/wDF/wC3/wD/AI2m/wD/FACY/wCI/wB5/wBp/wD/YgBb/wBK/wA8/wAs/wAd/wAN/wAAPv8A/xH/AFAAi///rQAA/8r/+gAA1///QwAAH/8Abf8A/43c/JNGAAAAiUlEQVR4AQXBg2EDAAAAsMy2bds2ttp2+/8PTby79mDLsKJPq/oFPdk24dWXAxsGjRg1ZtykKdNmzJozb8GiJct63WjYl7fiWdOZkk0vOpyr2fVtyKl7FX2uXGjpcuxWDy69KdiRk5WRlpIUFxMVERLw78+vH1Unun1YV3ZkwKM1CYfq7nQK22sD03ITV2Aqp0IAAAAASUVORK5CYII=)
}

colorpicker-alpha {
    display: none
}

colorpicker-alpha,
.colorpicker-color {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAABkCAMAAACIElGlAAADAFBMVEUAAADT09PT09P////T09P////e3t7q6urT09Px8fHT09P////////T09PT09P////////T09PT09P////////////T09PT09P////////////T09P////T09PT09PT09P////T09PT09P////////////////T09P////T09PT09P////T09PT09PT09PT09PT09PT09P////T09P////T09PT09P////////////T09P////T09P////////////T09PT09P////T09P////////////////////T09P////////T09PT09P////////////////////////T09PT09P////////////////////////T09PT09P////T09PT09P////////T09P////////////T09P////////T09P////T09P////T09P////T09PT09PT09PT09P////T09PT09PT09PT09PT09PT09P////T09P////T09PT09P////////////T09PT09PT09P////T09PT09PT09PT09PT09PT09PT09P////////////////T09PT09P////////////T09P////////T09P////T09PT09PT09P////////T09P////////T09P////T09PT09P////////////////T09PT09PT09PT09P////T09PT09PT09PT09PT09PT09PT09P////T09P////T09PT09PT09PT09PT09P////////////////////////////////////T09P////T09P////T09P////T09PT09P////////////T09P////T09P////T09P////////////T09PT09P////////////////T09PT09P////T09P////T09PT09P////T09P////T09PT09P////T09PT09PT09PT09P////T09PT09P////////////T09PT09P////T09P////////T09MQsm1FAAABAHRSTlMAgJN8/vcDAfcCnJyGaZmZlomGk4yJOmM/eTxs8wY0YDFC7HNdLx18n5/7aUvzCcW9+qKiK8P0ZiltRwfdw/n8Px3WduJjItj78ss5PDHUNELbwP5wplA2FglEVwvkqNarCs4Z7b2sDLgQ0xNdyLrr0eLLUeW1Vs5TWQLwjPI3ZvQGdvxFyFrAeevaLCLvGd0kpRskGyf4qK605xKvFrGyDRHnBYMEkJaDkIBvB/gpH99O6CrbIC4nH3Lg2SXp4A7Qul/GDEgPSlMQ6LjqFU0SjyCCj5V/gnBN7xglL3O70WBU7gjFFEfft0sPTo1ndRipwXr2yRemWRVENq+ytbGuxGaWGQAAAnpJREFUeNpNxmdcDHAAxvEHOWXvmXX23ntv2XvvMg/Z44x0KaRBSnfcKSqlnYZKp1QqGpT20KZh783/eePj+3vzw3/q/AM9iURPTy6XS+RwcXNzcZMQTE1dTE3bE7y9S0u9xxD600rCGtpI2ErOsbGxzoiMrIqscnaOi4vDdnp4XYSrguwxQSb7KpMllycnl2MFaTSaTxrY5NrY5BoKb2BnZ2doZ29vb2OPSdSd4Bcc7OcXGhqamgqrYCsrq+mEiEtC3gUBDg55Dg53IkQYSYG+gb6+GEqB5wV0o5D8/JAQdKK5hA40n3BS+L6c0JJmE+ZQW8JEak1YQJ0Jq+jbaQEPnotGE+IrK+Pj+xKqU6pTUrIDAgKysZ+WEY5QQkJxcQIO0WrCUbL4YmFhgZ3UlVAUHR1d1JEwjVoRRpDJKxMTE/ShBoRR1I6whLyyvLyyUFAQFhbWhTCFFArFawXOCu/bEHpQLYKnZ0aGZw2CR1qah0dmpqurK+pTU0ILakJoTi+PC7j5RHTrqQg1qRkh3T3d3b0xoSE1ItSleoSe1IswmIYQPl8UlhLWkaOj41tHbKENBLX6j1qt/KFUKnFN+Onk9NvJCQdJpfqlUqGiIjExcRthN91/JsJmGkhYRO/OCBhHwwgxMWUxZQMIu8j8o7m5OfbRLMJh2kTYQ1FRhYVR2EHzCOtpMmEG3SUsJEvLoKAg2Prb2tqOJYSH+/uH33shwlTaS1hLBwhX6AYX2tuiRwStVntOa5yUZJwEqbREKjUi5Bjl5BhZW1uXWOMYGRBOnNDX1zfoxz1FwwkfSJfgo6vr41P7soBBNJ7Qm2YSzHTMzMwmEHRoMf0Fm5mYOUrzNBYAAAAASUVORK5CYII=)
}

.colorpicker {
    top: 0;
    left: 0;
    z-index: 9999;
    display: none
}

.colorpicker colorpicker-hue,
.colorpicker colorpicker-alpha,
.colorpicker colorpicker-saturation {
    position: relative
}

.colorpicker input {
    width: 100px;
    font-size: 11px;
    color: #000;
    background-color: #fff
}

.colorpicker.alpha {
    min-width: 140px
}

.colorpicker.alpha colorpicker-alpha {
    display: block
}

.colorpicker.dropdown {
    position: absolute
}

.colorpicker.colorpicker-fixed-position {
    position: fixed
}

.colorpicker .dropdown-menu::after,
.colorpicker .dropdown-menu::before {
    content: '';
    display: inline-block;
    position: absolute
}

.colorpicker .dropdown-menu::after {
    clear: both;
    border: 6px solid transparent;
    top: -5px;
    left: 7px
}

.colorpicker .dropdown-menu::before {
    border: 7px solid transparent;
    top: -6px;
    left: 6px
}

.colorpicker .dropdown-menu {
    position: static;
    top: 0;
    left: 0;
    min-width: 129px;
    padding: 4px;
    margin-top: 0
}

.colorpicker-position-top:not(.colorpicker-inline) .dropdown-menu::after {
    border-top: 6px solid #fff;
    border-bottom: 0;
    top: auto;
    bottom: -5px
}

.colorpicker-position-top:not(.colorpicker-inline) .dropdown-menu::before {
    border-top: 7px solid rgba(0, 0, 0, .2);
    border-bottom: 0;
    top: auto;
    bottom: -6px
}

.colorpicker-position-right:not(.colorpicker-inline) .dropdown-menu::after {
    border-right: 6px solid #fff;
    border-left: 0;
    top: 11px;
    left: -5px
}

.colorpicker-position-right:not(.colorpicker-inline) .dropdown-menu::before {
    border-right: 7px solid rgba(0, 0, 0, .2);
    border-left: 0;
    top: 10px;
    left: -6px
}

.colorpicker-position-bottom:not(.colorpicker-inline) .dropdown-menu::after {
    border-bottom: 6px solid #fff;
    border-top: 0
}

.colorpicker-position-bottom:not(.colorpicker-inline) .dropdown-menu::before {
    border-bottom: 7px solid rgba(0, 0, 0, .2);
    border-top: 0
}

.colorpicker-position-left:not(.colorpicker-inline) .dropdown-menu::after {
    border-left: 6px solid #fff;
    border-right: 0;
    top: 11px;
    left: auto;
    right: -5px
}

.colorpicker-position-left:not(.colorpicker-inline) .dropdown-menu::before {
    border-left: 7px solid rgba(0, 0, 0, .2);
    border-right: 0;
    top: 10px;
    left: auto;
    right: -6px
}

colorpicker-preview {
    display: block;
    height: 10px;
    margin: 5px 0 3px 0;
    clear: both;
    background-position: 0 100%
}
/*修改*/
.qrcode {
    text-align: center;
    height: 235px;
    width: 235px;
    padding: 17px 0;
    background-color: #FFF;
    position: absolute;
    border: 1px dotted #eee;
}

#home #logo img,
.sample #logo img {
    margin-top: 6px;
    vertical-align: top
}

#home .pv_images_cont img,
.sample .pv_images_cont img {
    width: 235px;
    height: 235px
}

#home .sample_cat,
.sample .sample_cat {
    padding: 60px 0
}

#home .sample_cat .sample_images,
.sample .sample_cat .sample_images {
    float: left;
    width: 765px
}

#home .sample_cat .sample_cats,
.sample .sample_cat .sample_cats {
    float: right;
    background-color: #FFF;
    width: 235px;
    border-bottom: 1px solid #f0f0f0
}

#home .sample_cat .sample_cats ul li,
.sample .sample_cat .sample_cats ul li {
    float: left;
    width: 50%;
    font-size: 16px;
    margin-top: 30px;
    cursor: pointer;
    padding-bottom: 5px
}

#home .sample_cat .sample_cats ul li.hover,
.sample .sample_cat .sample_cats ul li.hover,
#home .sample_cat .sample_cats ul li:hover,
.sample .sample_cat .sample_cats ul li:hover {
    color: #63ba01;
    background: url(images/home/hover.jpg) bottom left no-repeat
}

#home .sample_cat .sample_cats h1,
.sample .sample_cat .sample_cats h1 {
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 30px
}

#home .sample_cat .sample .con_list,
.sample .sample_cat .sample .con_list {
    width: 33.3%
}

#home .sample_cat .con_list p,
.sample .sample_cat .con_list p {
    font-size: 14px;
    color: #676767;
    margin-bottom: 0
}

#home .sample_cat .fixed,
.sample .sample_cat .fixed {
    width: 235px
}

#home .sample_cat .cat-list,
.sample .sample_cat .cat-list {
    padding: 30px 30px 10px 30px;
    background-color: #FFF
}

#home .more,
.sample .more {
    padding-bottom: 50px
}

#home ul li,
.sample ul li,
#home .con_list,
.sample .con_list {
    float: left
}

#home .header,
.sample .header {
    height: 65px;
    line-height: 65px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 50px
}

#home .header ul li,
.sample .header ul li {
    width: 90px;
    cursor: pointer
}

#home .header ul li,
.sample .header ul li {
    font-size: 16px;
    text-align: center
}

#home .header ul li.hover,
.sample .header ul li.hover,
#home .header ul li:hover,
.sample .header ul li:hover {
    font-size: 18px;
    color: #428bca
}

#home select,
.sample select {
    color: #999;
    font-size: 14px;
    padding: 4px 20px
}

#home .con_list,
.sample .con_list {
    background-color: #FFF;
    margin-right: 20px;
    margin-bottom: 44px;
    box-shadow: 2px 2px 3px #d0d0d0
}

#home .con_list:last-child,
.sample .con_list:last-child {
    margin-right: 0
}

#home li.con_list,
.sample li.con_list {
    position: relative
}

#home li.con_list p span.changj_show_num,
.sample li.con_list p span.changj_show_num {
    padding-left: 35px
}

#home li.con_list:first-child p.changj_pv span.changj_show_num,
.sample li.con_list:first-child p.changj_pv span.changj_show_num {
    background: url(images/home/no1.png) no-repeat 0 center;
    background-size: 30px 12px
}

#home li.con_list:nth-child(2) p.changj_pv span.changj_show_num,
.sample li.con_list:nth-child(2) p.changj_pv span.changj_show_num {
    background: url(images/home/no2.png) no-repeat 0 center;
    background-size: 30px 12px
}

#home li.con_list:last-child p.changj_pv span.changj_show_num,
.sample li.con_list:last-child p.changj_pv span.changj_show_num {
    background: url(images/home/no3.png) no-repeat 0 center;
    background-size: 30px 12px
}

#home .con_list p,
.sample .con_list p {
    height: 50px;
    line-height: 50px;
    padding-left: 5px
}

#home .con_list a p,
.sample .con_list a p {
    border-bottom: 1px solid #f0f0f0
}

#home .con_list a:hover p,
.sample .con_list a:hover p {
    color: #63ba01
}

#home .con_list p span.er_name,
.sample .con_list p span.er_name {
    float: right;
    margin-right: 10px;
    margin-top: 10px
}

#home .con_list p span.er_name em,
.sample .con_list p span.er_name em {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    width: 58px;
    text-align: right;
    overflow: hidden
}

#home .con_list p a,
.sample .con_list p a {
    float: right;
    background: url(images/sample/img_14.gif) top center no-repeat;
    text-indent: -9999px;
    display: block;
    height: 30px;
    width: 30px
}

#home .con_list p.anli_name,
.sample .con_list p.anli_name {
    width: 230px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

#home .con_list p a:hover,
.sample .con_list p a:hover {
    background: url(images/sample/erwei_03.png) top center no-repeat
}

#home .mores,
.sample .mores {
    text-align: center;
    margin-top: 50px;
    width: 735px
}

#home .mores a,
.sample .mores a {
    border: 1px solid #e9e9e9;
    background-color: #FFF;
    padding: 15px 90px;
    color: #676767;
    font-size: 16px;
    box-shadow: 2px 1px 2px #d0d0d0
}

#home .mores a:hover,
.sample .mores a:hover {
    color: #63ba01
}

#home .pv_contain,
.sample .pv_contain {
    margin-top: 60px
}

#home .pv_contain .pv_images,
.sample .pv_contain .pv_images {
    float: left;
    width: 765px
}

#home .pv_contain .pv_images .con_list p,
.sample .pv_contain .pv_images .con_list p {
    font-size: 14px;
    color: #676767;
    margin-bottom: 0
}

#home .pv_contain .pv_images a:hover p,
.sample .pv_contain .pv_images a:hover p {
    color: #01b2f1
}

#home .pv_contain .pv_images .con_list a,
.sample .pv_contain .pv_images .con_list a {
    position: relative;
    display: block
}

#home .pv_contain .pv_images .con_list a .numcont,
.sample .pv_contain .pv_images .con_list a .numcont {
    position: absolute;
    top: 0
}

#home .pv_contain .pv_nav,
.sample .pv_contain .pv_nav {
    float: right;
    width: 235px
}

#home .pv_contain .pv_nav ul,
.sample .pv_contain .pv_nav ul {
    padding: 17px 0;
    background-color: #FFF;
    margin-top: 18px
}

#home .pv_contain .pv_nav ul li,
.sample .pv_contain .pv_nav ul li {
    border-bottom: 1px solid #f0f0f0;
    margin: 0 3px;
    float: none;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 24px;
    color: #999;
    cursor: pointer
}

#home .pv_contain .pv_nav ul li.hover,
.sample .pv_contain .pv_nav ul li.hover,
#home .pv_contain .pv_nav ul li:hover,
.sample .pv_contain .pv_nav ul li:hover {
    background: url(images/sample/dese_hover.jpg) no-repeat;
    color: #FFF
}

#home .pv_contain .pv_nav ul li:last-child,
.sample .pv_contain .pv_nav ul li:last-child {
    border-bottom: none
}

.apply-active li {
    position: relative
}

.apply-active li .checkbox-square {
    position: absolute;
    top: 2px;
    left: 2px
}

.apply-active li img {
    width: 100%;
    height: 100%;
    overflow: hidden
}

#main .line {
    width: 100%;
    border-bottom: 1px solid #ccd5db
}

#main .opa-btn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    background-color: transparent;
    color: rgba(255, 255, 255, .6);
    border-color: rgba(255, 255, 255, .6);
    
}

#main .opa-btn:hover {
    background-color: #63ba01;
    color: #fff;
    border-color: #63ba01
}

#main .opa-btn .eqf-eye3 {
    font-size: 12px
}

#main #share,
#main #statistics,
#main #dataCollect {
    margin-bottom: 170px
}

#main #share a,
#main #statistics a,
#main #dataCollect a {
    font-size: 12px
}

#main #share .btn:focus,
#main #statistics .btn:focus,
#main #dataCollect .btn:focus,
#main #share .btn:active:focus,
#main #statistics .btn:active:focus,
#main #dataCollect .btn:active:focus,
#main #share .btn.active:focus,
#main #statistics .btn.active:focus,
#main #dataCollect .btn.active:focus,
#main #share .btn.focus,
#main #statistics .btn.focus,
#main #dataCollect .btn.focus,
#main #share .btn:active.focus,
#main #statistics .btn:active.focus,
#main #dataCollect .btn:active.focus,
#main #share .btn.active.focus,
#main #statistics .btn.active.focus,
#main #dataCollect .btn.active.focus {
    outline: 0
}

#main #share .zeroclipboard-is-hover,
#main #statistics .zeroclipboard-is-hover,
#main #dataCollect .zeroclipboard-is-hover {
    background-color: #44cb83;
    color: #fff
}

#main .spread-area {
    padding-top: 40px;
    color: #fff
}

#main .spread-area .scene-cover {
    width: 120px;
    height: 120px
}

#main .spread-area .scene-cover img {
    width: 100%;
    height: 100%;
    border-radius: 3px
}

#main .spread-area .scene-detail {
    margin-left: 150px;
    font-size: 12px
}

#main .spread-area .scene-detail a {
    font-size: 12px
}

#main .spread-area .scene-detail .scene-name {
    font-size: 24px
}

#main .spread-area .scene-detail .scene-tip {
    margin: 10px 0
}

#main .spread-area .scene-detail .scene-tip .first-tip {
    display: inline-block;
    width: 180px
}

#main .spread-area .scene-detail .scene-tip .first-col {
    display: inline-block;
    width: 180px
}

#main .spread-area .scene-detail .scene-tip .mr40 {
    margin-right: 40px
}

#main .spread-area .scene-detail .scene-tip .switch {
    display: inline-block
}

#main .scene-oper .edit-scene {
    margin-left: 10px
}

#main .spread-tab {
    padding-top: 32px
}

#main .spread-contain {
    border-width: 1px;
    border-style: solid;
    border-color: #ccd5db rgba(0, 0, 0, .1)
}

#main #share {
    font-size: 12px
}

#main #share .share-tab {
    margin-top: 23px
}

#main #share .share-tab .nav-pills>li {
    margin-right: 1px
}

#main #share .share-tab .nav-pills>li a {
    padding: 11px 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

#main #share .share-tab .nav-pills>li.active>a {
    color: #fff
}

#main .tab-content {
    border-width: 1px;
    border-style: solid;
    border-color: #ccd5db rgba(0, 0, 0, .1);
    min-height: 360px
}

#main .tab-content .social-share .share-title {
    padding: 20px 0 16px 0
}

#main .tab-content .select-contain.select-great.border-width .eqc-mask .eqc-name {
    font-size: 12px
}

#main .tab-content .select-contain.select-great .eqc-drop-down-list li {
    font-size: 12px
}

#main .tab-content .qrcode-area {
    width: 100%;
    height: 180px
}

#main .tab-content .qrcode-area .share-qrcode {
    width: 180px;
    height: 100%;
    padding: 10px 10px;
    border: 1px solid #ccd5db
}

#main .tab-content .qrcode-area .down-title {
    position: absolute;
    margin-left: 200px;
    margin-top: 110px
}

#main .tab-content .qrcode-area .qrcode-select {
    position: absolute;
    margin-top: 144px;
    margin-left: 200px
}

#main .tab-content .qrcode-area .qrcode-select .select-contain.select-sm.border-width .eqc-mask {
    height: 36px;
    line-height: 36px
}

#main .tab-content .qrcode-area .download-area {
    position: absolute;
    display: none
}

#main .tab-content .url-share {
    margin-top: 30px
}

#main .tab-content .url-share .url-input {
    margin-top: 20px
}

#main .tab-content .url-share .url-input .copy-btn {
    width: 120px;
    font-size: 12px;
    height: 36px;
    padding-top: 9px
}

#main .tab-content .url-share .url-input .copy-btn .copy-span {
    display: inline-block;
    width: 100%;
    height: 100%
}

#main .tab-content .url-share .url-input .copy-btn .copy-span:hover {
    background-color: #44cb83!important
}

#main .tab-content .url-share .url-input .copy-btn:hover {
    background-color: #44cb83
}

#main .tab-content .url-share .url-input input {
    display: inline-block;
    width: 340px;
    background-color: #F7F7F7
}

#main .tab-content .url-share .url-share-line {
    margin-top: 60px
}

#main .tab-content .media-share {
    padding-top: 34px
}

#main .tab-content .media-share .media-way {
    margin-top: 24px;
    height: 36px
}

#main .tab-content .media-share .media-way .media-icon {
    width: 120px;
    height: 100%;
    border-radius: 3px;
    margin-left: 20px;
    background-color: #999;
    display: inline-block;
    color: #fff;
    cursor: pointer
}

#main .tab-content .media-share .media-way .media-icon span {
    display: inline-block;
    line-height: 36px;
    text-align: center
}

#main .tab-content .media-share .media-way .media-icon .icon-area {
    width: 36px;
    height: 100%;
    font-size: 16px;
    background-color: #858481
}

#main .tab-content .media-share .media-way .media-icon:first-child {
    margin-left: 0
}

#main .tab-content .media-share .media-way .media-icon .title-area {
    position: absolute;
    display: inline-block;
    width: 84px;
    text-align: center
}

#main .tab-content .media-share .media-way .media-icon .icon-area {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

#main .tab-content .media-share .media-way .sina {
    background-color: #f33131
}

#main .tab-content .media-share .media-way .sina .icon-area {
    background-color: #dc2f2f
}

#main .tab-content .media-share .media-way .tencent {
    background-color: #00c2f2
}

#main .tab-content .media-share .media-way .tencent .icon-area {
    background-color: #11b4dc
}

#main .tab-content .media-share .media-way .qqzone {
    background-color: #e6c104
}

#main .tab-content .media-share .media-way .qqzone .icon-area {
    background-color: #c9ab11
}

#main .tab-content .media-share .media-way .timeline {
    background-color: #3bb035
}

#main .tab-content .media-share .media-way .timeline .icon-area {
    background-color: #299e23
}

#main .tab-content .media-share .media-way .yixin {
    background-color: #70b666
}

#main .tab-content .media-share .media-way .yixin .icon-area {
    background-color: #53a248
}

#main .tab-content .media-share .media-way .tieba {
    background-color: #3b84ff
}

#main .tab-content .media-share .media-way .tieba .icon-area {
    background-color: #236ce8
}

#main .tab-content .media-share .media-way .laiwang {
    background-color: #59d400
}

#main .tab-content .media-share .media-way .laiwang .icon-area {
    background-color: #54b70b
}

#main .tab-content .media-share-line {
    margin-top: 65px
}

#main .tab-content .share-plan {
    padding-top: 30px
}

#main .tab-content .share-plan .plan-area {
    margin-top: 20px
}

#main .tab-content .share-plan .plan-area .apply-des {
    display: inline-block
}

#main .tab-content .share-plan .plan-area .success {
    color: #44cb83
}

#main .tab-content .share-plan .plan-area .fail {
    color: #ff5448
}

#main .tab-content .share-plan .plan-area .join-tpl,
#main .tab-content .share-plan .plan-area .join-show {
    padding: 10px
}

#main .tab-content .share-plan .plan-area .plan-option {
    display: inline-block;
    margin-left: 10px;
    background-color: #f7f7f7;
    border: 1px solid #ccd5db;
    border-radius: 3px;
    width: 160px;
    height: 36px;
    cursor: pointer
}

#main .tab-content .share-plan .plan-area .plan-option:first-child {
    margin-left: 0
}

#main .tab-content .share-plan .plan-area .plan-option:hover {
    background-color: #fff
}

#main .tab-content .share-plan .plan-area .plan-option .checkbox-square input {
    width: 160px;
    height: 36px;
    top: -12px;
    left: -12px
}

#main .tab-content .share-plan .plan-area .activity-select {
    border: 0;
    background-color: #fff;
    height: 36px;
    line-height: 36px
}

#main .tab-content .share-plan .plan-area .activity-select .select-contain.select-sm .eqc-drop-down-list {
    width: 160px
}

#main .tab-content .share-plan .plan-area .activity-select .select-contain.select-sm .eqc-drop-down-list li {
    width: 160px
}

#main .tab-content .share-plan .plan-area .activity-select .select-contain.select-sm.border-width .eqc-mask {
    position: absolute;
    height: 36px;
    line-height: 36px;
    width: 160px
}

#main .tab-content .share-plan .plan-area .plan-option-selected {
    background-color: #fff!important
}

#main .tab-content .share-activity {
    padding-top: 30px
}

#main .tab-content .share-activity .join-activity {
    width: 160px;
    margin-top: 24px
}

#main .tab-content .share-activity .join-activity .eqc-name {
    width: 140px!important
}

#main .tab-content .expandweb-area {
    padding-top: 34px
}

#main .tab-content .expandweb-area .expand-web-option {
    width: 100%;
    height: 120px;
    border: 1px dashed #ccd5db
}

#main .tab-content .expandweb-area .add-web {
    position: relative
}

#main .tab-content .expandweb-area .add-web a {
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -30px;
    left: 50%;
    margin-left: -30px;
    line-height: 60px
}

#main .tab-content .expandweb-area .expand-web {
    border: 1px solid #ccd5db
}

#main .tab-content .expandweb-area .expand-web:hover {
    box-shadow: 0 0 12px 3px rgba(0, 0, 0, .2);
    border: none
}

#main .tab-content .expandweb-area .expand-web:first-child {
    margin-top: 0
}

#main .tab-content .expandweb-area .expand-web .expand-name {
    margin-left: 30px;
    width: 24%
}

#main .tab-content .expandweb-area .expand-web .expand-name input {
    border: 1px dashed #ccd5db;
    width: 36px;
    line-height: 36px;
    width: 160px
}

#main .tab-content .expandweb-area .expand-web .expand-url {
    width: 36%
}

#main .tab-content .expandweb-area .expand-web .expand-ope {
    padding-top: 36px!important
}

#main .tab-content .expandweb-area .expand-web .expand-ope .eqc-mask {
    position: absolute
}

#main .tab-content .expandweb-area .expand-web .title {
    padding-bottom: 10px
}

#main .tab-content .expandweb-area .expand-web .content {
    height: 36px;
    line-height: 36px;
    color: #a3afb7
}

#main .tab-content .expandweb-area .expand-web .expand-col {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px
}

#main .tab-content .expandweb-area .expand-web .download-area {
    display: none
}

#main .tab-content .site-import-area {
    font-size: 12px;
    padding-top: 26px
}

#main .tab-content .site-import-area a {
    font-size: 12px
}

#main .tab-content .site-import-area .site-import-col {
    display: inline-block;
    width: 50%
}

#main .tab-content .site-import-area .code-area {
    width: 92%
}

#main .tab-content .site-import-area .code-area .code-con {
    padding: 15px;
    border: 1px solid #ccd5db;
    background-color: #f7f7f7
}

#main .tab-content .site-import-area .code-area .copy-link {
    margin-top: 10px
}

#main .tab-content .site-import-area .code-area .mid-con {
    padding: 15px 0
}

#main .tab-content .site-import-area .code-col {
    border-right: 1px solid #ccd5db
}

#main .tab-content .site-import-area .des-col {
    position: absolute
}

#main .tab-content .site-import-area .des-col .des-area {
    width: 92%
}

#main .tab-content .site-import-area .des-col .des-area .mid-con {
    padding-top: 10px
}

#main .tab-content .site-import-area .line {
    border-bottom: 1px solid #ccd5db;
    margin-top: 55px
}

#main .lineChartView,
#main .pieChartView,
#main .chartView {
    height: 500px
}

#main .statistics {
    margin-top: 23px;
    font-size: 12px
}

#main .statistics .nav-pills>li {
    margin-right: 1px
}

#main .statistics .nav-pills>li a {
    padding: 11px 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

#main .statistics .nav-pills>li.active>a {
    color: #fff
}

#main .server-contain {
    font-size: 12px
}

#main .server-contain .btn {
    font-size: 12px
}

#main .server-contain a {
    font-size: 12px
}

#main .server-contain .server-other,
#main .server-contain .server-dns {
    height: 480px
}

#main .server-contain .server-dns {
    position: relative
}

#main .server-contain .server-dns .check-icon {
    width: 100px;
    height: 100px;
    float: left;
    padding: 10px
}

#main .server-contain .server-dns .check-icon span {
    display: inline-block;
    color: #fff;
    font-size: 80px
}

#main .server-contain .server-dns .is-in-check .check-icon {
    background-color: #5cb85c
}

#main .server-contain .server-dns .pass-check .check-icon {
    background-color: #63ba01
}

#main .server-contain .server-dns .is-in-fail .check-icon {
    background-color: #d9534f
}

#main .server-contain .server-dns .check-desc {
    margin-left: 20px;
    width: 780px;
    float: left
}

#main .server-contain .server-dns .check-desc .line {
    border-bottom: 1px solid #ccd5db;
    margin: 10px 0
}

#main .server-contain .server-dns .check-desc .check-tip {
    margin-top: 10px
}

#main .server-contain .server-dns .check-desc a {
    color: #63ba01
}

#main .server-contain .server-dns .step-bar {
    background-color: #f1f4f5;
    height: 90px;
    padding: 0 110px
}

#main .server-contain .server-dns .step-bar span {
    float: left
}

#main .server-contain .server-dns .step-bar .line {
    width: 384px;
    height: 10px;
    background-color: #ccd5db;
    margin-top: 42px
}

#main .server-contain .server-dns .step-bar .circle {
    width: 50px;
    height: 50px;
    border: 4px solid #ccd5db;
    border-radius: 50%;
    background-color: #ccd5db;
    position: relative;
    margin-top: -23px;
    top: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    color: #fff
}

#main .server-contain .server-dns .step-bar .fill-color {
    background-color: #63ba01
}

#main .server-contain .server-dns .step1-container span {
    display: block;
    padding: 10px
}

#main .server-contain .server-dns .step1-container .scene-exp {
    float: left;
    margin-top: 20px
}

#main .server-contain .server-dns .step1-container .new-dom {
    margin-left: 20px
}

#main .server-contain .server-dns .step3-container .operation {
    line-height: 36px;
    position: absolute;
    bottom: 20px
}

#main .server-contain .server-dns .step3-container .decoration {
    padding-top: 8px
}

#main .server-contain .server-dns .step3-container .decoration a {
    padding-left: 10px
}

#main .server-contain .server-dns .step3-container .xiudian-time {
    padding-left: 0!important
}

#main .server-contain .server-dns .step3-container .xiudian-time .form-label {
    text-align: right
}

#main .server-contain .server-dns .step3-container .tip-modal {
    width: 760px;
    height: 460px;
    position: absolute;
    top: 50%;
    margin-top: -300px;
    left: 50%;
    margin-left: -300px;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
}

#main .server-contain .server-dns .step3-container .tip-modal p {
    line-height: 20px;
    margin-left: 355px;
    padding: 0
}

#main .server-contain .server-dns .btn-dns,
#main .server-contain .server-dns .btn-dns1 {
    position: absolute;
    bottom: 20px;
    right: 20px
}

#main .my-data {
    padding-top: 23px
}

#main .my-data .table>thead>tr>th,
#main .my-data .table>tbody>tr>th,
#main .my-data .table>tfoot>tr>th {
    border-width: 1px
}

#main .my-data .data-head li {
    font-size: 18px;
    display: inline-block;
    cursor: pointer;
    width: 180px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #fff;
    border-bottom: 0
}

#main .my-data .data-head li.active {
    background-color: #fff
}

#main .my-data table {
    background-color: #fff
}

#main .my-data .export {
    position: relative;
    line-height: 35px
}

#main .my-data .export div {
    float: right
}

#main .my-data .export .no-header {
    margin-left: 10px
}

#main .my-data .export .dropdown-menu {
    margin: 0!important;
    padding: 0!important
}

#main .my-data .export .dropdown-menu ul li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer
}

#main .my-data .export .dropdown-menu ul li:nth-child(2n) {
    background-color: #f7f7f7
}

#main .my-data .export .dropdown-menu ul li:hover {
    background-color: #63ba01;
    color: #fff
}

#main .my-data .data-title {
    cursor: pointer;
    float: left
}

#main .my-data .data-title:hover {
    color: #63ba01
}

#main .my-data .data-item>div {
    float: left
}

#main .my-data .data-item ul {
    margin-left: 60px
}

#main .my-data .data-item ul li {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px
}

#main .my-data .data-item ul li input {
    margin: 0 5px 0 0
}

#main .my-data .data-item ul li .table-checkbox {
    float: left
}

#main .my-data .data-item ul li label {
    font-weight: lighter
}

.show-pos {
    position: fixed
}

.invoice-action {
    font-size: 12px
}

.invoice-action p {
    line-height: 20px
}

.invoice .disabled input,
.invoice .disabled .upload {
    display: none
}

.invoice .disabled .col-sm-7 span.noEdit {
    display: block
}

.invoice .col-sm-7 span {
    padding-top: 12px;
    display: inline-block
}

.invoice .col-sm-7 span.noEdit {
    display: none
}

#main {
    font-size: 12px
}

#main .children table {
    background-color: #fff
}

#main .children.branches h2 {
    margin: 40px 0
}

#main .children.branches h2 a,
#main .children.branches h2 span {
    display: inline-block;
    font-size: 12px
}

#main .children.branches h2 em.eqf-no:hover {
    color: #ff5448;
    cursor: pointer
}

#main .children.branches h2 a {
    border: 1px solid #ccd5db;
    display: inline-block;
    height: 30px;
    line-height: 28px;
    width: 90px;
    padding: 0 5px
}

#main .children.branches h2 a:hover em {
    color: #63ba01
}

#main .children.branches h2 a em {
    padding-right: 5px;
    cursor: pointer
}

#main .invitation-contain {
    background-color: #fff
}

#main .invitation-contain .link-content {
    margin-top: 40px
}

#main .invitation-contain .link-content .title {
    text-align: left;
    line-height: 50px;
    font-size: 20px
}

#main .invitation-contain .link-content .share-containt {
    text-align: left
}

#main .invitation-contain .link-content .share-containt .tip {
    font-size: 20px
}

#main .invitation-contain .link-content .share-containt label {
    text-align: center
}

#main .invitation-contain .link-content .share-containt .btn {
    height: 46px;
    line-height: 30px
}

#main .invitation-contain .link-content .share-containt li a {
    border-top-color: transparent;
    border-radius: 0
}

#main .invitation-contain .link-content .share-containt li a:hover {
    border-radius: 0
}

#main .invitation-contain .link-content .share-containt li:first-child a {
    border-left-color: transparent
}

#main .invitation-contain .link-content .method {
    float: left
}

#main .invitation-contain .link-content .circle {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #ccd5db;
    line-height: 50px;
    font-size: 14px;
    margin-left: 30px
}

#main .invitation-contain .link-content .line {
    height: 130px;
    width: 5px;
    background-color: #ccd5db;
    margin-left: 52px
}

#main .invitation-contain .link-content .tab-div {
    border: 1px solid #ccd5db;
    margin-top: 30px;
    width: 830px;
    height: 280px
}

#main .invitation-contain .link-content .tab-div .info {
    width: 200px;
    margin-left: 40px
}

#main .invitation-contain .link-content .tab-div .info span {
    color: #999
}

#main .invitation-contain .link-content .tab-div .tab-content {
    min-height: 240px!important
}

#main .invitation-contain .link-content .tab-div .qrcode {
    padding: 0;
    height: 160px;
    width: 160px;
    border: 1px solid #f0f0f0
}

#main .invitation-contain .link-content .tab-div label {
    margin-top: 10px
}

#main .invitation-contain .link-content .tab-div div {
    text-align: left
}

#main .invitation-contain .link-content .tab-div div .view {
    height: 210px
}

#main .invitation-contain .link-content .tab-div div .view div {
    float: left;
    margin-left: 50px;
    margin-top: 20px
}

#main .invitation-contain .link-content .tab-div div h2 {
    line-height: 50px
}

#main .invitation-contain .link-content .tab-div div span {
    font-size: 20px;
    line-height: 35px
}

#main .invitation-contain .link-content .tab-div div .tab-pane {
    height: 240px
}

#main .invitation-contain .link-content .tab-div div canvas {
    padding: 5px;
    width: 160px
}

#main .invitation-contain .link-content .tab-div img {
    float: left;
    margin-top: 28px;
    margin-left: 70px;
    height: 192px
}

#main .invitation-contain h3 {
    background-color: #f0f0f0;
    margin: 0 30px;
    height: 60px;
    line-height: 60px
}

#main .invitation-contain .url-contaion {
    height: 150px;
    margin-bottom: 45px
}

#main .invitation-contain .copy-url {
    border: 2px solid #f0f0f0;
    padding: 4px 12px;
    width: 720px;
    color: #526069;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 70px;
    line-height: 2em;
    text-align: left;
    margin-top: 25px;
    letter-spacing: .3px
}

#main .invitation-contain iframe {
    height: 450px;
    width: 530px
}

#main.message-contain .u-content .m-title .red-bg {
    background-color: #f2a653
}

#main.message-contain table th,
#main.message-contain table td {
    text-align: left
}

#main .spread-area {
    position: relative
}

#main .spread-area .opera-userinfo {
    position: absolute;
    bottom: 0;
    right: 0
}

#main .info-area {
    padding-top: 40px;
    height: 160px;
    font-size: 12px;
    position: relative
}

#main .info-area .opera-userinfo {
    position: absolute;
    bottom: 0;
    right: 0
}

#main .info-area .u-photo {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 3px
}

#main .info-area .u-photo .p-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .6)
}

#main .info-area .u-photo .p-mask a,
#main .info-area .u-photo .p-mask span {
    display: block
}

#main .info-area .u-photo .p-mask a {
    width: 60px;
    height: 40px;
    text-align: center;
    line-height: 20px;
    top: 50%;
    position: absolute;
    margin-top: -20px;
    left: 50%;
    margin-left: -30px;
    color: #fff
}

#main .info-area .u-photo img {
    width: 100%;
    height: 100%;
    border-radius: 3px
}

#main .info-area .p-svg {
    padding-top: 36px;
    height: 100%;
    border-radius: 3px;
    text-align: center;
    font-size: 48px;
    color: #fff;
    background-color: #63ba01;
}

#main .info-area .person-freed {
    padding-top: 36px;
    height: 100%;
    border-radius: 3px;
    text-align: center;
    font-size: 48px;
    color: #fff;
    background-color: #63ba01;
    background: url("images/个人免费.png");
}

#main .info-area .person-pay {
    padding-top: 36px;
    height: 100%;
    border-radius: 3px;
    text-align: center;
    font-size: 48px;
    color: #fff;
    background-color: #63ba01;
    background: url("images/个人付费.png");
}

#main .info-area .company-pay {
    padding-top: 36px;
    height: 100%;
    border-radius: 3px;
    text-align: center;
    font-size: 48px;
    color: #fff;
    background-color: #63ba01;
    background: url("images/企业付费.png");
}

#main .info-area .u-detail {
    margin-left: 150px;
    color: rgba(255, 255, 255, .8)
}

#main .info-area .u-detail a {
    color: rgba(255, 255, 255, .8)
}

#main .info-area .u-detail a:hover {
    color: #fff
}

#main .info-area .u-detail .u-name {
    font-size: 24px;
    color: #fff
}

#main .info-area .u-detail .first-col {
    width: 180px
}

#main .info-area .u-detail .u-col {
    padding-top: 15px
}

#main .u-content {
    padding-top: 40px
}

#main .u-content .account-contain table tr th:hover {
    background-color: #fff
}

#main .u-content .account-contain .account-items {
    padding: 20px 40px;
    border-bottom: 1px solid #ccd5db;
    background-color: #fff;
    width: 100%;
    line-height: 20px
}

#main .u-content .account-contain .account-items .item-one,
#main .u-content .account-contain .account-items .item-two,
#main .u-content .account-contain .account-items .item-three {
    float: left
}

#main .u-content .account-contain .account-items .item-one {
    width: 15%
}

#main .u-content .account-contain .account-items .item-one em {
    padding-right: 40px;
    float: left;
    font-size: 18px
}

#main .u-content .account-contain .account-items .item-two {
    width: 70%
}

#main .u-content .account-contain .account-items .item-three {
    width: 15%;
    text-align: right
}

#main .u-content .account-contain .account-items:hover {
    background-color: #f7f7f7
}

#main .u-content .account-contain .account-items:last-child {
    border-bottom: none
}

#main .u-content .account-contain table {
    background-color: #fff;
    width: 100%
}

#main .u-content .account-contain table tr {
    height: 80px
}

#main .u-content .account-contain table tr:last-child td {
    border-bottom: none
}

#main .u-content .account-contain table tr .branch-close {
    padding-right: 20px
}

#main .u-content .m-title {
    padding-bottom: 35px
}

#main .u-content .m-title .m-icon {
    width: 60px;
    height: 60px;
    text-align: center;
    padding-top: 12px;
    border-radius: 3px;
    color: #fff;
    font-size: 36px
}

#main .u-content .m-title .xd-icon {
    background-color: #F9CE49;
    font-size: 28px;
    padding-top: 14px
}

#main .u-content .m-title .normal {
    /*background-color:#76838f*/
    background: url("images/个人用户.png");
}

#main .u-content .m-title .vip {
    background-color: #F2A653;
}

#main .u-content .m-title .server {
    background-color: #ea1f64
}

#main .u-content .m-title .com-free {
    /*background-color:#7171EF*/
    background: url("images/企业用户.png");
}

#main .u-content .m-title .com-base-child,
#main .u-content .m-title .com-base {
    background-color: #63ba01
}

#main .u-content .m-title .com-pri {
    background-color: #44cb83
}

#main .u-content .m-title .com-pro {
    background-color: #FF5448
}

#main .u-content .m-title .com-tour {
    background-color: #f2a653
}

#main .u-content .m-title .m-detail {
    margin-left: 80px
}

#main .u-content .m-title .m-detail .message a {
    color: #76838f
}

#main .u-content .m-title .m-detail .message a:hover {
    color: #63ba01
}

#main .u-content .m-title .m-detail .m-type {
    font-size: 18px
}

#main .u-content .m-title .m-detail span {
    display: inline-block;
    float: left
}

#main .u-content .m-title .m-detail span a {
    padding: 5px 10px;
    color: #fff;
    margin-left: 20px;
    border-radius: 3px
}

#main .u-content .m-title .m-detail .progress {
    width: 150px;
    height: 12px;
    background-color: #ccd5db;
    border-radius: 3px;
    position: relative
}

#main .u-content .m-title .m-detail .xd-act a {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px
}

#main .u-content .m-title .m-detail .xd-act a span {
    display: block;
    width: 100%;
    text-align: center
}

#main .u-content .m-title .m-detail .xd-act .ticket .eqf-vote {
    line-height: 12px;
    font-size: 14px
}

#main .u-content .m-title .red-bg {
    background-color: #ff5448
}

#main .u-content .m-title .green-bg {
    background-color: #44cb83
}

#main .u-content .m-cont {
    padding-top: 30px;
    border-top: 1px solid #ccd5db
}

#main .u-content .m-cont .m-header {
    width: 100%;
    font-size: 30px
}

#main .u-content .m-cont .m-header .btn-upgrade {
    background-color: #44cb83
}

#main .u-content .m-cont .m-card {
    padding-top: 40px
}

#main .u-content .m-cont .m-card .card {
    display: inline-block;
    width: 180px;
    border: 1px solid #ccd5db
}

#main .u-content .m-cont .m-card .card .card-title {
    height: 60px;
    font-size: 18px;
    background-color: #63ba01;
    color: #fff;
    text-align: center;
    padding-top: 21px
}

#main .u-content .m-cont .m-card .card .card-content {
    padding: 30px 20px;
    line-height: 20px
}

#main .u-content .m-cont .xd-cont .xd-panel {
    margin-top: 30px;
    background-color: #fff
}

#main .u-content .m-cont .xd-cont .xd-panel table {
    border-top: 1px solid #ccd5db
}

#main .u-content .m-cont .xd-cont .xd-panel .btn {
    padding-top: 6px;
    padding-bottom: 6px
}

.dropdown.open .select-contain {
    max-height: 300px;
    overflow-y: auto
}

.dropdown.open .otherBg {
    display: block
}

.otherBg {
    position: fixed;
    z-index: 1;
    bottom: -48px;
    left: 0;
    right: 0;
    top: 50px;
    display: none;
    background-color: rgba(0, 0, 0, .3)
}

.select-icon span {
    padding: 2px 5px;
    margin-right: 10px;
    display: inline-block;
    font-size: 12px;
    background-color: #63ba01;
    color: #fff;
    max-width: 125px
}

.history-scene ul li .scene-time {
    height: 45px;
    line-height: 45px
}

.history-image ul li .scene-time {
    height: 30px;
    line-height: 30px
}

.history-image,
.history-scene {
    padding-bottom: 20px
}

.history-image .scene-time,
.history-scene .scene-time {
    color: #fff;
    text-align: center
}

.history-image ul li,
.history-scene ul li {
    float: left;
    cursor: pointer;
    margin-top: 20px
}

.history-image ul li .operate,
.history-scene ul li .operate {
    display: none
}

.history-image ul li .scene-time,
.history-scene ul li .scene-time {
    display: block
}

.history-image ul li:hover .operate,
.history-scene ul li:hover .operate {
    display: block
}

.history-image ul li:hover .scene-time,
.history-scene ul li:hover .scene-time {
    display: none
}

.history-image ul li .mask,
.history-scene ul li .mask {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .3);
    text-align: right
}

.history-image ul li .mask span,
.history-scene ul li .mask span {
    display: inline-block;
    background-color: rgba(0, 0, 0, .6);
    color: #fff
}

.history-image ul li .mask span:hover,
.history-scene ul li .mask span:hover {
    color: #63ba01
}

.history-scene ul li {
    margin-right: 20px;
    width: 280px;
    background-color: #fff
}

.history-scene ul li img {
    width: 100%;
    height: 260px
}

.history-scene ul li .scene-cover {
    position: relative
}

.history-scene ul li .scene-cover .scene-operate {
    height: 45px
}

.history-scene ul li .scene-cover .scene-operate .operate span {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-top: 7px;
    text-align: center;
    line-height: 30px
}

.history-scene ul li .scene-name {
    border: 1px solid #ccd5db;
    padding: 0 10px;
    height: 45px;
    line-height: 45px
}

.history-scene ul li:nth-child(4n) {
    margin-right: 0
}

.history-image ul li {
    float: left;
    width: 115px;
    height: 115px;
    position: relative;
    background-color: #ccc;
    margin-right: 25px
}

.history-image ul li:nth-child(7n) {
    margin-right: 0
}

.history-image ul li .image-operate {
    height: 30px
}

.history-image ul li .image-operate .operate span {
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    margin-top: 3px
}

.history-image ul li .image-operate span {
    font-size: 12px;
    margin-right: 5px
}

.history-image ul li .image-operate span:first-child {
    margin-right: 2px
}

.history-image ul li img {
    position: absolute
}

.auto-contain .userinfo-contain .userinfo {
    width: 100%
}

.userinfo-contain {
    padding: 20px
}

.see-image {
    position: absolute;
    top: -210px;
    left: 15px;
    height: 200px;
    width: 200px;
    background-color: #ccd5db;
    z-index: 2;
    transform-origin: 0 100%
}

.xiudian-time span {
    padding-top: 8px
}

.xiudian-time span input {
    margin: 0
}

.domain-xiudian .xiudian {
    position: absolute;
    background-color: #fff;
    padding: 20px;
    width: 450px;
    top: 70px;
    left: 100px;
    border: 1px solid #ccc
}

.domain-xiudian .xiudian p {
    padding-top: 15px
}

.domain-xiudian .xiudian h1 {
    font-size: 16px
}

.domain-xiudian .xiudian .erweima {
    padding-top: 20px;
    color: #63ba01;
    line-height: 30px
}

.domain-xiudian .xiudian .chongzhi {
    float: left;
    padding-right: 30px
}

.domain-xiudian .xiudian img {
    width: 150px
}

.domain-xiudian .xiudian .know {
    text-align: center;
    margin-top: 20px
}

.domain-xiudian .xiudian .know a {
    background-color: #63ba01;
    color: #fff
}

#transfer_mes {
    position: relative;
    padding: 30px 10px
}

#transfer_mes p {
    font-size: 16px
}

#transfer_mes p span {
    color: red
}

#transfer_mes a {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 20px
}

.transfer p {
    margin-bottom: 13px;
    margin-left: 25px
}

.transfer p span {
    padding: 0 15px;
    color: #63ba01
}

.request_contain .#f9f7f7 {
    width: 800px;
    margin-left: -400px;
}

.request_contain .#f9f7f7 .modal-content {
    background: 0 0;
    box-shadow: none
}

.request_contain .request_reg {
    background: url(images/request_03.png) center no-repeat;
    background-size: 800px 643px;
    width: 800px;
    height: 643px;
    position: relative
}

.request_contain .request_reg .erwei {
    position: absolute;
    top: 150px;
    left: 260px;
    border: 2px solid #000;
    padding: 10px;
    background-color: #FFF
}

.request_contain .request_reg .close {
    position: absolute;
    top: 8px;
    right: 190px;
    color: #000!important
}

.form-group .tips {
    padding: 10px 12px
}

.form-group .error {
    color: #ff5448
}

.form-group .blue {
    color: #fff
}

.form-group .form-horizontal .form-group p {
    color: #ff5448;
    font-size: 12px;
    padding-top: 5px
}

.form-group .code {
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #63ba01;
    cursor: pointer
}

.mobile-contain .tip,
.branch-contain .tip,
.server-contain .tip,
.apply-contain .tip {
    font-size: 12px;
    padding: 10px 10px
}

.mobile-contain .tip a,
.branch-contain .tip a,
.server-contain .tip a,
.apply-contain .tip a,
.mobile-contain .tip .enable,
.branch-contain .tip .enable,
.server-contain .tip .enable,
.apply-contain .tip .enable {
    color: #63ba01
}

.mobile-contain .tip .disable,
.branch-contain .tip .disable,
.server-contain .tip .disable,
.apply-contain .tip .disable {
    color: #999
}

.mobile-contain .one-line,
.branch-contain .one-line,
.server-contain .one-line,
.apply-contain .one-line {
    padding-top: 10px
}

.mobile-contain .select-contain.select-base,
.branch-contain .select-contain.select-base,
.server-contain .select-contain.select-base,
.apply-contain .select-contain.select-base {
    width: 100%
}

.mobile-contain .select-contain.select-base .eqc-mask,
.branch-contain .select-contain.select-base .eqc-mask,
.server-contain .select-contain.select-base .eqc-mask,
.apply-contain .select-contain.select-base .eqc-mask {
    width: 100%
}

.mobile-contain .select-contain.select-base .eqc-drop-down-list,
.branch-contain .select-contain.select-base .eqc-drop-down-list,
.server-contain .select-contain.select-base .eqc-drop-down-list,
.apply-contain .select-contain.select-base .eqc-drop-down-list {
    width: 100%
}

.mobile-contain .select-contain.select-base .eqc-drop-down-list li,
.branch-contain .select-contain.select-base .eqc-drop-down-list li,
.server-contain .select-contain.select-base .eqc-drop-down-list li,
.apply-contain .select-contain.select-base .eqc-drop-down-list li {
    width: 100%
}

.apply-contain .other-label {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccd5db;
    width: 530px;
    left: -500px
}

#usercenter .user-contain {
    background-color: #fff
}

#usercenter .user-contain .user-img {
    float: left;
    position: relative
}

#usercenter .user-contain .user-img .upload_button {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 36px;
    background-color: #000;
    color: #fff;
    line-height: 36px
}

#usercenter .user-contain .user-message p {
    margin-bottom: 20px
}

#usercenter .user-contain .user-message a {
    color: #63ba01;
    padding-left: 10px
}

#usercenter .main .content {
    width: 1000px
}

#usercenter .main .content .page_header {
    height: 50px;
    font-size: 40px;
    color: #999;
    font-weight: 500;
    font-family: 微软雅黑
}

#usercenter .main .content .alert-danger {
    background: #f0f0f0;
    color: #999;
    text-align: center
}

#usercenter .main .content .divider {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    top: 55px;
    margin-bottom: 10px
}

#usercenter .main .content .well .user_img {
    width: 100%;
    height: 100%
}

#usercenter .main .content .well .upload_button {
    width: 160px;
    height: 35px;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: -50px;
    margin-top: -15px;
    position: absolute;
    line-height: 35px;
    text-align: center;
    color: #fff!important;
    background-color: #000;
    border-radius: 10px;
    cursor: pointer
}

#usercenter .main .content .tab-content {
    min-height: 390px
}

#usercenter .main .content .tab-content .tab-pane {
    background-color: #fff;
    padding: 20px 20px
}

#usercenter .main .content .tab-content .tab-pane .xd-contain .xd-desc {
    border-bottom: 1px solid #ccd5db
}

#usercenter .main .content .tab-content .tab-pane .xd-contain .xd-desc p {
    padding-top: 12px
}

#usercenter .main .content .tab-content .tab-pane .xd-contain .xd-desc h3 {
    display: inline;
    color: #63ba01
}

#usercenter .main .content .tab-content .tab-pane .xd-contain .xiudian .zhuansong {
    cursor: pointer
}

#usercenter .main .content .tab-content .tab-pane .xd-contain .xiudian .zhuansong img {
    margin-top: 17px
}

#usercenter .main .content .tab-content .tab-pane .xd-contain .xiudian .shiyong_xd ul li {
    float: left;
    color: #fff;
    width: 150px;
    padding: 15px;
    border-radius: 3px;
    margin-right: 28px
}

#usercenter .main .content .tab-content .tab-pane .xd-contain .xiudian .shiyong_xd ul li p {
    font-size: 24px;
    padding-top: 18px
}

#usercenter .main .content .tab-content .tab-pane .xd-contain .xiudian .shiyong_xd .huode {
    background-color: #63ba01
}

#usercenter .main .content .tab-content .tab-pane .xd-contain .xiudian .shiyong_xd .song {
    background-color: #9ad64b
}

#usercenter .main .content .tab-content .tab-pane .xd-contain .xiudian .shiyong_xd .shiyong {
    background-color: #ae9ae1
}

#usercenter .main .content .tab-content .tab-pane .xd-contain .btn-green {
    background-color: #9AD64B;
    color: #fff
}

#usercenter .main .content .tab-content .tab-pane .xd-contain .btn-green:hover {
    background-color: #B0DB77
}

#usercenter .main .content .tab-content .tab-pane .xd-contain .xd-table .xd-detail {
    padding: 20px 0
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-same {
    border: 1px solid #ccd5db
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-other,
#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns {
    height: 480px
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns {
    position: relative
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .check-icon {
    width: 100px;
    height: 100px;
    float: left;
    padding: 10px
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .check-icon span {
    display: inline-block;
    color: #fff;
    font-size: 80px
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .is-in-check .check-icon {
    background-color: #5cb85c
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .pass-check .check-icon {
    background-color: #63ba01
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .is-in-fail .check-icon {
    background-color: #d9534f
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .check-desc {
    margin-left: 20px;
    width: 780px;
    float: left
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .check-desc .line {
    border-bottom: 1px solid #ccd5db;
    margin: 10px 0
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .check-desc .check-tip {
    margin-top: 10px
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .check-desc a {
    color: #63ba01
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .step-bar {
    background-color: #f1f4f5;
    height: 90px;
    padding: 0 110px
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .step-bar span {
    float: left
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .step-bar .line {
    width: 274px;
    height: 10px;
    background-color: #ccc;
    margin-top: 42px
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .step-bar .circle {
    width: 50px;
    height: 50px;
    border: 4px solid #ccc;
    border-radius: 50%;
    background-color: #ccc;
    position: relative;
    margin-top: -23px;
    top: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    color: #fff
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .step-bar .fill-color {
    background-color: #63ba01
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .step1-container span {
    display: block;
    padding: 10px
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .step1-container .scene-exp {
    float: left;
    margin-top: 20px
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .step1-container .new-dom {
    margin-left: 20px
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .step3-container .operation {
    line-height: 36px;
    position: absolute;
    bottom: 20px
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .step3-container .decoration {
    padding-top: 8px
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .step3-container .decoration a {
    padding-left: 10px
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .step3-container .xiudian-time {
    padding-left: 0!important
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .step3-container .xiudian-time .form-label {
    text-align: right
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .step3-container .tip-modal {
    width: 760px;
    height: 460px;
    position: absolute;
    top: 50%;
    margin-top: -300px;
    left: 50%;
    margin-left: -300px;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .step3-container .tip-modal p {
    line-height: 20px;
    margin-left: 355px;
    padding: 0
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .btn-dns,
#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .btn-dns1 {
    position: absolute;
    bottom: 20px;
    right: 20px
}

.registerForm .error_text {
    margin: 0!important
}

.registerForm .form-list {
    margin-top: 33px!important
}

.registerForm .checkbox-square input {
    margin-left: 0!important
}

.bank-contain {
    height: 235px;
    margin-left: 15px
}

.bank-contain div {
    float: left;
    cursor: pointer;
    width: 135px;
    padding: 5px;
    margin: 3px;
    height: 40px;
    border: 1px solid #b0c2e1
}

.bank-contain div:hover {
    border-color: red
}

.bank-contain .bank {
    background-image: url(images/usercenter/bank-logo.png);
    width: 125px;
    height: 28px;
    display: block
}

.bank-contain .bank-icbc {
    background-position: 0 -140px;
    background-image: url(images/usercenter/bank-logo.png);
    width: 125px;
    height: 28px;
    display: block
}

.bank-contain .bank-cmb {
    background-position: 0 -784px;
    background-image: url(images/usercenter/bank-logo.png);
    width: 125px;
    height: 28px;
    display: block
}

.bank-contain .bank-cbc {
    background-position: 0 -336px;
    background-image: url(images/usercenter/bank-logo.png);
    width: 125px;
    height: 28px;
    display: block
}

.bank-contain .bank-abc {
    background-position: 0 -532px;
    background-image: url(images/usercenter/bank-logo.png);
    width: 125px;
    height: 28px;
    display: block
}

.bank-contain .bank-bc {
    background-position: 0 -840px;
    background-image: url(images/usercenter/bank-logo.png);
    width: 125px;
    height: 28px;
    display: block
}

.bank-contain .bank-psbc {
    background-position: 0 -868px;
    background-image: url(images/usercenter/bank-logo.png);
    width: 125px;
    height: 28px;
    display: block
}

.bank-contain .bank-spdb {
    background-position: 0 -588px;
    background-image: url(images/usercenter/bank-logo.png);
    width: 125px;
    height: 28px;
    display: block
}

.bank-contain .bank-cgb {
    background-position: 0 -196px;
    background-image: url(images/usercenter/bank-logo.png);
    width: 125px;
    height: 28px;
    display: block
}

.bank-contain .bank-ceb {
    background-position: 0 -168px;
    background-image: url(images/usercenter/bank-logo.png);
    width: 125px;
    height: 28px;
    display: block
}

.bank-contain .bank-cmbc {
    background-position: 0 -448px;
    background-image: url(images/usercenter/bank-logo.png);
    width: 125px;
    height: 28px;
    display: block
}

.bank-contain .bank-ecitic {
    background-position: 0 -896px;
    background-image: url(images/usercenter/bank-logo.png);
    width: 125px;
    height: 28px;
    display: block
}

.bank-contain .bank-cib {
    background-position: 0 -756px;
    background-image: url(images/usercenter/bank-logo.png);
    width: 125px;
    height: 28px;
    display: block
}

.bank-contain .bank-pab {
    background-position: 0 -560px;
    background-image: url(images/usercenter/bank-logo.png);
    width: 125px;
    height: 28px;
    display: block
}

.bank-contain .bank-pab2 {
    background-position: 0 -700px;
    background-image: url(images/usercenter/bank-logo.png);
    width: 125px;
    height: 28px;
    display: block
}

.bank-contain .bank-bocom {
    background-position: 0 -392px;
    background-image: url(images/usercenter/bank-logo.png);
    width: 125px;
    height: 28px;
    display: block
}

.bank-contain .bank-bob {
    background-position: 0 -28px;
    background-image: url(images/usercenter/bank-logo.png);
    width: 125px;
    height: 28px;
    display: block
}

.bank-contain .bank-nbbank {
    background-position: 0 -504px;
    background-image: url(images/usercenter/bank-logo.png);
    width: 125px;
    height: 28px;
    display: block
}

.bank-contain .bank-srcb {
    background-position: 0 -644px;
    background-image: url(images/usercenter/bank-logo.png);
    width: 125px;
    height: 28px;
    display: block
}

.bank-contain .bank-shbank {
    background-position: 0 -672px;
    background-image: url(images/usercenter/bank-logo.png);
    width: 125px;
    height: 28px;
    display: block
}

.bank-contain .bank-hzcb {
    background-position: 0 -252px;
    background-image: url(images/usercenter/bank-logo.png);
    width: 125px;
    height: 28px;
    display: block
}

.login-form {
    overflow: hidden
}

.modal-content {
    background-color: #fff
}

::-webkit-input-placeholder {
    color: #999
}

:-moz-placeholder {
    color: #999
}

::-moz-placeholder {
    color: #999
}

:-ms-input-placeholder {
    color: #999
}

form {
    padding: 50px;
}

.other-register {
    position: relative;
    height: 45px;
    margin-top: 15px;
    width: 280px;
    margin: 0 auto;
}

.other-register div {
    font-size: 14px;
    display: inline;
    margin: 10px auto
}

.creat-newscene {
    text-align: center
}

.creat-newscene select {
    width: 330px
}

.creat-newscene p {
    padding-bottom: 10px
}

.login_form {
    width: 280px;
    margin: 20px auto
}

.login_form .alert-danger {
    background: #f0f0f0;
    color: #999
}

.login_form .form-header {
    color: #999;
    font-family: '微软雅黑';
    margin-bottom: 20px
}

.login_form .input-wrap {
    position: relative;
    width: 100%;
    height: 45px;
    margin-bottom: 5px
}

.login_form .input-wrap input,
.login_form .input-wrap select {
    color: #999;
    text-indent: .5em;
    display: block!important;
    float: left;
    height: 35px!important;
    border: 1px solid #999!important;
    border-radius: 0;
    position: relative;
    font-size: 14px;
    width: 280px;
    line-height: 14px
}

.login_form .input-wrap .email_icon {
    width: 16px;
    height: 10px;
    position: absolute;
    left: 15px;
    top: 15px;
    background: url(images/email_icon.png) repeat scroll 0 0 transparent;
    z-index: 2;
    overflow: hidden
}

.login_form .input-wrap .password_icon {
    width: 12px;
    height: 16px;
    position: absolute;
    left: 15px;
    top: 12px;
    background: url(images/password_icon.png) repeat scroll 0 0 transparent;
    z-index: 2;
    overflow: hidden
}

.login_form .validateCode-wrap {
    color: #999
}

.login_form .validateCode-wrap input {
    height: 26px;
    vertical-align: middle
}

.login_form .validateCode-wrap .validateCodeRefresh {
    color: #999
}

.login_form .login-btn {
    margin-top: 10px;
    width: 280px;
    height: 35px;
    font-size: 14px
}

.link-modal .link-label {
    font-weight: 100;
    float: left
}

.link-modal .btn {
    width: 70px
}

.link-modal .btn-info {
    background-color: #63ba01
}

.link-modal .btn-default {
    background-color: #ccc;
    color: #fff
}

.edit_area .bar {
    position: absolute;
    z-index: 998;
    display: none
}

.edit_area .bar-n {
    width: 100%;
    height: 5px;
    top: 0;
    cursor: n-resize;
    background: url(/assets/images/bar-1px.png) repeat-x
}

.edit_area .bar-n div {
    position: absolute;
    left: 50%;
    top: -6px;
    margin-left: -6px
}

.edit_area .bar-s {
    width: 100%;
    height: 5px;
    bottom: 0;
    cursor: s-resize;
    background: url(/assets/images/bar-1px.png) repeat-x bottom
}

.edit_area .bar-s div {
    position: absolute;
    left: 50%;
    bottom: -6px;
    margin-left: -6px
}

.edit_area .bar-e {
    width: 5px;
    height: 100%;
    top: 0;
    right: 0;
    cursor: e-resize;
    background: url(/assets/images/bar-1px.png) repeat-y right
}

.edit_area .bar-e div {
    position: absolute;
    top: 50%;
    right: -6px;
    margin-top: -6px
}

.edit_area .bar-w {
    width: 5px;
    height: 100%;
    top: 0;
    cursor: w-resize;
    background: url(/assets/images/bar-1px.png) repeat-y
}

.edit_area .bar-w div {
    position: absolute;
    top: 50%;
    left: -6px;
    margin-top: -6px
}

.edit_area .bar-ne {
    top: -6px;
    right: -6px;
    cursor: ne-resize
}

.edit_area .bar-nw {
    top: -6px;
    left: -6px;
    cursor: nw-resize
}

.edit_area .bar-se {
    bottom: -6px;
    right: -6px;
    cursor: se-resize
}

.edit_area .bar-sw {
    bottom: -6px;
    left: -6px;
    cursor: sw-resize
}

.edit_area .bar-radius {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border: 1px solid #08a1ef;
    border-radius: 12px
}

.edit_area .boom {
    position: absolute;
    top: 0;
    width: 18px;
    height: 18px;
    background-image: url(/assets/images/create/area/boom.svg);
    pointer-events: none
}

.edit_area .boom1 {
    position: absolute;
    top: 0;
    width: 18px;
    height: 18px;
    background-image: url(/assets/images/create/area/boom1.svg);
    pointer-events: none
}

.edit_area .switch-original {
    position: absolute;
    top: 0;
    width: 18px;
    height: 18px;
    background-image: url(/assets/images/create/area/switch.png)
}

.edit_area .sound {
    position: absolute;
    top: 0;
    right: 0;
    background: #08a1ef;
    width: 20px;
    height: 20px;
    padding: 1px 0 0 2px;
    font-size: 18px;
    color: #fff
}

.mask-trigger {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background-color: rgba(0, 0, 0, .7)
}

.trigger-list {
    height: 466px
}

.trigger-list .modal-body {
    height: 333px;
    max-height: 333px;
    overflow-y: auto
}

.trigger-list .modal-body li {
    padding: 10px 0;
    border-bottom: 1px solid #ccd5db
}

.trigger-list .modal-body li:last-child {
    border: none
}

.trigger-elem-list {
    position: absolute;
    z-index: 10001;
    background-color: #fff;
    right: 200px;
    top: 100px;
    right: 350px;
    width: 300px
}

.comp-rotate .bar-rotate {
    top: -30px;
    left: 50%;
    margin-left: -6px;
    background-color: #44cb83;
    border: none;
    cursor: url(/assets/images/mouserotate.ico) 10 10, default
}

.comp-rotate .bar-line {
    width: 2px;
    height: 18px;
    top: -18px;
    left: 50%;
    margin-left: -1px;
    background-color: #44cb83
}

#comp_setting {
    position: fixed;
    width: 260px;
    background-color: #fff;
    top: 100px;
    right: 350px;
    z-index: 1100;
    box-shadow: 0 0 20px #000;
    box-shadow: 2px 2px 12px 4px rgba(51, 51, 102, .3)
}

#comp_setting input {
    border-radius: 0
}

#comp_setting .btn-option {
    height: 60px;
    padding: 15px 20px;
    background-color: #fff
}

#comp_setting .btn-option .btn {
    color: #fff;
    width: 100px
}

#comp_setting .btn-option .green {
    /*margin-right: 15px*/
}

#comp_setting .sliderContainer {
    position: absolute;
    height: 56px;
    width: 56px;
    top: 0;
    left: 50%;
    margin-left: -28px;
    background: url(/assets/images/create/shadow-round.png) 50% 50% no-repeat
}

#comp_setting .sliderKnob {
    position: absolute;
    height: 26px;
    width: 26px;
    top: 0;
    left: 50%;
    margin-left: -15px;
    margin-top: -12px;
    background: url(/assets/images/create/slider_sprite.png) 50% 0 no-repeat;
    cursor: pointer
}

#comp_setting .caret.off {
    border-left: 4px solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent
}

#comp_setting .style_content {
    background-color: #f0f3f4
}

#comp_setting .style_content .style_con_hei {
    padding: 0 20px;
    background-color: #fff
}

#comp_setting .style_content .style_con_hei div:last-child {
    border-bottom: none
}

#comp_setting .style_content .modal-footer {
    border-top: none
}

#comp_setting .style_content input[type=text],
#comp_setting .style_content input[type=number] {
    height: 20px;
    line-height: 20px
}

#comp_setting .style_content .style_list {
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    cursor: pointer
}

#comp_setting .style_content .style_list:hover,
#comp_setting .style_content .style_list.active {
    background-color: #f6f9fa
}

#comp_setting .style_content .border-bottom {
    border-bottom: 1px solid #ccd5db
}

#comp_setting .style_content .touming p.num {
    float: right;
    margin-top: 0
}

#comp_setting .style_content .touming p.num input {
    padding: 0;
    text-indent: .2em
}

#comp_setting .style_content .style_list_angel {
    border-bottom: 1px solid #ccd5db;
    padding: 7px 0;
    font-size: 12px
}

#comp_setting .style_content .style_list_angel label {
    font-size: 12px;
    float: left;
    width: 65px;
    font-weight: lighter;
    padding-top: 3px
}

#comp_setting .style_content .style_list_angel .input_kuang {
    width: 35px;
    height: 20px;
    background-color: #FFF;
    border: 1px solid #ccc
}

#comp_setting .style_content .style_list_angel .short {
    width: 45px
}

#comp_setting .style_content .style_list_angel .flo_lef,
#comp_setting .style_content .style_list_angel .flo_lef select {
    float: left;
    font-size: 12px
}

#comp_setting .style_content .style_list_angel .flo_right {
    float: right
}

#comp_setting .style_content .anim_area .eqf-no:hover {
    color: red
}

#comp_setting .style_content .anim_area .add-anim {
    /*padding: 10px 20px*/
}

#comp_setting .style_content .anim_area .add-anim .btn {
    width: 100px;
    color: #fff;
    padding-left: 22px;
    position: relative
}

#comp_setting .style_content .anim_area .add-anim .btn span {
    position: absolute;
    left: 10px;
    line-height: 18px
}

#comp_setting .style_content .anim_area .style_list_angel {
    padding: 7px 0
}

#comp_setting .style_content .trigger-area .trigger-panels .style_list_angel {
    padding: 7px 20px
}

#comp_setting .style_content .trigger-area form {
    background-color: #fff
}

#comp_setting .style_content .trigger-area .event-list .caret {
    margin-left: 20px
}

#comp_setting .style_content .trigger-area .event-panel .btn {
    color: #fff
}

#comp_setting .style_content .trigger-area .event-panel .add-trigger {
    height: 36px;
    width: 100px;
    background-color: #fff;
    border-radius: 3px;
    line-height: 36px;
    border: 1px solid #ccd5db;
    cursor: pointer;
    padding-left: 10px;
    position: relative
}

#comp_setting .style_content .trigger-area .event-panel .add-trigger .clickmore {
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px dashed;
    position: absolute;
    top: 16px;
    right: 15px
}

#comp_setting .style_content .trigger-area .random-event .caret {
    margin-left: 110px
}

#comp_setting .style_content .anim_area span,
#comp_setting .style_content .yangshi span,
#comp_setting .style_content .trigger-area span,
#comp_setting .style_content .anim_area em,
#comp_setting .style_content .yangshi em,
#comp_setting .style_content .trigger-area em {
    font-size: 12px
}

#comp_setting .style_content .yangshi {
    height: 410px;
    padding-top: 10px
}

#comp_setting .style_content .yangshi .caret {
    margin-left: 160px
}

#comp_setting .style_content .anim_area+.modal-footer,
#comp_setting .style_content .yangshi+.modal-footer,
#comp_setting .style_content .trigger-area+.modal-footer {
    padding: 0
}

#comp_setting .style_content .anim_area+.modal-footer .btn-main,
#comp_setting .style_content .yangshi+.modal-footer .btn-main,
#comp_setting .style_content .trigger-area+.modal-footer .btn-main {
    width: 90px
}

#comp_setting .style_content .anim_area+.modal-footer .btn-grey0,
#comp_setting .style_content .yangshi+.modal-footer .btn-grey0,
#comp_setting .style_content .trigger-area+.modal-footer .btn-grey0 {
    width: 90px;
    margin-left: 24px
}

#comp_setting .style_content .anim_area .event-list .select-trigger-item a,
#comp_setting .style_content .trigger-area .event-list .select-trigger-item a {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #fff;
    height: 36px;
    line-height: 36px;
    margin-top: 5px
}

#comp_setting .style_content .anim_area .event-list .select-trigger-item span,
#comp_setting .style_content .trigger-area .event-list .select-trigger-item span {
    cursor: pointer
}

#comp_setting .style_content .anim_area .event-list .select-trigger-item ul li a,
#comp_setting .style_content .trigger-area .event-list .select-trigger-item ul li a {
    width: 65px;
    height: 30px;
    line-height: 30px;
    background-color: transparent;
    text-align: left;
    display: inline-block
}

#comp_setting .style_content .anim_area .trigger-btn,
#comp_setting .style_content .trigger-area .trigger-btn {
    margin-top: 5px;
    height: 100px
}

#comp_setting .style_content .anim_area .trigger-btn ul,
#comp_setting .style_content .trigger-area .trigger-btn ul {
    padding: 1px 1px;
    box-shadow: 2px 2px 12px 4px rgba(51, 51, 102, .3);
    width: 144px
}

#comp_setting .style_content .anim_area .trigger-btn ul li,
#comp_setting .style_content .trigger-area .trigger-btn ul li {
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    padding-left: 5px;
    cursor: pointer
}

#comp_setting .style_content .anim_area .trigger-btn ul li:hover,
#comp_setting .style_content .trigger-area .trigger-btn ul li:hover {
    background-color: #63ba01;
    color: #fff
}

#comp_setting .style_content form input,
#comp_setting .style_content form select {
    height: 20px;
    line-height: 20px;
    padding: 0;
    border-radius: 0
}

#comp_setting .style_content form select {
    width: 100px;
    border: 1px solid #c9c9c9
}

#comp_setting .style_content form label {
    font-weight: lighter;
    margin-bottom: 0
}

#comp_setting .cancel {
    cursor: move;
    height: 30px;
    background-color: #31364a
}

#comp_setting .cancel .set-title {
    color: #fff;
    line-height: 30px;
    margin-left: 15px;
    font-size: 12px
}

#comp_setting .cancel .set-close {
    cursor: pointer;
    color: #FFF;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    right: 0
}

#comp_setting .cancel .set-close:hover {
    background-color: #ff5448
}

#comp_setting .nav-tabs {
    padding-top: 5px;
    background-color: #76838f;
    padding-left: 10px
}

#comp_setting .nav-tabs li {
    margin-right: 1px
}

#comp_setting .nav-tabs li.active a,
#comp_setting .nav-tabs a:hover {
    background-color: #f0f3f4;
    border: 1px solid #f0f3f4;
    color: #76838f!important;
    font-size: 12px
}

#comp_setting .nav-tabs a {
    font-size: 12px;
    color: #fff;
    width: 80px;
    text-align: center
}

#comp_setting .caozuo {
    background-color: #f7f7f7;
    padding: 12px
}

#comp_setting .caozuo div {
    float: left;
    width: 50%;
    text-align: center
}

#comp_setting .caozuo div a {
    margin-left: 10px;
    width: 90px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
    color: #FFF;
    border-radius: 2px
}

#comp_setting .caozuo .quding a {
    background-color: #9ad64b
}

#comp_setting .caozuo .quxiao a {
    background-color: #999
}

#comp_setting .arrow-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid red
}

.slider {
    float: left;
    width: 100px;
    height: 20px;
    cursor: w-resize;
    background-color: #ccd5db
}

.slider .slider-con {
    height: 20px;
    background-color: #66cc00
}

.slider:hover {
    background-color: #E1E8EA
}

.slider:hover .slider-con {
    background-color: #458900
}

.select-contain.select-great {
    position: relative;
    width: 100%;
    cursor: pointer
}

.select-contain.select-great .eqc-name {
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    padding-right: 12px
}

.select-contain.select-great .more {
    font-size: 14px
}

.select-contain.select-great.border-width .eqc-mask {
    width: 100%;
    border: 1px solid #ccd5db;
    border-radius: 3px;
    height: 36px;
    line-height: 36px
}

.select-contain.select-great.border-width .eqc-mask .eqc-name {
    padding: 0 12px 0 12px
}

.select-contain.select-great.border-width .eqc-mask:hover {
    background-color: #66cc00;
    border-color: #66cc00;
    color: #fff
}

.select-contain.select-great.border-width .eqc-mask:hover .more {
    color: #fff
}

.select-contain.select-great.border-width .eqc-mask .more {
    position: absolute;
    font-size: 14px;
    right: 9px;
    top: 50%;
    margin-top: -7px
}

.select-contain.select-great .eqc-mask .eqc-name,
.select-contain.select-great .eqc-mask .more {
    float: left
}

.select-contain.select-great .eqc-mask .more {
    display: block
}

.select-contain.select-great .eqc-mask:hover {
    color: #66cc00
}

.select-contain.select-great .eqc-drop-down-list {
    position: absolute;
    top: 36px;
    width: 100%;
    background-color: #fff;
    left: 0;
    cursor: pointer;
    z-index: 5;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, .1);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: 0 0
}

.select-contain.select-great .eqc-drop-down-list .list {
    position: relative;
    padding: 1px
}

.select-contain.select-great .eqc-drop-down-list .eqc-scroll {
    max-height: 210px;
    overflow: hidden
}

.select-contain.select-great .eqc-drop-down-list .eqc-scroll ul {
    height: inherit;
    line-height: inherit
}

.select-contain.select-great .eqc-drop-down-list li {
    width: 100%;
    line-height: 30px;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px
}

.select-contain.select-great .eqc-drop-down-list li:nth-child(2n) {
    background-color: #f7f7f7
}

.select-contain.select-great .eqc-drop-down-list li:hover,
.select-contain.select-great .eqc-drop-down-list li.active {
    background-color: #78e004;
    color: #fff
}

.select-contain.select-great .eqc-drop-down-list.visible {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    transform-origin: 0 0
}

.select-contain.select-lg {
    position: relative;
    width: 300px;
    cursor: pointer
}

.select-contain.select-lg .eqc-name {
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    padding-right: 15.33px
}

.select-contain.select-lg .more {
    font-size: 14px
}

.select-contain.select-lg.border-width .eqc-mask {
    width: 300px;
    border: 1px solid #ccd5db;
    border-radius: 3px;
    height: 46px;
    line-height: 46px
}

.select-contain.select-lg.border-width .eqc-mask .eqc-name {
    padding: 0 15.33px 0 15.33px
}

.select-contain.select-lg.border-width .eqc-mask:hover {
    background-color: #66cc00;
    border-color: #66cc00;
    color: #fff
}

.select-contain.select-lg.border-width .eqc-mask:hover .more {
    color: #fff
}

.select-contain.select-lg.border-width .eqc-mask .more {
    position: absolute;
    font-size: 14px;
    right: 11.5px;
    top: 50%;
    margin-top: -7px
}

.select-contain.select-lg .eqc-mask .eqc-name,
.select-contain.select-lg .eqc-mask .more {
    float: left
}

.select-contain.select-lg .eqc-mask .more {
    display: block
}

.select-contain.select-lg .eqc-mask:hover {
    color: #66cc00
}

.select-contain.select-lg .eqc-drop-down-list {
    position: absolute;
    top: 46px;
    width: 300px;
    background-color: #fff;
    left: 0;
    cursor: pointer;
    z-index: 5;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, .1);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: 0 0
}

.select-contain.select-lg .eqc-drop-down-list .list {
    position: relative;
    padding: 1px
}

.select-contain.select-lg .eqc-drop-down-list .eqc-scroll {
    max-height: 210px;
    overflow: hidden
}

.select-contain.select-lg .eqc-drop-down-list .eqc-scroll ul {
    height: inherit;
    line-height: inherit
}

.select-contain.select-lg .eqc-drop-down-list li {
    width: 300px;
    line-height: 30px;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px
}

.select-contain.select-lg .eqc-drop-down-list li:nth-child(2n) {
    background-color: #f7f7f7
}

.select-contain.select-lg .eqc-drop-down-list li:hover,
.select-contain.select-lg .eqc-drop-down-list li.active {
    background-color: #59c3f9;
    color: #fff
}

.select-contain.select-lg .eqc-drop-down-list.visible {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    transform-origin: 0 0
}

.select-contain.select-base {
    position: relative;
    width: 100%;
    cursor: pointer
}

.select-contain.select-base .eqc-name {
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    padding-right: 12px
}

.select-contain.select-base .more {
    font-size: 12px
}

.select-contain.select-base.border-width .eqc-mask {
    width: 100%;
    border: 1px solid #ccd5db;
    border-radius: 3px;
    height: 36px;
    line-height: 36px
}

.select-contain.select-base.border-width .eqc-mask .eqc-name {
    padding: 0 12px 0 12px
}

.select-contain.select-base.border-width .eqc-mask:hover {
    background-color: #66cc00;
    border-color: #66cc00;
    color: #fff
}

.select-contain.select-base.border-width .eqc-mask:hover .more {
    color: #fff
}

.select-contain.select-base.border-width .eqc-mask .more {
    position: absolute;
    font-size: 12px;
    right: 9px;
    top: 50%;
    margin-top: -6px
}

.select-contain.select-base .eqc-mask .eqc-name,
.select-contain.select-base .eqc-mask .more {
    float: left
}

.select-contain.select-base .eqc-mask .more {
    display: block
}

.select-contain.select-base .eqc-mask:hover {
    color: #66cc00
}

.select-contain.select-base .eqc-drop-down-list {
    position: absolute;
    top: 36px;
    width: 100%;
    background-color: #fff;
    left: 0;
    cursor: pointer;
    z-index: 5;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, .1);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: 0 0
}

.select-contain.select-base .eqc-drop-down-list .list {
    position: relative;
    padding: 1px
}

.select-contain.select-base .eqc-drop-down-list .eqc-scroll {
    max-height: 210px;
    overflow: hidden
}

.select-contain.select-base .eqc-drop-down-list .eqc-scroll ul {
    height: inherit;
    line-height: inherit
}

.select-contain.select-base .eqc-drop-down-list li {
    width: 100%;
    line-height: 30px;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px
}

.select-contain.select-base .eqc-drop-down-list li:nth-child(2n) {
    background-color: #f7f7f7
}

.select-contain.select-base .eqc-drop-down-list li:hover,
.select-contain.select-base .eqc-drop-down-list li.active {
    background-color: #66cc00;
    color: #fff
}

.select-contain.select-base .eqc-drop-down-list.visible {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    transform-origin: 0 0
}

.select-contain.select-sm {
    position: relative;
    
    cursor: pointer
}

/*修改*/
.select-contain.select-sm .eqc-name {
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    padding-right: 12px
}

.select-contain.select-sm .more {
    font-size: 12px
}

.select-contain.select-sm.border-width .eqc-mask {
    width: 120px;
    border: 1px solid #ccd5db;
    border-radius: 3px;
    height: 30px;
    line-height: 30px
}

.select-contain.select-sm.border-width .eqc-mask .eqc-name {
    padding: 0 10px 0 10px
}

.select-contain.select-sm.border-width .eqc-mask:hover {
    background-color: #66cc00;
    border-color: #66cc00;
    color: #fff
}

.select-contain.select-sm.border-width .eqc-mask:hover .more {
    color: #fff
}

.select-contain.select-sm.border-width .eqc-mask .more {
    position: absolute;
    font-size: 12px;
    right: 7.5px;
    top: 50%;
    margin-top: -6px
}

.select-contain.select-sm .eqc-mask .eqc-name,
.select-contain.select-sm .eqc-mask .more {
    float: left
}

.select-contain.select-sm .eqc-mask .more {
    display: block
}

.select-contain.select-sm .eqc-mask:hover {
    color: #66cc00
}

.select-contain.select-sm .eqc-drop-down-list {
    position: absolute;
    top: 30px;
    width: 120px;
    background-color: #fff;
    left: 0;
    cursor: pointer;
    z-index: 5;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, .1);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: 0 0
}

.select-contain.select-sm .eqc-drop-down-list .list {
    position: relative;
    padding: 1px
}

.select-contain.select-sm .eqc-drop-down-list .eqc-scroll {
    max-height: 210px;
    overflow: hidden
}

.select-contain.select-sm .eqc-drop-down-list .eqc-scroll ul {
    height: inherit;
    line-height: inherit
}

.select-contain.select-sm .eqc-drop-down-list li {
    width: 120px;
    line-height: 30px;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px
}

.select-contain.select-sm .eqc-drop-down-list li:nth-child(2n) {
    background-color: #f7f7f7
}

.select-contain.select-sm .eqc-drop-down-list li:hover,
.select-contain.select-sm .eqc-drop-down-list li.active {
    background-color: #78e004;
    color: #fff
}

.select-contain.select-sm .eqc-drop-down-list.visible {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    transform-origin: 0 0
}

.select-panel {
    position: absolute;
    left: 781px;
    top: 3px;
    width: 300px;
    background-color: #fff;
    box-shadow: 2px 2px 12px 4px rgba(51, 51, 102, .3);
    /*border-radius: 6px;*/
    z-index: 1040
}

.select-panel .modal-header {
    background-color: #66cc00;
    border-radius: 0;
    color: #fff;
    font-size: 15px;
}

.select-panel .select-content {
    padding: 18px 15px;
}

.select-panel .select-content li {
    display: inline-block;
    margin-right: 10px
}

.select-panel .select-content li:last-child {
    margin-right: 0
}

.select-panel .select-content li a span {
    font-size: 21px;
    color: #66cc00;
}

.select-panel .select-content li a:hover span {
    color: #66cc00
}

.select-panel .select-content ul:first-child {
    margin-bottom: 12px;
    padding-bottom: 6px;
    /*border-bottom: 1px solid #e7e7e7*/
}

.seven-contain .modal-dialog {
    width: 780px;
    margin-left: -390px;
}

/*.pictures1 .modal-dialog {
    margin: 0 auto;
}*/

.pictures2 .modal-dialog{
    width:1000px;
    margin-left: -500px;
}

.seven0-contain .modal-dialog {
    width: 700px;
    margin-left: -350px;
}

.six-contain .modal-dialog {
    width: 600px;
    margin-left: -300px;
}

.five-contain .modal-dialog {
  width: 500px;;
    margin-left: -250px;
}

.img_console .modal-dialog {
    width: 960px;
    margin-left: -480px;
}
.psd_console .modal-dialog{
    width: 960px;
    margin-left: -480px;
    margin-top: 26px;
}
.video_upload_console .modal-dialog{
    width: 960px;
    margin-left: -480px;
    top: 50%;
    margin-top: -275px;
}
.ppt_console .modal-dialog {
    width: 960px;
    margin-left: -480px;
}
.preview_console .modal-dialog {
    width: 960px;;
    margin-left: -480px;
}

.preview_console .modal-content{
    background-color: rgba(255,255,255,0.9);
    padding: 20px 0;
    top: 0px; 
}
.modal-backdrop{
    z-index: 1070 !important;
}
.modal{
    z-index: 1080 !important;
}
.six-contain .form-contain {
    position: relative;
    /*width: 450px;*/
    /*left: 50%;
    margin-left: -225px*/
}

.six-contain .form-contain .form-list .form-label {
    width: 98px;
    font-size: 12px
}

.six-contain .form-contain .form-list .form-input,
.six-contain .form-contain .form-list input[type=text],
.six-contain .form-contain .form-list input[type=password] {
    width: 330px;
    font-size: 12px
}

.seven-contain .form-contain {
    position: relative;
   /* width: 690px;
    left: 50%;
    margin-left: -345px*/
}

.seven-contain .form-contain .form-list .form-label {
    width: 95px
}

.seven-contain .form-contain .form-list input[type=text] {
    width: 530px
}

.form-contain .form-list:first-child {
    margin-top: 0
}

.form-contain .form-list {
    margin-top: 13px
}

.form-contain .form-list .form-label,
.form-contain .form-list .form-input {
    float: left;
    display: inline-block
}

.form-contain .form-list .form-label {
    /*text-align: right;*/
    padding-top: 12px
}

.n_modal .form-contain .form-list .form-label{
    padding-top:9px;
}
.n_modal .form-contain .form-list .form-image .btn-picture{
    text-align:center;
    font-size:12px;
    background-color:#66cc00;
    border-radius:0;
    vertical-align:middle;
    position: absolute;
    top: 18px;
}

.form-contain .form-list .form-input {
    height: 35px;
    line-height: 35px;
    margin-left: 10px
}

.form-contain .form-list .form-image {
    width: 330px;
    margin-left: 20px;
    float: left;
    display: inline-block;
    position: relative;
}

.form-contain .form-list .form-image img ,.counter-group .form-image img{
   /* width: 115px;
    height: 115px*/
    width: 70px;
    height: 70px;
    border: 1px solid #66cc00;
}

.form-contain .form-list .form-image .btn-picture {
    /*width: 80px;
    height: 30px;
    line-height: 30px;
    vertical-align: bottom;
    margin-left: 10px*/
    width: 100px;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    margin-left: 20px;
    display: inline-block;
    border: 1px solid #66cc00;
    text-align: center;
    border-radius: 0;
    background-color: #66cc00;
}

.form-contain .error_text {
    color: red;
    margin: 5px 0 0 115px
}

.dialog-contain .dialog-head {
    background-color: #63ba01;
    padding: 22px 0;
    text-align: center;
    color: #FFF
}

.dialog-contain .dialog-head h1 {
    font-size: 30px;
    padding-bottom: 20px;
    font-weight: lighter
}

.dialog-contain .dialog-head p {
    font-size: 16px
}

.dialog-contain .dialog-head .bbs-help-tip-media {
    position: absolute;
    right: 22px;
    top: 10px;
    text-decoration: none;
    outline: 0;
    color: #fff
}

.dialog-contain .dialog-head .bbs-help-tip-media:hover {
    color: #999
}

.dialog-contain .dialog-head .bbs-help-tip-media span {
    font-size: 18px;
    text-decoration: none
}

.dialog-contain .dialog-content {
    margin-top: 20px
}

.btn-contain {
    text-align: center;
    padding: 26px 0
}

.btn-small a {
    width: 100px;
    height: 36px;
    line-height: 36px;
    padding: 0;
    border-radius: 3px
}

.btn-small a:first-child {
    margin-right: 10px
}

.btn-small a:last-child {
    margin-left: 10px
}

.btn-big a {
    width: 150px;
    height: 40px;
    line-height: 40px;
    padding: 0
}

.btn-big a:first-child {
    margin-right: 25px
}

.btn-big a:last-child {
    margin-left: 25px
}

.effect-console .modal-content {
    left: -52px;
    width: 690px
}

.effect-console .modal-content .dialog-head {
    background-color: #f0f0f0;
    text-align: center;
    height: 50px;
    line-height: 50px;
    padding: 13px 0
}

.effect-console .modal-content .dialog-head h1 {
    user-select: none;
    font: 18px 'microsoft yahei';
    color: #666;
    text-align: left;
    text-indent: 20px
}

.effect-console .modal-content .dialog-head a {
    right: 48px;
    top: 4px;
    color: #666
}

.effect-console .modal-content .dialog-head a:hover {
    color: #fff
}

.effect-console .modal-content .dialog-head .close-icon {
    position: absolute;
    top: -1px;
    right: 10px;
    color: #666;
    font-size: 35px
}

/*.effect-console .modal-content .dialog-content .modify_area .effect-list {
    padding-top: 10px;
    height: 50px;
    background-color: #e1e1e1
}*/

.effect-console .modal-content .dialog-content .modify_area .effect-list ul {
    text-align: left;
    text-indent: 10px
}

.effect-console .modal-content .dialog-content .modify_area .effect-list ul li {
    text-align: center;
    text-indent: 0;
    font: 14px 'microsoft yahei';
    color: #949494
}

.effect-console .modal-content .dialog-content .modify_area .effect-list ul .select-effect {
    color:#66cc00;
        background: url(/assets/images/re-design/bg_console_ico2.png) no-repeat 22px 33px;
}

.effect-console .modal-content .dialog-content .modify_area .effect-detail {
    height: 345px
}

.effect-console .modal-content .dialog-content .modify_area .effect-detail .form-list {
    height: 40px
}

.effect-console .modal-content .dialog-content .modify_area .effect-detail .form-list .form-label {
    font: 13px 'microsoft yahei';
    color: #333;
    text-align: left;
    text-indent: 18px;
    width: 105px
}

.effect-console .modal-content .dialog-content .modify_area .effect-detail .form-list .form-input .eqc-input-number {
    padding: 8px;
    width: 120px;
    height: 30px;
    line-height: 30px;
    color: #666;
    background-color: #f0f0f0;
    cursor: col-resize;
    ime-mode: disabled;
    border: 1px solid #e6e6e6
}

.effect-console .modal-content .dialog-content .modify_area .effect-detail .form-list .tooltip {
    top: 44px;
    right: 13px;
    opacity: 1
}

.effect-console .modal-content .dialog-content .modify_area .effect-detail .form-list .tooltip .tooltip-inner {
    color: #fff;
    font-size: 12px;
    text-align: left;
    text-indent: 15px;
    padding: 8px 9px;
    height: 66px;
    max-width: 177px
}

.effect-console .modal-content .btn-contain {
    text-align: right;
    width: 650px;
    margin-left: 20px;
    border-top: 1px solid #f0f0f0;
    padding: 7px 0
}

.effect-console .modal-content .btn-contain a {
    margin-left: -10px;
    width: 100px;
    height: 36px;
    color: #fff
}

#activeTwo {
    background-color: #63ba01;
    padding-bottom: 20px;
    color: #444
}

#activeTwo .active-banner {
    margin-bottom: 46px
}

#activeTwo .active-banner img {
    width: 100%
}

#activeTwo h1 {
    font-size: 34px;
    color: #005ea6;
    background: url(/assets/images/active/visitor_05.png) no-repeat;
    width: 531px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    position: absolute;
    top: -21px;
    left: 50%;
    margin-left: -265px
}

#activeTwo h2 {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 10px
}

#activeTwo p {
    line-height: 22px
}

#activeTwo a {
    color: #63ba01;
    text-decoration: underline
}

#activeTwo .first {
    padding-left: 30px!important
}

#activeTwo .first p,
#activeTwo .first h2 {
    text-indent: 2em
}

#activeTwo .active-list {
    margin: 0 auto;
    width: 1130px;
    background-color: #b6e5fd;
    position: relative;
    border-top: 50px solid #078cd0;
    border-bottom: 50px solid #71c9ff
}

#activeTwo .active-list img {
    padding: 10px 0
}

#activeTwo .active-list .triangle-top {
    position: absolute;
    left: 0;
    right: 0;
    top: -50px
}

#activeTwo .active-list .triangle-top .icon-left {
    width: 0;
    height: 0;
    border-top: 50px solid #08a1ef;
    border-right: 50px solid transparent;
    float: left
}

#activeTwo .active-list .triangle-top .icon-right {
    width: 0;
    height: 0;
    border-top: 50px solid #08a1ef;
    border-left: 50px solid transparent;
    float: right
}

#activeTwo .active-list .triangle-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px
}

#activeTwo .active-list .triangle-bottom .icon-left {
    width: 0;
    height: 0;
    border-bottom: 50px solid #08a1ef;
    border-right: 50px solid transparent;
    float: left
}

#activeTwo .active-list .triangle-bottom .icon-right {
    width: 0;
    height: 0;
    border-bottom: 50px solid #08a1ef;
    border-left: 50px solid transparent;
    float: right
}

#activeTwo .active-list .active-bg {
    padding: 90px 40px 50px 40px
}

#activeTwo .active-list .active-con {
    background-color: #fff;
    padding: 40px 45px 40px 60px
}

#activeTwo .active-list .active-con h2:first-child {
    padding-top: 0
}

#activeTwo .backHome {
    position: fixed;
    right: 20px;
    bottom: 10px;
    background-color: rgba(0, 0, 0, .5);
    width: 80px;
    height: 80px;
    text-align: center
}

#activeTwo .backHome a {
    color: #fff;
    display: block;
    text-decoration: none
}

#activeTwo .backHome span {
    font-size: 14px;
    display: block
}

#activeTwo .backHome span:first-child {
    font-size: 28px;
    padding-top: 14px;
    padding-bottom: 10px
}

#show-contain {
    color: #666;
}

#show-contain .pagination .active a {
    color: #fff
}

#show-contain .pagination .active a:hover {
    color: #fff
}

#show-contain a:link {
    text-decoration: none
}

#show-contain a:visited {
    text-decoration: none
}

#show-contain a:hover {
    text-decoration: none
}

#show-contain .red {
    color: red
}

#show-contain .hui {
    background-color: #999
}

#show-contain .mt {
    margin-top: 20px
}

#show-contain .hd-lunbo .pagination,
#show-contain .active-lunbo .pagination {
    display: none
}

#show-contain h3,
#show-contain p.dec {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

#show-contain .hd-icon .prev,
#show-contain .hd-icon .next {
    position: absolute;
    display: block;
    height: 40px;
    width: 30px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    color: #ccc;
    z-index: 1000
}

#show-contain .hd-icon .prev:hover,
#show-contain .hd-icon .next:hover {
    color: #63ba01
}

#show-contain .hd-icon .prev {
    left: 0
}

#show-contain .hd-icon .next {
    right: 0
}

#show-contain .cake {
    background-color: #999;
    height: 40px;
    line-height: 40px;
    color: #fff
}

#show-contain .cake a {
    color: #fff
}

#show-contain .cake a:hover {
    color: #63ba01
}

#show-contain .same-content {
    width: 1000px;
    margin: 0 auto;
    position: relative
}

#show-contain h2 {
    font-size: 34px;
    color: #666;
    height: 70px;
    line-height: 70px;
    margin-top: 40px
}

#show-contain h2 a {
    float: right;
    font-size: 14px
}

#show-contain h2 span {
    color: #ccc;
    font-size: 14px;
    padding-left: 10px
}

#show-contain .show-head header {
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

#show-contain .show-head header ul {
    float: right
}

#show-contain .show-head header ul li {
    float: left;
    width: 100px;
    text-align: center;
    display: block
}

#show-contain .show-head header ul li a {
    color: #fff
}

#show-contain .show-head header ul li:hover {
    background-color: #63ba01
}

#show-contain .show-head header .logo {
    float: left
}

#show-contain .show-head .banner {
    text-align: center;
    height: 360px;
    background: url(images/show/banner1.jpg) no-repeat center center
}

#show-contain .show-head .banner .input-search {
    width: 520px;
    position: relative;
    left: 50%;
    margin-left: -260px
}

#show-contain .show-head .banner .input-search .search-icon {
    position: absolute;
    font-size: 24px;
    color: #fff;
    right: 15px;
    top: 13px
}

#show-contain .show-head .banner .big-font {
    padding: 105px 0 50px 0
}

#show-contain .show-head .banner .search {
    width: 100%;
    border-radius: 25px;
    border: 1px solid #fff;
    background-color: rgba(93, 140, 176, .3);
    color: #fff;
    margin-bottom: 60px;
    height: 50px;
    line-height: 50px;
    padding: 0 40px 0 20px
}

#show-contain .show-head nav {
    background-color: #fff;
    height: 80px;
    line-height: 80px;
    text-align: center
}

#show-contain .show-head nav ul li {
    display: inline-block;
    margin-right: 35px;
    font-size: 24px
}

#show-contain .show-head nav ul li a {
    color: #333
}

#show-contain .show-head nav ul li a:hover,
#show-contain .show-head nav ul li a.active {
    color: #63ba01
}

#show-contain .show-con {
    margin-top: 20px
}

#show-contain .show-con .hd-lunbo {
    width: 650px;
    height: 260px;
    float: left;
    position: relative
}

#show-contain .show-con .hd-lunbo .prev,
#show-contain .show-con .hd-lunbo .next {
    top: 110px
}

#show-contain .show-con aside {
    width: 330px;
    float: left;
    background-color: #fff;
    padding: 0 20px 10px 20px;
    margin-left: 20px
}

#show-contain .show-con aside h2 {
    margin-top: 0
}

#show-contain .show-con aside ul li {
    border-top: 1px solid #e6e6e6;
    height: 60px;
    line-height: 60px
}

#show-contain .show-con aside ul li a {
    color: #666
}

#show-contain .show-con aside ul li a:hover {
    color: #63ba01
}

#show-contain .show-con aside ul li a img {
    width: 40px;
    height: 40px
}

#show-contain .show-list .category_sort {
    float: right
}

#show-contain .show-list .category_sort a {
    float: none;
    margin: 0 5px
}

#show-contain .show-list .category_sort a.active {
    color: #63ba01
}

#show-contain .show-list h2 {
    background-color: #fff;
    padding: 0 20px
}

#show-contain .show-list .category {
    background-color: #fff
}

#show-contain .show-list .category_two {
    margin: 0 20px 0 20px;
    padding-top: 20px;
    border-top: 1px solid #eee
}

#show-contain .show-list .category_two li {
    background-color: #f7f7f7;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 17px 20px 0!important
}

#show-contain .show-list .category_two li a {
    margin: 0 auto;
    background: 0 0;
    width: 70px;
    overflow: hidden
}

#show-contain .show-list .category_two li:hover,
#show-contain .show-list .category_two li.active {
    background-color: #63ba01
}

#show-contain .show-list .category_two li:hover a,
#show-contain .show-list .category_two li.active a {
    color: #fff
}

#show-contain .show-list .category_two li:nth-child(10n) {
    margin: 0 0 20px 0!important
}

#show-contain .show-list ul {
    margin-top: 20px
}

#show-contain .show-list ul li {
    float: left;
    margin: 0 20px 20px 0;
    width: 235px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    background-color: #fff
}

#show-contain .show-list ul li .screen-use {
    position: absolute;
    right: 40px;
    bottom: 9px;
    display: block;
    width: 40px;
    height: 24px;
    background-color: #63ba01;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    color: #fff
}

#show-contain .show-list ul li a img {
    width: 235px;
    height: 235px
}

#show-contain .show-list ul li:nth-child(4n) {
    margin-right: 0
}

#show-contain .show-list ul li p {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 10px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

#show-contain .show-list ul li p em {
    padding-right: 5px;
    float: left;
    margin-top: 12px;
    font-size: 14px
}

#show-contain .show-list ul li p .auth {
    float: right
}

#show-contain .show-list ul li p .auth img {
    width: 24px;
    height: 24px
}

#show-contain .show-list ul li p:last-child {
    line-height: 36px
}

#show-contain .tuijian ul li {
    margin-bottom: 0
}

#show-contain .baoming .enter-btn a {
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #63ba01;
    display: block;
    color: #fff
}

#show-contain .baoming .enter-btn a:hover {
    background-color: green
}

#show-contain .baoming .enter-btn {
    padding-bottom: 20px
}

#show-contain .jieshao {
    background-color: #fff;
    padding: 0 20px
}

#show-contain .jieshao .introduction-con {
    border-top: 1px solid #e6e6e6;
    padding: 20px 0
}

#show-contain .jieshao .introduction-con p {
    line-height: 25px
}

#show-contain .page-turning .pagination {
    margin: 0
}

#show-contain .page-turning ul li {
    float: left;
    margin-right: 5px
}

#show-contain .page-turning ul li a {
    display: block;
    width: 36px;
    height: 36px;
    padding: 0;
    text-align: center;
    line-height: 36px;
    color: #999!important;
    font-size: 12px
}

#show-contain .page-turning ul li a:hover {
    background-color: #63ba01;
    color: #fff!important
}

#show-contain .page-turning ul li.active {
    background-color: #63ba01
}

#show-contain .page-turning ul li.active a {
    color: #fff!important
}

#show-contain .hezuo {
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 20px
}

#show-contain .hezuo ul {
    border-top: 1px solid #e6e6e6;
    padding-top: 20px
}

#show-contain .hezuo ul li {
    float: left;
    width: 197px;
    height: 98px;
    border: 1px solid #e6e6e6;
    margin: 0 57px 20px 0
}

#show-contain .hezuo ul li:nth-child(4n) {
    margin-right: 0
}

#show-contain .hezuo ul li img {
    width: 100%;
    height: 100%
}

#show-contain .active-lunbo img {
    width: 1000px;
    height: 400px
}

#show-contain .active-lunbo .hd-icon .prev,
#show-contain .active-lunbo .hd-icon .next {
    top: 180px
}

#show-contain .active-list {
    background-color: #fff;
    padding: 0 20px;
    margin-bottom: 20px
}

#show-contain .active-list ul li {
    border-top: 1px solid #e6e6e6;
    padding: 10px 0
}

#show-contain .active-list ul li img {
    width: 40px;
    height: 40px;
    margin-right: 10px
}

#show-contain .active-list ul li .join.hdList a {
    text-align: center;
    background-color: #63ba01;
    color: #fff
}

#show-contain .active-list ul li .join.hdList a:hover {
    background-color: #56c6ff
}

#show-contain .active-list ul li .join {
    float: right;
    line-height: 40px
}

#show-contain .active-list ul li .join a {
    border-radius: 0;
    width: 80px;
    height: 40px;
    padding: 0;
    display: inline-block
}

#show-contain .active-list ul li span {
    padding-right: 20px;
    font-size: 12px
}

#show-contain .search {
    padding: 0 20px 20px 20px;
    background-color: #fff
}

#show-contain .search input,
#show-contain .search a {
    float: left;
    display: inline-block
}

#show-contain .search input {
    width: 720px;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
    background-color: #f7f7f7
}

#show-contain .search a {
    background-color: #63ba01;
    height: 60px;
    width: 220px;
    margin-left: 20px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 60px
}

#show-contain .search a em {
    padding-right: 10px
}

#show-contain .search-con {
    padding: 20px 20px 0 0
}

#show-contain .search-con .key {
    color: red
}

#show-contain p.guanzhu a {
    padding: 5px 15px;
    color: #fff
}

#show-contain p.guanzhu a em {
    padding-right: 5px
}

#show-contain p.guanzhu a:first-child {
    background-color: #63ba01;
    margin-right: 10px
}

#show-contain p.guanzhu a:last-child {
    background-color: #999
}

#show-contain .visitor-contain a {
    color: #666
}

#show-contain .visitor-contain a:hover {
    color: #63ba01
}

#show-contain .visitor-contain h2 {
    border-bottom: 1px solid #e6e6e6;
    margin-top: 0
}

#show-contain .visitor-contain h2 span {
    float: right
}

#show-contain .visitor-contain h2 a {
    margin: 0 5px
}

#show-contain .visitor-contain h2 a:hover {
    color: #63ba01
}

#show-contain .visitor-contain .visitor-same {
    padding-top: 20px
}

#show-contain .visitor-contain .visitor-same .visitor-one img {
    float: left;
    margin-right: 20px
}

#show-contain .visitor-contain .visitor-same .visitor-one h3 {
    font-size: 14px
}

#show-contain .visitor-contain .visitor-same .visitor-one .dec {
    padding: 15px 0;
    line-height: 16px;
    height: 46px
}

#show-contain .visitor-contain .visitor-same .visitor-works ul {
    padding: 20px 0
}

#show-contain .visitor-contain .visitor-same .visitor-works ul li:nth-child(2) {
    margin: 10px 0
}

#show-contain .visitor-contain .visitor-same .visitor-works ul li span {
    padding-right: 5px
}

#show-contain .visitor-contain .visitor-same .visitor-works ul li a {
    padding-left: 5px
}

#show-contain .visitor-item {
    font-size: 12px;
    margin-top: 40px
}

#show-contain .visitor-item h2 {
    background-color: #fff;
    padding: 0 20px
}

#show-contain .visitor-item h2 em {
    padding-right: 10px
}

#show-contain .visitor-item ul {
    margin-top: 20px
}

#show-contain .visitor-item ul li {
    float: left;
    width: 320px;
    margin: 0 20px 20px 0;
    background-color: #fff;
    padding: 20px 20px 0 20px
}

#show-contain .visitor-item ul li:nth-child(3n) {
    margin-right: 0
}

#show-contain .visitor-item ul li ul {
    margin: 0
}

#show-contain .visitor-item ul li li {
    float: none;
    padding: 0;
    margin: 0;
    width: auto
}

#show-contain .visitor {
    margin-top: 40px;
    font-size: 12px
}

#show-contain .visitor section,
#show-contain .visitor aside {
    float: left;
    background-color: #fff;
    padding: 0 20px
}

#show-contain .visitor section .apply_showker,
#show-contain .visitor aside .apply_showker {
    font-size: 12px;
    color: #63ba01
}

#show-contain .visitor section {
    width: 660px;
    margin-right: 20px;
    position: relative
}

#show-contain .visitor section .other-label {
    position: absolute;
    top: 30px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    padding: 10px
}

#show-contain .visitor section .other-label .btn-main {
    color: #fff;
    padding: 0;
    font-size: 12px
}

#show-contain .visitor section .select-list {
    width: 100%;
    margin-top: 29px;
    line-height: 24px;
    position: relative
}

#show-contain .visitor section .select-list .other-label {
    font-size: 12px
}

#show-contain .visitor section .select-list span {
    padding-right: 10px
}

#show-contain .visitor section .select-list .more {
    position: absolute;
    right: 0
}

#show-contain .visitor section .select-list a {
    margin-left: 5px;
    padding: 0 5px;
    display: inline-block
}

#show-contain .visitor section .select-list a:hover,
#show-contain .visitor section .select-list a.active,
#show-contain .visitor section .select-list a.more:hover {
    background-color: #63ba01;
    color: #fff
}

#show-contain .visitor section .select-list a.more {
    color: #63ba01
}

#show-contain .visitor section .select-list:last-child {
    padding-bottom: 43px
}

#show-contain .visitor aside {
    width: 320px
}

#show-contain .visitor-xq {
    margin-top: 20px;
    background-color: #fff;
    padding: 20px;
    font-size: 12px
}

#show-contain .visitor-xq img {
    float: left;
    margin-right: 20px
}

#show-contain .visitor-xq .visitor-dec h4 {
    font-size: 24px
}

#show-contain .visitor-xq .visitor-dec h4 span {
    float: right;
    font-size: 12px
}

#show-contain .visitor-xq .visitor-dec h4 span em:last-child {
    padding-left: 10px
}

#show-contain .visitor-xq .visitor-dec .des {
    margin: 15px 0;
    line-height: 22px;
    height: 85px;
    overflow: hidden
}

#show-contain .visitor-xq .visitor-dec ul li {
    margin-top: 10px
}

#show-contain .visitor-xq .visitor-dec ul li span {
    margin-right: 10px
}

#show-contain .visitor-xq .guanzhu {
    margin-top: 20px
}

#show-contain .visitor-xq .contact {
    text-align: right;
    margin-top: 15px
}

#show-contain .visitor-xq .contact a {
    color: #fff;
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 26px;
    margin-left: 7px
}

#show-contain .visitor-xq .contact .qq {
    background-color: #63ba01
}

#show-contain .visitor-xq .contact .weixin {
    background-color: #9ad64b
}

#show-contain .visitor-xq .contact .phone {
    background-color: #9b7acc
}

#show-contain .visitor-xq .contact .hui {
    background-color: #999!important
}

#show-contain .visitor-xq .contact .sixin {
    background-color: #466ec9
}

.support-contain {
    margin: 100px auto 0;
    width: 765px;
    padding: 30px;
    background-color: #fff;
    font-size: 16px;
    border-radius: 20px;
    box-shadow: 0 0 10px 1px #efefef;
    height: 310px;
    font-family: "Microsoft YaHei", Tahoma, Helvetica, Arial, sans-serif
}

.support-contain .imgie {
    float: left;
    margin-right: 40px
}

.support-contain .h3ie {
    padding-top: 10px;
    font-size: 16px;
    font-weight: 400
}

.support-contain ul {
    list-style: none
}

.support-contain ul li {
    float: left;
    text-align: center;
    margin: 35px 35px 0 0;
    margin-right: 5px\0
}

.support-contain ul li a {
    font-size: 14px;
    color: #014051;
    text-decoration: none
}

.support-contain ul li img {
    display: block;
    margin-bottom: 1em;
    border: none;
    height: 64px
}

.scene-setting .showxiu {
    z-index: 1051;
    display: none
}

.scene-setting .showin {
    display: block
}

@-webkit-keyframes start {
    0%,
    30% {
        opacity: 0;
        -webkit-transform: translate(0, 10px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate(0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(0, -8px)
    }
}

@-moz-keyframes start {
    0%,
    30% {
        opacity: 0;
        -moz-transform: translate(0, 10px)
    }
    60% {
        opacity: 1;
        -moz-transform: translate(0, 0)
    }
    100% {
        opacity: 0;
        -moz-transform: translate(0, -8px)
    }
}

@keyframes start {
    0%,
    30% {
        opacity: 0;
        transform: translate(0, 10px)
    }
    60% {
        opacity: 1;
        transform: translate(0, 0)
    }
    100% {
        opacity: 0;
        transform: translate(0, -8px)
    }
}

.scene-setting .setting-bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 50px;
    bottom: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1042
}

.scene-setting .ctrl-panel {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: 163px;
    margin-top: -100px
}

.scene-setting .ctrl-panel .pre-page,
.scene-setting .ctrl-panel .next-page {
    cursor: pointer;
    width: 30px;
    height: 80px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #2096f9;
    font-size: 12px;
    text-align: center;
    border: 1px solid #2096f9;
    color: #fff;
    position: absolute;
    padding: 20px 8px;
    margin-top: -50px
}

.scene-setting .ctrl-panel .pre-page {
    top: -47px
}

.scene-setting .ctrl-panel .next-page {
    top: 47px
}

.scene-setting .phone-option {
    top: 50%;
    left: 50%;
    position: absolute;
    margin-left: -160px;
    margin-top: 293px;
    width: 320px;
    height: 30px
}

.scene-setting .phone-option .prePage,
.scene-setting .phone-option .nextPage {
    width: 30px;
    height: 30px;
    background-color: #666;
    position: absolute;
    border-radius: 4px;
    color: #fff;
    cursor: pointer
}

.scene-setting .phone-option .prePage span,
.scene-setting .phone-option .nextPage span {
    line-height: 30px;
    padding-left: 6px
}

.scene-setting .phone-option .prePage {
    left: 120px
}

.scene-setting .phone-option .nextPage {
    right: 120px
}

.scene-setting .left-con {
    position: fixed;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 640px;
    z-index: 1050;
    overflow: hidden
}

.scene-setting .phone {
    background-image: url(images/create/phone.svg);
    width: 326px;
    height: 620px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -163px;
    margin-top: -340px
}

.scene-setting .phone .name {
    position: absolute;
    top: 60px;
    width: 100%;
    text-align: center;
    color: #fff
}

.scene-setting .phone-view {
    width: 320px;
    height: 486px;
    background-color: #fff;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -243px;
    margin-left: -160px;
    z-index: 1
}

.scene-setting .phone-view .bottom-logo {
    background: -webkit-linear-gradient(top, #00a2ec, #87d94f);
    background: -ms-linear-gradient(top, #00a2ec, #87d94f);
    background: -moz-linear-gradient(top, #00a2ec, #87d94f);
    position: absolute;
    left: 9px;
    top: 11px
}

.scene-setting .phone-view .wechat-share {
    width: 100%;
    height: 100%;
    background-color: #48424F;
    z-index: 999;
    position: absolute;
    display: none;
    background-image: url(../assets/images/create/setting/view.svg)
}

.scene-setting .phone-view .wechat-share em {
    font-size: 12px;
    position: absolute;
    color: #000
}

.scene-setting .phone-view .wechat-share .scene-title {
    top: 110px;
    left: 80px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 180px;
    overflow: hidden
}

.scene-setting .phone-view .wechat-share .scene-des {
    top: 140px;
    left: 135px;
    width: 120px;
    height: 30px;
    word-break: break-all;
    overflow: hidden
}

.scene-setting .phone-view .wechat-share .scene-talk {
    top: 220px;
    left: 80px
}

.scene-setting .phone-view .wechat-share .scene-talk2 {
    top: 283px;
    left: 60px
}

.scene-setting .phone-view .wechat-share .scene-img {
    position: absolute;
    top: 137px;
    height: 44px;
    width: 44px;
    left: 82px
}

.scene-setting .phone-view .verifyCode {
    display: none;
    background-color: #48424F;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999
}

.scene-setting .phone-view .verifyCode .container {
    position: absolute;
    top: 50%;
    width: 265px;
    left: 50%;
    margin: -215px auto 0 -133px;
    text-align: center
}

.scene-setting .phone-view .verifyCode .container .scene-cover {
    display: inline-block;
    width: 100%;
    padding-bottom: 15px
}

.scene-setting .phone-view .verifyCode .container .scene-cover .cover-img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    -webkit-animation: flipInY 2s ease 0s 1 both;
    animation: flipInY 2s ease 0s 1 both
}

.scene-setting .phone-view .verifyCode .container .scene-name {
    font-size: 18px;
    height: 20px;
    margin-bottom: 15px;
    color: #B2AEBA;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.scene-setting .phone-view .verifyCode .container .confirm-password {
    position: relative
}

.scene-setting .phone-view .verifyCode .container .verify-label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    color: #B2AEBA
}

.scene-setting .phone-view .verifyCode .container .verify-tips {
    margin-bottom: 10px
}

.scene-setting .phone-view .verifyCode .container .verify-tips ul>li {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    border: solid 1px #ccc;
    margin-right: 10px
}

.scene-setting .phone-view .verifyCode .container .verify-tips ul>li:last-child {
    margin-right: 0
}

.scene-setting .phone-view .verifyCode .container .verify-tips ul>li.active {
    background-color: #B2AEBA
}

.scene-setting .phone-view .verifyCode .container .password-numbers {
    text-align: center
}

.scene-setting .phone-view .verifyCode .container .password-numbers span {
    display: inline-block;
    color: #fff;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 25px;
    border: solid 1px #ccc;
    text-align: center;
    vertical-align: middle;
    font-size: 32px;
    margin-right: 29px;
    margin-bottom: 10px;
    cursor: pointer
}

.scene-setting .phone-view .verifyCode .container .password-numbers span:nth-child(3n) {
    margin-right: 0
}

.scene-setting .phone-view .verifyCode .container .password-numbers span:last-child {
    margin-left: 29px
}

.scene-setting .phone-view .verifyCode .container .password-numbers span.active {
    background-color: #B2AEBA
}

.scene-setting .phone-view .verifyCode .container .password-operation {
    position: relative
}

.scene-setting .phone-view .verifyCode .container .password-operation .btn-clear,
.scene-setting .phone-view .verifyCode .container .password-operation .btn-cancel {
    position: absolute;
    top: -25px;
    display: inline-block;
    width: 50px;
    height: 20px;
    line-height: 20px;
    color: #B2AEBA;
    font-size: 14px;
    cursor: pointer
}

.scene-setting .phone-view .verifyCode .container .password-operation .btn-clear {
    left: 29px
}

.scene-setting .phone-view .verifyCode .container .password-operation .btn-cancel {
    right: 29px
}

.scene-setting .phone-view .progress {
    margin-bottom: 0;
    height: 3px;
    overflow: visible
}

.scene-setting .phone-view .u-arrow-bottom {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 150;
    width: 24px;
    height: 14px;
    margin-left: -7px
}

.scene-setting .phone-view .pre-wrap {
    width: 24px;
    height: 14px;
    position: relative;
    -webkit-animation: start 1.5s infinite ease-in-out;
    -moz-animation: start 1.5s infinite ease-in-out;
    animation: start 1.5s infinite ease-in-out
}

.scene-setting .phone-view .pre-box1,
.scene-setting .phone-view .pre-box2 {
    height: 15px;
    width: 11px;
    position: absolute;
    top: -5px;
    overflow: hidden
}

.scene-setting .phone-view .pre-box2 {
    left: 10px
}

.scene-setting .phone-view .pre1,
.scene-setting .phone-view .pre2 {
    background-color: #fff;
    width: 14px;
    height: 5px;
    border-radius: 2px;
    position: absolute;
    box-shadow: 1px -1px 1px #646464;
    top: 5px
}

.scene-setting .phone-view .pre1 {
    transform: rotate(130deg);
    -webkit-transform: rotate(130deg);
    left: 1px
}

.scene-setting .phone-view .pre2 {
    left: -4.5px;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg)
}

.scene-setting .phone-view .u-arrow-right {
    position: absolute;
    width: 14px;
    height: 24px;
    z-index: 150;
    top: 50%;
    margin-top: -10px;
    right: 20px
}

.scene-setting .phone-view .pre-wrap-right {
    width: 14px;
    height: 24px;
    position: relative;
    -webkit-animation: rightflip 1.5s infinite ease-in-out;
    -moz-animation: rightflip 1.5s infinite ease-in-out;
    animation: rightflip 1.5s infinite ease-in-out
}

.scene-setting .phone-view .pre-box3,
.scene-setting .phone-view .pre-box4 {
    height: 11px;
    width: 15px;
    position: absolute;
    overflow: hidden
}

.scene-setting .phone-view .pre-box3 {
    top: 10px
}

.scene-setting .phone-view .pre3,
.scene-setting .phone-view .pre4 {
    background-color: #fff;
    width: 14px;
    height: 5px;
    border-radius: 2px;
    position: absolute;
    top: 5px
}

.scene-setting .phone-view .pre3 {
    transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
    top: 1px;
    box-shadow: 1px -1px 2px #646464
}

.scene-setting .phone-view .pre4 {
    top: 6px;
    box-shadow: 1px 1px 1.5px #646464;
    transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg)
}

.scene-setting .phone-view .main-page {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 0;
    display: none;
    background-color: #fff
}

.scene-setting .phone-view .main-page .m-img {
    width: 100%;
    height: 100%
}

.scene-setting .phone-view .main-page.z-current {
    z-index: 1;
    display: inline-block
}

.scene-setting .phone-view .loading {
    width: 100%;
    height: 100%;
    background-color: #48424F;
    z-index: 999;
    position: absolute;
    display: none
}

.scene-setting .phone-view .loading .loadbox {
    display: block;
    position: relative;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    margin-top: 50%
}

.scene-setting .phone-view .loading .loadbox .loadbg {
    display: block;
    position: absolute;
    z-index: 1000;
    width: 70px;
    height: 42px;
    background-size: 70px 42px;
    background: url(../assets/images/create/setting/loading.svg)
}

.scene-setting .phone-view #audio_btn {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 200;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-image: url(../assets/images/create/setting/normalmusic.svg);
    background-size: contain;
    cursor: pointer
}

.scene-setting .phone-view .rotate {
    -webkit-animation: rotating 1.2s linear infinite;
    -moz-animation: rotating 1.2s linear infinite;
    -o-animation: rotating 1.2s linear infinite;
    animation: rotating 1.2s linear infinite
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotating {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

@-moz-keyframes rotating {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg)
    }
}

.scene-setting .fade.scene-setting-info {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate3d(25%, 0, 0);
    -o-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0)
}

.scene-setting .eqc-drop-down-list li {
    font-size: 12px!important
}

.scene-setting .in.scene-setting-info {
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.scene-setting .scene-setting-info {
    position: fixed;
    width: 640px;
    top: 50px;
    right: 0;
    bottom: 0;
    z-index: 1050;
    background-color: #f0f3f4;
    overflow-y: auto;
    font-size: 12px;
    color: #76838f
}

.scene-setting .scene-setting-info .form-contain {
    position: absolute;
    bottom: 80px;
    top: 0;
    width: 640px;
    overflow: hidden
}

.scene-setting .scene-setting-info .form-horizontal {
    margin: 0 0 0 20px;
    font-family: '微软雅黑'
}

.scene-setting .scene-setting-info .form-horizontal .title h4 {
    height: 70px;
    line-height: 70px
}

.scene-setting .scene-setting-info .nav {
    padding-top: 5px;
    padding-left: 20px;
    background-color: #76838f
}

.scene-setting .scene-setting-info .nav li.active>a,
.scene-setting .scene-setting-info .nav li>a:hover {
    background-color: #F0F3F4;
    color: #526069;
    border-color: #F0F3F4
}

.scene-setting .scene-setting-info .nav li>a {
    color: #fff
}

.scene-setting .scene-setting-info .cover-img {
    position: relative
}

.scene-setting .scene-setting-info .cover-img img {
    border-radius: 4px;
    height: 180px;
    width: 180px;
    background-image: url(../assets/images/create/pic.svg);
    background-size: 120px;
    background-repeat: no-repeat;
    background-color: #a5c1f0;
    background-position: 30px
}

.scene-setting .scene-setting-info .cover-img em {
    position: absolute;
    left: 45px;
    bottom: 20px;
    height: 30px;
    width: 90px;
    text-align: center;
    background-color: #fff;
    border-radius: 3px;
    line-height: 30px;
    box-shadow: 0 0 2px 1px
}

.scene-setting .scene-setting-info .left {
    float: left;
    margin-top: 30px
}

.scene-setting .scene-setting-info .right {
    float: left;
    margin-left: 20px;
    margin-top: 30px
}

.scene-setting .scene-setting-info .right .redborder {
    border: 1px solid red
}

.scene-setting .scene-setting-info .right .setting-value {
    position: relative
}

.scene-setting .scene-setting-info .right .setting-value .input-tip {
    position: absolute;
    right: 10px;
    line-height: 36px;
    top: 0;
    color: #A3AFB7
}

.scene-setting .scene-setting-info .right input {
    width: 400px;
    margin-top: 11px;
    font-size: 12px
}

.scene-setting .scene-setting-info .right textarea {
    height: 70px;
    width: 400px
}

.scene-setting .scene-setting-info .right .setting-description label {
    line-height: 44px;
    margin-bottom: 0
}

.scene-setting .scene-setting-info .scene-type-contain {
    background-color: #fff;
    width: 180px;
    float: left;
    border-radius: 3px
}

.scene-setting .scene-setting-info .scene-type-contain .eqc-name,
.scene-setting .scene-setting-info .scene-type-contain .more {
    line-height: 36px;
    font-size: 12px
}

.scene-setting .scene-setting-info .scene-type-contain .eqc-name {
    width: 150px;
    padding-left: 10px
}

.scene-setting .scene-setting-info .scene-music {
    width: 180px;
    float: left
}

.scene-setting .scene-setting-info .scene-music .bg-music {
    font-size: 12px;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 30px
}

.scene-setting .scene-setting-info .scene-music .music-icon {
    position: absolute;
    right: 20px;
    top: 13px
}

.scene-setting .scene-setting-info .setting-line {
    height: 36px;
    margin-top: 10px
}

.scene-setting .scene-setting-info .setting-line .select-contain.select-great .eqc-drop-down-list .eqc-scroll {
    max-height: 120px
}

.scene-setting .scene-setting-info .setting-line .option-tips {
    position: absolute;
    right: 150px;
    line-height: 36px
}

.scene-setting .scene-setting-info .des {
    line-height: 20px
}

.scene-setting .scene-setting-info .music-cycle {
    width: 120px;
    float: left;
    height: 36px;
    margin-left: 20px;
    padding: 10px;
    background-color: #fff;
    border-radius: 3px
}

.scene-setting .scene-setting-info .music-cycle input[type=checkbox] {
    height: 36px;
    width: 120px;
    position: absolute;
    top: -12px;
    left: -12px
}

.scene-setting .scene-setting-info .checkedbg {
    background-color: #f7f7f7
}

.scene-setting .scene-setting-info .uncheckedbg {
    background-color: #fff
}

.scene-setting .scene-setting-info .flip-num {
    float: left;
    width: 180px;
    margin-left: 20px;
    position: relative
}

.scene-setting .scene-setting-info .flip-num .speed {
    position: absolute;
    top: 0;
    left: 70px;
    line-height: 36px
}

.scene-setting .scene-setting-info .form-col1 {
    width: 180px;
    height: 36px;
    border-radius: 3px;
    float: left
}

.scene-setting .scene-setting-info .form-col2 {
    width: 180px;
    height: 36px;
    border-radius: 3px;
    float: left;
    padding: 10px
}

.scene-setting .scene-setting-info .form-col2 input[type=checkbox] {
    height: 36px;
    width: 180px;
    position: absolute;
    top: -12px;
    left: -12px
}

.scene-setting .scene-setting-info .setting-logo {
    width: 140px;
    height: 36px;
    border-radius: 3px;
    float: left;
    background-color: #fff;
    margin-left: 20px
}

.scene-setting .scene-setting-info .setting-logo .load-logo-contain {
    height: 36px;
    width: 36px;
    float: left;
    cursor: pointer
}

.scene-setting .scene-setting-info .setting-logo .load-logo-contain img {
    padding: 5px;
    height: 30px;
    width: 30px;
    border-radius: 3px;
    background-color: #a5c1f0;
    margin: 2px
}

.scene-setting .scene-setting-info .setting-logo .des {
    line-height: 32px;
    margin-left: 10px
}

.scene-setting .scene-setting-info .logo-tip {
    height: 36px;
    border-radius: 3px;
    float: left;
    margin-left: 20px;
    line-height: 36px
}

.scene-setting .scene-setting-info .border {
    border: 1px solid #ccd5db;
    cursor: pointer
}

.scene-setting .scene-setting-info .border:hover {
    background-color: #fff
}

.scene-setting .scene-setting-info .bottom-table {
    width: 600px;
    margin-top: 20px
}

.scene-setting .scene-setting-info .bottom-table tr {
    height: 36px;
    border: 1px solid #ccd5db;
    cursor: pointer
}

.scene-setting .scene-setting-info .bottom-table tr:hover {
    background-color: #fff
}

.scene-setting .scene-setting-info .bottom-table tr .choise {
    width: 80%;
    text-align: left;
    padding-left: 10px
}

.scene-setting .scene-setting-info .bottom-table tr .price {
    text-align: left;
    padding-right: 20px
}

.scene-setting .scene-setting-info .last-page-contain {
    height: 152px;
    margin-top: 20px;
    padding-right: 20px
}

.scene-setting .scene-setting-info .last-page-contain ul {
    position: absolute
}

.scene-setting .scene-setting-info .last-page-contain ul li {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative
}

.scene-setting .scene-setting-info .last-page-contain ul li img {
    border-radius: 4px;
    background-color: #a5c1f0
}

.scene-setting .scene-setting-info .last-page-contain ul li .checkbox-square {
    position: absolute;
    top: 6px;
    right: 6px
}

.scene-setting .scene-setting-info .last-page-contain ul li,
.scene-setting .scene-setting-info .last-page-contain ul img {
    width: 100px;
    height: 152px;
    cursor: pointer
}

.scene-setting .scene-setting-info .last-page-contain ul .bottom-img {
    position: absolute;
    height: 30px!important;
    bottom: 5px;
    border-radius: 0!important
}

.scene-setting .setting-operations {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 20px;
    height: 80px
}

.scene-setting .setting-operations button {
    width: 100px;
    color: #fff
}

.scene-setting .setting-operations .option-box {
    margin-left: 20px;
    height: 100%;
    padding-top: 22px;
    border-top: 1px solid #ccd5db
}

.scene-setting .setting-operations .option-box .option-tips {
    margin-left: 200px
}

.pri-nav {
    position: fixed;
    height: 60px;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 1
}

.pri-nav .logo {
    padding: 9px 0
}

.pri-nav .logo em {
    font-size: 32px;
    color: #63ba01
}

.pri-nav .link_list li {
    float: left
}

.privilege-contain {
    width: 100%;
    background-color: #31364a
}

.privilege-contain .info {
    height: 460px;
    width: 1180px;
    margin: auto;
    margin-top: 60px
}

.privilege-contain .info .btn {
    width: 120px
}

.privilege-contain .versions {
    float: left;
    width: 580px;
    margin-top: 70px;
    background-color: #fff
}

.privilege-contain .versions .my-head {
    background-color: #76838f;
    height: 5px
}

.privilege-contain .versions .company-head {
    background-color: #f2a653;
    height: 5px
}

.privilege-contain .versions .btn-contain {
    height: 88px;
    visibility: hidden;
}

.btn-upgrade {
    visibility: hidden;
}

.privilege-contain .disabled {
    cursor: not-allowed
}

.privilege-contain .content-v {
    height: 225px;
    text-align: center;
    margin: 0 50px;
    border-bottom: 1px solid #ccd5db
}

.privilege-contain .content-v .eqf-top-contact {
    background-color: #76838f;
}

.privilege-contain .content-v .eqf-huangguan {
    background-color: #f2a653
}

.privilege-contain .content-v .eqf-top-contact,
.privilege-contain .content-v .eqf-huangguan {
    width: 140px;
    margin-top: 40px;
    float: left;
    font-size: 70px;
    height: 140px;
    line-height: 140px;
    color: #fff;
    border-radius: 70px
}

.privilege-contain .content-v .des {
    float: left;
    margin-left: 40px;
    margin-top: 40px
}

.privilege-contain .content-v .des h5 {
    padding: 5px 0;
    text-align: left;
    color: #526069
}

.privilege-contain .content-v .des h2 {
    color: #76838f
}

.privilege-contain .content-v a {
    margin-top: 60px;
    height: 40px;
    width: 140px
}

.privilege-contain .detail-con {
    background-color: #f5f7f8;
    padding-top: 30px;
    margin-bottom: 80px
}

.privilege-contain .detail-con .detail {
    margin: auto;
    width: 1180px;
    height: 1000px;
    position: relative;
    background-color: #fff;
    border: none
}

.privilege-contain .detail-con .detail .thead td {
    height: 5px;
    padding: 0
}

.privilege-contain .detail-con .detail .ltd {
    text-align: left!important
}

.privilege-contain .detail-con .detail .bg1 {
    background-color: #f5f7f8
}

.privilege-contain .detail-con .detail .bg2 {
    background-color: #eff2f4
}

.privilege-contain .detail-con .detail .eqf-wrong {
    color: #ff5448;
    padding: 0;
    font-size: 18px
}

.privilege-contain .detail-con .detail .eqf-yes2 {
    color: #44cb83;
    padding: 0;
    font-size: 18px
}

.privilege-contain .detail-con .detail .no-lborder {
    border-left: none
}

.privilege-contain .detail-con .detail .no-rborder {
    border-right: none
}

.privilege-contain .detail-con .detail .no-bborder {
    border-bottom: none
}

.privilege-contain .detail-con .detail td {
    height: 50px;
    text-align: center;
    padding: 16px 16px;
    position: relative
}

.privilege-contain .detail-con .detail i {
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: inherit;
    color: #fff;
    border-radius: 3px;
    font-size: 18px
}

.privilege-contain .detail-con .detail .title1 {
    background: url(images/privilege/title1.svg)
}

.privilege-contain .detail-con .detail .title2 {
    background: url(images/privilege/title2.svg)
}

.privilege-contain .detail-con .detail .title3 {
    background: url(images/privilege/title3.svg)
}

.privilege-contain .detail-con .detail .title1,
.privilege-contain .detail-con .detail .title2,
.privilege-contain .detail-con .detail .title3 {
    color: #fff;
    background-repeat: no-repeat;
    background-position: 15px 10px;
    padding-top: 10px
}

.privilege-contain .detail-con .detail .user td {
    height: 80px;
    width: 120px;
    padding: 0;
    padding-top: 40px
}

.privilege-contain .detail-con .detail .user i {
    position: absolute;
    left: 45px;
    top: 15px
}

.privilege-contain .detail-con .detail .user a {
    text-decoration: underline
}

.privilege-contain .detail-con .detail .user .normarl {
    color: #76838f
}

.privilege-contain .detail-con .detail .user .normarl i {
    background-color: #76838f
}

.privilege-contain .detail-con .detail .user .free-com {
    color: #7171ef
}

.privilege-contain .detail-con .detail .user .free-com i {
    background-color: #7171ef
}

.privilege-contain .detail-con .detail .user .exp-com {
    color: #63ba01
}

.privilege-contain .detail-con .detail .user .exp-com i {
    background-color: #63ba01
}

.privilege-contain .detail-con .detail .user .sen-com {
    color: #44cb83
}

.privilege-contain .detail-con .detail .user .sen-com i {
    background-color: #44cb83
}

.privilege-contain .detail-con .detail .user .imag-com {
    color: #f2a653;
    overflow: hidden
}

.privilege-contain .detail-con .detail .user .imag-com i {
    background-color: #f2a653
}

.privilege-contain .detail-con .detail .user .pro-com {
    color: #ff5448
}

.privilege-contain .detail-con .detail .user .pro-com i {
    background-color: #ff5448
}

.privilege-contain .detail-con .detail .user .hot {
    position: absolute;
    top: 10px;
    left: -25px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background-color: #ff5448;
    color: #fff;
    width: 80px
}

html {
    height: 100%
}

body {
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-align: left;
    position: relative;
/*    width: 100%;
    height: 100%;*/
}

a {
    cursor: pointer
}

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

input,
button,
select,
textarea {
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif
}

button.btn-optional {
    padding-left: 16px;
    padding-right: 16px
}

button.btn-parent {
    color: #526069;
    font-size: 16px;
    line-height: 29px;
    border: 0;
    margin-left: 8px
}

button.btn-parent[disabled] {
    cursor: default
}

input,
textarea {
    box-shadow: inherit;
    border: 1px solid #ccd5db;
    padding: 0 6px;
    outline: 0!important
}

a.help{
    position: absolute;
    right:50px;
}

.question:before{
    font-size: 23px;
    color: #ccc;
}

/*.selctPPT:before{
    margin-left: 10px;
    font-size: 22px;
}*/

em.selection{
    font-size: 16px;
}

input.uploadPPT {
    padding: 0px;
    width: 200px;
    height: 55px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    left: -70px;
    bottom: 0;
    cursor: pointer;
    opacity: 0;
}

p.amount,.allProgress{
	color:#333333;
	font-weight: bold;
}
p.amount{
    width: 100px;
    display: inline-block;
}
.allProgress{
	margin-bottom: 10px;
	padding: 5px 2px;
}
p.title{
	margin-bottom: 10px;
}

.lt {
    float: left
}

.rt {
    float: right
}

.commonWidth {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden
}

body>a {
    display: none
}

a {
    text-decoration: none
}

ul {
    list-style-type: none
}

label {
    max-width: inherit
}

.anchorBL,
.bdshare-slide-button-box {
    display: none!important
}

/*.search-box {
    margin-left: 66%;
}*/

.search-music-box {
    margin-left: 65%;
}

.search-txt {
    margin-left: 5px;
    font-size: 15px;
}

.btn-success:hover,
.btn-warning:hover,
.btn-danger:hover {
    color: #fff;
}


.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #0cb0a7;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}


.btn-success{
        color: #fff;
        background-color:#0ebfb5;
        border-color: #4cae4c;
}

.btn-success.disabled, 
.btn-success[disabled], 
fieldset[disabled] .btn-success,
 .btn-success.disabled:hover, 
 .btn-success[disabled]:hover, 
 fieldset[disabled] .btn-success:hover, 
 .btn-success.disabled:focus, 
 .btn-success[disabled]:focus, 
 fieldset[disabled] .btn-success:focus,
  .btn-success.disabled.focus, 
  .btn-success[disabled].focus, 
  fieldset[disabled] .btn-success.focus, 
  .btn-success.disabled:active,
   .btn-success[disabled]:active, 
   fieldset[disabled] .btn-success:active,
    .btn-success.disabled.active, 
    .btn-success[disabled].active, 
    fieldset[disabled] .btn-success.active{
        background-color:#5cb85c;
        border-color: #4cae4c;
    }

               
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/*我的微课样式*/
.right_page{
    float: right;
}

.self_info {
    width: 1180px;
    height: 148px;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
    font-family: "Microsoft YaHei", 微软雅黑;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
}

.self_info div {
    float: left;
}

.self_info img {
    width: 140px;
    height: 125px;
    position: absolute;
    top: 10px;
    left: 25px;
    background-color: #fff;
}

.self_info .p-mask2 {
    position: absolute;
    width: 140px;
    height: 125px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .6);
    top: 10px;
    left: 25px;
    z-index: 1;
}

.self_info .p-mask2 a {
    text-align: center;
    text-align: center;
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 126px;
}

.self_img {
    width: 140px;
    height: 125px;
    position: absolute;
    top: 10px;
    left: 25px;
}

.self_info .person-freed2 {
    background: url(images/个人免费.png) no-repeat;
    background-size: cover;
}

.self_info .person-pay2 {
    background: url(images/个人付费.png) no-repeat;
    background-size: cover;
}

.self_info .company-pay2 {
    background: url(images/企业付费.png) no-repeat;
    background-size: cover;
}

.self_info .private {
    margin-left: 210px;
    font-weight: 400;
    width: 295px;
}

.self_info .private span {
    display: block;
    color: #585858;
    font-size: 14px;
    margin-bottom: 7px;
}

.self_info .private .name {
    color: #66cc00;
    font-size: 30px;
    margin-top: 23px;
    margin-bottom: 23px;
    height: 36px;
}

/*.self_info .private .type {
    margin-bottom: 16px;
}*/

.self_info .private .type>span {
    display: inline-block;
}

.self_info .private .coin {
    margin-bottom: 14px;
    /* margin-right: 40px; */
    display: inline-block;
}

.self_info .private .msg {
    display: inline-block;
}

.self_info .self_total {
    margin-left: 0px;
    height: 100%;
    font-weight: 400;
}

.self_info .self_total ul {
    color: #f6f6f6;
    margin-top: 45px;
}

.self_info .self_total ul li {
    display: inline-block;
    margin-right: 35px;
    position: relative;
    color: #585858;
    font-size: 16px;
}

.self_info .self_total ul li span:nth-child(1) {
    position: absolute;
    top: -25px;
}

.self_info .self_total ul li span:nth-child(2) {
    position: absolute;
    top: 5px;
}

.self_info .self_total ul li i {
    width: 55px;
    height: 54px;
    display: inline-block;
    font-style: normal;
    margin-right: 20px;
    background-image: url(output/sprite.png?v=201703211534);
    background-size: 220%;
}

.self_info .self_total ul li:nth-child(1) i {
    background-position: 1px 0px;
}

.self_info .self_total ul li:nth-child(2) i {
    background-position: 55px 0px;
}

.self_info .self_total ul li:nth-child(3) i {
    background-position: 0 138px;
}

.self_info .self_state {
    color: #66cc00;
    font-size: 14px;
    padding: 2px 45px;
    line-height: 21px;
    border-left: 1px solid #eee;
    position: absolute;
    right: 0;
}

.self_info .self_state span {
    display: block;
    border: 1px dotted #66cc00;
    margin: 19px auto;
    text-align: center;
    padding: 0 8px;
}

.self_info .self_state span:hover {
    cursor: pointer;
}

.self_info .self_state span a {
    color: #63ba01;
}

.main_navbar {
    margin: 0 auto;
    width: 1180px;
    font-family: "Microsoft YaHei", 微软雅黑;
    font-size: 14px;
    color: #585858;
    height: 45px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
}
/*更改bg颜色*/
.min_contain .navBg{
    background-color: #fff;
}
.main_navbar ul.main_list, .main_navbar ul.scene_search {
    height: 45px;
    border-top: 1px solid #eee;
}


.main_navbar ul.main_list li {
    width: 110px;
    border-left: 1px solid #eee;
    display: inline-block;
    text-align: center;
    line-height: 45px;
}
.main_navbar ul.main_list li:last-child{
    border-right: 1px solid #eee;
}


.main_navbar ul.scene_search li {
    float: left;
    padding: 0 15px;
    border-left: 1px solid #eee;
    line-height: 45px;
}
.main_navbar ul.scene_search li.search{
    position: relative;
}

.main_navbar .select-contain.select-sm .eqc-name{
    font-size:14px;
}

.main_navbar .eqf-clickmore {
    width: 0;
    height: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px dashed;
    margin-top: 22px;
    margin-left:-8px;
}
.main_navbar .select-contain.select-sm .eqc-drop-down-list{
    top:36px;
    left:-37px;
}
.main_navbar .eqf-clickmore:before {
    content: "";
}

.main_navbar ul.scene_search input {
    width: 154px;
    height: 30px;
    line-height: 30px;
    color:#666;
    border-radius:6px;
    padding-left: 10px;
}
.main_navbar ul.scene_search>li.search span{
    color: #999;
    position: absolute;
    right: 23px;
    bottom: 13px;
    cursor: pointer;
}

.main_navbar ul li.active {
    background-color: #fff;
}

.main_navbar ul li a {
    color: #585858;
    display: inline-block;
    width: 100%;
}

.main_navbar ul li.active a {
    color: #66cc00;
}

.main_content {
    width: 1180px;
    margin: 0 auto;
    margin-top: 15px;
    font-family: "Microsoft YaHei", 微软雅黑;
    font-weight: 200;
}

.main_content .row {
    margin-left: 0;
    margin-right: 0;
}

.thumb_sm_5 {
    padding-left: 8px;
    padding-right: 8px;
}

.line {
    border: 1px solid #f00;
}

.main_content .thumb_sm_5 {
    background-color: #fff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    width: 49%;
    position: relative;
    overflow: hidden;
}

.main_content .thumb_sm_5:nth-child(2n) {
    margin-left: 2%;
}

.main_content .thumb_sm_5 {
    margin-bottom: 1.5%;
}
/*图课介绍页*/
.tuke_carouse{
    position: relative;
}
.tuke_carouse div .carousel-indicators,.tuke_carouse div .carousel-indicators .carousel-inner{
    display: none;
}
.tuke_carouse .carousel-inner  img{
    width: 100% !important;
}
/*蒙版背景*/
.tuke_carouse .tuke_carouse_bg{
    position: absolute;
    width: 100%;
    height: 686px;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 9;
}
.tuke_carouse .tuke_carouse_box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    border-radius: 40px;
    border: 15px solid rgba(255,255,255,0.3);
    width: 500px;
    height: 300px;
    text-align: center;
    line-height: 300px;
}
.tuke_carouse .tuke_carouse_box h2 {
    color: #fff;
    padding-top: 100px;
}

.tuke_carouse .tuke_carouse_box .tuke_carouse_btn{
    padding-top: 30px;
    line-height: 30px
}
.tuke_carouse .tuke_carouse_box .tuke_carouse_btn a{
    width: 20%;
    margin: 0 2%;
    display: inline-block;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 10px;
    line-height: 27px;
    color: #fff;
}
.tuke_carouse .tuke_carouse_box .tuke_carouse_btn a:hover{
    color: #000 !important;
    background-color: #fff;
}
/*介绍页 toop*/
.tuke_toop{
    height: 710px;
    position: relative;
}
.tuke_toop h4{
    text-align: center;
    padding-top: 40px;
}
.tuke_toop .tuke_toop_an{
    width: 100%;
    height: 650px;
    position: relative;
}

.tuke_toop .tuke_toop_an img{
    position: absolute;
    width: 34%;
    display: block;
    box-shadow: 1px 8px 10px #bfbfbf;
}
.tuke_toop_an .toop_an-1{
    left: 0px;
    top: 45%;
    transform: translateY(-50%);
}
.tuke_toop_an .toop_an-2{
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 66% !important;
    z-index: 9;
}
.tuke_toop_an .toop_an-3{
    right: 0;
    top: 45%;
    transform: translateY(-50%);
}
.tuke_toop a{
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 110px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ccc;
    text-align: center;
}
/*图课介绍页 platform*/
.tuke_platform{
    width: 100%;
    height: 260px;
    margin-top: 50px;
}
.tuke_platform .tuke_platform_item{
    width: 47%;
    height: 110px;
    float: left;
    margin: 0 1.5%;
}
.platform_item_img {
    float: left;
    height: 100%;

}
.platform_item_img img{
    padding: 8px 15px 0 5px;
}
.tuke_platform .platform_item_body h6 {
    font-size: 16px;
}
.tuke_platform .platform_item_body p {
    padding-top: 12px;
    color: #6d6d6d;
}
/*图课介绍页 end*/
/*图课培训*/
.tuke_training{
    height: 600px;
    background-color:#fff;
}
/*图课培训 左边*/
.training_left{
    width: 30%;
    float: left;
}
.training_left .training_ul{
    padding: 5px 10px;
}
.training_left .training_ul li{
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    font-size: 14px;
    transition: background-color 0.5s ease;
}
.training_left .training_ul li:hover{
    background-color:#eae9e9;
    cursor: pointer;
    color: #313131;
    border-radius: 5px;
}
.active_trainingli{
    background-color:#eae9e9;
    color: #313131;
}
/*图课培训 右边*/
.training_right{
    width: 68%;
    float: right;
    margin-top: -17px;
}
.traninint_voide{
    width: 100%;
    overflow: hidden;
}
.traninint_voide_item {
     padding-right: 10px;
}
.traninint_voide_item video{
    width: 100%;
    height: 500px
}
/*图课培训 end*/


.main_content .lt_img {
    display: inline-block;
    /*width: 100% !important;*/
   	width: 235px;
    height: 235px;
    margin: 8px 0;
    position: relative;
}

.main_content .lt_img .overlay {
    width: 100%;
    height: 235px;
    line-height: 235px;
    opacity: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, .6);
    text-align: center;
    z-index: 1;
    margin:20px 0;
    color: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
    transition: opacity 200ms ease, transform 200ms ease;
}

.main_content .lt_img .overlay .edit .edit-same{
    display: inline-block;
    margin-top: 73px;
    padding: 0 10px;
    cursor: pointer;
    color: #fff;
}

.main_content .lt_img .overlay .edit .edit-same em{
    display: block;
    font-size: 18px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .2);
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
}

.main_content .lt_img .overlay .edit .edit-same span{
    font-size: 12px;
    display: block;
    position: absolute;
    top: 0;
    margin: 40px 12px;
}

.main_content .lt_img .overlay:hover {
    opacity: 1;
}

.main_content .thumb_sm_5 .default_tpl {
    background: url(images/我的微课.png) no-repeat;
}

.main_content .rt_content {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #585858;
}
.ppt_rt_content{
	right: 0
}
#rt_content{
	top: 8px;
	width: 300px;
	height: 235px;
	color: #585858;
	left: auto;
}
.rt_content > .create{
	width: 100%;
	height: 100%;
}

.create_getppt{
	width: 100%;
	height: 50%;
	display: inline-block;
	position: relative;
}
.create_getppt img{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.main_content .rt_content h4 {
    margin-top: 30px;
    font-size: 18px;
}

.main_content .rt_content p {
    font-size: 13px;
    margin-top: 25px;
}

.main_content .rt_content i {
    display: inline-block;
    background-image: url(output/sprite.png?v=201703211534);
    background-position: -73px -74px;
    width: 54px;
    height: 48px;
    margin-left: 20px;
    position: absolute;
    top: 95px;
    cursor: pointer;
}

.main_content .rt_content .create_text {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    margin-left: 80px;
    font-size: 20px;
    position: absolute;
    top: 95px;
    font-weight: 400;
}

.main_content .rt_content .create_tips {
    position: absolute;
    top: 160px;
    font-size: 12px;
    left: 10px;
}

.main_content .rt_content div span {
    display: inline-block;
}

.main_content .rt_content div {
    font-family: "Microsoft YaHei", 微软雅黑;
    ;
    font-size: 13px;
}

.main_content .rt_content .scene_info {
    position: absolute;
    bottom: 50px;
}

.main_content .rt_content .user_name {
    padding-left: 35px;
    padding: 5px 3px 5px 30px;
    margin-right: 25px;
    margin-top: 35px;
}

.main_content .rt_content .user_name em{
   font-size: 24px;
   color: #63ba01;
   position: absolute;
   top: 33px;
   left: 0px;
}

.main_content .rt_content .user_preview {
    background-position: -110px -92px;
    height: 22px;
}
.main_content .rt_content .user_preview .views{
    margin-left:30px;
}

.main_content .rt_content .user_preview em{
    font-size: 22px;
    color: #aaa;
    position: absolute;
    top: 36px;
}

.main_content .rt_content .icon_list {
    position: absolute;
    bottom: 10px;
}

.main_content .rt_content .icon_list a{
    display: inline-block;
    width: 20px;
    font-size: 16px;
    overflow: hidden;
    text-align:center;
    height: 20px;
    margin-right:5px;
}
.main_content .rt_content .icon_list a:hover{
   border: 1px solid #ccd5db;
   border-radius: 3px;
   background-color: #63ba01;
   color: #fff;
   border-color: #63ba01;
   width: 55px;
   height:22px;
   line-height:22px;
}
/*
.main_content .rt_content .icon_list a:nth-last-child(1):hover{
   width: 65px;
}*/
.main_content .rt_content .icon_list .audit-scene:hover{
    width: 76px;
}
.main_content .rt_content .icon_list a:hover em{
    vertical-align: top;

}
.main_content .rt_content .icon_list a:hover span{
    font-size: 12px;
    vertical-align: top;
}

/*长图文展示*/
.longpage-view {
    width: 1180px;
    margin: 0 auto;
    margin-top: 15px;
    font-family: "Microsoft YaHei", 微软雅黑;
    font-weight: 200;
}

.longpage-view .row {
    margin-left: 0;
    margin-right: 0;
}

.line {
    border: 1px solid #f00;
}

.longpage-view .thumb_sm_5 {
  background-color: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
  width: 220px;
  height: 460px;
  position: relative;
 /* overflow: hidden;*/
  color: #66cc00;
  padding: 0;
}

.longpage-view .thumb_sm_5 {
    margin-bottom: 1.5%;
}

.longpage-view .thumb_sm_5:not(:nth-child(5n+1)){
    margin-left: 20px;
}
#createPpt{
	background-color:#fff;
	margin-top:10px;
	height:330px;
	width:280px;
	margin-right:13px;
}

.longpage-view .lt_img {
    display: inline-block;
    width: 100%;
    height: 370px;
    overflow: hidden;
}

.longpage-view .lt_img .overlay {
  width: 100%;
  height: 430px;
  line-height: 430px;
  opacity: 0;
  /* position: absolute; */
  background-color: rgba(0, 0, 0, .3);
  text-align: center;
  z-index: 1;
  margin-top: 20px;
  color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease;
}

.longpage-view .lt_img .overlay .edit .edit-same{
    display: inline-block;
    margin-top: 73px;
    padding: 0 10px;
    cursor: pointer;
    color: #fff;
}

.longpage-view .lt_img .overlay .edit .edit-same em{
    display: block;
    font-size: 18px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .6);
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
}

.longpage-view .lt_img .overlay .edit .edit-same span{
    font-size: 12px;
    display: block;
    position: absolute;
    top: 0;
    margin: 40px 12px;
}

.longpage-view .lt_img .overlay:hover {
    opacity: 1;
}

.longpage-view .thumb_sm_5 .default_tpl {
    background: url(images/我的微课.png) no-repeat;
}

.longpage-view .rt_content {
  display: table;
  color: #585858;
  margin-left: 10px;
}

.longpage-view .rt_content h4 {
  font-size: 14px;
  font-weight: 600;
  max-width: 110px;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}

.longpage-view .rt_content p {
    font-size: 13px;
    margin-top: 25px;
}

.longpage-view .rt_content i {
  display: block;
  font-size: 35px;
  /* background-image: url(output/sprite.png?v=201703211534); */
  background-position: -55px -54px;
  width: 70px;
  height: 70px;
  cursor: pointer;
  margin-left: 75px;
  background-color: #66cc00;
  border-radius: 50%;
  color: #fff;
  line-height: 70px;
  text-align: center;
}

.longpage-view .rt_content .create_text {
  display: block;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  font-weight: 400;
  color: #66cc00;
  width: 220px;
  text-align: center;
}

.longpage-view .rt_content .create_tips {
    position: absolute;
    top: 160px;
    font-size: 12px;
    left: 10px;
}

.longpage-view .rt_content div span {
    display: inline-block;
}

.longpage-view .rt_content div {
    font-family: "Microsoft YaHei", 微软雅黑;
    font-size: 13px;
}
.longpage-view .rt_content .create{
    width: 100%;
    margin-top: 173px;
}

.longpage-view .rt_content .scene_info {
    position: absolute;
    bottom: 50px;
    right: 5px;
}

.longpage-view .rt_content .user_name {
    /* padding: 5px 10px 5px 30px; */
    /* margin-top: 35px; */
    width: 88px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
}

.longpage-view .rt_content .user_name em{
    font-size: 20px;
    color: #63ba01;
    /* position: absolute; */
    /* top: 35px; */
    /* left: 5px; */
    margin-right: 5px;
}

.longpage-view .rt_content .user_preview {
    background-position: -110px -92px;
    height: 22px;
}
.longpage-view .rt_content .user_preview .views{
    margin-left:30px;
}

.longpage-view .rt_content .user_preview em{
    font-size: 24px;
    color: #999;
    position: absolute;
    top: 36px;
}

.longpage-view .rt_content .icon_list {
    position: absolute;
  bottom: 7px;
  left: 10px;
  width: 200px;
}

.longpage-view .rt_content .icon_list a{
  display: inline-block;
  width: 20px;
  font-size: 16px;/*
  overflow: hidden;*/
  text-align: center;
  height: 20px;
  line-height: 22px;
  /* margin-right: 3px; */
  color: #66cc00;
}
.longpage-view .rt_content .icon_list a:hover{
  /* border: 1px solid #ccd5db;*/
   border-radius: 3px;
   background-color: #63ba01;
   color: #fff;
  /* border-color: #63ba01;*/
/*   width: 50px;
   height:22px;
   line-height:22px;*/
}
/*
.longpage-view .rt_content .icon_list a:hover em{
    vertical-align: top;

}
.longpage-view .rt_content .icon_list a:hover span{
    font-size: 12px;
    vertical-align: top;
}*/
.longpage-view .qrcode-bg{
    background-color: rgba(0, 0, 0, .3);
    width: 220px;
    height: 430px;
}
.longpage-view .qrcode{
  height: 200px;
  width: 200px;
  padding: 10px 0;
  margin: 105px 0 0 10px;
}
/*长图文展示*/

.add_margin .slides_control{
    margin-top:5px;
}

/*psd样式-开始*/
.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    /*max-width: 80%;*/
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    /*padding: 0.625rem 1.25rem;*/
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

/* style 5 */

.inputfile-5 + label {
    color: #d3394c;
}

.inputfile-5:focus + label,
.inputfile-5.has-focus + label,
.inputfile-5 + label:hover {
    color: #722040;
}

.inputfile-5 + label figure {
    width: 100px;
    height: 135px;
    background-color: #d3394c;
    display: block;
    position: relative;
    padding: 30px;
    margin: 0 auto 10px;
}

.inputfile-5:focus + label figure,
.inputfile-5.has-focus + label figure,
.inputfile-5 + label:hover figure {
    background-color: #722040;
}

.inputfile-5 + label figure::before,
.inputfile-5 + label figure::after {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
}

.inputfile-5 + label figure::before {
    border-top: 20px solid #dfc8ca;
    border-left: 20px solid transparent;
}

.inputfile-5 + label figure::after {
    border-bottom: 20px solid #722040;
    border-right: 20px solid transparent;
}

.inputfile-5:focus + label figure::after,
.inputfile-5.has-focus + label figure::after,
.inputfile-5 + label:hover figure::after {
    border-bottom-color: #d3394c;
}

.inputfile-5 + label svg {
    width: 100%;
    height: 100%;
    fill: #f1e5e6;
}


/* style 6 */

/*.inputfile-6 + label {
    color: #d3394c;
}*/

/*.inputfile-6 + label {
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    padding: 0;
}*/

.inputfile-6:focus + label,
.inputfile-6.has-focus + label,


.inputfile-6 + label span,
.inputfile-6 + label strong {
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.inputfile-6 + label span {
    width: 200px;
    min-height: 2em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.inputfile-6 + label strong {
    height: 100%;
    color: #f1e5e6;
    background-color: #00b7ee;
    display: inline-block;
}

.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
    background-color: #04a8da;
}

@media screen and (max-width: 50em) {
    .inputfile-6 + label strong {
        display: block;
    }
}
/*结束*/
/*长图文设置框*/
.longpageSetting {
  position: fixed;
  right: 0;
  top: 50px;
  bottom: 0;
  width: 238px;
  z-index: 1040;
  height: 100%;
}

.longpageSetting #comp_setting {
  position: static !important;
  width: 238px;
  height: 100%;
}

.longpageSetting #comp_setting .cancel .set-close {
  width: 30px;
  height: 30px;
  right: 0;
}
.longpageSetting #comp_setting .nav-tabs {
  padding-top: 5px;
  padding-left: 10px;
}

.longpageSetting #comp_setting .nav-tabs a {
  width: 60px;
}

.longpageSetting #comp_setting .style_content .yangshi {
  height: 100%;
  padding-top: 10px;
}

.longpageSetting .pl20 {
  padding-left: 10px;
}

.longpageSetting #comp_setting .style_content .yangshi .caret {
  margin-left: 110px;
}

.longpageSetting #comp_setting .style_content .style_con_hei {
  padding: 0px 10px;
}

.longpageSetting #comp_setting .style_content .style_list_angel {
  padding: 7px 0;
}


.longpageSetting #comp_setting .style_content .style_list_angel .input_kuang {
  width: 25px;
  height: 20px;
}

.longpageSetting #comp_setting .style_content .style_list_angel .flo_right {
  width: 50%;
}

.longpageSetting #comp_setting .style_content .style_list_angel .short {
  width: 45px;
}

.longpageSetting .slider {
  width: 44%;
  height: 20px;
}

.longpageSetting #comp_setting .btn-option .btn {
  width: 94px;
}

.longpageSetting #comp_setting .btn-option {
  height: 60px;
  padding: 15px 5px;
}

.longpageSetting #comp_setting .style_content .anim_area .add-anim {
  padding: 5px 0px; 
}

.longpageSetting #comp_setting .style_content .anim_area .add-anim .btn {
  width: 91px;
  padding-left: 30px;
}

.longpageSetting .select-contain.select-sm .eqc-drop-down-list{
    width: 100px;
}

.longpageSetting .select-contain.select-sm .eqc-drop-down-list li {
  width: 100px;
  padding: 0 10px;
}

.longpageSetting .select-contain.select-sm.border-width .eqc-mask {
  width: 100px;
}

.longpageSetting .select-contain.select-sm {
  width: 100px;
}

.longpageSetting #comp_setting .style_content .trigger-area .trigger-panels .style_list_angel {
  padding: 7px 8px;
}

.longpageSetting #comp_setting .style_content .trigger-area .event-list .caret {
  margin-left: 10px;
}

.longpageSetting #comp_setting .style_content .trigger-area .closeSign{
  margin-left: 16px !important;
}
.longpageSetting #comp_setting .style_content .trigger-area .mr20{
    margin-right: 10px !important;
}

.longpageSetting #comp_setting .style_content .trigger-area .ml20 {
   margin-left: 10px !important;
}



.voice_vol,
.voice_pit,
.voice_spd{
    background-color: #d4d4d4;
    width: 427px;
    height: 5px;
    border-radius: 5px;
    display: inline-block;
    /*color: #eee;*/
}
.voice_vol_green,
.voice_pit_green,
.voice_spd_green{
    width: 50%;
    height: 5px;
    background-color: #6c0;
    border-radius: 5px;
}
.voice_vol_radio,
.voice_pit_radio,
.voice_spd_radio{
    width: 13px;
    height: 13px;
    border-radius: 13px;
    background-color: #6c0;
    float: right;
    margin-top: -4px;
}
.voice_vol_radio_mid,
.voice_pit_radio_mid,
.voice_spd_radio_mid{
    width: 7px;
    height: 7px;
    border-radius: 7px;
    background-color: #fff;
    margin-left: 3px;
    margin-top: 3px;
}
.voice_vol_num,
.voice_pit_num,
.voice_spd_num{
    display: inline-block;
    color: #999;
    margin-left: 5px;
    width: 38px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    margin-top: 2px;
}
.voice_vol_num:focus,
.voice_pit_num:focus,
.voice_spd_num:focus{
    border: 1px solid #6c0;
}
.voice_ben{
    color: #424141;
    margin-bottom: 20px;
    margin-top: 20px;
}
.voice_text{
    width:520px;
    height:75px;
}
.voice_text:focus{
    border-color: #6c0;
}
.voice_set{
    background-color: #ff766c;
    border-radius: 0px;
    color: #fff;
    margin-right: 30px;
    padding: 7px 12px;
    border: 1px solid transparent;
}
.voice_play,
.voice_onload{
    background-color: #6c0;
    color: #fff;
    width: 85px;
    border-radius: 0px;
    margin-right: 10px;
    padding: 7px 12px;
    border: 1px solid transparent;
}
.voice_play:hover,
.voice_play:hover,
.voice_onload:hover,
.voice_play:visited,
.voice_play:visited,
.voice_onload:visited{
color: #fff;    
}



