
html{
    padding:0;
    margin:0;
    min-width: 1200px;
}

body {
    background-color: #ededed;
    font-family: "Microsoft YaHei", "微软雅黑", SimSun, '\5b8b\4f53', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin:0;
    padding:0;
}

a {
    color: #f74645;
}
a:focus, a:hover {
    color: #f74645;
    text-decoration: none;
}
.link-icon::after {
    content: '';
    display: inline-block;
    width: 14px;
    margin-left: 2px;
}
.link-icon:hover::after {
    content: '\e73a';
    font: normal normal normal 12px/1 'iconfont';
    font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    word-wrap: normal;
    font-size: 14px;
    color: blue;
    margin-left: 2px;
    vertical-align: text-bottom;
}
.no-confirm{
    color:#999;
}
.no-confirm:hover{
    color:#f74645;
}
h1.no-more-css,h2.no-more-css,h3.no-more-css,h4.no-more-css,h5.no-more-css,h6.no-more-css {
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    display: initial;
}


button:focus, a:focus {
    outline: none;
}

.container {
    width: 1200px;
    padding: 0;
}

.btn-default:active:focus {
    background: #f74645;
    color: #ffffff;
}

/* 内容文本居中 */
.center {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* 横线 */
.line {
    height: 1px;
    background: #efefef;
    overflow: hidden;
    width: 100%;
    margin: 1px auto 1px auto;
}

.line-no-margin {
    height: 1px;
    background: #efefef;
    overflow: hidden;
    width: 100%;
    margin: auto;
}

/* 两侧都不允许出现浮动元素 */
.clear {
    clear: both;
}

/* 两侧都不允许出现浮动元素的无高度div */
.clear-div {
    clear: both;
    height: 0px;
    overflow: hidden;
}

/* 红色 */
.color-red {
    color: #f74645!important;
}

.color-yellow {
    color: #ECBD1A;
}

.color-blcak {
    color: #333;
}

.color-gray {
    color: #999;
}

.color-dark-gray {
    color: #666;
}

.color-light-gray {
    color: #CCC;
}

.color-lighter-gray {
    color: #EEE;
}

/* 去掉 margin 值 */
.no-margin {
    margin: 0px;
}

/* 去掉 padding 值 */
.no-padding {
    padding: 0px;
}

.no-padding-left {
    padding-left: 0px;
}

.no-padding-right {
    padding-left: 0px;
}

/* 定义字体大小 */
.font-15 {
    font-size: 15px;
}

.font-14 {
    font-size: 14px;
}

.font-13 {
    font-size: 13px;
}

.font-12 {
    font-size: 12px;
}

/* 占高度的div */
.space-div-10 {
    height: 10px;
}

.space-div-20 {
    height: 20px;
}

.space-div-30 {
    height: 30px;
}

.space-div-40 {
    height: 40px;
}

.space-div-50 {
    height: 50px;
}

/* 红色按钮 */
.button-caution, .button-caution-flat, .button-caution:visited, .button-caution-flat:visited {
    background-color: #f74645;
    border-color: #f74645;
}

.button-caution:hover, .button-caution-flat:hover {
    background-color: #c12222;
    border-color: #c12222;

}
.s-ui-s-btn{
    width:85px;
    height:34px;
    display: inline-block;
    text-align: center;
    border-radius:5px;
    line-height: 34px;
    font-size:12px;
}
a.s-ui-s-btn:hover{
    color:#fff;
}

/* 表单获得焦点时高亮边框 */
.form-control:focus {
    border-color: #F39494;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 2px rgba(236, 16, 16, .6);
}

.brandSearchForm input.inset-type:focus {
    border-color: #F39494;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), inset 0 0 2px rgba(236, 16, 16, .6);
}

.active-search-btn button {
    background: #f74645;
    border-color: #f74645;
    color: #fff;
}

.active-search-btn button span {
    color: #fff;
}

/* 顶部的一级导航 */
#top-navbar {
    width: 100%;
    background: #FFFFFF;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, .125);
    box-shadow: 0 1px 0px rgba(0, 0, 0, .125);
    z-index: 100;
    margin-bottom: 15px;
}

#top-navbar .container {
    height: 75px;
}

#top-navbar .navbar-logo {
    padding-left: 0;
    margin-left: 0;
}

#top-navbar .navbar-logo-right-text {
    padding-top: 22px;
    margin-right: 20px;
}

#top-navbar .navbar-btn {
    font-family: "Microsoft YaHei";
    width: 105px;
    height: 37px;
    line-height: 37px;
    margin-top: 22px;
    color: #656565;
    font-size: 16px;
    /* margin-left: 20px;*/
    margin-right: 20px;
    border: none;
    font-weight: 400;

}

