.fb-body-title{
    display: flex;
    align-items: center;
    font-size: 16px;
}
.fb-body-title-icon{
    width: 4px;
    height: 17px;
    background-image: linear-gradient(5deg, #3498ff 0%, #39acff 100%), linear-gradient(0deg, #39a9fe 0%, #ffffff 100%);
    background-blend-mode: normal, normal;
    box-shadow: 0px 0px 6px 0px rgba(0, 141, 242, 0.46);
    border-radius: 2px;
    margin-right: 14px;
}
.fb-list-search{
    padding: 20px;
    display: flex;
    justify-content: flex-end;
    align-items:center;

}

/*表格*/
.fb-block-table-nolist{
    min-height: 550px;
}
.fb-block-table{
    margin-top:20px;
    box-shadow: 0px 2px 6px 0px rgba(224, 237, 249, 0.46);
    border-radius: 8px;
    background: #fff;
}
.fb-list-container{
    position: relative;
}
.fb-list-title {
    height: 76px;
    display: flex;
    align-items: center;
    background: #ffffff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 0 30px;
}
.fb-table{
    border-spacing: 0;
    width: 100%;
    word-break:break-all;
}
.fb-table-title{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between
}
.fb-table tr>td {
    text-align: center;
    align-items: center;
    padding: 21px 10px;
    background: #fff;
    font-size: 14px;
    color: #383838;
}
.fb-table tr>td.fb-table-justify {
    text-align: justify;
}
.fb-table>thead>tr>th{
    /*background: #f9f9f9;*/
    padding: 20.5px 0;
    font-size: 14px;
    color: #666666;
    font-weight: 300;
    background-color: #f3f8fc;
    box-shadow: 0px 0px 3px 0px rgba(233, 235, 239, 0.46);
}
.fb-table tr:first-child th:first-child {
    border-top-left-radius: 8px;
}
.fb-table tr:first-child th:last-child {
    border-top-right-radius: 8px;
}
.fb-table tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}
.fb-table tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}
.fb-table tr th.no-border:first-child,.fb-table tr th.no-border:first-child {
    border-radius: 0;
}
.fb-table tr th.no-border:last-child,.fb-table tr th.no-border:last-child {
    border-radius: 0;
}
.fb-table td,.fb-table th{
    border-right: solid 1px #f1f1f1;
    border-bottom: solid 1px #f1f1f1;
}
.fb-table tr:last-child>td{
    border-bottom: none;
}
.fb-table tr>td:last-child{
    border-right: none;
}
.fb-table tbody>tr:hover>td{
    /*background-color: #eff8ff;*/
    background-color: #eff9ff;
}
.fb-table-act{
    font-size: 14px;
}
.fb-table-act-color{
    color: #3faefe;
}
.fb-table-img{
    width: 90px;
    height: auto;
    border-radius: 6px;
}
.fb-table-act-td>a{
    margin-right: 10px;
}
.fb-table-act-td>a:last-child{
    margin-right: 0px;
}
.fb-table-sort{
    width: 12px;
    height: 18px;
    display: block;
    margin-left: 10px;
    background: url(../img/no-sort.png) no-repeat;
}
.fb-sort-container{
    display: flex;
    align-items:center;
    justify-content: center;
    cursor: pointer;

}
.fb-sort-container>div{
    max-width: 70%;
}
.fb-table-sort.fb-sort-up{
    background: url(../img/ascending.png) no-repeat;
}
.fb-table-sort.fb-sort-down{
    background: url(../img/-Descending-order.png) no-repeat;
}
.switch-container{
    display: flex;
    align-items:center;
}
.switch-container>label{
    margin: 0 auto;
}

.search-contianer{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-contianer-title{
    /*width: 120px;*/
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 20px;
    font-size: 16px;
    color: #666666;
}
/*无数据列表占位图*/
.no-list{
    background: #ffffff;
    width: 248px;
    position: absolute;
    left: calc(50% - 100.5px);
    top:216px;

}
.no-list-msg{
    margin-top: 21px;
    color: #c1c4c6;
    font-size: 16px;
    text-align: center;
}
.enable-student-span {
    margin-left: 10px;
    cursor: pointer;
    color: #3faefe;
    display: inline-block;
}

.show-related-activity{
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(20, 20, 20, 0.2);
    z-index: 999;
}
.activity-show-pop-window {
    display: block;
    vertical-align: middle;
    position: relative;
    width: 700px;
    height: 700px;
    background-color: #ffffff;
    margin: 90px auto auto auto;
    padding: 0px;
    box-shadow: 0px 1px 3px 0px rgba(231, 235, 238, 0.46);
    border-radius: 6px 6px 6px 6px;
}
.activity-select-pop-header {
    width: 100%;
    height: 60px;
    background-image: linear-gradient(5deg, #2c9cfe 0%, #4da5ff 100%), linear-gradient( #edf4fb, #edf4fb);
    background-blend-mode: normal, normal;
    border-radius: 6px 6px 0px 0px;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    text-indent: 30px;
    line-height: 60px;
    font-family: PingFang-SC-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}
.activity-select-pop-header-cancel {
    position: absolute;
    cursor: pointer;
    right: 29px;
    top: 23px;
}
.pop-content {
    width: 100%;
    height: calc(100% - 60px);
    overflow-y: auto;
}
.pop-content-notice {
    width: 100%;
	height: 16px;
	font-family: DengXian;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 16px;
    letter-spacing: 0px;
    margin-top: 30px;
    text-indent: 60px;
	color: #6c6c6c;
}
.pop-content-activity {
    width: 100%;
	height: 14px;
    text-indent: 60px;
    font-family: DengXian;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 14px;
	letter-spacing: 0px;
    color: #6c6c6c;
    margin-top: 30px;
}
.p-l {
    white-space: pre-line;
}
.href-container>a{
    color: #3faefe;
}
.href-container>a:visited{
    color: #3faefe;
}