

.pc-main {
    display: flex;
    justify-content: center;
  }
  @keyframes popanimate {
    0% {
      transform: scale(0);
      opacity: 1;
    }
    20% {
      transform: scale(0.9);
    }
    35% {
      transform: scale(1.03);
    }
    55% {
      transform: scale(0.9);
    }
    70% {
      transform: scale(1.03);
    }
    90% {
      transform: scale(0.9);
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
  @keyframes popanimate2 {
    0% {
      transform: scale(0);
      opacity: 1;
    }
    20% {
      transform: scale(1.03);
    }
    35% {
      transform: scale(0.9);
    }
    55% {
      transform: scale(1.03);
    }
    70% {
      transform: scale(0.9);
    }
    90% {
      transform: scale(1.03);
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
  .header-banner {
    background-color: #E63429;
    height: 500px;
    width: 100%;
    padding-right: 70px;
  }
  .header-banner-main {
    display: flex;
  }
  .banner-l {
    position: relative;
    width: 334px;
    height: 500px;
    flex-shrink: 0;
  }
  .banner-l img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 418px;
  }
  .banner-l .housekeeper-name,
  .banner-l .service-life {
    position: absolute;
    right: 37px;
    top: 190px;
    font-size: 14px;
    font-family: SourceHanSansCN;
    color: #FFFFFF;
    width: 14px;
    line-height: 15px;
  }
  .banner-l .housekeeper-name span,
  .banner-l .service-life span {
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
    font-family: SourceHanSansCN;
    text-align: center;
  }
  .banner-l .housekeeper-name {
    right: 62px;
  }
  .banner-l .housekeeper-name span{
    font-size: 14px;
    font-family: SourceHanSansCN;
    color: #FFFFFF;
  }
  .code-active {
    color: #ccc !important;
    font-size: 14px !important;
  }
  .banner-m {
    height: 100%;
    padding: 76px 0 0 50px;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .banner-m .banner-title {
    height: 46px;
    font-size: 48px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;

   
    opacity: 0;
  }
  .banner-m .banner-brief {
    font-size: 56px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 15px;
    opacity: 0;
  }
  .banner-m .banner-brief span {
    color: #FFFB97;
    font-size: 56px;
    position: relative;
    opacity: 0;
    top: -50px;
    transform: rotate(-45deg);
  }
  .banner-m .banner-line {
    margin-top: 10px;
    width: 456px;
    height: 2px;
  }
  .banner-m .banner-info-ul {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    width: 580px;
  }
  .banner-m .banner-info-ul li {
    width: 50%;
    position: relative;
    padding-left: 22px;
    margin-bottom: 30px;
  }
  .banner-m .banner-info-ul li h4 {
    font-size: 20px;
    font-family: SourceHanSansCN;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .banner-m .banner-info-ul li span {
    font-size: 16px;
    font-family: SourceHanSansCN;
    color: #FFFFFF;
  }
  .banner-m .banner-info-ul li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
  }
  .banner-r {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .banner-r .banner-form {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 320px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 24px 0 21px 0;
    position: relative;
  }
  .banner-r .banner-form-title {
    font-size: 24px;
    font-family: SourceHanSansCN;
    color: #E63429;
  }
  .banner-r .help-num {
    font-size: 16px;
    font-family: SourceHanSansCN;
    color: #666666;
    margin: 10px 0 20px;
  }
  .banner-r input::-webkit-input-placeholder,
  .banner-r textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    font-size: 16px;
    font-family: SourceHanSansCN;
    color: #ABABAB;
  }
  .banner-r input:-moz-placeholder,
  .banner-r textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 16px;
    font-family: SourceHanSansCN;
    color: #ABABAB;
  }
  .banner-r input::-moz-placeholder,
  .banner-r textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 16px;
    font-family: SourceHanSansCN;
    color: #ABABAB;
  }
  .banner-r input:-ms-input-placeholder,
  .banner-r textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-size: 16px;
    font-family: SourceHanSansCN;
    color: #ABABAB;
  }
  .banner-r .banner-form-item input {
    width: 286px;
    height: 44px;
    background: #F9FCFF;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    padding: 0 20px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #000;
  }
  .banner-r .banner-form-item {
    position: relative;
  }
  .banner-r .banner-form-item .send-code {
    position: absolute;
    right: 0;
    top: 0;
    width: 110px;
    height: 44px;
    background: #F9FCFF;
    border: 1px solid #CCCCCC;
    border-radius: 0 8px 8px 0;
    font-size: 16px;
    font-family: SourceHanSansCN;
    color: #E63429;
    cursor: pointer;
  }
  .banner-form-sub {
    width: 286px;
    height: 52px;
    background: #E63429;
    border-radius: 8px;
    font-size: 18px;
    font-family: SourceHanSansCN;
    text-align: center;
    line-height: 52px;
    color: #FFFFFF;
    transition: all 0.3s;
    cursor: pointer;
  }
  .banner-form-sub:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 8px #cfdcff;
  }
  .banner-form-swiper {
    margin-top: 10px;
    height: 16px;
    width: 100%;
    overflow: hidden;
  }
  .y_xybc_tj_sucss{
    position: absolute;
    background: #fff;
    width: 286px;
    height: 300px;
    top: 72px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    display: none;
  }
  .y_xybc_tj_sucss img{
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
  }
  .y_xybc_tj_sucss p{
    margin-top: 10px;
    font-size: 18px ;
    width: 100%;
    text-align: center;
    color: green;
  }
  .y_xybc_tj_sucss p:nth-child(1){
    margin-top: 20px !important;
  }
  .banner-form-swiper p{
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-family: SourceHanSansCN;
    color: #666666;
  }
  
  .banner-form-swiper .swiper-slide {
    height: 12px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-family: SourceHanSansCN;
    color: #666666;
  }
  .section-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 60px 0 0;
  }
  .section-item > h3 {
    font-size: 36px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #272727;
  }
  .section-item > span {
    margin-top: 10px;
    font-size: 16px;
    font-family: SourceHanSansCN;
    color: #666666;
  }
  .advantage-service {
    padding-bottom: 150px;
    background: #fff;
  }
  .advantage-service-ul {
    margin-top: 60px;
    display: flex;
  }
  .advantage-service-ul > li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 135px;
    transition: all .1s linear;
  }
  .advantage-service-ul>li:hover{transform: translateY(-10px);}
  .advantage-service-ul > li:last-child {
    margin-right: unset;
  }
  .advantage-service-ul .advantage-service-title {
    margin-top: 15px;
    font-size: 20px;
    font-family: SourceHanSansCN;
    font-weight: 600;
    color: #020405;
  }
  .advantage-service-ul .advantage-service-tips {
    margin-top: 10px;
    font-size: 16px;
    font-family: SourceHanSansCN;
    color: #666666;
  }
  .advantage-service-ul img {
    width: 56px;
    height: 56px;
  }
  .service-process {
    background-color: #fafafa;
    padding-bottom: 50px;
  }
  .service-process .service-process-ul {
    display: flex;
    margin-top: 80px;
  }
  .service-process .service-process-ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    width: 286px;
    height: 174px;
    background: url('/static/theme/image/special/c08@2x.png') 0 0 no-repeat;
    background-size: 100% 100%;
    margin-right: 18px;
    padding-bottom: 35px;
  }
  .service-process .service-process-ul li:last-child {
    margin-right: unset;
  }
  .service-process .service-process-ul .service-process-num {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 56px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 50%;
    text-align: center;
    line-height: 56px;
    font-size: 22px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    font-style: italic;
    color: #595959;
  }
  .service-process .service-process-ul .service-process-info {
    width: 80px;
    font-size: 20px;
    font-family: SourceHanSansCN;
    font-weight: 600;
    color: #E63429;
    line-height: 30px;
  }
  .service-process .service-process-btn {
    margin-top: 70px;
    width: 198px;
    height: 50px;
    background: #E63429;
    border-radius: 6px;
    font-size: 18px;
    font-family: SourceHanSansCN;
    color: #FAFAFA;
    cursor: pointer;
    transition: all .2s linear;
  }
