
.cls-search {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 58px;
}

.cls-search .trian-cls {
    display: flex;
}

.cls-search .trian-cls .cls-search {
    width: 215px;
    height: 30px;
    border: 1px solid #88110B;
    border-radius: 15px;
}

.cls-search .trian-cls .cls-search input {
    width: 145px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px 0 10px;
    background: none;
    border: 0;
    color: #999;
    font-size: 14px;
}

.cls-search .trian-cls .cls-item {
    width: 180px;
    height: 64px;
    font-size: 20px;
    line-height: 64px;
    text-align: center;

}

.cls-search .trian-cls .active, .cls-search .trian-cls .inactive {
    background-repeat: no-repeat;
    background-size: cover;

}

.cls-search .trian-cls .active {
    background-image: url("/cdn/imgs/active.png");
    color: rgba(136, 17, 11, 1);
}

.cls-search .trian-cls .inactive {
    background-image: url("/cdn/imgs/inactive.png");
    color: #fff;
}
.cls-search .trian-cls .inactive a{
    color: #fff;
}
.cls-search .trian-cls .active a{
    color: rgba(136, 17, 11, 1);
}
.c-list-row {
    display: flex;
}
.c-list-row .c-list-item{
    position: relative;
    display: flex;
    margin-top: 20px;

}

.c-list-row .c-list-item .c-pic {
    width: 300px;
    height: 350px;
}

.c-list-row .c-list-item .c-pic img {
    height: 100%;
    width: 100%;
}
.c-list-row .c-list-item .o-pic {
    width: 710px;
    height: 400px;
}

.o-pic img {
    height: 400px;
    width: 710px;
}

.t-pic{
    width: 340px;
    height: 390px;
}
.t-pic img{
    height: 100%;
    width: 100%;
}
.c-list-item-tag {
    width: 62px;
    height: 62px;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(136, 17, 11, 1);
    position: absolute;
    left: 0;
    top: 0;
    border-bottom-left-radius: 31px;
    border-bottom-right-radius: 31px;
    text-align: center;
    line-height: 62px;
}
.c-title{
    font-size: 20px;
    color: #000;
}
.c-text{
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
}
.c-content{
    padding: 20px 0 20px 15px;
    box-sizing: border-box;
    width: 410px;
    background-color: #fff;
}
.c-underline{
    width: 50px;
    height: 6px;
    border-radius: 2px;
    background-color: rgba(140,67,0,1);
    margin-top: 5px;
}
.c-icon{
    margin-top: 20px;
    color: rgba(102,102,102,1);
}
.c-icon img{
    height: 26px;
    width: 26px;
}
.c-icon span{
    font-size: 18px;
    position: relative;
    top: 4px;

}
.c-btn{
    border: 0;
    outline: none;
    display: inline-block;
    width: 125px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    background-color: rgba(136,17,11,1);
    border-radius: 5px;
}
.c-btn:hover{
    cursor: pointer;
}
.t-name{
    font-size: 20px;
}
.t-duty{
    font-size: 16px;
}
.t-list-item{
    background-color: #fff;
}
.o-list-item{
    position: relative;
}
.o-list-item .player-tag{
    position: absolute;
    top:160px;
    left: 315px;
}
.t-content{
    height: 100px;
    text-align: center;
}
.t-content .first-content{
    margin-top: 10px;
}
.t-content .score{
    margin-top: 10px;
}
.t-content .score span{
    width: 30px;
    height: 30px;
}
.ml40 {
    margin-left: 40px;
}
.ml20{
    margin-left: 20px;
}
.ml27{
    margin-left: 27px;
}
.mt40{
    margin-top: 40px;
}
.mt10{
    margin-top: 10px;
}
.o-title-view{
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    height: 60px;
    padding: 0 20px;
    text-align: center;
    line-height: 60px;
}

.o-title-view .name{
    font-size: 20px;
}
.o-title-view .teacher{
    font-size: 16px;
    color: rgba(102,102,102,1);
}
