input,input:active{
	border:none;
	outline:none;
}
/**
 * 个人中心
 */
.personal_center{
	display:flex;
	justify-content: space-between;
	margin-top:20px;
	margin-bottom:44px;
}
.personal_box{
	width: 993px;
	/* height: 630px; */
	background-color: #fff;
}
/**
 * 个人资料
 */
#personal_center{
	padding:36px 0 0 59px;
}
.mine_item{
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.mine_item_key{
	width: 100px;
	font-size: 14px;
	color: #333333;
	text-align: right;
}
.mine_item_value{
	margin-left: 15px;
}
.mine_avatar{
	width: 56px;
	height: 56px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.mine_avatar:hover .mine_avatar_btn{
	display: block;
}
.mine_avatar_img{
	width: 100%;
	height: 100%;
}
.mine_avatar_btn{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	font-size: 12px;
	color: #fff;
	line-height: 56px;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
}
.mine_item_value>input{
	width: 294px;
	height: 36px;
	border: 1px solid #C4C4C4;
	box-sizing: border-box;
	padding-right: 17px;
	padding-left: 17px;
}
input[disabled],input[readonly]{
	background: #eeeeee;
}
.mine_item_value textarea{
	width: 294px !important;
	height: 176px !important;
	background: #FFFFFF;
	border: 1px solid #C4C4C4;
	box-sizing: border-box;
	padding: 17px;
}
.mine_item_value_sex{
	display:flex;
	align-items: center;
	font-size: 14px;
	color: #000000;
}
.mine_item_value_sex input{
	width: 20px;
	height: 20px;
	margin-right: 9px;
}
.mine_item_value_sex input{
	appearance: none; /* 移除默认外观 */
	-webkit-appearance: none; /* 兼容一些Webkit浏览器 */
	display: inline-block; /* 使其成为行内块元素 */
	border: 1px solid #666; /* 边框样式 */
	border-radius: 50%; /* 圆形按钮 */
	width: 20px; /* 宽度 */
	height: 20px; /* 高度 */
	margin: 0 5px; /* 外边距 */
	position: relative; /* 相对定位 */
	cursor: pointer; /* 鼠标样式 */
	box-sizing: border-box; /* 盒模型 */
}
/* 当单选按钮被选中时的样式 */
input[type="radio"]:checked {
  background-color: white; /* 背景颜色 */
}
/* 创建选中按钮后的圆点 */
input[type="radio"]:checked::after {
  content: ""; /* 使用伪元素 */
  position: absolute; /* 绝对定位 */
  left: 50%; /* 水平居中 */
  top: 50%; /* 垂直居中 */
  transform: translate(-50%, -50%); /* 调整位置 */
  width: 10px; /* 圆点宽度 */
  height: 10px; /* 圆点高度 */
  background-color: var(--text-color); /* 圆点颜色 */
  border-radius: 50%; /* 圆形 */
}
input,input[type="radio"]:active{
	border:none;
	outline:none !important;
}

.mine_item_value_sex div{
	display:flex;
	align-items: center;
	margin-right: 38px;
}
.mine_btn{
	width: 110px;
	height: 36px;
	color: #fff;
	font-size: 15px;
	background-color: var(--bg-color);
	cursor: pointer;
}


/**
 * 意见反馈
 */
#feedback-form{
	padding: 34px 0 0 39px;
}
#feedback-form textarea{
	width: 780px !important;
	height: 206px !important;
}
.image_btn{
	display:flex;
	align-items: center;
	margin-bottom: 20px;
}
.image_upload{
	width: 90px;
	height: 34px;
	font-size: 13px;
	color: var(--text-color);
	line-height:32px;
	border: 1px solid var(--text-color);
	box-sizing: border-box;
	margin-right: 15px;
	text-align: center;
	cursor: pointer;
}
.image_btn div{
	font-size: 13px;
	color: #444444;
}
.image_list{
	display:flex;
	align-items: center;
	flex-wrap: wrap;
}
.image_list img{
	/* width: 50px; */
	/* height: 50px; */
	/* margin:10px; */
}
#feedback-form .mine_btn{
	width: 166px;
}
.el-upload__input{
	display: none !important;
}

/**
 * 消息中心
 */
