.cl{clear:both;}
/**
 * 轮播
 */
.banner .am-slider .am-slides img {
    margin: 0 auto;display:block;width:100%;
}
.yx-nav li.am-active{border:none !important;}
.yx-nav li{box-sizing:border-box;-moz-box-sizing:border-box; /* Firefox */-webkit-box-sizing:border-box; /* Safari */width:20%;display:block;float:left;margin:0 !important;}
.activity-nav img{width:80%;height:auto;display:block;margin:auto;margin-bottom:10px;max-width:96px;}

@media only screen and (min-width: 1025px) {
    .banner .am-slider .am-slides img {
        width: 1000px;
    }
	.yx-nav li{width:10%;}
	.activity-nav img{width:50%;}
}
@media only screen and (min-width: 1260px) {
    .banner .am-slider .am-slides img {
        width: 1200px;
    }
	.yx-nav li{width:10%;}
	.activity-nav img{width:50%;}
}


.item-bottom {
    position: relative;
}
.item-bottom .original-price {
    color: #999;
    text-decoration: line-through;
}

.goods-title a span{color:#e4393c;font-weight:bold;margin-right:5px;}

/**
 * 导航
 */
.activity-nav {
    background: #eee;
}
.activity-nav li > a {
    padding: 10px;
}
.activity-nav .am-active {
    border-bottom: 2px solid #ed5565;
}

.yx-user-box{display:block;background:#ffdcc0;padding:10px 20px;}
.yx-user-box img{width:40px;height:40px;display:inline-block;border-radius:50%;}
.yx-user-box .ppp{line-height:45px;display:inline-block;margin-left:10px;font-size:14px;}
.yx-user-box .ppp span{color:#ff0000;margin-left:5px;margin-right:5px;}

/**
 * 数据列表
 */
.data-list .am-gallery-item {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #eee;
}
.data-list .am-gallery-item:hover {
    -webkit-box-shadow: 0px 12px 12px -10px rgba(0,0,0,.4);
    box-shadow:0px 12px 12px -10px rgba(0,0,0,.4);
    border: 1px solid #d2364c;
    -webkit-transition: border-color .2s ease-in;
    -moz-transition: border-color .2s ease-in;
    -ms-transition: border-color .2s ease-in;
    -o-transition: border-color .2s ease-in;
    transition: border-color .2s ease-in;
}
.data-list .status-name {
    position: absolute;
    left: 12px;
    bottom: 10px;
    padding: 5px 10px;
}
@media only screen and (min-width: 1025px) {
    .data-list {
        width: calc(100% + 20px);
        margin-left: -10px;
    }
}

/**
 * 详情基础信息
 */
.plugins-activity .detail-base-right {
    width: calc(100% - 90px);
}
@media only screen and (max-width:1010px) {
    .plugins-activity .detail-base-content {
        margin-left: 5px;
        margin-right: 5px;
    }
}

/**
 * 商品列表
 */
.plugins-activity .goods-list .am-gallery-bordered .am-gallery-item {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #eee;
}
.plugins-activity .goods-list .am-gallery-item .price {
    position: relative;
}
.plugins-activity .goods-list .am-gallery-item .price .original-price {
    color: #999;
    text-decoration: line-through;
}
.plugins-activity .item-bottom {
    position: relative;
}
.plugins-activity .item-bottom .original-price {
    color: #999;
    text-decoration: line-through;
}
.plugins-activity .item-bottom .buy-btn {
    background: #e4393c;
    border-color: #e3393c;
    color: #fff !important;
    position: absolute;
    right: 0;
    bottom: 0;
}
@media only screen and (min-width: 641px) {
    .plugins-activity .goods-list ul {
        width: calc(100% + 20px);
        margin-left: -10px;
    }
    .plugins-activity .goods-list .am-gallery-bordered .am-gallery-item:hover {
        -webkit-box-shadow: 0px 12px 12px -10px rgba(0,0,0,.4);
        box-shadow:0px 12px 12px -10px rgba(0,0,0,.4);
        border: 4px solid #d2364c;
        -webkit-transition: border-color .2s ease-in;
        -moz-transition: border-color .2s ease-in;
        -ms-transition: border-color .2s ease-in;
        -o-transition: border-color .2s ease-in;
        transition: border-color .2s ease-in;
    }
}
@media only screen and (max-width: 641px) {
    .plugins-activity .goods-list ul {
        width: calc(100% + 10px);
        margin-left: -5px;
    }
}

.price-content .price span{
	font-size:14px;margin-right:5px;
}
.price-content .price span.sp2{
	margin-left:5px;
}
