@charset "utf-8";
/*公共样式*/
html {
	font-family: "microsoft yahei";
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	/*-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
}
body {
	margin: 0;font-family: "microsoft yahei";font-size: 14px;background:#f8f9fa
}
*{margin:0;padding:0;    list-style-type: none;}

ul,ul li{list-style: none;list-style-type: none;}
a {
	background-color: transparent;text-decoration: none;color: #333;
}
a:active,
a:hover {
	outline: 0;text-decoration: none;
}
:-moz-placeholder {
	color: #AEB5C4 ;
}

::-moz-placeholder {
	color: #AEB5C4 ;
}

input:-ms-input-placeholder {
	color: #AEB5C4 ;
}

input::-webkit-input-placeholder {
	color: #AEB5C4 ;
}

textarea:-ms-input-placeholder {
	color: #AEB5C4 ;
}

textarea::-webkit-input-placeholder {
	color: #AEB5C4 ;
}

.blue{color:#4A90EF}
.red{color:#F65952}
.buyerWrapper{
	width:1160px;margin:0 auto;
}
.leftBar{
	width:215px;float: left;background: #FFFFFF;box-shadow: 0 4px 6px 0 rgba(231,231,231,0.60);border-radius: 5px;
}
.rightBar{
	width:925px;float: left;float: right;
}

/*左侧导航*/
.leftbigtitle{
	padding:40px 30px
}
.nav-label{
	float:left;display: inline;
}
a.firstTitle{
	width:100%;display:inline-block ;font-size: 20px;color: #585E66;background: url(../images/left_btn_down.png) no-repeat center right;margin-bottom: 15px;
}
.leftbigtitle li{
	margin-bottom: 40px;float: left;width: 100%;
}
.leftbigtitle li ul li{
	margin: 15px 0;font-size: 18px;float: left;width: 100%;box-sizing: border-box;
}
.leftbigtitle li ul li a{
	color: #A6ACB7;padding-left:28px;
}
.leftbigtitle li ul li.active a{
	color: #4A94EF;
}
.leftbigtitle li ul li .basicIco{
	background: url(../images/basic_nor.png) no-repeat left center;
}
.leftbigtitle li ul li.active .basicIco{
	background: url(../images/basic_sel.png) no-repeat left center;
}

.leftbigtitle li ul li .pswIco{
	background: url(../images/psw_nor.png) no-repeat left center;
}
.leftbigtitle li ul li.active .pswIco{
	background: url(../images/psw_sel.png) no-repeat left center;
}

.leftbigtitle li ul li .billIco{
	background: url(../images/bill_nor.png) no-repeat left center;
}
.leftbigtitle li ul li.active .billIco{
	background: url(../images/bill_sel.png) no-repeat left center;
}

.leftbigtitle li ul li .bailIco{
	background: url(../images/bail_nor.png) no-repeat left center;
}
.leftbigtitle li ul li.active .bailIco{
	background: url(../images/bail_sel.png) no-repeat left center;
}

.leftbigtitle li ul li .couponIco{
	background: url(../images/coupon_nor.png) no-repeat left center;
}
.leftbigtitle li ul li.active .couponIco{
	background: url(../images/coupon_sel.png) no-repeat left center;
}

.leftbigtitle li ul li .moneyIco{
	background: url(../images/money_nor.png) no-repeat left center;
}
.leftbigtitle li ul li.active .moneyIco{
	background: url(../images/money_sel.png) no-repeat left center;
}

.leftbigtitle li ul li .pointIco{
	background: url(../images/point_nor.png) no-repeat left center;
}
.leftbigtitle li ul li.active .pointIco{
	background: url(../images/point_sel.png) no-repeat left center;
}

.leftbigtitle li ul li .orderIco{
	background: url(../images/order_nor.png) no-repeat left center;
}
.leftbigtitle li ul li.active .orderIco{
	background: url(../images/order_sel.png) no-repeat left center;
}

.leftbigtitle li ul li .auctionIco1{
	background: url(../images/auc1_nor.png) no-repeat left center;
}
.leftbigtitle li ul li.active .auctionIco1{
	background: url(../images/auc1_sel.png) no-repeat left center;
}

.leftbigtitle li ul li .auctionIco2{
	background: url(../images/auc2_nor.png) no-repeat left center;
}
.leftbigtitle li ul li.active .auctionIco2{
	background: url(../images/auc2_sel.png) no-repeat left center;
}

.leftbigtitle li ul li .auctionIco3{
	background: url(../images/auc3_nor.png) no-repeat left center;
}
.leftbigtitle li ul li.active .auctionIco3{
	background: url(../images/auc3_sel.png) no-repeat left center;
}

.leftbigtitle li ul li .tranIco1{
	background: url(../images/tran1_nor.png) no-repeat left center;
}
.leftbigtitle li ul li.active .tranIco1{
	background: url(../images/tran1_sel.png) no-repeat left center;
}

.leftbigtitle li ul li .tranIco2{
	background: url(../images/tran2_nor.png) no-repeat left center;
}
.leftbigtitle li ul li.active .tranIco2{
	background: url(../images/tran2_sel.png) no-repeat left center;
}

.leftbigtitle li ul li .tranIco3{
	background: url(../images/tran3_nor.png) no-repeat left center;
}
.leftbigtitle li ul li.active .tranIco3{
	background: url(../images/tran3_sel.png) no-repeat left center;
}

.leftbigtitle li ul li .rule1{
	background: url(../images/rule1_nor.png) no-repeat left center;
}
.leftbigtitle li ul li.active .rule1{
	background: url(../images/rule1_sel.png) no-repeat left center;
}

.leftbigtitle li ul li .rule2{
	background: url(../images/rule2_nor.png) no-repeat left center;
}
.leftbigtitle li ul li.active .rule2{
	background: url(../images/rule2_sel.png) no-repeat left center;
}

.leftbigtitle li ul li .rule3{
	background: url(../images/rule3_nor.png) no-repeat left center;
}
.leftbigtitle li ul li.active .rule3{
	background: url(../images/rule3_sel.png) no-repeat left center;
}

.leftbigtitle li ul li .rule4{
	background: url(../images/rule4_nor.png) no-repeat left center;
}
.leftbigtitle li ul li.active .rule4{
	background: url(../images/rule4_sel.png) no-repeat left center;
}

.leftbigtitle li ul li .rule5{
	background: url(../images/rule5_nor.png) no-repeat left center;
}
.leftbigtitle li ul li.active .rule5{
	background: url(../images/rule5_sel.png) no-repeat left center;
}

.leftbigtitle li ul li .rule6{
	background: url(../images/rule6_nor.png) no-repeat left center;
}
.leftbigtitle li ul li.active .rule6{
	background: url(../images/rule6_sel.png) no-repeat left center;
}

.leftbigtitle li ul li .feedbackIco{
	background: url(../images/my_ico_idea_nor.png) no-repeat left center;
}
.leftbigtitle li ul li.feedbackIco .rule3{
	background: url(../images/my_ico_idea_sel.png) no-repeat left center;
}

.leftbigtitle li ul li .concern1{
	background: url(../images/concern1_nor.png) no-repeat left center;
}
.leftbigtitle li ul li.active .concern1{
	background: url(../images/concern1_sel.png) no-repeat left center;
}

.leftbigtitle li ul li .concern2{
	background: url(../images/concern2_nor.png) no-repeat left center;
}
.leftbigtitle li ul li.active .concern2{
	background: url(../images/concern2_sel.png) no-repeat left center;
}

.leftbigtitle li ul li .maintenanceOrderIco{
	background: url(../images/maintenanceOrder_nor.png) no-repeat left center;
}
.leftbigtitle li ul li.active .maintenanceOrderIco{
	background: url(../images/maintenanceOrder_sel.png) no-repeat left center;
}

.leftbigtitle li ul li .insuranceOrderIco{
	background: url(../images/insuranceOrder_nor.png) no-repeat left center;
}
.leftbigtitle li ul li.active .insuranceOrderIco{
	background: url(../images/insuranceOrder_sel.png) no-repeat left center;
}

.outLayer{
	width:100%;background: #FFFFFF;box-shadow: 0 4px 6px 0 rgba(231,231,231,0.60);border-radius: 5px;position: relative;overflow: hidden;
}
.outLayer .basicleft{
	width: 50%;float: left;text-align: center; margin: 29px 0;
}
.outLayer .basicleft p{
	font-size: 16px;color: #585E66;margin-top: 19px;
}
.authenticationStatus{
	position: absolute;
	left: 0;
	top: 0;
	width: 65px;
}
.authenticationStatus img{
	width:100%;
}
.outLayer .basicright{
	float:left;margin-left:120px;
}
.outLayer .basicright p{
	font-size: 14px;color: #585E66;;margin-top: 66px;
}
.outLayer .basicright div{
	font-size: 30px;color: #F65952;margin-top: 10px;
}
.outLayer .basicright div span{
	font-size: 14px;color: #F65952;
}
.outLayer .line{
	width:1px;border-right:1px #EDEDED solid;height:40px;position: absolute;left:462px;top:73px;
}

.categoryUl{
	width:100%;height:57px;border-bottom:1px #EDEDED solid;float:left;box-sizing: border-box;padding-left: 20px
}
.categoryUl li{
	color: #676A6C;height:56px;line-height:56px;margin-right:60px;float:left;font-size: 18px;cursor: pointer;
}
.categoryUl li:last-child{
	margin-right:0;
}
.categoryUl li a{
	color: #676A6C;
}
.categoryUl li.on{
	color: #4A94EF;border-bottom:2px #4A94EF solid;
}
.categoryUl li.on1{
	color: #676A6C;border-bottom:2px #4A94EF solid;
}
.categoryUlBox{
	position: relative;
	width:100%;
	float:left;
	padding: 30px;
	font-size: 16px;
	box-sizing: border-box;
}

table.gridtable{
	border-collapse:collapse;font-size:14px;
	border: 1px  #ededed solid;
	margin-top: 20px;
	text-align: center;width:864px;margin:30px auto;
}
table.gridtable th {
	border: 1px #ededed solid;padding-left:10px;line-height: 40px;
	text-align:left;
	color: #676A6C;
	background: #F9F9F9;
}
table.gridtable td{
	padding-left:10px;color: #676A6C;
	border: 1px #ededed solid;
	text-align: left;
}


/*修改密码*/
.regwrap{
	width:680px;margin:30px auto;overflow: hidden;
}
.regwrap p{
	width:100%;font-size:14px;float: left;margin-top: 10px;
}
.regwrap p label{
	text-align: right;
	width:110px;
	display: inline-block;
	color: #676A6C;
	font-size: 16px;
	font-weight: normal;
	float: left;line-height:48px;
}
.regwrap p input{
	height:48px;line-height:48px;float: left;
}
.regwrap p input.getcode{
	margin-left:20px;margin-top:5px;height:38px;line-height:38px;background: #4A90EF;box-shadow: 0 2px 4px 0 rgba(74,144,239,0.27);border-radius: 20px;
	text-align: center;color:#fff;border:none;outline: none;cursor: pointer;font-size: 16px;width:150px;
}
.regwrap input.getcode:disabled{
	color: #AEB5C4;color: #C5C5C5;;cursor: default;border:none;background: #F7F7F7;border-radius: 20px;box-shadow:none
}


.regwrap span{
	/*display:inline-block;margin-left:20px;*/
}
.regwrap .select2-container--default .select2-selection--single .select2-selection__arrow{
	top:11px
}
.select{background:#fff;
	border:1px #ccc solid;
	height:42px;
	line-height:42px;
	padding-left:10px;
	border-radius:3px;
}
.regwrap p img{
	margin-left:10px;
}
.regwrap p a{
	display: none;font-size: 14px;color: #F65952;margin-left: 20px; margin-top: 12px;
}
.regwrap .button{
	text-align: center;
	/* overflow: hidden; */
	width: 100%;
	margin-top: 40px;
	float: left;
}
.button {
	margin-top:10px;
	/* margin-left:110px; */
	text-align: left;
	/* float: left; */
	text-align: center;
}
.button a{
	display: inline-block;
	color:#fff;
	text-align:center;
	width:112px;
	height: 42px;
	line-height:42px;
	background: #69B3F2;
	border-radius: 3px;
	background: #4A90EF;
	border-radius: 20px;font-size: 18px;
}
.regwrap span.modpsw{
	font-size: 12px;color: #F65952;margin:5px 0;display: inline-block;
}
p.modpsw{
	font-size: 12px;color: #F65952;margin:5px 0;
}
/*编辑车辆信息*/
.box{
	width:95%;
	overflow: hidden;
	padding:0;
	/* padding-top:30px; */
	margin: 0 auto;
	margin-left: 70px;
}
.box li{
	width:33.3%;float: left;box-sizing: border-box;padding-right:70px;margin-bottom: 30px;
}
/*.box li:nth-child(3n){
	padding-right:0;
}*/
.box li label{
	width:100%;font-size: 16px;color: #585E66;font-weight: normal;
}
.box li label span{
	color: #F85359;font-size: 16px;font-family: arial;height: 16px;line-height: 16px;border: none;
}
.box li .add-form-input{
	width:100%;height: 52px;float: left;position: relative;font-size: 16px;color: #585E66;
}
.box li .add-form-input input[type="text"],.box li .add-form-input select{
	width:100%;
}
.box li .select2-container--default .select2-selection--single .select2-selection__rendered{
	width:100%; padding: 12px 20px 13px 20px;font-size: 16px;color: #585E66;
}
.box li .select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 13px;
}
.box li .select2-container--default .select2-selection--single .select2-selection__arrow{
	right:16px;
}
.editInput{
	height:52px;line-height:52px;background: #FFFFFF;border: 1px solid #D0D0D0;border-radius: 26px;
}
.coverDate{
	position: absolute;left:0;top:0;opacity: 0;cursor: pointer;
}
.boxremark{
	width:90%;
	overflow: hidden;
	padding:0;
	margin: 0 auto;
	margin-left: 70px;
}

