:root {
	--primary-color: #4361ee;
	--primary-dark: #3a56d4;
	--secondary-color: #f72585;
	--text-color: #2b2d42;
	--text-light: #8d99ae;
	--bg-color: #f8f9fa;
	--card-bg: #ffffff;
	--border-color: #e0e0e0;
	--shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	--transition: all 0.3s ease;
}

html, body {
  	height: 100%;
  	display: flex;
	flex-direction: column;
}
body {
	font-size: 14px;
	font-family: "PingFang SC", "Microsoft YaHei","Hiragino Sans GB", "WenQuanYi Micro Hei",sans-serif;
	color:#34314c;
	background:#FFFFFF;
	/*background:#F9F9F9 url(../images/bg.png) fixed center;*/
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6,.btn {font-family:"Helvetica Neue","Helvetica Neue","Microsoft YaHei",Helvetica,"PingFang SC",Tahoma,Arial,sans-serif;}
a {color:#555555;outline:none;text-decoration: none;}
a:hover {color:#F68657;text-decoration:none;}
p {font-weight:500;}
.left {float:left}
.right {float:right}
.clear {clear:both}
.row {margin-right:-10px;margin-left:-10px;}
.hidden {display:none;}
.clear-shadow {box-shadow:none;}
.clear-radius {border-radius:0;}

/* 重定义 */
button, input, optgroup, select, textarea {
    font-family: "PingFang SC", "Microsoft YaHei","Hiragino Sans GB", "WenQuanYi Micro Hei",sans-serif;
}
small{
	font-size: 12px;
}
.badge{
	font-size: 12px;
}

#main-content {
  flex: 1 0 auto;
}

.btn{
	border-width: 1px;
}
.btn:hover {
	border-width: 1px;
	box-shadow:none;
}
.btn-light{
	color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;

}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
	background-color: #F5F5F5;
}

.btn-round{
	border-radius: 5px !important;
}

.form-group.no-border .form-control, .input-group.no-border .form-control {
    padding: 11px 11px;
}

#main-content .tab-pane {
  animation: fadeInUp 0.4s ease;
}

/* 数据表格样式 */
.layui-table {
	width: 100%;
	margin: 15px 0;
	border-collapse: collapse;
}

.layui-table th,
.layui-table td {
	border: 1px solid #e6e6e6;
	padding: 9px 15px;
	font-size: 14px;
}

.layui-table th {
	background-color: #f2f2f2;
	text-align: center;
	font-weight: bold;
}

.layui-table tbody tr:nth-child(even) {
	background-color: #f8f8f8;
}

.layui-table tbody tr:hover {
	background-color: #f0f8ff;
}

