/*商品列表页*/
.banner_shopping {
    width: 100%;
    height: 300px;
}

    .banner_shopping ul.banner_lists li img {
        width: 100%;
        height: 300px;
    }

    .banner_shopping .am-slider-default .am-control-nav {
        bottom: 20px;
    }

        .banner_shopping .am-slider-default .am-control-nav li a {
            width: 20px;
            height: 20px;
            border: none;
            background-color: #fff;
        }

            .banner_shopping .am-slider-default .am-control-nav li a.am-active {
                background-color: #ed7d31;
            }

.t_position {
    color: #666;
    height: 52px;
    margin: 10px 0;
    font-size: 16px;
    line-height: 52px;
    border-bottom: 1px solid #f6f6f6;
}

    .t_position p {
        height: 52px;
        font-size: 14px;
        line-height: 52px;
        display: inline-block;
    }

    .t_position a {
        font-size: 14px;
    }

.t_goods_main {
    margin-bottom: 85px;
    margin-top: 20px;
}

.t_goods_type_area {
    width: 280px;
}

    .t_goods_type_area .t_goods_type_ul {
        padding: 0 12px;
        border: 1px solid #e2e2e2;
        border-top: 4px solid #ed7d31;
        border-top-color:var(--main-color)
    }

        .t_goods_type_area .t_goods_type_ul li {
            justify-content: flex-start;
            border-bottom: 1px dashed #e2e2e2;
        }
          .t_goods_type_area .t_goods_type_ul li .p1{
              font-size: 16px;
              color: #333;
              margin-bottom: 20px;
              margin-top: 17px;
          }
          .t_goods_type_area .t_goods_type_ul li .p2{
          display: flex;
          flex-wrap: wrap;
          }
            .t_goods_type_area .t_goods_type_ul li .p2 a {
                color: #888;
                display: block;
                margin-bottom: 15px;
                margin-right: 20px;
            }

                .t_goods_type_area .t_goods_type_ul li a:hover {
                    color: var(--main-color);
                }
                 .t_goods_type_area .t_goods_type_ul li a.on {
                    color: var(--main-color);
                }

        .t_goods_type_area .t_goods_type_ul.recommend_ul {
            padding: 0 12px;
        }

            .t_goods_type_area .t_goods_type_ul.recommend_ul > b {
                display: block;
                font-size: 16px;
                border-bottom: 1px dashed #e2e2e2;
                line-height: 60px;
            }

            .t_goods_type_area .t_goods_type_ul.recommend_ul li a {
                margin: 0;
                padding: 0;
                width: 100%;
                display: block;
                height: 100%;
            }

            .t_goods_type_area .t_goods_type_ul.recommend_ul li img {
                width: 100%;
                /* height: 259px; */
                padding: 20px;
            }

.t_goods_lists {
    width: 1095px;
    text-align: center;
}

    .t_goods_lists ul.t_goods_lists_ul {
        display: flex;
        flex-wrap: wrap;
        text-align: left;
        justify-content: flex-start;
    }

        .t_goods_lists ul.t_goods_lists_ul li {
            width: 256px;
            height: 372px;
            line-height: 180%;
            margin-right: 15px;
            margin-bottom: 23px;
            border: 1px solid #e2e2e2;
        }

            .t_goods_lists ul.t_goods_lists_ul li:hover {
                border: 1px solid #ff7141;
                border-color:var(--main-color)
            }

            .t_goods_lists ul.t_goods_lists_ul li a {
                display: block;
                width: 100%;
                height: 100%;
            }

            .t_goods_lists ul.t_goods_lists_ul li:nth-child(4n) {
                /*margin-right: 0;*/
            }

            .t_goods_lists ul.t_goods_lists_ul li img {
                width: 100%;
                height: 255px;
                border: 0;
            }

            .t_goods_lists ul.t_goods_lists_ul li .text {
                padding: 22px 13px;
            }

            .t_goods_lists ul.t_goods_lists_ul li span.t_concessional_rate {
                color: var(--main-color);
                font-size: 20px;
                font-weight: bold;
            }

            .t_goods_lists ul.t_goods_lists_ul li span.t_original_price {
                color: #888;
                text-decoration: line-through;
            }

            .t_goods_lists ul.t_goods_lists_ul li p {
                width: 100%;
                color: #666666;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                line-height: initial;
                margin-top: 10px;
            }

            .t_goods_lists ul.t_goods_lists_ul li:hover p {
                text-decoration: underline;
                color: var(--main-color);
            }