.box1{
	width:95%;
	padding:0;
	/* padding-top:30px; */
	margin: 0 auto;
	margin-left: 70px;
	float: left;
}
.box1 li{
	width:33.3%;float: left;box-sizing: border-box;padding-right:70px;margin-bottom: 30px;
}
.box1 li label{
	width:100%;font-size: 16px;color: #585E66;font-weight: normal;
}
.box1 li label span{
	color: #F85359;font-size: 16px;font-family: arial;height: 16px;line-height: 16px;border: none;
}
.box1 li .add-form-input{
	width:100%;height: 52px;float: left;position: relative;font-size: 16px;color: #585E66;
}
.box1 li .add-form-input input[type="text"],.box li .add-form-input select{
	width:100%;
}
.box1 li .select2-container--default .select2-selection--single .select2-selection__rendered{
	width:100%; padding: 12px 20px 13px 20px;font-size: 16px;color: #585E66;
}
.box1 li .select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 13px;
}
.box1 li .select2-container--default .select2-selection--single .select2-selection__arrow{
	right:16px;
}

/*账单*/
.fristline{
	/* width:950px; */
	margin: 0;
	padding: 0;
	float:left;
	overflow: hidden;
	margin-top: 20px;
	/* padding-left: 30px; */
	margin-left: 15px;
}
.fristline li{
	float:left;margin-right:15px;margin-bottom: 20px;margin-left:15px;
}
.fristline li label{
	padding: 7px 0;float: left;    margin: 0;    font-weight: normal;    font-size: 16px;    color: #585E66;
}
.fristline1{
	width:950px;margin: 0;padding: 0;float:left;
}
.fristline1 li{
	float:left;margin-right:15px;margin-bottom: 20px;margin-left:15px;
}
.fristline1 li label{
	padding:7px 0;float:left;margin: 0;font-weight: normal
}
.fristline li .marginright28,.fristline1 li .marginright28{margin-right:28px}
.fristline li .marginright20,.fristline1 li .marginright28{margin-right:28px}
.fristline li.marginleft0,.fristline1 li.marginleft0{margin-left:0px}
.fristline li.marginright0,.fristline1 li.marginright0{margin-right:0px}
.selectinput{
	float:left;position: relative;display:inline-table;
}
.break{
	display: inline-block;margin:5px 5px 0 5px;color: #7F8693;float: left;
}
.rightbtngroup{
	float:right;
	width:290px;
	position: absolute;
	text-align: right;
	right: 30px;
	top: 84px;
}
.rightbtngroup .morebtn{
	margin-top: 20px;
	width: 86px;
	height: 34px;
	line-height: 31px;
	border: 1px solid #FFE09B;
	border-radius: 44px;
	text-align: left;padding-left: 20px;
	/*position: absolute;*/
	cursor: pointer;
	background:#fff url(../images/down_arrow.png) no-repeat 60px center;
	display: inline-block;
	margin-right: 10px;
}
.rightbtngroup .morebtn:hover{
	background: #FCC038 url(../images/down_arrow.png) no-repeat 60px center;
	box-shadow: 0 2px 4px 0 #FFE09B;
	border-radius: 44px;
}
.rightbtngroup .morebtn1{
	background:#fff url(../images/up_arrow.png) no-repeat 60px center;
}
.rightbtngroup .morebtn1:hover{
	background: #FCC038 url(../images/up_arrow.png) no-repeat 60px center;
}
.searchbox{
	display: inline-block;
}
.searchbtn{
	padding: 0px 20px;font-size: 16px;
	color: #fff;
	height: 38px;
	line-height: 36px;
	display: inline-block;
	margin-right: 20px;
	float:left;
	background: #4A90EF;
	box-shadow: 0 2px 4px 0 rgba(74,144,239,0.27);
	border-radius: 20px;
}
input.searchbtn{
	border:0;
	padding-bottom: 5px;
	outline: none;
}
.searchbtn:last-child{
	margin-right: 10px;
	color: #4A90EF;
	background: #FFFFFF;
	border: 1px solid #4A90EF;
	box-shadow: 0 2px 4px 0 rgba(74,144,239,0.27);
	border-radius: 20px;
	border-radius: 20px;
}
.searchbtn:hover{
	color: #fff;
}
.searchbtn:last-child:hover{
	color: #4A90EF;
}
.resetbtn{
	padding: 0px 20px;font-size: 16px;color: #4A90EF;height: 38px;outline: none;
	line-height: 36px;
	background: #FFFFFF;
	border: 1px solid #4A90EF;
	box-shadow: 0 2px 4px 0 rgba(74,144,239,0.27);
	border-radius: 20px;
}
.tablewrapper{
	width:865px;margin:0 auto 30px auto;
}

