* {
  box-sizing: border-box;
}

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

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

p {
  padding: 0;
  margin: 0;
}

a {
  color: #944941;
}

.title-index {
  color: #f3d1a7;
  font-size: 16px;
}

.text-style {
  color: #944941;
}

.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: #ff6940;
}

.color {
  color: #ff6940;
}

.bg-number-1 {
  background-color: rgba(51, 121, 215, 0.4);
}

.bg-box-1 {
  background-color: rgba(51, 121, 215, 0.1);
}

.btn-type-1,
.btn-type-1:hover,
.btn-type-1:focus {
  color: #f01e30;
  background: url(../img/btn_1.png) no-repeat;
  background-size: 100% 100%;
  border: none;
}

.bg-style-1,
.bg-style-1:hover,
.bg-style-1:focus {
  color: #f3d2a9;
  background: #c1151b;
  border: none;
}

.bg-style-2,
.bg-style-2:hover,
.bg-style-2:focus {
  color: #c1151b;
  background: #f3d2a9;
  border: none;
}

.bg-style-classify,
.bg-style-classify:hover,
.bg-style-classify:focus {
  color: #f3d1a7;
  background: url(../img/btn_3.png) no-repeat;
  background-size: 100% 100%;
  border: none;
}

.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: #f3d1a7;
}

.rule-box-title {
  position: relative;
  font-size: 16px;
  text-align: center;
  color: #b6142b;
  font-weight: 900;
  margin-bottom: 15px;
}

.rule-box-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 10px;
  background: url(../img/title_bg.png) no-repeat;
  background-size: 100% 100%;
}

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

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

.stat-box {
  font-size: 0.9em;
  background: url(../img/data_bg.png) no-repeat;
  background-size: 100% 100%;
}

.stat-content {
  padding: 0;
}

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

.stat-content .stat-content-number {
  width: 32%;
  border-radius: 8px;
  padding: 10px 0;
  text-align: center;
  margin: 0 2px;
}

.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 {
  margin-top: 10px;
  font-size: 14px;
  color: #c73032;
}

.stat-content .state-content-text {
  display: inline-block;
  margin-top: 4px;
  padding: 3px 9px;
  min-width: 6em;
  color: #f3d2aa;
  background: #b6142b;
  font-size: 11px;
  font-weight: 400;
  border-radius: 2px;
}

.diff-time-box {
  padding: 3px 20px 11px;
  background: none;
  border: none;
}

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

.diff-time-box .time-color {
  color: #d71732;
  font-size: 12px;
  font-weight: bold;
}

.sign-btn,
.sign-btn:hover,
.sign-btn:focus,
.sign-btn:active,
.sign-btn.active.focus,
.sign-btn.active:focus,
.sign-btn.focus,
.sign-btn:active.focus,
.sign-btn:active:focus,
.detail-btn,
.detail-btn:hover,
.detail-btn:focus,
.detail-btn:active,
.detail-btn.active.focus,
.detail-btn.active:focus,
.detail-btn.focus,
.detail-btnn:active.focus,
.detail-btn:active:focus {
  width: 150px;
  height: 50px;
  line-height: 45px;
  padding: 0;
  margin: 0 auto;
  color: #f3d1a7;
  font-size: 14px;
  font-weight: bold;
  background: url(../img/btn_2.png) no-repeat;
  background-size: 100% 100%;
  border: none;
  box-shadow: none;
  outline: none;
}

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

.rule-box {
  font-size: 0.9rem;
}

.rule-box-wrapper {
  border-left: 2px solid #360c00;
  border-right: 2px solid #360c00;
  border-radius: 0;
  margin-top: -9%;
  margin-bottom: 0;
  background: none;
  box-shadow: none;
}

.rule-box-wrapper .rule-body {
  background: linear-gradient(0deg,
      rgba(245, 209, 164, 1),
      rgba(242, 221, 195, 1));
}

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

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

.rule-box .rule-content-box {}

.rule-box .rule-content-box.active {
  display: block;
}

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

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

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

