/** 个人中心 **/
.hide {
    display: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

#user-header {
    margin-top: 15px;
    height: 80px;
    background: #fc0f3d;
}

#user-header .logo {
    float: left;
    margin: 6px 0 0 10px;
}

#user-header .logo img {
    width: 192px;
}

#user-header .user-nav {
    float: left;
    margin-left: 110px;
    margin-top: 28px;
}

#user-header .user-nav a {
    font-size: 14px;
    color: #fff;
    margin-right: 48px;
}

#cart {
    float: right;
    width: 143px;
    height: 49px;
    margin-top: 20px;
}

#cart a {
    display: block;
    width: 141px;
    height: 47px;
    border: 1px solid #d2d2d2;
    background: #fafafa url('cart.png') 13px center no-repeat;
    text-indent: 52px;
    font-size: 16px;
    color: #6e6e6e;
    line-height: 47px;
    position: relative;
}

#cart .num {
    position: absolute;
    height: 20px;
    line-height: 20px;
    padding: 0 7px;
    font-size: 12px;
    color: #fff;
    border-radius: 10px;
    background: #2ca338;
    text-indent: 0;
    top: 12px;
    right: 13px;
}

#cart .num .tail {
    position: absolute;
    width: 4px;
    height: 4px;
    background: url('num-tail.png');
    left: 4px;
    bottom: -2px;
}

#user-panel {
    margin-bottom: 40px;
}

#user-panel .left-side {
    float: left;
    width: 200px;
    height: 640px;
    background: #eeeeee;
    font-size: 14px;
}

#user-panel .left-side dl {
    margin: 0;
    padding: 0 0 0 30px;
}

#user-panel .left-side dl dt {
    margin-top: 25px;
    font-weight: 700;
    padding-bottom: 3px;
    line-height: 28px;
}

#user-panel .left-side dl dd {
    margin: 0;
}

#user-panel .left-side dl dd ul li {
    line-height: 24px;
}

#user-panel .left-side dl dd ul li a {
    color: #646464;
}

#user-panel .left-side dl dd ul li.current a {
    color: #fc0f3d;
    text-decoration: underline;
}

#user-panel .main-side {
    float: right;
    width: 994px;
    /*min-height: 630px;*/
    margin: 10px 0 0 0px;
    color: #646464;
}

.border-title {
    border: 1px solid #e8e8e8;
    padding: 10px 2em;
    font-weight: bold;
}

#user-panel .main {
    float: right;
    width: 992px;
    padding-bottom: 20px;
    /*min-height: 628px;*/
    margin: 10px 0 20px 15px;
    border: 1px solid #eaeaea;
    color: #646464;
}

#user-panel .main .tabs {
    padding: 10px 20px;
    margin-bottom: 40px;
}

#user-panel .main .tabs-nomg {
    margin-bottom: 0;
}

#user-panel .main .tabs ul {
    overflow: hidden;
}

#user-panel .main .tabs ul li {
    float: left;
    margin-right: 30px;
    font-size: 14px;
    line-height: 1.5;
}

#user-panel .main .tabs ul li a {
    color: #646464;
}

#user-panel .main .tabs ul li.current a {
    color: #fc0f3d;
    font-weight: bold;
    border-bottom: 2px solid #fc0f3d;
}

.order-tbl-head {
    padding: 0 15px;
}

.order-tbl-head table {
    width: 100%;
    background: #f2f2f2;
}

.order-tbl-head table th {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    font-weight: normal;
}

.order-tbl-head table .th-1 {
    width: 94px;
}

.order-tbl-head table .th-2 {
    width: 236px;
}

.order-tbl-head table .th-3 {
    width: 64px;
}

.order-tbl-head table .th-4 {
    width: 75px;
}

.order-tbl-head table .th-5 {
    width: 126px;
}

.order-tbl-head table .th-6 {
    width: 120px;
}

.order-tbl-head table .th-7 {
    width: 110px;
}

.order-item {
    margin:0 15px 10px;
    border: 1px solid #e8e8e8;
    border-right: 0;
    border-bottom: 0;
    font-size: 14px;
}

.order-item .item-header {
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    height: 31px;
    line-height: 31px;
    color: #9d9d9d;
}

