.main-wrapper {
    background-color: #F6F8FA;
}
.container {
    padding: 0;
}
.service {
    width: 390px;
    height: 260px;
    border: 1px solid #A6A6A6;
    padding-top: 20px;
}

.service .header {
    background: #7F7F7F;
    line-height: 42px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.service .content {
    padding: 40px 0 0 40px;
    font-size: 16px;
}

.service .content .price {
    font-size: 48px;
    font-weight: bold;
    color: #F27F00;
}

.service .content .unit {
    color: #F27F00;
    font-size: 14px;
}

.main-title {
    text-align: center;
    color: #A6A6A6;
    font-family: "songti";
    font-size: 16px;
}

.main-title strong {
    font-size: 48px;
    font-weight: 100;
}

.feature .title {
    background-color: #00B050;
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    margin: 20px 0px;
}

h2.header-dividing-center {
    border-bottom: 1px solid #333;
    line-height: 32px;
    color: #333;
    margin: 0px 20px;
    font-weight: bold;
}

.question {
    color: #0070CA;
    font-style: italic;
}

.answer {
    margin: 20px 0px;
    font-family: "KaiTi";
    font-size: 16px;
    line-height: 28px;
    margin: 40px 0px;
}

.story {
    padding: 10px 40px;
    font-family: "KaiTi";
    font-size: 15px;
}

.story h3 {
    font-family: "Microsoft YaHei";
    font-style: italic;
    color: #999;
    font-weight: bold;
    padding-bottom: 20px;
}

.story .round p{
    font-family: "Microsoft YaHei";
    line-height: 24px;
    font-size: 13px;
}

/* 新版样式 */
.container {
    width: 1280px;
}
.product-page {
    padding: 100px 0 0;
    color: #333333;
    position: relative;
    z-index: 1;
}
.section-title {
    margin: 0 0 60px;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}
.section-title::after {
    content: '';
    width: 80px;
    height: 6px;
    margin: 8px auto 0;
    background-color: #1D78F4;
    display: block;
}
.section-about {
    margin-bottom: 100px;
    display: flex;
}
.about-left h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}
.about-left h3::after {
    content: '';
    width: 40px;
    height: 6px;
    margin: 8px 0 16px;
    background-color: #1D78F4;
    display: block;
}
.about-left p {
    margin: 0;
    padding-bottom: 16px;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}
.about-left span {
    font-size: 16px;
    line-height: 28px;
    display: block;
    color: #333;
}
.about-right {
    width: 524px;
    height: 414px;
    margin: 60px 0 0 40px;
}
.section-system {
    margin-bottom: 100px;
}
.system-box {
    padding-bottom: 40px;
    position: relative;
}
.system-top {
    width: 64px;
    height: 64px;
    position: absolute;
    top: -76px;
    left: 0;
}
.system-left {
    width: 244px;
    height: 202px;
    position: absolute;
    left: -178px;
    bottom: 4px;
}
.system-right {
    width: 175px;
    height: 175px;
    position: absolute;
    top: -122px;
    right: -87px;
}
.feature-box {
    margin: 0 auto;
    display: flex;
}
.feature {
    margin-right: 16px;
}
.feature-item {
    width: 632px;
    height: 188px;
    margin-bottom: 24px;
    padding: 24px 24px 0;
    border-radius: 8px;
    background: linear-gradient(158deg, #FFFFFF 0%, rgba(255,255,255,0.6) 100%);
    box-shadow: 0 4px 30px 1px rgba(29,120,244,0.1);
    position: relative;
    overflow: hidden;
}
.feature-item:hover {
    box-shadow: 0 4px 30px 1px rgba(29,120,244,0.2);
}
.feature-item::before {
    content: '';
    width: 10px;
    height: 100%;
    background-color: #1D78F4;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}
.feature-item h3 {
    margin: 0;
    padding-bottom: 16px;
    font-size: 18px;
    font-weight: 400;
}
.feature-item span {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    word-break: break-all;
    display: block;
    color: #666;
}
.feature-item p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}
.large {
    height: 612px;
}
.section-feature {
    padding-bottom: 100px;
}
.item-box .feature-item:last-child {
    margin-bottom: 0;
}
/* 新版样式 */
