/* cacheid:cd4b2803ce0ed6a642f823db1c48e410 */
* {
    border-radius: 0px;
    box-sizing: border-box;
}

body {
    margin: 0px;
    padding: 0px;
}

ol, 
ul {
    padding-left: 0px;
}

img {
    max-width: 100%;
}

a {
    color: #5e7387;
    text-decoration: none;
}

a:hover {
    color: #4e97d9;
}

a:active, 
a:focus, 
a:hover {
    text-decoration: none;
}

a.active {
    color: #4e97d9;
}

.active a {
    color: #4e97d9;
}

.u-img img {
    max-width: 150px;
    border-radius: 150px;
    border: solid 2px #f5f5f5;
    padding: 3px;
    background: #ddd;
    width: 150px;
    height: 150px;
    margin: auto;
}

.layui-btn {
    border-radius: 0px !important;
}

.layui-text-center {
    text-align: center;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.layui-responsive-img {
    max-width: 100%;
}

p.layui-word-aux {
    padding: 0px !important;
}

.layui-tab ol, 
.layui-tab ul {
    padding-left: 0px;
}

.layui-container:after {
    display: block;
    clear: both;
    content: "";
}

.layui-container .layui-container {
    width: 100%;
}

.form-group {
    margin-bottom: 15px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group .form-control, 
.input-group-addon, 
.input-group-btn {
    display: table-cell;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-addon, 
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

textarea {
    width: 100% !important;
    min-height: 50px;
    padding: 5px 10px !important;
    box-sizing: border-box;
}

input.form-control {
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 10px !important;
}

.inputbox {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 15px;
    font-size: 14px;
    line-height: 1.57142857;
    color: #76838f;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e4eaec;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.fullwidth {
    width: 100%;
}

ul.menu li {
    padding: 10px 15px;
}

.nav-tabs {
    border-bottom: none;
    margin: 30px auto;
    text-align: center;
}

.nav-tabs li {
    white-space: nowrap;
    display: inline-block;
    float: none;
}

.nav-tabs li a {
    background: #fff;
    padding: 8px 30px;
    border: none;
    white-space: nowrap;
}

.nav-tabs li.active a {
    background: #62a8ea;
    color: #fff;
    padding: 8px 30px;
    border: none;
}

.zf-header {
    padding: 8px 0px;
}

.zf-header .navbar-header .zf-logo a {
    display: inline-block;
}

.zf-header .navbar-header .zf-logo a img {
    max-height: 35px;
}

.zf-header .zmaxlogin-module {
    margin: 0px;
}

.zf-header .md-login .layui-btn-container .layui-btn {
    margin-bottom: 0px;
}

.zf-header .md-login {
    margin-left: 25px;
}

.zf-header .zf-pos {
    float: right;
    display: inline-block;
}

.zf-header .dj-megamenu-default {
    background: none;
}

.zf-header .dj-megamenu-default li.hover a.dj-up_a, 
.zf-header .dj-megamenu-default li.active a.dj-up_a {
    background: none;
    color: #4e97d9 !important;
}

.zf-header .dj-megamenu-default li a.dj-up_a {
    border: none;
    color: #2a333c !important;
    font-size: 14px !important;
    font-weight: normal !important;
}

.zf-header .dj-megamenu-default li a.dj-up_a.arrow {
    right: 25px;
}

.zf-header .dj-megamenu-default li a.dj-up_a span {
    float: left;
    display: block;
    padding: 0 0 0 !important;
    height: 60px;
    line-height: 60px;
    background: transparent;
}

.zf-header .dj-megamenu-default li ul.dj-submenu>li {
    border: none !important;
    color: #2a333c !important;
}

.zf-header .dj-megamenu-default li ul.dj-submenu>li>a {
    color: #2a333c !important;
    background: #fff !important;
}

.zf-header .dj-megamenu-default li ul.dj-submenu>li>a:hover, 
.zf-header .dj-megamenu-default li ul.dj-submenu>li>a.active {
    background: #f8f8f8 !important;
    color: #62a8ea !important;
}

.zf-header .dj-megamenu-default li ul.dj-submenu>li.hover:not(.subtree)>a {
    background: #f8f8f8 !important;
    color: #62a8ea !important;
}

.zf-header .dj-megamenu-select-dark .dj-mobile-open-btn, 
.zf-header .dj-megamenu-offcanvas-dark .dj-megamenu-accordion-dark .dj-mobile-open-btn {
    background: none !important;
    border-radius: none !important;
    padding: 0px !important;
}

.zf-header #gruemenu>ul {
    box-shadow: none !important;
}

.zf-header #gruemenu > ul > li > a {
    border-right: none;
}

.zf-header #gruemenu > ul > li.has-sub > a::after {
    content: "\f107";
    font-family: FontAwesome;
    border: none;
}