.pagered {
    max-width: 800px;
    text-align: center;
    margin-bottom: 30px;
    display: inline-block;
    margin-top: 40px;
}

    .pagered a {
        cursor: pointer;
    }

    .pagered a, .pagered span {
        width: 37px;
        height: 42px;
        border: 1px solid #e6edf3;
        margin-left: -1px;
        color: #8a8a8a;
        display: inline-block;
        line-height: 40px;
        float: left;
        font-size: 15px;
        text-decoration: none;
        margin: 0 5px;
    }

        .pagered a:hover, .pagered span:hover {
            border-color: var(--main-color);
            color: var(--main-color);
            position: relative;
            z-index: 1;
        }

    .pagered .pg-first, .pagered .pg-last, .pagered .pg-next, .pagered .pg-prev {
        background: #fff url(../images/page_bg.jpg) 8px 7px no-repeat;
    }

    .pagered .pg-first, .pagered .pg-last, .pagered .pg-next, .pagered .pg-prev {
        background: #fff url(../images/page_bg.jpg) 8px 7px no-repeat;
    }

        .pagered .pg-prev, .pagered .pg-prev:hover {
            background-position: 7px -21px;
        }

            .pagered .pg-prev[disabled=true], .pagered .pg-prev[disabled=true]:hover {
                cursor: default;
                background-image: url(../images/page_bg.jpg);
            }

            .pagered .pg-next[disabled=true], .pagered .pg-prev[disabled=true] {
                border-color: #eee;
            }

    .pagered span.on {
        color: var(--main-color);
        border-color: var(--main-color);
        position: relative;
        z-index: 1;
    }

    .pagered .pg-next, .pagered .pg-next:hover {
        background-position: -21px -21px;
    }

    .pagered .pg-last, .pagered .pg-last:hover {
        background-position: -21px 7px;
    }



/*商品详情*/
.t_goods_details_area {
    display: flex;
    margin: 35px 0;
    border: 1px solid #f2f2f2;
    justify-content: space-between;
}

    .t_goods_details_area .t_goods_pics {
        width: 392px;
        margin: 20px 0 0 20px;
    }

.t_goods_pics .am-slider .am-slides img {
    width: 392px;
    height: 392px;
}

.t_goods_pics .am-slider-default .am-control-nav {
    width: 100%;
    height: 64px;
    padding: 7px 37px;
    overflow: hidden;
    margin-top: 15px;
    text-align: left;
    line-height: 64px;
    position: initial;
    background: #f2f2f2;
}

    .t_goods_pics .am-slider-default .am-control-nav li {
        width: 50px;
        height: 50px;
    }

        .t_goods_pics .am-slider-default .am-control-nav li img {
            width: 100%;
            height: 100%;
        }

            .t_goods_pics .am-slider-default .am-control-nav li img.am-active {
                border: 2px solid #ed4545;
            }

.t_goods_pics .am-slider-default .am-direction-nav .am-prev {
    top: 92%;
    left: 10px;
    width: 20px;
    height: 50px;
    background-size: 100%;
}

.t_goods_pics .am-slider-default .am-direction-nav .am-next {
    top: 92%;
    right: 10px;
    width: 20px;
    height: 50px;
    background-size: 100%;
}

.t_goods_details_des {
    width: 710px;
    padding: 30px;
    border-right: 1px solid #f2f2f2;
}

    .t_goods_details_des b.t_goods_name {
        width: 100%;
        font-size: 18px;
        overflow: hidden;
        white-space: nowrap;
        display: inline-block;
        text-overflow: ellipsis;
    }

p.t_goods_price {
    margin: 30px 0;
}

    p.t_goods_price span.t_concessional_rate {
        color: #e54646;
        font-size: 30px;
        font-weight: 700;
        margin-right: 20px;
    }

    p.t_goods_price span.t_original_price {
        color: #aaa;
        font-size: 18px;
        text-decoration: line-through;
    }

