 
/* Begin: 定义图标样式*/
.ico-loading {
    background: url(../img/ico/loading.gif) no-repeat center center;
    width: 16px !important;
    height: 16px !important;
}
/* End: 定义图标样式*/

 
.left_panel {
    width: 170px;
    position: absolute;
    border: 1px solid #DDD;
    min-height: 500px;
}

.menucontrol {
    position: fixed;
    left: 176px;
    top: 280px;
    background-color: #fff;
    z-index: 100;
    float: right;
    width: 15px;
    border: 1px solid #ddd;
    cursor: pointer;
}

    .menucontrol > span > i:before {
        content: "\e079";
    }

.content_panel {
    position: relative;
    margin-left: 185px;
}

.menuhide > .left_panel {
    display: none;
}

.menuhide > .menucontrol {
    left: 15px;
}

    .menuhide > .menucontrol > span > i:before {
        content: "\e080";
    }

.menuhide > .content_panel {
    margin-left: 20px;
}

.left_panel .panel {
    margin-bottom: 0px;
    border-radius: 0px;
}

.left_panel .panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: #FFF;
    color: #2B7DBC;
    font-weight: bold;
    font-size: 13px;
}

.left_panel .panel > .list-group {
    margin-left: 1px;
    margin-right: 1px;
}

    .left_panel .panel > .list-group .list-group-item, .left_panel .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 0px 0;
        border-radius: 0;
    }
/* End: 左则菜单定制样式 */

/* Begin: 内容页定制样式*/
.content_panel div, .clearboth {
    /*margin-bottom: 5px;
    margin-top: 5px;*/
}

.bootstrap-switch, .bootstrap-switch div {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.breadcrumb {
    margin-bottom: 0px;
    line-height: 1.3;
}

.breadcrumb_title {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    cursor: pointer;
    position: absolute;
    padding: 8px 15px;
    list-style: outside none none;
    background-color: #428bca;
    line-height: 1.3;
    z-index: 1040;
    margin-top: 0px;
    width: 126px;
}

    .breadcrumb_title > span {
        color: rgb(255, 255, 255);
    }

.button_panel {
    float: right;
    margin-right: 5px;
    margin-top: 0px;
    position: relative;
    z-index: 10;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 180px;
}

.form-horizontal .form-group {
    margin-right: 0px;
}

.content_panel .panel-heading {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.panel-heading {
    cursor: pointer;
    height: 35px !important;
}

.panel-body {
    padding: 5px !important;
}

.table th {
    background-color: #EEE;
    /*border: 0px !important;*/
    border-bottom: 1px solid #CCC;
    padding: 5px !important;
    text-align: center !important;
    vertical-align: middle !important;
    font-size: 12px;
    height: 40px !important;
}

.table td {
    padding: 5px !important;
    text-align: center !important;
    vertical-align: middle !important;
}


.modal-header {
    padding-top: 5px !important;
    background-color: #09c;
    height: 40px;
    margin-top: 0px !important;
    color: #FFF;
}

.modal-body {
    padding: 5px !important;
}

.popover {
    max-width: 500px;
    font-size: 12px;
}

/*.close {
    font-size: 35px !important;
}*/

blockquote .success {
    border-left: 5px solid #3c763d !important;
}

blockquote .error {
    border-left: 5px solid #a94442 !important;
}

#flickrpager {
    display: inline-block;
    border-radius: 4px;
}

    #flickrpager a, #flickrpager span {
        float: left;
        padding: 6px 10px;
        margin-left: -1px;
        line-height: 1.42857;
        color: #428bca;
        text-decoration: none;
        background-color: #FFF;
        border: 1px solid #DDD;
    }

    #flickrpager span {
        padding: 3px 10px;
        margin-left: 5px;
    }

    #flickrpager select {
        height: 25px;
        width: 50px;
    }

    #flickrpager .active {
        color: #FFF;
        cursor: default;
        background-color: #428bca;
        border-color: #428bca#09c;
    }

.para-items > span, .para-item > a {
    position: relative;
    display: inline-block;
    border: 1px solid #DDD;
    font-size: 12px;
    vertical-align: top;
    margin: 0px 5px 5px 0px;
    padding: 5px 4px;
    cursor: pointer;
    height: 28px;
    border-radius: 4px;
}

    .para-items > span:hover, .para-items > a:hover, .para-items > .active {
        border-color: #428bca;
        background-color: #428bca;
        color: #fff;
        text-decoration: none;
        border-radius: 4px;
    }

.para-items > .active {
    background-image: url(../img/para-items-active.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-right: 11px;
}

.pararemove-items > span, .pararemove-item > a {
    position: relative;
    display: inline-block;
    border: 1px solid #DDD;
    font-size: 12px;
    vertical-align: top;
    margin: 0px 5px 5px 0px;
    padding: 4px 8px;
    cursor: pointer;
}

    .pararemove-items > span:hover, .pararemove-items > span:hover::after {
        border-color: #09c;
        background-color: #09c;
        color: #fff;
        text-decoration: none;
    }

        .pararemove-items > span:hover::after {
            padding-left: 2px;
            font-family: 'Glyphicons Halflings';
            content: "\e014";
        }

.search-more {
    border: 1px solid #DDD;
    position: absolute;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 160px;
    left: 50%;
    margin-top: -15px;
    margin-left: -140px;
    background-color: #FFF;
}

.search-up::before {
    font-family: 'Glyphicons Halflings';
    content: "\e113";
}

.search-down::before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
}

