@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

html {
  font: 15px/1.4 "Noto Sans TC", Verdana, Arial, Helvetica, sans-serif;
}

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;
}

b {
  font-weight: unset;
}

ol,
ul {
  list-style: none;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {

  background: #000;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 300;
  margin-bottom: 60px;
}

section {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

article {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-size: auto;
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 99;
}

.svg_icon_fill {
  fill: #5DDAD4;
}

.flex-line {
  margin: auto;
  text-align: center;
}

.team_vs {
  display: flex;
  width: 100%;
  height: auto;
  max-width: 25px;
  margin: 0rem 0.3rem;
}

/*------ Gotop------*/

.gotop {
  display: none;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 99%;
  margin-top: -110px;
  right: 2%;
  -moz-border-radius: 10px / 10px;
  -webkit-border-radius: 10px 10px;
  border-radius: 10px / 10px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyMjIyMiIvPjxzdG9wIG9mZnNldD0iMzMuMzMzMzMzMzMzMyUiIHN0b3AtY29sb3I9IiMyYTJhMmEiLz48c3RvcCBvZmZzZXQ9IjY2LjY2NjY2NjY2NjclIiBzdG9wLWNvbG9yPSIjMjIyMjIyIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTQxNDE0Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #222222), color-stop(33.3333333333%, #2a2a2a), color-stop(66.6666666667%, #222222), color-stop(100%, #141414));
  background: -moz-linear-gradient(#222222, #2a2a2a, #222222, #141414);
  background: -webkit-linear-gradient(#222222, #2a2a2a, #222222, #141414);
  background: linear-gradient(#222222, #2a2a2a, #222222, #141414);
  z-index: 9999;
  opacity: 0.9;
  box-shadow: 0rem 0.05rem 0.1rem 0.05rem rgba(0, 0, 0, 0.4);
}

.gotop .gotop_icon {
  margin-top: 0.3rem;
}

.gotop .icon_top {
  padding: 0.2rem 0rem 0rem 0rem;
}

.gotop a {
  color: #818181;
  font-size: 0.9rem;
  display: block;
  font-weight: 400;
  margin: -0.8rem auto;
  width: 100%;
  text-align: center;
}

/*------ Gotop  END------*/



/*------ fixbtn------*/

.fixbtn {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 99%;
  margin-top: -165px;
  right: 2%;
  -moz-border-radius: 10px / 10px;
  -webkit-border-radius: 10px 10px;
  border-radius: 10px / 10px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkY2RjNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJjYWJhNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #4dcdc6), color-stop(100%, #2caba4));
  background: -moz-linear-gradient(top, #4dcdc6, #2caba4);
  background: -webkit-linear-gradient(top, #4dcdc6, #2caba4);
  background: linear-gradient(to bottom right, #4dcdc6, #2caba4);
  z-index: 9999;
  opacity: 1;
  box-shadow: 0rem 0.05rem 0.1rem 0.05rem rgba(0, 0, 0, 0.4);
}


.fixbtn .icon_top {
  padding: 0.2rem 0rem 0rem 0rem;
}

.fixbtn a {
  color: #000;
  font-size: 0.9rem;
  display: block;
  font-weight: 400;
  margin: 0.4rem auto;
  width: 100%;
  text-align: center;
}

/*------ fixbtn  END------*/



/*------ fixbtn CAMPUS------*/

.fixbtn-campus-container {
  position: fixed;
  bottom: 125px;
  right: 2%;
  z-index: 9999;
  display: flex;
  flex-direction: column-reverse;
  gap: 5px;
  align-items: flex-end;
}

.fixbtn-campus {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-height: 45px;
  padding: 3px 0;
  cursor: pointer;
  -moz-border-radius: 10px / 10px;
  -webkit-border-radius: 10px 10px;
  border-radius: 10px / 10px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkY2RjNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJjYWJhNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #d5aa00), color-stop(100%, #2caba4));
  background: -moz-linear-gradient(top, #f9c100, #d5aa00);
  background: -webkit-linear-gradient(top, #f9c100, #d5aa00);
  background: linear-gradient(to bottom right, #f9c100, #d5aa00);
  opacity: 1;
  box-shadow: 0rem 0.05rem 0.1rem 0.05rem rgba(0, 0, 0, 0.4);
  flex-shrink: 0;
}


.fixbtn-campus .icon_top {
  padding: 0.2rem 0rem 0rem 0rem;
}

.fixbtn-campus a {
  color: #000;
  font-size: 0.9rem;
  display: block;
  font-weight: 400;
  margin: 0.2rem auto;
  width: 100%;
  max-width: 40px;
  text-align: center;
  text-decoration: none;
  word-break: break-all;
  overflow-wrap: break-word;
}

/*------ fixbtn-campus END------*/


/*------ topbar ------*/

#topbar {
  position: fixed;
  width: 100%;
  height: 60px;
  background-color: #141414;
  border-bottom: 1px solid #434357;
  /*line-height: 60px;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  box-shadow: 0rem 0rem 0.1rem 0.05rem rgba(0, 0, 0, 0.8);
  z-index: 999;
}

#topbar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

#topbar .flex-line {
  text-align: center;
  margin: auto 0;
}

#topbar .topbar_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  float: left;
}

#topbar .download {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 auto;
}

#topbar .logo_img {
  max-width: 50px;
  max-height: 50px;
  background-image: url(../img/game_icon.png?version=20170921);
  background-size: 100% 100%;
  width: 5rem;
  height: 5rem;
  margin: 0rem 0.6rem 0rem 0.3rem;
}

#topbar .topbar_download {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.2rem 1rem 0.2rem 0.7rem;
  max-width: 160px;
  max-height: 59px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNmM2YzZiIvPjxzdG9wIG9mZnNldD0iMzMuMzMzMzMzMzMzMyUiIHN0b3AtY29sb3I9IiMzODM4MzgiLz48c3RvcCBvZmZzZXQ9IjY2LjY2NjY2NjY2NjclIiBzdG9wLWNvbG9yPSIjMzEzMTMxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMjUyNTI1Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3f3f3f), color-stop(33.3333333333%, #383838), color-stop(66.6666666667%, #313131), color-stop(100%, #252525));
  background: -moz-linear-gradient(#3f3f3f, #383838, #313131, #252525);
  background: -webkit-linear-gradient(#3f3f3f, #383838, #313131, #252525);
  background: linear-gradient(#3f3f3f, #383838, #313131, #252525);
  background-size: 100% 100%;
  width: 10rem;
  height: 10rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  float: right;
  flex-direction: row;
}

#topbar .topbar_download .download_txt {
  width: 75%;
  text-align: left;
}

#topbar .topbar_download .download_txt .download_name {
  line-height: 1rem;
  padding-right: 7px;

}

#topbar .topbar_download .download_txt .download_sub {
  padding-right: 7px;
}

#topbar .topbar_download .download_icon {
  margin-top: 0.3rem;
  width: 25%;
  height: auto;
}

#topbar .topbar_txt {
  margin: auto 0;
  height: 100%;
  line-height: 1.4;
  text-align: left;
}

#topbar .topbar_txt .tobar_name {
  color: #fff;
  font-size: 1rem;
}

#topbar .topbar_txt .tobar_sub {
  color: gray;
  font-size: 0.6rem;
}

/*------ topbar  END------*/

/*botbar*/

#botbar {
  opacity: 1;
  position: fixed;
  top: 100%;
  left: 0%;
  width: 100%;
  height: 60px;
  border-top: 1px solid #545454;
  line-height: 60px;
  box-shadow: 0rem 0rem 0.1rem 0.05rem rgba(0, 0, 0, 0.8);
  z-index: 9999;
  margin-top: -60px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyMjIyMiIvPjxzdG9wIG9mZnNldD0iMzMuMzMzMzMzMzMzMyUiIHN0b3AtY29sb3I9IiMyYTJhMmEiLz48c3RvcCBvZmZzZXQ9IjY2LjY2NjY2NjY2NjclIiBzdG9wLWNvbG9yPSIjMjIyMjIyIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTQxNDE0Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #222222), color-stop(33.3333333333%, #2a2a2a), color-stop(66.6666666667%, #222222), color-stop(100%, #141414));
  background: -moz-linear-gradient(#222222, #2a2a2a, #222222, #141414);
  background: -webkit-linear-gradient(#222222, #2a2a2a, #222222, #141414);
  background: linear-gradient(#222222, #2a2a2a, #222222, #141414);
}

#botbar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

#botbar svg {
  display: block;
  margin: 0 auto;
}

#botbar .botbar_btn {
  box-sizing: border-box;
  flex-spacing: 0px;
  width: 25%;
  line-height: 1.5rem;
  border-right: 1px solid #141414;
}

#botbar .botbar_btn .cancel_line {
  border-left: 0px;
}

#botbar .botbar_btn a {
  color: #cbcbcb;
  font-size: 0.8rem;
  align-items: baseline;
  text-align: center;
}

/*botbar  END*/

/*------ ecsport menu ------*/

.ecsport_menu {
  width: 100%;
  background-color: #5ddad4;
  box-shadow: 0rem 0rem 0.2rem 0.08rem rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 60px;
  left: 0px;
  z-index: 998;
}

.ecsport_menu .menu_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 50px;
  background-color: #141414;
  border-bottom: 1px solid #000;
}

.ecsport_menu .menu_container .menu_btn {
  flex-spacing: 0px;
  width: 16.6666%;
  line-height: 40px;
  color: #5ddad4;
  font-size: 1rem;
  font-weight: 300;
  border-top: 8px solid #5ddad4;
  background-color: #141414;
}

.ecsport_menu .menu_container .menu_btn a {
  font-weight: 400;
  /* font-size: 1rem; */
  align-items: baseline;
  text-align: center;
}

.ecsport_menu .menu_container .select_item {
  color: #141414;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkZGFkNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJjYWJhNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5ddad4), color-stop(100%, #2caba4));
  background: -moz-linear-gradient(top, #5ddad4, #2caba4);
  background: -webkit-linear-gradient(top, #5ddad4, #2caba4);
  background: linear-gradient(to bottom, #5ddad4, #2caba4);
}

/*------ ecsport menu  END------*/

/*------ school menu  ------*/

.school_menu {
  width: 100%;
  background-color: #5ddad4;
  box-shadow: 0rem 0rem 0.2rem 0.08rem rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 60px;
  left: 0px;
  z-index: 998;
}

.school_menu .menu_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 50px;
  background-color: #141414;
  border-bottom: 1px solid #000;
}

.school_menu .menu_container .menu_btn {
  width: 16.6666%;
  line-height: 40px;
  color: #f9c100;
  font-size: 1rem;
  font-weight: 300;
  border-top: 8px solid #f9c100;
  background-color: #141414;
}

.school_menu .menu_container .menu_btn a {
  font-weight: 400;
  font-size: 1rem;
  align-items: baseline;
  text-align: center;
}

.school_menu .menu_container .select_item {
  color: #141414;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5YzEwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q1YWEwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f9c100), color-stop(100%, #d5aa00));
  background: -moz-linear-gradient(top, #f9c100, #d5aa00);
  background: -webkit-linear-gradient(top, #f9c100, #d5aa00);
  background: linear-gradient(to bottom, #f9c100, #d5aa00);
}

/*------ school menu  END------*/

/*------ city menu  ------*/

.city_menu {
  width: 100%;
  background-color: #5ddad4;
  box-shadow: 0rem 0rem 0.2rem 0.08rem rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 60px;
  left: 0px;
  z-index: 998;
}

.city_menu .menu_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 50px;
  background-color: #141414;
  border-bottom: 1px solid #000;
}

.city_menu .menu_container .menu_btn {
  width: 16.6666%;
  line-height: 40px;
  color: #2FD6FA;
  font-size: 1rem;
  font-weight: 300;
  border-top: 8px solid #2FD6FA;
  background-color: #141414;
}

.city_menu .menu_container .menu_btn a {
  font-weight: 400;
  font-size: 1rem;
  align-items: baseline;
  text-align: center;
}

.city_menu .menu_container .select_item {
  color: #141414;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdiYWVmMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQzN2ZjZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2FD6FA), color-stop(100%, #06A7CA));
  background: -moz-linear-gradient(top, #2FD6FA, #06A7CA);
  background: -webkit-linear-gradient(top, #2FD6FA, #06A7CA);
  background: linear-gradient(to bottom, #2FD6FA, #06A7CA);
}

/*------ city menu  END------*/

/*------ aic menu  ------*/

.aic_menu {
  width: 100%;
  background-color: #5ddad4;
  box-shadow: 0rem 0rem 0.2rem 0.08rem rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 60px;
  left: 0px;
  z-index: 998;
}

.aic_menu .menu_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 50px;
  background-color: #141414;
  border-bottom: 1px solid #000;
}

.aic_menu .menu_container .menu_btn {
  flex-spacing: 0px;
  width: 16.6666%;
  line-height: 40px;
  color: #f85e5e;
  font-size: 1rem;
  font-weight: 300;
  border-top: 8px solid #d53d3d;
  background-color: #141414;
}

.aic_menu .menu_container .menu_btn a {
  font-weight: 400;
  font-size: 1rem;
  align-items: baseline;
  text-align: center;
}

.aic_menu .menu_container .select_item {
  color: #141414;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d53d3d+51,ce0600+100 */
  background: #d53d3d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d53d3d 51%, #ce0600 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d53d3d 51%, #ce0600 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d53d3d 51%, #ce0600 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d53d3d', endColorstr='#ce0600', GradientType=0);
  /* IE6-9 */
}

/*------ aic menu  END------*/

/*------ sub menu ------*/

.sub_menu {
  width: 100%;
  border-top: 1px solid #5cd8d2;
  border-bottom: 1px solid #000;
}

.sub_menu .sub_menu_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 50px;
  background-color: #141414;
  border-bottom: 1px solid #000;
  max-width: 98%;
  padding: 0% 1%;
}

.sub_menu .sub_menu_container .sub_btn {
  flex-spacing: 0px;
  width: 12.5%;
  color: #fff;
  font-weight: 400;
  background-color: #141414;
  box-sizing: border-box;
  /*border-left: 1px solid #6a6a6a;*/
  border: 1px solid #141414;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #141414;
}

.sub_menu .sub_menu_container .sub_btn a {
  /* font-size: 0.9rem; */
  align-items: baseline;
  text-align: center;
}

.sub_menu .sub_menu_container .select_item {
  color: #5cd8d2;
  border: 1px solid #5cd8d2;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #141414;
}

.sub_menu .sub_menu_container .cancel_line {
  border-left: 0px;
}

/*------ sub menu  END------*/

#wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  padding-top: 50px;
}

.regular {
  width: 100%;
  margin: 60px auto 0px auto;
}

.regular .slick-slide {
  margin: 0px 0px;
}

.regular .slick-slide img {
  width: 100%;
  height: auto;
}

.main_container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-top: 1px solid #202020;
}

.live_title {
  width: 100%;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000;
  display: flex;
  height: auto;
  background-color: #202020;
}

.live_title .live_tv {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  color: #5ddad4;
}

.live_title .live_tv .live_video {
  box-sizing: border-box;
  display: block;
  width: 100%;
  /* background-size: cover;*/
  /* background-image: url('http://img.youtube.com/vi/Xi0EVOPh5qk/maxresdefault.jpg');*/
  padding-bottom: 56.25%;
  border-top: 3px solid orange;
  position: relative;
}

.live_title .live_tv .live_video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.live_title .live_tv .live_info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  letter-spacing: 0.1rem;
  width: 100%;
  font-size: 1rem;
  margin-top: 0%;
  padding: 0.5rem;
}

.live_title .live_tv .circle {
  -moz-border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  border-radius: 0.8rem;
  color: #fff;
  font-size: 0.8rem;
  color: orange;
  border: 1px solid orange;
  padding: 0.05rem 0.5rem 0rem 0.5rem;
}

.live_title .live_tv .live_sub {
  color: #fff;
  font-size: 1rem;
  margin-left: 0.5rem;
}

.main_title {
  width: 100%;
  border-top: 1px solid #5cd8d2;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: auto;
  padding: 0.2rem;
  background-color: #202020;
  z-index: 997;
  box-shadow: 0rem 0.1rem 0.1rem 0.05rem rgba(0, 0, 0, 0.8);
  margin-bottom: 0.2rem;
}

.main_title .main_icon {
  padding: 0.4rem;
  font-family: 'Anton', sans-serif;
  width: auto;
}

.main_title .main_icon .icon_b {
  font-family: 'Anton', sans-serif;
  font-size: 100%;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 auto;
  padding: 0.1rem;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkY2RjNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJjYWJhNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #4dcdc6), color-stop(100%, #2caba4));
  background: -moz-linear-gradient(top, #4dcdc6, #2caba4);
  background: -webkit-linear-gradient(top, #4dcdc6, #2caba4);
  background: linear-gradient(to bottom right, #4dcdc6, #2caba4);
}

.main_title .main_icon .icon_b b {
  font-family: 'Anton', sans-serif;
  width: 100%;
  display: block;
  margin: -0.15rem auto;
  color: #202020;
  text-align: center;
}

.main_title .main_icon img {
  font-family: 'Anton', sans-serif;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 auto;
  padding: 0.1rem;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkY2RjNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJjYWJhNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #4dcdc6), color-stop(100%, #2caba4));
  background: -moz-linear-gradient(top, #4dcdc6, #2caba4);
  background: -webkit-linear-gradient(top, #4dcdc6, #2caba4);
  background: linear-gradient(to bottom right, #4dcdc6, #2caba4);
}

.main_title .main_icon svg {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 auto;
  padding: 0.2rem;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkY2RjNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJjYWJhNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #4dcdc6), color-stop(100%, #2caba4));
  background: -moz-linear-gradient(top, #4dcdc6, #2caba4);
  background: -webkit-linear-gradient(top, #4dcdc6, #2caba4);
  background: linear-gradient(to bottom right, #4dcdc6, #2caba4);
}

.main_title .main_text {
  color: #5ddad4;
  font-size: 1.2rem;
  text-align: left;
  line-height: 2.3rem;
  width: auto;
}

.main_title .main_more {
  padding: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  color: #5ddad4;
  font-size: 0.8rem;
  text-align: left;
  line-height: 0.8rem;
  margin-left: auto;
  margin-right: 0.4rem;
}

.main_title .main_more a {
  border: 1px solid #5ddad4;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 0.1rem 0.5rem 0.1rem 0.5rem;
}

.main_gd_sub {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: auto;
  padding: 0.0rem;
  margin-top: 0.1rem;
}

.main_gd_sub div {
  box-sizing: border-box;
  width: 100%;
  height: 25px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNkM2QzZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #3d3d3d), color-stop(100%, #000000));
  background: -moz-linear-gradient(top, #3d3d3d, #000000);
  background: -webkit-linear-gradient(top, #3d3d3d, #000000);
  background: linear-gradient(to bottom right, #3d3d3d, #000000);
  border-bottom: 1px solid #5c5c5c;
}

.main_gd_sub a {
  padding: 0rem 0.6rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  text-align: center;
  line-height: 24px;
}

.main_gd_sub a b {
  color: #5ddad4;
  display: block;
  margin-left: 0.2rem;
}

.main_gd_sub .normal_in {
  color: #828282;
  font-size: 0.8rem;
}

.main_gd_sub .esport_in {
  color: #5ddad4;
  font-size: 0.8rem;
}

.main_gd_sub .school_in {
  color: #ffe56d;
  font-size: 0.8rem;
}

.main_gd_sub .city_in {
  color: #5dbcff;
  font-size: 0.8rem;
}

.main_gd_sub .awc_in {
  color: #f85e5e;
  font-size: 0.8rem;
}

.main_gd25 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: auto;
  padding: 0rem;
}

.main_gd25 div {
  box-sizing: border-box;
  width: 25%;
  height: 35px;
  background-color: #202020;
  border-left: 1px solid #5c5c5c;
  border-bottom: 1px solid #5c5c5c;
}

.main_gd25 .text_hide {
  display: block;
  padding: 0rem 0.1rem 0rem 0.1rem;

}

.main_gd25 a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  text-align: center;
  line-height: 35px;
}

.main_gd25 .gd1_item {
  background-color: #0b0a09;
}

.main_gd25 .gd1_item .record_py {
  padding-top: 4px;
}

.main_gd25 .cancel_line {
  border-left: 0px solid #fff;
}

.main_gd25 .cancel_lineBot {
  box-shadow: 0rem 0.05rem 0.05rem 0.05rem rgba(0, 0, 0, 0.8);
  border-bottom: 0px;
  /*margin-bottom: 0.3rem;*/
}

.main_gd50 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: auto;
  padding: 0rem;
}

.main_gd50 div {
  box-sizing: border-box;
  height: auto;
  background-color: #000;
}

.main_gd50 a {
  display: block;
  text-align: center;
}

.main_gd50 .cancel_lineBot {
  box-shadow: 0rem 0.05rem 0.05rem 0.05rem rgba(0, 0, 0, 0.1);
  border-bottom: 0px;
  /*margin-bottom: 0.3rem;*/
}

.main_gd50 .season_list {
  width: 40%;
  padding: 0rem;
  position: relative;
  overflow: hidden;
}

.main_gd50 .gd50_item {
  width: 50%;
  padding: 0rem;
  position: relative;
  overflow: hidden;
}

.main_gd50 .gd50_item .vid_video {
  display: block;
  position: relative;
  width: 100%;
  background-size: cover;
  background-image: url("http://img.youtube.com/vi/Xi0EVOPh5qk/maxresdefault.jpg");
  padding-bottom: 56.25%;
  opacity: 1;
  border-top: 0.2rem solid #000;
}

.main_gd50 .gd50_item .vid_video .tv_blur {
  width: 100%;
  position: absolute;
  top: -0.2rem;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.3);
}

.main_gd50 .gd50_item .vid_info {
  width: 100%;
  color: #828282;
  font-size: 0.8rem;
  line-height: 2rem;
  margin-top: 0%;
}

.main_gd50 .gd50_item .play_link {
  width: 20%;
  height: 20%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.main_gd50 .gd50_item .play_link svg {
  margin-top: -0.5rem;
}

.main_gd50 .cancel_line {
  border-left: 0px;
}

.main_gd50 .cancel_lineBot {
  box-shadow: 0rem 0.05rem 0.05rem 0.05rem rgba(0, 0, 0, 0.8);
  border-bottom: 0px;
  /*margin-bottom: 0.3rem;*/
}

.main_gd226 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: auto;
  padding: 0rem;
}

.main_gd226 div {
  box-sizing: border-box;
  height: 35px;
  background-color: #202020;
  border-left: 1px solid #5c5c5c;
  border-bottom: 1px solid #5c5c5c;
}

.main_gd226 a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  text-align: center;
  line-height: 35px;
}

.main_gd226 .gd_20 {
  width: 20%;
}

.main_gd226 .gd_60 {
  width: 60%;
}

.main_gd226 .gd1_item {
  background-color: #0b0a09;
}

.main_gd226 .cancel_lineBot {
  box-shadow: 0rem 0.05rem 0.05rem 0.05rem rgba(0, 0, 0, 0.8);
  border-bottom: 0px;
  /* margin-bottom: 0.3rem;*/
}

.main_gd226 .cancel_line {
  border-left: 0px;
}

.main_gd226 .text_hide {
  display: block;
  padding: 0rem 0.1rem 0rem 0.1rem;
}



/*253*/

.main_gd253 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: auto;
  padding: 0rem;

}

.main_gd253 div {
  box-sizing: border-box;
  /* height: 35px; */
  height: 5rem;
  background-color: #202020;
  border-left: 1px solid #5c5c5c;
  border-bottom: 1px solid #5c5c5c;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.main_gd253 a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  text-align: center;
  vertical-align: middle;
  padding: 0.1rem;
  line-height: 1.6;
  flex-wrap: wrap;

}

.main_gd253 a b {
  max-width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  text-align: center;
  vertical-align: middle;
  padding: 0.1rem;
  line-height: 1.6;

}

.main_gd253 a p {
  max-width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  text-align: center;
  vertical-align: middle;
  padding: 0.1rem;
  line-height: 1.6;
  color: #f9c100;
  padding: 0 3px;
  font-weight: bold;
}

.main_gd253 .gd_20 {
  width: 15%;
}

.main_gd253 .gd_50 {
  width: 55%;
}

.main_gd253 .gd_30 {
  width: 30%;
}


.main_gd253 .gd1_item {
  background-color: #0b0a09;
}

.main_gd253 .cancel_lineBot {
  box-shadow: 0rem 0.05rem 0.05rem 0.05rem rgba(0, 0, 0, 0.8);
  border-bottom: 0px;
  /* margin-bottom: 0.3rem;*/
}

.main_gd253 .cancel_line {
  border-left: 0px;
}

.main_gd253 .text_hide {
  display: block;
  padding: 0rem 0.1rem 0rem 0.1rem;
}









.main_gd33 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: auto;
  padding: 0rem;
}

.main_gd33 div {
  box-sizing: border-box;
  width: 33.33%;
  height: 35px;
  background-color: #202020;
  border-left: 1px solid #5c5c5c;
  border-bottom: 1px solid #5c5c5c;
}

.main_gd33 a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  text-align: center;
  line-height: 35px;
}

.main_gd33 .gd1_item {
  background-color: #0b0a09;
}

.main_gd33 .cancel_lineBot {
  box-shadow: 0rem 0.05rem 0.05rem 0.05rem rgba(0, 0, 0, 0.8);
  border-bottom: 0px;
  /* margin-bottom: 0.3rem;*/
}

.main_gd33 .cancel_line {
  border-left: 0px;
}

.main_gd33 .text_hide {
  display: block;
  padding: 0rem 0.1rem 0rem 0.1rem;
}

.main_gd46 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0rem;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjE2MHB4IiBjeT0iMTYwcHgiIHI9IjIwMCUiPjxzdG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjM2YzZjNmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMjQyNDI0Ii8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-radial-gradient(160px 160px, #3f3f3f 20px, #242424 200px);
  background-image: -webkit-radial-gradient(160px 160px, #3f3f3f 20px, #242424 200px);
  background-image: radial-gradient(160px 160px, #3f3f3f 20px, #242424 200px);
  border-top: 1px solid #000;
  border-bottom: 1px solid #5c5c5c;
}

.main_gd46 div {
  box-sizing: border-box;
  height: auto;
  min-height: 200px;
  zoom: 1;
  letter-spacing: normal;
}

.main_gd46 p {
  color: #fff;
  font-size: 1rem;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-height: 1.2rem;
  height: 7.2rem;
  margin: 0.4rem 0.1rem 0rem 0.1rem;
}

.main_gd46 .gd40_item {
  flex: initial;
  width: 40%;
  min-width: 180px;
}

.main_gd46 .gd40_item .logo_set {
  display: table;
  width: 100%;
  text-align: center;
  padding: 1.5rem;
}

.main_gd46 .gd40_item .logo_set img {
  width: 100%;
  max-width: 260px;
}

.main_gd46 .gd60_item {
  -webkit-flex: 2;
  flex: 2;
}

.main_gd46 .gd60_item .team_intr {
  display: table;
  width: 100%;
  text-align: left;
  padding: 2rem 1.5rem 2rem 0rem;
  color: #2caba4;
  font-size: 1rem;
}

.main_gd46 .gd60_item .team_title {
  margin: 0rem -0.5rem;
}

.main_gd46 .gd60_item .team_link {
  text-align: center;
  display: table;
  color: #fff;
  line-height: 1rem;
  padding: 0rem 0.5rem 0.2rem 0.5rem;
  margin: 1rem 0rem 0rem 0rem;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background-color: #2caba4;
}

.main_gd46 .cancel_lineBot {
  border-bottom: 0px;
  box-shadow: 0rem 0.05rem 0.05rem 0.05rem rgba(0, 0, 0, 0.8);
  border-bottom: 0px;
  /* margin-bottom: 0.3rem;*/
}

.main_gd262 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: auto;
  padding: 0rem;
}

.main_gd262 div {
  box-sizing: border-box;
  height: 35px;
  background-color: #202020;
  border-bottom: 1px solid #5c5c5c;
}

.main_gd262 a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  text-align: center;
  line-height: 35px;
}

.main_gd262 .cancel_lineBot {
  border-bottom: 0px;
  box-shadow: 0rem 0.05rem 0.05rem 0.05rem rgba(0, 0, 0, 0.8);
  border-bottom: 0px;
  /*margin-bottom: 0.3rem;*/
}

.main_gd262 .gd20_item {
  width: 20%;
  background-color: #201f1d;
}

.main_gd262 .gd20_item .date {
  color: #5a5a5a;
}

.main_gd262 .gd60_item {
  -webkit-flex: 1;
  flex: 1;
  background-color: #0b0a09;
}

.main_gd262 .gd60_item p {
  width: 100%;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 35px;
  height: 35px;
  margin: 0rem 0.8rem 0rem 0.8rem;
  text-align: left;
}

.main_gd262 .gd60_item .awards_text {
  width: 100%;
  display: flex;
  align-items: row;
  font-size: 0.8rem;
  text-align: left;
  line-height: 35px;
  background-color: #000;
  padding-left: 1rem;
}

.page_list {
  margin: 0.5rem auto;
  width: 60%;
  text-align: center;
}

.page_list .page_border_l {
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}

.page_list .page_border_l:hover,
.page_list .page_border_l:link,
.page_list .page_border_l:active,
.page_list .page_border_l:visited {
  color: inherit;
  text-decoration: inherit;
}

.page_list .page_border_r {
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}

.page_list .page_border_r:hover,
.page_list .page_border_r:link,
.page_list .page_border_r:active,
.page_list .page_border_r:visited {
  color: inherit;
  text-decoration: inherit;
}

.page_list .page_in {
  color: #5ddad4;
}

.page_list .page_schoolin {
  color: #f9c100;
}

li [type="number"] {
  display: none;
}

.editing .content {
  display: none;
}

.editing [type="number"] {
  width: 50%;
  display: inline;
  color: black;
  text-align: center;
  color: #fff;
  background-color: #201f1d;
}

.main_gd37 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: auto;
  overflow: hidden;
}

.main_gd37 div {
  box-sizing: border-box;
  border-top: 1px solid #000;
  border-bottom: 1px solid #5c5c5c;
}

.main_gd37 a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  text-align: center;
  line-height: 30px;
}

.main_gd37 .cancel_lineBot {
  box-shadow: 0rem 0.05rem 0.05rem 0.05rem rgba(0, 0, 0, 0.8);
  border-bottom: 0px;
  /*  margin-bottom: 0.3rem;*/
}

.main_gd37 .gd30_item {
  display: flex;
  width: 35%;
  padding: 0.5rem;
}

.main_gd37 .gd30_item .news_pic {
  margin: auto;
  text-align: center;
  width: 100%;
  height: auto;
  padding-top: 50.47%;
  background-size: cover;
  background-image: url("../img/gcs/news_01.jpg");
}

.main_gd37 .gd30_item .logo_ms {
  margin: auto;
  text-align: center;
  width: 100%;
  height: auto;
  padding-top: 100%;
  background-size: cover;
  background-image: url("../img/gcs/logo_ms.png");
}

.main_gd37 .gd70_item {
  -webkit-flex: 1;
  flex: 1;
  padding: 0.4rem 0.8rem 0.4rem 0.8rem;
}

.main_gd37 .gd70_item .circle_1 {
  padding: 0rem 0.6rem 0rem 0.6rem;
  background-color: #9ad6d4;
  color: #000;
  font-size: 0.6rem;
  -moz-border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  border-radius: 0.8rem;
}

.main_gd37 .gd70_item .circle_2 {
  padding: 0rem 0.6rem 0rem 0.6rem;
  background-color: #e2ecc6;
  color: #000;
  font-size: 0.6rem;
  -moz-border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  border-radius: 0.8rem;
}

.main_gd37 .gd70_item .circle_3 {
  padding: 0rem 0.6rem 0rem 0.6rem;
  background-color: #dec08d;
  color: #000;
  font-size: 0.6rem;
  -moz-border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  border-radius: 0.8rem;
}

.main_gd37 .gd70_item .news_title_1 {
  margin-left: 0.5rem;
  font-size: 1rem;
  color: #5ddad4;
}

.main_gd37 .gd70_item .news_title_2 {
  margin-left: 0.5rem;
  font-size: 1rem;
  color: #e2ecc6;
}

.main_gd37 .gd70_item .news_title_3 {
  margin-left: 0.5rem;
  font-size: 1rem;
  color: #dec08d;
}

.main_gd37 .gd70_item .team_title {
  font-size: 1rem;
  color: #5ddad4;
}

.main_gd37 .gd70_item p {
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-height: 1.2rem;
  height: 7.2rem;
  margin: 0.4rem 0.1rem 0rem 0.1rem;
}

.main_gd37 .gd70_item .team_text_all {
  display: block;
  font-size: 1rem;
  color: #fff;
  height: 100px;
  overflow: hidden;
}

.main_gd100 {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: auto;
  padding: 1rem;
}

.main_gd100 div {
  width: 100%;
  box-sizing: border-box;
  height: auto;
}

.main_gd100 a {
  display: flex;
  align-items: left;
  justify-content: left;
  font-size: 0.8rem;
  flex-direction: column;
  text-align: left;
  line-height: 1.6rem;
  width: 100%;
}

.main_gd100:not(.news_region) img {
  max-width: 957px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.main_gd100 .campaign_content {
  color: #f9c100;
  border: #f9c100;
  color: #fff;
  padding: 1rem 0.6rem 2rem 0.6rem;
}

.main_gd100 .campaign_content strong {
  color: #5ddad4;
}

.main_gd100 .campaign_content b {
  color: #5ddad4;
}

.main_gd100 .campaign_content p {
  text-indent: 1.6rem;
  padding: 1rem 0rem 1rem 0rem;
  color: gary;
}

.main_gd100 .news_content {
  padding-top: 1rem;
}

.main_gd100 .new_banner {
  margin: 0 auto;
  padding-bottom: 1rem;
}

.main_gd100 .news_title {
  flex-direction: row;
  font-size: 1.2rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: #5ddad4;
  border-bottom: 1px solid #5ddad4;
}

.main_gd100 .news_date {
  margin-left: auto;
}

.main_gd100 p {
  text-indent: 1.6rem;
  padding: 1rem 0rem 1rem 0rem;
  color: gary;
}

.main_gd100 .news_light {
  box-sizing: border-box;
  font-size: 1rem;
  padding: 1.2rem;
  display: block;
  background-color: #202020;
  width: 100%;
  color: #5ddad4;
  margin-bottom: 1rem;
  border: 1px solid #5ddad4;
}

.main_gd100 .news_light b {
  color: #fff;
}

.main_gd100 .circle_2 {
  background-color: #5ddad4;
  color: #000;
  font-size: 0.8rem;
  line-height: 1.6rem;
  -moz-border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  border-radius: 0.6rem;
  margin: 0.2rem 0.5rem 0.2rem 0rem;
  padding: 0rem 0.5rem 0rem 0.5rem;
}

.main_gd100 .news_date {
  font-size: 0.8rem;
  color: #cbcbcb;
  margin-left: auto;
}

.cancel_lineBot {
  border-bottom: 0px;
  box-shadow: 0rem 0.05rem 0.05rem 0.05rem rgba(0, 0, 0, 0.8);
  border-bottom: 0px;
  /*margin-bottom: 0.3rem;*/
}

.main_gd20 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: auto;
  padding: 0rem;
  /*margin-bottom: 60px;*/
}

.main_gd20 div {
  box-sizing: border-box;
  width: 20%;
  height: 35px;
  background-color: #202020;
  border-left: 1px solid #5c5c5c;
  border-bottom: 1px solid #5c5c5c;
}

.main_gd20 a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  text-align: center;
  line-height: 35px;
  color: gray;
  font-size: 0.8rem;
}

.main_gd20 .data_table {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #333;
}

.main_gd20 .data_table th {
  border: 1px solid #333;
  width: 20%;
  color: gray;
  font-size: 0.8rem;
}

.main_gd20 .data_table td {
  border: 1px solid #333;
  width: 20%;
}

.main_gd20 .number {
  color: #5ddad4;
  font-size: 0.8rem;
}

.main_gd20 .gd1_item {
  background-color: #0b0a09;
}

.main_gd20 .gd1_item .record_py {
  padding-top: 4px;
}

.main_gd20 .cancel_line {
  border-left: 0px solid #fff;
}

.main_gd20 .cancel_lineBot {
  box-shadow: 0rem 0.05rem 0.05rem 0.05rem rgba(0, 0, 0, 0.8);
  border-bottom: 0px;
  /*margin-bottom: 0.3rem;*/
}

.main_gd20 .select_item {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkY2RjNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJjYWJhNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #4dcdc6), color-stop(100%, #2caba4));
  background: -moz-linear-gradient(top, #4dcdc6, #2caba4);
  background: -webkit-linear-gradient(top, #4dcdc6, #2caba4);
  background: linear-gradient(to bottom right, #4dcdc6, #2caba4);
}

.main_gd20 .select_item a {
  color: #141414;
  font-size: 0.8rem;
}

.bot {
  margin-bottom: 80px;
}

.play_svg {
  fill: red;
  text-shadow: 0rem 0.5rem 0.1rem 0.1rem rgba(100, 100, 0, 0.8);
}

/* 標籤顏色 */

.news_circleA {
  margin: 0.3rem 0.2rem 0.2rem 0.2rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 99em;
  background-color: #9ad6d4;
}

.news_colorA {
  color: #9ad6d4;
}

.news_circleB {
  margin: 0.3rem 0.2rem 0.2rem 0.2rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 99em;
  background-color: #e2ecc6;
}

.news_colorB {
  color: #e2ecc6;
}

.news_circleC {
  margin: 0.3rem 0.2rem 0.2rem 0.2rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 99em;
  background-color: #dec08d;
}

.news_colorC {
  color: #dec08d;
}

/* 標籤顏色 END*/

@media screen and (max-width: 768px) {
  .main_gd46 {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0rem;
    background-color: #121212;
    border-top: 1px solid #000;
    border-bottom: 1px solid #5c5c5c;
  }

  .main_gd46 div {
    box-sizing: border-box;
    height: auto;
    min-height: 200px;
    zoom: 1;
    letter-spacing: normal;
  }

  .main_gd46 p {
    color: #fff;
    font-size: 0.8rem;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 1.2rem;
    height: 4.8rem;
    margin: 0.4rem 0.1rem 0rem 0.1rem;
  }

  .main_gd46 .gd40_item {
    flex: initial;
    width: 40%;
    min-width: 180px;
  }

  .main_gd46 .gd40_item .logo_set {
    display: table;
    width: 100%;
    text-align: center;
    padding: 1.5rem;
  }

  .main_gd46 .gd40_item .logo_set img {
    width: 100%;
    max-width: 260px;
  }

  .main_gd46 .gd60_item {
    -webkit-flex: 2;
    flex: 2;
  }

  .main_gd46 .gd60_item .team_intr {
    display: table;
    width: 100%;
    text-align: left;
    padding: 2.2rem 1.5rem 2rem 0rem;
    color: #2caba4;
    font-size: 1rem;
  }

  .main_gd46 .gd60_item .team_title {
    margin: 0rem -0.5rem;
    color: #5ddad4;
    font-size: 1.1rem;
  }

  .main_gd46 .gd60_item .team_link {
    text-align: center;
    display: table;
    color: #fff;
    line-height: 1rem;
    padding: 0rem 0.5rem 0.2rem 0.5rem;
    margin: 1rem 0rem 0rem 0rem;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background-color: #2caba4;
  }

  .main_gd46 .gd60_item p {
    color: gray;
    font-size: 0.8rem;
  }

  .main_gd46 .cancel_lineBot {
    box-shadow: 0rem 0.05rem 0.05rem 0.05rem rgba(0, 0, 0, 0.8);
    border-bottom: 0px;
    margin-bottom: 1rem;
  }

  .main_gd37 {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
    overflow: hidden;
  }

  .main_gd37 div {
    box-sizing: border-box;
    border-top: 1px solid #000;
    border-bottom: 1px solid #5c5c5c;
  }

  .main_gd37 a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    text-align: center;
    line-height: 30px;
  }

  .main_gd37 .gd30_item {
    display: flex;
    width: 35%;
    padding: 0.5rem;
  }

  .main_gd37 .gd30_item .news_pic {
    margin: auto;
    text-align: center;
    width: 100%;
    height: auto;
    padding-top: 50.47%;
    background-size: cover;
    background-image: url("../img/gcs/news_01.jpg");
  }

  .main_gd37 .gd30_item .logo_ms {
    margin: auto;
    text-align: center;
    width: 100%;
    height: auto;
    padding-top: 100%;
    background-size: cover;
    background-image: url("../img/gcs/logo_ms.png");
  }

  .main_gd37 .gd70_item {
    -webkit-flex: 1;
    flex: 1;
    padding: 0.4rem 0.8rem 0.4rem 0.8rem;
  }

  .main_gd37 .gd70_item .circle_1 {
    padding: 0rem 0.6rem 0rem 0.6rem;
    background-color: #9ad6d4;
    color: #000;
    font-size: 0.6rem;
    -moz-border-radius: 0.8rem;
    -webkit-border-radius: 0.8rem;
    border-radius: 0.8rem;
  }

  .main_gd37 .gd70_item .circle_2 {
    padding: 0rem 0.6rem 0rem 0.6rem;
    background-color: #e2ecc6;
    color: #000;
    font-size: 0.6rem;
    -moz-border-radius: 0.8rem;
    -webkit-border-radius: 0.8rem;
    border-radius: 0.8rem;
  }

  .main_gd37 .gd70_item .circle_3 {
    padding: 0rem 0.6rem 0rem 0.6rem;
    background-color: #dec08d;
    color: #000;
    font-size: 0.6rem;
    -moz-border-radius: 0.8rem;
    -webkit-border-radius: 0.8rem;
    border-radius: 0.8rem;
  }

  .main_gd37 .gd70_item .news_title_1 {
    margin-left: 0.5rem;
    font-size: 1rem;
    color: #5ddad4;
  }

  .main_gd37 .gd70_item .news_title_2 {
    margin-left: 0.5rem;
    font-size: 1rem;
    color: #e2ecc6;
  }

  .main_gd37 .gd70_item .news_title_3 {
    margin-left: 0.5rem;
    font-size: 1rem;
    color: #dec08d;
  }

  .main_gd37 .gd70_item .team_title {
    font-size: 1rem;
    color: #5ddad4;
  }

  .main_gd37 .gd70_item p {
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.2rem;
    height: 2.4rem;
    margin: 0.4rem 0.1rem 0rem 0.1rem;
  }

  .main_gd37 .gd70_item .team_text_all {
    display: block;
    font-size: 1rem;
    color: #fff;
    height: 100px;
    overflow: hidden;
  }
}

.slot_ad {
  margin-top: 110px;
  z-index: 1001;
  position: fixed;
  top: 5%;
  left: -9.8rem;
  max-width: 48%;
  overflow: hidden;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: auto;
  background-color: rgba(0, 100, 235, 0.7);
  border-radius: 0rem 5rem 5rem 0rem;
  font-size: 0.9rem;
  font-weight: blod;
  padding: 0.2rem 0.2rem 0.2rem 0.6rem;
  display: none;
}

.slot_ad .go {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.slot_ad .go img {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0rem 0.2rem 0rem 0.3rem;
}

.slot_ad strong {
  color: #F4F42A;
}

@media only screen and (max-width: 1440px) {
  .slot_ad {
    display: flex;
  }
}

@media only screen and (max-width: 400px) {
  .main_gd25 .text_hide {
    display: none;
  }

  .main_gd33 .text_hide {
    display: none;
  }
}

@media only screen and (max-width: 360px) {

  /*------ topbar ------*/
  #topbar .topbar_download {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0rem 0rem 0rem 0rem;
    max-width: 60px;
    max-height: 59px;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNmM2YzZiIvPjxzdG9wIG9mZnNldD0iMzMuMzMzMzMzMzMzMyUiIHN0b3AtY29sb3I9IiMzODM4MzgiLz48c3RvcCBvZmZzZXQ9IjY2LjY2NjY2NjY2NjclIiBzdG9wLWNvbG9yPSIjMzEzMTMxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMjUyNTI1Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3f3f3f), color-stop(33.3333333333%, #383838), color-stop(66.6666666667%, #313131), color-stop(100%, #252525));
    background: -moz-linear-gradient(#3f3f3f, #383838, #313131, #252525);
    background: -webkit-linear-gradient(#3f3f3f, #383838, #313131, #252525);
    background: linear-gradient(#3f3f3f, #383838, #313131, #252525);
    background-size: 100% 100%;
    width: 10rem;
    height: 10rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: right;
    flex-direction: row;
  }

  #topbar .topbar_download .download_txt {
    display: none;
  }

  #topbar .topbar_download .download_icon {
    margin: 0.3rem 0rem 0rem 0.1rem;
    width: 100%;
    max-width: 60px;
  }

  /*------ topbar  END------*/
  /*botbar*/
  #botbar {
    opacity: 1;
    position: fixed;
    top: 100%;
    left: 0%;
    width: 100%;
    height: 60px;
    border-top: 1px solid #545454;
    line-height: 60px;
    box-shadow: 0rem 0rem 0.1rem 0.05rem rgba(0, 0, 0, 0.8);
    z-index: 999;
    margin-top: -60px;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyMjIyMiIvPjxzdG9wIG9mZnNldD0iMzMuMzMzMzMzMzMzMyUiIHN0b3AtY29sb3I9IiMyYTJhMmEiLz48c3RvcCBvZmZzZXQ9IjY2LjY2NjY2NjY2NjclIiBzdG9wLWNvbG9yPSIjMjIyMjIyIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTQxNDE0Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #222222), color-stop(33.3333333333%, #2a2a2a), color-stop(66.6666666667%, #222222), color-stop(100%, #141414));
    background: -moz-linear-gradient(#222222, #2a2a2a, #222222, #141414);
    background: -webkit-linear-gradient(#222222, #2a2a2a, #222222, #141414);
    background: linear-gradient(#222222, #2a2a2a, #222222, #141414);
  }

  #botbar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  #botbar svg {
    display: block;
    margin: 0 auto;
    width: 1.2rem;
    height: 1.2rem;
  }

  #botbar .botbar_btn {
    box-sizing: border-box;
    flex-spacing: 0px;
    width: 25%;
    line-height: 1.5rem;
    border-right: 1px solid #141414;
  }

  #botbar .botbar_btn .cancel_line {
    border-left: 0px;
  }

  #botbar .botbar_btn a {
    color: #cbcbcb;
    font-size: 0.8rem;
    align-items: baseline;
    text-align: center;
  }

  /*botbar  END*/
  .team_vs {
    margin: 0rem 0.1rem;
  }

  #topbar .topbar_icon {
    margin: 5px 5px;
    line-height: 60px;
  }

  #topbar .topbar_txt h1 {
    color: #fff;
    font-size: 0.85rem;
  }
}

@media only screen and (max-width: 320px) {
  html {
    font: 10px/1.4 "Noto Sans TC", Verdana, Arial, Helvetica, sans-serif;
  }

  .main_gd46 .gd40_item .logo_set img {
    max-width: 70%;
  }
}

@media screen and (orientation: portrait) {
  @media only screen and (max-width: 1024px) {
    .main_gd46 .gd40_item .logo_set img {
      max-width: 40%;
    }
  }

  @media only screen and (max-width: 768px) {
    .main_gd46 .gd40_item .logo_set img {
      max-width: 55%;
    }
  }

  @media only screen and (max-width: 375px) {
    .main_gd46 .gd40_item .logo_set img {
      max-width: 90%;
    }
  }

  @media only screen and (max-width: 320px) {
    .main_gd46 .gd40_item .logo_set img {
      max-width: 65%;
    }

    .main_gd46 div {
      min-height: 0px;
    }
  }
}

@media screen and (orientation:landscape) {
  .main_gd46 .gd40_item .logo_set img {
    max-width: 20%;
  }

  @media only screen and (max-width: 1024px) {
    .main_gd46 .gd40_item .logo_set img {
      max-width: 40%;
    }
  }

  @media only screen and (max-width: 812px) {
    .main_gd46 .gd40_item .logo_set img {
      max-width: 55%;
    }
  }

  @media only screen and (max-width: 568px) {
    .main_gd46 .gd40_item .logo_set img {
      max-width: 65%;
    }
  }
}
