@import "icon.css";


.category{
    border-bottom: 1px solid #e5e5e5;
}
.category .title {
    font-size: 0.2rem;
    font-weight: 600;
    cursor:pointer;
}
.category .title:hover{
    color:#005596;
}
.category .title .arrow {
    display: inline-block;
    margin-right: 0.1rem;
}
.category .title .arrow img{
    display: inline-block;
    width: 24px;
}
.category .title .arrow.current {
    border: 0.06rem solid transparent;
    /* border-top-color: black; */
    transition: all 0.02s ease-in-out;
    position: relative;
    top: 0.02rem;
    background-color: antiquewhite;
    vertical-align: middle;
}
.category .title-two{

}
.category .title-two h5{
    margin-left: 0.22rem;
    font-size: 18px;
    display: flex;
    align-items: center;
    cursor: pointer;
    line-height: 36px;
}
.category .title-two h5 .icon-arrow{
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 16px solid #62a000;
    margin-left: 10px;
}
.category .title-two h5 .show{
    transform: rotate(180deg);
}

.category .list {
    margin-left: 0.22rem;
    margin-bottom: 0.22rem;
    display: block;
    position: relative;
    line-height: 30px;
    /*padding-bottom: 0.6rem;*/
}
.category .list li {
    margin-left: 20px;
    list-style: outside;
    line-height: 36px;
    margin-top: 20px;
}
.category .list p,.category .list div{
    line-height: 30px;
    width: 92%;
}
.category .list blockquote{
    margin: 0;
}

.category .title-two-box .list li{
    list-style: none;
    line-height: 30px;
    margin-top: 0;
}
.category a {
    color:#62a000!important;
}
.category .fold{
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0.36rem;
    cursor:pointer;
}
.category .fold:hover{
    color:#005596;
}

.page-of-green-supply-CITI .uitab-wrap{
    margin-top: -20px;
}



/* 沟通记录 */

input::placeholder,
textarea::placeholder {
    color: #000!important;
    font-size: inherit;
}

.complex{
    position: relative;
    height: 0.58rem;
    line-height: 0.58rem;
    background-color: #fff;
    color: #596477;
    font-size: 0.16rem;
    box-sizing: border-box;
    border-radius: .29rem;
}
.complex .input-icon, .complex .input{
    width: calc(100% - 1.2rem);
}
.complex .input-icon{
    display: block;
    height: 100%;
    overflow: hidden;
    border: none;
    min-width: 0;
}
.complex .input{
    width: calc(100% - .6rem);
    height: 100%;
    padding-left: .5rem;
    padding-right: .1rem;
    background: transparent;
}
.complex .input:focus{
    border-color: #79c600;
}
.input-icon .icon{
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.1rem;
    margin-left: 0.14rem;
    z-index: 1;
}

.complex .button{
    display: inline-block;
    min-width: 1.09rem;
    line-height: .46rem;
    background: #26E7A5;
    border-radius: .23rem;
    font-weight: bold;
    margin: .06rem .07rem 0 0;
    vertical-align: middle;
    color: #fff;
    cursor: pointer;
    font-size: 0.16rem;
    box-sizing: border-box;
    float: right;
}


#container{
    color: #455338;
}

