@charset "UTF-8";

.hongbg {
    background: #CB030B;
    height: 4rem;
}

.head2 {
    background: url('../images/second/1.jpg') no-repeat;
    background-size: cover;
}

.ba_img {
    padding: 0 0.32rem;
}

.head_tit {
    font-size: 0.4rem;
}

.ba_img img {
    width: 100%;
}

.head_logo {
    width: 2rem;
    height: 0.667rem;
}

.head_logo img {
    width: 100%;
    height: auto;
}

.head {
    padding: 0.33rem 0.267rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head_serch {
    width: 7rem;
    height: 1rem;
    line-height: 1rem;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 2px;
    padding: 0 0.267rem;
    margin: 0 0.466rem;
    color: #fff;
    font-size: 0.22rem;
}

.head_serch a {
    color: #fff;
    display: flex;
    align-items: center;
}

.head_serch i {
    font-size: 0.5rem;
    margin-right: 0.2rem;
}

.top_cen {
    /* margin-left: 0.466rem; */
    position: relative;
    width: 10%;
}

.top_cen a.active {
    display: none;
}

.top_cen a.cen_x {
    font-size: 0.9rem;
    font-weight: 500;
    color: #fff;
    position: absolute;
    top: -0.7rem;
    left: -0.2rem;
}

.navlist_mo {
    display: block;
}

.in1 {
    width: 100%;
    transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
}

.ph-logo {
    padding: 10px 0 10px 10px;
}

.ph-logo img {
    width: 105px;
}

.ph-logo span {
    font-size: 15px;
    color: #3e3e3e;
    display: inline-block;
    line-height: 35px;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #dddddd;
}

body {
    position: relative;
    right: 0;
    transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
}

.top_cen span {
    display: block;
    width: 0.46rem;
    height: 2px;
    background-color: #fff;
    margin: 5px 0;
}

.navlist_mo {
    display: block;
    position: fixed;
    top: 0;
    right: -50%;
    bottom: 0;
    width: 50%;
    background-color: #212020;
    transition: all linear .5s;
    /*overflow: auto;*/
    z-index: 10;
}

.navlist_mo>li {
    background-color: #212020;
    padding-left: 20px;
}

.navlist_mo>li>a {
    color: #ffffff;
    display: block;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    padding: 10px 0 20px 0;
    /*padding-left: 20px;*/
    transition: all .5s;
    position: relative;
}

/* .navlist_mo>li:hover>a{
    color:#ff6600;
} */
.navlist_mo>li.active>a {
    /*background-color: #303030;*/
}

.navlist_mo>li a:after {
    top: 1.4rem;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navlist_mo>li a:not([href]):after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 15px;
    width: 9px;
    height: 9px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: all .3s ease 0s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navlist_mo>li.active a:not([href]):after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 18px;
}

.navlist_mo>li .abm_nav {
    display: none;
    height: 0;
    transition: all .5s;
}

.navlist_mo>li.active .abm_nav {
    display: block;
    height: auto;
}

/* .navlist_mo>li .abm_nav>li{
    background-color: #080808;
} */
/* .navlist_mo>li .abm_nav>li.active>a{
    color: #ff6600;
} */
.navlist_mo>li .abm_nav>li>a {
    color: #ffffff;
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 0;
    padding-left: 20px;
    transition: all .5s linear;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
}

.navlist_mo>li .abm_nav>li h3 {
    color: #ffffff;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 30px 10px 10px;
    position: relative;
}

.navlist_mo>li .abm_nav>li h3:after {
    content: '';
    background: url(../images/jia.png) no-repeat;
    font-size: 16px;
    font-weight: 600;
    display: block;
    position: absolute;
    right: 0.6rem;
    top: 10px;
    height: 15px;
    width: 15px;
    background-size: 100% 100%;
}

.navlist_mo>li .abm_nav>li h2 {
    color: #ffffff;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 30px 12px 20px;
    position: relative;
}

.navlist_mo>li .abm_nav>li h2 a {
    color: #fff;
}

.las>a {
    position: relative;
    display: block;
    width: 100%;
}

.navlist_mo>li .abm_nav ul .las>a:after {
    content: "";
    display: block;
    position: absolute;
    right: 43px;
    top: 7px;
    width: 9px;
    height: 9px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: all .3s ease 0s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.foot {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
}

.foot ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0.1rem 0;
    background-color: #fff;
}

.foot ul li p {
    margin-top: 0.05rem;
    font-size: 0.293rem;
    color: #414141;

}

.foot ul li i {
    font-size: 0.6rem;
    color: #414141;

}

.foot ul li.active i {
    color: #CB0009;
}

.foot ul li.active p {
    color: #CB0009;
}

.main_img {
    /*padding-top: 1rem;*/
    background-color: #F9F9F9;
}

.main_img ul {
    padding-top: 0.3rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
}

.main_img ul li {
    text-align: center;
    width: 2.13rem;
    height: 2.13rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.3rem;
}

.main_img ul li a {
    display: block;
    width: 100%;
}

.main_img ul li img {
    width: 1.4rem;
}

.main_img ul li p {
    font-size: 0.36rem;
    color: #666;
    margin-top: 0.1rem;
}

.main_tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.2rem 0.32rem;
}

