@charset "utf-8";
/* CSS Document */
*{padding:0;margin:0;} 
div,dl,dt,dd,form,h1,h2,h3,h4,h5,h6,img,ol,ul,li,table,th,td,p,span,a{border:0;} 
img,input{border:none;vertical-align:middle;} 
body{font-family:"微软雅黑";font-size:1.2rem;background-color:#f1f2f4;color:#333;margin: 0;padding: 0;} 
html{overflow-y:scroll;} 
ul,ol{list-style-type:none;} 
th,td,input{font-size:12px;} 
h3{font-size:14px;} 
button{border:none;cursor:pointer;font-size:12px;background-color:transparent;} 
select{border-width:1px;_zoom:1;border-style:solid;padding-top:2px;font-size:12px;} 
.clear{clear:both;font-size:1px;height:0;visibility:hidden;line-height:0;} 
.clearfix:after{content:"";display:block;clear:both;} 
.clearfix{zoom:1;} 
a{text-decoration:none;color: #383838;} 
input[type="text"],input[type="button"], input[type="submit"], input[type="reset"],input[type="password"]  {-webkit-appearance: none;background: none;outline: none;}
textarea {-webkit-appearance: none;outline: none;} 
select{outline: none;}
.lf{float: left;}
.rt{float: right;}


/******************首页****************/
/*搜索框*/
.search_nav{
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 1rem 3%;
    margin-bottom: 1.5rem;
}
.search_box{
    width: 100%;
    height: 3rem;
    background-color: #f1f2f4;
    border-radius: 0.3rem;
}
.search_box form{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.search_in{
    display: block;
    width: 90%;
    height: 100%;
    box-sizing: border-box;
    font-size: 1.4rem;
    padding-left: 0.5rem;
}
.search_in::-webkit-input-placeholder{ /*WebKit browsers*/
    color: #acadaf;
}
.search_in::-moz-input-placeholder{ /*Mozilla Firefox*/
    color: #acadaf;
}
.search_in::-ms-input-placeholder{ /*Internet Explorer*/ 
    color: #acadaf;
}
.search_box label{
    display: block;
    width: 10%;
    height: 100%;
    line-height: 3rem;
    color: #cf141b;
    font-weight: bold;
}
.search_box label i{
    font-size: 2.5rem;
}
.search_button{
    display: none;
}
/*导航*/
.nav_box{
    width: 100%;
    height: 17rem;
    margin-top: 1rem;
}
.nav_box ul{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.nav_box ul li{
    width: 22%;
    height: 40%;
    text-align: center;
}
.nav_box ul li a{
    display: block;
}
.nav_icon{
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    margin: 0 auto;
    background-color: #cf141b;
    border-radius: 50%;
}
.nav_icon i{
    color: #fff;
    font-size: 2.5rem;
}
.nav_tit{
    font-size: 1.4rem;
    margin-top: 0.7rem;
}
/*公告*/
.notice{
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    padding-top: 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-top: 1px solid #e8e8e8;
}
.notice div{
    height: 100%;
    font-size: 1.4rem;
}
.norice_tip{
    width: 28%;
    color: #333;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.norice_tip i{
    font-size: 2rem;
    color: #cf141b;
}
.norice_tip em{
    font-style: normal;
    color: #cf141b;
}
.norice_content{
    width: 60%;
    padding-right: 2%;
    border-right: 1px solid #e3e3e3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.more{
    width: 12%;
    text-align: right;
}
/*banner图*/
.index_banner{
    width: 100%;
    margin-bottom: 1.5rem;
}
.banner_box{
    width: 100%;
}
.banner_box a{
    display: block;
}
.banner_box img{
    width: 100%;
}
.index_banner .swiper-pagination{
    bottom: 0.3rem !important;
}
.index_banner .swiper-pagination-bullet{
    border-radius: 50%;
}
.index_banner .swiper-pagination-bullet-active{
    background-color: #fff;
}
/*资产拍卖*/
.auction{
    width: 100%;
    background-color: #fff;
    padding-top: 1rem;
}
.auction_tit{
    width: 100%;
    font-size: 1.6rem;
    text-align: center;
    color: #cf141b;
}
.auction_tit i{
    font-size: 1.6rem;
}
/*筛选*/
.filter{
    width: 100%;
    background-color: #fff;
    margin-top: 1.5rem;
    padding: .5rem 0 1rem;
    border-bottom: 1px solid #e3e3e3;
    position: relative;
}
.filter_kind{
    width: 100%;
    height: 1.9rem;
    box-sizing: border-box;
    padding: 0 1%;  
    overflow: hidden;
}
.filter_kind ul{
    width: 100%;
    height: 1.9rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.filter_kind ul li{
    width: 33.33%;
    height: 100%;
    line-height: 1.9rem;
    font-size: 1.2rem;
    box-sizing: border-box;
    border-right: 1px solid #e3e3e3;
}
.filter_kind ul li:first-child{
    width: 33.33%;
    height: 2rem;
    display: flex;
    justify-content: flex-start;
}
.filter_kind ul li:first-child i{
    font-size: 1.2rem;
    color: #636469;
}
.filter_kind ul li:last-child{
    border-right: none;
}
.filter_kind ul li select{
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    box-sizing: border-box;
    padding: 0 0.2rem;
    font-size: 1.4rem;
}

.filter .search_buts{
	height: 1.9rem;
	padding: 0 .5rem;
	background-color: #cf141b;
	color: #fff;
	position: absolute;
	top: 5px;
	right: 3.5%;
}

/*筛选弹框*/
.filter_box{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transform: scale(0);
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.filter_box_show{
    transform: scale(1);
}
.filter_box_inner{
    width: 100%;
    height: 50%;
    box-sizing: border-box;
    background-color: #fff;
    margin-top: 40%;
}
.filter_box_inner .filter_kind{
    box-sizing: border-box;
    padding-top: 1rem;
    border-color: #f1f1f1;
}
.filter_option{
    width: 100%;
    height: 17.5rem;
    overflow-y: auto;
    margin-top: 1rem;
}
.filter_type{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.filter_type li{
    width: 22%;
    height: 2.5rem;
    line-height: 2.5rem;
    margin: 0 1.5% 1rem 1.5%;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #e5e6ea;
    font-size: 1.4rem;
    color: #666;
}
.filter_type li label{
    display: block;
    width: 100%;
    height: 100%;
}
.filter_type li input{
    display: none;
}
.filter_type .fChecked{
    background-color: #cf141b;
    color: #fff;
}
.filter_box_bg{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0,0,0,0.4);
}
/*列表*/
.auction_list{
    width: 100%;
    box-sizing: border-box;
}
.auction_list ul li{
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
    box-sizing: border-box;
    padding: 1rem 2%;
}
.auction_list ul li a{
    display: block;
}
.auction_box{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.auction_img{
    width: 45%;
    height: 9.2rem;
    overflow: hidden;
}
.auction_img img{
    width: 100%;
}
.auction_content{
    width: 55%;
    box-sizing: border-box;
    padding-left: 0.7rem;
    line-height: 1;
}
.auction_content_name{
    width: 100%;
    font-size: 1.4rem;
    line-height: 1;
    
}
.evaluation_price,.starting_price,.jion_auction{
    font-size: 1rem;
    color: #999;
    margin-top: 0.5rem;
}
.evaluation_price span,.starting_price span{
    font-size: 1.2rem;
    color: #cf141b;
}
.jion_auction i{
    font-style: normal;
    margin: 0 0.7rem;
}
.jion_date{
    height: 2rem;
    line-height: 2rem;
    background-color: #f3f3f3;
    font-size: 1rem;
    display: flex;
    margin-top: 0.5rem;
}
.jion_date span{
    display: block;
    width: 4.5rem;
    height: 100%;
    text-align: center;
    background-color: #3fa55c;
    border-radius: 0 1rem 1rem 0;
    color: #fff;
}
.jion_date em{
    font-style: normal;
    margin-left: 0.2rem;
}
@media only screen and (max-width: 340px) and (min-width: 320px) {
    .auction_img{
        height: 7.9rem;
    }
    .evaluation_price,.starting_price,.jion_auction{
        margin-top: 0.4rem;
    }
    .jion_date{
        margin-top: 0.4rem;
    }
}
@media only screen and (max-width: 375px) and (min-width: 340px) {
    .auction_img{
        height: 8.4rem;
    }
    .evaluation_price,.starting_price,.jion_auction{
        margin-top: 0.5rem;
    }
    .jion_date{
        margin-top: 0.5rem;
    }
    .jion_date span{
        width: 5rem;
        margin-right: 0.2rem;
    }
}
@media only screen and (max-width: 720px) and (min-width: 375px) {
    .evaluation_price,.starting_price,.jion_auction{
        margin-top: 0.55rem;
    }
    .jion_date{
        margin-top: 0.8rem;
    }
    .jion_date span{
        width: 6rem;
        margin-right: 0.5rem;
    }
}
/*底部固定菜单*/
.menu{
    width: 100%;
    height: 4.5rem;
    background-color: #fff;
    border-top: 1px solid #f1f1f1;
    position: fixed;
    bottom: 0;
    left: 0;
}
.menu ul{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.menu ul li{
    width: 17%;
    height: 100%;
    text-align: center;
    line-height: 1;
}
.menu ul .mChecked a{
    color: #cf141b;
}
.menu ul li a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    color: #333;
}
.menu ul li:nth-child(2) .menu_icon{
    top: 0.4rem;
}
.menu ul li:nth-child(2) .menu_icon i{
    font-size: 2.4rem;
}
.menu_icon{
    width: 100%;
    position: absolute;
    top: 0.6rem;;
}
.menu_icon i{
    font-size: 2rem;
}
.menu_name{
    width: 100%;
    position: absolute;
    bottom: 0.6rem;
}
/*底部marign*/
.bottom_marign{
    width: 100%;
    height: 5rem;
}
/*********************拍卖已成交*******************/
.top{
    width: 100%;
    height: 3.5rem;
    line-height: 3.5rem;
    font-size: 1.4rem;
    background-color: #444;
    display: flex;
    justify-content: flex-start;
    color: #fff;
}
.top_content{
    width: 32%;
    height: 100%;
    text-align: center;
    background-color: #3fa55c;
}
.enroll_end_time{
    height: 100%;
    margin-left: 1rem;
    
}
.auction_goods_img{
    width: 100%;
}
.auction_goods_img img{
    width: 100%;
}
.auction_goods_price{
    width: 100%;
    background-color: #fff;
    border-bottom: 0.1rem solid #d8d8d8;
    box-sizing: border-box;
    padding: 2rem 2% 1rem 2%;
}
.goods_num{
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.6;
}
.deal_price,.end_time,.auction_about{
    width: 100%;
    margin-top: 0.5rem;
    color: #999;
    font-size: 1.4rem;
    line-height: 1.6rem;
}
.deal_price span{
    font-size: 1.6rem;
    color: #b1141f;
}
.auction_about ul{
    width: 100%;
    font-size: 1.2rem;
    display: flex;
    justify-content: flex-start;
}
.auction_about{
    margin-top: 1rem;
}
.auction_about ul li{
    margin-right: 1.2rem;
}
.auction_about ul li span{
    margin: 0 0.3rem;
    color: #b1141f;
}
.bidding,.court{
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 1rem 2%;
    border-bottom: 0.1rem solid #d8d8d8;
    font-size: 1.2rem;
    color: #666;
    line-height: 1.6;
}
.bidding ul{
    display: flex;
    justify-content: flex-start;
}
.bidding ul li{
    width: 33%;
}
.court{
    display: flex;
    justify-content: space-between;
    border: none;
}
.court_person,.court_tel{
    width: 50%;
}
.about_link{
    width: 100%;
    margin: 1rem 0;
    background-color: #fff;
    box-sizing: border-box;
    padding: 1rem 2%;
    display: flex;
    justify-content: space-around;
}
.about_link a{
    display: block;
    width: 20%;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    color: #b1141f;
    border: 1px solid #b1141f;
    border-radius: 0.3rem;
}
.hot_tip{
    width: 100%;
    background-color: #fff;
    margin-bottom: 1rem;
    box-sizing: border-box;
    padding: 1rem 2%;
    position: relative;
}
.hot_tip_content{
    width: 100%;
    line-height: 1.5;
    margin-top: 1.5rem;
    font-size: 1.2rem;
}
.hot_tip_download{
    width: 6rem;
    height: 2.2rem;
    line-height: 2.2rem;
    text-align: center;
    background-color: #b1141f;
    position: absolute;
    top: 0.5rem;
    right: 3%;
    border-radius: 0.3rem;
    font-size: 1.2rem;
}
.hot_tip_download a{
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;

}
.hot_tip_download i{
    font-size: 1.6rem;
    margin-right: 0.3rem;
    margin-left: 0.8rem;
}
.offer{
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 1rem 3% 2rem 3%;
}
.offer .offer_box{
    width: 100%;
    height: 3rem;
    display: flex;
    justify-content: flex-start;
}
.offer_name{
    width: 4rem;
    line-height: 3rem;
    font-size: 1.4rem;
    color: #999;
}
.offer_in{
    width: 11rem;
    border: 1px solid #dfdfdf;
}
.offer_in input{
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-left: 0.5rem;
    font-size: 1.2rem;
    color: #666;
}
.offer_change{
    margin-left: 1rem;
}
.offer_change input{
    display: block;
    width: 3rem;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    color: #fff;
    background-color: #b1141f;
    margin-right: 0.5rem;
    margin-top: -0.25rem;
    font-size: 1.4rem;
}
.offer_change input:first-child{
    margin-bottom: 0.5rem;
}
/*底部链接*/
.bottom_link{
    width: 100%;
    height: 3.5rem;
    background-color: #b1141f;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.bottom_link a{
    display: block;
    padding: 0.5rem;
    color: #fff;
    font-size: 1.4rem;
}
/******************新闻列表******************/
.news_list{
    width: 100%;
    background-color: #fff;
}
.news_list ul li{
    width: 100%;
    height: 4rem;
    line-height: 2rem;
    box-sizing: border-box;
    padding: 1rem 2%;
    border-bottom: 1px solid #f4f4f4;
}
.news_list ul li a{
    display: block;
    width: 100%;
    height: 2rem;
    font-size: 1.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #262626;
}
/******************新闻详情*********************/
.news_content{
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 2rem 3%;
}
.news_tit{
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.2rem;
    color: #4d4d4d;
    text-align: center;
}
.news_date{
    font-size: 1rem;
    color: #999;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
}
.news_text{
    font-size: 1rem;
    color: #777;
    line-height: 1.6;
    margin-top: 1rem;
}
.news_text img{
    width: 100%;
}
/********************新用户注册*********************/
.register_header{
    width: 100%;
    height: 4rem;
    background-color: #fff;
    border-bottom: 0.1rem solid #bfbfbf;
    position: relative;
}
.register_header_text{
    width: 100%;
    height: 100%;
    font-size: 1.6rem;
    text-align: center;
    line-height: 4rem;
}
.register_header_back{
    width: 2.4rem;
    line-height: 2.4rem;
    position: absolute;
    top: 0.8rem;
    left: 3%;
}
.register_header_back i{
    font-size: 2.4rem;
}
.register_header_back a{
    display: block;
}
.register_form{
    width: 100%;
    background-color: #fff;
    padding-bottom: 1rem;
}
.register_type{
    width: 100%;
    height: 5rem;
    box-sizing: border-box;
    padding-top: 2rem;
    border-bottom: 1px solid #d1d1d1
}
.register_type ul{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.register_type ul li{
    width: 25%;
    height: 100%;
    line-height: 3rem;
    text-align: center;
    font-size: 1.4rem;
}
.register_type ul .rChecked{
    border-bottom: 0.2rem solid #b1141f;
}
.register_box{
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 3%;
}
.register_list{
    width: 100%;
    display: none;
    opacity: 0;
}
.register_list ul li{
    width: 100%;
    height: 4rem;
    border-bottom: 1px solid #d1d1d1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding: 0.5rem 0;
}
.register_list ul .mbb{
    border-bottom: none;
}
.register_list ul li div{
    height: 100%;
    line-height: 3rem;
    font-size: 1.4rem;
}
.fill_name{
    width: 30%;
    box-sizing: border-box;
    padding-left: 1rem;
}
.fill_content{
    width: 50%;
}
.fill_content input{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1.4rem;
    box-sizing: border-box;
    padding: 0 5%;
}
.fill_content input::-webkit-input-placeholder{ /*WebKit browsers*/
    color: #acadaf;
}
.fill_content input::-moz-input-placeholder{ /*Mozilla Firefox*/
    color: #acadaf;
}
.fill_content input::-ms-input-placeholder{ /*Internet Explorer*/ 
    color: #acadaf;
}
.code{
    width: 20%;
}
.code a{
    display: block;
    width: 100%;
    height: 100%;
}
.code img{
    width: 100%;
    height: 100%;
}
.register_list ul li .register_sub,.register_list ul li .sign_in{
    width: 100%;
    height: 100%;
    font-size: 1.4rem;
    text-align: center;
    line-height: 3rem;
    color: #fff;
    background-color: #b1141f;
    border-radius: 0.3rem;
}
/******************个人中心头部*******************/
.person_header{
    width: 100%;
    height: 10rem;
    background-image: url(../images/center_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 2rem 2% 0 2%;
    color: #fff;
}
.person_header_conntent{
    width: 100%;
    height: 3rem;
    border-bottom: 1px dashed rgba(255,255,255,0.4);
    display: flex;
    justify-content: flex-start;
}
.wel_tips span{
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 0.3rem;
    font-size: 1rem;
}
.wel_text,.about_operation{
    margin-left: 0.5rem;
    font-size: 1.4rem;
}
.about_operation a{
    color: #fff;
    margin-left: 1rem;
}
.sign_date{
    width: 100%;
    margin-top: 1rem;
    color: #fff;
}
/*个人信息相关操作*/
.person_operation{
    width: 100%;
}
.person_operation_box{
    width: 100%;
    margin-top: 1rem;
    background-color: #fff;
     padding-bottom: 1rem;
}
.person_operation_tit{
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    border-bottom: 1px solid #f1f2f4;
    box-sizing: border-box;
    padding: 0 2%;
    font-size: 1.6rem;
}
.person_operation_list{
    width: 100%;
    box-sizing: border-box;
    padding: 0  2%;
}
.person_operation_list ul li{
    width: 100%;
    height: 3rem;
    border-bottom: 1px solid #f6f6f7;
}
.person_operation_list ul li:last-child{
    border: none;
}
.person_operation_list ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.operation_icon{
    width: 2rem;
    height: 2rem; 
    line-height: 2rem;
    text-align: center;
    border-radius: 0.3rem;
    color: #fff;
    margin-top: 0.5rem;
}
.operation_icon i{
    font-size: 1.4rem;
}
.operation_name{
    height: 2rem;
    line-height: 2rem;
    font-size: 1.4rem;
    margin-left: 2rem;
    margin-top: 0.5rem;
}
.entenr_icon{
    height: 3rem;
    line-height: 3rem;
}
.entenr_icon i{
    font-size: 1.4rem;
    color: #999;
}
/*****************加价****************/
.add_box{
    width: 100%;
    margin-top: 1.5rem;
}
.add_box ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.add_box ul li{
    width: 15%;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    background-color: #c8c8c8;
    color: #fff;
    font-size: 1.2rem;
    border-radius: 0.2rem;
}
.add_box ul .aChecked{
    background-color: #cf141b;
}
.add_box ul li label{
    display: block;
    width: 100%;
    height: 100%;
}
.add_box ul li input{
    display: none;
}
.bidder{
    width: 100%;
    margin-top: 1.5rem;
    display: flex;
    justify-content: flex-start;
    font-size: 1.4rem;
    color: #999;
}
.bidder span{
    color: #333;
}
.bidder_name,.bidding_times{
    margin-right: 5%;
}
.bidding_times span{
    padding: 0.1rem 0.5rem;
    margin: 0 0.3rem;
    border-bottom: 1px solid #999999;
}
.bidding_status{
    color: #b21520;
}
.confirm_add{
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    margin-top: 1.5rem;
}
.confirm_add input{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #b1141f;
    font-size: 1.4rem;
    color: #fff;
    border-radius: 0.3rem;
}
/******************拍卖流程****************/
.process_header{
    width: 100%;
    line-height: 3rem;
    background-color: #FFF;
    box-sizing: border-box;
}
.process_header ul{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
}
.process_header ul li{
    width: 33.33%;
    height: 100%;
    text-align: center;
    font-size: 1rem;
    text-align: center;
    color: #666;
}
.process_header ul li span{ float:left;margin-left:5px; }
.process_header ul li i{ float:right;margin-right:5px; }
.process_header ul .pChecked{
    background-color: #efefef;
    color: #cf141b;
}
.process_header ul li:nth-child(2){
    width: 36%;
}
.process_header ul li i{
    font-size: 1rem;
}
@media only screen and (max-width: 340px) and (min-width: 320px) {
    .process_header ul li{
        letter-spacing: -1px;
    }
}
.bidder_information{
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 2rem 2% 1rem 2%;
}
.bidder_information ul li{
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    display: flex;
    justify-content: flex-start;
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 0.5rem;
}
.inf_name{
    width: 25%;
}
.inf_content{
    width: 75%;
}
.choose_type{
    width: 100%;
}
.choose_type{
    width: 100%;
    margin-top: 1.5rem;
    background-color: #fff;
    box-sizing: border-box;
    padding: 1rem 2% 3rem 2%;
    font-size: 1.4rem;
}
.operation_tips{
    color: #cf141b;
}
.choose_type_box{
    width: 100%;
    margin-top: 2.5rem;
}
.choose_type_list li{
    width: 100%;
    line-height: 2rem;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 1rem;
}
.choose_type_list .cChecked .choose_check label{
    background-color: #b1141f;
}
.choose_check,.bidde_date1{
    width: 2rem;
    height: 2rem;
}
.choose_check label,.bidde_date1 label{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #e3e3e3;
    border-radius: 0.3rem;
    color: #fff;
    text-align: center;
}
.choose_check label i,.bidde_date1 label i{
    font-size: 1.8rem;
}
.choose_check input,.bidde_date1 input{
    display: none;
}
.choose_content{
    width: calc(100% - 2rem);
    font-size: 1.2rem;
    margin-left: 1rem;
}
.choose_submit{
    width: 100%;
    height: 3rem;
    margin-top: 3rem;
}
.choose_submit input{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #b1141f;
    color: #fff;
    font-size: 1.4rem;
    line-height: 3rem;
    text-align: center;
    border-radius: 0.3rem;
}
/**************拍卖流程2**************/
.bidde_box{
    width: 100%;
    margin-top: 1rem;
}
.bidde_kind{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    font-size: 1.2rem;
    letter-spacing: -1px;
}
.bidde_kind1,.bidde_kind5,.bidde_date1,.bidde_date5{
    width: 10%;
}
.bidde_kind3,.bidde_kind4,.bidde_date3,.bidde_date4{
    width: 28%;
    letter-spacing: -0.1rem;
}
.bidde_kind2,.bidde_date2{
    width: 32%;
}
.bidde_list{
    width: 100%;
    margin-top: 0.5rem;
}
.bidde_list ul li{
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    display: flex;
    justify-content: flex-start;
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 1rem;
}
.bidde_list ul .bChecked .bidde_date1 label{
    background-color: #b1141f;
}
.bidde_date1 label{
    width: 2rem;
    height: 2rem;
}
.bidde_date2{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/**************拍卖流程2*****************/
.agreement{
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 1rem 2% 2rem 2%;
}
.agreement_content{
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.6;
}
/*****************修改密码*****************/
.modify_password{
    width: 100%;
    background-color: #fff;
    margin-top: 1.5rem;
    box-sizing: border-box;
    padding: 1rem 2% 3rem 2%;
}
.modify_password ul li{
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    display: flex;
    justify-content: flex-start;
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
}
.modify_password ul li div{
    height: 100%;
}
.modify_name{
    width: 30%;
    text-align: right;
}
.modify_content{
    width: 60%;
    background-color: #cce8cf;
    border: 1px solid #bec7d8;
    border-radius: 0.1rem;
}
.modify_content input{
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 0.5rem;
    font-size: 1.4rem;
}
.modify_submit{
    width: 100%;
    height: 3rem;
    margin-top: 2rem;
}
.modify_submit input{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #b1141f;
    color: #fff;
    text-align: center;
    border-radius: 0.3rem;
}
/*******************资金记录******************/
.records{
    width: 100%;
    background-color: #fff;
    padding-bottom: 2rem;
}
.records_kind{
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    background-color: #f6f6f6;
    display: flex;
    justify-content: flex-start;
    font-size: 1.2rem;
    box-sizing: border-box;
    padding: 0 2%;
}
.records_kind1,.records_kind3,.records_data1,.records_data3{
    width: 30%;
}
.records_kind2,.records_kind4,.records_data2,.records_data4{
    width: 20%;
}
.records_list ul li div,.records_kind div{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 0 2%;
}
.records_list{
    width: 100%;
    min-height: 65vh;
}
.records_list ul li{
    width: 100%;
    height: 3.5rem;
    line-height: 3.5rem;
    display: flex;
    justify-content: flex-start;
    font-size: 1.2rem;
    color: #999;
    letter-spacing: -0.1rem;
    box-sizing: border-box;
    padding: 0 2%;
    border-bottom: 1px solid #f6f6f6;
}
.records_data2{
    color: #cf141b;
}
.my_bidding ul li{
    width: 100%;
    background-color: #fff;
    margin-top: 1.5rem;
    box-sizing: border-box;
    padding: 1rem 2%;
    display: flex;
    justify-content: flex-start;
    position: relative;
}
.bidders_img{
    width: 7rem;
    height: 7rem;
    border: 1px solid #dddddd;
}
.bidders_img img{
    width: 100%;
    height: 100%;
}
.bidders_content{
    margin-left: 1rem;
}
.bidders_name{
    font-size: 1.2rem;
    line-height: 1;
}
.bidders_price,.bid_number{
    font-size: 1rem;
    color: #666;
}
.bidders_price,.bigger,.bid_number{
    margin-top: 0.6rem;
}
.bidders_price span:last-child{
    color: #cf141b;
    margin-left: 0.5rem;
}
.bigger{
    color: #333;
    font-size: 1rem;
}
.bigger span{
    color: #666;
    margin-left: 0.5rem;
}
.bigger span em{
    font-style: normal;
    color: #cf141b;
}
.bid_number i{
    color: #cf141b;
    font-size: 1rem;
    margin-right: 0.5rem;
}
.bidders_state{
    position: absolute;
    bottom: 1rem;
    right: 0.5rem;
    width: 6rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    background-color: #d4d4d4;
    color: #fff;
    font-size: 1rem;
    border-radius: 0.2rem;
}
.bidders_in{
    background-color: #cf141b;
}
@media only screen and (max-width: 720px) and (min-width: 340px) {
   .bidders_state{
        width: 6.5rem;
        right: 1.5rem;
    }
}