body {
    font-family: "hiragino sans gb", "Helvetica Neue", "Helvetica", "Arial", "Microsoft YaHei", "宋体", "simsun", "sans-serif";
    font-size: 12px;
    color: #4d4d4d;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "hiragino sans gb", "Helvetica Neue", "Helvetica", "Arial", "Microsoft YaHei", "宋体", "simsun", "sans-serif";
}

input[type="password"] {
    font-family: Verdana, Arial, Helvetica;
}

.navbar-inverse .navbar-brand {
    color: #FFF;
}

/* alert修复 */
.alert > p {
    white-space: nowrap;
}

/* 表单重写 */
.table tbody > tr > td {
    vertical-align: middle;
    border-top: 0;
    border-bottom: 1px solid #DDD;
}

.table-none thead > tr > th,
.table-none tbody > tr > th,
.table-none tfoot > tr > th,
.table-none thead > tr > td,
.table-none tbody > tr > td,
.table-none tfoot > tr > td {
    border: 0;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background: #F7F7F7;
}

.table-hover > tbody > tr > td,
.table-hover > tbody > tr > th {
    /*-webkit-transition: 0.25s linear;*/
    /*transition: 0.25s linear;*/
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background: #E1E3E7;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #7F8999;
    color: #FFF;
}

.table > thead > tr > td.active *,
.table > tbody > tr > td.active *,
.table > tfoot > tr > td.active *,
.table > thead > tr > th.active *,
.table > tbody > tr > th.active *,
.table > tfoot > tr > th.active *,
.table > thead > tr.active > td *,
.table > tbody > tr.active > td *,
.table > tfoot > tr.active > td *,
.table > thead > tr.active > th *,
.table > tbody > tr.active > th *,
.table > tfoot > tr.active > th * {
    color: #FFF;
}

.table-striped > tbody > tr > td,
.table-striped > tbody > tr > th {
    border: 0;
}

/* 珊兰补充 */
.col-xs-offset-1 {
    margin-left: 8.333333333333332%;
}

.col-xs-offset-2 {
    margin-left: 16.666666666666664%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333333333%;
}

.col-xs-offset-5 {
    margin-left: 41.66666666666667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.333333333333336%;
}

.col-xs-offset-8 {
    margin-left: 66.66666666666666%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333333334%;
}

.col-xs-offset-11 {
    margin-left: 91.66666666666666%;
}

