body,
div,
p {
    margin: 0;
    padding: 0;
    border: 0;
}

table {
    width: 100%;
    max-width: 640px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    background: white;
    border-top: 1px solid #e1e5e6;
    border-bottom: 1px solid #e1e5e6;
}

th,
td {
    text-align: center;
    margin: 0px;
    font-weight: normal;
    /*border-bottom: 1px solid #888;*/
    /*border-right: 1px solid #888;*/
}

th {
    border-bottom: 1px solid #edf1f2;
}

td {
    border-bottom: 1px solid #edf1f2;
    padding: 4px 0;
}

body {
    background-color: #edf1f2;
}

.container {
    padding: 0;
}

#days {
    height: 80px;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 10;
}

.week {
    height: 40%;
    font-size: 12px;
    color: black;
}

.date-days {
    color: black;
    height: 60%;
    width: 100%;
    text-align: center
}

.date-days {
    padding: 0px;
}

.date-day td {
    height: 32px;
    width: 32px;
    color: #262626;
}

.date-day {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    margin: 0px auto;
    text-align: center;
}

.date-day>div {
    height: 40px;
    width: 40px;
    display: block;
    text-align: center;
    /*border:1px solid red;*/
    margin: 0px auto;
}

.date-day.disable {
    color: #a0a0a0;
}

.selected-date>div {
    background-color: #1e1e1e;
    border-radius: 50%;
    color: white;
}

.selected-date .remaining-num {
    color: white;
}

#products-div {
    text-align: center;
    padding: 0 16px;
    width: 100%;
}

.product {
    text-align: left;
    margin: 8px 0;
    width: 100%;
}

#tips {
    font-size: 14px;
    color: #aaabb2;
}

.start-time {
    font-size: 14px;
    color: #262626;
    margin-bottom: 16px;
    padding-top: 8px;
}

.product-content {
    background-color: white;
    padding: 12px 16px;
    border: 1px solid #edf1f2;
    /*border-bottom: 1px solid #EFEDF2;*/
}

.direction {
    width: 40%;
    height: 100%;
    display: table-cell;
    vertical-align: top;
    text-align: center;
}

.place {
    display: table-cell;
    height: 100%;
    width: 30%;
    vertical-align: top;
}

.city {
    font-size: 18px;
    color: #262626;
    margin-bottom: 8px;
}

.name {
    line-height: 1.5;
    font-size: 12px;
    color: #676e73;
}

.origin-price {
    margin-left: 16px;
    font-size: 12px;
    color: #666e73;
    text-decoration: line-through;
}

.price {
    font-size: 16px;
    color: #fc9f16;
    font-weight: normal;
}

.place-content {
    position: relative;
    text-align: top;
    display: table;
    width: 100%;
}

.destination-block {
    text-align: right;
}

.price-block {
    background-color: white;
    padding: 8px 8px 8px 16px;
    display: table;
    width: 100%;
    border-right: 1px solid #edf1f2;
    border-left: 1px solid #edf1f2;
    border-bottom: 1px solid #edf1f2;
    text-align: bottom;
}

.book-button {
    display: inline-block;
    padding: 6px 16px;
    font-size: 14px;
    background-color: #fdb400;
    color: white;
    margin: 0 auto;
}

.book-button:active {
    background-color: #d89903;
}

.book-button.empty {
    background-color: #aebbc4;
}

.book-button.empty:active {
    background-color: #aebbc4;
}

.prices {
    width: 70%;
    display: table-cell;
}

.book {
    width: 30%;
    display: table-cell;
    text-align: right;
}

.content-info {
    display: inline-block;
    margin-left: 8px;
    width: 67%;
    height: 100%;
    vertical-align: middle;
}

.car-model {
    display: block;
    color: black;
    font-size: 15px;
    /*font-weight: bold;*/
}

.duration {
    display: block;
    margin-top: 8px;
    color: #666e73;
    font-size: 13px;
}

.remaining {
    margin-left: 16px;
    color: #666e73;
    font-size: 12px;
}

.remaining-info>div {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    /* Safari 和 Chrome */
    -o-transform: translate(0, -50%);
    position: relative;
}

.no-stock {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    /* Safari 和 Chrome */
    -o-transform: translate(-50%, -50%);
}

.no-stock p {
    text-align: center;
    color: #676f74;
    font-size: 16px;
    margin-top: 10px;
}

.no-stock .book-button {
    height: 35px;
    line-height: 35px;
    padding: 0 22px;
    margin-top: 25px;
}
