.out_bgcolor {
    background: linear-gradient(180deg, #B1E5FE 0%, rgba(237, 247, 255, 0.00) 100%);
    background-repeat: no-repeat;
    background-size: 100% 379px;
    background-position: top;
}

/*论坛列表*/
.fourm-list {
    background: #fff;
}

.fourm-list .loading {
    padding-bottom: 60px;
}

.fourm-list ul li {
    padding: 15px 15px 0;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--line-gray);
    min-height: 10px;
    overflow: hidden;
}

.fourm-list ul li .forum-list-head {
    height: 36px;
}

.fourm-list ul li .forum-list-head em {
    display: block;
    position: relative;
    float: left;
    height: 28px;
}

.fourm-list ul li .forum-list-head em img {
    height: 28px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 15px;
}

.fourm-list ul li .forum-list-head em img:last-child {
    border-radius: initial;
}

.fourm-list ul li .forum-list-head span {
    float: left;
    font-style: normal;
    font-size: 0.875rem;
    display: block;
    line-height: 28px;
    margin-left: 35px;
    color: var(--text-666)
}

.fourm-list ul li a {
    display: block;
}

.fourm-list ul li .forum-list-title {
    font-size: 1rem;
    word-wrap: break-word;
    line-height: 1.35em;
    color: #192633;
    font-weight: normal;
    min-height: 25px;
    padding-bottom: 3px;
}

.fourm-list ul li .forum-list-title span {
    font-style: normal;
    background: #be74ef;
    border-radius: 3px;
    display: inline-block;
    padding: 0 3px 0px;
    float: left;
    height: 1rem;
    line-height: 1rem;
    margin: 2px 5px 0 0;
    color: #fff;
    font-size: 0.7rem;
}

.fourm-list ul li .forum-list-title span.ding {
    background: #f39500;
}

.fourm-list ul li .pic {
    overflow: hidden;
}

.fourm-list ul li .pic span {
    float: left;
    width: 32%;
    margin-right: 2%;
    height: 80px;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 4px;
}

.fourm-list ul li .pic span strong {
    display: table-cell;
}

.fourm-list ul li .pic span:nth-child(3) {
    margin-right: 0;
    position: relative;
}

.fourm-list ul li .pic img {
    width: 100%;
    min-height: 80px;
}

