@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;
  }
}
.futurePc .Wrap {
  min-width: unset;
}

/*图片在线地址*/
.home {
  overflow-x: hidden;
  min-width: 1030px;
}
.home .banner-safe {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: 543px;
  background: url("https://qhrs.eastmoney.com/static/images/head-homepage.png") no-repeat center/cover;
  /*background-size: 100% 543px;*/
  padding-top: 124px;
  text-align: center;
}
.home .banner-safe .title {
  font-size: 48px;
  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: 20px;
  color: #ffffff;
  letter-spacing: 0.4px;
  text-align: center;
  text-shadow: 0 3px 11px rgba(173, 45, 0, 0.8);
  margin-top: 16px;
}
.home .banner-safe .img {
  background: url("https://qhrs.eastmoney.com/static/images/product-all.png") no-repeat center;
  background-size: 1020px;
  max-width: 100%;
  height: 477px;
  margin-top: 58px;
  transform: translateZ(10px);
}
.home .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 219px;
}
.home .btns .btn {
  /*display: block;*/
  width: 251px;
  height: 68px;
  margin-right: 38px;
  border: 2px solid #F55E28;
  border-radius: 12px;
  cursor: pointer;
  font-size: 25px;
  color: #F55E28;
  letter-spacing: 0.5px;
  text-align: center;
  font-weight: 500;
  text-align: center;
  line-height: 63px;
  position: relative;
}
.home .btns .btn:after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  left: 72px;
  top: 20px;
  margin-left: -16.5px;
  background-size: 100% 100%;
  background-image: url("https://qhrs.eastmoney.com/static/images/icon-l@2x.png");
}
.home .btns .btn:hover {
  background-color: #FFF4E8;
}
.home .btns .btn.download {
  color: #fff;
  background-image: linear-gradient(180deg, #FF8D46 0%, #EA4816 100%);
  border: none;
  line-height: 66px;
}
.home .btns .btn.download:after {
  background-image: url("https://qhrs.eastmoney.com/static/images/icon-r@2x.png");
  width: 22px;
  height: 25px;
  top: 22px;
}
.home .btns .btn.download:hover {
  background-image: linear-gradient(180deg, #FF994F 0%, #FF6027 100%);
}
.home .btns .btn:last-child {
  margin-right: 0;
}
.home .homepages {
  margin: 54px auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 856px;
}
.home .homepages .itemBox {
  width: 420px;
  height: 239px;
  text-align: right;
}
.home .homepages .itemBox.q {
  text-align: left;
  margin-right: 16px;
  position: relative;
}
.home .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 .homepages .itemBox .itemTitBox {
  margin-top: -100px;
}
.home .homepages .itemBox .itemTitBox .dd {
  margin-top: 10px;
  font-size: 12px;
  color: #666666;
  letter-spacing: 0.24px;
}
.home .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 .homepages.last .itemTit {
  font-family: PingFangSC-Medium;
  font-size: 30px;
  color: #333333;
  letter-spacing: 0.6px;
  margin-bottom: 10px;
}
.home .homepages.last .itemDesc {
  font-size: 18px;
  color: #333333;
  letter-spacing: 0.36px;
}
.home .homepages.last .times {
  position: absolute;
  left: 340px;
  top: 90px;
}
.home .homepages.last .times .time {
  font-size: 20px;
  color: #333333;
  letter-spacing: 0.4px;
  margin-top: 58px;
}
.home .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 */
