.main {
  background: url(../img/bg.jpg) no-repeat center top;
  height: 2968px;
  overflow: hidden;
}

.s1 {
  color: #f6a908;
}

.s2 {
  color: #9455ee;
}

.s3 {
  color: #037ace;
}

.official a {
  display: block;
  margin-left: 82.5%;
  margin-top: 22px;
}

.time {
  height: 47px;
  margin-top: 440px;
}

.loginBox {
  width: 100%;
  position: absolute;
  top: 690px;
  left: 0px;
  text-align: center;
  color: #fff;
  line-height: 24px;
  font-size: 16px;
}

.loginBox a {
  color: #0a93b5;
}

.loginBox span {
  margin: 0 5px;
}

.islogin {
  color: #e4e4e4;
  margin-left: 20px;
  cursor: pointer;
}

.loginBox .hov {
  color: #fff;
  cursor: pointer;
}

.loginBox .hov:hover {
  color: red;
}

.loginBox p {
  background: rgba(0, 0, 0, 0.5);
  width: 350px;
  margin: 0 auto;
}

.loginBox .onlogin {
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000,endColorstr=#88000000);
  width: 200px;
  margin: 0 auto;
}

.content {
  margin: 0 auto;
  margin-top: 260px;
  width: 800px;
  color: #a5acb2;
}

.content p {
  line-height: 25px;
}

.content span {
  color: #cb0f0e;
}

.title1 {
  background: url(../img/title1.png) no-repeat left top;
  height: 105px;
  margin-bottom: 25px;
}

.title2 {
  background: url(../img/title2.png) no-repeat left top;
  height: 105px;
  margin-bottom: 25px;
}

.title3 {
  background: url(../img/title3.png) no-repeat left top;
  height: 105px;
  margin-bottom: 25px;
}

table {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 800px;
  height: 220px;
}

table p {
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

td {
  width: 200px;
  border: 1px solid #181f29;
  text-align: center;
}

.awardname {
  height: 60px;
  background: #35445b;
}

.awardimg {
  height: 100px;
  background: #000000;
}

.awardimg p {
  margin-top: 5px;
  font-weight: 100;
  font-size: 12px;
}

.awardbutton {
  height: 60px;
  background: #000000;
}

.awardbutton img {
  cursor: pointer;
}

.line {
  width: 850px;
  border: 1px dashed #181f29;
  margin-top: 75px;
  margin-bottom: 75px;
  position: relative;
  left: -25px;
}
