* {
    padding: 0;
    margin: 0;
}
.standard-body{
    display: none !important;
}
.footer .pattern > .container > .advanced-grid:first-child {
    display: none;
}
.footer .pattern {
    border: 0 !important;
}
.footer-bottom li{
    list-style: none;
}
body {
    font-size: 14px;
    min-width: 1895px;
    max-width: 1920px;
    margin: auto;
    position: relative;
    top: -30px;
}
.esg-content {
    color: #414141;
}
.esg-content img {
    max-width: 100%;
}
.esg-content h2 {
    text-align: center;
    font-size: 36px;
    color: #141414;
}
.esg-content .container,
.footer .container {
    max-width: 1440px;
    margin: auto;
}
.esg-content ul li {
    list-style: none;
}
.esg-content .part1 {
    padding: 48px 0;
}

.esg-content .part1 ul {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.esg-content .part1 .title {
    position: relative;
    padding: 15px 0;
}
.esg-content .part1 .title > span {
    display: block;
    color: #c5c5c5;
    font-size: 24px;
    font-weight: bold;
}
.esg-content .part1 .title small {
    position: absolute;
    font-size: 24px;
    z-index: 10;
    bottom: 5px;
    left: 0;
    margin: auto;
    width: 100%;
    font-weight: bold;
}

.esg-content .part1 .info {
    width: 80%;
    margin: auto;
    position: relative;
    padding: 20px 10px;
}

.esg-content .part1 ul li:hover .title span {
    color: #9eeaec;
}
.esg-content .part1 ul li:hover .title small {
    color: #22aaad;
}
.esg-content .part1 ul li:first-child:hover .info::before,
.esg-content .part1 ul li:nth-child(5):hover .info::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("/image/catalog/esg/part_bg_up.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    z-index: -1;
}
.esg-content .part1 ul li:nth-child(3):hover .info::before,
.esg-content .part1 ul li:last-child:hover .info::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 100%;
    background-image: url("/image/catalog/esg/part_bg_down.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    z-index: -1;
}

.esg-content .part2 {
    width: 100%;
    height: 195px;
    background-image: url("/image/catalog/esg/p2_bg.jpg");
    background-position: center;
    background-size: 100% 195px;
    position: relative;
}
.esg-content .part2 .part2-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    height: 120px;
}
.esg-content .part2 .part2-content p {
    padding-top: 15px;
    font-size: 18px;
}
.esg-content .part2 .part2-content .timer-down {
    color: #ee1d9d;
    padding: 0 30px;
    display: inline-block;
    line-height: 0.9;
}
.esg-content .part2 .part2-content .timer-down > i {
    display: block;
    height: 2px;
    background-color: #ee1d9d;
    width: 45px;
}
.esg-content .part3 {
    position: relative;
    height: 1030px;
    background-image: url("/image/catalog/esg/part3_bg.jpg");
    background-size: 100% 1030px;
    background-repeat: no-repeat;
    margin-top: 48px;
}

.esg-content .part3 .seg-info {
    position: absolute;
    top: 0;
    left: 15%;
    vertical-align: middle;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.esg-content .part3 .seg-info img {
    vertical-align: middle;
}
.esg-content .part3 .seg-info ul {
    display: inline-block;
    vertical-align: middle;
    padding-left: 55px;
}
.esg-content .part3 .seg-info ul li {
    list-style: none;
    margin: 24px 0;
    font-size: 24px;
    color: #000;
    display: block;
}
.esg-content .part3 .price-off {
    display: flex;
    align-items: center;
    font-size: 20px;
    justify-content: center;
    padding-bottom: 10px;
}
.esg-content .part3 .price-off>img{
    width: 100px;
    display: block;
    margin-right: 15px;
}
.esg-content .part3 .price-off .price>span{
    color: #ee1d9d;
    display: block;
    font-weight: bold;
}
.esg-content .part3 .price-off .price>i{
    color: #8D8D8D;
    font-size: 12px;
    text-decoration: line-through;
    font-style: normal;
}

.esg-content .part3 .seg-info ul li::before {
    content: "\f00c";
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 25px;
    background-color: #ee1d9d;
    top: 5px;
    left: 0;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    padding: 3px;
    font-size: 16px;
    margin-right: 10px;
}
.esg-content .part3 .person {
    position: absolute;
    right: 10%;
    top: 0;
}

.esg-content .part3-content {
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 5px;
}
.esg-content .part3-content ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.esg-content .part3-content ul li {
    width: 28%;
    font-size: 0;
}
.esg-content .part3-content .sale-info {
    position: relative;
    margin-top: 15px;
}
.esg-content .part3-content .sale-info p{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 20px;
    color: #141414;
    line-height: 3;
    font-weight: bold;
}

.esg-content .part3-content .lightbox-img {
    display: none;
}
.esg-content .part3-content ul li > div {
    padding: 30px 0;
    background-color: #fff;
    text-align: center;
}
.esg-content .part3-content ul li h3 {
    color: #00999e;
    font-size: 24px;
    padding-bottom: 20px;
}
.esg-content .part3-content ul li button {
    outline: 0;
    padding: 10px 22%;
    border: 2px solid #414141;
    background-color: #fff;
    border-radius: 100px;
    font-size: 18px;
    cursor: pointer;
}
.esg-content .part3-content ul li:hover button {
    background-color: #414141;
    color: #fff;
}

.part4 {
    background-color: #414141;
    padding: 25px 0;
}
.part4 ul {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.part4 ul h4 {
    color: #fff;
    font-size: 18px;
    padding-top: 15px;
    font-weight: normal;
}

.esg-content .part5 {
    padding: 48px 0 60px 0;
}
.esg-content .part5 .item-content {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
    box-shadow: 3px 10px 12px 0px rgba(0, 0, 0, 0.15);
    padding-left: 15px;
    font-size: 16px;
    position: relative;
}
.esg-content .part5 .item-content > div {
    width: 55%;
}
.esg-content .part5 .item-content p {
    color: #808080;
    position: relative;
    font-size: 14px;
}
.esg-content .part5 .item-content p::before {
    content: "";
    display: inline-block;
    background-image: url("/image/catalog/esg/qoute.png");
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    left: -30px;
}
.esg-content .part5 .item-content h3 {
    font-size: 16px;
    font-weight: 600;
}
.esg-content .part5 .item-content > img:first-of-type {
    position: relative;
    top: 0;
    left: 40px;
    visibility: hidden;
}
.esg-content .part5 .item-content .img {
    width: 280px;
    height: 203px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.esg-content .owl-controls .owl-buttons .owl-prev:before {
    content: "\f053" !important;
}
.esg-content .owl-controls .owl-buttons .owl-prev:before,
.esg-content .owl-controls .owl-buttons .owl-next:before {
    content: "\f054";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
.esg-content .owl-controls .owl-buttons {
    position: absolute;
    width: 102%;
    display: flex;
    justify-content: space-between;
    left: -15px;
    top: 50%;
}
