.sl-1 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sl-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.sl-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.fjb {
  display: flex;
  justify-content: space-between;
}

.fjc {
  display: flex;
  justify-content: center;
}

.fjbc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fjcc {
  display: flex;
  justify-content: center;
  align-items: center;
}

hover-style3 li {
  position: relative;
  transition: all 0.3s ease-in-out;
}

header {
  display: flex;
  width: 100%;
  min-height: 112px;
  line-height: 112px;
  background: url(../images/tm_zwdt_bg.png) no-repeat center / 100% 100%;
  align-items: center;
}

header .tm_zwdt_logo {
  height: 100%;
  box-sizing: border-box;
  font-size: 24px;
  color: #fff;
  letter-spacing: 2px;
  padding-left: 0.25rem;
}

@media (max-width: 600px) {
  header .tm_zwdt_logo {
    padding-left: 0;
    padding: 0 10px;
  }
}

header .tm_zwdt_logo a {
  display: inline-block;
}

header .tm_zwdt_logo a img {
  vertical-align: middle;
}

body {
  background: none;
}

/* 搜索4 */

.search_box {
  position: relative;
}

.search_box .search_box_body {
  width: 460px;
  max-width: 100%;
  height: 50px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 84, 169, 0.28);
  border-radius: 25px;
  border: solid 1px #b4daff;
  position: relative;
}

.search_box .search_box_body .input {
  display: block;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 100px;
  border: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #333;
  border-radius: 25px;
}

.search_box .search_box_body .input::placeholder {
  color: #666;
}

.search_box .search_box_body .btn {
  position: absolute;
  top: 2px;
  right: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95px;
  height: 46px;
  background-color: #0262c1;
  border-radius: 24px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  box-sizing: border-box;
  color: #ffffff;
  border: none;
}

.search_box .search_box_body .btn span {
  margin-right: 6px;
}

.search_box #header-search-list {
  position: absolute;
  bottom: -10px;
  border-radius: 8px;
  width: 100%;
  max-height: calc(100vh - 300px);
  z-index: 99;
  transform: translateY(100%);
  background-color: #fff;
  overflow-y: scroll;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  transition: all 0.7s ease;
}

@media (max-width: 992px) {
  .search_box #header-search-list {
    max-height: 500px;
  }
}

.search_box #header-search-list li {
  cursor: pointer;
  padding-top: 24px;
  padding-left: 28px;
  padding-bottom: 15px;
  padding-right: 0.6rem;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  border-bottom: dashed 1px #e2e2e2;
  position: relative;
}

.search_box #header-search-list li .main_title {
  position: relative;
}

.search_box #header-search-list li .main_title i {
  position: absolute;
  left: 0;
  top: 3px;
  width: 24px;
  height: 28px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background: url("../images/zwdt_redMapIcon.png") no-repeat center top;
  margin-right: 6px;
  padding-top: 3px;
  margin-top: -3px;
  box-sizing: border-box;
}

.search_box #header-search-list li .main_title span {
  padding-left: 32px;
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search_box #header-search-list li .sub_title {
  font-size: 14px;
  line-height: 24px;
  margin-left: 32px;
  color: #485163;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search_box #header-search-list li .phone {
  font-size: 14px;
  line-height: 24px;
  margin-left: 32px;
  color: #485163;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search_box #header-search-list li .time {
  margin-top: 10px;
  margin-bottom: 8px;
  padding-left: 32px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #2c74ee;
}

.search_box #header-search-list li .time span {
  display: inline-block;
  background-color: #eaf2ff;
  border-radius: 4px;
  padding: 0 4px;
}

.search_box #header-search-list li .sel_arrow {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 22px;
  height: 22px;
  right: 32px;
  margin: auto;
}

.search_box #header-search-list li:hover,
.search_box #header-search-list li.current {
  background-color: #f5f7fa;
}

.search_box #header-search-list li:hover .main_title i,
.search_box #header-search-list li.current .main_title i {
  background-image: url(../images/zwdt_redMapIcon.png);
}

.search_box #header-search-list li:hover .main_title span,
.search_box #header-search-list li.current .main_title span {
  color: #2d7aff;
}

.search_box #header-search-list li:hover .sel_arrow,
.search_box #header-search-list li.current .sel_arrow {
  display: block;
}

.content {
  display: flex;
}

.content_left {
  background-color: #fff;
  padding: 0 0.2rem;
}

@media (max-width: 992px) {
  .content_left {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 95%;
    z-index: 87;
    background-color: transparent;
  }
}

@media (max-width: 600px) {
  .content_left {
    left: 0;
    right: 0;
    margin: auto;
  }
}

.content_left .fwdh_box {
  width: 460px;
  max-width: 100%;
}

.content_left .fwdh_box .fwdh_content {
  position: relative;
}

