header, .hei100{display: none;}

.head-bar{
    padding: 0 2.5%;
    box-sizing: border-box;
    background-color: #fff;
    border-bottom: none;
}
.head-bar a{color: #333 !important;}
.head-bar img{
    vertical-align: middle;
}
.head-bar-back{
    padding: 0;
    position: unset;
}
.head-bar-title{
    margin: 0;
    font-size: 19px;
    font-weight: normal;
}
.head-bar-title, .head-bar span{
    color: #333;
}
.head-bar span{
    font-size: 14px;
}
.head-bar-right {float:right;z-index:11;position:relative;padding: 0;}
.ui-pop {position:fixed;z-index:99;top:30px;right:10px;width:128px;display:none;}
.ui-pop i {display:block;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-bottom:6px solid #333333;margin-left:108px;}
.ui-pop div {text-align:center;background:#333333;border-radius:4px;padding:10px;}
.ui-pop a {display:block;width:100%;height:44px;line-height:44px;color:#FFFFFF;font-size:16px;}

.wrap{
    width: 95%;
    margin: 0 auto;
    margin-top: 15px;
}
.list-menu{
    width: 100%;
    margin-top: 10px;
    overflow-x: unset;
    background: unset;
}
.list-menu ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}
.list-menu ul a{
    width: 25%;
}
.list-menu ul a li{
    width: 100%;
    text-align: center;
    border-bottom: unset;
    padding: 0;
    color: #999;
    position: relative;
}
.list-menu .on{
    color: #0A0A0A;
    border-bottom: none;
}
.list-menu .on::after{
    content: "";
    display: block;
    width: 23px;
    height: 3px;
    background-color: #07913A;
    border-radius: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.wrap form{
    margin-top: 10px;
}
.list-img{
    width: 100%;
    height: auto;
    padding: 12px 0;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
}
.list-img input[type="checkbox"]{
    width: 15px;
    margin-right: 12px;
}
.list-img a img{
    margin: 0;
    border-radius: 5px;
}
.list-img ul{
    margin: 0;
    width: 75%;
    margin-left: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.list-img ul li{
    width: 100%;
    height: auto;
    line-height: unset;
    overflow: unset;
    display: flex;
    justify-content: space-between;
}
.list-img ul li.list_t a{
    width: 80%;
}
.list-img ul li.list_t a strong{
    color: #333;
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
}
.list-img ul li.list_b span{
    font-size: 13px;
    color: #999;
}
.list-img img{
    margin: 0;
}

.list_t p{
    display: flex;
}
.modify img{
    margin-right: 10px !important;
    border: none !important;
}
.modify a{
    display: inline-block;
    width: 100% !important;
    border: none !important;
}

.list-img .check,
.demTit .check{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(https://gtimg.in-en.com/mobile_rev/member/images/icon-check.png) no-repeat center center;
    background-size: 15px 15px;
}
.list-img .checked,
.demTit .checked{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(https://gtimg.in-en.com/mobile_rev/member/images/icon-checked.png) no-repeat center center;
    background-size: 15px 15px;
}


/*全选反选*/
.allBtnBox{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.allBtnBox input{
    margin: 0px 10px 0 0;
}
.selInvAll{
    display: flex;
    align-items: center;
}
.selInvAll span{
    padding: 0;
    margin-right: 10px;
    display: flex;
    align-items: center;
}
.selInvAll b{
    display: inline-block;
    margin-right: 5px;
}
.selInvAll b.check{
    width: 15px;
    height: 15px;
    background: url(https://gtimg.in-en.com/mobile_rev/member/images/icon-check.png) no-repeat center center;
    background-size: 15px 15px;
}
.selInvAll b.checked{
    width: 15px;
    height: 15px;
    background: url(https://gtimg.in-en.com/mobile_rev/member/images/icon-checked.png) no-repeat center center;
    background-size: 15px 15px;
}


.pages{
    background-color: transparent;
    margin-top: 20px;
}
.pages a{
    padding: 5px;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
}

.btns .btn{
    color: #FFFFFF;
    background-color: #009966;
}

.ImageEnl{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9;
    display: none;
}
.ImageEnl img{
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*.foot-bar{bottom:69px;}*/


/*创建名片*/
.hei8{
    width: 100%;
    height: 8px;
    background-color: #FAFAFC;
    margin-top: 10px;
}
.submitForm{
    width: 90%;
    margin: 10px auto 0 auto;
}
.formCon{
    width: 100%;
    padding: 12px 0;
}
.formCon ul{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.formCon ul li{
    width: calc(100% - 90px);
}
.formCon ul.selBox{
    display: block;
}
.formCon ul.selBox p,
.formCon ul.selBox li{
    width: 100%;
}
.formCon ul.selBox p{
    margin-bottom: 10px;
}

.formCon ul.unitAdd li{
    display: flex;
    align-items: center;
}
.formCon ul.unitAdd li img{
    width: 20px;
    margin-left: 5px;
}
.formCon ul.unitAdd li input{
    width: calc(100% - 20px);
}

.formCon ul.wxBox p{
    width: auto;
}
.formCon ul.wxBox li{
    width: auto;
}

#c_catid{
    display: flex;
    flex-wrap: wrap;
}
#c_catid label{
    display: flex;
    align-items: center;
    width: auto;
    margin: 0 15px 15px 0;
    font-size: 15px;
    color: #666;
}
#c_catid label input{
    margin-right: 5px;
    border: none;
}

.formCon ul.mainProd div input{
    width: 100%;
    height: 40px;
    background-color: #FAFAFC;
    text-align: unset;
    padding: 5px;
    font-size: 15px;
}
.formCon .selBox .ui-editor-toolbar,
.richTextBox .ui-editor-toolbar {
    border-top: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: unset !important;
    margin-top: unset !important;
    border-bottom: unset !important;
    padding-bottom: 12px;
}
.formCon .selBox .ui-editor-content,
.richTextBox .ui-editor-content {
    font-size: 15px !important;
    color: #666 !important;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #fff !important;
    box-sizing: border-box;
}
.formCon .selBox .ui-editor-content span,
.richTextBox .ui-editor-content span{
    font-size: 15px !important;
    color: #333 !important;
}
.formCon ul.selBox textarea{
    width: 100%;
    height: 150px;
    border-radius: 5px;
    background-color: #FAFAFC;
    padding: 8px;
    font-weight: 400;
    font-size: 15px;
    color: #666;
    text-align: justify;
    border: none;
    outline: none;
}
.creatCardCon .selBox p{
    margin-bottom: 10px;
}
.creatCardCon .ui-editor-toolbar{
    display: block;
    padding: 0 !important;
}
.creatCardCon .ui-editor-toolbar li{
    width: 36px;
}
.creatCardCon .selBox::placeholder{
    color: #999;
}

.uplPict {
    display: flex;
    align-items: center;
    position: relative;
}
.uplPict a img{
    width: 20px;
    margin: 0 -6px 0 5px;
}
.radioCss div,
.radioCss div label{
    display: flex;
    align-items: center;
}
.checkboxCss div input[type=checkbox]::-ms-check,
.radioCss div input[type=radio]::-ms-check{
    display: none;
    width: 16px;
    height: 16px;
    cursor: inherit;
}
.radioCss div input[type=radio] {
    width: 17px;
    height: 16px;
    background: url(https://gtimg.in-en.com/energy_com/mobile/img/icon45.png) no-repeat center center !important;
    background-size: 18px !important;
    vertical-align: middle;
    cursor: inherit;
    -webkit-appearance: none;
    border: none;
    margin-right: 5px;
}
.radioCss div input[type=radio]:checked {
    width: 17px;
    height: 16px;
    background: url(https://gtimg.in-en.com/energy_com/mobile/img/icon44.png) no-repeat center center !important;
    background-size: 18px !important;
    vertical-align: middle;
    cursor: inherit;
}

.checkboxCss div input[type=checkbox] {
    width: 16px;
    height: 16px;
    background: url(https://gtimg.in-en.com/energy_com/mobile/img/icon43.png) no-repeat center center !important;
    background-size: 18px !important;
    vertical-align: middle;
    cursor: inherit;
    -webkit-appearance: none;
}
.checkboxCss div input[type=checkbox]:checked {
    width: 16px;
    height: 16px;
    background: url(https://gtimg.in-en.com/energy_com/mobile/img/icon42.png) no-repeat center center !important;
    background-size: 18px !important;
    vertical-align: middle;
    cursor: inherit;
    border-radius: 2px;
}


/*发布需求*/
.formCon ul.addTitle li{
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #ccc;
}
.formCon ul.addTitle li em{
    padding: 0;
}
.formCon ul.addTitle input{
    height: 35px;
    line-height: 35px;
    text-align: unset;
    margin-left: 6px;
    font-size: 16px;
}
.periValid li{
    justify-content: flex-end;
}
.periValid li input{
    width: calc(100% - 105px) !important;
    height: 30px !important;
    line-height: 31px !important;
    border: none !important;
    padding: 0 !important;
    background-color: #fff;
}
.formCon ul.yzQus li>span:nth-child(1){
    display: flex;
    flex-wrap: wrap;
}
.formCon ul.yzQus li>span:nth-child(1) #question{
    width: 100%;
    text-align: right;
    margin-bottom: 5px;
}
.formCon ul.yzQus li>span:nth-child(1) #answer{
    width: 100%;
}
.formCon ul.yzCode li{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.formCon ul.yzCode li #ccaptcha img{
    width: 18px;
}
.formCon ul.yzCode li input#captcha{
    width: calc(100% - 150px) !important;
    margin-right: 5px;
}
.richTextBox textarea{
    width: 100%;
    height: 150px;
    border-radius: 5px;
    background-color: #fff;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    color: #666;
    border: none;
    outline: none;
}
.formCon ul.addTitle input::placeholder,
.richTextBox textarea::placeholder{
    color: #ccc;
}
.releaseNeed .formCon ul p{
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
}




.footSubmit{
    width: 90%;
    margin: 10px auto 0 auto;
}
.footSubmit input{
    width: 100%;
    padding: 12px 0;
    background: #07913A;
    font-size: 17px;
    color: #fff;
    border-radius: 5px;
    line-height: unset;
}
.footSubmit input:hover{
    background: #07913A;
}


/*拒绝加入弹窗*/
.refJoinBox{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
}
.refJoinCon{
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 5px;
    padding: 35px 15px 20px;
}
.refJoinCon h3{
    position: absolute;
    right: 8px;
    top: 8px;
}
.refJoinCon h3 img{
    width: 30px;
}
.refCon{
    width: 100%;
    margin-top: 15px;
}
.refCon ul{
    width: 100%;
    display: flex;
}
.refCon ul span{
    display: inline-block;
    width: 50px;
    font-size: 15px;
}
.refCon ul p{
    width: 80%;
}
.refCon ul p textarea {
    width: 100%;
    height: 120px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 6px;
    font-size: 15px;
    display: block;
    box-sizing: border-box;
}
.refCon ul p.submitBtn {
    display: flex;
    margin-top: 15px;
}
.refCon ul p.submitBtn input {
    padding: 0 15px;
    border-radius: 3px;
    margin-right: 15px;
    cursor: pointer;
    background-color: #00903a;
    color: #FFFFFF;
    border: 1px solid #00903A;
    line-height: 30px;
}
.refCon ul p.submitBtn input.closeFormBox {
    width: auto;
    font-size: 14px;
    background-color: #999999;
    border: 1px solid #999;
}



.noData,
.noData p{
    width: 100%;
}
.noData p{
    margin-top: 100px;
    text-align: center;
    color: #666;
    font-size: 14px;
    font-family: PingFangSCRegular;
    font-weight: 400;
}