.big_box {
    width: 100%;
    height: 2370px;
    background: url("../images/big_bg.png") no-repeat center;
    background-size: 100% 100%;
  }
  .big_box .top {
    padding-top: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .big_box .top .logo_img {
    width: 158px;
    height: 38px;
  }
  .big_box .top .top_cont {
    width: 100%;
    height: 302px;
    background: url("../images/top_bg.png") no-repeat center;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
  }
  .big_box .top .top_cont .list_item {
    width: 100%;
    height: 113px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    padding-bottom: 20px;
  }
  .big_box .top .top_cont .list_item .proxy_item {
    color: #fff;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .big_box .top .top_cont .list_item .proxy_item img {
    width: 60px;
    height: 60px;
  }
  .big_box .container_box {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .big_box .container_box .net_box {
    border-radius: 8px;
    background: linear-gradient(180deg, #222C47 0%, #14192C 100%);
    padding: 20px 18px;
    box-sizing: border-box;
  }
  .big_box .container_box .net_box .net_item {
    width: 100%;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 8px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    gap: 15px;
  }
  .big_box .container_box .net_box .net_item .index_box {
    background: linear-gradient(180deg, #40C8FF 0%, #009EE8 100%);
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 20px;
  }
  .big_box .container_box .net_box .net_item .net_c {
    flex: 1;
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    color: #fff;
  }
  .big_box .container_box .net_box .net_item .btn {
    padding: 0 10px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background: linear-gradient(180deg, #40C8FF 0%, #009EE8 100%);
    border-radius: 32px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
  }
  .big_box .container_box .net_box .net_item:last-child {
    margin-bottom: 0;
  }
  .big_box .container_box .banner_bg {
    margin-top: 16px;
    width: 100%;
  }
  .big_box .container_box .word_container {
    width: 100%;
    /* height: 623px; */
    background: url("../images/word_bg.png") no-repeat center;
    background-size: 100% 100%;
    margin-top: 8px;
    padding: 0 16px;
    padding-bottom: 20px;
    box-sizing: border-box;
  }
  .big_box .container_box .word_container .top_wrod {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 40px;
    box-sizing: border-box;
    /* gap: 55px; */
    margin-bottom: 12px;
  }
  .big_box .container_box .word_container .top_wrod .title {
    width: 107px;
    height: 13px;
  }
  .big_box .container_box .word_container .top_wrod .logo_img {
    width: 158px;
    height: 38px;
    margin-top: 13px;
  }
  .big_box .title_1 {
    font-size: 16px;
    font-weight: 700;
    background: linear-gradient(180deg, #40C8FF 0%, #009EE8 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left;
    margin-bottom: 6px;
    line-height: 22px;
  }
  .big_box .title_2 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 6px;
    line-height: 20px;
  }
  .big_box .title_3 {
    position: relative;
    padding-left: 18px;
    box-sizing: border-box;
  }
  .big_box .title_3::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 10px;
    left: 0;
  }
  .big_box .word_item {
    border-radius: 8px;
    background: linear-gradient(180deg, #222C47 0%, #14192C 100%);
    padding: 16px 18px;
    margin-top: 15px;
  }/*# sourceMappingURL=index.css.map */