
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2
}

.h1,
h1 {
  font-size: 1.7rem
}

.h2,
h2 {
  font-size: 1.5rem
}

.h3,
h3 {
  font-size: 1.2rem
}

.h4,
h4 {
  font-size: 1.1rem
}

.h5,
h5 {
  font-size: 1rem
}

.h6,
h6 {
  font-size: 1rem
}

.f-12{
  font-size: 12px;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  transition: all 0.3s;
  word-break: break-all;
}

.line1 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.commonBoxPadding {
  padding: 60px 0;
  overflow: hidden;
}

.line2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;

}

.line3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;

}

a {
  text-decoration: none;
  display: block;
}

.fontW {
  text-transform: uppercase;
}

.w {
  width: 1200px;
}

.maAuto {
  margin: 0 auto;
}

.flex {
  display: flex !important;
}

.fWrap {
  flex-wrap: wrap;
}

.fCol {
  flex-direction: column;
}

.acen {
  align-items: center;
}

.afirst {
  align-items: flex-start;
}

.aend {
  align-items: flex-end;
}

.jbet {
  justify-content: space-between;
}

.jcen {
  justify-content: center;
}

.jarod {
  justify-content: space-around;
}

.jend {
  justify-content: flex-end;
}

.acontent {
  align-content: space-between;
}

ul li {
  list-style: none;
}

.mb20 {
  margin-bottom: 20px;
}

.mr20 {
  margin-right: 20px;
}

.ml40 {
  margin-left: 40px;
}

.moblieHide {
  display: block;
}

.moblieShow {
  display: none;
}

.f-w{
  font-weight: 800;
}

.f-color-theme{
  color: #b80b0c;
}


@media screen and (max-width: 1400px) {
  .w {
    width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 750px) {
  .commonBoxPadding {
    padding: 20px 0;
  }

  .moblieHide {
    display: none !important;
  }

  .moblieShow {
    display: block !important;
  }

  .myDialog {
    width: 90%;
  }
}