/*dropdown-menu*/
.dropdown-menu {
    background-color: #3D434A;
    border: 0 none;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: 160px;
    opacity: 0;
    visibility: hidden;

    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.dropdown-menu .divider {
    margin: 3px 0;
}

.open > .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.dropdown-menu > li > a {
    padding: 3px 20px;
    color: #fff;

    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #FFF;
    background-color: #448DE8;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #448DE8;
}

/*button*/
.btn {
    padding: 3px 15px;
    font-size: 13px;
    border: 0 none;
    color: #fff;
    border-radius: 3px;

    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
}

.btn:focus {
    color: #FFF;
    outline: 0;
}

.btn .caret {
    border-top-color: #FFF;
    margin-left: 2px;
}

.btn:hover,
.btn:active {
    color: #fff;
}

.btn.btn-default {
    background: #7F8999;
}

.btn.btn-default:hover {
    background: #9AA5B8;
}

.btn.btn-default:active {
    background: #6A7280;
}

.btn.btn-diablo {
    background: #24272B;
}

.btn.btn-diablo:hover {
    background: #4E5359;
}

.btn.btn-danger {
    background: #E65353;
}

.btn.btn-danger:hover {
    background: #F26363;
}

.btn.btn-danger:active {
    background: #CC4949;
}

.btn.btn-primary {
    background: #448DE8;
}

.btn.btn-primary:hover {
    background: #539CF5;
}

.btn.btn-primary:active {
    background: #3C7ECF;
}

.btn.btn-success {
    background: #52AE75;
}

.btn.btn-success:hover {
    background: #61BA83;
}

.btn.btn-success:active {
    background: #469464;
}

.btn.btn-warning {
    background: #F39C12;
}

.btn.btn-warning:hover {
    background: #FFA91F;
}

.btn.btn-warning:active {
    background: #D98B0F;
}

.btn.btn-change {
    background-color: #FFF;
    border: 1px solid #C9CCD0;
    color: #7F8999;
}

.open .btn.btn-change,
.btn.btn-change:active,
.btn.btn-change:hover {
    background-color: #448DE8;
    color: #FFF;
    border-color: #448DE8;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.btn-default.disabled:hover,
.btn[disabled]:hover,
fieldset[disabled] .btn:hover,
.btn.disabled:focus,
.btn[disabled]:focus,
fieldset[disabled] .btn:focus,
.btn.disabled:active,
.btn[disabled]:active,
fieldset[disabled] .btn:active,
.btn.disabled.active,
.btn[disabled].active,
fieldset[disabled] .btn.active {
    background: #F7F7F7;
    color: #BDC2C9;
    outline: 0;
}

/* on/off */
.make-switch input {
    display: none;
}

.has-switch {
    border: 0;
}

.has-switch .switch-on {
    background-color: #3D8BFF;
    border-color: #9D8BFF;
}

.has-switch .switch-off {
    background-color: #7F8999;
    border-color: #7F8999;
}

.has-switch .switch-on label:hover,
.has-switch .switch-on label {
    background: #CCCCCC;
}

.has-switch .switch-off label:hover,
.has-switch .switch-off label {
    background: #CCCCCC;
}

.has-switch span.switch-left,
.has-switch span.switch-right,
.has-switch span.switch-left:hover,
.has-switch span.switch-right:hover,
.has-switch span,
.has-switch span:hover {
    background: none;
    text-shadow: none;
    color: #FFF;
}

.btn-upload {
    cursor: pointer;
    position: relative;
    *width: 78px;
    *height: 26px;
    text-align: center;

    display: block;
    overflow: hidden;
}

.btn-upload input {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 23px;
    direction: ltr;
    cursor: pointer;
    height: 100%;
    width: 100%;
    z-index: 99;
}

.form-inline .control-label {
    padding-top: 6px;
}

.help-block {
    color: #b4b4b4;
}

/* 分页 */
.pagination {
    background-color: #D6DBDF;
}

.pagination > li {
    float: left;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 11px 5px;
    text-align: center;
}

.pagination > li > a,
.pagination > li > span {
    float: none;
    border-radius: 50%;
    border: 0;
    padding: 0;
    height: 16px;
    width: 16px;
    line-height: 16px;
    text-align: center;
    color: #FFF;
    display: inline-block;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #FFF;
    color: #D6DBDF;
    height: 20px;
    width: 20px;
    line-height: 20px;
}

.pagination > li:first-child,
.pagination > li:last-child {
    margin: 0;
    height: 42px;
    width: 48px;
}

.pagination > li:first-child {
    border-right: 1px solid #FFF;
    margin-right: 5px;
}

.pagination > li:last-child {
    border-left: 1px solid #FFF;
    margin-left: 5px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    font-size: 20px;
    font-family: "SimSun";
    background-color: transparent;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 42px;
    border-radius: 0;
    font-weight: bold;
}

.pagination > li:first-child > a:hover,
.pagination > li:first-child > span:hover,
.pagination > li:last-child > a:hover,
.pagination > li:last-child > span:hover {
    background-color: transparent;
    color: #FFF;
}

.pagination > li.disabled:first-child > a,
.pagination > li.disabled:first-child > span,
.pagination > li.disabled:last-child > a,
.pagination > li.disabled:last-child > span {
    color: #FFF;
}

/* bread */
.breadcrumb > li + li:before {
    font-family: "SimSun";
    content: ">";
    font-weight: bold;
}

.breadcrumb a {
    color: #B4B4B4;
}

.breadcrumb > .active {
    color: #808080;
}

/*modal*/
.modal {
    overflow-y: auto;
}

.modal .modal-content {
    background: #40464D;
}

.modal .modal-header {
    color: #fff;
    padding: 8px 12px;
    border: 0 none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.modal-header .close {
    color: #fff;
    text-shadow: none;
    opacity: 1;
    font-size: 14px;
    margin-top: 4px;
}

.modal .modal-header h4 {
    font-size: 14px;
}

.modal .modal-footer {
    padding: 7px 12px;
    border: 0 none;
    box-shadow: none;
    margin: 0;
}

/* flat按钮 */
.btn-flat {
    display: inline-block;
    padding: 0 10px;
    color: #FFF;
}

.btn-flat:hover {
    color: #FFF;
    text-decoration: none;
}

.btn-flat-default {
    background-color: #A7B3C4;
}

.btn-flat-danger {
    background-color: #E65353;
}

.btn-flat-success {
    background-color: #52AE75;
}

/* 表单文本框 */
.form-control {
    border: 2px solid #ACB4BF;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
}

.form-control[disabled],
.form-control[readonly],
.form-control.disabled,
.form-control.readonly {
    border-color: #E1E3E7;
    background-color: #F1F1F2;
}

.form-control:-moz-placeholder {
    color: #ACB4BF;
}

.form-control::-moz-placeholder {
    color: #ACB4BF;
}

.form-control:-ms-input-placeholder {
    color: #ACB4BF;
}

.form-control::-webkit-input-placeholder {
    color: #ACB4BF;
}

.form-control:focus {
    border-color: #448DE8;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* 文本组 */
.input-group {
    border: 2px solid #ACB4BF;
    border-radius: 4px;
    overflow: hidden;
    zoom: 1;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
}

.input-group .form-control {
    border: 0;
    box-shadow: none;
    border-radius: 0;
}

.input-group .input-group-btn > .btn {
    background-color: #ACB4BF;
    padding: 8px 15px;
    border-radius: 0;
}

.input-group-focus {
    border-color: #448DE8;
}

#regist_form .input-group-focus {
    border-color: #52ae75;
}

.input-group-focus .input-group-btn > .btn {
    background-color: #448DE8;
}

.input-group-primary {
    border-color: #448DE8;
}

.input-group-primary .input-group-btn > .btn {
    background-color: #448DE8;
}

.input-group .input-group-addon {
    background-color: #FFF;
    border: 0;
    padding-right: 0px;
    color: #ACB4BF;
}

.input-group .glyphicon {
    margin-right: 0;
}

.input-group-focus .input-group-addon {
    color: #448DE8;
}

.input-group-disable {
    border-color: #E1E3E7;
}

.input-group-disable .input-group-btn > .btn {
    background-color: #E1E3E7;
}

.input-group-disable .input-group-addon {
    background-color: #F1F1F2;
}

/* datepicker */
.datetimepicker, .datepicker {
    background-color: #FFF;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);

    opacity: 1;
    visibility: visible;

    -webkit-transition: 0s;
    transition: 0s;
}

.datetimepicker {
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
}

.datetimepicker th span.glyphicon {
    height: 16px;
}

button.show {
    display: inline-block !important;
}

/* 数字框 */
.bootstrap-touchspin {

}

.bootstrap-touchspin input {
    height: 20px;
    line-height: 14px;
    padding: 1px 5px;
}

.bootstrap-touchspin .input-group-btn > .btn.btn {
    padding: 1px 4px;
    width: 18px;
}

/* 图标复写 */
.glyphicon {
    background: url(/Static/images/common/icon_16x16.png?v=8) -4px -4px no-repeat;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin: -4px 4px 0 0;
}

.glyphicon:empty {
    width: 16px;
    height: 16px;
}

.glyphicon:before {
    content: '';
}

.glyphicon-folder-open {
    background-position: -4px -4px;
}

.glyphicon-folder-share {
    background-position: -4px -24px;
}

.glyphicon-folder-smart {
    background-position: -4px -64px;
}

.glyphicon-repeat {
    background-position: -4px -464px;
}

.glyphicon-folder-subscribe {
    background-position: -4px -44px;
}

.glyphicon-plus {
    background-position: -4px -924px;
}

.glyphicon-computer {
    background-position: -4px -404px;
}

.glyphicon-pushpin {
    background-position: -4px -904px;
}

.glyphicon-off {
    background-position: -4px -1024px;
}

.glyphicon-retweet {
    background-position: -4px -1044px;
}

.glyphicon-bookmark {
    background-position: -4px -1064px;
}

.glyphicon-pencil {
    background-position: -4px -984px;
}

.glyphicon-ok {
    background-position: -4px -784px;
}

.glyphicon-trash {
    background-position: -4px -124px;
}

.glyphicon-edit-book {
    background-position: -4px -104px;
}

.glyphicon-dashboard {
    background-position: -4px -1724px;
}

.glyphicon-stop {
    background-position: -4px -504px;
}

.glyphicon-arrow-up {
    background-position: -4px -624px;
}

.glyphicon-new-folder {
    background-position: -4px -144px;
}

.glyphicon-arrow-down {
    background-position: -4px -644px;
}

.glyphicon-question-sign {
    background-position: -4px -384px;
}

.glyphicon-lock {
    background-position: -4px -284px;
}

.glyphicon-none {
    background-position: -4px 16px;
}

.glyphicon-envelope {
    background-position: -4px -964px;
}

.glyphicon-phone {
    background-position: -4px -1004px;
}

.glyphicon-pencil {
    background-position: -4px -984px;
}

.glyphicon-user {
    background-position: -4px -524px;
}

.glyphicon-users {
    background-position: -4px -544px;
}

.glyphicon-cog {
    background-position: -4px -324px;
}

.glyphicon-triangle {
    background-position: -4px -1204px;
}

.glyphicon-diamond {
    background-position: -4px -1224px;
}

.glyphicon-flower {
    background-position: -4px -1184px;
}

.glyphicon-heart {
    background-position: -4px -1164px;
}

.glyphicon-moon {
    background-position: -4px -1144px;
}

.glyphicon-star {
    background-position: -4px -1124px;
}

.glyphicon-search {
    background-position: -4px -564px;
}

.glyphicon-qrcode {
    background-position: -4px -884px;
}

.glyphicon-log-out {
    background-position: -4px -364px;
}

.glyphicon-globe {
    background-position: -4px -424px;
}

.glyphicon-globe {
    background-position: -4px -424px;
}

.glyphicon-credit-card {
    background-position: -4px -1264px;
}

.glyphicon-shopping-cart {
    background-position: -4px -1364px;
}

.glyphicon-windows {
    background-position: -4px -1384px;
}

.glyphicon-mac {
    background-position: -4px -1404px;
}

.glyphicon-ipad {
    background-position: -4px -1424px;
}

.glyphicon-iphone {
    background-position: -4px -1444px;
}

.glyphicon-android {
    background-position: -4px -1464px;
}

.glyphicon-sina {
    background-position: -4px -1484px;
}

.glyphicon-qq {
    background-position: -4px -1504px;
}

 .glyphicon-mingdao {
     background:url(/Static/images/common/mingdao16x16.png) no-repeat center;
     background-position: 50% 50% !important;
 }

.glyphicon-magic {
    background-position: -4px -1524px;
}

.glyphicon-novip {
    background-position: -4px -1544px;
}

.glyphicon-vip {
    background-position: -24px -1544px;
}

.glyphicon-join {
    background-position: -24px -1744px;
}

.glyphicon-location {
    background-position: -4px -1244px;
}

.glyphicon-copy {
    background-position: -4px -244px;
}

.glyphicon-warning {
     background-position: -4px -1644px;
 }

.glyphicon-plus-copy {
    background-position: -4px -1944px;
}

.glyphicon-remark {
    background-position: -4px -1564px;
}

.glyphicon-arrow-left {
    background-position: -4px -804px;
}

.glyphicon-arrow-right {
    background-position: -4px -824px;
}

/*产品类型图标*/
.producticon {
    width: 22px !important;
    height: 22px !important;
    background: url('/Static/images/common/product_logo.png?v=1') !important;
}

.producticon-product_lv1 {
    display: none;
}

.producticon-product_lv2 {
    background-position: -24px 0 !important;
}

.producticon-product_lv3 {
    background-position: -4px 0 !important;
}

.producticon-product_lv4 {
    background-position: -48px 0 !important;
}

/*继承help-block*/
.help-tip {
    text-align: center;
}

/* 32的图标 */
.icon32x32 {
    width: 32px;
    height: 32px;
    background-image: url('/Static/images/common/icon_32x32.png?v=8');
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

.icon32x32.icon_ring {
    background-position: -40px -580px;
}

.icon32x32.icon_buy {
    background-position: -4px -832px;
}

@media print {
    body{display:none}
}