* {
    margin: 0;
    padding: 0;
}

a:link, a:visited, a:active, a:hover {
    color: #333333;
    text-decoration: none;
}

a, a:active, a:hover, a:link, a:visited {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.kj_list-inp input[type="text"], .kj_list-inp input[type="submit"], .kj_list-inp input[type="number"] {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
    -webkit-appearance: none;
    outline: none;
}

input[type="text"], input[type="submit"] {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
    -webkit-appearance: none;
    outline: none;
}

body {
    background: #eee;
}

.head_bar {
}

.head-bar-fix {
    height: 39px;
    clear: both;
}

.common_head {
    background: #f39800;
    padding: 10px 4%;
    display: flex;
    justify-content: space-around;
    position: fixed;
    z-index: 15;
    width: 100%;
}

.index_search {
    border-radius: 4px;
    background: #f3f3f3;
    width: 85%;
    color: #c1c1c1;
    background: #f3f3f3 url('../images/icon_search.png') no-repeat left 5px center;
    background-size: 23px;
}

.index_search input {
    height: 29px;
    line-height: 29px;
    border: none;
    background: none;
    margin-left: 30px;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
    -webkit-appearance: none;
    outline: none;
    border: none;
    font-size: 15px;
    width: 65%;
}

.input_place::input-placeholder {
    color: #c1c1c1;
}

.input_place::input-placeholder {
    color: #c1c1c1;
}

.input_place::-webkit-input-placeholder {
    color: #c1c1c1;
}

.input_place::-moz-placeholder {
    color: #c1c1c1;
}

.input_place::-moz-placeholder {
    color: #c1c1c1;
}

.input_place::-ms-input-placeholder {
    color: #c1c1c1;
}

.index_city {
    color: #ffffff;
    font-size: 14px;
    line-height: 28px;
}

.index_lb {
    display: inline-block;
    width: 100%;
}

.index_lb_bg {
    background: #ff8c00;
    border-bottom-left-radius: 4%;
    border-bottom-right-radius: 4%;
    height: 170px;
    margin-bottom: 39px;
}

.index_lb_img {
    margin-top: 45px;
    width: 94%;
    height: 198px;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 3%;
}

.index_lb_img img {
    width: 100%;
    height: 100%;
}

.index_grid {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.index_grid .index_grid-item {
    display: flex;
    flex-direction: column;
    width: 25%;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.index_grid .index_grid-item img {
    width: 59px;
    height: 59px;
    border-radius: 50%;
    margin-bottom: 5px;
}

.index_grid .index_grid-item span {
    font-size: 15px;
    line-height: 1.8;
    display: block;
    text-align: center;
    color: #000;
}

.marquee-div {
    height: 34px;
    overflow: hidden;
    position: relative;
}

.kf {
    display: flex;
    box-sizing: border-box;
    padding: 0 8px;
    border-radius: 8px;
    width: 92%;
    margin: 0 auto;
    background-color: #dfdfe4;
    overflow: hidden;
    justify-content: center;
    height: 34px;
    top: 0;
    position: absolute;
    left: 4%;
}

.kf .outer .inner {
    display: flex;
    align-items: center;
    height: 34px;
    line-height: 34px;
}

.kf .outer .inner a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.kf .outer .inner img {
    width: 27px;
    height: 27px;
    margin-right: 15px;
}

.kf .outer .inner span {
    color: #fe8419;
    font-size: 20px;
    letter-spacing: 5px;
    font-weight: 700;
    text-align: center;
}

.kf1 {
    display: flex;
    box-sizing: border-box;
    padding: 0 8px;
    border-radius: 8px;
    width: 92%;
    margin: 0 auto;
    background-color: #dfdfe4;
    overflow: hidden;
    justify-content: center;
    height: 34px;
    position: absolute;
    left: 4%;
}

.kf1 .outer .inner {
    display: flex;
    align-items: center;
    height: 34px;
    line-height: 34px;
}

.kf1 .outer .inner a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.kf1 .outer .inner img {
    width: 27px;
    height: 27px;
    margin-right: 15px;
}

.kf1 .outer .inner span {
    color: #fe8419;
    font-size: 20px;
    letter-spacing: 5px;
    font-weight: 700;
    text-align: center;
}

.search-grid {
    display: flex;
    margin: 0 auto;
    margin-top: 15px;
    width: 96%;
    flex-wrap: wrap;
    box-sizing: border-box;
    font-size: 14px;
}

.search-grid .search-grid-item {
    display: flex;
    align-items: center;
    width: 25%;
    justify-content: center;
}

.search-grid a {
    color: #000 !important;
    font-size: 15px;
    line-height: 1.8;
}

.search-grid .search-grid-item img {
    width: 28px;
    height: 28px;
    vertical-align: middle;
}

.mb15 {
    margin-bottom: 17px;
}

.rec-car-list {
    display: flex;
    flex-direction: column;
    width: 92%;
    margin: 0 auto;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #dedede;
    line-height: 1.8;
}

.rec-car-list .rec-car-list-item a {
    width: 100%;
}

.rec-car-list .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin-bottom: 5px;
    box-sizing: border-box;
    padding: 0 1%
}

.rec-car-list .title .more {
    font-size: 12px;
    color: #333;
    margin-right: 5px
}

.rec-car-list .rec-car-list-content {
    display: flex;
    flex-wrap: wrap;
}

.rec-car-list .rec-car-list-content .rec-car-list-item {
    margin: 8px 0;
    display: flex;
    width: 31%;
    align-items: center;
    font-size: 14px;
    flex-direction: column
}

.rec-car-list .rec-car-list-content .rec-car-list-item img {
    width: 100%;
    height: 122px
}

.rec-car-list .rec-car-list-content .rec-car-list-item .p {
    margin: 10px 0 0 0;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 96%;
    align-self: flex-start;
    box-sizing: border-box
}

.rec-car-list .rec-car-list-content .rec-car-list-item span {
    color: #666;
    font-size: 12px;
    align-self: flex-start;
    display: block;
}

.rec-car-list .rec-car-list-content .rec-car-list-item span.price {
    color: #ff8c00 !important;
    font-weight: 700;
    font-size: 18px
}

.rec-car-list .rec-car-list-content .rec-car-list-item span.pubtime {
    color: #0fcac7;
    font-weight: 700;
    font-size: 10px !important
}

.middle-mr-ml {
    margin-left: 3% !important;
    margin-right: 3% !important;
}

.new-car-list {
    display: flex;
    flex-direction: column;
    width: 92%;
    margin: 0 auto;
    margin-top: 15px
}

.new-car-list .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin-bottom: 5px;
    box-sizing: border-box;
    padding: 0 1%
}

.new-car-list .title .more {
    font-size: 11px;
    color: #666;
    margin-right: 5px
}

.new-car-list .new-car-list-content {
    display: flex;
    flex-direction: column
}

.new-car-list .new-car-list-content .new-car-list-item {
    display: flex;
    margin: 8px 0;
    align-items: center;
    font-size: 17px;
    box-sizing: border-box;
    padding-bottom: 5px;
    border-bottom: solid 1px #dedede
}

.new-car-list .new-car-list-content .new-car-list-item a {
    width: 100%;
    display: flex;
}

.new-car-list .new-car-list-content .new-car-list-item img {
    width: 85px;
    height: 85px;
    margin-right: 15px
}

.new-car-list .new-car-list-content .new-car-list-item .desc {
    display: flex;
    align-items: stretch;
    font-size: 13px;
    flex-direction: column;
    width: 75%
}

.new-car-list .new-car-list-content .new-car-list-item .desc .char {
    text-align: right;
    color: #fff;
    margin-right: 8px
}

.new-car-list .new-car-list-content .new-car-list-item .desc .char span {
    font-size: 13px;
    color: #fff !important;
    border-radius: 3px;
    padding: 1px 4px
}

.new-car-list .new-car-list-content .new-car-list-item .desc .char span:last-child {
    background-color: #ff8c00
}

.new-car-list .new-car-list-content .new-car-list-item .desc .char span:first-child {
    background-color: #ff8c00!important;
    margin-right: 5px
}

.new-car-list .new-car-list-content .new-car-list-item .desc .secondrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 20px;
    line-height: 20px
}

