.ml {
  margin-left: 50px;
}

.tw {
  width: 20px;
}

/* .dian2 {
  width: initial !important;
} */

.dian {
  display: block;
  padding-left: 18px;
  position: relative;
  margin-left: 0 !important;
}
.dian:before {
  width: 11px;
  height: 11px;
  content: '•';

  border-radius: 11px;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  color: black;
}

.dian2 {
  padding-left: 40px;
  display: block;
  position: relative;
  margin-left: 0 !important;
}
.dian2:before {
  width: 9px;
  height: 9px;
  content: '•';
  /* content: ''; */
  /* padding-left: 25px; */
  border-radius: 9px;
  display: block;
  position: absolute;
  left: 20px;
  /* top: 7px; */
  /* border: 1px solid black; */
}

.dian3 {
  padding-left:54px;
  display: block;
  position: relative;
  margin-left: 0 !important;
}
.dian3:before {
  width: 9px;
  height: 9px;
  content: '•';
  /* content: ''; */
  /* padding-left: 25px; */
  border-radius: 9px;
  display: block;
  position: absolute;
  left: 36px;
  /* top: 7px; */
  /* border: 1px solid black; */
}
.body_font > div {
  width: fit-content !important;
}

option a {
  color: red !important;
}

.fl {
  float: left;
  width: 50%;
  /* min-width: 500px; */
}

.fl2 {
  /* float: left; */
  /* padding-top: 4%; */
  padding-bottom: 4%;
  /* padding-right: 2%; */
  /* padding-left: 2%; */
  /* width: 46%; */
  width: 86%;
  cursor: pointer;
  margin: 0 auto;
}

.fl img {
  width: 100%;
  max-width: 245px;
}

.pic1 {
  width: 100%;
}

.pic2 {
  display: none;
  width: 100%;
}

.categories_box {
  width: 16%;
  margin-bottom: 10px;
}
.categories_box:not(:nth-child(6n)) {
  margin-right: calc(4% / 5);
}

.sub_title {
  font-family: Poppins_Bold, Arial, sans-serif;
  margin-bottom: 15px;
}
.sub_text_title .t1 {
  float: left;
  width: 63px;
  color: #000;
  font-family: Poppins_Bold, Arial, sans-serif;
}
.sub_text_title .t2 {
  float: left;
  color: #000;
  font-family: Poppins_Bold, Arial, sans-serif;
  width: 790px;
}
.sub_text_title {
  overflow: hidden;
}
.sub_text_title2 .t3 {
  /* float: left; */
  /* width: 790px; */
  margin-left: 63px;
}
.red {
  color: red;
}
.sub_text_title2 {
  overflow: hidden;
  margin-bottom: 20px;
}
.page_title {
  position: relative;
}
.left_content {
  position: relative;
  padding-bottom: 50px;
}
.left_content b {
  font-family: Poppins_Bold, Arial, sans-serif;
}
.cat_back {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 18px;
  font-family: Poppins_Bold, Arial, sans-serif;
  color: var(--blue);
}
