
.scrollImg img {
    text-align: center;
    margin: 0 auto;
}

.h3-ti {
    margin-top: 65px;
}

.RWDTable td ul li {
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .ecodesignPage .h3-ti {
        margin-bottom: 18px;
    }
}

.ecodesignPage .it-bx {
    padding-top: 45px;
}

@media (max-width: 767px) {
    .ecodesignPage .it-bx {
        padding-top: 35px;
    }
}

.ecodesignPage .mt25 {
    margin-top: 25px;
}

.ecodesignPage .mb55 {
    margin-bottom: 55px;
}

.ecodesignPage .mb30 {
    margin-bottom: 30px;
}

.ecodesignPage .it1-bx .center-bx {
    text-align: center;
}

.ecodesignPage .it1-bx .sh-btn {
    margin-top: 26px;
    min-width: 150px;
    color: #fff;
}

@media (min-width: 768px) {
    .ecodesignPage .it1-bx .sh-btn:hover {
        color: #004280;
    }

        .ecodesignPage .it1-bx .sh-btn:hover span .arr::before, .ecodesignPage .it1-bx .sh-btn:hover span .arr::after {
            background: #004280;
        }
}

@media (max-width: 767px) {
    .ecodesignPage .it1-bx .sh-btn {
        margin-top: 20px;
        min-width: 208px;
        min-height: auto;
        padding: 10px 15px;
    }
}

.ecodesignPage .it1-bx .sh-btn span {
    display: inline-block;
    margin-top: 21px;
    padding-right: 26px;
    position: relative;
}

@media (max-width: 767px) {
    .ecodesignPage .it1-bx .sh-btn span {
        margin-top: 0px;
        padding-right: 64px;
    }
}

@media (max-width: 767px) {
    .ecodesignPage .it1-bx .sh-btn span i {
        text-align: left;
        line-height: 1.4;
    }
}

.ecodesignPage .it1-bx .sh-btn span .arr {
    position: absolute;
    right: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7px;
    height: 14px;
}

@media (max-width: 767px) {
    .ecodesignPage .it1-bx .sh-btn span .arr {
        height: 10px;
    }
}

.ecodesignPage .it1-bx .sh-btn span .arr::before {
    position: absolute;
    content: "";
    top: 0;
    width: 1px;
    height: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

@media (max-width: 767px) {
    .ecodesignPage .it1-bx .sh-btn span .arr::before {
        height: 6px;
    }
}

.ecodesignPage .it1-bx .sh-btn span .arr::after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 1px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

@media (max-width: 767px) {
    .ecodesignPage .it1-bx .sh-btn span .arr::after {
        height: 6px;
    }
}

@media (max-width: 580px) {
    .RWDTable td, .RWDTable th {
        word-break: normal !important;
    }
}
