@-ms-viewport {
  width: device-width;
  user-zoom: fixed;
  zoom: 50%;
}

:root {
  --def-list-color: #665142;
  --def-color0: #261d18;
  --def-color: #503f32;
  --def-color2: #987956;
  --def-color3: #e0e0e0;

  --btn-def-bg: #e0e0e0;
  --btn-def-color: var(--def-color);
  --btn-def-bg-lig: linear-gradient(top, var(--def-color) 0, #e3e5e8 100%);

  --btn-submit-bg: var(--def-color);
  --btn-submit-bg-lig: none;
  --btn-submit-color: #fff;
  --btn-cancel-bg: var(--btn-def-bg);
  --btn-cancel-color: var(--def-color);
  --btn-cancel-bg-lig: none;

  --bg-icon-gold: url(/Content/images/imgAll_gold.png?20140404) no-repeat;
  --bg-icon-gold-refresh-position: -347px -3px;
  --bg-icon-gold-home-position: -695px -140px;
  --icon-refresh-width: 34px;
  /* --bg-icon-gold-refresh-position: -245px 0px;
  --icon-refresh-width: 39px; */
}

div {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

body {
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@-moz-document url-prefix() {
  .stake-input {
    -moz-user-select: none;
         user-select: none;
  }
}

.clear {
  clear: both;
}

.stake-input {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#wrap {
  display: table;
}

#cell {
  display: table-cell;
  vertical-align: middle;
}

#floater {
  float: left;
  height: 50%;
  margin-bottom: -200px;
  width: 1px;
}

#middle {
  clear: both;
  height: 400px;
  position: relative;
}

a {
  text-decoration: none;
}

