/* 首页 */

.aijingu-index-search {
	position: relative;
    margin:0 auto auto auto;
    width: 820px;
}

.aijingu-index-search img {
    width: 273px;
}

.aijingu-index-search-wrap {
    position: relative;
    width: 100%;
}

.aijingu-index-search-wrap input {
    width: 100%;
    border-radius: 30px;
    padding-right: 123px;
    height: 51px;
    padding-left: 20px;
}

.aijingu-index-search-wrap button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #1968C7;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    width: 109px;
    height: 51px;
}

.aijingu-search-history {
    display: flex;
    align-items: center;
    margin-top: 20px;
    color: #ffffff;
}

.aijingu-search-history ul {
    display: flex;
    align-items: center;
}

.aijingu-search-history ul>li {
    padding-right: 10px;
    border-right: 1px solid #e6e6e6;
    padding-left: 10px;
}


.aijingu-search-history ul>li a {
    color: #fff;
}


.header-active a{
    color: #d9383e!important;
}

.aijingu-search-history ul>li:last-child {
    border-right: none;
}


.aijingu-index-search-list {
    z-index: 999;
    position: absolute;
    top: 52px;
    left: 0;
    display: none;
    width: 85%;
    background-color: #ffffff;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.aijingu-index-search-list ul {
    width: 100%;
}

.aijingu-index-search-list ul>li:last-child {
    margin-bottom: 15px;
}

.aijingu-index-search-list ul>li span {
    margin-right: 20px;
}

.aijingu-index-search-list ul>li span:nth-child(3){
	display: inline-block;
	min-width: 70px;
}


.aijingu-index-search-list ul>li .c-tag {
    color: #d9383e;
    padding: 2px 6px;
    box-sizing: border-box;
}

.aijingu-index-search-list ul>li {
    margin-bottom: 10px;
    margin-left: 15px;
}
.aijingu-index-search-list ul>li:first-child{
    margin-top: 15px;
}


.aijingu-header-search-list{
    z-index: 99;
    position: absolute;
    display: none;
    width: 300px;
    background-color: #ffffff;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.aijingu-header-search-list ul>li{
    margin-bottom: 15px;
}

.aijingu-header-search-list ul>li span{
    margin-right: 20px;
}


.aijingu-header-search-list ul>li .c-tag{
    color: #d9383e;
}













.c-index-wrap{
    display: flex;
    justify-content: space-between;
}

.c-index-box{
    width: 35%;
}

.index-table-num{
    width: 25px;
    height: 25px;
    display: block;
    border-radius: 5px;
    text-align: center;
    line-height: 25px;
    color: #ffffff;
    background-color: #FF6E0D;
}

.c-cloud-side{
    width: 27%;
}

.c-indexData-nav {
    display: flex;
    align-items: center;
    width: 100%;

}

.c-indexData-title {
    width: 53px;
    background-color: #fff;
    font-size: 16px;
    padding: 9px 10px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-right: 1%;
}

.c-indexData-content {
    width: 95%;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 10px;
    box-sizing: border-box;
}

.c-indexData-list {
    width: 100%;
    font-size: 12px;
    margin-bottom: 8px;
}

.c-indexData-item p:first-child {
    margin-right: 1%;
}

.c-indexData-item p {
    margin-right: 4%;
}

.c-indexData-item p {
    white-space: nowrap;
}

.c-zhang {
    width: 40%;
}

.c-zhang-ting {
    width: 9%;
}

.c-xia {
    width: 42%;

}

.index-niusan a{
    display: inline-block;
    width: 88px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #f2f2f2;
    margin-right: 15px;
    margin-bottom: 15px;
}


#tagscloud {
    width: 250px;
    height: 222px;
    position: relative;
    font-size: 12px;
    color: #333;
    margin: 20px auto 0;
    text-align: center;
    background-color: white;
}

.index-search-bg{
    width: 100%;
    height: 270px;
    background-image: url('../img/indexBg.png');
    background-repeat: no-repeat;
    padding-top: 80px;
    background-size: 100% 100%;
}



.nav-item{
    width: 18.8%;
    height: 116px;
    background-color: #F9F7F7;
    margin-right: 1.5%;
    margin-bottom: 20px;
}

.nav-item:nth-child(5n){
    margin-right: 0;
}

.nav-item-title{
    font-size: 18px;
    color: #083358;
    font-weight: 600;
}

.nav-item-list{
    margin-top: 10px;
}

.nav-item-list span{
    margin-right: 3px;
    color: #083358;
    margin-bottom: 6px;
    display: inline-block;
}

.nav-item-list a{
    margin-right: 3px;
    color: #083358;
    margin-bottom: 6px;
    display: inline-block;
}

.nav-item-wrap{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}



/* 个股信息 */


.gegu-new-data span {
    margin-right: 40px;
    margin-left: 20px;
}

.gegu-base-data span {
    font-size: 15px;
}

.gegu-base-data td {
    display: flex;
    padding: 15px;
    box-sizing: border-box;
    line-height: 30px;
    letter-spacing: .5px;
}

.layui-table td,
.layui-table th,
.layui-table-col-set,
.layui-table-fixed-r,
.layui-table-grid-down,
.layui-table-header,
.layui-table-page,
.layui-table-tips-main,
.layui-table-tool,
.layui-table-total,
.layui-table-view,
.layui-table[lay-skin=line],
.layui-table[lay-skin=row] {
    border-color: #dcdcdc!important;
    ;
}

.gegu-base-data td span:first-child {
    display: inline-block;
    width: 100px;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #E7E7E7;
}

.gegu-base-data td span:last-child {
    display: inline-block;
    width: calc(100% - 118px);
    vertical-align: middle;
}

