* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing:content-box;
}
*:not(input,textarea) {
  -webkit-touch-callout: inherit;
  -webkit-user-select: auto;
}
html ,body {
  font-family: Arial, "Î¢ÈíÑÅºÚ";
  background-color: #fff;
  overflow-x: hidden;
}
a {
  
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  text-decoration: none;
}
button,input,select,textarea {
  font-size: 100%;
  margin: 0;
  padding: 0;
  outline: none;
}
dt,dd {
  display: inline-block;
}
textarea,input {
  resize: none;
  outline: none;
}
textarea {
  resize: none;
  -webkit-appearance: none;
}
ul,ol,li {
  list-style: none;
}
em {
  font-style: normal;
}
img{
  width: 80%;
}
p{
  font-size: 0.8rem;
}

.page{
  text-align: center;
}

header .head_l1 {
  position: absolute;
  top: 0.7rem;
  left: 5%;

}
header .head_l1 img {
  width: 2rem;
}
header .head {
  border-bottom: 1px solid #c7c7c7;
  line-height: 3rem;
}


.zc1 {
  text-align: center;
  background: #f47e8f;
  width: 94%;
  height: auto;
  font-size: 1.5rem;
  line-height: 200%;
  margin: 5% auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  padding-top: 1%;

}
.zc1 a {
  color: #fff;
}