﻿#sectionTop {
    height: 350px;
    overflow: hidden;
    position: relative;
}
#sectionTop  > img {
    width: 100%;
    height: 350px;
    display: block;
    position: absolute;
}
#sectionTop .inner {
    padding-top: 100px;
    height: 220px;
    overflow: hidden;
}
    #sectionTop .inner h3 {
        color: #00FF99;
        font-size: 36pt;
        letter-spacing: 10px;
        padding-top: 88px;
    }
.line-slogan {
    line-height: 30px;
    position: relative;
    background-color: rgba(0,0,0,0.15);
    color: #01a37b;
    text-align: center;
    letter-spacing: 5px;
    font-size: 12pt;
}
.qr-box {
    position: absolute;
    right: 0px;
    bottom: 10px;
}
.qr-w1 {
    overflow: hidden;
    position: relative;
}
.qr-w1 > img.qr {
    width: 120px;
    height: 120px;
    float: left;
    display: block;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 3px solid rgba(255, 255, 255, 0.5);
}
    .qr-w1 > img.qr-logo {
        width: 24px;
        height: 24px;
        display: block;
        position: absolute;
        top: 50px;
        left: 50px;
        border: 1px solid #fff;
        border-radius: 5px;
    }
.qr-w1 > .right {
    margin-left: 140px;
}
    .qr-w1 > .right p{
        margin-bottom: 18px;
        color: #00CC99;
        font-size: 14pt;
    }
    

#supports {
    color: #00CC99;
    font-size: 10pt;
}
    #supports label {
        display: inline-block;
        line-height: 30px;
        color: #00CC99;
        background: url(images/home/support-ok.png) 8px center no-repeat;
        background-size: 14px auto;
        padding-left: 30px;
        padding-right: 15px;
        background-color: rgba(0, 204, 153, 0.29);
        border-radius: 4px;
        margin-right: 15px;
    }

.section {
    padding: 25px 0;
}
.section h2 {
    text-align: center;
    font-size: 28pt;
    padding-top: 10px;
    line-height: 2.5em;
    margin-bottom: 0px;
}
.section  h2 > a {
    color: #333;
}
    .section > h3,
    .section > .inner > h3 {
        color: #999;
        font-size: 18pt;
        font-weight: normal;
        display: block;
        line-height: 1.5em;
        margin-bottom: 50px;
        text-align: center;
    }
        .section > h3 > small,
        .section > .inner > h3 > small {
            height: 3px;
            width: 88px;
            margin: 0 auto;
            display: block;
            margin-bottom: 15px;
            background-color: #ddd;
            border-radius: 10px;
        }

.section .cols {
    overflow: hidden;
}
.section-msg .cols .left {
    float: left;
    width: 450px;
}

.cols img {
    display: block;
}
.section-msg .cols .right {
    margin-left: 500px;
}
.section-msg ul.list-functions {
    padding-top: 0;
}
ul.list-functions {
    padding-top: 35px;
}
    ul.list-functions > li {
        line-height: 40px;
        margin-bottom: 15px;
        font-size: 15pt;
        background: url("images/home/feature-ok.png") 0 center no-repeat;
        padding-left: 40px;
    }
    ul.list-functions > li.line-more {
        padding-left: 0;
        background: none;
    }
.section-store {
    background: url("images/home/bg2.jpg") center center no-repeat;
    background-size: cover;
    padding-bottom: 0;
}
.section-store .right {
    width: 400px;
    float: right;
}
.section-store .left {
    margin-right: 400px;
}
.section-applet .left {
    width: 400px;
    float: left;
}
.section-applet .right {
    margin-left: 450px;
}
.section-redpack .left{
    width: 400px;
    float: left;
}
.section-redpack .right {
    margin-left: 450px;
}

.section-qr {
    background: url("images/home/bg3.jpg") center center no-repeat;
    background-size: cover;
    color: #fff;
}

    .section-qr .right {
        width: 400px;
        float: right;
    }

    .section-qr .left {
        margin-right: 400px;
    }
.section-qr > .inner > h3 {
    color: #fff;
}
    .section-qr ul.list-functions > li {
        background-image: url("images/home/feature-ok-w.png");
    }
    .section-qr ul.list-functions > li.line-more {
        background: none;
    }
    .section-qr ul.list-functions {
        padding-top: 0px;
    }

ul.list-more-funcs {
    margin-left: -25px;
    overflow: hidden;
    padding: 10px 0;
}
ul.list-more-funcs > li {
    position: relative;
    margin-left: 25px;
    margin-bottom: 25px;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px #ddd;
    background-color: #fff;
    width: 227px;
    padding: 15px 15px;
    float: left;
    padding-left: 80px;
    padding-bottom: 5px;
    height: 140px;
    border-radius: 4px;
    background-position: 13px center;
    background-repeat: no-repeat;
    overflow: hidden;
}
    ul.list-more-funcs h3 {
        margin-bottom: 10px;
    }
