* {
  box-sizing: border-box;
}

body,
html {
  width: 100%;
  font-size: 14px;
}

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

p {
  padding: 0;
  margin: 0;
}

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

.w-100 {
  width: 100%;
}
.rotate-180 {
  transform: rotate(180deg);
}
.margin_top {
  margin-top: 20px;
}

.card {
  margin-bottom: 10px;
}

.border_img img {
  width: 100%;
}

.border_bottom {
  clear: both;
}

.border_bottom img {
  margin-top: -5%;
}

.icon-rhombus {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  transform: rotate(45deg);
}

.padding {
  padding: 0;
}

.text-style-1 {
  color: #fee493;
}
.text-style-2 {
  color: #ffe3b2;
}
.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.btn-type-1,
.btn-type-1:hover,
.btn-type-1:focus {
  color: #ffffff;
  background: rgba(255, 250, 233, 0.2);
  border: none;
  border-radius: 30px;
  border: 1px solid rgb(255, 250, 233);
}

.bg-style-1,
.bg-style-1:hover,
.bg-style-1:focus {
  color: #ffffff;
  background: linear-gradient(90deg, #aa251a, #eb515b);
  border: none;
}
.bg-style-1-o {
  color: #b7452b;
  background: #f9e4b4;
  border: 1px solid #e4a873;
}

.bg-style-classify,
.bg-style-classify:hover,
.bg-style-classify:focus {
  color: rgba(255, 250, 233, 0.4);
  background: none;
  border: 1px solid rgb(255, 250, 233, 0.4);
  border-radius: 30px;
}

.bg-style-o,
.bg-style-o:hover,
.bg-style-o:focus {
  color: #f35157;
  background: none;
  border: none;
}

.rule-body {
  background: #fff;
}

#pjax-box {
  min-height: 100vh;
}

.container-fluid {
  max-width: 600px;
  overflow: hidden;
  font-family: "Microsoft YaHei", serif !important;
  color: rgba(255, 204, 199, 0.5);
}
.page_index {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 52vw;
  background: #9a2114 url(../img/bg1.jpg) no-repeat;
  background-size: 100%;
}

.page_custom_index.page_index{
  padding: 0;
  background: #9a2114 url(../img/custom_bg1.jpg) no-repeat;
  background-size: 100%;
}

.page_index .row {
  margin-left: 0;
  margin-right: 0;
}

.page_rule {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 10px;
  min-height: calc(100vh - 25px);
  background: #a90600 url(../img/bg2.jpg) no-repeat;
  background-size: 100%;
}

.page_rule .row {
  margin-left: 0;
  margin-right: 0;
}

.page_rule .form-group .row {
  margin-left: -15px;
  margin-right: -15px;
}
.banner-box {
  position: relative;
  margin-top: 10px;
  padding: 0 13px;
}
.banner-box .swiper-container {
  border: 1px solid #fee493;
  border-radius: 6px;
}
.banner-box img {
  width: 100%;
}

.page_index.page_custom_index .banner-box{
  margin-right: -15px;
  margin-left: -15px;
}

.page_index.page_custom_index .banner-box .swiper-container {
  border:none;
  border-radius:0;
}

.title-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  height: 60px;
  background: url(../img/title_bg.png) no-repeat;
  background-size: 100% 100%;
}

.title-box p {
  font-size: 16px;
  color: #ffd48f;
  font-weight: bold;
}

.rule-box-sub-title {
  font-size: 8px;
  color: #aeacb3;
  text-align: center;
}

.rule-box-cirle {
  margin-bottom: 5px;
  text-align: center;
}

.rule-box-cirle span {
  display: inline-flex;
  margin: 0 3px;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 3px;
}

.rule-box-cirle span.active {
  border: 2px solid rgba(67, 135, 227, 1);
  background: transparent;
}

.rad {
  border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
}

.op {
  filter: alpha(Opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.shadow {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.17);
}

.empty-info {
  padding: 20px 0;
}

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

.mb-bar {
  margin-bottom: 70px;
}

.mb-no {
  margin-bottom: 0;
}

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

.tr_line {
  display: table-cell;
  vertical-align: middle !important;
}

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

.detail-box_description .stat-box {
  margin-top: 18px;
  font-size: 0.9em;
}
.stat-box-bg {
  padding: 10px;
  background: #fffae9;
  border-radius: 6px;
}

.stat-box .card {
  background: none;
  margin-bottom: 0;
  box-shadow: none;
  border-radius: 5px;
  border: none;
  overflow: hidden;
}

.stat-content {
  position: relative;
  padding: 5px;
  z-index: 2;
}

.stat-content-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-content: center;
}

