.downBody .downs {
  height: 264px;
  width: 100%;
  overflow: hidden;
  padding: 0 125px;
  background: #FFFFFF;
  display: flex;
  align-items: center; }
  .downBody .downs .item:nth-child(2n) {
    margin-left: auto; }
  .downBody .downs .item {
    width: 400px;
    height: 184px;
    background: #FFFFFF;
    border: 1px solid #C8C8C8;
    overflow: hidden; }
    .downBody .downs .item_icon {
      width: 167px;
      float: left;
      height: 145px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .downBody .downs .item_msg {
      float: left;
      padding-top: 35px; }
      .downBody .downs .item_msg h3 {
        font-size: 22px;
        color: #333333;
        letter-spacing: 0;
        margin-bottom: 15px; }
      .downBody .downs .item_msg p {
        font-size: 14px;
        color: #333333;
        letter-spacing: 0;
        margin-bottom: 10px; }
      .downBody .downs .item_msg .as {
        margin-top: 28px; }
        .downBody .downs .item_msg .as a {
          display: inline-block;
          margin-right: 26px;
          font-size: 16px;
          color: #0F9BE2;
          letter-spacing: 0; }
.downBody .demos {
  background: #05CCFF;
  height: 246px;
  margin-bottom: 6px; }
  .downBody .demos .title {
    width: 100%;
    display: flex;
    align-items: center; }
    .downBody .demos .title h3 {
      font-weight: 400;
      font-size: 26px;
      margin: 30px auto 40px auto;
      color: #FFFFFF;
      letter-spacing: 0;
      position: relative; }
      .downBody .demos .title h3:before {
        content: '';
        position: absolute;
        width: 28px;
        height: 3px;
        background: #FFFFFF;
        top: 50%;
        left: -55px; }
      .downBody .demos .title h3:after {
        content: '';
        position: absolute;
        width: 28px;
        height: 3px;
        background: #FFFFFF;
        top: 50%;
        right: -55px; }
  .downBody .demos .games {
    padding: 0 120px; }
    .downBody .demos .games .item {
      float: left;
      margin-right: 78px; }
      .downBody .demos .games .item:nth-child(7n) {
        margin-right: 0; }
      .downBody .demos .games .item .icon {
        position: relative;
        height: 70px;
        width: 70px; }
        .downBody .demos .games .item .icon img {
          width: 100%;
          display: block;
          position: absolute; }
        .downBody .demos .games .item .icon:before {
          content: '';
          width: 70px;
          height: 70px;
          background: #07B8E6;
          border-radius: 13px;
          position: absolute;
          right: -4px;
          top: 4px; }
      .downBody .demos .games .item em {
        font-style: normal;
        width: 70px;
        text-align: center;
        margin-top: 20px;
        display: block;
        font-size: 15px;
        color: #FFFFFF;
        letter-spacing: 0; }
.downBody .footer {
  overflow: hidden;
  margin-bottom: 12px; }
  .downBody .footer div {
    width: 50%;
    float: left; }
    .downBody .footer div img {
      width: 100%; }
.downBody .cards {
  padding: 0 252px;
  height: 242px;
  display: flex;
  align-items: center;
  background: #FFFFFF; }
  .downBody .cards .item {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 145px;
    height: 145px;
    padding-top: 47px; }
    .downBody .cards .item:nth-child(1) {
      border: 1px solid #FF3568; }
    .downBody .cards .item:nth-child(2) {
      border: 1px solid #8181E4;
      margin-left: auto; }
    .downBody .cards .item h3 {
      font-size: 20px;
      color: #333333;
      letter-spacing: 0;
      text-align: center;
      margin-bottom: 15px; }
    .downBody .cards .item em {
      font-style: normal;
      font-size: 14px;
      color: #333333;
      display: block;
      width: 100%;
      text-align: center;
      letter-spacing: 0; }
.downBody .null {
  height: 123px;
  background: #FFFFFF; }

.toolBody .banner {
  width: 100%;
  padding-left: 112px;
  height: 390px;
  background: url("../images/kaifang_xiangguanxiazai_juhexinxi_bannerbg.png") center no-repeat; }
  .toolBody .banner h1 {
    font-size: 54px;
    color: #FFFFFF;
    padding-top: 105px;
    letter-spacing: 0;
    margin-bottom: 15px; }
  .toolBody .banner h4 {
    font-size: 24px;
    font-weight: 400;
    color: #CCCCCC;
    letter-spacing: 0;
    margin-bottom: 34px; }
  .toolBody .banner .btns {
    overflow: hidden; }
    .toolBody .banner .btns a {
      display: block;
      float: left;
      margin-right: 44px;
      width: 160px;
      height: 50px;
      text-align: center;
      line-height: 50px;
      background: #FFFFFF;
      font-size: 18px;
      color: #666676;
      letter-spacing: 0; }
      .toolBody .banner .btns a:last-child {
        margin-right: 0; }
.toolBody .channels {
  padding: 50px 40px;
  background: #FFFFFF; }
  .toolBody .channels h3 {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
    padding-bottom: 44px; }
  .toolBody .channels .items {
    display: flex; }
    .toolBody .channels .items .item {
      flex: 1;
      text-align: center; }
      .toolBody .channels .items .item img {
        width: 86px;
        height: 86px;
        display: block;
        margin: 0 auto 8px auto; }
      .toolBody .channels .items .item em {
        font-style: normal;
        display: block;
        width: 100%;
        text-align: center;
        font-size: 16px;
        color: #333333;
        letter-spacing: 0; }
.toolBody .case {
  background: #FFFFFF;
  padding-bottom: 170px; }
  .toolBody .case .top > div {
    margin: 0 auto;
    width: 145px;
    height: 145px;
    -webkit-border-radius: 50%;
    text-align: center;
    padding-top: 47px;
    text-align: center;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #8181E4; }
    .toolBody .case .top > div h3 {
      font-size: 20px;
      color: #333333;
      letter-spacing: 0;
      margin-bottom: 10px; }
    .toolBody .case .top > div em {
      font-style: normal;
      font-size: 14px;
      color: #333333;
      letter-spacing: 0; }
  .toolBody .case .caseItems .item {
    position: relative;
    margin-bottom: 57px; }
    .toolBody .case .caseItems .item img {
      width: 100%; }
    .toolBody .case .caseItems .item .msgBlock {
      position: absolute;
      bottom: 35px;
      width: 160px; }
      .toolBody .case .caseItems .item .msgBlock h3 {
        font-size: 22px;
        color: #333333;
        letter-spacing: 0;
        margin-bottom: 41px; }
      .toolBody .case .caseItems .item .msgBlock p {
        width: 160px;
        font-size: 14px;
        line-height: 19px;
        color: #FFFFFF;
        letter-spacing: 0;
        min-height: 76px; }
    .toolBody .case .caseItems .item .left_msg {
      left: 28px; }
    .toolBody .case .caseItems .item .right_msg {
      right: 68px; }
      .toolBody .case .caseItems .item .right_msg h3 {
        text-align: right; }

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