body {
    background: url(../img/orderBg.jpg) no-repeat center center fixed;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

.Title {
    text-align: center;
    font-size: .35rem;
    font-weight: bold;
    color: #B60000;
    margin-top: 2.1125rem;
}

.bigBox {
    padding: 0 2.575rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1.025rem;
}

.item {
    width: 9.2rem;
    height: 3rem;
    border: 1px solid #707070;
    margin-bottom: .25rem;
}

.itemTitle {
    font-size: .2rem;
    font-weight: bold;
    text-align: center;
    margin-top: .8125rem;
}

.Btn {
    border: none;
    width: 3.7125rem;
    height: .5375rem;
    font-size: .2rem;
    color: #FFFFFF;
    font-weight: bold;
    background: #B60000;
    margin: 0 auto;
    display: block;
    margin-top: .325rem;
}

.Btn:hover {
    cursor: pointer
}

.itemText {
    margin-top: .15rem;
    font-size: .15rem;
    color: rgb(0,0,0,0.7)
}