@charset "UTF-8";
* {
  font-family: \5FAE\8F6F\96C5\9ED1;
}

ul,
li,
p {
  margin: 0;
  padding: 0;
}

input,
select,
button {
  outline: none;
}

label {
  font-weight: normal;
}

a,
a:hover,
ins,
select {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

ul,
li,
ol,
dl,
dd,
dt {
  list-style: none;
  margin: 0;
}

/* 间隙 */
.s5 {
  height: 5px;
  visibility: hidden;
}

.s10 {
  height: 10px;
  visibility: hidden;
}

.s15 {
  height: 15px;
  visibility: hidden;
}

.s20 {
  height: 20px;
  visibility: hidden;
}

.s25 {
  height: 25px;
  visibility: hidden;
}

.s30 {
  height: 30px;
  visibility: hidden;
}

.s35 {
  height: 35px;
  visibility: hidden;
}

.s40 {
  height: 40px;
  visibility: hidden;
}

.s45 {
  height: 45px;
  visibility: hidden;
}

.s50 {
  height: 50px;
  visibility: hidden;
}

.s55 {
  height: 55px;
  visibility: hidden;
}

.s60 {
  height: 60px;
  visibility: hidden;
}

.s65 {
  height: 65px;
  visibility: hidden;
}

.s70 {
  height: 70px;
  visibility: hidden;
}

/* 公用背景色 */
.bgc-red {
  background-color: red;
}

.bgc-fff {
  background-color: #fff;
}

.bgc-000 {
  background-color: #000;
}

.bgc-333 {
  background-color: #333;
}

.bgc-666 {
  background-color: #666;
}

.bgc-999 {
  background-color: #999;
}

.bgc-ccc {
  background-color: #ccc;
}

.bgc-ddd {
  background-color: #ddd;
}

.bgc-eee {
  background-color: #eee;
}

/* 字体颜色 */
.fc-red {
  color: red;
}

.fc-fff {
  color: #fff;
}

.fc-000 {
  color: #000;
}

.fc-333 {
  color: #333;
}

.fc-666 {
  color: #666;
}

.fc-999 {
  color: #999;
}

.fc-ccc {
  color: #ccc;
}

.fc-ddd {
  color: #ddd;
}

.fc-eee {
  color: #eee;
}

/*公共字体*/
.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-26 {
  font-size: 26px;
}

.fs-28 {
  font-size: 28px;
}

.fs-30 {
  font-size: 30px;
}

/*公共布局*/
.x2,
.x3,
.x4,
.x5,
.x6,
.x7,
.x8 {
  zoom: 1;
}
.x2:after,
.x3:after,
.x4:after,
.x5:after,
.x6:after,
.x7:after,
.x8:after {
  display: block;
  content: '';
  clear: both;
}
.x2 li,
.x3 li,
.x4 li,
.x5 li,
.x6 li,
.x7 li,
.x8 li {
  float: left;
}

.x2 li {
  width: 50%;
}

.x3 li {
  width: 33.3333%;
}

.x4 li {
  width: 25%;
}

.x5 li {
  width: 20%;
}

.x6 li {
  width: 16.6666%;
}

.x7 li {
  width: 14.2857%;
}

.x8 li {
  width: 12.5%;
}

/*	浮起+阴影	begin	*/
.e-float {
  transition-property: box-shadow, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}
.e-float:hover {
  transform: translateY(-2px);
  box-shadow: 0px 10px 26px #999;
}

/*	浮起+阴影	 end	*/
/*	元素反转	begin	*/
.e-turned {
  transition: all 0.2s ease-in;
}
.e-turned:hover {
  transform: scaleX(-1);
}

/*	元素反转	 end	*/
