.cn-top-notice-wrapper {
width: 100%;
}
.cn-top-notice {
position: fixed;
z-index: 9999;
background: #222;
color: #fff;
text-align: center;
padding: 14px;
font-size: 18px;
max-width: 500px;
height: 50px;
line-height: 25px;
width: 100%;
} @media (max-width: 1200px) {
.cn-top-notice {
padding: 0px 10px;
font-size: 16px;
max-width: 250px;
height: 50px;
width: 100%;
}
} @media (max-width: 768px) {
.cn-top-notice {
max-width: 100%;
top: 48px;
line-height: 50px;
}
a.block.small-title.tracking-wide.bg-black.h-full.js-home-link.relative.pin-t {
padding-top: 70px;
}
}
@media (max-width: 400px) {
.cn-top-notice {
line-height: 25px;
}
}