* {
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style: none;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

#order {
    width: 100%;
    font-size: 14px;
    text-align: center;
    /*min-width: 1100px;*/
    width: 1100px;
    /*display: flex;*/
    margin: 0 auto 100px;
}

#order .order-header {
    width: 100%;
    height: 54px;
    background-color:#000;
    border: none;
    border-radius: 15px 15px 0px 0px;
    font-weight: normal;
    font-style: normal;
    opacity: 1;
    position: relative;
}

#order .order-header .order-logo {
    left: 25px;
    top: 12px;
    width: 34px;
    height: 34px;
    position: absolute;
    opacity: 1;
    border-radius: 100%;
    background: white;
}

#order .order-header .order-logo > div {
    width: 34px;
    height: 34px;
    left: 5px;
    top: 5px;
    position: absolute;
    border-width: 0px;
}

#order .order-header .order-success {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 43px;
    line-height: 51px;
    text-align: left;
    padding-left: 75px;

}

#order .order-body {
    width: 100%;
    min-height: 321px;
    padding-bottom:100px;
    height: auto;

    background-color: #fff;
    border: none;
    border-radius: 0 0 15px 15px;
    font-weight: normal;
    font-style: normal;
    opacity: 1;
}

#order .order-body .order-body-title {
    padding-top: 50px;
    font-size: 14px;
    /*font-weight: bold;*/
    color: #000000;
    height:40px;
    line-height: 40px;
    text-align: left;
    padding-left: 70px;
}

#order .order-body .list {
    padding: 0 70px;
    text-align: left;
}

#order .order-body .list>div {
    display: inline-block;
    width:150px;
    margin-right:30px;
}

#order .order-body .list>div>img {
    width:100%;
}

