/*top menu css start*/
body {
  color: #333;
  font: 13px century Gothic,Microsoft JhengHei,Heiti SC,Heiti TC;
  font-weight: 400;
  height: 100%;
  width: 100%;
  background-color: white;
  position: relative;
  cursor: default;
  display: block;
}
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, a, blockquote, pre, form, fieldset, table, th, td, span, input, textarea, img {
  margin: 0;
  padding: 0;
  direction: ltr;
  list-style: none;
  text-decoration: none;
  vertical-align: middle;
}
#all_page {
  margin: 0 auto;
}
.profixed {
  position: fixed;
  width: 100%;
  z-index: 2000;
  text-align: center;
  font-size: 18px;
}
.profixed div, .profixed ul, .profixed li, .profixed section {
  display: inline-block;
}
.top-bar {
  width: 100%;
  height: 58px;
  line-height: 58px;
  padding-top: -2px;
  background: white;
}
.top-bar .title-area {
  position: absolute;
  width: 109px;
  left: 16px;
  top: -2px;
}
.menu-icon { display: none; }
.toplogo { cursor: pointer; }
.top-bar-section ul.left {
  width: calc(100vw - 330px);
  margin-left: -75px;
}
.top-bar-section ul.left li {
  width: 19%;
}
.top-bar-section ul.left li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #333;
  cursor: pointer;
  box-sizing: border-box;
}
.top-bar-section ul.left li a:hover {
  color: #0099cc;
  background: -moz-linear-gradient(top, rgba(0,153,204,1) 0px, rgba(0,153,204,1) 4px, transparent 4px, transparent 40px); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,153,204,1) 0px, rgba(0,153,204,1) 4px,transparent 4px), transparent 40px; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,153,204,1) 0px, rgba(0,153,204,1) 4px,transparent 4px), transparent 40px; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.top-bar-section ul.right {
  position: absolute;
  right: 16px;
  top: 0px;
}
#login {
  font-size: 0.8em;
  color: #0099cc;
  cursor: pointer;
  font-weight: bold;
}
.xdiv {
  margin-top: -1px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  position: relative;
  overflow: hidden;
}
.xspan {
  width: 26px;
  height: 54px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.xdiv:hover .xspan { top: -28px; }
.profixed .header_prodbar {
  max-height:60px;    
  height: auto;
  background-color: rgba(0, 0, 0, 0.6);
  min-width: 100%;
  width: auto;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  display: block;
}
.profixed .header_prodbar::-webkit-scrollbar { height: 4px; }
.profixed .header_prodbar::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); }
.profixed .header_prodbar::-webkit-scrollbar-thumb { background-color: rgba(255,255,255,0.6); }
.profixed .header_prodbar li {
  display: inline-block;
  width: 10vw;
  min-width: 60px;
  margin: 6px 0;
  padding:0 12px 0 10px;
}
.bdr {
  background: linear-gradient(to bottom, transparent 16%,rgba(0,0,0,0.2) 0,rgba(0,0,0,0.2) 84%,transparent 0) right no-repeat;
  background-size: .16em 100%;
}
.profixed .header_prodbar li img {
  max-width: 100%;
  max-height: 48px;
}
.spacefixed { height:120px; }
#wrapper { min-height: calc(100vh - 170px); }
.shadow{
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
}
@media screen and (max-width: 840px) {
  .spacefixed { height:96px; }  
  .top-bar {
    height: 48px;
    line-height: 48px;    
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
  }
  .top-bar .title-area {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0px;
    top: -2px;
  }
  .menu-icon {
    position: absolute;
    left: 10px;
    top: 12px;
    width: 28px;
    height: 28px;
  }
  .menu-icon a {
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer;
  }
  .menu-icon span {
    width: 24px;
    height: 28px;
    display: block;
    background: #0099cc;
    background: -moz-linear-gradient(top,  transparent 0%, transparent 14%, #0099cc 14%, #0099cc 28%, transparent 28%, transparent 42%, #0099cc 42%, #0099cc 56%, transparent 56%, transparent 70%, #0099cc 70%, #0099cc 84%, transparent 84%, transparent 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  transparent 0%,transparent 14%,#0099cc 14%,#0099cc 28%,transparent 28%,transparent 42%,#0099cc 42%,#0099cc 56%,transparent 56%,transparent 70%,#0099cc 70%,#0099cc 84%,transparent 84%,transparent 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  transparent 0%,transparent 14%,#0099cc 14%,#0099cc 28%,transparent 28%,transparent 42%,#0099cc 42%,#0099cc 56%,transparent 56%,transparent 70%,#0099cc 70%,#0099cc 84%,transparent 84%,transparent 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  .expanded .menu-icon span {
    position: relative;
    display: block;
    width: 28px;
    height: 28px;
    overflow: hidden;
    background: transparent;
  }
  .expanded .menu-icon span::before, .expanded .menu-icon span::after {
    content: '';
    position: absolute;
    height: 4px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -2px;
    background: #0099cc;
  }
  .expanded .menu-icon span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .expanded .menu-icon span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .top-bar-section ul.left, .top-bar-section ul.right { display: none; }
  .expanded { height:312px; }
  .expanded .top-bar-section {
    position: relative;
    width: 100%;
    margin-top: 48px;
    height: 260px;
  }
  .expanded .top-bar-section ul.left, .expanded .top-bar-section ul.right {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
  }
  .expanded .top-bar-section ul.right {
    bottom: 0px;
    right: 8px;
    top: initial;
    height: 40px;
    line-height: 40px;
    text-align: right;
  }
  .expanded .top-bar-section ul.left {
    top: 16px;
    position: absolute;
  }
  .top-bar-section ul.left li {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: left;
    width: 100%;
  }
  .top-bar-section ul.left li a {
    padding-left: 48px;
    color:#0099cc;
  }
  .top-bar-section ul.left li a:hover {
    background:#0099cc;
    background: -moz-linear-gradient(left,  rgba(0,153,204,1) 0%, rgba(255,255,255,0) 98%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,153,204,1) 0%,rgba(255,255,255,0) 98%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,153,204,1) 0%,rgba(255,255,255,0) 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099cc', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    color: white;    
  }
}
/*top menu css end*/
/*main menu css start*/
.tc { text-align: center;}
.tl { text-align: left;}
.tr { text-align: right;}
.mm { margin: 0 auto; }
.mw960 { width: 100%; max-width: 960px; }
.mw1000 { width: 100%; max-width: 1000px; }
.mw1200 { width: 100%; max-width: 1200px; }
.grayback { background-color: #efefef; }
.mwa { max-width: 100% }
#wrapper .tit_blu, #wrapper .tit_blu a {
    color: #0099cc;
    line-height: 2.8em;
    font-size: 1.4em;
}
sup { vertical-align: super; position: relative; top:1%;}
div.block-2-1 {
  display: inline-block;
  width: 49%;  
  color: #333;
  margin: 0 auto;
}
div.block-2-1 p{ font-size: 2.2em; }
img.block-2-2 {
  display: inline-block;
  width:49%;
  margin: 64px auto;
}
img.block-1-1 {
  display: inline-block;
  width: 49%;  
  margin: 64px auto;
}
div.block-1-2 {
  display: inline-block;
  width:49%;
  margin: 0 auto;
  color: #333;  
}
div.block-1-2 p { font-size: 2.2em; }
img.xind_i3 {
  display: inline-block;
  width: 60%;  
  margin: 64px auto;
}
p.xind_p3 {
  display: inline-block;
  width:39%;
  margin: 0 auto;
  color: #333;  
}
p.xind_p3 { font-size: 2.2em; }
img.xind_i4 {
  display: inline-block;
  width:60%;
  margin: 64px auto;
  float: right;
}
.column.tc {
  display: inline-block;
  width: 39%;
  max-width: 400px;
  margin-top: 12%;
}
.column.tc p {
  color: #333;
  font-size: 1.4em;
}
.column.tc p.ez_tit3 { font-size: 2.2em; }
.playGames img.img, .joinEZCast img.img {
  width: 120%;
  height: auto;
  display: block;
  margin-left: -10%;
  overflow: hidden;
}
.FadeAway {
  width: 39%;
  max-width: 320px;
  margin-top: -30%;
  float: right;
  margin-right: 15%;
  text-shadow: 0px 0px 2px white;
}
.joinEZCast .FadeAway {  
  width: 45%;
  max-width: 600px;
  margin-top: -38%;
  float: left;
  margin-left: 12%;
  text-shadow: none;
}
.FadeAway p {
  color: #333;
  font-size: 1.4em;
}
.joinEZCast .FadeAway p { color: #fff; }
.FadeAway p.blockTitle { font-size: 2.2em; }
.joinEZCast .FadeAway p.blockTitle { font-size: 1.8em; }
p.xind_p7 {
  color: #333;
  font-size: 2.2em;
  width: 400px;
  margin-left: 115px;
  margin-top: -160px;
  margin-bottom: 16px;
  text-shadow: 0px 0px 2px white;
}
img.xind_p7 {
  max-width: 214px;
  margin-left: 115px;
  display: block;
  padding-bottom: 64px;
}
img.mwa[src*="distributor"] {
  width: 100%;
  height: auto;
  display: block;
}
img.responsive_pic{
    max-width: 100%;
}
img.responsive_pic3 {
    max-width: 137px;
    width: 30vw;
}
@media screen and (max-width: 840px) {
  div.block-2-1 {
    margin: 40px auto;
    margin-bottom: 16px;
    width: 90%;
  }
  div.block-2-1 p { font-size: 1.8em; }
  img.block-2-2 {
    margin: 40px auto;
    margin-top: 0;    
    width: 90%;
  }
  img.block-1-1, img.xind_i3 {
    margin: 40px auto;
    margin-bottom: 0;    
    width: 90%;
  }
  div.block-1-2, p.xind_p3 {
    margin: 40px auto;
    margin-top: 16px;
    width: 90%; 
  }
  div.block-1-2 p, p.xind_p3{ font-size: 1.8em; }  
  img.xind_i4 {
    width:90%;
    margin: 40px auto;
  }
  .column.tc {
    width: 90%;
    max-width: 90%;
    margin: 40px auto;
    margin-top: 0px;
  }
  .column.tc p.ez_tit3 { font-size: 1.8em; }
  .FadeAway {
    width: 90%;
    max-width: 90%;
    margin: 40px auto;
    margin-top: 0;
    clear: right;
    float: none;
    height: 200px;
  }
  .joinEZCast .FadeAway {
    width: 90%;
    max-width: 90%;
    margin: 40px auto;
    margin-top: 0;
    clear: right;
    float: none;
    height: 180px;
  }
  .FadeAway p { font-size: 1.4em; }
  .joinEZCast .FadeAway p { color: #333; }
  .FadeAway p.blockTitle { font-size: 1.8em; }
  p.xind_p7 {
    font-size: 1.8em;
    width: 90%;
    margin: 24px auto;
    text-shadow: none;
  }
  img.xind_p7 { margin: 0 auto; }
}
/*main menu css end*/
/*foot css start*/
.foot_table { background: #ddd; }
.foot_table a {
  color: #0099cc;
  vertical-align: top;
}
/*foot css end*/
/*others*/
.spacefixedhalf { height: 60px; }
#vdvd img.fr {cursor: pointer;}
#vdvd .vid2, #vdvd .vid3 {
    width: 560px;
    height: 315px;
    max-width: 90vw;
    position: absolute;    
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}