.fourm-list ul li .pic em {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.fourm-list ul li .pic em b {
    display: block;
    width: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    left: 0px;
    top: 0px;
    height: 100%;
    border-radius: 4px
}

.fourm-list ul li .pic em i {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    font-style: normal;
    font-size: 1rem;
}

.fourm-list ul li a .forum-list-bottom {
    clear: both;
    padding-top: 0px;
    height: 23px;
    background: #fff;
}

.fourm-list ul li a .forum-list-bottom .time {
    float: left;
    font-size: 0.75rem;
    color: var(--date-gray);
    line-height: 23px;
}

.fourm-list ul li a .forum-list-bottom strong {
    float: right;
}

.fourm-list ul li a .forum-list-bottom strong img {
    float: left;
    height: 13px;
    margin-top: 5px;
    margin-left: 13px;
}

.fourm-list ul li a .forum-list-bottom strong b {
    float: left;
    font-weight: normal;
    font-size: 0.75rem;
    color: var(--text-666);
    margin: 0 0px 0 5px;
    display: inline-block;
    line-height: 23px;
}

.fourm-list ul li .limit {
    display: table;
    border-top: 1px solid var(--line-gray);
    margin-top: 8px;
    padding: 10px 0 4px;
    width: 100%;
}

.fourm-list ul li .limit a {
    display: table-cell;
    text-align: center;
    color: var(--text-blue);
    font-size: 0.875rem;
    position: relative;
    line-height: 19px;
}

.fourm-list ul li .limit a.grey {
    color: var(--text-666);
}

.fourm-list ul li .limit a:after {
    content: "";
    display: block;
    border-right: 1px solid #dce1e5;
    position: absolute;
    right: 0;
    height: 15px;
    top: 2px;
}

.fourm-list ul li .limit a:last-child:after {
    display: none;
}

/*论坛三级页*/

.content_show_cen {
    clear: both;
    padding: 15px 15px;
    line-height: 34px;
    font-size: 1.125rem;
    color: #192633;
    min-height: 10px;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}

.content_show_tit {
    padding: 15px 15px 0;
}

.content_show .content_show_tit h1 {
    font-size: 1.25rem;
    line-height: 2rem;
    padding-bottom: 15px;
    color: #192633;
    display: inline-block;
}

.content_show_cen img {
    max-width: 100%;
    padding-bottom: 10px;
    display: inline-block;
    cursor: pointer;
}

.content_show_cen img.expression {
    margin: 0;
    padding: 0;
}

.content_show_cen img[src$=".png"].expression {
    width: 22px;
    height: 22px;
    padding: 0 3px;
}

.content_show .content_show_tit h1::before {
    display: block;
    float: left;
    background: #be74ef;
    color: #fff;
    height: 1.5rem;
    width: 1.5rem;
    text-align: center;
    line-height: 1.5rem;
    margin: 4px 5px 0 0;
    font-size: 1rem;
    border-radius: 5px;
}

.content_show .content_show_tit dl {
    height: 23px;
}

.content_show .content_show_tit dl dt {
    float: left;
}

.content_show .content_show_tit .forum-info-poster .poster-left {
    float: left;
    position: relative;
    width: 30px;
    height: 30px;
    margin-top: 8px;
}

.content_show .content_show_tit .forum-info-poster .poster-left img {
    width: 30px;
    float: left;
    position: absolute;
    border-radius: 50%;
}

.content_show .content_show_tit .forum-info-poster .poster-right {
    margin-left: 40px;
}

.content_show .content_show_tit .poster-right-username em {
    font-style: normal;
    border: 1px solid #3C41FF;
    color: #3C41FF;
    border-radius: 5px;
    display: inline-block;
    padding: 0 4px;
    height: 16px;
    line-height: 17px;
    font-size: 0.688rem;
    margin-left: 5px;
    margin-top: 2px;
}

.content_show .content_show_tit .poster-right .poster-right-time {
    display: block;
    font-size: 0.75rem;
    line-height: 23px;
    height: 23px;
    color: var(--date-gray);
}

.content_show .content_show_tit .poster-right .poster-right-username {
    font-style: normal;
    font-size: 0.75rem;
    color: var(--text-666);
}

.content_show_cen .content_show_cen_menu {
    display: flex;
    margin-top: 10px;
}

.content_show_cen .content_show_cen_menu .content_show_cen_menu_edit {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
}

.content_show_cen .content_show_cen_menu a.bij {
    float: right;
    font-size: 0.75rem;
    line-height: 32px;
    color: var(--text-666);
}

.content_show_cen .content_show_cen_menu a.del {
    float: right;
    font-size: 0.75rem;
    line-height: 32px;
    color: var(--text-666);
    margin-left: 15px;
}

.content_show_cen a.stip {
    font-size: 0.75rem;
    color: #00a0e9;
    background: #ebf8fd url(//img.12365auto.com/images/m/bbs/pop_icon.png) no-repeat 8px 8px;
    background-size: 15px;
    padding: 6px 9px 6px 26px;
    display: inline-block;
    height: 16px;
    line-height: 16px;
}

.other_tit {
    background-color: #fff;
    padding: 16px 0 10px 0;
    border-radius: 5px 5px 0 0;
    display: flex;
}

.other_tit ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;
    width: 100%;
}

.other_tit ul li img {
    height: 19px;
}

.hot_lt {
    padding: 10px 15px 0;
}

.hot_lt_tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rmlt_sec img {
    display: block;
    height: 21.884px;
}

.cz_flex {
    display: flex;
    align-items: center;
}