#message_center{
	padding: 24px 48px 0 45px;
}
.message_head{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.message_title{
	font-size: 18px;
	color: #000000;
}
.message_btn{
	display:flex;
	align-items: center;
}
.message_btn button{
	width: 73px;
	height: 26px;
	font-size: 13px;
	box-sizing: border-box;
	background-color: #fff;
	margin-left: 13px;
}
.message_btn_read{
	color: var(--text-color);
	border: 1px solid var(--text-color);
}
.message_btn_delete{
	color: #FF0000;
	border: 1px solid #FF0000;
}
.el-button--default:hover{
	color: var(--text-color);
	border-color: var(--text-color);
}
.el-button--primary,
.el-button--primary:hover{color: white;
	background-color: var(--bg-color) !important;
	border-color: var(--text-color) !important;
}
.el-message-box__headerbtn .el-message-box__close:hover,
.el-message-box__headerbtn:hover .el-message-box__close{
	color: var(--text-color);
}
.el-loading-spinner .el-loading-text{
	color: var(--text-color);
}
/* 隐藏原生的复选框 */
input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
}
/* 创建自定义复选框 */
input[type="checkbox"] + label {
  position: relative;
	padding-left: 22px;
  cursor: pointer;
  display: inline-block;
  user-select: none;
}
/* 自定义复选框的样式 */
input[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0;
  top: 0;
  background-color: #eee; /* 复选框的默认颜色 */
  border: 1px solid #ccc; /* 边框颜色 */
	border-radius: 2px;
}
/* 当复选框被选中时的样式 */
input[type="checkbox"]:checked + label:before {
  background-color: var(--text-color); /* 选中时的背景颜色 */
  border-color: var(--text-color); /* 选中时的边框颜色 */
}
/* 可选：添加一个勾选符号 */
input[type="checkbox"]:checked + label:after {
  content: '\2713'; /* 勾选符号 */
  position: absolute;
  left: 3px;
  top: 0;
  color: white;
  font-size: 11px;
	font-weight: bold;
}
.message_input_label{
	
}



.message_nav{
	display:flex;
	align-items: center;
	margin-bottom: 9px;
}
.message_nav_item{
	font-size: 14px;
	color: #333333;
	line-height: 14px;
	border-bottom: 2px solid #fff;
	padding-bottom: 10px;
	margin-right: 35px;
	cursor: pointer;
}
.message_nav_item.active{
	color: var(--text-color);
	border-bottom: 2px solid var(--text-color);
}
.message_nav_item:hover{
	color: var(--text-color);
}
/* 消息列表 */
.message_list{
	/* height: 470px; */
	/* min-height:680px; */
	min-height:470px;
}
.message_item{
	height: 66px;
	border-bottom: 1px solid #D9D9D9;
	display:flex;
	flex-direction: column;
	justify-content: center;
}
.message_item_box{
	display:flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 4px;
}
.message_item_left{
	display:flex;
	align-items: center;
}
.message_item_check{
	width: 16px;
	height: 16px;
}
.message_item_title{
	font-size: 14px;
	color: #000000;
	margin-left: 19px;
}
.message_item_status{
	width: 6px;
	height: 6px;
	background: #FF0000;
	border-radius: 50%;
	margin-left: 10px;
}
.message_item_time{
	font-size: 14px;
	color: #666666;
}
.message_item_content{
	font-size: 14px;
	color: #333333;
	margin-left: 35px;
}
.message_item_contents{
	cursor: pointer;
}
/**
 * 分页
 */
