@charset "utf-8";
/*登录页样式*/
.head2 {
    width: 1000px;
    height: 43px;
    margin: 20px auto;
}

.head2 a {
    float: left;
}

.head2 h1 {
    display: block;
    float: left;
    height: 43px;
    line-height: 43px;
    margin-left: 20px;
    padding-left: 20px;
    color: #666;
    border-left: 1px solid #C8C8C8;
    font-family: "微软雅黑";
    font-size: 25px;
}

.new_login {
    float: right;
    /*    height: 366px;*/
    width: 350px;
    border: 5px solid rgba(255, 255, 255, 0.4);
    margin-top: 26px;
    border-radius: 3px;
}

.new_login_con {
    background: #fff;
    /*    height: 326px;*/
    padding: 20px 25px;
    border-radius: 3px;
}

.n_title span {
    font-size: 18px;
    font-family: '\5fae\8f6f\96c5\9ed1';
    color: #444444;
    float: left;
}

.n_title p {
    float: right;
    color: #888888;
    margin-top: 2px;
}

.n_title p a {
    color: #D54343;
}

.n_row {
    position: relative;
    margin-bottom: 20px;
}

.n_row .n_text {
    width: 100%;
    height: 36px;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    line-height: 36px;
    text-indent: 45px;
    *text-indent: 0;
    *padding-left: 45px;
    *width: 255px;
}

.n_row .n_text:focus {
    border-color: #3aa2e4;
}

.air-yanzhen {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ddd;
    margin-left: 5px;
    width: 77px;
    height: 36px;
    overflow: hidden;
}

.air-yanzhen img {
    width: 100%;
    height: 100%;
}

input, label {
    vertical-align: middle;
    display: inline-block;
}

.n_row label {
    color: #666;
}

.n_error {
    border-color: #f2445d !important;
}

.n_row .n_btn {
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border-radius: 3px;
    border: none;
    display: block;
    width: 100%;
    cursor: pointer;
}

#login_name {
    width: 18px;
    height: 18px;
    background: url(/static/images/user.png) no-repeat;
    position: absolute;
    top: 10px;
    left: 10px;
}

#login_code {
    width: 18px;
    height: 22px;
    background: url(/static/images/code.png) no-repeat;
    position: absolute;
    top: 8px;
    left: 10px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: #333;
}

.n_title p a {
    color: #D54343;
}

/*加入购物车，加入收藏，操作提示等弹框样式*/
.mask {
    width: 100%;
    height: 100%;
    background: url(/static/images/black_opacity.png) repeat;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    display: none;
}

.dialog {
    /* border: 10px solid rgba(255, 255, 255, 0.4); */
    position: fixed;
    z-index: 9999;
    width: 440px;
    min-height: 230px;
    display: none;
}

.dia_tit {
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    font-family: microsoft YaHei;
    font-size: 14px;
    color: #fff;
}

.dia_cont {
    background: #fff;
    min-height: 200px;
}

.dia_tit h4 {
    line-height: 30px;
}

.dia_close {
    width: 15px;
    height: 15px;
    background: url(/static/images/dia_close.png) no-repeat;
    margin-top: 7px;
}

.dia_intro {
    min-height: 100px;
    background: #fff;
}

.dia_intro em {
    display: inline-block;
    font-family: microsoft YaHei;
    font-size: 18px;
    color: #575757;
}

.go_shopping, .go_pay {
    vertical-align: middle;
    display: inline-block;
    zoom: 1;
    *display: inline;
    height: 26px;
    line-height: 25px;
    border-radius: 2px;
    padding: 0 20px;
    font-family: microsoft YaHei;
    font-size: 14px;
    margin: 0 5px;
}

.go_pay {
    border-width: 1px;
    border-style: solid;
}

.go_shopping {
    padding: 0 20px;
}

/*加入购物车页面的小弹框*/
.promotion_dialog {
    width: 350px !important;
    border: none !important;
    position: absolute !important;
    min-height: 0 !important;
    padding: 0 !important;
}

.dialog .dialog-outer {
    width: 100%;
    height: 100%; /*position: relative;*/
    background-color: #fff;
    _border: 1px solid #ddd;
}

.dialog .dialog-inner {
    border: 1px solid #c4c4c4;
}

.dialog .dialog-toolbar {
    height: 25px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #c4c4c4;
    padding: 0 10px;
    background-color: #f3f3f3
}

.dialog .dialog-title {
    float: left;
    line-height: 25px
}

.dialog .dialog-close {
    width: 13px;
    height: 13px;
    margin-top: 6px;
    float: right;
    text-indent: -9999px;
    line-height: 0;
    overflow: hidden;
    background: url(/static/images/dialog-close.gif) no-repeat
}

.red_btn {
    padding: 5px 15px;
    background: #f00;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #f00;
}

.light_btn2 {
    padding: 5px 15px;
    background: #f9f9f9;
    color: #666;
    border-radius: 3px;
    border: 1px solid #ddd;
}

