.newm-box-img {
    position: relative;
}

.oot-main {
    min-height: calc(100vh - 222px);
}

.m-adult-btn {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 36px;
    background-color: #000;
    color: #fff;
    border: none;
}

.m-18-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(6px);
}

.new-box-imga {
    height: 112px !important;
}

.new-box-imga input {
    position: relative;
    z-index: 3;
    padding: 6px 8px;
    background: #000;
    font-size: 13px;
    color: white;
    opacity: 0.5;
    cursor: pointer;
}

.new-box-imga input:hover {
    opacity: 1;
}

.com-photo {
    position: relative;
    padding-top: 14px;
    color: rgb(34, 34, 34);
}

.com-photo::after {
    content: "";
    display: block;
    clear: both;
}

.com-pt-im {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.com-pt-im p {
    font-size: 13px;
    font-weight: 600;
}

.com-photo h1 {
    font-size: 15px;
    font-weight: bold;
    overflow: hidden;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 170px;
}

.com-photo span {
    display: flex;
    margin-right: 16px;
    align-items: center;
    float: left;
    font-size: 13px;
    font-weight: 600;
    color: rgb(116, 116, 116);
}

.com-photo span svg {
    margin-right: 6px;
}

.photo-backg {
    position: absolute;
    top: 0;
    justify-content: center;
    width: 182px;
    height: 254px;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(20px);
}

.photo-backg div:first-child {
    margin-top: 72px;
}

.photo-backg div:last-child h1 {
    padding-top: 20px;
    font-size: 20px;
    color: rgb(244, 13, 13);
}

.photo-backg div {
    text-align: center;
}

.newm-new-a {
    position: absolute;
    right: 0;
    top: -4px;
}

.newm-new-c {
    right: 70px;
}

.newm-new-a a {
    padding: 10px 20px;
    display: flex;
    font-size: 15px;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    color: white;
    background-color: rgb(244, 13, 13);
}

.newm-new-a a svg {
    margin-right: 6px;
}

.comnity-text {
    position: relative;
    margin-top: 80px;
}

.m-post-list-wrap .comnity-text {
    margin-top: 30px;
}

.m-post-list-wrap .newm-title {
    margin-top: 0;
}

.cm-tx-li {
    padding-bottom: 20px;
}

.cm-tx-li::after {
    content: "";
    display: block;
    clear: both;
}

.cm-tx-li li {
    margin-left: 2%;
    width: 32%;
    float: left;
    padding: 20px;
    border: 1px solid rgb(234, 234, 234);
    margin-top: 20px;
}

.cm-tx-li li:hover {
    border-color: #000;
}

.cm-tx-li li:nth-child(3n-2) {
    margin-left: 0;
}

.cm-tx-tt {
    position: relative;
}

.cm-tt-name {
    display: flex;
    /* padding-bottom: 10px; */
    align-items: center;
}

.cm-tt-name img {
    margin-right: 8px;
}

.cm-tt-name h1 {
    display: flex;
    align-items: center;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 300px;
    color: rgb(34, 34, 34);
}

.cm-tt-name h1 svg {
    margin-right: 8px;
}

.cm-tt-textt {
    padding: 12px 0;
}

.cm-tt-textt p {
    line-height: 15px;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 600;
    text-overflow: ellipsis;
    max-width: 330px;
    color: rgb(34, 34, 34);
}

.cmtt-tp {
    display: flex;
    align-items: center;
    color: rgb(34, 34, 34);
}

.cmtt-tp span {
    font-size: 13px;
    padding-right: 20px;
    color: rgb(116, 116, 116);
    font-weight: 600;
}

.cm-tx-ps {
    margin-right: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}

.cm-tt-rig {
    position: absolute;
    right: 0;
    color: rgb(34, 34, 34);
    top: 70px;
}

.cm-tt-rig::after {
    display: block;
    content: "";
    clear: both;
}

.cm-tt-rig span {
    display: flex;
    align-items: center;
    float: left;
    font-size: 13px;
    font-weight: 600;
    color: rgb(116, 116, 116);
    padding-left: 10px;
}

.cm-tt-rig span svg {
    margin-right: 4px;
}

.pt-dt-tt {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid rgb(235, 235, 235);
}

.pt-dt-tto {
    padding-bottom: 20px;
}

.pt-dt-tto h4 {
    font-size: 24px;
    font-weight: 700;
}

.pt-dt-ttt {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 13px;
}

.pt-dt-ttt::after {
    content: "";
    display: block;
    clear: both;
}

.pt-dt-ttt span {
    display: flex;
    float: left;
    align-items: center;
}

.pt-dt-ttt span:first-child {
    padding-right: 20px;
    color: rgb(171, 171, 171);
}

.pt-dt-ttt span:nth-child(2),
.pt-dt-ttt span:nth-child(3) {
    padding-right: 10px;
}

.pt-dt-ttt span:nth-child(2) svg,
.pt-dt-ttt span:nth-child(3) svg {
    margin-right: 10px;
}

.pt-dt-ttt span:nth-child(4) {
    color: rgb(171, 171, 171);
    padding-left: 20px;
}

.pt-dt-pt {
    position: relative;
}

.pt-dt-img {
    padding-top: 20px;
}

.m-post-content {
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(235, 235, 235);
}

.m-post-content img,
.m-post-content video {
    max-width: 100% !important;
}

.pt-dt-img p {
    font-size: 13px;
    line-height: 28px;
}

.pt-dt-bnt {
    padding-top: 12px;
    display: flex;
    justify-content: center;
}

.dt-bnt-o,
.dt-bnt-t {
    padding: 0 20px;
}

.dt-bnt-o button,
.dt-bnt-t button {
    background: none;
    cursor: pointer;
    border: none;
}

.dt-bnt-o p,
.dt-bnt-t p {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}

.pt-dt-lp {
    position: relative;
    margin-top: 40px;
}

.dt-lp-tt {
    padding: 14px 0;
    position: relative;
    border-bottom: 1px solid rgb(235, 235, 235);
}

.dt-lp-tt h4 {
    font-size: 15px;
    color: rgb(34, 34, 34);
}

.dt-lp-bt {
    position: absolute;
    right: 0;
    top: 11px;
}

.dt-lp-bt button {
    background: none;
    border: none;
    font-size: 13px;
    margin-right: 10px;
    cursor: pointer;
    color: rgb(171, 171, 171);
}

.dt-lp-bt .active {
    color: #000;
}

.dt-lp-o {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid rgb(235, 235, 235);
}

.dt-lp-o::after {
    content: "";
    display: block;
    clear: both;
}

.dt-lp-img {
    margin-right: 10px;
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
}

.dt-lp-text {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 900px;
}

.dt-lp-text font {
    font-size: 16px;
    padding-right: 6px;
    font-weight: bold;
}

.dt-lp-text span {
    font-size: 14px;
}

.dt-lp-down {
    font-size: 12px;
    padding-top: 6px;
    color: rgb(171, 171, 171);
}

.dt-lp-down span {
    padding-right: 14px;
    font-size: 12px;
}

.dt-lp-down span button {
    background: none;
    color: rgb(171, 171, 171);
    border: none;
    /* font-weight: 600; */
    cursor: pointer;
}

.dt-lp-icon {
    position: absolute;
    right: 0;
}

.dt-lp-icon::after {
    clear: both;
    content: "";
    display: block;
}

.dt-lp-icon span {
    display: flex;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    align-items: center;
    float: left;
}

.dt-lp-icon span:first-child {
    padding-right: 20px;
}

.dt-lp-icon span svg {
    margin-right: 2px;
}

.dt-lp-ot {
    margin-left: 40px;
}

.dt-li-li {
    border-bottom: none;
}

.dt-lp-sk {
    position: relative;
    margin-left: 80px;
    background-color: #fafafa;
    padding: 20px;
}

.dt-lp-sk textarea {
    padding: 10px;
    width: 100%;
    border: none;
    outline: none;
    resize: none;
}

.dt-lp-bnt {
    text-align: end;
    padding-top: 20px;
}

.dt-lp-bnt button {
    padding: 10px;
    border: none;
    cursor: pointer;
    border-radius: 2px;
}

.dt-lp-bnt button:first-child {
    background: rgb(244, 13, 13);
    color: white;
    margin-right: 10px;
}

.dt-lp-bnt button:last-child {
    background: white;
    color: rgb(34, 34, 34);
    border: 1px solid #ebebeb;
}

.m-comnity-btn-wrap {
    display: flex;
    align-items: center;
    margin-top: 20px;
    height: 50px;
    border-bottom: 1px solid #ebebeb;
}

.m-comnity-btn {
    margin-right: 30px;
    font-size: 15px;
    font-weight: bold;
    color: #bdbdbd;
    cursor: pointer;
}

.m-comnity-btn.active {
    color: #222;
}

.m-comnity-pic-list {
    padding: 0;
}

.m-comnity-pic-list li {
    margin-top: 30px;
    padding-left: 17px;
    margin-right: 0;
}

@media screen and (min-width: 981) {
    .m-comnity-pic-list li:nth-child(6n-5) {
        padding-left: 0;
    }
}

.transXLeft {
    animation-name: transXLeft;
    animation-duration: 0.4s;
}

.transXRight {
    animation-name: transXRight;
    animation-duration: 0.4s;
}

@keyframes transXRight {
    from {
        transform: translateX(100px);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes transXLeft {
    from {
        transform: translateX(-100px);
    }

    to {
        transform: translateX(0);
    }
}

@media screen and (min-width: 981px) {
    .m-comnity-pic-list li:nth-child(6n-5) {
        padding-left: 0;
    }
}

.m-leave-msg {
    margin-top: 20px;
}

.m-leave-msg-dom {
    display: flex;
    align-items: center;
    background-color: #fafafa;
    height: 104px;
    padding: 0 20px;
}

.m-leave-msg-msg,
.m-leave-msg-btn {
    height: 68px;
    font-size: 14px;
    border: none;
    border-radius: 2px;
}

.m-leave-msg-msg {
    flex: 1;
    margin-right: 10px;
    background-color: #fff;
    display: flex;
}

.m-leave-msg-msg .w-e-text-container {
    flex: 1;
    height: 68px !important;
    border: none !important;
    z-index: 0 !important;
}

.w-e-menu-tooltip {
    display: none !important;
}

div[data-title="全屏"] {
    display: none !important;
}

.m-leave-msg-btn {
    width: 100px;
    line-height: 68px;
    text-align: center;
    color: #fff;
    background-color: var(--themecolor);
    cursor: pointer;
}

.m-msg-item.sub {
    margin-left: 70px;
}

.m-msg-item .m-msg-list {
    padding-left: 80px;
}

.m-msg-item-msg {
    display: flex;
}

.m-msg-item-avatar {
    width: 60px;
    height: 60px;
    margin: 20px 12px 0;
    border-radius: 100%;
    object-fit: cover;
}

.m-msg-item-msg-wrap-parent {
    flex: 1;
}

.m-msg-item-msg-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    border-top: 1px solid #ebebeb;
}

.m-msg-item:nth-of-type(1) .m-msg-item-msg-wrap {
    border: none;
}

.m-msg-item-msg-operation {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100px;
}

.m-msg-item-msg-operation i {
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    margin: 0 10px;
    cursor: pointer;
}

.m-msg-item-msg-operation .m-msg-item-msg-favor {
    background-image: url("../image/icon-favor.png");
}

.m-msg-item-msg-operation .m-msg-item-msg-warn {
    background-image: url("../image/icon-warn.png");
}

.m-msg-item-msg-operation .m-msg-item-msg-favor.active {
    background-image: url("../image/icon-favor-active.png");
}

.m-msg-item-msg-operation .m-msg-item-msg-warn.active {
    background-image: url("../image/icon-warn-active.png");
}

.m-msg-item-msg-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: 1;
}

.m-msg-item-msg-info-title {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-size: 16px;
}

.m-msg-item-content {
    padding-top: 6px;
    font-size: 14px;
}

.m-msg-item-name {
    width: 100%;
    font-weight: bold;
}

.m-msg-item-msg-info-other {
    margin-top: 6px;
    font-size: 13px;
    color: #ababab;
}

.m-msg-item-reply {
    margin-left: 20px;
    cursor: pointer;
}

.m-mask {
    z-index: 9999;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.m-mask-info {
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -247px;
    width: 494px;
    background-color: #fff;
    border-radius: 2px;
    padding: 0 40px;
    animation: mask-scale 0.4s;
}

@keyframes mask-scale {
    from {
        transform: scale(0.5);
    }

    to {
        transform: scale(1);
    }
}

.m-report-mask-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 36px;
    font-size: 20px;
}

.m-report-mask-title img {
    width: 26px;
    height: 26px;
    margin-right: 10px;
}

.m-report-list {
    margin-top: 30px;
}

.m-report-list li {
    margin-top: 10px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #222222;
    border: 1px solid #eaeaea;
    cursor: pointer;
    font-size: 16px;
}

.m-report-list .active {
    border-color: var(--themecolor);
    border-width: 2px;
}

.m-report-text {
    width: 100%;
    height: 108px;
    margin-top: 10px;
    font-size: 16px;
    color: #a1a1a1;
    border: 1px solid #eaeaea;
    padding: 10px;
    resize: none;
}

.m-report-btn {
    margin-top: 26px;
    margin-bottom: 36px;
    height: 40px;
    display: flex;
    justify-content: center;
}

.m-report-btn button {
    width: 100px;
    border: none;
    background: none;
    border: 1px solid #222;
    border-radius: 2px;
    margin: 0 10px;
    border-radius: 2px;
    cursor: pointer;
}

.m-report-btn .active {
    background-color: var(--themecolor);
    border-color: var(--themecolor);
    color: #fff;
}

.m-mask-info-pending {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #3c3c3c;
    width: 300px;
}

.m-pend-mask-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #eaeaea;
}