.new-car-list .new-car-list-content .new-car-list-item .desc .single {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 20px;
    line-height: 20px
}

.new-car-list .new-car-list-content .new-car-list-item .desc .p {
    color: #333;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 96%;
    align-self: flex-start;
    box-sizing: border-box;
    margin: 0 0 1px 0;
    height: 20px;
    line-height: 20px
}

.new-car-list .new-car-list-content .new-car-list-item .desc span {
    color: #666;
    align-self: flex-start;
    margin: 0;
    font-size: 12px;
    padding: 0
}

.new-car-list .new-car-list-content .new-car-list-item .desc .price {
    color: #fc6a30;
    font-weight: 700;
    font-size: 18px
}

.new-car-list .new-car-list-content .new-car-list-item .desc .pubtime {
    color: #0fcac7;
    font-size: 11px !important
}

.new-car-list .new-car-list-content .new-car-list-item .desc .area {
    margin-right: 11px
}

/*资讯列表*/
.lh-18 {
    line-height: 1.8;
}

.ms {
    font-size: 13px;
    color: #444;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.ishot {
    font-size: 13px;
    color: #fff !important;
    border-radius: 3px;
    padding: 0px 4px !important;
    background-color: #ff8c00;
    margin-right: 5px !important;
}

.f18 {
    font-size: 18px !important;
}

