﻿
/*! Animate End */
body.overflow, html.overflow { overflow-y: hidden }
html::-webkit-scrollbar { width: 7px; height: 7px; background-color: #23297a }
html::-webkit-scrollbar-track { border-radius: 0; background-color: #23297a }
html::-webkit-scrollbar-thumb { border-radius: 0; width: 17px; height: 17px; background-color: #e67015 }
body { overflow-x: hidden; font-family: "Microsoft YaHei",sans-serif; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; min-height: 100vh }
.cy-wrapper.scrollbar, .footer.scrollbar, .header.scrollbar { overflow-y: scroll }
.cy-wrapper.scrollbar::-webkit-scrollbar, .footer.scrollbar::-webkit-scrollbar, .header.scrollbar::-webkit-scrollbar { width: 7px; height: 7px; background-color: #23297a }
.cy-wrapper.scrollbar::-webkit-scrollbar-track, .footer.scrollbar::-webkit-scrollbar-track, .header.scrollbar::-webkit-scrollbar-track { border-radius: 0; background-color: #23297a }
.cy-wrapper.scrollbar::-webkit-scrollbar-thumb, .footer.scrollbar::-webkit-scrollbar-thumb, .header.scrollbar::-webkit-scrollbar-thumb { border-radius: 0; width: 17px; height: 17px; background-color: #23297a }

@media (min-device-pixel-ratio:2) {
    .cy-wrapper.scrollbar, .footer.scrollbar, .header.scrollbar { overflow-y: hidden }
    .cy-wrapper.scrollbar::-webkit-scrollbar, .footer.scrollbar::-webkit-scrollbar, .header.scrollbar::-webkit-scrollbar { display: none }
}