.m-pend-mask-title h3 {
    font-size: 20px;
    color: #b0b0b0;
}

.m-pend-mask-close {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.m-pend-info-wrap {
    padding: 0 20px;
    height: calc(100% - 50px);
    overflow: hidden;
}

/* .m-pend-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
} */

.m-pend-item {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    border-bottom: 1px solid #363636;
}

.m-pend-item a {
    display: block;
    overflow: hidden;
    color: #b0b0b0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-pend-item:hover {
    border-color: var(--themecolor);
    border-width: 1px;
}

.m-pend-item:hover a {
    color: var(--themecolor);
}

.m-mask-msg {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 622px;
    background-color: #fff;
    padding-left: 40px;
    animation: mask-transX 0.4s;
}

.mMsgMaskOut {
    animation: mask-transX-out 0.4s;
    animation-fill-mode: forwards;
}

@keyframes mask-transX {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes mask-transX-out {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(100%);
    }
}

.m-mask-msg-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    margin-top: 20px;
    border-bottom: 1px solid #ebebeb;
}

.m-mask-msg-title-left,
.m-mask-msg-switch {
    display: flex;
    align-self: center;
    cursor: pointer;
}

.m-mask-msg-close,
.m-mask-msg-close img {
    width: 8px;
    height: 14px;
    margin-right: 10px;
    vertical-align: middle;
}

