@import url("http://fonts.googleapis.com/css?family=Open+Sans");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*, body {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Microsoft JhengHei;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.blockline {
  height: 2px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE2MmQ2NCIvPjxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjMDk3NmFjIi8+PHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiMyNmExZTYiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzYzOTJmMCIvPjxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjYTA4MWY4Ii8+PHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiM4MzVhYzIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNjJkNjQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -moz-linear-gradient(0deg, #162d64, #0976ac 20%, #26a1e6 40%, #6392f0 50%, #a081f8 60%, #835ac2 80%, #162d64 100%);
  background-image: -webkit-linear-gradient(0deg, #162d64, #0976ac 20%, #26a1e6 40%, #6392f0 50%, #a081f8 60%, #835ac2 80%, #162d64 100%);
  background-image: linear-gradient(90deg, #162d64, #0976ac 20%, #26a1e6 40%, #6392f0 50%, #a081f8 60%, #835ac2 80%, #162d64 100%);
}

#navbar {
  font-size: 0;
  text-align: center;
  padding-top: 47px;
}
#navbar .btn_home {
  display: inline-block;
  margin-right: 4px;
  vertical-align: top;
  width: 95px;
  height: 50px;
  cursor: pointer;
  background: #fff url(../images/btn_home.png) center center no-repeat;
  border: 3px solid #000;
}
#navbar .btn_home:hover {
  background: #fff url(../images/btn_home_hover.png) center center no-repeat;
  -moz-box-shadow: 0 5px 0 0 #000;
  -webkit-box-shadow: 0 5px 0 0 #000;
  box-shadow: 0 5px 0 0 #000;
}
#navbar .btn_noneopen {
  display: inline-block;
  margin-right: 4px;
  width: 226px;
  height: 50px;
  text-align: center;
  vertical-align: top;
  font-size: 16px;
  font-weight: 900;
  border: 3px solid #000;
  background: #fff;
  cursor: pointer;
  line-height: 45px;
}
#navbar .btn_noneopen .text {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}
#navbar .btn_noneopen span {
  display: none;
}
#navbar .btn_noneopen:hover {
  background: #c0c0c0;
  -moz-box-shadow: 0 5px 0 0 #000;
  -webkit-box-shadow: 0 5px 0 0 #000;
  box-shadow: 0 5px 0 0 #000;
}
#navbar .btn_noneopen:hover .text {
  display: none;
}
#navbar .btn_noneopen:hover span {
  display: inline;
}
#navbar .btn {
  display: inline-block;
  margin-right: 4px;
  width: 226px;
  height: 50px;
  text-align: center;
  vertical-align: top;
  font-size: 16px;
  font-weight: 900;
  border: 3px solid #000;
  background: #fff;
  cursor: pointer;
  line-height: 45px;
}
#navbar .btn .text {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}
#navbar .btn span {
  display: none;
}
#navbar .btn:hover {
  color: #0092ef;
  -moz-box-shadow: 0 5px 0 0 #000;
  -webkit-box-shadow: 0 5px 0 0 #000;
  box-shadow: 0 5px 0 0 #000;
}
#navbar .btn_icon {
  display: inline-block;
  width: 181px;
  height: 50px;
  text-align: center;
  vertical-align: top;
  font-size: 0;
  font-weight: 800;
  color: #fff;
  background: #fff;
  border: 3px solid #000;
}
#navbar .btn_icon_ib {
  display: inline-block;
  margin: 0 10px;
  width: 20px;
  height: 45px;
  cursor: pointer;
}
#navbar .icon_fb {
  background: url(../images/icon_nav_fb.png) center center no-repeat;
}
#navbar .icon_fb:hover {
  background: url(../images/icon_nav_fb_hover.png) center center no-repeat;
}
#navbar .icon_twitch {
  background: url(../images/icon_nav_twitch.png) center center no-repeat;
}
#navbar .icon_twitch:hover {
  background: url(../images/icon_nav_twitch_hover.png) center center no-repeat;
}
#navbar .icon_youtube {
  background: url(../images/icon_nav_youtube.png) center center no-repeat;
}
#navbar .icon_youtube:hover {
  background: url(../images/icon_nav_youtube_hover.png) center center no-repeat;
}
#navbar .icon_bz {
  background: url(../images/icon_nav_bz.png) center center no-repeat;
}
#navbar .icon_bz:hover {
  background: url(../images/icon_nav_bz_hover.png) center center no-repeat;
}

