﻿* {
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0px;
    padding: 0px;
}

p {
    margin: 0px;
    padding: 0px;
}

.section-header {
    position: relative;
    width: 100%;
    height: 532px;
    margin-top: 72px;
}

.container-index {
    position: relative;
    max-width: 1440px !important;
    min-width: 1440px !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 auto;
    text-align: center;
}
.bannertext1 {
    padding-top: 160px;
    margin-bottom: 36px;
    font-size: 72px;
    color: #2347FC;
    letter-spacing: 0;
    line-height: 64px;
    font-weight: 400;
}
.bannertext2 {
    font-size: 36px;
    color: #696969;
    letter-spacing: 0;
    line-height: 32px;
    font-weight: 500;
}

.product-version {
    height: 736px;
    width: 100%;
    position: relative;
    margin-top: -130px;
    display: flex;
    justify-content: space-between;
}
.product-version-wrapper {
    width: 330px;
    height: 716px;
    background: #A4AEC4;
    box-shadow: 4px 4px 20px 0px rgba(210,210,210,0.42);
    border-radius: 16px;
    margin-top: 20px;
    position: relative;
}
.product-version-wrapper2 {
    background: #5E96FF;
}
.product-version-wrapper3 {
    background: #6767F6;
    height: 736px;
    margin-top: 0;
}
.product-version-wrapper4 {
    background: #252858;
}
.product-version-header {
    height: 120px;
    text-align: center;
}
.product-version-header-text1 {
    padding-top: 36px;
    padding-bottom: 16px;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 22px;
    font-weight: 700;
}
.product-version-header-text2 {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    font-weight: 500;
}
.product-version-container {
    background: #FFFFFF;
    border-radius: 0px 0px 16px 16px;
    height: 596px;
    padding: 36px;
}
.product-version-container2 {
    height: 616px;
}
.version-title {
    font-size: 36px;
    color: #01C29A;
    text-align: center;
    line-height: 36px;
    font-weight: 700;
    width: 258px;
    height: 36px;
    margin: auto;
    margin-bottom: 36px;
}
.version-price {
    font-size: 36px;
    color: #FF8023;
}
.version-year {
    font-size: 16px;
    color: #090A19;
}
.version-price2 {
    font-size: 36px;
    color: #090A19;
}
.version-year2 {
    font-size: 16px;
    color: #090A19;
}
.product-version-d3 {
    font-size: 16px;
    color: #454545;
    line-height: 22px;
    font-weight: 400;
    text-align: left;
}
.product-icon {
    color: #00C29A;
}
.version-buy {
    width: 258px;
    height: 64px;
    background: #3377FF;
    border-radius: 8px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 36px;
    left: 36px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
}
.version-icon1 {
    position: absolute;
    left: 16px;
    top: 0;
}
.version-icon2 {
    position: absolute;
    left: 16px;
    top: -10px;
}

.product-function {
    width: 100%;
    margin-top: 86px;
    padding: 80px 0 82px 0;
}
.product-function-title {
    font-size: 36px;
    color: #292929;
    line-height: 48px;
    font-weight: 500;
    margin-bottom: 64px;
    text-align: center;
}
.product-function-table {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.function-wrapper {
    width: 264px;
    height: 2596px;
}
.function-wrapper1 {
    padding-top: 100px;
}
.function-title {
    width: 100%;
    height: 36px;
    margin-top: 8px;
    font-size: 18px;
    color: #454545;
    line-height: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    background: #F7F8FA;
}
.function-title1 {
    margin-top: 0;
}
.function-label {
    width: 100%;
    height: 36px;
    font-size: 16px;
    color: #454545;
    line-height: 36px;
    font-weight: 400;
    border-bottom: 1px solid #E5E5E5;
    padding-left: 30px;
    text-align: left;
}
.function-label.label-no-border {
    border-bottom: none
}
.titlt-icon {
    width: 22px;
    margin-right: 12px;
}
.function-wrapper2 {
    background-image: linear-gradient(179deg, #F5F6F9 0%, #FFFFFF 5%);
    border: 1px solid rgba(242,243,245,1);
    border-radius: 16px;
}
.veision-label {
    padding: 40px 0 24px;
    font-size: 24px;
    color: #696969;
    line-height: 22px;
    font-weight: 700;
}
.version-btn {
    width: 120px;
    height: 36px;
    margin: auto;
    background: #3377FF;
    border-radius: 8px;
    line-height: 36px;
    margin-bottom: 13px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 400;
}
.function-wrapper2 .function-label,
.function-wrapper3 .function-label,
.function-wrapper4 .function-label,
.function-wrapper5 .function-label {
    text-align: center;
    padding-left: 0px;
}
.right-icon {
    width: 19.25px;
}
.function-wrapper3 {
    background-image: linear-gradient(179deg, #9CBBFE 0%, #FFFFFF 5%);
    border: 1px solid rgba(229,239,255,1);
    border-radius: 16px;
}
.function-wrapper4 {
    background-image: linear-gradient(179deg, #C9C9FF 0%, #FFFFFF 5%);
    border: 1px solid rgba(223,223,255,1);
    border-radius: 16px;
}
.function-wrapper5 {
    background-image: linear-gradient(179deg, #A6B4F8 0%, #FFFFFF 5%);
    border: 1px solid rgba(168,172,229,1);
    border-radius: 16px;
}

.section-added-service {
    background: #F9FBFF;
}
.added-service {
    width: 100%;
    padding: 80px 0;
}
.added-service-wrapper {
    width: 100%;
    display: flex;
}
.added-service-wrapper > div {
    width: 288px;
    height: 468px;
    background: #FFFFFF;
    border-radius: 36px;
    text-align: center;
}
.added-service-wrapper .added-service-wrapper1{
    background: url(/lib/JdContent/images/price/3-bg-1.png) 100% 100% no-repeat;
}
.added-service-title {
    margin-top: 160px;
    margin-bottom: 16px;
    font-size: 16px;
    color: #454545;
    line-height: 24px;
    font-weight: 500;
}
.added-service-content {
    font-size: 14px;
    color: #999999;
    text-align: center;
    line-height: 22px;
    font-weight: 400;
}


.section-try {
    padding: 80px 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-try .experience_btn {
    background-image: linear-gradient(270deg, #776EE3 0%, #2D4FF2 100%);
    border-radius: 32px;
    width: 200px;
    height: 64px;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}
.experience_title {
    font-size: 48px;
    margin-right: 37px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 64px;
    font-weight: 500;
}

.experience-btn-icon {
    width: 32px;
    height: 32px;
    margin-left: 8.5px;
}