.stat-content .stat-content-number {
  width: calc(33.3333% - 3px);
  padding: 7px 10px;
  border-radius: 6px;
  background: #fffae9;
}

.stat-content-bg {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
}

.stat-content-icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.stat-content-icon img {
  width: 100%;
}

.stat-content-number .number {
  font-size: 20px;
  color: #202020;
}

.stat-content .state-content-text {
  display: inline-block;
  margin-top: 8px;
  color: rgba(212, 171, 145, 0.8);
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
}
.stat_index .stat-box-bg {
  padding: 5px;
}
.stat_index .stat-content {
  padding: 0;
}
.stat_index .stat-content .stat-content-number:nth-child(1) {
  background: #f96b53;
}

.stat_index .stat-content .stat-content-number:nth-child(2) {
  background: #fab153;
}
.stat_index .stat-content .stat-content-number:nth-child(3) {
  background: #6d96f4;
}

.stat_index .stat-content-number .number {
  color: #fff;
}
.stat_index .stat-content .state-content-text {
  color: #fff;
}
.diff-time-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  padding: 5px;
  background: #f7e8c9;
  border-radius: 3px;
  z-index: 1;
}

.diff-time-box .diff-time-text {
  color: #d4ab91;
  font-size: 10px;
}

.diff-time-box .text {
  font-size: 12px;
  color: #d4ab91;
}

.diff-time-box .time-color {
  color: #ee7269;
}

.sign-btn,
.sign-btn:hover,
.sign-btn:focus {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  width: 230px;
  height: 72px;
  color: #ffdfad;
  font-size: 13px;
  font-weight: bold;
  background: url(../img/btn_bg.png) no-repeat;
  background-size: 100% 100%;
  border: none;
  outline: none !important;
  box-shadow: none;
}
.detail-btn,
.detail-btn:hover,
.detail-btn:focus {
  width: 150px;
  height: 36px;
  line-height: 36px;
  padding: 0;
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
}
.detail-btn_1,
.detail-btn_1:hover,
.detail-btn_1:focus {
  width: 150px;
  height: 36px;
  line-height: 36px;
  padding: 0;
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
}

.sign-btn span,
.detail-btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #221c26;
}

.rule-box {
  position: relative;
  font-size: 0.9rem;
  margin-bottom: 30px;
}
.rule-box.sign-box {
  padding: 10px 0;
}

.rule-box.rank_list {
  padding: 10px 0;
}
.rule-box::after {
  content: "";
  position: absolute;
  right: 6px;
  bottom: -35px;
  width: 114px;
  height: 89px;
  background: url(../img/rule_img1.png) no-repeat;
  background-size: 100%;
}

.rule-box.rule_box_rabbit::after {
  content:none;
}
.rule-box-bg {
  position: relative;
  width: 100%;
  display: flex;
  background: url(../img/rule_bg.png) repeat;
  border: none;
  box-shadow: none;
  background-size: 100%;
}

.rule-box-img1 {
  width: 100%;
  height: 23px;
}

.rule-box-img2 {
  margin-top: -1px;
  width: 100%;
  height: 23px;
}
.rule-box-wrapper {
  border-radius: 5px;
  margin-bottom: 0;
  padding: 5px;
  background: none;
  border: none;
}

.rule-box-wrapper .rule-body {
  padding: 0 15px;
  background: none;
  border-radius: 5px;
}

