/* 固定样式*/
.m0 {
    margin: 0;
}
.m5 {
    margin: 5px;
}
.m10 {
    margin: 10px;
}
.m15 {
    margin: 15px;
}
.m20 {
    margin: 20px;
}

.mt0 {
    margin-top: 0;
}
.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}

.mr0 {
    margin-right: 0;
}
.mr5 {
    margin-right: 5px;
}
.mr10 {
    margin-right: 10px;
}
.mr15 {
    margin-right: 15px;
}
.mr20 {
    margin-right: 20px;
}

.mb0 {
    margin-bottom: 0;
}
.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}

.ml0 {
    margin-left: 0;
}
.ml5 {
    margin-left: 5px;
}
.ml10 {
    margin-left: 10px;
}
.ml15 {
    margin-left: 15px;
}
.ml20 {
    margin-left: 20px;
}

.p0 {
    padding: 0;
}
.p5 {
    padding: 5px;
}
.p10 {
    padding: 10px;
}
.p15 {
    padding: 15px;
}
.p20 {
    padding: 20px;
}

.pt0 {
    padding-top: 0;
}
.pt5 {
    padding-top: 5px;
}
.pt10 {
    padding-top: 10px;
}
.pt15 {
    padding-top: 15px;
}
.pt20 {
    padding-top: 20px;
}

.pr0 {
    padding-right: 0;
}
.pr5 {
    padding-right: 5px;
}
.pr10 {
    padding-right: 10px;
}
.pr15 {
    padding-right: 15px;
}
.pr20 {
    padding-right: 20px;
}

.pb0 {
    padding-bottom: 0;
}
.pb5 {
    padding-bottom: 5px;
}
.pb10 {
    padding-bottom: 10px;
}
.pb15 {
    padding-bottom: 15px;
}
.pb20 {
    padding-bottom: 20px;
}

.pl0 {
    padding-left: 0;
}
.pl5 {
    padding-left: 5px;
}
.pl10 {
    padding-left: 10px;
}
.pl15 {
    padding-left: 15px;
}
.pl20 {
    padding-left: 20px;
}


.text-red {
    color: red;
}
.text-default {
    color: #c4c4c4;
}
.text-white {
    color: white;
}
.text-orange {
    color: #ff9570;
}

.text-center {
    text-align: center;
}

.no-b {
    font-weight: normal;
}
.f14 {
    font-size: 14px;
}

.display {
    display: none;
}

.bg-white {
    background-color: white;
}
.bg-light-grey {
    background-color: #f5f5f5;
}
.bg-muted {
    background-color: #eee;
}
.bg-orange {
    color: #fff;
    background-color: #ff9570;
}

.bd-orange {
    border-color: #ff9570;
}

.badge-danger {
    color: #a94442;
    background-color: #f2dede;
}

.badge-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

.panel-orange {
    border: 0;
    border-radius: 0;
}

.panel-orange .body {
    border: 1px solid #ddd;
    border-top: 0;
}

.panel-orange > .panel-heading {
    color: #fff;
    border-radius: 0;
    background: #ff9570;
}

.radius {
    border-radius: 50%;
}
.radius4 {
    border-radius: 4px;
}

:disabled:hover {
    cursor: no-drop;
}

/* 头部*/
.header {
    height: 50px;

    background-color: #f5f5f5;
}

.header .logo {
    max-width: 200px;
    max-height: 50px;
    margin-right: 40px;
}

.navigation {
    margin-bottom: 0;
    margin-left: 10px;

    line-height: 50px;
}

.navigation li {
    margin-left: 25px;
}
.navigation a {
    color: #444;
}

.search-form {
    width: 240px;
    margin-top: 10px;
    /*margin-left: 40px;*/
    margin-right: 30px;
}

.search-form .form-control {
    border-color: #ff9570;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.search-form .input-group-btn .btn {
    padding-right: 15px;
    padding-left: 15px;

    color: #fff;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #ff9570;
}

.link {
    line-height: 50px;
}
.breadcrumb {
    background: none;
}

