.orderWindow{
    top: 162px;
    position: absolute;
    background: #666;
    width: 1200px;
    height: 0px;
    margin-left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}
.orderWin{
    position: absolute;
    right: 0;
    background: rgb(240, 240, 240);
    width: 250px;
    height: 520px;
}
.winTitle{
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
    margin-left: 15px;
}
.orderDiv{
    padding: 10px 15px 10px 15px;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    font-size: 16px;
    width: 100%;
    border-bottom: 1px solid rgb(214, 214, 214);
}
.orderSpan{

}
.orderNum{
    color: #CC3838;
}

.serveWin{
    font-size: 16px;
    border-bottom: 1px solid rgb(214, 214, 214);
    margin: 15px;
}
.serveTop{
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}
.serveSpan{
    font-size: 18px;
}
.serveValue{

}
.servePh{
    text-align: right;
}
.gonggao{
    padding: 15px;
    font-size: 16px;
}