.main_tit_lf {
    font-size: 0.38rem;
}

.main_tit_rt a {
    font-size: 0.32rem;
}

.listC1 {
    color: #672128;
}

.listB1 {
    background-color: #F4E3E4;
}

.listC2 {
    color: #275E28;
}

.listB2 {
    background-color: #D2E9CC;
}

.listC3 {
    color: #234372;
}

.listB3 {
    background-color: #D6E4FE;
}

.pai_top ul {
    display: flex;
    justify-content: space-between;
}

.pai_top ul li {
    width: 48%;
}

.pai_style {
    padding: 0.32rem;
    border-radius: 5px;

}

.pai_list {
    padding: 0.32rem;
}

.pai_style h4 {
    font-size: 0.38rem;
    margin-bottom: 0.2rem;
}

.pai_style span {
    background-color: #CB030B;
    color: #fff;
    padding: 1px 5px;
}

.pai_style_lf {
    display: flex;
    justify-content: space-between;
    margin-top: 0.2rem;
}

.pai_style_lf img {
    width: 1.2rem;
}

.pai_bottom {
    margin-top: 0.1rem;
}

.bg10 {
    height: 12px;
    background-color: #F9F9F9;
}

.list_li ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0.32rem;
}

.list_li ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 12px;
    box-shadow: 0 0 10px #c1baba;
}

.list_li ul li:nth-child(2n) {
    margin-right: 0;

}