.w-80 {
    width: 80px !important;
    height: 80px !important;
}

.br-5 {
    border-radius: 5px;
}

/*资讯详情*/
.show-container {
    padding: 17px;
    font-size: 16px;
    line-height: 1.8;
}

.show-container {
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    box-sizing: border-box;
    background: #eee;
}

.show-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    padding: 10px 15px;
    font-size: 18px;
}

.show-desc {
    padding: 3px 15px;
    font-size: 16px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: solid 1px #e0dfe3;
    width: 96%;
    margin: 0 auto 10px auto;
}

.show-seat {
    margin: 0 10px;
}

.show-container .show-body img {
    max-width: 100%;
}

/*我的页面*/
.me-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 11px 4%;
    padding-bottom: 50px;
    background: #fe6d00;
    background: -webkit-linear-gradient(left, #ff8c00, #fe5b00);
    background: -o-linear-gradient(left, #ff8c00, #fe5b00);
    background: -moz-linear-gradient(left, #ff8c00, #fe5b00);
    background: linear-gradient(90deg, #ff8c00, #fe5b00);
    background: #ff8c00;
    border-bottom-left-radius: 4%;
    border-bottom-right-radius: 4%;
    font-size: 16px;
    line-height: 1.8;
}

.me-wrapper .head_my {

    /*width: 23%;*/
    width: 86px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.me-wrapper .head_my img {
    border-radius: 50%;
    width: 68px;
    height: 68px;
}

.me-wrapper .name {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.me-wrapper .name .nickname {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    opacity: .9;
}

.me-wrapper .name .nickname a {
    color: white;
}

.me-wrapper .arrow {
    flex: auto;
    color: #e8e8e8;
    font-size: 22px;
    font-weight: 700;
    text-align: right;
    margin-right: 11px;
    opacity: .8;
}

.b-a {
    border-radius: 6px;
}

.shadow {
    box-shadow: 0 1px 3px #ddd;
}

.list-wrapper {
    width: 96%;
    margin: 0 auto;
    margin-top: -30px;
    background: #f8f8f8;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 2%;
    box-sizing: border-box;
    display: flex;
    line-height: 1.8;
}

.list-wrapper .list-wrapper-item {
    width: 25%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 2px 8px;
    font-size: 12px;
    color: #333;
    flex-direction: column;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-wrapper .list-wrapper-item a {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #333;
    flex-direction: column;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-wrapper .list-wrapper-item img {
    width: 28px;
    height: 28px;
    margin-bottom: 5px;
}

.list-wrapper .list-wrapper-item span {
    color: #666;
}

.ad {
    padding: 0 2%;
    margin-top: 6px;
    font-size: 16px;
    line-height: 1.8;
}

.ad img {
    width: 100%;
    height: 78px;
    border-radius: 3px;
}

.my-table-view {
    display: flex;
    flex-direction: column;
    width: 96%;
    margin: 0 auto;
    margin-top: 1px;
    background: #f8f8f8;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 2%;
    box-sizing: border-box;
    margin-bottom: 5px;
    line-height: 1.8;
    font-size: 16px;
}

.my-table-view .my-table-view-cell:first-child {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.my-table-view .my-table-view-cell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #e6e6eb;
    padding: 17px 2%;
    box-sizing: border-box;
    font-size: 16px;
    color: #282828;
}

.my-table-view .my-table-view-cell span:nth-child(2) {
    flex: 1;
}

.my-table-view .my-table-view-cell .img1 {
    width: 22px;
    height: 22px;
    margin-right: 15px;
}

.my-table-view .my-table-view-cell .img2 {
    width: 14px;
    height: 14px;
}

/*汽车详情*/
.car-content {
    display: flex;
    box-sizing: border-box;
    padding: 15px;
    flex-direction: column;
    position: relative;
    padding-bottom: 120px
}

.car-content .car-title {
    font-size: 20px
}

.car-content .car-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0
}
.kanjia{
    height: 30px;
    float: right;
    color: #fff;
    border-radius: 3px;
}
.car-content .car-price span:first-child {
    font-size: 25px;
    color: #ff8c00;
    font-weight: 700
}

.car-content .car-price .car-reduce {
    font-size: 11px;
    background-color: #ff813a;
    color: #fff;
    border-radius: 3px;
    display: flex;
    align-items: flex-start;
    padding: 0 8px;
    height: 30px;
    line-height: 30px;
    overflow: hidden
}

.car-content .car-price .car-reduce .car-inner {
    height: 150px;
    -webkit-animation: gdtxt-data-v-1c2ae0ac 5s ease-out infinite;
    animation: gdtxt-data-v-1c2ae0ac 5s ease-out infinite
}

.car-content .car-price .car-reduce .car-inner-item {
    height: 30px;
    line-height: 30px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.car-content .car-price .car-reduce .car-inner-item a {
    color: white;
}

.car-content .car-lowprice {
    display: flex;
    align-items: center;
    font-size: 13px
}

.car-content .car-lowprice .car-content .car-lowprice span {
    display: flex;
    align-items: center
}

.car-content .car-lowprice .car-content .car-lowprice span.car-tip {
    color: #662417 !important
}

.car-content .car-lowprice .car-content .car-lowprice span.car-dj {
    font-size: 13px;
    color: #ff8c00 !important;
    font-weight: 700
}

.car-content .car-archive {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.8;
}

.car-content .car-archive .car-title {
    font-size: 20px
}

.car-content .car-archive .car-arc-item {
    font-size: 13px;
    display: flex;
    align-items: center;
    margin: 15px 0
}

.car-content .car-archive .car-arc-item .car-char {
    color: #ff890a;
    margin-right: 5px;
    white-space: nowrap
}

.car-content .car-archive .car-arc-item .car-desc {
    color: #333
}

.car-mytab {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.car-mytab .car-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 30px;
    font-size: 14px;
    border-bottom: solid 1px #e3e3e3
}

.car-mytab .active {
    color: #ff8c00;
    border-bottom: solid 1px #ff8c00
}

.car-mytab .car-mytab-item {
    display: flex;
    justify-content: space-between
}

.car-new-car-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    margin-top: 15px
}

.car-new-car-list .car-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin-bottom: 5px;
    box-sizing: border-box;
    padding: 0 1%
}

.car-new-car-list .car-title .car-more {
    font-size: 11px;
    color: #666;
    margin-right: 5px
}

.car-new-car-list .car-new-car-list-content {
    display: flex;
    flex-direction: column
}

.car-new-car-list .car-new-car-list-content .car-new-car-list-item {
    display: flex;
    margin: 8px 0;
    align-items: center;
    font-size: 17px;
    box-sizing: border-box;
    padding-bottom: 5px;
    border-bottom: solid 1px #dedede
}

.car-new-car-list .car-new-car-list-content .car-new-car-list-item a {
    display: flex;
    width: 100%;
}

.car-new-car-list .car-new-car-list-content .car-new-car-list-item img {
    width: 85px;
    height: 85px;
    margin-right: 15px
}

.car-new-car-list .car-new-car-list-content .car-new-car-list-item .car-desc {
    display: flex;
    align-items: stretch;
    font-size: 13px;
    flex-direction: column;
    width: 75%
}

.car-new-car-list .car-new-car-list-content .car-new-car-list-item .car-desc .car-char {
    text-align: right;
    color: #fff;
    margin-right: 8px
}

.car-new-car-list .car-new-car-list-content .car-new-car-list-item .car-desc .car-char span {
    font-size: 13px;
    color: #fff !important;
    border-radius: 3px;
    padding: 1px 4px
}

.car-new-car-list .car-new-car-list-content .car-new-car-list-item .car-desc .car-char span:last-child {
    background-color: #ff8c00
}

.car-new-car-list .car-new-car-list-content .car-new-car-list-item .car-desc .car-char span:first-child {
    background-color: #ff8c00;
    margin-right: 5px
}

.car-new-car-list .car-new-car-list-content .car-new-car-list-item .car-desc .car-secondrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 20px;
    line-height: 20px
}

.car-new-car-list .car-new-car-list-content .car-new-car-list-item .car-desc .car-single {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 20px;
    line-height: 20px
}

.car-new-car-list .car-new-car-list-content .car-new-car-list-item .car-desc .car-p {
    color: #333;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 96%;
    align-self: flex-start;
    box-sizing: border-box;
    margin: 0 0 1px 0;
    height: 20px;
    line-height: 20px
}

.car-new-car-list .car-new-car-list-content .car-new-car-list-item .car-desc span {
    color: #666;
    align-self: flex-start;
    margin: 0;
    font-size: 12px;
    padding: 0
}

.car-new-car-list .car-new-car-list-content .car-new-car-list-item .car-desc .car-price {
    color: #ff8c00;
    font-weight: 700;
    font-size: 18px
}

.car-new-car-list .car-new-car-list-content .car-new-car-list-item .car-desc .car-pubtime {
    color: #0fcac7;
    font-size: 11px !important
}

.car-new-car-list .car-new-car-list-content .car-new-car-list-item .car-desc .car-area {
    margin-right: 11px
}

.f15 {
    font-size: 15px;
}

.car-morecar {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 10px;
    border: solid 1px #e3e3e3;
    font-size: 14px;
    background-color: #f3f3f3;
}

.car-footer {
    position: fixed;
    width: 100%;
    height: 56px;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    z-index: 1
}

.car-footer .car-fav {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 20%;
    flex-direction: column;
    font-size: 12px
}

.car-footer .car-fav img {
    width: 16px;
    height: 16px
}

.car-footer .car-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 80%
}

.car-footer .car-wrapper img {
    width: 28px;
    height: 28px
}

.car-footer .car-wrapper .car-tel {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f8f8f8;
    background-color: #d8a729;
    height: 44px;
    width: 47%;
    width: 31%;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px
}

.car-footer .car-wrapper .car-wx {
    display: flex;
    align-items: center;
    color: #f8f8f8;
    background-color: #ff6402;
    justify-content: center;
    height: 44px;
    width: 47%;
    width: 31%
}

.car-footer .car-wrapper .car-kj {
    display: flex;
    align-items: center;
    color: #f8f8f8;
    background-color: #ff8c00;
    justify-content: center;
    height: 44px;
    width: 47%;
    width: 31%;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px
}

/*会员登录*/
.login-div {
    padding: 3% 10%;
}

.login-mobile {
    border-bottom: solid thin #ccc;
    width: 100%;
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.login-mobile input {
    border: none;
    background: none;
    width: 100%;
    font-size: 16px;
    height: 30px;
}

.login-yzm {
    border-bottom: solid thin #ccc;
    width: 100%;
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.login-yzm input {
    border: none;
    background: none;
    width: 105px;
    font-size: 16px;
    height: 30px;
}

.get-yzma {
    font-size: 14px;
    font-weight: 700;
    border-radius: 8px;
    background: #e8e8e8;
    padding: 10px 10px;
    color: #fe6601 !important;
    display: unset;
    float: right;
    margin-top: -5px;
}

.login-sub {
    width: 100%;
    margin-top: 17px;
    background-color: #fe6601;
    height: 45px;
    color: #fff;
    border: none;
    font-size: 18px;
}

/*求购列表*/
.zt {
    margin: 0 8px !important;
    white-space: nowrap;
}

/*求购详情*/
.line-mb-15 {
    margin-bottom: 15px;
}

.f15 {
    font-size: 15px;
}

/*评估*/
.pg-sell-wrapper {
    display: flex;
    flex-direction: column;
    padding: 15px;
    font-size: 14px
}

.pg-sell-wrapper .pg-item {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 15px
}

.pg-wrap {
    flex-wrap: wrap
}

.pg-sell-wrapper .pg-item .pg-title {
    display: flex;
    align-items: center;
    width: 25%;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.8;
}

.pg-sell-wrapper .pg-item .pg-rightwrapper {
    display: flex;
    align-items: center;
    flex: auto
}

.pg-uni-input-wrapper {
    width: 100%;
}

.pg-sell-wrapper .pg-item .pg-rightwrapper input {
    border: none;
    background-color: #f6f6fa;
    font-size: 14px;
    padding: 6px 2%;
    height: auto;
    width: 94%;
}

.pg-sell-wrapper .pg-item .pg-upload {
    width: 25%;
    padding: 0;
    position: relative;
    font-size: 14px;
    justify-content: flex-start
}

.pg-sell-wrapper .pg-item .pg-desc {
    display: flex;
    flex: auto;
    color: #999;
    font-size: 14px;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 5px
}

.pg-sell-wrapper .pg-item .pg-upload img {
    width: 75px;
    height: 75px;
    border-radius: 3px
}

.pg-sell-wrapper .pg-item .pg-upload .pg-tip {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    background-color: hsla(0, 0%, 100%, .pg-5);
    padding: 5px 0;
    color: #ff4501;
    font-weight: 700;
    opacity: .pg-9;
    font-size: 16px;
    display: flex;
    align-items: center;
    width: 90%;
    justify-content: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.lon-list {
    display: flex;
    padding: 12px 20px;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    justify-content: space-between;
    margin-top: 4px;
    border: none;
    background: #f8f8f8;
}

.logbtn {
    background: #ff8c00;
    width: 100%;
    margin: 5px auto;
    border-radius: 10px;
    margin-top: 10px;
    color: white;
    font-size: 16px;
}

/*个人资料*/
.ps-list-set {
    background: #f8f8f8;
    font-size: 14px;
    margin-top: 15px;
}

.ps-list-set li:first-child div {
    border: none;
}

.ps-list-set div {
    margin-left: 15px;
    line-height: 1.8;
    padding: 15px 36px 15px 0;
    overflow: hidden;
    border-top: solid thin #eee;
    background: url(../images/list-set.png) no-repeat right center;
    background-size: 23px 13px;
}

.ps-list-set span {
    float: right;
    font-size: 12px;
    color: #333333;
    padding-left: 10px;
}

/*汽车详情砍价*/
.kj_zhezhao {
    width: 100%;
    height: 100vh;    /* position: absolute; */
    z-index: 99999999;
    background-color: rgb(26 24 24 / 50%);
    top: 0;
    line-height: 100%;
    display: none;
    position: fixed
}

.kj_tuichu {
    width: 80%;
    height: 275px;
    background-color: #fff;
    opacity: 1;
    margin: 0 auto;
    position: relative;
    top: 36vh;
    margin-top: -66px;
    border-radius: 5px;
    padding-top: 10px;
    text-align: center;
}

.kj_list-inp {
    background: #FFFFFF;
    margin: 0 6%;
}

.kj_list-inp input {
    width: 100%;
    height: 34px;
    line-height: 34px;
    border: none;
    padding: 0;
    margin: 10px 0 0 0;
    font-size: 18px;
    border-bottom: 1px solid #eeeeee;
    font-size: 14px;
}

.kj_price {
    margin: 0px 6% 0px 6%;
    text-align: left;
    font-size: 14px;
    line-height: 1.8;
}

.kj_close {
    width: 12px;
    float: right;
    margin-right: 15px;
}
