*{
    font-family: Microsoft YaHei;
}
.float-end{
    float: right;
}
.text-left{
    text-align: left;
}

.banner-box{
    width: 100%;
    position: relative;
}
.banner-box .bg{
    width: 100%;
}

.banner-content{
    position: absolute;
    top: 2.1rem;
    left: 50%;
    transform: translate(-50%, 0);
}
.number-list{
    display: flex;
    align-items: center;
    justify-content: center;
}
.number-list li{
    float: left;
    width: 1.28rem;
    height: 1.7rem;
    background: url(../images/2023/bg-total.png) no-repeat;
    background-size: 100%;
    /*border-radius: 0.02rem;*/

    font-size: 1.6rem;
    line-height: 1.7rem;
    font-family: DIN Light;
    color: #FFFFFF;
    text-align: center;
    margin: 0 0.05rem;
}
.banner-title{
    font-size: 0.3rem;
    color: #FFFFFF;
    text-shadow: 0 0 0 rgba(2,26,47,0.5);
    margin-top: .3rem;
    text-align: center;
}

.banner-bg{
    width: 100%;
    position: absolute;
    bottom: 0;
}
.banner-bg .btn{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -1.3rem;
    left: 50%;
    transform: translate(-50%, 0);
}
.banner-bg .btn a{
    display: block;
    width: 2.43rem;
    line-height: 0.6rem;
    background: rgba(19,41,82,.85);
    font-size: 0.2rem;
    color: #FFFFFF;
    margin: 0 .2rem;
    text-align: center;
}
.banner-bg .btn a:hover{
    background: rgba(19,41,82,1);
}