.zf-header #gruemenu ul.sub-menu li a:hover {
    background: #f8f8f8 !important;
}

.zf-header #navigation-toggle {
    color: #2A333C;
    background: #4e97d9;
}

.zf-header #navigation-toggle:hover {
    color: #4e97d9;
    background: #2A333C;
}

.zf-header #gruemenu > ul > li > a {
    padding: 14px 25px 14px 25px;
}

.zf-banner .Joombig-beautiful-banner>div:last-child {
    display: none;
}

.zf-banner .Joombig-beautiful-banner .skdslider .slide-desc {
    background: none;
}

.zf-banner .Joombig-beautiful-banner img {
    max-width: 100%;
}

.zf-breadcrumb ol, 
.zf-breadcrumb ul {
    padding-left: 0px;
    margin: 0;
}

.zf-footer {
    background: #fff;
}

.zf-footer .zf-footerlinks {
    padding: 40px 0;
    border-top: 1px solid #f0f2f5;
}

.zf-footer .zf-footerlinks .moduletable h3 {
    color: #2a333c;
    font-weight: 100;
    font-size: 18px;
    text-align: center;
    margin-bottom: 12px;
}

.zf-footer .zf-footerlinks .moduletable ul.nav.menu li {
    text-align: center;
    color: #5e7387;
    margin-bottom: 3px;
    padding: 5px 0px;
}

.zf-footer .zf-copyright {
    height: auto;
    border-top: 1px solid #f0f2f5;
    padding: 30px 0px;
    font-size: 15px;
    line-height: 22px;
}

.zf-masthead {
    border-bottom: solid 1px #f0f2f5;
}

.zf-masthead .fw-title {
    background-color: #62a8ea;
    height: 120px;
}

.zf-masthead .fw-title h2 {
    margin: 0px;
    font-size: 35px;
    font-weight: 300;
    text-shadow: none;
    color: #fff;
    line-height: 120px;
}

.zf-masthead .fw-content .zf-nav-menu li {
    display: inline-block;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 300;
}

.zf-breadcrumb {
    background: #f2f2f2;
    border-bottom: none;
    padding: 10px;
}

.zf-breadcrumb ul.breadcrumb li {
    display: inline-block;
    padding-right: 5px;
}

.zf-breadcrumb a.pathway {
    color: #62a8ea;
}

.zf-mainbody {
    background: #f2f2f2;
}

.zf-mainbody>.layui-container {
    padding: 20px 0;
}

.row-feature {
    padding: 70px 0px;
    background: #fff;
}

.row-feature:nth-of-type(even) {
    background: #f5f5f5;
}

.row-feature h2 {
    font-size: 36px;
    margin-top: 0px;
    text-align: center;
    font-weight: 300;
    color: #37474f;
    margin-bottom: 5px;
}

.row-feature p.zmod-desc {
    font-size: 16px;
    font-weight: 300;
    width: 80%;
    color: #5e7387;
    margin: 0px auto;
    margin-bottom: 30px;
}

.row-feature .article-item .article-title {
    margin-bottom: 5px;
}

.row-feature .article-item .article-title a {
    color: #2a333c;
    font-family: "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Roboto, Arial, sans-serif;
    font-size: 18px;
    text-shadow: rgba(0,0,0,0.15) 0 0 1px;
}

.row-feature .article-item .article-desc.layui-text {
    font-weight: 300;
    color: #76838f;
}

.row-feature .article-item .article-info.layui-word-aux {
    padding: 0px !important;
    margin-top: 5px;
    font-size: 14px;
}

.layui-container .layui-container {
    padding: 0px;
}

