
.xuecolumn {
    display: -webkit-box;
    display: -moz-box;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
}

.column_list {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    color: #333;
    font-size: 16px;
    text-align: center;
    line-height: 37px;
}

.column_list2 {
    color: #50d2c2;
    border-bottom: 2px solid #50d2c2;
}

.coach_form {
    width: 100%;
}

.coach_pox {
    padding: 0px 15px;
    border-bottom: 1px solid #e2e2e2;
    overflow: hidden;
    display: none;
}



.coach_list2 {
    width: 100%;
    overflow: hidden;
    background: url(../images/column_selected@3x.png) no-repeat right center;
    background-size: 17px 17px;
}

.coachlist_img {
    width: 55px;
    height: 60px;
    float: left;
    position: relative;
}

.morentou {
    width: 55px;
    height: 55px;
    overflow: hidden;
    border-radius: 50%;
}

.morentou img {
    width: 100%;
    height: 100%;
    display: block;
}

.coachdate {
    left: 10px;
    width: 35px;
    height: 18px;
    border-radius: 4px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    color: #fff;
}

.coachdate1 {
    background: #6ccfff;
}

.coachdate2 {
    background: #a9a3ed;
}

.coachlist_name {
    overflow: hidden;
    float: left;
    margin-left: 10px;
    width: 76.5%;
}

.coachlist_namepox {
    overflow: hidden;
    margin-top: 10px;
}

.coach_name {
    font-size: 13px;
    color: #333;
    float: left;
    line-height: 16px;
}

.lesson_name {
    font-size: 13px;
    color: #333;
    float: left;
    line-height: 16px;
    margin-left: 8px;
}

.coach_time {
    font-size: 13px;
    color: #6b6b6b;
    float: left;
    margin: 0 5px;
}

.chepai {
    font-size: 10px;
    color: #6b6b6b;
    line-height: 20px;
    float: left;
}

.minger {
    margin: 0 5px;
    height: 18px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    float: left;
    border-radius: 8px;
    background: #fd7146;
    padding: 1px 4px;
}

.minger span {
    color: #fff;
}

.sure {
    padding: 10px 15px;
    margin: 10px 0;
}

.sure a {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: #1ab3e9;
    border-radius: 20px;
}

.block {
    display: block;
}

.sure2 a {
    background: #e2e2e2;
    color: #999;
}