.content_left .fwdh_box .fwdh_box_title {
  border-radius: 5px 5px 0 0;
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  padding-left: 15px;
  line-height: 60px;
  background: url(../images/dt_fwdh_bg.png) no-repeat center / 100% 100%;
  color: #fff;
  font-size: 20px;
}

.content_left .fwdh_box .fwdh_box_title .list_img {
  padding-right: 8px;
  vertical-align: middle;
  margin-top: -4px;
}

.BMap_bubble_top {
  height: 0 !important;
}

.BMap_bubble_top .BMap_bubble_title {
  display: none !important;
}

#allmap {
  width: 100%;
}

@media (max-width: 992px) {
  #allmap {
    min-height: 1245px;
  }
}

@media (max-width: 750px) {
  #allmap {
    min-height: 1340px;
  }
}

#imgBack02 {
  cursor: pointer;
}

.list_box {
  margin: 0;
  position: relative;
  background-color: #fff;
  width: 100%;
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
}

.list_box dd {
  padding: 0 15px;
}

.list_box dd .title {
  color: #444;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid #eeeeee;
  text-align: left;
}

.list_box dd .title span {
  padding-left: 7px;
  border-left: 3px solid #006bc8;
}

.list_box dd:first-child .title {
  padding-top: 18px;
}

.list_box dd .dropDowm {
  margin-left: -4.5%;
  margin-right: -6.5%;
}

.list_box dd .dropDowm::before,
.list_box dd .dropDowm::after {
  content: "";
  display: table;
}

.list_box dd .dropDowm::before {
  clear: both;
  height: 0;
}

.list_box dd .dropDowm::after {
  clear: both;
  height: 0;
}

.list_box dd .dropDowm li {
  float: left;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  margin-bottom: 18px;
  cursor: pointer;
  text-align: center;
  width: 25%;
  box-sizing: border-box;
}

@media (max-width: 750px) {
  .list_box dd .dropDowm li {
    width: 33.3%;
  }
}

.list_box dd .dropDowm li span {
  margin-top: 6px;
  display: block;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #333333;
}

.list_box dd .dropDowm li:hover::before {
  transform: rotateY(360deg);
  transition: all 0.7s ease;
}

.list_box dd .dropDowm li::before {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  background: url(http://www.tianmen.gov.cn/material/zydt/images/zwdt_sprite.png)
    no-repeat center;
}

.list_box dd .zfbm-list .zfbm_li::before {
  background-position: 0 0;
}

.list_box dd .zfbm-list .zfbm_li:nth-child(2)::before {
  background-position-x: -113px;
}

.list_box dd .zwfw-list .zwfw_li::before {
  background-position: 0 -138px;
}

.list_box dd .zwfw-list .zwfw_li:nth-child(2)::before {
  background-position-x: -112px;
}

.list_box dd .zwfw-list .zwfw_li:nth-child(3)::before {
  background-position-x: -225px;
}

.list_box dd .zwfw-list .zwfw_li:nth-child(4)::before {
  background-position-x: -339px;
}

.list_box dd .zwfw-list .zwfw_li:nth-child(5)::before {
  background-position: 0 -224px;
}

.list_box dd .zwfw-list .zwfw_li:nth-child(6)::before {
  background-position: -112px -224px;
}

.list_box dd .zwfw-list .zwfw_li:nth-child(7)::before {
  background-position: -225px -224px;
}

.list_box dd .zwfw-list .zwfw_li:nth-child(8)::before {
  background-position: -339px -224px;
}

.list_box dd .zwfw-list .zwfw_li:nth-child(9)::before {
  background-position: -1px -310px;
}

.list_box dd .zwfw-list .zwfw_li:nth-child(10)::before {
  background-position: -112px -310px;
}

.list_box dd .ggfw-list .ggfw_li::before {
  background-position: 0 -449px;
}

.list_box dd .school-list .school_li::before {
  background-position: 0 -587px;
}

.list_box dd .school-list .school_li:nth-child(2)::before {
  background-position: -113px -587px;
}

.list_box dd .school-list .school_li:nth-child(3)::before {
  background-position: -226px -587px;
}

.list_box dd .school-list .school_li:nth-child(4)::before {
  background-position: -339px -587px;
}

.list_box dd .school-list .school_li:nth-child(5)::before {
  background-position: 0 -673px;
}

.list_box dd .wsjk-list .wsjk_li::before {
  background-position: 0 -811px;
}

.list_box dd .wsjk-list .wsjk_li:nth-child(2)::before {
  background-position: -113px -811px;
}

.list_box dd .wsjk-list .wsjk_li:nth-child(3)::before {
  background-position: -226px -811px;
}

.list_box dd .wsjk-list .wsjk_li:nth-child(4)::before {
  background-position: -339px;
}

.list_box dd .wsjk-list .wsjk_li:nth-child(5)::before {
  background-position-x: 0 -586px;
}

.list_box dd .wtly-list .wtly_li::before {
  background-position: 0 -949px;
}

.list_box dd .wtly-list .wtly_li:nth-child(2)::before {
  background-position: -113px -949px;
}

.list_box dd .wtly-list .wtly_li:nth-child(3)::before {
  background-position: -226px -949px;
}

.list_box dd .wtly-list .wtly_li:nth-child(4)::before {
  background-position: -339px -949px;
}

.list_box dd .wtly-list .wtly_li:nth-child(5)::before {
  background-position: 0 -1035px;
}

.back_container {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-1000px);
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  z-index: 35;
  box-sizing: border-box;
  opacity: 0;
}

