﻿@charset "utf-8";
/* CSS Document */
/*详情页*/
.drugPrompt {
    line-height: 33px;
    color: #999;
    border-bottom: 1px dashed #cdcdcd;
    padding-left: 6px;
    font-size: 10px;
    -webkit-transform: scale(0.8);
}

.detailTop {
    padding-bottom: 40px;
}

.preview {
    float: left;
    width: 420px;
    position: relative;
    z-index: 2;
}

.mainPic-zoomImg {
    width: 420px;
    height: 420px;
    overflow: hidden;
    position: absolute;
    left: 430px;
    top: 0;
    border: 1px solid #ececec;
    background-color: #fff;
    z-index: 333;
    display: none;
}

    .mainPic-zoomImg img {
        position: absolute;
        top: 0;
        left: 0;
    }

#detail p {
    margin: 5px 0px 0px 0px;
}
/*小图轮播*/
.mainPic {
    position: relative;
}

.imagezoom-lens {
    display: none;
    width: 218px;
    height: 218px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
    background: url(../../Images/images/zoom-move.png);
}

.specPic {
    height: 60px;
    padding: 0 25px;
    margin-top: 22px;
    position: relative;
    overflow: hidden;
}

.specPicPrev, .specPicNext {
    display: block;
    width: 11px;
    height: 20px;
    position: absolute;
    background-position: -76px -15px;
    top: 20px;
}

.specPicPrev {
    left: 5px;
}

.specPicNext {
    background-position: -89px -15px;
    right: 5px;
}

.specPicPrev:hover {
    background-position: -102px -15px;
}

.specPicNext:hover {
    background-position: -115px -15px;
}

.specPiclist ul {
    position: relative;
}

.specPiclist {
    width: 370px;
    height: 60px;
    overflow: hidden;
    position: relative;
}

    .specPiclist li {
        float: left;
        text-align: center;
        width: 74px;
    }

    .specPiclist img {
        width: 56px;
        height: 56px;
        border: 2px solid #fff;
        margin: 0 auto;
    }

        .specPiclist .curr img, .specPiclist img:hover {
            border: 2px solid #4496ee;
        }
/*分享、收藏、举报*/
.action {
    margin-top: 42px;
    padding: 0 32px;
}

.chareBtn {
    margin-right: 24px;
}

    .chareBtn .dow, .chareBtn .up {
        display: inline-block;
        width: 10px;
        height: 6px;
        *display: inline;
        *zoom: 1;
        background: url(../../Images/images/codeBar.png) no-repeat -30px -9px;
    }

    .chareBtn .up {
        background-position: -30px -56px;
    }

.collectBtn {
    position: absolute;
    left: 272px;
}

    .chareBtn i, .collectBtn i {
        width: 11px;
        height: 11px;
        float: left;
        margin: 3px 5px 0 0;
    }

.chareBtn i {
    background-position: -133px -167px;
}

.collectBtn i {
    background-position: -133px -187px;
}

.action a:link, .action a:visited {
    color: #999;
    text-decoration: none;
}

.action a:hover {
    color: #8c8c8c;
}

.chareBtn a, .collectBtn a {
    color: #999;
}

.share-list li a.high {
    background-color: rgba(255,255,255,0.3);
}

.reportBtn a:hover {
    text-decoration: underline;
}

.detailTop .action {
    position: relative;
    top: 0;
    left: 0;
}

.reportBtn a {
    padding-left: 50px;
}

.share-list {
    width: 66px;
    display: none;
    margin-top: 0;
    margin-left: -5px;
}

.action .chareBtn {
    padding-left: 10px;
    position: absolute;
    left: 190px;
    top: 0;
    border: 1px solid #fff;
}

    .action .chareBtn:hover {
        border-color: #e9e9e9;
        padding-bottom: 5px;
    }

.share-list li {
    float: left;
    width: 22px;
    height: 20px;
    display: inline;
    background: url(../../Images/images/share1.jpg) no-repeat;
}

    .share-list li a {
        display: block;
        height: 20px;
        border-radius: 3px;
        width: 22px;
    }

        .share-list li a:hover {
            border-color: #e7e7e7;
        }

.share-list .sina {
    background-position: -1px 0;
}

.share-list .qq {
    background-position: -26px 0;
}

.share-list .ten {
    background-position: -53px 0;
}

.share-list .renren {
    background-position: -75px 0;
}

.share-list .kaixin {
    background-position: -98px 0;
}

.share-list .douban {
    background-position: -122px 0;
}

.share-list .msm {
    background-position: -147px 0;
}

.share-list .email {
    background-position: -170px -2px;
}
/*产品信息*/

.property {
    width: 534px;
    float: left;
    padding: 0 28px 0 17px;
    border-right: 1px solid #f2f2f2;
    position: relative;
    z-index: 1;
}

    .property .name {
        font-size: 16px;
        font-weight: bold;
        color: #333;
    }

    .property .effect {
        font-weight: bold;
        font-size: 14px;
        margin-bottom: 7px;
    }

    .property .lineH14 {
        color: #999;
        line-height: 14px;
        margin-top: 3px;
    }

    .property dt {
        width: 64px;
        color: #999;
    }

    .property .indexPrice dt {
        width: 70px;
        color: #666;
    }

    .property .priceWrap {
        margin-top: 6px;
        line-height: 45px;
    }

        .property .priceWrap span {
            margin-right: 17px;
            float: left;
        }

    .property .price {
        font-size: 30px;
        font-weight: bold;
    }

        .property .price b {
            font-size: 18px;
            font-weight: normal;
            margin-right: 5px;
            float: left;
        }

    .property .promotion {
        line-height: 20px;
    }

        .property .promotion p {
            margin-bottom: 1px;
            color: #333;
        }

        .property .promotion span {
            background-color: #f63334;
            width: 40px;
            height: 19px;
            float: left;
            margin-right: 12px;
            text-align: center;
            color: #fff;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
        }

.promotion.txtRed a {
    cursor: pointer;
}

.labelRed {
    color: #E32727;
    word-break: break-all;
    font-weight: 500;
    font-size:14px;
}

.lineH30 {
    line-height: 30px;
}

.circleWrap dl {
    padding-bottom: 3px;
}

.circleWrap dt {
    margin-top: 4px;
    line-height: 30px;
}

.circleWrap li {
    float: left;
}

