.columns .column.main{
    padding: 0;
}
.swiper-wrapper{
    align-items: center;
}
.appPage * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.section__container {
    margin: 0 16px;
}
@media only screen and (min-width: 752px) and (max-width: 767px) {
    .section__container {
        max-width: 720px;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 750px) {
    .section__container {
        margin: 0 24px;
    }
}
@media only screen and (min-width: 912px) and (max-width: 1023px) {
    .section__container {
        max-width: 864px;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 1024px) {
    .section__container {
        margin: 0 80px;
        max-width: 1280px;
    }
}
@media only screen and (min-width: 1440px) {
    .section__container {
        margin: 0 auto;
    }
}
.appPage__title {
    font-size: 22px;
    color: #17292A;
    letter-spacing: 0;
    text-align: center;
    line-height: 26px;
    font-weight: 800;
    padding: 40px 0 32px;
}
@media only screen and (min-width: 750px) {
    .appPage__title {
        font-size: 24px;
        line-height: 28px;
        padding: 60px 0 20px;
    }
}
@media only screen and (min-width: 1280px) {
    .appPage__title {
        font-size: 32px;
        line-height: 38px;
        padding: 64px 0 24px;
    }
}
@media only screen and (min-width: 1440px) {
    .appPage__title {
        font-size: 40px;
        line-height: 48px;
        padding: 80px 0 32px;
    }
}
.appPage__words {
    font-size: 14px;
    color: #1B353C;
    letter-spacing: 0;
    text-align: center;
    line-height: 22px;
    font-weight: 500;
    margin: 0 auto;
}
@media only screen and (min-width: 768px) {
    .introduce .appPage__words {
        width: 640px;
    }
}
@media only screen and (min-width: 1024px) {
    .introduce .appPage__words {
        width: 768px;
    }
}
@media only screen and (min-width: 1280px) {
    .appPage__words {
        font-size: 16px;
        line-height: 26px;
    }
    .introduce .appPage__words{
        width: 960px;
    }
}
@media only screen and (min-width: 1440px) {
    .appPage__words {
        font-size: 20px;
        line-height: 32px;
    }
    .introduce .appPage__words{
        width: 1100px;
    }
}
.appPage__bg {
    background-image: url('../../images/app_bg.jpg');
    background-size: cover;
}
.appPage .introduce__title {
    padding: 40px 0 12px;
}
.appPage .introduce__container {
    font-size: 0;
    text-align: center;
}

.appPage .introduce .introduce__image{
    margin: 20px auto 0 auto;
    font-size: 0;
    height: 0;
    overflow: hidden;
    padding-bottom: calc(681/1318*100%);
}
@media only screen and (min-width: 768px) {
    .appPage .introduce__title {
        padding: 55px 0 17px;
    }
    .appPage .introduce .introduce__image {
        width: 53%;
        padding-bottom: calc(681/1318*0.53*100%);
    }
}
@media only screen and (min-width: 1024px) {
    .appPage .introduce__title {
        padding: 55px 0 21px;
    }
}
@media only screen and (min-width: 1280px) {
    .appPage .introduce__title {
        padding: 64px 0 16px;
    }
}
@media only screen and (min-width: 1440px) {
    .appPage .introduce__title {
        padding: 80px 0 16px;
    }
}
.appPage .started__container {
    font-size: 0;
}
.appPage .started__detail__mainImage {
    font-size: 0;
    height: 0;
    overflow: hidden;
    padding-bottom: calc(868/716*0.56*100%);
    width: 56%;
    margin: auto;
}
.appPage .started__detail__content__words {
    margin: 20px auto 28px;
    max-width: 524px;
}
.appPage .started__detail__content__download {
    text-align: center;
}
.appPage .started__detail__content__download p {
    font-size: 14px;
    color: #1B353C;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 800;
    margin-bottom: 4px;
}
.appPage .started__detail__content__download > div {
    display: flex;
    justify-content: center;
    height: 80px;
}
.appPage .started__detail__content__download > div img {
    height: 100%;
}
.appPage .started__detail__content__download > div > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    margin-left: 18px;
}
@media only screen and (max-width: 767px){
    .appPage .started__detail__content__download > div img.google,
    .appPage .started__detail__content__download > div img.apple{
        height: 35px;
    }
    .appPage .feature ul .product-buyBtn{
        font-size: 10px !important;
        margin: 0 6px !important;
    }
}
@media only screen and (min-width: 750px) {
    .appPage .started__detail {
        display: flex;
        align-items: center;
    }
    .appPage .started__detail__mainImage {
        flex: 1;
    }
    .appPage .started__detail__content {
        flex: 1;
    }
    .appPage .started__detail__content__download {
        text-align: left;
    }
    .appPage .started__detail__content__download p {
        margin-bottom: 12px;
    }
    .appPage .started__detail__content__download > div {
        display: flex;
        justify-content: start;
        height: 92px;
    }
}
@media only screen and (min-width: 768px) {

    .appPage .started__detail__content__words {
        max-width: 304px;
        margin: 20px 0 28px;
        text-align: left;
    }
}
@media only screen and (min-width: 1024px) {
    .appPage .started__detail__content__words {
        max-width: 368px;
    }
    .appPage .started__detail__mainImage {
        flex: 1;
    }
    .appPage .started__detail__content {
        flex: 1;
    }
    .appPage .started__detail__content__download p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 16px;
    }
    .appPage .started__detail__content__download > div {
        display: flex;
        justify-content: start;
        height: 92px;
    }
}
@media only screen and (min-width: 1280px) {
    .appPage .started__detail__content__words {
        max-width: 460px;
    }
    .appPage .started__detail__mainImage {
        flex: 1;
    }
    .appPage .started__detail__content__words {
        margin: 0 0 24px;
    }
}
@media only screen and (min-width: 1440px) {
    .appPage .started__detail__content__words {
        max-width: 524px;
    }
}
.appPage .difference__container {
    position: relative;
    padding-bottom: 66px;
    --swiper-navigation-size: 0px;
    --swiper-pagination-color: #527d7f;
    --swiper-pagination-bullet-inactive-color: #527d7f;
}
.appPage .difference__container .swiper-container {
    overflow: hidden;
}
.appPage .difference__container .swiper-pagination {
    bottom: 40px;
}
.appPage .difference__wrap__detail {
    margin-bottom: 26px;
}
.appPage .difference__wrap__detail .title {
    font-size: 18px;
    color: #1B353C;
    letter-spacing: 0;
    text-align: center;
    line-height: 22px;
    font-weight: 800;
    margin-bottom: 12px;
}
.appPage .difference__wrap__image {
    font-size: 0;
    height: 0;
    overflow: hidden;
    padding-bottom: calc(664/1040*100%);
}
@media only screen and (min-width: 750px) {
    .appPage .difference {
        padding-bottom: 60px;
    }
    .appPage .difference__container {
        position: relative;
        --swiper-navigation-size: 10px;
        --swiper-pagination-bullet-width: 0;
        padding: 0 60px 0;
    }
    .appPage .difference__container .swiper-pagination {
        display: none;
    }
    .appPage .difference__container .swiper-button-prev,
    .appPage .difference__container .swiper-button-next {
        color: #1B353C;
        border: 1px solid rgba(27, 53, 60, 0.4);
        height: 32px;
        width: 32px;
        border-radius: 100%;
    }
    .appPage .difference__container .swiper-button-prev:hover,
    .appPage .difference__container .swiper-button-next:hover {
        background-color: #1B353C;
        color: #FFFFFF;
        opacity: 1;
    }
    .appPage .difference__wrap {
        margin-top: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .appPage .difference__wrap__detail {
        flex: 0.7;
        margin-bottom: 0;
    }
    .appPage .difference__wrap__detail .title {
        font-size: 18px;
        line-height: 24px;
        text-align: left;
    }
    .appPage .difference__wrap__detail .words {
        text-align: left;
    }
    .appPage .difference__wrap__image {
        flex: 1;
        text-align: right;
        padding-bottom: calc(664/1040*0.6*100%);
    }
    .appPage .difference__wrap__image img {
        width: 90%;
    }
}
@media only screen and (min-width: 1024px) {
    .appPage .difference__container {
        position: relative;
        padding: 0 76px 0;
    }
    .appPage .difference__container .swiper-button-prev,
    .appPage .difference__container .swiper-button-next {
        height: 36px;
        width: 36px;
    }
    .appPage .difference__wrap {
        margin-top: 0px;
    }
    .appPage .difference__wrap__detail .title {
        margin-bottom: 16px;
    }
}
@media only screen and (min-width: 1280px) {
    .appPage .difference__container {
        position: relative;
        padding: 0 82px 0;
    }
    .appPage .difference__wrap__detail .title {
        font-size: 28px;
        line-height: 34px;
    }
}
@media only screen and (min-width: 1440px) {
    .appPage .difference {
        padding-bottom: 80px;
    }
    .appPage .difference__container {
        position: relative;
        padding: 0 104px 0;
    }
    .appPage .difference__container .swiper-button-prev,
    .appPage .difference__container .swiper-button-next {
        height: 44px;
        width: 44px;
    }
    .appPage .difference__wrap__detail .title {
        font-size: 24px;
        line-height: 28px;
    }
}
.appPage .feature {
    /* background-color: #F4F5F6; */
    padding-bottom: 32px;
}
.appPage .feature__viewAll {
    display: block;
    text-decoration: none;
    width: 108px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    background-color: #355159;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 500;
    border-radius: 25px;
    text-align: center;
    margin: 0 auto;
    transition: all 0.3s;
}
.appPage .feature__viewAll:hover {
    background-color: #496269;
}
.appPage .feature__viewAll:focus {
    background-color: #2d444b;
}
.appPage .feature ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.appPage .feature ul .product {
    cursor: pointer;
    font-size: 16px;
    color: #1B353C;
    letter-spacing: 0;
    line-height: 19px;
    font-weight: 500;
    background: #f4f5f6;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    width: calc((100% - 12px)/2);
    margin-bottom: 12px;
    padding-bottom: 16px;
    transition: all 0.3s;
}
.appPage .feature ul .product-img {
    padding: 12px;
}
.appPage .feature ul .product-img-innr {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.appPage .feature ul .product-img-innr img {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.3s;
}
.appPage .feature ul .product-img-innr img:hover {
    transform: scale(1.05);
}
.appPage .feature ul .product-detail {
    margin: 0 12px 4px;
}
.appPage .feature ul .product-name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
    min-height: 38px;
}
.appPage .feature ul .product-name a{
    color: #1B353C;
}
.price-box .old-price .price-label{
    display: none;
}
.price-box .old-price .price{
    color: #8C9399;
    font-size: 14px;
    line-height: 24px;
    text-decoration: line-through;
    margin-left: 10px;
    font-weight: 500;
}
.appPage .feature ul .product-price {
    text-align: center;
    margin: 8px 0;
    font-weight: 800;
    line-height: 26px;
}
.appPage .feature ul .product-price .special-price{
    display: inline-block;
}
.appPage .feature ul .product-price .current {
    line-height: 26px;
    font-weight: 800;
}
.appPage .feature ul .product-price .origin {
    font-size: 14px;
    line-height: 24px;
    text-decoration: line-through;
    color: #8C9399;
    margin-left: 9px;
    font-weight: 500;
}
.appPage .feature ul .product .btn-tip {
    font-size: 12px;
    color: #1B353C;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
}
.appPage .feature ul .product-buyBtn {
    height: 32px;
    line-height: 32px;
    color: #ffffff;
    background: #355159;
    font-size: 14px;
    font-weight: 800;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    margin: 0 12px;
    transition: all 0.3s;
}
.appPage .feature ul .product-buyBtn img {
    margin-left: 4px;
}
.appPage .feature ul .product-buyBtn:hover {
    background-color: #496269;
}
.appPage .feature ul .product-buyBtn:focus {
    background-color: #2d444b;
}
.appPage .feature ul .product-buyBtn-aidot {
    background: #1B353C;
    margin-bottom: 8px;
}
.appPage .feature ul .product-buyBtn-aidot:hover {
    background-color: #32494f;
}
.appPage .feature ul .product-buyBtn-aidot:focus {
    background-color: #000000;
}
.appPage .feature ul .product:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.12);
}
.appPage .feature ul .product .product-name:hover {
    text-decoration: underline;
}
@media only screen and (min-width: 750px) {
    .appPage .feature ul {
        display: flex;
        justify-content: start;
    }
    .appPage .feature ul .product {
        line-height: 26px;
        overflow: hidden;
        width: calc((100% - 36px)/4);
        margin-right: 12px;
        margin-bottom: 20px;
    }
    .appPage .feature ul .product-name{
        min-height: 52px;
    }
    .appPage .feature ul .product:last-child {
        margin-right: 0;
    }
    .appPage .feature ul .product-detail {
        margin: 0 12px 8px;
    }
    .appPage .feature ul .product-price {
        text-align: center;
        margin: 8px 0 16px;
    }
    .appPage .feature ul .product-buyBtn {
        margin: 0 12px;
    }
    .appPage .feature ul .product-buyBtn-aidot {
        background: #1B353C;
        margin-bottom: 8px;
    }
}
@media only screen and (min-width: 1024px) {
    .price-container .price{
        font-size: 16px;
    }
    .appPage .feature ul .product {
        width: calc((100% - 48px)/4);
        margin-right: 16px;
    }
    .appPage .feature ul .product-img {
        padding: 20px;
    }
    .appPage .feature ul .product-detail {
        margin: 0 20px 8px;
    }
    .appPage .feature ul .product-price {
        text-align: center;
        margin: 8px 0 16px;
    }
    .appPage .feature ul .product-buyBtn {
        margin: 0 20px;
        font-size: 16px;
        height: 36px;
        line-height: 36px;
    }
    .appPage .feature ul .product-buyBtn-aidot {
        background: #1B353C;
        margin-bottom: 8px;
    }
}
@media only screen and (min-width: 1440px) {
    .price-container .price{
        font-size: 20px;
    }
    .appPage .feature__viewAll {
        width: 140px;
        height: 44px;
        line-height: 44px;
        font-size: 16px;
    }
    .appPage .feature ul .product {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 24px;
        font-weight: 400;
    }
    .appPage .feature ul .product-name{
        min-height: 56px;
    }
    .appPage .feature ul .product-price {
        text-align: center;
        margin: 8px 0 20px;
    }
    .appPage .feature ul .product-price .origin {
        font-size: 16px;
        line-height: 26px;
    }
    .appPage .feature ul .product .btn-tip {
        font-size: 14px;
        line-height: 22px;
    }
    .appPage .feature ul .product-buyBtn {
        font-size: 18px;
        height: 44px;
        line-height: 44px;
    }
    .appPage .feature ul .product-buyBtn img {
        height: 24px;
    }
}
.appPage .subscribe {
    background: #F4F5F6;
    padding: 40px 16px;
}
.appPage .subscribe__container {
    padding: 32px 35px;
    border-radius: 12px;
    background-color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    color: #1B353C;
    text-align: center;
    margin: 0 auto;
}
.appPage .subscribe__container .title {
    font-size: 15px;
    line-height: 24px;
    font-weight: 800;
}
.appPage .subscribe__container .input__wrap {
    margin: 12px auto;
    display: flex;
    border-radius: 12px;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
}
.appPage .subscribe__container .input__wrap input {
    background-color: #F3F5F4;
    padding-left: 12px;
    outline: none;
    border: none;
    flex: 1;
    width: 100%;
    height: 100%;
}
.appPage .subscribe__container .input__wrap__btn {
    min-width: 96px;
    background-color: #355159;
    color: #ffffff;
    border-radius: 0 12px 12px 0;
    cursor: pointer;
}
.appPage .subscribe__container .input__wrap__btn:hover {
    background-color: #496269;
}
.appPage .subscribe__container .input__wrap__btn:focus {
    background-color: #2d444b;
}
@media only screen and (max-width: 767px) {
    .price-container .price{
        font-size: 16px;
    }
}
@media only screen and (min-width: 752px) and (max-width: 767px) {
    .appPage .subscribe__container {
        max-width: 720px;
    }
}
@media only screen and (min-width: 750px) {
    .appPage .subscribe {
        padding: 40px 24px;
    }
    .appPage .subscribe__container .input__wrap {
        max-width: 425px;
    }
}
@media only screen and (min-width: 912px) and (max-width: 1023px) {
    .appPage .subscribe__container {
        max-width: 864px;
    }
}
@media only screen and (min-width: 1024px) {
    .appPage .subscribe {
        padding: 60px 80px;
    }
    .appPage .subscribe__container {
        padding: 48px 124px;
        font-size: 14px;
        line-height: 26px;
    }
    .appPage .subscribe__container .title {
        font-size: 20px;
        line-height: 32px;
    }
    .appPage .subscribe__container .input__wrap {
        font-size: 16px;
        height: 44px;
        line-height: 44px;
        margin: 16px 0;
        max-width: 724px;
        margin: 16px auto;
    }
    .appPage .subscribe__container .input__wrap input {
        font-size: 16px;
    }
    .appPage .subscribe__container .input__wrap__btn {
        max-width: 100%;
        padding: 0 28px;
    }
}
@media only screen and (min-width: 1440px) {
    .appPage .subscribe {
        padding: 80px 0;
    }
    .appPage .subscribe__container {
        max-width: 1280px;
        margin: 0 auto;
        padding: 60px;
        font-size: 16px;
        line-height: 26px;
    }
    .appPage .subscribe__container .title {
        font-size: 24px;
        line-height: 38px;
    }
    .appPage .subscribe__container .input__wrap {
        font-size: 16px;
        height: 48px;
        max-width: 724px;
        margin: 16px auto;
    }
}
