
body {
    color: #6C7D89;
}

body.body-new-color {
    background-color: #F0F3F6
}

body .modal-open {
    overflow: hidden
}
.app_top {
    width: 100%;
}

.body-mobile.body-relative {
    position: relative
}


#header {
    background-size: 100% auto;
    height: 260px
}

.body-pc #header {
    height: 120px;
    margin-bottom: 40px
}

.app-name {
    color: #0A0D26 !important;
    margin-left: 10px;
    margin-right: 10px
}

@media screen and (-webkit-min-device-pixel-ratio:2),
screen and (max--moz-device-pixel-ratio:2) {
    #header {
        background-size: 100% auto;
        height: 200px
    }
}

@media (min-width:1200px) {
    #header {
        height: 120px;
        margin-bottom: 40px;
        background-size: contain;
        background-repeat-x: repeat
    }

    .qrcode {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media (max-width:770px) {
    #header {
        background-size: 100% auto;
        height: 100px
    }

    .btn-u-lg,
    a.btn-u-lg {
        padding: 8px 60px !important
    }
}

.body-mobile #header {
    height: 70px
}

.appicon {
    border: none;
    width: 120px;
    height: 120px
}
.btn-u {

    background-color: #116da9 !important
}

.btn-u-lg,
.btn-u.btn-u-green,
a.btn-u-lg {
    background-color: #116da9
}

.btn-u-lg,
a.btn-u-lg {
    font-size: 18px;
    padding: 8px 10px!important;
    border-radius: 30px;
    border: 1px solid transparent
}

.btn-u.btn-u-green:active,
.btn-u.btn-u-green:focus,
.btn-u.btn-u-green:hover {
    background-color: #116da9;
    color: #fff
}

.app-type-icon {
    margin-top: -5px;
    margin-right: 5px;
    width: 24px;
    height: 24px;
}

#appicon-bg,
.app-tabs>li,
.app-type {
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #585f69;
    margin-top: 5px;
    text-shadow: none;
    font-weight: 400;
}

h2 {
    font-size: 24px;
    line-height: 33px;
}

.h2,
h2 {
    font-size: 30px;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.btn-u-lg {
    margin-bottom: 12px;
    width: 70%;
}