input:focus{
outline:none;
}
select:focus {
  outline: none; /* 清除焦点边框 */
  background-color: transparent; /* 设置背景透明 */
  color: inherit; /* 继承父元素的文字颜色 */
}

/* .myForm_box{
	margin-top: 0.5rem;
} */
.myForm_sdow{
	border-bottom: 1px solid #ededed;
	display: flex;
	flex-direction: column;
	padding-bottom: 0.5rem;
	margin-top: 0.5rem;
}
.myForm_sdow_one{
	color: #666;
	margin-top: 0.5rem;
}
.myForm_sdow_two{
	color: #000;
	margin-top: 0.3rem;
	height: 2rem;
	border: none;
}
.savesub{
	 margin: 0;
	 padding: 0;
     border: 0px solid transparent;
     outline: none;
	 width: 100%;
	 height: 3rem;
	 background-color: #4F7EFA;
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 align-items: center;
	 text-align: center;
	 margin-top: 1.5rem;
	 color: white;
}
.upimg{
	margin-top: 15px;
}