.auction_img {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.auction_img img {
    width: 100%;
}

.auction_img p {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 2px 0;
}

.auction_img span {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 5px;
    background-color: #000;
    color: #fff;
}

.auction_tit span {
    border: 1px solid #CB0009;
    color: #CB0009;
    padding: 0 5px;

}

.auction_tit h4 {
    margin-bottom: 3px;
}

.auction_santit {
    display: flex;
    align-items: center;
    padding: 5px 0;
    justify-content: space-between;
}

.auction_text {
    padding: 0 5px;
}

.col_red {
    color: #E60A1C;
}

.sub_tit ul {
    display: flex;
}

.sub_tit ul li {
    width: 33.33%;
    text-align: center;
}

.sub_tit ul li p {
    padding: 0.2rem 0;
    font-size: 0.38rem;
    color: #000;
}

.sub_tit ul li p i {
    color: #999;
}

.sub_tit ul li span {
    display: block;
    margin: auto;
    width: 30px;
    height: 3px;
    background-color: transparent;
}

.sub_tit ul li.active span {
    background-color: #F44133;

}

.automobile ul li {
    padding: 0.28rem;
    border-bottom: 1px solid #D6D6D6;
    display: flex;
    align-items: center;
    justify-content: space-between;

}


.automobile_img {
    width: 32%;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.automobile_text {
    width: 65%;
}

.automobile_img img {
    width: 100%;
    height: 2.8rem;
}

.automobile_img p {
    height: 0.5rem;
    line-height: 0.5rem;
    background-color: #75B16C;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
}

.automobile_text_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.automobile_text_rt {
    width: 1.8rem;
    text-align: center;
}

.peng {
    border: 1px solid #CB0009;
    color: #CB0009;
    padding: 0 5px;
}

.automobile_text_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4px;
}

.automobile_text_bottom p {
    display: inline-block;
    padding: 2px 5px;
    font-size: 0.32rem;
    color: #fff;
    background-color: #F54337;
    border-radius: 3px;

}

.automobile_text_bottom p a {
    color: #fff;
}

.head_tits {
    display: flex;
    justify-content: center;
}

.head_tits a {
    font-size: 0.4rem;
    display: inline-block;
    margin: 0 0.3rem;
    padding: 0.2rem 0;
}

.head_tits a.active {
    border-bottom: 2px solid #fff;
}

.pd32 {
    padding: 0.32rem;
}

.accident li {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 0.32rem;
}

.accident_img img {
    width: 100%;
}

.accident_img {
    position: relative;
}

.accident_img p {
    /* position: absolute; */
    top: 0;
    left: 0;
    display: inline-block;
    padding: 2px 5px;
    background-color: rgba(175, 11, 23, 0.6);
    color: #fff;
}

.accident_tit {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0.2rem 0;
    border-bottom: 1px solid #DFDFDF;
}

.accident_tit_rt {
    width: 40%;
    text-align: right;
}

.accident_tit_rt span {
    padding: 2px 5px;
    color: #fff;
    background-color: #F54337;
    border-radius: 3px;
}

.accident_tit_rt div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.accident_tit_rt div em:nth-child(2) {
    font-size: 0.5rem;
    color: #5D8FC1;
    margin: 0 5px;
}

.accident_bottom {
    padding-top: 0.32rem;
}

/* 个人中心 */
.face {
    display: flex;
    align-items: center;
}

.tearface {
    background-color: #F9F9F9;
    background-image: url(../images/second/hhbg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    display: flow-root;
}

.face_lf {
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
    overflow: hidden;
}

.face_lf img {
    width: 100%;
}

.face_rt {
    margin-left: 0.32rem;
}

.tearface {
    padding: 0 0.32rem;
}

.tearface_top {
    padding: 0.5rem 0 1rem 0;
}

.face_rt h3 {
    font-size: 0.4rem;
    margin-bottom: 0.1rem;
}

.face_rt a {
    display: inline-block;
    width: 2rem;
    height: 0.6rem;
    text-align: center;
    line-height: 0.6rem;
    color: #fff;
    font-size: 0.34rem;
    border-radius: 0.6rem;
    background-color: #C6C6C8;
}

.face_list ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.4rem;
}

.face_list ul li {
    width: 33.33%;
    text-align: center;
}

.face_list ul li a {
    font-size: 0.36rem;
}

.face_list ul li a p {
    line-height: 0.5rem;
}

.fu {
    border-radius: 5px;
    background-color: #fff;
    padding: 0.25rem;
    margin-bottom: 0.32rem;
}

.fu2 {
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 0.32rem;
    background-image: url(../images/second/monery.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.fu_tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fu2 .fu_tit {
    padding: 0.25rem;
}

.fu_tit h3 {
    font-size: 0.36rem;
    font-weight: 700;
}

.wo_card ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.2rem 0;
}

.wo_card li {
    width: 25%;
    text-align: center;
}

.wo_card_inner {
    position: relative;
    display: inline-block;
}

.wo_card li i {
    font-size: 20px;
    color: #F13218;
}

.wo_card li p {
    margin-top: 5px;
}

.wo_card li em {
    display: inline-block;
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 50%;
    line-height: 0.35rem;
    text-align: center;
    background: #CB0009;
    color: #fff;
    position: absolute;
    top: 4px;
    right: -0.3rem;
    font-size: 0.3rem;
}

.fund_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.2rem;
    border-bottom: 1px solid #ddd;
    padding: 0 0.25rem 0.25rem;
}

.fund_bottom ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.4rem 0;
}

.fund_bottom ul li {
    width: 50%;
    text-align: center;
}

.fund_rt a {
    display: inline-block;
    width: 1.2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.34rem;
    color: #666;
    border: 1px solid #666;
    margin: 0 0.15rem;
}

.fund_rt a.active {
    color: #DF696C;
    border: 1px solid #DF696C;

}

.wo_abeyance ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.4rem 0;
}

.wo_abeyance ul li {
    width: 33.33%;
    text-align: center;
}

.lie_list {
    margin-bottom: 0.32rem;
}

.lie_list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.15rem 0.25rem;
    border-bottom: 1px solid #ddd;
}

.lie_list li a p {
    color: #333;
}

#card img {
    width: 100%;
    height: 400px;
}

#card .swiper-pagination-fraction {
    display: inline-block;
    padding: 3px 7px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    width: auto;
    border-radius: 3px;
    left: auto;
    right: 3px;
}