.top {
  background: #000 url(../images/bg_top.jpg) center 0 no-repeat;
  min-height: 1050px;
  border-bottom: 1px solid #8d8d8d;
}

.mainlogo {
  margin-top: -97px;
  height: 723px;
  background: url(../images/logo.png) center center no-repeat;
}

.iframe_register_block {
  margin: -200px auto 0;
  width: 1170px;
  height: 416px;
  font-size: 0;
}
.iframe_register_block iframe {
  display: inline-block;
  vertical-align: top;
  width: 738px;
  height: 416px;
}
.iframe_register_block .register_block {
  display: inline-block;
  vertical-align: top;
  padding-top: 35px;
  width: 432px;
  height: 100%;
  border: 8px solid #fff;
  background-color: #000;
  -moz-box-shadow: 7px 7px 0 0 #0092ef;
  -webkit-box-shadow: 7px 7px 0 0 #0092ef;
  box-shadow: 7px 7px 0 0 #0092ef;
}
.iframe_register_block .register_block .text {
  padding: 0 60px;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 40px;
}
.iframe_register_block .register_block .ru0 {
  margin-top: -79px;
  margin-left: 75px;
  float: left;
  width: 45px;
  height: 36px;
  background: url(../images/ru03.png);
}
.iframe_register_block .btn_register {
  margin: 0 auto;
  width: 380px;
  height: 202px;
  background: url(../images/Livestream.png) center center no-repeat;
  cursor: pointer;
}

.tape_title {
  margin: 0 auto;
  padding-top: 20px;
  width: 345px;
  height: 135px;
  font-size: 43px;
  font-weight: 900;
  line-height: 90px;
  text-align: center;
  background: url(../images/step_tourney_title.png) center 20px no-repeat;
}

.registerpagetape {
  margin-top: -200px;
  margin-bottom: 50px;
}

.newspagetape {
  margin-top: -200px;
}

.tournamentpagetape {
  margin-top: -200px;
}

.stepblock {
  min-height: 800px;
  background: #000 url(../images/bck_overview.jpg) center 0 no-repeat;
}
.stepblock .positioncontent {
  margin-top: 50px;
  color: #fde700;
  font-weight: 800;
  font-size: 34px;
  font-family: "Open Sans", "Microsoft JhengHei";
  text-align: center;
  text-shadow: 3px 3px 0 #000;
  text-shadow: 3px 3px 0 30px #000;
}
.stepblock .morecontent {
  margin: 50px auto 0;
  width: 161px;
  height: 35px;
  background: url(../images/btn_moredetail.jpg) center center no-repeat;
  cursor: pointer;
}
.stepblock .morecontent:hover {
  background: url(../images/btn_moredetail_hover.jpg) center center no-repeat;
}

.step_group {
  margin: 50px auto 0;
  width: 1200px;
  text-align: center;
  font-size: 0;
}
.step_group .step_object {
  display: inline-block;
  vertical-align: middle;
  width: 191px;
  height: 418px;
}
.step_group .step_object .top_block {
  margin-top: 6px;
  height: 200px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
}
.step_group .step_object .middle_block {
  min-height: 164px;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  background-color: #000;
  text-align: center;
}
.step_group .step_object .middle_block .step {
  margin-top: -45px;
  padding-bottom: 20px;
  color: #7d7d7d;
  font-size: 30px;
  font-style: italic;
  font-weight: 800;
}
.step_group .step_object .middle_block .text {
  color: #fde700;
  font-size: 18px;
  font-weight: 800;
  line-height: 30px;
}
.step_group .step_object .middle_block .content {
  padding: 0 15px;
  color: #bcbcbc;
  font-size: 16px;
  font-weight: 800;
  line-height: 22px;
}
.step_group .step_object .bottom_block {
  border: 3px solid #fff;
  text-align: center;
  color: #000;
  font-size: 16px;
  font-weight: 800;
  line-height: 46px;
  background: #959595;
}
.step_group .step_object .step_one {
  background-image: url(../images/icon_step1.jpg);
}
.step_group .step_object .step_two {
  background-image: url(../images/icon_step2.jpg);
}
.step_group .step_object .step_three {
  background-image: url(../images/icon_step3.jpg);
}
.step_group .step_object .step_four {
  background-image: url(../images/icon_step4.jpg);
}
.step_group .step_object .step_five {
  background-image: url(../images/icon_step5.jpg);
}
.step_group .step_object_active {
  display: inline-block;
  vertical-align: middle;
}
.step_group .step_object_active .middle_block {
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  background-color: #fff;
}
.step_group .step_object_active .middle_block .step {
  color: #0092ef;
}
.step_group .step_object_active .middle_block .text {
  color: #000;
}
.step_group .step_object_active .middle_block .content {
  color: #000;
}
.step_group .step_object_active .bottom_block {
  background: #fff;
}
.step_group .step_object_active .activenow {
  height: 47px;
  line-height: 44px;
  font-size: 16px;
  background: url(../images/icon_step_now.png) center center no-repeat;
}
.step_group .step_object_active .step_one {
  background-image: url(../images/icon_step1_active.jpg);
}
.step_group .step_object_active .step_two {
  background-image: url(../images/icon_step2_active.jpg);
}
.step_group .step_object_active .step_three {
  background-image: url(../images/icon_step3_active.jpg);
}
.step_group .step_object_active .step_four {
  background-image: url(../images/icon_step4_active.jpg);
}
.step_group .step_object_active .step_five {
  background-image: url(../images/icon_step5_active.jpg);
}
.step_group .arrow {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 418px;
  background: url(../images/arrow_white.png) center center no-repeat;
}

