.banner {
  height: 400px;
  background: url("../images/icon_shhouye_banner.png") center no-repeat;
  background-color: #07A8F8; }
  .banner .bannerBlock {
    position: relative;
    height: 100%; }
  .banner .loginDiv {
    position: absolute;
    right: 120px;
    width: 280px;
    height: 266px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #0000000f;
    border-radius: 3px;
    padding: 71px 40px 0 40px; }
    .banner .loginDiv .inputDiv {
      position: relative; }
      .banner .loginDiv .inputDiv .icon {
        position: absolute;
        left: 0;
        width: 35px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .banner .loginDiv .inputDiv .icon img {
          width: 21px; }
      .banner .loginDiv .inputDiv input {
        width: 100%;
        height: 34px;
        padding-left: 50px;
        border: none;
        outline-style: none;
        margin-bottom: 15px; }
    .banner .loginDiv .btns {
      overflow: hidden; }
      .banner .loginDiv .btns button, .banner .loginDiv .btns a {
        width: 50%;
        font-size: 14px;
        line-height: 38px;
        text-align: center;
        height: 38px;
        color: #FFFFFF;
        letter-spacing: 0;
        border: none;
        outline-style: none;
        float: left; }
      .banner .loginDiv .btns .first {
        background: #6699FF; }
      .banner .loginDiv .btns .last {
        background: #4885FE; }
    .banner .loginDiv .other {
      margin-top: 17px;
      text-align: center; }
      .banner .loginDiv .other a {
        font-size: 14px;
        color: #FFFFFF;
        letter-spacing: 0; }
  .banner .UserInfo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    padding: 30px 0;
    right: 120px;
    width: 280px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 8px;
    background: #FFFFFF; }
    .banner .UserInfo .item {
      color: #888;
      width: 100%;
      padding-left: 40px;
      font-size: 17px;
      font-weight: 400;
      height: 50px;
      display: flex;
      align-items: center; }
    .banner .UserInfo .loginOutBtn {
      background: #66B8F2;
      width: 200px;
      color: #FFFFFF;
      border-radius: 5px;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 34px;
      margin: 0 auto; }

.Message {
  background: #FFFFFF; }
  .Message_title {
    padding: 22px 0;
    background: #FFFFFF; }
    .Message_title h2 {
      font-size: 26px;
      color: #333333;
      font-weight: 400;
      margin-bottom: 10px;
      text-align: center; }
    .Message_title em {
      font-size: 12px;
      text-align: center;
      width: 100%;
      display: block;
      color: #666666;
      font-style: normal; }
  .Message_nums {
    padding: 20px 248px;
    display: flex;
    justify-content: space-between; }
    .Message_nums .item {
      width: 140px;
      height: 140px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      .Message_nums .item h4 {
        font-size: 32px;
        margin-bottom: 10px; }
      .Message_nums .item em {
        font-size: 18px;
        font-style: normal; }
    .Message_nums .color1 {
      color: #E94997;
      border: 1px solid #E94997; }
    .Message_nums .color2 {
      color: #E86F2C;
      border: 1px solid #E86F2C; }
    .Message_nums .color3 {
      color: #66B8F2;
      border: 1px solid #66B8F2; }
  .Message_process {
    overflow: hidden;
    padding: 20px 88px; }
    .Message_process .item {
      width: 120px;
      margin-right: 100px;
      float: left;
      position: relative; }
      .Message_process .item:last-child {
        margin-right: 0; }
      .Message_process .item .icon {
        text-align: center;
        display: block;
        width: 100%;
        margin-bottom: 23px; }
      .Message_process .item h3 {
        font-weight: 400;
        font-size: 16px;
        text-align: center;
        margin-bottom: 6px; }
      .Message_process .item em {
        font-size: 12px;
        color: #666666;
        font-style: normal; }
    .Message_process .spots {
      position: absolute;
      left: 120px;
      top: 34px;
      -webkit-transform: translateY(-3px);
      -moz-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
      -o-transform: translateY(-3px);
      transform: translateY(-3px);
      width: 101px;
      overflow: hidden; }
      .Message_process .spots i {
        display: block;
        float: left;
        width: 6px;
        background: #666666;
        height: 6px;
        margin-right: 13px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
        .Message_process .spots i:last-child {
          margin-right: 0; }
  .Message_fun {
    height: 303px;
    margin-bottom: 22px;
    background: url("../images/icon_shhouye_bg1.png") center no-repeat;
    overflow: hidden; }
    .Message_fun .item {
      width: 25%;
      height: 303px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      float: left; }
      .Message_fun .item img {
        width: 66px;
        height: 66px;
        margin-bottom: 23px; }
      .Message_fun .item h4 {
        font-size: 16px;
        color: #FFFFFF;
        font-weight: 400;
        margin-bottom: 17px; }
      .Message_fun .item em {
        font-style: normal;
        font-size: 12px;
        width: 140px;
        line-height: 1.4em;
        color: #DFDFDF; }
  .Message_cooperation {
    overflow: hidden;
    margin-bottom: 16px; }
    .Message_cooperation .item {
      width: 288px;
      float: left;
      height: 415px;
      margin-right: 16px; }
      .Message_cooperation .item:last-child {
        margin-right: 0; }
      .Message_cooperation .item .mask {
        width: 100%;
        margin-top: 128px;
        height: 176px;
        background: rgba(0, 0, 0, 0.45);
        padding: 37px 56px 0 78px; }
        .Message_cooperation .item .mask h4 {
          margin-bottom: 20px;
          font-size: 18px;
          color: #FFFFFF;
          text-align: center; }
        .Message_cooperation .item .mask em {
          font-style: normal;
          font-size: 14px;
          color: #D6D6D6;
          line-height: 1.4em; }
    .Message_cooperation .bg1 {
      background: url("../images/icon_shhouye_jishuzhichi.png"); }
    .Message_cooperation .bg2 {
      background: url("../images/icon_shhouye_youxiyunying.png"); }
    .Message_cooperation .bg3 {
      background: url("../images/icon_shhouye_pingtaidajian.png"); }
    .Message_cooperation .bg4 {
      background: url("../images/icon_shhouye_hezuohuoban.png"); }

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