.main_bg {
  /* background: url(../images/main_bottom_bg.png) white no-repeat bottom; */
  background-size: 100%;
}

.main_container {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 24px;
  width: 100%;
}

/******* div1 *******/
.main_container .div1_top {
  display: flex;
  justify-content: space-between;
}

.main_container .div1_top .current_date_list {
  width: 43%;
}

.main_container .title_more {
  display: flex;
  justify-content: space-between;
  /* justify-content: center; */
  border-bottom: 2px solid #E6E6E6;
  padding-top: 28px;
  padding-bottom: 10px;
}
.main_div4 .ms {
  justify-content: center;
  border-bottom: 0;
}
.main_div4 .ms img {
  width: 406px;
}
.main_div4 .ms {
  justify-content: center;
}

.main_container .title {
  display: inline-block;
  font-weight: bold;
  font-size: 125.555%; /*24px*/
  color: #005293;
  height: 24px;
  line-height: 24px;
  position: relative;
}

.main_container .title::after {
  content: ' ';
  background: url(../images/title_sel.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  width: 86px; /*120px*/
  left: 0;
  height: 6px;
  bottom: -12px;
}

.main_container .title_more .more {
  display: inline-block;
  cursor: pointer;
  line-height: 30px;
  color: #005293;
  font-size: 18px;
  line-height: 30px;
}

#date_info_list {
  max-height: 460px;
  margin-top: 15px;
  overflow-y: auto;
}

#date_info_list>span {
  display: inline-block;
  margin-left: 10px;
  font-size: 20px;
}

.current_date_list #date_info_list .every_date_info {
  display: flex;
}

.current_date_list #date_info_list .every_date_info+.every_date_info {
  margin-top: 10px;
}

.current_date_list #date_info_list .every_date_info .date_info_pointer {
  margin: 10px 10px 0 7px;
  width: 6px;
  height: 6px;
  background: #005293;
  border-radius: 50%;
  flex-shrink: 0;
}

.current_date_list #date_info_list .every_date_info .date_info_pointer.hot_icon {
  width: 26px;
  height: 32px;
  background: url(../images/hot_icon.png) no-repeat center;
  background-size: 100%;
  margin: 0 8px 0 0;
}

#date_info_list .every_date_info .date_info_show>a>span {
  font-size: 16px; /*18px*/
  color: #333333;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}

#date_info_list .every_date_info .date_info_show>div {
  font-size: 18px;
  color: #787878;
  line-height: 32px;
  margin-top: 8px;
}

#date_info_list .every_date_info:last-child .date_info_show>div {
  margin-bottom: 0;
}

#date_info_list .every_date_info .date_info_show>div>span {
  display: inline-block;
  background: #E4F1FF;
  border-radius: 7px;
  padding: 6px 8px;
  font-size: 15px;
  color: #6CB0FD;
  line-height: 16px;
}

/******* div2 *******/
.main_container .main_div2 {
  width: 100%;
  margin-top: 62px;
  padding-bottom: 24px;
  background: #F3F7FC;
  box-shadow: 0px 6px 13px 0px rgba(1, 46, 82, 0.16);
  border-radius: 8px;
  height: 350px;
  position: relative;
}

.main_div2 .middle_left_top {
  display: flex;
  line-height: 48px;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  height: 48px;
  background: #5CA6FD;
  border-radius: 8px 8px 0 0;
  background: rgba(92, 166, 253, .27);
}

.main_div2 .middle_left_top .tag_tab {
  width: 100%;
  height: 62px;
  margin: -26px 16px 0 16px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}

.middle_left_top .tag_tab .tag_tab_item_container {
  position: absolute;
  display: flex;
  width: 1176px;
  left: 0;
}

.middle_left_top .tag_tab .tag_tab_item {
  line-height: 46px;
  height: 50px;
  padding: 12px 20px;
  font-weight: 500;
  font-size: 26px;
  line-height: 26px;
  color: #FEFEFE;
  background: #6BB0FD;
  border-radius: 8px;
  cursor: pointer;
  white-space: nowrap;
}

