/* common */

[v-cloak] {
  display: none;
}

#footer.es-gsports {
  background-color: #000;
}

.hs_sprite {
  background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/hgi-sprite.png) no-repeat 0 0;
}

.bg_209cff {
  background-color: #209cff !important;
}

.bg_a541ff {
  background-color: #a541ff !important;
}

.bg_ece6ff {
  background-color: #ece6ff !important;
}

.red {
  color: red;
}

.color_3b087f {
  color: #3b087f;
}

.color_a541ff {
  color: #a541ff;
}

.color_fff {
  color: #fff;
}

.color_3b087f {
  color: #3b087f;
}

.color_7d2bc7 {
  color: #7d2bc7;
}

.center {
  text-align: center;
}

.bind_link:hover {
  color: #3b087f;
}

.f_16 {
  font-size: 14px;
}

.f_44 {
  font-size: 22px;
}

.f_bold {
  font-weight: bold;
}

.f_italic {
  font-style: italic;
}

.line_height {
  line-height: 1;
}

.pl20 {
  padding-left: 20px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.underline {
  text-decoration: underline;
  margin-left: 5px
}

.underline:hover {
    color: #3b087f
  }

.pop_mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
  z-index: 9999;
}

.pop_box {
  z-index: 99999 !important;
}

/* mobile */

.content {
  background: #1c0841;
  overflow-x: hidden;
}

.slogan {
  background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/m-bg_01.jpg) no-repeat 0 0;
  width: 100%;
  background-size: cover;
  position: relative
}

.slogan .slogan_txt {
    padding-top: 47%;
    text-align: center;
    width: 100%;
    color: #e1deff;
  }

.slogan .slogan_info {
    width: 100%;
    background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/gold-bg.png) no-repeat 0 0;
    background-size: 100% auto;
    padding-top: 3%;
    padding-bottom: 7%
  }

.slogan .slogan_info .info_txt {
      text-align: center;
    }

.slogan .slogan_info .person_info {
      margin-bottom: 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-left: 5%;
    }

.slogan .slogan_info .login_info {
      position: relative;
      left: 2%;
      zoom: .75;
      cursor: pointer;
    }

.slogan .slogan_info .flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }

.slogan .slogan_info .gold_sum {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
    }

.slogan .slogan_info .go_detail {
      background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/detail_bg.png) no-repeat 0 0;
      width: 40px;
      height: 20px;
      background-size: 100% auto;
      display: inline-block;
      margin-left: 15px;
    }

.module {
  margin-top: -1px;
  background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/m-bg_04.png) no-repeat 0 0;
  background-size: 100% auto
}

.module .module_txt {
    color: #ffffff;
    text-align: center;
    padding-top: 10.5%;
    padding-bottom: 4.8%;
  }

.module .module_1 .task {
      padding: 178.5% 0 0;
      background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/task_bg.png) no-repeat 0 0;
      background-size: cover;
      position: relative
    }

.module .module_1 .task .task_border {
        position: absolute;
        top: 4%;
        left: 50%;
        -webkit-transform: translate(-50%);
                transform: translate(-50%);
        width: 100%;
        height: 100%;
        z-index: 3;
      }

.module .module_1 .task_item {
      margin-bottom: 2%;
      padding: 0 4% 0 4.05%;
      margin-right: -10px;
      height: 100px
    }

.module .module_1 .task_item .task_left {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        background-color: #e6f5ff;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        padding: 3% 2% 2% 2%
      }

.module .module_1 .task_item .task_left .task_title {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          border-bottom: 1px dashed #551ba3;
          padding-bottom: 3%
        }

.module .module_1 .task_item .task_left .task_title img {
            width: 44px;
          }

.module .module_1 .task_item .task_left .task_reward {
          padding-top: 1%
        }

.module .module_1 .task_item .task_left .task_reward .task_txt {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column
          }

.module .module_1 .task_item .task_left .task_reward .task_txt .reward {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
            }

.module .module_1 .task_item .task_left .task_reward .task_txt img {
              width: 22px;
              height: 19px;
              margin-right: 5px;
            }

.module .module_1 .task_item .task_left .task_reward .task_status {
            color: #fff;
            background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/reward_grey.jpg) no-repeat center center;
            width: 50px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            margin-left: 5px;
            background-size: contain
          }

.module .module_1 .task_item .task_left .task_reward .task_status.done {
              background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/reward_active.jpg) no-repeat center center;
              height: 31px;
              cursor: pointer;
              background-size: contain;
            }

.module .module_1 .task_item .task_middle {
        width: 100px;
        padding: 2%;
        background-color: #ffffff;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: relative;
        z-index: 2
      }

.module .module_1 .task_item .task_middle .no_time {
          width: 100%;
          height: 100%;
          background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/live_time.png) no-repeat center center;
          background-size: contain;
        }

.module .module_1 .task_item .task_middle .task_account {
          text-align: center;
        }

.module .module_1 .task_item .task_middle .complete {
          width: 123px;
          height: 105px;
          background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/no-task.png) no-repeat center center;
          zoom: .8
        }

.module .module_1 .task_item .task_middle .complete.today {
            background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/complete_today.png) no-repeat center center;
          }

.module .module_1 .task_item .task_middle .complete.done {
            background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/complete.png) no-repeat center center;
          }

.module .module_1 .task_item .task_middle .task_detail {
          width: 85px;
          height: 42px;
          background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/btn_bg.png) no-repeat center center;
          text-align: center;
          background-size: contain;
          position: relative;
          margin-top: 5px
        }

.module .module_1 .task_item .task_middle .task_detail .btn {
            position: absolute;
            top: 45%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            line-height: 1;
          }

.module .module_1 .task_item .task_middle .task_detail:hover {
            -webkit-filter: brightness(110%);
                    filter: brightness(110%);
          }

.module .module_1 .task_item .task_sum {
        width: 40px;
        background-color: #551ba3;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        color: #fff;
        text-align: center;
        font-weight: bold;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative;
        left: -10px
      }

.module .module_1 .task_item .task_sum .vetical_txt {
          padding: 0 8px 0 16px;
          line-height: 1.2;
        }

.module .module_2 .vote {
      background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/vote_bg.png) no-repeat 0 0;
      background-size: cover;
      padding-top: 125%;
      margin-bottom: 5px;
      position: relative
    }

.module .module_2 .vote.bubble {
        background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/vote_bg_2.png) no-repeat 0 0;
        padding-top: 173%;
        background-size: cover
      }

.module .module_2 .vote.bubble .vote_wrapper {
          top: 28%;
        }

.module .module_2 .vote.isLogin .vote_btn {
          opacity: 0 !important;
        }

.module .module_2 .vote.isLogin .vote_againt {
          pointer-events: none;
        }

.module .module_2 .vote .vote_wrapper {
        position: absolute;
        top: 35.7%;
        width: 100%;
      }

.module .module_2 .vote .vote_txt {
        color: #fff;
        text-align: center;
      }

.module .module_2 .vote .vote_content {
        position: relative
      }

.module .module_2 .vote .vote_content .swiper {
          width: 72%;
          margin: 0 auto;
          overflow: hidden;
          padding-bottom: 9px;
        }