#top-navbar .navbar-btn:hover {
    color: #f74645;
}

#top-navbar .navbar-btn-selected, #top-navbar .navbar-btn-selected:hover {
    background: #f74645;
    color: #FFFFFF;
}

#top-navbar .navbar-btn > h1, #top-navbar .navbar-btn > h2 {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
    font-size:16px;
    color: #555555;
}
#top-navbar .navbar-btn-selected h1{
    color:#fff;
}
.navbar-weixin-div {
    width: 130px;
    min-height: 120px;
    background: #fff;
    margin-top: 0px;
}

.navbar-weixin-div p {
    margin-bottom: 0px;
    display: block;
}

.navbar-weixin-div .weibo-logo {
    display: block;
    line-height: 21px;
    padding: 0px;
    margin: 10px 0 0 6px;
}

.navbar-weixin-div .guan-zhu {
    width: 50px;
    height: 21px;
    display: block;
    background: #5cb95a;
    color: #FFFFFF;
    line-height: 21px;
    padding: 0px;
    margin: 10px 0 0 10px;
    font-size: 14px;
    text-align: center;
}

/* 订单一级导航右边的小菜单 */
.navbar-right-menu {
    font-family: "Microsoft YaHei";
    margin-top: 37px;
}

.navbar-right-menu a.navbar-link {
    margin-left: 8px;
    /*padding-right: 12px;*/
    color: #656565;
}

.navbar-right-menu a.navbar-link:hover {
    color: red;
}

.navbar-right-menu a.login-red {
    color: #f74645;
}

/* 订单一级导航右边的小菜单中下拉菜单 */
.navbar-right-menu .dropdown {
    display: inline;
}

.navbar-right-menu .dropdown-menu {
    min-width: 100px;
}

/* 订单一级导航右边的小菜单,我的百强弹出层 */
.navbar-right-menu .my-baiqiang {
    border-bottom-color: #f74645;
}

.navbar-right-menu .navbar-right-menu-split {
    color: #e5e5e5;
}

.my-baiqiang-popover {
    padding: 0px;
    width: 197px;
    border-radius: 2px;
}

.my-baiqiang-popover.popover.bottom > .arrow {
    border-bottom-color: #F74645;
}

.my-baiqiang-popover.popover.bottom > .arrow:after {
    border-bottom-color: #F74645;
    left:75%;
}

.my-baiqiang-popover > .popover-content {
    padding: 0px;
}

.my-baiqiang-popover > .popover-content .top-div {
    height: 74px;
    background-color: #F74645;
    padding: 15px 10px 15px 10px;
}

.my-baiqiang-popover > .popover-content .top-div .top-div-sub1 {
    width: 45px;
    height: 45px;
    border-radius: 45px;
    border: 1px solid #F86767;
    overflow: hidden;
    -webkit-box-shadow: 0 0 0 3px rgba(255,255,255,0.2);
    -moz-box-shadow: 0 0 0 3px rgba(255,255,255,0.2);
    box-shadow: 0 0 0 3px rgba(255,255,255,0.2);
}

.my-baiqiang-popover > .popover-content .top-div .top-div-sub1 img {
    width: 100%;
    height: 100%;
}

.my-baiqiang-popover > .popover-content .top-div .top-div-sub2 {
    margin-left: 10px;
}

.my-baiqiang-popover > .popover-content .top-div .top-div-sub2 .p1 {
    font-size: 14px;
    color: #FFFFFF;
}

.my-baiqiang-popover > .popover-content .top-div .top-div-sub2 .p2 {
    font-size: 12px;
    color: #FFFFFF;
}

.my-baiqiang-popover > .popover-content .top-div .top-div-sub2 .p2 a {
    color: #FFFFFF;
    margin: 0px;
}

.my-baiqiang-popover > .popover-content .top-div .top-div-sub2 .p2 .msg-num {
    color: #FFCC00;
}

.my-baiqiang-popover > .popover-content .middle-div {
    padding: 0px 0px 7px 5px;
}

.my-baiqiang-popover > .popover-content .middle-div .button-tiny {
    background-color: #F4F4F4;
    margin: 8px 4px 0 10px;
    padding: 0 6px;
    float: left;
    color:#878787;
    font-size:12px;
}
.my-baiqiang-popover > .popover-content .middle-div .button-tiny:hover{
    background-color: #F74645;
    color:#fff;
}
.my-baiqiang-popover > .popover-content .middle-div .button-tiny:hover span{
    color:#fff;
}
.my-baiqiang-popover > .popover-content .middle-div .button-tiny span{
    color:#CBCBCB;
}

