body,
html {
    background-color: #5dd5c8;
}

.con {
    width: 80%;
    margin: 0 auto;
    min-height: 500px;
    box-shadow: 10px 7px 10px -8px #999;
    margin-top: 76px;
    margin-bottom: 150px;
    border-radius: 20px;
    background-color: #ffff;

    display: flex;
    justify-content: space-between;
}

.qrDiv {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.qrDiv>div {
    width: 300px;
    height: 300px;
    margin-bottom: 15px;
}

.qrDiv>div>img {
    width: 100%;
    height: 100%;
}

.qrDiv>p {
    color: #9fa3b0;
    text-align: center;
}

.fontDiv {
    margin-top: 44px;
    margin-left: 100px;
}

.line {
    display: flex;
    justify-content: flex-start;
    margin-top: 50px;
}

.iconfont {
    color: #d1d4db;
    font-size: 30px;
}

.line>div:last-child {
    margin-left: 17px;
}

.line>div:last-child p:first-child {
    color: #8d92a1;
    font-size: 17px;
    font-weight: 700;
}

.line>div:last-child p:last-child {
    color: #b0b4c1;
    font-size: 14px;
}

.iconfontDiv {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    text-align: center;
    line-height: 50px;
}

.selectedDiv p {
    color: #06c15f !important;
}

.selectedDiv .iconfontDiv {
    background-color: #06c15f;
}

.selectedDiv .iconfontDiv span {
    color: #fff;
}

.orderbg {
    background-image: url("../images/orderbg.png");
    background-repeat: no-repeat;
    background-size: center;
    background-position: bottom;
}

.mobileTerminal {
    width: 90%;
    border-radius: 10px;
    background-color: #fff;
    margin: 0 auto;
    padding: 10px;

    display: none;
}

.mobileTerminalLine {
    margin-bottom: 38px;
}

.sign {
    display: flex;
    justify-content: flex-start;

    margin-bottom: 10px;
}

.sign>div {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background-color: #06c15f;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
}

.sign>p {
    font-size: 15px;
    margin-left: 10px;
}