.module .module_2 .vote .vote_content .vote_spirte {
          background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/swiper-sprite.png) no-repeat;
        }

.module .module_2 .vote .vote_content .vote_left {
          position: absolute;
          left: 0px;
          top: -20px;
          width: 43px;
          height: 183px;
          background-position: 0 0px;
          z-index: 2
        }

.module .module_2 .vote .vote_content .vote_left::after {
            display: none;
          }

.module .module_2 .vote .vote_content .vote_left:hover {
          background-position: 0 -188px;
        }

.module .module_2 .vote .vote_content .vote_right {
          position: absolute;
          right: 0px;
          top: -20px;
          width: 43px;
          height: 183px;
          background-position: -345px 0;
          z-index: 2
        }

.module .module_2 .vote .vote_content .vote_right::after {
            display: none;
          }

.module .module_2 .vote .vote_content .vote_right:hover {
          background-position: -345px -189px;
        }

.module .module_2 .vote .vote_item {
        width: 30%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative;
        cursor: pointer;
        border: 2px solid transparent
      }

.module .module_2 .vote .vote_item.active {
          border: 2px solid #08e4fd;
          border-radius: 10px;
          position: relative
        }

.module .module_2 .vote .vote_item.active .status {
            background-color: #6093fe;
          }

.module .module_2 .vote .vote_item.active::after {
            content: '';
            position: absolute;
            bottom: -9px;
            left: 50%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
            background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/triangle.png) no-repeat 0 0;
            width: 28px;
            height: 9px;
            background-size: 100% auto;
          }

.module .module_2 .vote .vote_item .bg_ece6ff {
          width: 100%;
          border-top-left-radius: 8px;
          border-top-right-radius: 8px;
          padding: 14px 0;
        }

.module .module_2 .vote .vote_item .date {
          text-align: center;
        }

.module .module_2 .vote .vote_item .match {
          text-align: center;
        }

.module .module_2 .vote .vote_item .status {
          width: 100%;
          text-align: center;
          background-color: #5c5a78;
          border-bottom-left-radius: 8px;
          border-bottom-right-radius: 8px;
          color: #fff;
          padding: 3px 0
        }

.module .module_2 .vote .vote_item .status.not_start {
            background-color: #551ba3;
          }

.module .module_2 .vote .vote_item .status.end {
            background-color: #5c5a78;
          }

.module .module_2 .vote .swiper .vote_item .status.doing {
              background-color: #6093fe;
            }

.module .module_2 .vote .swiper .vote_item:hover {
            border: 2px solid #08e4fd;
            border-radius: 10px;
            position: relative
          }

.module .module_2 .vote .swiper .vote_item:hover .status {
              background-color: #6093fe;
            }

.module .module_2 .vote .swiper .vote_item:hover::after {
              content: '';
              position: absolute;
              bottom: -9px;
              left: 50%;
              -webkit-transform: translateX(-50%);
                      transform: translateX(-50%);
              background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/triangle.png) no-repeat 0 0;
              width: 28px;
              height: 9px;
              background-size: 100% auto;
            }

.module .module_2 .vote .vote_top {
        width: 90%;
        margin: 0 auto;
        height: 55px;
        line-height: 35px;
        border-radius: 10px;
        background-color: #b2afd4;
        position: relative;
        z-index: 222;
        top: 20px;
        margin: -20px auto 0;
        text-align: center
      }

.module .module_2 .vote .vote_top.success {
          background-color: #e6d40a;
        }

.module .module_2 .vote .vote_againt {
        width: 90%;
        margin: 0 auto;
        background-size: cover;
        padding-bottom: 10%;
        position: relative;
        z-index: 223
      }

.module .module_2 .vote .vote_againt::after {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          background-color: #fff;
          top: 0;
          left: 0;
          z-index: 200;
          border-top-right-radius: 8px;
          border-top-left-radius: 8px;
        }

.module .module_2 .vote .vote_againt::before {
          content: '';
          position: absolute;
          bottom: -8px;
          left: 0;
          height: 15px;
          width: 100%;
          background-color: #551ba3;
          border-radius: 10px;
          z-index: 199;
        }

.module .module_2 .vote .vote_againt .vote_padding {
          padding: 4% 4% 3% 4%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          position: relative;
          z-index: 201
        }

.module .module_2 .vote .vote_againt .vote_padding .vote_item .vote_btn {
              width: 85px;
              height: 42px;
              background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/btn_bg.png) no-repeat 0 0;
              background-size: contain;
              position: relative;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
            }

.module .module_2 .vote .vote_againt .vote_padding .vote_item .player1 {
              width: 60%;
              position: absolute;
              right: -28%;
              top: -10px
            }

.module .module_2 .vote .vote_againt .vote_padding .vote_item .player1 .img_wrapper img {
                  -webkit-box-sizing: border-box;
                          box-sizing: border-box;
                  border: 4px solid #3b087f;
                  border-radius: 50%;
                  position: relative;
                  width: 100%;
                }

.module .module_2 .vote .vote_againt .vote_padding .vote_item .player2 {
              width: 60%;
              position: absolute;
              left: -28%;
              top: -10px
            }

.module .module_2 .vote .vote_againt .vote_padding .vote_item .player2 .img_wrapper img {
                  -webkit-box-sizing: border-box;
                          box-sizing: border-box;
                  border: 4px solid #3b087f;
                  border-radius: 50%;
                  position: relative;
                  width: 100%;
                }

.module .module_2 .vote .vote_againt .vote_padding.not_start .vote_btn {
              opacity: 0;
              pointer-events: none;
              cursor: default;
            }

.module .module_2 .vote .vote_againt .vote_padding.not_start .player1 {
              right: -20px
            }

.module .module_2 .vote .vote_againt .vote_padding.not_start .player1 .img_wrapper {
                width: 100%
              }

.module .module_2 .vote .vote_againt .vote_padding.not_start .player1 .img_wrapper img {
                  width: 100%;
                }

.module .module_2 .vote .vote_againt .vote_padding.not_start .player2 {
              left: -20px
            }

.module .module_2 .vote .vote_againt .vote_padding.not_start .player2 .img_wrapper {
                width: 100%
              }

.module .module_2 .vote .vote_againt .vote_padding.not_start .player2 .img_wrapper img {
                  width: 100%;
                }

.module .module_2 .vote .vote_againt .vote_padding.not_start .vs {
              position: relative;
              top: 15px;
            }

.module .module_2 .vote .vote_againt .vote_padding.doing .score, .module .module_2 .vote .vote_againt .vote_padding.end .score, .module .module_2 .vote .vote_againt .vote_padding.resulted .score {
              font-size: 22px;
              position: relative;
              top: 10px;
              font-style: italic;
            }

.module .module_2 .vote .vote_againt .vote_padding.doing .vote_btn .vote_item, .module .module_2 .vote .vote_againt .vote_padding.end .vote_btn .vote_item, .module .module_2 .vote .vote_againt .vote_padding.resulted .vote_btn .vote_item {
                width: 85px;
                height: 42px;
                background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/btn_bg.png) no-repeat 0 0;
                background-size: contain;
                position: relative;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
              }