ul.list-more-funcs h3 > a {
    color: #333;
}
ul.list-more-funcs p {
    font-size: 9pt;
    color: #999;
    overflow: hidden;
    margin-bottom: 0;
}
    ul.list-more-funcs li > a {
        display: block;
        background-color: #f4f4f4;
        line-height: 30px;
        text-align: center;
        position: absolute;
        bottom: -30px;
        left: 50%;
        margin-left: -100px;
        width: 200px;
        color: #00cc33;
        transition: 0.5s;
        border-radius: 5px 5px 0 0;
    }
    ul.list-more-funcs li:hover > a {
        bottom: 0;
    }
li#func-menu {
    background-image: url("images/home/func-menu.png");
}
li#func-redpack {
    background-image: url("images/home/func-redpack.png");
}
li#func-comment {
    background-image: url("images/home/func-comment.png");
}
li#func-48h {
    background-image: url("images/home/func-48h.png");
}
li#func-menu-click {
    background-image: url("images/home/func-menu-click.png");
}
li#func-news {
    background-image: url("images/home/func-news.png");
}
li#func-template {
    background-image: url("images/home/func-template.png");
}
li#func-url {
    background-image: url("images/home/func-url.png");
}
li#func-invoice {
    background-image: url("images/home/func-invoice.png");
}
li#func-id {
    background-image: url("images/home/func-id.png");
}
li#func-resend-crm {
    background-image: url("images/home/func-resend-crm.png");
}
li#func-keyword {
    background-image: url("images/home/func-keyword.png");
}
li#func-short {
    background-image: url("images/home/func-short.png");
}
.section-safety {
    background: url("images/home/bg4.png") center center no-repeat;
    background-size: cover;
}
.section-safety > .inner {
    overflow: hidden;
}
.section-safety .left {
    width: 500px;
    float: left;
}
.section-safety .right {
    margin-left: 550px;
}
    .section-safety .right p{
        color: #999;
        font-size: 15pt;
        line-height: 1.5em;
    }
.section-safety h3 {
    padding-top: 0;
    line-height: 1.5em;
    font-size: 24pt;
}
ul.list-customers {
    overflow: hidden;
    margin-left: -20px;
}
ul.list-customers > li {
    margin-left: 20px;
    float: left;
    padding-bottom: 10px;
    width: 154px;
    padding-top: 10px;
    position: relative;
}
    ul.list-customers img {
        display: block;
        width: 80px;
        height: 80px;
        box-shadow: 0 0 10px #aaa;
        border-radius: 5px;
        margin: 0 auto;
        margin-bottom: 10px;
    }
ul.list-customers label {
    display: block;
    text-overflow: ellipsis;
    line-height: 1.5em;
    font-size: 12pt;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}
    ul.list-customers p {
        display: block;
        text-overflow: ellipsis;
        line-height: 1.5em;
        font-size: 8pt;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        color: #999;
    }
ul.list-customers span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: 20px;
    top: 12px;
    background-color: #00cc99;
    color: #fff;
    line-height: 16px;
    border-radius: 2px;
    font-size: 6pt;
    width: 44px;
    text-align: center;
}
.serveice-daben {
    overflow: hidden;
}
    .serveice-daben #listLeftCustomers {
        float: left;
        width: 348px;
    }
.serveice-daben #listRightCustomers {
    float: right;
    width: 348px;
}
.serveice-daben .mid {
    margin: 0 348px;
    text-align: center;
    margin-bottom: 15px;
}
    .serveice-daben .mid img {
        width: 220px;
        box-shadow: 0 0 10px #ddd;
        border: 5px solid #d9dfe1;
        border-radius: 5px;
    }
#listTopCustomers {
    margin-bottom: 15px;
}
/*************************************/
.list-posts {
    margin-bottom: 20px;
}
ul.list-posts > li{
    overflow: hidden;
    margin-bottom: 20px; 
}
ul.list-posts > li img {
    width: 100%;
    height: 100%;
    display: block;
}
ul.list-posts a.img-w1 {
    width: 50px;
    height: 50px;
    display: block;
    float: left;
}
ul.list-posts .right {
    margin-left: 60px;
}
ul.list-posts h6{
    font-size: 14pt;
    margin: 0px;
    margin-bottom: 5px;
    font-weight: normal;
}
ul.list-posts a.post-title {
    font-size: 14pt;
    display: inline-block;
    color: #333;
    margin-bottom: 5px;
}
    ul.list-posts a.post-title:hover {
        color: #00cc33;
    }
ul.list-posts  p {
    margin: 0px;
    color: #999;
    font-size: 10pt;
}
ul.list-pager {
    overflow: hidden;
}
ul.list-pager > li {
    margin-right: 15px;
    float: left;
}
ul.list-pager > li > a {
    display: block;
    line-height: 36px;
    padding: 0 10px;
    color: #333333;
    border: 1px solid #ccc;
}
    ul.list-pager > li > a:hover {
        color: #00cc33;
    }