/* 登录注册*/
.basic-main {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* 同类产品推荐与历史浏览*/
.multiple {
    padding: 10px 6px 0;
}

.multiple img {
    width: 100px;
    height: auto;
    margin-top: 6px;

    border: 1px solid #ccc;
}

.multiple .desc {
    padding-top: 6px;
    margin-bottom: 0;

    font-size: 12px;
}

.multiple .text {
    margin-bottom: 4px;
}

.multiple .single {
    padding-bottom: 6px;
    margin-bottom: 10px;

    border-bottom: 1px solid #eee;
}

.multiple .single:last-child {
    border-bottom: 0;
}

/* 管理列表*/
.shop-main {
    margin-top: 10px;
}
.shop-manage-nav ul {
    list-style: none;
}
.shop-manage-nav strong {
    display: block;
    width: 100%;
    height: 100%;

    cursor: pointer;
}

.first-cate,
.second-cate {
    padding-left: 0;
    margin-bottom: 0;
}

.first-cate > li {
    padding: 10px;

    border-bottom: 1px solid #ddd;
}

.first-cate > li:last-child {
    border-bottom: 0;
}

.second-cate,
.third-cate {
    display: none;
}

.second-cate > li {
    padding: 4px 0 4px 30px;
}
.second-cate > li:last-child {
    border-bottom: 0;
}

.select-all input {
    float: left;
    margin-right: 5px;
}

/* 回到顶部*/
.goTop {
    position: fixed;
    top: 60%;
    right: 5px;
    z-index: 20000;
}

.panel-shopping-cart {
    font-size: 20px;

    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
}

.panel-shopping-cart:hover {
    background-color: #e6e6e6;
}

.panel-shopping-cart:hover .shopping-cart,
.shopping-cart:hover {
    display: block;
}


.shopping-cart {
    position: absolute;
    right: 30px;
    z-index: 100;

    display: none;
    width: 270px;
    margin-top: -45px;

    font-size: 16px;
}

.shopping-cart .single:nth-child(odd) {
    background-color: #eee;
}

/* 广告管理的编辑图片*/
#modal-ad-edit .img {
    width: 100px;
    height: 100px;

    font-size: 10px;
    line-height: 100px;

    background-image: url("../images/c2.jpg");
    background-size: 100% 100%;
}

/* 产品管理的编辑图片*/
#product-manage-expand li {
    margin-bottom: 5px;
}
#product-manage-expand li img {
    width: 80px;
    height: 80px;
}

/* 商品详情*/
/* 大图预览*/
.magnifying {
    position: absolute;
    z-index: 20;

    display: none;
    overflow: hidden;
}

.panel-big-crumb {
    width: 100%;
    overflow: hidden;
}

.panel-big-crumb img,
.magnifying img {
    width: 100%;
}

.crumb-controll {
    position: relative;

    margin-top: 5px;
}

.crumb-controll button {
    position: absolute;
    top: 8px;

    width: 13px;
    height: 60px;
    padding: 0;

    font-size: 20px;

    color: #bbb;
    border: 1px solid #d0d0d0;
    background-color: #f8f8f8;
}

.crumb-controll .btn-right {
    right: 0;
}

.crumb-controll ul {
    padding-top: 8.5px;
    padding-left: 0;
    margin: 0 11px 0 25px;
    overflow: hidden;

    font-size: 0;
    list-style-type: none;

    white-space: nowrap;
}

.crumb-controll li {
    position: relative;

    display: inline-block;
    width: 60px;
    height: 60px;
    margin-right: 15px;

    cursor: pointer;

    border: 2px solid #e0e0e0;
}

.crumb-controll li:hover,
.crumb-controll li.active {
    border-color: #ff9570;
}

.crumb-controll li:hover:before,
.crumb-controll li.active:before {
    position: absolute;
    top: -20px;
    left: 17.5px;

    display: block;
    width: 0;
    height: 0;
    overflow: hidden;

    content: "";

    border-width: 10px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #ff9570 transparent;
}

.crumb-controll img {
    width: 100%;
    height: 100%;
}

.details-content {
    margin-top: 20px;
    margin-bottom: 20px;
}