.my-baiqiang-popover > .popover-content .bottom-div {
    padding: 5px 0 5px 15px;
    font-size: 13px;
}

.my-baiqiang-popover > .popover-content .bottom-div .footmark-header {
    overflow: hidden;
    padding: 0px 15px 0px 0px;
}

.my-baiqiang-popover > .popover-content .bottom-div .footmark-header a {
    color: #666;
    font-size: 11px;
}

.my-baiqiang-popover > .popover-content .bottom-div .footmark a {
    margin-right: 4px;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    display: inline-block;
    overflow: hidden;
}

.my-baiqiang-popover > .popover-content .bottom-div .footmark img {
    width: 100%;
}

/* 底部 */
#foot {
    width: 100%;
    background: #FFFFFF;
    border-radius: 0;
    -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, .125);
    box-shadow: 0 -1px 1px rgba(0, 0, 0, .125);
    z-index: 100;
    margin-top: 40px;
}

#foot .container {
    font-size: 13px;
    line-height: 20px;
    color: #7a7a7a;
    padding-top: 20px;
    min-height: 120px;
}

#foot .container a {
    color: #7a7a7a;
}

#foot .container .friend-link-line {
    padding-bottom: 10px;overflow:hidden;height:22px;
}

#foot .container .friend-link-line a {
    margin: 0 5px 0 5px;
}

#foot .container .nav-link-line {
    padding-bottom: 15px;
}

#foot .container .nav-link-line .split-char {
    margin: 0 10px 0 10px;
    color: #e1e1e1;
}

#foot .container .copyright-line {
    padding-bottom: 20px;
}

/* 评论区初始隐藏 */
.comment-area {
    display: none;
}

/* 第三方登录按钮的样式 */
/* QQ 按钮 */
.btn-qq, .btn-qq:visited {
    color: #FFFFFF;
    background: #ff5959;
}
.btn-qq:hover{
    box-shadow: 0 0 10px #FF5959;
}
/* 微信 按钮 */
.btn-weixin, .btn-weixin:visited, .btn-weixin:hover {
    color: #FFFFFF;
    background: #0bb515;
}
.btn-weixin:hover{
    box-shadow: 0 0 10px #0BB515;
}
/* 微博 按钮 */
.btn-weibo, .btn-weibo:visited, .btn-weibo:hover {
    color: #FFFFFF;
    background: #e67817;
}
.btn-weibo:hover{
    box-shadow: 0 0 10px #E67817;
}
/* 品牌搜索框 */
.brandSearchForm .container .row {
    margin: 0 0 15px 0;
}

.brandSearchForm .container .row .input-group {
    position: relative;
}

.brandSearchForm .container .row .input-group .search-label {
    position: absolute;
    right: 85px;
    top: 1px;
    z-index: 5;
    height: 52px;
    padding: 16px;
}

.brandSearchForm .container .row .input-group .search-label > a {
    display: inline-block;
    padding: 4px 6px;
    background: #eeeeee;
    margin-right: 8px;
    font-size: 12px;
    line-height: 12px;
    color: #888888;
}

.brandSearchForm .container .row .input-group .search-label > a:hover {
    color: #FFFFFF;
    background: #f74645;
}

.brandSearchForm .container .row .form-control {
    border-radius: 0;
    height: 52px;
    background: #fafafa;
    border-right: none;
    width: 1115px;
}

.brandSearchForm .container .row .btn {
    border-radius: 0;
    height: 52px;
    width: 85px;
    font-size: 25px;
    color: #999999;
}

.brandSearchForm .container .row .btn:active {

    border-color: #f74645;
}

.brandSearchForm .container .row .btn:hover {
    background: #f74645;
    border-color: #f74645;
    color: #fff;
}

.brandSearchForm .container .row .btn:active:focus {
    border-color: #f74645;
}

.brandSearchForm .container .row .btn:active span {
    color: #fff;
}

#bigAutocompleteContent {
    overflow: visible;
}

#bigAutocompleteContent > .searchTipLine {
    height: 40px;
    margin: 0;
    padding: 6px 0 6px 0;
}

#bigAutocompleteContent > .searchTipLine > dd {
    color: #888888;
}

.breadcrumb li > a {
    color: #666666;
}

/* 整站左右部分布局 */
.left-part {
    width: 900px;
    min-height: 600px;
    float: left;
}

.left-part .left-part-sub {
    background: #FFFFFF;
    color: #666666;
    margin-bottom: 20px;
   /* -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .125);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .125);*/
}