.gegu-faxing-data span {
    font-size: 15px;
}

.gegu-faxing-data td {
    padding: 20px;
    box-sizing: border-box;
}

.gegu-faxing-data td span:first-child {
    display: inline-block;
    width: 135px;
    vertical-align: middle;
    white-space: nowrap;
}

.gegu-faxing-data td span:last-child {
    display: inline-block;
    vertical-align: middle;
}


/* 机构 */

.jigou-filter ul>li {
    position: relative;
    padding-right: 10px;
    border-right: 1px solid #535151;
}

.jigou-filter ul>li:not(:first-child) {
    padding-left: 10px;
}

.jigou-filter ul>li:last-child {
    border-right: none;
}

.jigou-filter .active a {
    color: #d9383e;
}

.jigou-filter ul>li span {
    position: absolute;
    right: 0px;
    top: -14px;
    width: 20px;
    height: 20px;
    color: #ffffff;
    background-color: #d9383e;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
}


/* 财务数据 */

.financical-filter ul>li {
    padding-right: 10px;
    padding-left: 10px;
}

.financical-filter ul>li:last-child {
    margin-right: 0;
    border-right: none;
}

.financical-filter .active a {
    color: #d9383e;
}

.financical-filter ul>li:first-child {
    border-left: none;
}
.financical-filter .financ-title{
    height: 40px;
}


/* 搜索文章 */

.c-search-content {
    width: 100%;
    min-height: 500px;
    display: flex;
    justify-content: space-between;
}

.c-search-content a:hover {
    text-decoration: underline;
}

.c-search-content .c-search-left {
    width: 70%;
}

.c-search-content .c-sc-right {
    width: 30%;
    margin-left: 15px;
}

.c-search-content .c-type-list a {
    color: #999999;
}

.search-header {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.c-sc-search-input {
    width: 269px;
    height: 39px;
    border-radius: 0px !important;
    border: 1px solid rgba(230, 230, 230, 1);
}

.c-sc-search-btn {
    width: 54px;
    height: 39px;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.c-sc-searchTypeInput {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    width: 92px;
    height: 39px;
    border: 1px solid rgba(230, 230, 230, 1);
    border-right: none;
    cursor: pointer;
    border-right: none !important;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.search-header form {
    position: relative;
}

.c-sc-searchTypeInput .arrow {
    font-size: 20px;
    margin-left: 5px;
    margin-top: 2px;
    transition: all 0.3s ease-in-out;
}

.c-sc-type-choose {
    display: none;
    position: absolute;
    z-index: 99;
    top: 45px;
    left: 0px;
    width: 260px;
    cursor: auto;
    background: #ffffff;
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.12);
    z-index: 105;
}

.c-sc-type-choose ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.c-sc-type-choose ul li {
    padding: 10px;
    font-size: 15px;
}

.c-sc-type-choose ul li:hover {
    cursor: pointer;
    text-decoration: underline;
}

.c-sc-type-choose .bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 32px;
    background: rgba(245, 245, 245, 1);
}

.c-sc-type-choose .bottom .tips {
    /* padding-right:10px;
    border-right:1px solid #777;
    margin-right: 10px; */
    color: #999999;
}

.c-tag-title {
    position: relative;
    width: 100%;
    font-size: 15px;
}

.c-tag-title p {
    line-height: 33px;
    font-size: 16px;
}

.c-search-result-num {
    margin-top: 10px;
}

.c-search-result-num .c-num,
.c-search-result-num .c-name {
    color: #D9383E;
    margin: 0px 5px;
}

.c-search-result-content .c-src-data {
    width: 100%;
}

.c-search-result-content .c-src-data ul {
    width: 100%;
}

.r-tuijian{
	font-size: 16px;
}

.c-search-result-content a:hover{
	text-decoration: none!important;
}

.c-src-data li {
    padding: 15px 0px;
}

.c-search-result-content .c-src-data li .title {
    font-size: 18px;
    margin-bottom: 18px;
}

.c-src-data li .tips {
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    margin-top: 12px;
}

.c-src-data li .tips p {
    margin-right: 25px;
}

.c-src-data li .neirong {
    margin-top: 12px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(77, 77, 77, 1);
}

.c-src-data li .neirong p {
    margin-right: 20px;
}

.c-src-data li .book-neirong {
    width: 100%;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.c-src-type {
    margin-left: 20px;
    font-size: 14px;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    color: #D9383E;
    background: rgba(254, 232, 233, 1);
}

.c-tag-title h1 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(40, 40, 40, 1);
    line-height: 24px;
    margin-bottom: 15px;
}

.c-tag-title p span {
    margin-right: 20px;
    color: #999999
}

.c-tag-content .c-type-list a {
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 24px;
}

.c-tag-content .c-type-list li {
    margin-right: 37px;
}

.c-tag-content .c-article-tuijian p {
    width: 100%;
}

.c-tag-content .c-tag-cell {
    border: 1px solid #E6E6E6;
}

.c-tag-content .c-tag-cell .c-title {
    border-bottom: none;
    ;
}

.c-tag-content .c-tag-cell p {
    color: #999999;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

.c-if-cell .c-title {
    width: 100%;
    /* margin-left: -3px; */
    background: #ffffff;
}

.c-if-cell .c-title .c-name {
    display: inline;
    position: relative;
    font-size: 17px;
    font-weight: 700;
    padding-left: 10px;
}

.c-commonTitle .c-name-color::after {
    position: absolute;
    content: "";
    bottom: -12px;
    left: 0px;
    width: 100%;
    height: 4px;
    background-color: #D9383E;
}
.c-top-red{
    border-bottom: 3px solid rgb(217, 56, 62);
    padding-bottom: 5px;
    padding-left: 0 !important;
}

.c-book-side-buy {
    width: 100%;
}
.c-book-side-buy ul>li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.c-book-side-buy ul>li .left {
    display: inline-block;
    width: 75px;
    margin-right: 10px;
}
.c-book-side-buy ul>li .left img {
    width: 100%;
    object-fit: cover;
}
.c-book-side-buy ul>li .right {
    position: relative;
    height: 88px;
    width: calc(100% - 95px);
}
.c-book-side-buy ul>li .right h2 {
    font-weight: 600;
}
.c-book-side-buy ul>li .right h2 a {
    width: 100%;
    word-break: break-word;
    color: #4D4D4D;
}
.el2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.c-book-side-buy ul>li .right .layui-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 35px!important;
    border-radius: 6px;
}


/* 文章右侧样式 */

.news-right-column {
    width: 100%;
}

.news-right-column h3 {
    font-size: 17px;
    color: #333;
    font-weight: 600;
    margin: 17px 0;
}

.news-right-column .news-right-column-ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.news-right-column .news-right-column-ul>li {
    position: relative;
    margin: 0 15px 10px 0;
}

.has-child-nav {
    cursor: pointer;
}

.news-right-column .has-child-nav .has-child-nav-list {
    z-index: 33;
    position: absolute;
    top: 25px;
    right: -172px;
    padding: 10px;
    display: none;
    box-sizing: border-box;
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 3px;
    background-color: #ffffff;
    width: 228px;
}

.news-right-column .has-child-nav .has-child-nav-list ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.news-right-column .has-child-nav .has-child-nav-list ul>li {
    margin: 0 10px 10px 0;
}

.news-right-column .has-child-nav .has-child-nav-list::before {
    position: absolute;
    content: '';
    top: -9px;
    left: 10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #ffffff;
}

.c-news-tag-wrap {
    display: flex;
    width: 72%;
}

.c-news-tag-wrap .tag {
    width: 42px;
    white-space: nowrap;
}

.c-news-tag-wrap ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: calc(100% - 43px);
}

