*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; padding-top: 90px; font-family: "Microsoft YaHei UI Light", "微软雅黑", Arial, sans-serif; font-size: 14px; line-height: 20px; color: #666; background: #fff; overflow-x: hidden; }
ul, ol { list-style: none; margin: 0; padding: 0; }
a { color: #333; text-decoration: none; transition: color .2s ease-in-out; }
a:hover { color: #E60012; }
img { border: 0; max-width: 100%; vertical-align: middle; }
button { font: inherit; cursor: pointer; border: 0; background: none; padding: 0; color: inherit; }

.djm-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.djm-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1030; background: #fff; box-shadow: 0 0 3px #a1a1a1; transition: all .2s ease-in-out; }
.djm-header__inner { max-width: 1280px; margin: 0 auto; padding: 0 15px; display: flex; align-items: center; justify-content: space-between; }

.djm-brand { flex-shrink: 0; padding: 15px 0; display: block; line-height: 0; }
.djm-brand__img { display: block; max-height: 52px; width: auto; }
.djm-brand__img--mobile { display: none; }

.djm-menu { flex: 1 1 auto; display: flex; justify-content: flex-end; }
.djm-menu__list { display: flex; align-items: center; }
.djm-menu__item { position: relative; }
.djm-menu__link { display: block; padding: 32px 10px; font-size: 14px; font-weight: 900; line-height: 26px; color: #282828; white-space: nowrap; }
.djm-menu__link:hover, .djm-menu__link--active { color: #E60012; }
.djm-menu__caret { display: inline-block; margin-left: 3px; font-size: 10px; line-height: 1; vertical-align: middle; filter: grayscale(1) brightness(0.5); transition: transform .2s ease-in-out; }
.djm-menu__item:hover .djm-menu__caret { transform: rotate(180deg); }

.djm-submenu { position: absolute; top: 100%; left: 0; width: 180px; padding: 5px 0; background: rgba(255,255,255,0.98); border-top: 2px solid #E60012; box-shadow: 0 6px 12px rgba(0,0,0,0.175); opacity: 0; visibility: hidden; transform: translateY(10px); transition: all .2s ease-in-out; z-index: 1000; }
.djm-submenu li{padding-left:10px;line-height:26px;}
.djm-menu__item:hover > .djm-submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.djm-submenu__item { display: block; }
.djm-submenu__link { display: block; padding: 8px 20px; font-size: 13px; color: #333; white-space: nowrap; }
.djm-submenu__link:hover { color: #E60012; }

.djm-trigger { display: none; padding: 7px 8px; border: 1px solid #ddd; border-radius: 5px; background: transparent; }
.djm-trigger__bar { display: block; width: 18px; height: 2px; background: #888; border-radius: 1px; }
.djm-trigger__bar + .djm-trigger__bar { margin-top: 4px; }

.djm-drawer { position: fixed; top: 0; right: -100%; width: 80%; max-width: 440px; height: 100%; background: #fff; z-index: 9999; transition: right .4s ease; overflow-y: auto; -webkit-overflow-scrolling: touch; box-shadow: -2px 0 15px rgba(0,0,0,0.15); }
.djm-drawer.is-open { right: 0; }
.djm-drawer__inner { padding: 20px; }
.djm-drawer__head { display: flex; align-items: center; gap: 12px; padding-bottom: 12px; margin-bottom: 12px; border-bottom: 1px solid #e5e5e5; }
.djm-drawer__close { margin-right: auto; font-size: 20px; font-weight: bold; line-height: 1; color: #333; }
.djm-drawer__social { font-size: 14px; color: #333; }
.djm-drawer__list > .djm-drawer__item { position: relative; border-bottom: 1px solid #e5e5e5; }
.djm-drawer__link { display: block; padding: 12px 10px; font-size: 14px; color: #333; }
.djm-drawer__link:hover { color: #E60012; }
.djm-drawer__caret { display: inline-block; margin-left: 4px; font-size: 10px; line-height: 1; vertical-align: middle; filter: grayscale(1) brightness(0.5); transition: transform .2s ease-in-out; }
.djm-drawer__item.is-open .djm-drawer__caret { transform: rotate(180deg); }
.djm-drawer__sub { display: none; padding-left: 15px; background: #fafafa; }
.djm-drawer__sub li{padding-left:10px;line-height:26px;}.djm-drawer__sub li a{font-size:0.9rem}
.djm-drawer__item.is-open > .djm-drawer__sub { display: block; }
.djm-drawer__sub-item { border-bottom: 1px solid #eee; }
.djm-drawer__sub-item:last-child { border-bottom: 0; }
.djm-drawer__sub-link { display: block; padding: 12px 10px; font-size: 13px; color: #333; }

.djm-page { padding-top: 0; }

@media (max-width: 1280px) {
.djm-menu__link { padding: 32px 7px; font-size: 13px; }
}
@media (max-width: 1024px) {
body { padding-top: 76px; }
.djm-header__inner { max-width: 98%; }
.djm-trigger { display: block; }
.djm-menu { display: none; }
.djm-brand { padding: 15px 15px 15px 0; }
.djm-brand__img { display: none; }
.djm-brand__img--mobile { display: block; max-height: 40px; }
}