.module .module_2 .vote .vote_againt .vote_padding.doing .player1, .module .module_2 .vote .vote_againt .vote_padding.end .player1, .module .module_2 .vote .vote_againt .vote_padding.resulted .player1 {
              min-width: 68px;
              position: absolute;
              right: -38%;
              top: -8px
            }

.module .module_2 .vote .vote_againt .vote_padding.doing .player1 .img_wrapper, .module .module_2 .vote .vote_againt .vote_padding.end .player1 .img_wrapper, .module .module_2 .vote .vote_againt .vote_padding.resulted .player1 .img_wrapper {
                width: 100%
              }

.module .module_2 .vote .vote_againt .vote_padding.doing .player1 .img_wrapper img, .module .module_2 .vote .vote_againt .vote_padding.end .player1 .img_wrapper img, .module .module_2 .vote .vote_againt .vote_padding.resulted .player1 .img_wrapper img {
                  border: 4px solid #3b087f;
                  border-radius: 50%;
                  width: 60px;
                  margin: 0 auto;
                }

.module .module_2 .vote .vote_againt .vote_padding.doing .player2, .module .module_2 .vote .vote_againt .vote_padding.end .player2, .module .module_2 .vote .vote_againt .vote_padding.resulted .player2 {
              min-width: 68px;
              position: absolute;
              left: -38%;
              top: -8px
            }

.module .module_2 .vote .vote_againt .vote_padding.doing .player2 .img_wrapper, .module .module_2 .vote .vote_againt .vote_padding.end .player2 .img_wrapper, .module .module_2 .vote .vote_againt .vote_padding.resulted .player2 .img_wrapper {
                text-align: center;
                width: 100%
              }

.module .module_2 .vote .vote_againt .vote_padding.doing .player2 .img_wrapper img, .module .module_2 .vote .vote_againt .vote_padding.end .player2 .img_wrapper img, .module .module_2 .vote .vote_againt .vote_padding.resulted .player2 .img_wrapper img {
                  border: 4px solid #3b087f;
                  border-radius: 50%;
                  width: 60px;
                  margin: 0 auto;
                }

.module .module_2 .vote .vote_againt .vote_padding.resulted,
                    .module .module_2 .vote .vote_againt .vote_padding.end {
            pointer-events: none
          }

.module .module_2 .vote .vote_againt .vote_padding.resulted .vote_btn, .module .module_2 .vote .vote_againt .vote_padding.end .vote_btn {
              opacity: 0;
            }

.module .module_2 .vote .vote_againt .vote_padding.voted {
            pointer-events: none
          }

.module .module_2 .vote .vote_againt .vote_padding.voted .vote_coin {
              text-align: center;
            }

.module .module_2 .vote .vote_againt .vote_padding.voted .vote_coin_left {
              font-size: 12px;
              padding-right: 18px;
            }

.module .module_2 .vote .vote_againt .vote_padding.voted .vote_coin_right {
              font-size: 12px;
              padding-left: 18px;
            }

.module .module_2 .vote .vote_againt .vote_padding.voted .vote_btn {
              opacity: 0;
            }

.module .module_2 .vote .vote_againt .vote_padding.voted .itemVoted {
              opacity: 1;
            }

.module .module_2 .vote .vote_againt .vs {
          zoom: .5;
          position: relative;
          top: 15px;
        }

.module .module_2 .vote .vote_againt.vote_bubble .bubble_vs {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            width: 129px;
            height: 84px;
            background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/vs-bg.png) no-repeat 0 0;
            z-index: 201;
            zoom: 0.4;
          }

.module .module_2 .vote .vote_againt.vote_bubble::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: #fff;
            top: 0;
            left: 0;
            z-index: 200;
          }

.module .module_2 .vote .vote_againt.vote_bubble::before {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 0;
            height: 15px;
            width: 100%;
            background-color: #551ba3;
            border-radius: 10px;
            z-index: 199;
          }

.module .module_2 .vote .vote_againt.vote_bubble .vote_padding {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            width: 100%;
            padding: 30px 0 0 0
          }

.module .module_2 .vote .vote_againt.vote_bubble .vote_padding .vote_item {
              width: 45%;
              margin-bottom: 5px
            }

.module .module_2 .vote .vote_againt.vote_bubble .vote_padding .vote_item .player1 {
                width: 50%;
              }

.module .module_2 .vote .vote_againt.vote_bubble .vote_padding .vote_item .player2 {
                width: 50%;
              }

.module .module_2 .vote .vote_againt.vote_bubble .not_start {
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            padding: 20px 0 0 0
          }

.module .module_2 .vote .vote_againt.vote_bubble .not_start .vote_item .player_bubble {
                width: 50%;
                margin: 0 auto
              }

.module .module_2 .vote .vote_againt.vote_bubble .not_start .vote_item .player_bubble img {
                  width: 90%;
                }

.module .module_2 .vote .vote_againt.vote_bubble .doing .vote_item, .module .module_2 .vote .vote_againt.vote_bubble .end .vote_item, .module .module_2 .vote .vote_againt.vote_bubble .resulted .vote_item {
              margin-bottom: 60px;
              width: 45%;
              position: relative;
              left: -20px
            }

.module .module_2 .vote .vote_againt.vote_bubble .doing .vote_item .vote_txt, .module .module_2 .vote .vote_againt.vote_bubble .end .vote_item .vote_txt, .module .module_2 .vote .vote_againt.vote_bubble .resulted .vote_item .vote_txt {
                color: #3b087f;
              }

.module .module_2 .vote .vote_againt.vote_bubble .doing .vote_item:nth-child(even), .module .module_2 .vote .vote_againt.vote_bubble .end .vote_item:nth-child(even), .module .module_2 .vote .vote_againt.vote_bubble .resulted .vote_item:nth-child(even) {
              left: 20px;
              position: relative
            }

.module .module_2 .vote .vote_againt.vote_bubble .doing .vote_item:nth-child(even) .bubble_item, .module .module_2 .vote .vote_againt.vote_bubble .end .vote_item:nth-child(even) .bubble_item, .module .module_2 .vote .vote_againt.vote_bubble .resulted .vote_item:nth-child(even) .bubble_item {
                right: 0;
                left: -20px;
                top: -20px;
              }

.module .module_2 .vote .vote_againt.vote_bubble .doing .vote_item:nth-child(n+3), .module .module_2 .vote .vote_againt.vote_bubble .end .vote_item:nth-child(n+3), .module .module_2 .vote .vote_againt.vote_bubble .resulted .vote_item:nth-child(n+3) {
              margin-bottom: 10px;
            }

.module .module_2 .vote .vote_againt.vote_bubble .doing.voted, .module .module_2 .vote .vote_againt.vote_bubble .end.voted, .module .module_2 .vote .vote_againt.vote_bubble .resulted.voted {
              pointer-events: none
            }

.module .module_2 .vote .vote_againt.vote_bubble .doing.voted .vote_coin, .module .module_2 .vote .vote_againt.vote_bubble .end.voted .vote_coin, .module .module_2 .vote .vote_againt.vote_bubble .resulted.voted .vote_coin {
                text-align: center;
              }

