html,
body {
    font-size: 100%;
    background: #FFf;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

@media (min-width: 1200px) {
    .container {
        width: 1400px;
    }
}

.cm-header {
    min-height: 600px;
    position: relative;
    padding-top: 70px;
}

.cm-header-nav {
    background-color: #ffffff;
    opacity: 1;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 70px;
    z-index: 998;
}

.cm-header-nav1 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 70px;
    z-index: 999;
}

.cm-logo {
    float: left;
    margin-top: 0.6em;
}

.cm-logo img {
    height: 50px;
    width: auto;
}

.cm-logo a:hover {
    text-decoration: none;
}

.cm-logo a {
    display: block;
}

.cm-top-nav ul li a {
    color: rgba(11, 13, 8, 1);
    padding: 0.3em 0.5em;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin: 0 1em;
}

.cm-top-nav ul li.active a,
.cm-top-nav ul li a:hover {
    color: #fff;
    background: linear-gradient(90deg, #39B690 0%, #48CC84 100%);
    border-radius: 0px 18px 0px 18px;
}


/* cm-top-nav */

.cm-top-nav:before,
.cm-top-nav:after {
    content: " ";
    display: table;
}

.cm-top-nav:after {
    clear: both;
}

nav {
    position: relative;
    float: right;
}

nav ul {
    padding: 0;
    float: right;
    margin: 1.7em 0 0;
}

nav li {
    display: inline;
    float: left;
    position: relative;
}

nav a {
    color: #fff;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 20px;
}

nav a:hover {
    text-decoration: none;
    color: #fff;
}

a#pull {
    display: none;
}

.cm-header-info {
    padding: 6.0rem 0;
    background: url('../img/bg_1@2x.png');
    background-size: cover;
    /* background: linear-gradient(0deg, rgba(6, 212, 152, 1) 0%, rgba(64, 226, 153, 1) 100%); */
}

.cm-header-info .cm-mobile {
    width: 70%;
}

.cm-header-info .cm-text1 {
    font-size: 72px;
    font-style: italic;
    color: #fff;
    /* text-align: center; */
    font-weight: 900;
    margin-top: 60px;
}


/* .cm-header-info .line {
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    opacity: 0.3;
} */

.cm-header-info .cm-text3 {
    margin: 0.5rem 0 4rem;
    font-weight: bold;
    font-size: 24px;
    /* text-align: center; */
    color: #fff;
}

.cm-header-info .cm-text3 p {
    position: relative;
    display: inline-block;
    padding: 0 22px;
    /* border-right: 1px solid rgba(255, 255, 255, .4); */
}

.cm-header-info .cm-text3 p::after {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -9px;
    content: ' ';
    height: 18px;
    border-right: 1px solid rgba(255, 255, 255, .4);
}

.cm-header-info .cm-text3 p:last-child::after {
    border: none;
}

.cm-header-info .cm-text3 p:first-child {
    padding-left: 0;
}

.cm-header-info .cm-text3 p:last-child {
    border: none;
}

.cm-header-info .cm-text2 {
    font-size: 20px;
    margin: 3rem 0;
    color: #fff;
    opacity: 0.8;
}

