﻿@charset "UTF-8";
/**
 * 这里写中文
 */
body {
	padding: 0;
	margin: 0;
	font-size: 14px;
    font-family: Verdana, "microsoft yahei", simsun; 
}

body, div, ul, li, dl, dt, dd, ol, p, h1, h2, h3, h4, menu, nav, figure{
    padding:0;
    margin:0
}
h1, h2, h3, h4, i, u, em{
    font-weight:normal;
    font-style:normal
}
ul, li{
    list-style:none
}
img{
    border:none;
    display:block
}
a:link{
    text-decoration:none;
    cursor: pointer;
}
a:hover{}
a:visited{}
a:hover{}
a:active{}

input, textarea{
	outline: none;
}
*[contentEditable="true"]{
	outline: none;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px white inset!important;
	background-image: none;
}


