/**
 * 轮播
 */
.banner .am-slider .am-slides img {
    margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
    .banner .am-slider .am-slides img {
        width: 1000px;
    }
}
@media only screen and (min-width: 1260px) {
    .banner .am-slider .am-slides img {
        width: 1200px;
    }
}

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

/**
 * 详情基础信息
 */
.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;
    height: 48px;
}
.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: 5px;
    bottom: 5px;
}
@media only screen and (min-width: 641px) {
    .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: 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;
        box-shadow: 0px 0 0px 3px #e23f36;
    }
}
@media only screen and (min-width: 1025px) {
    .plugins-activity .goods-list ul {
        width: calc(100% + 10px);
        margin-left: -5px;
        padding: 0;
    }
}