.pd_detail {
}

.preview {
    float: left;
    width: 330px;
    display: inline;
    height: 495px;
    position: relative;
    z-index: 12;
    margin-left: 21px;
}

.parameter {
    float: right;
    width: 820px;
    line-height: 24px;
}

.viewmore {
    float: left;
    width: 160px;
    margin-left: 80px;
}

/* bigImg */
.bigImg {
    position: relative;
    float: left;
    width: 330px;
    height: 330px;
    line-height: 330px;
    text-align: center;
    overflow: hidden;
    border: 1px solid #f0f0f0;
}

.bigImg #midimg {
    max-width: 330px;
    max-height: 330px;
    vertical-align: middle;
}

.bigImg #winSelector {
    width: 210px;
    height: 210px;
}

#vertical .tagImg {
    position: absolute;
    z-index: 1;
    width: 20%;
    height: auto;
}

#vertical .tagImg.topLeft {
    top: 0;
    left: 0;
}

#vertical .tagImg.topRight {
    top: 0;
    right: 0;
}

#vertical .tagImg.botLeft {
    bottom: 0;
    left: 0;
}

#vertical .tagImg.botRight {
    bottom: 0;
    right: 0;
}

#winSelector {
    position: absolute;
    cursor: crosshair;
    filter: alpha(opacity=15);
    -moz-opacity: 0.15;
    opacity: 0.15;
    background: #000;
    _background: none;
    border: 1px solid #b34e8a;
    z-index: 10;
}

/* bigView */
#bigView {
    position: absolute;
    border: 1px solid #959595;
    overflow: hidden;
    z-index: 12;
    background-color: #fff
}

#bigView .bigView{
    position: absolute;
    width: 600px;
    height: 600px;
    line-height: 600px;
    text-align: center;
    z-index: 12;
}

#bigView img {
    max-width: 330px;
    max-height: 330px;
    vertical-align: middle;
    transform: scale(1.82);
}

/* smallImg */
.smallImg {
    position: relative;
    height: 62px;
    width: 330px;
    /*overflow: hidden;
    float: left;*/
}

#imageMenu {
    min-height: 60px;
    overflow: hidden;
    margin-top: 5px;
    float: left;
}

#imageMenu ul {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    width: 330px;
    height: 66px;
    font-size: 0;
}

#imageMenu ul::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

#imageMenu ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    border: 2px solid transparent;
    background: rgba(0, 0, 0, 0.25);
    background-clip: padding-box;
}

#imageMenu ul::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #f7f7f7;
}

#imageMenu ul::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.5);
}

#imageMenu li {
    height: 58px;
    width: 58px;
    line-height: 58px;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    margin: 0 4px;
    font-size: 0;
    text-align: center;
}

#imageMenu li img {
    max-width: 54px;
    max-height: 54px;
    cursor: pointer;
    vertical-align: middle;
}

#imageMenu li:hover {
    border: 2px solid #cc2121;
    width: 54px;
    height: 54px;
    line-height: 54px;
}

#imageMenu li.cur {
    border: 2px solid #cc2121;
    width: 54px;
    height: 54px;
    line-height: 54px;
}

.fxbox a {
    display: inline-block;
    margin-left: 15px;
    color: #999;
}

.fxbox input {
    vertical-align: middle;
    margin-right: 2px;
}

.fxbox .icons {
    margin: -2px 5px 0 0;
}

.fxbox .addFavorite.line {
    color: #807d80;
}

.parameter h1, .parameter h4, .parameter dl {
    line-height: 18px;
    margin-bottom: 10px;
}

.parameter h1 {
    font-size: 14px;
    color: #000;
    margin: 5px 0;
    font-weight: bold;
}

.parameter h1 .title {
    max-width: 80%;
    padding: 2px 0;
}

