﻿header {
    padding-top: 15px;
}

.container {
    max-width: unset !important;
}

.main {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
}

body {
    background: url(/images/app/bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
}

.logo img:first-child {
    width: 64px;
}

.logo img:last-child {
    width: 120px;
}

.title-color {
    color: #28140F;
}

.title {
    font-size: 56px;
    margin-top: 35px;
}

h1.title span {
    margin-left: 30px;
}

.download-btns {
    margin-top: 32px;
}

    .download-btns a, .download-btns button {
        background: linear-gradient( 270deg, #4A241B 0%, #210F0B 100%);
        display: inline-block;
        border-radius: 16px;
        min-width: 200px;
        height: 55px;
        color: #fff !important;
        text-decoration: none;
        font-size: 20px;
        padding-top: 4px;
        line-height: 48px;
        vertical-align: top;
    }

        .download-btns a img, .download-btns button img {
            max-width: 24px;
            vertical-align: top;
            margin-top: 10px;
        }

        .download-btns a:first-child {
            margin-right: 20px;
        }

.mobile {
    display: none;
}

footer {
    color: #999999;
    margin-top: 24px;
    background-color: #F0F0F0;
    margin-left: -12px;
    margin-right: -12px;
}

    footer a {
        color: #999999;
        text-decoration: none;
    }

.intro-title {
    font-size: 20px;
}

.intro-desc {
    color: #999999;
    font-size: 16px;
}

.line {
    background-color: #D18F47;
    height: 6px;
    width: 64px;
    border-radius: 3px;
}

.app-cut1 {
    left: 32%;
    top: -30px;
}

.app-cut2 {
    left: 19%;
    top: -30px;
}

.navigator a {
    text-decoration: none;
    color: #28140F;
}

@media screen and (max-width: 720px) {
    .pc {
        display: none;
    }

    .mobile {
        display: block;
    }

    .subtitle {
        font-size: 56px;
        margin-top: 0;
    }

    .download-btns button:first-child {
        margin-bottom: 10px;
        margin-right: 0;
    }
}