.indexAll {
  width: 100%;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.functions ul li a,
.sportNav .bottomList ul li a,
.sportNav ul.sportNavTop li a,
#leagueMenu .leagueList ul,
.topBack a {
  display: block;

  font-family: Arial;
  height: 90px;
  line-height: 90px;
  color: #fff;
  font-size: 30px;
  text-shadow: 0 1px 0 #261d18;
  text-shadow: 0 1px 0 var(--def-color0);
  position: relative;
  padding-left: 128px;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-tap-highlight-color: rgba(0, 0, 0, 0);
  background: url(/Content/images/bg_parlayarea.png?20140404);
  height: 100%;
}

body {
  background: url(/Content/images/bg_parlayarea.png?20140404);
  font-family: Arial;
}

table.mainPage {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.mainHr {
  margin: 0;
}

.loading {
  position: fixed;
  z-index: 20001;
  height: 100%;
  width: 100%;
  text-align: center;
  top: 0;
}

.loading .loader {
  margin: 42% auto;
  width: 180px;
  height: 160px;
  padding-top: 48px;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 10px;
}

@media screen and (orientation: landscape) {
  .loading .loader {
    margin: 18% auto;
  }
}

.copyRight {
  width: 100%;
  height: 50px;
  padding: 17px 0 0;
  text-align: center;
  display: block;
  margin: 0 auto;
  float: left;
}

.copyRight p {
  font-size: 14px;
  color: #959595;
  margin: 0;
}

.copyRight a {
  font-size: 14px;
  font-family: AppleGothic;
  color: #668dc5;
  padding: 0 6px;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

hr {
  height: 1px;
  background: rgba(65, 65, 65, 0.3);
  padding: 0;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #fff;
}

.ht-auto {
  height: auto !important;
}

@-webkit-keyframes highLight {
  from {
    -webkit-box-shadow: 0 0 10px rgba(122, 128, 236, 0);
            box-shadow: 0 0 10px rgba(122, 128, 236, 0);
  }

  to {
    -webkit-box-shadow: 0 0 15px #7a80ec;
            box-shadow: 0 0 15px #7a80ec;
  }
}

.search .announce {
  height: 70px;
  background-color: #f5f5f5;
  background: -linear-gradient(top, #f5f5f5 0, #fff 100%);
}

.search.announce .filter {
  border-bottom: 1px solid #959595;
}

.search.announce .filter > div {
  float: none;
  width: 294px;
  margin: 0 auto;
  border-right: 1px solid #959595;
  border-left: 1px solid #959595;
}

.search.announce .filter div select {
  text-align: left;
}

.search.announce .list .number {
  width: 10%;
  background-color: #efefef;
}

.search.announce .list .date {
  width: 18%;
  background-color: #fff;
}

.search.announce .list .content {
  width: 72%;
  background-color: #efefef;
  line-height: 22px;
  color: #333;
  font-weight: 400;
  text-align: left;
}

.search.announce .list .number.first {
  background-color: #ffc6c6;
}

.search.announce .list .date.first {
  background-color: #ffdfdf;
}

.search.announce .list .content.first {
  background-color: #ffc6c6;
}

.search.announce .list td {
  text-align: center;
  vertical-align: middle;
  padding: 20px 10px;
  color: #838383;
  font-size: 20px;
  font-weight: 700;
}

.search.announce .list tr {
  border-bottom: 2px solid #ccc;
}

.umpage h2 {
  width: 100%;
  height: 66px;
  color: #243b7a;
  font-size: 30px;
}

.umpage h2 > div {
  text-align: center;
  padding-top: 4px;
  width: 420px;
  margin: 0 auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.umpage h2 > div > p {
  background: url(/Content/images/imgAll.png?20140404) -40px -4px no-repeat;
  width: 47px;
  height: 40px;
  margin: 0;
  padding: 0;
  float: left;
}

.login .form .input.umpageText {
  color: #243b7a;
  line-height: normal;
  padding: 34px;
}

.login.umpage .umpageDer {
  position: absolute;
  top: -2px;
  right: -2px;
  background: url(/Content/images/imgAll.png?20140404) -124px -204px no-repeat;
  width: 90px;
  height: 70px;
}

.login.umpage .umpageDer img {
  position: absolute;
  right: -15px;
  top: -15px;
}

.login {
  width: 100%;
  height: 900px;
  position: relative;
  bottom: 5px;
  background-color: #e4e5e5;
  background: -linear-gradient(top, #c0c7ca 0, #fff 100%);
  border-top: 1px solid #777;
}

@media screen and (orientation: portrait) {
  .login {
    height: 100%;
  }
}

.login .radialbg {
  width: 100%;
  height: 700px;
  position: absolute;
  background: -moz-gradient(
    radial,
    center center,
    0,
    center center,
    100%,
    color-stop(0%, #fff),
    color-stop(70%, rgba(255, 255, 255, 0)),
    color-stop(99%, rgba(255, 255, 255, 0))
  );
  background: -ms-gradient(
    radial,
    center center,
    0,
    center center,
    100%,
    color-stop(0%, #fff),
    color-stop(70%, rgba(255, 255, 255, 0)),
    color-stop(99%, rgba(255, 255, 255, 0))
  );
  background: -ms-radial-gradient(
    center,
    ellipse cover,
    #fff 0,
    rgba(255, 255, 255, 0) 70%,
    rgba(255, 255, 255, 0) 99%
  );
  top: -70px;
  z-index: 1;
}

.login .wrap {
  position: relative;
  z-index: 2;
  height: 100%;
  float: left;
  width: 100%;
  top: -40px;
}

.login h1 {
  width: 344px;
  height: 70px;
  margin: 30px auto 0;
  text-indent: -99999px;
  background: url(/Content/images/imgAll.png?20140404) -567px 28px no-repeat;
  padding-top: 40px;
}

.login hr {
  height: 10px;
  border: 0;
  background: url(/Content/images/bg_indexhr.png?20140404) center center no-repeat;
}

.login .term {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  width: 90%;
  background: #f5f5f5;
  border: 2px solid #858595;
  -webkit-box-shadow: inset 0 0 2px #fff, 0 15px 30px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 2px #fff, 0 15px 30px rgba(0, 0, 0, 0.3);
  margin: 40px auto;
  background: #ededed;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #ededed), color-stop(50%, #fff), to(#ededed));
  background: linear-gradient(left, #ededed 0, #fff 50%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#ededed',GradientType=0);
}

.login .term .content a {
  font-size: 28px;
  color: #243b7a;
  text-decoration: underline;
}

.login .term .content h3 {
  padding-left: 6%;
  margin-top: 6%;
  font-size: 24px;
  font-family: Arial;
  color: #292929;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.login .term .content p.top {
  margin-top: 10px;
}

.login .term .content hr {
  border-top: dashed #aaa 2px;
  height: 0;
}

.login .term .content p {
  font-size: 20px;
  color: #6e6e6e;
  margin-top: 6%;
  margin-bottom: 6%;
  padding: 0 6%;
}

.login .term .content p.bottom {
  margin-bottom: 6%;
  color: #79a0d7;
  font-weight: 700;
  font-size: 26px;
}

.login .term .notice {
  line-height: 55px;
  border-top: 2px dashed #bababa;
  padding-left: 80px;
  font-size: 18px;
  color: #79a0d7;
  font-family: Arial;
  font-weight: bolder;
}

.login .button {
  width: 90%;
  margin: 20px auto;
}

.login .button a {
  display: inline-block;
  width: 48%;
  line-height: 58px;
  border-radius: 8px;
  border: 1px solid #999;
  -webkit-box-shadow: inset 0 1px 0 #fff, 0 2px 5px rgba(0,0,0,0.50196);
          box-shadow: inset 0 1px 0 #fff, 0 2px 5px rgba(0,0,0,0.50196);
  text-align: center;
  font-size: 30px;
  color: #666;
  font-family: Arial;
  font-weight: 100;
  background-color: #f5f5f5;
  background: -linear-gradient(top, #f5f5f5 0, #fff 100%);
}

.login .button a.cancel {
  float: left;
}

.login .button a.agree {
  color: #6289c1;
  float: right;
}

.login .lang {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  color: #3f5c98;
  padding: 7px 0 8px;
}

.login .lang select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  padding-right: 30px;
  border: 0;
  background: 0;
  background-position: 98% 60%;
}

.login .kind {
  font-weight: 700;
  width: 50%;
  margin: 0 auto;
  display: block;
  margin-bottom: 15px;
}

.login .selectBGKind {
  display: block;
}

.login .selectBGKind {
  width: 100%;
  height: 70px;
  margin: 0 auto;
  background: url(/Content/images/select_icon_kind.png?20140404) no-repeat 98% 55%;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  border-radius: 6px;
  border: 1px solid #b4b4b4;
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.login .kind select {
  width: 100%;
  height: 70px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  border-radius: 6px;
  border: 1px solid #b4b4b4;
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 26px;
  font-weight: 700;
  color: #5a5a5a;
  padding-left: 2%;
  background: 0;
}

.login .form {
  width: 90%;
  padding: 15px;
  border-radius: 8px;
  background: #f5f5f5;
  border: 2px solid #858595;
  -webkit-box-shadow: inset 0 0 2px #fff, 0 15px 30px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 2px #fff, 0 15px 30px rgba(0, 0, 0, 0.3);
  margin: 0 auto 40px;
  position: relative;
}

.login .form .input {
  line-height: 70px;
  border-radius: 6px;
  border: 1px solid #b4b4b4;
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.3);
  background: #fff;
  font-size: 30px;
  margin: 0 0 10px;
}

.login .form .input span {
  color: #6189c0;
  padding: 0 0 0 2%;
  min-width: 210px;
  display: inline-block;
}

.login .form .input input {
  border: 0;
  font-family: Arial;
  color: #5a5a5a;
  width: 50%;
  overflow: hidden;
  font-size: 29px;
  padding-left: 5px;
}

.login .form input.verif {
  font-size: 25px;
  color: #888;
  padding-left: 10px;
  margin-bottom: 15px;
  border: 1px solid #999;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
  height: 60px;
  width: 40%;
}

.login .form .code {
  display: inline-block;
  margin-left: 10px;
  width: 234px;
  height: 70px;
  margin-top: 7px;
}

.login .form .code img {
  vertical-align: middle;
  margin: 0 4px;
}

.login .form .code .refresh {
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
  background: url(/Content/images/imgAll.png?20140404) -294px -5px no-repeat;
  margin-left: 8px;
}

.login .form button {
  width: 100%;
  height: 70px;
  text-align: center;
  border-radius: 6px;
  background-color: #7aa1d8;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7aa1d8), to(#537ab3));
  background: linear-gradient(to bottom, #7aa1d8 0, #537ab3 100%);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 2px 5px rgba(0, 0, 0, 0.7);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 2px 5px rgba(0, 0, 0, 0.7);
  border: 1px solid #336;
  font-size: 42px;
  color: #fff;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.50196);
}

.login .remember {
  width: 290px;
  height: 50px;
  line-height: 40px;
  margin-bottom: 15px;
}

.login .remember span {
  font-size: 30px;
  color: #6289c1;
}

.login .footer {
  width: 100%;
  padding: 17px 0 20px;
  text-align: center;
}

.login .footer button.old {
  width: 40%;
  padding: 14px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: 100;
  font-family: Arial;
  color: #666;
  border-radius: 6px;
  border: 1px solid #999;
  background-color: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), to(#fff));
  background: linear-gradient(to bottom, #f5f5f5 0, #fff 100%);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  margin-right: 5px;
}

.login .footer button.new {
  width: 560px;
  padding: 14px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: 100;
  font-family: Arial;
  color: #666;
  border-radius: 6px;
  border: 1px solid #999;
  background-color: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), to(#fff));
  background: linear-gradient(to bottom, #f5f5f5 0, #fff 100%);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
}

.mainPage.footer {
  float: left;
  width: 100%;
  padding: 24px 0 34px;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-top: #666 solid 1px;
  background-color: #3e4758;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #303a4c), to(#475571));
  background: linear-gradient(to top, #303a4c 0, #475571 100%);
}

.login .footer span a {
  display: block;
  margin: 52px auto 0;
  font-size: 18px;
  color: #5b82bb;
  text-align: center;
}

.login .footer span a img {
  position: relative;
  top: 3px;
}

.login .footer .copyRight p {
  padding: 0 6px 0 0;
}

.login .footer .copyRight .piped {
  display: block;
  color: #7296c9;
}

.piped li {
  float: left;
  display: inline;
  padding: 0 0 0 2px;
}

.piped li a {
  border-left: #d0d0d0 solid 1px;
}

.piped li a.first {
  border-left: 0 !important;
  padding-left: 0;
  margin-left: 0 !important;
}

.mainPage.footer button.old {
  width: 44%;
  line-height: 60px;
  font-size: 26px;
  font-weight: 100;
  font-family: Arial;
  color: #666;
  border-radius: 6px;
  border: 1px solid #999;
  background-color: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), to(#fff));
  background: linear-gradient(to bottom, #f5f5f5 0, #fff 100%);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  margin-right: 6px;
}

.login .footer p {
  font-size: 14px;
  font-family: AppleGothic;
  color: #959595;
}

#header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  transition: top 0.2s ease-in-out;
  -webkit-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
}

#inner {
  position: relative;
}

.sportMenuSubBg {
  display: none;
  position: relative;
  top: 0;
  left: 0px;
  /* width: 51px; */
  /* height: 29px; */
  /* background: var(--bg-icon-gold) -337px -54px !important; */
  width: 0px;
  height: 0px;
  /* border-left: 36px solid transparent;
  border-right: 36px solid transparent;
  border-bottom: 38px solid var(--def-color3); */

  border-left: 1em solid transparent;
  border-right: 1em solid transparent;

  border-bottom: 1.34em solid #e0e0e0;

  border-bottom: 1.34em solid var(--def-color3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

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

.topScrollBar_1 {
  border-top: 2px solid #e0e0e0;
  border-top: 2px solid var(--def-color3);
  height: 162px;
  width: 100%;
  background: #987956;
  background: var(--def-color2);
  overflow: hidden;
  vertical-align: top;
}

.Wp8SpFiller {
  width: 50px;
}

.spScrollBtn {
  background-color: rgba(255, 255, 255, 0.15);
  background-repeat: no-repeat;
  background-position-x: right;
  position: absolute;
  top: 78px;
  display: block;
  height: 138px;
  width: 8%;
  z-index: 500;
}

.spScrollLeft {
  left: 0;
}

.spScrollRight {
  right: 0;
}

.spScrollIcon {
  position: absolute;
  height: 50px;
  width: 30px;
  top: 44px;
}

.spScrollIcon.spScrollLeft {
  background: url(/Content/images/topscrollArrow.png?20140404) 0 -71px;
  left: 10px;
}

.spScrollIcon.spScrollRight {
  background: url(/Content/images/topscrollArrow.png?20140404) 0 0;
  right: 10px;
}

.topScrollBar {
  display: block;
  margin: 0;
  width: 100%;
  height: 138px;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
}

.topScroll {
  float: left;
  margin: 0 auto;
  width: 4900px;
  height: 100%;
  overflow: hidden;
}

.topScroll li {
  float: left;
  background: url(/Content/images/topMenuSlideLine.png?20140404) top left no-repeat;
  margin-top: 8px;
  position: relative;
}

.topScroll li.first {
  background: 0;
}

.topScroll li a {
  font-size: 20px;
  height: 133px;
  display: block;
  text-align: center;
  line-height: 20px;
  padding: 0 12px;
  color: #fff;
  font-weight: 700;
  -webkit-transform: translate3d(0, 0, 0);
  text-shadow: 0 1px 17px #000;
}

.topScroll li.highlight a {
  color: #fff;
}

.topScroll li.highlight a > div {
  background-position-y: -76px;
}

.topScroll li.sp1.highlight a > div {
  background-position: 0 -76px;
}

.topScroll li.sp2.highlight a > div {
  background-position: -128px -76px;
}

.topScroll li.sp3.highlight a > div {
  background-position: -256px -76px;
}

.topScroll li.sp4.highlight a > div {
  background-position: -384px -76px;
}

.topScroll li.sp5.highlight a > div {
  background-position: -512px -76px;
}

.topScroll li.sp6.highlight a > div {
  background-position: -640px -76px;
}

.topScroll li.sp7.highlight a > div {
  background-position: -768px -76px;
}

.topScroll li.sp8.highlight a > div {
  background-position: -896px -76px;
}

.topScroll li.sp9.highlight a > div {
  background-position: -1024px -76px;
}

.topScroll li.sp10.highlight a > div {
  background-position: -1152px -76px;
}

.topScroll li.sp12.highlight a > div {
  background-position: -1408px -76px;
}

.topScroll li.sp13.highlight a > div {
  background-position: -1536px -76px;
}

.topScroll li.sp14.highlight a > div {
  background-position: -1664px -76px;
}

.topScroll li.sp15.highlight a > div {
  background-position: -1792px -76px;
}

.topScroll li.sp16.highlight a > div {
  background-position: -1920px -76px;
}

.topScroll li.sp17.highlight a > div {
  background-position: -2048px -76px;
}

.topScroll li.sp18.highlight a > div {
  background-position: -2176px -76px;
}

.topScroll li.sp19.highlight a > div {
  background-position: -2304px -76px;
}

.topScroll li.sp20.highlight a > div {
  background-position: -2432px -76px;
}

.topScroll li.sp21.highlight a > div {
  background-position: -2560px -76px;
}

.topScroll li.sp22.highlight a > div {
  background-position: -2688px -76px;
}

.topScroll li.sp23.highlight a > div {
  background-position: -2816px -76px;
}

.topScroll li.sp24.highlight a > div {
  background-position: -2944px -76px;
}

.topScroll li.sp25.highlight a > div {
  background-position: -3072px -76px;
}

.topScroll li.sp26.highlight a > div {
  background-position: -3200px -76px;
}

.topScroll li.sp27.highlight a > div {
  background-position: -3328px -76px;
}

.topScroll li.sp28.highlight a > div {
  background-position: -3456px -76px;
}

.topScroll li.sp29.highlight a > div {
  background-position: -3586px -76px;
}

.topScroll li.sp30.highlight a > div {
  background-position: -3716px -76px;
}

.topScroll li.sp31.highlight a > div {
  background-position: -3842px -76px;
}

.topScroll li.sp32.highlight a > div {
  background-position: 0 -72px;
}

.topScroll li.sp33.highlight a > div {
  background-position: -128px -71px;
}

.topScroll li.sp34.highlight a > div {
  background-position: -256px -73px;
}

.topScroll li.sp35.highlight a > div {
  background-position: -385px -75px;
}

.topScroll li.sp11.highlight a > div {
  background: url(/Content/images/euroSprite.png?20160316) 36px 24px no-repeat;
}

.topScroll li.sp1025.highlight a > div {
  background: url(/Content/images/olympicSprite.png?20160713) 0 -65px no-repeat;
}

.topScroll li.live a > div {
  background-position-y: -151px;
}

.topScroll li.sp1.live a > div {
  background-position: 0 -151px;
}

.topScroll li.sp2.live a > div {
  background-position: -128px -151px;
}

.topScroll li.sp3.live a > div {
  background-position: -256px -151px;
}

.topScroll li.sp4.live a > div {
  background-position: -384px -151px;
}

.topScroll li.sp5.live a > div {
  background-position: -512px -151px;
}

.topScroll li.sp6.live a > div {
  background-position: -640px -151px;
}

.topScroll li.sp7.live a > div {
  background-position: -768px -151px;
}

.topScroll li.sp8.live a > div {
  background-position: -896px -151px;
}

.topScroll li.sp9.live a > div {
  background-position: -1024px -151px;
}

.topScroll li.sp10.live a > div {
  background-position: -1152px -151px;
}

.topScroll li.sp12.live a > div {
  background-position: -1408px -151px;
}

.topScroll li.sp13.live a > div {
  background-position: -1536px -151px;
}

.topScroll li.sp14.live a > div {
  background-position: -1664px -151px;
}

.topScroll li.sp15.live a > div {
  background-position: -1792px -151px;
}

.topScroll li.sp16.live a > div {
  background-position: -1920px -151px;
}

.topScroll li.sp17.live a > div {
  background-position: -2048px -151px;
}

.topScroll li.sp18.live a > div {
  background-position: -2176px -151px;
}

.topScroll li.sp19.live a > div {
  background-position: -2304px -151px;
}

.topScroll li.sp20.live a > div {
  background-position: -2432px -151px;
}

.topScroll li.sp21.live a > div {
  background-position: -2560px -151px;
}

.topScroll li.sp22.live a > div {
  background-position: -2688px -151px;
}

.topScroll li.sp23.live a > div {
  background-position: -2816px -151px;
}

.topScroll li.sp24.live.highlight a > div {
  background-position: -2944px -151px;
}

.topScroll li.sp25.live a > div {
  background-position: -3072px -151px;
}

.topScroll li.sp26.live a > div {
  background-position: -3200px -151px;
}

.topScroll li.sp27.live a > div {
  background-position: -3328px -151px;
}

.topScroll li.sp28.live a > div {
  background-position: -3456px -151px;
}

.topScroll li.sp29.live a > div {
  background-position: -3586px -151px;
}

.topScroll li.sp30.live a > div {
  background-position: -3716px -151px;
}

.topScroll li.sp31.live a > div {
  background-position: -3842px -151px;
}

.topScroll li.sp32.live a > div {
  background-position: 0 -148px;
}

.topScroll li.sp33.live a > div {
  background-position: -128px -148px;
}

.topScroll li.sp34.live a > div {
  background-position: -256px -148px;
}

.topScroll li.sp35.live a > div {
  background-position: -385px -148px;
}

.topScroll li.sp11.live a > div {
  background: url(/Content/images/euroSprite.png?20160316) 35px -224px no-repeat;
}

.topScroll li.sp1025.live a > div {
  background: url(/Content/images/olympicSprite.png?20160713) 0 -224px no-repeat;
}

.topScroll li.live.highlight a > div {
  background-position-y: -226px;
}

.topScroll li.sp1.live.highlight a > div {
  background-position: 0 -226px;
}

.topScroll li.sp2.live.highlight a > div {
  background-position: -128px -226px;
}

.topScroll li.sp3.live.highlight a > div {
  background-position: -256px -226px;
}

.topScroll li.sp4.live.highlight a > div {
  background-position: -384px -226px;
}

.topScroll li.sp5.live.highlight a > div {
  background-position: -512px -226px;
}

.topScroll li.sp6.live.highlight a > div {
  background-position: -640px -226px;
}

.topScroll li.sp7.live.highlight a > div {
  background-position: -768px -226px;
}

.topScroll li.sp8.live.highlight a > div {
  background-position: -896px -226px;
}

.topScroll li.sp9.live.highlight a > div {
  background-position: -1024px -226px;
}

.topScroll li.sp10.live.highlight a > div {
  background-position: -1152px -226px;
}

.topScroll li.sp12.live.highlight a > div {
  background-position: -1408px -226px;
}

.topScroll li.sp13.live.highlight a > div {
  background-position: -1536px -226px;
}

.topScroll li.sp14.live.highlight a > div {
  background-position: -1664px -226px;
}

.topScroll li.sp15.live.highlight a > div {
  background-position: -1792px -226px;
}

.topScroll li.sp16.live.highlight a > div {
  background-position: -1920px -226px;
}

.topScroll li.sp17.live.highlight a > div {
  background-position: -2048px -226px;
}

.topScroll li.sp18.live.highlight a > div {
  background-position: -2176px -226px;
}

.topScroll li.sp19.live.highlight a > div {
  background-position: -2304px -226px;
}

.topScroll li.sp20.live.highlight a > div {
  background-position: -2432px -226px;
}

.topScroll li.sp21.live.highlight a > div {
  background-position: -2560px -226px;
}

.topScroll li.sp22.live.highlight a > div {
  background-position: -2688px -226px;
}

.topScroll li.sp23.live.highlight a > div {
  background-position: -2816px -226px;
}

.topScroll li.sp24.live.highlight.highlight a > div {
  background-position: -2944px -226px;
}

.topScroll li.sp25.live.highlight a > div {
  background-position: -3072px -226px;
}

.topScroll li.sp26.live.highlight a > div {
  background-position: -3200px -226px;
}

.topScroll li.sp27.live.highlight a > div {
  background-position: -3328px -226px;
}

.topScroll li.sp28.live.highlight a > div {
  background-position: -3456px -226px;
}

.topScroll li.sp29.live.highlight a > div {
  background-position: -3586px -226px;
}

.topScroll li.sp30.live.highlight a > div {
  background-position: -3716px -226px;
}

.topScroll li.sp31.live.highlight a > div {
  background-position: -3842px -226px;
}

.topScroll li.sp32.live.highlight a > div {
  background-position: 0 -223px;
}

.topScroll li.sp33.live.highlight a > div {
  background-position: -128px -223px;
}

.topScroll li.sp34.live.highlight a > div {
  background-position: -256px -223px;
}

.topScroll li.sp35.live.highlight a > div {
  background-position: -385px -223px;
}

.topScroll li.sp11.live.highlight a > div {
  background: url(/Content/images/euroSprite.png?20160316) 36px -317px no-repeat;
}

.topScroll li.sp11.highlight a > div.sportMenuSubBg {
  background-position: -339px -54px !important;
  margin-left: -7px;
}

.topScroll li.sp1025.live.highlight a > div {
  background: url(/Content/images/olympicSprite.png?20160713) 0 -317px no-repeat;
}

.topScroll li.sp1025.highlight a > div.sportMenuSubBg {
  background-position: -339px -54px !important;
}

.topScroll li.highlight a > div.sportMenuSubBg {
  background-position: -337px -54px !important;
}

.bottomList {
  width: 100%;
  -webkit-box-shadow: 0 2px 5px #555;
          box-shadow: 0 2px 5px #555;
}

.bottomList ul {
  width: 100%;
}

.bottomList ul li {
  height: 64px;
  line-height: 64px;
  background: url(/Content/images/slideLine_2.png?20140404) top left no-repeat;
  text-align: center;
}

.bottomList ul li a {
  color: #fff;
  font-size: 24px;
  width: 100%;
  height: 62px;
  overflow: hidden;
  text-align: left;
  padding-left: 5%;
  padding-right: 6%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.bottomList ul li a span {
  color: #fff;
  font-size: 30px;
  float: right;
}

.bottomList ul li.live a span {
  color: #f96;
}

.bottomList ul li.highlight a {
  color: #fff;
}

.bottomList .noline,
.bottomList:nth-child(2n + 1) {
  background: 0;
}

.bottomList .noline.first {
  border-top: 0;
}

.bottomList .closeBtn {
  clear: both;
  width: 100%;
}

.bottomList .closeBtn a {
  display: block;
  float: right;
}

.prodswitch ul {
  padding-right: 20px;
  height: 78px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.prodswitch {
  background: #cedbfd;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cedbfd), to(#e7edfe));
  background: linear-gradient(to bottom, #cedbfd 0, #e7edfe 100%);
  height: 78px;
  width: 100%;
  font-size: 0;
  /*color: #c8deff;*/
  color: #a0c5ee;
}

.prodswitch-logo-wrap {
  display: inline-block;
  vertical-align: middle;
  height: 60px;
}

.prodswitch-logo {
  display: block;
  float: left;
  margin: 0 20px;
  text-indent: -9999px;
  background: url(/Content/images/sbo-logo.png) no-repeat;
  width: 46px;
  height: 60px;
  vertical-align: middle;
}

.prodswitch-hdr {
  display: inline-block;
  height: 78px;
  width: calc((100% - 86px) / 2);
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
}

.prodswitch-hdr-three-tabs {
  display: inline-block;
  height: 78px;
  width: calc((100% - 86px) / 3);
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
}

.prodswitch-hdr-three-tabs span {
  line-height: 78px;
}

.prodswitch-hdr-four-tabs {
  display: inline-block;
  height: 78px;
  width: auto;
  -moz-min-width: calc((100% - 66px) / 4);
  -ms-min-width: calc((100% - 66px) / 4);
  -o-min-width: calc((100% - 66px) / 4);
  -webkit-min-width: calc((100% - 66px) / 4);
  min-width: calc((100% - 66px) / 4);
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
  padding: 0 8px;
  color: #00588c;
  cursor: pointer;
}

.prodswitch-hdr-four-tabs span {
  line-height: 78px;
}

.prodswitch .sel {
  /*color: #fff;*/
  color: #00588c;
}

.prodswitch .sel .prodswitch-tri {
  border-style: solid;
  border-width: 0 15px 20px 15px;
  border-color: transparent transparent #759cd3 transparent;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
  margin-top: -12px;
}

.prodswitch .prodswitch-tri {
  display: none;
}

.prodswitch-hdr span {
  line-height: 78px;
}

.topNav.main {
  /* background-color: #79a0d7;
  background: -webkit-linear-gradient(top, #79a0d7 0, #547bb4 100%);
  background: -moz-linear-gradient(top, #79a0d7 0, #547bb4 100%);
  background: -ms-linear-gradient(top, #79a0d7 0, #547bb4 100%);
  background: -o-linear-gradient(top, #79a0d7 0, #547bb4 100%);
  background: linear-gradient(to bottom, #79a0d7 0, #547bb4 100%); */
  text-align: center;
  font-size: 36px;
  text-shadow: 0 -2px 0 rgba(0, 0, 0, 0.8);
  color: #fff;
  line-height: 78px;
  z-index: 3;
  top: 0;
}

.live .topNav.main {
  background-color: #ec7749;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ec7749), to(#d35e30));
  background: linear-gradient(to bottom, #ec7749 0, #d35e30 100%);
  text-align: center;
  font-size: 36px;
  text-shadow: 0 -2px 0 rgba(0, 0, 0, 0.8);
  color: #fff;
  line-height: 78px;
  z-index: 3;
  top: 0;
  border-radius: 0;
}

.topNav.en {
  line-height: 24px;
  font-size: 22px;
}

.topNav.en li:nth-child(1) {
  width: 42%;
}

.topNav.en li:nth-child(2) {
  width: 20%;
}

.topNav.en li:nth-child(3) {
  width: 26%;
}

.topNav.zh {
  line-height: 24px;
  font-size: 22px;
}

.topNav.zh li:nth-child(1) {
  width: 42%;
}

.topNav.zh li:nth-child(2) {
  width: 20%;
}

.topNav.zh li:nth-child(3) {
  width: 26%;
}

.topNav.id {
  line-height: 24px;
  font-size: 20px;
}

.topNav.id li:nth-child(1) {
  width: 42%;
}

.topNav.id li:nth-child(2) {
  width: 12%;
}

.topNav.id li:nth-child(3) {
  width: 34%;
}

.topNav.th {
  line-height: 24px;
  font-size: 26px;
}

.topNav.th li:nth-child(1) {
  width: 48%;
}

.topNav.th li:nth-child(2) {
  width: 12%;
}

.topNav.th li:nth-child(3) {
  width: 28%;
}

.topNav.vi {
  line-height: 24px;
  font-size: 25px;
}

.topNav.vi li:nth-child(1) {
  width: 47%;
}

.topNav.vi li:nth-child(2) {
  width: 12%;
}

.topNav.vi li:nth-child(3) {
  width: 29%;
}

.topNav.ko {
  line-height: 24px;
  font-size: 25px;
}

.topNav.ko li:nth-child(1) {
  width: 47%;
}

.topNav.ko li:nth-child(2) {
  width: 12%;
}

.topNav.ko li:nth-child(3) {
  width: 29%;
}

.topNav.bsi {
  line-height: 24px;
  font-size: 22px;
}

.topNav.bsi li:nth-child(1) {
  width: 42%;
}

.topNav.bsi li:nth-child(2) {
  width: 20%;
}

.topNav.bsi li:nth-child(3) {
  width: 38%;
  border-right: 0;
}

.topNav.bsi li:last-child {
  width: 0;
  box-flex: 0;
  border: hidden;
}

.signinBox {
  margin: 0 6px;
}

.signinInfo {
  display: inline-block;
}

.signinBtn {
  margin: 20px 0 0 5px;
  background: #3f5c98;
  border-radius: 20px;
  padding: 7px 16px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.signinLang {
  display: inline-block;
  margin-right: 5px;
}

.signinLang .selectBG {
  width: 66px;
  height: 30px;
  background: url(/Content/images/select_icon_lang.png?20140404) -770px -144px no-repeat;
}

.signinLang .lang {
  padding-right: 65px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  border: 0;
  color: #e6e6e6;
  font-weight: bolder;
}

#logoInfo {
  width: 100%;
  background-color: #e4e5e5;
  background: -linear-gradient(90deg, #c0c7ca 0, #eee 100%);
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.50196);
          box-shadow: 0 5px 10px rgba(0,0,0,0.50196);
}

#logoInfo h1 {
  width: 300px;
  margin: 0 auto;
  text-indent: -99999px;
  background: url(/Content/images/imgAll.png?20140404) -490px -275px no-repeat;
  height: 78px;
}

#logoInfo .join {
  color: #3f5c98;
  font-size: 24px;
  font-weight: bolder;
  position: absolute;
  top: 96px;
  right: 30px;
  border: 1px solid #b4b4b4;
  background-color: #e4e5e5;
  background: -linear-gradient(90deg, #c0c7ca 0, #eee 100%);
  border-radius: 20px;
  padding: 5px 30px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.footerBsi {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  padding-top: 17px;
  text-align: center;
  background-color: #e4e5e5;
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.3);
}

.footerBsi button.old {
  width: 30%;
  padding: 6px 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: 100;
  font-family: Arial;
  color: #666;
  border-radius: 6px;
  border: 0;
  background-color: #eee;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  margin: 3px auto;
  margin-right: 6px;
}

#hdp {
  width: 26%;
}

.topList {
  width: 9%;
}

.topNav ul {
  width: 100%;
  height: 70px;
}

.topNav ul li {
  text-align: center;
  border-right: 2px solid rgba(0, 30, 72, 0.4);
  border-left: 2px solid rgba(255, 255, 255, 0.2);
  float: left;
  height: 78px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.topMenu a .topMenuWrp {
  height: 70px;
}

.topMenu a .topMenuBox {
  display: inline-block;
  margin-top: 10px;
}

.topMenu a .topMenuTable {
  display: table;
  text-align: center;
}

.topMenu a .topMenuTableRow {
  display: table-row;
}

.topMenu a .topMenuIcon,
.topMenu a .topMenuIcon2 {
  height: 59px;
  width: 56px;
  display: table-cell;
}

.topMenu a .topMenuTitle {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.topMenu a .topMenuWrp .imgFix {
  width: 23%;
  height: 68px;
  overflow: hidden;
}

.topMenu a .topMenuWrp > div {
  float: left;
  overflow: hidden;
  text-align: left;
}

.topMenu a .topMenuWrp #wrap {
  width: 100%;
  height: 100%;
}

.topMenu a .topMenuWrp #wrap #content {
  display: inline-block;
  width: 100%;
}

.topMenu a .topMenuWrp div img {
  width: 100px;
}

.topNav ul li:first-child {
  border-left: 0;
}

.topMyBet p {
  display: inline-block;
  color: #fff;
  background: #c80000;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 32px;
  margin: 0;
  border: 1px solid #394b8c;
  -webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5), inset 1px 1px 2px rgba(0,0,0,0.50196);
          box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5), inset 1px 1px 2px rgba(0,0,0,0.50196);
}

.topNav ul li:last-child {
  border-right: 0;
  width: 12%;
  box-flex: 0;
  text-indent: -99999px;
}

.topNav ul li:last-child a {
  width: 32px;
  height: 32px;
  margin-top: 26px;
  margin-left: 25px;
  background: url(/Content/images/imgAll.png?20140404) -498px -144px no-repeat;
}

.topNav ul li.active {
  background-color: #325494;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #325494), to(#496eb2));
  background: linear-gradient(to bottom, #325494 0, #496eb2 100%);
}

.topNav ul li a {
  color: #fff;
  display: block;
  height: 78px;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  text-shadow: 0 1px 0 #261d18;
  text-shadow: 0 1px 0 var(--def-color0);
  font-weight: normal;
}

.topNav ul .league a,
.topNav ul .topMyBet a,
.topNav ul .topList a {
  line-height: 78px;
}

.live .topNav .button {
  line-height: 52px;
  text-align: center;
  font-size: 26px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  position: absolute;
  padding: 0 5px;
  font-family: Arial;
  color: #a93406;
}

.topNav .button > span {
  display: block;
  height: 38px;
  width: 38px;
  background-color: #b1d4f5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b1d4f5), to(#9bc4ec));
  background: linear-gradient(to bottom, #b1d4f5 0, #9bc4ec 100%);
  position: absolute;
  left: -21px;
  top: 4px;
  -webkit-transform: rotate(45deg);
  -webkit-mask-image: -webkit-gradient(
    linear,
    left bottom,
    right top,
    from(#b1d4f5),
    color-stop(0.5, #b1d4f5),
    color-stop(0.5, transparent),
    to(transparent)
  );
  border: 3px solid #466aa1;
  border-radius: 6px;
}

.topNav {
  --top-arrow-bg-position: 0 -439px;
  --top-main-bg-position: 0 -513px;
  --top-main2-bg-position: -16px -586px;

  --bg-color: var(--def-color);

  background-color: var(--bg-color);
  height: 78px;
  width: 100%
}

.topNav .backMain,
  .topNav .backMain_2,
  .topNav .backArrow {
    background-image: url(/Content/images/backBtn-sprite.png?20140407);
    background-repeat: no-repeat;
  }

.topNav .button {
    color: #503f32;
    color: var(--btn-def-color);
  }

.topNav .backArrow {
    background-position: var(--top-arrow-bg-position);
  }

.topNav .backMain {
    background-position: var(--top-main-bg-position);
  }

.topNav .backMain_2 {
    background-position: var(--top-main2-bg-position);
  }

.topNav .home_2 {
    width: 60px
  }

.topNav .home_2 div {
      background: url(/Content/images/imgAll_gold.png?20140404) no-repeat -695px -140px;
      background: var(--bg-icon-gold) var(--bg-icon-gold-home-position);
    }

.topNav .remove_2 div.ticket-xbutton {
        background: url(/Content/images/close-modal.png) no-repeat;
        width: 44px;
        height: 44px;
        display: block;
        margin-left: 14px;
        margin-top: 5px;
      }

.topNav .backMain_2 {
    background-position: var(--top-main2-bg-position);
  }

.topNav .remove,
  .topNav .home {
    min-width: 80px;
    height: 50px;
    border: 4px solid #3f3431;
    -webkit-box-shadow: 0px 0.5px 0px rgba(255, 255, 221, 0.54902);
    box-shadow: 0px 0.5px 0px rgba(255, 255, 221, 0.54902);
    background-color: #cecece;
  }

.topNav .remove {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }

.topNav .home {
    border-radius: 11px;
  }

.topNav .refresh {
    top: 11px;
    border: 4px solid #3f3431;
    -webkit-box-shadow: 0px 0.5px 0px rgba(255,255,221,0.54902);
            box-shadow: 0px 0.5px 0px rgba(255,255,221,0.54902);

    background-color: #cecece;
    border-radius: 11px
  }

.topNav .refresh a {
      margin-top: 6px !important;
      margin-left: 14px !important;
      width: 34px;
      width: var(--icon-refresh-width);
      background: url(/Content/images/imgAll_gold.png?20140404) no-repeat;
      background: var(--bg-icon-gold);
      background-position: -347px -3px;
      background-position: var(--bg-icon-gold-refresh-position);
    }

.live .topNav .button.remove {
    border-color: #503f32;
    border-color: var(--def-color)
  }

.live .topNav .button.remove .ticket-xbutton {
      background: url(/Content/images/close-modal-live.png) no-repeat;
    }

.live .topNav .backArrow {
  float: left;
  width: 21px;
  height: 57px;
  background-position: 0 0;
}

.live .topNav .backMain {
  float: left;
  min-width: 80px;
  height: 57px;
  line-height: 57px;
  background-position: 0 -73px;
  background-repeat: repeat-x !important;
  font-weight: 700;
}

.live .topNav .backMain_2 {
  float: left;
  width: 5px;
  height: 57px;
  background-position: -16px -146px;
}

.topNav h1 {
  text-align: center;
  line-height: 78px;
  font-size: 36px;
  text-shadow: 0 -2px 0 rgba(0, 0, 0, 0.8);
  color: #fff;
  font-family: Arial;
}

div.menu_sp {
  display: block;
  height: 75px;
  width: 128px;
  background-image: url(/Content/images/sportSprite.png?20140404);
  background-position: 0 0;
  margin: 0 auto;
  margin-bottom: 6px;
}

div.menu_sp2 {
  display: block;
  height: 75px;
  width: 128px;
  background-image: url(/Content/images/sportSprite2.png?20160114);
  background-position: 0 0;
  margin: 0 auto;
  margin-bottom: 6px;
}

div.topMenuIcon {
  background: url(/Content/images/sportSprite_s.png?20140404) no-repeat;
  background-position: 0 6px;
}

div.topMenuIcon2 {
  background: url(/Content/images/sportSprite2.png?20160114) no-repeat;
  background-position: 0 6px;
}

.hideAll {
  display: none;
}

.moreMarketRow {
  float: left;
  width: 100%;
  padding: 10px;
  font-size: 1.2em;
  color: #fff;
  background-color: #6984a0;
  text-align: center;
  -webkit-box-shadow: 0 2px 5px #555;
          box-shadow: 0 2px 5px #555;
}

.moreLeagues {
  border-top: 2px solid #888;
  border-bottom: 2px solid #333;
  width: 100%;
  height: 74px;
  text-align: center;
  padding-top: 22px;
  float: left;
  font-size: 24px;
  -webkit-box-shadow: 0 2px 5px #555;
          box-shadow: 0 2px 5px #555;
  background-color: #4e5765;
  background: -linear-gradient(90deg, #4e5765 0, #7b818d 100%);
  font-weight: 700;
}

.moreLeagues a {
  position: relative;
  color: #fff;
}

.moreLeagues a span {
  display: block;
  width: 12px;
  height: 12px;
  background: url(/Content/images/imgAll.png?20140404)-594px -145px no-repeat;
  position: absolute;
  right: -19px;
  top: 9px;
}

div.nvsp1 {
  background-position: -34px -2px;
}

div.nvsp2 {
  background-position: -124px 6px;
}

div.nvsp3 {
  background-position: -228px -3px;
}

div.nvsp4 {
  background-position: -321px -3px;
}

div.nvsp5 {
  background-position: -423px -1px;
}

div.nvsp6 {
  background-position: -519px -1px;
}

div.nvsp7 {
  background-position: -626px 0;
}

div.nvsp8 {
  background-position: -726px 2px;
}

div.nvsp9 {
  background-position: -818px 0;
}

div.nvsp10 {
  background-position: -918px 1px;
}

div.nvsp12 {
  background-position: -1122px -2px;
}

div.nvsp13 {
  background-position: -1218px 1px;
}

div.nvsp14 {
  background-position: -1320px -1px;
}

div.nvsp15 {
  background-position: -1423px -1px;
}

div.nvsp16 {
  background-position: -1516px 0;
}

div.nvsp17 {
  background-position: -1616px 0;
}

div.nvsp18 {
  background-position: -1718px 0;
}

div.nvsp19 {
  background-position: -1818px 0;
}

div.nvsp20 {
  background-position: -1919px 0;
}

div.nvsp21 {
  background-position: -2018px 0;
}

div.nvsp22 {
  background-position: -2118px -4px;
}

div.nvsp23 {
  background-position: -2214px 0;
}

div.nvsp24 {
  background-position: -2320px 0;
}

div.nvsp25 {
  background-position: -2417px -3px;
}

div.nvsp26 {
  background-position: -2516px 0;
}

div.nvsp27 {
  background-position: -2612px 0;
}

div.nvsp28 {
  background-position: -2714px 0;
}

div.nvsp29 {
  background-position: -2819px 0;
}

div.nvsp30 {
  background-position: -2915px 0;
}

div.nvsp31 {
  background-position: -3021px 0;
}

div.nvsp32 {
  background-position: -40px -302px;
}

div.nvsp33 {
  background-position: -163px -302px;
}

div.nvsp34 {
  background-position: -293px -302px;
}

div.nvsp35 {
  background-position: -420px -302px;
}

div.nvsp11 {
  background: url(/Content/images/euroSprite.png?20160316) 0 3px no-repeat;
}

div.nvsp1025 {
  background: url(/Content/images/olympicSprite.png?20160713) -22px 9px no-repeat;
  width: 56px !important;
}

div.sp1 {
  background-position: 0 0;
}

div.sp2 {
  background-position: -128px 0;
}

div.sp3 {
  background-position: -256px 0;
}

div.sp4 {
  background-position: -384px 0;
}

div.sp5 {
  background-position: -512px 0;
}

div.sp6 {
  background-position: -640px 0;
}

div.sp7 {
  background-position: -768px 0;
}

div.sp8 {
  background-position: -896px 0;
}

div.sp9 {
  background-position: -1024px 0;
}

div.sp10 {
  background-position: -1152px 0;
}

div.sp12 {
  background-position: -1408px 0;
}

div.sp13 {
  background-position: -1536px 0;
}

div.sp14 {
  background-position: -1664px 0;
}

div.sp15 {
  background-position: -1792px 0;
}

div.sp16 {
  background-position: -1920px 0;
}

div.sp17 {
  background-position: -2048px 0;
}

div.sp18 {
  background-position: -2176px 0;
}

div.sp19 {
  background-position: -2304px 0;
}

div.sp20 {
  background-position: -2432px 0;
}

div.sp21 {
  background-position: -2560px 0;
}

div.sp22 {
  background-position: -2688px 0;
}

div.sp23 {
  background-position: -2816px 0;
}

div.sp24 {
  background-position: -2944px 0;
}

div.sp25 {
  background-position: -3072px 0;
}

div.sp26 {
  background-position: -3200px 0;
}

div.sp27 {
  background-position: -3328px 0;
}

div.sp28 {
  background-position: -3456px 0;
}

div.sp29 {
  background-position: -3586px 0;
}

div.sp30 {
  background-position: -3716px 0;
}

div.sp31 {
  background-position: -3842px 0;
}

div.sp32 {
  background-position: 0 4px;
}

div.sp33 {
  background-position: -128px 4px;
}

div.sp34 {
  background-position: -256px 2px;
}

div.sp35 {
  background-position: -385px 0;
}

div.sp11 {
  background: url(/Content/images/euroSprite.png?20160316) 35px -51px no-repeat;
}

div.sp1025 {
  background: url(/Content/images/olympicSprite.png?20160713) 0 -139px no-repeat;
}

div.myBetsSp1 {
  background-position: -25px 0;
}

div.myBetsSp2 {
  background-position: -121px 2px;
}

div.myBetsSp3 {
  background-position: -225px -6px;
}

div.myBetsSp4 {
  background-position: -320px -5px;
}

div.myBetsSp5 {
  background-position: -423px -2px;
}

div.myBetsSp6 {
  background-position: -522px -3px;
}

div.myBetsSp7 {
  background-position: -624px -3px;
}

div.myBetsSp8 {
  background-position: -726px 0;
}

div.myBetsSp9 {
  background-position: -821px -2px;
}

div.myBetsSp10 {
  background-position: -920px 0;
}

div.myBetsSp12 {
  background-position: -1122px -3px;
}

div.myBetsSp13 {
  background-position: -1218px -1px;
}

div.myBetsSp14 {
  background-position: -1320px -1px;
}

div.myBetsSp15 {
  background-position: -1423px -3px;
}

div.myBetsSp16 {
  background-position: -1520px 0;
}

div.myBetsSp17 {
  background-position: -1618px -1px;
}

div.myBetsSp18 {
  background-position: -1720px -1px;
}

div.myBetsSp19 {
  background-position: -1818px 0;
}

div.myBetsSp20 {
  background-position: -1919px 0;
}

div.myBetsSp21 {
  background-position: -2020px -3px;
}

div.myBetsSp22 {
  background-position: -2121px -3px;
}

div.myBetsSp23 {
  background-position: -2219px -4px;
}

div.myBetsSp24 {
  background-position: -2325px -2px;
}

div.myBetsSp25 {
  background-position: -2418px -3px;
}

div.myBetsSp26 {
  background-position: -2520px -2px;
}

div.myBetsSp27 {
  background-position: -2615px -3px;
}

div.myBetsSp28 {
  background-position: -2717px -3px;
}

div.myBetsSp29 {
  background-position: -2822px 0;
}

div.myBetsSp30 {
  background-position: -2921px -2px;
}

div.myBetsSp31 {
  background-position: -3020px -3px;
}

div.myBetsSp32 {
  background-image: url(/Content/images/sportSprite2.png?20160108) !important;
  background-position: -38px -299px;
}

div.myBetsSp33 {
  background-image: url(/Content/images/sportSprite2.png?20160108) !important;
  background-position: -165px -299px;
}

div.myBetsSp34 {
  background-image: url(/Content/images/sportSprite2.png?20160108) !important;
  background-position: -294px -299px;
}

div.myBetsSp11 {
  background: url(/Content/images/wcSprite.png?20140404) 40px -266px no-repeat;
}

div.myBetsSp1025 {
  background: url(/Content/images/olympicSprite.png?20160713) 0 -320px no-repeat;
}

#parlayInfo {
  background: repeating-linear-gradient(180deg, #e6e6e6, rgba(181,181,181,0.16078) 2px);
  /* background-color: var(--def-color3); */
  background-color: #aea39b
}

#parlayInfo .parlayInfo_1 {
    padding: 10px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0;
  }

#parlayInfo .cg,
  #parlayInfo .parlay,
  #parlayInfo .waiting {
    background: rgba(0,0,0,0.74902);
    height: 100%;
    margin: 0;
    border: 0px solid #ececec;
    border-right: 1px solid rgba(236,236,236,0.34902);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 40px;
    padding: 0 2%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 1%;
  }

#parlayInfo .cg {
    background: #589cd1;
    /* background: linear-gradient(bottom, #589cd1 0%, #3da8a9 100%); */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    color: #fff;
    padding-right: 35px
  }

#parlayInfo .cg:before {
      content: '';
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 48px;
      height: 48px;
      background-image: url('/Content/images/cg/iconcolor-asia.svg?v=20210412');
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0;
      background-position: 144px 96px;
    }

#parlayInfo .cg i.fa-check-circle {
      margin-right: 10px;
      position: absolute;
      right: 1%;
      width: 16px;
    }

#parlayInfo div p {
  margin: 0;
  font-size: 0.85em;
  /* line-height: 46px; */
  color: #fff;
  /* display: inline-block; */
  /* padding-right: 10px; */
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
}

#parlayInfo div mark {
  display: inline-block;
  background: #c80000;
  line-height: 32px;
  border-radius: 32px;
  font-size: 22px;
  color: #fff;
  border: 1px solid #000;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  font-weight: bolder;
  font-family: Arial;
  letter-spacing: -1px;
  min-width: 32px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 8px;
  text-align: center;
}

.slider {
  -webkit-transition: 1s cubic-bezier(0, 1, 0.5, 1);
  -webkit-transform: translateY(0);
  -moz-transition: 1s cubic-bezier(0, 1, 0.5, 1);
  -moz-transform: translateY(0);
  -ms-transition: 1s cubic-bezier(0, 1, 0.5, 1);
  -ms-transform: translateY(0);
  -o-transition: 1s cubic-bezier(0, 1, 0.5, 1);
  -o-transform: translateY(0);
  transition: 1s cubic-bezier(0, 1, 0.5, 1);
  transform: translateY(0);
}

.slider.closed {
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

.add-parlay-wrap {
  width: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  z-index: 11;
}

.add-parlay {
  display: block;
  z-index: 9999;
  height: auto;
  width: 65%;
  color: #fff;
  border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  -o-border-radius: 0 0 20px 20px;
  font-size: 22px;
  color: #fff;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  font-weight: bolder;
  font-family: Arial;
  min-width: 32px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  text-align: center;
  background: #001f32;
  margin: 0 auto;
  padding: 16px 0;
}

.add-parlay .mpNoError {
  background: url(/Content/images/imgMsgIcons.png?20140603) 0 0 no-repeat;
  line-height: 37px;
  display: inline-block;
  padding-left: 50px;
}

.add-parlay .mpError {
  background: url(/Content/images/imgMsgIcons.png?20140603) 0 -37px no-repeat;
  line-height: 37px;
  display: inline-block;
  padding-left: 50px;
}

#parlayInfo div.waiting mark {
  background: #987956;
  background: var(--def-color2);
}

#parlayInfo div span {
  display: inline-block;
  background: #646464;
  line-height: 32px;
  border-radius: 34px;
  font-size: 22px;
  color: #fff;
  margin-left: 5px;
  border: 1px solid #000;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  font-weight: bolder;
  font-family: Arial;
  letter-spacing: -1px;
  min-width: 32px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 8px;
  text-align: center;
}

.score_1 {
  padding-left: 10px;
}

.wrapperAll {
  background: url(/Content/images/bg_parlayarea.png?20140404);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

/* #module-ticket {
  float: left;
  width: 100%;
} */

#mainWrapper {
  float: left;
  width: 100%;
}

.mainWrapper.hasParlay {
  margin-top: 135px;
}

.module-ticket.hasParlay {
  margin-top: 135px;
}

#module-ticket2 {
  position: relative;
  margin-top: 78px;
}

#mainWrapper2 {
  position: relative;
  margin-top: 78px;
}

#mainWrapper2 > div {
  width: 100%;
  float: left;
  overflow: hidden;
}

#mainWrapper2 > .switchTab {
  float: none;
  width: 100%;
  overflow: hidden;
}

#mainWrapper2 > .block {
  float: none;
  width: 95%;
  margin: 0 auto 30px;
}

#module-ticket2 > div {
  width: 100%;
  float: left;
  overflow: hidden;
}

#module-ticket2 > .switchTab {
  float: none;
  width: 100%;
  overflow: hidden;
}

#module-ticket2 > .block {
  float: none;
  width: 95%;
  margin: 0 auto 30px;
}

.alertBox {
  position: absolute;
  z-index: 100;
  margin-top: 50px;
  color: #999;
  font-size: 30px;
  font-weight: 700;
  width: 100%;
  text-align: center;
}

.alertBox.parlay {
  top: 430px;
  position: static;
}

.alertBox.noEvents {
  margin-top: 206px;
}

.alertBox > div {
  width: 80%;
  margin: 0 auto;
}

.contentH1 {
  background-color: #665142;
  background-color: var(--def-list-color);
  min-height: 73px;
  border-bottom: 1px solid #503f32;
  border-bottom: 1px solid var(--def-color);
  font-size: 22px;
  color: #fff;
  line-height: 73px;
  padding: 20px 5px 5px 15px;
  font-family: Arial;
  text-shadow: 0 1px 0 #261d18;
  text-shadow: 0 1px 0 var(--def-color0);
  font-weight: normal;
}

.contentH2 {
  margin: 0;
  font-size: 22px;
  color: #fff;
  /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8); */
  line-height: 150%;
  width: 100%;
  float: left;
  overflow: hidden;
  background-color: #987956;
  background-color: var(--def-color2);
  border-top: 1px solid #6c7381;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 0 5px 15px
}

.contentH2 span:nth-child(2) {
    margin-left: 10px;
  }

.contentH2 .period {
    text-shadow: none
  }

.contentH2 .period.ft {
      background-color: #e0e0e0 !important;
      background-color: var(--def-color3) !important;
      color: #503f32;
      color: var(--def-color);
    }

.contentH2 .period.fh {
      background-color: #4e4e4e !important;
      color: #e0e0e0;
      color: var(--def-color3);
    }

/* .category_score {
  color: #f77;
} */

/* .contentH2 span:nth-child(2) {
  margin-left: 10px;
} */

/* 
.mainContent .article .scoreBoard {
  --bg-color: #212123;
  background: var(--bg-color);

  & > div h2 {
    display: block;
    font-size: 20px;
    color: #fff;
    margin: 0;
    padding: 5px 0 0 10px;
    text-shadow: 0 -1px 0 #000;
  }

  & .redCard {
    padding-top: 3px;
  }

  & .right {
    
    & a {
      & > div {
        width: var(--icon-refresh-width) !important;
        --bg: var(--bg-icon-gold);
        --bg-position: var(--bg-icon-gold-refresh-position);
      }
    }
  }
} */

.redCard span {
  display: inline-block;
  width: 7px;
  height: 13px;
  background: red;
  margin-right: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px #000;
          box-shadow: 0 1px 2px #000;
}

.w4 {
  width: 11.5%;
}

.scoreBoard {
  --bg-color: #212123;

  width: 100%;
  position: relative;

  border-top: 1px solid rgba(255,255,255,0.10196);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
  height: 90px;
  overflow: hidden;
  /* background-color: var(--def-color0); */
  background-color: #47382c
}

.scoreBoard > div h2 {
    display: block;
    font-size: 20px;
    color: #fff;
    margin: 0;
    padding: 5px 0 0 10px;
    text-shadow: 0 -1px 0 #000;
  }

.scoreBoard .redCard {
    padding-top: 3px;
  }

.scoreBoard .score {
    padding: 2px 5px 0;
    background: rgba(159, 175, 211, 0.2);
    border-left: 1px solid rgba(163, 163, 163, 0.2);
    border-right: 1px solid rgba(163, 163, 163, 0.2);
    color: #d2d2d2;
    text-align: center;
    font-size: 22px;
    float: left;
    line-height: 90px;
    height: 90px;
    overflow: hidden;
    font-weight: bolder
  }

.scoreBoard .score span {
      padding: 1px;
    }

.scoreBoard .left {
    height: 100%;
    width: 44%;
    overflow: hidden;
    float: left;
    border-right: 1px solid rgba(0,0,0,0.50196)
  }

.scoreBoard .left a {
      display: block;
      height: 100%;
      background-color: #503f32;
      background-color: var(--def-color);
      -webkit-box-shadow: inset -10px 0 20px rgba(0, 0, 0, 0.3);
              box-shadow: inset -10px 0 20px rgba(0, 0, 0, 0.3);
      width: 75px;
      z-index: 3;
      position: absolute;
      left: 0;
      top: 0;
      text-align: center
    }

.scoreBoard .left a > div {
        height: 60px;
        position: absolute;
        top: 50%;
        margin-top: -35px;
        width: 100%
      }

.scoreBoard .left a > div .img {
          width: 40px;
          height: 22px;
          margin-left: 18px;
          /* background: url(/Content/images/imgAll.png?170202b) -101px -1px no-repeat; */
          -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.10196);
                  box-shadow: 0 1px 0 rgba(255,255,255,0.10196);
          margin: 0 auto
        }

.scoreBoard .left a > div .img .hasStats {
            background: url(/Content/images/imgAll.png?20140404) -152px -1px no-repeat;
            border-bottom: 1px solid #000;
          }

.scoreBoard .right a {
      display: block;
      height: 39px;
      -webkit-box-shadow: inset 10px 0 20px rgba(0, 0, 0, 0.3);
              box-shadow: inset 10px 0 20px rgba(0, 0, 0, 0.3);
      width: 71px;
      height: 100%;
      vertical-align: top;
      float: right;
      font-size: 20px;
      color: #a3c7f0;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
      position: absolute;
      right: 0;
      top: 0;
      z-index: 3;
      background-color: #e0e0e0;
      background-color: var(--def-color3)
    }

.scoreBoard .right a > div {
        width: 34px !important;
        width: var(--icon-refresh-width) !important;
        --bg: var(--bg-icon-gold);
        --bg-position: var(--bg-icon-gold-refresh-position);
      }

.scoreBoard .title_wrap_L {
    width: 72%;
    float: right;
    display: table;
    font-size: 22px;
    color: #fff;
    margin: 7px 0 0;
    font-weight: 700;
    line-height: 20px;
    height: 62px;
    overflow: hidden;
  }

.scoreBoard .title_wrap_R {
    width: 72%;
    float: left;
    display: table;
    font-size: 22px;
    color: #fff;
    margin: 7px 0 0;
    font-weight: 700;
    height: 62px;
    overflow: hidden;
    line-height: 20px;
  }

.title_cell {
  height: 62px;
  overflow: hidden;
  display: table-cell;
  vertical-align: top;
}

.title_wrap_L .title_content {
  text-align: right;
  margin-right: 10px;
  color: #e0e0e0;
  color: var(--def-color3);
}

.title_wrap_R .title_content {
  text-align: left;
  margin-left: 10px;
  color: #a0c5ee;
}

.title_wrap_L .title_content.hot,
.title_wrap_R .title_content.hot {
  color: #ffd17c;
}

.left .redCard {
  display: inline;
  margin-right: 10px;
  text-align: right;
  float: right;
}

.mainContent .article .scoreBoard .left a .block {
  display: block;
  width: 100%;
  height: 22px;
  margin: 0 auto;
  line-height: 22px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-weight: bolder;
  font-family: Arial;
  border-bottom: 1px solid #000;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.10196);
          box-shadow: 0 1px 0 rgba(255,255,255,0.10196);
}

.mainContent .article .scoreBoard .left a .live {
  -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.3), 0 1px 0 #000;
          box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.3), 0 1px 0 #000;
  line-height: 22px;
  -webkit-text-stroke: 0.1px rgba(0, 0, 0, 0.2);
  -moz-text-stroke: 0.1px rgba(0, 0, 0, 0.2);
  -ms-text-stroke: 0.1px rgba(0, 0, 0, 0.2);
}

