/* theme style */

:root {
    --black: #000;
    --white: #fff;
    --text-color: #3c3c3c;
    --border-color: #CCCCCC;
    --active-color: #3095fb;
    --background-color: #f8f8f8;
    --background-color-light: #f90df7;

    --theme-color: #548235;
    --theme-color-dark: #1989fa;
    --theme-color-light: #a3d0fd;

    --warning-color: #ffa179;
    --warning-color-dark: #ff976a;
    --warning-color-light: #fffbe8;

    --success-color: #20c770;
    --success-color-dark: #07c160;
    --success-color-light: #b5eccf;

    --error-color: #ff5757;
    --error-color-dark: #f44;
    --error-color-light: #ffc7c7;

    --font-size: 14px;
    --line-height: 1.4;
    --center-width: 1200px;
}

::placeholder {
    color: #BFBFBF;
}

a {
    color: #548235;
}

a:hover {
    color: var(--theme-color);
}

body {
    color: #3c3c3c;
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;;
    font-size: 14px;
    line-height: 1.4;
    background-attachment:scroll;}

.Page {
    background-attachment:scroll;background-color:;}



/* 版心是否包含侧边栏 */
.both-sidebar .Page-body,
.left-sidebar .Page-body,
.right-sidebar .Page-body {
    width: 1200px;
}
    
.Page-header--topbar {
    background-attachment:scroll;}

.Page-header {
    background-attachment:scroll;}

.Page-slot--template-header_in{
    width: auto;
}

.Page-header--main {
    border-bottom: 1px solid rgba(84, 130, 53, 1);
}

.Page-header--main:hover {
    background-color: ;
}


.Page-header--main,
.Page-header--mobile {
    background-attachment:scroll;background-color:;box-shadow: 0 1px 3px rgba(18,18,18,.1)}

.Page-header--main.fixed {
    background-attachment:scroll;}

.show-mobile-menu .Page-header::before {
    background-attachment:scroll;}

.Page-header--subheader {
    height: 500px;
    background-attachment:scroll;}

.Page-header--user > a{
    color:#548235;
}

.Page-content {
    background-attachment:scroll;}

.Page-sidebar {
    background-attachment:scroll;}

.Page-footer>.footer {
    background-attachment:scroll;}

/** 常规版心 */
.container, .cc-row--width__default {
    max-width: 1200px;
}

.cc-row--width__row {
    padding-left: calc((100% - 1200px) / 2) !important;
    padding-right: calc((100% - 1200px) / 2) !important;
}


/** 头部版心 */
.Page-header .container, .Page-header .cc-row--width__default {
    max-width: 1280px;
}

.Page-header .cc-row--width__row {
    padding-left: calc((100% - 1280px) / 2) !important;
    padding-right: calc((100% - 1280px) / 2) !important;
}


.Page-header--main__in {
    padding: 0px 0;
}


h1 {
    font-size: 32px;
    line-height: 1.4;
    color: #3c3c3c;
}

h2 {
    font-size: 24px;
    line-height: 1.4;
    color: #3c3c3c;
}

h3 {
    font-size: 18px;
    line-height: 1.4;
    color: #3c3c3c;
}

h4 {
    font-size: 16px;
    line-height: 1.4;
    color: #3c3c3c;
}

h5 {
    font-size: 13px;
    line-height: 1.4;
    color: #3c3c3c;
}

h6 {
    font-size: 12px;
    line-height: 1.4;
    color: #3c3c3c;
}



.theme-color-text {
    color: #548235;
}

.theme-color-bg {
    background-color: #548235;
}








/* 框式布局 */
.layout-boxed .Page {
    max-width: 1200px;
}

/* 文章详情宽度 */
.Page .posts {
    max-width: 780px;
}

/* 侧边栏宽度 */
body.both-sidebar .Page-sidebar.sidebar-left,
body.left-sidebar .Page-sidebar.sidebar-left
 {
    width: 23%;
}
body.both-sidebar .Page-sidebar.sidebar-right,
body.right-sidebar .Page-sidebar.sidebar-right
 {
    width: 23%;
}
/* 内容宽度 */
body.both-sidebar .Page-content {
    width: 54%;
}
body.left-sidebar .Page-content {
    width: 77%;
}
body.right-sidebar .Page-content {
    width: 77%;
}

/* 底部 */
.Page-footer>.footer {
    padding: 30px 0;
}

/* 底部悬浮工具条*/
.Page-footer > .page-bottom-fixed{
            padding:0px 0;
}

/* 小于版心时 */
@media only screen and (max-width: 1200px) {
    .container, .cc-row--width__default {
        max-width: 98%;
    }
    .container .container, .cc-row .cc-row--width__default {
        max-width: 100%;
    }
    .layout-boxed .Page {
        max-width: calc(100% - 60px);
    }
}

/* 自定义分辨率的导航栏 */
@media only screen and (max-width: 767px) {
    .Page-header .Page-header--topbar,
    .Page-header .Page-header--main,
    .Page-header .Page-header--topbar__placeholder,
    .Page-header .Page-header--main__placeholder,
    .Page-header--logo .all-logo {
        display: none;
    }

    .Page-header--logo .mobile-logo {
        display: block;
    }
}

@media only screen and (min-width:768px){
    .Page-header--mobile {
        display: none;
    }
}

.side-toolbar .toolbar-icon {
    background-color: #f6f6f6;
    width: 35px;
    height: 35px;
}
.side-toolbar > ul > li:hover .toolbar-icon,
.side-toolbar .toolbar-text {
    background-color: #f6f6f6;
}
.side-toolbar > ul > li {
    margin-bottom: 1px;
}


/** 头部组件排序 */
.Page-header--main .Page-header--logo {
    order: 0;
}
.Page-header--main .Page-header--menu {
    order: 1;
}
.Page-header--main .Page-header--widgets {
    order: 2;
}
.Page-header--main .Page-slot--template-header_in {
    order: 3;
}


.Page-header--logo img {
    max-height: 60px;
    width: auto;
}



/** 产品按钮 */
.product .checkout-goto {
    background-color: var(--theme-color);
}
.product .checkout-goto:hover {
    background-color: var(--theme-color-dark);
}
.product .shopping-push {
    background-color: var(--error-color);
}
.product .shopping-push:hover {
    background-color: var(--error-color-dark);
}


/** 自定义字体 */

