/*首页顶部*/

     
    -webkit-filter: grayscale(100%);}
.home_focus {
	margin: 10px auto;
}

.home_focus_left {
	width: 216px;
	height: 420px;
	background: #fff;
	/*border: 2px solid #d7332d;*/
	border: 2px solid #c70101;
	box-sizing: border-box;
}

/*幻灯片*/

.swiper-container {
	width: 100%;
	height: 100%;
	margin: 0px auto;
	--swiper-theme-color: #666673;
	--swiper-pagination-color: #FFFFFF;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #FFFFFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	width: 100%;
	height: auto;
}

.swiper-pagination-bullet {
	background: #FFFFFF;
	opacity: .8;
	width: 10px;
	height: 10px;
}

.swiper-pagination-bullet-active {
	/*background: #d7332d;*/
	background: #c70101;
}
.list_box {
	padding: 0 0 0 10px;
}

.list_box_h3 {
	height: 30px;
	line-height: 30px;
	padding: 5px 0 5px;
	font-size: 16px;
	font-weight: bold;
}

.list_box_ul,
.list_box_ul2 {
	text-align: center;
	min-height: 60px;
}

.list_box_ul li {
	line-height: 1;
	float: left;
	width: 65px;
	padding: 6px 0 7px;
	text-align: left;
}
.layui-elip a:hover{
	color:#c70101;
}
.list_box_ul2 li {
	line-height: 1;
	float: left;
	width: 45px;
	padding: 10px 0 7px;
	text-align: left;
}
.layui-elip a:hover{
	color:#c70101;
}
.home_focus_right {
	height: 420px;
}

.main_banner {
	background-color: #fff;
	height: 420px;
	width: 695px;
}

.other_focus {
	width: 210px;	
	height: 420px;
	overflow: hidden;
}

.other_item{
	background: #fff;
	
}

/*帮助中心*/
.help_top{
	padding: 20px 0 20px 15px;
}
.tit{
	padding-bottom: 0px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}
.tit_more{
	font-size: 12px;
	font-weight:100;
	padding-right: 20px;
}
.help_top ul {
    border-top: 1px solid #EFEFEF;
    margin-top: 18px;
    padding-right: 20px;
}
.help_top_li {
    float: left;
    width: 50%;
    line-height: 12px;
    margin-top: 18px;
}
.customer{
	padding: 17px 15px 0;
    height: 130px;
    background: #fff;
}
.customer_list {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
}
.au_personal_box{
	background: #fff;
	height: 118px;
	
}
/*竞拍流程*/
.bidding_process{
	height: 80px;
	background-color: #FFFFFF;
}
.auctionProcess_title{
	width: 10%;
    height: 80px;
    overflow: hidden;
    float: left;
    text-align: center;
    font-weight: 800;
    background: #e7e7e7;
}
.title_content {
    width: 40px;
    margin: 20px auto;
    font-size: 16px;
    line-height: 20px;
    font-family: Microsoft YaHei;
    color: #333;
    display: block;
    cursor: pointer;
}
.auctionProcess_step {
	width: 12.6%;
	height: 40px;
	float: left;
	padding: 20px 0 20px 24px;
	font-size: 12px
}

.step_box:hover .step_num {
	color: #FFF;
	/*background-color: #d7332d;*/
	background-color: #c70101;
}

.step_num {
	width: 40px;
	height: 40px;
	background-color: #f2f2f2;
	float: left;
	text-align: center;
	line-height: 40px;
	color: #999;
	font-size: 24px;
	border-radius: 50% 0 50% 0;
	transition: all .5s
}

.step_txt {
	background: url(../img/arr_right.png) right no-repeat;
	float: right;
	padding-right: 36px;
	white-space: nowrap
}

.step_label {
	font-weight: 400;
}

.step_name {
	font-size: 14px;
	font-weight: 800;
}
/*拍卖会*/
.main_tit_title,.main_tit_title_todo{
	font-size: 24px;
	text-align: center;
	font-weight: 800;
}
.main_tit_title strong{
    /*color: #d7332d;*/
    color: #c70101;
}