.rule-box-title {
  position: absolute;
  left: 50%;
  top: -32px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.rule-box-title img {
  width: 177px;
}

.rule-box p {
  line-height: 2rem;
  position: relative;
  z-index: 1;
}

.rule-box .card-body p {
  color: #fff;
}

.rule-box .rule-content-box img,
.rule-box .rule-content-box iframe {
  max-width: 100%;
  margin: 0 auto;
}

.rule-box .card-body img,
.rule-box .rule-content-box iframe {
  max-width: 100%;
  margin: 0 auto;
}

.rule-box .font-bold {
  font-weight: bold;
}

.detail-box .card-body {
}

.detail-box_description {
  position: relative;
  background: #dd6d55;
  border: 2px solid #fee493;
  border-radius: 12px;
}
.detail-box_index {
  position: absolute;
  left: -5px;
  top: -4px;
  display: inline-flex;
  padding-left: 12px;
  align-items: center;
  width: 74px;
  height: 20px;
  color: #9a2114;
  background: url(../img/vote_index.png) no-repeat;
  background-size: 100% 100%;
}
.detail-box_number {
  margin: 0 auto;
  width: 100px;
  height: 18px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.detail-avater {
  margin: 20px auto 0;
  width: 90%;
}
.detail-avater .vote-item-img-box img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #fee493;
}
.detail-box_line {
  margin-top: 12px;
  padding: 0;
}

.detail-box .detail-title {
  padding: 0 15px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
}

.detail-box .detail-sub-title {
  padding: 0 15px;
  margin-top: 4px;
  font-size: 12px;
  color: #fdddab;
}

.detail-box-content-wrapper {
  padding: 0;
}

.detail-box-content-wrapper img,
.detail-box .detail-content-box img {
  max-width: 100%;
  margin: 10px auto;
}

.detail-box .detail-content-box iframe,
.detail-box .card-body iframe {
  width: 100% !important;
  height: auto;
}

.detail-box p {
}

.detail-box .detail-content-box {
  color: #944941;
}

.detail-box .detail-box-content {
  padding: 10px 0;
}

.detail-box .detail-box-content img {
  margin: 10px auto;
  max-width: 100% !important;
}

.detail-box .number {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}

.detail-box .detail-content-text {
  color: #333;
  font-size: 12px;
  font-weight: 400;
}

.search-box {
  padding: 15px 15px 0;
}

.search-box .input-group {
  position: relative;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  background: #fffae9;
  border-radius: 20px;
}

.search-box .keyword {
  flex: 1;
  height: 40px;
  line-height: 40px;
  padding: 0 18px;
  color: #d4ab91;
  border: none;
  background: none;
  outline: none;
  box-shadow: none;
  border-radius: 0;
}

.search-box .keyword::placeholder {
  color: #d4ab91;
}

.search-box .input-group-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 40px;
}

.search-box .search-btn {
  padding: 0;
  color: #dd6d55;
  font-size: 14px;
  border: none;
  outline: none !important;
  background: none;
  border-radius: 0;
  box-shadow: none;
}

.search-box .search-btn .iconfont {
  font-size: 20px;
}

.type-box {
  padding: 0 10px;
}

.type-box .item {
  padding: 5px;
}

.type-box .item .btn {
  padding: 0;
  height: 36px;
  line-height: 36px;
  font-weight: bold;
}

.widget-vote-item {
  border-radius: 7px !important;
}

.widget-vote-item .card-default {
  background-color: #fff !important;
  position: relative;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}

.widget-vote-item .card-default .mt-all .count {
  font-size: 12px;
}

.mt-all .title {
  font-weight: bold;
  color: #fff;
  padding-bottom: 5px;
}

.mt-all .sub-title {
  color: #fff;
}

.mt-all input::-webkit-input-placeholder,
.mt-all textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #bbbbbb;
  font-weight: normal;
}

.mt-all input:-moz-placeholder,
.mt-all textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bbbbbb;
  font-weight: normal;
}

.mt-all input::-moz-placeholder,
.mt-all textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bbbbbb;
  font-weight: normal;
}

.mt-all input:-ms-input-placeholder,
.mt-all textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #bbbbbb;
  font-weight: normal;
}

.card-body p.more-title {
  font-size: 15px;
  text-align: center;
  font-weight: bold;
}

.card-body p.more-desc {
  margin-top: 10px;
}

.card-heading {
  color: #fff;
}

.page_index .vote-item-box {
  width: calc(100% - 16px);
  margin: 10px auto 0;
}

.vote-item-box .item {
  padding: 5px;
  margin-bottom: 0px;
}

.vote-item-box .item .card {
  position: relative;
  border: none;
  background: none;
  padding: 5px;
  background: #fffae7;
  border-radius: 6px;
}

.vote-item-box .item .vote-item-index {
  position: absolute;
  left: -5px;
  top: -4px;
  display: inline-flex;
  padding-left: 12px;
  align-items: center;
  width: 74px;
  height: 20px;
  color: #9a2114;
  background: url(../img/vote_index.png) no-repeat;
  background-size: 100% 100%;
  z-index: 10;
}
.vote-item-box .item .vote-item-index .index {
  color: #9a2114;
}

.vote-item-box .item .card-body {
  padding: 0;
  overflow: hidden;
}
.vote-item-body-box {
}

.vote-item-box .item .card-body img,
.vote-item-box .item .card-body iframe {
  width: 100%;
}

.vote-item-box .vote-img-box {
  display: block;
}

.vote-item-box .vote-item-text {
  padding: 12px 8px 5px;
}

.vote-item-box .vote-item-text .title {
  color: #333333;
  font-size: 14px;
  text-align: center;
}

.vote-item-box .vote-item-text .sub-title {
  margin-top: 8px;
  color: #d4ab91;
  font-size: 12px;
}

