.section {
    width: 1200px;
    margin: 0 auto;
}

.main {
    /*margin-bottom: 128px;*/
}

.section .bread {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #979DAB;
    height: 40px;
}

.bread h4 {
    line-height: 49px;
    margin: 0;
}

.bread h4 a {
    color: #979DAB;
    text-decoration: none;
}

.sifting {
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    padding: 24px 24px 1px 24px;
}

.sifting .itheight {
    min-height: 26px;
}

.nochoose {
    display: flex;
    justify-content: space-between;
    flex: 1;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #3F454B;
}

.item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.siftinglsft {
    width: 96px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #606972;
}

.nochoose img {
    width: 18px;
    height: 18px;
}

.nochoose > .qing {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #C1C1C1;
}

.nochoose > .red {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #D83434;
    cursor: pointer;
}

.meren {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
}

.choosel {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}

.choosel > div {
    min-width: 64px;
    height: 24px;
    background: #FDF3F3;
    border: 1px solid #D83434;
    opacity: 1;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 22px;
    color: #D83434;
    border-radius: 2px;
    text-align: center;
    margin-right: 24px;
    padding: 0 5px;
    box-sizing: border-box;
    margin-bottom: 2px;
}

.choosel > div span {
    margin-left: 6px;
    cursor: pointer;
}

.flexnone {
    align-items: inherit;
    margin-top: 15px;
}

.adder {
    display: flex;
    flex-wrap: wrap;
    padding-left: 6px;
}

.adder > div {
    width: 70px;
    margin-bottom: 14px;
    cursor: pointer;
    height: 28px;
    line-height: 24px;
}

.adder > div > span {
    min-width: 48px;
    height: 24px;
    padding: 1px 5px;
}

.adder > div > span.activ {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
    background: #D83434;
    opacity: 1;
    border-radius: 2px;
    text-align: center;
}

.backg {
    width: 800px;
    background: #FAFAFA;
    border-radius: 4px;
}

.son {
    display: flex;
    flex-wrap: wrap;
    padding: 16px 16px 0px 10px;
}

.son > div {
    width: 72px;
    cursor: pointer;
    height: 15px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #3F454B;
    margin-bottom: 16px;
}

.timesifting {
    display: flex;
    flex: 1;
}

.timesifting div.activ {
    font-family: PingFang SC;
    font-weight: 400;
    color: #D83434;
    background: #FDF3F3;
    border: 1px solid #D83434;
}

.timesifting .yue {
    cursor: pointer;
    width: 76px;
    height: 24px;
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    opacity: 1;
    border-radius: 2px;
    text-align: center;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 22px;
    color: #3F454B;
    margin-right: 24px;
}

.timesifting .icon {
    width: 200px;
    display: flex;
    align-items: center;
    border: none;
}

.timesifting .icon > div {
    display: flex;
    align-items: center;
    min-width: 128px;
    color: #C1C1C1;
    padding: 0 10px;
    justify-content: space-between;
    border: 1px solid #EFEFEF;
    width: 76px;
    height: 24px;
}

/* 日期组件演示重构 */
.c-datepicker-picker__sidebar {
    display: none;
}

.c-datepicker-picker__body {
    margin-left: 0 !important;
}

.c-datepicker-date-table td.current:not(.disabled) .cell {
    background: #D83434;
    width: 36px;
}

.c-datepicker-date-table td .cell,
.c-datepicker-date-table td.end-date div {
    border-radius: 0;
}

.c-datepicker-date-table td.in-range div {
    background: rgba(216, 52, 52, 0.06);
}

.c-datepicker-date-table td.start-date div {
    border-radius: 0;
}

.c-datepicker-picker__footer {
    display: none;
}

.c-datepicker-date-table td.today .cell {
    color: #D83434;
}

.timesifting .icon > span {
    margin: 0 8px;
}

.timesifting .icon img {
    width: 16px;
    height: 16px;
}

.sifting .bottom {
    margin-bottom: 20px;
}

.asresult {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    margin-top: 16px;
    justify-content: space-between;
}

.asresult .resultleft {
    width: 936px;
    background: #FFFFFF;
    position: relative;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
    opacity: 1;
    border-radius: 4px;
}

.asresult .resultleft h4 {
    line-height: 40px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #3F454B;
    width: 100%;
    background: #FCFCFC;
    padding: 0 24px;
    margin: 0;
}

.resultleft h4 > span {
    color: #D83434;
}