.details-content .tab-content {
    border: 1px solid #ddd;
    border-top: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.product-param {
    font-size: 12px;
}
.product-param .panel-heading span {
    margin-right: 10px;
}
.product-param label {
    margin-right: 14px;
}
.product-param p strong {
    font-size: 24px;
}

.product-param label input {
    float: left;
    margin-top: 2px;
    margin-right: 4px;
}

/* 商品列表*/
/* 所有产品分类*/
.all-classify li {
    font-weight: bold;

    cursor: pointer;

    background-color: #fdfdfd;
}

.all-classify .glyphicon {
    padding: 3px 3px 4px 4px;

    transform: scale(.6, .6);
    text-indent: 0;

    color: #fff;
    background-color: #ccc;
}

.all-classify .second-list,
.all-classify .third-list {
    display: none;

    font-size: 12px;
    list-style-type: none;

    text-indent: 2em;

    border-top-style: dashed;
}

.all-classify .third-list {
    font-weight: normal;

    text-indent: 4em;
}

/* 商品筛选*/
.panel-goods {
    border-top: 6px solid #ff9570;
}

.goods-screen {
    padding-left: 0;
    margin-bottom: 0;
}

.goods-screen li {
    padding: 10px 0 10px 30px;

    font-size: 12px;
    list-style-type: none;

    border-bottom: 1px dashed #ccc;
}

.goods-screen a {
    padding: 4px;
    margin-right: 8px;

    font-size: 12px;

    color: #444;
}

.goods-screen a.active {
    font-weight: bold;

    color: #fff;
    background-color: #ff9570;
}

.goods-order {
    padding: 10px;

    border-bottom: 1px solid #ddd;
    background-color: #fafafa;
}

.product-show {
    font-size: 14px;
}

.product-show .single:hover {
    border-color: #ff9570;
}

/* 店铺首页列表*/
.boutique-panel h3 {
    width: 140px;
}
.boutique-panel h3 i {
    margin-top: -1px;
}

.boutique-panel .boutique,
.product-show .details {
    background-color: #f9f9f9;
}

.boutique-panel .details {
    background: none;
}

.product-show .btns {
    display: none;
}
.product-show .btns a {
    position: absolute;
    top: 20px;
    right: 20px;

    width: 31px;
    height: 31px;

    font-size: 18px;
    line-height: 32px;

    border: 1px solid #ff9570;
}

.product-show .btns .btn-collect {
    right: 60px;
}

/* 大图模式*/
.product-show .single,
.panel-big-img .single {
    position: relative;

    float: left;
    width: 33.33%;
}

.goods-show .single,
.boutique-panel .single {
    width: 25%;
}

.product-show .content {
    border: 1px solid #dadada;
}

.product-show .content:hover {
    border-color: #ff9570;
}

.product-show .content:hover .btns {
    display: block;
}

.product-show .list-details,
.product-show .list-btns {
    display: none;
}

.product-show img {
    width: 100%;
}

/* 列表模式*/
.product-show-list .single {
    width: 100%;
}

.product-show-list .img {
    float: left;
    width: 90px;
    padding-bottom: 90px;
    margin-right: 10px;
}

.product-show .list-product-title {
    display: block;
    height: 40px;
    overflow: hidden;
}

.product-show-list .list-product-title {
    height: 20px;
}

.page-cart-list-title {
    display: block;
    height: 40px;
    overflow: hidden;

    word-break: break-all;
}

#no_category_btn {
    cursor: pointer;
}

/*.product-show-list img {width: 90px;}*/

/* 促销*/
.promote-sale h3 {
    margin-bottom: 12px;

    border-left: 10px solid #ff9570;
}
.hot-sale h3 {
    margin-bottom: 12px;

    border-right: 10px solid #ff9570;
}

/* 物流管理的仓库选择*/
.panel-warehouse {
    position: absolute;
    z-index: 100;

    width: 95%;

    border: 1px solid #eee;
}

/* loading */
.i-loading {
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;

    display: table-cell;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;

    cursor: wait;
    cursor: progress;
    text-align: center;
    vertical-align: middle;

    color: rgb(245, 245, 245);
    background-color: rgba(200, 200, 200, .1);
    background-image: url("/app/images/loading_long.gif");
    background-repeat: no-repeat;
    background-position: center center;
}

/* multiple Select Module 多选框自定义模块*/
#selectWrapAll {
    min-height: 231px;
}
.multipleSelectModule {
    display: inline-block;
    width: 172px;
    height: 226px;
    margin-right: 8px;
    overflow-y: scroll;

    list-style: none;

    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
}
.multipleSelectModule:hover {
    border-color: #66afe9;
    outline: 0 none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(102, 175, 233, .6);
}
.multipleSelectModule ul,
.multipleSelectModule li {
    padding: 0 ;
    margin: 0;

    list-style: none;
}
.multipleSelectModule ul {
    padding: 5px 10px;
}
.multipleSelectModule li {
    padding: 3px 0;
    padding-left: 5px;

    font-size: 14px;

    cursor: pointer;
}
.multipleSelectModule li span {
    display: none;
}
.multipleSelectModule li:hover span {
    display: block;
    float: right;
    padding: 5px 8px;
    margin-top: -1px;

    font-size: 12px;
    font-weight: normal;
}
.multipleSelectModule li.hasChild {
    background: url("../images/accordion.png") no-repeat right -111px;
}
.multipleSelectModule li.active {
    color: #fff;
    background-color: #39f;
}