@media screen and (max-width: 767px) {
    .zf-logo {
        text-align: center;
        margin-bottom: 2px;
    }

    .row-feature {
        padding: 20px 0px;
    }

    .row-feature h2 {
        font-size: 30px;
    }

    .article-item {
        padding-bottom: 25px;
    }

    .article-item .article-img-container {
        padding-right: 10px;
        padding-top: 5px;
    }

    .layui-col-space15 {
        margin: 0px !important;
    }

    .item-detail-container .detail-content-wrap {
        padding: 0px !important;
    }

    .item-detail-container .layui-container {
        padding: 0px;
    }

    .zmaxshop-content-sidebar {
        padding: 5px !important;
    }

    .com-zmaxcdn .download-item {
        padding: 15px 5px;
    }

    .news-img img {
        width: 100%;
    }

    .com-content .zf-component, 
    .com-content .zf-sidebar {
        padding: 5px 5px !important;
    }

    .zarticle-pagination {
        padding: 0px;
    }

    .zarticle-pagination .pagenav li {
        display: block;
        border: none;
        width: 100%;
        float: none;
    }

    .zblog-page-detail .zarticle-detail {
        padding: 0px !important;
        font-size: 16px !important;
    }

    .com-zmaxjob .job-item .item-intro {
        padding: 0 !important;
        margin: 0 !important;
    }

    html .com-zmaxfeedback.view-item.layout-form .zf-mainbody>.layui-container {
        width: 100% !important;
    }

    html .com-zmaxfeedback.view-item.layout-form .feedback-container {
        padding: 10px 5px;
    }

}

.zf-style-blog .zf-component.layui-container {
    width: 100%;
}

.zf-style-user .zf-header .layui-container {
    padding: 15px 0;
}

.zf-style-user .zf-logo a img {
    max-height: 50px;
}

.zf-style-user .zf-component.layui-container {
    background: #fff;
}

.zf-style-user.view-login .zf-component.layui-container {
    background: transparent;
}

.zf-style-user span.logo-alt:before {
    content: "|";
    display: inline-block;
    padding-right: 10px;
    color: #ddd;
}

.zf-style-user span.logo-alt {
    font-size: 22px;
    color: #222;
}

.zf-login {
    color: #393d49;
}

.zf-login .login-btn {
    width: 100%;
}

.zf-login .login-list ul li {
    list-style: none;
    float: left;
    display: inline-block;
    padding-right: 5px;
    padding-bottom: 5px;
}

.zf-login .login-list:after {
    display: block;
    content: "";
    clear: both;
}

.zf-login hr {
    background-color: #d8d8d8;
}

.zf-login p.login-label {
    margin-bottom: 10px;
}

.zf-login form {
    max-width: 400px;
    margin: 0 10px;
    background-color: rgba(255,255,255,0.7);
    padding: 30px;
}

.zf-login input.form-control {
    height: 40px;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 8px;
}

.zf-login .remember input {
    display: inline-block !important;
}

.view-item .zf-mainbody {
    background: #fff !important;
}

.zf-style-feature .tech {
    color: #5e7387;
}

.zf-style-feature .tech i {
    width: 120px;
    height: 120px;
    background: #eee;
    text-align: center;
    border-radius: 60px;
    font-size: 60px;
    line-height: 120px;
}

.zf-style-feature .tech i:hover {
    background: #4e97d9;
    color: #fff;
}

.zf-style-feature .tech h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 20px 0;
}

.zlist-item {
    background: #fff;
    margin: 10px;
    padding-bottom: 15px;
}

.zlist-item .zitem-title a {
    color: #2a333c;
}

.zlist-item .zitem-desc {
    margin-top: 5px;
    margin-bottom: 0px;
    color: #f96868;
}

.zlist-item-wrap {
    padding-left: 0px;
}

.zarticlelist {
    margin-top: 35px;
    text-align: left;
}

.zarticlelist .article-item {
    padding-bottom: 15px;
}

.zarticlelist .article-title {
    text-shadow: rgba(0,0,0,0.15) 0 0 1px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
    font-size: 18px;
}

.zarticlelist .article-title a {
    color: #2a333c;
}

.zarticlelist .article-desc {
    margin-bottom: 5px;
    color: #76838f;
    font-weight: 300;
}

.zarticlelist .article-info {
    color: #76838f;
    font-weight: 300;
    margin-bottom: 0px;
}

.zarticle {
    background: #fff;
    padding: 30px;
    text-align: left;
    margin-top: 45px;
}

.zarticle p {
    margin-bottom: 16px;
    font-size: larger;
}

.zlist .zitem .zi-img>img {
    width: 100%;
}

.contact-us-item {
    padding: 10px;
    text-align: center !important;
}

.contact-us-item i {
    font-size: 26px;
    cursor: pointer;
}

.contact-us-item em {
    display: block;
    font-size: 26px;
    font-style: normal;
}

.contact-us-item em a {
    color: #5e7387;
    transition: color 0.5s;
    -moz-transition: color 0.5s;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    display: block;
    margin: 5px 0px;
}

