* {
    margin: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

a {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

ol,
ul {
    list-style: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
input,
select {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}

.f-weight {
    font-weight: 600;
}

.t-align {
    text-align: center;
}

.f-style {
    font-style: italic;
}

.t-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.t-overflow-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.b-sizing {
    box-sizing: border-box;
}

.d-flex {
    display: flex;
}

.j-c-center {
    justify-content: center;
}

.j-c-spacebetween {
    justify-content: space-between;
}

.j-c-spacearound {
    justify-content: space-around;
}

.j-c-flexstart {
    justify-content: flex-start;
}

.j-c-flexend {
    justify-content: flex-end;
}

.a-i-center {
    align-items: center;
}

.a-i-flexstart {
    align-items: flex-start;
}

.a-i-flexend {
    align-items: flex-end;
}

.f-d-column {
    flex-direction: column;
}

.f-w-wrap {
    flex-wrap: wrap;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.p-fixed {
    position: fixed;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

.c-pointer {
    cursor: pointer;
}

.mt15 {
    margin-top: 15px;
}

.reaction {
    font: 15px "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif !important;
    background: #f9f9f9;
}

a {
    color: #333333;
}

.reactionLayout {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0px;
    box-sizing: border-box;
}

.reactionLeft {
    width: 805px;
}

.actionRight {
    width: 385px;
}

.reactionItem {
    background: #ffffff;
    padding: 15px;
    box-sizing: border-box;
}

.reactionTitle {
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 12px;
    box-sizing: border-box;
}

.reactionTitle a {
    color: #666666;
}

.reactionTitle a.on {
    color: #4175af;
}

.FTButton {
    display: inline-block;
    width: 290px;
    height: 44px;
    color: #4d87be;
    line-height: 44px;
    text-align: center;
    border: 1px solid #4d87be;
    border-radius: 2px;
}

.reactionForm {
    width: calc(100% - 315px);
    line-height: 28px;
    margin-left: 20px;
}

.formLabel {
    color: #505252;
    font-weight: 600;
    flex-shrink: 0;
}

.formContent {
    color: #727373;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.reactionForm div:not(:first-of-type) {
    margin-top: 4px;
}

.formLabel span {
    display: inline-block;
    width: 70px;
    text-align: justify;
    text-align-last: justify;
    margin: 0 auto;
}

.WQHG {
    width: 100%;
    background: #f1f1f1;
    margin-top: 6px;
}

.WQHG div:nth-of-type(1) {
    width: 73px;
    color: #ffffff;
    line-height: 18px;
    font-style: italic;
    background: #4175af;
    border-radius: 4px;
    padding: 5px 20px;
    box-sizing: border-box;
}

.WQHG div:nth-of-type(2) {
    height: 46px;
    line-height: 46px;
    margin-left: 15px;
    margin-top: 0px;
}

.reactionTitle a:not(:first-of-type) {
    border-left: 3px solid #666666;
    padding-left: 8px;
    margin-left: 8px;
}

.reactionTable {
    width: 100%;
    text-align: center;
}

.reactionTable thead {
    height: 36px;
    background: #f2f2f2;
}

.reaction tbody tr {
    height: 35px;
}

.tableType {
    display: inline-block;
    width: 48px;
    height: 23px;
    color: #4d87be;
    border-radius: 3px;
    text-align: center;
    line-height: 23px;
    border: 1px solid #4d87be;
}

.zx {
    color: #2fb8a0;
    border: 1px solid #2fb8a0;
}

.tableTitle {
    display: inline-block;
    width: 320px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.listItem {
    margin-bottom: 10px;
}

.listItem li:first-of-type {
    margin-top: 12px;
}

.listItem li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
}

.listContent {
    width: calc(100% - 110px);
    padding-left: 18px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.listContent::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #2f5e95;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 0%;
}

.listDate {
    color: #a6a6a6;
}

.cardItem {
    display: inline-block;
    height: 70px;
    font-size: 16px;
    line-height: 70px;
    color: #4175af;
    font-weight: 600;
    text-align: center;
    background: #f5f8fd;
    border: 1px solid #4d87be;
    margin-top: 14px;
}

.cardItem:not(:last-of-type) {
    width: calc(50% - 7px);
}

.cardItem:last-of-type {
    width: 100%;
}

.ZJItem {
    display: flex;
    width: 100%;
    margin-top: 12.5px;
    align-items: center;
}

.reactionStatus {
    display: inline-block;
    width: 63px;
    height: 25px;
    color: #ffffff;
    line-height: 25px;
    text-align: center;
    border-radius: 4px;
    margin-right: 12px;
}

.JXZ {
    background: #4175af;
}

.YJS {
    background: #cfcfcf;
}

.ZJItem span:nth-of-type(2) {
    display: inline-block;
    width: calc(100% - 80px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    .reactionLayout {
        width: calc(100% - 30px);
        margin: 0 auto;
    }

    .reactionForm {
        width: 100%;
        margin-left: 0px;
        margin-top: 15px;
    }

    .reactionTable thead tr th:nth-of-type(3),
    .tableTitle {
        width: 100px;
    }

    .reactionTable thead tr th:nth-of-type(4) {
        width: 150px;
    }

    .reactionTitle {
        font-size: 18px;
    }
}