html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, i, b, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
    font-style: normal;
}
fieldset, img {
    border: none;
}
address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal;
}
html {
    scrollbar-gutter: stable;
}
ul, ol {
    list-style: none;
}
select, input {
    vertical-align: middle;
}
select, input, textarea {
    font-size: 12px;
    margin: 0;
}
table {
    border-collapse: collapse;
}
body {
    background: #fff;
    color: #333;
    min-width: 1080px;
    font: 12px/22px 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
    -webkit-text-size-adjust: none;
}
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.clearfix {
    zoom: 1;
}
.clearit {
    clear: both;
    height: 0;
    font-size: 0;
    overflow: hidden;
}
a {
    color: #333;
    text-decoration: none;
}
a:visited {
    color: #999;
}
a:hover, a:active, a:focus {
    color: #333;
    text-decoration: none;
    opacity: .8;
}
.wrap {
    width: 1000px;
    margin: 0 auto;
}
.ani-opacity {
    filter: Alpha(Opacity=80);
    opacity: .8;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.ani-rotate {
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.ani-popIn {
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
.ani-popOut {
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}
@-webkit-keyframes bounceIn {
    0%, 100% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.8, .8, .8);
        transform: scale3d(.8, .8, .8);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes bounceIn {
    0%, 100% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.8, .8, .8);
        transform: scale3d(.8, .8, .8);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.8, .8, .8);
        transform: scale3d(.8, .8, .8);
    }
}
@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.8, .8, .8);
        transform: scale3d(.8, .8, .8);
    }
}
.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrap {
    width: 1080px;
    margin: 0 auto;
}
/* top-logo */
.top-logo .wrap {
    height: 68px;
}
.top-logo img {
    margin: 0 30px;
}
.banner {
    background-image: url(https://n.sinaimg.cn/finance/d3f34f8d/20260113/conbanner_pc.jpg);
    background-image: -webkit-image-set(url(https://n.sinaimg.cn/finance/d3f34f8d/20260113/conbanner_pc.jpg) 1x, url(https://n.sinaimg.cn/finance/d3f34f8d/20260113/conbanner_pc_2x.jpg) 2x);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 1920px 240px;
    height: 240px;
}
.banner .wrap {
    position: relative;
    height: 240px;
}
.banner a {
    position: absolute;
    background-image: linear-gradient(180deg, #1a82ff 0%, #11f 100%);
    border-radius: 24px;
    font-size: 18px;
    color: #fff;
    width: 128px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 23px;
    right: 0;
}
.article {
    padding: 30px 0;
}
.article h1 {
    font-size: 48px;
    line-height: 60px;
    color: #0101b6;
    font-weight: 400;
    margin-top: 30px;
}
.article-body p {
    text-indent: 2em;
    font-size: 18px;
    line-height: 1.777;
    margin: 30px 0;
    text-align: justify;
    word-wrap: break-word;
    word-break: break-all;
    color: #666;
}
.video-wrap {
    margin-top: 60px;
}
footer p {
    font-size: 14px;
    color: #999;
    text-align: center;
    margin: 70px 0;
}
.video-list {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
}
.video-list .video-item {
    width: 526px;
}
.video-wrap p {
    color: #5d5daf;
    font-size: 18px;
    text-decoration: none;
    margin: 20px 0 0;
    text-indent: 0;
}
.video-list p{
    font-size: 12px;
}
.video-wrap a {
    color: #5d5daf;
    text-decoration: none;
}
/* sidebar */
.sidebar {
    position: fixed;
    z-index: 9999;
    left: 50%;
    bottom: 200px;
    margin-left: 550px;
    width: 100px;
    overflow: hidden;
    background: #197cff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.sidebar-fixed {
    right: 0;
    left: auto;
    margin-left: 0;
}
.sidebar li {
    padding-left: 36px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}
.sidebar a, .sidebar a:visited, .sidebar a:hover {
    color: #fff !important;
}
.sidebar li.btn-wb {
    background-repeat: no-repeat;
    background-position: 8px 50%;
    background-size: 22px 18px;
    background-image: url(http://n.sinaimg.cn/finance/jiashi2025/images/icon-wb.png);
    background-image: -webkit-image-set(url(http://n.sinaimg.cn/finance/jiashi2025/images/icon-wb.png) 1x, url(http://n.sinaimg.cn/finance/jiashi2025/images/icon-wb-2x.png) 2x);
}
.sidebar li.btn-wx {
    background-repeat: no-repeat;
    background-position: 8px 50%;
    background-size: 22px 18px;
    background-image: url(http://n.sinaimg.cn/finance/jiashi2025/images/icon-wx.png);
    background-image: -webkit-image-set(url(http://n.sinaimg.cn/finance/jiashi2025/images/icon-wx.png) 1x, url(http://n.sinaimg.cn/finance/jiashi2025/images/icon-wx-2x.png) 2x);
}
.sidebar li.btn-top {
    background-repeat: no-repeat;
    background-position: 8px 50%;
    background-size: 21px 10px;
    background-image: url(http://n.sinaimg.cn/finance/jiashi2025/images/icon-top.png);
    background-image: -webkit-image-set(url(http://n.sinaimg.cn/finance/jiashi2025/images/icon-top.png) 1x, url(http://n.sinaimg.cn/finance/jiashi2025/images/icon-top-2x.png) 2x);
}
.sidebar li:hover {
    background-color: #1213ff;
    text-decoration: none;
}
.popup-inwindow {
    position: fixed;
    z-index: 9999;
}
.popup-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    background-color: #000 \9;
    filter: alpha(opacity=40);
}
.popup-container {
    position: absolute;
}
.popup-inner {
    position: relative;
    z-index: 1;
    float: left;
    overflow: hidden;
    color: #333;
    font-size: 14px;
    background-color: #e7d0ac;
}
.popup-close {
    position: absolute;
    z-index: 11;
    width: 16px;
    height: 16px;
    right: 10px;
    top: 10px;
    line-height: 16px;
    text-align: center;
    color: #999;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
}
.popup-close:hover {
    background-position: 0 -15px;
}
.weixin_popup {
    padding: 10px;
    width: 240px;
    background: #fff;
    border: solid 1px #d8d8d8;
    z-index: 9999;
    font-size: 12px;
    font-family: 'Microsoft YaHei', '\u5FAE\u8F6F\u96C5\u9ED1', 'Arial', 'SimSun', '\u5B8B\u4F53', 'Arial Narrow', 'HELVETICA';
}
.weixin_popup .weixin_popup_head {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    line-height: 16px;
    height: 16px;
    position: relative;
    color: #000;
}
.weixin_popup .weixin_popup_head .weixin_popup_close:hover {
    text-decoration: none;
}
.weixin_popup .weixin_popup_main {
    width: 240px;
    height: 240px;
}
.weixin_popup .weixin_popup_img {
    width: 100%;
    height: 100%;
}
.weixin_popup .weixin_popup_foot {
    font-size: 12px;
    text-align: left;
    line-height: 22px;
    color: #666;
}