.coach_log_row{
    margin-top: 10px;
    font-size: 0;
    background: #fff;
}
.flow-default .coach_log_row:first-child{
    margin-top: 0;
}
.coach_log_img{
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    overflow: hidden;
}
.coach_log_img img{
    width: 100%;
}
.coach_log_info{
    width: 50%;
    padding: 0 10px;
    line-height: 16px;
}
.coach_log_info .l1{
    line-height: 0.16rem;
}
.coach_log_info .l2{
    line-height: 0.12rem;
    margin-top: 11px;
}
.index_search{
    margin-top: 16px;
    position: relative;
}
input[type="search"].index_input,
input[type="tel"].index_input,
input[type="text"].index_input{
    box-sizing: border-box;
    width: 100%;
    padding-left: 40px;
    height:32px;
    background:rgba(236,241,240,1);
    border-radius:4px;
    border: none;
    margin-bottom: 0;
}
.index_icon{
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -14px;
}
.c_d_green{
    color: rgba(40,178,139,1);
}
a.c_d_green:hover{
    color: rgba(40,178,139,1);
}

.c_l_row{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 12px;
    background: #fff;
    box-shadow:0px 3px 9px rgba(229,229,229,0.16);
    border-radius:4px;
    margin-top: 10px;
}
.c_l_top{
    padding: 12px 0;
    box-sizing: border-box;
    align-items: center;
}
.c_l_left{
    width: 65px;
    height: 93px;
    margin-right: 10px;
}
.c_l_left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.c_l_right{
    width: calc(100% - 75px);
    min-height: 93px;
    line-height: 1.4;
}
.c_l_right>div{
    width: 100%;
}
.c_l_r_t_one{
    align-items: center;
}
.c_l_bottom{
    padding: 12px 0;
    box-sizing: border-box;
    border-top:1px solid rgba(242,242,242,1);
    line-height:20px;
}

.d_c_l_btnWrapper{
    box-sizing: border-box;
    border-bottom: 1px solid rgba(112,112,112,0.15);
}
.d_c_l_btn{
    font-size:0.14rem;
    font-family:Source Han Sans SC;
    font-weight:500;
    line-height:20px;
    color:rgba(38,38,38,1);
    box-sizing: border-box;
    padding: 14px 0 10px 0;
    position: relative;
}
.d_c_l_btn.active{
    color: #28B28B;
}
.d_c_l_btn.active::after{
    position: absolute;
    content: "";
    width: 100%;
    height:3px;
    background: #28B28B;
    bottom: -1.5px;
    left: 0;
}
.d_c_l_content{
    display: none;
}
.d_c_l_content.active{
    display: block;
}


