#header {
    width: 100%;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.11);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 99;
}

html {
    font-size: 100px;
    scroll-behavior:smooth;
}

main {
    width: 100%;
    /* overflow-x: hidden; */
}

.category-desc {
    width: calc(100% - .6rem);
    margin: 0rem .3rem;
    border-left: .04rem solid rgba(217, 217, 217, 0.49);
    font-style: normal;
    font-weight: 400;
    font-size: .16rem;
    line-height: .3rem;
    text-align: justify;
    color: #9B9B9B;
    margin-bottom: .2rem;
    box-sizing: border-box;
    padding-left: .06rem;
}

.category-desc>a {
    font-weight: 400;
    font-size: .15rem;
    line-height: .2rem;
    color: #58A474;
    text-decoration: underline;
    position: absolute;
    right: 0px;
    bottom: 0px;
    line-height: .3rem;
    background-color:#fff;
}

.header-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    padding: 0rem .3rem;
}

.header-bottom {
    padding: 0rem .3rem;
    padding-bottom: .2rem;
}

.nav {
    display: flex;
    flex-direction: row;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: .8rem;
    padding: 0rem .2rem;
}

.nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-right: .16rem;
    padding: 0rem .12rem;
    font-weight: 500;
    font-size: 18px;
    color: #4A4A4A;
    transition: all .2s;
    border-top: .05rem solid transparent;
    border-bottom: .05rem solid transparent;
    box-sizing: border-box;
    white-space: nowrap;
}

.nav-item:hover {
    color: #58A474;
    border-top: .05rem solid #58A474;
}

.nav-item-active {
    color: #58A474;
    border-top: .05rem solid #58A474;
}

.logo {
    width: 1.2rem;
}

.search {
    height: .48rem;
    border: 1px solid #E5E7EB;
    border-radius: .3rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
    padding: .1rem;
}

.detail-search-btn:hover {
    transform: scale(1.1);
}

.index-search-btn {
    width: .32rem;
    height: .32rem;
    cursor: pointer;
    transition: all .2s;
}
.index-search-btn:hover {
    transform: scale(1.1);
}

.search-btn {
    width: .32rem;
    height: .32rem;
    cursor: pointer;
    transition: all .3s;
}

.search-btn:hover {
    transform: scale(1.1);
}

.search-keywords {
    /* width: 3rem; */
    flex: 1;
    height: .32rem;
    padding: 0px .1rem;
    font-size: .16rem;
}

.category-container {
    width: 100%;
}

.category-container:nth-of-type(2n) {
    background-color: rgba(217, 217, 217, 0.17) !important;
}

.container-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 500;
    font-size: .18rem;
    line-height: .2rem;
    display: flex;
    align-items: center;
    color: #000000;
    padding: 0.3rem;
    padding-bottom: 0rem;
    box-sizing: border-box;
}

.container-title>a {
    margin-left: auto;
    font-weight: 400;
    font-size: .15rem;
    line-height: .2rem;
    color: #58A474;
}

.category-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 500;
    font-size: .18rem;
    line-height: .2rem;
    display: flex;
    align-items: center;
    color: #000000;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.write-post-btn {
    height: .4rem;
    margin-left: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 500;
    font-size: .14rem;
    color: black;
    border-radius: .04rem;
    transition: all .2s;
    background-color: #58A474;
    padding: 0px .26rem;
    box-sizing: border-box;
    cursor: pointer;
    color: #fff;
    opacity: 1;
    margin-right: .26rem;
    white-space: nowrap;
}

.write-post-btn:hover {
    /* transform: scale(1.04); */
}

.user {
    height: .4rem;
    margin-left: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 500;
    font-size: .14rem;
    color: black;
    border-radius: .22rem;
    padding: .1rem;
    box-sizing: border-box;
    border: 1px solid #E5E7EB;
    cursor: pointer;
    transition: all .3s;
    opacity: 1;
}

.user:hover {
    border: 1px solid #58A474;
    box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
    color: #58A474;
}

.user-logo {
    width: .28rem;
    height: .28rem;
    border-radius: 50%;
}

.user>span {
    margin-left: .1rem;
    margin-right: .1rem;
    white-space: nowrap;
}

.header-filter {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    box-sizing: border-box;
    padding: .2rem .3rem;
}

.viewer-backdrop {
    background-color: #000 !important;
}

.address,
.filter,
.territory,
.concept,
.financial {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #E5E7EB;
    border-radius: .22rem;
    font-size: .14rem;
    color: #374151;
    font-weight: 400;
    padding: .1rem .16rem;
    cursor: pointer;
    margin-right: .12rem;
    position: relative;
    margin-bottom: .12rem;
}

.address>span,
.filter>span,
.territory>span,
.concept>span,
.financial>span {
    margin: 0rem .08rem;
}

.address-img,
.filter-img {
    width: .15rem;
    height: .15rem;
}

.address-more {
    width: .1rem;
    height: .1rem;
}

.tags {
    flex: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
    /* padding: 0px .3rem; */
    padding-right: .3rem;
}

.tag-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #E5E7EB;
    border-radius: .22rem;
    font-size: .14rem;
    color: #374151;
    font-weight: 400;
    padding: .1rem .16rem;
    margin-right: .1rem;
    transition: all .3s;
    cursor: pointer;
}

.tag-item:hover {
    border: 1px solid #58A474;
    box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
    color: #58A474;
    background-color: #fff;
    /* color: #fff; */
}

.tag-item-active {
    border: 1px solid #58A474;
    box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
    color: #58A474;
    background-color: #fff;
    /* color: #fff; */
}

.tag-item>span {
    margin: 0rem .08rem;
}

.comments-item {
    padding: .2rem 0rem;
}

.submit-con-wrap {
    background: rgba(217, 217, 217, 0.23);
    border-radius: 5px;
    width: calc(100% - .16rem);
    margin-left: .16rem;
    height: 1.4rem;
    margin-bottom: 1rem;
}

.hideimg {
    display: block;
    opacity: 0;
    height: 0px;
    width: 0px;
    font-size: 0rem;
    line-height: 0rem;
    margin: 0px;
    padding: 0px;
}

.container {
    box-sizing: border-box;
    padding: .3rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    /* 父元素设置 min-h 时， 解决子元素高度异常 和 子元素间隔异常 */
    align-items: flex-start;
    align-content: flex-start;
    overflow: hidden;
}

.project-item {
    width: calc((100% - 3 * .28rem) / 4);
    margin-right: .28rem;
    margin-bottom: .4rem;
}

.project-item .pi-image>img {
    object-fit: cover;
    height: calc(((100vw - 3 * 0.28rem - .6rem) / 4) * 78 / 100);
}



