/** @format */
@media screen and (max-width: 768px) {
  .gj-plan {
    position: relative;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  .gj8 {
    background: #f1f3f7;
    padding: 40px 0;
  }
  .gj8-content {
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .gd-dontent {
    width: 50%;
    display: flex;
  }
  .gj8-content-item {
    position: relative;
    width: 100%;
    background-color: #fff;
    background-image: url(../images/gangji/gj8-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    z-index: 2;
  }
  .gj8-content-item-top {
    border-radius: 10px 10px 0px 0px;
    background: linear-gradient(90deg, #dcb014 0%, #fee25c 100%);
    width: 100%;
    height: 20px;
  }
  .gj8-content-item-tt {
    padding: 0 0 15% 0;
  }
  .gj8-content-item-title {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    padding-top: 30px;
  }
  .gj8-content-item-txt {
    padding-top: 10px;
    color: #9aa7b9;
    font-size: 12px;
    font-weight: 500;
    line-height: 26px; /* 185.714% */
  }
  .gj8-content-item-money {
    padding-top: 5px;
    color: #333;
    font-size: 20px;
    font-weight: 600;
  }
  .gj8-content-item-btn {
    margin: 10px auto 0 auto;
    width: 80px;
    border-radius: 4px;
    border: 1px solid #385ff6;
    color: #385ff6;
    font-size: 14px;
    font-weight: 600;
    padding: 9px 0;
  }
  .gj8-content-item-first {
    text-align: left;
    padding: 50px 10px 60px 10px;
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .first-title {
    color: #333;
    font-size: 16px;
    font-weight: 600;
  }
  .first-txt {
    padding-top: 10px;
    color: #385ff6;
    font-size: 12px;
    font-weight: 500;
    line-height: 26px; /* 185.714% */
  }
  .gj8-item-mid {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #f9faff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    padding: 6px 20px 15px 20px;
    position: relative;
    /* top: -6px; */
    z-index: 0;
  }
  .gj8-item-mid-tt {
    color: #385ff6;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px; /* 185.714% */
    padding-top: 4px;
  }
  .gj8-item-mid-title {
    color: #9aa7b9;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px; /* 185.714% */
  }
  .gj8-item-mid-txt {
    color: #666;
    font-size: 12px;
    font-weight: 500;
    line-height: 26px; /* 185.714% */
  }
}
@media screen and (min-width: 769px) {
  .gj-plan {
    position: relative;
    width: 1200px;
    margin: 0 auto;
  }
  .gj8 {
    background: #f1f3f7;
    padding: 80px 0;
  }
  .gj8-content {
    /* padding-top: 20px; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .gj8-content-fixed {
    position: fixed;
    width: 1200px !important;
    top: 0px;
    z-index: 999;
    padding-top: 0 !important;
    margin: 0 auto;
  }
  .gj8-content-absolute {
    position: absolute;
    width: 1200px !important;
    z-index: 9;
    margin: 0 auto;
    bottom: 0 !important;
  }
  .gj8-content-mid-fixed {
    position: fixed;
    width: 1200px !important;
    margin: 0 auto;
  }
  .gj8-content-item {
    width: 24%;
    background-color: #fff;
    background-image: url(../images/gangji/gj8-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    z-index: 2;
  }
  .gj8-content-item-top {
    border-radius: 10px 10px 0px 0px;
    background: linear-gradient(90deg, #dcb014 0%, #fee25c 100%);
    width: 100%;
    height: 20px;
  }
  .gj8-content-item-tt {
    padding: 0 0 15% 0;
  }
  .gj8-content-item-title {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    padding-top: 30px;
  }
  .gj8-content-item-txt {
    padding-top: 20px;
    color: #9aa7b9;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px; /* 185.714% */
  }
  .gj8-content-item-money {
    padding-top: 15px;
    color: #333;
    font-size: 26px;
    font-weight: 600;
  }
  .gj8-content-item-btn {
    margin: 35px auto 0 auto;
    width: 170px;
    border-radius: 4px;
    border: 1px solid #385ff6;
    color: #385ff6;
    font-size: 16px;
    font-weight: 600;
    padding: 9px 0;
  }
  .gj8-content .first {
    text-align: left;
    padding: 50px 20px;
  }
  .first-title {
    color: #333;
    font-size: 20px;
    font-weight: 600;
  }
  .first-txt {
    padding-top: 20px;
    color: #385ff6;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px; /* 185.714% */
  }
  .gj8-content-data {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-bottom: 32px;
    width: 100%;
    margin: 0 auto;
  }
  .gj8-content-data-bg {
    position: absolute;
    z-index: 1;
    top: -6px;
    left: 0;
    width: 100%;
    height: calc(100% + 6px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .gj8-content-data-bg1 {
    width: 24%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #f9faff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  }
  .gj8-data-box {
    position: relative;
    z-index: 2;
  }
  .data-box-name {
    padding-top: 15px;
    color: #385ff6;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px; /* 185.714% */
    padding-left: 20px;
  }
  .data-box-title {
    color: #9aa7b9;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px; /* 185.714% */
    padding-left: 20px;
  }
  .data-box-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
  }
  .data-box-list:hover {
    border-radius: 4px;
    background: rgba(56, 95, 246, 0.06);
  }
  .data-box-list-txt {
    width: 24%;
  }
  .txt-left {
    padding-left: 20px;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px; /* 185.714% */
  }
  .txt-center {
    text-align: center;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px; /* 185.714% */
  }
}
@media screen and (min-width: 1200px) {
  .gj-plan {
    position: relative;
    width: 1400px;
    margin: 0 auto;
  }
  .gj8-content-fixed {
    position: fixed;
    width: 1400px !important;
    top: 0px;
    z-index: 9;
    margin: 0 auto;
  }
  .gj8-content-absolute {
    position: absolute;
    width: 1400px !important;
    z-index: 9;
    margin: 0 auto;
    bottom: 0 !important;
  }
  .gj8-content-mid-fixed {
    position: fixed;
    width: 1400px !important;
    margin: 0 auto;
  }
}