.back_container.active {
  opacity: 1;
  transform: translateX(0);
}

.back_container .result_list {
  height: calc(100% - 100px);
  overflow-y: scroll;
  overflow-x: hidden;
  /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
  /*定义滚动条轨道 内阴影+圆角*/
}

.back_container .result_list::-webkit-scrollbar {
  width: 6px;
  height: 100%;
  background-color: #a1c8ef;
}

.back_container .result_list::-webkit-scrollbar-thumb {
  /* 滚动条 拖动条 */
  background-color: #a1c8ef;
  height: 57px;
  width: 6px;
  border-radius: 8px;
}

.back_container .result_list::-webkit-scrollbar-track {
  /* 滚动条背景槽 */
  background-color: #e7edf1;
}

#r-result li {
  cursor: pointer;
  padding-top: 24px;
  padding-left: 28px;
  padding-bottom: 15px;
  padding-right: 0.6rem;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  border-bottom: dashed 1px #e2e2e2;
  position: relative;
}

#r-result li .sel_arrow {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 22px;
  height: 22px;
  right: 32px;
  margin: auto;
}

#r-result li .main_title {
  position: relative;
}

#r-result li .main_title i {
  position: absolute;
  left: 0;
  top: 3px;
  width: 24px;
  height: 28px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background: url("../images/zwdt_redMapIcon.png") no-repeat center top;
  margin-right: 6px;
  padding-top: 3px;
  margin-top: -3px;
  box-sizing: border-box;
}

#r-result li .main_title span {
  padding-left: 32px;
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#r-result li .sub_title {
  font-size: 14px;
  line-height: 24px;
  margin-left: 32px;
  color: #485163;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#r-result li .phone {
  font-size: 14px;
  line-height: 24px;
  margin-left: 32px;
  color: #485163;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#r-result li .time {
  margin-top: 10px;
  margin-bottom: 8px;
  padding-left: 32px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #2c74ee;
}

#r-result li .time span {
  display: inline-block;
  background-color: #eaf2ff;
  border-radius: 4px;
  padding: 0 4px;
}

#r-result li:hover,
#r-result li.current {
  background-color: #f5f7fa;
}

#r-result li:hover .sel_arrow,
#r-result li.current .sel_arrow {
  display: block;
}

#r-result li:hover .main_title i,
#r-result li.current .main_title i {
  background-image: url(../images/zwdt_redMapIcon.png);
}

#r-result li:hover .main_title span,
#r-result li.current .main_title span {
  color: #2d7aff;
}

.insert_top {
  font-weight: bolder;
}

.insertContent {
  overflow: hidden;
  font-size: 16px;
  line-height: 26px;
  padding-top: 20px;
  max-width: calc(100vw - 40px);
  padding-right: 0.15rem;
  background-color: #ffffff;
  margin-bottom: 6px;
  /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
  /*定义滚动条轨道 内阴影+圆角*/
}

.insertContent .insert_middle {
  box-sizing: border-box;
  padding-left: 0.2rem;
  padding-bottom: 14px;
  padding-right: 0.2rem;
  width: 470px;
}

@media (max-width: 750px) {
  .insertContent .insert_middle {
    width: auto;
  }
}

.insertContent .insert_middle a {
  display: block;
  color: #333333;
  line-height: 26px;
}

.insertContent .insert_middle .blue_title {
  color: #487bc5;
}

.insertContent .insert_middle .middle_phone_box {
  display: flex;
  margin-top: 8px;
  margin-bottom: 8px;
}

.insertContent .insert_bottom {
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
}

.insertContent .insert_bottom .mapTo {
  display: inline-block;
  vertical-align: middle;
  width: 83px;
  height: 30px;
  background-color: #76bfff;
  border-radius: 15px;
  font-size: 15px;
  color: #f5f5f5;
  text-align: center;
  line-height: 30px;
}

.insertContent ::-webkit-scrollbar {
  width: 17px;
  height: 100%;
  background-color: #f5f5f5;
}

.insertContent ::-webkit-scrollbar-thumb {
  /* 滚动条 拖动条 */
  background-color: #d6d6d6;
  height: 57px;
  width: 16px;
}

.insertContent ::-webkit-scrollbar-track {
  /* 滚动条背景槽 */
  background-color: #f5f5f5;
}

