@charset "UTF-8";
/*   .compositewin #mobileTopMenu{
        display: none;
    }
    .compositewin #deskTopMenu{
        display: none;
    }
     .compositewin #deskTopSubMenu{
        display: none;
    }*/
body.racing .pagination {
  margin: 10px 0;
}
body.racing .mainContainerOuter {
  display: none;
}
body.racing .tohkjc {
  position: absolute;
  width: 180px;
  top: 33px;
  /* margin: 0 auto; */
  left: calc(50% + 428px);
}
body.racing.haveSecondMenu .tohkjc {
  top: 72px;
}

body.racing .tohkjc img {
  width: 100%;
}
body.racing .tohkjc.mobile {
  display: none;
}
@media (max-width: 1000px) {
  body.racing .tohkjc {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 180px;
    top: 0px;
    /* margin: 0 auto; */
    left: unset;
    margin-bottom: 40px;
  }
  body.racing .tohkjc.desktop {
    display: none;
  }
  body.racing .tohkjc.mobile {
    display: block;
  }
  body.racing.haveSecondMenu .tohkjc {
    top: 0px;
  }
}
body.racing .mainContainerOuter {
  /*@media (max-width: 768px) {
      min-height: 90vh;
      background: #434553;
  }


  .mainContainer {
      @media (max-width: 768px) {
          position: relative;
          min-height: 80vh;
          border-radius: 40px;
          background-color: #eff2f5;
      }

  }*/
}
body.racing .mainContainerOuter .topbanner {
  margin: 0 auto;
  text-align: center;
  height: 120px;
  padding-top: 30px;
  position: relative;
}
@media (max-width: 1000px) {
  body.racing .mainContainerOuter .topbanner {
    height: 80px;
    padding-top: 0px;
  }
}
@media (max-width: 768px) {
  body.racing .mainContainerOuter .topbanner {
    height: auto;
    padding-top: 0px;
  }
}
body.racing .mainContainerOuter .topbanner .sortCTN {
  width: 1000px;
  padding-top: 40px;
  display: grid !important;
  justify-content: center;
  color: #fff;
  grid-auto-flow: column;
  grid-gap: 20px;
  color: #fff;
}
@media (max-width: 1000px) {
  body.racing .mainContainerOuter .topbanner .sortCTN {
    width: 100%;
    padding: 22px;
  }
}
@media (max-width: 768px) {
  body.racing .mainContainerOuter .topbanner .sortCTN {
    padding: 3vw;
    grid-gap: 2vw;
  }
}
body.racing .mainContainerOuter .topbanner .sortCTN > div {
  width: 100%;
  font-size: 20px;
  color: #fff;
  border: 2px solid #baf9ed;
  /* margin: 20px; */
  border-radius: 20px;
  padding: 5px 40px;
  background: linear-gradient(0deg, #236766 0%, #18747f 100%);
  font-weight: bold;
  cursor: pointer;
  margin-right: 20px;
}
@media (max-width: 768px) {
  body.racing .mainContainerOuter .topbanner .sortCTN > div {
    font-size: 20px;
    padding: 5px 10px;
  }
}
@media (max-width: 460px) {
  body.racing .mainContainerOuter .topbanner .sortCTN > div {
    font-size: 4vw;
    padding: 1vw 2vw;
  }
}
body.racing .mainContainerOuter .topbanner .sortCTN > div a {
  color: #fff;
}
body.racing .mainContainerOuter .topbanner .sortCTN > div.on {
  color: #108db4;
  background: #fff !important;
  box-shadow: 4px 4px 4px #333;
}
body.racing .mainContainerOuter .topbanner .sortCTN > div.on a {
  color: #108db4;
}
body.racing.main {
  font-size: 16px;
}
body.racing.main #sb-site {
  margin-top: 0px;
}
body.racing.main #wrapFocusEmpty {
  padding-top: 80px;
  margin-top: 0px;
}
@media (max-width: 1000px) {
  body.racing.main #wrapFocusEmpty {
    padding-top: 20px;
  }
}
@media (max-width: 1000px) {
  body.racing.main.haveSecondMenu #sb-site {
    margin-top: 0px;
  }
}
@media (max-width: 1000px) {
  body.racing.main {
    padding-top: 70px;
  }
}
body.racing.main .insideCompositeEmptyImage {
  max-width: 1200px;
  width: 1200px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
body.racing.main .insideCompositeEmptyImage.mobile {
  display: none;
}
@media (max-width: 1000px) {
  body.racing.main .insideCompositeEmptyImage.mobile {
    display: block;
  }
}
body.racing.main .insideCompositeEmptyImage.desktop {
  display: block;
}
@media (max-width: 1000px) {
  body.racing.main .insideCompositeEmptyImage.desktop {
    display: none;
  }
}
@media (max-width: 1000px) {
  body.racing.main .insideCompositeEmptyImage {
    width: 100%;
  }
}
body.racing.main .insideCompositeEmptyImage .text {
  font-size: 44px;
  position: absolute;
  margin: auto;
  text-align: center;
  top: calc(50% - 93px);
  display: flex;
  width: 100%;
  justify-content: center;
  font-weight: bold;
}
@media (max-width: 1000px) {
  body.racing.main .insideCompositeEmptyImage .text {
    font-size: 5vw;
    position: absolute;
    margin: auto;
    text-align: center;
    top: calc(50% - 6vw);
    display: flex;
    width: 100%;
    justify-content: center;
    font-weight: bold;
  }
}
body.racing.main .insideCompositeEmptyImage img {
  width: 100%;
}
body.racing.main .oddsCTNBg {
  background-image: url(/img/racing/web_bg.png);
  height: 390px;
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  body.racing.main .oddsCTNBg {
    padding-top: 0px;
    height: 50vw;
    background-image: url(/img/racing/mobile/m_bg.png);
    background-size: cover;
  }
}
body.racing.main .oddsCTNBg .oddsWrapDiv {
  margin-top: 0px;
  max-width: 1000px;
  padding-top: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 400px;
}
@media (max-width: 1000px) {
  body.racing.main .oddsCTNBg .oddsWrapDiv {
    padding-top: 0px;
  }
}
body.racing.main .oddsCTNBg .oddsWrapDiv .rowMatchDetail {
  margin: 10px -15px 15px -15px;
  display: flex;
  justify-content: center;
}
body.racing.main .oddsCTNBg .oddsWrapDiv .rowMatchDetail .matchDetail {
  text-align: center;
}
body.racing.main .oddsCTNBg .oddsWrapDiv .rowMatchDetail .matchDetail .spanForOdd {
  font-size: 24px;
  font-weight: bold;
  margin: 8px;
}
@media (max-width: 500px) {
  body.racing.main .oddsCTNBg .oddsWrapDiv .rowMatchDetail .matchDetail .spanForOdd {
    font-size: 5vw;
    font-weight: bold;
    margin: 2vw;
  }
}
body.racing.main .oddsCTNBg .oddsWrapDiv .row {
  background-image: url(/img/racing/focus_bg.png);
  height: 363px;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}
@media (max-width: 1000px) {
  body.racing.main .oddsCTNBg .oddsWrapDiv .row {
    background-image: url(/img/racing/mobile/m_focus.png);
    background-size: contain;
    height: 52vw;
  }
}
body.racing.main .oddsCTNBg .oddsWrapDiv .row .left .innerContainer {
  margin-left: -1vw;
  text-align: center;
}
body.racing.main .oddsCTNBg .oddsWrapDiv .row .left .innerContainer .horseNo {
  margin-top: 145px;
  color: #fff;
  font-size: 70px;
  font-weight: bold;
}
@media (max-width: 1000px) {
  body.racing.main .oddsCTNBg .oddsWrapDiv .row .left .innerContainer .horseNo {
    margin-top: 19vw;
    font-size: 10vw;
  }
}
body.racing.main .oddsCTNBg .oddsWrapDiv .row .left .innerContainer .horseName {
  color: #990000;
  margin-top: 12px;
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 1000px) {
  body.racing.main .oddsCTNBg .oddsWrapDiv .row .left .innerContainer .horseName {
    margin-top: 1vw;
    font-size: 4vw;
  }
}
body.racing.main .oddsCTNBg .oddsWrapDiv .row .right .innerContainer {
  margin-left: -214px;
  text-align: center;
}
@media (max-width: 1000px) {
  body.racing.main .oddsCTNBg .oddsWrapDiv .row .right .innerContainer {
    margin-left: -4vw;
  }
}
body.racing.main .oddsCTNBg .oddsWrapDiv .row .right .odds {
  display: flex;
  width: 244px;
  text-align: center;
  margin: 60px auto 0px;
  height: 100px;
}
body.racing.main .oddsCTNBg .oddsWrapDiv .row .right .odds > div {
  flex: 1;
}
body.racing.main .oddsCTNBg .oddsWrapDiv .row .right .odds > div .name {
  padding: 8px 0px 2px 0px;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 1000px) {
  body.racing.main .oddsCTNBg .oddsWrapDiv .row .right .odds > div .name {
    font-size: 3vw;
    padding: 1vw;
  }
}
body.racing.main .oddsCTNBg .oddsWrapDiv .row .right .odds > div .value {
  font-size: 60px;
  line-height: 56px;
  font-family: "Barlow Condensed", "新微軟正黑體", "Microsoft JhengHei", "微軟正黑體", sans-serif !important;
  font-weight: bold;
}
body.racing.main .oddsCTNBg .oddsWrapDiv .row .right .odds > div .value .redForTableColumn {
  color: red;
}
@media (max-width: 1000px) {
  body.racing.main .oddsCTNBg .oddsWrapDiv .row .right .odds > div .value {
    font-size: 8vw;
    line-height: 8vw;
  }
}
body.racing.main .oddsCTNBg .oddsWrapDiv .row .right .odds > div .value.none {
  font-size: 32px;
}
@media (max-width: 1000px) {
  body.racing.main .oddsCTNBg .oddsWrapDiv .row .right .odds > div .value.none {
    font-size: 4vw;
  }
}
body.racing.main .oddsCTNBg .oddsWrapDiv .row .right .odds > div .value .rate {
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 1000px) {
  body.racing.main .oddsCTNBg .oddsWrapDiv .row .right .odds > div .value .rate {
    font-size: 3vw;
  }
}
@media (max-width: 1000px) {
  body.racing.main .oddsCTNBg .oddsWrapDiv .row .right .odds {
    width: 36.8vw;
    margin: 11vw auto 0px;
    height: 15.3vw;
  }
}
body.racing.main .oddsCTNBg .oddsWrapDiv .row .right .week_and_match {
  margin-top: 32px;
  font-size: 20px;
  color: #990000;
  font-weight: bold;
}
@media (max-width: 1000px) {
  body.racing.main .oddsCTNBg .oddsWrapDiv .row .right .week_and_match {
    margin-top: 4vw;
    font-size: 3vw;
  }
}
body.racing.main .oddsCTNBg .oddsWrapDiv .row .right .week_and_match > div span {
  padding: 0px 10px;
}
@media (max-width: 1000px) {
  body.racing.main .oddsCTNBg .oddsWrapDiv .row .right .week_and_match > div span {
    padding: 0px 2vw;
  }
}
body.racing.main .oddsCTNBg .oddsWrapDiv .row .right .week_and_match > div span:first-child {
  border-right: 1px solid;
}
body.racing.main .oddsCTNBg .oddsWrapDiv .row .right .time_road {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin-top: 14px;
}
@media (max-width: 1000px) {
  body.racing.main .oddsCTNBg .oddsWrapDiv .row .right .time_road {
    font-size: 3vw;
    margin-top: 2vw;
  }
}
body.racing.main .oddsCTNBg .detailFontForOdd {
  font-size: 26px;
  color: #FFF;
  font-weight: bold;
  border-radius: 5px;
  height: 100px;
  padding-top: 14px;
}
@media (max-width: 500px) {
  body.racing.main .oddsCTNBg .detailFontForOdd {
    font-size: 20px;
  }
}
body.racing.main .oddsCTNBg .detailFontForOdd .specialSpanForOdd {
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  font-size: 72px;
  margin-bottom: 34px;
  text-shadow: 0.05em 0.058em 0.05em #333;
}
@media (max-width: 500px) {
  body.racing.main .oddsCTNBg .detailFontForOdd .specialSpanForOdd {
    font-size: 48px;
    margin-bottom: 28px;
  }
}
body.racing.main .oddsCTNBg .oddsForOdds,
body.racing.main .oddsCTNBg .oddsMaxForOdds {
  font-size: 60px;
  line-height: 56px;
  font-family: "Barlow Condensed", "新微軟正黑體", "Microsoft JhengHei", "微軟正黑體", sans-serif !important;
  font-weight: 400;
  color: #000;
  border-radius: 100px;
  text-align: center;
  width: 90%;
  height: 120px;
  background-color: #FFA800;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 10px;
}
body.racing.main .oddsCTNBg .oddsForOdds.none,
body.racing.main .oddsCTNBg .oddsMaxForOdds.none {
  font-size: 34px;
}
@media (max-width: 768px) {
  body.racing.main .oddsCTNBg .oddsForOdds,
  body.racing.main .oddsCTNBg .oddsMaxForOdds {
    font-size: 8vw;
    line-height: 8vw;
  }
  body.racing.main .oddsCTNBg .oddsForOdds.none,
  body.racing.main .oddsCTNBg .oddsMaxForOdds.none {
    font-size: 4vw;
  }
}
body.racing.main .oddsCTNBg .oddsForOdds .oddsForInsideFont,
body.racing.main .oddsCTNBg .oddsMaxForOdds .oddsForInsideFont {
  font-size: 28px;
  text-align: center;
  margin-top: 5px;
  font-weight: bold;
}
body.racing.main .oddsCTNBg .oddsForOdds .rate,
body.racing.main .oddsCTNBg .oddsMaxForOdds .rate {
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 768px) {
  body.racing.main .oddsCTNBg .oddsForOdds .rate,
  body.racing.main .oddsCTNBg .oddsMaxForOdds .rate {
    font-size: 4vw;
  }
}
body.racing.main .oddsCTNBg .oddsForOdds .oddsForImage,
body.racing.main .oddsCTNBg .oddsMaxForOdds .oddsForImage {
  text-align: center;
  margin-top: -26px;
}
body.racing.main .oddsCTNBg .oddsForOdds .oddsForImage img,
body.racing.main .oddsCTNBg .oddsMaxForOdds .oddsForImage img {
  cursor: pointer;
}
body.racing.main .oddsCTNBg .nameForOdd {
  background-color: #fff;
  border-radius: 36px;
  color: #009900;
  margin: 30px 10px;
  font-size: 36px;
  padding: 6px;
  box-shadow: RGB(136 149 161) 3px 3px 6px 0px inset, RGB(255 255 255/50%) -3px -3px 6px 1px inset;
}
@media (max-width: 500px) {
  body.racing.main .oddsCTNBg .nameForOdd {
    font-size: 24px;
  }
}
body.racing.main .subMainContainer {
  padding-top: 0px;
}
body.racing.main .subMainContainer #focusNewsCTN {
  padding: 0px;
  margin: 0px;
}
@media (max-width: 1000px) {
  body.racing.main .subMainContainer #focusNewsCTN {
    margin: 2vw;
  }
}
body.racing.main .subMainContainer #focusNewsCTN .indexFocusArticleTitle {
  padding: 0px;
  margin-bottom: 20px;
}
body.racing.main .subMainContainer #focusNewsCTN .indexFocusArticleTitle .indexFocusNewsTitle {
  padding: 0.8em 1em;
  flex-grow: 1;
  color: #fff;
  position: relative;
  font-size: 28px;
  color: #fff;
  display: block;
  width: 96%;
  overflow: hidden;
}
@media (max-width: 1000px) {
  body.racing.main .subMainContainer #focusNewsCTN .indexFocusArticleTitle .indexFocusNewsTitle {
    font-size: 3vw;
  }
}
body.racing.main .subMainContainer #focusNewsCTN .indexFocusArticleTitle .indexFocusNewsTitle:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  transform: skewX(-24deg);
  transform-origin: top left;
  background: #139f21;
  background: linear-gradient(0deg, RGBA(64, 186, 43) 0%, RGBA(52, 157, 35) 100%);
}
body.racing.main .subMainContainer #focusNewsCTN .indexFocusArticleTitle .indexFocusNewsTitle .text {
  width: 70%;
  position: relative;
  font-weight: bold;
}
body.racing.main .subMainContainer #focusNewsCTN .indexFocusArticleTitle .share {
  width: 30px;
  float: right;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0px;
  position: absolute;
  right: 10px;
  cursor: pointer;
}
body.racing.main .subMainContainer #focusNewsCTN .newsFocusNewsTitle {
  position: absolute;
  bottom: -55px;
  background-image: url(/img/racing/titlebar_racing_right_2.png);
  font-size: 24px;
  color: white;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 64px;
  padding-top: 10px;
  left: 0px;
  padding-left: 10px;
  font-weight: bold;
  width: 100%;
}
body.racing.main .subMainContainer #focusNewsCTN .focusContant,
body.racing.main .subMainContainer #focusNewsCTN .fullFocusContant {
  font-size: 20px;
}
body.racing.main .subMainContainer .bigphotoBar {
  position: relative;
  float: right;
  width: 100%;
  height: 100%;
  min-width: 200px;
  display: flex;
  flex-direction: column;
}
body.racing.main .subMainContainer .bigphotoBar .focusInsideContent {
  width: 100%;
  height: auto;
}
@media (max-width: 1000px) {
  body.racing.main .subMainContainer .bigphotoBar {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
body.racing.main .subMainContainer .bigphotoBar > div {
  flex: auto;
}
@media (max-width: 1000px) {
  body.racing.main .subMainContainer .bigphotoBar > div {
    width: 50%;
    padding: 2vw;
    font-size: 4vw;
  }
}
@media (max-width: 1000px) {
  body.racing.main .subMainContainer .bigphotoBar .odds-bar {
    font-size: 5vw;
  }
}
body.racing.main .sortOutSideDiv .boxForSort .sortFirstTitle {
  font-weight: bold;
  color: #196982;
  padding-bottom: 10px;
  padding-top: 2px;
  font-size: 24px;
  padding-top: 10px;
  text-align: center;
  margin-bottom: 10px;
}
body.racing.main .sortOutSideDiv .boxForSort .mobileRightPadding {
  padding-left: 0px;
  padding-right: 0px;
}
body.racing.main .sortOutSideDiv .boxForSort .mobileRightPadding .scheduleArrow {
  display: none;
}
body.racing.main .sortOutSideDiv .boxForSort .mobileRightPadding .scheduleArrow .glyphicon-menu-right {
  color: #115c82;
  font-size: 30px;
  margin: 0px 10px;
}
body.racing.main .sortOutSideDiv .boxForSort .mobileRightPadding .table-responsive {
  border: 0px;
}
body.racing.main .sortOutSideDiv .boxForSort .mobileRightPadding .table-responsive .table-bordered {
  border: 0px;
}
body.racing.main .sortOutSideDiv .boxForSort .mobileRightPadding .table-responsive .table-bordered.fixed-column {
  background-color: #eff2f5;
  z-index: 1;
}
body.racing.main .sortOutSideDiv .boxForSort .mobileRightPadding .table-responsive .table-bordered .tableTitle {
  background: linear-gradient(0deg, #115c82 0%, #284655 100%);
  color: #fff;
  height: 50px;
}
body.racing.main .sortOutSideDiv .boxForSort .mobileRightPadding .table-responsive .table-bordered .tableTitle:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 50px;
  left: -18px;
  top: 0px;
  background: linear-gradient(0deg, #115c82 0%, #284655 100%);
}
@media (min-width: 768px) {
  body.racing.main .sortOutSideDiv .boxForSort .mobileRightPadding .table-responsive .table-bordered .tableTitle:before {
    -webkit-clip-path: polygon(80% 0, 100% 0%, 100% 100%, 80% 100%, 0% 50%);
            clip-path: polygon(80% 0, 100% 0%, 100% 100%, 80% 100%, 0% 50%);
  }
}
body.racing.main .sortOutSideDiv .boxForSort .mobileRightPadding .table-responsive .table-bordered .tableTitle:after {
  content: "";
  display: block;
  position: absolute;
  height: 50px;
  right: -18px;
  width: 20px;
  top: 0px;
  background: linear-gradient(0deg, #115c82 0%, #284655 100%);
}
@media (min-width: 768px) {
  body.racing.main .sortOutSideDiv .boxForSort .mobileRightPadding .table-responsive .table-bordered .tableTitle:after {
    -webkit-clip-path: polygon(20% 0, 0 0, 0 100%, 20% 100%, 100% 50%);
            clip-path: polygon(20% 0, 0 0, 0 100%, 20% 100%, 100% 50%);
  }
}
@media (max-width: 1000px) {
  body.racing.main .sortOutSideDiv .boxForSort .mobileRightPadding .table-responsive .table-bordered .tableTitle:before, body.racing.main .sortOutSideDiv .boxForSort .mobileRightPadding .table-responsive .table-bordered .tableTitle:after {
    display: none;
  }
}
body.racing.main .sortOutSideDiv .boxForSort .mobileRightPadding .table-responsive .table-bordered .tableTitle th {
  align-content: center;
  white-space: nowrap;
  position: relative;
}
body.racing.main .sortOutSideDiv .boxForSort .mobileRightPadding .table-responsive .table-bordered .tableBody tr.sortTr td:first-child {
  border-left: 0px !important;
}
body.racing.main .sortOutSideDiv .boxForSort .mobileRightPadding .table-responsive .table-bordered .tableBody tr.sortTr td:last-child {
  border-right: 0px !important;
}
body.racing.main .sortOutSideDiv .boxForSort .mobileRightPadding .table-responsive .table-bordered.fixed-column .tableBody tr.sortTr td:last-child {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(204, 204, 204) 100%);
}
body.racing.main.oversea .sortOutSideDiv .boxForSort .mobileRightPadding .table-responsive .table-bordered.fixed-column .tableBody tr.sortTr td:last-child {
  background: rgb(255, 255, 255);
  border-right: 4px solid #ccc;
}

body.racing.main .sortOutSideDiv .boxForSort .mobileRightPadding .table-responsive .table-bordered th {
  border: 0px;
}
@media (max-width: 768px) {
  body.racing.main .oddsCTNBg .oddsForOdds,
  body.racing.main .oddsCTNBg .oddsMaxForOdds {
    margin-top: -120px;
    width: 100%;
    height: auto;
    font-size: 8vw;
    line-height: 8vw;
  }
}
@media (max-width: 768px) and (max-width: 500px) {
  body.racing.main .oddsCTNBg .oddsForOdds,
  body.racing.main .oddsCTNBg .oddsMaxForOdds {
    padding: 2px;
  }
}
@media (max-width: 768px) {
  body.racing.main .oddsCTNBg .oddsForOdds .oddsForInsideFont,
  body.racing.main .oddsCTNBg .oddsMaxForOdds .oddsForInsideFont {
    font-size: 4vw;
  }
  body.racing.main .oddsCTNBg .oddsForOdds .redForTableColumn,
  body.racing.main .oddsCTNBg .oddsMaxForOdds .redForTableColumn {
    font-size: 8vw;
    line-height: 8vw;
  }
  body.racing.main .oddsCTNBg .oddsForOdds .redForTableColumn .rate,
  body.racing.main .oddsCTNBg .oddsMaxForOdds .redForTableColumn .rate {
    font-size: 4vw;
  }
  body.racing.main .oddsCTNBg .nameForOdd {
    margin: 30px auto;
    width: 50%;
  }
  body.racing.main .oddsCTNBg .rightLogo {
    float: right;
  }
}
body.racing.compositewin .emptyForCompositeShow {
  padding-top: 40px;
}
body.racing.compositewin .mainContainerOuter {
  margin-bottom: 10px;
}
body.racing.compositewin .sortCTN {
  width: 1200px;
}
@media (max-width: 1000px) {
  body.racing.compositewin .sortCTN {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  body.racing.compositewin .sortCTN .sortOutSideDiv {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  body.racing.compositewin .sortCTN .sortOutSideDiv {
    border: 0px;
  }
}
body.racing.compositewin .sortCTN .sortOutSideDiv #compositeHead .subCompositeHead {
  text-align: center;
  display: none;
  float: left;
  cursor: pointer;
  font-size: 28px;
  margin: 4px 10px 20px 10px;
  font-weight: bold;
  color: #333;
  width: auto;
  cursor: pointer;
}
body.racing.compositewin .sortCTN .sortOutSideDiv #compositeHead .subCompositeHead.on {
  color: #139f21;
  border-bottom: solid 4px #139f21;
}
body.racing.compositewin .sortCTN .sortOutSideDiv #dateContant .sortPagination .pageItem.blur {
  border-color: #ccc;
}
body.racing.compositewin .sortCTN .sortOutSideDiv #racingDate .racingDateDiv .headLeftSubDiv {
  margin-right: 20px;
  font-size: 18px;
  padding: 10px 0px;
}
body.racing.compositewin .sortCTN .sortOutSideDiv .mobileRightPadding img.shirt {
  width: 30px;
}
body.racing.compositewin .topbanner {
  background-image: url("/img/racing/web_bg.jpg");
  margin: 0 auto;
  text-align: center;
  background-position: center;
  background-size: cover;
  height: 160px;
  padding: 56px 0px;
}
@media (max-width: 1000px) {
  body.racing.compositewin .topbanner {
    height: 80px;
    padding-top: 0px;
    background-image: none;
    background-color: #115c82;
  }
}
body.racing.compositewin .topbanner .sortCTN {
  display: table !important;
  width: 280px;
  border-collapse: separate;
  border-spacing: 40px;
}
@media (max-width: 1000px) {
  body.racing.compositewin .topbanner .sortCTN {
    width: 100%;
    border-spacing: 20px;
  }
}
body.racing.compositewin .topbanner .sortCTN > div {
  display: table-cell;
  font-size: 25px;
  color: #fff;
  border: 2px solid #fff;
  /* margin: 20px; */
  border-radius: 20px;
  padding: 5px;
  background-color: #43C52D;
  font-weight: bold;
  cursor: pointer;
}
body.racing.compositewin .topbanner .sortCTN > div.playVideo {
  display: none;
}
body.racing.compositewin .topbanner .sortCTN > div.on {
  color: #43C52D;
  background-color: #fff;
}
@media (max-width: 1000px) {
  body.racing.compositewin .topbanner .sortCTN > div {
    font-size: 20px;
  }
}
body.racing.compositewin .topbanner .sortCTN .compositewinLinkImage img {
  width: 100%;
}
body.racing.compositewin .palyVideoOutSide {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1000px) {
  body.racing.compositewin .palyVideoOutSide {
    width: 100%;
  }
}
body.racing.compositewin .palyVideoOutSide .title {
  background-image: url(/img/racing/title_2.png);
  height: 92px;
  background-repeat: repeat-x;
  background-size: contain;
  position: relative;
  margin-bottom: 30px;
}
body.racing.compositewin .palyVideoOutSide .title .left {
  background: url(/img/racing/title_1.png) #f0eff5;
  height: 93px;
  float: left;
  width: 46px;
  background-size: contain;
}
body.racing.compositewin .palyVideoOutSide .title .center {
  width: 100%;
  padding: 28px;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 1000px) {
  body.racing.compositewin .palyVideoOutSide .title .center {
    width: 90%;
    padding: 22px;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
  }
}
body.racing.compositewin .palyVideoOutSide .title .right {
  background: url(/img/racing/title_3.png) #f0eff5;
  height: 93px;
  float: right;
  width: 46px;
  background-size: contain;
  top: 0px;
  right: 0px;
  position: absolute;
}
body.racing.compositewin .palyVideoOutSide .compositewinLinkImage {
  width: 900px;
  margin: 20px auto;
}
body.racing.compositewin .palyVideoOutSide .compositewinLinkImage img {
  width: 100%;
}
body.racing.compositewin .palyVideoOutSide .compositewinLinkImage img.mobile {
  display: none;
}
@media (max-width: 1000px) {
  body.racing.compositewin .palyVideoOutSide .compositewinLinkImage img.mobile {
    display: block;
  }
}
body.racing.compositewin .palyVideoOutSide .compositewinLinkImage img.desktop {
  display: block;
}
@media (max-width: 1000px) {
  body.racing.compositewin .palyVideoOutSide .compositewinLinkImage img.desktop {
    display: none;
  }
}
@media (max-width: 1000px) {
  body.racing.compositewin .palyVideoOutSide .compositewinLinkImage {
    width: 100%;
  }
}
body.racing.compositewin .palyVideoOutSide #my_video {
  width: 100%;
  max-width: 900px;
}
body.racing.compositewin .palyVideoOutSide .videoListColumn {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1000px) {
  body.racing.compositewin .palyVideoOutSide .videoListColumn {
    padding-left: 0px;
    padding-right: 0px;
  }
}
body.racing.compositewin .palyVideoOutSide .videoListColumn .item {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  padding: 15px 10px;
}
body.racing.compositewin .palyVideoOutSide .videoListColumn.on .item {
  background-color: #139F21;
  color: #fff;
}