.order-item .item-header span {
    margin: 0 15px 0 15px;
}
.order-item .item-header .order-again{
    float: right;
    width: 88px;
    cursor: pointer;
    text-align: center;
    background-color: #fc0f3d;
    color: #fff;
}

.order-item .order-tbl {
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
}

.order-item .order-tbl td {
    padding: 5px 0;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
    vertical-align: middle;
}

.order-item .order-tbl td a {
    color: #666;
}
.order-item .order-tbl td a.on{
    color: red;
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline;
}

.order-item .order-tbl td a:hover {
    text-decoration: underline;
}

.order-item .order-tbl td .price {
    font-size: 14px;
    color: #fc0f3d;
    line-height: 1.5;
}

.order-item .order-tbl .td-1 {
    width: 94px;
    text-align: center;
    padding: 10px 0;
}

.order-item .order-tbl .td-2 {
    width: 236px;
}

.order-item .order-tbl .td-3 {
    width: 64px;
    text-align: center;
}

.order-item .order-tbl .td-4 {
    width: 75px;
    text-align: center;
}

.order-item .order-tbl .td-5 {
    width: 126px;
    text-align: center;
}

.order-item .order-tbl .td-6 {
    width: 120px;
    text-align: center;
}

.order-item .order-tbl .td-7 {
    width: 110px;
    text-align: center;
}

.order-item .order-tbl .td-7 .done {
    color: #fc0f3d;
    line-height: 1.5;
}

.order-item .order-tbl .td-8 {
    text-align: center;
}

.item-inline-form .item {
    font-size: 14px;
    position: relative;
    padding-left: 11em;
    margin-bottom: 15px;
}

.item-inline-form .item label {
    position: absolute;
    left: 0;
    width: 11em;
    text-align: right;
    color: #333;
    height: 32px;
    line-height: 32px;
}

.item-inline-form .item label.inner {
    position: static;
}

.item-inline-form .item label.inner input {
    width: auto;
    vertical-align: middle;
    border: 0;
    padding: 3px;
}

.item-inline-form .item input {
    padding: 0 5px;
    height: 32px;
    line-height: 32px;
    width: 365px;
    border: 1px solid #e2e2e2;
}

.item-inline-form .item select {
    height: 32px;
    line-height: 32px;
}

#user-panel .main label.inner {
    margin-right: 15px;
}

#user-panel .main .item-inline-form .item {
    height: 32px;
    line-height: 32px;
}

#user-panel .main .item-inline-form .item span {
    font-size: 12px;
    color: #979797;
}

#user-panel .main .save-address {
    margin-left: 92px;
    width: 180px;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    font-weight: bold;
}

/** 购物车 **/
#cart-block {
    margin-bottom: 20px;
}

#cart-block .header {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative;
}

#cart-block .header .title {
    float: left;
    font-size: 24px;
    color: #646464;
    padding-left: 54px;
    background: url('cart.png') 8px center no-repeat;

}

#cart-block .header .return {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    color: #fc0f3d;
}

#cart-block table {
    width: 100%;
}

#cart-block .cart-tbl-head {
    margin-bottom: 10px;
}

#cart-block .cart-tbl .td-1 {
    width: 140px;
    padding-left: 15px;
}

#cart-block .cart-tbl .td-2 {
    width: 280px;
}

#cart-block .cart-tbl .td-3 {
    width: 120px;
    text-align: center;
}

#cart-block .cart-tbl .td-4 {
    width: 230px;
    text-align: center;
}

#cart-block .cart-tbl .td-5 {
    width: 200px;
    text-align: center;
}

#cart-block .cart-tbl .td-6 {
    text-align: center;
}

#cart-block .cart-tbl-head td {
    border-top: 3px solid #fc0f3d;
    background: #f3f3f3;
    color: #666;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
}

#cart-block .cart-tbl-body td {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
    font-size: 14px;
    color: #666;
}

#cart-block .cart-tbl-body td a {
    color: #666;
}

#cart-block .cart-tbl-body {
    border: 1px solid #dcdcdc;
}

.order-product-remarks{
    width: auto;
    height: 22px;
    margin: 0;
    padding: 5px;
    border: 1px solid #cacaca;
}