.insertContent ::-webkit-scrollbar-button {
  display: none;
}

.insertContent ::-webkit-scrollbar-button:vertical:single-button:start {
  width: 16px;
  border: 20px solid transparent;
  border-top: #d6d6d6;
  cursor: pointer;
}

.insertContent ::-webkit-scrollbar-button:vertical:single-button:end {
  width: 16px;
  border: 20px solid transparent;
  border-bottom: #d6d6d6;
  cursor: pointer;
}

.fotter,
.inner {
  overflow: hidden;
}

/* 分页样式 */

.pages {
  text-align: center;
  margin-top: 20px;
}

.pages .disabled,
jp-disabled {
  color: #ccc;
}

.pages .jp-first,
.pages .jp-last {
  display: none;
}

.pages a,
.pages span {
  display: inline-block;
  line-height: 14px;
  margin: 2px 3px;
  padding: 10px;
  font-size: 12px;
  vertical-align: middle;
  background-color: #fff !important;
  border: 1px solid #d7d7d7;
}

a.phid {
  color: #333;
}

.pages a.current,
.pages span.current {
  background-color: #3c9ef5 !important;
  color: #fff;
  position: relative;
}

.insert_middle .map_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.insert_middle .map_title .map_title_left {
  font-size: 17px;
  line-height: 17px;
  font-weight: bolder;
  color: #333;
}

.content {
  position: relative;
  display: flex;
}

.min_scrren {
  display: none;
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 89;
}

.min_scrren img {
  background: #fff;
  padding: 15px;
  margin: 15px;
}

.close_btn {
  display: none;
  cursor: pointer;
}
@media (max-width: 992px) {
  .close_btn {
    display: inline-block;
  }
}
.shadow {
  display: none;
}

.mt-1 {
  margin-top: 1px;
}

.ml-1 {
  margin-left: 1px;
}

.mb-1 {
  margin-bottom: 1px;
}

.mr-1 {
  margin-right: 1px;
}

.m-1 {
  margin: 1px;
}

.mt-2 {
  margin-top: 2px;
}

.ml-2 {
  margin-left: 2px;
}

.mb-2 {
  margin-bottom: 2px;
}

.mr-2 {
  margin-right: 2px;
}

.m-2 {
  margin: 2px;
}

.mt-3 {
  margin-top: 3px;
}

.ml-3 {
  margin-left: 3px;
}

.mb-3 {
  margin-bottom: 3px;
}

.mr-3 {
  margin-right: 3px;
}

.m-3 {
  margin: 3px;
}

.mt-4 {
  margin-top: 4px;
}

.ml-4 {
  margin-left: 4px;
}

.mb-4 {
  margin-bottom: 4px;
}

.mr-4 {
  margin-right: 4px;
}

.m-4 {
  margin: 4px;
}

