@charset "utf-8";
/*字体信息*/
.unblack12{
font:12px Arial;color: #000;text-decoration:line-through;
}
.white48{
font:48px Arial;color: #FFF;font-weight:bold;
}/*白色48号粗*/
.white24{
font:24px Arial;color: #FFF;font-weight:bold;font-style: italic;
}/*白色24号粗斜*/
.white26{
font:26px Arial;color: #FFF;font-weight:bold;font-style: italic;
}/*白色24号粗斜*/
.black9{
font:9px Arial;color: #000;
}/*黑色9号*/
.black12{
font:12px Arial;color: #000;
}/*黑色12号*/
.black13{
font:13px Arial;color: #000;
}/*黑色13号*/
.black14{
font-size:14px;color: #000;
}/*黑色14号*/
.black15b{
font-weight:bold;font-size:15px;color: #000;
}/*黑色15号粗*/
.black14b{
font-weight:bold;font-size:14px;color:#000;font:Arial;line-height:27px
}/*黑色14号加粗*/
.black13_bg{
font:13px Arial; background-color:#323232;font-weight:bold;
}/*黑色背景，白色13号*/
.gray12{
font-size:12px;color:#787878;
}/*灰色12号*/
.gray12b{
font-size:12px;color:#787878;
}
.gray12line{
font-size:12px;color:#787878;
}/*灰色12号删除线*/
.gray12italic{
font-size:12px;color:#787878;font-style: italic;
}/*灰色12号斜体用于折扣*/
.red12
{font-size:12px;color:#E30202;
}/*红色12号*/
.green14b{
font-size:14px;font-weight:bold;color:#486858;
}/*白色背景下绿色14号标题*/
.green14{
font-size:14px;font-weight:bold;color:#78921D;margin:7px;
}/*白色背景下绿色14号标题*/
.green16{
font-size:16px;font-weight:bold;color:#78921D;margin:7px;
}/*白色背景下绿色16号标题*/
.red13{
font-size:13px;color:#E30202;font-weight:bold;
}/*红色用于分类浏览*/
.red{
color:#E30202;
}/*白色背景下红色14号标题*/
.red16{
font-size:16px;font-weight:bold;color:#E30202;margin:7px;
}/*红色13号加粗*/
.red12c{
font-size:12px;color:#E30202;font-weight:bold;
}/*红色12号加粗*/
.red14{
font-size:14px;color:#E30202;font-weight:bold;
}/*红色14号加粗*/
.red18c{
font-size:18px;color:#E30202;font-weight:bold;
}/*红色18号加粗*/
.red24{
font-size:24px;color:#E30202;font-weight:bold;
}/*红色24号加粗*/
.brown{
font-size:12px; color:#AE6E09;
}/*棕色12号*/
.brown14{
font-size:14px;color:#AE6E09;font-weight:bold;line-height:30px;
}/*棕色14号加粗*/
.noboldbrown14{
font-size:14px;color:#AE6E09;line-height:28px; font-weight:normal;
}/*棕色14号*/
.brown13{
font-size:13px;color:#C98925;line-height:27px; font-weight:normal;
}/*棕色13号*/
.orange30{
font-size:30px;color:#ff9900;font-weight:bold;line-height:30px;
}/*橘黄30号加粗*/
.orange18{
font-size:18px;color:#ff9900;font-weight:bold;line-height:30px;
}/*橘黄18号加粗*/
.orange12{
font-size:12px;color:#ff9900;line-height:20px;
}/*橘黄12号*/
.blue18{
font-size:18px;color:#156EA7;font-weight:bold;line-height:30px;
}/*兰色18号加粗*/
.boldblue14{
color:#09A0E6;font-weight:bold;font-size:14px;
}/*浅兰色14号加粗,详细页面*/
.green12b{
color:#78921D;font-weight:bold;
}/*绿色12号加粗*/
.blue27b{
font-weight:bold;font-size:27px;color:#012C83;font-family:"黑体";line-height:32px
}/*蓝色27号加粗*/
.blue16{
font-size:16px;color:#012C83;font-weight:normal
}/*蓝色16号*/
.blue14b{
font-weight:bold;font-size:14px;color:#012C83;font:Arial;line-height:27px
}/*蓝色14号加粗*/

/*深蓝12号有下划线链接*/
a.blue13:link,a.blue13:visited{
font-size:13px;color:#012C83;line-height:20px;text-decoration:underline;
}/*深蓝13号有下划线链接*/
a.noblue12:link,a.noblue12:visited{
font-size:12px;color:#012C83;line-height:20px;text-decoration:none;
}/*深蓝12号无下划线链接*/
a.noblue13:link,a.noblue13:visited{
font-size:13px;color:#012C83;line-height:20px;text-decoration:none;
}/*深蓝13号无下划线链接*/
a.brown12:link,a.brown12:visited{
font-size:12px;color:#AE6E09;text-decoration:underline;font-family:Arial;
}/*说明性链接棕色12号有下划线*/
a.unbrown14:link,a.unbrown14:visited{
font-size:13px;color:#AE6E09;text-decoration:underline; font-weight:normal
}/*说明性链接棕色13号有下划线*/
a.unbrown14b:link,a.unbrown14b:visited{
font-size:14px;color:#AE6E09;text-decoration:none;
}/*说明性链接棕色14号有*/
a.buy12:link,a.buy12:visited{
font-size:12px;color:#36F;font-weight:bold;text-decoration:underline;
}
/*购物车链接*/
a.buy12:hover{
color:#39F;font-weight:bold;text-decoration:underline;
}
a.noblack12:link,a.noblack12:visited{
font-size:12px;color:#000;text-decoration:none;
}/*黑色12号无下划线链接*/
a.red16:link,a.red16:visited{
font-size:16px;color:#E30202;font-weight:bold;line-height:30px;text-decoration:underline;
}/*黑色12号无下划线链接*/
a.gray12a:link,a.gray12a:visited{
font-size:12px;color:#787878;line-height:20px;text-decoration:underline;
}/*灰色12号有下划线链接*/
a.green16a:link,a.green16a:visited{
font-size:14px;font-weight:bold;color:#78921D;text-decoration:underline;
}
a:hover,a.blue13:hover,a.brown12:hover,a.gray12a:hover,a.unbrown14:hover,a.green16a:hover{
text-decoration:none;
}
a.noblue12:hover,a.noblue13:hover,a.noblack12:hover,a.unbrown14b:hover{
text-decoration:underline;
}
a.boldblue14a:link,a.boldblue14a:visited{
font-size:14px;color:#09A0E6;text-decoration: underline;font-weight:bold;
}