.pi-image {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.pi-image>img {
    width: 100%;
    height: calc(((100vw - 3 * 0.28rem - .6rem) / 4) * 78 / 100);
    /* height: calc(100% * 78 / 100); */
}

.layui-layer-btn .layui-layer-btn0 {
    background-color: #58A474!important;
    border: 1px solid #58A474!important;
}
.layui-layer-btn {
    font-size: .14rem!important;
    
}
.del-com-btn {
    position: absolute;
    bottom: 0rem;
    right: 0rem;
    background-color: #fff;
    padding: 0rem .04rem;
    display: block;
    cursor: pointer;
}
/* .comments-item :hover .del-com-btn {
    display: block;
} */
.pi-name-tags {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 300;
font-size: 12px;
display: flex;
align-items: center;
color: #374151;
margin-top: .06rem;
}
.pi-name-tags  > span {
    white-space: nowrap;
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.project-item:hover  .title-wrap > p{
    color: #58A474;
}

.uc-pi-status {
    position: absolute;
    right: .16rem;
    top: .16rem;
    background-color: #FF7723;
    border-radius: .3rem;
    font-weight: 500;
font-size: .14rem;
color: #FFFFFF;
padding: 0.06rem .12rem;
}
.uc-pi-status-ok {
    background: #58A474;
}
.ucenter-project-item:hover .uc-pi-control{
    opacity: 1;
}
.uc-pi-control {
    position: absolute;
    bottom: .16rem;
    right: .16rem;
    display: flex;
    flex-direction: row-reverse;
    opacity: 0;
    transition: all .2s;
}
.uc-pi-control > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: .38rem;
    height: .38rem;
    margin-left: .14rem;
    background: #FFFFFF;
    border-radius: 50%;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}
.uc-pi-control > div > img {
    width: .18rem;
    height: .18rem;
}

.project-item:nth-of-type(4n) {
    margin-right: 0px;
}

.pi-desc {
    display: flex;
    flex-direction: row;
    margin-top: .2rem;
    align-items: center;
    overflow: hidden;
}

.pi-desc>img {
    width: .3rem;
    height: .3rem;
    border-radius: 50%;
    object-fit: cover;
}

.title-wrap {
    flex: 1;
    margin-left: .08rem;
    height: .34rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.title-wrap>p {
    width: 100%;
    color: #121212;
    font-size: .14rem;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: .2rem!important;
}

.title-wrap>span {
    font-size: .12rem;
    color: #374151;
    font-weight: 300;
}

#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #121212;
    height: .6rem;
    width: 100%;
    box-sizing: border-box;
    padding: 0px .3rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 999;
}

#footer>.links {
    margin-left: auto;
}

#footer-h5 {
    margin-top: .24rem;
    background-color: #121212;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: .24rem 0rem;
}

#footer-h5>.links {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}


#footer-h5>p {
    text-align: center;
    font-weight: 400;
    color: #fff;
}

.fdesc1 {
    font-size: .14rem;
    line-height: .38rem;
}

.fdesc2 {
    font-size: .12rem;
}

.footer-logo {
    width: .8rem;
    margin-right: .2rem;
}

.copyright {
    color: white;
    font-size: .12rem;
    font-weight: 400;
}

.links img {
    width: .2rem;
    margin-left: .2rem;
}

#header-h5 {
    display: none;
    /* box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.11); */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: .6rem;
    z-index: 98;
    background-color: #fff;
}

#header-h5 .header-top {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    min-height: .6rem;
    padding: 0rem .2rem;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 11%);
    z-index: 3;
}

#header-h5 .header-top>a {
    width: 1.2rem;
    height: .34rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.3s;
}
.header-h5-user-logo {
    width: .28rem;
    height: .28rem;
}
.header-h5-search {
    width: .24rem;
    height: .24rem;
    margin-right: .12rem;
}

.h5-search-btn {
    width: .32rem;
    height: .32rem;
}

.address {
    position: relative;
}


/* .address:hover>.address-wrap {
    display: block;
} */

.address-wrap {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    z-index: 9;
}

.address-content {
    margin-top: .08rem;
    width: 3.78rem;
    box-sizing: border-box;
    background-color: #fff;
    padding: .2rem;
    padding-bottom: .08rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}

.address-content::after {
    content: '';
    position: absolute;
    background-color: white;
    height: .1rem;
    width: .1rem;
    top: .04rem;
    left: .2rem;
    z-index: -1;
    transform: rotate(45deg);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.35);
}

.address-item {
    width: .75rem;
    height: .28rem;
    box-sizing: border-box;
    border: 1px solid #D8D8D8;
    border-radius: 3px;
    color: #374151;
    font-size: .14rem;
    font-weight: 400;
    text-align: center;
    line-height: .28rem;
    margin-right: .12rem;
    margin-bottom: .12rem;
    transition: all .3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.address-item:hover {
    border: 1px solid #58A474;
    /* color: #58A474; */
    background-color: #58A474;
    color: #fff;
}

.address-item-active {
    border: 1px solid #58A474;
    /* color: #58A474; */
    background-color: #58A474;
    color: #fff;
}

.address-item:nth-of-type(4n) {
    margin-right: 0rem;
}

.filter {
    position: relative;
}


/* .filter:hover > .filter-wrap {
    display: block;
} */

.filter-wrap {
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    z-index: 9;
}

.filter-content {
    margin-top: .08rem;
    box-sizing: border-box;
    background-color: #fff;
    padding: .2rem;
    padding-bottom: .08rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}

.filter-item {
    width: 100%;
    height: .28rem;
    box-sizing: border-box;
    border: 1px solid #D8D8D8;
    border-radius: 3px;
    color: #374151;
    font-size: .14rem;
    font-weight: 400;
    text-align: center;
    line-height: .28rem;
    margin-bottom: .12rem;
    transition: all .3s;
    white-space: nowrap;
    padding: 0rem .12rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.filter-content::after {
    content: '';
    position: absolute;
    background-color: white;
    height: .1rem;
    width: .1rem;
    top: .04rem;
    right: .2rem;
    z-index: -1;
    transform: rotate(45deg);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.35);
}

.filter-item:hover {
    border: 1px solid #58A474;
    color: #58A474;
}

.filter-item-active {
    border: 1px solid #58A474;
    color: #58A474;
}

.detail-container {
    width: 100%;
}

.banner-img {
    position: relative;
    background: linear-gradient(357.58deg, rgba(0, 0, 0, 0.6) 2.06%, rgba(255, 255, 255, 0) 98.02%);
    backdrop-filter: blur(2px)
}

.banner-img>img {
    width: 100%;
    min-height: 2rem;
    max-height: 6rem;
    object-fit: cover;
    object-position: center;
}

.banner-title {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    box-sizing: border-box;
    padding: 0px .4rem .4rem .4rem;
    width: 100%;
    background: linear-gradient(357.58deg, rgba(0, 0, 0, 0.3) 2.06%, rgba(255, 255, 255, 0) 80.02%);
    backdrop-filter: blur(1px);
}

.banner-title>p {
    font-size: .24rem;
    font-weight: 500;
    margin-bottom: .2rem;
    line-height: .32rem;
}

.banner-title>span {
    font-size: .12rem;
    font-weight: 400;
}

.detail-content {
    padding: .24rem 0.24rem;
    padding-bottom: .5rem;
    margin: 0 auto;
    width: 11rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.dc-left {
    width: 7.2rem;
    padding-bottom: .24rem;
}

.dc-right {
    width: 3.4rem;
}

.detail-info {
    box-sizing: border-box;
    padding: .24rem .24rem .08rem .24rem;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
    border-radius: .12rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.info-item {
    width: calc((100% - .24rem) / 2);
    font-size: .16rem;
    margin-right: .24rem;
    margin-bottom: .16rem;
    display: flex;
    flex-direction: row;
}

.info-item:nth-of-type(2n) {
    margin-right: 0;
}

.info-item>.label {
    width: 1rem;
    min-width: 1rem;
    font-weight: 600;
    color: #121212;
    line-height: .3rem;
}

.info-item>.desc {
    width: calc(100% - 1rem);
    font-weight: 400;
    color: #4a4a4a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: .3rem;
}

.info-item-len {
    margin-top: .16rem;
    width: 100%;
}

.info-item-len>.desc {
    white-space: normal;
    overflow: visible;
    line-height: .3rem;
}

.dash-line {
    width: 100%;
    height: 1px;
    border-top: 1px dashed #D8D8D8;
}

.dc-tags-wrap {
    flex: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
    padding: .2rem 0;
}

.info-item-m-wrap>.desc {
    font-weight: 400;
    color: #4a4a4a;
    overflow-wrap: anywhere;
    white-space: normal;
    line-height: .24rem;
    margin-bottom: 0.12rem;
}

.detail-title {
    font-size: .16rem;
    color: #4A4A4A;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid #D8D8D8;
    line-height: .44rem;
}

.dc-tag-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #E5E7EB;
    border-radius: .22rem;
    font-size: .14rem;
    color: #374151;
    font-weight: 400;
    padding: .1rem .16rem;
    margin-right: .1rem;
    transition: all .3s;
    cursor: pointer;
    margin-bottom: .12rem;
}

.dc-project-wrap {
    padding: .2rem;
    box-sizing: border-box;
}

.dc-project-wrap>.project-item {
    width: 100%;
    margin-right: 0;
}

.dc-project-wrap>.project-item .pi-image>img {
    height: 100%;
}

.project-item>a {
    width: 100%;
}

.context {
    margin-top: .3rem;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    /* color: #4A4A4A; */
}

.h2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #121212;
    margin: .3rem 0rem .2rem 0rem;
}

.dc-left .dc-tags-wrap {
    margin: 0;
    padding: 0;
}

.other-page {
    font-size: 16px;
    line-height: 22px;
    color: #121212;
    margin-bottom: .2rem;
}

.other-page>a {
    text-decoration-line: underline;
    color: #121212 !important;
}

.detail-content .context img {
    width: 100% !important;
    height: auto !important;
    margin: .2rem 0rem;
}

.context p {
    margin: .12rem 0px;
}

.context h1,
.context h2,
.context h3,
.context h4,
.context h5,
.context h6 {
    margin: .14rem 0px;
}

.detail-content .context ul,
.detail-content .context ol {
    padding-left: .3rem;
    box-sizing: border-box;
}

#viewer-images {
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.loading-data-block {
    width: calc(100% - .6rem);
    height: calc(100% - .6rem);
    position: absolute;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .2);
    min-height: 3rem;
}