.c-news-tag-wrap ul>li {
    display: flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 30px;
    background-color: #f8f8f8;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.c-news-tag-wrap ul>li a span:first-child {
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 50%;
    color: #D9383E;
    line-height: 16px;
    margin-right: 2px;
}

.c-news-handle {
    display: flex;
    width: 27%;
}

.c-news-handle span {
    white-space: nowrap;
    width: 88px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #D9383E;
    border: 1px solid #D9383E;
    border-radius: 30px;
    margin-left: 10px;
    font-size: 12px;
    cursor: pointer;
}

.c-news-recomend-first {
    width: 100%;
}

.c-news-recomend-first h2 {
    font-size: 18px;
    padding: 20px;
    color: #333333;
    font-weight: 600;
}

.c-news-recomend-first ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px 20px 20px;
    box-sizing: border-box;
}

.c-news-recomend-first ul>li {
    display: flex;
    justify-content: space-between;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 20px;
}

.c-news-recomend-first ul>li:nth-child(2n) {
    margin-right: 0;
}

.c-news-recomend-first ul>li img {
    display: block;
    width: 88px;
    height: 56px;
    object-fit: cover;
    border-radius: 5px;
}

.c-news-recomend-first ul>li .num {
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    text-align: center;
    line-height: 24px;
}

.c-news-recomend-first ul>li .center {
    width: 68%;
}

.c-news-recomend-first ul>li .center a {
    display: block;
    height: 38px;
}

.c-news-recomend-second h2 {
    font-size: 18px;
    padding: 20px;
    color: #333333;
    font-weight: 600;
}

.c-news-recomend-second .left {
    position: relative;
    width: 45%;
    height: 238px;
}

.c-news-recomend-second .left a {
    display: block;
    width: 100%;
    height: 100%;
}

.c-news-recomend-second .left a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-news-recomend-second .left a span {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 59px;
    color: #ffffff;
    padding: 10px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .2);
    width: 100%;
}

.c-news-side-list {
    width: 50%;
}

.c-news-side-list ul {
    width: 100%;
    display: block;
}

.c-news-side-list ul>li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.c-news-side-list ul>li .left {
    position: relative;
    width: 100px;
    height: 66px;
    overflow: hidden;
    border-radius: 5px;
}

.c-news-side-list ul>li .left a {
    display: block;
    width: 100%;
    height: 100%;
}

.c-news-side-list ul>li .left a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-news-side-list ul>li .right {
    width: calc(100% - 118px);
    font-size: 14px;
}

.c-news-side-list ul>li .right a {
    display: block;
    font-weight: 600;
    height: 38px;
    font-size: 15px;
}

.c-news-side-list .left .num {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background-color: #D9383E;
    color: #ffffff;
    font-size: 12px;
}

.c-news-recommend-item {
    width: 100%;
}

.c-news-recommend-item .tip {
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
}

.c-news-recommend-item ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 20px 20px 20px;
    box-sizing: border-box;
}

.c-news-recommend-item ul>li {
    position: relative;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
}

.c-news-recommend-item ul>li h2 {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
}

.c-news-recommend-item ul>li:nth-child(3n) {
    margin-right: 0;
}

.c-news-recommend-item ul>li .two-line {
    height: 38px;
}

.c-news-recommend-item ul>li .top {
    position: relative;
    height: 182px;
    background-color: rgba(0, 0, 0, 1);
}

.c-news-recommend-item ul>li .top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}

