@charset "utf-8";

html {
    /*background-image: linear-gradient(to bottom, #F654AB, #FF5A77);
    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;*/
    background-color: #FFF2EC;
}
body {
}
header {
	position: fixed;
    top: 20px;
    left: 20px;
    z-index: 100;
}
.header-logo {
    height: 45px;
}
.header-logo img {
    height: 100%;
}
footer {
    margin: 0 0 40px;
}
.content-wrap {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.section-title {
    font-size: 55px;
    font-weight: 600;
    line-height: 1.18;
    color: #000;
    margin-bottom: 30px;
}
.section-description{
    font-size: 19px;
    font-weight: 300;
    line-height: 1.5;
    color: #000;
    margin-bottom: 30px;
}
.section-description img {
    width: 70%;
}
.head-logo {
    max-width: 400px;
}
.table {
    display: table;
    height: 100%;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
}
.head_first {
    background: linear-gradient(180deg, #FFA9B5 41.92%, #FF7487 100%),linear-gradient(0deg, #FFCBCB, #FFCBCB);
}
.head_first .section-title, .sub_third .section-title {
    color: #fff;
}
.sub_third {
    background-image: url(../img/app05_back.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 720px;
}
.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;
}
.pg-wrapper {
    box-sizing: content-box;
    overflow-y: hidden;
}
.section-image {text-align: center;}
.section-image img {
    max-height: 600px;
    max-width: 450px;
}
.section-image span {
    font-size: 12px;
    line-height: 2.5;
    color: #fff;
    position: absolute;
    right: 70px;
    bottom: 25px;
}

.main_first, .sub_first, footer {
    background-color: #fff;
}
.main_first .section-title, .sub_first .section-title {
    color: #000;
}
.main_first .section-description, .sub_first .section-description {
    color: #000;
}

.sub_third > .content-wrap > div.table-cell > .section-description {
    text-align: center;
}
.sub_third > .content-wrap > div.table-cell > .section-description > img {
    max-width: 450px;
}

footer {
    display: flex;
    flex-direction: column;
}
footer .content-wrap {
    padding: 0 16px 24px;
}
.sub_third {flex: 1;}
.sub_third .table {height: 100%;}
.footer-info {
    margin: 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;
}
.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;
}
.pt200 {
    padding-top: 200px;
}
.pb200 {
    padding-bottom: 200px;
}
.pb100 {
    padding-bottom: 100px;
}
.pt100 {
    padding-top: 100px;
}
.p100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.pg-pips ul li a {
    box-shadow: 2px 2px 5px 2px #9c7fee;
}
nav li .active span:after {
    top: -6px;
    left: -6px;
    bottom: -6px;
    right: -6px;
}
nav span:after {
    background: rgba(255, 255, 255, 0.15);
    position: absolute;
    content: "";
    display: block;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border-radius: 100%;
    transition: 0.3s;
}
@media (min-width: 320px) and (max-width: 768px) {
    .pl50, .pr50, .pl100, .pr100, .pl200, .pr200 {
        padding-left: 0;
        padding-right: 0;
    }
    .pt200 {
        padding-top: 50px;
    }
    .pb200 {
        padding-bottom: 50px;
    }
    .pb100 {
        padding-bottom: 50px;
    }
    .pt100 {
        padding-top: 50px;
    }
    .content-wrap {
    	padding: 10px;
    }
    .section-title {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .section-description{
        font-size: 14px;
        margin-bottom: 15px;
    }
    .table {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .table-cell {
        display: block;
        white-space: initial;
        padding: 20px 10px;
        text-align: center;
    }
    header {
	    top: 10px;
	    left: 10px;
	}
	.header-logo {
	    height: 25px;
	}
	section {
	    padding-top: 50px;
	}
    .app-download-box {
	    height: 40px;
	    font-size: 11px;
	    margin-top: 20px;
	}
	.app-download-box.aos {
	    width: 130px;
	    margin-left: 0;
	}
	.app-download-box.ios {
	    width: 110px;
	    margin-left: 20px;
	}
	.app-download {
	    height: 18px;
	    line-height: 18px;
	    white-space: nowrap;
	}
	.app-download img {
	    width: 18px;
	    height: 18px;
	    margin: 0 10px 0 0;
	}
    .head_first > .content-wrap > div.table-cell > .section-description > img {
        max-width: 160px;
    }

    .section-image img {
        max-height: 250px;
    }
    .head_first {
    	/*background-image: none;*/
	}

    .sub_third {
        /*background-image: none;*/
        height: auto;
        flex: 1;
    }
    footer {
    	display: flex;
	    flex-direction: column;
	    justify-content: space-between;
    }
    .footer-info li {
        margin-right: 5px;
        font-size: 11px;
    }
    .footer-info li:last-child {
        float: none;
    }
    .footer-text {
        margin: 3px 0;
        font-size: 11px;
    }
}