.loading-data-block>img {
    width: 50px;
    height: 50px;
    animation: rotating 1.5s infinite;
    position: fixed;
    top: calc(100vh * 50 / 100);
}

.loading-data-block>.loading-img {
    width: 50px;
    height: 50px;
    animation: rotating 1.5s infinite;
    position: fixed;
    top: calc(100vh * 50 / 100);
}

.v2upload-img-small>.v2upload-img-btn {
    width: 0.8rem!important;
    height: 0.8rem!important;
}

.v2upload-img-small>.v2upload-img-wrap>.v2upload-img-item {
    width: 0.8rem!important;
    height: 0.8rem!important;
}

.loading-more {
    padding-top: .24rem;
    padding-bottom: 1rem;
}

.loading-more>.loading-img {
    width: 35px;
    height: 35px;
    animation: rotating 1.5s infinite;
}

.search {
    position: relative;
}

.search-hot {
    display: none;
    position: absolute;
    top: 100%;
    left: .16rem;
    width: calc(100% - .32rem);
    background-color: #fff;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 5%);
    box-sizing: border-box;
    padding: .12rem;
    font-size: .14rem;
    color: #374151;
    z-index: 10;
}

.search-hot>p {
    line-height: .24rem;
    cursor: pointer;
}

.search-hot>p:hover {
    color: #58A474;
}

.dc-project-wrap-h5 {
    width: 100%;
    display: none;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.dc-project-wrap-h5>.project-item {
    width: calc((100% - 1 * .28rem) / 2);
    margin-right: .28rem;
    margin-bottom: .4rem;
}

.dc-project-wrap-h5>.project-item .pi-image>img {
    height: 100%;
}

.dc-project-wrap-h5>.project-item:nth-of-type(2n) {
    margin-right: 0rem;
}

.h2-h5 {
    display: none;
}

#footer-h5>a:last-child img {
    margin-right: .2rem;
}

#header-h5>.header-filter {
    display: flex;
}

#header-h5>.tags {
    display: flex;
}

#header-h5 .header-h5-search-params-wrap .search {
    display: flex;
    flex: 1;
}

#header-h5>.search>.search-keywords {
    flex: 1;
}

.highlight-txt {
    background-color: rgba(88, 164, 117, 0.2);
    display: block;
    /* color: #fff; */
}

.no-more {
    padding-top: 0.24rem;
    padding-bottom: 1rem;
}

.no-data {
    width: calc(100% - .6rem);
    height: calc(100% - .6rem);
    position: absolute;
    align-items: center;
    justify-content: center;
    display: flex;
}

.no-data>img {
    width: 1.2rem;
}

.detail-search-btn {
    width: .32rem;
    height: .32rem;
}

.h5-search-btn-wrap {
    width: 1.74rem;
    height: .48rem;
    padding: .1rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: row-reverse;
    border: 1px solid #E5E7EB;
    border-radius: 0.3rem;
    align-items: center;
    margin-left: auto;
}

.back-btn {
    display: none;
    flex-direction: row;
    align-items: center;
    font-size: .14rem;
    width: 11rem;
    margin: 0 auto;
    margin-top: .24rem;
    cursor: pointer;
    padding: 0rem .24rem;
}

.back-btn>img {
    width: .12rem;
    margin-right: .1rem;
}

#footer .links a {
    position: relative;
}

.links a {
    display: flex;
    flex-direction: row;
}

.wxin-img:hover .links-item-alert {
    display: block;
}

.links-item-alert {
    width: 1.5rem;
    height: 1.5rem;
    padding: .12rem;
    box-sizing: border-box;
    position: absolute;
    display: none;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.35);
    top: -1.65rem;
    background-color: #fff;
    border-radius: .1rem;
    left: -0.5rem;
}

.links-item-alert>img {
    width: 100%;
    height: 100%;
    margin: 0;
}

.links-item-alert::after {
    content: '';
    position: absolute;
    background-color: white;
    height: .1rem;
    width: .1rem;
    top: calc(100% - 0.05rem);
    left: .7rem;
    z-index: -1;
    transform: rotate(45deg);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.35);
}

.links-item-alert2 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #4a4a4a;
    box-sizing: border-box;
    position: absolute;
    display: none;
    /* width: 2rem; */
    left: -0.8rem;
    top: -1.67rem;
    width: 1.4rem;
}

.links-item-alert2>.con {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.35);
    border-radius: .1rem;
    height: 1.5rem;
    font-size: .14rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    justify-content: center;
    position: relative;
}

.links-item-alert2>.con::after {
    content: '';
    position: absolute;
    background-color: white;
    height: .1rem;
    width: .1rem;
    top: calc(100% - 0.05rem);
    z-index: -1;
    transform: rotate(45deg);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.35);
    left: 1.05rem !important;
}