.module .module_2 .vote .vote_againt.vote_bubble .doing.voted .vote_coin_left, .module .module_2 .vote .vote_againt.vote_bubble .end.voted .vote_coin_left, .module .module_2 .vote .vote_againt.vote_bubble .resulted.voted .vote_coin_left {
                padding-right: 15px;
              }

.module .module_2 .vote .vote_againt.vote_bubble .doing.voted .vote_coin_right, .module .module_2 .vote .vote_againt.vote_bubble .end.voted .vote_coin_right, .module .module_2 .vote .vote_againt.vote_bubble .resulted.voted .vote_coin_right {
                padding-left: 15px;
              }

.module .module_2 .vote .vote_againt.vote_bubble .doing.voted .vote_btn, .module .module_2 .vote .vote_againt.vote_bubble .end.voted .vote_btn, .module .module_2 .vote .vote_againt.vote_bubble .resulted.voted .vote_btn {
                opacity: 0;
              }

.module .module_2 .vote .vote_againt.vote_bubble .doing.voted .itemVoted, .module .module_2 .vote .vote_againt.vote_bubble .end.voted .itemVoted, .module .module_2 .vote .vote_againt.vote_bubble .resulted.voted .itemVoted {
                opacity: 1;
              }

.module .module_2 .vote .vote_againt.vote_bubble .doing .bubble_item, .module .module_2 .vote .vote_againt.vote_bubble .end .bubble_item, .module .module_2 .vote .vote_againt.vote_bubble .resulted .bubble_item {
              width: 45%;
              position: absolute;
              right: -20px;
              top: -20px
            }

.module .module_2 .vote .vote_againt.vote_bubble .doing .bubble_item .img_wrapper img, .module .module_2 .vote .vote_againt.vote_bubble .end .bubble_item .img_wrapper img, .module .module_2 .vote .vote_againt.vote_bubble .resulted .bubble_item .img_wrapper img {
                  border: 4px solid #3b087f;
                  border-radius: 50%;
                  width: 100%;
                }

.module .module_2 .vote .vote_againt.vote_bubble .doing .bubble_item .player_bubble_name, .module .module_2 .vote .vote_againt.vote_bubble .end .bubble_item .player_bubble_name, .module .module_2 .vote .vote_againt.vote_bubble .resulted .bubble_item .player_bubble_name {
                text-align: center;
              }

.module .module_2 .vote .vote_againt.vote_bubble .resulted {
            pointer-events: none;
          }

.module .module_2 .vote .vote_againt .vote_name {
          text-align: center;
          width:100%;
          min-width: 68px;
          position: relative
        }

.module .module_2 .vote .vote_againt .vote_name img {
            width: 20px !important;
            height: 20px;
            margin-right: 5px;
            position: absolute;
            left: -20px;
            top: 0px;
          }

.module .module_2 .vote .vote_time {
        padding: 4% 0 3% 0;
        text-align: center;
        color: #fff;
      }

.module .module_2 .exchange {
      padding-top: 125%;
      background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/exchange_bg.png) no-repeat 0 0;
      background-size: contain;
      position: relative
    }

.module .module_2 .exchange .exchange_border {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 20%;
        z-index: 1111;
      }

.module .module_2 .exchange .exchange_list {
        margin: 0 auto;
        width: 88%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap
      }

.module .module_2 .exchange .exchange_list .exchange_item {
          width: 30%;
          padding-top: 33%;
          margin-bottom: 3.3%;
          background-color: #fff;
          border-radius: 8px;
          text-align: center;
          position: relative;
          overflow: hidden
        }

.module .module_2 .exchange .exchange_list .exchange_item.overLimit {
            pointer-events: none
          }

.module .module_2 .exchange .exchange_list .exchange_item.overLimit::before {
              content: '';
              height: 100%;
              width: 100%;
              position: absolute;
              background-color: rgba(255, 255, 255, .8);
              left: 0;
              top: 0;
              z-index: 2;
            }

.module .module_2 .exchange .exchange_list .exchange_item.overLimit::after {
              content: '';
              width: 123px;
              height: 105px;
              background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/no_exchange_logo.png) no-repeat center center;
              position: absolute;
              left: 50%;
              top: 50%;
              -webkit-transform: translate(-50%, -50%);
                      transform: translate(-50%, -50%);
              z-index: 3;
              background-size: 80% 80%;
            }

.module .module_2 .exchange .exchange_list .exchange_item.overLimit.bnet_wait::after, .module .module_2 .exchange .exchange_list .exchange_item.overLimit.real::after {
                background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/no_exchange.png) no-repeat center center;
                background-size: 80% 80%;
              }

.module .module_2 .exchange .exchange_list .exchange_item.overStock {
            pointer-events: none
          }

.module .module_2 .exchange .exchange_list .exchange_item.overStock .item_gold {
              background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/overstock.png) no-repeat 0 0;
            }

.module .module_2 .exchange .exchange_list .exchange_item.overStock .color_3b087f {
              font-weight: bold;
              text-indent: 20px;
            }

.module .module_2 .exchange .exchange_list .exchange_item.active,
                    .module .module_2 .exchange .exchange_list .exchange_item:hover {
            outline: 3px solid #08e4fd;
          }

.module .module_2 .exchange .exchange_list .exchange_item .item_img {
            position: absolute;
            width: 50%;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%)
          }

.module .module_2 .exchange .exchange_list .exchange_item .item_img img {
              width: 100%;
            }

.module .module_2 .exchange .exchange_list .exchange_item .item_img.img_2,
                        .module .module_2 .exchange .exchange_list .exchange_item .item_img.img_3 {
              margin-top: 8px;
            }

.module .module_2 .exchange .exchange_list .exchange_item .item_img.img_8 {
              width: 85%;
            }

.module .module_2 .exchange .exchange_list .exchange_item .item_name {
            position: absolute;
            top: 5%;
            width: 100%;
            text-align: center;
          }

.module .module_2 .exchange .exchange_list .exchange_item .item_gold {
            position: absolute;
            bottom: 0;
            right: 0px;
            width: 100px;
            height: 25px;
            background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/exchange_gold_bg.png) no-repeat 0 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center
          }

.module .module_2 .exchange .exchange_list .exchange_item .item_gold.long {
              width: 100px;
            }

.module .module_2 .exchange .exchange_list .exchange_item .item_gold img {
              width: 22px;
              height: 19px;
              margin-right: 5px;
              margin-left: 20px;
            }

.module .good_for_you {
    display: none;
  }

.rule {
  width: 90%;
  margin: 10.4% auto 0;
  padding-bottom: 4%
}

.rule .rule_title {
    padding-top: 4%;
    background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/rule_title.png) no-repeat 0 0;
    background-size: 100% auto;
  }

.rule .rule_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
  }

.rule .rule_list .rule_item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      color: #fff;
      margin-top: 25px
    }

.rule .rule_list .rule_item span:first-child {
        margin-right: 3px;
      }

.partner {
  width: 90%;
  margin: 10.4% auto 0
}

.partner .partner_title {
    padding-top: 4%;
    background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/partner_title.png) no-repeat 0 0;
    background-size: 100% auto;
  }

.pop_box {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  border: 4px solid #2ca8f7;
  z-index: 99
}

