﻿div.margin {
    margin: 0 15px;
}


.panel.panel-none {
    background: none;
}

    .panel.panel-none a.btn:hover {
        margin-top: 5px;
    }

.text-deleted, a.text-deleted, a.text-deleted:hover, a.text-deleted:visited {
    text-decoration: line-through;
}

.bg-muted, a.big-muted {
    display: block;
    background: rgba(0, 0, 0, 0.3);
}

a.list-group-item-block {
    cursor: pointer;
    color: black;
    display: block;
    overflow: hidden;
}

    a.list-group-item-block:hover, a.list-group-item-block:active, a.list-group-item-block.active, a.list-group-item-block.active:hover, a.list-group-item-block.active:focus {
        color: black;
        text-decoration: none;
        display: block;
    }

.navbar-fixed-top .container {
    text-align: center;
}

.navbar-fixed-top .btn {
    top: 0;
}

.navbar-fixed-bottom .active {
    opacity: 1 !important;
    color: #007aff !important;
}

.navbar-fixed-bottom .btn-group .active i {
    color: #007aff;
}

.inline-loading {
    background: url(/Content/images/loading.gif) #fff 50% 50% no-repeat;
    line-height: 18px;
    display: inline-block;
    width: 20px;
    height: 18px;
}

.field-validation-error {
    font-size: 13px;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.btn-desktop-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    -webkit-transition: none !important;
    margin: 0px;
}

    .btn-desktop-default:hover,
    .btn-desktop-default:focus,
    .btn-desktop-default.focus,
    .btn-desktop-default:active,
    .btn-desktop-default.active,
    .open > .dropdown-toggle.btn-desktop-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-desktop-default:active,
    .btn-desktop-default.active,
    .open > .dropdown-toggle.btn-desktop-default {
        background-image: none;
    }

.btn-desktop-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    -webkit-transition: none !important;
}

    .btn-desktop-primary:hover,
    .btn-desktop-primary:focus,
    .btn-desktop-primary.focus,
    .btn-desktop-primary:active,
    .btn-desktop-primary.active,
    .open > .dropdown-toggle.btn-desktop-primary {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-desktop-primary:active,
    .btn-desktop-primary.active,
    .open > .dropdown-toggle.btn-desktop-primary {
        background-image: none;
    }

    .btn-desktop-primary.disabled,
    .btn-desktop-primary[disabled],
    fieldset[disabled] .btn-desktop-primary,
    .btn-desktop-primary.disabled:hover,
    .btn-desktop-primary[disabled]:hover,
    fieldset[disabled] .btn-desktop-primary:hover,
    .btn-desktop-primary.disabled:focus,
    .btn-desktop-primary[disabled]:focus,
    fieldset[disabled] .btn-desktop-primary:focus,
    .btn-desktop-primary.disabled.focus,
    .btn-desktop-primary[disabled].focus,
    fieldset[disabled] .btn-desktop-primary.focus,
    .btn-desktop-primary.disabled:active,
    .btn-desktop-primary[disabled]:active,
    fieldset[disabled] .btn-desktop-primary:active,
    .btn-desktop-primary.disabled.active,
    .btn-desktop-primary[disabled].active,
    fieldset[disabled] .btn-desktop-primary.active {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

.btn-desktop-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
    -webkit-transition: none !important;
}

    .btn-desktop-warning:hover,
    .btn-desktop-warning:focus,
    .btn-desktop-warning.focus,
    .btn-desktop-warning:active,
    .btn-desktop-warning.active,
    .open > .dropdown-toggle.btn-desktop-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-desktop-warning:active,
    .btn-desktop-warning.active,
    .open > .dropdown-toggle.btn-desktop-warning {
        background-image: none;
    }

.btn-desktop-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    -webkit-transition: none !important;
}

    .btn-desktop-danger:hover,
    .btn-desktop-danger:focus,
    .btn-desktop-danger.focus,
    .btn-desktop-danger:active,
    .btn-desktop-danger.active,
    .open > .dropdown-toggle.btn-desktop-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-desktop-danger:active,
    .btn-desktop-danger.active,
    .open > .dropdown-toggle.btn-desktop-danger {
        background-image: none;
    }

.pager a {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    text-decoration: none !important;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 400px;
        margin: 80px auto;
    }

        .modal-dialog .modal-content {
            text-align: center;
        }

            .modal-dialog .modal-content .fa.pull-left {
                margin-right: 0.1em;
                float: none !important;
            }
}

#tip_message {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 40%;
    text-align: center;
    width: 100%;
}

    #tip_message span {
        background-color: #428bca;
        opacity: .4;
        padding: 10px 10px;
        border-radius: 5px;
        text-align: center;
        color: #fff;
        font-size: 14px;
    }

        #tip_message span.error {
            background-color: #000;
        }

