/* app下载 */
.app {
    position: fixed;
    right: 20px;
    bottom: 80px;
    width: 160px;
    cursor: pointer;
}
.el-popover {
    padding: 0 !important;
}
/* banner图 */
.banner-wrap {
    width: 100%;
    min-width: 1200px;
    margin-top: 10px;
}
/* 内容卡片 */
.card-wrap {
    border: 1px solid #5393FB;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
}
.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    box-sizing: border-box;
    background-color: #003364;
}
.card-header_more a {
    font-size: 16px;
    color: #fff;
}
/* 新闻菜单 */
.news-menu {
    height: 360px;
    padding: 40px 40px 0;
    box-sizing: border-box;
}
.news-menu_item {
    margin-bottom: 20px;
}
/* 焦点新闻 */
.hot-wrap {
    padding: 10px 20px;
    box-sizing: border-box;
    height: 360px;
}
.hot-item {
    display: flex;
    padding: 10px 0;
    box-sizing: border-box;
}
.hot-item__left {
    margin-right: 20px;
}
.hot-item__right {
    flex: 1;
}
a .hot-item__title {
    font-size: 15px;
    font-weight: bold;
    color: #3D3D3D;
}
a .hot-item__date {
    color: #AFAFAF;
}
/* 价格行情 */
.price-header {
    display: flex;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    height: 80px;
}
.price-category {
    padding-right: 20px;
    box-sizing: border-box;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    border-right: 2px solid #AFAFAF;
}
.price-num {
    flex: 1;
    display: flex;
    align-items: center;
    padding-left: 20px;
    box-sizing: border-box;
    word-break: break-all;
}
.price-num__left {
    font-size: 24px;
    font-weight: bold;
    color: #E15759;
}
.price-num__right {
    flex: 1;
    margin-left: 10px;
    color: #3D3D3D;
}
.price-rate {
    width: 120px;
    text-align: center;
    color: #E15759;
}
.price-date {
    width: 120px;
    text-align: center;
}
/* 报盘 */
.market-wrap {
    padding-top: 11px;
    box-sizing: border-box;
    height: 360px;
}
.market-wrap > a {
    color: #3D3D3D;
}
.market-item {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    background-color: #f2f2f2;
    cursor: pointer;
}
.market-item_title {
    flex: 1;
}
.market-item_date {
    width: 200px;
}
.market-item_tag {
    padding: 4px 0;
    width: 80px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    background-color: #1CB191;
}
.market-item_btn {
    padding: 4px 8px;
    box-sizing: border-box;
    background-color: #1CB191;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}
/* 行业研报 */
.report-wrap {
   padding-top: 10px;
   box-sizing: border-box;
   height: 360px;
}
.report-item {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.report-item_title {
    flex: 1;
}
.report-item a {
    color: #3D3D3D;
}
.report-item_date {
    margin-left: 10px;
    width: 40px;
    color: #AFAFAF;
}
/* 国内报盘 */
.goods-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
}

.goods-item {
    display: flex;
    /* align-items: center; */
    padding: 10px;
    box-sizing: border-box;
    margin: 0 20px 20px 0;
    width: calc((100% - 40px)/3);
    border: 2px solid #DCDFE6;
    border-radius: 10px;
    cursor: pointer;
}

.goods-item:nth-child(3n) {
    margin-right: 0;
}

.goods-item__left {
    margin-right: 10px;
    width: 120px;
}

.goods-item__right {
    flex: 1;
}

.goods-item__name {
    font-size: 16px;
    font-weight: bold;
}

.goods-item__price {
    font-size: 16px;
    font-weight: bold;
    color: #F98634;
}

.goods-item__tags {
    display: flex;
    flex-wrap: wrap
}

.goods-item__tag {
    margin-top: 4px;
    margin-right: 4px;
    padding: 4px 6px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 12px;
    background-color: #92E3D1;
    border-radius: 4px;
}

.goods-item__store {
    margin: 8px 0 4px 0;
    font-size: 12px;
}

.goods-item__date {
    font-size: 12px;
    color: #979797;
}
/* 特色服务 */
.special-item {
    border: 1px solid #5393FB;
    border-radius: 18px;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 0px;
}
.special-name {
    padding: 12px 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color:#3D3D3D;
}
/* 友情链接 */
.link-container {
    padding-top: 20px;
    box-sizing: border-box;
    background-color: #003364;
    border-bottom: 4px solid #fff;
}
.link-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.link-item {
    margin-bottom: 20px;
    min-width: 154px;
    width: calc(154/1200 * 60vw);
}