html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
    margin: 0;
    padding: 0;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both
}

body,
html {
    font-family: "Microsoft YaHei", Tahoma, Arial, Helvetica, sans-serif !important;
}


/* header */

/* header */

.Nav {
    width: 100%;
    height: 27px;
    background-color: #561559;
    font-size: 12px;
    line-height: 27px;
}

.memberMenu {
    width: 1190px;
    display: flex;
    margin: 15px auto;
    margin-bottom: 10px;
    justify-content: space-between;
}

.member-middle {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    /*margin-top: 105px;*/
}

.memberMenuleft {
    margin-left: 25px;
}
li.memberMessage.teleweixin {
    padding-top: 10px;
    margin-left: 45px;
}
.memberMenuleft ul li {
    float: left;
}

li.memberMessage {
    margin-left: 15px;
    min-width: 150px;
    padding-top: 5px;
}

.memberMenuright {
    width: 35%;
}

.memberMenuleft ul {
    display: flex;
    /*width: 80%;*/
}

.memberMessage h1 a {
    font-size: 20px;
}

.memberMenuright ul {
    display: flex;
    justify-content: space-around;
    font-size: 16px;
    line-height: 60px;
    font-weight: 400;
}
img.iconvv {
    width: 15px;
    height: 15px;
    margin-left: -5px;
    vertical-align: top;
}
p.mm1 span,
p.mm1 a {
    color: #9f7f63;
}

p.mm2,
p.mm1 {
    letter-spacing: 2px;
    line-height: 1.5;
}
.top{
position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 105px;
    background-color: #fff;
    z-index: 1000;}
.memberMenuleft .memberMessage p.mm1 {
    margin: 10px 0 3px 0;
    min-width: 150px;
}

.memberMessage .mm1 span.pico {
    /*margin-left: 15px;*/
    margin-right: 7px;
}

.memberMessage .mm1 span.psend {
    color: #999;
    margin-right: 15px;
}

.memberMessage h1 {
    line-height: 15px;
    letter-spacing: 1px;
}

.memberImg img {
    width: 47px;
    height: 47px;
    border-radius: 50px;
}

.articleNum .personIco {
    height: 125px;
    margin-bottom: 5px;
    border-radius: 50%;
    border: solid 1px #ccc;
    padding: 3px;
}

.memberMessage .iconb {
    /*margin-right: 15px*/
}

.memberMessage .iconb img {
    width: 30px;
    height: 30px;
    vertical-align: text-bottom;
}

.memberMessage .amount {
    color: #e60012;
   margin-right: 7px;
    margin-left: 7px;
    font-size: 20px;
    vertical-align: top;
}

.memberMessage .integral {
    color: #057545;
}


/* banner图片 */

.bigBanner img {
    width: 1800px;
    height: 524px;
}

.bigBanner {
    text-align: center;
    width: 1800px;
    height: 524px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -900px;
    z-index: 7;
}

.content_bg {
    width: 1100px;
    min-height: 700px;
    margin: 0 auto;
    /*margin-top: 580px;*/
    position: relative;
    z-index: 8;
}

.content_shadow {
    background-color: rgba(255, 255, 255, 0.9);
}

.content_bg .bg_right,
.content_bg .bg_left {
    background: url(/skin/default/images/base_z.png)
}

.content_bg .bg_right {
    background-position: 0 0;
}

.content_bg .bg_right {
    width: 20px;
    height: 500px;
    overflow: hidden;
    position: absolute;
    right: -20px;
    top: -20px;
    _display: none;
    background-repeat: no-repeat;
}

.content_bg .bg_left {
    background-position: -110px 0;
}

.content_bg .bg_left {
    width: 20px;
    height: 500px;
    overflow: hidden;
    position: absolute;
    left: -20px;
    top: -20px;
    _display: none;
    background-repeat: no-repeat;
}


/* 轮播图 */

ol,
ul {
    list-style: none;
}

#slider {
    text-align: center;
}

.window {
    position: relative;
    width: 600px;
    height: 400px;
    margin: 0 auto;
    overflow: hidden;
}

.container {
    display: flex;
    position: absolute;
}