/*cart/index*/
.cart-list .list-group-item img {
    width: 60px;
    height: 60px;
}
/*begin order/buyorder*/

.search-nav {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 10;
}

.search-nav {
    border-top: 1px solid #e7e7e7 !important;
    border-bottom: 1px solid #e7e7e7;
    margin-top: 44px;
}

    .search-nav li {
        float: left;
        width: 25%;
        text-align: center;
        margin-left: 0px !important;
    }

        .search-nav li a {
            padding: 6px 0px;
        }

#myorderlist {
    padding-top: 45px;
}

    #myorderlist .panel-footer a:first-child, .order-detail-panel .panel-footer a:first-child {
        margin-left: 0px;
    }

    #myorderlist .panel-footer a, .order-detail-panel .panel-footer a {
        margin-left: 10px;
    }
/*begin order.orderpayment*/
.pay-weixin-content {
    display: none;
}

.weixin-pay-pic {
    width: 260px;
}
/*logicDetail*/
.logic-detail .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-bottom: 1px solid #ddd;
    border-top: 0px;
}
/*order.AllOrder*/

#order_tj .order-item-sale-weixinId {
    width: 35%;
}

#order_tj .order-item-sale-name {
    width: 30%;
}

#order_tj .order-item-sum {
    width: 35%;
    padding-right: 8px !important;
}
/*agency/index*/

.nav-bar {
    border-top: 1px solid #e7e7e7 !important;
    border-bottom: 1px solid #e7e7e7;
    margin-top: 0px;
    margin-bottom: 3px;
}

    .nav-bar li {
        float: left;
        width: 33.3%;
        text-align: center;
        margin-left: 0px !important;
    }

        .nav-bar li a {
            padding: 4px 15px;
        }

.off-filter-canvas {
    margin-top: 45px;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 200px;
    overflow-y: auto;
    z-index: 1050;
    height: 100%;
    -webkit-transform: translate3d(0px,0,0);
    -moz-transform: translate3d(0px,0,0);
    -o-transform: translate3d(0px,0,0);
    -ms-transform: translate3d(0px,0,0);
    transform: translate3d(0px,0,0);
    -webkit-transition: .25s ease;
    -moz-transition: .25s ease;
    -o-transition: .25s ease;
    transition: .25s ease;
}
/*agency.moveagency*/
.haschildren:before {
    content: "v" !important;
}

.nochildren:before {
    content: "" !important;
}
/*/account.login/*/
.body-login {
    margin-left: -15px;
    margin-right: -15px;
}

.login-content {
    margin: auto;
    width: 480px;
    margin-top: 7%;
    border: 1px solid #e1e1e1;
    padding: 20px;
}

    .login-content input {
        max-width: 100% !important;
    }

@media (max-width: 767px) {
    .login-content {
        width: 370px;
        padding: 20px 3px;
    }
}

@media (max-width: 375px) {
    .login-content {
        width: 365px;
        padding: 20px 3px;
    }
}

@media (max-width: 320px) {
    .login-content {
        width: 310px;
        padding: 20px 3px;
    }
}

.login-content .login-header {
    border-bottom: solid 3px #e1e1e1;
    padding-bottom: 10px;
    position: relative;
}

    .login-content .login-header h3 {
        line-height: 40px;
        color: #5c6371;
        font-size: 24px;
        margin: 0px;
    }

.login-content .login-form {
    padding: 20px 40px 0 40px;
    border-top: solid 1px #e1e1e1;
    margin-top: 5px;
}
/*cart index*/
.mark .ti {
    width: 100px;
    text-align: right;
    font-weight: 600;
}

.mark .content {
    width: 100px;
    display: inline-block;
    font-size: 15px;
}

.paymentgood .content {
    color: #d9534f;
    font-family: arial;
}