/*提交订单页面的弹框样式*/
/*新增地址弹框*/
.jd-dialog {
    /* border: 4px solid rgba(0, 0, 0, .1); */
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.jd-dialog-title {
    position: relative;
    padding: 0 10px;
    height: 31px;
    line-height: 31px;
    background: #f3f3f3;
    font-size: 14px;
    color: #666;
    font-family: "Microsoft YaHei";
}

.jd-dialog-close {
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: 100000;
    top: 10px;
    right: 10px;
    overflow: hidden;
    width: 13px;
    height: 13px;
    background: url(https://misc.360buyimg.com/jdf/1.0.0/ui/dialog/1.0.0/dialog.png) no-repeat;
    font-size: 0;
}

.form .item {
    display: inline-block;
    display: block;
    margin-bottom: 15px;
    line-height: 25px;
}

.form .item span.label {
    float: left;
    height: 18px;
    line-height: 18px;
    padding: 4px 0 3px;
    width: 75px;
    text-align: right;
    margin-left: 0px;
}

#consignee-form .error-msg {
    display: none;
}

.form .error-msg {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    vertical-align: middle;
    overflow: hidden;
    border: 1px solid #ffbdbe;
    background: #ffebeb;
    color: #D54343;
    padding: 3px 7px 2px;
    margin-left: 5px;
}

.btn-9 {
    font-family: arial, "microsoft yahei";
    cursor: pointer;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    display: inline-block;
    height: 23px;
    line-height: 23px;
    background-color: #f2f2f2;
    background-image: -moz-linear-gradient(top, #f2f2f2, #f7f7f7);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2f2f2), color-stop(1, #f7f7f7));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#f7f7f7', GradientType='0');
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#f7f7f7');
    background-image: linear-gradient(to top, #f2f2f2 0, #f7f7f7 100%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #323333;
    font-size: 12px;
    font-weight: normal;
    padding: 0 14px;
    cursor: pointer;
    border: 0;
    float: none;
    border: 1px solid #ddd;
}

/*修改发票弹框样式*/
.invoice-thickbox .tab-nav {
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
}

.tab-nav .tab-nav-item.disabled {
    background: #ebebeb;
    border-color: #ebebeb;
    color: #ccc;
    cursor: not-allowed;
}

.invoice-thickbox .form .item span.label {
    width: 120px;
    line-height: 24px;
}

.invoice-thickbox .invoice-tit-list {
    max-height: 132px;
    width: 360px;
    overflow-y: auto;
    position: relative;
    top: 0;
    left: 0;
}

.invoice-thickbox .invoice-tit-list .invoice-item {
    float: none;
    position: relative;
    margin-bottom: 10px;
    padding: 6px 5px;
    width: 325px;
    text-align: left;
}

.invoice-thickbox .invoice-list .invoice-item-selected {
    border: 2px solid #D54343;
    padding: 5px 18px;
}

.invoice-thickbox .invoice-list .invoice-item {
    float: left;
    position: relative;
    z-index: 1;
    height: 18px;
    line-height: 18px;
    margin: 2px 10px 3px 0;
    border: 1px solid #ebebeb;
    padding: 6px 19px;
    text-align: center;
}

.invoice-thickbox .invoice-tit-list .invoice-item .itxt {
    border: 0;
    padding: 0;
    width: 256px;
}

.invoice-thickbox .invoice-tit-list .invoice-item .add-invoice-tit .btns {
    display: block;
}

.invoice-thickbox .invoice-tit-list .invoice-item .btns {
    position: absolute;
    right: 10px;
    top: 6px;
    display: none;
}

.invoice-thickbox .form .item span.label {
    width: 120px;
    line-height: 24px;
}

.invoice-thickbox .invoice-list {
    width: 428px;
}

.invoice-thickbox .invoice-list ul {
    display: inline-block;
    display: block;
}

.invoice-thickbox .invoice-list .invoice-item-selected b {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    overflow: hidden;
    background: url(https://misc.360buyimg.com/user/purchase/css/i/user_purchase20150409154845.png?__sprite) no-repeat;
    background-position: 0 0;
}

.invoice-thickbox .invoice-list .invoice-item-selected {
    border: 2px solid #D54343;
    padding: 5px 18px;
}

/*
pageError--404*/
@-webkit-keyframes swinging {
    0% {
        -webkit-transform: rotate(0);
    }
    5% {
        -webkit-transform: rotate(10deg);
    }
    10% {
        -webkit-transform: rotate(-9deg);
    }
    15% {
        -webkit-transform: rotate(8deg);
    }
    20% {
        -webkit-transform: rotate(-7deg);
    }
    25% {
        -webkit-transform: rotate(6deg);
    }
    30% {
        -webkit-transform: rotate(-5deg);
    }
    35% {
        -webkit-transform: rotate(4deg);
    }
    40% {
        -webkit-transform: rotate(-3deg);
    }
    45% {
        -webkit-transform: rotate(2deg);
    }
    50% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(0);
    }
}

@-moz-keyframes swinging {
    0% {
        -moz-transform: rotate(0);
    }
    5% {
        -moz-transform: rotate(10deg);
    }
    10% {
        -moz-transform: rotate(-9deg);
    }
    15% {
        -moz-transform: rotate(8deg);
    }
    20% {
        -moz-transform: rotate(-7deg);
    }
    25% {
        -moz-transform: rotate(6deg);
    }
    30% {
        -moz-transform: rotate(-5deg);
    }
    35% {
        -moz-transform: rotate(4deg);
    }
    40% {
        -moz-transform: rotate(-3deg);
    }
    45% {
        -moz-transform: rotate(2deg);
    }
    50% {
        -moz-transform: rotate(0);
    }
    100% {
        -moz-transform: rotate(0);
    }
}

@keyframes swinging {
    0% {
        transform: rotate(0);
    }
    5% {
        transform: rotate(10deg);
    }
    10% {
        transform: rotate(-9deg);
    }
    15% {
        transform: rotate(8deg);
    }
    20% {
        transform: rotate(-7deg);
    }
    25% {
        transform: rotate(6deg);
    }
    30% {
        transform: rotate(-5deg);
    }
    35% {
        transform: rotate(4deg);
    }
    40% {
        transform: rotate(-3deg);
    }
    45% {
        -transform: rotate(2deg);
    }
    50% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(0);
    }
}

.pageError, .pageError body {
    height: 100%;
}

.bg-wp {
    background: -webkit-linear-gradient(top, #2b82c9, #6eb1ed);
    background: -moz-linear-gradient(top, #2b82c9, #6eb1ed);
    position: relative;
    min-height: 768px;
    height: 100%;
}

.bg-wp .bg-box {
    background: url(/static/images/cloud.png) no-repeat center bottom;
    position: absolute;
    width: 100%;
    min-width: 600px;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
}

.bg-wp .tips {
    width: 338px;
    margin: 0 auto;
    padding-top: 60px;
    position: relative;
}

.bg-wp .tips b {
    display: inline-block;
    zoom: 1;
    *display: inline-block;
    width: 176px;
    height: 38px;
    background: url(/static/images/tape.png) no-repeat;
    position: absolute;
    top: 55px;
    left: 20px;
    z-index: 10;
}

.bg-wp .tips h1 {
    width: 480px;
    height: 215px;
    overflow: hidden;
    text-indent: -9999px;
    margin-left: -140px;
}

.bg-wp .tips01 {
    background: url(/static/images/404.png) no-repeat;
}

.bg-wp .swing {
    -webkit-animation: swinging 10s ease-in-out 0s infinite;
    -moz-animation: swinging 10s ease-in-out 0s infinite;
    animation: swinging 10s ease-in-out 0s infinite;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.bg-wp .intro {
    font-size: 24px;
    color: #fff;
    margin-top: 55px;
}

.bg-wp .operate {
    margin-top: 80px;
}

.bg-wp .operate a {
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: #fff;
    padding: 0 20px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #6187ad;
    text-decoration: none;
    border-radius: 20px;
    margin: 0 20px;
}

.bg-wp .operate a b {
    display: inline-block;
    zoom: 1;
    *display: inline;
    height: 17px;
    vertical-align: middle;
    background-image: url(/static/images/icons.png);
    background-repeat: no-repeat;
    margin: -3px 10px 0 0;
}

.bg-wp .back b {
    width: 19px;
    background-position: left top;
}

.bg-wp .home b {
    width: 17px;
    background-position: right top;
}

/*注册页样式*/
.n_row .form_tips {
    display: none;
    position: absolute;
    left: 0;
    top: 41px;
    height: 16px;
    line-height: 16px;
    padding-left: 25px;
    background: url(/static/images/tips_icon.png) no-repeat left top;
    color: #969696;
}

.n_title p a {
    color: #D54343;
}

.n_rg {
    position: absolute;
    width: 74px;
    height: 38px;
    line-height: 38px;
    top: 0px;
    left: 10px;
    color: #666;
    font-size: 14px;
}

.bluee {
    color: #005aa0;
}

/*找回密码页面样式*/

.n_head {
    width: 100%;
    padding: 18px 0px;
    background: #D54343;
}

.n_logo .fore1 {
    color: #fff;
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
}

.n_logo .fore2 {
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 2px;
    line-height: 20px;
    padding: 0px 10px;
}

.n_logo .fore2:hover {
    background: #fff;
    color: #D54343;
}

.n_menu ul li {
    width: 110px;
    line-height: 44px;
    float: left;
    margin: 0px 10px;
}

.n_menu ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.pr {
    position: relative;
}

.n_menu ul li .n_menu_hide {
    position: absolute;
    width: 118px;
    display: none;
    left: -1px;
    top: 40px;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 55;
    border-top: none;
}

.n_menu ul li .n_menu_hide a {
    color: #666;
    line-height: 30px;
    font-size: 12px;
}

.n_menu ul li.n_hover {
    background: url(/static/images/xiala.png) no-repeat 95px center;
    width: 120px;
}

.n_menu ul li.n_hover:hover {
    border: 1px solid #ddd;
    width: 118px;
    background: url(/static/images/xiala_hover.png) no-repeat 95px center #fff;
    color: #666;
}

.n_menu ul li.n_hover:hover a {
    color: #666;
}

.n_menu ul li.n_hover:hover .n_menu_hide {
    display: block;
}

.cartfd-mem {
    position: absolute;
    top: 5px;
    right: 0;
    bottom: auto;
    left: auto;
}
.cartfd-mem:hover{
    background:#fff;
    border-radius: 2px;
}
.cartfd-mem:hover .miniCart-mem:before {
    position: absolute;
    top:-10px;
    right:0;
    bottom:auto;
    left:auto;
    content: "";
    width: 176px;
    height: 10px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    background: #fff;
}
.cartfd-mem:hover .cartit-mem{
    background: #fff;
}

.cartfd-mem .cartBanner-mem {
    display: none
}

.cartfd-mem .cartit-mem {
    height: 38px;
    line-height: 38px;
    background: #f6f6f6;
    border: 1px solid #d5d4d4;
    border-radius: 2px;
    color: #666666;
    display: block;
    *zoom: 1;
    cursor: pointer;
}

.cartfd-mem .cartit-mem:before, .cartfd-mem .cartit-mem:after {
    display: table;
    content: ""
}

.cartfd-mem .cartit-mem:after {
    clear: both
}

.cartfd-mem .cartit-mem span {
    float: left;
    width: 147px;
    font-size: 14px;
    position: relative
}

.cartfd-mem .cartit-mem span s {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    margin: 0 12px 0px 15px;
    background: url(/static/images/cart.png) no-repeat;
}

.cartfd-mem .cartit-mem span:after {
    content: " ";
    width: 1px;
    height: 20px;
    font-size: 0;
    border-left: 1px solid #d5d4d4;
    position: absolute;
    top: 8px;
    right: 0;
    bottom: auto;
    left: auto
}

.cartfd-mem .cartit-mem .cartNum-mem {
    float: left;
    padding-right: 10px;
    color: #FF6F5C;
    font-size: 14px;
    font-weight: 500
}
/*miniCart*/
.miniCart-mem {
    right: 0;
    position: absolute;
    width: 335px;
    z-index: 9999;
    *z-index: 1;
    *zoom: 1;
    top: 39px;
    border:1px solid #ddd;
    box-shadow: 0px 1px 1px #ddd;

}

.mCartHandler-mem {
    background-color: #F4F4F4;
    cursor: pointer;
    height: 40px;
    overflow: hidden;
    position: relative;
    z-index: 999998;
    border-top: none
}

.mCartHandler-mem h3 {
    float: left;
    color: #464646;
    font-size: 12px;
    height: 40px;
    padding-left: 24px;
    line-height: 40px
}

.mcCashier-mem {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    padding-left: 20px;
    visibility: visible
}

.mcGenius-mem {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 12px;
    height: 12px;
    z-index: 999999
}

.mcGenius-mem s {
    width: 12px;
    height: 12px;
    background: url(sprite.png) no-repeat -73px -375px
}

.bmcGenius-mem s {
    background-position: -73px -360px
}

.mcTotal-mem {
    float: left;
    height: 40px;
    margin-top: 2px;
    line-height: 40px;
    color: #ff0000;
    font-weight: 600
}

.mcGo-mem {
    float: left;
    height: 40px;
    margin-top: 2px;
    line-height: 40px;
    color: #ff0000;
    font-weight: 600
}

.mcTotal-mem {
    padding-right: 20px
}

.mcRmb-mem {
    font-family: arial
}

.mcTotalFee-mem {
    font-weight: 400
}

.mcGo-mem {
    position: relative;
    margin-top: 0;
    width: 64px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    background-color: #D54343;
    color: #ffffff
}

.mcGo-mem a,
.mcGo-mem a:hover {
    color: #fff;
}

.no-mcGo-mem {
    background-color: #bebebe;
    color: #979797
}

.mc_e1-mem, .mcNumTotal-mem {
    display: none
}

.mc_e1-mem {
    padding: 10px 0 10px 100px
}

.mCartBox-mem {
    background-color: #FFFFFF;
    max-height: 364px;
    overflow-y: auto;
    padding: 0 2px;
    *position: relative
}

.emCartBox-mem {
    padding: 20px 30px 20px 40px;
    background: url(sprite24.png) no-repeat -54px -391px
}

.mcBoxTop-mem {
    padding: 10px 12px;
    border-bottom: 1px solid #D8D8D8;
    display: none
}

.mcBtn-mem {
    position: absolute;
    top: 10px;
    right: 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    padding: 1px 10px
}

.mcChk-mem, .mcElect-mem {
    float: left
}

.mcElect-mem {
    padding-top: 2px
}

.mcBoxList-mem {
    background-color: #fff;
    margin: 0 12px
}

.mCartError-mem {
    position: absolute;
    bottom: 9px;
    left: 0;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-align: center;
    width: 272px;
    background: #f5f5f5;
    opacity: 0.9;
    color: #9a1206
}

.mcFloat-mem {
    position: absolute;
    top: 0
}

.mcOrder-mem {
    border-bottom: 1px solid #d8d8d8;
    padding: 10px 0;
    position: relative
}

.mcOrder-mem .mcChk-mem, .mcOrder-mem .mcItem-mem, .mcOrder-mem .mcSqe-mem, .mcOrder-mem .mcAmount-mem, .mcOrder-mem .mcCost-mem {
    float: left
}

.mcOrder-mem .mcChk-mem {
    padding-top: 15px;
    display: none
}

.mcOrder-mem .mcItem-mem {
    width: 52px
}

.mcOrder-mem .mcItem-mem .img-mem {
    width: 50px;
    height: 50px;
    border: 1px solid #c9c8c6;
    background-color: #fff;
    display: table
}

.mcOrder-mem .mcItem-mem .img-mem img {
    width: 50px;
    height: 50px
}

.mcOrder-mem .mcSqe-mem p {
    width: 140px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    margin-left: 10px;
    text-align: left
}

.mcOrder-mem .mcAmount-mem {
    padding: 15px 6px 0;
    width: 54px;
    display: none
}

.mcAmount-mem .minus-mem, .mcAmount-mem .plus-mem {
    visibility: hidden
}

.mcOrder-mem .mcCost-mem {
    position: absolute;
    margin: 6px 0 0 10px;
    right: 10px;
    top: 0;
    color: #ff0000;
    font-weight: 700;
    text-align:center;
}

.mcOrder-mem .mcCost-mem .del-mem {
    position: absolute;
    right: 2px;
    top: 25px;
    font-weight: 500
}

.mcOrder-mem .mcCost-mem .mcPrice-mem {
    padding: 5px 0 0;
    display: block
}

.totalCart-mem {
    text-align: right;
    font-size: 14px;
    letter-spacing: -3px;
    position: absolute;
    top: 5px;
    right: 0;
    padding: 10px 0;
    background: url(bar.png) left -883px repeat-x
}

.totalCart-mem .totalNum-mem {
    border: 1px solid #d3cdbf;
    padding: 10px;
    border-width: 1px 0 0 1px;
    border-radius: 2px 0 0;
    letter-spacing: 0
}

.totalCart-mem .totalFee-mem {
    border: 1px solid #d3cdbf;
    padding: 10px 0 10px 10px;
    border-width: 1px 1px 0 0;
    border-radius: 0 2px 0 0;
    letter-spacing: 0
}

.totalNum-mem strong, .totalFee-mem strong {
    padding: 0 10px;
    color: #D54343
}

.totalCart-mem .goBtn-mem {
    color: #D54343;
    padding: 10px;
    background-color: #D54343;
    color: #fff;
    border-radius: 2px 0 0 2px
}

.totalCart-mem .no-goBtn-mem {
    color: #999;
    background-color: #bebebe
}

/*end of miniCart*/

.n_step .title {
    font-size: 20px;
    color: #666;
    padding-top: 40px;
}

.n_step_con {
    padding-top: 40px;
}

.n_step1 {
    width: 780px;
    background: url(/static/images/step.png) no-repeat center top;
    height: 40px;
}

.n_step2 {
    width: 780px;
    background: url(/static/images/step.png) no-repeat center -41px;
    height: 40px;
}

.n_step3 {
    width: 780px;
    background: url(/static/images/step.png) no-repeat center -82px;
    height: 40px;
}

.n_step4 {
    width: 780px;
    background: url(/static/images/step.png) no-repeat center -123px;
    height: 40px;
}

.n_step_con ul li {
    float: left;
    width: 100px;
    color: #999999;
    text-align: center;
    padding-right: 120px;
    line-height: 30px;
    font-size: 14px;
}

.n_step_con ul li.p100 {
    padding-right: 100px;
}

.n_step_con ul li.p130 {
    padding-right: 130px;
}

.n_step_con ul li.cur {
    color: #D54343;
}

.n_step_con ul li.prev {
    color: rgba(213, 67, 67, 0.5);
}

.n_password .n_item span.label {
    display: block;
    width: 132px;
    text-align: right;
    font-size: 14px;
    color: #666;
    line-height: 40px;
}

.n_password .n_item input {
    height: 38px;
    line-height: 38px;
    border: 1px solid #dddddd;
    width: 198px;
    text-indent: 10px;
	font-family: microsoft yahei;
}

.ne_tips {
    color: #f2445d;
    padding-top: 5px;
}

.n_password .n_item input:focus {
    border: 1px solid #3aa2e4;
}

.n_password {
    padding-top: 40px;
}

.n_password .n_item input.long_text {
    width: 320px;
}

.n_password .n_item input.short_text {
    width: 120px;
}

.n_password .n_item select {
    width: 138px;
    height: 38px;
    border: 1px solid #ddd;
    color: #999999;
}

.n_password .n_item strong {
    font-size: 14px;
    line-height: 40px;
    color: #666666;
}

.n_password .n_item img {
    display: inline-block;
    vertical-align: middle;
}

.ju_s {
    color: #D54343;
}

.n_nextstep {
    cursor: pointer;
    height: 40px;
    width: 122px;
    background: rgba(213, 67, 67, 0.7);
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    border: none;
}

.hq_code {
    display: inline-block;
    background: url(/static/images/h_bg.jpg);
    height: 38px;
    vertical-align: middle;
    line-height: 38px;
    padding: 0px 5px;
    border: 1px solid #dddddd;
    color: #666666;
}

.n_set_over {
    background: url(/static/images/gou.png) no-repeat left center;
    margin-left: 219px;
    padding-left: 60px;
    min-height: 50px;
}

.gx_nin {
    color: #D54343;
    font-size: 18px;
    font-weight: bold;
}

.col0 {
    color: #000;
}



/*提交订单页面*/
.ftx01, .ftx-01 {
    color: #D54343;
}

.text {
    padding: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    vertical-align: middle;
    margin-right: 5px;
}

.red {
    color: #FF5252;
}

.clr {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

body {
    color: #666;
}

.hide {
    display: none;
}

.pr {
    position: relative;
}

.none {
    display: none;
}

a {
    color: #666;
}

.ftx-03 {
    color: #999;
}

.ftx-04 {
    color: #ff6c00;
}

.ftx-05 {
    color: #005ea7;
}

.w990 {
    width: 990px;
    margin: 0 auto;
}

.jd_tit h2 {
    font-size: 16px;
    font-family: 'microsoft yahei';
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

.jd_order_det .step-tit {
    display: block;
    line-height: 40px;
}

.jd_order_det .step-tit h3 {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    float: left;
    font-weight: bold;
}

.jd_order_det .step-tit a {
    float: right;
    color: #005ea7;
}

.consignee-addr {
    position: relative;
    zoom: 1;
}

.consignee-cont {
    margin: 0 45px 0 40px;
    height: 210px;
    overflow: hidden;
}

.consignee-cont ul {
    position: relative;
}

.consignee-cont li {
    list-style: none;
    height: 30px;
    padding: 6px 0;
    float: left;
    width: 99.8%;
}

.consignee-item {
    list-style: none;
    position: relative;
    border: 1px solid #ddd;
    height: 30px;
    line-height: 30px;
    width: 90px;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    float: left;
    border-radius: 4px;
}

.consignee-item.item-selected b {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 0 solid rgba(0,0,0,0);
    border-right: 0 solid rgba(0,0,0,0);
    border-bottom: 16px solid #268DFF;
    border-left: 16px solid rgba(0,0,0,0);
}

.consignee-cont .addr-detail {
    float: left;
    height: 30px;
    line-height: 30px;
}

.consignee-cont .op-btns {
    visibility: hidden;
    float: left;
    text-align: right;
    height: 30px;
    line-height: 30px;
}

.consignee-cont li:hover .op-btns {
    visibility: visible;
}

.consignee-cont li:hover .op-btns a {
    margin-left: 10px;
    color: #005ea7;
}

.payment-list {
    padding: 0 40px;
}

.payment-list .list-cont ul {
    display: block;
}

.payment-list .list-cont li {
    float: left;
    margin-right: 10px;
    _display: inline;
    cursor: default;
}

.payment-list .list-cont .payment-item {
    float: left;
    position: relative;
    border: 1px solid #ddd;
    height: 18px;
    line-height: 18px;
    padding: 5px 24px;
    cursor: pointer;
}

.payment-list .list-cont .payment-item.item-selected {
    border: 2px solid #D54343;
    padding: 4px 23px;
}

.payment-list .list-cont .payment-item.item-selected b {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    overflow: hidden;
    background: url(https://misc.360buyimg.com/user/purchase/css/i/user_purchase20150409154845.png?__sprite) no-repeat;
    background-position: 0 0;
}

.payment-list .list-cont .payment-item.payment-item-hover {
    border: 2px solid #D54343;
    padding: 4px 23px;
}

.payment-list .list-cont .payment-item.payment-item-hover .qmark-icon {
    display: block;
}

.payment-list .list-cont .payment-item .qmark-icon {
    display: none;
    position: absolute;
    right: 5px;
    top: 7px;
    width: 13px;
    height: 13px;
    overflow: hidden;
    background: url(https://misc.360buyimg.com/user/purchase/css/i/user_purchase20150409154845.png?__sprite) no-repeat;
    background-position: 0 -73px;
}

.online_tips {
    position: absolute;
    left: 0px;
    top: 0px;
    white-space: nowrap;
}

.online_tips .sanjiao {
    border: 1px solid #f4e4b4;
    padding: 5px;
    position: relative;
    background: #fffdee;
}

.online_tips .sanjiao span {
    position: absolute;
    top: -12px;
    left: 20px;
}

.shopping-list {
    position: relative;
    border: solid #ddd;
    border-width: 2px 1px 1px;
    padding: 10px 10px 0;
    width: 968px;
}

.goods-list h4 {
    color: #666;
    font-weight: bold;
}

.shopping-list .goods-list .goods-items {
    margin: 0 0 10px 10px;
}

.shopping-list .goods-list .goods-item {
    padding: 10px 0;
    color: #666;
}

.shopping-list .goods-list .goods-item .p-img {
    float: left;
    width: 80px;
    height: 80px;
    border: 1px solid #ddd;
    margin-right: 10px;
    padding: 5px 0px;
}

.shopping-list .goods-list .goods-item .p-img img {
    width: 80px;
    height: 80px;
}

.shopping-list .goods-list .goods-item .goods-msg {
    float: left;
    width: 410px;
}

.shopping-list .goods-list .goods-item .p-name {
    height: 3em;
    line-height: 1.5em;
    overflow: hidden;
    margin-bottom: 10px;
}

.shopping-list .goods-list .goods-item .p-price {
    margin: 0 0 5px;
}

.shopping-list .goods-list .goods-item .p-price strong {
    font-family: verdana;
    color: #D54343;
    display: inline-block;
    vertical-align: middle;
    width: 90px;
}

.shopping-list .goods-list .goods-item .p-price span {
    display: inline-block;
    vertical-align: middle;
}

.p-icon-c {
    background-position: 0 -28px;
}

.p-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 5px 0 0;
    overflow: hidden;
    background: url(https://misc.360buyimg.com/user/purchase/css/i/purchase-icon.png) no-repeat;
    vertical-align: middle;
}

.p-icon-w {
    background-position: 0 -84px;
}

.shopping-list .goods-list .goods-suit .goods-suit-tit {
    overflow: hidden;
    margin: 5px 0;
}

.shopping-list .goods-list .goods-suit .sales-icon {
    display: inline-block;
    background: #D54343;
    color: #fff;
    vertical-align: middle;
    padding: 0 7px;
    height: 18px;
    line-height: 18px;
    margin-right: 5px;
}

.shopping-list .goods-list .goods-suit .goods-item {
    margin-left: 10px;
    border: 0;
    padding: 0 0 10px;
}

.shopping-list .dis-modes {
    float: left;
    margin-left: 30px;
    width: 330px;
}

.shopping-list .dis-modes .mode-item {
    margin-bottom: 50px;
}

.shopping-list .dis-modes .mode-tab-nav {
    margin: 10px 0 20px;
}

.shopping-list .dis-modes .mode-tab-nav li.curr {
    border: 2px solid #D54343;
    padding: 4px 0;
    width: 146px;
}

.shopping-list .dis-modes .mode-tab-nav li {
    float: left;
    height: 18px;
    line-height: 18px;
    padding: 5px 0;
    width: 150px;
    text-align: center;
    border: 1px solid #ddd;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}

.shopping-list .dis-modes .mode-tab-nav li.disabled {
    background: #ebebeb;
    border-color: #ebebeb;
    color: #ccc;
    cursor: default;
}

.shopping-list .dis-modes .mode-tab-nav li .m-txt {
    display: inline-block;
}

.shopping-list .dis-modes .mode-tab-nav li .qmark-icon {
    display: none;
    width: 13px;
    height: 13px;
    overflow: hidden;
    background: url(https://misc.360buyimg.com/user/purchase/css/i/user_purchase20150409154845.png?__sprite) no-repeat;
    background-position: 0 -73px;
    position: absolute;
    right: 20px;
    top: 5px;
}

.shopping-list .dis-modes .mode-tab-nav li:hover .qmark-icon {
    display: block;
}

.shopping-list .dis-modes .mode-tab-nav li.curr b {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    overflow: hidden;
    background: url(https://misc.360buyimg.com/user/purchase/css/i/user_purchase20150409154845.png?__sprite) no-repeat;
    background-position: 0 0;
}

.shopping-list .dis-modes .mode-list .fore1 {
    float: left;
    width: 290px;
}

.shopping-list .dis-modes .mode-list .fore2 {
    float: right;
}

.shopping-list .dis-modes .mode-list li {
    display: inline-block;
    display: block;
    padding: 5px 0;
    line-height: 22px;
    border-bottom: 1px solid #ddd;
    width: 315px;
}

.order-remarks {
    background: #fafafa;
    padding: 10px 20px;
    margin-top: 10px;
}

.order-remarks .remark-tit {
    color: #666;
    line-height: 25px;
}

.form .itxt01 {
    width: 510px;
}

.form .itxt {
    height: 18px;
    width: 155px;
    padding: 3px 5px 2px;
}

.form .itxt, .form .selt, .form .area {
    line-height: 18px;
    border: 1px solid #ccc;
    padding: 5px;
    vertical-align: middle;
    float: none;
}

.invoice-cont {
    background: #fafafa;
    padding: 10px 40px;
    height: 18px;
    line-height: 18px;
}

.order-summary .statistic {
    width: 300px;
}

.order-summary .statistic .list {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    zoom: 1;
}

.order-summary .statistic span {
    width: 180px;
    margin-right: 20px;
    float: left;
    text-align: right;
}

.order-summary .statistic em {
    color: #D54343;
}

.order-summary .statistic .price {
    color: #333;
    float: left;
    width: 100px;
    text-align: right;
    font-family: verdana;
}

.coupon {
    width: 900px;
    margin: 10px auto;
}

.part_open {
    line-height: 15px;
    padding: 0px 0 1px 20px;
    background: url(/static/images/toggler-arrow.gif) no-repeat left top;
    color: #005ea7;
}

.part_close {
    background: url(/static/images/toggler-arrow.gif) no-repeat left bottom;
}

.coupon .coupon_cont {
    position: relative;
    margin: 40px 0 10px 20px;
    border: 1px solid #ddd;
    background: #eefaff;
    padding: 10px 20px;
}

.coupon .coupon_cont h4 {
    display: block;
    position: absolute;
    left: -1px;
    top: -21px;
    height: 20px;
    line-height: 20px;
    padding: 0 20px;
    background: #eefaff;
    border: 1px solid #ddd;
    border-bottom: 0;
    font-weight: bold;
}

.coupon .coupon_cont .coupon_choice {
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
}

.coupon .coupon_cont .coupon_choice ul li {
    margin: 5px 0;
}

.coupon .coupon_cont .entity {
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
}

.coupon_total {
    padding-top: 10px;
}

.coupon_total span {
    margin: 0 5px;
}

.money_card {
    width: 900px;
    margin: 10px auto;
}

.money_card_cont {
    margin-top: 10px;
    border: 1px solid #ddd;
    background: #eefaff;
    padding: 10px 20px;
}

.money_card_cont .money_card_p1 p {
    height: 20px;
    margin: 10px 0;
}

.money_card_cont .money_card_p2 table {
    width: 100%;
    margin: 10px 0;
    background: #fff;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.money_card_cont .money_card_p2 table tr th, .money_card_cont .money_card_p2 table tr td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.remark {
    width: 900px;
    margin: 10px auto;
}

.remark_cont {
    margin: 10px 20px;
    padding: 10px;
    background: #FEF6F7;
}

.common_btn {
    display: block;
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    color: #fff;
    border: 0;
    background: #E4393C;
    border-radius: 3px;
    cursor: pointer;
}

.beans .bs-t {
    border-bottom: 1px dashed #a3d1ec;
    height: 26px;
    line-height: 26px;
    padding: 12px 0 8px;
}

.beans .bs-t span {
    font-weight: bold;
    color: #333;
    margin-right: 5px;
}

.beans .bs-t .bs-num {
    vertical-align: middle;
    height: 18px;
    line-height: 18px;
    border: 1px solid #ccc;
    text-align: center;
    padding: 3px 5px;
    width: 70px;
    margin-right: 5px;
    font-weight: bold;
}

.beans .btn-1 {
    padding: 0 10px;
    font-size: 12px;
    vertical-align: middle;
}

.beans .btn-1 {
    font-family: arial, "microsoft yahei";
    cursor: pointer;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    background-color: #e74649;
    background-image: -moz-linear-gradient(top, #e74649, #df3134);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e74649), color-stop(1, #df3134));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e74649', endColorstr='#df3134', GradientType='0');
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e74649', endColorstr='#df3134');
    background-image: linear-gradient(to top, #e74649 0, #df3134 100%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    padding: 0 15px;
    cursor: pointer;
    border: 0;
    float: none;
}

.beans .bs-t .error {
    display: inline-block;
    vertical-align: middle;
    color: #D54343;
    background-color: #ffebeb;
    border: 1px solid #ffbdbe;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    display: none;
}

.beans .bs-m {
    padding: 13px 0;
    height: 20px;
}

.beans .bs-m .rest {
    float: left;
}

.beans .bs-m .a-link:link {
    float: right;
}

.order-coupon .inner {
    padding: 5px 18px;
    border: 1px solid #a3d1ec;
}

.trade-foot {
    margin-top: 40px;
}

#checkout-floatbar {
    border: solid #f0f0f0;
    border-width: 1px 1px 0;
    width: 988px;
}

.checkout-buttons {
    position: relative;
    width: 988px;
    height: 50px;
    background-color: #f0f0f0;
}

.checkout-buttons .sticky-wrap {
    position: relative;
    _zoom: 1;
}

.submit-error {
    position: absolute;
    right: 10px;
    top: -22px;
    z-index: 3000;
    background: #ffe8e8;
    color: #c00;
    border: 1px solid #db9a9a;
    line-height: 20px;
    padding: 0 5px;
}

.submit-check-info {
    color: #f60;
    height: 30px;
    line-height: 30px;
    top: -30px;
    padding: 0 5px;
    position: absolute;
    right: 10px;
    background-color: #fffdee;
    border: 1px solid #edd28b;
}

.consignee-foot {
    padding: 15px 10px 15px 0;
    line-height: 20px;
    text-align: right;
    border: solid #f0f0f0;
    border-width: 0 1px 1px;
    width: 978px;
}

.checkout-buttons .checkout-submit {
    float: right;
    position: relative;
    width: 135px;
    height: 36px;
    line-height: 36px;
    margin: 8px 10px 0 0;
    padding: 0;
    background-color: #e00;
    overflow: hidden;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border: none;
}

.checkout-buttons .checkout-submit b {
    position: absolute;
    left: 0;
    top: 0;
    width: 135px;
    height: 36px;
    background: url(https://misc.360buyimg.com/user/purchase/css/i/btn-submit.jpg) no-repeat;
    cursor: pointer;
    overflow: hidden;
}

.checkout-buttons .total {
    padding-right: 18px;
    float: right;
    line-height: 50px;
    font-size: 14px;
}

.checkout-buttons .checkout-submit-tip {
    background-color: #fffdee;
    border: 1px solid #edd28b;
    color: #f60;
    float: right;
    padding: 0 3px;
    height: 30px;
    line-height: 30px;
    margin: 10px 10px 0 0;
}

.ui-ceilinglamp-current {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    -moz-opacity: .95;
    opacity: .95;
    _filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#f2f0f0f0', endColorstr='#f2f0f0f0');
    background: rgba(240, 240, 240, 0.95);
}

.ui-ceilinglamp-current .sticky-wrap {
    width: 990px;
    margin: 0 auto;
}

.date-delivery {
    background: #fff;
    overflow: hidden;
}

.date-delivery .inner {
    position: relative;
    float: left;
    border: 1px solid #ccc;
}

.date-delivery .th dt {
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 5px 0 5px 15px;
    width: 80px;
    text-align: left;
}

.date-delivery .date {
    float: left;
}

.date-delivery .date span {
    float: left;
    height: 40px;
    padding: 5px 0;
    border-left: 1px solid #eee;
    text-align: center;
    line-height: 20px;
    width: 50px;
}

.date-delivery .time {
    clear: both;
    width: 95px;
}

.date-delivery .data {
    position: absolute;
    top: 50px;
    left: 95px;
    overflow: hidden;
}

.date-delivery .data ul {
    float: left;
}

.date-delivery .data li.disabled {
    cursor: not-allowed;
}

.date-delivery .data li:hover {
    background-color: #7abd54;
    color: #fff;
}

.date-delivery .data li {
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    cursor: pointer;
    color: #7abd54;
}

.tab-nav {
    margin-bottom: 15px;
}

.tab-nav ul {
    display: inline-block;
    display: block;
}

.tab-nav .tab-item-selected {
    border: 2px solid #D54343;
    padding: 5px 23px;
    cursor: default;
}

.tab-nav .tab-nav-item {
    float: left;
    position: relative;
    margin-right: 10px;
    border: 1px solid #ebebeb;
    padding: 6px 24px;
    cursor: pointer;
}

.tab-nav .tab-item-selected b {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    overflow: hidden;
    background: url(https://misc.360buyimg.com/user/purchase/css/i/user_purchase20150409154845.png?__sprite) no-repeat;
    background-position: 0 0;
}

.date-delivery .data li.selected {
    background-color: #7abd54;
    color: #fff;
}

.tab-nav .tab-item-selected {
    border: 2px solid #D54343;
    padding: 5px 23px;
    cursor: default;
}

.date-box .date-list {
    overflow: hidden;
    padding-top: 1px;
}

.date-box .date-list ul {
    display: inline-block;
    display: block;
    border-left: 1px solid #ebebeb;
    float: left;
}

.date-box .date-list li.selected {
    background: #7abd54;
    color: #fff;
    border-color: #7abd54;
}

.date-box .date-list li {
    float: left;
    border: solid #ebebeb;
    border-width: 1px 1px 1px 0;
    height: 43px;
    text-align: center;
    width: 58px;
    line-height: 20px;
    margin-top: -1px;
    cursor: pointer;
}

.date-box .date-list li .data {
    display: block;
}

.tooltip-goods .tooltip-tit {
    margin-bottom: 20px;
}

.tooltip-goods .goods-items {
    max-height: 216px;
}

.tooltip-goods .goods-item .p-img {
    float: left;
    width: 60px;
    height: 60px;
    border: 1px solid #f1f1f0;
    margin-right: 10px;
    padding: 0;
}

.tooltip-tit a {
    color: #f60;
    font-size: 12px;
    font-family: Verdana;
}

.tooltip-goods .goods-item .p-name {
    float: left;
    width: 165px;
    height: 3em;
    line-height: 1.5em;
    overflow: hidden;
}

.tooltip-goods .goods-item .p-name a {
    color: #666;
}

.tooltip-goods .goods-item .p-img img {
    width: 60px;
    height: 60px;
}

.mode-item .sanjiaox {
    position: absolute;
    left: 100px;
    top: 11px;
    z-index: 9999;
}

.pr {
    position: relative;
}

.tooltip-goods {
    padding: 10px;
    border: 1px solid #f4e4b4;
    padding: 5px;
    background: #fffdee;;
    width: 280px;
    position: absolute;
    z-index: 99;
    left: 80px;
    top: 20px;
}

.ok-pay {
    width: 620px;
}

.ticket_dia {
    min-width: 600px;
}

.date-delivery .time span:hover {
    background: #edf9e6;
}

.consignee-addr .addr-up {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    background: url(https://misc.360buyimg.com/user/purchase/css/i/user_purchase20150409154845.png?__sprite) no-repeat;
    background-position: 0 -117px;
    cursor: pointer;
}

.consignee-addr .addr-down {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 44px;
    height: 44px;
    background: url(https://misc.360buyimg.com/user/purchase/css/i/user_purchase20150409154845.png?__sprite) no-repeat;
    background-position: 0 -225px;
    cursor: pointer;
}

.consignee-addr .addr-down.disabled {
    background: url(https://misc.360buyimg.com/user/purchase/css/i/user_purchase20150409154845.png?__sprite) no-repeat;
    background-position: 0 -279px;
    cursor: default;
}

.consignee-addr .addr-up.disabled {
    background: url(https://misc.360buyimg.com/user/purchase/css/i/user_purchase20150409154845.png?__sprite) no-repeat;
    background-position: 0 -171px;
    cursor: default;
}

.jd-dialog {
    position: fixed;
    z-index: 99999;
    display: none;
    background: #fff;
}

.time_dia {
    width: 560px;
}

.address_dia {
    width: 690px;
}

/*订单提交成功页面*/
.success_notice {
    position: relative;
    background: #fffdee;
    padding: 30px 0 50px 150px;
    border: 1px solid #e4e4e4;
}

.success_notice .success_icon {
    position: absolute;
    left: 90px;
    top: 30px;
    display: block;
    width: 48px;
    height: 40px;
    background: url(/static/images/success_img.png) no-repeat;
}

.success_notice h3 {
    color: #009900;
}

.success_notice li {
    display: inline;
    margin-right: 20px;
}

.pay_it {
    margin: 30px 0;
    border: 1px solid #EDD28B;
    background: #FFFDEE;
}

.pay_it h2 {
    display: block;
    position: relative;
    height: 30px;
    line-height: 33px;
    background: #fff;
    border-bottom: 1px solid #EDD28B;
    padding-left: 200px;
}

.pay_it h2 span {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 31px;
    line-height: 30px;
    padding: 0 10px;
    background: #FFFDEE;
    border-right: 1px solid #EDD28B;
    color: #FF6600;
}

.pay_it .pay_content {
    padding: 20px;
}

.pay_it .pay_content h4 {
    color: #666;
}

.pay_it .pay_content img {
    display: inline-block;
    width: 150px;
    height: 50px;
    margin: 30px 0 20px 10px;
    border: 1px solid #e4e4e4;
    padding: 1px;
}

.pay_it .pay_content img.selected {
    border: 2px solid #c00;
}

.pay_it .pay_content .pay_now {
    display: block;
    width: 146px;
    height: 41px;
    background: url(/static/images/pay_now.png) no-repeat;
    border: 0;
    cursor: pointer;
    text-indent: -9999px;
    *text-indent: 0;
    line-height: 9999px;
    margin-left: 10px;
}

.other_do {
    height: 30px;
    line-height: 30px;
}

.other_do a {
    color: #005A9D;
    margin-right: 15px;
}

/* 列表页 */
.page_locate em {
    font-family: Microsoft YaHei;
    font-size: 18px;
    font-weight: 700;
}

.sortList {
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.sortItem {
    border-bottom: 1px solid #eee;
    background: #f7f7f7;
}

.sortItem h3 {
    height: 29px;
    line-height: 29px;
    padding-left: 10px;
    font-family: Microsoft YaHei;
    font-size: 14px;
    cursor: pointer;
}

.sortItem h3 b {
    float: left;
    width: 16px;
    height: 16px;
    background: url(/static/images/sort_ops.gif) no-repeat left top;
    margin: 7px 8px 0 0;
}

.sortItem ul {
    padding: 5px 19px;
    display: none;
}

.sortItem ul li {
    float: left;
    width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
}

.sortList .current {
    background: url(/static/images/gradient_bg.gif) repeat-x;
}

.sortList .current h3 b {
    background-position: right top;
}

.sortList .current ul {
    display: block;
}

.show_list li, .ranking_list li {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.left_box li:last-child {
    margin-bottom: 0;
}

.browse_img img {
    display: block;
}

.browse_name {
    line-height: 150%;
}

.browse_name span {
    font-weight: 700;
}

.browse_price {
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: 700;
}

.ranking_img img, .sellers_img img {
    display: block;
}

.ranking_info {
    width: 96px;
    line-height: 150%;
}


.best_sellers {
    background: url(/static/images/gradient_bg.gif) repeat-x;
    border: 1px solid #ddd;
    padding: 0 0 15px 15px;
}

.best_sellers h3 {
    font-family: Microsoft YaHei;
    font-size: 14px;
    line-height: 30px;
}

.sellers_list li {
    float: left;
    overflow: hidden;
    margin-right: 10px;
}

.sellers_info {
    width: 135px;
}

.sellers_name {
    line-height: 150%;
    height: 36px;
}

.sellers_price {
    color: #999;
    margin: 3px 0 5px;
}

.sellers_price em {
    font-family: Microsoft YaHei;
    font-size: 14px;
}

.sellers_btn {
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: url(/static/images/sellers_btn.gif) no-repeat;
    width: 71px;
    height: 24px;
    line-height: 23px;
    text-align: center;
    color: #fff !important;
}

.pro_filter {
    border: 1px solid #ddd;
    overflow: hidden;
}

.filterBox {
    margin-top: -1px;
}

.filterBox dl {
    border-top: 1px solid #eee;
    background: #f7f7f7;
}

.filterBox dt {
    float: left;
    width: 95px;
    line-height: 40px;
    padding-right: 25px;
    text-align: right;
}

.filterBox dd {
    float: left;
    width: 833px;
    padding: 9px 20px 9px 15px;
    background: #fff;
    vertical-align: middle;
}

.filterList {
    float: left;
    width: 780px;
    height: 22px;
    overflow: hidden;
}

.filterBox li {
    float: left;
    margin-right: 30px;
    line-height: 22px;
}

.filter_wp {
    display: none;
}

.filter_wp dd {
    padding-bottom: 4px;
    *padding-bottom: 9px;
}

.filter_wp .filterList {
    height: auto;
}

.filter_wp li {
    margin: 0 10px 5px 0;
}

.filter_wp li a {
    display: inline-block;
    zoom: 1;
    *display: inline;
    height: 20px;
    line-height: 20px;
    border: 1px solid #e6e6e6;
    padding: 0 6px;
    color: #333;
}

.filter_wp li a:hover {
    border-color: #bbb;
}

.filter_wp li a em {
    font-weight: 700;
}

.filter_wp li a b {
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: url(/static/images/close_filter.gif) no-repeat right center;
    width: 7px;
    height: 7px;
    margin-left: 8px;
}

.cancel_filter, .filter_op {
    color: #005aa0;
    float: right;
    line-height: 22px;
    white-space: nowrap;
}

.cancel_filter {
    margin-bottom: 5px;
    *margin-bottom: 0;
}

.filter_op b, .filter_handle a b {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 9px;
    height: 6px;
    margin-left: 5px;
}

.filter_handle .show_less {
    display: none;
}

.f_more b, .show_more b {
    background: url(/static/images/filter_down.gif) no-repeat center center;
}

.f_less b, .show_less b {
    background: url(/static/images/filter_up.gif) no-repeat center center;
}

.filter_handle {
    margin-top: -1px;
}

.filter_handle a {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 80px;
    height: 23px;
    line-height: 23px;
    border: 1px solid #ddd;
    border-top-color: #fff;
    color: #888;
}

.filter_handle a b {
    margin-left: 8px;
}

.more_filter {
    display: none;
}

.operation_bar {
    background: url(/static/images/operation_bg.gif) no-repeat left top;
    width: 990px;
    height: 70px;
}

.operation_wp {
    padding: 0 20px 0 15px;
}

.sorting_box {
    line-height: 38px;
}

.sorting_box em, .sorting_box a {
    float: left;
}

.sorting_box a {
    height: 24px;
    line-height: 24px;
    border: 1px solid #cecbce;
    padding: 0 3px;
    background: #fff;
    margin: 6px 5px 0 0;
}

.sorting_box .checked {
    color: #fff;
}

.sorting_box a span {
    padding: 0 10px;
}

.sorting_box .checked.s_up span {
    background: url(/static/images/sort_up.gif) no-repeat right center;
    padding: 0 13px 0 7px;
}

.sorting_box .checked.s_down span {
    background: url(/static/images/sort_down.gif) no-repeat right center;
    padding: 0 13px 0 7px;
}

.op_pages {
    height: 26px;
    line-height: 26px;
    border-left: 1px solid #fff;
    margin-top: 6px;
    padding-left: 15px;
}

.op_pages a {
    display: inline-block;
    zoom: 1;
    *display: inline;
    height: 20px;
    line-height: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.op_prev {
    background: url(/static/images/op_prev.gif) no-repeat 4px center;
    padding: 0 8px 0 14px;
}

.op_next {
    background: url(/static/images/op_next.gif) no-repeat 49px center;
    padding: 0 14px 0 8px;
}

.no_pages {
    color: #ccc !important;
    cursor: default;
}

/* .op_prev.no_pages {
    background-image: url(/static/images/no_prev.gif);
}

.op_next.no_pages {
    background-image: url(/static/images/no_next.gif);
} */

.goods_num {
    height: 26px;
    line-height: 26px;
    margin-top: 6px;
    border-right: 1px solid #e7e3e7;
    padding-right: 15px;
}

.goodsTip {
    margin-top: 8px;
}

.m_check {
    background: url(/static/images/no_check.gif) no-repeat left center;
    *padding-left: 15px;
}

.m_check.checked {
    background: url(/static/images/checked_img.gif) no-repeat left center;
}

.m_check input {
    opacity: 0;
    filter: alpha(opacity=0);
    *position: absolute;
}

.gd_wp {
    padding: 10px 10px 15px;
}

.goodsList {
    width: 995px;
    margin-left: -1px;
}

.goodsList .goodsBox {
    float: left;
    width: 246px;
    height: 475px;
    margin-bottom: 5px;
    border: 1px solid #fff;
}

.goodsList .goodsBox:hover {
    border-color: #ddd;
    box-shadow: 0 2px 5px #ddd;
    position: relative;
}

.g-scroll-wrap {
    float: left;
    width: 155px;
    height: 31px;
    overflow: hidden;
    *position: relative;
    *z-index: 9;
}

.g-scroll-wrap ul {
    position: relative;
    left: 0;
}

.g-scroll-wrap li {
    float: left;
    margin: 0 1px;
    width: 29px;
}

.g-scroll-wrap li img {
    width: 25px;
    height: 25px;
    padding: 1px;
    border: 1px solid #ddd;
}

.g-scroll-prev, .g-scroll-next {
    width: 16px;
    height: 29px;
    float: left;
    background: url(/static/images/scroll_btns.gif) no-repeat;
}

.g-scroll-prev {
    background-position: left top;
    margin-right: 1px;
}

.g-scroll-next {
    background-position: -17px top;
    margin-left: 1px;
}

.g-scroll .disabled {
    cursor: not-allowed;
}

.g-scroll .disabled.g-scroll-prev {
    background-position: -34px top;
}

.g-scroll .disabled.g-scroll-next {
    background-position: -51px top;
}

.g-name {
    line-height: 150%;
    height: 36px;
}

.g-price {
    font-family: Microsoft YaHei;
    font-size: 16px;
}

.good-operation a {
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: #f7f7f7;
    color: #333;
    height: 18px;
    line-height: 17px;
    border: 1px solid #d0d0d0;
    padding: 0 10px;
    border-radius: 2px;
}

.good-operation a label {
    cursor: pointer;
}

.shop_name {
    height: 25px;
    line-height: 25px;
    width: 100%;
    background: #f7f7f7;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}

.shop_name a {
    color: #005aa0;
}

.goodsList .goodsBox:hover .shop_name {
    display: block;
}

.pages a {
    display: inline-block;
    zoom: 1;
    *display: inline;
    height: 26px;
    line-height: 26px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0 10px;
    font-size: 14px;
}

.pages .cur {
    border-color: #fff;
    cursor: default;
}

.pages .pg_prev {
    background: url(/static/images/op_prev.gif) no-repeat 5px center;
    padding-left: 15px;
}

.pages .pg_next {
    background: url(/static/images/op_next.gif) no-repeat 57px center;
    padding-right: 15px;
}

.pg_prev.no_pages {
    background-image: url(/static/images/no_prev.gif);
}

.pg_next.no_pages {
    background-image: url(/static/images/no_next.gif);
}

.goods_contrast {
    width: 966px;
    border-width: 2px;
    border-style: solid;
    background: #fff;
    padding: 10px;
    position: fixed;
    bottom: 0;
    z-index: 10000;
    display: none;
}

.gc_tit {
    border-bottom: 1px dotted #ddd;
    padding: 0 5px 5px;
}

.gc_tit h3 {
    font-family: microsoft YaHei;
    font-size: 14px;
}

.hide_ct {
    color: #005aa0;
}

.contrast_items dl {
    padding: 5px 10px 5px 0;
    border-right-width: 1px;
    border-right-style: dotted;
    margin-right: 10px;
}

.contrast_items dl dt {
    float: left;
}

.contrast_items dl dd {
    float: left;
    margin-left: 5px;
    width: 140px;
    line-height: 150%;
}

.ct-item-price {
    font-family: microsoft YaHei;
}

.del-ct-item {
    color: #005aa0;
    margin-left: 10px;
    display: none;
}

.has_item:hover .del-ct-item {
    display: inline;
}

.empty_item dt {
    width: 50px;
    height: 50px;
    background: #f6f6f6;
    text-align: center;
    line-height: 50px;
    color: #ccc;
    font-size: 30px;
}

.empty_item dd {
    color: #ccc;
}

.ct_operation {
    width: 85px;
    margin-left: 10px;
    padding-top: 5px;
}

.contrast_btn {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 54px;
    height: 24px;
    line-height: 24px;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    font-weight: 700;
    color: #fff !important;
}

.contrast_btn.dis_ct {
    background: #fff;
    border-color: #ddd !important;
    color: #ccc !important;
    cursor: default;
}

.ct_operation .del-items a {
    color: #005aa0;
}

.sales_label {
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: #fff;
    padding: 1px 2px;
    line-height: 12px;
    margin-right: 5px;
}

.star_wp {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 75px;
    height: 14px;
    background: url(/static/images/star_bg.png) no-repeat left bottom;
}

.star {
    float: left;
    background: url(/static/images/star_bg.png) no-repeat left top;
    height: 14px;
}

.star_0_5 {
    width: 8px;
}

.star_1_0 {
    width: 15px;
}

.star_1_5 {
    width: 23px;
}

.star_2_0 {
    width: 30px;
}

.star_2_5 {
    width: 38px;
}

.star_3_0 {
    width: 45px;
}

.star_3_5 {
    width: 53px;
}

.star_4_0 {
    width: 60px;
}

.star_4_5 {
    width: 68px;
}

.star_5_0 {
    width: 75px;
}

.choose_area_hover .area_text {
    border-bottom-color: #fff;
}

.locate_cont {
    position: absolute;
    width: 400px;
    border: 1px solid #ddd;
    top: 25px;
    left: -40px;
    z-index: 9;
    padding: 10px 15px;
    background: #fff;
    display: none;
}

.choose_area_hover .locate_cont {
    display: block;
}

.locate_tabs {
    border-bottom: 2px solid #edd28b;
    height: 25px;
}

.locate_tabs li {
    float: left;
    margin-right: 5px;
}

.locate_tabs li a {
    display: block;
    height: 23px;
    line-height: 23px;
    padding: 0 10px 1px 10px;
    border: 1px solid #ddd;
    border-bottom: none;
}

.locate_tabs a b {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 7px;
    height: 4px;
    background: url(/static/images/arrow_down.png) no-repeat;
    margin-left: 5px;
}

.locate_tabs .cur a {
    height: 24px;
    line-height: 21px;
    border: 2px solid #edd28b;
    border-bottom: none;
    background: #fff;
}

.locate_list {
    padding-top: 5px;
    display: none;
}

.locate_list li {
    float: left;
    width: 80px;
    line-height: 20px;
    padding: 2px 0 2px 15px;
}

.locate_list li a {
    float: left;
    padding: 2px 5px 2px 5px;
}

.locate_list li a:hover {
    color: #fff !important;
}

.wx_prompt {
    padding-top: 3px;
}

.wx_prompt a {
    line-height: 17px;
    margin-right: 12px;
}

.installment {
    background: url(/static/images/installment_bg.gif) no-repeat;
    width: 78px;
    color: #fff !important;
    text-align: right;
}

.no_freight {
    background: url(/static/images/mian.gif) no-repeat left center;
    padding-left: 22px;
}

.g_return {
    background: url(/static/images/tui.gif) no-repeat left center;
    padding-left: 27px;
}

.selected_type {
    *margin-top: 15px;
}

.add_cart {
    float: left;
    width: 173px;
    height: 40px;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    background: url(/static/images/add_cart.gif) no-repeat left top;
}

.add_cart:hover {
    background-position: left bottom;
}

.collect_pro {
    float: left;
    margin-left: 20px;
    width: 81px;
    height: 40px;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    background: url(/static/images/collect_pro.gif) no-repeat left top;
}

.collect_pro:hover {
    background-position: left bottom;
}

.business_wp {
    width: 210px;
}

.sidepd {
    padding: 10px 15px;
    border: 1px solid #ddd;
}

.business_name {
    border-bottom: none;
    background: #f7f7f7;
}

.business_name a {
    font-weight: 700;
}

.business_score {
    position: relative;
    border-bottom: none;
}

.business_score .star_wp {
    position: relative;
    top: 2px;
}

.score_btn {
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 22px;
    height: 20px;
    background: url(/static/images/score_btn.gif) no-repeat left bottom;
}

.score_down {
    background-position: left top;
}

.score_detail {
    border-bottom: none;
    padding: 10px 0 0px 15px;
    color: #999;
    *padding-bottom: 10px;
}

.sd_tit .lt {
    width: 120px;
}

.sd_cont dl dt {
    float: left;
    width: 120px;
}

.sd_cont dl dd {
    float: left;
    margin-bottom: 12px;
}

.sd_cont dd b {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 8px;
    height: 7px;
    background: url(/static/images/score_arrow.gif) no-repeat;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.sd_cont .eva_up b {
    background-position: left bottom;
}

.sd_cont .eva_down b {
    background-position: left top;
}

.eva_down {
    color: #00ba97;
}

.business_info {
    border-bottom: none;
}

.business_info p {
    margin-bottom: 10px;
}

.enter_shop {
    display: block;
    width: 180px;
    height: 33px;
    background: url(/static/images/enter_shop.gif) no-repeat left top;
    margin: 15px auto 0;
    text-align: center;
    line-height: 33px;
    color: #fff !important;
    font-family: microsoft YaHei;
    font-size: 18px;
}

.enter_shop:hover {
    background-position: left bottom;
}

.good_shops {
    border: 1px solid #ddd;
}

.good_shops .all_shops {
    display: block;
    font-weight: 700;
    padding: 10px 15px;
    background: #f7f7f7;
    color: #666;
}

.gd-shops li {
    border-top: 1px solid #ddd;
    position: relative;
}

.gd-shops li a {
    color: #666;
    display: block;
    padding: 10px 15px;
}

.gd-shops li a:hover {
    background: #faf9f9;
}

.gsPrice {
    font-family: microsoft YaHei;
    font-size: 14px;
    font-weight: 700;
}

.gsTags i {
    font-style: normal;
    color: #999;
}

.gsTags {
    line-height: 20px;
}

.shop_extra {
    width: 112px;
    background: #fff;
    border: 1px solid #ddd;
    top: 0;
    left: -130px;
    padding: 5px 10px 5px 6px;
    line-height: 150%;
    display: none;
}

.shop_extra em {
    font-weight: 700;
}

.shop_extra .star_wp {
    position: relative;
    top: 2px;
}

.shop_extra span {
    color: #333;
}

.ex_arrow {
    position: absolute;
    width: 10px;
    height: 12px;
    right: -10px;
    top: 20px;
    background: url(/static/images/ex_arrow.png) no-repeat;
}

.group_box {
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

.groups_tabs {
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.groups_tabs li {
    float: left;
    border-right: 1px solid #ddd;
}

.groups_tabs li a {
    display: block;
    line-height: 38px;
    padding: 0 10px;
    font-family: microsoft YaHei;
    font-size: 14px;
}

.groups_tabs .cur a {
    background: url(/static/images/group_arrow.png) no-repeat center bottom;
}

.groups_wp {
    padding: 15px 10px;
}

.groups_cont {
    display: none;
}

.gp_list li {
    float: left;
    width: 160px;
    background: url(/static/images/plus_img.gif) no-repeat right 100px;
    padding-right: 33px;
    margin-right: 10px;
}

.pg_img img {
    padding: 2px;
    border: 1px solid #ddd;
}

.pg_name {
    margin-top: 5px;
    line-height: 150%;
    height: 36px;
}

.gp_list .last_item {
    background: none;
    padding-right: 0;
    margin-right: 0;
}

.gp_result {
    width: 125px;
    margin: 0 15px 0 0;
    padding-top: 55px;
    background: url(/static/images/equal_img.gif) no-repeat left 100px;
    padding-left: 31px;
}

.gp_name a {
    font-weight: 700;
}

.gp_name, .gp_result p {
    line-height: 150%;
}

.gp_result p b {
    font-family: microsoft YaHei;
}

.buy_group {
    display: block;
    width: 121px;
    height: 32px;
    background: url(/static/images/buy_group.gif) no-repeat;
    font-family: microsoft YaHei;
    font-size: 16px;
    color: #fff !important;
    text-align: center;
    line-height: 32px;
    margin-top: 5px;
}

.gp_check {
    margin-top: 5px;
    font-weight: 700;
    font-family: microsoft YaHei;
    font-size: 14px;
}

.tit_wp {
    height: 41px;
}

.pro_introduce {
    border: 1px solid #eee;
    border-top: none;
    padding: 5px 10px;
}

.pro_introduce li {
    float: left;
    width: 300px;
    margin-right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 0;
}

.intro_cont {
    border: 1px solid #eee;
    border-top: none;
    padding: 10px;
}

.det_explain {
    border-top: 1px solid #eee;
    margin-top: 20px;
    padding-top: 15px;
}

.det_explain strong {
    display: block;
    margin-bottom: 5px;
}

.det_explain p {
    line-height: 200%;
}

.parameter_tb {
    margin-top: 10px;
}

.parameter_tb th, .parameter_tb td {
    border: 1px solid #eee;
    height: 30px;
    line-height: 30px;
    text-indent: 2em;
}

.parameter_tb th {
    background: #fafafa;
    font-weight: 700;
}

.recommend_point {
    margin-left: 25px;
    border-right: 1px solid #eee;
    width: 294px;
    height: 70px;
    padding: 10px 0;
}

.rec_points li {
    float: left;
    line-height: 23px;
    background: #f7f7f7;
    padding: 0 10px;
    margin: 0 10px 5px 0;
    font-family: microsoft YaHei;
}

.publish_cmt {
    width: 268px;
    height: 70px;
    padding: 10px 0 0 10px;
    text-align: center;
}

.pb_cmt {
    display: block;
    width: 124px;
    height: 30px;
    line-height: 29px;
    font-family: microsoft YaHei;
    font-size: 14px;
    color: #fff !important;
    margin: 10px auto;
}

.comment_box {
    margin-top: 10px;
}

.cmt_user {
    width: 70px;
    text-align: center;
}

.user_img img {
    padding: 2px;
    border: 1px solid #eee;
}

.uname {
    font-weight: 700;
    margin-top: 5px;
    line-height: 150%;
}

.cmt_main {
    width: 845px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    position: relative;
}

.cmt_main .cmt_arrow {
    position: absolute;
    background: url(/static/images/cmt_arrow.gif) no-repeat;
    width: 14px;
    height: 20px;
    left: -14px;
    top: 20px;
}

.cmt_tit {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.cmt_content {
    font-family: simsun;
}

.cmt_content dt, .cmt_content dd {
    float: left;
    line-height: 23px;
}

.cmt_content dt {
    width: 60px;
    text-align: right;
}

.cmt_content dd {
    margin: 0 30px 2px 5px;
    color: #333;
}

.cmt_content dd .rec_points li {
    margin-bottom: 0;
}

.buy_date {
    color: #666;
}

.reply_btn, .replyBtn {
    display: inline-block;
    zoom: 1;
    *display: inline;
    height: 22px;
    line-height: 22px;
    background: url(/static/images/reply_bg.gif) repeat-x;
    border: 1px solid #ddd;
    padding: 0 7px;
    border-radius: 3px;
}

.arrow {
    float: right;
    margin-right: 20px;
    width: 11px;
    height: 6px;
    font: 12px/12px simsun;
    overflow: hidden;
    position: relative;
    top: 1px;
}

.arrow em, .arrow span {
    float: left;
    width: 12px;
    height: 12px;
}

.arrow em {
    color: #d9d9d9;
}

.arrow span {
    margin-top: -11px;
    color: #f5f5f5;
}

.reply_wp {
    padding-left: 50px;
}

.reply_cont {
    background: #f5f5f5;
    border: 1px solid #d9d9d9;
    padding: 10px;
    clear: both;
}

.reply_txa {
    width: 725px;
    height: 15px;
    padding: 5px;
    border: 1px solid #ddd;
    *width: 705px;
}

.replyBtn {
    padding: 0 10px;
    color: #666;
    line-height: 20px;
    margin-top: 1.5px;
    cursor: pointer;
}

.od_list li {
    float: left;
    margin: 5px 10px 0 0;
}

.od_list li img {
    padding: 3px;
    border: 1px solid #dedede;
}

.rp-name a {
    padding: 0 5px;
}

.reply_ct {
    border-top: 1px solid #eee;
    padding: 20px 0 0;
    margin-bottom: 20px;
}

.reply_ct strong {
    font-size: 24px;
    font-family: microsoft YaHei;
    font-weight: 700;
    width: 45px;
    text-align: right;
    color: #868686;
}

.rp_wp {
    width: 800px;
}

.rp_btn {
    display: none;
}

.reply_ct:hover .rp_btn {
    display: inline;
}

.all_cmt {
    margin-left: 105px;
}

.comment_cont {
    display: none;
}

/*搜索页*/
.price_con {
    margin-top: 6px;
    margin-left: 20px;
}

.price_con input {
    display: inline-block;
    width: 50px;
    padding: 0px 5px;
    height: 24px;
    border: 1px solid #ddd;
    color: #666;
}

.price_con button {
    border: none;
    background: #D54343;
    border-radius: 3px;
    height: 24px;
    width: 40px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    display: inline-block;
    margin-left: 10px;
}

/*个人中心*/
html, body {
    font-family: "Microsoft YaHei";
}

/*个人中心左侧菜单*/
.new_member_left {
    float: left;
}

.new_member_left .title {
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: #D54343;
}
.new_member_left .title a{color:#fff;}

.new_member_left .menu_item{
    margin-bottom:16px;
}

.new_member_left .menu_item .item_title1 {
    display: block;
    height: 18px;
    line-height: 18px;
    cursor: pointer;
    color: #333333;
    font-size: 16px;
}

.new_member_left .menu_item .item_title1 i {
    font-size: 16px;
    color: #444444;
    padding: 0 5px 0 0;
}

.new_member_left .menu_item .item_list {
    padding: 0 0 0 25px;
    display: none;
}

.new_member_left .menu_item .item_list li {
    line-height: 18px;
    font-size: 14px;
    padding: 12px 0 0;
}

.new_member_left .menu_item .item_list li.cur a {
    color: #268DFF;
    font-weight: bold;
}

/*个人中心首页*/
.zjsc_member-right {
    width: 970px;
    float: left;
}

.new_member-right {
    width: 970px;
    float: right;
}

.mod-main {
    background: #fff;
    padding: 25px 20px;
}

.mod-main-left {
    width: 312px;
    float: left;
    margin-top: 20px;
}

.mod-main-left .mod_img {
    width: 106px;
    height: 106px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}

.mod-main-left .mod_img p {
    height: 30px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    color: #fff;
    background: url("/static/images/opcity.png") repeat;
    line-height: 30px;
    text-align: center;
    width: 100%;
}

.mod-main-left .mod_img a {
    color: #fff;
}

.mod-sugar .title {
    color: #666;
    font-size: 16px;
}

.mod-sugar p {
    font-size: 14px;
    background: url("/static/images/avatar.png") no-repeat left center;
    padding-left: 24px;
}

.mod-safe {
    font-size: 14px;
}

.n_per_bar {
    display: inline-block;
    height: 10px;
    width: 50px;
    background: #dddddd;
}

.n_per_bar span {
    background: #71b247;
    display: block;
    width: 80%;
    height: 10px;
}

.mod-icon {
    color: #666;
    font-size: 12px;
    display: inline-block;
}

.mod-icon i {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}

.mod-main-mid {
    width: 255px;

}

.mod-main-mid ul li {
    height: 80px;
    text-align: center;
    width: 116px;
    float: left;
}

.mod-main-mid ul li i {
    width: 50px;
    height: 50px;
    display: inline-block;
}

.mod-main-mid ul li a {
    color: #333;
    font-size: 14px;
    display: inline-block;
}

.mod-main-mid ul li a span {
    color: #D54343;
    font-family: "Arial";
    font-weight: bold;
}

.mod-main-rig {
    width: 320px;
    background: #f5f5f5;
    padding: 10px 20px;
    float: right;
}

.mod-main-rig dl {
    padding: 10px 0;
    color: #666;
}

.mod-main-rig dl dt {
    float: left;
}

.mod-main-rig dl dd {
    float: left;
    padding-right: 2px;
}

.mod-order {
    background: #fff;
}

.mod-order .tc-title {
    font-size: 16px;
    color: #333;
    padding: 20px;
}

.mod-order .tc-title a {
    font-size: 14px;
    color: #666;
    float: right;
}

.mod-order-list table {
    width: 100%;
}

.mod-order-list table tr td {
    border-bottom: 1px solid #f5f5f5;
    font-size: 14px;
    color: #666;
    text-align: center;
    padding: 20px 5px;
}

.borwsing-history {
    background: #fff;
    padding: 20px;
}

.borwsing-history .title {
    color: #333;
    font-size: 16px;
    padding-bottom: 20px;
}

.new-proscoll li {
    width: 217px;
    height: 270px;
    margin-right: 20px;
}

.new-proscoll li a {
    display: block;
}

.new-proscoll li img {
    display: block;
    border: 1px solid #f5f5f5;
}

.new-proscoll li p {
    color: #333;
    font-size: 14px;
    text-align: center;
    height: 24px;
    line-height: 24px;
}

.new-proscoll li p.red {
    font-size: 14px;
    font-family: Arial;
}

.his-srcoll {
    position: relative;
}

.his-srcoll .j-prev, .j-next {
    width: 31px;
    height: 80px;
    position: absolute;
    top: 70px;
    z-index: 10;
}

.his-srcoll {
    width: 930px;
    overflow: hidden;
}

.his-srcoll .j-prev {
    background: url("/static/images/his-left.png") no-repeat;
    left: 0;
}

.his-srcoll .j-next {
    background: url("/static/images/his-rig.png") no-repeat;
    right: 0;
}

/*我的订单*/
.new_order_list {
    padding: 20px;
    background: #fff;
    min-height: 700px;
}

.new_order_list .n-title {
    font-size: 16px;
    color: #666;
    font-weight: bold;
}

.order-menu {
    height: 36px;
    border-bottom: 2px solid #eeeeee;
    margin-top: 15px;
}

.order-menu li {
    width: 120px;
    line-height: 34px;
    text-align: center;
    float: left;
    font-size: 16px;
    color: #666;
    cursor: pointer;
    position: relative;
}

.order-menu li.current {
    color: #D54343;
    font-weight: bold;
    border-bottom: 2px solid #D54343;
}

.order-menu li.current a {
    color: #D54343;
}

.new_order_list .simple select {
    height: 28px;
    border: 1px solid #dddddd;
    color: #323232;
    font-size: 14px;
    margin-right: 20px;
    font-family: "microsoft yahei";
}

.new_order_list .simple .auction {
    width: 158px;
    height: 28px;
    border: 1px solid #dddddd;
    color: #323232;
    line-height: 28px;
    text-indent: 10px;
    display: inline-block;
}

.new_order_list .simple button {
    width: 68px;
    height: 30px;
    border: 1px solid #ddd;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    margin-left: 10px;
    color: #323232;
    font-size: 14px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.bought-table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}

.bought-table thead tr{
    background: #E2EDF8;
    color: #3D3D3D;
    font-size: 12px;
}

.bought-table tr th {
    height: 40px;
    text-align: center;
}

.bought-table .sep-row {
    height: 10px;
}

.bought-table .sep-row td {
    border: none;
}

.bought-table .order-hd td {
    height: 40px;
    text-align: left;
    background: #f5f5f5;
    border-bottom: 1px solid #D9D9D9;
}

.bought-table .order-hd td.first {
    border-right: 1px solid #f5f5f5;
    padding-left: 10px;
}

.bought-table .order-hd td.first>span {
   	margin-right: 10px;
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bought-table .order-hd td.first .detail_toolbar{
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 20px;
}

.bought-table tbody td {
    border: 1px solid #D9D9D9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bought-table .order-bd td {
    padding: 20px 5px;
    text-align: center;
    vertical-align: middle;
}

.bought-table td.baobei {
    padding-left: 20px;
    padding-right: 0;
    text-align: left;
}

.bought-table td.baobei .pic {
    width: 100px;
    float: left;
}

.bought-table td.baobei .desc {
    width: 260px;
    float: left;
    word-wrap: break-word;
    overflow: hidden;
    line-height: 22px;
}

.bought-table td.baobei .desc .name {
    color: #333;
}

.bought-table td .blue {
    color: #2272c8;
}

.bought-table td .buy-again {
    cursor: pointer;
    width: 78px;
    height: 28px;
    background: #fff;
    display: inline-block;
    border: 1px solid #D54343;
    color: #D54343;
    line-height: 28px;
    margin-bottom: 10px;
}

.bought-table td .buyOther{
    cursor: pointer;
    width: 78px;
    height: 28px;
    display: inline-block;
    margin-bottom: 5px;
    color: #333;
}

.bought-table td .buy-again:hover{
    color: #fff;
    background: #D54343;
}

.bought-table td .buyOther:hover{
    color: #D54343;
}

.new-bought-table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}

.new-bought-table .table-header {
  display: flex;
  background: #E2EDF8;
  height:32px;
  line-height:32px;
  padding:0px 10px;
  color: #3D3D3D;
}

.new-bought-table .table-body-content .content-row{
    display: flex;
    padding:10px;
    border: 1px solid #E2EDF8;
    border-top:none;
}

.new-bought-table .table-body-content .content-row .btns{
    flex:1;
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-end;
}
.new-bought-table .table-body-content .content-row .btns a{
    height:24px;
    line-height: 24px;
    color: #0079FF;
    margin-left:8px;
}
.new-bought-table .table-body-content .content-row .hint{
    color: #FFFFFF;
    display: none;
    cursor: pointer;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top:43px;
    width:60px;
    padding:0px 4px;
    justify-content: space-between;
}



.new-bought-table .table-body-header{
    display: flex;
    justify-content: space-between;
    padding:0px 10px;
    background-color: rgba(226, 237, 248, 0.2);
    border: 1px solid rgba(67, 156, 255, 0.2);
    align-items: center;
    height:32px;
    line-height:32px;
    margin-top:10px;
}

.new-bought-table thead tr{
    background: #E2EDF8;
    color: #3D3D3D;
    font-size: 12px;
}

.new-bought-table tr th {
    height: 40px;
    text-align: center;
}

.new-bought-table .sep-row {
    height: 10px;
}

.new-bought-table .sep-row td {
    border: none;
}

.new-bought-table .order-hd td {
    height: 32px;
    line-height:32px;
    border: 1px solid #439CFF;
    background: rgba(226, 237, 248, 0.2);
    padding:0px 10px;
}

.new-bought-table.order-hd td.first {
    padding:8px 10px;
    background: #E2EDF8;
    border: 1px solid #439CFF;
}
.new-bought-table .order-hd td .first>span {
    /*margin-right: 10px;*/
    /*display: block;*/
    /*float: left;*/
    /*height: 40px;*/
    /*line-height: 40px;*/
    /*width: 200px;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
}

.new-bought-table .order-hd td .first .detail_toolbar{
    display: inline-block;
}

.new-bought-table tbody td {
    border: 1px solid #D9D9D9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-bought-table .order-bd td {
    padding: 20px 5px;
    text-align: center;
    vertical-align: middle;
}

.new-bought-table td.baobei {
    padding-left: 20px;
    padding-right: 0;
    text-align: left;
}

.new-bought-table td.baobei .pic {
    width: 100px;
    float: left;
}

.new-bought-table td.baobei .desc {
    width: 260px;
    float: left;
    word-wrap: break-word;
    overflow: hidden;
    line-height: 22px;
}

.new-bought-table td.baobei .desc .name {
    color: #333;
}

.new-bought-table td .blue {
    color: #2272c8;
}

.new-bought-table td .buy-again {
    cursor: pointer;
    width: 78px;
    height: 28px;
    background: #fff;
    display: inline-block;
    border: 1px solid #D54343;
    color: #D54343;
    line-height: 28px;
    margin-bottom: 10px;
}

.new-bought-table td .buyOther{
    cursor: pointer;
    width: 78px;
    height: 28px;
    display: inline-block;
    margin-bottom: 5px;
    color: #333;
}

.new-bought-table td .buy-again:hover{
    color: #fff;
    background: #D54343;
}

.new-bought-table td .buyOther:hover{
    color: #D54343;
}

.air-wuliu {
    width: 235px;
    position: absolute;
    padding: 10px 20px;
    top: 30px;
    left: -124px;
    border: 1px solid #D54343;
    z-index: 10;
    background: #fff;
    display: none;
}

.air-wuliu .red-san {
    position: absolute;
    top: -13px;
    left: 134px;
}

.air-wuliu p {
    font-size: 12px;
    color: #333;
    text-align: left;
    line-height: 25px;
}

.air-wuliu ul {
    border-top: 1px solid #dddddd;
}

.air-wuliu ul li {
    line-height: 23px;
    color: #666;
    text-align: left;
    background: url("/static/images/h-dot.jpg") no-repeat left 8px;
    padding-left: 20px;
}

.air-wuliu ul li.cur {
    background: url("/static/images/r-dot.jpg") no-repeat left 8px;
    color: #D54343;
}

.Look-wu {
    padding-bottom: 20px;
}

.Look-wu:hover .air-wuliu {
    display: block;
}

/*页脚*/
.paging_area {
    height: 32px;
    margin: 20px 0;
}

.paging {
    float: right;
    height: 32px;
}

.paging a, .paging span {
    display: block;
    float: left;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    margin-right: 10px;
    font-size: 14px;
    color: #999;

}

/*浏览历史*/
.brw-history .title {
    background: url("/static/images/h-quan.png") no-repeat left center;
    padding-left: 50px;
    line-height: 26px;
    font-size: 14px;
}

.brw-history .today-look {
    background: url("/static/images/r-quan2.png") no-repeat left center;
}

.brw-history-list {
    border-left: 2px solid #dddddd;
    margin-left: 12px;
    padding-bottom: 10px;
}


.brw-history-list ul {
    margin-left: 32px;
    width: 906px;
}

.brw-history-list ul li {
    width: 205px;
    height: 260px;
    float: left;
    margin-right: 20px;
    margin-top: 15px;
    position: relative;
}

.brw-history-list ul li:hover a.l-delete {
    display: block;
}

.brw-history-list ul li a.l-delete {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
    display: none;
}

.brw-history-list ul li a.l-delete img {
    width: 16px;
    height: 19px;
    border: none;
}

.brw-history-list .story-bg a {
    display: block;
    margin: 0 8px;
    padding: 0 4px;
}

.brw-history-list .story-bg a i {
	color: #ffffff;
    font-size: 20px;
}

.brw-history-list .story-bg a i.active{
	color: #FF5252;
}

.brw-history-list ul li a img {
    display: block;
    border: 1px solid #f5f5f5;
}

.brw-history-list ul li p {
    padding-top: 8px;
    text-align: center;
    font-size: 14px;
}

/*我的收藏*/
.bought-table tbody .order-bd td.no-border {
    border-right: 0;
    border-left: 0;
}

.bought-table tbody .order-bd td.no-border-left {
    border-left: 0;
}

.bought-table tbody .order-bd td.no-border-right {
    border-right: 0;
}

.fav-list .shop-card {
    width: 140px;
}

.fav-list .shop-card .logo {
    width: 80px;
    height: 80px;
}

.fav-list .shop-card .shop-card-main .shop-name {
    padding-top: 6px;
    height: 33px;
    width: 140px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fav-list .shop-card .shop-card-main .shop-renqi {
    line-height: 22px;
    color: #666;
}

.fav-list .shop-card .shop-card-main .shop-renqi span {
    color: #333;
}

.fav-list .shop-card .shop-card-main .shop-btn {
    margin-top: 5px;
}

.fav-list .shop-card .shop-card-main .shop-btn a {
    display: block;
    float: left;
    width: 62px;
    height: 28px;
    background: #fbfbfb;
    border: 1px solid #dddddd;
    border-radius: 2px;
    color: #333;
    line-height: 28px;
    text-align: center;
}

.discount-select {
    width: 771px;
    float: right;
}

.discount-select-title ul li {
    color: #333;
    font-size: 14px;
    padding-right: 20px;
    float: left;
}

.item-scroll-wp {
    width: 771px;
    overflow: hidden;
    padding-top: 10px;
}

.item-scroll-wp ul li {
    width: 184px;
    height: 220px;
    margin-right: 11px;
    float: left;
}

.item-scroll-wp ul li a {
    display: block;
    width: 183px;
    height: 183px;
    border: 1px solid #f5f5f5;

}

.item-scroll-wp ul li p {
    text-align: center;
    line-height: 30px;
    color: #D54343;
    font-family: Arial;
    font-size: 14px;
}

.item_scroll_prev, .item_scroll_next {
    width: 26px;
    height: 60px;
    background: url(/static/images/item-scroll.png) no-repeat;
    position: absolute;
    top: 62px;
}

.item_scroll_prev {
    background-position: left bottom;
    left: 0;
}

.item_scroll_next {
    background-position: right bottom;
    right: 1px;
}

.item_img .disabled {
    cursor: default;
}

.disabled.item_scroll_prev {
    background-position: left top;
}

.disabled.item_scroll_next {
    background-position: right top;
}

.fav-list {
    margin-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
}
.categoryFilter{
    position: relative;
    margin-top: 10px;
}
.categoryFilter .followList.up {
    height: 36px;
}
.followList li {
    float: left;
    margin-right: 25px;
    margin-bottom: 10px;
}
.followList li a{
    color: #666;
    display: inline-block;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    padding: 0 25px;
}

.categoryFilter .followList{
    float: left;
    max-width: 880px;
    overflow: hidden;
}
.categoryFilter .s-main {
    width: 100%;
    overflow: hidden;
}
.categoryFilter .s-ext{
    position: absolute;
    right: 0;
    top: 5px;
    width: 51px;
}
.categoryFilter .s-more {
    display: block;
    width: 50px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #ddd;
    color: #333;
    border-radius: 2px;
    background-color: #f7f7f7;
    text-align: center;
    cursor: pointer;
}
.categoryFilter .s-more .btntxt {
    color: #999;
    height: 22px;
    font-style: normal;
}
.categoryFilter .s-more.s-open .btnico {
    width: 10px;
    height: 6px;
    margin-left: 3px;
    overflow: hidden;
    display: inline-block;
    background-image: url(/static/images/store_up.png);
    background-repeat: no-repeat;
}
.categoryFilter .s-more.s-close .btnico {
    width: 10px;
    height: 6px;
    margin-left: 3px;
    overflow: hidden;
    display: inline-block;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);		/* IE 9 */
    -webkit-transform: rotate(30180);	/* Safari and Chrome */
    -o-transform: rotate(180deg);		/* Opera */
    -moz-transform: rotate(180deg);		/* Firefox */
    background-image: url(/static/images/store_up.png);
    background-repeat: no-repeat;
}


/*消费记录*/
.ex-bar-total {
    height: 48px;
    background: #fffafb;
    border: 1px solid #fbd9de;
    line-height: 48px;
    padding: 0 20px;
    color: #666;
    font-size: 14px;
    margin-top: 20px;
}

.ex-bar-total span {
    color: #D54343;
    font-weight: bold;
    font-size: 16px;
}

/*个人中心弹框*/
.mask {
    width: 100%;
    height: 100%;
    background: url(/static/images/black_opacity.png) repeat;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    display: none;
}

.member-dialog {
    position: fixed;
    z-index: 9999;
    width: 280px;
    min-height: 180px;
    display: none;
}

.big-dialog {
    width: 500px;
}

.member-dialog-body {
    background: #fff;
    min-height: 180px;
}

.member-dialog-body .title {
    height: 40px;
    background: #f5f5f5;
    line-height: 40px;
    color: #666;
    font-size: 16px;
    padding: 0px 10px;
}

.member-dialog-body .title a {
    float: right;
    font-size: 24px;
}

.que-delete {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-top: 20px;
}

.que-delete img {
    float: left;
    margin-right: 20px;
}

.que-delete .red {
    color: #D54343;
}

.que-delete .f65 {
    color: #FF6F5C;
}

.que-delete p {
    line-height: 32px;
}

.member-dialog-body .m-btn a {
    width: 82px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #eee;
    background: #D54343;
    border: 1px solid #e1e1e1;
    margin-right: 10px;
    display: inline-block;
    zoom: 1;
    display: inline;
    border-radius: 2px;
    padding: 5px 20px;
}

.s-mn_sel {
    display: inline-block;
    zoom: 1;
    *display: inline;
    border: 1px solid #ddd;
    width: 337px;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    vertical-align: middle;
    background: url(/static/images/h-ar.jpg) no-repeat 320px center;
}

.s-selCont {
    width: 327px;
    min-height: 50px;
    border: 1px solid #ddd;
    padding: 10px;
    margin-top: -1px;
    display: none;
}

.s-selCont label {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 100%;
    margin: 0 10px 10px 0;
    text-align: left;
}

.s-err_tip {
    color: red;
    width: 350px;
    text-align: right;
    margin-top: 10px;
    display: none;
}

.s-input_tip {
    color: red;
    width: 350px;
    text-align: right;
    margin-top: 10px;
    display: none;
}

.add-arr table tr td {
    line-height: 30px;
    padding-top: 20px;
    font-size: 14px;
}

.add-arr em {
    color: #D54343;
    margin-right: 5px;
}

.add-arr table tr td .arr-erro {
    color: #D54343;
    margin-left: 10px;
}

.add-arr table tr td button {
    width: 118px;
    height: 34px;
    background: #D54343;
    border: 1px solid #dddddd;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}

.add-arr table tr td select {
    height: 30px;
    border: 1px solid #ddd;
    margin-right: 10px;
    width: 98px;
}

.add-arr table tr td input {
    width: 265px;
    height: 28px;
    border: 1px solid #dddddd;
    line-height: 28px;
    color: #666;
    text-indent: 10px;
}

/*我的投诉*/
.complain-table tr td {
    font-size: 14px;
    color: #666;
    padding: 10px 0;
}

.complain-table tr td span {
    color: #D54343;
}

.complain-table tr td select {
    width: 128px;
    height: 28px;
    border: 1px solid #ddd;
    color: #666;
    font-family: "microsoft yahei";
}

.complain-table tr td input.text {
    width: 128px;
    height: 26px;
    border: 1px solid #dddddd;
    line-height: 26px;
    text-indent: 10px;
}

.complain-table tr td textarea {
    width: 510px;
    height: 200px;
    border: 1px solid #dddddd;
}

.complain-table tr td p {
    color: #999;
    line-height: 35px;
}

.complain-submit {
    display: block;
    width: 130px;
    height: 38px;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    margin-top: 10px;
    border-radius: 3px;
}

/*账户信息*/
.aco-link {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 14px;
    color: #666;
}

.aco-link a {
    color: #D54343;
}

.cho-fill-title {
    font-size: 16px;
    color: #D54343;
    line-height: 35px;
    border-bottom: 1px solid #dddddd;
}

/*账户安全*/
.new-safe-level {
    font-size: 14px;
}

.new-safe-level em {
    color: #D54343;
}

.new-change-code {
    border: 1px solid #eeeeee;
    height: 40px;
    padding: 19px;
    line-height: 40px;
    margin-top: 20px;
    font-size: 14px;
}

.new-change-code .can-tit {
    width: 150px;
    border-right: 1px solid #eeeeee;
    font-size: 16px;
    text-indent: 40px;
}

.new-change-code .can-det {
    float: right;
    width: 680px;
}

.new-change-code .can-det a {
    display: block;
    width: 78px;
    height: 28px;
    border: 1px solid #eeeeee;
    background: #fbfbfb;
    float: right;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    margin-top: 5px;
}

.new-change-code .re-tip {
    color: #D54343;
}

.new-change-code .tit_01 {
    background: url("/static/images/safe_01.png") no-repeat left center;
}

.new-change-code .tit_02 {
    background: url("/static/images/safe_02.png") no-repeat left center;
}

.new-change-code .tit_03 {
    background: url("/static/images/safe_03.png") no-repeat left center;
}

.amend-step-1 {
    width: 580px;
    height: 40px;
    background: url("/static/images/ac-step.png") no-repeat left top;
    margin-left: 35px;
}

.amend-step-2 {
    width: 580px;
    height: 40px;
    background: url("/static/images/ac-step.png") no-repeat left center;
    margin-left: 35px;
}

.amend-step-3 {
    width: 580px;
    height: 40px;
    background: url("/static/images/ac-step.png") no-repeat left bottom;
    margin-left: 35px;
}

.amend-step {
    margin-top: 40px;
}

.ac-step-01{
    background: url("/static/images/ac-step-two.png") no-repeat left top;
}

.ac-step-02{
    background: url("/static/images/ac-step-two.png") no-repeat left bottom;
}

.amend-step li {
    color: #333;
    font-size: 14px;
    width: 110px;
    line-height: 30px;
    text-align: center;
    padding-right: 160px;
    float: left;
}

.amend-step .n_password .n_item input.short_text {
    width: 158px;
}

.nw-submit {
    width: 130px;
    height: 38px;
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    border-radius: 3px;
    border: none;
    cursor: pointer;
}

.tip-d {
    margin-right: 5px;
    font-weight: bold;
}

.send-mail-yj {
    width: 130px;
    height: 38px;
    background: #D54343;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 38px;
    border-radius: 3px;
    border: none;
    font-family: "microsoft yahei";
    cursor: pointer;
}

.send-mes-prev {
    background: #D54343;
    color: #fff;
    border: none;
    border-radius: 2px;
    padding: 2px 10px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-left: 10px;
    cursor: pointer;
    font-size: 14px;
    font-family: "microsoft yahei";
}

.send-mes-after {
    background: #999999;
    color: #666;
}

/*个人中心_消息中心_购买咨询*/
.air-info-consult .n-title {
    font-size: 16px;
    color: #666;
    font-weight: bold;
}

.air-consult-menu {
    height: 34px;
    border-bottom: 2px solid #eeeeee;
    margin-top: 10px;
}

.air-consult-menu li {
    width: 120px;
    line-height: 34px;
    text-align: center;
    float: left;
    color: #999;
    font-weight: 100;
    font-size: 14px;
    cursor: pointer;
}



.air-consult-table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}

.air-consult-table tr {
    border: 1px solid #D9D9D9;
}

.air-consult-table tr th {
    background: #f5f5f5;
    color: #333;
    font-size: 14px;
    height: 40px;
    text-align: center;
}

.air-consult-table .air-consult-bd td {
    padding: 20px 5px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.air-consult-table td.baobei {
    padding-left: 20px;
    padding-right: 0;
    text-align: left;
}

.air-consult-table td.baobei .pic {
    width: 100px;
    float: left;
}

.air-consult-table td.baobei .desc {
    width: 260px;
    float: left;
    word-wrap: break-word;
    overflow: hidden;
    line-height: 22px;
}

.air-consult-table td.baobei .desc .name {
    color: #333;
}

.air-consult-table td.quest {
    text-align: left;
}


.air-consult-table td .blue {
    color: #2272c8;
}

/*个人中心_消息中心_商品评价*/
.air-info-judge {
    background: #fff;
}

.air-info-judge .top{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
}
.air-info-judge .bottom{
    padding: 20px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-top: none;
}

.air-info-judge .n-title {
    font-size: 16px;
    color: #666;
    font-weight: bold;
}

.air-info-judge .simple select {
    height: 28px;
    border: 1px solid #dddddd;
    color: #999;
    font-size: 14px;
    margin-right: 20px;
    font-family: "microsoft yahei";
}

.air-info-judge .simple .auction {
    width: 158px;
    height: 28px;
    border: 1px solid #dddddd;
    color: #666;
    line-height: 28px;
    text-indent: 10px;
    display: inline-block;
}

.air-info-judge .simple button {
    width: 68px;
    height: 30px;
    border: 1px solid #ddd;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    margin-left: 10px;
    color: #666;
    font-size: 14px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.air-judge-table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}

.air-judge-table tr {
    border: 1px solid #dddddd;
}

.air-judge-table tr th {
    background: #f5f5f5;
    color: #333;
    font-size: 14px;
    height: 40px;
    text-align: center;
}

.air-judge-table .air-judge-bd .pik-commstar li {
    float: left;
    height: 140px;
    padding: 20px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
}

.put .tags li.tags1 {
    height: 27px;
    border: 1px solid #efefef;
    padding: 0 12px;
    margin-right: 10px;
    font-size: 14PX;
    line-height: 25px;
    color: #fff;
    background-color: #D54343;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.air-judge-table li.baobei {
    width: 480px;
    padding-left: 20px;
    padding-right: 0;
    text-align: left;
}

.air-judge-table li.baobei .pic {
    float: left;
}

.air-judge-table li.baobei .pic img {
    width: 100px;
    height: 100px;
}

.air-judge-table li.baobei .desc {
    width: 260px;
    float: left;
    word-wrap: break-word;
    overflow: hidden;
    line-height: 22px;
}

.air-judge-table li.baobei .desc .name {
    color: #333;
}

.air-judge-table li.buy-time {
    width: 225px;
    padding: 55px 5px 55px 5px;
}

.air-judge-table li.bask-order {
    width: 223px;
    padding: 55px 5px 55px 5px;
}

.air-judge-table li .red {
    color: #D54343;
}

.air-judge-table li .blue {
    color: #2272c8;
}

.air-judge-table li .bask {
    width: 78px;
    height: 28px;
    background: #fff;
    display: inline-block;
    border: 1px solid #dddddd;
    color: #333;
    line-height: 28px;
}

.air-judgeBox {
    position: relative;
}

.air-judgeBox .item {
    line-height: 30px;
}

.air-judgeBox .item .label {
    height: 30px;
    text-align: right;
}

.air-judgeBox .item .label label {
    vertical-align: top;
}

.put {
    float: left;
    margin-left: 5px;
    max-width: 826px;
}

.put .commstar {
    position: relative;
    width: 75px;
    height: 15px;
    margin-top: 8px;
    background: url(/static/images/star-red.png) 0 0 repeat-x;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    overflow: hidden;
    zoom: 1;
}

.put .commstar a {
    position: absolute;
    float: left;
    height: 15px;
}

.put .pik-commstar a:hover,
.put .commstar .on {
    background: url(/static/images/star-red.png) 0 -17px repeat-x;
}
.tags1{ color: #fff;
    background-color: #D54343;}
.put .commstar .star1 {
    width: 15px;
    z-index: 9;
}

.put .commstar .star2 {
    width: 30px;
    z-index: 8;
}

.put .commstar .star3 {
    width: 45px;
    z-index: 7;
}

.put .commstar .star4 {
    width: 60px;
    z-index: 6;
}

.put .commstar .star5 {
    width: 75px;
    z-index: 5;
}

.put .tags {
    margin: 4px 0;
}

.put .tags li {
    height: 27px;
    border: 1px solid #efefef;
    padding: 0 12px;
    margin-right: 10px;
    font-size: 14PX;
    line-height: 25px;
    color: #cc0033;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.put .pik-tags li:hover {
    color: #fff;
    background-color: #D54343;
    cursor: pointer;
}

.air-judgeBox .put textarea {
    width: 600px;
    padding: 3px;
    border: 1px solid #efefef;
    overflow: auto;
    vertical-align: top;
    font-size: 12px;
    line-height: 20px;
    color: #424242;
    background-color: #FFF;
}

.air-judgeBox .put .imgList li {
    width: 80px;
    height: 80px;
    border: 1px solid #efefef;
    margin-right: 10px;
    padding: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.air-judgeBox .put .imgList .selected{
    border:1px solid red;
}

.air-judgeBox .put .imgList li .addImg {
    width: 80px;
    height: 80px;
    border: none;
    color: #999;
    background-color: #fff;
    cursor: pointer;
}

.air-judgeBox .put .imgList li img {
    width: 100%;
    height: 100%;
    border: none;
}

.air-judgeBox .put .imgNum {
    padding-right: 10px;
    text-align: right;
    color: #999;
}

.air-judgeBox .put .subComm {
    padding: 10px 15px;
    border: 1px solid #dddddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
}

.air-judgeBox .put .subComm:hover {
    background-color: #efefef;
    cursor: pointer;
}

.air-judgeBox .put .niMin {
    width: 18px;
    height: 18px;
}

/*个人中心_消息中心_站内信*/
.air-info-msg {
    padding: 20px;
    background: #fff;
}

.air-info-msg .n-title {
    font-size: 16px;
    color: #666;
    font-weight: bold;
}

.air-msg-menu {
    height: 34px;
    border-bottom: 2px solid #eeeeee;
    margin-top: 10px;
}

.air-msg-menu li {
    width: 120px;
    line-height: 34px;
    text-align: center;
    float: left;
    font-size: 16px;
    color: #666;
}

.air-msg-menu li span {
    color: #D54343;
}

.air-msg-menu li.current {
    color: #D54343;
    font-weight: bold;
    border-bottom: 2px solid #D54343;
}

.air-info-msg .msg-toolbar button {
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 3px;
    color: #666;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.air-info-msg .msg-toolbar button:hover {
    background-color: #efefef;
}

.air-info-msg .msg-toolbar .btn-sm {
    width: auto;
    height: 24px;
    line-height: 22px;
    margin: 4px 0 4px 10px;
    padding: 0 5px;
    font-size: 12px;
}

.air-info-msg .msg-toolbar input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    vertical-align: middle;
}

.air-info-msg .msg-toolbar label {
    font-size: 14px;
}

.air-msgList ul li {
    height: auto;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 24px;
    overflow: hidden;
}

.air-msgList ul li i {
    width: 18px;
    height: 20px;
    margin: 3px 10px 0 0;
    display: inline-block;
    background: url(/static/images/msg-icon.png) 0 0 no-repeat;
    vertical-align: top;
}

.air-msgList ul li i.read {
    background: url(/static/images/msg-icon.png) 0 -20px no-repeat;
}

.air-msgList ul li a {
    color: #2272c8;
    margin-left: 20px;
}

.air-msgList ul li a:hover {
    color: #D54343;
}

/*
个人中心_账户中心_收货地址*/

.air-account-address {
    overflow: hidden;
    padding: 20px 0;
    background: #fff;
}

.air-account-address .n-title {
    font-size: 16px;
    color: #666;
    font-weight: bold;
}

.air-account-address .simple select {
    height: 28px;
    border: 1px solid #dddddd;
    color: #999;
    font-size: 14px;
    margin-right: 20px;
    font-family: "microsoft yahei";
}

.air-account-address .simple .auction {
    width: 158px;
    height: 28px;
    border: 1px solid #dddddd;
    color: #666;
    line-height: 28px;
    text-indent: 10px;
    display: inline-block;
}

.air-account-address .simple button,
.modal-footer button {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    border: none;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.air-account-address .add_plus i{
    background: url(/static/images/add_plus.png) no-repeat center center;
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: -2px;
    margin-right: 5px;
}

/*.air-account-address .simple button:hover {*/
    /*background-color: #efefef;*/
/*}*/

.air-account-address .simple .addressNum-tips {
    font-size: 14px;
    line-height: 36px;
    display: inline-block;
    vertical-align: top;
}

.air-addressList .air-addressInfo {
    position: relative;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #dddddd;
}

.air-addressList .air-addressInfo h3{
    font-size: 14px;
    font-weight: 700;
}

.air-addressList .air-addressInfo h3 .alias-edit{
    width: 12px;
    height: 12px;
    background-position: -51px 0;
    margin: 0 10px;
    display: inline-block;
    background-image: url(//misc.360buyimg.com/user/myjd-2015/css/i/sprite-t-icon.png);
    background-repeat: no-repeat;
}
.air-addressInfo .alias-form{
    display: none;
    position: absolute;
    left: 6px;
    top: 6px;
    width: 218px;
    height: 96px;
    border: 1px solid #ddd;
    background: #fff;
    z-index: 2;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
}
.alias-form .alias-new{
    width: 220px;
    height: 25px;
    margin-top: -1px;
    margin-left: -1px;
    margin-bottom: 5px;
    overflow: hidden;
}
.alias-form .alias-new .ipt-text{
    float: left;
    width: 156px;
    height: 23px;
    line-height: 23px;
    padding: 0 5px;
    border: 1px solid #ccc;
    border-right: medium none;
}
.alias-form .alias-new .btn-save{
    float: left;
    width: 53px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    border: medium none;
    overflow: hidden;
    text-align: center;
    color: #fff;
    background: #268DFF;
}
.alias-form .alias-common{
    width: 200px;
    margin: 0 auto;
}
.alias-form .alias-common .ac-tip{
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 22px;
    color: #999;
}
.alias-form .alias-common .ac-con{
    width: 210px;
    margin-right: -10px;
    overflow: hidden;
}
.alias-form .alias-common .ac-con .item{
    float: left;
    height: 23px;
    padding: 0 15px;
    border: 1px solid #ddd;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 23px;
    border-radius: 3px;
}
.add-arr .addr-alias{
    display: inline-block;
    height: 25px;
    margin-left: 10px;
}
.addr-alias a{
    display: inline-block;
    height: 23px;
    padding: 0 15px;
    border: 1px solid #ddd;
    margin-right: 5px;
    font: 12px/23px SimSun;
    color: #333;
    border-radius: 3px;
}
.add-arr .advice{
    position: absolute;
    top: 66px;
    left: 0;
}
.air-addressInfo ul li label {
    width: 70px;
    text-align: right;
}

.air-addressInfo ul li label,
.air-addressInfo ul li span {
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
}

.air-addressInfo ul li span {
    width: 800px;
    word-break: break-all;
}

.air-addressInfo .address-toolbar {
    margin-top: -32px;
    text-align: right;
}

.air-addressInfo .address-toolbar button {
    width: 80px;
    height: 32px;
    margin-left: 15px;
    border: 1px solid #dddddd;
    background-color: #fff;
}

.air-addressInfo .address-toolbar button:hover {
    cursor: pointer;
    background-color: #efefef;
}

.air-addressInfo .delete-address {
    position: absolute;
    top: 10px;
    right: 10px;
}

.air-addressInfo .delete-address:hover {
    cursor: pointer;
    -webkit-animation: deleteAddress .6s ease;
    -moz-animation: deleteAddress .6s ease;
    -o-animation: deleteAddress .6s ease;
    animation: deleteAddress .6s ease;
}

@-webkit-keyframes deleteAddress {
    0% {
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    20% {
        -webkit-transform: rotate(-30deg);
        -moz-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        -o-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    30% {
        -webkit-transform: rotate(25deg);
        -moz-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
        -o-transform: rotate(25deg);
        transform: rotate(25deg);
    }
    40% {
        -webkit-transform: rotate(-25deg);
        -moz-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);
        -o-transform: rotate(-25deg);
        transform: rotate(-25deg);
    }
    50% {
        -webkit-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        -o-transform: rotate(20deg);
        transform: rotate(20deg);
    }
    60% {
        -webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        -o-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
    70% {
        -webkit-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    80% {
        -webkit-transform: rotate(-15deg);
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -o-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    90% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-0deg);
        -moz-transform: rotate(-0deg);
        -ms-transform: rotate(-0deg);
        -o-transform: rotate(-0deg);
        transform: rotate(-0deg);
    }
}

@-moz-keyframes deleteAddress {
    0% {
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    20% {
        -webkit-transform: rotate(-30deg);
        -moz-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        -o-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    30% {
        -webkit-transform: rotate(25deg);
        -moz-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
        -o-transform: rotate(25deg);
        transform: rotate(25deg);
    }
    40% {
        -webkit-transform: rotate(-25deg);
        -moz-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);
        -o-transform: rotate(-25deg);
        transform: rotate(-25deg);
    }
    50% {
        -webkit-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        -o-transform: rotate(20deg);
        transform: rotate(20deg);
    }
    60% {
        -webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        -o-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
    70% {
        -webkit-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    80% {
        -webkit-transform: rotate(-15deg);
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -o-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    90% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-0deg);
        -moz-transform: rotate(-0deg);
        -ms-transform: rotate(-0deg);
        -o-transform: rotate(-0deg);
        transform: rotate(-0deg);
    }
}

@-o-keyframes deleteAddress {
    0% {
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    20% {
        -webkit-transform: rotate(-30deg);
        -moz-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        -o-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    30% {
        -webkit-transform: rotate(25deg);
        -moz-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
        -o-transform: rotate(25deg);
        transform: rotate(25deg);
    }
    40% {
        -webkit-transform: rotate(-25deg);
        -moz-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);
        -o-transform: rotate(-25deg);
        transform: rotate(-25deg);
    }
    50% {
        -webkit-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        -o-transform: rotate(20deg);
        transform: rotate(20deg);
    }
    60% {
        -webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        -o-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
    70% {
        -webkit-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    80% {
        -webkit-transform: rotate(-15deg);
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -o-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    90% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-0deg);
        -moz-transform: rotate(-0deg);
        -ms-transform: rotate(-0deg);
        -o-transform: rotate(-0deg);
        transform: rotate(-0deg);
    }
}

@keyframes deleteAddress {
    0% {
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    20% {
        -webkit-transform: rotate(-30deg);
        -moz-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        -o-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    30% {
        -webkit-transform: rotate(25deg);
        -moz-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
        -o-transform: rotate(25deg);
        transform: rotate(25deg);
    }
    40% {
        -webkit-transform: rotate(-25deg);
        -moz-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);
        -o-transform: rotate(-25deg);
        transform: rotate(-25deg);
    }
    50% {
        -webkit-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        -o-transform: rotate(20deg);
        transform: rotate(20deg);
    }
    60% {
        -webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        -o-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
    70% {
        -webkit-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    80% {
        -webkit-transform: rotate(-15deg);
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -o-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    90% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-0deg);
        -moz-transform: rotate(-0deg);
        -ms-transform: rotate(-0deg);
        -o-transform: rotate(-0deg);
        transform: rotate(-0deg);
    }
}

/*
个人中心_账户中心_我的优惠券*/
.air-account-discount {
    padding: 20px;
    background: #fff;
}

.air-account-discount .n-title {
    font-size: 16px;
    color: #666;
    font-weight: bold;
}

.air-account-menu {
    height: 34px;
    border-bottom: 2px solid #eeeeee;
    margin-top: 10px;
}

.air-account-menu li {
    width: 120px;
    line-height: 34px;
    text-align: center;
    float: left;
    font-size: 16px;
    color: #666;
}

.air-account-menu li span {
    color: #D54343;
}

.air-account-menu li.current {
    color: #D54343;
    font-weight: bold;
    border-bottom: 2px solid #D54343;
}

.air-account-discount .simple select {
    height: 28px;
    border: 1px solid #dddddd;
    color: #999;
    font-size: 14px;
    margin-right: 20px;
    font-family: "microsoft yahei";
}

.air-account-discount .simple .auction {
    width: 158px;
    height: 28px;
    border: 1px solid #dddddd;
    color: #666;
    line-height: 28px;
    text-indent: 10px;
    display: inline-block;
}

.air-account-discount .simple button {
    width: 68px;
    height: 30px;
    border: 1px solid #ddd;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    margin-left: 10px;
    color: #666;
    font-size: 14px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.air-discountTic {
    position: relative;
    width: 260px;
    height: 200px;
    margin-top: 20px;
    padding: 10px 13px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #fff;
    font-size: 14px;
    background-color: #f4889a;
}

.air-discountTic:hover {
    cursor: pointer;
    background-color: #D54343;
}

.air-discountTic:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 155px;
    content: "";
    background: url(/static/images/discount-bd.png) 0 0 repeat-y;
}

.air-discountTic:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 155px;
    content: "";
    background: url(/static/images/discount-bd.png) -4px 0 repeat-y;
}

.air-discountTic .ticTitle {
    height: 25px;
    padding: 10px 0;
}

.air-discountTic .ticTitle div {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.air-discountTic .ticTitle .ticValue {
    font-size: 30px;
    font-weight: bold;
}

.air-discountTic .ticTitle .rmb {
    font-size: 18px;
}

.air-discountTic ul {
    width: 264px;
}

.air-discountTic ul li {
    height: 23px;
    line-height: 23px;
    overflow: hidden;
}
.air-discountTic ul li:last-child{
    height: 69px;
}

.air-discountTic .deleteTic {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -8px;
    margin-right: -8px;
    display: none;
}

.air-discountTic:hover .deleteTic {
    display: block;
}

/*资讯中心*/
.article_details {
    border: 1px solid #EBEBEB;
    padding: 20px;
    margin-top: 20px;
}

.article_details .title h1 {
    padding: 10px 0 15px;
    margin-bottom: 10px;
    height: 24px;
    text-align: center;
    border-bottom: 1px solid #EBEBEB;
    font-family: \5fae\8f6f\96c5\9ed1;
    line-height: 24px;
    font-size: 20px;
}

.article_details .body {
    padding: 30px 10px;
    font-size: 14px;
    line-height: 2em;
}
.brw-history-list ul li:hover .story-bg{
    display: block;
}
.brw-history-list ul li .story-bg{
    height: 36px;
    line-height: 36px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 1px;
    left: 1px;
    width: 204px;
    display: none;
}
.brw-history-list ul li .story-bg a img{
    border: none;
    display: inline-block;
    vertical-align: middle;
}

.brw-history-list ul li a {
    display: block;
}

.brw-history-list ul li a img {
    display: block;
    border: 1px solid #f5f5f5;
}


.section_headerTop {
    height: 20px;
    line-height: 20px;
    padding: 5px 0;
    background: #f9f9f9;
    border-bottom: 1px solid #efefef;
}

.section_headerTop .slot_headerTop01 .siteNav{margin-top:0!important;}
.mcGo a {
    color: #fff;

}
.mcGo a:hover{
    color: #fff;
}
.new_member-right .content{
    width: auto;
}

.Orgnization .menu-container{
	width:260px;
    float: left;
    height: auto;
    overflow: auto;
}

.Orgnization .content{
	width:calc(100% - 270px);
}

.Orgnization .ztree{
	padding:0;
	height: 600px;
    overflow: auto;
}

.Orgnization .ztree li span.button.switch{
    float: left;
}

.Orgnization .ztree li span.button.root_open {
    background-position: -92px -54px;
}

.Orgnization .ztree li span.button.center_docu {
    background-position: -56px -15px;
}

.Orgnization .ztree li a.curSelectedNode {
    color: #268DFF;
}

.Orgnization .ztree li ul {
    clear: both;
    overflow: initial !important;
}

.bought-table td {
	text-align:center;
}
.bought-table td a {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.thwlBox{
	padding: 15px;
}
.thwlBox .tips_icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(/static/images/tips_icon.png) bottom center no-repeat;
    vertical-align: text-bottom;
}

.thwlBox .tips_box {
    font-size: 12px;
    background-color: #fffafb;
    border: 1px solid #fbd9de;
    height: 34px;
    line-height: 34px;
    text-align: left;
    padding-left: 15px;
    color: #e45050;
}
.thwlBox .order_log .text-input {
    height: 34px;
    border: 1px solid #ddd;
    border-radius: 2px;
    line-height: 32px;
    font-size: 14px;
    width: 220px;
    padding: 0 10px;
}

.thwlBox .order_log .text-input.error {
    border: 1px solid #E45050;
}

.thwlBox .m-tip {
    background: url(/static/images/ero.png) 64px center no-repeat;
    padding-left: 80px;
    line-height: 30px;
    color: #E45050;
    margin-bottom: 10px;
}


















