@charset "UTF-8";

.head-top-box {
    background: #eeeeee;
    width: 100%;
}

.move-contact-us-bot {
    display: none;
}

.move-language {
    display: none;
}

.head-top-box .welcome-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}

.head-top-box .welcome-box .welcome-text {
    text-align: center;
    color: #797979;
}

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

.header-box .tel-box {
    display: flex;
    align-items: center;
    border-right: 1px solid #cccccc;
    padding-right: 10px;
    margin-right: 10px;
}

.header-box .tel-box .tel-img {
  width: 18px;
  height: 16px;
}

.header-box .tel-box .tel-img img {
  width: 100%;
  height: 100%;
}

.header-box .tel-box .tel-num {
  margin-left: 5px;
  color: #797979;
}

.header-box .change-language {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  width: 90px;
  height: 100px;
  border-left: 1px solid #ededed;
}

.header-box .change-language:hover .arrowdown-img {
  transform: rotate(180deg);
}

.header-box .change-language:hover .change-text .first-language {
  color: #f58d8d;
}

.header-box .change-language:hover .other-language {
  display: block;
}

.header-box .change-language .change-img {
  width: 24px;
  height: 24px;
}

.header-box .change-language .change-img img {
  width: 100%;
  height: 100%;
  display: block;
}

.header-box .change-language .change-text {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.header-box .change-language .change-text .first-language {
  color: #13b091;
  font-size: 15px;
}

.header-box .change-language .other-language {
  position: absolute;
  top: 100px;
  left: 0;
  display: none;
  background: #e5fffa;
  transition: all 0.5s;
  width: 100%;
  text-align: center;
  border-radius: 0px 0px 8px 8px;
  overflow: hidden;
}

.header-box .change-language .other-language a {
  color: #13b091;
  padding: 14px;
}

.header-box .change-language .other-language a:hover {
  color: #fff;
  background: #13b091;
}
.header-box #headerEmailBox .other-language {
  width: max-content;
  min-width: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0px;
  box-sizing: border-box;
  z-index: 10;
}

.header-box #headerEmailBox .other-language a {
  display: block;
  white-space: nowrap;
}

.header-box .change-language .arrowdown-img {
  width: 13px;
  height: 13px;
  margin-left: 5px;
  transform: rotate(0deg);
  transition: all 0.5s;
}

.header-box .change-language .arrowdown-img img {
  width: 100%;
  height: 100%;
}

.header-box .email-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 100px;
  border-left: 1px solid #ededed;
}

.header-box .email-box .email-img {
  width: 24px;
  height: 24px;
}

.header-box .email-box .email-img img {
  width: 100%;
  height: 100%;
  display: block;
}

.header-box .email-box .email-adress {
  font-size: 15px;
  margin-top: 5px;
  color: #13b091;
}

.header-box {
  background: #ffffff;
}

.header-box .header-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-box .header-wrap .left-logo {
  margin-left: 10px;
  flex: 1;
  display: flex;
  align-items: center;
}

.header-box .header-wrap .left-logo .logo {
  height: 50px;
  display: block;
  margin-right: 20px;
}

.header-box .header-wrap .left-logo .move-logo {
  display: none;
}

.header-box .header-wrap .left-logo .left-tips {
  width: 324px;
  height: 28px;
}

.header-box .header-wrap .right-search {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #13b091;
  width: 90px;
  height: 100px;
  cursor: pointer;
}

.header-box .header-wrap .right-search .searchimg {
  width: 24px;
  height: 24px;
}

.header-box .header-wrap .right-search .searchimg img {
  width: 100%;
  height: 100%;
  display: block;
}

.header-box .header-wrap .right-search .searchtxt {
  font-size: 15px;
  margin-top: 5px;
  color: #fff;
}

.header-box .header-wrap .right-search .search-box {
  display: flex;
  align-items: center;
  margin-left: 20px;
  cursor: pointer;
}

.header-box .header-wrap .right-search .search-box .search-icon-box {
  width: 26px;
  height: 28px;
  background: #000000;
  padding: 3px 4px;
}

.header-box .header-wrap .right-search .search-box .search-icon-box .search-icon {
  width: 100%;
  height: 100%;
}

.header-box .header-wrap .right-search .search-box input {
  width: 188px;
  height: 32px;
  border: 1px solid #000000;
  padding-left: 10px;
  font-size: 14px;
  color: #000000;
}

.header-box .header-wrap .right-search .search-box input:focus {
  outline: none;
}

