.image-container {
  transform: translate3d(0px, 0px, 0px) scale(1.2);
  opacity: 0;
  transition: transform 1s ease-out, opacity 1s ease-out;
  height: 26vw;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .image-container {
    height: 60vw;
  }
}
.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-container .info {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  padding: 15px;
  color: white;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.4s ease-out 0.2s, opacity 0.4s ease-out 0.2s;
  text-align: center;
  /* 延迟0.2s让图片先动 */
}
.image-container.loaded {
  transform: translate3d(0px, 0px, 0px) scale(1);
  opacity: 1;
}
.image-container.loaded .info {
  transform: translateY(0);
  opacity: 1;
}
.position-relative {
  position: relative;
  background-color: #eff1f5;
  padding-top: 15px;
  padding-bottom: 15px;
}
.position-relative .m_1 {
  flex: 0 0 70%;
  display: flex;
  flex-wrap: wrap;
}
.position-relative .m_1 .m-list {
  flex: 0 0 auto;
  margin-right: 20px;
}
.position-relative .m_1 .m-list a {
  display: block;
  padding: 10px 35px;
  background: #fff;
  border-radius: 0px;
  border: 1px solid #eee;
  font-size: 16px;
  transition: all 0.5s ease;
}
.position-relative .m_1 .m-list a.active {
  background: #E7A62A;
  color: #fff;
}
.position-relative .span01 {
  flex: 1;
  padding: 10px 0 10px 20px;
  text-align: right;
}
.position-relative .span01 a {
  font-size: 14px;
  line-height: 30px;
}
@media (max-width: 1000px) {
  .position-relative .container {
    display: flex;
    flex-direction: column !important;
  }
  .position-relative .m_1 {
    flex: 0 0 100%;
    flex-direction: row;
    justify-content: center;
  }
  .position-relative .m_1 .m-list {
    margin-bottom: 10px;
  }
  .position-relative .span01 {
    text-align: center;
  }
}
.page {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: clamp(30px, 4vw, 60px) 0;
}
.page a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  text-decoration: none;
  color: #495057;
  font-weight: 500;
  border-radius: 8px;
  transition: all 0.3s ease;
  background: white;
  border: 1px solid #dee2e6;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}
