﻿#warp{
    -webkit-overflow-scrolling: auto;      
    overflow-x: hidden;           
}
        .orderdetails_content {
            padding: 20px;
            max-width: 1500px;
            margin: 20px auto;
        }

        .orderdetails_content a {
            text-decoration: none;
            color: #525151;
        }

        .orderdetails_content .title {
            font-weight: bold;
            color: #333;
            font-size: 16px;
            display: -webkit-box;
            -webkit-line-clamp: 1;       
            -webkit-box-orient: vertical;     
            text-overflow: ellipsis;
    
        }

        .title_des {
            max-height: 40px;
            display: -webkit-box;
            
            -webkit-line-clamp: 2;     
            -webkit-box-orient: vertical;
            overflow: hidden;         
            text-overflow: ellipsis;        
        }

        .col-inner {
            display: flex;
            justify-content: space-around;
        }

        .title_img li {
            margin-bottom: 15px;
        }

        .img_box {
            display: flex;
            align-items: center;
            justify-content: space-around;
            flex-wrap: wrap;
            border-bottom: 1px solid rgb(200, 198, 198);
            padding: 20px 0px;
        }

        .left_content .img_box img {
            /* width: 250px; */
            height: 100px;
        }

        .left_content {
            font-size: 14px;
            width: 70%;
        }

        .right_content {
            width: 28%;
        }

        .img_box .title_img {
            width: 60%;
            list-style: none;
            cursor: pointer;
        }
        .img_box .image_div{
    width: 25%;text-align: center;
}
        .Recommending {
            padding: 20px 0px;
            list-style: none;
            text-align: center;
        }

        .Recommending img {
            width: 140px;
            height: 180px;
        }

        .article {
            margin-top: 10px;
            list-style: none;

            :nth-child(1) {
                /* border: none; */
                display: flex;
                justify-content: space-between;
            }
        }

        .article li img {
            /* width: 80px; */
            height: 50px;
        }

        .article li {
            font-size: 12px;
            margin-top: 10px;
            border: 1px solid rgb(200, 198, 198);
            padding: 10px;
        }

        .text_clamp {
            display: flex;
            justify-content: space-between;
            cursor: pointer;
        }

        .text_clamp .dec {
            width: 75%;
            /* height: 45px; */
            margin-left: 8px;

            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }
     

        @media screen and (max-width: 880px) {

            div,
            ul,
            li {
                padding: 0px;
                margin: 0px;
            }

            .left_content .img_box img {
                /* width: 150px; */
                height: atuo;
            }

            .col-inner {
                display: block;
                flex-wrap: wrap;
                flex: 1;
            }
            .img_box .title_img ,.img_box .image_div{
            width: 100%;
            list-style: none;
            cursor: pointer;
        }
            .left_content,
            .right_content {
                width: 100%;
                list-style: none;
            }

            .Recommending {
                width: 50%;
            }

            .min_men {
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
            }
        }

        .el-pagination.is-background .el-pager li:not(.disabled).active {
            background-color: var(--primary-menu-Selected-color);
        }
