/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
    font-family: "阿里妈妈数黑体 Bold";
    font-weight: 700;
    src: url("../fonts/AlimamaShuHeiTi-Bold.woff2") format("woff2"),
    url("../fonts/AlimamaShuHeiTi-Bold.woff") format("woff");
    font-display: swap;
}

h1 {
    font-size: 48px;
}

@media (max-width: 768px) {
    h1 {
        font-size: 28px;
    }
}

.headers {
    position: relative;
}

.headers .line {
    width: 1200px;
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFFFFF;
    cursor: pointer;
    box-sizing: border-box;
}


@media (max-width: 768px) {
    .headers .line {
        width: 100%;
        padding: 0 20px;
    }
}

.headers .line a {
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .headers .line a {
        font-size: 14px;
    }
}

.headers .line .logo {
    z-index: 1;
    width: 318px;
    height: 48px;
}

@media (max-width: 768px) {
    .headers .logo {
        left: 20px;
        width: 200px !important;
        height: 30px !important;
    }
}


.headers .banner {
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .headers .banner {
        width: 100%;
        height: 250px;
    }
}

.headers .banner .title_line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 80px;
    text-align: center;
    color: #fff;
    letter-spacing: 10px;
}

@media (max-width: 768px) {
    .headers .banner .title_line {
        top: 40%;
        font-size: 28px;
        white-space: nowrap;
    }
}

.headers .banner .title_line .title {
    font-family: '阿里妈妈数黑体 Bold';
}

.headers .banner .title_line .msg {
    margin-top: 28px;
}

@media (max-width: 768px) {
    .headers .banner .title_line .msg {
        margin-top: 20px;
        font-size: 15px;
        letter-spacing: 2px;
    }
}

.footer {
    width: 100%;
    background: #1F212E;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    font-size: 14px;
    padding: 20px 0;
}

.footer p {
    margin-bottom: 10px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .footer p {
        text-align: center;
    }

    .footer p a {
        display: block;
        margin-top: 10px;
    }
}

.footer p a {
    color: #FFFFFF;
}

.wrap {
    width: 1200px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

@media (max-width: 768px) {
    .wrap {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
}

.wrap h1 {
    text-align: center;
}

.introduce {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .introduce {
        flex-direction: column;
        margin-top: 20px !important;
    }
}

.introduce .text {
    max-width: 530px;
    font-size: 16px;
    color: #191B23;
}

.introduce .text span {
    display: block;
    margin-bottom: 30px;
}

.introduce .num {
    display: flex;
    justify-content: space-between;
}

.introduce .num .num_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

@media (max-width: 768px) {
    .introduce .num {
        margin-top: 40px !important;
    }

    .introduce .num .num_box {
        font-size: 14px;
    }

    .introduce .num .num_box span {
        font-size: 30px !important;
    }
}

.introduce .num .num_box span {
    font-size: 40px;
    font-weight: 700;
    margin-right: 4px;
}

.introduce .img_box {
    max-width: 400px;
    box-sizing: border-box;
}

.introduce .img_box img {
    width: 338px;
    height: 104px;
}

@media (max-width: 768px) {
    .introduce .img_box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .introduce .img_box img {
        margin-top: 40px;
        width: 80%;
        height: 90px;
    }
}

.foreground {
    margin-top: 160px;
}

@media (max-width: 768px) {
    .foreground {
        margin-top: 100px;
    }

    .foreground_title {
        margin-top: 60px !important;
    }
}

.foreground .img_box {
    position: relative;
    display: flex;
    justify-content: center;
}

/* 定义动画 */
@keyframes moveDown {
    0%, 100% {
        transform: translateY(-20px);
    }
    50% {
        transform: translateY(0);
    }
}

.foreground .foreground_img {
    width: 285px;
    height: 285px;
    position: relative;
    z-index: 1;
    animation: moveDown 2s ease-in-out infinite
}


.foreground .foreground_bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 532px;
    height: auto;
}

@media (max-width: 768px) {
    .foreground .foreground_bg {
        width: 100%;
    }

    .foreground .foreground_img {
        width: 185px;
        height: 185px;
    }
}

.foreground .content_box {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .foreground .content_box {
        display: flex;
        flex-direction: column;
    }
}

.foreground .content_box .content {
    flex-shrink: 0;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px 35px;
    font-size: 16px;
    color: #191B23;
    line-height: 35px;
    box-sizing: border-box;
    box-shadow: 0px 20px 40px 0px rgba(88, 95, 105, 0.1);
}

@media (max-width: 768px) {
    .foreground .content_box .content {
        font-size: 14px;
    }
}

.foreground .content_box .content h3 {
    margin-bottom: 10px;
}

.foreground .content_box .policy {
    width: 306px;
    height: 260px;
    background-image: url("../image/内容展示类_背景元素_政策.png");
}

@media (max-width: 768px) {
    .foreground .content_box .policy {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }
}

.foreground .content_box .vista {
    width: 502px;
    height: 260px;
    background-image: url("../image/内容展示类_背景元素_前景.png");
}

@media (max-width: 768px) {
    .foreground .content_box .vista {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }
}

.foreground .content_box .vista .center {
    display: flex;
}

@media (max-width: 768px) {
    .foreground .content_box .vista .center {
        flex-direction: column;
    }

    .foreground .content_box .vista div:nth-child(1) {
        margin-bottom: 20px;
    }
}

.foreground .content_box .vista .center div {
    position: relative;
}

.foreground .content_box .vista .center div p:first-child:before {
    content: '';
    display: block;
    position: absolute;
    top: 14px;
    left: -16px;
    width: 8px;
    height: 8px;
    background: #E5C26C;
    border-radius: 50%;
}

.foreground .content_box .vista .center div:first-child {
    margin-right: 52px;
}

.foreground .content_box .situation {
    width: 306px;
    height: 260px;
    background-image: url("../image/内容展示类_背景元素_现状.png");
}

@media (max-width: 768px) {
    .foreground .content_box .situation {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }
}

.diff {
    width: 100%;
    padding: 60px 0 80px;
    background: #191B23;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .diff {
        padding: 40px 20px 60px
    }
}