.mainContent .article .scoreBoard .left a .redLive {
  background: #c80000;
}

.mainContent .article .scoreBoard .left a .blueLive {
  background: #439ecf;
}

.mainContent .article .scoreBoard .left a .live {
  background: #c80000;
  font-style: italic;
}

.mainContent .article .scoreBoard .left a .timeout {
  background: #0062c5;
}

.mainContent .article .scoreBoard .left a .time {
  display: inline-block;
  color: #e0e0e0;
  color: var(--def-color3);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
  font-family: Arial;
  font-size: 20px;
  padding: 2px 2px 0;
}

.mainContent .article .scoreBoard .left a .timer {
  display: inline-block;
  color: #e0e0e0;
  color: var(--def-color3);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
  font-family: Arial;
  padding: 2px 2px 0 5px;
}

.mainContent .article .scoreBoard .right {
  height: 100%;
  float: left;
  width: 44%;
  border-left: 1px solid rgba(0,0,0,0.50196);
}

.right .redCard {
  margin-left: 10px;
}

.mainContent .article .scoreBoard .right a {
  /* display: block;
  height: 39px;
  box-shadow: inset 10px 0 20px rgba(0, 0, 0, 0.3);
  width: 5%;
  height: 100%;
  vertical-align: top;
  float: right;
  font-size: 20px;
  color: #a3c7f0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3; */
}

.orLabel {
  width: 100%;
}

.orRefresh {
  width: 75px;
  background: #09090a;
}

.orRefresh div {
  width: 39px;
  height: 39px;
  background: url(/Content/images/imgAll.png?20140404) -3px -1px no-repeat;
  margin-left: 18px;
}

.refresh .orRefresh div {
  /* transform: scale(0.9); */
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation: icon-animation 1s;
          animation: icon-animation 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.refresh .scoreBoard .right a > div,
.refresh .orRefresh div {
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation: icon-animation 1s;
          animation: icon-animation 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.parlayArea {
  width: 100%;
  background: url(/Content/images/bg_parlayarea.png?20140404);
  z-index: 11;
  background-color: #f1d5ce;
}

.parlayArea .underLine {
  width: 100%;
  background: url(/Content/images/bg_parlayarea.png?20140404);
  position: relative;
  z-index: 11;
  background-color: #f1d5ce;
}

.parlayArea.live,
.moreMarket.live {
  background: rgba(255, 84, 84, 0.2);
}

.parlayArea .header {
  display: -webkit-box;
  display: box;
  -webkit-box-align: stretch;
  -webkit-box-orient: horizontal;
  -moz-box-align: stretch;
  -ms-box-orient: horizontal;
  -moz-box-align: stretch;
  -ms-box-orient: horizontal;
}

.parlayArea .header h3 {
  -webkit-box-flex: 1;
  box-flex: 1;
  color: #6e6e6e;
  text-align: center;
  padding: 5px 0;
  width: 33%;
}

.parlayArea .header h3:nth-child(2) {
  background: rgba(65, 65, 65, 0.08);
  width: 34%;
}

.row {
  width: 33.2%;
  float: left;
}

.row.market {
  width: 98%;
  float: none;
  margin: 0 auto;
}

.minBg,
.row.minBg,
.row.market.oetg .oetgSubRight {
  background: none repeat scroll 0 0 rgba(65, 65, 65, 0.08);
}

.parlayArea.outright #wrap {
  float: left;
  width: 100%;
  height: 86px;
  width: 75%;
}

.outrightList {
  border-top: #fff solid 1px;
  border-bottom: rgba(65, 65, 65, 0.2) solid 1px;
}

.parlayArea.outright .outrightList .column {
  width: 25%;
  margin-right: 0;
  padding: 11px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: none repeat scroll 0 0 rgba(65, 65, 65, 0.08);
}

.parlayArea.outright .outrightList .column .dataBox,
.parlayArea.outright .outrightList .column .dataBox p {
  margin: 0;
  color: #5e526b;
}

.parlayArea.outright .outrightList .column .dataBox a {
  font-size: 24px;
  font-weight: 700;
}

.parlayArea.outright #wrap #content {
  font-size: 20px;
  padding: 10px 0 10px 3%;
  color: #555;
}

.column {
  padding-top: 9px;
  padding-bottom: 9px;
  width: 41%;
  float: left;
  margin-right: 2.5%;
}

.row.kickOff {
  width: 98%;
  float: none;
  margin: 0 auto;
}

.row.kickOff .column {
  width: 49%;
  padding-right: 0.5%;
  padding-left: 0.5%;
  margin: 0;
}

.row.market .column {
  width: 11%;
  padding-right: 0.5%;
  padding-left: 0.5%;
  margin: 0;
}

.row.market.cs .column {
  width: 16.5%;
}

.row.market.oetg {
  width: 100%;
}

.row.market.oetg .column {
  padding-right: 1%;
  padding-left: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.row.market.oetg .oetgSubRight .column {
  width: 25%;
}

.row.market.oetg .oetgSubRight .column.last {
  padding-right: 0;
}

.row.market.oetg .oetgSubLeft .column {
  padding-right: 2%;
  width: 50%;
}

.row.market.oetg .oetgSubLeft {
  padding-left: 1%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
  width: 33.2%;
}

.row.market.oetg .oetgSubRight {
  padding-right: 1%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
  width: 66.7%;
}

.row.market.fglg .column {
  width: 31%;
  padding-right: 1%;
  padding-left: 3%;
  margin: 0;
}

.row.market.dc1x2 .column {
  width: 29%;
  padding-left: 3%;
  margin: 0;
}

.row.market.dc .column {
  width: 32.2%;
}

.row.market.model_3 .column {
  width: 33%;
}

.row.market.model_2 .column {
  width: 49%;
}

.row.market.model_4 .column {
  width: 24.5%;
}

.row.market.model_4 .column.table {
  padding-bottom: 0;
  width: 100%;
}

.row.market.model_3 .column.table {
  padding-bottom: 0;
  width: 100%;
}

.row.market.model_2 .column.table {
  padding-bottom: 0;
  width: 100%;
}

.row.market.model_4 tr td {
  padding-left: 4px;
  padding-right: 4px;
  width: 24%;
}

.row.market.model_3 tr td {
  padding-left: 4px;
  padding-right: 4px;
  width: 33%;
}

.row.market.model_2 tr td {
  padding-left: 4px;
  padding-right: 4px;
  width: 48%;
}

.column .dataBox {
  display: inline-block;
  width: 100%;
  text-align: center;
  height: 70px;
  position: relative;
  border-radius: 4px;
  background-color: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), to(#fff));
  background: linear-gradient(to bottom, #f5f5f5 0, #fff 100%);
  margin-bottom: 12px;
}

.row.market .column .dataBox a p {
  color: #5a5064;
}

.column .dataTitle {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #6e6e6e;
  margin-bottom: 4px;
}

.column .dataBox.highLight a {
  -webkit-animation: highLight 0.7s linear 0.7s infinite alternate;
  -moz-animation: highLight 0.7s linear 0.7s infinite alternate;
  -ms-animation: highLight 0.7s linear 0.7s infinite alternate;
}

.column .dataBox a {
  line-height: 58px;
  height: 70px;
  display: block;
  text-shadow: 0 1px 0 #fff;
  border-radius: 4px;
  border: 1px solid #a0a0a0;
  padding-top: 6px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #f7f7f7;
  background: -ms-linear-gradient(90deg, #ddd 0, #fff 56%);
}

.column .list {
  height: 70px;
  padding-top: 0;
  position: relative;
  z-index: 11;
}

.row .grayBg {
  background: rgba(65, 65, 65, 0.08);
}

.mainContent h3 {
  color: #777;
  text-align: center;
  height: 30px;
  line-height: 30px;
  width: 33.2%;
  float: left;
  padding-top: 7px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.row.market.fglg .column h3 {
  width: 100%;
}

.row.market.fglg .column h3:nth-child(3) {
  margin-left: 1%;
  width: 28%;
}

.row.market.dc1x2 .column h3 {
  width: 100%;
}

.mainContent h3 p {
  margin: 0;
  float: left;
  width: 41%;
  text-align: center;
  font-size: 20px;
}

.mainContent h3 .first {
  margin: 0 0 0 12%;
}

.lastColumn {
  height: 48px;
  line-height: 48px;
}

.row .column.left {
  width: 11%;
  margin-right: 2%;
}

.row.market .column.left {
  width: 20px;
}

.row.market.fglg .column.left {
  padding-left: 0.5%;
  width: 18px;
  margin-top: 28px;
}

.row.market.dc1x2 .column.left {
  padding-left: 0.5%;
  margin-top: 28px;
}

.row .column.left b:nth-child(2),
.row .column.left b:nth-child(3) {
  margin-top: 49px;
}

.row.market.dc1x2 .column.left.third,
.row.market.dc1x2 .column.left.third b {
  margin-right: 4px;
}

.row .column b {
  font-size: 20px;
  color: #777;
  padding: 4px;
  display: block;
  margin: 24px 2px 0 5px;
  font-family: Arial;
  text-align: center;
}

.row .column .list .dataBox {
  float: left;
  display: inline-block;
  width: 45%;
  text-align: center;
  height: 64px;
  position: relative;
  margin: 0 8px 5px 0;
  border-radius: 4px;
  background-color: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), to(#fff));
  background: linear-gradient(to bottom, #f5f5f5 0, #fff 100%);
}

.row .column .dataBox.nonDisplay {
  float: left;
  background: 0;
}

.row .column .dataBox a {
  line-height: 66px;
  height: 74px;
  display: block;
  text-shadow: 0 1px 0 #fff;
  border-radius: 4px;
  border: 1px solid #a0a0a0;
  padding-top: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #f7f7f7;
  background: -ms-linear-gradient(90deg, #ddd 0, #fff 56%);
}

.row .column .dataBox.select a {
  background-color: #a8d0fb;
  background: -ms-linear-gradient(#a0c5ee 10%, #a8d0fb 60%);
}

.row.market.fglg .column.goal .dataBox {
  height: 138px;
}

.row.market.fglg .column.goal .dataBox a {
  height: 151px;
  line-height: 120px;
}

.dataBox .arrowUp,
.dataBox .arrowDown {
  position: absolute;
}

.dataBox .arrowUp {
  right: 0;
  top: 0;
  width: 17px;
  height: 17px;
  background: url(/Content/images/imgAll.png?20140404) -443px -54px no-repeat;
}

.dataBox .arrowDown {
  right: 0;
  top: 57px;
  width: 17px;
  height: 17px;
  background: url(/Content/images/imgAll.png?20140404) -407px -54px no-repeat;
}

.outrightList .dataBox .arrowDown {
  top: 54px;
}

.row .column .dataBox span {
  display: block;
  width: 100%;
  height: 4px;
  font-size: 22px;
  font-weight: bolder;
  color: #7299d0;
  line-height: normal;
  margin: 0 0 9px;
}

.row .column .dataBox .negative_span {
  height: 5px;
}

.row .column .dataBox p {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 24px;
  color: #5a5064;
  vertical-align: middle;
  letter-spacing: -1px;
}

.row .column .dataBox a.negative p {
  color: #b15252;
}

.row .column:nth-child(3) .list ul li a p {
  line-height: 50px;
}

.row .indexRefresh {
  height: 64px;
  width: 78%;
  border-radius: 4px;
  position: relative;
  margin: 88px auto 30px;
}

.row p.indexRefresh_1 {
  color: #fff;
  line-height: 68px;
  height: 76px;
  display: block;
  /* -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px; */
  border-radius: 4px;
  padding-top: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; */
  background: #261d18;
  background: var(--def-color0);
  /* background: -webkit-linear-gradient(bottom, #46699d 0, #79a0d7 100%);
  background: -moz-linear-gradient(bottom, #46699d 0, #79a0d7 100%);
  background: -o-linear-gradient(bottom, #46699d 0, #79a0d7 100%);
  background: -ms-linear-gradient(bottom, #46699d 0, #79a0d7 100%);
  background: linear-gradient(bottom, #46699d 0, #79a0d7 100%); */
  font-size: 24px;
  font-weight: 700;
  border: #a0a0a0 solid 1px;
  text-align: center;
}

.row .column .list ul li p.indexRefresh_1 span.small {
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  display: inline;
}

.row .indexRefresh .leftIcon {
  position: absolute;
  left: 28%;
  top: 31px;
  width: 21px;
  height: 21px;
  background: url(/Content/images/indexPlus.png?20140404);
}

.row .indexRefresh .leftIcon.indexNegative {
  background: url(/Content/images/indexNegative.png?20140404);
}

.msgborder_2 {
  width: 32px;
  height: 21px;
  position: absolute;
  top: -17px;
  z-index: 10002;
  left: 50px;
}

#menu01 {
  width: 80%;
  height: 440px;
}

.sportNav {
  width: 100%;
  background: #2a2a2a;
}

.sportNav .categoryAll {
  height: 440px;
  width: 100%;
  overflow: scroll;
}

#menu01 .msgborder {
  left: 50px;
}

#menu01 .category {
  border-top: 1px solid rgba(255,255,255,0.10196);
  border-bottom: 1px solid #000;
  position: relative;
}

#menu01 .category .major {
  width: 100px;
  height: 108px;
  display: inline-block;
  background: url(/Content/images/bg_menu_major.png?20140404);
  float: left;
  text-align: center;
}

#menu01 .category .major .img {
  width: 30px;
  height: 26px;
  margin: 20px auto 10px;
}

#menu01 .category .major p {
  font-size: 18px;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  margin: 0 0 5px;
}

#menu01 .category .major span {
  color: #69f;
  text-shadow: 0 1px 0 #000;
}