.circle li {
    position: relative;
    margin: 4px 6px 0 0;
    height: 30px;
    line-height: 30px;
}

    .circle li div {
        position: relative;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

.circle a {
    display: inline-block;
    border: 1px solid #dad9dc;
    height: 26px;
    padding: 1px 16px;
    line-height: 26px;
    overflow: hidden;
}

.circleWrap a {
    border: 1px solid #b5b4ba;
}

.circle a:link, .circle a:visited {
    color: #333;
    text-decoration: none;
}

.circle a:hover, .pageCurr, .sideCategory .curr a:link, .sideCategory .curr a:visited, .encyclopediaInner p.curr {
    color: #f63334;
}

.circle .curr a {
    border: 2px solid #4998eb;
    padding: 0 15px;
}

.circle .curr i {
    display: block;
    width: 10px;
    height: 10px;
    background-position: -90px 0;
    position: absolute;
    right: 2px;
    bottom: 2px;
}

.property .info {
    padding: 10px 0;
    border-top: 1px dotted #c9c9c9;
    border-bottom: 1px dotted #c9c9c9;
    margin-top: 24px;
    color: #999;
}

    .property .info li {
        float: left;
        width: 33%;
        border-left: 1px solid #e5dfda;
        text-align: center;
    }

        .property .info li.first {
            border: 0;
        }

    .property .info span {
        font-weight: bold;
        font-size: 14px;
        margin-left: 4px;
        line-height: 18px;
    }

.amount {
    line-height: 31px;
    margin-top: 16px;
    color: #999;
}

    .amount input {
        float: left;
        padding: 3px 2px 0px 3px;
        width: 36px;
        height: 26px;
        line-height: 26px;
        border: 1px solid #A7A6AC;
        margin-right: 4px;
    }

    .amount p {
        float: left;
        width: 18px;
        margin-right: 9px;
    }

    .amount i {
        float: left;
        width: 18px;
        height: 14px;
        background-position: -102px 0;
        cursor: pointer;
    }

        .amount i.decrease {
            background-position: -121px 0;
            margin-top: 3px;
        }

    .amount b {
        margin-left: 18px;
    }

.property .buyBtnWrap {
    margin-top: 23px;
    padding-left: 0px;
}

.property .buyBtn {
    float: left;
    width: 178px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
}

a.buyBtn:link, a.buyBtn:visited {
    border: 1px solid #e71e1e;
    text-align: center;
    color: #f63334;
    background-color: #feefef;
    text-decoration: none;
}

a.buyBtn:hover {
    background-color: #fee2e2;
    color: #e60303;
    border: 1px solid #e60303;
}

.property .cartBtn {
    background-color: #c40000;
    float: left;
    font-size: 18px;
    height: 38px;
    line-height: 38px;
    width: 143px;
    /*float: left;
    font-size: 18px;
    height: 52px;
    line-height: 52px;
    margin-left: 10px;
    padding-left: 73px;
    position: relative;
    width: 143px;*/
}

.buyBtnWrap .cartBtn {
    margin-left: 0px;
}

a.cartBtn:hover, .pList a.buyBtn02:hover, .short .arrivalBtn:hover {
    background-color: #e60303;
}

.short .arrivalBtn:hover {
    background-color: #e60303;
    height: 40px;
    border-bottom: none;
}

a.cartBtn.only:link, a.cartBtn.only:visited {
    background-color: #f63334;
}

a.cartBtn.only:hover {
    background-color: #e60303;
    float: left;
    font-size: 18px;
    height: 38px;
    line-height: 38px;
    width: 143px;
}

a.cartBtn:link, a.cartBtn:visited {
    background-color: #f63334;
    text-align: left;
}

a.cartBtn:hover {
    border-bottom: none;
    height: 52px;
    background-color: #e60303;
}

.cartBtn i {
    /*position: absolute;
    left: 30px;
    top: 19px;
    width: 18px;
    height: 16px;
    background-position: -56px 0;*/
    position: absolute;
    left: 20px;
    top: 12px;
    width: 18px;
    height: 16px;
    background-position: -56px 0;
}

.promiseWrap {
    margin-top: 44px;
    line-height: 23px;
}

    .promiseWrap dt {
        float: left;
        width: 64px;
        font-size: 11px;
    }

    .promiseWrap dd {
        float: left;
        font-size: 11px;
    }

.promise {
    margin-right: 40px;
}

    .promise dd i {
        display: block;
        width: 88px;
        height: 17px;
        background-position: 0 -230px;
        margin-right: 17px;
        margin-top: 3px;
    }

        .promise dd i.last {
            background-position: -91px -230px;
        }

        .promise dd i.icons {
            width: 16px;
            height: 16px;
            float: left;
            margin: 3px 5px 0 0;
            background: url(../../Images/sc.png) no-repeat;
            overflow: hidden;
        }
/*.buyPhone{position:relative; cursor:pointer; width:106px; height:145px; padding:11px 11px 0; margin-top:-11px; border:1px solid #fff;}
.buyPhoneOn{border:1px solid #e9e9e9;}
.buyPhoneBar{background:url(../../Images/images/codeBar.png) 60px 0 no-repeat;}
.buyPhone img{width:110px; height:110px; position:absolute; top:38px; left:9px; display:none;}
.buyPhoneOn .buyPhoneBar{background-position:60px -47px;}
.buyPhoneOn img{display:block;}
*/
/*处方药*/
.property .text {
    margin-top: 40px;
    color: #333;
}

.prescriptWrap {
    margin: 22px 0px 22px 0px;
}

    .prescriptWrap .online, .noMatch .online {
        height: 24px;
        line-height: 24px;
        padding-left: 35px;
        border: 1px solid #ccc;
        position: relative;
    }

    .prescriptWrap .online {
        position: relative;
        width: 100px;
        height: 43px;
        border: 1px solid #ccc;
        text-align: center;
        line-height: 43px;
    }

        .prescriptWrap .online a, .noMatch .online a {
            text-decoration: none;
            font-size: 16px;
            font-family: "Microsoft YaHei";
        }

        .prescriptWrap .online i, .noMatch .online i {
            width: 25px;
            height: 27px;
            display: block;
            background-position: -128px -15px;
            position: absolute;
            left: 5px;
            top: -2px;
        }

        .prescriptWrap .online i {
            margin: 5px 8px 0px 5px;
            width: 40px;
            height: 40px;
            background-position: -230px -50px;
        }

    .prescriptWrap .callback {
        margin-left: 11px;
        _display: inline;
        position: relative;
    }

    .prescriptWrap .callbackPhone {
        width: 256px;
        height: 50px;
        position: absolute;
        top: -50px;
        background-color: #fff;
        border: 1px solid #4496ee;
        line-height: 50px;
        text-align: center;
        font-size: 28px;
        color: #4496ee;
        display: none;
        color: #4496ee;
    }

.followNum {
    position: absolute;
    top: -56px;
    left: 0;
    width: 208px;
    height: 54px;
    line-height: 54px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    font-size: 26px;
    color: #000;
    padding-left: 10px;
}
/*温馨提示弹出框*/
.popupBox {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    z-index: 10000002;
    border: 5px solid rgba(0, 0, 0, 0.25); /* border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;*/
}

.callbackTip {
    width: 431px;
}

.popupBox .greenTit {
    height: 40px;
    line-height: 40px;
    background-color: #4496ee;
    color: #fff;
    padding-left: 18px;
    border: 1px solid #177fee;
    font-size: 14px;
}

    .popupBox .greenTit i {
        float: right;
        padding: 0 13px;
        cursor: pointer;
    }

.callbackTip .con {
    padding: 36px 60px 43px 94px;
    color: #888;
}

.callbackTip .hd, .shareSucc .hd {
    font-size: 16px;
    line-height: 30px;
    color: #4496ee;
    font-weight: bold;
    margin-bottom: 4px;
}

.detailIcon {
    background: url(../../Images/images/detailIcon.png) no-repeat;
    overflow: hidden;
}

.callbackTip .hd i, .shareSucc .hd i {
    float: left;
    width: 30px;
    height: 30px;
    margin: 0 6px 0 -6px;
}

.callbackTip .error {
    color: #f63334;
}

    .callbackTip .error i {
        background-position: -32px 0;
    }

.fa0 {
    color: #fa0;
}

.callbackTip .btn, .shareBox .btn {
    display: block;
    width: 74px;
    height: 27px;
    line-height: 27px;
    font-size: 14px;
    font-weight: bold;
    margin: 22px 0 0 68px;
    background-color: #4496ee;
}

    .callbackTip .btn:hover {
        background-color: #328dee;
    }
/*分享弹出框*/
.shareBox {
    width: 539px;
}

    .shareBox .con {
        padding: 29px 25px 15px;
        background-color: #f2f2f2;
    }

    .shareBox .subtitle {
        font-size: 14px;
        color: #999;
        margin-bottom: 6px;
    }

    .shareBox textarea {
        border: 1px solid #ccc;
        width: 467px;
        height: 48px;
        padding: 5px 10px;
        box-shadow: inset -2px 3px 5px #dcdcdc;
        -moz-box-shadow: inset -2px 3px 5px #dcdcdc;
        -webkit-box-shadow: inset -2px 3px 5px #dcdcdc;
        margin-bottom: 11px;
    }

.shareImg {
    margin-bottom: 15px;
}

    .shareImg .subtitle {
        padding-right: 10px;
    }

    .shareImg b {
        color: #535252;
        cursor: pointer;
    }

    .shareImg .wrapCon {
        width: 100%;
        height: 110px;
        overflow: hidden;
        position: relative;
    }

    .shareImg ul {
        margin-right: -16px;
        *margin-right: -12px;
        position: absolute;
    }

    .shareImg li {
        width: 110px;
        height: 110px;
        float: left;
        margin-right: 16px;
        *margin-right: 12px;
        background-color: #fff;
        position: relative;
    }

    .shareImg img {
        width: 106px;
        height: 106px;
        border: 1px solid #d2d2d2;
        padding: 1px;
    }

        .shareImg .curr img, .shareImg img:hover {
            padding: 0;
            border: 2px solid #f63334;
        }

    .shareImg .curr i {
        position: absolute;
        bottom: 2px;
        right: 2px;
        background-position: -68px 0;
        width: 22px;
        height: 22px;
    }

.shareWay {
    height: 40px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    padding: 18px 0 0 13px;
}

    .shareWay dt {
        line-height: 24px;
        padding-right: 5px;
    }

    .shareWay div {
        float: left;
    }

    .shareWay i {
        width: 27px;
        height: 24px;
        display: block;
        margin-left: 6px;
    }

    .shareWay .wechat {
        background-position: 0 -33px;
    }

    .shareWay .qqzone {
        background-position: -32px -33px;
    }

    .shareWay .actived .wechat {
        background-position: 0 -60px;
    }

    .shareWay .actived .qqzone {
        background-position: -32px -60px;
    }

.shareBox .btn {
    margin-left: 0;
    margin: 18px auto 0;
    background: -webkit-gradient(linear,0 0,0 100%,from(#f63334),to(#f63334));
    background: -moz-linear-gradient(center top, #f63334, #f63334);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f63334', endColorstr='#f63334');
}

    .shareBox .btn:hover {
        background: -webkit-gradient(linear,0 0,0 100%,from(#f63334),to(#f86d6d));
        background: -moz-linear-gradient(center top, #f63334, #f86d6d);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f63334', endColorstr='#f86d6d');
    }
/*分享成功弹出框*/
.shareSucc {
    width: 376px;
}

.popupBox .grayTit {
    height: 31px;
    line-height: 31px;
    font-size: 14px;
    padding-left: 18px;
    color: #999;
    background-color: #f3f3f3;
}

    .popupBox .grayTit i {
        float: right;
        width: 9px;
        height: 9px;
        overflow: hidden;
        background: url(../../Images/images/iconLogin.png) 0 -303px no-repeat;
        margin: 13px 13px 0 0;
        cursor: pointer;
    }

.shareSucc .hd {
    padding: 35px 0 0 86px;
}

.shareSucc .thickboxBtn {
    margin: 25px auto 30px;
}

.prescriptWrap .callback input, .noMatch .callback input {
    width: 173px;
    line-height: 20px;
    padding: 2px 10px;
    border: 1px solid #4496ee;
    border-right: 0;
    border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
}

.prescriptWrap .callback input {
    width: 198px;
    height: 39px;
    line-height: 39px;
    font-size: 16px;
    color: #bab9b9;
}

.prescriptWrap .callback span, .noMatch .callback span {
    width: 62px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #4496ee;
    border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    background: #4496ee;
    color: #fff;
    cursor: pointer;
}

.prescriptWrap .callback span {
    width: 100px;
    height: 43px;
    line-height: 43px;
    font-size: 16px;
}

    .prescriptWrap .callback span:hover, .noMatch .callback span:hover {
        background-color: #177FEE;
    }

    .prescriptWrap .callback span:hover {
        background-color: #177FEE;
    }
/*倒计时*/
.countdown i {
    font-size: 16px;
    padding: 1px 4px;
    text-align: center;
    background-color: #52555e;
    color: #fff;
    margin: 13px 1px 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.marketPrice {
    margin-bottom: 20px;
    color: #999;
}
/*下架、缺货*/
.offSell, .short .prompt {
    margin: 30px 0 108px;
    color: #f63334;
    font-weight: bold;
    text-align: center;
}

.short {
    margin-bottom: 48px;
}

    .offSell, .short .prompt {
        margin-bottom: 21px;
        font-size: 16px;
        font-weight: bold;
        color: #f63334;
    }

    .short .arrivalBtn {
        width: 180px;
        height: 38px;
        line-height: 40px;
        background-color: #f63334;
        border-bottom: 2px solid #ad0101;
        display: block;
        margin: 0 auto;
        text-align: center;
        font-size: 16px;
        cursor: pointer;
    }

.suite {
    width: 923px;
    overflow-x: auto;
    overflow-y: hidden;
    float: left;
    padding-bottom: 20px;
}

.recomend .line {
    width: 56px;
    padding-left: 0;
    text-align: center;
    line-height: 113px;
    font-size: 18px;
    color: #ccc;
    background-color: #fff;
    position: absolute;
    left: 860px;
}
/*到货通知弹出框*/
.popup, .joinCart {
    box-shadow: 0 0 8px rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.4);
}

.popup {
    width: 588px;
    background-color: #fff;
}

    .popup .title {
        height: 40px;
        line-height: 40px;
        background-color: #4496ee;
        color: #fff;
        padding-left: 18px;
    }

        .popup .title i {
            float: right;
            padding: 0 13px;
            cursor: pointer;
        }

.arrival .prompt {
    color: #333;
    text-align: center;
    margin-top: 33px;
    font-size: 14px;
}

.arrival .form {
    padding: 30px 0 36px 65px;
}

.form .list {
    padding: 3px 0;
    line-height: 26px;
}

.form .label, .form .field, .form input, .form .error, .form textarea {
    float: left;
}

.form .label {
    width: 80px;
    margin-right: 15px;
    text-align: right;
}

.form .field input {
    width: 148px;
    border: 1px solid #ccc;
    padding: 2px 4px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.form .error {
    margin-left: 14px;
    color: #999;
    _display: inline;
}

.form textarea {
    width: 322px;
    height: 85px;
    border: 1px solid #ccc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.form .code img {
    float: left;
    margin-left: 8px;
    _display: inline;
}

.form .code input {
    width: 100px;
}

.form .code a {
    margin-left: 12px;
    _display: inline;
}

.form .code .change {
    color: #999;
}

.form .btnWrap {
    padding-left: 95px;
    margin-top: 34px;
}

    .form .btnWrap input {
        width: 74px;
        height: 27px;
        line-height: 27px;
        text-align: center;
        margin-right: 8px;
        font-size: 14px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

    .form .btnWrap .submitBtn {
        border: 1px solid #177FEE;
        background-color: #4496ee;
    }

    .form .btnWrap .resetBtn {
        border: 1px solid #ccc;
        background-color: #fff;
        color: #999;
    }

<<<<<<< .mine .form .btnWrap .submitBtn:hover {
    background-color: #328dee;
}

======= .form .btnWrap .submitBtn:hover {
    background-color: #4496ee;
}

> > > > > > > .r43698 .form .btnWrap .resetBtn:hover {
    background-color: #effefb;
}

.book .prompt {
    padding: 105px 0 268px 100px;
    line-height: 35px;
}

    .book .prompt i, .joinCart .prompt i {
        position: static;
        float: left;
        width: 35px;
        height: 35px;
        background-position: -114px -50px;
        margin-right: 20px;
    }
/*成功加入购物车*/
.joinCart {
    width: 550px;
    background-color: #fff;
}

    .joinCart .title {
        height: 32px;
        line-height: 32px;
    }

        .joinCart .title i {
            float: right;
            padding: 0 17px;
            cursor: pointer;
        }

    .joinCart .bd {
        padding: 0 22px 17px;
    }

    .joinCart .prompt {
        border-bottom: 1px dotted #d3d3d3;
        padding-bottom: 22px;
    }

        .joinCart .prompt .first {
            font-size: 14px;
            font-weight: bold;
        }

.joinLike .title {
    height: 38px;
    line-height: 38px;
    padding-left: 5px;
    color: #ccc;
}

.joinLikeBd {
    position: relative;
    zoom: 1;
}

a.joinLikePrev, a.joinLikeNext {
    display: block;
    width: 7px;
    height: 17px;
    position: absolute;
    text-decoration: none;
    top: 50%;
    margin-top: -8px;
}

a.joinLikePrev {
    background-position: -156px -15px;
    left: -11px;
}

a.joinLikeNext {
    background-position: -165px -15px;
    right: -11px;
}

.joinLikeList {
    width: 504px;
    padding-left: 2px;
    height: 122px;
    overflow: hidden;
    position: relative;
}

    .joinLikeList ul {
        position: absolute;
    }

    .joinLikeList li {
        padding-right: 4px;
        float: left;
    }

    .joinLikeList a:link, .joinLikeList a:visited {
        display: block;
        width: 120px;
        height: 120px;
        border: 1px solid #ddd;
        overflow: hidden;
        text-decoration: none;
    }

    .joinLikeList img {
        width: 120px;
        height: 120px;
    }

    .joinLikeList i {
        display: block;
        width: 120px;
        height: 24px;
        background-color: #000;
        opacity: 0.6;
        filter: alpha(opacity=60);
        position: absolute;
        bottom: 1px;
        _margin-left: -123px;
    }

    .joinLikeList span {
        display: block;
        width: 120px;
        height: 24px;
        line-height: 24px;
        overflow: hidden;
        position: absolute;
        bottom: 1px;
        color: #fff;
        font-size: 14px;
        text-align: center;
        _margin-left: -123px;
    }
/*购买了还购买了*/
/*右侧二维码*/
.buyAlso {
    padding: 0 8px;
}

    .buyAlso .redBg {
        background-color: #4496ee;
        height: 52px;
        padding: 10px 15px;
    }

        .buyAlso .redBg span {
            font-size: 14px;
            display: block;
            color: #fff;
            line-height: 120%;
        }

        .buyAlso .redBg .phoneTitle {
            font-weight: bold;
            padding-bottom: 5px;
            line-height: 100%;
        }

    .buyAlso .phoneCode {
        background-color: #fff;
        height: 156px;
        text-align: center;
        border: 1px solid #e6e6e6;
        border-bottom: 0;
    }

        .buyAlso .phoneCode span.loadCut {
            display: block;
            font-size: 12px;
            font-weight: bold;
            color: #333;
            padding: 12px 0px;
        }

.phoneCode img {
    width: 108px;
    height: 107px;
}

.buyAlso .hd {
    height: 15px;
    overflow: hidden;
    color: #999;
    position: relative;
}

    .buyAlso .hd i {
        display: block;
        width: 100%;
        height: 0;
        border-top: 1px dotted #c9c9c9;
        position: absolute;
        top: 8px;
        left: 0;
    }

    .buyAlso .hd span {
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 15px;
        padding: 0 5px;
    }

.buyAlso .wrapCon, .drugList .wrapCon, .sideHot .wrapCon {
    height: 486px;
    overflow: hidden;
    position: relative;
}

.switchable {
    padding: 0 12px;
    position: relative;
}

    .switchable li {
        height: 155px;
        padding-top: 7px;
    }

    .switchable img {
        width: 110px;
        height: 110px;
    }

.pImg {
    text-align: center;
    margin-bottom: 6px;
}

.pImgs {
    width: 219px;
    text-align: center;
    margin-bottom: 6px;
}

.buyAlso .price {
    font-size: 14px;
    color: #f63334;
    font-weight: bold;
    text-align: center;
    line-height: 18px;
}

    .buyAlso .price b {
        font-size: 12px;
        font-weight: bold;
    }

.buyAlso .pName {
    text-align: center;
}

.pName {
    height: 18px;
    overflow: hidden;
}

.trigger {
    padding: 23px 52px 15px;
}

    .trigger li {
        float: left;
        width: 24px;
        height: 15px;
        cursor: pointer;
    }

    .trigger .prevBtn {
        background-position: -20px -15px;
    }

        .trigger .prevBtn:hover {
            background-position: -20px -33px;
        }

    .trigger .nextBtn {
        float: right;
        background-position: -46px -15px;
    }

        .trigger .nextBtn:hover {
            background-position: -46px -33px;
        }
/*最佳推荐*/
.recomend .hd span {
    float: left;
    padding: 0 22px;
    line-height: 42px;
    border-top: 2px solid #4496ee;
    font-weight: bold;
}

.recomend .bd {
    padding: 18px 60px 18px 36px;
    overflow: hidden;
}

.suite {
    width: 910px;
    overflow: hidden;
    float: left;
    padding-bottom: 20px;
    position: relative;
}

    .suite ul {
        position: relative;
    }

.suiteScrollLeft {
    width: 100%;
    height: 5px;
    position: absolute;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #e6e6e6;
    overflow: hidden;
    margin-top: 10px;
}

    .suiteScrollLeft div {
        width: 100px;
        height: 5px;
        cursor: pointer;
        position: absolute;
        background-color: #a8a8a8;
        overflow: hidden;
    }

.recomend li {
    float: left;
}

    .recomend li i {
        float: left;
        width: 10px;
        height: 10px;
        background-position: -156px 0;
        margin: 60px 21px 0;
        _display: inline;
    }

    .recomend li div {
        float: left;
        width: 130px;
    }

.recomend .pImg img {
    width: 130px;
    height: 130px;
}

.recomend input {
    vertical-align: middle;
}

.recomend .price, .postage table, .txtCent, .record table {
    text-align: center;
}

.recomend .info {
    width: 120px;
    padding-left: 60px;
    position: relative;
}

.recomend .infoHd {
    font-weight: bold;
    margin-bottom: 13px;
}

.recomend .info i {
    display: block;
    width: 10px;
    height: 6px;
    background-position: -169px 0;
    position: absolute;
    left: 15px;
    top: 60px;
}

.recomend .jxPrice {
    font-size: 14px;
    font-weight: bold;
    margin-left: 4px;
}

.recomend .buyBtn {
    width: 112px;
    height: 25px;
    line-height: 25px;
    display: block;
    margin-top: 8px;
}

.recomend .cartBtn:link, .recomend .cartBtn:visited {
    width: 114px;
    height: 25px;
    font-size: 12px;
    line-height: 27px;
    display: block;
    text-align: center;
    margin-top: 8px;
    padding-left: 0px;
    margin-left: 0px;
}

.recomend .cartBtn:hover {
    height: 27px;
}

.mt20 {
    margin-top: 20px;
}

.colSub {
    width: 190px;
}

.colMain {
    width: 1200px;
}

.w1200 .colMain {
    width: 1200px;
}
/*相关分类*/
.titleSame {
    line-height: 39px;
    color: #333;
    padding-left: 12px;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
}

.relateSort ul {
    padding: 8px 0 8px 11px;
}

.relateSort li {
    float: left;
    width: 74px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 15px;
    _display: inline;
}
/*同类其它品牌*/
.relateBlank ul {
    padding: 8px 0 18px 11px;
}

.relateBlank li {
    float: left;
    width: 80px;
    height: 32px;
    overflow: hidden;
    margin: 6px 8px 0 0;
    _display: inline;
}

.relateBlank img {
    width: 80px;
    height: 32px;
}
/*排行榜*/
.drugList .inner {
    padding: 0 1px;
}

.drugList .tab {
    border-bottom: 1px solid #4496ee;
    line-height: 29px;
}

    .drugList .tab li {
        float: left;
        width: 33%;
        cursor: pointer;
        text-align: center;
        position: relative;
    }

        .drugList .tab li.curr, .commentUse span:hover, .changeBtn:hover, .sideCategory a:link, .sideCategory a:visited, .titleEqually .changeBtn:hover, .ftPlistBox .changeBtn a:hover, .selected a.resetBtn:hover, #searchNone .selected a.resetBtn {
            color: #4496ee;
        }

    .drugList .tab span {
        width: 6px;
        height: 4px;
        background-position: 0 -5px;
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -3px;
    }

.drugList .bd {
    display: none;
}

.drugList .price, .categoryTab a {
    color: #333;
}

.drugList .pVolume, .percent dt span {
    color: #999;
}
/*商品信息*/
.detailBar {
    background: url(../../Images/images/detailTabBg.jpg);
    border: 1px solid #ccc;
    position: relative;
    height: 38px;
    line-height: 38px;
    z-index: 1;
    padding-right: 10px;
}

    .detailBar ul {
        position: absolute;
        top: -1px;
        left: 0;
    }

.detailTab li {
    float: left;
    border: 1px solid #ccc;
    line-height: 38px;
    padding: 0 25px;
    font-size: 14px;
    color: #333;
    margin-left: -1px;
    cursor: pointer;
}

    .detailTab li.curr {
        background: none;
        background-color: #4496ee;
        color: #fff;
        border: 1px solid #4496ee;
    }

.detailTab .hover {
    background-color: #4496ee;
    color: #fff;
}

.detailTab li.curr span, .detailTab li:hover span {
    color: #fff;
}

.detailApp {
    position: relative;
    cursor: pointer;
    left: 0;
    top: 0;
}

.detailAppBar {
    background: url(../../Images/images/codeBar.png) 160px -94px no-repeat;
    padding-right: 35px;
}

.detailApp img {
    width: 110px;
    height: 110px;
    position: absolute;
    top: 38px;
    right: 0px;
    display: none;
}

.detailAppOn .detailAppBar {
    background-position: 160px -145px;
}
/*.detailAppOn img{display:block;}*/
.detailBar .cartBtn {
    width: 70px;
    height: 25px;
    line-height: 25px;
    position: relative;
    margin: 7px 4px 0 19px;
    _display: inline;
    padding-left: 30px;
}

.detailBar i {
    position: absolute;
    left: 10px;
    top: 6px;
    width: 15px;
    height: 12px;
    background-position: -76px 0;
}
/*产品参数*/
.parameterPrompt {
    color: #999;
    line-height: 20px;
    border-bottom: 1px dashed #e7e7e7;
    font-size: 12px;
}

.detailConWrap {
    position: relative;
    background-color: #fff;
}

.detailCon {
    width: 1200px;
    border-right: 10px solid #f5f5f5;
}

.parameter {
    padding: 23px 21px 10px;
    line-height: 24px;
    font-size: 11px;
}

    .parameter dt {
        float: left;
    }

    .parameter dd {
        float: left;
    }

.detailTopNav {
    height: 29px;
    line-height: 29px;
    font-size: 20px;
    color: #f63334;
    background: url(../../Images/images/detailTopNav.jpg) 33px 0 no-repeat #f63334;
    padding-left: 54px;
    margin: 20px 0 10px;
}

    .detailTopNav span {
        display: inline-block;
        width: 88px;
        text-align: center;
    }

.detailSub {
    width: 180px;
    background-color: #fff;
    padding: 0 10px 30px;
}

.pagePro {
    padding: 25px 0 27px;
    border-bottom: 1px solid #efefef;
}

    .pagePro .pImg {
        margin-bottom: 9px;
    }

        .pagePro .pImg img {
            width: 120px;
            height: 120px;
        }

    .pagePro .pName {
        height: auto;
        margin-bottom: 5px;
    }

    .pagePro .priceWrap {
        float: left;
        width: 85px;
    }

    .pagePro .price {
        color: #f63334;
        font-size: 14px;
        font-weight: bold;
        line-height: 16px;
        width: 85px;
        height: 16px;
        overflow: hidden;
    }

    .pagePro .del {
        line-height: 16px;
        color: #999;
        width: 85px;
        height: 16px;
        overflow: hidden;
    }

    .pagePro .cartBtn:link, .pagePro .cartBtn:visited {
        float: right;
        position: relative;
        width: 67px;
        height: 26px;
        margin-left: 0px;
        font-size: 12px;
        line-height: 28px;
        padding-left: 25px;
    }

    .pagePro .cartBtn:hover {
        height: 28px;
        background-color: #f63334;
        font-size: 12px;
        margin-left: 0px;
    }

    .pagePro i {
        position: absolute;
        left: 6px;
        top: 8px;
        width: 15px;
        height: 12px;
        background-position: -76px 0;
    }

.detailNav {
    width: 120px;
    margin-left: 69px;
    margin-top: 26px;
}

    .detailNav li {
        line-height: 36px;
        position: relative;
        zoom: 1;
    }

    .detailNav a {
        color: #999;
    }

        .detailNav a:hover, .detailNav .curr a {
            color: #f63334;
            text-decoration: none;
        }

    .detailNav i {
        position: absolute;
        right: 126px;
        top: 50%;
        margin-top: -4px;
        width: 8px;
        height: 8px;
        background: url(../../Images/images/icon.png) -208px -179px no-repeat;
        overflow: hidden;
    }

    .detailNav a:hover i, .detailNav .curr i {
        width: 16px;
        height: 12px;
        overflow: hidden;
        background-position: -208px -164px;
        margin-top: -8px;
    }
/*说明书*/
.detailIntro {
    border: 2px solid #ccf0e8;
    margin: 0 19px 0 24px;
    padding: 18px 0 34px 0;
    color: #333;
}

    .detailIntro .title {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }

    .detailIntro .prompt {
        margin-top: 6px;
        text-align: center;
    }

    .detailIntro .bd {
        margin-top: 42px;
        padding: 0 112px 0 34px;
    }

    .detailIntro dt {
        font-size: 14px;
        font-weight: bold;
    }

    .detailIntro .warn {
        text-align: center;
        margin-top: 34px;
    }
/*服务承诺*/
.detailService {
    padding: 30px 0 40px 20px;
}

.serviceBanner {
    background: url(../../Images/images/serviceBg.png) 0 0 no-repeat;
    width: 750px;
    height: 750px;
    position: relative;
}

.servicePic {
    padding: 90px 0 0 90px;
    height: 570px;
    overflow: hidden;
}

    .servicePic li {
        display: none;
        width: 570px;
        height: 570px;
    }

.serviceStr {
    position: absolute;
    background: url(../../Images/images/iconService.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
}

.serviceBanner .pic_01 {
    width: 76px;
    height: 112px;
    left: 337px;
    top: 8px;
}

.serviceBanner .pic_02 {
    width: 91px;
    height: 90px;
    right: 104px;
    top: 104px;
    background-position: -79px 0;
}

.serviceBanner .pic_03 {
    width: 112px;
    height: 82px;
    right: 8px;
    top: 337px;
    background-position: -173px 0;
}

.serviceBanner .pic_04 {
    width: 91px;
    height: 90px;
    right: 104px;
    bottom: 104px;
    background-position: -288px 0;
}

.serviceBanner .pic_05 {
    width: 76px;
    height: 112px;
    left: 337px;
    bottom: 8px;
    background-position: -382px 0;
}

.serviceBanner .pic_06 {
    width: 91px;
    height: 90px;
    left: 104px;
    bottom: 104px;
    background-position: -461px 0;
}

.serviceBanner .pic_07 {
    width: 112px;
    height: 82px;
    left: 8px;
    top: 337px;
    background-position: -555px 0;
}

.serviceBanner .pic_08 {
    width: 91px;
    height: 90px;
    left: 104px;
    top: 104px;
    background-position: -672px 0;
}

.serviceBanner .pic_01:hover {
    background-position: 0 -121px;
}

.serviceBanner .pic_02:hover {
    background-position: -79px -121px;
}

.serviceBanner .pic_03:hover {
    background-position: -173px -121px;
}

.serviceBanner .pic_04:hover {
    background-position: -288px -121px;
}

.serviceBanner .pic_05:hover {
    background-position: -382px -121px;
}

.serviceBanner .pic_06:hover {
    background-position: -461px -121px;
}

.serviceBanner .pic_07:hover {
    background-position: -555px -121px;
}

.serviceBanner .pic_08:hover {
    background-position: -672px -121px;
}

.serviceBanner .pic_01.active {
    background-position: 0 -121px;
}

.serviceBanner .pic_02.active {
    background-position: -79px -121px;
}

.serviceBanner .pic_03.active {
    background-position: -173px -121px;
}

.serviceBanner .pic_04.active {
    background-position: -288px -121px;
}

.serviceBanner .pic_05.active {
    background-position: -382px -121px;
}

.serviceBanner .pic_06.active {
    background-position: -461px -121px;
}

.serviceBanner .pic_07.active {
    background-position: -555px -121px;
}

.serviceBanner .pic_08.active {
    background-position: -672px -121px;
}
/*服务承诺中药监资格证书*/
.drugCerWrap {
    background: url(../../Images/images/servicePic03.png);
    position: relative;
}

.drugCer {
    height: 432px;
    overflow: hidden;
}

.drugCerItem {
    width: 383px;
    text-align: center;
    margin: 0 auto;
}

    .drugCerItem .hd {
        font-size: 14px;
        color: #333;
        padding: 96px 0 35px;
    }

    .drugCerItem img {
        width: 383px;
        height: 280px;
    }

.drugCerPrev, .drugCerNext {
    display: block;
    width: 15px;
    height: 24px;
    position: absolute;
    background-position: -193px -15px;
    top: 50%;
    margin-top: -12px;
}

.drugCerPrev {
    left: 44px;
}

.drugCerNext {
    background-position: -210px -15px;
    right: 44px;
}

.drugCerPrev:hover {
    background-position: -227px -15px;
}

.drugCerNext:hover {
    background-position: -244px -15px;
}
/*商品评价*/
.comment .hd {
    line-height: 34px;
    font-size: 14px;
    padding: 0 20px;
}

.comment .bd {
    padding: 13px 0 30px;
    height: 74px;
}

.rate {
    float: left;
    width: 216px;
    text-align: center;
    color: #999;
}

    .rate .degree {
        font-size: 48px;
        line-height: 50px;
        color: #f63334;
    }

        .rate .degree span {
            font-size: 24px;
            line-height: 26px;
        }

.percent {
    float: left;
    margin-left: 15px;
}

    .percent dl {
        padding: 2px 0;
    }

    .percent dt {
        float: left;
        width: 75px;
    }

    .percent .line {
        width: 100px;
        height: 10px;
        float: left;
        background-color: #efefef;
        margin-top: 5px;
        overflow: hidden;
    }

        .percent .line div {
            background: -webkit-gradient(linear,0 0,0 100%,from(#f97474),to(#f63334));
            background: -moz-linear-gradient(center top, #f97474, #f63334);
            height: 10px;
            width: 0px;
            overflow: hidden;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f97474', endColorstr='#f63334');
        }

.point, .commentList dd, .categoryItem dl, .categoryItem dd, .brandBd, .encyclopediaNav li, .encyclopediaBd {
    overflow: hidden;
    zoom: 1;
}

.point {
    float: right;
    width: 210px;
    border-left: 1px dashed #dbdbdb;
    text-align: center;
    padding-top: 19px;
    height: 55px;
}
/*商品评价列表*/
.commentWrap {
    padding-bottom: 20px;
}

.commentTab {
    padding-left: 17px;
    border-bottom: 1px solid #e9e8e8;
}

    .commentTab li {
        float: left;
        line-height: 28px;
        padding: 0 8px;
        margin-right: 21px;
        cursor: pointer;
    }

        .commentTab li.curr {
            border-bottom: 2px solid #f63334;
            margin-bottom: -1px;
            font-weight: bold;
        }

.commentList {
    padding: 0 8px 0 17px;
    display: none;
}

    .commentList dl {
        padding: 40px 37px 19px 0;
        border-bottom: 1px dashed #dedede;
    }

    .commentList dt {
        margin-right: 28px;
    }

.userName {
    float: left;
    width: 126px;
}

.userScore {
    float: left;
}

    .userScore i {
        float: left;
        width: 87px;
        height: 14px;
        background-position: -90px -211px;
    }

.score_05 i {
    background-position: 0 -211px;
}

.score_04 i {
    background-position: -18px -211px;
}

.score_03 i {
    background-position: -36px -211px;
}

.score_02 i {
    background-position: -54px -211px;
}

.score_01 i {
    background-position: -72px -211px;
}

.userScore span {
    margin-left: 18px;
    font-weight: bold;
}

.userTime {
    float: right;
    color: #999;
}

.userText {
    line-height: 24px;
    margin-top: 11px;
}

.commentUse {
    margin-top: 7px;
    color: #999;
}

    .commentUse span {
        margin-left: 15px;
        cursor: pointer;
    }
/*翻页*/
.page {
    line-height: 27px;
    padding: 40px 0 33px;
}

.commentWrap .page {
    padding-right: 26px;
}

.pageNum a, .pageNum b {
    float: left;
}

.pagePrev, .pageNext, .pageNum a {
    border: 1px solid #ddd;
}

.pageNum a, .pageNum b {
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    margin-right: 4px;
}

    .pageNum a:hover, .pageSkip button:hover {
        background-color: #f63334;
        border: 1px solid #e60303;
        color: #fff;
        text-decoration: none;
    }

.pageBreak {
    color: #aaa;
}

b.pagePrev, b.pageNext {
    color: #bcbcbc;
}

.pageSkip {
    margin-left: 13px;
    _display: inline;
}

    .pageSkip span, .pageSkip input, .pageSkip button {
        float: left;
    }

    .pageSkip input, .pageSkip button {
        border: 1px solid #ddd;
        padding: 0 10px;
        height: 25px;
        line-height: 25px;
        text-align: center;
    }

    .pageSkip button {
        background-color: #fff;
        height: 27px;
        line-height: 27px;
        color: #666;
        margin-left: 5px;
        _display: inline;
    }
/*说明书*/
.intro {
    padding: 15px 18px;
    color: #999;
}

    .intro td {
        border: 1px solid #e9e8e8;
        padding: 10px;
    }
/*成交记录*/
.record {
    padding: 10px 14px 0;
}

    .record .hd {
        padding-left: 8px;
    }

        .record .hd span {
            margin-left: 20px;
        }

    .record .prompt {
        margin-top: 11px;
        padding: 0 0 5px 8px;
        border-bottom: 1px dashed #dedede;
    }

        .record .prompt i {
            float: left;
            width: 12px;
            height: 11px;
            background-position: -141px 0;
            margin: 3px 10px 0 0;
        }

    .record td {
        border-bottom: 1px dashed #ecebeb;
    }

    .record th {
        border-bottom: 1px solid #e9e8e8;
    }

    .record td, .record th {
        padding: 10px;
    }
/*公司资质*/
.qualification {
    padding: 37px 29px 0;
}

    .qualification .bd, .certificate .bd {
        padding: 35px 0 80px;
        text-align: center;
    }

    .qualification img {
        width: 570px;
        height: 417px;
        overflow: hidden;
    }
/*浏览过还浏览*/
.browse .hd {
    padding-left: 21px;
}

.changeWrap {
    height: 36px;
    line-height: 36px;
    position: relative;
}

.browse .hd span {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.changeBtn {
    position: absolute;
    top: 0;
    right: 20px;
    cursor: pointer;
    color: #aaa;
}

    .changeBtn i {
        float: left;
        width: 10px;
        height: 12px;
        background-position: -163px -166px;
        margin: 12px 5px 0 0;
    }

    .changeBtn:hover i {
        background-position: -163px -187px;
    }

.pList {
    padding: 14px 0 18px 9px;
    _overflow: hidden;
    zoom: 1;
    overflow: hidden;
    position: relative;
}

    .pList ul {
        margin: -10px -17px 0 0;
        position: relative;
    }

    .pList li {
        float: left;
        width: 288px;
        height: 400px;
        overflow: hidden;
        _display: inline;
        position: relative;
        border: 1px solid #eee;
        margin: 0 25px;
    }

    .pList .inner {
        padding: 0 8px 13px;
        border: 1px solid #fff;
        position: absolute;
        background-color: #fff;
        width: 225px;
        height: 404px;
    }

.tag_bg {
    background: url(../../Images/images/tag.png) no-repeat;
    overflow: hidden;
}

.storeUp {
    width: 70px;
    height: 23px;
    line-height: 23px;
    background-color: #f3f1f1;
    position: absolute;
    top: 5px;
    left: 20px;
    cursor: pointer;
    color: #a5a5a5;
}

    .storeUp i {
        float: left;
        width: 11px;
        height: 11px;
        background-position: -146px -187px;
        margin: 6px 4px 0 7px;
    }

.tag {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 5px;
    right: 20px;
    color: #fff;
    text-align: center;
    line-height: 36px;
}

.pList .pImg img {
    width: 219px;
    height: 219px;
    border: 1px solid #fff;
}

.pList .pImgs img {
    width: 219px;
    height: 219px;
    border: 1px solid #fff;
}

.pList .curr img {
    border: 1px solid #fff;
}

.pName02 {
    height: 50px;
    width: 85%;
    margin: 0 5px;
    overflow: hidden;
}

    .pName02 a:link, .pName02 a:visited {
        color: #333;
    }

.pList .priceWrap {
    margin: 8px 0 6px;
    color: #999;
    line-height: 24px;
}

.quantityWrap {
    position: relative;
}

.pList .price {
    font-size: 16px;
    font-weight: bold;
    color: #f63334;
    width: 64px;
}

    .pList .price b {
        font-size: 12px;
        font-weight: bold;
    }

.pList .volume {
    width: 92px;
}

.quantity {
    margin-top: 1px;
}
    /*.quantity span{float:left; width:32px; height:21px; line-height:21px; border:1px solid #e6e6e6; text-align:center; cursor:pointer; color:#333;}*/
    .quantity span {
        float: left;
        width: 21px;
        height: 21px;
        display: inline-block;
        border: 1px solid #e6e6e6;
        vertical-align: middle;
        text-align: center;
    }

    .quantity i.reduce {
        background-position: -272px -75px;
        width: 7px;
        height: 1px;
        display: inline-block;
        margin-top: 10px;
        cursor: pointer;
    }

    .quantity i.increase {
        background-position: -272px -76px;
        width: 9px;
        height: 10px;
        display: inline-block;
        margin-top: 4px;
        cursor: pointer;
    }

    .quantity input {
        float: left;
        width: 32px;
        height: 21px;
        line-height: 16px;
        border: 1px solid #e6e6e6;
        margin: 0px 4px;
        background-color: #fff;
        text-align: center;
    }

.pList a.cartBtn02:link, .pList a.cartBtn02:visited {
    width: 78px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background-color: #f63334;
    text-decoration: none;
    margin-left: 8px;
    _display: inline;
}

.pList a.cartBtn02:hover {
    background-color: #d70100;
}

.pList a.buyBtn02 {
    width: 80px;
    height: 26px;
    line-height: 26px;
    background-color: #f63334;
    margin-left: 8px;
    _display: inline;
}

.pList .callback {
    width: 150px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #e71e1e;
    margin-left: 8px;
    _display: inline;
}

    .pList .callback input {
        width: 86px;
        height: 20px;
        line-height: 20px;
        padding: 2px 4px;
    }

    .pList .callback span {
        cursor: pointer;
        color: #333;
    }

.callback.goodRecommend input {
    width: 86px;
    height: 20px;
    line-height: 20px;
    padding: 2px 4px;
}

.callback.goodRecommend {
    width: 142px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #f63334;
    _display: inline;
    padding-right: 4px;
}

    .callback.goodRecommend span {
        cursor: pointer;
        color: #333;
    }

.callbackPhone1 {
    width: 190px;
    height: 40px;
    position: absolute;
    top: -40px;
    background-color: #fff;
    border: 1px solid #4496ee;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #4496ee;
    display: none;
    color: #4496ee;
    overflow: hidden;
}

.browse .pList {
    padding: 14px 1px 0;
    position: relative;
    overflow: hidden;
    *width: 1000px;
}

.browse ul {
    margin-right: -4px;
}

.browse li {
    width: 260px;
    margin-right: 4px;
}

.browse .pImg img {
    width: 228px;
    height: 228px;
    border: 1px solid #fff;
    margin-left: -50px;
}

.browse a.cartBtn02 {
    margin-left: 5px;
}

.browse a.buyBtn02 {
    margin-left: 4px;
    *margin-left: 3px;
}

.browse .callback {
    width: 145px;
    margin-left: 3px;
    *margin-left: 1px;
}

.pList a.online {
    margin-left: 0;
}

/*搜索有结果*/
.sideCategory {
    border: 1px solid #e5e5e5;
    border-bottom: 0;
}

    .sideCategory .item {
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 20px;
    }

    .sideCategory .title {
        font-size: 14px;
        background-color: #fafafa;
        color: #333;
        border-bottom: 1px solid #e5e5e5;
        padding-left: 12px;
        height: 38px;
        line-height: 38px;
        overflow: hidden;
    }

    .sideCategory .hd {
        font-weight: bold;
        color: #333;
        padding: 14px 0 0 12px;
    }

        .sideCategory .hd a {
            color: #333;
        }

    .sideCategory .h240 {
        height: 240px;
        overflow: hidden;
    }

    .sideCategory ul {
        padding: 10px 0 0 18px;
    }

    .sideCategory li {
        line-height: 24px;
        float: left;
        margin-right: 13px;
        white-space: nowrap;
    }

    .sideCategory .more {
        margin-bottom: 4px;
        padding-left: 18px;
    }

.sideHot {
    border: 1px solid #e5e5e5;
}

    .sideHot .title {
        height: 38px;
        line-height: 38px;
        font-size: 14px;
        color: #333;
        background-color: #fafafa;
        border-bottom: 1px solid #e5e5e5;
    }

        .sideHot .title span {
            margin-right: 10px;
        }

        .sideHot .title i {
            float: left;
            width: 3px;
            height: 3px;
            background-position: -181px 0;
            margin: 18px 9px 0 13px;
        }
/*精品推荐*/
.fineRcommend {
    background-color: #f1f1f1;
    padding: 16px 0 16px 28px;
    margin-bottom: 23px;
}

    .fineRcommend .title {
        float: left;
        margin: -16px 37px 0 0;
    }

    .fineRcommend dl {
        background-color: #fff;
        padding: 11px;
        width: 231px;
        height: 100px;
        float: left;
        margin-right: 40px;
        _display: inline;
    }

    .fineRcommend dt {
        float: left;
        padding-right: 8px;
    }

    .fineRcommend dd {
        overflow: hidden;
        zoom: 1;
        padding-top: 7px;
    }

    .fineRcommend dl img {
        width: 100px;
        height: 100px;
    }

    .fineRcommend .priceWrap {
        margin-top: 6px;
    }

    .fineRcommend .price {
        margin-right: 16px;
    }

        .fineRcommend .price b {
            font-size: 14px;
            font-weight: bold;
        }

    .fineRcommend a.buyBtn02 {
        display: block;
        width: 70px;
        height: 23px;
        line-height: 23px;
        background-color: #f63334;
        text-align: center;
        color: #fff;
        text-decoration: none;
        margin-top: 3px;
    }

.searchResult {
    margin-bottom: 19px;
    padding-left: 15px;
}

    .searchResult span {
        font-weight: bold;
        margin-right: 30px;
    }
/*相关搜索*/
.relateSearch {
    padding: 5px 0 5px 15px;
    border: 1px solid #f3f0ee;
    line-height: 14px;
}

    .relateSearch dt {
        float: left;
        color: #999;
        margin: 2px 13px 0 0;
    }

    .relateSearch dd {
        overflow: hidden;
        zoom: 1;
    }

    .relateSearch div {
        float: left;
        padding: 0 20px;
        margin: 2px 0;
        border-right: 1px solid #d7d6d6;
    }

    .relateSearch .curr a, .relateSearch a:hover {
        color: #4496ee;
        text-decoration: none;
    }
/*分类选择*/
.select {
    border: 1px solid #e5e5e5;
    padding: 0 15px;
    margin-top: 12px;
}

.selected {
    height: 29px;
    line-height: 29px;
    padding: 4px 0;
}

    .selected ul {
        padding-top: 4px;
    }

    .selected li {
        float: left;
        margin-right: 10px;
        padding: 0 19px 0 5px;
        height: 18px;
        line-height: 18px;
        border: 1px solid #f63334;
        position: relative;
    }

        .selected li a:link, .selected li a:visited {
            color: #f63334;
            text-decoration: none;
        }

        .selected li i {
            display: block;
            width: 6px;
            height: 6px;
            background-position: -187px 0;
            position: absolute;
            top: 50%;
            margin-top: -3px;
            right: 6px;
        }

    .selected a.resetBtn i {
        float: left;
        width: 9px;
        height: 9px;
        background-position: -196px -164px;
        margin: 10px 4px 0 0;
    }

    .selected a.resetBtn {
        color: #999;
        text-decoration: none;
        margin-left: 10px;
        _display: inline;
    }

        .selected a.resetBtn:hover i {
            background-position: -196px -174px;
        }

.select dl {
    border-top: 1px dashed #e5e5e5;
    padding: 5px 0 7px;
}

.select dt {
    width: 71px;
    text-align: right;
    line-height: 24px;
}

.selectBrand dt {
    margin-top: 32px;
}

.select dd {
    width: 897px;
}

.selectLetter {
    padding: 8px 0 8px 73px;
}

    .selectLetter li {
        float: left;
        height: 16px;
        line-height: 16px;
        margin-right: 18px;
        padding: 0 4px;
        cursor: pointer;
    }

        .selectLetter li.curr, .selectLetter li:hover, .select p.curr a {
            background-color: #4496ee;
            color: #fff;
            border-radius: 2px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
        }

.select .unlimited {
    width: 73px;
    line-height: 24px;
    text-align: center;
}

.selectList ul {
    width: 824px;
}

.selectList li {
    line-height: 24px;
    margin-right: 36px;
}

    .selectList li a:hover {
        color: #4496ee;
    }

.selectBrand .selectList li {
    float: left;
    width: 99px;
    height: 24px;
    overflow: hidden;
    margin-right: 16px;
}

.selectList a {
    padding: 1px 4px;
}

.selectList .curr a {
    background-color: #4496ee;
    color: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-decoration: none;
}

    .selectList .curr a:hover {
        background-color: #4496ee;
        color: #fff;
    }

.selectPrice .selectList li {
    float: left;
}

.selectCategory .selectList li {
    float: left;
    margin-right: 13px;
}
/*排序*/
.sortWrap {
    height: 24px;
    line-height: 24px;
    padding: 2px 15px;
    border: 1px solid #e5e5e5;
    margin-top: 13px;
}

.sort dd {
    float: left;
}

.sort a {
    display: inline-block;
    padding: 0 11px;
    margin-right: 3px;
    position: relative;
    zoom: 1;
}

.sort .curr a {
    padding-right: 20px;
}

.sort a:link, .sort a:visited {
    color: #999;
    text-decoration: none;
}

.sort a:hover, .sort .curr a {
    color: #666;
    background-color: #ecebeb;
}

.sort .curr i {
    display: block;
    position: absolute;
    width: 7px;
    height: 9px;
    top: 7px;
    right: 11px;
    zoom: 1;
}

.sort .curr .down i {
    background-position: -89px -36px;
}

.sort .curr .up i {
    background-position: -97px -36px;
}

.stock {
    margin-left: 29px;
}

    .stock input {
        margin: 5px 5px 0 0;
        *margin: 1px 1px 0 0;
        float: left;
    }
/*产品顶部翻页*/
.topPage span {
    margin-right: 20px;
}

.topPage b {
    color: #cacaca;
}

.topPagePrev {
    padding-left: 8px;
    position: relative;
    zoom: 1;
}

.topPageNext {
    padding-right: 8px;
    position: relative;
    zoom: 1;
}

.topPage a:hover {
    text-decoration: none;
}

.topPage i {
    display: block;
    width: 5px;
    height: 9px;
    position: absolute;
}

a.topPagePrev i {
    background-position: -179px -174px;
    left: 0;
    top: 50%;
    margin-top: -5px;
}

b.topPagePrev i {
    background-position: -179px -164px;
    left: 0;
    top: 50%;
    margin-top: -5px;
}

a.topPageNext i {
    background-position: -186px -174px;
    right: 0;
    top: 50%;
    margin-top: -5px;
}

b.topPageNext i {
    background-position: -186px -164px;
    right: 0;
    top: 50%;
    margin-top: -5px;
}

a.topPagePrev:hover i {
    background-position: -179px -184px;
}

a.topPageNext:hover i {
    background-position: -186px -184px;
}
/*产品*/
.pListShow {
    padding: 8px 0 0;
}

    .pListShow ul {
        margin: -10px -22px 0 0;
        margin-bottom: 50px;
    }

    .pListShow li {
        position: relative;
        float: left;
        height: 387px;
        margin: 10px 27px 0 0;
        _display: inline;
        border: 1px solid #fff;
        overflow: visible;
        width: 210px;
    }

        .pListShow li .inner {
            float: left;
            height: 387px;
            overflow: hidden;
        }

        .pListShow li .curr {
            position: absolute;
            z-index: 554;
            left: 0px;
            top: 0px;
            border: 1px solid #dcdcdc;
            width: 222px;
        }

    .pListShow .curr .borderBg {
        position: absolute;
        z-index: -1;
        top: -6px;
        left: -6px;
        width: 100%;
        height: 100%;
        display: block;
        border: 6px solid #fafafa;
    }

    .pListShow .curr img {
        border: 1px solid #fff;
    }

    .pListShow .effect {
        height: 18px;
        overflow: hidden;
    }

    .pListShow .curr .pName02, .pListShow .curr .effect {
        height: auto;
    }

    .pListShow .curr .pName02curr {
        height: 90px;
    }

    .pListShow .pName02 {
        display: block;
        min-height: 50px;
        overflow: hidden;
    }

.prescriptionDrug {
    text-align: left;
}

.pList .prescriptionDrugli .pName02 {
    height: 18px;
    overflow: hidden;
}

.pList .prescriptionDrug a.cartBtn02:link, .pList .prescriptionDrug a.cartBtn02:visited {
    margin-left: 0px;
}
/*.pListShow .curr .pName02{ height:90px; overflow:hidden;}*/
/*金象热卖、最近浏览*/
.ftPlistBox {
    border: 1px solid #dfdfdf;
    margin-top: 15px;
}

.titleEqually {
    height: 36px;
    line-height: 36px;
    background-color: #f3f3f3;
    position: relative;
}

    .titleEqually span {
        color: #333;
        font-size: 14px;
        display: inline-block;
        width: 163px;
        padding-left: 22px;
        background-color: #fff;
    }

    .titleEqually .changeBtn {
        color: #aaa;
    }

.ftPlistBox .pList {
    padding-bottom: 7px;
    width: 998px;
    overflow: hidden;
}

.ftPlistBox .changeBtn a {
    color: #999;
}

/*搜索无结果*/
#searchNone .sideCategory {
    padding-bottom: 0;
}

.sideCategory .none {
    padding-left: 12px;
    line-height: 27px;
}

#searchNone .relateSearch dd {
    color: #b7b7b7;
    margin-top: 2px;
    padding-left: 17px;
}

#searchNone .selected {
    padding: 0;
}

    #searchNone .selected a.resetBtn:hover {
        text-decoration: underline;
    }

#searchNone .pList {
    padding-bottom: 0;
}

    #searchNone .pList li {
        height: 330px;
    }

    #searchNone .pList .inner {
        padding-bottom: 0;
    }

    #searchNone .pList .price {
        font-weight: normal;
    }

        #searchNone .pList .price b {
            font-size: 16px;
            font-weight: normal;
        }
/*无匹配*/
.noMatch {
    /*background: url(../Images/images/searchNonePic.jpg) no-repeat;
    margin: 38px 0 0 127px;
    padding: 23px 0 0 235px;*/
}

    .noMatch .prompt {
        font-size: 16px;
        color: #333;
    }

    .noMatch .advice {
        line-height: 24px;
        margin-top: 7px;
    }

    .noMatch .online {
        margin-left: 10px;
    }

    .noMatch .callback {
        margin-top: 3px;
    }

        .noMatch .callback input {
            width: 159px;
        }

        .noMatch .callback span {
            width: 76px;
            text-align: left;
        }

        .noMatch .callback i {
            float: left;
            width: 15px;
            height: 15px;
            margin: 5px 2px 0 4px;
        }
/*采购*/
.purchase {
    width: 735px;
    margin: 59px 0 0 152px;
    background-color: #f7f7f7;
    padding: 23px 0 31px 28px;
}

    .purchase .prompt {
        font-size: 14px;
        color: #333;
    }

    .purchase .form {
        margin-top: 26px;
    }

        .purchase .form dl {
            padding: 4px 0;
        }

        .purchase .form .field input {
            width: 186px;
        }

        .purchase .form textarea {
            width: 554px;
            height: 134px;
        }

    .purchase .ins {
        clear: left;
        color: #aaa;
    }

    .purchase .code {
        margin-top: 4px;
    }

    .purchase .form .btnWrap input {
        width: 112px;
        margin-right: 17px;
    }
/*.category*/
.category {
    background: url(../../Images/images/categoryBg.jpg) no-repeat center top;
}

.categoryTab {
    padding-top: 30px;
    border-bottom: 1px solid #f63334;
    font-size: 14px;
}

    .categoryTab li {
        padding: 0 35px 5px;
        position: relative;
        float: left;
    }

    .categoryTab .curr a, .categoryTab a:hover {
        color: #f63334;
        text-decoration: none;
    }

    .categoryTab span {
        width: 6px;
        height: 4px;
        display: inline-block;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -3px;
    }

#categoryIcon {
    padding: 27px 0 124px 266px;
}

    #categoryIcon .last {
        margin-left: 112px;
    }

    #categoryIcon li {
        width: 73px;
        float: left;
        margin-right: 39px;
        height: 105px;
        _display: inline;
    }

    #categoryIcon .pic {
        display: block;
        background: url(../../Images/images/categoriesIcon.png) no-repeat;
        width: 73px;
        height: 73px;
        overflow: hidden;
    }

    #categoryIcon .pic_01:hover {
        background-position: 0 -75px;
    }

    #categoryIcon .pic_02 {
        background-position: -75px 0;
    }

        #categoryIcon .pic_02:hover {
            background-position: -75px -75px;
        }

    #categoryIcon .pic_03 {
        background-position: -150px 0;
    }

        #categoryIcon .pic_03:hover {
            background-position: -150px -75px;
        }

    #categoryIcon .pic_04 {
        background-position: -225px 0;
    }

        #categoryIcon .pic_04:hover {
            background-position: -225px -75px;
        }

    #categoryIcon .pic_05 {
        background-position: -300px 0;
    }

        #categoryIcon .pic_05:hover {
            background-position: -300px -75px;
        }

    #categoryIcon .pic_06 {
        background-position: -375px 0;
    }

        #categoryIcon .pic_06:hover {
            background-position: -375px -75px;
        }

    #categoryIcon .pic_07 {
        background-position: -450px 0;
    }

        #categoryIcon .pic_07:hover {
            background-position: -450px -75px;
        }

    #categoryIcon .pic_08 {
        background-position: -525px 0;
    }

        #categoryIcon .pic_08:hover {
            background-position: -525px -75px;
        }

    #categoryIcon .pic_09 {
        background-position: 0 -162px;
    }

        #categoryIcon .pic_09:hover {
            background-position: -0 -237px;
        }

    #categoryIcon .pic_10 {
        background-position: -75px -162px;
    }

        #categoryIcon .pic_10:hover {
            background-position: -75px -237px;
        }

    #categoryIcon .pic_11 {
        background-position: -150px -162px;
    }

        #categoryIcon .pic_11:hover {
            background-position: -150px -237px;
        }

    #categoryIcon .pic_12 {
        background-position: -225px -162px;
    }

        #categoryIcon .pic_12:hover {
            background-position: -225px -237px;
        }

    #categoryIcon .pic_13 {
        background-position: -300px -162px;
    }

        #categoryIcon .pic_13:hover {
            background-position: -300px -237px;
        }

    #categoryIcon .pic_14 {
        background-position: -375px -162px;
    }

        #categoryIcon .pic_14:hover {
            background-position: -375px -237px;
        }

    #categoryIcon .pic_15 {
        background-position: -450px -162px;
    }

        #categoryIcon .pic_15:hover {
            background-position: -450px -237px;
        }

    #categoryIcon .pic_16 {
        background-position: -525px -162px;
    }

        #categoryIcon .pic_16:hover {
            background-position: -525px -237px;
        }

    #categoryIcon p {
        text-align: center;
        font-size: 14px;
        margin-top: 5px;
    }

        #categoryIcon p a:hover {
            color: #7e7e7e;
            text-decoration: none;
        }

