html{
    height: 100%;
}
.m_demandCont{
    width: 100%;
    height: calc( 100% - 4.4rem);
    overflow: auto;
    background: #F7F8FA;
}
.serveList{
    width: 100%;
    height: auto;
    padding:0 1rem 1rem 1rem;
}
.serve{
    width: 100%;
    height: auto;
}
.serve>a{
    display: block;
    border-radius: 0.8rem;
    background: #fff;
    margin-top: 1rem;
    padding: 1rem;
    display: flex;
}
.serveMsg{
    flex: 1;
    padding-left: 1rem;
    padding-top: 0.5rem;
}

.serveIcon{
    width: 7.8rem;
    height: 7.8rem;
    border-radius: 0.8rem;
    overflow: hidden;
}
.serveIcon img{
    width: 100%;
    height: 100%;
}
.n{
    width: 100%;
    height: 2.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.n p:nth-child(1){
    font-size: 1.8rem;
    color: #333;
    font-weight: 550;
    display: flex;
    align-items: center;
}
.n p:nth-child(1) img{
    width: 1.7rem;
    height: auto;
    display: block;
}
.n p:nth-child(2){
    font-size: 1.2rem;
    color: #999;
}
.ids{
    width: 100%;
    height: 1.8rem;
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
}
.ids p{
    font-size:1.2rem;
    color: #666;
}
.ids p.s{
    margin: 0 0.4rem 0 0.6rem;
    height: 1.2rem;
    width: 1px;
    border-right: 1px solid #666;
}
.ids p span{
    color: #FF2D50;
    padding: 0 0.3rem;
}
.serveMsg .serveText{
    width: 100%;
    height: 1.8rem;
    display: flex;
    align-items: center;
    line-height: 1.8rem;
}
.serveMsg .serveText .text1{
    font-size: 1.2rem;
    color: #666;
    margin-top: 0.5rem;
    line-height: 1.8rem;
}

/*  主页详情样式 */
.detailCont{
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #fff;
    overflow: auto;
}
.goBackBtn{
    padding-left: 1rem;
}
.goBack{
    width: 3.2rem;
    height: 3.2rem;
    display: flex;
    background-color: rgba(255,255,255,0.8);
    border-radius: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 1rem;
    z-index: 3;
}
.goBack img{
    width: 1.4rem;
    height: auto;
}
.userBackground{
    width: 100%;
    height: 27rem;
}
.userBackground img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.userContext{
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 2rem 2rem 0 0;
    margin-top: -5rem;
    position: relative;
    padding: 1.6rem 1rem;
    padding-bottom: 7rem;
}
.userIcon{
    width: 10rem;
    height: 10rem;
    border: 0.2rem solid #fff;
    border-radius: 100%;
    position: absolute;
    right: 1rem;
    top: -2rem;
    overflow: hidden;
}
.userIcon img{
    width: 100%;
    height: 100%;
}
.userMsg .n p{
    font-size: 2rem;
}
.userMsg .n p span{
    margin-left: 0.8rem;
}
.userMsg .ids{
    margin-top: 1rem;
}
.userMsg .ids p{
    font-size:1.4rem;
    color: #333;
}
.userMsg .ids p.s{
    font-size:1.6rem;
    color: #666;
}
.m_shequText{
    margin-top: 1rem;
}
.m_shequText .text{
    max-height: 1.5em;
}
.m_shequText .text a{
    font-size: 1.4rem;
    color: #666;
    width: calc( 100% - 30px );
    display: block;
}
.exp:checked+.text a{
    width: auto;
}
.m_shequText .text .btn{
    margin-left: 3px;
}
.m_shequText .text .btn::after {
    content: '...';
    color: #666;
    padding-right: 2rem;
}
.exp:checked+.text .btn::after {
    content: '';
    background: url(../images/top.png) no-repeat right center /2rem auto;
    padding-right: 2rem;
}
.ads{
    width: 100%;
    height: 7.2rem;
    margin-top: 1rem;
    border-radius: 0.8rem;
    overflow: hidden;
}
.ads a{
    width: 100%;
    height: 100%;
    padding: 1rem;
    padding-left: 1.5rem;
    display: block;
    background: url('../images/userhomebkg.png') no-repeat center center/ 100% 100%;
}
.idsName{
    width: 100%;
    height: 2.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.idsName p{
    font-size: 1.6rem;
    color: #333;
    font-weight: 550;
}
.idsName p:nth-child(2){
    font-size: 1.4rem;
    font-weight: 500;
    color: #333;
    background: url('../images/userdh.png') no-repeat left center / 1.8rem auto;
    padding-left: 2rem;
}
.idsDetail{
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.4rem;
    color: #666;
    margin-top: 0.6rem;
}
.userWorks{
    width: 100%;
    height: auto;
    margin-top: 2rem;
}

.userWorks .title{
    font-size: 2rem;
    color: #333;
    line-height: 2.3rem;
}
.worksList{
    width: 100%;
    height: auto;
    margin-top: 1rem;
}
.worksList::after{
    content: '';
    display: table;
    clear: both;
}
.workImg{
    width: calc((100% / 2) - 0.7rem);
    height: 24rem;
    border-radius: 0.8rem;
    overflow: hidden;
    float: left;
    margin-right: 0.7rem;
    margin-top: 0.7rem;
}
.workImg a{
    width: 100%;
    height: 100%;
    display: block;
}
.workImg a img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.workImg:nth-child(1),.workImg:nth-child(2){
    margin-top: 0;
}
.workImg:nth-child(2n){
    margin-right: 0;
}
.userMsgText{
    font-size: 1.6rem;
    color: #333;
    line-height: 2.1rem;
    margin-top: 1rem;
}
.notWorks{
    width: 100%;
    height: auto;
    margin-top: 10rem;
    display: flex;
    flex-direction:column;
    align-items: center;
}
.notWorks img{
    width: 55%;
    height: auto;
}
.notWorks p{
    font-size: 1.4rem;
    color: #999;
    margin-top: 2rem;
}
.m_downloadBtn{
    float: right;
    width: 16rem;
    line-height: 3.4rem;
    display: flex;
    align-items: center;
}

.m_downloadBtn span{
    margin: 0;
}
