html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form,
fieldset, legend, img {
    margin: 0;
    padding: 0
}

fieldset, img {
    border: 0
}

img {
    display: block
}

address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal
}

ul, ol {
    list-style: none
}

input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: Microsoft YaHei, SimSun, Arial, Helvetica, sans-serif
}

input::-moz-focus-inner {
    border: 0;
    padding: 0
}

select, input {
    vertical-align: middle
}

select, input, textarea {
    font-size: 12px;
    margin: 0
}

.order {
    overflow: hidden;
    padding: 10px 0
}

.order-left {
    margin-left: 20px;
}

.order-left > li {
    float: left;
    white-space: nowrap;
    margin-right: 16px;
}

.order-left > li > span {
    font-size: 12px;
    padding: 0;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #808080;
}

.order-left-top {
    color: #350600;
}

.order-left-bottom {
    color: #822715;
    margin-top: 0;
}

.order-right {
    position: absolute;
    right: 0;
    padding: 6px 0;
    margin-right: 20px;
}

.order-right > li {
    padding: 5px 0;
    width: 52px;
    border-radius: 3px;
    float: left;
    margin-left: 4px;
    margin-right: 12px;
    cursor: pointer
}

.order-right-top, .order-right-bottom {
    display: block
}

.order-right-top {
    width: 30px;
    height: 22px;
    margin: 0 auto;
    background-repeat: no-repeat !important
}

.order-right > li {
    background: #ccc
}

.content-title {
    color: #350600;
    font-size: 14px
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: normal;
}