body{
    background-color: #f3f3f3;
}
div{
    box-sizing: border-box !important;
}
.mi-special{
    width: 100%;
    padding: 20px 7% 50px;
}
.product-item{
    width: 100%;
    min-height: 300px;
    margin-top: 30px;
}
.product-item .category-title{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}
.product-item .category-title .left-info h1{
    font-weight: bold;
    font-size: 30px;
    color: #000000;
}
.product-item .category-title .left-info p{
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
}
.product-item .category-title .left-info p:first-child{
    display: none;
}
.product-item .category-title .right-info{
    font-weight: bolder;
    font-size: 30px;
    color: #000;
}
.product-item .category-title i{
    display: none;
}
.product-show-area{
    width: 100%;
    height: 280px;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    /*background-color: #00488d;*/
    /*background-image: linear-gradient(135deg, #00488d 0%, #085cad 100%);*/
    background-image: url("../image/bg.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    color: #ffffff;
    padding: 50px 65px;
    filter: drop-shadow(4px 10px 14px #dddddd);
}
.product-show-area .infos{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.product-show-area .infos .model{
    font-size: 20px;
    font-weight: bold;
}
.product-show-area .infos h2{
    margin: 1px 0 10px;
    font-size: 24px;
    font-weight: bold;
}
.product-show-area .big-image{
    width: 45%;
}
.product-show-area .big-image img{
    margin-top: -95px;
    width: 450px;
    max-height: 300px;
    object-fit: contain;
}
.product-show-area .param{
    margin-top: 1px;
    font-size: 15px;
}
.product-show-area .actions{
    margin-top: 20px;
    font-size: 14px;
    display: flex;
}
.product-show-area .actions span{
    margin-top: 8px;
}
.product-show-area .actions a{
    background-color: #f7f7f7;
    color: #000000;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 120px;
    display: block;
}
.product-show-area .actions a:hover{
    filter: drop-shadow(2px 1px 6px #c5c5c5);
}
.product-show-area .actions a:first-child{
    margin-right: 20px;
}
.container{
    width: 100%;
}
.mi-product-list{
    max-width: 100%;
    --bs-gutter-x: 0;
    margin-top: 10px;
}
.mi-product-list .card{
    cursor: pointer;
    transition: all .5s;
}
.mi-product-list .card:hover{
    filter: drop-shadow(2px 1px 6px #045ded);
    transition: all .5s;
}
.mi-product-list .cover{
    width: 100%;
    padding: 10px 3%;
    height: 180px;
    object-fit: contain;
}
.mi-product-list .card-body{
    padding-bottom: 10px;
    padding-top: 0;
}
.mi-product-list .card-text{
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
}
.mi-product-list .card-text p{
    margin-bottom: 0;
}
.mi-product-list .card-text h5{
    height: 35px;
    font-size: 15px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    align-items: center;
}
.mi-product-list .card .a-actions a{
    font-size: 13px;
    transition: all .5s;
}
.mi-product-list .card .a-actions a.a-chat{
    margin-right: 10%;
}
.mi-product-list .card:hover .card-body .a-actions a.a-chat{
    background-color: #fe8b0e;
    color: #ffffff;
    padding: 4px 20px;
}
.mi-product-list .card:hover .card-body .a-actions a.a-form{
    background-color: #045ded;
    color: #ffffff;
}
.fixed-nav{
    position: inherit;
}

@media screen and (max-width: 1024px) {
    .mi-special{
        padding: 20px 0 50px;
    }
    .product-show-area{
        display: none;
    }
}
@media (max-width: 768px) {
    .container{
        margin: 0;
    }
    .mi-special{
        padding: 0 0 50px;
    }
    .product-item .category-title .right-info{
        display: none;
    }
    .product-item .category-title i{
        display: inherit;
        margin-top: 10px;
        font-size: 25px;
        color: #00488d;
    }
    .product-item{
        padding: 0 3%;
        margin-top: 0;
        margin-bottom: 25px;
    }
    .product-item .category-title .left-info h1{
        font-size: 20px;
        margin-bottom: 20px;
        color: #00488d;
        background-image: url("/static/special/one/icon2.png");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 25px 25px;
        padding-left: 30px;
        font-weight: normal;
    }
    .product-item .category-title .left-info p:first-child{
        display: inherit;
        font-size: 14px;
    }
    .product-item .category-title .left-info p:last-child{
        display: none;
    }
    .product-item .mi-product-list .card{
        border-radius: 0;
    }
    .product-item:nth-child(1n) .mi-product-list .card{
        border: 7px solid #00488d;
    }
    .product-item:nth-child(2n){
        background-color: #00488d;
        padding-bottom: 15px;
    }
    .product-item:nth-child(2n) .category-title .left-info p {
        color: #ffffff;
    }
    .product-item:nth-child(2n) .category-title .left-info h1{
        color: #ffffff;
        background-image: url("/static/special/one/icon1.png");
    }
    .mi-product-list .col {
        width: 50%;
    }
    .mi-product-list .col:nth-child(1n) .card-body{
        background-color: #00488d;
        padding: 5px 0 !important;
        color: #ffffff;
    }
    .mi-product-list .col:nth-child(1n) .card-body .card-text{
        color: #ffffff;
        margin-bottom: 0;
    }
    .product-item:nth-child(2n) .col .card-body{
        background-color: #e6e6e6;
        padding: 5px 3% !important;
        color: #000;
    }
    .product-item:nth-child(2n) .col .card-body h5,.product-item:nth-child(2n) .col .card-body p{
        color: #00488d;
    }
    .product-item:nth-child(2n) .mi-product-list .card{
        border: none;
    }
    .mi-product-list .col.card-body .card-text p{
        display: none;
    }
    .mi-product-list .col .a-actions {
        display: none !important;
    }
    .mi-product-list .cover{
        height: 140px;
    }
    .mi-product-list .card-text h5 {
        height: 40px;
        font-size: 13px;
        font-weight: bold;
        display: flex;
        align-items: center;
        overflow: hidden;
        line-height: 1;
        text-align: center;
    }
    .js-ajax-form .user-info i.must-input{
        left: 5px !important;
        top: 15px !important;
    }
}
.question-sec {
    position: relative;
    padding: 70px 98px 74px 60px;
    background: url(../image/question-bg.jpg) no-repeat top center;
    z-index: 3;
    background-size: cover;
    overflow: hidden
}