#cart-block .buy-num {
    width: 82px;
    margin: 0 auto;
    position: relative;
}

#cart-block .buy-num .input-num {
    width: 39px;
    height: 22px;
    margin: 0;
    padding: 5px;
    border: 1px solid #cacaca;
    text-align: center;
}

#cart-block .buy-num .num-ctrl span {
    position: absolute;
    width: 12px;
    height: 12px;
    line-height: 10px;
    border: 1px solid #cacaca;
    text-align: center;
    top: 9px;
    cursor: pointer;
}

#cart-block .buy-num .num-ctrl .num-add {
    right: 0;
}

#cart-block .buy-num .num-ctrl .num-minus {
    left: 0;
}

#cart-block .cart-foot-func .buy-btn-container {
    clear: both;
    height: 67px;
    background: #f3f3f3;
    text-align: right;
    line-height: 67px;
}

#cart-block .cart-foot-func .buy-btn-container span {
    color: #fc0f3d;
}

#cart-block .cart-foot-func .buy-btn-container b {
    color: #fc0f3d;
    font-weight: bold;
    font-size: 18px;
}

#cart-block .cart-foot-func .control {
    float: left;
    height: 64px;
    padding: 0px 0 0 15px;
}

#cart-block .cart-foot-func .control a {
    color: #0084eb;
    margin-left: 10px;
}

#cart-block .cart-foot-func .buy-btn-container .to-pay-btn {
    width: 126px;
    height: 38px;
    line-height: 38px;
    padding: 0;
    margin: 0 20px;
    vertical-align: baseline;
}

#cart-header {
    height: 99px;
}

#cart-header .logo {
    float: left;
    margin-top: 12px;
}

#cart-header .step-state {
    width: 768px;
    height: 41px;
    float: right;
    margin: 24px 45px 0 0;
}

#cart-header .step-1 {
    background: url('step-1.png');
}

#cart-header .step-2 {
    background: url('step-2.png');
}

#cart-header .step-3 {
    background: url('step-3.png');
}

#cart-header .step-4 {
    background: url('step-4.png');
}

/** 订单确认 **/
#ps-info {
    margin-bottom: 20px;
}

#ps-info .header {
    height: 36px;
    line-height: 36px;
}

#ps-info .header .title {
    margin: 0;
    float: left;
    color: #646464;
    font-size: 18px;
}

#ps-info .header .mod {
    font-size: 12px;
    color: #fc0f3d;
}

#ps-info .content {
    border: 1px solid #dcdcdc;
    padding: 10px;
}

#ps-info .content-title {
    font-size: 16px;
    color: #646464;
}

#ps-info .content-title.small {
    font-size: 14px;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 3px;
    margin-bottom: 8px;
}

#ps-info .ps-addr-list li {
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    color: #646464;
    padding-left: 92px;
    position: relative;
    cursor: pointer;
}

#ps-info .ps-addr-list li.current, #ps-info .ps-addr-list li:hover {
    height: 31px;
    line-height: 31px;
    background: #f7fbf7;
    border: 1px solid #fc0f3d;
    padding-left: 91px;
}

#ps-info li.add-new-addr {
    padding-left: 92px;
    font-size: 14px;
    color: #0084eb;
    height: 33px;
    line-height: 33px;
}

#ps-info .ps-addr-list li .label {
    position: absolute;
    top: 0;
    left: 30px;
    display: none;
}

#ps-info .ps-addr-list li input {
    margin-right: 10px;
}

#ps-info .add-new-addr input {
    margin-right: 10px;
}

#ps-info .ps-addr-list li span {
    padding-right: 10px;
}

#ps-info .ps-addr-list li .func a {
    margin-right: 10px;
    color: #0084eb;
}

.necessary, #user-panel .main .item-inline-form .item span.necessary {
    color: #ff0000;
}

.building-result {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #dedede;
    display: none;
    left: 184px;
    line-height: 24px;
    padding: 12px 5px;
    position: absolute;
    top: 20px;
    width: 280px;
    z-index: 999;
}

item-inline-form .item label.inner {
    position: static;
}

#deliveryAddressSubmit {
    padding-left: 91px;
}

