@charset "utf-8";

/*产品列表*/

.cp_main {
    background: #F2F2F2;
    overflow: hidden;
}

.cp_main .container {
    margin-top: 20px;
    padding-bottom: 30px;
}

.leftlist {
    float: left;
    width: 220px;
    height: 680px;
    background: #fff;
}

.leftlist h5 {
    width: 100%;
    height: 80px;
    padding-top: 20px;
    background: #AE1C2F;
    text-align: center;
}

.leftlist h5 a {
    font-size: 20px;
    color: #FFF;
}

.leftlist h5 span {
    display: block;
    width: 100%;
    height: 22px;
    padding-top: 12px;
    background: url(/theme/img/cptitle.png) no-repeat center center;
}

.leftlist .sorllidt dl {
    padding-bottom: 10px;
    border-bottom: 1px solid #D9D9D9;
}

.leftlist .sorllidt dl dt {
    height: 43px;
    padding: 0 6px 0 66px;
    border-bottom: 1px solid #D9D9D9;
    background: url(/theme/img/dtbg.png) no-repeat 40px center;
    line-height: 43px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.leftlist .sorllidt dl dt a {
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.leftlist .sorllidt dl dd {
    display: none;
    height: 0px;
}

.leftlist .sorllidt .cur dd {
    display: block;
    height: 300px;
}

.leftlist .sorllidt dl dd div {
    position: relative;
    height: 28px;
    line-height: 28px;
    
}

.leftlist .sorllidt dl dd a {
    display: inline-block;
    width: 220px;
    padding-left: 67px;
    background: url(/theme/img/jt.png) no-repeat 45px center;
    color: #333;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.leftlist .sorllidt dl dd a:hover,
.leftlist .sorllidt dl dd a.on {
    background: #6A6A6A url(/theme/img/jt_hv.png) no-repeat 45px center;
    color: #FFF;
}

.leftlist .sorllidt dl dd ul {
    display: none;
    position: absolute;
    top: 0;
    left: 220px;
    background: #6A6A6A;
    z-index: 999;
}

.leftlist .sorllidt dl dd ul li {
    height: 28px;
    line-height: 28px;
}

.leftlist .sorllidt dl dd ul li a {
    width: 130px;
    padding-left: 30px;
    background: #6A6A6A url(/theme/img/jt_hv.png) no-repeat 14px center;
    color: #FFF;
}

.leftlist .sorllidt dl dd ul li a:hover {
    padding-left: 30px;
    background: #5D5D5D url(/theme/img/jt_hv.png) no-repeat 14px center;
}

.leftlist .Hotline {
    width: 100%;
    height: 124px;
    background: url(/theme/img/wang.png) no-repeat;
}

.leftlist .Hotline h6 {
    padding-top: 20px;
    color: #FFF;
    font-size: 16px;
    text-align: center;
}

.leftlist .Hotline dl {
    overflow: hidden;
    margin: 26px 0 0 23px;
}

.leftlist .Hotline dl dt {
    float: left;
}

.leftlist .Hotline dl dt img {
    display: block;
    margin-top: 5px;
}

.leftlist .Hotline dl dd {
    padding-left: 40px;
}

.leftlist .Hotline dl dd span {
    font-size: 12px;
    color: #FFF;
}

.leftlist .Hotline dl dd p {
    font-size: 22px;
    color: #FFF;
}

.leftlist .left_jd_shop {
    width: 100%;
    height: 54px;
    display: block;
	background:#AE1C2F;
	text-align: center;
	margin-top:6px;
}
.leftlist .left_jd_shop a{
	font-size: 20px;
	color: #FFFFFF;
	line-height: 54px;
}

.rightprodt {
    float: right;
    width: 960px;
    min-height: 680px;
    margin-bottom: 40px;
    overflow: hidden;
    background: #FFF;
}

.rightprodt .subnav {
    height: 40px;
    padding: 10px 12px;
    border-bottom: 1px solid #F1F1F1;
    background: #FFF;
    line-height: 20px;
    color: #999;
    text-align: right;
}

.subnav a {
    color: #999;
}

.rightprodt .chgbox {
    position: relative;
    padding-bottom: 60px;
    overflow: hidden;
    min-height: 702px
}

.rightprodt .cppiclist {
    padding: 26px 30px 0 30px;
    overflow: hidden;
}

.cppiclist li {
    position: relative;
    float: left;
    width: 210px;
    margin: 0 20px 20px 0;
    overflow: hidden;
    text-align: center;
    background: #FFF;
}

.cppiclist li:nth-of-type(4n) {
    margin-right: 0;
}

.cppiclist li:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

.cppiclist li .index_pro_item {
    display: block;
    position: relative;
    width: 210px;
    height: 240px;
}

.cppiclist li img {
    display: block;
    width: 210px;
    height: 210px;
    border: 1px solid #DDD;
    border-bottom: 0;
}

.cppiclist li p {
    width: 210px;
    height: 30px;
    line-height: 30px;
    color: #333;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cppiclist li .pro_zt {
    display: block;
    position: absolute;
    top: 6px;
    left: 4px;
    float: left;
    width: 46px;
    height: 20px;
    margin: 4px 7px 0 7px;
    line-height: 18px;
    text-align: center;
    border-radius: 8px;
}

.cppiclist li .pro_xh {
    border: 1px solid #AE1C2F;
    color: #AE1C2F;
}

.cppiclist li .pro_jqd {
    border: 1px solid #333;
    color: #333;
}

.cppiclist li .pro_xj {
    float: left;
    display: block;
    width: 210px;
    height: 30px;
    background: #333;
    line-height: 30px;
    color: #FFF;
    text-decoration: none;
}

.cppiclist li .pro_xj:hover {
    background: #AE0000;
}

.cppiclist li .pro_addcart {
    float: left;
    width: 150px;
    height: 30px;
    padding-left: 18px;
    background: #333 url(/theme/img/catbtn.png) no-repeat 30px center;
    line-height: 30px;
    color: #FFF;
    cursor: pointer;
}

 .cppiclist li .pro_addcart:hover {
    background: #222 url(/theme/img/catbtn.png) no-repeat 30px center;
}

.apage {
    position: absolute;
    bottom: 20px;
    width: 910px;
    height: 25px;
    background: #fff;
    line-height: 25px;
    text-align: center;
}

.apage a {
    display: inline-block;
    min-width: 46px;
    margin-right: 5px;
    border: 1px solid #d7d7d7;
    background: #F9F9F9;
    text-align: center;
    cursor: pointer;
}

.apage .current,
.apage a:hover {
    background: #CF1C20;
    color: #fff;
    border: 1px solid #CF1C20;
}

/*详情页*/

/*向下滚动固定导航*/
.nav_scroll {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
}

.nav_scroll .menu {
    top: 0;
}

.nav_scroll .container {
    box-shadow: 0px 0px 10px rgba(100,50,50,.5);
}

.pro_item .container {
    margin-top: 60px;
    padding-bottom: 30px;
}

.pro_item_screen1 {
    width: 1200px;
    overflow: hidden;
    background: #FFF;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
}

.pro_item_screen1 .subnav {
    position: absolute;
    right: 20px;
    color: #999;
}

.pro_item_screen1 h1 {
    width: 100%;
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 400;
}
 

.pro_thumbbox {
    width: 400px;
    height: 480px;
    float: left;
    position: relative;
}

.pro_otherbtn {
    position: absolute;
    top: 520px;
    left: 0;
    width: 420px;
}

.bdsharebuttonbox{
    display: block;
    float: left;
    width: 120px;
    font-size: 14px;
    padding-left: 20px;
    background: url(/theme/img/prosns.png) no-repeat left 2px !important;
    transition:.2s;
}
.pro_otherbtn .share {
    text-decoration: none;
    background: none !important;
    font-size: 14px !important;
    padding-left: 0 !important;
    margin: 0 !important;
    color: #666 !important;
}

.pro_otherbtn .share:hover {
    color: #AE1C2F !important;
}

.bdsharebuttonbox:hover {
    background: url(/theme/img/prosns.png) no-repeat left -34px !important;
}


.pro_otherbtn .favorites {
    display: block;
    float: right;
    font-size: 14px;
    padding-left: 20px;
    margin-right: 20px;
    text-decoration: none;
    background: url(/theme/img/profav.png) no-repeat left 1px;
    transition:.2s;
}

.pro_otherbtn .favorites:hover {
    color: #AE1C2F;
    background: url(/theme/img/profav.png) no-repeat left -34px;
}

/*缩略图效果*/

.etalage {
    direction: ltr;
}

.etalage,
.etalage_thumb,
.etalage_thumb_image,
.etalage_big_image,
.etalage_zoom_preview,
.etalage_icon,
.etalage_hint {
    display: none
}

.etalage .etalage_thumb {
    background: #FFF url(/theme/img/loading.gif) center no-repeat;
}

.etalage,
.etalage ul,
.etalage li,
.etalage img,
.etalage_hint,
.etalage_icon,
.etalage_description {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none
}

.etalage,
.etalage_magnifier div,
.etalage_magnifier div img,
.etalage_small_thumbs ul,
ul .etalage_small_thumbs li,
.etalage_zoom_area div,
.etalage_zoom_img {
    position: relative
}

.etalage img,
.etalage li {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-drag: none;
    user-drag: none
}

.etalage,
.etalage_small_thumbs li {
    float: left
}

.etalage_right {
    float: right
}

.etalage li {
    position: absolute
}

.etalage img {
    vertical-align: bottom;
    width: 50px;
    height: 50px
}

.etalage .etalage_zoom_area,
.etalage_zoom_area {
    display: none;
    width: 400px;
    height: 400px;
    background: #FFF url(/theme/img/loading.gif) center no-repeat;
    border: 1px solid #CCC;
    -webkit-box-shadow: 0 0 1px #CCC;
    -moz-box-shadow: 0 0 1px #CCC;
    box-shadow: 0 0 1px #CCC;
    z-index: 20;
}

.etalage_zoom_area div {
    overflow: hidden;
}

.etalage_zoom_area .etalage_zoom_img {
    position: absolute;
}

.etalage_wrap {
    width: 800px;
    margin: 0 auto;
}

.etalage_wrap .etalage_magnifier {
    display: none;
    background: #FFF;
    outline: 1px solid #BBB;
    cursor: move;
}

.etalage_magnifier div {
    overflow: hidden;
}

.etalage_wrap .etalage_small_thumbs {
    overflow: hidden;
}

.etalage_wrap .etalage_small_thumbs li {
    position: relative;
    margin: 0px 10px 0px 0px;
    border: 1px solid #FFF;
}

.etalage_wrap ul li.etalage_smallthumb_active {
    border: 1px solid #535353;
    -webkit-box-shadow: 0 0 1px #DDD;
    -moz-box-shadow: 0 0 1px #DDD;
    box-shadow: 0 0 1px #DDD;
}


/*中间-购买信息s*/

.pro_infobox {
    float: left;
    width: 590px;
    padding: 0 0 10px 20px;
    background: #FFF;
}
 
.pro_price {
    width: 100%;
    height: 100px;
    margin: 0 0 16px 0;
    padding-top: 25px;
    background: #FEF6F6;
    border-top: 1px solid #AE1C2F;
}

.pro_infobox dl {
    margin-bottom: 15px;
    font-size: 14px;
}

.pro_infobox dl:last-of-type {
    margin-bottom: 0;
}

.pro_infobox dt {
    display:block;
    float: left;
    width: 70px;
    padding-left: 10px;
}

.pro_infobox dd {
    display:block;
    float: left;
    padding-left: 40px;
}

.pro_infobox .price dd {
    line-height: 6px;
}

.pro_infobox .min_order dd,
.pro_infobox .price dd{
    width: 140px;
    padding-left: 20px;
}

.pro_infobox .min_order dd:first-of-type,
.pro_infobox .price dd:first-of-type {
    margin-left: 20px;
}

.pro_infobox .price dd i {
    color: #AE1C2F;
    font-style: normal;
}

.pro_infobox .price dd span {
    margin-left: 10px;
    color: #AE1C2F;
    font-size: 28px;
}

.pro_infobox .price .vip {
    display: none;
}

.pro_price .price dd.default {
    width: 350px;
}

.pro_price .price dd.default a {
    color: #AE1C2F;
    text-decoration: none;
}

.pro_infobox .logistics a {
    margin-left: 20px;
    padding-left: 20px;
    background: url(/theme/img/bdkefu.png) no-repeat 0 center;
    color: #00B6DE;
}

.pro_infobox .evaluation .star_level {
    float: left;
    width: 90px;
    height: 17px;
    border-right: 1px solid #CCC;
}

.star_level i {
    display: block;
    width: 75px;
    height: 12px;
    margin-top: 2px;
    background: url(/theme/img/star.png) no-repeat;
}

.pro_infobox .evaluation .deal_num {
    float: left;
    padding-left: 17px;
}

.deal_num span {
    margin-right: 4px;
    color: #AE1C2F;
    font-weight: 700;
}

.line_fg {
    width: 100%;
    height: 1px;
    margin: 0 0 20px 0;
    border-bottom:1px solid #DDD;
}

.pro_infobox .pro_op ul li {
    display: block;
    float: left;
    padding: 4px 10px;
    margin-right: 6px;
    border:1px solid #D9D9D9;
    cursor: pointer;
}

.pro_infobox .pro_op ul li.cur,
.pro_infobox .pro_op ul li:hover {
    background: #AE1C2F;
    color: #FFF;
    border:1px solid #AE1C2F;
}

.qty_num dd,
.qty_num dt {
    height: 28px;
    line-height: 28px;
}

.qty_num li {
    display: block;
    float: left;
}

.qty_num_Reduction,
.qty_num_add {
    width: 26px;
    height: 26px;
    background: url(/theme/img/numadd.png) no-repeat;
    border: 1px solid #E5E5E5;
    line-height: 200px;
    overflow: hidden;
}


.qty_num_Reduction {
    background-position: -32px 8px;
}

.qty_num_add {
    background-position: 8px 8px;
}

.qty_num_Reduction:hover {
    background-position: -32px -10px;
    border-color: #AE1C2F;
}

.qty_num_add:hover {
    background-position: 8px -10px;
    border-color: #AE1C2F;
}

.qty_nums input {
    display: block;
    width: 78px;
    height: 26px;
    line-height: 26px;
    padding: 0 8px;
    border: 1px solid #E5E5E5;
    border-left: 0;
    border-right: 0;
    text-align: center;
}

.buybox a {
    display: block;
    float: left;
    width: 160px;
    height: 38px;
    margin-right: 10px;
    line-height: 38px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.buybox a.addcart {
    width: 160px;
    padding-left: 30px;
    border: 1px solid #AE1C2F;
    background: #FEF6F6 url(/theme/img/addcartbg.png) no-repeat 26px center;
    color: #AE1C2F;
    transition:.2s;
}

.buybox a.addcart:hover {
    background: #F5E4E4 url(/theme/img/addcartbg.png) no-repeat 26px center;
}

.buybox a.buybtn {
    border: 1px solid #AE1C2F;
    background: #AE1C2F;
    color: #FFF;
    transition:.2s;
}

.buybox a.buybtn:hover {
    background: #AE0000;
}

.pro_infobox .power {
    height: 26px;
    line-height: 26px;
}

.pro_infobox .pay em {
    display: block;
    float: left;
    margin:  -3px 10px 0 0;
    padding: 4px 10px;
    background: #F5F5F5;
    color: #888;
    border-radius: 5px;
    
}


/*右边-买家还在看*/

.pro_other_view {
    position: relative;
    float: left;
    width: 150px;
    height: 545px;
    margin-left: 20px;
    padding: 14px 0;
    background: #F5F5F5;
    overflow: hidden;
}    

.pro_other_view .title {
    position: relative;
    width: 100%;
    height: 14px;
    line-height: 14px;
    text-align: center;
}

.pro_other_view .title:after {
    display: block;
    position: absolute;
    left: 14px;
    top: 7px;
    content: '';
    width: 122px;
    height: 0;
    border-bottom: 1px solid #E8E8E8;
    z-index: 8;
}

.pro_other_view .title span {
    display: block;
    position: absolute;
    top: 0;
    left: 40px;
    width: 70px;
    margin: 0 auto;
    padding: 0 5px;
    background-color: #F5F5F5;
    color: #999;
    font-size: 12px;
    font-weight: 400;
    z-index: 9;
}

.pro_other_view .list_con {
    position: absolute;
    top: 28px;
    width: 450px;
    height: 490px;
    overflow: hidden;
}

.pro_other_view .list {
    width: 150px;
    height: 490px;
    padding: 0 14px;
    float: left;
    overflow: hidden;
}

.pro_other_view dl {
    margin: 16px 0;
}

.pro_other_view dl dd img{
    width: 120px;
    height: 120px;
    border: 1px solid #EEE;
}

.pro_other_view dl dt {
    width: 122px;
    height: 14px;
    margin: 4px 0;
    line-height: 14px;
    text-align: center;
    overflow: hidden;
}

.pro_other_view dl a:hover img{
    border: 1px solid #AE1C2F;
}
.pro_other_view dl a:hover dt{
    color: #AE1C2F;
}

.pro_other_view .nav {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 33px;
    width: 80px;
    height: 16px;
    background: url(/theme/img/pro_o_nv.png) no-repeat center center;
    line-height: 16px;
    text-align: center;
}

.pro_other_view .nav li {
    display: block;
    float: left;
    width: 4px;
    height: 4px;
    margin: 6px 8px;
    background: #999;
    cursor: pointer;
}

.pro_other_view .nav li.cur {
    background: #AE1C2F;
}

.pro_other_view .nav .left,
.pro_other_view .nav .right {
    display: block;
    float: left;
    width: 10px;
    height: 16px;
    cursor: pointer;
}


/*详细信息*/

.pro_item_info {
    width: 100%;
}

.pro_item_info .pro_tabnav {
    display: block;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #D9D9D9;
}

.pro_item_info .pro_tabnav li {
    display: block;
    float: left;
    width: 130px;
    height: 40px;
    line-height: 40px;
    color: #555;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #D9D9D9;
    background: #f2f2f2;
    border-bottom: 1px solid #D9D9D9;
}

.pro_item_info .pro_tabnav li:first-of-type {
    border-right: 0;
}

.pro_item_info .pro_tabnav li:last-of-type {
    border-left: 0;
}

.pro_item_info .pro_tabnav li.cur {
    background: #FFF;
    color: #AE1C2F;
    border: 1px solid #D9D9D9;
    border-bottom: 1px solid #FFF;
}

.pro_item_info .pro_tabbox li {
    display: none;
    width: 100%;
}

.pro_item_info .pro_tabbox li.cur {
    display: block;
    float: left;
}

.pro_item_info .pro_item_odinfo,
.pro_item_info .pro_item_info{
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
    background: #FFF;
    border: 1px solid #D9D9D9;
    border-top: none;
}

.pro_item_info .pro_item_info img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.pro_tabbox {
    background: #FFF;
}
