@charset "UTF-8";

/* CSS Document */

:root {
    --color-white: #fff;
    --color-gray: #4f4f4f;
    --color-light-gray: #a1a1a1;
    --color-red: #e7141a;
    --color-orange: #FF6100;
    --color-pink: #ffe2e3;
    --color-black: #000;
    --color-blue: #09cef6;
    --color-dark-blue: #340B98;
    --color-highlight: #F04295;
    --color-title: #FF6100;
}


/*字型*/

@font-face {
    font-family: Roboto-Bold;
    src: url(../font/Roboto-Bold.ttf);
}

.font_Roboto-Bold {
    font-family: Roboto-Bold;
}

@font-face {
    font-family: Roboto-Medium;
    src: url(../font/Roboto-Medium.ttf);
}

.font_Roboto-Medium {
    font-family: Roboto-Medium;
}

.tcO {
    color: var(--color-highlight);
}

.cont {
    overflow: hidden;
    /*position: relative;*/
    width: 100%;
    /* max-width: 1600px; */
    margin: 0 auto;
    color: var(--color-gray);
    font-size: 20px;
    line-height: 1.8em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* .contArea {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
} */

.webSite {
    display: block;
}

.mobile {
    display: none;
}

.cont section {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 5% auto 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 18%;
    padding-right: 18%;
}


/* .cont section.bg_blue {
    padding-left: 18%;
    padding-right: 18%;
    width: 100%;
    padding-top: 5%;
    padding-bottom: 5%;
    background: rgba(48, 8, 141, 0.1);
} */

.cont section.bg_color {
    padding-top: 5%;
    padding-bottom: 5%;
    background: rgba(252, 240, 202, 0.20);
}

.cont section .flexArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cont section .plan {
    position: relative;
    font-size: 30px;
    font-weight: 550;
    text-align: center;
    line-height: 1.7em;
    background: var(--color-white);
    padding: calc(3% + 15px) 4% 3%;
    border-radius: 20px;
    margin: 0 2%;
    /* -webkit-box-shadow: 0px 0px 30px 0px rgba(42,118,151,0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(42,118,151,0.1);
  box-shadow: 0px 0px 30px 0px rgba(42,118,151,0.1); */
    -webkit-box-shadow: 0 0 30px rgba(42, 118, 151, 0.1);
    box-shadow: 0 0 30px rgba(42, 118, 151, 0.1);
}

.cont section .plan .plan_tags {
    position: absolute;
    display: flex;
    align-items: center;
    right: 0;
    top: 0;
    background: var(--color-dark-blue);
    color: var(--color-white);
    font-size: 20px;
    line-height: 2rem;
    padding: 1% 7%;
    border-radius: 0 20px 0 20px;
}


/*.cont section .plan .plan_tags.icon1::after,
.cont section .plan .plan_tags.icon2::after,
.cont section .plan .plan_tags.icon3::after {
    position: absolute;
    content: "";
    display: block;
    width: 60px;
    height: 55px;
    background-size: 100% 100%;
    margin: 0 auto;
    top: -44%;
    left: 57%;
}

 .cont section .plan .plan_tags.icon1::after {
    background-image: url(../images/icon1.png);
}

.cont section .plan .plan_tags.icon2::after {
    background-image: url(../images/icon2.png);
}

.cont section .plan .plan_tags.icon3::after {
    background-image: url(../images/icon3.png);
} */

.cont section .plan .plan_tags img {
    width: 66px;
    margin-left: 5px;
    margin-top: -31px;
}

.cont section .plan .plan_price {
    font-size: 60px;
    color: var(--color-orange);
    line-height: 1.3em;
    font-family: Roboto-Medium;
}

.cont section .plan .plan_month {
    font-size: 24px;
}

.cont section .plan .plan_ttt {
    line-height: 0.8em;
    font-size: 20px;
    font-weight: 400;
    display: block;
    color: var(--color-light-gray);
}

.cont .line_cont {
    height: 1px;
    margin: 0 auto;
    width: 100%;
    padding-left: 18%;
    padding-right: 18%;
    background: rgba(48, 8, 141, 0.1);
}

.cont .line_cont .line_line {
    background: var(--color-light-gray);
    height: 1px;
}


/* .cont section.sec {
    margin-top: 0;
} */

.cont section.sec p {
    text-align: left;
}

.cont section.sec p.step_p {
    text-align: center;
}

.cont section.info_gift h2 {
    text-align: center;
}

.cont section.info_gift h2 span.c_blue {
    color: var(--color-highlight);
    font-size: 36px;
}

.cont section table {
    width: 60%;
    margin: 0 auto 3%;
}

.cont section table th {
    /* background: rgba(80, 168, 186, 0.1); */
    background: rgba(48, 8, 141, 0.1);
    color: var(--color-white);
    color: var(--color-gray);
}

.cont section table tr td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 2%;
}