.categoryItem {
    border-left: 3px solid #E4E4E4;
    padding-left: 96px;
    margin-left: 61px;
}

    .categoryItem .inner {
        background-color: #F5F5F5;
        padding: 29px;
        position: relative;
        zoom: 1;
        margin-bottom: 16px;
        height: auto !important;
        height: 78px;
        min-height: 78px;
    }

    .categoryItem .arrow {
        width: 9px;
        height: 35px;
        display: inline-block;
        position: absolute;
        background-position: 0 -11px;
        left: -9px;
        top: 50%;
        margin-top: -17px;
    }

    .categoryItem .bg {
        width: 111px;
        height: 111px;
        background-position: 0 -51px;
        position: absolute;
        left: -155px;
        top: 50%;
        margin-top: -55px;
        text-align: center;
        line-height: 111px;
        font-size: 16px;
        color: #000;
    }

    .categoryItem dl {
        line-height: 24px;
    }

    .categoryItem dt {
        float: left;
        font-size: 14px;
        width: 91px;
        font-weight: bold;
    }

        .categoryItem dt span {
            float: left;
            width: 1px;
            height: 10px;
            background-position: -7px 0;
            margin: 6px 6px 0 0;
        }

    .categoryItem dd a:link, .categoryItem dd a:visited {
        margin-right: 12px;
        color: #666;
        white-space: nowrap;
    }