body.racing.compositewin .palyVideoOutSide .videoListColumn .item .videoListThumbnail {
  width: 100%;
  position: relative;
  flex: 1;
  float: left;
}
body.racing.compositewin .palyVideoOutSide .videoListColumn .item .videoListThumbnail .mesk {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0px;
  z-index: 2;
  padding: 28px 20px 28px 59px;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 1000px) {
  body.racing.compositewin .palyVideoOutSide .videoListColumn .item .videoListThumbnail .mesk {
    padding: 8vw 12vw;
    text-align: right;
  }
}
body.racing.compositewin .palyVideoOutSide .videoListColumn.on .item .videoListThumbnail .mesk {
  display: block;
}

body.racing.compositewin .palyVideoOutSide .videoListColumn .item .videoListThumbnail .videoPlayIcon {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 2;
}
@media (max-width: 1000px) {
  body.racing.compositewin .palyVideoOutSide .videoListColumn .item .videoListThumbnail .videoPlayIcon {
    right: 2vw;
    bottom: 2vw;
  }
}
body.racing.compositewin .palyVideoOutSide .videoListColumn.on .item .videoListThumbnail .videoPlayIcon {
  left: 15%;
  top: 32%;
}

body.racing.compositewin .palyVideoOutSide .videoListColumn .item .videoListThumbnail .videoPlayIcon img {
  margin: 0 auto;
  width: 30px;
  cursor: pointer;
}
body.racing.compositewin .palyVideoOutSide .videoListColumn .item .videoListTitle {
  margin: 0px 5px;
}
body.racing.compositewin .palyVideoOutSide .videoListTitle {
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
  flex: 1;
}
body.racing.compositewin .palyVideoOutSide .videoListThumbnailPhoto {
  border-radius: 5px;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 52.37% 0 0 0;
}
body.racing.compositewin .palyVideoOutSide .videoListThumbnailPhoto img {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body.racing.master .mainContainerOuter {
  display: block;
}
@media (max-width: 768px) {
  body.racing.master .mainContainerOuter {
    padding-top: 20px;
    margin-top: 0px;
  }
}
body.racing.master .mainContainerOuter .profile {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 20px;
}
body.racing.master .mainContainerOuter .profile .item {
  background-image: url("/img/racing/horseowner_off.png");
  color: #000;
  display: flex;
  border-radius: 10px;
}
@media (max-width: 768px) {
  body.racing.master .mainContainerOuter .profile .item {
    background-image: url("/img/racing/mobile/m_horseowner_off.png");
    background-position: bottom;
    background-size: contain;
    flex-direction: column;
    padding: 8px;
    height: 42vw;
  }
}
body.racing.master .mainContainerOuter .profile .item.on {
  color: #fff;
  background-image: url("/img/racing/horseowner_on.png");
}
body.racing.master .mainContainerOuter .profile .item.on .info .masterTitle {
  color: #fff;
}
@media (max-width: 768px) {
  body.racing.master .mainContainerOuter .profile .item.on {
    background-image: url("/img/racing/mobile/m_horseowner_on.png");
  }
}
body.racing.master .mainContainerOuter .profile .item .photo {
  width: 35%;
}
@media (max-width: 768px) {
  body.racing.master .mainContainerOuter .profile .item .photo {
    width: 100%;
  }
}
body.racing.master .mainContainerOuter .profile .item .photo img {
  padding: 8px;
  width: 100%;
}
@media (max-width: 768px) {
  body.racing.master .mainContainerOuter .profile .item .photo img {
    width: 100%;
    padding: 5px;
  }
}
body.racing.master .mainContainerOuter .profile .item .info {
  width: 60%;
  position: relative;
}
@media (max-width: 768px) {
  body.racing.master .mainContainerOuter .profile .item .info {
    height: -webkit-fill-available;
    width: 100%;
  }
}
body.racing.master .mainContainerOuter .profile .item .info .masterTitle {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  color: #186982;
  font-weight: bold;
  font-size: 24px;
}
@media (max-width: 768px) {
  body.racing.master .mainContainerOuter .profile .item .info .masterTitle {
    position: relative;
    font-size: 4vw;
    top: 0px;
    bottom: 0px;
  }
}
body.racing.master .mainContainerOuter .profile .item .info .masterCotnent {
  font-size: 18px;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  body.racing.master .mainContainerOuter .profile .item .info .masterCotnent {
    position: relative;
    font-size: 3vw;
    top: 0px;
    bottom: 0px;
  }
}
body.racing.master .mainContainerOuter .profile .item .info .button {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 80px;
}
body.racing.master .mainContainerOuter .profile .item .info .button img {
  width: 100%;
}
@media (max-width: 768px) {
  body.racing.master .mainContainerOuter .profile .item .info .button {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 15vw;
  }
}
body.racing.master .mainContainerOuter .newsContentCTN {
  font-size: 18px !important;
}
body.racing.master .mainContainerOuter .newsContentCTN .thumbnail {
  display: none;
}
body.racing.master .mainContainerOuter .newsContentCTN .thumbnail[rel="0"] {
  display: block;
}
body.racing.master .mainContainerOuter .newsContentCTN .thumbnail.single .photoCaption {
  width: 100%;
}
body.racing.master .mainContainerOuter .newsContentCTN .thumbnail .photoCaption {
  width: calc(100% - 70px);
  float: left;
  font-size: 16px;
  line-height: 1.5em;
  padding: 5px;
}
body.racing.master .mainContainerOuter .newsContentCTN .thumbnail .goLeft,
body.racing.master .mainContainerOuter .newsContentCTN .thumbnail .goRight {
  width: 30px;
  height: 30px;
  padding: 5px;
  /* background: #000; */
  color: #139f21;
  display: inline-block;
  float: right;
  cursor: pointer;
  font-size: 18px;
}
body.racing.master .mainContainerOuter .newsContentCTN .article-body {
  background-color: #fff;
  border-radius: 10px;
  padding: 0.6em 1em;
  position: relative;
}
body.racing.master .mainContainerOuter .newsContentCTN .article-body header {
  flex-grow: 1;
  position: relative;
  overflow: hidden;
  padding-bottom: 1em;
}
@media (max-width: 767px) {
  body.racing.master .mainContainerOuter .newsContentCTN .article-body header {
    padding-left: 10px;
  }
}
body.racing.master .mainContainerOuter .newsContentCTN .article-body header h3 {
  margin: 0;
  line-height: 1;
  font-size: 1.6em;
  font-weight: 600;
  margin-bottom: 0.4em;
  color: #16687e;
}
body.racing.master .mainContainerOuter .newsContentCTN .article-body header .postdate {
  line-height: 1;
  color: #000;
}
body.racing.master .mainContainerOuter .newsContentCTN .article-body .share {
  position: absolute;
  top: 40px;
  right: 15px;
}
@media (max-width: 767px) {
  body.racing.master .mainContainerOuter .newsContentCTN .article-body {
    padding-right: 15px;
    padding-left: 15px;
  }
}
body.racing.master .mainContainerOuter .newsContentCTN .article-body .article-player {
  width: 100%;
}
body.racing.master .mainContainerOuter .newsContentCTN .article-body .article-player:not(:empty) {
  margin-bottom: 1em;
}
body.racing.master .mainContainerOuter .newsContentCTN .article-body .article-content {
  font-size: 20px;
  padding-bottom: 1em;
  line-height: 30px;
}
body.racing.master .mainContainerOuter .newsContentCTN .article-body .article-images {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
body.racing.master .mainContainerOuter .newsContentCTN .article-body .article-images img {
  width: 100%;
}
body.racing.master .mainContainerOuter .tips {
  margin-top: 10px;
  position: relative;
  width: 220px;
  display: none;
  background-image: url("/img/racing/horseowner_s2.png");
  background-size: contain;
  background-repeat: repeat-y;
  text-align: center;
}
body.racing.master .mainContainerOuter .tips::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("/img/racing/horseowner_s1.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 229px;
  z-index: 0;
  top: -10px;
}
body.racing.master .mainContainerOuter .tips::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("/img/racing/horseowner_s3.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 10px;
  z-index: 1;
  bottom: -10px;
}
body.racing.master.loaded .mainContainerOuter .tips {
  display: inline-block;
}

@media (max-width: 1000px) {
  body.racing.master .mainContainerOuter .tips {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body.racing.master .mainContainerOuter .tips {
    background-image: url("/img/racing/mobile/m_horseowner_s2.png");
    background-size: contain;
    background-repeat: repeat-y;
    padding-left: 36%;
    padding-top: 3vw;
    margin-top: 5vw;
  }
  body.racing.master .mainContainerOuter .tips::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url("/img/racing/mobile/m_horseowner_s1.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 229px;
    z-index: 0;
    top: -10px;
    margin-left: -36%;
  }
  body.racing.master .mainContainerOuter .tips::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url("/img/racing/mobile/m_horseowner_s3.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 2.2vw;
    z-index: 1;
    bottom: -2.2vw;
    margin-left: -36%;
  }
}
body.racing.master .mainContainerOuter .tips > div {
  z-index: 1;
  position: relative; /* Required for z-index stacking */
}
body.racing.master .mainContainerOuter .tips .oddLine {
  font-weight: bold;
  border-radius: 10px;
  margin: 10px 0px;
  overflow: hidden;
}
@media (max-width: 1000px) {
  body.racing.master .mainContainerOuter .tips .oddLine {
    margin: 0.5vw 0px;
  }
}
@media (max-width: 767px) {
  body.racing.master .mainContainerOuter .tips .oddLine {
    display: flex;
    justify-content: center;
    padding: 1vw 0px;
    margin: 1vw 0px;
  }
}
body.racing.master .mainContainerOuter .tips .oddLine .matchnum {
  font-size: 24px;
  color: #e2335e;
  margin-bottom: 10px;
}
@media (max-width: 1000px) {
  body.racing.master .mainContainerOuter .tips .oddLine .matchnum {
    margin-bottom: 1vw;
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  body.racing.master .mainContainerOuter .tips .oddLine .matchnum {
    font-size: 4vw;
  }
}
body.racing.master .mainContainerOuter .tips .oddLine .raceInfo {
  color: #2790a5;
  font-size: 24px;
  height: 34px;
}
@media (max-width: 1000px) {
  body.racing.master .mainContainerOuter .tips .oddLine .raceInfo {
    font-size: 2vw;
    height: 3vw;
  }
}
@media (max-width: 767px) {
  body.racing.master .mainContainerOuter .tips .oddLine .raceInfo {
    font-size: 4vw;
    height: 5vw;
  }
}
body.racing.master .mainContainerOuter .tips .oddLine .raceInfo .num {
  background-color: #2790a5;
  color: #fff;
  border-radius: 5px;
  padding: 2px 5px;
  margin: 0px 5px;
}
body.racing.master .mainContainerOuter .tips .oddLine .cell {
  font-size: 18px;
  padding: 20px;
}
body.racing.master .mainContainerOuter .tips .oddLine .cell:first-child {
  background-color: #43C52D;
  color: #fff;
  width: 140px;
  text-align: center;
}
body.racing.master .mainContainerOuter .tips .oddLine .cell .num {
  color: #fff;
  font-size: 16px;
  background-color: #43C52D;
  margin: 5px;
  padding: 5px;
  border-radius: 2px;
}
body.racing.master .mainContainerOuter .tips .head {
  margin-top: 120px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 1000px) {
  body.racing.master .mainContainerOuter .tips .head {
    margin-top: 12vw;
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  body.racing.master .mainContainerOuter .tips .head {
    margin-top: 0px;
    font-size: 5vw;
  }
}
body.racing.master .mainContainerOuter .tips .total {
  right: 0px;
  text-align: center;
  top: 0px;
  display: table-cell;
  vertical-align: middle;
}
body.racing.master .mainContainerOuter .tips .total .total_header {
  line-height: 30px;
  color: #e57816;
}
body.racing.master .mainContainerOuter .tips .total .round {
  background-color: #e57816;
  color: #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: table;
  text-align: center;
  margin: auto;
  vertical-align: middle;
}
body.racing.master .mainContainerOuter .tips .total .round .value {
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  font-size: 24px;
}
body.racing.master .mainContainerOuter .tohkjc {
  position: relative;
  width: 180px;
  top: 33px;
  margin: 0 auto;
  left: unset;
  margin-bottom: 80px;
}
body.racing.dividend .mainContainerOuter {
  display: block;
}
body.racing.dividend .sortCTN {
  padding-top: 0px;
}
body.racing.dividend .headLeftSubDiv {
  font-size: 18px;
}
body.racing.dividend .sortOutSideDiv {
  border: 0px;
}
@media (max-width: 1000px) {
  body.racing.dividend .sortOutSideDiv {
    margin-top: 10px;
    margin-left: 0px;
  }
}
body.racing.dividend .pageDiv {
  display: block;
}
@media (max-width: 1000px) {
  body.racing.dividend .pageDiv {
    width: 100%;
    overflow: auto;
    margin-bottom: 10px;
    padding: 0px 10px;
  }
}
@media (max-width: 1000px) and (max-width: 768px) {
  body.racing.dividend .pageDiv {
    margin-bottom: 20px;
  }
}
body.racing.dividend .winnerShow {
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 768px) {
  body.racing.dividend .winnerShow {
    margin-top: 8vw;
  }
}
body.racing.dividend .winnerShow .winnerTagColumn {
  border-radius: 10px;
}
@media (max-width: 1000px) {
  body.racing.dividend .winnerShow .winnerTagColumn {
    padding-left: 3px;
    padding-right: 3px;
  }
}
body.racing.dividend .winnerShow .winnerTagColumn .subWinnerTag {
  position: relative;
  border: 3px solid #24a08a;
  border-radius: 10px;
  background-color: #fff;
}
body.racing.dividend .winnerShow .winnerTagColumn .subWinnerTag .winnerHeadWrap {
  position: absolute;
  top: -34px;
  width: 100%;
}
@media (max-width: 1000px) {
  body.racing.dividend .winnerShow .winnerTagColumn .subWinnerTag .winnerHeadWrap {
    top: -4vw;
  }
}
@media (max-width: 767px) {
  body.racing.dividend .winnerShow .winnerTagColumn .subWinnerTag .winnerHeadWrap {
    top: -7vw;
  }
}
body.racing.dividend .winnerShow .winnerTagColumn .subWinnerTag .winnerHeadWrap .winnerNumber {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  place-content: center;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  font-size: 26px;
  padding-bottom: 14px;
  -webkit-text-fill-color: #fff;
}
body.racing.dividend .winnerShow .winnerTagColumn .subWinnerTag[position="1"] .winnerHeadWrap .winnerNumber {
  text-shadow: #ad9e39 3px 0px 0px, #ad9e39 2.83487px 0.981584px 0px, #ad9e39 2.35766px 1.85511px 0px, #ad9e39 1.62091px 2.52441px 0px, #ad9e39 0.705713px 2.91581px 0px, #ad9e39 -0.287171px 2.98622px 0px, #ad9e39 -1.24844px 2.72789px 0px, #ad9e39 -2.07227px 2.16926px 0px, #ad9e39 -2.66798px 1.37182px 0px, #ad9e39 -2.96998px 0.42336px 0px, #ad9e39 -2.94502px -0.571704px 0px, #ad9e39 -2.59586px -1.50383px 0px, #ad9e39 -1.96093px -2.27041px 0px, #ad9e39 -1.11013px -2.78704px 0px, #ad9e39 -0.137119px -2.99686px 0px, #ad9e39 0.850987px -2.87677px 0px, #ad9e39 1.74541px -2.43999px 0px, #ad9e39 2.44769px -1.73459px 0px, #ad9e39 2.88051px -0.838247px 0px;
}

body.racing.dividend .winnerShow .winnerTagColumn .subWinnerTag[position="2"] .winnerHeadWrap .winnerNumber {
  text-shadow: #9ea7b2 3px 0px 0px, #9ea7b2 2.83487px 0.981584px 0px, #9ea7b2 2.35766px 1.85511px 0px, #9ea7b2 1.62091px 2.52441px 0px, #9ea7b2 0.705713px 2.91581px 0px, #9ea7b2 -0.287171px 2.98622px 0px, #9ea7b2 -1.24844px 2.72789px 0px, #9ea7b2 -2.07227px 2.16926px 0px, #9ea7b2 -2.66798px 1.37182px 0px, #9ea7b2 -2.96998px 0.42336px 0px, #9ea7b2 -2.94502px -0.571704px 0px, #9ea7b2 -2.59586px -1.50383px 0px, #9ea7b2 -1.96093px -2.27041px 0px, #9ea7b2 -1.11013px -2.78704px 0px, #9ea7b2 -0.137119px -2.99686px 0px, #9ea7b2 0.850987px -2.87677px 0px, #9ea7b2 1.74541px -2.43999px 0px, #9ea7b2 2.44769px -1.73459px 0px, #9ea7b2 2.88051px -0.838247px 0px;
}

body.racing.dividend .winnerShow .winnerTagColumn .subWinnerTag[position="3"] .winnerHeadWrap .winnerNumber {
  text-shadow: #c9683b 3px 0px 0px, #c9683b 2.83487px 0.981584px 0px, #c9683b 2.35766px 1.85511px 0px, #c9683b 1.62091px 2.52441px 0px, #c9683b 0.705713px 2.91581px 0px, #c9683b -0.287171px 2.98622px 0px, #c9683b -1.24844px 2.72789px 0px, #c9683b -2.07227px 2.16926px 0px, #c9683b -2.66798px 1.37182px 0px, #c9683b -2.96998px 0.42336px 0px, #c9683b -2.94502px -0.571704px 0px, #c9683b -2.59586px -1.50383px 0px, #c9683b -1.96093px -2.27041px 0px, #c9683b -1.11013px -2.78704px 0px, #c9683b -0.137119px -2.99686px 0px, #c9683b 0.850987px -2.87677px 0px, #c9683b 1.74541px -2.43999px 0px, #c9683b 2.44769px -1.73459px 0px, #c9683b 2.88051px -0.838247px 0px;
}

body.racing.dividend .winnerShow .winnerTagColumn .subWinnerTag[position="4"] .winnerHeadWrap .winnerNumber {
  text-shadow: #86b83f 3px 0px 0px, #86b83f 2.83487px 0.981584px 0px, #86b83f 2.35766px 1.85511px 0px, #86b83f 1.62091px 2.52441px 0px, #86b83f 0.705713px 2.91581px 0px, #86b83f -0.287171px 2.98622px 0px, #86b83f -1.24844px 2.72789px 0px, #86b83f -2.07227px 2.16926px 0px, #86b83f -2.66798px 1.37182px 0px, #86b83f -2.96998px 0.42336px 0px, #86b83f -2.94502px -0.571704px 0px, #86b83f -2.59586px -1.50383px 0px, #86b83f -1.96093px -2.27041px 0px, #86b83f -1.11013px -2.78704px 0px, #86b83f -0.137119px -2.99686px 0px, #86b83f 0.850987px -2.87677px 0px, #86b83f 1.74541px -2.43999px 0px, #86b83f 2.44769px -1.73459px 0px, #86b83f 2.88051px -0.838247px 0px;
}

body.racing.dividend .winnerShow .winnerTagColumn .subWinnerTag .winnerNameWrap {
  color: #196886;
  font-size: 24px;
  padding-bottom: 6px;
  border-radius: 10px 10px 0px 0px;
  padding-top: 60px;
  font-weight: bold;
}
@media (max-width: 767px) {
  body.racing.dividend .winnerShow .winnerTagColumn .subWinnerTag .winnerNameWrap {
    padding-top: 9vw;
    font-size: 4vw;
  }
}
body.racing.dividend .winnerShow .winnerTagColumn .subWinnerTag img {
  width: 90%;
}
body.racing.dividend .winnerShow .winnerTagColumn .subWinnerTag .winnerSortNumber {
  color: #40BB2C;
  background-color: #edffed;
  padding: 4px;
  font-weight: bold;
}
body.racing.dividend .winnerShow .winnerTagColumn .subWinnerTag .winnerDetailWrap {
  background-color: #fff;
  font-weight: bold;
}
body.racing.dividend .winnerShow .winnerTagColumn .subWinnerTag .winnerDetailWrap[rel="1"] {
  background-color: #e7f2d4;
}
body.racing.dividend .winnerShow .winnerTagColumn .subWinnerTag .winnerDetailWrap[rel="2"] {
  background-color: #f4f8e9;
}
body.racing.dividend .winnerShow .winnerTagColumn .subWinnerTag .winnerDetailWrap .winnerDetail {
  display: inline-flex;
}
body.racing.dividend .winnerShow .winnerTagColumn .subWinnerTag .winnerDetailWrap .winnerDetail .insideRacingDataTitle {
  padding: 2px;
  margin: 2px;
  border-radius: 2px;
  color: #cc0000;
  font-weight: bold;
}
body.racing.dividend .winnerShow .winnerTagColumn .subWinnerTag .winnerDetailWrap .winnerDetail .insideRacingDataName {
  padding: 2px 0px;
  margin: 2px 0px;
}
body.racing.dividend .winnerShow .winnerTagColumn .subWinnerTag .winnerDetailWrap .insideRacingDataTitleCWA {
  color: #000;
  font-weight: bold;
  margin-top: 4px;
}
body.racing.dividend .winnerShow .winnerTagColumn .subWinnerTag .winnerOddsWrap {
  padding: 5px 0px 10px 0px;
}
body.racing.dividend .winnerShow .winnerTagColumn .subWinnerTag .winnerOddsWrap .winnerOdds {
  display: inline-block;
  background-color: #e4f1df;
  color: #000;
  font-size: 24px;
  padding: 2px;
  margin: 5px;
  border-radius: 5px;
}
body.racing.dividend .allPayOffTitle {
  width: 800px;
  margin: 0 auto;
  text-align: center;
  /* border-left: 10px solid transparent; */
  /* font-size: 16px; */
  background: linear-gradient(0deg, #115c82 0%, #284655 100%);
  color: #fff;
  /* font-size: 15px !important; */
  align-content: center;
  position: relative;
  height: 50px;
}
body.racing.dividend .allPayOffTitle:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 50px;
  left: -18px;
  top: 0px;
  font-weight: bold;
  background: linear-gradient(0deg, #115c82 0%, #284655 100%);
}
@media (min-width: 768px) {
  body.racing.dividend .allPayOffTitle:before {
    -webkit-clip-path: polygon(80% 0, 100% 0%, 100% 100%, 80% 100%, 0% 50%);
            clip-path: polygon(80% 0, 100% 0%, 100% 100%, 80% 100%, 0% 50%);
  }
}
body.racing.dividend .allPayOffTitle:after {
  content: "";
  display: block;
  position: absolute;
  height: 50px;
  right: -18px;
  width: 20px;
  top: 0px;
  background: linear-gradient(0deg, #115c82 0%, #284655 100%);
}
@media (min-width: 768px) {
  body.racing.dividend .allPayOffTitle:after {
    -webkit-clip-path: polygon(20% 0, 0 0, 0 100%, 20% 100%, 100% 50%);
            clip-path: polygon(20% 0, 0 0, 0 100%, 20% 100%, 100% 50%);
  }
}
@media (max-width: 1000px) {
  body.racing.dividend .allPayOffTitle {
    width: 100%;
  }
}
body.racing.dividend .allPayOffContent {
  width: 800px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 1000px) {
  body.racing.dividend .allPayOffContent {
    width: 100%;
  }
}
body.racing.dividend .allPayOffContent .subPayOffContent {
  background-color: #fff;
  padding: 10px 0px;
  margin: 10px 0px;
  border-radius: 10px;
}
body.racing.dividend .allPayOffContent .subPayOffContent .number {
  padding: 3px 5px;
  margin: 3px;
  background-color: #37b4a4;
  border-radius: 2px;
  color: #fff;
  word-break: break-all;
  display: inline-block;
}
body.racing.schedule .mainContainerOuter {
  display: block;
}
body.racing.schedule .sortCTN {
  width: 1200px;
}
@media (max-width: 1200px) {
  body.racing.schedule .sortCTN {
    width: 1000px;
  }
}
@media (max-width: 767px) {
  body.racing.schedule #racingDate {
    margin-top: 15px;
    margin-left: 0px;
  }
}
body.racing.oversea .mainContainerOuter {
  display: block;
}
body.racing.oversea .mainContainerOuter.empty .sortTagBottom {
  display: none;
}
body.racing.oversea .mainContainerOuter.empty .topbanner {
  height: 100px;
}
@media (max-width: 1000px) {
  body.racing.oversea .mainContainerOuter.empty .topbanner {
    height: 10px;
  }
}
body.racing.oversea .sortCTN {
  width: 1200px;
  padding-top: 0px;
}
@media (max-width: 1200px) {
  body.racing.oversea .sortCTN {
    width: 1000px;
  }
}
@media (max-width: 1000px) {
  body.racing.oversea .sortCTN {
    width: 100%;
  }
}
body.racing.oversea .sortCTN .headLeftSubDiv {
  margin-right: 20px;
  font-size: 18px;
  padding: 10px 0px;
}
body.racing.oversea .sortCTN .rightTitleItemDiv {
  padding-left: 0px;
}
body.racing.oversea .sortCTN .table-bordered {
  border: 0px;
}
body.racing.oversea .sortCTN .table-bordered th {
  border: 0px;
}
body.racing.oversea .sortCTN .sortOutSideDiv {
  border: 0px;
  margin-top: 10px;
  margin-left: 10px;
}
body.racing.oversea .sortCTN .mobileRightPadding .glyphicon-menu-right {
  color: #115c82;
  font-size: 30px;
  margin: 0px 10px;
}
body.racing.oversea .sortCTN .recommend {
  display: none;
}
body.racing.oversea .sortCTN .recommend .title {
  text-align: center;
  color: #115c82;
  font-size: 24px;
  font-weight: bold;
}
body.racing.oversea .sortCTN .recommend .content {
  padding: 50px;
  background-color: #fff;
  border-radius: 6px;
  margin: 10px 10px;
  font-size: 24px;
}
body.racing.oversea .sortCTN .recommend .content .name {
  color: #115c82;
  text-align: center;
  margin: 0px 0px 20px 0px;
}
body.racing.oversea .sortCTN .recommend .content .name .number {
  color: #fff;
  background-color: #115c82;
  border-radius: 6px;
  padding: 0px 8px;
  margin: 5px;
  font-size: 24px;
}
body.racing.oversea .sortCTN .recommend .content .text {
  font-size: 22px;
  line-height: 30px;
}
body.racing.schedule .mainContainerOuter, body.racing.oversea .mainContainerOuter, body.racing.dividend .mainContainerOuter {
  display: block;
}
@media (max-width: 1200px) {
  body.racing.schedule .sortCTN, body.racing.oversea .sortCTN, body.racing.dividend .sortCTN {
    width: 1000px;
  }
}
@media (max-width: 1000px) {
  body.racing.schedule .sortCTN, body.racing.oversea .sortCTN, body.racing.dividend .sortCTN {
    width: 100%;
  }
}
body.racing.schedule .sortCTN .racingDateDiv, body.racing.oversea .sortCTN .racingDateDiv, body.racing.dividend .sortCTN .racingDateDiv {
  margin: 10px 0px;
}
@media (max-width: 768px) {
  body.racing.schedule .sortCTN .racingDateDiv, body.racing.oversea .sortCTN .racingDateDiv, body.racing.dividend .sortCTN .racingDateDiv {
    margin: 0px;
  }
}
body.racing.schedule .sortCTN .racingDateDiv .headLeftSubDiv, body.racing.oversea .sortCTN .racingDateDiv .headLeftSubDiv, body.racing.dividend .sortCTN .racingDateDiv .headLeftSubDiv {
  margin-right: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
body.racing.schedule .sortCTN #racingTitle, body.racing.oversea .sortCTN #racingTitle, body.racing.dividend .sortCTN #racingTitle {
  margin-top: 5px;
}
body.racing.schedule .sortCTN #racingTitle .racingTitleDiv, body.racing.oversea .sortCTN #racingTitle .racingTitleDiv, body.racing.dividend .sortCTN #racingTitle .racingTitleDiv {
  text-align: center;
  margin-right: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
body.racing.schedule .sortCTN .rightTitleItemDiv, body.racing.oversea .sortCTN .rightTitleItemDiv, body.racing.dividend .sortCTN .rightTitleItemDiv {
  padding-left: 0px;
}
body.racing.schedule .sortCTN .table-bordered, body.racing.oversea .sortCTN .table-bordered, body.racing.dividend .sortCTN .table-bordered {
  border: 0px;
}
body.racing.schedule .sortCTN .table-bordered th, body.racing.oversea .sortCTN .table-bordered th, body.racing.dividend .sortCTN .table-bordered th {
  border: 0px;
}
body.racing.schedule .sortCTN .sortOutSideDiv, body.racing.oversea .sortCTN .sortOutSideDiv, body.racing.dividend .sortCTN .sortOutSideDiv {
  border: 0px;
}
body.racing.schedule .sortCTN .mobileRightPadding .glyphicon-menu-right, body.racing.oversea .sortCTN .mobileRightPadding .glyphicon-menu-right, body.racing.dividend .sortCTN .mobileRightPadding .glyphicon-menu-right {
  color: #115c82;
  font-size: 30px;
  margin: 0px 10px;
}
body.racing.oversea_focus .mainContainerOuter {
  display: block;
}
body.racing.oversea_focus .topbanner {
  height: auto;
}
body.racing.oversea_focus .topbanner .sortCTN {
  padding-top: 0px;
}
@media (max-width: 1000px) {
  body.racing.oversea_focus .topbanner .sortCTN {
    padding-top: 20px;
  }
}
body.racing.oversea_focus .wrapContent, body.racing.oversea_focus .wrapHiddenImage {
  display: none;
}
body.racing.oversea_focus .wrapHiddenImage {
  margin-top: 20px;
}
body.racing.oversea_focus .newsContentCTN {
  margin: 0px auto;
  max-width: 1000px;
  font-size: 18px !important;
  background-size: 100% 100%;
  background-color: white;
  border-radius: 15px;
  margin-bottom: 20px;
}
body.racing.oversea_focus .newsContentCTN .thumbnail {
  display: none;
}
body.racing.oversea_focus .newsContentCTN .thumbnail[rel="0"] {
  display: block;
}
body.racing.oversea_focus .newsContentCTN .thumbnail.single .photoCaption {
  width: 100%;
}
body.racing.oversea_focus .newsContentCTN .thumbnail .photoCaption {
  width: calc(100% - 70px);
  float: left;
  font-size: 16px;
  line-height: 1.5em;
  padding: 5px;
}
body.racing.oversea_focus .newsContentCTN .thumbnail .goLeft,
body.racing.oversea_focus .newsContentCTN .thumbnail .goRight {
  width: 30px;
  height: 30px;
  padding: 5px;
  /* background: #000; */
  color: #139f21;
  display: inline-block;
  float: right;
  cursor: pointer;
  font-size: 18px;
}
body.racing.oversea_focus .newsContentCTN .article-top {
  display: flex;
}
body.racing.oversea_focus .newsContentCTN .article-top header {
  padding: 2em 1em 1em;
  flex-grow: 1;
  color: #16687e;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  body.racing.oversea_focus .newsContentCTN .article-top header {
    padding-left: 40px;
  }
}
body.racing.oversea_focus .newsContentCTN .article-top header h3 {
  margin: 0;
  line-height: 1;
  font-size: 1.6em;
  font-weight: 600;
  margin-bottom: 0.4em;
}
body.racing.oversea_focus .newsContentCTN .article-top header .postdate {
  line-height: 1;
}
body.racing.oversea_focus .newsContentCTN .article-top header .date-values {
  color: #000;
}
body.racing.oversea_focus .newsContentCTN .article-top header .mback {
  display: none;
}
@media (max-width: 768px) {
  body.racing.oversea_focus .newsContentCTN .article-top header .mback {
    display: block;
  }
  body.racing.oversea_focus .newsContentCTN .article-top header .mback img {
    width: 100%;
  }
}
body.racing.oversea_focus .newsContentCTN .article-top .share {
  margin-right: 20px;
}
body.racing.oversea_focus .newsContentCTN .article-body {
  padding: 0.6em 1em;
}
@media (max-width: 767px) {
  body.racing.oversea_focus .newsContentCTN .article-body {
    padding-right: 15px;
    padding-left: 15px;
  }
}
body.racing.oversea_focus .newsContentCTN .article-body .article-player {
  width: 100%;
}
body.racing.oversea_focus .newsContentCTN .article-body .article-player:not(:empty) {
  margin-bottom: 1em;
}
body.racing.oversea_focus .newsContentCTN .article-body .article-content {
  font-size: 20px;
  padding-bottom: 1em;
  line-height: 30px;
}
body.racing.oversea_focus .newsContentCTN .article-body .article-images {
  margin-bottom: 1em;
  position: relative;
}
body.racing.oversea_focus .newsContentCTN .article-body .article-images > .image ~ .image {
  display: none;
}
body.racing.oversea_focus .newsContentCTN .article-body .article-images .navDirection {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  white-space: nowrap;
  color: #fff;
  z-index: 1;
}
body.racing.oversea_focus .newsContentCTN .article-body .article-images .navDirection:nth-last-child(2) {
  display: none;
}
body.racing.oversea_focus .newsContentCTN .article-body .article-images .navDirection > div {
  display: inline-block;
  cursor: pointer;
}
body.racing.oversea_focus .newsContentCTN .article-body .article-images figure {
  border-radius: 0.5em;
  overflow: hidden;
  position: relative;
}
body.racing.oversea_focus .newsContentCTN .article-body .article-images figure img {
  width: 100%;
  height: auto;
}
body.racing.oversea_focus .newsContentCTN .article-body .article-images figure > figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2em 0.5em 0.5em;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 179, 213, 0) 0%, rgba(19, 91, 159, 0.5) 50%, #284655 100%);
}
body.racing.oversea_focus .newsContentCTN .article-body .article-images figure > figcaption:empty {
  display: none;
}
body.racing.news .mainContainerOuter {
  display: block;
}
body.racing.news #sb-site {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}
@media (max-width: 1000px) {
  body.racing.news #sb-site {
    margin-top: 0;
  }
}
body.racing.news .mback {
  display: none;
  position: absolute;
  color: #16687e;
  margin-left: -15px;
  padding: 5px 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-right: 8px;
  display: none;
  font-size: 20pt;
  cursor: pointer;
  top: 64px;
  left: 34.5px;
  z-index: 3;
}
body.racing.news .mback img {
  width: 82.5%;
  transform: rotate(180deg);
}
body.racing.news .pswpCTN {
  display: none;
}
@media (max-width: 1000px) {
  body.racing.news .mainContainerOuter {
    background-color: transparent;
  }
}
@media (max-width: 1000px) {
  body.racing.news .mainContainerOuter .mainContainer {
    background-color: transparent;
  }
}
body.racing.news .mainContainerOuter .mainContainer .subMainContainer {
  display: inline-block;
  margin-top: 70px;
  width: 100%;
}
@media (max-width: 1000px) {
  body.racing.news .mainContainerOuter .mainContainer .subMainContainer {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  body.racing.news .mainContainerOuter .mainContainer .subMainContainer .detailDivBoxRight {
    padding-right: 0px;
    padding-left: 0px;
  }
}
body.racing.news .newsListOuter {
  max-width: 1000px;
  margin: auto;
}
body.racing.news .newsListOuter .detailDivBoxRight {
  position: absolute;
  top: 40px;
  margin: auto;
  z-index: 2;
  max-width: 1000px;
  height: 0;
  /* background: #f2f3f3 !important; */
}
body.racing.news .newsListCTN {
  height: 100vh;
  overflow: scroll;
  display: block;
  /* transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out; */
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
body.racing.news .newsListCTN::-webkit-scrollbar {
  width: 8px;
}
body.racing.news .newsListCTN::-webkit-scrollbar-track {
  border-radius: 20px;
}
body.racing.news .newsListCTN::-webkit-scrollbar-thumb {
  background: #16687e;
  border-radius: 20px;
}
body.racing.news .newsListCTN::-webkit-scrollbar-thumb:hover {
  background: #258daa;
}
body.racing.news .newsListCTN .article {
  margin-bottom: 0.6em;
  background: #fff;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 0.5em;
  transition: 0.2s ease-in-out;
  padding: 0.75em 1em;
  display: flex;
  color: #000;
  overflow: hidden;
  cursor: pointer;
  font-size: 18px;
}
body.racing.news .newsListCTN .article.active {
  color: #fff;
  background: rgb(255, 159, 1);
  background: linear-gradient(180deg, #115c82 50%, #284655 100%);
}
body.racing.news .newsListCTN .article .news-thumbnail {
  flex-grow: 1;
  line-height: 0;
  position: relative;
  z-index: 1;
}
body.racing.news .newsListCTN .article .news-thumbnail img {
  max-width: 100%;
  height: auto;
}
body.racing.news .newsListCTN .article .news-thumbnail .videoIcon {
  position: absolute;
  bottom: 10px;
  text-align: center;
  left: auto;
  top: auto;
  z-index: 2;
  margin-top: 0px;
  margin-left: 0px;
  right: 10px;
}
body.racing.news .newsListCTN .article .news-thumbnail .videoIcon[havevideo=false] {
  display: none;
}
body.racing.news .newsListCTN .article .news-thumbnail .videoIcon > .glyphicon {
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 20px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}
body.racing.news .newsListCTN .article .right {
  max-width: 50%;
  min-width: 50%;
  margin-left: 0.7em;
  justify-content: space-between;
  flex-direction: column;
  display: flex;
  position: relative;
  z-index: 1;
}
body.racing.news .newsListCTN .article .right .title {
  display: -webkit-box;
  max-height: 65px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  font-size: 18px;
}
body.racing.news .newsListCTN .article .right .datetime {
  font-size: 12px;
}
body.racing.news .newsContentCTN {
  font-size: 18px !important;
  background-image: url(/img/racing/news_bg.jpg);
  background-size: 100% 100%;
  background-color: white;
  border-radius: 15px;
  padding: 0 10px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  body.racing.news .newsContentCTN {
    margin: 0 15px;
  }
}
body.racing.news .newsContentCTN .thumbnail {
  display: none;
}
body.racing.news .newsContentCTN .thumbnail[rel="0"] {
  display: block;
}
body.racing.news .newsContentCTN .thumbnail.single .photoCaption {
  width: 100%;
}
body.racing.news .newsContentCTN .thumbnail .photoCaption {
  width: calc(100% - 70px);
  float: left;
  font-size: 16px;
  line-height: 1.5em;
  padding: 5px;
}
body.racing.news .newsContentCTN .thumbnail .goLeft,
body.racing.news .newsContentCTN .thumbnail .goRight {
  width: 30px;
  height: 30px;
  padding: 5px;
  /* background: #000; */
  color: #139f21;
  display: inline-block;
  float: right;
  cursor: pointer;
  font-size: 18px;
}
body.racing.news .newsContentCTN .article-top {
  position: relative;
  margin-bottom: 1.5em;
}
body.racing.news .newsContentCTN .article-top header {
  padding: 0.6em 1em;
  flex-grow: 1;
  color: #16687e;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  body.racing.news .newsContentCTN .article-top header {
    padding-left: 40px;
  }
}
body.racing.news .newsContentCTN .article-top header h3 {
  margin: 0;
  line-height: 1;
  font-size: 1.6em;
  font-weight: 600;
  margin-bottom: 0.4em;
}
body.racing.news .newsContentCTN .article-top header .postdate {
  line-height: 1;
}
body.racing.news .newsContentCTN .article-top header .date-values {
  color: #000;
}
body.racing.news .newsContentCTN .article-top header .mback {
  display: none;
}
@media (max-width: 768px) {
  body.racing.news .newsContentCTN .article-top header .mback {
    display: block;
  }
  body.racing.news .newsContentCTN .article-top header .mback img {
    width: 100%;
  }
}
body.racing.news .newsContentCTN .article-top .share {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
@media (max-width: 767px) {
  body.racing.news .newsContentCTN .article-body {
    padding-right: 15px;
    padding-left: 15px;
  }
}
body.racing.news .newsContentCTN .article-body .article-player {
  width: 100%;
}
body.racing.news .newsContentCTN .article-body .article-player:not(:empty) {
  margin-bottom: 1em;
}
body.racing.news .newsContentCTN .article-body .article-content {
  font-size: 20px;
  padding-bottom: 1em;
  line-height: 30px;
}
body.racing.news .newsContentCTN .article-body .article-images {
  margin-bottom: 1em;
  position: relative;
}
body.racing.news .newsContentCTN .article-body .article-images > .image ~ .image {
  display: none;
}
body.racing.news .newsContentCTN .article-body .article-images .navDirection {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  white-space: nowrap;
  color: #fff;
  z-index: 1;
}
body.racing.news .newsContentCTN .article-body .article-images .navDirection:nth-last-child(2) {
  display: none;
}
body.racing.news .newsContentCTN .article-body .article-images .navDirection > div {
  display: inline-block;
  cursor: pointer;
}
body.racing.news .newsContentCTN .article-body .article-images figure {
  border-radius: 0.5em;
  overflow: hidden;
  position: relative;
}
body.racing.news .newsContentCTN .article-body .article-images figure img {
  max-width: 100%;
  height: auto;
}
body.racing.news .newsContentCTN .article-body .article-images figure > figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2em 0.5em 0.5em;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 179, 213, 0) 0%, rgba(19, 91, 159, 0.5) 50%, #284655 100%);
}
body.racing.news .newsContentCTN .article-body .article-images figure > figcaption:empty {
  display: none;
}

@media (max-width: 1000px) {
  .pageDiv {
    width: 100%;
    overflow: auto;
    margin-bottom: 10px;
  }
}
.pageDiv .glyphicon {
  color: #115c82;
  font-size: 30px;
  margin: 0px 10px;
}
.pageDiv .left {
  position: absolute;
  left: -20px;
  top: 10px;
  display: none;
}
.pageDiv .right {
  position: absolute;
  right: -20px;
  top: 10px;
  display: none;
}
.pageDiv:before, .pageDiv:after {
  position: absolute;
  display: block;
  content: "";
  top: 11px;
  bottom: 0;
  z-index: 10;
  pointer-events: none;
  transition: 0.1s ease-in-out opacity;
  opacity: 0;
  width: 80px;
  height: 50px;
}
.pageDiv:before {
  left: -20px;
  background-image: url(/img/racing/m_w_arrow_l.png);
  width: 40px;
  height: 40px;
  background-size: contain;
}
.pageDiv.toLeft:before {
  opacity: 1;
}
.pageDiv:after {
  right: -25px;
  background-image: url(/img/racing/m_w_arrow_r.png);
  width: 40px;
  height: 40px;
  background-size: contain;
}
.pageDiv.toRight:after {
  opacity: 1;
}

.myChart {
  height: 100%;
  width: 100%;
  filter: drop-shadow(2px 4px 2px rgba(0, 0, 0, 0.4));
  box-sizing: border-box;
}
.myChart canvas {
  width: 100%;
}

.share {
  display: flex;
  align-items: end;
  margin-left: 0.4em;
}
@media (max-width: 1000px) {
  .share {
    margin-right: 0.4em;
  }
}
.share .share-button {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.share .share-button.active .tools {
  pointer-events: all;
  opacity: 1;
}
.share .share-button.active .icon > div {
  background-color: #424452;
}
.share .share-button.active .icon > div > img {
  filter: invert(0);
}
.share .share-button .icon {
  cursor: pointer;
  padding: 0.5em;
  margin: -0.5em -0.7em;
}
.share .share-button .icon > div {
  padding: 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  position: relative;
  z-index: 3;
  width: 2.2em;
  height: 2.2em;
  transition: 0.2s ease-in-out;
}
.share .share-button .icon img {
  width: 1.5em;
  transition: 0.2s ease-in-out;
  filter: invert(1);
}
.share .share-button .tools {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  right: 50%;
  top: 50%;
  z-index: 10;
  padding: 0.5em 1em;
  background-color: rgba(51, 51, 51, 0.8666666667);
  text-align: center;
  border-radius: 0.5em;
  transition: 0.2s ease-in-out;
}
.share .share-button .tools .head {
  color: #fff;
  margin-bottom: 0.5em;
}
.share .share-button .tools .shareOptions {
  display: flex;
}
.share .share-button .tools .shareOptions a {
  display: inline-block;
  width: 5em;
  color: #fff;
  font-size: 0.9em;
}

.loading {
  /*display: none;*/
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-repeat: repeat;
  cursor: pointer;
  padding: 10px;
  z-index: 100000000000;
  background-color: white;
}

.loadingGif {
  position: absolute;
  top: 15%;
  left: 50%;
}
.loadingGif img {
  margin-top: -25px;
  margin-left: -25px;
}

.ballHubCTN {
  order: -1;
  margin: -45px calc((100vw - 100%) / -2) 0;
  background-image: url(/img/football/ballhub/bg_desktop.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100px;
}

.sortOutSideDiv {
  margin-bottom: 40px;
  border: 0px;
}

.compositewinReplaceImage {
  display: none;
}

.compositewinReplaceImage img {
  width: 100%;
}

.index .sortOutSideDiv {
  margin-top: 20px;
}

.news .indexFocusContent,
.master .indexFocusContent {
  padding: 0px 15px;
}

.shareItem {
  float: left;
  cursor: pointer;
}

.shareButton {
  overflow: hidden;
  float: left;
}

.detailTag {
  background-image: url(/img/racing/tagOff.png);
  height: 56px;
  width: 100%;
  font-size: 20px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #ACAAAA;
  line-height: 56px;
  cursor: pointer;
  font-weight: bold;
}

.detailTag.on {
  background-image: url(/img/racing/tagOn.png);
  color: white;
}

.subTagWrap {
  padding-left: 0px;
  padding-right: 5px;
}

#allInsideTag {
  padding-left: 0px;
  padding-right: 0px;
}

.sortTagBottom {
  padding: 0px 15px;
}

.insideSortTagBottom {
  height: 2px;
  background-color: #139F21;
}

.compositewinListName {
  margin-right: 5px;
  float: left;
}

.compositeListTitle {
  font-size: 16px;
  font-weight: bold;
  color: black;
  text-align: center;
  padding: 5px;
}

.compositeListContent {
  text-align: center;
  font-size: 16px;
  padding: 10px 10px;
  background-color: #fff;
  border: 1px solid #fff;
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.A1,
.A2,
.A3,
.A4,
.B1,
.B2,
.B3,
.B4,
.C1,
.C2,
.C3,
.C4 {
  vertical-align: middle;
}

.A1 div,
.A2 div,
.A3 div,
.A4 div,
.B1 div,
.B2 div,
.B3 div,
.B4 div,
.C1 div,
.C2 div,
.C3 div,
.C4 div {
  display: inline-block;
  padding: 5px;
  color: white;
  font-size: 20px;
  font-weight: bold;
}

.A1,
.B1,
.C1 {
  background-color: #b048b6;
}

.A2,
.B2,
.C2 {
  background-color: #ff8600;
}

.A3,
.B3,
.C3 {
  background-color: #4867b6;
}

.A4,
.B4,
.C4 {
  background-color: #235c30;
}

.compositewinOdds {
  vertical-align: middle;
  font-weight: bold;
}

.compositewin .racingMessageNumber {
  margin-right: 5px;
}

.A1Style,
.B1Style,
.C1Style {
  background-color: #b048b6;
  color: white;
  font-size: 18px;
  font-weight: bold;
}

.A2Style,
.B2Style,
.C2Style {
  background-color: #ff8600;
  color: white;
  font-size: 18px;
  font-weight: bold;
}

.A3Style,
.B3Style,
.C3Style {
  background-color: #4867b6;
  color: white;
  font-size: 18px;
  font-weight: bold;
}

.A4Style,
.B4Style,
.C4Style {
  background-color: #235c30;
  color: white;
  font-size: 18px;
  font-weight: bold;
}

.compositeListContentWrapInside {
  display: table;
  width: 100%;
  margin: 0px 0px 8px 0px;
  font-size: 16px;
}
.compositeListContentWrapInside .name {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.compositeListContentWrapInside[code=A1] .name,
.compositeListContentWrapInside[code=B1] .name,
.compositeListContentWrapInside[code=C1] .name {
  background-color: #b048b6;
}

.compositeListContentWrapInside[code=A2] .name,
.compositeListContentWrapInside[code=B2] .name,
.compositeListContentWrapInside[code=C2] .name {
  background-color: #ff8600;
}

.compositeListContentWrapInside[code=A3] .name,
.compositeListContentWrapInside[code=B3] .name,
.compositeListContentWrapInside[code=C3] .name {
  background-color: #4867b6;
}

.compositeListContentWrapInside[code=A4] .name,
.compositeListContentWrapInside[code=B4] .name,
.compositeListContentWrapInside[code=C4] .name {
  background-color: #235c30;
}

.compositeListContentWrapInside .odds {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.compositeListContentWrapInside .horse .racingMessageNumber {
  padding: 6px;
  width: 34px;
  margin: 5px;
  text-align: center;
}
.compositeListContentWrapInside[code=A1] .horse .racingMessageNumber,
.compositeListContentWrapInside[code=B1] .horse .racingMessageNumber,
.compositeListContentWrapInside[code=C1] .horse .racingMessageNumber {
  background-color: #b048b6;
}

.compositeListContentWrapInside[code=A2] .horse .racingMessageNumber,
.compositeListContentWrapInside[code=B2] .horse .racingMessageNumber,
.compositeListContentWrapInside[code=C2] .horse .racingMessageNumber {
  background-color: #ff8600;
}

.compositeListContentWrapInside[code=A3] .horse .racingMessageNumber,
.compositeListContentWrapInside[code=B3] .horse .racingMessageNumber,
.compositeListContentWrapInside[code=C3] .horse .racingMessageNumber {
  background-color: #4867b6;
}

.compositeListContentWrapInside[code=A4] .horse .racingMessageNumber,
.compositeListContentWrapInside[code=B4] .horse .racingMessageNumber,
.compositeListContentWrapInside[code=C4] .horse .racingMessageNumber {
  background-color: #235c30;
}

.compositeListContentWrapInside .racingMessageName {
  font-size: 18px;
  width: 90px;
  text-align: left;
}
.compositeListContentWrapInside .racingPromotionComposite {
  margin-top: 10px;
}

.compositeList {
  margin-left: 0px;
  margin-right: 0px;
}

.idForCompositeCode {
  display: block !important;
  padding: 5px 0px 0px 0px !important;
}

.racingPromotionImage {
  float: right;
}

.racingPromotionContent {
  width: 100%;
  text-align: center;
  font-size: 28px;
  height: auto;
  font-weight: bold;
  border-radius: 5px;
  margin: auto;
  border: 0px;
  padding: 8px;
  color: #FF8300;
  box-shadow: RGB(136 149 161/50%) 3px 3px 6px 0px inset, RGB(255 255 255/50%) -3px -3px 6px 1px inset;
  background-color: #fff;
}

.racingPromotionCompositeContent {
  background-color: #115c82;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.racingPromotionImage img {
  width: 100%;
}

.promHead,
.promContent {
  display: block;
}

.racingPromotionComposite {
  display: none;
  border-radius: 10px;
  /* border: 2px solid #73AD21; */
  padding: 0px 15px 0px 0px;
  overflow: hidden;
}

.insideRacingPromotionComposite {
  display: table;
}

.compositeColumnContent {
  font-size: 20px;
  margin-bottom: 20px;
  color: white;
}

.racingPromotionContentWrap {
  margin-bottom: 20px;
}

.compositeColumn {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.sortSubOutSideDiv {
  padding-bottom: 10px;
}

.compositewin .sortOutSideDiv.sortSubOutSideDiv {
  padding: 5px;
}

#A {
  width: 18%;
}

#B {
  width: 40%;
}

#C {
  width: 33%;
}

#A img,
#B img,
#C img {
  width: 95%;
}

.racingPromotionImageIntro {
  text-align: center;
  z-index: 2;
  padding: 0px;
}

.racingPromotionImageIntro img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.racingPromotionImageIntro img.mobile {
  display: none;
}
@media (max-width: 768px) {
  .racingPromotionImageIntro img.mobile {
    display: block;
  }
}
.racingPromotionImageIntro img.desktop {
  display: block;
}
@media (max-width: 768px) {
  .racingPromotionImageIntro img.desktop {
    display: none;
  }
}

.racingPromotionImageIntro .header-text {
  position: absolute;
  top: 0px;
  font-size: 30px;
  right: 0px;
  padding: 25px 60px 25px 25px;
  font-weight: bold;
  color: #0b6313;
}
@media (max-width: 1200px) {
  .racingPromotionImageIntro .header-text {
    padding: 2vw 4vw 2vw 2vw;
    font-size: 3vw;
  }
}
@media (max-width: 768px) {
  .racingPromotionImageIntro .header-text {
    padding: 5vw 21vw 2vw 2vw;
    font-size: 6vw;
  }
}

.desktopIndexCompositewin.on {
  display: block;
}

.desktopIndexCompositewin {
  padding-right: 0px;
  padding-left: 0px;
  margin-top: 20px;
  display: none;
}

.playVideoMenuTilte {
  font-size: 24px;
  padding: 20px 10px;
  font-weight: bold;
}

.newsForCompositewin {
  text-align: left;
  color: white;
  cursor: pointer;
  font-size: 24px;
}

.newsForPlayVideo {
  text-align: right;
  color: #bdbcbc;
  cursor: pointer;
  font-size: 20px;
}

.in .newsForCompositewin {
  color: #bdbcbc;
  font-size: 20px;
}

.in .newsForPlayVideo {
  color: white;
  font-size: 24px;
}

.emptyForCompositeShow {
  display: none;
}

#showFullScheduleContent,
#hiddenFullScheduleContent {
  display: none;
}

/*-----------------*/
.rightTitleItemRow {
  margin-left: 0px;
  margin-right: 0px;
  display: table;
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-collapse: collapse;
}

.showGroundDetailStyle .col-md-3 {
  display: table-cell;
  vertical-align: middle;
  float: none;
  text-align: center;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: 0px;
  padding: 10px 0px;
}

.rightTitleItem {
  text-align: center;
  font-size: 16px;
  color: #e2335c;
  padding: 0px 5px;
  height: 100%;
  width: 100%;
  border-right: 1px solid #e2335c;
  font-weight: bold;
}

.showGroundDetailStyle .col-md-3:last-child .rightTitleItem {
  border-right: 0px;
}

.detailTagWrapper {
  width: 100%;
  padding: 0px;
  color: #fff;
  font-weight: bold;
}

.detailTagWrapper .wrapper {
  max-width: 1000px;
  margin: 0 auto;
  text-align: right;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px #ccc;
}

.detailTagWrapper .wrapper .inline {
  display: inline-block;
  padding: 15px 15px;
  color: #000;
  font-size: 16px;
}

.detailTagWrapper .wrapper .inline a {
  color: #000;
}

@media (min-width: 1000px) {
  .sortCTN {
    padding-top: 70px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .sortCTN.xl {
    width: 1200px;
  }
}
@media (max-width: 1000px) {
  .sortCTN {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.racing.main {
  background: #eff2f5;
  color: #333;
  /* background-image: url(/img/racing/bg_racing_bottom.png); */
  background-repeat: repeat-x;
  background-size: auto 610px;
  /* font-family: 細明體, Arial, Helvetica, sans-serif; */
}

.racing.main #sb-site {
  overflow: hidden;
}

.racing.main.news #newsMainCTN .indexFocusCoverEachSecond {
  display: none;
}

.racing.main.news #newsMainCTN .indexFocusImageDiv {
  text-align: center;
}

.racing.main.news #newsMainCTN .indexFocusImageDiv img {
  width: 580px;
  height: 437px;
}

.racing.main.news #newsMainCTN .indexFocusNewsTitle {
  width: 1000px;
  left: -12px;
}

.newsNoListClass {
  font-weight: bold;
  color: #145311;
  font-size: 14px;
  margin: 3px 0px 10px 0px;
}

.racing .focusDetailTitle.on {
  color: #FFF;
  font-weight: bold;
}

.racingFocusNews {
  margin-top: 20px;
  border: 1px solid #a8bfcf;
  background-color: white;
}

#racingFocusNewsCTN .relateNewsItem {
  padding-right: 0px;
  padding-left: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 15px 0px;
  border: 0px;
  border-bottom: 1px solid #afbfcf;
}