.m-mask-msg-title-title {
    font-size: 18px;
}

.m-mask-msg-amount {
    margin-left: 10px;
    color: var(--themecolor);
    font-size: 14px;
}

.m-mask-msg-switch li {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
    color: #b0b0b0;
    cursor: pointer;
}

.m-mask-msg-switch .active {
    color: #222;
}

.m-leave-msg {
    margin-top: 20px;
}

@media screen and (min-width: 981px) {
    .m-leave-msg {
        position: relative;
        z-index: 2;
    }
}

.m-leave-msg-dom {
    display: flex;
    align-items: center;
    background-color: #fafafa;
    height: 104px;
    padding: 0 20px;
}

.comnity_btn input {
    padding: 6px 10px;
    background: #000;
    color: white;
    opacity: 0.6;
    font-size: 13px;
    cursor: pointer;
}

.comnity_btn input:hover {
    opacity: 1;
}

.m-leave-msg-msg,
.m-leave-msg-btn {
    height: 68px;
    font-size: 14px;
    border: none;
    border-radius: 2px;
}

.m-leave-msg-msg {
    z-index: 1;
    flex: 1;
    margin-right: 10px;
    display: flex;
    flex-direction: row-reverse;
}

.m-leave-msg-msg .w-e-toolbar {
    z-index: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
}