.pop_box .close_btn {
    position: absolute;
    background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/close.png) no-repeat 0 0;
    width: 54px;
    height: 48px;
    right: 0px;
    top: -54px;
    cursor: pointer;
  }

.pop_box .pop_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

.pop_box .pop_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }

.pop_box .pop_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
  }

.pop_box .pop_bottom .btn {
      width: 132px;
      height: 52px;
      line-height: 52px;
      text-align: center;
      cursor: pointer;
    }

.pop_box .pop_bottom .cancel {
      background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/cancel_btn.png) no-repeat 0 0;
      margin-right: 5px
    }

.pop_box .pop_bottom .cancel:hover {
        -webkit-filter: brightness(110%);
                filter: brightness(110%);
      }

.pop_box .pop_bottom .submit {
      background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/submit_btn.png) no-repeat 0 0;
      margin-left: 5px
    }

.pop_box .pop_bottom .submit:hover {
        -webkit-filter: brightness(110%);
                filter: brightness(110%);
      }

.pop_box .pop_msg {
    padding: 30px 40px
  }

.pop_box .pop_msg .p_header {
      height: 40px;
      border-top: 2px solid #3b087f;
      text-align: center;
    }

.pop_box .pop_msg .p_content {
      width: 100%;
      border-bottom: 2px solid #3b087f;
    }

.pop_box .exchange_pop .p_header {
      background-color: #ebe6f2;
      border-bottom: 2px solid #ab9ebd;
      margin-top: 30px;
    }

.pop_box .exchange_pop .date {
      width: 80px;
      text-align: center;
    }

.pop_box .exchange_pop .custom {
      width: 130px;
      text-align: center;
    }

.pop_box .exchange_pop .status {
      width: 80px;
      text-align: center;
    }

.pop_box .exchange_pop .content_item {
      padding: 20px 0;
    }

.pop_box .exchange_pop .no-data {
      text-align: center;
      padding: 10px 0;
    }

.pop_box .exchange_pop .scroll {
      min-height: 30px;
      max-height: 300px;
    }

.pop_box .address_pop .p_header {
      margin-top: 20px;
      height: 50px;
      line-height: 50px;
    }

.pop_box .address_pop .p_content {
      padding: 0 10px 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box
    }

.pop_box .address_pop .p_content .input_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 15px;
      }

.pop_box .address_pop .p_content input {
        margin-left: 25px;
        border: 1px solid #07c0d6;
        background-color: #e6f4ff;
        border-radius: 4px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        height: 50px;
        line-height: 50px;
        outline: none;
      }

.pop_box .address_pop .pop_bottom {
      margin-top: 25px;
    }

.pop_box .vetical_pop {
    min-width: 240px;
    padding: 65px 40px
  }

.pop_box .vetical_pop .p_content {
      margin-bottom: 25px;
      padding-top: 25px;
    }

.pop_box .common_pop .pop_logo {
      text-align: center;
    }

.pop_box .common_pop .p_content {
      text-align: center;
      margin-bottom: 20px;
      padding-top: 20px;
      border: none;
    }

.pop_box .vote_pop .p_content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 25px 0;
      border-top: 2px solid #3b087f;
      border-bottom: 2px solid #3b087f;
      margin: 20px 0 25px 0
    }

.pop_box .vote_pop .p_content .vote_numer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 250px;
        width: 100%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between
      }

.pop_box .vote_pop .p_content .vote_numer .vote_item {
          cursor: pointer;
          width: 52px;
          height: 54px;
          line-height: 54px;
          text-align: center;
          background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/vote_btn.png) no-repeat 0 0
        }

.pop_box .vote_pop .p_content .vote_numer .vote_item:hover {
            -webkit-filter: brightness(110%);
                    filter: brightness(110%);
          }

.pop_box .vote_pop .p_content .vote_numer .vote_input {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          border: 1px solid #07c0d6;
          background-color: #e6f4ff;
          color: #8ba9c1;
          border-radius: 4px;
          margin: 0 10px
        }

.pop_box .vote_pop .p_content .vote_numer .vote_input input {
            width: 100%;
            height: 100%;
            line-height: 54px;
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            outline: none;
          }

.pop_box .vote_pop .p_content .flex {
        margin: 5px 0;
        width: 240px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
      }

.pop_box .vote_pop .p_content .grey_txt {
        font-size: 18px;
      }

.pop_box .vote_pop .p_content .grey_line {
        width: 100px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        height: 2px;
        background-color: #8ba9c1;
      }

.share .pop_box {
    background-color: transparent;
    border: none
  }

.share .pop_box .close_btn {
      display: none;
    }

.share .pop_box .share_bottom {
      background-image: none;
      font-size: 18px;
      border: 2px solid #08e4fd;
      color: #08e4fd;
      font-weight: bold;
      width: 120px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      margin: 35px auto;
      border-radius: 6px;
    }

.show_for_m {
  display: block !important;
}

.show_for_pc {
  display: none !important;
}