.awardblock {
  min-height: 1459px;
  background: #000 url(../images/bck_win.jpg) center 0 no-repeat;
  border-top: 3px solid #8d8d8d;
  border-bottom: 3px solid #8d8d8d;
}

.awardrow {
  margin: 124px auto 0;
  width: 1150px;
  font-weight: 600;
  text-align: center;
}
.awardrow .award {
  display: inline-block;
  vertical-align: top;
  width: 298px;
}
.awardrow .award .am_top {
  margin-top: -84px;
  border: 4px solid #000;
  height: 205px;
  background: url(../images/bg_award_1.jpg) center center no-repeat;
}
.awardrow .award .am_top .title {
  padding-top: 45px;
  font-size: 22px;
  line-height: 90px;
}
.awardrow .award .am_top .content {
  padding: 0 30px;
  color: #0092ef;
  font-size: 20px;
  line-height: 24px;
}
.awardrow .award .am_middle {
  padding-top: 30px;
  min-height: 340px;
  background: #000;
  font-size: 16px;
}
.awardrow .award .am_middle .main_title {
  line-height: 30px;
  color: #00a3ff;
}
.awardrow .award .am_middle .list_content {
  padding: 0 25px 30px;
  line-height: 30px;
  color: #fff;
}
.awardrow .award .am_middle .hyperlink {
  padding-bottom: 40px;
  color: #f3de00;
}
.awardrow .award .am_middle .hyperlink span {
  font-weight: 900;
}
.awardrow .award_b {
  margin: 0 36px;
  width: 466px;
}
.awardrow .award_b .am_top {
  background: url(../images/bg_award_2.jpg) center center no-repeat;
}
.awardrow .award_b .am_top .title {
  font-size: 33px;
}

.f_fishman {
  position: relative;
  margin-top: -1330px;
  z-index: 9999;
  float: right;
  width: 553px;
  height: 508px;
  background: url(../images/ad_fishman.png) center center no-repeat;
}

.f_heartstonecards {
  position: relative;
  z-index: 9999;
  margin-top: -350px;
  float: left;
  width: 592px;
  height: 579px;
  background: url(../images/ad_heartstone.png) center center no-repeat;
}

.award_icon {
  position: relative;
  margin: 0 auto;
  width: 232px;
  height: 248px;
  z-index: 9;
}

.award_icon_one {
  background: url(../images/icon_award_1.png) center center no-repeat;
}

.award_icon_two {
  background: url(../images/icon_award_2.png) center center no-repeat;
}

.award_icon_three {
  background: url(../images/icon_award_3.png) center center no-repeat;
}