.look {
    position: relative;
}

.look .heads {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999999;
}

.blocked {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 99999;
    margin-top: -30px;
}

.blocked a {
    display: block;
    width: 70px;
    height: 25px;
    line-height: 25px;
    font-size: 0.36rem;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    font-size: 0.36rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    margin-bottom: 15px;
}

.switch_text_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.switch_text_lf span {
    display: inline-block;
    background-color: #F34336;
    color: #fff;
    padding: 0 3px;
}

.switch_text_lf em {
    font-size: 0.38rem;
}

.switch_text_rt span {
    /* border: 1px solid #FD3939; */
    color: #fff;
    padding: 0 5px;
}

.switch_text_cont {
    padding: 0.32rem;
}

.switch_text_lf h3 {
    margin-bottom: 0.2rem;
}

.switch_text_rt {
    text-align: right;
}

.switch_text_ti p {
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    font-size: 0.34rem;
}

.switch_text_ti.sel {
    background-color: #9AD125;
}

.switch_text_ti.notsel {
    background-color: #FDB549;
}

.switch_text_ti.never {
    background-color: #B8B8B8;
}

.switch_text_ti.end {
    background-color: #B8B8B8;
    color: white;
}

.paipin {
    padding-top: 1rem;
}

.paii_list ul {
    display: flex;
    flex-wrap: wrap;
}

.paii_list ul li {
    width: 33.33%;
}

.paii_list ul li.alls {
    width: 100%;
}

.paii_list ul li span {
    color: #999;
}

.paii_list ul li p {
    color: #333;
    word-break: break-all;
}

.paii_list ul li p.col_red {
    color: #F34336;
}

.paipin {
    padding: 0.8rem 0.32rem;
}

.paii_list ul li {
    padding: 0.15rem 0;
}

.paipin h4 {
    font-size: 0.38rem;
    margin-bottom: 0.3rem;
}

.jian_lf {
    z-index: 88;
    width: 0.7rem;
    height: 1.3rem;
    margin-top: 0.7rem;
    position: fixed;
    left: 0;
    top: 50%;
    background: url("../images/second/7.png") no-repeat;
    background-size: contain;
}

.jian_list {
    position: fixed;
    width: 75%;
    height: 100%;
    left: -80%;
    top: 0;
    z-index: 9999999;
    background-color: #fff;
}

.jian_list_top {
    background-color: #212121;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.4rem 0.32rem;
    font-size: 0.36rem;
}

.jian_list ul li {
    display: flex;
    justify-content: space-between;
    padding: 5px 8px 10px 0;
    border-bottom: 1px solid #ddd;
}

.jian_list_lf {
    width: 75%;
}

.jian_list_rt {
    width: 25%;
    text-align: right;
}

.jian_list_cont_lf span {
    display: inline-block;
    background-color: #747474;
    width: 0.7rem;
    text-align: center;
    color: #fff;
    margin-right: 3px;
}

.jian_list_cont {
    display: flex;
}

.jian_list_cont_rt h3 {
    font-size: 0.34rem;
}

