﻿/* 黑色风格 */
body.black .footerBar{background:#2b2b2b;}
body.black .footerBar div{}
body.black .footerBar div a{ color:#f2f2f2;}
body.black .footerBar div:after{border-right:1px solid #585757;}

body.black #toolbarnav{background:#2b2b2b;} /* 顶部通栏颜色 */
body.black #mobileMenu{background:#2b2b2b;} /* 滑出菜单（底色） */
body.black #mobileMenu ul li a{background:#2b2b2b;} /* 滑出菜单（a颜色） */
body.black #mobileMenu ul li.hover a{background:#171717;} /* 滑出菜单（选中） */
body.black #mobileMenu ul li a:after {border-bottom:1px solid #242424;} /* 滑出菜单（下线） *


/* 白色风格 */
body.gray .footerBar{background:#e3e3e3;}
body.gray .footerBar div{border-left: 1px solid #e3e3e3;}
body.gray .footerBar div a{border-left: 1px solid #e3e3e3}

body.gray #toolbarnav{background:#e3e3e3;} /* 顶部通栏颜色 */
body.gray #toolbarnav h1{ color:#333;}
body.gray #menu-btn span,body.gray #menu-btn em{ color:#333; opacity:1;}

body.gray #mobileMenu{background:#1370a5;} /* 滑出菜单（底色） */
body.gray #mobileMenu ul li a{background:#1370a5;} /* 滑出菜单（a颜色） */
body.gray #mobileMenu ul li.hover a{background:#3e8dbb;} /* 滑出菜单（选中） */
body.gray #mobileMenu ul li a:after {border-bottom:1px solid #085c8b;} /* 滑出菜单（下线） */


/* 蓝色风格 */
body.blue .footerBar{background:#1370a5;}
body.blue .footerBar div{}
body.blue .footerBar div a{color:#fff;}
body.blue .footerBar div:after{border-right:1px solid #08537e;}

body.blue #toolbarnav{background:#1369c0;} /* 顶部通栏颜色 */
body.blue #mobileMenu{background:#1370a5;} /* 滑出菜单（底色） */
body.blue #mobileMenu ul li a{background:#1370a5;} /* 滑出菜单（a颜色） */
body.blue #mobileMenu ul li.hover a{background:#3e8dbb;} /* 滑出菜单（选中） */
body.blue #mobileMenu ul li a:after {border-bottom:1px solid #085c8b;} /* 滑出菜单（下线） */


/* 红色色风格 */
body.red .footerBar{background:#a30303 ;}
body.red .footerBar div{}
body.red .footerBar div a{color:#fff;}
body.red .footerBar div:after{border-right:1px solid #730202;}

body.red #toolbarnav{background:#a30303;} /* 顶部通栏颜色 */
body.red #mobileMenu{background:#700404;} /* 滑出菜单（底色） */
body.red #mobileMenu ul li a{background:#700404;} /* 滑出菜单（a颜色） */
body.red #mobileMenu ul li.hover a{background:#840303;} /* 滑出菜单（选中） */
body.red #mobileMenu ul li a:after {border-bottom:1px solid #660303;} /* 滑出菜单（下线） */


/* 绿色风格 */
body.green .footerBar{background:#327010;}
body.green .footerBar div{}
body.green .footerBar div a{color:#fff;}
body.green .footerBar div:after{border-right:1px solid #205404;}

body.green #toolbarnav{background:#327010;} /* 顶部通栏颜色 */
body.green #mobileMenu{background:#235606;} /* 滑出菜单（底色） */
body.green #mobileMenu ul li a{background:#235606;} /* 滑出菜单（a颜色） */
body.green #mobileMenu ul li.hover a{background:#307a07;} /* 滑出菜单（选中） */
body.green #mobileMenu ul li a:after {border-bottom:1px solid #1e4d04;} /* 滑出菜单（下线） */