/**
 * 商品详情页提示信息
 */
.plugins-intellectstools-goods-content-top * {
    color: #2a6d8d;
}
.plugins-intellectstools-goods-content-top .am-table > tbody > tr > td {
    border-color: #fff4e1;
    padding: 1rem 2rem;
    color: #FD9D4F;
}
.plugins-intellectstools-goods-content-top .am-panel {
    border-color: #fff4e1;
}
.plugins-intellectstools-goods-content-top  .am-panel-secondary > .am-panel-hd {
    background: #fff4e1;
    padding: 0.7rem 2rem;
}
.plugins-intellectstools-goods-content-top  .am-panel-secondary > .am-panel-hd p {
    color: #FD9D4F;
    font-size: 1.4rem;
    font-weight: 500;
}
/**
 * 用户地址添加
 */
.plugins-intellectstools-useraddress-save button,
.plugins-intellectstools-useraddress-save textarea {
    height: 10rem !important;
}

/**
 * 搜索右侧购物车容器
 */
.plugins-intellectstools-search-right-cart {
    display: -webkit-inline-box;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
}
.plugins-intellectstools-search-right-cart .search-right-cart-submit {
    background: rgba(226,44,8,0.04);
    border: 1px solid #FFE9E7;
    display: block;
    text-align: center;
    color: #e22c08;
    text-decoration: none;
    position: relative;
    padding: 1rem 3.5rem 1rem 1.5rem;
}
.plugins-intellectstools-search-right-cart .search-right-cart-submit i{
    font-size: 1.8rem;
    position: absolute;
    top: 0.5rem;
    margin-left: 0.3rem;
}
.plugins-intellectstools-search-right-cart .common-cart-total {
    position: absolute;
    top: -0.5rem;
    right: 0;
    padding: 0.2rem 0.6rem;
}
.plugins-intellectstools-search-right-cart .search-right-cart-content {
    display: none;
    position: absolute;
    top: 3.6rem;
    right: 0;
    width: 42rem;
    background: #FFFFFF;
    box-shadow: 0.2rem 0.4rem 1rem rgb(0 0 0 / 30%);
    border: 0.1rem solid var(--color-main);
}
.plugins-intellectstools-search-right-cart:hover .search-right-cart-content {
    display: block;
}
.plugins-intellectstools-search-right-cart:hover .search-right-cart-submit {
    background: #FFFFFF;
    box-shadow: 0 0 1rem rgb(0 0 0 / 30%);
    border-color: #FFFFFF;
    border: 0.1rem solid var(--color-main);
}
.plugins-intellectstools-search-right-cart .search-right-cart-content .spacer {
    position: absolute;
    top: -0.6rem;
    right: 0;
    width: 11rem;
    height: 1.5rem;
    background-color: #FFFFFF;
}
@media only screen and (max-width: 1024px) {
    .plugins-intellectstools-search-right-cart {
        right: 0.5rem;
    }
}
@media only screen and (max-width:640px) {
    .plugins-intellectstools-goods-content-top .am-table > tbody > tr > td {
        padding: 1rem 1.2rem;
    }
}


/**
 * 购物车内容
 */
