*{
    font-size: .16rem;
    font-family: "Microsoft YaHei" ,Arial,Helvetica,sans-serif, "宋体";
}
sup,sub{
    font-size: .12rem;
}

.surface-water, .air-tableList{
    position: relative;
}
.surface-water a, .air-tableList a, .surface-select .select{
    display: block;
    font-size: .14rem;
    line-height: .3rem;
    color: #00055D;
    background: rgba(233,239,255,.5);
    padding: 0 .1rem;
    min-width: 1.5rem;
    position: relative;
    text-align: left;
    z-index: 2;
    border-radius: .02rem;
}
.surface-water a:after, .air-tableList a:after{
    content: " ";
    display: inline-block;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-top: solid .05rem #333;
    border-left: solid .04rem transparent;
    border-right: solid .04rem transparent;
    vertical-align: .03rem;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    position: absolute;
    right: .1rem;
    top: .13rem;
}
.surface-water:hover a:after{
    border-top: solid .05rem transparent;
    border-bottom: solid .05rem #333;
    top: .08rem;
}

.air-tableList a.current{
    background: #2C62FB;
    color: #fff;
}
.air-tableList a.current:after{
    border-top: solid .05rem #fff;
}
.air-tableList a.open:after{
    border-top: solid .05rem transparent;
    border-bottom: solid .05rem #fff;
    top: .08rem;
}

.surface-water .list, .air-tableList .list{
    display: none;
    min-width: 100%;
    box-shadow: 0 0 .02rem 0 rgba(0, 0, 0, 0.2);
    border-radius: .02rem;
    background: #fff;
    position: absolute;
    left: 0;
    top: .3rem;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    max-height: 2.2rem;
    overflow-y: auto;
    z-index: 1;
}
.surface-water .list li, .air-tableList .list li{
    font-size: .14rem;
    line-height: .3rem;
    padding: 0 .1rem;
    cursor: pointer;
}
.surface-water .list li:hover, .surface-water .list li.active,
.air-tableList .list li:hover, .air-tableList .list li.active{
    background: #EDF1F8;
}


/* shaishai */
.share-detail-box{
    padding: .7rem 1.44rem 0;
    background: #fff;
}

.bannerSwiper{
    padding-top: .1rem;
    margin-bottom: .3rem;
}
.bannerSwiper .swiper-slide,
.bannerSwiper .swiper-slide img{
    width: 100%;
}

.shareBox-tab{
    border-bottom: .01rem solid #EDEDED;
    position: relative;
}
.share-tab{
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - .9rem);
}
.share-tab li{
    padding: .2rem .1rem;
    font-size: .2rem;
    color: rgba(34, 34, 34, 0.7);
    border-bottom: .02rem solid transparent;
    cursor: pointer;
    margin: 0 .25rem;
}
.share-tab li.active{
    color: #222;
    border-bottom: .02rem solid #222;
}
.share-tabPos{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background: #fff;
    width: calc(100% - 2.88rem);
    padding: .7rem 1.44rem 0;
}
.shareBox-tab .surface-water a{
    min-width: .6rem;
    padding: 0 .15rem;
}
.shareBox-tab .surface-water .list li{
    padding: 0 .15rem;
}

.share-filter .surface-water a:after{
    width: .06rem;
    height: .06rem;
    border-top: .015rem solid #00055D;
    border-right: .015rem solid #00055D;
    border-left: none;
    top: 50%;
    right: .05rem;
    transform: translate(0, -50%) rotate(135deg);
    margin-top: -0.01rem;
}
.share-filter .surface-water:hover a:after {
    transform: rotate(-45deg);
    border-bottom: none;
}
.surface-select{}
.surface-select .select{
    min-width: .9rem;
    height: .3rem;
    margin-left: .12rem;
    padding-right: 0;
}

.shareBox-tab .box-btn{
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
}
.shareBox-tab .box-btn .btn{
    display: block;
    font-size: .18rem;
    line-height: .38rem;
    color: #FCFCFD;
    background: #159368;
    border-radius: .02rem;
    padding: 0 .2rem;
    margin-right: .2rem;
}
.shareBox-tab .box-btn .btn:hover{
    background: rgba(21,147,104, .8);
    color: #FCFCFD;
}


