:root {
    --f2f2f2: #f2f2f2;
    --ffffff: #ffffff;
    --282828: #282828;
    --3562e6: #3562e6;
    --ff6623: #ff6623;
    --ffd733: #ffd733;
    --100a0d: #100a0d;
    --320d0d: #320d0d;
    --7f101a: #7f101a;
    --010e1a: #010e1a;
    --3562e6: #3562e6;
    --b30000: #b30000;
    --86909c: #86909c;
    --062b31: #062b31;
    --01173C: #01173C;
}

body {
    background-color: var(--01173C);
    letter-spacing: 0em;
    font-weight: 500;
    color: var(--282828);
}

[v-cloak] {
    display: none;
}

.fadeout {
    animation: fadeOut 1s forwards;
}

@keyframes fadeOut {
    from {
        opacity: 1;
        visibility: visible;
    }

    to {
        opacity: 0;
        visibility: hidden;
    }
}

.fadein {
    animation: fadeIn 1s forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        visibility: hidden;
    }

    to {
        opacity: 1;
        visibility: visible;
    }
}

.elementor-star-rating {
    color: #ccd6df;
    font-family: eicons;
    display: inline-block
}

.elementor-star-rating i {
    display: inline-block;
    position: relative;
    font-style: normal;
    cursor: default;
}

.elementor-star-rating i:before {
    content: "\e934";
    display: block;
    font-size: inherit;
    font-family: inherit;
    position: absolute;
    overflow: hidden;
    color: var(--ffd733);
    top: 0;
    left: 0
}

.elementor-star-rating .elementor-star-empty:before {
    content: none
}

.elementor-star-rating .elementor-star-1:before {
    width: 10%
}

.elementor-star-rating .elementor-star-2:before {
    width: 20%
}

.elementor-star-rating .elementor-star-3:before {
    width: 30%
}

.elementor-star-rating .elementor-star-4:before {
    width: 40%
}

.elementor-star-rating .elementor-star-5:before {
    width: 50%
}

.elementor-star-rating .elementor-star-6:before {
    width: 60%
}

.elementor-star-rating .elementor-star-7:before {
    width: 70%
}

.elementor-star-rating .elementor-star-8:before {
    width: 80%
}

.elementor-star-rating .elementor-star-9:before {
    width: 90%
}

.elementor-star-rating i:not(.elementor-star-empty):before {
    content: "★"
}

.elementor-icon-list-icon svg {
    width: 12px;
    height: 12px;
    fill: var(--ff6623);
    font-weight: 700;
    margin-right: 3px;
}

#app {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    background: url(../images/max-bg-ar.png) no-repeat;
    background-position: top center;
    background-size: contain;
}

@media (max-width: 1200px) {
    #app {
        width: 100%;
        max-width: 1440px;
        margin: 0 auto;
        position: relative;
        background: url(../images/min-bg-ar.jpg) no-repeat;
        background-position: top center;
        background-size: contain;
    }
}

.pagewidth {
    width: 1200px;
    line-height: 1.4;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}

header {
    position: relative;
}

.banner {
    margin: 0 auto;
}

.bn-content {
    height: 475px;
    display: flex;
    color: var(--ffffff);
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.logo {
    width: 200px;
    height: auto;
    position: absolute;
    top: 40px;
    right: 0;
}

.logo img {
    width: 100%;
    height: auto;
}

.tips {
    display: inline-block;
    transform: skew(-12deg);
    background-color: var(--b30000);
    margin-bottom: .3em;
}

.tips span {
    display: block;
    font-size: 36px;
    padding: .1em .5em;
}

.title {
    font-weight: 900;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: .5em;
    font-size: 52px;
    width: 60%;
    /* 使填充颜色透明 */
    padding-top: .3em;
}

.title p {
    width: 100%;
    height: auto;
    line-height: 1.1;
    text-align: center;
    background: linear-gradient(45deg, rgba(255, 244, 215, 1) 0%, rgba(255, 217, 157, 1) 100%);
    -webkit-background-clip: text;
    /* 仅适用于 WebKit 浏览器 */
    -webkit-text-fill-color: transparent;
}

.title span {
    font-size: 16px;
    font-weight: 400;
    color: var(--ffffff);
}

.title span:nth-child(2) {
    font-size: 30px;
}


/*  */
.container {
    padding-bottom: 3em;
}

.list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--ffffff);
    color: var(--282828);
    transition: all .3s linear;
    font-size: 16px;
    padding: 1em 1.5em;
    border-radius: .7em;
    margin-bottom: 1em;
}

