.topbgbanner, .ContentSection {
  background: #f2f2f2; }

.ContentSection {
  padding-bottom: 30px; }
  .ContentSection .container {
    background: #fff; }
  .ContentSection .rightTopCenterTitle {
    padding: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 20px; }
    .ContentSection .rightTopCenterTitle span {
      color: #333;
      font-size: 14px; }
    .ContentSection .rightTopCenterTitle a {
      font-size: 14px;
      color: #0071bc;
      margin-left: 5px; }
  .ContentSection .tabSwitch ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .ContentSection .tabSwitch ul li {
      margin: 0 20px;
      padding: 0 30px;
      padding-bottom: 10px;
      border-bottom: 4px solid transparent; }
      .ContentSection .tabSwitch ul li.active {
        border-bottom-color: #0071bc; }
        .ContentSection .tabSwitch ul li.active a .text {
          color: #0071bc; }
        .ContentSection .tabSwitch ul li.active a .img img:nth-of-type(2) {
          display: block; }
        .ContentSection .tabSwitch ul li.active a .img img:nth-of-type(1) {
          display: none; }
      .ContentSection .tabSwitch ul li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .ContentSection .tabSwitch ul li a .img img:nth-of-type(1) {
          display: block; }
        .ContentSection .tabSwitch ul li a .img img:nth-of-type(2) {
          display: none; }
        .ContentSection .tabSwitch ul li a .text {
          font-size: 14px;
          color: #333;
          -webkit-transition: 0.5s ease all;
          transition: 0.5s ease all; }
  .ContentSection .articleSection .nextbutton {
    width: 150px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    height: 40px;
    background-color: #666;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 80px auto 120px;
    color: #fff;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all; }
    .ContentSection .articleSection .nextbutton.active {
      background: #0071bc; }
  .ContentSection .articleSection .TheIdentityYouChoose {
    width: 300px;
    margin: 0 auto;
    margin-top: 50px;
    padding-bottom: 20px; }
    .ContentSection .articleSection .TheIdentityYouChoose .title {
      font-size: 12px;
      color: #333; }
    .ContentSection .articleSection .TheIdentityYouChoose .list a {
      background-color: #F4F4F4;
      margin-top: 20px;
      padding: 10px 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      width: 100%;
      font-size: 14px;
      color: #333;
      -webkit-transition: 0.5s ease all;
      transition: 0.5s ease all; }
      .ContentSection .articleSection .TheIdentityYouChoose .list a.active {
        background-color: #0071bc;
        color: #fff; }
  .ContentSection .articleSection .TheIdentityYouChoose2 {
    display: none;
    width: 430px;
    margin: 0 auto;
    margin-top: 100px;
    padding-bottom: 200px; }
    .ContentSection .articleSection .TheIdentityYouChoose2 .styleblock {
      color: #333;
      font-size: 14px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: 20px; }
      .ContentSection .articleSection .TheIdentityYouChoose2 .styleblock .list {
        margin-left: 5px;
        width: 280px;
        margin: 0 auto; }
        .ContentSection .articleSection .TheIdentityYouChoose2 .styleblock .list .PleaseSelect {
          text-align: center;
          position: relative; }
          .ContentSection .articleSection .TheIdentityYouChoose2 .styleblock .list .PleaseSelect img {
            position: absolute;
            right: 20px;
            bottom: 0;
            top: 0;
            margin: auto; }
        .ContentSection .articleSection .TheIdentityYouChoose2 .styleblock .list .PleaseSelect, .ContentSection .articleSection .TheIdentityYouChoose2 .styleblock .list .con div {
          background: #3a3a3a;
          color: #fff;
          font-size: 14px;
          text-align: center;
          padding: 13px 0;
          cursor: pointer; }
        .ContentSection .articleSection .TheIdentityYouChoose2 .styleblock .list .con div {
          -webkit-transition: 0.5s ease all;
          transition: 0.5s ease all; }
          .ContentSection .articleSection .TheIdentityYouChoose2 .styleblock .list .con div:hover {
            background-color: #f4f4f4;
            color: #4b4646; }

.TheIdentityYouChoose3 {
  width: 430px;
  display: none;
  margin: 0 auto;
  padding-bottom: 40px;
  margin-top: 100px; }
  .TheIdentityYouChoose3 .styleblock {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .TheIdentityYouChoose3 .styleblock input {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      min-width: 0;
      border: 1px solid #808080;
      height: 30px;
      outline: none;
      font-size: 14px;
      padding-left: 10px; }
    .TheIdentityYouChoose3 .styleblock span {
      font-size: 14px;
      color: #333;
      min-width: 100px; }
  .TheIdentityYouChoose3 .styleblock .ChosenIdentityInput, .TheIdentityYouChoose3 .styleblock .NatureOfTheBusiness {
    border: 0;
    outline: none;
    position: relative; }
    .TheIdentityYouChoose3 .styleblock .ChosenIdentityInput::after, .TheIdentityYouChoose3 .styleblock .NatureOfTheBusiness::after {
      width: 100%;
      height: 100%;
      display: block;
      top: 0;
      left: 0;
      margin: auto;
      content: '';
      position: absolute; }
  .TheIdentityYouChoose3 .SendCode {
    width: 115px;
    height: 30px;
    background: #0071bc;
    color: #fff;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 5px; }
  .TheIdentityYouChoose3 .WithMoney {
    margin-bottom: 0; }
    .TheIdentityYouChoose3 .WithMoney, .TheIdentityYouChoose3 .WithMoney a {
      color: #333;
      font-size: 14px; }
  .TheIdentityYouChoose3 .styleblock .check {
    width: 15px;
    margin-right: 10px;
    -webkit-box-flex: initial;
    -webkit-flex: initial;
        -ms-flex: initial;
            flex: initial;
    -webkit-box-flex: inherit;
    -webkit-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    margin-left: 30px; }
  .TheIdentityYouChoose3 .styleblock .submit {
    width: 150px;
    height: 40px;
    background: #0071bc;
    color: #fff;
    font-size: 14px;
    -webkit-box-flex: inherit;
    -webkit-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    -webkit-box-flex: initial;
    -webkit-flex: initial;
        -ms-flex: initial;
            flex: initial;
    padding-left: 0 !important; }
  .TheIdentityYouChoose3 .styleblock.require::before {
    content: '*';
    color: #f00;
    font-size: 12px;
    margin-right: 20px; }

.TheIdentityYouChoose3 .styleblock span {
  min-width: 215px; }

.TheIdentityYouChoose3 {
  width: 700px; }

.TheIdentityYouChoose3 .SendCode {
  width: 180px; }

@media (max-width: 575px) {
  .ContentSection .tabSwitch ul li {
    margin: 0;
    padding: 10px; }
  .ContentSection .tabSwitch ul li.active a .text {
    text-align: center; }
  .ContentSection .tabSwitch ul li a .text {
    text-align: center; }
  .ContentSection .articleSection .TheIdentityYouChoose {
    width: 100%; }
  .ContentSection .articleSection .TheIdentityYouChoose {
    margin-top: 30px; }
  .ContentSection .articleSection .nextbutton {
    margin: 30px auto; }
  .ContentSection .articleSection .TheIdentityYouChoose {
    padding-bottom: 20px; }
  .ContentSection .articleSection .TheIdentityYouChoose2 {
    width: 100%;
    margin-top: 20px; }
  .ContentSection .articleSection .TheIdentityYouChoose2 .styleblock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .ContentSection .articleSection .TheIdentityYouChoose2 .styleblock .list {
    margin-top: 20px; }
  .ContentSection .articleSection .TheIdentityYouChoose2 .styleblock .list {
    width: 100%; }
  .ContentSection .articleSection .TheIdentityYouChoose2 {
    padding-bottom: 10px; }
  .TheIdentityYouChoose3 {
    width: 100%;
    margin-top: 30px; }
  .TheIdentityYouChoose3 .styleblock {
    margin-bottom: 20px; }
  .TheIdentityYouChoose3 .styleblock {
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .TheIdentityYouChoose3 .styleblock input {
      width: 100%;
      -webkit-box-flex: initial;
      -webkit-flex: initial;
          -ms-flex: initial;
              flex: initial;
      margin-top: 10px; }
  .TheIdentityYouChoose3 .styleblock.require::before {
    margin-right: 10px; }
  .TheIdentityYouChoose3 .SendCode {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px; }
  .TheIdentityYouChoose3 .styleblock span {
    min-width: 0; }
  .TheIdentityYouChoose3 .styleblock .check {
    margin-left: 0;
    margin-top: 0px; }
  .TheIdentityYouChoose3 .styleblock.lab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
    .TheIdentityYouChoose3 .styleblock.lab span {
      display: none; }
  .TheIdentityYouChoose3 .submit {
    margin: 0 auto; } }

.TheIdentityYouChoose3 {
  display: block; }