.share-box{
    /*margin: .32rem -0.12rem 0;*/
    margin: .32rem 0 0 -0.24rem;
}
.share-box .shareWall-list{
    position: relative;
}
.share-box li{
    width: calc(16.6% - 0.24rem);
    background: #FFFFFF;
    box-shadow: 0 .01rem .1rem 0 rgba(13,92,254,0.1);
    border-radius: .1rem;
    margin-left: .24rem;
    /*margin-bottom: .23rem;*/
    /*position: absolute;*/
    float: left;
}
.share-box li .pics{
    width: 100%;
    border-radius: .1rem .1rem 0 0;
    cursor: pointer;
}
.share-box li .flex-between{
    padding: 0 .14rem .2rem;
}
.share-box li h5{
    font-size: .14rem;
    line-height: .2rem;
    color: #000000;
    margin: .1rem 0 .06rem;
    padding: 0 .14rem;
}
.share-box li .head{
    width: .20rem;
    height: .20rem;
    background: #666666;
    border-radius: 50%;
}
.share-box li p,
.share-box li strong{
    font-size: .14rem;
    line-height: .2rem;
    color: #666666;
    margin-left: .08rem;
    font-weight: 400;
}
.share-box li strong{
    display: block;
}

.share-box li .pointer{
    cursor: pointer;
}
.share-box li .icon{
    display: block;
    width: .14rem;
    height: .13rem;
    cursor: pointer;
}
.share-box li .icon-share-check{
    background: url(../images/detail/icon_share_check.png) no-repeat;
    background-size: 100%;
}
.share-box li .icon-share-normal{
    background: url(../images/detail/icon_share_normal.png) no-repeat;
    background-size: 100%;
}

.share-filter{
    display: flex;
}
.share-filter .surface-water{
    margin-right: 0;
    margin-left: .12rem;
}

.box-noData{
    text-align: center;
    margin-left: .24rem;
    /*margin-top: 1rem;*/
}
.box-noData p, .box-noData span, .box-noData a{
    display: inline-block;
    font-size: 0.24rem;
    color: #000;
    line-height: 0.48rem;
    font-weight: 300;
}
.box-noData a{
    display: block;
    color: #5497F8;
}
.more-cityList{
    color: #222;
    font-size: .24rem;
    padding-top: .3rem;
    margin-top: .3rem;
    border-top: .01rem solid #EDEDED;
    text-align: left;
    margin-bottom: .32rem;
}
.more-cityList span{
    color: #222;
    font-weight: 400;
}

.btn-fixed{
    position: fixed;
    right: .3rem;
    bottom: .4rem;
    z-index: 10;
}
.btn-fixed .btn{
    width: .4rem;
    height: .4rem;
    box-shadow: 0 .02rem .08rem rgba(28, 31, 35, .03), 0 .16rem .48rem .8rem rgba(28, 31, 35, .08);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
}
.btn-fixed .back-top{
    display: block;
    width: .18rem;
    height: .18rem;
    background: url(../images/detail/icon-backTop-no.png) no-repeat;
    background-size: 100%;
}
.btn-fixed .btn:hover .back-top{
    background: url(../images/detail/icon-backTop-hover.png) no-repeat;
    background-size: 100%;
}

.imgZoomBox{}
.mask-img-box{
    width: 80%;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
}
.mask-img-box .img-link {
    /*width: 80%;*/
    height: 90%;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}
.mask-img-box .close-btn {
    width: .48rem;
    height: .48rem;
    border: .01rem solid #fff;
    position: relative;
    border-radius: 50%;
    /*margin: .45rem auto 0;*/
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .45rem 1rem 0;
}
.mask-img-box .close-btn b{
    width: .20rem;
    height: .20rem;
}
.mask-img-box .icon-left {
    background: url(../images/detail/share/icon-cnLR.png) no-repeat;
    background-size: 100%;
    transform: rotate(180deg);
}
.mask-img-box .icon-right {
    background: url(../images/detail/share/icon-cnLR.png) no-repeat;
    background-size: 100%;
}
.mask-img-box .icon-close {
    background: url(../images/detail/share/icon-close-white.png) no-repeat;
    background-size: 100%;
}
.mask-img-box .nobtn{
    opacity: .2;
}