.czlt {
    color: #00A0E9;
    text-align: justify;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.czlt_img {
    width: 18px;
}

.hot_lt_b {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    padding: 10px 0 22px;
}

.hot_lt_b > a {
    flex: 0 0 calc(33.333% - 10px);
}

.hot_lt_b > a span {
    background-image: url(//img.12365auto.com/images/m/bbs/bbs_car_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 104.92px auto;
    display: block;
}

.hot_lt_b > a img {
    width: auto;
    height: 62px;
    display: block;
    margin: auto;
}

.hot_lt_b > a em {
    color: #192633;
    text-align: center;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: block;
    margin-top: 6px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 105px;
}

.hot_lt_b_forum {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 0 4px;
}

.hot_lt_b_forum > a {
    flex: 0 0 calc(33.333% - 10px);
    margin-bottom: 18px;
}

.hot_lt_b_forum > a span {
    background-image: url(//img.12365auto.com/images/m/bbs/bbs_car_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 104.92px auto;
    display: block;
}

.hot_lt_b_forum > a img {
    width: auto;
    height: 62px;
    display: block;
    margin: auto;
}

.hot_lt_b_forum > a em {
    color: #192633;
    text-align: center;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: block;
    margin-top: 6px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 120px;
}

.lt_tit {
    background: #fff;
    position: relative;
    padding-right: 80px;
}


.lm_information {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 15px 20px;
}

.lm_information dl dd {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.lm_information .lm_texts {
    color: #192633;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: bold;
    line-height: 100%;
}

.lm_information .lm_details {
    margin-top: 12px;
}

.lm_information .lm_details em {
    color: #666D7F;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.lm_information .lm_details i {
    color: #FF5924;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-left: 2px;
}

.lm_information .lm_info_lists em {
    display: flex;
    align-items: center;
}

.ml17 {
    margin-left: 17px;
}

.lm_information .lm_info_lists em img {
    width: 13px;
}

.lm_information .lm_info_lists em span {
    color: #00A0E9;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-left: 6px;
}

.new_button {
    position: fixed;
    bottom: 25px;
    padding: 0;
    width: 100%;
    z-index: 2;
}

.new_button a {
    margin: 0 15px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background: #00a0e9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 1rem;
}

.new_button a img {
    width: 22px;
    margin-right: 4px;
}

.cx_information {
    padding: 19px 15px 0;
}

.lorder ul {
    display: none;
}

.showOrder {
    color: #666D7F;
    font-size: .75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 10px;
}

.show_order_btn {
    width: 7px;
    margin-left: 2px;
}

.lt_tit .lorder {
    height: 100%;
    width: 75px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
}

.lt_tit .ctype {
    width: calc(100% - 82px);
}

.ctype .pit {
    color: #111;
    font-size: 1.125rem;
}

.center .bg1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 8;
    display: none;
}

.change_show_order {
    position: absolute;
    background: #fff;
    z-index: 9;
    top: 38px;
    padding: 5px 12px !important;
    right: 0px;
    display: none;
    height: auto;
    overflow: unset;
}

.change_show_order li {
    margin-right: 0 !important;
    float: none;
    display: block;
    padding: 5px 0;
}

.show_order_text {
    display: block;
    width: 100%;
    font-size: .75rem !important;
    color: #192633;
    position: relative;
}

.show_order_text.active {
    color: #0DC0FE;
}

.cx_cars_top_info {
    display: flex;
    align-items: center;
}

.info_topcar {
    width: 100px;
}

.info_topcar img {
    display: block;
    width: 100%;
}

.info_othername {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin-left: 10px;
    width: 160px;
}

.info_ltname {
    color: #192633;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: bold;
    line-height: 100%;
    padding-bottom: 8px;
}

.info_bzname {
    margin-bottom: 8px;
    overflow: hidden;
    color: #666D7F;
    text-overflow: ellipsis;
    font-size: .75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.info_tzcount {
    color: #666D7F;
    font-size: .75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.info_tzcount i {
    font-weight: bold;
    font-style: normal;
    color: #FF5924;
    padding: 0 6px 0 3px;
}

.callseries {
    min-width: 72px;
    display: inline-flex;
    padding: 8px 0;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: linear-gradient(82deg, rgba(0, 160, 233, 0.90) 11.11%, rgba(0, 160, 233, 0.40) 98.83%);
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-left: auto;
    margin-right: 0;
}

.cx_information .but {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0 20px;
}

.cx_information .but > a {
    display: flex;
    width: 45%;
    height: 38px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin: auto;
    border-radius: 5px;
    background: rgba(0, 160, 233, 0.15);
    color: #192633;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.cx_information .but .grey {
    background: rgba(157, 163, 179, 0.40);
}

.cx_information .but .grey span {
    color: #666D7F;
}

.cx_information .but > a img {
    width: 14px;
    height: 14px;
    padding-right: 3px;
}

/*-----------------------申请版主----------------------------*/
.applyowcenter {
    margin: 50px 0 0;
}

p.note {
    border: 1px solid #f33;
    background: #fff7f7;
    padding: 5px 15px;
    color: #192633;
    margin: 0 15px 5px;
    min-height: 23px;
}

p.note img {
    width: 15px;
    float: left;
    display: block;
    margin-top: 3px;
}

p.note span {
    display: block;
    padding-left: 20px;
    font-size: 0.875rem;
    line-height: 23px;
}

.ts_comp .comp ul li.comp_xq1 {
    margin-bottom: 15px;
}

.ts_comp .comp ul li.comp_xq1 p {
    border-bottom: 5px solid #f0f2f5;
}

.sqbz {
    background: #fff;
}

.sqbz ul li {
    min-height: 46px;
    border-bottom: 1px solid #F4F4F4;
    position: relative;
    line-height: 46px;
    padding: 0 15px;
}

.sqbz ul li p {
    min-height: 45px;
}

.sqbz ul li b {
    font-weight: normal;
    float: left;
    position: absolute;
    color: #192633;
    font-size: .9375rem;
    text-align: left;
    height: 46px;
    line-height: 46px;
    position: absolute;
    z-index: 2;
}

.sqbz ul li b i {
    float: right;
    display: block;
    font-style: normal;
    color: #FF0004;
    margin-top: 5px;
    width: 15px;
    font-size: 12px;
    height: 40px;
    line-height: 2.8;
    margin-left: 2px;
}

.sqbz ul li span {
    right: 0;
    left: 0;
    height: 48px;
    color: #192633;
    line-height: 48px;
    cursor: pointer;
    font-size: .875rem;
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.sqbz ul li span a {
    color: #192633;
    cursor: pointer;
    font-size: .9375rem;
    display: block;
    overflow: hidden;
}

.sqbz ul li span input {
    width: 100%;
    border: none;
    background: none;
    font-size: .9375rem;
    color: #192633;
    -webkit-appearance: none;
    height: 48px;
    line-height: 48px;
    text-align: right;
    max-width: 70%;
}

.sqbz ul li:first-child span {
    padding-right: 0px;
    color: #8a9299;
}

.sqbz ul li strong {
    height: 29px;
    padding-top: 13px;
}

.sqbz ul li strong img {
    height: 20px;
}

.sqbz ul li:last-child b {
    height: 48px;
    line-height: 48px;
    position: inherit;
    padding: 3px 0px 0 0;
}


.sqbz ul li .sqk {
    clear: both;
    display: block;
    height: 82px;
}

.sqbz ul li .sqk textarea {
    width: 100%;
    height: 80px;
    line-height: 140%;
    font-size: .9375rem;
    color: #192633;
}

.sqbz ul li p.form-errmsg {
    font-size: .9375rem;
    display: block;
    margin-top: 0px;
    color: #f35151;
    line-height: 24px;
    clear: both;
    min-height: auto;
}

.sqbz_but {
    bottom: 0px;
    width: 100%;
    background: #fff;
    padding-bottom: 30px;
}

.sqbz_but span {
    display: block;
    margin: 15px 15px 0 15px;
}

.sqbz_but input {
    display: inline-block;
    width: 100%;
    background: #00a0ea;
    border: none;
    font-size: 1rem;
    color: #fff;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
    -webkit-appearance: none;
}

.radio_style {
    float: right;
}

.radio_style input {
    margin-left: 14px;
}

.radio_style input:first-of-type {
    margin-left: 0;
}

.radio_style label {
    font-size: .9375rem;
    color: #192633;
}

.essence_icon {
    height: 16px;
    margin-right: 4px;
    position: relative;
    top: 2px;
    float: left;
}

.li_a {
    display: inline-block !important;
    color: #00A0E9;
    font-size: .75rem;
    margin-bottom: 10px;
    border-radius: 2px;
    background: rgba(0, 160, 233, .1);
    padding: 2px 4px 2px 22px;
    background-image: url(//img.12365auto.com/images/m/bbs/pop_icon.png);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: 4px 50%;
}

.content_show_tit h1 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    color: #192633;
    font-size: 1.25rem;
    font-style: normal;
    line-height: 150%;
}

.content_show_tit h1 img {
    height: 18px;
    margin-right: 2px;
    display: inline-block;
    position: relative;
    top: 2px;
}

.owner_flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.owner_headerimg {
    width: 30px;
    position: absolute;
    top: 0;
}

.owner_headerimg img {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    border-radius: 30px;
    position: absolute;
}

.owner_info {
    height: 30px;
    margin-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.owner_username {
    color: #666D7F;
    font-size: .75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    display: flex;
    align-items: center;
}

.owner_username img {
    height: 14px;
    position: relative;
    margin-left: 4px;
    top: -3px;
}

.owner_create_time {
    color: #9DA3B3;
    font-size: .75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}



.new_forum_style {
    text-align: justify;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    padding: 10px 15px 13px;
}

.new_forum_style p img[src*="emoji"] {
    width: 22px;
    height: 22px;
    padding: 0 3px;
    vertical-align: text-bottom;
}

.content_wypl .p_more {
    height: 45px;
}

.content_wypl .comment_list .comt-item .comt-item-right .more span {
    position: relative;
}

.content_wypl .comment_list .comt-item .comt-item-right .more span::before {
    content: "";
    width: 22px;
    height: 0.5px;
    background: #CCC;
    position: absolute;
    left: -26px;
}

.p_more a.p_mo {
    display: block;
    height: 45px;
    line-height: 45px;
    color: #00a0e9;
    text-align: center;
    font-size: 0.875rem;
}

.p_more a.p_mo span {
    display: inline-block;
    background: url(//img.12365auto.com/images/m/sj.png) no-repeat right 16px;
    background-size: 7px;
    padding-right: 12px;
}

.p_more a.p_mo span em {
    font-style: normal;
}

.news_fo {
    display: block;
    margin-bottom: 55px;
}

.content_wypl {
    padding-bottom: 120px;
}

.forum_list_title {
    color: #192633;
    font-size: 1rem;
    font-style: normal;
    font-weight: bold;
    line-height: 100%;
    margin: 0 15px;
    background-image: url(//img.12365auto.com/images/m/dealer/bg.png);
    background-repeat: no-repeat;
    background-position: 0% 100%;
    background-size: 32px 11px;
}

.forum_search_lists {
    padding: 0 15px;
}

.forum_search_lists .head-nav-back {
    left: 0;
}

#carSelectorContainer .head-nav-back {
    left: 15px;
}

.nav_list ul {
    display: flex;
    justify-content: flex-start;
    padding: 8px 0;
}

.nav_list ul li {
    margin-right: 16px;

}

.nav_list ul li:last-of-type {
    margin-right: 0;
}

.nav_list ul li a {
    color: #192633;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.nav_list ul li .pitch {
    font-size: 1rem;
    font-weight: bold;
    position: relative;
}

.nav_list ul li .pitch:before {
    content: "";
    width: 20px;
    height: 3px;
    background: #00A0E9;
    display: block;
    border-radius: 3px;
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: auto;
}

.hot_forum {
    margin-top: 3px;
}

.hot_forum_li {
    height: 50px;
}

.hot_forum_li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #192633;
    font-size: .9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    height: 100%;
}

.hot_forum_li img {
    height: 42px;
    margin-right: 8px;
}

.column_forum_li {
    height: 41px;
}

.column_forum_li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #192633;
    font-size: .9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    height: 100%;
}

.nav_list {
    position: relative;
    z-index: 9;
}

.ppxz {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    overflow-x: hidden;
}

.all_comment {
    position: absolute;
    top: 0;
    background: #fff;
    width: 100%;
}

.head-forum-title {
    color: var(--text-black);
    font-weight: bold;
    font-size: 1.1rem;
    display: block;
    line-height: 46px;
    width: 50%;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 25%;
}

.all_comment .loading {
    padding-bottom: 60px;
}

.select_new_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.select_new_flex span {
    color: #192633;
    font-size: .9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.select_new_flex > div {
    display: flex;
    align-items: center;
}

.select_new_flex em {
    border: 1px solid;
    width: 150px;
    font-weight: bold;
}

.select_new_flex img {
    height: 18px;
}

/*删除弹层*/
.gbco {
    background: #000;
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0.5;
}

.dialog {
    position: fixed;
    background: #fff;
    width: 276px;
    height: 136px;
    border-radius: 5px;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 10;
    margin: auto;
    padding: 20px 20px 0;
}

.dialog p {
    color: #192633;
    text-align: center;
    font-size: 1.125rem;
    font-weight: bold;
}

.dialog .dialog-content {
    margin: 12px 15px 16px;
    color: #666D7F;
    text-align: center;
    font-size: .875rem;
    font-weight: 400;
}

.dialog .dialog-footer {
    text-align: center;
}

.dialog .dialog-footer button {
    display: inline-block;
    width: 108px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background: #00A0E9;
    font-size: 1rem;
    border-radius: 2px;
    border: none;
    margin: 0 3%;
}

.dialog-btn_cancel {
    background: #E5F5FD !important;
    color: #192633 !important;
}

.select_new_column {
    padding: 18px 15px;
}

.send_new_post {
    padding: 0 15px 80px;
}

.send_new_input {
    width: 100%;
    height: 48px;
    border: none;
    color: #192633;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    border-bottom: 1px solid #F1F2F6;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.50) 100%);
}

.send_new_post dd {
    margin-top: 10px;
    border-bottom: 1px solid #F1F2F6;
}

.send_new_post dd:last-of-type {
    border-bottom: none;
}

.send_new_post textarea {
    width: 100%;
    height: 80px;
    font-size: .875rem;
    font-weight: 400;
}

.send_new_post .icon {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    height: 14px;
    padding: 18px 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.00) 100%);
}

.send_new_post .icon em {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 14px;
}

.send_new_post .icon em img {
    height: 14px;
    margin-right: 3px;
}

.send_new_post .icon em span {
    font-style: normal;
    color: #192633;
    font-size: .75rem;
    font-weight: 400;
    line-height: 100%;
    width: 30px;
}

.send_new_post .icon .biq {
    right: 55px;
}

.send_new_flex_style {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 13px;
    margin-top: 28px;
}

.send_new_flex_style>a {
    width: 119px;
    height: 36px;
    border: 1px solid #00a0e9;
    background: rgba(0, 160, 233, 0.10);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    gap: 8px;
    position: relative;
}

.send_new_flex_style>a img {
    height: 17px;
}

.send_new_flex_style>a em {
    color: #00A0E9;
    font-size: 1rem;
    font-style: normal;
    line-height: 1;
}

/*表情*/
.icon .swiper-con {
    top: 45px;
    border: 1px solid #dce1e5;
    left: -15px;
    width: calc(100% + 28px);
}

.icon .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 162px;
    padding-top: 5px;
}

.icon .swiper-slide {
    background-size: cover;
    background-position: center;
}

.icon .swiper-slide span {
    display: block;
    width: 12.5%;
    float: left;
    text-align: center;
    height: 35px
}

.icon .swiper-slide span img {
    display: inline-block;
    width: 24px;
}

.icon .swiper-container {
    width: 100%;
    padding-top: 12px;
}

.icon .swiper-pagination span.swiper-pagination-bullet {
    background: #000;
}

.icon .swiper-pagination span.swiper-pagination-bullet-active {
    background: #00a0e9;
}

/*表情*/
.swiper-con {
    position: absolute;
    top: 35px;
    background: #fff;
    border: 1px solid #dce1e5;
    display: block;
    clear: both;
    /* height: 200px; */
    width: 100%;
    border-left: 0;
    border-right: 0;
    z-index: 2;
}

.fbhf .swiper-con {
    top: 0px;
}

.lt_icon_sj {
    position: absolute;
    top: -11px;
    right: 75px;
}

.lt_icon_sj img {
    width: 23px;
}

.send_new_post .picture {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    margin-top: 0;
}

.send_new_post .picture > span {
    width: 180px;
    height: 140px;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.send_new_post .picture > span img {
    height: 100%;
}

.send_new_post .picture_ri {
    width: calc(100% - 140px);
    padding-left: 10px;
}

.send_new_post .picture_ri textarea{
    height: 100px;
}

.send_new_post .picture_ri .icon{
    padding-bottom: 0;
}

p.form-errmsg {
    font-size: .875rem;
    display: block;
    margin-top: 0px;
    color: #f35151;
    line-height: 24px;
    clear: both;
    min-height: auto;
}

/*按钮*/
/* .send_new_post .but {
    text-align: center;
    padding: 0;
} */

/* .send_new_post .but a {
    display: inline-block;
    border: 1px solid #00a0e9;
    height: 36px;
    padding: 0 15px;
    border-radius: 5px;
    line-height: 36px;
    margin: 18px 1.1% 0;
    position: relative;
    background: rgba(0, 160, 233, 0.10);
}

.send_new_post .but a img {
    height: 17px;
    float: left;
    margin: 10px 8px 0 0;
}

.send_new_post .but a em {
    color: #00A0E9;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
} */

.send_new_post .but input {
    position: absolute;
    width: 119px;
    left: 0px;
    top: 0px;
    height: 36px;
    opacity: 0;
    cursor: pointer;
}

.draft_option {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
}


.draft_option > div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 18px;
    height: 100%;
    gap: 16px;
    background-color: #ffffff;
}

.draft_option a {
    display: flex;
    align-items: center;
}

.draft_option a img {
    height: 14px;
    margin-right: 3px;
}

.draft_option a span {
    color: #192633;
    font-size: .75rem;
}

.screen_draft {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0px;
    z-index: 9;
    display: none;
}

.screen_draft .list_tit {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 44px;
    padding: 0 15px;
}

.screen_draft_title {
    color: #192633;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 100%;
}

.screen_draft_edit {
    color: #192633;
    font-size: .875rem;
    font-weight: 400;
    line-height: 100%;
}

.screen_draft .draft {
    padding: 0 15px;
}

.bbs_li li {
    display: flex;
    justify-content: flex-start;
}

.bbs_li .thous {
    width: 100%;
    padding: 16px 0;
    border-bottom: 1px solid #F1F2F6;
}

.thous_title {
    overflow: hidden;
    color: #192633;
    text-overflow: ellipsis;
    font-size: .9375rem;
    font-weight: bold;
}

.thous_time {
    color: #A7AEC2;
    font-size: .75rem;
}

.non_editable .thous_title {
    color: #A7AEC2;
}

.non_editable .thous_content {
    color: #A7AEC2;
}

.draft_bottom_btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 52px;
    background-color: #fff;
    display: none;
}

.draft_bottom_btn > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    position: relative;
}

.draft_bottom_all_select {
    display: flex;
    justify-content: center;
    align-items: center;

}

.draft_select_img {
    width: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.draft_bottom_all_select span {
    color: #192633;
    font-size: .9375rem;
    position: absolute;
    width: 40px;
    left: 38px;
    top: 15px;
}

.draft_bottom_all_select img {
    top: 8px;
    left: 15px;
}

.draft_bottom_delete span {
    display: flex;
    width: 200px;
    height: 42px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #00A0E9;
    color: #FFF;
    font-size: 1rem;
}

.thous_select {
    margin-right: 12px;
    position: relative;
    width: 18px;
}

.forum_save_tips {
    position: absolute;
    top: -20px;
    color: #A7AEC2 !important;
    font-size: 10px !important;
    display: none;
}

.draft ul li.noDraft {
    border: none;
    text-align: center;
    width: 100%;
    padding: 0;
    color: #192633;
    font-size: 1rem;
    background: url(//img.12365auto.com/images/m/no_pic1.png) no-repeat center top;
    background-size: 130px;
    padding-top: 140px;
    margin-top: 90px;
    display: block;
}

.thous_content {
    overflow: hidden;
    color: #666D7F;
    font-size: .75rem;
    margin: 6px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.container_btns {
    width: auto;
    position: absolute;
    right: 15px;
    top: 8px;
    line-height: 28px;
    height: 28px;
    font-size: 0.875rem;
    background: var(--text-blue);
    border-radius: 5px;
    border: none;
    width: 55px;
    color: #fff;
}

.select_new_val {
    display: block;
    text-align: right;
    width: 230px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.selectpage-wrapper-slidelist .selectpage-list-item li.active {
    background-image: url(//img.12365auto.com/images/m/bbs/posts_select_y.png);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: 95% 50%;
}

.content_wypl_bottom {
    padding-bottom: 0;
}

.comment_list .comt-item .comt-item-right {
    margin-left: 42px;
}

.content_wypl .comment_list .comt-item .comt-item-right .more {
    margin-left: 42px;
}

.comment_show .swiper-con {
    top: -60px;
}

.li_a_hide {
    display: none !important;
}

.series_forum {
    position: absolute;
    width: 100%;
    left: 0;
}