.footer_bubble {
  min-height: 581px;
  background: #000 url(../images/bg_footer.jpg) center 0 no-repeat;
  text-align: center;
}
.footer_bubble .footer_logo {
  height: 350px;
  background: url(../images/logo_footer.png) center center no-repeat;
}
.footer_bubble .maintitle {
  margin-top: -70px;
  padding-bottom: 30px;
  color: #0092ef;
  font-size: 40px;
  font-weight: 900;
}
.footer_bubble .subtitle {
  color: #fde700;
  font-size: 30px;
  line-height: 60px;
}
.footer_bubble .bubble_row {
  margin: 0 auto;
  max-width: 800;
  font-size: 0;
  text-align: center;
}
.footer_bubble .bubble_row .bubble_obj {
  margin: 0 15px;
  display: inline-block;
  width: 108px;
  height: 138px;
  cursor: pointer;
}
.footer_bubble .bubble_row .bubble_fb {
  background: url(../images/bubble_fb.png) center center no-repeat;
}
.footer_bubble .bubble_row .bubble_fb:hover {
  background: url(../images/bubble_fb_hover.png);
}
.footer_bubble .bubble_row .bubble_twitch {
  background: url(../images/bubble_twitch.png) center center no-repeat;
}
.footer_bubble .bubble_row .bubble_twitch:hover {
  background: url(../images/bubble_twitch_hover.png);
}
.footer_bubble .bubble_row .bubble_youtube {
  background: url(../images/bubble_youtube.png) center center no-repeat;
}
.footer_bubble .bubble_row .bubble_youtube:hover {
  background: url(../images/bubble_youtube_hover.png);
}
.footer_bubble .bubble_row .bubble_bz {
  background: url(../images/bubble_bz.png) center center no-repeat;
}
.footer_bubble .bubble_row .bubble_bz:hover {
  background: url(../images/bubble_bz_hover.png);
}

.footer_text {
  background-color: #000;
}
.footer_text .ft_block {
  margin: 0 auto;
  max-width: 1200px;
}
.footer_text .ft_block .line {
  height: 1px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE1MmE1ZiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNThiYWZmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTUyYTVmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(0deg, #152a5f, #58baff 50%, #152a5f 100%);
  background-image: -webkit-linear-gradient(0deg, #152a5f, #58baff 50%, #152a5f 100%);
  background-image: linear-gradient(90deg, #152a5f, #58baff 50%, #152a5f 100%);
}
.footer_text .btn_row .btn_text {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  color: #6ecbfd;
  font-size: 12px;
  line-height: 72px;
  cursor: pointer;
}
.footer_text .btn_row .btn_text:hover {
  color: #fff;
}
.footer_text .btn_row .btn_line {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 10px;
  background-color: #5b6e7c;
}
.footer_text .btn_row .btn_icon_row {
  float: right;
  width: 120px;
  font-size: 0;
}
.footer_text .btn_row .btn_icon_row .bir_obj {
  display: inline-block;
  margin: 0 10px;
  width: 20px;
  height: 72px;
  cursor: pointer;
}
.footer_text .btn_row .btn_icon_row .bir_fb {
  background: url(../images/icon_footer_fb.png) center center no-repeat;
}
.footer_text .btn_row .btn_icon_row .bir_fb:hover {
  background: url(../images/icon_footer_fb_hover.png) center center no-repeat;
}
.footer_text .btn_row .btn_icon_row .bir_twitch {
  background: url(../images/icon_footer_twitch.png) center center no-repeat;
}
.footer_text .btn_row .btn_icon_row .bir_twitch:hover {
  background: url(../images/icon_footer_twitch_hover.png) center center no-repeat;
}
.footer_text .btn_row .btn_icon_row .bir_youtube {
  background: url(../images/icon_footer_youtube.png) center center no-repeat;
}
.footer_text .btn_row .btn_icon_row .bir_youtube:hover {
  background: url(../images/icon_footer_youtube_hover.png) center center no-repeat;
}
.footer_text .text_privacypolicy .text {
  float: left;
  padding: 40px 0 110px 15px;
  max-width: 730px;
  color: #829ba3;
  font-size: 13px;
  line-height: 17px;
}
.footer_text .text_privacypolicy .icon_bz {
  float: right;
  margin-top: 40px;
  width: 134px;
  height: 77px;
  cursor: pointer;
  background: url(../images/logo_bz.jpg) center center no-repeat;
}

#btn_heroes,
#btn_heroes_t {
  background: url(../images/btn_register_heros.png) center center no-repeat;
}

#btn_heartstone,
#btn_heartstone_t {
  background: url(../images/btn_register_heartstone_nonebg.png) center center no-repeat;
}

#btn_starcraft,
#btn_starcraft_t {
  background: url(../images/btn_register_starcraft_nonebg.png) center center no-repeat;
}