.parameter h1 .title .title_mark {
    font-size: 12px;
    padding: 1px 2px;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.parameter h1 .title .title_shou {
    background: #df0010;
}

.parameter h1 .title .title_mao {
    background: #ff6600;
}

.parameter h1 .proName {
    font-size: 12px;
    height: 14px;
    font-weight: normal;
    padding: 3px 9px;
    cursor: text;
}

.parameter h1 .proName span {
    max-width: 48px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: clip;
    -o-text-overflow: clip;
    overflow: hidden;
}

.parameter h4 {
    margin: 5px 0 10px 0;;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 5px;
}

.parameter dt, .parameter dd {
    line-height: 32px;
    color: #999;
}

.parameter dt {
    float: left;
    margin-right: 10px;
    width: 50px;
    text-align: left;
}

.parameter dd {
    float: left;
    width: 450px;
}

.parameter .cdbox {
    padding-left: 35px;
    line-height: 40px;
    background: url(../images/ico-time3.png) 10px center no-repeat;
    display: block;
    margin-left: 10px;
}

.parameter .cdbox em {
    color: #f60
}

.parameter .sel span {
    display: inline-block;
    line-height: 20px;
    white-space: nowrap;
    margin: 0 8px 5px 0;
    border: 1px solid #ccc;
}

.parameter .sel span a {
    padding: 6px 8px;
    display: block;
    position: relative
}

.parameter .sel span a i {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: none;
}

.parameter .sel span.active a i {
    display: inline-block;
}

/*.parameter .sel span.active a i {*/
/*background: url(../images/tb.png) no-repeat 0 -481px;*/
/*}*/

/*.parameter .sel span.cur.active a i {*/
/*background: url(../images/tb.png) no-repeat -16px -481px;*/
/*}*/

.parameter .sel span.tb_out {
    border: 1px dashed #dedede;
}

.parameter .sel span.tb_out a {
    cursor: not-allowed;
    background: #fff;
    color: #ccc;
}

.parameter .sel span.cur.active a {
    padding: 5px 7px;
}

.parameter .sel span.active a {
    padding: 5px 7px;
}

.parameter .sel span.cur a {
    padding: 5px 7px;
}

.parameter .sel span.active {
    border: 2px solid #e9bfbe;
}

.parameter .sel span.cur {
    border: 2px solid #d93600;
}

.parameter .sel span img {
    width: 30px;
    height: 30px;
    vertical-align: middle
}

.parameter .priceBox {
    background: #f5f5f5;
    padding: 15px 10px;
    line-height: 34px;
    margin-bottom: 20px;
}

.parameter .priceBox p {
    color: #7f7f7f;
}

.parameter .priceBox .pic em {
    font-style: normal;
    width: 48px;
    display: inline-block;
    text-align: right;
}

.parameter .priceBox .pic span {
    color: #cc2121;
    font-weight: bold;
    font-size: 14px;
    margin-left: 10px;
}

.parameter .priceBox .pic span b {
    font-size: 20px;
}

.parameter .priceBox .kc {
    height: 34px;
    padding: 0 10px;
    border-left: 1px solid #d9d9d9;
}

.cbtn {
    width: 16px;
    display: inline-block;
    vertical-align: middle;
}

.number_control a {
    width: 14px;
    height: 12px;
    line-height: 12px;
    border: 1px solid #d8d8d8;
    text-align: center;
    float: right;
    vertical-align: middle;
    overflow: hidden;
}

.number_control a.next {
    margin-bottom: 2px;
}

.number_control input {
    display: inline-block;
    width: 34px;
    height: 28px;
    line-height: 30px;
    border: #d8d8d8 solid 1px;
    color: #222;
    margin-right: 3px;
    padding: 0 3px;
    text-align: center;
}

.parameter .btns {
    height: 60px;
    padding: 0;
}

.parameter .btns dd {
    padding-top: 0;
}

a.addcart, a.gobuy, a.gocomt {
    width: 130px;
    padding-left: 20px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
}

a.addcart, a:hover.addcart {
    color: #fff;
    padding: 0 25px;
}

a.gobuy, a:hover.gobuy {
    color: #fff;
    width: 180px;
    padding: 0;
}

a.addcart .cart {
    margin: 8px 8px 0;
}

#leftArea {
    width: 210px;
    float: left;
}

