@charset "utf-8";
/* CSS Document */
*{
    margin: 0;
    padding: 0;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {margin:0;padding:0;font-family:\5FAE\8F6F\96C5\9ED1,Verdana, Geneva, sans-serif;}
img {border:none}
ul li {list-style:none;}
/* a {text-decoration:none;blr:expression(this.onFocus = this.blur)} */
a {text-decoration:none;color: #000000;}

:focus{outline:none;}
.bg-body {
    background-color: #f2f2f2;
}
.top-blank {
    width: 100%;
    height: 50px;
    background-color: #0a9f4b;
    display: box;
    display: -webkit-box;
    box-align: center;
    -webkit-box-align: center;
    box-pack: center;
    -webkit-box-pack: center;
    color: #ffffff;
    font-size: 1.1rem;
    position: relative;
}
.back-btn {
    position: absolute;
    left: 12px;
    top: 14px;
    display: box;
    display: -webkit-box;
    box-align: center;
    -webkit-box-align: center;
}
.back-btn i {
    display: block;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #fff;
    margin-right: 4px;
}
.back-btn div {
    font-size: 1rem;
    color: #ffffff;
}
.white-body {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}
/* 顶部信息分类查询 */
.information{
    width: 100%;
    height: 144px;;
    background-color: #ffffff;
}
.infoSearch {
    width: 90%;
    height: 45px;
    line-height: 45px;
    margin: auto;
    border: 1px solid #0a9f4b;
    border-radius: 25px;
    position: relative;
    top: 10px
}
.infoInput{
    font-size: 16px;
    background-color: #ffffff;
    color: #a1a1a1;
    border: 0px;
    margin-left: 20px;
    outline: none;
    width: 90%;
}
.infoBtn{
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #0a9f4b;
    position: absolute;
    right: 3px;
    bottom: 3px;
    color: #ffffff;
    border-radius: 25px;
    letter-spacing: 1px;
    font-size: 19px;
}
.infoUl{
    display: flex;
    width: 90%;
    margin: auto;
    margin-top: 10px;
    justify-content: space-around;
    font-size: 16px;
}
/* 选中时为绿色字体 */
.active{
    color: inherit;
    color: #008c3d !important;
}
.underline{
    width: 35px;
    height: 3px;
    margin: auto;
    margin-top: 10px;
    background-color: #008c3d;
}
/* 列表展示 */
.showList>li {
    width: 90%;
    /* height: 125px; */
    margin: auto;
    margin-top: 15px;
    padding-bottom: 15px;
    border-radius: 10px;
    background-color: #ffffff;
}
.showList>li>div{
    padding-left: 10px;
    padding-top: 8px;
    padding-right: 10px;
    position: relative;
}
.titleShow {
    padding-left: 10px;
    font-size: 17px;
    white-space: nowrap;      /* 确保文本不换行 */
    overflow: hidden;         /* 隐藏超出容器的内容 */
    text-overflow: ellipsis;  /* 超出部分显示为省略号 */
    width: 75%;
}
.imgShow{
    width: 55px;
    position: absolute;
    right: 20px;
    top: 12px;
}
.fenge{
    width: 100%;
    height: 1px;
    background-color: #e8e8e8;
    margin-top: 5px;
}
.recordNum,.recordPro{
    /* width: 200px; */
    padding-left: 10px;
    font-size: 12px;
    color: #a1a1a1;
    padding-top: 5px;
}
.recordMessage{
    font-size: 15px;
    color: #4274ba;
}
.recordTime{
    position: absolute;
    /* top: 35px; */
    left: 61%;
    padding-left: 10px;
    font-size: 12px;
    color: #a1a1a1;
    padding-top: 5px;
}
.nextRight{
    position: absolute;
    right: 20px;
    top: 70px;
    width: 12px;
}
/* 技术指标技术指标 超过宽度省略号显示 */
.jishu{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 90%;
}