/*alert-style-start*/

    .alert{
        border-radius: 0;
        width: 100%;
        position: fixed;
        top: 82px;
        z-index: 99;
        background: #DF6417;
        color: #fff;
    }

    .bi{
        width: 20px;
        height: 20px;
        position: relative;
        top: -2px;
    }

    input::placeholder{
        color: #DF6417 !important;
    }

    .form-control:disabled {
        background: rgba(0, 0, 0, 0);
        opacity: 1;
    }

    .form-control {
        border: none;
        border-bottom: 1px solid #DF6417;
        border-radius: 0;
        background: rgba(0, 0, 0, 0);
        color: #DF6417;
    }

    .form-control:focus {
        box-shadow: #DF6417 0 0 5px 5px;
        border-radius: 5px !important;
        background: rgba(0, 0, 0, 0);
    }

    .input-group-text {
        background: rgba(0, 0, 0, 0);
        border: none;
    }

    .input-group-text .bi{
        color: #DF6417 !important;
    }



/*public-style-start*/

/*shopping_cart_model-style-start*/

    #shopping_cart_model {
        display:none;
        position: fixed;
        top: 0;
        right: 0;
    }


/*shopping_cart_model-style-end*/

/*banner-style-start*/



    .banner img {
        height: 100%;
        width: 100%;
    }

/*banner-style-end*/


/*content_btn-style-start*/
.content_btn span {
    display: block;
    font-size: 14px;
}


/*content_btn-style-end*/

/*kefu-style-end*/
.kefu{
    position: fixed;
    top:50%;
    right: 0;
}
.kefu .public_btn{
    border: 1px solid #000;
    border-radius: 50px;
}
/*kefu-style-end*/

/*goods-style-end*/
    body{
        background: #F9F9F9;
    }
    .goods{
        background: url("../images/index_bg01.png") no-repeat;
        background-position: bottom;
        background-size: contain;
    }
    .goods .goods_lists .goods_items{
        background: #fff;
    }
    .goods .goods_lists .goods_items:hover{
        box-shadow: #F9F9F9 0 0 5px 5px;
    }
    .goods .goods_items{
        position: relative;
    }
    .goods .goods_items .public_btn{
        border: 1px solid #000;
    }
    .goods .eye_bi{
        display: none;
    }
    .goods .eye:hover .eye_bi{
        display: inline-block;
    }
    .goods_model{
        background: #F9F9F9;
    }
    .goods .goods_items .is_news{
        position: absolute;
        top: -20px;
        right: -20px;
    }
/*goods-style-end*/

/*goods_list-style-end*/
    .modal .modal-content{
        background: rgba(255,255,255,0.9);
    }
    .modal .modal-body .table{
        background: #DF6417;
    }

    .modal .modal-body .trash{
        border: 1px solid #fff;
    }
    .modal .modal-body .trash:hover{
        background: #fff;
    }
    .modal .modal-body .trash:hover .bi {
        color: #fff;
    }
/*goods_list-style-end*/
@media (max-width: 768px) {

}

/* 小屏幕（平板电脑，992px 起） */
@media (max-width: 992px) {

}

/* 小屏幕（平板电脑，992px 起） */
@media (min-width: 992px) and (max-width: 1200px) {

}

@media (min-width: 1200px) and (max-width: 1400px) {
}

@media (max-width: 576px) {

    #section2 .h1_img {
        display: none;
    }
}