.advantage {
    width: 1200px;
    text-align: center;
    background-color: #fff;
    margin: auto;
    padding: 80px 0;
  }

  .advantage .advantage_title {
    font-size: 30px;
    font-weight: bold;
  }

  .advantage .advantage_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }

  .advantage .advantage_box_item {
    width: 200px;
    height: 300px;
    background: linear-gradient(158deg, #E3F0FF 0%, #FFFFFF 100%);
    box-shadow: 0px 2px 4px 0px rgba(97, 97, 97, 0.17);
    border-radius: 5px;
  }

  .advantage .advantage_box img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-top: 50px;
  }

  .advantage .advantage_box_text {
    height: 170px;
    padding: 0 20px;
    margin-top: 30px;
  }

  .advantage .advantage_box_title {
    font-size: 24px;
    font-weight: bold;
    color: #539BFF;
  }

  .advantage .line {
    width: 1px;
    height: 30px;
    margin-left: 98px;
    margin-top: 10px;
    border-right: 2px solid transparent;
    background: linear-gradient(white, white) padding-box,
      repeating-linear-gradient(-45deg, #539BFF 0, #539BFF 2px, white 0, white 5px);
  }

  .advantage .round {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #539BFF;
    margin: auto;
    margin-top: 4px;
  }

  .rewardMode {
    width: 100%;
    background: #f6f6f6;
    padding: 80px 0;
  }

  .rewardMode .rewardMode_title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
  }

  .rewardMode .rewardMode_box {
    width: 1200px;
    height: 400px;
    margin-top: 40px;
    display: flex;
    background: url('/static/images/newIndex/rewardMode.png') no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .rewardMode .rewardMode_box .hd {
    width: 20%;
    height: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .rewardMode .rewardMode_box .hd_title {
    width: 200px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
  }

  .rewardMode .rewardMode_box .hdOn {
    color: #1192F0;
    border-left: 2px solid #1192F0;
    background: linear-gradient(115deg, #E0E4FF 0%, #F7F8FF 100%);
  }

  .rewardMode .rewardMode_box .bd {
    width: 50%;
    height: 60%;
  }

  .rewardMode .rewardMode_box .bd_box {
    width: 600px;
    height: 240px;
    display: none;
  }

  .rewardMode .rewardMode_box .bd_box img {
    width: 240px;
    height: 240px;
    object-fit: contain;
  }

  .rewardMode .rewardMode_box .bd_box .bd_box_content {
    flex: 1;
    margin-top: 20px;
    margin-left: 10px;

  }

  .rewardMode .rewardMode_box .bdOn {
    display: flex;
  }

  .example {
    width: 1200px;
    text-align: center;
    background-color: #fff;
    margin: auto;
    padding: 80px 0;
  }

  .example .example_title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
  }

  .broker {
    width: 100%;
    background: #f6f6f6;
    padding: 80px 0;
  }

  .broker .broker_title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
  }

  .broker .broker_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
  }

  .broker .broker_box .broker_box_left {
    width: 48%;
    font-size: 20px;
  }

  .broker .broker_box .broker_box_left span {
    color: #FF6D15;
  }

  .broker .broker_box .broker_box_right {
    width: 48%;
    font-size: 16px;
  }

  .broker .broker_box .broker_box_right_one {
    width: 230px;
    height: 40px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    background: #5B9DF3;
    border-radius: 20px 20px 0px 0px;
  }

  table {
    width: 500px;
    margin-top: 20px;
  }

  th {
    height: 40px;
    background: #FFDE9F;
  }

  th:nth-child(1) {
    background: #FFBE40;
    border-radius: 25px 0 0 0;
  }

  th:nth-child(4) {
    border-radius: 0 25px 0 0;
  }

  td {
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #B7D6FF;
  }

  td:nth-child(1) {
    border-radius: 0 0 0 25px;
    background: #5B9DF3;
  }

  td:nth-child(4) {
    border-radius: 0 0 25px 0;
  }