@charset "utf-8";

/* CSS Document */


/*------CSS reset------*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5 "Microsoft Yahei", Arial, "Hiragino Sans GB", sans-serif;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

address,
cite,
dfn,
em,
var {
    font-style: normal
}

code,
kbd,
pre,
samp {
    font-family: courier new, courier, monospace
}

small {
    font-size: 12px
}

ul,
ol {
    list-style: none
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

legend {
    color: #000
}

fieldset,
img {
    border: 0
}

button,
input,
select,
textarea {
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #d7000f;
}

body {
    background: #fff;
}


/*-----public class start-----*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    font-size: 0;
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.w1200 {
    width: 1200px;
    margin: 0px auto;
}

.f-red {
    color: #d7000f;
}

.f-blue {
    color: #2272c8;
}

.f-green {
    color: #0b871f;
}

.f-orange {
    color: #fb9e3b;
}

.f-666 {
    color: #666;
}

.f-999 {
    color: #999;
}

.f-14 {
    font-size: 14px;
}

.f-16 {
    font-size: 16px;
}

.f-bold {
    font-weight: bold;
}

.m0 {
    margin: 0 !important;
}

.mt10 {
    margin-top: 10px !important
}

.t-c {
    text-align: center;
}

.p10 {
    padding: 10px !important;
}

.pr0 {
    padding-right: 0 !important;
}

.pl15 {
    padding-left: 15px !important;
}

.ptb30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important
}

.p15 {
    padding: 15px !important;
}

.pt0 {
    padding-top: 0 !important;
}

.plr30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.b0 {
    border: none !important;
}

.v-m {
    vertical-align: middle !important
}

.t-l {
    text-align: left !important;
}

.t-r {
    text-align: right !important;
}

.t-c {
    text-align: center !important
}

.btn_red {
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    color: #fefefe;
    font-family: 'Microsoft YaHei';
    display: inline-block;
    font-weight: 700;
    border-color: #ff4381 #9e0231 #a50737 #ff4783;
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background: #d5000f;
    background: -moz-linear-gradient(top, #d5000f, #c6010e);
    background: -webkit-gradient(linear, top, from(#d5000f), to(#c6010e));
    background: -webkit-linear-gradient(top, #d5000f, #c6010e);
    background: -o-linear-gradient(top, #d5000f, #c6010e);
    background: -ms-linear-gradient(top, #d5000f, #c6010e);
    background: linear-gradient(top, #d5000f, #c6010e)
}

.btn_red:hover {
    color: #fff;
    text-decoration: none;
    background: #c6010e;
    background: -moz-linear-gradient(top, #c6010e, #b9010e);
    background: -webkit-gradient(linear, top, from(#c6010e), to(#b9010e));
    background: -webkit-linear-gradient(top, #c6010e, #b9010e);
    background: -o-linear-gradient(top, #c6010e, #b9010e);
    background: -ms-linear-gradient(top, #c6010e, #b9010e);
    background: linear-gradient(top, #c6010e, #b9010e)
}

.red-btn01 {
    line-height: 23px;
    display: inline-block;
    border: 1px solid #ec888f;
    padding: 0 10px;
    text-align: center;
    min-width: 45px;
    color: #d7000f;
    font-size: 12px;
    border-radius: 3px;
}

.red-btn01:hover {
    background-color: #d7000f;
    color: #fff;
    text-decoration: none;
}

.gray-btn01 {
    line-height: 23px;
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 10px;
    text-align: center;
    min-width: 45px;
    color: #333;
    font-size: 12px;
    border-radius: 3px;
}

.gray-btn01:hover {
    border: 1px solid #ec888f;
    color: #d7000f;
    text-decoration: none;
}

div,
li,
td,
a,
i {
    -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}


/*个人中心主题框架*/

.new-mian-wrap {
    background-color: #f5f5f5;
}

.new-mian-body {
    width: 1200px;
    margin: 0 auto;
    padding: 15px 0;
}

.member-menu {
    width: 234px;
    background-color: #fff;
    float: left;
    padding: 36px 0;
    min-height: 642px;
}

.member-main {
    width: 955px;
    float: right;
}

.member-menu-box {
    margin-bottom: 17px;
}

.member-menu-box .title {
    margin: 0 48px 2px;
    font-size: 16px;
    font-weight: 400;
    line-height: 52px;
    color: #333;
}

.member-menu-list li {
    padding: 6px 48px;
}

.member-menu-list li a {
    font-size: 14px;
    color: #666;
}

.member-menu-list li a:hover,
.member-menu-list li.active a {
    color: #d7000f;
    text-decoration: none;
}


/*我的个人中心*/

