@charset "UTF-8";
a:focus,button:focus {outline:none!important;}
button::-moz-focus-inner {border:0;}
*:focus {outline:none;}
blockquote {padding:0;margin:0;}
input,button,select,textarea {outline:none;}
label {margin-bottom:0;}
p {margin:0;}
ul,ol {list-style:none;padding:0;margin:0;}
ul li,ol li {display:block;}
dl {margin:0;}
dt,dd {line-height:inherit;}
dt {font-weight:inherit;}
dd {margin-bottom:0;}
cite {font-style:normal;}
form {margin-bottom:0;}
blockquote {padding-left:0;border-left:0;}
address {margin-top:0;margin-bottom:0;}
figure {margin-bottom:0;}
html p a:hover {text-decoration:none;}

*, *::before, *::after {box-sizing: border-box;}

body{font-family:Arial,Helvetica,sans-serif,"Microsoft YaHei"; font-size:16px; line-height:1.65; font-weight:500; color:#262626; background:var(--white); -webkit-text-size-adjust:none; -webkit-font-smoothing:subpixel-antialiased;}


@media screen and (max-width:1440px){
  body{ font-size:14px;}
  h1,.h1 {font-size:28px}
  h2,.h2 {font-size:24px; font-weight: bold;}
  h3,.h3 {font-size:22px}
  h4,.h4 {font-size:20px}
  h5,.h5 {font-size:16px}
  h6,.h6 {font-size:14px}
}

@media screen and (max-width:1366px){
  body{ font-size:14px;}
  h1,.h1 {font-size:24px}
  h2,.h2 {font-size:22px; font-weight: bold;}
  h3,.h3 {font-size:20px}
  h4,.h4 {font-size:18px}
  h5,.h5 {font-size:16px}
  h6,.h6 {font-size:14px}
}

@media screen and (max-width:1200px){
  h5,.h5 {font-size:14px}
}
@media screen and (max-width:992px){
    body {font-size:14px;}
    h1,.h1 {font-size:24px}
    h2,.h2 {font-size:20px}
    h3,.h3 {font-size:18px}
    h4,.h4 {font-size:16px}
    h5,.h5 {font-size:14px}
    h6,.h6 {font-size:14px}
}
@media screen and (max-width:576px){
    body {font-size:14px;}
    h1,.h1 {font-size:20px}
    h2,.h2 {font-size:18px}
    h3,.h3 {font-size:16px}
    h4,.h4 {font-size:16px}
    h5,.h5 {font-size:14px}
    h6,.h6 {font-size:14px}
}

a {transition:all .5s ease-in-out}
a,a:focus,a:active,a:hover {text-decoration:none}
a,a:focus,a:active {color:#353535;}
a:hover {color:var(--blue);}

.clearfix{clear: both;}
section:after {content: "";display: table;clear: both; }

::-webkit-scrollbar {width:8px;height:8px;}
::-webkit-scrollbar-thumb {cursor:pointer;background:#333;}
::selection {background-color:#333;color:#fff}
-webkit-::selection {background-color:#333;color:#fff}
::-moz-selection {background-color:#333;color:#fff}

