.w1200 {
  max-width: 1280px;
}

.right {
  width: 1000px;
  font-size: 12px;
  float: right;
}

.right .right_top_left {
  color: #454545;
  font-size: 18px;
  line-height: 40px;
  display: block;
  float: left;
}

.right .right_top_left b {
  font-size: 20px;
}

.right .right_top_left span {
  color: #454545;
  padding-left: 10px;
  font-size: 18px;
}

.right_top_right {
  color: #666;
  line-height: 40px;
  font-size: 14px;
  float: right;
  position: relative;
}

.right_top_right::before {
  content: "";
  background: url('../images/home.png');
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: 100%;
  top: 9px;
  left: -24px;
}

.right_top_right a {
  font-size: 1em;
  color: #666;
  line-height: 40px;
}

.right .right_top {
  border-bottom: 1px solid #ececec;
  margin-bottom: 20px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.right .row {
  margin-top: 20px;
  border: 1px solid #dadada;
  padding: 20px 40px;
  position: relative;
  font-size: 1.1em;
  line-height: 200%;
  overflow: hidden;
  height: auto;
}

/*=======å›¾ç‰‡åˆ—è¡¨æ¨¡ç‰ˆ=========*/
.piclistbox {
  width: 100%;
  height: auto;
}

.piclistbox ul {
  width: 100%;
  height: auto;
}

.piclistbox ul li {
  width: 32%;
  height: auto;
  margin: 0 1%;
  float: left;
  box-sizing: border-box;
  padding: 10px 10px 0px 10px;
  border: 1px solid #ececec;
  margin-bottom: 2em;
  box-shadow: 0px 0px 3px #ececec;
}

.piclistbox ul li:hover {
  border: 1px solid #0f1e64;
}

.piclistbox ul li:nth-child(1) {
  margin-left: 0;
}

.piclistbox ul li:nth-child(3n+1) {
  margin-left: 0;
}

.piclistbox ul li:nth-child(3n) {
  margin-right: 0;
}

.piclistbox ul li dt {
  width: 100%;
  height: 240px;
  overflow: hidden;
  float: left;
  position: relative;
}

.piclistbox ul li dt a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}

.piclistbox ul li dt img {
  transition: 1s all;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
}

.piclistbox ul li:hover dt img {
  transform: scale(1.1, 1.1);
}

.piclistbox ul li dd {
  width: 100%;
  height: 60px;
  float: right;
}

.piclistbox ul li dd h1 {
  width: 100%;
  line-height: 2em;
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
}

.piclistbox ul li dd h1 a {
  font-size: 1.25em;
  color: #333;
  font-weight: normal;
  font-weight: 300;
}

.piclistbox ul li dd h1 a:hover {
  color: #0f166d;
}

.piclistbox ul li dd h1 span {
  width: 70px;
  height: 1.5em;
  line-height: 1.5em;
  display: inline-block;
  background: #0f166d;
  color: #fff;
  float: right;
  text-align: center;
}

.piclistbox ul li dd dl {
  width: 100%;
  height: 4em;
  line-height: 2em;
  font-size: 1em;
  color: #555;
  overflow: hidden;
}

.piclistbox ul li dd .link {
  width: 120px;
  height: 2em;
  line-height: 2em;
  border: 1px solid #0f166d;
  display: inline-block;
  color: #555;
  text-indent: 1em;
  margin-top: 1em;
}

.piclistbox ul li dd .link:hover {
  background: #0f166d;
  color: #fff;
}

.piclistbox ul li dd .link i {
  width: 2em;
  height: 2em;
  display: inline-block;
  text-align: center;
  font-size: 1em;
  line-height: 2em;
  background: #0f166d;
  float: right;
  font-style: normal;
  font-family: "å®‹ä½“";
  text-indent: 0;
}



h1 {
  margin: 0px;
}

.left {
  width: 260px;
  padding-top: 10px;
  padding-bottom: 40px;
  text-align: left;
  color: #fff;
  font-size: 12px;
  float: left;
}

.left h1 {
  width: 100%;
  height: 50px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 50px;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
  background: #f2f2f2;
}

.left h1 img {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin: -15px 5px 0px 5px;
}

.left h1 em {
  font-size: 20px;
  color: #0856a6;
  font-weight: 600;
  margin-left: 40px;
  line-height: 50px;
}