shopCarBtn a, .shopCarBtn a:visited {
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 46px;
    line-height: 46px;
    margin-right: 5px;
}

.shopCarBtn a span, .shopCarBtn a:visited span {
    margin-top: 3px;
    overflow: hidden;
    background: #fc0f3d none repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding: 1px 16px;
    text-align: center;
    width: 152px;
}

#buy-info {
    margin-bottom: 20px;
}

#buy-info .header {
    height: 36px;
    line-height: 36px;
}

#buy-info .header .title {
    margin: 0;
    float: left;
    color: #646464;
    font-size: 18px;
}

#buy-info .header .mod {
    font-size: 12px;
    color: #fc0f3d;
    float: right;
}

#buy-info .content table {
    width: 100%;
    border: 1px solid #dcdcdc;
}

#buy-info .content table th, #buy-info .content table td {
    border-bottom: 1px solid #dcdcdc;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #646464;
    font-weight: normal;
    text-align: center;
}

#buy-info .content table .th-1, #buy-info .content table .td-1 {
    text-align: left;
    padding-left: 30px;
}

#buy-info .content table .th-1 {
    width: 340px;
}

#buy-info .content table .th-2 {
    width: 130px;
}

#buy-info .content table .th-3 {
    width: 230px;
}

#buy-info .content table .th-4 {
    text-align: left;
    padding-left: 30px;
}

#buy-info .content table .rowspan {
    border-left: 1px solid #dcdcdc;
    text-align: left;
    padding-left: 10px;
}

.fl {
    float: left;
}

.remark-block {
    padding-left: 30px;
    margin: 5px 0;
    height: 57px;
}

.remark-block .remark {
    float: left;
    width: 450px;
    height: 45px;
    padding: 5px 5px;
    border: 1px solid #DDD;
    line-height: 20px;
    color: #999;
    resize: none;
}

.save-remark {
    float: left;
    display: inline-block;
    width: 152px;
    height: 57px;
    line-height: 57px;
    padding: 0;
    background: #fc0f3d;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border: 0;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #fff;
    margin-right: 30px;
}

#pay-type {
    margin-bottom: 20px;
}

#pay-type .header {
    height: 36px;
    line-height: 36px;
}

#pay-type .header .title {
    margin: 0;
    float: left;
    color: #646464;
    font-size: 18px;
}

#pay-type .header .mod {
    font-size: 12px;
    color: #fc0f3d;
}

#pay-type .content {
    border: 1px solid #dcdcdc;
    padding: 10px;
}

#pay-type .content ul li {
    height: 33px;
    line-height: 33px;
    padding-left: 15px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    margin-bottom: 10px;
}

#pay-type .content ul li.current {
    height: 31px;
    line-height: 31px;
    border: 1px solid #fc0f3d;
    background: #f7fbf7;
    padding-left: 14px;
}

#pay-type .content ul li .desc {
    font-size: 12px;
    color: #646464;
    padding-left: 120px;
}

#js-info .header {
    height: 36px;
    line-height: 36px;
}

#js-info .header .title {
    margin: 0;
    float: left;
    color: #646464;
    font-size: 18px;
}

#js-info .content {
    border: 1px solid #dcdcdc;
    font-size: 14px;
}

#js-info .content .use-rest {
    border-bottom: 1px solid #dcdcdc;
    padding: 10px 10px 10px 20px;
}

#js-info .content .use-rest a {
    color: #0084eb;
}

#js-info .content .use-rest a .icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('icon-plus.png');
    vertical-align: middle;
}

#js-info .content .main-info {
    background: #eee;
    text-align: right;
    padding-bottom: 20px;
}

#js-info .content .main-info ul {
    padding: 5px 30px;
}

#js-info .content .main-info ul li {
    text-align: right;
    padding: 3px 0;
    color: #646464;
}

#js-info .content .main-info ul li .label {
    color: #333;
}

#js-info .content .main-info ul li b {
    font-size: 18px;
    color: #fc0f3d;
    font-weight: bold;
}

#js-info .content .main-info .btn {
    display: inline-block;
    width: 152px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    background: #fc0f3d;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border: 0;
    border-radius: 5px;
    color: #fff;
    margin-right: 30px;
}