#menu01 .category .itemlist {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
}

#menu01 .category .itemlist ul li {
  float: left;
  text-align: center;
  width: 100px;
  padding: 0 5px;
  height: 108px;
  position: relative;
}

#menu01 .category .itemlist ul li.active a {
  border: 3px solid #69f;
}

#menu01 .category .itemlist ul li a {
  display: block;
  width: 94%;
  height: 90px;
  color: #fff;
  padding: 0 5px;
  border-radius: 6px;
  position: absolute;
  left: 7px;
  top: 6px;
}

#menu01 .category .itemlist ul li a p {
  margin: 0;
}

#menu01 .category .itemlist ul li a span {
  color: #69f;
}

#menu01 .category .itemlist ul li .img {
  width: 45px;
  height: 45px;
  margin: 0 auto 5px;
}

.leagueNav {
  width: 100%;
  position: relative;
}

#leagueMenu .msgborder {
  left: 25%;
}

.leagueList {
  float: left;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px #555;
          box-shadow: 0 2px 5px #555;
}

#leagueMenu .leagueList ul {
  width: 100%;
  height: 100%;
}

#leagueMenu .leagueList ul li {
  width: 100%;
}

#leagueMenu .leagueList ul li a {
  display: block;
  border-radius: 3px;
  font-size: 24px;
  font-family: Arial;
  color: #fff;
}

#leagueMenu .leagueList ul li.highlight.live .name .cell .inner,
#leagueMenu .leagueList ul li.live .name .cell .inner {
  color: #f96;
}

.leagueList .name {
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: table;
  width: 100%;
  color: #e0e0e0;
  color: var(--def-color3);
  text-shadow: 0 1px 0 #000;
  height: 60px;
}

.leagueList .name .cell {
  display: table-cell;
  vertical-align: middle;
  width: 84%;
}

.leagueList .name .cell .inner {
  float: left;
  font-size: 30px;
  line-height: 1.1;
  font-family: Arial;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  margin-left: 30px;
  line-height: 50px;
}

.leagueList .live. name .cell .inner {
  color: #f96;
}

.leagueList .set {
  margin-right: 30px;
  margin-top: 8px;
  float: right;
}

#leagueMenu .leagueList ul li.active a {
  border: 3px solid #69f;
}

.leagueNavBottom {
  height: 104px;
  width: 100%;
  background: #0c5678;
  position: fixed;
  bottom: 0;
}

.leagueNavTop {
  font-size: 30px;
  min-height: 40px;
  width: 100%;
  background: url(/Content/images/leagueNavBottomBg.png?20140410) repeat-x;
  line-height: 1.1;
  overflow: hidden;
  font-family: Arial;
  color: #e0e0e0;
  color: var(--def-color3);
  text-shadow: 0 1px 0 #000;
  float: left;
  border-top: #001b28 solid 2px;
}

.leagueNavTop .name {
  min-height: 90px;
  width: 100%;
  background: #002e43;
}

.leagueNavTop .set {
  float: right;
  margin-top: 20px;
  margin-right: 30px;
}

.leagueNavTop .cell {
  float: left;
  width: 84%;
  margin: 30px 0 10px 30px;
  overflow: hidden;
}

.leagueNavBottom .leagueNavBottom_1 {
  width: 158px;
  margin: 0 auto;
  padding-top: 21px;
}

.leagueNavBottom .leagueSubmit {
  width: 170px;
  height: 64px;
  font-size: 26px;
  color: #023047;
  font-weight: bolder;
  background: #fff;
  border-radius: 10px;
}

.leagueNavBottom .closeBtn {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  bottom: 18px;
  top: 34px;
}

.overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}

.overlay.earlyMarket {
  z-index: 999;
}

.overlay.mixparlayList {
  z-index: 10003;
}

.delete .delBtn {
  display: none;
}

/* .parlayDialog.betList {
  float: none;
  position: inherit;
} */

.positionFix {
  position: inherit;
  width: 100%;
}

