.do .fast .center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.do .fast .center .rah{
    width: 23%;
    /* border: 1px solid red; */
    margin: 20px;
}
.do .fast .center .man{
  width: 30%;
  margin: 20px;
}
.do .fast .center .net{
  width: 27%;
  margin: 20px;
}
.do .fast .center .rah .bound{
    /* width: 70%; */
    border: 2px solid #e7dbdb;
    cursor: pointer;
    border-radius: 39px;
    margin: 10px 0px;
    background: #fff;
    box-shadow: 3px 4px 15px 0 #8d8b8b;
}
.do .fast .center .nim{
    border: 2px solid #90c120;
    background-color: #ffffff;
}
.do .fast .center .bound .line{
    display: flex;
    align-items: center;
    padding: 8px;
    justify-content: space-around;
    border-radius: 30px;
}
.do .fast .center  .bound .line .hr{
    display: flex;
    align-items: center;
}
.do .fast .center  .bound .line .hr .too{
    height: 43px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f3f3;
}
.do .fast .center .bound .line .hr .too img{
    background: transparent;
    height: auto;
    width: 100%;
}
.do .fast .center .bound .line .hr h4{
 padding: 0px 10px;
}
.do .fast .center  .man img{
    width: 100%;
}
.do .fast .center  .text h2{
    color: #222222;
    font-size: 40px;
}
.do .fast .center  .text .play{
    display: flex;
}