.email-txt-wrap:hover .links-item-alert2 {
    display: flex;
}

.email-txt-btn {
    border: 1px solid #58A474;
    border-radius: 2px;
    color: #58A474;
    font-size: .14rem;
    font-weight: 400;
    padding: .04rem .08rem;
}

#footer .email-txt {}

#footer .links-item-alert2 .con>span {
    color: #58A474;
    margin-top: .1rem;
}

#header-h5 .header-filter {
    flex-wrap: wrap;
}

.h5-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.31);
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: none;
    opacity: 0;
    transition: all 0.3s;
}

.h5-wxin-modal {
    width: 50%;
    padding: 0.26rem .3rem;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: .12rem;
    text-align: center;
}

.h5-wxin-modal>img {
    width: 100%;
}
.search {
    transition: all .2s;
    border: 1px solid #58A474;
}
.search:hover {
    border: 1px solid #58A474;
}
.h5-clost-btn {
    width: .15rem;
    height: .15rem;
    margin-top: .24rem;
}
.reg-item {
    display: none;
}
.h5-wxin-modal-btn {
    width: 100%;
    text-align: center;
    padding: .08rem .18rem;
    color: #58A474;
    font-size: .14rem;
    font-weight: 400;
    margin-top: 0.12rem;
    box-sizing: border-box;
    border: 1px solid;
}

.post-content-menu {
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    width: 130px;
    display: none;
    display: flex;
    flex-direction: column;
}
.post-content-menu > a {
    width: 100%;
    margin-bottom: .12rem;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex-shrink: 0;
}

.banner-tags-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: .2rem;
}

.banner-tag-item {
    border-radius: 1rem;
    border: 1px solid #E5E7EB;
    margin-right: .12rem;
    margin-bottom: .12rem;
    padding: .08rem .16rem;
    color: #fff;
    font-size: .14rem;
    font-weight: 400;
    text-align: center;
}

.banner-tag-item:hover {
    border: 1px solid #58A474;
    box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
    /* color: #58A474; */
    background-color: #58A474;
    color: #fff;
}

.submit-comment-btn {
    width: .64rem;
    height: .29rem;

    position: absolute;
    bottom: .12rem;
    right: .12rem;
    background-color: #58A474;
    border-radius: 0.05rem;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #FFFFFF;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;

}

.menu-item {
    height: .4rem;
    width: 100%;
    background-color: #fff;
    transition: all .2s;
    font-weight: 400;
    font-size: .16rem;
    color: #9B9B9B;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-left: 0.04rem solid #fff;
    cursor: pointer;
    margin-bottom: .05rem;
}

.menu-item>img {
    width: .24rem;
    height: .24rem;
    margin-right: .26rem;
    margin-left: .14rem;
}

.menu-item:hover {
    background-color: #FCFCFC;
    color: #58A474;
    border-left: 0.04rem solid #58A474;
}

.menu-item-active {
    background-color: #FCFCFC;
    color: #58A474;
    border-left: 0.04rem solid #58A474;
}

.user-center-container {
    display: flex;
    flex-direction: row;
}

.user-center-con {
    display: none;
    opacity: 0;
    transition: all .3s;
}

.user-center-con-show {
    display: block;
    opacity: 1;
}

.dashboard-blocks {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-left: .3rem;
    box-sizing: border-box;
    margin: .3rem 0rem;
}

.dashboard-item {
    width: calc((100% - 0.45rem * 3) / 4);
    margin-right: .45rem;
    background: #E9F6E5;
    border-radius: .16rem;
    padding: .24rem;
    box-sizing: border-box;
    transition: all .2s;
    cursor: pointer;
}

.dashboard-item:hover {
    /* transform: scale(1.05); */
}

.dashboard-item:nth-of-type(4n) {
    margin-right: 0rem;
}


.dashboard-item>p {
    font-weight: 400;
    font-size: .14rem;
    line-height: .2rem;
    color: #1C1C1C;
}

.dashboard-item-bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: .24rem;
    color: #1C1C1C;
    margin-top: .08rem;
}

.dashboard-item-bottom>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #1C1C1C;
    font-size: .12rem;
    font-weight: 400;
}

.dashboard-item-bottom>div>img {
    width: .16rem;
    height: .16rem;
    margin-left: .02rem; 
}

.ucenter-project-item {
    width: calc((100% - 2 * .28rem) / 3);
    margin-right: .28rem !important;
    margin-bottom: .4rem;
}


.ucenter-project-item .pi-image>img {
    height: 234px;
}

.ucenter-project-item:nth-of-type(3n) {
    margin-right: 0px !important;
}

.message-wrap {
    padding-left: .3rem;
    box-sizing: border-box;
    width: 100%;
}

.choose-all-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: .24rem 0rem;
}

.choose-all-wrap>label {
    font-weight: 400;
    font-size: 14px;
    color: #4A4A4A;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.choose-all-wrap>label>input {
    margin-right: .1rem;
}

.choose-all-update {
    margin-left: .3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #58A474;
    border-radius: 2px;
    font-weight: 400;
    font-size: .12rem;
    color: #FFFFFF;
    padding: 0.08rem .24rem;
    cursor: pointer;
}

.message-content {
    width: 100%;
}

.message-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: .26rem;
}

.message-item>input {
    margin-right: .12rem;
    margin-top: 6px !important;
    cursor: pointer;
}

.message-item>.mi-con {
    flex: 1;
    font-style: normal;
    font-weight: 400;
    font-size: .14rem;
    line-height: .28rem;
    color: #000000;
    transition: all .2s;
}

.message-item>.mi-con:hover {
    color: #5a866b;
}

.mi-time {
    font-weight: 400;
    font-size: .12rem;
    line-height: .28rem;
    color: #9B9B9B;
    white-space: nowrap;
    margin-left: .3rem;
}

.user-detail-item {
    height: .22rem;
    border-left: 4px solid #4A4A4A;
    padding-left: .18rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: .46rem;
}

.user-detail-item>p {
    font-style: normal;
    font-weight: 500;
    font-size: .16rem;
    line-height: .22rem;
    color: #4A4A4A;
    width: 1.5rem;
}

.update-user-btn {
    border-radius: 5px;
    background-color: #58A474;
    width: 2.16rem;
    height: 0.45rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: .16rem;
    color: #FFFFFF;
    cursor: pointer;
}

.udi-value {
    height: .42rem;
    position: relative;
}

.udi-value>p {
    font-weight: 400;
    font-size: .16rem;
    line-height: .42rem;
    color: #4A4A4A;
    height: .42rem;
}