.c-news-recommend-item ul>li .top .info {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    color: #ffffff;
    bottom: 20px;
    left: 10px;
    letter-spacing: 0.5px;
}

.c-news-recommend-item ul>li .top .limit {
    display: block;
    width: 5px;
    height: 5px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 5px;
}

.c-news-recommend-item ul>li .list {
    display: none;
    width: 100%;
    position: absolute;
    right: -106px;
    top: 204px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    background-color: #ffffff;
    z-index: 33;
    border-radius: 3px;
    padding: 10px;
    box-sizing: border-box;
}

.c-news-recommend-item ul>li .list .nav-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.c-news-recommend-item ul>li .list .nav-list a {
    display: block;
    padding: 3px 6px;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    margin-right: 6px;
}

.c-news-recommend-item ul>li .list .nav-list a:hover {
    border-color: #D9383E;
}

.c-ifcl-select a {
    height: 30px;
    text-decoration: none;
    margin-right: 10px;
    padding: 2px 23px;
    border: 1px solid #999999;
}

.c-ifcl-select .active {
    color: #d9383e;
    border: 1px solid #d9383e;
}

.c-ifcl-select .active-i {
    color: #d9383e!important;
}

.c-ifcl-select a:hover {
    text-decoration: none;
}

.c-ifcl-select a .sanjiao {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: 4px;
    font-size: 12px !important
}

.c-ifcl-select a .fa-caret-up,
.c-ifcl-select a .fa-caret-down {
    color: #999999;
}

.c-download-content ul {
    width: 100%;
}

.c-download-content ul li {
    position: relative;
    width: 100%;
}

.c-download-content ul li a {
    width: 100%;
    font-size: 15px;
}


/* 指标列表右侧 */

.c-search-formula-tag {
    width: 100%;
}

.c-search-formula-tag ul {
    margin-top: 20px;
}

.c-search-formula-tag ul>li {
    display: flex;
    align-content: center;
    margin-bottom: 20px;
}

.c-search-formula-tag ul>li .c-search-formula-tag-left {
    width: 58px;
    height: 58px;
}

.c-search-formula-tag ul>li .c-search-formula-tag-right {
    width: calc(100% - 78px);
    margin-left: 10px;
}

.c-search-formula-tag ul>li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-search-formula-tag ul>li .c-search-formula-tag-right .c-title {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
    font-size: 15px;
}

.c-other-gongshi {
    width: 100%;
}

.c-other-gongshi ul {
    width: 100%;
}

.c-other-gongshi ul>li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.c-other-gongshi ul>li .left {
    width: 84px;
    height: 64px;
}

.c-other-gongshi ul>li .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.c-other-gongshi ul>li .right {
    width: calc(100% - 97px);
}

.c-other-gongshi ul>li .right h2 {
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
}

.c-other-gongshi ul>li .right p {
    color: #d3d3d3;
}


/* 书籍右侧 */

.c-article-content {
    padding-left: 18px;
}

.c-indicator-content .c-article li {
    position: relative;
    margin: 15px 0px;
}

.c-article-content .c-article li a {
    width: 100%;
}

.c-article-content .c-article li a p {
    width: 100%;
}

.c-article-content .c-article li::before {
    position: absolute;
    content: "";
    bottom: 6px;
    left: -18px;
    width: 7px;
    height: 7px;
    border-radius: 45px;
    background-color: #4d4d4d;
}

.c-if-ad {
    width: 100%;
    height: 237px;
}

.c-if-ad img {
    width: 100%;
    height: 100%;
}

.c-if-cell .c-otherCommonTitle .c-name {
    font-size: 18px;
    font-weight: 700;
    position: relative;
}

.c-article-tuijian li {
    width: 100%;
}

.c-article-tuijian li a {
    width: 100%;
    font-size: 15px;
}

.c-article-content li::before {
    position: absolute;
    content: "";
    bottom: 6px;
    left: -18px;
    width: 4px;
    height: 4px;
    border-radius: 45px;
    background-color: #4d4d4d;
}

.c-indicator-content li {
    position: relative;
    margin: 15px 0px;
}

.c-professor-content {
    width: 100%;
    margin-top: 20px;
    background-color: #ffffff;
    ;
}

.c-professor-content li {
    width: 58px;
    margin-bottom: 15px;
}

.c-professor-content li:not(:nth-child(4n)) {
    margin-right: 18px;
}

.c-professor-content ul {
    flex-wrap: wrap;
}

.c-professor-content li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.c-professor-content li img {
    width: 58px;
    height: 58px;
    border-radius: 45px;
    object-fit: cover;
}

.c-professor-content li img:hover {
    box-shadow: 1px 13px 9px -5px rgba(77, 77, 77, 0.59);
}

.c-professor-content li p {
    width: 58px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-top: 10px;
}

/* 龙虎榜时间样式 */
.lhb-time .prev_day,
.lhb-time .next_day{
	color: #ffffff;
	cursor: pointer;
	width: 100px;
	border-radius: 5px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	background-color: #d9383e;
}

.lhb-time .nowday{
	color: #d9383e;
	border: 1px solid #d9383e;
	box-sizing: border-box;
	margin: 0 3px;
	cursor: pointer;
	width: 170px;
	border-radius: 5px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	background-color: #ffffff;
}

.lhb-time input{
	text-align: center;
	padding: 0;
	color: #88a7f9;
	border-color:#88a7f9;
	width: 108px;
}

.zixuan-tabItem ul>li{
	margin-right: 20px;
	margin-bottom: 20px;
}

/* 内容百科 */
.baike{
	background-color: #ffffff;
}



.baike h2{
	font-weight: 600;
	color: #101010;
	font-size: 20px;
}