.m-leave-msg-btn {
    width: 100px;
    line-height: 68px;
    text-align: center;
    color: #fff;
    background-color: var(--themecolor);
    cursor: pointer;
}

.m-leave-msg-msg .w-e-text-container img,
.m-msg-item-msg-wrap-parent img {
    vertical-align: bottom;
    margin: 0 5px;
}

.m-leave-msg-msg .w-e-text-container img {
    width: 30px;
}

.m-msg-item.sub {
    margin-left: 70px;
}

.m-msg-item .m-msg-list {
    padding-left: 80px;
}

.m-msg-item-msg {
    display: flex;
}

.m-msg-item-avatar {
    width: 60px;
    height: 60px;
    margin: 20px 12px 0;
    border-radius: 100%;
    object-fit: cover;
}

.m-msg-item-msg-wrap-parent {
    flex: 1;
}

.m-msg-item-msg-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    border-top: 1px solid #ebebeb;
}

.m-msg-item:nth-of-type(1) .m-msg-item-msg-wrap {
    border: none;
}

.m-msg-item-msg-operation {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100px;
}

.m-msg-item-msg-operation i {
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    margin: 0 10px;
    cursor: pointer;
}

.m-msg-item-msg-operation .m-msg-item-msg-favor {
    background-image: url("../image/icon-favor.png");
}

