* {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

.click-vote-button {
  width: 100%;
  height: 50px;
  font-size: 18px;
  background: -webkit-linear-gradient(top, #d7ad5f 30%, #d7ad5f 70%);
  background: -o-linear-gradient(top bottom, #d7ad5f 30%, #d7ad5f 70%);
  background: -moz-linear-gradient(top bottom, #d7ad5f 30%, #d7ad5f 70%);
  background: linear-gradient(top bottom, #d7ad5f 30%, #d7ad5f 70%);
  color: #fff;
  border: none;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.text-style-1 {
  color: #c2c2c3;
}

.text-style {
  color: #bda164;
}

.bg-style-1,
.bg-style-1:hover,
.bg-style-1:focus,
.bg-style-1:active {
  background: #bda164;
  color: #fff;
  border: none;
}

html,
body {
  width: 100%;
  font-size: 14px;
  font-family: "微软雅黑";
}

body {
  position: relative;
}

.container-fluid {
  background: #19181e url(../img/bk-img.jpg) no-repeat;
  background-size: 100% 100%;
}

.mt-all {
  margin-top: 10px;
  color: #fff4e5;
}

.container-fluid {
  color: #686870;
}

.rule-content-box {}

.rule-content-box iframe,
.rule-content-box img {
  width: 100% !important;
}

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

.color-A91000 {
  color: #a91000;
}

.mar-top0 {
  margin-top: 0px !important;
}

a:link,
a:active,
a:visited,
a:hover {
  text-decoration: none;
}

.text-indet {
  text-indent: 2em;
}

li {
  list-style: none;
}

.border-none {
  border: none !important;
}

.font-xi {
  font-weight: lighter;
}

.flex {
  display: flex;
  justify-content: space-around;
}

.top {
  width: 100%;
}

/* 顶部图片滚动 */

.marquee-box {
  line-height: 25px;
  height: 25px;
  background: #2e3132;
}

.marquee-box .marquee {
  position: fixed;
  left: 0;
  width: 100%;
  height: 25px;
  line-height: 25px;
  top: 0;
  z-index: 101;
  color: #fff;
  background: #d7ad5f;
  white-space: nowrap;
  overflow: hidden;
}

.swiper-container {
  max-width: 600px;
}

.swiper-container img {
  width: 100%;
}

#page-content {
  max-width: 600px;
  margin-top: 10px;
}

.main-title {
  font-size: 20px;
  color: #c9ae7c;
  margin-bottom: 10px;
}

.card-data {
  width: 100%;
  padding-bottom: 25px;
  background: url(../img/time.png?v=0.5) no-repeat;
  background-size: 100% 100%;
}

.time-grid {
  width: 90%;
  margin: 0 auto;
  padding-top: 70px;
  display: flex;
  justify-content: center;
}

.time-grid span {
  display: block;
  padding: 0 10px;
  background: #f2dcaf;
  border-radius: 3px;
  color: #522100;
  font-size: 25px;
  box-shadow: 0 1px 2px #301a02;
  margin-left: 5px;
}

.type-box .item {
  padding: 6px 15px;
}

.vote-Player {
  width: 90%;
  margin: 0 auto;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  font-family: "华文中宋";
  font-size: 15px;
  text-shadow: 0 5px 12px #301a02;
}

.back-time {
  width: 90%;
  margin: 0 auto;
  padding: 4px 0 8px;
  text-align: center;
  color: #f2dcaf;
  font-size: 14px;
  font-family: "华文中宋";
}

.back-time .time-color {
  font-size: 18px;
}

.vote-num {
  font-size: 12px;
  color: #f2dcaf;
  margin-bottom: 0;
}

.vote-num .vote-amount {
  font-size: 20px;
  font-family: "楷体";
}

.vote-num .player-amount {
  font-size: 20px;
  font-family: "楷体";
}

.vote-item-box.aligning .vote_align_box {
  position: relative;
  display: block;
  height: 0;
  padding-top: 100%;
}

.vote-item-box.aligning .vote_align_box iframe,
.vote-item-box.aligning .vote_align_box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.boxshaow {
  border-left: 1px solid #7d0100;
  box-shadow: -1px 0 0 #f83d3d;
}

.timer-inner {
  width: 100%;
  padding: 10px 0;
  background: #fff;
  color: #b0b0b0;
  font-size: 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.card-time {
  padding: 10px 0;
  background: #ffe0b9;
  font-size: 15px;
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.card-time .countdown {
  color: #ef3f3f;
  padding: 0 3px;
}

.card-time .clock {
  color: #722c4e;
}

.apply {
  width: 100%;
  display: flex;
  justify-content: center;
}

.apply a {
  display: inline-block;
  padding: 8px 25px;
  background: url(../img/signUp.png) no-repeat;
  background-size: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #ffe9e5;
  border-radius: 4px;
  font-family: "华文中宋";
  text-shadow: 0 2px 2px rgba(48, 2, 2, 0.6);
}

.search {
  /* margin-bottom: 20px; */
}

.search .form-control {
  color: #bda164;
  height: 34px;
  background-color: #353439;
  border: none;
}

.search-btn {
  height: 34px;
  line-height: 34px;
  padding: 0 20px;
  background: #3d3c41;
  border: none;
  color: #b0874f;
}

.navbar-box {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #353439;
  z-index: 50;
}

.footer-bar-box {
  width: 100%;
  display: flex;
}

.footer-bar-box .item {
  flex: 1;
  padding: 10px 0;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-bar-box .item a {
  display: block;
  padding: 5px 0;
}

.footer-bar-box .item a {
  position: relative;
  background: inherit;
  z-index: 2;
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-bar-box .item a i {
  font-size: 16px;
  line-height: 24px;
}

.footer-bar-box .item a p {
  margin-top: 1px;
  padding: 0;
  margin-bottom: 0;
  font-size: 12px;
}

.select-bar-box {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}

.select-bar-box .btn {
  padding: 5px 20px;
}

.nav-all {
  color: #686870;
}

.nav-style {
  color: #bda164 !important;
}

.warn-word {
  color: #c2c2c3;
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.warn-word p:nth-child(1) {
  margin-bottom: 10px;
}

.kind-choose {
  width: 100%;
  text-shadow: 0 2px 2px rgba(48, 26, 2, 0.6);
}

.kind-choose li {
  padding: 5px;
  height: 44px;
}

.kind-btn {
  display: inline-block;
  padding: 6px 0;
  width: 100%;
  border: 1px solid #c1a163;
  background: none;
  color: #c1a163;
}

.kind-btn.hover-style {
  background: url(../img/kind-btn.png) no-repeat !important;
  background-size: 100% 100% !important;
  /* border: none !important; */
  color: #ffedc6 !important;
}

.vote-item-box {
  position: relative;
  margin-top: 10px !important;
  padding: 0;
  margin: 0 -5px;
}

#masonry {}

#masonry .vote-item-cover {
  width: 100%;
}

#masonry .Player-name {
  color: #f9e7bf;
  font-size: 16px;
  width: 100%;
  display: block;
}

#masonry .vote-btn {
  width: 90px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
  color: #ffe9e5;
  font-size: 15px;
  font-weight: bold;
  border: none;
  background: url(../img/choose-vote.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  text-shadow: 0 2px 2px rgba(48, 2, 2, 0.6);
}

#masonry .col-xs-12 .vote-btn,
#masonry .col-xs-12 .vote-cancel,
#masonry .col-xs-6 .vote-btn,
#masonry .col-xs-6 .vote-cancel {
  min-width: 100px;
}

#masonry .col-xs-4 .vote-btn,
#masonry .col-xs-4 .vote-cancel {
  width: 80%;
  border-radius: 6px;
}

.font-big {
  font-size: 16px;
}

#masonry .Player-rank {
  color: #f9e7bf;
  margin: 5px 0;
  font-size: 14px;
}

#masonry .vote-cancel {
  width: 90px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
  color: #ffe9e5;
  font-size: 15px;
  font-weight: bold;
  border: none;
  background: url(../img/vote-cancel.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  text-shadow: 0 2px 2px rgba(48, 2, 2, 0.6);
}

.loading-box {
  display: none;
  margin: 10px 0;
  text-align: center;
  line-height: 30px;
  color: #c2c2c3;
}

button {
  outline: none;
}

.box {
  padding: 5px;
  margin: 10px auto;
  position: relative;
}

.box .left-top-rank {
  position: relative;
  width: 100%;
}

.box .number-position {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  color: #fff;
  z-index: 5;
  font-size: 15px;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
}

.box .player-info {
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#896434), to(#c5ae71));
  background: -webkit-linear-gradient(left top, #896434, #c5ae71);
  background: -moz-linear-gradient(left top, #896434, #c5ae71);
  background: -o-linear-gradient(left top, #896434, #c5ae71);
  background: linear-gradient(left top, #896434, #c5ae71);
  padding: 5px;
}

.box .vote-sure {
  padding: 5px 0;
  background: url(../img/click-vote-bottom.png) no-repeat;
  background-size: cover;
}

.box img {
  max-width: 100%;
  width: 100%;
}

.widget-float-box li {
  position: fixed;
  top: -20%;
  list-style: none;
  display: block;
  width: 25px;
  animation: downFloat 10s infinite;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99;
}

.widget-float-box li img {
  width: 100%;
}

@keyframes downFloat {
  0% {
    top: -20%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    top: 110%;
    -webkit-transform: rotate(600deg);
    transform: rotate(600deg);
  }
}

.layui-m-layer1 .layui-m-layerchild {
  border-radius: 5px !important;
}

.window {
  width: 300px;
  background-image: url(../img/click-vote-bottom.png);
  background-size: cover;
  border-radius: 5px;
}

.window-input {
  width: 80%;
  display: block;
  margin: 0 auto;
  color: #f2dcaf;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  outline: none;
  border: 1px solid #8c7546;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0 4px rgba(255, 255, 255, 0.46);
}

.window-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: auto;
  padding-bottom: 10px;
}

.window-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: auto;
  padding-bottom: 10px;
}

.sure-btn {
  display: block;
  margin-top: 5px;
  width: 90px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: url(../img/search-btn.png) no-repeat;
  background-size: 100% 100%;
  color: #fff4e5;
  font-weight: bold;
  font-size: 15px;
  text-shadow: 0 2px 2px rgba(48, 20, 2, 0.6);
  border-radius: 5px;
  border: none;
}

.close-btn {
  display: block;
  margin-top: 5px;
  width: 90px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: url(../img/close-btn.png) no-repeat;
  background-size: 100% 100%;
  color: #fff4e5;
  font-weight: bold;
  font-size: 15px;
  text-shadow: 0 2px 2px rgba(48, 20, 2, 0.6);
  border: none;
}

.window-input::-webkit-input-placeholder {
  color: #f2dcaf;
}

.activity {
  color: #c2c2c3;
  padding: 15px 10px;
  position: relative;
  background: #353439;
}

.activity .activity-vote {
  color: #86868b;
}

.activity .rule-content-box {
  color: #87878c;
}

.activity li {
  padding-bottom: 10px;
}

.activity-top-word {
  width: 100%;
  background-color: RGB(61, 60, 65);
  padding: 5px 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.activity-top-word span {
  font-size: 22px;
  background-image: -webkit-gradient(linear,
      0 0,
      0 bottom,
      from(#c8a263),
      to(#f1d0aa));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /*text-shadow: 0 2px 2px rgba(51,50,54,.6);*/
  font-family: "华文中宋";
  font-weight: 800;
}

.vote-number {
  width: 100%;
  height: 50px;
  position: fixed;
  bottom: 50px;
  left: 0;
  background: #353439;
  border-bottom: 1px solid #c5ccd5;
  line-height: 50px;
  z-index: 9999;
  color: #686870;
  display: none;
}

.choosed-color {
  color: #bda164;
  font-size: 17px;
  font-weight: bold;
}

.vote-bottom {
  width: 90px;
  height: 40px;
  margin-top: 5px;
  line-height: 40px;
  text-align: center;
  display: block;
  background: url(../img/much-vote.png) no-repeat;
  background-size: 100% 100%;
  color: #fff4e5;
  font-weight: bold;
  font-size: 15px;
  text-shadow: 0 2px 2px rgba(48, 20, 2, 0.6);
}

.vote-bottom:hover,
.vote-bottom:focus {
  color: #fff4e5;
}

.close-vote-bottom {
  padding-left: 5px;
}

.transform-deg {
  transform: rotate(90deg);
}

.animation-rotate {
  transform-origin: 50% 50%;
  -webkit-transform: rotate(360deg);
  animation: rotation 3s linear infinite;
  -moz-animation: rotation 3s linear infinite;
  -webkit-animation: rotation 3s linear infinite;
  -o-animation: rotation 3s linear infinite;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

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

.musice {
  z-index: 9999;
  width: 30px;
  height: 30px;
  position: fixed;
  right: 18px;
  top: 18px;
  background: #ef3f3f;
  border: 2px solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 25px;
  font-size: 15px;
  cursor: pointer;
}

.erweima-title {
  font-family: "MicrosoftYaHei";
  font-weight: bold;
  color: #fff1d4;
  font-size: 20px;
  padding-top: 10px;
  text-shadow: 2px 0 4px rgba(48, 26, 2, 0.77);
}

.erweima-img {
  display: block;
  margin: 10px auto;
  width: 50%;
  height: 50px;
}

.verification-img {
  display: block;
  margin: 10px auto;
  width: 50%;
  height: 130px;
}

.msg {
  font-family: "MicrosoftYaHei";
  color: #f2dcaf;
  font-size: 12px;
  padding-top: 5px;
  text-shadow: 2px 0 4px rgba(48, 26, 2, 0.77);
}

/*particular*/

.particurlar-role {
  width: 100%;
  padding: 5px;
  background: #353439;
}

.particurlar-role iframe,
.particurlar-role img {
  width: 100% !important;
}

.Prize p {
  margin-top: 10px;
}

.Prize img {
  width: 98%;
}

.mar-top {
  margin-top: 30px !important;
}

.mar-top40 {
  margin-top: 40px !important;
}

.table-striped>thead>tr {
  /* background-color: #F7F8FA; */
  color: rgba(194, 194, 195, 1);
}

.table-striped>tbody>tr {
  color: #c2c2c3;
}

.rank-form .table-striped>tbody>tr.first-bg {
  position: relative;
  height: 55px;
  line-height: 55px;
  background-color: transparent;
}

.rank-form .table-striped>tbody>tr.first-bg::after {
  content: "";
  position: absolute;
  /* width: 100%; */
  height: 55px;
  z-index: -1;
  top: 0;
  left: 15px;
  right: 15px;
  background: url(../img/rank1.png);
  border-radius: 5px;
}

.rank-form .table-striped>tbody>tr.second-bg {
  position: relative;
  height: 55px;
  line-height: 55px;
  background-color: transparent;
}

.rank-form .table-striped>tbody>tr.second-bg::after {
  content: "";
  position: absolute;
  /* width: 100%; */
  height: 55px;
  z-index: -1;
  top: 58px;
  left: 15px;
  right: 15px;
  background: url(../img/rank2.png);
  border-radius: 5px;
}

.rank-form .table-striped>tbody>tr.third-bg {
  position: relative;
  height: 55px;
  line-height: 55px;
  background-color: transparent;
}

.rank-form .table-striped>tbody>tr.third-bg::after {
  content: "";
  position: absolute;
  /* width: 100%; */
  height: 55px;
  z-index: -1;
  top: 116px;
  left: 15px;
  right: 15px;
  background: url(../img/rank3.png);
  border-radius: 5px;
}

.table-striped>tbody>tr:nth-child(1)>td:nth-child(1),
.table-striped>tbody>tr:nth-child(2)>td:nth-child(1),
.table-striped>tbody>tr:nth-child(3)>td:nth-child(1) {
  font-size: 30px;
}

.table-striped>tbody>tr:nth-child(1)>td {
  color: #ffeecc;
}

.table-striped>tbody>tr:nth-child(2)>td {
  color: #dbebff;
}

.table-striped>tbody>tr:nth-child(3)>td {
  color: #ffecdc;
}

.table-striped>tbody>tr:nth-child(1)>td,
.table-striped>tbody>tr:nth-child(2)>td,
.table-striped>tbody>tr:nth-child(3)>td {
  display: table-cell;
  vertical-align: middle;
}

.table-striped>tbody>tr:nth-child(even) {
  background-color: #3d3c41;
}

.table-striped>tbody>tr:nth-child(odd) {
  background-color: #353439;
}

.table>tbody>tr>td {
  color: #c2c2c3;
}

.table>tbody>tr>td>a {
  color: inherit;
}

.rank-form .table>thead>tr>th,
.rank-form .table>tbody>tr>td {
  border: none;
  outline: none;
  box-shadow: none;
}

/*用户信息页面*/

.player-head {
  width: 100%;
  display: block;
  margin: 15px auto;
}

.head-top {
  display: block;
  max-width: 600px;
  padding: 30px 0;
  background: url(../img/player-bg.png?v=0.5) no-repeat;
  background-size: 100% 100%;
}

.head-top .img-bg {
  margin: 10px auto;
  width: 90px;
  padding: 3px;
  background: rgba(195, 156, 91, 1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.51);
}

.head-top .img-bg img {
  width: 100%;
}

.head-top .vote-item-cover {
  display: block;
  width: 100%;
  height: 105px;
}

.head-top .playerInfo-name {
  margin: 10px 0;
  color: #f2dcaf;
  font-size: 15px;
}

.head-top p {
  color: #f2dcaf;
  font-size: 14px;
}

.player-information {
  margin-top: 10px;
  margin-bottom: 1rem;
}

.vote-btns {
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
}

.click-vote {
  width: 90px;
  height: 90px;
  font-size: 20px;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#634b28), to(#977b4b));
  background: -webkit-linear-gradient(left top, #634b28, #977b4b);
  background: -moz-linear-gradient(left top, #634b28, #977b4b);
  background: -o-linear-gradient(left top, #634b28, #977b4b);
  background: linear-gradient(left top, #634b28, #977b4b);
  color: #ffedc6;
  border-radius: 50%;
  border: none;
  box-shadow: 1px 8px 16px rgba(255, 255, 255, 0.2) inset,
    1px 8px 16px rgba(255, 255, 255, 0.2);
}

.activity-content {
  color: #ffedc6;
  padding: 15px 10px 1.5rem 10px;
  position: relative;
  background: #353439;
}

.activity-content img,
.activity-content iframe {
  width: 100%;
}

/*signUp*/

.info-grid label {
  color: #a0033d !important;
}

.submit-info {
  width: 130px;
  display: inline-block;
  padding: 8px 25px;
  background: url(../img/signUp.png) no-repeat;
  background-size: 100%;
  font-size: 17px;
  font-weight: bold;
  color: #ffe9e5;
  border-radius: 4px;
  font-family: "华文中宋";
  text-shadow: 0 2px 2px rgba(48, 2, 2, 0.6);
}

.submit-btn {
  margin-top: 20px;
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .nav {
    padding-bottom: 20px;
  }

  .vote-number {
    bottom: 70px;
  }
}

.playerinfo-data {
  border: 1px solid #a91000;
  background: #fff;
}

.playerinfo-data ul li {
  color: #a91000;
}

.warn-maxchoose {
  height: 40px;
  padding: 0 15px;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
}

.relative {
  position: relative;
}

.loadimg-grid {
  width: 100%;
  height: 100px;
  border: 1px dashed #d9d9d9;
}

.file-img {
  width: 100%;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}

.click-loadimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  padding-top: 25px;
  z-index: 10;
}

.window-padding {
  padding: 25px 0 10px;
}

.window-btnpadding {
  padding-top: 20px;
}

.load-pic-grid {
  border: 1px solid #ecf0f5;
  margin-top: 10px;
  padding: 2px;
  position: relative;
}

.load-pic-grid .load-pic {
  width: 100%;
  height: 100px;
  display: block;
}

.load-pic-grid .delete-pic {
  position: absolute;
  top: -5px;
  right: -5px;
  color: #d41c04;
  font-size: 20px;
}

/*音乐图标*/

.animation-rotate {
  transform-origin: 50% 50%;
  -webkit-transform: rotate(360deg);
  animation: rotation 3s linear infinite;
  -moz-animation: rotation 3s linear infinite;
  -webkit-animation: rotation 3s linear infinite;
  -o-animation: rotation 3s linear infinite;
}

.widget-audio-box {
  z-index: 102;
  width: 30px;
  height: 30px;
  position: fixed;
  right: 18px;
  top: 18px;
  display: none;
  background: #d7ad5f;
  border: 2px solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 25px;
  font-size: 15px;
  cursor: pointer;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

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

.sign-form-img-box .item .fa-close {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #f00;
  color: #fff;
  border-radius: 50% !important;
  position: absolute;
  top: -8px;
  right: -8px;
}

.sign-form-img-box .item img {
  width: 100%;
  height: 60px;
}

@media screen and (max-width: 351px) and (min-width: 350px) {
  .card-data .time-grid {
    padding-top: 60px;
  }
}

/* æŽ’è¡Œæ¦œ */

.rule-box-content {
  margin: 15px 0;
}

.rule-box-content img,
.rule-box-content iframe {
  max-width: 100% !important;
}

.show-activity-end .activity-icon {
  position: absolute;
  right: 10px;
  top: 10px;
}

.show-activity-end .activity-text {
  margin: 30px auto;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}

.show-activity-end .activity-btn .activity-btn1 {
  width: 120px;
  height: 36px;
  margin: 10px auto;
  line-height: 36px;
  background: rgba(69, 156, 250, 1);
  border-radius: 4px;
  display: block;
  color: #fff;
  font-size: 14px;
}

.show-activity-end .activity-btn .activity-btn2 {
  width: 120px;
  height: 36px;
  margin: 10px auto;
  line-height: 36px;
  background: #fe4e67;
  border-radius: 4px;
  display: block;
  color: #fff;
  font-size: 14px;
}

.table {
  margin-bottom: 0;
}

.table>thead>tr {
  background-color: RGB(61, 60, 65);
}

.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th,
.table>tbody>tr,
.table>tbody>tr>td {
  border: none;
  vertical-align: middle;
}

.table thead tr th,
.table tbody tr td {
  text-align: center;
}

.table thead tr th {
  font-size: 14px;
  font-weight: bold;
}

.table tbody tr:nth-child(2n) {
  background: #3d3c41;
}

table tbody tr:nth-child(2n + 1) {
  background: #353439;
}

.table tbody tr td:nth-child(2) {
  text-align: left;
}

.table tbody tr td,
.table tbody tr td a {
  color: #c2c2c3;
}

.table tbody tr img {
  width: 1.5em;
}

.table tbody tr td:nth-child(2) {
  text-align: left;
}

.table tbody tr td .table_rank {
  width: 20px;
  height: 20px;
}

.table tbody tr td .table_detail {
  display: inline-flex;
  align-items: center;
}

.table tbody tr td .table_detail .circle {
  width: 45px;
  height: 45px;
  border-radius: 50% !important;
  overflow: hidden;
}

.table tbody tr td .table_detail img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.custom_vote_content p {
  margin: 0;
}