html {
    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 {
    padding: 0 0.5rem;
    font-size: 1.6rem;
    color: #666;
}

.ids p span {
    color: #FF2D50;
    padding: 0 0.3rem;
}

.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%;
}

.userContext {
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 2rem 2rem 0 0;
    margin-top: -7rem;
    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;
}

.userIconMsg .text {
    max-height: 1.5em;
}

.m_shequText .text a {
    font-size: 1.4rem;
    color: #666;
}

.m_shequText a {
    font-size: 1.4rem;
    color: #666;
}

.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: 3.5rem;
}

.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 {
    display: flex;
    align-items: center;
}

.workImg a img {
    width: 100%;
    height: auto;
}

.workImg:nth-child(1), .workImg:nth-child(2) {
    margin-top: 0;
}

.workImg:nth-child(2n) {
    margin-right: 0;
}

.m_senc {
    font-size: 1.2rem;
    color: #999;
    line-height: 2rem;
    padding-left: 1rem;
}

.userMsgText {
    font-size: 1.6rem;
    color: #333;
    line-height: 2.1rem;
    margin-top: 2rem;
}

.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;
}

/* 主页 */
.homeContext {
    width: 100%;
    height: auto;
    padding-top: 6rem;
    background-size: 100% 100%;
}

.userIconMsg {
    width: 100%;
    height: auto;
    padding: 1rem;
}

.userPortrait {
    width: 100%;
    display: flex;
}

.userIconMsg .icon {
    width: 8rem;
    height: 8rem;
    border-radius: 100%;
    overflow: hidden;
}

.userIconMsg .icon img {
    width: 100%;
    height: 100%;
}

