.cl{clear:both;}
/**
 * 轮播
 */
.banner .am-slider .am-slides img {
    margin: 0 auto;
}
.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;border-radius:10px;}

@media only screen and (min-width: 1025px) {
	.yx-nav li{width:10%;}
	.activity-nav img{width:50%;}
}
@media only screen and (min-width: 1260px) {
	.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;
}

/**
 * 数据列表
 */
.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;
}
.data-list .am-gallery-item .imgbox{position:relative;
-webkit-backface-visibility: hidden;
overflow:hidden;
}
.data-list .am-gallery-item .imgbox a{padding-bottom:100%;display:block;}
.data-list .am-gallery-item .imgbox a img{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;margin:auto;}
@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;
    }
}