#registerframe .btn_row_select,
#tournamentframe .btn_row_select {
  margin-bottom: 60px;
  font-size: 0;
  text-align: center;
}
#registerframe .btn_row_select .register_btn,
#tournamentframe .btn_row_select .register_btn {
  display: inline-block;
  margin: 0 25px;
  width: 332px;
  height: 209px;
  vertical-align: top;
  cursor: pointer;
}
#registerframe .formframe,
#tournamentframe .formframe {
  padding: 6px 0;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
  background: #a0a0a0;
}
#registerframe .formblock,
#tournamentframe .formblock {
  display: inline-block;
  padding-top: 25px;
  vertical-align: top;
  margin: 2px;
  width: 507px;
  height: 469px;
}
#registerframe .formblock span,
#tournamentframe .formblock span {
  padding: 0 15px;
  width: 90px;
  text-align: center;
}
#registerframe .formblockii,
#tournamentframe .formblockii {
  background: #fff;
  margin: 2px 6px;
}
#registerframe .submitcontent,
#tournamentframe .submitcontent {
  margin: 0 auto;
  padding: 15px 0;
  width: 600px;
  color: #c6c6c6;
  font-size: 16px;
  line-height: 30px;
}
#registerframe .submitcontent .okcheck,
#tournamentframe .submitcontent .okcheck {
  margin: 0 auto;
  padding: 15px 0;
  width: 200px;
  color: #fff;
  font-weight: 800;
  font-size: 18px;
}
#registerframe .btn_submit,
#tournamentframe .btn_submit {
  margin: 0 auto;
  width: 376px;
  height: 204px;
  cursor: pointer;
  background: url(../images/btn_register_submit.png);
}
#registerframe .btn_submit:hover,
#tournamentframe .btn_submit:hover {
  background: url(../images/btn_register_submit_hover.png);
}

#order0,
#order1,
#order2,
#order3,
#order4,
#order10 {
  background: #fff;
}

#order5,
#order6 {
  background: #fff url(../images/substituteplayer.png) center center no-repeat;
}

#heroes {
  margin: 0 auto;
  width: 1035px;
}

#heartstone {
  margin: 0 auto;
  width: 619px;
  display: none;
}

#starcraft {
  margin: 0 auto;
  width: 619px;
  display: none;
}

.forminputname {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  padding: 7px 0 7px 35px;
  font-size: 18px;
  font-weight: 800;
  width: 32%;
  line-height: 38px;
}

.forminput {
  display: inline-block;
  vertical-align: top;
  padding: 7px 0;
  width: 68%;
  text-align: left;
  font-size: 18px;
  font-weight: 800;
}
.forminput input {
  width: 300px;
  height: 38px;
  background: #c6c6c6;
  color: #000;
  border: 1px solid #c6c6c6;
}
.forminput select {
  min-width: 300px;
  font-size: 18px;
  font-weight: 800;
  height: 38px;
  color: #000;
  background: #c6c6c6;
  color: #000;
  border: 1px solid #c6c6c6;
}

.forminputnameii {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  padding: 10px 0 10px 35px;
  font-size: 18px;
  font-weight: 800;
  line-height: 38px;
  width: 38%;
}

.forminputii {
  display: inline-block;
  vertical-align: top;
  padding: 10px 0;
  text-align: left;
  font-size: 18px;
  font-weight: 800;
  width: 62%;
}
.forminputii input {
  width: 360px;
  height: 38px;
  background: #c6c6c6;
  color: #000;
  border: 1px solid #c6c6c6;
}
.forminputii select {
  min-width: 360px;
  font-size: 18px;
  font-weight: 800;
  height: 38px;
  color: #000;
  background: #c6c6c6;
  border: 1px solid #c6c6c6;
}

.flash_left {
  margin-top: -420px;
  margin-left: -80px;
  float: left;
  width: 111px;
  height: 58px;
  background: url(../images/flash_register_frame01.png) no-repeat;
}

.flash_right {
  margin-top: -460px;
  margin-right: -40px;
  float: right;
  width: 98px;
  height: 73px;
  background: url(../images/flash_register_frame02.png) no-repeat;
}

.flash_left_2 {
  margin-top: -525px;
  margin-left: -80px;
  float: left;
  width: 111px;
  height: 58px;
  background: url(../images/flash_register_frame01.png) no-repeat;
}

.flash_right_2 {
  margin-top: -565px;
  margin-right: -40px;
  float: right;
  width: 98px;
  height: 73px;
  background: url(../images/flash_register_frame02.png) no-repeat;
}

.newsIndexpage .bigframe {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1220px;
}