.resultbox {
    background: #FFFFFF;
    border-top: 1px solid #F2F2F2;
    padding: 0 24px;
}

.resultitem {
    padding: 24px 0 12px 0;
    border-bottom: 1px solid #F2F2F2;
}

.resultitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.resultitle a {
    text-decoration: none;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #3F454B;
}

.resultitle a em {
    font-style: normal;
    display: inline-block;
    width: 40px;
    height: 20px;
    background: #D83434;
    opacity: 1;
    border-radius: 2px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #ffffff;
}

.resultitle span {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #979DAB;
}

.resultitle span img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.resullabel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
}

.relabel > span:nth-child(1) {
    min-width: 88px;
    height: 25px;
    background: #EBF2FE;
    opacity: 1;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    border-radius: 2px;
    margin-right: 16px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #337FF5;
}

.relabel > span:nth-child(2) {
    min-width: 40px;
    height: 25px;
    background: #FDF3F3;
    opacity: 1;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    border-radius: 2px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #D83434;
}

.collect img {
    width: 20px;
    height: 20px;
    margin-right: 3px;
    vertical-align: -2px;
}

.collectq {
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 22px;
    color: #979DAB;
    cursor: pointer;
    margin-top: 15px;
}

.collecs {
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 22px;
    color: #979DAB;
    cursor: pointer;
    margin-top: 15px;
}