.cont section table th {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 2%;
    border: 1px solid var(--color-gray);
}

.cont section table tr td {
    background: var(--color-white);
    border-bottom: 1px solid var(--color-gray);
    border-left: 1px solid var(--color-gray);
    border-right: 1px solid var(--color-gray);
}

.cont section ul,
.cont section ol {
    margin-left: 2%;
}

.cont section ul li {
    list-style-type: decimal;
}

.cont section ul li span {
    color: var(--color-highlight);
}

.cont section ul li a,
.cont section ol li a,
.cont section.sec p a {
    display: inline-block;
    color: var(--color-dark-blue);
    text-decoration: underline;
}

.cont section ol li {
    list-style-type: square;
}

.cont section ul li a:hover,
.cont section ol li a:hover,
.cont section.sec p a:hover {
    text-decoration: none;
}

.cont section h2,
.cont section h1 {
    text-align: left;
}

.cont section h2 {
    margin: 0 auto;
}

.cont section h1 {
    margin: 0 5%;
    letter-spacing: 0.5px;
}

.cont section h2.direction {
    text-align: left;
    margin-bottom: 3%;
}

.cont section h2 span,
.cont section h1 span {
    /* font-size: 26px; */
    color: var(--color-highlight);
    font-weight: 500;
}

.cont section .t_title,
.cont section h3 {
    color: var(--color-dark-blue);
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5%;
    line-height: 1.3;
}

.cont section h3 {
    /* color: var(--color-highlight); */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.cont section h3.t_highlight {
    color: var(--color-title);
}

.cont section h3 img {
    width: 32px;
    height: 32px;
    margin-right: 8px;
}

.cont section .flexArea,
.cont section.info_gift h2 {
    margin-bottom: 3%;
}

.cont section .btn_go a {
    color: #fff;
    background: var(--color-title);
    font-size: 1.5em;
    text-align: center;
    margin: 0 auto;
    border-radius: 100px;
    line-height: 2.5em;
    width: 35%;
    display: block;
}

.cont img {
    width: 100%;
}

.cont section .logoI {
    width: 11%;
    margin: 2% auto 1.5%;
    text-align: center;
}

.cont section .logoA {
    text-align: center;
    width: 13%;
    margin: 0 auto 1.5%;
}


/* fix owl_doct */

#demos .owl-carousel .item {
    height: auto;
    background: none;
    padding: 1rem 1.2rem;
    margin: 0 1rem;
}

.row {
    max-width: 100%;
}

#demos .owl-carousel {
    margin: 0 auto;
}

#demos .owl-carousel .item h3 {
    font-size: 24px;
    color: var(--color-orange);
}


/* fix owl_owlCarousel */

.owl-carousel .owl-item {
    /* border-left: 1px solid var(--color-gray); */
    /* margin-right: 0 !important; */
}

.owl-carousel .owl-item p {
    line-height: 2rem;
    height: 10rem;
}

.owl-carousel .owl-item:first-child {
    border-left: none;
}

.owl-unlock .owl-item img {
    border-radius: 20px;
}

.cont .m_b {
    margin-bottom: 5%;
}

.cont .m_b2 {
    margin-bottom: 2%;
}

.cont .m_0 {
    margin-top: 0;
}


/* fix index.css */

.org {
    color: var(--color-orange);
}

#sec_2 .step2>.flex .step_wrap .list ul li.now_step svg path {
    fill: var(--color-orange);
}

@media screen and (min-width: 1996px) {
    .owl-carousel .owl-item p {
        height: 8rem;
    }
}

@media screen and (min-width: 2194px) {
    .owl-carousel .owl-item p {
        height: 6rem;
    }
}

@media screen and (max-width: 1680px) {
    .cont section {
        padding-left: 13.9%;
        padding-right: 13.9%;
    }
}