.header-search-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.header-search-modal .header-search-mask {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.header-search-modal .header-search-panel {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 120px auto 0;
  background: #ffffff;
  border-radius: 8px;
  padding: 16px;
}

.header-search-modal .header-search-row {
  display: flex;
  gap: 10px;
  align-items: center;
}

.header-search-modal .header-search-row input {
  flex: 1;
  height: 50px;
  border: 1px solid #dddddd;
  padding: 0 12px;
  font-size: 14px;
  color: #000000;
}

.header-search-modal .header-search-row input:focus {
  outline: none;
}

.header-search-modal .header-search-row select {
  width: 120px;
  height: 50px;
  border: 1px solid #dddddd;
  font-size: 14px;
  padding: 0px 10px;
}
.header-search-modal .header-search-row button {
  width: 110px;
  height: 50px;
  background: #13b091;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

@media (max-width: 480px) {
  .header-search-modal .header-search-panel {
    margin-top: 80px;
  }
  .header-search-modal .header-search-row {
    flex-direction: column;
    align-items: stretch;
  }
  .header-search-modal .header-search-row select,
  .header-search-modal .header-search-row button {
    width: 100%;
  }
}

.inquiry a {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  line-height: 36px;
  padding: 0px 40px;
  border-radius: 6px;
  background: #ff4b41;
  margin-left: 20px;
}

.inquiry a:hover {
  background: #efa927;
  color: #ffffff;
}

.contact-us {
  width: 100%;
}

.contact-us .contact-box {
  display: flex;
  align-items: stretch;
}

.contact-us .contact-us-bot {
  padding-bottom: 100px;
}

.contact-us .contact-box .left-contact {
  width: 960px;
  height: 970px;
}

.contact-us .contact-box .left-contact .contact-us-pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-us .contact-box .right-contact {
  flex: 1;
  padding: 100px 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #09ad8b;
  position: relative;
}

.contact-us .contact-box .right-contact .c-info-box .contact-us-title {
  font-size: 24px;
  color: #000000;
  display: flex;
  align-items: center;
}

.contact-us .contact-box .right-contact .c-info-box .contact-us-title img {
  width: 64px;
  height: 64px;
}

.contact-us .contact-box .right-contact .c-info-box .contact-us-title .contact-us-label {
  flex: 1;
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.contact-us .contact-box .right-contact .c-info-box .contact-us-title .contact-us-label span {
  color: #ff4b41;
}

.contact-us .contact-box .right-contact .c-info-box .contact-us-title .more {
  font-size: 14px;
  border: 1px solid #2f2f31;
  transition: all 0.5s;
}

.contact-us .contact-box .right-contact .c-info-box .contact-us-title .more a {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  transition: all 0.5s;
}

.contact-us .contact-box .right-contact .c-info-box .contact-us-title .more a .arrow {
  width: 6px;
  height: 10px;
  margin-left: 10px;
  background: url("../images/1_11.png") no-repeat center;
  background-size: 100%;
  transition: all 0.5s;
}

.contact-us .contact-box .right-contact .c-info-box .contact-us-title .more:hover {
  background: #2f2f31;
}

.contact-us .contact-box .right-contact .c-info-box .contact-us-title .more:hover a {
  color: #ffffff;
}

.contact-us .contact-box .right-contact .c-info-box .contact-us-title .more:hover a .arrow {
  background: url("../images/1_31.png") no-repeat center;
  background-size: 100%;
}

.contact-us .contact-box .right-contact .c-info-box .contact-us-desc {
  margin-top: 40px;
  font-size: 20px;
  font-weight: normal;
  line-height: 32px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 20;
  overflow: hidden;
}

.contact-us .contact-box .right-contact .c-info-box .contact-us-desc p {
    margin-bottom: 20px;
}

.contact-us .contact-box .right-contact .c-list {
    /*position: absolute;
    left: 100px;
    bottom: 100px;*/
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background: #fff;
    padding: 0px 10px;
    border-radius: 12px;
}

.contact-us .contact-box .right-contact .c-list .c-item {
  flex: 1;
  padding: 20px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-us .contact-box .right-contact .c-list .c-item img {
    width: 100px;
    height: 100px;
    display: block;
}

.contact-us .contact-box .right-contact .c-list .c-item:last-child {
  margin-right: 0px;
}

.contact-us .contact-box .right-contact .c-list .c-item .item-label {
  font-size: 24px;
  font-weight: bold;
}

.contact-us .contact-box .right-contact .c-list .c-item .item-num {
  font-size: 56px;
  color: #f84f4a;
  font-weight: bold;
}

.contact-us .contact-box .right-contact .c-list .c-item .item-tips {
  font-size: 16px;
  font-weight: bold;
  color: #f84f4a;
}

/* video */
.contact-video {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.contact-video .video-top-bg {
	width: 100%;
	height: 450px;
	background: #09ad8b;
	display: flex;
	justify-content: center;
}
.contact-video .video-info-item {
	margin: 60px 0px;
	width: 20%;
	height: 120px;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-weight: bold;
	color: #fff;
	border-right: 1px solid #84d6c7;
}
.contact-video .video-info-item:last-child {
	border-right: 0px;
}
.contact-video .video-info-item-num {
	font-size: 76px;
	
}
.contact-video .video-info-item-num span {
	font-size: 34px;
	
}
.contact-video .video-info-item-txt {
	font-size: 24px;
}
.contact-video .video-display {
	margin-top: -210px;
	width: 1270px;
	height: 715px;
	border-radius: 16px;
	overflow: hidden;
}
.contact-video .video-display img {
	width: 100%;
	height: 100%;
	display: block;
}
.contact-video .video-detials {
	width: 1270px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 50px auto;
}
.contact-video .video-detials .video-detials-info {
	flex: 1;
	margin-right: 30px;
	color: #000;
	font-size: 27px;
	font-weight: bold;
	line-height: 1.7;
}
.contact-video .video-detials .video-detials-btn {
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact-video .video-detials .video-detials-btn a {
	width: 190px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #dda328;
	border-radius: 60px;
	color: #fff;
	font-size: 18px;
	transition: all 0.5s;
}
.contact-video .video-detials .video-detials-btn a:hover {
	background-color: #09ad8b;
	color: #ffffff;
}

/*app-contact*/
.app-contact {
	display: flex;
	align-items: center;
	border: 1px solid #09ad8b;
	background: #f1fffc;
	margin-top: 1rem;
	padding: 2rem;
	border-radius: 8px;
}
.app-contact-txt {
	flex: 1;
	font-size: 2rem;
	font-weight: bold;
}
.app-contact-btn a {
	width: 270px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background: #09ad8b;
	border-radius: 70px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	transition: all 0.5s;
}
.app-contact-btn a:hover {
	background-color: #dda328;
	color: #ffffff;
}

/* six-mudole */
.six-mudole-box {
	padding: 65px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f8f8f8;
}
.mudole-list {
	display: flex;
	flex-wrap: wrap;
}
.mudole-item {
	flex: 1 0 calc(28% - 3rem);
	padding: 2.5%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 1em;
	margin-right: 1rem;
	background: #fff;
	border: 1px solid #09ad8b;
	border-radius: 12px;
	transition: all 0.7s;
	cursor: pointer;
}
.mudole-item:hover {
	background: #09ad8b;
}
.mudole-item:hover .mudole-item-tit {
	color: #fff;
	border-bottom: 1px solid #fff;
}
.mudole-item:hover .mudole-item-cont {
	color: #fff;
}
.mudole-item:nth-child(3n) {
	margin-right: 0;
}
.mudole-item-tit {
    width: 100%;
	font-size: 23px;
	font-weight: bold;
	color: #09ad8b;
	padding-bottom: 30px;
	border-bottom: 1px solid #ededed;
}
.mudole-item-cont {
	font-size: 18px;
	color: #222;
	padding-top: 30px;
	line-height: 1.4;
}

/* quality */
.quality-box {
  background: #ffffff;
  padding: 65px 0px;
}

.quality-box .quality-cate {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.quality-box .quality-cate .title-left {
  display: flex;
  align-items: center;
}

.quality-box .quality-cate .title-left img {
  width: 64px;
  height: 64px;
}

.quality-box .quality-cate .title-left .quality-cate-label {
  font-size: 50px;
  color: #000000;
  font-weight: bold;
}

.quality-box .quality-cate .more {
  transition: all 0.5s;
}

.quality-box .quality-cate .more a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    height: 56px;
    background: #12a88a;
    color: #fff;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.5s;
}

.quality-box .quality-cate .more a:hover {
    color: #fff;
    background: #dda328;
}

.quality-box .quality-cate-list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 40px;
}

.quality-box .quality-cate-list .quality-cate-item {
  flex: 1 0 0;
  padding: 10px 20px;
  background: #f1f1f1;
  text-align: center;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  line-height: 20px;
  transition: all 0.5s;
}

.quality-box .quality-cate-list .quality-cate-item a {
  color: #000000;
  transition: all 0.3s;
}

.quality-box .quality-cate-list .quality-cate-item:first-child {
  margin: 0 5px 0 0;
}

.quality-box .quality-cate-list .quality-cate-item:last-child {
  margin: 0 0 0 5px;
}

.quality-box .quality-cate-list .quality-cate-item:hover {
  background: #ff4e42;
}

.quality-box .quality-cate-list .quality-cate-item:hover a {
	color: #ffffff;
}

.quality-box .page-content {
	display: flex;
	flex-wrap: wrap;
	font-family: var(--font-sans);
	margin-top: 40px;
}

.quality-box .page-content .card {
	flex: 1 0 calc(33% - 3rem);
	position: relative;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	text-align: center;
	color: whitesmoke;
	background-color: whitesmoke;
	margin-right: 1rem;
	margin-top: 1rem;
	border: 1px solid #dfe8ed;
}

.quality-box .page-content .card a {
    width: 100%;
}

.quality-box .page-content .card:nth-child(3n) {
	margin-right: 0;
}

.quality-box .page-content .card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  transition: transform calc(var(--d) * 1.5) var(--e);
  pointer-events: none;
}

.quality-box .page-content .card:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  transform: translateY(-50%);
  transition: transform calc(var(--d) * 2) var(--e);
}

.quality-box .page-content .card .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform var(--d) var(--e);
  /* 添加过渡效果 */
}

.quality-box .page-content .card:hover .card-bg {
  transform: scale(1.03);
  /* 悬停时放大图片到110% */
}

.quality-box .page-content .card .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1rem;
  transition: transform var(--d) var(--e);
  z-index: 1;
  box-sizing: border-box;
}

.quality-box .page-content .card .content .title {
    font-size: 1.7em;
    font-weight: bold;
    margin: 0rem;
    line-height: 1.2;
    text-shadow: 0px 2px 4px #000;
    color: #fff;
}

.quality-box .page-content .card:hover .content .copy {
  height: 150px;
}

.quality-box .page-content .card .content .copy {
  font-size: 1rem;
  height: 0;
  transition: height var(--d) var(--e);
}

.quality-box .page-content .card .content .copy .cate-item {
  line-height: 32px;
}

.quality-box .page-content .card .content .copy .cate-item a {
  color: #ffffff;
  transition: all 0.3s;
}

.quality-box .page-content .card .content .copy .cate-item a:hover {
  color: #dda328;
}

.quality-box .page-content .card .content .more {
    font-size: 14px;
    background: #09ad8b;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    transition: all 0.5s;
    color: #ffffff;
}

.quality-box .page-content .card .content .more:hover {
  background: #dda328;
}

.quality-box .page-content .card .content .more:hover a {
  color: #ffffff;
}

/* q&m */
.qm-box {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 600px;
	background: url(/index/images/mq-bg.jpg) no-repeat fixed center center;
	background-size: cover;
}
.qm-box .qm-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.qm-box .qm-list .qm-list-tit {
	font-size: 54px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 50px;
	
}
.qm-box .qm-list .qm-list-cont {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	line-height: 1.7;
}

/* product-cate-box */
.product-cate-box {
  width: 100%;
  background: #ffffff;
  padding: 65px 0px;
}

.product-cate-box .product-cate {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-cate-box .product-cate .title-left {
  display: flex;
  align-items: center;
}

.product-cate-box .product-cate .title-left img {
  width: 64px;
  height: 64px;
}

.product-cate-box .product-cate .title-left .product-cate-label {
  font-size: 50px;
  color: #000000;
  margin-left: 20px;
  font-weight: bold;
}

.product-cate-box .product-cate .more {
  transition: all 0.5s;
}

.product-cate-box .product-cate a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    height: 56px;
    background: #12a88a;
    color: #fff;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.5s;
}

.product-cate-box .product-cate a:hover {
    color: #fff;
    background: #dda328;
}

.product-cate-box .product-cate-list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 40px;
}

