nav {
    border-bottom: 2px solid orange;
}


.context > .context_menu {
    width: 1270px;
    margin: auto;
    background-color: #faf9f9;
    padding: 5px;
    height: 23px;
}

.context_menu > ul {
    display: inline-block;
    border: 1px solid #cccccc;
    border-right: none;
    margin-bottom: 0;
    margin-right: 5px;
}

.context_menu > ul > li {
    float: left;
    border-right: 1px solid #cccccc;
}

.context_menu > ul > li {
    color: #806f66;
    text-align: center;
    display: block;
    width: 50px;
    padding: 2px;
    font-size: 12px;
    cursor: pointer;
}

.context_menu li:hover {
    text-decoration: none;
    color: orange;
    background-color: #F1EDEC;
}

.context_menu li.orderBySelect {
    background: #F1EDEC;
}

.context_menu li.orderBySelect > span {
    color: orange;
}

.context_menu li.orderBySelect > span.orderByDesc.orderBySelect {
    border-bottom-color: orange;
}

.context_menu li.orderBySelect > span.orderByAsc.orderBySelect {
    border-top-color: orange;
}

.context_menu li > span.orderByDesc {
    display: inline-block;
    position: relative;
    bottom: 6px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-bottom-color: #806f66;
}

.context_menu li > span.orderByAsc {
    display: inline-block;
    position: relative;
    width: 0;
    height: 0;
    top: 2px;
    border: 4px solid transparent;
    border-top-color: #806f66;
}

.context_menu_liHover {
    color: orange;
    background-color: #F1EDEC;
}

.context > .context_main {
    width: 1270px;
    margin: 0 auto;
    padding: 10px 5px;
}

.context_main > .context_productStyle {
    width: 220px;
    height: 372px;
    position: relative;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 25px;
}

.context_productStyle > .context_product {
    width: 210px;
    background-color: #ffffff;
    padding: 4px 4px 0;
    border: 1px solid #f5f5f5;
    border-radius: 3px;
}

.context_product:hover {
    height: auto;
    margin: -3px;
    border: 4px solid orange;
    border-radius: 0;
    -webkit-transition: border-color .2s ease-in;
    -moz-transition: border-color .2s ease-in;
    -o-transition: border-color .2s ease-in;;
    transition: border-color .2s ease-in;
}

.context_product .context_product_imgMain {
    width: 210px;
    height: 210px;
    margin-bottom: 5px;
}

.context_product > .context_product_imgList {
    text-align: center;
    margin-bottom: 5px;
    padding-top: 5px;
    width: 100%;
    min-height: 37px;
}

.context_product_imgList > li {
    cursor: pointer;
    display: inline-block;
    border: 1px solid #cccccc;
    padding: 1px;
}

.context_product_imgList > .context_product_Li_click {
    border: 2px solid #cd0000;
    padding: 0;
}

.context_product_imgList img {
    width: 30px;
    height: 30px;
}

.context_product > .context_product_price {
    font-family: arial, serif;
    color: orange;
    font-size: 20px;
    height: 30px;
    display: block;
    line-height: 30px;
    margin: 0 0 5px;
    overflow: hidden;
    font-weight: 400;
}

.context_product_price > span {
    font-family: arial, serif;
    margin-right: 2px;
    font-weight: 700;
    font-size: 14px;
}

.context_product > .context_product_name {
    display: block;
    height: 16px;
    margin: 0 0 3px;
    word-break: break-all;
    position: relative;
    overflow: hidden;
}

.context_product_name > a {
    font-family: \5FAE\8F6F\96C5\9ED1, serif;
    color: #333333;
    font-size: 12px;
}

.context_product_name > a:hover {
    color: orange;
    text-decoration: underline;
}

.context_product > .context_product_shop {
    position: relative;
    height: 22px;
    line-height: 20px;
    margin: 0 0 5px;
    white-space: nowrap;
    overflow: hidden;
}

.context_product_shop > span {
    color: #999;
    text-decoration: underline;
    text-overflow: ellipsis;
    font-size: 12px;
    white-space: nowrap;
}

.context_product > .context_product_status {
    position: relative;
    height: 32px;
    border: none;
    border-top: 1px solid #eee;
    margin: 0;
    color: #999;
}

.context_product_status > .status_left {
    float: left;
    border-right: 1px solid #eeeeee;
    width: 39%;
    padding: 10px 1px;
    margin-right: 6px;
    line-height: 12px;
    text-align: left;
    font-size: 12px;
    color: #999;
}

.status_left > em {
    position: absolute;
    color: #b57c5b;
    padding-left: 2px;
    font-family: Arial, serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
}

.context_product_status > .status_middle {
    float: left;
    border-right: 1px solid #eeeeee;
    width: 39%;
    padding: 10px 1px;
    margin-right: 6px;
    line-height: 12px;
    text-align: left;
    font-size: 12px;
    color: #999;
}

.status_middle > em {
    color: #38b;
    padding-left: 2px;
    font-family: Arial, serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
}

.context_product_status > .status_right {
    float: left;
    width: 9%;
    margin-right: 6px;
    padding: 6px 1px;
}

.status_right > img {
    position: relative;
    bottom: 2px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.error {
    width: 1095px;
    padding: 8px 20px 20px 115px;
    border: 1px solid #f7eae7;
    color: #595959;
    margin: 0 auto 10px;
}

.error > h2 {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    line-height: 38px;
}

.error > h3 {
    font-size: 12px;
    line-height: 36px;
    font-weight: bold;
}

.error > ol {
    list-style: none;
}

.error > ol > li {
    font-size: 12px;
    margin-bottom: 5px;
    list-style: decimal inside;
}

.error form {
    display: inline-block;
}

.error .errorInput {
    width: 180px;
    padding: 4px 5px;
    height: 15px;
    line-height: 15px;
    margin: 2px 10px 0 0;
    border: 1px solid #e5e5e5;
    display: inline-block;
}

.error .errorBtn {
    background-color: orange;
    color: #fff;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    display: inline-block;
    border: 0;
    border-left: 1px solid orange;
    border-right: 1px solid orange;
    border-radius: 2px;
}
