html {
    /* height: 100%; */
    background-color: #F8F6F7;
}

body {
    margin: 0;
}

.FX1 {
    display: flex;
    flex: 1;
}
/* 分割线 */

.split {
    height: 0.5rem;
    background-color: #F8F6F7;
}

.search {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.75rem;
    background: linear-gradient(to right, #1B75DD, #5AA6FF);
}

.search>.inp {
    /* width: 100%; */
    width: calc(100% - 6.25rem);
    height: 1.75rem;
    margin-right: 0.625rem;
    margin-left: 0.625rem;
    background-color: #FFFFFF;
    border-radius: 40px;
    display: flex;
    align-items: center;
    padding: 0 0.5rem 0 1rem;
}

.search>.inp img {
    width: 1.125rem;
    height: 1.125rem;
    margin-right: 0.4375rem;
}

.search>.inp input {
    width: 75%;
    height: 1.3125rem;
    border: none;
    font-size: 0.875rem;
    flex: 1;
}

.search>.inp input:focus {
    outline: none;
}

.search>.inp input::-webkit-input-placeholder {
    color: #AAAEB1;
}
.search>.inp .sous{
    background: #1B75DD;
    color: #fff;
    padding: 0.2rem 0.5rem;
    font-size: 0.85rem;
    border-radius: 40px;
}
.search>.back {
    width: 1.25rem;
    margin-left: 0.3125rem;
    font-size: 1.09375rem !important;
}

.search .touxiang {
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 100%;
}

.condition {
    /* height: 80rem; */
    /*width: calc(100vw - 64rem);*/
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    color: #737C83;
    line-height: 1.3125rem;
    padding: 0.625rem 1rem 0.5rem 1rem;
    display: -webkit-box;
    /*  这句是重点，加了它就好使了。 */
    overflow-x: scroll;
    overflow-y: hidden;
}

.condition::-webkit-scrollbar {
    display: none;
}

.condition a {
    margin-right: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #666;
}

.condition a:last-child {
    margin-right: 0;
}

.active {
    color: #333333;
    margin-right: 1rem;
    font-weight: bold;
}

.enterpriseList_item {
    background: #FFFFFF;
    display: flex;
    margin-top: 0.625rem;
    padding: 0.625rem 1.5625rem 0.625rem 1rem;
}

.enterpriseList_item img {
    width: 6.25rem;
    height: 4375rem;
    border-radius: 0.25rem;
    margin-right: 0.625rem;
}

.company_information {
    /* outline: 1px solid red; */
    width: 14rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.company_name {
    font-size: 0.875rem;
    font-weight: 400;
    color: #333333;
}

.company_scale {
    display: flex;
    align-items: center;
}

.company_scale img {
    width: 0.75rem;
    height: 0.75rem;
    margin-right: 0.125rem;
}

.company_scale span {
    margin-right: 1.0625rem;
}

.items {
    display: none;
    /* // 重点 */
}

.condition .current span {
    font-size: 1rem;
    font-weight: 400;
    color: #333333;
    line-height: 1.3125rem;
}

.condition .current .line {
    width: 1rem;
    height: 0.125rem;
    background: linear-gradient(90deg, #B0D3FF 0%, #2B88FF 100%);
    border-radius: 0.125rem;
}
/* 帖子样式 */
.postBarList_item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.postBarList_item .item{
    background: #FFFFFF;
    padding: 0.875rem 0.78125rem;
    border-radius: 0.5rem;
    display: inline-block;
    margin: 0.625rem 0 0 0;
    width: 20rem;
}

.item_user {
    display: flex;
    align-items: center;
    margin-bottom: 0.625rem;
}

.item_user img {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%;
    margin-right: 0.375rem;
}

.item_user .name {
    font-size: 0.875rem;
    font-weight: 400;
    color: #333333;
    line-height: 1.3125rem;
}

.item_user .zhiwei {
    font-size: 0.75rem;
    font-weight: 400;
    color: #226EBC;
    line-height: 1.125rem;
}

.item_user .address {
    font-size: 0.75rem;
    font-weight: 400;
    color: #737C83;
    line-height: 1.125rem;
}

.copywriting_img {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0.625rem;
    border-bottom: 0.0625rem solid #EAEAEA;
}

.follow {
    width: 3.5rem;
    height: 1.25rem;
    background: #3793FE;
    border-radius: 0.625rem;
    opacity: 1;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copywriting_img img {
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 0.5rem;
    margin-right: 0.9rem;
    margin-bottom: 0.9rem;
}

.copywriting_img img:last-child {
    margin-right: 0;
}

.hot_words {
    font-size: 0.75rem;
    font-weight: bold;
    color: #585E66;
    line-height: 1.125rem;
    margin-bottom: 0.3125rem;
}

.copywriting {
    font-size: 0.75rem;
    font-weight: 400;
    color: #737C83;
    line-height: 1.125rem;
    margin-bottom: 0.3125rem;
    width: 19.875rem;
    word-wrap: break-word;
    word-break: normal;
}

.operation {
    display: flex;
    justify-content: space-between;
    margin: 0 1.5625rem;
    padding-top: 0.5rem;
}

.operation_item {
    display: flex;
    align-items: center;
    color: #737C83;
    font-size: 0.75rem;
}

.operation_item span{
    line-height: 0.75rem;
}
.operation_item span:nth-child(2){
    margin-left: 0.15625rem;
}
.operation_item img {
    width: 0.875rem;
    height: 0.875rem;
    margin-right: 0.3125rem;
}

.layui-flow-more{
    text-align: center !important;
    margin-top: 0.9375rem !important;
    margin-bottom: 3.75rem !important;
}

.icon-zuojiantou{
    color: #fff;
    font-size: 1.09375rem !important;
}

.icon-sousuo{
    color: #999;
    margin-right: 0.15625rem;
    font-size: 0.9375rem;
}

.login-status{
    color: #fff;
    font-size: 0.75rem;
    width: 2.125rem;
    display: inline-block;
    margin-right: 0.3125rem;
}

.login-status img{
    width: 2.125rem !important;
    height: 2.125rem !important;
    border-radius: 50%;
}

/*发布、返回顶部*/
 .content{
     padding-bottom: 0;
 }
.m_luntan_fun{
    position: fixed;
    right: 8.667vw;
    bottom: 40vw;
    z-index: 1;
}
.m_luntan_fun a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 14.667vw;
    height: 14.667vw;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.3);
    margin: 5.333vw 0;
}
.m_luntan_fun a>i{
    font-size: 5.333vw;
    color: #fff;
}
.m_luntan_fun a>span{
    font-size: 3.2vw;
    color: #fff;
}
.m_luntan_fun a.top_all{
    /*display: none;*/
}
.bbs_header{
    position: fixed;
    padding: 0 4vw;
    top: 0;
    left: 0;
    right: 0;
    height: 13.333vw;
    background-color: #226ebc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 100;
}
.bbs_header a:nth-child(1),
.bbs_header>span{
    font-size: 4.267vw;
    color: #fff;
}
.bbs_portrait{
    display: none;
}
.bbs_portrait,
.bbs_login{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10.667vw;
    height: 10.667vw;
    border-radius: 50%;
}
.bbs_portrait img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.bbs_login i{
    font-size: 10.667vw;
    color: #fff;
}

@media screen and (max-width: 800px) {
    input,textarea,.ivu-select{
        font-size: 15.664px !important;
    }
}

input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
}

.ai{
    width: calc(100% - 32px);
    height: 52px;
    background: white;
    display: flex;
    align-items: center;
    padding: 0 16px;
    position: fixed;
    bottom: 3rem;
    box-shadow: 0px -3px 10px -5px;
}
.ai>img{
    width: 32px;
    height: 32px;
    margin-right: 8px;
    border-radius: 50%;
}
.ai>div{
    flex: 1;
}
.ai>div>.title{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
}
.ai>div>.subtitle{
    font-size: 14px;
    font-weight: 500;
    color: rgba(51,51,51,0.85);
    line-height: 22px;
}