.cm-header-info .cm-download-link {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

.cm-title {
    font-size: 48px;
    text-align: center;
    margin: 0;
    padding: 6rem 0 0 0;
    color: rgba(11, 13, 8, 1);
}

.cm-title img {
    width: 50px;
    margin-top: -30px;
}

.cm-sub-title {
    font-size: 20px;
    text-align: center;
    margin: .5rem 0 0 0;
    padding-bottom: 3rem;
    opacity: 0.9;
    color: rgba(11, 13, 8, 1);
}

.cm-cash {
    /* display: flex;
    flex-wrap: wrap; */
    padding: 57px 0 0;
}

.cm-cash .container {
    display: flex;
    flex-wrap: wrap;
}

.cm-cash .cm-mobile {
    width: 420px;
    margin-right: 140px;
}

.cm-cash .cm-cash-right {
    width: 800px;
}

.cm-cash .cm-cash-right .cm-title {
    font-weight: bold;
    font-size: 80px;
    text-align: left;
}

.cm-cash .cm-cash-right .col-md-3 {
    /* width: 20%; */
}

.cm-cash .cm-sub-title {
    margin: 45px 0 0;
    font-weight: bold;
    font-size: 22px;
    /* max-width: 650px; */
    opacity: 0.8;
    line-height: 1.6;
    text-align: left;
    color: rgba(11, 13, 8, 0.8);
}

.cm-cash .item {
    position: relative;
    margin: 0 0 40px 0;
    text-align: center;
    border-radius: 50px;
    font-size: 24px;
    background-color: #FFFFFF;
}

.cm-cash .tip {
    display: flex;
    font-weight: bold;
    font-size: 20px;
    padding: 80px 0 70px 0;
    color: rgba(33, 39, 80, .8);
}

.cm-cash .tip a {
    margin: 0 0 0 17px;
    color: #2E926C;
    text-decoration: underline;
}

.cm-cash .content {
    height: 222px;
}


/* .cm-cash .tip span {
    color: #2E926C;
} */

.cm-cash .tip img {
    margin-right: 16px;
    width: 32px;
    height: 32px;
}

.cm-cash .item:last-child {
    margin-right: 0;
}

.cm-cash .item .item-img {
    width: 110px;
    height: 110px;
}

.cm-cash .item .item-text {
    margin: 20px 0 0;
    font-size: 24px;
    font-weight: bold;
    color: #14171B;
}

.cm-service {
    /* background: linear-gradient(90deg, #14533F 0%, #0E8E6B 100%); */
    background: url('../img/bg_cash@2x.png') center 36% no-repeat;
    background-size: 704px;
    background-color: #F5F7FA;
}

.cm-service .cm-service-right {
    text-align: center;
}

.cm-service .cm-service-right .cm-title {
    font-size: 70px;
    text-align: inherit;
}

.cm-service .cm-service-right>.cm-sub-title {
    padding: 0;
    margin: 36px auto 40px;
    max-width: 1200px;
    line-height: 2;
    font-size: 22px;
    font-weight: bold;
    text-align: inherit;
    color: rgba(33, 39, 80, .8);
}

.cm-service .imgbox {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.cm-service .img1 {
    max-width: 80%;
    /* width: 943px;
    width: 70%; */
}

.cm-service .img2 {
    margin-bottom: 80px;
    width: 107px;
    width: 6%;
}

.cm-service .cm-title {
    font-weight: bold;
}

.cm-service .cm-title,
.cm-service .cm-sub-title {
    color: #212750;
}

.cm-service .cm-service-img {
    width: 100%;
}

.cm-service .cm-service-desc {
    padding: 2.2rem;
    font-size: 20px;
    color: #212750;
    opacity: 0.8;
    text-align: center;
}

.cm-img-row {
    /* text-align: center; */
}

.cm-google-play-img {
    width: 35%;
    height: auto;
}

.cm-cash-img img {
    width: 122%;
}

.cm-top-nav ul li a:focus {
    text-decoration: none;
}

.cm-contact {
    /* background-color: rgba(242, 242, 242, 1); */
    padding-bottom: 5rem;
    font-size: 20px;
    font-weight: bold;
}

.cm-contact .cm-title {
    color: rgba(11, 13, 8, 1);
    font-weight: bold;
    padding-bottom: 3rem;
}

.cm-contact .container {
    display: flex;
    justify-content: space-between;
}

.cm-contact .cm-contact-item {
    display: inline-block;
    padding: 0 24px;
    margin: .8rem 0;
    width: 50%;
    line-height: 2;
    font-size: 20px;
    border-left: 1px solid #E1E5E4;
    border-right: 1px solid #E1E5E4;
}

.cm-contact .cm-contact-item:last-child {
    text-align: right;
    border-left: none;
}

.cm-contact .cm-contact-item:first-child {
    text-align: left;
}

.cm-contact .cm-contact-item .title {
    color: rgba(33, 39, 80, .8);
    font-size: 20px;
}

.cm-contact .cm-contact-item .content {
    margin-bottom: 65px;
    color: #212750;
    font-size: 30px;
    margin-top: 16px;
}

.cm-contact .cm-contact-item .link {
    font-size: 28px;
}

.cm-contact .cm-contact-item a {
    color: #212750;
    text-decoration: underline;
}

.cm-contact .cm-contact-item a:hover {
    color: #39B690;
}

.cm-contact .cm-contact-item a img {
    width: 20px;
}

.cm-contact .desc {
    font-size: 20px;
    opacity: 0.8;
}

@media (max-width: 992px) {
    .cm-header-nav {
        height: 60px;
    }
    .cm-header {
        padding-top: 60px;
    }
    .cm-header-nav1 {
        height: 60px;
    }
    .cm-logo {
        margin-top: 0.3em;
    }
    a#pull {
        display: block;
        text-align: right;
        position: absolute;
        top: 15px;
        right: 15px;
    }
    a#pull img {
        width: 28px;
        height: 26px;
    }
    .cm-top-nav {
        float: none;
    }
    ul.cm-top-nav {
        display: none;
        position: absolute;
        top: 35px;
        width: 100%;
        z-index: 999;
        background: #fff;
    }
    .cm-top-nav ul li a {
        color: #333;
        padding: 10px 0;
        text-decoration: none;
    }
    .cm-top-nav ul li.active a,
    .cm-top-nav ul li a:hover {
        color: #14533F;
        border-bottom: none;
        text-decoration: none;
    }
    nav {
        position: relative;
        float: none;
    }
    nav ul {
        padding: 0;
        float: none;
        margin: 1.7em 0 0;
    }
    nav li {
        display: block;
        float: none;
        position: relative;
        border-bottom: 1px solid #ccc;
    }
    nav a {
        color: #333;
        display: block;
        text-align: center;
        text-decoration: none;
        line-height: 20px;
    }
    .cm-header-info {
        padding-top: 2.4rem;
    }
    .cm-header-info .cm-text1 {
        font-size: 48px;
    }
    .cm-header-info .cm-text2 {
        font-size: 24px;
    }
    .cm-google-play-img {
        width: 60%;
        height: auto;
        margin-bottom: 10px;
    }
    .cm-header-info .cm-mobile {
        margin-left: 0;
    }
    .cm-title {
        font-size: 36px;
        padding: 4.5rem 0 0 0;
    }
    .cm-sub-title {
        font-size: 18px;
        padding: 0 0 2.5rem 0;
    }
    .cm-cash li {
        margin: 1rem 0;
    }
    .cm-cash li img {
        height: 24px;
    }
    .cm-cash li a {
        font-size: 15px;
    }
    .cm-cash-img img {
        width: 100%;
    }
    .cm-contact .cm-contact-item .title {
        color: rgba(33, 39, 80, .8);
        font-size: 12px;
    }
    .cm-contact .cm-contact-item .content {
        margin-bottom: 65px;
        color: #212750;
        font-size: 16px;
        margin-top: 16px;
    }
    .cm-cash .cm-mobile {
        width: 100%;
        margin-right: 0;
    }
    .cm-cash .cm-cash-right {
        width: 100%;
    }
    .cm-cash .cm-title,
    .cm-cash .cm-sub-title {
        text-align: center;
    }
    .cm-cash .cm-sub-title {
        margin: 0 auto;
    }
}