.middle_left_top .tag_tab .tag_tab_item.on {
  background: url(../images/tab_sel_bg.png) top no-repeat;
  background-size: 140px 62px;
  height: 62px;
  font-weight: bold;
  color: white;
}

.tag_tab .tag_tab_item_container .tag_tab_item+.tag_tab_item {
  margin-left: 12px;
}

.main_div2 .middle_left_top>span {
  display: inline-block;
  width: 21px;
  height: 23px;
  background: url(../images/nav_sel_icon.png) center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.main_div2 .middle_left_top>span.next_icon {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.main_container .main_div2 .middle_left_center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 24px;
}

.main_div2 .middle_left_center .every_date_info_item {
  margin: 20px 0;
  margin-bottom: 0;
  padding: 10px 16px;
  background: #E8F1FD;
  width: 32%;
  box-sizing: border-box;
  border-radius: 7px;
}

.main_div2 .middle_left_center .every_date_info_item.hidden_item {
  background: transparent;
}

.middle_left_center .every_date_info_item .date_show_box {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid #BAD4F7;
  padding: 9px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-right: 10px;
  min-width: 66px;
  max-width: 66px;
  height: 75px;
}

.every_date_info_item .date_show_box .date_day {
  display: inline-block;
  font-weight: bold;
  font-size: 28px;
  color: #5CA6FD;
  padding: 10px;
  padding-top: 0;
  border-bottom: 1px solid #CBE2FD;
  line-height: 22px;
}

.every_date_info_item .date_show_box .date_year_month {
  display: inline-block;
  font-size: 14px;
  color: #7C7C7C;
  padding-top: 10px;
  line-height: 12px;
  width: 58px;
  white-space: nowrap;
}

.middle_left_center .every_date_info_item .date_info_item_title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.middle_left_center .every_date_info_item .date_info_item_title a {
  font-size: 16px;
  color: #333333;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}

.every_date_info_item_flex {
  display: flex;
  width: 100%;
}

.data_info_detail {
  color: #666666;
  text-align: right;
  font-size: 14px;
}

.main_container .main_div2 .middle_left_bottom {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 18px;
  background: #5A9EF1;
  border-radius: 18px;
  display: block;
  padding: 10px 20px;
  margin: 0 auto;
  margin-top: 18px;
  cursor: pointer;
  width: 16%;
  text-align: center;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}

/******* div3 *******/
.main_div3 {
  display: flex;
  justify-content: space-between;
}

.main_container .main_div3 .yzwzrb_table {
  width: 49%;
}

.main_container .main_div3 .title_more {
  padding-top: 50px;
}

.main_div3 .yzwzrb_table .title_more .title::after {
  content: ' ';
  background: url(../images/long_title_line.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  width: 200px; /*300px*/
  left: 0;
  height: 6px;
  bottom: -12px;
}

.main_div3 .yzwzrb_table .yzwzrb_table_list {
  line-height: 70px;
  font-size: 20px;
  color: #333333;
}

.yzwzrb_table .yzwzrb_table_list .every_yzwzrb {
  display: flex;
  align-items: center;
  line-height: 40px;
  padding: 10px 0;
}

.yzwzrb_table .yzwzrb_table_list .every_yzwzrb .data_pointer {
  margin: 0 15px 0 0;
  min-width: 10px;
  height: 10px;
  background: #005293;
  border-radius: 50%;
}

.yzwzrb_table .yzwzrb_table_list .every_yzwzrb:last-child {
  border: unset;
}

.yzwzrb_table .yzwzrb_table_list .every_yzwzrb>a {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 680px;
  white-space: nowrap;
  font-size: 16px; /*18px*/
  color: #333333;
}

.main_container .main_div3 .bmcx_word {
  width: 49%;
}

.bmcx_word .title_more {
  margin-right: 20px;
  margin-left: 5px;
}

.bmcx_word .title_more .title {
  cursor: pointer;
}

.bmcx_word .title_more .title.noon::after {
  content: none;
}

.bmcx_word a:hover {
  /* color: white !important; */
  color: #005293 !important;
  background-color: #D8E9F7;
}

.bmcx_word .change_word {
  line-height: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  color: #005293;
  display: none;
}

.bmcx_word .change_word span {
  margin-right: 8px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/change_word_icon.png) no-repeat center;
  background-size: 100% 100%;
}

.main_div3 .bmcx_word .hot_word_show_container {
  /* position: relative;
  height: 428px;
  background: url(../images/cyyy_bmrl_bg.png) no-repeat center;
  background-size: 100% 100%; */
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.main_div3 .bmcx_word .hot_word_show_container.bmcx {
  /* background: url(../images/bmcx_bg.png) no-repeat center;
  background-size: 100% 100%; */
}

.bmcx_word .hot_word_show_container .hot_word_style {
  position: absolute;
  background: linear-gradient(to right, #79AFF1, #2682F1);
  transition: 1.5s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}

.hot_word_show_container .hot_word_style .hot_word_style_a {
  font-size: 16px; 
  color: #FFFFFF;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  width: 85%;
  padding-top: 6px; 
}

.hot_word_show_container.bmcx .hot_word_style .hot_word_style_a {
  padding: 0;
}

.bmcx_word .hot_word_show_container .hot_word_style.index0 {
  width: 220px;
  height: 62px;
  background: url(../images/sgreen_word_bg.png) no-repeat center;
  background-size: 100% 100%;
  top: 30px;
  left: 40px;
  padding-top: 18px;
  padding-left: 16px;
}

.bmcx_word .hot_word_show_container .hot_word_style.index1 {
  width: 240px;
  height: 62px;
  background: url(../images/pink_word_bg.png) no-repeat center;
  background-size: 100% 100%;
  top: 28px;
  right: 50px;
  padding-top: 20px;
  padding-right: 16px;
}

.bmcx_word .hot_word_show_container .hot_word_style.index2 {
  width: 180px;
  height: 58px;
  background: url(../images/green_word_bg.png) no-repeat center;
  background-size: 100% 100%;
  top: 108px;
  right: 204px;
  padding-top: 16px;
  padding-right: 10px;
}

.bmcx_word .hot_word_show_container .hot_word_style.index3 {
  width: 300px;
  height: 48px;
  background: url(../images/qgreen_word_bg.png) no-repeat center;
  background-size: 100% 100%;
  top: 190px;
  left: 30%;
  padding-top: 7px;
}

.bmcx_word .hot_word_show_container .hot_word_style.index4 {
  width: 328px;
  height: 55px;
  background: url(../images/blue_word_bg.png) no-repeat center;
  background-size: 100% 100%;
  left: 30px;
  bottom: 115px;
  padding-top: 7px;
  padding-left: 8px;
}

.bmcx_word .hot_word_show_container .hot_word_style.index5 {
  width: 240px;
  height: 60px;
  background: url(../images/red_word_bg.png) no-repeat center;
  background-size: 100% 100%;
  bottom: 45px;
  right: 60px;
  padding-top: 8px;
  padding-right: 12px;
}

.hot_word_show_container.bmcx .hot_word_style.index0 {
  width: 220px;
  height: 60px;
  background: url(../images/bmcx_word_bg1.png) no-repeat center;
  background-size: 100% 100%;
  top: 30px;
  left: 8%;
  line-height: 50px;
  padding-top: 10px;
}

.hot_word_show_container.bmcx .hot_word_style.index1 {
  width: 166px;
  height: 60px;
  background: url(../images/bmcx_word_bg2.png) no-repeat center;
  background-size: 100% 100%;
  top: 30px;
  right: 12%;
  padding-top: 10px;
  line-height: 50px;
  padding-right: 14px;
}

.hot_word_show_container.bmcx .hot_word_style.index2 {
  width: 190px;
  height: 60px;
  background: url(../images/bmcx_word_bg3.png) no-repeat center;
  background-size: 100% 100%;
  top: 110px;
  left: 16%;
  padding: 0;
  line-height: 50px;
  padding-top: 10px;
}

.hot_word_show_container.bmcx .hot_word_style.index3 {
  width: 230px;
  height: 55px;
  background: url(../images/bmcx_word_bg4.png) no-repeat center;
  background-size: 100% 100%;
  top: 110px;
  right: 10%;
  left: unset;
  padding-top: 5px;
  line-height: 50px;
  padding-right: 8px;
}

.hot_word_show_container.bmcx .hot_word_style.index4 {
  width: 224px;
  height: 48px;
  background: url(../images/bmcx_word_bg5.png) no-repeat center;
  background-size: 100% 100%;
  top: 200px;
  left: 32%;
  padding: 0;
  line-height: 48px;
}

.hot_word_show_container.bmcx .hot_word_style.index5 {
  width: 256px;
  height: 55px;
  background: url(../images/bmcx_word_bg6.png) no-repeat center;
  background-size: 100% 100%;
  bottom: 110px;
  left: 22%;
  line-height: 50px;
  padding: 0;
  padding-bottom: 5px;
  padding-left: 9px;
}

.hot_word_show_container.bmcx .hot_word_style.index6 {
  width: 238px;
  height: 60px;
  background: url(../images/bmcx_word_bg7.png) no-repeat center;
  background-size: 100% 100%;
  bottom: 36px;
  left: 4%;
  padding: 0;
  line-height: 48px;
  padding-bottom: 12px;
  padding-left: 14px;
}

.hot_word_show_container.bmcx .hot_word_style.index7 {
  width: 242px;
  height: 60px;
  background: url(../images/bmcx_word_bg8.png) no-repeat center;
  background-size: 100% 100%;
  bottom: 40px;
  right: 6%;
  line-height: 48px;
  padding-bottom: 12px;
  padding-right: 14px;
}

/* [常用预约][便民查询]样式修改 */

.hot_word_item .hot_word_item_img {
  padding-top: 12px;
}
.hot_word_item_a:hover .hot_word_item .hot_word_item_img {
  transform: translateY(-3px);
}
.hot_word_item_a:hover .hot_word_item .hot_word_item_img img {
  transform: scale(1);
}
.hot_word_item_a{
  font-weight: bold;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;

  flex: 0 0 calc(50% - 5px);
  box-sizing: border-box;
  padding: 10px;
  background-color: #ecf3f9;
  text-align: center;
  height: 130px;
  line-height: 50px;
  margin-bottom: 17px;
}

/******* div4 *******/
.main_container .main_div4 .img_div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
  flex-wrap: wrap;
}

.main_container .main_div4 .img_div a {
  margin-top: 20px;
  width: 49.5%;
  overflow: hidden;
}

.main_container .main_div4 .img_div a img {
  width: 100%;
}

.main_container .main_div4 .cjhfw {
  width: 100%;
  height: 64px;
  background: url(../images/cj_title.png) no-repeat center;
  background-size: 38%;
  margin-top: 30px;
}

.main_container .main_div4 .cj_img_a {
  padding-top: 30px;
  position: relative;
}

.middle_left_center .no_result {
  display: inline-block;
  font-size: 22px;
  color: #333333;
  margin: 0 auto;
  margin-top: 20px;
}

.main_div2 .swiper_div {
  display: block !important;
}

.main_div2 .swiper_div1 {
  display: none !important;
}

#mySwiper1.mySwiper1,
.swiper_btn {
  display: none !important;
}

.no-result {
  align-items: center;
}

.load-container {
  padding: 20px 0;
  width: 100%;
  height: 480px;
}

@media screen and (max-width: 1130px) {
  #date_sel_part {
    margin: 0;
    min-width: 492px;
    width: 100%;
    padding: 0 4.5%;
    padding-top: 72px;
    padding-bottom: 38px;
  }

  .main_container .div1_top,
  .main_container .main_div3 {
    flex-direction: column;
    align-items: center;
  }

  .main_div3 .yzwzrb_table .title_more .title::after {
    width: 260px;
  }

  .main_container .title::after {
    width: 104px;
  }

  .szf_logo {
    width: 80% !important;
  }

  .main_container .div1_top .current_date_list,
  .main_container .main_div2,
  .main_container .main_div3,
  .main_container .main_div4 {
    width: 80%;
    min-width: 480px;
  }

  .main_container .main_div2,
  .main_container .main_div3,
  .main_container .main_div4 {
    margin: 0 auto;
  }

  .main_container .main_div2 {
    margin-top: 30px;
  }

  .main_container .main_div3 .yzwzrb_table {
    width: 100%;
    margin: 0;
  }

  .main_container .main_div3 .bmcx_word {
    width: 100%;
    margin: 0;
  }

  .cj_img_a .swiper {
    height: 50%;
  }

  .bmcx_word .hot_word_show_container .hot_word_style.index2 {
    left: 40%;
  }

  .hot_word_show_container.bmcx .hot_word_style.index2 {
    left: 30%;
  }

  .bmcx_word .hot_word_show_container .hot_word_style.index3 {
    left: 34%;
  }

  .hot_word_show_container.bmcx .hot_word_style.index3 {
    left: 60%;
  }

  .hot_word_show_container.bmcx .hot_word_style.index4 {
    left: 38%;
  }

  .hot_word_show_container.bmcx .hot_word_style.index5 {
    left: 35%;
  }

  .yzwzrb_table .yzwzrb_table_list .every_yzwzrb {
    line-height: 30px;
  }
}

@media screen and (max-width: 1170px) {
  .main_div2 .middle_left_center .every_date_info_item {
    width: 49%;
  }

  .main_div2 .middle_left_center .every_date_info_item.hidden_item {
    display: none;
  }

  .main_container .main_div3 .title_more,
  .main_container .title_more {
    padding-top: 20px !important;
  }

  .main_div3 .yzwzrb_table .yzwzrb_table_list {
    line-height: 50px;
  }

  .yzwzrb_table .yzwzrb_table_list .every_yzwzrb {
    line-height: 20px;
  }
}

@media screen and (max-width: 1130px) {
  .main_div2 .swiper_div {
    display: none !important;
  }

  .main_div2 .swiper_div1 {
    display: block !important;
  }

  .main_container .main_div2 .middle_left_bottom {
    width: 23%;
  }

  .data_info_detail {
    font-size: 14px;
  }

  .main_container .title {
    font-size: 20px;
    height: 20px;
    line-height: 20px;
  }

  .current_date_list #date_info_list .every_date_info .date_info_pointer.hot_icon {
    width: 20px;
    height: 28px;
  }

  #date_info_list .every_date_info .date_info_show>a>span,
  .yzwzrb_table .yzwzrb_table_list .every_yzwzrb>a {
    font-size: 16px;
  }

  #date_info_list .every_date_info .date_info_show>div>span {
    font-size: 14px;
    line-height: 14px;
  }

  #date_info_list,
  .current_date_list #date_info_list .every_date_info+.every_date_info {
    margin-top: 10px;
  }

  #date_info_list .every_date_info .date_info_show>div {
    margin: 0;
  }

  .current_date_list #date_info_list .every_date_info .date_info_pointer,
  .yzwzrb_table .yzwzrb_table_list .every_yzwzrb .data_pointer {
    margin: 9px 12px 0 6px;
    min-width: 6px;
    height: 6px;
  }

  .yzwzrb_table .yzwzrb_table_list .every_yzwzrb .data_pointer {
    margin: -2px 10px 0 0;
  }
}

