.s2-fraud {
  padding-top: 80px;
}
.s2-fraud .s2-title-Description p {
  color: #999;
  font-size: 14px;
}
.s2-fraud .s2-title-Description p a {
  margin: 0;
}
@media (max-width: 768px) {
  .s2-fraud .s2-title-Description p {
    color: #999;
    font-size: 3.5vw;
    line-height: 6vw;
  }
}
.s2-fraud .s2-banner {
  background: url("/web/shiwaicloud/s2-file/assets/img/fraud/banner (1).jpg") no-repeat center;
  background-size: cover;
}
.s2-fraud .s2-banner .s2-defaultWidth .s2-bannerTitle span {
  margin-bottom: 30px;
  color: #fff;
}
.s2-fraud .s2-banner .s2-defaultWidth .s2-bannerTitle p {
  color: #fff;
  width: 500px;
}
@media (max-width: 768px) {
  .s2-fraud .s2-banner {
    background: url("/web/shiwaicloud/s2-file/assets/img/fraud/bannerda3dba19f70f81d2.png") no-repeat center;
    background-size: cover;
    height: 70vw;
  }
  .s2-fraud .s2-banner .s2-defaultWidth .s2-bannerTitle {
    justify-content: center;
  }
  .s2-fraud .s2-banner .s2-defaultWidth .s2-bannerTitle span {
    margin-bottom: 3vw;
    text-align: left;
  }
  .s2-fraud .s2-banner .s2-defaultWidth .s2-bannerTitle p {
    color: #fff;
    width: 60%;
    -webkit-line-clamp: initial;
  }
}
.s2-fraud .s2-serviceByHours .s2-defaultWidth .s2-currentSection {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.s2-fraud .s2-serviceByHours .s2-defaultWidth .s2-currentSection .s2-itemDistinguish {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 70px 30px;
  gap: 30px;
  border: 1px solid #eee;
  color: #999;
}
.s2-fraud .s2-serviceByHours .s2-defaultWidth .s2-currentSection .s2-itemDistinguish:hover {
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .s2-fraud .s2-serviceByHours .s2-defaultWidth .s2-currentSection {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5vw;
  }
  .s2-fraud .s2-serviceByHours .s2-defaultWidth .s2-currentSection .s2-itemDistinguish {
    padding: 15vw 5vw;
    gap: 8vw;
  }
  .s2-fraud .s2-serviceByHours .s2-defaultWidth .s2-currentSection .s2-itemDistinguish img {
    width: 20vw;
    height: 20vw;
  }
}
.s2-fraud .s2-securityPrecautions {
  background-color: #f5f7f8;
}
.s2-fraud .s2-securityPrecautions .s2-defaultWidth .s2-currentSection {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.s2-fraud .s2-securityPrecautions .s2-defaultWidth .s2-currentSection .s2-itemToGuardAgainst {
  padding: 20px 20px 20px 60px;
  background-color: #fff;
  color: rgb(243, 111, 111);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: 1px 2px 4px rgba(88, 88, 88, 0.13);
  font-size: 14.5px;
  position: relative;
  display: flex;
  align-items: center;
}
.s2-fraud .s2-securityPrecautions .s2-defaultWidth .s2-currentSection .s2-itemToGuardAgainst::after {
  content: "";
  position: absolute;
  left: 30px;
  width: 16px;
  height: 2px;
  border-radius: 5px;
  background-color: rgb(239, 68, 68);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.s2-fraud .s2-securityPrecautions .s2-defaultWidth .s2-currentSection .s2-itemToGuardAgainst::before {
  content: "";
  position: absolute;
  left: 30px;
  width: 16px;
  height: 2px;
  border-radius: 5px;
  background-color: rgb(239, 68, 68);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
@media (max-width: 768px) {
  .s2-fraud .s2-securityPrecautions .s2-defaultWidth .s2-currentSection {
    gap: 4vw;
  }
  .s2-fraud .s2-securityPrecautions .s2-defaultWidth .s2-currentSection .s2-itemToGuardAgainst {
    padding: 5vw 5vw 5vw 10vw;
    border-radius: 1vw;
    -webkit-border-radius: 1vw;
    -moz-border-radius: 1vw;
    -ms-border-radius: 1vw;
    -o-border-radius: 1vw;
    font-size: 3.5vw;
  }
  .s2-fraud .s2-securityPrecautions .s2-defaultWidth .s2-currentSection .s2-itemToGuardAgainst::after {
    content: "";
    position: absolute;
    left: 5vw;
    width: 4vw;
    height: 0.4vw;
    border-radius: 5px;
    background-color: rgb(239, 68, 68);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .s2-fraud .s2-securityPrecautions .s2-defaultWidth .s2-currentSection .s2-itemToGuardAgainst::before {
    content: "";
    position: absolute;
    left: 5vw;
    width: 4vw;
    height: 0.4vw;
    border-radius: 5px;
    background-color: rgb(239, 68, 68);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
}
.s2-fraud .s2-classicCase .s2-defaultWidth .s2-currentSection {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.s2-fraud .s2-classicCase .s2-defaultWidth .s2-currentSection .s2-itemCase {
  padding: 30px;
  border: 1px solid #eeeeee;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.s2-fraud .s2-classicCase .s2-defaultWidth .s2-currentSection .s2-itemCase img {
  width: 60px;
}
.s2-fraud .s2-classicCase .s2-defaultWidth .s2-currentSection .s2-itemCase .s2-textCase {
  display: flex;
  flex-direction: column;
}
.s2-fraud .s2-classicCase .s2-defaultWidth .s2-currentSection .s2-itemCase .s2-textCase span {
  font-size: 18px;
  color: #333;
}
.s2-fraud .s2-classicCase .s2-defaultWidth .s2-currentSection .s2-itemCase .s2-textCase p {
  color: #999;
  line-height: 25px;
  margin: 10px 0;
}
.s2-fraud .s2-classicCase .s2-defaultWidth .s2-currentSection .s2-itemCase .s2-textCase .s2-aKey {
  color: #ff7f00;
  line-height: 25px;
}
@media (max-width: 768px) {
  .s2-fraud .s2-classicCase .s2-defaultWidth .s2-currentSection {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 4vw;
  }
  .s2-fraud .s2-classicCase .s2-defaultWidth .s2-currentSection .s2-itemCase {
    padding: 5vw;
    gap: 3vw;
    flex-direction: column;
    align-items: center;
  }
  .s2-fraud .s2-classicCase .s2-defaultWidth .s2-currentSection .s2-itemCase img {
    width: 15vw;
  }
  .s2-fraud .s2-classicCase .s2-defaultWidth .s2-currentSection .s2-itemCase .s2-textCase {
    display: flex;
    flex-direction: column;
  }
  .s2-fraud .s2-classicCase .s2-defaultWidth .s2-currentSection .s2-itemCase .s2-textCase span {
    font-size: 4.5vw;
    text-align: center;
  }
  .s2-fraud .s2-classicCase .s2-defaultWidth .s2-currentSection .s2-itemCase .s2-textCase p {
    line-height: 6vw;
    margin: 2vw 0;
  }
  .s2-fraud .s2-classicCase .s2-defaultWidth .s2-currentSection .s2-itemCase .s2-textCase .s2-aKey {
    line-height: 6vw;
  }
}
.s2-fraud .s2-lawsAndRegulations {
  background-color: #f5f7f8;
}
.s2-fraud .s2-lawsAndRegulations .s2-defaultWidth .s2-currentSection {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.s2-fraud .s2-lawsAndRegulations .s2-defaultWidth .s2-currentSection .s2-itemStatute {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  overflow: hidden;
}
.s2-fraud .s2-lawsAndRegulations .s2-defaultWidth .s2-currentSection .s2-itemStatute .s2-headCase {
  padding: 20px 30px;
  background-color: #00aaff;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.s2-fraud .s2-lawsAndRegulations .s2-defaultWidth .s2-currentSection .s2-itemStatute .s2-mainContentOfTheCase {
  background-color: #fff;
  padding: 20px 30px;
  color: #666;
  line-height: 25px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .s2-fraud .s2-lawsAndRegulations .s2-defaultWidth .s2-currentSection {
    gap: 4vw;
  }
  .s2-fraud .s2-lawsAndRegulations .s2-defaultWidth .s2-currentSection .s2-itemStatute {
    display: flex;
    flex-direction: column;
    border-radius: 1vw;
    -webkit-border-radius: 1vw;
    -moz-border-radius: 1vw;
    -ms-border-radius: 1vw;
    -o-border-radius: 1vw;
    overflow: hidden;
  }
  .s2-fraud .s2-lawsAndRegulations .s2-defaultWidth .s2-currentSection .s2-itemStatute .s2-headCase {
    padding: 4vw 5vw;
    font-size: 4vw;
  }
  .s2-fraud .s2-lawsAndRegulations .s2-defaultWidth .s2-currentSection .s2-itemStatute .s2-mainContentOfTheCase {
    padding: 4vw 5vw;
    line-height: 6vw;
    gap: 5vw;
  }
}

@media (max-width: 768px) {
  .s2-fraud {
    padding-top: 15vw;
  }
}

/*# sourceMappingURL=fraud.css.map */
