body,
form,
div,
span,
ul,
ol,
li,
p,
pre,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
em,
a,
fieldset,
legend,
address,
label,
textarea,
select,
input,
figure,
table,
th,
td,
b,
i {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
body {
  font-size: 14px;
  font-family: "微软雅黑", "宋体", Verdana;
  height: 100%;
}
fieldset,
img {
  border: 0;
}
ul,
li {
  list-style: none;
}
em,
i {
  font-style: normal;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
}
a:focus,
input,
button,
select,
textarea {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-variant: normal;
  font-weight: normal;
}
select,
img {
  vertical-align: middle;
}
legend {
  display: none;
}
textarea {
  resize: none;
}
.clearfix:after {
  content: ".";
  /*加一段内容*/
  display: block;
  /*让生成的元素以块级元素显示，占满剩余空间*/
  height: 0;
  /*避免生成的内容破坏原有布局高度*/
  clear: both;
  /*清除浮动*/
  visibility: hidden;
  /*让生成的内容不可见*/
}
.clearfix {
  zoom: 1;
  /*为IE6，7的兼容性设置*/
}
.vipact {
  background: url(../images/bg.jpg) no-repeat center top;
}
.main {
  position: relative;
  margin: 0 auto;
  width: 1240px;
  height: 2521px;
  overflow: hidden;
}
.main .opacity {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.main .opacity:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.main .btn {
  position: absolute;
  top: 1610px;
  left: 50%;
  margin-left: -144px;
  display: block;
  width: 288px;
  height: 88px;
  background: url(../images/btn1.png) no-repeat;
}
.main .btn:hover {
  opacity: .8;
}
.panel {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
}
.panel3 {
  top: 1890px;
}
.panel3 .rule {
  margin: 0 auto;
  width: 1010px;
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
  box-sizing: border-box;
}
.panel3 .rule .link {
  margin-top: 40px;
  text-align: right;
  font-size: 24px;
}
.panel3 .rule .link a {
  color: #ffffff;
}
.panel3 .rule a {
  color: #ffffff;
}
.panel3 .rule a:hover {
  text-decoration: underline;
}