.paymentotal .content {
    color: #d9534f;
    font-family: arial;
    font-weight: 700;
}
/*shping index*/
.img-box img {
    position: absolute;
    width: 230px;
    max-height: 238px;
    vertical-align: bottom;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.cart-ui-dialog {
    min-height: 400px !important;
}

    .cart-ui-dialog .modal-content {
        min-height: 390px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: 45px;
    }

    .cart-ui-dialog .img-box {
        position: relative;
        height: 248px;
    }

@media (min-width: 320px) and (min-height:480px) {
    .cart-ui-dialog {
        height: 420px !important;
    }

        .cart-ui-dialog .modal-content {
            width: 280px !important;
            height: 420px !important;
            margin-top: 10px;
        }

        .cart-ui-dialog .img-box {
            height: 248px;
            width: 280px;
        }

    .img-box img {
        max-height: 248px;
        height: 248px;
    }
}

@media (min-width: 320px) and (min-height:560px) {
    .cart-ui-dialog {
        height: 470px !important;
    }

        .cart-ui-dialog .modal-content {
            width: 300px !important;
            height: 470px !important;
            margin-top: 38px;
        }

        .cart-ui-dialog .img-box {
            height: 300px;
            width: 300px;
        }

    .img-box img {
        max-height: 300px;
        height: 300px;
    }
}

@media (min-width: 375px) and (min-height:660px) {
    .cart-ui-dialog {
        height: 490px !important;
    }

        .cart-ui-dialog .modal-content {
            width: 320px !important;
            height: 490px !important;
            margin-top: 50px;
        }

        .cart-ui-dialog .img-box {
            height: 320px;
            width: 320px;
        }

    .img-box img {
        max-height: 320px;
        height: 320px;
    }
}

@media (min-width:1024px) {
    .cart-ui-dialog {
        height: 600px !important;
    }

        .cart-ui-dialog .modal-content {
            width: 430px !important;
            height: 600px !important;
        }

        .cart-ui-dialog .img-box {
            height: 430px;
            width: 430px !important;
        }

    .img-box img {
        max-height: 430px;
        height: 430px;
    }
}

.cart-ui-dialog .ui-dialog-content {
    padding: 0px !important;
}

.cart-ui-dialog .cart-product-price {
    text-align: left;
    padding-left: 15px;
    height: 31px;
    line-height: 31px;
    color: #d9534f;
    font-size: 21px;
    font-weight: 700;
    display: inline-block;
    padding-top: 15px;
}

.cart-ui-dialog .cart-product-title {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    height: 36px;
    line-height: 36px;
    padding-top: 5px;
    font-size: 16px;
    overflow: hidden;
    bottom: 0px;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.9) 98%, #FFFFFF 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(30%, rgba(0, 0, 0, 0.3)), color-stop(98%, rgba(0, 0, 0, 0.2)),color-stop(100%, #FFFFFF));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.9) 98%, #FFFFFF 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.9) 98%, #FFFFFF 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.9) 98%, #FFFFFF 100%);
    width: 100%;
    opacity: 0.5;
    color: #fff;
    position: absolute;
}

.cart-ui-dialog .cart-operate {
    float: right;
    padding-top: 3px;
}

.cart-ui-dialog .add-cart-btn {
    margin-right: 25px;
}

.dialog-close {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
}

    .dialog-close span {
        width: 25px;
        height: 25px;
        line-height: 25px;
        padding-left: 0.7em;
        background: #000;
        border-radius: 14px;
        opacity: .6;
        filter: Alpha(Opacity=30);
        margin-left: 30px;
        margin-top: 5px;
        color: #fff;
        font-size: 12px;
        cursor: pointer;
    }

.number-control {
    float: right;
    margin-top: 10px;
    margin-right: 25px;
    text-align: right;
    width: 130px;
}

.mui-number {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    font-size: 13px;
}

    .mui-number button {
        outline: none !important;
    }

    .mui-number .increase, .mui-number .decrease {
        font-style: normal;
        font-size: 24px;
        font-weight: 700;
        height: 36px;
        line-height: 36px;
        border: 0;
        display: inline-block;
        width: 32px;
        -webkit-user-select: none;
        -ms-user-select: none;
        background-color: #fff;
        color: #5f646e;
    }

.product-item .mui-number {
    border: 0px;
}

.mui-number .increase, .mui-number .decrease, .mui-number .num {
    float: left;
    text-align: center;
}

.mui-number .decrease {
    border: 1px solid #b3b3b3;
    border-right: 0;
}

.mui-number .num {
    height: 100%;
    line-height: 100%;
    width: 35px;
    max-width: 55px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .02rem;
    border: 1px solid #b3b3b3;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-weight: 700;
    color: #3d4245;
}

.mui-number .increase {
    border: 1px solid #b3b3b3;
    border-left: 0;
}

.mui-number .disabled {
    border: 1px solid #e6e6e6;
    border-right: 0px;
}

.shoping-cart-num, .personal-center-msg {
    border-radius: 8px;
    max-width: 28px;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    padding: 0px;
    padding-left: 0.4em;
    padding-right: 0.4em;
    overflow: hidden;
    display: inline-block;
    word-break: keep-all;
    text-overflow: ellipsis;
    vertical-align: baseline;
    background-color: #FB3E2A;
    font-size: 12px;
}

