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

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

.downloadWrap .banner-safe {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 715px;
    background: url("/img/pc/head-download-pc.png") no-repeat center/cover;
    padding-top: 170px;
}

.downloadWrap .banner-safe .titBox {
    width: 920px;
    margin: 0 auto;
    position: relative;
    overflow: visible;
}

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

.downloadWrap .banner-safe .titBox .title span {
    font-size: 40px;
    color: #fff39b;
    letter-spacing: 0.8px;
    line-height: 59px;
}

.downloadWrap .banner-safe .titBox .desc {
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0.4px;
    text-shadow: 0 3px 11px rgba(173, 45, 0, 0.8);
}

.downloadWrap .banner-safe .img {
    position: absolute;
    top: 84px;
    right: -122px;
    width: 628px;
    height: 405px;
    background: no-repeat center/cover;
}

.downloadWrap .banner-safe .img .imgSwipe {
    transition: opacity 1s ease;
    position: absolute;
    width: 100%;
    height: 100%;
    background: no-repeat center/cover;
}

.downloadWrap .banner-safe.idx0 .img {
    right: -90px;
    background-image: url("/img/pc/product-iphone.png");
}

.downloadWrap .banner-safe.idx1 .img {
    width: 376px;
    height: 474px;
    top: 20px;
    right: -40px;
    background-image: url("/img/pc/product-android.png");
}
.downloadWrap .banner-safe.idx2 .img {
    width: 376px;
    height: 474px;
    top: 20px;
    right: -40px;
    background-image: url("/img/pc/product-stock.png");
}

.downloadWrap .banner-safe.idx2 {
    background-image: url("/img/pc/head-download-pc.png");
}

.downloadWrap .banner-safe.idx2 .titBox {
    width: 960px;
}

.downloadWrap .banner-safe.idx2 .img {
    width: 576px;
    height: 516px;
    top: 10px;
    right: -142px;
    background-image: url("/img/pc/product-windows.png");
}
.downloadWrap .banner-safe.idx3 .img {
    width: 376px;
    height: 474px;
    top: 20px;
    right: -40px;
    background-image: url("/img/pc/product-stock.png");
}


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

.downloadWrap .btns .btn {
    min-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;
    overflow: hidden;
}

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

.downloadWrap .btns .btn.act {
    background: transparent;
    border: 2px solid #EEEAE7;
    border-radius: 27px;
}

.downloadWrap .btns .btn.act:before {
    content: normal;
}

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

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

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

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

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

.downloadWrap .btns .btn:nth-child(1):after {
    background-image: url("/img/pc/platform2.png");
}

.downloadWrap .btns .btn:nth-child(2):after {
    background-image: url("/img/pc/platform3.png");
}

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

.downloadWrap .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;
}

.downloadWrap .icons {
    display: flex;
    flex-wrap: wrap;
    width: 900px;
    margin: 97px auto 0;
}

.downloadWrap .icons .itemBox {
    width: 400px;
    height: 90px;
    padding-left: 140px;
    margin-top: 32px;
    background: no-repeat left center/133px 90px;
    padding-top: 12px;
}

.downloadWrap .icons .itemBox.q {
    margin: 0 98px 130px 0;
    position: relative;
}

.downloadWrap .icons .itemBox.q:after {
    content: '';
    position: absolute;
    right: -330px;
    top: -31px;
    width: 388px;
    height: 208px;
    background: url("https://qhrs.eastmoney.com/static/images/line-download.png") no-repeat center/cover;
}

.downloadWrap .pcCont {
    width: 100%;
    border-top: 2px solid rgba(228, 209, 209, 0.25098);
    margin-top: 44px;
    margin-bottom: 40px;
    padding-top: 49px;
}

.downloadWrap .pcCont .tr {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 942px;
    height: 100px;
    background-image: linear-gradient(0deg, #edebea, rgba(237, 235, 234, 0.37647));
    box-shadow: inset 0px 1px 0px 0px white;
    border-radius: 27px;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    font-weight: 400;
}

.downloadWrap .pcCont .tr .link {
    display: inline-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;
}

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

.downloadWrap .pcCont .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;
}

.downloadWrap .pcCont .tr.trLast {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 115px;
}

.downloadWrap .pcCont .tr.trLast .link {
    text-align: left;
    width: 300px;
    padding-left: 0;
    background: none;
    box-shadow: none;
    font-size: 18px;
    color: #FF6536;
    height: 24px;
    line-height: 18px;
    border-radius: 0;
    margin-bottom: 6px;
}

.downloadWrap .pcCont .tr.trLast .link > span {
    border-bottom: 1px solid #FF6536;
}

.downloadWrap .pcCont .tr.trLast .link:before {
    display: none;
}

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

.downloadWrap.greyMinWidth {
    min-width: 1300px;
}

.ie .download .btns .btn:before {
    content: normal;
    z-index: -1;
}

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