@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;
    }
}

/*图片在线地址*/
.home {
    overflow-x: hidden;
    min-width: 1030px;
}

.home .banner-safe {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 650px;
    background: url("/img/pc/banner.jpg") no-repeat center/cover;
    /*background-size: 100% 543px;*/
    padding-top: 300px;
    text-align: center;
}

.home .banner-safe .title {
    font-size: 65px;
    color: #FFFFFF;
    letter-spacing: 0.96px;
    text-shadow: 0 3px 11px rgba(173, 45, 0, 0.8);
}

.home .banner-safe .title span {
    color: #fff39b;
}

.home .banner-safe .sub {
    font-size: 30px;
    color: #ffffff;
    letter-spacing: 0.4px;
    text-align: center;
    text-shadow: 0 3px 11px rgba(173, 45, 0, 0.8);
    margin-top: 16px;
}

.home .btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 219px;
}

.home .btns .btn {
    /*display: block;*/
    width: 213px;
    height: 164px;
    margin-right: 30px;
    cursor: pointer;
    background-image: linear-gradient(-17deg, #EDEBEA 0%, #FFFFFF 96%);
    border-radius: 27px;
    font-size: 18px;
    color: #666666;
    text-align: center;
    padding-top: 100px;
    letter-spacing: 0;
    position: relative;
}

.home .btns .btn:after {
    content: '';
    width: 33px;
    height: 38px;
    position: absolute;
    left: 50%;
    top: 40px;
    margin-left: -16.5px;
    background-size: 33px 38px;
}

.home .btns .btn:hover {
    background-image: linear-gradient(-17deg, #E1DFDD 0%, #F8F8F8 96%);
}

.home .btns .btn:nth-child(1):after {
    background-image: url("https://qhrs.eastmoney.com/static/images/platform1.png");
}

.home .btns .btn:nth-child(2):after {
    background-image: url("https://qhrs.eastmoney.com/static/images/platform2.png");
}

.home .btns .btn:nth-child(3):after {
    background-image: url("https://qhrs.eastmoney.com/static/images/platform3.png");
}

.home .btns .btn.download {
    color: #fff;
    background-image: linear-gradient(180deg, #FFA15C 0%, #FF713E 100%);
}

.home .btns .btn.download:after {
    background-image: url("https://qhrs.eastmoney.com/static/images/user.png");
}

.home .btns .btn.download:hover {
    background-image: linear-gradient(180deg, #FF994F 0%, #FF6027 100%);
}

.home .btns .btn.download:before {
    background-image: linear-gradient(0deg, #EAE4E0 0%, #FFFFFF 100%) !important;
}

.home .btns .btn:last-child {
    margin-right: 0;
}

.home .btns .btn:before {
    content: '';
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -72.5px;
    width: 145px;
    height: 112px;
    background-image: linear-gradient(0deg, #EAE4E0 0%, rgba(255, 255, 255, 0.5) 100%);
    border-radius: 27px;
    filter: blur(10px);
    z-index: -1;
}

.home /deep/ .homepages {
    margin: 54px auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 856px;
}

.home /deep/ .homepages .itemBox {
    width: 420px;
    height: 239px;
    text-align: right;
}

.home /deep/ .homepages .itemBox.q {
    text-align: left;
    margin-right: 16px;
    position: relative;
}

.home /deep/ .homepages .itemBox.q:after {
    content: '';
    position: absolute;
    left: 210px;
    width: 792px;
    height: 425px;
    background: url("https://qhrs.eastmoney.com/static/images/line-homepage.png") no-repeat center/cover;
}

.home /deep/ .homepages .itemBox .itemTitBox {
    margin-top: -100px;
}

.home /deep/ .homepages .itemBox .itemTitBox .dd {
    margin-top: 10px;
    font-size: 12px;
    color: #666666;
    letter-spacing: 0.24px;
}

.home /deep/ .homepages.last {
    height: 330px;
    justify-content: flex-start;
    position: relative;
    background: url("https://qhrs.eastmoney.com/static/images/homepage-pic5.png") no-repeat left 90px/420px 240px;
}

.home /deep/ .homepages.last .itemTit {
    font-family: PingFangSC-Medium;
    font-size: 30px;
    color: #333333;
    letter-spacing: 0.6px;
    margin-bottom: 10px;
}

.home /deep/ .homepages.last .itemDesc {
    font-size: 18px;
    color: #333333;
    letter-spacing: 0.36px;
}

.home /deep/ .homepages.last .times {
    position: absolute;
    left: 340px;
    top: 90px;
}

.home /deep/ .homepages.last .times .time {
    font-size: 20px;
    color: #333333;
    letter-spacing: 0.4px;
    margin-top: 58px;
}

.home /deep/ .homepages.last .times .time div {
    font-size: 12px;
    color: #666666;
    margin-top: 8px;
    letter-spacing: 0.24px;
}

.ie .home .btns .btn:before {
    content: normal;
}

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