body{
    background: #f8f8f8;
}
.red{
    color: red !important;
}
.green{
    color: #0bb60b !important;
}
.page-all{
    margin: 20px auto 0 auto;
    width: 1200px;
}
.page-left{
    width: 910px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(172,172,172,0.19);
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 10px;
}
.match-top-tittle{
    font-size: 16px;
    color: #333;
    text-align: left;
    font-weight: bold;

}
.match-list-nav{
    font-size: 13px;
    color: #999;
    padding: 5px 20px;
    margin-left: 10px;
    border-radius: 999px;
    background: #f8f8f8;
    font-weight: normal;
    cursor: pointer;
}
.act-list{
    color: #fff;
    background: #4793f1;
}
.match-top-tittle a{
    color: #ccc;
    font-weight: normal;
    font-size: 14px;
    cursor: pointer;
}
.match-list-tabel{
    width: 1160px;
    margin-top: 20px;
}
.match-list-tabel tr th{
    background: #f8f8f8;
    height: 30px;
    line-height: 30px;
    font-weight: normal;
    color: #999;
    font-size: 12px;
}
.match-list-tabel tr td{
    font-size: 15px;
    text-align: center;
    height: 36px;
    color: #666;
}
.table-data-tittle{
    color: #4793f1;
    text-align: left;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    cursor: pointer;
}
.table-data-user{
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    cursor: pointer;
}
.gf-img{
    width: 16px;
    vertical-align: top;
    margin-right: 4px;
}
.hot-img{
    width: 12px;
    vertical-align: top;
    margin-right: 4px;
}
.table-data-schedule{
    background: #ccc;
    color: #fff !important;
    height: 20px;
    border-radius: 999px;
    line-height: 20px;
    position: relative;
}
.caozuo{
    color: #4793f1;
    cursor: pointer;
}
.table-data-schedule span{
    position: absolute;
    z-index: 9;
    display: block;
    text-align: center;
    width: 147px;
}
.table-data-schedule img{
    position: absolute;
    left: 0;
    height: 20px;
    border-radius: 999px;
}
.not-match{
    margin: 0 auto;
    text-align: center;
    color: #333;
    font-size: 14px;
}
.not-match img{
    margin-top: 20px;
    width: 160px;
}
.not-match p{
    color: #ccc !important;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
}
.page-bottom{
    width: 1160px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(172,172,172,0.19);
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 10px;
    margin: 0 auto;
}
.w400{
    width: 400px !important;
}
.match-list-saixuan{
    font-size: 14px;
    color: #999;
    font-weight: normal;
}
.match-list-saixuan span{
    display: inline-block;
    padding: 0 5px 3px 5px;
    cursor: pointer;
}
.match-list-saixuan-act{
    border-bottom: 2px solid #4793f1;
    color: #4793f1;
    font-weight: bold;
}
.page-top{
    width: 1160px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(172,172,172,0.19);
    border-radius: 5px;
    padding: 20px;
    margin: 10px auto;
}
.user-tx{
    border-radius: 999px;
    width: 60px;
}
.last-list{
    margin-right: 0 !important;
}
.match-user-data{
    border: 1px solid #efefef;
    background: #f8f8f8;
    width: 114px;
    padding: 10px;
    text-align: center;
    margin-right: 10px;
}
.match-user-list{
    margin-top: 20px;
}
.match-user-data a{
    display: block;
    color: #333;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    margin: 5px 0;
    width: 114px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.match-user-data span{
    color: #fff;
    background: #4793f1;
    padding: 3px 17px;
    font-size: 12px;
    border-radius: 999px;
    display: inline-block;
    margin: 8px 0 4px 0;
    cursor: pointer;
}
.match-user-data p{
    font-size: 14px;
    text-align: center;
    color: #666;
}

.tanchuan{
    background: #fff;
    border: 5px solid #A1C9FF;
    position: fixed;
    border-radius: 5px;
    z-index: 9999;
    right: 0;
    left:0;
    top: 20%;
    margin: 0 auto;
    width: 840px;
    text-align: center;
}
.tanchuan-close{
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
}
.tanchuan-top-tittle{
    font-size: 16px;
    margin-top: 15px;
    color: #333;
    font-weight: bold;
}
.tanchuan-tittle{
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-align: left;
    margin: 10px 20px;
}