html,body{
	margin:0px;
	padding:0px;
	height: 100%;
}
input {
       
        border: 0;  // 去除未选中状态边框
        outline: none; // 去除选中状态边框
        background-color: rgba(0, 0, 0, 0);// 透明背景
 }