* {
  margin:0;
  padding: 0;
  box-sizing: border-box;
}
body,
html {
  width: 100%;
  height: 100%;
}
a {
  color: inherit;
  text-decoration: none;
  text-decoration: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}
ul > li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: inherit;
  font-size: 1em;
}
.w {
  width: 1200px;
  margin: 0 auto;
}
.m {
  width: 1366px;
  margin: 0 auto;
}
.clear { clear: both; }
.clearfix::after {
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.f12 { font-size: 12px !important; }
.f14 { font-size: 14px !important; }
.f16 { font-size: 16px !important; }

::-webkit-scrollbar {
  width: 8px;
  height: 12px;
  background-color: #eef2f5;
}
::-webkit-scrollbar-thumb {
  background: #dee4ea;
  border-radius: 6px;
}
::-webkit-scrollbar-button {
  height: 12px;
  color: #999999;
  background: #eeeeee;
}

@font-face {
  font-family: 'OPPOSans';
  src: url('http://yry-static-source.oss-cn-shanghai.aliyuncs.com/font/OPPOSans-R.ttf');
}

.type-1 {
  background: url("../images/common/word.jpg") no-repeat;
  background-size: 100%;
}
.type-3 {
  background: url("../images/common/excel.jpg") no-repeat;
  background-size: 100%;
}
.type-2 {
  background: url("../images/common/ppt.jpg") no-repeat;
  background-size: 100%;
}
.type-5 {
  background: url("../images/common/pdf.jpg") no-repeat;
  background-size: 100%;
}
.type-6 {
  background: url("../images/common/word.jpg") no-repeat;
  background-size: 100%;
}
.type-7 {
  background: url("../images/common/ppt.jpg") no-repeat;
  background-size: 100%;
}
.type-8 {
  background: url("../images/common/excel.jpg") no-repeat;
  background-size: 100%;
}
.type-9 {
  background: url("../images/common/txt.jpg") no-repeat;
  background-size: 100%;
}

.type-file{
  background: url("../images/common/file.jpg") no-repeat;
  background-size: 100%;
}

@font-face {
  font-family: 'OPPOSans-R';
  src: url('http://yry-static-source.oss-cn-shanghai.aliyuncs.com/font/OPPOSans-R.ttf');
}
@font-face {
  font-family: 'OPPOSans-M';
  src: url('http://yry-static-source.oss-cn-shanghai.aliyuncs.com/font/OPPOSans-M.ttf');
}

@font-face {
  font-family: 'PingFang-M';
  src: url('http://yry-static-source.oss-cn-shanghai.aliyuncs.com/font/PingFang-M.ttf');
}
@font-face {
  font-family: 'PingFang-B';
  src: url('http://yry-static-source.oss-cn-shanghai.aliyuncs.com/font/PingFang-B.ttf');
}
@font-face {
  font-family: 'DIN';
  src: url('/assets/fonts/DIN-Medium.ttf');
}
@font-face {
  font-family: 'YouShe';
  src: url('/assets/fonts/YouSheBiaoTi.ttf');
}
@font-face {
  font-family: "YouSheYuan";
  src: url('/assets/fonts/YouSheBiaoTiYuan.ttf');
}
@font-face {
  font-family: 'AlimamaShuHeiTi';
  src: url('/assets/fonts/AlimamaShuHeiTi.ttf');
}

.OPPOSans-R {
  font-family: 'OPPOSans-R';
}
.OPPOSans-M {
  font-family: 'OPPOSans-M';
}

.PingFang-M {
  font-family: 'PingFang-M';
}
.PingFang-B {
  font-family: 'PingFang-B';
}
.DIN {
  font-family: 'DIN';
}
.YouShe {
  font-family: 'YouShe';
}
.AlimamaShuHeiTi {
  font-family: 'AlimamaShuHeiTi';
}
