.histone .section {
    position: relative;
}
.histone .section .wrapper{
    width: 92%;
    margin: auto;
}

.histone .section .blue {
    color: #067CD9;
}

.histone .section .white {
    color: #ffffff;
}

.histone .section .grey {
    color: #5A5B5C;
}

.histone .section h1 {
    font-size: 0.24rem;
    letter-spacing: 0.02rem;
    text-align: center;
    padding: 0.4rem 0 0.1rem 0;
    margin: 0;
}
.histone .section p {
    font-size: 0.14rem;
    line-height: 0.2rem;
    text-align: center;
}
.histone .section .wrapper {
    display: flex;
    flex-direction: column;
}
.histone .section .sec_bottom{
    margin: auto;
}
.histone .section .wrapper .sec_bottom {
    padding: 0.2rem;
}
.histone .section1 {
    height: 3.45rem;
    background: url(/Images/product/histone/1-bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.histone .section1 .sec_top {
    margin: auto;
}
.histone .section1 .sec_top .txt1 {
    font-size: 0.28rem;
    color: #fff;
    margin: 0.5rem auto 0;
    text-align: center;
}
.histone .section1 .sec_top .txt2 {
    height: 0.35rem;
    line-height: 0.35rem;
    font-size: 0.2rem;
    color: #fff;
    background: #FEA21B;
    width: 2.5rem;
    text-align: center;
    border-bottom-left-radius: 0.15rem;
    border-top-right-radius: 0.15rem;
    margin: 0.15rem auto;
}
.histone .section1 .sec_bottom {
    display: flex;
    align-items: center;
    width: 57%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.18rem;
    z-index: 1;
}

.histone .section2 {
    background: url(/Images/product/histone/2-bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.histone .section3 {
    background: url(/Images/product/histone/3-bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.histone .section3 .img-desc {
    color: #fff;
    font-size: 26px;
    display: flex;
    width: 100%;
    padding: 20px 0 80px 0;
}
.histone .section3 .img-desc .img-desc-item {
    text-align: center;
}

.histone .section4 {
    background: url(/Images/product/histone/4-bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.histone .section5 {
    background: url(/Images/product/histone/5-bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.histone .section5 .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.histone .section5 .sec_bottom {
    padding: 0.2rem 0 0 0;
    width: 92%;
}

.histone .section6 {
    background: url(/Images/product/histone/6-bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.histone .section6 .sec_left {
    flex: 1;
    padding-right: 85px;
}
.histone .section6 .sec_right {
    width: 51%;
}

.histone .section7 {
    color: #4C4C4C;
    text-align: center;
    font-size: 0.12rem;
}
.histone .section7 .table {
    box-shadow: -3px 2px 7px 1px rgb(195 195 195 / 43%);
    margin: 0.3rem auto;
}
.histone .section7 .head {
    color: #fff;
    font-size: 0.18rem;
    background: #676767;
}
.histone .section7 .row {
    width: 100%;
    margin: auto;
    display: flex;
}

.histone .section7 .row_item {
    width: 100%;
    padding: 10px 0;
}
.histone .section7 .configure {
    width: 44%;
    display: flex;
    border-right: 1px solid #C0C0C0;
}
.histone .section7 .configure .row,
.histone .section7 .param .row {
    border-top: 1px solid #C0C0C0;
}
.histone .section7 .head .configure .row,
.histone .section7 .configure .right .row:first-child {
    border-top: none;
}
.histone .section7 .configure .left {
    width: 37%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #C0C0C0;
    height: 100%;
}
.histone .section7 .configure .right {
    flex-direction: column;
    border-left: 1px solid #C0C0C0;
}
.histone .section7 .param {
    flex: 1;
}
.histone .section7 .param .row .row_item:first-child {
    border-right: 1px solid #C0C0C0;
}
.histone .section7 .param .row .row_item:last-child {
    border-right: none;
}
