html,
body {
    margin: 0;
    padding: 0;
}

.container {
    background-color: #000000;
    height: 100vh;
}

.container .header {
    font-weight: 500;
    font-size: 20px;
    color: #f8f1d7;
    text-align: center;
    padding-top: 52px;
    height: 59px;
}

.container .icon-container {
    display: flex;
    padding: 0 20px;
    justify-content: space-around;
    margin-top: 16px;
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 9px;
    color: #ffffff;
    text-align: center;
}

.container .icon-container .icon-item .icon {
    width: 28px;
    height: 28px;
    margin-bottom: 8px;
}

.container .title-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.container .title-container>img {
    width: 200px;
}

.container .center-container {
    padding-right: 29px;
    margin-top: 12px;
}

.container .center-container .center-content {
    width: 100%;
    height: 201px;
    background-position: center;
    background-size: cover;
    background-image: url("https://douxiaosheng.oss-cn-chengdu.aliyuncs.com/refund-min/refund-mini-weixin-12.png");
}

.container .center-container .center-top {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 54px;
    height: 61px;
}

.container .center-container .center-top-text {
    width: 34px;
    font-weight: 600;
    font-size: 17px;
    color: #462a14;
    line-height: 20px;
}

.container .center-container .price {
    font-weight: 600;
    font-size: 40px;
    color: #fc1b1c;
    line-height: 20px;
    margin: 0 11px;
}

.container .center-container .price-text {
    display: flex;
    height: 62%;
    align-items: flex-end;
}

.container .center-container .center-bottom-container {
    padding-left: 133.5px;
    margin-top: 24px;
    font-weight: 600;
    font-size: 18px;
    color: #754129;
    line-height: 20px;
    text-align: left;
}

.container .center-container .center-bottom-container>div:nth-child(2) {
    margin-top: 4px;
}

.container .bottom-container {
    position: fixed;
    bottom: 30px;
    left: 0;
    width: 375px;
    height: 161px;
    padding-top: 13px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.container .bottom-time {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-bottom: 8px;
    padding-top: 11px;
    position: relative;
}

.container .time-bg {
    position: absolute;
    z-index: -1;
    width: 185px;
    top: 11px;
    right: 6px;
}

.container .time-container {
    width: 185px;
    height: 33px;
    line-height: 22px;
    font-weight: 400;
    font-size: 11px;
    color: #6b3300;
    text-align: left;
}

.container .time-container .time-text {
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    margin: 0 3.5px;
}

.container .btn {
    width: 336px;
    height: 51px;
    line-height: 51px;
    border-radius: 24px;
    font-weight: 600;
    font-size: 24px;
    color: #9b0000;
    text-align: center;
    background-position: center;
    background-size: cover;
    background-image: url("https://douxiaosheng.oss-cn-chengdu.aliyuncs.com/refund-min/refund-mini-weixin-14.png");
}

/* ========== other-container ========== */

.other-container {
    min-height: 100vh;
    background: #f7f8fa;
    padding-bottom: 50px;
}

.other-container .image {
    width: 375px;
    position: relative;
}

.other-container .watermark {
    position: relative;
    bottom: 80px;
    left: 10px;
    color: #ffffff;
    font-size: 12px;
}

.other-container .time,
.other-container .week {
    height: 20px;
    line-height: 20px;
}

.other-container .location_box {
    display: flex;
    line-height: 20px;
}

.other-container .bottom_box {
    position: fixed;
    bottom: 25px;
    left: 12.5px;
    width: 350px;
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    justify-content: space-around;
    box-shadow: 0 0 25px #dfdfdf;
    padding: 10px 0;
}

.other-container .card {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 12.5px;
}

.other-container .card_icon {
    width: 30px;
    height: 30px;
}

.other-container .time_picker_bg {
    position: fixed;
    z-index: 2;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
}

.other-container .time_picker_title {
    text-align: center;
    font-size: 17.5px;
    font-weight: bold;
}

.other-container .time_picker_box {
    width: 310px;
    background: #ffffff;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 40px;
    border-radius: 10px;
    margin-left: 17.5px;
}

.other-container .time_picker_btn {
    background: rgb(27, 83, 187);
    font-size: 15px;
    color: #ffffff;
    margin-top: 15px;
}

.other-container .box {
    text-align: center;
    text-decoration: underline;
}