﻿
.right .elelink {
    height: 30px;
    width: 30px;
}

.circle {
    border-radius: 15px !important;
}

.elelink {
    /* background: red;
            border: solid 1px red;*/
}

.circle {
    background-color: transparent;
}

.jdywtr {
    background: rgba(10, 114, 202, 0.47)
}

#gztjtb {
}

    #gztjtb td {
        padding: 18px 5px;
    }
/*滚动条样式*/
.right::-webkit-scrollbar {
    width: 5px;
    height: 13px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.right::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-height: 28px;
}

    .right::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

.boxshadow {
    box-shadow: #9e790a 1px 1px 5px 8px;
    /*background-color:rgba(239, 248, 10, 0.70)*/
    /*box-shadow: 0px 0px 10px 2px rgba(255,255,255,0.5) inset,0px 0px 10px  2px rgba(185,119,143,0.9);*/
}

.onlinetb {
    border-left: solid 1px rgba(14,139,255,0.5);
    border-top: solid 1px rgba(14,139,255,0.5);
    margin-top: 20px;
}

    .onlinetb thead {
        border-right: solid 1px rgba(14,139,255,0.5);
        border-bottom: solid 1px rgba(14,139,255,0.5);
    }

        .onlinetb thead th, .onlinetb thead td {
            text-align: center;
            width: 200px;
            height: 30px;
            line-height: 30px;
            color: white;
            font-size: 16px;
            border-bottom: solid 1px rgba(14,139,255,0.5);
            border-right: solid 1px rgba(14,139,255,0.5) !important;
        }

    .onlinetb tbody td {
        text-align: center;
        height: 30px;
        line-height: 30px;
        color: white;
        font-size: 14px;
        border-bottom: solid 1px rgba(14,139,255,0.5);
        border-right: solid 1px rgba(14,139,255,0.5);
    }

.jdyw {
    color: RGB(52,221,248);
    font-size: 16px;
}

    .jdyw tr {
        cursor: pointer;
    }