.fse-from-item {
    width: 400px;
    display: flex;
    flex-direction: column;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.fse-from-input {
    width: 400px;
    height: .34rem;
    padding: .07rem .1rem;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #E5E5E5;
    outline: none;
    position: relative;
    color: #666666;
    font-size: 14px;
}

.fse-from-input:hover {
    border: 1px solid #58A474;
}

.fse-from-input:focus {
    border: 1px solid #58A474;
}

.fse-from-input-select {
    cursor: pointer;
}

.fse-from-input-select:hover {
    border: 1px solid #58A474;
}

.fse-from-select {
    width: 100%;
    position: absolute;
    top: 32px;
    left: 0px;
    background-color: #fff;
    /* display: flex; */
    flex-direction: column;
    border: 1px solid #E5E5E5;
    display: none;
    z-index: 10;
}

.fse-from-select-value {
    color: #666666;
    font-size: 14px;
}

.fse-from-zk {
    position: absolute;
    right: 12px;
    width: 20px;
    top: 8px;
}

.from-select-item {
    display: block;
    height: 34px;
    width: 100%;
    line-height: 34px;
    font-size: 14px;
    color: #666667;
    padding: 0px 12px;
    box-sizing: border-box;
    transition: all .3s;
    cursor: pointer;
}

.from-select-item-active {
    background-color: #8fd1a7;
    color: #333333;
}

.from-select-item:hover {
    background-color: #8fd1a7;
    color: #333333;
}

.fse-from-input-select {
    cursor: pointer;
}

.fse-from-input-select:hover {
    border: 1px solid #58A474;
}

.hide2line {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hide3line {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.pagination-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 24px 0px;
}

.pagination-wrap .pre-page,
.pagination-wrap .next-page,
.pagination-wrap .page-item {
    width: 28px;
    height: 28px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin-left: 8px;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    cursor: pointer;
    transition: all .3s;
}

.page-item-active {
    border: 1px solid #58A474 !important;
    background-color: #58A474 !important;
    color: #fff !important;
}

.pre-page:hover {
    border: 1px solid #58A474 !important;
    background-color: #58A474 !important;
    color: #fff;
}

.page-item:hover {
    border: 1px solid #58A474 !important;
    background-color: #58A474 !important;
    color: #fff;
}

.page-item-more {
    border: 1px solid transparent !important;
}

.page-item-more:hover {
    border: 1px solid #58A474 !important;
    background-color: #58A474 !important;
    color: #fff !important;
}

.next-page:hover {
    border: 1px solid #58A474 !important;
    background-color: #58A474 !important;
    color: #fff !important;
}

.page-items {
    display: flex;
    flex-direction: row;
}

.message-item>.mi-link {
    width: 1.1rem;
    height: .28rem;
    background: #58A474;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: .12rem;
    color: #FFFFFF;
    margin-left: .5rem;
}

input[type=checkbox] {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    position: relative;
}

input[type=checkbox]::after {
    position: absolute;
    top: 0;
    color: #000;
    width: 16px;
    height: 16px;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: ' ';
    border-radius: 3px;
}

input[type=checkbox]:checked::after {
    content: "✓";
    color: #fff;
    font-size: 10px;
    line-height: 15px;
    background-color: #58A474;
}

.con-tabs-wrap {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    padding-left: .3rem;
}

.con-tabs-wrap .con-tabs {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #D8D8D8;
}

.con-tabs-item {
    padding: .1rem .16rem;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #4A4A4A;
    cursor: pointer;
    margin-right: .7rem;
    border-bottom: 2px solid transparent;
    transition: all .2s;
}

.con-tabs-item-active {
    border-bottom: 2px solid #58A474;
}

.con-tabs-item:hover {
    border-bottom: 2px solid #58A474;
}

.ini-scroll {
    max-height: 300px;
    overflow-y: scroll;
}
.ini-scroll::-webkit-scrollbar {
    width: 4px;
}

.ini-scroll::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

.ini-scroll::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 10px;
}

.ini-scroll::-webkit-scrollbar-thumb:hover {
    background: transparent;
    border-radius: 10px;
}

.ini-scroll::-webkit-scrollbar-thumb:active {
    background: transparent;
    border-radius: 10px;
}

.ini-scroll::-webkit-scrollbar {
    width: 4px;
}

.ini-scroll:hover:-webkit-scrollbar-track {
    background: rgba(179, 177, 177, 0.0);
    border-radius: 10px;
}

.ini-scroll:hover::-webkit-scrollbar-thumb {
    background: #D9D9D9;
    border-radius: 10px;
}

.ini-scroll::-webkit-scrollbar-thumb:hover {
    background: #D9D9D9;
    border-radius: 10px;
}

.ini-scroll::-webkit-scrollbar-thumb:active {
    background: rgb(68, 68, 68);
    border-radius: 10px;
}




textarea::-webkit-scrollbar {
    width: 4px;
}

textarea::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

textarea::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 10px;
}

textarea::-webkit-scrollbar-thumb:hover {
    background: transparent;
    border-radius: 10px;
}

textarea::-webkit-scrollbar-thumb:active {
    background: transparent;
    border-radius: 10px;
}

textarea::-webkit-scrollbar {
    width: 4px;
}

textarea:hover:-webkit-scrollbar-track {
    background: rgba(179, 177, 177, 0.0);
    border-radius: 10px;
}

textarea:hover::-webkit-scrollbar-thumb {
    background: #D9D9D9;
    border-radius: 10px;
}

textarea::-webkit-scrollbar-thumb:hover {
    background: #D9D9D9;
    border-radius: 10px;
}

textarea::-webkit-scrollbar-thumb:active {
    background: rgb(68, 68, 68);
    border-radius: 10px;
}

.con-label-desc {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #4A4A4A;
    position: absolute;
    left: 0;
    padding-left: .16rem;
    box-sizing: border-box;
    width: 100%;
    top: calc(100% + 6px);
}

.step-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
}

.step-wrap>div {
    display: flex;
    align-items: center;
    padding-left: 28px;
    box-sizing: border-box;
    /* justify-content: center; */
}