.holdUp {
    height: 38px;
}

/*.searchWord*/
.searchWord .shadow {
    height: 72px;
    background: url(../../Images/images/searchWord.jpg) no-repeat top center;
}

.phonetic {
    padding: 26px 0 4px 6px;
    height: 24px;
    line-height: 24px;
    border-bottom: 1px solid #96c9fd;
}

    .phonetic dt {
        float: left;
    }

    .phonetic dd {
        float: left;
        font-size: 18px;
        padding-left: 4px;
    }

        .phonetic dd a {
            color: #999;
            float: left;
            padding: 0 8px;
            margin-right: 12px;
            _display: inline;
        }

            .phonetic dd a.curr, .phonetic dd a:hover {
                background-color: #4496ee;
                color: #fff;
                text-decoration: none;
            }

        .phonetic dd .all {
            font-size: 12px;
        }

.keywordsWrap {
    border-left: 1px solid #d6f3ec;
    border-right: 1px solid #d6f3ec;
    padding: 23px 0 33px 23px;
}

.keywords {
    line-height: 21px;
}

    .keywords li {
        float: left;
        width: 123px;
        height: 21px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-right: 23px;
        _display: inline;
    }

.keywordsWrap .page {
    padding-right: 23px;
}

/*allBrand*/
#brandZone {
    padding: 27px 0 25px 12px;
}

