﻿@charset "utf-8"; 
.product-main .product-container .product-left .product-lastest-products ul li .product-img img {height:100%;object-fit:contain;}
.news-main .news-container .news-main ul{justify-content:left;}
.product-main .product-container .product-main .product-detail .product-top .product-right .product-content .btn-list{justify-content: flex-start;}
.product-main .product-container .product-main .product-detail .product-top .product-right .product-content .btn-list .btn.send-btn.sendtoinquiry{width:200px;color:#000;border:1px solid #E5E5E5;transition: .3s all ease-out;position:relative;}
.product-main .product-container .product-main .product-detail .product-top .product-right .product-content .btn-list .btn.send-btn.sendtoinquiry:after{content: "";position: absolute;top: 0px;left: 0px;right: 0px;bottom: 0px;z-index: -1;-webkit-transition-timing-function: ease-out;-webkit-transition-duration: .5s;-webkit-transition-property: transform;-webkit-transform: scaleX(0);-webkit-transform-origin: 0 50%;background: var(--color);-webkit-transform-origin: 0 50%;}
.product-main .product-container .product-main .product-detail .product-top .product-right .product-content .btn-list .btn.send-btn.sendtoinquiry:hover{color:#fff;}
.product-main .product-container .product-main .product-detail .product-top .product-right .product-content .btn-list .btn.send-btn.sendtoinquiry:hover:after{-webkit-transition-timing-function: cubic-bezier(0.52,1.64,0.37,0.66);-webkit-transform: scaleX(1);}
@media (min-width:770px) and (max-width:1366px){.product-main .product-container .product-main .product-detail .product-top .product-right .product-content .btn-list .btn.send-btn.sendtoinquiry{margin-right:10px;}}
@media (max-width:768px){.product-main .product-container .product-main .product-detail .product-top .product-right .product-content .btn-list .btn.send-btn.sendtoinquiry{margin-right:0;width:100%;background:#333;color:#fff;}}