ul {
    list-style: none;
}

.price-page {
    font-family: "PingFang SC", "Microsoft YaHei", "SimSun", "Arial", sans-serif;
    padding-top: 80px;
    background-color: #f7f8fa;
    color: #1d2129;
}

.comparison-card,
.versions-card {
    margin: 0 auto;
    padding-bottom: 70px;
    width: 1156px;
}

.comparison-card>.title,
.versions-card>.title {
    padding: 30px 0 40px;
    background-image: url("../image/title-bg-2.png");
    background-repeat: no-repeat;
    background-position: center 20px;
    text-align: center;
}

.versions-card>.title {
    background-image: url("../image/title-bg-1.png");
}

.comparison-card>.title h2,
.versions-card>.title h2,
.versions-card>.title h1,
.comparison-card>.title h1 {
    margin-bottom: 3px;
    line-height: 48px;
    font-weight: 500;
    font-size: 32px;
}

.comparison-card>.title h4,
.versions-card>.title h4 {
    margin: 0;
    color: #4e5969;
    line-height: 24px;
    font-size: 16px;
}

.comparison-card>.title h4 span {
    color: #f19240;
}

.comparison-card .inner-card {
    padding: 12px 64px 32px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 2px 4px rgba(29, 33, 41, 0.04);
}

.comparison-card .inner-card .title-tab {
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0 0 12px;
    background-color: #fff;
    border-bottom: 1px solid #f0f2f5;
    line-height: 30px;
    font-weight: 500;
    font-size: 20px;
}

.comparison-card .inner-card .title-tab li {
    flex: 1;
    line-height: 48px;
}

.comparison-card .inner-card .title-tab li:first-child {
    padding-left: 64px;
}

.comparison-card .inner-card .title-tab li:not(:first-child) {
    text-align: center;
}

.comparison-card .c-table dl {
    margin: 0;
}

.comparison-card .c-table dt {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f0f2f5;
    height: 64px;
    user-select: none;
    font-weight: 400;
    cursor: pointer;
}

.comparison-card .c-table dt>* {
    flex: 1;
}

.comparison-card .c-table dt .name {
    display: flex;
    align-items: center;
    padding-left: 64px;
}

.comparison-card .c-table .tri {
    margin-right: 10px;
    width: 0;
    height: 0;
    border: 3.5px solid transparent;
    border-left-width: 5px;
    border-left-color: #4e5969;
    transition: all 0.5s;
}

.comparison-card .c-table dt[aria-expanded="true"] .tri {
    border-left-color: #f19240;
    transform: rotate(90deg);
}

.comparison-card .c-table dd {
    margin: 0;
}

.comparison-card .function-list {
    margin: 0;
    padding: 0;
    background-color: #f7f8fa;
}

.comparison-card .function-list li {
    display: flex;
    align-items: center;
    height: 48px;
    border-top: 1px #f0f2f5 solid;
}

.comparison-card .function-list li>div {
    flex: 1;
}

.comparison-card .function-list li>div:first-child {
    padding-left: 64px;
}

.comparison-card .function-list .name {
    color: #000;
    font-size: 14px;
}

.price-page .has,
.price-page .none {
    position: relative;
}

.price-page .has::before,
.price-page .none::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 22px;
    height: 22px;
}

.price-page .has::before {
    background-image: url("../image/has.svg");
}

.price-page .none::before {
    background-image: url("../image/none.svg");
}

.comparison-card .collapse.show+dt {
    border-top: 1px #f0f2f5 solid;
}

.consulting-btn-group {
    display: flex;
    margin-top: 32px;
}

.consulting-btn-group>* {
    flex: 1;
    text-align: center;
}

.consulting-btn-group>*:first-child {
    margin-left: 64px;
}

.consulting-btn-group button,
.versions-list .v-name button {
    width: 86px;
    height: 36px;
    background-color: transparent;
    border: 1px #f19240 solid;
    border-radius: 4px;
    color: #f19240;
    font-weight: 500;
    font-size: 14px;
}

.consulting-btn-group button:hover,
.versions-list .v-name button:hover {
    background-color: #f19240;
    color: #fff;
}

.consulting-btn-group button:active,
.versions-list .v-name button:active {
    background-color: #eb8228;
    border-color: #eb8228;
    color: #fff;
}

.versions-card .inner-card {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 8px 0px 20px rgba(29, 33, 41, 0.04);
}

.inner-card .nav-tabs {
    display: flex;
    border: none;
}

.inner-card .nav-tabs li {
    flex: 1;
}