.parlayDialog {
  --bg-color: #503f32;
  --bg: repeating-linear-gradient(180deg, rgba(152,121,86,0.94902), #1b0a00 2px);
  background-color: var(--bg-color);
  background: var(--bg);
  float: left;
  position: relative;
  width: 100%;
  z-index: 2;
  border-top: 2px solid #e0e0e0;
  border-top: 2px solid var(--def-color3);
  -webkit-box-shadow: 0 2px 5px #555;
          box-shadow: 0 2px 5px #555
  /**bet**/
}

.parlayDialog .bet {
    padding: 18px 0;
    position: relative;
    background-color: #fff0d3
  }

.parlayDialog .bet .input {
      width: 93%;
      line-height: 50px;
      background: #fff;
      border-radius: 66px;
      margin: 0 20px;
      padding: 7px 0;
      -webkit-box-shadow: inset 0 2px 5px rgba(30, 30, 30, 0.5);
              box-shadow: inset 0 2px 5px rgba(30, 30, 30, 0.5);
      position: relative
    }

.parlayDialog .bet .input input {
        font-family: Arial;
        color: #000;
        font-size: 46px;
        width: 90%;
        border: 0;
        font-weight: bolder;
        padding: 0;
        margin-top: 8px;
      }

.parlayDialog .bet .input .currency {
        font-family: Arial;
        font-size: 24px;
        color: #8c8c8c;
        margin: 0 20px 0 30px;
      }

.parlayDialog .bet .input {

      button {
        width: 200px;
        height: 68px;
        text-align: center;
        border: #646464;
        border-radius: 50px;
        background: #000;
        position: absolute;
        right: 8px;
        top: 9px;
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
        font-size: 30px;
        font-weight: bolder;
        background-color: #79a0d7;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #79a0d7), to(#547bb4));
        background: linear-gradient(to bottom, #79a0d7 0, #547bb4 100%);
      }
    }

.parlayDialog.betList {
    float: none;
    position: inherit;
  }

.parlayDialog .betInfo {
    padding: 12px 0;
    background: #503f32;
    background: var(--def-color)
  }

.parlayDialog .betInfo p {
      display: inline-block;
      font-size: 24px;
      color: #fff;
      margin-left: 25px;
      font-weight: 700
    }

.parlayDialog .betInfo p span {
        font-family: Arial;
        color: #a3c5f5;
        font-weight: bolder;
      }

.parlayDialog p {
    margin: 0;
  }

.parlayDialog .infoHeader {
    width: 100%;
    background: repeating-linear-gradient(180deg, rgba(73, 70, 66, 0), #987956 2px);
    background: repeating-linear-gradient(180deg, rgba(73, 70, 66, 0), var(--def-color2) 2px);
    position: relative;
    z-index: 10
  }

.parlayDialog .infoHeader .info {
      height: 70px;
      width: 100%;
      float: left;
      padding: 10px 0 0;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box
    }

.parlayDialog .infoHeader .info .timer {
        padding-left: 12px;
        padding-top: 16px;
        display: inline-block;
        background: url(/Content/images/imgAll_gold.png?20140404) -8px -54px no-repeat;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        width: 69px;
        height: 70px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
      }

.parlayDialog .infoHeader .info .text {
        width: 84%;
        height: 70px;
        padding-left: 25px;
        background: #261d18;
        background: var(--def-color0);
        display: inline-block;
        vertical-align: top;
        background: url(/Content/images/barBg.png?20140404) repeat-x;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box
      }

.parlayDialog .infoHeader .info .text .odds {
          margin-left: 5px;
          float: left;
          font-size: 30px;
          font-weight: 700;
          color: #fff;
        }

.parlayDialog .infoHeader .info .text p.rate {
          float: right;
          color: #ff3d3d;
          width: 20%;
          font-size: 30px;
          font-family: Arial;
          text-align: right;
          padding-right: 6px;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          font-weight: 700
        }

.parlayDialog .infoHeader .info .text p.rate.glowUp {
            color: #ff0;
          }

.parlayDialog .infoHeader .info .text .name {
          width: 80%;
          margin-top: 8px;
          height: 49px;
          display: table;
          float: left;
          color: #e0e0e0;
          color: var(--def-color3);
          text-shadow: 0 1px 0 #000;
          font-weight: 700
        }

.parlayDialog .infoHeader .info .text .name .cell {
            display: table-cell;
            vertical-align: middle
          }

.parlayDialog .infoHeader .info .text .name .cell .inner {
              font-size: 24px;
              line-height: 1.1;
              overflow: hidden;
              font-family: Arial;
              color: #eee;
              text-shadow: 0 1px 0 #000;
            }

.parlayDialog .infoHeader .info .text > p {
          color: #e0e0e0;
          color: var(--def-color3);
          text-shadow: 0 1px 0 #000;
          display: inline-block;
          font-family: Arial;
          margin-top: 18px;
        }

.backToMain {
  width: 55px;
  height: 55px;
  position: absolute;
  left: 20px;
  top: 16px;
}

.parlayDialog .infoHeader .info .timer a,
#function_bal a {
  background: url(/Content/images/imgAll_gold.png?20140404) no-repeat no-repeat;
  background: var(--bg-icon-gold) no-repeat;
  background-position: -347px -3px;
  background-position: var(--bg-icon-gold-refresh-position);
  width: 34px;
  width: var(--icon-refresh-width);
  font-size: 26px;
  color: #84abe2;
  font-weight: 700;
  height: 39px;
  display: block;
  text-align: center;
  padding-top: 9px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.parlayDialog .infoHeader .info .timer a.refresh,
#function_bal a.refresh {
  /* transform: scale(0.9); */
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation: icon-animation 1s;
          animation: icon-animation 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@keyframes icon-animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes icon-animation {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

.parlayDialog .infoHeader .info .timer span {
  font-size: 20px;
  color: #bf2929;
  line-height: 48px;
  font-family: Arial;
}

.infoHeaderText {
  width: 100%;
  float: left;
  margin-top: 16px;
}

.parlayDialog .infoHeader .infoHeaderText {
  width: 90%;
  margin-left: 5px;
  font-size: 24px;
  font-family: Arial;
  font-weight: bolder;
  color: #eee;
  padding: 0 0 0 20px;
  line-height: 30px;
}

.parlayDialog .infoHeader .infoHeaderText .newBetType {
  color: #a3c5f5;
}

.parlayDialog .infoHeader .infoHeaderText .score {
  color: #ff3d3d;
  font-size: 18px;
  width: 540px;
}

.parlayDialog .infoHeader .closeBtn {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
}

.closeBtn a {
  width: 59px;
  height: 60px;
  display: block;
  text-indent: -9999px;
}

.parlayDialog .set {
  padding: 10px 0 10px 25px;
  border-top: 2px dashed #111;
}

.parlayDialog .set span {
  float: left;
  display: block;
  line-height: 40px;
  color: #fff;
  font-family: Arial;
  font-weight: bold;
  font-size: 24px;
  padding-right: 4px;
}

.parlayDialog .errorticket {
  padding: 10px 0 10px 25px;
  background: #efd2d5;
  height: auto;
}

.parlayDialog .errorticket span {
  float: left;
  display: block;
  line-height: 40px;
  color: #fff;
  font-family: Arial;
  font-weight: bold;
  font-size: 24px;
  padding-right: 4px;
}

/* .parlayDialog .bet {

  padding: 18px 0;
  position: relative;
} */

/* .parlayDialog .bet .input {
  width: 93%;
  line-height: 50px;
  background: #fff;
  -webkit-border-radius: 66px;
  -moz-border-radius: 66px;
  -ms-border-radius: 66px;
  border-radius: 66px;
  margin: 0 20px;
  padding: 7px 0;
  box-shadow: inset 0 2px 5px rgba(30, 30, 30, 0.5);
  position: relative;
} */

/* 
.parlayDialog .bet .input .currency {
  font-family: Arial;
  font-size: 24px;
  color: #8c8c8c;
  margin: 0 20px 0 30px;
} */

/* .parlayDialog .bet .input input {
  font-family: Arial;
  color: #000;
  font-size: 46px;
  width: 90%;
  border: 0;
  font-weight: bolder;
  padding: 0;
  margin-top: 8px;
} */

/* .parlayDialog .bet .input button {
  width: 200px;
  height: 68px;
  text-align: center;
  border: #646464;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  background: #000;
  position: absolute;
  right: 8px;
  top: 9px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
  font-size: 30px;
  font-weight: bolder;
  background-color: #79a0d7;
  background: -webkit-linear-gradient(top, #79a0d7 0, #547bb4 100%);
  background: -moz-linear-gradient(top, #79a0d7 0, #547bb4 100%);
  background: -ms-linear-gradient(top, #79a0d7 0, #547bb4 100%);
  background: -o-linear-gradient(top, #79a0d7 0, #547bb4 100%);
  background: linear-gradient(to bottom, #79a0d7 0, #547bb4 100%);
} */

.parlayDialog .bet .quickBet {
  margin: 20px 0 0 20px;
}

.parlayDialog .bet .quickBet button {
  margin-right: 4px;
  width: 116px;
  height: 65px;
  background-color: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), to(#fff));
  background: linear-gradient(to bottom, #f5f5f5 0, #fff 100%);
  color: #000;
  font-size: 40px;
  border-radius: 6px;
  font-weight: bolder;
  font-family: Arial;
}

.parlayDialog .bet .addParlay {
  padding-top: -16px;
  height: auto;
  position: absolute;
  right: 20px;
  top: 112px;
  width: 226px;
  font-size: 26px;
  color: #004a6d;
  background-color: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), to(#fff));
  background: linear-gradient(to bottom, #f5f5f5 0, #fff 100%);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8);
  border-radius: 8px;
  font-weight: bolder;
}

.parlayDialog {
}

/* .parlayDialog .betInfo p {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  margin-left: 25px;
  font-weight: 700;
} */

/* .parlayDialog .betInfo p span {
  font-family: Arial;
  color: #a3c5f5;
  font-weight: bolder;
} */

.parlayDialog .footer {
  height: 60px;
  background-color: #503f32;
  background-color: var(--def-color);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #503f32), to(#012c40));
  background: linear-gradient(to bottom, #503f32 0, #012c40 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, var(--def-color)), to(#012c40));
  background: linear-gradient(to bottom, var(--def-color) 0, #012c40 100%);
  border-top: 1px solid #144d67;
}

.balance {
  line-height: 56px;
  padding-left: 24px;
  font-family: Arial;
}

.balance b {
  font-size: 24px;
  color: #fff;
}

.balance .currency {
  font-size: 24px;
  color: #fff;
  padding-left: 5px;
}

.balance .money {
  font-size: 30px;
  color: #fff;
  padding-left: 5px;
  font-weight: 700;
}

.parlayinList {
  position: relative;
}

.parlayDialog .bet.mixparlayStyle .quickBet button {
  width: 31%;
}

.mixparlay .empty {
  font-family: Arial;
  font-weight: bolder;
  font-size: 48px;
  color: rgba(0, 0, 0, 0.2);
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1), 1px 1px 0 #fff;
  text-align: center;
  padding-top: 300px;
  min-height: 500px;
}

.BetVoid {
  text-decoration: line-through;
}

.listArea {
  overflow: auto;
}

.listArea ul {
  display: table;
  width: 100%;
}

.listArea ul li {
  display: table-row;
}

.listArea ul li .itemNum {
  display: table-cell;
  vertical-align: middle;
  width: 30px;
  text-align: center;
  font-size: 26px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
  background-color: #bebebe;
  background: -ms-linear-gradient(left, #bebebe 0, #aaa 100%);
}

.listArea .list,
.statement .block .list {
  border-top: 2px dashed #bebebe;
  padding: 20px 16px;
}

.listArea ul li .list .listSportIcon {
  float: left;
  margin-top: 4px;
}

.listArea ul li .list h3,
.statement .block .list h3 {
  font-size: 24px;
  font-family: Arial;
  font-weight: bolder;
  color: #4a4a4a;
  margin-bottom: 3px;
  width: 88%;
  float: left;
  overflow: hidden;
  display: inline;
  margin-left: 7px;
}

.listH3 {
  color: #5e85bd;
}

.listArea ul li.delete .list h3,
.listArea ul li.delete .list h3 .listH3,
.listArea ul li.delete .list h4,
.listArea ul li.delete .list h4 .red,
.listArea ul li.delete .list .list_2,
.listArea ul li.delete .list .list_2 {
  color: #b7b7b7;
}

.listH3 {
  color: #5e85bd;
}

.listH3.changed {
  color: #b3b3b3;
  text-decoration: line-through;
}

.listArea ul li .list h4,
.statement .block .list h4 {
  width: 500px;
  float: left;
  font-size: 24px;
  color: #4a4a4a;
  overflow: hidden;
  display: inline;
  margin-left: 7px;
  margin-bottom: 3px;
}

.listArea ul li .list .list_2 {
  font-size: 20px;
  color: #7b7b7b;
}

.listArea ul li .list {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ababab;
  width: auto;
  position: relative;
}

.listArea ul li .list p {
  color: #7b7b7b;
  font-size: 20px;
  margin: 0;
}

.listArea ul li .list p span {
  color: #5e85bd;
}

.listArea ul li .list .category {
  padding-bottom: 10px;
  width: 94%;
}

.listArea ul li.delete {
  background-color: #dfdfdf;
}

.listArea ul li .list .category .item {
  width: 50px;
  height: 50px;
  background: url(/Content/images/bg_parlayitem.png?20140404);
  border-radius: 4px;
  padding: 7px 0 0;
  margin: 10px 0 0 15px;
  float: left;
}

.listArea ul li .list .category .item .img {
  width: 45px;
  height: 45px;
  margin: 0 auto;
}

.listArea ul li .list .category .name {
  margin: 20px 0 0 5px;
  float: left;
}

.listArea ul li .list .category .name p {
  margin: 0;
  font-size: 20px;
  color: #282828;
  font-weight: bolder;
}

.listArea ul li .list .category .name span {
  font-family: Arial;
  font-weight: bolder;
  color: #8c8c8c;
}

.listArea ul li .list .status {
  padding: 10px 0 10px 15px;
}

.listArea ul li .list .status p {
  margin: 0;
  font-size: 20px;
  color: #987956;
  color: var(--def-color2);
  font-family: Arial;
}

.listArea ul li .list .status p b {
  font-size: 20px;
  margin-right: 10px;
  font-weight: 400;
}

.listArea ul li .list .status span {
  font-family: Arial;
  color: #8c8c8c;
}

.listArea ul li .list .delBtn {
  position: absolute;
  top: 40px;
  right: 20px;
}

.listArea ul li .list .delBtn a {
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  background-color: #d66868;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d66868), to(#962828));
  background: linear-gradient(to bottom, #d66868 0, #962828 100%);
  border-radius: 42px;
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  font-family: Arial;
  border: 1px solid #be5050;
}

.listArea .list h4 .red,
.statement .block .list h4 .red {
  color: #a36060;
}

.mixparlay .removeBtn {
  padding-top: 17px;
  text-align: center;
}

.mixparlay .removeBtn button {
  width: 320px;
  line-height: 60px;
  font-size: 30px;
  font-weight: 100;
  font-family: Arial;
  color: #666;
  border-radius: 6px;
  border: 1px solid #999;
  background-color: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), to(#fff));
  background: linear-gradient(to bottom, #f5f5f5 0, #fff 100%);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.mixparlay .removeBtn p {
  font-size: 14px;
  font-family: AppleGothic;
  color: #959595;
}

.mixparlayGMT {
  font-size: 14px;
  font-family: AppleGothic;
  color: #959595;
  width: 100%;
  text-align: center;
}

.myBets .switchTab {
  margin-bottom: 20px;
}

.myBets .block,
.statement .list .subList .block {
  width: 96%;
  margin: 0 auto 25px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#eaeaea));
  background: linear-gradient(to bottom, #fff 0, #eaeaea 100%);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  border: 1px solid #bebebe;
  border-radius: 4px;
}

.myBets .block,
.statement .list .subList .block.tran .otherInfo div:nth-child(1) {
  float: left;
}

.myBets .block,
.statement .list .subList .block.tran .otherInfo div:nth-child(2) {
  float: right;
  font-size: 30px;
  color: #000;
}

.statement .block.tran .title .content .betsInfo_2 {
  font-size: 24px;
  font-weight: 400;
  margin-top: 8px;
  width: 80%;
  display: inline-block;
}

.myBets .block,
.statement .list .subList .block.tran .otherInfo div:nth-child(2) b {
  color: #597cb4;
}

.myBets .block .title {
  padding: 20px 16px;
  position: relative;
}

.myBets .block .title .item {
  width: 54px;
  height: 50px;
  background: url(/Content/images/bg_parlayitem.png?20140404);
  border-radius: 4px;
  padding: 4px 0 0;
  float: left;
  margin-right: 10px;
}

.myBets .block .title .item .img {
  width: 45px;
  height: 45px;
  margin: 0 auto;
}

.myBets .block .title .content {
  position: relative;
}

.myBets .block .title .content p {
  margin: 0;
}

.myBets .block .title .content .betsInfo_1,
.statement .block .title .content .betsInfo_1 {
  font-size: 24px;
  font-family: Arial;
  width: 336px;
  overflow: hidden;
  font-weight: 700;
  color: #4a4a4a;
  margin-bottom: 5px;
}

.myBets .block .title .content .betsInfo_1 b,
.statement .block .title .content .betsInfo_1 b {
  color: #5e85bd;
}

.myBets .block .title .content .betsInfo_1 span,
.myBets .block .title .content .betsInfo_2 span,
.myBets .block .list h3 .small {
  font-size: 18px;
}

.myBets .block .title .content .betsInfo_2,
.statement .block .title .content .betsInfo_2 {
  font-size: 30px;
  font-family: Arial;
  width: 100%;
  overflow: hidden;
  font-weight: 700;
  color: #4a4a4a;
}

.myBets .block .live {
  background-color: #fae2e4 !important;
}

.betsInfo_2 .stake01 {
  float: left;
}

.betsInfo_2 .stake02 {
  float: right;
}

.betsInfo_2 .stake02 b {
  color: #5e85bd;
}

.myBets .block .title .content .betsInfo_R {
  font-size: 20px;
  font-family: Arial;
  padding: 5px 0 10px;
  width: 208px;
  float: right;
  text-align: right;
  overflow: hidden;
}

.myBets .block .title .content .betsInfo b,
.myBets .block .title .content .betsInfo_R b {
  color: #5e85bd;
}

.myBets .block .title .content .betsInfo span {
  color: #68577a;
  font-size: 12px;
}

.list .blank {
  margin: 0 10px;
}

.myBets .block .title .content .otherInfo {
  font-size: 20px;
  color: #a0a0a0;
  font-family: Arial;
  font-weight: 700;
  margin-bottom: 5px;
  width: 100%;
  display: inline-block;
}

.dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #d2d2d2;
  margin: 0 10px;
  vertical-align: middle;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.50196);
          box-shadow: inset 0 1px 1px rgba(0,0,0,0.50196);
}

.myBets .block .title .content .otherInfo .blank {
  margin: 0 8px;
}

.myBets .block .title .label {
  position: absolute;
  top: 13px;
  right: 0;
  width: 140px;
  line-height: 36px;
  border: solid 0 #fff;
  border-radius: 20px 0 0 20px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  text-shadow: 0 1px 1px rgba(0,0,0,0.50196);
  font-family: Arial;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  color: #fff;
}

.block .title .label.labelBox_L,
.block .title .label.labelBox_T {
  background-color: #b64c4c;
}

.block .title .label.labelBox_W,
.block .title .label.labelBox_R {
  background-color: #3185b3;
}

.block .title .label.labelBox_D {
  background-color: #b29807;
}

.block .title .label.labelBox_V,
.block .title .label.labelBox_X,
.block .title .label.labelBox_C,
.block .title .label.labelBox_A {
  background-color: #999;
}

.myBets .block .list,
.statement .block .list {
  border-top: 2px dashed #bebebe;
  padding: 20px 16px;
  background-color: #ececec;
}

.list .list_date p {
  margin: 0 16px 0 0;
  float: left;
}

.list .list_2 p {
  float: left;
  margin: 0 16px 0 0;
}

.deleteText {
  text-decoration: line-through;
}

.list .list_date {
  margin-top: 10px;
  color: #7b7b7b;
  font-size: 20px;
  width: 100%;
  display: inline-block;
}

.list .list_excluding {
  margin-top: 10px;
  color: #000;
  font-size: 20px;
  width: 60%;
}

.list .list_2 {
  font-size: 20px;
  color: #7b7b7b;
}

.myBets .block .list .listSportIcon,
.statement .block .list .listSportIcon,
.mixparlay .listSportIcon {
  float: left;
  margin-top: 4px;
  width: 54px;
  height: 54px;
  background: url(/Content/images/imgAll.png?20140404) -267px -54px no-repeat;
}

.myBets .block .list .listSportIcon > div,
.statement .block .list .listSportIcon > div,
.mixparlay .listSportIcon > div {
  background-image: url(/Content/images/sportSprite_s.png?20140404);
  background-repeat: no-repeat;
  height: 54px;
  width: 54px;
}

.mixparlay .delete .listSportIcon {
  background: url(/Content/images/imgAll.png?20140404) -193px -54px no-repeat;
}

.myBets .block .list h3,
.statement .block .list h3 {
  font-size: 24px;
  font-family: Arial;
  font-weight: bolder;
  color: #4a4a4a;
  margin-bottom: 3px;
  width: 86%;
  float: left;
  overflow: hidden;
  display: inline;
  margin-left: 7px;
}

.myBets .block .list h4,
.statement .block .list h4 {
  width: 500px;
  float: left;
  font-size: 24px;
  color: #4a4a4a;
  overflow: hidden;
  display: inline;
  margin-left: 7px;
}

.myBets .block .list h4 .red,
.statement .block .list h4 .red {
  color: #a36060;
}

.myBets .block .list .footer {
  margin-top: 10px;
  color: #a0a0a0;
  font-family: Arial;
}

.myBets .block .list .footer span {
  float: right;
}

.statement .filter {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
  padding: 12px 5px;
  background: #242a3b;
  width: 100%;
  overflow: hidden;
}

.statement .filter > div {
  width: 49%;
  height: 48px;
  display: inline-block;
  border: 1px solid #999;
  border-radius: 6px;
  background-color: #f5f5f5;
  background: -linear-gradient(top bottom, #f5f5f5 0, #fff 100%);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.statement .filter.index > div {
  width: 98%;
}

.statement .filter > div.date {
  margin-left: 4px;
}

.statement .filter select option {
  width: 100%;
  text-align: left;
}

.statement .list .headList {
  position: relative;
  border-top: 1px solid #fff;
  border-bottom: 2px solid #ababab;
}

.statement .list .headList .topInfo {
  width: 86%;
  border-bottom: 1px dashed #bebebe;
  font-family: Arial;
  padding: 15px 0;
  position: relative;
}

.statement .list .headList .topInfo p {
  margin: 0;
  font-weight: bolder;
  font-size: 26px;
  color: #000;
  display: inline-block;
  width: 70%;
  margin-left: 30px;
}

.statement .list .headList .topInfo span {
  color: #000;
  display: block;
  position: absolute;
  right: 0;
  bottom: 17px;
  text-align: right;
  font-size: 26px;
  font-weight: bolder;
}

.statement .list .headList .bottomInfo {
  width: 86%;
  font-family: Arial;
  padding: 15px 0;
  position: relative;
}

.statement .list .headList .bottomInfo p {
  margin: 0;
  font-size: 30px;
  display: inline-block;
  width: 46%;
  margin-left: 30px;
  font-weight: 700;
}

.statement .list .headList .bottomInfo p.total {
  width: auto;
  top: 0;
  text-align: right;
  margin-left: 0;
  float: right;
}

.statement .list .headList .bottomInfo p b {
  color: #597cb4;
}

.statement .list .headList .bottomInfo p b:nth-child(2) {
  color: #000;
  font-size: 22px;
}

.statement .list .headList .bottomInfo p b.negative,
.betsInfo_2 .stake02 b.negative,
.myBets .block .title .content .betsInfo_1 b.negative,
.statement .block .title .content .betsInfo_1 b.negative {
  color: #b64c4c;
}

.statement .list .headList .bottomInfo span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #d2d2d2;
  margin: 0 10px;
  vertical-align: middle;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.50196);
          box-shadow: inset 0 1px 1px rgba(0,0,0,0.50196);
}

.detailBtn {
  width: 11%;
  height: 100%;
  position: absolute;
  right: 2%;
  top: -5px;
}

.detailBtn a {
  margin: 0 auto;
  display: block;
  width: 42px;
  height: 42px;
  margin-top: 45px;
}

.detailBtn a.close {
  background: url(/Content/images/imgAll.png?20140404) -100px -144px no-repeat;
}

.detailBtn a.open {
  background: url(/Content/images/imgAll.png?20140404) -154px -144px no-repeat;
}

.detailBtn a.load {
  background: url(/Content/images/loader.gif?201312273) center center no-repeat;
}

.detailBtn_s {
  height: 100%;
}

.detailBtn_s a {
  margin: 0 auto;
  display: block;
  width: 42px;
  height: 100%;
}

.detailBtn_s a.close {
  background: url(/Content/images/imgAll.png?20140404) -153px -144px no-repeat;
}

.statement .list .subList {
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
  background: #e0e0e0;
  background: var(--def-color3);
}

.statement .list .subList .block .title {
  padding: 20px 16px;
  position: relative;
  border-bottom: 2px dashed #bebebe;
}

.statement .list .subList .block .title.last {
  border-bottom: 0;
}

.statement .list .subList .block .title .item {
  width: 54px;
  height: 75px;
  background: url(/Content/images/bg_parlayitem.png?20140404);
  border-radius: 4px;
  padding: 4px 0 0;
  float: left;
  margin-right: 10px;
}

.statement .list .subList .block .title .item .img {
  width: 45px;
  height: 45px;
  margin: 0 auto;
}

.statement .list .subList .block .title .content {
  position: relative;
}

.statement .list .subList .block .title .content p {
  margin: 0;
}

.statement .list .subList .block .title .content .betsInfo {
  font-size: 20px;
  font-family: Arial;
  padding: 3px 0 0;
}

.statement .list .subList .block .title .content .betsInfo b {
  color: #68577a;
  padding: 0 10px;
}

.statement .list .subList .block .title .content .betsInfo b.negative {
  color: #a36060;
}

.statement .list .subList .block .title .content .betsInfo span {
  color: #68577a;
  font-size: 12px;
}

.statement .list .subList .block .title .content .otherInfo {
  font-size: 20px;
  color: #a0a0a0;
  font-family: Arial;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 30px;
  width: 100%;
  display: inline-block;
}

.statement .list .subList .block .title .content .otherInfo span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #d2d2d2;
  margin: 0 10px;
  vertical-align: middle;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.50196);
          box-shadow: inset 0 1px 1px rgba(0,0,0,0.50196);
}

.statement .list .subList .block .title .label {
  position: absolute;
  top: 13px;
  right: 0;
  width: 140px;
  line-height: 36px;
  border: solid 0 #fff;
  border-radius: 20px 0 0 20px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  text-shadow: 0 1px 1px rgba(0,0,0,0.50196);
  font-family: Arial;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  color: #fff;
}

.statement .list .subList .block .title .label.win {
  background-color: #3185b3;
}

.statement .list .subList .block .title .label.lose {
  background-color: #b64c4c;
}

.statement .list .subList .block .title .label.draw {
  background-color: #b29807;
}

.statement .list .subList .block .title .label.rejected {
  background-color: #aaa;
}

.statement .list .subList .block .list .footer {
  margin-top: 10px;
  color: #a0a0a0;
  font-family: Arial;
  position: relative;
}

.statement .list .subList .block .list .footer p {
  display: inline-block;
  margin: 0;
  margin-right: 15px;
}

.statement .list .subList .block .list .footer p span {
  color: #68577a;
  padding: 0 5px;
}

.statement .list .subList .block .list .footer .date {
  position: absolute;
  right: 0;
  bottom: 0;
}

.statement .block .title .content .betsInfo_1 span,
.statement .block .title .content .betsInfo_2 span,
.statement .block .list h3 .small {
  font-size: 18px;
}

.statement .block .list .listSportIcon {
  float: left;
  margin-top: 4px;
}

.switchTab {
  height: 72px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 6%;
  background-color: #e0e0e0;
  background-color: var(--def-color3);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-shadow: 0 5px 4px #503f32;
          box-shadow: 0 5px 4px #503f32;
  -webkit-box-shadow: 0 5px 4px var(--def-color);
          box-shadow: 0 5px 4px var(--def-color);
}

.search .listTable .list.body ul li {
  font-size: 22px;
  height: 70px;
  padding-top: 6px;
  overflow: hidden;
  float: left;
  font-family: Arial;
  color: #656565;
  border-bottom: 2px solid #ccc;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-overflow: ellipsis;
  font-weight: 700;
}

.search .listTable .list.body ul li.switchBox {
  padding-top: 0;
}

.search .listTable.outright .list.body ul li {
  line-height: 70px;
  padding-top: 0;
}

.search .listTable .list.body.outright ul li {
  text-align: left;
}

.search .listTable .list.body.outright ul li #content {
  line-height: normal;
}

.switchTab div {
  background: #fff;
  border: 1px solid #000;
  font-family: Arial;
  text-align: center;
  width: 46%;
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.50196);
          box-shadow: 0 2px 5px rgba(0,0,0,0.50196);
  float: left;
  font-weight: bolder;
  background-color: #fff;
  background: -ms-linear-gradient(90deg, #ddd 0, #fff 56%);
}

/*
.switchTab div.left {
  border-radius: 6px 0 0 6px;
}

.switchTab div.right {
  border-radius: 0 6px 6px 0;
}

 .switchTab div a {
  font-size: 30px;
  display: block;
  color: #5187d5;
  line-height: 50px;
} */

.switchTab div.active {
  background: #323232;
}

.switchTab div.active a {
  color: #e0e0e0;
}

.search .filter {
  height: 70px;
  background-color: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), to(#fff));
  background: linear-gradient(to bottom, #f5f5f5 0, #fff 100%);
  border-bottom: #333 solid 3px;
}

.search .filter > div {
  width: 33.3%;
  height: 70px;
  float: left;
  border-right: 2px solid #959595;
  padding-top: 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: hidden;
}

.search .filter div select option {
  width: 100%;
  text-align: left;
}

.search .filter div.last {
  position: relative;
  border-right: 0;
}

.search .listTable .list {
  width: 100%;
}

.search .listTable .list.head {
  height: 52px;
  overflow: hidden;
}

.search .listTable .list.body {
  position: relative;
}

.search .listTable .list ul {
  width: 100%;
  min-height: 70px;
}

.search .listTable .list ul li {
  vertical-align: middle;
  text-align: center;
}

.search .listTable .list ul li p {
  margin: 0;
}

.search .listTable.beachSoccer .list ul li .bodySubList {
  height: 36px;
  min-height: 36px;
}

.search .listTable.beachSoccer .list ul li .bodySubList li {
  width: 33.3%;
  font-size: 18px;
  padding: 0;
  text-align: center;
  height: 36px;
  line-height: 36px;
  border-bottom: 1px dashed #b2b2b2;
}

.search .listTable.beachSoccer .list.head.beachSoccer ul li .gList li {
  padding: 5px 0 0;
  height: 40px;
  overflow: hidden;
  line-height: 16px;
  width: 33.3%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.search .listTable.beachSoccer .tennisHeadSpan span {
  font-size: 12px;
  line-height: 12px;
}

.search .listTable.beachSoccer .list ul li:nth-child(1) {
  width: 10%;
}

.search .listTable.beachSoccer .list ul li:nth-child(2) {
  width: 45%;
}

.search .listTable.beachSoccer .list ul li:nth-child(3) {
  width: 16%;
}

.search .listTable.beachSoccer .list ul li:nth-child(4) {
  width: 18%;
}

.search .listTable.beachSoccer .list ul li:nth-child(5) {
  width: 11%;
}

.search .listTable .list.head.beachSoccer ul li .gList {
  min-height: 40px;
  height: 40px;
  overflow: hidden;
}

@media screen and (orientation: portrait) {
  .search .listTable.bedminton .refunded,
  .search .listTable.tableTennis .refunded {
    position: absolute;
    right: 14%;
    top: 25px;
    font-weight: 700;
    color: #666;
    font-size: 20px;
  }
}

@media screen and (orientation: landscape) {
  .search .listTable.bedminton .refunded,
  .search .listTable.tableTennis .refunded {
    position: absolute;
    right: 16%;
    top: 25px;
    font-weight: 700;
    color: #666;
    font-size: 20px;
  }
}

.search .listTable.bedminton .list ul li .bodySubList {
  height: 36px;
  min-height: 36px;
}

.search .listTable.bedminton .list ul li .bodySubList li {
  width: 33.3%;
  font-size: 18px;
  padding: 0;
  text-align: center;
  height: 36px;
  line-height: 36px;
  border-bottom: 1px dashed #b2b2b2;
}

.search .listTable.bedminton .tennisHeadSpan span {
  font-size: 12px;
  line-height: 12px;
}

.search .listTable .list.head.bedminton {
  height: 40px;
  overflow: hidden;
}

.search .listTable .list.head.bedminton ul li .gList {
  min-height: 40px;
  height: 40px;
  overflow: hidden;
}

.search .listTable .list.head.bedminton ul li .gList li {
  padding: 5px 0 0;
  height: 40px;
  overflow: hidden;
  line-height: 16px;
  width: 33%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.search .listTable.bedminton .list ul li:nth-child(1) {
  width: 10%;
}

.search .listTable.bedminton .list ul li:nth-child(2) {
  width: 42%;
}

.search .listTable.bedminton .list ul li:nth-child(3) {
  width: 16%;
}

.search .listTable.bedminton .list ul li:nth-child(4) {
  width: 11%;
}

.search .listTable.bedminton .list ul li:nth-child(5) {
  width: 11%;
}

.search .listTable.bedminton .list ul li:nth-child(6) {
  width: 10%;
}

.search .list.head.bedminton ul li:nth-child(4),
.search .list.head.bedminton ul li:nth-child(5) {
  padding-top: 7px;
  line-height: 14px;
}

.search .listTable.golf .list ul li:nth-child(1) {
  width: 10%;
}

.search .listTable.golf .list ul li:nth-child(2) {
  width: 61%;
}

.search .listTable.golf .list ul li:nth-child(3) {
  width: 18%;
}

.search .listTable.golf .list ul li:nth-child(4) {
  width: 11%;
}

@media screen and (orientation: portrait) {
  .search .listTable.tennis .refunded {
    position: absolute;
    right: 15%;
    top: 25px;
    font-weight: 700;
    color: #666;
    font-size: 18px;
  }
}

@media screen and (orientation: landscape) {
  .search .listTable.tennis .refunded {
    position: absolute;
    right: 17%;
    top: 25px;
    font-weight: 700;
    color: #666;
    font-size: 20px;
  }
}

.search .listTable.tennis .list ul li .bodySubList {
  height: 36px;
  min-height: 36px;
}

.search .listTable.tennis .list ul li .bodySubList li {
  width: 20%;
  font-size: 18px;
  padding: 0;
  text-align: center;
  height: 36px;
  line-height: 36px;
  border-bottom: 1px dashed #b2b2b2;
  letter-spacing: -2px;
}

.search .listTable.tennis .tennisHeadSpan span,
.search .listTable.tableTennis .tennisHeadSpan span {
  font-size: 12px;
  line-height: 12px;
}

.search .listTable .list.head.tennis {
  height: 50px;
  overflow: hidden;
}

.search .listTable .list.head.tennis ul li.gListFix {
  padding-top: 6px;
}

.search .listTable .list.head.tennis ul li .gList {
  min-height: 40px;
  height: 40px;
  overflow: hidden;
}

.search .listTable .list.head.tennis ul li .gList li {
  padding: 5px 0 0;
  height: 40px;
  overflow: hidden;
  line-height: 16px;
  width: 20%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.search .listTable.tennis .list ul li:nth-child(1) {
  width: 10%;
}

.search .listTable.tennis .list ul li:nth-child(2) {
  width: 42%;
}

.search .listTable.tennis .list ul li:nth-child(3) {
  width: 16%;
}

.search .listTable.tennis .list ul li:nth-child(4) {
  width: 11%;
}

.search .listTable.tennis .list ul li:nth-child(5) {
  width: 11%;
}

.search .listTable.tennis .list ul li:nth-child(6) {
  width: 10%;
}

.search .listTable.tableTennis .list ul li:nth-child(1) {
  width: 10%;
}

.search .listTable.tableTennis .list ul li:nth-child(2) {
  width: 36%;
}

.search .listTable.tableTennis .list ul li:nth-child(3) {
  width: 22%;
}

.search .listTable.tableTennis .list ul li:nth-child(4) {
  width: 11%;
}

.search .listTable.tableTennis .list ul li:nth-child(5) {
  width: 11%;
}

.search .listTable.tableTennis .list ul li:nth-child(6) {
  width: 10%;
}

.search .listTable.tableTennis .list ul li .bodySubList li {
  width: 14%;
  font-size: 18px;
  padding: 0;
  text-align: center;
  height: 36px;
  line-height: 36px;
  border-bottom: 1px dashed #b2b2b2;
  letter-spacing: -2px;
}

.search .listTable.tableTennis .list ul li .bodySubList li.last {
  width: 16%;
}

.search .listTable.tableTennis .list.head.tennis ul li .gList li {
  padding: 5px 0 0;
  height: 40px;
  overflow: hidden;
  line-height: 30px;
  width: 14.2%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-weight: 700;
}

.search .listTable.outright .list.outright ul li:nth-child(1),
.search .listTable.outright .list.head.outright ul li:nth-child(1) {
  width: 12%;
  padding-top: 14px;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #323232;
  line-height: 20px;
}

.search .listTable.outright .list.outright ul li:nth-child(2),
.search .listTable.outright .list.head.outright ul li:nth-child(2) {
  width: 66%;
}

.search .listTable.outright .list.outright ul li:nth-child(3),
.search .listTable.outright .list.head.outright ul li:nth-child(3) {
  width: 22%;
  text-align: center;
}

.search .listTable .list.body ul li.won {
  color: #f77;
}

.search .listTable .list.body ul li #wrap {
  display: table;
  height: 100%;
  width: 100%;
}

.search .listTable .list.body ul li #cell {
  display: table-cell;
  vertical-align: middle;
}

.search .listTable .list.body ul li.pdt0 {
  padding-top: 0;
}

.search .listTable.tableTennis .list ul li .bodySubList {
  height: 36px;
  min-height: 36px;
}

.search .listTable .list ul li:nth-child(1) {
  width: 10%;
}

.search .listTable .list ul li:nth-child(2) {
  width: 46%;
}

.search .listTable .list ul li:nth-child(3) {
  width: 17%;
  font-size: 20px;
  padding-top: 20px;
}

.search .listTable .list ul li:nth-child(4) {
  width: 17%;
  font-size: 20px;
  padding-top: 20px;
}

.search .listTable .list ul li:nth-child(5) {
  width: 10%;
  padding-top: 20px;
}

.search .listTable .list ul li:nth-child(6) {
  width: 10%;
}

.search .listTable .list ul li:nth-child(7) {
  width: 10%;
}

.search .listTable .list ul li:nth-child(8) {
  width: 10%;
}

.search .listTable .list.head ul {
  background: #363e4a;
  font-weight: 700;
}

.search .listTable .list.head ul li {
  color: #fff;
  padding: 14px 0 5px;
  font-size: 20px;
  float: left;
  height: 40px;
}

.search .listTable .list.head ul li a {
  color: #fff;
  display: block;
}

.search .listTable .list.head ul li a img {
  margin-left: 5px;
}

.search .listTable .list.body ul {
  background: #fff;
}

.search .listTable .list.body ul li:nth-child(odd) {
  background: #f9f9f9;
}

.search .listTable .list.body ul li:nth-child(even) {
  background: #e2e2e2;
}

.search .listTable .list.body ul li:nth-child(2) {
  padding-left: 8px;
  text-align: left;
}

.search .listTable .list.body ul li p {
  margin: 0;
  font-size: 22px;
  font-weight: bolder;
  color: #323232;
  line-height: 26px;
  margin-bottom: 6px;
}

.search .listTable .list.body ul li p.name {
  font-weight: 700;
  color: #838383;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (orientation: portrait) {
  .search .listTable .list.body ul li #content {
    width: 98%;
  }

  .search .listTable.golf .list.body ul li #content {
    width: 350px;
  }
}

@media screen and (orientation: landscape) {
  .search .listTable .list.body ul li #content {
    width: 98%;
  }

  .search .listTable.golf .list.body ul li #content {
    width: 500px;
  }
}

.search .listTable .list.body ul li p.name.highlight {
  color: #6189c0;
}

.search .listTable .list.body ul li span {
  font-family: Arial;
  color: #666;
}

.search .listTable .list.body ul li .moreBtn {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 32px;
  background-color: #87aee5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #87aee5), to(#6f96cd));
  background: linear-gradient(to bottom, #87aee5 0, #6f96cd 100%);
  margin: 0 auto;
}

.search .listTable .list.body ul li .moreBtn.open {
  background: #cacaca;
}

.search .listTable .list .subAreaTitle {
  font-size: 22px;
  height: 30px;
  line-height: 30px;
  padding-left: 22px;
  color: #fff;
  width: 100%;
  background: url(/Content/images/subAreaTitleBg.png?20140410) repeat-x;
}

.search .listTable .list.body ul li .moreBtn a {
  display: block;
  color: #fff;
  font-size: 30px;
  font-family: Arial;
}

.search .listTable .list.body ul li .moreBtn.active {
  -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.50196);
          box-shadow: inset 0 1px 5px rgba(0,0,0,0.50196);
}

.search .listTable .list.body ul li .moreBtn.active a {
  text-indent: -99999px;
}

.search .listTable .list .subArea {
  width: 100%;
}

.search .listTable .list .subArea ul li {
  background: #e0e0e0;
  background: var(--def-color3);
  color: #6189c0;
}

.search .listTable .list .subArea ul li:nth-child(odd) {
  background: #e5e5e5;
}

.search .listTable .list .subArea ul li:nth-child(even) {
  background: #d3d3d3;
}

.search .listTable .list .subArea ul li p {
  margin: 0;
  font-size: 18px;
  font-weight: bolder;
  color: #465a78;
}

.search .listTable .list .subArea ul li span {
  font-family: Arial;
  color: #5a6e96;
}

.search .subject {
  padding: 10px;
  background: #1f2732;
  min-height: 30px;
  padding-left: 22px;
  color: #fff;
  font-size: 22px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.functions .subject {
  background: 0;
  min-height: 30px;
  color: #fff;
  font-size: 22px;
  border-top: 2px solid #0c5678;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: url(/Content/images/bg_bet.png?20140404);
}

.subject p {
  color: #f77;
  margin: 0;
}

.search .listTable.outright .body ul li:nth-child(2) {
  text-align: left;
}

.contactList ul li {
  line-height: 74px;
  font-family: Arial;
  font-size: 28px;
  padding: 0 30px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #ababab;
  position: relative;
  width: calc(100% - 60px);
  display: inline-block;
}

.contactList ul ul.subList {
  border-bottom: 2px solid #fff;
}

.contactList ul ul.subList li {
  background: #e0e0e0;
  background: var(--def-color3);
  border-bottom: 2px solid rgba(171, 171, 171, 0.5);
  border-top: 2px solid rgba(255, 255, 255, 0.4);
  height: 86px;
  line-height: 34px;
  color: #5a5a5a;
  padding-top: 20px;
  border-radius: 2px;
}

.contactList ul ul.subList li a {
  color: #668fc9;
  text-decoration: underline;
}

.balanceList ul li {
  line-height: 85px;
  font-family: Arial;
  font-size: 26px;
  padding: 0 30px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #ababab;
  position: relative;
}

.balanceList ul li b {
  color: #000;
}

.balanceList ul li p {
  position: absolute;
  right: 30px;
  top: 0;
  text-align: right;
  color: #5a5a5a;
  margin: 0;
}

.balanceList ul ul.subList {
  border-bottom: 2px solid #fff;
}

.balanceList ul ul.subList li {
  background: #e0e0e0;
  background: var(--def-color3);
  border-bottom: 2px solid rgba(171, 171, 171, 0.5);
  border-top: 2px solid rgba(255, 255, 255, 0.4);
}

.balanceList .subList li.contactLi {
  font-size: 24px;
}

.settings ul li {
  line-height: 85px;
  font-family: Arial;
  font-size: 26px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #ababab;
  position: relative;
}

.settings ul li b {
  color: #000;
  margin-left: 30px;
}

.settings ul li p {
  background: url(/Content/images/icon_arrow.png?20140404) right 10px no-repeat;
  width: 200px;
  position: absolute;
  right: 35px;
  top: 25px;
  text-align: right;
  color: #5a5a5a;
  margin: 0;
}

.selectBG {
  display: block;
}

.selectHid {
  display: block;
  overflow: hidden;
}

.selectHid option {
  padding-right: 7px;
  text-align: center;
}

.selectHid select {
  background: 0;
}

.login .selectBG {
  width: 323px;
  height: 54px;
  margin: 0 auto;
  background: url(/Content/images/select_icon_lang.png?20140404) no-repeat 86% 50%;
}

.login .selectHid {
  height: 54px;
  display: block;
  overflow: hidden;
}

.join-now {
  text-align: center;
  margin-bottom: 15px;
}

.join-now a {
  font-size: 22px;
  line-height: 60px;
  vertical-align: middle;
  color: #49628f;
  text-decoration: underline;
}

.join-now a img {
  position: relative;
  top: 20px;
  margin: 0 15px 0 0;
}

.kind .selectHid {
  height: 70px;
  display: block;
  overflow: hidden;
}

.login .selectHid select {
  text-align: center;
  text-align: -webkit-center;
  width: 118%;
}

.kind .selectHid select {
  text-align: left;
  text-align: -webkit-left;
  width: 110%;
}

.settings .selectBG {
  width: 301px;
  height: 36px;
  position: absolute;
  right: 35px;
  top: 25px;
  margin: 0;
  background: url(/Content/images/icon_arrow.png?20140404) no-repeat 287px 10px;
}

.settings .selectHid {
  width: 282px;
  height: 36px;
  display: block;
  overflow: hidden;
}

.settings ul li select {
  border: 0;
  background: 0;
  height: 36px;
  width: 300px;
  text-align: right;
}

.settings ul li select option {
  text-align: right;
}

.announce .selectBG {
  width: 295px;
  height: 70px;
}

.announce .selectHid {
  width: 298px;
  height: 70px;
  display: block;
  overflow: hidden;
}

/* 
.announce .selectHid select {
  text-align: right;
  text-align: -webkit-right;
} */

.search.announce .filter > div {
  float: none;
  width: 294px;
  margin: 0 auto;
  border-right: 2px solid #959595;
  border-left: 2px solid #959595;
}

.search.announce .filter div select {
  text-align: left;
}

.statement .selectBG {
  width: 49%;
  height: 36px;
  position: absolute;
  top: 16px;
  margin: 0;
  background: url(/Content/images/icon_arrow.png?20140404) no-repeat 90% 14px;
}

.statement .filter.index .selectBG {
  width: 100%;
  background: url(/Content/images/icon_arrow.png?20140404) no-repeat 92% 14px;
}

.statement .selectHid {
  width: 98%;
  height: 36px;
  display: block;
  overflow: hidden;
}

.statement .filter.index .selectHid {
  width: 115%;
}

.statement .filter select {
  width: 106%;
  height: 40px;
  border: 0;
  text-align: left;
  text-align: -webkit-left;
  font-size: 24px;
  line-height: 40px;
}

.statement .filter.index {
  position: relative;
}

.statement .filter > div.dotDot {
  background: #f5f5f5;
  position: absolute;
  right: 9%;
  top: 20px;
  font-size: 30px;
  width: 30px;
  height: 30px;
  font-weight: 700;
  border: 0;
}

.statement .filter.index select {
  display: block;
  width: 102%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.search .selectBG {
  width: 100%;
  margin: 0;
  background: url(/Content/images/icon_arrow.png?20140404) no-repeat 98% 14px;
}

.search .selectHid {
  width: 100%;
  display: block;
  overflow: hidden;
}

.search .selectHid.league {
  width: 115%;
}

.search .selectDot {
  display: block;
  position: absolute;
  right: 11%;
  top: 0;
  font-size: 24px;
  letter-spacing: -2px;
}

.search.results .filter div select {
  width: 105%;
  margin-top: 0;
}

.search .filter div select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: 0;
  border-radius: 0;
  text-align: left;
  background: 0;
  padding-left: 3%;
  font-size: 24px;
  color: #666;
  font-family: Arial;
  font-weight: 100;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  height: 40px;
  width: 310px;
  letter-spacing: -1px;
}

.settings ul li a {
  display: block;
}

.settings ul li a.touchActive {
  background: rgba(0, 0, 0, 0.1) url(/Content/images/icon_arrow.png?20140404) 96% center no-repeat;
}

.switch {
  position: absolute;
  width: 160px;
  right: 25px;
  top: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.switch .switch-checkbox {
  display: none;
}

.switch .switch-checkbox:checked + .switch-label .switch-inner {
  margin-left: 0;
}

.switch .switch-checkbox:checked + .switch-label .switch-switch {
  right: 0;
}

.switch .switch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #999;
  border-radius: 6px;
  height: 50px;
}

.switch .switch-label .switch-inner {
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
}

.switch .switch-label .switch-inner:before,
.switch .switch-label .switch-inner:after {
  float: left;
  width: 50%;
  height: 50px;
  padding: 0;
  line-height: 50px;
  font-size: 30px;
  color: #fff;
  font-family: Arial;
  font-weight: 100;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.switch .switch-label .switch-inner:before {
  content: 'ON';
  padding-left: 15px;
  background-color: #7aa1d8;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7aa1d8), to(#537ab3));
  background: linear-gradient(to bottom, #7aa1d8 0, #537ab3 100%);
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.50196);
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.4);
          box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.4);
}

.switch .switch-label .switch-inner:after {
  content: 'OFF';
  padding-right: 10px;
  background-color: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), to(#fff));
  background: linear-gradient(to bottom, #f5f5f5 0, #fff 100%);
  color: #999;
  text-align: right;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2);
}

.switch .switch-switch {
  width: 80px;
  border: 1px solid #999;
  border-radius: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 80px;
  -webkit-transition: all 0.3s ease-in 0s;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.50196);
          box-shadow: 0 1px 3px rgba(0,0,0,0.50196);
  background-color: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), to(#fff));
  background: linear-gradient(to bottom, #f5f5f5 0, #fff 100%);
}

.password .form {
  width: 80%;
  margin: 0 auto;
  padding-top: 30px;
}

.password label {
  display: block;
  font-size: 26px;
  color: #000;
  font-family: Arial;
  font-weight: bolder;
}

.password input {
  height: 60px;
  width: 95%;
  font-size: 30px;
  margin-bottom: 15px;
  border: 1px solid #999;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}

.password input.verif {
  width: 220px;
  float: left;
  font-size: 25px;
  color: #888;
  padding-left: 10px;
}

.password .code {
  float: left;
  height: 70px;
}

.password .code img {
  vertical-align: middle;
  margin: 0 10px;
  height: 50px;
  width: 170px;
}

.password .code .refresh {
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
  background: url(/Content/images/imgAll.png?20140404) -294px -5px no-repeat;
}

.password .notice {
  font-size: 22px;
  font-family: Arial;
  color: #515151;
}

.password .notice ul li {
  margin-bottom: 1em;
  text-indent: -1em;
  margin-left: 1em;
}

.password .notice ul li:before {
  content: '。';
}

.password .notice ul li span {
  color: #547bb4;
}

.password .notice p {
  margin: 0;
  text-align: center;
}

.password .notice a {
  text-decoration: none;
  color: #007ddd;
}

.password .save {
  text-align: center;
  margin: 20px 0;
  height: 66px;
}

.password .save button {
  width: 70%;
  text-align: center;
  border-radius: 6px;
  background-color: #7aa1d8;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7aa1d8), to(#537ab3));
  background: linear-gradient(to bottom, #7aa1d8 0, #537ab3 100%);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 2px 5px rgba(0, 0, 0, 0.7);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 2px 5px rgba(0, 0, 0, 0.7);
  border: 1px solid #336;
  font-size: 30px;
  color: #fff;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.50196);
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.50196);
          box-shadow: 0 2px 2px rgba(0,0,0,0.50196);
  height: 60px;
}

/* 
.scoreBar {
  background-color: #121922;
  background: -webkit-linear-gradient(top, #121922 0, #272d3b 100%);
  background: -moz-linear-gradient(top, #121922 0, #272d3b 100%);
  background: -o-linear-gradient(top, #121922 0, #272d3b 100%);
  background: -ms-linear-gradient(top, #121922 0, #272d3b 100%);
  background: linear-gradient(to bottom, #121922 0, #272d3b 100%);
  min-height: 60px;
}

.scoreBar div {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
  font-size: 22px;
  padding: 14px 0;
  color: #fff;
  float: left;
  height: 100%;
}

.scoreBar div.teamName {
  width: 43%;
}

.scoreBar div.score {
  color: #c8c8c8;
  width: 14%;
}

.scoreBar div.score span {
  color: #fff;
  padding: 0 3px;
}

.scoreBar div.left {
  text-align: right;
}

.scoreBar div.right {
  text-align: left;
}

.categoriesBar {
  background: var(--def-color2);
  border-top: 1px solid #6c7381;
  box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.7), 0 2px 6px rgba(0, 0, 0, 0.7);
}

.categoriesBar p {
  margin: 0;
  margin-left: 15px;
  font-size: 20px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
  line-height: 150%;
} */

.listContent {
  background: url(/Content/images/bg_parlayarea.png?20140404);
  padding: 5px;
}

.listContent .list {
  display: inline-block;
  vertical-align: top;
  margin-right: 3px;
}

.listContent .list.ml {
  margin-left: 12px;
}

.listContent .list span {
  display: block;
  width: 100%;
  height: 4px;
  font-size: 18px;
  color: #aaa;
  line-height: normal;
  margin: 10px 0 2px;
}

.listContent .list.wide,
.listContent .list.short {
  width: 14%;
}

.listContent .list.short h3 {
  color: #777;
  text-align: center;
}

.listContent .list p {
  text-align: center;
  color: #6e6e6e;
  margin: 0;
  padding: 3px 0;
}

.listContent .list .red {
  color: #b15252;
}

.listContent .list a {
  margin: 0 0 6px;
  text-align: center;
  display: block;
  line-height: 46px;
  color: #5f4d71;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
  font-size: 24px;
  border: 1px solid #a6a6a6;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.50196);
          box-shadow: 0 1px 3px rgba(0,0,0,0.50196);
  font-weight: bolder;
  font-family: Arial;
}

.listContent .list.sub b {
  display: block;
}

.listContent .list.sub .first,
.listContent .list.sub .second {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,0.50196);
  padding: 5px 5px 3px;
  background: #bebebe;
  border-radius: 2px;
  display: block;
  font-family: Arial;
}

.listContent .list.sub .first {
  margin-top: 50px;
}

.listContent .list.sub .second {
  margin-top: 30px;
}

.listContent .list a.active {
  background: rgba(0,0,0,0.50196);
  color: #fff;
}

.listContent .list a.higher {
  line-height: 100px;
}

.functions {
  background: #e0e0e0;
  background: var(--def-color3);
  width: 100%
}

.functions .subject {
    background: repeating-linear-gradient(180deg, #e6e6e6, rgba(181, 181, 181, 0.18) 2px);
    height: 6em
  }

.functions .subject > p {
      line-height: 63px;
      color: #e0e0e0;
      color: var(--def-color3);
      padding-left: 24px;
      margin: 0;
      color: #261d18;
      color: var(--def-color0);
      font-family: Arial;
      height: 50%;
      font-size: 30px;
      border-bottom: 2px solid #e0e0e0;
      border-bottom: 2px solid var(--def-color3);
    }

.functions .subject_2 {
    height: 90px;
    line-height: 90px;
    border-top: 2px solid rgba(152,121,86,0.27843);
    border-bottom: 2px solid #000
  }

.functions .subject_2 span {
      display: block;
      float: left;

      font-size: 30px;
      font-family: Arial;
      padding-left: 58px;
    }

.functions .subject_2 a {
      display: block;
      float: right;
      margin-top: 12px;
      margin-right: 40px;
    }

.functions .moreFunction {
  height: 50px;
}

.functions .moreFunction a {
  font-size: 20px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  padding-left: 26px;
}

.functions ul li,
.sportNav .bottomList ul li,
#leagueMenu .leagueList ul li {
  background: #665142;
  background: var(--def-list-color);
  height: 90px;
  border-top: 2px solid #144d67;
  border-top: 2px solid #987956;
  border-top: 2px solid var(--def-color2);
  border-bottom: 2px solid #503f32;
  border-bottom: 2px solid var(--def-color);
}

.sportNav .bottomList ul li.highlight {
  border-top: 0;
}

#leagueMenu .leagueList ul li {
  height: 78px;
}

.functions ul li.active {
  border-top: 0;
}

.sportNav .bottomList ul li.live a {
  color: #f96;
}

.sportNav .bottomList ul li.live .highlight a {
  background: #261d18;
  background: var(--def-color0);
  border-top: 0;
}

.topScrollBar_1 .blankLine {
  width: 100%;
  height: 23px;
  line-height: 0;
  background: #e0e0e0;
  background: var(--def-color3);
  border-top: 0;
  margin-top: -3px;
}

.bottomList ul li.highlight a,
.bottomList ul li.highlight a span {
  background: #261d18;
  background: var(--def-color0);
  border-top: 0;
}

#leagueMenu .leagueList ul li.highlight {
  background-color: #261d18;
  background-color: var(--def-color0);
  border-top: 0;
}

#leagueMenu .leagueList ul li.highlight .live {
  color: #f96;
}