.page {
    height: 96px;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {
    display: inline;
}

ul.pagination li a {
    color: black;
    float: left;
    min-width: 28px;
    height: 28px;
    text-decoration: none;
    text-align: center;
    line-height: 28px;
}

ul.pagination li a.active {
    background-color: #D83434;
    color: white;
}

ul.pagination li a:hover:not(.active) {
    background-color: #ddd;
}

.cert {
    position: absolute;
    height: 45px;
    background: #FAFAFA;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
}

.resultright {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
    opacity: 1;
    border-radius: 4px;
}

.purchasing {
    width: 240px;
    height: 181px;
    position: relative;

}

.purchasing img {
    width: 100%;
    height: 100%;
    display: block;
}

.purchasing div {
    position: absolute;
    top: 32px;
    left: 14px;
    color: #FFFFFF;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
}

.purchasing div span {
    font-size: 26px;
    font-family: PingFang SC;
    font-weight: bold;
}

.purchasing p {
    position: absolute;
    top: 73px;
    left: 14px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}

.purchasing button {
    position: absolute;
    top: 117px;
    left: 14px;
    width: 104px;
    height: 30px;
    background: #FED68C;
    opacity: 1;
    border-radius: 20px;
    border: none;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #E11D2F;
    cursor: pointer;
}

.hotsearch {
    width: 240px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
    opacity: 1;
    border-radius: 4px;
    /*margin-top: 12px;*/
}

.hotsearch h5 {
    height: 40px;
    background: #FCFCFC;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 22px;
    color: #000000;
    display: flex;
    align-items: center;
    padding-left: 12px;
}

.hotsearch h5 img {
    margin-left: 4px;
    width: 22px;
    height: 22px;
}

.hotsearch .usl {
    display: flex;
    flex-wrap: wrap;
    padding-left: 12px;
    padding-top: 19px;
}

.hotsearch .usl li {
    margin-right: 19px;
    margin-bottom: 12px;
}

.hotsearch a {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 22px;
    color: #606972;
    text-decoration: none;
}

/*右侧地区 */
.hotregion {
    width: 240px;
    height: 305px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
    opacity: 1;
    border-radius: 4px;
    margin-top: 16px;
}

.hotregion h5 {
    height: 40px;
    background: #FCFCFC;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 22px;
    color: #000000;
    display: flex;
    align-items: center;
    padding-left: 12px;

}

.hotregion h5 img {
    margin-left: 4px;
    width: 22px;
    height: 22px;
}

.hotregion .usl {
    display: flex;
    flex-wrap: wrap;
    padding-left: 12px;
    padding-top: 19px;
}

.hotregion .usl>span {
    margin-right: 8px;
    width: 28px;
    height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 14px;
    color: #000000;
    opacity: 1;
}

.hotregion .usl li {
    margin-right: 8px;
    /*margin-bottom: 20px;
    width: 24px;*/
    height: 16px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 14px;
    color: #606972;
    opacity: 1;
}


.hotregion a {
    /*font-size: 14px; */
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 14px;
    color: #606972;
    text-decoration: none;
}
/*右侧行业 */
.hotindustry {
    width: 240px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
    opacity: 1;
    border-radius: 4px;
    margin-top: 16px;
}

.hotindustry h5 {
    height: 40px;
    background: #FCFCFC;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 22px;
    color: #000000;
    display: flex;
    align-items: center;
    padding-left: 12px;
}

.hotindustry h5 img {
    margin-left: 4px;
    width: 22px;
    height: 22px;
}

.hotindustry .usl {
    display: flex;
    flex-wrap: wrap;
    padding-left: 12px;
    padding-top: 19px;
}

.hotindustry .usl li {
    margin-right: 16px;
    margin-bottom: 12px;
    /* width: 56px; */
    height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 14px;
    color: #3F454B;
    opacity: 1;
}

.hotindustry a {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 22px;
    color: #606972;
    text-decoration: none;
}

/*右侧机构推荐 */
.hotgov {
    width: 240px;
    height: 414px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
    opacity: 1;
    border-radius: 4px;
    margin-top: 16px;
}

.hotgov h5 {
    height: 40px;
    background: #FCFCFC;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 22px;
    color: #000000;
    display: flex;
    align-items: center;
    /*padding-left: 12px;*/
}

.hotgov h5>span {
    height: 40px;
    background: #FCFCFC;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 22px;
    color: #D83434;
    display: flex;
    align-items: center;
    padding-left: 12px;
}

.hotgov h5 img {
    margin-left: 4px;
    width: 22px;
    height: 22px;
}

.hotgov .usl {
    display: flex;
    flex-wrap: wrap;
    padding-left: 12px;
    padding-top: 19px;
}

.hotgov .usl li {
    width: 216px;
    height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #3F454B;
    opacity: 1;
    
    margin-bottom: 16px;
}

.hotgov .usl li>span {
    width: 28px;
    height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #D83434;
    opacity: 1;
}

.hotgov a {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 22px;
    color: #606972;
    text-decoration: none;
}

.jcode {
    padding: 16px 12px;
}

.jcode h4 {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
}

.jcode p {
    margin: 16px 0 4px 0;
    text-align: center;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 17px;
    color: #D83434;
}

.rwcode {
    width: 128px;
    height: 128px;
    padding: 8px;
    background: #D83434;
    margin: 0 auto;
    margin-bottom: 12px;
}

.rwcode img {
    width: 100%;
    height: 100%;
    display: block;
}

.jcode h6 {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 17px;
    color: #000000;
    text-align: center;
}

.jcode h6 span {
    color: #D83434;
}

.hotlist {
    padding: 0 12px 13px 12px;
}

.hotlist li {
    border-bottom: 1px solid #F2F2F2;
    padding-top: 16px;
    padding-bottom: 8px;
}

.hotlist li a {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 25px;
    color: #3F454B;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hotlist li p {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #337FF5;
    margin-top: 12px;
}

.hotlist li .ertime {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #979DAB;
}

.detTitle {
    width: 1200px;
    /*height: 186px;*/
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
    opacity: 1;
    border-radius: 4px;
    margin: 0 auto;
    padding: 24px;
}

.detTitle h2 {
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #3F454B;
    margin-bottom: 24px;
    line-height: 35px;
}

.detTitle > div span:nth-child(1) {
    min-width: 88px;
    height: 25px;
    background: #EBF2FE;
    opacity: 1;
    border-radius: 2px;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #337FF5;
    margin-right: 15px;
    display: inline-block;
}

.detTitle > div span:nth-child(2) {
    min-width: 40px;
    height: 25px;
    background: #FDF3F3;
    opacity: 1;
    border-radius: 2px;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #D83434;
    margin-right: 24px;
    display: inline-block;
}

.detTitle > p {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #979DAB;
    margin-top: 16px;
}

.asresult .resultleft {
    background: transparent;
    position: relative;
    box-shadow: 0px 0px 0px transparent;
    opacity: 1;
}

.resbox {
    padding: 24px;
    overflow: hidden;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
    opacity: 1;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow-x: auto;
}

/* 项目点赞区域 */
.projectDz {
    margin: 0 auto;
    display: flex;
    width: 108px;
    height: 32px;
    background: #d83434;
    border-radius: 20px;
    line-height: 32px;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    opacity: 1;
    cursor: pointer;
}

.projectDz img {
    height: 14px;
    width: 14px;
}

.projectDz div {
    margin-left: 5px;
    /* margin-top: 10px; */
}

/* 信息评论 */
.xinxipinglen {
    width: 936px;
    min-height: 150px;
    background: #ffffff;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
    opacity: 1;
    border-radius: 4px;
    margin-top: 16px;
    margin-bottom: 15px;
}

.xinxiTitle {
    display: flex;
    height: 40px;
    border: 1px solid #f2f2f2;
    background: #fcfcfc;
    opacity: 1;
}

.xinxiTitle div:nth-child(1) {
    height: 40px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 40px;
    color: #000000;
    opacity: 1;
    margin-left: 24px;
}

.xinxiTitle div:nth-child(2) span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 40px;
    color: #979dab;
    opacity: 1;
    margin-left: 8px;
}