#racingFocusNewsCTN .insideDateTime {
  margin-bottom: 5px;
}

#racingLatestNewsCTN {
  margin-top: 20px;
  border: 1px solid #a8bfcf;
  background-color: white;
}

#focusNewsCTN {
  background-color: transparent;
}

#focusNewsCTN .indexFocusCover {
  width: 100%;
  display: flex;
}
@media (max-width: 1000px) {
  #focusNewsCTN .indexFocusCover {
    flex-direction: column;
  }
}

#focusNewsCTN .indexFocusCover .indexFocusCoverEachFirst {
  flex: 7;
}

#focusNewsCTN .indexFocusCover .indexFocusCoverEachSecond {
  flex: 3;
  background: linear-gradient(90deg, #fff 0%, #eee 10%, #eee 100%);
}
@media (max-width: 1000px) {
  #focusNewsCTN .indexFocusCover .indexFocusCoverEachSecond {
    background: #eee;
  }
}

#focusNewsCTN .articleTitle .text {
  color: #196982;
  font-size: 28px;
  font-weight: bold;
  margin: 5px 0px 20px;
}
@media (max-width: 1000px) {
  #focusNewsCTN .articleTitle .text {
    font-size: 6vw;
  }
}

#focusNewsCTN .indexFocusCoverMain {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border-radius: 10px;
  margin: 0px;
  padding: 15px 0px;
  width: 100%;
}

