3171 lines
72 KiB
CSS
3171 lines
72 KiB
CSS
@charset "UTF-8";
|
|
body {
|
|
color: #000;
|
|
font-family: "Roboto", sans-serif;
|
|
background: #F3F3F3;
|
|
position: relative;
|
|
font-size: 14px;
|
|
min-width: 1212px;
|
|
word-break: break-word;
|
|
counter-reset: section;
|
|
font-weight: 400;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
::-webkit-scrollbar-track {
|
|
background: #f5f5f5;
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
background: grey;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb:hover {
|
|
background: #00a40f;
|
|
}
|
|
|
|
::-webkit-scrollbar {
|
|
width: 13px;
|
|
height: 10px;
|
|
}
|
|
|
|
.clearfix::after, .top-article-group .top-article-holder::after, .product-list-container .p-item::after, .home-article-container .video-holder::after, .global-menu-container .sub-menu::after {
|
|
content: "";
|
|
clear: both;
|
|
display: block;
|
|
}
|
|
|
|
.inherit, .article-page .article-category-list .title, .product-category-child .title, .art-item .art-title *, .p-item .p-name *, .global-breadcrumb h1 {
|
|
font-size: inherit;
|
|
font-weight: inherit;
|
|
line-height: inherit;
|
|
margin: 0;
|
|
}
|
|
|
|
.line-clamp-2, .top-article-group .top-article-holder .art-item:nth-child(1) .art-summary, .pd-config_group-holder .pd-config_group-list .title, .global-menu-container .cat-title, .art-item .art-title, .p-item .p-name {
|
|
text-overflow: ellipsis;
|
|
-webkit-line-clamp: 2;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.line-clamp-3, .art-item .art-summary {
|
|
text-overflow: ellipsis;
|
|
-webkit-line-clamp: 3;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.line-clamp-4 {
|
|
text-overflow: ellipsis;
|
|
-webkit-line-clamp: 4;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.line-clamp-5 {
|
|
text-overflow: ellipsis;
|
|
-webkit-line-clamp: 5;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.fit-img, .art-item img, .p-item img {
|
|
width: auto;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
margin: auto;
|
|
display: block;
|
|
}
|
|
|
|
.hover-img a {
|
|
position: relative;
|
|
overflow: hidden;
|
|
display: block;
|
|
}
|
|
|
|
.hover-img a::before {
|
|
content: "";
|
|
position: absolute;
|
|
top: 0;
|
|
left: -15%;
|
|
bottom: 0;
|
|
width: 0;
|
|
height: 100%;
|
|
background-color: rgba(255, 255, 255, 0.5);
|
|
transition: none;
|
|
transform: skewX(-10deg);
|
|
}
|
|
|
|
.hover-img a:hover::before {
|
|
width: 120%;
|
|
background-color: rgba(255, 255, 255, 0);
|
|
transition: all 0.45s ease-out;
|
|
z-index: 2;
|
|
}
|
|
|
|
.scale-img {
|
|
display: block;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.scale-img:hover img {
|
|
transform: scale(1.3);
|
|
}
|
|
|
|
.scale-img img {
|
|
transform: scale(1);
|
|
transition: 0.3s all;
|
|
}
|
|
|
|
.content-container {
|
|
max-width: 500px;
|
|
min-height: 300px;
|
|
}
|
|
|
|
@keyframes gradient-bg-antimation {
|
|
0% {
|
|
background-position: 0 0;
|
|
}
|
|
100% {
|
|
background-position: -200% 0;
|
|
}
|
|
}
|
|
.red, .pd-config_group-holder .pd-config_group-list .price, .product-detail-page .pd-price {
|
|
color: #E80E0E;
|
|
}
|
|
|
|
.color-main, .article-cate-container .group-title a, .pd-product-tab-container .tab-title-group a.active, .pd-config_group-holder .pd-config_group-list a.current, .pd-config_group-holder .pd-config_group-list a:hover, .pd-summary-group .pd-summary-btn, .product-category-child .item:hover, .home-customer-review-container .btn-view, .home-customer-review-container .item::before, .home-product-container .group-title, .home-product-container .category-child-holder a:last-child, .home-product-container .category-child-holder a:hover, .global-deal-container .global-deal-type a:hover, .global-deal-container .global-deal-type a.current, .global-footer-container a:hover, .global-menu-container a:hover, .global-header-container .sub-item-group a:hover, .global-header-container .item-title:hover, .global-address-list a:hover, .art-item a:hover, .p-item .p-name:hover, .global-breadcrumb a:hover, .label-container:hover {
|
|
color: #00A551;
|
|
}
|
|
|
|
.bg-main, .pd-offer-group .group-title, .static-html-container::before, .global-menu-container .group-title, .header-search-group button, .global-header-top {
|
|
background: #00A551;
|
|
}
|
|
|
|
.bg-linear, .article-page .article-category-list a:hover, .article-page .article-category-list a.current, .pd-btn-group .btn-buynow, .product-sort-group .icons:hover::before, .product-sort-group .article-cate-container .group-title .title:hover::before, .article-cate-container .group-title .product-sort-group .title:hover::before, .product-sort-group .header-search-group button:hover::before, .header-search-group .product-sort-group button:hover::before, .product-sort-group .icons.current::before, .product-sort-group .article-cate-container .group-title .current.title::before, .article-cate-container .group-title .product-sort-group .current.title::before, .product-sort-group .header-search-group button.current::before, .header-search-group .product-sort-group button.current::before, .product-sort-group .box-left a:hover, .product-sort-group .box-left a.current, .product-filter-container a.current, .product-filter-container a:hover, .product-filter-container select.current, .product-filter-container select:hover, .product-category-child .item:hover .image::before, .home-customer-review-container .item-title, .home-product-container .group-title::before, .home-product-container .group-title::after, .global-deal-container, .global-newsletter-container .form-holder a, .global-menu-container .cat-1::before, .art-item .art-category, .custom-dots .owl-dots .owl-dot.active, .custom-dots .owl-dots .owl-dot:hover, .paging a:hover, .paging a.current {
|
|
background: linear-gradient(270deg, #00A551 0%, #8EB958 102.33%);
|
|
}
|
|
|
|
.bg-linear-animate, .global-header-container .col-right-item:hover .item-title {
|
|
background: repeating-linear-gradient(270deg, #00A551 0%, #8EB958 102.33%);
|
|
background-size: 200% auto;
|
|
background-position: 0 100%;
|
|
animation: 2s linear infinite forwards gradient-bg-antimation;
|
|
}
|
|
|
|
.fancybox-thumbs__list a {
|
|
height: 90px;
|
|
background-size: 100% 100%;
|
|
background-color: #fff;
|
|
transition: unset;
|
|
}
|
|
|
|
.fancybox-thumbs__list a:before {
|
|
border: 3px solid #1781E0;
|
|
}
|
|
|
|
.label-container {
|
|
display: block;
|
|
position: relative;
|
|
padding-left: 24px;
|
|
cursor: pointer;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
user-select: none;
|
|
line-height: 21px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.label-container .checkmark {
|
|
position: absolute;
|
|
top: 3px;
|
|
left: 0;
|
|
height: 13px;
|
|
width: 13px;
|
|
background-color: #fff;
|
|
border-radius: 50%;
|
|
border: 1px solid #BFBFBF;
|
|
}
|
|
|
|
.label-container input {
|
|
position: absolute;
|
|
opacity: 0;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.label-container input:checked ~ .checkmark {
|
|
border-color: #FF7A00;
|
|
}
|
|
|
|
.label-container input:checked ~ .checkmark:after {
|
|
display: block;
|
|
}
|
|
|
|
.label-container input:checked ~ .checkmark:after {
|
|
content: "";
|
|
width: 8px;
|
|
height: 8px;
|
|
background: #FF7A00;
|
|
border-radius: 50%;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
|
|
.container {
|
|
max-width: 1216px;
|
|
min-width: 1216px;
|
|
}
|
|
|
|
.row {
|
|
margin: 0 -8px;
|
|
}
|
|
|
|
.container, .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
|
|
padding: 0 8px;
|
|
}
|
|
|
|
.icon-star {
|
|
background-image: url(../images/star.png);
|
|
width: 85px;
|
|
height: 14px;
|
|
display: inline-block;
|
|
background-repeat: no-repeat;
|
|
background-size: 85px 90px;
|
|
vertical-align: sub;
|
|
}
|
|
|
|
.icon-star.star-1 {
|
|
background-position: -2px -74px;
|
|
}
|
|
|
|
.icon-star.star-2 {
|
|
background-position: -2px -56px;
|
|
}
|
|
|
|
.icon-star.star-3 {
|
|
background-position: -2px -38px;
|
|
}
|
|
|
|
.icon-star.star-4 {
|
|
background-position: -2px -20px;
|
|
}
|
|
|
|
.icon-star.star-5, .icon-star.star-0 {
|
|
background-position: -2px -2px;
|
|
}
|
|
|
|
.icons, .article-cate-container .group-title .title::before, .header-search-group button::before {
|
|
background: url(../images/global-sprite.png) no-repeat;
|
|
background-size: 250px 250px;
|
|
}
|
|
|
|
.global-breadcrumb {
|
|
padding: 10px 0;
|
|
font-size: 12px;
|
|
line-height: 14px;
|
|
}
|
|
.global-breadcrumb a {
|
|
color: #414141;
|
|
}
|
|
.global-breadcrumb ol, .global-breadcrumb ul {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
}
|
|
.global-breadcrumb li {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.global-breadcrumb li::after {
|
|
content: "/";
|
|
padding: 0 10px;
|
|
font-weight: 400;
|
|
font-size: 12px;
|
|
margin-top: 1px;
|
|
}
|
|
.global-breadcrumb li:last-child::after {
|
|
content: none;
|
|
}
|
|
.paging {
|
|
margin: 33px 0 16px;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.paging a {
|
|
width: 38px;
|
|
height: 38px;
|
|
line-height: 37px;
|
|
border-radius: 50%;
|
|
background: transparent;
|
|
text-align: center;
|
|
color: #A3A3A3;
|
|
margin: 0 4px;
|
|
overflow: hidden;
|
|
border: 1px solid #A3A3A3;
|
|
font-size: 14px;
|
|
}
|
|
.paging a:hover, .paging a.current {
|
|
color: #fff;
|
|
font-weight: 700;
|
|
border-color: transparent;
|
|
}
|
|
.paging a:hover *, .paging a.current * {
|
|
filter: invert(1) brightness(100);
|
|
}
|
|
.paging .icon-prev, .paging .icon-next {
|
|
background: url(../images/global-icon-left.png) no-repeat 16px center;
|
|
background-size: 7px;
|
|
font-size: 0 !important;
|
|
display: block;
|
|
height: 100%;
|
|
background-position: 14px center;
|
|
}
|
|
.paging .icon-next {
|
|
transform: rotate(-180deg);
|
|
}
|
|
|
|
.custom-nav .owl-nav {
|
|
margin: 0;
|
|
}
|
|
.custom-nav .owl-nav button {
|
|
position: absolute;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
margin: 0 !important;
|
|
width: 46px;
|
|
height: 46px;
|
|
background: rgba(0, 0, 0, 0.4) !important;
|
|
}
|
|
.custom-nav .owl-nav button.disabled {
|
|
display: none;
|
|
}
|
|
.custom-nav .owl-nav button:hover {
|
|
background: #00a551 !important;
|
|
}
|
|
.custom-nav .owl-nav .owl-prev {
|
|
left: 0;
|
|
border-radius: 0 40px 40px 0 !important;
|
|
}
|
|
.custom-nav .owl-nav .owl-next {
|
|
right: 0;
|
|
border-radius: 40px 0 0 40px !important;
|
|
}
|
|
.custom-nav .owl-nav .arrow {
|
|
filter: invert(1) brightness(100);
|
|
height: 100%;
|
|
display: block;
|
|
background: url(../images/global-icon-left.png) no-repeat;
|
|
background-position: 15px center;
|
|
background-size: 9px 17px;
|
|
transition: 0.2s all;
|
|
}
|
|
.custom-nav .owl-nav .arrow-next {
|
|
transform: rotate(180deg);
|
|
}
|
|
|
|
.custom-dots .owl-dots {
|
|
margin: 0 !important;
|
|
position: absolute;
|
|
bottom: 15px;
|
|
left: 21px;
|
|
}
|
|
.custom-dots .owl-dots .owl-dot {
|
|
margin: 0 6px 0 0;
|
|
width: 8px;
|
|
height: 8px;
|
|
border-radius: 50px;
|
|
transition: 0.2s all;
|
|
background: transparent;
|
|
border: 1px solid rgba(255, 255, 255, 0.8);
|
|
}
|
|
.custom-dots .owl-dots .owl-dot span {
|
|
display: none;
|
|
}
|
|
.custom-dots .owl-dots .owl-dot.active, .custom-dots .owl-dots .owl-dot:hover {
|
|
border-color: transparent;
|
|
}
|
|
|
|
.pd-custom-nav .owl-nav {
|
|
margin: 0;
|
|
}
|
|
.pd-custom-nav .owl-nav button {
|
|
position: absolute;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
margin: 0 !important;
|
|
width: 18px;
|
|
height: 18px;
|
|
}
|
|
.pd-custom-nav .owl-nav button:hover {
|
|
background: unset !important;
|
|
}
|
|
.pd-custom-nav .owl-nav button.disabled {
|
|
opacity: 0.15;
|
|
}
|
|
.pd-custom-nav .owl-nav .owl-prev {
|
|
left: -20px;
|
|
}
|
|
.pd-custom-nav .owl-nav .owl-next {
|
|
right: -20px;
|
|
}
|
|
.pd-custom-nav .owl-nav .arrow {
|
|
height: 100%;
|
|
display: block;
|
|
background: url(../images/global-icon-left.png) no-repeat;
|
|
background-size: 9px;
|
|
}
|
|
.pd-custom-nav .owl-nav .arrow-next {
|
|
transform: rotate(180deg);
|
|
}
|
|
|
|
.p-item {
|
|
border-radius: 15px;
|
|
border: 1px solid #F5F5F5;
|
|
background: #FFF;
|
|
padding: 10px 10px 15px 10px;
|
|
text-align: center;
|
|
font-size: 13px;
|
|
overflow: hidden;
|
|
}
|
|
.p-item a {
|
|
display: block;
|
|
color: #000;
|
|
}
|
|
.p-item .p-img {
|
|
position: relative;
|
|
padding-bottom: 100%;
|
|
margin: 0 0 10px 0;
|
|
}
|
|
.p-item .p-type-holder {
|
|
min-height: 20px;
|
|
margin: 10px 0;
|
|
line-height: 20px;
|
|
text-align: left;
|
|
display: flex;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
}
|
|
.p-item .p-bestsale {
|
|
margin: 0;
|
|
border-radius: 20px;
|
|
color: #fff;
|
|
background: linear-gradient(270deg, #FF7A00 0%, #FFB800 102.33%);
|
|
padding: 0 5px;
|
|
font-size: 11px;
|
|
font-weight: 700;
|
|
display: inline-flex;
|
|
align-items: center;
|
|
}
|
|
.p-item .p-bestsale::before {
|
|
content: "";
|
|
background: url(../images/p-icon-bestsale.png) no-repeat;
|
|
background-size: contain;
|
|
width: 11px;
|
|
height: 12px;
|
|
margin-right: 2px;
|
|
}
|
|
.p-item .p-name {
|
|
font-size: 13px;
|
|
line-height: 16px;
|
|
margin: 10px 0;
|
|
min-height: 32px;
|
|
}
|
|
.p-item .p-price-holder {
|
|
margin: 10px 0 16px;
|
|
color: #A3A3A3;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 42px;
|
|
}
|
|
.p-item .p-price {
|
|
color: #E80E0E;
|
|
font-size: 20px;
|
|
font-weight: 800;
|
|
margin: 0 5px 0 0;
|
|
line-height: 20px;
|
|
}
|
|
.p-item .p-price u {
|
|
font-size: 15px;
|
|
line-height: inherit;
|
|
display: inline-block;
|
|
margin-left: 1px;
|
|
}
|
|
.p-item .p-discount {
|
|
border-radius: 5px;
|
|
background: #E80E0E;
|
|
color: #fff;
|
|
padding: 0 3px;
|
|
font-size: 13px;
|
|
font-weight: 500;
|
|
line-height: 20px;
|
|
}
|
|
.p-item .p-old-price {
|
|
width: 100%;
|
|
line-height: 16px;
|
|
text-decoration: line-through;
|
|
margin-top: 6px;
|
|
font-size: 14px;
|
|
}
|
|
.p-item .p-btn-group {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
line-height: 28px;
|
|
}
|
|
.p-item .p-rate {
|
|
margin: 0;
|
|
color: #FF7A00;
|
|
font-size: 12px;
|
|
position: relative;
|
|
}
|
|
.p-item .p-rate::after {
|
|
content: "";
|
|
background: url(../images/star_rating.png) no-repeat;
|
|
background-size: 10px 44px;
|
|
width: 10px;
|
|
height: 10px;
|
|
position: absolute;
|
|
right: -12px;
|
|
top: 7px;
|
|
}
|
|
.p-item .p-btn-add {
|
|
width: 28px;
|
|
height: 28px;
|
|
border-radius: 5px;
|
|
background: url(../images/p-icon-cart.png) no-repeat center;
|
|
background-color: #F5F5F5;
|
|
background-size: 18px;
|
|
}
|
|
.p-item .p-btn-add:hover {
|
|
filter: invert(128) brightness(2) sepia(1);
|
|
}
|
|
.p-item .p-deal-line {
|
|
height: 16px;
|
|
line-height: 16px;
|
|
margin: 0 0 6px;
|
|
border-radius: 12px;
|
|
background: linear-gradient(90deg, #FF7A00 2.7%, #FFCD9F 100%);
|
|
font-size: 12px;
|
|
font-style: italic;
|
|
font-weight: 500;
|
|
color: #fff;
|
|
position: relative;
|
|
}
|
|
.p-item .p-deal-line::before {
|
|
content: "";
|
|
width: 25px;
|
|
height: 25px;
|
|
background: url(../images/p-icon-deal-discount.png) no-repeat;
|
|
background-size: 25px;
|
|
z-index: 1;
|
|
position: absolute;
|
|
left: -4px;
|
|
bottom: -3px;
|
|
}
|
|
.p-item .p-deal-time {
|
|
border-radius: 12px;
|
|
border: 1px dashed #FF7A00;
|
|
background: #FFF;
|
|
color: #FF7A00;
|
|
font-size: 12px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.p-item .p-deal-time * {
|
|
line-height: 21px;
|
|
}
|
|
.p-item .p-deal-countdown {
|
|
font-size: 14px;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.p-item .p-deal-countdown b {
|
|
font-weight: 700;
|
|
margin-left: 3px;
|
|
}
|
|
.p-item .p-deal-countdown b::after {
|
|
content: " :";
|
|
}
|
|
.p-item .p-deal-countdown b:last-child::after {
|
|
content: none;
|
|
}
|
|
|
|
.art-item {
|
|
background: #fff;
|
|
border-radius: 15px;
|
|
padding: 16px;
|
|
color: #2F2F2F;
|
|
font-weight: 300;
|
|
line-height: 20px;
|
|
}
|
|
.art-item a {
|
|
display: block;
|
|
color: #2F2F2F;
|
|
}
|
|
.art-item .art-img {
|
|
position: relative;
|
|
margin: 0 0 12px;
|
|
padding-bottom: 62%;
|
|
border-radius: 15px;
|
|
overflow: hidden;
|
|
}
|
|
.art-item .art-category {
|
|
display: table;
|
|
min-height: 22px;
|
|
line-height: 22px;
|
|
padding: 0 15px;
|
|
border-radius: 0px 20px;
|
|
color: #FFF !important;
|
|
text-align: center;
|
|
font-size: 11px;
|
|
font-weight: 700;
|
|
text-transform: uppercase;
|
|
margin: 0 0 10px 0;
|
|
}
|
|
.art-item .art-title {
|
|
font-weight: 500;
|
|
margin: 0 0 6px;
|
|
}
|
|
.art-item .art-summary {
|
|
margin: 0 0 10px;
|
|
}
|
|
.art-item .art-time {
|
|
display: inline-flex;
|
|
color: #B6B6B6;
|
|
font-weight: 400;
|
|
font-size: 13px;
|
|
margin: 0 30px 0 0;
|
|
align-items: center;
|
|
}
|
|
.art-item .art-time:last-child {
|
|
margin: 0;
|
|
}
|
|
.art-item .icons, .art-item .article-cate-container .group-title .title::before, .article-cate-container .group-title .art-item .title::before, .art-item .header-search-group button::before, .header-search-group .art-item button::before {
|
|
width: 20px;
|
|
height: 15px;
|
|
}
|
|
.art-item .icon-clock {
|
|
background-position: -181px -44px;
|
|
}
|
|
.art-item .icon-visit {
|
|
background-position: -152px -44px;
|
|
}
|
|
|
|
.global-fixed-social {
|
|
position: fixed;
|
|
bottom: 40%;
|
|
right: 10px;
|
|
z-index: 10000;
|
|
animation-duration: 1s;
|
|
animation-duration: 1s;
|
|
animation-fill-mode: both;
|
|
transform: translateX(2000px) scale(0.7);
|
|
}
|
|
.global-fixed-social a {
|
|
display: block;
|
|
}
|
|
.global-fixed-social .icon-mess {
|
|
width: 54px;
|
|
height: 54px;
|
|
margin: 0 0 10px;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-size: 54px;
|
|
}
|
|
.global-fixed-social .global-go-top {
|
|
background: rgba(139, 185, 88, 0.5);
|
|
width: 40px;
|
|
height: 40px;
|
|
border-radius: 50%;
|
|
transition: 0.3s all;
|
|
margin: auto;
|
|
display: none;
|
|
}
|
|
.global-fixed-social .global-go-top:hover {
|
|
background: rgb(139, 185, 88);
|
|
}
|
|
.global-fixed-social .global-go-top::before {
|
|
content: "";
|
|
display: block;
|
|
height: 100%;
|
|
transform: rotate(90deg);
|
|
background: url(../images/global-icon-left.png) no-repeat;
|
|
background-position: center;
|
|
background-size: 6px;
|
|
filter: brightness(100);
|
|
}
|
|
|
|
.global-address-list {
|
|
color: #000;
|
|
}
|
|
.global-address-list p {
|
|
margin: 0;
|
|
}
|
|
.global-address-list a {
|
|
color: #000;
|
|
display: table;
|
|
}
|
|
.global-address-list .address-item {
|
|
font-size: 13px;
|
|
line-height: 24px;
|
|
margin-bottom: 25px;
|
|
}
|
|
.global-address-list .group-title {
|
|
font-size: 15px;
|
|
font-weight: 600;
|
|
line-height: 20px;
|
|
margin: 0 0 12px 0;
|
|
}
|
|
|
|
.global-header-top {
|
|
color: #fff;
|
|
line-height: 36px;
|
|
font-size: 13px;
|
|
}
|
|
.global-header-top .col-left {
|
|
margin: 0;
|
|
font-style: italic;
|
|
font-weight: 700;
|
|
}
|
|
.global-header-top .col-right {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
}
|
|
.global-header-top .global-address-list {
|
|
transition: 0.2s all;
|
|
position: absolute;
|
|
top: calc(100% + 30px);
|
|
left: 8px;
|
|
right: 8px;
|
|
background: #fff;
|
|
z-index: 1;
|
|
border-radius: 0 0 10px 10px;
|
|
padding: 20px;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
|
|
z-index: -2;
|
|
opacity: 0;
|
|
visibility: hidden;
|
|
}
|
|
.global-header-top .item-group:hover .global-address-list {
|
|
opacity: 1;
|
|
visibility: visible;
|
|
z-index: 4;
|
|
top: 100%;
|
|
}
|
|
.global-header-top .address-item {
|
|
width: 50%;
|
|
font-size: 14px;
|
|
}
|
|
.global-header-top .item-group {
|
|
margin-right: 25px;
|
|
}
|
|
.global-header-top .item-group .item {
|
|
margin: 0;
|
|
}
|
|
.global-header-top .item {
|
|
color: #fff;
|
|
margin-right: 25px;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.global-header-top .item:last-child {
|
|
margin: 0;
|
|
}
|
|
.global-header-top .icons, .global-header-top .article-cate-container .group-title .title::before, .article-cate-container .group-title .global-header-top .title::before, .global-header-top .header-search-group button::before, .header-search-group .global-header-top button::before {
|
|
width: 18px;
|
|
height: 16px;
|
|
}
|
|
.global-header-top .icon-map {
|
|
background-position: -8px -8px;
|
|
}
|
|
.global-header-top .icon-bag {
|
|
background-position: -36px -8px;
|
|
}
|
|
.global-header-top .icon-news {
|
|
background-position: -67px -8px;
|
|
margin-right: 3px;
|
|
}
|
|
.global-header-top .icon-bolt {
|
|
background-position: -97px -8px;
|
|
}
|
|
|
|
.global-header-container {
|
|
min-height: 102px;
|
|
background: #fff;
|
|
padding: 16px 0;
|
|
top: -50px;
|
|
transition: 0.2s all;
|
|
}
|
|
.global-header-container img {
|
|
display: block;
|
|
width: auto;
|
|
}
|
|
.global-header-container .container, .global-header-container .col-right, .global-header-container .col-left {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
z-index: 3;
|
|
}
|
|
.global-header-container .container {
|
|
flex-wrap: nowrap;
|
|
}
|
|
.global-header-container .col-left {
|
|
width: 230px;
|
|
margin-right: 16px;
|
|
}
|
|
.global-header-container .col-right {
|
|
width: calc(100% - 811px);
|
|
flex-wrap: nowrap;
|
|
white-space: nowrap;
|
|
}
|
|
.global-header-container .col-right .icons, .global-header-container .col-right .article-cate-container .group-title .title::before, .article-cate-container .group-title .global-header-container .col-right .title::before, .global-header-container .col-right .header-search-group button::before, .header-search-group .global-header-container .col-right button::before {
|
|
width: 22px;
|
|
height: 22px;
|
|
margin-right: 6px;
|
|
}
|
|
.global-header-container .header-logo {
|
|
margin-right: 16px;
|
|
width: 170px;
|
|
}
|
|
.global-header-container .item-title {
|
|
margin: 0 13px 0 0;
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 12px;
|
|
line-height: 42px;
|
|
color: #000;
|
|
cursor: pointer;
|
|
}
|
|
.global-header-container .col-right-item {
|
|
margin-right: 16px;
|
|
position: relative;
|
|
}
|
|
.global-header-container .col-right-item:hover .sub-item-group {
|
|
top: 100%;
|
|
opacity: 1;
|
|
visibility: visible;
|
|
z-index: 4;
|
|
}
|
|
.global-header-container .col-right-item .item-title {
|
|
background: repeating-linear-gradient(270deg, #FFB800 0%, #FF7A41 102.33%);
|
|
background-size: 200% auto;
|
|
background-position: 0 100%;
|
|
animation: 2s linear infinite forwards gradient-bg-antimation;
|
|
border-radius: 30px;
|
|
padding: 0 12px;
|
|
color: #fff;
|
|
margin: 0;
|
|
}
|
|
.global-header-container .sub-item-group {
|
|
padding: 6px 20px 6px 12px;
|
|
border-radius: 10px;
|
|
background: #FFF;
|
|
box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.25);
|
|
position: absolute;
|
|
top: calc(100% + 30px);
|
|
left: 0;
|
|
right: 0;
|
|
transition: 0.2s all;
|
|
opacity: 0;
|
|
visibility: hidden;
|
|
z-index: -1;
|
|
min-width: 150px;
|
|
}
|
|
.global-header-container .sub-item-group a {
|
|
display: block;
|
|
color: #000;
|
|
font-weight: 500;
|
|
line-height: 18px;
|
|
white-space: nowrap;
|
|
margin: 5px 0;
|
|
}
|
|
.global-header-container .sub-item-group a:hover * {
|
|
color: inherit;
|
|
}
|
|
.global-header-container .sub-item-group b {
|
|
color: #FF7A00;
|
|
}
|
|
.global-header-container .item-cart {
|
|
border-radius: 21px;
|
|
border: 1px solid #00A551;
|
|
background: #FFF;
|
|
padding: 0 10px 0 6px;
|
|
margin: 0;
|
|
}
|
|
.global-header-container .cart-count {
|
|
width: 14px;
|
|
height: 14px;
|
|
line-height: 15px;
|
|
border-radius: 50%;
|
|
text-align: center;
|
|
background: linear-gradient(90deg, #FFB800 2.7%, #FFF59F 57.03%, #FFB800 100%);
|
|
color: #000;
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
position: absolute;
|
|
top: -4px;
|
|
right: -4px;
|
|
}
|
|
.global-header-container .icon-phone {
|
|
background-position: -131px -8px;
|
|
animation: phonering 1.8s infinite ease-in-out;
|
|
}
|
|
.global-header-container .icon-order {
|
|
background-position: -175px -9px;
|
|
}
|
|
.global-header-container .icon-cart {
|
|
background-position: -216px -9px;
|
|
position: relative;
|
|
}
|
|
|
|
.header-search-group {
|
|
width: 549px;
|
|
margin-right: 16px;
|
|
}
|
|
.header-search-group form {
|
|
border-radius: 50px;
|
|
box-shadow: 0px 0px 0px 1px #C3C3C3;
|
|
background: #FFF;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
position: relative;
|
|
}
|
|
.header-search-group form * {
|
|
height: 42px;
|
|
border: 0;
|
|
margin: 0;
|
|
}
|
|
.header-search-group input {
|
|
padding: 0 15px;
|
|
width: 485px;
|
|
border-radius: 50px 0 0 50px;
|
|
}
|
|
.header-search-group input::-moz-placeholder {
|
|
color: #C9C9C9;
|
|
}
|
|
.header-search-group input::placeholder {
|
|
color: #C9C9C9;
|
|
}
|
|
.header-search-group button {
|
|
border-radius: 0 50px 50px 0;
|
|
width: 105px;
|
|
color: #fff;
|
|
border-left: #C3C3C3;
|
|
padding: 0;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
}
|
|
.header-search-group button::before {
|
|
content: "";
|
|
width: 22px;
|
|
height: 22px;
|
|
background-position: -9px -44px;
|
|
}
|
|
|
|
.global-menu-container {
|
|
z-index: 1;
|
|
margin: 0;
|
|
width: 43px;
|
|
}
|
|
.global-menu-container::after {
|
|
content: "";
|
|
padding: 20px 27px;
|
|
position: absolute;
|
|
margin: 30px 0 0 -55px;
|
|
}
|
|
.global-menu-container:hover .menu-list {
|
|
display: block;
|
|
}
|
|
.global-menu-container .group-title {
|
|
color: #fff;
|
|
margin: 0;
|
|
line-height: 42px;
|
|
border-radius: 7px;
|
|
padding: 0 7px 0 36px;
|
|
font-weight: bold;
|
|
text-transform: uppercase;
|
|
cursor: pointer;
|
|
position: relative;
|
|
font-size: 0;
|
|
white-space: nowrap;
|
|
display: inline-block;
|
|
}
|
|
.global-menu-container .group-title::before {
|
|
content: "";
|
|
position: absolute;
|
|
top: 11px;
|
|
left: 10px;
|
|
height: 20px;
|
|
width: 20px;
|
|
border-top: 2px solid #fff;
|
|
border-bottom: 2px solid #fff;
|
|
}
|
|
.global-menu-container .group-title::after {
|
|
content: "";
|
|
width: 14px;
|
|
height: 2px;
|
|
background: #fff;
|
|
position: absolute;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
left: 10px;
|
|
}
|
|
.global-menu-container .menu-list {
|
|
display: none;
|
|
position: absolute;
|
|
width: 230px;
|
|
height: 502px;
|
|
top: 100%;
|
|
left: 8px;
|
|
z-index: 5;
|
|
box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
|
|
border-radius: 15px;
|
|
}
|
|
.global-menu-container a {
|
|
color: #000;
|
|
display: table;
|
|
}
|
|
.global-menu-container .cat-item {
|
|
height: 12.5%;
|
|
}
|
|
.global-menu-container .cat-item:last-child {
|
|
border-color: transparent;
|
|
}
|
|
.global-menu-container .cat-item:first-child .cat-1 {
|
|
border-radius: 15px 15px 0 0;
|
|
}
|
|
.global-menu-container .cat-item:last-child .cat-1 {
|
|
border-radius: 0 0 15px 15px;
|
|
}
|
|
.global-menu-container .cat-item:hover .cat-1 {
|
|
border-color: #00A551;
|
|
}
|
|
.global-menu-container .cat-item:hover .cat-1::before {
|
|
right: -15px;
|
|
}
|
|
.global-menu-container .cat-item:hover .cat-1::after {
|
|
right: 11px;
|
|
filter: invert(1) brightness(100);
|
|
}
|
|
.global-menu-container .cat-item:hover .sub-menu {
|
|
display: flex;
|
|
}
|
|
.global-menu-container .cat-1 {
|
|
color: #000 !important;
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
background: #fff;
|
|
padding: 0 50px 0 15px;
|
|
position: relative;
|
|
font-size: 13px;
|
|
line-height: 17px;
|
|
overflow: hidden;
|
|
border-bottom: 1px solid #F5F5F5;
|
|
}
|
|
.global-menu-container .cat-1::before {
|
|
content: "";
|
|
width: 50px;
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
right: -100%;
|
|
transform: skewX(26deg);
|
|
transition: 0.25s all;
|
|
}
|
|
.global-menu-container .cat-2 {
|
|
font-weight: bold;
|
|
margin-bottom: 10px;
|
|
}
|
|
.global-menu-container .cat-thumb {
|
|
width: 20px;
|
|
height: 20px;
|
|
margin-right: 6px;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
background-size: contain;
|
|
}
|
|
.global-menu-container .cat-title {
|
|
width: calc(100% - 26px);
|
|
}
|
|
.global-menu-container .has-child::after {
|
|
content: "";
|
|
background: url(../images/global-icon-left.png) no-repeat;
|
|
background-size: contain;
|
|
width: 10px;
|
|
height: 10px;
|
|
position: absolute;
|
|
top: 50%;
|
|
transform: translateY(-50%) rotate(-180deg);
|
|
right: 11px;
|
|
}
|
|
.global-menu-container .sub-menu {
|
|
display: none;
|
|
flex-wrap: wrap;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 230px;
|
|
height: 502px;
|
|
width: 970px;
|
|
background: #fff;
|
|
overflow: auto;
|
|
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
|
|
z-index: 1;
|
|
padding: 16px 18px;
|
|
}
|
|
.global-menu-container .sub-item {
|
|
width: 25%;
|
|
float: left;
|
|
padding: 0 20px 0 0;
|
|
margin-bottom: 25px;
|
|
}
|
|
.global-menu-container .sub-item a {
|
|
line-height: 20px;
|
|
margin: 7px 0;
|
|
}
|
|
|
|
.global-header-homepage .global-menu-container .group-title {
|
|
display: none;
|
|
}
|
|
.global-header-homepage .menu-list {
|
|
display: block;
|
|
top: calc(100% + 32px);
|
|
font-size: 13px;
|
|
box-shadow: unset;
|
|
}
|
|
.global-header-homepage .col-left {
|
|
width: 187px;
|
|
margin-right: 16px;
|
|
}
|
|
.global-header-homepage .header-logo {
|
|
margin: 0;
|
|
width: 187px;
|
|
}
|
|
.global-header-homepage .header-search-group {
|
|
width: 592px;
|
|
}
|
|
|
|
.global-header-fixed {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 99;
|
|
box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
|
|
min-height: unset;
|
|
}
|
|
.global-header-fixed .header-logo, .global-header-fixed .menu-list {
|
|
display: none;
|
|
}
|
|
.global-header-fixed .global-menu-container {
|
|
width: 100%;
|
|
}
|
|
.global-header-fixed .global-menu-container .group-title {
|
|
display: block;
|
|
font-size: 15px;
|
|
padding: 0 7px 0 43px;
|
|
}
|
|
.global-header-fixed .menu-list {
|
|
top: 100%;
|
|
box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
|
|
}
|
|
|
|
.global-newsletter-container {
|
|
background: linear-gradient(270deg, #E3F2E9 0%, #CEE4B4 102.33%);
|
|
}
|
|
.global-newsletter-container img {
|
|
display: block;
|
|
width: auto;
|
|
margin-right: 66px;
|
|
}
|
|
.global-newsletter-container .container {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.global-newsletter-container .group-title {
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
line-height: 28px;
|
|
text-transform: uppercase;
|
|
margin: 0 0 24px 0;
|
|
max-width: 500px;
|
|
}
|
|
.global-newsletter-container .form-holder {
|
|
position: relative;
|
|
width: 645px;
|
|
background: #fff;
|
|
border-radius: 50px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.global-newsletter-container .form-holder input {
|
|
width: 490px;
|
|
height: 58px;
|
|
padding: 0 25px;
|
|
border-radius: 50px 0 0 50px;
|
|
margin: 0;
|
|
border-color: transparent;
|
|
}
|
|
.global-newsletter-container .form-holder input::-moz-placeholder {
|
|
color: #A3A3A3;
|
|
}
|
|
.global-newsletter-container .form-holder input::placeholder {
|
|
color: #A3A3A3;
|
|
}
|
|
.global-newsletter-container .form-holder a {
|
|
width: calc(100% - 490px);
|
|
line-height: 58px;
|
|
text-align: center;
|
|
color: #FFF;
|
|
text-transform: uppercase;
|
|
border-radius: 0 50px 50px 0;
|
|
}
|
|
.global-newsletter-container .newsletter-error {
|
|
color: red;
|
|
margin-top: 15px;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.global-footer-container {
|
|
background: #fff;
|
|
padding: 22px 0;
|
|
line-height: 24px;
|
|
font-size: 13px;
|
|
}
|
|
.global-footer-container .item-bct img {
|
|
display: block;
|
|
width: auto;
|
|
max-width: 110px;
|
|
}
|
|
.global-footer-container .group-title {
|
|
font-size: 15px;
|
|
font-weight: 600;
|
|
line-height: 20px;
|
|
margin: 0 0 12px 0;
|
|
}
|
|
.global-footer-container a {
|
|
display: table;
|
|
color: #000;
|
|
}
|
|
.global-footer-container .address-item:nth-child(1) .group-title {
|
|
max-width: 240px;
|
|
}
|
|
|
|
.global-footer-end {
|
|
border-top: 1px dashed #D9D9D9;
|
|
font-size: 13px;
|
|
color: #797979;
|
|
line-height: 20px;
|
|
padding-top: 16px;
|
|
}
|
|
.global-footer-end p {
|
|
margin: 0;
|
|
}
|
|
.global-footer-end b {
|
|
font-weight: 600;
|
|
}
|
|
|
|
.footer-social-media {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
margin-bottom: 20px;
|
|
}
|
|
.footer-social-media .icons, .footer-social-media .article-cate-container .group-title .title::before, .article-cate-container .group-title .footer-social-media .title::before, .footer-social-media .header-search-group button::before, .header-search-group .footer-social-media button::before {
|
|
width: 36px;
|
|
height: 36px;
|
|
margin: 0 8px 0 0;
|
|
transition: 0.3s all;
|
|
position: relative;
|
|
bottom: 0;
|
|
background-size: 500px 500px;
|
|
}
|
|
.footer-social-media .icons:hover, .footer-social-media .article-cate-container .group-title .title:hover::before, .article-cate-container .group-title .footer-social-media .title:hover::before, .footer-social-media .header-search-group button:hover::before, .header-search-group .footer-social-media button:hover::before {
|
|
bottom: 5px;
|
|
}
|
|
.footer-social-media .icon-facebook {
|
|
background-position: -90px -90px;
|
|
}
|
|
.footer-social-media .icon-youtube {
|
|
background-position: -162px -90px;
|
|
}
|
|
.footer-social-media .icon-zalo {
|
|
background-position: -234px -90px;
|
|
}
|
|
.footer-social-media .icon-qr {
|
|
background-position: -4px -81px;
|
|
}
|
|
.footer-social-media .icon-cash {
|
|
background-position: -52px -80px;
|
|
}
|
|
.footer-social-media .icon-clock {
|
|
background-position: -94px -81px;
|
|
}
|
|
.footer-social-media .icon-wallet {
|
|
background-position: -134px -81px;
|
|
}
|
|
.footer-social-media p {
|
|
margin: 0 30px 10px 0;
|
|
font-size: 10px;
|
|
line-height: 20px;
|
|
text-align: center;
|
|
}
|
|
.footer-social-media p:last-child {
|
|
margin-right: 0;
|
|
}
|
|
.footer-social-media p .icons, .footer-social-media p .article-cate-container .group-title .title::before, .article-cate-container .group-title .footer-social-media p .title::before, .footer-social-media p .header-search-group button::before, .header-search-group .footer-social-media p button::before {
|
|
margin: auto auto 8px;
|
|
display: block;
|
|
width: 30px;
|
|
height: 20px;
|
|
background-size: 250px 250px;
|
|
position: unset;
|
|
}
|
|
|
|
.global-deal-container {
|
|
margin: 46px 0 16px;
|
|
border-radius: 15px;
|
|
padding: 40px 16px 20px;
|
|
position: relative;
|
|
}
|
|
.global-deal-container .group-title {
|
|
text-align: center;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
background-size: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: 8px 0;
|
|
max-width: 710px;
|
|
margin: -69px auto auto auto;
|
|
}
|
|
.global-deal-container .group-title .title {
|
|
color: #FFF;
|
|
text-shadow: 0px 4px 4px rgba(156, 0, 0, 0.96);
|
|
font-size: 36px;
|
|
font-style: italic;
|
|
font-weight: 800;
|
|
line-height: 42px;
|
|
margin: 0 18px 0 0;
|
|
}
|
|
.global-deal-container .icon-clock {
|
|
width: 42px;
|
|
height: 42px;
|
|
margin-right: 10px;
|
|
background-repeat: no-repeat;
|
|
background-size: 42px;
|
|
background-position: center;
|
|
animation: tada 1.8s infinite ease-in-out;
|
|
}
|
|
.global-deal-container .deal-time-holder {
|
|
font-weight: 300;
|
|
display: flex;
|
|
align-items: center;
|
|
border-radius: 18px;
|
|
box-shadow: 0px 0px 0px 1px #FFF;
|
|
background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.59) 57.29%, rgba(255, 255, 255, 0.8) 96.87%);
|
|
padding: 5px 14px;
|
|
line-height: 26px;
|
|
}
|
|
.global-deal-container .deal-countdown-holder {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.global-deal-container .deal-countdown-holder b {
|
|
border-radius: 5px;
|
|
background: #000;
|
|
color: #fff;
|
|
font-size: 18px;
|
|
font-weight: 800;
|
|
position: relative;
|
|
padding: 0 3px;
|
|
margin: 0 5px;
|
|
height: 26px;
|
|
line-height: 27px;
|
|
}
|
|
.global-deal-container .deal-countdown-holder b::after {
|
|
content: ":";
|
|
position: absolute;
|
|
right: -8px;
|
|
color: #000;
|
|
}
|
|
.global-deal-container .deal-countdown-holder b:last-child::after {
|
|
content: none;
|
|
}
|
|
.global-deal-container .global-deal-type {
|
|
margin: 10px 0;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.global-deal-container .global-deal-type a {
|
|
margin: 0 5px;
|
|
color: #fff;
|
|
text-transform: uppercase;
|
|
font-weight: 700;
|
|
opacity: 0.7;
|
|
padding: 9px 52px;
|
|
border: 1px solid #fff;
|
|
border-radius: 50px;
|
|
}
|
|
.global-deal-container .global-deal-type a:hover, .global-deal-container .global-deal-type a.current {
|
|
background: #fff;
|
|
opacity: 1;
|
|
}
|
|
.global-deal-container .btn-deal {
|
|
display: table;
|
|
margin: 19px auto 0;
|
|
color: #fff;
|
|
text-decoration-line: underline;
|
|
}
|
|
.global-deal-container .product-holder {
|
|
min-height: 450px;
|
|
background: #fff;
|
|
border-radius: 15px;
|
|
padding: 14px 16px;
|
|
}
|
|
|
|
.homepage {
|
|
padding-top: 16px;
|
|
}
|
|
.homepage .home-box-container, .homepage .home-video-container {
|
|
margin: 16px 0;
|
|
background: #fff;
|
|
padding: 18px 16px;
|
|
border-radius: 15px;
|
|
}
|
|
|
|
.home-banner-group {
|
|
width: 956px;
|
|
margin: auto 0 16px auto;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
min-height: 502px;
|
|
}
|
|
.home-banner-group a {
|
|
display: block;
|
|
}
|
|
.home-banner-group a img {
|
|
border-radius: 15px;
|
|
display: block;
|
|
}
|
|
.home-banner-group .home-slider-group {
|
|
width: 632px;
|
|
margin: 0 16px 16px 0;
|
|
}
|
|
.home-banner-group .home-slider-group img {
|
|
border-radius: 0;
|
|
}
|
|
.home-banner-group .home-banner-right {
|
|
width: 308px;
|
|
margin: 0 0 16px 0;
|
|
}
|
|
.home-banner-group .home-banner-right a {
|
|
margin: 0 0 16px 0;
|
|
}
|
|
.home-banner-group .home-banner-right a:last-child {
|
|
margin: 0;
|
|
}
|
|
.home-banner-group .home-banner-bottom {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.home-banner-group .home-banner-bottom a {
|
|
margin: 0 16px 0 0;
|
|
width: calc(33.3333333333% - 11px);
|
|
}
|
|
.home-banner-group .home-banner-bottom a:nth-child(3n) {
|
|
margin: 0;
|
|
}
|
|
|
|
.home-policy-container {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
}
|
|
.home-policy-container .item {
|
|
border-radius: 10px;
|
|
border: 1px solid #F5F5F5;
|
|
background: #FFF;
|
|
margin: 16px 16px 16px 0;
|
|
width: calc(20% - 13px);
|
|
line-height: 14px;
|
|
font-size: 12px;
|
|
padding: 12px;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
}
|
|
.home-policy-container .item:nth-child(5n) {
|
|
margin-right: 0;
|
|
}
|
|
.home-policy-container b {
|
|
font-weight: 700;
|
|
margin-bottom: 4px;
|
|
}
|
|
.home-policy-container .text {
|
|
margin: 0;
|
|
width: calc(100% - 48px);
|
|
}
|
|
.home-policy-container .text * {
|
|
display: block;
|
|
}
|
|
.home-policy-container .icons, .home-policy-container .article-cate-container .group-title .title::before, .article-cate-container .group-title .home-policy-container .title::before, .home-policy-container .header-search-group button::before, .header-search-group .home-policy-container button::before {
|
|
width: 48px;
|
|
height: 40px;
|
|
}
|
|
.home-policy-container .icon-1 {
|
|
background-position: -207px -117px;
|
|
}
|
|
.home-policy-container .icon-2 {
|
|
background-position: -10px -171px;
|
|
}
|
|
.home-policy-container .icon-3 {
|
|
background-position: -77px -171px;
|
|
}
|
|
.home-policy-container .icon-4 {
|
|
background-position: -140px -171px;
|
|
}
|
|
.home-policy-container .icon-5 {
|
|
background-position: -201px -171px;
|
|
}
|
|
|
|
.home-collection-container {
|
|
margin: 16px 0;
|
|
padding: 24px 16px;
|
|
border-radius: 15px;
|
|
background-size: 100% 100%;
|
|
background-repeat: no-repeat;
|
|
}
|
|
.home-collection-container .group-title {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
align-items: baseline;
|
|
margin: 0 0 15px 0;
|
|
}
|
|
.home-collection-container .group-left {
|
|
margin: 0;
|
|
color: #FFF;
|
|
font-size: 50px;
|
|
font-style: italic;
|
|
font-weight: 700;
|
|
line-height: 50px;
|
|
text-transform: uppercase;
|
|
display: flex;
|
|
align-items: baseline;
|
|
}
|
|
.home-collection-container .group-left span {
|
|
font-size: 32px;
|
|
font-style: italic;
|
|
font-weight: 300;
|
|
text-transform: uppercase;
|
|
line-height: 38px;
|
|
}
|
|
.home-collection-container .group-left .text-bg {
|
|
border-radius: 31px;
|
|
background: linear-gradient(270deg, #F00 0%, #FF7A41 102.33%);
|
|
padding: 0 22px 0 10px;
|
|
margin: 0 10px 0 13px;
|
|
}
|
|
.home-collection-container .btn-view {
|
|
color: #FFF;
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
text-decoration-line: underline;
|
|
text-transform: uppercase;
|
|
}
|
|
.home-collection-container .home-collection-info {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.home-collection-container .banner-holder {
|
|
width: 373px;
|
|
margin-right: 16px;
|
|
}
|
|
.home-collection-container .banner-holder img {
|
|
display: block;
|
|
width: auto;
|
|
border: 1px solid #FF8F8F;
|
|
border-radius: 15px;
|
|
}
|
|
.home-collection-container .product-collection {
|
|
width: calc(100% - 389px);
|
|
}
|
|
.home-collection-container .p-img {
|
|
padding-bottom: 78% !important;
|
|
}
|
|
.home-collection-container .p-img img {
|
|
width: auto !important;
|
|
}
|
|
|
|
.home-product-container .product-category-holder {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin-bottom: 18px;
|
|
}
|
|
.home-product-container .category-child-holder {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
font-size: 13px;
|
|
font-weight: 300;
|
|
}
|
|
.home-product-container .category-child-holder a {
|
|
color: #000;
|
|
margin: 0 34px 0 0;
|
|
}
|
|
.home-product-container .category-child-holder a:last-child {
|
|
text-decoration: underline;
|
|
margin: 0;
|
|
font-weight: 400;
|
|
}
|
|
.home-product-container .group-title {
|
|
margin: 0;
|
|
position: relative;
|
|
font-size: 26px;
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
line-height: 30px;
|
|
padding-bottom: 17px;
|
|
}
|
|
.home-product-container .group-title::before, .home-product-container .group-title::after {
|
|
content: "";
|
|
height: 12px;
|
|
transform: skewX(-20deg);
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
}
|
|
.home-product-container .group-title::before {
|
|
width: 5px;
|
|
}
|
|
.home-product-container .group-title::after {
|
|
left: 9px;
|
|
right: 0;
|
|
}
|
|
|
|
.home-article-container {
|
|
padding: 18px 0;
|
|
}
|
|
.home-article-container .group-title {
|
|
text-align: center;
|
|
line-height: 30px;
|
|
margin-bottom: 25px;
|
|
}
|
|
.home-article-container .group-title .title {
|
|
margin: 0 17px 0 0;
|
|
font-size: 26px;
|
|
font-weight: 700;
|
|
text-transform: uppercase;
|
|
display: inline-block;
|
|
}
|
|
.home-article-container .group-title a {
|
|
color: #00A551;
|
|
font-size: 13px;
|
|
font-weight: 400;
|
|
text-decoration-line: underline;
|
|
text-transform: uppercase;
|
|
}
|
|
.home-article-container .video-item {
|
|
float: left;
|
|
width: 280px;
|
|
height: 170px;
|
|
position: relative;
|
|
margin: 0 16px 0 0;
|
|
border-radius: 15px;
|
|
overflow: hidden;
|
|
cursor: pointer;
|
|
}
|
|
.home-article-container .video-item::before {
|
|
content: "";
|
|
position: absolute;
|
|
inset: 0;
|
|
background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
|
|
z-index: 1;
|
|
}
|
|
.home-article-container .video-item::after {
|
|
content: "▶";
|
|
width: 56px;
|
|
height: 56px;
|
|
line-height: 56px;
|
|
border-radius: 50%;
|
|
text-align: center;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
z-index: 1;
|
|
color: #e8e8ea;
|
|
background: linear-gradient(90deg, #5ed555 50%, #15bd7b 50%);
|
|
font-size: 28px;
|
|
padding-left: 7px;
|
|
}
|
|
.home-article-container .video-item:nth-child(1) {
|
|
width: 576px;
|
|
height: 356px;
|
|
margin-bottom: 0;
|
|
}
|
|
.home-article-container .video-item:nth-child(1)::after {
|
|
width: 80px;
|
|
height: 80px;
|
|
line-height: 80px;
|
|
font-size: 43px;
|
|
}
|
|
.home-article-container .video-item:nth-child(1) .title {
|
|
display: block;
|
|
font-size: 20px;
|
|
position: absolute;
|
|
left: 17px;
|
|
right: 17px;
|
|
bottom: 15px;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
color: #fff;
|
|
z-index: 2;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.home-article-container .video-item:nth-child(3), .home-article-container .video-item:nth-child(5) {
|
|
margin-right: 0;
|
|
}
|
|
.home-article-container .video-item:nth-child(n+4) {
|
|
margin-top: 16px;
|
|
}
|
|
.home-article-container .video-item .title {
|
|
display: none;
|
|
}
|
|
.home-article-container .video-item img {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
}
|
|
.home-article-container .custom-dots .owl-dots {
|
|
margin-top: 10px !important;
|
|
position: unset;
|
|
}
|
|
.home-article-container .custom-dots .owl-dots .owl-dot {
|
|
border-color: #00A551;
|
|
}
|
|
|
|
.home-customer-review-container {
|
|
padding: 64px 100px 23px;
|
|
background-color: #fff;
|
|
border-radius: 20px;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
overflow: hidden;
|
|
background-repeat: no-repeat;
|
|
background-position: top;
|
|
background-size: contain;
|
|
font-size: 13px;
|
|
line-height: 16px;
|
|
margin: 16px 0;
|
|
}
|
|
.home-customer-review-container .group-title {
|
|
text-align: center;
|
|
width: 100%;
|
|
margin: 0 0 30px;
|
|
line-height: 16px;
|
|
}
|
|
.home-customer-review-container .group-title p {
|
|
margin: 0;
|
|
}
|
|
.home-customer-review-container .group-title .title {
|
|
color: #000;
|
|
font-size: 26px;
|
|
line-height: 30px;
|
|
font-weight: 700;
|
|
text-transform: uppercase;
|
|
margin: 0 0 11px;
|
|
}
|
|
.home-customer-review-container .item {
|
|
background: #fff;
|
|
position: relative;
|
|
margin-top: 26px;
|
|
border-radius: 20px;
|
|
border: 2px solid #76b657;
|
|
padding: 50px 14px 14px;
|
|
width: 39.2%;
|
|
}
|
|
.home-customer-review-container .item::before {
|
|
content: "0" counter(section);
|
|
counter-increment: section;
|
|
font-size: 48px;
|
|
font-weight: 700;
|
|
line-height: 56px;
|
|
text-decoration-line: underline;
|
|
text-transform: uppercase;
|
|
background: #fff;
|
|
position: absolute;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
left: -72px;
|
|
}
|
|
.home-customer-review-container .item img {
|
|
display: block;
|
|
width: auto;
|
|
border-radius: 15px;
|
|
}
|
|
.home-customer-review-container .item-title {
|
|
line-height: 39px;
|
|
display: table;
|
|
border-radius: 20px 0;
|
|
color: #FFF;
|
|
font-weight: 700;
|
|
padding: 0 30px 0 13px;
|
|
text-transform: uppercase;
|
|
margin: 0;
|
|
position: absolute;
|
|
top: -1px;
|
|
left: -1px;
|
|
}
|
|
.home-customer-review-container .item-summary {
|
|
margin-bottom: 12px;
|
|
}
|
|
.home-customer-review-container .btn-view {
|
|
display: table;
|
|
text-decoration: underline;
|
|
margin: 0 0 20px 0;
|
|
}
|
|
|
|
.home-introduce-container {
|
|
margin: 16px 0;
|
|
border-radius: 15px;
|
|
background: #FFF;
|
|
position: relative;
|
|
padding: 26px 0 30px;
|
|
font-size: 13px;
|
|
line-height: 16px;
|
|
border: 3px solid #00A551;
|
|
}
|
|
.home-introduce-container img {
|
|
display: block;
|
|
width: auto;
|
|
border-radius: 15px;
|
|
}
|
|
.home-introduce-container svg {
|
|
width: 100%;
|
|
}
|
|
.home-introduce-container .introduce-content-holder {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: flex-start;
|
|
justify-content: space-between;
|
|
padding: 25px 16px 0;
|
|
}
|
|
.home-introduce-container .introduce-line-bottom {
|
|
margin: -40px 0 0 0;
|
|
}
|
|
.home-introduce-container .col-left, .home-introduce-container .col-right {
|
|
width: calc(50% - 8px);
|
|
}
|
|
.home-introduce-container p {
|
|
margin: 0 0 12px;
|
|
}
|
|
.home-introduce-container .title {
|
|
font-size: 26px;
|
|
line-height: 30px;
|
|
font-weight: 700;
|
|
margin: 0 0 13px;
|
|
}
|
|
.home-introduce-container .quote {
|
|
border-radius: 20px 0px;
|
|
background: linear-gradient(270deg, rgba(0, 165, 81, 0.25) 0%, rgba(142, 185, 88, 0.25) 102.33%);
|
|
line-height: 18px;
|
|
padding: 16px;
|
|
margin: 20px 0 0;
|
|
}
|
|
|
|
.home-customer-images-container {
|
|
margin: 16px 0;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.home-customer-images-container img {
|
|
display: block;
|
|
width: auto;
|
|
}
|
|
.home-customer-images-container .col-left {
|
|
width: 288px;
|
|
margin-right: 16px;
|
|
}
|
|
.home-customer-images-container .col-left img {
|
|
border-radius: 15px;
|
|
box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.25);
|
|
}
|
|
.home-customer-images-container .col-right {
|
|
width: calc(100% - 304px);
|
|
padding: 30px 16px;
|
|
border-radius: 15px;
|
|
background: linear-gradient(90deg, #00A551 0%, #FFB446 100%);
|
|
}
|
|
.home-customer-images-container .custom-nav .owl-nav .owl-prev {
|
|
left: -16px;
|
|
}
|
|
.home-customer-images-container .custom-nav .owl-nav .owl-next {
|
|
right: -16px;
|
|
}
|
|
|
|
.deal-page .product-holder {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.deal-page .p-item {
|
|
margin: 0 16px 0 0;
|
|
width: calc(25% - 12px);
|
|
border: 0;
|
|
}
|
|
.deal-page .p-item:hover {
|
|
box-shadow: 0px 0px 6px 1px #F5F5F5;
|
|
}
|
|
.deal-page .p-item:nth-child(n+5) {
|
|
margin-top: 16px;
|
|
}
|
|
.deal-page .p-item:nth-child(4n) {
|
|
margin-right: 0;
|
|
}
|
|
.deal-page .paging a {
|
|
border-color: #fff;
|
|
color: #fff;
|
|
}
|
|
.deal-page .paging a * {
|
|
filter: brightness(100);
|
|
}
|
|
.deal-page .paging a:hover, .deal-page .paging a.current {
|
|
background: linear-gradient(90deg, #FFB800 2.7%, #FFF59F 57.03%, #FFB800 100%);
|
|
border-color: transparent;
|
|
color: #000;
|
|
}
|
|
.deal-page .paging a:hover *, .deal-page .paging a.current * {
|
|
filter: unset;
|
|
}
|
|
|
|
.product-page .product-banner-group {
|
|
margin-bottom: 23px;
|
|
min-height: 220px;
|
|
}
|
|
.product-page .product-banner-group img {
|
|
border-radius: 15px;
|
|
}
|
|
.product-page .product-content-container {
|
|
padding: 17px;
|
|
background: #fff;
|
|
border-radius: 15px;
|
|
margin: 10px 0 16px;
|
|
}
|
|
.product-page .paging {
|
|
margin: 30px 0 40px;
|
|
}
|
|
.product-page .product-holder {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.product-page .p-item {
|
|
margin: 0 16px 0 0;
|
|
width: calc(20% - 13px);
|
|
}
|
|
.product-page .p-item:nth-child(5n) {
|
|
margin-right: 0;
|
|
}
|
|
.product-page .p-item:nth-child(n+6) {
|
|
margin-top: 16px;
|
|
}
|
|
|
|
.product-category-child {
|
|
margin: 23px 0 30px;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
font-size: 15px;
|
|
line-height: 18px;
|
|
}
|
|
.product-category-child .item {
|
|
color: #000;
|
|
margin: 0;
|
|
padding: 0 20px;
|
|
width: calc(14.2857142857% - 14px);
|
|
text-align: center;
|
|
margin: 0 16px 0 0;
|
|
}
|
|
.product-category-child .item:nth-child(7n) {
|
|
margin-right: 0;
|
|
}
|
|
.product-category-child .item:nth-child(n+8) {
|
|
margin-top: 30px;
|
|
}
|
|
.product-category-child .item:hover .image::before {
|
|
content: "";
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.product-category-child .item:hover .image::after {
|
|
content: "";
|
|
background: inherit;
|
|
position: absolute;
|
|
inset: 0;
|
|
background-color: transparent;
|
|
filter: invert(1) brightness(100);
|
|
}
|
|
.product-category-child .image {
|
|
display: block;
|
|
width: 60px;
|
|
height: 60px;
|
|
border-radius: 50%;
|
|
position: relative;
|
|
margin: 0 auto 20px auto;
|
|
overflow: hidden;
|
|
background: #FFF;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
background-size: 36px;
|
|
}
|
|
.product-category-child .no-thumb::after {
|
|
filter: unset !important;
|
|
}
|
|
|
|
.product-filter-container {
|
|
padding: 17px;
|
|
background: #fff;
|
|
border-radius: 15px;
|
|
margin: 30px 0 10px;
|
|
}
|
|
.product-filter-container .filter-item {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
margin-bottom: 16px;
|
|
}
|
|
.product-filter-container .filter-item:last-child {
|
|
margin: 0;
|
|
}
|
|
.product-filter-container .filter-title {
|
|
width: 110px;
|
|
margin: 6px 30px 0 0;
|
|
font-size: 13px;
|
|
font-weight: 700;
|
|
}
|
|
.product-filter-container .filter-list {
|
|
width: calc(100% - 140px);
|
|
}
|
|
.product-filter-container a, .product-filter-container select {
|
|
display: inline-block;
|
|
line-height: 30px;
|
|
padding: 0 12px;
|
|
border-radius: 8px;
|
|
background: #f3f3f3;
|
|
color: #000;
|
|
font-size: 13px;
|
|
margin: 0 7px 7px 0;
|
|
cursor: pointer;
|
|
border: 0;
|
|
}
|
|
.product-filter-container a.current, .product-filter-container a:hover, .product-filter-container select.current, .product-filter-container select:hover {
|
|
color: #fff;
|
|
}
|
|
.product-filter-container select {
|
|
height: 30px;
|
|
background: #f3f3f3 !important;
|
|
color: #000 !important;
|
|
padding: 0 8px;
|
|
}
|
|
|
|
.product-sort-group {
|
|
margin-bottom: 18px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
line-height: 30px;
|
|
font-size: 13px;
|
|
}
|
|
.product-sort-group .group-title {
|
|
font-weight: 700;
|
|
margin: 0 20px 0 0;
|
|
}
|
|
.product-sort-group .box-left, .product-sort-group .box-right {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.product-sort-group .box-left a {
|
|
border-radius: 8px;
|
|
border: 1px dashed #C3C3C3;
|
|
background: #FFF;
|
|
color: #000;
|
|
margin: 0 5px 0 0;
|
|
padding: 0 11px;
|
|
}
|
|
.product-sort-group .box-left a:hover, .product-sort-group .box-left a.current {
|
|
color: #fff;
|
|
border-color: transparent;
|
|
}
|
|
.product-sort-group .icons, .product-sort-group .article-cate-container .group-title .title::before, .article-cate-container .group-title .product-sort-group .title::before, .product-sort-group .header-search-group button::before, .header-search-group .product-sort-group button::before {
|
|
width: 30px;
|
|
height: 30px;
|
|
background-color: #F3F3F3;
|
|
margin: 0 0 0 5px;
|
|
border-radius: 8px;
|
|
overflow: hidden;
|
|
position: relative;
|
|
}
|
|
.product-sort-group .icons:hover::before, .product-sort-group .article-cate-container .group-title .title:hover::before, .article-cate-container .group-title .product-sort-group .title:hover::before, .product-sort-group .header-search-group button:hover::before, .header-search-group .product-sort-group button:hover::before, .product-sort-group .icons.current::before, .product-sort-group .article-cate-container .group-title .current.title::before, .article-cate-container .group-title .product-sort-group .current.title::before, .product-sort-group .header-search-group button.current::before, .header-search-group .product-sort-group button.current::before {
|
|
content: "";
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.product-sort-group .icons:hover::after, .product-sort-group .icons.current::after {
|
|
content: "";
|
|
background: inherit;
|
|
position: absolute;
|
|
inset: 0;
|
|
z-index: 1;
|
|
filter: brightness(100);
|
|
background-color: transparent;
|
|
}
|
|
.product-sort-group .icon-grid {
|
|
background-position: -174px -75px;
|
|
}
|
|
.product-sort-group .icon-list {
|
|
background-position: -211px -75px;
|
|
}
|
|
|
|
.product-list-container {
|
|
justify-content: space-between;
|
|
}
|
|
.product-list-container .p-item {
|
|
width: calc(50% - 8px);
|
|
margin: 0 0 16px 0 !important;
|
|
text-align: left;
|
|
}
|
|
.product-list-container .p-item .p-img {
|
|
width: 35%;
|
|
padding-bottom: 35%;
|
|
margin: 0 16px 0 0;
|
|
float: left;
|
|
}
|
|
.product-list-container .p-item .p-text, .product-list-container .p-item .p-type-holder, .product-list-container .p-item .p-btn-group {
|
|
width: calc(65% - 16px);
|
|
float: left;
|
|
}
|
|
.product-list-container .p-item .p-type-holder, .product-list-container .p-item .p-name {
|
|
margin: 0;
|
|
}
|
|
.product-list-container .p-item .p-price-holder {
|
|
justify-content: flex-start;
|
|
}
|
|
.product-list-container .p-item .p-type-holder, .product-list-container .p-item .p-price-holder, .product-list-container .p-item .p-name {
|
|
height: auto;
|
|
min-height: unset;
|
|
}
|
|
.product-list-container .p-item .p-bestsale {
|
|
margin: 0 10px 10px 0;
|
|
}
|
|
.product-list-container .p-item .p-rate {
|
|
font-size: 13px;
|
|
}
|
|
|
|
.static-html-container {
|
|
position: relative;
|
|
padding: 28px 0 10px 0;
|
|
font-size: 13px;
|
|
}
|
|
.static-html-container::before {
|
|
content: "";
|
|
max-width: 1000px;
|
|
width: 100%;
|
|
height: 2px;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
}
|
|
.static-html-container .static-content * {
|
|
font-family: inherit !important;
|
|
line-height: inherit !important;
|
|
}
|
|
.static-html-container .btn-static-group {
|
|
text-align: center;
|
|
margin-top: 14px;
|
|
}
|
|
.static-html-container .btn-static-group a {
|
|
color: #00A551;
|
|
font-size: 13px;
|
|
line-height: 16px;
|
|
text-decoration-line: underline;
|
|
text-transform: uppercase;
|
|
display: none;
|
|
}
|
|
|
|
.product-detail-page .pd-box-group {
|
|
border-radius: 15px;
|
|
background: #FFF;
|
|
margin: 0 0 16px 0;
|
|
padding: 16px;
|
|
}
|
|
.product-detail-page .page-title {
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
line-height: 24px;
|
|
margin: 0 0 19px;
|
|
width: 100%;
|
|
}
|
|
.product-detail-page .pd-info-container, .product-detail-page .pd-info-col-left {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.product-detail-page .pd-price-group {
|
|
margin: 18px 0;
|
|
line-height: 21px;
|
|
font-size: 13px;
|
|
}
|
|
.product-detail-page .pd-price-group * {
|
|
display: inline-block;
|
|
}
|
|
.product-detail-page .pd-price {
|
|
font-size: 32px;
|
|
font-weight: 800;
|
|
}
|
|
.product-detail-page .pd-price u {
|
|
font-size: 20px;
|
|
vertical-align: middle;
|
|
}
|
|
.product-detail-page .pd-old-price {
|
|
margin: 0 10px;
|
|
color: #A3A3A3;
|
|
font-size: 18px;
|
|
}
|
|
.product-detail-page .pd-discount {
|
|
color: #fff;
|
|
border-radius: 5px;
|
|
background: #E80E0E;
|
|
font-weight: 500;
|
|
padding: 0 3px;
|
|
vertical-align: text-bottom;
|
|
}
|
|
.product-detail-page .pd-desc-group .group-title, .product-detail-page .pd-spec-group .group-title, .product-detail-page .pd-comment-container .group-title {
|
|
border-bottom: 1px solid #F5F5F5;
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
line-height: 20px;
|
|
text-transform: uppercase;
|
|
margin: 0 -16px 16px;
|
|
padding: 0 16px;
|
|
}
|
|
.product-detail-page .pd-desc-group .group-title span, .product-detail-page .pd-spec-group .group-title span, .product-detail-page .pd-comment-container .group-title span {
|
|
display: inline-block;
|
|
padding-bottom: 9px;
|
|
border-bottom: 1px solid #00A551;
|
|
}
|
|
.product-detail-page .pd-desc-group {
|
|
width: 795px;
|
|
margin-right: 16px;
|
|
float: left;
|
|
line-height: 20px;
|
|
}
|
|
.product-detail-page .pd-desc-group .static-html-container {
|
|
font-size: inherit;
|
|
padding: 0;
|
|
margin-bottom: 30px;
|
|
}
|
|
.product-detail-page .pd-desc-group .static-html-container::before {
|
|
content: none;
|
|
}
|
|
.product-detail-page .pd-spec-group {
|
|
width: 389px;
|
|
float: left;
|
|
}
|
|
.product-detail-page .pd-spec-group .btn-show {
|
|
display: block;
|
|
text-align: center;
|
|
line-height: 30px;
|
|
margin-top: 10px;
|
|
color: #00A551;
|
|
text-transform: uppercase;
|
|
}
|
|
.product-detail-page .pd-spec-holder {
|
|
padding: 0;
|
|
}
|
|
.product-detail-page .pd-spec-holder tr:nth-child(n+12) {
|
|
display: none;
|
|
}
|
|
|
|
.pd-info-col-left {
|
|
width: calc(100% - 286px);
|
|
margin-right: 15px;
|
|
}
|
|
.pd-info-col-left .pd-info-group {
|
|
width: calc(100% - 389px);
|
|
}
|
|
|
|
.pd-info-col-right {
|
|
width: 271px;
|
|
}
|
|
|
|
.pd-image-container {
|
|
width: 373px;
|
|
margin-right: 16px;
|
|
}
|
|
.pd-image-container .pd-image-large {
|
|
border-radius: 15px;
|
|
margin-bottom: 24px;
|
|
overflow: hidden;
|
|
position: relative;
|
|
border: 6px solid #92c26c;
|
|
border-left: 6px solid #519064;
|
|
border-right: 6px solid #519064;
|
|
}
|
|
.pd-image-container .pd-gallery-holder {
|
|
padding: 0 20px;
|
|
margin: 20px 0 40px;
|
|
}
|
|
.pd-image-container .pd-gallery-holder .item {
|
|
display: block;
|
|
overflow: hidden;
|
|
border-radius: 15px;
|
|
border: 1px solid #d9d9d9;
|
|
}
|
|
.pd-image-container .pd-gallery-holder .item.mz-thumb-selected {
|
|
border: 2px solid #00A551;
|
|
}
|
|
.pd-image-container .pd-gallery-holder img {
|
|
filter: unset !important;
|
|
}
|
|
|
|
.pd-summary-group {
|
|
font-size: 13px;
|
|
line-height: 16px;
|
|
}
|
|
.pd-summary-group .pd-summary-btn {
|
|
display: table;
|
|
text-decoration: underline;
|
|
}
|
|
.pd-summary-group .pd-summary-btn::before {
|
|
content: "Xem thêm +";
|
|
}
|
|
.pd-summary-group .pd-summary-btn.active::before {
|
|
content: "Thu gọn -";
|
|
}
|
|
.pd-summary-group .pd-summary-list.active .item {
|
|
display: block;
|
|
}
|
|
.pd-summary-group .item {
|
|
margin-bottom: 10px;
|
|
position: relative;
|
|
padding-left: 12px;
|
|
}
|
|
.pd-summary-group .item::before {
|
|
content: "●";
|
|
font-size: 6px;
|
|
position: absolute;
|
|
top: -1px;
|
|
left: 0;
|
|
}
|
|
.pd-summary-group .item:nth-child(n+6) {
|
|
display: none;
|
|
}
|
|
|
|
.pd-deal-price-group {
|
|
border-radius: 15px;
|
|
background: linear-gradient(270deg, #F00 0%, #FF7A41 102.33%);
|
|
margin-bottom: 18px;
|
|
padding: 9px 16px;
|
|
color: #fff;
|
|
font-size: 13px;
|
|
font-weight: 300;
|
|
line-height: 16px;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.pd-deal-price-group .pd-deal-price {
|
|
margin: 0 0 4px;
|
|
}
|
|
.pd-deal-price-group .pd-deal-price * {
|
|
display: inline-block;
|
|
}
|
|
.pd-deal-price-group .pd-deal-price > span {
|
|
min-width: 90px;
|
|
}
|
|
.pd-deal-price-group .pd-deal-price b {
|
|
font-size: 28px;
|
|
font-weight: 700;
|
|
line-height: 33px;
|
|
}
|
|
.pd-deal-price-group .pd-deal-price b u {
|
|
vertical-align: middle;
|
|
font-size: 16px;
|
|
}
|
|
.pd-deal-price-group .p-deal-old-price {
|
|
font-weight: 400;
|
|
margin-right: 10px;
|
|
}
|
|
.pd-deal-price-group .p-deal-discount {
|
|
color: #E80E0E;
|
|
font-weight: 500;
|
|
background: #fff;
|
|
padding: 2px;
|
|
display: inline-block;
|
|
min-width: unset !important;
|
|
border-radius: 5px;
|
|
}
|
|
.pd-deal-price-group .pd-deal-time {
|
|
margin-bottom: 4px;
|
|
}
|
|
.pd-deal-price-group .pd-deal-time, .pd-deal-price-group .pd-deal-countdown {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.pd-deal-price-group .pd-deal-countdown b {
|
|
margin: 0 0 0 10px;
|
|
background: #fff;
|
|
border-radius: 5px;
|
|
padding: 4px 3px;
|
|
position: relative;
|
|
color: #E80E0E;
|
|
font-size: 18px;
|
|
font-weight: 800;
|
|
line-height: 17px;
|
|
}
|
|
.pd-deal-price-group .pd-deal-countdown b::before {
|
|
content: ":";
|
|
color: #fff;
|
|
position: absolute;
|
|
left: -8px;
|
|
}
|
|
.pd-deal-price-group .pd-deal-countdown b:first-child::before {
|
|
content: none;
|
|
}
|
|
.pd-deal-price-group .pd-deal-info {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
font-size: 13px;
|
|
font-style: italic;
|
|
font-weight: 600;
|
|
margin-top: 14px;
|
|
}
|
|
.pd-deal-price-group .pd-deal-line {
|
|
border-radius: 12px;
|
|
background: linear-gradient(90deg, #FFD600 2.7%, #FFF7AF 100%);
|
|
background-size: 200% auto;
|
|
background-position: 0 100%;
|
|
animation: 2s linear infinite forwards gradient-bg-antimation;
|
|
max-width: 340px;
|
|
width: 100%;
|
|
height: 16px;
|
|
position: relative;
|
|
}
|
|
.pd-deal-price-group .pd-deal-icon {
|
|
background: url(../images/p-icon-deal-discount.png) no-repeat;
|
|
background-size: 25px;
|
|
width: 25px;
|
|
height: 25px;
|
|
position: absolute;
|
|
bottom: -3px;
|
|
left: -4px;
|
|
}
|
|
|
|
.pd-status-group {
|
|
margin: 0 0 18px;
|
|
font-size: 12px;
|
|
line-height: 14px;
|
|
}
|
|
.pd-status-group b {
|
|
font-weight: 600;
|
|
}
|
|
.pd-status-group p {
|
|
display: inline-block;
|
|
margin: 0 25px 10px 0;
|
|
}
|
|
|
|
.pd-config_group-holder {
|
|
margin: 18px 0;
|
|
font-size: 13px;
|
|
line-height: 16px;
|
|
}
|
|
.pd-config_group-holder .group-title {
|
|
display: block;
|
|
}
|
|
.pd-config_group-holder .pd-config_group-list {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
text-align: center;
|
|
}
|
|
.pd-config_group-holder .pd-config_group-list a {
|
|
margin: 11px 0 0 0;
|
|
width: calc(50% - 8px);
|
|
padding: 10px;
|
|
border-radius: 8px;
|
|
border: 1px solid #D9D9D9;
|
|
background: #FFF;
|
|
color: #000;
|
|
}
|
|
.pd-config_group-holder .pd-config_group-list a:hover {
|
|
border-color: #00A551;
|
|
}
|
|
.pd-config_group-holder .pd-config_group-list a.current {
|
|
border: 2px solid #00A551;
|
|
}
|
|
.pd-config_group-holder .pd-config_group-list .title {
|
|
margin-bottom: 4px;
|
|
}
|
|
.pd-config_group-holder .pd-config_group-list .price {
|
|
font-size: 15px;
|
|
font-weight: 800;
|
|
line-height: 18px;
|
|
}
|
|
.pd-config_group-holder .pd-config_group-list .price u {
|
|
font-size: 12px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.pd-offer-group {
|
|
margin: 36px 0 18px;
|
|
border-radius: 15px;
|
|
border: 1px dashed #00A551;
|
|
background: #FFF;
|
|
padding: 34px 20px 14px;
|
|
position: relative;
|
|
font-size: 13px;
|
|
line-height: 20px;
|
|
}
|
|
.pd-offer-group .group-title {
|
|
border-radius: 20px;
|
|
margin: 0;
|
|
color: #FFF;
|
|
line-height: 38px;
|
|
font-size: 13px;
|
|
font-weight: 700;
|
|
text-align: center;
|
|
padding: 0 15px;
|
|
position: absolute;
|
|
top: -20px;
|
|
left: 20px;
|
|
}
|
|
.pd-offer-group .item {
|
|
position: relative;
|
|
padding-left: 35px;
|
|
margin-bottom: 5px;
|
|
}
|
|
.pd-offer-group .item:last-child {
|
|
margin: 0;
|
|
}
|
|
.pd-offer-group .item::before {
|
|
content: "";
|
|
width: 16px;
|
|
height: 10px;
|
|
border: 3px solid #00A551;
|
|
border-top: 0;
|
|
border-right: 0;
|
|
position: absolute;
|
|
top: 2px;
|
|
left: 0;
|
|
transform: rotate(-45deg);
|
|
}
|
|
|
|
.pd-quantity-group {
|
|
margin: 14px 0;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.pd-quantity-group p {
|
|
margin: 0 22px 0 0;
|
|
}
|
|
.pd-quantity-group .quanity-change-group {
|
|
display: flex;
|
|
align-items: center;
|
|
border-radius: 5px;
|
|
box-shadow: 0px 0px 0px 1px #D9D9D9;
|
|
background: #FFF;
|
|
text-align: center;
|
|
width: 102px;
|
|
}
|
|
.pd-quantity-group .quanity-change-group a {
|
|
line-height: 40px;
|
|
width: 28px;
|
|
color: #000;
|
|
font-weight: bold;
|
|
}
|
|
.pd-quantity-group .quanity-change-group input {
|
|
width: 46px;
|
|
height: 40px;
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
border-left: 1px solid #CECECE;
|
|
border-right: 1px solid #CECECE;
|
|
text-align: center;
|
|
}
|
|
|
|
.pd-btn-group {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
margin: 14px 0;
|
|
}
|
|
.pd-btn-group a {
|
|
margin: 0 0 8px;
|
|
width: 100%;
|
|
text-align: center;
|
|
color: #000;
|
|
border-radius: 10px;
|
|
line-height: 21px;
|
|
border: 1px solid transparent;
|
|
background: #fff;
|
|
padding: 8px;
|
|
font-size: 13px;
|
|
transition: 0.2s all;
|
|
}
|
|
.pd-btn-group a:hover {
|
|
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
|
|
}
|
|
.pd-btn-group a:nth-child(2), .pd-btn-group a:nth-child(3) {
|
|
width: calc(50% - 4px);
|
|
}
|
|
.pd-btn-group a b {
|
|
font-weight: 700;
|
|
font-size: 18px;
|
|
display: block;
|
|
}
|
|
.pd-btn-group a span {
|
|
display: block;
|
|
line-height: 15px;
|
|
}
|
|
.pd-btn-group .btn-buynow {
|
|
line-height: 52px;
|
|
color: #fff;
|
|
padding: 0;
|
|
}
|
|
.pd-btn-group .btn-add-cart {
|
|
border-color: #00A551;
|
|
color: #00A551;
|
|
}
|
|
.pd-btn-group .btn-pay-install {
|
|
background: #286ED6;
|
|
border-color: transparent;
|
|
color: #fff;
|
|
}
|
|
.pd-btn-group .btn-credit {
|
|
background: linear-gradient(90deg, #FFB800 2.7%, #FFF59F 57.03%, #FFB800 100%);
|
|
}
|
|
.pd-btn-group .btn-credit img {
|
|
display: inline-block;
|
|
margin: 0 4px;
|
|
width: auto;
|
|
height: 14px;
|
|
}
|
|
|
|
.pd-static-item {
|
|
margin-bottom: 16px;
|
|
border-radius: 15px;
|
|
overflow: hidden;
|
|
background: linear-gradient(90deg, #FFB446 0%, #00A551 100%);
|
|
padding: 2px;
|
|
}
|
|
.pd-static-item img {
|
|
display: block;
|
|
width: auto;
|
|
margin: auto;
|
|
}
|
|
.pd-static-item .item-video {
|
|
background: #fff;
|
|
padding: 12px;
|
|
border-radius: 0 0 13px 13px;
|
|
}
|
|
.pd-static-item .item-video a {
|
|
display: block;
|
|
position: relative;
|
|
padding-bottom: 100%;
|
|
}
|
|
.pd-static-item .item-video a::before {
|
|
content: "";
|
|
position: absolute;
|
|
inset: 0;
|
|
background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
|
|
z-index: 1;
|
|
}
|
|
.pd-static-item .item-video a::after {
|
|
content: "▶";
|
|
width: 56px;
|
|
height: 56px;
|
|
line-height: 56px;
|
|
border-radius: 50%;
|
|
text-align: center;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
z-index: 1;
|
|
color: #e8e8ea;
|
|
background: linear-gradient(90deg, #5ed555 50%, #15bd7b 50%);
|
|
font-size: 28px;
|
|
padding-left: 7px;
|
|
}
|
|
.pd-static-item .item-video img {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
}
|
|
.pd-static-item .group-title {
|
|
font-size: 15px;
|
|
line-height: 18px;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
margin: 0;
|
|
padding: 12px;
|
|
color: #fff;
|
|
}
|
|
.pd-static-item .item-summary {
|
|
background: #fff;
|
|
text-align: center;
|
|
padding: 20px;
|
|
border-radius: 13px;
|
|
font-size: 15px;
|
|
line-height: 20px;
|
|
}
|
|
.pd-static-item .item-summary .title {
|
|
color: #00A551;
|
|
font-weight: 800;
|
|
text-transform: uppercase;
|
|
margin: 0;
|
|
}
|
|
.pd-static-item .item-summary p {
|
|
margin: 0 0 10px 0;
|
|
}
|
|
.pd-static-item .item-summary a {
|
|
display: table;
|
|
margin: 10px auto 14px;
|
|
color: #FF7A00;
|
|
font-size: 24px;
|
|
font-weight: 700;
|
|
}
|
|
.pd-static-item .item-summary .pd-btn-support {
|
|
display: block;
|
|
margin: 14px 0 0 0;
|
|
border-radius: 5px;
|
|
border: 1px solid #FF7A00;
|
|
background: #FFF;
|
|
font-size: 15px;
|
|
text-transform: uppercase;
|
|
font-weight: 400;
|
|
line-height: 32px;
|
|
transition: 0.2s all;
|
|
}
|
|
.pd-static-item .item-summary .pd-btn-support:hover {
|
|
background: #FF7A00;
|
|
color: #fff;
|
|
}
|
|
.pd-static-item .static-line {
|
|
font-weight: 300;
|
|
position: relative;
|
|
margin: 14px 0 8px;
|
|
}
|
|
.pd-static-item .static-line::before {
|
|
content: "";
|
|
background: #D9D9D9;
|
|
height: 1px;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 0;
|
|
right: 0;
|
|
transform: translateY(-50%);
|
|
}
|
|
.pd-static-item .static-line span {
|
|
padding: 0 12px;
|
|
background: #fff;
|
|
position: relative;
|
|
}
|
|
|
|
.pd-spec-holder {
|
|
padding: 10px;
|
|
line-height: 20px;
|
|
font-size: 13px;
|
|
}
|
|
.pd-spec-holder * {
|
|
margin: 0;
|
|
font-weight: inherit !important;
|
|
line-height: inherit !important;
|
|
}
|
|
.pd-spec-holder tr:nth-child(odd) {
|
|
background: #F3F3F3;
|
|
}
|
|
.pd-spec-holder tr:nth-child(odd) td:first-child {
|
|
border-radius: 5px 0 0 5px;
|
|
}
|
|
.pd-spec-holder tr:nth-child(odd) td:last-child {
|
|
border-radius: 0 5px 5px 0;
|
|
}
|
|
.pd-spec-holder td {
|
|
padding: 10px 12px;
|
|
vertical-align: baseline;
|
|
}
|
|
.pd-spec-holder td:nth-child(1) {
|
|
font-weight: bold !important;
|
|
min-width: 100px;
|
|
}
|
|
|
|
.pd-product-tab-container {
|
|
min-height: 400px;
|
|
}
|
|
.pd-product-tab-container .tab-title-group {
|
|
padding: 0 16px;
|
|
margin: 0 -16px;
|
|
border-bottom: 1px solid #F5F5F5;
|
|
margin-bottom: 16px;
|
|
padding-bottom: 13px;
|
|
}
|
|
.pd-product-tab-container .tab-title-group a {
|
|
margin-right: 35px;
|
|
color: #5B5B5B;
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
line-height: 23px;
|
|
padding-bottom: 13px;
|
|
border-bottom: 1px solid transparent;
|
|
}
|
|
.pd-product-tab-container .tab-title-group a.active {
|
|
border-color: #00A551;
|
|
}
|
|
.pd-product-tab-container .box-product-holder {
|
|
position: relative;
|
|
display: none;
|
|
}
|
|
|
|
.article-page {
|
|
padding-bottom: 16px;
|
|
}
|
|
.article-page .article-category-list {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
}
|
|
.article-page .article-category-list a {
|
|
margin: 0 16px 16px 0;
|
|
border-radius: 0px 24px;
|
|
color: #000;
|
|
background: #FFF;
|
|
padding: 0 14px;
|
|
line-height: 42px;
|
|
white-space: nowrap;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.article-page .article-category-list a:hover, .article-page .article-category-list a.current {
|
|
color: #fff;
|
|
}
|
|
.article-page .article-category-list a:hover .image, .article-page .article-category-list a.current .image {
|
|
filter: brightness(100);
|
|
}
|
|
.article-page .article-category-list .image {
|
|
width: 24px;
|
|
height: 24px;
|
|
margin-right: 10px;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
background-size: 20px auto;
|
|
}
|
|
.article-page .article-category-list .title {
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
color: inherit;
|
|
}
|
|
.article-page .article-list {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
}
|
|
.article-page .art-item {
|
|
font-size: 13px;
|
|
line-height: 18px;
|
|
border-radius: 0;
|
|
width: calc(50% - 9px);
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
padding: 0;
|
|
}
|
|
.article-page .art-item .art-img {
|
|
width: 50%;
|
|
padding-bottom: 31%;
|
|
margin: 0 16px 0 0;
|
|
}
|
|
.article-page .art-item .art-img img {
|
|
width: 100%;
|
|
height: 100%;
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
}
|
|
.article-page .art-item .art-text {
|
|
width: calc(50% - 16px);
|
|
}
|
|
|
|
.top-article-group {
|
|
margin: 0 0 16px 0;
|
|
border-radius: 15px;
|
|
background: #fff;
|
|
padding: 22px 16px 16px;
|
|
}
|
|
.top-article-group .group-title {
|
|
font-size: 26px;
|
|
font-weight: 700;
|
|
line-height: 30px;
|
|
text-transform: uppercase;
|
|
margin-bottom: 20px;
|
|
}
|
|
.top-article-group .top-article-holder .art-item {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
width: 575px;
|
|
float: right;
|
|
padding: 0;
|
|
}
|
|
.top-article-group .top-article-holder .art-item:nth-child(1) {
|
|
float: left;
|
|
display: block;
|
|
padding: 0;
|
|
}
|
|
.top-article-group .top-article-holder .art-item:nth-child(1) .art-img {
|
|
width: 100%;
|
|
padding-bottom: 356px;
|
|
margin: 0 0 11px;
|
|
}
|
|
.top-article-group .top-article-holder .art-item:nth-child(1) .art-text {
|
|
width: 100%;
|
|
}
|
|
.top-article-group .top-article-holder .art-item:nth-child(1) .art-title {
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
}
|
|
.top-article-group .top-article-holder .art-item:nth-child(n+3) {
|
|
border-top: 1px solid #F5F5F5;
|
|
padding-top: 20px;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.article-cate-container {
|
|
margin: 0 0 16px 0;
|
|
border-radius: 15px;
|
|
background: #fff;
|
|
padding: 22px 16px;
|
|
}
|
|
.article-cate-container .group-title {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
font-size: 13px;
|
|
margin-bottom: 28px;
|
|
}
|
|
.article-cate-container .group-title a {
|
|
text-decoration: underline;
|
|
}
|
|
.article-cate-container .group-title .title {
|
|
font-size: 26px;
|
|
font-weight: 700;
|
|
line-height: 30px;
|
|
text-transform: uppercase;
|
|
position: relative;
|
|
padding-left: 42px;
|
|
margin: 0;
|
|
}
|
|
.article-cate-container .group-title .title::before {
|
|
content: "";
|
|
width: 26px;
|
|
height: 30px;
|
|
position: absolute;
|
|
left: 0;
|
|
background-position: -9px -117px;
|
|
}
|
|
|
|
.article-category-page .category-page-title {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 20px;
|
|
}
|
|
.article-category-page .category-page-title .title {
|
|
font-size: 26px;
|
|
font-weight: 700;
|
|
line-height: 30px;
|
|
text-transform: uppercase;
|
|
margin: 0;
|
|
}
|
|
.article-category-page .category-page-title .image {
|
|
width: 26px;
|
|
height: 30px;
|
|
margin-right: 7px;
|
|
background-repeat: no-repeat;
|
|
background-size: 25px auto;
|
|
background-position: center;
|
|
}
|
|
.article-category-page .top-article-group {
|
|
margin: 0;
|
|
padding: 0 0 25px;
|
|
border-radius: 0;
|
|
border-bottom: 1px solid #F5F5F5;
|
|
}
|
|
.article-category-page .art-item {
|
|
padding: 25px 0;
|
|
width: 50%;
|
|
}
|
|
.article-category-page .art-item:nth-child(odd) {
|
|
padding-right: 18px;
|
|
}
|
|
.article-category-page .art-item:nth-child(n+3) {
|
|
border-top: 1px solid #F5F5F5;
|
|
}
|
|
|
|
.article-detail-page .page-title {
|
|
font-size: 24px;
|
|
font-weight: 700;
|
|
line-height: 30px;
|
|
margin: 0 0 10px;
|
|
}
|
|
.article-detail-page .art-detail-time p {
|
|
margin: 0 30px 20px 0;
|
|
display: inline-flex;
|
|
color: #B6B6B6;
|
|
font-weight: 400;
|
|
font-size: 13px;
|
|
align-items: center;
|
|
}
|
|
.article-detail-page .art-detail-time .icons, .article-detail-page .art-detail-time .header-search-group button::before, .header-search-group .article-detail-page .art-detail-time button::before, .article-detail-page .art-detail-time .article-cate-container .group-title .title::before, .article-cate-container .group-title .article-detail-page .art-detail-time .title::before {
|
|
width: 20px;
|
|
height: 15px;
|
|
}
|
|
.article-detail-page .art-detail-time .icon-clock {
|
|
background-position: -181px -44px;
|
|
}
|
|
.article-detail-page .art-detail-time .icon-visit {
|
|
background-position: -152px -44px;
|
|
}
|
|
.article-detail-page .art-detail-content * {
|
|
font-family: inherit !important;
|
|
line-height: inherit !important;
|
|
}
|
|
|
|
.art-detail-container {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: flex-start;
|
|
}
|
|
.art-detail-container .col-left, .art-detail-container .col-right {
|
|
border-radius: 15px;
|
|
background: #FFF;
|
|
overflow: hidden;
|
|
}
|
|
.art-detail-container .col-left {
|
|
width: 795px;
|
|
margin-right: 16px;
|
|
padding: 28px 16px 16px;
|
|
}
|
|
.art-detail-container .col-right {
|
|
width: 389px;
|
|
padding: 28px 0 0;
|
|
}
|
|
.art-detail-container .col-right .group-title {
|
|
padding: 0 16px;
|
|
border-bottom: 1px solid #F5F5F5;
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
line-height: 20px;
|
|
text-transform: uppercase;
|
|
}
|
|
.art-detail-container .col-right .group-title span {
|
|
display: inline-block;
|
|
padding-bottom: 10px;
|
|
border-bottom: 1px solid #00A551;
|
|
}
|
|
.art-detail-container .header-search-group {
|
|
width: 100%;
|
|
padding: 0 16px;
|
|
margin: 0;
|
|
}
|
|
.art-detail-container .art-item {
|
|
padding: 16px;
|
|
width: 100%;
|
|
align-items: flex-start;
|
|
}
|
|
.art-detail-container .art-item:nth-child(n+2) {
|
|
border-top: 1px solid #F5F5F5;
|
|
}
|
|
.art-detail-container .art-item .art-img {
|
|
width: 47.5%;
|
|
}
|
|
.art-detail-container .art-item .art-text {
|
|
width: calc(52.3% - 16px);
|
|
}
|
|
.art-detail-container .art-item .art-category, .art-detail-container .art-item .art-summary, .art-detail-container .art-item .art-time {
|
|
display: none;
|
|
}
|
|
.art-detail-container .art-item .art-title {
|
|
display: block;
|
|
}
|
|
|
|
.article-related-container {
|
|
margin-top: 30px;
|
|
}
|
|
.article-related-container .group-title {
|
|
font-size: 26px;
|
|
font-weight: 700;
|
|
line-height: 30px;
|
|
text-transform: uppercase;
|
|
margin: 0 0 20px;
|
|
}
|
|
.article-related-container .art-item {
|
|
width: 100%;
|
|
padding: 16px;
|
|
display: block;
|
|
line-height: 20px;
|
|
border-radius: 15px;
|
|
}
|
|
.article-related-container .art-item .art-img {
|
|
margin: 0 0 12px;
|
|
padding-bottom: 62%;
|
|
width: 100%;
|
|
}
|
|
.article-related-container .art-item .art-text {
|
|
width: 100%;
|
|
}
|
|
.article-related-container .custom-dots .owl-dots {
|
|
margin-top: 10px !important;
|
|
position: unset;
|
|
}
|
|
.article-related-container .custom-dots .owl-dots .owl-dot {
|
|
border-color: #00A551;
|
|
}/*# sourceMappingURL=pc_style.css.map */ |