 html,body,ul,li,ol,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,fieldset,legend,img {
      margin: 0;
      padding: 0;
      font-size: 12px;
      color: #333;
  }
 
 fieldset,img {
      border: 0
  }
 img {
      display: block
}
a{
	text-decoration: none;
}
a:active{

     -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}
address,caption,cite,code,dfn,th,var {
     font-style: normal;
     font-weight: normal
 }
 ul,ol {
     list-style: none
 }
 input {
     padding-top: 0;
     padding-bottom: 0;
     font-family: "SimSun","宋体"
 }
 input::-moz-focus-inner {
     border: 0;
     padding: 0
 }
 select,input {
     vertical-align: middle
 }
 select,input,textarea {
     font-size: 12px;
     margin: 0;
     font-family: "Microsoft YaHei";
 }
 input[type="text"],input[type="password"],select,textarea {
     /*outline-style: none;*/
     -webkit-appearance: none;
 }
 textarea,select{
     resize: none
 }
 table {
     border-collapse: collapse
 }
 i,em{
 	font-style: normal;
 }
 .el-select-dropdown__item.hover, .el-select-dropdown__item:hover {
    background-color: #e0edff;
}
.clear{ clear:both;}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.f12{
	font-size: 12px;
}
.f13{
	font-size: 13px;
}
.f14{
	font-size: 14px;
}

.mar_top_20{
	margin-top: 20px;
}
