body,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  margin: 0;
  padding: 0px;
}

body {
  font: 14px/1.5 microsoft yahei, tahoma, simsun, sans-serif;
  color: #fff;
  width: 100%;
  background: #181845;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%
}

img {
  border: none;
  padding: 0;
  margin: 0
}

em,
i,
b {
  font-style: normal
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0
}

a {
  text-decoration: none
}

a:hover {
  text-decoration: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

.fl {
  float: left
}

.fr {
  float: right
}

.cb {
  clear: both
}

.bc {
  margin-left: auto;
  margin-right: auto
}

.pr {
  position: relative
}

.pa {
  position: absolute
}

.ovh {
  overflow: hidden
}

.db {
  display: block
}

.none {
  display: none
}

.ht {
  display: block;
  overflow: hidden;
  text-indent: -999em
}

.tc {
  text-align: center
}
.c-1{
  background: #d1d1da;
}
.c-2{
  background: #8c8ca2;
}
.wraper {
  /* width: 1000px; */
  /* background: #405380; */
  margin: 0 auto;
}

/*header*/

.header {
  width: 100%;
  background: #272b7f;
}
.head{
  width: 1200px;
  height: 80px;
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden;
  position: relative;
}
.head .ieg-logo{
  display: block;
  width: 160px;
  height: 80px;
  float: left;
}
.head .ieg-logo img{
  width: 100%;
}
.head h1{
  width: 1000px;
  text-align: center;
  font-size: 60px;
  line-height: 80px;
  color: #fff;
  float: right;
}

/*delist-container*/
.delist-container{
  width: 1000px;
  margin: 50px auto 40px;
  border-radius: 10px;
  overflow: hidden;
  /* background: rgba(255, 255, 255, 0.4); */
  padding-left: 200px;
  position: relative;
}
.delist-info{
  width: 200px;
  left: 0;
  top: 0;
  padding-top: 25px;
  position: absolute;
}
.delist-info .logo{
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background: #fff;
  border-radius: 15px;
}
.delist-info .logo img{
  width: 100%;
  vertical-align: top;
}
.delist-info .name{
  width: 100%;
  font-size: 20px;
  color: #000;
  text-align: center;
}
.delist-notice{
  width: 100%;
  box-sizing: border-box;
  /* background: rgba(0, 0, 0, 0.2); */
  padding: 25px 30px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
.delist-notice h2{
  font-size: 28px;
  padding-bottom: 15px;
  text-align: center;
}
/*step*/
.step{
  width: 1000px;
  margin: 0px auto 40px;
  border-radius: 10px;
  overflow: hidden;
  /* background: rgba(255, 255, 255, 0.4); */
  padding-left: 200px;
  position: relative;
  height: 100px;
}
.step .title{
  width: 200px;
  font-size: 24px;
  line-height: 28px;
  height: 56px;
  color: #000;
  position: absolute;
  left: 120px;
  top: 50%;
  transform: translate(0,-50%);
}
.step .info{
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  /* background: rgba(0, 0, 0, 0.2); */
  padding: 30px 30px;
  color: #fff;
  font-size: 24px;
}
.step .info em{
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #fff;
  color: #000;
  text-align: center;
  border-radius: 100%;
  line-height: 40px;
  font-weight: bold;
}
.step .info span{
  padding: 0 100px 0 10px;
  color: #000;
  line-height: 40px;
  font-weight: bold;
}
/*exchange-container*/
.exchange-container{
  width: 1200px;
  border-radius: 10px;
  background: #8c8ca2;
  overflow: hidden;
  margin: 0 auto 40px;
}
/*login*/
.login{
  width: 100%;
  height: 100px;
  text-align: center;
  line-height: 100px;
}
.login .unlogin a{
  display: inline-block;
  padding: 20px 15px;
  height: 25px;
  border-radius: 25px;
  color: #fff;
  line-height: 25px;
  border: 1px solid #fff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  margin-left: 20px;
}
.login .unlogin a img{
  width: 25px;
  height: 25px;
  vertical-align: top;
  margin-right: 5px;
}
.login .unlogin a.weixin{
  background: #3d9559;
}
.login .unlogin a.qq{
  background: #df3a24;
}
.login .logined{
  height: 80px;
  padding: 10px 0;
}
.login .logined span,.login .logined a{
  display: inline-block;
  line-height: 85px;
  vertical-align: top;
}
.login .logined span.avatar{
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 100%;
}
.login .logined span.avatar img{
  width: 100%;
}
.login .logined span.txt{
  padding-left: 20px;
}
.login .logined a.logout{
  display: inline-block;
  padding: 0 15px;
  height: 35px;
  border-radius: 8px;
  color: #fff;
  line-height: 35px;
  border: 1px solid #fff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  vertical-align: top;
  margin: 25px 10px 0;
  background: #df3a24;
}
.login .logined span.line{
  width: 1px;
  height: 65px;
  background: #666666;
  margin: 10px 25px 0 15px;
}
.login .logined span.exchange-number i{
  padding: 0 10px;
}
/*game-list*/
.game-list{
  width: 100%;
}
.game-list .list{
  overflow: hidden;
  padding: 40px 30px;
}
.game-list .list li{
  width: 260px;
  height: 160px;
  float: left;
  margin: 0 40px;
  border-radius: 10px;
  background: #e8e8ec;
  padding: 15px 20px;
  overflow: hidden;
}
.game-list .list li .info{
  width: 120px;
  float: left;
}
.game-list .list li .info .icon{
  width: 120px;
  height: 120px;
  background: #262626;
  border-radius: 15px;
  overflow: hidden;
}
.game-list .list li .info .icon img{
  width: 120px;
  vertical-align: top;
}
.game-list .list li .info .name{
  text-align: center;
  width: 100%;
  padding-top: 12px;
}
.game-list .list li .btns{
  width: 120px;
  float: right;
  padding-top: 5px;
}
.game-list .list li .btns a.get,.game-list .list li .btns a.record{
  display: block;
  margin-bottom: 20px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  border: 1px solid #fff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  text-align: center;
}
.game-list .list li .btns a.get{
  background: #df3a24;
  color: #fff;
}
.game-list .list li .btns a.record{
  background: #fff;
  color: #df3a24;
}
.game-list .list li .btns a.cdkey-links{
  width: 120px;
  color: #df3a24;
  cursor: pointer;
  box-shadow: none;
  border:none;
  text-align: center;
  padding-top: 3px;
  display: block;
}
.game-list .list li .btns a.cdkey-links em{
  padding: 0 5px;
  text-decoration: underline;
}
/*rules-container*/
.rules-container{
  width: 1200px;
  border-radius: 10px;
  margin: 10px auto;
  overflow: hidden;
}
.rules-container .title{
  padding-left: 30px;
  height: 100px;
  line-height: 100px;
  font-size: 24px;
}
.rules-detail{
  padding: 50px;
  color: #fff;
  line-height: 24px;
}

/*pop*/

.pop {
  width: 800px;
  border-radius: 10px;
  /* position: relative; */
  display: none;
}

.pop .close {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 35px;
  font-size: 40px;
  text-align: center;
  color: #dd1e04;
  right: -20px;
  top: -20px;
  cursor: pointer;
  font-weight: normal;
  z-index: 2;
  background: #fff;
  border-radius: 100%;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

.pop h3 {
  height: 80px;
  position: relative;
  padding: 0 0 0 90px;
  line-height: 80px;
  font-weight: normal;
  font-size: 16px;
  color: #262626;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.pop h3 .icon{
  width: 60px;
  height: 60px;
  border-radius: 8px;
  background: #8c8ca2;
  display: block;
  position: absolute;
  left: 14px;
  top: 10px;
}
.pop h3 .icon img{
  width: 100%;
  vertical-align: top;
}
.pop h3 em{
  padding: 0 5px;
  font-size: 20px;
}
.pop .gift-list {
  padding: 20px 25px 0;
  color: #fff;
}

.pop .gift-list li {
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
}
.pop .gift-list li .item {
  padding: 16px 55px 16px 120px;
  position: relative;
}

.pop .gift-list li strong {
  width: 100px;
  display: block;
  padding: 0 8px 0 0;
  height: 16px;
  line-height: 16px;
  color: #fa8050;
  border-right: 1px solid #e0e0e0;
  position: absolute;
  top: 18px;
  left: 0px;
  text-align: right;
}

.pop .gift-list li.on .item {
  border: 3px solid #80b5ff;
  background: #e7f0ff
}

.pop .gift-list li.on .item:after {
  content: "\2714";
  font-size: 30px;
  color: #569dff;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -55%);
}

.pop .btns {
  padding: 30px 0 30px 0px;
  margin: 0 25px;
  height: 50px;
  clear: both;
  /* border-top: 1px solid #f0f0f0; */
  text-align: center;
}

.pop .btns a {
  display: inline-block;
  width: 136px;
  height: 43px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  line-height: 43px;
  border-radius: 4px;
  margin-left: 10px;
}

.pop .btns a.next,
.pop .btns a.submit {
  background: #f04a38;
  border: 1px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.2);
}

.pop .btns a.prev {
  background: #569dff;
  border: 1px solid #427dd0;
}

.gift-pop .gift-list {
  padding-bottom: 40px;
}

.change-pop{
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -200px -400px;
  z-index: 10;
}
.cdkey-pop {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -150px -400px;
  z-index: 10;
}
.download-pop {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -150px -200px;
  z-index: 10;
}
.record-pop {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -350px -400px;
  z-index: 10;
}
.ide-modal{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background: #000;
  z-index: 9;
  display: none;
}

.change-pop .title {
  font-size: 16px;
  text-align: left;
  padding: 30px 0 0 30px
}

.change-pop .user-info {
  padding: 20px 0 20px 30px;
}

.change-pop .info-item {
  height: 32px;
  line-height: 32px;
  padding-bottom: 15px;
}

.change-pop .info-item span {
  width: 130px;
  text-align: right;
  display: inline-block;
}

.change-pop .system {
  height: 32px;
}

.change-pop .system a {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  margin-right: 20px;
  color: #333
}

.change-pop .system a span {
  width: 12px;
  height: 12px;
  display: inline-block;
  border: 2px solid #569dff;
  background: #fff;
  margin-right: 5px;
  vertical-align: middle;
}

.change-pop .system a.on span {
  background: #569dff
}

.change-pop .plat select {
  width: 150px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #d2d2d2;
  background: none;
  display: inline-block;
  font-size: 14px;
}


.record-pop .close {
  top: -8px;
}

.record-pop h3 {
  font-size: 30px;
  font-weight: bold;
  padding-left: 0;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.record-pop .record {
  width: 750px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  padding: 20px 0 10px;
  color: #fff;;
}

.record-pop .record .title {
  border-bottom: 1px solid #d2d2d2;
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  display: block;
  padding: 15px 0 10px;
  font-weight: bold;
}

.record-pop .record .list {
  width: 100%;
  font-size: 14px
}

.record-pop .record .list li {
  line-height: 20px;
  border-bottom: 1px solid #f2f2f2;
  width: 100%;
  overflow: hidden;
  padding: 8px 0;
  font-size: 12px
}

.record-pop .record span {
  display: block;
  float: left;
}
.record-pop .list span{
  height: 22px;
  line-height: 22px;
  padding: 9px 0;
}
.record-pop .record span.time {
  width: 180px;
}

.record-pop .record span.name {
  width: 230px;
}

.record-pop .record span.cdkey {
  width: 330px;
}

/* .record-pop .record .list li span.name,
.record-pop .record .list li span.cdkey {
  line-height: 40px;
} */
.record-pop .record .list li span.cdkey i{
  display: inline-block;
  line-height: 22px;
  vertical-align: top;
  padding-right: 10px;
}
.record-pop .record .list li span.cdkey a{  
  display: inline-block;
  overflow: hidden;
  height: 22px;
  line-height: 22px;
  background: #fff;
  color: #000;
  text-align: center;
  border-radius: 5px;
  font-size: 12px;
  padding: 0 10px;
  vertical-align: top;
}
.record-pop .btns,.cdkey-pop .btns {
  border-top: none
}
.cdkey-pop .cdkey{
  width: 100%;
  text-align: left;
  overflow: hidden;
}
.cdkey-pop .number {
  padding: 40px 0 0px 20px;
  font-size: 14px;
  color: #fff;
  float: left;
}

.cdkey-pop .copy {
  overflow: hidden;
  float: left;
  padding-top: 30px;
}

.cdkey-pop .copy textarea {
  margin: 10px 0 0 60px;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  width: 250px;
  float: left;
  border: none;
  background: none;
  padding: 0;
  resize: none;
  font-family: microsoft yahei;
  display: none
}

.cdkey-pop .copy a {
  display: block;
  overflow: hidden;
  width: 100px;
  height: 22px;
  line-height: 22px;
  margin: 10px 0 0 20px;
  background: #fff;
  color: #000;
  text-align: center;
  border-radius: 5px;
  font-size: 12px;
}
.download-pop{
  width: 400px;
}
.download-pop h3{
  font-size: 20px;
  font-weight: normal;
  padding-left: 0;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.download-pop .code{
  width: 200px;
  margin: 0 auto;
  padding: 30px 0;
}
.download-pop .code img{
  width: 100%
}
.download-pop .tips{
  padding: 0 30px 40px;
  color: #fff;
}

#afooter {
  text-align: center;
  padding: 25px 0;
  color: #666;
  font-size: 12px;
}

#afooter a {
  color: #666
}