.product-cate-box .product-cate-list .product-cate-item {
  flex: 1 0 0;
  padding: 10px 20px;
  background: #f1f1f1;
  text-align: center;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  line-height: 20px;
  transition: all 0.5s;
}

.product-cate-box .product-cate-list .product-cate-item a {
  color: #000000;
  transition: all 0.3s;
}

.product-cate-box .product-cate-list .product-cate-item:first-child {
  margin: 0 5px 0 0;
}

.product-cate-box .product-cate-list .product-cate-item:last-child {
  margin: 0 0 0 5px;
}

.product-cate-box .product-cate-list .product-cate-item:hover {
  background: #ff4e42;
}

.product-cate-box .product-cate-list .product-cate-item:hover a {
    color: #ffffff;
}

.product-cate-box .page-content {
    display: flex;
    flex-wrap: wrap;
    font-family: var(--font-sans);
    margin-top: 40px;
}

.product-cate-box .page-content .card {
    flex: 1 0 calc(33% - 3rem);
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    text-align: center;
    color: whitesmoke;
    background-color: whitesmoke;
    margin-right: 1rem;
    margin-top: 1rem;
}

.product-cate-box .page-content .card:nth-child(3n) {
    margin-right: 0;
}

.product-cate-box .page-content .card a {
    width: 100%;
}