.lt_left {
    width: 74%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.it-1 {
    width: 40%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
}

.elementor-star-rating {
    display: flex;
    font-size: 20px;
}

.it-star {
    width: 20%;
    height: auto;
}

.it-star h3 {
    font-size: 24px;
}

.it-making {
    color: var(--86909c);
}

.it-policy {
    width: 55%;
    font-size: 20px;
    cursor: pointer;
}

.it-policy p {
    padding: .2em .5em;
    font-size: 16px;
    position: relative;
}

.it-policy p span {
    background-color: rgba(255, 215, 51, .4);
}

.btn {
    width: 24%;
    padding: .3em 1em;
    font-size: 14px;
}

.btn p img {
    width: 1.2em;
    height: auto;
    margin-right: .3em;
}

.btn p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: .5em;
}

.btn p span:nth-child(1) {
    font-size: 1.2em;
    cursor: pointer;
}

.btn p span:nth-child(2) {
    font-size: 1em;
    cursor: pointer;
    font-weight: bold;
}

.it-1 span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28%;
    font-size: 18px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(40, 40, 40, .4);
    position: relative;
    ;
    color: rgba(40, 40, 40, .4);
    border-radius: .5em;
    position: relative;
}

.it-1 p {
    width: 70%;
    height: auto;
}

.it-1 p img {
    width: 100%;
    height: auto;
    border: 1px solid #e5e6eb;
}

.list:nth-child(1) .it-1 span,
.list:nth-child(2) .it-1 span,
.list:nth-child(3) .it-1 span {
    width: 50px;
    height: 52px;
    color: transparent;
    border: none;
}

.list:nth-child(1) .it-1 span {
    background: url(../images/01.svg) no-repeat center;
    background-size: contain;
}

.list:nth-child(2) .it-1 span {
    background: url(../images/02.svg) no-repeat center;
    background-size: contain;
}

.list:nth-child(3) .it-1 span {
    background: url(../images/03.svg) no-repeat center;
    background-size: contain;
}

.it-bonus p {
    font-size: 20px;
    font-weight: 700;
    color: var(--282828);
    padding: 0 .5em;
    text-align: center;
}

.it-bonus p:nth-child(1) {
    font-weight: 900;
}

.it-bonus p:nth-child(2n) {
    font-size: 14px;
    font-weight: 400;
}

.it-bonus p:nth-child(3) {
    font-size: 16px;
    color: var(--3562e6);
}

.it-type {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.it-type p {
    font-size: 16px;
    text-align: center;
    color: var(--3562e6);
    font-weight: bold;
}

.it-advantage {
    display: flex;
    flex-direction: column;
    padding: 0 .5em;
    font-weight: bold;
    font-size: 14px;
}

.it-advantage span {
    color: var(--ff6623);
    min-width: 1em;
}

.adv-item {
    display: flex;
}

.btn {
    display: flex;
    flex-direction: column;
}

.btn button:hover {
    opacity: .8;
    transition: all .3s linear;
}

.btn button {
    padding: .5em 0;
    background-color: var(--ffd733);
    color: var(--282828);
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 2em;
    font-size: 18px;
    cursor: pointer;
    transition: all .3s linear;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes dddddd {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.02);
    }

    100% {
        transform: scale(1);
    }
}

/*  */
footer {
    padding-bottom: 50px;
}

.wap {
    display: none;
}

.web {
    display: block;
}

.ft-content {
    background-color: var(--ffd733);
    padding: 0 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.ft-img1 {
    width: 100px;
    height: auto;
}

.ft-content .ft-text {
    font-size: 24px;
    padding: 0 1em;
}

.ft-text span {
    font-weight: 900;
}

.download {
    font-size: 20px;
    background-color: var(--3562e6);
    border-radius: 3em;
    color: var(--ffffff);
    padding: .6em 2em;
    display: flex;
    align-items: center;
    margin: 0 .5em;
    cursor: pointer;
}

.download p {
    width: 200px;
}

.download svg {
    width: 30px;
    height: auto;
    fill: var(--ffffff);
    margin-left: 6px;
}

@media(max-width: 1400px) {
    .pagewidth {
        width: 100%;
        padding: 0 5%;
    }

    .title {
        width: 55%;
        font-size: 40px;
        padding-bottom: 1em;
    }

    .it-1 span {
        width: 24px;
        height: 24px;
    }

    .bn-content {
        height: 425px;
    }
}

@media(max-width: 1200px) {
    .logo {
        width: 140px;
        top: 24px;
    }

    .tips span {
        font-size: 30px;
    }

    .bn-content {
        height: 360px;
    }

    .title {
        font-size: 28px;
    }

    #app {
        background: transparent;
    }

    header {
        background: url(../images/max-bg-ar.png) no-repeat;
        background-size: cover;
    }

    .title span:nth-child(2) {
        font-size: 20px;
    }

    h3 {
        font-size: 22px;
    }

    .elementor-star-rating {
        font-size: 18px;
    }

    .it-policy {
        font-size: 18px;
    }

    .it-star {
        padding-left: 1em;
    }

    .list {
        font-size: 14px;
    }

    .list:nth-child(1) .it-1 span,
    .list:nth-child(2) .it-1 span,
    .list:nth-child(3) .it-1 span {
        width: 32px;
        height: 48px;
    }

}