.functions ul.topBack li a,
.topBack a {
  padding-left: 80px;
  background-color: #3c3c3c;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3c3c3c), to(#222));
  background: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
}

.sportNav .bottomList ul li a {
  padding-left: 30px;
}

#leagueMenu .leagueList ul {
  padding-left: 0;
  height: auto;
}

.functions ul li a .icon {
  width: 55px;
  height: 55px;
  position: absolute;
  left: 48px;
  top: 20px;
}

.functions ul li a .icon.deposit {
  background: url(/Content/images/imgAll.png?20140404) -683px -204px no-repeat;
}

.functions ul li a .icon.betlist {
  background: url(/Content/images/imgAll.png?20140404) -243px -204px no-repeat;
}

.functions ul li a .icon.statement {
  background: url(/Content/images/imgAll.png?20140404) -299px -204px no-repeat;
}

.functions ul li a .icon.fund {
  background: url(/Content/images/imgPayment.png?20170815) -122px 0px no-repeat;
}

.functions ul li a .icon.bonus {
  background: url(/Content/images/imgPayment.png?20170815) -2px 0px no-repeat;
}

.functions ul li a .icon.result {
  background: url(/Content/images/imgAll.png?20140404) -352px -204px no-repeat;
}

.functions ul li a .icon.functionBalance {
  background: url(/Content/images/imgAll.png?20140404) -408px -204px no-repeat;
}

.functions ul li a .icon.announcements {
  background: url(/Content/images/imgAll.png?20140404) -736px -204px no-repeat;
}

.functions ul li a .icon.creditTransfer {
  background: url(/Content/images/imgAll.png?20140404) -683px -204px no-repeat;
}

.functions ul li a .icon.setting {
  background: url(/Content/images/imgAll.png?20140404) -463px -204px no-repeat;
}

.functions ul li a .icon.cln {
  background: url(/Content/images/edit-user-48.png?201909303) no-repeat;
}

.functions ul li a .icon.search {
  background: url(/Content/images/imgAll.png?20140404) -516px -204px no-repeat;
}

.functions ul li a .icon.contact {
  background: url(/Content/images/imgAll.png?20140404) -569px -204px no-repeat;
}

.functions ul li a .icon.logout {
  background: url(/Content/images/imgAll.png?20140404) -633px -204px no-repeat;
}

.functions ul li a .icon.deposit {
  background: url(/Content/images/imgPayment.png?20140404) -188px 0 no-repeat;
}

.functions ul li a .icon.withdraw {
  background: url(/Content/images/imgPayment.png?20140404) -61px 0 no-repeat;
}

.functions ul li a .icon.withdrawHistory {
  background: url(/Content/images/imgPayment.png?20140404) -124px 0 no-repeat;
}

.functions ul li a .icon.promotions {
  background: url(/Content/images/imgPayment.png?20140404) -1px 0 no-repeat;
}

.functions ul li a span {
  color: #69f;
  padding-left: 20px;
}

.functions ul li a.active {
  background: #261d18;
  background: var(--def-color0);
}

.addHome {
  position: fixed;
  bottom: 40px;
  width: 100%;
  height: 180px;
  z-index: 10;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1;
}

.addHome.fading {
  opacity: 0;
}

.addHome > div {
  margin: 0 auto;
  width: 500px;
  height: 180px;
  background: url(/Content/images/imgAll.png?20140404) 16px -278px no-repeat;
}

.addHome a.close {
  display: block;
  width: 55px;
  height: 55px;
  background: url(/Content/images/imgAll.png?20140404) -57px -204px no-repeat;
  position: relative;
  left: 440px;
  top: -20px;
}

.addHome h3 {
  font-size: 18px;
  color: #515151;
  font-family: Arial;
  font-weight: bolder;
  margin-left: 150px;
  padding-right: 40px;
  margin-top: -10px;
}

.addHome p {
  margin-left: 150px;
  margin-top: 0;
  font-size: 18px;
  color: #515151;
  padding-right: 40px;
  margin-top: 0;
}

.addHome p b {
  font-size: 20px;
  color: #272727;
}

.alert {
  position: fixed;
  width: 560px;
  background: #fff;
  border-radius: 8px;
  top: 15%;
  left: 50%;
  margin-left: -280px;
  z-index: 30001;
}

.alert .msg {
  text-align: center;
  padding: 36px 0;
}

