/*paipin_03_css*/

.news_area .goods_detail {
    position: relative;
}

.news_area .goods_detail div {
    display: inline-block;
}

.news_area .goods_detail .box_left,
.box_right {
    height: 480px;
    /*position: absolute;
    top: 30px;*/
    position: relative;
    margin-top: 15px;
}

.news_area .goods_detail .box_left {
    width: 628px;
    height: 100%;
    float: left;
    /*top: 60px;*/
}

.news_area .goods_detail .box_right {
    width: 330px;
    right: 0px;
    float: right;
}

.news_area .goods_detail .box_left .box_play .name .left,
.news_area .goods_detail .box_left .box_play .name .right {
    position: relative;
    font-size: 16px;
    color: #333;
    /*top: -30px;*/
    line-height: 30px;
}

.news_area .goods_detail .box_left .box_play .name .left {
    left: 0px;
    float: left;
}

.news_area .goods_detail .box_left .box_play .name .right {
    right: 15px;
    float: right;
    position: absolute;
}

.news_area .goods_detail .box_left .box_play {
    position: relative;
}

.news_area .goods_detail .box_left .img_play {
    width: 615px;
    height: 446px;
    background-color: gray;
    /*position: absolute;
    bottom: 0px;*/
    border: 1px solid #ccc;
   /*  overflow: hidden; */
}

.news_area .goods_detail .box_left .img_play img {
    /* width: 615px;
    height: 420px; */
}

.news_area .goods_detail .box_left .img_play .area_btn {
    position: relative;
    left: 15px;
    bottom: 40px;
}

.news_area .goods_detail .box_left .img_play .area_btn div {
    width: 25px;
    height: 25px;
    color: #666;
    text-align: center;
    line-height: 25px;
    margin-left:9px;
    background-color: #b5b5b5;
}

.news_area .goods_detail .box_left .detail_present {
    position: relative;
    /*top: 450px;*/
    border: 1px solid #ccc;
    color: #666;
    line-height: 30px;
    width: 615px;
    margin-top: 15px;
}

.news_area .goods_detail .box_left .detail_present>div {
    border-bottom: 1px dotted #ccc;
    margin-top: 10px;
    padding: 10px 0px;
    width: 565px;
    margin: 0px 15px;
}

.news_area .goods_detail .box_left .detail_present>div:first-child {
    border-bottom: 1px solid #ccc;
    padding: 5px;
    margin-top: 15px;
}

.news_area .goods_detail .box_left .detail_present>div:last-child {
    border-bottom: none;
}

.news_area .goods_detail .box_left .detail_present .name {
    font-size: 16px;
    color: #333;
}

.news_area .goods_detail .box_left .detail_present .price {
    font-size: 30px;
}

.news_area .goods_detail .box_left .detail_present .btn,
.btn2 {
    color: white;
    padding: 0px 10px;
    border-radius: 6px;
    position: absolute;
    right: 20px;
}

.news_area .goods_detail .box_left .detail_present .btn {
    background-color: #999;
    line-height: 25px;
}

.news_area .goods_detail .box_left .detail_present .btn2 {
    background-color: #e10000;
    line-height: 35px;
    top: 140px;
}

.news_area .goods_detail .box_left .detail_present .h1 {
    color: #333;
}

.news_area .goods_detail .box_left .detail_present .h2 {
    color: black;
}

.news_area .goods_detail .box_left .detail_present span {
    color: #cc0000;
}

.news_area .goods_detail .box_right {
   /*  border: 1px solid #ccc; */
  /*   height:505px; */
}

.news_area .goods_detail .box_right .title {
    position: relative;
    width: 330px;
    margin-top: 0px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
   /*  white-space: nowrap; */
}

.news_area .goods_detail .box_right .title:hover {
overflow:visible;
}

.news_area .goods_detail .box_right .detail_other {
    margin: 5px;
}

.news_area .goods_detail .box_right .detail_other .box_img {
    border: 1px solid #efefef;
}

.news_area .goods_detail .box_right .detail_other:hover .box_img {
    border: 3px solid #e10000;
}

.box_img1{
	 border: 3px solid #e10000;
}

.news_area .goods_detail .box_right .detail_other .box_text {
    vertical-align: middle;
    line-height: 25px;
    padding: 5px;
    width: 210px;
    text-align: left;
}

.news_area .goods_detail .box_right .detail_other .box_text .h1 {
    color: black;
}

.news_area .goods_detail .box_right .detail_other .box_text .h2 {
    color: #cc0000;
    padding: 0px;
}

.news_area .goods_detail .box_right .detail_other .box_text .h3 {
    color: #999;
}

.news_area .goods_detail .box_right .box_btn {
    position: relative;
    bottom: 0px;
    background-color: white;
    width: 100%;
}

.news_area .goods_detail .box_right .box_btn div {
    float: left;
    line-height: 30px;
    display: inline-block;
    padding: 0px 10px;
}

.news_area .goods_detail .box_right .box_btn .btn_arrow span {
    width: 100px;
}

.news_area .goods_detail .box_right .box_btn .btn_all_view {
    background-color: #999;
    color: white;
    float: right;
    margin-right: 10px;
}
/* .news_area{
	height:50px;
}  */

.news_area .goods_detail .box_right .box_waring {
    position: relative;
    margin-top: 15px;
    line-height: 22px;
}

.news_area .goods_detail .box_right .box_waring .name {
    border-bottom: 1px dotted #ccc;
    padding: 10px 5px;
    width: 100%;
}

.news_area .goods_detail .box_right .box_waring .area_text {
    color: #666;
    margin-top: 15px;
}

.detailRight {
    width: 140px;
    
}
.box_btn{
	margin-top:10px;
	
}
/* 图片放大css */
/* 鼠标释放消失图片*/
.tb-s310, .tb-s310 a{
	height:310px;
	/* width:310px; */
	}
/*控制放大图片的大小*/
div.zoomDiv{
	z-index:999;
	position:absolute;
	top:0px;
	left:0px;
	width:200px;
	height:200px;
	background:#ffffff;
	border:1px solid #CCCCCC;
	display:none;
	text-align:center;
	overflow:hidden;
	}
	/*图片阴影*/
div.zoomMask{
	position:absolute;
	background:url("img/pic/mask.png") repeat scroll 0 0 transparent;
	cursor:move;
	z-index:1;
	}
/*paipin_03_&_04_css end*/