.boxForSort {
  font-size: 12px;
}

.schedule .sortFirstTitle {
  margin: 10px 0px 20px 0px;
}

/*    .rightTitleItem {
        height: 40px;
        padding-top: 9px;
        text-align: center;
        font-size: 12px;
        background-color: #139f21;
        color: white;

    }*/
.table-responsive > .fixed-column {
  position: absolute;
  display: inline-block;
  width: auto;
  border-right: 1px solid #ddd;
  margin-bottom: 0;
  background-color: #fff;
}

.pagination.sortPagination > li > a {
  color: #7fecd7;
  margin-right: 18px;
  border-radius: 0px;
  width: 21px;
  text-align: center;
  padding: 0px;
  border: 0px;
  font-size: 18px;
  font-weight: bold;
  background-color: #219e85;
  border: 2px solid #7fecd7;
  line-height: 20px;
  transition: 0.2s ease-in-out;
  transform: rotate(45deg);
}

.pagination.sortPagination > li > a div.num {
  transform: rotate(-45deg);
}

.pagination.sortPagination > li > a.pageItem.blur {
  background-color: #ddd;
  color: #aaa;
}

.pagination.sortPagination > li > a.pageItem.on {
  background-color: #fff;
  color: #186982;
  border: 2px solid #fff;
}