.btn-more {
    display: inline-block;
    border-radius: 5px;
    background-color: #00cc33;
    color: #fff;
    line-height: 18px;
    padding: 11px 15px;
    font-size: 12pt;
}
.btn-more > i {
    display: inline-block;
    background: url("images/home/icon-right-16.png") center center no-repeat;
    width: 16px;
    height: 18px;
    vertical-align: bottom;
}
.btn-more:hover {
    color: #fff;
    background-color: #00bb00;
}

/***************************/
.section-msg h2 > span {
    display: inline-block;
    background: #ff0000;
    font-size: 11pt;
    color: #fff;
    line-height: 30px;
    border-radius: 5px;
    vertical-align: top;
    margin-left: 10px;
    padding: 0 6px;
    margin-top: 15px;
}
.section-msg .line-banner img {
    width: 1200px;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    
}
.section-msg .line-banner {
    margin-bottom: 50px;
    text-align: center;
}
.section-msg .line-banner a{
    font-size: 10pt;
    color: #999;
}
ul.crm-funcs {
    overflow: hidden;
}
ul.crm-funcs > li {
    width: 50%;
    float: left;
    margin-bottom: 35px;
    overflow: hidden;
}
ul.crm-funcs span {
    width: 160px;
    padding: 15px 0;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    font-size: 20pt;
    display: block;
    float: left;
    border-radius: 0 8px 0 8px;
}
    ul.crm-funcs li.even span {
        float: right;
        border-radius: 8px 0 8px 0;
    }
ul.crm-funcs div {
    margin-left: 180px;
    margin-right: 15px;
    position: relative;
    background-color: #f4f4f4;
    padding: 15px;
    padding-bottom: 0px;
    font-size: 14pt;
    height: 75px;
    border-radius: 5px;
    line-height: 30px;
}
    ul.crm-funcs li.even div {
        margin-left: 15px;
        margin-right: 180px;
    }
ul.crm-funcs li.func-1 span {
    background-color: #FF9900;
}
ul.crm-funcs li.func-2 span {
    background-color: #FF9999;
}
ul.crm-funcs li.func-3 span {
    background-color: #996633;
}
ul.crm-funcs li.func-4 span {
    background-color: #00cccc;
}
ul.crm-funcs li.func-5 span {
    background-color: #66cc66;
}
ul.crm-funcs li.func-6 span {
    background-color: #999966;
}
ul.crm-funcs li.func-7 span {
    background-color: #333;
}
ul.crm-funcs li.func-8 span {
    background-color: #333;
}
ul.crm-funcs i {
    display: block;
    width: 18px;
    height: 30px;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -15px;
    background: url("images/home/arr-l.png") center center no-repeat;
    background-size: 18px auto;
}
    ul.crm-funcs li.even i {
        background-image: url("images/home/arr-r.png");
        left: auto;
        right: -10px;
    } 
@media screen and (min-width: 1200px) {
    .section-msg .inner {
        width: 1200px;
    }
}
ul.crm-funcs li.func-6 div {
    padding-top: 30px;
    height: 60px;
}
ul.crm-funcs li.func-7 div {
    line-height: 26px;
    padding-top: 6px;
    height: 84px;
}
.line-crm-more {
    background-color: #D9F0E8;
    padding: 10px 0px;
    border-radius: 50px;
    font-size: 16pt;
    line-height: 30px;
    width: 500px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 100px;
}
.section-store .inner > i {
    width: 80px;
    height: 100px;
    display: block;
    position: absolute;
    top: -100px;
    left: 50%;
    margin-left: -40px;
    background: url("images/home/line-more.png") center center no-repeat;
    background-size: 80px auto;
}
.section-store .inner {
    overflow: visible;
}

/***********/
#footer.home > .inner > img {
    width: 100px;
    height: 100px;
    display: block;
    float: left;
    box-shadow: 0 0 5px #00cccc;
    border-radius: 5px;
}
.footer-main {
    margin-left: 120px;
    font-size: 9pt;
    color: #999;
}
.footer-main a {
    color: #999;
}
    .footer-main a:hover {
        color: #00cc33;
    }
.footer-title {
    position: relative;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}
    .footer-title h2 {
        color: #00cc33;
        margin: 0;
    }
    .footer-title div {
        position: absolute;
        right: 0;
        bottom: 5px;
    }
.footer-friend-links {
    overflow: hidden;
    border-top: 1px solid #666;
    color: #999;
    font-size: 9pt;
    padding-top: 5px;
    line-height: 20px;
}
    .footer-friend-links .friends-col1 {
        float: left;
        width: 130px;
    }
.footer-friend-links .friends-col2 {
    float: left;
}
.footer-friend-links ul {
    margin-left: 200px;
    overflow: hidden;
}
    .footer-friend-links ul > li {
        width: 90px;
        float: left;
        text-align: center;
        padding: 0px 5px;
    }
.footer-friend-links ul > li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    line-height: 20px;
}