/*global start reset*/
body {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei";
  /*cursor:url(../images/pointer.cur),url(/resource/images/pointer.cur), url(../images/pointer.ico), url(../images/pointer.png), auto;*/

  -webkit-text-size-adjust: none;
}
ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
p,
input,
button,
table,
tr,
th,
td,
thead,
tbody,
pre,
textarea {
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei";
}
h1,
h2,
h3,
h4,
h5,
blockquote,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
em,
cite,
i {
  font-style: normal;
}
img {
  border: none;
}
a {
  text-decoration: none;
  color: #666;
}
a:hover {
  color: #007ad5;
}
.clr {
  clear: both;
}
.fixedbox {
  width: 1200px;
  margin: 0 auto;
}
.noboder {
  border: 0 !important;
}
.nomargin {
  margin: 0 !important;
}
/*game begin sence*/
body {
  background: url(../images/geometry.png);
}
.copyright {
  position: fixed;
  bottom: 5px;
  right: 5px;
  font-size: 12px;
}
button.btn_start {
  border-radius: 6px;
  background: #d16464;
  border: none;
  line-height: 48px;
  padding: 0 30px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  box-shadow: 0 3px 0px #a73e3e;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  top: 100px;
}
button.btn_start:hover {
  background: #e16d6d;
}
button.btn_start:active {
  background: #a73e3e;
  margin-top: 3px;
  box-shadow: none;
}
#container {
  width: 960px;
  height: 640px;
  margin: 0 auto;
  position: absolute;
  border: 10px solid rgba(0, 0, 0, 0.2);
  top: 50%;
  left: 50%;
  margin: -330px 0 0 -490px;
}
.sence {
  width: 960px;
  height: 640px;
  position: absolute;
  left: 0;
  top: 0;
}
.game-begin {
  background: url(../images/bg.png);
  height: 640px;
}
#gamename {
  text-align: center;
  color: #fff;
  padding-top: 100px;
  font-size: 72px;
}
.progressbar {
  height: 4px;
  padding: 2px;
  width: 300px;
  background: #ccc;
  position: relative;
  top: 20px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  margin: 0 auto;
}
.progressbar .bar {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 3px;
}
.game-main-view .atk {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 120px;
  height: 30px;
  background: #e16d6d;
  color: #fff;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