.left-part .left-part-sub .breadcrumb {
    background: none;
    padding-top: 12px;
    margin-bottom: 0px;
}

.left-part .left-part-sub .breadcrumb li {
    color: #999999;
}
.left-part .left-part-sub .breadcrumb li>a{
    color:#999;
}
.left-part .left-part-sub .breadcrumb li:last-child{
    color:#666;
}
.left-part .left-part-sub .line {
    color: #ededed;
}

.right-part {
    width: 285px;
    min-height: 50px;
    float: right;
}

.right-part .right-part-sub {
    background: #FFFFFF;
    /*-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .125);*/
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, .125);*/
    margin-bottom: 15px;
}

/***右侧提示样式开始***/
.right-part-tip {
    background-color: #FFF;
    -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, .125);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .125);
    margin-bottom: 30px;
}

.right-part-tip-title {
    padding-left: 12px;
    height: 48px;
    line-height: 48px;
    font-size: 17px;
    color: #f74645;
}
.right-part-tip-title i{
    font-size: 20px;
}

.right-part-tip-content {
    padding: 8px 20px;
    line-height: 30px;
    font-size: 15px;
    text-indent: 2em;
    font-family: "Microsoft YaHei";
    color: #666666;
}

/***右侧提示样式结束***/

/* 翻页页码 */
.pagination {
    text-align: center;
}

.pagination .num {
    display: inline-block;
    height: 40px;
    width: 40px;
    border: 1px solid #efefef;
    font-size: 12px;
    line-height: 12px;
    padding: 14px 0 0 0;
    margin-right: 5px;
    cursor: pointer;
}

.pagination .num:hover {
    background: #f74645;
    color: #FFFFFF;
}

.pagination .num.current {
    background: #f74645;
    color: #FFFFFF;
}

.pagination .next, .pagination .prev, .pagination .end ,.pagination .first{
    display: inline-block;
    height: 40px;
    width: 65px;
    border: 1px solid #efefef;
    font-size: 12px;
    line-height: 12px;
    padding: 14px 0 0 0;
    margin-right: 5px;
    cursor: pointer;
}

.pagination .next:hover, .pagination .prev:hover {
    background: #f74645;
    color: #FFFFFF;
}

/*分页样式*/
.pagination {
    text-align: left;
    width: 100%;
    padding:0 30px;
}
.pagination span{
    margin-right: 4px;
}
.pagination a, .pagination span {

    display: inline-block;
    padding: 3px 8px;
    border: 1px solid #DBDBDB;
    color: #666;
    text-align: center;
    border-radius: 2px;
}

.pagination .current {
    background: #f74645;
    color: #fff;
    border: 1px solid #f74645;
}

/*
leftNav
*/

.s-ui-ln-all {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;

}

.s-ui-ln-all .iterm {
    line-height: 1.414;
    width: 50%;
    /*text-align: center;*/
    float: left;
}

.s-ui-ln-all .icon {
    margin: 0 3px;
}
/*弹框统一样式*/
.bootstrap-dialog.type-primary .modal-header{
    background:#f74645;
}
.bootstrap-dialog.type-warning .modal-header{
    background:#f74645;
}
.bootstrap-dialog .bootstrap-dialog-message{
    /*text-align: center;*/
    margin-top:30px;
}
.bootstrap-dialog-footer-buttons .btn{
    border-color:#f74645;
    background-color: #fff;
    color:#f74645;
}
.modal-content{
    /*width:400px;*/
}
.modal-body{
    min-height: 116px;
}
/*最新促销*/
/*
.tmp-brand-product-item{
    width:100%;
    text-align: left;
    padding: 0 10px;
    margin-top:5px;
}
.tmp-brand-product-item .tmp-product-time{
    float:right;
    font-size: 12px;
    color:#999999;
}
.tmp-brand-product-item .tmp-product-price{
    color:#f74645;
    margin-left:20px;
}
.tmp-brand-product-item:hover a{
    color:#f74645;
}
.tmp-brand-product-item a{
    color:#666666;
    line-height: 40px;
}
*/

/*fixed*/
.qy-fixed{
    position: fixed;
    width:100%;
    left:0;
    z-index:1000;
    background-color:#f74645;
}
.qy-list{
    width:1200px;
    margin:0 auto!important;
}
.qy-upload{
    position:fixed;
    width:900px;
    padding:0;
    margin:0;
    z-index:1000;
}
.qy-list-class{
    width:100%;
    margin:0!important;
    padding:0;
}
.no-shops{
    display: block;
    width: 100%;
    text-align: center;
    height: 85px;
    line-height: 85px;
}