.match-detail {
    margin-top: 20px;
    overflow: hidden;
}

.match-detail .left {
    width: 985px;
    float: left;
}

.match-detail .right {
    width: 300px;
    float: right;
}

.match-detail .content {
    padding: 30px;
    background-color: #fff;
    border: 1px solid #ffeaee;
    position: relative;
    overflow: hidden;
}

.match-detail .ranking {
    padding: 20px 15px;
    background-color: #ffffff;
    border: 1px solid #ffeaee;;
}

.match-detail .user-cmd {
    color: #999999;
    padding: 30px;
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid #ffeaee;;
}

.content .kssm {
    float: right;
    padding: 4px 14px;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    background-color: #ff9900;
    border-radius: 14px 0 14px 0;
}

.user-cmd, .user-cmd .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user-cmd .portrait {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}

.user-cmd .name {
    color: #333333;
    font-size: 18px;
    margin-right: 6px;
}

.user-cmd .win {
    color: #c52d2a;
    font-size: 18px;
}

.user-cmd .win b {
    font-weight: normal;
    font-size: 10px;
    padding: 0;
}

.user-cmd .blk {
    color: #333333;
    margin-right: 12px;
}

.user-cmd .tols {
    margin-top: 6px;
}

.user-cmd .tol {
    margin-right: 6px;
}

.user-cmd b {
    color: #c52d2a;
    font-weight: normal;
    padding-left: 4px;
}

.user-cmd .wins {

}