#left_bott {
  width: 100%;
  height: auto;
  border-bottom: none;
  background-color: #fdfdfd;
  margin-top: 20px;
  border: 1px solid #e2e2e2;
  border-bottom: 0px;
  text-align: left;
}

#left_bott dl {
  display: none;
}

#left_bott dt {
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
  line-height: 50px;
  height: 50px;
  cursor: pointer;
  position: relative;
  color: #333;
  overflow: hidden;
  box-sizing: border-box;
  font-weight: 300;
}

#left_bott dt a {
  color: #333;
}

#left_bott dt i {
  float: left;
  margin-right: 5px;
  margin-left: 10%;
  font-family: "å®‹ä½“";
}

#left_bott li {
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
  line-height: 50px;
  cursor: pointer;
  position: relative;
  color: #333;
  overflow: hidden;
  box-sizing: border-box;
  background: #f2f2f2;
  font-weight: 600;
}

#left_bott li:hover a {
  color: #0f1e64;
}

#left_bott li i {
  float: left;
  margin-right: 5px;
  margin-left: 10px;
  font-family: "å®‹ä½“";
}

#left_bott li i img {
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
}

#left_bott li a {
  text-align: left;
  width: 90%;
  height: 100%;
  display: block;
  color: #333;
  font-size: 1.2em;
  padding-left: 40px;
  font-weight: 300;
  line-height: 50px;
}

#left_bott li a i {
  float: right;
  margin-right: 2em;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-family: "å®‹ä½“";
}

#left_bott span li {
  background: #ececec;
}

#left_bott .hover {
  border-left: 2px solid #0f166d;
}

#left_bott .hover a {
  color: #0f166d;
}

#left_bott .hover a i {
  color: #0f166d;
}

#left_bott .li_class3 a:hover {
  color: blue;
}

#left_bott em {
  font-size: 22px;
}

em {
  font-style: normal
}

#left_bott select {
  width: 100%;
  border-bottom: 1px solid #c1c1c1;
  line-height: 45px;
  height: 45px;
  cursor: pointer;
}

#left_bott select option {
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
  line-height: 60px;
  height: 60px;
  cursor: pointer;
}



.product-classification {
  width: auto;
  overflow: hidden;
  border: 1px solid #e4e7e9
}

.product-classification-title {
  width: auto;
  overflow: hidden;
  background: #0856a6;
  padding: 18px 0px;
}

.product-classification-title h2 {
  font-size: 22px;
  color: #fff;
  font-weight: normal;
  padding: 0px 30px 3px;
}

.product-classification-title h3 {
  font-size: 20px;
  color: #fff;
  font-weight: normal;
  padding: 0px 30px;
}

.product-classification>ul>li {
  border-bottom: 1px solid #dddddd;
  background: #f3f5f6;
  position: relative;
  transition: all .3s ease-in-out;
}

.product-classification>ul>li:last-child {
  border-bottom: none;
}

.product-classification>ul>li>a {
  display: block;
  padding: 10px 0px 10px 30px;
  font-size: 17px;
  color: #0856a6;
}

.product-classification>ul>li>span {
  background: url(../images/triangle_icon_default.png) no-repeat right;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  right: 6%;
  top: 15px;
  transition: all .3s ease-in-out;
}

.product-classification>ul>li:hover::before,
.product-classification>ul>li.active::before {
  width: 4px;
  height: 56px;
  background-color: #0856a6;
  top: 0px;
  left: 0px;
  content: "";
  position: absolute;
}

.product-classification>ul>li:hover>span,
.product-classification>ul>li.active>span {
  background: url(../images/triangle_icon_highlight.png) no-repeat right;
}

.product-classification>ul>li.down>span {
  transform: rotate(90deg);
}


.dropDown {
  width: 100%;
  text-align: left;
  background-color: #fff;
  display: none;
}

.dropDown a {
  width: 90%;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding-left: 20%;
  border-bottom: 1px dashed #ccc;
}

.dropDown a:last-child {
  border-bottom: none;
}



.swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.gallery-top {
  height: 80%;
  width: 100%;
  position: relative;
  border: 1px solid #efefef;
}