.baike h3{
	font-weight: 600;
	font-size: 18px;
}

.baike p{
	line-height: 30px;
	font-size: 15px;
}

/* 数据分析 */

.c-glrd table{
	background-color: #ffffff;
}

.c-glrd strong{
	display: block;
	width: 100%;
	font-size: 15px;
	color: #666;
}

.c-glrd .layui-table td, .c-glrd .layui-table th {
    position: relative;
    padding: 18px 15px;
    min-height: 20px;
    line-height: 20px;
    font-size: 15px;
	color: #666;
}

.c-glrd .layui-table td span{
	display: inline-block;
	margin:10px 5px;
}

.c-glgk  table{
	background-color: #FFFFFF;
}

.c-glgk .layui-table td, 
.glgk .layui-table th {
    position: relative;
    padding: 18px 15px;
    min-height: 20px;
    line-height: 20px;
    font-size: 15px;
	color: #303030;
}


.z-src-type {
    margin-left: 20px;
    font-size: 14px;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    color: #D9383E;
    background: rgba(254, 232, 233, 1);
}


/* 软件左侧样式 */
.c-article-jeshao {
    width: 100%;
    margin-top: 20px;
}
.c-article-jeshao ul {
    width: 100%;
}
.c-article-jeshao li:not(:last-child) {
    margin-bottom: 20px;
}
.c-article-jeshao li {
    width: 100%;
}
.c-article-jeshao-img {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-right: 3%;
    border-radius: 5px;
    overflow: hidden;
}
.c-article-jeshao-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.c-article-jeshao-intro {
    width: 78%;
}
.c-article-jeshao-intro p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.c-article-jeshao-intro a {
    display: inline-block;
    max-width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    color: #555555;
}
.color-red {
    color: #D9383E !important;
}
.mgt60{
    margin-top: 60px;
}
.c-article-content {
    padding-left: 18px;
}
.c-download-content {
    /* width: 100%; */
    background-color: #ffffff;
}
.c-download-content ul {
    width: 100%;
}
.c-download-content ul li {
    position: relative;
    width: 100%;
    margin: 10px 0px;
}
.c-article-content li::before {
    position: absolute;
    content: "";
    bottom: 6px;
    left: -18px;
    width: 4px;
    height: 4px;
    border-radius: 45px;
    background-color: #4d4d4d;
}
.c-download-content ul li a {
    width: 100%;
    font-size: 15px;
}
.el {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}




/* 公告s */
.n-notic-sort{
    border: 1px solid #f2f2f2;
    padding: 10px;
    background-color: #F5F5F5;
}
.n-notic-sort .n-expert-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 40px;
}
.n-expert-filter .n-expert-item {
    width: 100%;
}
.n-expert-name {
    width: 80px;
    text-align: right;
}
.n-expert-name span {
    color: #696666;
}
.n-expert-value {
    width: 94%;
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-content: center;
}
.n-expert-value ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.n-expert-value ul>li {
    margin-right: 5px;
}
.n-expert-value ul>li a {
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 14px;
    color: #696666;
    text-decoration: none;
}
.color-red {
    color: #D9383E !important;
}
.title-nav a {
    color: #999999;
    font-size: 14px;
}

.n-if-content {
    padding-top: 14px;
    align-items: flex-start;
    color: #4F4D4D;
}
.n-if-content .n-notic-left {
    width: 72%;
    background: #fff;
}
.n-if-content .n-notic-right {
    width: 27%;
}
.bg-fbfbfb{
    background: #fbfbfb !important;
}
.mgb35{
    margin-bottom: 35px;
}
.mgb20{
    margin-bottom: 20px;
}
.n-notic-left .n-left-title h2{
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    color: #262626;
    max-width: 716px;
}
.n-notic-left .n-left-title font{
    margin-top: 16px;
}
.n-notic-left .n-left-title font a img,.n-notic-left .n-left-title font a font{
    vertical-align: middle;
}
.n-notic-left .n-left-title{
    padding: 20px 20px 0px 20px;
}
.n-notic-left .n-left-title p{
    line-height: 25px;
    padding: 20px 0px 0px 0px;
}
.n-notic-left .n-left-content p{
    font-size: 16px;
    color: #4f4d4d;
    line-height: 45px;
}
.n-notic-left .n-left-content{
    padding: 0px 20px 20px 20px;
}
.bordertop{
    border-top: 1px solid #F2E9E9;
    padding-top: 10px;
}

.notic-right-column {
    width: 100%;
}
.notic-right-column h3 {
    font-size: 16px;
    color: #262626;
    margin: 17px 0;
}
.notic-right-column .right-column-ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.notic-right-column .right-column-ul>li {
    position: relative;
    margin: 0 15px 10px 0;
}
.notic-right-column .right-column-ul>li span a{
    font-size: 14px;
    color: #615f5f;
}
.n-notic-right h2{
    font-size: 17px;
    font-weight: 700;
    color: #262626;
}

.n-commTitle {
    padding: 20px!important;
    border-bottom: 1px solid #E6E6E6;
}
.n-commTitle .n-name{
    display: inline;
    position: relative;
    font-size: 17px;
    font-weight: 700;
}
.n-download {
    padding: 5px 20px;
}
.n-download ul {
    width: 100%;
}
.n-download ul li {
    position: relative;
    width: 100%;
    margin: 10px 0px;
    align-items: baseline;
}
.bg-orange {
    background: #ff6e0d;
}
.paihang {
    border-radius: 2px;
    color: white;
    padding: 0px 5px;
}
.n-download ul li a {
    width: 100%;
    font-size: 14px;
    margin-left: 10px;
    line-height: 25px;
    color: #4D4D4D;
}
.bg-pink {
    background: #FF9F9D;
}
.bg-blue{
    background-color: #4E70EB;
}
.title-nav i{
    margin: 0 2px 0 4px;
}


