.detail-haed {
    width: 100%;
    /* height: 159px; */
    margin: auto;
    background-color: rgba(242, 242, 242, 1);
    padding-top: 15px;
    padding-bottom: 10px;
}

.detail-haed-t {
    width: 1000px;
    margin: auto;
}

.content {
    width: 1000px;
    min-height: 482px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 9px;
    padding-bottom: 30px;
}

.content::after {
    display: block;
    content: '';
    width: 1000px;
    height: 1px;
    position: absolute;
    background-color: rgba(216, 216, 216, 1);
    bottom: 0px;
}

.content img {
    max-width: 80%;
    margin: 0 auto;
}

.breadcrumb span,
.breadcrumb a {
    color: rgba(136, 136, 136, 1);
    font-size: 14px;
    text-align: left;
    font-family: PingFangSC-Regular;
}

.title {
    width: 1000px;
    color: rgba(46, 46, 46, 1);
    font-size: 34px;
    text-align: left;
    font-family: PingFangSC-Semibold;
    font-weight: 900;
    margin-top: 11px;
    margin-bottom: 12px;
    /* height: 95px; */
}

.logoImg {
    margin-top: 42px;
    margin-bottom: 28px;
    text-align: center;
}

.content-text img {
    display: block;
}

.content-text {
    /* margin-bottom: 27px; */
    line-height: 30px;
    color: rgba(46, 46, 46, 1);
    font-size: 16px;
    text-align: left;
    font-family: PingFangSC-Regular;
    position: relative;
}

.message-info {
    position: relative;
}

.report {
    cursor: pointer;
    position: absolute;
    right: 0;
}

.report span {
    display: inline-block;
    vertical-align: middle;
}

.report::before {
    content: " ";
    width: 1px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background-color: rgba(204, 204, 204, 1);
    margin-right: 8px;
}

.reportText {
    /* width: 360px;
    height: 140px; */
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(217, 220, 224, 1);
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 8px;
}

.reportText textarea {
    resize: none;
}

.agree {
    margin: 0 auto;
    margin-bottom: 19px;
}

.agreeBut {
    margin: 0 auto;
    width: 58px;
    height: 30px;
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(204, 204, 204, 1);
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
}

.agreeAgr {
    display: block;
    margin: 0 auto;
    line-height: 24px;
}

.agreeAgr span {
    display: inline-block;
    vertical-align: middle;
}

.message-warp {
    width: 1000px;
    margin: auto;
    line-height: 30px;
    color: rgba(46, 46, 46, 1);
    font-size: 14px;
    text-align: left;
    font-family: PingFangSC-Regular;
}

.footer {
    margin-top: 91px;
}