@import url(r-css.css); 
@import url(fonts.css); 
@import url(@.css); 
@import url(am.min.css); 



/*网站基本定义*/
html{color:#000; overflow-y:scroll;  font-size: 12px;    font-size: 62.5%;    box-sizing: border-box;}
body{font-size: 1.6rem; /* =16px */ margin:0px;padding:0px; font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei","Droid Sans","wenquanyi micro hei","Hiragino Sans GB", "Hiragino Sans GB W3", Arial, sans-serif;}
div,form,img,ul,ol,li,dl,dt,dd,p,tr,body,strong,span,pre,input{margin:0; padding:0; border:0; background-repeat:no-repeat;}
h1,h2,h3,h4,h5,h6,p{ margin:0; padding:0; font-weight:normal;}
table{border-collapse:collapse;}
table, td, th{border:1px solid;}
img{border:0;}
ul,li{ list-style:none;}
em,i{ font-style:normal;}
input { outline:none;}
iframe{height: 10px; width: 100%;}
iframe a{font-size: 12px; color: #555; line-height: 20px;}
*{margin:0;padding:0;list-style:none;}
*,
*::before,
*::after {  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a{ text-decoration:none;}
a:hover{text-decoration: none;}
*:hover{  -moz-transition:background-color .2s ease-in;
  -webkit-transition:background-color .2s ease-in;
  -o-transition:background-color .2s ease-in;
  -ms-transition:background-color .2s ease-in;
  transition:background-color .2s ease-in;}
h1 { font-size:32px;}
h2 { font-size:26px;}
h3 { font-size:20px;}
h4 { font-size:14px;}
h5 { font-size:12px;}
h6 { font-size:10px;}
  ::-webkit-scrollbar {
    width: .5rem;
    height: .5rem;
    background: hsla(0, 0%, 100%, 0.6);
  }
  ::-webkit-scrollbar-track {
    border-radius: 0;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(95,95,95,.4);
    transition: all .2s;
    border-radius: .5rem;
    &:hover {
      background-color: rgba(95,95,95, .7);
    }
  }
.clear{clear: both;}   /*清楚缓存 */
video::-webkit-media-controls{display:none !important;}
            /*加滤镜*/
            /*filter: blur(15px); //背景模糊设置 */
            /*-webkit-filter: grayscale(100%);*/  
            /*filter:grayscale(100%); //背景灰度设置*/  