*{
	margin:0;
	padding:0;
}
body{
        font-family: "microsoft yahei", "宋体";
        color:#333;
        background:url(/uploads/image/tsdi20221020/body_bg.jpg) no-repeat top center #fde2cd;
        font-size:20px;
      }
em,i{
	font-style:normal;
}

li{
	list-style:none;
}

input,button,img{
 outline: none;
 border: none;
 }

a,a:visited,a:link {
  text-decoration: none;
  color: #333;
}

a:hover{
color: #ca1c1d;
text-decoration: none;
}
