main {
  background-color: #f0edf1; }

.floor_1 {
  text-align: center; }
  .floor_1 .fixed_width {
    background-color: #ffffff;
    padding: 71px 0 50px; }
  .floor_1 h2 {
    font-size: 28px;
    color: #080006; }
  .floor_1 h3 {
    color: #080006;
    font-size: 12px;
    margin-top: 17px; }
  .floor_1 h4 {
    color: #717171;
    font-size: 16px;
    margin-top: 29px; }

.floor_2 {
  margin-top: 20px;
  background-color: #f0edf1; }
  .floor_2 ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .floor_2 ul li + li {
      padding-top: 14px; }
  .floor_2 .item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-color: #ffffff; }
    .floor_2 .item + .item {
      margin-left: 10px; }
    .floor_2 .item .top {
      position: relative; }
      .floor_2 .item .top img {
        width: 100%; }
      .floor_2 .item .top p {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 80px;
        line-height: 80px;
        text-align: center;
        color: #ffffff;
        font-size: 20px;
        font-weight: bold;
        background-color: rgba(0, 0, 0, 0.8); }
      .floor_2 .item .top .tip {
        position: absolute;
        top: 22px;
        padding-left: 35px;
        padding-right: 32px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-color: #538ceb;
        color: #ffffff;
        font-weight: bold;
        font-size: 20px;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px; }
    .floor_2 .item .bottom {
      padding: 36px 0 40px 0;
      text-align: center; }
      .floor_2 .item .bottom p {
        color: #717171;
        font-size: 15px;
        line-height: 30px; }
      .floor_2 .item .bottom b {
        display: block;
        margin: 26px auto 22px;
        color: #080006;
        font-size: 20px; }

.floor_3 {
  margin-top: 15px;
  padding-bottom: 88px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  overflow: hidden; }
  .floor_3 .fixed_width {
    background-color: #ffffff; }
  .floor_3 a {
    color: #080006;
    font-size: 16px; }
/*# sourceMappingURL=account.css.map */