@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* Custom Reset */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { line-height: 1; }
img { max-width: 100%; height: auto; vertical-align: middle; }
.main { margin-right: auto; margin-left: auto; width: 90%; }
@media (min-width: 1024px) {
    .main { width: 73.75%; }
}


/* fonts */
@font-face {
    font-family: "Alimama_ShuHeiTi_Bold";
    font-display: swap;
    src: url('../fonts/Alimama/Alimama_ShuHeiTi_Bold.eot'); /* IE9*/
    src: url('../fonts/Alimama/Alimama_ShuHeiTi_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Alimama/Alimama_ShuHeiTi_Bold.woff2') format('woff2'),
    url('../fonts/Alimama/Alimama_ShuHeiTi_Bold.woff') format('woff'), /* chrome、firefox */
    url('../fonts/Alimama/Alimama_ShuHeiTi_Bold.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../fonts/Alimama/Alimama_ShuHeiTi_Bold.svg#Alimama_ShuHeiTi_Bold') format('svg'); /* iOS 4.1- */
}


/* body */
body { background: #fff; }
@media (min-width: 768px) {
    body {  }
}
@media (min-width: 1200px) {
    body {  }
}
@media (min-width: 1920px) {
    body {  }
}


/* nav */
.home header { position: fixed; z-index: 100; width: 100%; left: 0; top: 0; }
.home header nav { display: flex; justify-content: space-between; align-items: center; height: 50px; }
.logo img { width: 115px; }
.main-navbar { min-width: 50%; }
.main-navbar ul { display: flex; justify-content: flex-end; }
.main-navbar ul li { margin-left: 5%; }
@media (max-width: 767.998px) {
    
}
@media (min-width: 768px) {
    
}
@media (min-width: 992px) {
    .home header nav { height: 100px; }
    .logo img { width: 231px; }
}
@media (min-width: 1200px) {
    
}
@media (min-width: 1920px) {
    
}


/* footer */
#footer { text-align: center; background-color: #e6e6e6; }
#footer .footer-icon { width: 15.8125rem; margin-top: 5.625rem; margin-bottom: 5.625rem; }
#footer hr { border-top: 1px solid #999999; }
#footer p { font-size: 0.875rem; padding-bottom: 1.4375rem; }
@media (min-width: 768px) and (max-width: 991.98px) {
    
}
@media (min-width: 992px) {
    #footer .footer-icon { width: 31.625rem; margin-top: 11.25rem; margin-bottom: 11.25rem; }
    #footer p { font-size: 1.5rem; padding-top: 2.875rem; padding-bottom: 2.875rem; }
}


/*html{filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter: grayscale(1);}*/
#backtotop { position: fixed; bottom: 50px; right: 20px; display: none; cursor: pointer; font-size: 50px; z-index: 9999; }
#backtotop:hover { color: #48c0fc }
