* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}
*::before,
*::after {
    box-sizing: border-box;
}
img {
    max-width: 100%;
}
a {
    text-decoration: none;
    color: inherit;
}
.flex{
    display: flex;
}
.m-40{
    margin-top: 40px;
}
.logo-img{
    width: 270px;
    height: 78px;
}
.widget-title{
    font-size: 26px;
    font-weight: bold;
}
.color-primary{
    font-weight: bold;
}
.d-footer{
    line-height: 36px;
    display: flex;
    justify-content: center;
    padding-left: 100px;
    padding-top: 20px;
}
.d-footer-r{
    padding-left: 40px;
}
body {
    background-color: #D0DAEB;
    color: #333;
    line-height: 1.6;
}

.container {
    max-width: 1153px;
    margin: 0 auto;
    padding: 20px;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.logo-left {
    color: #ff6a00;
    font-weight: bold;
    font-size: 18px;
}

.logo-right {
    color: #333;
    font-size: 16px;
}

.main-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.t-r{
    margin-right: -20px;
}
.main-title h1 {
    padding-top: 110px;
    font-size: 75px;
    color: #000;
    margin-bottom: 20px;
}
.main-title h2 {
    font-size: 48px;
    color: #000;
}

.features {
    display: flex;
    justify-content: space-between;
    margin-left: -9px;
    margin-right: -9px;
    margin-top: -13px;
}

.feature-item {
    flex: 1;
    background-color: #F1F5FF;
    border:1px solid #DAE8FF;
    border-radius: 5px;
    margin: 0 9px;
    /*min-height: 250px;*/
}

.feature-title {
    text-align: center;
    color: #1543E5;
    font-size: 24px;
    height: 82px;
    background: #DAE8FF;
    font-weight: bold;
    line-height: 82px;
}

.feature-desc {
    font-size: 20px;
    padding: 30px 16px;
    text-align: justify;
}

.section-title {
    /*background-color: #0066ff;*/
    background: linear-gradient(90deg, #46AAF8 0%, #0437F8 100%);
    color: white;
    padding: 0 42px;
    border-radius: 18px 18px 0 0;
    font-size: 48px;
    font-weight: bold;
    height: 102px;
    line-height: 102px;
}

.performance-table {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
    border-radius: 0 0 18px 18px;
    overflow: hidden;
}

.performance-table th, .performance-table td {
    padding: 10px;
    text-align: center;
    font-size: 26px;
}
.performance-table td {
    background-color: #ECF1FD;
}
.performance-table tr:nth-child(even){
    border-top: 1px solid #C9CFDD;
}
.performance-table th {
    background-color: #FFFFFF;
    color: #1543E5;
}

.performance-table1 {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
    border-radius: 0 0 18px 18px;
    overflow: hidden;
}
.performance-table1 th, .performance-table1 td {
    padding: 10px;
    font-size: 26px;
}
.performance-table1 td {
    background-color: #ECF1FD;
    border: 1px solid #C9CFDD;
    color: #213047;
    text-align: center;
}
.performance-table1 tr:first-child td { border-top: none; }
.border-ECF1FD-l{
    border-left:solid 1px #ECF1FD !important;
}
.border-ECF1FD-r{
    border-right:solid 1px #ECF1FD !important;
}
.performance-table1 tr{
    /*border: 1px solid #C9CFDD;*/
}
.performance-table1 th {
    background-color: #FFFFFF;
    color: #1543E5;
}
.per-center td{
    text-align: center;
}
.per-center p{
    text-align: left;
    padding: 10px 10px 10px;
    color: #454545;
    font-size: 22px;
}
.per-text{
    text-align: justify !important;
    font-size: 22px !important;
    padding: 30px!important;
vertical-align: top;
    /*width: 26%;*/
}
.performance-data {
    background-color: white;
    padding: 15px;
    border-radius: 0 0 5px 5px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.data-row {
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.data-label {
    flex: 1;
    font-size: 14px;
}

.data-value {
    flex: 1;
    text-align: right;
    font-size: 14px;
}

.product-comparison {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.product-item {
    flex: 1;
    background-color: white;
    padding: 10px;
    margin: 0 5px;
    border-radius: 5px;
    font-size: 12px;
}

.product-title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14px;
}

.spec-row {
    display: flex;
    margin: 5px 0;
}

.spec-label {
    flex: 1;
    color: #666;
}

.spec-value {
    flex: 2;
}

.config-section {
    background-color: white;
    padding: 15px ;
    border-radius: 0 0 5px 5px;
    margin-bottom: 20px;
    background:#F3F8FE ;
}
.config-section p{
    font-size: 26px;
    color: #454545;
    padding:0 30px;
}
.config-section h3{
    color: #1543E5;
    font-size: 36px;
    padding-left: 46px;
}
.config-content{
    padding-top: 85px;
    display: flex;
    justify-content: space-between;
}
.config-list {
    list-style-type: none;
    padding-left: 46px;
}

.config-list li {
    margin: 20px 0;
    padding-left: 40px;
    position: relative;
    font-size: 26px;
    color: #454545;
    /*height: 32px;*/
    line-height: 32px;
}

.config-list li:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    color: #0066ff;
    background: url("/d/images/wc.png") no-repeat;
    width: 32px;
    height: 32px;
}



/* 响应式设计 */
@media screen and (max-width: 1200px) {
    .container {
        max-width: 100%;
    }
    .main-title h1 {
        font-size: 60px;
    }
    .performance-table, .performance-table1 {
        display: table;
        width: 100%;
        overflow-x: auto;
        /* white-space: nowrap; */
        border-radius: 10px;
        margin-bottom: 15px;
        table-layout: fixed;
    }
    .main-title h2 {
        font-size: 40px;
    }
    .section-title {
        font-size: 40px;
        height: 90px;
        line-height: 90px;
    }
    .d-footer-1{
        display: block;
    }
    .d-footer-2{
        margin: 0 auto;
        width: 100% !important;
    }
    .d-footer-r{
        text-align: center;
        padding-left: 0;
    }
    .d-footer-3{
        /*width: 500px !important;*/
        margin: 0 10px;
    }
    .d-footer{
        padding-left: 0;
    }
}
@media screen and (max-width: 1062px) {
    .main-title h1 {
        font-size: 50px;
    }
    .main-title h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 992px) {
    .main-title h1 {
        font-size: 50px;
        padding-top: 80px;
    }
    .performance-table, .performance-table1 {
        display: table;
        width: 100%;
        overflow-x: auto;
        /* white-space: nowrap; */
        border-radius: 10px;
        margin-bottom: 15px;
        table-layout: fixed;
    }
    .main-title h2 {
        font-size: 32px;
    }
    .feature-title {
        font-size: 22px;
        height: 70px;
        line-height: 70px;
    }
    .feature-desc {
        font-size: 18px;
        padding: 20px 12px;
    }
    .section-title {
        font-size: 36px;
        height: 80px;
        line-height: 80px;
        padding: 0 30px;
    }
    .performance-table th, .performance-table td,
    .performance-table1 th, .performance-table1 td {
        font-size: 22px;
    }
    .per-text {
        font-size: 20px !important;
        padding: 20px !important;
    }
    .config-section h3 {
        font-size: 32px;
    }
    .config-section p {
        font-size: 22px;
    }
    .config-list li {
        font-size: 22px;
    }
}

@media screen and (max-width: 768px) {
    .logo-img {
        width: 200px;
        height: auto;
    }
    .main-title {
        flex-direction: column;
    }
    .main-title h1 {
        font-size: 60px;
        padding-top: 40px;
        text-align: center;
    }
    .main-title h2 {
        font-size: 40px;
        text-align: center;
    }
    .t-r {
        margin-right: 0;
        margin-top: 20px;
        text-align: center;
    }
    .features {
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
    }
    .feature-item {
        margin: 10px 0;
        height: auto;
    }
    .section-title {
        font-size: 30px;
        height: 70px;
        line-height: 70px;
        padding: 0 20px;
    }
    .performance-table, .performance-table1 {
        /*display: block;*/
        overflow-x: auto;
        white-space: normal;
        border-radius: 10px;
        margin-bottom: 15px;
        width: 100%;
    }
    .performance-table td, .performance-table1 td {
        word-wrap: break-word;
        word-break: break-word;
    }
    .performance-table th, .performance-table td,
    .performance-table1 th, .performance-table1 td {
        font-size: 18px;
        padding: 8px;
    }
    .per-text {
        font-size: 16px !important;
        padding: 15px !important;
        white-space: normal;
        min-width: 150px;
    }
    .performance-table1.per-center td {
        min-width: 100px;
    }
    .performance-table1 p {
        white-space: normal;
    }
    .config-content {
        flex-direction: column;
        padding-top: 40px;
    }
    .config-section h3 {
        font-size: 28px;
        padding-left: 20px;
    }
    .config-section p {
        font-size: 18px;
        padding: 0 15px;
    }
    .config-list {
        padding-left: 20px;
    }
    .config-list li {
        font-size: 18px;
        padding-left: 35px;
    }
}

@media screen and (max-width: 576px) {
    .container {
        padding: 10px;
    }
    .main-title h1 {
        font-size: 32px;
        padding-top: 30px;
    }
    .main-title h2 {
        font-size: 22px;
    }
    .feature-title {
        font-size: 18px;
        height: 60px;
        line-height: 60px;
    }
    .feature-desc {
        font-size: 16px;
        padding: 15px 10px;
    }
    .section-title {
        font-size: 24px;
        height: 60px;
        line-height: 60px;
        padding: 0 15px;
    }
    .performance-table th, .performance-table td,
    .performance-table1 th, .performance-table1 td {
        font-size: 14px;
        padding: 5px;
    }
    .per-text {
        font-size: 14px !important;
        padding: 10px !important;
    }
    .per-center p {
        font-size: 14px;
    }
    .config-section h3 {
        font-size: 22px;
    }
    .config-list li {
        font-size: 16px;
        margin: 15px 0;
    }
    .config-list li:before {
        width: 24px;
        height: 24px;
        background-size: contain;
    }
}
@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
    }
    .main-title h1 {
        font-size: 60px;
    }
    .performance-table, .performance-table1 {
        display: table;
        width: 100%;
        overflow-x: auto;
        /* white-space: nowrap; */
        border-radius: 10px;
        margin-bottom: 15px;
        table-layout: fixed;
    }
    .main-title h2 {
        font-size: 40px;
    }
    .section-title {
        font-size: 40px;
        height: 90px;
        line-height: 90px;
    }
}

