body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

body {
  width:7.5rem;
  margin: auto;
}

.bg{
  height:16.24rem;
  background: url('../img/bg.jpg') no-repeat;
  background-size: 100% 100%;
}

.btn-box{
  padding-top:2.88rem;
}

.enter-btn{
  margin:0 auto;
}

.enter-btn.fgcs{
  width: 6.58rem;
  height: 3.95rem;
  background: url('../img/btn-fgcs.png') no-repeat;
  background-size: 100% 100%;
  margin-bottom: .3rem;
}

.enter-btn.dzy{
  width: 6.59rem;
  height: 4.25rem;
  background: url('../img/btn-dzy.png') no-repeat;
  background-size: 100% 100%;
}