.left,
.right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 50%;
    cursor: pointer;
}

.left {
    left: 3%;
    padding-left: 12px;
    padding-top: 10px;
}

.right {
    right: 3%;
    padding-right: 12px;
    padding-top: 10px;
}

img {
    user-select: none;
    max-width: 100%;
}

.dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.dots li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 3px;
    border: 1px solid white;
    border-radius: 50%;
    background-color: #333;
    cursor: pointer;
}

.dots .dotted {
    background-color: orange;
}

.M-cauousel {
    padding-top: 25px
}

.articleCommend li.commendLi a {
    color: #fff;
    display: inline-block;
    width: 100%;
}

.articleCommend li.commendLi a:hover .commendContent {
    opacity: 1;
}

.articleNum ul,
.articleMessage .articleNum .typeImg {
    font-size: 16px;
    text-align: center;
}

.articleNum ul.typeNum {
    float: left;
    padding-bottom: 5px;
}

.articleNum .typeNum p.typeName {
    margin-top: 5px;
}

.articleMessage .articleNum .typeImg a {
    margin: 0 63px;
    width: 145px;
    display: inline-block;
}

.articleMessage .articleNum .typeNum li {
    margin: 0 63px;
    width: 145px;
    text-align: center;
    display: inline-block;
    margin-bottom: 55px;
}

.articleNum {
    height: auto;
}

.articleMessage .articleNum .typeImg {
    padding-top: 55px;
}

.articleCommend ul {
    font-size: 0;
    display: flex;
    justify-content: space-around;
    width: 98%;
    margin: auto;
    margin-top: 45px;
}

.articleCommend ul li {
    float: left;
    width: 23%;
    position: relative;
   
}

/* .articleCommend ul li:nth-child(1) {
    margin-left: 20px;
}

.articleCommend ul li:nth-child(4) {
    margin-right: 20px;
} */

