.coach_box{
    height: 100%;
    width: 100%;
}
.coach_box_img1{
    display: block;
    width: 100%;
    min-width: 1682px;
    /* margin: 0 auto; */
}
.coach_box_content{
    margin: 10px auto;
    width: 100%;
    min-width: 1682px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    letter-spacing: 3px;
}
.coach_box_content li{
    width: 1682px;
    margin: 20px auto;
    height: 545px;
    /* background-color: aqua; */
    display: flex;
    justify-content: center;
}
.coach_box_content_div{
    width: 760px;
    margin-left: 40px;
    padding: 30px 0;
    box-sizing: border-box;
}
.coach_box_content_div .name{
    font-size: 30px;
    letter-spacing: 4px;
}
.coach_box_content_div .live{
    padding: 50px 0 40px 0;
    letter-spacing: 3px;
    line-height: 35px;
}
.coach_box_content_div .award{
    /* padding: 65px 0 35px 0; */
    letter-spacing: 3px;
    line-height: 30px;
    padding-bottom: 35px;
}
.coach_box_content_div .img{
    position: relative;
}
.coach_box_content_div .img span{
    height: 41px;
    width: 244px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 41px;
    text-align: center;
    letter-spacing: 2px;
    cursor: pointer;
    color: #fff;

}