.list-group-item.active {
    background-color: #09c;
    border-color: #09c;
}

    .list-group-item.active:focus, .list-group-item.active:hover {
        background-color: #297BAB;
        border-color: #297BAB;
    }

 
 
 

.modal-title {
    font-size: 12px;
    margin-top: 5px;
}

.panel-title {
    font-size: 14px !important;
}

legend {
    font-size: 14px;
}

.nav-tabs {
    border-bottom: 2px solid #428bca;
    margin-bottom: 6px;
}

    .nav-tabs > li > a {
        background-color: #ededed;
        color: #333;
        border-bottom: 0px;
        margin-left: 4px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

        .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
            background-color: #DDD;
        }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        border-color: #428bca #428bca transparent;
        background-color: #428bca;
        color: #fff;
    }

.slider-right {
    /*position: absolute;*/
    top: 5px;
    right: 5px;
    float: right;
    border-radius: 3px;
    display: inline-block;
    border: 1px solid #DDD;
    cursor: pointer;
    padding: 5px 2px;
}

    .slider-right span {
        border-radius: 3px;
        margin: 5px 0px;
        padding: 5px 10px;
    }

        .slider-right span.active {
            background-color: #09c;
            color: #FFF;
        }

.table input[type="checkbox"] {
    width: 16px;
    height: 16px;
}
/*截断文本 以省略号代替被截断的文本 需配合max-width使用*/
.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

/*你的位置导航条样式*/
.position-bar {
    border: 1px solid #cccccc;
    background: url('../img/nav.jpg') left top repeat;
    height: 27px;
    line-height: 27px;
}

.position {
    padding-left: 2px !important;
}

    .position > li {
        display: inline-block;
    }

        .position > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/\00a0";
        }
/* End: 内容页定制样式*/

/* Begin: 上传控件样式 */
.uploadify {
    position: relative;
    margin-bottom: 1em;
}