.pagination.sortPagination > li > a.pageForItem.on {
  background-color: #139f21;
  color: white;
}

.tableTitle th {
  text-align: center;
  font-weight: bold;
}

.newsMainDiv {
  background-color: white;
}

/*    .table-striped .tableBody>tr:nth-of-type(even){
        background-color: #E8E6E6;
    }
    .table-striped .tableBody>tr:nth-of-type(odd){
       background-color: white;
    }*/
.table-striped tbody > tr:nth-of-type(even) {
  background-color: #f9f9f9 !important;
}

.table-striped tbody > tr:nth-of-type(odd) {
  background-color: white !important;
}

.table-bordered.forSortTable > tbody > tr > td,
.table-bordered.forSortTable > tbody > tr > th,
.table-bordered.forSortTable > tfoot > tr > td,
.table-bordered.forSortTable > tfoot > tr > th,
.table-bordered.forSortTable > thead > tr > td,
.table-bordered.forSortTable > thead > tr > th {
  border-top: 0px;
  border-bottom: 0px;
  border-right: 1px solid #eee;
}

.forSortTable td {
  vertical-align: middle !important;
}

.forSortTable td .win {
  color: #ea3c3c;
}

/*    table .tableTitle>th,table .tableBody>td{
            border: 2px solid #fff;
    }*/
