@charset "utf-8";
/*
 *  website: http://www.aiyechen.com
 *	author: kevin
 *	date: 2018.12.12 12:00:00
 *	qq: 531197817(liyann2008@163.com)
 *	wechat: liyann2011
 */
* {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-tab-hightlight-color: transparent;
  -webkit-tab-hightlight-color: none!important;
}
body {
  width: 100%;
  height: 100%;
  font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
  font-size: 14px;
  background-color: #fff;
}
.wrapper {
  width: 100%;
  height: 100%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
::before,
::after {
  margin: 0;
  padding: 0;
}
a,
a:hover {
  text-decoration: none;
}
a {
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
ul,
ol,
li {
  list-style: none;
}
input,
textarea,
button {
  outline: none;
  resize: none;
  border: 0;
}
i,
b,
s,
em,
strong {
  font-style: normal;
  font-weight: normal;
}
.clearfix::before,
.clearfix::after {
  content: '';
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
input,
textarea {
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 0.39rem;
  font-size: 0.3rem;
}
input,
textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
input,
textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
input,
textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
input,
textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
/*# sourceMappingURL=common.css.map */