.contact-us-item p {
    color: #aaaaaa;
    margin: 0 0 11px;
}

.contact-us-item a {
    margin: 0px 8px;
}

.alert {
    padding: 8px 35px 8px 14px;
    background-color: #fcf8e3;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #888;
}

.alert h4 {
    color: #c09853;
    margin: 0 0 .5em;
}

.alert .close {
    position: relative;
    top: -2px;
    right: 0px;
    line-height: 18px;
    cursor: pointer;
    float: right;
}

.alert.alert-success {
    background-color: #dff0d8;
    color: #468847;
}

.alert.alert-success h4 {
    color: #468847;
}

.alert.alert-info {
    background-color: #d9edf7;
    color: #3a87ad;
}

.alert.alert-info h4 {
    color: #3a87ad;
}

.alert.alert-notice {
    background-color: #d9edf7;
    color: #3a87ad;
}

.alert.alert-notice h4 {
    color: #3a87ad;
}

.alert.alert-danger, 
.alert.alert-error {
    background-color: #f2dede;
    color: #b94a48;
}

.alert.alert-danger h4, 
.alert.alert-error h4 {
    color: #b94a48;
}

.alert.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

.alert.alert-block>p, 
.alert.alert-block>ul {
    margin-bottom: 0;
}

.alert.alert-block p + p {
    margin-top: 5px;
}

button.close {
    background: transparent;
    border: none;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 15px 0;
    border-radius: 0;
}

.pagination ul.pagination-list {
    float: right;
}

.pagination ul.pagination-list li {
    display: inline;
}

.pagination ul.pagination-list li>a, 
.pagination ul.pagination-list li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #0077bb;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
    margin-bottom: 10px;
}

.pagination .disabled > span, 
.pagination .disabled > span:hover, 
.pagination .disabled > span:focus, 
.pagination .disabled > a, 
.pagination .disabled > a:hover, 
.pagination .disabled > a:focus {
    color: #999999;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed;
}

.pagination .counter {
    display: inline-block;
    padding: 6px 12px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left: none;
    border-radius: 0;
}

.pagenav:after {
    clear: both;
    content: "";
    display: block;
}

.pagenav li {
    display: inline-block;
    padding: 10px 20px;
    border: solid 1px #f0f2f5;
    border-radius: 150px;
}

.pagenav li.previous {
    float: left;
}

.pagenav li.next {
    float: right;
}

.pagenav li:hover {
    border-color: #62a8ea;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    white-space: normal;
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.popover-title:empty {
    display: none;
}

.popover-content {
    padding: 9px 14px;
}

.popover .arrow, 
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover .arrow {
    border-width: 11px;
}

.popover .arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,0.25);
    bottom: -11px;
}

.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,0.25);
}

.popover.right .arrow:after {
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}

.popover.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,0.25);
    top: -11px;
}

.popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,0.25);
}

.popover.left .arrow:after {
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}

.invalid {
    color: #9d261d;
    font-weight: bold;
}

input.invalid {
    border: 1px solid #9d261d;
    background: #f2dede;
}

select.chzn-done.invalid + .chzn-container.chzn-container-single > a.chzn-single, 
select.chzn-done.invalid + .chzn-container.chzn-container-multi > ul.chzn-choices {
    border-color: #9d261d;
    color: #9d261d;
}

.intro-image-container img {
    width: 100%;
}

.zblog-page-detail .zarticle-title h1 {
    margin: 0px;
    margin-bottom: 5px;
    font-size: 32px;
    line-height: 1.5;
    color: #37474f;
}

.zblog-page-detail .zarticle-info {
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f2f5;
    font-size: 16px;
    font-weight: 300;
    color: #a3afb7;
}

.zblog-page-detail .zarticle-info span {
    padding-right: 10px;
}

.zblog-page-detail .zarticle-detail {
    padding: 30px 0;
    background: #ffffff;
    max-width: 100%;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8;
    color: #222;
    word-wrap: break-word;
}

.zblog-page-detail .zarticle-detail .item-image {
    padding: 15px;
}

.com-zmaxjob.zf-style-article .zf-mainbody {
    background: #f2f2f2;
}

.com-zmaxjob .job-item {
    background: #fff;
    padding: 25px;
    margin: 25px 0px;
}

.com-zmaxjob .job-item h3 {
    font-size: 24px;
    margin-bottom: 11px;
    font-weight: 300;
    color: #37474f;
    margin-top: 0px;
}