/*保证金*/
.depositBox{
	padding:50px 0 50px 260px
}
.depositBox p{
	color: #585E66;
}
.depositBox div{
	font-size: 44px;color: #F65952;
}
.depositBox div span{
	font-size: 14px;
}
.depositBox div a{
	width:104px;height:38px;line-height:38px;color:#fff;text-align:center;background: #4A90EF;box-shadow: 0 2px 4px 0 rgba(74,144,239,0.27);border-radius: 20px;
	margin-left: 100px;font-size: 16px;display: inline-block;
}
.payType p{
	text-align: center;font-size: 16px;color: #585E66;
}
.payType img{
	margin:20px auto;text-align: center;width:212px;height:212px
}

/*成交记录*/
.myTableWrapper{
	width:850px;margin:30px;overflow: auto;border: 1px #ededed solid;
}
.myTable{
	border-collapse:collapse;
	width:100%;
	color:#333333;

}
.myTable th {
	height:40px;border: 1px #ededed solid;border-top: none;
	padding: 7px;
	background-color: #f9f9f9;
	font-weight: normal;
	text-align: center;color: #676A6C;font-weight: bold;
}
.myTable tr th:first-child{
	border-left: none;
}
.myTable tr th:last-child{
	border-right: none;
}
.myTable td {
	border: 1px #ededed solid;text-align: left;color: #676A6C;
	padding: 7px;
	vertical-align: middle;
}
.myTable1 td{
	text-align: center;
}
.myTable tr td:first-child{
	border-left: none;
}
.myTable tr td:last-child{
	border-right: none;
}
.myTable tr:last-child td{
	border-bottom: none;
}

