/* theme style */

:root {
    --black: #000;
    --white: #fff;
    --text-color: #3c3c3c;
    --border-color: #ebeef5;
    --active-color: #3095fb;
    --background-color: #f8f8f8;
    --background-color-light: #f90df7;

    --theme-color: #1D5CDB;
    --theme-color-dark: #134DC2;
    --theme-color-light: #3073FB;

    --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: #3c3c3c;
}

a:hover {
    color: #1D5CDB;
}

body {
    color: #3c3c3c;
    font-family: "Hiragino Sans GB","微软雅黑","Hiragino Sans GB","Helvetica Neue",Helvetica,"PingFang SC","Microsoft YaHei",Arial,sans-serif;;
    font-size: 14px;
    line-height: 1.4;
    background-attachment:scroll;}

.Page {
    background-attachment:scroll;}



.Page-header--topbar {
    background-attachment:scroll;}

.Page-header {
    background-attachment:scroll;}

.Page-header--main {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}




.Page-header--main,
.Page-header--mobile {
    background-attachment:scroll;background-color:;}

.Page-header--main.fixed {
    background-attachment:scroll;background-color:rgba(30, 92, 213, 1);}

.show-mobile-menu .Page-header::before {
    background-attachment:scroll;background-color:rgba(255, 255, 255, 1);}

.Page-header--subheader {
    height: 250px;
    background-attachment:scroll;}

.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: 1200px;
}

.Page-header .cc-row--width__row {
    padding-left: calc((100% - 1200px) / 2) !important;
    padding-right: calc((100% - 1200px) / 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: 36px;
    line-height: 1.4;
    color: #FFFFFF;
}



.theme-color-text {
    color: #1D5CDB;
}

.theme-color-bg {
    background-color: #1D5CDB;
}








/* 框式布局 */
.layout-boxed .Page {
    max-width: 1200px;
}

/* 文章详情宽度 */
.Page .posts {
    max-width: 1000px;
}

/* 侧边栏宽度 */
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: 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);
    }
}


.side-toolbar .toolbar-icon {
    background-color: rgba(246, 246, 246, 0);
    width: 65px;
    height: 65px;
}
.side-toolbar > ul > li:hover .toolbar-icon,
.side-toolbar .toolbar-text {
    background-color: rgba(255, 0, 0, 0);
}
.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: #3095fb;
}
.product .checkout-goto:hover {
    background-color: #1989fa;
}
.product .shopping-push {
    background-color: #ff5757;
}
.product .shopping-push:hover {
    background-color: #f44;
}


/** 自定义字体 */
.font-f8a6c315270bebdd69c6588e7cca7835{font-size:40px;color:#FFFFFF;font-weight:bold;}@media only screen and (max-width: 767px) {.font-f8a6c315270bebdd69c6588e7cca7835{font-size:26px;color:#FFFFFF;font-weight:bold;}}.font-bb0fbf91468e0042b4a8b384b724467e{font-size:16px;color:#333333;}.font-378ef0119ff9e57be4e15a8c377f568b{font-size:20px;color:#333333;}@media only screen and (max-width: 767px) {.font-378ef0119ff9e57be4e15a8c377f568b{font-size:16px;color:#333333;}}.font-143217b8836629105d68e5b7a6cb7318{font-size:12px;color:#999999;}.font-a589d3621dfc113478ab273267883276{font-size:18px;color:#333333;}@media only screen and (max-width: 767px) {.font-a589d3621dfc113478ab273267883276{font-size:16px;color:#333333;}}.font-f4100c3a5c35ab708ea1aaaa4f133443{font-size:60px;color:#D3D3D3;}@media only screen and (max-width: 767px) {.font-f4100c3a5c35ab708ea1aaaa4f133443{font-size:26px;}}