.diff h1 {
    color: #FFFFFF;
    letter-spacing: 3px;
}

@media (max-width: 768px) {
    .diff h1 {
        text-align: center;
    }
}

.diff .content {
    display: flex;
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .diff .content {
        flex-direction: column;
    }
}

@keyframes slideLeftRetourn {
    0% {
        transform-origin: 0 0;
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        transform-origin: 0 0;
        transform: translateX(0%);
    }
}

@keyframes slideRightRetourn {
    0% {
        transform-origin: 0 0;
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        transform-origin: 0 0;
        transform: translateX(0%);
    }
}

.diff .content .box {
    background: #FFFFFF;
    width: 570px;
    height: 560px;
    text-align: center;
    padding: 48px 0 0 40px;
    opacity: 0;
    transform: translateX(100%);
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .diff .content .box {
        width: 100%;
        height: auto;
        padding: 20px !important;
    }
}

.active_lt {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: slideLeftRetourn;
}

.active_rg {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: slideRightRetourn;
}

@media (max-width: 768px) {
    .active_rg {
        margin-top: 100px;
    }
}

.diff .content .box:first-child {
    background: #2E2F35;
    padding: 48px 0 0 40px;
    transform-origin: 0 0;
    transform: translateX(-100%);
}

.diff .content .box:first-child .title {
    background: #FFFFFF;
    color: #191B23;
}

.diff .content .box .title {
    display: inline-block;
    padding: 10px 50px;
    border-radius: 28px;
    font-size: 28px;
    color: #FFFFFF;
    background: #2E2F35;
}

.diff .content .box p {
    text-align: left;
    max-width: 370px;
    margin-bottom: 76px;
    text-indent: -40px;
    padding-left: 40px;
    margin-left: 80px;
}

@media (max-width: 768px) {
    .diff .content .box p {
        margin-left: 0;
        margin-bottom: 50px;
    }
}

.diff .content .box:first-child p {
    color: #FFFFFF;
    margin-left: 0;
}

.diff .content .box:first-child p span {
    color: #FFFFFF;
}

.diff .content .box p span {
    font-size: 18px;
    color: #191B23;
    font-weight: bold;
    font-style: italic;
    margin-right: 17px;
}

.diff .content .compare_box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -40%);
}

@media (max-width: 768px) {
    .diff .content .compare_box {
        display: flex;
        justify-content: space-around;
        width: 100%;
        top: 50%;
    }
}

.diff .content .compare_box p {
    box-sizing: content-box;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    border: 2px solid #191B23;
    background: #FFFFFF;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .diff .content .compare_box p {
        width: 60px;
        height: 60px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .advantage h1 {
        margin-top: 60px;
    }
}

.advantage_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.advantage_content .item {
    width: 480px;
    height: 140px;
    background: linear-gradient(87.66deg, rgb(234, 234, 234) 4.216%, rgba(234, 234, 234, 0) 102.205%);
    margin-bottom: 24px;
    position: relative;
    box-sizing: border-box;
    padding: 0 43px;
    display: flex;
    align-items: center;
    line-height: 23px;
    z-index: 1;
    cursor: pointer;
}


@keyframes bgColorAnimation {
    0% {
        background: rgb(234, 234, 234);
    }
    100% {
        background: #1B1B1B;
    }
}

.advantage_content .item:hover {
    color: #FFFFFF;
    animation: bgColorAnimation 2s infinite alternate;
}

.advantage_content .item p {
    color: rgb(25, 27, 35, .06);
    font-size: 100px;
    font-weight: 400;
    position: absolute;
    left: 10px;
    z-index: 1;
}

.business {
    margin-top: 140px;
    text-align: center;
}

@media (max-width: 768px) {
    .business {
        margin-top: 80px;
    }
}

