<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.common-con {
  margin-top: 0.5625rem;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  width: 100%;
}

/* 视频播放按钮 */
.videoPlay {
  cursor: pointer;
  position: absolute;
  top: 2.20833333333333rem;
  left: 50%;
  width: 0.5rem;
  height: 0.5rem;
  margin-left: -0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.videoPlay&gt;img {
  max-width: 100%;
  height: auto;
}

.tsh-main-wrap {
  width: 5.625rem;
  padding-top: 4.66666666666667rem;
  padding-bottom: 0.35416666666667rem;
}

.view-list {
  width: 55.6%;
  padding: 0.15625rem 4.6% 0.26041666666667rem;
  background: #2e455f;
  border-radius: 0.0625rem;
  height: 2.1875rem;
  position: relative;
  overflow: hidden;
}

/* ROA官网底部样式 */
.tsh-games-footer {
  width: 100%;
  height: 0.86458333333333rem;
  background: #040923 url("../../tsh/img/dot.png") repeat-x left top;
}

.tsh-footer-main {
  width: 5.625rem;
  height: 0.86458333333333rem;
}

.footer-menu {
  width: 100%;
  height: 0.10416666666667rem;
  padding-top: 0.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.footer-menu&gt;a {
  color: #fff;
  font-size: 0.09375rem;
  line-height: 0.10416666666667rem;
  float: left;
}

.footer-menu&gt;span {
  margin: 0 0.08333333333333rem;
  height: 0.10416666666667rem;
  background: #fff;
  width: 0.015625rem;
  float: left;
  display: block;
}

.tsh-banquan {
  font-size: 0.09375rem;
  color: #fff;
  text-align: center;
  line-height: 0.26041666666667rem;
}

/* 视频弹框 */
.videoblock {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 710px;
  height: 400px;
  z-index: 99;
  margin-top: -200px;
  margin-left: -355px;
  border-radius: 4px;
  background: #fff;
}

#cover {
  position: fixed;
  z-index: 90;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #000;
  display: none;
}

.video-player {
  z-index: 98;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
}

.cursor-p {
  width: 46px;
  height: 46px;
  cursor: pointer;
  position: absolute;
  top: -46px;
  right: 0;
}

.cursor-p&gt;img {
  max-width: 100%;
}</pre></body></html>