.vote-item-box .vote-item-text .vote-item-count {
  display: flex;
  align-items: center;
  margin-top: 14px;
}

.vote-item-box .vote-item-text .count-wrapper {
  position: relative;
  width: calc(50% + 15px);
  padding-right: 15px;
  background: #f7e8c9;
  border-radius: 10px 0 0 10px;
  font-size: 12px;
  color: #d4ab91;
}

.vote-item-box .vote-item-text .count-wrapper .count {
  /* color: #EF8282; */
}

.vote-item-box .vote-item-btn {
  flex: 1;
  margin-left: -15px;
  margin-right: -8px;
}

.vote-item-box .vote-item-btn .btn {
  position: relative;
  width: 100%;
  height: 26px;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(90deg, #aa251a, #eb515b);
  border-radius: 13px;
  border: none;
  z-index: 1;
}

.vote-item-box .item img {
  width: 100%;
}

.vote-item-box .active .btn {
  background-color: #fff;
  color: #758697;
}

.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%;
  object-fit: cover;
}

.vote-item-box.aligning .aligning_title {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.vote-item-box.aligning .aligning_sub_title {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.detail-content-box .btn-block {
  width: 90px !important;
  color: #e61920 !important;
  background-color: #ffc813 !important;
  border: 1px solid #fed189;
  margin-bottom: 10px;
  box-shadow: 0px 2px 4px 0px rgba(190, 12, 18, 1);
  font-size: 13px !important;
  margin: 10px auto;
}
.navbar-box {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  background: #dd6d55;
}
.navbar-box.show_search {
  border-radius: 15px 15px 0px 0px;
}

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

.footer-bar-box .item {
  flex: 1;
  padding: 5px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.footer-bar-box .item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #edb2a5;
  font-weight: bold;
}
.footer-bar-box .item a.active {
  color: #fff;
}
.footer-bar-box .item i {
  font-size: 1.2rem;
}

.footer-bar-box .item a p {
  font-weight: bold;
}

.select-bar-box {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 1.1rem;
  z-index: 100;
}

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

/* widget */

.layer-self {
  min-width: 300px;
}

.widget-vercode-box {
  background: #fff;
  border: none;
  text-align: center;
  padding: 10px;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
}
body .skin_vote .layui-layer-content {
  overflow: visible;
}
.dialog_vote {
}
.dialog-box-content {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  border: none;
}
.dialog_vote_content {
}
.dialog_vote_img {
  width: 100%;
}
.dialog_vote_img img {
  width: 100% !important;
  height: auto !important;
}
.dialog_vote_description {
  margin: -15px auto 0;
  padding: 10px;
  width: 80%;
  background: #dd6d55;
  border-radius: 10px;
}
.dialog_vote_result {
  width: 100%;
  padding: 15px 10px;
  background: #fff0cb;
  border-radius: 10px;
}

.dialog_vote_result img {
  width: 120px;
}
.widget-search-box .search-box-input {
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  font-size: 16px;
  background: #f9d19c;
  color: #d26f2d;
  border: none;
}
.widget-search-box .search-box-input::placeholder {
  color: #d26f2d;
}

.widget-search-box .btn,
.widget-vercode-box .btn,
.widget-alert-box .btn {
  margin-top: 30px;
  padding: 0px 26px;
  margin-bottom: 10px;
  height: 32px;
  display: inline-flex;
  align-items: center;
}

.widget-alert-box .btn {
  padding: 5px 30px !important;
}

/*æ¼‚æµ®ç‰©*/

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

.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);
  }
}

@keyframes upFloat {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-2000px) rotate(600deg);
    transform: translateY(-2000px) rotate(600deg);
  }
}

.input-err {
  border: 1px solid #f00;
}

/*æŠ¥å*/

.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;
}

/* èƒŒæ™¯éŸ³ä¹å›¾æ ‡æŒ‰é’® */

.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: 28px;
  height: 28px;
  position: fixed;
  right: 10px;
  top: 18px;
  border: 2px solid #fff !important;
  border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  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);
  }
}

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

.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;
}

/* rank.css */

.rank-list-wrapper {
  position: relative;
}

.rank-list-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  height: calc(100% - 10px);
  background: #fff;
  border-radius: 7px;
  z-index: 0;
}

.rank-list {
  display: flex;
  position: relative;
  z-index: 1;
}

.rank-list2 {
  margin-bottom: 15px;
  margin-top: -15%;
}

.rank-list-item2,
.rank-list-item3 {
  width: 30%;
}

.rank-list-item1 {
  width: 40%;
}

.rank-list-item1 a,
.rank-list-item2 a,
.rank-list-item3 a {
  color: #708294;
}