.arrow-button {
    /* cursor: pointer; */
    position: relative;
    /* width: 180px;
    height: 64px; */
    width: 200px;
    height: 56px;
    background: #fff;
    filter: url(#outlineDefault);
    margin-right: 56px;
}


/* .arrow-button:hover {
    filter: url(#outline);
    color: #3D4EAC;
} */

.arrow-button-active {
    filter: url(#outline)!important;
    color: #3D4EAC!important;
}

.arrow-button::after {
    content: "";
    position: absolute;
    width: 28px;
    height: 56px;
    top: 0;
    right: -28px;
    background: linear-gradient(-45deg, transparent 0, transparent 20px, #fff 20px, #fff 100%), linear-gradient(-135deg, transparent 0, transparent 20px, #fff 20px, #fff 100%);
    background-size: 28px 28px;
    background-repeat: no-repeat;
    background-position: 0 bottom, 0 top;
}

.arrow-button2 {
    /* cursor: pointer; */
    position: relative;
    /* width: 180px;
    height: 64px; */
    width: 200px;
    height: 56px;
    background: #fff;
    margin-right: 56px;
    filter: url(#outlineDefault);
}

.arrow-button2:hover {
    /* filter: url(#outline);
    color: #3D4EAC; */
}

.arrow-button2::before {
    content: "";
    position: absolute;
    width: 28px;
    height: 56px;
    top: 0;
    left: -28px;
    background: linear-gradient(135deg, transparent 0, transparent 20px, #fff 20px, #fff 100%), linear-gradient(45deg, transparent 0, transparent 20px, #fff 20px, #fff 100%);
    background-size: 28px 28px;
    background-repeat: no-repeat;
    background-position: 0 bottom, 0 top;
}

.arrow-button2::after {
    content: "";
    position: absolute;
    width: 28px;
    height: 56px;
    top: 0;
    right: -28px;
    background: linear-gradient(-45deg, transparent 0, transparent 20px, #fff 20px, #fff 100%), linear-gradient(-135deg, transparent 0, transparent 20px, #fff 20px, #fff 100%);
    background-size: 28px 28px;
    background-repeat: no-repeat;
    background-position: 0 bottom, 0 top;
}

.arrow-button3 {
    /* cursor: pointer; */
    position: relative;
    /* width: 180px;
    height: 64px; */
    width: 200px;
    height: 56px;
    background: #fff;
    /* margin-right: 56px; */
    filter: url(#outlineDefault);
}

.arrow-button3:hover {
    /* filter: url(#outline);
    color: #3D4EAC; */
}

.arrow-button3::before {
    content: "";
    position: absolute;
    width: 28px;
    height: 56px;
    top: 0;
    left: -28px;
    background: linear-gradient(135deg, transparent 0, transparent 20px, #fff 20px, #fff 100%), linear-gradient(45deg, transparent 0, transparent 20px, #fff 20px, #fff 100%);
    background-size: 28px 28px;
    background-repeat: no-repeat;
    background-position: 0 bottom, 0 top;
}

.step-container {
    margin-top: .46rem;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 40px rgba(175, 175, 175, 0.16);
    border-radius: 12px;
    padding: .34rem .4rem;
    box-sizing: border-box;
    position: relative;
    margin-bottom: .4rem;
}

.step-con {
    width: 100%;
    display: none;
}

.step-con-show {
    display: block;
}

.con-item-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: .4rem;
}

.red {
    color: rgba(247, 52, 55, 1);
}

.v2tips {
    width: .16rem;
    height: .16rem;
    margin: 0rem 0.03rem;
    cursor: pointer;
    position: relative;
}

.v2tips-img {
    width: 100%;
    height: 100%;
}

.v2tips-con {
    display: none;
    position: absolute;
    top: 0;
    transform: translateY(calc(-100% - 16px));
    left: calc(100% - 28px);
    background-color: #fff;
    color: #9b9b9b;
    font-size: .12rem;
    padding: .06rem .14rem;
    box-sizing: border-box;
    /* white-space: nowrap; */
    /* border: 1px solid rgba(0, 0, 0, 0.1); */
    border-radius: 0.04rem;
    /* max-width: 3rem; */
    min-width: 2rem;
    filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, .5));
}

.v2tips-con>p {
    width: 100%;
    line-height: .20rem;
    font-weight: 400;
}

.v2tips-con::after {
    content: '';
    /* box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4); */
    position: absolute;
    bottom: -8px;
    left: 12px;
    width: 0;
    height: 0;
    border-top: 8px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.con-item-wrap .con-label {
    height: .16rem;
    width: 1.6rem;
    display: flex;
    align-items: center;
    border-left: 4px solid #4A4A4A;
    position: relative;
    padding-left: .16rem;
    box-sizing: border-box;
    font-weight: 500;
    font-size: .16rem;
    color: #4A4A4A;
    margin: .13rem 0rem;
}

.con-item-wrap .con-content {
    flex: 1;
}
.step-con .con-content{
    position: relative;
}

.v2upload-img {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.v2upload-img-btn {
    width: 1.6rem;
    height: 1.6rem;
    background: #EBF8F1;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all .2s;
    border: 1px solid transparent;
    margin-right: .16rem;
    margin-bottom: .16rem;
}

.v2upload-img-btn:hover {
    border: 1px solid #58a4748f;
}

.v2upload-img-btn>img {
    width: .36rem;
    height: .36rem;
}

.v2upload-img-btn>input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.upload-other-btn>input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

#editor-container {
    height: 550px;
    margin-bottom: .4rem;
}

.tags-mlti {
    flex: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
    /* padding: 0px .3rem; */
}

.preview-btn {
    height: .44rem;
    position: absolute;
    right: .14rem;
    top: 0rem;
    font-size: .14rem;
    color: #58A474;
    cursor: pointer;
    line-height: .44rem;
}

.post-preview-modal-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 200;
    display: none;
}

.post-preview-modal {
    z-index: 201;
    position: absolute;
    top: 1.2rem;
    margin: 0 auto;
    left: 0;
    right: 0;
    background-color: #fff;
    border-radius: 0.06rem;
    padding: .04rem;
    box-sizing: border-box;
    min-height: 560px;
    display: none;
}

.v2-post-rich-content {
    font-size: 13px;
}

.v2-post-rich-content .ql-editor {
    white-space: normal;
}

.tag-mlti-item,
.cus-tags-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #E5E7EB;
    border-radius: .22rem;
    font-size: .14rem;
    color: #9B9B9B;
    font-weight: 400;
    padding: .1rem .16rem;
    margin-right: .2rem;
    transition: all .3s;
    cursor: pointer;
    margin-bottom: .2rem;
}

.tag-mlti-item:hover {
    border: 1px solid #58A474;
    box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
    color: #58A474;
    background-color: #fff;
    /* color: #fff; */
}

.tag-mlti-item-active {
    border: 1px solid #58A474;
    box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
    color: #58A474;
    background-color: #fff;
    /* color: #fff; */
}

.tag-mlti-item>span {
    margin: 0rem .08rem;
}

.v2base-input {
    width: 360px;
    border-radius: 10px;
    height: .42rem;
    box-sizing: border-box;
    padding: 8px 12px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    font-size: .14rem;
}

.cus-tags-input {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: .2rem;
}

.v2simple-btn {
    background: #fff;
    border-radius: 5px;
    margin-left: .12rem;
    font-weight: 500;
    border: 1px solid #58A474;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #58A474;
    justify-content: center;
    cursor: pointer;
}

.v2default-btn {
    background: #58A474;
    border-radius: 5px;
    margin-left: .12rem;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    justify-content: center;
    cursor: pointer;
}

.add-cus-tag-btn {
    width: .74rem;
    height: .42rem;
}

.cus-tags-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* border: 1px solid #58A474;
    box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
    color: #58A474;
    background-color: #fff; */
}

.cus-tags-item:hover {
    border: 1px solid #58A474;
    box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
    color: #58A474;
    background-color: #fff;
}

.submit-bottom-fun-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.v2upload-img-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.v2upload-img-wrap>.v2upload-img-item {
    width: 1.6rem;
    height: 1.6rem;
    background: #EBF8F1;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all .2s;
    border: 1px solid transparent;
    margin-right: .16rem;
    margin-bottom: .16rem;
}

.v2upload-img-wrap>.v2upload-img-item>.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.v2upload-img-wrap>.v2upload-img-item .v2upload-img-item-remove {
    width: .2rem;
    height: .2rem;
    position: absolute;
    top: -0.1rem;
    right: -0.1rem;
    cursor: pointer;
}

.upload-other-btn {
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.016);
    border-radius: 2px;
    width: 110px;
    height: 32px;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, 0.85)
}

.upload-other-btn>img {
    width: .14rem;
    height: .14rem;
    margin-right: .08rem;
}

.upload-other-file-con {
    margin-top: .24rem;
    display: flex;
    flex-direction: column;
}

.uploaded-con-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 3rem;
    padding: .06px .14rem;
    box-sizing: border-box;
}