.brandNav {
    width: 93px;
    border: 1px solid #EEECED;
    padding: 0 6px;
    text-align: center;
    margin-right: 32px;
}

    .brandNav li {
        border-bottom: 1px dashed #cecece;
        line-height: 37px;
        padding: 5px 0 8px;
        cursor: pointer;
    }

        .brandNav li.last {
            border: none;
        }

        .brandNav li:hover, .brandNav li.curr {
            background: url(../../Images/images/brandNavBg.png) no-repeat 7px 5px;
            color: #fff;
        }

.brandBd {
    padding-top: 6px;
}

    .brandBd li {
        margin: 10px 31px 0 0;
        float: left;
        _display: inline;
    }

    .brandBd p {
        width: 100px;
        text-align: center;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
    }

.brandletter {
    padding: 0 35px 40px;
}

    .brandletter dl {
        padding: 35px 0;
        border-bottom: 1px dashed #cecece;
        position: relative;
        zoom: 1;
    }

    .brandletter dt {
        font-size: 60px;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -45px;
    }

    .brandletter dd {
        line-height: 24px;
        padding-left: 80px;
    }

        .brandletter dd a {
            margin-right: 5px;
            white-space: nowrap;
        }

/*.encyclopedia*/
.encyclopedia {
    padding-bottom: 0px;
    background: url(../../Images/images/encyclopediaBg.jpg) no-repeat center top;
}