.myTable .bigfont{
	font-size: 16px;height:40px;line-height: 40px;
}
.myTable .bigfont span{
	margin-left:20px
}
.leftImg{
	margin:0 10px;float:left;position: relative;
}
.leftImg .carPicture{
	width:90px;height:68px;
}
.rightTxt{
	float: left;
	width: 170px;
}
.myTable p{
	line-height: 25px;
}
.myTable .applyBtn{
	color:#fff;height:28px;line-height:28px;padding:0 20px;display: inline-block;background: #4A90EF;box-shadow: 0 2px 4px 0 rgba(74,144,239,0.27);border-radius: 20px;
	cursor: pointer;
}
.myTable .applyBtn a{
	color:#fff;
}
.myTable .cannelBtn{
	color:#4A90EF;height:28px;line-height:28px;padding:0 20px;display: inline-block;background: #FFFFFF;border: 1px solid #4A90EF;box-shadow: 0 2px 4px 0 rgba(74,144,239,0.27);border-radius: 20px;
	cursor: pointer;
}
/*参拍记录*/
.recordBox{
	width:860px;	border: 1px solid #EDEDED;	border-radius: 5px;	margin: 20px 30px;
}
.recordBox .recordHead{
	width:100%;height:42px;line-height:42px;padding-left:20px;box-sizing: border-box;font-size: 15px;color: #676A6C;	border-top: 1px solid #EDEDED;
	font-weight: bold;
}
.recordBox1 .recordHead{
	font-weight: normal;
}
.recordBox .recordFoot{
	width:100%;height:42px;line-height:42px;padding-left:20px;box-sizing: border-box;font-size: 16px;color: #676A6C;	border-top: 1px solid #EDEDED;text-align: right;
	padding-right: 20px;
}
.myTable td.nodata{
	text-align: center;font-size: 14px;color: #A6ACB7;
}

