.ink-blue-container{
    padding: .54rem 0 0;
}
.ink-blue-container p{
    margin: .26rem 0 0;
    line-height: .32rem;
    font-size: .18rem;
}
.finance-database .banner-con{
    width: 35%;
}
.finance-database .banner-con .banner-title{
    color: #00E8A3;
    font-size: .22rem;
}

.dynamic-num{
    display: flex;
    align-items: center;
    justify-content: center;
}
.dynamic-num .num{
    width: 0.94rem;
    height: 1.4rem;
    line-height: 1.4rem;
    color: #00E8A3;
    background: url(../images/number-bg.png) repeat center center;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.1);
    margin: 0 0.05rem;
    text-align: center;
    font-size: 1rem;
    font-weight: 300;
    overflow: visible;
}
.dynamic-num .num:first-of-type{
    margin-left: 0!important;
}

.finance-database .content{
    width: 60%;
    text-align: left;
}
.research-brand-container h3{
    font-size: .25rem;
    padding: 0;
}
.research-brand ul,
.AI-list{
    padding-bottom: .5rem;
}
.AI-list li{
    width: 100%;
}
.AI-list li a{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.AI-list li h5,
.AI-list li span{
    display: block;
    font-size: .18rem;
    line-height: .6rem;
    color: #4D4D4D;
}

/* 搜索 */
.searchBox{}
.banner-bg{
    margin: .46rem auto 0;
    height: 1.9rem;
    position: relative;
}
.banner-bg .bg{
    width: 100%;
}
.green-block{
    width: max-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.green-block .green-tab {
    border: 1px solid #a4a9af;
    border-bottom: 0;
    border-radius: .03rem .03rem 0 0;
    width: max-content;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.green-block .green-tab a {
    width: 1.6rem;
    line-height: 0.46rem;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    position: relative;
}
.green-block .green-tab a.current {
    color: #fff;
    background: #005596;
}

.green-search .flexBox{
    display: flex;
    align-items: center;
}

.green-search .complex .input-icon,
.green-search .complex .button,
.green-block .batch-btn{
    display: inline-block;
    font-weight: bold;
    min-width: 1.66rem;
    line-height: 0.54rem;
    border: 0.01rem solid #005596;
    border-radius: .02rem;
    text-align: center;
    position: relative;
}
.green-block .batch-btn{
    color: #005596;
    background: #fff;
    height: 0.54rem;
    margin-left: 0.1rem;
}
.green-search .complex .button{
    height: .56rem;
    color: #fff;
    background: #005596;
    border-radius:  0 .02rem .02rem 0;
}

.green-search .complex{
    width: 12rem;
    display: flex;
    align-items: center;
}
.green-search .complex .input-icon{
    position: relative;
    min-width: calc(100% - 1.66rem);
    height: 0.54rem;
    border-right: none;
    border-radius: .02rem 0 0 .02rem;
}
.green-search .complex .input{
    width: calc(100% - .6rem);
    height: 100%;
    padding-left: .5rem;
    padding-right: .1rem;
}
.green-search .icon-search{
    width: .21rem;
    height: .21rem;
    background-image: url(/common/images/icons/sprite/icon-search.png);
    background-size: 100%;
    top: 50%;
    left: 0;
    position: absolute;
    margin-top: -0.1rem;
    margin-left: 0.1rem;
}

.green-block .batch-btn .prompt {
    display: none;
    top: -0.54rem;
    right: 0;
    left: 0;
    position: absolute;
    background: #f5a12e;
    color: #fff;
    font-weight: normal;
    font-size: 0.12rem;
    line-height: 0.18rem;
    width: 1.7rem;
    padding: 0.08rem 0 0.08rem 0;
    border-radius: .03rem;
    box-shadow: .02rem .02rem .1rem rgba(0, 0, 0, 0.2);
}
.green-block .batch-btn .prompt .arrow {
    width: 0;
    height: 0;
    border: .15rem solid transparent;
    border-top: .15rem solid #f5a12e;
    top: 0.46rem;
    left: 50%;
    position: absolute;
    margin-left: -0.08rem;
}
.green-block .batch-btn:hover .prompt {
    display: inline-block;
    vertical-align: middle;
}

.green-search-btn {
    font-weight: bold;
    color: #247cd2;
    margin-top: 0.26rem;
    display: inline-block;
    vertical-align: middle;
}

/* 表格 */
.uitab-wrap{
    line-height: 0.56rem;
    margin-top: 0.3rem;
    margin-bottom: .46rem;
}
.table-list{
    /*width: 100%;*/
    background: #e7ecf1;
}
.table-list th, .table-list td{
    text-align: center;
    color: #262e3d;
    font-size: .16rem;
    line-height: .24rem;
    border-bottom: 1px solid #d3d8df;
}
.table-list thead tr {
    background: #dbe3ea;
}
.table-list th, .table-list td{
    padding: 0.16rem .12rem;
}
.table-list td{
    padding: .09rem .12rem;
}
.table-list .btn-relevance{
    font-size: 0.14rem;
    display: inline-block;
    vertical-align: middle;
    color: #247cd2;
}
.table-list td a:hover{
    color: #005596;
}

.relevance-info .relevance-table{
    margin-top: .11rem;
    background: #fff;
}
.relevance-info .relevance-table thead tr{
    background: #f1f4f7;
}
.relevance-info .relevance-table th{
    border-top: none;
}
.relevance-info .relevance-table tr.even{
    background: #f5f6f7;
}
.relevance-info .relevance-table tbody tr:hover{
    background: #dbedfe;
}
#table_con0 .relevance-info .relevance-table td{
    cursor: pointer;
}
.mask-container{
    margin: .15rem 0 .05rem;
}
.mask-content{
    display: flex;
    align-items: center;
    justify-content: center;
}
.mask-content p{
    line-height: .26rem;
}


/* ai快讯 */
.green-AiNews-container .green-banner{
    width: 100%;
    height: 2.32rem;
}
.green-AiNews-container .dynamic-num .num{
    width: .66rem;
    height: .89rem;
    font-size: 0.74rem;
    line-height: .89rem;
    color: #fff;
    background: url(../images/number-bg-aiNews.png) repeat center center;
}
.green-AiNews-container .banner-title{
    margin-top: 0.2rem;
    font-size: .22rem;
    color: rgba(255,255,255,.5);
}

.green-AiNews-container .reg-panel {
    padding: .6rem .6rem .4rem;
}
.green-AiNews-container .search-complex{
    width: 12rem;
    margin: 0 auto;
}
.green-AiNews-container .table-bar{
    margin-top: 0.18rem;
    margin-bottom: 0.12rem;
    color: #8d96a6;
}
.green-AiNews-container .primary-text,
.green-AiNews-container .table-bar a,
.green-AiNews-container .table-list a{
    color: #247cd2;
}
.green-AiNews-container .table-list{
    width: 100%;
    background: #fff;
    border-collapse: collapse;
    border-spacing: 0;
}
.green-AiNews-container .table-list thead tr th{
    padding: 0;
    border-bottom: none;
}
.green-AiNews-container .table-column .table-list thead tr th{
    padding: 0.16rem .12rem;
}

.green-block .risk-title h1{
    font-size: 0.26rem;
    line-height: 0.32rem;
    font-weight: bold;
    color: #262e3d;
    margin-bottom: 0.06rem;
}
.green-block .risk-title p {
    font-size: 0.12rem;
    line-height: 0.3rem;
    color: #596477;
    opacity: 0.6;
}
.green-risk-block{
    margin-top: 0.2rem;
    padding-bottom: 0.3rem;
}
.green-risk-block p, .green-risk-block span{
    font-size: .16rem;
    line-height: 0.3rem;
    color: #596477;
}


/* 榜单 */
.green-stocks-container .banner-content h2,
.green-credit-container .banner-content h2{
    font-size: .46rem;
    line-height: .46rem;
}

.green-main-banner .stocks-banner .banner-content{
    transform: translate(-50%, -50%);
}
.stocks-banner{
    height: 100%;
    top: 0;
}
.stocks-banner .logo{
    width: 40%;
    margin-bottom: .47rem;
}
.stocks-banner .search{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .40rem 0;
}
.stocks-banner .search input[type=text]{
    width: 50%;
    background: #fff;
    box-shadow: 0 .08rem .29rem 0 rgba(0, 0, 0, 0.3);
    border-radius: .04rem 0 0 .04rem;
    line-height: .45rem;
    padding: 0 .20rem;
}
.stocks-banner .search input[type=button]{
    font-size: .18rem;
    color: #fff;
    line-height: .45rem;
    background: #C2272D;
    border-radius: 0 .04rem .04rem 0;
    padding: 0 .50rem;
    cursor: pointer;
}
.stocks-banner .btn{
    display: flex;
    align-items: center;
    justify-content: center;
}
.stocks-banner .btn li{
    background: rgba(1, 17, 53, 0.4);
    border: 1px solid #F7F7F8;
    border-radius: .02rem;
    margin-right: .80rem;
}
.stocks-banner .btn li:last-of-type{
    margin-right: 0;
}
.stocks-banner .btn li a{
    display: block;
    font-size: .18rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: .44rem;
    padding: 0 .50rem;
}

.green-stocks-container .dynamic-list{
    padding: .6rem .6rem .35rem;
}
.dynamic-list .industry-screen{
    display: flex;
    align-items: center;
    padding-bottom: .20rem;
}
.dynamic-list .industry-screen label{
    font-size: .20rem;
    color: #272F1F;
}
.dynamic-list .industry-screen select{
    width: 30%;
    border: 1px solid #DFDFE1;
    border-radius: .02rem;
    height: .53rem;
    color: #272F1F;
    margin-right: .20rem;
    padding: 0 .10rem;
}
.dynamic-list .table-list th{
    background: #C2272D;
    color: #fff;
    font-weight: bold;
    border-bottom: none;
}
.dynamic-list .table-list tbody tr{
    background: #fff;
}
.dynamic-list .table-list tbody tr:nth-child(even){
    background: #FEECE0;
}
.dynamic-list .table-list tr:hover{
    background: #FEECE0;
}
.dynamic-list .table-list tr td{
    border-bottom: 1px solid #F3D5C0;
    cursor: pointer;
}
.dynamic-list .table-list tr td .go-up{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.go-up .icon-up-red{
    display: block;
    width: .08rem;
    height: .12rem;
    background: url(../images/icon-up-red.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: .12rem;
}

.dynamic-list .table-no-data{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 3rem;
}
.dynamic-list .table-no-data p{
    font-size: .20rem;
    line-height: .48rem;
    color: #272F1F;
}
.dynamic-list .table-no-data .extend-btn{
    display: block;
    width: 2.52rem;
    font-size: .18rem;
    line-height: .48rem;
    color: #fff;
    background: #1560EB;
    border-radius: .10rem;
    margin: .40rem auto 0;
}


/* 专题解读 */
.list-observe{
    padding: .6rem .6rem 0;
}
.list-observe .title{
    font-size: .24rem;
    font-weight: bold;
    color: #333333;
    line-height: .26rem;
    margin-bottom: .30rem;
}
.list-observe li{
    width: calc(20% - .3rem);
    height: 3.42rem;
    background: #FFFFFF;
    float: left;
    margin-right: .40rem;
    margin-bottom: .40rem;
}
.list-observe li:nth-child(4n){
    margin-right: 0;
}
.list-observe li a{
    display: block;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: 1px solid #DCDCDC;
}

.list-observe li img{
    width: 100%;
    height: 1.89rem;
}
.list-observe li .title-date{
    padding: .18rem .12rem 0;
}
.list-observe li h4{
    font-size: .19rem;
    font-weight: bold;
    color: #333333;
    line-height: .32rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
}
.list-observe li p{
    margin-top: .34rem;
    font-size: .16rem;
    color: #666666;
    line-height: .18rem;
}



/* 绿色信贷 */
.green-credit-container{
    position: relative;
    width: 100%;
}
.green-credit-container img{
    width: 100%;
}
.green-credit-container .banner-content-calcHeight{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    height: 100%;
}
.green-credit-container .finance-database .banner-con .dynamic-num .num{
    width: 66px;
    height: 88px;
    font-size: 74px;
    line-height: 88px;
}
.green-credit-container .banner-content{
    position: absolute;
    left: 40px;
    top: 60px;
    text-align: left;
    transform: translate(0,0);
}
.green-credit-container .banner-content h2{
    color: #00E8A3;
    font-weight: 300;
}
.green-credit-container .banner-con{
    width: 100%;
    margin-top: 43px;
}
.green-credit-container .banner-title{
    margin-top: 19px;
    text-shadow: 0 2px 4px rgba(5, 89, 157, 0.75);
}
.green-credit-container .zl-finance{
    width: 100%;
    background: rgba(1,25,50,.8);
    position: absolute;
    bottom: 0;
    line-height: 64px;
    font-size: 22px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.green-credit-container .zl-finance b{
    display: block;
    width: 17px;
    height: 16px;
    background: url(/GreenSecurities/images/icon-arrow-right.png) no-repeat;
    background-size: 100%;
    margin-left: 15px;
}

.fix_right{
    position:fixed;
    width: 146px;
    height: 146px;
    z-index: 999;
    right: 30px;
    bottom: 200px;
}
.bulletBox{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.7);
}



