@media(max-width: 860px) {

    .pagewidth {
        width: 100%;
        padding: 0 5%;
    }

    header {
        background: url(../images/max-bg-ar.png) no-repeat;
        background-size: 180%, 200%;
        background-position: 58%, -50%;
    }

    .logo {
        width: 120px;
        height: auto;
    }

    .bn-content {
        width: 100%;
        height: 240px;
    }

    .tips span {
        font-size: 20px;
    }

    .title {
        font-size: 24px;
        width: 80%;
        padding-top: 2em;
    }

    .title span {
        font-size: 14px;
    }

    .title span:nth-child(2) {
        font-size: 16px;
    }

    .list:nth-child(1) .it-1 span,
.list:nth-child(2) .it-1 span,
.list:nth-child(3) .it-1 span {
    width: 32px;
    height: 33px;
}


    .banner {
        height: auto;
        min-height: 240px;
    }

    .container {
        padding-bottom: 30px;
    }

    .list {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px 5%;
    }

    .it-1 {
        width: 37%;
        min-width: 37%;
        position: relative;
    }
    .it-1 span {
        position: absolute;
        top: -20px;right: 0px;
        font-size: 12px;
        width: 18px;
        height: 18px;
    }
    .it-1 p {
        width: 100%;
        height: auto;
    }

    .elementor-star-rating {
        font-size: 20px;
    }

    .it-star {
        width: 100%;
        font-size: 14px;
        padding-bottom: 1em;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .it-bonus {
        width: 100%;
        padding: 12px 0;
        border-bottom: 1px solid var(--282828);
    }

    .it-bonus p {
        text-align: left;
    }

    .it-type {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        margin: 12px 0 0;
    }

    .it-type p {
        padding: 0;
        font-weight: 700;
        margin-bottom: 12px;
        line-height: 1;
    }

    .it-type p:last-child {
        padding-right: 0;
        border-right: 0;
    }

    .it-advantage {
        width: 100%;
        padding: 12px 0;
        border-top: 1px solid var(--282828);
        border-bottom: 1px solid var(--282828);
        flex-direction: row;
        flex-wrap: wrap;
    }

    .adv-item {
        width: 48%;
    }

    .it-policy {
        width: 60%;
    }

    .it-policy p {
        padding: 0 0 0 .5em;
    }

    .lt_left {
        width: 100%;
        margin-bottom: 12px;
        margin-top: 12px;
    }
    .it-policy p {
        padding: .2em .5em .2em 0;
        font-size: 12px;
        position: relative;
    }
    .btn {
        width: 100%;
        padding: .5em 0;
        align-items: center;
        font-size: 12px;
    }

    .btn span {
        text-align: center;
    }

    .btn button {
        font-size: 14px;
        padding: .3em 1em;
    }

    .web {
        display: none;
    }

    .wap {
        display: block;
    }

    .ft-content {
        padding: 12px 12px 0;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }

    .ft-content .ft-text {
        font-size: 12px;
        padding: .5em .5em .5em 0;
        font-weight: 900;
    }

    .ft-img1 {
        width: 30%;
        height: auto;
    }

    .ft-right {
        width: 66%;
    }

    .dn-center {
        display: flex;
        justify-content: space-between;
        padding-bottom: 5px;
    }

    .dn-left {
        width: 58%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-start;
    }

    .dn-left span {
        font-size: 10px;
        text-align: left;
    }

    .download {
        width: 70%;
        font-size: 10px;
        border-radius: 1em;
    }

    .ft-img2 {
        width: 40%;
        height: auto;
    }

    .download svg {
        width: 12px;
    }
}