h1, h2, h3, h4, h5, h6, p, li {
  font-family: Roboto,Arial,sans-serif;
  margin: 0;
  caret-color: transparent;
}

div {
  caret-color: transparent;
  background-size: cover;
}

a, a:active, a:focus, a:hover, a:link, a:visited {
  color: inherit!important;
  text-decoration: inherit;
}

.table {
  text-decoration: inherit;
}

span {
  text-decoration: none;
}

.noneDecoration, .noneDecoration:active, .noneDecoration:focus, .noneDecoration:hover, .noneDecoration:visited {
  cursor: default;
  text-decoration: transparent;
}

.fontHight0_5 {
  line-height: .5;
}

.fontHight0_75 {
  line-height: .75;
}

.fontHight1 {
  line-height: 1;
}

.fontHight1_25 {
  line-height: 1.25;
}

.fontHight1_5 {
  line-height: 1.5;
}

.fontHight1_75 {
  line-height: 1.75;
}

.fontHight2 {
  line-height: 2;
}

.fontHight2_5 {
  line-height: 2.5;
}

.fontHight3 {
  line-height: 3;
}

.fontWeight100 {
  font-weight: 100;
}

.fontWeight200 {
  font-weight: 200;
}

.fontWeight300 {
  font-weight: 300;
}

.fontWeight400 {
  font-weight: 400;
}

.fontWeight500 {
  font-weight: 500;
}

.fontWeight600 {
  font-weight: 600;
}

.fontWeight700 {
  font-weight: 700;
}

.carousel-control-next-icon {
  background-image: url("https://daya-file.oss-eu-central-1.aliyuncs.com/dayacc/template/index/lunbo_Icon_right.svg");
}

.carousel-control-prev-icon {
  background-image: url("https://daya-file.oss-eu-central-1.aliyuncs.com/dayacc/template/index/lunbo_Icon_left.svg");
}

.aa_button {
  background-color: #808080;
  color: #fff;
  border-radius: 0;
  border-color: #808080;
  padding: 2px 25px;
}

.aa_button:hover {
  background-color: #000;
  color: #fff;
  border-radius: 0;
  border-color: #000;
}

.aa_button:active {
  background-color: #000;
  color: #fff;
  border-radius: 0;
  border-color: #000;
}

.aa_button:focus {
  background-color: #000;
  color: #fff;
  border-radius: 0;
  border-color: #000;
}

.aa_button_fff {
  background-color: rgba(0,0,0,0.1);
  color: #fff;
  border: 1px #fff solid;
  border-radius: 0;
  padding: 2px 25px;
}

.aa_button_fff:hover {
  background-color: #fff;
  color: #000;
  border-radius: 0;
  border-color: #fff;
}

.aa_button_fff:active {
  background-color: #fff;
  color: #000;
  border-radius: 0;
  border-color: #fff;
}

.aa_button_fff:focus {
  background-color: #fff;
  color: #000;
  border-radius: 0;
  border-color: #fff;
}