.product-cate-box .page-content .card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  transition: transform calc(var(--d) * 1.5) var(--e);
  pointer-events: none;
}

.product-cate-box .page-content .card:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  transform: translateY(-50%);
  transition: transform calc(var(--d) * 2) var(--e);
}

.product-cate-box .page-content .card .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform var(--d) var(--e);
  /* 添加过渡效果 */
}

.product-cate-box .page-content .card:hover .card-bg {
  transform: scale(1.03);
  /* 悬停时放大图片到110% */
}

.product-cate-box .page-content .card .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1rem;
  transition: transform var(--d) var(--e);
  z-index: 1;
}

/*.product-cate-box .page-content .card .content>*+* {*/
/*  margin-top: 1rem;*/
/*}*/

.product-cate-box .page-content .card .content .title {
    font-size: 1.7em;
    font-weight: bold;
    margin: 0rem;
    line-height: 1.2;
    text-shadow: 0px 2px 4px #000;
    color: #fff;
}

.product-cate-box .page-content .card:hover .content .copy {
  height: 150px;
}

.product-cate-box .page-content .card .content .copy {
  font-size: 1rem;
  height: 0;
  transition: height var(--d) var(--e);
}

.product-cate-box .page-content .card .content .copy .cate-item {
  line-height: 32px;
}

.product-cate-box .page-content .card .content .copy .cate-item a {
  color: #ffffff;
  transition: all 0.3s;
}

.product-cate-box .page-content .card .content .copy .cate-item a:hover {
  color: #dda328;
}

/*.product-cate-box .page-content .card .content .copy .cate-item:hover a {
  color: #ffffff;
}*/
.product-cate-box .page-content .card .content .more {
  font-size: 14px;
  background: #09ad8b;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  transition: all 0.5s;
  color: #ffffff;
}

