body * {
    box-sizing: border-box;
    flex-shrink: 0;
}



button {
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
    background-color: transparent;
}

button:active {
    opacity: 0.6;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.flex-row {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.bold {
    font-weight: bold;
}

.page {
    z-index: 1;
    position: relative;
    width: 1170px;
    margin: 0 auto;
    background-color: rgba(245, 245, 245, 1);
    overflow: hidden;
}

.h1 {
    width: 1170px;
    height: 120px;
    line-height: 71px;
    background: #FFFFFF;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    justify-items: center;
    align-items: center;
}

.h1>h1 {
    width: 1128px;
    margin: 0 auto;
    font-size: 24px;
    color: #333;
    border: 1px solid #E1E1E1;
}

.box {
    /* z-index: auto; */
    width: 1170px;
    overflow: hidden;
    margin: 8px auto;
}

.box:first-of-type {
    margin-top: 0;
}

.box>div {
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    padding-top: 23px;
    box-sizing: border-box;
    padding: 22px;
}

.box>div>div {
    overflow: hidden;
    /* margin-bottom: 18px; */
}

/* .box>div>div:last-of-type {
    margin-bottom: 0;
} */


.box-title {
    border-left: 4px solid rgba(220, 33, 33, 1);
    text-align: left;
    padding-left: 9px;
    height: 18px;
    font-size: 18px;
    line-height: 18px;
    float: left;
    font-weight: bold;
}

.box-title-sub {
    /* border-left: 4px solid rgba(220, 33, 33, 1); */
    text-align: left;
    padding-left: 9px;
    height: 18px;
    font-size: 18px;
    line-height: 18px;
    float: left;
    font-weight: bold;
    color: #888888;
}

.box-title-sub>p,
.box-title-sub>div {
    float: left;
}

.box-title-sub>div {
    margin-top: 2px;
    margin-left: 7px;
    position: relative;
}

.box-title-sub>div>p {
    display: none;
    width: 260px;
    height: 125px;
    position: absolute;
    left: -32px;
    top: 22px;
    color: #F34500;
    line-height: 19px;
    font-weight: normal;
    font-size: 12px;
    background-image: url(./../image/detail/tip.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px 10px;
    white-space: normal;
    word-wrap: break-word;
}

.box-title-sub a {
    font-size: 14px;
    color: #888888;
    float: right;
    font-weight: normal;
}

.box table {
    table-layout: fixed;

}

.box table tr th,
.box table tr td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
}

.box1 table {
    color: #333333;
    margin-top: 20px;
}

.box1 table tr th,
.box1 table tr td {
    text-align: center;
    width: 25%;
    height: 42px;
}

.box1 table tr th {
    background-color: #F3F3F3;
    border: 1px solid #E1E1E1;
    font-size: 15px;
}

.box1 table tr td {
    border: 1px solid #E1E1E1;
    font-size: 14px;
}

.box1 ul {
    float: right;
    display: flex;
    justify-items: center;
    align-items: center;
}

.box1 ul li {
    display: flex;
    justify-items: center;
    align-items: center;
    cursor: pointer;
}

.box1 ul li span {
    margin-right: 10px;
    font-size: 14px;
    color: #333333;
}

.box1 img {
    width: 14px;
    height: 15px;
    margin-right: 2px;
}

.box2 table tr td {
    /* width: 118px; */
    border: 1px solid #E1E1E1;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
}

.group3 {
    z-index: auto;
    width: 984px;
    height: 15px;
}

.box3-item,
.box4-item {
    text-align: left;
    margin-top: 18px;
    font-size: 14px;
    line-height: 24px;
    white-space: pre-line;
}

.line {
    width: 1128px;
    overflow: hidden;
    height: 0.5px;
    /* background: #E1E1E1; */
    margin: 20px auto 0;
    /* border: 1px solid #e1e1e1; */
}

.box6>div>div {
    margin-bottom: 6px !important;
}

.box6-layout {
    overflow: hidden;
    text-align: left;
}


.box6-layout>div {
    width: 1126px;
    height: 32px;
    line-height: 32px;
    background: #F3F3F3;
    border: 1px solid #E1E1E1;
    border-bottom: 0;
    overflow: hidden;
    color: #DC2121;
    font-size: 13px;
    font-weight: 500;
    padding-left: 13px;
}

.box6-layout>ul {
    overflow: hidden;
    border: 1px solid #E1E1E1;
}

.box6-layout>ul>li {
    padding: 19px 13px;
    border: 1px solid #e1e1e1;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;

}

.box6-layout>ul>li:first-of-type {
    border-top: 0;
}

.box6-layout>ul>li>p:first-of-type {
    margin-bottom: 5px;
    font-weight: 600;
}

.box6-layout>ul>li>p:first-of-type {
    font-size: 15px;
}

.box6-layout>ul>li>p:last-of-type {
    font-size: 14px;
    white-space: pre-line;
}

.box7>div>div,
.box8>div>div,
.box9>div>div {
    margin-bottom: 42px !important;
}

.box7>div>div:last-of-type,
.box8>div>div:last-of-type,
.box9>div>div:last-of-type {
    margin-bottom: 12px !important;
}

.box7-layout>ul,
.box8-layout>ul,
.box9-layout>ul {
    overflow: hidden;
}

.box7-layout>ul>li,
.box8-layout>ul>li,
.box9-layout>ul>li {
    width: 375px;
    min-height: 220px;
    border-right: 1px solid #E1E1E1;
    border-top: 1px solid #E1E1E1;
    float: left;
    padding: 20px;
    text-align: left;
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 10px;
}

.box7-layout>ul>li:last-of-type,
.box8-layout>ul>li:last-of-type,
.box9-layout>ul>li:last-of-type {
    /* border-right: 0; */
}

.box7-layout>ul>li>p,
.box8-layout>ul>li>p,
.box9-layout>ul>li>p {
    font-size: 14px;
    margin-bottom: 12px;
}

.box7-layout>ul>li>p:last-of-type,
.box8-layout>ul>li>p:last-of-type,
.box9-layout>ul>li>p:last-of-type {
    /* font-size: 14px; */
    margin-bottom: 0;
}

.box7-layout>ul>li>p:first-of-type,
.box8-layout>ul>li>p:first-of-type,
.box9-layout>ul>li>p:first-of-type {
    font-size: 16px;
    width: 332px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.box7-layout>ul>li>p:first-of-type>span:first-of-type {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #1da3f2;
    text-align: center;
    line-height: 22px;
    color: #fff;
    font-size: 14px;
}

.box7-sub-content,
.box8-sub-content,
.box9-sub-content {
    color: #888888;
}

.box7-content-all,
.box8-content-all,
.box9-content-all {
    display: inline-block;
    width: 330px;
    line-height: 22px;
    cursor: pointer;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    overflow: hidden;
    /* float: left; */
}

.box8-layout>ul>li>p:first-of-type>span:first-of-type {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #03ce94;
    text-align: center;
    line-height: 22px;
    color: #fff;
    font-size: 14px;
}

.box9-layout>ul>li>p:first-of-type>span:first-of-type {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #f2911d;
    text-align: center;
    line-height: 22px;
    color: #fff;
    font-size: 14px;
}


.bd7 {
    z-index: auto;
    width: 95px;
    height: 16px;
    justify-content: space-between;
    margin: 15px 0 0 1px;
}

.bd8 {
    z-index: 174;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: rgba(255, 121, 0, 1);
    margin-top: 5px;
}

.word48 {
    z-index: 45;
    width: 81px;
    height: 16px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    letter-spacing: 0.11428571492433548px;
    font-family: PingFangSC-Semibold;
    white-space: nowrap;
    line-height: 16px;
    text-align: left;
}

.paragraph1 {
    z-index: 82;
    width: 1114px;
    /* height: 66px; */
    display: block;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 14px;
    letter-spacing: 0.10000000149011612px;
    font-family: PingFangSC-Regular;
    line-height: 24px;
    text-align: left;
    align-self: flex-start;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 8px 0 0 1px;
}

.bt-position {
    margin-top: 12px !important;
}

.eq-code-box {
    border: 1px solid #DC2121;
    width: 136px;
    height: 146px;
    margin: 0 auto;
    font-size: 14px;
    font-size: #000;
}

.eq-code {

    width: 98px;
    height: 98px;
    margin: 10px auto 4px;

    background-image: url(./../image/detail/eqcode.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.toTop {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 18px;
    bottom: 211px;
    box-shadow: 0px 0px 20px rgba(21, 21, 21, 0.1);
    background-color: #fff;
    background-image: url(./../image/detail/top.png);
    background-size: 18px 9px;
    background-repeat: no-repeat;
    background-position: center 8px;
    line-height: 64px;
    font-size: 14px;
}

.box7-sub-content>ul>li>p:first-of-type>span:first-of-type {
    background-color: #61BEF5;
}

.box8-sub-content>ul>li>p:first-of-type>span:first-of-type {
    background-color: #4EDCB4;
}

.box9-sub-content>ul>li>p:first-of-type>span:first-of-type {
    background-color: #F5B260;
}

/* end */


.timeline-small {
    width: 1050px;
    overflow: hidden;
    margin: 30px auto 0;
}

.timeline-small-body ul {
    padding: 1em 0 0 2em;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: 0;
}

.timeline-small-body ul::before {
    content: ' ';
    height: 100%;
    width: 5px;
    background-color: #d9d9d9;
    position: absolute;
    top: 0;
    left: 95.5px;
    z-index: -1;
}

.timeline-small-body li div {
    display: inline-block;
    margin: 1em 0;
    vertical-align: top;
}

.timeline-small-body .bullet {
    width: 1rem;
    height: 1rem;
    box-sizing: border-box;
    border-radius: 50%;
    background: #fff;
    z-index: 1;
    margin-right: 0.5rem;
    margin-top: 22px;
}

.timeline-small-body .bullet.pink {
    background-color: hotpink;
    border: 3px solid #F93B69;
}

.timeline-small-body .bullet.green {
    background-color: lightseagreen;
    border: 3px solid #B0E8E2;
}

.timeline-small-body .bullet.blue {
    background-color: aquamarine;
    border: 3px solid cadetblue;
}

.timeline-small-body .bullet.orange {
    background-color: salmon;
    border: 3px solid #EB8B6E;
}

.timeline-small-body .date {
    width: 27%;
    font-size: 14px;
    padding-top: 0.40rem;
    padding-right: 0.5rem;
    color: #666666;
    text-align: left;
}

.timeline-small-body .desc {
    width: 58%;
    text-align: left;
}

.timeline-small-body h5 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #000000;
}

.timeline-small-body h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #808080;
}

#ifrmname5 {
    min-height: 150px;
}

/* .td1{
    width: 118px;
} */

/* 后加富文本 */
.rich-text tr td {
    white-space: normal !important;
    line-height: 30px;
    vertical-align: top;
    padding: 10px 0;
    vertical-align: top;
}

/* .rich-text tr td:nth-of-type(1) {
    vertical-align: top;
}
 */

.pro-lists {
    /* margin-bottom: 40px; */
}

.pro-lists>p {
    padding-bottom: 15px !important;
    border-bottom: 1px solid #ECECEC;

}

.pro-lists>p span {
    float: left;
    border-left: 4px solid rgba(220, 33, 33, 1);
    font-size: 18px;
    color: #333;
    font-weight: bold;
    display: block;
    height: 18px;
    line-height: 18px;
    padding-left: 9px;
}

.pro-lists>p a {
    /* display: inline-block; */
    font-size: 14px;
    color: #888;
    font-weight: normal;
    float: right;
}

.pro-lists ul li {
    border-bottom: 1px solid #ECECEC;
    height: 47px;
    line-height: 47px;
    display: flex;
    justify-content: space-between;

}

.pro-lists ul li p {
    font-size: 14px;
    color: #333;
}

.pro-lists ul li p:nth-of-type(1) {
    flex-basis: 60%;
    display: flex;
    padding-left: 12px;
    justify-content: flex-start;
    align-items: center;
    background-image: url(./../image/detail/i1.png);
    background-size: 5px;
    background-repeat: no-repeat;
    background-position: left center;
}

.pro-lists ul li p:nth-of-type(1) a {
    max-width: 610px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #333;
}

.pro-lists ul li p:nth-of-type(1) span {
    display: block;
    height: 22px;
    line-height: 18px;
    border-radius: 3px;
    border: 1px solid #AFAFAF;
    margin-left: 10px;
    font-size: 12px;
    padding: 2px 2px;
    box-sizing: border-box;
}

.pro-lists ul li p:nth-of-type(2) {
    flex-basis: 12%;
    text-align: center;
}

.pro-lists ul li p:nth-of-type(3) {
    flex-basis: 12%;
    text-align: right;
}

.pro-lists ul li p:nth-of-type(4) {
    flex-basis: 12%;
    text-align: right;
}



.box-mask {
    width: 1126px;
    height: 416px;
    background-size: 1126px 416px;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-mask1 {
    background-image: url(https://staticimg-qiniu.dowater.com/pc-detail-img-mask1.png);
}

.box-mask2 {
    background-image: url(https://staticimg-qiniu.dowater.com/pc-detail-img-mask2.png);
}

.box-mask3 {
    background-image: url(https://staticimg-qiniu.dowater.com/pc-detail-img-mask3.png);
}
.box-mask4 {
    background-image: url(https://staticimg-qiniu.dowater.com/pc-detail-img-mask4.png);
}
.box-mask5 {
    background-image: url(https://staticimg-qiniu.dowater.com/pc-detail-img-mask5.png);
}

.box-mask>div {
    width: 660px;
    height: 243px;
    overflow: hidden;
    background-size: 660px 243px;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    background-image: url(https://staticimg-qiniu.dowater.com/pc-detail-img-mask-content.png);
}

.box-mask>div>p {
    width: 200px;
    height: 20px;
    font-size: 20px;
    color: #713005;
    line-height: 20px;
    margin-top: 23px;
    margin-bottom: 17px;
    font-weight: bold;
}

.box-mask>div>a {
    width: 120px;
    height: 34px;
    line-height: 34px;
    color: #FFFFFF;
    background: linear-gradient(270deg, #FF6D0E 0%, #FF941B 100%);
    border-radius: 3px;
    margin-bottom: 15px;
}

.box-mask>div>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 622px;
    height: 118px;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 20px;
    box-sizing: border-box;
}

.box-mask>div>div>a {
    display: block;
    width: 168px;
    height: 36px;
    line-height: 36px;
    color: #713005;
    background: #FFFEFD;
    border-radius: 4px;
    border: 1px solid #BDA391;
    margin-bottom: 20px;
}

.box-mask>div>div>a>img {
    width: 8px;
    height: 13px;
    margin-left: 6px;
}

.box-mask>div>div>p {
    height: 14px;
    font-size: 14px;
    color: #555555;
    line-height: 14px;
    text-align: center;
}