.support {
    width: 100%;
    flex: 1;
  }
  .support-wd {
    width: 1200px;
    margin: 0 auto;
  }
  .support .title {
    margin: 0;
    font-size: 2.5rem;
    color: #000000;
    line-height: 46px;
    text-align: left;
    margin-top: 35px;
    font-weight: bold;
    font-family: Times New Roman, Cambria, Liberation Serif, Hoefler Text, Georgia, Times New Roman, Noto Serif, Liberation Serif;
  }
  .support .second_title {
    margin-top: 17px;
    color: #444;
    font-size: 1.375rem;
    font-weight: bold;
  }
  .support-item {
    width: 100%;
    margin-top: 54px;
  }
  .support-item .substance {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .support-item .substance-nav {
    width: 1200px;
    border-bottom: 1px solid #0093D5;
  }
  .support-item .substance-nav .info {
    font-size: 1.125rem;
    color: #0093D5;
    font-weight: bold;
    padding-bottom: 8px;
    box-sizing: border-box;
    border-bottom: 2px solid #0093D5;
    display: inline-block;
  }
  .support-item .substance .option {
    padding-left: 16px;
    position: relative;
    margin-top: 20px;
    font-size: 1.125rem;
    color: #474747;
  }
  .support-item .substance .option::before {
    display: block;
    content: "";
    width: 8px;
    height: 5px;
    border-radius: 4px;
    background-color: #0093D5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
  }
  .support-item .substance .no_tag_option {
    margin-left: 16px;
    margin-top: 20px;
    font-size: 1.125rem;
    color: #474747;
  }
  .support-item .substance .country_choice {
    margin-left: 16px;
    padding: 8px 14px;
    box-shadow: 3px 3px 0px 0 #e3eef2;
    border: 1px solid #E1E1E1;
    margin-top: 10px;
  }
  .support-item .substance .country_choice:hover{background: #eefaff}
  .support-item .substance .blue {
    color: #0093D5;
  }

  .high_support{
    background-color: #212121;
  }
  .high_support button{
    background-color: #666;
  }
  .high_support p{
    color: #FFFF00 !important;
  }
  .high_support span{
    color: #FFFF00 !important;
  }
  .high_support h2{
    color: #FFFF00 !important;
  }
  .high_support button{
    color: #FFFF00 !important;
  }