﻿body {

}    .black_overlay {
                display: none;
                position: fixed;
                top: 0%;
                left: 0%;
                width: 100%;
                height: 100%;
                background-color: rgba(0, 0, 0, 0.4);
                z-index: 1001;
                -moz-opacity: 0.8;
                opacity: .80;
                filter: alpha(opacity=88);
            }

            .white_content {
                display: none;
                position: fixed;
                width: 270px;
                height: 155px;
                position: fixed;
                top: 0px;
                left: 0px;
                right: 0px;
                bottom: 0px;
                margin: auto;
                text-align: center;
                background-color: white;
                z-index: 1002;
                overflow: visible;
                background: rgba(255,255,255,1);
                box-shadow: 0px 5px 11px 4px rgba(178,178,178,0.11);
                border-radius: 5px 5px 5px 5px;
            }

            .panel {
                width: 375dp;
                height: 195dp;
                background: rgba(255,255,255,1);
                box-shadow: 0px 5px 11px 4px rgba(178,178,178,0.11);
                border-radius: 10px 10px 0px 0px;
            }

            .dabiaoti {
                width: 15dp;
                height: 75dp;
                font-size: 15px;
                font-family: PingFangSC-Regular;
                font-weight: 400;
                color: rgba(60,113,255,1);
                padding-left: 3px;
                line-height: 30px;
            }

            .mc {
                text-decoration: none;
                height: 13dp;
                font-size: 13px;
                font-family: PingFangSC-Regular;
                font-weight: 400;
                color: rgba(86,86,86,1);
                padding-left: 5px;
                line-height: 50px;
            }
.mc2 {
    text-decoration: none;
    height: 13pt;
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(86,86,86,1);
    padding-left: 5px;
    line-height: 50px;
}
.qian {
    text-decoration: none;
    height: 13pt;
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: black;
    padding-left: 5px;
    line-height: 50px;
}
            .xxtubiao {
                height: 15pt;
                width: 15pt;
                position: relative;
                top: 3pt;
            }

            .houzhui {
                height: 13dp;
                font-size: 13px;
                font-family: PingFangSC-Regular;
                font-weight: 400;
                color: rgba(130,130,130,1);
                padding-right: 5px;
                display: inline-block;
                width: 150px;
                text-align: right;
                float: right;
                line-height: 50px;
                padding-right: 10px;
            }
.pj {
    text-align: left;
    font-size: 14px;
    font-family: "Times New Roman",Georgia,Serif;
    color:darkblue;
    font-style:italic;
}
.pjnr {
    text-align: left;
    font-size: 14px;
    font-family: "Times New Roman",Georgia,Serif;
    color:black;
}
            .tj {
                border-radius: 4px 4px 0px 0px;
                border: solid 0px #20538D;
                text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
                -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
                -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
                box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
                background: rgba(60,113,255,1);
                color: #ffffff;
                width: 50%;
                padding: 13px 0;
                display: block;
                margin: 0 auto;
            }

            .tjj {
                border-radius: 4px 4px 4px 4px;
                border: solid 0px #20538D;
                -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
                -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
                box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
                background: #ffffff;
                color: rgba(60,113,255,1);
                width: 30%;
            }
