body, body code, body kbd, body pre, body samp, html, html code, html kbd,
html pre, html samp {
    font-family: "microsoft YaHei"
}


.container-fluid, body, html {
    min-width: 1100px
}

.mock, table {
    width: 100%
}

.mainwrap, .mock {
    min-height: 100%
}

.addIcon, .addIcon:hover, .analytics, .groupslist .list-group-item .objItem:hover,
.more_m, .more_m:hover, .msginfo .dec s, .project:hover .projectName, a:focus,
a:hover {
    text-decoration: none
}

.appdata .content, .mj-center, lesshat-selector {
    -lh-property: 0
}

.GraphLink .no-event, .movable, .no-event {
    pointer-events: none
}

@-webkit-keyframes fadeOut { 0%{
    opacity: 1
}

100%{
    opacity
    :
            .3
}
}
@keyframes fadeOut { 0%{
    opacity: 1
}

100%{
    opacity
    :
            .3
}
}
:focus, :visited, a:focus, a:visited {
    outline: 0
}

body, html {
    padding: 0;
    margin: 0;
    font-size: 14px;
    height: 100%
}

body.dragging, html.dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: move
}

.placeholder {
    position: absolute;
    z-index: -1;
    color: #aaa;
    padding-left: 14px;
    top: 15px;
    display: inline-block
}

.mainwrap {
    position: relative;
    color:#444;
}

.mainwrap .container.fixedWrap {
    padding-bottom: 125px
}

input::-webkit-input-placeholder {
    color: #aaa
}

input:-moz-placeholder {
    color: #aaa
}

input::-moz-placeholder {
    color: #aaa
}

input:-ms-input-placeholder {
    color: #aaa
}

input[type=text], select {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box
}

textarea {
    resize: none
}

ul li {
    list-style: none
}

label {
    color: #666;
    font-weight: 400
}

.a {
    cursor: pointer
}

.required {
    color: red
}

.fa-warning {
    color: #FE8F2C
}

.projectdropdown {
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden
}

.excel-sheet-tab-list li a, .uploadBtn {
    overflow: hidden;
    text-overflow: ellipsis
}

.groupslist .groupName, .groupslist .list-group-item .objItem,
.tablelist .tableItem, .tablelist li, .textellipsis {
    text-overflow: ellipsis;
    word-wrap: normal;
    word-break: normal;
    white-space: nowrap;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bottom .inner, .editTableDialog .infoRow {
    -moz-user-select: text;
    -ms-user-select: text
}

.redstar {
    color: #FB5151
}

.editIcon, .moverightIcon {
    color: #3F3E3E;
    cursor: pointer
}

.inderlogo {
    float: left
}

.panel-heading {
    cursor: pointer
}

.glyphicon {
    vertical-align: middle
}

.backIcon, .delIcon, .editIcon, .settingIcon {
    vertical-align: top
}

.backIcon {
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    font-size: 18px;
    margin-right: 5px
}

.settingIcon {
    cursor: pointer;
    color: #000
}

.delIcon {
    color: #FB5151;
    cursor: pointer
}

.okIcon {
    color: #0DB3A6;
    cursor: pointer;
    font-size: 18px
}

.addIcon, .addIcon:hover {
    color: #0DB3A6;
    font-size: 12px;
    cursor: pointer
}

.disabled {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .6
}

.fadeOut {
    -webkit-animation: fadeOut .8s linear alternate;
    animation: fadeOut .8s linear alternate
}

.mock {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 8;
    text-align: center;
    font-size: 60px;
    padding-top: 50%;
    background-color: rgba(7, 7, 7, .5)
}

.btn_default, .btn_user {
    text-align: center;
    font-size: 16px
}

.mock .fa {
    display: block;
    margin-top: -45px;
    color: #FFF
}

.fixedCon {
    background: #fff;
    z-index: 2
}

.btn_user {
    background: #0e8fea;
    display: inline-block;
    color: #fff;
    padding: 9px;
    border: none;
    cursor: pointer
}

.btn_user:hover {
    color: #f5f5f5
}

.btn_next {
    min-width: 140px;
    padding: 10px 20px
}

.btn_default {
    background: #fff;
    display: inline-block;
    color: #666;
    border-radius: 2px;
    padding: 10px 20px;
    border: 1px solid #0e8fea
}

.btn_default:hover {
    color: #333
}

.text_tit {
    font-size: 18px;
    padding: 10px 0;
    color: #666
}

.des_pat, .text_label {
    font-size: 16px
}

.text_label {
    padding: 6px 0
}

.user-radio {
    position: relative;
    display: inline-block;
    min-width: 60px;
    margin: 10px 20px
}

.user-radio .user-radio-icon {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: #f1f1f1;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    vertical-align: middle
}

.user-radio .user-radio-icon label {
    width: 15px;
    height: 15px;
    border-radius: 100px;
    transition: all .5s ease;
    cursor: pointer;
    position: absolute;
    top: 5px;
    left: 6px;
    background: #cdcdcd;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .5)
}

.user-radio .user-radio-icon input[type=radio]:checked+label {
    background: #26ca28
}

.user-radio .user-radio-text {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    vertical-align: bottom
}

.user-checkbox {
    margin: 20px 100px;
    position: relative
}

.user-checkbox .user-checkbox-icon {
    position: relative;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle
}

.user-checkbox .user-checkbox-icon label {
    cursor: pointer;
    position: absolute;
    width: 23px;
    height: 23px;
    top: 0;
    left: 0;
    border: 1px solid #ddd
}

.user-checkbox .user-checkbox-icon label:after {
    opacity: .2;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: 0 0;
    top: 6px;
    left: 6px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.user-checkbox .user-checkbox-icon label:hover::after {
    opacity: .5
}

.user-checkbox .user-checkbox-icon input[type=checkbox]:checked+label:after
{
    opacity: 1
}

.user-checkbox .user-checkbox-text {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    vertical-align: middle
}

.form .form-input, .form .form-label {
    vertical-align: top
}

.user-select {
    width: 170px;
    border: 1px solid #cdcdcd;
    height: 40px;
    position: relative
}

.user-select .user-select-value {
    border: none;
    height: 38px;
    width: 130px;
    vertical-align: top;
    outline: 0;
    padding: 0 10px;
    display: inline-block;
    font-size: 14px;
    line-height: 38px;
    color: #666
}

.user-select .user-select-select {
    opacity: 0;
    width: 172px;
    position: absolute;
    left: -1px;
    top: 0;
    height: 40px;
    border: 1px solid #cdcdcd;
    filter: alpha(opacity = 0)
}

.user-select .user-select-icon {
    background: url(../images/select_icon.png) center no-repeat;
    display: inline-block;
    width: 20px;
    height: 38px
}

.form .form-row {
    padding: 5px 0
}

.form .form-label {
    display: inline-block;
    line-height: 34px
}

.form .form-label.tr {
    text-align: right
}

.form .form-label.tl {
    text-align: left
}

.form .form-input.error {
    border-color: red
}

.uploadBtn {
    position: relative
}

.uploadBtn .fileInput {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%
}

.excel-sheet-tab-list li a {
    font-size: 12px;
    white-space: nowrap;
    text-align: center
}

.excel-sheet-tab-list li {
    position: relative;
    width: 20%
}

.excel-sheet-tab-list li:hover ul {
    display: block
}

.excel-sheet-tab-list li:hover>a {
    border-color: #DDD
}

.excel-sheet-tab-list li ul {
    display: none;
    position: absolute;
    right: 2px;
    left: 0;
    background-color: #FFF;
    z-index: 3;
    margin-top: -1px;
    border: 1px solid #DDD;
    border-top-width: 0;
    border-radius: 0 0 4px 4px;
    max-height: 200px;
    overflow: auto
}

.excel-sheet-tab-list li ul li {
    width: initial
}

.excel-sheet-tab-list li ul .active a {
    background: #E5E5E5
}

.excel-sheet-tab-list a.active {
    border-color: #DDD
}

@-webkit-keyframes progres1 { 0%{
    width: 35%
}

100%{
    width
    :
            85%
}
}
@keyframes progres1 { 0%{
    width: 35%
}

100%{
    width
    :
            85%
}
}
@-webkit-keyframes progres2 { 0%{
    width: 35%
}

100%{
    width
    :
            100%
}
}
@keyframes progres2 { 0%{
    width: 35%
}

100%{
    width
    :
            100%
}
}
@-webkit-keyframes progres3 { 0%{
    width: 35%
}

100%{
    width
    :
            100%
}
}
@keyframes progres3 { 0%{
    width: 35%
}

100%{
    width
    :
            100%
}
}
.progres2, .progressbar {
    width: 35%;
    height: 1px;
    margin-top: -1px;
    background: #82C8E1
}

.loading {
    text-align: center;
    padding: 80px;
    color: rgba(85, 85, 85, .47)
}

.progressbar {
    transition: width .5s
}

.progres2 {
    -webkit-animation: progres2 .5s 25s 1;
    animation: progres2 .5s 25s 1
}

.progres3 {
    width: 0;
    height: 1px;
    margin-top: -1px;
    background: #82C8E1;
    -webkit-animation: progres3 .5s 0 1;
    animation: progres3 .5s 0 1
}

.innerNav, .innerNavPatch {
    height: 66px
}

.innerNavWrap {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.fixedWrap .innerNav {
    width: 80%;
}

.innerNav {
    line-height: 66px;
    margin: 0 auto;
    padding: 0;
    background-color: #fff
}

.innerNav a {
    cursor: pointer
}

.innerNav .navimg {
    float: left;
    margin-top: 10px;
    height: 45px
}

.innerNav .nav-img-noleft {
    margin-left: 0
}

.innerNav .navpad {
    padding: 5px
}

.innerNav .dropdown.open {
    border: none
}

.innerNav .dropdown.open .dropdown-toggle {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    color: #333;
    border-bottom: none;
    z-index: 1001;
    position: relative
}

.innerNav .dropdown.open .dropdown-menu {
    margin-top: -2px;
    border-radius: 3px 0 3px 3px;
    min-width: 201px
}

.innerNav .dropdown.open .dropdown-menu.projectdropdown a {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 165px
}

.innerNav .dropdown .caret {
    margin: 10 0 10 6px
}

.innerNav .navbar-nav {
    margin-right: 0;
    float: right
}

.innerNav .nav-noright {
    margin-right: 0;
    padding-right: 0
}

.innerNav .dropdown-menu>li>a:focus, .innerNav .dropdown-menu>li>a:hover,
.innerNav .nav>li>a:hover {
    background: 0 0
}

.innerNav .projectdropdown .mj-limit-len {
    max-width: 90%
}

.innerNav .projectdropdown .exp {
    display: inline-block;
    border-bottom: 1px solid #cdcdcd;
    width: 100%;
    padding: 3px 0 6px
}

.innerNav .ad {
    float: left;
    width: 282px;
    color: #fff
}

.innerNav .ad .broadcast {
    width: 35px;
    height: 27px;
    display: inline-block;
    background: url(../images/icons/tongg.png) center no-repeat;
    vertical-align: middle
}

.innerNav .ad .castcont {
    display: inline-block;
    width: 216px;
    vertical-align: middle;
    text-align: center
}

.innerNav .ad .adslist {
    margin: 0
}

.innerNav .ad .adslist li {
    display: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    margin: 0 4px;
    background-color: #0168b7;
    height: 24px;
    color: #fff;
    line-height: 24px
}

.innerNav .ad .adslist li.on {
    display: block
}

.innerNav .ad .adslist li a {
    color: #fff
}

.innerNav .ad .fa {
    font-size: 24px;
    vertical-align: middle;
    cursor: pointer;
    color: #666
}

.innerNav .navbar-nav>li>a span, .userInfo .userName {
    display: inline-block;
    overflow: hidden;
    max-width: 110px;
    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis
}

.innerNav .navbar-nav>li>a, .userInfo {
    padding: 15px 10px;
    line-height: 22px;
    color: #777;
    font-size: 18px
}

.inline-input {
    display: inline-block;
    width: 55%
}

.inline-input .ng-invalid {
    border-color: red
}

.list-group-item .inline-input {
    width: 55%
}

.userInfo .userName {
    margin-right: 8px
}

.navBoardDialog, .navProjectDialog {
    display: none;
    line-height: 1.5
}

.userInfo .logout {
    background: 0 0;
    cursor: pointer
}

.userInfo .logout span {
    margin-right: 5px;
    font-size: 16px;
    vertical-align: middle
}

.user-noright {
    padding: 15px 0
}

.navProjectDialog .modal-dialog {
    height: 418px;
    width: 524px
}

.navProjectDialog .modal-body {
    height: 366px;
    padding: 5px;
    overflow-y: auto;
    margin-bottom: 4px
}

.navProjectDialog .search {
    position: relative;
    overflow: hidden;
    margin: 13px 15px 5px;
    padding: 5px;
    border-radius: 1px;
    border: 1px solid #dcdcdc
}

.navProjectDialog .search input {
    padding-left: 30px;
    min-width: 300px;
    border: none
}

.navProjectDialog .search .s-icon {
    position: absolute;
    top: 7px;
    left: 10px;
    width: 16px;
    height: 16px;
    border: none;
    background: url(../images/icons/sous.png) left top no-repeat;
    z-index: 5
}

.navProjectDialog .project {
    margin: 5px;
    width: 155px
}

.navProjectDialog .project .tips {
    top: 8px;
    left: 22px
}

.navProjectDialog .project .analytics {
    padding: 5px
}

.navProjectDialog .project .analytics .itemIcon {
    margin: 25px auto 5px
}

.navProjectDialog .projectEmpty {
    float: none;
    margin: 100px auto
}

.navProjectDialog .projectNew .addIcon {
    height: 7em;
    width: 9em;
    margin: 10px auto 20px;
    background: url(../images/icons/add-grey.png) center center no-repeat;
    border: 2px dashed #dcdcdc;
    border-radiu: .5em
}

.navProjectDialog .projectNew .projectName {
    color: #b5b5b5
}

.navBoardDialog .modal-dialog {
    height: 336px;
    width: 370px
}

.navBoardDialog .modal-body {
    padding: 19px 25px 10px
}

.navBoardDialog .curBoard {
    border: 1px solid #dcdcdc;
    border-bottom: 0;
    padding: 5px 20px 5px 15px;
    background: url(../images/icons/arrowb.png) 98.5% center no-repeat;
    text-overflow: ellipsis;
    height: 30px;
    overflow: hidden;
    white-space: nowrap
}

.navBoardDialog .boradList {
    border: 1px solid #dcdcdc;
    padding: 2px 0;
    height: 182px;
    margin-bottom: 12px;
    overflow-y: auto
}

.navBoardDialog .boradList .boardItem {
    display: block;
    color: #343434;
    padding: 3px 15px;
    text-overflow: ellipsis;
    cursor: pointer;
    margin: 1px 0;
    overflow: hidden;
    height: 26px;
    white-space: nowrap
}

.navBoardDialog .boradList .boardItem.selected, .navBoardDialog .boradList .boardItem:hover
{
    background-color: #ececec
}

.navBoardDialog .btnSet {
    text-align: right
}

.analytics, .proheading .prtitle, .projs, .videolist {
    text-align: center
}

.navBoardDialog .btnSet .btnCancel {
    min-width: 85px;
    padding: 6px 0;
    background: #dedede;
    color: #343434;
    border: none
}

.navBoardDialog .btnSet .btnOk {
    min-width: 85px;
    padding: 6px 0;
    background: #0e8fea;
    color: #fff;
    border: none
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background: 0 0
}

.dropdown-menu>li:hover {
    background: #E6E6E6
}

.login_container {
    padding: 2% 0
}

.login_left {
    height: 450px;
    border-right: 1px solid #ccc;
    width: 720px;
    float: left;
    padding-top: 10px
}

.login_left .login_logoimg {
    height: 370px;
    background: url(../images/login_gg.jpg) left top no-repeat
}

.login_right {
    float: left;
    padding-left: 70px;
    padding-top: 45px
}

.login_right form .bigtitle {
    font-size: 24px;
    margin-bottom: 35px
}

.login_right form .inputdiv {
    height: 38px
}

.login_right form .inputdiv .inputs {
    height: 36px;
    width: 368px;
    border: 1px solid #ccc;
    font: inherit;
    line-height: 36px;
    font-size: 14px;
    vertical-align: middle;
    padding-left: 14px;
    outline: 0
}

.login_right form .inputdiv .inputs:hover {
    border: 1px solid #a0a0a0
}

.login_right form .inputdiv .inperror, .login_right form .inputdiv .inperror:hover
{
    border: 1px solid #ef470a;
    box-shadow: 8px 0 0 #ef470a inset
}

.login_right form .inputdiv .pass {
    width: 285px;
    height: 35px;
    border: none;
    line-height: 35px;
    background: 0 0
}

.login_right form .inputdiv .pass:hover {
    border: none
}

.login_right form .inputdiv .inperror {
    border: 1px solid #ef470a;
    box-shadow: 8px 0 0 #ef470a inset
}

.login_right form .inputdiv .verify {
    width: 249px
}

.login_right form .inputdiv .verifyimg {
    width: 110px;
    height: 36px;
    margin-left: 5px;
    cursor: pointer;
    border: 1px solid #ccc
}

.login_right form .passdiv {
    width: 368px;
    border: 1px solid #ccc;
    margin: 14px 0
}

.login_right form .passdiv:hover {
    border: 1px solid #a0a0a0
}

.login_right form .inperror {
    border: 1px solid #ef470a;
    box-shadow: 8px 0 0 #ef470a inset
}

.login_right form .rgdiv {
    margin-top: 25px;
    margin-bottom: 10px
}

.login_right form .rgdiv .signup {
    font-size: 14px;
    display: inline-block;
    color: #0e8fea
}

.login_right form .rgdiv .forgotpass {
    margin-left: 176px
}

.login_right form .rgdiv .login_btn {
    width: 370px;
    cursor: pointer;
    height: 40px;
    background: #0e8fea;
    color: #fff;
    border-radius: 2px;
    border: none;
    font-size: 16px
}

.login_right form .rgdiv .login_btn:hover {
    background: #0e8fea;
    color: #fff
}

.login_right form .rgdiv .login_btn.disabled {
    border-color: #ccc;
    background: #f5f5f5;
    color: #ccc;
    cursor: default
}

.analytics, .msginfo .msgbtn, .proheading .prtitle .fa {
    cursor: pointer
}

.msginfo {
    border: 1px solid #ccc;
    padding: 4px 30px;
    color: #666;
    position: absolute;
    left: 352px;
    line-height: 20px;
    z-index: 99;
    top: 8px;
    background-color: #fff
}

.msginfo.off {
    display: none
}

.msginfo.on {
    display: block
}

.msginfo .msgicon {
    position: absolute;
    left: 6px;
    top: 6px
}

.msginfo .msginfotxt {
    display: inline-block;
    font-size: 12px
}

.msginfo .msgbtn {
    position: absolute;
    top: 8px;
    right: 12px
}

.msginfo .dec {
    top: 5px;
    display: block;
    height: 17px;
    overflow: hidden;
    position: absolute;
    left: -8px;
    width: 8px
}

.msginfo .dec s {
    font-family: simsun;
    font-size: 16px;
    height: 19px;
    left: 0;
    line-height: 21px;
    position: absolute;
    top: 0;
    width: 17px
}

.rpsubbtn, .rptomjbtn {
    font-family: "瀵邦喛钂嬮梿鍛寸拨"
}

.msginfo .dec .dec1 {
    color: #ccc
}

.msginfo .dec .dec2 {
    color: #fff;
    left: 1px
}

.login .msginfo {
    display: inline-block;
    position: relative;
    top: 2px;
    left: 0;
}

.btnarea .autologin, .btnarea .lorebtn {
    width: 276px
}

@-webkit-keyframes columnpop1 {
from {height: 0%
}

to {
    height: 30%
}

}
@keyframes columnpop1 {
from {height: 0%
}

to {
    height: 30%
}

}
@-webkit-keyframes columnpop2 {
from {height: 0%
}

to {
    height: 55%
}

}
@keyframes columnpop2 {
from {height: 0%
}

to {
    height: 55%
}

}
@-webkit-keyframes columnpop3 {
from {height: 0%
}

to {
    height: 80%
}

}
@keyframes columnpop3 {
from {height: 0%
}

to {
    height: 80%
}

}
.api-preview-wrap {
    overflow: auto
}

.api-table-fixed thead {
    background-color: #ccc
}

.proheading {
    border-bottom: 1px solid #979797;
    color: #181818;
    padding-top: 0;
    display: block;
    margin-top: 30px;
    height: 40px;
    margin-bottom: 30px;
    clear: both;
    position: relative
}

.proheading .prtitle {
    border-bottom: 2px solid #DD349F;
    line-height: 38px;
    font-size: 24px;
    margin-left: 60px;
    display: inline-block
}

.proheading .newprobtn {
    position: absolute;
    right: 0;
    top: -6px
}

.nullIcon {
    float: left;
    padding-top: 23px
}

.prolist {
    margin: 0 34px;
    overflow: hidden
}

.project {
    position: relative;
    width: 190px;
    margin: 20px 18px;
    float: left
}

.project .mock {
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    display: none
}

.project .mock .mj-s-icon {
    margin-top: -22px;
    width: 20px;
    height: 20px
}

.project .mock .mj-s-icon.mj-s-eidt-normal-icon {
    background: url(../images/icons/edit-white.png) left top no-repeat
}

.project .mock .mj-s-icon.mj-s-del-icon {
    background: url(../images/icons/trash-white.png) left top no-repeat
}

.project .mock .mj-s-icon.mj-s-share-icon {
    background: url(../images/icons/export-white.png) left top no-repeat
}

.project:hover .delIcon, .project:hover .editIcon {
    display: block
}

.project:hover .analytics {
    background-color: gold;
    text-decoration: none
}

.project:hover .minichart {
    background-color: #fff
}

.project.isEditing .analytics {
    background: 0 0
}

.project.isEditing:hover .mock {
    display: block;
    font-size: 100%
}

.project.isEditing:hover .mock.edit {
    display: none
}

.project .tips {
    position: absolute;
    background-color: #468847;
    left: 38px;
    top: 10px
}

.project .projectName {
    color: #DA4F49;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative
}

.project .projectName .form-control {
    height: 30px
}

.project .projectName .fa {
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px;
    font-size: 26px;
    font-weight: 400;
    color: #3CB637
}

.more_m, .projs {
    font-size: 16px
}

.project .projectName.stopevent {
    margin-top: -10px
}

.project .projectName.edit-project {
    margin: -21px 0 7px 8px;
    border: 1px solid #cdcdcd
}

.project .projectName.edit-project input {
    border: none;
    height: 32px;
    width: 70%;
    padding-left: 6px;
    color: #333
}

.analytics {
    display: block;
    border-radius: .5em;
    color: #000;
    padding: 2em .5em 1em
}

.analytics .itemIcon {
    display: block;
    height: 6em;
    width: 8em;
    background: rgba(255, 255, 255, .5);
    border-color: #444;
    border-image: none;
    border-radius: .15em;
    border-style: solid;
    border-width: 0 0 .15em .15em;
    position: relative;
    margin: 10px auto 20px
}

.analytics .itemIcon div {
    background-image:
            url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNENDdGN0YiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI0Q0N0Y3RiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: linear-gradient(center to top, #D47F7F, #D47F7F);
    bottom: 0;
    height: 55%;
    left: 40%;
    position: absolute;
    width: 22%
}

.analytics .itemIcon div:first-child {
    background-image:
            url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM3MzczQzgiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzczNzNDOCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: linear-gradient(center to top, #7373C8, #7373C8);
    height: 30%;
    left: 10%
}

.analytics .itemIcon div:last-child {
    background-image:
            url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM2QjYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZCNiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: linear-gradient(center to top, #6B6, #6B6);
    height: 80%;
    left: 70%
}

.analytics:hover .itemIcon div, .analytics:hover>div>div, .selected .analytics .itemIcon div
{
    background-image:
            url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM4ODMzMzMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI0REODg4OCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: linear-gradient(center to top, #833, #D88);
    box-shadow: .1em .1em .1em rgba(0, 0, 0, .2) inset, -.1em 0 .1em
    rgba(255, 255, 255, .2) inset
}

.analytics:hover .itemIcon>div, .analytics:hover>div>div {
    -webkit-animation: columnpop2 .5s;
    animation: columnpop2 .5s;
    background-image:
            url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM4ODMzMzMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI0REODg4OCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: linear-gradient(center to top, #833, #D88)
}

.analytics:hover .itemIcon>div:first-child, .analytics:hover>div>div:first-child,
.selected .analytics .itemIcon>div:first-child {
    -webkit-animation: columnpop2 .5s;
    animation: columnpop2 .5s;
    background-image:
            url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzMzgiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzg4RCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: linear-gradient(center to top, #338, #88D)
}

.analytics:hover>div>div:last-child, .selected .analytics>div>div:last-child
{
    background-image:
            url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzMzg4MzMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzg4REQ4OCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: linear-gradient(center to top, #383, #8D8);
    -webkit-animation: columnpop3 .5s;
    animation: columnpop3 .5s
}

.videolist .video {
    display: inline-block;
    width: 240px;
    position: relative;
    margin-right: 50px
}

.videolist .video:last-child {
    margin-right: 0
}

.videolist .video img {
    border: 1px solid #cdcdcd
}

.videolist .video .video-name {
    display: inline-block;
    margin-top: 10px
}

.dslist {
    border: 1px solid #fff;
    margin-bottom: 25px
}

.proj_w, .projs, .projs02 {
    margin: 40px 25px 25px 40px;
    display: inline-block
}

.dslist.dslist-error {
    border-color: #FC4654
}

.myproject_03 {
    height: 220px;
    overflow: hidden
}

.projs {
    width: 160px;
    height: 100px;
    float: left;
    color: #181818;
    line-height: 28px;
    background-color: #ccc
}

.projs02 {
    width: 200px;
    height: 140px;
    position: relative
}

.proj_w {
    width: 160px;
    height: 80px;
    float: left
}

.pros_01 {
    margin-left: 20px
}

.pro_top {
    margin-top: 10px
}

.more_m {
    float: right;
    line-height: 60px;
    color: #dd349f
}

.more_m:hover {
    color: #428bca
}

.nulla {
    font-size: 18px;
    float: left;
    height: 120px
}

.nulld {
    float: left;
    line-height: 30px;
    margin-top: 15px;
    margin-left: 10px
}

.listbtnStartVideo {
    display: inline-block;
    position: absolute;
    left: 95px;
    border: none;
    width: 50px;
    height: 50px;
    z-index: 3;
    outline: 0;
    top: 45px;
    -webkit-transform: translateZ(0);
    background: url(../images/default.png) no-repeat
}

.drop-options .tab-main .fills.selected, .drop-options .tab-main .shapes .shape.selected
{
    outline: #62B5AD solid 1px
}

.listbtnStartVideo:hover {
    background: url(../images/mouse-on.png) no-repeat
}

.vidoImg {
    width: 200px;
    height: 120px;
    border: 1px solid #cdcdcd
}

.prolist-pop {
    display: none
}

.prolist-pop .prolist-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    z-index: 10
}

.prolist-pop .prolist-inner {
    position: fixed;
    z-index: 11;
    margin: 0 auto;
    background: #000;
    top: 100px
}

.searchpname {
    position: relative
}

.searchpname input:first-child {
    float: right;
    margin: 10px 3px 36px 0;
    border: 1px solid #ccc;
    border-radius: 40px;
    width: 296px;
    height: 31px;
    padding: 0 38px 0 12px
}

.search-result .listnum-de, .search-result .listnum-fs {
    margin-left: 4px;
    display: inline-block;
    box-sizing: border-box
}

.searchpname input:last-child {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    border: none
}

.dsitem, .pselectd, .results-wrap {
    position: relative
}

.icon-searchpname {
    background: url(../images/icons/sous3.png) 5px no-repeat
}

.search-result {
    width: 100%;
    clear: both;
    height: auto
}

.search-result .listnum-de {
    border: 1px solid #1E91E7;
    height: 17px;
    line-height: 16px;
    min-width: 17px;
    border-radius: 18px;
    background-color: #fff;
    text-align: center;
    padding: 0 4px;
    color: #1E91E7
}

.search-result .listnum-fs {
    height: 19px;
    line-height: 17px;
    min-width: 18px;
    border-radius: 18px;
    text-align: center;
    padding: 0 5px;
    background-color: #1E91E7;
    color: #fff;
    box-shadow: 0 0 7px #bbb;
    border: 1px solid #fff
}

.pselect, .pselectd {
    float: left;
    min-width: 124px;
    height: 45px;
    line-height: 44px;
    text-align: center;
    cursor: pointer
}

.pselectd, .results-wrap .minichart:hover {
    background-color: #fff
}

.pselectd {
    color: #000 !important;
    border: 1px solid #ccc;
    border-radius: 4px 4px 0 0;
    border-bottom: #fff;
    z-index: 2;
    top: 1px
}

.pselect {
    color: #025B97;
    border-radius: 4px 4px 0 0;
    border: none
}

.results-wrap {
    clear: both;
    border: 1px solid #ccc;
    min-height: 180px;
    height: auto;
    z-index: 1
}

.chartPanel .chartCon, .excelpreview {
    min-height: 450px
}

.results-wrap .minichart {
    border: 1px solid #ccc;
    width: 11em;
    line-height: 80px
}

.icon-noresult {
    background: url(../images/icons/sous4.png) 20px no-repeat;
    display: inline-block;
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-indent: 60px;
    font-size: 13px;
    color: #bbb;
    margin: 60px 0 0 513px;
    letter-spacing: .5px
}

.text-wrap {
    width: 100%;
    margin: 20px 0 0 48px
}

.text-wrap li {
    margin-bottom: 10px;
    list-style-type: disc
}

.heightlight {
    color: #E24F48
}

.namebysearch {
    color: #555 !important
}

.newProject {
    background: #fff;
    padding-bottom: 45px
}

.newProject .apiproviewData {
    visibility: visible;
    overflow: auto
}

.newProject .newpname {
    margin-top: 20px
}

.newProject .apiset-fixWidth-2 {
    width: 740px
}

.newProject .apiset-fixWidth-2 input {
    width: 636px
}

.dsapiwrap {
    border: 1px solid #bbb;
    box-sizing: border-box
}

.dsitem {
    display: inline-block;
    margin: 10px 12px;
    box-sizing: border-box
}

.dsitem img {
    width: 188px
}

.dsitem img.dbSelect {
    position: absolute;
    border: none;
    bottom: 0;
    right: 0;
    display: none
}

.dsitem.enable.selected img, .dsitem.enable:hover img {
    display: inline;
    border-color: #0aae3b;
    border-width: 3px;
    padding: 0
}

.dsitem-api {
    display: inline-block;
    margin: 0 12px 25px;
    position: relative;
    box-sizing: border-box
}

.dsitem-api span {
    position: absolute;
    left: 10%;
    top: 102%;
    right: 10%;
    text-align: center
}

.dsitem-api img {
    width: 188px;
    height: 188px
}

.dsitem-api img.dbSelect {
    position: absolute;
    border: none;
    bottom: 0;
    right: 0;
    display: none
}

.dsitem-api.enable.selected, .dsitem-api.enable:hover {
    border: 1px solid transparent
}

.dsitem-api.enable.selected img, .dsitem-api.enable:hover img {
    display: inline;
    border-color: #0aae3b;
    border-width: 3px;
    padding: 0
}

.next_btn, .star {
    display: inline-block
}

.excelpreview {
    border-radius: 2px
}

.excelpreview .previewData {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    visibility: hidden
}

.excelpreview .previewData.active {
    visibility: visible
}

.excelpreview .tableHead {
    table-layout: fixed;
    width: 100%;
    background-color: #DADADA
}

.excelpreview .tableHead th {
    word-break: break-word
}

.excelpreview .tablecsroll {
    height: 400px
}

.excelpreview .tablecsroll-x {
    height: 400px;
    overflow-x: auto;
    overflow-y: hidden
}

.excelpreview .table {
    margin-bottom: 0
}

.excelpreview .table td {
    min-width: 80px
}

.excelpreview .totalNum {
    line-height: 37px;
    text-align: right
}

@media screen and (max-width:1200px) {
    .metDialogCon .tablecsroll {
        width: 728px
    }
    #fileuploadDialog .metDialogCon .tablecsroll {
        width: 768px
    }
}

@media ( min-width :1200px) {
    .metDialogCon .tablecsroll {
        width: 828px
    }
    #fileuploadDialog .metDialogCon .tablecsroll {
        width: 868px
    }
}

.excel_txt {
    margin-bottom: 20px;
    font-size: 16px
}

.tab-content {
    position: relative;
    height: 440px
}

.tab-content .sjyl {
    position: absolute;
    top: 120px;
    left: 280px
}

.tab-content .sjyl span {
    font-size: 16px;
    color: #cecece
}

.excel_data {
    padding: 0
}

.next_btn {
    background: #0e8fea;
    border-radius: 2px;
    color: #fff;
    min-width: 140px;
    padding: 10px;
    border: none;
    font-size: 16px;
    text-align: center
}

.FileIcon, .loadIcon {
    text-indent: 25px;
    background-repeat: no-repeat;
    background-position: 18%
}

.next_btn:hover {
    color: #f5f5f5
}

.uploadBtn {
    width: 60%;
    max-width: 217px
}

.FileIcon {
    background-image: url(../images/wenjj.png)
}

.loadIcon {
    background-image: url(../images/ajax-loader.gif)
}

.star {
    color: red;
    padding-right: 4px
}

.project_name {
    padding: 10px 0;
    font-size: 18px
}

.right-run {
    margin-left: 72%
}

.dbtype {
    border-bottom: 1px solid #dcdcdc;
    font-size: 16px;
    text-indent: 30px
}

.dbtype .botcolor {
    border-bottom: 2px solid #ef470a
}

.ulpadding {
    padding: 25px 0 10px 20px
}

.addpadding {
    padding: 25px 0 10px 28px
}

.apiscroll {
    width: 1175px !important
}

.apiproviewData {
    visibility: visible !important;
    overflow: auto
}

.upload-report-preview {
    margin-top: 20px;
    font-size: 12px;
    width: 224px;
    position: relative
}

.upload-report-preview .success {
    display: none
}

.upload-report-preview.success .success {
    display: block;
    color: #0DB3A6;
    padding-left: 18px
}

.upload-report-preview.success .pre {
    display: none
}

.upload-report-preview .icon {
    background: url(/css/images/icons/ccg.png) left center no-repeat;
    width: 20px;
    height: 20px;
    background-size: 14px;
    position: absolute;
    left: 0;
    top: -3px
}

.mj-icon {
    background: left center no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 14px;
    vertical-align: text-top
}

.mj-icon-chexiao {
    background: url(../images/icons/chexiao.png) center center no-repeat
}

.timeline-wrapper .switcher {
    display: none !important
}

.del-public {
    position: absolute;
    width: 18px;
    height: 18px;
    display: none;
    right: -17px;
    top: -16px;
    background: url(../css/images/closes.png) -3px no-repeat
}

.groupslist {
    max-width: 260px
}

.groupslist .treeWrap {
    border: 1px solid
}

.groupslist .out-search .search-txt {
    width: 85%
}

.groupslist .treeBranch {
    cursor: pointer;
    margin: 0 0 4px;
    height: 20px;
    line-height: 20px;
    white-space: nowrap
}

.groupslist .treeBranch .addTogroup {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/icons/tianjb.png) no-repeat;
    margin-bottom: -3px
}

.groupslist .treeBranch .addTogroup.gray, .groupslist .treeBranch .afterAddGroup
{
    background: url(../images/icons/yjtj.png) no-repeat
}

.groupslist .treeBranch:hover {
    color: #0E8FEA
}

.groupslist .rootLeafClose {
    font-weight: 700;
    background: url(../images/icons/gb1.png) 2px 4px no-repeat;
    position: relative;
    left: -15px;
    text-indent: 15px
}

.groupslist .rootLeafOpen {
    font-weight: 700;
    background: url(../images/icons/zk1.png) 2px 4px no-repeat;
    position: relative;
    left: -15px;
    text-indent: 15px
}

.groupslist .treePos {
    margin: 0 0 0 18px
}

.groupslist ul li:last-child {
    margin: 0
}

.groupslist .caret {
    float: right;
    margin-top: 8px;
    color: #000
}

.groupslist .gseleted, .groupslist .gtoselet {
    height: 40px;
    line-height: 40px;
    margin: 0 1px 0 0;
    display: inline-block;
    cursor: pointer;
    text-align: center
}

.groupslist h4 {
    font-weight: 700
}

.groupslist .panel-default {
    border: none
}

.groupslist .panel-info {
    border-color: #E5E5E5
}

.groupslist .gseleted {
    width: 76px;
    background-color: #717171;
    color: #fff
}

.groupslist .gselected-disabled {
    width: 50%
}

.groupslist .gtoselet {
    width: 76px;
    background-color: #B4DDF1;
    color: #0262AE
}

.groupslist .gtoselet-disabled {
    width: 49%
}

.groupslist .publicdata {
    margin: 0 auto;
    width: 198px
}

.groupslist .publicdata:hover .del-public {
    display: inline-block
}

.groupslist .publicdata-wrap {
    border: 1px solid #ccc;
    padding: 14px 0 119px;
    margin-top: -11px
}

.groupslist .publicdata-wrap>div:first-child {
    position: relative
}

.groupslist .searchpublicdata {
    width: 200px;
    height: 32px;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-left: 15px;
    padding-left: 33px;
    padding-right: 10px
}

.groupslist .icon-searchtable {
    background: url(../images/icons/sous4.png) 3px no-repeat;
    background-size: 22px;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 18px;
    top: 1px;
    cursor: pointer;
    border: none
}

.groupslist .public-dtitle {
    width: 200px;
    margin: 20px auto 16px;
    border-bottom: 1px solid #ccc
}

.groupslist .public-dtitle span.zb {
    border-bottom: 1px solid red;
    width: auto;
    border-width: 2px;
    margin-bottom: -1px
}

.groupslist .publiccontent {
    width: 214px;
    margin-left: 14px;
    height: 260px;
    overflow-y: auto
}

.dsListPanel, .groupslist .dsListPanel {
    overflow: auto;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px
}

.groupslist .panel-info>.panel-heading {
    background: #A2B8C5;
    color: #08C;
    cursor: pointer
}

.groupslist .panel .list-group .list-group-item, .groupslist .panel>.list-group:first-child .list-group-item:first-child,
.groupslist .panel>.list-group:last-child .list-group-item:last-child {
    padding: 0;
    background: #f4f4f4;
    border-radius: 3px;
    border: 1px solid #E5E5E5;
    margin: 2px 0
}

.groupslist .list-group-item.nodragg .objName {
    color: #d1d1d1
}

.groupslist .list-group-item .dropdown {
    position: absolute;
    top: 0;
    right: 0;
    display: none
}

.groupslist .list-group-item:hover .dropdown {
    display: block
}

.groupslist .list-group-item .fa-arrow-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    z-index: 2
}

.groupslist .toggle {
    color: green;
    font-size: 16px;
    margin-left: 5px
}

.groupslist .list-group-item .objItem {
    padding: 8px 10px 8px 15px;
    cursor: move;
    display: block;
    color: #666
}

.groupslist .list-group-item .objItem.dgitem {
    padding-left: 18px
}

.groupslist .list-group-item .objItem.dgitem .group-item-arrow {
    padding-right: 5px
}

.hierarchy {
    padding-bottom: 5px;
    margin: 2px 0
}

.hierarchy .fa {
    margin: 0 2px;
    min-width: 8px
}

.hierarchy .fa.icon {
    color: #0d79c4
}

.hierarchy .draggable {
    cursor: move;
    color: #666;
    width: 110px;
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle
}

.hierarchy .dropdown {
    display: none;
    position: absolute;
    top: 2px;
    right: 0
}

.hierarchy .items {
    margin-left: 38px
}

.hierarchy .item, .hierarchy .name {
    margin: 5px 0;
    position: relative
}

.hierarchy .item:hover .dropdown, .hierarchy .name:hover .dropdown {
    display: block
}

.groupItemMenu .fa {
    margin-right: 5px
}

.caculateDialog .modal-dialog {
    width: 620px
}

.caculateDialog .modal-body {
    padding: 0
}

.caculateDialog .modal-body .left {
    float: left;
    width: 414px;
    border-right: 1px solid #e5e5e5;
    padding: 20px 25px;
    margin-bottom: 0
}

.caculateDialog .modal-body .left input {
    width: 190px;
    margin-bottom: 15px;
    padding: 5px 10px;
    border: 1px solid #dcdcdc
}

.caculateDialog .modal-body .left textarea {
    width: 100%;
    height: 190px;
    padding: 5px 10px;
    border: 1px solid #dcdcdc
}

.caculateDialog .modal-body .right {
    float: left;
    width: 200px;
    padding: 5px 25px 20px;
    margin-bottom: 0
}

.caculateDialog .modal-body .right label {
    font-weight: 700;
    margin: 11px 0 8px
}

.caculateDialog .modal-body .right select {
    width: 99%;
    padding: 4px;
    border: 1px solid #dcdcdc
}

.caculateDialog .modal-body .right .btn-default {
    margin-top: 20px;
    width: 72px;
    border-color: #0E8FEA;
    color: #0E8FEA
}

.caculateDialog .modal-footer {
    position: relative
}

.caculateDialog .modal-footer .error {
    position: absolute;
    top: 22px;
    left: 25px;
    background: url(../css/images/help2.png) left center no-repeat;
    padding-left: 22px
}

.caculateDialog .modal-footer .error span {
    color: #ed4709
}

.caculateDialog .modal-footer .btn-primary {
    width: 90px;
    background-color: #0E8FEA
}

.caculateDialog .modal-footer .btn-second {
    width: 90px;
    background-color: #d9d9d9;
    color: #333
}

.chartmaplist {
    max-width: 180px
}

.nav-tabs>li.addchartName {
    float: right;
    width: 280px
}

.nav-tabs>li.addchartName .allinput {
    width: 82%
}

.nav-tabs>li.analyse-savebtn {
    float: right;
    width: 135px;
    margin-left: 15px
}

.nav-tabs>li.analyse-savebtn .allinput {
    width: 82%
}

.dmCon {
    padding: 8px 12px 0px 12px;
}

.dmCon .dmTitle {
    padding: 15px 5px 5px;
    font-weight: 700
}

.dmCon .dTitle {
    padding: 5px;
    font-weight: 700
}

.chartPanel .tabNav {
    cursor: pointer
}

.chartPanel .tabNav .active {
    cursor: default
}

.chartPanel .chartCon.empty {
    background: url(../images/fenxi.png) center no-repeat
}

.chartName {
    margin-bottom: 8px
}

.tabPanel {
    border: 1px solid #DDD;
    border-top: none;
    padding: 5px 15px;
    min-height: 630px
}

.tabPanel .fixed {
    background: #fff;
    margin-bottom: 15px
}

.attribute-label {
    width: 50%
}

.attribute-label .order.canOrder {
    cursor: pointer
}

.attribute-label .order.canOrder .dropdown-menu {
    min-width: 200px
}

.attribute-label .order li {
    padding: 4px 5px 0
}

.attribute-label .order li .sorthide {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 77px
}

.attribute-label .order li .sortact {
    margin: 0 8px;
    color: #ddd;
    cursor: pointer;
    float: right;
    vertical-align: middle;
    line-height: 24px
}

.attribute-label .order li .sortact.select, .attribute-label .order li .sortact:hover
{
    color: #333
}

.attribute-label .order li .cacuSpace {
    width: 77px;
    display: inline-block
}

.attribute-label .order li .cacuAct {
    width: 26px;
    display: inline-block;
    vertical-align: super
}

.attribute-label .order .closeBtn {
    position: absolute;
    right: -6px;
    top: -12px;
    padding: 0;
    font-size: 14px;
    cursor: pointer
}

.attribute-label .order .closeBtn:hover {
    background: 0 0
}

.attribute-label .order .closeBtn .fa {
    margin: 0;
    color: #413D3D
}

.attribute-label .fa-sort {
    color: #616161;
    font-size: 16px;
    margin-left: 1px
}

.attribute-label label {
    margin: 0 5px
}

.attribute-column {
    padding-right: 12px
}

.attribute-column .down-arrow {
    padding: 0 14px 0 0;
    background: url(../../css/images/icons/zk2.png) 98% 6px no-repeat;
    background-size: 8px
}

.dropContainer {
    padding: 5px;
    border: 1px dashed #CCC;
    min-height: 48px;
    min-width: 150px;
    position: relative
}

.dropContainer .measure-f {
    height: 300px;
    width: 460px
}

.dropContainer .measure-f .m-filter-submit {
    margin: 9px 0 0
}

.dropContainer .measure-f .m-filter-submit .no-reset {
    margin: 0 0 0 303px
}

.dropContainer .measure-f .m-filter-submit span {
    border-radius: 2px;
    height: 25px;
    width: 53px;
    padding: 0;
    line-height: 22px;
    font-size: 12px
}

.dropContainer .measure-f .dateReg {
    height: auto
}

.dropContainer .measure-f .dateReg .dateReg-model {
    margin: 13px 0 0
}

.dropContainer .measure-f .dateReg .dateReg-model a {
    margin-top: 3px;
    display: block
}

.dropContainer .measure-f .content {
    width: 100%;
    height: 280px;
    background-color: #fff;
    margin: 0 auto;
    padding: 13px
}

.dropContainer .measure-f .content .range {
    width: 100%;
    height: 139px;
    border: 1px solid #ccc;
    margin: 26px 0 0;
    position: relative
}

.dropContainer .measure-f .content .range>span {
    position: absolute;
    top: -11px;
    left: 18px;
    display: inline-block;
    background: #fff;
    padding: 0 3px
}

.dropContainer .measure-f .content .range .filter-slider {
    width: 85%;
    margin: 14px auto
}

.dropContainer .measure-f .content .range .range-wrap {
    height: 65px
}

.dropContainer .measure-f .content .range .range-wrap .fix-margin {
    margin: 0
}

.dropContainer .measure-f .content .range .range-wrap .start {
    position: absolute;
    top: 51px;
    left: 45px;
    width: 141px
}

.dropContainer .measure-f .content .range .range-wrap .end {
    position: absolute;
    top: 51px;
    right: 68px;
    width: 141px
}

.dropContainer .measure-f .content .range .range-wrap .disabledd {
    background-color: #eee;
    color: #bbb
}

.dropContainer .measure-f .content .range .range-wrap input {
    border: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin: 30px 0 0 34px;
    height: 32px;
    text-indent: 10px
}

.dropContainer .measure-f .content .bgimg1 {
    background: url(../css/images/icons/zhifw-1.png) 38px 9px no-repeat
}

.dropContainer .measure-f .content .bgimg2 {
    background: url(../css/images/icons/zhishao-1.png) 38px 9px no-repeat
}

.dropContainer .measure-f .content .bgimg3 {
    background: url(../css/images/icons/zhiduo-1.png) 38px 9px no-repeat
}

.dropContainer .measure-f .content .bgimg4 {
    background: url(../css/images/icons/teshuz-1.png) 38px 9px no-repeat
}

.dropContainer .measure-f .content .curBmimg1 {
    background: url(../css/images/icons/zhifw-2.png) 38px 9px no-repeat
}

.dropContainer .measure-f .content .curBmimg2 {
    background: url(../css/images/icons/zhishao-2.png) 38px 9px no-repeat
}

.dropContainer .measure-f .content .curBmimg3 {
    background: url(../css/images/icons/zhiduo-2.png) 38px 9px no-repeat
}

.dropContainer .measure-f .content .curBmimg4 {
    background: url(../css/images/icons/teshuz-2.png) 38px 9px no-repeat
}

.dropContainer .measure-f .content .selected {
    background-color: #1E90E7;
    border-color: #eee !important;
    color: #fff
}

.dropContainer .measure-f .content .mType ul {
    width: 100%
}

.dropContainer .measure-f .content .mType ul li {
    display: inline-block;
    width: 97px;
    text-align: center;
    border: 1px solid #ccc;
    height: 60px;
    margin-right: 2%;
    line-height: 80px;
    cursor: default
}

.dropContainer .measure-f .content .mType ul li:last-child {
    margin: 0
}

.dropContainer .clearBtn {
    position: absolute;
    top: 0;
    right: 2px;
    color: #F0F0F0
}

.dropContainer:hover .clearBtn {
    color: #A0A0A0
}

.dropContainer .dropOuter {
    display: inline-block
}

.dropContainer .dropHierarchy {
    display: inline-block;
    border-radius: 3px;
    background: #ccc;
    padding: 0;
    margin: 0 5px
}

.dropContainer .dropHierarchy .isOpen {
    margin-left: 3px;
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 10px;
    text-align: center;
    border: 1px solid #fff;
    cursor: pointer
}

.dropItem, .dropItem a {
    border-radius: 3px;
    background: #ccc;
    display: inline-block
}

.dropContainer .dropHierarchy .dropItem {
    margin: 0
}

.dropContainer.reject {
    cursor: not-allowed
}

.dropItem {
    padding: 3px 8px;
    margin: 5px;
    cursor: move
}

.dropItem a {
    padding: 0;
    cursor: pointer
}

.dropItem .droplist {
    cursor: auto
}

.dropItem .droplist .form-control {
    min-width: 280px
}

.movable {
    background: #ccc;
    border-radius: 5px;
    padding: 8px;
    cursor: move;
    z-index: 99999
}

.chart-ftitle ul {
    padding: 0;
    margin: 0
}

.chart-ftitle ul li {
    display: inline-block;
    width: 80px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    cursor: pointer
}

.droplist .arrow, .droplist-measure .arrow {
    margin-bottom: 0;
    border-width: 0 10px 15px;
    border-color: transparent transparent #ccc;
    border-style: solid;
    line-height: 0;
    left: 9px;
    top: 0
}

.chart-ftitle .selected {
    background-color: #fff
}

.droplist, .droplist-measure {
    padding: 10px;
    background: #CCC;
    margin-left: -8px;
    z-index: 3;
    position: absolute
}

.chart-list-clear {
    text-decoration: line-through;
    color: #bbb
}

.boardMenu .extendAction .enable-dashboard a:hover, .boardMenu .extendAction .resizing
{
    text-decoration: underline
}

.droplist-measure {
    margin-top: 12px
}

.droplist-measure .arrow {
    position: absolute;
    margin-top: -12px;
    width: 0;
    height: 0
}

.droplist {
    margin-top: 12px;
    width: 350px;
    height: 450px
}

.droplist .arrow {
    position: absolute;
    margin-top: -12px;
    width: 0;
    height: 0
}

.droplist .filter-bottom-btn {
    position: absolute;
    bottom: 17px;
    left: 6%;
    right: 6%
}

.droplist .filter-bottom-btn .no-reset {
    margin: 0 0 0 193px !important
}

.droplist .filter-bottom-btn span {
    border-radius: 2px;
    height: 23px;
    line-height: 21px;
    width: 55px;
    padding: 0;
    margin: 0 0 -1px;
    font-size: 12px
}

.droplist .filter-bottom-btn span:first-child {
    margin: 0 133px -1px 1px
}

.droplist .f-normal {
    background-color: #fff;
    height: 404px
}

.droplist .f-normal .abstract {
    margin: 46px auto 0;
    width: 93%;
    border: 1px solid #ccc;
    height: 95px;
    position: relative
}

.droplist .f-normal .abstract:before {
    content: '閹芥顩�';
    position: absolute;
    top: -11px;
    left: 12px;
    background: #fff;
    width: 41px;
    padding: 0 0 0 7px;
    box-sizing: border-box
}

.droplist .f-normal .abstract div {
    width: 93%;
    margin: 4px auto 0
}

.droplist .f-normal .abstract div:first-child {
    margin-top: 16px
}

.droplist .f-normal .model-set>div {
    display: inline-block;
    margin: 11px 15px 0 0
}

.droplist .f-normal .content {
    width: 92%;
    margin: 4px auto;
    height: 247px;
    overflow: auto
}

.droplist .f-normal .fromlist-content {
    position: relative;
    margin: 0 4px 0 0;
    top: -2px
}

.droplist .f-normal .fromlist {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    height: 29px;
    text-indent: 30px;
    background: url(../css/images/icons/sous.png) 7px 6px no-repeat;
    background-size: 17px
}

.droplist .f-normal .type-useAll {
    border: 1px solid #ccc;
    margin: 0 12px;
    height: 328px;
    background-color: #eee
}

.droplist .f-normal .type-custom, .droplist .f-normal .type-fromlist {
    border: 1px solid #ccc;
    margin: 0 12px;
    height: 288px
}

.droplist .f-normal .type-custom form {
    position: relative
}

.droplist .f-normal .type-custom form span {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 26px;
    height: 19px;
    line-height: 14px;
    color: #1E90E7;
    cursor: pointer
}

.droplist .f-normal .active:after, .droplist .f-normal .normal-list a:before,
.droplist .f-wildcard .active:after, .droplist .f-wildcard .wild-list a:before
{
    content: '1';
    font-size: 0
}

.droplist .f-normal .type-custom form input {
    text-indent: 30px;
    background: url(../css/images/icons/sous.png) 7px 6px no-repeat;
    background-size: 17px
}

.droplist .f-normal .type-custom .custom-result {
    position: absolute;
    background-color: #fff;
    z-index: 11;
    width: 304px;
    border: 1px solid #777;
    max-height: 91px;
    height: auto;
    overflow: auto
}

.droplist .f-normal .type-custom .custom-result li {
    box-sizing: border-box;
    text-indent: 10px;
    cursor: default
}

.droplist .f-normal .type-custom .custom-result li:hover {
    background-color: #eee
}

.droplist .f-normal .active:after {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #1D91E7;
    top: 6px;
    left: 3px;
    border-radius: 100%
}

.droplist .f-normal .normal-list {
    padding: 8px 0
}

.droplist .f-normal .normal-list a {
    position: relative;
    display: inline-block;
    background-color: #fff;
    color: #000;
    margin-left: 13px
}

.droplist .f-normal .normal-list a:hover {
    color: #333
}

.droplist .f-normal .normal-list a:before {
    width: 14px;
    border: 1px solid #1D91E7;
    display: inline-block;
    height: 14px;
    vertical-align: text-bottom;
    margin: 0 4px 0 0;
    border-radius: 100%;
    position: relative;
    top: -2px
}

.droplist .f-wildcard {
    background-color: #fff;
    height: 404px
}

.droplist .f-wildcard .title {
    width: 93%;
    margin: 0 auto;
    position: relative;
    top: 13px
}

.droplist .f-wildcard .search {
    width: 93%;
    margin: 18px auto 0
}

.droplist .f-wildcard .search input {
    width: 100%;
    border: none;
    border: 1px solid #ccc;
    height: 33px;
    text-indent: 30px;
    background: url(../css/images/icons/sous.png) 7px 7px no-repeat;
    background-size: 17px
}

.droplist .f-wildcard .active:after {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #1D91E7;
    top: 6px;
    left: 3px;
    border-radius: 100%
}

.droplist .f-wildcard .wild-list {
    padding: 8px 0;
    width: 93%;
    margin: -43px auto 0;
    border: 1px solid #ccc;
    height: 294px;
    position: relative;
    top: 42px
}

.droplist .f-wildcard .wild-list>div {
    width: 91%;
    margin: auto
}

.droplist .f-wildcard .wild-list>div label i {
    margin: 0 4px 0 0
}

.droplist .f-wildcard .wild-list>div .clear {
    position: absolute;
    top: -57px;
    right: 2px
}

.droplist .f-wildcard .wild-list a {
    position: relative;
    display: block;
    background-color: #fff;
    color: #000;
    margin-left: 13px;
    margin-bottom: 4px
}

.droplist .f-wildcard .wild-list a:hover {
    color: #333
}

.droplist .f-wildcard .wild-list a:before {
    width: 14px;
    border: 1px solid #1D91E7;
    display: inline-block;
    height: 14px;
    vertical-align: text-bottom;
    margin: 0 4px 0 0;
    border-radius: 100%;
    position: relative;
    top: -2px
}

.sqltextarea {
    min-height: 550px
}

.fixrowfilter {
    width: auto;
    height: auto
}

.right-icon-list>li .iconspan {
    background-image: url(../images/icon_right_bar.png);
    background-repeat: no-repeat;
    padding: 20px;
    display: inline-block;
    vertical-align: middle
}

.right-icon-list>li .iconspan.chart-rss {
    background-image: url(../images/rss.png);
    background-position: center center
}

.right-icon-list>li .chart-more {
    background-image: url(../images/chart-more.png);
    background-position: 5px
}

.right-icon-list {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
    border: 1px solid #ccc;
    line-height: 25px;
    font-size: 14px;
    color: #08c;
    padding: 0
}

.right-icon-list li {
    cursor: pointer;
    position: relative
}

.right-icon-list li:hover .chartgroup {
    margin-left: -2px;
    background: #fff;
    position: relative;
    z-index: 2
}

.right-icon-list li ul {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    float: left;
    position: absolute;
    top: 0;
    display: none;
    max-width: 503px;
    max-height: 550px;
    margin-left: -99999px;
    overflow: auto;
    z-index: 9;
    box-shadow: -1px 0 5px 0 #646464
}

.right-icon-list li ul .subItem {
    float: left;
    text-align: center;
    margin: 5px;
    padding: 5px;
    width: 100px;
    line-height: 20px
}

.right-icon-list li ul .subItem .name {
    line-height: 110%;
    text-align: center;
    height: 40px;
    display: block;
    padding-top: 5px
}

.right-icon-list li ul .subItem .thumbnail {
    margin: 0;
    width: 80px;
    height: 80px;
    border-color: #D5D5D5;
    background-color: #FFF
}

.right-icon-list li ul .subItem.selected, .right-icon-list li ul .subItem:hover
{
    color: #353535
}

.right-icon-list li ul .subItem.selected .thumbnail, .right-icon-list li ul .subItem:hover .thumbnail
{
    border-color: #ABABAB
}

.right-icon-list>li:hover {
    background: #fff
}

.right-icon-list li:hover ul {
    display: block
}

.right-icon-list>li {
    line-height: 40px;
    border-bottom: #ccc 1px solid
}

.ctypeselholder .disabled {
    zoom: 1;
    filter: alpha(opacity = 60);
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6
}

.chart-table {
    background-position: 10px -640px
}

.chart-area {
    background-position: 6px -856px
}

.chart-pie {
    background-position: 6px -997px
}

.chart-scatter {
    background-position: 6px -1075px
}

.chart-line {
    background-position: 6px -1217px
}

.chart-column {
    background-position: 10px -1285px
}

.chart-bar {
    background-position: 10px -1359px
}

.chart-map {
    background-position: 6px -1500px
}

.chart-time {
    background-image: url(../images/time_icon.png);
    background-position: 5px
}

.right-icon-list>li .chart-number {
    background-image: url(../images/number-icon.png);
    background-position: 5px
}

.right-icon-list>li .chart-combie {
    background-image: url(../images/combie.png);
    background-position: 5px 2px
}

.right-icon-list>li .chart-tree {
    background-image: url(../images/tree.png);
    background-position: 5px
}

.right-icon-list>li .chart-board {
    background-image: url(../images/boardchart_icon.png);
    background-position: 5px
}

.right-icon-list>li .sprite_icon_right_bar014, .right-icon-list>li .sprite_icon_right_bar015,
.right-icon-list>li .sprite_icon_right_bar016, .right-icon-list>li .sprite_icon_right_bar017,
.right-icon-list>li .sprite_icon_right_bar018 {
    background-image: none;
    background-position: 5px
}

.qpath .shape {
    fill: #fff;
    stroke: #4682b4;
    stroke-width: 1.5px
}

.qpath .link {
    fill: none;
    stroke: #ccc;
    stroke-width: 1.5px
}

.qpath .shape105 {
    fill: #FE8F2C;
    stroke: #C8884F
}

.qpath .shape100 {
    fill: #B3E251;
    stroke: #85B521
}

.qpath .shape120 {
    fill: #EAFE79;
    stroke: #6D8508
}

.qpath .pathName {
    cursor: pointer
}

.qpath .leaf .shape {
    fill: #5CA4E2;
    stroke: #3E7BC4
}

.qpath .pathName.selected ellipse, .qpath .shape140 {
    fill: #E7332F;
    stroke: #E06360;
    stroke-width: 2px
}

.pro-title {
    font-weight: 700
}

.sql-intro {
    color: #0aae3c
}

.apply-btn, .apply-btn:hover {
    color: #FFF
}

.drop-options {
    position: absolute;
    display: none;
    z-index: 5;
    padding: 0;
    box-shadow: 1px 1px 5px #CBCBCB
}

.drop-options .main-drop {
    padding-top: 10px
}

.drop-options .tab-head {
    padding: 0 8px
}

.drop-options .tab-head .h-item {
    display: inline-block;
    padding: 3px 28px;
    cursor: pointer
}

.drop-options .tab-head .h-item.current {
    background: #fff;
    padding-bottom: 4px;
    margin-bottom: -2px
}

.drop-options .tab-main {
    background: #fff;
    margin: 0 1px 1px;
    min-width: 200px
}

.drop-options .tab-main .express-con {
    padding: 15px
}

.drop-options .tab-main .express3 {
    padding: 10px 0
}

.drop-options .tab-main .dtslist {
    margin: 0
}

.drop-options .tab-main .dtslist .mj-checkbox {
    margin-right: 8px
}

.drop-options .tab-main .dtslist .dtitem {
    margin: 2px 0;
    line-height: 22px;
    cursor: pointer;
    padding-left: 20px;
    position: relative;
    padding-top: 2px;
    padding-bottom: 2px
}

.drop-options .tab-main .dtslist .dtitem:hover {
    background: #f1f1f1
}

.drop-options .tab-main .dtitemde {
    position: absolute;
    display: none;
    left: 100%;
    top: 0;
    background: #fff;
    border: 1px solid #cdcdcd;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 0 0 1px #cdcdcd;
    width: 182px
}

.drop-options .tab-main .dtitemde .dtdeit {
    min-height: 30px;
    line-height: 30px
}

.drop-options .tab-main .dtitemde .dtdeit span {
    display: inline-block;
    padding-right: 8px
}

.drop-options .tab-main .dtitemde .dtdeit .detxt {
    min-width: 60px;
    border: 1px solid #cdcdcd;
    height: 28px;
    padding-left: 4px
}

.drop-options .tab-main .dtitemde.on {
    display: block
}

.drop-options .tab-main .c-block {
    display: inline-block;
    width: 20px;
    height: 16px;
    vertical-align: middle;
    line-height: 100%
}

.drop-options .tab-main .vis-options {
    padding: 5px 0
}

.drop-options .tab-main .vis-option {
    margin: 3px 0;
    padding: 0 12px;
    line-height: 24px;
    cursor: pointer
}

.drop-options .tab-main .vis-option .mj-checkbox {
    vertical-align: middle;
    margin-top: 2px
}

.drop-options .tab-main .vis-option.selected, .drop-options .tab-main .vis-option:hover
{
    background: #E6E6E6
}

.drop-options .tab-main .vis-option.sel:hover {
    background: 0 0
}

.drop-options .tab-main .submenu {
    position: absolute;
    top: 35px;
    left: 100%;
    width: 250px;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #CCC;
    border-left: none;
    box-shadow: 2px 1px 6px #C0BEBE;
    margin-left: -1px
}

.drop-options .tab-main .submenu.mark-fills {
    top: 90px
}

.drop-options .tab-main .submenu .sub-title {
    padding: 12px 0 8px
}

.drop-options .tab-main .submenu .sub-title .in-b {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px
}

.drop-options .tab-main .submenu .sub-title .in-b.percentCon {
    width: 80%
}

.drop-options .tab-main .submenu select {
    width: 90%
}

.drop-options .tab-main .submenu.baordmenu {
    width: 350px;
    padding: 12px
}

.drop-options .tab-main .fills {
    padding: 3px 8px;
    margin: 2px 0;
    line-height: 100%
}

.drop-options .tab-main .fills:hover {
    background: #E6E6E6
}

.drop-options .tab-main .shapes .shape {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 1px 2px;
    padding: 3px;
    border-radius: 2px;
    cursor: pointer
}

.drop-options .tab-main .shapes .shape.selected, .drop-options .tab-main .shapes .shape:hover
{
    background: #f0f0f2
}

.drop-options .tab-main .fill-cs .fill-item {
    padding: 2px;
    border: 1px solid #fff;
    display: inline-block;
    width: 26px;
    line-height: 100%
}

.drop-options .tab-main .fill-cs .fill-item:hover {
    border-color: #B7E5E7
}

.drop-options .tab-main .fill-cs .fill-item.selected {
    border-color: #62B5AD
}

.drop-options .tab-main .percentCon {
    height: 45px;
    padding: 5px
}

.drop-options .tab-main .range {
    padding: 15px 0 0 10px
}

.drop-options .tab-main .range .range-in {
    width: 80px;
    min-width: 50px;
    margin-right: 10px
}

.drop-options .tab-main .namelist {
    padding: 10px 3px 0
}

.drop-options .tab-main .namelist .in-b {
    width: 22%
}

.drop-options .tab-main .namelist .gear-name {
    width: 100%
}

.drop-options .tab-main .btns {
    text-align: right
}

.drop-options .tab-main .btns .a {
    display: inline-block;
    line-height: 26px;
    border-radius: 3px;
    width: 70px;
    padding: 0;
    margin: 9px 6px;
    text-align: center
}

.apply-btn {
    background-color: #0e8fea
}

.cancel-btn {
    background-color: #e1e1e1;
    color: #2e3231
}

.select-ui {
    position: relative;
    border: 1px solid #ccc;
    width: 70%
}

.select-ui .sel-view {
    line-height: 100%;
    margin: 5px
}

.select-ui .sel-arr {
    position: absolute;
    background: url(../images/icons/arrowb.png) center no-repeat;
    width: 26px;
    height: 26px;
    right: 0;
    top: 0
}

.select-ui .sel-list {
    position: absolute;
    z-index: 5;
    background: #fff;
    width: 100%;
    outline: #ccc solid 1px;
    padding-bottom: 5px
}

.select-ui .sel-list .sel-option {
    padding: 3px 5px
}

.select-ui .sel-list .sel-option:hover {
    background-color: #C8E8FF
}

.sel-wrap {
    background: url(../images/icons/arrowb.png) right center no-repeat;
    position: relative;
    width: 113px;
    display: inline-block
}

.sel-wrap select {
    background: 0 0;
    border-color: #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.userorder .modal-footer {
    margin-top: -10px
}

.userorder .on {
    display: block
}

.userorder .on .eula {
    width: 340px
}

.userorder .on .eula .eula-body {
    height: initial;
    max-height: 500px
}

.userorder .ordername {
    height: 40px;
    line-height: 40px;
    background: #f1f1f1;
    font-size: 16px;
    text-indent: 20px;
    border: 1px solid #cdcdcd
}

.userorder .uordercan {
    margin-right: 20px;
    width: 90px;
    height: 32px;
    background: #e2e2e2;
    border: none;
    border-radius: 4px
}

.userorder .uordersave {
    margin-right: 20px;
    width: 90px;
    height: 32px;
    background: #0e8fea;
    border-radius: 4px;
    border: none;
    color: #fff
}

.userorder .orderlist {
    border: 1px solid #cdcdcd;
    border-top: none
}

.userorder .orderlist li {
    padding: 0;
    border-radius: 3px;
    line-height: 30px;
    text-indent: 10px;
    cursor: move
}

.userorder .orderlist li:hover {
    background: #f8f8f8
}

.font-eidter {
    display: none
}

.font-eidter.on {
    display: block
}

.font-eidter .trumbowyg-box, .font-eidter .trumbowyg-editor,
.font-eidter .trumbowyg-textarea {
    min-height: 200px
}

.boardContent, .boardPage {
    min-height: 100%
}

.font-eidter .font-close {
    position: absolute;
    right: -4px;
    z-index: 9;
    top: 5px
}

.boardPage, .copychart, .copychart i {
    position: relative
}

.font-eidter .trumbowyg-box {
    border-bottom: none;
    margin-bottom: 0
}

.font-eidter .btn-area {
    border: 1px solid #DDD;
    text-align: right;
    width: 96%;
    margin: 0 auto 17px;
    border-top: none;
    padding-bottom: 10px;
    background-color: #fff
}

.font-eidter .btn-area .mj-btn-1 {
    margin-right: 10px
}

.boardPage .boardMain {
    background-color: #F3F5F4;
    position: relative;
    min-height: 100%
}

.boardPage .boardMain.dark {
    background-color: #232836
}

.copyToBoard-wrap {
    margin: 200px auto;
    width: 400px
}

.copyToBoard-wrap .copyChart-btn span {
    display: inline-block;
    width: 68px;
    height: 30px;
    background-color: #ccc;
    color: #333;
    border-radius: 2px;
    text-align: center;
    line-height: 29px;
    margin-top: 11px
}

.copyToBoard-wrap .copyChart-btn span:first-child {
    margin: 0 3px 0 224px
}

.copyToBoard-wrap .copyChart-btn span:hover {
    color: #fff;
    background-color: #0e8fea;
    cursor: pointer
}

.copyToBoard-wrap .copyChart-btn span:nth-child(2) {
    margin: 0 3px 0 224px;
    color: #999
}

.copyToBoard-wrap .copyChart-btn span:nth-child(2):hover {
    cursor: default;
    color: #999;
    background-color: #ccc
}

.copychart {
    border: 1px solid #ddd;
    margin: 5px 0 0;
    height: 200px;
    padding: 18px
}

.copychart i {
    top: -1px;
    margin: 0 9px 0 0
}

.copychart .copycontent {
    height: 164px;
    overflow: auto
}

.copychart:after {
    position: absolute;
    top: -10px;
    left: 14px;
    content: "婢跺秴鍩楅崚锟�";
    width: auto;
    height: 20px;
    background-color: #fff;
    z-index: 1111;
    padding: 0 8px
}

.boardMenu {
    position: fixed;
    float: left;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    padding: 0
}

.boardMenu.initMenu {
    top: 66px
}

.boardMenu.menuhover {
    background: rgba(40, 46, 61, .98);
    box-shadow: 3px 2px 5px #0F1013
}

.boardMenu.menuhover .menu-arrow {
    display: none
}

.boardMenu.menuhover .boar-main-menu {
    display: block
}

.boardMenu .menu-arrow {
    width: 20px;
    height: 88px;
    margin-top: 25px;
    background: url(../images/icons/menu-float.png) left top no-repeat
}

.boardMenu .boar-main-menu {
    display: none;
    width: 230px;
    padding: 20px 0 0
}

.boardMenu .boar-main-menu .board-list {
    position: relative;
    padding: 20px 0;
    margin-top: -20px
}

.boardMenu .boar-main-menu .board-list .sroll-wrap {
    overflow: hidden;
    min-height: 41px
}

.boardMenu .boar-main-menu .board-list ul {
    position: relative
}

.boardMenu .boar-main-menu .board-list .move-icon {
    position: absolute;
    right: 5px;
    cursor: pointer;
    width: 32px;
    height: 18px;
    background: center no-repeat;
    z-index: 3
}

.boardMenu .boar-main-menu .board-list .move-icon.move-up {
    top: 0;
    background-image: url(../images/icons/shangarr.png)
}

.boardMenu .boar-main-menu .board-list .move-icon.move-down {
    bottom: 0;
    background-image: url(../images/icons/xiaarr.png)
}

.boardMenu .boar-main-menu .board-list.no-scroll .move-icon {
    display: none
}

.boardMenu .board-item {
    position: relative;
    padding-left: 24px
}

.boardMenu .board-item:hover {
    background-color: #F3F5F4;
    padding-left: 19px;
    border-left: 5px solid #F9C069
}

.boardMenu .board-item:hover .boardItem, .boardMenu .board-item:hover a
{
    color: #303133
}

.boardMenu .board-item.islock {
    cursor: default;
    background-color: transparent;
    padding-left: 24px;
    border-left: none
}

.boardMenu .board-item.islock .boardItem, .boardMenu .board-item.islock a
{
    color: #edf0f5;
    cursor: default
}

.boardMenu .board-item.islock .lock-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/icons/lock.png) center center no-repeat;
    float: right;
    margin-right: 20px;
    margin-top: 15px
}

.boardMenu .boardItem {
    display: block;
    line-height: 40px;
    color: #F3F4F6;
    font-size: 14px;
    margin-bottom: 1px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.boardMenu .selected {
    background-color: #F3F5F4;
    z-index: 2;
    padding-left: 19px;
    border-left: 5px solid #F9C069
}

.boardMenu .selected .boardItem {
    color: #303133
}

.boardMenu .themeactoion:hover .themelist {
    display: block
}

.boardMenu .themeactoion:hover .sub-icon {
    background-image: url(../images/icons/sub-arrowh.png)
}

.boardMenu .themeactoion .sub-icon {
    float: right;
    margin-top: 13px;
    margin-right: 20px;
    background-image: url(../images/icons/sub-arrow.png)
}

.boardMenu .themelist {
    display: none;
    position: absolute;
    width: 390px;
    left: 225px;
    border: 1px solid #D5D5D5;
    border-left: none;
    top: -2px;
    padding: 5px 0;
    background: #F3F5F4;
    box-shadow: 3px 0 4px rgba(174, 174, 174, .52)
}

.boardMenu .themelist .themetitle {
    border-bottom: 1px solid #2C3232;
    line-height: 24px;
    margin-bottom: 8px
}

.boardMenu .themelist .themetitle .bgblock {
    padding: 0;
    margin: 12px 0;
    line-height: 16px
}

.boardMenu .themelist li {
    margin: 0 5px
}

.boardMenu .themelist li .iconclass {
    border: 1px solid #cdcdcd;
    background: #fff;
    margin: 6px;
    text-align: center
}

.boardMenu .themelist li .iconf {
    line-height: 24px;
    padding: 4px 0;
    display: block
}

.boardMenu .themelist li .iconitem {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin: 0 10px 10px 0;
    cursor: pointer
}

.boardMenu .themelist li .iconitem:hover {
    background: #6990ad
}

.boardMenu .themelist li .iconitemblock {
    display: none
}

.boardMenu .themelist li .iconitemblock.on {
    display: block;
    border-top: 1px solid #cdcdcd;
    padding-top: 10px;
    text-align: left;
    padding-left: 12px
}

.boardMenu .themelist li .fontitem {
    padding: 10px 0;
    position: relative
}

.boardMenu .themelist li .fontitem .fontitemtxt {
    position: absolute;
    color: #fff;
    top: 0;
    left: 0
}

.boardMenu .themelist li .fontitem .fontitemimg {
    display: block;
    margin: 0 auto
}

.boardMenu .themelist li .font1 .fontitemtxt {
    font-size: 16px;
    top: 22px;
    left: 60px
}

.boardMenu .themelist li .font2 .firsttxt {
    position: absolute;
    font-size: 28px;
    top: 48px;
    left: 34px;
    color: #fff
}

.boardMenu .themelist li .font2 .secendtxt {
    position: absolute;
    font-size: 19px;
    top: 36px;
    left: 70px;
    color: #fff
}

.boardMenu .themelist li .font2 .lasttxt {
    position: absolute;
    font-size: 18px;
    top: 64px;
    left: 100px;
    color: #fff
}

.boardMenu .themelist li .font3 .firsttxt {
    position: absolute;
    font-size: 16px;
    top: 26px;
    left: 54px;
    color: #fff
}

.boardMenu .themelist li .font3 .secendtxt {
    position: absolute;
    font-size: 16px;
    top: 48px;
    left: 84px;
    color: #fff
}

.boardMenu .themelist li .font4 .fontitemtxt {
    top: 32px;
    left: 28px;
    font-size: 16px
}

.boardMenu .themelist li .font4 .secendtxt {
    font-size: 12px
}

.boardMenu .themelist .theme {
    padding: 0;
    line-height: 100%;
    cursor: pointer
}

.boardMenu .themelist .theme:hover {
    background: #ccc
}

.boardMenu .themelist .bgblock, .boardMenu .themelist .c-wrap {
    padding: 8px 15px;
    display: inline-block;
    vertical-align: top;
    text-align: center
}

.boardMenu .themelist .c-wrap {
    width: 331px
}

.boardMenu .themelist .cblock {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: top
}

.boardMenu .themelist .bgblock {
    padding: 8px 0;
    width: 40px;
    border-left: 1px solid #2C3232
}

.boardMenu .themelist .bgblock .cblock {
    border: 1px solid #2C3232
}

.boardMenu .themelist .btn-area {
    text-align: center;
    min-height: 40px;
    overflow: hidden
}

.boardMenu .themelist .btn-area .options {
    padding-left: 16px;
    text-align: left;
    float: left
}

.boardMenu .themelist .btn-area .options .mj-checkbox {
    margin-right: 4px
}

.boardMenu .themelist .btn-area .a {
    display: inline-block;
    line-height: 26px;
    border-radius: 3px;
    width: 70px;
    padding: 0;
    margin: 9px 6px
}

.boardMenu .themelist .btn-area .a.apply-btn {
    background-color: #0e8fea;
    color: #fff
}

.boardMenu .themelist .btn-area .a.cancel-btn {
    background-color: #e1e1e1;
    color: #2e3231
}

.boardMenu .datamindList {
    width: 200px;
    line-height: 30px;
    text-indent: 20px
}

.boardMenu .datamindList a {
    display: block
}

.boardMenu .datamindList li:hover {
    background: #E6E6E6
}

.boardMenu .iconlist {
    width: 290px;
    max-height: 234px;
    overflow-y: auto
}

.boardMenu .iconlist .theme {
    padding: 10px 0 10px 10px
}

.boardMenu .iconlist .theme:hover {
    background: #f3f5f4
}

.boardMenu .fontlist {
    width: 172px
}

.boardMenu .dim-list {
    width: 200px;
    max-height: 350px;
    overflow: auto;
    overflow-x: hidden
}

.boardMenu .dim-list .dim-item {
    width: 240px;
    padding: 5px 15px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
    whitespace: nowrap
}

.boardMenu .dim-list .dim-item .mj-s-icon {
    margin-right: 3px
}

.boardMenu .enable-dashboard {
    width: 451px;
    max-height: 350px;
    overflow: auto;
    overflow-x: hidden;
    padding: 10px
}

.boardMenu .enable-dashboard .mj-btn-1 {
    padding: 0 20px;
    color: #0e8fea
}

.boardMenu .enable-dashboard .mj-btn-1:hover {
    color: #fff
}

.boardMenu .enable-dashboard.themelist li {
    margin: 0
}

.boardMenu .enable-dashboard .table-bordered-wrapper {
    display: none;
    border-right: 1px solid #ddd;
    overflow: auto;
    background-color: #fff
}

.boardMenu .enable-dashboard .table-bordered-wrapper.active {
    display: block
}

.boardMenu .enable-dashboard .nav-tabs a {
    padding: 4px 8px;
    width: 120px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.boardMenu .separater {
    margin: 4px 10px;
    border-top: 1px solid #11141B;
    border-bottom: 1px solid #393F4D
}

.boardMenu .extendAction {
    padding-bottom: 5px;
    padding-top: 8px
}

.boardMenu .extendAction a {
    color: #edf0f5;
    font-size: 14px;
    padding: 0
}

.boardMenu .extendAction .enable-dashboard a {
    color: #0e8fea
}

.boardMenu .extendAction .enable-dashboard a i {
    position: relative;
    top: 8px;
    left: 4px;
    padding: 3px 10px;
    background: url(../images/down.png) no-repeat
}

.boardMenu .extendAction.icons {
    margin-left: 5px
}

.boardMenu .extendAction.margin40 {
    margin-left: 40px
}

.boardMenu .extendAction .action {
    display: block;
    line-height: 42px;
    position: relative
}

.boardMenu .extendAction .action-icon {
    display: block;
    float: left;
    vertical-align: top;
    margin: 10px;
    cursor: pointer;
    text-align: center
}

.boardMenu .extendAction .action-icon .a {
    display: block;
    width: auto;
    margin: 0;
    background: 0 0
}

.boardMenu .extendAction .action-icon .icon {
    display: block;
    margin: 0 auto 10px;
    width: 20px;
    height: 20px
}

.boardMenu .extendAction .action-icon .resize {
    background: url(../images/icons/resize.png) center center no-repeat
}

.boardMenu .extendAction .action-icon .share {
    background: url(../images/icons/share.png) center center no-repeat
}

.boardMenu .extendAction .action-icon .reload {
    background: url(../images/icons/reflesh-white.png) center center
    no-repeat
}

.boardMenu .extendAction .action-icon .link {
    background: url(../images/icons/link.png) center center no-repeat
}

.btn-group-vertical {
    margin: 5px 0
}

.boardpanel {
    min-height: 660px;
    margin-left: 5px
}

.boardpanel .chartRemark {
    position: absolute;
    display: none;
    width: 100%;
    bottom: 0;
    z-index: 5
}

.boardpanel .chartRemark.noneContent {
    display: none !important
}

.boardpanel .chartRemark.editingRemark {
    display: block !important;
    padding: 5px
}

.boardpanel .chartRemark.editingRemark .mj-group {
    position: relative;
    height: 2px;
    margin-bottom: 10px
}

.boardpanel .chartRemark.editingRemark .mj-group .mj-s-icon {
    position: absolute;
    right: -32px;
    top: -24px
}

.boardpanel .chartRemark.editingRemark .mark-content {
    display: none
}

.boardpanel .chartRemark.editingRemark .editEera {
    display: block
}

.boardpanel .chartRemark.editingRemark .mj-btn-1 {
    position: absolute;
    right: 0
}

.boardpanel .chartRemark .mark-content {
    display: block;
    padding: 28px 16px
}

.boardpanel .chartRemark pre {
    background: 0 0;
    border: none
}

.boardpanel .chartRemark pre, .boardpanel .chartRemark textarea {
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-align: left
}

.boardpanel .chartRemark .editEera {
    display: none;
    margin-bottom: -5px;
    position: relative
}

.boardpanel .chartRemark .editEera textarea {
    width: 100%;
    min-height: 65px;
    outline: 0;
    border: none;
    padding: 23px 70px 23px 11px;
    color: #333
}

.boardpanel .chartRemark .editEera .remarkBtnArea {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -25px;
    line-height: 46px;
    padding-left: 7px;
    background: url(../images/icons/fengef.png) left center no-repeat
}

.boardpanel .chartRemark .colspan {
    cursor: pointer;
    position: absolute;
    width: 13px;
    height: 13px;
    top: 5px;
    right: 5px;
    background: url(../images/icons/zuixiao.png) center no-repeat
}

.boardpanel .chartRemark .arrow {
    cursor: pointer;
    position: absolute;
    display: none;
    margin-bottom: 0;
    margin-left: 0;
    border-width: 15px 15px 0 0;
    border-color: transparent rgba(32, 32, 32, .7) transparent transparent;
    border-style: solid;
    width: 0;
    height: 0;
    line-height: 0;
    right: 0;
    bottom: 0
}

.boardpanel .chartRemark.hidemark .arrow {
    display: block
}

.boardpanel .chartRemark.hidemark .colspan, .boardpanel .chartRemark.hidemark .mark-content
{
    display: none
}

.boardpanel .mjPanel {
    border: 1px solid #DCDCDC;
    background: #FFF
}

.boardpanel .mjPanel .chartCon {
    clear: both
}

.boardpanel .mjPanel .stopevent {
    cursor: auto
}

.boardpanel .mjPanel .chartname {
    font-size: 20px;
    margin: 0;
    padding: 10px 75px 10px 25px;
    height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    border-bottom: 1px solid #DCDCDC
}

.boardpanel .mjPanel .chartacts {
    margin: 10px;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    z-index: 8
}

.boardpanel .mjPanel:hover .chartRemark, .boardpanel .mjPanel:hover .chartacts,
.boardpanel .mjPanel:hover .markpoint {
    display: block
}

.boardpanel .mjPanel:hover .nomark {
    display: none
}

.boardpanel .mjPanel .loadingData {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 5;
    background: #fefefe;
    opacity: .2
}

.boardpanel .mjPanel .droping, .boardpanel .mjPanel .markpoint {
    display: none;
    position: absolute;
    z-index: 3
}

.boardpanel .mjPanel .loadingData .loadwrap {
    position: absolute;
    left: 50%;
    top: 50%
}

.boardpanel .mjPanel .loadingData .loadwrap .fa {
    font-size: 56px;
    line-height: 56px
}

.boardpanel .mjPanel .chartRemark {
    background: rgba(32, 32, 32, .7)
}

.boardpanel .mjPanel .chartRemark pre {
    color: #e3e3e3
}

.boardpanel .mjPanel.dark {
    border-color: #232836;
    background: #282e3e;
    color: #F4F5F7
}

.boardpanel .mjPanel.dark .chartname {
    border-color: #525864
}

.boardpanel .mjPanel.dark .chartAction {
    color: #F4F5F7
}

.boardpanel .mjPanel.dark .chartRemark {
    background: rgba(110, 114, 123, .89);
    color: #fffffd
}

.boardpanel .mjPanel.dark .arrow {
    border-color: transparent rgba(110, 114, 123, .89) transparent
    transparent
}

.boardpanel .mjPanel.dark .droping .core, .boardpanel .mjPanel.dark .droping .effect,
.boardpanel .mjPanel.dark .droping .inner {
    border-color: #50E9F8 !important
}

.boardpanel .mjPanel.dark .droping .core {
    background-color: #50E9F8 !important
}

.boardpanel .mjPanel.smooth {
    border: none;
    background: 0 0
}

.boardpanel .mjPanel.smooth .chartname {
    border: none
}

.boardpanel .mjPanel.smooth .MjVI {
    background: 0 0
}

.boardpanel .mjPanel .droping {
    left: 50%
}

.boardpanel .mjPanel .droping .effect {
    width: 42px;
    height: 42px;
    border-radius: 21px;
    border: 1px solid #37BDC3;
    -webkit-animation: droping1 3s linear infinite;
    animation: droping1 3s linear infinite
}

.boardpanel .mjPanel .droping .inner {
    margin: 6px;
    width: 28px;
    height: 28px;
    border-radius: 18px;
    border: 2px solid #37BDC3;
    -webkit-animation: droping2 3s linear infinite;
    animation: droping2 3s linear infinite
}

.boardpanel .mjPanel .droping .core {
    margin: 6px;
    width: 14px;
    height: 14px;
    border-radius: 15px;
    background: #37BDC3;
    border: 2px solid #37BDC3;
    -webkit-animation: droping3 3s linear infinite;
    animation: droping3 3s linear infinite
}

.boardpanel .mjPanel .droping .effectTip {
    position: absolute;
    top: 11px;
    left: 35px;
    word-wrap: normal;
    white-space: nowrap
}

.boardpanel .mjPanel .markpoint .mark-icon {
    position: relative;
    width: 34px;
    height: 34px;
    background: url(../images/icons/biaoji.png) left top no-repeat;
    z-index: 2;
    cursor: pointer
}

.boardpanel .mjPanel .markpoint .mark-icon .clickArea {
    width: 34px;
    height: 34px
}

.boardpanel .mjPanel .markpoint .mark-content {
    position: relative;
    top: -20px;
    left: 17px;
    background: #fff;
    box-shadow: 0 1px 8px #474747;
    width: 165px;
    min-height: 75px;
    border-radius: 5px;
    z-index: 1
}

.boardpanel .mjPanel .markpoint .mark-content .view {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    white-space: normal;
    word-wrap: break-word;
    width: 165px;
    padding: 10px;
    z-index: 0
}

.boardpanel .mjPanel .markpoint .mark-content .edit {
    position: absolute;
    z-index: 2
}

.boardpanel .mjPanel .markpoint .mark-content textarea {
    margin: 8px;
    width: 149px;
    min-height: 35px;
    border: none;
    color: #2e3231;
    overflow: hidden
}

.boardpanel .mjPanel .markpoint .mark-content .btns {
    margin-top: -5px;
    height: 24px;
    line-height: 24px
}

.boardpanel .mjPanel .markpoint .mark-content .btns .a {
    display: inline-block;
    text-align: center;
    font-size: 12px
}

.boardpanel .mjPanel .markpoint .mark-content .btns .save {
    width: 110px;
    background-color: #0e8fea;
    color: #fff;
    border-radius: 0 0 0 5px
}

.boardpanel .mjPanel .markpoint .mark-content .btns .cancel {
    width: 55px;
    background-color: #ebebeb;
    color: #2e3231;
    border-radius: 0 0 5px
}

.boardpanel .mjPanel .markpoint.edit-mark, .boardpanel.isEditing .mjPanel .chartacts
{
    display: block
}

.boardpanel.isEditing .mjPanel .MjVI {
    background: 0 0 !important
}

.boardpanel.isEditing .mjDrawBoard .mjPanel.dark {
    background: #323a4b;
    outline: #4d5568 solid 1px
}

.boardpanel.isEditing .mjDrawBoard .mjPanel.dark .MjVI {
    background: 0 0 !important
}

.boardpanel .emptyBoard {
    text-align: center;
    padding-top: 200px
}

.boardpanel .emptyBoard p {
    padding-top: 20px;
    color: #b4b4b4
}

.noneTips {
    margin: 80px 120px;
    text-align: center
}

.sperater {
    line-height: 40px
}

.chartActions .mj-s-icon {
    margin-top: -6px
}

.chartActions .glyphicon {
    margin: -4px 3px 0 0
}

.boardfilters {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 8;
    overflow: hidden;
    background: #fff !important;
    min-width: 276px;
    padding: 20px 16px;
    box-shadow: 0 0 5px #858987
}

.boardfilters .wrap-filters {
    overflow: auto;
    overflow-x: hidden
}

.boardfilters.contract {
    width: 32px;
    height: 32px;
    min-width: 32px;
    background: 0 0 !important;
    border: none;
    overflow: visible;
    padding: 0;
    box-shadow: none
}

.boardfilters.contract .panel {
    display: none
}

.boardfilters .panel {
    border-radius: 1px;
    margin-bottom: 10px;
    border: 1px solid #dcdcdc;
    min-width: 180px
}

.boardfilters .panel .p-header {
    position: relative;
    border-bottom: 1px solid #dcdcdc;
    padding: 4px 8px;
    line-height: 22px;
    color: #2c3240;
    background: #f3f5f4
}

.boardfilters .panel .p-header .title {
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.boardfilters .panel .p-header .title.editing {
    overflow: visible
}

.boardfilters .panel .p-header .edit-area {
    position: relative;
    z-index: 5;
    line-height: 24px
}

.boardfilters .panel .p-header .edit-area input {
    width: 100%;
    border: 1px solid #DCDCDC
}

.boardfilters .panel .p-header .edit-area .rename {
    position: absolute;
    right: -25px;
    top: 0;
    border: 1px solid #DCDCDC;
    border-left: none;
    background: #fff
}

.boardfilters .panel .p-header .action {
    display: none;
    position: absolute;
    right: 6px;
    top: 1px
}

.boardfilters .panel .p-header .action .close {
    background: url(../images/icons/cheng.png) left top no-repeat
}

.boardfilters .panel .p-header:hover .action {
    display: block
}

.boardfilters .panel .p-content .search {
    position: relative;
    overflow: hidden;
    margin: 5px;
    border-radius: 1px;
    border: 1px solid #dcdcdc
}

.boardfilters .panel .p-content .search input {
    padding-right: 20px;
    min-width: 79px;
    border: none
}

.boardfilters .panel .p-content .search .s-icon {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 16px;
    height: 16px;
    border: none;
    background: url(../images/icons/sous.png) left top no-repeat;
    z-index: 5
}

.boardfilters .panel .p-content .values {
    padding: 0 10px;
    overflow: auto;
    max-height: 200px
}

.boardfilters .panel .p-content .f-value {
    line-height: 23px
}

.boardfilters .panel .p-content .f-value .mj-s-icon {
    margin-right: 3px
}

.boardfilters .panel .p-content .f-value label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 218px
}

.boardfilters .panel .p-content.range-content {
    overflow: visible
}

.boardfilters .panel .p-content.range-content input {
    display: none !important
}

.boardfilters .panel .p-content .range-con {
    margin: 20px 36px
}

.boardfilters .expand {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    background: url(../images/icons/zhankao.png) left top no-repeat;
    cursor: pointer
}

.boardfilters .contract {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 13px;
    height: 13px;
    padding: 3px;
    background: url(../images/icons/suoxiao.png) center center no-repeat;
    cursor: pointer
}

.chartAction {
    color: #000
}

.isResizing .gsitem {
    background: #EEE;
    box-shadow: 0 0 2px 1px #F6F6F6;
    overflow: hidden;
    cursor: move
}

.isResizing .gsitem:hover {
    box-shadow: 0 0 2px 1px #95C8FC
}

.publishDialog .form-group label {
    vertical-align: top;
    display: inline-block;
    width: 80px;
    text-align: right;
    line-height: 32px
}

.publishDialog .form-group .form-control {
    vertical-align: top;
    width: 380px
}

.linkingDialog .dimesions .checkbox {
    margin-top: 5px
}

.linkingDialog .message {
    height: 55px
}

.linkingDialog .linkedChartlist {
    overflow: hidden
}

.linkingDialog .linkedChartlist .chartItem {
    position: relative;
    float: left;
    width: 160px;
    margin: 5px 8px;
    padding: 3px;
    outline: #BEBEBE solid 1px
}

.linkingDialog .linkedChartlist .chartItem .chartName {
    width: 160px;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 20px;
    overflow: hidden
}

.linkingDialog .linkedChartlist .chartItem .fa {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #f9f9f9;
    display: none
}

.linkingDialog .linkedChartlist .chartItem .arrowleft {
    width: 0;
    height: 0;
    border-bottom: 12px solid #3AC34F;
    border-top: 12px solid transparent;
    border-left: 12px solid transparent;
    border-right: 12px solid #3AC34F;
    font-size: 0;
    line-height: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    display: none
}

.iconblock, .linkingDialog .MjVI {
    position: relative
}

.linkingDialog .linkedChartlist .chartItem.selected {
    outline: #3AC34F solid 1px
}

.linkingDialog .linkedChartlist .chartItem.selected .arrowleft,
.linkingDialog .linkedChartlist .chartItem.selected .fa {
    display: block
}

.linkingDialog .MjVI .MjChart .MjAxis .domain {
    stroke-width: 5px
}

.linkingDialog .MjVI .MjChart .seriesGroup .line {
    stroke-width: 8px
}

.linkingDialog .MjVI .MjChart text {
    display: none
}

.iconblock .iconlibrary {
    display: none;
    position: absolute;
    top: 0;
    left: 220px;
    line-height: 0;
    border: 1px solid #cdcdcd;
    padding: 10px 0 0 10px;
    width: 254px;
    height: 180px;
    overflow-y: auto
}

.iconblock .iconlibrary .iconitem {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin: 0 10px 10px 0;
    background: #2d3333;
    cursor: pointer
}

.iconblock:hover .iconlibrary {
    display: block
}

.menu-item.hasub .sub-icon, .sub-icon {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(../images/icons/sub-arrowh.png) left top no-repeat
}

.dropMemu .mj-s-icon {
    margin-top: -1px;
    margin-right: 5px
}

.menu-item.hasub .sub-icon {
    float: right;
    margin-right: -12px;
    margin-top: 3px
}

.sub-menu {
    position: absolute;
    left: 100%;
    right: -60px;
    background-color: #fff;
    margin-top: -31px;
    padding: 8px 0;
    border-radius: 3px
}

.sub-menu>.menu-item {
    top: 0;
    left: 100%
}

.sub-menu>.menu-item a {
    padding-left: 8px;
    color: #333;
    display: block
}

.sub-menu>.menu-item a:hover {
    background: #E6E6E6
}

.sub-menu:hover>.menu-item {
    display: block
}

.sub-menu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #ccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    margin-top: 5px;
    margin-right: -10px
}

.sub-menu:hover>a:after {
    border-left-color: #fff
}

.menu-item>.sub-menu {
    display: none
}

.menu-item:hover>.sub-menu {
    display: block
}

.sub-menu.pull-left {
    float: none
}

.sub-menu.pull-left>.menu-item {
    left: -100%;
    margin-left: 10px;
    border-radius: 6px 0 6px 6px
}

.mjPanel .tool-icon {
    position: absolute;
    right: -12px;
    z-index: 5;
    top: -12px;
    display: none
}

.mjPanel:hover .tool-icon {
    display: block
}

.mjDrawBoard .mjPanel.mjfontPanel, .mjDrawBoard .mjPanel.mjiconPanel {
    border: none;
    background: 0 0;
    z-index: 6
}

.mjDrawBoard .mjPanel.mjfontPanel .MjVI, .mjDrawBoard .mjPanel.mjiconPanel .MjVI
{
    background: 0 0
}

.mjDrawBoard.isEditing .tool-icon {
    display: none
}

.app-hasvalid, .borard-app-form>div, .get-oppo-app>div:first-child>span,
.get-oppo-app>div:last-child .appKey-form div, .updata-board {
    display: inline-block
}

.borderAuth-widFix {
    width: 1085px !important
}

.apilist {
    max-height: 500px;
    padding: 0
}

.apilist ul li {
    text-align: center;
    cursor: pointer;
    color: #1273C1;
    margin-bottom: 5px
}

.borard-app-form {
    position: relative;
    top: 265px;
    left: 162px
}

.borard-app-form>input {
    margin-left: 12px
}

.updata-board {
    float: right;
    margin: 12px 0 0;
    padding: 7px 12px;
    background-color: #0e8fea;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    width: 94px;
    height: 35px;
    position: relative;
    z-index: 11
}

.updata-error {
    float: right;
    margin: 20px 16px 0 0;
    color: red
}

.app-hasvalid {
    width: 6px;
    height: 6px;
    background-color: #60B761;
    line-height: 0;
    border-radius: 100%;
    font-size: 0;
    vertical-align: middle;
    margin: 0 0 0 5px
}

.get-oppo-app {
    height: 498px;
    border: 1px solid #ccc;
    margin-top: -5px;
    padding: 0;
    overflow: auto
}

.mjiconPanel .iconcolor span.on, .toolbox .toolbtn .iconcolor span.on {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff
}

.get-oppo-app iframe {
    width: 1140px;
    min-height: 900px
}

.get-oppo-app p {
    width: 540px;
    margin: 38px 0 0 17px
}

.get-oppo-app>div {
    color: #ccc
}

.get-oppo-app>div:first-child>span {
    width: 646px;
    height: 500px;
    line-height: 485px;
    letter-spacing: 1px;
    font-size: 20px;
    margin-left: 216px
}

.get-oppo-app>div:last-child>span {
    position: relative;
    top: 220px;
    left: 186px;
    font-size: 20px;
    letter-spacing: 1px
}

.get-oppo-app>div:last-child>span a {
    font-size: 17px;
    padding: 0 5px;
    display: inline-block;
    height: 30px;
    vertical-align: middle
}

.get-oppo-app>div:last-child .appKey-form {
    margin: 56px 0 0 19px
}

.get-oppo-app>div:last-child .appKey-form div input {
    margin: 0 13px 0 21px;
    width: 300px
}

.get-oppo-app>div:last-child .appKey-form>input {
    border-radius: 1px;
    background-color: #0e8fea;
    color: #fff
}

.get-oppo-app>div:last-child .appKey-form>span {
    color: green;
    margin-left: 16px
}

.mjDrawBoard .mjPanel.mjfontPanel .fontarea {
    display: block
}

.mjiconPanel .iconcolor {
    display: none;
    min-width: 160px
}

.mjiconPanel .iconcolor.on {
    display: block;
    position: absolute;
    padding: 0;
    margin: 0;
    line-height: 20px
}

.mjiconPanel .iconcolor span {
    display: inline-block;
    width: 16px;
    height: 15px
}

.mjiconPanel .iconcolor span.stopevent {
    cursor: pointer
}

.fontarea {
    position: absolute;
    z-index: 100;
    display: none
}

.toolbox {
    position: relative
}

.toolbox .toolbtn {
    position: absolute;
    right: 0;
    top: -30px
}

.toolbox .toolbtn .toolbtnsave {
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../images/icons/querenw.png) center no-repeat #0e8fe9
}

.toolbox .toolbtn .toolbtncancel {
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../images/icons/shanchug.png) center no-repeat #cdcdcd
}

.toolbox .toolbtn .iconcolor {
    display: none
}

.toolbox .toolbtn .iconcolor.on {
    display: block;
    position: absolute;
    left: -95px;
    width: 160px;
    top: 200px;
    padding: 0;
    margin: 0;
    line-height: 20px
}

.toolbox .toolbtn .iconcolor span {
    display: inline-block;
    width: 16px;
    height: 15px;
    cursor: pointer
}

.iconarea .MjSymbol {
    border: 1px solid #cdcdcd;
    box-shadow: 0 0 1px 1px #cdcdcd
}

.toolbox.fonttheme1 .fonttxt, .toolbox.fonttheme2 .fonttxt, .toolbox.fonttheme3 .fonttxt,
.toolbox.fonttheme4 .fonttxt {
    padding: 0 5px;
    border: none;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    vertical-align: middle;
    overflow: hidden
}

.toolbox.fonttheme1 {
    width: 233px;
    height: 32px;
    background: url(../images/3.png) no-repeat
}

.toolbox.fonttheme1 .fonttxt {
    background: 0 0;
    margin-left: 32px;
    height: 32px;
    width: 82%;
    line-height: 32px
}

.toolbox.fonttheme2 {
    width: 234px;
    height: 65px;
    background: url(../images/4.png) no-repeat
}

.toolbox.fonttheme2 .fonttxt {
    background: 0 0;
    margin-left: 54px;
    width: 76%;
    height: 66px;
    line-height: 66px
}

.toolbox.fonttheme3 {
    width: 264px;
    height: 64px;
    background: url(../images/2.png) no-repeat
}

.toolbox.fonttheme3 .fonttxt {
    background: 0 0;
    margin-left: 44px;
    height: 50px;
    width: 73%;
    line-height: 50px
}

.toolbox.fonttheme4 {
    width: 395px;
    height: 49px;
    background: url(../images/1.png) no-repeat
}

.toolbox.fonttheme4 .fonttxt {
    background: 0 0;
    margin-left: 28px;
    width: 68%;
    margin-top: 15px;
    height: 30px;
    line-height: 30px
}

.iconarea {
    position: absolute;
    z-index: 100;
    display: none
}

.fullbtntool {
    position: relative
}

.fullbtntool .mj-fullchart-left {
    position: absolute;
    right: 90px;
    top: 40px;
    z-index: 6
}

.fullbtntool .mj-fullchart-right {
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 6
}

.skep-board-btn {
    position: absolute;
    right: 10px;
    z-index: 100
}

@-webkit-keyframes droping1 { 0%{
    opacity: 0;
    -webkit-transform: scale(.1)
}

50%{
    opacity
    :
            1;-webkit-transform
:scale
(
.5
)
}
100%{
    opacity
    :
            .5
;-webkit-transform
:scale(1)
}
}
@keyframes droping1 { 0%{
    opacity: 0;
    -webkit-transform: scale(.1);
    -ms-transform: scale(.1);
    transform: scale(.1)
}

50%{
    opacity
    :
            1;-webkit-transform
:scale
(
.5
);-ms-transform
:scale
(
.5
);transform
:scale
(
.5
)
}
100%{
    opacity
    :
            .5
;-webkit-transform
:scale(1)
;-ms-transform
:scale(1)
;transform
:scale(1)
}
}
@-webkit-keyframes droping2 { 0%{
    opacity: 0;
    -webkit-transform: scale(.5)
}

50%{
    opacity
    :
            1;-webkit-transform
:scale
(
.8
)
}
100%{
    opacity
    :
            0;-webkit-transform
:scale
(1
.1
)
}
}
@keyframes droping2 { 0%{
    opacity: 0;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5)
}

50%{
    opacity
    :
            1;-webkit-transform
:scale
(
.8
);-ms-transform
:scale
(
.8
);transform
:scale
(
.8
)
}
100%{
    opacity
    :
            0;-webkit-transform
:scale
(1
.1
);-ms-transform
:scale
(1
.1
);transform
:scale
(1
.1
)
}
}
@-webkit-keyframes droping3 { 0%{
    opacity: 0;
    -webkit-transform: scale(.6)
}

50%{
    opacity
    :
            .8
;-webkit-transform
:scale
(
.9
)
}
100%{
    opacity
    :
            0;-webkit-transform
:scale
(1
.2
)
}
}
@keyframes droping3 { 0%{
    opacity: 0;
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6)
}

50%{
    opacity
    :
            .8
;-webkit-transform
:scale
(
.9
);-ms-transform
:scale
(
.9
);transform
:scale
(
.9
)
}
100%{
    opacity
    :
            0;-webkit-transform
:scale
(1
.2
);-ms-transform
:scale
(1
.2
);transform
:scale
(1
.2
)
}
}
.form-inline h3 .form-control {
    max-width: 150px
}

.fixPosition {
    position: relative
}

.saveBtnPad {
    padding: 0 0 6px
}

.deleteBtnSize {
    font-size: 18px !important
}

.fixDeleteBtnColor {
    color: #ccc
}

.fixEllipsisMaxWidth {
    max-width: 80% !important
}

.fixMaxWidth {
    max-width: 60% !important
}

.fixCancelPosition {
    position: absolute;
    left: 232px;
    top: 67px;
    color: #888
}

.appdata, .appdata .toolbar, .dsCon {
    position: relative
}

.fixWidth {
    min-width: 100px !important
}

.selectWidth {
    max-width: 100px
}

.fixColor {
    display: inline-block;
    color: #fff
}

.fixColor:visited {
    color: #fff !important
}

.fixColor:hover {
    color: #fff
}

.dmCon form .fa {
    font-size: 18px;
    padding: 5px;
    cursor: pointer
}

.testEllipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 70px;
    display: inline-block;
    overflow-y: hidden
}

.editPanel, .previewTable, .tablelist, .tablelistCon {
    overflow: auto
}

.actCon .actel {
    visibility: hidden;
    float: right;
    margin: 0 3px
}

.actCon:hover .actel {
    visibility: visible
}

.btn-floatRight {
    float: right;
    display: none
}

.showUpdate:hover>.btn-floatRight {
    display: inline-block
}

.editPanel {
    min-height: 400px
}

.editDim {
    border-color: #dcdcdc
}

.editDim .panel-heading {
    color: #fff;
    background-color: #0e8fea;
    border-color: #0e8fea;
    font-size: 16px;
    padding: 8px 10px
}

.editDim .dimName {
    color: #fff;
    font-size: 18px
}

.editDim .alert-info {
    background-color: #fff;
    border-color: #cdcdcd
}

.editDim .title {
    line-height: 26px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 15px
}

.editDim .content {
    padding: 0 15px
}

.editDim .relForm select.form-control {
    min-width: 120px
}

.dsCon .list-group-item:hover {
    background-color: #D5F4FE
}

.dsCon .panel-default>.panel-heading {
    background-color: #cbcbcb
}

.list-group-item.current a {
    color: #000;
    font-weight: 700
}

.dsCon .fieldItem {
    display: block;
    cursor: pointer
}

.modal-ds {
    width: 80%
}

.typeContainer .checkall {
    padding-left: 30px
}

.typeContainer .checkall label {
    margin-left: 15px
}

.tablelistCon {
    max-height: 420px
}

.tablelistCon h5 {
    height: 24px
}

.tablelistCon h5 input {
    margin: 0 3px;
    display: inline-block
}

.tablelistCon .checkbox {
    border-bottom: 1px solid #ddd;
    padding: 3px 15px
}

.tablelist {
    border: 1px solid #BDBDBD;
    height: 380px;
    background: #fafafa;
    padding: 5px 8px
}

.tablelist li {
    margin: 4px 0;
    cursor: pointer;
    padding: 0 10px
}

.tablelist .tableItem {
    cursor: pointer
}

.tablelist .selected {
    color: #fff;
    background: #2B669A
}

.addTableAction {
    padding-top: 18%
}

.addTableAction span {
    font-size: 14px;
    cursor: pointer;
    display: block
}

.addTableAction span.fa, .control-label .tip, .ds-lock, .editTableDialog td span,
.typeContainer .choose label {
    display: inline-block
}

.manualSql .sqleditorWrap {
    min-height: 300px;
    border: 1px solid #ccc
}

.manualSql .sqleditor {
    width: 100%;
    min-height: 300px
}

.manualSql .table {
    margin: 0
}

.manualSql .tableBody {
    height: 160px;
    overflow-y: visible;
    overflow-x: hidden;
    margin-bottom: 20px;
    padding-right: 15px
}

.manualSql .tableBody.overflow {
    padding-right: 0
}

.manualSql .tableBody .table {
    margin-right: 15px
}

.manualSql .row {
    margin-right: 0
}

.manualSql .previewData {
    max-height: 300px;
    overflow: auto
}

.manualSql .sssq_Width {
    width: 280px
}

.manualSql .CodeMirror-placeholder {
    color: #C4C4C4
}

.automapDialog .alert-info {
    padding: 5px 0
}

.automapDialog .alert-info ol {
    margin: 0
}

.automapDialog h5 {
    height: 34px;
    line-height: 34px
}

.automapDialog .objList {
    padding: 8px 0
}

.automapDialog .objList .objItem {
    margin: 3px
}

.automapDialog .note {
    margin-left: 15px;
    font-style: italic;
    color: #31708F
}

.automapDialog .require {
    color: red
}

.automapDialog .stepTwo {
    overflow: hidden
}

.automapDialog .selectedlist {
    width: 150px;
    float: left
}

.automapDialog .selectedlist li {
    word-wrap: break-word;
    line-height: 100%;
    cursor: pointer
}

.automapDialog .fieldItem {
    padding: 5px;
    height: 42px;
    border-bottom: 1px solid #D5D5D5
}

.automapDialog .fieldName {
    width: 180px
}

.automapDialog .checkbox {
    margin-right: 15px
}

.automapDialog .checkbox input {
    vertical-align: top;
    margin-right: 3px
}

.automapDialog .fieldlist {
    border: 1px solid #D5D5D5;
    margin-right: 15px
}

.automapDialog .priview {
    clear: both
}

.control-label .tip {
    color: #000;
    padding-right: 6px
}

.typeContainer .choose {
    padding: 10px 0;
    width: 100%
}

.typeContainer .choose label {
    padding-right: 10px
}

.typeContainer .choose .form-control {
    width: 12%;
    display: inline-block
}

.setting_group {
    border: 1px solid #0e8fea
}

.setting_group .group_tit {
    background: #0e8fea;
    color: #fff;
    font-size: 16px
}

.setting_group .second_tit {
    background: #cbcbcb;
    color: #Fff;
    font-size: 16px
}

.setting_group .list_target {
    margin: 0 14px
}

.setting_group .list_item {
    border: none
}

.setting_group .list_a {
    color: #0f8fea
}

.exprestype {
    margin-right: 15px
}

.expressTye2 {
    width: 69% !important
}

.expressTye3 {
    width: 83% !important
}

.editTableDialog .fieldName, .editTableDialog .fieldcode {
    width: 40%
}

.editTableDialog .infoRow {
    margin-bottom: 15px;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.editTableDialog td span {
    text-indent: 16px
}

.editTableDialog .dataTypeTd {
    width: 170px
}

.editTableDialog .actTd, .editTableDialog .viewTd {
    width: 95px;
    text-align: center
}

.editTableDialog .columns {
    border: 1px solid #ddd;
    padding: 5px 10px;
    margin: 5px 0
}

.editTableDialog .columns .checkbox {
    margin: 5px;
    padding: 0
}

.ds-lock {
    padding-left: 16px
}

.appdata {
    height: 100%;
    min-height: 100%
}

.appdata .innerNav {
    padding: 0 15px;
    background-color: #fff
}

.appdata .toolbar, .appdetails .gridster {
    background-color: #F9F9F9
}

.appdata, .container-fluid {
    padding: 0;
    margin: 0
}

.appdata .toolbar {
    box-shadow: 0 3px 5px rgba(162, 162, 162, .5);
    height: 46px;
    line-height: 46px;
    padding: 0 45px;
    border-top: 1px solid #ddd;
    z-index: 2
}

.appdata .toolbar .actions .act:hover, .appdata .toolbar .mymemu li.active
{
    background: #ddd
}

.appdata .toolbar .title {
    float: left;
    width: 220px;
    font-size: 18px
}

.appdata .toolbar .mymemu {
    float: left
}

.appdata .toolbar .mymemu li {
    float: left;
    margin: 0 5px;
    padding: 0 35px;
    height: 45px
}

.appdata .toolbar .mymemu li.active a {
    color: #444
}

.appdata .toolbar .mymemu .fa {
    margin-right: 5px;
    vertical-align: middle;
    font-size: 26px
}

.appdata .toolbar .mymemu a {
    color: #2A6496;
    font-size: 16px;
    line-height: 46px
}

.appdata .toolbar .actions {
    float: right
}

.appdata .toolbar .actions .act {
    display: block;
    float: left;
    margin: 0 6px;
    padding: 0 8px;
    height: 46px;
    line-height: 46px;
    font-size: 30px;
    text-align: center;
    position: relative
}

.appdata .toolbar .actions .act:hover .actTip {
    display: block
}

.appdata .toolbar .actions .act.disabled:hover {
    background: 0 0
}

.appdata .toolbar .actions .act.disabled .fa {
    cursor: default;
    color: #ddd
}

.appdata .toolbar .actions .act .fa {
    cursor: pointer;
    color: #333
}

.appdata .toolbar .actions .act .actTip {
    position: absolute;
    display: none;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    min-width: 42px;
    left: 50%;
    margin-left: 0
}

.appdata .toolbar .actions .act .actTip .arrow {
    border-width: 0 8px 8px;
    border-color: transparent transparent #494949;
    border-style: solid;
    width: 0;
    height: 0;
    margin: 0 auto
}

.appdata .toolbar .actions .act .actTip .name {
    padding: 5px;
    background: #494949;
    word-break: normal;
    white-space: nowrap
}

.appdata .content {
    background-color: #F2F2F2;
    position: absolute;
    height: calc(100% - 122px);
    width: 100%
}

.appdata .content .myapplist {
    padding-top: 25px
}

.applist {
    padding: 25px 55px;
    overflow: hidden
}

.applist .fa {
    font-size: 38px
}

.applist .fa-area-chart {
    color: #7373C8
}

.applist .fa-pie-chart {
    color: #D47F7F
}

.applist .fa-bar-chart {
    color: #6B6
}

.applist .fa-line-chart {
    color: #00B6CC
}

.applist .analytics .itemIcon {
    float: none;
    padding: 8px 5px;
    height: auto
}

.applist .appItem {
    float: left;
    width: 140px;
    margin: 10px 20px 50px;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box
}

.applist .appItem .appimg {
    font-size: 38px;
    padding: 8px;
    text-align: center;
    background-color: #fff;
    position: relative;
    box-shadow: 0 0 3px rgba(162, 162, 162, .5)
}

.applist .appItem .appimg .label {
    position: absolute;
    right: -5px;
    top: -8px;
    font-size: 12px;
    cursor: pointer
}

.applist .appItem .appimg .label .fa {
    font-size: 12px
}

.applist .appItem .appName {
    line-height: 28px;
    padding: 5px 3px 0 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    overflow: hidden
}

.applist .appItem.selected {
    box-shadow: 0 0 5px 4px rgba(162, 162, 162, .5)
}

.applist .appItem.selected .appName {
    background: #3497FC;
    color: #fff
}

.linkAccount .note {
    border-bottom: 1px solid #ccc;
    color: #528A9D
}

.linkAccount h4 {
    padding: 15px 0 15px 25px
}

.clusterpanel .settingIcon {
    font-size: 18px;
    margin: 0 3px
}

.noteTip .settingIcon {
    cursor: default
}

.setWeightCon {
    position: absolute;
    background: rgba(66, 66, 66, .83);
    padding: 5px;
    border-radius: 0 3px 3px;
    z-index: 5;
    margin-left: 69px;
    margin-top: -25px;
    box-shadow: 1px 1px 3px 0 #B4B4B4
}

.setWeightCon .closeBtn {
    position: absolute;
    float: right;
    right: 0;
    margin: 7px 7px 0 0;
    font-weight: 400;
    cursor: pointer
}

.setWeightCon .arrow {
    position: absolute;
    margin-bottom: 0;
    margin-left: -10px;
    border-width: 10px 10px 10px 0;
    border-color: transparent rgba(66, 66, 66, .83) transparent transparent;
    border-style: solid;
    width: 0;
    height: 0;
    line-height: 0;
    left: 0;
    top: 0
}

.setWeightCon .objWeight {
    line-height: 24px
}

.setWeightCon .weightInput {
    display: inline-block;
    width: 180px;
    vertical-align: middle
}

.weightWrap {
    background: #fff;
    padding: 25px 8px 8px
}

.clusterpanel {
    width: calc(100% - ( 280px));
    padding-right: 0
}

.clusterpanel .allinput {
    height: 32px;
    line-height: 32px
}

.clusterpanel .condition {
    background: #FFF
}

.clusterpanel .chartCon {
    margin-top: 25px;
    min-height: 550px;
    background: #FFF;
    box-shadow: 0 0 0 1px #A8A8A8;
    overflow: hidden
}

.clusterpanel .dropContainer p {
    padding: 3px 8px;
    margin: 5px
}

.clusterpanel .alert-danger {
    background: 0 0;
    margin-left: 8px
}

.showRecords .arrow, .showRecords .showDown .arrow {
    border-style: solid;
    width: 0;
    height: 0;
    line-height: 0;
    margin-left: -20px
}

.showRecords {
    position: absolute;
    z-index: 999999;
    background: #fff;
    box-shadow: 0 0 5px 1px #555;
    top: 0;
    left: 0;
    padding: 34px 15px 15px;
    border-radius: 5px;
    opacity: 0
}

.showRecords .closeBtn {
    position: absolute;
    right: 3px;
    top: 3px;
    font-size: 26px;
    cursor: pointer;
    color: #7B7B7B
}

.showRecords .records {
    max-height: 450px;
    overflow: auto
}

.showRecords .arrow {
    position: relative;
    margin-bottom: -40px;
    border-width: 35px 20px 0;
    border-color: #fff transparent transparent;
    left: 50%
}

.showRecords .showDown .arrow {
    position: absolute;
    margin-bottom: 0;
    margin-top: -30px;
    border-width: 0 20px 35px;
    border-color: transparent transparent #fff;
    left: 50%;
    top: 0
}

.clusterpanel .cluster {
    cursor: pointer
}

.clusterpanel .condition .rem_dim {
    display: none;
    color: #428bca
}

.advconfig, .bottom_line a, .dl_list dd a {
    display: inline-block
}

.clusterpanel .condition .dropContainer .clear {
    position: absolute;
    right: 3px;
    top: 2px
}

.correlatepanel {
    width: calc(100% - ( 280px));
    padding-right: 0
}

.advconfig {
    margin-top: 20px
}

.advconfig .form-group {
    margin-right: 15px
}

.advconfig .form-control {
    width: 155px
}

.advconfig .form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    min-width: 100px;
    display: inline-block;
    margin-bottom: 0;
    text-align: right;
    padding-right: 10px
}

.col-p-35 {
    width: 35%
}

.col-p-65 {
    width: 65%
}

.decisionTreeChart {
    width: 100%;
    min-height: 550px;
    border: 1px solid #aaa
}

.decisionTreeChart .link {
    fill: none;
    stroke: #AFAFAF
}

.decisionTreeChart .link.h-link {
    stroke: #4BC4CA;
    stroke-width: 3px
}

.decisionTreeChart .link text {
    fill: #333;
    stroke: none
}

.decisionTreeChart .node {
    fill: #7D7D7D
}

.decisionTreeChart .node.h-node {
    stroke-width: 3px
}

.decisionTreeChart .node text {
    fill: #333
}

.decisionTreeChart .l-link, .decisionTreeChart .l-node {
    opacity: .1
}

.errorPage {
    text-align: center;
    padding: 100px
}

.errorPage h1 {
    font-style: italic;
    font-size: 120px;
    color: #F46464
}

.bottom, .bottom .bottom_b a {
    color: #fff
}

.errorPage p {
    font-size: 32px
}

.footer {
    margin-top: 15px
}

.footer .container {
    padding: 15px 25px;
    border-top: 1px solid #E9E9E9;
    text-align: center
}

.footer .container span {
    margin: 0 15px
}

.footer .container a {
    margin: 0 3px
}

.bottom {
    background-color: #1c2b38;
    padding-top: 40px;
    font-size: 18px;
    min-width: 1300px
}

.bottom .inner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.bottom .bottom_list {
    height: 200px;
    font-size: 14px;
    margin: 0;
    padding: 0
}

.bottom .bottom_list li {
    width: 240px;
    float: left;
    height: 143px
}

.bottom .bottom_list li .name {
    margin-bottom: 20px
}

.bottom .bottom_list li .bottom_line {
    line-height: 24px;
    margin: 0
}

.bottom .bottom_b {
    height: 40px;
    background-color: #16222d;
    line-height: 40px;
    font-size: 16px
}

.dl_list dd a, .dl_list dt {
    height: 30px;
    line-height: 30px
}

.bottom .bottom_b a:hover {
    color: #999
}

.bottom .bottom_b .bottom_txt {
    margin: 0 auto;
    width: 1200px
}

.bottom .code {
    margin-top: 32px
}

.bottom_line a {
    color: #fff;
    padding-right: 10px
}

.bottom_line a:hover {
    color: #f1f1f1
}

.dl_list {
    padding: 60px 80px;
    width: 750px
}

.dl_list dt {
    font-size: 24px;
    border-left: 2px solid red;
    text-indent: 8px;
    margin: 10px 0
}

.dl_list dd {
    padding: 10px 0 10px 140px;
    border-bottom: 1px solid #cdcdcd;
    color: #555
}

.dl_list dd a {
    padding-right: 30px;
    font-size: 18px;
    color: #666
}

.row, .span2, .span9 {
    margin-left: 0
}

.span2 {
    width: 170px
}

.chartMenu {
    padding: 0;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    background-color: rgba(66, 66, 66, .83);
    border-radius: 5px
}

.chartMenu ul {
    padding: 0;
    position: relative;
    margin: 0
}

.chartMenu li {
    top: 0;
    left: 0;
    padding: 2px;
    margin: 5px;
    background: rgba(255, 255, 255, .95);
    border-radius: 3px
}

.chartMenu li a {
    display: block;
    padding: 3px 8px;
    color: #000;
    cursor: pointer;
    min-width: 186px
}

.chartMenu li a:hover {
    text-decoration: none
}

.chartMenu .disabled {
    color: #929292;
    cursor: default
}

.zoomMenu {
    padding: 0;
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%
}

.zoomMenu ul {
    padding: 10px;
    border-radius: 5px;
    background-color: rgba(66, 66, 66, .83)
}

.zoomMenu ul li {
    color: #000;
    padding: 5px 10px;
    background: rgba(255, 255, 255, .95);
    margin: 3px;
    border-radius: 3px;
    min-width: 186px;
    cursor: pointer
}

.chartMenu .arrow, .zoomMenu .arrow {
    position: absolute;
    margin-bottom: 0;
    margin-left: -10px;
    border-width: 10px 10px 10px 0;
    border-color: transparent rgba(66, 66, 66, .83) transparent transparent;
    border-style: solid;
    width: 0;
    height: 0;
    line-height: 0;
    left: 0;
    top: 5px
}

.chartMenu li:hover, .zoomMenu ul li:hover {
    color: #000;
    background: rgba(200, 242, 255, .91)
}

.tartgetSelected {
    stroke-width: 2px
}

.mjCalendar {
    text-align: center;
    width: 214px;
    border: 1px solid #ddd;
    border-radius: 3px;
    position: absolute;
    z-index: 99999;
    background: #fff
}

.mjCalendar .mjCalendarMain, .mjCalendar .mjCon, .zoomdata {
    position: relative
}

.mjCalendar .mjMonth:hover, .mjCalendar .mjYear:hover, .mjCalendar .realDay:hover
{
    background: #C1EAFE
}

.mjCalendar .current, .mjCalendar .current:hover {
    background: #2C98C3;
    color: #fff;
    font-weight: 700
}

.mjCalendar .mjCalendarHead {
    border-bottom: 1px solid #ddd;
    height: 32px;
    line-height: 32px;
    background: #F5F5F5;
    text-align: center
}

.mjCalendar .mjCalendarHead span {
    display: inline-block;
    cursor: pointer
}

.mjCalendar .mjCalendarHead .change {
    padding: 0 9px;
    font-weight: 700;
    font-size: 16px
}

.mjCalendar .mjCalendarHead .levelup {
    margin: 0 12px
}

.mjCalendar .mjCon {
    overflow: hidden;
    padding: 8px;
    display: none
}

.mjCalendar .mjCon.mjShowLevel {
    display: block
}

.mjCalendar .mjCon .mjYear {
    float: left;
    width: 49px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    position: relative;
    cursor: pointer
}

.mjCalendar .mjCon .mjYear.yearRange {
    line-height: 20px
}

.mjCalendar .mjCon .mjYear.yearRange span {
    display: block;
    padding: 5px 0
}

.mjCalendar .mjCon .mjYear.current {
    font-weight: 700
}

.mjCalendar .mjCon .mjMonth {
    float: left;
    width: 49px;
    height: 49px;
    line-height: 49px;
    cursor: pointer
}

.mjCalendar .mjCon .mjDay {
    float: left;
    width: 28px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #ddd;
    cursor: default
}

.draggable, .mjCalendar .mjCon .mjDay.realDay {
    cursor: pointer
}

.mjCalendar .mjCon .mjDay.realDay.current {
    border-color: #2C98C3
}

.mjCalendar .mjCon .mjDay.mjWeekDay {
    background: #D3D3D3;
    color: #757575
}

.mjCalendar .mjCalendarButtons {
    padding: 6px 5px;
    text-align: right;
    border-top: 1px solid #ddd;
    background: #F5F5F5
}

.graphTip, .msgDialog .modal-body .sharediv {
    text-align: center
}

.mjCalendar .mjCalendarButtons .mjButton {
    color: #fff;
    background-color: #428bca;
    border: 1px solid #357ebd;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1.33;
    border-radius: 4px;
    display: inline-block;
    margin-right: 8px;
    cursor: pointer
}

.mjCalendar .mjCalendarButtons .mjButton.cancelBtn {
    color: #646464;
    background-color: #E6E6E6;
    border-color: #CBCBCB
}

.setting, .setting .well {
    background: #fff
}

.graphTip {
    font-size: 24px;
    color: #666
}

.graphTip span {
    color: red;
    font-weight: 700
}

.zoomdata .zoomnomg {
    margin: 0;
    display: none;
    position: absolute;
    right: 0;
    z-index: 5
}

.zoomdata:hover .zoomnomg {
    margin: 0;
    display: block
}

.draggable {
    display: inline-block;
    width: 100%
}

.chart-page .mj-p-group-item:hover .mj-p-tool {
    top: 10px
}

.msgDialog .modal-body {
    display: block;
    white-space: normal;
    word-wrap: break-word;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.msgDialog .modal-body .sharediv .sharesize {
    font-size: 18px
}

.msgDialog .modal-body .sharediv .shareurl {
    display: block;
    margin-top: -10px;
    font-size: 18px
}

.setting_list .setting_tit .l .team_role, .setting_list .setting_tit .l .team_user
{
    display: inline-block;
    vertical-align: middle
}

.msgDialog .modal-body .sharediv .sharecode {
    width: 296px;
    height: 296px;
    border: 1px solid #dcdcdc;
    margin: 20px auto;
    padding: 20px
}

.fillInfoDialog .modal-sm {
    width: 400px
}

.fillInfoDialog .form {
    padding: 0 17px
}

.fillInfoDialog .form-label {
    width: 70px;
    text-align: right
}

.fillInfoDialog .form-input {
    margin-left: 5px;
    width: 254px
}

.group-btn a, .setting_list .allinput {
    width: 100%
}

.group-btn {
    margin-top: 20px
}

.addsource {
    margin-top: 10px
}

.role_row label {
    padding: 4px;
    margin-right: 10px;
    display: inline-block
}

.role_row .role_v {
    vertical-align: top
}

.setting_list {
    margin: 0;
    padding: 0
}

.setting_list .setting_list_li {
    border-bottom: 1px dashed #b5b5b5;
    padding: 4px 0
}

.setting_list .setting_tit .l {
    float: left;
    max-width: 190px;
    overflow: hidden;
    padding: 6px 0
}

.setting_list .setting_tit .l .team_user {
    padding-left: 8px;
    max-width: 136px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.setting_list .setting_tit .r {
    float: right;
    display: none;
    padding-right: 8px;
    margin-top: 5px
}

.setting_list .setting_tit .r .fa-unlink {
    font-weight: 700;
    padding-right: 10px;
    padding-top: 10px
}

.setting_list .setting_tit .r .mj-s-icon {
    margin-right: 2px
}

.setting_list .setting_tit .cls {
    clear: both;
    padding: 0;
    margin: 0
}

.setting_list .setting_tit:hover .r {
    display: block
}

.setting_list .setting_body {
    padding: 10px 0
}

.setting {
    padding: 25px 20px
}

.setting .alert-info {
    background-color: #d9edf6;
    color: #0e8fe9;
    padding: 11px 15px;
    border: 1px solid #bce8f1;
    cursor: default
}

.setting .mj-limit-len a {
    cursor: default
}

.board.well {
    background: #fff
}

.board.well .select {
    height: 32px;
    width: 85%
}

.invite_ul {
    width: 100%;
    border-right: 1px dashed #cecece;
    padding: 0
}

.invite_ul li {
    height: 46px
}

.invite_ul .first_li {
    font-weight: 700
}

.invite_ul .col1 {
    width: 322px;
    display: inline-block
}

.invite_ul .col2 {
    width: 228px;
    display: inline-block
}

.invite_ul .col3 {
    width: 68px;
    display: inline-block
}

.invite_ul .last_li {
    padding-top: 14px
}

.invite_ul .inviter_su {
    color: #0d9f93
}

.invite_ul .inviter_fa {
    color: red
}

.invite_ul .inviteBtn {
    margin: 0 20px
}

.predictpanel {
    width: calc(100% - ( 280px));
    padding-right: 0
}

.predictpanel .redstar {
    padding: 0 5px
}

.predictpanel .deVaribles {
    margin-bottom: 5px;
    margin-right: 20px
}

.predictpanel p {
    color: #666
}

.predictpanel p label {
    color: #333
}

.predictResult .predictValue {
    font-size: 32px;
    margin-left: 15px
}

.predictResult .predictValue.decrease {
    color: #4ACE2C
}

.predictResult .predictValue.increase {
    color: #FF6161
}

.predictResult label {
    margin-right: 8px
}

.groupslist.predictGroup .panel .list-group .nodragg {
    background: #F8F8F8
}

.groupslist.predictGroup .panel .list-group .nodragg .objName {
    display: block
}

.groupslist.predictGroup .panel .list-group .nodragg .tips {
    display: none
}

.groupslist.predictGroup .panel .list-group .nodragg:hover .tips {
    display: block;
    position: absolute;
    z-index: 9;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    font-size: 13px;
    background: #fff;
    padding: 6px 10px;
    right: -150px;
    top: 0;
    width: 130px;
    word-break: normal;
    word-wrap: break-word;
    white-space: normal;
    box-shadow: 0 0 10px #B6B3B3
}

.groupslist.predictGroup .panel .list-group .nodragg:hover .tips .arrow
{
    position: absolute;
    margin-bottom: 0;
    margin-left: -10px;
    border-width: 10px 10px 10px 0;
    border-color: transparent #DBDBDB transparent transparent;
    border-style: solid;
    width: 0;
    height: 0;
    line-height: 0;
    left: 0;
    top: 0
}

.mjDrawBoard, .usageTips {
    position: relative
}

.mj-p-items, .usageTips {
    border: 1px solid #dcdcdc
}

.preditChart .axisG line {
    stroke: #333
}

.preditChart .axisG path {
    stroke: #333;
    fill: none
}

.preditChart .lineG .line {
    stroke-width: 6px;
    stroke-linejoin: round
}

.preditChart .lineG .innerline {
    stroke-width: 2px;
    stroke-linejoin: round;
    fill: none;
    opacity: .6;
    stroke: #ACD9FF
}

.preditChart .lineG .predictG.increase {
    stroke: #FE7373
}

.preditChart .lineG .predictG.decrease {
    stroke: #4ACE2C
}

.preditChart .lineG .predictG .predictline {
    stroke-width: 6px;
    opacity: .6
}

.preditChart .tipPoint {
    stroke: none
}

.preditChart .tipPoint.increase {
    fill: #B4798D
}

.preditChart .tipPoint.decrease {
    fill: #48AF62
}

.preditChart .tipText {
    text-anchor: end;
    fill: #464646;
    font-size: 18px;
    font-weight: 700;
    stroke: rgba(129, 129, 129, .15)
}

@-webkit-keyframes first { 0%{
    -webkit-transform: scale(0);
    opacity: 0
}

100%{
    -webkit-transform
    :scale(1)
;opacity
:
        1
}
}
@keyframes first { 0%{
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

100%{
    -webkit-transform
    :scale(1)
;-ms-transform
:scale(1)
;transform
:scale(1)
;opacity
:
        1
}
}
@-webkit-keyframes hide { 0%,100%{
    opacity: 0
}

}
@keyframes hide { 0%,100%{
    opacity: 0
}

}
@-webkit-keyframes two { 0%{
    -webkit-transform: translate(1020px, 0);
    opacity: 0
}

100%{
    -webkit-transform
    :translate
    (0
    ,
    0);
    opacity
    :
            1
}
}
@keyframes two { 0%{
    -webkit-transform: translate(1020px, 0);
    -ms-transform: translate(1020px, 0);
    transform: translate(1020px, 0);
    opacity: 0
}

100%{
    -webkit-transform
    :translate
    (0
    ,
    0);
    -ms-transform
    :translate
    (0
    ,
    0);
    transform
    :translate
    (0
    ,
    0);
    opacity
    :
            1
}
}
.usageTips {
    width: 100%;
    margin-top: 57px
}

.usageTips .usageimg1 {
    display: inline-block;
    margin-top: 26px;
    margin-left: 20px
}

.mjDrawBoard .mjPanel {
    position: absolute;
    z-index: 2
}

.mjDrawBoard .mjPanel .resizebar {
    z-index: 8
}

.mjDrawBoard .mjPanel .bbar, .mjDrawBoard .mjPanel .blbar, .mjDrawBoard .mjPanel .brbar,
.mjDrawBoard .mjPanel .lbar, .mjDrawBoard .mjPanel .ltbar, .mjDrawBoard .mjPanel .markfilter,
.mjDrawBoard .mjPanel .rbar, .mjDrawBoard .mjPanel .rtbar, .mjDrawBoard .mjPanel .tbar
{
    position: absolute;
    display: none
}

.mjDrawBoard .mjPanel .ltbar {
    width: 5px;
    height: 5px;
    left: 0;
    top: 0;
    cursor: nw-resize
}

.mjDrawBoard .mjPanel .tbar {
    height: 5px;
    width: calc(100% - ( 10px));
    margin: 0 5px;
    top: 0;
    cursor: n-resize
}

.mjDrawBoard .mjPanel .rtbar {
    width: 5px;
    height: 5px;
    top: 0;
    right: 0;
    cursor: ne-resize
}

.mjDrawBoard .mjPanel .rbar {
    width: 5px;
    margin: 5px 0;
    right: 0;
    top: 0;
    height: calc(100% - ( 10px));
    cursor: e-resize
}

.mjDrawBoard .mjPanel .brbar {
    height: 5px;
    width: 5px;
    bottom: 0;
    right: 0;
    cursor: se-resize
}

.mjDrawBoard .mjPanel .bbar {
    height: 5px;
    bottom: 0;
    margin: 0 5px;
    width: calc(100% - ( 10px));
    cursor: s-resize
}

.mjDrawBoard .mjPanel .blbar {
    width: 5px;
    height: 5px;
    bottom: 0;
    left: 0;
    cursor: sw-resize
}

.mjDrawBoard .mjPanel .lbar {
    width: 5px;
    left: 0;
    top: 0;
    margin: 5px 0;
    height: calc(100% - ( 10px));
    cursor: w-resize
}

.mjDrawBoard .mjPanel .markfilter {
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    margin: 5px;
    width: calc(100% - ( 10px));
    height: calc(100% - ( 10px));
    cursor: move
}

.mjDrawBoard.isEditing .mjPanel {
    cursor: move;
    background: #F2F0F0;
    outline: #E0E0E0 solid 1px;
    opacity: .92
}

.mjDrawBoard.isEditing .mjPanel .bbar, .mjDrawBoard.isEditing .mjPanel .blbar,
.mjDrawBoard.isEditing .mjPanel .brbar, .mjDrawBoard.isEditing .mjPanel .lbar,
.mjDrawBoard.isEditing .mjPanel .ltbar, .mjDrawBoard.isEditing .mjPanel .markfilter,
.mjDrawBoard.isEditing .mjPanel .rbar, .mjDrawBoard.isEditing .mjPanel .rtbar,
.mjDrawBoard.isEditing .mjPanel .tbar {
    display: block
}

.GraphLink .actions, .GraphLink .dim, .GraphLink .no-event .direct,
.GraphLink .no-event .reverse {
    display: none
}

.mjDrawBoard.isEditing .mjPanel.activePanel {
    outline: #BCBBBB solid 1px;
    z-index: 5;
    overflow: hidden
}

.rigthMenu {
    position: absolute;
    background: #F3F3F3;
    padding: 15px 0;
    border-radius: 5px;
    border: 1px solid #BBB;
    box-shadow: 3px 3px 9px rgba(77, 77, 77, .45);
    z-index: 999
}

.irs, .irs-line {
    position: relative
}

.rigthMenu li, .rigthMenu ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.rigthMenu .menuItem {
    padding: 3px 15px;
    cursor: default;
    text-align: left
}

.rigthMenu .menuItem:hover {
    background: #ddd
}

.GraphLink .node .nodebg {
    fill: #F2F2F2;
    stroke: #bababa;
    stroke-width: 1px
}

.GraphLink .link .main {
    stroke-width: 9px;
    stroke-opacity: .1;
    cursor: pointer
}

.GraphLink .link .bg, .GraphLink .link .bg .line {
    stroke-width: 1px
}

.GraphLink .dim rect {
    fill: #ddd
}

.GraphLink .dim text {
    fill: #A6A6A6
}

.GraphLink .actions.show {
    display: inline
}

.GraphLink .actions .action {
    fill: rgba(80, 78, 78, .33);
    stroke: rgba(80, 78, 78, .33);
    cursor: pointer
}

.GraphLink .actions .action:hover {
    fill: rgba(80, 78, 78, .53)
}

.GraphLink .hide {
    display: none
}

.GraphLink .dim_1, .GraphLink .dim_10, .GraphLink .dim_11, .GraphLink .dim_12,
.GraphLink .dim_13, .GraphLink .dim_14, .GraphLink .dim_16, .GraphLink .dim_17,
.GraphLink .dim_18, .GraphLink .dim_19, .GraphLink .dim_2, .GraphLink .dim_20,
.GraphLink .dim_21, .GraphLink .dim_22, .GraphLink .dim_23, .GraphLink .dim_24,
.GraphLink .dim_25, .GraphLink .dim_26, .GraphLink .dim_27, .GraphLink .dim_28,
.GraphLink .dim_29, .GraphLink .dim_3, .GraphLink .dim_30, .GraphLink .dim_4,
.GraphLink .dim_5, .GraphLink .dim_6, .GraphLink .dim_7, .GraphLink .dim_8,
.GraphLink .dim_9 {
    display: inline;
    cursor: move
}

.GraphLink .dim_1 rect {
    stroke: #6990AD;
    fill: #6990AD
}

.GraphLink .dim_1 text {
    fill: #333;
    cursor: move
}

.GraphLink .link_1 .bg, .GraphLink .link_1 .main {
    stroke: #6990AD
}

.GraphLink .link_1.active .main, .GraphLink .link_1:hover .main {
    stroke-opacity: .6
}

.GraphLink .dim_2 rect {
    stroke: #FAC069;
    fill: #FAC069
}

.GraphLink .dim_2 text {
    fill: #333;
    cursor: move
}

.GraphLink .link_2 .bg, .GraphLink .link_2 .main {
    stroke: #FAC069
}

.GraphLink .link_2.active .main, .GraphLink .link_2:hover .main {
    stroke-opacity: .6
}

.GraphLink .dim_3 rect {
    stroke: #756588;
    fill: #756588
}

.GraphLink .dim_3 text {
    fill: #333;
    cursor: move
}

.GraphLink .link_3 .bg, .GraphLink .link_3 .main {
    stroke: #756588
}

.GraphLink .link_3.active .main, .GraphLink .link_3:hover .main {
    stroke-opacity: .6
}

.GraphLink .dim_4 rect {
    stroke: #51B7C2;
    fill: #51B7C2
}

.GraphLink .dim_4 text {
    fill: #333;
    cursor: move
}

.GraphLink .link_4 .bg, .GraphLink .link_4 .main {
    stroke: #51B7C2
}

.GraphLink .link_4.active .main, .GraphLink .link_4:hover .main {
    stroke-opacity: .6
}

.GraphLink .dim_5 rect {
    stroke: #E4BEE3;
    fill: #E4BEE3
}

.GraphLink .dim_5 text {
    fill: #333;
    cursor: move
}

.GraphLink .link_5 .bg, .GraphLink .link_5 .main {
    stroke: #E4BEE3
}

.GraphLink .link_5.active .main, .GraphLink .link_5:hover .main {
    stroke-opacity: .6
}

.GraphLink .dim_6 rect {
    stroke: #BF7381;
    fill: #BF7381
}

.GraphLink .dim_6 text {
    fill: #333;
    cursor: move
}

.GraphLink .link_6 .bg, .GraphLink .link_6 .main {
    stroke: #BF7381
}

.GraphLink .link_6.active .main, .GraphLink .link_6:hover .main {
    stroke-opacity: .6
}

.GraphLink .dim_7 rect {
    stroke: #73BFA1;
    fill: #73BFA1
}

.GraphLink .dim_7 text {
    fill: #333;
    cursor: move
}

.GraphLink .link_7 .bg, .GraphLink .link_7 .main {
    stroke: #73BFA1
}

.GraphLink .link_7.active .main, .GraphLink .link_7:hover .main {
    stroke-opacity: .6
}

.GraphLink .dim_8 rect {
    stroke: #FFBC35;
    fill: #FFBC35
}

.GraphLink .dim_8 text {
    fill: #333;
    cursor: move
}

.GraphLink .link_8 .bg, .GraphLink .link_8 .main {
    stroke: #FFBC35
}

.GraphLink .link_8.active .main, .GraphLink .link_8:hover .main {
    stroke-opacity: .6
}

.GraphLink .dim_9 rect {
    stroke: #554C8E;
    fill: #554C8E
}

.GraphLink .dim_9 text {
    fill: #333;
    cursor: move
}

.GraphLink .link_9 .bg, .GraphLink .link_9 .main {
    stroke: #554C8E
}

.GraphLink .link_9.active .main, .GraphLink .link_9:hover .main {
    stroke-opacity: .6
}

.GraphLink .dim_10 rect {
    stroke: #34BCD9;
    fill: #34BCD9
}

.GraphLink .dim_10 text {
    fill: #333;
    cursor: move
}

.GraphLink .link_10 .bg, .GraphLink .link_10 .main {
    stroke: #34BCD9
}

.GraphLink .link_10.active .main, .GraphLink .link_10:hover .main {
    stroke-opacity: .6
}

.GraphLink .dim_11 rect {
    stroke: #D79FD5;
    fill: #D79FD5
}

.GraphLink .dim_11 text {
    fill: #333;
    cursor: move
}

.GraphLink .link_11 .bg, .GraphLink .link_11 .main {
    stroke: #D79FD5
}

.GraphLink .link_11.active .main, .GraphLink .link_11:hover .main {
    stroke-opacity: .6
}

.GraphLink .dim_12 rect {
    stroke: #BD547F;
    fill: #BD547F
}

.GraphLink .dim_12 text {
    fill: #333;
    cursor: move
}

.GraphLink .link_12 .bg, .GraphLink .link_12 .main {
    stroke: #BD547F
}

.GraphLink .link_12.active .main, .GraphLink .link_12:hover .main {
    stroke-opacity: .6
}

.GraphLink .dim_13 rect {
    stroke: #94BA4C;
    fill: #94BA4C
}

.GraphLink .dim_13 text {
    fill: #333;
    cursor: move
}

.GraphLink .link_13 .bg, .GraphLink .link_13 .main {
    stroke: #94BA4C
}

.GraphLink .link_13.active .main, .GraphLink .link_13:hover .main {
    stroke-opacity: .6
}

.GraphLink .dim_14 rect {
    stroke: #A1B8C5;
    fill: #A1B8C5
}

.GraphLink .dim_14 text {
    fill: #333;
    cursor: move
}

.GraphLink .link_14 .bg, .GraphLink .link_14 .main {
    stroke: #A1B8C5
}

.GraphLink .link_14.active .main, .GraphLink .link_14:hover .main {
    stroke-opacity: .6
}

.GraphLink .dim_15 {
    display: inline;
    cursor: move
}

.GraphLink .dim_15 rect {
    stroke: #404956;
    fill: #404956
}

.GraphLink .dim_15 text {
    fill: #333;
    cursor: move
}

.GraphLink .link_15 .bg, .GraphLink .link_15 .main {
    stroke: #404956
}

.GraphLink .link_15.active .main, .GraphLink .link_15:hover .main {
    stroke-opacity: .6
}

.GraphLink .dim_16 rect {
    stroke: #C3C3C3;
    fill: #C3C3C3
}

.GraphLink .dim_16 text {
    fill: #333;
    cursor: move
}

.GraphLink .link_16 .bg, .GraphLink .link_16 .main {
    stroke: #C3C3C3
}

.GraphLink .link_16.active .main, .GraphLink .link_16:hover .main {
    stroke-opacity: .6
}

.GraphLink .dim_17 rect {
    stroke: #C69126;
    fill: #C69126
}

.GraphLink .dim_17 text {
    fill: #333;
    cursor: move
}

.GraphLink .link_17 .bg, .GraphLink .link_17 .main {
    stroke: #C69126
}

.GraphLink .link_17.active .main, .GraphLink .link_17:hover .main {
    stroke-opacity: .6
}

.GraphLink .dim_18 rect {
    stroke: #A7CFE9;
    fill: #A7CFE9
}

.GraphLink .dim_18 text {
    fill: #333;
    cursor: move
}

.GraphLink .link_18 .bg, .GraphLink .link_18 .main {
    stroke: #A7CFE9
}

.GraphLink .link_18.active .main, .GraphLink .link_18:hover .main {
    stroke-opacity: .6
}

.GraphLink .dim_19 rect {
    stroke: #67950F;
    fill: #67950F
}

.GraphLink .dim_19 text {
    fill: #333;
    cursor: move
}

.GraphLink .link_19 .bg, .GraphLink .link_19 .main {
    stroke: #67950F
}

.GraphLink .link_19.active .main, .GraphLink .link_19:hover .main {
    stroke-opacity: .6
}

.GraphLink .dim_20 rect {
    stroke: #FF6C66;
    fill: #FF6C66
}

.GraphLink .dim_20 text {
    fill: #333;
    cursor: move
}

.GraphLink .link_20 .bg, .GraphLink .link_20 .main {
    stroke: #FF6C66
}

.GraphLink .link_20.active .main, .GraphLink .link_20:hover .main {
    stroke-opacity: .6
}

.GraphLink .dim_21 rect {
    stroke: #DD6B10;
    fill: #DD6B10
}

.GraphLink .dim_21 text {
    fill: #333;
    cursor: move
}

.GraphLink .link_21 .bg, .GraphLink .link_21 .main {
    stroke: #DD6B10
}

.GraphLink .link_21.active .main, .GraphLink .link_21:hover .main {
    stroke-opacity: .6
}

.GraphLink .dim_22 rect {
    stroke: #CE4650;
    fill: #CE4650
}

.GraphLink .dim_22 text {
    fill: #333;
    cursor: move
}

.GraphLink .link_22 .bg, .GraphLink .link_22 .main {
    stroke: #CE4650
}

.GraphLink .link_22.active .main, .GraphLink .link_22:hover .main {
    stroke-opacity: .6
}

.GraphLink .dim_23 rect {
    stroke: #974518;
    fill: #974518
}

.GraphLink .dim_23 text {
    fill: #333;
    cursor: move
}

.GraphLink .link_23 .bg, .GraphLink .link_23 .main {
    stroke: #974518
}

.GraphLink .link_23.active .main, .GraphLink .link_23:hover .main {
    stroke-opacity: .6
}

.GraphLink .dim_24 rect {
    stroke: #808489;
    fill: #808489
}

.GraphLink .dim_24 text {
    fill: #333;
    cursor: move
}

.GraphLink .link_24 .bg, .GraphLink .link_24 .main {
    stroke: #808489
}

.GraphLink .link_24.active .main, .GraphLink .link_24:hover .main {
    stroke-opacity: .6
}

.GraphLink .dim_25 rect {
    stroke: #4A592E;
    fill: #4A592E
}

.GraphLink .dim_25 text {
    fill: #333;
    cursor: move
}

.GraphLink .link_25 .bg, .GraphLink .link_25 .main {
    stroke: #4A592E
}

.GraphLink .link_25.active .main, .GraphLink .link_25:hover .main {
    stroke-opacity: .6
}

.GraphLink .dim_26 rect {
    stroke: #3F9173;
    fill: #3F9173
}

.GraphLink .dim_26 text {
    fill: #333;
    cursor: move
}

.GraphLink .link_26 .bg, .GraphLink .link_26 .main {
    stroke: #3F9173
}

.GraphLink .link_26.active .main, .GraphLink .link_26:hover .main {
    stroke-opacity: .6
}

.GraphLink .dim_27 rect {
    stroke: #FEE617;
    fill: #FEE617
}

.GraphLink .dim_27 text {
    fill: #333;
    cursor: move
}

.GraphLink .link_27 .bg, .GraphLink .link_27 .main {
    stroke: #FEE617
}

.GraphLink .link_27.active .main, .GraphLink .link_27:hover .main {
    stroke-opacity: .6
}

.GraphLink .dim_28 rect {
    stroke: #FF9C00;
    fill: #FF9C00
}

.GraphLink .dim_28 text {
    fill: #333;
    cursor: move
}

.GraphLink .link_28 .bg, .GraphLink .link_28 .main {
    stroke: #FF9C00
}

.GraphLink .link_28.active .main, .GraphLink .link_28:hover .main {
    stroke-opacity: .6
}

.GraphLink .dim_29 rect {
    stroke: #6F4370;
    fill: #6F4370
}

.GraphLink .dim_29 text {
    fill: #333;
    cursor: move
}

.GraphLink .link_29 .bg, .GraphLink .link_29 .main {
    stroke: #6F4370
}

.GraphLink .link_29.active .main, .GraphLink .link_29:hover .main {
    stroke-opacity: .6
}

.irs, .irs-bar, .irs-bar-edge, .irs-line {
    display: block
}

.GraphLink .dim_30 rect {
    stroke: #BF0909;
    fill: #BF0909
}

.GraphLink .dim_30 text {
    fill: #333;
    cursor: move
}

.GraphLink .link_30 .bg, .GraphLink .link_30 .main {
    stroke: #BF0909
}

.GraphLink .link_30.active .main, .GraphLink .link_30:hover .main {
    stroke-opacity: .6
}

.irs {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.irs-line {
    overflow: hidden;
    outline: 0 !important
}

.irs-line-left, .irs-line-mid, .irs-line-right {
    position: absolute;
    display: block;
    top: 0
}

.irs-line-left {
    left: 0;
    width: 11%
}

.irs-line-mid {
    left: 9%;
    width: 82%
}

.irs-line-right {
    right: 0;
    width: 11%
}

.irs-bar, .irs-shadow {
    position: absolute;
    width: 0;
    left: 0
}

.irs-bar-edge {
    position: absolute;
    left: 0
}

.irs-shadow {
    display: none
}

.irs-from, .irs-max, .irs-min, .irs-single, .irs-slider, .irs-to {
    display: block;
    position: absolute
}

.irs-slider {
    z-index: 1
}

.irs-slider.type_last {
    z-index: 2
}

.irs-min {
    left: 0;
    cursor: default
}

.irs-max {
    right: 0;
    cursor: default
}

.irs-from, .irs-single, .irs-to {
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%
}

.irs-with-grid .irs-grid {
    display: block
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px
}

.irs-grid-pol.small {
    height: 4px
}

.irs-grid-text {
    position: absolute;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: rgba(0, 0, 0, 0);
    z-index: 2
}

.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity = 0);
    cursor: not-allowed
}

.irs-disabled {
    opacity: .4
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: 0 !important;
    z-index: -9999 !important;
    background: 0 0 !important;
    border-style: solid !important;
    border-color: transparent !important
}

.irs-from, .irs-max, .irs-min, .irs-single, .irs-to {
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px
}

.irs {
    height: 55px
}

.irs-with-grid {
    height: 75px
}

.irs-line {
    height: 5px;
    top: 29px;
    background: #d0d0d0;
    border-radius: 16px;
    -moz-border-radius: 16px
}

.irs-line-left, .irs-line-mid, .irs-line-right {
    height: 8px
}

.irs-bar, .irs-bar-edge {
    height: 5px;
    top: 29px;
    background: #0f8fea
}

.irs-bar {
    border-top: 1px solid #428bca;
    border-bottom: 1px solid #428bca
}

.irs-bar-edge {
    width: 14px;
    border: 1px solid #428bca;
    border-right: 0;
    border-radius: 16px 0 0 16px;
    -moz-border-radius: 16px 0 0 16px
}

.irs-shadow {
    height: 2px;
    top: 38px;
    background: #000;
    opacity: .3;
    border-radius: 5px;
    -moz-border-radius: 5px
}

.lt-ie9 .irs-shadow {
    filter: alpha(opacity = 30)
}

.irs-slider {
    top: 25px;
    width: 12px;
    height: 12px;
    border: 4px solid #0f8fea;
    background: #fff;
    background: linear-gradient(to bottom, #fff 0, #dcdcdc 20%, #fff 100%);
    border-radius: 16px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
    cursor: pointer
}

.irs-slider.state_hover, .irs-slider:hover {
    background: #FFF
}

.irs-max, .irs-min {
    color: #333;
    font-size: 12px;
    top: 0;
    background: rgba(0, 0, 0, .1);
    border-radius: 3px;
    -moz-border-radius: 3px
}

.lt-ie9 .irs-max, .lt-ie9 .irs-min {
    background: #ccc
}

.irs-from, .irs-single, .irs-to {
    color: #fff;
    font-size: 14px;
    background: #0f8fea;
    border-radius: 3px;
    -moz-border-radius: 3px
}

.lt-ie9 .irs-from, .lt-ie9 .irs-single, .lt-ie9 .irs-to {
    background: #999
}

.irs-grid {
    height: 27px
}

.irs-grid-pol {
    opacity: .5;
    background: #0f8fea
}

.datamore-container .datamore-right .datamore-list div>span:last-child:hover,
.row-level .right-wrap .save-btn:hover {
    opacity: .9
}

.irs-grid-pol.small {
    background: #999
}

.irs-grid-text {
    bottom: 5px;
    color: #99a4ac
}

.percent-bar {
    position: relative;
    margin-top: 20px;
    width: 100%;
    height: 15px
}

.percent-bar .bg-bar {
    position: absolute;
    width: 100%;
    padding: 4px 0
}

.percent-bar .bg-bar .bg-part {
    position: absolute;
    height: 4px
}

.percent-bar .bg-mock {
    position: absolute;
    width: 100%;
    min-height: 100%;
    z-index: 2
}

.percent-bar .slider-con {
    position: absolute;
    width: 100%;
    z-index: 3
}

.percent-bar .slider-con .p-slider {
    position: absolute;
    width: 2px;
    height: 12px;
    background: #333
}

.percent-bar .slider-con .p-slider-main {
    cursor: move
}

.percent-bar .tip-con .p-tip {
    position: absolute;
    bottom: -20px;
    font-size: 12px;
    margin-left: -5px
}

.percent-bar .tip-con .p-tip.p-tip-main {
    bottom: auto;
    top: -18px;
    outline: #989898 solid 1px;
    padding: 2px 5px;
    line-height: 10px;
    margin-left: -10px;
    background: #fff;
    cursor: move
}

.percent-bar .tip-con .p-tip.tip-end {
    right: 0
}

@media screen and (min-width:1200px) {
    .loginForm {
        padding-top: 120px
    }
    .boardMain {
        padding: 0 1%
    }
    .chartPanel {
        -lh-property: 0;
        width: calc(100% - ( 260px + 185px))
    }
}

@media screen and (max-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3,
    .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9,
    .innerNav .navbar-nav>li {
        float: left
    }
    .boardContent, .container-fluid {
        padding: 0;
        width: 1200px
    }
    .chartPanel, .chartmaplist, .groupslist {
        padding: 0;
        float: left
    }
    .col-md-3.groupslist {
        width: auto
    }
    .groupslist {
        min-width: 175px
    }
    .chartPanel {
        -lh-property: 0;
        width: calc(100% - ( 260px + 185px));
        padding: 0 5px
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .modal-lg {
        width: 800px
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .predictCon .predictpanel {
        -lh-property: 0;
        width: calc(100% - 180px)
    }
}

.findpass-wrap {
    width: 117%
}

.title_fp {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #858585
}

.progress_line {
    padding-left: 0;
    margin-left: 0
}

.progress_line .rem_left {
    margin-left: -30px
}

.progress_line ul {
    float: left;
    margin-left: 38px
}

.progress_line ul li {
    float: left
}

.progress_line ul .zindex1 {
    position: relative;
    z-index: 100
}

.progress_line ul .zindex2 {
    position: relative;
    z-index: 10
}

.progress_line ul .zindex3 {
    position: relative;
    z-index: 1
}

.progress_line ul .stem {
    width: 227px;
    height: 38px;
    display: inline-block;
    margin-left: -28px;
    line-height: 38px;
    text-indent: 31px
}

.progress_line ul .grayback {
    background: url(/css/images/icons/wxz.png) no-repeat
}

.progress_line ul .blueback {
    background: url(/css/images/icons/dangq.png) no-repeat;
    color: #fff
}

.progress_line ul .bluecolor {
    color: #5d8af1
}

.progress_line ul .stems {
    width: 204px;
    height: 3px;
    display: inline-block
}

.progress_line ul .suc_left {
    margin-left: 18px
}

.forvad {
    display: none
}

.psdvad {
    position: absolute;
    left: 30%;
    top: 51px;
    padding: 4px;
    width: 231px;
    height: 75px;
    background-color: #fff
}

.psdvad .vadlist {
    display: block;
    height: 23px;
    line-height: 23px;
    text-indent: 28px;
    color: #aaa
}

.fixFinishPage {
    width: 100% !important
}

.fixFinishTitle {
    right: 3% !important
}

.fixFinishContent {
    margin-top: 33px !important;
    margin-left: 30% !important;
    width: 400px
}

.stepone .mar_top {
    margin-top: 40px
}

.stepone .stepdiv {
    position: relative;
    clear: both;
    height: 50px;
    line-height: 30px;
    margin-left: 0;
    padding-left: 15px
}

.clearpnum, .rpfixerror, .rspsd-left {
    position: absolute
}

.stepone .stepdiv input, .stepone .stepdiv label {
    float: left
}

.stepone .stepdiv .enterinfo {
    width: 70px
}

.stepone .stepdiv .enterinfotwo {
    width: 115px
}

.stepone .stepdiv .entertext {
    width: 200px;
    border-radius: 0
}

.stepone .stepdiv .entercode {
    width: 100px;
    float: left;
    border-radius: 0
}

.stepone .stepdiv .entertwocode {
    width: 130px;
    float: left;
    border-radius: 0
}

.stepone .stepdiv .codeimg {
    float: left;
    margin-left: 2px;
    border: 1px solid #bbb;
    height: 30px;
    width: 92px
}

.stepone .findbtn {
    padding: 2px 15px
}

.stepone .btnright {
    margin-right: 28px
}

.stepone .tips {
    color: #008B00;
    display: block;
    margin: 40px 0 20px 55px
}

.stepone .loginnow {
    margin: 15px 0 0 90px;
    display: inline-block;
    padding: 7px 15px
}

.rspsd {
    width: 153%;
    border-top: 1px solid #ccc;
    margin-top: -21px;
    padding: 50px 0 0 50px;
    box-sizing: border-box
}

.rspsd-left {
    right: -48%;
    top: -60px
}

.rspsd-left a {
    display: inline-block;
    color: #333
}

.phonetext {
    border: 1px solid #bbb;
    height: 30px;
    text-indent: 7px;
    line-height: 31px
}

.rpfix {
    clear: both;
    width: 235px;
    margin-bottom: 10px
}

.labelfix {
    margin: 20px 0 4px;
    width: 300px
}

.fixrpcode {
    min-width: 50px !important;
    width: 87px
}

.changecode {
    line-height: 31px;
    color: #5d8af1;
    margin-left: 9px;
    cursor: pointer
}

.rpfixerror {
    left: 30%;
    top: 55px
}

.rpfixcolor {
    color: red
}

.rpsubbtn {
    background-color: #0E8FEA !important;
    width: 236px;
    height: 36px;
    cursor: pointer;
    border: none;
    color: #fff
}

.rpsubbtn:hover {
    background-color: #0E9FFF !important
}

.rpstphone {
    margin: 13px
}

.rpgetcode {
    border: 1px solid #0E8FEA;
    width: 140px;
    display: inline-block;
    padding-left: 18px;
    margin-left: 9px;
    cursor: pointer
}

.fixrpcodecolor {
    color: #0E8FEA
}

.newpass-su {
    background: url(/css/images/icons/zhengq.png) 11px 9px no-repeat
}

.newpass-fa {
    background: url(/css/images/icons/chucuo.png) 11px 9px no-repeat
}

.newpass-de {
    background: url(/css/images/icons/tishimo.png) 11px 9px no-repeat
}

.rperror {
    border-color: red
}

.fixrptitle {
    width: 635px
}

.rptomj {
    background: url(/css/images/icons/ccg.png) 4px 1px no-repeat;
    font-weight: 100;
    font-size: 17px;
    text-indent: 38px;
    height: 26px
}

.rptomjtitle {
    margin: 83px 0 0 222px;
    color: #5BB85B
}

.rptomjbtn {
    margin: 30px 0 0 76px;
    height: 39px;
    line-height: 38px;
    width: 170px;
    display: block;
    background-color: #0E8FEA;
    color: #fff !important;
    text-align: center;
    font-size: 16px;
    pointer: cursor
}

.rptomjbtn:hover {
    background-color: #0E9FFF
}

.rpfocus {
    border-color: #0E8FEA
}

.rpsendsu {
    margin-left: 11px;
    color: green
}

.chart-zoom, .chart-zoom:hover {
    color: #7C7C7C
}

.clearpnum {
    display: block;
    width: 28px;
    height: 25px;
    top: 57px;
    left: 25%;
    z-index: 100;
    cursor: pointer;
    background: url(/css/images/icons/delp.png) 5px 4px no-repeat
}

.fullscreen .fullpadding {
    margin: 15px 20px 0
}

.fullscreen .fullpadding .fullheader {
    border: none
}

.fullscreen .fullpadding .fullheader .closebtn {
    right: 3px;
    top: 5px
}

.fullscreen .fullpadding .fullbody {
    overflow: hidden;
    height: auto;
    padding: 0 0 12px
}

.fullscreen .fullpadding .fullbody>div {
    margin: 0 auto
}

.chart-zoom {
    font-size: 18px
}

.dataEnMa .well {
    background: #fff;
    margin: 0 0 20px
}

.dataEnMa .well .cls {
    padding: 0;
    margin: 0;
    clear: both
}

.dataEnMa .well .dataEnMa_list {
    margin: 0 20px;
    padding: 0
}

.dataEnMa .well .dataEnMa_list .dataEnMa_list_li {
    border-bottom: 1px dashed #cdcdcd;
    padding: 6px 20px
}

.dataEnMa .well .dataEnMa_list .dataEnMa_list_li .dataEnMa_tit .dataEnMa_list_col1
{
    display: inline-block;
    width: 400px
}

.dataEnMa .well .dataEnMa_list .dataEnMa_list_li .dataEnMa_tit .dataEnMa_list_col2
{
    display: inline-block;
    width: 60px;
    text-align: center
}

.dataEnMa .well .dataEnMa_list .dataEnMa_list_li .dataEnMa_tit .dataEnMa_list_col3
{
    display: inline-block;
    width: 320px;
    text-align: center
}

.dataEnMa .well .dataEnMa_list .dataEnMa_list_li .dataEnMa_tit .dataEnMa_list_col4
{
    display: inline-block;
    text-align: center;
    width: 280px
}

.dataEnMa .well .dataEnMa_list .dataEnMa_list_li .dataEnMa_tit .tit {
    font-weight: 700;
    font-size: 16px;
    color: #666
}

.dataEnMa .well .dataEnMa_list .dataEnMa_body .dataEnMa_list .dataEnMa_list_li
{
    border-bottom: 1px dashed #cdcdcd
}

.dataEnMa .well .dataEnMa_list .dataEnMa_body .dataEnMa_list .form-control
{
    width: 220px;
    height: 40px;
    line-height: 26px
}

.dataEnMa .well .dataEnMa_list .dataEnMa_body .dataEnMa_list .config_save
{
    margin-left: 45%;
    margin-top: 20px
}

.dataEnMa .well .dataEnMa_list .dataEnMa_body .col1 {
    display: inline-block;
    width: 230px;
    text-align: center;
    font-size: 16px
}

.dataEnMa .well .dataEnMa_list .dataEnMa_body .col3 {
    display: inline-block;
    font-size: 16px;
    width: 60px;
    text-align: center
}

.dataEnMa .well .dataEnMa_list .dataEnMa_body .col3 .fa-times {
    color: red;
    cursor: pointer
}

.dataEnMa .well .dataEnMa_list .dataEnMa_body .btn_default {
    margin-right: 20px
}

.dataEnMa .well .dataEnMa_list .dataEnMa_body .btn_user {
    padding: 10px 30px
}

.dataEnMa .well .dataEnMa_list .dataEnMa_body .config_list {
    padding: 0;
    border-top: 1px dashed #cdcdcd
}

.dataEnMa .well .dataEnMa_list .dataEnMa_body .config_list .dataEnMa_list_li
{
    padding: 20px 40px
}

.dataEnMa .well .dataEnMa_list .dataEnMa_body .config_list .cacheNo {
    border: none
}

.dataEnMa .well .dataEnMa_list .dataEnMa_body .btn_li {
    padding: 0 40px;
    margin: 20px 0
}

.dataEnMa .well .dataEnMa_list .dataEnMa_body .fai {
    color: red;
    padding: 0 20px
}

.dataEnMa .well .dataEnMa_list .dataEnMa_body .suc {
    color: #3ba83f;
    padding: 0 20px
}

.dataEnMa .well .dataEnMa_list .dataEnMa_body .cache_refresh {
    color: #3ba83f;
    cursor: pointer;
    margin-right: 20px;
    font-size: 18px
}

.dataEnMa .well .dataEnMa_list .dataEnMa_body .cache_delete {
    color: red;
    cursor: pointer;
    font-size: 18px
}

.dataEnMa .well .dataEnMa_list .dataEnMa_body .cache_tip {
    color: #666;
    font-size: 16px
}

.dataEnMa .cache_name {
    display: inline-block;
    min-width: 300px
}

.dataEnMa .cache_tool {
    display: inline-block;
    min-width: 80px;
    text-align: center
}

.dataEnMa .cache_tool i {
    cursor: pointer
}

.dataEnMa .cache_tip {
    color: #3AA854
}

.pormission-block {
    position: relative
}

.pormission-block .pormission-return {
    position: absolute;
    right: -15px;
    top: 56px
}

.row-level {
    width: 1145px;
    margin: 18px auto 0
}

.row-level .left-wrap {
    padding: 10px 30px 0 0
}

.row-level .left-wrap .visitedd {
    color: #000
}

.row-level .left-wrap .new-list {
    margin-bottom: 7px
}

.row-level .left-wrap .new-list input {
    width: 182px
}

.row-level .right-wrap {
    margin-top: -50px
}

.row-level .right-wrap .select-form {
    height: 37px;
    line-height: 37px;
    font-size: 15px;
    padding: 0 0 0 2px
}

.row-level .right-wrap .select-form select {
    border-radius: 2px;
    width: 153px
}

.row-level .right-wrap .select-form div {
    display: inline-block;
    margin-right: 20px
}

.row-level .right-wrap .dim-list {
    border: 1px solid #ddd;
    padding: 13px;
    border-radius: 4px;
    margin: 23px 0 0
}

.row-level .right-wrap .dim-list .dim-list-name {
    padding: 20px 0 0 8px;
    height: 320px;
    overflow-y: auto
}

.row-level .right-wrap .dim-list .dim-list-name>div i {
    margin-right: 8px;
    vertical-align: middle;
    position: relative;
    top: -1px
}

.row-level .right-wrap .dim-list input {
    border-radius: 4px
}

.row-level .right-wrap .save-btn {
    float: right;
    border-radius: 1px;
    color: #fff;
    background-color: #0e8fea;
    margin: 10px 0 -8px
}

.row-level .right-wrap .unsavable-btn {
    background-color: #eee;
    border-color: #dedede;
    color: #ccc;
    cursor: default
}

.user-container {
    margin: 66px auto;
    width: 1093px
}

.userctrl-wrap {
    width: 100% !important;
    background-color: #eee
}

.pormission_navs {
    padding: 0;
    margin: 40px 0 0
}

.pormission_navs .pormission_navs_item {
    display: inline-block;
    height: 46px;
    width: 156px;
    line-height: 46px;
    text-align: center;
    border: 1px solid #e3e3e3;
    margin-right: 20px;
    background-color: #f8f8f8;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom: none
}

.pormission_navs .pormission_navs_item a {
    font-size: 16px;
    color: #666;
    display: block;
    text-decoration: none
}

.pormission_navs .on {
    border-bottom-color: #fff;
    background: #fff;
    position: relative;
    bottom: -1px
}

.pormission_navs .on a {
    font-weight: 700
}

.detail-setting .control-label .tip, .mj-btn-cSave {
    font-weight: 400
}

.pormission {
    background: #fff;
    box-shadow: none
}

.pormission .tablelistCon {
    min-height: 420px;
    max-height: 1200px
}

.pormission .tablelist {
    padding: 5px 0
}

.pormission .restype {
    width: 210px;
    margin-left: 15px
}

.pormission .por_add {
    height: 40px
}

.pormission .por_add .por_roleName {
    width: 140px
}

.pormission .por_add .por_roleType {
    margin: 0 3px
}

.pormission .pro_user_add {
    margin-left: 24px
}

.pormission .user_list {
    padding: 0
}

.pormission .user_list .setting_tit {
    position: relative
}

.pormission .user_list .setting_tit .detailDire {
    position: absolute;
    right: 0;
    top: 10px;
    color: #2A6496;
    display: none;
    font-size: 10px
}

.pormission .user_list .setting_tit.on .detailDire, .pormission .user_list .setting_tit:hover .detailDire
{
    display: block
}

.pormission .direction {
    float: left;
    text-align: center
}

.pormission .direction span {
    display: block;
    margin-bottom: 15px
}

.pormission .direction .fa-spin {
    font-size: 32px
}

.pormission .ex-txt {
    display: inline-block;
    width: 180px
}

.pormission .por_roleType {
    display: inline-block;
    width: 72px;
    padding-right: 4px;
    height: 32px;
    min-width: 60px;
    padding-left: 4px
}

.pormission .ex-la {
    display: block
}

.containers{
    width:90%;
    /*max-width: 1200px;*/
    margin: 0 auto;
    padding-bottom: 125px;
}

.main.container {
    padding: 0
}

.addUserGroup {
    width: 220px
}

.userCtrl-right-title {
    width: 850px;
    background-color: #3E4651;
    height: 44px
}

.userCtrl-right-title-input {
    border: none;
    height: 26px;
    border-radius: 37px !important;
    margin: 10px 0 0 17px;
    width: 186px;
    color: #fff;
    text-indent: 34px;
    background: url(../images/icons/sous2.png) 12px 5px no-repeat #303741
    !important
}

.userCtrl-right-title-input::-webkit-input-placeholder {
    color: #fff
}

.userCtrl-right-title-input:-moz-placeholder {
    color: #fff
}

.userCtrl-right-title-input::-moz-placeholder {
    color: #fff
}

.userCtrl-right-title-input:-ms-input-placeholder {
    color: #fff
}

.focusUserCtrl {
    background: url(../images/icons/sous1.png) 12px 5px no-repeat #fff
    !important;
    color: #333
}

.focusUserCtrl::-webkit-input-placeholder {
    color: #aaa
}

.focusUserCtrl:-moz-placeholder {
    color: #aaa
}

.focusUserCtrl::-moz-placeholder {
    color: #aaa
}

.focusUserCtrl:-ms-input-placeholder {
    color: #aaa
}

.userCtrl-right-table {
    width: 850px;
    border: 1px solid #eee;
    margin-top: -1px;
    height: 650px;
    background-color: #fff
}

.userCtrl-right-table th {
    text-align: center;
    border: 1px solid;
    width: 100px;
    border-bottom: none
}

.userCtrl-right-table td {
    padding: 0;
    width: 100px;
    text-align: center;
    border: 1px solid
}

.fenyema {
    position: relative;
    left: 20%;
    right: 20%;
    width: 500px;
    text-align: center
}

.fenyema li {
    list-style: none;
    display: inline-block;
    width: 22px;
    height: 22px;
    border: none;
    border-radius: 50%;
    text-align: center;
    margin-right: 5px;
    cursor: pointer;
    line-height: 22px
}

.fenyema li:first-child, .fenyema li:last-child {
    width: 50px
}

.gotoHere {
    background-color: #1E90E7;
    color: #fff
}

.userCtrl-showlist-edit {
    width: 102px;
    height: 26px;
    min-width: 72px !important;
    text-align: center
}

.userCtrl-left, .userCtrl-move {
    position: absolute;
    min-width: 160px;
    border: 1px solid #eee;
    z-index: 100
}

.edit-default {
    display: none
}

.secGroup {
    width: 250px;
    margin: 0 0 0 -1px
}

.fGroup-addgroup {
    width: 219px
}

.userCtrl-left {
    float: left;
    background-color: #fff;
    height: 734px
}

.userCtrl-move {
    height: auto;
    background-color: #3E4651;
    color: #eee;
    right: 15px;
    top: 77px
}

.userCtrl-right {
    float: right;
    margin-left: 24px;
    min-height: 500px;
    position: relative
}

.userCtrl-right-fenye {
    position: absolute;
    bottom: 22px;
    width: 100%
}

.newSingleUser {
    height: 300px;
    position: absolute;
    left: 1%;
    top: 107px
}

.newSingleUser .emailerror {
    position: absolute;
    left: 310px;
    color: red;
    top: 15px
}

.moveUserTo {
    display: inline-block;
    position: relative;
    margin-left: 500px
}

.moveUserToWhere {
    position: absolute;
    min-width: 150px;
    min-height: 100px;
    border: 1px solid;
    top: 23px;
    background-color: #fff;
    left: 78px
}

.userCtrl-left-group-wrap, .userCtrl-right-group-wrap {
    position: relative;
    margin-left: -16px;
    height: 26px;
    line-height: 26px;
    box-sizing: border-box
}

.userCtrl-left-group {
    width: 200px;
    box-sizing: border-box;
    padding: 2px 0 0 15px
}

.usc_width {
    width: 120px
}

.userCtrl-right-group-wrap {
    width: 200px;
    text-indent: 13px;
    left: 1px
}

.userCtrl-right-group-wrap:hover {
    background-color: #303741
}

.fix-rgroup-wrap-1 {
    left: -13px !important;
    text-indent: 28px !important
}

.fix-rgroup-wrap-2 {
    left: -12px !important
}

.userCtrl-left-group-wrap {
    width: 221px;
    text-indent: 13px
}

.userCtrl-left-group-wrap:hover {
    background-color: #ddd
}

.userCtrl-left-group-wrap .icon-addgroup {
    width: 23px;
    height: 26px;
    cursor: pointer;
    background: url(../images/icons/add.png) 4px 7px no-repeat
}

.userCtrl-left-group-wrap .editOption {
    display: none;
    position: absolute;
    top: 0;
    right: 46px
}

.icon-userCtrl, .userCtrl-left-group-wrap:hover .editOption {
    display: inline-block
}

.userCtrl-left-group-wrap .editOption:last-child {
    right: 13px
}

.icon-edit-fixPos {
    right: 30px !important
}

.icon-userCtrl {
    background: url(../images/icons/home.png) 7px 1px no-repeat;
    text-indent: 30px;
    margin-left: 6px;
    width: 100px;
    position: relative;
    top: 0;
    margin-top: 6px
}

.userCtrl-right-subtTtle {
    border: 1px solid #eee;
    height: 40px;
    background-color: #fff
}

.userCtrl-right-subtTtle-rPart {
    width: 69px;
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
    margin-top: 9px
}

.icon-moveTo {
    background: url(../images/icons/ydd.png) 4px 4px no-repeat;
    text-indent: 21px
}

.icon-creatUser {
    background: url(../images/icons/xzyh.png) 4px 3px no-repeat;
    width: 81px;
    text-indent: 20px
}

.icon-delUser {
    background: url(../images/icons/del.png) 4px 3px no-repeat;
    text-indent: 20px;
    width: 55px
}

.userCtrl-right-table-title {
    table-layout: fixed;
    width: 800px;
    margin: 24px auto;
    line-height: 26px;
    border-bottom: 1px solid #ccc;
    background-color: #eee
}

.userCtrl-right-table-title th {
    border-color: #bbb
}

.userCtrl-right-table-tbody {
    width: 800px;
    table-layout: fixed;
    margin: -25px auto
}

.userCtrl-right-table-tbody td {
    height: 43px;
    border-color: #bbb
}

.userCtrl-tWidth-1 {
    width: 39px !important
}

.userCtrl-tWidth-2 {
    width: 53px !important
}

.userCtrl-tWidth-3 {
    width: 160px !important
}

.userCtrl-tWidth-4 {
    width: 111px !important
}

.userCtrl-tWidth-5 {
    width: 107px !important
}

.userCtrl-tWidth-6 {
    width: 130px !important
}

.userCtrl-tWidth-7 {
    width: auto
}

.icon-del, .icon-delGroup, .icon-edit, .icon-editGroup {
    display: inline-block;
    width: 20px;
    height: 20px
}

.icon-delGroup {
    cursor: pointer;
    background: url(../images/icons/del.png) 4px 7px no-repeat
}

.icon-edit {
    cursor: pointer;
    background: url(../images/icons/editm.png) 4px 7px no-repeat
}

.icon-edit:hover {
    background: url(../images/icons/editc.png) 4px 7px no-repeat
}

.icon-editGroup {
    cursor: pointer;
    background: url(../images/icons/editm.png) 4px 7px no-repeat
}

.icon-del {
    cursor: pointer;
    background: url(../images/icons/delm.png) 4px 7px no-repeat
}

.icon-cancel, .icon-confirm {
    display: inline-block;
    width: 23px;
    height: 26px;
    cursor: pointer
}

.icon-del:hover {
    background: url(../images/icons/delc.png) 4px 7px no-repeat
}

.icon-confirm {
    background: url(../images/icons/queren.png) 4px 7px no-repeat
}

.icon-cancel {
    background: url(../images/icons/quxiao.png) 4px 7px no-repeat
}

.newSingleUser-info {
    height: 45px;
    box-sizing: border-box;
    padding: 8px 0 0
}

.newSingleUser-info label {
    width: 65px;
    letter-spacing: 2px;
    text-align: right;
    margin-right: 5px
}

.newSingleUser-info input {
    height: 33px;
    width: 200px;
    border: 1px solid #ccc;
    text-indent: 10px
}

.newSingleUser-info select {
    height: 33px
}

.newSingleUser-info:first-child:after, .newSingleUser-info:nth-child(2):after,
.newSingleUser-info:nth-child(4):after {
    content: '*';
    color: red;
    position: relative;
    top: 3px;
    left: 6px
}

.newSingleUser-submit {
    margin-left: 74px;
    width: 101px;
    height: 32px;
    margin-top: 21px;
    background-color: #eee;
    border-radius: 4px;
    border: none;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    cursor: pointer
}

.icon-move-subMenu, .icon-subMenu {
    text-indent: 14px;
    width: 111px;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.newSingleUser-submit:last-child {
    margin-left: 2px
}

.newSingleUser-submit:hover {
    background-color: #1E90E7;
    color: #fff
}

.icon-subMenu {
    background: url(../images/icons/gb1.png) -1px no-repeat
}

.icon-move-subMenu {
    background: url(../images/icons/guanb.png) -1px no-repeat
}

.icon-subMenu-zk2 {
    background: url(../images/icons/zk.png) -1px no-repeat
}

.icon-subMenu-zk {
    background: url(../images/icons/zk1.png) -1px no-repeat
}

.icon-addgroup {
    display: inline-block;
    width: 23px;
    height: 26px;
    cursor: pointer;
    background: url(../images/icons/add.png) 4px 7px no-repeat
}

.addgroup-btn, .cancelAdd {
    background-repeat: no-repeat;
    position: relative
}

.addgroup-btn, .cancelAdd, .editgroup, .newgroup {
    background-color: #fff
}

.addgroup-btn {
    left: -59px;
    width: 29px;
    z-index: 100
}

.cancelAdd {
    display: inline-block;
    width: 26px;
    left: -61px;
    z-index: 111;
    float: right;
    top: 5px
}

.newgroup {
    width: 163px;
    border: 1px solid #ccc;
    position: relative;
    height: 30px;
    margin-left: 13px
}

.newgroup input:first-child {
    width: 104px;
    min-width: 80px;
    border: none;
    height: 22px;
    padding-left: 5px;
    line-height: 22px;
    margin: 3px 0 0
}

.newgroup input:nth-child(2) {
    position: absolute;
    right: 19%;
    top: 3px
}

.newgroup span {
    position: absolute;
    right: 3%;
    top: 3px
}

.fixsecGroup {
    margin-left: 10px
}

.fixsgroup-pos {
    left: -14px;
    text-indent: 28px
}

.fixtgroup-pos {
    line-height: 22px;
    left: -24px;
    text-indent: 36px
}

.addfGroup {
    margin: 3px 0 7px 15px;
    display: inline-block;
    cursor: pointer
}

.editgroup {
    width: 163px;
    border: 1px solid #ccc;
    position: relative;
    height: 24px;
    margin-left: 13px;
    top: 1px
}

.editgroup input:first-child {
    width: 101px;
    min-width: 75px;
    border: none;
    height: 17px;
    padding-left: 2px;
    line-height: 17px;
    margin: -9px 0 0 -5px
}

.editgroup input:nth-child(2) {
    position: absolute;
    right: 19%;
    top: 0;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

.editgroup span {
    position: absolute;
    right: 3%;
    top: 0;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

.fixtgroup-edit {
    top: -1px;
    margin-left: 28px
}

.fixtgroup-edit input:first-child {
    margin: -5px 0 0 -31px
}

.fixsgroup-edit {
    margin-left: 27px
}

.fixsgroup-edit input:first-child {
    margin: -9px 0 0 -20px
}

.fixshowgroup {
    width: 111px;
    display: inline-block;
    text-indent: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer
}

.bufferExist {
    color: #ccc;
    cursor: default
}

.fix-userctrl-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.userCtrl-select {
    width: 120px;
    text-indent: 12px
}

.backtolist {
    float: right;
    color: #fff;
    padding: 12px 22px 0 0
}

.backtolist:hover {
    color: #eee
}

.errorForNewUser {
    position: absolute;
    color: red;
    left: 310px;
    white-space: nowrap;
    top: 150px
}

.mj-s-icon {
    display: inline-block;
    width: 13px;
    height: 13px;
    cursor: pointer;
    padding-right: 4px;
    background: 0 0;
    border: none;
    vertical-align: middle
}

.mj-s-querenb-icon, .mj-s-querenw-icon, .mj-s-shanchug-icon {
    width: 22px;
    height: 22px;
    vertical-align: middle
}

.mj-s-editw-icon {
    background-image: url(../images/icons/editw.png)
}

.mj-s-editb-icon {
    background-image: url(../images/icons/editb.png)
}

.mj-s-delw-icon {
    background-image: url(../images/icons/delw.png)
}

.mj-s-delb-icon {
    background-image: url(../images/icons/delb.png)
}

.mj-s-addb-icon {
    background-image: url(../images/icons/addb.png)
}

.mj-s-addw-icon {
    background-image: url(../images/icons/addw.png)
}

.mj-s-guanl2-icon {
    background-image: url(../images/icons/guanl2.png)
}

.mj-s-gengxin2-icon {
    background-image: url(../images/icons/gengx.png)
}

.mj-s-edit1-icon {
    background-image: url(../images/icons/edit1.png)
}

.mj-s-rename-icon {
    background-image: url(../images/icons/rename.png)
}

.mj-s-dctb-icon {
    background-image: url(../images/icons/dctb.png)
}

.mj-s-eidt-normal-icon {
    background-image: url(../images/icons/edit_normal.png)
}

.mj-s-eidt-normal-icon:hover {
    background-image: url(../images/icons/editb.png)
}

.mj-s-dcqb-icon {
    background-image: url(../images/icons/dcqb.png)
}

.mj-s-fztb-icon {
    background-image: url(../images/icons/fztb.png)
}

.mj-s-del2-icon {
    background-image: url(../images/icons/del.png)
}

.mj-s-bianjibz-icon {
    background-image: url(../images/icons/bianjibz.png)
}

.mj-s-zoom-icon {
    background-image: url(../images/icons/zoom-symbol.png)
}

.mj-s-export-icon {
    background-image: url(../images/icons/export.png)
}

.mj-s-eyeb-icon, .mj-s-right-icon {
    color: #0e8fe9
}

.mj-s-setb-icon {
    background-image: url(../images/icons/settingb.png)
}

.mj-s-querenw-icon {
    background-image: url(../images/icons/querenw.png)
}

.mj-s-querenb-icon {
    background-image: url(../images/icons/querenb.png)
}

.mj-s-shanchug-icon {
    background-image: url(../images/icons/shanchug.png)
}

.mj-s-xiala-icon {
    width: 9px;
    height: 5px;
    background-image: url(../images/icons/xiala.png);
    vertical-align: middle
}

.mj-s-relation-icon {
    width: 26px;
    height: 11px;
    background-image: url(../images/icons/guanl.png);
    vertical-align: middle;
    margin: 0 10px
}

.mj-s-refw-icon {
    background-image: url(../images/icons/updatew.png)
}

.mj-s-helpg-icon {
    margin-left: 6px;
    width: 14px;
    height: 14px;
    background-image: url(../images/icons/help.png);
    padding: 0;
    margin-top: -2px
}

.mj-list-icon, .mj-new-icon {
    margin-top: -3px;
    margin-right: 4px
}

.mj-s-helpg-icon:hover {
    background-image: url(../images/icons/helpb.png)
}

.mj-s-loads-icon {
    background-image: url(../images/icons/samll.gif);
    width: 16px;
    height: 16px
}

.mj-s-warn-icon {
    background-image: url(../images/icons/tishi.png);
    width: 16px;
    height: 16px
}

.mj-s-ok-icon {
    background-image: url(../images/icons/tishi2.png);
    width: 16px;
    height: 16px
}

.mj-s-sql-icon {
    background: url(../images/icons/sql.png) 0 3px no-repeat;
    width: 21px;
    height: 16px
}

.mj-s-del-icon {
    background-image: url(../images/icons/delmo.png)
}

.mj-s-del-icon:hover {
    background-image: url(../images/icons/delren.png)
}

.mj-s-del-icon.disabled {
    background-image: url(../images/icons/delmo.png);
    cursor: auto
}

.mj-s-cp-icon {
    background-image: url(../images/icons/copy_normal.png)
}

.mj-s-cp-icon:hover {
    background-image: url(../images/icons/copy_hover.png)
}

.mj-s-seb-icon {
    background: url(../images/icons/lansexl.png) 0 3px no-repeat;
    width: 11px;
    height: 17px
}

.mj-s-sew-icon {
    background: url(../images/icons/baisexl.png) 0 3px no-repeat;
    width: 11px;
    height: 17px
}

.mj-checkbox {
    background: url(../images/icons/checkbox.png) no-repeat;
    width: 14px;
    height: 14px
}

.mj-checkbox.checked {
    background-image: url(../images/icons/checkbox_checked.png)
}

.mj-s-pclose-icon {
    background-image: url(../images/icons/close_1.png);
    width: 24px;
    height: 24px
}

.mj-s-reTit-icon {
    background-image: url(../images/icons/00.png);
    width: 8px;
    height: 16px;
    margin-right: 10px
}

.mj-s-fkey-icon, .mj-s-pkey-icon {
    width: 18px;
    height: 18px;
    cursor: default
}

.mj-s-pkey-icon {
    background-image: url(../images/icons/key_active.png)
}

.mj-s-fkey-icon {
    background-image: url(../images/icons/key_disabled.png)
}

.mj-s-search-icon {
    background: url(../images/icons/sous.png) no-repeat;
    width: 16px;
    height: 16px;
    cursor: default;
    margin-left: 4px;
    padding: 0
}

.mj-btn-1, .publishicon, .publishicons {
    display: inline-block;
    cursor: pointer
}

.mj-s-search-icon.speicon {
    width: 13px;
    background-size: 100% 100%
}

.mj-s-searchw-icon {
    background: url(../images/icons/souw.png) no-repeat;
    margin-right: 4px
}

.mj-s-searchb-icon {
    background: url(../images/icons/sousb.png) no-repeat
}

.mj-s-del5-icon {
    background-image: url(../images/icons/delren.png);
    margin-top: -3px
}

.mj-tip-icon1 {
    background-image: url(../images/icons/define.png)
}

.mj-tip-icon2 {
    background-image: url(../images/icons/anli.png)
}

.mj-tip-icon3 {
    background-image: url(../images/icons/more.png)
}

.mj-qui-ok {
    background-image: url(../images/icons/succ.png);
    width: 24px;
    height: 24px
}

.mj-qui-succ {
    background-image: url(../images/icons/success.png);
    width: 89px;
    height: 13px
}

.mj-share-icon {
    background-image: url(../images/icons/gongx.png)
}

.mj-eg-icon {
    background-image: url(../images/icons/shilsj.png)
}

.mj-list-icon {
    background-image: url(../images/icons/xmlb.png)
}

.mj-new-icon {
    background-image: url(../images/icons/xinj.png)
}

.mj-think-icon {
    background-image: url(../images/icons/yiwen.png);
    width: 20px;
    height: 20px
}

.mj-upload-icon {
    background-image: url(../images/icons/shangc.png);
    width: 54px;
    height: 54px
}

.mj-loading-icon {
    background-image: url(../images/icons/bj.png);
    width: 54px;
    height: 54px
}

.mj-info-icon {
    background-image: url(../images/info.png);
    width: 24px;
    height: 24px
}

.mj-infotext-icon {
    background: url(../images/infomation.png) left top no-repeat;
    width: 150px;
    height: 13px
}

.mj-fullchart-left {
    background: url(../images/icons/xzmr.png) left top no-repeat;
    width: 28px;
    height: 28px
}

.mj-fullchart-left.disable {
    background-image: url(../images/icons/xiangzxz.png)
}

.mj-fullchart-right {
    background: url(../images/icons/xymr.png) center no-repeat;
    width: 28px;
    height: 28px
}

.sortaz, .sortu, .sortza {
    width: 18px;
    height: 18px;
    float: right;
    margin-right: 8px
}

.mj-fullchart-right.disable {
    background-image: url(../images/icons/xiangyouxz.png)
}

.sortaz {
    background: url(../images/icons/jxmo.png) center no-repeat
}

.sortaz.select {
    background: url(../images/icons/jxxz.png) center no-repeat
}

.sortza {
    background: url(../images/icons/sxmo.png) center no-repeat
}

.sortza.select {
    background: url(../images/icons/sxxz.png) center no-repeat
}

.sortu {
    background: url(../images/icons/zdymo.png) center no-repeat
}

.sortu.select {
    background: url(../images/icons/zdyxz.png) center no-repeat
}

.publishicon {
    width: 26px;
    height: 21px;
    background: url(../images/icons/fabu.png) center no-repeat
}

.publishicon.select {
    background: url(../images/icons/fabu1.png) center no-repeat
}

.publishicons {
    width: 13px;
    height: 13px;
    background: url(../images/icons/fabu2s.png) center no-repeat;
    margin-right: 4px;
    vertical-align: middle
}

.publishicons.select {
    background: url(../images/icons/fabus1.png) center no-repeat
}

.mj-s-warnsy-icon {
    background-image: url(../images/warns.png);
    width: 24px;
    height: 24px
}

.mj-btn-1 {
    min-width: 45px;
    padding: 0 20px;
    border: 1px solid #0e8fea;
    text-align: center;
    line-height: 30px;
    background: #fff;
    color: #0e8fea;
    vertical-align: middle
}

.mj-btn-1:hover {
    background: #0e8fea;
    color: #fff
}

.mj-btn-1.disabled {
    border-color: #ccc;
    background: #f5f5f5;
    color: #ccc;
    cursor: default;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0)
}

.mj-btn-1.autoWidth {
    -lh-property: 0;
    width: calc(51% - 85px)
}

.mj-btn-1.bule {
    background: #0e8fea;
    color: #fff
}

.mj-btn-cSave {
    display: block;
    padding: 5px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background: #0e8fea;
    color: #fff
}

.mj-btn, .mj-btn-next {
    display: inline-block;
    text-align: center
}

.mj-btn-cSave:hover {
    color: #f5f5f5
}

.mj-btn-next {
    min-width: 140px;
    padding: 10px 20px;
    background: #0e8fea;
    color: #fff;
    border: none;
    font-size: 16px;
    cursor: pointer
}

.mj-btn-next:hover {
    color: #f5f5f5
}

.mj-btn-next.disabled {
    border: 1px solid #ccc;
    background: #f5f5f5;
    color: #ccc;
    cursor: default;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0)
}

.mj-btn-next.FileIcon, .mj-btn-next.loadIcon {
    background-repeat: no-repeat;
    background-position: 18%;
    text-indent: 25px
}

.mj-btn-next.FileIcon {
    background-image: url(../images/wenjj.png)
}

.mj-btn-next.loadIcon {
    background-image: url(../images/ajax-loader.gif)
}

.mj-btn-next.uploadBtn {
    width: 60%;
    max-width: 217px
}

.mj-btn-next.exp {
    padding: 6px 12px
}

.mj-btn {
    line-height: 26px;
    border-radius: 3px;
    width: 70px;
    padding: 0;
    margin: 9px 6px;
    cursor: pointer
}

.mj-btn.apply-btn {
    background-color: #0e8fea;
    color: #FFF
}

.mj-btn.cancel-btn {
    background-color: #e1e1e1;
    color: #2e3231
}

.mj-p-tool {
    position: absolute;
    top: 5px;
    right: 14px;
    display: none
}

.mj-p-info {
    background-color: #b5ddf1;
    color: #16679f;
    font-size: 14px;
    padding: 5px 20px;
    border-radius: 2px;
    position: relative;
    height: 36px;
    line-height: 26px
}

.mj-p-info:hover {
    background-color: #0e8fea;
    color: #fff
}

.mj-p-info:hover .mj-p-tool {
    display: block
}

.mj-p-groups {
    margin-bottom: 3px;
    background-color: #fbfbfb
}

.mj-p-items {
    border-top: none;
    margin: 0 1px;
    padding-bottom: 10px;
}

.mj-p-item {
    margin-top: 3px;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 4px
}

.mj-p-heading {
    padding: 6px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: 1px solid #dcdcdc;
    cursor: pointer;
    background-color: #ebebeb;
    position: relative;
    color: #333
}

.mj-p-items-list .group-item, .mj-p-items-list .group-item.first-item:last-child,
.mj-p-items-list .group-item.form-item:last-child, .mj-p-items-list .group-item:last-child
{
    border-bottom: 1px dashed #DCDCDC
}

.mj-p-heading:hover .mj-p-tool {
    display: block;
    top: 5px
}

.bus-obj .mj-p-heading .mj-p-tool {
    display: block;
    top: 8px
}

.mj-p-items-list .group-item {
    padding-left: 23px;
    box-shadow: none
}

.mj-p-items-list .group-item .group-item-arrow {
    margin-right: 3px;
    font-size: 10px
}

.mj-p-group-item {
    position: relative;
    display: block;
    padding: 6px 15px;
    box-shadow: 0 1px 0 #dcdcdc;
    text-overflow: ellipsis;
    word-wrap: normal;
    word-break: normal;
    white-space: nowrap;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin: 0 15px
}

.mj-p-group-item:hover .mj-p-tool {
    top: 6px;
    display: block
}

.mj-p-group-item:hover .list_a {
    color: #0e8fe9
}

.mj-p-group-item.current:hover .mj-p-tool .mj-s-delb-icon {
    display: none
}

.mj-p-group-item .allinput {
    height: 28px;
    line-height: 28px;
    width: 80%;
    margin-left: -14px
}

.mj-p-items-list .mj-p-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.mj-p-tit {
    color: #333;
    background: #f5f5f5;
    border: 1px solid #dcdcdc
}

.obj-list .mj-p-heading {
    background: #ebebeb;
    color: #333;
    border-bottom: none
}

.obj-list .mj-p-heading .mj-p-tool {
    top: 6px
}

.obj-list .mj-p-heading:hover .table-name {
    color: #0e8fe9
}

.obj-list .mj-p-group-item {
    color: #666
}

.obj-list .mj-p-group-item:hover {
    color: #333
}

.obj-list .currentField {
    color: #0e8fea
}

.obj-list .field {
    max-length: 100%
}

.obj-list .mj-limit-len {
    max-width: 75%
}

.list_a {
    color: #666
}

.list_a.mj-limit-len {
    max-width: 72%
}

.mj-p-items-list .mj-p-group-item.exp-item {
    border-bottom: 1px solid #dcdcdc
}

.mj-p-group-item .mj-s-shanchug-icon {
    margin-left: 8px
}

input {
    outline: 0
}

.detail-setting {
    width: 96%;
    margin: 20px auto;
    border: 1px solid #dcdcdc;
    padding: 20px 0;
    min-height: 750px
}

.detail-setting .h1, .detail-setting .h2, .detail-setting .h3,
.detail-setting h1, .detail-setting h2, .detail-setting h3 {
    padding: 0;
    margin-top: 0;
    margin-bottom: 20px
}

.detail-top {
    width: 96%;
    margin: 20px auto
}

.detail-top .innerNav {
    padding: 0
}

.querymode, .rawdata {
    font-size: 14px;
    cursor: pointer
}

.editDim .title {
    padding: 5px 5px 0;
    margin: 26px 0
}

.editDim .title .title-border {
    border-bottom: 1px solid red;
    display: inline-block;
    margin-left: 15px;
    font-weight: 700;
    font-size: 14px;
    color: #333;
    margin-bottom: -1px
}

.limit-len {
    max-width: 136px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dim-name {
    background: #ebebeb;
    height: 44px;
    line-height: 44px;
    min-width: 160px;
    display: inline-block;
    text-align: center;
    padding: 0 15px
}

.dim-name .dimName {
    color: #666;
    font-size: 16px
}

.panel-primary.editDim {
    border-radius: 0
}

.inner-form {
    padding: 6px 0
}

.mj-p-info .bds_width {
    height: 26px;
    vertical-align: top;
    line-height: 26px
}

#confObjHolder .jhfs_width, .mj-cen-block .bds1_width {
    width: 100%
}

.mj-cen-block .select-border {
    color: #0e8fea
}

input[type=number], input[type=text], select {
    min-width: 120px;
    background: #fff
}

.mj-list {
    max-width: 300px
}

.mj-center {
    padding: 0 15px;
    width: calc(100% - 600px)
}

.groupslist .panel-info .panel-heading {
    background: #b5ddf1;
    color: #16679f;
    position: relative
}

.groupslist .panel-info .panel-heading:hover {
    background-color: #0e8fea;
    color: #fff
}

.groupslist .panel-info .panel-heading:hover .mj-s-icon {
    background: url(../images/icons/baisexl.png) 0 3px no-repeat
}

.groupslist .draggle-tool {
    position: absolute;
    right: 10px
}

.mj-p-group-item.current .list_a {
    color: #000;
    font-weight: 700
}

.editTableDialog .etbg {
    width: 300px
}

.editTableDialog .bds_width {
    width: 78%;
    display: inline-block
}

.mj-btn-area {
    padding-left: 15px;
    text-align: right
}

.mj-btn-area .redstar {
    display: inline-block;
    padding-right: 5px
}

.mj-set-area .filedList {
    max-height: 354px;
    overflow: auto;
    margin-top: 20px
}

.mj-set-area .filedList .mj-tb-head input {
    vertical-align: top;
    margin-left: 3px
}

.mj-set-area .filedList .mj-tb td, .mj-set-area .filedList .mj-tb th {
    text-align: center;
    vertical-align: middle
}

.mj-center .dim-txt {
    width: 74%
}

.mj-center .dim-sel {
    min-width: 100px
}

#automapDialog .modal-dialog {
    width: 1100px
}

.advconfig .a {
    vertical-align: middle
}

.advconfig .allinput, .advconfig input[type=number] {
    width: 150px
}

#cnzz_stat_icon_1253524178 {
    display: none
}

.out-search {
    border: 1px solid #ccc;
    height: 34px
}

.out-search .search-txt {
    height: 32px;
    width: 88%;
    border: none
}

.out-search:hover {
    border: 1px solid #a0a0a0
}

.addAtutoRow {
    display: inline-block;
    margin-left: 30px;
    color: red
}

.direction.addTableAction.reMargin {
    margin: 0 46px
}

.lenNum {
    position: absolute;
    font-size: 12px
}

.lenNum .lenLim {
    color: #999
}

.isEditing .chartAction {
    display: none
}

.tip-block {
    position: relative;
    padding-left: 16px;
    margin: 4px 4px 10px;
    border-left: 1px solid #dcdcdc
}

.tip-block p {
    padding: 0;
    margin: 0
}

.tip-block .mj-tip-icon1, .tip-block .mj-tip-icon2, .tip-block .mj-tip-icon3
{
    position: absolute;
    left: -6px;
    top: 0;
    background-color: #fff;
    width: 12px;
    height: 18px;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    cursor: default
}

.tip-block .tip-more {
    color: #0e8fea;
    font-size: 12px
}

.tip-block .tip-more:hover {
    text-decoration: underline
}

.acceptAuth, .mjbtn, .outcont a, .rega, .sigup_header .headrig .blog {
    text-decoration: none
}

.relationTip {
    padding-left: 10px
}

.formelename {
    display: inline-block;
    padding-right: 8px
}

.metDialogCon .tab_main {
    margin-bottom: 40px
}

.metDialogCon .tab_main .tab_item {
    padding: 20px 20px 0;
    border: 1px solid #cdcdcd;
    border-top: none;
    border-radius: 0 0 4px 4px;
    position: relative
}

.metDialogCon .tab_main .tab_item .text-right-exp {
    position: absolute;
    bottom: -46px;
    right: 0
}

.metDialogCon .downDir {
    position: relative;
    top: -14px;
    margin-left: 20px;
    font-size: 16px
}

.editTableDialog .out-search {
    position: absolute;
    right: 0;
    width: 300px;
    top: 0;
    border: 1px solid #cdcdcd
}

.mj-p-group-item.spegroupitme {
    padding: 0;
    border: none;
    box-shadow: none;
    margin-top: 10px
}

.dir_msg {
    color: #f89c0b
}

.dir_msg .dir_msg_text {
    font-size: 16px;
    vertical-align: middle;
    padding-left: 10px
}

.tecsetting {
    font-size: 14px;
    height: 30px;
    vertical-align: top;
    width: 85px;
    min-width: 80px
}

.tabel_common .dir_tabel td, .tabel_common .dir_tabel th {
    height: 40px;
    border-right: 1px solid #cdcdcd;
    text-align: center
}

.modal-title .tb_name {
    font-size: 14px;
    padding-left: 10px;
    display: inline-block
}

.tabel_common {
    overflow: auto;
    max-height: 402px
}

.tabel_common .dir_tabel {
    border-left: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd
}

.tabel_common .dir_tabel th {
    background: #ddd
}

.tabel_common .dir_tabel td {
    border-top: 1px solid #cdcdcd
}

.sigup_header {
    height: 66px;
    line-height: 66px;
    border-bottom: 1px solid #F1F0F0
}

.sigup_header .headimg {
    float: left;
    margin-top: 10px;
    margin-left: 20px;
    height: 45px
}

.sigup_header .headrig {
    float: right
}

.sigup_header .headrig .blog {
    width: 70px;
    text-align: center;
    display: inline-block;
    color: #000
}

.sigup_header .headrig .forum {
    border-left: 1px solid #000;
    height: 20px;
    line-height: 20px;
    border-right: 1px solid #000
}

.innerFooter {
    width: 100%;
    background: #1c2b38;
    position: absolute;
    bottom: 0;
    left: 0;
}

.innerFooter .bottom {
    padding: 10px 0;
    position: relative;
    min-width: 1200px
}

.innerFooter .bottom .left_nav {
    width: 1020px;
    height: 100px;
    text-align: center;
    margin: 27px auto 0
}

.innerFooter .bottom .left_nav .footernav {
    color: #fff;
    font-size: 14px;
    border-right: 1px solid #fff;
    padding: 0 16px;
    height: 16px;
    line-height: 16px;
    display: inline-block
}

.innerFooter .bottom .left_nav .bottom_bs {
    font-size: 12px;
    margin: 40px auto 0
}

.innerFooter .bottom .left_nav .bottom_bs .bottom_txt {
    height: 10px;
    line-height: 10px
}

.innerFooter .bottom .qrcode {
    position: absolute;
    right: 0;
    top: 10px
}

.nobottoms {
    position: static
}

img[src="//eiv.baidu.com/hmt/icon/21.gif"] {
    display: none
}

.mjbtn {
    padding: 5px 10px;
    width: 50px;
    text-align: center;
    display: block;
    margin: 100px;
    background: #ddd
}

.mj_boundingBox {
    position: fixed;
    border: 1px solid #ddd;
    height: auto;
    background: #fff;
    min-width: 320px;
    min-height: 100px;
    box-shadow: 0 0 12px #888;
    border-radius: 5px;
    z-index: 9999;
    top: 35%;
    left: 40%
}

.mj_boundingBox .mj-warns {
    width: 24px;
    height: 24px;
    background: url(../images/warns.png);
    display: inline-block
}

.mj_boundingBox .mj-warning {
    width: 92px;
    height: 13px;
    display: inline-block;
    background: url(../images/warning.png)
}

.mj_boundingBox .mj-dels {
    width: 24px;
    height: 24px;
    background: url(../images/dels.png);
    display: inline-block
}

.mj_boundingBox .mj-error {
    width: 66px;
    height: 13px;
    display: inline-block;
    background: url(../images/error.png)
}

.mj_mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .05);
    position: absolute;
    left: 0;
    top: 0
}

.mj_body {
    word-wrap: break-word;
    padding: 0 20px;
    height: 30px;
    line-height: 30px
}

.mj_crdiv {
    width: 400px;
    height: 20px
}

.mj_closeright {
    position: absolute;
    right: -12px;
    top: -12px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    background: url(../images/closes.png)
}

.mj_prompt {
    min-width: 380px;
    min-height: 50px;
    margin: 10px;
    border: 1px solid #ccc;
    outline: 0
}

.mj_alertBtn, .mj_cancelBtn {
    font-weight: 400;
    width: 70px;
    height: 24px;
    line-height: 20px;
    border: 1px solid #f89c0b;
    font-size: 12px;
    cursor: pointer
}

.mj_alertBtn {
    color: #fff;
    background: #f89c0b;
    margin-right: 10px
}

.mj_cancelBtn {
    color: #f89c0b;
    background: #fff
}

.mj_header {
    padding: 10px;
    font-weight: 700;
    background: rgba(227, 227, 229, .55);
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    color: #428bca
}

.mj_closeBtn {
    width: 15px;
    height: 15px;
    line-height: 15px;
    padding: 0;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    color: #6E6767;
    cursor: pointer
}

.mj_footer {
    height: 46px;
    text-align: center;
    font-size: 14px;
    line-height: 46px;
    border-top: 1px solid #ccc;
    clear: both
}

.mj_footer .seta {
    color: #0d89e1
}

.my_content {
    padding: 5px 20px 10px 53px;
    line-height: 20px;
    word-break: break-word
}

.mj_alertCloseBtn {
    width: 70px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #ef470a;
    color: #ef470a;
    background: #fff;
    border-radius: 2px
}

.pupimg {
    padding: 0 27px 27px;
    float: left
}

.confirmimg {
    padding: 0 10px 10px;
    float: left
}

.promptfooter {
    height: 40px;
    font-size: 14px;
    line-height: 30px;
    float: right;
    right: 20px;
    position: relative
}

.mj_cont {
    padding-bottom: 15px
}

.conimg {
    padding-right: 10px;
    height: 24px
}

*, .cls {
    margin: 0;
    padding: 0
}

.inblock {
    display: inline-block;
    vertical-align: top
}

.window_mask {
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity = 30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -webkit-opacity: .3;
    -moz-opacity: .3;
    opacity: .3;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9998
}

.mj-md-1 {
    width: 8.33333333%
}

.mj-md-2 {
    width: 16.66666667%
}

.mj-md-3 {
    width: 25%
}

.mj-md-4 {
    width: 33.33333333%
}

.mj-md-5 {
    width: 41.66666667%
}

.mj-md-6 {
    width: 50%
}

.mj-md-7 {
    width: 58.33333333%
}

.mj-md-8 {
    width: 66.66666667%
}

.mj-md-9 {
    width: 75%
}

.mj-md-10 {
    width: 83.33333333%
}

.mj-md-11 {
    width: 91.66666667%
}

.mj-md-12, .mj-tb {
    width: 100%
}

.mj-md {
    position: relative;
    min-height: 1px;
    float: left
}

.cls {
    clear: both
}

.mojing-tip-con {
    position: absolute;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    padding: 6px 10px;
    z-index: 99999999;
    word-break: normal;
    word-wrap: break-word;
    white-space: normal;
    background: #fff;
    font-size: 13px;
    max-width: 240px;
    box-shadow: 0 0 10px #B6B3B3;
    display: none
}

.mj-limit-len, .mj-sm-1, .mj-sm-2, .mj-sm-3, .mj-sm-4, .mj-sm-5 {
    display: inline-block
}

.tb-head-fixed .mj-tb {
    margin-bottom: 0
}

.tb-body {
    max-height: 450px;
    overflow: auto;
    margin-bottom: 20px
}

.below, .mj-group, .mj-limit-len {
    overflow: hidden
}

.tb-body .mj-tb {
    margin-bottom: 0
}

.mj-tb {
    table-layout: fixed;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    max-width: 100%;
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: collapse
}

.mj-tb .mj-tb-head {
    background: #f5f5f5
}

.mj-tb tr:hover {
    background-color: #f6f6f6
}

.mj-tb td, .mj-tb th {
    padding: 8px;
    line-height: 1.42857143;
    border-top: 1px solid #dcdcdc;
    word-wrap: break-word
}

.mj-tb .mj-td {
    width: 80px;
    text-align: center
}

.out-mj-tb {
    padding-top: 20px
}

.mj-limit-len {
    max-width: 80%;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap
}

.mj-cen-block {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    padding: 15px
}

.mj-cen-block .mj-block-tit {
    padding: 5px 5px 0 20px;
    margin: 26px 0;
    line-height: 26px;
    border-bottom: 1px solid #CCC
}

.mj-cen-block .mj-block-tit .mj-tit-border {
    border-bottom: 1px solid red;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    color: #333;
    margin-bottom: -1px
}

.mj-inner-block, .mj-list-list, .mj-list-search {
    border: 1px solid #dcdcdc
}

.mj-cen-block .text-right, .mj-group {
    margin-bottom: 20px
}

.mj-cen-block .text-padding {
    padding-left: 20px
}

.mj-cen-block .mj-group {
    margin-left: 20px
}

.mj-sm-1 {
    width: 15%;
    vertical-align: middle
}

.mj-sm-2 {
    width: 30%
}

.mj-sm-3 {
    width: 40%
}

.mj-sm-4 {
    width: 68%
}

.mj-sm-5 {
    width: 83.77%
}

.mj-inner-block {
    padding-top: 20px
}

.mj-list-out {
    margin-bottom: 3px
}

.mj-list-out .mj-limit-len {
    width: 80%;
    cursor: pointer
}

.mj-list-head {
    height: 36px;
    background: #b5ddf1;
    text-indent: 15px;
    line-height: 36px;
    color: #16679f
}

.mj-list-head:hover {
    background-color: #0e8fea;
    color: #fff
}

.mj-list-list {
    padding: 8px 12px;
    max-height: 450px;
    overflow: auto
}

.mj-list-search {
    margin-bottom: 8px
}

.mj-list-search .mj-txt {
    height: 32px;
    width: 89%;
    border: none
}

.mj-list-item {
    margin: 2px 0;
    padding: 0;
    background: #f4f4f4;
    border-radius: 3px;
    border: 1px solid #E5E5E5;
    position: relative
}

.mj-list-item .dropdown {
    position: absolute;
    top: 0;
    right: 0;
    display: none
}

.mj-draggle, .mj-list-item:hover .dropdown {
    display: block
}

.mj-list-item .fa-arrow-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 39px;
    height: 39px;
    text-align: center;
    line-height: 35px;
    z-index: 2
}

.mj-guid-block, .mj-mask {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.mj-draggle {
    padding: 8px 10px 8px 15px;
    cursor: move;
    color: #666
}

.mj-drag-area {
    padding: 5px;
    border: 1px dashed #dcdcdc;
    min-height: 60px;
    margin-left: 15px
}

.mj-set-area {
    min-height: 416px;
    margin-left: 15px
}

.mj-guid-block {
    min-height: 540px
}

.mj-mask {
    background-color: #000;
    opacity: .4;
    z-index: 9;
    filter: alpha(opacity = 40)
}

.mj-guid {
    position: absolute;
    width: 454px;
    height: 444px;
    z-index: 10
}

.mj-guid-next {
    position: absolute;
    display: inline-block;
    height: 40px;
    width: 192px;
    bottom: 14px;
    left: 144px;
    cursor: pointer
}

.mj-guid-one {
    top: 58px;
    left: 79px;
    background: url(../images/guid01.png) center no-repeat
}

.mj-guid-two {
    top: 62px;
    left: 83px;
    background: url(../images/guid02.png) center no-repeat
}

.mj-guid-three {
    right: 146px;
    background: url(../images/guid03.png) center no-repeat
}

.mj-guid-three .mj-guid-next {
    bottom: 64px;
    left: 160px
}

.mj-guid-noshow {
    position: absolute;
    bottom: 66px;
    right: 0
}

.mj-guid-noshow span {
    display: inline-block;
    vertical-align: top;
    color: #f1f1f1
}

.mj-mask-inner {
    position: relative
}

.mj-quk-succ, .mj-quk-succ .quk-mask {
    position: absolute;
    width: 100%;
    height: 100%
}

.mj-quk-succ {
    top: 0;
    left: 0;
    z-index: 999
}

.mj-quk-succ .quk-mask {
    z-index: 1000;
    background-color: #fff;
    opacity: 0;
    filter: alpha(opacity = 0)
}

.mj-quk-succ .quk-wrap {
    display: table;
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 9999
}

.mj-quk-succ .quk-inner {
    display: table-cell;
    vertical-align: middle
}

.mj-quk-succ .quk-body {
    position: relative;
    width: 420px;
    padding: 16px;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    margin: 0 auto;
    background: #f8f8f8;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
}

.mj-quk-succ .quk-body .quk-close {
    position: absolute;
    right: -12px;
    top: -12px
}

.mj-quk-succ .quk-body .quk-icon {
    height: 30px;
    cursor: default
}

.mj-quk-succ .quk-body .quk-suss {
    margin-top: 2px;
    margin-left: 8px;
    cursor: default
}

.mj-quk-succ .quk-body .quk-smg {
    padding-left: 36px
}

.mj-quk-succ .quk-body .a {
    font-weight: 700;
    color: #428bca
}

.mj-quk-succ .quk-body .a:hover {
    color: #428bca
}

.mj-quk-succ .quk-body .quk-btn {
    text-align: right
}

@-webkit-keyframes fadeOut { 0%{
    opacity: 1
}

100%{
    opacity
    :
            0;display
:none
}
}
@keyframes fadeOut { 0%{
    opacity: 1
}

100%{
    opacity
    :
            0;display
:none
}
}
.success-tip {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -144px;
    z-index: 9999999999;
    width: 288px;
    padding: 10px 10px 20px 78px;
    background: #fff;
    display: none;
    box-shadow: 0 1px 10px rgba(20, 20, 20, .5)
}

.success-tip .tip-close {
    position: absolute;
    top: -9px;
    right: -4px;
    width: 21px;
    height: 21px;
    cursor: pointer;
    background: url(../images/success_close.png) left top no-repeat
}

.success-tip .tip-icon {
    float: left;
    width: 24px;
    height: 24px;
    background: url(../images/success_icon.png) left top no-repeat;
    margin-top: 10px;
    margin-right: 10px
}

.success-tip .tip-content {
    padding-top: 10px
}

.success-tip.visible {
    display: block;
    -webkit-animation: fadeOut 2s 1s 1;
    animation: fadeOut 2s 1s 1
}

.topwidth {
    width: 100%;
    height: 66px;
    line-height: 66px;
    border-bottom: 1px solid #cdcdcd
}

.topwidth .topnav {
    margin: 0 auto
}

.topwidth .topnav .navimg {
    float: left
}

.topwidth .topnav .navimg .regimg {
    height: 45px;
    float: left;
    margin-top: 10px;
    margin-left: 20px
}

.topwidth .topnav .navright {
    float: right;
    position: relative
}

.topwidth .topnav .navright .rega1, .topwidth .topnav .navright .rega2,
.topwidth .topnav .navright .rega3, .topwidth .topnav .navright .rega4
{
    float: left;
    width: 158px;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    cursor: pointer;
    font-size: 16px;
    color: #333;
    padding-left: 52px;
    margin-top: 26px;
    border: 1px solid #cdcdcd
}

.topwidth .topnav .navright .rega1 {
    background: url(../images/yun.png) 12% 50% no-repeat
}

.topwidth .topnav .navright .rega2 {
    background: url(../images/jic.png) 12% 50% no-repeat
}

.topwidth .topnav .navright .rega3 {
    background: url(../images/gaoj.png) 12% 50% no-repeat
}

.topwidth .topnav .navright .rega4 {
    background: url(../images/hadoop.png) 12% 50% no-repeat
}

.topwidth .topnav .navright .regred1, .topwidth .topnav .navright .regred2,
.topwidth .topnav .navright .regred3, .topwidth .topnav .navright .regred4
{
    width: 158px;
    margin-right: 20px;
    font-size: 16px;
    box-shadow: 2px -6px 12px #cdcdcd;
    height: 50px;
    line-height: 50px;
    margin-top: 16px;
    border-bottom: 2px solid #fff;
    float: left;
    cursor: pointer
}

.topwidth .topnav .navright .regred1 {
    color: #f1470c
}

.topwidth .topnav .navright .regred2 {
    color: #3f85b6
}

.topwidth .topnav .navright .regred3 {
    color: #14b7d8
}

.topwidth .topnav .navright .regred4 {
    color: #7b4bb9
}

.below {
    width: 1200px;
    margin: 0 auto;
    height: 710px;
    padding: 25px 0
}

.below .leftintro {
    width: 650px;
    float: left;
    padding: 60px 0;
    height: 640px
}

.below .leftintro .poimg {
    position: relative;
    top: -50px;
    left: 0
}

.below .leftintro .intr1 {
    padding: 70px 0
}

.below .leftintro .info_01 .basic_01 {
    font-size: 22px;
    margin-top: 60px
}

.below .leftintro .info_01 .basic_02 {
    font-size: 36px;
    line-height: 32px
}

.below .leftintro .info_01 .basic_03 {
    font-size: 16px
}

.below .leftintro .info_02 .h_intr01 {
    position: relative;
    top: 60px;
    left: 250px;
    font-size: 24px
}

.below .leftintro .info_02 .h_intr02 {
    position: relative;
    top: 50px;
    left: 250px;
    font-size: 33px
}

.below .leftintro .info_02 .h_intr03 {
    position: relative;
    top: 42px;
    left: 250px;
    font-size: 18px
}

.below .leftintro .info_03 {
    min-height: 500px
}

.below .leftintro .info_03 .had_intr01 {
    font-size: 20px;
    position: relative;
    left: 100px;
    top: 400px;
    line-height: 40px
}

.below .leftintro .info_03 .had_intr02 {
    font-size: 32px;
    position: relative;
    left: 100px;
    top: 390px;
    line-height: 30px
}

.below .leftintro .info_03 .had_intr03 {
    font-size: 16px;
    position: relative;
    left: 100px;
    top: 390px;
    line-height: 30px
}

.below .rightreg {
    width: 480px;
    float: left;
    padding-left: 80px
}

.below .rightreg .mjuser {
    font-size: 24px;
    height: 46px
}

.below .rightreg .in_width {
    height: 42px;
    position: relative
}

.below .rightreg .in_width .loginwidth {
    width: 380px;
    height: 32px;
    line-height: 32px
}

.below .rightreg .in_width .logcodewidth {
    width: 260px;
    height: 32px;
    line-height: 32px
}

.below .rightreg .in_width .getcode, .below .rightreg .in_width .verimg
{
    width: 110px;
    margin-left: 6px;
    vertical-align: top;
    height: 32px;
    line-height: 32px
}

.below .rightreg .in_width .enter_info {
    position: absolute;
    right: 25px;
    line-height: 32px;
    color: #ef4709
}

.below .rightreg .in_width .sendsuc {
    color: #369e36 !important
}

.below .rightreg .in_width .mob_info {
    right: 145px
}

.below .rightreg .in_width .verimg {
    border: 1px solid #ccc;
    cursor: pointer
}

.below .rightreg .in_width .getcode {
    border: 1px solid #0e8fea;
    display: inline-block;
    text-align: center
}

.below .rightreg .in_width .labels {
    color: red;
    height: 32px;
    vertical-align: top;
    line-height: 32px
}

.below .rightreg .regbtn, .below .rightreg .regbtn:hover {
    background: #0e8fea;
    color: #fff
}

.below .rightreg .regbtn {
    width: 380px;
    cursor: pointer;
    border-radius: 2px;
    border: none;
    font-size: 16px
}

.below .rightreg .regbtn.disabled {
    border-color: #ccc;
    background: #f5f5f5;
    color: #ccc;
    cursor: default
}

.below .rightreg .backsignin {
    height: 32px;
    line-height: 32px;
    clear: both
}

.below .rightreg .againwidth {
    height: 30px
}

.topnav {
    margin: 0 auto
}

.topnav .lileft {
    margin-left: 240px
}

.mainwrap .signwrap {
    padding-bottom: 150px;
}

.mj-deal {
    height: 380px;
    overflow-y: scroll
}

.allinput, .bds_width, .db_width, .db_widthtw, .ds_width, .glsz_width,
.pro_width, .wd_width, .xsmc_width {
    height: 32px
}

.tipcolor {
    color: #ef470a
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset
}

.noradius {
    border-radius: 0
}

.allinput {
    border: 1px solid #ccc;
    font: inherit;
    line-height: 32px;
    font-size: 14px;
    color: #000;
    vertical-align: middle;
    padding-left: 14px;
    outline: 0
}

.allinput:hover {
    border: 1px solid #a0a0a0
}

.inperror, .inperror:hover {
    border: 1px solid #ef470a;
    box-shadow: 8px 0 0 #ef470a inset
}

.db_widthtw {
    width: 100%
}

.ds_width {
    width: 50%
}

.wd_width {
    width: 100%
}

.bds_width {
    width: 50%
}

.bds1_width {
    height: 134px
}

.add_width, .fz_width, .jhfs_width, .lx_width, .mo_width, .ywtj_width {
    height: 32px
}

.lx_width {
    width: 50%
}

.ywtj_width {
    vertical-align: top;
    width: 49%;
    line-height: 32px
}

.mo_width {
    width: 100%
}

.xzts_width {
    width: 15%
}

.bbm_wdith {
    width: 75%
}

.xxsz_width {
    width: 80%
}

.sssq_Width {
    width: 20%
}

.dbAll .dbname {
    background-color: #0e8fea;
    color: #fff;
    height: 46px;
    line-height: 46px;
    text-indent: 25px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.dbAll .dblist {
    border: 1px solid #0e8fea;
    padding: 8px 12px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.fivenextbtn {
    margin-top: 14px;
    margin-left: 40px
}

.db_btn, .db_btn:hover {
    background: #0e8fea;
    color: #fff;
    padding: 12px 34px;
    border: none;
    text-align: center;
    font-size: 16px;
    border-radius: 2px
}

.helpset {
    position: relative;
    padding: 0;
    border: none
}

.helpintro {
    position: relative;
    top: 57px;
    margin-left: 33.5%
}

.modal-header {
    padding: 10px 15px
}

.modal-title {
    background: url(../images/popup-title.png) 5px center no-repeat;
    padding-left: 18px
}

/* .modal-header .close, .modal-header button.close {
	background: url(../images/popup-close.png) 0 center no-repeat;
	opacity: 1;
	width: 21px;
	top: -4px;
	position: absolute;
	right: -4px
} */

.modal-header .close span, .modal-header button.close span {
    opacity: 0
}

.nav>li>a:focus, .nav>li>a:hover {
    background: 0 0
}

.browser-tip {
    background: #fffbcc;
    line-height: 26px;
    border-bottom: 1px solid #F4E97F;
    text-align: center;
    font-size: 12px;
    color: #434343;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.browser-tip p {
    margin: 0
}

.firstppop .mj-info-icon {
    margin-right: 10px
}

.firstppop .quk-mask {
    background-color: #000;
    opacity: .4;
    filter: alpha(opacity = 40)
}

.firstppop .mj-info-icon, .firstppop .mj-infotext-icon {
    cursor: default
}

.checkboxicon, .firstproject .exp-img {
    cursor: pointer
}

.firstproject {
    min-height: 830px
}

.firstproject .innerNav {
    border-bottom: 1px solid #cdcdcd
}

.firstproject .project-block {
    width: 800px;
    margin: 0 auto
}

.firstproject .projectname {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
    padding: 40px 0
}

.firstproject .projectstep {
    position: relative;
    border-top: 1px solid #cdcdcd;
    margin-bottom: 40px;
    width: 645px
}

.firstproject .projectstep .stepicon {
    position: absolute;
    top: -13px;
    width: 27px;
    height: 27px
}

.firstproject .projectstep .steptext {
    display: inline-block;
    padding-top: 20px;
    text-align: center
}

.firstproject .projectstep .steptext1 {
    padding-left: 62px
}

.firstproject .projectstep .steptext2 {
    padding-left: 142px
}

.firstproject .projectstep .steptext3 {
    padding-left: 108px
}

.firstproject .projectstep .stepone {
    left: 84px;
    background: url(../images/icons/bz1.png) center no-repeat
}

.firstproject .projectstep .steptwo {
    left: 300px;
    background: url(../images/icons/bz2.png) center no-repeat
}

.firstproject .projectstep .stepthree {
    left: 514px;
    background: url(../images/icons/bz3.png) center no-repeat
}

.firstproject .datasource li {
    position: relative;
    display: inline-block
}

.firstproject .datasource li:hover .mask, .firstproject .datasource li:hover .upload
{
    display: block
}

.firstproject .datasource .center {
    margin: 0 36px
}

.firstproject .datasource .name {
    color: #207347;
    font-weight: 700;
    position: absolute;
    top: 110px;
    width: 188px;
    text-align: center;
    left: 0
}

.firstproject .btn-area {
    margin-top: 80px;
    text-align: right
}

.firstproject .mask {
    width: 188px;
    height: 188px;
    position: absolute;
    top: 0;
    background: #000;
    opacity: .4;
    z-index: 10;
    display: none
}

.firstproject .mask .mj-think-icon {
    position: absolute;
    right: 6px;
    top: 6px
}

.firstproject .upload {
    position: absolute;
    top: 67px;
    left: 67px;
    z-index: 20;
    display: none;
    width: 54px;
    height: 54px
}

.firstproject .on {
    display: block
}

.firstproject .off {
    display: none
}

.firstproject .loadingimg {
    display: inline-block;
    margin-left: 15px;
    margin-top: 15px
}

.pop-analyse .hiddenstep, .stepnone {
    display: none
}

.firstproject .fileInput {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%;
    cursor: pointer
}

.firstproject .datasourcetip {
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-top: 20px
}

.container {
    width: 80%;
    margin: 0 auto
}

.pop-analyse {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 19998;
    padding: 0
}

.pop-analyse .animal-back {
    background: rgba(0, 0, 0, .4)
}

.pop-analyse .chart-nextbtn, .pop-analyse .showdemobtn, .pop-analyse .start-openbtn
{
    width: 193px;
    height: 40px;
    border: none;
    background: rgba(0, 0, 0, 0)
}

.pop-analyse .analyse-one {
    z-index: 19999;
    position: relative;
    top: 227px;
    left: 20px;
    transition: all .5s
}

.pop-analyse .on {
    display: block
}

.pop-analyse .analyse-ones {
    position: relative;
    top: 153px;
    left: 20px;
    transition: all .5s
}

.pop-analyse .showdemobtn {
    position: relative;
    top: -163px;
    left: 196px
}

.pop-analyse .changes-analyse-one {
    -webkit-transform: translate(270px, -92px);
    -ms-transform: translate(270px, -92px);
    transform: translate(270px, -92px)
}

.pop-analyse .analyse-onea {
    position: relative;
    top: 140px;
    left: 300px;
    display: none
}

.pop-analyse .analyse-two {
    position: relative;
    top: 270px;
    left: 20px;
    display: none;
    transition: all .5s
}

.pop-analyse .changes-analyse-two {
    -webkit-transform: translate(625px, -207px);
    -ms-transform: translate(625px, -207px);
    transform: translate(625px, -207px)
}

.pop-analyse .analyse-twoa {
    position: relative;
    top: 104px;
    left: 650px;
    display: none
}

.pop-analyse .analyse-sizer {
    display: none
}

.pop-analyse .sizer-unfold {
    display: none;
    position: fixed;
    top: 0
}

.pop-analyse .save-unfold {
    display: block;
    position: fixed;
    top: 0
}

.pop-analyse .chart-nextbtn {
    position: relative;
    top: 534px;
    left: 743px
}

.pop-analyse .start-openbtn {
    position: relative;
    top: 340px;
    left: 853px
}

.analyse-back {
    background: #fff
}

.icon-data-mind-loading {
    width: 30px;
    display: inline-block
}

.board-select-list {
    border: 1px solid #CCC;
    padding: 10px 0;
    margin-top: -1px;
    max-height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
    display: none
}

.board-select-list li {
    padding: 5px 20px
}

.board-select-list li.current, .board-select-list li:hover {
    background: #DDD
}

.mt20 {
    margin-top: 20px
}

.board-select-handle {
    padding: 5px 20px;
    border: 1px solid #CCC;
    display: block;
    background: url(../images/icons/arrow.png) right 15px center no-repeat
}

.outcont {
    width: 1072px;
    margin: 0 auto
}

.outcont input {
    background: 0 0
}

.outcont .header {
    position: relative;
    height: 138px;
    background: url(../images/dengb.png) center no-repeat
}

.outcont .lorelogo {
    position: absolute;
    height: 68px;
    width: 140px;
    bottom: 32px;
    left: 379px
}

.outcont .nameblock {
    position: relative;
    top:8px;
    height: 102px;
    background: url(../images/yunpt.png) 233px 50px no-repeat;
    background-size:110px;
}

.outcont .centerblock {
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    box-shadow: 0 1px 2px #B6B3B3
}

.outcont .leftimage {
    display: inline-block;
    width: 414px;
    height: 250px;
    margin: 0 35px 0 56px
}

.outcont .leftimage.reg {
    background: url(../images/gg1.jpg) center no-repeat
}

.outcont .leftimage.login {
    position: relative;
    top:-20px;
    background: url(../images/gg2.png) center no-repeat;
    background-size:330px;
}

.outcont .contblock {
    min-height: 320px;
    padding-bottom: 50px
}

.outcont .line {
    display: inline-block;
    width: 3px;
    height: 273px;
    background: url(../images/fenge.png) center no-repeat
}

.outcont .rightform {
    display: inline-block;
    vertical-align: top;
    padding-top: 15px;
    position: relative;
    min-width: 338px
}

.outcont .rightform .login .reg-link {
    margin-top: -75px;
    position: absolute;
    left: 308px;
    width: 38px;
    margin-right: 0
}

.outcont .rightform .login .formtxt {
    border: 1px solid #cdcdcd;
    height: 34px;
    line-height: 32px;
    vertical-align: top;
    padding-left: 38px;
    width: 276px
}

.outcont .rightform .login .formtxt.formtxtspe {
    width: 52%;
    padding-left: 10px
}

.outcont .rightform .login .formtxt.on {
    border-color: #0e8fe9
}

.outcont .rightform .login .formbottom {
    text-align: center
}

.outcont .rightform .login .forget {
    display: inline-block;
    color: #0e8fe9;
    margin-left: 10px
}

.outcont .rightform .reg .formtxt {
    display: inline-block;
    width: 276px;
    height: 34px;
    line-height: 32px;
    border: 1px solid #cdcdcd;
    padding: 0 5px;
    min-width: 60px
}

.outcont .rightform .reg .formtxt.formtxtspe {
    width: 130px
}

.outcont .rightform .reg .formtxt.on {
    border-color: #0e8fe9
}

.outcont .rightform .quicklogin {
    width: 338px;
    display: none
}

.outcont .rightform .quicklogin.on {
    display: block
}

.outcont .rightform .quicklogin .quick-wrap {
    width: 300px;
    padding-left: 60px;
    margin: 0 auto;
    text-align: center
}

.outcont .rightform .quicklogin .quick-wrap .useravaster {
    width: 130px;
    height: 130px;
    margin: 0 auto;
    padding: 20px
}

.outcont .formobj {
    padding: 5px 0;
    position: relative
}

.outcont .lagu {
    padding-left: 74px;
}

.outcont .btnarea {
    padding-left: 74px
}

.outcont .inputname {
    display: inline-block;
    color: #000;
    padding-right: 14px;
    height: 36px;
    vertical-align: top;
    line-height: 39px;
    text-align: right;
    width: 60px
}

.getcode, .outcont .footertxt {
    text-align: center
}

.outcont .regnavitem {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 8px;
    padding-left: 45px;
    border-bottom: 2px solid #fff;
    color: #666
}

.outcont .regnavitem.on {
    border-bottom: 2px solid #0e8fe9
}

.outcont .regnavspe {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle
}

.checkboxmsg, .resetPsd {
    vertical-align: top;
    line-height: 20px
}

.outcont .regnav {
    position: absolute;
    left: 73px;
    top: -66px
}

.outcont .regnav.off {
    display: none
}

.outcont .regnav.on {
    display: block
}

.checkboxicon, .inputicon, .rega {
    display: inline-block
}

.outcont .login-link {
    position: absolute;
    top: -61px;
    right: 0
}

.outcont .footer {
    margin-top: 30px
}

.outcont .footertxt span {
    display: inline-block;
    padding-right: 10px
}

.outcont .footertxt .years {
    padding: 0
}

.inputicon {
    width: 18px;
    height: 34px;
    position: absolute;
    left: 76px
}

.relotip {
    position: absolute;
    right: 8px;
    top: 14px;
    color: #FF6161;
    background-color: #fff;
    z-index: -1
}

.relotip.relotipspe {
    right: 155px
}

.rega {
    color: #666;
    margin-right: 10px
}

.account {
    background: url(../images/userzh.png) center no-repeat
}

.pwd {
    background: url(../images/pass.png) center no-repeat
}

.autologin {
    position: relative;
    height: 20px;
    top: 7px
}

.usercheckbox {
    position: absolute;
    left: 80px;
    z-index: -3;
    opacity: 0;
    filter: alpha(opacity = 0)
}

.checkboxicon {
    width: 16px;
    height: 20px;
    background: url(../images/wxz.png) center no-repeat
}

.checkboxicon.on {
    background: url(../images/xz.png) center no-repeat
}

.checkboxicon.error {
    background: url(../images/icons/checkwrong_icon.png) center no-repeat
}

.checkboxmsg {
    cursor: default;
    color: #666
}

.resetPsd {
    float: right;
    color: #0e8fe9
}

.lorebtn {
    height: 42px;
    background: #0a8d83;
    border: none;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 8px;
    cursor: pointer;
    margin: 20px 0 10px
}

.acceptAuth, .getcode {
    display: inline-block;
    vertical-align: top;
    color: #0e8fe9;
    cursor: pointer
}

.getcode {
    height: 34px;
    border: 1px solid #0e8fe9;
    line-height: 34px;
    width: 142px
}

.getcode.disabled {
    cursor: default;
    background-color: #F5F5F5;
    color: #A9A9A9;
    border-color: #D8D7D7
}

.imagecode {
    cursor: pointer
}

.modal-wrap {
    display: table;
    height: 100%;
    margin: 0 auto
}

.modal-wrap .modal-dialog {
    display: table-cell;
    vertical-align: middle
}

.eulaDialog .modal-footer:after {
    clear: both
}

.eulaDialog .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity = 20);
    opacity: .2
}

.eulaDialog .close:focus, .eulaDialog .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity = 50);
    opacity: .5
}

.eulaDialog button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    border: 0
}

.eulaDialog .modal-open {
    overflow: hidden
}

.eulaDialog .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.eulaDialog .modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.eulaDialog .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.eulaDialog .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.eulaDialog .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.eulaDialog .modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.eulaDialog .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000
}

.eulaDialog .modal-backdrop.fade {
    filter: alpha(opacity = 0);
    opacity: 0
}

.eulaDialog .modal-backdrop.in {
    filter: alpha(opacity = 50);
    opacity: .5
}

.eulaDialog .modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.eulaDialog .modal-header .close {
    margin-top: -2px
}

.eulaDialog .modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-weight: 400
}

.eulaDialog .modal-body {
    position: relative;
    padding: 15px
}

.eulaDialog .modal-footer {
    padding: 15px;
    text-align: right
}

.eulaDialog .modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.eulaDialog .modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.eulaDialog .modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.eulaDialog .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.eulaDialog .modal-header .close, .eulaDialog .modal-header button.close
{
    background: url(../images/popup-close.png) 0 center no-repeat;
    opacity: 1;
    width: 21px;
    top: -4px;
    position: absolute;
    right: -4px
}

.eulaDialog .eula {
    width: 900px;
    margin: 50px auto;
    display: table-cell;
    vertical-align: middle
}

.eulaDialog .modal.on, .eulaDialog .modal.showeula {
    display: block
}

.eulaDialog .eula .eula-body {
    overflow: auto;
    padding: 0 15px;
    height: 500px
}

.error-msg {
    color: #FF6161
}

.eulaDialog .formtxt {
    height: 34px;
    border: 1px solid #cdcdcd;
    outline: 0;
    width: 76%;
    padding: 0 2%
}

.eulaDialog .formtxt.formtxtspe {
    width: 30%;
    min-width: 0;
    padding-left: 10px
}

.eulaDialog .formtxt.on {
    border-color: #0e8fe9
}

.eulaDialog .inputname {
    display: inline-block;
    color: #000;
    padding-right: 4%;
    vertical-align: top;
    text-align: right;
    width: 18%;
    line-height: 36px
}

.eulaDialog .formobj {
    position: relative;
    margin-bottom: 10px
}

.eulaDialog .formobj.last {
    margin: 0;
    text-align: right
}

.eulaDialog .modal-header {
    position: relative
}

.eulaDialog .modal-footer {
    border: none;
    padding-top: 0
}

.eulaDialog .link {
    position: absolute;
    top: 14px;
    color: #666;
    right: 30px
}

.indexlogin .inputname, .indexreg .eula .inputname {
    color: #000;
    vertical-align: top;
    text-align: right;
    line-height: 36px
}

.eulaDialog .expobj {
    margin: 0;
    padding-left: 19%
}

.eulaDialog .getcode {
    width: 40%
}

.eulaDialog .relotip {
    top: 8px;
    z-index: 1
}

.eulaDialog .formsel {
    height: 34px;
    border: 1px solid #cdcdcd;
    width: 258px;
    padding: 0;
    margin: 0
}

.indexinfo .eula {
    width: 546px
}

.indexinfo .eula .eula-body {
    height: 290px;
    overflow: inherit
}

.indexinfo .eula .eula-body .formtxt {
    width: 47%
}

.indexinfo .eula .eula-body .msginfo {
    left: 8px;
    top: 0;
    display: inline-block;
    position: relative
}

.indexinfo .eula .eula-body .msginfo.off {
    display: none
}

.indexinfo .eula .formsel {
    width: 60%
}

.indexlogin .eula {
    width: 565px
}

.indexlogin .eula .exp-body {
    min-height: 186px;
    max-height: 245px;
    padding: 0 15px
}

.indexlogin .eula .msginfo {
    left: 320px;
    top: 2px
}

.indexlogin .formtxt {
    width: 240px;
    padding: 0 0 0 32px
}

.indexlogin .inputname {
    display: inline-block;
    padding-right: 10px;
    width: 60px
}

.indexlogin .inputicon {
    left: 72px
}

.indexlogin .expobj {
    padding-left: 60px
}

.indexlogin .autologin, .indexlogin .lorebtn {
    width: 240px
}

.indexreg .eula {
    width: 500px
}

.indexreg .eula .eula-body {
    height: 400px;
    overflow: inherit
}

.indexreg .eula .msginfo {
    top: 2px;
    left: 320px
}

.indexreg .eula .formtxt {
    width: 240px;
    padding: 0 0 0 6px
}

.indexreg .eula .inputname {
    display: inline-block;
    padding-right: 10px;
    width: 60px
}

.indexreg .eula .formtxtspe {
    width: 92px
}

.indexreg .eula .getcode {
    width: 142px
}

.indexreg .eula .lorebtn {
    width: 240px
}

.indexreg .eula .expobj {
    padding-left: 60px
}

.mregsuccess {
    background-color: #f3f5f4
}

.mregsuccess .inner {
    text-align: center
}

.mregsuccess .header {
    background-color: #fff
}

.mregsuccess .loginnow {
    display: inline-block;
    width: 158px;
    height: 40px;
    border: 1px solid #0e8fea;
    border-radius: 2px;
    color: #0e8fea;
    background: #f3f5f4;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    letter-spacing: 2px
}

.mregsuccess .loginnow:hover {
    color: #2C9EEE
}

.mregsuccess .regsucc {
    margin-top: 200px
}

.mregsuccess .regsucctxt {
    margin: 30px 0;
    font-size: 18px
}

.publishdia .eula {
    width: 650px
}

.publishdia .formtxt {
    width: 50%
}

.publishdia .formselect {
    height: 34px;
    border: 1px solid #cdcdcd;
    outline: 0;
    width: 26%
}

.publishdia .formtextarea {
    height: 120px;
    border: 1px solid #cdcdcd;
    outline: 0;
    width: 72%;
    padding: 0 2%
}

.publishdia .formobj {
    margin-bottom: 16px
}

.publishdia .eula .eula-body {
    height: 330px;
    padding-top: 30px
}

.publishdia .relotip {
    right: 88px
}

.activity .actdet {
    font-size: 16px;
    margin-top: 10px
}

.activity .eula {
    width: 1000px
}

.activity .eula .eula-body {
    height: 440px
}

.activity .invitearea {
    position: absolute;
    width: 40px;
    height: 325px;
    right: -40px;
    background-color: #0168b7;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 18px;
    color: #fff;
    padding: 25px 10px 10px;
    cursor: pointer
}

.activity .gotopay, .payway .gotonext {
    font-size: 16px;
    color: #666;
    cursor: pointer
}

.activity .actdatades {
    margin-top: 40px
}

.activity .actdatades li {
    display: inline-block;
    text-align: center;
    padding-left: 28px;
    position: relative
}

.activity .actdatades li img {
    border: 1px solid #cecece
}

.activity .gotopay {
    width: 166px;
    height: 42px;
    display: inline-block;
    background-color: #f7f7f7;
    border: 1px solid #8f8f8f;
    border-radius: 4px;
    line-height: 42px;
    text-align: center
}

.activity .gotopay .btnfont {
    font-weight: 700;
    display: inline-block;
    background-color: #Fff;
    height: 40px;
    padding: 0 10px
}

.activity .paybtn {
    text-align: center;
    margin: 20px 0
}

.activity .actdes {
    font-size: 16px
}

.activity .actahth {
    text-align: right;
    width: 100%;
    display: inline-block;
    margin-top: 20px
}

.activity .actdataname {
    font-weight: 700
}

.activity .actdataall {
    font-size: 16px;
    border: 1px solid #cdcdcd;
    padding: 4px 0;
    margin: 0 38px;
    text-indent: 15px;
    text-align: left;
    width: 123px
}

.activity .actdataall .fa-angle-down {
    display: inline-block;
    cursor: pointer
}

.payway .eula {
    width: 550px
}

.payway .eula.afterpay {
    width: 350px
}

.payway .eula.afterpay .actdet {
    text-align: center;
    padding-right: 10px
}

.payway .eula .eula-body {
    height: 200px;
    display: none
}

.payway .eula .eula-body.on {
    display: block
}

.payway .eula .wpaycode {
    margin: 0 70px
}

.payway .gotonext {
    width: 90px;
    height: 32px;
    display: inline-block;
    background-color: #f7f7f7;
    border: 1px solid #8f8f8f;
    border-radius: 4px;
    line-height: 32px;
    text-align: center
}

.payway .paybtn {
    text-align: right
}

.payway .actdatades li {
    display: inline-block;
    text-align: center;
    border: 1px solid #cecece;
    margin-right: 20px;
    width: 156px;
    height: 50px;
    line-height: 50px;
    padding: 0 10px
}

.payway .actdatades li img {
    border: none;
    padding-left: 10px
}

.invite .invitecont {
    width: 676px;
    height: 404px;
    background: url(../images/hongbao-bj.png) center no-repeat;
    display: inline-block;
    position: relative
}

.invite .invitecont .inviteclose {
    position: absolute;
    top: 24px;
    right: 24px;
    display: inline-block;
    cursor: pointer;
    width: 24px;
    height: 24px
}

.invite .activityform {
    width: 80px;
    height: 404px;
    background: url(../images/yiyuanhob.png) center no-repeat;
    display: inline-block;
    margin-left: -26px
}

.apiset-input:hover, .apiset:hover, .apiset:hover .apiset-input {
    background-color: #E8F2FE
}

.invite .eula {
    width: 735px
}

.invite .gotoactivity {
    display: block;
    margin-top: 28px;
    height: 86%;
    cursor: pointer;
    margin-right: 12px
}

.invite .getlink {
    display: block;
    width: 90px;
    height: 26px;
    position: absolute;
    right: 138px;
    bottom: 85px;
    cursor: pointer
}

.invite .get2code {
    bottom: 48px
}

.apicontainer {
    width: 818px;
    min-height: 406px;
    border: 1px solid #333;
    padding: 20px 23px 50px;
    margin-left: -409px;
    position: relative;
    left: 50%;
    margin-top: 100px
}

.apiImg, .apipreview {
    border: 1px solid #aaa
}

.apipreview {
    width: 500px;
    height: 400px;
    box-sizing: border-box;
    padding: 59px 0 0 90px;
    overflow: auto
}

.apiImg {
    width: 187px;
    height: 187px
}

.apiImgUpload {
    display: block;
    width: 187px;
    margin: 10px 0 5px
}

.apiResultSet, .apiset-fixBox, .apiset-fixBox-2, .apisrc-param>span,
.apisrc-set, .oauth-suc-icon {
    display: inline-block
}

.apiResultSet {
    margin-top: 18px
}

.apiJson {
    vertical-align: text-top;
    height: 70px;
    width: 250px
}

.apiSaveTemp {
    position: relative;
    top: 43px;
    left: 9px
}

.apiset {
    border-bottom: 1px solid #ddd;
    width: 450px;
    height: 33px
}

.apiset-tip {
    width: 120px;
    text-indent: 15px;
    vertical-align: bottom;
    position: relative
}

.apiset-tip:after {
    content: ':';
    position: absolute;
    top: 0;
    right: -7px
}

.apiset-input {
    border: none;
    width: 297px
}

.apiset-input:hover {
    border: none
}

.apiset-fixBox {
    width: 218px;
    margin-right: 10px
}

.apiset-input-fixWid {
    width: 203px
}

.apiset-type {
    margin: 25px 0 17px 6px
}

.apiset-appkey {
    margin: 0 0 28px 4px
}

.apisrc-set {
    margin-top: 31px
}

.apisrc-parameters {
    margin: 36px 0 0
}

.apisrc-param {
    border: 1px solid #ccc;
    width: 400px;
    height: 40px;
    margin: 10px 0 0 5px;
    white-space: nowrap
}

.apisrc-param>span {
    width: 33%;
    text-align: center;
    line-height: 35px;
    height: 38px
}

.oauthorize {
    width: 200px;
    height: 50px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    margin-top: 200px
}

.oauthorize-icon {
    position: absolute;
    font-size: 27px;
    color: red;
    left: 28px;
    top: 12px
}

.oauth-suc-icon {
    background: url(../css/images/succ.png) no-repeat;
    width: 30px;
    height: 35px;
    position: absolute;
    top: 14px;
    left: 24px
}

.oauthorize-status {
    position: absolute;
    font-size: 20px;
    letter-spacing: 1px;
    text-indent: 67px;
    top: 11px;
    color: #60B761
}

.oauthorize-btn {
    position: absolute;
    top: 124%;
    left: 42px;
    border-radius: 3px
}

.oauthorize-suc {
    color: green
}

.apisrc-tipIndent {
    width: 88px
}

.apiset-fixWidth {
    width: 400px
}

.apiset-select-width {
    width: 214px
}

.apiset-selIn-width {
    width: 30px
}

.apiset-fixBox-2 {
    width: 214px;
    margin-right: 5px
}

.sjyl-apiFix {
    top: 193px !important;
    left: 50% !important;
    margin-left: -86px
}

.api-form {
    position: relative
}

.apisrc-previewFix {
    margin-bottom: -1px;
    position: relative;
    z-index: 111
}

.apisrc-tName {
    margin-left: 778px;
    margin-bottom: -3px;
    border-bottom-color: #058
}

.apisrc-saveFix {
    margin-bottom: -1px
}

.apisrc-excelFix {
    margin-top: 32px
}

.apisrc-save-box {
    position: absolute;
    right: 0;
    top: -1px;
    white-space: nowrap
}

.table-preview-wrap div {
    border: 1px solid #AAA;
    overflow: auto;
    max-height: 260px
}

.table-preview-wrap tr:first-child td {
    border-bottom: 1px #AAA solid;
    background: #EEE;
    padding: 15px 30px
}

.table-preview-wrap tr:not (:first-child ):hover {
    background: #DBDBDB
}

.table-preview-wrap td {
    padding: 10px 30px;
    border: 1px solid #AAA;
    border-top-width: 0;
    border-bottom-width: 0;
    text-align: center;
    white-space: pre
}

.table-preview-wrap tr td:first-child {
    border-left-width: 0
}

.line-edit-wrap {
    width: 460px;
    border: 1px solid #AAA;
    line-height: 32px;
    background: #FFF
}

.line-edit-wrap select {
    width: 100%;
    height: 100%;
    line-height: 30px;
    border: 0;
    padding-left: 1em;
    color: #555
}

.line-edit-wrap>div:after, .line-field-item:after {
    content: '';
    display: block;
    clear: both
}

.line-type-item {
    width: 25%;
    height: 60px;
    float: left;
    border-left: 1px #AAA solid;
    background: center 10px no-repeat;
    text-align: center;
    padding-top: 30px;
    position: relative
}

.line-type-item .mask {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FFF;
    position: absolute;
    opacity: .7
}

.line-type-item.current, .line-type-item:hover {
    background-color: #CCC
}

.line-type-item.inner {
    background-image: url(../images/icons/neibu.png)
}

.line-type-item.full {
    background-image: url(/css/images/icons/waibu.png)
}

.line-type-item.left {
    background-image: url(/css/images/icons/zuoce.png)
}

.line-type-item.right {
    background-image: url(/css/images/icons/youce.png)
}

.line-table-wrap {
    border: 1px solid #AAA;
    border-left-width: 0;
    border-right-width: 0;
    box-sizing: content-box
}

.line-table-wrap select {
    font-weight: 600
}

.line-table-item {
    width: 50%;
    height: 100%;
    float: left;
    border-left: 1px #AAA solid
}

.line-field-item>div:first-child, .line-table-item:first-child,
.line-type-item:first-child {
    border-width: 0
}

.line-field-item {
    border-bottom: 1px #AAA solid;
    position: relative
}

.line-field-item>div {
    height: 100%;
    float: left;
    border-left: 1px #AAA solid
}

.line-field-field {
    width: 45%
}

.line-field-gap {
    width: 10%;
    text-align: center;
    font-size: 20px
}

.line-add-field {
    padding-left: 1em;
    color: #AAA
}

.line-field-remove {
    width: 20px;
    height: 20px;
    border: 1px solid #AAA;
    border-radius: 50%;
    background: url(../images/icons/del-1.png) center center no-repeat #FFF;
    position: absolute;
    right: 6px;
    top: 5px
}

.line-menu-dot, .line-menu-wrap {
    position: absolute;
    border-radius: 50%
}

.line-field-remove:hover {
    background-image: url(../images/icons/del-2.png)
}

.mark-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9
}

.line-menu-wrap {
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    height: 60px;
    width: 60px;
    overflow: hidden;
    z-index: 99;
    line-height: 30px
}

.line-menu-bg, .line-menu-list {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.line-menu-bg {
    background: #333;
    opacity: .5
}

.line-menu-list1 {
    width: 80%;
    margin-left: 10%
}

.line-menu-item {
    width: 50%;
    height: 100%;
    float: left;
    background-repeat: no-repeat;
    background-position: center
}

.line-menu-item:first-child {
    background-image: url(../images/icons/caoz-del.png)
}

.line-menu-item:last-child {
    background-image: url(../images/icons/caoz-edit.png)
}

.line-menu-item:hover {
    opacity: .5
}

.line-menu-dot {
    top: 50%;
    left: 50%;
    margin-left: -3px;
    margin-top: -3px;
    height: 6px;
    width: 6px;
    background: #333;
    opacity: .5
}

.line-item em, .table-block a {
    margin-top: -10px;
    position: absolute
}

.dropContainer-no-table-tip {
    padding: 20px;
    color: #BBB
}

.dropContainer-table-relative {
    padding: 5px;
    box-sizing: content-box;
    min-height: 160px
}

.table-block {
    background: #EEE;
    border-radius: 3px;
    border: 0 solid #CCC;
    box-sizing: border-box;
    cursor: move;
    -webkit-user-select: none;
    color: #555;
    padding-left: 15px !important
}

.table-block:hover a {
    background-image: url(../images/icons/del-1.png)
}

.table-block a {
    top: 50%;
    right: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: center center no-repeat
}

.table-block a:hover {
    background-image: url(../images/icons/del-2.png)
}

.tip-wrap {
    display: none;
    color: #AAA;
    margin-right: 15px;
    padding-left: 20px;
    background: url(../images/icons/help.png) center left no-repeat
}

.line-node {
    width: 8px;
    margin-left: -4px;
    position: absolute;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

.line-node * {
    pointer-events: none;
    position: absolute;
    font-style: normal
}

.line-node:after, .line-node:before {
    width: 3px;
    height: 3px;
    border-radius: 4px;
    left: 50%;
    margin-left: -1.5px;
    background: #BBB;
    content: '';
    position: absolute
}

.line-node:after {
    top: -1.5px
}

.line-node:before {
    bottom: -1.5px
}

.line-node i {
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -.5px;
    background: #BBB
}

.line-item.error-join em, .line-item.full-join em, .line-item.inner-join em,
.line-item.left-join em, .line-item.right-join em {
    display: block
}

.line-item em {
    overflow: hidden;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    border-radius: 50%;
    border: 0 solid #888;
    background: center center no-repeat;
    background-size: 20px;
    box-sizing: border-box
}

.line-node em {
    left: 50%;
    top: 50%
}

.broken-line .line-node em {
    display: none !important
}

.line-item.inner-join em, .line-type-item.inner {
    background-image: url(../images/icons/neibu.png)
}

.line-item.full-join em, .line-type-item.full {
    background-image: url(/css/images/icons/waibu.png)
}

.line-item.left-join em, .line-type-item.left {
    background-image: url(/css/images/icons/zuoce.png)
}

.line-item.right-join em, .line-type-item.right {
    background-image: url(/css/images/icons/youce.png)
}

.line-item.error-join em {
    background-image: url(../images/icons/weiguanl.png)
}

.line-item.none-join em {
    display: none
}

.line-item:hover {
    z-index: 3
}

.line-item:hover em, .line-item:hover i {
    opacity: .6
}

.MjVI-table.table-1101 .table-content td {
    background: #fff
}

.MjVI-table.table-1102 {
    border-bottom: none
}

.MjVI-table.table-1102 .table-fixed-wrapper .table-fixed {
    background-color: #F9F9F9
}

.MjVI-table.table-1102 .table-fixed-wrapper .table-fixed span {
    margin-right: -1px;
    border: 1px solid #cdcdcd;
    border-right: none
}

.MjVI-table.table-1102 tr {
    border-bottom: 1px solid #cdcdcd
}

.MjVI-table.table-1102 td {
    border-left: solid 1px #cdcdcd
}

.MjVI-table.table-1102 thead td {
    border-top: 1px solid #cdcdcd;
    background-color: #f8f8f8
}

.MjVI-table.table-1102 thead tr:nth-child(2n+1) td {
    background: #f8f8f8
}

.MjVI-table.table-1102 tr:nth-child(2n+1) td {
    background: #f3f1e4
}

.MjVI-table.table-1102 tr:nth-child(2n) {
    background: #fff
}

.MjVI-table.table-1102 .header {
    background: 0 0
}

.MjVI-table.table-1103 {
    border: 1px solid #669acc;
    color: #79649f
}

.MjVI-table.table-1103 .table-fixed-wrapper {
    border-bottom: 1px dashed #669acc
}

.MjVI-table.table-1103 .table-fixed-wrapper .table-fixed {
    background-color: #F9F9F9
}

.MjVI-table.table-1103 .table-fixed-wrapper .table-fixed span {
    margin-right: -1px;
    border: 1px solid transparent;
    border-right: none
}

.MjVI-table.table-1103 .table-content table thead td {
    background-color: #f8f8f8
}

.MjVI-table.table-1103 .header {
    background: 0 0;
    border-bottom: none;
    color: #4e3696
}

.MjVI-table.table-1103 thead td {
    border-bottom: 1px dashed #669acc;
    background-color: #f8f8f8;
    margin-top: -1px
}

.MjVI-table.table-1103 tr:hover {
    background: #d0dafd;
    color: #413692
}

.MjVI-table.table-1103 td {
    border-color: transparent
}

.dark .MjVI-table .common_tb td, .dark .MjVI-table .table-fixed-wrapper .table-fixed span
{
    border: 1px solid #3c455d
}

.dark .MjVI-table {
    color: #F4F5F7
}

.dark .MjVI-table .table-fixed-wrapper .table-fixed {
    background-color: #3c455d
}

.dark .MjVI-table .table-content td {
    background: #282E3E
}

.dark .MjVI-table.table-1102 {
    border-bottom: none
}

.dark .MjVI-table.table-1102 .table-fixed-wrapper .table-fixed {
    background: #262c3b
}

.dark .MjVI-table.table-1102 .table-fixed-wrapper .table-fixed span {
    margin-right: -1px;
    border: 1px solid #3c455d;
    border-right: none
}

.dark .MjVI-table.table-1102 tr:nth-child(2n+1) td {
    background: #505c7c
}

.dark .MjVI-table.table-1102 tr:nth-child(2n) td {
    background: #32394e
}

.dark .MjVI-table.table-1103 .table-fixed-wrapper .table-fixed {
    background: #3c455d
}

.dark .MjVI-table.table-1103 tr {
    background: #505c7c
}

.dark .MjVI-table.table-1103 tr:hover {
    background: #d0dafd;
    color: #413692
}

.dark .MjVI-table.table-1103 td {
    border: transparent
}

.guoyun-tail {
    position: relative
}

.guoyun-tail>div {
    position: absolute;
    bottom: 120px;
    left: 50%;
    margin-left: -144px;
    width: 300px;
    height: 47px;
    font-size: 0;
    background-color: #F4F5F0
}

.fixpreviewHeight {
    height: 450px
}

.apiproviewData .tableHead th {
    white-space: nowrap;
    display: inline-block
}

.apiproviewData .tablecsroll .market-fixstyle th {
    background-color: #ccc
}

.apiproviewData .tablecsroll .market-fixstyle tr {
    white-space: nowrap
}

.data-market-container {
    width: 1200px;
    height: 1000px;
    margin: 0 auto
}

.data-market-container>img {
    width: 100%
}

.data-market-container .dm-innercontainer {
    width: 1200px;
    margin: 50px auto
}

.data-market-container .dm-quest {
    position: relative
}

.data-market-container .dm-quest h3 {
    margin: 0 0 -29px;
    display: inline-block;
    padding: 0 0 8px
}

.data-market-container .dm-quest img {
    padding: 43px 0 0;
    width: 100%;
    height: 404px
}

.data-market-container .dm-quest div:last-child {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 355px;
    height: 361px
}

.data-market-container .dm-quest div:last-child a {
    color: #fff;
    position: relative;
    display: block;
    padding: 10px 0;
    border: 1px solid #fff;
    width: 172px;
    margin: -28px 0 0 94px;
    text-align: center;
    font-size: 15px;
    border-radius: 4px;
    height: 47px;
    line-height: 25px
}

.data-market-container .dm-quest div:last-child a:hover {
    color: #1b578d;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 2px 2px 10px -2px #777
}

.data-market-container .dm-quest div:last-child span {
    display: inline-block;
    width: 173px;
    height: 49px;
    line-height: 46px;
    text-align: center;
    margin: 127px 0 36px 93px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #fff
}

.data-market-container .dm-quest div:last-child span:hover {
    color: #1b578d;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 2px 2px 10px -2px #777
}

.data-market-container .dm-quest .dm-title {
    margin: 0;
    padding: 0 0 8px
}

.data-market-container .dm-quest .dm-title img {
    margin: -10px 0 0
}

.data-market-container .dm-quest .xiahx {
    width: 100%;
    height: auto;
    margin: -46px 0 0
}

.data-market-container .dm-left {
    width: 100%;
    height: 719px;
    float: left
}

.data-market-container .dm-left .dm-left-lists {
    width: 79%;
    height: auto
}

.data-market-container .dm-left .dm-left-lists li {
    width: 288px;
    float: left;
    margin: 17px 26px 0 0;
    height: 299px;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 13px -5px #000
}

.data-market-container .dm-left .dm-left-lists li:hover {
    box-shadow: 0 5px 10px #aaa
}

.data-market-container .dm-left .dm-left-lists li .overlay {
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    line-height: 81px;
    text-align: center;
    height: 80px;
    width: 80px;
    position: absolute;
    top: 180px;
    left: 50%;
    right: 0;
    background-color: #00A0EA;
    border-radius: 100%;
    margin-left: -40px;
    box-shadow: 0 0 13px #333;
    display: none
}

.data-market-container .dm-left .dm-left-lists li:hover .overlay {
    display: block
}

.data-market-container .dm-left .dm-left-lists li img {
    width: 100%;
    height: 126px;
    margin-bottom: 12px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.data-market-container .dm-left .dm-left-lists li span {
    display: block;
    text-align: center;
    margin-bottom: 10px
}

.data-market-container .dm-left .dm-left-lists li p {
    margin: 0;
    padding: 14px
}

.data-market-container .dm-left .dm-left-lists li a {
    float: right;
    position: absolute;
    bottom: 8px;
    right: 15px
}

.data-market-container .dm-left .dm-left-title {
    height: 40px;
    margin-top: 30px
}

.data-market-container .dm-left .dm-left-title h4 {
    float: left
}

.data-market-container .dm-left .dm-left-title a {
    float: right;
    padding: 0;
    margin: -26px 0 0
}

.data-market-container .dm-left .dm-left-title img {
    margin: -10px 0 0
}

.data-market-container .dm-right-lists {
    position: relative
}

.data-market-container .dm-right-lists .activeuser {
    position: absolute;
    top: 305px;
    right: 0
}

.data-market-container .dm-right-lists .activeuser>span {
    font-weight: 700;
    width: 262px;
    display: block;
    height: 42px;
    line-height: 39px;
    font-size: 17px;
    background-color: #1D6CB7;
    color: #fff;
    padding: 0 0 0 18px;
    border: none
}

.data-market-container .dm-right-lists .activeuser ul {
    border: 1px solid #ddd;
    box-sizing: border-box;
    width: 260px;
    margin: 0 0 0 1px;
    padding: 8px 0;
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.data-market-container .dm-right-lists .activeuser ul li {
    font-size: 12px;
    height: 45px;
    background: url(../data-factory/images/num4.png) 20px 5px no-repeat;
    background-size: 25px
}

.data-market-container .dm-right-lists .activeuser ul li:first-child {
    background-image: url(../data-factory/images/num1.png)
}

.data-market-container .dm-right-lists .activeuser ul li:nth-child(2) {
    background-image: url(../data-factory/images/num2.png)
}

.data-market-container .dm-right-lists .activeuser ul li:nth-child(3) {
    background-image: url(../data-factory/images/num3.png)
}

.data-market-container .dm-right-lists .activeuser ul li>span:first-child
{
    display: block;
    font-size: 15px;
    text-indent: 54px;
    width: 243px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.data-market-container .dm-right-lists .activeuser ul li>span:nth-child(2)
{
    text-indent: 55px;
    display: inline-block
}

.data-market-container .dm-right-lists .activeuser ul li>span:nth-child(4)
{
    text-indent: 24px;
    display: inline-block
}

.data-market-container .dm-right-lists .hotapp {
    position: absolute;
    right: 0;
    top: 19px
}

.data-market-container .dm-right-lists .hotapp>span {
    width: 260px;
    height: 37px;
    line-height: 35px;
    display: block;
    background-color: #1D6CB7;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    text-indent: 13px;
    border: none
}

.data-market-container .dm-right-lists .hotapp ul {
    width: 260px;
    border: 1px solid #ddd;
    margin-top: -1px;
    padding: 0 0 10px;
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.data-market-container .dm-right-lists .hotapp ul li {
    position: relative;
    height: 62px;
    padding: 8px 17px 0;
    margin: 6px 0 3px
}

.data-market-container .dm-right-lists .hotapp ul li img {
    position: absolute;
    top: 10px;
    width: 94px;
    left: 12px;
    height: 52px
}

.data-market-container .dm-right-lists .hotapp ul li p {
    font-size: 10px;
    width: 140px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 0 0 80px;
    text-indent: 25px
}

.data-market-container .dm-right-lists .hotapp ul li span {
    display: inline-block;
    float: right;
    font-size: 10px;
    width: 47px;
    margin: 17px 15px 0 0;
    background: url(../data-factory/images/xiazai.png) 3px 0 no-repeat;
    background-size: 22px;
    text-indent: 25px;
    height: 21px;
    line-height: 17px
}

.data-market-container .dm-right-lists .hotapp ul li span:last-child {
    background-image: url(../data-factory/images/zan.png);
    background-position: 3px 0
}

.data-market-container .dm-bottom {
    margin: 10px 0 40px;
    width: 100%;
    height: auto;
    float: left
}

.data-market-container .dm-bottom div {
    width: 100%;
    margin: 0 auto
}

.data-market-container .dm-bottom div span {
    border-left: 5px solid #69B461;
    padding-left: 7px;
    margin: 15px 0 13px;
    display: inline-block
}

.data-market-container .dm-bottom div img {
    width: 100%
}

.datamore-container {
    width: 1000px;
    height: 1000px;
    margin: 0 auto
}

.datamore-container .datamore-left {
    width: 18%;
    float: left;
    margin-top: 37px
}

.datamore-container .datamore-left>ul {
    background-color: #1D2B38;
    padding: 9px 0 1px
}

.datamore-container .datamore-left .selected {
    color: #000 !important;
    box-shadow: 6px 0 #FFD800 inset;
    background-color: #fff
}

.datamore-container .datamore-left .dl-dlist {
    height: 40px;
    margin: 0 0 10px -1px;
    text-align: left;
    line-height: 40px;
    cursor: pointer;
    box-sizing: border-box;
    color: #fff;
    text-indent: 38px
}

.datamore-container .datamore-left .dl-dlist:hover:not (.selected ){
    box-shadow: 6px 0 #FFD800 inset;
    background-color: #616B74
}

.datamore-container .datamore-right {
    width: 79%;
    height: 600px;
    float: right
}

.datamore-container .datamore-right>ul {
    clear: both
}

.datamore-container .datamore-right .datamore-list {
    width: 30%;
    height: 195px;
    float: left;
    margin-right: 3%;
    margin-top: 27px;
    position: relative;
    background-color: #fff;
    border-radius: 4px
}

.datamore-container .datamore-right .datamore-list:hover {
    box-shadow: 0 5px 10px #aaa
}

.datamore-container .datamore-right .datamore-list .overlay {
    cursor: pointer;
    color: #fff;
    font-size: 17px;
    line-height: 60px;
    text-align: center;
    height: 60px;
    position: absolute;
    top: 80px;
    left: 50%;
    right: 0;
    background-color: #00A0EA;
    width: 60px;
    border-radius: 100%;
    box-shadow: 0 0 10px #333;
    margin-left: -30px;
    display: none
}

.datamore-container .datamore-right .datamore-list:hover .overlay {
    display: block
}

.datamore-container .datamore-right .datamore-list div {
    text-align: center
}

.datamore-container .datamore-right .datamore-list div>span {
    float: left;
    display: inline-block;
    width: 71px;
    line-height: 22px;
    background: url(../data-factory/images/zan.png) no-repeat;
    margin: 0 0 0 15px
}

.datamore-container .datamore-right .datamore-list div>span:first-child
{
    width: 20px;
    text-indent: 30px;
    margin: 0 44px 0 19px;
    overflow: visible;
    cursor: pointer
}

.datamore-container .datamore-right .datamore-list div>span:nth-child(2)
{
    background: url(../data-factory/images/xiazai.png) no-repeat;
    margin: 0
}

.datamore-container .datamore-right .datamore-list div>span:last-child {
    background: #090;
    float: right;
    border: 1px solid #2A8A28;
    margin: 0 7px 0 0;
    position: relative;
    left: -4px;
    color: #fff;
    cursor: pointer
}

.datamore-container .datamore-right .datamore-list div .liked {
    background: url(../data-factory/images/zan-gray.png) no-repeat;
    cursor: default !important
}

.datamore-container .datamore-right .datamore-list div .analysed {
    background-color: #ccc !important;
    color: #aaa !important;
    border: 1px solid #ddd !important
}

.datamore-container .datamore-right .datamore-list div .analysed:hover {
    opacity: 1 !important;
    cursor: default !important
}

.df-list li .pic:hover, .statusDialog .modal-dialog .status-wrap .btn:hover
{
    opacity: .9
}

.datamore-container .datamore-right .datamore-list img {
    width: 100%;
    height: 91px;
    padding: 0;
    cursor: pointer;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.datamore-container .datamore-right .datamore-list .dm-list-name {
    display: block;
    margin: 15px auto 23px;
    width: 88%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 20px
}

.datamore-container .datamore-right .dm-fym {
    font-size: 15px;
    position: absolute;
    top: 915px;
    left: 56%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.datamore-container .datamore-right .dm-right-top .dm-search form,
.dm-demand form {
    position: relative
}

.datamore-container .datamore-right .dm-fym .selected {
    color: #1D6CB7
}

.datamore-container .datamore-right .dm-fym ul li {
    float: left;
    list-style: none;
    margin: 0 0 0 8px;
    cursor: pointer;
    border: 1px solid;
    display: inline-block;
    min-width: 19px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 4px
}

.datamore-container .datamore-right .dm-fym .clickFalse {
    color: #ccc;
    cursor: default
}

.datamore-container .datamore-right .dm-fym span {
    letter-spacing: 5px;
    cursor: pointer
}

.datamore-container .datamore-right .dm-right-top {
    height: 50px
}

.datamore-container .datamore-right .dm-right-top .dm-ss-tt {
    border: 1px solid transparent;
    height: 42px;
    margin: 12px 0 0;
    background-color: #fff;
    width: 96%
}

.datamore-container .datamore-right .dm-right-top .dm-ss-tt:after {
    content: '1';
    font-size: 0;
    clear: both
}

.datamore-container .datamore-right .dm-right-top .dm-s-types {
    width: 96%;
    height: auto;
    line-height: 38px;
    margin-top: 24px;
    font-size: 16px;
    border: 1px solid transparent;
    padding: 5px 0 0;
    background-color: #fff
}

.datamore-container .datamore-right .dm-right-top .dm-s-types>label {
    padding: 0 0 0 15px
}

.datamore-container .datamore-right .dm-right-top .dm-s-types>span {
    margin: 0 2px 0 14px;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    width: auto;
    text-align: center;
    cursor: pointer;
    padding: 0 4px
}

.datamore-container .datamore-right .dm-right-top .dm-s-types .selected
{
    color: #fff;
    background-color: #24B043
}

.datamore-container .datamore-right .dm-right-top .dm-search {
    float: right
}

.datamore-container .datamore-right .dm-right-top .dm-search form input:first-child
{
    border: 1px solid #f1f1f1;
    width: 200px;
    text-indent: 9px;
    height: 27px;
    line-height: 25px;
    margin: 6px 7px 0 0;
    background-color: #f1f1f1
}

.datamore-container .datamore-right .dm-right-top .dm-sort {
    float: left;
    margin: 9px 0 0 17px;
    font-size: 15px
}

.datamore-container .datamore-right .dm-right-top .dm-sort span:last-child,
.datamore-container .datamore-right .dm-right-top .dm-sort span:nth-child(2)
{
    cursor: pointer;
    margin: 0 -5px 0 10px;
    width: 63px;
    display: inline-block
}

.datamore-container .datamore-right .dm-right-top .dm-sort .ascend-l {
    background: url(../data-factory/images/sxarrow.png) 51px 5px no-repeat
}

.datamore-container .datamore-right .dm-right-top .dm-sort .descend-l {
    background: url(../data-factory/images/xlarrow.png) 51px 5px no-repeat
}

.datamore-container .datamore-right .dm-right-top .dm-sort .ascend-g {
    background: url(../data-factory/images/sxarrow.png) 51px 5px no-repeat
}

.datamore-container .datamore-right .dm-right-top .dm-sort .descend-g {
    background: url(../data-factory/images/xlarrow.png) 51px 5px no-repeat
}

.datamore-container .datamore-right .dm-right-top .dm-sort .hidden-b {
    background: 0 0
}

.dm-demand {
    width: 1000px;
    height: 800px;
    margin: 66px auto
}

.dm-demand .mustInput:after {
    content: "*";
    color: red;
    vertical-align: sub;
    position: relative;
    left: 5px
}

.dm-demand>img {
    float: right;
    width: 290px;
    margin-bottom: 40px
}

.dm-demand form {
    float: left;
    width: 700px;
    padding: 40px 40px 80px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    border-radius: 5px
}

.dm-demand form>input, .dm-demand form>span {
    margin: 48px 0 0 117px;
    border: none;
    display: inline-block;
    width: 100px;
    height: 32px;
    color: #fff
}

.dm-demand form>input {
    background-color: #1D6CB7
}

.dm-demand form>input:hover, .dm-demand form>span {
    background-color: #6F99C9
}

.dm-demand form>span {
    text-align: center;
    line-height: 31px
}

.dm-demand form .remind {
    position: absolute;
    bottom: 113px;
    left: 158px
}

.dm-demand form .remind>label {
    vertical-align: top
}

.dm-demand h3 {
    color: #1F6CBC;
    margin: -12px 0 25px
}

.dm-demand h3 span {
    font-size: 14px;
    color: #a3a3a3;
    margin-left: 10px
}

.dm-demand h3 em {
    color: #fe5b5b;
    font-style: normal
}

.dm-demand textarea {
    vertical-align: text-top;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 0 0 25px
}

.dm-demand .dm-cost {
    width: 495px;
    float: right;
    margin: 63px 0 0;
    position: relative
}

.df-nav .logo, .reportPage .recommend, .reportPage .reportlist {
    float: left
}

.dm-demand .dm-cost>label {
    margin: 0;
    text-indent: -128px;
    position: relative;
    top: -26px
}

.dm-demand .dm-cost span {
    margin-right: 31px;
    font-size: 14px;
    margin-left: -22px
}

.dm-demand .dm-cost span>label {
    vertical-align: middle
}

.dm-demand .dm-cost .cost-range {
    position: absolute;
    top: -25px
}

.dm-demand .dm-cost .fix-last-cost {
    margin-left: -4px
}

.releasedata {
    width: 400px
}

.releasedata .mj-md-12 {
    text-align: center
}

.reportPage .section {
    margin-bottom: 25px;
    overflow: hidden
}

.reportPage .section .title {
    font-size: 20px;
    font-weight: 700
}

.reportPage .reportlist .report {
    float: left;
    width: 320px;
    height: 300px;
    margin: 18px;
    padding: 16px;
    border: 1px solid #ccc
}

.reportPage .reportlist .report .img {
    width: 280px;
    height: 160px
}

.reportPage .reportlist .report .name {
    text-align: center;
    margin: 16px 0;
    color: #000
}

.reportPage .reportlist .report .info {
    position: relative
}

.reportPage .reportlist .report .get-btn {
    position: absolute;
    right: 0;
    display: block;
    padding: 5px 15px;
    cursor: pointer;
    line-height: 20px;
    color: #fff6ff;
    background: #090;
    font-size: 14px;
    letter-spacing: 3px;
    border: 1px solid #768b78
}

.reportPage .r-panel {
    border: 1px solid #ccc
}

.reportPage .r-panel .p-title {
    line-height: 60px;
    font-weight: 700;
    color: #fff;
    background: #009946;
    text-align: center
}

.statusDialog .modal-dialog {
    width: 300px;
    margin: 350px auto 0
}

.statusDialog .modal-dialog .status-wrap .describe {
    color: green;
    display: block;
    margin: 8px auto;
    width: 100%;
    font-size: 18px;
    text-align: center
}

.statusDialog .modal-dialog .status-wrap .btn {
    display: inline-block;
    background-color: #0E8FEB;
    padding: 2px 19px;
    color: #fff;
    margin: 12px 0 14px 87px
}

.release-pdata {
    position: absolute;
    left: 146px;
    top: 23px;
    border: 1px solid;
    padding: 2px;
    cursor: pointer
}

#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span
{
    border: 1px solid #bb171e;
    background-color: transparent
}

.df-wrap {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto
}

.df-content {
    width: 1200px;
    margin: 0 auto
}

.df-nav {
    height: 60px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: #182430;
    padding: 0 20px
}

.df-nav .logo {
    width: 192px
}

.df-nav .logo img {
    height: 46px;
    margin-top: 7px
}

.df-nav .nav {
    width: 555px;
    float: right;
    text-align: right
}

.df-nav .nav a, .df-nav .nav span {
    display: inline-block;
    padding: 0 15px;
    margin: 20px 0;
    font-size: 14px;
    font-weight: 700;
    color: #d6d6d6;
    border-left: 1px solid #d6d6d6
}

.df-nav .nav a:first-child {
    border: 0
}

.df-nav .nav a.active, .df-nav .nav a:hover {
    color: #e42632
}

.df-nav .login {
    float: right;
    margin-top: 16px;
    margin-left: 20px
}

.df-nav .login .btn {
    margin: 0 5px;
    padding: 3px 25px;
    font-size: 14px;
    font-weight: 700;
    background-color: #182430;
    color: #d6d6d6;
    border: 1px solid #d6d6d6
}

.df-h2, .df-title {
    font-size: 28px
}

.df-nav .login .btn:hover {
    border-color: #fff;
    background-color: #fff;
    color: #333
}

.df-h2, .df-h3, .df-title {
    color: #000;
    font-weight: 700
}

.df-nav-patch {
    height: 60px;
    background-color: #27a4f8
}

.df-title {
    margin: 20px 0;
    padding-bottom: 10px;
    background: url(/data-factory/images/xiahx.png) bottom no-repeat
}

.df-h3 {
    font-size: 24px
}

.df-btn-get {
    background-color: #090;
    color: #fff;
    padding: 3px 20px;
    border: 0;
    border-radius: 3px
}

.df-btn-get:hover {
    background-color: #39cc39
}

.df-btn-buy {
    background-color: #ff9934;
    color: #fff;
    padding: 3px 6px;
    border: 0;
    border-radius: 3px
}

.df-btn-buy:hover {
    background-color: #f9ac5f
}

.df-footer {
    clear: both;
    padding: 10px 0;
    background-color: #1d2b38
}

.df-footer .df-content {
    position: relative
}

.df-footer .df-content .link {
    padding: 25px 0;
    text-align: center
}

.df-footer .df-content .link a {
    color: #fff;
    padding: 0 15px;
    border-right: 1px solid #fff
}

.df-footer .df-content .link a:last-child {
    border: 0
}

.df-footer .df-content .bottom_bs {
    padding: 10px 0
}

.df-footer .df-content .bottom_bs .bottom_txt {
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 12px
}

.df-footer .bottom_bs {
    padding-top: 19px
}

.df-footer .bottom_bs .bottom_txt {
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 12px
}

.df-footer .qrcode {
    position: absolute;
    right: 0;
    top: 0
}

.df-banner {
    position: relative
}

.df-btn, .df-btn-footer, .df-btn-title {
    position: absolute;
    text-align: center
}

.df-banner>.fp-tableCell>img, .df-banner>img {
    width: 100%;
    min-width: 1200px
}

.df-btn {
    color: #333;
    display: block;
    cursor: pointer;
    background-color: transparent;
    border-radius: 6px
}

.df-btn-footer {
    top: 250px;
    left: 909px;
    padding: 10px 2px;
    width: 141px;
    height: 38px;
    font-size: 17px;
    line-height: 16px;
    border-radius: 4px;
    background-color: #fff;
    color: #1559AE
}

.df-btn-footer:hover {
    background-color: #fefefe
}

.df-btn-title {
    color: #fff;
    display: block;
    cursor: pointer;
    background-color: #F1C049;
    border-radius: 6px;
    left: 50%;
    margin-left: -61px;
    top: 60%;
    width: 119px;
    height: 32px;
    line-height: 31px;
    font-size: 15px
}

.df-btn-title:hover {
    background-color: #FFBD1E
}

.df-focus img {
    width: 100%;
    height: 347px
}

.df-col-3 {
    width: 280px;
    float: left
}

.df-col-4 {
    width: 356px;
    float: left
}

.df-col-5 {
    width: 41.6%;
    float: left
}

.df-col-7 {
    width: 58.3%;
    float: left
}

.df-col-8 {
    width: 844px;
    float: left
}

.df-col-9 {
    width: 920px;
    float: left
}

.df-offset-1 {
    margin-left: 8.3%
}

.df-offset-2 {
    margin-left: 16.6%
}

.df-cooperation img {
    width: 160px;
    margin: 20px auto;
    display: block
}

.df-guide {
    position: relative
}

.df-guide img {
    width: 100%
}

.df-guide .df-section {
    position: absolute;
    left: 900px;
    top: 130px
}

.df-guide .df-section .df-btn {
    color: #fff;
    position: relative;
    display: block;
    padding: 10px 0;
    border: 1px solid #fff;
    width: 172px;
    margin-bottom: 20px
}

.df-guide .df-section .df-btn:hover {
    color: #1b578d;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 2px 2px 10px -2px #777
}

.df-guide .df-section p {
    color: #fff;
    margin: 10px 0
}

.df-list-app li {
    width: 274px;
    height: 254px;
    float: left;
    margin: 0 31px 20px 0;
    position: relative;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 13px -5px #000
}

.df-index-list li .overlay, .df-list li .overlay, .df-list-app li .overlay
{
    background-color: #00a0ea;
    line-height: 80px
}

.df-list-app li .pic {
    width: 100%;
    height: 160px;
    border-radius: 5px 5px 0 0
}

.df-list-app li .overlay {
    display: none;
    color: #fff;
    position: absolute;
    top: 128px;
    left: 99px;
    width: 80px;
    height: 80px;
    font-size: 18px;
    text-align: center;
    border-radius: 100%;
    cursor: pointer;
    box-shadow: 0 0 21px -5px #000
}

.df-list-app li .name {
    text-align: center;
    margin: 15px 10px 20px;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.df-list-app li span {
    margin-left: 5px;
    display: inline-block;
    width: 60px;
    font-size: 16px
}

.df-list-app li span img {
    width: 20px;
    margin-right: 1px
}

.df-list-app li span img.action {
    cursor: pointer
}

.df-list-app li span:first-child {
    margin-left: 30px
}

.df-list-app li button {
    margin: 0 0 0 15px
}

.df-list-app li:hover {
    box-shadow: 0 5px 21px -5px #000
}

.df-list li {
    width: 274px;
    height: 254px;
    float: left;
    margin: 0 31px 20px 0;
    position: relative;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 13px -5px #000
}

.df-list li .useflag {
    position: absolute;
    right: 0;
    top: 0;
    font-style: normal;
    background-color: #45AD4E;
    padding: 2px 10px;
    color: #fff;
    border-top-right-radius: 4px;
    z-index: 2;
    cursor: default
}

.df-list li .pic {
    width: 100%;
    height: 160px;
    border-radius: 5px 5px 0 0;
    cursor: pointer
}

.df-list li .overlay {
    display: none;
    color: #fff;
    position: absolute;
    top: 128px;
    left: 99px;
    width: 80px;
    height: 80px;
    font-size: 18px;
    text-align: center;
    border-radius: 100%;
    cursor: pointer;
    box-shadow: 0 0 21px -5px #000
}

.df-list li .describe, .df-list li .name {
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.df-list li .name {
    margin: 12px 22px 2px
}

.df-list li .describe {
    margin: -1px 22px 7px;
    font-size: 12px
}

.df-list li>div>span {
    margin-left: 16px;
    display: inline-block;
    width: auto;
    font-size: 16px
}

.df-list li>div>span img {
    width: 18px;
    margin-right: 4px;
    position: relative;
    top: -2px
}

.df-list li>div>span img.action {
    cursor: pointer
}

.df-list li>div>span:first-child {
    margin: 0 33px 0 20px;
    width: auto;
    color: #019FE8;
    font-size: 18px
}

.df-list li>div>span:first-child i {
    font-style: normal;
    font-size: 14px;
    color: #019FE8;
    margin-right: 3px
}

.df-list li button {
    margin: 0 0 0 15px
}

.df-list li:hover {
    box-shadow: 0 5px 21px -5px #000
}

.df-index-content {
    position: absolute;
    top: 48%;
    width: 100%;
    height: 26%
}

.df-index-list {
    width: 74%;
    margin: 0 auto;
    height: 100%
}

.df-index-list li {
    width: 27%;
    height: 100%;
    float: left;
    margin: 0 3%;
    position: relative
}

.df-index-list li .name, .df-index-list li .overlay {
    display: none;
    position: absolute;
    text-align: center;
    color: #fff
}

.df-index-list li .pic {
    width: 100%;
    height: 100%;
    border-radius: 5px
}

.df-index-list li .overlay {
    top: 18%;
    left: 36%;
    width: 80px;
    height: 80px;
    font-size: 18px;
    border-radius: 100%;
    cursor: pointer;
    box-shadow: 0 0 21px -5px #000
}

.df-index-list li .name {
    background-color: rgba(0, 0, 0, .4);
    bottom: 0;
    width: 100%;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 0 0 5px 5px
}

.df-index-list li:hover .name {
    display: block
}

.df-panel {
    border: 1px solid #ddd;
    background-color: #fff;
    margin-bottom: 20px;
    overflow: hidden
}

.df-panel .head {
    background-color: #1d6cb7;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    line-height: 2.5;
    padding-left: 20px
}

.df-top-list li {
    clear: both;
    margin: 20px;
    height: 76px
}

.df-top-list li .pic {
    width: 108px;
    height: 75px;
    float: left;
    margin-right: 10px
}

.df-top-list li p {
    margin: 0 0 12px;
    font-size: 12px;
    height: 34px;
    overflow: hidden;
    position: relative;
    top: 9px
}

.df-top-list li .price {
    display: inline-block;
    width: auto;
    color: #019FE8;
    font-size: 17px
}

.df-top-list li span {
    margin-right: 3px;
    display: inline-block;
    width: 54px;
    font-size: 14px
}

.df-top-list li span img {
    width: 18px;
    margin-right: 3px;
    position: relative;
    top: -1px
}

.df-top-user {
    margin: 20px 0
}

.df-top-user li {
    height: 41px;
    margin: 10px 15px
}

.df-top-user li .num {
    float: left;
    margin: 2px 10px 5px 0;
    height: 36px
}

.df-top-user li p {
    margin: 0;
    height: 20px;
    overflow: hidden
}

.df-top-user li span {
    margin-right: 5px
}

.df-below {
    position: relative;
    margin-bottom: 30px
}

.df-below img {
    width: 100%
}

.df-below .df-btn {
    top: 307px;
    left: 824px;
    color: #333;
    border: 1px solid #333;
    padding: 10px 62px;
    font-size: 21px
}

.df-below .df-btn:hover {
    color: #fff;
    background-color: #1d6cb7;
    border-color: #1d6cb7;
    box-shadow: 2px 2px 10px -2px #777
}

.df-below .contact {
    margin: 30px 0;
    text-align: center
}

.df-demand {
    margin: 25px auto;
    width: 1000px
}

.df-demand form {
    padding: 40px 30px 4px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    border-radius: 5px
}

.df-demand form h3 {
    margin: -12px 0 25px
}

.df-demand form h3 span {
    font-size: 14px;
    color: #a3a3a3;
    margin-left: 10px
}

.df-demand form em {
    color: #fe5b5b;
    font-style: normal
}

.df-demand form h5 {
    line-height: 1.5;
    font-size: 13px
}

.df-demand form ul li {
    list-style: none;
    margin: 25px 0
}

.df-demand form .tag {
    display: inline-block;
    width: 85px;
    margin-right: 20px;
    vertical-align: text-top
}

.df-demand form textarea {
    vertical-align: text-top;
    padding: 10px;
    box-sizing: border-box;
    width: 520px;
    height: 182px
}

.df-demand form .item {
    display: inline-block;
    vertical-align: text-top
}

.df-demand form .item>div {
    margin-bottom: 10px
}

.df-demand form .btn {
    margin: 10px 0 0 110px;
    background-color: #1D6CB7;
    border: none;
    display: inline-block;
    width: 100px;
    height: 32px;
    color: #fff;
    border-radius: 0
}

.df-demand form .btn:hover {
    background-color: #6F99C9
}

.df-demand .df-col-8 {
    width: 710px
}

.df-demand .df-col-4 {
    width: 290px;
    padding-left: 25px
}

.df-demand .df-col-4 .pic {
    width: 100%
}

.df-preview .modal-dialog {
    width: 1200px
}

.df-preview .modal-dialog .modal-body {
    min-height: 500px
}

.df-preview .modal-dialog .modal-body .iframe {
    width: 100%;
    height: 99%;
    border: 0
}

.df-info-dialog .modal-header {
    border: 0
}

.newSingleUser-info .sorttype, .sortdes {
    border: 1px solid #ccc;
    text-indent: 10px
}

.df-info-dialog .modal-header h4 {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 14px
}

.df-info-dialog .modal-header h4 img {
    height: 28px;
    margin-right: 10px
}

.df-info-dialog .modal-body {
    padding-top: 0;
    padding-left: 53px
}

.df-info-dialog .modal-footer {
    display: none
}

.addsort, .addsorticon, .sortname {
    display: inline-block
}

.block-partner .inner {
    background: url(/market/images/10000bg.jpg) no-repeat #fff;
    overflow: hidden;
    height: 345px
}

.block-partner .tit {
    font-size: 30px;
    height: 80px;
    line-height: 80px;
    text-align: center
}

.block-partner .joins {
    height: 120px
}

.block-partner .joins img {
    margin: 0 16px
}

.block-partner .joins span {
    z-index: 8;
    position: absolute;
    cursor: pointer
}

.block-partner .joins .suzhousip {
    background: url(/market/images/logo_gray_03.png) no-repeat;
    width: 140px;
    height: 110px
}

.block-partner .joins .suzhousip:hover {
    background: url(/market/images/logo_color_03.png) no-repeat
}

.block-partner .joins .wxjt {
    background: url(/market/images/logo_gray_04.png) no-repeat;
    width: 185px;
    height: 110px;
    left: 140px
}

.block-partner .joins .wxjt:hover {
    background: url(/market/images/logo_color_04.png) no-repeat
}

.block-partner .joins .sip {
    background: url(/market/images/logo_gray_05.png) no-repeat;
    width: 130px;
    height: 110px;
    left: 325px
}

.block-partner .joins .sip:hover {
    background: url(/market/images/logo_color_05.png) no-repeat
}

.block-partner .joins .ecstorm {
    background: url(/market/images/logo_gray_06.png) no-repeat;
    width: 117px;
    height: 110px;
    left: 455px
}

.block-partner .joins .ecstorm:hover {
    background: url(/market/images/logo_color_06.png) no-repeat
}

.block-partner .joins .haoixiang {
    background: url(/market/images/logo_gray_07.png) no-repeat;
    width: 167px;
    height: 110px;
    left: 572px
}

.block-partner .joins .haoixiang:hover {
    background: url(/market/images/logo_color_07.png) no-repeat
}

.block-partner .joins .zgwygfyxgs {
    background: url(/market/images/logo_gray_08.png) no-repeat;
    width: 129px;
    height: 110px;
    left: 739px
}

.block-partner .joins .zgwygfyxgs:hover {
    background: url(/market/images/logo_color_08.png) no-repeat
}

.block-partner .joins .zgwych {
    background: url(/market/images/logo_gray_09.png) no-repeat;
    width: 119px;
    height: 110px;
    left: 868px
}

.block-partner .joins .zgwych:hover {
    background: url(/market/images/logo_color_09.png) no-repeat
}

.block-partner .joins .chroma {
    background: url(/market/images/logo_gray_10.png) no-repeat;
    width: 136px;
    height: 110px;
    left: 987px
}

.block-partner .joins .chroma:hover {
    background: url(/market/images/logo_color_10.png) no-repeat
}

.block-partner .joins .suning {
    background: url(/market/images/logo_gray_14.png) no-repeat;
    width: 172px;
    height: 109px;
    top: 200px;
    left: 50px
}

.block-partner .joins .suning:hover {
    background: url(/market/images/logo_color_14.png) no-repeat
}

.block-partner .joins .gjtjj {
    background: url(/market/images/logo_gray_15.png) no-repeat;
    width: 122px;
    height: 109px;
    left: 222px;
    top: 200px
}

.block-partner .joins .gjtjj:hover {
    background: url(/market/images/logo_color_15.png) no-repeat
}

.block-partner .joins .ivo {
    background: url(/market/images/logo_gray_16.png) no-repeat;
    width: 154px;
    height: 109px;
    left: 344px;
    top: 200px
}

.block-partner .joins .ivo:hover {
    background: url(/market/images/logo_color_16.png) no-repeat
}

.block-partner .joins .aia {
    background: url(/market/images/logo_gray_17.png) no-repeat;
    width: 112px;
    height: 109px;
    left: 498px;
    top: 200px
}

.block-partner .joins .aia:hover {
    background: url(/market/images/logo_color_17.png) no-repeat
}

.block-partner .joins .zghysy {
    background: url(/market/images/logo_gray_18.png) no-repeat;
    width: 151px;
    height: 109px;
    left: 610px;
    top: 200px
}

.block-partner .joins .zghysy:hover {
    background: url(/market/images/logo_color_18.png) no-repeat
}

.block-partner .joins .chbank {
    background: url(/market/images/logo_gray_19.png) no-repeat;
    width: 157px;
    height: 109px;
    left: 767px;
    top: 200px
}

.block-partner .joins .chbank:hover {
    background: url(/market/images/logo_color_19.png) no-repeat
}

.block-partner .joins .rjs {
    background: url(/market/images/logo_gray_20.png) no-repeat;
    width: 167px;
    height: 109px;
    left: 924px;
    top: 200px
}

.block-partner .joins .rjs:hover {
    background: url(/market/images/logo_color_20.png) no-repeat
}

.addsort {
    float: right;
    margin-right: 40px;
    margin-top: 8px;
    cursor: pointer
}

.newSingleUser-info .sorttype {
    height: 33px;
    width: 200px;
    display: inline-block;
    line-height: 33px
}

.sortdes {
    height: 120px;
    width: 400px
}

.newSingleUser-info.exp {
    height: 128px
}

.newSingleUser-info.exp label {
    line-height: 128px;
    vertical-align: top
}

.iconsubMenu {
    background: url(../images/icons/gb1.png) -1px no-repeat
}

.sortname {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    text-indent: 14px
}

.addsorticon {
    width: 15px;
    height: 26px;
    background: url(../images/icons/tianjb.png) center no-repeat;
    margin-left: 20px;
    vertical-align: top;
    cursor: pointer
}

.sorttree .child {
    padding-left: 20px
}

.sorttree .sorut-group-wrap {
    position: relative;
    height: 26px;
    box-sizing: border-box;
    margin-left: -16px;
    text-indent: 13px;
    line-height: 26px
}

.sorttree .sorut-group-wrap .addsorticon {
    display: none
}

.sorttree .limitlen, .sorttree .sorut-group-wrap:hover .addsorticon {
    display: inline-block
}

.sorttree .limitlen {
    max-width: 20%;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    min-width: 98px
}

.sortsma {
    width: 1250px
}

.sortsma .userCtrl-left {
    width: 350px
}

.sortsma .userCtrl-left-group {
    width: 100%
}

.sortsma .type {
    display: none
}

.sortsma .on {
    display: inline-block
}

.acttop {
    height: 340px;
    background: url(../images/money10.png) center no-repeat;
    border-bottom: 1px solid #dcdcdc;
    position: relative
}

.acttop .getlink {
    display: block;
    width: 90px;
    height: 26px;
    position: absolute;
    right: 546px;
    bottom: 105px;
    cursor: pointer
}

.actbottom .left, .actbottom .right {
    display: inline-block
}

.acttop .get2code {
    bottom: 68px
}

.actbottom {
    position: relative;
    padding-top: 50px;
    min-height: 212px;
    width: 1200px;
    margin: 0 auto
}

.actbottom .rightp {
    font-size: 16px;
    margin: 0;
    line-height: 26px
}

.actbottom .righttit {
    font-weight: 700;
    color: #666
}

.actbottom .left {
    width: 645px;
    padding-left: 91px;
    vertical-align: top
}

.actbottom .rightimg {
    position: relative;
    top: -4px
}

.actbottom .codearea {
    width: 112px;
    height: 112px;
    border: 2px solid #000;
    border-radius: 6px;
    margin-top: 40px;
    padding: 10px
}

.actbottom .changecode1 {
    font-size: 13px;
    margin-top: 10px;
    display: inline-block;
    cursor: pointer
}

.codepop .eula {
    width: 440px
}

.codepop .eula .eula-body {
    height: 262px
}

.codepop .onlycode {
    background: url(../images/erwm-bj.png) center no-repeat;
    width: 269px;
    height: 178px;
    margin: 0 auto 0 40px;
    padding: 20px 77px
}

.linkpop .copymsg, .linkpop .linkcopy {
    margin-left: 10px;
    display: inline-block
}

.codepop .codetip {
    text-align: center;
    margin-top: 10px;
    padding-left: 16px
}

.codepop .codename {
    background: url(../images/saoyis.png) center no-repeat;
    height: 70px
}

.linkpop .eula {
    width: 480px
}

.linkpop .eula .eula-body {
    height: 168px
}

.linkpop .linkcopy {
    height: 34px;
    line-height: 34px;
    vertical-align: top;
    padding: 0 20px;
    cursor: pointer;
    background: #0e8fe9;
    color: #fff
}

.linkpop .linkcopy:hover {
    background: #30a9ff
}

.linkpop .copymsg {
    background: url(../images/succ.png) left no-repeat;
    padding-left: 30px;
    font-size: 14px;
    color: #5bb85d;
    height: 24px
}

.linkpop .linktop {
    background: url(../images/fuzhilj.png) left no-repeat;
    height: 20px;
    margin-bottom: 30px;
    margin-top: 10px
}

.linkpop .codetip {
    margin-top: 30px;
    font-size: 15px;
    line-height: 24px;
    height: 24px
}

.linkpop .formtxt {
    width: 74%
}

.payafter {
    font-size: 16px
}

.payafter .actdet {
    letter-spacing: 2px;
    margin: 20px 0;
    text-align: center
}

.payafter .eula {
    width: 400px
}

.payafter .eula .eula-body {
    height: 190px
}

.payafter .payicon {
    text-align: center;
    color: #5db65a;
    font-size: 30px;
    height: 36px;
    line-height: 36px
}

.onepayModel .forwardbtn, .payafter .forwardbtn {
    line-height: 42px;
    cursor: pointer;
    background: #0e8fea;
    text-align: center
}

.payafter .payicon img {
    vertical-align: top;
    padding-right: 10px
}

.payafter .formaddchart .payicon {
    margin-top: 30px
}

.payafter .time {
    text-align: center;
    display: none
}

.payafter .time.on {
    display: block
}

.payafter .forwardbtn {
    display: inline-block;
    border: 1px solid #f1f1f1;
    width: 140px;
    height: 42px;
    border-radius: 4px;
    color: #fff
}

.payafter .forwardbtn:hover {
    color: #f1f1f1
}

.payafter .paybtn {
    margin: 20px 0 30px;
    text-align: center;
    display: none
}

.payafter .paybtn.on {
    display: block
}

.payafter .actdes {
    text-align: center
}

.onepayModel {
    font-size: 16px
}

.onepayModel .actdet {
    letter-spacing: 2px;
    margin: 20px 0;
    text-align: center;
    color: #fc9303;
    font-size: 24px
}

.onepayModel .eula {
    width: 400px
}

.onepayModel .eula .eula-body {
    height: 190px
}

.onepayModel .eula .eula-body.more {
    height: 200px
}

.onepayModel .eula .eula-body.more .forwardbtn {
    margin-top: 10px
}

.onepayModel .knowmore {
    font-size: 14px;
    position: absolute;
    right: 89px;
    top: 114px;
    text-decoration: underline
}

.onepayModel .forwardbtn {
    display: inline-block;
    border: 1px solid #f1f1f1;
    width: 140px;
    height: 42px;
    border-radius: 4px;
    color: #fff
}

.onepayModel .forwardbtn:hover {
    color: #f1f1f1
}

.onepayModel .forwardbtn.wait {
    border: none;
    background: #cdcdcd;
    cursor: wait
}

.onepayModel .paybtn {
    margin: 20px 0 30px;
    text-align: center
}

.onepayModel .acttip {
    text-align: center
}

.logintippop .eula {
    width: 440px
}

.logintippop .eula .eula-body {
    height: 122px
}

.logintippop .tipbtn {
    text-align: center
}

.logintippop .tipname {
    text-align: center;
    padding: 20px;
    font-size: 16px
}

.logintippop .codetip {
    margin-top: 30px
}

.logintippop .btnitem {
    display: inline-block;
    width: 90px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
    background: #0e8fe9;
    color: #fff;
    margin: 10px
}

.helpBackstage-container {
    width: 1200px;
    margin: 50px auto
}

.helpBackstage-container .help-wrap {
    min-height: 0
}

.helpBackstage-container .count-width-2 {
    width: 13%
}

.helpBackstage-container .count-width-2 ul {
    margin: 66px 0 0
}

.helpBackstage-container .count-width-2 ul li {
    border: 1px solid #ccc;
    height: 35px;
    line-height: 34px;
    text-indent: 20px;
    letter-spacing: 1px;
    margin: 0 0 5px -1px;
    cursor: pointer
}

.helpBackstage-container .count-width-2 .selected {
    color: #fff;
    background-color: #000;
    border: none
}

.helpBackstage-container .count-width-10 {
    width: 85%
}

.help-feedback {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    background-color: #F7F7F7
}

.help-feedback button:focus {
    outline: 0;
    color: #fff;
    -webkit-appearance: none
}

.help-feedback .help-feedback-content .help-feedback-main .help-center a,
.help-feedback .help-feedback-nail:focus {
    color: #333
}

.help-feedback .help-feedback-nail {
    float: right;
    border: 1px solid #9BA0A0;
    border-bottom: 2px solid #0e8fea;
    margin-right: 20px;
    margin-top: -27px;
    padding: 6px;
    font-size: 14px;
    line-height: 14px;
    background-color: #FFF;
    z-index: 1
}

.help-feedback .help-feedback-content {
    font-size: 15px;
    padding-right: 45px
}

.help-feedback .help-feedback-content h5 {
    font-weight: 700
}

.help-feedback .help-feedback-content .help-feedback-main {
    position: relative;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    height: 248px;
    background-color: #FFF;
    overflow: auto
}

.help-feedback .help-feedback-content .help-feedback-main .feedback-content
{
    min-height: 230px;
    padding: 20px 30px;
    display: none
}

.help-feedback .help-feedback-content .help-feedback-main .feedback-content.active
{
    display: block
}

.help-feedback .help-feedback-content .help-feedback-main .help-content
{
    padding: 10px;
    min-height: 248px
}

.help-feedback .help-feedback-content .help-feedback-main .help-content>div
{
    min-height: 248px
}

.help-feedback .help-feedback-content .help-feedback-main .help-content>div:first-child
{
    border-right: 1px dashed #ddd
}

.help-feedback .help-feedback-content .help-feedback-main .help-content .question-title
{
    font-size: 14px;
    font-weight: 700
}

.help-feedback .help-feedback-content .help-feedback-main .help-content .question-title:before
{
    content: 'Q: '
}

.help-feedback .help-feedback-content .help-feedback-main .help-content .question-content
{
    font-size: 14px;
    line-height: 16px
}

.help-feedback .help-feedback-content .help-feedback-main .help-content .question-content:before
{
    content: 'A: '
}

.help-feedback .help-feedback-content .help-feedback-main .help-center a:hover
{
    color: #2a6496
}

.help-feedback .help-feedback-content .help-feedback-main .help-center p
{
    margin-bottom: 10px
}

.help-feedback .help-feedback-content .help-feedback-main .feedback-title
{
    padding-bottom: 10px
}

.help-feedback .help-feedback-content .help-feedback-main .feedback-title span.file
{
    position: absolute;
    display: inline-block;
    overflow: hidden;
    margin-top: 4px;
    margin-left: 10px;
    height: 16px;
    width: 300px;
    cursor: pointer;
    background: url(../images/fuj.png) no-repeat
}

.help-feedback .help-feedback-content .help-feedback-main .feedback-title input[type=file]
{
    position: absolute;
    z-index: 100;
    top: -3px;
    left: -50px;
    width: 30px;
    height: 30px;
    opacity: 0;
    cursor: pointer;
    filter: alpha(opacity = 0)
}

.help-feedback .help-feedback-content .help-feedback-main .feedback-title label
{
    position: absolute;
    top: -3px;
    color: #0e8fea;
    margin-left: 20px
}

.help-feedback .help-feedback-content .help-feedback-main .feedback-title label:hover
{
    cursor: pointer;
    text-decoration: underline
}

.help-feedback .help-feedback-content .help-feedback-main .feedback-title .help-feedback-file-name
{
    position: absolute;
    top: 0;
    left: 90px;
    padding: 0 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 200px
}

.help-feedback .help-feedback-content .help-feedback-main .feedback-title .help-feedback-file-name.active
{
    background: url(../images/fujian1.png) no-repeat
}

.help-feedback .help-feedback-content .help-feedback-main .feedback-title .help-feedback-file-name.active .help-feedback-file-content
{
    max-width: 150px;
    display: inline-block;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    top: -3px
}

.help-feedback .help-feedback-content .help-feedback-main .feedback-title .help-feedback-file-name.active .help-feedback-file-close
{
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../images/del1.png) no-repeat
}

.help-feedback .help-feedback-content .help-feedback-main .feedback-title .help-feedback-file-name.active .help-feedback-file-close:hover
{
    background: url(../images/del2.png) no-repeat
}

.help-feedback .help-feedback-content .feedback-footer {
    position: absolute;
    top: 180px;
    padding-top: 5px
}

.help-feedback .help-feedback-content .feedback-footer>div {
    padding: 0
}

.help-feedback .help-feedback-content .btn {
    position: absolute;
    right: 30px;
    top: 180px;
    min-width: 100px;
    padding: 4px 20px;
    font-size: 14px;
    border-radius: 2px
}

.help-feedback .help-feedback-content .nav-tabs li {
    cursor: pointer
}

.help-feedback .help-feedback-content .nav-tabs li a {
    padding: 6px 20px
}

.help-feedback .help-feedback-footer {
    margin-top: 14px;
    margin-left: 80px;
    padding: 2px 31% 2px 30px;
    position: relative;
    height: 32px;
    background-color: #f8f8f8;
    word-break: keep-all
}

.help-feedback .help-feedback-footer .horn {
    position: absolute;
    top: 2px;
    left: -80px;
    padding-left: 20px;
    line-height: 32px;
    color: #0e8fea;
    background: url(../images/talk.png) center left no-repeat
}

.help-feedback .help-feedback-footer .talk-render {
    position: absolute;
    top: 0;
    right: 60px;
    width: 30%;
    height: 32px;
    padding: 2px 10px;
    border: 1px solid #ddd;
    background-color: #fff;
    transition: all .5s
}

.help-feedback .help-feedback-footer .talk-render.success {
    box-shadow: inset 0 0 4px green;
    transition: all .5s
}

.help-feedback .help-feedback-footer .talk-render.fail {
    box-shadow: inset 0 0 4px red;
    transition: all .5s
}

.help-feedback .help-feedback-footer .talk-publish {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 32px;
    min-width: 60px;
    padding: 4px 20px;
    border-radius: 0;
    background: url(../images/queren.png) center no-repeat #0e8fea
}

.help-feedback .help-feedback-footer .talk-content {
    position: relative;
    height: 32px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    margin-top: -1px
}

.help-feedback .help-feedback-footer .talk-content .talk-list {
    position: absolute;
    top: 0
}

.help-feedback .help-feedback-footer .talk-content .talk-list .talk-item
{
    float: left;
    width: 33%;
    padding-right: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 32px
}

.help-feedback #feedback-message {
    min-height: 90px
}

.help-feedback .feedback-body {
    height: 130px
}

.help-feedback .radio-title {
    display: inline-block;
    min-width: 116px
}

.help-feedback a.radio-item {
    color: #333;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    padding-right: 10px;
    cursor: pointer
}

.help-feedback a.radio-item.price-item {
    line-height: 24px;
    min-width: 130px
}

.help-feedback a.radio-item:before {
    position: absolute;
    left: 2px;
    top: 5px;
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 6px
}

.help-feedback a.radio-item:after {
    left: 0;
    top: 3px;
    position: absolute;
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    padding: 1px;
    border: 1px solid #0e8fea;
    border-radius: 7px
}

.help-feedback a.radio-item.active:before {
    background: #0e8fea
}

.help-feedback .help-feedback-sidebar {
    position: absolute;
    top: 32px;
    right: 0
}

.help-feedback .help-feedback-sidebar .sidebar-item {
    position: relative;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    cursor: pointer;
    padding: 8px;
    width: 50px;
    height: 50px;
    font-size: 15px;
    line-height: 17px
}

.help-feedback .help-feedback-sidebar .sidebar-item:hover {
    color: #fff;
    background-color: #1F2835
}

.help-feedback .help-feedback-sidebar .sidebar-item:hover .content {
    display: block
}

.help-feedback .help-feedback-sidebar .sidebar-item:hover .qrcode-title
{
    background: url(../images/ewm-mo.png) no-repeat
}

.help-feedback .help-feedback-sidebar .sidebar-item .title {
    height: 34px;
    width: 34px
}

.help-feedback .help-feedback-sidebar .sidebar-item .qrcode-title {
    background: url(../images/ewm-mo1.png) no-repeat
}

.help-feedback .help-feedback-sidebar .sidebar-item .content {
    display: none;
    position: absolute;
    bottom: 0;
    right: 48px;
    padding: 10px;
    background-color: #1F2835;
    z-index: 2000
}

.help-feedback .help-feedback-sidebar .sidebar-item .content.tel-content
{
    bottom: auto;
    top: 0
}

.help-feedback .help-feedback-sidebar .sidebar-item .content.member-content
{
    width: 210px;
    padding: 10px 20px;
    text-align: center
}

.help-feedback .help-feedback-sidebar .sidebar-item .content.member-content a
{
    display: block;
    padding: 10px 0;
    color: #eee
}

.help-feedback .help-feedback-sidebar .sidebar-item .content.member-content a:first-child
{
    border-bottom: 1px dashed #eee
}

.help-feedback .help-feedback-sidebar .sidebar-item .tel {
    color: #fff;
    padding-left: 50px;
    line-height: 30px;
    margin: 0;
    background: url(../images/dianh.png) 20px no-repeat
}

.help-feedback .help-feedback-sidebar .sidebar-item .tel-input {
    margin-top: 5px;
    margin-bottom: 8px;
    display: block;
    border: none;
    border-radius: 2px;
    height: 26px;
    padding: 4px 10px;
    color: #333
}

.help-feedback .help-feedback-sidebar .sidebar-item .tel-btn {
    display: block;
    border: 1px solid #0e8fea;
    background-color: transparent;
    color: #0e8fea;
    height: 26px;
    width: 100%;
    border-radius: 2px;
    text-align: center
}

.help-feedback .h-f-wrapper {
    display: none;
    border-top: 2px solid #9BA0A0;
    padding: 0 30px 14px
}

.help-feedback .h-f-wrapper .help-feedback-drop {
    cursor: pointer;
    width: 160px;
    margin: 0 auto 30px;
    overflow: hidden
}

.help-feedback .h-f-wrapper .help-feedback-drop .drop-inner {
    position: relative;
    margin-top: -8px;
    border: 8px solid #9BA0A0;
    border-radius: 8px
}

.help-feedback .h-f-wrapper .help-feedback-drop .drop-inner:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 64px;
    width: 20px;
    height: 1px;
    background-color: #eee
}

.edui-default .edui-colorpicker .edui-colorpicker-nocolor {
    height: 20px
}

.edui-editor.edui-default .edui-toolbar .edui-combox-body .edui-arrow {
    width: 12px
}

.help-feedback-video-content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    display: none;
    padding-top: 10%;
    background-color: rgba(0, 0, 0, .2)
}

.help-feedback-video-content .video-wrapper {
    position: relative;
    display: block;
    background-color: #000;
    padding: 28px 50px;
    margin: 0 auto;
    width: 700px
}

.help-feedback-video-content .video-wrapper button {
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 28px;
    border: none;
    background: url(../images/videoclose.png) no-repeat
}

.form-ele a.radio-item {
    color: #333;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    padding-right: 10px;
    cursor: pointer;
    margin-right: 4px
}

.form-ele a.radio-item:after, .form-ele a.radio-item:before {
    position: absolute;
    content: '';
    display: inline-block
}

.form-ele a.radio-item:before {
    left: 2px;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 6px
}

.form-ele a.radio-item:after {
    left: 0;
    top: 3px;
    width: 14px;
    height: 14px;
    padding: 1px;
    border: 1px solid #0e8fea;
    border-radius: 7px
}

.form-ele a.radio-item.active:before {
    background: #0e8fea
}

.freshStting .eula {
    width: 380px
}

.freshStting .eula .eula-body {
    min-height: 122px;
    max-height: 170px
}

.freshStting .choose-block {
    text-align: center;
    padding: 10px 0 10px 8px
}

.freshStting .txt-block {
    border: 1px solid #cdcdcd;
    padding: 20px 10px
}

.freshStting .txt-block span {
    height: 30px;
    line-height: 30px
}

.freshStting .txt-block .fresh-txt {
    width: 80px;
    min-width: 20px;
    margin: 0 10px;
    padding: 0 4px;
    height: 30px;
    border: 1px solid #ccc
}

.freshStting .txt-block .fresh-txt:hover {
    border: 1px solid #a0a0a0
}

.freshStting .btns-block {
    text-align: right;
    margin-top: 10px
}

.freshStting .btns-block .cancel-btn {
    margin-right: 0
}

.mj-s-editb-icon-recode {
    background-image: url(../images/icons/editb.png)
}