.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
  width: 20%;
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
  margin: 4px 0;
  border: 1px solid #efefef;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.style_12_hui {
  font-size: 18px !important;
  line-height: 26px;
  padding-top: 10px;
}

.pro_title {
  height: 42px;
  border-bottom: 2px solid #eee
}

.pro_title .tit {
  display: inline-block;
  float: left;
  font-size: 24px;
  color: #00a0ea;
  line-height: 35px;
  border-bottom: 5px solid #00a0ea;
  height: 40px;
  font-weight: normal;
}

.pro_title .tit a {
  font-size: 24px;
  color: #00a0ea;
  line-height: 35px;
}

.pro_title .tit span {
  font-size: 12px;
  color: #999999;
  border-bottom: 2px solid #00a0ea;
  padding-bottom: 2px;
  display: inline-block;
}

.pro_title .tit2 span {
  font-size: 18px;
  color: #787878;
  padding-bottom: 10px
}

.pro_title a {
  float: right;
  font-size: 12px;
  color: #616060;
  line-height: 50px
}

.pro_title a:hover {
  color: #0c53aa
}

.pro_title .prev {
  display: block;
  width: 32px;
  height: 28px;
  background: url("prev3.png");
  cursor: pointer;
  line-height: 50px;
  margin-top: 14px
}

.pro_title .prev:hover {
  background: url("prev4.png")
    /*tpa=http://www.mange-china.com/images/prev4.png*/
  ;
}

.pro_title .next {
  display: block;
  width: 32px;
  height: 28px;
  background: url("next3.png")
    /*tpa=http://www.mange-china.com/images/next3.png*/
  ;
  cursor: pointer;
  line-height: 50px;
  margin-top: 14px
}

.pro_title .next:hover {
  background: url("next4.png")
    /*tpa=http://www.mange-china.com/images/next4.png*/
  ;
}


.pro_view {
  padding: 12px;
  border: 1px solid #e3e3e3;
  margin: 20px 0px 0px 0px;
}