@media screen and (max-width: 1440px) {
    .cont section {
        padding-left: 8%;
        padding-right: 8%;
    }
}

@media screen and (max-width: 1280px) {
    .cont section {
        margin: 5% auto 0;
    }
    /* .cont section.bg_blue {
        padding-top: 6%;
        padding-bottom: 6%;
    } */
    .cont section .plan {
        font-size: 28px;
    }
}

@media screen and (max-width: 1024px) {
    .cont {
        font-size: 18px;
    }
    .cont section {
        margin: 6% auto 0;
        padding-left: 3%;
        padding-right: 3%;
        margin: 4.5% auto 0;
    }
    /* .cont section.bg_blue {
        padding-top: 6%;
        padding-bottom: 6%;
        padding-left: 3%;
        padding-right: 3%;
    } */
    /* .cont section h2 span,
    .cont section h1 span {
        font-size: 24px;
    } */
    .cont section .plan {
        font-size: 24px;
    }
    .cont section .plan .plan_price {
        font-size: 52px;
    }
    /* .cont section.bg_blue {
        padding-top: 4.5%;
        padding-bottom: 4.5%;
    } */
    #demos .owl-carousel .item {
        padding: 1rem 0.8rem;
    }
    .owl-carousel .owl-item p {
        line-height: 1.7rem;
    }
    /* .cont section .plan .plan_tags.icon1::after,
    .cont section .plan .plan_tags.icon2::after,
    .cont section .plan .plan_tags.icon3::after {
        top: -49%;
        left: 62%;
    } */
}

@media screen and (max-width: 912px) {
    .cont section {
        margin: 7% auto 0;
    }
    .cont section .btn_go a {
        width: 32%;
    }
    /* .cont section.bg_blue {
        padding-top: 7%;
        padding-bottom: 7%;
    } */
    .owl-carousel .owl-item p {
        height: 8rem;
    }
    .cont section .plan {
        font-size: 22px;
    }
    .cont section .btn_go a {
        width: 45%;
    }
    .cont .m_b2 {
        margin-bottom: 3.3%;
    }
}

@media screen and (max-width: 820px) {
    .cont {
        font-size: 17px;
    }
    /* .cont section h2 span,
    .cont section h1 span {
        font-size: 23px;
    } */
    .cont section .plan {
        font-size: 20px;
    }
    .cont section .plan .plan_price {
        font-size: 48px;
        line-height: 1.1em;
    }
    .cont section.info_gift h2 span.c_blue {
        font-size: 32px;
    }
    .cont section .t_title,
    .cont section h3 {
        font-size: 30px;
    }
    .cont section h3 img {
        width: 30px;
        height: 30px;
    }
    .cont section .plan .plan_tags {
        font-size: 18px;
        padding: 1% 9%;
    }
    /* .cont section .plan .plan_tags.icon1::after,
    .cont section .plan .plan_tags.icon2::after,
    .cont section .plan .plan_tags.icon3::after {
        top: -52%;
        left: 59%;
    } */
}

@media screen and (max-width: 768px) {
    /* fix index.css */
    #sec_2 {
        padding-top: 6.5%;
        padding-bottom: 6.5%;
    }
    .cont {
        font-size: 16px;
    }
    .cont section {
        margin: 6.5% auto 0;
    }
    /* .cont section h2 span,
    .cont section h1 span {
        font-size: 21px;
    } */
    /* .cont section.bg_blue {
        margin: 0 auto;
        padding-top: 6.5%;
        padding-bottom: 6.5%;
    }
    .cont section.sec.bg_blue {
        margin: 0 0 6.5% 0;
    } */
    .owl-carousel .owl-item p {
        height: 6rem;
    }
    .cont section .plan .plan_tags img {
        width: 70px;
    }
    .cont section .plan {
        font-size: 18px;
        padding: calc(5% + 15px) 5% 3.7%;
    }
    .cont section .plan .plan_ttt {
        font-size: 16px;
    }
    /* .cont section .plan .plan_tags.icon1::after,
    .cont section .plan .plan_tags.icon2::after,
    .cont section .plan .plan_tags.icon3::after {
        top: -54%;
        left: 59%;
    } */
}