.top {background:#F9F9F9;height:40px;border:1px solid #F4F4F4;}
.top .login {height:40px;}
.top .login>ul {margin-bottom:0;float:right;}
.top .login>ul>li {float:left;list-style-type:none;line-height:40px;height:40px;text-align:center;padding:0 10px;font-size:12px;}
.top .login>ul>li:hover {background:#F0F0F0;}
.top .login>ul>li a {font-size: 14px;color:#888;text-decoration:none;}
.top .login>ul>li:hover>a {color:#EC7357;}
.top .login>ul>li:hover>i {color:#EC7357;}
.top .login>ul>li:hover>a {color:#666;}
.top .login>ul>li>i {font-size:14px;color:#999;}
.top .login>ul>li>a>.fa-angle-down {color:#999;-webkit-transition:all 0.3s ease-in;transition:all 0.3s ease-in;}
.top .login>ul>li>a {}
.top .login>ul>li>a:hover .fa-angle-down {color:#999;-webkit-transform:rotate(180deg);transform:rotate(180deg);}
.top .login .userinfo {width:40px;text-align:center;position:relative;}
.top .login .userinfo:hover {background:none;}
.top .login .userinfo>a>div>img {width:30px;border-radius:50%;background:none;margin-top:-3px;transition:0.3s;}
.top .login .i-face {position:absolute;z-index:10000;width:30px;height:30px;left:0;top:0;transition:0.3s;}

/* ===== 用户信息悬浮窗 ===== */
.popover-userinfo {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
    width: 280px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
    z-index: 9999;
    padding: 16px 18px;
    border: 1px solid #e8e8e8;
    overflow: hidden;
}

.popover-userinfo::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -6px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    transform: rotate(45deg);
}

.popover-userinfo h6 {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin: 0 0 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}

.popover-userinfo .list-inline {
    margin: 0 0 8px 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.popover-userinfo .list-inline .left {
    font-size: 13px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 4px;
}

.popover-userinfo .list-inline .left img {
    height: 18px;
    vertical-align: middle;
}

.popover-userinfo .list-inline .right {
    flex: 1;
    margin-left: 10px;
    min-width: 0;
}

.popover-userinfo .list-inline .left2 {
    font-size: 13px;
    color: #666;
}

.popover-userinfo .list-inline .left2 font {
    font-weight: 600;
}

.popover-userinfo .list-inline .left2 .coin {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/static/default/images/coin20.png) no-repeat center;
    background-size: contain;
    vertical-align: middle;
    margin-left: 2px;
}

.popover-userinfo .progress {
    height: 8px;
    margin: 0;
    border-radius: 4px;
    background: #f0f0f0;
}

.popover-userinfo .progress-bar {
    font-size: 8px;
    line-height: 8px;
    border-radius: 4px;
}

.popover-userinfo .logout {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
}

.popover-userinfo .logout .col {
    padding: 0;
    flex: 1;
    text-align: center;
}

.popover-userinfo .logout .col a {
    font-size: 13px;
    color: #666;
    transition: color 0.2s;
    display: block;
    padding: 6px 0;
    border-radius: 6px;
}

.popover-userinfo .logout .col a:hover {
    color: #f96332;
    background: #fafafa;
    text-decoration: none;
}

.popover-userinfo .logout .col:last-child a {
    color: #e74c3c;
}

.popover-userinfo .logout .col:last-child a:hover {
    color: #c0392b;
    background: #fef2f2;
}

.popover-userinfo .clear {
    clear: both;
}
.top .login .on .i-face {left:-15px;top:10px;height:64px;width:64px;}
.top .login .on .i-face>img {height:64px;width:64px;transition:0.3s;}
.top-logo {background:#FFF;padding-top: 20px;}
.top-logo>.container {height:100px;}


/* 语言切换样式 */
.lang-switch {
  float: right;
  margin: 0;
  padding: 0;
}
.lang-switch > li {
  float: left;
  list-style-type: none;
  line-height: 40px;
  height: 40px;
  text-align: center;
  padding: 0 10px;
  font-size: 12px;
}
.lang-switch > li:hover {
  background: #F0F0F0;
}
.lang-switch > li > a {
  color: #888;
}
.lang-switch > li:hover > a {
  color: #666;
}
.lang-switch .dropdown-menu {
  min-width: 90px;
  text-align: center;
  padding: 5px 0;
}
.lang-switch .dropdown-menu > li > a {
  padding: 5px 10px;
  display: block;
  color: #333 !important;
}
.lang-switch .dropdown-menu > li > a:hover {
  background-color: #f5f5f5;
}

/* ========================================
   Dropdown Menu 全局主题样式
   Bootstrap 5 Dropdown 统一样式优化
   ======================================== */
.dropdown-menu {
  font-size: 13px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 6px 0;
  margin-top: 2px;
  background-color: #fff;
}

.dropdown-menu .dropdown-item,
.dropdown-menu .dropdown-header,
.dropdown-menu > li > a,
.dropdown-menu a {
  font-size: 13px;
  padding: 6px 16px;
  color: #555;
  line-height: 1.5;
  transition: all 0.2s ease;
}

.dropdown-menu .dropdown-header {
  font-size: 12px;
  font-weight: 600;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 8px 16px;
  background-color: #fafafa;
  border-bottom: 1px solid #eee;
  margin-bottom: 4px;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu > li > a:hover,
.dropdown-menu a:hover {
  background-color: #f8f9fa;
  color: var(--primary-color);
  padding-left: 20px;
}

.dropdown-menu .dropdown-item:active,
.dropdown-menu > li > a:active {
  background-color: var(--primary-color);
  color: #fff;
}

.dropdown-menu .dropdown-divider {
  margin: 6px 0;
  border-color: #e0e0e0;
}

.dropdown-menu .dropdown-item-text {
  font-size: 13px;
  color: #666;
  padding: 6px 16px;
}

.dropdown-menu .disabled {
  color: #ccc;
  cursor: not-allowed;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* Navbar 中的dropdown 特殊样式 */
.navbar .dropdown-menu {
  min-width: 180px;
  border: none;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.navbar .dropdown-menu .dropdown-item,
.navbar .dropdown-menu > li > a {
  padding: 8px 20px;
  font-size: 13px;
}

/* 小尺寸 dropdown (如按钮组) */
.btn-group-sm .dropdown-menu,
.dropdown-menu-sm {
  font-size: 12px;
  padding: 4px 0;
}

.btn-group-sm .dropdown-menu .dropdown-item,
.dropdown-menu-sm .dropdown-item {
  padding: 4px 12px;
  font-size: 12px;
}

/* 大尺寸 dropdown (如用户菜单) */
.dropdown-menu-lg {
  min-width: 220px;
  font-size: 14px;
}

.dropdown-menu-lg .dropdown-item {
  padding: 10px 20px;
}

/* 带图标的 dropdown 项 */
.dropdown-menu .dropdown-item i,
.dropdown-menu .dropdown-item .icon {
  margin-right: 8px;
  width: 16px;
  text-align: center;
  font-size: 14px;
}

/* 响应式调整 */
@media (max-width: 768px) {
  .dropdown-menu {
    font-size: 14px;
  }
  
  .navbar .dropdown-menu {
    box-shadow: none;
    border: 1px solid #eee;
  }
}

#messagenum {position:absolute;top:0;font-size:12px;font-weight:300;padding:0px 3px;right:0;}
#login_top_yes>li {position:relative;}

.top .nav-top a {height:40px;line-height:40px;padding:0 10px;display:inline-block;color:#666;text-decoration: none;}
.top .nav-top a:hover {background:#F0F0F0;color:#666;}

.space {margin-top:20px;}

.navbar-main {background-color:#FFFFFF !important;box-shadow:0 3px 3px rgba(0,0,0,0.05);margin-bottom:0;height:100px;border-bottom:#f96332 3px solid;flex-shrink: 0;}
.navbar-main .navbar-nav .nav-link:not(.btn) {font-size:16px;text-align:center;padding:0px 14px;height:40px;line-height:42px;border-radius:20px;}
.navbar-main a:not(.btn):not(.dropdown-item) {color:#555;}
.navbar-main .navbar-nav .nav-item.active .nav-link:not(.btn),.navbar-main .navbar-nav .nav-item .nav-link:not(.btn):focus,.navbar-main .navbar-nav .nav-item .nav-link:not(.btn):hover,.navbar-main .navbar-nav .nav-item .nav-link:not(.btn):active {background-color:#f96332;border-radius:20px;color:#FFF;}

/* ====== A导航：低分辨率下始终显示（取消消失逻辑） ====== */
/* 覆盖 Bootstrap 原生折叠行为 */
.navbar-main .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}
.navbar-main .navbar-toggler {
    display: none;
}
/* 覆盖 now-ui-kit 在 ≤991px 下的 sidebar-collapse 变换逻辑 */
@media (max-width: 991px) {
    body.sidebar-collapse .navbar-main .navbar-collapse {
        position: static !important;
        display: flex !important;
        flex-direction: row !important;
        transform: none !important;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        opacity: 1 !important;
        background: transparent !important;
        max-height: none !important;
        overflow: visible !important;
    }
    body.sidebar-collapse .navbar-main .navbar-collapse::before {
        display: none !important;
    }
    body.sidebar-collapse .navbar-main .navbar-collapse .navbar-nav {
        margin-top: 0 !important;
        flex-direction: row !important;
    }
    body.sidebar-collapse .navbar-main .navbar-collapse .navbar-nav .nav-link {
        color: #555 !important;
    }
    body.sidebar-collapse .navbar-main .navbar-collapse .navbar-nav .nav-link:not(.btn) {
        color: #555 !important;
    }
    body.sidebar-collapse .navbar-main .navbar-collapse .dropdown-menu .dropdown-item {
        color: #333 !important;
    }
}
/* ====== Style B 导航完整样式 ====== */
.navbar-main2 {
    margin: 0;
    height: 50px;
    flex-shrink: 0;
    padding: 0;
    background-color: var(--primary-color); /* 与主题 CSS 变量联动 */
}
.navbar-main2 .navbar-nav .nav-link {
    font-size: 15px;
    padding: 0 14px;
    height: 50px;
    line-height: 50px;
    text-transform: none;
    transition: background-color 0.25s ease, color 0.25s ease;
    position: relative;
    white-space: nowrap;
}
.navbar-main2 .navbar-nav .nav-link:hover,
.navbar-main2 .navbar-nav .nav-link:focus {
    background-color: rgba(255, 255, 255, 0.12);
    color: #fff !important;
}
.navbar-main2 .navbar-nav .nav-item.active .nav-link {
    background-color: rgba(255, 255, 255, 0.18);
    color: #fff !important;
}
.navbar-main2 .navbar-nav .nav-item:not(:last-child) {
    margin-right: 6px;
}
/* 下拉菜单 hover 展开 — 不依赖 JS 点击 */
.navbar-main2 .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
}
/* 下拉菜单项 hover */
.navbar-main2 .dropdown-menu .dropdown-item:hover,
.navbar-main2 .dropdown-menu .dropdown-item:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

.page-title {padding:50px 0;background-size:cover;background-position:50% 50%;background-image:url('../images/page-bg2.png');height:200px;margin-top:0px;}
.page-title .page-header {color:#FFF;border-bottom:0;max-height:30px;min-height:30px;}

.footer {
  flex-shrink: 0;
  width: 100%;
  margin-top: auto;
}
#footer {background-color:#2c2c2c;color:#eee; padding-bottom: 0;}
#footer .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
#footer div[class*=footer] {margin-bottom:30px}
#footer div[class*=footer] ul>li {margin-bottom:4px}
/*#footer div[class*=col] {padding-left:25px;padding-right:25px}
*/#footer h4 {}
#footer a,#footer p {color:#CCC;font-size: 12px;}
#footer a:hover {color:#fff;border-bottom:solid 1px #fff}
#footer .copy-right {background-color:rgba(51,51,51,1);height:50px;line-height:50px;margin-top:10px;text-align:center;font-size: 12px;}
#footer .links li a {padding:0;}
#footer .links li a img {height:32px}
#footer #androidApp {width:100%;}
#footer #iosApp {width:100%;}
#footer .footer-app p {text-align:center;font-size:12px;margin-top:4px;}

/* index */
.index .main {margin-bottom:20px;}
/*.index #footer {margin:0;}*/
.index .container-fluid {margin-top:20px;}
/*.index .container-fluid:nth-child(odd) {background:#F9F9F9;}*/
.slide-index {margin-top:0px;}
.slide-index .carousel-inner {box-shadow:none;}
.banner-box {text-align:center}

/* 新闻页 */
.news #footer{margin-top:0}
.news .news-list {height:255px;}
.news .news-list .list-unstyled {margin-bottom:0;}
.news .news-list .list-unstyled a {display:block;float:left;width:calc(100% - 38px);overflow:hidden;color:#444;height:22px;line-height:22px;}
.news .news-list .list-unstyled li:hover a,.news .news-list .list-unstyled li:hover span {color:#f96332;}
.news .news-list .list-unstyled span {float:right;color:#999;}
.news .container-fluid,
.newslist .container-fluid {margin-top:0px;padding-top: 30px; min-height:600px;}

/* 侧栏 */
.sidebar .widget {background:none;padding:0;}
.sidebar .widget .title {background:none;font-size:20px;height:60px;line-height:60px;padding:0;margin:0;font-weight:500;}
.sidebar .widget .title .more {color:#cccccc;font-size:14px;float:right;display:block;height:60px;line-height:60px;}
.sidebar .widget .title .more:hover {color:#F68657;}
.sidebar .widget .ad {text-align:center;}
.sidebar .widget .ad img {max-width:100%;}
.sidebar .widget .list-unstyled li {line-height:26px;height:26px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.sidebar .widget .list-unstyled {padding:10px 20px}

/* 侧栏2.0 */
.sidebar .widget2 {background:#FFF;padding:0;border-radius: 6px;}
.sidebar .widget2-content {padding:10px;}
.sidebar .widget2 .title {background:#FFF;font-size:16px;height:50px;line-height:50px;padding:0 10px;margin:0;font-weight:500;border-bottom:1px solid #EEE;border-radius: 6px 6px 0 0;}
.sidebar .widget2 .title .more {color:#cccccc;font-size:14px;float:right;display:block;height:60px;line-height:60px;}
.sidebar .widget2 .title .more:hover {color:#F68657;}
.sidebar .widget2 .list-unstyled {padding:10px 20px}

/* 侧栏 - 菜单栏 */
.button-group-right-menu {width:100%;margin-bottom:20px}
.button-group-right-menu .button {padding:0 0;width:33.33%;background:#FFF;box-shadow:none;border:none;border-right:1px solid #EEE!important;height:60px;font-size:12px;line-height:60px;font-weight:500}
.button-group-right-menu .button i {font-size:22px;line-height:60px}
.button-group-right-menu .active {background:#fc472e;color:#FFF}

/* 侧栏 - 文章 */
.sidebar .list-news {padding:0;margin:0;}
.sidebar .list-news li {line-height:24px;height:24px;list-style-type:none;font-size:14px;overflow:hidden;}
.sidebar .list-news li a {display:inline-block;overflow:hidden;width:calc(100% - 50px);}
.sidebar .list-news li span {display:block;color:#999;float:right;}

/* 右侧动态 */
.sidebar .widget .adnow{padding:0px}
.sidebar .widget .adnow>ul{width:100%; padding:0;}
.sidebar .widget .adnow>ul>li{list-style-type:none; font-size:12px;}
.sidebar .widget .adnow .img-circle{ height:60px; width:60px;}
.sidebar .widget .adnow .avatar{width:20px; height:20px; display:inline-block; margin-top: -2px;}
.sidebar .widget .adnow>ul>li>div{ padding:0; height:30px;line-height:30px;white-space: nowrap;overflow:hidden}
.sidebar .widget .adnow .a{color:#666}
.sidebar .widget .adnow .b a{text-align:center; color:#999;}
.sidebar .widget .adnow .c{ color:#F6B352; text-align:right;}
.sidebar .widget .adnow-jobtask-box{height:126px;}

/* 侧栏2.0 - 动态*/
.sidebar .widget2 .adnow {padding:0px}
.sidebar .widget2 .adnow .avatar {width:60px;height:60px;}
.sidebar .widget2 .adnow-jobtask-box {height:126px;}
.sidebar .widget2 .adnow-mall-box {height:280px;}
.sidebar .widget2 .adnow>ul {width:100%;}
.sidebar .widget2 .adnow>ul.record-list>li {width:100%;border-bottom:1px #EEE solid;padding:10px 12px !important;height:auto;min-height:70px;transition: background 0.2s ease;}
.sidebar .widget2 .adnow>ul.record-list>li:hover {background: #fafafa;}
.sidebar .widget2 .adnow>ul.record-list>li:last-child {border-bottom: none;}

/* 记录头部：状态徽章 + 标题 */
.sidebar .widget2 .adnow .record-header {display:flex;align-items:flex-start;gap:8px;margin-bottom:8px;}
.sidebar .widget2 .adnow .record-title {font-size:13px;color:#333;font-weight:500;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;text-decoration:none;}
.sidebar .widget2 .adnow .record-title:hover {color:#1890ff;}

/* 状态徽章 */
.sidebar .widget2 .adnow .status-badge {display:inline-block;padding:2px 8px;border-radius:10px;font-size:11px;font-weight:500;line-height:1.6;white-space:nowrap;flex-shrink:0;margin-top:1px;}
.sidebar .widget2 .adnow .status-badge.status-success {background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0;}
.sidebar .widget2 .adnow .status-badge.status-fail {background:#fef2f2;color:#dc2626;border:1px solid #fecaca;}
.sidebar .widget2 .adnow .status-badge.status-pending {background:#f0f9ff;color:#0284c7;border:1px solid #bae6fd;}

/* 记录主体：金额 / 耗时 / 用户名 一行三列 */
.sidebar .widget2 .adnow .record-body {font-size:12px;}
.sidebar .widget2 .adnow .record-row {display:flex;justify-content:space-between;align-items:center;}
.sidebar .widget2 .adnow .record-money {color:#ff6b35;font-weight:600;flex-shrink:0;}
.sidebar .widget2 .adnow .record-money .money {color:#ff6b35;font-size:13px;}
.sidebar .widget2 .adnow .record-money .coin {display:inline-block;width:14px;height:14px;vertical-align:middle;margin-right:2px;}
.sidebar .widget2 .adnow .record-duration {color:#999;font-size:11px;text-align:center;flex-shrink:0;}
.sidebar .widget2 .adnow .record-user {color:#666;font-size:11px;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:80px;}

/* 保留旧版兼容样式 */
.sidebar .widget2 .adnow .taskName {font-size:14px;color:#666;}
.sidebar .widget2 .adnow .nickName {font-size:12px; height:20px ; line-height: 20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.sidebar .widget2 .adnow .msg {font-size:12px;color:#999;margin-bottom:0;}
.sidebar .widget2 .adnow .time {font-size:12px;color:#999;text-align:right;}
.sidebar .widget2 .adnow .money {font-size:12px;color:#F00;}

/* 右侧活跃用户 */
.userActive {height:80px;text-align:center;padding:10px 0;}
.userActive>div>img {height:46px;width:46px;border-radius:4px;}
.userActive>div>span {font-size:12px;overflow:hidden;text-align:center;white-space:nowrap;display:block;width:100%;}

/*左侧在线用户 */.userOnline {height:80px}
.userOnline>div>img {height:20px;width:20px;border-radius:4px;margin-top:-3px}
.userOnline>div {height:30px;line-height:30px;font-size:12px;overflow:hidden;}

/* 关于我们页面 about.html */
.numbers-section {padding:25px 0 50px 0}
.numbers-section .number {font-size:3em;font-weight:bold;color:#6f6f6e;margin-bottom:5px}
.numbers-section .number-subtitle {margin-top:20px;color:#6f6f6e}
.about-us-section {background-color:#0080ff;padding:50px 0}
.about-us-section h2 {font-size:1.6em;color:#fff;margin-bottom:15px}
.about-us-section p {color:#fff;font-weight:300}
.section-header {padding:25px 0 50px 0}
.section-header h2 {font-size:1.7em;color:#0080ff;margin-bottom:35px}
.section-header .upper {text-transform:uppercase;margin-bottom:15px}
.section-header p {font-weight:400;color:#6f6f6e}
.separator-left {padding:0;margin-left:15px;height:12px;border-bottom:1px solid #ebebeb}
.separator-center {color:#ebebeb;padding:0}
.separator-right {padding:0;width:40.5%;height:12px;border-bottom:1px solid #ebebeb}

.alert-msg-wz7d {right:0;bottom:10px;position:fixed;z-index:1000;}
.alert-msg-wz7d .alert {padding:5px;margin-bottom:5px;}
.alert-msg-wz7d .alert .close {right:0}

.signIn {position:relative;}
.signIn nav {width:720px;float:left}
.signIn .cd-multi-steps.text-bottom li.visited>*::before,.signIn .cd-multi-steps.text-bottom li.current>*::before {background-color:#F6B352}
.signIn .cd-multi-steps a:hover:before {box-shadow:0 0 0 3px rgba(246,179,82,0.3) !important;}
.signIn .cd-multi-steps a:hover,.signIn .cd-multi-steps .current em {color:#F6B352 !important;}
.signIn .cd-multi-steps li.visited::after {background-color:#F6B352}
.signIn .button {position:absolute;right:30px;top:30px;}
.signIn .cd-multi-steps {margin:0}
.signIn .cd-multi-steps li:after {width:calc(100% + 10px) !important;}
.signIn .cd-multi-steps li {margin:0.4em 10px 0.4em 0;}
.gray {-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:grayscale(100%);filter:gray;}