/** @format */
@media screen and (max-width: 768px) {
  .dy1 {
    padding: 40px 0;
    background: rgba(245, 247, 255, 0.7);
  }
  .dy1 .gj-7-slide-item .txt {
    color: #333;
  }
  .dy2 {
    padding: 40px 0;
  }
  .dy2-content {
    padding-top: 20px;
  }
  .dy3 {
  }
  @keyframes float {
    100% {
      transform: translateY(20px);
    }
  }
  .dy3-xf1 {
    width: 120px;
    position: absolute;
    right: 0;
    animation: float 1s infinite ease-in-out alternate;
  }
  .dy3-xf2 {
    width: 60px;
    margin-top: 700px;
    position: absolute;
    left: 0;
    animation: float 1s infinite ease-in-out alternate;
  }
  .dy3-content {
    padding: 40px 0;
    height: auto;
  }
  .dy3-list {
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .dy3-list-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    border-radius: 10px;
    background: #f8f9ff;
    align-items: center;
    margin-bottom: 20px;
  }
  .dy3-list-item-tt {
    padding: 0 20px;
  }
  .dy3-list-item-tt-title {
    color: #385ff6;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px; /* 150% */
    letter-spacing: 2px;
  }
  .dy3-list-item-tt-txt {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px; /* 187.5% */
    letter-spacing: 2px;
  }
  .dy3-img {
    width: 250px;
    position: relative;
    left: 40%;
    top: -370px;
  }
  .dy3-img img {
    width: 100%;
  }
  .dy4 {
    padding: 40px 0;
    background: linear-gradient(
      90deg,
      #e9edff 0%,
      rgba(255, 255, 255, 0.49) 31.92%,
      rgba(255, 255, 255, 0.49) 50.63%,
      rgba(255, 255, 255, 0.49) 67.23%,
      #e9edff 99.19%
    );
  }
  .dy4-content {
    padding-top: 20px;
  }
  .dy4-content-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .dy4-list-item {
    width: 100%;
  }
  .dy4-content-list .center {
    width: 100%;
    padding: 20px 0px;
  }
  .dy4-content-list .center img {
    width: 100%;
  }
  .dy4-list-item-tt-title {
    color: #385ff6;
    font-size: 20px;
    font-weight: 600;
  }
  .dy4-list-item-tt-txt {
    padding-top: 15px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px; /* 187.5% */
    letter-spacing: 2px;
  }
  .dy5 {
    padding: 40px 0;
  }
  .dy5-xf1 {
    width: 120px;
    position: absolute;
    left: 0;
    animation: float 1s infinite ease-in-out alternate;
  }
  .dy5-xf2 {
    width: 150px;
    position: absolute;
    right: 0;
    animation: float 1s infinite ease-in-out alternate;
  }
  .dy5-xf3 {
    width: 300px;
    margin-top: 300px;
    position: absolute;
    z-index: 99;
    right: 100px;
    animation: float 1s infinite ease-in-out alternate;
  }
  .dy5-xf4 {
    width: 120px;
    margin-top: 450px;
    position: absolute;
    right: 0;
    animation: float 1s infinite ease-in-out alternate;
  }
  .dy5-list {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .dy5-list-item {
    width: 100%;
    margin-bottom: 20px;
    cursor: pointer;
  }
  .dy5-list-item1 {
    border-radius: 10px;
    background: url(../images/dy/dy51.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    padding: 60px 0 60px 20px;
  }
  .dy5-list-item2 {
    border-radius: 10px;
    background: url(../images/dy/dy55.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    padding: 47px 0 46px 20px;
  }
  .dy5-list-item2-tt {
    padding-left: 15px;
  }
  .dy5-list-item2-title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
  }
  .dy5-list-item2-txt {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
  }
  .dy5-list-item:nth-of-type(2) .dy5-list-item1 {
    background: url(../images/dy/dy52.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    padding: 60px 0 60px 20px;
    border-radius: 10px;
  }
  .dy5-list-item:nth-of-type(3) .dy5-list-item1 {
    background: url(../images/dy/dy53.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    padding: 60px 0 60px 20px;
    border-radius: 10px;
  }
  .dy5-list-item:nth-of-type(4) .dy5-list-item1 {
    background: url(../images/dy/dy54.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    padding: 60px 0 60px 20px;
    border-radius: 10px;
  }
  .dy5-list-item1-title {
    color: #638fc2;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    padding-left: 15px;
  }
  .dy5-hd {
    display: none;
  }
  .dy6 {
    padding: 40px 0;
  }
  .dy6-list {
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .dy6-list-item {
    width: 48%;
    margin-bottom: 20px;
  }
  .dy6-list-item img {
    width: 100%;
  }
  .dy6-list-item-tt {
    background: #385ff6;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 0;
  }
}
@media screen and (min-width: 769px) {
  .dy1 {
    padding: 60px 0;
    background: rgba(245, 247, 255, 0.7);
  }
  .dy1 .gj-7-slide-item .txt {
    color: #333;
  }
  .dy2 {
    padding: 60px 0;
  }
  .dy2-content {
    padding-top: 20px;
  }
  .dy3 {
  }
  @keyframes float {
    100% {
      transform: translateY(20px);
    }
  }
  .dy3-xf1 {
    width: 120px;
    position: absolute;
    right: 0;
    animation: float 1s infinite ease-in-out alternate;
  }
  .dy3-xf2 {
    width: 60px;
    margin-top: 700px;
    position: absolute;
    left: 0;
    animation: float 1s infinite ease-in-out alternate;
  }
  .dy3-content {
    padding-top: 150px;
    height: 920px;
  }
  .dy3-list {
    padding-top: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .dy3-list-item {
    width: 48%;
    display: flex;
    flex-direction: row;
    border-radius: 10px;
    background: #f8f9ff;
    align-items: center;
    margin-bottom: 80px;
  }
  .dy3-list-item-tt {
    padding: 0 20px;
  }
  .dy3-list-item-tt-title {
    color: #385ff6;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px; /* 150% */
    letter-spacing: 2px;
  }
  .dy3-list-item-tt-txt {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px; /* 187.5% */
    letter-spacing: 2px;
  }
  .dy3-img {
    width: 250px;
    position: relative;
    left: 40%;
    top: -390px;
  }
  .dy3-img img {
    width: 100%;
  }
  .dy4 {
    padding: 120px 0;
    background: linear-gradient(
      90deg,
      #e9edff 0%,
      rgba(255, 255, 255, 0.49) 31.92%,
      rgba(255, 255, 255, 0.49) 50.63%,
      rgba(255, 255, 255, 0.49) 67.23%,
      #e9edff 99.19%
    );
  }
  .dy4-content {
    padding-top: 20px;
  }
  .dy4-content-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .dy4-list-item {
    width: 25%;
  }
  .dy4-content-list .center {
    width: 50%;
    padding: 0 20px;
  }
  .dy4-content-list .center img {
    width: 100%;
  }
  .dy4-list-item-tt-title {
    color: #385ff6;
    font-size: 20px;
    font-weight: 600;
  }
  .dy4-list-item-tt-txt {
    padding-top: 15px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px; /* 187.5% */
    letter-spacing: 2px;
  }
  .dy5 {
    padding: 60px 0;
  }
  .dy5-xf1 {
    width: 120px;
    position: absolute;
    left: 0;
    animation: float 1s infinite ease-in-out alternate;
  }
  .dy5-xf2 {
    width: 150px;
    position: absolute;
    right: 0;
    animation: float 1s infinite ease-in-out alternate;
  }
  .dy5-xf3 {
    width: 300px;
    margin-top: 300px;
    position: absolute;
    z-index: 99;
    right: 100px;
    animation: float 1s infinite ease-in-out alternate;
  }
  .dy5-xf4 {
    width: 120px;
    margin-top: 450px;
    position: absolute;
    right: 0;
    animation: float 1s infinite ease-in-out alternate;
  }
  .dy5-list {
    padding-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .dy5-list-item {
    width: 48%;
    margin-bottom: 60px;
    cursor: pointer;
  }
  .dy5-list-item1 {
    border-radius: 10px;
    background: url(../images/dy/dy51.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    padding: 60px 0 60px 60px;
  }
  .dy5-list-item2 {
    border-radius: 10px;
    background: url(../images/dy/dy55.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    padding: 47px 0 46px 60px;
  }
  .dy5-list-item2-tt {
    padding-left: 15px;
  }
  .dy5-list-item2-title {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 2px;
  }
  .dy5-list-item2-txt {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
  }
  .dy5-list-item:nth-of-type(2) .dy5-list-item1 {
    background: url(../images/dy/dy52.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    padding: 60px 0 60px 60px;
    border-radius: 10px;
  }
  .dy5-list-item:nth-of-type(3) .dy5-list-item1 {
    background: url(../images/dy/dy53.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    padding: 60px 0 60px 60px;
    border-radius: 10px;
  }
  .dy5-list-item:nth-of-type(4) .dy5-list-item1 {
    background: url(../images/dy/dy54.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    padding: 60px 0 60px 60px;
    border-radius: 10px;
  }
  .dy5-list-item1-title {
    color: #638fc2;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 2px;
    padding-left: 15px;
  }
  .dy5-hd {
    display: none;
  }
  .dy6 {
    padding: 60px 0;
  }
  .dy6-list {
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .dy6-list-item {
    width: 30%;
    margin-bottom: 40px;
  }
  .dy6-list-item img {
    width: 100%;
  }
  .dy6-list-item-tt {
    background: #385ff6;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    padding: 15px 0;
  }
}