.user-cmd .wins .titem {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.user-cmd .wins .titem:nth-child(2) {
    padding: 10px 0;
}

.user-cmd .wins .tit {
    width: 150px;
    text-align: right;
    display: inline-block;
}

.user-cmd .wins .item {
    min-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-cmd .wins .tip {
    color: #d0d0d0;
    padding: 1px 4px;
    font-size: 10px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #d0d0d0;
}

.user-cmd .wins .tip1 {
}

.user-cmd .wins .tip2 {
}

.user-cmd .wins .tip3 {
}

.user-cmd .wins .n {
    padding-left: 6px;
    color: #c52d2a;
    min-width: 20px;
    font-size: 15px;
}

.user-cmd .wins .n1 {
    color: #c52d2a;
}

.user-cmd .wins .n2 {
    color: #00c297;
}

.user-cmd .wins .n3 {
    color: #333333;
}

.user-cmd .wins .sl {
    color: #c52d2a;
    font-size: 16px;
    font-weight: bold;
    min-width: 42px;
    display: inline-block;
    text-align: right;
}

.user-cmd .wins .sl b {
    font-weight: normal;
    font-size: 10px;
    padding: 0;
}

.cmd-tit {
    font-size: 22px;
    font-weight: 600;
    background-color: #ffffff;
    padding: 10px 10px;
    margin-bottom: 10px;
    border: 1px solid #ffeaee;
}

.mdetail {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
    margin-top: 20px;
    margin-bottom: 100px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.mdetail .zd {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}

.mdetail .zd i {
    display: inline-block;
    width: 100px;
    height: 100px;
    background: url("/static/icon/icon_soccer.png") no-repeat center;
    background-size: 100%;
}

.mdetail .zd span {
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mdetail .vs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
}

.mdetail .vs .bf {
    color: #c52d2a;
    padding: 10px 0;
}

.mdetail .vs .bf2 {
    font-size: 52px;
}

.mdetail .vs .bf i {
    background: url("/static/icon/icon_vs0.png") no-repeat center;
    width: 57px;
    height: 22px;
    background-size: 100%;
    display: inline-block;
    margin: 6px 0;
}

.mdetail .vs .pk {
    color: #666666;
    min-width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 30px;
    background-color: #f4f4f4;
}

.mdetail .vs .pk b {
    color: #333333;
    font-weight: normal;
    padding-left: 10px;
}

.mcommend {
    padding-bottom: 100px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mcommend i {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url("/static/icon/icon_matchDetail.png") no-repeat;
    background-size: 100%, cover;
}

.mcommend .suo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.mcommend .suo-icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: url("/static/icon/icon_suo.png") no-repeat center;
    background-size: 100%;
    margin-bottom: 12px;
}

.mcommend .text {
    font-size: 30px;
    font-weight: bold;
    color: #c52d2a;
    padding: 0 40px 0 10px;
}

.mcommend .tips {
    font-size: 16px;
    color: #999999;
    /*padding: 0 40px 0 10px;*/
}

.mcommend .res {
    display: inline-block;
    width: 70px;
    height: 70px;
    overflow: hidden;
    background: url("/static/icon/icon_dai0.png") no-repeat center;
    background-size: 100%, cover;
}

.mcommend .res2 {
    background: url("/static/icon/icon_sheng.png") no-repeat center;
    background-size: 100%, cover;
}

.mcommend .res3 {
    background: url("/static/icon/icon_ping.png") no-repeat center;
    background-size: 100%, cover;
}

.mcommend .res5 {
    background: url("/static/icon/icon_fu.png") no-repeat center;
    background-size: 100%, cover;
}

.match-detail .sub {
    color: #999999;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.match-detail .sub b {
    font-weight: normal;
}

.match-detail .sub b.n1 {
    color: #c52d2a;
    font-size: 22px;
    padding-left: 6px;
}

.match-detail .sub b.n2 {
    color: #333333;
}

.match-detail .sub .make {
    width: 100px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    background-color: #c52d2a;
    margin-left: 15px;
    display: inline-block;
}

.match-detail .sub .makeopen {
    color: #666666;
    background-color: #dddddd;
}

.match-detail .sub .make:hover {
    opacity: .8;
    cursor: pointer;
}

.ranking .tit {
    font-size: 18px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.ranking li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.ranking li:last-child a {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 40px;
}

.ranking li a:hover {
    color: #c52d2a;
}

.ranking .user {
    display: flex;
    align-items: center;
}

.ranking .no {
    width: 26px;
    height: 40px;
    margin-right: 6px;
    display: inline-block;
}

.ranking .no1 {
    background: url("/static/icon/1.png") no-repeat center;
    background-size: 100%;
}

.ranking .no2 {
    background: url("/static/icon/2.png") no-repeat center;
    background-size: 100%;
}

.ranking .no3 {
    background: url("/static/icon/3.png") no-repeat center;
    background-size: 100%;
}

.ranking .no4 {
    background: url("/static/icon/4.png") no-repeat center;
    background-size: 11px;
}

.ranking .no5 {
    background: url("/static/icon/5.png") no-repeat center;
    background-size: 14px;
}

.ranking .no6 {
    background: url("/static/icon/6.png") no-repeat center;
    background-size: 12px;
}

.ranking .no7 {
    background: url("/static/icon/7.png") no-repeat center;
    background-size: 11px;
}

.ranking .no8 {
    background: url("/static/icon/8.png") no-repeat center;
    background-size: 12px;
}

.ranking .portrait {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s ease-in-out;
}

.ranking .counts {
    font-size: 12px;
    color: #c52d2a;
}

.ranking .winrate {
    color: #c52d2a;
    font-size: 15px;
}

.ranking .winrate b {
    font-weight: normal;
    font-size: 10px;
}

.ranking .img-box {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 10px;
}

.ranking .portrait:hover {
    transform: scale(1.3);
}

.mlist {
    padding: 20px;
    margin-top: 20px;
    background-color: #fff;
    border: 1px solid #ffeaee;
}

.mlist .mtit {
    font-size: 16px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.mlist .mbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mlist .item {
    font-size: 13px;
}

.mlist .line {
    margin: 0 10px;
    height: 100px;
    width: 1px;
    background-color: #eee;
}

.mlist .team {
    font-size: 15px;
    padding: 4px 0;
}

.mlist .info {
    color: #888888;
    padding-top: 10px;
}

.mlist b {
    font-weight: normal;
}

.mlist .n1 {
    font-size: 18px;
    color: #c52d2a;
    padding: 0 2px 0 6px;
}

.mlist .n2 {
    color: #333333;
}

.mlist a {
    color: #ffffff;
    width: 80px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #c52d2a;
    margin-left: 50px;
    display: inline-block;
}

.mlist a:hover {
    opacity: .8;
}