
.imageAdd .rs-img-add,
.imageAdd .rs-img-bm {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: .5rem;
    display: flex;
    justify-content: space-between;
    color: #fff;
}

/* .imageAdd .rs-img-jx {
    position: absolute;
    width: 60px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    transform: translateY(23px);
    left: -20px;
    bottom: 100%;
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.imageAdd .rs-img-jx .rs-img-jx-l {
    text-align: center;
    width: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.2);
    transform: rotate(320deg);
} */
.imageAdd .rs-img-jx {
    text-align: center;
    transform: translate(-25%, 25%) rotate(-45deg);
    position: absolute;
    padding: 5px 15px;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    background-image: linear-gradient(45deg, #5db304, #b4f377);
    color: #ffffff;
    font-size: 1.1rem;
    box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
    letter-spacing: 1px;
    line-height: 1em;
}
.imageAdd .rs-img-jx.rs-img-jx-1 {
    background: #f61f1f;
}
.imageAdd .rs-img-jx.rs-img-jx-2 {
    background-image: linear-gradient(45deg, #f5ac1d, #fbdc8b);
}
.imageAdd .rs-img-jx.rs-img-jx-3 {
    background-image: linear-gradient(92deg, #a5a0a0, #dbd8d8);
}
.imageAdd .rs-img-jx.rs-img-jx-4 {
    background-image: linear-gradient(45deg, #c97e1c, #e5ae6c);
}
.er-list .pic-other {
    position: initial;
}


.zpImage {
    width: 100%;
    height: 100%;
    position: relative;
}
.rs-img-thum-show {
    height: 90px;
    text-align: center;
    line-height: 2em;
    background: rgba(50, 50, 50, 0.6);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -45px;
    color: #fff;
    z-index: 2;
    align-items: center;
    padding: 0 .5rem;
    border-top-left-radius: .5em;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: .5em;
}
.rs-img-icon i {
    font-size: 38px;
    line-height: 45px;
}
.zpImage a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(67, 114, 194);
    background-repeat: no-repeat;
    background-position: center center;
}
.zpImage img {
    width: 100%;
}
.zpImage .iconfont {
    font-size: 82px;
    color: #fff
}
a.pic-con-img {
    background-color: inherit;
}


.er-properties {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.er-properties .property {
    margin-right: .5rem;
    margin-left: .5rem;
}
.er-properties-item.detail_item {
    width: 100%;
}


.c_highlight em[data-v-21b94ba6] {
    font-style: normal;
    color: #f40 !important;
}


.title-box {
    display: flex;
    align-items: flex-start;
    line-height: 150%;
}
.title-box .title-pre {
    white-space: pre-line;
}
.title-box .title-box-title {
    display: flex !important;
    align-items: flex-start;
    cursor: pointer;
    flex: 1;
    width: 0;
    color: inherit;
    font-size: 1.3rem;
    font-weight: 500;
}
.title-box .fl-text {
    margin-right: 5px;
}
.title-box .fa {
    font-size: 1em;
    line-height: 150%;
    margin-right: 5px;
}
.title-box .title-box-title>span {
    width: 100%;
}
.title-box .title-box-title label {
    cursor: pointer;
}
.title-box .title-box-title label:hover {
    color: var(--skin-main-color);
}


.c_attrs {
    display: flex;
    flex-wrap: wrap;
    gap: 0 2em;
}
.property_attr {
    display: grid !important;
    grid-template-columns: auto 1fr;
    align-items: center;
    margin-right: 0 !important;
}
.property_value > * {
    color: inherit;
}
.c_attrs_column {
    display: flex;
    flex-direction: column;
}
.c_attrs_column .property_attr {
    width: 100%;
}
.c_attrs_column .property_value {
    flex: 1;
}
.c_attrs_nowrap {
    display: flex;
    overflow: hidden;
    flex-wrap: nowrap;
}
.c_attrs_right .property_attr {
    margin-left: 1rem;
}
.c_attrs_nowrap .property_attr {
    display: flex;
    white-space: nowrap;
}
.c_attrs_nowrap > span {
    overflow: hidden;
}
.c_attrs_nowrap > span.shrink {
    flex-shrink: 0;
}
.property_label {
    color: #aaa;
}


.c_intro {
    display: flex;
    justify-content: left;
    align-items: flex-start;
}
.c_intro .property_label {
    width: 3em;
    flex-shrink: 0;
}
.c_intro_value {
    flex: 1;
}
.c_intro .c_highlight.text-line-1,
.c_intro .c_highlight.text-line-2,
.c_intro .c_highlight.text-line-3{
    display: -webkit-box;
}


.zx-tj-icon .icon-text{
    display: inline-block;
    border-radius: 4px;
    padding: 0 0.3em;
    color: #FFFFFF;
    line-height: 150%;
    margin-left: 5px;
    user-select: none;
    transform: scale(0.65);
}
.zx-tj-icon .icon-tui{
    background-color: #57b53d;
}
.zx-tj-icon .icon-ding{
    background-color: #efa53b;
}
.zx-tj-icon .icon-new{
    background-color: #FF2120;
}

.mk10503_1_0_1 .c_attrs {
    display: flex;
    justify-content: space-between;
}

.mk10503_1_0_1 .c_attrs1 .property_attr {
    margin-right: 0px;
}

.mk10503_1_0_1 .er-properties {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mk10503_1_0_1 .er-news-list-box-title .title .textleft a {
    display: flex;
    align-items: center;
}

.mk10503_1_0_1 .er-news-list-box-title .title .textleft a svg {
    fill: currentColor;
    width: 20px;
    height: 20px;
    margin-right: 4px;
}

.mk10503_1_0_1 .er-news-list-box-title .title .textleft a i {
    margin-right: 4px;
    font-size: 20px;
}

.mk10503_1_0_1 .detail>span {
    white-space: nowrap;
}
.mk10503_1_0_1 .detail .c_attrs1{
    overflow: hidden;
}
.mk10503_1_0_1 .detail .c_attrs1>.property_attr{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}