@media screen and (max-width: 712px) {
    /* .cont section .plan .plan_tags.icon1::after,
    .cont section .plan .plan_tags.icon2::after,
    .cont section .plan .plan_tags.icon3::after {
        top: -54%;
        left: 59%;
    } */
    .cont section .plan .plan_month {
        font-size: 17px;
    }
    .cont section .plan {
        margin: 0 1.5%;
    }
    .cont section ul,
    .cont section ol {
        margin-left: 2.5%;
    }
    .cont section ul,
    .cont section ol {
        margin-left: 2.7%;
    }
}

@media screen and (max-width: 640px) {
    .webSite {
        display: none;
    }
    .mobile {
        display: block;
    }
    .cont {
        margin: 0 auto 13%;
    }
    .cont section {
        padding-left: 4%;
        padding-right: 4%;
    }
    .cont section .btn_go a {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 1000;
        width: 100%;
        border-radius: 0;
    }
    .cont section table {
        width: 90%;
    }
    .cont section .btn_go a {
        line-height: 2.8em;
        font-weight: 500;
    }
    .cont section .flexArea {
        margin-bottom: 1%;
    }
    /* .cont section.bg_blue {
        padding-left: 4%;
        padding-right: 4%;
    } */
}

@media screen and (max-width: 540px) {
    .cont section {
        margin: 5.5% auto 0;
        padding-left: 5%;
        padding-right: 5%;
        margin: 9% auto 0;
    }
    /* .cont section.bg_blue {
        padding-top: 5.5%;
        padding-bottom: 5.5%;
    } */
    .cont section .t_title,
    .cont section.info_gift h2,
    .cont section h3 {
        margin-bottom: 4.5%;
    }
    /* .cont section.bg_blue {
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 9%;
        padding-bottom: 9%;
    } */
    .owl-carousel .owl-item p {
        height: 8rem;
        line-height: 1.8rem;
    }
    #demos .owl-carousel .item h3 {
        margin-top: 1rem;
    }
    #sec_2 .step2>.flex .step_wrap .list .line {
        margin: 53px auto 90px auto;
    }
    .sec .t_title span {
        display: none;
    }
    .cont section table {
        width: 95%;
    }
    .cont section .flexArea {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 10%;
        margin-right: 10%;
    }
    .cont section.info_gift h2,
    .cont section .plan.plan_bottom,
    .cont section .t_title,
    .cont section h3 {
        margin-bottom: 7%;
    }
    .cont section .plan {
        padding: calc(3% + 40px) 5% 3%;
        font-size: 26px;
    }
    .cont section .plan .plan_tags {
        font-size: 24px;
    }
    /* .cont section .plan .plan_tags.icon1::after,
    .cont section .plan .plan_tags.icon2::after,
    .cont section .plan .plan_tags.icon3::after {
        top: -41%;
        left: 59%;
    } */
    .cont section .plan .plan_tags {
        font-size: 18px;
        padding: 1% 9%;
    }
    .cont section .plan {
        padding: calc(3.5% + 40px) 5% 9%;
    }
    /* .cont section .btn_go a {
    width: 78%;} */
    .cont section.info_gift h2 {
        margin-bottom: 6%;
    }
    .cont section .flexArea {
        margin-bottom: 0;
    }
    .cont section ul,
    .cont section ol {
        margin-left: 3.5%;
    }
    .cont section ul,
    .cont section ol {
        margin-left: 4.5%;
    }
}

@media screen and (max-width: 539px) {
    .owl-carousel .owl-item {
        border-left: none;
    }
}

@media screen and (max-width: 480px) {
    .cont section {
        padding-left: 6%;
        padding-right: 6%;
    }
    .cont section .plan .plan_price {
        font-size: 43px;
    }
    .cont section table {
        width: 98%;
    }
    /* .cont section.bg_blue {
        padding-left: 6%;
        padding-right: 6%;
    } */
    .cont section .t_title,
    .cont section h3 {
        font-size: 26px;
        line-height: 1.5em;
    }
    .cont section h3 img {
        width: 26px;
        height: 26px;
    }
    .cont section .plan {
        padding: calc(7% + 30px) 5% 7%;
    }
    #sec_2 .step2>.flex .step_wrap .list .copy_text {
        width: 62%;
    }
    #sec_2 .step2>.flex .step_wrap .list .line {
        margin: 35px auto 90px auto;
    }
    .owl-carousel.owl-info .owl-item img {
        width: 80%;
        margin: 0 auto;
    }
    .owl-carousel.owl-unlock .owl-item img {
        width: 100%;
        margin: 0 auto;
    }
    .owl-carousel p {
        height: auto;
    }
    .cont section .plan .plan_tags.icon1::after,
    .cont section .plan .plan_tags.icon2::after,
    .cont section .plan .plan_tags.icon3::after {
        top: -45%;
        left: 59%;
    }
    .cont .m_b {
        margin-bottom: 8%;
    }
    #sec_2 {
        padding-top: 8%;
        padding-bottom: 8%;
    }
    /* .cont section.sec.bg_blue {
        margin: 0 0 8% 0;
    } */
}

