﻿
.store_active
{
    background: #646371;
    }

.store_footer
{
    text-align: center;
    clear: both;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-top: 20px;
}

.top-store .topbar-item.topbar-homepage
{
    height: 60px;
    background-color: #e00;
    width:20pc!important;
    text-align: left;
}
.topbar-nav-link
{
    float: right;
}
.selirds ul li a.newsred
{
    background-color: #000;
}

.topbar-nav-link .topbar-mobile-dropbox
{
    width: 1180px !important;
    left: -1064px !important;
    margin-top: 0px !important;
    background-color: #fff;
}
.link_right
{
    float: right;
    margin-top: 100px;
    margin-right: 100px;
}


.topbar-nav-qrcode
{
    width: 45%;
}
.topbar-nav-link .topbar-mobile-dropbox::before
{
    left: 1100px !important;

}

.title
{ font-size:30px;
  line-height: 100px;
    }

.topbar-nav-link
{ color:#eee!important;
      width:200px!important;
    }

.itemInfo
{
    background: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    width: 900px !important;
    float: left;
}
.itemMain
{
    width: 900px !important;
    float: left;
}

.itemContent
{
    width: 900px !important;
}


.itemDetail
{
    width: 500px;
}

.itemRight
{
    width: 270px;
    
    min-height:800px;
   
    float: right;
    background-color: #fff;
    margin-bottom: 30px;
}

.itemContentHead {

    line-height: 40px!important;
}


    #ProductBox{ padding-bottom:20px;}
    
    .product_detail{ clear:both;}
    
    .itemDesc h4{ padding-left:20px;}
    .product_detail{ padding-left:20px; padding-top:20px; padding-right:20px;}
    
    .icon-auth{
    line-height: 60px;
padding-left: 5px;}

form{    margin-top: 30px;}


.ui-widget-overlay {
 
}
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: .5;
    filter: Alpha(Opacity=50);
    display:none;
}
.ui-front {
    z-index: 5;
}

.topbar-nav-link:hover .ui-widget-overlay
{
    display:block;
    
    }