/*6800代码: CSS Reset、 1000+个class*/
/*CSS Reset*/
* {
  padding: 0px;
}
html {
  width: 100%;
  height: 100%;
  font-size: 10px;
  font-family: '微软雅黑'
}

body {
  width: 100%;
  height:100%;
  margin: 0;
 /* background:#41A4E5 !important; */
  background-image: url(../image/bac-bot.jpg);
  background-size: 100% 100%;
  /*background: linear-gradient(to bottom,#F04A37,#DFD528,#2BB476,#563D9A);*/
  /*background:-webkit-gradient(linear, 0 0, 0 bottom, from(#ff0000), to(rgba(0, 0, 255, 0.5)));*/
  font-size: 14px;
  font-family: 'siyuan';
  line-height: 1.42857;
  /*height:-webkit-fill-available;*/
  opacity: 1;
  overflow-x: hidden;
}
h1 {
  font-size: 50px;
  margin: 20px 0 10px;
}
h2 {
  font-size: 30px;
  margin: 20px 0 10px;
}
h3 {
  font-size: 24px;
  margin: 20px 0 10px;
}
h4 {
  font-size: 18px;
  margin: 10px 0 10px;
}
h5 {
  font-size: 14px;
  margin: 10px 0 10px;
}
h6 {
  font-size: 12px;
  margin: 10px 0 10px;
}
p {
  margin: 0 0 10px;
}

a {
  color: #337ab7;
  text-decoration: none;
}