.rank_img {
  position: relative;
  text-align: center;
}

.rank_img img {
  width: 100%;
}

.rank_top {
  position: relative;
  text-align: center;
  padding: 0 15px;
  margin: 10px 0;
}

.rank_second {
  text-align: center;
  margin: 10px 0;
}

.rank_third {
  text-align: center;
  margin: 10px 0;
}

.rank_top p,
.rank_second p,
.rank_third p {
  margin-bottom: 0;
}

.rank_data .rule-box-wrapper {
  margin-top: -40px;
}
.rank_data .rule-box-wrapper .rule-body {
  padding: 30px 0 15px;
}

.table {
  margin-bottom: 0;
}

.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 {
  background: rgb(235, 209, 158);
  color: #910000;
}

.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: rgba(233, 197, 154, 0.4);
}

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

.table tbody tr td:nth-child(3),
.table thead tr th:nth-child(3) {
  text-align: left;
}

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

.table tbody tr img {
}

.rank_list .table tbody tr {
  display: flex;
  align-items: center;
  margin: 6px auto;
  width: calc(100% - 10px);
  min-height: 60px;
  background: #fffae9;
  border-radius: 8px;
  box-shadow: 0px 8px 35px 0px rgba(217, 184, 152, 0.54);
}

.rank_list .table tbody tr:nth-child(1) {
  background: url(../img/rank_bg1.png) no-repeat;
  background-size: 100% 100%;
}
.rank_list .table tbody tr:nth-child(2) {
  background: url(../img/rank_bg2.png) no-repeat;
  background-size: 100% 100%;
}
.rank_list .table tbody tr:nth-child(3) {
  background: url(../img/rank_bg3.png) no-repeat;
  background-size: 100% 100%;
}

.rank_list .table tbody tr td {
  margin: 0;
  padding: 0;
}

.rank_list .table tbody tr td:nth-child(2) {
  flex: 1;
}

.rank_quinn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  font-size: 20px;
  color: #92291e;
}

.rank_quinn img {
  width: 100%;
}

.rank_quinn .rank_quinn_number {
  color: inherit;
}
.rank_img img {
  width: 100%;
}

.rank_list .table {
  margin-top: 5px;
}

.rank_avater {
  width: 24px;
}

.rank_item {
  position: relative;
  padding: 0 10px;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.rank_item_img .circle {
  border: 2px solid #fff;
  border-radius: 50%;
}

.rank_item_img img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.rank_item_details {
  margin-left: 10px;
  width: 0;
  flex-grow: 1;
}

.rank_list .rank_item_title {
  max-width: 8em;
  font-size: 14px;
  font-weight: bold;
  color: #91291e;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 14px;
}

.rank_list .rank_item_index {
  text-align: left;
  margin-top: 7px;
  font-size: 10px;
  color: #ffa648;
  line-height: 10px;
}

.rank_index {
  padding-right: 20px;
  font-size: 12px;
  color: #91291e;
  font-weight: 500;
}

.rank_index_number {
  font-size: 12px;
  font-weight: 500;
}

.rank_top {
  position: relative;
  text-align: center;
  padding: 0 15px;
  margin: 10px 0;
}

.rank_second {
  text-align: center;
  margin: 10px 0;
}

.rank_third {
  text-align: center;
  margin: 10px 0;
}

.rank_top p,
.rank_second p,
.rank_third p {
  margin-bottom: 0;
}
.animation {
  -webkit-animation: slideIn 0.5s ease-out backwards;
  animation: slideIn 0.5s ease-out backwards;
}

.animate-delay-1 {
  animation-delay: 0.3s;
}

.animate-delay-2 {
  animation-delay: 0.6s;
}

.animate-delay-3 {
  animation-delay: 0.9s;
}

.animate-delay-4 {
  animation-delay: 1.2s;
}

.animate-delay-5 {
  animation-delay: 1.5s;
}

.animate-delay-6 {
  animation-delay: 1.8s;
}

.animate-delay-7 {
  animation-delay: 2.1s;
}

.animate-delay-8 {
  animation-delay: 2.4s;
}

.animate-delay-9 {
  animation-delay: 2.7s;
}

.animate-delay-10 {
  animation-delay: 3s;
}

@keyframes slideIn {
  0% {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    opacity: 0;
  }
}

.footer-box a {
  color: rgba(255, 204, 199, 0.5) !important;
}

.vote-item-comment .comment-item-nickname,
.vote-item-comment .comment-item-time {
  color: #fff;
}

body .skin-customer {
  width: 100% !important;
  background: none;
  box-shadow: none;
}
