/* cdfs8x7x：home_00022 绿色装修公司首页快速导入，所有规则限定在 .tpl-cdfs8x7x 下。
   CSS 来自参考站 stylesheet_1.css（index）与 stylesheet_2.css（reset）清洗合并；
   stylesheet_0.css（客服浮层）、stylesheet_3.css（owl carousel）、stylesheet_5.css（animate）剥离。
   图片路径全部改写到本模板静态目录。
*/

/* 基础重置 */
.tpl-cdfs8x7x {
    font-family: "Microsoft YaHei", "Open Sans", sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    background: #fff;
}

.tpl-cdfs8x7x * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.tpl-cdfs8x7x ul,
.tpl-cdfs8x7x li {
    list-style: none;
}

.tpl-cdfs8x7x img {
    max-width: 100%;
    border: 0;
    vertical-align: middle;
}

.tpl-cdfs8x7x a,
.tpl-cdfs8x7x a:link {
    color: #333;
    text-decoration: none;
    border: 0;
}

.tpl-cdfs8x7x a:hover {
    color: #00994e;
}

.tpl-cdfs8x7x h1,
.tpl-cdfs8x7x h2,
.tpl-cdfs8x7x h3,
.tpl-cdfs8x7x h4,
.tpl-cdfs8x7x h5 {
    font-weight: normal;
}

.tpl-cdfs8x7x h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tpl-cdfs8x7x .wrap {
    width: 96%;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.tpl-cdfs8x7x .flt {
    float: left;
}

.tpl-cdfs8x7x .frt {
    float: right;
}

.tpl-cdfs8x7x .clear {
    clear: both;
}

.tpl-cdfs8x7x .clear:after,
.tpl-cdfs8x7x .clear:before {
    content: "";
    clear: both;
    display: table;
}

.tpl-cdfs8x7x .img {
    overflow: hidden;
    position: relative;
}

.tpl-cdfs8x7x .img:before {
    transition: all 0.5s;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0);
    z-index: 100;
}

.tpl-cdfs8x7x .img:hover:before {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.tpl-cdfs8x7x .img img {
    transition: all 0.5s;
}

.tpl-cdfs8x7x .img:hover img {
    transform: scale(1.1) rotate(3deg);
}

/* 顶部固定导航 */
.tpl-cdfs8x7x .header {
    line-height: 80px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.tpl-cdfs8x7x .header .wrap {
    background: #00994e;
}

.tpl-cdfs8x7x .logo {
    vertical-align: middle;
    margin-left: 30px;
    display: inline-block;
}

.tpl-cdfs8x7x .logo a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 80px;
}

.tpl-cdfs8x7x .logo img {
    vertical-align: middle;
    max-height: 60px;
}

.tpl-cdfs8x7x .menu {
    overflow: hidden;
}

.tpl-cdfs8x7x .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tpl-cdfs8x7x .menu ul li {
    float: left;
    width: 100px;
    text-align: center;
    position: relative;
}

.tpl-cdfs8x7x .menu ul li a {
    display: block;
    height: 76px;
    line-height: 76px;
    border-bottom: 4px solid #00994e;
    color: #fff;
}

.tpl-cdfs8x7x .menu ul li.on a,
.tpl-cdfs8x7x .menu ul li:hover a {
    color: #fff;
    border-color: #fff;
}

.tpl-cdfs8x7x .menu_wrap {
    display: none;
}

/* banner 轮播 */
.tpl-cdfs8x7x .banner_owl {
    position: relative;
    margin-top: 0;
}

.tpl-cdfs8x7x .owl {
    position: relative;
}

.tpl-cdfs8x7x .owl_cur {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    height: 0;
    left: 5%;
    right: 5%;
    z-index: 10;
    pointer-events: none;
}

.tpl-cdfs8x7x .owl_cur span {
    display: block;
    width: 30px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.2);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    pointer-events: auto;
}

.tpl-cdfs8x7x .owl_cur span:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.tpl-cdfs8x7x .owl_cur span.prev {
    background-image: url(images/owl-prev.png);
    float: left;
}

.tpl-cdfs8x7x .owl_cur span.next {
    background-image: url(images/owl-next.png);
    float: right;
}

.tpl-cdfs8x7x .banner {
    position: relative;
    overflow: hidden;
}

.tpl-cdfs8x7x .banner .item {
    position: relative;
    font-family: Arial;
}

.tpl-cdfs8x7x .banner .img1 {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 480px;
    background: #f4f4f4;
}