.userIconMsg .msg {
    flex: 1;
    padding-left: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.userIconMsg .msg .name {
    font-size: 2rem;
    color: #fff;
}

.userIconMsg .msg .ids {
    margin: 0;
}

.userIconMsg .msg .ids p {
    color: #fff;
}

.userIconMsg .msg .ids p img {
    width: 1.6rem;
    height: auto;
}

.userIconMsg .msg .ids p.firm {
    display: flex;
    align-items: center;
}

.userIconMsg .msg .ids p.firm img {
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 0.5rem;
}

.state {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.state p {
    display: flex;
}

.state p span {
    display: inline-block;
    padding: 0.3rem 0.6rem;
    border-radius: 3.1rem;
    background-color: rgba(247, 248, 250, 0.3);
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #fff;
    margin-right: 0.5rem;
}

.state p span img {
    width: 1.6rem;
    height: auto;
    margin-right: 0.2rem;
}

.state a {
    font-size: 1.2rem;
    color: #ccc;
    display: flex;
    align-items: center;
}

.state a img {
    width: 1.4rem;
    height: auto;
    margin-right: 0.2rem;
}

.introductory {
    margin-top: 1rem;

}

.introductory .m_shequText .text a {
    font-size: 1.4rem;
    color: #fff;
}

.other {
    width: 100%;
    height: 5rem;
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.otherNum {
    display: flex;
}

.otherNum p {
    height: 4.6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 3rem;
}

.otherNum p span {
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
}

.otherNum p span:nth-child(2) {
    font-size: 1.2rem;
}

.otherFocus {
    width: 8.6rem;
    height: 3.4rem;
    background-color: #FF2D50;
    border-radius: 1.7rem;
}

.otherFocus a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    color: #fff;
}

.otherFocus a img {
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 0.5rem;
}

.business {
    width: 100%;
    height: auto;
    padding: 1rem;
    background-color: #F7F8FA;
    padding-bottom: 0;
}

.userBusiness{
    width: 100%;
    height: 9rem;
    background: linear-gradient(70deg, #FFDEDE 0%, #FFFFFF 100%);
    border-radius: 0.8rem;
    box-shadow: 0px 2px 2px 0px rgba(232,232,242,0.5);
    border: 1px solid rgba(255, 222, 222, 1);
}
.userBusiness>a{
    display: flex;
    padding: 1rem;
}

.busUserIcon {
    width: 7rem;
    height: 7rem;
    border-radius: 0.8rem;
    overflow: hidden;
}

.busUserIcon img {
    width: 100%;
    height: 100%;
}

.userBusMsg {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 1.2rem;
}

.usern {
    display: flex;
    height: 2rem;
    align-items: center;
    justify-content: space-between;
}

.usern p {
    font-size: 1.6rem;
    color: #333;
    line-height: 2rem;
    max-width: 9em;
}

.usern span {
    display: block;
    border-radius: 1.1rem;
    border: 1px solid #FF2D50;
    padding: 0.2rem 0.8rem;
    color: #FF2D50;
    font-size: 1.2rem;
}

.userBar {
    width: 100%;
    display: flex;
}

.userBar span{
    padding: 0.2rem 0.6rem;
    background: #FFF4F6;
    border-radius: 2.2rem;
    border: 1px solid #FFFFFF;
    margin-right: 0.5rem;
    font-size: 1rem;
    color: #666;
    line-height: normal;
}

.userIntro {
    width: 100%;
    height: auto;
}

.userIntro p {
    font-size: 1.4rem;
    color: #666666;
}

.work_cont {
    width: 100%;
    height: auto;
    background-color: #F7F8FA;
    padding: 0 1rem;
    padding-bottom: 7rem;
    padding-top: 1rem;
}

.m_shequcontent {
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 0.8rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    overflow: hidden;
}

.m_shequcont {
    width: 100%;
    height: auto;
    padding: 1rem 1rem 0.6rem 1rem;
    padding-top: 0;
}

.m_headCont {
    font-size: 1.6rem;
    line-height: 1.6rem;
    font-weight: 550;
}

.m_headCont a {
    color: #333;
    display: block;
}

.m_shequImg {
    width: 100%;
    padding: 0 1rem;
    overflow: hidden;
    position: relative;
}

.m_shequImg span {
    width: calc(100% / 3);
    float: left;
    padding: 0 0.25rem;
    margin-bottom: 1rem;
}

.m_shequImg img {
    width: 100%;
    height: 100%;
    border-radius: 0.4rem;
}

.m_shequImg::after {
    content: '';
    display: table;
    clear: both;
}

.m_openAll {
    background: rgba(51, 51, 51, 0.4);
    font-size: 2rem;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 1.25rem;
    border-radius: 0.4rem;
    display: none;
}

.videoType{
    width: 100%;
    max-height: 25rem;
    overflow: hidden;
    position: relative;
    padding: 0 1rem;
}
.videoType a{
    max-height: 25rem;
    display: flex;
    align-items: center;
    border-radius: 0.4rem;
    overflow: hidden;
}
.videoType .videoImg{
    width: 100%;
    height: auto;
}
.videoBack {
    width: 4rem;
    height: 4rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -2rem;
    margin-top: -2rem;
}

.m_barList {
    width: 100%;
    height: auto;
    padding: 1rem;
    display: flex;
}

.m_barList::before {
    content: '';
    display: table;
    clear: both;
}

.m_barList span {
    padding: 0.3rem 0.8rem 0.3rem 2.8rem;
    border-radius: 3.4rem;
    background-repeat: no-repeat;
    background-position: 1rem center;
    background-size: 1.6rem 1.6rem;
    color: #333;
    font-size: 1.4rem;
}

.m_barList span.m_bar {
    background-image: url(../images/sake.png);
    background-color: #F5F5F5;
    margin-right: 0.5rem;
}

.m_barList span.m_ads {
    background-image: url(../images/wz.png);
    background-color: #F5F5F5;
    max-width: calc( 100% - 110px );
}

.m_releaseTime {
    width: 100%;
    padding: 0 1rem;
    height: 2.4rem;
    display: flex;
    justify-content: space-between;
}

.m_time {
    font-size: 1.2rem;
    color: #999;
    line-height: 2.4rem;
}

.m_zan span {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 2rem auto;
    background-position: left center;
    padding-left: 2rem;
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-left: 1rem;
}

.m_zan span a {
    color: #333;
}

.m_zan span.browse {
    background-image: url(../images/eye.png);
}

.m_zan span.comment {
    background-image: url(../images/pl.png);
    background-size: 1.8rem auto;
    padding-left: 1.8rem;
}

.m_zan span.collect {
    background-image: url(../images/star.png);
    background-size: 1.6rem auto;
    background-position: left 0.3rem;
    padding-left: 1.8rem;
}

.m_zan span.give {
    background-image: url(../images/zan.png);
}

.m_zuopinImgList {
    width: 100%;
    height: auto;
    padding: 0 1rem;
}

.m_zuopinImgList::after {
    content: '';
    display: table;
    clear: both;
}

.Mimg_1 .mImg {
    width: 100%;
    height: auto;
}

.Mimg_2 .mImg, .Mimg_4 .mImg {
    width: 50%;
    height: auto;
}

.Mimg_3 .mImg {
    width: calc(100% / 3);
    height: auto;
}

.Mimg_3 .mImg:nth-child(1) {
    width: calc(100% / 3 * 2);
    height: auto;
}

.Mimg_5 .mImg, .Mimg_7 .mImg, .Mimg_8 .mImg, .Mimg_9 .mImg {
    width: calc(100% / 3);
    height: auto;
}

.Mimg_5 .mImg:nth-child(1), .Mimg_5 .mImg:nth-child(2), .Mimg_8 .mImg:nth-child(1), .Mimg_8 .mImg:nth-child(2) {
    width: 50%;
    height: auto;
}

.Mimg_6 .mImg {
    width: calc(100% / 3);
    height: auto;
}

.Mimg_6 .mImg:nth-child(1) {
    width: calc(100% / 3 * 2);
    height: auto;
}

.Mimg_6 .mImg:nth-child(4) {
    clear: both;
}

.mImg {
    display: block;
    float: left;
    padding: 0.4rem;
}

.mImg img {
    width: 100%;
    height: auto;
    border-radius: 0.4rem;
}

.issue .m_shequText {
    margin-top: 0;
}

.issue .m_releaseTime {
    margin-top: 1rem;
}

.swiper {
    width: calc(100% - 5rem);
    height: 90%;
    margin-left: 2.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiperAtion {
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 1rem !important;
}