.business p {
    text-align: left;
    line-height: 23px;
    color: #191B23;
}

.business img {
    width: 958px;
    height: 530px;
}

@media (max-width: 768px) {
    .business img {
        width: 100%;
        height: auto;
    }
}

.condition {
    border: 1px solid #CCCFD4;
    padding-top: 40px;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0px 20px 40px 0px rgba(88, 95, 105, 0.1);
}

@media (max-width: 768px) {
    .condition {
        text-align: left;
        padding: 40px 20px;
    }
}

.condition .step {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 0 52px 45px;
}

@media (max-width: 768px) {
    .condition .step {
        flex-direction: column;
        padding: 0;
    }
}

.condition .step .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 120px;
}

@media (max-width: 768px) {
    .condition .step .item {
        flex-direction: row;
        width: 100%;
        margin-top: 20px;
    }
}

.condition .step .item .num {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #191B23;
    color: #FFFFFF;
    text-align: center;
    line-height: 48px;
    font-size: 24px;
    flex-shrink: 0;
}

.condition .step .item p {
    margin-top: 20px;
    font-size: 14px;
    color: #191B23;
    text-align: left;
}

@media (max-width: 768px) {
    .condition .step .item p {
        margin-top: 0;
        margin-left: 15px;
    }
}

.condition .step .line {
    width: 1060px;
    height: 4px;
    background-color: #DADADA;
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

@media (max-width: 768px) {
    .condition .step .line {
        display: none;
    }
}

.product {
    position: relative;
    margin-top: 110px;
    background-image: url("../image/背景.png");
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    box-sizing: border-box;
    padding: 65px 0 80px;
}

@media (max-width: 768px) {
    .product {
        margin-top: 0
    }
}

.product .list {
    display: flex;
    position: relative;
    z-index: 1;
    background-color: #FFFFFF;
}

@media (max-width: 768px) {
    .product .list {
        flex-direction: column;
        margin-top: 30px !important;
        background-color: transparent;
    }
}

.product .list .line {
    position: absolute;
    top: -8px;
    left: 0;
    background: linear-gradient(63.43deg, rgb(229, 194, 108) 0.001%, rgb(103, 82, 34) 46.311%, rgb(31, 33, 46) 100%);;
    height: 8px;
    width: 1200px;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .product .list .line {
        display: none;
    }
}

.product .list .item {
    width: 300px;
    box-sizing: border-box;
    border: 2px solid rgb(204, 207, 212);
    box-shadow: 0px 20px 40px 0px rgba(88, 95, 105, 0.09);
    padding: 24px 20px 35px;
    cursor: pointer;
    position: relative;
}

@media (max-width: 768px) {
    .product .list .item {
        width: 100%;
        margin-bottom: 50px;
        background-color: #FFFFFF;
    }
}

.product .list .item:hover {
    border-left: 2px solid #E5C26C;
    border-right: 2px solid #1F212E;
}

.product .list .item .recommed {
    position: absolute;
    left: 0;
    top: -28px;
    height: 28px;
    width: 300px;
    border-radius: 24px 24px 0 0;
    background: linear-gradient(90.00deg, rgb(229, 194, 108) 1.527%, rgb(31, 33, 46) 100%);
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

@media (max-width: 768px) {
    .product .list .item .recommed {
        width: 100%;
    }
}

.product .list .item .recommed img {
    width: 13px;
    height: 13px;
    margin-right: 6px;
}

.product .list .item .name {
    font-family: '阿里妈妈数黑体 Bold';
    font-size: 24px;
}

.product .list .item .label {
    font-size: 14px;
    line-height: 20px;
    margin-top: 12px;
    min-height: 40px;
}

.product .list .item .price {
    font-size: 14px;
    color: #191B23;
    margin-top: 10px;
    min-height: 64px;
}

.product .list .item .price .cny {
    font-size: 20px;
    font-weight: 700;
}

.product .list .item .price .money {
    font-size: 48px;
    font-weight: 700;
}

.product .list .item .price .contact {
    height: 48px;
    width: auto;
}

.product .list .item .btn {
    margin-top: 24px;
    padding: 15px 0;
    background-color: #F1E7CE;
    color: #191B23;
    border-radius: 4px;
}

.product .list .item:hover .btn {
    background: linear-gradient(90.00deg, rgb(229, 194, 108) 2.579%, rgb(31, 33, 46) 100%);
    color: #FFFFFF;
}

.product .list .item .introduces {
    font-size: 14px;
    color: #191B23;
    font-weight: 400;
    margin-top: 36px;
}

.product .list .item .introduces .title {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}

.product .list .item .introduces .ul {
    margin-top: 14px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product .list .item .introduces .ul p {
    position: relative;
    left: 15px;
}

.product .list .item .introduces .ul p:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #C4C4C4;
    position: absolute;
    left: -15px;
    top: 6px;
}

.product .list .item .introduces .ul img {
    width: 12px;
    height: 12px;
}
