/**
 * 对比入口
 */
.plugins-goodscompare-pk-run {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
}
.plugins-goodscompare-pk-run.left {
    left: 0;
    transform: none;
}
.plugins-goodscompare-pk-run img {
    width: auto;
    height: 1.4rem;
}
@media only screen and (max-width: 640px) {
    .plugins-goodscompare-pk-run {
        bottom: 2.6rem;
    }
}

/**
 * 对比栏目容器
 */
.plugins-goodscompare-bottom-column {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1020;
}
.plugins-goodscompare-bottom-column .goodscompare-container {
    background: #fff;
    -moz-box-shadow: 0 0 15px rgba(221,221,221,0.8);
    -webkit-box-shadow: 0 0 15px rgba(221, 221, 221, 0.8);
    box-shadow: 0 0 15px rgba(221, 221, 221, 0.8);
    position: relative;
}
.plugins-goodscompare-bottom-column .goodscompare-container .head {
    width: 100%;
    height: 3.5rem;
}
.plugins-goodscompare-bottom-column .goodscompare-container .head .operate-hide-submit {
    margin-top: 0.8rem;
}
.plugins-goodscompare-bottom-column .goodscompare-container .title {
    line-height: 3.5rem;
    border-color: #7abd54;
    border-width: 0.2rem 0.2rem 0 0.2rem;
    border-style: solid;
    width: 15rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.plugins-goodscompare-bottom-column .goodscompare-container .title:before {
    content: ' ';
    background: #fff;
    left: 0.2rem;
    top: 3rem;
    height: 1rem;
    z-index: 999999;
    position: absolute;
    width: 14.6rem;
}
.plugins-goodscompare-bottom-column .goodscompare-container .content {
    border: 0.2rem solid #7abd54;
    height: 10rem;
    position: relative;
    border-top-left-radius: 0;
}
.plugins-goodscompare-bottom-column .goodscompare-container .am-slider-default {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: calc(100% - 12rem);
}
.plugins-goodscompare-bottom-column .goodscompare-container .compare-goods-list li .goods-img img {
    width: 6rem !important;
    height: 6rem !important;
}
.plugins-goodscompare-bottom-column .goodscompare-container .compare-goods-list li .goods-base {
    width: calc(100% - 6.6rem);
}
.plugins-goodscompare-bottom-column .goodscompare-container .compare-right-operate {
    position: absolute;
    top: 0;
    right: 0;
    width: 12rem;
    height: 10rem;
}