﻿@charset "utf-8";
:root {--color: #006e39;--hovercolor: #0c4b2a;}
.product .right-wrap .commodity .info .text{-webkit-line-clamp:inherit}
.footer-bottom{background:#0c4b2a}
.footer-bottom .main .left .follow a{background:var(--color)}
.prodetails-content *{font-family:var(--fontfamily) !important}
.home-case .l-wrap .case .item .text{background:rgba(0 110 57 / 80%)}
.floatwindow_fd_main{right:-240px!important;transition:all .3s ease}
.floatwindow_fd_conct:hover .floatwindow_fd_main{right:0!important;transition:all .3s ease}
.custom-data .pagination .page{width:inherit;padding:0}
.sidebar #toinquiry{position:sticky;top:80px}
.product .right-wrap .commodity .info .btn{position:relative}
.detailpopbtn{left:0;position:absolute;top:0;opacity:0;z-index:1;}
.detail-popwindow {position:fixed;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,.5);z-index:999999;display:none}
.detail-popwindow-flex {width:100%;height:100%;display:flex;align-items:center;justify-content:center;}
.detail-popwindow-box {position:relative;background:#fff;padding:50px 20px 20px;border-radius:5px;max-width:90%;width:600px;}
.detail-popwindow-box .wmkcfeedback .inquiry-form {justify-content:space-between;}
.detail-popwindow-box .inquiry-form >input {width:49%;margin-right:0!important;margin-bottom:12px;height:40px;}
.detail-popwindow-box .wmkcfeedback .select-menu input {height:40px;}
.detail-popwindow-box .wmkcfeedback .select-menu {width:49%;margin-bottom:12px;}
.detail-popwindow-box .wmkcfeedback .send-btn {width:auto;height:40px;}
.detail-popwindow-box .wmkcfeedback textarea {height:140px;font-size:14px;margin-bottom:12px;}
.detail-popwindow-box>span {cursor:pointer;width:36px;height:36px;position:absolute;right:15px;top:6px;z-index:2;}
.detail-popwindow-box>span:before {content:'';width:28px;height:2px;background:#000;position:absolute;transform:rotate(45deg);top:17px;left:5px;border-radius:2px;}
.detail-popwindow-box>span:after {content:'';width:28px;height:2px;background:#000;position:absolute;transform:rotate(-45deg);top:17px;left:5px;border-radius:2px;}
@media (max-width:768px) {.detail-popwindow-box .inquiry-form >input {width:100%;}
.detail-popwindow-box .wmkcfeedback .select-menu {width:100%;}}