*,
:after,
:before {
    box-sizing: border-box;
    outline: 0;
}

body,
html {
    font-family: 'SF Pro SC', 'SF Pro Text', 'SF Pro Icons', 'AOS Icons',
        'PingFang SC', 'Helvetica Neue', Helvetica, Arial, 'Hiragino Sans GB',
        'Microsoft Yahei', 微软雅黑, STHeiti, 华文细黑, sans-serif;
    line-height: 1;
    text-align: center;
    letter-spacing: 1px;
}

html {
    font-size: 16px;
}

a {
    text-decoration: none;
    /* color: #fff; */
}

.container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: left;
    padding: 50px 0;
    overflow: hidden;
}

.c1 {
    background-image: linear-gradient(1deg,
            rgb(242 171 161),
            rgb(251 196 188) 51%,
            #ffffff);
    color: #fff;
}

.c2 {
    background-color: #fff;
    color: #666;
    padding-top: 0;
}

.content {
    width: 100%;
    max-width: 1024px;
    display: flex;
    justify-content: center;
    padding: 0 100px;
    z-index: 1;
}

.c2 .content {
    flex-direction: column;
}

.iphone_img {
    max-width: 256px;
    max-height: 512px;
}

.right {
    max-width: 518px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.logo_img {
    max-width: 350px;
    width: 80%;
    margin-bottom: 46px;
}

.download_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 30px 0 20px;
}

.download_content .btn {
    width: 80%;
    max-width: 170px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin: 7.5px 9px;
    /* border: 2px outset #2e1c23; */
    border-radius: 5px;
    background: #8eba44;
    color: #fff;
    font-size: 0.9375em;
    cursor: pointer;
    position: relative;
}

.download_content .btn:hover {
    background: #8fc238;
    color: #fff;
}

.icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
    background-size: cover;
}

.android {
    background-image: url(img/pc_ad.png);
}

.ios {
    background-image: url(img/pc_ios.png);
}

.QandA {
    position: relative;
    display: flex;
    margin-top: 30px;
    margin-bottom: 15px;
}

.QandA>div {
    width: 100%;
    display: flex;
}

.QandA span {
    margin-right: 32px;
    display: inline-block;
    vertical-align: top;
}

.QandA span:first-of-type {
    width: 30px;
    color: #8eba44;
    font-size: 2.25rem;
}

.QandA .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 32px;
    line-height: 32px;
    color: #8eba44;
    border: 1px solid #2e1c23;
    font-size: 0.9375rem;
    text-align: center;
    border-radius: 50px;
}

h1 {
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 2.8px;
    margin-bottom: 20px;
}

h2 {
    font-size: 1.2rem;
    letter-spacing: 1.2px;
    font-weight: 500;
}

p {
    font-size: 0.8rem;
    letter-spacing: 1.2px;
    line-height: 1.6;
}

.c2 .main_title {
    display: inline-block;
    position: relative;
    color: #8eba44;
    border-bottom: 3px solid #d9d9d9;
    padding-bottom: 15px;
    z-index: 1;
}

.c2 .main_title:after {
    content: '';
    position: absolute;
    width: 150px;
    display: block;
    bottom: -3px;
    left: 0;
    border-bottom: 3px solid #8eba44;
}

.c2 h2 {
    font-size: 2.25rem;
}

.c2 h3 {
    font-size: 1.5rem;
}

.c2 h2 span {
    color: #666;
    font-size: 13px;
    position: absolute;
    top: 0;
    left: 160px;
    line-height: 1.4;
}

.qu {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 7px;
}

.ans {
    line-height: 2.13;
}

.line {
    background-color: #eee;
    height: 1px;
}

.ground_img {
    width: 100%;
    background-color: #f2aba1;
}

footer {
    width: 100%;
    height: 200px;
    background-image: url(../images/footer.png);
    filter: opacity(0.5);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

footer img {
    width: 168px;
}

footer .footer {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
    color: #fff;
    font-weight: 300;
}

footer p {
    font-size: 1rem;
    text-align: left;
    line-height: 1.5;
}

.fixed {
    position: fixed;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 100;
}

.fixed.show {
    display: flex;
}

.fixed p {
    width: 100%;
    color: #e85151;
    font-size: 36px;
    margin-bottom: 20px;
}

.fixed p {
    width: 100%;
    color: #e85151;
    font-size: 36px;
    margin-bottom: 20px;
}

.fixed div {
    color: #fff;
    margin-top: 30px;
    max-width: 350px;
    line-height: 1.333;
}

.incap_page-tooltip {
    display: none;
}

@media (max-width: 992px) {
    .content {
        padding: 0 50px;
    }
}

@media (max-width: 767px) {
    html {
        font-size: 14px;
    }

    .iphone_img {
        display: none;
    }

    .right {
        width: 100%;
        margin-left: 0;
    }

    .img_content>div {
        margin: 0 10px;
    }

    .c2 h2 span {
        position: initial;
        display: block;
        margin-top: 10px;
    }
}

@media (max-width: 640px) {
    .container {
        padding: 30px 0;
    }

    .c2 {
        padding-bottom: 0;
    }

    .content {
        padding: 0 25px;
    }

    .img_content {
        flex-direction: column;
        margin-top: 25px;
    }

    .img_content>div {
        margin: 10px 0;
    }

    .bank_content img {
        width: 100%;
    }

    .bank_content img:first-of-type {
        margin-right: 0;
        margin-bottom: 15px;
    }

    footer {

        height: 150px;

    }

    footer .footer {
        padding-bottom: 10px;
    }

    .android {
        background-image: url(img/m_ad.png);
    }

    .ios {
        position: relative;
        background-image: url(img/m_ios.png);
    }

    .QandA {
        flex-wrap: wrap;
    }

    .QandA span {
        margin-right: 20px;
    }

    .QandA .btn {
        position: initial;
        margin-top: 10px;
        margin-left: 45px;
    }
}

@media (max-width: 320px) {
    html {
        font-size: 12px;
    }

    .content {
        padding: 0 10px;
    }

    .img_content {
        flex-wrap: wrap;
    }
}