.mycenter-hd {
    height: 157px;
    padding: 14px;
    background: #fff;
    margin-bottom: 11px;
}

.mycenter-hd .info-lcol .u-name {
    font-size: 16px;
    color: #222;
    line-height: 20px;
    margin-bottom: 13px;
}

.mycenter-hd .info-lcol .u-level a {
    background: url(mycenter-club-iocn.png) no-repeat 0 center;
    display: inline-block;
    line-height: 20px;
    margin-bottom: 7px;
    padding-left: 28px;
    color: #153d90;
    font-size: 14px;
}

.mycenter-hd .info-lcol .u-Integral a {
    display: inline-block;
    line-height: 20px;
    color: #153d90;
    font-size: 14px;
}

.user-counts {
    padding: 40px 28px 0px 28px;
    width: 240px;
}

.latest-ad {
    float: right;
    width: 270px;
}

.count-item {
    float: left;
    width: 80px;
    text-align: center;
}

.count-item a {
    font-size: 14px;
    display: block;
    color: #666;
}

.count-item a:hover {
    text-decoration: none;
}

.count-item a em {
    color: #d7000f;
    padding-left: 5px;
    font-weight: 400;
}

.user-counts .count-icon03 {
    background-position: center -88px;
}

.count-item a:hover .count-icon {
    top: -5px;
}

.mod-main,
.mod-mc,
.mod-title,
.my-order-list-wrap {
    padding: 10px;
    background-color: #fff;
}

.mod-main2 .mod-title {
    padding: 20px;
    background-color: #fff;
}

.mod-main2 .mod-cont {
    background-color: #fff;
}

.mod-mt {
    display: block;
    padding: 16px 20px;
    background-color: #fff;
    margin-bottom: 11px;
}

.mod-mt h3,
.mod-title h3,
.mod-main2 .mod-title h3 {
    float: left;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #333;
    font-weight: 400;
}

.mod-mt-tab {
    height: 28px;
    padding: 10px;
}

.mod-mt-tab .extra-l {
    float: left;
}

.mod-mt-tab .extra-r {
    float: right;
}

.mod-mt-tab .extra-l li {
    padding-right: 28px;
    float: left
}

.mod-mt-tab .extra-l li a {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    font-size: 14px;
    line-height: 28px
}

.mod-mt-tab .extra-l li a:hover {
    color: #d7000f;
    text-decoration: none
}

.mod-mt-tab .extra-l li a.curr {
    padding-bottom: 0;
    color: #d7000f;
    border-bottom: 2px solid #d7000f;
    cursor: pointer;
    text-decoration: none
}

.mod-mt-tab .extra-l li em {
    position: relative;
    display: inline-block;
    height: 15px;
    line-height: 15px;
    font-family: arial;
    top: -5px;
    padding: 0 4px;
    background: #e4393c;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #fff;
    font-size: 10px;
    margin: 0 0 0 2px
}

.order-search .itxt {
    width: 155px;
    height: 26px;
    line-height: 26px;
    padding: 0 7px;
    outline: 0;
    background-color: #fff;
    float: left;
    border: 1px solid #ddd;
    border-right: none
}

.order-search .search-btn {
    width: 45px;
    height: 26px;
    cursor: pointer;
    outline: 0;
    line-height: 26px;
    background-color: #f5f4f4;
    line-height: 1000;
    overflow: hidden;
    display: block;
    float: left;
    border: 1px solid #ddd;
    text-align: center;
    position: relative
}

.order-search .search-btn b {
    position: absolute;
    left: 14px;
    top: 5px;
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 16px;
    overflow: hidden;
    background: url(../img/center-icon.png) no-repeat 0 0
}

.mycenter-bd {
    min-height: 498px
}

.noinfo {
    font-size: 14px;
    color: #999;
    text-align: center;
    padding: 120px 30px
}

.icon-cart-empty {
    background: url(mycenter-cart-icon.png) no-repeat 0 0;
    width: 65px;
    height: 58px;
    display: inline-block;
    margin-bottom: 15px
}


/*order-tb*/

.order-tb {
    width: 100%;
    border-collapse: collapse;
}

.order-tb thead th {
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #f5f5f5;
    color: #333;
    font-weight: 400
}

.order-tb tbody td {
    border: 1px solid #ebebeb;
}

.order-tb .tr-th {
    background: #f5f5f5;
    height: 30px;
    line-height: 30px;
    color: #999;
    overflow: hidden;
}

.order-tb .tr-th td {
    border-bottom-color: #f5f5f5;
}

.order-tb .tr-th .dealtime {
    padding: 0 20px;
}

