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

/*图片在线地址*/
.cont {
    display: flex;
    margin-top: 39px;
    z-index: 1;
    position: relative;
    width: 444px;
    height: 228px;
    border-radius: 12px;
    background-image: linear-gradient(180deg, #FBFBFB 0%, #F0F0F0 74%);
    box-shadow: 0px 20px 22px 0px rgba(102, 57, 32, 0.1);
}

.cont .tit {
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    padding-top: 32px;
    line-height: 1.5;
}

.cont .left {
    position: relative;
    width: 222px;
    height: 256px;
}

.cont .left .download_tag {
    position: absolute;
    top: -15px;
    left: 47px;
    width: 128px;
    height: 48px;
    line-height: 32px;
    text-align: center;
    background-image: url("https://qhrs.eastmoney.com/static/images/download_tag.png");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 400;
}

.cont .left .tit {
    text-align: center;
}

.cont .left .code {
    width: 126px;
    height: 126px;
    margin: 11px auto 0;
    background: url("/img/pc/app_qrcode.png") no-repeat center/cover;
}

.cont .left .androidCode {
    background: url("/img/pc/app_qrcode.png") no-repeat center/cover;
}

.cont .left .dyyCode {
    background: url("/img/pc/dyy.png") no-repeat center/cover;
}

.cont .left .stockCode {
    background: url("/img/pc/stock_link.png") no-repeat center/cover;
}

.cont .left .stockandroidCode {
    background: url("/img/pc/stock_app.png") no-repeat center/cover;
}


.cont .left .wxCode {
    background: url("/img/pc/wx_qrcode.jpg") no-repeat center/cover;
}

.cont .middle {
    position: relative;
    border-left: 1px solid #ffffff;
}

.cont .middle:before {
    content: '';
    position: absolute;
    display: inline-block;
    height: 228px;
    width: 1px;
    background-image: linear-gradient(0deg, #E4D1D1, #F5EFEF);
}

.cont .middle .download_tag {
    position: absolute;
    top: -15px;
    left: 45px;
    width: 128px;
    height: 48px;
    line-height: 32px;
    text-align: center;
    background-image: url("https://qhrs.eastmoney.com/static/images/download_tag.png");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 400;
}

.cont .middle .form {
    width: 157px;
    height: 207px;
    margin: 0 32px;
    position: relative;
}

.cont .middle .form .inp {
    width: 100%;
    display: block;
    background: none;
    border: none;
    border-bottom: 1px solid #979797;
    margin-top: 10px;
    padding: 6px 0;
    outline: unset;
    font-size: 16px;
}

.cont .middle .form .inp::placeholder {
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
}

.cont .middle .form .tr {
    display: flex;
    align-items: flex-end;
}

.cont .middle .form .tr .codeImg {
    width: 61px;
    height: 24px;
    margin-left: 4px;
}

.cont .middle .form .tip {
    position: absolute;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    width: 144px;
    height: 28px;
    line-height: 28px;
    left: 17px;
    bottom: 36px;
    padding-left: 26px;
}

.cont .middle .form .tip.err {
    background: url("https://qhrs.eastmoney.com/static/images/tip-error.png");
}

.cont .middle .form .tip.err span {
    position: absolute;
    width: 13px;
    height: 13px;
    display: inline-block;
    top: 7.5px;
    left: 8px;
}

.cont .middle .form .tip.err span:before, .cont .middle .form .tip.err span:after {
    content: '';
    width: inherit;
    border-top: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.cont .middle .form .tip.err span:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.cont .middle .form .tip.success {
    background: url("https://qhrs.eastmoney.com/static/images/tip-success.png");
}

.cont .middle .form .tip.success span {
    position: absolute;
    width: 10px;
    height: 6px;
    left: 8px;
    top: 9px;
    border: 1.2px solid #fff;
    border-radius: 1px;
    border-top: none;
    border-right: none;
    background: transparent;
    transform: rotate(-45deg);
}

.cont .middle .form .btn {
    width: 158px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-image: linear-gradient(-180deg, #FF8D46 0%, #EA4816 100%);
    border-radius: 12px;
    font-size: 17px;
    color: #FFFFFF;
    letter-spacing: 0;
    cursor: pointer;
    float: right;
    margin-top: 17px;
}

.cont .middle .store {
    display: none;
    margin-top: 10px;
    width: 268px;
    height: 62px;
    line-height: 62px;
    padding-left: 76px;
    background-image: linear-gradient(-180deg, #FBFBFB 14%, #F6F6F6 100%);
    box-shadow: 0 20px 22px 0 rgba(102, 57, 32, 0.1);
    border-radius: 12px;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    position: relative;
}

.cont .middle .store:before {
    content: '';
    position: absolute;
    width: 27px;
    height: 32px;
    top: 15px;
    left: 26px;
    background: url("https://qhrs.eastmoney.com/static/images/ioslogo.png") no-repeat center/cover;
}

.cont .right {
    width: 230px;
    padding: 0 10px;
    border-left: 1px solid #fff7f1;
    position: relative;
}

.cont .right .download_tag {
    position: absolute;
    top: -15px;
    left: -13px;
    width: 128px;
    height: 48px;
    line-height: 32px;
    text-align: center;
    background-image: url("https://qhrs.eastmoney.com/static/images/download_tag.png");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 400;
}

.cont .right .android {
    /*margin-top: 40px;*/
}

.cont .right .tit {
    margin-bottom: 12px;
}

.cont .right .search_box {
    width: 210px;
    height: 39px;
    border: 1px solid #ff6536;
    border-radius: 12px;
}

.cont .right .search_box .word {
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: left;
    font-size: 14px;
    color: #FF6536;
    letter-spacing: 0;
    text-indent: 40px;
    font-weight: 400;
    background-image: url("https://qhrs.eastmoney.com/static/images/search.png");
    background-repeat: no-repeat;
    background-size: 19px 18px;
    background-position: 13px 10px;
}

.cont .right .dashed {
    width: 100%;
    height: 30px;
    border-bottom: 1px dashed #ccc;
}

.cont .right .search_btn {
    width: 215px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-image: linear-gradient(-180deg, #FF8D46 0%, #EA4816 100%);
    border-radius: 12px;
    font-size: 17px;
    color: #FFFFFF;
    letter-spacing: 0;
    cursor: pointer;
    margin: 25px auto 0;
}

.cont .right .search_btn .icon_apple {
    margin-right: 8px;
    width: 19px;
    height: 100%;
    display: inline-block;
    background-image: url("https://qhrs.eastmoney.com/static/images/apple.png");
    background-repeat: no-repeat;
    background-size: 19px 22px;
    background-position: 0 7px;
}

.cont .right .search_btn .w {
    display: inline-block;
    height: 100%;
    vertical-align: top;
}

.cont.cont0 .left .code {
    width: 126px;
    height: 126px;
}

.cont.cont0 .right .store {
    display: block;
}

.cont.cont0 .right .store:hover {
    background-image: linear-gradient(0deg, #D5D5D5 0%, #F0F0F0 100%);
}

.cont.cont1 {
    width: 560px;
}

.cont.cont1 .left .download_tag {
    left: 47px;
}

.cont.cont1 .middle .download_tag {
    left: 106px;
}

.cont.cont1 .form {
    width: 180px;
    margin: 0 75px;
}

.cont.cont1 .form .btn {
    width: 100%;
}

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