html,
body {
    overflow: visible;
    position: relative;
    margin: 0;
    background-color: #f8f9fc;
}
.link {
    color: #0066b3;
    text-decoration: none;
}
.main {
    position: relative;
}
html,body,#app,.main{
    height:100%;
}
.header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    /* background: linear-gradient(to bottom, #4f75ff 0, #5c9bf8 2.3rem, #fff 2.3rem); */
}
.title {
    font-size: 0.64rem;
    margin: 0.5rem 0.4rem;
}
.order_area {
    margin: 0 0.4rem;
}
.order_item {
    border-radius: 0.42rem;
    background-color: #fff;
    padding: 0 0.5rem;
    box-shadow: 0 0 15px -10px;
    margin-bottom: 0.5rem;
}
.order_head {
    border-bottom: 1px solid #ececec;
    display: flex;
    justify-content: space-between;
    align-items: end;
    color: #333;
    padding: 0.4rem 0;
    font-size: 0.56rem;
}
.order_status {
    color: red;
    font-size: 0.52rem;
}
.order_view {
    display: flex;
    padding: 0.7rem 0;
}
.order_img {
    width: 4.3rem;
    height: 2.7rem;
    object-fit: contain;
    margin-right: 0.5rem;
}
.order_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.order_title {
    font-size: 0.52rem;
    line-height: 0.6rem;
    font-weight: bold;
    color: #333;
}
.order_desc {
    font-size: 0.4rem;
    margin-top: 0.16rem;
    color: #999;
}
.order_pay {
    color: #333;
}
.order_mount {
    padding: 0 0.2rem;
}

.sorry {
    position: absolute;
    left:0;
    right:0;
    bottom:40%;
    margin:auto;
    text-align: center;
    font-size: 0.56rem;
    color: #999;
}
.sorry img{
    width:40%;
    margin:auto;
}