.page a:hover {
  background: #f1f3f5;
  border-color: #adb5bd;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}
.page a.num.select {
  background: #e7a62a !important;
  color: white !important;
  border-color: #e7a62a !important;
  box-shadow: 0 4px 12px rgba(231, 166, 42, 0.3) !important;
  transform: translateY(-2px);
}
.page a.num {
  font-weight: 600;
}
.page a:not(.num) {
  color: #6c757d;
  font-size: 14px;
}
.page-info {
  color: #6c757d;
  font-size: 14px;
  margin-right: 15px;
  font-weight: 500;
}
.pre_next_page {
  margin-top: 30px;
}
.pre_next_page li {
  flex: 0 0 50%;
  font-size: 14px;
}
.pre_next_page li a {
  font-size: 14px;
}
.pre_next_page li:frist-child {
  text-align: left;
}
.pre_next_page li:last-child {
  text-align: right;
}
.content {
  background-color: #ffffff;
  overflow: hidden;
}
.content .title {
  text-align: center;
  padding: clamp(30px, 4vw, 60px) 0;
}
.content .title p {
  text-transform: uppercase;
}
.content .about01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 0 0;
}
.content .about01 h3 {
  margin-bottom: 10px;
}
.content .about01 p i {
  margin-right: 2%;
}
.content .about01 .gradient-orange {
  padding: 20px 3%;
  background: linear-gradient(to bottom right, #F59E0B, #fb923c);
}
.content .about01 .gradient-blue {
  padding: 20px 3%;
  background: linear-gradient(to bottom right, #1E40AF, #3b82f6);
}
@media (max-width: 1024px) {
  .content .about01 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .content .about01 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.content .about02 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  background: rgba(249 250 251);
  text-align: center;
  padding: 3% 0;
}
@media (max-width: 768px) {
  .content .about02 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.content .about03 {
  background: rgba(249 250 251);
}
.content .about03 .about03ul {
  width: 56%;
  margin: 0 auto;
  padding: 0 0 clamp(30px, 4vw, 60px);
}
@media (max-width: 1024px) {
  .content .about03 .about03ul {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .content .about03 .about03ul {
    width: 90%;
  }
}
.content .about03 .about03li {
  padding-bottom: 3%;
  border-left: 4px solid rgba(var(--color-blue));
}
.content .about03 .about03li i {
  width: 50px;
  height: 50px;
  background: rgba(var(--color-blue));
  display: grid;
  place-items: center;
  margin-right: 5%;
  margin-left: -25px;
  transition: all 0.3s ease;
}
.content .about03 .about03li .card {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 3%;
  flex: 1;
  transition: all 0.3s ease;
}
.content .about03 .about03li:hover i,
.content .about03 .about03li:hover .card {
  transform: translateX(10px);
}
.content .about04 {
  padding: 0 0 clamp(30px, 4vw, 60px);
}
.content .about04 .bottom {
  overflow: hidden;
}
.content .about04 img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.content .about05 {
  background: #f9fafb;
}
.content .about05 .top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}
.content .about05 .top .topli {
  padding: 30px 3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}
.content .about05 .top .topli b {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  font-style: normal;
}
.content .about05 .top .topli i {
  position: absolute;
  right: -25px;
  bottom: 40%;
}
@media (max-width: 1024px) {
  .content .about05 .top {
    grid-template-columns: repeat(2, 1fr);
  }
  .content .about05 .top .topli i {
    display: none;
  }
}
@media (max-width: 768px) {
  .content .about05 .top {
    grid-template-columns: repeat(1, 1fr);
  }
  .content .about05 .top .topli i {
    display: none;
  }
}
.content .about05 .bottom {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0;
}
.content .about05 .bottom .bottomli {
  background: #fff;
  padding: 30px 3%;
}
.content .about05 .bottom .bottomli h3 {
  text-align: center;
}
.content .about05 .bottom .bottomli .ul-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .content .about05 .bottom .bottomli .ul-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.content .about05 .bottom .bottomli i {
  padding: 0 20px;
  object-fit: contain;
  margin-right: 3%;
  display: grid;
  place-items: center;
}
.content .about06 {
  text-align: center;
  padding: clamp(30px, 4vw, 60px) 0;
}
.content .ny-server-item {
  padding: clamp(30px, 4vw, 60px) 0;
}
.content .team {
  text-align: center;
  overflow: hidden;
  margin: clamp(30px, 4vw, 60px) auto;
}
.content .team img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.content .team2 {
  text-align: center;
  padding: 0 5% clamp(30px, 4vw, 60px);
}
.content .team2 .card {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.content .team2 .card i {
  padding: 20px;
}
@media (max-width: 768px) {
  .content .team2 .card {
    grid-template-columns: repeat(2, 1fr);
  }
}
.content .team3 {
  background: rgba(249 250 251);
  padding: 0 0 clamp(30px, 4vw, 60px);
}
.content .team3 .card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .content .team3 .card {
    grid-template-columns: repeat(1, 1fr);
  }
}
.content .team3 .card-item {
  background: #fff;
  text-align: center;
  padding: 30px;
}
.content .team3 i {
  padding: 20px;
}
.content .pord_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 20px 0;
}
.content .pord_list li {
  background-color: #ffffff;
  border: solid 1px #eee;
  margin-bottom: 20px;
}
.content .pord_list li .pro_img {
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.content .pord_list li .pro_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.content .pord_list li .pro_img:hover img {
  transform: scale(1.1);
}
.content .pord_list li span {
  display: block;
  padding: 24px 0;
  text-align: center;
}
.content .product_showB {
  padding: 3% 5%;
  background-color: #ffffff;
  border-radius: 10px;
}
.content .product_showB .showB_intro {
  position: relative;
}
.content .product_showB .showB_intro .showB_left {
  flex: 0 0 45%;
  max-width: 550px;
  margin-right: 5%;
}
.content .product_showB .showB_intro .showB_right {
  flex: 1;
}
.content .product_showB .showB_intro .showB_right h1 {
  line-height: 2;
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  margin-top: 20px;
  border-bottom: 2px solid #333333;
  margin-bottom: 20px;
}
.content .product_showB .showB_intro .showB_right p {
  font-size: 15px;
  color: #666666;
  margin-bottom: 20px;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content .product_showB .showB_intro .showB_right .e_container-27 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  padding-top: 3%;
  padding-bottom: 3%;
  margin-top: 3%;
  margin-bottom: 5%;
  border-top-style: dashed;
  border-top-width: 1px;
  border-top-color: #dddddd;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: #dddddd;
  font-size: 18px;
  font-weight: bold;
  align-items: center;
  color: #000;
}
.content .product_showB .showB_intro .showB_right .e_container-27 a {
  font-size: 26px;
  font-weight: normal;
  font-family: "0aec771c-7972-4d72-9115-5e2b37598e45";
  color: var(--color-secondary);
}
.content .product_showB .showB_intro .showB_right .e_container-28 .s_button3 {
  display: flex;
  position: relative;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 160px;
  padding: 10px 8px;
  max-height: none;
  height: auto;
  background-color: #555555;
  border-style: none;
  border-width: 1px;
  border-color: #555555;
  font-family: "a5764067-f30d-441e-9b16-ca6cf51a06d2";
  color: #fff;
  border-radius: 5px;
  margin-right: 10px;
}
.content .product_showB .showB_intro .showB_right .e_container-28 .s_button3 .cp_xj_icon {
  fill: #fff;
}
.content .product_showB .showB_intro .showB_right .e_container-28 .s_button3 span {
  color: inherit;
}
.content .product_showB .showB_intro .showB_right .e_container-28 .e_button-36 {
  background: var(--color-secondary);
}
.content .product_showB .showB_intro .showB_right .e_container-28 .e_button-37 {
  background-color: #555555;
}
.content .product_bottom {
  margin-top: 2%;
  padding: 3% 5%;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
.content .product_bottom img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.content .product_bottom .title_des {
  border-bottom: 1px solid #e5e5e5;
}
.content .product_bottom .title_des span {
  background-color: #555555;
  color: #ffffff;
  line-height: 3;
  font-size: 18px;
  font-weight: normal;
  display: inline-block;
  padding: 0 60px;
}
.content .product_bottom .text_showB {
  padding: 20px 0;
}
.content .product_bottom table {
  border: 1px solid #e5e5e5;
  border-right: none;
  border-bottom: none;
}
.content .product_bottom table thead td {
  color: #fff !important;
}
.content .product_bottom table thead td p {
  color: #fff !important;
}
.content .product_bottom table tr,
.content .product_bottom table td {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.content .case_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.content .case_list li {
  width: 100%;
  padding: 10px;
  background: #eff1f5;
  border: 1px solid #e6e8ed;
  overflow: hidden;
}
.content .case_list li a img {
  width: 100%;
  display: block;
  margin: 0 auto;
  object-fit: cover;
}
.content .news_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.content .news_list .news_item {
  margin: 25px 0;
  overflow: hidden;
  align-items: center;
  background-color: #eff1f5;
  transition: all 0.5s ease;
}
.content .news_list .news_item a {
  width: 100%;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.content .news_list .news_item .news_img {
  flex: 0 0 25%;
  overflow: hidden;
  margin-right: 5%;
}
.content .news_list .news_item .news_img img {
  width: 100%;
  display: block;
  margin: 0 auto;
  transition: all 0.5s ease;
}
.content .news_list .news_item .news_info {
  flex: 0 0 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content .news_list .news_item .news_info h2 {
  color: #333333;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-top: 0px;
  font-weight: normal;
  font-size: 22px;
}
.content .news_list .news_item .news_info p {
  font-size: 15px;
  color: #707070;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content .news_list .news_item .news_time {
  flex: 1;
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content .news_list .news_item .news_time h3 {
  min-height: 20px;
  font_radio: 2;
  padding-left: 0px;
  font-size: 56px;
  color: #666666;
  line-height: 1.2;
  transition: all 0.5s ease;
  font-family: Impact;
  text-align: center;
}
.content .news_list .news_item .news_time span {
  min-height: 20px;
  font_radio: 2;
  padding-left: 0px;
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
  transition: all 0.5s ease;
  font-family: Arial;
  font-weight: bold;
}
@media (max-width: 768px) {
  .content .news_list .news_item a {
    flex-direction: column;
  }
  .content .news_list .news_item a .news_img {
    margin: 0;
  }
  .content .news_list .news_item a .news_info {
    padding: 0 20px 20px;
  }
  .content .news_list .news_item a .news_time {
    display: none;
  }
}
.content .news_list .news_item:hover {
  box-shadow: 0 23px 90px -5px rgba(29, 56, 72, 0.17);
  background: #fff;
  background-color: #fff;
}
.content .news_list .news_item:hover .news_img img {
  transform: scale(1.1);
}
.content .news_list .news_item:hover .news_info h2 {
  color: var(--color-secondary);
}
.content .news_list .news_item:hover .news_time h3 {
  color: var(--color-secondary);
}
.content .news_list .news_item:hover .news_time span {
  color: var(--color-secondary);
}
.content .news_content {
  background: #fff;
  padding: 30px 20px;
  flex: 0 0 73%;
  margin-right: 2%;
}
.content .news_content h1.title {
  font-size: 24px;
  color: #000000;
  text-align: center;
  font-weight: bold;
}
.content .news_content hr {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #dddddd;
  height: 1px;
  margin: 20px 0;
}
.content .news_content .newssp {
  font-size: 14px;
  color: #5a5a5a;
  line-height: 1.5;
  text-align: center;
  display: block;
}
.content .news_content .news_show {
  padding: 20px 0;
}
.content .news_content .news_show p {
  text-indent: 20px;
  font-size: 15px;
  color: #5a5a5a;
  line-height: 1.5;
}
.content .news_fr {
  flex: 1;
}
.content .news_fr .news_fr_top {
  background: #fff;
  padding: 20px;
  width: 100%;
}
.content .news_fr .news_fr_top h3 {
  line-height: normal;
  font-size: 20px;
  font-weight: bold;
  color: #444444;
  margin-bottom: 20px;
}
.content .news_fr .news_fr_top .news_item2 {
  margin-bottom: 10px;
}
.content .news_fr .news_fr_top .news_item2 a {
  flex-direction: column;
}
.content .news_fr .news_fr_top .news_item2 a h2 {
  line-height: 1.8;
  font-size: 17px;
  color: #444444;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.content .news_fr .news_fr_top .news_item2 a span {
  min-height: 20px;
  font-size: 12px;
  color: #7e7e7e;
  line-height: 1.5;
  font-family: Arial;
}
.content .news_fr .news_fr_top .news_item2 a:hover h2 {
  color: var(--color-secondary);
}
.content .news_fr .news_fr_center {
  background: #fff;
  padding: 20px;
  margin-top: 20px;
  width: 100%;
}
.content .news_fr .news_fr_center .bdshare {
  display: block;
}
.content .news_fr .news_fr_center .more {
  margin-top: 30px;
  background-color: #e7a62a;
  font-size: 15px;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  display: block;
  border-radius: 25px;
}
.content .contact {
  background: #fff;
  padding: 20px;
}
.content .contact .bottom {
  padding: 20px 0;
  border-top: 1px solid #dddddd;
}
.content .contact .bottom .contact_map {
  flex: 0 0 60%;
}
.content .contact .bottom .contact_fr {
  flex: 1;
  padding: 30px 3%;
  background-color: #f4f8fb;
  text-align: left;
}
.content .contact .bottom .contact_fr h2 {
  line-height: normal;
  font-size: 22px;
  text-align: center;
  color: #ffffff;
  background-color: #e7a62a;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  margin-bottom: 20px;
}
.content .contact .bottom .contact_fr p {
  text-align: left;
}
.content .contact .bottom .contact_fr img {
  max-width: 120px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .content .contact .bottom {
    flex-direction: column;
  }
  .content .contact .bottom .contact_map {
    flex: 0 0 100%;
  }
}
@media (max-width: 1000px) {
  .content .pord_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .content .product_showB {
    padding: 2%;
  }
  .content .product_showB .showB_intro {
    flex-direction: column !important;
    padding: 0;
  }
  .content .product_showB .showB_left {
    margin-right: 0 !important;
    max-width: 100% !important;
    flex: 0 0 100%;
  }
  .content .product_bottom {
    padding: 2%;
  }
  .content .news_content {
    flex: 1;
  }
  .content .case_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .content .pord_list {
    grid-template-columns: repeat(1, 1fr);
  }
  .content .news_ny {
    flex-direction: column;
  }
  .content .news_ny .news_content {
    flex: 0 0 100%;
    margin: 0;
  }
  .content .news_ny .news_fr {
    flex: 1;
    margin-top: 20px;
  }
}
/*jqzoom*/
.jqzoom {
  border: none;
  position: relative;
  padding: 0px;
  cursor: pointer;
  margin: 0px;
  display: block;
}
.jqzoom img {
  width: 100%;
  margin: 0 auto;
  vertical-align: middle;
}
.zoomdiv {
  z-index: 100;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 350px;
  height: 350px;
  background: #ffffff;
  border: 1px solid #CCCCCC;
  display: none;
  text-align: center;
  overflow: hidden;
}
.jqZoomPup {
  z-index: 10;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  border: 1px solid #aaa;
  background: #ffffff /*url(../images/zoom.png) 50% center no-repeat*/;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
}
/*图片小图预览列表*/
.showB_preview {
  width: 100%;
  height: 270px;
  border: 1px solid #DFDFDF;
  display: table;
}
.showB_scroll {
  clear: both;
  margin-top: 5px;
  width: 100%;
  /*position:absolute;bottom:0px;right:10px;*/
}
.showB_scroll .prev {
  float: left;
  margin-right: 4px;
}
.showB_scroll .next {
  float: right;
}
.showB_scroll .prev,
.showB_scroll .next {
  display: block;
  font-family: "宋体";
  text-align: center;
  width: 12px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #CCC;
  margin-top: 14px;
  background: #EBEBEB;
  cursor: pointer;
  text-decoration: none;
}
.showB_scroll .items {
  float: left;
  position: relative;
  width: 320px;
  height: 71px;
  overflow: hidden;
}
.showB_scroll .items ul {
  position: absolute;
  width: 999999px;
}
.showB_scroll .items ul li {
  float: left;
  width: 106px;
  text-align: center;
}
.showB_scroll .items ul li img {
  border: 1px solid #CCC;
  padding: 2px;
  width: 93px;
  height: 65px;
}
.showB_scroll .items ul li img:hover {
  border: 2px solid #3671cf;
  padding: 1px;
}
.related {
  position: relative;
  margin: 20px auto;
  padding: 15px 0;
  overflow: hidden;
  background: url(../images/tj.jpg) no-repeat center;
}
.related h4 {
  line-height: normal;
  font-size: 34px;
  text-align: center;
  color: #ffffff;
  width: 94%;
  font-weight: bold;
  margin: 30px 0;
}
.related .bd2 {
  width: 100%;
  overflow: hidden;
}
.related .bd2 ul li.prdtitle {
  width: 23%;
  display: inline;
  overflow: hidden;
  position: relative;
  text-align: center;
  float: left;
  background: #fff;
  margin: 0 15px;
}
.related .bd2 ul li.prdtitle img {
  width: 100%;
  border: 1px solid #ccc;
}
.related .bd2 ul li.prdtitle span {
  display: block;
  line-height: 60px;
  height: 60px;
  font-size: 16px;
  color: #000;
}
.related .hd2 {
  overflow: hidden;
  height: 30px;
  text-align: center;
  margin-top: 30px;
}
.related .hd2 ul {
  overflow: hidden;
  margin-top: 5px;
  zoom: 1;
}
.related .hd2 ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 12px;
  height: 12px;
  overflow: hidden;
  margin-right: 5px;
  text-indent: -999px;
  cursor: pointer;
  background: #ddd;
  border-radius: 50%;
}
.related .hd2 ul li.on {
  background: var(--color-secondary);
}