.encyclopediaCont {
    margin-top: 418px;
    padding-left: 29px;
    position: relative;
    zoom: 1;
}

.encyclopediaNav {
    position: absolute;
    left: 16px;
    top: 7px;
}

    .encyclopediaNav li {
        line-height: 27px;
        color: #f63334;
        margin-bottom: 20px;
    }

        .encyclopediaNav li span {
            display: none;
        }

    .encyclopediaNav .curr span {
        display: inline;
    }

    .encyclopediaNav a {
        float: left;
        width: 27px;
        height: 27px;
        background: url(../../Images/images/encyclopediaNavBg.png) no-repeat;
        margin-right: 3px;
    }

.eNav_01:hover, .curr .eNav_01 {
    background-position: 0 -28px;
}

a.eNav_02 {
    background-position: -28px 0;
}

.eNav_02:hover, .curr .eNav_02 {
    background-position: -28px -28px;
}

a.eNav_03 {
    background-position: -56px 0;
}

.eNav_03:hover, .curr .eNav_03 {
    background-position: -56px -28px;
}

a.eNav_04 {
    background-position: -84px 0;
}

.eNav_04:hover, .curr .eNav_04 {
    background-position: -84px -28px;
}

a.eNav_05 {
    background-position: -112px 0;
}

.eNav_05:hover, .curr .eNav_05 {
    background-position: -112px -28px;
}

