* {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style-type: none;
  list-style: none;
}

a {
  text-decoration: none;
  outline: none;
}

body {
  font-family: "Microsoft Yahei";
  font-size: 0.12rem;
  color: #333333;
}

img {
  border: none;
}

input,
textarea,
select,
button {
  outline: none;
}

/*textarea{ resize:none;}*/

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1
}

body {
  background: #0a3150;
}

.con-one {
  position: relative;
  width: 100%;
  height: 1052px;
  background: url(../images/bg1.jpg) no-repeat;
  background-position: center;
}

.load-link {
  width: 1145px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  top: 663px;
}

.load-game,
.go-home {
  float: left;
  width: 265px;
  height: 77px;
}

.load-game {
  background: url(../images/load.png) no-repeat;
  margin-right: 30px;
}

.go-home {
  background: url(../images/home.png) no-repeat;
}

.tab {
  margin-top: 88px;
}
.item {
  float:left;
  margin-right: 24px;
}
.item a{
  display: block;
  width: 267px;
  height: 89px;
  background: url(../images/tab.png) no-repeat;
  cursor: pointer;
  color: #fff;
  font-size: 25px;
  text-align: center;
  padding-top: 28px;
}

.item .on {
  color: #fcff00;
}

.item-last {
  margin-right: 0;
}

.content {
  width: 1093px;
  margin: 90px auto 0;
  text-align: center;
}

.img-box img {
  display: block;
  margin: 0 auto;
}

.box-last {
  position: relative;
}

.next {
  position: absolute;
  width: 593px;
  height: 47px;
  left: 50%;
  margin-left: -296px !important;
  bottom: 170px;
  cursor: pointer;
  z-index: 3;
}
.a-link {
  width: 804px;
  position: absolute;
  left: 50%;
  margin-left:-402px;
  z-index: 3;
  bottom: 158px;
}
.prev {
  width: 362px;
  height: 47px;
  float:left;
  background: url(../images/prev.png) no-repeat;
  margin-right: 78px;
}
.next2 {
  width: 362px;
  height: 47px;
  float: left;
  background:url(../images/next2.png) no-repeat;
}
.a3-link {
  bottom: 118px;
}
.go {
  background: url(../images/go.png) no-repeat;
}

.foot {color:#fff;font-size:12px;margin:0 auto;padding:20px 0;text-align:center;width:980px;}
.foot p {line-height:19px;}
.foot a {color:#fff;}