html,body {background:#000; font-size: 12px;FONT-FAMILY: verdana, Arial, Helvetica,sans-serif;text-align:left;margin:0px;}
h1, h2, h3, h4, h5, h6, form, div, p, i, img, ul, li, ol, table, tr, td,th, fieldset, label, legend,button,a { margin:0px;padding:0px;font-weight:normal;}
table{border:0;border-collapse:collapse;}
img {border:0}
.fblue{
	color:blue;
}
.fbold{
	font-weight:bold;
}
.fgrean{
	color:green;
}
.fred{
	color:red;
}

.uline{width:760px;height:1px;background:#FF0000;overflow: hidden;z-index:1;position:absolute;left:80px;}
.dline{width:760px;height:1px;z-index:1;overflow: hidden;border-top:1px dashed #999999; position:absolute;left:80px;}
.tline{width:700px;height:20px;z-index:1; position:absolute;left:80px;color:#FFFFFF;padding-left:5px;font-size:13px;}
.nline{width:72px;height:20px;z-index:1; position:absolute;left:0px;color:#999999;text-align:right;font-size:13px;}
.stline{width:1px;height:10px;overflow: hidden;z-index:1; position:absolute;background:#FF0000;}
.ttext{height:17px;overflow: hidden;z-index:1; position:absolute;background:#000000;color:#FF0000;font-size:11px;}
.smtime{height:17px;overflow: hidden;z-index:10; position:absolute;background:#FF0000;color:#FFFFFF;font-size:11px;}
.bq{padding-left:20px;text-align:right;color:#fff}
.bqf{color:red}
.dcline{width:1px;height:1px;overflow: hidden;z-index:5; position:absolute;background:#FF0000;}
.dcline1{width:1px;height:1px;overflow: hidden;z-index:5; position:absolute;background:#66fffb;}

/*
|--------------------------------------------------------------------------
| 禁止手机浏览器自动放大文字
|--------------------------------------------------------------------------
*/

html,
body {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

/*
|--------------------------------------------------------------------------
| DDX指标说明
|--------------------------------------------------------------------------
*/

.ddx-help {
    position: absolute;
    top: 1020px;
    left: 38px;
    width: 800px;
    margin: 0;
    padding: 8px 10px 12px;
    color: #fff;
    background: #000;
    font-family:
        "Microsoft YaHei",
        "PingFang SC",
        Arial,
        sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    overflow-wrap: break-word;
    word-break: normal;
    z-index: 20;
}

.ddx-help-green {
    color: #0ff000;
    font-weight: bold;
}

/*
|--------------------------------------------------------------------------
| 手机
|--------------------------------------------------------------------------
*/

@media screen and (max-width: 768px) {

    html,
    body {
        -webkit-text-size-adjust: none;
        text-size-adjust: none;
    }

    .ddx-help {
        top: 1020px;
        left: 8px;
        width: calc(100vw - 16px);
        max-width: 100%;
        margin: 0;
        padding: 7px 8px 10px;
        font-size: 12px !important;
        line-height: 1.55 !important;
    }

    .ddx-help font,
    .ddx-help span,
    .ddx-help a {
        font-size: inherit !important;
        line-height: inherit !important;
    }
}