@media screen and (max-width: 430px) {
    .cont section {
        margin: 10% auto 0;
    }
    .cont section.bg_blue {
        padding-top: 10%;
        padding-bottom: 10%;
    }
    #demos .owl-carousel .item {
        padding: 0 0.8rem;
    }
    #sec_2 .step2>.flex .step_wrap .list .copy_text {
        width: 68%;
    }
    .cont section .t_title,
    .cont section h3 {
        font-size: 23px;
    }
}

@media screen and (max-width: 414px) {
    .cont section .plan {
        font-size: 22px;
    }
    .cont section .plan .plan_month {
        font-size: 18px;
    }
    .cont section .plan .plan_tags {
        font-size: 18px;
    }
    .cont section .plan .plan_price {
        font-size: 36px;
    }
    /* .cont section .plan .plan_tags.icon1::after,
    .cont section .plan .plan_tags.icon2::after,
    .cont section .plan .plan_tags.icon3::after {
        top: -48%;
        left: 59%;
    } */
    /* .cont section.bg_blue, */
    .cont section {
        padding-left: 4%;
        padding-right: 4%;
    }
    .cont section .t_title,
    .cont section h3 {
        font-size: 23px;
    }
}

@media screen and (max-width: 390px) {
    .cont section.info_gift h2 span.c_blue {
        font-size: 28px;
    }
    #sec_2 .step2>.flex .step_wrap .list .copy_text {
        width: 84%;
    }
    .tcO {
        display: block;
        line-height: 3rem;
    }
    .cont section {
        margin: 12% auto 0;
    }
    /* .cont section.bg_blue {
        padding-top: 12%;
        padding-bottom: 12%;
    } */
    #sec_2 {
        padding-top: 9%;
        padding-bottom: 9%;
    }
    .cont section .t_title,
    .cont section h3 {
        font-size: 22px;
    }
}

@media screen and (max-width: 375px) {
    .cont section .t_title,
    .cont section h3 {
        font-size: 21px;
    }
}

@media screen and (max-width: 360px) {
    /* .cont section .plan .plan_tags.icon1::after,
    .cont section .plan .plan_tags.icon2::after,
    .cont section .plan .plan_tags.icon3::after {
        top: -52%;
        left: 59%;
    } */
    .cont section .btn_go a {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 320px) {
    .cont section .t_title,
    .cont section h3 {
        font-size: 18px;
    }
    .cont section h3 img {
        width: 24px;
        height: 24px;
    }
    .cont section.info_gift h2 span.c_blue {
        font-size: 25px;
    }
    #sec_2 .step2>.flex .step_wrap .list .copy_text {
        width: 95%;
    }
    #sec_2 .step2>.flex .img_wrap .phone {
        background-size: 215px auto !important;
        width: 238px !important;
    }
    #sec_2 .step2 .prev_btn,
    #sec_2 .step2 .next_btn {
        top: 36%;
        width: 25%;
    }
}

@media screen and (max-width: 280px) {
    .cont section table {
        width: 85%;
    }
    #demos .owl-carousel .item {
        padding: 0;
        margin: 0;
    }
    #sec_2 .step2>.flex .step_wrap .list .copy_text {
        width: 100%;
    }
}

.cont section .btn_go_column {
    position: fixed;
    text-align: center;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
    background: var(--color-white);
}

.cont section .btn_go_column a {
    font-size: 1.25em;
    display: inline-block;
    position: relative;
    width: 49%;
}

@media screen and (min-width: 640px) {
    .cont section .btn_go_column {
        position: relative;
        background: none;
    }
    .cont section .btn_go_column a {
        font-size: 1.5em;
        width: 30%;
        margin: 0 8px;
    }
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.video-container .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

section.note {
    margin-bottom: 40px;
}


/*# sourceMappingURL=style.css.map */