﻿#RentalSupplier {
  margin-bottom: -100px;
  padding-top: 70px;
  background-color: #F7FAFF; }
  #RentalSupplier .container {
    padding: 0 0 90px; }
  #RentalSupplier .co-title {
    text-align: center;
    font-size: 30px;
    color: #212022;
    padding: 0;
    margin: 0 0 16px;
    letter-spacing: 2px; }
  #RentalSupplier .co-tip {
    text-align: center;
    padding: 0;
    margin: 0 0 78px;
    font-size: 14px;
    color: #83848e;
    -webkit-font-smoothing: antialiased; }
  #RentalSupplier .col-lg-4 {
    background-color: #fff;
    padding: 0; }
  #RentalSupplier .col-lg-3 {
    width: 25%;
    float: left; }
  #RentalSupplier .lists {
    width: 262px;
    background: #F9FAFC;
    border-radius: 5px;
    padding: 18px 15px 16px 15px;
    margin: 0 auto 36px auto;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0.5, 0.5, 0.4);
    transition: all 0.4s cubic-bezier(0.4, 0.5, 0.5, 0.4);
    background: #FFFFFF;
    box-shadow: 0 1px 6px 0 rgba(71, 133, 249, 0.1); }
    #RentalSupplier .lists .lists-name {
      font-family: PingFangSC-Regular;
      font-size: 18px;
      color: #212022;
      letter-spacing: 0;
      line-height: 18px; }
    #RentalSupplier .lists .lists-header {
      margin-bottom: 25px;
      height: 33px;
      line-height: 33px;
      font-family: PingFangSC-Light;
      font-size: 12px;
      color: #83848E;
      letter-spacing: 0; }
      #RentalSupplier .lists .lists-header .online {
        display: inline-block;
        background: #07CC59;
        height: 6px;
        width: 6px;
        border-radius: 50%;
        margin-left: 6px; }
    #RentalSupplier .lists .lists-right {
      float: right; }
    #RentalSupplier .lists em {
      font-size: 18px;
      color: #000000;
      letter-spacing: -0.25px;
      font-style: normal; }
    #RentalSupplier .lists .yen {
      font-family: PingFangSC-Semibold;
      font-size: 24px;
      color: #000000;
      letter-spacing: -0.34px; }
    #RentalSupplier .lists .unit {
      font-family: PingFangSC-Light;
      font-size: 12px;
      color: #83848E;
      letter-spacing: 0; }
    #RentalSupplier .lists .lists-type {
      font-family: PingFangSC-Semibold;
      font-size: 12px;
      color: #B3B5B7;
      letter-spacing: 0;
      line-height: 12px;
      margin-bottom: 12px; }
    #RentalSupplier .lists .lists-last {
      font-family: PingFangSC-Light;
      font-size: 12px;
      color: #0F0E10;
      letter-spacing: -0.29px;
      line-height: 12px; }
      #RentalSupplier .lists .lists-last .star {
        color: #F5A623; }
      #RentalSupplier .lists .lists-last .num {
        font-family: PingFangSC-Semibold; }
  #RentalSupplier .lists:hover {
    -webkit-box-shadow: 0 1px 24px 2px rgba(71, 133, 249, 0.3);
    box-shadow: 0 1px 24px 2px rgba(71, 133, 249, 0.3);
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); }
  @media (max-width: 992px) {
    #RentalSupplier .order-list-2 .lists-bottom {
      margin: 0 auto 60px auto; } }
  #RentalSupplier .btn {
    margin-left: 15px;
    background: #4785F9;
    width: 188px;
    height: 44px;
    margin-top: 10px;
    font-size: 15px;
    color: #FFFFFF;
    border: none;
    outline: none;
    cursor: pointer;
    letter-spacing: 1px; }
    #RentalSupplier .btn:hover {
      background-color: #357ae8; }
    #RentalSupplier .btn .citySelect {
      color: #FFFFFF;
      font-weight: 700;
      letter-spacing: 1.07px; }

#RentalCompletedOrder {
  border-top: 1px solid #eee;
  padding-top: 50px; }
  #RentalCompletedOrder .container {
    padding: 0;
    padding-bottom: 50px; }
  #RentalCompletedOrder .co-title {
    font-size: 30px;
    color: #212022;
    padding: 0;
    margin: 0;
    margin-bottom: 16px;
    letter-spacing: 2px; }
  #RentalCompletedOrder .co-tip {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #83848e;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 60px; }
  #RentalCompletedOrder .col-lg-4 {
    background-color: #fff;
    padding: 0;
    width: 33.3%;
    float: left; }
  #RentalCompletedOrder .lists {
    width: 360px;
    background: #F9FAFC;
    border: 1px solid #E3E8EE;
    border-radius: 4px;
    padding: 0;
    margin: 0 auto 40px auto;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0.5, 0.5, 0.4);
    transition: all 0.4s cubic-bezier(0.4, 0.5, 0.5, 0.4); }
    #RentalCompletedOrder .lists img {
      height: 240px;
      width: 358px; }
    #RentalCompletedOrder .lists p {
      padding: 0 20px;
      font-family: PingFangSC-Light; }
    #RentalCompletedOrder .lists .lists-header {
      margin: 12px 0 13px 0;
      height: 33px;
      line-height: 33px; }
    #RentalCompletedOrder .lists .lists-detail {
      font-size: 12px;
      color: #b3b5b7;
      letter-spacing: 0;
      line-height: 12px;
      margin-bottom: 19px; }
    #RentalCompletedOrder .lists .lists-title {
      font-size: 18px;
      color: #212022;
      letter-spacing: -0.25px;
      line-height: 26px;
      font-family: PingFangSC-Regular; }
    #RentalCompletedOrder .lists .lists-info {
      font-size: 12px;
      color: #83848e;
      letter-spacing: -0.17px;
      margin-left: 10px; }
    #RentalCompletedOrder .lists em {
      font-size: 18px;
      color: #000000;
      letter-spacing: -0.25px;
      font-style: normal; }
    #RentalCompletedOrder .lists .lists-money {
      float: right;
      font-size: 24px;
      color: #000000;
      letter-spacing: -0.34px;
      font-weight: 700;
      font-family: PingFangSC-Semibold; }
    #RentalCompletedOrder .lists .lists-company {
      float: right; }
  #RentalCompletedOrder .lists:hover {
    -webkit-box-shadow: 0 1px 24px 2px rgba(71, 133, 249, 0.3);
    box-shadow: 0 1px 24px 2px rgba(71, 133, 249, 0.3);
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); }
  @media (max-width: 992px) {
    #RentalCompletedOrder .order-list-2 .lists-bottom {
      margin: 0 auto 60px auto; } }

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