.order-tb .tr-th .number span {
    color: #333;
}

.order-tb .tr-bd td {
    padding: 14px 0;
    text-align: center;
    vertical-align: top;
    line-height: 23px;
    color: #666;
}

.order-tb .tr-bd .goods-item {
    width: 340px;
    margin-right: 40px;
    float: left;
    overflow: hidden;
}

.order-tb .tr-bd .goods-item .p-img {
    float: left;
    width: 60px;
    height: 60px;
    border: 1px solid #efefef;
    margin: 0 18px 0 20px;
    _display: inline;
}

.order-tb .goods-item .p-msg {
    float: left;
    text-align: left;
    width: 240px;
    padding-top: 2px;
    line-height: 20px;
}

.order-tb .goods-price {
    float: left;
    width: 78px;
    text-align: left;
}

.order-tb .goods-number {
    float: left;
    width: 78px;
    color: #999;
    text-align: left;
}

.order-tb .tr-bd .amount p span {
    color: #666666;
    display: block;
    margin: 0 24px;
    border-top: solid 1px #E5E5E5;
    overflow: hidden;
}

.order-tb .sep-row td {
    height: 15px;
    border: none;
}

.order-tb .number-col {
    width: 547px;
}

.order-tb .amount-col {
    width: 130px;
}

.order-tb .status-col {
    width: 130px;
}

.order-tb .operate-col {
    width: 130px;
}

.order-tb .goods-item-td {
    padding: 0 !important;
}

.order-tb .goods-item-wrap {
    padding: 14px 0;
    border-bottom: 1px solid #ebebeb;
}

.order-tb .goods-item-wrap.last {
    border-bottom: none;
}

.order-tb .ordertime-cont {
    position: relative;
    float: left;
    width: 138px;
    cursor: pointer
}

.order-tb .ordertime-cont .time-txt {
    position: relative;
    height: 30px;
    line-height: 30px;
    text-align: left;
    padding-left: 20px;
    padding-right: 12px;
    border: 1px solid #f5f5f5
}

.order-tb .ordertime-cont .time-txt b {
    position: absolute;
    width: 7px;
    height: 4px;
    right: 18px;
    top: 13px;
    overflow: hidden;
    vertical-align: middle;
    background: url(../img/center-icon.png) no-repeat -17px -17px
}

.order-tb .ordertime-cont .time-list {
    position: absolute;
    left: 1px;
    top: 30px;
    z-index: 2;
    display: none;
    width: 136px;
    background: #fff;
    border: 1px solid #f5f5f5;
    border-top: 0
}

.order-tb .ordertime-cont .time-list li {
    height: 30px;
    line-height: 30px;
    text-align: left
}

.order-tb .ordertime-cont .time-list li a.curr,
.order-tb .ordertime-cont .time-list li a:hover {
    color: #d7000f;
    background-color: #f5f5f5
}

.order-tb .ordertime-cont .time-list li a {
    display: block;
    position: relative;
    color: #666;
    height: 30px;
    line-height: 30px;
    padding-left: 20px
}

.order-tb .order-detail-txt {
    display: inline-block;
    vertical-align: middle
}

.order-tb .ordertime-hover .time-txt {
    border-color: #ddd;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .12)
}

.order-tb .ordertime-hover .time-txt b {
    background-position: 0px -17px
}

.order-tb .ordertime-hover .time-txt .blank {
    position: absolute;
    top: 21px;
    left: 0;
    z-index: 3;
    display: block;
    width: 100%;
    height: 10px;
    background: #fff
}

.order-tb .ordertime-hover .time-list {
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, .12)
}

.p-msg-zp {
    padding-top: 5px !important;
}

.goods-pn-zp {
    color: #999;
}

.p-name-zp {
    color: #999;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.p-name-zp span {
    background: #f15353 !important;
    color: #fff;
    border-radius: 2px;
    padding: 0 4px;
    margin-right: 5px;
    display: inline-block;
    height: 18px;
    line-height: 18px;
}


/*收货地址*/

.mod-form dl {
    padding-bottom: 10px;
}

.mod-form dl dt {
    float: left;
    text-align: right;
    width: 92px;
    line-height: 28px;
    font-size: 14px;
    padding-right: 13px;
}

.mod-form dl dt em {
    color: #d7000f;
}

.mod-form dl dd {
    padding-left: 105px;
    line-height: 28px;
}

.mod-input-text {
    width: 270px;
    line-height: 26px;
    border: 1px solid #ddd;
    font-size: 14px;
    padding: 0 7px;
    outline: none;
}

textarea.mod-input-text {
    display: block;
    height: 80px;
    line-height: 20px;
    padding: 3px 7px;
}