.videosIndexpage .bigframe {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1250px;
  text-align: center;
}
.videosIndexpage .videosblock {
  display: inline-block;
  margin: 15px;
  width: 370px;
  height: 330px;
  border: 8px solid #a0a0a0;
  cursor: pointer;
}
.videosIndexpage .videosblock:hover {
  border: 8px solid #0092ef;
}
.videosIndexpage .videosblock .pic {
  position: relative;
}
.videosIndexpage .videosblock .pic img {
  width: 100%;
}
.videosIndexpage .videosblock .pic:before {
  position: absolute;
  z-index: 3;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) url(../images/videos_play.png) center center no-repeat;
}
.videosIndexpage .videosblock .text {
  height: 118px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  background: #fff;
}
.videosIndexpage .videosblock .text .content {
  display: inline-block;
  vertical-align: middle;
  width: 310px;
  line-height: 30px;
}
.videosIndexpage .videosblock .text:before {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

#videospage {
  padding: 0 25px;
}

.videoiframe {
  margin: 0 auto 120px;
  padding: 21px;
  max-width: 1190px;
  min-height: 485px;
  border: 8px solid #fff;
  -moz-box-shadow: 7px 7px 0 0 #0092ef;
  -webkit-box-shadow: 7px 7px 0 0 #0092ef;
  box-shadow: 7px 7px 0 0 #0092ef;
  background: #000;
}
.videoiframe .a2jo {
  margin: -64px auto 20px;
  width: 45px;
  height: 36px;
  background: url(../images/ru03.png) center center no-repeat;
}

#player {
  float: left;
}

#chat_embed {
  float: right;
}

.newsdirect {
  margin-bottom: 20px;
  border: 8px solid #a0a0a0;
  background: #fff;
  cursor: pointer;
  font-size: 0;
}
.newsdirect .ndleft {
  display: inline-block;
  vertical-align: top;
  padding: 0 30px;
  width: 484px;
}
.newsdirect .ndleft .date {
  color: #a0a0a0;
  font-size: 16px;
  line-height: 57px;
}
.newsdirect .ndleft .title {
  color: black;
  font-size: 20px;
  font-weight: 900;
}
.newsdirect .ndleft .content {
  padding: 45px 0;
  font-size: 15px;
  line-height: 24px;
  color: #000;
}
.newsdirect .ndright {
  display: inline-block;
  vertical-align: top;
  width: 700px;
}
.newsdirect .ndright img {
  width: 100%;
}
.newsdirect:hover {
  border: 8px solid #0092ef;
}
.newsdirect:hover .title {
  color: #0092ef;
}

.newsPageContent {
  padding: 10px;
  border: 8px solid #a0a0a0;
  min-height: 400px;
  background: #fff;
}
.newsPageContent .pic img {
  width: 100%;
}
.newsPageContent .maincontent {
  padding: 0 45px;
}
.newsPageContent .maincontent .title {
  padding: 25px 0;
  font-size: 36px;
  font-weight: 900;
}
.newsPageContent .maincontent .date {
  line-height: 30px;
  font-size: 16px;
  color: #888;
}
.newsPageContent .maincontent .content p {
  font-weight: 600;
  margin: 20px 0;
  line-height: 30px;
}
.newsPageContent .maincontent .content .subtitle {
  color: #0092ef;
  font-size: 20px;
}

.IndexpageSelector {
  margin: 70px 0;
  text-align: center;
}
.IndexpageSelector .nis {
  display: inline-block;
  margin: 0 25px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  vertical-align: middle;
  cursor: pointer;
}
.IndexpageSelector .nis_left {
  background: url(../images/arrow_page_gray_left.png) center center no-repeat;
}
.IndexpageSelector .nis_left:hover {
  background: url(../images/arrow_page_gray_left_hover.png) center center no-repeat;
}
.IndexpageSelector .nis_right {
  background: url(../images/arrow_page_gray_right.png) center center no-repeat;
}
.IndexpageSelector .nis_right:hover {
  background: url(../images/arrow_page_gray_right_hover.png) center center no-repeat;
}
.IndexpageSelector .nis_number {
  color: #888;
  font-size: 16px;
}
.IndexpageSelector .nis_number:hover {
  color: #0092ef;
}
.IndexpageSelector .nis_back {
  width: 90px;
  color: #888;
  font-size: 16px;
}
.IndexpageSelector .nis_back:hover {
  color: #0092ef;
}

