.team {
  width: 100%;
  height: 600px;
  position: relative;
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024052818242934031/cms/image/90ec7824-e09a-4277-8a75-c63f302c5903.jpg) no-repeat center center;
  background-attachment: fixed;
}
.team::before{
   content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(7 64 135 / 40%);
}
.team .teamt {
  position: absolute;
  left: 5%;
  top: 15%;
  z-index: 1;
}
.team .teamt b {
 line-height: normal;
    display-radio: 1;
    font_radio: 2;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    font-family: Impact;
}
.team .xuanxianga {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0px;
  top: 0px;
}
.team .teamt h1 {
  line-height: normal;
    display-radio: 1;
    font_radio: 2;
    font-size: 40px;
    color: #fff;
    font-weight: normal;
    margin-top: 10px;
}
.team .teamt p {
  font-size: 16px;
  color: #fff;
  width: 100%;
  margin-top: 10px;
}
.team .xuanxianga a {
  display: block;
  width: calc((100% - 0px) / 4);
  float: left;
  border-right: 1px solid rgba(255, 255, 255, .2);
  height: 600px;
  overflow: hidden;
  position: relative;
}
.team .xuanxianga a .teama {
  position: absolute;
  left: 12%;
  width: auto;
  bottom: 10%;
  z-index: 9;
  transition: all 0.5s;
  right: 12%;
}
.team .xuanxianga a:hover .teama {
  bottom: 18%;
}
.team .xuanxianga a .teama p {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 30px;
}
.team .xuanxianga a .teama .teama1{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.team .xuanxianga a .teama b {
  font-size: 13px;
  color: #fff;
  display: block;
  font-weight: 400;
  margin-bottom: 0px;
  min-height: 20px;
}
.team .xuanxianga a .teama img {
  float: left;
  width: 100px;
}
.team .xuanxianga a .teama span {
  width: 90px;
  height: 1px;
  opacity: 0.3;
  background: #fff;
  display: block;
  float: left;
  margin-top: 13px;
  margin-left: 15px;
}
.team .xuanxianga a>img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 0.5s;
  opacity: 0;
}
.team .xuanxianga a:hover>img {
  opacity: 1;
}
.team .xuanxianga a>p {
  position: absolute;
  font-weight: 100;
  bottom: 8%;
  left: 12%;
  opacity: 0;
  transition: all 0.8s;
  z-index: 99;
  text-transform: uppercase;
  background-color: #971b22;
  color: #fff;
  display: block;
  text-align: center;
  padding: 5px 20px;
  border-radius: 2px;
  font-size: 12px;
}
.team .xuanxianga a>p:hover{
  background: #b00;
}
.team .xuanxianga a:hover>p {
  bottom: 12%;
  opacity: 1;
}
@media screen and (max-width:768px) {
  .team .xuanxianga a .teama {
    position: absolute;
    left: 5%;
    width: auto;
    bottom: 10%;
    z-index: 9;
    transition: all 0.5s;
    right: 5%;
  }
  .team .xuanxianga a:hover .teama {
    bottom: 12%;
  }
  .team .xuanxianga a .teama span {
    height: 0;
  }
  .team .xuanxianga a {
    display: block;
    width: calc((100% - 0px) / 2);
    float: left;
    border-right: 1px solid rgba(255, 255, 255, .2);
    border-top: 1px solid rgba(255, 255, 255, .2);
    height: 200px;
    overflow: hidden;
    position: relative;
  }
  .team {
    width: 100%;
    height: 590px;
    position: relative;
    background-attachment: fixed;
  }
  .team .teamt {
    position: absolute;
    left: 3%;
    top: 30px;
    z-index: 1;
  }
  .team .xuanxianga {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0px;
    top: 32%;
}
.team .teamt b {
    font-size: 28px;
    font-family: Impact;
}
  .team .teamt h1 {
    font-size: 24px;
}
  .team .teamt p {
    font-size: 14px;
}
  .team .xuanxianga a>img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: all 0.5s;
    opacity: 0;
  }
  .team .xuanxianga a>p{
    display: none;
  }
  .team .xuanxianga a .teama p {
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 10px;
  }
  .team .xuanxianga a .teama b {
    font-size: 12px;
    color: #fff;
    display: block;
    font-weight: 100;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 769px){
  .team .xuanxianga a .teama b {
    min-height: 80px;
  }
}
