* {
  margin: 0;
  padding: 0;
}
body {
  width: 100vw;
  height: 100vh;
  background: url('https://game.gtimg.cn/images/dnf/cp/a20200423colgopenqq/new/background.png') center center no-repeat;
  background-size: cover;
  position: relative;
}
.colg {
  width: 100%;
  height: 100%;
  position: relative;
}
.colg .person {
  position: absolute;
  width: 42%;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.colg .person img {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.colg .colg-title {
  width: 835px;
  height: 145px;
  position: absolute;
  background: url('https://game.gtimg.cn/images/dnf/cp/a20200423colgopenqq/new/title.png') center center no-repeat;
  background-size: cover;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
.colg .box-container {
  position: absolute;
  width: 940px;
  height: 590px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('https://game.gtimg.cn/images/dnf/cp/a20200423colgopenqq/new/container.png') center center no-repeat;
  background-size: 100% 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 200px;
  z-index: 5;
}
.colg .box-container .bind {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.colg .box-container .bind strong {
  font-size: 44px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  position: relative;
}
.colg .box-container .bind .btn-area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-top: 25px;
}
.colg .box-container .bind .btn-area .logOut {
  width: 75px;
  height: 32px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
  right: -120px;
  top: 50%;
  transform: translateY(-50%);
  text-decoration: underline;
}
.colg .box-container .bind .btn-area .unbound {
  width: 75px;
  height: 32px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
  right: -215px;
  top: 310px;
  transform: translateY(-50%);
  text-decoration: underline;
}
.colg .box-container .bind p {
  font-size: 17px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin: 20px 0 0 0;
}
.colg .box-container .bind .btn-bind {
    cursor: pointer;
  width: 225px;
  height: 50px;
  background: url('https://game.gtimg.cn/images/dnf/cp/a20200423colgopenqq/new/login.png') center center no-repeat;
  background-size: cover;
}
.colg .box-container .bind .btn-toBind {
cursor: pointer;
  width: 225px;
  height: 50px;
  background: url('https://game.gtimg.cn/images/dnf/cp/a20200423colgopenqq/new/toBind.png') center center no-repeat;
  background-size: cover;
}
.colg .box-container .bind .btn-changeBind {
    cursor: pointer;
  width: 225px;
  height: 50px;
  background: url('https://game.gtimg.cn/images/dnf/cp/a20200423colgopenqq/new/changeBind.png') center center no-repeat;
  background-size: cover;
}
.colg .box-container .reward {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 50px;
}
.colg .box-container .reward .bind-message {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
}
.colg .box-container .reward .bind-message span {
  text-decoration: underline;
  color: #FFE88C;
}
.colg .box-container .reward .desc-title {
  margin-top: 40px;
  font-size: 48px;
  font-weight: bold;
  font-family: 微软雅黑;
  color: #FFFFFF;
}
.colg .box-container .reward .reward-message {
  margin: 40px 0;
  width: 70%;
  display: flex;
  justify-content: center;
}
.colg .box-container .reward .reward-message .reward-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.colg .box-container .reward .reward-message .reward-item .prop-container {
  border: 2px solid gold;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.colg .box-container .reward .reward-message .reward-item .prop-container img {
  width: 100%;
  height: 100%;
}
.colg .box-container .reward .reward-message .reward-item span {
  display: block;
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  margin: 0 10px;
  margin-top: 10px;
  color: #FFE88C;
  font-size: 20px;
}
.colg .box-container .reward .gain-btn {
  background: url('https://game.gtimg.cn/images/dnf/cp/a20200423colgopenqq/new/confirm-btn2.png') center center no-repeat;
  background-size: 100% 100%;
  width: 160px;
  height: 45px;
  cursor: pointer;
}
.colg .box-container .reward .login-btn {
  background: url('https://game.gtimg.cn/images/dnf/cp/a20200423colgopenqq/new/login.png') center center no-repeat;
  background-size: 100% 100%;
  width: 160px;
  height: 45px;
  cursor: pointer;
}

.dia-con{
    max-width: 600px;
    background: #fff;
    font-size: 18px;
    padding: 40px 25px 20px;
    border-radius: 5px;
}
.dia-close{
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 40px;
    text-decoration: none;
    line-height: 24px;
    color: rgb(86,161,114);
}

.dialog-action{
    max-width: 300px;
    display: flex;
    justify-content: space-around;
    margin: 20px auto 0;
}

.dialog-action div{
    padding: 5px 38px;
    background: rgb(86,161,114);
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}   

.dialog-action div.action-cancel{
    background: #999;
}
.margin-top-30{
    margin-top: 30px;
}
.dia-title{
    font-size: 22px;
}