﻿body {
}



.driveScore {
    width: 100%;
    background-size: 100% 100%;
    position: relative;
}

.driveScoreAll {
    width: 85%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

    .driveScoreAll .driveTab {
        width: 100%;
        height: 120px;
        display: flex;
        justify-content: center;
        position: relative;
    }

    .driveScoreAll .drivePX, .driveScoreAll .driveJY, .driveScoreAll .driveZZZZ {
        width: 140px;
        height: 100%;
        float: left;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 600;
        color: rgba(40,40,40,1);
        line-height: 120px;
        cursor: pointer;
        position: relative;
        text-align: center;
    }
.drive-pagination{
        position: relative;
    z-index: 999999999;
}  
    .driveScoreAll .driveTab .active {
        color: #81BD1E;
    }
    .driveScoreAll .driveTab .active:after {
        content: "";
        display: block;
        position: absolute;
        width: 10px;
        height: 10px;
        background: linear-gradient(180deg, #81BD1E 0%, #81BD1E 26%, #1A6B2E 100%);
        box-shadow: 0px 0px 14px 0px rgba(129,189,30,0.38);
        border-radius: 7px;
        border: 4px solid #E6FFBD;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2
    }

    .driveScoreAll .driveTab .tab-line {
        width: 100%;
        height: 1px;
        background: #DDDDDD;
        position: absolute;
        bottom: 28px;
    }

    .driveScoreAll .driveXYInfo {
        width: 100%;
        height: 350px;
        background-color: transparent;
        margin-top: 60px;
    }

     .driveScoreAll .driveTSInfo {
        width: 100%;
        height: 0px;
        background-color: transparent;
        margin-top: 100px;
    }

    .driveScoreAll .driveXYInfo .driveZS {
        width: 19%;
        height: 99%;
        background-color: #fff;
        position: relative;
        float: left;
        box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
    }

    .driveScoreAll .driveXYInfo .driveZS-N {
        margin-left: 1%;
    }

    .driveScoreAll .driveXYInfo .driveZS-N-TS {
        margin-left: 1.083333333%;
    }

    .driveScoreAll .driveXYInfo .driveZS .driveTX {
        width: 100%;
        height: 100px;
        position: relative;
        margin-top: 30px;
    }

        .driveScoreAll .driveXYInfo .driveZS .driveTX div {
            width: 94px;
            height: 100px;
            position: relative;
            left: 50%;
            transform: translateX(-50%);
        }

            .driveScoreAll .driveXYInfo .driveZS .driveTX div .driveTX-Man {
                width: 120px;
                height: 120px;
                display: inline-block;
                position: relative;
                top: 20px;
                left: 30px;
                transform: translate(-30%,-50%);
            }

            .driveScoreAll .driveXYInfo .driveZS .driveTX div .driveTX-Man img {
                width: 100%;
                height: 100%;
            }

            .driveScoreAll .driveXYInfo .driveZS .driveTX div .driveJP {
                width: 44px;
                height: 44px;
                display: inline-block;
                position: relative;
                top: 0;
                left: 0;
                transform: translate(0%,0%);
                z-index: 99;
            }
                .driveScoreAll .driveXYInfo .driveZS .driveTX div .driveJP img {
                    width: 100%;
                    height: 100%;
                }

                .driveScoreAll .driveXYInfo .driveZS .driveTX div .driveJP .noBe {
                    margin: 6px 0px;
                }

    .driveScoreAll .driveXYInfo .driveZS .driveXM {
        width: 100%;
        height: 18px;
        text-align: center;
        position: relative;
        top: 24px;
        margin: 20px 0;
    }

        .driveScoreAll .driveXYInfo .driveZS .driveXM div {
            width: 90%;
            height: 100%;
            color: #333;
            line-height: 18px;
            font-size: 18px;
            font-family: 'Microsoft YaHei';
            font-weight: 400;
            text-align: center;
            overflow: hidden;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            white-space: nowrap;
            margin: auto;
        }

    .driveScoreAll .driveXYInfo .driveZS .driveStart {
        width: 100%;
        height: 20px;
        position: relative;
        top: 44px;
        background-color: transparent;
    }

        .driveScoreAll .driveXYInfo .driveZS .driveStart div {
            width: 143px;
            height: 100%;
            position: relative;
            margin: auto;
            overflow: hidden;
        }

        .driveScoreAll .driveXYInfo .driveZS .driveStart .driveStart-M {
            width: 100%;
            height: 100%;
            display: inline-block;
            position: relative;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }

        .driveScoreAll .driveXYInfo .driveZS .driveStart .driveStart-BM {
            width: 100%;
            height: 100%;
            display: inline-block;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }

    .driveScoreAll .driveXYInfo .driveZS .driveFS {
        width: 100%;
        height: 18px;
        text-align: center;
        position: relative;
        top: 64px;
        line-height: 18px;
        font-size: 18px;
        font-weight: 400;
        font-family: 'Microsoft YaHei';
        color: #81BD1E;
    }

        .driveScoreAll .driveXYInfo .driveZS .driveFS div {
            width: 90%;
            height: 100%;
            color: #333;
            line-height: 18px;
            font-size: 18px;
            font-family: 'Microsoft YaHei';
            font-weight: 400;
            text-align: center;
            overflow: hidden;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            white-space: nowrap;
            margin: auto;
        }

.driveScoreTitle {
    width: 100%;
    height: 10%;
    position: relative;
}

    .driveScoreTitle div {
        width: 100%;
        height: 30px;
        position: relative;
        line-height: 30px;
        top: 50%;
        transform: translate(0,-50%);
    }

    .driveScoreTitle img {
        width: 31px;
        height: 26px;
    }

    .driveScoreTitle span {
        color: #333;
        font-size: 26px;
    }

.driveScoreContent {
    width: 100%;
    height: 90%;
}

.drivePart {
    width: 100%;
    height: 92.592592%;
    overflow: hidden;
    background: rgba(255,255,255,1);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.driveContent {
    width: 100%;
    height: 99px;
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid rgba(238,238,238,1);
    border-radius: 10px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.global {
    width: 30px;
    height: 36px;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 3%;
    z-index: 99999;
}

.globalN {
    width: 36px;
    height: 30px;
    margin: 5px 0;
}

.man {
    width: 20%;
    height: 80%;
    float: left;
    position: relative;
    margin: 0 3%;
    top: 10%;
}

.manPic {
    width: 80px;
    height: 80px;
    position: relative;
    background: url(../images/司机.png) no-repeat;
    background-size: 100% 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.name {
    width: 20%;
    height: 100%;
    float: left;
    position: relative;
}

    .name span {
        display: inline-block;
        color: #333;
        font-size: 18px;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

.start {
    width: 40%;
    height: 100%;
    float: left;
    position: relative;
}

    .start div {
        width: 204px;
        height: 25%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

        .start div.startN {
            display: inline-block;
            width: 100%;
            height: 100%;
            background: url(../images/司机信用排行星星不满.png);
        }

        .start div.startY {
            display: inline-block;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 50%;
            background: url(../images/司机信用排行星星满.png);
        }

.score {
    width: 13%;
    height: 100%;
    float: left;
    position: relative;
}

    .score span {
        display: inline-block;
        color: #333;
        font-size: 18px;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

.driveXYInfo .swiper-slide {
    justify-content: center;
}

.swiper-button-prev {
    width: 20px;
    height:30px;
    left: 0px;
    background: url('/images/上一页.png') no-repeat;
    background-size: 100% 100%;
}

.swiper-button-next {
    width: 20px;
    height:30px;
    right: 0px;
    background: url('/images/下一页.png') no-repeat;
    background-size: 100% 100%;
}

.driveXYInfo .swiper-slide .swiper-slide-small {
    width: 100%;
    height: 100%;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: '';
}

.xy_table{
    border-collapse:collapse;
    width:100%;
}

.xy_table,th,td{
    border:1px solid #ebeef5;
    padding:15px;
    font-size:14px;
    text-align:center;
}
/* 奇数行*/
.xy_table tbody tr:nth-child(odd){
    background:#fff;
} 

/* 偶数行 */
.xy_table tbody tr:nth-child(even){
    background:#FAFAFA;
} 