.search-container{
    width: max-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.search-container p{
    font-size: 0.28rem;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: .4rem;
}
.box-search{
    position: relative;
    display: flex;
    align-items: center;
}
.content-search{
    width: 11rem;
    height: 0.56rem;
    background: rgba(255,255,255,0.1);
    border: .02rem solid #fff;
    display: flex;
    align-items: center;
    border-right: none;
}
.content-search:hover{
    background: rgba(255,255,255,0.3);
}
.box-search .icon-search{
    display: block;
    width: .2rem;
    height: .22rem;
    background: url(../images/2023/icon-search.png) no-repeat;
    background-size: 100%;
    margin: 0 .1rem 0 .2rem;
}
.box-search .content{
    width: calc(100% - 0.6rem);
    background: transparent!important;
    font-size: 0.16rem;
    color: #fff;
}
.box-search .content::-webkit-input-placeholder{   /* 使用webkit内核的浏览器 */
    color: rgba(255,255,255,.8);
}
.box-search .content:-moz-placeholder{    /* Firefox版本4-18 */
    color: rgba(255,255,255,.8);
}
.box-search .content::-moz-placeholder{    /* Firefox版本19+ */
    color: rgba(255,255,255,.8);
}
.box-search .content:-ms-input-placeholder{   /* IE浏览器 */
    color: rgba(255,255,255,.8);
}
.box-search .button{
    font-size: 0.18rem;
    font-weight: bold;
    color: #0A1E52;
    line-height: .6rem;
    background: #fff;
    padding: 0 .5rem;
    cursor: pointer;
}
/*.box-search .button:hover{
    color: #FFFFFF;
    background: #0A1E52;
}*/

/* 筛选 */
.checkbox-list{}
.radio-list{
    /*margin-top: .1rem;*/
}
.checkbox-list .checkbox, .radio-list .radio{
    margin-top: .05rem;
    margin-bottom: .05rem;
}
.checkbox-list .checkbox input[type="checkbox"]{
    display: block;
}
.checkbox-list .checkbox .icon, .radio-list .radio .icon{
    display: none;
}
.checkbox-list .checkbox span, .radio-list .radio span{
    display: block;
    font-size: 0.14rem;
    color: #444;
}
.type-SFC .list li h6, .type-SFC .scree-region h6{
    line-height: .4rem;
    min-width: max-content;
}
.type-SFC .list li .c_professions{
    width: auto;
    min-width: 3.88rem;
    margin-right: 0;
}

/* table */
.table-container{
    padding: .38rem 1.2rem 1.38rem;
}
.tab-big li, .tab-small li{
    text-align: center;
    float: left;
    margin-top: .2rem;
    cursor: pointer;
    position: relative;
}
.tab-big li:hover, .tab-small li:hover{
    background: #e6e6e6;
}
.tab-big li{
    width: 1.68rem;
    font-size: 0.2rem;
    line-height: 0.56rem;
    color: #071433;
    background: #F1F2F3;
    margin-right: .17rem;
}
.tab-small li{
    /*width: 1.65rem;*/
    /*font-size: .17rem;*/
    line-height: 0.44rem;
    color: #333333;
    background: #F8F8F9;
    margin-right: .2rem;
    padding: 0 0.2rem;
}
.tab-big li:last-of-type, .tab-small li:last-of-type{
    margin-right: 0;
}
.tab-big li.active, .tab-small li.active{
    background: #0A1E52;
    color: #fff;
}
.tab-big li.active{
    font-weight: bold;
}
.tab-big li.disabled, .tab-small li.disabled{
    background: #F8F8F9;
    color: #C4C4C4;
}
.box-tab em{
    width: .2rem;
    height: .16rem;
    background: rgba(253,58,58,1);
    border-radius: .02rem;
    font-size: .12rem;
    color: #fff;
    text-align: center;
    line-height: .16rem;
    position: absolute;
    right: -0.1rem;
    top: -0.08rem;
}
.tab-big li.css_tj_0 em{
    width: .3rem;
    right: -.15rem;
}

.box-SFC{
    margin: .65rem 0 .28rem;
}
.box-SFC .sum-total{
    font-size: 0.16rem;
    color: #929AA9;
}
.box-SFC .sum-total strong{
    font-weight: bold;
}

.content-SFC{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.content-SFC .btn{
    display: flex;
    align-items: center;
    color: #071433;
    font-size: 0.18rem;
    line-height: .18rem;
}
.content-SFC .btn .arrow{
    display: block;
    width: .07rem;
    height: .07rem;
    border: #071433 solid;
    border-width: .01rem .01rem 0 0;
    transform: rotate(135deg);
    margin-left: .17rem;
    margin-top: -0.03rem;
    /*margin-bottom: 10px;*/
}
.content-SFC .btn .arrowRotate{
    transform: rotate(-45deg);
    margin-top: 0.07rem;
}

.type-SFC{
    display: none;
}
.type-SFC .list .item, .type-SFC .scree-region{
    display: flex;
    align-items: center;
}
.type-SFC .scree-region.w50 .select{
    width: 1rem;
}
.box-regulatory-detail .type-SFC{
    display: flex;
    align-items: flex-end;
}


.table-box {
    /*padding-bottom: .2rem;*/
    /*margin-top: 0;*/
}
.table-box tr th,
.table-box tr td{
    border: .01rem solid #E0E0E0;
    border-right: none;
    border-left: none;
    color: #262E3D;
    padding: .15rem .2rem;
    font-size: .16rem;
    line-height: .22rem;
}

.table-box tr th{
    color: #FFFFFF;
    background: #0A1E52;
}
.table-box tr td{
    border-top: 0;
}
.table-box tr td .link{
    color: #262E3D;
}
.table-box tr td .yyzt, .company-name span{
    display: inline-block;
    font-size:.12rem;
    line-height: .2rem;
    color: #FFFFFF;
    padding: 0 0.04rem;
    background: #1992FC;
    border-radius: 0.02rem;
    margin-left: .12rem;
}

.company-name{
    display: flex;
    align-items: center;
    justify-content: left;
}
.company-name p{
    display: flex;
    align-items: center;
}


.table-box tbody tr:nth-of-type(even){
    background: #F5F6F8;
}
.table-box tbody tr{
    cursor: pointer;
}

.pager-wrap{
    margin: .7rem 0 0;
}
.pagination-wrap .pagination .pagers .pager.active, .pagination-wrap .pagination .pagers .pager:hover {
    color: #0A1E52;
    border-color: #0A1E52;
}
.pagination-wrap .pagination .page-jump .button{
    background: #0A1E52;
}



/* detail */
.box-regulatory-detail .box:nth-of-type(odd){
    background: #FAFAFB;
}

.box-company{
    padding: .5rem 1.2rem;
}
.box-company .company-name p{
    font-size: 0.3rem;
    font-weight: bold;
    color: #010101;
}
.box-company .company-name span{
    margin-left: .2rem;
    line-height: .24rem;
    font-size: .16rem;
}

.box-tab-detail .tabs{
    margin-top: .4rem;
}
.box-tab-detail .tabs li{
    float: left;
    cursor: pointer;
    line-height: 0.38rem;
    background: #FFFFFF;
    border: .02rem solid #fff;
    font-size: 0.16rem;
    color: #5B6676;
    padding: 0 .35rem 0 .13rem;
    margin-right: .2rem;
    position: relative;
}
.box-tab-detail .tabs li:after{
    content: "";
    position: absolute;
    width: .08rem;
    height: .08rem;
    border: #5B6676 solid;
    border-width: .02rem .02rem 0 0;
    transform: rotate(135deg);
    margin-top: .12rem;
    margin-left: .1rem;
}
.box-tab-detail .tabs li.active{
    color: #0A1E52;
    border: .02rem solid #0A1E52;
}
.box-tab-detail .tabs li.active:after{
    border: #0A1E52 solid;
    border-width: .02rem .02rem 0 0;
    transform: rotate(-45deg);
    margin-top: .18rem;
}
.box-tab-detail .tabs li:last-of-type{
    margin-right: 0;
}

.tabs-content{
    width: 86%;
}
.tabs-content .box-tab{
    width: 100%;
}
.tabs-content .tb{
    border-collapse: collapse;
    margin-top: .08rem;
}
.tabs-content .tb td{
    width: 35%;
    border-right: .5rem solid transparent;
    border-bottom: .01rem solid #D9D9D9;
}
.tabs-content .tb .item{
    text-align: left;
    display: flex;
}
.tabs-content .tb h5,
.tabs-content .tb p{
    font-size: 0.16rem;
    line-height: .24rem;
    color: #000000;
    padding: .16rem 0;
    display: inline-block;
}
.tabs-content .tb p a{
    display: block;
    font-size: 0.16rem!important;
    line-height: .24rem;
}

.tabs-content .tb h5{
    font-weight: bold;
    padding-right: .3rem;
    /*min-width: 1.14rem;*/
}
.tabs-content .tb p{
    /*width: calc(100% - 1rem);*/
}

.box-tab-gs .tb h5{
    min-width: .64rem
}

.box-tab-hj .tb td{
    /*width: 35%;*/
    vertical-align: top;
}
.box-tab-hj .tb h5{
    min-width: 1.2rem;
}

.map{
    width: 2.32rem;
    height: 1rem;
    background: #F0F2F6;
    margin-top: -0.42rem;
    /*border: .01rem solid #0A1E52;*/
}
.map iframe{
    border: none;
}

.detail-xxt{
    margin-bottom: .3rem;
}
.detail-xxt .type-SFC{
    margin-top: -0.08rem;
    /*border-top: .01rem solid #EAEBEC;*/
}
.detail-xxt .uitab-header{
    border-bottom: 1px solid #e5e5e5;
}
.detail-xxt .uitab-header li{
    display: inline-block;
    font-size: 0.2rem;
    line-height: 0.54rem;
    font-weight: bold;
    padding: 0 0.1rem 0 0.1rem;
    margin-right: 0.62rem;
    cursor: pointer;
    color: #262e3d;
    position: relative;
}
.detail-xxt .uitab-header li span{
    bottom: -0.01rem;
    left: 0;
    position: absolute;
    background: #0A1E52;
    height: 0.02rem;
    width: 100%;
    display: none;
}

.title-hover {
    position: absolute;
    top: .08rem;
    right: -0.08rem;
}
.title-hover .icon {
    display: block;
    width: .14rem;
    height: .14rem;
    background: url(/User/images/icon/icon-tips.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
    margin-left: .03rem;
}
.title-hover .content{
    position: absolute;
    left: .2rem;
    top: 0;
    font-size: .12rem;
    z-index: 9;
    color: #fff;
    line-height: .16rem;
    width: max-content;
    padding: .05rem .08rem;
    background: #0A1E52;
    display: none;
    text-align: justify;
    font-style: normal;
    font-weight: normal;
}

.detail-xxt .uitab-header li.current{
    color: #0A1E52;
}
.detail-xxt .uitab-header li.current span{
    display: inline-block;
}

.detail-xxt .record-content{
    margin-top: .3rem;
}
.detail-xxt .type-SFC .scree-region{
    margin: .08rem .6rem 0 0;
}
.detail-xxt .table-list .first-td{

}
.unit {
    /*margin: 0.2rem 0.2rem 0 auto;*/
    margin-bottom: 0.1rem;
    text-align: right;
}


.box-table-detail{
    padding: .3rem 1.2rem .2rem;
}
.box-table-detail .table-box{
    margin-top: .3rem;
}
.box-table-detail .table-box tr th{
    color: #0A1E52;
    background: #F5F6F7;
}
.box-table-detail .table-box tbody tr:nth-of-type(even){
    background: transparent;
}
.box-table-detail .table-box tbody tr:hover{
    background: #F3F9FF;
}
.box-table-detail .table-box tbody tr:hover td{
    font-weight: bold;
}

.page-btn{
    margin-top: .2rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.page-btn .btn{
    line-height: 0.4rem;
    background: #0A1E52;
    font-size: 0.16rem;
    color: #FFFFFF;
    padding: 0 .28rem;
    margin-left: .2rem;
}

.btn-attention{
    width: 1.18rem;
    height: .38rem;
    background: #0A1E52;
    border-radius: 0.02rem;
    border: .01rem solid #0A1E52;
    font-size: 0.16rem;
    color: #FFFFFF;
    position: relative;
    cursor: pointer;
}
.btn-attention .ac-loading {
    width: 0.2rem;
    height: 0.2rem;
    background: url("../images/2023/loading.png") no-repeat center center;
    -webkit-animation: rotate 1s linear infinite;
    -moz-animation: rotate 1s linear infinite;
    -o-animation: rotate 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.attention-success{
    background: transparent;
}
.attention-success .ac-loading {
    background: url("../images/2023/loading2.png") no-repeat center center;
}

.btn-attention .attention,
.btn-attention .un-attention{
    display: inline-block;
    width: 100%;
    line-height: .38rem;
    text-align: center;
}
.btn-attention .un-attention{
    color: #0A1E52;
    background: #fff;
}

.btn-attention .un-attention,
.btn-attention .ac-loading,
.btn-attention .focused-success,
.btn-focused .attention{
    display: none;
}

.btn-attention.loading .attention,
.btn-attention.loading .un-attention,
.btn-attention.loading .focused-success {
    display: none;
}

.btn-focused .un-attention,
.attention-success .focused-success,
.btn-attention.loading .ac-loading{
    display: inline-block;
}

.focused-success{
    position: absolute;
    top: 0.55rem;
    right: 0;
    border-radius: 3px;
    width: 3.15rem;
    color: #262E3D;
    background: #fff;
    text-align: center;
    padding: .3rem 0;
    -webkit-box-shadow: 0 0 .07rem rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 .07rem rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 .07rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 .07rem rgba(0, 0, 0, 0.2);
}
.focused-success em{
    width: 0.3rem;
    height: 0.2rem;
    background: url(../images/2023/arrow-top.png) repeat-x;
    position: absolute;
    top: -0.2rem;
    right: 0.45rem;
}
.focused-success h1 {
    font-size: 0.18rem;
    margin-bottom: .15rem;
}
.focused-success p {
    font-size: 0.14rem;
    margin: 0 0 0.15rem;
}
.focused-success span {
    display: block;
    font-size: 0.14rem;
    color: #fff;
    line-height: 0.38rem;
    border-radius: .04rem;
    background: #0A1E52;
    width: 1.1rem;
    transition: all 0.3s;
    cursor: pointer;
    margin: 0 auto;
}
.focused-success span:hover {
    background: #0A1E52;
}


/* 内容 */
.box-detail-content{
    padding: .5rem 2rem .2rem;
}
.box-detail-content .title{
    font-size: 0.3rem;
    font-weight: bold;
    color: #071433;
    margin-bottom: .2rem;
}

.box-detail-content .content p{
    font-size: 0.16rem;
    color: #5A6576;
    line-height: 0.36rem;
}
.box-idContent{
    color: #262E3D;
    font-size: .16rem;
    line-height: .32rem;
}
.box-uitab-con{
    position: relative;
}


/*感兴趣的企业*/
.be-interested-enterprise{
    margin-top: .3rem;
}
.be-interested-title{
    padding-bottom: .2rem;
    border-bottom: .02rem solid #eaebec;
}
.be-interested-enterprise .list{
    margin: .3rem 0;
}
.be-interested-enterprise .list h3{
    font-size: .22rem;
    font-weight: bold;
    line-height: .5rem;
}
.list-data{
    display: flex;
    align-items: center;
}
.list-data-flex{
    width: 90%;
}
.list-data-flex div{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-data-flex div h5{
    line-height: .35rem;
}
.list-data-flex div h5:nth-of-type(1){
    width: 50%;
}
.list-data-flex div h5:nth-of-type(2){
    width: 25%;
}
.list-data-flex div h5:nth-of-type(3){
    width: 25%;
}
.list-data .see-detail-btn{
    padding: 0 .2rem;
    background: #005596;
    color: #fff;
    border-radius: .1rem;
    line-height: .4rem;
}

.seo-list a{
    margin-right: .15rem;
}

/* 企业反馈 */
.feedback-record-list{
    color: #262e3d;
    position: relative;
}

.feedback-record-list p{
    color: #262E3D;
    font-size: .16rem;
    line-height: .3rem;
}
.feedback-record-list p span,
.feedback-record-list p a{
    display: contents;
    font-size: .14rem;
    line-height: 0.24rem;
}

.feedback-record-list .css_gs_title{
    font-size: .24rem;
    font-weight: bold;
    margin-bottom: .2rem;
}

.feedback-record-list .list{
    background: #f7f7f8;
    padding: .3rem;
    position: relative;
    margin-bottom: .3rem;
}
.feedback-record-list .list .feedback-title{
    font-weight: bold;
    font-size: .18rem;
    line-height: .36rem;
    margin-bottom: .2rem;
}
.feedback-record-list .list h6{
    font-size: .16rem;
    line-height: .38rem;
}
.feedback-record-list .list h6 strong{
    display: inline-block;
    font-weight: bold;
    line-height: .38rem;
}
.feedback-record-list .list .feedback-content{
    margin-top: .15rem;
}
.feedback-record-list .list .feedback-state{
    margin-bottom: .38rem;
    overflow: hidden;
}
.feedback-record-list .list .auto{
    height: initial;
}
.feedback-record-list img.file{
    width: .3rem;
}
.feedback-record-list img.img{
    width: 60%;
    margin: 0 auto;
    display: block;
}
.feedback-record-list ol{
    margin-left: .3rem;
}

/* pdf */
.feedback-record-list .feedback-content li{
    line-height: .38rem;
}
.feedback-record-list .feedback-content li a, .feedback-record-list ol li a{
    color: #262e3d;
    font-size: .16rem;
    line-height: 0.26rem;
    padding: .04rem 0;
}
.feedback-record-list .feedback-content li a:hover, .feedback-record-list ol li a:hover{
    color: #008FFF;
}

.feedback-record-list .feedback-content li .title{
    margin-bottom: 0;
}
.feedback-record-list .feedback-content li p{
    color: #262E3D;
    font-size: .16rem;
    line-height: .3rem;
    /*margin: .06rem 0;*/
    font-weight: normal;
}
.feedback-record-list img{
    max-width: 30%;
    height: auto;
}
.feedback-record-list .feedback-pdf img{
    max-width: 100%;
}

.feedback-record-list .feedback-pdf li table{
    width: 100%;
    border-collapse: collapse;
}
.feedback-record-list .feedback-pdf li table td,
.feedback-record-list .feedback-pdf li p span{
    font-size: .16rem;
    line-height: .26rem;
}
.feedback-record-list .feedback-pdf li span{
    font-size: .16rem!important;
}

.feedback-record-list .list .feedback-btn{
    color: #005596;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f7f8;
    width: calc(100% - 0.6rem);
    position: absolute;
    bottom: .3rem;
}
.feedback-record-list .list .feedback-btn .arrow{
    display: block;
    width: 0;
    height: 0;
    border-top: .06rem solid #005596;
    border-left: .06rem solid transparent;
    border-right: .06rem solid transparent;
    margin-left: .05rem;
}
.feedback-record-list .list .feedback-btn .open{
    transform: rotate(180deg);
}


/* 表格 */
.feedback-record-list #nowYear{
    font-size: 0.26rem;
    color: #262E3D;
    line-height: 0.3rem;
    margin-bottom: 0.2rem;
}
.feedback-record-list h4{
    font-size: 0.2rem;
    color: #262E3D;
    line-height: 0.3rem;
    margin-bottom: 0.2rem;
}
.feedback-record-list table{
    font-size: 0.14rem;
    /*border-top: 1px solid #E0E0E0;*/
    /*border-right: 1px solid #E0E0E0;*/
    /*background: #fcfcfd;*/
    margin-top: 0.06rem;
    margin-bottom: 0.3rem;
    width: 100%!important;
    border-collapse: collapse;
}

.feedback-record-list th,
.feedback-record-list td{
    padding: .05rem;
    line-height: 0.2rem;
    border-bottom: .01rem solid #E0E0E0;
    border-left: .01rem solid #E0E0E0;
    color: #262E3D;
    font-size: .16rem;
    text-align: center;
}
.record-table th, .record-table td{
    padding: .1rem 0;
}
.feedback-record-list th,
.record-table td.title-td, .record-table td.gray-bg{
    background: #F5F6F7;
}

.feedback-record-list td{
    color: #262E3D;
    border: 1px solid #E0E0E0;
}
.feedback-record-list td a{
    font-size: 0.14rem;
    display: inline-block;
    color: #262E3D;
}
.feedback-record-list td a:hover{
    color: #008FFF;
}
.feedback-record-list td p{
    text-indent: initial!important;
}

/* 公共 */
.feedback-record-list .data-source{
    padding: .3rem 0;
    border-top: .01rem solid #EAEBEC;
    border-bottom: .01rem solid #EAEBEC;
    color: #071433;
    position: relative;
}
.feedback-record-list .data-source:first-of-type{
    border-bottom: none;
    border-top: none;
    padding: 0 0 0.3rem;
}
.feedback-record-list .data-source:last-of-type{
    border-bottom: none;
}

.feedback-record-list .data-source p,
.feedback-record-list .data-source div p,
.feedback-record-list .data-source a{
    display: block;
    font-size: 0.16rem;
    line-height: .3rem;
    text-align: left;
}
.feedback-record-list .data-source td a{
    text-align: center;
}
.feedback-record-list .data-source td a span{
    font-size: .13rem!important;
}

.feedback-record-list .data-source h1{
    font-size: 0.18rem;
    line-height: .3rem;
    margin: .1rem 0 0;
}
.feedback-record-list .data-source span{
    font-size: 0.2rem;
    line-height: 0.3rem;
}
.feedback-record-list .data-source p span{
    font-size: .16rem;
    line-height: 0.3rem;
}


.feedback-record-list .data-source .btn-pos{
    position: absolute;
    left: -0.8rem;
    background: #0A1E52;
    border-radius: .04rem;
    padding: .05rem .1rem;
    color: #fff;
    font-family: auto;
    line-height: .2rem;
    font-size: .16rem;
}
.feedback-record-list .data-source .btn-fixed{
    position: fixed;
    top: 1.2rem;
    left: 1.2rem;
}

/* 环境信息依法披露 */
.record-year, .record-list li{
    /*display: flex;*/
    /*align-items: center;*/
}
.record-year .arrow-top{
    display: none;
}
.record-year .select-text{
    display: block;
    /*margin: 0 .1rem;*/
    margin-top: .15rem;
}
.record-list .record-select{
    margin-top: .3rem;
}
.record-list .record-select a{
    font-size: .16rem;
    line-height: .18rem;
    font-weight: bold;
    color: #313842;
}
.entry-list{
    margin-top: .2rem;
}
.entry-list li{
    width: calc(25% - 17px);
    min-height: 1rem;
    background: #fff;
    border-radius: .06rem;
    margin-right: .18rem;
    margin-bottom: .18rem;
    float: left;
    display: flex;
    justify-content: center;
}
.entry-list li:nth-of-type(4n){
    margin-right: 0;
}
.entry-list li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .15rem;
    width: calc(100% - .3rem);
}
.entry-list li img{
    width: .4rem;
    height: .4rem;
}
.entry-list li .more-type-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .16rem;
    color: #474F62;
    cursor: pointer;
}
.entry-list li .more-type-btn .icon-more{
    display: block;
    width: .27rem;
    height: .27rem;
    background: url(/User/form/images/icon-more.png) no-repeat;
    background-size: 100%;
    margin-left: .12rem;
}

.entry-list li .entry-tab h3, .common-tab-btn li h3{
    font-size: .16rem;
    line-height: .18rem;
    color: #474F62;
}
.entry-list li .entry-tab p, .common-tab-btn li p{
    font-size: .14rem;
    line-height: .16rem;
    display: flex;
    align-items: center;
    padding-top: .12rem;
    color: #8D96A6;
}
.entry-list li .icon-fill, .common-tab-btn li .icon-fill{
    display: block;
    width: .14rem;
    height: .14rem;
    margin-left: .06rem;
}

.entry-list .success strong, .common-tab-btn .success strong{
    color: #29CCA8;
}
.entry-list .success .icon-fill, .common-tab-btn .success .icon-fill{
    background: url(/User/form/images/icon-success.png) no-repeat;
    background-size: 100%;
}
.entry-list .notfill strong, .common-tab-btn .notfill strong{
    color: #FE5277;
}
.entry-list .notfill .icon-fill, .common-tab-btn .notfill .icon-fill{
    background: url(/User/form/images/icon-notfill.png) no-repeat;
    background-size: 100%;
}
.entry-list .supplement strong, .common-tab-btn .supplement strong{
    color: #FD9439;
}
.entry-list .supplement .icon-fill, .common-tab-btn .supplement .icon-fill{
    background: url(/User/form/images/icon-supplement.png) no-repeat;
    background-size: 100%;
}


/* 环评 */
.feedback-record-list .MsoNormalTable td{
    padding: .1rem!important;
}
.feedback-record-list .MsoNormalTable span,
.feedback-record-list .MsoNormalTable font,
.feedback-record-list .MsoNormal span,
.feedback-record-list .text-box{
    /*display: initial;*/
    line-height: .3rem;
}
.feedback-record-list .MsoNormalTable font{
    font-family: inherit;

}
.feedback-record-list .MsoNormal{
    line-height: .3rem;
}
.feedback-record-list .MsoNormal font{
    font-size: inherit;
}


.css_carbon_detail{
    margin: 0 -0.8rem;
}


/* 图片弹窗 */
.imgBoxMask .common-mask-content{
    width: auto;
    background: transparent;
    padding: 0;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
}

.imgBoxMask .box-ct{
    /*width: 100%;*/
    max-height: 85%;
    overflow-y: auto;
    margin-bottom: .8rem;
}
.imgBoxMask .img-box{
    max-width: 98%;
    max-height: 98%;
    /*margin: 0 auto .2rem;*/
}
.imgBoxMask .img-box .link{
    width: 100%;
    height: 100%;
    border-radius: .12rem;
}

.imgBoxMask .box-btn{
    position: absolute;
    /*right: -.7rem;*/
    /*top: .3rem;*/
    bottom: .3rem;
    left: 50%;
    transform: translate(-50%, 0);
}
.imgBoxMask .close-btn{
    width: .5rem;
    height: .5rem;
    border: 0.01rem solid #fff;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    /*margin-bottom: .3rem;*/
    margin: 0 .5rem;
}
.imgBoxMask b{
    display: block;
    width: .2rem;
    height: .2rem;
}
.imgBoxMask .icon-close{
    position: initial;
    background: url(/common/images/common/close-icon-white.png) no-repeat;
    background-size: 100%;
}
.imgBoxMask .icon-prev, .imgBoxMask .icon-next{
    background: url(/CityEnvironment/images/detail/share/icon-cnLR.png) no-repeat;
    background-size: 100%;
}
.imgBoxMask .icon-prev{
    transform: rotate(180deg);
}
.imgBoxMask .opacity{
    opacity: .25;
}