/* 发表评论的input */
.pinlenBox {
    display: flex;
}

.inputBox {
    width: 782px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #f2f2f2;
    opacity: 1;
    border-radius: 4px;
    margin: 24px 0 0 24px;

    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 20px;
    padding-left: 16px;
}

input::-webkit-input-placeholder {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
    color: #cccccc;
}

.pinlenBox .plBtn {
    border: none;
    background-color: transparent;
    outline: none;
    width: 85px;
    height: 36px;
    background: #d83434;
    border-radius: 4px;
    margin: 26px 24px 0 16px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #ffffff;
    opacity: 1;
    text-align: center;
    cursor: pointer;
}

/* 点击回复的input */
.hfpinlenBox {
    display: none;
}

.hfinputBox {
    width: 782px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #f2f2f2;
    opacity: 1;
    border-radius: 4px;
    margin: 24px 0 0 24px;

    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 20px;
    padding-left: 16px;
}

input::-webkit-input-placeholder {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
    color: #cccccc;
}

.hfpinlenBox .onehfBtn {
    border: none;
    background-color: transparent;
    outline: none;
    width: 85px;
    height: 36px;
    background: #d83434;
    border-radius: 4px;
    margin: 26px 24px 0 16px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #ffffff;
    opacity: 1;
    text-align: center;
    cursor: pointer;
}

/* 回复人与被回复人的回复框 */

.twohfpinlenBox {
    display: none;
    margin-top: 10px;
}

.twohfinputBox {
    width: 700px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #f2f2f2;
    opacity: 1;
    border-radius: 4px;
    margin: 24px 0 0 24px;

    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 20px;
    padding-left: 16px;
}

.twohfpinlenBox .twoonehfBtn {
    border: none;
    background-color: transparent;
    outline: none;
    width: 85px;
    height: 36px;
    background: #d83434;
    border-radius: 4px;
    margin: 32px 0 0 18px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #ffffff;
    opacity: 1;
    text-align: center;
    cursor: pointer;
}

.pinglenList .pinglenbox {
    display: flex;
}

.pinglenList ul li .isdixian {
    width: 874px;
    height: 0px;
    border: 1px solid #ebeef6;
    opacity: 1;
    margin-left: 40px;
    margin-top: 20px;
}

.pinglenList ul li .dixian {
    width: 874px;
    height: 0px;
    border: 1px solid #ebeef6;
    opacity: 1;
    margin-left: 24px;
    margin-top: 20px;
}

.pinglenList .touxiang {
    margin: 31px 0 0 24px;
}

.pinglenList .touxiang img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.pinglenList .pinglunxinxi {
    width: 856px;
}

.pinglenList .pinglenbox .pinglunxinxi {
    display: flex;
    justify-content: space-between;
}

.pinglenList .pinglenbox .pinglunxinxi div:nth-child(1) {
    height: 16px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 16px;
    color: #606972;
    opacity: 1;
    margin-top: 24px;
    margin-left: 16px;
}

.pinglenList .pinglenbox .pinglunxinxi div:nth-child(2) {
    height: 16px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 16px;
    color: #979dab;
    opacity: 1;
    margin-top: 24px;
}

/* 没有展开按钮的情况:没有评论回复 */

.pinglenList .isfabupinglun .isfabupinglunList {
    display: flex;
}

.isfabupinglun .isfabupinglunList div:nth-child(1) {
    width: 705px;
    /* height: 19px; */
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #000000;
    opacity: 1;
    margin-left: 72px;
    margin-top: -20px;
    word-break: break-all;
}

.isfabupinglun .dianzanhuifu {
    display: flex;
    justify-content: flex-end;
}

.isfabupinglun .dianzanhuifu div:nth-child(1) {
    margin-top: 14px;
    margin-right: 20px;
    display: flex;
}

.isfabupinglun .dianzanhuifu div:nth-child(1) img {
    width: 16px;
    height: 16px;
}