/* detail */
body.bg{
    background: #F6F8F9;
}
.innerContainer {
    padding: .9rem 0 0;
    max-width: 12rem;
    /*max-width: 9.5rem;*/
    height: calc(100% - 1.1rem);
}
.box-shareWallDetail{
    height: 100%;
    display: flex;
    border: 1px solid #EBEBEC;
    border-radius: .24rem;
    background: #fff;
    position: relative;
}
.box-shareWallDetail .ct-left{
    width: 7.59rem;
    /*width: 5.1rem;*/
    border-right: 1px solid #EBEBEC;
}
.box-shareWallDetail .ct-right{
    width: 4.4rem;
    padding-top: .25rem;
    padding-bottom: .3rem;
    height: calc(100% - .55rem);
}
.box-shareWallDetail .scroll{
    height: calc(100% - .73rem);
    overflow-y: auto;
}

.box-shareWallDetail .btn-like{
    width: .6rem;
    height: .6rem;
    border-radius: .08rem;
    border: .01rem solid #EBEBEC;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.box-shareWallDetail .btn-like b{
    display: block;
    width: .35rem;
    height: .29rem;
    background: url(../images/detail/share/icon-likeNo.png) no-repeat;
    background-size: 100%;
}
.box-shareWallDetail .btn-like .iconLike{
    background: url(../images/detail/share/icon-like.png) no-repeat;
    background-size: 100%;
}

.btn-backBox{
    position: fixed;
    top: 1rem;
    left: .3rem;
    font-weight: 500;
    font-size: .14rem;
    color: #6A6B6E;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.btn-backBox .icon{
    display: block;
    width: .17rem;
    height: .16rem;
    background: url("../images/detail/share/icon-back.png") no-repeat;
    background-size: 100%;
    margin-right: .12rem;
}
.btn-closeBox{
    position: fixed;
    top: 1rem;
    right: .3rem;
    width: .14rem;
    height: .14rem;
    background: url("../images/detail/share/icon-close-black.png") no-repeat;
    background-size: 100%;
    cursor: pointer;
}


.swiperImgList{
    height: 80%;
    position: relative;
}
.swiperImgList .swiper{
    height: 100%;
    position: relative;
}
.swiperImgList .swiper-wrapper{
}
.swiperImgList .swiper-slide{
    width: 100%;
    height: 100%;
    border-radius: .24rem 0 0 0;
    overflow: hidden;
}
.swiperImgList .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.swiperImgList .swiper-button-next,
.swiperImgList .swiper-button-prev{
    width: .56rem;
    height: .56rem;
    background: rgba(0, 0, 0, .5);
    border-radius: 50%;
    color: #fff;
}
.swiperImgList .swiper-button-next:after,
.swiperImgList .swiper-button-prev:after{
    font-size: .24rem;
}
.swiperImgList .swiper-pagination{
    bottom: .34rem;
}
.swiperImgList .swiper-pagination-bullet{
    background: rgba(255,255,255,.5);
    opacity: 1;
}
.swiperImgList .swiper-pagination-bullet-active{
    background: rgba(255,255,255,1);
}

.swiperImgList100{
    height: 100%;
}
.swiperImgList100  .swiper-slide{
    border-radius: .24rem 0 0 .24rem;
}

.swiperImgList .btn-like{
    position: absolute;
    right: .3rem;
    bottom: .3rem;
    z-index: 1;
    background: rgba(72,72,72,.5);
    border-radius: 50%;
    border: none;
}
.swiperImgList .btn-like b{
    background: url(../images/detail/share/icon-likeWhite.png) no-repeat;
    background-size: 100%;
}