.uploaded-con-item p {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #58A474;
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.uploaded-con-item .link {
    width: .16rem;
    height: .16rem;
    margin-left: .1rem;
}

.del-uploaded-con-item-btn {
    width: .16rem;
    height: .16rem;
    margin-left: auto;
    cursor: pointer;
}
.support-post-btn {
    position: relative;
}
.follwer-post-btn {
    position: relative;
}

.uploaded-con-item:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.home-data-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-h5-menu {
    width: .22rem;
    height: .22rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-h5-menu > img {
    width: .22rem;
    height: .16rem;
}
.header-h5-search-params-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 0.6rem;
    padding: 0rem .2rem;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 11%);
    z-index: 5;
}
.header-h5-filter-content {
    display: none;
    flex-direction: column;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background-color: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    z-index: 4;
    padding: .12rem .2rem;
    box-sizing: border-box;
}
.header-h5-filter-content .tags {
    max-height: 180px!important;
    overflow-y: scroll;
}
.header-h5-menu-style {
    display: none;
    flex-direction: column;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background-color: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    z-index: 2;
    padding-bottom: .2rem;
    padding-top: 0.1rem;
}
.header-h5-menu-style > a {
    display: block;
    font-weight: 400;
font-size: .18rem;
color: #121212;
padding: .09rem .16rem;
box-sizing: border-box;
border-left: 2px solid #fff;
margin-bottom: .06rem;
}
.header-h5-user-menu-content > a {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #9B9B9B;
    font-weight: 400;
    font-size: .16rem;
}
.header-h5-user-menu-content > a > img {
    height: .24rem;
    width: .24rem;
    margin-right: .24rem;

}
.h5-nav-item-active {
    color: #58A474!important;
    border-left: 2px solid #58A474!important;
}
.header-h5-spw-cate {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.header-h5-spw-cate > .search {
    width: 100%!important;
}
.h5-catedesc-title {
    display: none;
    width: calc(100% - 0.6rem);
    margin:0.3rem;
}
.h5-catedesc-title > .category-title {
    display: flex!important;
}
.h5-fixed-menu {
    width: .44rem;
    height: .44rem;
    position: fixed;
    right: .2rem;
    bottom: 1.6rem;
}
.h5-menu-container {
    display: none;
    position: fixed;
    top: .6rem;
    height: calc(100vh - .6rem);
    width: 100%;
    background: rgba(0, 0, 0, 0.72);
}
.h5-menu-content {
    width: 55%;
    background-color: #fff;
    height: 100%;
    position: absolute;
    right: 0px;
    left: 100%;
    transition: all .2s;
    display: flex;
    flex-direction: column;
    padding: .16rem;
    box-sizing: border-box;
    
}
.h2-menu-content-title {
    width: 100%; color: #4a4a4a; font-size: .18rem; 
    display: flex;flex-direction: row;align-items: center;
    margin-bottom: .2rem;
}
.h2-menu-content-title > img {
    width: .16rem;
    height: .12rem;
    margin-right: .04rem;
}
.h5-menu-content > a {
    margin-bottom: .2rem;
}
.h5-menu-content > [data-type=h1] {
    font-weight: 600!important;
    font-size: 16px!important;
    color: #4a4a4a;
    line-height: 21px;
}
.h5-menu-content > [data-type=h2] {
    font-weight: 600!important;
    font-size: 12px!important;
    color: rgba(74, 74, 74, 0.64);
    line-height: 14px;
}
.view-comment-wrap {
    display: flex;
}
.h5-view-comment-wrap {
    display: none;
}
.h5-view-comment-wrap > div {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.header-h5-user-logo {
    border-radius: 50%;
}
.h5-user-con4-a {
    display: none;
}
.logout-btn-h5 {
    display: none!important;
}
.write-post-btn-h5 {
    display: none!important;
}

#upload-avatar-btn-h5 {
    display: none;
}
.pc-user-login-btn {
    position: relative;
}
.logout-pc {
    position: absolute;
    display: none;
    width: 100%;
    top: 100%;
    left: 0rem;

}
.detail-info > .info-item  {
    position: relative;
}
.logout-pc >  div {
    margin-top: .06rem;
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
    align-items: center;
    background-color: #fff;
    padding: 0.1rem 0rem;
    width: 100%;
    border-radius: 0.12rem;
    justify-content: center;
    color: #8a8a8a;
    font-size: .12rem;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 11%);
}
.pc-user-login-btn:hover .logout-pc {
    display: flex;
}