/* 标签页样式*/
.nav-orange > li > a {
    padding: 10px 40px;

    border-radius: 0;
}

.nav-orange > li.active > a,
.nav-orange > li.active > a:focus {
    color: #fff;
    border-color: #ff9570;
    background-color: #ff9570;
}

/* 产品报表*/
.month li {
    width: 45px;
    height: 45px;
    padding: 5px;
    margin-right: 10px;

    font-size: 12px;
    line-height: 35px;

    text-align: center;

    color: #888;
    border-radius: 50%;
    background-color: #eee;
}

/* 列表样式*/
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover,
.btn-orange,
.btn-orange:focus,
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.month li:hover,
.month li.active {
    color: #fff;
    border-color: #ff9570;
    background-color: #ff9570;
}

/* 图形界面，报表*/
.supplier-echarts-result {
    height: 400px;
}

#warehouse_list a {
    line-height: 2.5em;
}

.product-show .btns a {
    z-index: 99;
}
.pro_list_image_wrap {
    /*overflow: hidden;*/
    /*position: relative;*/
    z-index: 95;

    display: block;
    width: 100%;
    padding-bottom: 100%;

    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-size: cover;
}

.ad_img_280x700 {
    width: 280px;
    height: 700px;
}

.carousel_warp {
    display: block;
    width: 100%;
    height: 400px;
    /*position: relative;*/
    /*text-align: center;*/
    /*padding-left: 50%;*/
    /*overflow: hidden;*/

    background-position: center;
}
.carousel_warp img {
    /*height: auto;*/
    /*position: absolute;*/
    /*margin-left: -50%;*/
    /*width: auto;*/
}

/* public bootstrapAlert */
#bootstrapAlert {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 999999;

    padding-top: 7px;
    padding-bottom: 7px;
    margin: 0;

    font-size: 14px;
    font-weight: bold;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}
/* public loading */
.publicLoadingMask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999998;

    width: 0;
    height: 0;

    background: url("../images/mask.png");
}
.publicLoading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;

    width: 66px;
    height: 66px;
}
.loading-sm {
    background: url("../../../images/loading20.gif") center no-repeat;
}
.loading-md {
    width: 40px;
    height: 40px;

    background: url("../../../images/loading40.gif") center no-repeat;
}
.loading-lg {
    width: 66px;
    height: 66px;

    background: url("../../../images/loading66.gif") center no-repeat;
}

#descript img {
    max-width: 100%;
}

/*
@ common footer
*/
footer .footer-nav {
    margin-top: 10px;
    padding: 20px !important;
    border: 1px solid #bfbfbf;
}
footer .footer-nav .logo {
    display: inline-block;
    padding-top: 20px;
}
footer .footer-nav .logo img {
    filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5;
}
footer .footer-nav .nav {
    margin-left: 5%;
}
footer .footer-nav .nav h5 {
    margin-bottom: 20px;
    font-weight: bold;
    margin-left: -2px;
}
footer .footer-nav .nav > li {
    width: 33%;
    line-height: 22px;
}
footer .footer-nav .nav > li a{
    color: #333;
}
footer .footer-nav .nav > li .nav-sub {
    list-style-type: none;
    padding-left: 0;
}
footer .weixin {
    text-align: center;
}
footer .weixin .icon-weixin-ck1 {
    display: inline-block;
    width: 92px;
    height: 83px;
    padding: 5px;
    border: 1px solid #bfbfbf;
}
footer .copyright-bar {
    margin-top: 10px;
    background-color: #18489d;
    color: white;
    line-height: 30px;
}
footer .copyright-bar .icp_number {
    text-align: right;
}
footer .copyright-bar .icp_number a{
    color: white;
}
footer .copyright-bar .icp_number a:hover{
    color: red;
}

/* 跳转 */
.pagination-jump>li>a, .pagination-jump>li>input {
    float: left;
}

.pagination-jump>li>input {
    padding: 6px 0px;
    border: 1px solid #ddd;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 36px;
    text-align: center;
}

.pagination-jump>li>.jump-go {
    margin-left: 0;
    padding: 6px;
}