.isfabupinglun .dianzanhuifu div:nth-child(1) span {
    height: 16px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 16px;
    color: #979dab;
    opacity: 1;
}

.isfabupinglun .dianzanhuifu div:nth-child(2) {
    margin-top: 14px;
    margin-right: 10px;
    display: flex;
}

.isfabupinglun .dianzanhuifu div:nth-child(2) img {
    width: 16px;
    height: 16px;
}

.isfabupinglun .dianzanhuifu div:nth-child(2) span {
    height: 16px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 16px;
    color: #979dab;
    opacity: 1;
}

.isfabupinglun .dianzanhuifu .ishfBtn {
    border: none;
    background-color: transparent;
    outline: none;
    width: 50px;
    height: 16px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 14px;
    color: #d83434;
    opacity: 1;
    cursor: pointer;
    margin-left: 10px;
}

/*有展开按钮的情况: 有评论回复的 */
.pinglenList .fabupinglun .fabupinglunList {
    display: flex;
}

.fabupinglun .fabupinglunList div:nth-child(1) {
    width: 705px;
    /* height: 19px; */
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #000000;
    opacity: 1;
    margin-left: 72px;
    margin-top: -20px;
    word-break: break-all;
}

.fabupinglun .zkdianzanhuifu {
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}

.fabupinglun .zkdianzanhuifu div:nth-child(1) {
    margin-top: 14px;
    margin-right: 20px;
    display: flex;
}

.fabupinglun .zkdianzanhuifu div:nth-child(1) img {
    width: 16px;
    height: 16px;
}

.fabupinglun .zkdianzanhuifu div:nth-child(1) span {
    height: 16px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 16px;
    color: #979dab;
    opacity: 1;
}

.fabupinglun .zkdianzanhuifu div:nth-child(2) {
    margin-top: 14px;
    margin-right: 80px;
    display: flex;
}

.fabupinglun .zkdianzanhuifu div:nth-child(2) img {
    width: 16px;
    height: 16px;
}

.fabupinglun .zkdianzanhuifu div:nth-child(2) span {
    height: 16px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 16px;
    color: #979dab;
    opacity: 1;
}

/* 当没有评论回复的时候 */
.fabupinglun .iszkdianzanhuifu div:nth-child(2) {
    margin-right: 15px;
}

.fabupinglun .zkdianzanhuifu .hfBtn {
    border: none;
    background-color: transparent;
    outline: none;
    width: 50px;
    height: 16px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 14px;
    color: #d83434;
    opacity: 1;
    cursor: pointer;
    margin-left: 10px;
}

/*更多的最大宽度*/
.morehuifuBox {
    max-width: 936px;
    /* min-height: 105px; */
    margin-left: 14px;
    margin-top: 10px;
    position: relative;
}

/* 展开回复 */
.morehuifuBox .element .hfpinglenbox {
    display: flex;
}

.element .hfpinglenbox .hftouxiang {
    margin: 31px 0 0 24px;
}

.element .hfpinglenbox .hftouxiang img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.element .hfpinglenbox .hfpinglunxinxi {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 840px;
}

.element .hfpinglenbox .hfpinglunxinxi div:nth-child(1) {
    height: 16px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 16px;
    color: #606972;
    opacity: 1;
    margin-top: 24px;
    margin-left: 16px;
}

.element .hfpinglenbox .hfpinglunxinxi div:nth-child(1) span {
    height: 16px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 16px;
    color: #d83434;
    opacity: 1;
    margin-left: 5px;
    margin-right: 5px;
}

.element .hfpinglenbox .hfpinglunxinxi div:nth-child(2) {
    height: 16px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 16px;
    color: #979dab;
    opacity: 1;
    margin-top: 26px;
    margin-right: 16px;
}

/*隐藏多选框*/
input[type="checkbox"] {
    display: none;
}

/*更多和收起按钮的样式*/
.check-in,
.check-out {
    /* width: 76px; */
    /* min-width: 52px; */
    /* height: 16px; */
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
    color: #d83434;
    opacity: 1;
    cursor: pointer;
    position: absolute;
    top: -29px;
    left: 848px;
    /* align-items: center; */
}

.check-in img {
    width: 12px;
    height: 12px;
}

.check-out img {
    width: 12px;
    height: 12px;
}

/*默认隐藏收起按钮*/
.check-out {
    display: none;
}

/*选中状态时，显示收起按钮*/
/* :checked ~ .check-out {
  display: inline-block;
} */
/*选中状态时，隐藏更多按钮*/
/* :checked ~ .check-in {
  display: none;
} */