#rightArea {
    width: 970px;
    float: left;
    margin-left: 20px;
}

/* leftArea */
.unitBox {
    border: 1px solid #ddd;
}

.aTbar {
    line-height: 20px;
    padding: 8px 10px;
    font-size: 14px;
    background: #f7f7f7;
    border-bottom: 1px solid #ddd;
}

.billList .tl {
    border-bottom: 1px solid #ddd;
    margin-top: 8px;
    padding: 0 5px;
    height: 22px;
}

.billList .tl dd {
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-bottom: 0 none;
    width: 58px;
    margin-right: 6px;
    display: inline-block;
    float: left;
    text-align: center;
    cursor: pointer;
}

.billList .tl dd.cur {
    background: #fff;
    position: relative;
    border-bottom: 1px solid #fff;
}

.billList ul li {
    margin: 0 5px 0 5px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px dotted #ddd;
    padding: 8px 0;
}

.billList ul li .icon {
    position: absolute;
    top: 5px;
    left: 0;
    line-height: 18px;
    text-align: center;
    font-style: normal;
}

.billList ul li .pimg {
    float: left;
    margin: 0 10px 0 8px;
    width: 54px;
    height: 54px;
}

.billList ul li .tt {
    line-height: 18px;
    height: 36px;
    overflow: hidden;
}

.billList ul li .pic {
    font-weight: bold;
}

.billList ul .more {
    padding: 10px;
    text-align: center;
}

.billList ul .more a {
    display: block;
    line-height: 24px;
}

/* rightArea */
.tabbar {
    width: 968px;
    height: 36px;
    border: 1px solid #d7d7d7;
    background: #fcfcfc;
}

.tabbar span {
    cursor: pointer;
    border-right: 1px solid #d7d7d7;
    line-height: 36px;
    padding: 0 15px;
    float: left;
    background: #f5f5f5;
    font-size: 14px;
    color: #777
}

.tabbar span.cur {
    background: #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #d7d7d7;
    border-top: 3px solid #cc2121;
    color: #cc2121;
    height: 34px;
    line-height: 34px;
    margin: -1px 0 0 -1px;
    z-index: 1;
}

#infoTab.pos_f {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10;
}

#infoTab .tabbar {
    position: relative;
}

#infoTab.pos_f .wp {
    width: 975px;
    margin: 0 auto;
    padding-top: 10px;
    background: #fff;
}

#infoTab.pos_f .tabbar {
    margin-left: 113px;
}

#infoTab.unfold .tabbar {
    margin: 0;
}

#infoTab.unfold .tabbar b {
    left: -2px;
}

.infoCon .mesdb {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 15px;
}

.infoCon .mesdb .img {
    margin-right: 25px;
}