.alert .msg p {
  font-size: 32px;
  color: #000;
  font-family: Arial;
  font-weight: bolder;
  margin: 0;
  padding-left: 32px;
  padding-right: 32px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.msg .msg_2 {
  font-family: Arial, sans-serif;
  display: block;
  font-size: 20px;
  color: #6289c1;
  margin-top: 32px;
  width: 80%;
  margin: 16px auto 0;
}

.alert .footer {
  vertical-align: bottom;
  background: #ebebeb;
  padding: 30px 10px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-top: 1px dashed #bebebe;
}

.alert .msgBtn01,
.alert .msgBtn02 {
  float: left;
  width: 48%;
  margin-left: 7px;
}

.alert .footer .notice p {
  font-size: 20px;
  color: #515151;
  margin: 0 0 1em;
}

.alert .footer .remember {
  width: 250px;
  line-height: 50px;
  vertical-align: middle;
}

.alert .footer .dontshow {
  width: 320px;
  line-height: 40px;
  vertical-align: middle;
  margin-bottom: 20px;
}

.footerCon {
  color: #333;
  margin-bottom: 36px;
  font-size: 18px;
}

.alert .footer .remember span {
  font-size: 30px;
  color: #6289c1;
}

/* 
.alert .footer button {
  background: none !important;
}

.alert .footer button.style2 {
  background: none !important;
} */

div.checker {
  width: 44px;
  height: 44px;
  float: left;
  position: relative;
  margin-right: 10px;
  background: url(/Content/images/imgAll.png?20140404) -274px -143px no-repeat;
}

div.checker.black {
  background: url(/Content/images/imgAll.png?20140404) -219px -143px no-repeat;
}

div.checker.checked {
  background: url(/Content/images/imgAll.png?20140404) -380px -143px no-repeat;
}

div.checker.black.checked {
  background: url(/Content/images/imgAll.png?20140404) -329px -143px no-repeat;
}

div.mainDisable {
  width: 20%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-box-shadow: #000 5px 0 15px;
          box-shadow: #000 5px 0 15px;
}

.resultLeague {
  width: 100%;
  border-bottom: #1f2732 solid 5px;
  text-align: center;
}

.scoreTable.top {
  font-size: 22px;
  text-align: center;
  color: #fff;
  background: #363e4a;
  font-weight: 700;
  height: 96px;
  overflow: hidden;
  width: 85%;
  float: left;
}

.scoreTable > div,
.scoreTable > ul {
  height: 48px;
  line-height: 48px;
  float: left;
  border-top: #5e656e solid 1px;
  border-bottom: #333 solid 1px;
  border-left: #5e656e solid 1px;
  border-right: #333 solid 1px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.scoreTable > ul {
  border-right: 0;
  border-left: 0;
}

.resultTitle {
  width: 100%;
  float: left;
  color: #fff;
  line-height: 24px;
  min-height: 48px;
  background-color: #1f2732;
  font-weight: 700;
  font-size: 22px;
  padding-left: 12px;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 16px;
}

#module-ticket2 > .blankTop,
.blank {
  width: 15%;
  float: left;
  padding-top: 46px;
}

#mainWrapper2 > .blankTop,
.blank {
  width: 15%;
  float: left;
  padding-top: 46px;
}

.blankTop {
  height: 96px;
  background-color: #363e4a;
}

.resultLeague .blank {
  height: 160px;
  border-top: #bbb solid 1px;
}

.blank a.open {
  background: url(/Content/images/imgAll.png?20140404) -153px -144px no-repeat;
}

.blank a.close {
  background: url(/Content/images/imgAll.png?20140404) -100px -144px no-repeat;
}

.blank a {
  margin: 0 auto;
  display: block;
  width: 44px;
  height: 44px;
}

.resultTitle.sub {
  color: #fff;
  background: #acabab;
}

.scoreTable.sub > ul {
  overflow: hidden;
}

.scoreTable.tennis > ul li {
  width: 20%;
  float: left;
  border-left: #5e656e solid 1px;
  border-right: #333 solid 1px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.scoreTable.tennis > .scoreTennis {
  width: 40%;
}

.scoreTable.tennis > .point,
.scoreTable.tennis > .set {
  width: 30%;
}

.scoreTable.tennis > ul li:nth-child(7),
.scoreTable.tennis.sub > ul li:nth-child(7) {
  border-right: 0;
}

.scoreTable.tennis .time {
  width: 20%;
}

.scoreTable.tennis .teams {
  width: 80%;
}

.scoreTable.tennis.sub {
  height: 150px;
  color: #656565;
  background-color: #e2e2e2;
  font-weight: 700;
  font-size: 22px;
  width: 85%;
  float: left;
}

.scoreTable.tennis.sub > div,
.scoreTable.tennis.sub > ul {
  height: 80px;
  float: left;
  border: 0;
  border-top: #bbb solid 1px;
  border-right: #bbb solid 1px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.scoreTable.tennis.sub > ul {
  border-right: 0;
  height: 80px;
}

.scoreTable.tennis.sub > ul,
.scoreTable.tennis.sub > .point,
.scoreTable.tennis.sub > .set {
  background: #f9f9f9;
}

.scoreTable.tennis.sub > ul li {
  width: 20%;
  float: left;
  border: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.scoreTable.tennis.sub .teams p {
  width: 94%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  height: 30px;
  line-height: 34px;
  text-align: left;
  padding-left: 14px;
}

.scoreTable.tennis.sub > ul li:nth-child(odd) {
  background: #e6e6e6;
}

.scoreTable.tennis.sub > ul li > div {
  width: 100%;
  height: 40px;
  line-height: 35px;
  float: left;
  overflow: hidden;
}

.scoreTable.tennis.sub > ul li .top {
  border-bottom: #777 dashed 1px;
}

.scoreTable.tennis.sub p {
  margin: 0;
  padding: 0;
}

.scoreTable.tennis.sub .point,
.scoreTable.tennis.sub .set {
  height: 80px;
  line-height: 55px;
  padding-top: 22px;
}

.scoreTable.tennis.sub .time {
  padding-top: 10px;
  line-height: 24px;
}

.scoreTable.tennis.sub .point span,
.scoreTable.tennis.sub .set span {
  display: block;
  height: 20px;
  line-height: normal;
  margin-bottom: 0;
}

.scoreTable.tennis.sub .point.twoLines,
.scoreTable.tennis.sub .set.twoLines {
  padding-top: 13px;
}

.scoreTable.tableTennis > ul li {
  width: 14%;
  float: left;
  border-left: #5e656e solid 1px;
  border-right: #333 solid 1px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.scoreTable.tableTennis > .scoreTennis {
  width: 40%;
}

.scoreTable.tableTennis > .point,
.scoreTable.tableTennis > .set {
  width: 30%;
}

.scoreTable.tableTennis > ul li:nth-child(1),
.scoreTable.tableTennis.sub > ul li:nth-child(1) {
  width: 16%;
}

.scoreTable.tableTennis > ul li:nth-child(7),
.scoreTable.tableTennis.sub > ul li:nth-child(7) {
  border-right: 0;
}

.scoreTable.tableTennis .time {
  width: 20%;
}

.scoreTable.tableTennis .teams {
  width: 80%;
}

.scoreTable.tableTennis.sub {
  height: 150px;
  color: #656565;
  background-color: #e2e2e2;
  font-weight: 700;
  font-size: 22px;
  width: 85%;
  float: left;
}

.scoreTable.tableTennis.sub > div,
.scoreTable.tableTennis.sub > ul {
  height: 80px;
  float: left;
  border: 0;
  border-top: #bbb solid 1px;
  border-right: #bbb solid 1px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.scoreTable.tableTennis.sub > ul {
  border-right: 0;
}

.scoreTable.tableTennis.sub > ul,
.scoreTable.tableTennis.sub > .point,
.scoreTable.tableTennis.sub > .set {
  background: #f9f9f9;
}

.scoreTable.tableTennis.sub > ul li {
  width: 14%;
  float: left;
  border: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.scoreTable.tableTennis.sub .teams p {
  width: 94%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  height: 30px;
  line-height: 34px;
  text-align: left;
  padding-left: 14px;
}

.scoreTable.tableTennis.sub .teams p:nth-child(1),
.scoreTable.tennis.sub .teams p:nth-child(1),
.scoreTable.beachSoccer.sub .teams p:nth-child(1),
.scoreTable.bedminton.sub .teams p:nth-child(1),
.scoreTable.football.sub .teams p:nth-child(1),
.scoreTable.golf.sub .teams p:nth-child(1) {
  margin-top: 2px;
}

.scoreTable.tableTennis.sub > ul li:nth-child(odd) {
  background: #e6e6e6;
}

.scoreTable.tableTennis.sub > ul li > div {
  width: 100%;
  height: 40px;
  line-height: 35px;
  float: left;
}

.scoreTable.tableTennis.sub > ul li .top {
  border-bottom: #777 dashed 1px;
}

.scoreTable.tableTennis.sub p {
  margin: 0;
  padding: 0;
}

.scoreTable.tableTennis.sub .point,
.scoreTable.tableTennis.sub .set {
  height: 80px;
  line-height: 55px;
  padding-top: 22px;
}

.scoreTable.tableTennis.sub .time {
  padding-top: 10px;
  line-height: 24px;
}

.scoreTable.tableTennis.sub .point span,
.scoreTable.tableTennis.sub .set span {
  display: block;
  height: 20px;
  line-height: normal;
  margin-bottom: 0;
}

.scoreTable.tableTennis.sub .point.twoLines,
.scoreTable.tableTennis.sub .set.twoLines {
  padding-top: 13px;
}

.scoreTable.beachSoccer > ul li {
  width: 33%;
  float: left;
  border-left: #5e656e solid 1px;
  border-right: #333 solid 1px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.scoreTable.beachSoccer > .scoreTennis {
  width: 40%;
}

.scoreTable.beachSoccer > .point,
.scoreTable.beachSoccer > .set {
  width: 60%;
}

.scoreTable.beachSoccer > ul li:nth-child(1),
.scoreTable.beachSoccer.sub > ul li:nth-child(1) {
  width: 34%;
}

.scoreTable.beachSoccer > ul li:nth-child(7),
.scoreTable.beachSoccer.sub > ul li:nth-child(7) {
  border-right: 0;
}

.scoreTable.beachSoccer .time {
  width: 20%;
}

.scoreTable.beachSoccer .teams {
  width: 80%;
}

.scoreTable.beachSoccer.sub {
  height: 150px;
  color: #656565;
  background-color: #e2e2e2;
  font-weight: 700;
  font-size: 22px;
  width: 85%;
  float: left;
}

.scoreTable.beachSoccer.sub > div,
.scoreTable.beachSoccer.sub > ul {
  height: 80px;
  float: left;
  border: 0;
  border-top: #bbb solid 1px;
  border-right: #bbb solid 1px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.scoreTable.beachSoccer.sub > ul {
  border-right: 0;
}

.scoreTable.beachSoccer.sub > ul,
.scoreTable.beachSoccer.sub > .point,
.scoreTable.beachSoccer.sub > .set {
  background: #f9f9f9;
}

.scoreTable.beachSoccer.sub > ul li {
  width: 33%;
  float: left;
  border: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.scoreTable.beachSoccer.sub .teams p {
  width: 94%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  height: 30px;
  line-height: 34px;
  text-align: left;
  padding-left: 14px;
}

.scoreTable.beachSoccer.sub > ul li:nth-child(odd) {
  background: #e6e6e6;
}

.scoreTable.beachSoccer.sub > ul li > div {
  width: 100%;
  height: 40px;
  line-height: 35px;
  float: left;
}

.scoreTable.beachSoccer.sub > ul li .top {
  border-bottom: #777 dashed 1px;
}

.scoreTable.beachSoccer.sub p {
  margin: 0;
  padding: 0;
}

.scoreTable.beachSoccer.sub .point,
.scoreTable.beachSoccer.sub .set {
  height: 80px;
  line-height: 55px;
  padding-top: 22px;
}

.scoreTable.beachSoccer.sub .time {
  padding-top: 10px;
  line-height: 24px;
}

.scoreTable.beachSoccer.sub .point span,
.scoreTable.beachSoccer.sub .set span {
  display: block;
  height: 20px;
  line-height: normal;
  margin-bottom: 0;
}

.scoreTable.beachSoccer.sub .point.twoLines,
.scoreTable.beachSoccer.sub .set.twoLines {
  padding-top: 13px;
}

.scoreTable.bedminton > ul li {
  width: 33%;
  float: left;
  border-left: #5e656e solid 1px;
  border-right: #333 solid 1px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.scoreTable.bedminton > .scoreTennis {
  width: 30%;
}

.scoreTable.bedminton > .point,
.scoreTable.bedminton > .set {
  width: 35%;
}

.scoreTable.bedminton > ul li:nth-child(1),
.scoreTable.bedminton.sub > ul li:nth-child(1) {
  width: 34%;
}

.scoreTable.bedminton > ul li:nth-child(7),
.scoreTable.bedminton.sub > ul li:nth-child(7) {
  border-right: 0;
}

.scoreTable.bedminton .time {
  width: 20%;
}

.scoreTable.bedminton .teams {
  width: 80%;
}

.scoreTable.bedminton.sub {
  height: 160px;
  color: #656565;
  background-color: #e2e2e2;
  font-weight: 700;
  font-size: 22px;
  width: 85%;
  float: left;
  overflow: hidden;
}

.scoreTable.bedminton.sub > div,
.scoreTable.bedminton.sub > ul {
  height: 80px;
  float: left;
  border: 0;
  border-top: #bbb solid 1px;
  border-right: #bbb solid 1px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.scoreTable.bedminton.sub > ul {
  border-right: 0;
}

.scoreTable.bedminton.sub > ul,
.scoreTable.bedminton.sub > .point,
.scoreTable.bedminton.sub > .set {
  background: #f9f9f9;
}

.scoreTable.bedminton.sub > ul li {
  width: 33%;
  float: left;
  border: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.scoreTable.bedminton.sub .teams p {
  width: 94%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  height: 30px;
  line-height: 34px;
  text-align: left;
  padding-left: 14px;
}

.scoreTable.bedminton.sub > ul li:nth-child(odd) {
  background: #e6e6e6;
}

.scoreTable.bedminton.sub > ul li > div {
  width: 100%;
  height: 40px;
  line-height: 35px;
  float: left;
}

.scoreTable.bedminton.sub > ul li .top {
  border-bottom: #777 dashed 1px;
}

.scoreTable.bedminton.sub p {
  margin: 0;
  padding: 0;
}

.scoreTable.bedminton.sub .point,
.scoreTable.bedminton.sub .set {
  height: 80px;
  line-height: 55px;
  padding-top: 22px;
}

.scoreTable.bedminton.sub .time {
  padding-top: 10px;
  line-height: 24px;
}

.scoreTable.bedminton.sub .point span,
.scoreTable.bedminton.sub .set span {
  display: block;
  height: 20px;
  line-height: normal;
  margin-bottom: 0;
}

.scoreTable.bedminton.sub .point.twoLines,
.scoreTable.bedminton.sub .set.twoLines {
  padding-top: 13px;
}

.scoreTable.golf > ul li {
  width: 33%;
  float: left;
  border-left: #5e656e solid 1px;
  border-right: #333 solid 1px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.scoreTable.golf > .scoreTennis {
  width: 30%;
}

.scoreTable.golf > .point,
.scoreTable.golf > .set {
  width: 100%;
}

.scoreTable.golf > ul li:nth-child(1),
.scoreTable.golf.sub > ul li:nth-child(1) {
  width: 34%;
}

.scoreTable.golf > ul li:nth-child(7),
.scoreTable.golf.sub > ul li:nth-child(7) {
  border-right: 0;
}

.scoreTable.golf .time {
  width: 20%;
}

.scoreTable.golf .teams {
  width: 80%;
}

.scoreTable.golf.sub {
  height: 140px;
  color: #656565;
  background-color: #e2e2e2;
  font-weight: 700;
  font-size: 22px;
  width: 85%;
  float: left;
}

.scoreTable.golf.sub > div,
.scoreTable.golf.sub > ul {
  height: 70px;
  float: left;
  border: 0;
  border-top: #bbb solid 1px;
  border-right: #bbb solid 1px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.scoreTable.golf.sub > ul {
  border-right: 0;
}

.scoreTable.golf.sub > ul,
.scoreTable.golf.sub > .point,
.scoreTable.golf.sub > .set {
  background: #f9f9f9;
}

.scoreTable.golf.sub > ul li {
  width: 33%;
  float: left;
  border: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.scoreTable.golf.sub .teams p {
  width: 94%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  height: 30px;
  line-height: 34px;
  text-align: left;
  padding-left: 14px;
}

.scoreTable.golf.sub > ul li:nth-child(odd) {
  background: #e6e6e6;
}

.scoreTable.golf.sub > ul li > div {
  width: 100%;
  height: 35px;
  line-height: 35px;
  float: left;
}

.scoreTable.golf.sub > ul li .top {
  border-bottom: #777 dashed 1px;
}

.scoreTable.golf.sub p {
  margin: 0;
  padding: 0;
}

.scoreTable.golf.sub .point,
.scoreTable.golf.sub .set {
  height: 90px;
  line-height: 55px;
  padding-top: 22px;
}

.scoreTable.golf.sub .time {
  padding-top: 10px;
  line-height: 24px;
}

.scoreTable.golf.sub .point span,
.scoreTable.golf.sub .set span {
  display: block;
  height: 20px;
  line-height: normal;
  margin-bottom: 0;
}

.scoreTable.golf.sub .point.twoLines,
.scoreTable.golf.sub .set.twoLines {
  padding-top: 13px;
}

.scoreTable.football > ul li {
  width: 33%;
  float: left;
  border-left: #5e656e solid 1px;
  border-right: #333 solid 1px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.scoreTable.football > .scoreTennis {
  width: 30%;
}

.scoreTable.football > .point,
.scoreTable.football > .set {
  width: 50%;
}

.scoreTable.football > ul li:nth-child(1),
.scoreTable.football.sub > ul li:nth-child(1) {
  width: 34%;
}

.scoreTable.football > ul li:nth-child(7),
.scoreTable.football.sub > ul li:nth-child(7) {
  border-right: 0;
}

.scoreTable.football .time {
  width: 20%;
}

.scoreTable.football .teams {
  width: 80%;
}

.scoreTable.football.sub {
  height: 150px;
  color: #656565;
  background-color: #e2e2e2;
  font-weight: 700;
  font-size: 22px;
  width: 85%;
  float: left;
}

.scoreTable.football.sub > div,
.scoreTable.football.sub > ul {
  height: 80px;
  float: left;
  border: 0;
  border-top: #bbb solid 1px;
  border-right: #bbb solid 1px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.scoreTable.football.sub > ul {
  border-right: 0;
}

.scoreTable.football.sub > ul,
.scoreTable.football.sub > .point,
.scoreTable.football.sub > .set {
  background: #f9f9f9;
}

.scoreTable.football.sub > ul li {
  width: 33%;
  float: left;
  border: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.scoreTable.football.sub .teams p {
  width: 94%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  height: 30px;
  line-height: 34px;
  text-align: left;
  padding-left: 14px;
}

.scoreTable.football.sub > ul li:nth-child(odd) {
  background: #e6e6e6;
}

.scoreTable.football.sub > ul li > div {
  width: 100%;
  height: 35px;
  line-height: 35px;
  float: left;
}

.scoreTable.football.sub > ul li .top {
  border-bottom: #777 dashed 1px;
}

.scoreTable.football.sub p {
  margin: 0;
  padding: 0;
}

.scoreTable.football.sub .point,
.scoreTable.football.sub .set {
  height: 80px;
  line-height: 55px;
  padding-top: 22px;
}

.scoreTable.football.sub .time {
  padding-top: 10px;
  line-height: 24px;
}

.scoreTable.football.sub .point span,
.scoreTable.football.sub .set span {
  display: block;
  height: 20px;
  line-height: normal;
  margin-bottom: 0;
}

.scoreTable.football.sub .point.twoLines,
.scoreTable.football.sub .set.twoLines {
  padding-top: 13px;
}

.flash .arrowDown {
  display: none;
}

.flash .arrowUp {
  display: none;
}

.moreMarket {
  overflow-x: visible;
  overflow-y: visible
}

.moreMarket .mgStyle {
    background: #e0e0e0;
    background: var(--def-color3);
    font-weight: bold;
    padding: 0.5em 10%;
    margin-bottom: 3px;
    margin-left: -5px;
    text-align: left;
    font-size: 1.2em;
  }

.moreMarket_table {
  border-collapse: collapse;
  float: left;
}

.moreMarket_noOdds {
  color: #999;
  font-size: 30px;
  font-weight: 700;
  width: 100%;
  text-align: center;
}

.divtable {
  display: table;
}

.tr {
  display: table-row;
}

.td {
  display: table-cell;
}

.topMyBet.changed a {
  color: #ff0;
  text-shadow: 0 1px 3px #011e2c;
}

.flash .topMyBet.changed a {
  color: #fff;
}

#SelectEvent.changed {
  color: red;
}

#SelectEvent option {
  color: #000;
}

#SelectEvent .changed {
  color: red;
}

#module-ticket.myBets .block {
  float: none;
  width: 95%;
}

#mainWrapper.myBets .block {
  float: none;
  width: 95%;
}

#module-ticket .list_1 h3 {
  text-align: left;
  overflow: visible;
}

#mainWrapper .list_1 h3 {
  text-align: left;
  overflow: visible;
  height: auto;
}

#module-ticket div.mixparlay h3 {
  text-align: left;
  overflow: visible;
}

#mainWrapper div.mixparlay h3 {
  text-align: left;
  overflow: visible;
}

#module-ticket .alertBox.parlay {
  top: 508px;
}

#mainWrapper .alertBox.parlay {
  top: 508px;
}

#header.statement .selectBG {
  top: 94px;
}

.AnnRed {
  color: red;
}

tbody {
  width: 100%;
}

tr {
  width: 100%;
}

.announce td.content {
  max-width: 460px;
  word-wrap: break-word;
}

[id^='bu:od:nonlive-more'][id$=':0'],
[id^='bu:od:live-more'][id$=':0'] {
  visibility: hidden;
}

select {
  outline: 0;
}

.productSwitcher {
  height: 119px;
  margin: 0 5px;
  position: relative;
  top: 1px;
}

.productSwitcher > div {
  width: calc((100% - 32px) / 4);
  height: 120px;
  padding-top: 12px;
  margin: 0 4px;
  font-size: 22px !important;
  line-height: 22px !important;
  text-align: center;
  color: #eee;
  float: left;
  font-size: 26px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  background: #6585b4;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(19%, rgba(101, 133, 180, 1)), to(rgba(60, 88, 130, 1)));
  background: linear-gradient(to bottom, rgba(101, 133, 180, 1) 19%, rgba(60, 88, 130, 1) 100%);
  border-radius: 8px 8px 0 0;
  border-top: 2px #777 solid;
  border-left: 2px #777 solid;
  border-right: 2px #777 solid;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
}

.productSwitcher > div.hover {
  color: #3f5c98;
  background: #fff;
}

.productSwitcher .new {
  position: absolute;
  left: -2px;
  top: -2px;
}

.kindBg {
  width: 100%;
  height: 50px;
  border-top: 2px solid #777;
  background: -webkit-gradient(
    linear,
    left top, left bottom,
    color-stop(0, rgba(255, 255, 255, 1)),
    color-stop(11%, rgba(255, 255, 255, 1)),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0,
    rgba(255, 255, 255, 1) 11%,
    rgba(255, 255, 255, 0) 100%
  );
}

.kind.outline {
  position: relative;
  top: 30px;
}

.kindBg.sports {
  height: 56px;
}

.parlayDialog .infoHeader .info .text p.rate {
  width: 30%;
}

.parlayDialog .infoHeader .info .text .name {
  width: 70%;
}

.annc-ip-sg-content p {
  font-size: 30px;
  color: #6e6e6e;
  margin-top: 6%;
  margin-bottom: 6%;
  padding: 0 6%;
}

.annc-ip-sg-button {
  width: 90%;
  margin: 20px auto;
}

.annc-ip-sg-button a {
  display: inline-block;
  width: 100%;
  line-height: 58px;
  border-radius: 8px;
  border: 1px solid #999;
  -webkit-box-shadow: inset 0 1px #fff, 0 2px 5px rgba(0,0,0,0.50196);
          box-shadow: inset 0 1px #fff, 0 2px 5px rgba(0,0,0,0.50196);
  text-align: center;
  font-size: 30px;
  font-family: Arial;
  font-weight: 100;
  background-color: #ff9c00;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff9c00), to(#ff7202));
  background: linear-gradient(to bottom, #ff9c00 0, #ff7202 100%);
}

.annc-ip-sg-button a.agree {
  color: #fff;
}

.annc-ip-sg-bsi {
  width: 100%;
  background-color: #fff;
  padding: 15px 20px;
  margin: 20px 0;
  font-family: Arial;
  font-size: 24px;
  color: #6e6e6e;
}

.z2000 {
  z-index: 2000;
}

.scoreTable.football .ng-num {
  width: 20%;
  background-color: #e6e6e6;
}

.scoreTable.football .ng-team {
  width: 80%;
  background-color: #fff;
  text-align: left;
  padding-left: 14px;
}

.scoreTable.football.ng-sub {
  color: #656565;
  background-color: #e2e2e2;
  font-weight: 700;
  font-size: 22px;
  width: 85%;
  float: left;
}

.FontOrange,
.Orange {
  color: #f60;
}

.productSwitcher > div a {
  display: block;
  color: #eee;
}

.bannerBox {
  width: 100%;
}

.bannerBox > div {
  width: 560px;
  height: 200px;
  border-radius: 20px;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 0 2px #fff, 0 15px 30px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: inset 0 0 2px #fff, 0 15px 30px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 2px #fff, 0 15px 30px rgba(0, 0, 0, 0.3);
  margin: 0 auto 40px;
  border: 4px solid #fff;
}

.bannerBox > div a {
  width: 560px;
  height: 200px;
}

.gamesBanner01-en {
  background: url(/Content/images/games/GamesIcon01_en.jpg?v20160205) no-repeat;
}

.gamesBanner01-zh {
  background: url(/Content/images/games/GamesIcon01_zh.jpg?v20160205) no-repeat;
}

.gamesBanner02 {
  background: url(/Content/images/games/GamesIcon02.jpg) no-repeat;
}

.sportsBanner-zh-cn {
  background: url(/Content/images/sea2_ch.jpg) no-repeat;
}

.sportsBanner-zh-tw {
  background: url(/Content/images/sea2_ch.jpg) no-repeat;
}

.sportsBanner-en {
  background: url(/Content/images/depbon23_en.jpg) no-repeat;
}

.sportsBanner-id-id {
  background: url(/Content/images/sea2_id.jpg) no-repeat;
}

.sportsBanner-ja-jp {
  background: url(/Content/images/depbon23_jp.jpg) no-repeat;
}

.sportsBanner-ko-kr {
  background: url(/Content/images/depbon23_kr.jpg) no-repeat;
}

.sportsBanner-ru-ru {
  background: url(/Content/images/depbon23_ru.jpg) no-repeat;
}

.sportsBanner-th-th {
  background: url(/Content/images/sea2_th.jpg) no-repeat;
}

.sportsBanner-vi-vn {
  background: url(/Content/images/sea2_vn.jpg) no-repeat;
}

.interest-btn-container {
  width: 90%;
  margin: 0 auto;
}

.interest-btn {
  width: 100%;
  height: 70px;
  text-align: center;
  border-radius: 6px;
  background-color: #ff9c00;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff9c00), to(#ff7202));
  background: linear-gradient(to bottom, #ff9c00 0, #ff7202 100%);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 2px 5px rgba(0, 0, 0, 0.7);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 2px 5px rgba(0, 0, 0, 0.7);
  border: 1px solid #6b4413;
  font-size: 28px;
  color: #fff;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.50196);
  margin: 15% 0;
}

.interest-txt {
  display: block;
  font-size: 22px;
  line-height: 28px;
  padding-top: 10%;
  text-align: center;
}

.alpha {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 10000;
  position: relative;
  background: #000 transparent;
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)';
}

.topA {
  top: -138px !important;
}

.topB {
  top: -60px !important;
}

.ShowPointer {
  cursor: pointer;
  border-radius: 0;
}

.sports-icon {
  background: url('../images/sports.png') no-repeat;
  height: 60px;
  width: 60px;
  margin: 0 auto;
  background-size: contain;
}

.casino-icon {
  background: url('../images/live-casino.png') no-repeat;
  height: 60px;
  width: 60px;
  margin: 0 auto;
  background-size: contain;
}

.games-icon {
  background: url('../images/games.png') no-repeat;
  height: 60px;
  width: 60px;
  margin: 0 auto;
  background-size: contain;
}

.racing-icon {
  background: url('../images/racing.png') no-repeat;
  height: 68px;
  width: 68px;
  margin: 0 auto;
  background-size: contain;
  margin-top: -8px;
}

.sports-txt {
  font-size: 18px;
  line-height: 22px;
}

.sports-icon2 {
  background: url('../images/sports.png') no-repeat;
  height: 66px;
  width: 66px;
  margin: 0 auto;
  background-size: contain;
}

.casino-icon2 {
  background: url('../images/live-casino.png') no-repeat;
  height: 66px;
  width: 66px;
  margin: 0 auto;
  background-size: contain;
}

.games-icon2 {
  background: url('../images/games.png') no-repeat;
  height: 66px;
  width: 66px;
  margin: 0 auto;
  background-size: contain;
}

.racing-icon2 {
  background: url('../images/racing.png') no-repeat;
  height: 70px;
  width: 70px;
  margin: 0 auto;
  background-size: contain;
  margin-top: -8px;
}

div#racingHorseRacing2 {
  color: #fff;
  background-color: #f7c71d;
  -webkit-box-shadow: 0 2px #ff9c00;
          box-shadow: 0 2px #ff9c00;
  height: 30px;
  line-height: 30px;
  width: 70%;
  margin: 0 auto;
  border-radius: 5px;
}