.pro_view .imageaaa {
  width: 100%;
  height: 800px;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.pro_view .pic {
  width: 320px;
  height: 320px;
  text-align: center;
}

.pro_view .pic img {
  max-width: 650px;
  max-height: 320px
}


.rxcp_list_right ul {
  height: 240px;
  overflow: hidden;
}

.pro_view .titleaaa h1 {
  font-size: 24px;
  color: #0063c5;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
  font-weight: bold;
}

.pro_view ul p {
  font-size: 14px;
  color: #333;
  height: 180px;
  line-height: 28px;
}

.pro_view .desc {
  font-size: 14px;
  color: #444444;
  line-height: 24px;
  border-top: 1px dashed #e4e4e4;
  padding-top: 20px;
  padding-bottom: 30px;
  height: 40px;
}

.pro_view .qq {
  display: inline-block;
  width: 220px;
  height: 36px;
  border: 2px solid #5e6367;
  line-height: 30px;
  text-align: center;
  border-radius: 30px;
  float: left;
  background-color: #0063c5;
  color: #fff;
}

.pro_info {
  padding: 15px 0px
}

.pro_info .cpcp {
  font-size: 18px;
  color: #0063c5;
  line-height: 50px;
  margin-top: 20px;
  font-weight: bold;
}


.cptd img {
  max-width: 99%;
}







.zxlb-1n-ts-01-list dl {
  border: 1px solid #c6c6c6;
  width: 100%;
  margin-bottom: 15px;
  padding: 22px 0 22px;
  background: #fff;
  display: inline-block;
}

.zxlb-1n-ts-01-list dt {
  width: 30%;
  float: left;
  margin-left: 22px;
  margin-right: 5.5%;
  border: 1px solid #eee;
}

.zxlb-1n-ts-01-list dt img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.zxlb-1n-ts-01-list dd {
  width: 54%;
  float: left;
}

.zxlb-1n-ts-01-list dd h4 {
  height: 40px;
  font-weight: normal;
  font-size: 18px;
  color: #154c64;
  line-height: 40px;
  margin-bottom: 5px;
}

.zxlb-1n-ts-01-list h4 a {
  display: block;
  color: #0856a6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  font-weight: bold;
}

.zxlb-1n-ts-01-list-desc {
  max-height: 72px;
  font-size: 14px;
  line-height: 24px;
  color: #797979;
  margin-bottom: 28px;
  overflow: hidden;
}

.zxlb-1n-ts-01-list-deta {
  float: right;
  width: 134px;
  height: 40px;
  display: inline-block;
  border: 1px solid #aaa;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  background: #0856a6;
}

.zxlb-1n-ts-01-list-deta a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.zxlb-1n-ts-01-list dl:hover .zxlb-1n-ts-01-list-deta {
  background: #084380;
  border-color: #5a7c91;
}

.zxlb-1n-ts-01-list dl:hover .zxlb-1n-ts-01-list-deta a {
  color: #fff;
  display: inline-block;
}

.zxlb-1n-ts-01-list dl:hover h4 a {
  color: #084380;
}

.zxlb-1n-ts-01-list dl:hover {
  border-color: #8a8a8a;
}




.leftnav-z1-tit {
  margin: 0;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 15px;
  font-size: 24px;
}

.leftnav-z1-tit span {
  display: inline-block;
  height: 50px;
  font-size: 20px;
  border-bottom: 1px solid #003e71;
  font-weight: 600;
  color: #000;
  letter-spacing: 1px;
}

.leftnav-z1-list {
  overflow: hidden;
}

.leftnav-z1-list dl {
  width: 30.9%;
  border: 1px solid #dedede;
  margin-bottom: 15px;
  background: #fff;
  float: left;
  margin-right: 2%;
  box-sizing: border-box;
}

.leftnav-z1-list dt img {
  width: 100%;
  display: block;
}

.leftnav-z1-list dd {
  padding: 6px 20px 6px 20px;
}

.leftnav-z1-list dd h4 {
  margin: 0;
  height: 40px;
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  color: #154c64;
  line-height: 40px;
}

.leftnav-z1-list dd h4 a {
  color: #666;
}

.leftnav-z1-list dl:hover {
  border-color: #231816;
}

.news_title {
  margin: 5px 0;
  padding: 0;
  text-align: center;
  font-size: 16px;
}

.news_info {
  text-align: center;
  color: #999;
  border: 1px solid #e1e1e1;
  border-left: 0;
  border-right: 0;
  margin: 10px 0;
  padding: 5px 0;
}

.news-bg {
  background: url('../images/new-bg.jpg');
}

.news-bg span {}

.news-bg p {
  text-shadow: 1px 1px 4px #333;
}

.about-bg {
  background: url('../images/about-bg.jpg');
}

.a-bg {
  background: url('../images/apply-bg.jpg');
}

.common-bg {
  width: 100%;
  min-width: 1200px;
  height: 350px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
  margin-top: 140px;
}

.common-bg1 {
  width: 100%;
  padding-top: 120px;
  text-align: center;
}

.common-bg1 span {
  font-size: 40px;
  margin-bottom: 15px;
  color: #fff;
  display: block;
  text-shadow: 1px 1px 4px #333;
}

.common-bg1 p {
  font-size: 30px;
  color: #fff;
}




.publicContainer {
  position: relative;
  min-height: 63vh;
  background: #fff;
  padding: 15px 15px 45px;
  z-index: 3;
}

.mainTitle {
  position: relative;
  width: 100%;
  background: #0063c5;
  color: #fff;
  font-size: 12px;
  padding: 15px;
  margin-bottom: 12px;
  display: none;
}

.mainTitle h1 {
  font-size: 18px;
  margin-bottom: 5px;
}

.mainTitle .en {
  font-family: Arial;
  text-transform: uppercase;
}

.mainTitle .icon {
  position: absolute;
  width: 15px;
  height: 15px;
  background: url("arrow.png")
    /*tpa=http://005.szkwhb.cn/images/arrow.png*/
    no-repeat;
  background-size: 100% 100%;
  right: 11px;
  bottom: 11px;
}

.sideBarNav {
  border-left: 1px solid #0856a6;
  border-right: 1px solid #0856a6;
}

/*.sideBarNav .active{background-color:#cdcdcd;}*/
.two_level li.active {
  background-color: #cdcdcd;
}

.sideBarNav li.active>.two_level {
  display: block;
}

.sideBarNav .panel-group {
  margin-bottom: 0;
}

.sideBarNav a {
  padding-left: 20px;
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

.sideBarNav>li {
  width: 100%;
  margin-bottom: 10px;
}

.sideBarNav>li {
  position: relative;
  border-bottom: 1px solid #0856a6;
}

.sideBarNav>li>.one_level {
  background: #0063c5;
}

.sideBarNav>li>.one_level>a {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  width: 160px;
}

.sideBarNav>li>.one_level>span {
  position: absolute;
  right: 10px;
  top: 20px;
  width: 0px;
  height: 0px;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid rgba(255, 255, 255, 0.8)
}

.sideBarNav>li>.one_level:hover span {
  border-top-color: #fff;
}

.sideBarNav>li>.two_level {
  display: none;
}

.sideBarNav>li.active>.two_level {
  display: block;
}

.sideBarNav>li.active>.one_level,
.sideBarNav>li:hover>.one_level {
  background: #003c78;
}

.sideBar .close {
  position: absolute;
  font-size: 20px;
  font-family: Arial;
  color: #fff;
  width: 30px;
  height: 30px;
  /*tpa=http://005.szkwhb.cn/css/close3.png*/
  /*tpa=https://www.syncstar.cn/plug-in/0kinglink/images/icon/close3.png*/
  no-repeat center;
  background-size: 20px 20px;
  border-radius: 50%;
  top: 12px;
  left: 50%;
  margin-left: -15px;
  text-align: center;
  opacity: 1;
}

.two_level>li:hover {
  background: #85d7ff;
}


.pro_section {
  width: 900px;
  background-image: url('/images/bg2.png');
  height: auto;
  background-repeat: repeat;
  padding: 40px 40px;
  clear: both;
}

.pro_section>div {
  margin-top: 60px;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 6px #999;
  border-radius: 10px;
  padding: 20px;
}

.pro_t {
  width: 100%;
  height: 40px;
  margin: 0px 0 20px 0;
  background: url('/images/drop.svg') no-repeat left center;
  padding-left: 50px;
}

.pro_t h1 {
  font-size: 26px;
  letter-spacing: 3px;
}

.pro_section1 {
  margin-top: 10px !important;
}

.pro_c {

  padding-left: 50px;
}

.pro_content1 {
  padding-left: 0px;
}

.pro_content6 {
  padding-left: 0px;
}

.pro_c p {
  line-height: 30px;
}


.pro_content1 table {
  width: 780px;
  border-collapse: collapse;
  border: 4px solid #D4D4D5;
  text-align: center;
}

.pro_content1 table tr {
  width: 100%;
  height: 50px;
  line-height: 50px;
}

.pro_content1 table td {
  border: 1px solid #d4d4d4;
}

.pro_content1 table td:nth-child(odd) {
  width: 100px;
  /*background-color: #254ad6;*/
  /*color: #fff;*/
  font-size: 14px;
  text-align: center;
}

.pro_content1 table td:nth-child(even) {
  width: 300px;
  font-size: 14px;
  padding-left: 10px;
}


.pro_content5 p {
  position: relative;
  padding-left: 5px;
}

.pro_content5 p:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #3a3cd1;
  top: 14px;
  left: -10px;
}

.cptd {
  padding-top: 30px;
}

.cptd p {
  font-size: 16px;
}



.promore {
  display: flex;
}

.promore1 {
  flex: 0 0 23%;
  text-align: center;
}

.promore1 img {
  width: 100%;
  margin-bottom: 10px;
}

.promore1 a {
  font-size: 16px;
  color: #333;
}




.swiper-container {
  width: 100%;
  height: 220px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}

.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s;
  height: 280px;
}

.swiper-slide:hover {
  transform: scale(1.03);
}

.swiper-slide-active {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.swiper-slide img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px 20px;
  border-radius: 5px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 0.7;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #fff;
}





/* Image container with zoom effect */
.img-container {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: relative;
  cursor: none;
  /* Hide the default cursor */
  --cursor-x: 0px;
  --cursor-y: 0px;
}

.img-container img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.1s ease;
  transform-origin: center center;
  /* Default transform origin */
}

/* We'll use JavaScript to handle the dynamic zoom based on mouse position */

/* Custom cursor for the magnifier effect */
.img-container::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  border: 2px solid white;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.2s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  left: var(--cursor-x);
  top: var(--cursor-y);
}

.img-container:hover::after {
  opacity: 0.7;
}

.bold {
  font-weight: bold;
}