@media screen and (min-width : 768px) {
  .minisite {
    width: 192px;
    height: 63px;
    background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/minisite.png) no-repeat 0 0;
    position: absolute;
    top: 80px;
    right: 0;
    cursor: pointer;
    z-index: 1111
  }
    .minisite:hover {
      background-position: 0 -72px;
    }

  .show_for_m {
    display: none !important;
  }

  .show_for_pc {
    display: block !important;
  }

  .f_16 {
    font-size: 16px;
  }

  .f_18 {
    font-size: 18px;
  }

  .f_24 {
    font-size: 24px;
  }

  .f_20 {
    font-size: 20px;
  }

  .f_32 {
    font-size: 32px;
  }

  .f_36 {
    font-size: 36px;
  }

  .f_44 {
    font-size: 36px;
  }

  .f_48 {
    font-size: 48px;
    font-style: italic;
    text-indent: -15px;
  }

  .f_style {
    font-style: italic;
  }

  .show_index {
    position: relative;
    z-index: 2;
  }

  .content {
    background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/pc-bg.jpg) no-repeat center 0 #1c0841;
  }

  .slogan {
    background-image: none
  }
    .slogan .slogan_txt {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-top: 650px;
    }
    .slogan .slogan_info {
      width: 590px;
      margin: 0 auto;
      padding-top: 22px;
      padding-bottom: 46px
    }
      .slogan .slogan_info .go_detail {
        width: 60px;
        height: 30px;
      }
      .slogan .slogan_info .login_info {
        position: relative;
        top: -4px;
        left: 15px;
        zoom: 1;
        cursor: pointer;
      }

  .module {
    width: 1260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 auto;
    background-image: none;
    position: relative
  }
    .module .good_for_you {
      display: block;
      width: 578px;
      height: 483px;
      position: absolute;
      bottom: -100px;
      left: 0%;
      background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/good_for_you.png) no-repeat 0 0;
    }
    .module .module_1 {
      margin-right: 50px
    }
      .module .module_1 .module_txt {
        padding-top: 100px;
        padding-bottom: 25px;
        position: relative;
        z-index: 1;
      }
      .module .module_1 .task {
        padding: 0;
        width: 601px;
        height: 1222px;
        background: no-repeat;
        position: relative
      }
        .module .module_1 .task .task_item {
          width: 535px;
          margin: 0 auto 16px;
          height: 150px;
          position: relative;
          z-index: 3;
          padding-left: 30px
        }
          .module .module_1 .task .task_item .task_left {
            padding: 3.5% 2% 2% 2%
          }
            .module .module_1 .task .task_item .task_left .task_title {
              font-size: 20px
            }
              .module .module_1 .task .task_item .task_left .task_title img {
                width: 75px;
              }
                .module .module_1 .task .task_item .task_left .task_reward .task_txt .reward {
                  font-size: 16px;
                }
                .module .module_1 .task .task_item .task_left .task_reward .task_txt .reward+.reward {
                  margin-top: 10px;
                }
                .module .module_1 .task .task_item .task_left .task_reward .task_txt .task_status {
                  color: #fff;
                  background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/reward_grey.jpg) no-repeat 0 0;
                  width: 72px;
                  height: 30px;
                  line-height: 30px;
                  text-align: center;
                  margin-left: 10px;
                  position: relative;
                  z-index: 100
                }
                  .module .module_1 .task .task_item .task_left .task_reward .task_txt .task_status.done {
                    background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/reward_active.jpg) no-repeat 0 0;
                    height: 31px;
                    cursor: pointer
                  }
                    .module .module_1 .task .task_item .task_left .task_reward .task_txt .task_status.done:hover {
                      -webkit-filter: brightness(110%);
                              filter: brightness(110%);
                    }
              .module .module_1 .task .task_item .task_left .task_reward img {
                width: 30px;
                height: 28px;
              }
          .module .module_1 .task .task_item .task_middle {
            width: 160px;
            padding: 0px
          }
            .module .module_1 .task .task_item .task_middle .no_time {
              width: 80%;
              height: 80%;
            }
            .module .module_1 .task .task_item .task_middle .task_account {
              margin-bottom: 10px;
            }
            .module .module_1 .task .task_item .task_middle .complete {
              width: 123px;
              height: 105px;
              background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/no-task.png) no-repeat center center;
              zoom: 1
            }
              .module .module_1 .task .task_item .task_middle .complete.today {
                background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/complete_today.png) no-repeat center center;
              }
              .module .module_1 .task .task_item .task_middle .complete.done {
                background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/complete.png) no-repeat center center;
              }
            .module .module_1 .task .task_item .task_middle .task_detail {
              width: 105px;
              height: 52px;
              font-size: 18px;
              line-height: 52px;
              background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/btn_bg_pc.png) no-repeat 0 0;
              cursor: pointer
            }
              .module .module_1 .task .task_item .task_middle .task_detail .btn {
                width: 100px;
              }
        .module .module_1 .task::before {
          content: '';
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/task_bg_pc.png) no-repeat;
          z-index: 1;
        }
        .module .module_1 .task::after {
          content: '';
          width: 309px;
          height: 450px;
          position: absolute;
          bottom: 0;
          left: -40px;
          background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/task_left.png) no-repeat;
        }
    .module .module_2 {
      width: 50%
    }
      .module .module_2 .module_txt {
        color: #fff;
        padding-top: 136px;
      }
      .module .module_2 .vote {
        padding: 0;
        width: 601px;
        height: 729px;
        position: relative;
        background: none
      }
        .module .module_2 .vote .vote_wrapper {
          top: 175px
        }
          .module .module_2 .vote .vote_wrapper .vote_btn {
            color: #3b087f;
          }
        .module .module_2 .vote.bubble {
          height: 888px;
          padding: 0;
          background: none
        }
          .module .module_2 .vote.bubble .vote_wrapper {
            top: 175px;
          }
          .module .module_2 .vote.bubble::before {
            background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/vote_bg_pc_2.png) no-repeat 0 0;
          }
        .module .module_2 .vote .vote_content {
          position: relative;
          margin-top: 40px;
          padding: 0 8px
        }
          .module .module_2 .vote .vote_content .swiper {
            width: 90%;
            margin: 0 50px;
            overflow: hidden;
            padding-bottom: 9px;
          }
          .module .module_2 .vote .vote_content .vote_spirte {
            background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/swiper-sprite.png) no-repeat;
          }
          .module .module_2 .vote .vote_content .vote_left {
            position: absolute;
            left: 6px;
            top: -20px;
            width: 43px;
            height: 183px;
            background-position: 0 0px;
            z-index: 2;
          }
          .module .module_2 .vote .vote_content .vote_left:hover {
            background-position: 0 -188px;
          }
          .module .module_2 .vote .vote_content .vote_right {
            position: absolute;
            right: 6px;
            top: -20px;
            width: 43px;
            height: 183px;
            background-position: -345px 0;
            z-index: 2;
          }
          .module .module_2 .vote .vote_content .vote_right:hover {
            background-position: -345px -189px;
          }
        .module .module_2 .vote .vote_list {
          margin: 0 auto;
          width: 80%;
          overflow: hidden;
        }
        .module .module_2 .vote::before {
          content: '';
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/vote_bg_pc.png) no-repeat 0 0;
          z-index: 1;
        }
        .module .module_2 .vote::after {
          content: '';
          width: 309px;
          height: 450px;
          position: absolute;
          top: -10px;
          right: -100px;
          background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/vote_right.png) no-repeat 0 0;
        }
        .module .module_2 .vote .vote_list {
          padding-top: 25px;
        }
        .module .module_2 .vote .vote_top {
          width: 533px;
          height: 55px;
          line-height: 35px;
          border-radius: 10px;
          background-color: #b2afd4;
          position: relative;
          z-index: 222;
          top: 20px;
          margin: -20px auto 0;
          text-align: center
        }
          .module .module_2 .vote .vote_top.success {
            background-color: #e6d40a;
          }
        .module .module_2 .vote .vote_againt {
          width: 533px;
          height: 170px;
          padding-bottom: 0%;
          position: relative;
          z-index: 223
        }
          .module .module_2 .vote .vote_againt::before {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 0;
            height: 15px;
            width: 100%;
            background-color: #551ba3;
            border-radius: 10px;
            z-index: 199;
          }
          .module .module_2 .vote .vote_againt .vs {
            zoom: 1;
            top: 20px;
            position: relative;
          }
          .module .module_2 .vote .vote_againt .vote_padding {
            padding: 30px 20px 0 20px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
          }
            .module .module_2 .vote .vote_againt .vote_padding .vote_item {
              position: relative
            }
              .module .module_2 .vote .vote_againt .vote_padding .vote_item .vote_btn {
                width: 119px;
                height: 77px;
                background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/vote_btn_pc.png) no-repeat 0 0;
                cursor: pointer;
              }
              .module .module_2 .vote .vote_againt .vote_padding .vote_item .player1 {
                position: absolute;
                right: -40px;
                top: -8px
              }
                  .module .module_2 .vote .vote_againt .vote_padding .vote_item .player1 .img_wrapper img {
                    border: 4px solid #3b087f;
                    border-radius: 50%;
                    width: 100%;
                  }
              .module .module_2 .vote .vote_againt .vote_padding .vote_item .player2 {
                position: absolute;
                left: -50px;
                top: -8px
              }
                  .module .module_2 .vote .vote_againt .vote_padding .vote_item .player2 .img_wrapper img {
                    border: 4px solid #3b087f;
                    border-radius: 50%;
                    width: 100%;
                  }
              .module .module_2 .vote .vote_againt .vote_padding .vote_item .vote_name {
                margin-top: 5px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                -ms-flex-pack: distribute;
                    justify-content: space-around;
                line-height: 1;
                min-width:88px;
                width:88px;
                position: relative
              }
                .module .module_2 .vote .vote_againt .vote_padding .vote_item .vote_name img {
                  width: 20px;
                  height: 20px;
                  position: absolute;
                  top: -1px;
                  left: -18px;
                }
              .module .module_2 .vote .vote_againt .vote_padding.not_start .vote_btn {
                opacity: 0;
                pointer-events: none;
              }
              .module .module_2 .vote .vote_againt .vote_padding.not_start .vote_item {
                cursor: default;
              }
                .module .module_2 .vote .vote_againt .vote_padding.not_start .player1 img {
                  position: relative;
                  top: 0px;
                }
              .module .module_2 .vote .vote_againt .vote_padding.not_start .vs {
                top: 20px;
              }
                .module .module_2 .vote .vote_againt .vote_padding.not_start .player2 img {
                  position: relative;
                  top: 0px;
                }
            .module .module_2 .vote .vote_againt .vote_padding.end,
                        .module .module_2 .vote .vote_againt .vote_padding.resulted {
              pointer-events: none
            }
              .module .module_2 .vote .vote_againt .vote_padding.end .score, .module .module_2 .vote .vote_againt .vote_padding.resulted .score {
                position: relative;
                left: 0px;
                top: 10px;
                font-size: 40px;
              }
            .module .module_2 .vote .vote_againt .vote_padding.voted {
              pointer-events: none
            }
              .module .module_2 .vote .vote_againt .vote_padding.voted .vote_coin_left {
                font-size: 16px;
                padding-right: 25px;
              }
              .module .module_2 .vote .vote_againt .vote_padding.voted .vote_coin_right {
                font-size: 16px;
                padding-left: 25px;
              }
          .module .module_2 .vote .vote_againt.vote_bubble {
            background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/bubble_vote_bg.png) no-repeat;
            height: 316px
          }
            .module .module_2 .vote .vote_againt.vote_bubble .bubble_vs {
              zoom: 1 !important;
              top: 45% !important;
            }
            .module .module_2 .vote .vote_againt.vote_bubble .vote_padding {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
              width: 100%;
              padding: 30px 0 0 0
            }
              .module .module_2 .vote .vote_againt.vote_bubble .vote_padding .vote_item {
                width: 45%;
                margin-bottom: 10px
              }
                .module .module_2 .vote .vote_againt.vote_bubble .vote_padding .vote_item .player1 {
                  width: 50%;
                }
                .module .module_2 .vote .vote_againt.vote_bubble .vote_padding .vote_item .player2 {
                  width: 50%;
                }
            .module .module_2 .vote .vote_againt.vote_bubble .not_start {
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
            }
              .module .module_2 .vote .vote_againt.vote_bubble .doing .vote_item, .module .module_2 .vote .vote_againt.vote_bubble .end .vote_item, .module .module_2 .vote .vote_againt.vote_bubble .resulted .vote_item {
                margin-bottom: 70px;
                width: 45%;
                position: relative;
                left: -35px
              }
                .module .module_2 .vote .vote_againt.vote_bubble .doing .vote_item .vote_txt, .module .module_2 .vote .vote_againt.vote_bubble .end .vote_item .vote_txt, .module .module_2 .vote .vote_againt.vote_bubble .resulted .vote_item .vote_txt {
                  color: #3b087f;
                }
              .module .module_2 .vote .vote_againt.vote_bubble .doing .vote_item:nth-child(even), .module .module_2 .vote .vote_againt.vote_bubble .end .vote_item:nth-child(even), .module .module_2 .vote .vote_againt.vote_bubble .resulted .vote_item:nth-child(even) {
                left: 35px;
                position: relative
              }
                .module .module_2 .vote .vote_againt.vote_bubble .doing .vote_item:nth-child(even) .bubble_item, .module .module_2 .vote .vote_againt.vote_bubble .end .vote_item:nth-child(even) .bubble_item, .module .module_2 .vote .vote_againt.vote_bubble .resulted .vote_item:nth-child(even) .bubble_item {
                  right: 0;
                  left: -10px;
                  top: -10px;
                }
                .module .module_2 .vote .vote_againt.vote_bubble .doing.voted .vote_coin, .module .module_2 .vote .vote_againt.vote_bubble .end.voted .vote_coin, .module .module_2 .vote .vote_againt.vote_bubble .resulted.voted .vote_coin {
                  text-align: center;
                }
                .module .module_2 .vote .vote_againt.vote_bubble .doing.voted .vote_btn, .module .module_2 .vote .vote_againt.vote_bubble .end.voted .vote_btn, .module .module_2 .vote .vote_againt.vote_bubble .resulted.voted .vote_btn {
                  opacity: 0;
                }
                .module .module_2 .vote .vote_againt.vote_bubble .doing.voted .itemVoted, .module .module_2 .vote .vote_againt.vote_bubble .end.voted .itemVoted, .module .module_2 .vote .vote_againt.vote_bubble .resulted.voted .itemVoted {
                  opacity: 1;
                }
              .module .module_2 .vote .vote_againt.vote_bubble .doing .bubble_item, .module .module_2 .vote .vote_againt.vote_bubble .end .bubble_item, .module .module_2 .vote .vote_againt.vote_bubble .resulted .bubble_item {
                width: 45%;
                position: absolute;
                right: -20px;
                top: -10px
              }
                .module .module_2 .vote .vote_againt.vote_bubble .doing .bubble_item .img_wrapper, .module .module_2 .vote .vote_againt.vote_bubble .end .bubble_item .img_wrapper, .module .module_2 .vote .vote_againt.vote_bubble .resulted .bubble_item .img_wrapper {
                  width: 88px
                }
                  .module .module_2 .vote .vote_againt.vote_bubble .doing .bubble_item .img_wrapper img, .module .module_2 .vote .vote_againt.vote_bubble .end .bubble_item .img_wrapper img, .module .module_2 .vote .vote_againt.vote_bubble .resulted .bubble_item .img_wrapper img {
                    border: 4px solid #3b087f;
                    border-radius: 50%;
                    width: 100%;
                  }
                .module .module_2 .vote .vote_againt.vote_bubble .doing .bubble_item .player_bubble_name, .module .module_2 .vote .vote_againt.vote_bubble .end .bubble_item .player_bubble_name, .module .module_2 .vote .vote_againt.vote_bubble .resulted .bubble_item .player_bubble_name {
                  text-align: center;
                }
      .module .module_2 .exchange {
        margin-top: 25px;
        padding: 0;
        width: 601px;
        height: 891px;
        position: relative;
        background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/exchange_bg_pc.png) no-repeat 0 0
      }
        .module .module_2 .exchange .exchange_border {
          top: 0;
        }
        .module .module_2 .exchange .module_txt {
          color: #fff;
          padding-top: 136px;
          text-indent: 70px;
          padding-bottom: 45px;
        }
        .module .module_2 .exchange .exchange_list {
          width: 555px
        }
          .module .module_2 .exchange .exchange_list .exchange_item {
            width: 165px;
            height: 190px;
            margin: 0 10px 20px;
            font-size: 16px;
            position: relative;
            overflow: hidden;
            cursor: pointer;
            padding: 0
          }
              .module .module_2 .exchange .exchange_list .exchange_item.overLimit::after {
                background-size: 100% 100%;
              }
                .module .module_2 .exchange .exchange_list .exchange_item.overLimit.bnet_wait::after, .module .module_2 .exchange .exchange_list .exchange_item.overLimit.real::after {
                  background-size: 100% 100%;
                }
            .module .module_2 .exchange .exchange_list .exchange_item.active {
              outline: 3px solid #08e4fd;
            }
            .module .module_2 .exchange .exchange_list .exchange_item .item_img {
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
                      transform: translate(-50%, -50%);
            }
            .module .module_2 .exchange .exchange_list .exchange_item .item_gold {
              position: absolute;
              bottom: 0;
              right: 0px;
              width: 120px;
              height: 40px;
              background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/exchange_gold_bg.png) no-repeat 0 0;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center
            }
              .module .module_2 .exchange .exchange_list .exchange_item .item_gold.long {
                width: 150px;
              }
              .module .module_2 .exchange .exchange_list .exchange_item .item_gold img {
                width: 30px;
                height: 28px;
                margin-right: 5px;
              }

  .rule {
    width: 1254px;
    margin: 7% auto 0;
    padding-bottom: 2%
  }
    .rule .rule_title {
      padding: 0;
      width: 1254px;
      height: 24px;
      background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/rule_title_pc.png) no-repeat 0 0;
    }
    .rule .rule_list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column
    }
      .rule .rule_list .rule_item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        color: #fff;
        margin-top: 25px
      }
        .rule .rule_list .rule_item span:first-child {
          margin-right: 3px;
        }

  .pop_box {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #fff;
    border: 4px solid #2ca8f7;
    z-index: 99
  }
    .pop_box .close_btn {
      position: absolute;
      background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/close.png) no-repeat 0 0;
      width: 54px;
      height: 48px;
      right: -75px;
      top: 0px;
      cursor: pointer;
    }
    .pop_box .pop_flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    .pop_box .pop_title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .pop_box .pop_bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center
    }
      .pop_box .pop_bottom .btn {
        width: 132px;
        height: 52px;
        line-height: 48px;
        text-align: center;
        cursor: pointer;
      }
      .pop_box .pop_bottom .cancel {
        background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/cancel_btn.png) no-repeat 0 0;
        margin-right: 5px;
      }
      .pop_box .pop_bottom .submit {
        background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/submit_btn.png) no-repeat 0 0;
        margin-left: 5px;
      }
    .pop_box .pop_msg {
      padding: 30px 40px
    }
      .pop_box .pop_msg .p_header {
        height: 40px;
        border-top: 2px solid #3b087f;
        text-align: center;
      }
      .pop_box .pop_msg .p_content {
        width: 500px;
        border-bottom: 2px solid #3b087f;
      }
      .pop_box .exchange_pop .p_header {
        background-color: #ebe6f2;
        border-bottom: 2px solid #ab9ebd;
        margin-top: 30px;
      }
      .pop_box .exchange_pop .date {
        width: 80px;
        text-align: center;
      }
      .pop_box .exchange_pop .custom {
        width: 130px;
        text-align: center;
      }
      .pop_box .exchange_pop .status {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        text-align: center;
      }
      .pop_box .exchange_pop .scroll {
        min-height: 30px;
        max-height: 300px;
      }
        .pop_box .exchange_pop .p_content .exchange_list {
          padding: 20px 0 0 0;
        }
        .pop_box .exchange_pop .p_content .content_item {
          padding: 0px 0 20px 0;
        }
        .pop_box .exchange_pop .p_content .no-data {
          height: 180px;
          line-height: 180px;
          text-align: center;
        }
      .pop_box .address_pop .p_header {
        margin-top: 20px;
        height: 50px;
        line-height: 50px;
      }
      .pop_box .address_pop .p_content {
        padding: 0 10px 10px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box
      }
        .pop_box .address_pop .p_content .input_wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-bottom: 15px;
        }
        .pop_box .address_pop .p_content input {
          margin-left: 25px;
          border: 1px solid #07c0d6;
          background-color: #e6f4ff;
          border-radius: 4px;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          height: 50px;
          line-height: 50px;
          outline: none;
          padding-left: 20px
        }
          .pop_box .address_pop .p_content input.error {
            border: 1px solid red;
          }
      .pop_box .address_pop .pop_bottom {
        margin-top: 25px;
      }
    .pop_box .vetical_pop {
      padding: 65px 40px
    }
      .pop_box .vetical_pop .p_content {
        margin-bottom: 25px;
        padding-top: 25px;
      }
      .pop_box .common_pop .pop_logo {
        text-align: center;
      }
      .pop_box .common_pop .p_content {
        text-align: center;
        margin-bottom: 20px;
        padding-top: 20px;
        border: none;
      }
      .pop_box .vote_pop .p_content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 25px 0;
        border-top: 2px solid #3b087f;
        border-bottom: 2px solid #3b087f;
        margin: 20px 0 25px 0
      }
        .pop_box .vote_pop .p_content .vote_numer {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          max-width: 250px;
          width: 100%;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between
        }
          .pop_box .vote_pop .p_content .vote_numer .vote_item {
            cursor: pointer;
            width: 52px;
            height: 54px;
            line-height: 54px;
            text-align: center;
            background: url(https://blz.nosdn.127.net/1/tm/hearthstone/minisite/hgi/activity/vote_btn.png) no-repeat 0 0;
          }
          .pop_box .vote_pop .p_content .vote_numer .vote_input {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            border: 1px solid #07c0d6;
            background-color: #e6f4ff;
            color: #8ba9c1;
            border-radius: 4px;
            margin: 0 10px
          }
            .pop_box .vote_pop .p_content .vote_numer .vote_input input {
              width: 100%;
              height: 100%;
              line-height: 54px;
              font-size: 16px;
              font-weight: bold;
              text-align: center;
              outline: none;
            }
        .pop_box .vote_pop .p_content .flex {
          margin: 5px 0;
          width: 240px;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
        }
        .pop_box .vote_pop .p_content .grey_txt {
          font-size: 18px;
        }
        .pop_box .vote_pop .p_content .grey_line {
          width: 100px;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          height: 2px;
          background-color: #8ba9c1;
        }
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #a08fb7;
}

.mCSB_scrollTools .mCSB_dragger {
  background-color: #3b087f;
}

.mCustomScrollBox>.mCSB_scrollTools {
  width: 8px;
}

.mCustomScrollBox {
  overflow-y: hidden !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.bindnow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hidedouyu .douyu {
  display: none;
}

.hidehuya .huya {
  display: none;
}

.bind {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login_out {
  margin-left: 5px;
}

.warning {
  color: red;
  margin-bottom: 25px;
  text-align: center;
}