.banner{
    width: 100%;
    height: 2.32rem;
    position: relative;
    display: block;
}
.banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-bg{
    padding: 0 1.04rem 0 .86rem;
    width: calc(100% - 1.9rem);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title-communication{}
.title-communication h5{
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: .32rem;
    color: #333333;
    margin-bottom: .27rem;
}
.title-communication .icon{
    display: block;
    width: .3rem;
    height: .3rem;
    background: url("../images/pages/icon/icon-title-gt.png") no-repeat;
    background-size: 100%;
    margin-right: .16rem;
}
.sum-total{
    font-size: 0.16rem;
    color: #666;
}
.search-panel{
    width: 6.97rem;
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
}
.brands-story-detail{
    margin-top: .1rem;
}

.type-SFC{
    margin-top: .24rem;
}
.type-SFC .list{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.type-SFC .list li{
    float: none;
    margin: 0;
}
.type-SFC .list li h6{
    display: none;
    color: #fff;
}
.type-SFC .list li .select{
    min-width: 2rem;
    height: .44rem;
    background: rgba(255,255,255,0.3) url(/common/images/common/select-bg.png) no-repeat right 0.1rem center;
    border-radius:.23rem;
    border: 1px solid #FFFFFF;
    margin-right: 0;
    color: #021A31;
    padding: 0 .15rem;
}

.brands-story-detail .sum-total{
    color: #929AA9;
    text-align: right;
}

.list-recent li{
    position: relative;
    line-height: 2;
    padding-top: 0.1rem;
    padding-left: 2.8rem;
}
.list-recent li table {
    position: absolute;
    top: 0;
    left: .2rem;
    text-align: center;
    width: 2.5rem;
    height: 1.9rem;
}

.list-recent li table td{
    position: relative;
    cursor: pointer;
}
.list-recent li .img {
    border-radius: .02rem;
    max-width: 2rem;
    max-height: 1.5rem;
}
.list-recent .date {
    color: #abb1a7;
    position: absolute;
    right: 0;
    bottom: .2rem;
}

.f26{
    font-size: 0.24rem;
    line-height: .52rem;
    color: #272F1F;
}
.f14 {
    font-size: 0.14rem;
    line-height: .22rem;
    font-weight: 300;
}
.minh75{
    min-height: .75rem;
}
.list-recent .tags {
    padding-top: 0.1rem;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid rgba(204,204,204,.25);
}
.list-recent .tags .localtion {
    color: #abb1a7;
    border-right: .01rem solid #ccc;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0.1rem 0 0.2rem;
    position: relative;
}
.list-recent .tags .localtion:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: .16rem;
    height: .22rem;
    background: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAWCAMAAAD+dOxOAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABQVBMVEUAAACrsaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersaersacAAAC74hybAAAAaXRSTlMAChBFre9DDfr7qgzP84MoASqHx6TcI96gNf73H6Lj4qH4l48i6eiVmDersB68PdT1FST0FhIRF/DOQr+lFLK+SMuJlDr5OZ+IKT4c9iepmhP9OEB7BAnbggfXizv8LTQG5XHTtizhUTLghqijAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAQtJREFUGNNNUGk7AmEUPWWGkRlmpNTbWGLsFCUpCjHWUGQZ2bOd//8HzDSW7od77nKee89zAD8CQXRElySTstT90/ZIJJVeN4X62mSVWv+ArhuDGsMBdzDESNSnGsOMAXGRMGCOjI6NmzCSjGOCk7Cm3AOctjDDWUQ4h3kuLEaXGEKKaSgMYpkrQIZZrFKGxhwUsQaYVJDnOgosYoObwVKZW9jmDircxZ5NQdr7OOAhjkQ2j2OVVFM4qYpT4IznrqhSzU0x9xFgVesXvtJLkcx42GDhysPrG962F84dGx42mXZ86v2D/QgU6/bTr0EVqs+1F77+Oea02HxjWf/38D1BfuQ6Xf1shb/86hsx0jNyTdgCRAAAAABJRU5ErkJggg==) no-repeat;
    background-size: 100%;
}

#container .tooltip {
    display: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
    width: 4.4rem;
    padding: 0.2rem;
    margin-top: 0.4rem;
    font-size: 0.14rem;
    color: #566374;
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: .03rem .05rem .2rem rgba(0, 0, 0, 0);
    -moz-box-shadow: .03rem .05rem .2rem rgba(0, 0, 0, 0);
    box-shadow: .03rem .05rem .2rem rgba(0, 0, 0, 0);
    -webkit-filter: drop-shadow(.03rem .05rem .20rem rgba(0, 0, 0, 0.2));
    filter: drop-shadow(.03rem .05rem .20rem rgba(0, 0, 0, 0.2));
}
#container .tooltip:before {
    content: '';
    width: 0;
    height: 0;
    border-left: .15rem solid transparent;
    border-right: .15rem solid transparent;
    border-bottom: .15rem solid #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: -0.15rem;
    /*margin-right: 2.97rem;*/
}
#container .tooltip .con {
    text-align: left;
    font-size: .14rem;
    line-height: .28rem;
    font-weight: 300;
}

#container .g-prtr:hover .tooltip{
    display: block;
}



.brands-story-detail table tr td .brands{
    position: absolute;
    background-color: #fff;
    width: 3.6rem;
    left: 50%;
    /*top: 196px;*/
    margin-left: -1.9rem;
    box-shadow: 0 0 0.3rem rgb(0 0 0 / 20%);
    border-radius: 0.04rem;
    text-align: center;
    padding: 0.1rem 0.1rem;
    display: none;
    z-index: 1;
}
.brands-story-detail table tr td .brands p {
    text-align:center;
    margin-bottom: .1rem;
}
.brands-story-detail table tr td .brands .arrow{
    display: inline-block;
    width: 0;
    height: 0;
    border: .15rem solid transparent;
    border-bottom: .15rem solid #ffffff;
    position: absolute;
    top: -0.3rem;
    left: 50%;
    margin-left: -.15rem;
}
.brands-story-detail table tr td .brands .title{
    text-align: center;
}
.brands-story-detail table tr td .brands .imgSpan{
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    background-color: #f6f9f4;
    text-align: center;
    margin: 0 0.03rem 0 0.03rem;
    position: relative;
}
.brands-story-detail table tr td .brands .imgSpan img{
    width: 0.7rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.pagination-wrap .pagination .page-jump .input, .pagination-wrap .pagination .page-jump .input-small{
    height: auto;
}
.pagination-wrap .pagination .page-jump .button{
    margin: 0;
}