.main_tit_title_todo strong{color: #19aa6b;}

.layui-border-wred {
    /*border-color: #d7332d!important;*/
    /*color: #d7332d!important;*/
    border-color: #c70101!important;
    color: #c70101!important;
}
.layui-border-wtodo {
    border-color: #19aa6b!important;
    color: #19aa6b!important;
}
.index_auction_left{
	width: 920px;
    margin-right: 10px;
    float: left;
    
}
.auction_wrap{
	float: right;
    width: 210px;
}
.index_meet{
	width: 920px;
    height: 200px;
    margin-bottom: 10px;
    background: #fff;
    position: relative;
    overflow: hidden;
    transition: all .6s ease;
}
.other_wrap{
	text-align: left;
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 14px;
    top: 0;
}
.meeting_type {
    width: 60px;
    height: 20px;
    float: left;
    line-height: 20px;
    text-align: center;
}
.index_meet .meeting_type, .other_meet .meeting_type {
    background: #007AFF;
}
.active .meeting_type, .index_meet .meeting_type, .other_meet .meeting_type {
    font-size: 12px;
    margin: 0;
    height: 20px;
    line-height: 20px;
    width: 50px;
    color: #fff;
}
.meeting_ul .has_video {
    width: 60px;
    right: 50px;
    top: 0;
    position: absolute;
    line-height: 20px;
}
.has_video {
    display: none;
    text-align: center;
}
.has_video, .isnews {
    background: #d6363b;
    color: #fff;
    font-size: 12px;
}
.meeting_wrap .img_wrap {
    width: 590px;
    height: 200px;
    float: left;
    overflow: hidden;
}
.meeting_wrap .img_wrap img {
    width: 100%;
    height: 100%;
}
.meeting_info {
    margin-left: 590px;
    height: 170px;
    padding: 25px 0 0 15px;
    position: relative;
}
.meetingtitle{
	font-size: 18px;
}
.meeting_info p {
    margin-bottom: 11px;
}
.meeting_info .p1 {
    margin-top: 10px;
    margin-bottom: 15px;
    color: #999999;
    font-size: 12px;
}
.meeting_info .p2 {
   color: #333;
    font-size: 16px;
}
.meetstate {
    font-size: 16px;
    width: 79px;
    height: 15px;
    line-height: 15px;
    display: inline-block;
    margin-left: 10px;
}
.index_meet .meet_btn {
    position: absolute;
    left: 605px;
    bottom: 40px;
    padding: 0 10px 0 0;
}
.people_lot {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 810px;
    background: #e7e7e7;
    color: #666;
}
.people_tab {
    width: 50%;
    float: left;
    line-height: 30px;
    text-indent: 30px;
}
.index_meet .people_lot {
    left: 590px;
}
.index_meet .people_tab {
    line-height: 24px;
    text-indent: 15px;
}
/*新闻中心*/
.notice_warp{
	background: #fff;
    margin-bottom: 10px;
}
.notice_tit{
	padding: 14px 0;
    margin: 0 14px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    height: 18px;
    line-height: 18px;
    position: relative;
}
.sidebar_more {
    float: right;
    margin-top: 0;
    color: #333;
    font-size: 12px;
    font-weight: 400;
}
.notice_list {
    padding: 18px 14px 0;
    padding-bottom: 10px;
}
.notice_item{
	margin-bottom: 20px;
}
.notice_other {
    color: #999;
    text-align: right;
    overflow: hidden;
    margin-top: 10px;
}
.notice_other_a {
    color: #999;
    width: 120px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    text-align: left;
}
.auction_wrap_ad{
	margin-bottom: 10px;
}
.auction_wrap_ad img{
	width: 100%;
	height: 100%;
}
/*今日标的*/
.auction_list_wrap{
	margin-bottom: 10px;
}