.jian_list_rt p {
    margin-top: 0.2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.jian_list_rt p span {
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    background-color: #F19149;
    color: #fff;
    display: inline-block;
    margin-right: 5px;
}

.jian_list_rt p i {
    font-size: 20px;
}

.bidding {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3.5rem;
    background: url('../images/second/5.png') no-repeat;
    background-size: cover;
}

.bidding_cont {
    padding-top: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.3rem 0.34rem 0 0.34rem;
}

.bidding_cont_lf span {
    display: inline-block;
    padding: 0px 5px;
    background-color: #82D176;
    color: #fff;
    font-size: 0.30rem;
    display: none;
}

.bidding_cont_cent input.inputA {
    width: 1.8rem;
    height: 0.6rem;
    border: 1px solid #ccc;
    text-align: center;
    margin: 0 0.2rem 0.1rem 0.2rem;
}

.bidding_cont_lf span.cjshow {
    display: inline-block;

}

.bidding_cont_lf p em:nth-child(2) {
    font-size: 0.4rem;
}

.bidding_cont_rt {
    text-align: right;

}

.bidding_cont_cent {
    display: flex;
    justify-content: center;
    width: 100%;
}

.bidding_cont_cent input.btn_aB {
    /* float: right; */
    width: 3rem;
    height: 0.6rem;
    line-height: 0.6rem;
    background-color: #E70113;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    border: none;
    font-size: 0.32rem;
}

.bidding_cont_rt button {
    float: right;
    width: 5rem;
    height: 0.8rem;
    line-height: 0.8rem;
    background-color: #E70113;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    border: none;
    font-size: 0.36rem;
}

.mui-checkbox input[type=checkbox]:checked:before,
.mui-radio input[type=radio]:checked:before {
    color: #E05341;
}

.flex_search_item .mui-checkbox,
.flex_search_item .mui-radio {
    display: flex;
    align-items: center;
    width: 33.33%;
    padding: 3px 0;
}

.flex_search_item .mui-checkbox input[type=checkbox],
.flex_search_item .mui-radio input[type=radio] {
    position: static;
}

.mui-content {
    background: none;
}

.flex_search_item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.flex_search h4 {
    font-size: 0.36rem;
    padding: 0.2rem 0;
}

.flex_search_item label {
    font-size: 0.30rem;
}

.flex_search_item label {
    padding-right: 0;
}

.mui-checkbox input[type=checkbox]:before,
.mui-radio input[type=radio]:before {
    font-size: 20px;
}

.flex_search_inner {
    padding: 0 0.2rem 2rem 0.2rem;
}

.flex_search {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #F6F4F7;
    left: 100%;
    top: 0;
    z-index: 9999;
    overflow-y: scroll;
    transition: all 0.3s linear;

}

.flex_search_fan {
    height: 1.2rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    align-items: center;
    background-color: #C03636;
}

.flex_search_btn {
    position: fixed;
    bottom: 0;
    left: 100%;
    width: 100%;
    height: 1.2rem;
    display: flex;
    align-items: center;
    transition: all 0.3s linear;
}

.flex_search_btn>div {
    height: 100%;
    text-align: center;
    font-size: 0.36rem;
    line-height: 1.2rem;
}

.flex_search_lf {
    width: 25%;
    background-color: #fff;
}

.flex_search_rt {
    width: 75%;
    background-color: #E05341;
    color: #fff;
}

.nR {
    color: #fff;
    margin-left: 4px;
    font-size: 11px !important;
    padding: 0 2px;
    font-style: normal !important;
    float: none !important;
    background-color: #ed1c24;
}

.nR:hover {
    text-decoration: none;
}

.nB {
    background-color: #448aca;
}

.nO {
    background-color: #f39700;
}

.nC {
    background-color: #8FC420;
}

.nG {
    background-color: #303030;
}

.nK {
    background-color: #000;
}

.nD {
    background-color: #920683;
}

.nX {
    background-color: #638C09;
}

.nQ {
    background-color: #EA68A2;
}

.bc_collectR2 {
    background: url('../images/xin.png') no-repeat;
    background-size: contain;
}

.bc_collectR2.attention {
    background: url('../images/xinclick.png') no-repeat;
    background-size: contain;
}

.bc_icon2 {
    display: inline-block;
    overflow: hidden;
}

.automobile_img p {
    display: none;
}

.bc_collect2 {
    width: 14px;
    height: 14px;
    position: relative;
    top: 5px;
    opacity: ;
}

.pagination {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.pagination span {
    float: none;
}

.bidding_cont_up {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.2rem;
}

.bidding_cont_up input[type='button'] {
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    border: none;
    border-radius: 50%;
}

.bidding_cont_up input.btn_a_1 {
    background: url(../images/jianshao.png) no-repeat;
    background-size: contain;
}

.bidding_cont_up input.btn_a_2 {
    background: url(../images/zengjia.png) no-repeat;
    background-size: contain;
}

.bidding_cont_up input[type='text'] {
    width: 1.8rem;
    height: 0.6rem;
    border: 1px solid #ccc;
    text-align: center;
    margin: 0 0.2rem;
}

.bidding_cont_rt {
    padding-right: 2rem;
    text-align: center;
}

.bidding_cont_rt button {
    width: 3rem;
    float: none;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.34rem;
}

.bidding_jing .bidding_cont {
    padding: 1.8rem 0.34rem 0 0.34rem;
}

.foot {
    display: none;
}

.mypage .page_select{
    position: relative;
    border: 1px solid #A4A4A4;
    min-height: 14px;
    background-color: #fff;
    border-radius: 2px;
    margin: 0 10px;
    border: 1px solid #ccc !important;
    width: 70px;
    padding: 5px;
}