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

/*图片在线地址*/
header {
    min-width: 1030px;
    background: #FFFFFF;
    box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.6);
    box-shadow: 0px 2px 35px 0px rgba(219, 219, 219, 0.6);
    position: relative;
    z-index: 1;
}

header .top {
    width: 100%;
    background: #F0F2F4;
}

header .top .topCont {
    width: 1030px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 36px;
    line-height: 36px;
}

header .top .topCont .navs {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

header .top .topCont .navs a {
    font-size: 14px;
    margin-right: 23px;
    color: #666;
}

header .top .topCont .navs a:hover {
    color: #FF500C;
}

header .top .topCont .navs.navs0 a:nth-of-type(1) {
    position: relative;
    padding-left: 22px;
}

header .top .topCont .navs.navs0 a:nth-of-type(1):before {
    content: '';
    width: 14px;
    height: 16px;
    background: url("/img/pc/logo-top.png") no-repeat center/cover;
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
}

header .top .topCont .navs.navs1 a {
    margin-left: 22px;
    margin-right: 0;
    color: #999;
}

header .top .topCont .navs.navs1 a:hover {
    color: #FF500C;
}

header .top .topCont .navs.navs1 a:nth-of-type(1) {
    margin-left: 0;
    position: relative;
    padding-left: 19px;
}

header .top .topCont .navs.navs1 a:nth-of-type(1):before {
    content: '';
    width: 11px;
    height: 18px;
    background: url("https://qhrs.eastmoney.com/static/images/shouji.png") no-repeat center/cover;
    position: absolute;
    left: 0;
    top: calc(50% - 9px);
}

header .top .topCont .navs.navs1 a:nth-of-type(3) {
    margin-left: 30px;
    width: 74px;
    height: 26px;
    background-image: linear-gradient(180deg, #FF881C 0%, #FF500C 100%);
    border-radius: 13px;
    color: #FFF;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

header .top .topCont .navs.navs1 a:nth-of-type(3):hover {
    background-image: linear-gradient(180deg, #FF994F 0%, #FF6027 100%);
}

header .headerCont {
    width: 1230px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    color: #000000;
}

header .headerCont .btns {
    display: flex;
    height: 70px;
    line-height: 70px;
}

header .headerCont .btns .logo {
    width: 142px;
    /*height: 52px;*/
    margin-right: 26px;
    background-image: url("/img/pc/logo.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 18px;
}

@media (-webkit-max-device-pixel-ratio: 1), (max-device-pixel-ratio: 1) {
    header .headerCont .btns .logo {
        background-image: url("/img/pc/logo.png");
    }
}

header .headerCont .btns .btn {
    display: inline-block;
    cursor: pointer;
    padding: 0 20px;
    position: relative;
}

header .headerCont .btns .btn:after {
    content: '';
    width: 32px;
    height: 3px;
    background: #d81e06;
    position: absolute;
    left: calc(-16px + 50%);
    bottom: 12px;
    transform: scaleX(0);
    transition: all 0.25s ease-in-out;
}

header .headerCont .btns .btn.act {
    font-weight: bold;
}

@media (any-hover: hover) {
    header .headerCont .btns .btn:hover:after {
        transform: scaleX(1);
    }
}

header .headerCont .btns .btn.act:after {
    transform: scaleX(1);
}

header .headerCont .btns .btn .navs {
    display: flex;
    position: absolute;
    width: 430px;
    height: 77px;
    left: calc(-216px + 50%);
    top: 95%;
    background: url("/img/pc/popup.png") no-repeat center/100% 100%;
    padding: 10px 6px;
}

header .headerCont .btns .btn .navs .tab {
    font-weight: normal;
    display: block;
    line-height: 37px;
    height: 37px;
    transform: translateY(5px);
    width: 100px;
    font-size: 14px;
    color: #666666;
    flex-grow: 1;
    text-align: center;
    margin: 0 2px;
}

header .headerCont .btns .btn .navs .tab2 {
    font-weight: normal;
    display: block;
    line-height: 37px;
    height: 37px;
    transform: translateY(5px);
    width: 137px;
    font-size: 14px;
    color: #666666;
    flex-grow: 1;
    text-align: center;
    margin: 0 2px;
}

header .headerCont .btns .btn .navs .tab.selected {
    background-image: linear-gradient(#FF994F, #FF6027);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 9px;
    color: #fff;
}

.iePopupWrap {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}

.iePopupWrap .iePopup {
    width: 274px;
    background: #FFFFFF;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid #ccc;
    border-radius: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -137px;
    margin-top: -180px;
    cursor: pointer;
    padding: 26px 0;
}

.iePopupWrap .iePopup .iePopup-close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
}

.iePopupWrap .iePopup .iePopup-close .iePopup-close-img {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.iePopupWrap .iePopup .iePopup-img {
    width: 211px;
    height: 139px;
    margin-bottom: 24px;
    position: relative;
    left: 31px;
}

.iePopupWrap .iePopup .iePopup-tit {
    font-size: 18px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}

.iePopupWrap .iePopup .iePopup-txt {
    font-size: 12px;
    color: #666666;
    text-align: justify;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 0 18px;
}

.iePopupWrap .iePopup .iePopup-btn {
    width: 140px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #FFF;
    background: #FF500C;
    border-radius: 4px;
    text-align: center;
    position: relative;
    left: 67px;
}

footer {
    background: #FFF;
}

footer .img {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 140px;
    background: url("https://qhrs.eastmoney.com/static/images/footer-short.png") no-repeat center/cover;
}

footer .msg {
    min-width: 1030px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

footer .msg .handbar {
    width: 1030px;
    height: 50px;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

footer .msg .handbar .item {
    width: 48px;
    height: 17px;
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
    white-space: nowrap;
}

footer .msg .handbar .item:hover {
    color: #FF6536;
}

footer .msg .txt {
    width: 100%;
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    line-height: 22px;
    font-weight: 400;
}

footer .msg .txt .icon_icp {
    width: 15px;
    height: 17px;
    background-position: -489px -267px;
}

footer .msg .txt .icon_pol {
    width: 18px;
    height: 20px;
    background-position: -468px -220px;
}

footer .msg .icons {
    text-align: center;
    padding: 12px 0;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

footer .msg .icons .icon {
    /*width: 110px;*/
    height: 40px;
    background-repeat: no-repeat;
    margin: 0 10px;
}

footer .msg .icons .icon.icon_police {
    background-position: -583px -27px;
}

footer .msg .icons .icon.icon_zx110 {
    background-position: -468px -27px;
}

footer .msg .icons .icon.icon_shjubao {
    background-position: -468px -72px;
}

footer .msg .icons .icon.icon_12377 {
    width: 186px;
    background-position: 0 -327px;
}

.features {
    margin-top: 80px;
    overflow-x: hidden;
}

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

.features .banner-safe .title {
    font-family: PingFangSC-Medium, Microsoft YaHei;
    font-size: 48px;
    color: #FFFFFF;
    letter-spacing: 0.96px;
    text-shadow: 0 3px 11px rgba(173, 45, 0, 0.8);
}

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

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

.features .banner-safe .img {
    background: url("https://qhrs.eastmoney.com/static/images/product-all.png") no-repeat center;
    background-size: 1060px;
    max-width: 100%;
    height: 477px;
    margin-top: 58px;
    transform: translateZ(10px);
}

.features .white {
    width: 100%;
    background: url("/img/pc/orange-white-bg.png") no-repeat center/cover;
    background-size: 100% 100%;
    padding-top: 1px;
    text-align: center;
}

.features .white .title {
    margin: 81px auto 34px;
    font-size: 33px;
    color: #333333;
    letter-spacing: 0.66px;
    text-align: center;
    font-weight: 700;
}

.features .white .list1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.features .white .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    white-space: pre-line;
    width: 244px;
    height: 202px;
}

.features .white .item img {
    width: 130px;
    height: 130px;
    margin-bottom: 9px;
}

.features .white .item .big {
    font-size: 22px;
    color: #333333;
    font-weight: 500;
    line-height: 34px;
}

.features .white .item .small {
    font-size: 16px;
    color: #666666;
    font-weight: 400;
    margin-top: 5px;
    line-height: 24px;
}

.features .orange {
    width: 100%;
    background: url("/img/pc/orange-bg.jpg") no-repeat center/cover;
    background-size: 100% 100%;
    padding-top: 1px;
    text-align: left;
}

.features .orange .title {
    margin: 38px auto 54px;
    font-family: PingFangSC-Medium, Microsoft YaHei;
    font-size: 33px;
    color: #FFFFFF;
    letter-spacing: 0.66px;
    text-shadow: 0 3px 11px rgba(173, 45, 0, 0.8);
    font-weight: 700;
    text-align: center;
}

.features .orange .title span {
    color: #fff39b;
}

.features .orange .lists {
    display: flex;
    justify-content: center;
}

.features .orange .list1 {
    display: flex;
    flex-direction: column;
    margin-left: 110px;
}

.features .orange .item {
    display: flex;
    flex-direction: row;
    word-wrap: normal;
    white-space: pre-line;
    width: 425px;
    height: 133px;
    color: #FFFFFF;
}

.features .orange .item img {
    width: 80px;
    height: 80px;
    margin-right: 8px;
}

.features .orange .item .list_cont {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.features .orange .item .big {
    font-size: 22px;
    letter-spacing: 0.44px;
    text-shadow: 0 3px 11px rgba(173, 45, 0, 0.8);
    font-weight: 700;
}

.features .orange .item .small {
    font-size: 16px;
    letter-spacing: 0.32px;
    text-shadow: 0 3px 11px rgba(173, 45, 0, 0.8);
    font-weight: 400;
    margin-top: 5px;
    line-height: 24px;
}

.features .orange .note {
    width: 910px;
    margin: 0 auto;
    transform: translateX(45px);
    padding: 0 0 23px;
    opacity: 0.7;
    font-size: 10px;
    color: #FFFFFF;
    letter-spacing: 0.2px;
    font-weight: 400;
    line-height: 20px;
    text-align: justify;
}

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

.floatWrap {
    position: fixed;
    right: -200px;
    bottom: calc(50vh - 170px);
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    z-index: 1;
    -webkit-transition: ease .8s;
    -o-transition: ease .8s;
    transition: ease .8s;
}

.floatWrap.fadeIn {
    right: 22px;
}

.floatWrap .floatCont {
    width: 115px;
    height: 290px;
    background-image: linear-gradient(180deg, #FBFBFB 14%, #F6F6F6 100%);
    border: 1px solid #ececec;
    box-shadow: 0px 10px 18px 0px rgba(112, 112, 112, 0.12);
    border-radius: 12px;
    padding-top: 8px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.floatWrap .floatCont .logo {
    width: 97px;
    height: 62px;
    background: url("https://qhrs.eastmoney.com/static/images/logo-float.png") no-repeat center/cover;
}

.floatWrap .floatCont .txt {
    font-size: 10px;
    color: #999;
    margin-bottom: 10px;
}

.floatWrap .floatCont .code {
    width: 96px;
    height: 96px;
    background: url("https://qhrs.eastmoney.com/static/images/card-pic1.png") no-repeat center/cover;
}

.floatWrap .floatCont .btn {
    margin-bottom: 5px;
    width: 95px;
    height: 30px;
    background-image: linear-gradient(180deg, #FF8D46 0%, #EA4816 100%);
    border-radius: 12px;
    font-size: 12px;
    color: #FFF;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.floatWrap .floatCont .btn.download {
    background-image: none;
    border: 1px solid #EA4816;
    color: #EA4816;
}

.floatWrap .floatCont .close {
    width: 16px;
    height: 16px;
    background: url("https://qhrs.eastmoney.com/static/images/close.png") no-repeat center/cover;
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
}

.floatWrap .topIcon {
    width: 38px;
    height: 38px;
    background-image: linear-gradient(180deg, #FBFBFB 14%, #F6F6F6 100%);
    border: 1px solid #ececec;
    box-shadow: 0px 10px 18px 0px rgba(112, 112, 112, 0.12);
    border-radius: 12px;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
    cursor: pointer;
}

.floatWrap .topIcon .topBtn {
    width: 14px;
    height: 16px;
    background: url("https://qhrs.eastmoney.com/static/images/top-icon.png") no-repeat center/cover;
}

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