.product-cate-box .page-content .card .content .more:hover {
  color: #ffffff;
  background: #dda328;
}

.chouse-us-box {
  background: url("../images/1_22.jpg") no-repeat center;
  background-size: 100%;
  color: #ffffff;
  padding: 115px 0;
}

.chouse-us-box .chouse-us .chouse-us-title {
  font-size: 70px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 5px;
}

.chouse-us-box .chouse-us .chouse-us-info {
  display: flex;
  align-items: stretch;
}

.chouse-us-box .chouse-us .chouse-us-info .left-info {
  display: flex;
  align-items: center;
  padding: 0 30px;
  flex: 1;
  background: rgba(0, 0, 0, 0.6);
}

.chouse-us-box .chouse-us .chouse-us-info .left-info .info-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  text-align: center;
}

.chouse-us-box .chouse-us .chouse-us-info .left-info .info-item img {
  width: 116px;
  height: 116px;
  transition: all 0.6s;
}

.chouse-us-box .chouse-us .chouse-us-info .left-info .info-item img:hover {
  transform: rotate(-360deg);
}

.chouse-us-box .chouse-us .chouse-us-info .left-info .info-item .info-msg {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 30px;
}

.chouse-us-box .chouse-us .chouse-us-info .right-pic {
  width: 462px;
  height: 304px;
}

.chouse-us-box .chouse-us .chouse-us-info .right-pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}

.chouse-us-box .chouse-us .chouse-us-info .right-pic img:hover {
  transform: scale(1.1);
}

/* case */
.case-box {
  width: 100%;
  background: #f8f8f8;
  padding: 75px 0;
}

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

.case-box .case .title-left {
  display: flex;
  align-items: center;
}

.case-box .case .title-left img {
  width: 64px;
  height: 64px;
}

.case-box .case .title-left .case-label {
  font-size: 50px;
  color: #000000;
  margin-left: 20px;
  font-weight: bold;
}

.case-box .case .more {
  transition: all 0.5s;
}

.case-box .case .more a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    height: 56px;
    background: #12a88a;
    color: #fff;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.5s;
}

.case-box .case .more a:hover {
    color: #fff;
    background: #dda328;
}

.case-box .case-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.case-box .case-list .case-item {
  flex: 1 0 calc(33% - 3rem);
  margin-right: 1rem;
  margin-top: 1rem;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  transition: all 0.5s;
  overflow: hidden;
}

.case-box .case-list .case-item:nth-child(3n) {
  margin-right: 0;
}

.case-box .case-list .case-item:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.case-box .case-list .case-item img {
  width: 100%;
  height: 362px;
  transition: all 0.5s;
}

.case-box .case-list .case-item :hover img {
    transform: scale(1.03);
}

.case-box .case-list .case-item .case-item-info {
  margin: 20px 30px;
  width: calc(100% - 60px);
  line-height: 1.4em;
  font-size: 20px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  text-align: center;
  color: #000;
  transition: all 0.5s;
}

.case-box .case-list .case-item .case-item-info:hover {
    color: #09ad8b;
}

.case-box .case-list .case-item .case-item-info::before {
  /* 使用div实际内容的高度来设置伪元素的高度 */
  content: "";
  display: block;
  height: 3em;
  /* 两行文字的高度 */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /* 确保伪元素覆盖整个div */
  z-index: -1;
}

.case-box .case-list .case-item .more {
  font-size: 14px;
  border: 1px solid #2f2f31;
  transition: all 0.5s;
  width: 170px;
  margin: 0 30px 30px;
  display: none;
}

.case-box .case-list .case-item .more a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  transition: all 0.5s;
}

.case-box .case-list .case-item .more span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  transition: all 0.5s;
}

.case-box .case-list .case-item .more a .arrow {
  width: 6px;
  height: 10px;
  margin-left: 10px;
  background: url("../images/1_11.png") no-repeat center;
  background-size: 100%;
  transition: all 0.5s;
}

.case-box .case-list .case-item .more:hover {
  background: #efa927;
}

.case-box .case-list .case-item .more:hover a {
  color: #ffffff;
}

.case-box .case-list .case-item .more:hover a .arrow {
  background: url("../images/1_31.png") no-repeat center;
  background-size: 100%;
}

.model-box {
	width: 100%;
	display: flex;
	align-items: stretch;
}
.model-left {
	
}
.model-left img {
	width: 100%;
	height: 100%;
	display: block;
}
.model-right {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #fff;
	padding: 60px 100px 60px 60px;
}
.model-right .model-right-tit {
	font-size: 56px;
	font-weight: bold;
	color: #09ad8b;
	margin-bottom: 50px;
}
.model-right .model-right-item {
	margin-bottom: 20px;
}
.model-right .model-right-item:last-child {
	margin-bottom: 0px;
}
.model-right .model-right-item .model-right-item-tit {
	display: flex;
	align-items: center;
	font-size: 32px;
	font-weight: bold;
	color: #222222;
	margin-bottom: 10px;
}
.model-right .model-right-item .model-right-item-tit img {
	width: 32px;
	height: 32px;
	margin-right: 10px
}
.model-right .model-right-item .model-right-item-cont {
	margin-left: 42px;
	font-size: 20px;
	color: #444;
	line-height: 1.6;
}