.m-msg-item-msg-operation .m-msg-item-msg-warn {
    background-image: url("../image/icon-warn.png");
}

.m-msg-item-msg-operation .m-msg-item-msg-favor.active {
    background-image: url("../image/icon-favor-active.png");
}

.m-msg-item-msg-operation .m-msg-item-msg-warn.active {
    background-image: url("../image/icon-warn-active.png");
}

.m-msg-item-msg-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: 1;
}

.m-msg-item-msg-info-title {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-size: 16px;
}

.m-msg-item-content {
    padding-top: 6px;
    font-size: 14px;
}

.m-msg-item-name {
    width: 100%;
    font-weight: bold;
}

.m-msg-item-msg-info-other {
    margin-top: 6px;
    font-size: 13px;
    color: #ababab;
}

.m-msg-item-reply {
    margin-left: 20px;
    cursor: pointer;
}

/* .m-msg-list-wrap {
    height: 620px;
} */

.m-post-detail .m-msg-list-wrap {
    height: unset;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

:not(:root):fullscreen::backdrop {
    background-color: #fff;
}

@keyframes comment-in {
    from {
        transform: translateY(-50px);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes loginMask {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.comment-in {
    animation: comment-in 0.4s;
}

.m-prev-next-wrap {
    position: relative;
}

.m-page-prev {
    left: 0;
    padding-left: 36px;
    padding-right: 36px;
    background: url("../image/icon-arrow-left.svg") no-repeat left center / 30px 30px;
}

.m-page-next {
    right: 0;
    padding-left: 36px;
    padding-right: 36px;
    background: url("../image/icon-arrow-right.svg") no-repeat right center / 30px 30px;
}

.m-page-prev,
.m-page-next {
    position: absolute;
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 40px;
    font-size: 15px;
}

.m-page-prev.active {
    color: #222;
    background-image: url("../image/icon-arrow-left-active.svg");
}

.m-page-next:hover,
.m-page-next.active {
    color: #222;
    background-image: url("../image/icon-arrow-right-active.svg");
}

.mPhotoList li {
    margin-right: 0;
    padding-left: 17px;
    margin-bottom: 20px;
}

.mPhotoList li:nth-child(6n-5) {
    padding-left: 0;
}

.mPhotoList li:nth-child(1) {
    margin-left: 0;
}

.m-list-wrap {
    overflow: hidden;
}

.m-cm-tx-li {
    margin-left: 2%;
    width: 32%;
    float: left;
    padding: 20px;
    border: 1px solid rgb(234, 234, 234);
    margin-top: 20px;
}

.m-cm-tx-li:nth-child(3n-2) {
    margin-left: 0;
}

@media screen and (min-width: 981) {
    .mPhotoList li:nth-child(6n-5) {
        margin-left: 0;
    }
}

.m-photo-list-wrap {
    min-height: calc(100vh - 276px);
}

.comnity_liner {
    margin-top: 20px;
    border-top: 2px solid rgb(34, 34, 34);
}

.m-detail-list-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    border-bottom: 1px solid rgb(235, 235, 235);
    color: #222;
}

.m-detail-list-left {
    display: flex;
    align-items: center;
}

.m-detail-list-id .active {
    margin-left: 0;
    color: var(--themecolor);
}

.m-detail-list-left h4 {
    font-weight: bold;
    max-width: 680px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.m-detail-list-left span {
    width: 60px;
}

.m-detail-list-left p {
    margin-left: 20px;
}

.m-detail-list-left span,
.m-detail-list-left h4,
.m-detail-list-left p {
    font-size: 13px;
    /* font-family: "MicroSoft Yahei"; */
}

.newm-title h1 {
    display: flex;
    align-items: center;
}

.m-detail-list-wrap-title {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0 20px;
    border-top: 2px solid rgb(34, 34, 34);
    border-bottom: 1px solid rgb(235, 235, 235);
}

.newm-title h1 a,
.m-detail-list-wrap-title a {
    font-size: 13px;
    padding-right: 10px;
    color: rgb(34, 34, 34);
}

.newm-title h1 img,
.m-detail-list-wrap-title img {
    padding-right: 10px;
}

.m-detail-list-wrap-title svg {
    margin-right: 10px;
}

.m-detail-list-right span {
    margin-left: 10px;
    display: flex;
    align-items: center;
    float: left;
    font-size: 13px;
}

.m-detail-list-right span svg {
    margin-right: 6px;
}

.m-detail-list-right::after {
    content: "";
    clear: both;
    display: block;
}

@media (max-width: 980px) {
    .mPhotoList li {
        width: 46vw;
        padding-left: 0;
        margin-top: 4vw;
    }

    .mPhotoList li:nth-child(6n-5) {
        padding-left: 0;
    }

    .m-msg-item.sub {
        margin-left: 0;
    }

    .sub>.m-msg-item-msg>.m-msg-item-avatar {
        width: 6vw;
        height: 6vw;
    }

    .sub>.m-msg-item-msg {
        margin-left: 32px;
    }

    .m-cm-tx-li {
        width: 100%;
        margin-left: 0;
        box-sizing: border-box;
        padding: 0 4vw !important;
    }

    .m-cm-tx-li:first-child {
        margin-top: 2vw;
    }

    .m-detail-list-left span,
    .m-detail-list-left p {
        display: none;
    }

    .m-detail-list-left h4 {
        max-width: 220px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .m-post-detail {
        padding: 0 3vw;
    }

    .m-post-detail .newm-title {
        height: 11vw;
        padding: 0;
        margin-top: 4vw;
    }

    .m-post-detail .newm-tt h1 {
        display: flex;
        font-size: 13px;
        float: left;
        width: 60vw;
        line-height: 11vw;
    }

    .m-post-detail .newm-new-b {
        position: static;
        float: right;
        text-align: center;
        height: 8vw;
        margin: 0;
        padding: 0;
    }

    .m-post-detail .pt-dt-tt {
        padding: 4vw 0 0;
    }

    .m-post-detail .pt-dt-tto h4 {
        font-size: 24px;
    }

    .m-post-detail .pt-dt-ttt {
        padding-bottom: 3vw;
    }

    .m-post-detail .pt-dt-img p,
    .m-post-detail .pt-dt-pt {
        padding: 0;
    }

    .m-post-content {
        padding: 4vw 0;
    }

    .m-page-prev,
    .m-page-next {
        background-size: 10vw 6vw;
    }

    .m-page-prev {
        padding-left: 36px;
    }

    .m-page-next {
        padding-right: 36px;
    }

    .dt-bnt-o {
        padding-right: 10px;
    }

    .dt-bnt-t {
        padding-left: 10px;
    }

    .m-detail-list-left {
        flex-direction: column;
        /* height: 100%; */
    }

    .m-post-list-wrap {
        padding: 0 3vw;
        min-height: 60vh;
    }

    .m-post-list-wrap .cm-tx-li a {
        display: block;
        padding: 4vw 0;
        margin: 0;
    }

    .m-post-list-wrap .comnity-text {
        margin-top: 2vw;
        margin-bottom: 8vw;
    }

    .m-post-detail .dt-bnt-o svg,
    .m-post-detail .dt-bnt-t svg {
        width: 8vw;
        height: 8vw;
    }

    .m-post-detail .dt-bnt-o p,
    .m-post-detail .dt-bnt-t p {
        font-size: 14px;
    }

    .m-post-detail .pt-dt-bnt,
    .m-post-detail .pt-dt-lp {
        margin-top: 4vw;
        padding: 0;
    }

    .m-post-detail .dt-lp-tt {
        padding: 3vw 0;
    }

    .m-post-detail .dt-lp-tt h4 {
        font-size: 15px;
    }

    .m-post-list-wrap .cm-tt-textt {
        padding: 3vw 0;
    }

    .com-photo {
        padding-top: 2vw;
    }

    .m-photo-list-wrap {
        padding: 0 3vw;
    }

    .mPhotoList li {
        width: 46vw;
        margin-left: 2vw;
    }

    .mPhotoList li {
        margin-bottom: 4vw;
    }

    .mPhotoList li:nth-child(2n-1) {
        margin-left: 0;
    }

    .m-photo-list-wrap .newm-tth {
        height: 10vw;
        line-height: 10vw;
    }

    .m-photo-list-wrap .newm-new-a {
        height: 12vw;
        width: 38vw;
        position: static;
        margin-right: 0;
        float: right;
    }

    .m-photo-list-wrap .newm-box-img {
        height: 60vw;
    }

    .newm-boxo {
        padding-top: 0;
    }

    .com-pt-im {
        display: none;
    }

    .com-photo h1 {
        font-size: 13px;
        max-width: 100px;
    }

    .com-photo span {
        font-size: 12px;
        margin-right: 6px;
    }

    .com-photo span svg {
        width: 12px;
        height: 12px;
    }

    .photo-backg {
        width: 110px;
        height: 152px;
    }

    .photo-backg div:first-child {
        margin-top: 40px;
    }

    .photo-backg div:first-child svg {
        width: 40px;
        height: 40px;
    }

    .photo-backg div:last-child h1 {
        font-size: 14px;
        padding-top: 10px;
    }

    .comnity-text {
        margin-top: 4vw;
        margin-bottom: 4vw;
    }

    .dt-lp-o {
        position: relative;
    }

    .cm-tx-all {
        padding: 0;
    }

    .cm-tx-li {
        padding: 0 10px;
    }

    .cm-tx-li a {
        margin: 0;
        width: 100%;
        padding: 20px;
        margin-bottom: 20px;
    }

    .newm-new-a {
        top: 6px;
    }

    .newm-new-a a {
        font-size: 13px;
    }

    .pt-dt-tt {
        padding: 30px 10px;
    }

    .newm-tt h1 {
        display: none;
    }

    .newm-new-b {
        left: 0;
        padding-left: 10px;
        right: auto;
    }

    .newm-new-c {
        left: auto;
        right: 70px;
        top: 10px;
    }

    .pt-dt-pt {
        padding: 0 10px;
    }

    .dt-lp-o {
        /* width: 100%; */
        padding: 16px 0;
    }

    .dt-lp-img {
        margin-right: 10px;
    }

    .pt-dt-img img {
        width: 355px;
        height: 495px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .pt-dt-img p {
        padding: 10px 10px;
    }

    .pt-dt-lp {
        padding: 0 10px;
    }

    .dt-lp-icon {
        /* position: relative; */
        bottom: 16px;
        right: 10px;
    }

    .dt-lp-icon span {
        font-size: 13px;
    }

    .dt-lp-icon span svg {
        width: 18px;
        height: 18px;
    }

    .dt-lp-text {
        max-width: 300px;
    }

    .dt-lp-texto {
        max-width: 260px;
    }

    .dt-lp-text font {
        font-size: 13px;
    }

    .dt-lp-text span {
        font-size: 12px;
        width: 100%;
    }

    .dt-lp-ls {
        right: dt-lp-ot;
    }

    .dt-lp-sk {
        margin: 0;
        width: 100%;
    }

    .newm-tth h1 svg {
        width: 6vw;
        height: 6vw;
        margin-right: 2vw;
    }

    .newm-tth h1 {
        font-size: 15px;
    }

    .m-comnity-btn-wrap {
        height: 10vw;
        overflow-x: auto;
        margin-top: 0;
    }

    .m-community-wrap {
        padding: 0 3vw;
    }

    .newm-title {
        padding: 4vw 0 2vw;
    }

    .newm-title {
        margin-bottom: 20px;
    }

    .m-post-list-wrap {
        margin: 0;
    }

    .m-comnity-btn {
        font-size: 13px;
        margin: 0;
        margin-right: 20px;
    }

    .m-comnity-btn:last-child {
        margin-right: 0;
    }

    .m-comnity-pic-list li {
        width: 46vw;
        padding-left: 0;
        margin-top: 4vw;
    }

    .m-comnity-pic-list .newm-box-img {
        height: 60vw;
    }

    .m-comnity-pic-list li:nth-child(2n) {
        margin-left: 2vw;
    }

    .cm-tx-li {
        padding: 0;
    }

    .cm-tx-li li {
        float: none;
        width: 100%;
        padding: 0 4vw;
        margin-left: 0;
        margin-top: 4vw;
    }

    .cm-tx-tt {
        margin-top: 0;
    }

    /*********************/
    /*********************/
    /********msg**********/
    /*********************/
    /*********************/
    /*********************/

    .m-leave-msg {
        margin-top: 4vw;
    }

    .m-leave-msg-dom {
        padding: 2vw;
        height: auto;
    }

    .m-leave-msg-msg {
        margin-right: 0;
    }

    .w-e-menu .w-e-panel-container {
        position: fixed !important;
        top: 50% !important;
        left: 50% !important;
        margin: 0 !important;
        transform: translate(-50%, -50%);
        box-shadow: 0 0 100vw 100vw rgba(0, 0, 0, 0.5) !important;
    }

    .m-msg-item-avatar {
        width: 8vw;
        height: 8vw;
        margin: 3vw 2vw 0;
    }

    .m-msg-item-msg-wrap {
        padding: 4vw 0;
    }

    .m-msg-item-name {
        font-size: 13px;
        width: 200px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .m-msg-item-msg-wrap {
        position: relative;
    }

    .m-msg-item-msg-operation {
        position: absolute;
        top: 3vw;
        right: 0;
    }

    .m-msg-item-content {
        width: 70vw;
        word-break: break-all;
    }

    .m-leave-msg-msg {
        max-width: 70vw;
    }

    .m-msg-item .m-leave-msg-msg {
        max-width: 52vw;
    }

    .m-leave-msg-btn {
        width: 20vw;
    }

    .m-msg-list-wrap {
        height: auto;
        margin-bottom: 4vw;
    }

    .m-mask {
        z-index: 99999;
    }

    .m-mask-info {
        width: 94vw;
        margin-left: -47vw;
        padding: 4vw;
        top: 15vw;
    }

    .m-report-mask-title {
        font-size: 14px;
    }

    .m-report-mask-title {
        margin-top: 4vw;
    }

    .m-report-list {
        margin-top: 4vw;
    }

    .m-report-list li {
        height: 10vw;
        line-height: 10vw;
        font-size: 14px;
    }

    .m-report-btn {
        margin-top: 4vw;
        margin-bottom: 4vw;
    }
}