/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
i,
em{
  font-style: normal;
}
ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}
*:before, *:after {
  box-sizing: inherit;
}

img,
embed,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}
a{
  text-decoration: none;
  color:#666
}
a:hover{
 text-decoration: none !important;
}
.w{
  width: 1200px;
  margin: 0 auto;
}
.lef{
  float: left;
}
.rig{
  float: right;
}
.clearfix:after{
    content:"";
  �height:0;
    line-height:0;
    display:block;
    visibility:hidden;
    clear:both
} 
.clearfix{
   zoom:1;
 }
button{
  outline: none;
  padding:0;
  border:none;
  border-radius:24px;
}
.blue{
  background:#62a8ea;
}
.org{
  background:linear-gradient(90deg,rgba(255,190,65,1) 0%,rgba(251,149,79,1) 100%);
}
.con_btn button{
    width: 160px;
    height: 48px;
    color: #fff;
    font-size: 18px;
}
textarea{
  resize:none;
  /* overflow:scroll */
}
label>span{
  color: red
}
td>span{
  color: red
}
input{
  outline: none
}

/*.big-event-gray {
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray
} */