/*choose*/
.choose-box {
	width: 100%;
	display: flex;
	align-items: stretch;
	background: #f8f8f8;
}
.choose-box .choose-sbox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 70px;
}
.choose-box .choose-sbox .choose-tit {
	font-size: 46px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
}
.choose-box .choose-sbox .choose-tit img {
	width: 44px;
	height: 36px;
	margin: 0px 30px;
}
.choose-box .choose-sbox .choose-list {
	display: flex;
	align-items: center;
}
.choose-box .choose-sbox .choose-list .choose-item {
	flex: 1 0 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	padding: 40px;
	margin-right: 25px;
	background: #fff;
	min-height: 260px;
	cursor: pointer;
	border-radius: 16px;
}
.choose-box .choose-sbox .choose-list .choose-item:hover {
	background: #09ad8b;
	box-shadow: 0px 4px 10px #ccc;
}
.choose-box .choose-sbox .choose-list .choose-item:hover .choose-item-cont {
	color: #fff;
}
.choose-box .choose-sbox .choose-list .choose-item .choose-item-img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	margin-bottom: 20px;
	transition: all 0.5s;
}
.choose-box .choose-sbox .choose-list .choose-item:nth-child(1) .choose-item-img {
	background: url("../images/choose_icon1.png") no-repeat center center;
	background-size: 80px 80px;
}
.choose-box .choose-sbox .choose-list .choose-item:hover:nth-child(1) .choose-item-img {
	background: url("../images/choose_icon1_1.png") no-repeat center center;
	background-size: 80px 80px;
}
.choose-box .choose-sbox .choose-list .choose-item:nth-child(2) .choose-item-img {
	background: url("../images/choose_icon2.png") no-repeat center center;
	background-size: 80px 80px;
}
.choose-box .choose-sbox .choose-list .choose-item:hover:nth-child(2) .choose-item-img {
	background: url("../images/choose_icon2_2.png") no-repeat center center;
	background-size: 80px 80px;
}
.choose-box .choose-sbox .choose-list .choose-item:nth-child(3) .choose-item-img {
	background: url("../images/choose_icon3.png") no-repeat center center;
	background-size: 80px 80px;
}
.choose-box .choose-sbox .choose-list .choose-item:hover:nth-child(3) .choose-item-img {
	background: url("../images/choose_icon3_3.png") no-repeat center center;
	background-size: 80px 80px;
}
.choose-box .choose-sbox .choose-list .choose-item:nth-child(4) .choose-item-img {
	background: url("../images/choose_icon4.png") no-repeat center center;
	background-size: 80px 80px;
}
.choose-box .choose-sbox .choose-list .choose-item:hover:nth-child(4) .choose-item-img {
	background: url("../images/choose_icon4_4.png") no-repeat center center;
	background-size: 80px 80px;
}
.choose-box .choose-sbox .choose-list .choose-item:nth-child(5) .choose-item-img {
	background: url("../images/choose_icon5.png") no-repeat center center;
	background-size: 80px 80px;
}
.choose-box .choose-sbox .choose-list .choose-item:hover:nth-child(5) .choose-item-img {
	background: url("../images/choose_icon5_5.png") no-repeat center center;
	background-size: 80px 80px;
}
.choose-box .choose-sbox .choose-list .choose-item .choose-item-img img {
	width: 100px;
	height: 100px;
}
.choose-box .choose-sbox .choose-list .choose-item .choose-item-cont {
    font-size: 20px;
    color: #222;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
}
.choose-box .choose-sbox .choose-list .choose-item:last-child {
	margin-right: 0px;
}

 /*process*/
.process-box {
    width: 100%;
    display: flex;
    align-items: stretch;
    background: #ffffff;
}
.process-box .process-sbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 0px 70px 0px;
    width: 1540px;
    position: relative;
}
.process-box .process-sbox .process-tit {
    position: absolute;
    top: 64px;
    left: 50%;
    transform: translate(-50%);
    font-size: 34px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #bae3db;
    padding: 15px 35px;
    border-radius: 30px;
    text-shadow: 0px 2px 2px #fff;
}
.process-box .process-sbox .process-tit img {
    width: 44px;
    height: 36px;
    margin: 0px 30px;
}
.process-box .process-sbox .process-list {
    padding: 90px 60px 60px 60px;
    display: flex;
    align-items: center;
    background: #f8f8f8;
    border-radius: 16px;
    overflow: hidden;
    box-sizing: border-box;
}
.process-box .process-sbox .process-list .process-item {
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    margin: 0px 5px;
    background: #f8f8f8;
    cursor: pointer;
}
.process-box .process-sbox .process-list .process-line {
    margin-bottom: 74px;
}
.process-box .process-sbox .process-list .process-item:hover .process-item-cont {
    color: #fff;
}
.process-box .process-sbox .process-list .process-item .process-item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
}
.process-box .process-sbox .process-list .process-item .process-item-img img {
    width: 100px;
    height: 100%;
    display: block;
    transition: all 0.5s;
}
.process-box .process-sbox .process-list .process-item:hover  .process-item-img img {
    transform: rotate(360deg);
}
.process-box .process-sbox .process-list .process-item .process-item-cont {
    margin-top: 20px;
    font-size: 20px;
    color: #000;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
    transition: all 0.5s;
}
.process-box .process-sbox .process-list .process-item:hover .process-item-cont {
    color: #12a88a;
}

