@charset "utf-8";

/*物品义卖样式*/
.store-box{
    position: relative;
}
.categorys-tab-content{
    position: absolute;
    top:0;
    left:0;
    height: 500px;
    z-index: 30;
    background-color: #000;
    background-color: rgba(0,0,0,0.6);
}
.categorys-tab-content .categorys-items {
    position: relative;
    height: 100%;
}
.categorys-tab-content .categorys-item {
    cursor: pointer;
    height: 12.5%;
}
.categorys-tab-content .item-content {
    padding: 10px 15px;
    float: left;
    width: 230px;
}
.categorys-tab-content .selected .item-content {
    background-color: rgba(146, 34, 34,.5);
}
/*.categorys-tab-content .iconfont {*/
    /*float: left;*/
    /*color: #bfbfbf;*/
/*}*/
.categorys-tab-content .categorys-title {
    float: left;
    margin-left: 10px;
}
.categorys-tab-content .categorys-title strong {
    display: block;
    font-weight: normal;
}
.categorys-tab-content .categorys-title strong a {
    color: #fff;
    font-size: 14px;
}
.categorys-tab-content .categorys-title span {
    display: block;
    font-size: 0;
}
.categorys-tab-content .categorys-title span a {
    color: #bfbfbf;
    margin-right: 10px;
    font-size: 14px;
}
.categorys-tab-content .categorys-title span a:hover, .categorys-tab-content .categorys-title strong a:hover {
    color: #e23435;
}
.categorys-items-layer {
    display: none;
    position: absolute;
    top: 0;
    left: 230px;
    width: 750px;
    min-height: 500px;
    border: 1px solid #fff;
    background-color: #fff;
    box-shadow: 0px 0px 3px 2px rgba(0,0,0,.1);
    -webkit-transition: top .25s ease;
    transition: top .25s ease;
}
.cate-layer-con {
    padding: 20px 20px 28px 18px;
}
.cate-layer-left {
    float: left;
    width: 700px;
}
.cate_channel {
    overflow: hidden;
    height: 24px;
    width: 100%;
}
.cate_channel a {
    float: left;
    margin-right: 10px;
    padding: 0 10px 0 12px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    background-color: #5f4f4f;
}
.cate_detail {
    margin-top: 20px;
    width: 100%;
}
.cate_detail dl {
    padding-left: 80px;
    position: relative;
}
.cate_detail dt {
    overflow: hidden;
    position: absolute;
    color: #555;
    left: 0;
    top: 13px;
    width: 70px;
    text-align: right;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cate_detail dd {
    padding: 8px 0;
    overflow: hidden;
    border-bottom: 1px dashed #d2d2d2;
    min-height: 28px;
}
.cate_detail dd a {
    float: left;
    margin: 8px 0;
    padding: 0 10px;
    height: 12px;
    border-left: 1px solid #e0e0e0;
    line-height: 12px;
    white-space: nowrap;
}

.vip-outcon .vip-con {
    width: 200px;
    height: 440px;
    position: absolute;
    top: 33px;
    right: 0;
    z-index: 100;
    font-size:12px;
    background-color: #fff;
}
.avatar {
    width: 80px;
    height: 80px;
    text-align: center;
    overflow: hidden;
    border-radius: 50%;
    margin: 10px auto 5px;
}
.avatar img {
    width: 80px;
    height: 80px;
}
.login-info {
    width: 150px;
    height: 75px;
    text-align: center;
    font-size: 12px;
    margin: 0 auto;
}
.login-info span {
    display: block;
    color: #333;
    line-height: 25px;
    margin-bottom: 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.login-info a {
    display: block;
    float: left;
    line-height: 29px;
    width: 68px;
    height: 30px;
    border: 1px solid #333;
    text-align: center;
}
.login-info a.login-button {
    margin-right: 10px;
}
.login-info a:hover, .login-info a.register_button {
    border-color: #f42424;
    color: #f42424;
}
.vip-item {
    width: 100%;
    height: auto;
    position: relative;
}
.vip-item .tit {
    background-color: #eee;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #555;
    padding-left: 18px;
}

.vip-item .tit .tab_head_item {
    display: block;
    float: left;
    height: 14px;
    line-height: 14px;
    margin: 5px 0;
    margin-right: 0px;
    position: relative;
}
.vip-item .tit .tab_head_item:first-child {
    padding-right: 10px;
    border-right: 1px solid #ccc;
    margin-right: 12px;
}
.vip-item .tit .tab_head_item.on {
    color: #f42424;
}
.vip-item .con {
    margin: 10px 18px;
    line-height: 22px;
    color: #555;
    height: 70px;
    overflow: hidden;
}
.vip-item .con li {
    width: 164px;
    height: 24px;
    overflow: hidden;
}
.vip-item .con li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.vip-item .kj_con {
    padding: 0 9px;
    overflow: hidden;
}
.vip-item .kj_con .item {
    float: left;
    width: 60px;
    text-align: center;
    padding-bottom: 9px;
}
.vip-item .kj_con .item a {
    color: #333;
}
.vip-item .kj_con .item .iconfont {
    display: block;
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    margin: 15px 0 5px;
}
.vip-item .kj_con .item_1, .vip-item .kj_con .item_2, .vip-item .kj_con .item_4, .vip-item .kj_con .item_5 {
    border-right: 1px solid #eee;
}
.vip-item .kj_con .item_4, .vip-item .kj_con .item_5, .vip-item .kj_con .item_6 {
    border-top: 1px solid #eee;
    padding-bottom: 9px;
}





.store-cate li{
    float: left;
    height:30px;
    line-height:30px;
    font-size:16px;
}
.store-cate li a{
    display: block;
    padding: 0 15px;
    border-radius: 5px;
}
.store-cate li a:hover{
    color: #ffffff;
    background: #7fcf30;
}
.store-cate .action{
    color: #ffffff;
    background: #7fcf30;
}


.store-list li{
    float: left;
    width:285px;
    height:320px;
    border:1px solid #d8d8d8;
    font-size:16px;
    margin-right: 16px;
    margin-bottom:20px;
    overflow: hidden;
}
.store-hot .store-list li:nth-of-type(4n+4){
    margin-right: 0;
}
.store-cate-lists li:nth-of-type(2){
    margin-right: 0;
}
.store-cate-lists li:nth-of-type(6){
    margin-right: 0;
}
.store-list li:hover .store-title a{
    color: #F63756;
}
.store-list-a{
    display: block;
    overflow: hidden;
    width: 283px;
    height: 220px;
}
.store-img {
    width: 283px;
    height: 220px;
}

.store-title{
    padding:15px 10px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.store-price{
    height:30px;
    line-height:30px;
    margin-left: 10px;
}
.store-buy{
    display: block;
    font-size: 16px;
    padding: 3px 20px;
    color: #FFFFFF;
    background: #DD6362;
    border-radius: 5px;
    margin-right: 10px;

}
.store-buy:hover{
    color: #fff;
}

.store-cate-slide{
    width:590px;
    height:320px;
    overflow: hidden;
    margin-right:17px;
}

/*产品列表页*/

#product .product {
    margin: 0 auto;
}

#product .product .list li {
    width: 380px;
    margin-bottom: 40px;
    float: left;
    margin-right: 30px;
}

#product .product .list li:nth-of-type(3n+3) {
    margin-right: 0;
}

