* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body{
  
  height: auto;
  /*font-family: "Microsoft YaHei";*/
  
  /*max-height: 660px;*/

}
/*::-webkit-scrollbar {
  width: .7em;
}
::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  background-color: rgba(0,0,0,0.2);
}*/

section {
  border:1px solid;
  box-shadow:2px 2px 5px #ddd;
  margin-bottom: 20px;
  background-color: #fff;
}

span{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none !important;
}
textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    resize: none;
    display: block;
    width: 100%;
    text-indent: 0.5em;
}

h1, h2, h3, h4, h5, h6, span, p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