/* 公告e */


/* 龙虎榜个股 */

.longhubang .list-bankuai p{
    border: 1px solid #dddddd;
    background-color: #f5f5f5;
    color: #101010;
    padding: 4px 10px;
}
.lhbgegu-list{
    width: 100%;
    position: relative;
    padding: 10px 0;
}
.longhubang .list-hangqing ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.list-hangqing ul li{
    width: 22%;
    text-align: right;
    height: 28px;
    line-height: 28px;
    margin-right: 5px;
}
.list-hangqing ul li a{
    display: block;
    width: 100%;
    color: #4D7BEE;
}



/* 龙虎榜个股 */




/* 股票行情s */
.n-hangqing-info{
    width: 100%;
    position: relative;
}
.n-hangqing-info a{
    color: #696666;
    white-space: nowrap;
}
.n-hangqing-info .n-info-left{
    width: 77%;
    display: flex;
}
.n-right-xiangqing{
    width: 286px;
}
.n-hangqing-info .n-info-right{
    width: 33%;
}
.n-hangqing-info .n-info-right ul li{
    line-height: 24px;
    margin-top: 15px;
}
.n-hangqing-shuju{
    width: 100%;
    position: relative;
}
.n-hangqing-shuju .n-shuju-left{
    width: 60%;
}
.n-hangqing-shuju .n-shuju-right{
    width: 40%;
}
.n-hangqing-shuju a{
    color: #696666;
}
.n-hangqing-gudong{
    width: 100%;
    position: relative;
}
.n-hangqing-gudong .n-gudong-left{
    width: 68%;
}
.n-hangqing-gudong .n-gudong-right{
    width: 32%;
}
.n-hangqing-gudong .n-gudong-right 
.layui-table td,
.layui-table th{
    white-space: nowrap;
}

.n-hangqing-gudong .n-gudong-right .n-gudong-title{
    padding: 15px 0px;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;

}
.n-gudong-right .n-gudong-title span{
    width: 34%;
    text-align: center;
}
.n-hangqing-gudong .n-gudong-right .n-gudong-ul li a{
    display: flex;
    align-items: center;
    width: 357px;
}
.n-gudong-right .n-gudong-ul li a span{
    width: 34%;
    text-align: center;
}
.n-gudong-ul li a .gdname{
    text-align: left !important;
    margin-left: 10px;
    width: 29% !important;
}
.n-hangqing-gudong .n-gudong-right .n-gudong-ul li{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.n-hangqing-gudong a{
    color: #696666;
}
.bgOrange{
    background: #FF6E0D;
    border-radius: 2px;
    color: white;
    width: 18px;
    height: 18px;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
}
.n-right-xiangqing .n-zengjianchi-ul li{
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}
.n-right-xiangqing .n-zengjianchi-ul li a{
    line-height: 25px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 230px;
}
.n-right-xiangqing .n-zengjianchi-ul .zjchispan{
    width: 55px;
    margin-top: 5px;
    font-size: 12px;
}
.n-right-xiangqing .n-today-hangxing{
    background-color: #F7F7F7;
    color: #37BA5C;
    font-weight: 700;
    margin: 15px 0px;
    padding: 15px 60px;
    text-align: center;
}
.n-right-xiangqing .n-today-hangxing p:last-child{
    margin-top: 10px;
}
.bg-red{
    color: #D9383E;
    background-color: #FFECED;
    padding: 2px 6px;
}
.bg-green{
    color: #6DB740;
    background-color: #D4F9D9;
    padding: 2px 6px;
}
.fs26{
    font-size: 26px;
}
.fs20{
    font-size: 20px;
}
.n-left-tubiao #hangqing-fenshi{
    background-color: #fff;
    width: 492px;
    height: 359px;
}
.n-left-tubiao #hangqing-fenshi #fenshiimg{
    margin-top: 20px;
}
.n-left-tubiao #hangqing-fenshi p a.on {
    background-color: #68ACFA;
    color: #FFFFFF;
}
.n-left-tubiao #hangqing-fenshi p a {
    margin-right: 10px;
    cursor: pointer;
    background-color: #e3e3e3;
    color: #305780;
    padding: 2px 8px;
}
.n-left-tubiao .n-left-gsgongao li{
    line-height: 30px;
}
.n-left-tubiao .n-left-gsgongao li a{
    display: flex;
}
.n-left-tubiao .n-left-gsgongao li a .one-line{
    max-width: 379px;
}
.n-hangqing-jianjie .n-jianjie-fanwei span{
    font-size: 14px;
    width: 7%;
    font-weight: bold;
}
.n-hangqing-jianjie .n-jianjie-fanwei p{
    width: 93%;
    line-height: 24px;
}
.n-jianjie-fanwei{
    align-items: baseline;
    display: flex;
    margin-top: 15px;
}

/* 股票行情e */