/*更多文本的最大高度为0，即不显示*/
.element {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s;
    margin-left: 58px;
    max-width: 840px;
    background: #fcfcfc;
    opacity: 1;
    border-radius: 2px;
    /* margin-bottom: 10px; */
    /* border-bottom: 1px solid #f2f2f2; */
}

.hftarenelement {
    max-height: 450px;
}

/*选中状态时，更多文本的最大高度为666，触发transition过渡动画向下展开显示*/
/* :checked ~ .element {
  max-height: 450px;
  display: none;
} */

/* 展开的评论回复列表 */

.morehuifuBox .element .huifufabupinglun .huifufabupinglunList {
    display: flex;
}

.element .huifufabupinglun .huifufabupinglunList div:nth-child(1) {
    width: 635px;
    /* height: 19px; */
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #000000;
    opacity: 1;
    margin-left: 72px;
    margin-top: -20px;
    word-break: break-all;
}

.element .huifufabupinglun .huifudanzan {
    display: flex;
    justify-content: flex-end;
    max-height: 16px;
    cursor: pointer;
}

.element .huifufabupinglun .huifudanzan div:nth-child(1) {
    margin-top: 14px;
    /* margin-right: 20px; */
    display: flex;
}

.element .huifufabupinglun .huifudanzan div:nth-child(1) img {
    width: 16px;
    height: 16px;
}

.element .huifufabupinglun .huifudanzan div:nth-child(1) span {
    height: 16px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 16px;
    color: #979dab;
    opacity: 1;
}

/* 当点击回复的时候 显示出展开收起 */
/* .element .huifufabupinglun .huifuiisiszkdianzanhuifu div:nth-child(2) {
  margin-right: 80px;
} */
/*
.element .huifufabupinglun .huifudanzan div:nth-child(2) {
  margin-top: 14px;
  margin-right: 64px;
  display: flex;
}
.element .huifufabupinglun .huifudanzan div:nth-child(2) img {
  width: 16px;
  height: 16px;
}

.element .huifufabupinglun .huifudanzan div:nth-child(2) span {
  height: 16px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 16px;
  color: #979dab;
  opacity: 1;
} */

.element .huifufabupinglun .huifudanzan .hfBtnList {
    border: none;
    background-color: transparent;
    outline: none;
    width: 50px;
    height: 16px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 14px;
    color: #d83434;
    opacity: 1;
    cursor: pointer;
    margin-left: 10px;
    margin-top: 14px;
}

.element .fhListhengxian {
    width: 808px;
    height: 0px;
    border: 1px solid #f2f2f2;
    opacity: 1;
    margin-left: 17px;
    margin-top: 30px;
}

/*----------给详情内容中table加样式------------*/
.resbox table tr th, table tr td {
    border: solid 1px;
}

.margin-tong {
    width: 100%;
    overflow-y: auto;
    _overflow: auto;
}

/*----------给详情内容中table加样式------------*/

.resTitle {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #000000;
    border-left: 3px solid #D83434;
    padding-left: 3px;
    margin-bottom: 20px;
}

.nextwz {
    padding: 24px;
}

.nextwz li {
    margin-top: 16px;
}

.nextwz li span {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #D83434;
}

.nextwz li a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
}

.bottomads1 {
    flex-direction: column;
    width: 936px;
    height: 220px;
    background: #FFFFFF;
    box-shadow: 0px 3px 16px rgb(0 0 0 / 6%);
    opacity: 1;
    border-radius: 4px;
    padding: 16px 40px 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.codelist {
    width: 860px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
}

.yyb1 {
    text-align: center;
}

.bottomads1 img {
    vertical-align: middle;
}

.bottomads {
    width: 936px;
    height: 220px;
    background: #FFFFFF;
    box-shadow: 0px 3px 16px rgb(0 0 0 / 6%);
    opacity: 1;
    border-radius: 4px;
    padding: 16px 40px 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.yyb {
    width: 118px;
    height: 118px;
}

.yyb img {
    width: 100%;
    height: 100%;
}

.zhongbu {
    margin-left: 29px;
    flex: 1;
}

.zhongbu h2 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 24px;
    color: #3F454B;
    margin-bottom: 20px;
}

.rigbox {
    width: 278px;
    height: 156px;
}

.rigbox img {
    width: 100%;
    height: 100%;
}

.zhongbu span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
    color: #606972;
}