.infoCon .desc li {
    float: left;
    width: 44%;
    padding: 0 3%;
    line-height: 28px;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mesdb2 {
    border: 1px solid #ddd;
    border-top: 3px solid #2a9af0;
    margin-top: 20px;
    padding-bottom: 15px;
}

.percent dt, .percent dd {
    float: left;
}

.rate, .percent {
    margin: 20px 20px 0 20px;
    float: left;
    display: inline;
}

.rate strong {
    font: 40px/40px Arial, Helvetica, sans-serif;
}

.rate sub {
    font: 20px/20px Arial, Helvetica, sans-serif;
}

.percent {
    width: 200px;
}

.percent dl {
    width: 200px;
    display: inline-block
}

.percent dd, .percent dd i {
    height: 14px;
    overflow: hidden;
}

.percent dt {
    width: 80px;
    height: 20px;
}

.percent dd {
    width: 100px;
    background: #f5f5f5;
    margin-top: 3px;
}

.percent dd i {
    background: #ff500b;
    display: inline-block;
    vertical-align: top;
}

.descCom {
    float: right;
    border-left: 1px dotted #e6e6e6;
    margin: 30px 20px 0 0;
    padding-left: 20px;
}

.descCom a.giveCom {
    display: inline-block;
    line-height: 30px;
    background: #ff6600;
    padding: 0 17px;
    color: #fff;
    font-size: 14px;
}

.discon .dis_list, .consultbox {
    display: none
}

.discon .dis_list.cur, .consultbox.cur {
    display: block
}

.dis_list dl {
    border: 1px solid #ddd;
    border-top: none;
}

.dis_list dt {
    float: left;
    width: 12%;
    text-align: center;
    padding-top: 20px;
}

.dis_list dt img {
    width: 60px;
    height: 60px;
    vertical-align: middle;
}

.dis_list dd {
    float: right;
    width: 82%;
    height: auto !important;
    height: 145px;
    min-height: 145px;
    border-left: 1px solid #ddd;
    padding: 0 20px 15px 20px;
}

.dis_list dd .stars {
    margin-top: 20px;
}

.dis_list dd .content {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 10px;
}

.give_comment {
    width: 500px;
    padding: 15px;
}

.give_comment dl {
    padding-bottom: 10px;
}

.give_comment dt {
    float: left;
    width: 70px;
}

.give_comment dd {
    float: right;
    width: 390px;
}

.give_comment .cbox {
    width: 360px;
    height: 80px;
    line-height: 20px;
    padding: 5px;
    border: 1px solid #ddd;
    font-size: 12px;
    color: #222;
}

.give_comment .submit, .give_comment .cancel {
    width: 80px;
    height: 26px;
    vertical-align: middle;
    color: #fff;
    border: none;
    cursor: pointer;
}

.give_comment .submit {
    background: #2a9af0;
}

.give_comment .cancel {
    background: #999;
}

.starsbar {
    width: 100px;
    height: 16px;
    display: inline-block;
}

.starsbar span {
    width: 16px;
    height: 16px;
    background: url(../images/ico-star.png) 0 -80px;
    display: inline-block;
    cursor: pointer;
}

.starsbar span.on {
    background-position: 0 -16px;
}

.reply {
    background: #f0f0f0;
    border-radius: 5px;
    color: #333;
    padding: 15px 15px 15px 60px;
    margin: 15px 0 5px 0;
    position: relative;
}

.reply .tx {
    width: 30px;
    height: 30px;
    float: left;
    margin-left: -45px;
}

.reply i {
    width: 10px;
    height: 8px;
    position: absolute;
    left: 26px;
    top: -8px;
    display: inline-block;
    overflow: hidden;
    background: url(../images/ico-up2.gif);
}
#quanju_introduce {
	position:relative;
}
#quanju_introduce img{
	display: block;
    margin: 0 auto !important;
    max-width: 970px !important;
}


#introduce {
    position: relative;
}


#introduce img {
    display: block;
    margin: 0 auto !important;
    max-width: 970px !important;
}

/*澶氶�夋柊澧炴牱寮�*/
.color-box {
    position: relative;
}

.color-box ul {
    border-bottom: 1px solid #ebebeb;
    padding: 15px 0 7px 0;
}

.color-box ul .boxName {
    width: 50px;
    margin-right: 30px;
    float: left;
    line-height: 34px;
}

.color-box dt {
    margin-right: 30px;
}

.m-check {
    /*border-bottom: 1px solid #ebebeb;*/
    padding: 12px 0 0 0;
    position: relative;
    max-height: 700px;
    overflow: auto;
}

.m-check:after, .prd-table ul:after {
    content: '';
    display: block;
    clear: both;
}

.m-check > span {
    float: left;
    width: 50px;
    height: 30px;
    line-height: 30px;
/ / margin-right: 30 px;
}

.newspan {
    width: 142px;
    line-height: 18px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #b1b3b2;
    text-align: center;
    padding: 5px 0;
}

.prd-table {
    display: none;
    max-height: 271px;
    overflow: auto;
}