/* news */
.news-box {
  width: 100%;
  background: #f8f8f8;
  padding: 70px 0;
}

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

.news-box .news .title-left {
  display: flex;
  align-items: center;
}

.news-box .news .title-left img {
  width: 64px;
  height: 64px;
}

.news-box .news .title-left .news-label {
  font-size: 50px;
  color: #000000;
  margin-left: 20px;
  font-weight: bold;
}

.news-box .news .more {
  transition: all 0.5s;
}

.news-box .news .more a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    height: 56px;
    background: #12a88a;
    color: #fff;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.5s;
}

.news-box .news .more a:hover {
    background: #dda328;
}

.news-box .news-list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 40px;
}

.news-box .news-list .news-item {
  flex: 1 0 0;
  margin-right: 30px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  transition: all 0.5s;
}

.news-box .news-list .news-item:last-child {
  margin-right: 0;
}

.news-box .news-list .news-item:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.news-box .news-list .news-item img {
  width: 100%;
  height: 362px;
  object-fit: cover;
}

.news-box .news-list .news-item .news-item-info {
  margin: 20px 30px;
  width: calc(100% - 60px);
  line-height: 1.4em;
  font-size: 20px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.news-box .news-list .news-item .news-item-info::before {
  /* 使用div实际内容的高度来设置伪元素的高度 */
  content: "";
  display: block;
  height: 3em;
  /* 两行文字的高度 */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /* 确保伪元素覆盖整个div */
  z-index: -1;
}

.news-box .news-list .news-item .more {
    font-size: 14px;
    border: 1px solid #12a88a;
    transition: all 0.3s;
    width: 170px;
    margin: 30px auto;
    color: #12a88a;
}

.news-box .news-list .news-item .more:hover {
    border: 1px solid #dda328;
    background: #dda328;
    color: #fff;
}

.news-box .news-list .news-item .more span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 20px;
}

/* brand */
.brand-box {
	width: 100%;
	display: flex;
	align-items: stretch;
}
.brand-box .brand-sbox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 70px;
}
.brand-box .brand-sbox .brand-tit {
	font-size: 46px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
}
.brand-box .brand-sbox .brand-tit img {
	width: 44px;
	height: 36px;
	margin: 0px 30px;
}
.brand-box .brand-sbox .brand-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
.brand-box .brand-sbox .brand-list img {
	height: 100px;
	width: auto;
	display: block;
}

/* guide */
.guide-box {
    background: url("../images/contact_us_bg.jpg") no-repeat center;
}

.guide-box .last-contact-us {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 360px;
}

.guide-box .last-contact-us .left p {
    font-size: 32px;
    color: #ffffff;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
}

.guide-box .last-contact-us .left p span {
    color: #efa927;
    font-weight: bold;
}

.guide-box .last-contact-us .right {
  margin-top: 20px;
  transition: all 0.5s;
}

.guide-box .last-contact-us .right a {
  display: flex;
  align-items: center;
  padding: 20px 50px;
  transition: all 0.5s;
  font-size: 20px;
  color: #09ad8b;
  font-weight: bold;
  background: #ffffff;
  border-radius: 6px;
}

.guide-box .last-contact-us .right a:hover {
  color: #ffffff;
  background: #dda328;
}

/* footer */
.footer-box {
  background: #1c1c1c;
}

.footer-box .footer {
  padding: 50px 0;
  display: flex;
  align-items: stretch;
}

.footer-box .footer .footer-info-item {
  /*flex: 1 0 0;*/
  width: 32%;
  padding-right: 4%;
}

.footer-box .footer .footer-info-item .footer-info-item-lw {
    display: flex;
    align-items: center;
    letter-spacing: -1px;
}

.footer-box .footer .footer-info-item .footer-info-item-webname {
    font-size:19px;
    margin-left: 10px;
    font-weight: bold;
    color:#fff;
    text-transform: uppercase;
}

.footer-box .footer .footer-info-item:nth-child(2) {
  width: 28%;
}

.footer-box .footer .footer-info-item:last-child {
  padding-right: 0%;
}

.footer-box .footer .footer-info-item .footer-logo {
  height: 40px;
}

.footer-box .footer .footer-info-item .footer-info-item-desc {
  font-size: 15px;
  display: flex;
  align-items: flex-start;
  color: #a2a6a9;
  margin-top: 13px;
}

.footer-box .footer .footer-info-item .footer-info-item-desc:nth-child(3), 
.footer-box .footer .footer-info-item .footer-info-item-desc:nth-child(5),
.footer-box .footer .footer-info-item .footer-info-item-desc:nth-child(7) {
    border-bottom: 1px solid #464749;
    padding-bottom: 13px;
}