.plugins-intellectstools-search-right-cart .cart-content {
    text-align: left;
    font-size: 1.2rem;
}
.plugins-intellectstools-search-right-cart .cart-content .cart-items {
    min-height: 6rem;
    max-height: 32rem;
    overflow-x: auto;
}
.plugins-intellectstools-search-right-cart .cart-content .goods-detail img {
    width: 6rem;
    height: 6rem;
    position: absolute;
    left: 0;
    top: 0;
}
.plugins-intellectstools-search-right-cart .cart-content .goods-detail {
    position: relative;
    min-height: 6rem;
    padding: 1rem;
    display: flex;
    align-items: center;

}
.plugins-intellectstools-search-right-cart .cart-content .goods-title {
    display: block;
    max-height: 3.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.2rem;
    color: #333333;
}
.plugins-intellectstools-search-right-cart .cart-content .goods-title:hover {
    text-decoration: underline;
}
.plugins-intellectstools-search-right-cart .cart-content .goods-base {
    float: left;
    top: 0;
    margin-left: 6.5rem;
}
.plugins-intellectstools-search-right-cart .cart-content .goods-attr {
    margin-top: 0.5rem;
}
.plugins-intellectstools-search-right-cart .cart-content .goods-attr li {
    color: #888;
    line-height: 1.6rem;
    font-size: 1.2rem;
}
.plugins-intellectstools-search-right-cart .cart-content strong.total-price-content, .plugins-intellectstools-search-right-cart .cart-content .nav-total-price {
    font-weight: 700;
}
.plugins-intellectstools-search-right-cart .cart-content .cart-nav label {
    cursor: pointer;
}
.plugins-intellectstools-search-right-cart .cart-content .selected-tips strong, .plugins-intellectstools-search-right-cart .cart-content .nav-total-price {
    font-size: 1.4rem;
}
.plugins-intellectstools-search-right-cart .cart-content strong.total-price-content, .plugins-intellectstools-search-right-cart .cart-content .selected-tips strong, .plugins-intellectstools-search-right-cart .cart-content .nav-total-price {
    color: #333333;
    font-weight: 400;
}
.plugins-intellectstools-search-right-cart .cart-content .am-table {
    margin-bottom: 0;
}
.plugins-intellectstools-search-right-cart .cart-content .am-table > tbody > tr:first-child > td {
    border-top: 0;
}
.plugins-intellectstools-search-right-cart .cart-content .cart-nav {
    margin-bottom: 1rem;
    line-height: 4rem;
    padding: 0 1rem;
}
.plugins-intellectstools-search-right-cart .cart-content .cart-nav .cart-sub { 
    display: flex;
    flex-wrap: wrap-reverse;
    flex-direction: column;
}
.plugins-intellectstools-search-right-cart .cart-content .cart-nav .cart-sub .cart-sub-detail {
    display: flex;
    flex-direction: row-reverse;
}
.plugins-intellectstools-search-right-cart .cart-content .cart-nav .cart-sub .cart-sub-detail .total-price-tips{
    display: inline-block;
    padding: 0 0 0 1.5rem;
}
.plugins-intellectstools-search-right-cart .cart-content .cart-nav .separate-submit {
    height: 4rem;
    width: 10rem;
    font-size: 1.6rem;
}
.plugins-intellectstools-search-right-cart .cart-content .cart-nav .cart-sub .cart-sub-detail .selected-tips strong {
    color: var(--color-price);
    font-weight: 500;
}

.plugins-intellectstools-search-right-cart .cart-content .cart-nav  .cart-sub .cart-sub-detail .nav-total-price {
    color: var(--color-price);
    font-weight: 500;
}
.plugins-intellectstools-search-right-cart .cart-content table tr .base {
    width: 60%;
}
.plugins-intellectstools-search-right-cart .cart-content table tr .total-price {
    width: 26%;
    vertical-align: middle;
}
.plugins-intellectstools-search-right-cart .cart-content table tr .total-price span{
    color: #999999;
}
.plugins-intellectstools-search-right-cart .cart-content table tr .operation {
    width: 12%;
    vertical-align: middle;
}
.plugins-intellectstools-search-right-cart .cart-content table tr .operation a {
    font-size: 1.2rem;
}
.plugins-intellectstools-search-right-cart .cart-content .cart-nav .nav-total-price {
    margin-right: 0.5rem;
}
.plugins-intellectstools-search-right-cart .cart-content .mixed-tips {
    margin-bottom: 2%;
    margin-top: 2%;
}
.plugins-intellectstools-search-right-cart .cart-content .mixed-tips img {
    width: 9.1rem;
    height: 7.4rem;
    margin:2.4rem 2.4rem 2.4rem 1.2rem;
}
.plugins-intellectstools-search-right-cart .cart-content .mixed-tips-content {
    margin-top: 2rem;
}
/* 
 * 悬浮购物车+收藏
*/
.plugins-intellectstools-goods-above-suspension-operate .collect,
.plugins-intellectstools-goods-above-suspension-operate .shop {
    height: 4rem;
    display: block;
    margin-bottom: 0.8rem;
    width: 4rem;
    background: #FFFFFF;
    box-shadow: 0 0 1.4rem rgba(0,0,0,.07);
    border: 0;
    position: relative;
}
.plugins-intellectstools-goods-above-suspension-operate .collect:hover,
.plugins-intellectstools-goods-above-suspension-operate .shop:hover {
    background: var(--color-main);
}