.prd-table.active {
    display: block;
}

.prd-table.vsbl {
    display: block;
    visibility: hidden;
}

.prd-table ul {
    padding: 10px 0;
}

.prd-table li.prd-o-f {
    padding-left: 30px;
    position: relative;
    margin-bottom: 12px;
    border-bottom: 1px dashed #d9d9d9;
}

.prd-table li.prd-o-f:last-child {
    margin-bottom: 0;
    border: 0
}

.prd-table li.prd-o-f ul {
    border-top: none;
    padding: 0;
}

.prd-table ul li {
    float: left;
/ / height: 30 px;
    line-height: 30px;
    width: 23%;
    padding: 0 1%;
    word-break: break-all;
}

/*.prd-table ul li.prd-li-fi{*/
/*width:205px;*/
/*}*/
/*.prd-table ul li.prd-li-t{*/
/*width:170px;*/
/*}*/
/*.prd-table ul li.prd-li-th{*/
/*width:170px;*/
/*}*/
.prd-table .countNum {
    width: 140px;
    height: 28px;
    line-height: 28px;
}

.prd-table .countNum .subbtn, .prd-table .countNum .addbtn {
    width: 28px;
    background: transparent;
}

.prd-table .countNum .subbtn {
    border-right: 1px solid #d9d9d9;
}

.prd-table .countNum .addbtn {
    border-left: 1px solid #d9d9d9;
}

.prd-table .countNum .unitNum {
    width: 76px;
    height: 28px;
    line-height: 28px;
}

.total-box {
    text-align: right;
    height: 18px;
    padding: 15px 45px 5px 0;
}

.total-c {
    display: none;
}

.total-c.active {
    display: block;
}

.total-box span {
    font-size: 20px;
    vertical-align: top;
    *vertical-align: auto;
}

.total-box b {
    border-left: 1px solid #d9d9d9;
    margin: 0 12px;
}

/*缁熶竴鎸夐挳*/
.multi-box {
    position: absolute;
    right: 55px;
    bottom: 12px;
    width: 140px;
    height: 30px;
}

.multi-in {
    float: left;
    width: 88px;
    text-align: center;
    height: 28px;
    vertical-align: top;
    line-height: 28px;
    border: 1px solid #d9d9d9;
}

.multi-btn {
    float: left;
    width: 51px;
    margin-left: -1px;
    cursor: pointer;
    height: 30px;
    color: #999;
    background-color: #f9f9f9;
    line-height: 28px;
    border: 1px solid #d9d9d9;
}

/* 璇︽儏闃舵瑙勫垯 */
.item_ladMsg {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
}

.item_ladMsg .lad_icon {
    display: inline-block;
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 6px 0 0 6px;
    text-align: center;
    cursor: pointer;
}

.item_msg {
    display: none;
}

.m-check .lad_msg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: none;
}

.m-check .lad_msg .lad_item_msg {
    position: relative;
    z-index: 2;
    padding: 10px;
    background-color: #fafafa;
    border: 1px solid #d9d9d9;
    width: 360px;
}

.m-check .lad_msg .lad_item_msg:before {
    content: '';
    font-size: 0;
    line-height: 0;
    border-width: 10px;
    border-color: #d9d9d9;
    border-right-width: 0;
    border-style: dashed;
    border-left-style: solid;
    border-top-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: -10px;
    left: -1px;
    z-index: 1;
}

.m-check .lad_msg .lad_item_msg:after {
    content: '';
    font-size: 0;
    line-height: 0;
    border-width: 9px;
    border-color: #fafafa;
    border-right-width: 0;
    border-style: dashed;
    border-left-style: solid;
    border-top-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: -8px;
    left: 0;
    z-index: 3;
}

/* 鎸囧浠� */
.item_guideMsg {
    display: inline-block;
    cursor: pointer;
}

.item_guideMsg .iconfont {
    font-size: 12px;
}

.m-check .lad_guide_msg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: none;
}