.tournamentframe {
  margin: 0 auto 120px;
  max-width: 1035px;
  height: 661px;
  border: 3px solid #a0a0a0;
  background: url(../images/bg_claendar.jpg) center center no-repeat;
  -moz-box-shadow: 8px 8px 0 0 #1d1d1d;
  -webkit-box-shadow: 8px 8px 0 0 #1d1d1d;
  box-shadow: 8px 8px 0 0 #1d1d1d;
  overflow: hidden;
}
.tournamentframe .tournamentblock {
  width: 100%;
  height: 100%;
  overflow: auto;
  display: none;
}

.tournamentframe .tournamentblock .tournamentblockSon {
  position: relative;
}

.tournamentframe .tournamentblock .tournamentblockSon iframe {
   height: 660px;
}

.tournamentframe .tournamentblock .tournamentblockSon .groupName {
  position: absolute;
  top: 30px;
  left: 20px;
  z-index: 5;
  font-size: 40px;
  font-weight: 800;
  color: #fff;
}

.tournamentframe .tournamentblockChampion {
  width: 100%;
  height: 100%;
  overflow: auto;
  background: url(../images/bg_claendarChampion.jpg) center center no-repeat;
}

.tournamentnav {
  margin: 0 auto;
  max-width: 1035px;
  font-size: 0;
}
.tournamentnav .button {
  position: relative;
  margin-right: 9px;
  width: 226px;
  height: 47px;
  border: 3px solid #a0a0a0;
  border-bottom: none;
  display: inline-block;
  background: #fff;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  line-height: 45px;
  text-align: center;
}
.tournamentnav .button .navactive {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 220px;
  height: 47px;
  line-height: 45px;
  background: #f2f2f2;
}

.bigbox {
  margin: 0 auto 29px;
  width: 690px;
  height: 111px;
}
.bigbox .middlebox_left {
  display: inline-block;
  vertical-align: middle;
}
.bigbox .middlebox_left .topbox {
  margin-bottom: 5.5px;
}
.bigbox .middlebox_left .bottombox {
  margin-top: 5.5px;
}
.bigbox .middlebox_left .smallbox {
  padding-left: 50px;
  width: 293px;
  min-height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 900;
  background: url(../images/bg_tournament_gray.png);
}
.bigbox .middlebox_arrow {
  display: inline-block;
  vertical-align: middle;
  width: 92px;
  height: 111px;
  background: url(../images/arrow_page_gray_right_hover.png) center center no-repeat;
}
.bigbox .middlebox_right {
  display: inline-block;
  vertical-align: middle;
  width: 293px;
  padding-left: 50px;
  line-height: 111px;
  min-height: 111px;
  font-size: 16px;
  font-weight: 900;
  background: url(../images/bg_tournament_blue.png) center center no-repeat;
}

.tbC_top {
  display: inline-block;
  vertical-align: middle;
  padding: 80px 0 51px 60px;
  width: 68%;
}

.tbC_top .bigboxChampion {
  margin: 0 auto 29px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 111px;
}

.tbC_top .bigboxChampion .middlebox_left {
  display: inline-block;
  vertical-align: middle;
}

.tbC_top .bigboxChampion .middlebox_left .topbox {
  margin-bottom: 5.5px;
}

.tbC_top .bigboxChampion .middlebox_left .bottombox {
  margin-top: 5.5px;
}

.tbC_top .bigboxChampion .middlebox_left .smallbox {
  padding-left: 50px;
  width: 293px;
  min-height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 900;
  background: url(../images/bg_tournament_gray.png);
}
.tbC_top .bigboxChampion .middlebox_arrow {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 111px;
  background: url(../images/arrow_page_gray_right_hover.png) center center no-repeat;
}

.tbC_top .bigboxChampion .middlebox_right {
  display: inline-block;
  vertical-align: middle;
  width: 293px;
  padding-left: 50px;
  line-height: 111px;
  min-height: 111px;
  font-size: 16px;
  font-weight: 900;
  background: url(../images/bg_tournament_blue.png) center center no-repeat;
}

.tbC_bottom {
  padding-top: 20px;
}

.champion {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  height: 60px;
  line-height: 64px;
  padding-left: 70px;
  background: url(../images/championBlock.png) 0 center no-repeat;
}

.champion:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -48px;
  z-index: 3;
  margin-top: -11.5px;
  width: 38px;
  height: 23px;
  background: url(../images/tripleArrow.png) no-repeat center center;
}

#heroest8 .pic {
  background: url(../images/tournament_img_heros.png) no-repeat center center;
  width: 984px;
  height: 655px;
  margin: 0 auto;
}

