.products-header{
    background-image: url("../../img/products/products-header-bg.png");
    background-size: 100% 100%;
    width: 100%;
    height: 455px;
    position: relative;
    padding: 40px 0px;
}
.products-header .container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    row-gap: 40px;
}
.products-header .product-title{
    background-image: url("../../img/products/products-title.png");
    background-size: 100% 100%;
    width: 455px;
    height: 63px;
}
.products-header .product-introduce{
    color: rgba(58, 66, 87, 1);
    font-size: 24px;
    font-family: SourceHanSansCN-Normal;
    line-height: 40px;
    text-align: center;
}
.products-header .product-search{
    width: 800px;
}
/*.products-header .order_complete{*/
/*    background-image: url("../../img/products/orderCompleted.png");*/
/*    background-size: 100% 100%;*/
/*    width: 640px;*/
/*    height: 368px;*/
/*    position: relative;*/
/*}*/
/*.product-complete{*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/
/*.product-complete .order_complete .body{*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    top: 50%;*/
/*    height: 200px;*/
/*}*/
/*.product-complete .order_complete .body .title{*/
/*    font-family: SourceHanSansCN, SourceHanSansCN;*/
/*    font-weight: 500;*/
/*    font-size: 32px;*/
/*    color: #014092;*/
/*}*/
.product-search .input-group .input-group-btn{

}
.product-search .input-group .input-group-btn .btn{
    padding: 12px 12px;
    background: linear-gradient( 180deg, #0294FF 0%, #0169FD 100%);
    border-radius: 0px 6px 6px 0px;
    color: #FFFFFF;
}

.viewchat_header{
    width: 100%;
    height: 120px;
    background-color: #DAEAFF;
}
.viewchat_header .cart,.viewchat_header .bill{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.viewchat_header .cart .img,.viewchat_header .bill .img{
    width: 250px;
    height: 45px;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 500;
    font-size: 26px;
}
.viewchat_header .cart :first-child{
    background-image: url('../../img/cart-header-bg.png');
    color: #FFFFFF;
}
.viewchat_header .cart :nth-child(2){
    background-image: url('../../img/cart-header-bill-bg.png');
    color: #016DFD;
}
.viewchat_header .bill :first-child{
    background-image: url('../../img/bill-header-bg.png');
    color: #016DFD;
}
.viewchat_header .bill :nth-child(2){
    background-image: url('../../img/bill-header-cart-bg.png');
    color: #FFFFFF;
}