.raceBannerBox > div {
  width: 600px;
  height: 296px;
  border-radius: 20px;
  border-radius: 20px;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 0 2px #fff, 0 15px 30px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: inset 0 0 2px #fff, 0 15px 30px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 2px #fff, 0 15px 30px rgba(0, 0, 0, 0.3);
  margin: 0 auto 40px;
  border: 4px solid #fff;
}

.raceBanner {
  background: url(/Content/images/racing/racing3.png?v20160711) no-repeat;
}

.f-txt {
  color: #b1e6ee;
}

.mp-announcement {
  -webkit-box-shadow: inset 0 0 2px #272d3b, 0 15px 30px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 2px #272d3b, 0 15px 30px rgba(0, 0, 0, 0.3);
  margin: 15px auto;
  background: #dee4e7;
  padding: 12px;
  font-size: 22px;
  color: #002a43;
  margin-top: 216px;
  margin-bottom: -216px;
  text-align: center;
}

.hide {
  display: none !important;
}

.myBets .block .list.live,
.mixparlay .listArea ul li .list.live,
.listArea ul li .list.live {
  background: #ffe9eb;
}

.mixparlay .listArea ul li .list {
  background: #f9f9f9;
}

.mixparlay .listArea ul li .list.footnote {
  background: #ececec;
}

.contact-us {
  overflow: hidden;
  font-weight: bold;
}

.contact-us-text {
  margin-top: 20px;
  font-size: 24px;
  color: #1f2732;
  text-align: center;
}

.contact-us-item {
  width: 33.333%;
  height: 270px;
  border-color: #fff #cfdde7 #cfdde7 #fff;
  border-style: solid;
  border-width: 2px;
  padding: 60px 20px;
  float: left;
}

.contact-us-bg {
  background-repeat: no-repeat;
  height: 80px;
  width: 100px;
  margin: 0 auto;
}

.contact-us-bg.icon-livechat {
  background-image: url(../../images/contact/contact-us-chat.png);
}

.contact-us-bg.icon-line {
  background-image: url(../../images/contact/contact-us-line.png);
}

.contact-us-bg.icon-whatsapp {
  background-image: url(../../images/contact/contact-us-whatsapp.png);
}

.contact-us-bg.icon-skype {
  background-image: url(../../images/contact/contact-us-skype.png);
}

.contact-us-bg.icon-wechat {
  background-image: url(../../images/contact/contact-us-wechat.png);
}

.contact-us-bg.icon-email {
  background-image: url(../../images/contact/contact-us-mail.png);
}

.contact-us-bg.icon-phone {
  background-image: url(../../images/contact/contact-us-phone.png);
}

.contact-us-bg.icon-fax {
  background-image: url(../../images/contact/contact-us-fax.png);
}

.license {
  margin: 33px auto 0;
}

.license li {
  display: inline-block;
}

.Above18,
.Verisign,
.RGA,
.IOM {
  width: 29px;
  height: 32px;
  float: left;
}

.Above18 {
  background: url(../../images/Above18.png) no-repeat 0 0;
  width: 29px;
}

.Verisign {
  background: url(../../images/Verisign.png) no-repeat 0 0;
  width: 62px;
  height: 35px;
}

.RGA {
  background: url(../../images/RGA.png) no-repeat 0 0;
  width: 71px;
  height: 31px;
}

.IOM {
  background: url(../../images/IOM.png) no-repeat 0 0;
  width: 45px;
  height: 35px;
}

.disp-inblk {
  display: inline-block;
}

img.contact-us-qr {
  width: 190px;
  height: auto;
}

.modal-main-inset-lt {
  display: table-cell;
  text-align: right;
}

.modal-main-inset-rt {
  display: table-cell;
  text-align: left;
  height: 32px;
  padding-left: 17px;
}

.w100p {
  width: 100%;
}

.contact-us-modal {
  display: block;
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.contact-us-modal-content {
  background-color: #fefefe;
  margin: 220px auto;
  width: 584px;
  border-radius: 5px;
  -webkit-box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2);
}

.modal-header {
  background: #003a5d;
  padding: 10px;
  border-radius: 5px 5px 0 0;
}

.modal-header-text {
  font-size: 30px;
  color: #fff;
  font-family: Arial;
  font-weight: bold;
  padding-left: 44px;
  text-align: center;
  display: inline-block;
  width: 520px;
}

.modal-close {
  background: url(/Content/images/contact/close-modal.png) -5px -5px no-repeat;
  height: 36px;
  width: 34px;
  float: right;
}

.modal-main {
  padding: 40px;
  text-align: center;
  font-size: 24px;
  color: #1f2732;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 40px;
  background-size: 130px auto;
}

.modal-main button {
  margin: 30px auto 0;
  background: #749fdc;
  padding: 20px;
  border-style: none;
  border: 0 none;
  border-radius: 2px;
  color: #fff;
  width: 50%;
  font-size: 22px;
}

.modal-main-text {
  margin-top: 10px;
}

.modal-main-text.table {
  display: table;
  margin: 0 auto;
}

.modal-main-language {
  color: #7392bd;
  padding-top: 20px;
}

.modal-main-link {
  color: #7392bd;
  cursor: pointer;
}

.modal-icon {
  width: 130px;
  height: 130px;
  background-size: 130px auto;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.modal-icon.skype {
  background-image: url(../../images/contact/contact-us-skype.png);
  background-position: -6px 0;
}

.modal-icon.whatsapp {
  background-image: url(../../images/contact/contact-us-whatsapp.png);
  background-position: -6px 0;
}

.modal-icon.fax {
  background-image: url(../../images/contact/contact-us-fax.png);
  background-position: -13px 0;
}

.modal-icon.email {
  background-image: url(../../images/contact/contact-us-mail.png);
  background-position: -11px 0;
}

.modal-icon.phone {
  background-image: url(../../images/contact/contact-us-phone.png);
  background-position: -9px 0;
}

.modal-main-tb-row {
  display: table-row-group;
}

.fspin {
  min-height: 101px;
  background: #503f32;
  background: var(--def-color);
  border-top: 2px solid #144d67;
  border-bottom: 2px solid #000;
  padding: 16px 40px;
}

.fspin .ftsz-22 {
  font-size: 22px;
}

.fspin .ft-bold {
  font-weight: bold;
}

.fspin-icon {
  background: url(/Content/images/fs-icon.png) no-repeat;
  display: inline-block;
  vertical-align: top;
  width: 70px;
  height: 64px;
}

.fspin-bd {
  display: inline-block;
  width: calc(100% - 80px);
}

.fspin-grp {
  display: inline-block;
  font-size: 30px;
  color: #fff;
  padding-left: 15px;
  vertical-align: middle;
  width: 60%;
}

.fspin-grp.w100 {
  width: 100%;
}

.fspin-grp-hdr {
  color: #ffca00;
}

.fspin-grp-sub {
  font-size: 22px;
  color: #ccc;
  margin-top: 5px;
}

.fspin-mt {
  display: inline-block;
  width: calc(40% - 15px);
  vertical-align: top;
  padding-left: 13px;
  float: right;
}

.fspin-mtxt {
  font-size: 22px;
  margin-top: 10px;
  text-align: right;
  color: #fff;
}

.fspin-mtxt span {
  color: #fdbe0a;
}

.fspin-meter {
  height: 25px;
  position: relative;
  background: #002334;
  border-radius: 25px;
  padding: 3px;
  -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
          box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  margin-top: 4px;
}

.fspin-meter > span {
  display: block;
  height: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #fdbe0a;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(bottom, center), color-stop(37%, #2bc253), color-stop(69%, #54f054));
  background-image: linear-gradient(center bottom, #2bc253 37%, #54f054 69%);
  -webkit-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
          box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}

.fspin-btn {
  height: 65px;
  width: 150px;
  background: #ffca00;
  text-align: center;
  line-height: 64px;
  font-size: 24px;
  font-weight: bold;
  float: right;
}

.fspin-btn:active {
  background: #ffb400;
}

.noticir-wrap {
  position: relative;
}

.noticir {
  background: #d00;
  width: 13px;
  height: 13px;
  border-radius: 7px;
  position: absolute;
  right: 9px;
  top: 18px;
}

@media screen and (orientation: portrait) {
  .racingspBanner {
    width: 100%;
    position: fixed;
    z-index: 98;
    bottom: 0;
    padding-bottom: 21.875%;
    background-image: url(/Content/images/racing/splobby_banner1.png);
    background-size: cover;
  }

  .baCloseBn {
    position: absolute;
    z-index: 99;
    width: 60px;
    height: 50px;
    right: -4px;
    top: 5px;
    color: #fff;
    background-image: url(/Content/images/racing/closeBtn.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px 25px;
  }
}

@media all and (orientation: landscape) {
  .contact-us-modal-content {
    margin: 110px auto 0;
  }
}

.meter {
  height: 25px;
  position: relative;
  background: #555;
  border-radius: 25px;
  padding: 3px;
  margin: 20px 25px 20px 55px;
  -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
          box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}

.meter > span {
  display: block;
  height: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #79a0d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(bottom, center), color-stop(37%, #2bc253), color-stop(69%, #54f054));
  background-image: linear-gradient(center bottom, #2bc253 37%, #54f054 69%);
  -webkit-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
          box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}

.meter-text {
  padding-bottom: 50px;
}

.meter-level {
  float: left;
  margin-left: 55px;
}

.meter-xp {
  float: right;
  margin-right: 25px;
}

.meter-xp-hit {
  color: #f0e68c;
}

.meter-xp-max {
  font-weight: bold;
}

.ticket-alert {
  position: absolute;
  width: 88%;
  background: #fff;
  top: 15%;
  left: 6%;
  margin: 0;
  z-index: 30001;
  min-width: 560px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
}

@media (orientation: landscape) {
  .ticket-alert {
    width: 80%;
    top: 4%;
    left: 10%;
    margin: 0;
    height: 90%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    max-height: 800px;
  }

  .parlayDialog .bet {
    margin-right: -18px !important;
  }

  .parlayDialog .set {
    font-size: 24px;
  }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  .ticket-alert {
    position: absolute;
    width: 88%;
    background: #fff;
    top: 4%;
    left: 6%;
    margin: 0;
    z-index: 30001;
  }
}

.alert .footer,
.ticket-alert .footer {
  vertical-align: bottom;
  background: #ebebeb;
  padding: 30px 10px;
  border-top: 1px dashed #bebebe;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.alert .footer button,
.ticket-alert .footer button {
  width: 96%;
  height: 70px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #336;
  font-size: 38px;
  color: #fff;
  margin: 0 2%;
}

.mp-betBox .footer-mp button {
  width: 96%;
  height: 70px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #336;
  font-size: 38px;
  color: #fff;
  margin: 0 2%;
  /* background-color: #7aa1d8;
  background: -webkit-linear-gradient(top, #7aa1d8 0, #537ab3 100%);
  background: -moz-linear-gradient(top, #7aa1d8 0, #537ab3 100%);
  background: -ms-linear-gradient(top, #7aa1d8 0, #537ab3 100%);
  background: -o-linear-gradient(top, #7aa1d8 0, #537ab3 100%); */
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 2px 5px rgba(0, 0, 0, 0.7);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 2px 5px rgba(0, 0, 0, 0.7);
  margin-top: 20px;
}

.live .topNav .remove_2 {
  float: left;
  min-width: 80px;
  height: 57px;
  line-height: 57px;
  font-weight: 700;
  padding: 0 5px;
  background-repeat: repeat-x !important;
  background-position: 0 -73px;
}

.betsuccess-wrap {
  width: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  z-index: 99;
}

.betsuccess {
  padding: 16px;
  display: block;
  z-index: 2000;
  height: auto;
  width: 75%;
  color: #407525;
  font-size: 24px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  font-weight: bolder;
  font-family: Arial;
  min-width: 32px;
  text-align: center;
  background-color: #97df73 !important;
  margin: 0 auto;
  padding-top: 15px;
  border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  -o-border-radius: 0 0 20px 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.betsuccess .betsuccess-msg {
  background: url(/Content/images/imgMsgIcons.png?20140603) 0 0 no-repeat;
  line-height: 37px;
  display: inline-block;
  padding-left: 50px;
  color: #296e59 !important;
}

.error-bet {
  color: #f00 !important;
}

.notiflink {
  background: #407525;
  display: inline-block;
  border: 2px solid #fff;
  font-size: inherit;
  color: #fff;
  margin-top: 16px;
  padding: 8px 50px;
  border-radius: 20px;
}

.survey-modal {
  display: block;
  position: fixed;
  z-index: 9996;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, 0.8);
}

.survey-container {
  position: absolute;
  z-index: 9997;
  margin: auto;
  left: 0;
  right: 0;
}

.survey-xbutton {
  position: absolute;
  z-index: 9999;
  background-image: url(../../../images/survey-x.png);
  height: 64px;
  width: 65px;
  top: -30px;
  right: -30px;
}

.xbutton-typeform {
  top: 0 !important;
  right: 0 !important;
}

.survey-content {
  vertical-align: middle;
  position: relative;
  z-index: 9998;
  margin: auto;
  left: 0;
  right: 0;
  font-family: 'Roboto', Arial, Sans-serif;
  font-weight: bold;
  background-image: url(../../../images/survey-bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 90%;
  height: 345px;
  border-radius: 15px;
  border: 5px #2587df solid;
  -webkit-box-shadow: inset 0 0 10px #000;
  box-shadow: inset 0 0 10px #000;
}

.survey-head {
  font-size: 54px;
  color: #ffd000;
  text-align: center;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.8);
  margin: 32px 6px 0 6px;
  line-height: 54px;
  background: -webkit-linear-gradient(#ffdb3a, #fbb700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffd000;
}

.survey-main {
  font-size: 28px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  width: 100%;
  display: block;
}

.survey-button {
  background: 0;
  border-radius: 15px;
  border: 0;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 30px;
  margin: 4px;
  cursor: pointer;
  display: block;
  width: 70%;
  margin: 0 auto;
  color: #233b7a;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffdb3a), to(#fbb700));
  background-image: linear-gradient(#ffdb3a, #fbb700);
  -webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.50196);
          box-shadow: 1px 2px 2px rgba(0,0,0,0.50196);
  border: 1px solid #fcdf5e;
}

.mr-tb-32px {
  margin: 32px 0;
}

.mr-tb-32-16 {
  margin: 32px 0 16px 0;
}

.mr-tp-20px {
  margin-top: 20px;
}

.modal-margin {
  margin-top: 50%;
}

@media only screen and (orientation: landscape) {
  .modal-margin {
    margin-top: 15%;
  }
}

.body-noscroll {
  overflow: hidden;
}

.tooltip-info {
  position: absolute;
  bottom: 40px;
  width: 100%;
  height: 180px;
  z-index: 10;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1;
  top: 280px !important;
}

.tooltip-info.fading {
  opacity: 0;
}

.tooltip-info > div {
  margin-left: 10px;
  width: 444px;
  height: 182px;
  background: url(/Content/images/tooltip-info2.png) no-repeat;
}

.tooltip-info a.close {
  display: block;
  width: 55px;
  height: 55px;
  background: url(/Content/images/imgAll.png?20140404) -57px -204px no-repeat;
  position: relative;
  left: 440px;
  top: -20px;
}

.tooltip-info p {
  margin-left: 150px;
  padding-top: 65px;
  font-size: 20px;
  color: #515151;
  text-align: left;
  font-weight: bold;
}

.tooltip-modal {
  display: block;
  position: fixed;
  z-index: 9996;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  background-color: rgba(0,0,0,0.50196);
}

.block-title {
  width: 100%;
  text-align: center;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  background: #ffffff;
  font-family: "'Din-Condensed',sans-serif";
  text-decoration: none;
  font-size: 2.5em;
}

.block-title a {
  text-decoration: none;
  color: #df9e01;
}

.block-title a:hover {
  text-decoration: none;
  color: #df9e01;
}

.slider-info {
  position: absolute;
  top: 1em;
  right: 2.5em;
  font-size: 28px;
  color: #999;
  font-family: 'arial narrow';
}

.slider-info.text-center {
  text-align: center;
}

.slider-info h4 {
  font-size: 1.5em;
  color: #000000;
  font-family: 'arial narrow';
}

.light-font {
  color: #df9e01;
}

.img-row {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px !important;
  margin-top: 20px;
}

.img-width {
  width: 100%;
}

.w-morefunc {
  background: url(/Content/images/imgAll.png?20170818) -486px -127px no-repeat;
  width: 55px;
  height: 50px;
  margin: 8px;
  padding: 0;
  float: right;
}

.ssbtn {
  width: 70%;
  text-align: center;
  border-radius: 6px;
  background-color: #503f32;
  background-color: var(--def-color);
  /* background: -webkit-linear-gradient(top, #7aa1d8 0, #537ab3 100%);
  background: -moz-linear-gradient(top, #7aa1d8 0, #537ab3 100%);
  background: -ms-linear-gradient(top, #7aa1d8 0, #537ab3 100%);
  background: -o-linear-gradient(top, #7aa1d8 0, #537ab3 100%); */
  background: #503f32;
  background: var(--btn-submit-bg);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 2px 5px rgba(0, 0, 0, 0.7);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 2px 5px rgba(0, 0, 0, 0.7);
  border: 1px solid #336;
  font-size: 30px;
  color: #fff;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.50196);
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.50196);
          box-shadow: 0 2px 2px rgba(0,0,0,0.50196);
  height: 60px;
}

.ssbtn-style {
  text-align: center;
  padding: 16px;
}

#myCarousel {
  margin-top: 80px !important;
}

#mainWrapper-2079505 {
  margin-top: 239px !important;
}

.btn-base {
  background: #e9a932;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e9a932), to(#bc7922));
  background-image: linear-gradient(to bottom, #e9a932, #bc7922);
  border-radius: 8px;
  color: #ffffff;
  padding: 8px 26px;
  text-decoration: none;
  border: none;
  font-size: 20px;
}

.btn-base:hover,
.btn-base:focus,
.btn-base.active {
  background: #e6aa61;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e6aa61), to(#ab6811));
  background-image: linear-gradient(to bottom, #e6aa61, #ab6811);
  text-decoration: none;
  color: #ffffff;
}

/*Live Video Style Sheet*/

.mainContent .article .scoreBoard .lv-event__adjustment {
  line-height: 22px;
  padding: 2.5px 2.5px 0;
}

.lv-event__icon {
  margin: -30px 0 0 6.5px;
  height: 20px;
  width: auto;
  display: block;
}

.lv-event__icon.lv-event__icon--video {
  background: url('/Content/images/livevideo/live-video-icon.gif?20190806') no-repeat center;
  background-size: 23px 18px;
  display: none;
}

.lv-event__icon.lv-event__icon--court {
  background: url('/Content/images/livevideo/live-court-icon.gif?20190806') no-repeat center;
  background-size: 28.5px 22px;
}

.lv-event__icon_left {
  margin: -30px 0 0 1.5px;
  float: left;
  height: 20px;
  width: 30px;
  /*width: auto;*/
  display: block;
}

.lv-event__icon_right {
  margin: -30px 0 0 1.5px;
  float: right;
  height: 20px;
  width: 30px;
  /*width: auto;*/
  display: block;
}

.lv-event__icon_left.lv-event__icon--video {
  background: url('/Content/images/livevideo/live-video-icon.gif?20190806') no-repeat center;
  background-size: 28.5px 22px;
  display: none;
}

.lv-event__icon_right.lv-event__icon--court {
  background: url('/Content/images/livevideo/live-court-icon.gif?20190806') no-repeat center;
  background-size: 28.5px 22px;
}

.lv-event__icon--disabled {
  opacity: 0.35;
}

.lv-event__icon-list {
  height: 22px;
  width: 22px;
  display: block;
  margin: 10px 12.5px 0 0;
}

.lv-banner__container {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 10;
  background: url(/Content/images/livevideo/lv-banner--background.png) no-repeat;
  background-size: cover;
  box-shadow: 0px 0px 5px 2px rgba(119, 119, 119, 0.75);
  -moz-box-shadow: 0px 0px 5px 2px rgba(119, 119, 119, 0.75);
  -webkit-box-shadow: 0px 0px 5px 2px rgba(119, 119, 119, 0.75);
}

.fbs-banner__container {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 10;
  background: url(/Content/images/livevideo/FootballStrike_900.jpg) no-repeat;
  background-size: cover;
  box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
  -moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
  -webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
}

.lv-banner__img {
  background: url(/Content/images/livevideo/lv-banner--icon-screenshot.png) no-repeat;
  background-size: contain;
  width: 25%;
  height: 87px;
  display: inline-block;
  margin: 0.75em 0.5em;
  vertical-align: top;
}

.lv-banner__content {
  color: #fff;
  display: inline-block;
  width: 60%;
  text-shadow: -1px 1px 1px rgb(16, 15, 15);
  margin-top: 0.75em;
}

.lv-banner__text--league {
  font-size: 0.8em;
  font-weight: bold;
  margin-bottom: 0.25em;
}

.lv-banner__text--team,
.lv-banner__text--versus {
  display: inline-block;
  font-size: 0.75em;
  vertical-align: text-top;
}

.lv-banner__text--versus {
  color: #ffc107;
  font-weight: 700;
}

.lv-banner__text--team {
  max-width: 45%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.lv-banner__btn {
  background-color: #fcca00;
  padding: 0.5em 1em;
  margin: 0.5em 0 0.75em;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  display: inline-block;
  background: #ffc107;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffc107), color-stop(100%, #f57c00));
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc107), to(#f57c00));
  background: linear-gradient(to bottom, #ffc107 0%, #f57c00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFC107', endColorstr='#F57C00', GradientType=0);
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.75);
}

.lv-banner__btn__text {
  font-size: 0.8em;
  font-weight: 700;
  color: #000;
  text-shadow: none;
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
  display: inline-block;
}

.lv-banner__close {
  position: absolute;
  background: url(/Content/images/livevideo/lv-banner--x-button.png) no-repeat;
  background-size: contain;
  max-width: 6%;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  vertical-align: top;
  margin-top: 0.5em;
  right: 0.5em;
}

.logo-c19 {
  background: url(/Content/images/logo_c19.png) no-repeat;
  background-position: -2px -10px;
  width: 205px;
  height: 70px;
}

/*Live Video Style Sheet end*/