.footer-box .footer .footer-info-item .footer-info-item-desc img {
  width: 20px;
  height: 20px;
}

.footer-box .footer .footer-info-item .footer-info-item-desc span {
  display: flex;
  align-items: center;
  line-height: 20px;
  margin-left: 5px;
}

.footer-box .footer .footer-info-item .footer-info-item-desc:nth-child(3) span, 
.footer-box .footer .footer-info-item .footer-info-item-desc:nth-child(5) span,
.footer-box .footer .footer-info-item .footer-info-item-desc:nth-child(7) span,
.footer-box .footer .footer-info-item .footer-info-item-desc:nth-child(9) span  {
  margin-left: 25px;
  color: #ddd;
  font-size: 16px;
  font-weight: bold;
}

.footer-box .footer .footer-info-item .cate-name {
  font-size: 28px;
  line-height: 46px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 35px;
}

.footer-box .footer .footer-info-item .cate-item {
  margin-top: 12px;
}

.footer-box .footer .footer-info-item .cate-item a {
  font-size: 15px;
  color: #ddd;
  transition: all 0.5s;
}

.footer-box .footer .footer-info-item .cate-item a:hover {
  color: #ffffff;
}


.footer-box .footer .footer-info-item .footer-view-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 16px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #09ad8b;
  border-radius: 6px;
  color: #09ad8b !important;
  font-weight: bold;
  background: transparent;
  margin-top: 15px;
}

.footer-box .footer .footer-info-item .footer-view-more-btn:hover {
  background: #09ad8b;
  color: #ffffff !important;
}
/*-----start---*/
.footer-box .footer .footer-info-item .footer-message-form {
  margin-top: 10px;
}

.footer-box .footer .footer-info-item .footer-message-form .footer-form-row {
  margin-top: 10px;
}
.footer-box .footer .footer-info-item .footer-message-form .footer-form-two-col {
  display: flex;
  gap: 10px;
}

.footer-box .footer .footer-info-item .footer-message-form .footer-form-two-col input {
  flex: 1;
}
.footer-box .footer .footer-info-item .footer-message-form input,
.footer-box .footer .footer-info-item .footer-message-form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid #464749;
  background: #1c1c1c;
  color: #ffffff;
  font-size: 14px;
  outline: none;
}

.footer-box .footer .footer-info-item .footer-message-form textarea {
  resize: none;
}

.footer-box .footer .footer-info-item .footer-message-form input::placeholder,
.footer-box .footer .footer-info-item .footer-message-form textarea::placeholder {
  color: #a2a6a9;
}

.footer-box .footer .footer-info-item .footer-message-form .footer-form-captcha-row {
  display: flex;
  gap: 10px;
  align-items: center;
}

.footer-box .footer .footer-info-item .footer-message-form .footer-form-captcha-row .footer-captcha-input {
  flex: 1;
}

.footer-box .footer .footer-info-item .footer-message-form .footer-form-captcha-row img {
  height: 38px;
  border-radius: 6px;
  cursor: pointer;
  background: #ffffff;
}

.footer-box .footer .footer-info-item .footer-message-form .footer-form-submit {
  width: 100%;
  height: 42px;
  border: 0;
  border-radius: 6px;
  background: #09ad8b;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
}

.footer-box .footer .footer-info-item .footer-message-form .footer-form-submit:hover {
  background: #dda328;
}
/*-----end---*/

.footer-box .copy-right {
  border-top: 1px solid #464749;
  padding: 26px 0;
  text-align: center;
  color: #a2a6a9;
  font-size: 16px;
}

:root {
  --d: 700ms;
  --e: cubic-bezier(0.19, 1, 0.22, 1);
  --font-sans: "Rubik", sans-serif;
  --font-serif: "Cardo", serif;
}

@media (min-width: 600px) {
  .page-content {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-cate-box .page-content .card {
    height: 330px;
  }

  .quality-box .page-content .card {
    height: 390px;
  }
}

@media (min-width: 800px) {
  .page-content {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (hover: hover) and (min-width: 600px) {
  .card:after {
    transform: translateY(0);
  }

  /*.content {
    transform: translateY(calc(100% - 4.5rem));
  }*/
  .content {
    transform: translateY(0);
  }

  .content>*:not(.title) {
    opacity: 0;
    transform: translateY(1rem);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e);
  }

  .card:hover,
  .card:focus-within {
    align-items: center;
  }

  .card:hover:before,
  .card:focus-within:before {
    transform: translateY(-4%);
  }

  .card:hover:after,
  .card:focus-within:after {
    transform: translateY(-50%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
  }

  .card:hover .content,
  .card:focus-within .content {
    transform: translateY(0);
  }

  .card:hover .content>*:not(.title),
  .card:focus-within .content>*:not(.title) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(var(--d) / 8);
  }

  .card:focus-within:before,
  .card:focus-within:after,
  .card:focus-within .content,
  .card:focus-within .content>*:not(.title) {
    transition-duration: 0s;
  }
}

/*# sourceMappingURL=index.css.map */
