.nav_guide {
    width: 1200px;
    margin: 0 auto;
    line-height: 60px;
    color: #666;
    font-size:14px;
}
.BaseInfoTable {
    border: 1px solid #E7E7E7;
    width: 1200px;
    margin: auto;
    overflow:hidden;
}
.BaseInfoTable .BaseInfo {
    width: 960px;
    min-height: 370px;
    float: left;
    overflow: hidden;
}
.BaseInfo .ShowShopPic {
    width: 356px;
    height: 454px;
    float:left;
    overflow: hidden;
    margin: 15px 15px 15px 20px;
}

.BaseInfo .infos {
    float:right;
    width: 546px;
    overflow: hidden;
    margin-right: 15px;
}
.BaseInfo .infos .title{
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #4B4B4B;
    font-weight: bold;
}
.BaseInfo .infos .price_number{
    height:80px;
    background:#F7F7F7;
    overflow:hidden;
    }
.BaseInfo .infos .price_number .price{
    float:left;

}
.BaseInfo .infos .price_number .price ul li{
    height: 21px;
    line-height: 20px;
    color: #797979;
    margin-left: 10px;
    padding-top: 10px;
}
.BaseInfo .infos .price_number .price ul li span{
    color:#FE2A2A;
    font-size:16px;
    font-weight:bold;
}
.BaseInfo .infos .price_number .number{
    float: right;
    width: 90px;
    margin-top: 9px;
    line-height: 30px;
    border-left: 1px solid #ccc;
}
.BaseInfo .infos .price_number .number .info{
    color: #797979;
    font-size: 14px;
    padding-left: 20px;
}
.BaseInfo .infos .price_number .number .info div.line{
    border-bottom:1px solid #ccc;
    width:50px;
}
.BaseInfo .infos .price_number .number div span.blue{
    color:#1B9EE9;
}
.BaseInfo .infos .price_number .number div span.red{
    color:#FF0000;
}
.BaseInfo .infos .ListShopType {
    margin: 20px auto;
    overflow: hidden;
}

.BaseInfo .infos .ListShopType dt {
    padding: 6px 10px 0 10px;
    line-height: 30px;
    color: #666;
    font-size: 15px;
}
.ListShopType dd div {
    float: left;
    border: #DDD solid 1px;
    margin: 3px 10px 0 0;
    padding: 6px 10px;
    line-height: 25px;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    position: relative;
}
.ListShopType dd div.address{
    border:0;
    margin:0;
}
.ListShopType dd div.ck {
    border: #FF0000 solid 1px;
    color: #333;
    background: url(ck.gif) right bottom no-repeat;
}
.ListShopType dt, .ListShopType dd {
    float: left;
}
.ListShopType dd div span.xl{
    width: 12px;
    height: 20px;
    display: block;
    margin-l: 10px;
    position: absolute;
    background: #fff;
    top: 10px;
    right: 11px;
}
.ListShopType dd div select{
    height: 33px;
    width: 166px;
    background: url(array.png) no-repeat;
    padding-right: 20px;
    border: 1px solid #ccc;
    background-position: 92% 50%;
}
.ListShopType dt, .ListShopType dd span.status{
    line-height: 48px;
    font-size: 14px;
    color: #333;
}


