body {
    margin: 0 auto;
    max-width: 640px;
}
article {
    padding-bottom: 2rem;
    border-bottom: 1px solid #e5e5e5;
}
.btn-prenext {
    padding: 0 1rem;
}
.part-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.btn-read-more {
    color: white;
    background-color: #137c32;
}
/* 搜索框 */
.search .uk-search {
    width: 100%;
    padding: 10px 0;
}

.search .uk-search-input {
    border-radius: 50px;
    padding: 5px 0 5px 10px;
}

.uk-search .uk-search-icon-flip {
    right: 10px;
}
/* 导航菜单 */
.nav-slide-mask {
    color: white;
    width: calc(100vw);
    background-color: #137c32;
}

.navbar-custom .uk-nav-default a {
    font-size: 1rem;
    color: rgba(255,255,255,.55);
}

.navbar-custom .uk-nav-default > li > a:hover,
.navbar-custom .uk-nav-sub a:hover {
    color: white;
}

.navbar-custom .uk-nav-default li.uk-active > a {
    color: white;
}

header .uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
    min-height: 3.75rem;
}

.uk-logo, .navbar-custom > li > a, .navbar-custom > li:hover > a {
    color: #137c32;
}
/* 简易导航 */
.navbar-simple .navbar-simple-item {
    border-right: 1px solid #2c2c2c;
    border-bottom: 1px solid #2c2c2c;
}
.navbar-simple .navbar-simple-item > div {
    background-color: #137c32;
}
.navbar-simple .navbar-simple-item a:hover {
    text-decoration: none;
}
/* 轮播图遮罩层 */
.mask {
    z-index: 2;
    width: 100%;
    bottom: 28px;
    height: 0.92rem;
    background: url("/static/images/banner_mask.png") no-repeat center top;
    background-size: 100% 5rem;
}

.part-title {
    margin-bottom: 40px;
    background: url("/static/images/titLine.png") no-repeat center center;
    background-size: 30rem .5rem;
}
/* 我们的优势 */
.part-superiority {
    background-color: #d6e8ce;
}
.part-superiority dt {
    font-size: 1rem;
    font-weight: 700;
}

.part-superiority .part-superiority-item > i {
    width: 2rem;
    height: 2rem;
    display: block;
    background: url("/static/images/em1.png") no-repeat center/2rem;
}

.part-superiority .part-superiority-item-1 > i {
    width: 2rem;
    height: 2rem;
    display: block;
    background: url("/static/images/em2.png") no-repeat center/2rem;
}

.part-superiority .part-superiority-item-2 > i {
    width: 2rem;
    height: 2rem;
    display: block;
    background: url("/static/images/em3.png") no-repeat center/2rem;
}

.part-superiority .part-superiority-item-3 > i {
    width: 2rem;
    height: 2rem;
    display: block;
    background: url("/static/images/em4.png") no-repeat center/2rem;
}
.part-superiority .uk-grid-divider>:not(.uk-first-column)::before {
    border-left: 1px solid #4ec54c;
}

.part-contact {
    background: url("/static/images/index_slip.png") no-repeat center/cover;
}

.part-contact a {
    height: 4rem;
    color: #125d27;
    width: 15.375rem;
    line-height: 3rem;
    text-decoration: none;
    background: url("/static/images/ixbanner-btn.png") no-repeat;
}

.part-contact h3 {
    color: white;
}
/* 实验室 */
.mask-title > p {
    color: white;
    background-color: rgba(34,34,34,.8);
}
/* 服务流程 */
.part-services {
    background: url("/static/images/mb_bg_services.png") no-repeat top/100% 66rem;
}

.part-services .part-title {
    color: #137c32;
}
.part-services-item {
    border-radius: 5px;
    background-color: white;
}

.part-services-container > li:nth-child(-n+6)
.part-services-item::after {
    left: 50%;
    content: "";
    bottom: -10px;
    position: absolute;
    border-top: 10px solid white;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.part-services-item img:nth-child(3) {
    padding-right: 1rem;
}
/* 新闻资讯 */
.part-news .btn-news-more {
    padding: 0 1.25rem;
}

.part-news .btn-news-group > div > a.active {
    color: white;
    background-color: #137c32;
}

.part-news a > div:first-child {
    padding-right: 1rem;
}

.part-news a > div:first-child > p:first-child {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
/* Copyright */
.part-copyright {
    padding-bottom: 6rem;
}
/* ToolBar */
.part-toolbar {
    bottom: 0;
    padding: .5rem;
    position: fixed;
    background-color: #137c32;
}

.part-toolbar .part-toolbar-item {
    color: white;
}

#showWechat > div > p {
    margin: unset;
    font-size: 18px;
}

#showWechat > div > a {
    color: white;
    font-size: 18px;
    text-decoration: none;
    background-color: #137c32;
}
/* 商品详情 */
.pro-detail > h1 {
    font-size: 1.125rem;
}

.pro-detail > p.uk-article-meta {
    padding-bottom: 1rem;
    border-bottom: 1px solid #e5e5e5;
}
/* toolbar */
.part-toolbar {
    width: 640px;
    max-width: 100%;
    box-sizing: border-box;
}
/* 分页按钮 */
.pglist {
    clear: both;
    width: 100%;
    padding: unset;
    text-align: center;
}
.pglist a {
    color: #666;
    margin: 0 3px;
    padding: 0 15px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
}
.pglist * {
    line-height: 34px;
    padding-bottom: 1px;
    display: inline-block;
    vertical-align: middle;
}
.pglist a:hover,
.pglist li[class=active] > a {
    color: #fff;
    background: #137c32;
    border-color: #137c32;
    display: inline-block;
}