#heartstonet8 .pic {
  background: url(../images/tournament_img_hs.png) no-repeat center center;
  width: 984px;
  height: 655px;
  margin: 0 auto;
}

#starcraftt8 .pic {
  background: url(../images/tournament_img_sc.png) no-repeat center center;
  width: 984px;
  height: 655px;
  margin: 0 auto;
}

#heartstone_t,
#starcraft_t,
#heartstone_t_nav,
#starcraft_t_nav {
  display: none;
}

@media only screen and (max-width: 1600px) {
  .f_fishman {
    display: none;
  }

  .f_heartstonecards {
    display: none;
  }
}
@media only screen and (max-width: 1300px) {
  #navbar .btn_home {
    width: 45px;
    margin-right: 1px;
  }
  #navbar .btn_noneopen {
    margin-right: 1px;
    width: 126px;
  }
  #navbar .btn {
    margin-right: 1px;
    width: 126px;
  }
  #navbar .btn_icon {
    display: none;
  }

  .top {
    min-height: 1300px;
  }

  .iframe_register_block {
    width: auto;
    padding: 0 20px;
  }
  .iframe_register_block iframe {
    margin: 0 auto;
    display: block;
  }
  .iframe_register_block .register_block {
    margin: 0 auto 15px;
    display: block;
    width: auto;
    max-width: 750px;
    height: auto;
  }
  .iframe_register_block .register_block .ru0 {
    display: none;
  }

  .step_group {
    width: 600px;
  }
  .step_group .step_object {
    display: block;
    width: auto;
    height: auto;
  }
  .step_group .step_object .top_block {
    display: none;
  }
  .step_group .step_object .middle_block {
    min-height: 10px;
  }
  .step_group .step_object .middle_block .step {
    display: inline-block;
    margin-top: 0;
    padding: 5px 0;
    width: 90px;
    font-style: normal;
  }
  .step_group .step_object .middle_block .text {
    display: inline-block;
    width: 130px;
  }
  .step_group .step_object .middle_block .content {
    padding: 0 15px;
  }
  .step_group .step_object .bottom_block {
    line-height: 26px;
  }
  .step_group .step_object_active {
    display: block;
  }
  .step_group .step_object_active .top_block {
    display: none;
  }
  .step_group .step_object_active .top_block .content {
    color: #000;
  }
  .step_group .step_object_active .bottom_block {
    color: #0092ef;
  }
  .step_group .step_object_active .activenow {
    height: 0;
  }
  .step_group .arrow {
    display: none;
  }

  .stepblock .positioncontent {
    margin-top: 20px;
  }
  .stepblock .morecontent {
    margin: 10px auto 0;
  }

  .awardrow {
    margin-top: 0px;
    width: auto;
    padding: 0 30px;
  }
  .awardrow .award {
    margin: 0 auto 15px;
    display: block;
    width: auto;
    max-width: 900px;
    height: auto;
  }
  .awardrow .award .am_top {
    margin-top: 0;
    border: 4px solid #000;
    height: auto;
    background: #fff;
  }
  .awardrow .award .am_top .title {
    padding-top: 0;
    font-size: 22px;
    line-height: 30px;
  }
  .awardrow .award .am_top .content {
    padding: 0 30px;
    color: #0092ef;
    font-size: 20px;
    line-height: 24px;
  }
  .awardrow .award .am_middle {
    background: #000;
    font-size: 16px;
    min-height: 40px;
  }
  .awardrow .award .am_middle .main_title {
    line-height: 25px;
    color: #00a3ff;
  }
  .awardrow .award .am_middle .list_content {
    padding: 0 25px 10px;
    line-height: 30px;
    color: #fff;
  }
  .awardrow .award .am_middle .hyperlink {
    padding-bottom: 40px;
    color: #f3de00;
  }
  .awardrow .award .am_middle .hyperlink span {
    font-weight: 900;
  }
  .awardrow .award_b {
    width: auto;
    margin: 0 auto 15px;
  }
  .awardrow .award_b .am_top {
    background: #fff;
  }
  .awardrow .award_b .am_top .title {
    font-size: 33px;
  }

  .award_icon {
    display: none;
  }

  .newsdirect .ndleft {
    display: block;
    width: 100%;
  }
  .newsdirect .ndright {
    display: block;
    width: 100%;
  }

  .videoiframe {
    padding: 21px 0;
    width: 800px;
  }

  #chat_embed {
    display: none;
  }
}

#heartstonetSecondRun iframe {
  height: 900px;
}