.table-bordered.forSortTable > thead > tr > th {
  vertical-align: top;
}

.hrno,
.drawno,
.comwin {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pointForSort {
  height: 7px;
  position: absolute;
  width: 8px;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
  transform: rotate(0deg);
  text-align: center;
  margin: 0 auto;
  left: calc(50% - 5px);
}

.tableTitle th[asc="1"] .pointForSort {
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #ffffff transparent;
}

.middleCTN {
  width: 100%;
  height: 10px;
  background-color: white;
  margin-top: 10px;
}

.bottomCTN {
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: none;
  background-color: #145311;
}

.bottomInsideContant {
  color: white;
}

.fontForOdd {
  font-size: 22px;
  color: #139f21;
  text-align: center;
  margin-bottom: 5px;
  font-weight: bold;
}

.matchForOdd {
  font-size: 22px;
  color: #000;
}

.mastersubTitle {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}

.masterTime {
  margin-bottom: 5px;
  font-size: 14px;
}

.masterContent {
  margin-bottom: 10px;
  line-height: 26px;
  font-size: 16px;
}

.newsForFocusContent {
  line-height: 26px;
}

.newsInsidePage .newsForFocusImage img {
  width: auto;
}

.newsInsidePage .newsForOutSideDiv {
  text-align: center;
}

.newsInsidePage .newsFocusNewsTitle {
  background-image: url("/img/racing/titlebar_racing_right.png");
  width: 100%;
  left: 0px;
  text-align: left;
}

.news .newsInsidePage .newsFocusNewsTitle {
  left: -15px;
}

.newsForFocusImage img {
  width: 100%;
}

.racingNewsCell {
  text-align: center;
}

.racingNewsCellLeft {
  padding: 0px !important;
  vertical-align: middle;
  font-weight: bold;
  /*color: #e6000f;*/
  color: #2e3192;
}

.racingNewsCellMiddle {
  height: 95px;
  padding: 5px;
  border-radius: 10px;
  /*  background-color: #efefef; */
}

.racingNewsCellRight {
  padding: 0px !important;
  vertical-align: middle;
  font-weight: bold;
  color: #2e3192;
}

.racingNewsFocusListSubItem {
  cursor: pointer;
  margin-right: 0px;
  margin-left: -5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
}

.racingNewsFocusListInsideItem {
  display: table;
  width: 100%;
  font-size: 14px;
  margin-top: 6px;
}

.newsOddsFont {
  padding-top: 6px;
  display: table-cell;
  text-align: center;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

.matchMessage {
  /*display: inline-block;*/
  color: #3e893b;
}

.racingMessageName {
  font-weight: bold;
  color: #333;
  display: inline-block;
}

.racingMessageNumber {
  background-color: #139f21;
  color: white;
  border-radius: 5px;
  padding: 2px;
  width: 22px;
}

.racingNewsFocusListInsideItemOdds {
  width: 100%;
  height: 100%;
  background-image: url("/img/racing/biglogo_racing.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 76px;
  background-position: center;
}

.racingNewsFocusListInsideItemOddsMax {
  width: 100%;
  height: 100%;
  background-image: url("/img/racing/biglogo_racing.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 76px;
  background-position: center;
}

.masterTimeImage {
  margin-left: 8px;
  margin-bottom: 2px;
}

.racingFocusListFont {
  font-size: 16px;
  color: #3e893b;
}

.newsForFocusListDiv {
  border-left: 2px solid #efefef;
}

.masterMainDiv {
  background-color: white;
}

.newsForFocusMatch {
  font-size: 24px;
  font-weight: bold;
}

.commentaryNumber {
  float: left;
  margin-right: 10px;
  width: 30px;
}

.commentaryTitle {
  background-color: #139f21;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.commentarySubTitle {
  padding: 8px 0px 8px 8px;
  color: #139f21;
}

.commentaryGrayBg {
  padding: 8px 0px 8px 8px;
  background-color: #efefef;
}

.commentaryWhiteBg {
  padding: 8px 0px 8px 8px;
}

.commentaryInsideContent {
  color: #333;
}

.classForIndexPosition {
  position: relative;
}

.expandContentWrap {
  margin: 20px auto;
  font-size: 40px;
  color: #196982;
  cursor: pointer;
}

.expandContentWrap .glyphicon-menu-down {
  width: 100%;
  text-align: center;
}

.expandContentWrap.on {
  transform: rotate(180deg);
}

.expandContentWrap .glyphicon-menu-down:before {
  vertical-align: middle;
}

.expandContent {
  background-image: url(/img/racing/bt_expand.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 25px;
  height: 15px;
  margin: auto;
  cursor: pointer;
}

.expandContent.on {
  background-image: url(/img/racing/bt_expand_rotate.png);
}

.fullFocusContant {
  display: none;
  line-height: 1.5em !important;
}

.headFocusContant {
  display: none;
}

.mobileFullFocusContant {
  display: none;
}

.mobileHeadFocusContant {
  display: none;
}

img.shirt {
  width: 30px;
}

.news img.shirt {
  width: 30px;
}

.news .relateNewsItem {
  /* padding-left:0px;
  padding-right:0px; */
}

.tableBody td {
  text-align: center;
}

#masterFamousCTN,
#masterRacingCTN {
  cursor: pointer;
}

.redForTableColumn {
  color: red;
}

/*----------masterMenu------------*/
.masterTopMenu {
  margin-left: 0px;
  margin-right: 0px;
  background-image: url(/img/racing/racing_bar_1a.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 5px;
}

.masterTopMenu.in {
  background-image: url(/img/racing/racing_bar_1b.png);
}

.on .masterPageTopImg {
  width: 66px;
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
}

.masterPageTopImg {
  width: 50px;
  filter: opacity(0.5);
  -webkit-filter: opacity(0.5);
  -moz-filter: opacity(0.5);
  -o-filter: opacity(0.5);
  -ms-filter: opacity(0.5);
}

.masterPageTopImage {
  margin-top: 8px;
}

.on .masterPageTopImage {
  margin-top: 0px;
}

.masterWrapInsideContent {
  width: 100%;
  height: 100%;
}

.masterFamousLeft,
.masterRacingRight {
  color: #C5C2C2;
  cursor: pointer;
}

.masterFamousLeft.on .masterPageTopIntro {
  margin-top: 12px;
  margin-left: 12px;
  font-weight: bold;
}

.masterFamousLeft .masterPageTopIntro {
  margin-top: 16px;
  margin-left: 10px;
}

.masterRacingRight.on .masterPageTopIntro {
  margin-top: 12px;
  margin-right: 12px;
  font-weight: bold;
}

.masterRacingRight .masterPageTopIntro {
  margin-top: 16px;
  margin-right: 10px;
  text-align: right;
}

.masterFamousLeft.on,
.masterRacingRight.on {
  color: white;
}

.on .masterPageTopName,
.on .masterPageTopName {
  font-size: 24px;
}

.on .masterPageTopTitle,
.on .masterPageTopTitle {
  font-size: 14px;
}

.masterPageTopName,
.masterPageTopName {
  font-size: 18px;
}

.masterPageTopTitle,
.masterPageTopTitle {
  font-size: 12px;
}

.masterFamousLeft .masterPageTopImage,
.masterFamousLeft .masterPageTopIntro {
  float: left;
}

.masterRacingRight .masterPageTopImage,
.masterRacingRight .masterPageTopIntro {
  float: right;
}

.masterFamousLeft,
.masterRacingRight {
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px), (width: 768px) {
  .compositewin .compositewinListName {
    text-align: left;
  }
  .compositewin .racingMessageName.racingMessageNumber {
    text-align: center;
  }
  .table-condensed > tbody > tr > td,
  .table-condensed > tbody > tr > th,
  .table-condensed > tfoot > tr > td,
  .table-condensed > tfoot > tr > th,
  .table-condensed > thead > tr > td,
  .table-condensed > thead > tr > th {
    padding: 5px;
  }
  .compositewinLink_m {
    display: none;
  }
  .compositewinTitleLeft {
    background-repeat: no-repeat;
    height: 64px;
    width: 20px;
    background-image: url(/img/racing/titlebar_racing_left.png);
    background-size: 100% 100%;
    float: left;
    margin-left: -20px;
  }
  .compositewinMainTitle {
    background-image: url("/img/racing/titlebar_racing_right.png");
    width: 100%;
    left: 0px;
    text-align: left;
    font-size: 24px;
    color: white;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 64px;
    padding-top: 10px;
    padding-left: 10px;
    font-weight: bold;
  }
  .compositewinReplaceImageWrap {
    padding: 0px 50px;
  }
  .compositewin .sortCTN.sortSubCTN {
    padding-top: 10px;
  }
  .compositewin .boxForSort {
    border-top: 0px;
  }
  .compositewin .sortCTN {
    padding-top: 0px;
  }
  .racingPromotionImage {
    width: 238px;
  }
  .index .indexFocusContent {
    margin-top: 20px;
  }
  .racing .mainContainerOuter {
    width: 100%;
    min-height: 95vh;
    background-repeat: repeat-x;
    background-size: auto 357px;
    background-image: url("/img/racing/web_bg.png");
  }
  .racing.oversea .mainContainerOuter {
    background-image: url("/img/racing/web_bg_overseas.png");
  }
  .racing .mainContainer {
    overflow: visible;
  }
  .racingLatestNews {
    margin-top: 5px;
  }
  .focusInsideContent {
    width: 100%;
    height: 78px;
    font-size: 18px;
    color: #000;
    padding-top: 12px;
    text-align: center;
  }
  .focusInsideContent .odds-bar {
    font-size: 24px;
    padding: 10px;
    font-weight: bold;
  }
  .chart-header {
    width: 300px;
    height: 78px;
    font-size: 18px;
    color: white;
    padding-top: 5px;
    text-align: center;
    display: none;
    /* background-image: url("/img/football/oddsbar.png"); */
    /* background-size: 100% 100%; */
  }
  .chart-footer {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #666;
  }
  .chart-footer .item {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .chart-footer .item:last-child {
    border-bottom: 0px;
  }
  .chart-footer .item .color {
    padding: 0px 14px;
    font-size: 24px;
  }
  .showGroundDetailStyle {
    padding-top: 4px;
  }
  .newsForOutSideDiv {
    position: relative;
  }
  .indexFocusNewsTitleLeft {
    position: absolute;
    background-repeat: no-repeat;
    height: 64px;
    width: 20px;
    background-image: url(/img/racing/titlebar_racing_left.png);
    background-size: 100% 100%;
    bottom: 0px;
    left: -20px;
  }
  .news .indexFocusNewsTitleLeft {
    bottom: -55px;
  }
  .news .newsInsidePage .indexFocusNewsTitleLeft {
    left: -35px;
  }
  .focusPubDate {
    margin-top: 55px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .indexFocusImageDiv {
    overflow: hidden;
  }
  .focusinsideFocusTime {
    margin-left: 8px;
    margin-bottom: 2px;
  }
  .indexFocusImage {
    width: 100%;
    max-width: 780px;
  }
  .indexFocusCoverEachSecond {
    max-width: 100%;
  }
  .masterRow {
    display: table;
    border: 1px solid #afbfcf;
  }
  .masterColumnsF {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
  .masterColumnsS {
    float: none;
    display: table-cell;
    vertical-align: bottom;
    padding-right: 0px;
  }
  .masterColumnsS img {
    float: right;
    width: 200px;
  }
  .table-responsive > .fixed-column {
    display: none;
  }
  /*        .tableBody{
          font-size: 14px;
      }*/
  .table-striped thead {
    font-size: 15px !important;
  }
  .table-striped tbody {
    font-size: 16px !important;
  }
  .mobileMasterImage {
    display: none;
  }
  .mobileMasterImg {
    display: none;
  }
  .pagination.sortPagination > li > a {
    padding-top: 2px;
    height: 30px;
    width: 30px;
    margin-bottom: 18px;
  }
  .newsForFocusListDiv {
    padding-right: 26px;
  }
  .insidePhoto {
    text-align: center;
    max-width: 250px;
    margin: 0 auto;
  }
  .scheduleRightPoint,
  .scheduleLeftPoint {
    display: none;
  }
}
@media (width: 768px) {
  .compositewinReplaceImageWrap {
    padding: 0px 50px;
  }
  .showGroundDetailStyle .col-md-3 {
    padding-left: 2px;
  }
  .showGroundDetailStyle {
    padding-left: 0px;
  }
  .pagination.sortPagination > li > a {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .detailFontForOdd {
    font-size: 24px;
  }
  /* .indexFocusNewsTitleLeft{
      }
      .indexFocusNewsTitle{
         left: -5px; 
         padding-left: 15px;
      }

      .focusInsideContent{
          width: 247px;

      }*/
  .mainContainer {
    padding-top: 0px;
  }
  .fontForOdd {
    font-size: 18px;
  }
  .indexFocusImage {
    width: 100%;
  }
  .mainContainer {
    overflow: hidden;
  }
  .news .mainContainer {
    padding: 0px 15px 20px 15px;
  }
  /*        .indexFocusCoverMain{
       margin-right: -5px;
       margin-left: -5px;
      }*/
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table.table-striped.table-bordered.table-hover.table-condensed.forSortTable {
    width: auto;
    max-width: 10000px;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .fixed-column {
    display: block;
  }
  .scheduleRightPoint {
    display: block;
  }
  .scheduleRightPoint {
    position: absolute;
    z-index: 2;
    right: 0px;
    top: 40%;
  }
  .scheduleRightPoint.off {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .mainContainerOuter {
    background-image: url(/img/racing/mobile/m_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 70vh;
  }
  .index.main .mainContainer {
    padding-top: 10px;
  }
  .compositewinLink {
    display: none;
  }
  .compositewinTitleLeft {
    background-repeat: no-repeat;
    height: 46px;
    width: 20px;
    background-image: url(/img/racing/titlebar_racing_left_2.png);
    background-size: 100% 100%;
    float: left;
    margin-left: -20px;
  }
  .compositewinMainTitle {
    background-image: url("/img/racing/titlebar_racing_right_2.png");
    width: 100%;
    left: 0px;
    text-align: left;
    font-size: 16px;
    color: white;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 46px;
    padding-top: 9px;
    left: 0px;
    padding-left: 5px;
    font-weight: bold;
  }
  #my_video {
    width: 100%;
  }
  .compositewin .sortCTN.sortSubCTN {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .A1,
  .A2,
  .A3,
  .A4,
  .B1,
  .B2,
  .B3,
  .B4,
  .C1,
  .C2,
  .C3,
  .C4 {
    padding: 3px 0px;
  }
  .A1 div,
  .A2 div,
  .A3 div,
  .A4 div,
  .B1 div,
  .B2 div,
  .B3 div,
  .B4 div,
  .C1 div,
  .C2 div,
  .C3 div,
  .C4 div {
    display: block;
    padding: 2px;
    color: white;
    font-size: 16px;
    font-weight: bold;
  }
  .racingPromotionContent {
    width: 100%;
  }
  .compositewin .racingMessageNumber {
    margin-right: 4px;
  }
  .compositeListContent {
    padding: 10px 5px;
  }
  .my-video-dimensions {
    width: 100%;
  }
  .video-js .vjs-tech {
    height: auto;
  }
  .chart-header,
  .chart-footer {
    text-align: center;
    font-size: 16px;
  }
  .chart-footer .item {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .chart-footer .item:last-child {
    border-bottom: 0px;
  }
  .chart-header,
  .chart-footer .item .color {
    padding: 0px 14px;
  }
  .showGroundDetailStyle .col-md-3 {
    padding-left: 0px;
  }
  .focusInsideContent {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #145311;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .chartBackgroundForMobile {
    background-color: transparent;
  }
  .pagination.sortPagination > li {
    display: inline-block;
    height: 46px;
    width: 46px;
    padding-left: 8px;
    padding-top: 8px;
  }
  .pagination.sortPagination > li > a {
    margin-right: 15px;
    width: 30px;
    font-size: 18px;
    height: 30px;
    line-height: 26px;
    padding-top: 2px;
  }
  .pagination.sortPagination > li:last-child > a {
    margin-right: 0;
  }
  .pagination {
    margin-bottom: 10px;
    width: -moz-max-content;
    width: max-content;
    overflow: hidden;
  }
  .racing.main .expandContentWrap span {
    /* border-bottom: 1px solid #ADA8A8;  */
    top: 4px;
    color: #115c82;
    font-size: 30px;
  }
  .table.table-striped.table-bordered.table-hover.table-condensed.forSortTable {
    width: auto;
    max-width: 10000px;
  }
  .newsLineForMobile {
    height: 1px;
    width: 100%;
    background-color: #efefef;
  }
  .relateNewsItem .relateNewsItemDetail .insideTitle {
    font-size: 18px;
  }
  #racingFocusNewsCTN .relateNewsItem {
    border: 0px;
  }
  .indexFocusCoverMain .focusPubDate {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .masterContent {
    line-height: 25px;
  }
  .mastersubTitle {
    font-size: 18px;
    margin-top: 10px;
  }
  .focusWrapAll.newsMainDiv {
    margin-top: -10px;
  }
  /*        .news .subMainContainer{
          padding-top: 0px;
      }*/
  .mobileRightPadding {
    padding-right: 0px;
  }
  .insidePhoto {
    text-align: center;
  }
  .indexFocusImage {
    width: 100%;
  }
  .racingFocusNews {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
  #racingFocusNewsCTN .relateNewsItem {
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .news .newsForFocusContent {
    margin-bottom: 0px;
    /* font-size: 16px; */
    line-height: 25px;
  }
  .news .indexFocusContent,
  .master .indexFocusContent {
    padding: 0px 5px;
  }
  .racingLatestNews {
    margin-bottom: 20px;
  }
  .indexFocusContent {
    padding-right: 20px;
    padding-left: 20px;
  }
  .focusDetailTitle {
    padding: 10px 2%;
  }
  .focusTitleInsideColumn {
    padding-left: 0px;
    padding-right: 0px;
  }
  .focusDetailTitleMiddle {
    padding: 11px 0px;
    font-size: 12px;
  }
  .oddsForImage img {
    width: 126px;
  }
  .mobileOddsMargin {
    margin-bottom: 15px;
  }
  .oddsForInsideFont {
    margin-top: 0px;
    font-size: 20px;
  }
  .focusDetailTitle {
    font-size: 12px;
  }
  .rightTitleItemDiv {
    padding-left: 0px;
    padding-right: 5px;
  }
  /*        .rightTitleItem {
          font-size: 12px;
          height: 40px;
          padding-top: 10px;
      }*/
  #showGroundDetail {
    margin-bottom: 10px;
    margin-top: -5px;
  }
  .news.main.racing .indexFocusNewsTitleLeft {
    left: -20px;
  }
  .schedule .sortFirstTitle {
    margin: 10px 0px 15px 0px;
  }
  .desktopMasterImage {
    display: none;
  }
  .newsForFocusContent {
    padding-bottom: 20px;
    /* font-size: 16px; */
    line-height: 25px;
  }
  .sortFirstTitle {
    font-size: 20px;
  }
  .newsForFocusMatch {
    font-size: 20px;
  }
  .commentarySubTitle {
    padding: 5px 0px 8px 8px;
  }
  .sortFirstTitle {
    margin-bottom: 5px;
  }
  .schedule .boxForSort {
    border: 0px;
  }
  .racingNewsFocusListSubItem {
    margin-left: 0px;
  }
  .mobileMasterImg {
    width: 100px;
    float: right;
  }
  .masterTime {
    margin-bottom: 10px;
  }
  .newsForFocusListDiv {
    border-left: 0px;
    margin-bottom: 10px;
  }
  .sortCTN {
    margin-left: 0px;
    margin-right: 0px;
  }
  .sortOutSideDiv {
    margin-top: 0px;
    margin-left: 0px;
  }
  .boxForSort > div {
    margin-top: 0px;
    margin-left: 0px;
  }
  .indexFocusCoverEachFirst {
    position: relative;
  }
  .indexFocusNewsTitleLeft {
    position: absolute;
    background-repeat: no-repeat;
    height: 46px;
    width: 20px;
    background-image: url(/img/racing/titlebar_racing_left_2.png);
    background-size: 100% 100%;
    bottom: -10px;
    left: -20px;
  }
  .indexFocusNewsTitle {
    /* position: absolute; */
    display: inline-block;
    bottom: -10px;
    color: #139F21;
    font-size: 22px;
    /* height: 46px; */
    left: 0px;
    width: 100%;
    padding-left: 5px;
    padding-top: 9px;
    padding-bottom: 5px;
    /* background-image: url(/img/racing/titlebar_racing_right_2.png); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .newsForOutSideDiv {
    position: relative;
  }
  .classForIndexPosition {
    position: relative;
  }
  .newsFocusNewsTitle {
    position: absolute;
    bottom: -10px;
    background-image: url(/img/racing/titlebar_racing_right_2.png);
    font-size: 16px;
    color: white;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 46px;
    padding-top: 9px;
    left: 0px;
    padding-left: 5px;
    font-weight: bold;
    width: 100%;
  }
  .news .newsInsidePage .newsFocusNewsTitle {
    background-image: url("/img/racing/titlebar_racing_right_2.png");
    width: 100%;
    left: 0px;
    text-align: left;
  }
  .newsInsidePage .newsForFocusImage img {
    width: 100%;
  }
  .focusPubDate,
  .newsForFocusTime {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .masterFamousLeft,
  .masterRacingRight {
    padding-left: 0px;
    padding-right: 0px;
  }
  .on .masterPageTopImg {
    width: 54px;
  }
  .masterPageTopIntro {
    margin-top: 12px;
  }
  .on .masterPageTopName,
  .on .masterPageTopName {
    font-size: 20px;
  }
  .on .masterPageTopTitle,
  .on .masterPageTopTitle {
    font-size: 12px;
  }
  .masterTopMenu {
    background-image: url(/img/racing/mobile_racing_bar_1a.png);
  }
  .masterTopMenu.in {
    background-image: url(/img/racing/mobile_racing_bar_1b.png);
  }
  .masterPageTopImage {
    margin-top: 8px;
  }
  .masterPageTopImg {
    width: 40px;
  }
  .master .bottomCTN,
  .schedule .bottomCTN {
    margin-top: 20px;
  }
  .masterFamousLeft.on .masterPageTopIntro {
    margin-left: 5px;
  }
  .masterRacingRight.on .masterPageTopIntro {
    margin-right: 5px;
  }
  .scheduleRightPoint,
  .scheduleLeftPoint {
    position: absolute;
    z-index: 2;
    top: 48%;
  }
  .scheduleRightPoint {
    right: 0px;
  }
  .scheduleLeftPoint {
    display: none;
    left: 0px;
  }
  .mobileRightPadding {
    position: relative;
  }
  .scheduleRightPoint img,
  .scheduleLeftPoint img {
    width: 20px;
  }
  .index .racingFocusNews {
    margin-top: 12px;
  }
}
/*Michael*/
.relateNewsItemImageDiv {
  overflow: hidden !important;
}

.relateNewsItemImageDiv img {
  height: auto !important;
  min-height: 146px;
}/*# sourceMappingURL=racing.css.map */