/* 股东列表s */
.n-zengjianchi-gudong{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.n-zengjianchi-gudong li a{
    display: inline-block;
    margin-left: 10px;
    color: #222222;
    line-height: 28px;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.n-zengjianchi-gudong li{
    width: 48%;
    margin-right: 2%;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.n-zengjianchi-gudong li:nth-child(2n){
    margin-right: 2%;
}

.gudong-list .n-chigu-item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px;
    
}
.gudong-list .n-chigu-item .n-chigu-name{
    text-align: right;
}
.gudong-list .n-chigu-item .n-chigu-value{
    width: 94%;
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-content: center;
}
.n-chigu-item .n-chigu-value ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.n-chigu-item .n-chigu-value ul li{
    margin-right: 5px;
}
.n-chigu-item .n-chigu-value ul>li a {
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 14px;
    color: #696666;
    text-decoration: none;
}
.admin-sanjiao {
    margin-left: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #666666;
}
.admin-sanjiao i:nth-child(1) {
    margin-bottom: -7px;
}
.admin-sanjiao .active {
    color: #bd353a;
}
.layui-form #article {
    border-radius: 0px!important;
    width: 55px;
    font-size: 22px;
    height: 38px;
}

/* 股东列表e */



/* 牛散名单 首页 */
.niusanIndex{
    padding: 15px;
}
.niusanIndex p{
    line-height: 30px;
    font-size: 15px;
    color: #222222;
}
.chigufenxi-ul{
    display: flex;
    flex-wrap: wrap;
    color: #292929;
    width: 100%;
}
.chigufenxi-ul .chigufenxi-li{
    background-color: #ffffff;
    padding: 15px;
    width: 46.4%;
    margin-right: 25px;
    margin-bottom: 25px;
}
.chigufenxi-ul .chigufenxi-li:nth-of-type(2n){
    margin-right: 0;
}
.serial{
    color: #ffffff;
    border-radius: 2px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
}
.gudong-ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.gudong-ul li .gudongName{
    margin: 0 7px;
}
.gudong-ul li{
    margin-right: 15px;
    margin-bottom: 12px;
    width: 173px;
    text-align: left;
    display: flex;
    align-items: center;
}
.gudong-ul li a{
    display: flex;
    align-items: center;
}
.gudong-ul li .gudongName{
    max-width: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gudong-ul li:nth-of-type(3n){
    margin-right: 0;
}


.n-niusan-more .xinjinniusan-ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
}
.xinjinniusan-ul li .gudongName{
    margin: 0 7px;
}
.xinjinniusan-ul li{
    margin-bottom: 12px;
    width: 145px;
    text-align: left;
    display: flex;
    align-items: center;
}
.xinjinniusan-ul li a{
    display: flex;
    align-items: center;
}
.xinjinniusan-ul .gudongName{
    max-width: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xinjinniusan-ul:nth-of-type(2n){
    margin-right: 0;
}


.chigufenxi-ul .chigufenxi-li .gudongHeight-ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.chigufenxi-ul .chigufenxi-li .gudongHeight-ul li .gudongName{
    margin: 0 5px;
}
.chigufenxi-ul .chigufenxi-li .gudongHeight-ul li{
    margin-right: 2px;
    margin-bottom: 12px;
    width: 180px;
    text-align: left;
    display: flex;
}
.chigufenxi-ul .chigufenxi-li .gudongHeight-ul li:nth-of-type(3n){
    margin-right: 0;
}
.chigufenxi-li .zengchis-ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 5px;
}
.chigufenxi-li .zengchis-ul li{
    margin-right: 25px;
    margin-bottom: 12px;
    width: 165px;
    text-align: left;
}



/* 牛散名单 首页 */

/* 牛散详情页 */
.n-niusanList{
    display: flex;
}
.niusan-left{
    width: 73%;
}
.niusan-right{
    width: 27%;
    margin-left: 15px;
}
.niusan-right a{
    color: #696666;
}
.niusan-left .n-niusan-item{
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    margin-top: 15px;
}
.niusan-left .n-niusan-name{
    text-align: right;
    font-size: 15px;
}
.niusan-left .n-niusan-value{
    width: 94%;
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-content: center;
}
.niusan-left .n-niusan-value ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.niusan-left .n-niusan-value ul>li{
    margin-right: 5px;
}
.niusan-left .n-niusan-value ul>li a {
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 14px;
    color: #696666;
    text-decoration: none;
    line-height: 25px;
}
.n-stock-calculator{
    position: relative;
}
.n-stock-calculator ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.n-stock-calculator ul>li{
    margin: 8px 8px 0px 10px;
    position: relative;
    font-size: 14px;
}
.n-stock-calculator ul>li a{
    line-height: 26px;
}
.n-stock-calculator ul>li::before {
    position: absolute;
    left: -8px;
    top: 10px;
    content: "";
    width: 2px;
    height: 2px;
    border-radius: 45px;
    background-color: #4d4d4d;
}

.xuhao{
    display: inline-block;
    border-radius: 2px;
    color: white;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
}
 .n-niusanxinjin-ul{
    margin-top: 15px;
}
.n-niusanxinjin-ul li{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.n-niusanxinjin-ul li:last-child{
    margin-bottom: 0;
}
.n-niusanxinjin-ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 92%;
    margin-left: 5px;
}

.n-niusanxinjin-ul li a span{
    flex: 1;
    white-space: nowrap;
}

.n-niusanxinjin-ul li a span:last-child{
    flex: 1.5;
    white-space: nowrap;
}

.n-niusanxinjin-ul li a span:nth-child(2){
    text-align: left;
    padding-left: 10px;
    box-sizing: border-box;
}
.n-lhb-more .n-lhbshuju-ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
}
.n-lhb-more .n-lhbshuju-ul li{
    text-align: right;
    height: 28px;
    line-height: 28px;
    width: 40%;
}
.n-lhb-more .n-lhbshuju-ul li:nth-of-type(2n){
    width: 59%;
}
.n-lhb-more .n-lhbshuju-ul li a{
    color: #4D7BEE;
}

