body {
    background-color: #eef0f3;
    font-size: 18px;
}
.color-info{
    color: lightgreen;
}
.color-warn{
    color: orange;
}
.color-error{
    color: red;
}
.clickable{
    cursor: pointer;
}
.container-header{
    background-color: #fff;
    height: auto;
    align-items: center;
    padding-bottom: 5px;
}
.container-header .header_flex_item{
    margin-left: 10px;
}
.header_flex_item > select > option{
    font-size: 15px;
}
.container-body{
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    background-color: #efefef;
}
.flex-center{
    display: flex;
    justify-content: center;
}
.tea_panel{
    display: flex;
    display: -webkit-flex; /* Safari */
    width: 30%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 2px 2px 0 0;
    flex-direction: column;
}
@media screen and (max-width: 1199px) {
    .tea_panel{
        width: 30%;
    }
}
@media screen and (max-width: 767px) {
    .body {
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .tea_panel{
        width: 90%;
    }
}
.tea_panel .tea_info_panel{
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
}
.tea_panel .tea_info_panel div{
    width: 50%;
}
.tea_panel .tea_info_panel .tea__img{

}
.tea_panel .tea_info_panel .tea__img img{
    border-radius: 50%;
    width: 98px;
    height: 98px;
    border: 1px solid #e5e5e5;
}
.tea_panel .tea_info_panel .tea__tag {
    flex-direction: column;
    align-items: center;
}
.tea_panel .tea_info_panel .tea__tag .tea__tag_label{
    background-color: #f5f5f5;
    color: #666;
    border-radius: 3px;
    padding: 0 5px;
    line-height: 26px;
    margin-bottom: 5px;
    font-size: 10px;
    height: 25px;
    width: auto;
}
.tea_panel .tea_info_panel .tea__tag .tea__tag_label:hover{
    background-color: #ffa300;
    color: white;
}
.tea_panel .tea_info_panel .tea__tag .tea__tag_reason{
    width: 100%;
    font-size: 10px;
    color: #ffa300;
    margin-left: 15px;
    margin-bottom: 10px;
}
.tea_panel .tea_info_panel .tea__name {
    font-size: 12px;
}
.tea_panel .tea_info_panel .tea__voice {
    display: flex;
    flex-wrap: nowrap;
}
.tea_panel .tea_info_panel .tea__voice .mp3-start{
    width: 5px;
    height: 16px;
    padding-left:15px;
    cursor: pointer;
    background: url(http://static.51talk.com/static/images/html/teacher_details/s_t_icon.png?v=yP4sNO%2BrrUzzqIwVWzw0Nw%3D%3D) -30px -149px no-repeat;
}
.tea_panel .tea_info_panel .tea__voice .mp3-start.start-now {
    background-position: 0 -149px;
}
.tea_panel .tea_info_panel .tea__voice .mp3-line{
    width: 76px;
    height: 4px;
    margin-top: 5px;
    background-color: #e9e9e9;
    border-radius: 4px;
    border-right: 1px solid #f5f5f5;
    margin-right: 5px;
}
.tea_panel .tea_info_panel .tea__voice .mp3-line .mp3-line-process{
    border-radius: 4px;
    background-color: #ffa300;
    width: 0px;
    height: 100%;
}
.tea_panel .tea_slot_panel{
    background-color: #fcfcfc;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 5px;
}
.tea_panel .tea_slot_panel .tea_slot__label{
    font-size: 12px;
    background-color: #fff9e5;
    border: 1px solid #ffc600;
    text-align: center;
    line-height: 25px;
    border-radius: 6px;
    width: 40%;
    margin: 3px 2%;
    /*cursor: pointer;*/
}
.tea_slot__label a{
    color: #333;
    text-decoration: none;
}
.tea_panel .tea_slot_panel .tea_slot__label:hover{
    background-color: #ff8200;
    color: white;
}
.tea_slot__label a:hover{
    color: white;
}
.tea_panel .tea_slot_panel .tea_slot__label.closed{
    color: #ccc;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #e0e0e0;
}