#btn-scrollup {
    position: fixed;
    bottom: 120px;
    right: 40px;
    background: #CDCDCD;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}
#btn-scrollup:hover{
background: #00605F;
}
#btn-scrollup a{
    display: inline-block;
    width: 100%;
}
#btn-scrollup:hover .fas{
    color: #fff;
}


.list-g ul {
    padding: 0 2px;
}
.list-g li {
    float: left;
    width: 24%;
    margin: 0.4%;
    border: 1px solid #fff;
    margin-bottom: 10px;
    margin-top: 10px;
    box-shadow: 1px 1px 10px rgba(200, 200, 200, 0.3);
}
.list-g li:nth-child(4n) {
    margin-right: 0;
}
.list-g li a img{
    width: 100%;
    height: 219px;
    object-fit: contain;
}

.list-g li h2 {
    height: 66px;
    text-align: center;
    margin-top: 6px;
    line-height: 20px;
    margin-bottom: 6px;
}
.list-g li h2 a {
    font-size: 15px;
    font-weight: 400 !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #333333;
    padding: 0 10px;
    width: 100%;
}
.list-g li:hover {
    border: 1px solid #d2deea;
}
.list-g li:hover h2 a{
    color: #00D53D;
}
#main .sBody .box .title .right {
    float: right;
    margin-top: 5px;
    height: 30px;
}
#main .sBody .box .title .right .ll-l {
    background: url(../images/lll.png) no-repeat;
    height: 20px;
    width: 20px;
    display: inline-block;
    background-size: 100%;
    margin-right: 8px;
    cursor: pointer;
}
#main .sBody .box .title .right .ll-g {
    background: url(../images/llg.png) no-repeat;
    height: 20px;
    width: 20px;
    display: inline-block;
    background-size: 96%;
    margin-right: 8px;
    cursor: pointer;
}

.form dd .verify_status ,table.inquiry td .verify_status{
    display: inline-block;
    vertical-align: middle;
}
.form dd .verify_status img, #main .sBody .article table.inquiry td .verify_status img {
    width: 100px !important;
    margin-left: 3px;
    vertical-align: middle;
    max-width: none !important;
}
.box.Download table {
    width: 100%;
    border-collapse:collapse;
    text-align: center;
}
.box.Download table th ,.box.Download table td{
    border: 1px solid #ddd;
    padding: 6px;
}
#main .sBody .article .content img {
    max-width: 100% !important;
    object-fit: cover;
}
#main .sBody .article .content table img {
    max-width: unset !important;
}
#main .sBody .article table.inquiry td img{
    max-width: 50% !important;
}
.lang dd a img {
    vertical-align: middle;
}
.lang dd a span {
    vertical-align: middle;
    color: #8F908A;
    width: 74px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pagination li {
    display: inline-block;
}
.product_description img {
    max-width: 100% !important;
    height: auto !important;
}

#banner_scroll .swiper-slide img {
    width: 100%;
    display: block;
}