#product .img {
    display: block;
    width: 380px;
    height: 224px;
    overflow: hidden;
}

#product .title {
    display: block;
    font-size: 20px;
    color: #333333;
    margin: 15px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#product .join {
    display: inline-block;
    font-size: 16px;
    padding: 5px 10px;
    color: #FFFFFF;
    background: #DD6362;
    border-radius: 5px;
    margin-right: 10px;
}

#product .list li:hover .title{
    color: #D80C18;
}

#product .list span {
    font-size: 16px;
    color: #666666;
}


/*产品内容页*/

.shop-detail{
    min-height:20px;
    line-height:20px;
	margin-top:10px;
}
.shop-detail-name {
    margin-right: 10px;
}
.shop-price{
    font-size:18px;
    color: #DD6362;
}
.shop-price{
    font-size:18px;
    color: #DD6362;
}
.shop-stitle
{
	background:#f0f0f0;
    padding:10px;
	font-size:18px;
	color:#DD6362;
	margin-top:10px;
}
.shop-subtitle
{
	background:#f0f0f0;
    padding:10px;
	font-size:18px;
	color:#DD6362;
	margin-top:10px;
}
.shop-description
{
	background: #f0f0f0;
    padding:10px;
	margin-top:10px;
}
.shop_button
{
	margin-top:10px;
	}

.shop-info .product-num{
    float: left;
    display: block;
    height:24px;
    text-align: center;
    line-height:24px;
    border:0;
    border-top:2px solid #DD6362;
    border-bottom:2px solid #DD6362;
}
.shop-info .product-icon{
    float: left;
    display: block;
    width: 24px;
    height: 24px;
    font-size: 20px;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
    border: 2px solid #DD6362;
}
.item-right .money {
    height: 50px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
}
.shop-atrr li {
    line-height: 25px;
    vertical-align: middle;
    padding: 1px;
    float: left;
    margin-right: 10px;
    margin-bottom:5px;
    cursor: pointer;
}
.shop-atrr a {
    min-width: 50px;
    padding: 2px 6px;
    border: 1px solid #EEEEEE;
}
.shop-atrr li a:hover, .shop-atrr .action a{
    border: 2px solid #DD6362;
    color: #666666;
    padding: 1px 5px;
}

.iconfont {
    font-family:"iconfont";
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings' !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