#jdBalance {
    padding: 10px 0;
    color: #666;
    font: 12px/150% Arial, Verdana, "宋体";
}

#jdBalance .cbox {
    background: #eefaff none repeat scroll 0 0;
}

#jdBalance .inner {
    border: 1px solid #a3d1ec;
    padding: 5px 18px;
}

/** 支付成功 **/
#pay-success-block {
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
    line-height: 2;
    color: #646464;
}

.border-content {
    width: 1208px;
    margin: 0 auto;
    border: 1px solid #fc0f3d;
    background: #f7fbf7;
}

#pay-success-block .success {
    font-size: 18px;
    color: #fc0f3d;
    font-weight: bold;
}

#pay-success-block .pay-4-info span {
    color: #fc0f3d;
}

#pay-success-block .notice {
    /*color: #e4393c;*/
}

#pay-success-info {
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    color: #646464;
}

#pay-success-info a {
    color: #0084eb;
    margin: 0 5px;
}

#pay-success-info span {
    color: #fc0f3d;
}

/**
 * 配送日历
 */
li, ol, ul {
    list-style: none;
}

.calendar-contaner {
    display: none;
    padding: 2px 20px 20px;
}

.date-chooser-box {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    text-align: center;
}

.date-chooser-box ul {
    padding: 0;
}

.date-chooser-box .package_time a {
    color: #333;
}

.date-chooser-box .package_time {
    margin-bottom: 25px
}

.date-chooser-box .package_time li {
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #f9f9f9
}

.date-chooser-box .package_time .top {
    height: 36px;
    padding: 7px 0;
    line-height: 18px
}

.date-chooser-box .package_time .tit_select {
    width: 142px;
    margin-right: 1px
}

.date-chooser-box .package_time .tit_select li {
    background: #eee;
    text-align: center;
    margin-bottom: 1px
}

.date-chooser-box .package_time .tit_select li.hover {
    background: #fff1da
}

.date-chooser-box .package_time .tit_select .top {
    line-height: 40px
}

.date-chooser-box .package_time .item_select {
    margin-right: -2px
}

.date-chooser-box .package_time .item_select ul {
    float: left;
    width: 50px;
    margin-right: 1px;
    margin-bottom: -1px;
}

.date-chooser-box .package_time .item_select ul li {
    margin-bottom: 1px
}

.date-chooser-box .package_time .item_select ul li.hover {
    width: 49px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #f60
}

.date-chooser-box .package_time .item_select ul li.hover a {
    color: #f60
}

.date-chooser-box .package_time .item_select ul li.disabled {
    cursor: not-allowed
}

.date-chooser-box .package_time .item_select ul li.selected {
    background: #f60
}

.date-chooser-box .package_time .item_select ul li.selected a {
    color: #fff
}

.date-chooser-box .package_time .item_select ul .top {
    background: #eee;
    text-align: center
}

.date-chooser-box .package_time .item_select ul .top.hover-top {
    background: #fff1da
}

.date-chooser-box .package_time .wx-tips {
    float: left;
    width: 100%;
    line-height: 20px;
    margin-top: 15px;
    color: #999;
    text-align: left
}

.date-chooser-box .package_time .date-type-content {
    padding: 30px 0 40px
}

.date-chooser-box .package_time .date-type-content .time-tips {
    line-height: 28px
}

.date-chooser-box .package_time .date-type-content .time-tips .tip-icon {
    vertical-align: middle;
    margin-top: -5px
}

.dialog-opt {
    display: inline-block;
    height: 26px;
    padding: 0 17px;
    margin-right: 10px;
    text-align: center;
    font: 14px/26px 'microsoft yahei';
    border-radius: 2px;
    cursor: pointer
}

.dialog-certain {
    height: 24px;
    line-height: 24px;
    background-color: #f60;
    color: #FFF;
    border: 1px solid #f60
}

.dialog-close, .tip-word {
    height: 24px;
    line-height: 24px;
    color: #333
}

.dialog-certain:hover {
    background-color: #f40;
    border-color: #f40
}

.dialog-close {
    border: 1px solid #ddd
}

/*  对账明细   */
#check-filter{

}