.m-check .lad_guide_msg .lad_item_msg {
    position: relative;
    z-index: 2;
    padding: 3px 10px;
    background-color: #fafafa;
    border: 1px solid #d9d9d9;
}

/* 缁勫悎鍟嗗搧 */
.prd-table-cba {
    display: block !important;
}

.prd-table-cba ul li {
    float: none;
    width: auto;
    max-width: 600px;
    line-height: 36px;
    margin-bottom: 12px;
}

.prd-table-cba ul li > * {
    float: left;
}

.prd-table-cba ul li .tt {
    width: 50px;
    /*text-align: right;*/
    margin-right: 20px;
    color: #7e7f7f;
}

.prd-table-cba ul li .countNum {
    width: 134px;
    height: 28px;
    line-height: 28px;
    margin-top: 3px;
}

.prd-table-cba ul li .countNum .subbtn, .prd-table-cba ul li .countNum .addbtn {
    width: 28px;
    background: transparent;
}

.prd-table-cba ul li .countNum .subbtn {
    border-right: 1px solid #d9d9d9;
}

.prd-table-cba ul li .countNum .addbtn {
    border-left: 1px solid #d9d9d9;
}

.prd-table-cba ul li .countNum .unitNum {
    width: 76px;
    height: 28px;
    line-height: 28px;
    box-sizing: border-box;
}

.smallImgList {
    width: 80%;
}

.smallImgList .itemList {
    height: 36px;
    line-height: 18px;
    margin-bottom: 12px;
}

.smallImgList .itemList:last-child {
    margin-bottom: 3px;
}

.smallImgList .itemList img {
    cursor: auto;
    width: 36px;
    height: 36px;
    float: left;
    margin-right: 10px;
}

.smallImgList .itemList .msg .title, .smallImgList .itemList .msg .num {
    display: inline-block;
    vertical-align: top;
}

.smallImgList .itemList .msg .title, .smallImgList .itemList .msg .skuName {
    width: 50%;
}

.smallImgList .itemList .msg .num {
    color: #b3b3b3;
}

.smallImgList .itemList .msg .skuName {
    color: #999;
}

.single .prd-table {
    display: block;
}

.single .m-check > * {
    margin-bottom: 12px;
}

.single .ped-line {
    line-height: 30px;
}

.single .ped-line .title {
    display: inline-block;
    margin: 0 10px;
    width: 50px;
    color: #999;
}

.single .item_promotion{
    position: relative;
}

.single .item_promotion.active .ped-line{
    position: absolute;
    background: #f5f5f5;
    padding-bottom: 10px;
    z-index: 10;
}
.single .item_promotion .rules{
    margin-top:3px;
    width: 750px;
    overflow: hidden;
}

.single .item_promotion .rules li{
    float: left;
    /*margin-bottom: 5px;*/
    overflow: hidden;
    line-height: 24px;
}

.single .item_promotion .rules li > *{
    float: left;
    max-width: 690px;
}

.single .item_promotion .rules li .rule{
    display: none;
}

.single .item_promotion .rules li.active{
    width: 100%;
}

.single .item_promotion .rules li.active .rule{
    display: block;
}

.single .item_promotion .rules .gift img{
    margin: 0 5px;
    max-width: 18px;
    max-height: 18px;
    vertical-align: middle;
    margin-bottom: 1px;
}

.single .item_rule{
    background-color: #f5f5f5;
    padding: 10px 0;
}

.single .ladMsg {
    min-width: 610px;
    background-color: #f5f5f5;
    padding: 10px 0;
}

.single .ladMsg .tt {
    width: 70px;
}

.single .ladMsg ul li {
    float: left;
    line-height: 30px;
    margin-right: 20px;
}

.single .ladMsg ul li .ladPri {
    font-size: 14px;
    height: 30px;
}

.single .ladMsg ul li .ladPri .prd-price {
    font-size: 20px;
}

.single .ladMsg ul li .ladPri .prd-price.old {
    font-size: 14px;
}