.mod-form select {
    outline: none;
    font-size: 14px;
    padding: 0 7px;
    border: 1px solid #ddd;
    min-width: 120px;
}

.mod-form .btn_red {
    width: 155px;
    height: 34px;
    line-height: 34px;
    outline: none;
}

.address-box li.address-list {
    padding: 0 17px;
    width: 176px;
    height: 126px;
    color: #333;
    font-size: 14px;
    position: relative;
    background: url(../img/address-bg.png) no-repeat -210px 0;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.address-box li.address-list.address-on,
.address-box li.address-list:hover,
.address-box li.address-list.address-active {
    background-position: 0 0;
}

.address-mt {
    padding-top: 10px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}

.address-mc {
    padding: 5px 0;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}

.address-mb {
    font-size: 12px;
}

.address-box .address-active-icon {
    display: none;
    width: 33px;
    height: 33px;
    background: url(../img/center-icon.png) no-repeat 0 -163px;
    position: absolute;
    right: 0;
    top: 0;
}

.address-box .address-active .address-active-icon {
    display: block;
}

.add-address {
    background-position: -420px 0 !important;
    cursor: pointer;
}

.add-address:hover {
    background-position: 100% 0 !important
}

.adrs-btn .btn-edit,
.adrs-btn .bnt-del,
.bnt-del02,
.cart-iocn01,
.cart-iocn02 {
    vertical-align: text-top;
    margin-left: 18px;
    background: url(../img/center-icon.png) no-repeat;
    display: inline-block;
    line-height: 1000;
    overflow: hidden;
}

.adrs-btn .btn-edit {
    width: 13px;
    height: 13px;
    background-position: 0 -53px;
}

.adrs-btn .btn-edit:hover {
    background-position: -15px -53px;
}

.adrs-btn .bnt-del {
    width: 14px;
    height: 14px;
    background-position: 0 -22px;
}

.adrs-btn .bnt-del:hover {
    background-position: -14px -22px;
}

.bnt-del02 {
    width: 15px;
    height: 15px;
    background-position: 0 -36px;
}

a:hover .bnt-del02 {
    background-position: -16px -36px;
}

.cart-iocn01 {
    width: 17px;
    height: 15px;
    background-position: 0 -67px;
}

a:hover .cart-iocn01 {
    background-position: -18px -67px;
}

.cart-iocn02 {
    width: 15px;
    height: 12px;
    background-position: 0 -83px;
    vertical-align: bottom;
}

button:hover .cart-iocn02,
a:hover .cart-iocn02 {
    width: 15px;
    height: 12px;
    background-position: -16px -83px;
}

.cart-btn01 {
    border: 1px solid #d7000f;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    background: none;
    color: #d7000f;
    font-size: 12px;
    display: inline-block;
    line-height: 12px;
    padding: 6px 18px 6px 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.cart-btn01:hover {
    background: #d7000f;
    color: #fff;
    text-decoration: none;
}


/*我的收藏*/

.collection-box {
    background-color: #fff;
}

.collection-mt {
    padding: 18px 20px;
    background-color: #fff !important;
    border: none !important;
    border-bottom: 1px solid #eeeeee !important;
}

.collection-mt .extra-l {
    float: left;
    height: 20px;
    line-height: 20px;
}

.collection-mc {
    margin-bottom: 11px;
}

.new-goods-box li.items-gallery {
    text-align: center;
    float: left;
    border: none !important;
    width: 25%;
    background-color: #fff;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.new-goods-box li.items-gallery:hover {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.new-goods-box .new-goods-checkbox {
    position: absolute;
    left: 20px;
    top: 20px;
}

.new-goods-box .adrs-btn {
    position: absolute;
    right: 20px;
    top: -20px;
    opacity: 0;
    c-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.new-goods-box .goodpic {
    width: 200px;
    height: 200px !important;
    margin: 10px auto;
}

.new-goods-box .goodpic img,
.new-goods-box .goodpic a {
    width: 200px;
    height: 200px !important;
}

.new-goods-box .mod_goods_tit a {
    padding-top: 5px;
    display: block;
    text-align: center;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

.new-goods-box .mod_goods_promo a {
    padding-top: 1px;
    display: block;
    text-align: center;
    font-size: 12px;
    color: #999;
    font-family: "Microsoft YaHei";
}

.new-goods-box .mod_goods_price {
    padding-top: 6px;
    padding-bottom: 10px;
}

.new-goods-box .mod_goods_price .f-red {
    margin-right: 13px;
    font-size: 18px;
}

.new-goods-box .mod_goods_price .f-red em {
    font-size: 14px;
}

.new-goods-box .mod_goods_price .del {
    font-size: 14px;
    color: #999;
}

.new-goods-box .mod_goods_btn-box {
    opacity: 0;
    filter: alpha(opacity=0);
    position: relative;
    bottom: -50px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.new-goods-box li.items-gallery:hover .mod_goods_btn-box {
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: 0;
}

.new-goods-box li.items-gallery:hover .adrs-btn {
    top: 18px;
    opacity: 1;
    filter: alpha(opacity=100);
}


/*物流查询*/

.track-mt {
    height: 46px;
    line-height: 23px;
    padding-left: 77px;
    margin: 6px 0 20px 10px;
    background: url(../img/center-icon.png) no-repeat 0 -96px;
    font-size: 14px !important;
}

.track-mc .tit {
    border-top: 1px solid #f5f5f5;
    padding-top: 6px;
    font-size: 14px;
    line-height: 50px;
    padding-left: 10px;
}

.track-list {
    margin: 0 20px;
}

.track-list li {
    position: relative;
    padding: 4px 10px 4px 25px;
    line-height: 22px;
    border-left: 1px solid #d7d7d7;
    color: #333;
    font-size: 14px;
}

.track-list li .node-icon {
    position: absolute;
    left: -6px;
    top: 8px;
    width: 11px;
    height: 11px;
    background: url(../img/center-icon.png) no-repeat 0 -151px #fff;
    z-index: 10;
}

.track-list li.first .node-icon {
    background-position: -14px -151px;
}

.track-list li.first {
    color: #d7000f;
    padding-top: 0;
}

.track-list li .time {
    margin-right: 40px;
    width: 140px;
    float: left;
}

.track-list li .txt {
    padding-left: 180px;
    display: block;
}


/*提交订单页*/

.radio-box {
    position: relative;
    height: 34px;
    display: inline-block;
    border: 1px solid #fff;
}

.radio-box .radio-icon {
    width: 24px;
    height: 22px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/center-icon.png) no-repeat 0 -197px;
    display: none;
}

.radio-box input:checked~span.radio-box-txt .radio-icon {
    display: block;
}

.radio-box input[type="radio"] {
    display: none;
}

.radio-box span.radio-box-txt {
    display: block;
    line-height: 32px;
    padding: 0px 40px;
    padding: 0px 40px;
    font-size: 14px;
    border: 1px solid #ddd;
}

.radio-box input:checked~span.radio-box-txt {
    border: 1px solid #d7000f;
}

.address-cont {
    height: 141px;
    overflow: hidden;
}

.address-cont-show {
    height: auto;
}

.control-box {
    padding: 0 15px;
}

.add-address-box {
    display: none;
}

.checkout-body .order-tb .tr-bd td,
.order-list-goods .order-tb .tr-bd td {
    border: 1px solid #ebebeb;
}

.order-summary {
    padding: 15px 30px 5px 30px;
}

.fc-price-info,
.order-summary .statistic {
    width: 350px;
}

.fc-price-info {
    margin-right: 0
}

.order-summary .statistic li {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    margin-bottom: 5px;
    zoom: 1
}

.fc-price-info .price-tit,
.order-summary .statistic span {
    width: 120px;
    margin-right: 10px;
    float: left;
    text-align: right;
    font-size: 14px;
    color: #333
}

order-summary .statistic .price {
    color: #333;
    float: left;
    width: 100px;
    text-align: right;
    font-family: verdana
}

.fc-price-info .price-num,
.order-summary .statistic em {
    color: #333;
    float: left;
    height: 24px;
    line-height: 24px;
    margin: 0;
    font-size: 14px;
    font-weight: 400
}

.fc-price-info .price-num {
    font-size: 16px;
    font-weight: 700;
    color: #d7000f
}

.trade-foot {
    padding-bottom: 100px
}

.trade-foot-detail-com {
    padding: 15px 10px 15px 0;
    line-height: 20px;
    text-align: right;
    color: #999;
    background-color: #fbfbfb;
    margin: 0 30px 30px;
    font-size: 12px
}

.trade-foot-btn-box {
    padding: 0 30px;
    text-align: right;
}

.trade-foot-btn-box .btn_red.order-btn {
    width: 210px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}

.order-summary .last {
    font-size: 14px;
    font-weight: bold;
}


/*订单详情页面*/

.order-process {
    width: 736px;
    margin: 0 auto;
    padding: 40px 0 30px 0;
}

.order-process ul li {
    height: 40px;
    width: 25%;
    float: left;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}

.order-process ul li.last {
    width: 100%;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    background: url(flow_bg.png) no-repeat;
}

.order-process.process-01 ul li.last {
    background-position: center 0;
}

.order-process.process-02 ul li.last {
    background-position: center -36px;
}

.order-process.process-03 ul li.last {
    background-position: center -71px;
}

.order-process.process-04 ul li.last {
    background-position: center -106px;
}

.order-process.process-05 ul li.last {
    background-position: center -141px;
}

.state-cont {
    margin: 10px;
    border: 1px solid #e5e5e5;
    padding-bottom: 30px;
}

.state-lcol {
    float: left;
    width: 456px;
    border-right: 1px solid #f3f3f3;
}

.state-rcol {
    float: left;
    width: 456px;
}

.state-lcol-mt,
.state-rcol-mt {
    padding: 0px 30px;
    line-height: 37px;
    font-size: 14px;
    font-weight: normal;
}

.state-lcol-mc,
.state-rcol-mc {
    padding: 5px 30px;
}

.state-lcol-mc dl,
.state-rcol-mc dl {
    padding: 2px 0;
    color: #999;
}

.state-lcol-mc dt,
.state-rcol-mc dt {
    float: left;
    width: 60px;
    text-align: right;
    line-height: 22px;
}

.state-lcol-mc dd,
.state-rcol-mc dd {
    color: #666;
    padding-left: 60px;
    line-height: 22px;
}

.state-rcol-mt,
.state-rcol-mc {
    background-color: #fff;
}

.state-rcol-mc dt {
    width: 122px !important;
    text-align: left
}

.state-rcol-mc dd {
    padding-left: 130px !important;
}

.state-info {
    padding: 40px 0;
    text-align: center;
    position: relative;
    font-size: 20px;
}

.state-info .red-btn01 {
    padding: 0 15px;
    line-height: 30px;
    font-size: 14px;
    position: relative;
    left: 40px;
}

.state-ok,
.state-wait {
    font-weight: bold;
    display: inline-block;
    padding-left: 54px;
    height: 40px;
    line-height: 40px;
    background: url(ok-icon01.jpg) no-repeat 0 0;
}

.state-wait {
    background: url(wait-icon01.jpg) no-repeat 0 0;
}

.state-cont .more {
    position: relative;
    padding-right: 10px;
}

.state-cont .more b {
    position: absolute;
    width: 7px;
    height: 4px;
    right: 0px;
    top: 7px;
    overflow: hidden;
    vertical-align: middle;
    background: url(../img/center-icon.png) no-repeat -39px 0;
}

.state-cont .more:hover b {
    background-position: -39px -7px;
}

.order-del-pay-info {
    background: #f9f9f9;
    margin: 10px;
}


/*个人信息*/

.profile-avatar {
    position: relative;
    display: inline-block;
    width: 108px;
    height: 108px;
    z-index: 1;
}

.profile-avatar .edit_txt {
    font-size: 12px;
    color: #fff;
    width: 100%;
    text-align: center;
    display: block;
    height: 24px;
    line-height: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3
}

.profile-avatar .edit_bg {
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity=50);
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2
}

.profile-avatar:hover .edit_txt {
    text-decoration: underline;
}

.Skin-type-box ul {
    background-color: #fafafa;
    padding: 10px;
}

.Skin-type-box ul li {
    float: left;
    width: 20%;
}

.date-input {
    background: url(data-icon.png) no-repeat 92px center;
    padding-right: 32px !important;
    width: 79px !important;
}


/*弹窗*/

.wind-mask {
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
}

.wind-box {
    background-color: #fff;
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
}

.wind-mt {
    height: 30px;
    padding: 10px 15px 0 15px;
    position: relative;
}

.wind-mt h2 {
    font-size: 16px;
    line-height: 25px;
}

.close_wind {
    position: absolute;
    right: 15px;
    top: 18px;
    width: 13px;
    height: 13px;
    background: url(../img/center-icon.png) no-repeat 0 -227px;
    cursor: pointer;
}

.wind-mt-nav {
    padding-top: 10px;
    height: 25px;
    line-height: 25px;
    border-bottom: 1px solid #e5e5e5;
}

.wind-mt-nav li {
    height: 25px;
    line-height: 25px;
    float: left;
    width: 33.3%;
    text-align: center;
}

.wind-mt-nav li .txt {
    color: #666;
    font-size: 12px;
    display: block;
    height: 25px;
    line-height: 25px;
}

.wind-mt-nav li .txt.curr {
    color: #d7000f;
    border-bottom: 2px solid #d7000f;
}

.wind-mt-nav li .txt em {
    font-size: 16px;
    font-style: italic;
    padding-right: 5px;
}


/*邮箱短信验证弹窗*/

.check-email .wind-mt-nav,
.check-phone .wind-mt-nav {
    margin: 0 120px;
}

.check-email-step-box,
.check-phone-step-box {
    text-align: center;
    margin: 0 30px;
    width: 620px;
    overflow: hidden;
    position: relative;
    height: 284px;
}

.check-email-step-ul,
.check-phone-step-ul {
    width: 1000em;
    position: absolute;
    left: 0;
    -webkit-transition: left 0.2s ease-in-out;
    -moz-transition: left 0.2s ease-in-out;
    -ms-transition: left 0.2s ease-in-out;
    -o-transition: left 0.2s ease-in-out;
    transition: left 0.2s ease-in-out;
}

.check-email-step,
.check-phone-step {
    float: left;
    width: 620px;
    padding: 40px 0;
}

.check-email-step h3,
.check-phone-step h3 {
    font-size: 20px;
}

.code-txtbox {
    padding: 20px 0;
    margin: 0 auto;
    width: 300px;
}

.code-btn-txt {
    border-right: none;
    width: 173px;
}

.code-txt {
    width: 110px;
    background-color: #ededed;
    border: 1px solid #ddd;
    text-align: center;
    display: inline-block;
    line-height: 26px;
}


/*我的优惠券*/

.coupon-items {
    padding-left: 15px;
}

.coupon-list {
    width: 208px;
    padding-right: 2px;
    height: 254px;
    background: url(../img/coupon-bg.png) no-repeat 0 0;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.coupon-overdue {
    background-position: -210px 0;
}

.coupon-num {
    color: #fff;
    font-size: 30px;
    height: 68px;
    line-height: 68px;
    padding-top: 20px;
    text-align: center;
}

.coupon-num span {
    color: #fff;
    font-size: 50px;
}

.coupon-time {
    color: #fff;
    font-size: 12px;
    height: 20px;
    padding-bottom: 14px;
    text-align: center;
}

.coupon-txt {
    color: #333;
    font-size: 14px;
    line-height: 23px;
    height: 69px;
    padding: 11px 0;
    text-align: left;
}

.coupon-txt p {
    padding: 0 13px;
    overflow: hidden;
    height: 23px;
    line-height: 23px;
    display: block;
    word-break: keep-words;
    word-wrap: break-word;
}

.coupon-txt p span {
    color: #999;
    display: inline-block;
}

.coupon-btn-box {
    padding-top: 7px;
    padding: 7px 13px;
    line-height: 26px;
}

.coupon-btn-box a.red-btn {
    line-height: 24px;
    padding: 0 15px;
    display: inline-block;
    color: #df0006;
    border: 1px solid #df0006;
    border-radius: 14px;
    height: 24px;
}

.coupon-btn-box a.red-btn:hover {
    background-color: #df0006;
    color: #fff;
    text-decoration: none;
}

.coupon-overdue .coupon-txt,
.coupon-overdue .coupon-btn-box {
    color: #999;
}

.add-coupon {
    line-height: 28px;
    padding: 10px 15px 15px 15px;
    background-color: #f8f8f8;
}

.add-coupon .btn_red {
    width: 100px;
    height: 28px;
    line-height: 28px;
    margin-left: 15px;
}


/*我的积分*/

.myIntegral-top p em {
    font-size: 18px;
}

.myIntegral thead {
    border: 1px solid #ebebeb;
    border-bottom: none;
}

.myIntegral .order-tb .tr-bd td,
.wind-box .order-tb .tr-bd td {
    padding: 7px 5px;
}

.query-btn {
    background-color: #f4f4f4;
    cursor: pointer;
    outline: none;
    line-height: 26px;
    border: 1px solid #ddd;
    font-size: 14px;
    padding: 0 15px;
}

.query-btn:hover {
    background-color: #ececec;
}


/*我的评论*/

.my-comment {
    margin: 15px 10px 0;
}

.member-comment-list {
    border-top: 1px solid #f4f4f4;
}

.member-comment-item {
    border-bottom: 1px solid #f4f4f4;
    padding: 10px 15px;
}

.member-comment-item .p-img {
    width: 100px;
    height: 100px;
    float: left
}

.member-comment-mc {
    padding-left: 125px;
    padding-top: 15px;
}

.comment_cont {
    padding: 10px 0;
}

.member-comment-info {
    height: 14px;
    overflow: hidden;
    padding-bottom: 10px;
}

.comment_cont_ans {
    background: #f2f2f2;
    border-radius: 6px;
    padding: 10px;
    color: #666;
}


/*星级*/

.star-div {
    width: 98px;
    height: 14px;
    line-height: 14px;
    overflow: hidden;
}

.star-div li {
    width: 98px;
    height: 14px;
    line-height: 14px;
    background: url(../img/star-y.png) no-repeat;
    list-style: none;
}

.star-div .star0 {
    background-position: 0 -75px;
}

.star-div .star1 {
    background-position: 0 -60px;
}

.star-div .star2 {
    background-position: 0 -45px;
}

.star-div .star3 {
    background-position: 0 -30px;
}

.star-div .star4 {
    background-position: 0 -15px;
}

.star-div .star5 {
    background-position: 0 0;
}


/*我的试用*/

.trial-item .trial-list {
    border: 1px solid #ebebeb;
    padding: 15px;
    margin-bottom: 20px;
    position: relative;
}

.trial-img {
    width: 200px;
    text-align: center;
    float: left;
}

.trial-info {
    padding-left: 215px;
    padding-right: 250px;
    padding-top: 20px;
}

.trial-report-box {
    padding-left: 215px;
    padding-right: 10px;
    padding-top: 20px;
}

.trial-item .trial-name {
    font-size: 16px;
    color: #2a2a2a;
}

.trial-item .trial-price span {
    padding-right: 25px;
}

.trial-item .trial-price span em {
    font-size: 18px;
}

.trial-btn .btn_red,
.trial-btn .red-btn01 {
    width: 130px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.trial-state,
.trial-share {
    padding: 15px;
    width: 170px;
    position: absolute;
    right: 15px;
    top: 50%;
    ;
    text-align: center;
    margin-top: -49px;
    font-size: 16px;
}

.trial-state .trial-state-p {
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0
}

.trial-state a {
    text-decoration: underline;
}

.trial-report-pt {
    line-height: 21px;
    padding-top: 10px;
}

.trial-CountDown span {
    color: #df0006;
    font-size: 18px;
    padding: 0 3px;
}

.trial-share {
    line-height: 16px;
    margin-top: 27px;
}

input[disabled],
button[disabled] {
    color: #aaa !important;
    background: #ddd !important;
    border-color: #f2f2f2 !important;
}


/*微信支付*/

.weixinPay-Hd {
    padding: 10px 80px 15px;
    font-size: 16px;
    line-height: 36px;
}

.weixinPay-Hd .fl {
    font-weight: bold;
}

.weixinPay-Hd .fr .f-red {
    font-size: 24px;
}

.weixinPay {
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 0 auto 15px;
    width: 1000px;
    padding: 30px 40px;
}

.weixinPay-hd {
    font-size: 20px;
    color: #666;
    padding-bottom: 30px;
}

.weixinPay-bd {
    position: relative;
}

.weixinPay-bd .p-w-box {
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    margin-left: 120px;
}

.weixinPay-bd .p-w-sidebar {
    float: right;
    width: 379px;
    height: 421px;
    padding-right: 80px;
    /* margin-top: -7px; */
    background: url(weixinpay-bg.png) 50px 0 no-repeat;
}

.weixinPay-info {
    position: absolute;
    top: -25px;
    left: 120px;
}

.weixinPay-bd .pw-box-ft {
    height: 44px;
    padding: 8px 0 25px 125px;
    background: url(weixinpay-ic.jpg) 65px 11px no-repeat;
}

.weixinPay-bd .pw-box-ft p {
    font-size: 18px;
    color: #666;
    line-height: 23px;
}

.weixinPay-bd .pw-retry {
    /* display:none; */
    position: absolute;
    width: 330px;
    height: 330px;
    left: 121px;
    top: 0;
    background: rgba(0, 0, 0, .4);
    overflow: hidden;
    text-align: center;
}

.weixinPay-bd .pw-retry a {
    background: #f1f2f7;
    border-color: #999;
    display: inline-block;
    color: #666;
    border-radius: 2px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-top: 150px;
    padding: 0 30px;
}

.weixinPay-bd .pw-retry a:hover {
    text-decoration: none;
    background: #fff;
}

.weixinPay-mb {
    padding-top: 30px;
}

.weixinPay-mb a {
    font-size: 20px;
}


/*我的告白*/

.member-menu-list .confession-icon {
    background: url('gb_icon.png') no-repeat 110px center;
}

.mod-mc .order-tb thead {
    border: 1px solid #ebebeb;
    border-bottom: none;
}

.mod-mc .confession-tab {
    background: #f6f8fb url('confession_tab_bg.png') no-repeat left bottom;
}

.mod-mc .confession-tab button {
    border: none;
    background: #c50000;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 0 5px;
    border-radius: 5px;
    line-height: 28px;
    margin: 5px auto;
    cursor: pointer;
}