/*数量*/
.buynum {
    width: 100%;
    height: 45px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.buynum dt {
    float: left;
    line-height: 30px;
    color: #666;
    font-size: 15px;
    padding: 6px 10px 0 10px;
}
.buynum dd {
    height: 40px;
    float: left;
    overflow: hidden;
    margin-top: 5px;
    text-align: center;
}
.buynum dd .shopnum {
    width: 50px;
    height: 30px;
    text-align: center;
    float: left;
    color: #666;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    border-left: 0;
    border-right: 0;
}

.buynum dd span {
    display: block;
    width: 25px;
    display: block;
    height: 30px;
    float: left;
    text-align: center;
    line-height: 15px;
    line-height: 30px;
    border: 1px solid #DDD;
    background: #eee;
}
.buynum dd span.stock {
    width:100px;
    background:#fff;
    border:0;
    color:#666;
}

/*按钮*/
.ShopJoin {
    padding: 10px;
}
.ShopJoin a {
    width:154px;
    height:43px;
    line-height:43px;
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #f40;
    border: 0 none;
    box-shadow: #ddd 0 1px 1px;
    border-radius: 3px;
    font-size: 16px;
    margin-right: 16px;
    overflow:hidden;
}
.ShopJoin a.buy{
    background:#1B9EE9;
    color:#fff;
}
.ShopJoin a.car{
    background:#FCCEAF;
    color:#FF0403;
    border:1px solid #FE231E;
    text-align:left;
}
.ShopJoin .car span{
    background: url(car.png) right 15px no-repeat;
    width: 20px;
    height: 40px;
    margin-left: 24px;
    margin-right: 5px;
    float: left;
}
.ShopJoin a.collect{
    background:#E0E0E0;
    color:#6A6A6A;
    text-align:left;
}
.ShopJoin .collect span{
    background: url(xing.png) right 17px no-repeat;
    width: 15px;
    height: 44px;
    margin-left: 31px;
    margin-right: 5px;
    float: left;
}
.ShopJoin a.buy:hover{
    background:#1A74E8;

}
.ShopJoin a.car:hover{
    background:#FCDEB2;

}
.ShopJoin a.collect:hover{
    background:#CBCBCB;

}

/*contact_commany 商家信息*/

.BaseInfoTable  .contact_commany{
    float: right;
    width: 190px;
    margin-top: 40px;
    margin-right: 20px;
    border-top: 2px solid #ccc;
}

.BaseInfoTable .contact_commany .title {
    width: 185px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: -17px;
    position: absolute;
}
.BaseInfoTable .contact_commany .title span {
    display: block;
    width: 89px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50px;
    background: #FFF;
    font-size: 16px;
}
.BaseInfoTable .contact_commany .img{width:185px;text-align:center;overflow:hidden;}
.BaseInfoTable .contact_commany .img img{max-width:185px;}
.BaseInfoTable .contact_commany .info li{
    padding-top: 5px;
    line-height: 30px;
    font-size: 15px;
    color: #666;
}
.BaseInfoTable .contact_commany .info{
    margin-top:18px;
}
.BaseInfoTable .contact_commany .info li span{
    color:#1B9EE9;
}
.BaseInfoTable .contact_commany .info li span.red{
    color:#FF5400;
}

.BaseInfoTable .contact_commany .goto {
    width: 145px;
    height:36px;
    margin-top:20px;

}
.BaseInfoTable .contact_commany .goto a{
    display: block;
    text-align: center;
    border: #DDD solid 1px;
    background: #FAFAFA;
    line-height: 36px;
    font-size: 15px;
    color:#333;
}
.BaseInfoTable .contact_commany .goto a:hover{
    background:#F2F2F2;
}
.BaseInfoTable .contact_commany .shop_weixin{
    margin-top:50px;
}
.BaseInfoTable .contact_commany .shop_weixin span{
    font-size: 15px;
    display: block;
    padding-bottom: 16px;
    color: #333;
}
.BaseInfoTable .contact_commany .shop_weixin img{
    width:152px;
    height:152px;
}


/*OtherContent 详细信息及其它内容*/

.OtherContent {
    width: 1200px;
    overflow: hidden;
    margin: 35px auto 0 auto;
}


/*猜你喜欢*/
.OtherContent .like{
    margin-bottom:30px;
    float:left;
    width:200px;
    min-height:300px;
    border:1px solid #DFDEDE;
    overflow:hidden;
}
.OtherContent .like .title{
    height: 50px;
    line-height: 55px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 18px;
    color: #333;
}
.OtherContent .like .piclist{
    width: 170px;
    height: 210px;
    margin: 10px auto 20px;
    border-bottom: 1px dashed #E3E3E3;
    position: relative;
}
.OtherContent .like .piclist .img{
    width:172px;
    height:129px; text-align:center;
}
.OtherContent .like .piclist .img img{max-width:172px;height:129px;}
.OtherContent .like .piclist .shop_title{
    font-size: 12px;
    line-height: 16px;
    padding: 5px;
}
.OtherContent .like .piclist .info{
    overflow:hidden;
    padding:5px;
}
.OtherContent .like .piclist .info span.price{
    text-align:left;
    color:#FF6600;
    font-size: 15px;
    font-weight:bold;
}
.OtherContent .like .piclist .info span.sold{
    text-align:right;
    float:right;
}


.OtherContent .like  .weixincode{
    width: 200px;
    height: 129px;
    position: absolute;
    left: 1px;
    top: 1px;
    display: none; 
}
.OtherContent .like :hover .weixincode{
    display:block;
}
.OtherContent .like  .weixincode:before{
    content: '';
    display: block;
    width: 169px;
    height: 129px;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.7;
    z-index: 10;
}
.OtherContent .like  .weixincode h3{
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #FFF;
    position: relative;
    z-index: 100;
    width: 170px;
}
.OtherContent .like  .weixincode p{
    position: relative;
    z-index: 100;
    text-align: center;
    width: 101px;
    margin: 2px 0px 0px 34px;
    background: #FFF;
    padding: 5px 0px 5px 0px;
    border-radius: 5px;
}


/*changShow  商品详细信息*/

.OtherContent .changShow {
    width: 965px;
    overflow: hidden;
    float: right;
    border:1px solid #DFDEDE;
    border-top:0;
}
.SelectShow {
    width: 965px;
    height: 41px;
    background: #EFEFEF;
    position: absolute;
    border-top: 2px solid #1B9EE9;
    
}
.SelectShow span em{
    float:left;
    width:3px;
    height:40px;
    background:#fff;

}
.SelectShow span {
    
    display: block;
    line-height: 53px;
    float: left;
    cursor: pointer;
    padding: 0 15px 0 15px;
    width: 80px;
    font-size: 14px;
    height: 53px;
    color: #888;
    position: relative;
    top: -11px;
}

.SelectShow span.ck{
    background: url(bj_nav.png) no-repeat;color: #fff;
}

.SelectShowType .cont {
    padding: 10px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    word-break: break-all;
    width: 945px;
    overflow: hidden;
}

 .SelectShowType{
    margin-top: 60px;
    margin-bottom:30px;
    overflow: hidden;
}

/**listComment**/
.listComment{
	width:100%;
	display:table;
	margin:15px auto 0 auto;
}
.listComment dt,.listComment dd{
	display:table-cell;
}
.listComment dt{
	width:60px;
	vertical-align:middle;
	padding:10px;
	border:#DDD solid 1px;
}
.listComment dt a{
	display:block;
	width:60px;
	height:60px;
	overflow:hidden;
	border-radius:30px;
}
.listComment dt a img{
	width:60px;
	height:60px;
}
.listComment dd{
	padding:5px 10px;
}
.listComment dd{
	border:#DDD solid 1px;
	border-left:0;
}
.listComment dd div{
	line-height:25px;
	border-bottom:#DDD dotted 1px;
	color:#666;
}
.listComment dd div a{
	color:#369;
}
.listComment dd div span{
	color:#F60;
}
.listComment dd p{
	line-height:20px;
	padding-top:5px;
	font-size:14px;
	color:#666;
}
.CommentPage{
	text-align:center;
	padding:10px 0 10px 0;
}
.CommentPage a{
	display:inline-block;padding:5px;text-align:center;color:#fff;background:#369;border:0 none;box-shadow:#ddd 0 1px 1px;border-radius:3px;
}
.NoComment{
	text-align:center;
	padding:20px 0 20px 0;
	line-height:25px;
	color:red;
	font-size:24px;
}