* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: "微软雅黑";
}
.clearfix:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.main-body{
    padding: 0 1.5rem;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.c-red {
  color: #dc0000;
}
.ellipse {
    width: 100%;
    height: 2.0rem;
    background: #89C997;
    border-radius: 50% /0 0 100% 100%;
}
a {
  text-decoration: none;
  color: #000;
}
input,
textarea,
select {
  width: 92%;
  outline: none;
  resize: none;
  /*-webkit-appearance:none;*/            
}
body{
	background:#fff;
}
.main-con{
	color:#fff;
	padding-bottom: 6.4rem;
}
.dllMatchGroup1{
  width: auto !important;
}
.kjshdasd{
  margin-bottom: -30px;
}