#main-content {
    padding: 10px 5px 30px 5px;
}

div {
    text-indent: 0;
}
body {
    overflow-x: hidden;
}
.msg-content * {
    max-width: 100%!important;
    box-sizing: border-box!important;
    -webkit-box-sizing: border-box!important;
    word-wrap: break-word!important;
}
.Content-title {
    padding-bottom: 10px;
    margin-bottom: 14px;
    border-bottom: 1px solid #e7e7eb;
    line-height: 1.4;
    font-weight: bolder;
    font-size: 24px;
}
p {
    color: #3E3E3E;
}
.followButton {
    float: right;
}

.logoText {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

p {
    font-size: 13pt;
    line-height: 25px;
}
.comment1 {
    display: flex;
    align-items: flex-start;
    padding: 0 8px;
}
.wxhao {
    display: inline-block;
    width: 100%;
    border: 2px solid rgb(249, 110, 87);
    box-sizing: border-box;
    text-align: center;
    padding: 10px;
    color: red;
    font-size: 2rem;
}
.w {
    width:100%;
    padding: 10px;
    margin: 0 auto;
    overflow-x: hidden;
}
.w > div {
    overflow: hidden;
}
.bot {
    /*margin-top: 0.06rem;*/
}
.bot h1 {
    font-size: 0.34rem;
    vertical-align: bottom;
}
.bot h1 i {
    font-size: 0.3rem;
    color: #7a7a7a;
}
.content {
    margin-top: 0.35rem;
}
.con_item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.3rem;
}
.con_item > img {
    width: 0.8rem;
    margin-right: 0.1rem;
}
.item_c {
    flex: 1;
}
.c_h {
    display: flex;
    justify-content: space-between;
}
.c_h p {
    font-size: 0.3rem;
    font-weight: 600;
    color: #02879f;
}

.c_h p i {
    font-size: 0.21rem;
    color: #7a7a7a;
    margin-left: 0.1rem;
    margin-right: 0.05rem;
}
.c_h p span {
    color: #8f8f8f;
    padding: 0 0.05rem;
    font-size: 0.21rem;
    font-weight: 400;
}
.c_h > span {
    font-size: 0.23rem;
    color: #7a7a7a;
    display: flex;
    align-items: center;
}
.c_h > span img {
    width: 0.28rem;
    margin-right: 0;
}
.item_c > p {
    font-size: 0.15rem;
}
.item_c > p img {
    display: inline-block;
    width: 0.35rem;
    vertical-align: middle;
}
.item_c > img {
    width: 6.12rem;
    margin-top: 0.32rem;
}
.text-a > p{
    line-height: 185%;
    font-size: 19px;
    padding: 0 2px 0 10px;
}
.container {
    display: flex;
    align-items: center;
    margin-left: -8px
}
.triangle {
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 16px solid #cb0e0e;
    transform: rotate(90deg);
    margin:0 8px 0 18px;
}
.text {
    font-size: 24px;
    font-weight: 900;
    color: #f50505;
    letter-spacing: 2px;
}
.fixed-image {
    position: fixed;
    top: 50px;
    right: 0;
    margin-top: 300px;
    margin-right: -2px;
    z-index: 999;
}