/*协议*/
.xieyi{
	font-size: 14px;
	color: #676A6C;
	padding: 30px;
	text-align:center;
	margin-bottom: 30px;
}
.xieyi .title{text-align: center;font-size: 18px;color: #676A6C;font-weight: bold;}
.xieyi article{/* padding:20px; */font-size: 15px;line-height:27px;}
.xieyi article p{font-size: 15px;line-height:27px;margin-top: 20px;}
.xieyi .btn{
	border-radius:6px;text-align:center;padding:10px 50px;margin:20px auto;display: block;width:200px;
	font-size:18px;background:#368dee;color:#fff;transition: all .2s linear
}
.xieyi span{
	font-weight:bold;text-decoration: underline;
}
.ruleTable{
	width:100%;
	border: 1px solid #656565;
}
.ruleTable td{
	padding: 6px;vertical-align: middle;border:1px #656565 solid;text-align: center;
}
.xieyi .ruleLeft{
	width: 500px;
	display: inline-block;
	font-weight: normal;
	text-decoration: none;
}
.xieyi .ruleRight{
	width: 300px;
	display: inline-block;
	font-weight: normal;
	text-decoration: none;
}

/*分页*/
.page-pre,.page-number,.page-next,.pagination-jump{
	float:left;
}
/*我的关注*/
/*拍卖列表*/
/*序号*/
.carListUL1 h1,.carListUL1 h2,.carListUL1 h3,.carListUL1 h4{
	margin:0;
}
.carListUL1 .left{
	width: 30px;
	line-height: 120px;
	/*float: left;*/
	text-align: center;
	color: #585E66;
}

/*车辆信息*/
.carListUL1 .center{
	float: left;
}
.carListUL1 .center .carImg {
	width: 150px;
	height:110px;
	float:left;
	margin-right: 20px;
}
.carListUL1 .center .carImg img {
	width:148px;
	height:110px;
	border-radius: 4px;
}
.carListUL1 .center .carInfo{
	float:left;
	width: 400px;
}
.carListUL1 .center .carInfo h1,.carListUL1 .center .carInfo h2,.carListUL1 .center .carInfo h3,.carListUL1 .center .carInfo h4{
	width:100%;float: left;font-weight: normal;
}
.carListUL1 .center .carInfo h1 .carModel{
	font-size: 16px;
	color: #585E66;
	float:left;
	margin-right: 10px;
}
.carListUL1 .center .carInfo h1 .auctionState{
	width: 58px;
	height:22px;
	line-height: 18px;
	color: #4A90EF;
	text-align: center;
	display:inline-block;
	float:left;
	border-radius: 2px;
	font-size: 14px;
	background: #FFFFFF;
	border: 1px solid #4A90EF;
	border-radius: 11px;
}
.carListUL1 .center .carInfo h1 .auctionState_auctioning{
	width:58px;
	height:22px;
	line-height: 18px;
	color:#F65952;
	text-align: center;
	display:inline-block;
	float:left;
	color: #F65952;
	font-size: 14px;
	border: 1px solid #F65952;
	border-radius: 11px;
}
.carListUL1 .center .carInfo h1 .auctionState_cannel{
	width: 58px;
	height:20px;
	line-height:20px;
	color:#9E9E9E;
	text-align: center;
	display:inline-block;
	float:left;
	/* background: #F3F3F3; */
	border-radius: 11px;
	font-size: 12px;
	border: 1px #F3F3F3 solid;
}
.carListUL1 .center .carInfo h2{
	width:100%;
	float: left;
	font-size: 13px;
	margin-top: 7px;
	text-align: left;
}
.carListUL1 .center .carInfo h2 span{
	padding:0 6px;height:20px;line-height:20px;display: inline-block;font-size: 13px;color: #A6ACB7;background: #F9F9F9;border-radius: 10px;
}
.carListUL1 .center .carInfo h2 span.hepai{
	color:#4A90EF
}
.carListUL1 .center .carInfo h3{
	height:17px;
	line-height: 17px;
	text-align: left;
	margin-top: 0;
}
.carListUL1 .center .carInfo h3 span{
	font-size: 14px;
	color: #A6ACB7;
	border-right:1px #EDEDED solid;
	padding: 0 5px;
}
.carListUL1 .center .carInfo h3 span a{
	color: #4A90EF;
}
.carListUL1 .center .carInfo h3 span:last-child{
	border-right:none;
}
.carListUL1 .center .carInfo h4{
	margin-top: 9px;
	text-align: left;
}
.carListUL1 .center .carInfo h4 .startPrice{
	font-size: 24px;
	color: #F65952;
	font-weight: bold;
}
.carListUL1 .center .carInfo h4 .startPriceLabel{
	font-size: 12px;
	color: #F65952;
	margin-left:2px;
}

/*按钮*/
.carListUL1 .right{
	float:right;
	margin: 36px 30px 0 auto;
}
.carListUL1 .right a{
	width:100px;
	height:40px;
	line-height: 39px;
	color:#fff;
	font-size: 17px;
	border-radius: 44px;
	text-align: center;
	display: inline-block;
}
.viewCarDetail{
	background: #4A90EF;
	box-shadow: 0 2px 4px 0 rgba(74,144,239,0.27);
}
.bidPrice{
	background: #F65952;
	box-shadow: 0 2px 4px 0 rgba(246,89,82,0.27);
	border-radius: 44px;
}
/*关注*/
.careBox{
	width:50px;
	height:35px;
	position: absolute;
	top: 49px;
	right:193px;
	padding-top:23px;
	text-align: center;
	cursor: pointer;
}
.care{
	background: url(../../../resource/images/care.png) no-repeat top center;font-size: 12px;color:  #F65952;
}
.notcare{
	background: url(../../../resource/images/notcare.png) no-repeat top center;font-size: 12px;color:#A6ACB7;
}

.carConfig{
	width:100%;float:left;
}
.carConfig span{
	height:20px;line-height:20px;padding:0 6px;background: #EBEBEB;border-radius: 2px;margin-right: 5px;font-size: 13px;color: #9B9B9B;
}
.text .info p {
	color: #666666;
	line-height: 24px;
}
.text .info .damage span {
	padding-right: 4px;
	color: #62afff;
	border-bottom: 1px #62afff solid;
}
.carRed{
	font-size: 12px;color: #FF0000;
}
.carRed1{
	font-size: 14px;color: #FF0000;
}

/*我的订阅*/
.addSubscriptionsBtn{
	width: 98px;
	height: 50px;
	position: absolute;
	right:30px;
	font-size: 16px;
	color: #4A94EF;
	float:right;
	margin-top: 6px;
	cursor: pointer;
}
.addSubscriptionsBtn span{
	font-size: 30px;
	position: absolute;
	right: 70px;
	/* top:10px; */
}
.addSubscriptionsBtn a{
	color: #4A94EF;
	position: absolute;
	right: 0;
	top: 12px;
}
.subscriptionCarBrand{
	width:100%;height:40px;line-height:40px;background: #F9F9F9;border-top: 1px solid #EDEDED;font-size: 14px;color: #676A6C;padding-left:20px;box-sizing: border-box;
	font-weight: bold;
}
.subscriptionList .recordHead:nth-child(1){
	border-top:none
}
.subscriptionCarBrand1{
	border-bottom: none;
}
/*取消订阅*/
.cancelSubscription{
	float: right;font-size: 14px;color: #A6ACB7;background: url(../images/my_ico_nosub_nor.png) no-repeat left center;
	margin-right: 30px;padding-left: 26px;font-weight: normal;cursor: pointer;
}
/*模态框样式*/
.examinebox{
	width:100%;margin:20px auto;
}
.examinebox p{
	width:100%;text-align: left;
}
.examinebox p span{
	color: #F85359;font-size: 16px;font-family: arial;
}
.textareabox{
	width:100%;margin-top: 6px;position: relative;
}
.textareabox .text-area{
	padding: 10px;font-size: 16px;
}
.textareabox .text-area-input-length{
	left:auto;right:10px;
}
.examinebox .operationbtngroup{
	margin-top:41px;
}
.examinebox .operationbtngroup a{
	margin-right: 52px;
}
.examinebox .operationbtngroup button{
	margin-right: 0;
}

.addbox{
	width:100%;
	overflow: hidden;
	margin: 10px auto 0 auto;
	padding: 0;
}
.addbox li{
	width:240px;
	float:left;
	/*height: 60px;*/
	margin-right:40px;
	margin-bottom: 12px;
	font-size:15px;
}
.addbox1 li{
	width:250px;
}
.addbox2 li{
	width:404px;
}
.addbox3 li{

	height: 60px;

}
.addbox li:nth-child(2n){
	margin-right: 0;
}
.addbox li label{
	width:100%;float:left;font-weight: normal;text-align: left;font-size: 16px;color: #585E66;
}
.addbox li label span{
	color: #F85359;font-size: 16px;font-family: arial;height: 16px;line-height: 16px;
}
.addbox input,.addbox select{
	width:240px;height:42px;font-size: 16px;
	padding-left: 20px; color: #9FB0C5;
	top:17px;background: #FFFFFF;
	border: 1px solid #D0D0D0;
	border-radius: 21px;
}
.addbox2 input,.addbox2 select{
	width:240px;height:42px;font-size: 16px;
	padding-left: 16px; color: #9FB0C5;
	top:17px;background: #FFFFFF;
	border: 1px solid #D0D0D0;
	border-radius: 21px;
}
.addbox input[readonly]{
	background: #F7F7F7;border-radius: 21px;border: none;
}
.addbox select[disabled]{
	background: #F7F7F7
}
.addbox .select2-container--default .select2-selection--single .select2-selection__rendered{
	padding: 9px 20px; color: #9FB0C5;font-size: 16px;
}
.addbox .select2-container--default .select2-selection--single .select2-selection__arrow{
	top:10px
}
.line20{
	color: #7F8693;
	width: 24px;
	margin-left: 8px;
	float: left;
	margin-top: 20px;
	border-bottom: 1px #7F8693 solid;
}
/*错误提示*/
.error_tip{
	font-size: 14px;color: #F8656B;margin-top:20px;
}
.error_tip span{
	font-family: arial;font-size: 16px;
}
.error_tip a{
	color: #F8656B;
}

.regwrap span.errorTip{
	width: 100%;
	margin:0 0 0 110px;
	visibility: hidden;
}