.t_goods_specifications {
    padding: 25px;
    background: #f2f2f2;
}

    .t_goods_specifications > p {
        margin: 12px 0;
        font-size: 12px;
        display: flex;
    }

        .t_goods_specifications > p span.t_title {
            width: 20%;
            color: #999;
            text-align: right;
            display: inline-block;
            vertical-align: middle;
            line-height: 40px;
        }

        .t_goods_specifications > p span.t_content {
            color: #666;
            display: inline-block;
            vertical-align: middle;
            line-height: 40px;
            width: 80%;
            padding-left: 2%;
        }

            .t_goods_specifications > p span.t_content a {
                color: #666;
                height: 34px;
                padding: 0 20px;
                background: #fff;
                line-height: 34px;
                margin-right: 10px;
                display: inline-block;
                border: 1px solid #dcdcdc;
            }

                .t_goods_specifications > p span.t_content a.on, .t_goods_specifications > p span.t_content a:hover {
                    border-color: #e54646;
                }

        .t_goods_specifications > p .t_content.goods_number b {
            width: 24px;
            height: 24px;
            cursor: pointer;
            text-align: center;
            display: inline-block;
            vertical-align: middle;
            line-height: 24px;
            border: 1px solid #dcdcdc;
        }

        .t_goods_specifications > p .t_content.goods_number input {
            width: 55px;
            height: 24px;
            text-align: center;
            border: 1px solid #dcdcdc;
        }

.t_pay_btn_div input.t_pay_btn {
    width: 198px;
    height: 46px;
    color: #e54646;
    cursor: pointer;
    font-size: 18px;
    margin-right: 35px;
    background: #f9dddd;
    border: 1px solid #e54646;
}

.t_pay_btn_div input.t_shopping_cart_btn {
    color: #fff;
    width: 198px;
    height: 46px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    padding-left: 35px;
    border: 1px solid #e54646;
    background: #e54646 url(../images/icon_shopping_cart1.png) no-repeat 20% center;
}

.t_goods_recommend_div {
    width: 278px;
    padding: 0 37px;
}

    .t_goods_recommend_div > b {
        display: block;
        padding: 15px 0;
        font-size: 16px;
        margin-bottom: 15px;
        border-bottom: 1px dotted #f2f2f2;
    }

    .t_goods_recommend_div ul.t_goods_recommend_lists li {
        margin-bottom: 25px;
    }

        .t_goods_recommend_div ul.t_goods_recommend_lists li img {
            width: 100%;
            height: 180px;
            object-fit: contain;
        }

        .t_goods_recommend_div ul.t_goods_recommend_lists li p {
            color: #666;
            width: 100%;
            margin-top: 15px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

.t_recommend_and_details {
    display: flex;
    margin-bottom: 78px;
    justify-content: space-between;
}

.t_recommend_goods_lists {
    width: 210px;
}

    .t_recommend_goods_lists p.t_recommend_top {
        width: 100%;
        height: 38px;
        padding: 0 16px;
        line-height: 38px;
        background: #f5f4f4;
        border: 1px solid #e7e6e6;
    }

    .t_recommend_goods_lists ul {
        padding: 15px;
        border: 1px solid #e7e6e6;
        border-top: none;
    }

        .t_recommend_goods_lists ul li {
            text-align: center;
            margin-bottom: 15px;
            padding-bottom: 15px;
            border-bottom: 1px solid #e7e6e6;
        }

            .t_recommend_goods_lists ul li:last-child {
                margin-bottom: 0;
                padding-bottom: 0;
                border-bottom: none;
            }

            .t_recommend_goods_lists ul li img {
                width: 160px;
                height: 160px;
            }

            .t_recommend_goods_lists ul li span {
                color: #d50000;
                display: block;
                font-size: 12px;
                text-align: left;
                margin-top: 15px;
            }

            .t_recommend_goods_lists ul li p {
                color: #666;
                width: 100%;
                font-size: 12px;
                text-align: left;
                overflow: hidden;
                margin-top: 10px;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

.t_goods_details_box {
    width: 1156px;
}

    .t_goods_details_box > p {
        color: #fff;
        width: 137px;
        height: 37px;
        font-size: 16px;
        font-weight: 700;
        line-height: 37px;
        text-align: center;
        background: #e54646;
    }

    .t_goods_details_box .t_goods_details_main {
        width: 100%;
        padding: 5px;
        background: #f9f9f9;
        border-top: 1px solid #e7e6e6;
    }
        
.colorff7142 {
    color:var(--main-color)
}
.fs-32 {
    font-size: 20px;
}

.fw6 {
    font-weight: bold
}

.page-turning {
    height: 42px;
    border: 1px solid #e6edf3;
    margin-left: -1px;
    color: #8a8a8a;
    font-size: 15px;
    margin: 0 5px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .page-turning:hover {
        color: var(--main-color);
        border-color: var(--main-color);
    }

.cart-box {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    justify-content: center;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.08);
}