.commendLi .commendContent {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.commendLi .commendContent h1 {
    font-size: 20px;
    color: #FF8004;
    padding: 20px 20px 10px;
    line-height: 1.4;
    font-weight: normal;
}

.commendLi .commendContent time {
    padding: 10px 20px 0;
    color: #999;
    font-size: 12px;
    display: block;
}

.commendLi .commendContent p.contentj {
    padding: 0 20px;
    font-size: 12px;
    color: #fff;
    line-height: 2;
}

.articleCommend ul li img {
    width: 100%;
    height: 260px;
}

.articleCommend {
    width: 100%;
    /* margin-top: 45px; */
}

.articleCommend .commendLi .pamol {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
}

.commendLi .headertitle {
    width: 90%;
    height: 24px;
    line-height: 24px;
    background: #B9B9B9;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0.5em 0;
    margin: auto;
    color: #fff;
    font-size: 14px;
}

.articleCommend li.commendLi a:hover .headertitle {
    background: #F4F4F4;
    color: #EB6100;
}


/* 瀑布流 */

.warterFall {
    -moz-column-count: 4;
    /* Firefox */
    -webkit-column-count: 4;
    /* Safari 和 Chrome */
    column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 25px;
    width: 100%;
    margin: 50px auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.warterFalls .show2{
   font-size: 0;
    display: flex;
    justify-content: space-around;
    width: 98%;
    margin: auto;
    margin-top: 45px;
    flex-wrap: wrap;
}
.items {
    padding-bottom: 20px;
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    border: solid 1px #eee;
    border-radius: 5px;
    margin-bottom: 25px;
    background-color: #f2f2f2;
}

.items:hover {
    box-shadow: #666 0 0 9px;
}

.items .warterImg {
    width: 240px;
    height: 167px;
}

img.icoImg {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

p.wTitle {
    color: #6d6d6d;
    font-size: 12px;
    width: 225px;
}

p.wNum {
    color: #cccccc;
    line-height: 25px;
    margin-top: 4px;
}

.wtn {
    padding-left: 15px;
    margin-top: 10px;
}

span.wZan {
    margin-left: 8px;
}
/* 代替瀑布流 */
.wartermain {
    width: 1100px;
    margin: 0 auto;
    padding: 0px 16px;
   
}
.wartermain ul {
    margin-right: -24px;
    margin-top: 40px;
}
.wartermain ul li {
    width: 340px;
    float: left;
    margin-right: 24px;
    margin-bottom: 15px;
}
.wartermain ul li a span {
    display: block;
    color: #000;
    font-size: 16px;
    line-height: 40px;
}
.wartermain a.ttpic {
    height: 276px;
    overflow: hidden;
    display: inline-block;
}
.wartermain .ttpic img {
    height: 100%;
    width: 100%;
}

/* 她们是这样评论 */

.mpmImg img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
}

.mArticle {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.mLeft {
    display: inline-block;
    width: 59%;
}

.mRight {
    width: 22%;
    display: inline-block;
    margin-top: 40px;
}

.mArticleList ul {
    line-height: 30px;
    list-style-image: url(skin/member/images/dian.png);
    list-style-position: inside;
}


/* .mArticleList ul li::before {
  content: url(skin/member/images/dian.png);
  font-size: 25px;
} */

.mArticleList ul li a {
    color: #9f9f9f;
}

.mbTitle span:nth-child(1) {
    color: #5c465b;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
    padding-left: 10px;
}

.mbTitle {
    margin-top: 20px;
    border-bottom: solid 1px #ddd;
    width: 50%;
    line-height: 45px;
}

.mbTitle span:nth-child(2) {
    color: #b2b2b2;
}

.mppContent li {
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
    margin-top: 20px;
}

.mppContent {
    margin-top: 35px;
}

.mppContent {
    margin-top: 35px;
    font-size: 12px;
}

.mmer h1 a {
    font-size: 14px;
}

.mpTitle {
    color: #5c465b;
    font-size: 16px;
    font-family: 宋体;
    font-weight: 600;
}

.mpmImg {
    padding-right: 15px;
    width: 30%;
}

.mmer {
    width: 68%;
    max-height: 100px;
}

.mmer p img {
    width: 100%!important;
    height: 100px!important;
    max-height: 90px;
}

.mmer h1 {
    line-height: 15px;
    letter-spacing: 1px;
}

.mmer p.mpc {
    line-height: 1.6;
    margin-top: 10px;
    color: #333;
    letter-spacing: 1px;
}

.mArticleList {
    margin-top: 5px;
}


/* 文章 */

section.allpart {
    width: 1100px;
    margin: 50px auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.partleft,
.partmiddle,
.partright {
    float: left;
}

.partleft {
    width: 17%;
    padding-top: 20px;
}

.partmiddle {
    width: 55%;
    padding: 0;
}

section .partmiddle ul.partul {
    position: relative;
}

section .partmiddle .partul li .briefimg {
    display: block;
    position: absolute;
    right: 0;
    width: 190px;
    height: 110px;
    top: 25px;
}

section .partmiddle .partul li a img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.partmiddle .partul li .briefitem {
    /*padding-right: 125px;*/
    padding-right: 230px;
    min-height: 125px;
}

.partmiddle .partul li .briefitem2 {
    padding-right: 0;
    line-height: 1.7;
    min-height: 55px;
}

.partmiddle .partul li {
    padding: 25px 0 10px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 10px;
    position: relative;
       
}

.partmiddle .partul li .briefitem a {
    margin: -7px 0 4px;
    display: inherit;
    /*font-size: 18px;*/
    /*font-weight: 700;*/
    /*line-height: 1.5;*/
}
/*20220604添加*/
.briefitem h3 {
    font-size: 20px;
    font-weight: normal;
    font-family: "微软雅黑";
    line-height: 32px;
}
/*20220604添加结束*/
.partmiddle .partul li .briefitem .times {
    margin-top: 5px;
    margin-bottom: 10px;
    color: #999;
    font-size: 12px;
}

.commentitem .staffitem a.staffimg {
    float: left;
    width: 25px;
    height: 25px;
    margin-right: 7px;
}

.commentitem .staffitem a.staffimg img {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.commentcontent {
    margin-top: 30px;
}

.commentpart .commentitem {
    padding: 15px 0;
    border-bottom: solid 1px #ddd;
}

.commentitem .commentbrief {
    line-height: 1.7;
    margin-top: 10px;
    font-size: 12px;
}

.commentitem .commentbrief img {
    width: 100%!important;
    height: auto!important;
}

.commentitem .staffitem a.stafftitle {
    height: 26px;
    line-height: 26px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 151px;
}
.briefitem p {
    margin: 5px 0px 10px 0px;
    padding: 0px;
    font-size: 12px;
    color: #333;
    line-height: 18px;
    font-family: "微软雅黑";
}

.partleft div h1,
.re-title span {
    color: #c72520;
    font-size: 16px;
    font-weight: 400;
}

.partright {
    width: 20%;
    padding-top: 20px;
}

.partright .list .moon {
    float: left;
    width: 42px;
    height: 42px;
    margin-right: 7px;
}

.partright .list li .pitem {
    font-size: 12px;
    color: #969696;
}

.partright .list li a {
    font-size: 13px
}

.partright .list .moon img {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.partright .list li {
    margin-top: 30px;
    line-height: 20px;
}

.partright .list li .addf2 {
    width: 42px;
    float: right;
    text-align: right;
}

.partright .list li .addf2 .guanzhu2 {
    background: none;
    color: #42c02e;
    font-size: 13px;
    cursor: pointer;
}


/* 底部 */

.mBottom {
    width: 100%;
    margin-top: 25px;
    color: #fff;
}

.mBottom ul {
    width: 100%;
    height: 50px;
    display: flex;
    background-color: #5c465b;
    justify-content: space-around;
    line-height: 50px;
    padding: 0 10%;
    box-sizing: border-box;
}

.mBottom ul li:nth-child(1) {
    font-size: 20px;
}

.mBottom a {
    color: #fff;
    font-size: 15px;
}

a.addMessage {
    background-color: #c92f93;
}

a.shareFriend {
    background-color: #a547a8;
}

a.online {
    background-color: #feb72b;
}

a.online,
a.addMessage,
a.shareFriend {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    width: 125px;
    text-align: center;
    border-radius: 5px;
}

.copyright {
    height: 65px;
    text-align: center;
    color: #000;
    line-height: 65px;
}

.copyright span:nth-child(2) {
    margin-left: 20px;
    margin-right: 35px;
}

.copyright span:nth-child(3) {
    margin-right: 40px;
}

.mBottom .beianimg {
    height: 28px;
    text-align: center;
}

.mBottom .beianimg img {
    width: 25px;
    height: 25px;
}

.mBottom .vipphone {
    font-size: 16px
}


/* 动态文章 */

.totallist {
    width: 1060px;
    margin: auto;
    margin-top: 25px;
}

.totallist .partmiddle {
    width: 65%;
    padding: 0;
}

.totallist .partleft {
    width: 25%;
    float: right;
}


/* 五张图片 */

.ranking {
    width: 1190px;
    margin: auto;
    margin-top: 155px;
}

.ranking li {
    float: left;
    margin-left: 13px;
}

.ranking a {
    display: block;
    width: 225px;
    height: 120px;
    text-align: center;
    color: #fff;
    line-height: 125px;
    font-size: 18px;
    border-radius: 10px;
}

.ranking .ask {
    background: url(/skin/default/images/ask.jpg) no-repeat;
    background-size: 100%;
}

.ranking .newanswer {
    background: url(/skin/default/images/answer.jpg) no-repeat;
    background-size: 100%;
}

.ranking .newc {
    background: url(/skin/default/images/newcom.jpg) no-repeat;
    background-size: 100%;
}

.ranking .xs {
    background: url(/skin/default/images/xs.jpg) no-repeat;
    background-size: 100%;
}

.ranking .zj {
    background: url(/skin/default/images/zj.jpg) no-repeat;
    background-size: 100%;
}


/* tags */

.tags {
    width: 1090px;
    margin: auto;
    margin-top: 25px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}

.tags .showtagsurl {
    float: left;
    width: 65px;
}

.tags .showtagsurl a {
    color: rgb(203, 0, 3);
    font-family: 宋体;
    font-size: 12px;
}

.tags .showtags {
    float: right;
    width: 1025px;
    font-size: 13px;
}

.tags .showtags a {
    color: #494949;
    background: #e3e3e3;
    border-radius: 2px;
    padding: 2px 5px;
    white-space: nowrap;
}


/* 关于 */

.aboutcontainer {
    width: 1060px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 100px;
}

.aboutcontainer .leftname {
    float: left;
    width: 17%;
    border-right: dashed 1px #888;
    height: 400px;
}

.aboutcontainer .rightmessage {
    float: right;
    width: 79%;
    margin-top: 10px;
}

.aboutcontainer .rightmessage ul {
    line-height: 2;
    color: #888
}

.aboutcontainer .leftname h1 a {
    display: block;
    font-size: 34px;
    color: #cd2b5a;
    font-weight: 400;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.allmessage li {
    margin-top: 25px;
}

.aboutcontainer .leftname p {
    width: 80%;
    font-size: 16px;
    color: #888;
    line-height: 1.7;
    letter-spacing: 2px;
}

.jifen {
    border-radius: 1px;
    -webkit-box-shadow: 0 0 1px 0 #e9c299;
    box-shadow: 0 0 1px 0 #e9c299;
    margin-bottom: 20px;
    border: 1px solid #f2dbc3;
    height: 105px;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.6;
}

.jifen .jfbox {
    padding: 20px 10px;
    width: 265px;
    background: #fffaf4;
    border-right: 1px solid #f5ebda;
}

.fl {
    float: left;
}

.jifen .jfbox img {
    margin-right: 10px;
    padding: 1px;
    border: 1px solid #eee;
}

.corg {
    color: #ff6633;
}

.c666 {
    color: #666;
}

.jfz {
    padding: 15px 20px;
    width: 506px;
    color: #666;
}

.jflevel {
    border: solid 1px #f1cba5;
    background-color: #FFF1D9;
    background-image: -webkit-linear-gradient(bottom, #fffaf2, #ffeed3 53%, #fff);
    background-image: -moz-linear-gradient(bottom, #fffaf2, #ffeed3 53%, #fff);
    background-image: -o-linear-gradient(bottom, #fffaf2, #ffeed3 53%, #fff);
    background-image: linear-gradient(to top, #fffaf2, #ffeed3 53%, #fff);
    width: 504px;
    height: 13px;
    border-radius: 5px;
    margin: 5px 0;
    position: relative;
    margin-bottom: 25px;
}

.needlevel {
    border-top: 1px dashed #eee;
    line-height: 25px;
}

.havejf {
    width: 0.32%;
}

.havejf {
    border: solid 1px #dd000a;
    background-color: #E24141;
    background-image: -webkit-linear-gradient(bottom, #ec5a5a, #df3b3b 53%, #ea5050);
    background-image: -moz-linear-gradient(bottom, #ec5a5a, #df3b3b 53%, #ea5050);
    background-image: -o-linear-gradient(bottom, #ec5a5a, #df3b3b 53%, #ea5050);
    background-image: linear-gradient(to top, #ec5a5a, #df3b3b 53%, #ea5050);
    height: 13px;
    border-radius: 5px 0 0 5px;
    margin-top: -1px;
    position: relative;
}

.jflevel em.jf0 {
    top: 15px;
}

.jflevel em.jf25 {
    left: 25%;
}

.jflevel em.jf50 {
    left: 50%;
}

.jflevel em.jf75 {
    left: 75%;
}

.jflevel em {
    position: absolute;
    font-size: 12px;
    font-family: 宋体;
    font-style: normal;
}

.allmessage li span:nth-child(2) {
    width: 88%;
}

.allmessage li span:nth-child(1) {
    width: 10%;
}

.allmessage span {
    float: left;
}


/* 底部 */

.hBottom {
    width: 100%;
    height: 115px;
    background-color: #403241;
    color: #fff;
    line-height: 2;
    padding: 35px 0;
    font-size: 15px;
}

.hBottom .bcontent {
    width: 78%;
    margin: auto;
}

.hBottom .bcontent .bleft {
    float: left;
    margin-left: 100px;
}

.hBottom .bcontent .bleft a {
    color: #fff;
}

.hBottom .bcontent .bright {
    float: right;
    margin-right: 75px;
}

.hBottom .bcontent .bright .bqrcode {
    width: 115px;
    height: 115px;
    vertical-align: top;
    margin-right: 10px;
}

.hBottom .bcontent .bright span {
    float: left;
}


 /*月嫂服务 育婴师部分*/
 
 .person-wrap1 {
    width: 96%;
    margin: auto;
    padding-top: 35px;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.part1-left,.part2-left,.index-section3,.index-section2{
   
    width: 49%;
}
.part1{
    margin-bottom: 20px;
}
.part1,.part2 {
    display: flex;
    justify-content: space-between;
}
.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}
.left-section1 {
    float: left;
    width: 60%;
}

.right-section1 {
    float: left;
    width: 40%;
    background-color: #e4007f;
    padding-top: 10%;
    color: #ffffff;
    height: 0;
    padding-bottom: 32.5%
}

.number {
    font-size: 24px;
    font-family: FZLTHJW;
    text-align: center;
    display: block;
    line-height: 1.5;
}

.note1 {
    font-size: 13px;
    font-family: FZLTHJW;
    text-align: center;
    line-height: 1.5;
    display: block;
    padding: 0;
    letter-spacing: 2px;
    margin: 0
}

.title {
    font-size: 24px;
    font-family: FZLTHJW;
    margin-top: 0;
    text-align: center;
    display: block;
    line-height: 1.5
}

.title a {
    color: #fff;
}

.note2 {
    font-size: 13px;
    font-family: FrutigerLT Light;
    margin-top: 5px;
    text-align: center;
    display: block;
}

.point {
    font-size: 13px;
    font-family: FrutigerLT Light;
    margin-top: 0;
    text-align: center;
    display: block;
    line-height: 10px;
    padding-bottom: 13%;
}

.right-section2 {
    float: left;
    width: 40%;
    background-color: #47c8a2;
    padding-top: 10%;
    color: #ffffff;
    height: 0;
    padding-bottom: 32.8%
}

.notes2 {
    font-size: 14px;
    font-family: FrutigerLT Light;
    text-align: center;
    line-height: 1.5;
    display: block;
}
/*住家保姆*/

.zhujia-section {
    width: 100%;
    padding: 0 10px;
}
/* .zhujia-left{} */

.right-img {
    width: 60%;
    float: left;
}

.fuwu-four {
    padding-top: 10%;
    background-color: #0075a9;
    color: #fff;
    width: 40%;
    float: left;
    height: 0;
    padding-bottom: 33%
}
/* .zhujia-right{width: 52.5%;float: left;} */

.zhujia-three {
    float: left;
    width: 40%;
    background-color: #e65100;
    padding-top: 10%;
    color: #ffffff;
    height: 0;
    padding-bottom: 33%
}

.number1 {
    font-size: 24px;
    font-family: FZLTHJW;
    text-align: center;
    display: block;
    line-height: 1.5;
}

.notes1 {
    font-size: 14px;
    font-family: FrutigerLT Light;
    text-align: center;
    line-height: 1.5;
    display: block;
    padding: 0;
    margin: 0
}

.title1 {
    font-size: 24px;
    font-family: FZLTHJW;
    margin-top: 0;
    text-align: center;
    display: block;
    line-height: 1.5
}

.title1 a {
    color: #fff;
}

.point1 {
    font-size: 12px;
    font-family: FrutigerLT Light;
    margin-top: 18px;
    text-align: center;
    display: block;
    line-height: 10px;
    padding-bottom: 2vh
}


.pserverTitle {
    text-align: center;
    height: 95px;
    margin-top: 40px;
}
.pserverTitle h3 {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 2px;
    margin-bottom: 5px;
}
.pserverTitle p a {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #996c33;
}

/**/
.spacecard {
    text-align: center;
    margin-top: 90px;
    margin-bottom: 90px;
}
.spacecard ul {
    width: 80%;
    margin: auto;
}
li.spacecard1 {
    font-size: 24px;
    letter-spacing: 5px;
    text-align: center;
}
li.spacevar {
    font-size: 18px;
    margin-top: 8px;
    letter-spacing: 6px;
    text-align: center;
8