a.eNav_06 {
    background-position: -140px 0;
}

.eNav_06:hover, .curr .eNav_06 {
    background-position: -140px -28px;
}

a.eNav_07 {
    background-position: -168px 0;
}

.eNav_07:hover, .curr .eNav_07 {
    background-position: -168px -28px;
}

a.eNav_08 {
    background-position: -196px 0;
}

.eNav_08:hover, .curr .eNav_08 {
    background-position: -196px -28px;
}

a.eNav_09 {
    background-position: -224px 0;
}

.eNav_09:hover, .curr .eNav_09 {
    background-position: -224px -28px;
}

.encyclopediaBd {
    border-left: 3px solid #4496ee;
}

.encyclopediaInner {
    margin-left: 76px;
    background-color: #F5F5F5;
    padding: 7px 0 14px 24px;
    margin-bottom: 15px;
}

    .encyclopediaInner li {
        float: left;
        width: 202px;
        height: 24px;
        line-height: 24px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-right: 31px;
        _display: inline;
    }

    .encyclopediaInner .title {
        font-size: 16px;
        font-weight: bold;
        color: #4496ee;
        line-height: 32px;
    }

        .encyclopediaInner .title span {
            float: left;
            width: 7px;
            height: 9px;
            background-position: -20px 0;
            margin: 11px 8px 0 2px;
        }

    .encyclopediaInner p.curr span {
        background-position: -10px 0;
    }

    .encyclopediaInner .more {
        text-align: right;
        padding-right: 31px;
        margin-top: 16px;
    }

