/* 
    Document   : frame
    Created on : 2014-1-14, 19:51:04
    Author     : Administrator
    Description:
        Purpose of the stylesheet follows.
*/
ul,ol{
    padding: 0;
}
root { 
    display: block;
}
body{
    background: white;
}
body>*{
    text-align: center;
    text-decoration: none;
}
a:hover, a:focus {
    text-decoration: none;
}
.clear{
    clear: both;
}
h2{
    margin-top: 10px;
}
p{ word-wrap: break-word;}

#content_wrapper{
    margin-top: 10px;
    min-height: 1200px;
}
.panel{
    text-align: left;
}
.box-shadow{
    height: 12px;
    height:6px\9;
    /*background: gradient(linear, 0 0, 0 8%, from(#dedede), to(white));*/
    opacity: 0.3;
    clear: both;
    margin-bottom: -12px;
    margin-bottom: -6px\9;
    z-index: 200;
    position: relative;
    background-color: #FEFBEF ;
    background: linear-gradient(to bottom,  rgba(86,86,86,0.65) 0%,rgba(86,86,86,0.64) 1%,rgba(77,77,77,0.51) 11%,rgba(25,25,25,0) 71%,rgba(0,0,0,0) 100%); /* W3C */
    filter:alpha(opacity=100 finishopacity=0 style=1 startx=0,starty=0,finishx=0,finishy=90)  progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac6c6c6', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
}
.navbar {
    min-height: 40px;
}
.max-width{
    max-width: 1200px;
    margin: auto;
}
.top-nav{
    border: none;
    background: #641a45;
    border-radius: 0;
}
/*header*/
#top-nav{
background: #641a45;
    margin: 0;
}
#top-nav a{
    color: white;
}
header .navbar{
    margin-bottom: 0px;
}
.navbar-header .navbar-brand{
    font-size: 15px;
}
#top-nav{
    margin: auto;
    float: none;
}
#top-nav a{
    padding-top: 10px;
    padding-bottom: 10px
}
#top-nav .dropdown{
    background: #641a45;
}

#top-nav .dropdown-menu,#top-nav a:hover,#top-nav .dropdown.open > a{
    background: #7e4063;
}


#top-nav li.active a,#top-nav a:focus , #top-nav .dropdown.open a:hover{
    background: #96607d;
}

#cart{
    display: inline-block;
    background: url('../img/cart.png')  40px center no-repeat;
    height: 40px;
    padding: 10px 0 0 80px;
    text-align: left;
    /*width: 220px;*/
    margin: auto;
     white-space: nowrap;
}

/*幻灯片*/
/*#index_slide{
    box-shadow: 0px 5px 5px  rgba(0, 0, 0, 0.176) ;
}
#index_slide .item{
    幻灯片背景色
    background: white;

}
#index_slide .item img{
    margin: auto;
}*/

#index-slide .item img{
      margin: auto;
}

/****幻灯片插件的 ***/
.bx-wrapper .bx-viewport {
    border:none !important;
    box-shadow:none !important;
}
#index-slide-wrapper{
    background: white;
}

#index-slide-wrapper  .bx-wrapper{
    margin: 0;
}
#index-slide-wrapper item{
    width: 1200px;
}



/**banner**/
.mid-banner{
    
    margin:20px;
}
.sub-shadow{
        background:url('../img/shadow_up.png')  no-repeat center top ;
      height: 13px; 
}
.bottom-shadow{
        background:url('../img/shadow_bottom.png')  no-repeat center top ;
      height: 13px; 
}

.mid-banner .banner-content{
    padding: 0;
    background: black;
    max-width: 1160px;
}
.mid-banner .content{
    padding: 0;
}







.sub-footer{
    background: url('../img/footer_bg.jpg') repeat-x;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.176);
    height: 10px;
}
.sub-footer,.sub-footer a:hover,.sub-footer a{
    clear: both;
    font-size: 24px;
    color: #641A45;
    padding-top: 14px;
    text-decoration: none;
}
footer{
    background: #96607D;
    padding-bottom: 20px;
}
footer *,footer a:hover{
    color: #e1d1da;
}

footer .column li{
    padding: 5px;
    font-size: 14px;
}
footer .column{
    padding: 15px 40px;
    text-align: left;
}
footer .title_block{
    padding-left: 0px;
    border-bottom: 2px solid #e1d1da;
}

.glyphicon{
    position: relative;
    top:3px;
    font-size: 22px;
    margin-right: 2px;
}
.copyright{
    font-size: 18px;
    border-top:1px solid #e1d1da;
    /*margin: 0  115px;*/
    margin-bottom: -20px;
}
.copyright>div{
    position: relative;
    top:-25px;
    background: #96607D;
    width: 250px;
    margin: auto;
}

#bottomfooter ul{
    list-style: none;
}
#bottomfooter ul li{
    display: inline;
    margin:0px 10px;
}

#content_wrapper.open nav.breadcrumb {
    margin: 0px  15px 5px 15px;
}
nav.breadcrumb {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #F0ECE2;
    height: auto;
    margin: 0px  0px 5px 0px;
    text-align: left;
    padding: 0;
}
.breadcrumb > .breadcrumb{
    background: none;
    margin-bottom: 0;
}
.breadcrumb > .breadcrumb a{
    color:#535353;
}


.navbar-toggle:hover,.navbar-toggle{
    background: #814465  !important;
}

.panel{
    margin: 10px 0;
}

#cart-box{
    width: 380px;
    right: 0;
    left: auto;
    top: 36px;
    padding: 10px;
    text-align: left;
}
.open #cart{
    background-color: white;
    
   border: 1px solid #d9d9d9;
    border-bottom: none;
    z-index: 9999;
         position: relative;
}
#cart:hover{
   text-decoration: none;
}
#cart{
    padding-right: 20px;
     border: 1px solid transparent;
}
#cart-wapper {
    padding: 0;
    width: 180px;
    float: right;
    text-align: right;
    margin: auto;
}

@media (max-width: 768px){
    #cart-box{
        display: none;
    }
    #cart-wapper {
        padding: 0;
        width: 180px;
        text-align: right;
        margin: auto;
        float:none;
    }
}

/***小购物车 **/
.mini_cart  ul {
    max-height: 370px;
    overflow-y: auto;
    padding: 0 5px;
    width: 358px;
}
.m_a_price{
    padding-bottom: 5px;
}


.mini_cart  li {
    border-bottom: 1px solid #DDDDDD;
    overflow: hidden;
    padding: 20px 0;
}

.mini_cart  .m_pic {
    float: left;
    margin-right: 20px;
}


.mini_cart  .m_info {
    float: left;
    width: 227px;
}

.mini_cart  .m_p_title {
    color: #999999;
    margin-bottom: 5px;
}

.mini_cart  .m_t_price {
    margin-bottom: 5px;
}

.mini_cart  .m_t_price em {
    color: #000000;
    display: inline-block;
}
.mini_cart .del{
    float: right;
    color: black;
}
.smt_currency, .smt_price {
    display: inline;
    height: auto;
    margin: 0;
    padding: 0;
}

.m_t_price span {
    color: #E3631E;
}

.m_allPrice_wp {
    text-align: center;
}

.m_a_price span {
    margin-right: 20px;
}
.mini_cart .btn{
    width: 150px;
}


#cart{
        color:#535353;
}


.select2-results{
    text-align: left;
}
.select2-choice{
    margin-top: -6px;
}
.wrapper{
    clear: both;
    padding: 0;
}