@charset "UTF-8";
/*弹性盒子居中（传入null不设置该属性）*/
/* 行高 */
/* 背景图 */
/*文本格式化，超出范围，显示省略号*/
/* 圆形盒子 */
/*弹性盒子居中（传入null不设置该属性）*/
/* 0.5px边框 */
* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul li, ol li {
    list-style: none;
}

body {
    height: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: PingFangSC-Regular, Microsoft YaHei;
    -webkit-text-size-adjust: none;
}

label {
    font-weight: 700;
}

html {
    height: 100%;
    box-sizing: border-box;
}

#app {
    min-height: 100%;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

a,
a:focus,
a:hover {
    cursor: pointer;
    color: inherit;
    outline: none;
    text-decoration: none;
}

div:focus {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

a,
a:focus,
a:hover {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

/*列表样式*/
.el-table {
    font-size: 16px;
}

.el-table .caret-wrapper {
    height: 23px;
}

.el-table .sort-caret.ascending {
    top: 0;
}

.el-table .sort-caret.descending {
    bottom: 0;
}

/*分页样式*/
.el-pagination {
    text-align: center;
    font-size: 0;
}

.el-pagination .el-icon {
    font-size: 14px;
}

.el-pagination .el-pagination__sizes .el-input .el-input__inner, .el-pagination button, .el-pagination span:not([class*=suffix]) {
    font-size: 15px;
}

.el-pagination .number {
    font-size: 14px;
}

.el-dialog__header {
    font-size: 0;
}

.el-message__icon {
    font-size: 16px;
}

.boldFont {
    font-family: PingFangSC-Medium, Microsoft YaHei;
}

.Wrap {
    background: #FFF;
    min-width: 1030px;
}

.Wrap .mainCont {
    min-height: calc(100vh - 140px);
}

.Wrap .marginTop {
    margin-top: -70px;
}

[v-cloak] {
    display: none !important;
}

.blank {
    position: relative;
    width: 100%;
    height: 543px;
}

.blank .blanktop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.blank .blankbottom {
    position: absolute;
    top: 69px;
    left: 0;
    width: 100%;
    transition: all 1s linear;
}

.loading .blanktop, .loading .blankbottom {
    background: none !important;
}

@media screen and (max-width: 1920px) {
    .blank .blanktop, .blank .blankbottom {
        background: none !important;
    }
}

/*图片在线地址*/
.split {
    margin-bottom: 28px;
    height: 1px;
    width: 468px;
    background: url("https://qhrs.eastmoney.com/static/images/line.png") no-repeat center/cover;
}

.pcMainCont {
    margin-top: 28px;
    z-index: 1;
    position: relative;
}

.pcMainCont .tr {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.pcMainCont .tr.block {
    display: block;
}

.pcMainCont .tr .msg {
    display: flex;
    margin: 28px 0 26px 0;
}

.pcMainCont .tr .link {
    display: block;
    cursor: pointer;
    width: 223px;
    height: 62px;
    line-height: 62px;
    padding-left: 42px;
    background-image: linear-gradient(to bottom, #FBFBFB 14%, #F6F6F6 100%);
    box-shadow: 0 20px 22px 0 rgba(102, 57, 32, 0.1);
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
    border-radius: 12px;
    text-align: center;
    position: relative;
}

.pcMainCont .tr .link:hover {
    background-image: linear-gradient(to top, #D5D5D5 0%, #F0F0F0 100%);
}

.pcMainCont .tr .link:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 18px;
    background: url("https://qhrs.eastmoney.com/static/images/pc-download-icon.png") no-repeat center/cover;
    left: 60px;
    top: 22px;
}

.pcMainCont .tr .info {
    margin-right: 70px;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0.24px;
    line-height: 22px;
    text-shadow: 0 3px 11px rgba(173, 45, 0, 0.8);
}

.pcMainCont .tr.trLast {
    flex-direction: column;
    align-items: flex-start;
}

.pcMainCont .tr.trLast .link {
    width: auto;
    padding-left: 0;
    background: none;
    box-shadow: none;
    font-size: 16px;
    color: #FFF39B;
    height: 24px;
    line-height: 24px;
    border-radius: 0;
    border-bottom: 1px solid #FFF39B;
    margin-bottom: 6px;
}

.pcMainCont .tr.trLast .link:before {
    display: none;
}

.pcMainCont .tr.trLast .info {
    margin-left: 0;
}

/*# sourceMappingURL=windows.css.map */