.form-sinp-err{
    color:#ED7735;font-size:.12rem; font-weight: 400;position:absolute;
    top: calc(100% + 0.06rem);
}
@keyframes rotating {
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 576px) {
    .project-item {
        width: 100%;
        margin-right: .0rem !important;
        margin-bottom: .2rem;
    }
    .info-item {
        width: 100%;
        margin-right: 0px;
    }
    .dc-project-wrap-h5>.project-item {
        width: 100%;
        margin-right: 0rem !important;
        margin-bottom: .24rem;
    }
    .project-item .pi-image>img {
        height: calc(((100vw - 0 * 0.28rem - .6rem) / 1) * 78 / 100);
    }
    .dc-project-wrap-h5>.project-item .pi-image>img {
        height: 100%;
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .project-item {
        width: calc((100% - 1 * .28rem) / 2);
        margin-right: .28rem !important;
        margin-bottom: .4rem;
    }
    .project-item .pi-image>img {
        height: calc(((100vw - 1 * 0.28rem - .6rem) / 2) * 78 / 100);
    }
    .project-item:nth-of-type(2n) {
        margin-right: 0px !important;
    }
    .project-item:nth-of-type(3n) {
        margin-right: .28rem!important;
    }
    .dc-project-wrap-h5>.project-item {
        width: calc((100% - 1 * .28rem) / 2);
        margin-right: .28rem;
        margin-bottom: .4rem;
    }
    .dc-project-wrap-h5>.project-item:nth-of-type(2n) {
        margin-right: 0rem !important;
    }
    .dc-project-wrap>.project-item .pi-image>img {
        height: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .project-item {
        width: calc((100% - 2 * .28rem) / 3);
        margin-right: .28rem !important;
        margin-bottom: .4rem;
    }
    .project-item .pi-image>img {
        height: calc(((100vw - 2 * 0.28rem - .6rem) / 3) * 78 / 100);
    }
    .project-item:nth-of-type(3n) {
        margin-right: 0px !important;
    }
    .dc-project-wrap-h5>.project-item {
        width: calc((100% - 1 * .28rem) / 2);
        margin-right: .28rem;
        margin-bottom: .4rem;
    }
    .dc-project-wrap-h5>.project-item:nth-of-type(2n) {
        margin-right: 0rem !important;
    }
    .dc-project-wrap>.project-item .pi-image>img {
        height: 100%;
    }
}

@media screen and (min-width: 1200px) {
    .detail-content {
        width: 11rem;
    }
}

@media screen and (min-width: 768px) {
    #header-h5 {
        display: none;
    }
    .h5-fixed-menu {
        display: none!important;
    }
    .h5-view-comment-wrap {
        display: none!important;
    }

}

@media screen and (max-width: 768px) {
    .loading-data-block {
        /* width: 100%!important; */
        background-color:rgba(255, 255, 255, 0)!important;
        left: .3rem!important;
    }
    .home-data-wrap {
        min-height: calc(100vh - 2.1rem);
    }
    .user-center-menu {
        display: none!important;

    }
    #upload-avatar-btn-h5 {
        display: block;
    }
    .user-center-container {
        width: 100%!important;
        padding: 0rem!important;
    }
    .user-center-right {
        width: 100%!important;
    }
    .write-post-btn {
        display: none!important;
    }
    .con-tabs-wrap {
        padding-left: 0rem;
    }
    .uc-pi-control {
        display: none!important;
    }
    .write-post-btn-h5 {
        display: flex!important;
    }
    .h5-user-con4-a {
        display: block!important;
        margin: 0 auto;
        margin-bottom: 0.34rem;
    }
    .message-wrap {
        padding: .3rem!important;
        box-sizing: border-box;
    }
    .choose-all-wrap {
        display: none!important;
    }
    .message-item {
        display: flex;
        flex-direction: column;
    }
    .mi-time {
        margin-left: 0rem;
    }
    .message-item > input {
        display: none!important;
    }
    .message-item > .mi-link{
        display: none!important;
    }
    .user-center-con-3 .chart-con-tabs-wrap {
        display: none!important;
    }
    .dashboard-line-charts {
        display: none!important;
    }
    .user-center-con-3 .dashboard-blocks {
        display: flex;
        flex-direction: column;
        padding: .24rem .3rem;
        box-sizing: border-box;
    }
    .user-center-con-3 .dashboard-item {
        width:100%;
        margin-bottom: .2rem;
    }
    .no-data {
        /* width: 100%!important; */
    }
    .user-center-right {
        min-height: calc(100vh - 2.1rem);
    }

    .user-detail-item {
        display: flex;
        flex-direction: column;
        padding-left: 0rem;
        border: none;
        font-weight: 500!important;
        font-size: 16px!important;
        line-height: 22px!important;
        color: #4A4A4A!important;
        margin-bottom: .5rem!important;
    }
    .user-detail-item > p {
        width: 100%;
        
    }
    .udi-value {
        width: 100%;
    }
    .udi-value>p {
        color: #9B9B9B!important;
    }
    .con-tabs-wrap > .con-tabs {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .con-tabs-item {
        margin-right: 0rem;
        flex: 1;
        max-width: 33.33%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .con-tabs-item-active {
        color: #121212!important;
        font-weight: 700;
    }
    .user-center-con .container {
        padding: .24rem .3rem!important;
    }
    .update-user-btn {
        display: none!important;
    }
    .user-detail-wrap {
        padding: .3rem!important;
        box-sizing: border-box;
    }
    .logout-btn-h5 {
        display: flex!important;
    }

    .loading-more {
        padding-top: .12rem;
        padding-bottom: .12rem;
    }
    .loading-more>.loading-img {
        width: 25px;
        height: 25px;
        animation: rotating 1.5s infinite;
    }
    .no-more {
        padding: 0px;
    }
    #header-h5 {
        display: flex;
        flex-direction: column;
    }
    .login-wrap label>input {
        width: 100% !important;
    }
    #header {
        display: none;
    }
    #footer-h5 {
        display: flex;
    }
    .h5-catedesc-title {
        display: block;
    }
    .dashboard-blocks {
        margin: 0rem!important;
    }
    #app {
        padding-bottom: 0rem!important;
        padding-top: .6rem!important;
    }
    .view-comment-wrap {
        display: none!important;
    }
    .h5-view-comment-wrap {
        display: flex;
    }
    .submit-con-wrap {
        width: 100%!important;
        margin-left: 0rem!important;
    }
    .b-loding-wrap {
        width: 80%!important;
        padding: .4rem .12rem!important;
    }
    .header-pc-filter {
        display: none;
    }
    .b-login-btn {
        margin-top: .1rem!important;
    }
    #footer {
        display: none;
    }
    .detail-header-h5 .search-keywords {
        max-width: 2.1rem;
        width: 1rem;
    }
    #header-h5 .search {
        /* width: calc(100% - 0.6rem); */
        /* margin-left: 0; */
    }
    #header-h5 .search-keywords {
        flex: 1;
    }
    #header-h5 .header-filter {
        padding: 0rem 0.0rem 0.05rem 0.0rem;
    }
    #header-h5 .header-filter>.filter {
        /* margin-left: .1rem; */
    }
    #header-h5 .tag-item {
        margin-bottom: .1rem;
    }
    #header-h5>.tags {
        margin-bottom: .14rem;
    }
    .address-wrap {
        width: 100vw;
        left: -0.3rem;
    }
    .address-content {
        width: 100%;
    }
    .address-content::after {
        content: '';
        position: absolute;
        background-color: white;
        height: 0.1rem;
        width: 0.1rem;
        top: 0.04rem;
        left: 0.5rem;
        z-index: -1;
        transform: rotate(45deg);
        box-shadow: 0px 2px 10px rgb(0 0 0 / 35%);
    }
    .banner-title {
        width: 100%;
        padding: 0px 0.2rem 0.2rem 0.2rem;
        background: linear-gradient(357.58deg, rgba(0, 0, 0, 0.6) 2.06%, rgba(255, 255, 255, 0) 80.02%);
        backdrop-filter: blur(1px);
    }
    .banner-title>p {
        font-size: .2rem;
        line-height: .24rem;
    }
    .detail-content {
        padding: .24rem 0.24rem;
    }
    .back-btn {
        display: block;
    }
    .banner-tag-item {
        font-size: .09rem;
        padding: 0.05rem 0.08rem;
    }
}

@media screen and (max-width: 1100px) {
    .dc-right {
        display: none;
    }
    .dc-project-wrap-h5 {
        display: flex;
    }
    .h2-h5 {
        display: block;
    }
    .detail-content {
        padding: .24rem 0.24rem;
        padding-bottom: .5rem;
        width: 100%;
        box-sizing: border-box;
    }
    .dc-left {
        width: 100%;
    }
}

.b-loding-wrap-modal {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 99;
    display: none;
    opacity: 0;
    transition: all .2s;
}

.close-login-wrap {
    position: absolute;
    right: .14rem;
    top: .14rem;
    transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.close-login-wrap:hover {
    transform: scale(1.2);
    transform: rotate(90deg);
}

.b-loding-wrap {
    width: 5.2rem;
    z-index: 100;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0px auto;
    background-color: #fff;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
    border-radius: 17px;
    padding: .4rem;
    box-sizing: border-box;
    display: none;
    opacity: 0;
    flex-direction: column;
    align-items: center;
    transform: translateY(-100%);
    transition: all .2s;
}

.b-loding-wrap>.logo {
    margin-bottom: .4rem;
}

.login-wrap {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: .16rem;
    color: #4a4a4a;
}

.login-wrap label {
    margin-bottom: 16px;
}

.login-wrap label>span {
    display: block;
}

.login-wrap label>input {
    width: 100%;
    border-radius: 10px;
    margin-top: 13px;
    padding: 8px 12px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    box-sizing: border-box;
}

.b-login-btn {
    width: 100%;
    background-color: #58A474;
    color: #fff;
    font-size: .16rem;
    font-weight: 700;
    text-align: center;
    padding: 16px 12px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-top: 12px;
    cursor: pointer;
}
.login-wrap > .loading-data-block {
    left: 0rem!important;
}
.user-center-con .no-data {
    width: 100%!important;
}
.fse-from-select-search {
    width: 100%;
    height: 100%;
    padding-left: .28rem;
    box-sizing: border-box;
}
.download-btn {
    cursor: alias!important;
    
}
.download-btn:hover{
    
    text-decoration: underline;
}