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: 2714px;
  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: 1762px;
  left: 50%;
  margin-left: -126px;
  display: block;
  width: 262px;
  height: 88px;
  /*opacity: .8;*/
  background: url(../images/btn1.png) no-repeat;
  background-size: contain;
}
.main .btn:hover {
  /*opacity: 1;*/
  background: url(../images/btn2.png) no-repeat;

}
.panel {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
}
.panel3 {
  top: 2097px;
}
.panel3 .rule {
  margin: 0 auto;
  width: 888px;
  padding-left: 11px;
  font-size: 17px;
  color: #5E421B;
  line-height: 30px;
  box-sizing: border-box;
}
.panel3 .rule .link {
    margin-top: 40px;
    margin-left: 79px;
    text-align: right;
    font-size: 23px;
}
.panel3 .rule .link a {
  color: #fff;
}
.panel3 .rule a {
  color: #5E421B;
}
.panel3 .rule a:hover {
  text-decoration: underline;
}
.rule-hl{
  color: #1D5F3E;
  font-weight: 600;
}