.box-likeList{
    height: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.box-likeList .num{
    display: block;
    font-size: .12rem;
    color: #333333;
    position: relative;
    width: max-content;
}
.box-likeList .num:before,
.box-likeList .num:after{
    content: "";
    width: .14rem;
    height: .01rem;
    background: #E6E6E6;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.box-likeList .num:before{
    left: -0.34rem;
}
.box-likeList .num:after{
    right: -0.34rem;
}
.box-likeList .list-userHead{
    margin-top: .1rem;
    /*width: 6.44rem;*/
    width: 80%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.box-likeList .list-userHead.scroll{
    /*width: 6.68rem;*/
    width: 90%;
    display: block;
    max-height: 1.2rem;
    overflow-y: scroll;
}
.box-likeList .list-userHead img{
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    object-fit: cover;
    margin: .1rem 0.07rem 0;
}


.box-shareWallDetail .ct-right .brs,
.box-shareWallDetail .ct-right .brsNo{
    margin: 0 .3rem;
    border-bottom: .01rem solid #EBEBEC;
    padding-top: .2rem;
    padding-bottom: .3rem;
}
.box-shareWallDetail .ct-right .brsNo{
    border-bottom: none;
    padding-bottom: .2rem;
}
.box-shareWallDetail .ct-right .brs:last-of-type{
    border-bottom: 0;
}

.box-userInfo{
    padding-top: 0!important;
}
.box-userInfo .head{
    width: .38rem;
    height: .38rem;
    border-radius: 50%;
    object-fit: cover;
    margin-right: .16rem;
}
.box-userInfo h6{
    font-weight: 500;
    font-size: .16rem;
    color: #333333;
}
.box-userInfo .time-see{
    display: flex;
    align-items: center;
    margin-top: .12rem;
}
.box-userInfo .time-see em{
    font-size: .14rem;
    color: #999999;
}
.box-userInfo .time-see em i{
    font-size: .14rem;
}
.box-userInfo .time-see em:first-of-type{
    margin-right: .2rem;
}

.like-FollowBox{
    display: flex;
    align-items: center;
}
.like-FollowBox .btn{
    line-height: .38rem;
    border-radius: .08rem;
    cursor: pointer;
    padding: 0 .12rem;
    font-size: .14rem;
    margin-left: .1rem;
}
.btn-followNo{
    color: #FFFFFF;
    background: #1A4CFF;
    border: .01rem solid #1A4CFF;
}
.btn-follow{
    color: #333;
    background: #fff;
    border: .01rem solid #EBEBEC;
}


.box-weatherInfo{
    padding-top: .25rem!important;
}
.box-weatherInfo .title{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: .15rem;
}
.box-weatherInfo h5{
    font-weight: bold;
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    width: 66%;
}
.box-weatherInfo .num-gram{
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: .16rem;
    line-height: .3rem;
    color: #00AA5A;
}
.box-weatherInfo .num-gram b{
    display: block;
    width: .27rem;
    height: .17rem;
    background: url("../images/detail/share/icon-leaf.png") no-repeat;
    background-size: 100%;
    margin-right: .05rem;
}
.box-weatherInfo .num-gram span{
    line-height: .3rem;
}
.box-weatherInfo p{
    font-size: .17rem;
    line-height: .3rem;
    color: #333333;
    white-space: pre-wrap;
}
.box-weatherInfo .address{
    display: flex;
    align-items: center;
    margin-top: .2rem;
}
.box-weatherInfo .address b{
    display: block;
    width: .12rem;
    height: .15rem;
    background: url(../images/detail/share/icon-pos.png) no-repeat;
    background-size: 100%;
    margin-right: .08rem;
}
.box-weatherInfo .address span{
    display: block;
    font-size: .14rem;
    color: #999999;
}
.box-weatherInfo .list-tag{
    display: flex;
    align-items: center;
    margin-bottom: -0.1rem;
    margin-top: .2rem;
}
.box-weatherInfo .list-tag li{
    line-height: .24rem;
    font-size: .14rem;
    color: #6D6D6D;
    background: #F4F4F4;
    border-radius: .04rem;
    padding: 0 .1rem;
    margin-left: .1rem;
}
.box-weatherInfo .list-tag li:first-of-type{
    margin-left: 0;
}

.box-detailJS .box-weatherInfo p:before{
    content: "\2726  ";
    font-size: .16rem;
}
.box-detailJS .box-weatherInfo p.title:before{
    content: " ";
}


.ct-title{

}
.ct-title h3{
    padding: 0 .06rem;
    line-height: .22rem;
    font-size: .12rem;
    font-weight: bold;
    color: #FFFFFF;
    transform: skewX(-12deg);
    border-radius: .06rem;
}
.ct-title .btn-seeAll{
    display: flex;
    align-items: center;
    font-size: .14rem;
    color: #999999;
    cursor: pointer;
}
.ct-title .btn-seeAll b{
    display: block;
    width: .05rem;
    height: .05rem;
    border-top: .01rem solid #222;
    border-right: .01rem solid #222;
    margin-left: .06rem;
    transform: rotate(-45deg);
    margin-top: .02rem;
    transition: 1s;
}
.ct-title .btn-seeAll b.iconClose{
    transform: rotate(135deg);
    margin-top: -0.05rem;
}

.box-aiIdentify h3{
    opacity: .7;
    background: linear-gradient(-73deg, #2733EF, #9459F4);
}
.box-aiIdentify .content{
    font-size: .14rem;
    color: #333333;
    line-height: .24rem;
    margin-top: .15rem;
}
.box-aiIdentify .ellipsis{
    min-height: 3.6rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 15;
    line-clamp: 15;
    -webkit-box-orient: vertical;
}
.box-aiIdentify .content p{
    margin-top: .2rem;
    font-size: .14rem;
    line-height: .3rem;
}
.box-aiIdentify .content p:first-of-type{
    margin-top: 0;
}


.box-carbonAction h3, .box-carbonFootprint h3{
    background: linear-gradient(-73deg, #31A85E, #4ABE4F);
}
.box-carbonAction .list, .box-carbonFootprint .list{
    margin-top: .2rem;
}
.box-carbonAction .list li{
    display: flex;
    align-items: center;
    padding: 0 .1rem;
    border-radius: .06rem;
    border: .01rem solid #EBEBEC;
    margin-top: .1rem;
}
.box-carbonAction .list li img, .box-carbonFootprint .list li img{
    width: .58rem;
    height: .58rem;
    margin-right: .1rem;
}
.box-carbonAction .list li p, .box-carbonFootprint .list li p{
    font-weight: bold;
    font-size: .14rem;
    line-height: .24rem;
    color: #333333;
    font-style: italic;
}

.box-carbonFootprint h3.noTitle{
    background: transparent;
    font-size: .17rem;
    line-height: .26rem;
    color: #333333;
    transform: skewX(0deg);
    padding: 0;
}
.box-carbonFootprint .list li{
    display: flex;
    align-items: center;
}
.box-carbonFootprint .carbonDefault .list{
    display: flex;
    justify-content: space-between;
    padding: .1rem .1rem;
    border-radius: .06rem;
    border: .01rem solid #EBEBEC;
}
.box-carbonFootprint .carbonDefault .list li{
    display: block;
    text-align: center;
}
.box-carbonFootprint .carbonDefault .list img{
    width: .9rem;
    height: .9rem;
}


/* 评论 */
.box-comment{
    margin-bottom: -.3rem!important;
}
.box-comment .num, .box-comment .num strong{
    font-size: .14rem;
    color: #999999;
}
.box-comment .num strong{
    font-weight: bold;
}
.box-comment .box-input{
    margin-top: .2rem;
    padding: .14rem;
    min-height: .58rem;
    border-radius: .06rem;
    border: .01rem solid #DDDDDD;
    position: relative;
}
.box-comment .box-input .input{
    width: 100%;
    height: 100%;
    font-size: .14rem;
    color: #333333;
}
.box-comment .box-input .input::placeholder{
    color: #999;
}
.box-comment .box-input .btn{
    line-height: .3rem;
    background: rgba(26,76,255,.1);
    border-radius: .08rem;
    font-size: .12rem;
    color: #1A4CFF;
    padding: 0 .16rem;
    position: absolute;
    right: .1rem;
    bottom: .1rem;
}

.box-comment .ct-comment{
    margin-top: .3rem;
}
.box-comment .ct-comment li{
    margin-top: .3rem;
    display: flex;
}
.box-comment .ct-comment li:first-of-type{
    margin-top: 0;
}
.box-comment .ct-comment .head{
    width: .4rem;
    height: .4rem;
    object-fit: cover;
    border-radius: 50%;
    margin-right: .15rem;
}
.box-comment .ct-comment .detail{
    width: calc(100% - 1.05rem);
}
.box-comment .ct-comment .detail h6,
.box-comment .ct-comment .time{
    font-size: .14rem;
    color: #999;
}
.box-comment .ct-comment .detail p{
    font-size: .14rem;
    color: #333333;
    line-height: .24rem;
    margin: .05rem 0 .1rem;
}

.box-comment .ct-comment .time{
    font-size: .12rem;
}
.box-comment .ct-comment .reply-person{
    margin: 0 .05rem;
    color: #999;
}