.zhongbu a {
    display: inline-block;
    width: 128px;
    height: 36px;
    background: #D83434;
    opacity: 1;
    border-radius: 4px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 36px;
    color: #FFFFFF;
    text-align: center;
    margin-left: 16px;
}

.Encyclopaedia {
    display: flex;
    justify-content: space-between;
}

.Encyclopaedialeft a {
    display: block;
    width: 168px;
    height: 56px;
    background: #FFFFFF;
    text-align: center;
    line-height: 56px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    margin-bottom: 12px;
}

.Encyclopaedialeft a.activ {
    color: #FFFFFF;
    background: #D83434;
}

.margin {
    margin-top: 0;
}

.notUser {
    width: 100%;
    height: 80px;
    background: white;
    margin: 25px auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
}

.notUser p {
    line-height: 30px;
    font-size: 18px;
}

.notUser p:last-child {
    color: #900;
}

.notUser p span {
    color: #D83434;
}

.notUser p a {
    color: #D83434;
    margin: 0 6px;
}

.notUser p a img {
    vertical-align: middle;
}

.projectOperation {
    display: flex;
    flex-direction: row;
}

.projectError, .collect, .guide, .shareProject {
    margin-right: 15px;
}

.projectError {
    color: #979DAB;
    margin-left: 15px;
    cursor: pointer;
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.tishi {
    color: black;
    border: 1px solid black;
    border-radius: 12px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    margin-right: 4px;
}

/*以下为报错弹框样式*/
.errorPopUp {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 89;
}

.errorPopUp .masbox {
    background: #fff;
    position: relative;
    margin: 0 auto;
    margin-top: 8vh;
    border-radius: 2px;
    width: 600px;
    height: 500px;
    display: flex;
    flex-direction: column;
}

.errorPopUp .masbox .title {
    margin: 0 auto;
    height: 40px;
    width: 93%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eae5e5;
}

.errorPopUp .xuanzhe {
    margin: 0 auto;
    width: 93%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-bottom: 1px solid #eae5e5;
}

.xuanzhe > div > div {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.xuanzhe > div > div span {
    width: 125px;
    display: block;
}


.errorPopUp .xuanzhe div {
    margin: 10px auto 10px auto;
    font-size: 18px;
    width: 180px;
}

.errorPopUp .content {
    margin: 0 auto;
    width: 93%;
    height: 160px;
}

.errorPopUp .content textarea {
    resize: none;
    font-size: 15px;
    border: none;
    margin: 0 auto;
    width: 100%;
    height: 160px;
    display: flex;
    padding: 10px 0;
}

.errorPopUp .email {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    width: 93%;
    border-top: 1px solid #eae5e5;
    border-bottom: 1px solid #eae5e5;
    padding-top: 10px;
}

.errorPopUp .email b {
    margin: 10px 0;
}

.errorPopUp .email input {
    border: none;
    font-size: 15px;
    height: 40px;
}

.errorPopUp .tijiao {
    background: #D83434;
    color: white;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    width: 80%;
    margin: 25px auto;
    cursor: pointer;
}

/*日志*/
.journal {
    color: #D83434;
    margin-left: 15px;
    cursor: pointer;
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.journal img {
    width: 25px;
    height: 25px;
    margin-right: 3px;
    vertical-align: -2px;
}

.guide, .shareProject {
    margin-left: 5px;
    cursor: pointer;
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #979DAB;
}

.guide img, .shareProject img {
    width: 23px;
    height: 23px;
    margin-right: 3px;
    vertical-align: -2px;
}

.bidGuide {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 89;
}

.bidGuide .masbox {
    background: #fff;
    position: relative;
    margin: 0 auto;
    margin-top: 8vh;
    border-radius: 2px;
    width: 600px;
    height: 550px;
    display: flex;
    flex-direction: column;
}

.bidGuide .masbox .title {
    margin: 0 auto;
    height: 40px;
    width: 93%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eae5e5;
}

.bidGuide .masbox .guideInfo {
    width: 93%;
    height: 360px;
    margin: 0 auto;
    border-bottom: 1px solid #eae5e5;
}

.bidGuide .masbox .links {
    width: 75%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    margin-top: 15px;
}

.bidGuide .masbox .links img {
    width: auto;
}

.guideInfo .one {
    margin: 10px 0;
}

.guideInfo .one span {
    color: #D83434;
    margin: 0 5px;
}

.guideInfo .two {
    font-size: 14px;
    line-height: 15px;
}

.fileDownloaded {
    color: #979DAB;
}

.content-item {
    display: flex;
    flex-direction: column;
}

.gengDuo {
    text-align: center;
    margin: 15px auto;
    height: 30px;
    color: #d83434;
    cursor: pointer;
}

.huifuGengDuo {
    display: none;
    text-align: center;
    margin: 15px auto;
    height: 30px;
    color: #d83434;
    cursor: pointer;
}

/***
企业全景报告下载/S
 */
.company-full-report {
    display: block;
}

.report-item {
    list-style: none;
    display: -webkit-flex;
    /*在webkit内核的浏览器上使用要加前缀*/
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: flex-start;
    height: 70px;
}

.border-bottom {
    border-bottom: 1px solid #F2F2F2;
}

.report-title {
    font-size: 16px;
    line-height: 70px;
}

.margin-top25 {
    margin-top: 25px;
}

.down-button {
    padding: 4px 12px;
    background-color: #FCECEC;
    cursor: pointer;
}

.down-button img {
    width: 12px;
    height: auto;
    cursor: pointer;
}

.down-button label {
    font-size: 14px;
    color: #D83434;
    padding-left: 4px;
    cursor: pointer;
}

.report-simple {
    margin-left: 25px;
    height: 14px;
    width: 150px;
    font-size: 14px;
    line-height: 14px;
    vertical-align: middle;
}

.helper-icon {

    line-height: 12px;
    height: 12px;
    width: auto;
}

.report-company-tel-bnt {
    margin-left: 8px;
    cursor: pointer;
}

.report-company-tel-list {
    display: block;
    padding: 10px 15px;
    overflow: hidden;
}

.report-company-tel {
    display: -webkit-flex;
    /*在webkit内核的浏览器上使用要加前缀*/
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
    line-height: 30px;
}

.report-company-tel img {
    height: 21px;
    width: auto;
}

/***
企业全景报告下载/E
 */

.websiteNavigation {
  width: 936px;
  height: 843px;
  background: #ffffff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
  opacity: 1;
  border-radius: 4px;
}
.websiteNavigation .gcwWeb {
  margin-top: 16px;
}
.websiteNavigation .gcwWeb .gcwWebTitle {
  padding-top: 24px;
  margin-left: 24px;
  display: flex;
}
.websiteNavigation .gcwWeb .gcwWebTitle .shuxian {
  width: 3px;
  height: 15px;
  background: #d83434;
  opacity: 1;
}
.websiteNavigation .gcwWeb .gcwWebTitle .gcwWebTitleText {
  margin-left: 8px;
  width: 130px;
  height: 21px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 14px;
  color: #000000;
  opacity: 1;
}
.websiteNavigation .gcwWeb .gcwWebs {
  margin-top: 16px;
  margin-left: 40px;
}
.websiteNavigation .gcwWeb .gcwWebs ul{
  display: flex;
  flex-wrap: wrap;
}
.websiteNavigation .gcwWeb .gcwWebs ul li {
  min-width: 70px;
  height: 19px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 22px;
  color: #3f454b;
  opacity: 1;
  margin-right: 24px;
  cursor: pointer;
  margin-bottom: 16px;
}

/* 招投标网导航 */
.websiteNavigation .ztbWeb {
  margin-top: 14px;
}
.websiteNavigation .ztbWeb .ztbWebTitle {
  padding-top: 24px;
  margin-left: 24px;
  display: flex;
}
.websiteNavigation .ztbWeb .ztbWebTitle .shuxian {
  width: 3px;
  height: 15px;
  background: #d83434;
  opacity: 1;
}
.websiteNavigation .ztbWeb .ztbWebTitle .ztbWebTitleText {
  margin-left: 8px;
  width: 120px;
  height: 21px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 14px;
  color: #000000;
  opacity: 1;
}
.websiteNavigation .ztbWeb .ztbWebs {
  margin-top: 16px;
  margin-left: 40px;
}
.websiteNavigation .ztbWeb .ztbWebs ul{
  display: flex;
  flex-wrap: wrap;
}

.websiteNavigation .ztbWeb .ztbWebs ul li {
  min-width: 70px;
  height: 19px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 22px;
  color: #3f454b;
  opacity: 1;
  margin-right: 24px;
  cursor: pointer;
  margin-bottom: 16px;
}

/*更多分站 
.websiteNavigation .moreWebTab {
  width: 1152px;
  height: 36px;
  background: #f9f9f9;
  opacity: 1;
  margin-left: 25px;
  margin-top: 25px;
  display: flex;
} */