*{margin: 0;padding: 0;box-sizing: border-box;}
body{font-family:Arial,Verdana,Helvetica, sans-serif;}
img{vertical-align:middle;border:0;}
ol,ul{list-style:none;margin-bottom: 0;}
dl{margin-bottom: 0;}
li{list-style: none;}
p{margin: 0}
input{outline: none;border: none;}
select{background-color: #fff;}
h1,h2,h3,h4,h5,h6,p{margin: 0}
i{font-style: normal;}
a{text-decoration: none;color: #333;-webkit-tap-highlight-color: transparent;}

.w94{
    width: 94%;
    margin: 0 auto;
}
.hei100{
    height: 98px;
}
header{
    width: 100%;
    padding: 15px 0 8px 0;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}
.headBox p{
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.headBox p a.logoCon{
    width: 100%;
    text-align: center;
}
.headBox p a.logoCon img{
    width: 130px;
}
.header_inp{
    width: 100%;
    background-color: #fff;
    border-radius: 6px;
    padding: 3px 2px 3px 10px;
    margin-top: 12px;
    border: 1px solid #1EA75B;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_inp span{
    width: calc(100% - 75px);
    display: flex;
    align-items: center;
}
.header_inp img{
    width: 15px;
}
.header_inp input[type="text"]{
    width: calc(100% - 24px);
    line-height: 30px;
    border: none;
    margin-left: 5px;
    font-size: 15px;
    color: #555;
    background-color: #fff !important;
}
.header_inp input[type="text"]::placeholder{
    color: #999;
}
.header_inp input.searchBtn{
    padding: 6px 16px;
    background-color: #07913A;
    font-size: 13px;
    color: #fff;
    border-radius: 5px;
    letter-spacing: 1px;
}

.banner{
    width: 94%;
    margin: 0 auto;
}
.banner img{
    width: 100%;
    border-radius: 6px;
}
.banner .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}
.banner .swiper-pagination-bullet-active {
    background-color: #249C37;
}

.ell{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.moreEll{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

/*筛选*/
.recNav{
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0 1px 0;
    position: relative;
}
.recNav_l{
    width: 100%;
    overflow-x: scroll;
}
/*@media (min-width: 320px) and (max-width: 365px){ .recNav_l{width: 80%;} }*/
.recNav_l ul{
    width: 47.5rem;
    display: flex;
    flex-wrap: nowrap;
}
.recNav_l::-webkit-scrollbar{
    display: none;
}
.recNav_l ul li{}
.recNav_l ul li a{
    display: block;
    font-size: 14px;
    padding: 2px 10px;
}
.recNav_l ul li.recNavAct a{
    color: #fff;
    background-color: #297AFD;
}
.recNav_r{
    width: 15%;
    color: #666666;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width: 320px) and (max-width: 365px){ .recNav_r{width: 18%;} }
.recNav_r img{
    width: 14px;
    margin-right: 5px;
}
.screenBox{
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0;
    background-color: #eee;
    padding: 10px 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: none;
}
.screenBox ul{
    display: flex;
    flex-wrap: wrap;
}
.screenBox ul li{
    width: 22%;
    font-size: 15px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 2px 0;
    margin-bottom: 10px;
    margin-right: 14px;
}
.screenBox ul li:nth-child(4n){
    margin-right: 0;
}
.screenBox ul li a{
    display: block;
    color: #666;
}

.hei90{
    height: 80px;
}
.footBox{
    width: 100%;
    padding: 10px 0 6px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
    border-top: 1px solid rgba(0,0,0,0.1);
    background-color: #fff;
}
.footCon{
    width: 95%;
    margin: 0 auto;
}
.footCon ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.footCon ul a{
    display: block;
    width: 18%;
}
.footCon ul a li{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.footCon ul a li img{
    width: 25px;
}
.footCon ul a:nth-child(4) li img,
.footCon ul a:nth-child(5) li img{
    width: 23px;
}
.footCon ul a li img.footShow{
    display: block;
}
.footCon ul a li img.footHide{
    display: none;
}
.footCon ul a.footAct li img.footShow{
    display: none;
}
.footCon ul a.footAct li img.footHide{
    display: block;
}
.footCon ul a li p{
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    color: #3E3A39;
    margin-top: 7px;
}
.footCon ul a.footAct li p{
    color: #56cc78;
}
.footCon ul a:nth-child(4) li p,
.footCon ul a:nth-child(5) li p{
    margin-top: 9px;
}

/*20241231 add*/
.current {
    width: 94%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-top: 12px;
    color: #666666;
}
.current img {
    margin: auto 6px auto 0;
}
.current a {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}


/*创建名片弹窗*/
.createTcBox{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
}
.createTips{
    width: 80%;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 30px 30px;
}
.createCon{
    width: 100%;
}
.createCon h1,
.createCon p{
    width: 100%;
    text-align: center;
    font-size: 17px;
    color: #333;
    font-weight: normal;
}
.createCon p{
    margin-top: 20px;
    font-size: 15px;
}
.createCon li{
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.createCon li a{
    display: inline-block;
    width: 100px;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #36B168;
    border-radius: 20px;
    font-size: 15px;
}
.createCon li a.cancel{
    background-color: #fff;
    color: #36B168;
}
.createCon li a#goToCreate{
    background-color: #36B168;
    color: #fff;
}

/*没有更多数据了*/
.noMoreDara{
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    color: #999;
    text-align: center;
}

/*分享名片*/
.shareCardBox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    display: none;
}
.shareCardCon{
    width: 94%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.shareCardCon img.shareHbImg{
    width: 100%;
    border-radius: 12px;
}
.closeShareCard{
    position: absolute;
    top: -25px;
    right: 0;
}
.closeShareCard img{
    width: 20px;
}

/*index.css*/
.wrap {
    width: 94%;
    margin: 0 auto;
    margin-top: 8px;
}

.myBusCard {
    width: 100%;
    border: 1px solid #249C37;
    border-radius: 8px;
    background: url("https://gtimg.in-en.com/energy_com/mobile/img/bg2.png") no-repeat;
    background-size: 100%;
}

.busTit {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.busTit li {
    padding-left: 12px;
    display: flex;
    align-items: center;
}

.busTit li img {
    width: 20px;
}

.busTit li span {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    font-family: Alimama ShuHeiTi;
    margin-left: 6px;
}

.busTit p {
    padding: 8px 10px 8px 26px;
    background: url("https://gtimg.in-en.com/energy_com/mobile/img/bg1.png") no-repeat;
    background-size: 100%;
    display: flex;
    align-items: center;
    color: #11963A;
    font-size: 15px;
}

.busTit p img {
    width: 16px;
    margin-right: 6px;
}

.busCon {
    width: 100%;
    margin: 0 auto;
    margin-top: 8px;
    padding: 0 6%;
}

.busConTit {
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.busConTit img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.busConTit span {
    font-size: 17px;
    color: #333;
    font-weight: 500;
    margin-left: 10px;
}

.busConTit i {
    font-size: 14px;
    color: #666;
    font-family: PingFang SC;
    font-weight: 400;
    margin-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.busContent {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 9px 0;
}

.busContent ul {
    width: 24%;
    background: linear-gradient(-30deg, #F7FFFC, #E6FDF4);
    border-radius: 8px;
    border: 1px solid #C3F2E0;
    text-align: center;
    padding: 12px 0;
}

.busContent ul li img {
    height: 23px;
}

.busContent ul:nth-child(3) li {
    padding-left: 5px;
}

.busContent ul h3 {
    font-size: 18px;
    color: #333;
    margin-top: 9px;
}

.busContent ul p {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

/*未登录时*/
.notLoggedBox {
    width: 100%;
    margin: 15px 0 30px 0;
}

.notLoggedBox ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notLoggedBox ul a {
}

.notLoggedBox ul li {
    text-align: center;
}

.notLoggedBox ul li h3 img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.notLoggedBox ul li p {
    margin-top: 6px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 13px;
    color: #666;
}

/*热门社群*/
.hotAss, .recommend {
    width: 100%;
    margin-top: 15px;
}

.excMsg {
    width: 100%;
    background-color: #249C37;
    border-radius: 0 0 6px 6px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.excMsg_l {
    display: flex;
    align-items: center;
}

.excMsg_l img {
    width: 20px;
    margin-right: 8px;
}

.excMsg_l span {
    font-size: 14px;
    color: #fff;
}

.excMsg_l span b {
    font-size: 16px;
}

.excMsg_r img {
    width: 19px;
}

.excAllMsg {
    height: 20px;
    /* 设置高度 */
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.excAllMsg a {
    display: none;
}

.assTit {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.assTit_l h3 {
    font-weight: bold;
    font-size: 18px;
    color: #333;
    font-family: AlimamaShuHeiTi;
    display: flex;
    align-items: center;
}

.assTit_l h3 img {
    width: 18px;
    margin-right: 8px;
}

.assTit_r a {
    font-size: 14px;
    color: #333;
    font-family: PingFang SC;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.creatComm {
    width: 100%;
    background-color: #F0FBF4;
    border-radius: 10px;
    margin-top: 15px;
    padding: 10px 0;
    display: flex;
    justify-content: center;
}

.creatComm p {
    text-align: center;
}

.creatComm p img {
    width: 45px;
}

.creatComm h3 {
    font-size: 17px;
    color: #249C37;
    margin-top: 6px;
}

.assList {
    width: 100%;
    margin-top: 10px;
}

.assEve {
    width: 100%;
    background-color: #FAFAFC;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    margin-top: 8px;
    justify-content: space-between;
    align-items: center;
}

.assEve_l {
    width: calc(100% - 105px);
    display: flex;
    justify-content: space-between;
}

.assEveImg img {
    width: 50px;
    height: 50px;
    border-radius: 6px;
}

.assEveText {
    width: calc(100% - 60px);
}

.assEveText h3 {
    width: 100%;
    font-weight: normal;
    font-size: 17px;
    color: #333;
}

.assEveText li {
    width: 100%;
    font-size: 14px;
    color: #595757;
    margin-top: 3px;
}

/*.hotAss .assEveText li{*/
/*    margin-top: 6px;*/
/*}*/
.assEveText p {
    margin-top: 6px;
}

.assEveText p span {
    font-size: 12px;
    color: #666;
}

.assEveText p b {
    font-size: 14px;
    color: #333;
    margin-left: 8px;
    font-weight: 500;
    font-family: "Segoe UI";
}

.assEve_r a {
    padding: 8px 15px;
    background-color: #F5FFFB;
    border: 1px solid #07913A;
    border-radius: 30px;
    font-size: 14px;
    color: #249C37;
    display: flex;
    align-items: center;
}

.assEve_r a img {
    width: 20px;
    margin-right: 5px;
}

.assEve_r a.addedGro {
    background-color: #ddd;
    border: 1px solid #ddd;
    color: #fff;
}

/*为您推荐*/
.recCon {
    width: 100%;
    margin-top: 10px;
}

.recCon .recEveCon .assEveText p {
    font-weight: 200;
    font-size: 14px;
    color: #595757;
}

.recCon .recEveCon .assEveText p img {
    width: 11px;
    margin-right: 5px;
}

.recEveCon {
    display: none;
}

.defaultShow {
    display: block;
}

/*20241231 add*/
.hotAssBtn {
    text-align: center;
    margin-top: 10px;
}

.hotAssBtn a {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}

.createQun {
    position: fixed;
    bottom: 90px;
    right: 6px;
    width: 70px;
    z-index: 9;
}

.createQun img {
    width: 100%;
}

@media (min-width: 320px) and (max-width: 365px) {
    .assEve_l {
        width: 70%;
    }

    .assEveText {
        width: 70%;
    }

    .assEve_r a {
        padding: 5px 10px;
    }
}

/*右上角分享*/
.rightShareBox, .weChatTipBox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9992;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    color: #fff;
    display: none;
}

.myShareCon {
    width: 100%;
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9993;
}

.myShare_t {
    width: 100%;
    background-color: #F5F5F5;
    border-radius: 20px 20px 0 0;
    padding: 15px 20px;
}

.myShare_t h1 {
    width: 100%;
    font-size: 15px;
    color: #333;
    font-family: PingFang SC;
    font-weight: 400;
    padding-bottom: 8px;
    border-bottom: 1px solid #E5E5E5;
    text-align: center;
}

.myShare_t ul {
    width: 100%;
    margin-top: 20px;
    display: flex;
    margin-bottom: 2px;
}

.myShare_t ul li {
    margin-right: 15px;
}

.myShare_t ul li h3 {
    background-color: #fff;
    border-radius: 8px;
    padding: 11px;
    text-align: center;
}

.myShare_t ul li h3 img {
    width: 22px;
}

.myShare_t ul li p {
    width: 100%;
    margin-top: 8px;
    text-align: center;
    font-size: 12px;
    color: #666;
    font-family: PingFang SC;
    font-weight: 400;
}

.myShare_b {
    width: 100%;
    font-size: 16px;
    color: #333;
    font-family: PingFang SC;
    font-weight: 400;
    padding: 15px 0;
    text-align: center;
}

/*微信分享提示*/
.weChatTipBox {
    z-index: 9991;
}

.chatTipCon {
    width: 80%;
    background-color: #fff;
    border-radius: 20px;
    padding-top: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9994;
}

.chatTipCon h1 {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #000;
    font-family: PingFang SC;
    font-weight: 400;
}

.chatTipCon ul {
    width: 100%;
    margin-top: 15px;
}

.chatTipCon ul li {
    width: 100%;
    text-align: center;
    margin-top: 8px;
    color: #666;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
}

.chatTipCon p {
    width: 100%;
    margin-top: 25px;
    font-size: 16px;
    color: #1D8BBB;
    font-family: PingFang SC;
    font-weight: 400;
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid #E5E5E5;
}

/*需求广场*/
.demSquBox {
    width: 100%;
    margin-top: 15px;
}

.comConList {
    width: 100%;
    margin-top: 10px;
}

.eveComCon {
    width: 100%;
    height: 178px;
    background-color: #FAFAFC;
    padding: 8px 10px;
    position: static;
    /* 避免绝对定位影响高度计算 */
}

.eveDemInfo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}

.eveDemInfoImg {
    width: 40px;
    height: 40px;
    background: #F2F2F2;
    border-radius: 50%;
    overflow: hidden;
}

.eveDemInfoImg img {
    width: 100%;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.eveDemInfoText {
    width: calc(100% - 50px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.eveDemInfoText h3 {
    width: 100%;
    font-weight: bold;
    font-size: 17px;
    color: #333333;
}

.eveDemInfoText p {
    font-weight: 400;
    font-size: 13px;
    color: #999;
}

.eveDemCon {
    width: 100%;
    margin-top: 10px;
}

.eveDemCon h3 {
    width: 100%;
    font-weight: bold;
    font-size: 17px;
    color: #333333;
}

.eveDemCon p {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.trafficData {
    width: 100%;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.trafficData span {
    font-weight: 500;
    font-size: 13px;
    color: #666666;
}

.trafficData p {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.trafficData p a {
    font-weight: 500;
    font-size: 13px;
    color: #666666;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.trafficData p a:hover {
    color: #00903A;
}

.trafficData p a img {
    margin-right: 3px;
}

.trafficData p a.zanAnd img {
    width: 15px;
}

.trafficData p a.zanAnd span {
    padding-top: 3px;
    margin-left: 2px;
}

.trafficData a img.dzShow {
    display: block;
}

.trafficData a img.dzHide {
    display: none;
}

.trafficData a.likeSel img.dzShow {
    display: none;
}

.trafficData a.likeSel img.dzHide {
    display: block;
}

/*pubPopup/index.css*/
.tipsBox_tc {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
}

.tipsCon_tc {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 12px;
}

/*.tipsCon_tc img.conBg_tc{*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: -1;*/
/*    border-radius: 12px;*/
/*}*/
.tipsText_tc {
    width: 100%;
}

.tipsText_tc p {
    padding: 12px 25px;
    font-size: 15px;
    color: rgba(0,0,0,0.8);
    line-height: 24px;
    background-color: #fff;
    border: 1px solid #d3d4d3;
    border-radius: 3px;
    white-space: nowrap;
}
