/*--点击大图弹窗--*/
.afimg_container {
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    *zoom: 1;  
	background: rgba(0,0,0,.7);
	filter:Alpha(opacity=70); 	
	z-index:2000
}
.afimg_head {
    clear: both;
    height: 36px;	
    padding: 10px 280px 10px 10px;
    color: silver;
	background: #000;
	border-bottom: 1px solid #777;
	text-align: center;
	position: relative;
}
.afimg_head span{
	display: inline-block;	
	width: auto;
	margin: 0 10px;
	line-height: 36px;
	font-size:16px;
	color:#fff;
	vertical-align: top;
}
.afimg_div{
	height:86.5%;
	position:relative;
	top:0;
	bottom:0;	
}

.afimg_left {
    margin-right: 276px;
    position: relative;
    height: 100%;
    -moz-user-select: none;
    -webkit-user-select: none;
    *zoom: 1;
	overflow: auto;
	top: 0px;
    right: 0;
    bottom: 0;
}
.afimg_right {
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    _height: 100%;     
    width: 270px;
    z-index: 10;
    *zoom: 1;
	color: #fff;
	background:#000;	
}
.afimg_right h6 {
	display: block;
    font-size: 16px;
    font-weight: 700;    
    padding: 0 25px;
	height:70px;
	border-bottom:1px solid #777;
    line-height: 70px;
}
.afimg_right .afimg_info{
	padding:10px 0;
}
.afimg_right .afimg_info li{
	height: auto;
	font-size:14px;
	padding:10px 20px 10px 25px;
	line-height: 22px;
}
.afimg_info span{
	color:#999;
	display: inline-block;	
}
.enlarge{
	background-image: url("//icons.mydrivers.com/icon/enlarge.png");
}
.reduce{
	background-image: url("//icons.mydrivers.com/icon/reduce.png");
}
.onetoone{
	background-image: url("//icons.mydrivers.com/icon/onetoone.png");
}
.down_img{
	background-image: url("//icons.mydrivers.com/icon/down_img.png");
}
.stamp{
	background-image: url("//icons.mydrivers.com/icon/stamp.png");
}
.afimg_head span.lines{
	background:#fff;
	width:1px !important;
}
.afimg_head span a{
	width: 36px;
	height: 36px;	
	display:inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 5px;
}
.afimg_head a:hover{
	background-color: #333;
}
.close5 {
    position: absolute!important; 
    top: 10px;
    right: 10px;
    height: 32px;
    width: 32px;
    display: inline-block;
    background: url(//icons.mydrivers.com/icon/close5.png) no-repeat center center;
    z-index: 211;
}
a:hover.close5{
	 background: url("//icons.mydrivers.com/icon/close5_cur.png") no-repeat center center;
}
.afimg_original {
   position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    *zoom: 1;
    width: 100%;
    height: 100%;
    text-align: center;   
}
.afimg_original img{
	wight:auto;
	height:auto;
}
.afimg_left a {
    display: inline-block;
    width: 56px;
    height: 56px;
    position: fixed;
    cursor: pointer;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    cursor: pointer;
    z-index: 20002;
    top: 50%;
    margin-top: -28px;
}
a.imgarrow_left{
	left:15%;
	margin-left:-28px;
	background: url("//icons.mydrivers.com/icon/toleft.png") no-repeat center center;   
}
a:hover.imgarrow_left{
	background: url("//icons.mydrivers.com/icon/toleft_cur.png") no-repeat center center;   
}
a.imgarrow_right {
    right: 15%;
    margin-right: 242px;
    background: url(//icons.mydrivers.com/icon/toright.png) no-repeat center center;
}
a:hover.imgarrow_right{
	background: url("//icons.mydrivers.com/icon/toright_cur.png") no-repeat center center; 
}
a.gry_left{
	background: url("//icons.mydrivers.com/icon/noselect_left.png") no-repeat center center !important; 
	cursor:auto;
	opacity: 0.8
}
a:hover.gry_left{
	background: url("//icons.mydrivers.com/icon/noselect_left.png") no-repeat center center!important; 
}
a.gry_right{
	background: url("//icons.mydrivers.com/icon/noselect_right.png") no-repeat center center!important; 
	cursor:auto;
	opacity: 0.8
}
a:hover.gry_right{
	background: url("//icons.mydrivers.com/icon/noselect_right.png") no-repeat center center!important; 	
}
/* 定义滚动条样式 */
.afimg_left::-webkit-scrollbar {
  width: 6px;
  height: 3px;
 background-color: rgba(250, 255, 250, 0.05);
} 
/*定义滚动条轨道 内阴影+圆角*/
.afimg_left::-webkit-scrollbar-track {
box-shadow: inset 0 0 0px rgba(250, 250, 250, .05);
  border-radius: 3px;
  background-color: rgba(250, 250, 250, .05);
}
 
/*定义滑块 内阴影+圆角*/
.afimg_left::-webkit-scrollbar-thumb {
  border-radius: 3px;
  box-shadow: inset 0 0 0px rgba(227, 227, 227, .5);
  background-color: rgba(158, 158, 158, .5);
}
.afimg_left::-webkit-scrollbar-thumb:hover{
  background-color: rgba(227, 227, 227, 0.5);
}

.afimg_bottom{
	height:80px;
	background: #000;
	padding:20px 0;
	text-align: center;
	border-top: 1px solid #777;
	position: absolute;
	left:0;
	right:0; 
    bottom: 0;
    z-index: 2102;
}
.afimg_bottom span{
	display: inline-block;
	margin:0 10px;
	width: 80px;
	height: 80px;
}
.afimg_bottom span img {
    width: 74px;
    height: 74px;
    border: 3px solid #999;
    opacity: .7;
}

.afimg_bottom span:hover img,.afimg_bottom span.cur img{
	opacity: 1;
	border:3px solid #32a7ff;
}


.bottom_div{
	width:894px;
	height: 82px;
	position: relative;
	overflow:hidden;
	margin: auto;
	white-spance:nowrap
}
.reverseleft,.reverseright{
	display: inline-block;
	top:0;
	position: absolute;	
	background: #000;
    z-index:56;
	}
.reverseleft a,.reverseright a{
	width: 42px;
	height: 82px;
}
.reverseleft{
	left:0;
}
.reverseright{
	right:0;
}
.reverseleft a{
	display: block;
	background: url("//icons.mydrivers.com/icon/reverseleft.png") no-repeat;
}
.reverseleft a:hover{
	background: url("//icons.mydrivers.com/icon/reverseleft_cur.png") no-repeat;
}
.reverseright a{
	display: block;
	background: url("//icons.mydrivers.com/icon/reverseright.png") no-repeat;
}
.reverseright a:hover{
	background: url("//icons.mydrivers.com/icon/reverseright_cur.png") no-repeat;
}
.bottom_brightness a{
	filter: grayscale(100%);
	opacity: .25;
	cursor: no-drop;
}
.afimg_bottom span{
	display: inline-block;
	margin:0 5px;
	width: 80px;
	height: 80px;	
}
.afimg_bottom span img{
	width:74px;
	height: 74px;
	border:3px solid transparent;
	opacity: .7;
}
.afimg_bottom span:hover img,.afimg_bottom span.cur img{
	opacity: 1;
	border:3px solid #32a7ff;
}
/*插入商品样式开始*/
.kkjgoods{
    FONT-SIZE:14px;
	FONT-FAMILY: "Microsoft YaHei", "Arial Narrow";
	COLOR:#4c4c4c;
	LINE-HEIGHT:22px;
	background:#fff;
	height:auto;
	padding:10px 0;
	max-width:800px;
	min-width:320px;
	margin: auto;
}
.kkjgoods img {
	border:0
}
.kkjgoods a {
	COLOR:#343434 !important;
	TEXT-DECORATION:none
}
.kkjgoods .color{
	color: #fff;
	display:inline-block;
	padding:0 3px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size:12px !important;
	margin-right:5px;
	line-height: 17px;
	}
.kkjgoods .c_tm{	
	background: #ff0036;
}
.kkjgoods .c_tb{	
	background: #ff6000;
}
.kkjgoods .c_jd{
	background:#c81522;	
	}
.kkjgoods .c_sn{background:#ffaa00;}	
.kkjgoods .buylist_box {
	height:auto;
	padding: 18px 12px;
	color:#888;
	font-size:12px;
	position: relative;
	border:1px solid #eee;
	border-radius: 5px;
	margin:0;
	overflow: hidden;
}
.kkjgoods .buylist_box a {
		display: block;
}
.kkjgoods .buylist_box span.img {
	width:105px;
	height:105px;
	float:left;
}
.kkjgoods .goosd_info {
	display: inline-block;
    float: right;
    width: 63%;
}
.kkjgoods .goosd_info .name {
	font-size:14px;
	height: 44px;
	line-height: 22px;
	overflow:hidden;
}
.kkjgoods .xjia {
	display:inline-block;
	color:#f23535;
	font-size:16px;
	padding-bottom:3px;
	line-height: 28px;
}
.kkjgoods .xjia_large {
	font-size: 18px !important;	
}
.kkjgoods .yjia {
	font-size:12px;
	display:inline-block;
	color:#999;
	padding:0px 3px 8px 0px;
}
.kkjgoods .buy_btn {
	float:right
}
.kkjgoods .buy_btn{
	display: block;
	background: #f23535;
	color:#FFf;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
	padding: 0px 15px;
	height: 28px;
	line-height: 28px;
}
.kkjgoods .buy_btn:hover {
	color:#fff;
	background: #f80404;
}
.kkjgoods .buy_img{
    display: inline-block;
    float: left;
    height: auto;
    width: 32% !important;	
    padding-left: 1%;
    text-align: right;
}
.kkjgoods .buy_img img{
	width:100%;
	height: auto;
	border-radius: 5px;
}
@media only screen and (min-width: 500px) {
.kkjgoods .buy_img {
    width: 19% !important;	
    padding-left: 1%; 
}
.kkjgoods .goosd_info {
    display: inline-block;
    float: right;
    width: 76%;
}
}
.identifying {
	background: #ccc;
	position: absolute;
	width: 28px;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	bottom: 20px;
	left: 20px;
	border-radius: 2px;
}
/*插入商品样式结束*/