#banner .btnBoies .toReportExample {
    display: block;
    width: 140px;
    height: 40px;
    background: transparent;
    border: 1px solid #FDF5E1;
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: #FDF5E1;
    line-height: 40px;
    text-align: center;
    margin: 0 35px 0 0;
    cursor: pointer;
}

#banner .btnBoies div {
    width: 140px;
    height: 40px;
    background: #004DE1;
    border: 1px solid #004DE1;
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin: 0 35px 0 0;
    cursor: pointer;
}

.feature {
    width: 1200px;
    margin: 0 auto;
    padding-top: 73px;
}

.feature h2,
.trackIntroduce h2 {
    font-size: 28px;
    font-weight: bold;
    color: #0A1633;
    line-height: 100%;
    text-align: center;
    margin: 0 0 54px 0;
}

.feature ul {
    display: flex;
    justify-content: space-between;
}

.feature ul li {
    /* width: 14%; */
    text-align: center;
}

.feature ul li:last-child {
    margin-right: 0;
}

.feature ul li img {
    height: 68px;
    margin-bottom: 24px;
}

.feature ul li span {
    font-size: 16px;
    font-weight: 400;
    color: #282828;
    line-height: 14px;
    display: block;
}

.productFormework .baseInfoAndDataAnalyze .baseInfoModule {
    display: none;
}

.diagnoseDtata>div:nth-of-type(1) ul li,
.diagnoseDtata>div:nth-of-type(4) ul li {
    width: 100%;
}

.diagnoseDtata>div:nth-of-type(1) ul li:nth-last-child(-n+2) {
    margin-bottom: 14px;
}

.diagnoseDtata>div:nth-of-type(4) ul li:nth-of-type(1) {
    margin-top: 19px;
}

.trackIntroduce .content>img {
    position: relative;
}

.trackIntroduce>.wave {
    width: 82%;
    height: 373px;
    position: absolute;
    right: 0px;
}

.diagnoseDataModule ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 962px;
}

.diagnoseDataModule ul li {
    height: 63px;
}

.baseInfoAndDataAnalyze>div.diagnoseDataModule>div ul li span {
    width: 230px;
    height: 63px;
}

.reportInfoCont ul {
    width: calc(100% - 16px);
    height: auto;
    padding: 26px 8px;
}

.reportInfoCont ul li {
    font-size: 13px;
}

.reportInfoCont div:nth-of-type(1) ul li:nth-of-type(3) {
    width: 100%;
}

.reportInfoCont div:nth-of-type(4) ul li:nth-of-type(1) {
    margin-bottom: 12px;
}

.reportInfoCont div:nth-of-type(5) ul li {
    margin: 21px 0;
}