@charset "utf-8";

html {
    background-image: linear-gradient(to bottom, #50d241, #122e00);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
body {
}
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    padding: 20px;
}
footer {
    padding: 40px 0;
    background-color: #fff;
}
.main-color {
    color: #50d241;
}
.content-wrap {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.header-flex {
    display: flex;
/*    height: 120px;*/
    align-items: center;
}
.header-logo img {
    height: 28px;
    -webkit-filter: drop-shadow(5px 5px 5px #50d241);
    filter: drop-shadow(5px 5px 5px #50d241);
}
.section-title {
    font-size: 55px;
    font-weight: 600;
    line-height: 1.18;
    color: #fff;
    margin-bottom: 30px;
}
.section-description {
    font-size: 19px;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 30px;
}
.table {
    display: table;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
}
.app-download-box {
    display: inline-block;
    position: relative;
    width: 168px;
    height: 54px;
    padding: 0;
    border-radius: 4px;
    border: solid 1px #fff;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}
/*.app-download-box.aos {*/
/*    width: 168px;*/
/*}*/
/*.app-download-box.ios {*/
/*    width: 152px;*/
/*}*/
.app-download {
    height: 24px;
    line-height: 24px;
    white-space: nowrap;
}
.app-download img {
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0;
}
.app-download span {
    vertical-align: top;
}

.section-image {text-align: center;}
.section-image img {
    max-height: 580px;
}
.section-image span {
    font-size: 12px;
    line-height: 2.5;
    color: #fff;
    position: absolute;
    right: 50px;
    bottom: 25px;
}
#sub_first {
    background-color: #eff0f1;
}
#sub_first .section-image img {
    border-radius: 50%;
}
#sub_first .section-title {
    color: #000;
    margin-bottom: 0;
}
#sub_first .section-description {
    color: #000;
    margin-bottom: 0;
}
#sub_first .table {
    border-radius: 30px;
    background-color: #fff;
    padding: 20px;
}
#sub_first .content-wrap {
    text-align: center;
}

.footer-info {
    margin: 0 0 24px 0;
}
.footer-info li {
    display: inline-block;
    margin-right: 15px;
    font-size: 15px;
}
.footer-info li:last-child {
    float: right;
}
.footer-text {
    margin: 3px 0;
    font-size: 15px;
    color: #808080;
}
.animate-action {
    opacity:0;
}
.animate__animated {
    opacity:1;
}
ul.item-box li {
    border: solid 1px #fff;
    border-radius: 20px;
    padding: 10px;
    margin: 5px 0;
    text-align: center;
}
.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.pl50 {
    padding-left: 50px;
}
.pr50 {
    padding-right: 50px;
}
.pl100 {
    padding-left: 100px;
}
.pr100 {
    padding-right: 100px;
}
.pl200 {
    padding-left: 200px;
}
.pr200 {
    padding-right: 200px;
}
.pb100 {
    padding-bottom: 100px;
}
.pt100 {
    padding-top: 100px;
}
.pt200 {
    padding-top: 200px;
}
.pb200 {
    padding-bottom: 200px;
}
.py50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.py100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.ml200 {
    margin-left: 200px;
}
.mr200 {
    margin-right: 200px;
}
.align-right {
    margin-left: auto;
    margin-right: 0;
}
.align-left {
    margin-right: auto;
    margin-left: 0;
}
@media (min-width: 320px) and (max-width: 768px) {
    .content-wrap {
        text-align: center;
    }
    .pl50, .pr50, .pl100, .pr100, .pl200, .pr200 {
        padding-left: 0;
        padding-right: 0;
    }
    .pt100, .pt200 {
        padding-top: 10px;
    }
    .pb100, .pb200 {
        padding-bottom: 10px;
    }
    .py50 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .py100 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .ml200 {
        margin-left: 0;
    }
    .mr200 {
        margin-right: 0;
    }
    .section-title {
        font-size: 33px;
        margin-bottom: 15px;
    }
    .section-description {
        font-size: 15px;
        margin-bottom: 15px;
    }
    #sub_first .section-title {
        color: #fff;
    }
    .table {
        display: block;
    }
    .table-cell {
        display: block;
        white-space: initial;
        padding: 10px 10px;
    }
    .header-flex {
        height: 60px;
    }
    .section-image img {
        max-width: 100%;
    }
    .section-image span {
        right: 10px;
    }
    header {
        position: relative;
        padding: initial;
    }
    footer {
        background-color: transparent;
        margin: 10px 0 20px;
    }
    section {padding: 0 10px;}
    header, footer {padding: 0 20px;}
    #sub_first {
        color: #fff;
        background-color: transparent;
        padding: 0 20px;
    }
    #sub_first .content-wrap {
        width: 100%;
        padding: 0;
        margin: 20px 0;
    }
    #sub_first .table {
        display: table;
        width: 100%;
    }
    #sub_first .table-cell {
        display: table-cell;
        padding: 10px 10px;
    }
    .section-title br {
        display: none;
    }
    .footer-info li {
        margin-right: 5px;
        font-size: 11px;
        color: #fff;
    }
    .footer-info li a{
        color: #fff;
    }
    .footer-info li:last-child {
        float: none;
    }
    .footer-text {
        margin: 3px 0;
        font-size: 11px;
    }
    ul.item-box li {
        border: solid 1px #fff;
        border-radius: 20px;
        padding: 10px;
        margin: 5px 0;
    }
}