.service-process .service-process-btn:hover{border: 1px solid #E63429;color: #E63429;background: #fff;}
  .user-evaluation {
    width: 100%;
    height: 634px;
    background: #FFFFFF;
    background: url('/static/theme/image/special/c11@2x.png') 0 -20px no-repeat;
    background-size: 100% 115%;
  }
  .user-evaluation-ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
  }
  .user-evaluation-ul .animation {
    animation: popanimate 2s ease-in forwards;
  }
  .user-evaluation-ul .animation:nth-child(4) {
    animation: popanimate2 2s ease-in forwards;
  }
  .user-evaluation-ul .animation:nth-child(3n) {
    animation: popanimate2 2s ease-in forwards;
  }
  .user-evaluation-ul li {
    display: flex;
    margin-right: 50px;
    width: 330px;
    height: 98px;
    background: #FFFFFF;
    box-shadow: 3px 5px 10px 0px rgba(56, 98, 160, 0.15);
    border-radius: 49px;
    padding: 9px;
    margin-bottom: 36px;
  }
  .user-evaluation-ul li:nth-child(4) {
    margin-left: 104px;
  }
  .user-evaluation-ul li:nth-child(3n) {
    margin-right: unset;
  }
  .user-evaluation-ul li img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
  }
  .user-evaluation-ul li .user-info {
    margin-left: 15px;
  }
  .user-evaluation-ul li .evaluation-title {
    font-size: 16px;
    font-family: SourceHanSansCN;
    color: #000000;
  }
  .user-evaluation-ul li .evaluation-info {
    margin-top: 3px;
    font-size: 14px;
    font-family: SourceHanSansCN;
    color: #ABABAB;
    line-height: 18px;
  }
  .purchasing-housekeeper {
    background-color: #fafafa;
    padding-top: 92px;
    padding-bottom: 70px;
  }
  .purchasing-housekeeper-swiper {
    width: 1200px;
    margin-top: 60px;
    position: relative;
    -webkit-user-select: none;
            user-select: none;
  }
  .purchasing-housekeeper-swiper .swiper-button-next,
  .purchasing-housekeeper-swiper .swiper-button-prev {
    left: -9999px;
  }
  .ph-Swiper .swiper-slide {
    position: relative;
    height: 401px;
    width: 284px;
  }
 
  .ph-Swiper .purchasing-housekeeper-avatar {
    height: 100%;
    width: 100%;
    z-index: -1;
    overflow: hidden;
  }
  .ph-Swiper .purchasing-housekeeper-avatar img {
    width: 100%;
    height: 100%;
    transition: all 0.1s linear;
  }
  .ph-Swiper .swiper-slide:hover .purchasing-housekeeper-avatar img{
    transform: scale(1.05);
  }
  .ph-Swiper .purchasing-housekeeper-info {
    position: absolute;
    top: 164px;
    left: 50%;
    transform: translateX(-50%);
    width: 264px;
    height: 236px;
    background: #FFFFFF;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
  }
  .ph-Swiper .purchasing-housekeeper-info span {
    font-size: 20px;
    font-family: SourceHanSansCN;
    font-weight: 600;
    color: #020405;
  }
  .ph-Swiper .purchasing-housekeeper-info p {
    margin-top: 3px;
    font-size: 14px;
    font-family: SourceHanSansCN;
    color: #ABABAB;
  }
  .ph-Swiper .purchasing-housekeeper-info .purchasing-housekeeper-btn {
    font-size: 18px;
    font-family: SourceHanSansCN;
    color: #FFFFFF;
    width: 160px;
    height: 38px;
    background: #E63429;
    border-radius: 8px;
    margin-top: 20px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    transition: all .1s linear;
  }
  .ph-Swiper .purchasing-housekeeper-info .purchasing-housekeeper-btn:hover{opacity: 0.8;}
  .ph-Swiper .service-data,
  .ph-Swiper .reputation-data {
    font-size: 14px;
    font-family: SourceHanSansCN;
    color: #666666;
    margin-top: 15px;
  }
  .ph-Swiper .service-data::before,
  .ph-Swiper .reputation-data::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 14px;
    vertical-align: middle;
    background: url('/static/theme/image/special/c45@2x.png') 0 0 no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
  }
  .ph-Swiper .reputation-data {
    margin-top: 2px;
  }
  .ph-Swiper .reputation-data::before {
    width: 14px !important;
    height: 16px !important;
    margin-right: 12px;
    background: url('/static/theme/image/special/c46@2x.png') 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .purchasing-housekeeper-next,
  .purchasing-housekeeper-prev {
    position: absolute;
    top: 180px;
    left: 50%;
    transform: translateX(calc(50% + 640px));
    transition: all 0.2s;
    border-radius: 50%;
    cursor: pointer;
    background: url('/static/theme/image/special/c48@2x.png') 0 0 no-repeat;
    background-size: 100% 100%;
    width: 18px;
    height: 38px;
  }
  .purchasing-housekeeper-prev {
    left: 50%;
    background: url('/static/theme/image/special/c47@2x.png') 0 0 no-repeat;
    background-size: 100% 100%;
    transform: translateX(calc(50% - 680px));
  }
  