.single .ladMsg ul li.cur .ladPri .prd-price {
    font-weight: bold;
}

.single .item_pic .msg {
    max-width: 85%;
}

.single .item_pic .msg .item {
    max-width: 100%;
    margin-right: 20px;
}

.single .item_pic .msg > *, .item_Num .msg > * {
    display: inline-block;
    vertical-align: top;
}

.single .item_Num .ladderPrices {
    display: none;
}

.single .item_Num_error {
    line-height: 18px;
    margin-top: -8px;
    margin-bottom: 5px;
    visibility: visible;
    height: 15px;
}

.single .item_Num_error.show {
    visibility: visible;
}

.single .item_Num_error .error {
    min-width: 140px;
    text-align: center;
    padding: 0;
    width: 210px;
}
.ifMore{
    position: absolute;
    right: 10px;
    top: 23px;
    color: #999
}
.ifMore i{
    font-size: 16px;
    margin-left: 5px;
    margin-top: -2px
}

/*鏂板璐ㄦ*/

/*.tabbar .download{
  float: right;
  margin: 4px;
}
.tabbar .download a{
    color: #fff;
}*/

.tablist {
    display: none;
}

#tab_certificate {
    width: 100%;
    border: 0 none;
}

/*璐ㄦ鍗曚笅杞�*/
.certificate {
    padding: 20px 0;
    width: 100%;
}

.certificate .tip {
    line-height: 50px;
}

.certificate .cert_search {
    width: 100%;
    overflow: hidden;
}

.certificate .cert_search > * {
    display: inline-block;
    margin-left: 15px;
    line-height: 24px;
}

.certificate .cert_search .d-input {
    width: 122px;
    vertical-align: top;
}

.certificate .cert_search .d-btn {
    vertical-align: top;
}

.certificate .glb_tab_info li {
    width: 16%;
    height: 36px;
}

.certificate .glb_tab_info li.name {
    width: 26%;
}

.certificate .glb_tab_info li.down {
    width: 10%;
}

.certificate .glb_tab_info .tbody li {
    border-right: 1px solid #e6e5e5;
}

.certificate .glb_tab_info .tbody li:last-child {
    border-right: 0 none;
}

/* 浜у搧璧勬枡 */
.material {
    position: relative;
}

.material img {
    display: block;
    margin: 0 auto !important;
    max-width: 970px !important;
}

/* 婊¤禒 */
.promotion_icon{
    border: 1px solid #cc2121;
    color: #cc2121;
    margin-right: 10px;
    border-radius: 3px; 
    padding: 0 2px;
    line-height: 16px;
    margin-top: 3px;
}
.item_promotion_title{
    float: left;
    width: 50px;
}

/* 閫�璐ц鍒� */
.item_return.ped-line .title{
    margin: 0 5px 0 0;
    width: 60px;
    display: inline-block;
}

/* 鍖呴偖 */
.free-express{
    display: none;
    margin: 0 10px;
}
.free-express .look{
    position: relative;
}
.free-express .icon-postage{
    color: #a18c5e;
    vertical-align: bottom;
    margin-right: 2px;
}
.free-express .look > span{
    cursor: pointer;
    padding-right: 5px;
    display: inline-block;
}
.free-express .look .popbox{
    position: absolute;
    top: -20%;
    left: 100%;
    padding: 10px 5px;
    width: 320px;
    max-height: 240px;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.free-express .look .popbox .closeLink{
    font-size: 20px;
    top: 0px;
    right: 20px;
}
#freeExpress{
    max-height: 240px;
    padding: 0 5px;
    overflow: auto;
}
#freeExpress .province{
    /* color: #a18c5e*/
}
#freeExpress ul,#freeExpress .city{
    padding: 0 5px;
}
#freeExpress ul li,#freeExpress .city > *{
    float: left;
    margin-right: 10px;
    color: #999;
}
#freeExpress .city .full{
    width: 100%;
    color: #666;
}