.subnavFt {
    margin-left: 3px;
    margin-bottom: 69px;
}

/*allPro*/
.topPageWrap {
    margin: 37px 0 6px;
}

.allPro .pList ul {
    margin-right: -2px;
}

.allPro .pList li {
    margin-right: 0px;
}

.allPro .page {
    padding-top: 30px;
}

/**/
.sortPrice dd {
    font-size: 14px;
}

    .sortPrice dd a {
        margin: 0 18px;
    }

    .sortPrice dd i {
        float: left;
        border-left: 1px dotted #999;
        height: 12px;
        overflow: hidden;
        margin-top: 6px;
    }

/*diseasse*/
.leftNav {
    border: 1px solid #E5E5E5;
}

    .leftNav .title {
        line-height: 39px;
        padding-left: 18px;
        background-color: #4496ee;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
    }

    .leftNav dt {
        line-height: 35px;
        background: url(../../Images/images/diseaseIcon.png) 0 -12px no-repeat #F5F5F5;
        font-weight: bold;
        padding-left: 38px;
        border-top: 1px solid #E5E5E5;
        cursor: pointer;
    }

    .leftNav .pic_02 {
        background-position: 0 -67px;
    }

    .leftNav .pic_03 {
        background-position: 0 -127px;
    }

    .leftNav .pic_04 {
        background-position: 0 -187px;
    }

    .leftNav .pic_05 {
        background-position: 0 -247px;
    }

    .leftNav .pic_06 {
        background-position: 0 -306px;
    }

    .leftNav .pic_07 {
        background-position: 0 -364px;
    }

    .leftNav .pic_08 {
        background-position: 0 -427px;
    }

    .leftNav .pic_09 {
        background-position: 0 -485px;
    }

    .leftNav dt span {
        float: right;
        width: 13px;
        height: 13px;
        background-position: -45px 0;
        margin: 11px 11px 0 0;
    }

    .leftNav span:hover {
        background-position: -75px 0;
    }

    .leftNav .curr span {
        background-position: -60px 0;
    }

        .leftNav .curr span:hover {
            background-position: -30px 0;
        }

    .leftNav dd {
        border-top: 1px solid #E5E5E5;
        display: none;
        line-height: 24px;
        padding: 10px 0 10px 17px;
    }

        .leftNav dd a {
            float: left;
            width: 76px;
            height: 24px;
            overflow: hidden;
            margin-right: 9px;
        }

.disaeseBd .encyclopediaInner {
    margin-left: 0;
}

.disaeseBd .title {
    font-size: 14px;
}

.disaeseBd ul {
    padding-left: 18px;
}

.disaeseBd li {
    width: 180px;
}

/*网站公告*/
.notice {
    width: 746px;
    padding: 36px 50px;
    background-color: #fff;
    margin: 40px auto 0;
    height: auto !important;
    height: 591px;
    min-height: 591px;
}

.noticeTit {
    font-size: 16px;
    text-align: center;
}

.noticeTime {
    color: #999;
    margin-top: 3px;
    text-align: center;
}

.noticeBd {
    margin-top: 55px;
    line-height: 24px;
}

/*正在维护*/

/*资质*/
.certificate {
    width: 720px;
    margin: 0 auto;
}

    .certificate .hd {
        font-size: 14px;
    }

    .certificate img {
        width: 570px;
        height: 417px;
        overflow: hidden;
    }

    .certificate .first {
        margin-top: 30px;
    }

/*弹出框提示*/
.thickdiv {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000001;
    width: 100%;
    height: 100%;
    background-color: #000;
    border: 0;
    filter: alpha(opacity = 15);
    opacity: .15;
}

.thickbox {
    width: 209px;
    padding: 43px 0 31px 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -130px;
    margin-top: -80px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    z-index: 10000002;
    overflow: hidden;
    border: 5px solid rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .thickbox i {
        position: absolute;
        top: 10px;
        right: 12px;
        width: 9px;
        height: 9px;
        background: url(../../Images/images/iconLogin.png) 0 -303px no-repeat;
        overflow: hidden;
        cursor: pointer;
    }

a.thickboxBtn {
    display: block;
    width: 70px;
    height: 23px;
    line-height: 23px;
    border: 1px solid #d9d9d9;
    text-align: center;
    background-color: #f9f8f8;
    margin-top: 36px;
    color: #333;
    text-decoration: none;
}

    a.thickboxBtn:hover {
        background-color: #f2f1f1;
    }

.largePacking {
    width: 340px;
    height: 152px;
    border: 1px solid #ccc;
    position: relative;
}

    .largePacking .packingHeader {
        height: 31px;
        background-color: #f3f3f3;
    }

        .largePacking .packingHeader span {
            float: left;
            height: 31px;
            line-height: 31px;
            color: #333;
            padding-left: 10px;
        }

        .largePacking .packingHeader a {
            float: right;
            height: 31px;
            width: 20px;
            line-height: 31px;
            color: #999;
        }

    .largePacking .packingInfo {
        height: 66px;
        line-height: 66px;
        text-align: center;
        color: #5a5a5a;
    }

    .largePacking .packingConfirm .confirm {
        top: 104px;
        left: 120px;
    }


.promptFrame {
    width: 225px;
    height: 97px;
}

    .promptFrame .promptConter {
        text-align: left;
        height: 18px;
        margin-top: 20px;
        margin-left: 26px;
    }

        .promptFrame .promptConter i {
            width: 20px;
            height: 20px;
            float: left;
            background: url(../../Images/images/gouwuche_ico.png) no-repeat -43px -132px;
        }

.confirm a {
    display: block;
    width: 44px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    float: left;
    border-radius: 3px;
}

.confirm {
    height: 44px;
    position: absolute;
    left: 79px;
    top: 64px;
    z-index: 1;
}

    .confirm .q {
        background-color: #f63334;
        border: 1px solid #f63334;
        color: #fff;
    }

        .confirm .q:hover {
            background-color: #e97373;
            border-color: #f63334;
            color: #fff;
        }

    .confirm .x {
        background-color: #fff;
        border: 1px solid #e3e3e3;
        color: #666;
        margin-left: 10px;
    }

.function dd {
    position: relative;
}

.function .more {
    position: absolute;
    top: 36px;
    right: 0;
}

.function {
    margin-bottom: 10px;
}

.zhngin {
    width: 84px;
    height: 24px;
    line-height: 24px;
    color: #787777;
}

.tubiao {
    background: url(../../Images/images/icon.png)no-repeat;
    background-position: -274px -230px;
    width: 20px;
    height: 20px;
    float: left;
    margin: 3px 0px 0 0;
}
/*客服*/
.onLinec {
    border: 1px solid #e6e6e6;
    border-top: 0;
    padding: 6px 0px 6px 12px;
    color: #4496ee;
    font-size: 12px;
}

.onContact {
    height: 22px;
    margin-top: 5px;
    line-height: 22px;
    color: #888;
}

.onLinec dd {
    height: 22px;
    margin-top: 5px;
    zoom: 1;
    overflow: hidden;
    line-height: 22px;
}

.enterGif {
    width: 80px;
    vertical-align: text-bottom;
}

/*关于我们*/
.aboutUs {
    border: 1px solid #4496ee;
    margin-top: 24px;
    background-color: #fff;
    padding-bottom: 24px;
}

    .aboutUs p {
        font-size: 16px;
        color: #323232;
        line-height: 150%;
        padding: 32px 10px 0px 10px;
        text-indent: 2em;
    }

    .aboutUs .usTitle {
        font-size: 20px;
    }

.aboutTop {
    width: 1198px;
    height: 310px;
}

.usLink {
    margin: 32px 0px 0px 32px;
}

    .usLink img {
        float: left;
        width: 542px;
        height: 360px;
    }

    .usLink .usPic {
        margin-right: 50px;
    }