.plugins-intellectstools-goods-above-suspension-operate .collect i,
.plugins-intellectstools-goods-above-suspension-operate .shop i {
    font-size: 1.8rem;
    font-weight: bolder;
    color: #999999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.plugins-intellectstools-goods-above-suspension-operate .collect:hover i,
.plugins-intellectstools-goods-above-suspension-operate .shop:hover i {
    color: #FFFFFF;
}

.module-goods-container li .plugins-intellectstools-goods-above-suspension-operate {
    position: absolute;
    right: 0;
    bottom: calc(50% - 1rem);
    padding: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 1;
}
.module-goods-container li .item-type-btn .plugins-intellectstools-goods-above-suspension-operate {
    bottom: 13rem;
}

.module-goods-container.module-goods-slider-piece li .plugins-intellectstools-goods-above-suspension-operate {
    bottom: 8.6rem;
}
@media only screen and (min-width: 641px) {
    .module-goods-container li:hover .plugins-intellectstools-goods-above-suspension-operate {
        right: 2rem;
        opacity: 1;
    }
    .recommend-goods .module-goods-grid-container li:hover .plugins-intellectstools-goods-above-suspension-operate {
        right: 1rem;
    }
}

/**
 * 订单售后详情客服
 */
.user-content-body .detail {
    display: flex;
}
.user-content-body .detail .apply-container {
    flex: 1;
}
.user-content-body .detail .customer-service-container {
    width: 37.6rem;
}
@media only screen and (min-width: 740px) {
    .user-content-body .detail .apply-container {
        padding-right: 1.6rem;
    }
}
@media only screen and (max-width: 740px) {
    .user-content-body .detail {
        flex-direction: column;
    }
    .user-content-body .detail .customer-service-container {
        width: 100%;
    }
}
/**
 * 售后申请页面展示
 */
.user-content-body .customer-service-container.list-show .am-panel-bd .item {
    display: inline-block;
}
.user-content-body .customer-service-container.list-show .am-panel-bd .item:not(:last-child) {
    margin-right: 1rem;
}


/**
 * 商品详情----评价
 */

.score-container,
.score-container.shifting.evaluate-no-data {
    padding: 1.5rem 13.6rem 1.5rem 2.5rem;
}
.score-container.shifting {
    padding: 1.5rem 2.5rem;
}
.evaluate {
    position: absolute;
    right: 31.7rem;
    top: 9rem;
}
.evaluate.shifting {
    top: 26.2rem;
}
.evaluate.evaluate-no-data.shifting {
    right: 2.5rem;
    top: 5.5rem;
}
@media only screen and (max-width:1600px) {
    .evaluate {
        right: 20rem;
    }
}
@media only screen and (max-width:1260px) {
    .evaluate {
        right: 12rem;
    }
}
@media only screen and (max-width:760px) {
    .evaluate {
        right: 4rem;
    }
}
@media only screen and (max-width:640px) {
    .score-container { 
        padding: 1rem 7.6rem 1rem 1rem; 
        border-style: none none solid none;
    }
    .score-container .score {
        width: 6rem;
    }
    .score-container .progress-content {
        width: calc(100% - 6rem);
        padding: 0 1rem;
    }
    .score-container.shifting.evaluate-no-data {
        padding: 1rem 10.6rem 1rem 1rem;
    }
    .score-container .score .value {
        font-size: 2.8rem;
    }
    .score-container .score .name {
        margin-top: 1rem;
    }
    .evaluate.evaluate-no-data {
        right: 0;
        top: 6.2rem;
    }
    .evaluate button {
        padding: 0.4rem 0.8rem;
        font-size: 1.2rem;
    }
    .evaluate {
        right: calc(50% - 3.3rem);
        top: 13rem;
    }
    .evaluate.shifting {
        top: 30rem;
    }
    .evaluate.evaluate-no-data.shifting {
        top: 6.1rem;
    }
}



/**
 * 下单页面用户留言快捷选择
 */
.index-buy-index .buy-message {
    position: relative;
}
.plugins-intellectstools-user-note-choice-container {
    position: absolute;
    left: 10rem;
    top: 0rem;
    width: calc(100% - 10.5rem);
    display: flex;
    line-height: 2.4rem;
}
.plugins-intellectstools-user-note-choice-container .am-scrollable-horizontal {
    height: 2.4rem;
    width: calc(100% - 6rem);
    white-space: nowrap;
}
.plugins-intellectstools-user-note-choice-container .am-scrollable-horizontal::-webkit-scrollbar {
    display: none;
}
.plugins-intellectstools-user-note-choice-container .am-scrollable-horizontal a:not(:last-child) {
    margin-right: 0.5rem;
}
.plugins-intellectstools-user-note-choice-container .am-scrollable-horizontal a {
    color: #888;
    border: 0.1rem solid #eee;
    border-radius: var(--border-radius);
    padding: 0.2rem 0.5rem;
}
@media only screen and (min-width: 641px) {
    .plugins-intellectstools-user-note-choice-container .am-scrollable-horizontal a:hover {
        color: #666;
        border-color: #999;
    }
}