.pageBannerTop.guide {
  height: 220px;
  background: url("../../static/images/guide/icon_guide_head.jpg") center center no-repeat;
  background-size: cover; }
  .pageBannerTop.guide .trans {
    background: rgba(0, 0, 0, 0.6); }
  .pageBannerTop.guide .marginCommon {
    padding: 40px 0; }
    .pageBannerTop.guide .marginCommon h1 {
      font-size: 36px; }
    .pageBannerTop.guide .marginCommon .duplicate {
      font-weight: normal;
      margin-top: 10px; }
  .pageBannerTop.guide .platform {
    display: flex;
    justify-content: center; }
    .pageBannerTop.guide .platform a {
      display: flex;
      align-items: center;
      color: #fff;
      margin-right: 8px;
      border-radius: 5px; }
      .pageBannerTop.guide .platform a:nth-last-child(1) {
        margin-right: 0; }
      .pageBannerTop.guide .platform a.alibaba {
        background: var(--alibaba-color);
        padding: 0 8px; }
        .pageBannerTop.guide .platform a.alibaba .icon {
          background: url("../../static/images/guide/icon_alibaba.png") center center no-repeat;
          background-size: 30px; }
        .pageBannerTop.guide .platform a.alibaba:hover {
          background: var(--alibaba-hover-color); }
      .pageBannerTop.guide .platform a.taobao {
        background: var(--taobao-color);
        padding: 0 8px 0 5px; }
        .pageBannerTop.guide .platform a.taobao .icon {
          background: url("../../static/images/guide/icon_taobao.png") center center no-repeat;
          background-size: 26px; }
        .pageBannerTop.guide .platform a.taobao:hover {
          background: var(--taobao-color); }
      .pageBannerTop.guide .platform a.tmall {
        background: var(--tmall-color);
        padding: 0 8px 0 5px; }
        .pageBannerTop.guide .platform a.tmall .icon {
          background: url("../../static/images/guide/icon_tmall.png") center center no-repeat;
          background-size: 20px; }
        .pageBannerTop.guide .platform a.tmall:hover {
          background: var(--tmall-hover-color); }
      .pageBannerTop.guide .platform a .icon {
        width: 30px;
        height: 30px; }
      .pageBannerTop.guide .platform a .text {
        padding-left: 5px; }

.guideWrap {
  padding-bottom: 50px;
  background: #ffffff;
  overflow: hidden; }
  .guideWrap h2 {
    color: var(--text-color-3);
    font-size: 28px;
    font-weight: bold;
    margin-top: 50px;
    /*background: linear-gradient(transparent 55%, #e0fde8 0%);*/
    width: max-content;
    border-radius: 10px; }
  .guideWrap .guideContent .guideItem {
    margin-top: 40px;
    padding-bottom: 40px; }
    .guideWrap .guideContent .guideItem .guideTitle {
      position: relative;
      display: flex;
      align-items: center;
      cursor: pointer;
      user-select: none; }
      .guideWrap .guideContent .guideItem .guideTitle:after {
        content: "";
        position: absolute;
        right: 0;
        top: 16px;
        width: 26px;
        height: 26px;
        background: url("../../static/images/guide/icon_del.png") center center no-repeat;
        background-size: 26px; }
      .guideWrap .guideContent .guideItem .guideTitle.add:after {
        background: url("../../static/images/guide/icon_add.png") center center no-repeat;
        background-size: 26px; }
      .guideWrap .guideContent .guideItem .guideTitle .step {
        width: 120px;
        line-height: 50px;
        margin-right: 30px;
        color: var(--primary-color);
        font-size: 20px;
        font-weight: bold;
        background: rgba(101, 89, 255, 0.1);
        border-radius: 100px;
        text-align: center; }
      .guideWrap .guideContent .guideItem .guideTitle .title {
        color: var(--text-color-3);
        font-size: 24px;
        font-weight: bold; }
    .guideWrap .guideContent .guideItem .guideCont {
      padding-left: 150px;
      overflow: hidden; }
    .guideWrap .guideContent .guideItem .guideDesc {
      display: flex;
      margin-top: 30px; }
      .guideWrap .guideContent .guideItem .guideDesc .method {
        padding-right: 70px;
        width: 50%; }
        .guideWrap .guideContent .guideItem .guideDesc .method .desc {
          margin-top: 30px; }
      .guideWrap .guideContent .guideItem .guideDesc .type {
        position: relative;
        padding-left: 20px;
        color: var(--text-color-3);
        font-size: 18px;
        font-weight: bold; }
        .guideWrap .guideContent .guideItem .guideDesc .type:before {
          content: "";
          position: absolute;
          left: 0;
          top: 7px;
          width: 10px;
          height: 10px;
          background: var(--primary-color);
          border-radius: 10px; }
      .guideWrap .guideContent .guideItem .guideDesc .desc {
        font-size: 16px; }
        .guideWrap .guideContent .guideItem .guideDesc .desc a {
          color: var(--primary-color);
          text-decoration: underline; }
    .guideWrap .guideContent .guideItem .image img {
      width: 80%;
      margin-top: 30px;
      filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.1)); }
    .guideWrap .guideContent .guideItem .image.method {
      display: flex;
      align-items: center; }
      .guideWrap .guideContent .guideItem .image.method .methodImage {
        width: 50%;
        padding-right: 70px; }
        .guideWrap .guideContent .guideItem .image.method .methodImage img {
          width: 100%; }
    .guideWrap .guideContent .guideItem .tips {
      margin-top: 40px; }
      .guideWrap .guideContent .guideItem .tips .tipsText {
        width: 60px;
        line-height: 27px;
        color: #ffffff;
        font-size: 14px;
        font-weight: bold;
        background: var(--primary-color);
        border-radius: 30px;
        text-align: center; }
      .guideWrap .guideContent .guideItem .tips .tipsDesc {
        margin-top: 25px; }
        .guideWrap .guideContent .guideItem .tips .tipsDesc p {
          position: relative;
          margin-top: 15px;
          padding-left: 20px; }
          .guideWrap .guideContent .guideItem .tips .tipsDesc p:before {
            content: "";
            position: absolute;
            left: 0;
            top: 8px;
            width: 6px;
            height: 6px;
            background: var(--text-color-3);
            border-radius: 10px; }
          .guideWrap .guideContent .guideItem .tips .tipsDesc p.mark {
            color: var(--primary-color); }
          .guideWrap .guideContent .guideItem .tips .tipsDesc p a {
            color: var(--primary-color);
            text-decoration: underline; }

/*# sourceMappingURL=guide.css.map */
