

.yy-suc-cont{
	width:426px;
	height:238px;
	background:rgba(0,0,0,0.7);
	padding: 32px 93px;
	z-index: 3;
	font-size: 16px;
	color: #fff;
}
.yy-suc-cont-title{
	font-size: 22px;
	margin: 28px 0 17px 0;
}
/* 预约成功弹窗样式结束 */

.swiper-container {
	width: 100%;
	
}
.menu-list-box h1 {
	margin-bottom: 27px;
}

.menu-list-box {
	position: relative;
	height: 287px;
}

.menu-list {
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	padding: 33px 40px;
	background: #fff;
	z-index: 1;
	width: 1200px;
	border-radius: 8px;
	box-shadow: 0px 3px 4px 0px rgba(227, 227, 227, 0.5);
}
/* 车辆列表样式开始 */
.hot-list {}

.hot-list-title {
	margin-bottom: 20px;
}
.hot-list-item {
	width: 285px;
	margin-bottom: 40px;
	margin-right: 20px;
	position: relative;
}
.hot-list-item:nth-child(4n){
	margin-right: 0;
}
.hot-list-item .startBox{
	position: absolute;
	left: 0;
	top: 0;
	width: 285px;
	height: 218px;
}
.hot-list-item img {
	width: 100%;
	height: 190px;
}
.hot-list-item-title {
	font-size: 18px;
	color: #333;
	margin: 16px 0 12px 0;
}
.hot-list-item-preSaleDate{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 32px;
	color: #fff;
	background-image: url(../img/preSaleBg.png);
}
.hot-list-item-subTitle {
	font-size: 14px;
	color: #666;
	margin-bottom: 12px;
}

.hot-list-item-salePrice {
	font-size: 24px;
	color: #FF4356;
}

.hot-list-item-salePrice span:nth-child(2) {
	font-size: 14px;
	color: #666;
}

.hot-list-item-tag li {
	padding: 2px 3px;
	font-size: 11px;
	color: #FF9A02;
	margin-right: 10px;
	margin-bottom: 12px;
	background:rgba(255,244,231,1);
	border-radius:11px;
}
/* 车辆列表样式结束 */
.bid-price-time{
	position: absolute;
	left: 0;
	top: 170px;
	color: #fff;
	width: 100%;
	padding: 0 15px 0 12px;
}
.bid-price{
	
}

.bid-list-box{
	padding-top: 73px;
	/* background: #F3F9FF; */
}
.me-buy-car ul {
	/* margin-bottom: 30px; */
}

.me-buy-car li {
	/* margin-right: 30px; */
	padding: 0 10px 10px 10px;
}
.me-sell-car-phone-err-tip{
	font-size: 12px;
	color: #FF3146;
}
.me-sell-car input {
	width: 285px;
	height: 48px;
	border: 1px solid rgba(151, 151, 151, 1);
	font-size: 14px;
	padding: 0 0 0 46px;

}

.pre-btn {
	width: 184px;
	height: 48px;
	background: rgba(2, 129, 255, 1);
	text-align: center;
	line-height: 48px;
	font-size: 18px;
	color: #fff;
	margin-left: 20px;
}

.gu-btn {
	width: 489px;
	height: 50px;
	background: rgba(255, 147, 19, 1);
	border-radius: 30px;
	font-size: 18px;
	color: #fff;
	margin-top: 40px;
}

.gu-btn span {
	margin-left: 13px;
}



.bigImg {
	width: 1200px;
	margin: 0 auto;
	display: block;
}

.swiper-slide {
	width: 100%!important;
	height: 500px!important;
	
}
.swiper-slide a{
	display: block;
	width: 100%;
	height: 100%;
}
.swiper-slide img{
	width: 1920px;
	height: 500px;
}
.swiper-pagination{
	bottom: 50px!important;
}
.swiper-container{
    --swiper-pagination-color: #FFFFFF;/* 两种都可以 */
	--swiper-navigation-size: 0;/* 设置按钮大小 */
  }