.uploadify-button {
    background-color: #505050;
    background-image: linear-gradient(bottom, #505050 0%, #707070 100%);
    background-image: -o-linear-gradient(bottom, #505050 0%, #707070 100%);
    background-image: -moz-linear-gradient(bottom, #505050 0%, #707070 100%);
    background-image: -webkit-linear-gradient(bottom, #505050 0%, #707070 100%);
    background-image: -ms-linear-gradient(bottom, #505050 0%, #707070 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #505050), color-stop(1, #707070) );
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #808080;
    color: #FFF;
    font: bold 12px Arial, Helvetica, sans-serif;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    width: 100%;
}

.uploadify:hover .uploadify-button {
    background-color: #606060;
    background-image: linear-gradient(top, #606060 0%, #808080 100%);
    background-image: -o-linear-gradient(top, #606060 0%, #808080 100%);
    background-image: -moz-linear-gradient(top, #606060 0%, #808080 100%);
    background-image: -webkit-linear-gradient(top, #606060 0%, #808080 100%);
    background-image: -ms-linear-gradient(top, #606060 0%, #808080 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #606060), color-stop(1, #808080) );
    background-position: center bottom;
}

.uploadify-button.disabled {
    background-color: #D0D0D0;
    color: #808080;
}

.uploadify-queue {
    margin-bottom: 1em;
}

.uploadify-queue-item {
    background-color: #F5F5F5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font: 11px Verdana, Geneva, sans-serif;
    margin-top: 5px;
    max-width: 350px;
    padding: 10px;
}

.uploadify-error {
    background-color: #FDE5DD !important;
}

.uploadify-queue-item .cancel a {
    background: url('../uploadify/uploadify-cancel.png') 0 0 no-repeat;
    float: right;
    height: 16px;
    text-indent: -9999px;
    width: 16px;
}

.uploadify-queue-item.completed {
    background-color: #E5E5E5;
}

.uploadify-progress {
    background-color: #E5E5E5;
    margin-top: 10px;
    width: 100%;
}

.uploadify-progress-bar {
    background-color: #0099FF;
    height: 3px;
    width: 1px;
}
/* End: 上传控件样式 */

 
/* Begin:操作向导样式 */

/* Begin:树形菜单样式 */
.Droptree {
    min-height: 20px;
    /*padding:19px;*/
    margin-bottom: 20px;
    background-color: #FFF;
    border: 2px solid #09c;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.noborder {
    border: 0px solid #2C8DCB;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.05);
}

.Droptree > ul {
    margin-left: -40px;
    margin-top: 6px;
}

.Droptree li {
    list-style-type: none;
    margin: 0;
    padding: 3px 1px 0 5px;
    position: relative;
}

    .Droptree li::before, .Droptree li::after {
        content: '';
        left: -21px;
        position: absolute;
        right: auto;
    }

    .Droptree li::before {
        border-left: 1px solid #999;
        bottom: 40px;
        height: 100%;
        top: 0;
        width: 1px;
    }

    .Droptree li::after {
        border-top: 1px solid #999;
        height: 20px;
        top: 18px;
        width: 25px;
    }

    .Droptree li span {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 1px solid #999;
        border-radius: 5px;
        display: inline-block;
        padding: 2px 8px;
        text-decoration: none;
    }

    .Droptree li > span {
        cursor: pointer;
        display: inline-block;
    }

        .Droptree li > span > label {
            font-weight: normal;
        }

.Droptree > ul > li::before, .Droptree > ul > li::after {
    border: 0;
}

.Droptree li:last-child::before {
    height: 19px;
}

.Droptree li > span:hover, .Droptree li > span:hover + ul li span {
    background: #eee;
    border: 1px solid #94a0b4;
    color: #000;
}

.Droptree .list-inline {
    margin-left: 40px;
}

    .Droptree .list-inline li::before {
        border-left: 0px solid #999;
        bottom: 40px;
        height: 100%;
        top: 0;
        width: 1px;
    }

    .Droptree .list-inline li:first-child::before {
        border-left: 1px solid #999;
        height: 19px;
        bottom: 40px;
        top: 0;
        width: 1px;
    }

    .Droptree .list-inline li::after {
        border-top: 0px solid #999;
    }

    .Droptree .list-inline li:first-child::after {
        border-top: 1px solid #999;
        height: 20px;
        top: 18px;
        width: 25px;
    }
/* End: 树形菜单样式 */

/*start:产品编辑页特殊样式*/

#stuul li {
    height: 40px;
    list-style-type: none;
}

#stuul label {
    font-weight: bolder;
    min-width: 80px;
    text-align: right;
}

.odd {
    width: 40px;
}

.even {
    padding-left: 20px;
    width: 80px;
}

#uploadimagediv table {
    table-layout: fixed;
}

#uploadimagediv td {
    word-wrap: break-word;
}

.form-control2 {
    width: 70%;
    height: 34px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
/*end:产品编辑页特殊样式*/

/*begin: Loading样式 */
.spinner {
    margin: 50px auto 50px;
    width: 150px;
    text-align: center;
}

    .spinner > div {
        width: 30px;
        height: 30px;
        background-color: #67CF22;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
        animation: bouncedelay 1.4s infinite ease-in-out;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0);
    }

    40% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
/*end: Loading样式 */
/*扫描枪未激活样式*/
.scan_textarea_deactive {
    background: transparent url('../img/scan_textarea_deactive.png') no-repeat 50px 35px;
    background-color: #F7F7F7;
}

/*图片缩略效果图 start*/
.th-thumbnails a {
    cursor: pointer;
}

.th-thumbnails {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .th-thumbnails > li {
        float: left;
        position: relative;
        overflow: hidden;
        margin: 1px;
        display: inline-block;
        max-width: 100%;
        height: auto;
        padding: 2px;
        line-height: 1.42857143;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 4px;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

        .th-thumbnails > li > :first-child {
            display: block;
            position: relative;
        }

        .th-thumbnails > li .tags {
            display: inline-block;
            position: absolute;
            bottom: 0;
            right: 0;
            left: 0;
            overflow: visible;
            direction: rtl;
            padding: 0;
            margin: 0;
            height: auto;
            width: auto;
            background-color: transparent;
            border: 0;
            vertical-align: inherit;
        }

            .th-thumbnails > li .tags > .label-holder {
                opacity: .92;
                filter: alpha(opacity=92);
                display: table;
                margin: 1px 0 0 0;
                direction: ltr;
                text-align: left;
            }

                .th-thumbnails > li .tags > .label-holder:hover {
                    opacity: 1;
                    filter: alpha(opacity=100);
                }

        .th-thumbnails > li > .tools {
            position: absolute;
            top: 0;
            bottom: 0;
            left: -30px;
            width: 24px;
            background-color: rgba(0,0,0,0.55);
            text-align: center;
            vertical-align: middle;
            -webkit-transition: all .2s ease;
            transition: all .2s ease;
        }

            .th-thumbnails > li > .tools.tools-right {
                left: auto;
                right: -30px;
            }

            .th-thumbnails > li > .tools.tools-bottom {
                width: auto;
                height: 28px;
                left: 0;
                right: 0;
                top: auto;
                bottom: -30px;
            }

            .th-thumbnails > li > .tools.tools-top {
                width: auto;
                height: 28px;
                left: 0;
                right: 0;
                top: -30px;
                bottom: auto;
            }

        .th-thumbnails > li:hover > .tools {
            left: 0;
        }

            .th-thumbnails > li:hover > .tools.tools-bottom {
                top: auto;
                bottom: 0;
            }

            .th-thumbnails > li:hover > .tools.tools-top {
                bottom: auto;
                top: 0;
            }

            .th-thumbnails > li:hover > .tools.tools-right {
                left: auto;
                right: 0;
            }

        .th-thumbnails > li > .tools > a, .th-thumbnails > li > :first-child .inner a {
            display: inline-block;
            color: #FFF;
            font-size: 18px;
            font-weight: normal;
            padding: 0 4px;
        }

            .th-thumbnails > li > .tools > a:hover, .th-thumbnails > li > :first-child .inner a:hover {
                text-decoration: none;
                color: #c9e2ea;
            }

        .th-thumbnails > li .tools.tools-bottom > a, .th-thumbnails > li .tools.tools-top > a {
            display: inline-block;
        }

        .th-thumbnails > li > :first-child > .text {
            position: absolute;
            right: 0;
            left: 0;
            bottom: 0;
            top: 0;
            text-align: center;
            color: #FFF;
            background-color: rgba(0,0,0,0.55);
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transition: all .2s ease;
            transition: all .2s ease;
        }

            .th-thumbnails > li > :first-child > .text:before {
                content: '';
                display: inline-block;
                height: 100%;
                vertical-align: middle;
                margin-right: 0;
            }

            .th-thumbnails > li > :first-child > .text > .inner {
                padding: 4px 0;
                margin: 0;
                display: inline-block;
                vertical-align: middle;
                max-width: 90%;
            }

        .th-thumbnails > li:hover > :first-child > .text {
            opacity: 1;
            filter: alpha(opacity=100);
        }
/*图片缩略效果图 end*/

/*lable 样式*/
.redglelable {
    border-radius: 0;
    text-shadow: none;
    font-weight: normal;
    display: inline-block;
    background-color: #abbac3 !important;
}

    .redglelable[class*="col-"][class*="arrow"] {
        min-height: 0;
    }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::safari-only, .redglelable:empty {
        display: inline-block;
    }

    ::safari-only, .redglebadge:empty {
        display: inline-block;
    }
}

.redglebadge {
    text-shadow: none;
    font-size: 12px;
    padding-top: 1px;
    padding-bottom: 3px;
    font-weight: normal;
    line-height: 15px;
    background-color: #abbac3 !important;
}

    .redglebadge.no-radius {
        border-radius: 0;
    }

    .redglebadge.radius-1 {
        border-radius: 1px;
    }

    .redglebadge.radius-2 {
        border-radius: 2px;
    }

    .redglebadge.radius-3 {
        border-radius: 3px;
    }

    .redglebadge.radius-4 {
        border-radius: 4px;
    }

    .redglebadge.radius-5 {
        border-radius: 5px;
    }

    .redglebadge.radius-6 {
        border-radius: 6px;
    }

.redglelable-transparent, .redglebadge-transparent {
    background-color: transparent !important;
}

.redglelable-grey, .redglebadge-grey {
    background-color: #a0a0a0 !important;
}

.redglelable-info, .redglebadge-info {
    background-color: #3a87ad !important;
}

.redglelable-primary, .redglebadge-primary {
    background-color: #428bca !important;
}

.redglelable-success, .redglebadge-success {
    background-color: #82af6f !important;
}

.redglelable-danger, .redglebadge-danger {
    background-color: #d15b47 !important;
}

.redglelable-important, .redglebadge-important {
    background-color: #d15b47 !important;
}

.redglelable-inverse, .redglebadge-inverse {
    background-color: #333 !important;
}

.redglelable-warning, .redglebadge-warning {
    background-color: #f89406 !important;
}

.redglelable-default, .redglebadge-default {
    background-color: #09c !important;
}

.redglelable-pink, .redglebadge-pink {
    background-color: #d6487e !important;
}

.redglelable-purple, .redglebadge-purple {
    background-color: #9585bf !important;
}

.redglelable-yellow, .redglebadge-yellow {
    background-color: #fee188 !important;
}

.redglelable-light, .redglebadge-light {
    background-color: #e7e7e7 !important;
}

.redglebadge-yellow, .redglelable-yellow {
    color: #963 !important;
    border-color: #fee188;
}

.redglebadge-light, .redglelable-light {
    color: #888 !important;
}

.redglelable.arrowed, .redglelable.arrowed-in {
    position: relative;
    z-index: 1;
}

    .redglelable.arrowed:before, .redglelable.arrowed-in:before {
        display: inline-block;
        content: "";
        position: absolute;
        top: 0;
        z-index: -1;
        border: 1px solid transparent;
        border-right-color: #abbac3;
    }

    .redglelable.arrowed-in:before {
        border-color: #abbac3;
        border-left-color: transparent !important;
    }

.redglelable.arrowed-right, .redglelable.arrowed-in-right {
    position: relative;
    z-index: 1;
}

    .redglelable.arrowed-right:after, .redglelable.arrowed-in-right:after {
        display: inline-block;
        content: "";
        position: absolute;
        top: 0;
        z-index: -1;
        border: 1px solid transparent;
        border-left-color: #abbac3;
    }

    .redglelable.arrowed-in-right:after {
        border-color: #abbac3;
        border-right-color: transparent !important;
    }

.redglelable-info.arrowed:before {
    border-right-color: #3a87ad;
}

.redglelable-info.arrowed-in:before {
    border-color: #3a87ad;
}

.redglelable-info.arrowed-right:after {
    border-left-color: #3a87ad;
}

.redglelable-info.arrowed-in-right:after {
    border-color: #3a87ad;
}

.redglelable-primary.arrowed:before {
    border-right-color: #428bca;
}

.redglelable-primary.arrowed-in:before {
    border-color: #428bca;
}

.redglelable-primary.arrowed-right:after {
    border-left-color: #428bca;
}

.redglelable-primary.arrowed-in-right:after {
    border-color: #428bca;
}

.redglelable-success.arrowed:before {
    border-right-color: #82af6f;
}

.redglelable-success.arrowed-in:before {
    border-color: #82af6f;
}

.redglelable-success.arrowed-right:after {
    border-left-color: #82af6f;
}

.redglelable-success.arrowed-in-right:after {
    border-color: #82af6f;
}

.redglelable-warning.arrowed:before {
    border-right-color: #f89406;
}

.redglelable-warning.arrowed-in:before {
    border-color: #f89406;
}

.redglelable-warning.arrowed-right:after {
    border-left-color: #f89406;
}

.redglelable-warning.arrowed-in-right:after {
    border-color: #f89406;
}

.redglelable-important.arrowed:before {
    border-right-color: #d15b47;
}

.redglelable-important.arrowed-in:before {
    border-color: #d15b47;
}

.redglelable-important.arrowed-right:after {
    border-left-color: #d15b47;
}

.redglelable-important.arrowed-in-right:after {
    border-color: #d15b47;
}

.redglelable-danger.arrowed:before {
    border-right-color: #d15b47;
}

.redglelable-danger.arrowed-in:before {
    border-color: #d15b47;
}

.redglelable-danger.arrowed-right:after {
    border-left-color: #d15b47;
}

.redglelable-danger.arrowed-in-right:after {
    border-color: #d15b47;
}

.redglelable-inverse.arrowed:before {
    border-right-color: #333;
}

.redglelable-inverse.arrowed-in:before {
    border-color: #333;
}

.redglelable-inverse.arrowed-right:after {
    border-left-color: #333;
}

.redglelable-inverse.arrowed-in-right:after {
    border-color: #333;
}

.redglelable-pink.arrowed:before {
    border-right-color: #d6487e;
}

.redglelable-pink.arrowed-in:before {
    border-color: #d6487e;
}

.redglelable-pink.arrowed-right:after {
    border-left-color: #d6487e;
}

.redglelable-pink.arrowed-in-right:after {
    border-color: #d6487e;
}

.redglelable-default.arrowed:before {
    border-right-color: #09c;
}

.redglelable-default.arrowed-in:before {
    border-color: #09c;
}

.redglelable-default.arrowed-right:after {
    border-left-color: #09c;
}

.redglelable-default.arrowed-in-right:after {
    border-color: #09c;
}

.redglelable-purple.arrowed:before {
    border-right-color: #9585bf;
}

.redglelable-purple.arrowed-in:before {
    border-color: #9585bf;
}

.redglelable-purple.arrowed-right:after {
    border-left-color: #9585bf;
}

.redglelable-purple.arrowed-in-right:after {
    border-color: #9585bf;
}

.redglelable-yellow.arrowed:before {
    border-right-color: #fee188;
}

.redglelable-yellow.arrowed-in:before {
    border-color: #fee188;
}

.redglelable-yellow.arrowed-right:after {
    border-left-color: #fee188;
}

.redglelable-yellow.arrowed-in-right:after {
    border-color: #fee188;
}

.redglelable-light.arrowed:before {
    border-right-color: #e7e7e7;
}

.redglelable-light.arrowed-in:before {
    border-color: #e7e7e7;
}

.redglelable-light.arrowed-right:after {
    border-left-color: #e7e7e7;
}

.redglelable-light.arrowed-in-right:after {
    border-color: #e7e7e7;
}

.redglelable-grey.arrowed:before {
    border-right-color: #a0a0a0;
}

.redglelable-grey.arrowed-in:before {
    border-color: #a0a0a0;
}

.redglelable-grey.arrowed-right:after {
    border-left-color: #a0a0a0;
}

.redglelable-grey.arrowed-in-right:after {
    border-color: #a0a0a0;
}

.redglelable {
    font-size: 12px;
    line-height: 1.15;
    height: 20px;
}

    .redglelable.arrowed {
        margin-left: 5px;
    }

        .redglelable.arrowed:before {
            left: -10px;
            border-width: 10px 5px;
        }

    .redglelable.arrowed-in {
        margin-left: 5px;
    }

        .redglelable.arrowed-in:before {
            left: -5px;
            border-width: 10px 5px;
        }

    .redglelable.arrowed-right {
        margin-right: 5px;
    }

        .redglelable.arrowed-right:after {
            right: -10px;
            border-width: 10px 5px;
        }

    .redglelable.arrowed-in-right {
        margin-right: 5px;
    }

        .redglelable.arrowed-in-right:after {
            right: -5px;
            border-width: 10px 5px;
        }

.redglelable-lg {
    padding: .3em .6em .4em;
    font-size: 13px;
    line-height: 1.1;
    height: 24px;
}

    .redglelable-lg.arrowed {
        margin-left: 6px;
    }

        .redglelable-lg.arrowed:before {
            left: -12px;
            border-width: 12px 6px;
        }

    .redglelable-lg.arrowed-in {
        margin-left: 6px;
    }

        .redglelable-lg.arrowed-in:before {
            left: -6px;
            border-width: 12px 6px;
        }

    .redglelable-lg.arrowed-right {
        margin-right: 6px;
    }

        .redglelable-lg.arrowed-right:after {
            right: -11px;
            border-width: 12px 6px;
        }

    .redglelable-lg.arrowed-in-right {
        margin-right: 6px;
    }

        .redglelable-lg.arrowed-in-right:after {
            right: -6px;
            border-width: 12px 6px;
        }

.redglelable-xlg {
    padding: .3em .7em .4em;
    font-size: 14px;
    line-height: 1.3;
    height: 28px;
}

    .redglelable-xlg.arrowed {
        margin-left: 7px;
    }

        .redglelable-xlg.arrowed:before {
            left: -14px;
            border-width: 14px 7px;
        }

    .redglelable-xlg.arrowed-in {
        margin-left: 7px;
    }

        .redglelable-xlg.arrowed-in:before {
            left: -7px;
            border-width: 14px 7px;
        }

    .redglelable-xlg.arrowed-right {
        margin-right: 7px;
    }

        .redglelable-xlg.arrowed-right:after {
            right: -14px;
            border-width: 14px 7px;
        }

    .redglelable-xlg.arrowed-in-right {
        margin-right: 7px;
    }

        .redglelable-xlg.arrowed-in-right:after {
            right: -7px;
            border-width: 14px 7px;
        }

.redglelable-sm {
    padding: .2em .4em .3em;
    font-size: 11px;
    line-height: 1;
    height: 18px;
}

    .redglelable-sm.arrowed {
        margin-left: 4px;
    }

        .redglelable-sm.arrowed:before {
            left: -8px;
            border-width: 9px 4px;
        }

    .redglelable-sm.arrowed-in {
        margin-left: 4px;
    }

        .redglelable-sm.arrowed-in:before {
            left: -4px;
            border-width: 9px 4px;
        }

    .redglelable-sm.arrowed-right {
        margin-right: 4px;
    }

        .redglelable-sm.arrowed-right:after {
            right: -8px;
            border-width: 9px 4px;
        }

    .redglelable-sm.arrowed-in-right {
        margin-right: 4px;
    }

        .redglelable-sm.arrowed-in-right:after {
            right: -4px;
            border-width: 9px 4px;
        }

.redglelable > span, .redglelable > [class*="icon-"] {
    line-height: 1;
    vertical-align: bottom;
}
/*lable 样式*/

/*客服中心样式*/
.customerservice {
    width: 100%;
    height: 100%;
}

    .customerservice ul {
        width: 100%;
        padding: 0;
    }

        .customerservice ul li {
            width: 93px;
            height: 23px;
            float: left;
            margin-right: 7px;
            display: inline;
            margin-bottom: 15px;
        }

            .customerservice ul li a {
                width: 88px;
                height: 23px;
                line-height: 23px;
                display: block;
                color: #333;
                text-align: center;
                font-size: 13px;
                border: 1px #cccccc solid;
                background-color: #eeeeee;
                text-decoration: none;
            }

                .customerservice ul li a:hover {
                    width: 88px;
                    height: 23px;
                    line-height: 23px;
                    display: block;
                    color: #fff;
                    text-align: center;
                    font-size: 13px;
                    border: 1px #cccccc solid;
                    background-color: #3a9edf;
                    text-decoration: none;
                }

.customerservice_qq_small_check {
    padding-left: 21px;
    float: left;
    display: block;
    background: transparent url(../img/QQ_small.png) no-repeat 0px 2px;
}

    .customerservice_qq_small_check a {
        width: 88px;
        height: 23px;
        line-height: 23px;
        display: block;
        color: #333;
        text-align: center;
        font-size: 13px;
        border: 1px #cccccc solid;
        background-color: #eeeeee;
        text-decoration: none;
    }

        .customerservice_qq_small_check a:hover {
            width: 88px;
            height: 23px;
            line-height: 23px;
            display: block;
            color: #fff;
            text-align: center;
            font-size: 13px;
            border: 1px #cccccc solid;
            background-color: #3a9edf;
            text-decoration: none;
        }

.customerservice_bottom {
    border-top: 1px solid #CCCCCC;
    float: left;
    font-size: 12px;
    padding-top: 15px;
    width: 389px;
}

.customerservice_hr {
    border-top: 1px dashed #CCCCCC;
    float: left;
    font-size: 12px;
    width: 95%;
    height: 3px;
}

.customerservice_qq_small {
    padding-left: 20px;
    background: transparent url(../img/QQ_small.png) no-repeat 0px -2px;
}

.customerservice_phone {
    padding-left: 20px;
    float: left;
    background: transparent url(../img/phone.png) no-repeat 0px -2px;
    margin-right: 3px;
    font-size: 13px;
    margin-right: 18px;
    height: 25px;
}

.customerservice_phone_right {
    padding-left: 20px;
    float: right;
    background: transparent url(../img/phone.png) no-repeat 0px -2px;
    margin-right: 3px;
    font-size: 13px;
    height: 25px;
}

.customerservice_combinin {
    padding-left: 45px;
    float: left;
    background: transparent url('../img/combinin.png') no-repeat 0px 0px;
    font-size: 28px;
    font-weight: 700;
    height: 39px;
    vertical-align: middle;
    text-align: right;
    color: #666666;
    margin-left: 25px;
}

.customerservice_qq {
    padding-left: 45px;
    float: left;
    background: transparent url('../img/QQ.png') no-repeat 0px 0px;
    font-size: 28px;
    font-weight: 700;
    height: 39px;
    vertical-align: middle;
    text-align: right;
    color: #666666;
    margin-left: 25px;
}

.customerservice_check {
    padding-left: 45px;
    float: left;
    background: transparent url('../img/check.png') no-repeat;
    font-size: 28px;
    font-weight: 700;
    height: 39px;
    vertical-align: middle;
    text-align: right;
    color: #666666;
    margin-left: 25px;
}

.customerservice_after {
    width: 39px;
    height: 39px;
    float: left;
    background: transparent url('../img/after.png') no-repeat;
}

.customerservice_check_left {
    float: left;
    width: 53px;
    font-size: 13px;
}

.customerservice_check_right {
    float: left;
    width: 170px;
    font-size: 13px;
    line-height: 20px;
}

/*Begin：物流跟踪样式*/
.message-details {
    min-height: 10px;
    padding: 0 10px;
}

    .message-details dl {
        margin-bottom: 20px;
        padding: 0 10px;
    }

    .message-details dt {
        font-weight: bold;
        height: 30px;
        line-height: 30px;
    }

        .message-details dt a {
            color: #234093;
        }

    .message-details dd {
        background-image: url("../img/track_dt_line.png");
        background-position: left 0;
        background-repeat: repeat-y;
        margin-left: 6px;
        padding: 10px 0 0 14px;
        position: relative;
    }

        .message-details dd i {
            background-image: url("../img/inquirydisplayicon.png");
            background-position: -314px -66px;
            background-repeat: no-repeat;
            display: block;
            height: 12px;
            left: -5px;
            position: absolute;
            top: 12px;
            width: 12px;
        }

        .message-details dd time {
            display: block;
            float: left;
            width: 110px;
        }

        .message-details dd p {
            display: block;
            padding-left: 120px;
            margin-bottom: 0px;
        }

        .message-details dd.new {
            background-position: left 4px;
            padding: 0 0 0 14px;
        }

            .message-details dd.new i {
                background-color: #fff;
                background-position: -300px -62px;
                height: 16px;
                top: 0;
            }

        .message-details dd.begin {
            background-position: left -4px;
            background-repeat: no-repeat;
        }

            .message-details dd.begin time {
                width: 120px;
            }

        .message-details dd::after {
            clear: both;
            content: "";
            display: block;
            height: 0;
            visibility: hidden;
        }

    .message-details dd {
        display: block;
    }

.modal-backdrop {
    z-index: 666;
    opacity: 0.8;
}
/*End 物流跟踪样式*/
.tableBlue th {
    background: #09c;
    color: #fff;
}

.QuestionChoose {
    margin-bottom: 2px;
}

.QuestionBakChoose {
    background-color: #ededed;
    border-color: #d6e9c6;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

#divStep span {
    cursor: pointer;
}

       
/* Begin：新的管理页面样式 */
/* 查询框样式 */
.search-panel {
    margin-bottom: 15px !important;
    line-height: 14px;
    background-color: #FFF;
    border: 1px solid transparent;
    border-color: #CCC;
}

    .search-panel .row {
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 5px;
    }

    .search-panel .bottom-line {
        padding-bottom: 4px;
        border-bottom: dashed 1px #CCC;
    }

    .search-panel .bottom-end {
        margin-bottom: 12px;
    }

    .search-panel .search-item > span {
        cursor: pointer;
        padding: 2px 2px;
        margin: 1px 4px 8px 0;
        border-radius: 2px;
        line-height: 22px;
        display: inline-block;
        padding: 0px 5px 0px 5px;
    }

    .search-panel .search-item .glyphicon {
        margin-right: 0px;
        color: #FFF;
    }

    .search-panel .search-item > .active, .search-panel .search-item span:hover {
        background-color: #428BCA;
        color: #FFF !important;
    }

    .search-panel .more-option {
        float: right;
        margin-top: 5px;
        margin-right: 20px;
    }

        .search-panel .more-option .checkbox {
            -ms-transform: scale(1.2); /* IE */
            -moz-transform: scale(1.2); /* FireFox */
            -webkit-transform: scale(1.2); /* Safari and Chrome */
            -o-transform: scale(1.2); /* Opera */
        }
.pageNote {
    height:80px;
    line-height:80px;
    vertical-align:middle;

}

/**课程模板*/

.homeBtn {
        float: right;
        padding: 6px 15px;
        border: 1px solid #0970ab;
        display: block;
        color: #0970ab;
        margin: 0px;
        cursor:pointer;
    }

    .lessonName {
        margin-left: 20px;
        float: left;
    }

        .lessonName h5 {
            font-weight: bold;
            font-size: 15px;
            margin: 0px 0px 5px 0px;
            color:#2b2b2b;
        }

        .lessonName p {
            font-size: 14px;
            color: #444;
            margin:15px 0px 0px 0px;
        }

    .LessonItem {
        border-bottom: 1px solid #f4f4f4;
        float: left;
        width: 100%;
        padding-bottom: 20px;
    }

        .LessonItem > div {
            width: 100%;
            height: auto;
            overflow: hidden;
        }

            .lessonindex {
                font-size: 26px;
                font-weight: bold;
                float: left;
            }

    .lessonContent {
        width: 100%;
        padding: 10px 0px 0px 45px;
        box-sizing: border-box;
    }

        .lessonContent ul li {
            font-size: 14px;
            color: #666;
        }




/*登录公用方法样式  ****************START*********************************************/
 #warnLoginName{
    display:compact;
}
.opendiv{
    z-index:100;
    overflow:auto;
    background:#fff;
    border-radius:5px;

}
#logindiv .login_form form {
    margin-top:0px;
}
#logindiv .login_form .login_title {
    border-bottom:0px;
}

.login_form input[type='text'], .login_form input[type='password'] {
    outline: none;
    -webkit-appearance: none;
    box-shadow: 0 0 0 1px var(--el-input-border-color,var(--el-border-color)) inset;
}

.login_wrap{
    background: #fff;
}
.login_box{
    position: relative;
}
.login_box .left img{
    width: 100%;
}
.login_box .login_form{
    width: 360px;
    height: auto;
    border-radius: 5px;
    background: #FFFFFF;
    display: inline-block;
    position: absolute;
    right: 15%;
    top: 13%;
}
.login_box .form_register{
    width: 360px;
    height: auto;
    border-radius: 5px;
    background: #FFFFFF;
    display: inline-block;
    position: absolute;
    right: 15%;
    top: 18%;
}

.login_title{
	font-size: 22px;
	text-align: center;
	color: #666;
	padding-top: 15px;
	width: 300px;
	margin: 0 auto;
    text-align: center;
	/*border-bottom: solid 1px #CCCCCC;*/
}
.form_text_ipt{
	width: 300px;
	border: solid 1px #CCCCCC;
	margin: 0 0 0 30px;
	background: #FFFFFF;
}
.form_check_ipt{
	width: 300px;
	margin: 5px 0 10px 30px;
	overflow: hidden;
}
.form_text_ipt input{
	height: 38px;
	border: none;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #bdbdbd !important;
    width:100%;
}
.check_left label{
	cursor: pointer;
}
.check_left label input{
	position: relative;
	top: 2px;
}
.form_btn{
	width: 300px;
	height: 40px;
	margin: 0 0 10px 30px;
}
.form_btn button{
	width: 100%;
	height: 100%;
	border: none;
	color: #FFFFFF;
	font-size: 14px;
	background: #00a0e9;
	cursor: pointer;
}
#fromRegister .form-group .com-md-12 .form_btn {
    padding:0px 15px;
    width:100%;
    height:auto;
    margin:0px;
}
#fromRegister .form-group .com-md-12 .form_btn #btnlogin {
    width:100%;
    height:auto;
    padding:5px 0px;

}


.form_reg_btn{
	width: 300px;
	margin: 10px auto 0px;
	font-size: 12px;
	color: #999;
}
.other_login{
	overflow: hidden;
	width: 300px;
	height: 40px;
	line-height: 40px;
	margin: 0px auto;
}
.other_left{
	font-size: 14px;
	color: #999;
}

.other_right a{
	margin:5px;
	color:#636363;
}

.other_right a:hover{
	/*color:#AEEEEE;*/
    color:#0970ab;
}
.left.other_right .fa.fa-qq.fa-2x,.left.other_right .fa.fa-weixin.fa-2x,.left.other_right .fa.fa-weibo.fa-2x {
    font-size:1.3em;
    color:#666;
}


.left{float: left;}
.right{float: right;}
.clear{clear:both;}
.red{color: #f60;}

.ececk_warning{
	/*font-size: 8px;*/
	color: red;
	width: 300px;
    height:25px;
    line-height:25px;
    margin:0 auto;
	visibility:hidden;
}
.clearfix::after,.clearfix::before{
    display: block;
    visibility: hidden;
    clear: both;
}
.logon_footer{
    text-align:center;
    color:#999;
    width:100%;
    height:auto;
    left:0px;
    margin:0;padding:0;clear:both;position:absolute;bottom:0px;
}
.top_logo{
    width:1170px;
    margin:0 auto;
}
/*登录公用方法样式  END*/



.index_footer__WMC2K {
    background-color: #f7f7f7;
}

.index_footer-contanier__ok4hW {
    width: 1200px;
    padding: 0 20px;
    padding-top: 50px;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.index_footer-contanier-bottom__Utj3q {
    display: block;
    width: 100%;
    height: 58px;
    font-size: 14px;
    font-weight: 400;
    line-height: 58px;
    text-align: center;
    box-shadow: inset 0 1px 0 0 #dcdcdc;
}