.com-zmaxjob .job-item .item-info ul li {
    display: inline;
    padding-right: 15px;
    padding-left: 0px;
}

.com-zmaxjob .job-item .item-intro {
    border-top: solid 1px #f2f2f2;
    border-bottom: solid 1px #f2f2f2;
    padding: 25px 25px;
    margin: 25px 0;
}

.com-zmaxjob .job-item .item-intro ol {
    padding-left: 20px;
}

.com-zmaxjob .job-item .item-intro ol li {
    list-style: decimal;
}

.com-zmaxfeedback.view-item.layout-form .zf-mainbody {
    background: #f2f2f2 !important;
}

.com-zmaxfeedback.view-item.layout-form .feedback-container {
    padding: 35px;
}

.com-zmaxfeedback.view-item.layout-form .zf-mainbody>.layui-container {
    width: 900px !important;
}

.com-zmaxfeedback.view-item.layout-form textarea {
    height: 150px !important;
}

.blog-featured .items-leading .leading {
    margin-bottom: 10px;
}

.blog-featured .items-leading .leading .item-image {
    width: 100%;
}

.blog-featured .items-leading .leading .item-image img {
    width: 100%;
}

.blog-featured .items-intro {
    margin: 25px 0;
}

.blog-featured .items-intro .article-info, 
.blog-featured .items-intro .readmore {
    display: none;
}

.blog-featured .items-intro h2.item-title {
    margin-bottom: 5px;
}

.blog-featured h2.item-title {
    margin-bottom: 10px;
    font-size: 16px;
}

.blog-featured section.article-intro {
    margin: 5px 0;
}

.blog-featured .items-more {
    background: #f5f5f5;
    padding: 10px;
}

.blog-featured .items-row {
    margin-bottom: 15px;
}

.article-intro {
    margin: 5px 0;
}

.search-results .result-item {
    padding: 10px;
    border-bottom: solid 1px #dedede;
    color: #526069;
}

.search-results .result-item:last-child {
    border-bottom: none;
}

.search-results .result-item .result-title {
    font-size: 17px;
}

.search-results .result-item .result-category {
    padding: 5px;
}

.com-content .zf-component, 
.com-content .zf-sidebar {
    background: #fff;
    padding: 20px 15px;
}

.zcatetitle-container {
    display: none;
}

.zlist .zitem {
    background: #fff;
    padding: 5px;
    position: relative;
}

#com_zmaxshop.view-items {
    padding: 25px 0px;
}

.item-detail-container {
    background: #f5f5f5;
}

.item-info-container {
    padding: 25px 0px;
}

.zmaxshop-content-sidebar::after {
    clear: both;
    content: "";
    display: block;
}

.zmaxshop-content-sidebar {
    background: #fff none repeat scroll 0 0;
    padding: 25px;
}

.zmaxshop-content-sidebar .moduletable > h3 {
    color: #37474f;
    font-size: 16px;
}

.com-zmaxshop.view-items .zf-content-no-sidebar {
    background: #f2f2f2;
}

.detail-content-wrap {
    background: #fff;
    padding: 25px;
}

.item-detail-container {
    background: #f5f5f5;
    padding: 25px 0;
}

.com-zmaxshop .zf-content-no-sidebar {
    background: #fff;
}

.zalert.zalert-warning {
    padding: 25px 30px;
    text-align: center;
    font-size: large;
    margin-top: 25px;
}

.orderdetail-wrap .od-address {
    border-bottom: none;
    padding-bottom: 0px;
}

.address-warp .ad-item.checked {
    border: none;
}

.zf-panel-box .address-warp .ad-item {
    background: none;
    border: none;
    border-bottom: solid 1px #ddd;
}

.view-item .zf-component.layui-container {
    width: 100%;
}

.orders-wrap .orders-container .order-item .oi-items .oi-item .oi-img-container img {
    max-width: 80px !important;
}

.zf-style-user .orders-wrap .filter-container {
    margin: 0;
}

.zuser {
    padding: 30px;
    background-color: #62a8ea !important;
}

.zuser .u-name {
    font-size: 20px;
    padding: 15px;
    padding-bottom: 0px;
    color: #fff;
}

.zuser .u-level {
    color: #e0e0e0 !important;
}

.count-info {
    padding: 15px 0;
}

.count-info .uitem-value a {
    color: #57c7d4 !important;
    font-size: 20px;
}

.view-useracount {
    background: #fff;
    padding: 15px;
    min-height: 500px;
}