.mt-5 {
  margin-top: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.m-5 {
  margin: 5px;
}

.mt-6 {
  margin-top: 6px;
}

.ml-6 {
  margin-left: 6px;
}

.mb-6 {
  margin-bottom: 6px;
}

.mr-6 {
  margin-right: 6px;
}

.m-6 {
  margin: 6px;
}

.mt-7 {
  margin-top: 7px;
}

.ml-7 {
  margin-left: 7px;
}

.mb-7 {
  margin-bottom: 7px;
}

.mr-7 {
  margin-right: 7px;
}

.m-7 {
  margin: 7px;
}

.mt-8 {
  margin-top: 8px;
}

.ml-8 {
  margin-left: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.m-8 {
  margin: 8px;
}

.mt-9 {
  margin-top: 9px;
}

.ml-9 {
  margin-left: 9px;
}

.mb-9 {
  margin-bottom: 9px;
}

.mr-9 {
  margin-right: 9px;
}

.m-9 {
  margin: 9px;
}

.mt-10 {
  margin-top: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.m-10 {
  margin: 10px;
}

.mt-11 {
  margin-top: 11px;
}

.ml-11 {
  margin-left: 11px;
}

.mb-11 {
  margin-bottom: 11px;
}

.mr-11 {
  margin-right: 11px;
}

.m-11 {
  margin: 11px;
}

.mt-12 {
  margin-top: 12px;
}

.ml-12 {
  margin-left: 12px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mr-12 {
  margin-right: 12px;
}

.m-12 {
  margin: 12px;
}

.mt-13 {
  margin-top: 13px;
}

.ml-13 {
  margin-left: 13px;
}

.mb-13 {
  margin-bottom: 13px;
}

.mr-13 {
  margin-right: 13px;
}

.m-13 {
  margin: 13px;
}

.mt-14 {
  margin-top: 14px;
}

.ml-14 {
  margin-left: 14px;
}

.mb-14 {
  margin-bottom: 14px;
}

.mr-14 {
  margin-right: 14px;
}

.m-14 {
  margin: 14px;
}

.mt-15 {
  margin-top: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.m-15 {
  margin: 15px;
}

.mt-16 {
  margin-top: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.m-16 {
  margin: 16px;
}

.mt-17 {
  margin-top: 17px;
}

.ml-17 {
  margin-left: 17px;
}

.mb-17 {
  margin-bottom: 17px;
}

.mr-17 {
  margin-right: 17px;
}

.m-17 {
  margin: 17px;
}

.mt-18 {
  margin-top: 18px;
}

.ml-18 {
  margin-left: 18px;
}

.mb-18 {
  margin-bottom: 18px;
}

.mr-18 {
  margin-right: 18px;
}

.m-18 {
  margin: 18px;
}

.mt-19 {
  margin-top: 19px;
}

.ml-19 {
  margin-left: 19px;
}

.mb-19 {
  margin-bottom: 19px;
}

.mr-19 {
  margin-right: 19px;
}

.m-19 {
  margin: 19px;
}

.mt-20 {
  margin-top: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.m-20 {
  margin: 20px;
}

.mt-21 {
  margin-top: 21px;
}

.ml-21 {
  margin-left: 21px;
}

.mb-21 {
  margin-bottom: 21px;
}

.mr-21 {
  margin-right: 21px;
}

.m-21 {
  margin: 21px;
}

.mt-22 {
  margin-top: 22px;
}

.ml-22 {
  margin-left: 22px;
}

.mb-22 {
  margin-bottom: 22px;
}

.mr-22 {
  margin-right: 22px;
}

.m-22 {
  margin: 22px;
}

.mt-23 {
  margin-top: 23px;
}

.ml-23 {
  margin-left: 23px;
}

.mb-23 {
  margin-bottom: 23px;
}

.mr-23 {
  margin-right: 23px;
}

.m-23 {
  margin: 23px;
}

.mt-24 {
  margin-top: 24px;
}

.ml-24 {
  margin-left: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mr-24 {
  margin-right: 24px;
}

.m-24 {
  margin: 24px;
}

.mt-25 {
  margin-top: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.m-25 {
  margin: 25px;
}

.mt-26 {
  margin-top: 26px;
}

.ml-26 {
  margin-left: 26px;
}

.mb-26 {
  margin-bottom: 26px;
}

.mr-26 {
  margin-right: 26px;
}

.m-26 {
  margin: 26px;
}

.mt-27 {
  margin-top: 27px;
}

.ml-27 {
  margin-left: 27px;
}

.mb-27 {
  margin-bottom: 27px;
}

.mr-27 {
  margin-right: 27px;
}

.m-27 {
  margin: 27px;
}

.mt-28 {
  margin-top: 28px;
}

.ml-28 {
  margin-left: 28px;
}

.mb-28 {
  margin-bottom: 28px;
}

.mr-28 {
  margin-right: 28px;
}

.m-28 {
  margin: 28px;
}

.mt-29 {
  margin-top: 29px;
}

.ml-29 {
  margin-left: 29px;
}

.mb-29 {
  margin-bottom: 29px;
}

.mr-29 {
  margin-right: 29px;
}

.m-29 {
  margin: 29px;
}

.mt-30 {
  margin-top: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.m-30 {
  margin: 30px;
}

.mt-31 {
  margin-top: 31px;
}

.ml-31 {
  margin-left: 31px;
}

.mb-31 {
  margin-bottom: 31px;
}

.mr-31 {
  margin-right: 31px;
}

.m-31 {
  margin: 31px;
}

.mt-32 {
  margin-top: 32px;
}

.ml-32 {
  margin-left: 32px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mr-32 {
  margin-right: 32px;
}

.m-32 {
  margin: 32px;
}

.mt-33 {
  margin-top: 33px;
}

.ml-33 {
  margin-left: 33px;
}

.mb-33 {
  margin-bottom: 33px;
}

.mr-33 {
  margin-right: 33px;
}

.m-33 {
  margin: 33px;
}

.mt-34 {
  margin-top: 34px;
}

.ml-34 {
  margin-left: 34px;
}

.mb-34 {
  margin-bottom: 34px;
}

.mr-34 {
  margin-right: 34px;
}

.m-34 {
  margin: 34px;
}

.mt-35 {
  margin-top: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.m-35 {
  margin: 35px;
}

.mt-36 {
  margin-top: 36px;
}

.ml-36 {
  margin-left: 36px;
}

.mb-36 {
  margin-bottom: 36px;
}

.mr-36 {
  margin-right: 36px;
}

.m-36 {
  margin: 36px;
}

.mt-37 {
  margin-top: 37px;
}

.ml-37 {
  margin-left: 37px;
}

.mb-37 {
  margin-bottom: 37px;
}

.mr-37 {
  margin-right: 37px;
}

.m-37 {
  margin: 37px;
}

.mt-38 {
  margin-top: 38px;
}

.ml-38 {
  margin-left: 38px;
}

.mb-38 {
  margin-bottom: 38px;
}

.mr-38 {
  margin-right: 38px;
}

.m-38 {
  margin: 38px;
}

.mt-39 {
  margin-top: 39px;
}

.ml-39 {
  margin-left: 39px;
}

.mb-39 {
  margin-bottom: 39px;
}

.mr-39 {
  margin-right: 39px;
}

.m-39 {
  margin: 39px;
}

.mt-40 {
  margin-top: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.m-40 {
  margin: 40px;
}

.mt-41 {
  margin-top: 41px;
}

.ml-41 {
  margin-left: 41px;
}

.mb-41 {
  margin-bottom: 41px;
}

.mr-41 {
  margin-right: 41px;
}

.m-41 {
  margin: 41px;
}

.mt-42 {
  margin-top: 42px;
}

.ml-42 {
  margin-left: 42px;
}

.mb-42 {
  margin-bottom: 42px;
}

.mr-42 {
  margin-right: 42px;
}

.m-42 {
  margin: 42px;
}

.mt-43 {
  margin-top: 43px;
}

.ml-43 {
  margin-left: 43px;
}

.mb-43 {
  margin-bottom: 43px;
}

.mr-43 {
  margin-right: 43px;
}

.m-43 {
  margin: 43px;
}

.mt-44 {
  margin-top: 44px;
}

.ml-44 {
  margin-left: 44px;
}

.mb-44 {
  margin-bottom: 44px;
}

.mr-44 {
  margin-right: 44px;
}

.m-44 {
  margin: 44px;
}

.mt-45 {
  margin-top: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.m-45 {
  margin: 45px;
}

.mt-46 {
  margin-top: 46px;
}

.ml-46 {
  margin-left: 46px;
}

.mb-46 {
  margin-bottom: 46px;
}

.mr-46 {
  margin-right: 46px;
}

.m-46 {
  margin: 46px;
}

.mt-47 {
  margin-top: 47px;
}

.ml-47 {
  margin-left: 47px;
}

.mb-47 {
  margin-bottom: 47px;
}

.mr-47 {
  margin-right: 47px;
}

.m-47 {
  margin: 47px;
}

.mt-48 {
  margin-top: 48px;
}

.ml-48 {
  margin-left: 48px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mr-48 {
  margin-right: 48px;
}

.m-48 {
  margin: 48px;
}

.mt-49 {
  margin-top: 49px;
}

.ml-49 {
  margin-left: 49px;
}

.mb-49 {
  margin-bottom: 49px;
}

.mr-49 {
  margin-right: 49px;
}

.m-49 {
  margin: 49px;
}

.mt-50 {
  margin-top: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.m-50 {
  margin: 50px;
}

.mt-51 {
  margin-top: 51px;
}

.ml-51 {
  margin-left: 51px;
}

.mb-51 {
  margin-bottom: 51px;
}

.mr-51 {
  margin-right: 51px;
}

.m-51 {
  margin: 51px;
}

.mt-52 {
  margin-top: 52px;
}

.ml-52 {
  margin-left: 52px;
}

.mb-52 {
  margin-bottom: 52px;
}

.mr-52 {
  margin-right: 52px;
}

.m-52 {
  margin: 52px;
}

.mt-53 {
  margin-top: 53px;
}

.ml-53 {
  margin-left: 53px;
}

.mb-53 {
  margin-bottom: 53px;
}

.mr-53 {
  margin-right: 53px;
}

.m-53 {
  margin: 53px;
}

.mt-54 {
  margin-top: 54px;
}

.ml-54 {
  margin-left: 54px;
}

.mb-54 {
  margin-bottom: 54px;
}

.mr-54 {
  margin-right: 54px;
}

.m-54 {
  margin: 54px;
}

.mt-55 {
  margin-top: 55px;
}

.ml-55 {
  margin-left: 55px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mr-55 {
  margin-right: 55px;
}

.m-55 {
  margin: 55px;
}

.mt-56 {
  margin-top: 56px;
}

.ml-56 {
  margin-left: 56px;
}

.mb-56 {
  margin-bottom: 56px;
}

.mr-56 {
  margin-right: 56px;
}

.m-56 {
  margin: 56px;
}

.mt-57 {
  margin-top: 57px;
}

.ml-57 {
  margin-left: 57px;
}

.mb-57 {
  margin-bottom: 57px;
}

.mr-57 {
  margin-right: 57px;
}

.m-57 {
  margin: 57px;
}

.mt-58 {
  margin-top: 58px;
}

.ml-58 {
  margin-left: 58px;
}

.mb-58 {
  margin-bottom: 58px;
}

.mr-58 {
  margin-right: 58px;
}

.m-58 {
  margin: 58px;
}

.mt-59 {
  margin-top: 59px;
}

.ml-59 {
  margin-left: 59px;
}

.mb-59 {
  margin-bottom: 59px;
}

.mr-59 {
  margin-right: 59px;
}

.m-59 {
  margin: 59px;
}

.mt-60 {
  margin-top: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.m-60 {
  margin: 60px;
}

.mt-61 {
  margin-top: 61px;
}

.ml-61 {
  margin-left: 61px;
}

.mb-61 {
  margin-bottom: 61px;
}

.mr-61 {
  margin-right: 61px;
}

.m-61 {
  margin: 61px;
}

.mt-62 {
  margin-top: 62px;
}

.ml-62 {
  margin-left: 62px;
}

.mb-62 {
  margin-bottom: 62px;
}

.mr-62 {
  margin-right: 62px;
}

.m-62 {
  margin: 62px;
}

.mt-63 {
  margin-top: 63px;
}

.ml-63 {
  margin-left: 63px;
}

.mb-63 {
  margin-bottom: 63px;
}

.mr-63 {
  margin-right: 63px;
}

.m-63 {
  margin: 63px;
}

.mt-64 {
  margin-top: 64px;
}

.ml-64 {
  margin-left: 64px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mr-64 {
  margin-right: 64px;
}

.m-64 {
  margin: 64px;
}

.mt-65 {
  margin-top: 65px;
}

.ml-65 {
  margin-left: 65px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mr-65 {
  margin-right: 65px;
}

.m-65 {
  margin: 65px;
}

.mt-66 {
  margin-top: 66px;
}

.ml-66 {
  margin-left: 66px;
}

.mb-66 {
  margin-bottom: 66px;
}

.mr-66 {
  margin-right: 66px;
}

.m-66 {
  margin: 66px;
}

.mt-67 {
  margin-top: 67px;
}

.ml-67 {
  margin-left: 67px;
}

.mb-67 {
  margin-bottom: 67px;
}

.mr-67 {
  margin-right: 67px;
}

.m-67 {
  margin: 67px;
}

.mt-68 {
  margin-top: 68px;
}

.ml-68 {
  margin-left: 68px;
}

.mb-68 {
  margin-bottom: 68px;
}

.mr-68 {
  margin-right: 68px;
}

.m-68 {
  margin: 68px;
}

.mt-69 {
  margin-top: 69px;
}

.ml-69 {
  margin-left: 69px;
}

.mb-69 {
  margin-bottom: 69px;
}

.mr-69 {
  margin-right: 69px;
}

.m-69 {
  margin: 69px;
}

.mt-70 {
  margin-top: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.m-70 {
  margin: 70px;
}

.mt-71 {
  margin-top: 71px;
}

.ml-71 {
  margin-left: 71px;
}

.mb-71 {
  margin-bottom: 71px;
}

.mr-71 {
  margin-right: 71px;
}

.m-71 {
  margin: 71px;
}

.mt-72 {
  margin-top: 72px;
}

.ml-72 {
  margin-left: 72px;
}

.mb-72 {
  margin-bottom: 72px;
}

.mr-72 {
  margin-right: 72px;
}

.m-72 {
  margin: 72px;
}

.mt-73 {
  margin-top: 73px;
}

.ml-73 {
  margin-left: 73px;
}

.mb-73 {
  margin-bottom: 73px;
}

.mr-73 {
  margin-right: 73px;
}

.m-73 {
  margin: 73px;
}

.mt-74 {
  margin-top: 74px;
}

.ml-74 {
  margin-left: 74px;
}

.mb-74 {
  margin-bottom: 74px;
}

.mr-74 {
  margin-right: 74px;
}

.m-74 {
  margin: 74px;
}

.mt-75 {
  margin-top: 75px;
}

.ml-75 {
  margin-left: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mr-75 {
  margin-right: 75px;
}

.m-75 {
  margin: 75px;
}

.mt-76 {
  margin-top: 76px;
}

.ml-76 {
  margin-left: 76px;
}

.mb-76 {
  margin-bottom: 76px;
}

.mr-76 {
  margin-right: 76px;
}

.m-76 {
  margin: 76px;
}

.mt-77 {
  margin-top: 77px;
}

.ml-77 {
  margin-left: 77px;
}

.mb-77 {
  margin-bottom: 77px;
}

.mr-77 {
  margin-right: 77px;
}

.m-77 {
  margin: 77px;
}

.mt-78 {
  margin-top: 78px;
}

.ml-78 {
  margin-left: 78px;
}

.mb-78 {
  margin-bottom: 78px;
}

.mr-78 {
  margin-right: 78px;
}

.m-78 {
  margin: 78px;
}

.mt-79 {
  margin-top: 79px;
}

.ml-79 {
  margin-left: 79px;
}

.mb-79 {
  margin-bottom: 79px;
}

.mr-79 {
  margin-right: 79px;
}

.m-79 {
  margin: 79px;
}

.mt-80 {
  margin-top: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.m-80 {
  margin: 80px;
}

.mt-81 {
  margin-top: 81px;
}

.ml-81 {
  margin-left: 81px;
}

.mb-81 {
  margin-bottom: 81px;
}

.mr-81 {
  margin-right: 81px;
}

.m-81 {
  margin: 81px;
}

.mt-82 {
  margin-top: 82px;
}

.ml-82 {
  margin-left: 82px;
}

.mb-82 {
  margin-bottom: 82px;
}

.mr-82 {
  margin-right: 82px;
}

.m-82 {
  margin: 82px;
}

.mt-83 {
  margin-top: 83px;
}

.ml-83 {
  margin-left: 83px;
}

.mb-83 {
  margin-bottom: 83px;
}

.mr-83 {
  margin-right: 83px;
}

.m-83 {
  margin: 83px;
}

.mt-84 {
  margin-top: 84px;
}

.ml-84 {
  margin-left: 84px;
}

.mb-84 {
  margin-bottom: 84px;
}

.mr-84 {
  margin-right: 84px;
}

.m-84 {
  margin: 84px;
}

.mt-85 {
  margin-top: 85px;
}

.ml-85 {
  margin-left: 85px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mr-85 {
  margin-right: 85px;
}

.m-85 {
  margin: 85px;
}

.mt-86 {
  margin-top: 86px;
}

.ml-86 {
  margin-left: 86px;
}

.mb-86 {
  margin-bottom: 86px;
}

.mr-86 {
  margin-right: 86px;
}

.m-86 {
  margin: 86px;
}

.mt-87 {
  margin-top: 87px;
}

.ml-87 {
  margin-left: 87px;
}

.mb-87 {
  margin-bottom: 87px;
}

.mr-87 {
  margin-right: 87px;
}

.m-87 {
  margin: 87px;
}

.mt-88 {
  margin-top: 88px;
}

.ml-88 {
  margin-left: 88px;
}

.mb-88 {
  margin-bottom: 88px;
}

.mr-88 {
  margin-right: 88px;
}

.m-88 {
  margin: 88px;
}

.mt-89 {
  margin-top: 89px;
}

.ml-89 {
  margin-left: 89px;
}

.mb-89 {
  margin-bottom: 89px;
}

.mr-89 {
  margin-right: 89px;
}

.m-89 {
  margin: 89px;
}

.mt-90 {
  margin-top: 90px;
}

.ml-90 {
  margin-left: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mr-90 {
  margin-right: 90px;
}

.m-90 {
  margin: 90px;
}

.mt-91 {
  margin-top: 91px;
}

.ml-91 {
  margin-left: 91px;
}

.mb-91 {
  margin-bottom: 91px;
}

.mr-91 {
  margin-right: 91px;
}

.m-91 {
  margin: 91px;
}

.mt-92 {
  margin-top: 92px;
}

.ml-92 {
  margin-left: 92px;
}

.mb-92 {
  margin-bottom: 92px;
}

.mr-92 {
  margin-right: 92px;
}

.m-92 {
  margin: 92px;
}

.mt-93 {
  margin-top: 93px;
}

.ml-93 {
  margin-left: 93px;
}

.mb-93 {
  margin-bottom: 93px;
}

.mr-93 {
  margin-right: 93px;
}

.m-93 {
  margin: 93px;
}

.mt-94 {
  margin-top: 94px;
}

.ml-94 {
  margin-left: 94px;
}

.mb-94 {
  margin-bottom: 94px;
}

.mr-94 {
  margin-right: 94px;
}

.m-94 {
  margin: 94px;
}

.mt-95 {
  margin-top: 95px;
}

.ml-95 {
  margin-left: 95px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mr-95 {
  margin-right: 95px;
}

.m-95 {
  margin: 95px;
}

.mt-96 {
  margin-top: 96px;
}

.ml-96 {
  margin-left: 96px;
}

.mb-96 {
  margin-bottom: 96px;
}

.mr-96 {
  margin-right: 96px;
}

.m-96 {
  margin: 96px;
}

.mt-97 {
  margin-top: 97px;
}

.ml-97 {
  margin-left: 97px;
}

.mb-97 {
  margin-bottom: 97px;
}

.mr-97 {
  margin-right: 97px;
}

.m-97 {
  margin: 97px;
}

.mt-98 {
  margin-top: 98px;
}

.ml-98 {
  margin-left: 98px;
}

.mb-98 {
  margin-bottom: 98px;
}

.mr-98 {
  margin-right: 98px;
}

.m-98 {
  margin: 98px;
}

.mt-99 {
  margin-top: 99px;
}

.ml-99 {
  margin-left: 99px;
}

.mb-99 {
  margin-bottom: 99px;
}

.mr-99 {
  margin-right: 99px;
}

.m-99 {
  margin: 99px;
}

.mt-100 {
  margin-top: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.m-100 {
  margin: 100px;
}