.tpl-cdfs8x7x .banner .img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tpl-cdfs8x7x .banner_owl .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 0;
}

.tpl-cdfs8x7x .banner_owl .owl-dot {
    display: inline-block;
}

.tpl-cdfs8x7x .banner_owl .owl-dot span {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    margin: 0 8px;
    background: #fff;
    opacity: 0.5;
}

.tpl-cdfs8x7x .banner_owl .owl-dot.active span {
    opacity: 1;
}

/* dpspbox：视频 + 缩略图横向列表 */
.tpl-cdfs8x7x .dpspbox {
    max-width: 1200px;
    margin: 30px auto 0;
    padding: 0 2%;
}

.tpl-cdfs8x7x .dpspcpimgvideo {
    background: #fff;
}

.tpl-cdfs8x7x .videobox2024 {
    position: relative;
    width: 100%;
    background: #000;
    overflow: hidden;
}

.tpl-cdfs8x7x .videobox2024 > img {
    display: block;
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    margin: 0 auto;
}

.tpl-cdfs8x7x .playvideo2024 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    cursor: pointer;
}

.tpl-cdfs8x7x .playvideo2024 img {
    width: 100%;
    height: 100%;
}

.tpl-cdfs8x7x .dpspycbox {
    margin-top: 20px;
}

.tpl-cdfs8x7x .moreimglist2024 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    list-style: none;
    padding: 0;
}

.tpl-cdfs8x7x .moreimglist2024 li {
    background: #fff;
    border: 1px solid #eee;
}

.tpl-cdfs8x7x .tuijianimgbox2024 {
    position: relative;
    width: 100%;
    height: 110px;
    overflow: hidden;
}

.tpl-cdfs8x7x .tuijianimgbox2024 > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tpl-cdfs8x7x .playvideo2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
}

.tpl-cdfs8x7x .playvideo2 img {
    width: 100%;
    height: 100%;
}

