.plugins-points .top-left {
    background-color: #FCFCFC;
    position: relative;
}
.points-user-menu-submit {
    border: 1px solid #f8d093;
    color: #F37B1D;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 3px 10px;
    text-decoration: none !important;
    background-color: #ffe5be;
}
.points-user-menu-submit:hover,
.points-user-menu-submit:focus {
    background: #F37B1D;
    color: #fff;
}
.plugins-points .top-left .share-container {
    position: absolute;
    left: 10px;
    bottom: 10px;
}
.plugins-points .top-left span.share-name {
    line-height: 25px;
    font-weight: 500;
    color: #f5f5f5;
}
.plugins-points .top-left .user-name {
    color: #272727;
}
.plugins-points .top-left .user-desc {
    color: #272727;
    font-size: 14px;
    letter-spacing: 4px;
    font-weight: 900;
    margin-bottom: 10px;
    font-style: italic;
}
.plugins-points .top-right img {
    width: 100%;
}
@media only screen and (min-width:641px) {
    .plugins-points .top-right {
        padding-right: 0;
    }
    .plugins-points .top-left, .plugins-points .top-right img {
        height: 160px;
    }
}
@media only screen and (max-width:1005px) {
    .plugins-points .top-container {
        padding: 0 5px;
    }
    .points-notice, .fooer-code-container {
        margin-left: 5px;
        margin-right: 5px;
    }
}
@media only screen and (max-width:641px) {
    .plugins-points .top-container {
        padding: 0;
        margin-top: 0;
    }
    .plugins-points .top-left {
        padding-bottom: 0px;
    }
    .plugins-points .top-left, .plugins-points .top-right {
        padding-left: 0;
        padding-right: 0;
    }
    .plugins-points .top-right {
        margin-top: 10px;
    }
}

.items-nav-title {
    background:	#FFF3EE;
}
.items-nav-title i {
    background: #fe6f04;
    width: 5px;
    height: 18px;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}
.items-nav-title span {
    font-size: 14px;
    color: #fe6f04;
    font-weight: bold;
}

.plugins-points .goods-list .am-gallery-bordered .am-gallery-item {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #eee;
}
.plugins-points .item-bottom {
    position: relative;
}
.plugins-points .item-bottom .original-price {
    color: #999;
    text-decoration: line-through;
}
.plugins-points .item-bottom .buy-btn {
    background: #fe6f04;
    border-color: #fe6f04;
    color: #fff !important;
    position: absolute;
    right: 0;
    bottom: 0;
}
@media only screen and (min-width: 641px) {
    .plugins-points .goods-list ul {
        width: calc(100% + 20px);
        margin-left: -10px;
    }
    .plugins-points .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: 3px solid #fe6f04;
        -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:1005px) {
    .goods-list {
        padding: 0 5px;
    }
}
@media only screen and (max-width: 641px) {
    .goods-list {
        padding: 0;
    }
    .plugins-points .goods-list ul {
        width: calc(100% + 10px);
        margin-left: -5px;
    }
}

.not-login-icon-user{
    position: relative;
    width: 7rem;
    height: 7rem;
    line-height: 7rem;
    text-align: center;
    display: inline-block;
    background: #BEBEBE;
    border-radius: 100px;
    color: #fff;
    font-size: 4rem;
}

.sp-st-fs-user{
    margin-top: 0.2rem;
}
.sp-st-fs-user span {
    font-style: italic;
    font-size: 12px;
    color: #FF5511;
}
.sp-st-fs-user strong {
    font-style: italic;
    font-size: 12px;
    color: #FF5511;
}