.n-lihao-more .n-lihao-ul{
    margin-top: 15px;
}
.n-lihao-more .n-lihao-ul li{
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}
.n-lihao-more .n-lihao-ul li:last-child{
    margin-bottom: 0px;
}
.n-lihao-more .n-lihao-ul li a{
    line-height: 24px;
    margin-left: 4px;
    max-width: 265px;
    width: 265px;
}


/* 牛散详情页 */


/* 股票分析 首页 */
.stockxinjin-ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.stockxinjin-ul li{
    margin-right: 25px;
    margin-bottom: 12px;
    text-align: left;
    width: 260px;
    display: flex;
}
.stockxinjin-ul li:nth-of-type(2n){
    margin-right:0
}
.stockxinjin-ul li a span{
    margin-left: 8px;
}

.jinqifenxi-ul li{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.jinqifenxi-ul li .jinqi-item{
    margin-left: 5px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.jinqifenxi-ul li .jinqi-item a{
    max-width: 410px;
}
.maxwid192{
    max-width: 192px;
}

.jianshaoper-ul li{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.jianshaoper-ul li a span{
    margin-left: 20px;
}
.jianshaoper-ul li a{
    display: flex;
    align-items: center;
}
.jianshaoper-ul li a .one-line{
    max-width: 228px;
    display: inline-block;
}

.stocklist ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.stocklist ul li{
    width: 154px;
    background: #fbfbfb;
    margin-right: 15px;
    margin-bottom: 15px;
}

.stocklist ul li a{
    display: flex;
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.stocklist ul li:hover{
    background-color: #ff6e0d;
}

.stocklist ul li:hover a{
    color: #ffffff;
}

.stocklist ul li:nth-child(5n){
    margin-right: 0;
}

.niusanNamelist{
    padding: 15px 15px 0px 15px;
}
.niusanNamelist ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.niusanNamelist ul li{
    width: 90px;
    background: #F2F2F2;
    padding: 6px 5px;
    margin-right: 18px;
    margin-bottom: 15px;
    text-align: center;
}
.niusanNamelist ul li:nth-of-type(10n){
    margin-right: 0px;
}

.niusanmdList ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.niusanmdList ul li{
    width: 116px;
    background: #F2F2F2;
    padding:5px;
    margin-right: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.niusanmdList ul li:nth-child(6n){
    margin-right: 0;
}

.onelines{
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 95px;
}
.maxwidth90{
    max-width: 90px;
}
.stoName{
    padding: 20px 0px 20px 0px;
    font-size: 28px;
}


.notice-btn{
    text-align: center;
    padding: 18px;
    cursor: pointer;
}
.notice-btn span{
    margin-left: 5px;
}
.notice-btn img,.notice-btn span{
    vertical-align: middle;
}



/* 时间选择 */
.dataTime{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0px;
    border-bottom: 1px solid #f2f2f2;
    cursor: pointer;
}
.dataTime .currentDate{
    font-size: 28px;
    font-weight: 700;
    padding: 0 10px;
}
.dataTime .fa-angle-left,.dataTime .fa-angle-right{
    padding: 0 10px;
    font-size: 28px;
}
.dataTime a:hover{
    color: #000000 !important;
}

/* 游资 */
.n-youzi-title{
    position: relative;
}
.n-youzi-title .youziName{
    font-size: 28px;
    font-weight: 700;
    color: #222222;
    text-align: center;
    padding: 25px 0;
}
.n-youzi-title .youzimiaoshu{
    font-size: 15px;
    line-height: 31px;
}
.n-shuaixuan p{
    padding: 2px 10px;
}
.n-shuaixuan .active{
    padding: 2px 10px;
    background-color: #ffeced;
}
.n-shuaixuan .active a{
    font-size: 14px;
    color: #D9383E !important;
}

.gudongmesg{
    font-size: 15px;
    line-height: 29px;
}


/* 体验提示 */
.tiyan-tip{
    background-color: #FBEEDF;
}

.vip-buyNow{
    display:inline-block;
    padding: 10px;
    box-sizing: border-box;
    background-color: #FFA500;
    color: #ffffff;
    margin-left: 10px;
}

.vip-buyNow:hover{
    color: #ffffff;
}


/* vip 提醒弹窗 */
.vip-window{
    width: 364px;
    height: 200px;
}


.vip-window .kaitong-vip{
    display: inline-block;
    width: 99px;
    height: 27px;
    background: #d9383e;
    border-radius: 2px;
    margin: 20px 10px auto 10px;
    line-height: 27px;
    color: #ffffff;
}

/* 龙虎榜列表3.0*/

.lh-tab{
    display: flex;
    align-items: center;
}

.lh-tab a{
    display: inline-block;
    padding-bottom: 5px;
    margin-right: 30px;
}

.lh-tab .active{
    border-bottom: 4px solid #D9383E;
    color: #D9383E;
}

.r-jieshao-title{
	    padding: 15px 0;
    font-weight: bold;
}


/* 服务 */
.server-left{
    width: 190px;
    background-color: #ffffff;
}

.server-left ul>li{
    margin-bottom: 20px;
}

.server-left .c-active a{
    color: #d9383e;
}

.server-right{
    width:calc(100% - 210px);
    min-height: 700px;
}

/* VIP介绍 */
.vip-intro-bg{
    width: 100%;
    height: 166px;
    background-image: url('../img/vip/bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 28px;
    box-sizing: border-box;
}



.ljkt-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 38px;
    color: #FBDFC1;
    margin: 30px auto auto auto;
    background-color: #c16d11;
}

.ljkt-btn span{
    margin-right: 10px;
}

.ljkt-btn:hover{
    color: #FBDFC1;
}

.dwyzsb-search{
    position: absolute;
    left: 180px;
    top: 0;
}