/*
Theme Name: 移动设备配件
Theme URI: 
Description:这是我们第一次合作哦
Author: 梦想飞了 
Author URI: 
Version: 1.0 
Tags: 梦想飞了,wordpress
*/
body{ font-family:"微软雅黑", "Adobe 黑体 Std R";}

/*分页美化样式*/
.page_navi{overflow:hidden;width:100%;text-align:center}
.page_navi a{height:36px;border:1px solid #DDD;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;color:#888;text-decoration:none;line-height:36px;margin:2px;padding:3px 8px}
.page_navi a:hover,.page_navi a.current{text-decoration: none;border:1px solid #FFBB76;color:#FF7200;}
.properties span img{ 
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\' x=\'0\' y=\'0\' width=\'100%\' height=\'100%\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");  
    filter: gray;
}
.tab_content li .prdouct_descirption .content_text img{width:auto;height:auto}