.auction_pagination{
	display:flex;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.el-pagination.is-background .el-pager li:not(.disabled).active{
	background-color: var(--bg-color);
}
.el-pagination.is-background .el-pager li{
	font-size: 16px;
	background-color: #ffffff;
}
.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev{
		background-color: #D3D3D3;
}
.el-pagination .btn-next .el-icon,
.el-pagination .btn-prev .el-icon{
	color: #ffffff;
}
.el-pagination button, .el-pagination span:not([class*=suffix]){
	font-size: 16px;
}
.el-pagination__editor.el-input .el-input__inner,
.el-pagination__sizes .el-input .el-input__inner,
.el-select-dropdown__item{
	font-size: 16px;
}
.el-select-dropdown__item.selected{
	color: var(--text-color);
}


/**
 * 我的收藏
 */
#collect_center{
	padding: 16px 0 0 13px;
}
.auction_list{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width:100%;
	box-sizing: border-box;
	background: #FFFFFF;
	padding:22px 20px 0 20px;
}
.auction_item{
	width: 276px;
	height:340px;
	background-color: #ffffff;
	margin-right:calc((1200px - (4 * 276px) - 40px) / 3);
	margin-bottom: 20px;
	position: relative;
}
.auction_item:nth-child(3n){
	margin-right: 0;
}
.vrSwitch{
	position: absolute;
	top: 155px;
	right: 11px;
	width: 35px;
	height: 26px;
}
.auction_item_link{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.auction_item_con{
	position: relative;
}
.auction_item_status{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	display:flex;
	align-items: center;
}
.auction_item_status_notstart{
	background: rgba(0,0,0,0.5);
}
.auction_item_state{
	flex-shrink: 0;
	/* width: 90px; */
	width: 80px;
	height: 100%;
	color: #ffffff;
	font-size: 13px;
	line-height:30px;
	text-align:center;
}
/* 即将开始 */
.auction_item_state_notstart{
	background: var(--bg-color);
}
/* 正在进行 */
.auction_item_state_inprogress{
	background-color: var(--orange-color);
}
/* 已结束 */
.auction_item_state_end{
	/* background-image: linear-gradient(to bottom, #BBBBBB, #5D5D5D); */
	background: #989898;
}
/* 竞拍审核中 */
.auction_item_state_examine{
	background: var(--orange-color);
}
/* 竞拍成功 */
.auction_item_state_success{
	background: var(--bg-color);
}

.auction_item_time{
	width: 100%;
	color: rgba(255,255,255,0.76);
	font-size: 13px;
	/* margin-left: 10px; */
	display:flex;
	align-items: center;
}
.auction_item_time>span{
	margin:0 4px;
}
.auction_item_time span{
	font-size: 15px;
	color: #ffffff;
	/* margin:0 4px; */
}
.auction_item_time #countdown{
	color: rgba(255,255,255,0.76);
}
.auction_item_img{
	width: 278px;
	height: 190px;
}
.auction_item_info{
	padding-top:16px;
}
.auction_item_info_title{
	font-weight: normal;
	font-size: 16px;
	color: #000000;
	line-height: 20px;
	margin-bottom: 6px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.auction_item_info_price,
.auction_item_info_time,
.auction_item_info_company,
.auction_item_info_address{
	font-weight: 400;
	font-size: 13px;
	color: #666666;
	line-height: 24px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.auction_item_info_price{
	line-height: 40px;
}
.auction_item_info_time span,
.auction_item_info_company span,
.auction_item_info_address span{
	font-size: 13px;
	color: #444444;
}
.auction_item_info_time span{
	color: #000000;
}
.auction_item_info_price span{
	color: #FF0000 !important;
	font-size: 15px;
}
.el-input__inner:focus{
	border-color: var(--text-color) !important;
}

/**
 * 修改密码
 */
#setpwd_center{
	padding: 58px 0 0 55px;
}
.setpwd_item{
	margin-bottom: 20px;
}
.setpwd_key{
	font-size: 14px;
	color: #333333;
	margin-bottom: 10px;
}
.setpwd_value{
	width: 318px;
	height: 36px;
	background: #FFFFFF;
	border: 1px solid #C4C4C4;
}
.setpwd_value input{
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #000000;
	padding:0 13px;
}
.setpwd_item_btn{
	width: 160px;
	height: 36px;
	font-size: 15px;
	color: #FFFFFF;
	background: var(--bg-color);
	margin-top: 50px;
}
.setpwd_value_phone{
	display: flex;
	align-items: center;
}
.setpwd_item_prev{
	width: 57px;
	height: 100%;
	font-size: 14px;
	color: #666666;
	line-height: 34px;
	border-right: 1px solid #C4C4C4;
	text-align: center;
}
.setpwd_value_phone input{
	width: calc(100% - 57px - 1px);
}
.setpwd_value_code{
	display: flex;
	align-items: center;
}
.setpwd_value_code input{
	width: calc(100% - 84px);
}
.setpwd_item_get{
	width: 84px;
	height: 36px;
	font-size: 12px;
	color: #FFFFFF;
	background: var(--bg-color);
}

/**
 * 平台公告
 */
#trend{
	padding: 24px 48px 0 45px;
}
#trend .message_item_box{
	align-items: flex-start;
}
#trend .message_item_title{
	width: 740px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
	margin-left:0;
}
#trend .message_item_title:hover{
	color: var(--text-color);
}
.trend_detail {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-size: 16px;
	color: #000000;
	margin-bottom: 42px;
}
.trend_detail_title {
	font-size: 22px;
	color: #333333;
	text-align: center;
}
.trend_detail_time{
	color: #666666;
	text-align: right;
}
.trend_detail_con {
	/* font-size: 14px; */
	/* line-height: 24px; */
	/* color: #000000; */
	padding-bottom: 20px;
	margin-top: 20px;
}
.trend_detail_con img{
	width: 100% !important;
}
