#home-slider .home-carousel{ 
	max-height:451px;
	width:100%;
	height:451px; 
}
@media (max-width: 481px) and (min-width: 0px){
    #home-slider .home-carousel img{
        height:186px !important; 
    }
    #home-slider .home-carousel{
        height:186px !important; 
    }
}
@media (max-width: 992px) and (min-width: 481px){
    #home-slider .home-carousel img{
        height:375px !important; 
    }
    #home-slider .home-carousel{
        height:375px !important; 
    }
    #main-menu .container-fluid {
         
        padding-left: 0px;  
    }
}
@media (max-width: 480px){
    #main-menu .container-fluid {
         
        padding-left: 0px;  
    }
    #user-info-top{
        display: none;
    }

}
@media (min-width: 480px){
    #user-info-top-min{
        display: none;
    } 
}



#user-info-opntop {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 30px;
    right: 50px;
    display: none;
} 

.option5 #main-menu{
	padding-left: 15px;
}


.social-link .fa-weibo {
    background: #D52B2B;
}
.social-link .fa-instagram {
    background: #A5775D;
}
.social-link .fa-youtube {
    background: #E62117;
}
.btn-facebook {
    background: #415a99;
}
.btn-google {
    background: #da4735;
}
/* global */
.a-color-pink{
    color:#ff3366;
}
.btn-cursor-pointer{
    cursor: pointer;
}
.mt-10{
    margin-top:10px; 
}
/* member */
.openid-login-btn{
	height: 30px;
    color: #fff;
    display: block;
    line-height: 30px;
    text-align: center;
    font-size: 16px; 
}
/* article */
.page-heading-span{
	margin-left:10px;
	position: relative;
    top: 10px;
}
.article-content{
   margin-left: 10px;
}
/* product */
.product-feature{
	color:#da4735;
	font-size:14px;
	 
}
/* cart */
.page-order ul.step li{
    width:25%;
}

/* order detail */
.orderDetailItem{
   border: 1px solid #ddd;
    margin: 10px 0 10px 0;
    padding: 10px;
    border-top: 4px solid #ddd;
}
.orderDetailItem h3{
    margin-bottom: 8px;
    font-weight: bold;
}
.orderDetailItem-mdh{
    min-height: 220px;
}
/* product catlogs */
.catlog-carousel{
    max-height:300px;
    width:100%;
}
.catlog-carousel-m{
    max-height:250px;
    width:33%;
}

.tab-container .tab-panel {
     display:none;
}
.tab-container .active {
    display:block;
}


.color-red{
    color:red;
}


#showLoginTipModal{
    top: 24%;
}
#showLoginTipModal h2{
    text-align: center;
    font-size: 36px;
}
#showLoginTipModal h3{
    text-align: center;
    font-size: 20px;
    margin-top: 8px;
}
#showLoginTipModal .showBtn{
    margin: 0 auto;
    text-align: center;
}
#showLoginTipModal .showBtn a {
    margin:  10px auto;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 30px; 
    background: #FF3300;
    color: #fff;
    cursor: pointer;
}
#showLoginTipModal .nextTimeLogin {
    text-align: center;
}



