body {
  background: url("../i/bg.png") top left;
  background-size: 100%;
  background-repeat: no-repeat;
  min-height: 710px;
}

.main li {
  float: left;
}

.main img {
  width: 124px;
  background-repeat: no-repeat;
  background-size: 100%;
  /*margin-right: 3%;*/
}

.main {
  margin-top: 30%;
  height: 635px;
}

.main li {
  float: left;
}

.main .cnt {
  height: 332px;
  width: 1200px;
}

.main .intro {
  border: 1px solid #eeeeee;
  border-top: 2px solid #ff8728;
  background-color: #FFF;
  width: 843px;
  /*width: 70%;*/
  color: #666;
  font-size: 14px;
  line-height: 30px;
  /*padding: 35px;*/
  height: 330px;
  /*width: 700px;*/
  background-color: #FFF;
}

.main .loginPanel {
  border: 1px solid #eeeeee;
  border-top: 2px solid #ff8728;
  width: 340px;
  /*width: 25%;*/
  float: right;
  height: 330px;
  /*padding: 34px 27px;*/
  background-color: #FFF;
}

.loginPanel input[type="text"] {
  height: 50px;
  /*width: 100%;*/
  margin-left: 30px;
  width: 280px;
  background-color: #eee;
  border: none;
  line-height: 50px;
  padding-left: 20px;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-right: 30px;
  color: #b4b4b4;
}

.loginPanel form {
  margin-top: 32px;
}

.loginPanel input[type="checkbox"] {
  margin-left: 30px;
  vertical-align: middle;
}

.loginPanel .btn-submit {
  margin-left: 30px;
  margin-top: 10px;
  background-color: #ff8728;
  text-align: center;
  color: #fff;
  height: 50px;
  line-height: 50px;
  width: 280px;
  cursor: pointer;
}

.loginOpr {
  color: #666;
  font-size: 14px;
  height: 14px;
  margin-bottom: 27px;
  margin-top: 14px;
  margin-right: 20px;
}

.loginOpr a {
  color: #ff7310;
}

.pos1 {
  margin-left: 140px;
}

.pos2 {
  margin-left: 236px;
}

.loginOpr small {
  color: #eee;
  font-size: 10px;
}

.main .gamePanel {
  height: 300px;
  padding-top: 50px;
  padding-bottom: 70px;
}

.main .title {
  width: 1200px;
  height: 20px;
}

.main .intro h2 {
  font-size: 20px;
  color: #000;
  /*margin-top: 35px;*/
  margin-left: 35px;
  line-height: 80px;
}

.intro p {
  margin-left: 35px;
  margin-right: 35px;
  line-height: 35px;
}

.gamePanel .line {
  width: 6px;
  height: 20px;
  background: #ff8728;
  /*margin-right: 10px;*/
  /*position:absolute;*/
}

.gamePanel h2 {
  font-size: 20px;
  line-height: 20px;
  margin-left: 20px;
}

.gamePanel .title {
  height: 20px;
}

.gamePanel .title li {
  float: left;
}

.gameList {
  height: 160px;
  margin-top: 38px;
}

.gamePanel .gameCtl {
  padding-top: 14px;
  width: 140px;
  /*text-align: center;*/
}

.gameCtl a {
  color: #fff;
}

.gameCtl h4 {
  font-size: 16px;
  color: #000;
  margin-left: 27px;
}
.gameCtl p {
  margin-left: 27px;
}

.gameDtl .dl {
  width: 90px;
  height: 40px;
  border-radius: 3px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #ff8728;
  margin-left: 27px;
  margin-right: 27px;
  cursor: pointer;
}

.gamePanel .left {
  margin-left: 47px;
}
