pre {
    font-family: monospace;
    font-size: .8em
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
b *,
strong,
strong * {
    font-weight: 700
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button {
    -webkit-appearance: button;
    background: transparent;
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    border: none;
    color: inherit;
    font: inherit;
    outline: none
}

input::-webkit-input-placeholder {
    color: inherit
}

input::-moz-placeholder {
    color: inherit
}

input:-ms-input-placeholder {
    color: inherit
}

input::-ms-input-placeholder {
    color: inherit
}

input::placeholder {
    color: inherit
}

progress {
    vertical-align: baseline
}

textarea {
    resize: none
}

[type=checkbox],
[type=radio] {
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -.2rem
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

img {
    max-width: 100%;
    border-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.cf:after,
.cf:before {
    content: " ";
    display: table
}

.cf:after {
    clear: both
}

.cf {
    *zoom: 1
}

::-webkit-scrollbar {
    background: rgba(203, 249, 249, .1);
    border-radius: 1rem;
    width: 8px
}

::-webkit-scrollbar-thumb {
    background: #cbf9f9;
    border-radius: 1rem
}

::-webkit-scrollbar-thumb:hover {
    background: #0461ce
}

* {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    margin: 0;
    padding: 0;
    word-break: break-word
}

html {
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
    scrollbar-color: #cbf9f9 #e6edf5;
    scrollbar-width: thin
}

body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px
}

body {
    font-family: var(--font-primary);
    font-weight: 400
}

a {
    color: inherit;
    text-decoration: none
}

a,
button {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

li {
    list-style: none
}

.main-wrapper {
    min-height: calc(100vh - 178px)
}

.paragraph {
    font-size: 1.6rem
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.d-inl-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.row {
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
    display: flex
}

.col {
    flex: 1 0 0;
    padding-left: 16px;
    padding-right: 16px
}

.col-1 {
    width: 8.33333%;
    flex: none;
    padding-left: 16px;
    padding-right: 16px
}

.col-2 {
    width: 16.6667%;
    flex: none;
    padding-left: 16px;
    padding-right: 16px
}

.col-3 {
    width: 25%;
    flex: none;
    padding-left: 16px;
    padding-right: 16px
}

.col-4 {
    width: 33.3333%;
    flex: none;
    padding-left: 16px;
    padding-right: 16px
}

.col-5 {
    width: 41.6667%;
    flex: none;
    padding-left: 16px;
    padding-right: 16px
}

.col-6 {
    width: 50%;
    flex: none;
    padding-left: 16px;
    padding-right: 16px
}

.col-7 {
    width: 58.3333%;
    flex: none;
    padding-left: 16px;
    padding-right: 16px
}

.col-8 {
    width: 66.6667%;
    flex: none;
    padding-left: 16px;
    padding-right: 16px
}

.col-9 {
    width: 75%;
    flex: none;
    padding-left: 16px;
    padding-right: 16px
}

.col-10 {
    width: 83.3333%;
    flex: none;
    padding-left: 16px;
    padding-right: 16px
}

.col-11 {
    width: 91.6667%;
    flex: none;
    padding-left: 16px;
    padding-right: 16px
}

.col-12 {
    width: 100%;
    flex: none;
    padding-left: 16px;
    padding-right: 16px
}

:root {
    --font-primary: 'Plus Jakarta Sans', sans-serif;
    --font-secondary: 'Source Sans 3', sans-serif;
    --color-primary: #448A60;
    --color-secondary: #D48D22;
    --color-accent1: #F7F9F9;
    --color-accent2: #F3F4F7;
    --color-accent3: #000000;
    --font-widget: 'Nunito', sans-serif;
}

.align-self-center {
    align-self: center
}

.justify-content-center {
    justify-content: center
}

.justify-content-space-between {
    justify-content: space-between
}

.align-items-center,
.d-flex {
    align-items: center
}

.ml-1 {
    margin-left: 16px
}

.ml-2 {
    margin-left: 32px
}

.ml-3 {
    margin-left: 80px
}

.mr-1 {
    margin-right: 16px
}

.mr-2 {
    margin-right: 32px
}

.mr-3 {
    margin-right: 80px
}

.text-center {
    text-align: center
}

.disable-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.d-block {
    display: block
}

.common-text {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    white-space: normal
}

.header {
    background: #fff;
    box-shadow: 0 2px 6px #00000026;
    margin-bottom: 20px;

    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.header2 {
    background: #fff;
    box-shadow: 0 2px 6px #00000026;
    margin-bottom: 20px;

    /* z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    right: 0; */
}

.container {
    max-width: 1252px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
}

.headerWrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.logo {
    max-width: 200px;
    margin-right: 32px;
    display: inline-block;
}

.menu {
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.menu li {
    padding-left: 12px;
    padding-right: 12px;
    cursor: pointer;
    line-height: 90px;
}

.menu li a {
    text-transform: uppercase;
    color: #448a60;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.menu li a::before {
    content: "";
    width: 0;
    height: 4px;
    background: #d48d22;
    transition: all .3s;
    position: absolute;
    bottom: 4px;
}

.menu li:hover a::before {
    width: 100%;
}

.searchBox {
    max-width: 400px;
    flex: 1;
    margin-left: 32px;
    position: relative;
}

.searchBox .searchInput {
    border: 1px solid #448a60;
    border-radius: 5px;
    padding: 10px 45px 10px 20px;
    transition: all .3s;
    -webkit-appearance: none !important;
    width: 100%;
    outline: none;
}

.searchBox .searchInput::placeholder {
    color: rgb(151, 150, 150)
}

.searchBox .searchIcon {
    cursor: pointer;
    box-shadow: none;
    color: var(--color-primary);
    background: 0 0;
    border: none;
    margin-top: 2px;
    transition: all .3s;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);


}

.headerRow {
    min-height: 90px;
    justify-content: space-between;
}

.footer {
    background: #f7f9f9;
    padding-top: 80px;
    padding-bottom: 80px;
}

.footLogo {
    width: 200px;
}

.footer .footBox {
    display: flex;
    justify-content: space-between;
}

.footer .footNav {
    margin-bottom: 8px;
}

.footer .footNav ul {
    justify-content: flex-end;
    display: flex;
}

.footer .footNav ul li {
    align-items: center;
    display: inline-flex;
    position: relative;
}

.footer .footNav ul li a {
    color: #448a60;
    font-size: 16px;
    font-weight: 500;
}

.footer .footNav ul li a:hover {
    text-decoration: underline;
}

.footer .footNav ul li a::after {
    content: "";
    width: 5px;
    height: 5px;
    background: #d48d22;
    vertical-align: middle;
    border-radius: 100%;
    margin-left: 16px;
    margin-right: 16px;
    display: inline-block;
}

.footer .copyright {
    font-size: 12px;
    line-height: 1.9;
    font-family: #448a60;
    color: var(--color-primary);
    text-align: right;
}

.indexBox {
    margin-top: 122px;
}

.detailBox {
    margin-top: 122px;
    margin-bottom: 80px;
}

.width_760 {
    max-width: 760px
}

.detailBox h1 {
    font-size: 21px;
    margin-bottom: 16px;
    color: #000000;
    font-weight: 700;
    line-height: 46px;
}

.detailBox p {
    font-size: 18px;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 24px;
}

.detailBox p a {
    color: #007aff;
}

.detailBox h2 {
    font-size: 26px;
    font-weight: 700;
    margin-top: 32px;
    margin-bottom: 24px;
    color: #000000;
}

.detailBox h3 {
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 16px;
}

.detailBox .pic {
    border-radius: 12px;
    overflow: hidden;
    height: 400px;
    margin-bottom: 24px;
}

.detailBox .pic img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.detailBox h4 {
    font-size: 16px;
    margin-bottom: 16px;
}

.detailBox ul li {
    color: #000000;
    margin-left: 16px;
    padding-left: 16px;
    font-weight: 400;
    line-height: 1.8;
    display: flex;
    position: relative;
}

.detailBox ul li a {
    color: #666;
}

.detailBox ul li span {
    width: 16px;
    position: absolute;
    left: 0;
}

.indexH1 {
    margin-bottom: 80px;
}


.indexH1 .h1Right .rightBox {
    background: #f3f4f7;
    padding: 32px;
}

.indexH1 .h1Right h3 {
    color: #448a60;
    text-align: center;
    margin-top: 0;
    margin-bottom: 32px;
    font-size: 28px;
    font-weight: 700;
}

.indexH1 .h1Right ul li a {
    margin-bottom: 32px;
    display: flex;
}

.indexH1 .h1Right ul li a .pic {
    border-radius: 12px;
    margin-right: 16px;
    position: relative;
    overflow: hidden;
    width: 40%;
}

.indexH1 .h1Right ul li a .pic img {
    min-height: 82px;
    object-fit: cover;
    transition: all .5s;
    border-radius: 12px;
    display: block;
}

.indexH1 .h1Right ul li:hover a .pic img {
    transition: all .5s;
    transform: scale(1.1);
}

.indexH1 .h1Right ul li a .cont {
    width: 60%;
}

.indexH1 .h1Right ul li a .cont .articleTags {
    margin-bottom: 8px;
    color: #666;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 600;
    transition: all .3s ease-in;
    display: inline-block;
    font-weight: 400;
}

.indexH1 .h1Right ul li a .cont .articleName {
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    transition: all .3s ease-in;
    color: var(--color-accent3);
}

.indexH1 .h1Right ul li:hover a .cont .articleName {
    text-decoration: underline;
}

.indexH1 .h1Left a {
    display: block;
}

.indexH1 .h1Left a .pic {
    display: block;
    position: relative;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
}

.indexH1 .h1Left a .pic img {
    object-fit: cover;
    transition: all .5s;
    width: 100%;
    display: block;
}

.indexH1 .h1Left a .cont .tags {
    margin-bottom: 16px;
    margin-top: 16px;
}

.indexH1 .h1Left a .cont .name {
    margin-bottom: 16px;
    font-size: 28px;
    transition: all .3s ease-in;
    color: #000000;
    margin-top: 16px;
    line-height: normal;
    font-weight: 600;
}

.indexH1 .h1Left a .cont .text {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 16px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    margin-top: 16px;
    color: #000000;
    -webkit-line-clamp: 3;
    font-weight: 400;
}

.indexH1 .h1Left a .cont .details {
    color: #666;
    flex-wrap: wrap;
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: normal;
    display: flex;
}

.indexH1 .h1Left a .cont .details>div {
    align-items: flex-end;
    display: flex;
    position: relative;
}

.indexH1 .h1Left a .cont .details>div::after {
    content: "";
    width: 5px;
    height: 5px;
    background: #666;
    border-radius: 100%;
    align-self: center;
    margin-left: 8px;
    margin-right: 8px;
    display: flex;
    color: #666;
    font-size: 14px;
    line-height: normal;
}

.indexH2 {
    margin-bottom: 80px;
    position: relative;
}

.indexH2 .indexH2Title {
    text-align: center;
    color: #448a60;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 64px;
}

.indexH2 .banner a {
    display: block;
}

.indexH2 .banner a .pic {
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    display: block;
}

.indexH2 .banner a .pic img {
    object-fit: cover;
    transition: all .5s;
    width: 100%;
    display: block;
}

.indexH2 .banner a:hover .pic img {
    transition: all .5s;
    transform: scale(1.1);
}

.indexH2 .banner a .tags {
    margin-top: 16px;
    color: #666;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 600;
    transition: all .3s ease-in;
    display: inline-block;
}

.indexH2 .banner a .name {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    transition: all .3s ease-in;
    margin-top: 16px;
    line-height: normal;
}

.indexH2 .banner a:hover .name {
    text-decoration: underline;
}

.indexH2 .banner a .text {
    -webkit-line-clamp: 3;
    color: #000000;
    margin-top: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.indexH2 .banner a .details {
    color: #666;
    flex-wrap: wrap;
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: normal;
    display: flex;
}

.indexH2 .banner a .details>div {
    align-items: flex-end;
    display: flex;
    position: relative;
}

.indexH2 .banner a .details .time::after {
    content: "";
    width: 5px;
    height: 5px;
    background: #666;
    border-radius: 100%;
    align-self: center;
    margin-left: 8px;
    margin-right: 8px;
    display: flex;
}

.indexH2 .banner .swiper-button-next {
    width: 48px;
    height: 48px;
    background: url(../images/next.svg ) 50%/cover no-repeat;
    margin-top: 0;
    transition: all .3s ease-in;
    top: 0;
    right: 0;
    transform: scaleX(-1);
}

.indexH2 .banner .swiper-button-next::after {
    content: "";
    display: none;
}

.indexH2 .banner .swiper-button-prev {
    width: 48px;
    height: 48px;
    background: url(../images/prev.svg ) 50%/cover no-repeat;
    margin-top: 0;
    transition: all .3s ease-in;
    top: 0;
    right: 70px;
    left: auto;
}

.indexH2 .banner .swiper-button-prev::after {
    content: "";
    display: none;
}

.indexH3 {
    margin-bottom: 80px;
}

.indexH3Title {
    color: #448a60;
    margin-bottom: 64px;
    position: relative;
    font-size: 36px;
    font-weight: 700;
}

.indexH3Title::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #f3f4f7;
    position: absolute;
    bottom: -16px;
    left: 0;
}

.indexH3 .h3left a {
    border-bottom: 1px solid #f3f4f7;
    margin-bottom: 16px;
    padding-bottom: 16px;
    display: flex;
}

.indexH3 .h3left a .pic {
    border-radius: 12px;
    margin-right: 16px;
    position: relative;
    overflow: hidden;
    width: 35%;
    border-radius: 12px;
}

.indexH3 .h3left a .pic img {
    object-fit: cover;
    transition: all .5s;
    display: block;
    min-height: 82px;
}

.indexH3 .h3left a:hover .pic img {
    transition: all .5s;
    transform: scale(1.1);
}

.indexH3 .h3left a .cont {
    width: 65%;
}

.indexH3 .h3left a .cont .tags {
    margin-bottom: 16px;
    color: #666;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 600;
    transition: all .3s ease-in;
    display: inline-block;
}

.indexH3 .h3left a .cont .name {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    transition: all .3s ease-in;
}

.indexH3 .h3left a:hover .cont .name {
    text-decoration: underline;
}

.indexH3 .h3left a .cont .details {
    color: #666;
    font-size: 14px;
    line-height: normal;
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
}

.indexH3 .joinForm {
    text-align: center;
    background: #f3f4f7;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 80px;
    display: flex;
}

.indexH3 .joinForm>h3 {
    margin-bottom: 32px;
    color: #448a60;
    font-size: 36px;
    font-weight: 700;
}

.indexH3 .joinForm>p {
    color: #000000;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 32px;
}

.indexH3 .joinForm .pic {
    width: 80%;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
}

.indexH3 .joinForm .pic img {
    border-radius: 12px;
    overflow: hidden;
}

.indexH3 .joinForm .privacy {
    color: #666;
    margin-top: 32px;
    font-size: 14px;
    font-style: italic;
}

.indexH3 .joinForm .privacy a {
    color: #448a60;
}

.indexH3 .joinForm .privacy a:hover {
    color: #d48d22;
}

.indexH3 .joinForm .field {
    justify-content: space-between;
    display: flex;
}

.indexH3 .joinForm .field .email {
    border: 1px solid #f3f4f7;
    border-radius: 8px 0 0 8px;
    padding: 11px 16px;
    width: 375px;
    height: 42px;
}

.indexH3 .joinForm .field .email:active,
.indexH3 .joinForm .field .email:focus {
    border-color: #d48d22
}

.indexH3 .joinForm .field .button {
    color: #d48d22;
    font-size: 16px;
    border: 1px solid #d48d22;
    cursor: pointer;
    border-radius: 0 8px 8px 0;
    transition: all .3s ease-in;
    height: 42px;
    min-width: 146px;
}

.indexH3 .joinForm .field .button:hover {
    background: #d48d22;
    color: #fff
}

.indexH3 .joinForm .field .email::placeholder {
    color: rgb(151, 150, 150)
}


.indexH4 {
    padding-left: 24px;
    padding-right: 24px;
    background: #fbfbfb;
    padding-top: 80px;
    padding-bottom: 80px;
}

.indexH4 a {
    height: 400px;
    background: 50%/cover no-repeat;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    display: flex;
}

.indexH4 a .spotlights {
    min-height: 180px;
    background: #fff;
    padding: 24px;
    color: #448a60;
    font-weight: 700;
    transition: all .3s ease-in;
    font-size: 28px;
}

.indexH4 a .spotlights:hover {
    color: #d48d22;
}

.indexH5 {
    margin-top: 32px;
    margin-bottom: 0;
    padding-top: 160px;
    padding-bottom: 160px;
    background: 50%/cover no-repeat;
}


.indexH5 a {
    width: 477px;
    background: #f7f9f9;
    flex-direction: column;
    padding: 32px;
    display: flex;
}

.indexH5 a .tags {
    margin-bottom: 16px;
    color: #666;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 600;
    transition: all .3s ease-in;
    display: inline-block;
}

.indexH5 a .name {
    margin-bottom: 16px;
    color: #448a60;
    font-size: 36px;
    font-weight: 700;
}

.indexH5 a .name:hover {
    color: #d48d22;
}

.indexH5 a .text {
    color: #000000;
    font-size: 16px;
    line-height: 1.8;
    max-width: 350px;
    margin-bottom: 16px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.indexH5 a .details {
    margin-bottom: 0;
    color: #666;
    font-size: 14px;
    line-height: normal;
    display: flex;
}

.indexH5 a .details>div {
    align-items: flex-end;
    display: flex;
    position: relative;
}

.indexH5 a .details>div::after {
    content: "";
    width: 5px;
    height: 5px;
    background: #666;
    border-radius: 100%;
    align-self: center;
    margin-left: 8px;
    margin-right: 8px;
    display: flex;
    color: #666;
    font-size: 14px;
    line-height: normal;
}

.productBox {
    margin-top: 90px;
    margin-bottom: 80px;
}

.productBox .categoryBn {
    height: 320px;
    background: 50%/cover no-repeat;
}

.productBox .categoryTitle {
    color: #000000;
    text-align: center;
    font-size: 46px;
    font-weight: 700;
    line-height: normal;
    padding-top: 32px;
}

.productList>h2 {
    color: #448a60;
    margin-bottom: 64px;
    font-size: 36px;
    font-weight: 700;
}

.productList {
    margin-top: 80px;
}

.productCont .item {
    display: block;
    margin-bottom: 32px;
}

.productCont .pic {
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.productCont .pic img {
    width: 100%;
    display: block;
    object-fit: cover;
    transition: all .5s;
}

.productCont a:hover .pic img {
    transition: all .5s;
    transform: scale(1.1);
}

.productCont .tags {
    margin-top: 16px;
    color: #666;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 600;
    transition: all .3s ease-in;
    display: inline-block;
}

.productCont .name {
    font-size: 22px;
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    transition: all .3s ease-in;
    margin-top: 16px;
    line-height: normal;
}

.productCont a:hover .name {
    text-decoration: underline;
}

.productCont .details {
    color: #666;
    flex-wrap: wrap;
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: normal;
    display: flex;
}

.productCont .productCont .details span {
    align-items: flex-end;
    display: flex;
    position: relative;
}

.detailsBox {
    margin-top: 32px;
    margin-bottom: 80px;
}

.detailsBox .detailsLeft h3 {
    font-size: 20px;
    color: #448a60;
    font-weight: 500;
    margin-bottom: 16px;
}

.detailsBox .detailsLeft ul {
    flex-direction: column;
    display: inline-flex;
}

.detailsBox .detailsLeft ul li {
    padding-left: 8px;
    margin-bottom: 16px;
    position: relative;
    color: #d48d22;
    font-size: 14px;
    font-weight: 500;
    transition: all .3s;
    display: block;
    cursor: pointer;
}

.detailsBox .detailsLeft ul li:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #d48d22;
    opacity: 0;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0
}

.detailsBox .detailsLeft ul li:hover:before {
    opacity: 1;
}

.detailsBox .detailsLeft ul li:hover {
    color: #448a60;
}

.detailsBox .detailsLeft ul li.act {
    color: #448a60;
}

.detailsBox .detailsLeft ul li.act:before {
    opacity: 1;
}

.detailsBox .detailsRight .tags {
    color: #666;
    text-transform: uppercase;
    margin-bottom: 16px;
    flex-wrap: wrap;
    display: flex;
}

.detailsBox .detailsRight h1 {
    color: var(--color-accent3);
    font-size: 32px;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 16px;
}

.detailsBox .detailsRight .details {
    flex-wrap: wrap;
    margin-bottom: 16px;
    color: #666;
    font-size: 14px;
    line-height: normal;
    display: flex;
}

.detailsBox .detailsRight .details>div {
    align-items: flex-end;
    display: flex;
    position: relative;
}

.detailsBox .detailsRight .details .time::after,
.detailsBox .detailsRight .details .author::after {
    content: "";
    width: 5px;
    height: 5px;
    background: #666;
    border-radius: 100%;
    align-self: center;
    margin-left: 8px;
    margin-right: 8px;
    display: flex;
}


.article-heading {
    color: var(--color-accent3);
    font-size: 32px;
    font-weight: 700;
    line-height: 46px
}

.article-paragraph {
    color: var(--color-accent3);
    font-size: 18px;
    line-height: 1.8;
    font-family: var(--font-secondary);
    margin-bottom: 24px;
}

.article-caption {
    font-size: 22px;
    font-weight: 400;
    font-family: var(--font-primary);
    color: var(--color-accent3);
    margin-bottom: 16px;
}

.article-subheading {
    color: var(--color-accent3);
    font-size: 26px;
    font-weight: 700;
    margin-top: 32px;
    margin-bottom: 24px;
}

.detailsBox .detailsRight>.pic {
    height: 400px;
    margin-bottom: 24px;
    border-radius: 12px;
    overflow: hidden;
}

.detailsBox .detailsRight>.pic img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.detailsRight .sidebarLatest {
    background: var(--color-accent2);
    padding: 32px;
}

.detailsRight .sidebarLatest h3 {
    color: var(--color-primary);
    text-align: center;
    margin-top: 0;
    margin-bottom: 32px;
    font-size: 28px;
    font-weight: 700;
}

.detailsRight .sidebarLatest ul li {
    display: flex;
    margin-bottom: 32px;
}

.detailsRight .sidebarLatest ul li a {
    display: flex;
}

.detailsRight .sidebarLatest ul li a .imgBox {
    width: 40%;
    margin-right: 16px;
    border-radius: 12px;
    overflow: hidden;
    display: block;
    position: relative;
    border-radius: 12px;
}

.detailsRight .sidebarLatest ul li a .imgBox img {
    min-height: 72px;
    object-fit: cover;
    transition: all .5s;
    display: block;
}

.detailsRight .sidebarLatest ul li:hover a .imgBox img {
    transition: all .5s;
    transform: scale(1.1);
}

.detailsRight .sidebarLatest ul li a .cont {
    width: 60%;
    font-size: 14px;
    line-height: normal;
    color: var(--color-accent3);
    font-weight: 600;
    transition: all .3s ease-in;
}

.detailsRight .sidebarLatest ul li:hover a .cont {
    text-decoration: underline;
}

.detailsRight .authorBlock {
    background: var(--color-accent1);
    padding: 32px;
    display: flex;
    margin-top: 24px;
}

.detailsRight .authorBlock>.pic {
    margin-right: 32px;
    width: 80px;
    height: 80px;
}

.detailsRight .authorBlock>.pic img {
    max-width: none;
    width: 80px;
    height: 80px;
}

.detailsRight .authorBlock .cont .name {
    color: var(--color-accent3);
    font-size: 16px;
    font-family: var(--font-secondary);
}

.detailsRight .authorBlock .cont .description {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 500;
    color: var(--color-accent3);
    font-size: 16px;
    font-family: var(--font-secondary);
}

.detailsRight .divider {
    margin-bottom: 24px;
    width: 100%;
    height: 1px;
    background: var(--color-primary);
}

.detailsRight .articleSourcesCaption {
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: bold;
}

.detailsRight .sources li {
    font-size: 14px;
    font-family: var(--font-primary);
    color: var(--color-accent3);
    margin-left: 16px;
    padding-left: 16px;
    font-weight: 400;
    line-height: 1.8;
    display: flex;
    position: relative;
}

.detailsRight .sources li span {
    width: 16px;
    position: absolute;
    left: 0;
}

.fly {
    position: sticky;
    top: 90px;
}

.resultsTitle {
    font-size: 18px;
    color: #666;
    margin-bottom: 16px;
}

.webResultsBox {
    margin-top: 125px;
    margin-bottom: 80px;
}

.webResultsBox ul {
    margin-top: 32px;
}

.webResultsBox ul li {
    margin-bottom: 16px;
}

.webResultsBox ul li .title {
    margin-bottom: 8px;
    color: #3416b2;
    font-size: 18px;
    line-height: 21px;
}

.webResultsBox ul li .link {
    margin-bottom: 8px;
}

.webResultsBox ul li .link a {
    color: #3e7e2b;
    font-size: 14px;
    display: block;
}

.webResultsBox ul li .snippet {
    color: #373737;
    font-size: 12px;
    line-height: 19px;
}

.pagination {
    align-items: stretch;
    margin-top: 32px;
    display: flex;
}

.pagination .pagination-button {
    height: 40px;
    width: 40px;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    display: flex;
}

.mdi-navigate_next {
    height: 40px;
    width: 40px;
    background: url(../images/right.png) center center no-repeat;
    background-size: 20px 20px;
    display: block;

}

.hamburger {
    display: none;
}

.searchIcon-mobile {
    display: none;

}

.indexH6 {
    background: var(--color-primary);
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 80px;
}

.indexH6 .indexH6Title {
    font-size: 36px;
    font-weight: 700;
    color: var(--color-accent1);
    text-align: center;
    margin-bottom: 64px;
}

.indexH6 .row {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.indexH6 .row .pic img {
    transition: all .5s;
    width: 100%;
    object-fit: cover;
    border: 3px solid var(--color-primary);
    border-radius: 50%;
}

.indexH6 .row .title {
    font-size: 28px;
    font-weight: 700;
    color: var(--color-accent1);
}


@media only screen and (max-width: 1023px) {
    .d-l-none {
        display: none
    }

    .col-l-12 {
        width: 100%
    }

}



@media (max-width: 992px) {
    .hamburger {
        cursor: pointer;
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 25px;
    }

    .headerRow {
        min-height: 70px;
    }

    .header__row {
        min-height: 70px;
        text-align: center;
        justify-content: center;
        position: relative;
        width: 100%;
    }

    .searchA {
        position: relative;
    }

    .menu-open {
        background: var(--color-accent1);
        z-index: 11;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100vh;
    }

    .searchBox {
        display: none;
    }

    .container {
        padding-left: 24px;
        padding-right: 24px
    }

    .row {
        margin-left: -12px;
        margin-right: -12px
    }

    .col,
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12 {
        padding-left: 12px;
        padding-right: 12px
    }

    .d-m-none {
        display: none
    }

    .col-m-4 {
        width: 33.3333%
    }

    .col-m-6 {
        width: 50%
    }

    .col-m-12 {
        width: 100%
    }


    .menu {
        display: none;
        width: 100%;
        height: auto;
        max-height: calc(100vh - 70px);
        position: absolute;
        top: 70px;
        left: 50%;
        overflow-y: scroll;
        transform: translatex(-50%);
    }

    .logo {
        margin-right: 0;
        width: 130px;
    }

    .searchIcon-mobile {
        cursor: pointer;
        box-shadow: none;
        color: var(--color-primary);
        background: 0 0;
        border: none;
        margin-top: 2px;
        transition: all .3s;
        position: absolute;
        top: 50%;
        right: 2px;
        transform: translateY(-50%);
        display: block;
    }

    .searchIcon-mobile .img1 {
        display: block;
        width: 20px;
        height: 20px
    }

    /* .searchIcon-mobile .img2 {
        display: none;
        width: 20px;
        height: 20px
    }

    .search-open .searchIcon-mobile .img1 {
        display: none;
    }

    .search-open .searchIcon-mobile .img2 {
        display: block;
    } */

    .search-open .searchBox {
        padding: 15px;
        background: var(--color-accent1);
        z-index: 11;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 70px;
        text-align: center;
        display: flex;
        vertical-align: top;
        text-align: center;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        max-width: 100%;
        margin-left: 0;
    }

    .searchBox .searchInput {
        width: 100%;
    }

    .searchBox .searchIcon {
        right: 15px;
        margin-top: 0;
    }

    .hamburger .img1 {
        display: block;
    }

    .hamburger .img2 {
        display: none;
    }

    .menu-open .hamburger .img1 {
        display: none;
    }

    .menu-open .hamburger .img2 {
        display: block;
    }

    /* .search-open .searchIcon-mobile {
        position: fixed;
        right: 20px;
        top: 40px;
        z-index: 20;
    } */
    .indexH1 .h1Left {
        padding-bottom: 64px;
    }

    .indexH5 a {
        width: 100%;
    }

    .indexH3 .joinForm .field {
        justify-content: center;
    }

    .indexH3 .joinForm {
        padding: 64px 24px;
    }

    .indexH1 .h1Right ul li a .pic {
        width: 25% !important;
    }

    .indexH1 .h1Right ul li a .cont {
        width: 75% !important;
    }

    .indexH1 .h1Right .rightBox {
        margin-left: -24px;
        margin-right: -24px;
    }


    .indexH1 {
        margin-bottom: 0;
    }

    .indexH2 .indexH2Title {
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .indexH6 {
        margin-bottom: 0;
    }

    .indexH2 {
        margin-bottom: 32px;
    }


    .indexH4 {
        padding-top: 64px;
        padding-bottom: 56px;
    }

    .indexH4 a {
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .indexH5 {
        padding-top: 64px;
        padding-bottom: 64px;
        margin-top: 32px;
    }

    .productBox {
        margin-top: 70px;
    }
}


@media only screen and (max-width: 767px) {
    .col-s-6 {
        width: 50%
    }

    html,
    body {
        overflow-x: hidden
    }

    .footer .footBox {
        flex-direction: column;
    }

    .footLogo {
        width: 163px;
        margin-bottom: 8px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .footRight {
        text-align: center;
        display: block;
    }

    .footer .footNav {
        margin-bottom: 32px;
    }

    .footer .footNav ul {
        text-align: center;
        flex-direction: column;
    }

    .footer .footNav ul li {
        margin-top: 32px;
        display: block;
    }

    .footer .footNav ul li a::after {
        display: none;
    }

    .indexH5 a .details {
        display: none;
    }


    .indexH2 .banner a .pic {
        border-radius: 5px;
    }

    /* 
    .indexH2 .banner a .tags {
        font-size: 10px;
        margin-top: 5px;
    }

    .indexH2 .banner a .name {
        font-size: 12px;
        margin-top: 5px;
    }

    .indexH2 .banner a .text {
        margin-top: 5px;
        font-size: 12px;
        line-height: 14px;
    } */

    .indexH2 .banner .swiper-button-prev {
        right: auto;
        left: 0;
    }

}




@media only screen and (max-width: 540px) {
    .col-xs-6 {
        width: 50%
    }

    .col-xs-12 {
        width: 100%
    }

    .margin-minus-xs {
        margin-left: -24px;
        margin-right: -24px
    }

    .indexBox {
        margin-top: 70px;
    }

    .indexH1 .h1Left a .pic {
        border-radius: 0;
        margin-left: -24px;
        margin-right: -24px;
    }

    .indexH1 .h1Left {
        padding-bottom: 32px;
    }

    .indexH2 .banner .swiper-button-next {
        display: none;
    }

    .indexH2 .banner .swiper-button-prev {
        display: none;
    }

    .swiper-wrapper {
        display: block !important;
    }

    .swiper-slide {
        margin-bottom: 32px;
    }

    .swiper-backface-hidden .swiper-slide {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .indexH3 .h3left a .cont .name {
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 3;
        font-size: 16px;
    }

    .indexH3 .h3left a .cont .details {
        display: none;
    }

    .indexH3 .h3left a .pic {
        width: 25% !important;
    }

    .indexH3 .h3left a .cont {
        width: 75% !important;
    }

    .indexH3 .joinForm {
        background: var(--color-primary);
        height: auto;
        margin-left: -24px;
        margin-right: -24px;
        margin-top: 64px;
    }

    .indexH3 .joinForm>h3 {
        color: var(--color-accent1);
    }

    .indexH3 .joinForm>p {
        color: var(--color-accent2);
    }

    .indexH3 {
        margin-bottom: 0;
    }

    .indexH3 .joinForm .privacy {
        color: var(--color-accent1);
    }

    .indexH3 .joinForm .privacy a {
        color: var(--color-accent1);
    }

    .indexH3 .joinForm .field .button {
        min-width: 94px;
    }

    .productBox .categoryTitle {
        padding-top: 10px;
    }
    
    
    .productList {
        margin-top: 15px;
    }
    
}