.youree-footer {
  background-color: #e8e8ed;
  position: relative;
}

.youree-footer-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 2.87rem;
  margin: 0 auto;
  width: 100%;
  max-width: 14.4rem;
}

.youree-product-image {
  width: 4.2rem;
  display: block;
  object-fit: cover;
  position: relative;
  top: -0.4rem;
  left: -0.1rem;
}

.youree-company-info {
  flex: 1;
  text-align: left;
}

.youree-logo {
  height: 0.35rem;
  object-fit: cover;
}

.youree-slogan {
  font-size: 0.14rem;
  letter-spacing: 0.01rem;
  color: #666;
  margin-bottom: 0.2rem;
}

.youree-product-categories {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem;
  margin-bottom: 0.3rem;
  font-weight: bold;
}

.youree-product-categories li {
  font-size: 0.15rem;
  color: #010101;
  font-weight: lighter;
}

.youree-cta-buttons {
  display: flex;
  gap: 0.35rem;
  width: 3rem;
  height: 0.35rem;
  border-radius: 0.4rem;
  background: white;
  align-items: center;
  justify-content: center;
}

.youree-cta-button {
  padding: 0.08rem 0.25rem;
  color: black;
  text-decoration: none;
  border-radius: 0.05rem;
  font-size: 0.16rem;
}

.youree-cta-buttonb {
 color: white;
 background-color: #333333;
 border-radius: 0.2rem;
 padding: 0 0.25rem;
 font-size: 0.16rem;
 text-decoration: none;
}

.youree-product-showcase{
  flex: 1;
  text-align: left;
}

.youree-contact-info {
  flex: 1;
  margin-right: 1.2rem;
}

.youree-social-icons {
  display: flex;
  justify-content: space-evenly;
  position: relative;
  align-items: center;
  margin-top: 0.6rem;
}


.wx,
.dy,
.phone,
.yx{position: relative;}


.wx img,
.dy img,
.phone img,
.yx img{    width: 0.65rem;
  height: 0.65rem;
  object-fit: contain;}


.wxson{
  position: absolute;
  top: -1.98rem;
  left: -0.41rem;
  display: none;
  background-image: url('../images/tc.png');
  background-size: 100% 100%;
}


.wxson img{
  width: 1.5rem;
  height: 1.3rem;
  padding: 0.2rem 0.2rem 0.5rem;
}

.dyson{
  position: absolute;
  top: -2.13rem;
  left: -0.51rem;
  display: none;
  background-image: url('../images/tc.png');
  background-size: 100% 100%;
}

.dyson img{
  width: 1.5rem;
  height: 1.3rem;
  padding: 0.2rem 0.2rem 0.5rem;
}



.phoneson img{
  width: 1.5rem;
  height: 1.3rem;
  padding: 0.2rem 0.2rem 0.5rem;
}



.yxson img{
  width: 1.5rem;
  height: 1.3rem;
  padding: 0.2rem 0.2rem 0.5rem;
}

.phoneson{
  position: absolute;
  top: -2.13rem;
  left: -0.55rem;
  display: none;
  background-image: url('../images/tc.png');
  background-size: 100% 100%;
}

.yxson{
  position: absolute;
  top: -2.14rem;
  left: -0.58rem;
  display: none;
  background-image: url('../images/tc.png');
  background-size: 100% 100%;
}

.wx:hover .wxson{display: block;}
.dy:hover .dyson{display: block;}
.phone:hover .phoneson{display: block;}
.yx:hover .yxson{display: block;}


.youree-footer-nav {
  border-top: 1px solid #ddd;
  padding: 0.45rem;
  background: black;
}

.youree-footer-nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  gap: 0.2rem;
  margin-right: 1.3rem;
  width: 12.7rem;
  margin: 0 auto;
  padding-right: 1rem;
}

.foot-f {
  text-decoration: none;
  color: #333;
  font-size: 0.18rem;
  font-weight: 300;
  color: #FFFFFF;
}

.foot-sub-menu{
  width: 1.24rem;
  padding: 0.1rem;
  background: white;
  position: absolute;
  border-radius: 0.15rem;
  bottom: 0.3rem;
  right: -0.38rem;
  font-size: 0.17rem;
  text-align: center;
  display: none;
}

.foot-menu-a{
  text-decoration: none;
  color: black;
}

.foot-sub:hover .foot-sub-menu{
  display: block;
}