.tpl-cdfs8x7x .cp-title2024 {
    padding: 8px 10px;
    font-size: 13px;
    color: #444;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 视频下方一句介绍 */
.tpl-cdfs8x7x .video_intro1 {
    text-align: center;
    color: #00994e;
    font-size: 16px;
    line-height: 1.8;
    padding: 30px 2%;
    max-width: 1200px;
    margin: 0 auto;
}

/* 主区块：case / about / team / news */
.tpl-cdfs8x7x .mainer {
    background: #fff;
}

.tpl-cdfs8x7x .page {
    padding: 70px 0;
}

.tpl-cdfs8x7x .page.page1 {
    background: #f4f4f4;
}

.tpl-cdfs8x7x .index_tit .tit h3 {
    font-weight: normal;
    font-size: 26px;
}

.tpl-cdfs8x7x .index_tit .tit span {
    display: inline-block;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    color: #c1c1c1;
    vertical-align: bottom;
    margin-left: 10px;
    padding-left: 24px;
    background: url(images/title-dot.png) no-repeat left bottom;
    text-transform: uppercase;
}

/* 合作案例 */
.tpl-cdfs8x7x .index_case .list {
    margin-top: 40px;
}

.tpl-cdfs8x7x .index_case .list ul {
    margin: 0 -1.5%;
}

.tpl-cdfs8x7x .index_case .list ul li {
    float: left;
    width: 22%;
    margin: 15px 1.5%;
}

.tpl-cdfs8x7x .index_case .list ul li a {
    display: block;
    padding-bottom: 20px;
    background: #fff;
    border: 1px solid #eee;
}

.tpl-cdfs8x7x .index_case .list ul li .img {
    height: 200px;
    overflow: hidden;
}

.tpl-cdfs8x7x .index_case .list ul li .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tpl-cdfs8x7x .index_case .list ul li .web {
    padding: 25px 20px 20px;
    border-bottom: 1px solid #e7e3e2;
}

.tpl-cdfs8x7x .index_case .list ul li .web h3 {
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

.tpl-cdfs8x7x .index_case .list ul li label {
    display: block;
    width: 81px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #e7e3e2;
    color: #666;
    margin-top: 15px;
    margin-left: 20px;
    cursor: pointer;
}

.tpl-cdfs8x7x .index_case .list ul li a:hover {
    background: #00994e;
}

.tpl-cdfs8x7x .index_case .list ul li a:hover .web {
    border-color: #33ae71;
}

.tpl-cdfs8x7x .index_case .list ul li a:hover .web h3 {
    color: #fff;
}

.tpl-cdfs8x7x .index_case .list ul li a:hover label {
    background: #fff;
    border-color: #fff;
    color: #00994e;
}

.tpl-cdfs8x7x .div_btn {
    text-align: center;
    margin-top: 40px;
}

.tpl-cdfs8x7x .div_btn a {
    display: inline-block;
    width: 148px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #e7e3e2;
    color: #666;
    background: #fff;
}

.tpl-cdfs8x7x .div_btn a:hover {
    background: #00994e;
    color: #fff;
    border-color: #00994e;
}

/* 关于我们 */
.tpl-cdfs8x7x .index_about {
    background: #fff;
    overflow: hidden;
}

.tpl-cdfs8x7x .index_about .img {
    float: left;
    width: 460px;
}

.tpl-cdfs8x7x .index_about .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tpl-cdfs8x7x .index_about .text {
    overflow: hidden;
    padding: 40px;
    line-height: 32px;
    font-size: 15px;
    color: #444;
}

.tpl-cdfs8x7x .index_about .text p {
    max-height: 220px;
    overflow: hidden;
    margin-bottom: 10px;
}

.tpl-cdfs8x7x .index_about .text h3 {
    font-size: 22px;
    font-weight: normal;
    color: #000;
    margin-bottom: 20px;
    margin-top: 15px;
}

.tpl-cdfs8x7x .index_about .text .div_btn {
    text-align: left;
    margin-top: 20px;
}

.tpl-cdfs8x7x .index_about .text .div_btn a {
    background: #00994e;
    color: #fff;
    border-color: #00994e;
    width: auto;
    padding: 0 24px;
}

/* 热销产品（owl carousel 风格） */
.tpl-cdfs8x7x .index_team {
    margin-top: 60px;
    position: relative;
}

.tpl-cdfs8x7x .index_team .banner {
    overflow: hidden;
}

.tpl-cdfs8x7x .index_team .banner > ul,
.tpl-cdfs8x7x .index_team .banner > .row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.tpl-cdfs8x7x .index_team .item a {
    display: block;
    padding-bottom: 20px;
    background: #fff;
    border: 1px solid #eee;
}

.tpl-cdfs8x7x .index_team .item .img {
    height: 200px;
    overflow: hidden;
}

.tpl-cdfs8x7x .index_team .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tpl-cdfs8x7x .index_team .item .web {
    padding: 30px 20px;
    border-bottom: 1px solid #e7e3e2;
}

.tpl-cdfs8x7x .index_team .item .web h3 {
    font-weight: normal;
    font-size: 16px;
    color: #333;
}

.tpl-cdfs8x7x .index_team .item label {
    display: block;
    width: 81px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #e7e3e2;
    color: #666;
    margin-top: 20px;
    margin-left: 20px;
    cursor: pointer;
}

.tpl-cdfs8x7x .index_team .item a:hover {
    background: #00994e;
}

.tpl-cdfs8x7x .index_team .item a:hover .web h3 {
    color: #fff;
}

.tpl-cdfs8x7x .index_team .item a:hover label {
    background: #fff;
    border-color: #fff;
    color: #00994e;
}

.tpl-cdfs8x7x .index_team .owl-controls {
    position: absolute;
    top: 100px;
    left: -50px;
    right: -50px;
    height: 0;
    pointer-events: none;
}

.tpl-cdfs8x7x .index_team .owl-controls .owl-nav .owl-prev,
.tpl-cdfs8x7x .index_team .owl-controls .owl-nav .owl-next {
    width: 30px;
    height: 70px;
    background-color: #ccc;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    pointer-events: auto;
}

.tpl-cdfs8x7x .index_team .owl-controls .owl-nav .owl-prev {
    background-image: url(images/team-prev.png);
    float: left;
}

.tpl-cdfs8x7x .index_team .owl-controls .owl-nav .owl-next {
    background-image: url(images/team-next.png);
    float: right;
}

/* 新闻动态 */
.tpl-cdfs8x7x .index_news {
    overflow: hidden;
}

.tpl-cdfs8x7x .index_news .left {
    float: left;
    width: 535px;
    margin-right: 80px;
    margin-top: 60px;
}

.tpl-cdfs8x7x .index_news .left .img {
    height: 270px;
    overflow: hidden;
}

.tpl-cdfs8x7x .index_news .left .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tpl-cdfs8x7x .index_news .left .web {
    background: #00994e;
}

.tpl-cdfs8x7x .index_news .left .web h3 {
    line-height: 80px;
    padding: 0 20px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #33ae71;
}

.tpl-cdfs8x7x .index_news .left .web h3 a {
    color: #fff;
}

.tpl-cdfs8x7x .index_news .left .web .text {
    padding: 23px 20px;
    color: #d6ebe0;
    line-height: 22px;
}

.tpl-cdfs8x7x .index_news .left .web .text span {
    color: #b3e1ca;
    display: block;
    margin-top: 20px;
}

.tpl-cdfs8x7x .index_news .list {
    overflow: hidden;
    margin-top: 60px;
    border-top: 1px solid #e7e3e2;
}

.tpl-cdfs8x7x .index_news .list ul li {
    line-height: 64px;
    border-bottom: 1px solid #e7e3e2;
}

.tpl-cdfs8x7x .index_news .list ul li a {
    display: block;
    padding: 0 120px 0 20px;
    position: relative;
}

.tpl-cdfs8x7x .index_news .list ul li p {
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 24px;
    background: url(images/news-dot.png) no-repeat left center;
}

.tpl-cdfs8x7x .index_news .list ul li p span {
    display: block;
    color: #999;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 20px;
    background-position: right center;
}

.tpl-cdfs8x7x .index_news .list ul li a:hover p {
    color: #00994e;
}

/* 友情链接 */
.tpl-cdfs8x7x .linkbox {
    margin-top: 25px;
    padding: 20px 0;
    border-top: 1px solid #e7e3e2;
}

.tpl-cdfs8x7x .linkbox p {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #333;
}

.tpl-cdfs8x7x .linkbox a {
    color: #9b9b9b;
    margin-right: 15px;
    line-height: 25px;
}

.tpl-cdfs8x7x .linkbox a:hover {
    color: #00994e;
}

/* 页脚 */
.tpl-cdfs8x7x .footer {
    margin-top: 10px;
    border-top: 1px solid #dedede;
    background: #fff;
}

.tpl-cdfs8x7x .ft_bq {
    text-align: center;
    line-height: 30px;
    padding: 30px 2%;
    max-width: 1200px;
    margin: 0 auto;
}

.tpl-cdfs8x7x .ft_bq p {
    color: #666;
}

.tpl-cdfs8x7x .ft_bq p a {
    color: #666;
}

.tpl-cdfs8x7x .sjys4 {
    color: #708069;
    font-weight: bold;
}

/* 内页通用容器：复用 classic-blue 思想，但颜色匹配本模板绿色主题 */
.tpl-cdfs8x7x .inner-section {
    padding: 30px 0;
}

.tpl-cdfs8x7x .inner-section .wrap {
    background: #fff;
}

.tpl-cdfs8x7x .inner-breadcrumb {
    color: #666;
    margin-bottom: 15px;
    padding: 15px 0;
}

.tpl-cdfs8x7x .inner-breadcrumb a {
    color: #666;
}

.tpl-cdfs8x7x .inner-breadcrumb a:hover {
    color: #00994e;
}

.tpl-cdfs8x7x .inner-page-header {
    background: #00994e;
    color: #fff;
    padding: 24px 0;
}

.tpl-cdfs8x7x .inner-page-header h1 {
    font-size: 24px;
    margin-bottom: 8px;
}

.tpl-cdfs8x7x .inner-page-header .crumbs,
.tpl-cdfs8x7x .inner-page-header .crumbs a {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
}

.tpl-cdfs8x7x .inner-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    background: #fff;
    padding: 20px;
}

.tpl-cdfs8x7x .inner-card-grid li {
    border: 1px solid #eee;
    overflow: hidden;
}

.tpl-cdfs8x7x .inner-card-grid a {
    display: block;
}

.tpl-cdfs8x7x .inner-card-grid .img {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.tpl-cdfs8x7x .inner-card-grid .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tpl-cdfs8x7x .inner-card-grid .title {
    padding: 12px 15px;
    color: #333;
    font-size: 15px;
}

.tpl-cdfs8x7x .inner-news-list {
    background: #fff;
}

.tpl-cdfs8x7x .inner-news-list li {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.tpl-cdfs8x7x .inner-news-list li .img {
    width: 200px;
    height: 140px;
    overflow: hidden;
}

.tpl-cdfs8x7x .inner-news-list li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tpl-cdfs8x7x .inner-news-list li h3 {
    font-size: 18px;
    color: #00994e;
    margin-bottom: 10px;
}

.tpl-cdfs8x7x .inner-news-list li h3 a {
    color: #00994e;
}

.tpl-cdfs8x7x .inner-news-list li .summary {
    color: #999;
    line-height: 1.6;
}

.tpl-cdfs8x7x .inner-news-list li .date {
    color: #bbb;
    font-size: 12px;
    display: block;
    margin-top: 8px;
}

.tpl-cdfs8x7x .inner-article {
    background: #fff;
    padding: 30px;
    line-height: 1.8;
    color: #666;
}

.tpl-cdfs8x7x .inner-article h1 {
    font-size: 24px;
    color: #00994e;
    margin-bottom: 15px;
}

.tpl-cdfs8x7x .inner-article .meta {
    color: #999;
    font-size: 13px;
    margin-bottom: 20px;
}

.tpl-cdfs8x7x .inner-article .summary {
    color: #666;
    line-height: 1.8;
    border-left: 4px solid #00994e;
    padding: 10px 15px;
    background: #f5f5f5;
    margin-bottom: 20px;
}

.tpl-cdfs8x7x .inner-article p {
    margin-bottom: 12px;
}

.tpl-cdfs8x7x .inner-contact {
    background: #fff;
    padding: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.tpl-cdfs8x7x .inner-contact h3 {
    color: #00994e;
    font-size: 22px;
    margin-bottom: 20px;
}

.tpl-cdfs8x7x .inner-contact p {
    line-height: 2;
    color: #666;
}

.tpl-cdfs8x7x .inner-contact strong {
    color: #00994e;
    font-size: 18px;
}

.tpl-cdfs8x7x .inner-contact-entry {
    text-align: center;
    background: #fff;
    padding: 30px;
    margin-top: 30px;
}

.tpl-cdfs8x7x .inner-contact-entry h3 {
    color: #00994e;
    font-size: 24px;
    margin-bottom: 15px;
}

.tpl-cdfs8x7x .inner-contact-entry .btn {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 30px;
    background: #00994e;
    color: #fff;
}

.tpl-cdfs8x7x .inner-pdetail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    background: #fff;
    padding: 30px;
}

.tpl-cdfs8x7x .inner-pdetail .img {
    height: 400px;
    overflow: hidden;
}

.tpl-cdfs8x7x .inner-pdetail .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tpl-cdfs8x7x .inner-pdetail h1 {
    font-size: 24px;
    color: #00994e;
    margin-bottom: 15px;
}

.tpl-cdfs8x7x .inner-pdetail .summary {
    color: #666;
    line-height: 1.8;
}

.tpl-cdfs8x7x .inner-related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    background: #fff;
    padding: 20px;
}

.tpl-cdfs8x7x .inner-related-grid li a {
    display: block;
    padding: 12px 15px;
    background: #f5f5f5;
    color: #00994e;
    text-align: center;
}

.tpl-cdfs8x7x .inner-region-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    background: #fff;
    padding: 20px;
}

.tpl-cdfs8x7x .inner-region-list li a {
    display: inline-block;
    padding: 8px 16px;
    background: #f5f5f5;
    color: #00994e;
}

.tpl-cdfs8x7x .inner-spec-table {
    width: 100%;
    background: #fff;
    border-collapse: collapse;
}

.tpl-cdfs8x7x .inner-spec-table tr {
    border-bottom: 1px solid #eee;
}

.tpl-cdfs8x7x .inner-spec-table th {
    text-align: left;
    padding: 12px 20px;
    background: #f5f5f5;
    width: 30%;
    color: #333;
    font-weight: normal;
}

.tpl-cdfs8x7x .inner-spec-table td {
    padding: 12px 20px;
}

.tpl-cdfs8x7x .inner-faq-list {
    background: #fff;
    padding: 20px 30px;
}

.tpl-cdfs8x7x .inner-faq-list li {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.tpl-cdfs8x7x .inner-faq-list h4 {
    color: #00994e;
    font-size: 16px;
}

.tpl-cdfs8x7x .inner-faq-list .answer {
    color: #666;
    margin-top: 6px;
}

.tpl-cdfs8x7x .inner-title {
    font-size: 22px;
    color: #00994e;
    margin: 24px 0 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid #00994e;
}

.tpl-cdfs8x7x .inner-list-line {
    background: #fff;
    padding: 20px 30px;
}

.tpl-cdfs8x7x .inner-list-line li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    color: #333;
}