.inner-card .nav-tabs li a {
    position: relative;
    display: block;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #fbfbfc;
    color: #1d2129;
    font-weight: 400;
    font-size: 20px;
}

.inner-card .nav-tabs li a.active {
    z-index: 1;
    background-color: #fff;
    box-shadow: 0 6px 18px #f0f0f0;
    font-weight: 600;
}

.inner-card .nav-tabs li:first-child a.active {
    box-shadow: 7px 0 12px #f0f0f0;
}

.inner-card .nav-tabs li:last-child a.active {
    box-shadow: -5px 6px 12px #f0f0f0;
}

.inner-card .nav-tabs li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    background-image: linear-gradient( 104.71deg, #ffba52 -127.1%, #fa7a5e 100.27%);
    border-radius: 4px;
    width: 0;
    transition: all 0.3s;
}

.inner-card .nav-tabs li a.active::before {
    width: 100%;
}

.inner-card .tab-content {
    position: relative;
    z-index: 2;
    background-color: #fff;
}

.versions-list {
    display: flex;
    padding-top: 26px;
    padding-bottom: 20px;
}

.versions-list .v-col {
    flex: 1;
    border-right: 1px #f0f2f5 solid;
}

.versions-list .v-icon {
    position: relative;
    top: -5px;
    margin-left: 28px;
    margin-bottom: 32px;
    width: 136px;
    height: 112px;
    background-image: url("../image/ver-icon.png");
    background-size: 100%;
}

.versions-list .v-t {
    margin-left: 32px;
    margin-bottom: 20px;
    line-height: 22px;
    color: #4e5969;
    font-size: 14px;
}

.versions-list .v-name {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 62px;
}

.versions-list .v-name>div {
    margin-bottom: 20px;
    line-height: 30px;
    font-weight: 600;
    font-size: 20px;
}

.versions-list .v-name button {
    width: 78px;
    height: 32px;
}

.versions-list .v-d {
    margin-bottom: 20px;
    line-height: 22px;
    text-align: center;
}

.versions-list .v-d .none,
.versions-list .v-d .has {
    height: 22px;
}

.price-banner {
    width: 100%;
}

.price-banner img {
    max-width: 100%;
    width: 100%;
    max-height: 540px;
    min-height: 420px;
    object-fit: cover;
}

.qa-card {
    padding-bottom: 40px;
}

.qa-card>.title {
    padding: 30px 0 40px;
    text-align: center;
    background-image: url("../image/title-bg-qa.svg");
    background-position: center 20px;
    background-repeat: no-repeat;
}

.qa-card>.title h2 {
    margin-bottom: 3px;
    line-height: 48px;
    font-weight: 500;
    font-size: 32px;
}

.qa-card>.title h4 {
    margin: 0;
    color: #4e5969;
    line-height: 24px;
    font-size: 16px;
}

.qa-wrap {
    margin: 0 auto;
    padding: 40px 30px 22px;
    width: 1156px;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(29, 33, 41, 0.04);
    border-radius: 6px;
}

.qa-wrap ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.qa-wrap ul li {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    width: 33.333%;
}

.qa-wrap ul li::before {
    content: "";
    margin-right: 8px;
    width: 6px;
    height: 6px;
    background-color: #1d2129;
    border-radius: 50%;
}

.qa-wrap ul li a {
    color: #4e5969;
    line-height: 22px;
}

.qa-wrap ul li:hover a {
    color: #f19240;
}

.qa-wrap ul li:hover::before {
    background-color: #f19240;
}

.hear-banner {
    position: relative;
    width: 100%;
}

.hear-banner img {
    max-width: 100%;
    width: 100%;
    max-height: 520px;
    min-height: 420px;
    object-fit: cover;
}

.hear-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1156px;
    transform: translate(-50%, -50%);
}

.hear-banner-content .t1 {
    margin-bottom: 14px;
    color: #fff;
    line-height: 56px;
    font-weight: 500;
    font-size: 40px;
}

.hear-banner-content .t2 {
    margin-bottom: 46px;
    color: rgba(255, 255, 255, 0.6);
    width: 680px;
    line-height: 28px;
    font-weight: 400;
    font-size: 20px;
}

.hear-banner-content .banner-btn {
    border: none;
    border-radius: 4px;
    background-image: linear-gradient( 104.71deg, #ffba52 -127.1%, #fa7a5e 100.27%);
    color: #fff;
    width: 104px;
    height: 40px;
}

.hear-banner-content .banner-btn:active {
    background: #eb8228;
}