.detail-box .card-body {
  padding: 15px;
}

.detail-box_number {
  margin: 0 auto;
  width: 100px;
  height: 18px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.detail-box_line {
  padding: 0;
}

.detail-box .detail-title {
  font-size: 14px;
  color: #2d2d2d;
  font-weight: 400;
}

.detail-box .detail-sub-title {
  font-size: 12px;
  color: #2d2d2d;
}

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

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

.detail-box .detail-content-box video {
  max-width: 100%;
}

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

.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 {
  background: url(../img/search_bg.png) no-repeat;
  background-size: 100% 100%;
}

.search-box .input-group {
  position: relative;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
}

.search-box .keyword {
  flex: 1;
  height: 20px;
  line-height: 20px;
  padding: 15px 16px;
  color: #f3d1a7;
  border: none;
  background: none;
  outline: none;
  box-shadow: none;
  border-radius: 0;
}

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

.search-box .input-group-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25.5%;
  height: 50px;
  z-index: 10;
}

.search-box .search-btn {
  padding: 0;
  color: #b6142b;
  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: 0;
}

.type-box .item .btn {
  padding: 0;
  height: 50px;
  line-height: 50px;
}

.vote-item-box {
  margin-top: 10px !important;
}

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

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

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

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

.vote-item-box .item .card-body {
  padding: 0px;
  border-radius: 4px;
  border: 2px solid rgba(213, 175, 127, 1);
  overflow: hidden;
}

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

.vote-item-box .item .card-heading {
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
  padding: 0 12px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: url(../img/bg1.png) no-repeat;
  background-size: 100% 100%;
  color: #f3d1a7;
  font-size: 12px;
  border: none;
  border-radius: 0;
  overflow: hidden;
  z-index: 1;
}

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

.vote-item-box .vote-item-text {
  background: #f3d2a9;
  padding: 10px 8px;
}

.vote-item-box .vote-item-text .title {
  color: #2d2d2d;
  padding-bottom: 5px;
}

.vote-item-box .vote-item-text .sub-title {
  color: #2d2d2d;
}

.vote-item-box .vote-item-text .vote-item-count {
  margin-top: 10px;
}

.vote-item-box .vote-item-text .count-wrapper {
  font-size: 12px;
  color: #b6142b;
}

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

.vote-item-box .vote-item-text .vote-item-btn {
  height: 30px;
  position: relative;
  z-index: 1;
}

.vote-item-box .vote-item-text .vote-item-btn .btn {
  padding: 0 26px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 400;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
}

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

.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;
  box-shadow: 0px 0px 16px 0px rgba(85, 8, 10, 0.49);
  background-color: #c1151b;
}

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

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

.footer-bar-box .item a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.footer-bar-box .item i {
  font-size: 1.2rem;
}

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

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

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

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

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

.widget-alert-box img {
  width: 200px;
  height: 200px;
}

/*æŠ¥å*/

.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: 30px;
    height: 30px;
    position: fixed;
    right: 18px;
    top: 18px;
    border: 2px solid #fff !important;
    border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    text-align: center;
    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-body {
  /* padding: 0; */
}

.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: #ebc9a0;
  color: #b6142b;
}

.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: #ebc9a0;
}

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: #944941;
}

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

.footer-box a {
  color: #f3d1a7 !important;
}

.vote-item-comment-list-box .comment-item-nickname,
.vote-item-comment-list-box .comment-item-time {
  color: #944941 !important;
}

.vote_item_icon {
  color: #cc3300;
}

.vote_item_icon .iconfont {
  color: #cc3300;
}

.not-user-select {
  user-select: none;
  -webkit-user-select: none;
}

.not-user-select img {
  pointer-events: none;
  -webkit-pointer-events: none;
  -ms-pointer-events: none;
  -moz-pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* 
*{
  -webkit-touch-callout: none;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
} */

.type-sticky {
  position: sticky;
  left: 0;
  top: 20px;
  z-index: 10;
}

.type-fixed {
  position: fixed;
  left: 0;
  top: 20px;
  z-index: 10;
}

.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}