.serviceItemBanner {
  position: relative; }
  .serviceItemBanner .serviceItemBannerTxt {
    position: absolute;
    top: 0;
    left: 165px;
    margin-left: 10%;
    width: 90%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .serviceItemBanner .serviceItemBannerTxt .english {
      width: 600px;
      position: relative;
      margin-bottom: 20px;
      font-size: 42px;
      font-weight: bold;
      color: #333333; }
  .serviceItemBanner .serviceItemBannerTxt .english .link {
        position: absolute;
        top: -20px;
        left: 0;
        width: 100px;
        height: 5px;
        background: #FC7B54; }
  .serviceItemBanner .serviceItemBannerTxt .txt {
      font-size: 38px;
      font-weight: bold;
      color: #333333; }
  .service-item-box {
  display: none;
  padding: 80px 0; }
  .service-item-box .service-item-info {
    padding-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .service-item-box .service-item-info .left {
      margin-right: 80px;
      -webkit-box-flex: 0 0 524px;
      -ms-flex: 0 0 524px;
          flex: 0 0 524px;
      width: 524px;
      height: 327px; }
  .service-item-box .service-item-info .left img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
  .service-item-box .service-item-info .right p {
      margin-bottom: 20px; }
  .service-item-box .service-item-info .right .title {
      font-size: 16px;
      font-weight: bold;
      color: #8C2148;
      line-height: 22px; }
  .service-item-box .service-item-info .right .txt {
      font-size: 14px;
      color: #666666;
      line-height: 22px; }
  .service-item-box .service-item-info .right .btn {
      display: none;
      padding: 11px 40px;
      text-align: center;
      font-size: 16px;
      color: #ffffff;
      background: #8C2148;
      border: 1px solid #8C2148;
      border-radius: 8px; }
  .service-item-box .service-item-info .right .swiper-box {
      display: none;
      margin-bottom: 20px;
      width: 440px;
      height: 185px; }
  .service-item-box .service-item-info .right .swiper-slide {
      cursor: pointer;
      text-align: center;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  .service-item-box .service-item-info .right ul {
      margin: 0; }
  .service-item-box .service-item-info .right ul li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 185px;
        background: #FAFAFA;
        border-radius: 8px; }
  .service-item-box .service-item-info .right ul li:last-child {
          margin-right: 0 !important; }
  .service-item-box .service-item-info .right ul li img {
          margin-bottom: 10px;
          width: 110px;
          height: 110px;
          -o-object-fit: contain;
             object-fit: contain; }
  .service-item-box .service-item-info .right ul li div {
          font-size: 14px;
          color: #333333; }
  .careItemContent {
  padding-top: 80px;
  display: none; }
  .careItemContent .topContent {
    padding-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .careItemContent .topContent img {
      -webkit-box-flex: 0 0 48%;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
      width: 48%;
      height: 370px;
      -o-object-fit: contain;
         object-fit: contain; }
  .careItemContent .topContent .right {
      -webkit-box-flex: 0 0 48%;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
      width: 48%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
  .careItemContent .topContent .right .name {
        margin-bottom: 30px;
        font-size: 30px;
        color: #8C2148; }
  .careItemContent .topContent .right .txt {
        margin: 0 30px;
        margin-bottom: 30px; }
  .careItemContent .topContent .right .txt .introduce {
          font-size: 16px;
          color: #666666; }
  .careItemContent .topContent .right .txt .price {
          font-size: 16px;
          color: #8C2148; }
  .careItemContent .topContent .right ul {
        margin-bottom: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
  .careItemContent .topContent .right ul li {
          margin-bottom: 5px;
          text-align: left; }
  .careItemContent .topContent .right ul li i {
            display: inline-block;
            width: 11px;
            height: 11px;
            border: 2px solid #8C2148;
            border-radius: 50%; }
  .careItemContent .topContent .right ul li span {
            font-size: 14px;
            color: #666666; }
  .careItemContent .topContent .right .btn {
        display: none;
        padding: 11px 40px;
        text-align: center;
        font-size: 16px;
        color: #ffffff;
        background: #8C2148;
        border: 1px solid #8C2148;
        border-radius: 8px; }
  .careItemContent .bottomCotent {
    padding-bottom: 80px;
    display: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .careItemContent .bottomCotent li {
      padding: 30px;
      -webkit-box-flex: 0 0 48%;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
      width: 48%;
      min-height: 180px;
      overflow: hidden; }
  .careItemContent .bottomCotent li .theme {
        margin-bottom: 20px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        color: #333333; }
  .careItemContent .bottomCotent li .txt {
        text-align: left;
        font-size: 14px;
        color: #666666;
        line-height: 22px; }
  .careItemContent .bottomCotent li:first-child {
        display: none;
        background: #FFF0EA;
        border: 1px solid #FB8556; }
  .careItemContent .bottomCotent li:last-child {
        display: none;
        background: #FAFAFA;
        -webkit-box-shadow: 0px 2px 9px 1px rgba(217, 217, 217, .65);
                box-shadow: 0px 2px 9px 1px rgba(217, 217, 217, .65); }
  .careItemContent .bottomCotent li:last-child .txt {
          text-align: center; }
  .careContents {
  display: none;
  background: #FAFAFA; }
  .careContents .title {
    z-index: 10; }
  .careContents .title:before {
    content: 'SERVICE CONTENT';
    color: #E5E5E5;
    z-index: -1; }
  .careContents ul {
    margin-bottom: 0;
    padding-bottom: 50px; }
  .careContents .content-list {
    display: none;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .careContents .content-list li {
      margin-right: 3%;
      margin-bottom: 3%;
      padding: 30px 30px;
      -webkit-box-flex: 0 0 22%;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
      width: 22%;
      background: #ffffff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      overflow: hidden;
      -webkit-box-shadow: 0px 1px 7px 0px #D5D8DC;
              box-shadow: 0px 1px 7px 0px #D5D8DC;
      border-radius: 8px; }
  .careContents .content-list li img {
        width: 110px;
        height: 110px;
        -o-object-fit: contain;
           object-fit: contain; }
  .careContents .content-list li .theme {
        margin: 20px 0;
        font-size: 16px;
        color: #333333; }
  .careContents .content-list li .txt {
        height: 110px;
        font-size: 14px;
        color: #666666;
        line-height: 22px;
        text-align: justify;
        margin-bottom: 0; }
  .careContents .careIntroduces {
    display: none;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 15px; }
  .careContents .careIntroduces li {
      margin-right: 3%;
      margin-bottom: 3%;
      -webkit-box-flex: 0 0 47%;
      -ms-flex: 0 0 47%;
          flex: 0 0 47%;
      width: 47%;
      min-height: 300px;
      border: 1px solid #BFBFBF;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .careContents .careIntroduces li img {
        -webkit-box-flex: 0 0 270px;
        -ms-flex: 0 0 270px;
            flex: 0 0 270px;
        width: 270px;
        height: 300px;
        -o-object-fit: contain;
           object-fit: contain; }
  .careContents .careIntroduces li .right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 0 37px; }
  .careContents .careIntroduces li .right .theme {
          margin-top: 30px;
          margin-bottom: 44px;
          text-align: left;
          font-size: 16px;
          font-weight: bold;
          color: #8C2148; }
  .careContents .careIntroduces li .right .txt {
          margin-bottom: 15px;
          text-align: left;
          font-size: 14px;
          color: #666666;
          line-height: 22px; }
  .orderProcess {
  display: none;
  padding-bottom: 80px; }
  .orderProcess .title {
    z-index: 10; }
  .orderProcess .title:before {
    content: 'ORDER PROCESS';
    z-index: -1; }
  .orderProcess .orderProcessBg {
    width: 100%;
    height: auto; }
  .serviceAdvantage {
  display: none;
  background: #FAFAFA; }
  .serviceAdvantage .title {
    z-index: 10; }
  .serviceAdvantage .title:before {
    content: 'SERVICE ADVANTAGE';
    z-index: -1; }
  .serviceAdvantage ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .serviceAdvantage ul li {
      margin-right: 5%;
      margin-bottom: 5%;
      -webkit-box-flex: 0 0 15%;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
      width: 15%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
  .serviceAdvantage ul li .pic {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 139px;
        height: 139px;
        background: #ffffff;
        -webkit-box-shadow: 0px 1px 7px 0px rgba(213, 216, 220, .53);
                box-shadow: 0px 1px 7px 0px rgba(213, 216, 220, .53);
        border-radius: 50%; }
  .serviceAdvantage ul li .pic:hover {
          background: #fc7b54; }
  .serviceAdvantage ul li .pic img {
          margin: 0 auto;
          width: 66px;
          height: 66px;
          -o-object-fit: contain;
             object-fit: contain; }
  .serviceAdvantage ul li .theme {
        margin: 10px 0 20px;
        font-size: 16px;
        color: #333333; }
  .serviceAdvantage ul li .txt {
        font-size: 14px;
        color: #666666;
        line-height: 22px;
        text-align: justify; }
  .refundOrModification {
  display: none;
  background: #FAFAFA; }
  .refundOrModification .title {
    z-index: 10; }
  .refundOrModification .title:before {
    content: 'RETUND OR MODIFICATION';
    z-index: -1; }
  .refundOrModification ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .refundOrModification ul li {
      margin-right: 5%;
      margin-bottom: 5%;
      -webkit-box-flex: 0 0 15%;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
      width: 15%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
  .refundOrModification ul li .pic {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 139px;
        height: 139px;
        background: #ffffff;
        -webkit-box-shadow: 0px 1px 7px 0px rgba(213, 216, 220, .53);
                box-shadow: 0px 1px 7px 0px rgba(213, 216, 220, .53);
        border-radius: 50%; }
  .refundOrModification ul li .pic img {
          margin: 0 auto;
          width: 66px;
          height: 66px;
          -o-object-fit: contain;
             object-fit: contain; }
  .refundOrModification ul li .theme {
        margin: 10px 0 20px;
        font-size: 16px;
        color: #333333; }
  .refundOrModification ul li .txt {
        font-size: 14px;
        color: #666666;
        line-height: 22px; }
  .service-item-model {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 99999;
  background-color: rgba(0, 0, 0, .3);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .service-item-model .model-box {
    position: relative;
    width: 365px;
    min-height: 400px;
    background: url("/static/images/serviceItem/model-bg.png") no-repeat;
    background-size: 100%;
    padding-bottom: 40px; }
  .service-item-model .model-box .delect {
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 10;
      display: inline-block;
      padding: 5px;
      font-size: 20px; }
  .service-item-model .model-box .name {
      margin: 30px 0 0;
      text-align: center;
      font-size: 36px;
      font-weight: bold;
      color: #ffffff; }
  .service-item-model .model-box .txt {
      margin: 80px 0 30px;
      text-align: center;
      font-size: 20px;
      color: #333333; }
  .service-item-model .model-box img {
      margin: 0 auto;
      width: 150px;
      height: 150px;
      -o-object-fit: contain;
         object-fit: contain; }
