* {
  padding: 0;
  margin: 0;
  font-family: "Î¢ÈíÑÅºÚ";
}
body {
  font-family: "Î¢ÈíÑÅºÚ";
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
::-webkit-scrollbar {
  width: 0px;
  /*height: 4px;*/
}
.mbimg {
  display: none;
}
.pcimg {
  display: block;
}
.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  transition: all 0.5s;
}
.header .saf-header {
  min-height: 84px;
  transition: all 0.8s;
  position: relative;
}
.header .saf-header .saf_navContent {
  height: 84px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.header .saf-header .saf_navContent .logoRim a {
  display: block;
  padding: 15px 0;
}
.header .saf-header .saf_navContent .logoRim a img {
  width: auto;
  height: 47px;
  display: inline-block;
}
.header .saf-header .saf_navContent .logoRim a img:nth-child(2) {
  display: none;
}
.header .saf-header .saf_navContent .saf_nav_right {
  display: inline-flex;
}
.header .saf-header .saf_navContent .saf_nav_right .saf-menuList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.header .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem {
  height: 100%;
}
.header .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem > p {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem > p > a {
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
  padding: 0 30px;
  font-weight: bold;
}
.header .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem > p > a span {
  flex: 1;
}
.header .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem > p > a.active_item {
  color: #B20000 !important;
}
.header .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem > p > a:hover {
  color: #B20000;
}
.header .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem .saf_navBox {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  width: 100%;
  padding: 20px 0;
  display: none;
}
.header .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem .saf_navBox > ul {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.header .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem .saf_navBox > ul > li {
  padding: 0 15px;
}
.header .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem .saf_navBox > ul > li a {
  display: block;
  height: 100%;
  line-height: 1.6;
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.header .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem .saf_navBox > ul > li a span {
  position: relative;
  z-index: 4;
}
.header .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem .saf_navBox > ul > li a:hover {
  color: #3497FF;
}
.header .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem:last-child p > a {
  padding-right: 0;
  margin-right: 30px;
}
.header .saf-header .saf_navContent .search-icon img {
  height: 19px;
  width: auto;
}
.header .saf-header .saf_navContent .search-icon input {
  margin-left: 7px;
  background: none;
  border: none;
  width: 0;
  outline: none;
  transition: all 0.5s;
  color: #fff;
}
.header .saf-header .saf_navContent .search-icon input::placeholder {
  color: #fff;
}
.header .saf-header .saf_navContent .lugRim {
  padding-left: 25px;
  padding-right: 52px;
  display: flex;
  align-items: center;
  position: relative;
}
.header .saf-header .saf_navContent .lugRim:hover .lugLi {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.header .saf-header .saf_navContent .lugRim > img {
  cursor: pointer;
}
.header .saf-header .saf_navContent .lugRim .lugLi {
  position: absolute;
  left: -10px;
  top: 120%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s;
}
.header .saf-header .saf_navContent .lugRim .lugLi img {
  width: 90px;
  height: 90px;
}
.header .saf-header .saf_navContent .search-icon > img:nth-child(2),
.header .saf-header .saf_navContent .lugRim > img:nth-child(2) {
  display: none;
}
.header .saf-header .saf_navContent .search-icon > img:nth-child(1),
.header .saf-header .saf_navContent .lugRim > img:nth-child(1) {
  display: inline-block;
}
.header .saf-header .saf_navContent .nav-icon {
  padding: 0 30px;
}
.header .saf-header .saf_navContent .nav-icon img {
  height: 25px;
}
.header.onScroll {
  background: #fff;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
.header.onScroll .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem > p > a {
  color: #606060;
}
.header.onScroll .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem > p > a:hover {
  color: #B20000;
}
.header.onScroll .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem .saf_navBox {
  background: #f5f5f5;
}
.header.onScroll .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem .saf_navBox > ul > li a {
  color: #606060;
}
.header.onScroll .saf-header .saf_navContent .logoRim a img:nth-child(1) {
  display: none;
}
.header.onScroll .saf-header .saf_navContent .logoRim a img:nth-child(2) {
  display: inline-block;
}
.header.onScroll .saf-header .saf_navContent .search-icon > img:nth-child(1),
.header.onScroll .saf-header .saf_navContent .lugRim > img:nth-child(1) {
  display: none;
}
.header.onScroll .saf-header .saf_navContent .search-icon > img:nth-child(2),
.header.onScroll .saf-header .saf_navContent .lugRim > img:nth-child(2) {
  display: inline-block;
}
.header.onScroll .saf-header .saf_navContent .search-icon input {
  color: #000;
}
.header.onScroll .saf-header .saf_navContent .search-icon input::placeholder {
  color: #000;
}
.header.onScroll .saf-header .saf_navContent .nav-icon {
  background: #B20000;
}
.header .mobile-header {
  display: none;
  height: 66px;
  transition: all 0.3s;
}
.header .mobile-header .scroll {
  display: none;
}
.header .mobile-header .m-h-box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4%;
}
.header .mobile-header .m-h-box .logo img {
  max-width: 130px;
}
.header .mobile-header .m-h-box .icons {
  display: inline-flex;
  align-items: center;
}
.header .mobile-header .m-h-box .icons img {
  margin-left: 11px;
}
.header .mobile-header .m-h-box .icons img.menu_icon {
  margin-left: 8px;
}
.header .mobile-header .m-h-box .icons img:first-child {
  margin-left: 0;
}
.header .mobile-header .m-h-box .icons img.close_icon {
  display: none;
  margin-left: 8px;
}
.header .mobile-header .m-h-box .search {
  max-width: 17px;
}
.header .mobile-header .m-h-box .wx {
  width: 23px;
}
.header .mobile-header .m-h-box .menu_icon,
.header .mobile-header .m-h-box .close_icon {
  width: 33px;
}
.header .mobileScroll {
  background: #fff;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}
.header .mobileScroll .default {
  display: none;
}
.header .mobileScroll .scroll {
  display: inline-block;
}
.saf-search {
  display: none;
  position: fixed;
  top: 73px;
  background: #fff;
  width: 92%;
  left: 4%;
  z-index: 9;
  transition: all 0.3s;
}
.saf-search .searchForm {
  padding: 0 15px;
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
.saf-search .searchForm input {
  border: none;
  height: 50px;
  outline: none;
  margin-left: 9px;
  width: calc(100% - 60px);
}
.menu {
  position: fixed;
  top: -100vh;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  transition: all 0.7s;
  background: url(/skins/demo/statics/huali/images/index/menu_bg.png) repeat #fff;
}
.menu .menu_header {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu .menu_header .menu_header_search {
  display: flex;
  align-items: center;
}
.menu .menu_header .menu_header_search input {
  margin-left: 7px;
  background: none;
  border: none;
  width: 0;
  outline: none;
  transition: all 0.5s;
}
.menu .menu_header .menu_header_weChat {
  margin-left: 36px;
  margin-right: 12px;
  position: relative;
}
.menu .menu_header .menu_header_weChat .lugLi {
  position: absolute;
  bottom: -130px;
  left: -47px;
  opacity: 0;
  transition: all 0.5s;
  visibility: hidden;
}
.menu .menu_header .menu_header_weChat:hover .lugLi {
  visibility: visible;
  bottom: -104px;
  opacity: 1;
}
.menu .menu_header .menu_header_close {
  display: inline-flex;
  align-items: center;
}
.menu .menu_header .menu_header_close img {
  margin-left: 5px;
}
.menu .menu_header .menu_header_close span {
  color: #7D7D7D;
}
.menu .menu_content {
  margin-top: 10%;
}
.menu .menu_content .menu_list {
  height: 65%;
  justify-content: space-between;
  background: url(/skins/demo/statics/huali/images/bg.png) no-repeat center top;
}
.menu .menu_content .menu_list .menu_item {
  display: inline-flex;
}
.menu .menu_content .menu_list .menu_item .menu_item_num {
  color: #C5C5C5;
  margin-right: 18px;
}
.menu .menu_content .menu_list .menu_item .menu_item_cnt .font22 {
  color: #343434;
  margin-bottom: 19px;
  margin-top: 3px;
  font-weight: 400;
}
.menu .menu_content .menu_list .menu_item .menu_item_cnt .menu_item_lis a {
  display: block;
  margin-bottom: 14px;
  color: #7D7D7D;
}
.menu .menu_content .menu_list .menu_item .menu_item_cnt .menu_item_lis a:hover {
  color: #B20000;
}
.mobile-menu {
  background: #fff;
  position: fixed;
  top: 63px;
  width: 100%;
  z-index: 999;
  display: none;
  overflow: scroll;
}
.mobile-menu > li a {
  outline: none;
}
.mobile-menu > li > a,
.mobile-menu > li .title {
  display: block;
  padding: 19px 21px 19px 27px;
  border-bottom: 1px solid #E1E1E1;
  color: #333;
  font-size: 15px;
}
.mobile-menu > li .title {
  display: flex;
  justify-content: space-between;
}
.mobile-menu > li .title img {
  width: 16px;
  height: 16px;
}
.mobile-menu > li .title a {
  color: #333;
}
.mobile-menu > li .title .transform {
  transform: rotate(180deg);
}
.mobile-menu > li .sub-nav {
  padding: 18px 0 10px 34px;
  background: #F5F5F5;
  display: none;
}
.mobile-menu > li .sub-nav div {
  display: flex;
  flex-direction: column;
}
.mobile-menu > li .sub-nav a {
  font-size: 14px;
  color: #2A2A2A;
  margin-bottom: 20px;
  padding-left: 19px;
  position: relative;
}
.mobile-menu > li .sub-nav a::after {
  content: '';
  width: 12px;
  height: 1px;
  background: #C5C5C5;
  position: absolute;
  left: 0;
  top: calc(50% - 0.5px);
}
.mobile-menu > li .sub-nav a.active::after {
  background: #B90B14;
}
.mobile-menu > li .active {
  color: #B90B14 !important;
}
.max-width {
  max-width: 1460px;
  width: 76%;
  margin: auto;
}
.d-flex {
  display: flex;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.align-items-center {
  align-items: center;
}
.bottom_main {
  background: #fff;
  padding-top: 56px;
  border-top: 1px solid #E5E5E5;
}
.bottom_main .logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bottom_main .logo .message {
  width: 13.6vw;
  color: #787878;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6vw 0.8vw;
  border: 1px solid #E1E1E1;
  height: max-content;
  box-sizing: border-box;
}
.bottom_main .logo .message input {
  border: none;
  height: 100%;
  width: calc(100% - 25px);
  outline: none;
}
.bottom_main .navlist.pc {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5vw;
}
.bottom_main .navlist.pc ul {
  width: 63%;
  display: flex;
  justify-content: space-between;
}
.bottom_main .navlist.pc ul li a {
  font-size: 14px;
  color: #7D7D7D;
  display: block;
  margin-bottom: 17px;
}
.bottom_main .navlist.pc ul li a:first-child {
  font-size: 16px;
  color: #010101;
  margin-bottom: 23px;
}
.bottom_main .navlist.pc ul li a:hover {
  color: #B20000;
}
.bottom_main .navlist.pc .bottom_desc {
  padding-right: 5%;
  box-sizing: border-box;
  width: 35%;
  text-align: left;
}
.bottom_main .navlist.pc .bottom_desc .font16 {
  margin-bottom: 12px;
  color: #010101;
}
.bottom_main .navlist.pc .bottom_desc .font14 {
  color: #7D7D7D;
  line-height: 25px;
}
.bottom_main .navlist.pc .bottom_desc .code_list {
  margin-top: 8px;
}
.bottom_main .navlist.pc .bottom_desc .code_list div {
  width: 23%;
  margin-right: 2%;
}
.bottom_main .navlist.pc .bottom_desc .code_list div img {
  width: 100%;
}
.bottom_main .navlist.pc .bottom_desc .code_list p {
  margin-top: 0.4vw;
  font-size: 14px;
  text-align: center;
  color: #7D7D7D;
}
.bottom_main .navlist.mobile {
  width: 100%;
}
.bottom_main .navlist.mobile li {
  display: flex;
  justify-content: center;
  padding: 13px 0;
  border-top: 1px solid #E4E4E4;
}
.bottom_main .navlist.mobile li a {
  color: #333333;
  font-size: 12px;
}
.bottom_main .navlist.mobile li a:first-child {
  margin-right: 50px;
}
.bottom_main .cmp {
  border-top: 1px solid #E2E2E2;
  margin-top: 29px;
  padding: 2vw 0 2.05vw;
  color: #787878;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.bottom_main .cmp p {
  display: inline-block;
}
.bottom_main .cmp p:last-child {
  margin-top: 2px;
}
.bottom_main .cmp span {
  padding-right: 1vw;
  cursor: pointer;
}
/*Ò³Âë*/
.page_con {
  width: 100%;
  text-align: center;
  margin: 10px 0 0px 0;
}
.page_con nav ul {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_con nav ul li {
  border-radius: 0;
}
.page_con nav ul li a {
  border: none !important;
  background: #fff;
  display: inline-block;
  text-align: center;
  color: #333;
  font-size: 16px;
  width: 40px;
  line-height: 40px;
  padding: 0 !important;
  border-radius: 0 !important;
  margin: 0 6px;
}
.pagination > li:first-child > a,
.pagination > li:last-child > a {
  width: 110px;
  letter-spacing: 2px;
  font-weight: lighter;
  background: #B90B14;
  color: #fff;
}
.page_con nav ul li:hover a {
  color: #FD6C0D;
  background: #B90B14;
}
.page_con nav ul li.active a {
  color: #fff !important;
  background: #B90B14 !important;
}
/*×ÓÒ³Ãæ¹«¹²banner*/
@keyframes scaleAnim {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sub-banner {
  overflow: hidden;
  position: relative;
}
.sub-banner > img {
  width: 100%;
  height: auto;
  object-fit: cover;
  animation: scaleAnim 5s ease forwards;
}
.sub-banner > img.mbimg {
  display: none;
}
.sub-common-title .font20 {
  margin-bottom: 22px;
  color: #343434;
}
.sub-common-title .font40 {
  color: #373737;
}
.position-sub-tabs {
  width: 100%;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  transition: all 0.2s;
  opacity: 0;
}
.sub-tabs-box {
  position: relative;
  bottom: 52px;
}
.sub-tabs-box.position {
  position: initial;
  bottom: -200px;
}
.sub-tabs-box .sub-tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 22px 20px 19px;
  border-radius: 6px;
  box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.09);
}
.sub-tabs-box .sub-tabs .sub-tabs-list a {
  width: 137px;
  height: 44px;
  line-height: 44px;
  color: #333333;
  font-size: 16px;
  border: 1px solid #E4E3E2;
  border-radius: 3px;
  margin-right: 16px;
  display: inline-block;
  text-align: center;
}
.sub-tabs-box .sub-tabs .sub-tabs-list a.active,
.sub-tabs-box .sub-tabs .sub-tabs-list a:hover {
  color: #fff;
  background: #D0121C;
  border-color: #D0121C;
}
.sub-tabs-box .sub-tabs .sub-tabs-address {
  display: inline-flex;
  align-items: center;
  justify-content: end;
}
.sub-tabs-box .sub-tabs .sub-tabs-address a {
  display: inline-flex;
  align-items: center;
  margin-left: 9px;
  color: #979595;
}
.sub-tabs-box .sub-tabs .sub-tabs-address a span {
  font-size: 14px;
  margin-left: 8px;
}
.sub-tabs-box .sub-tabs .sub-tabs-address a.active,
.sub-tabs-box .sub-tabs .sub-tabs-address a:hover {
  color: #B90B14;
}
@media screen and (max-width: 1640px) {
  .max-width {
    width: 82%;
  }
}
@media screen and (max-width: 1500px) {
  .max-width {
    width: 86%;
  }
  .header .saf-header {
    min-height: 64px;
  }
  .header .saf-header .saf_navContent {
    height: 64px;
  }
  .header .saf-header .saf_navContent .nav-icon {
    padding: 0 20px;
  }
  .header .saf-header .saf_navContent .logoRim {
    display: flex;
    align-items: center;
  }
  .header .saf-header .saf_navContent .logoRim a {
    padding: 0;
  }
  .header .saf-header .saf_navContent .logoRim a img {
    height: 40px;
  }
  .header .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem > p > a {
    padding: 0 22px;
  }
}
@media screen and (max-width: 1366px) {
  .header .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem > p > a {
    padding: 0 15px;
    font-size: 15px;
  }
  .menu .menu_content .menu_list .menu_item .menu_item_num {
    font-size: 24px;
    margin-right: 14px;
  }
  .menu .menu_content .menu_list .menu_item .menu_item_cnt .font22 {
    font-size: 20px;
  }
  .menu .menu_content .menu_list .menu_item .menu_item_cnt .menu_item_lis .font16 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  * {
    outline: none;
  }
  .Subpages,
  html,
  body {
    overflow-x: hidden;
  }
  .header .saf-header {
    display: none;
  }
  .header .mobile-header {
    display: block;
  }
   > .swiper {
    overflow: scroll;
  }
  .bottom_main {
    display: block;
    border-top: none;
  }
  .bottom_main .max-width {
    width: 83%;
  }
  .bottom_main .logo {
    flex-direction: column;
  }
  .bottom_main .logo .message {
    width: 100%;
    background: #F3F3F3;
    border: 1px solid #E9E9E9;
    margin-top: 22px;
    padding-right: 22px;
    box-sizing: border-box;
    margin-bottom: 26px;
  }
  .bottom_main .logo .message input {
    background: none;
    padding: 13px 19px;
    box-sizing: border-box;
    width: calc(100% - 30px);
  }
  .bottom_main .navlist.pc .bottom_desc {
    width: 100%;
    padding-right: 0;
  }
  .bottom_main .navlist.pc .bottom_desc .font16 {
    font-size: 19px;
    font-weight: bold;
    text-align: center;
  }
  .bottom_main .navlist.pc .bottom_desc > p:nth-child(2),
  .bottom_main .navlist.pc .bottom_desc > p:nth-child(3) {
    display: contents;
  }
  .bottom_main .navlist.pc .bottom_desc .code_list {
    flex-wrap: wrap;
  }
  .bottom_main .navlist.pc .bottom_desc .code_list div {
    width: 46%;
    margin-bottom: 22px;
    margin-right: 4%;
  }
  .bottom_main .navlist.pc .bottom_desc .code_list div p {
    margin-top: 10px;
  }
  .bottom_main .navlist.pc ul {
    display: none;
  }
  .bottom_main .cmp {
    margin-top: 10px;
    padding: 17px 0 10px;
  }
  .bottom_main .cmp p {
    display: block;
    margin-bottom: 10px;
  }
  .max-width {
    width: 92%;
  }
  .menu {
    display: none;
  }
  .sub-banner > img.mbimg {
    display: block;
  }
  .sub-banner > img.pcimg {
    display: none;
  }
  .position-sub-tabs .max-width {
    width: 100%;
    height: 50px;
  }
  .position-sub-tabs .max-width .sub-tabs {
    border-radius: 0;
    padding: 0;
    display: block;
    background: none;
    box-shadow: none;
  }
  .position-sub-tabs .max-width .sub-tabs .sub-tabs-address {
    width: 100%;
    justify-content: start;
    padding-top: 15px;
  }
  .position-sub-tabs .max-width .sub-tabs .sub-tabs-list {
    display: flex;
    background: #fff;
    box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.13);
  }
  .position-sub-tabs .max-width .sub-tabs .sub-tabs-list a {
    height: 50px;
    line-height: 50px;
    width: 25%;
    margin-right: 0;
    border: none;
    border-radius: 0;
    font-size: 13px;
  }
  .sub-common-title .font20 {
    font-size: 14px;
  }
  .sub-common-title .font40 {
    font-size: 23px;
  }
  /*Ò³Âë*/
  .page_con {
    display: block;
    margin: 1.1rem 0 0px 0;
  }
  .pagination > li:first-child > a,
  .pagination > li:last-child > a {
    width: 90px;
  }
  .page_con nav ul li a {
    font-size: 13px;
    width: 2.2rem;
    line-height: 2.2rem;
    border-radius: 0 !important;
    margin: 0 0.15rem;
  }
  .sub-tabs-box {
    width: 100%;
    bottom: 0;
  }
  .sub-tabs-box .sub-tabs {
    border-radius: 0;
    flex-direction: column;
    background: none;
    padding: 0;
    align-items: flex-start;
    box-shadow: none;
    position: relative;
    bottom: 50px;
  }
  .sub-tabs-box .sub-tabs .sub-tabs-list {
    background: #fff;
    width: 100%;
    display: flex;
    box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.13);
  }
  .sub-tabs-box .sub-tabs .sub-tabs-list a {
    flex: none;
    height: 50px;
    line-height: 50px;
    width: 22.8%;
    border-radius: 0;
    margin-right: 0;
    border: none;
    font-size: 14px;
  }
  .sub-tabs-box .sub-tabs .sub-tabs-address {
    padding-top: 23px;
    justify-content: start;
    width: 92%;
    margin-left: 4%;
    flex-wrap: wrap;
  }
  .sub-tabs-box .sub-tabs .sub-tabs-address a {
    font-size: 13px;
    line-height: 25px;
    flex: none;
  }
  .sub-tabs-box .sub-tabs .sub-tabs-address a:first-child {
    margin-left: 0;
  }
}