.orderbuy-msg, .ordersale-msg, .agency-check-msg {
    position: absolute !important;
    margin-left: 13px !important;
    border-radius: 8px;
    max-width: 28px;
    height: 16px;
    line-height: 16px;
    padding: 0px;
    padding-left: 0.4em;
    padding-right: 0.4em;
    overflow: hidden;
    display: inline-block;
    word-break: keep-all;
    text-overflow: ellipsis;
    vertical-align: baseline;
    font-size: 12px;
    background-color: #FB3E2A;
}

.order-msg {
    display: inline-block;
    width: 8px !important;
    height: 8px;
    border-radius: 4px;
    background: #FB3E2A;
}
/*agency PersonalCenter*/
.panel-person-car {
    position: relative;
}

.panel-person-car-content:before {
    font-family: FontAwesome;
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 14px;
    line-height: 14px;
    margin-top: -7px;
    color: #ccc;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
    cursor: default;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.has-success .form-control {
    border-color: transparent;
    box-shadow: none;
}

.help-block {
    display: inline;
}

#fa_user {
    display: none;
}

.offcanvas-left {
    height: auto;
}
/*订单打印*/
input[type=checkbox].checkbox-print {
    margin: 12px 5px auto auto;
    display: none;
    cursor: pointer;
}

.print-container {
    padding-left: 15px;
    padding-bottom: 10px;
    display: none;
}

    .print-container button {
        border: 1px solid #ccc;
        border-radius: 3px;
        background: rgba(245, 245, 245, 0.6);
        padding: 3px 6px;
        outline: none;
    }

.print-button {
    display: none;
}


.btn,
.btn:hover,
.btn:active,
.btn:focus {
    -webkit-transition: none;
}

    .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
        outline: none;
        outline-offset: 0;
    }

.form-control {
    transition: none;
    -webkit-transition: none;
}

.show-desktop {
    display: none;
}

@media (min-width: 1024px) {
    .offcanvas {
        z-index: 1024;
    }

    .admin-browse .container .bootcards-cards, .admin-browse .container .bootcards-list {
        position: absolute;
        left: 201px;
        right: 0;
        top: 44px;
        bottom: 0px;
        height: auto;
    }

    .admin-browse #btn_menu {
        display: none;
    }

    .admin-browse .offcanvas-left {
        left: 0;
        height: auto;
        transition-duration: 0;
    }

    .admin-browse .search-nav {
        left: 201px;
    }

    .admin-browse #fa_user {
        display: block;
    }

    .admin-browse .container #broadcast_cards {
        top: 79px;
    }

    input[type=checkbox].checkbox-print {
        display: block;
    }

    .print-container {
        display: block;
    }

    .print-button {
        display: inline-block;
    }

    .show-desktop {
        display: block;
    }
}

.search-nav.search-nav-2 li {
    width: 50%;
}

.search-nav.search-nav-3 li {
    width: 33.333%;
}
/*微信菜单*/
.weixinmenu {
    padding: 0 5px;
    margin-top: 240px;
}

    .weixinmenu ul {
        border: 1px solid #f5f5f5;
    }

    .weixinmenu li {
        border-left: 1px solid #f5f5f5;
        padding: 0;
    }

    .weixinmenu ul:first-child {
        border-left: 0;
    }

    .weixinmenu .dropdown-menu > li > a {
        padding: 10px 0;
    }

    .weixinmenu .dropdown-menu {
        display: block;
        bottom: 60px;
        top: auto;
        z-index: 0;
        width: 90%;
        margin-left: 5%;
        min-width: initial;
    }

        .weixinmenu .dropdown-menu .divider {
            margin: 0;
        }
/*网站关于*/
.about-bottom {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    color: #9e9f9f;
}

    .about-bottom .copyright {
        font-size: 12px;
    }

.about-content {
    position: absolute;
    top: 30%;
    left: 0;
    text-align: center;
    width: 100%;
}

    .about-content .v {
        font-size: 12px;
        padding-bottom: 5px;
        color: #9e9f9f;
    }

    .about-content .title {
        padding: 5px;
        font-size: 16px;
    }

.list-inline.radio-list {
    margin-left: 10px;
}

    .list-inline.radio-list li {
        padding: 0 5px 0 15px;
    }

    .list-inline.radio-list input[type=radio] {
        margin-top: 2px;
    }

    .list-inline.radio-list label {
        min-width: 65px;
    }

#weixin_news_modal_body {
    padding-left: 25px;
    max-height: 380px;
    overflow-y: auto;
}

    #weixin_news_modal_body .list-group-item:last-child {
        border-bottom: 0;
    }