@media screen and (max-width: 1100px) {
  .header {
    padding: 10px 0 !important;
    height: unset !important;
  }

  .header_top {
    width: 90%;
  }

  .header_top .top_left {
    font-size: 14px !important;
  }

  .szf_logo {
    width: 100% !important;
    text-align: center;
  }

  .szf_logo img {
    width: 45% !important;
    height: unset !important;
  }

  .header .logo {
    margin: 20px 0 !important;
  }

  .header .logo img {
    height: unset !important;
    width: 80% !important;
  }

  .header .ipt_div {
    width: 80% !important;
    height: 40px !important;
    margin-top: 0 !important;
  }

  .header .ipt_div .search_icon {
    line-height: 30px !important;
    height: 30px !important;
    min-width: 40px !important;
    background: url(../images/search_icon.png) no-repeat !important;
    background-position: 16px 6px !important;
    background-size: 15px 15px !important;
  }

  .header .ipt_div #qt {
    line-height: 40px !important;
    font-size: 18px !important;
  }

  .header .ipt_div #search_btn {
    min-width: 50px !important;
    height: 50px !important;
  }

  .current_date_list #date_info_list .every_date_info+.every_date_info {
    margin-top: 10px;
  }
}

@media screen and (max-width: 980px) {
  .main_div2 .middle_left_center .every_date_info_item {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .header_top .first {
    display: none !important;
  }

  .header_top {
    width: 90%;
  }

  .header_top .top_left {
    font-size: 14px !important;
  }

  .hot_word_show_container.bmcx .hot_word_style.index0,
  .bmcx_word .hot_word_show_container .hot_word_style.index0 {
    width: 177px;
    left: 6%;
  }

  .bmcx_word .hot_word_show_container .hot_word_style.index1 {
    width: 220px;
  }

  .hot_word_show_container.bmcx .hot_word_style.index1,
  .bmcx_word .hot_word_show_container .hot_word_style.index1 {
    right: 6%;
  }

  .hot_word_show_container.bmcx .hot_word_style.index2,
  .bmcx_word .hot_word_show_container .hot_word_style.index2 {
    width: 150px;
  }

  .bmcx_word .hot_word_show_container .hot_word_style.index2 {
    left: 34%;
  }

  .hot_word_show_container.bmcx .hot_word_style.index2 {
    left: 14%;
  }

  .bmcx_word .hot_word_show_container .hot_word_style.index3 {
    width: 220px;
    left: 26%;
  }

  .hot_word_show_container.bmcx .hot_word_style.index3 {
    width: 200px;
    right: 10%;
    left: unset !important;
  }

  .bmcx_word .hot_word_show_container .hot_word_style.index4 {
    left: 10%;
    bottom: 28%;
  }

  .hot_word_show_container.bmcx .hot_word_style.index4 {
    width: 200px;
    left: 30%;
  }

  .hot_word_show_container.bmcx .hot_word_style.index5 {
    width: 250px;
    left: 10%;
  }

  .hot_word_show_container.bmcx .hot_word_style.index6 {
    width: 240px;
    left: 4%;
  }

  .hot_word_show_container.bmcx .hot_word_style.index7 {
    width: 180px;
    right: 4%;
  }

  .layui-year-show.position-ab {
    left: 20% !important;
  }

  .layui-month-show.position-ab {
    right: 20% !important;
  }

  .layui-laydate-header i.laydate-prev-m {
    left: unset;
    right: calc(20% + 112px) !important;
  }

  .layui-laydate-header i.laydate-next-m {
    right: calc((20% - 24px)) !important;
  }
}

@media screen and (max-width: 1050px) {
  .main_container .main_div4 .img_div a {
    width: 100%;
  }

  .main_container .main_div4 .cj_img_a {
    display: none !important;
  }

  #mySwiper1.mySwiper1,
  .swiper_btn {
    display: block !important;
    text-align: center;
  }
}