* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

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

p {
  padding: 0;
  margin: 0;
}

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

body,
html {
  width: 100%;
  font-size: 15px;
  background: #901e1d;
}

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

.card-body .rule-content-box {
}

.rule-content-box img,
.rule-box .card-body img {
  width: 100%;
}

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

#pjax-box {
  position: relative;
  background: url(../img//bg_img.png) no-repeat;
  background-size: contain;
  background-attachment: fixed;
  max-width: 600px;
}

.card-body a:focus,
.card-body a:hover {
  color: #722c00;
  text-decoration: none;
}

/* é¡¶éƒ¨å›¾ç‰‡æ»šåŠ¨ */

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

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

.list-unstyled {
  width: 100%;
}

.card-content-text .list-unstyled li {
  color: #f9e35f;
  padding: 0;
}

.list-unstyled p {
  margin: 0;
}

.diff-time-box {
  text-align: center;
  background: #ffe0b9;
  color: #722c00;
  padding: 0.25rem 0;
}

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

.main-title {
  color: #f9e35f;
  font-size: 1.3rem;
}

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

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

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

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

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

.card {
  border: none;
  border-radius: 0;
  background: none;
}

.card.shadow {
  padding: 5px;
  color: #920302;
  background: #ffe0b9;
  margin-bottom: 20px;
}

.card .card-bg {
  padding: 5px;
  background: url(../img/bg_01.png) no-repeat;
  background-size: cover;
}

.card .card-bg .card-content {
  position: relative;
  border: 2px solid #ffec7a;
}

.card .card-bg .card-content .border-top-img {
  position: absolute;
  left: -2px;
  top: -2px;
  width: 10px;
  height: 10px;
  background: #e0272d;
  border-bottom: 2px solid #ffec7a;
  border-right: 2px solid #ffec7a;
}

.card .card-bg .card-content .border-right-img {
  position: absolute;
  right: -2px;
  top: -2px;
  background: #e0272d;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #ffec7a;
  border-right: 2px solid #ffec7a;
}

.card .card-bg .card-content .border-bottom-img {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 10px;
  height: 10px;
  background: #e0272d;
  border-bottom: 2px solid #ffec7a;
  border-right: 2px solid #ffec7a;
  transform: rotate(180deg);
}

.card .card-bg .card-content .border-left-img {
  position: absolute;
  bottom: -2px;
  left: -2px;
  background: #e0272d;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #ffec7a;
  border-right: 2px solid #ffec7a;
}

.card .card-content-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 0;
}

.row .apply {
  text-align: center;
  margin: 15px auto;
  padding: 0;
}

.row .apply .apply-href {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 145px;
  height: 45px;
  line-height: 45px;
  border-radius: 22px;
  background: #ffd859;
  color: #722c00;
  font-size: 16px;
  font-weight: bold;
}

.row .apply .apply-href::after {
  content: "";
  display: block;
  position: absolute;
  width: 140px;
  height: 40px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #8c0700;
  border-radius: 20px;
}

.row .apply .apply-href .apply-text {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.row .input-group {
  position: relative;
  width: 100%;
}

.row .input-group .input-lg {
  border-radius: 23px;
  width: 100%;
  height: 46px;
  color: #722c00;
  padding-right: 100px;
  background: #ffe0b9;
  font-size: 14px;
}

.row .input-group .input-lg::-webkit-input-placeholder {
  color: #722c00;
}

.row .input-group .input-group-btn {
  position: absolute;
  right: 5px;
  bottom: 5px;
  white-space: nowrap;
  border-radius: 18px;
  z-index: 5;
}

.row .input-group .input-group-btn button {
  padding: 0 20px;
  height: 36px;
  border-radius: 18px;
  font-size: 14px;
  background: #f0403f;
  color: #f9e35f;
  outline: none;
}

.row .input-group .input-group-btn button::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  height: 30px;
  border-radius: 15px;
  border: 1px solid rgba(249, 227, 95, 0.5);
}

.vote-label-box {
  margin-top: 15px;
}

.bg-style,
.bg-style:hover,
.bg-style:focus {
  background: #f0403f;
  color: #f9e35f !important;
}

.text-style,
.text-style:hover,
.text-style:focus {
  color: #722c00;
  background: #ffe0b9;
}

.btn.text-style,
.btn.text-style:hover,
.btn.text-style:focus {
  color: #722c00;
}

.vote-item-box {
  position: relative;
  margin: 15px auto;
}

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

.vote-item .index-tag {
  position: absolute;
  left: 11px;
  top: 5px;
  text-align: center;
  opacity: 0.7;
  z-index: 5;
  font-size: 12px;
  padding: 2px 8px;
}

.vote-item-box .vote-title-box,
.vote-item-box .vote-sub-title-box {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #722c00;
}

.vote-item .card {
  padding: 5px 5px 0 5px;
  background: #ffe0b9;
}

.vote-item .img-box {
  display: block;
  position: relative;
  border: 1px solid #bf0b09;
}

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

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

.border-top-img {
  position: absolute;
  left: -1px;
  top: -6px;
}

.border-right-img {
  position: absolute;
  right: -3px;
  top: -4px;
  transform: rotate(90deg);
}

.border-bottom-img {
  position: absolute;
  bottom: -6px;
  right: -1px;
  transform: rotate(180deg);
}

.border-left-img {
  position: absolute;
  bottom: -4px;
  left: -3px;
  transform: rotate(270deg);
}

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

.vote-item .t {
  width: 100%;
  text-align: center;
}

.vote-item .t a {
  color: #722c00;
}

.vote-item .btn {
  position: relative;
  font-size: 14px;
  border-radius: 23px;
  padding: 0;
  height: 38px;
  line-height: 38px;
  border: none;
}

.vote-item .btn::after {
  content: "";
  display: block;
  width: 95%;
  height: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 15px;
  border: 1px solid rgba(249, 227, 95, 0.5);
}

.vote-item .vote-item-text {
  color: #722c00;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #f9e35f;
}

.activity-rules {
  position: relative;
  margin-bottom: 15px;
}

.activity-rules img {
  width: 35%;
}

.activity-rules h3 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  color: #ffd859;
  font-weight: bold;
  font-size: 16px;
}

.col-12 .card {
  background: #ffe0b9;
  color: #722c00;
}

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

.vote-item-load-box p {
  color: #f9e35f;
}

.navbar-box {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url(../img/footer.jpg) no-repeat;
  background-size: 100% 100%;
  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 {
  position: relative;
  display: block;
  background: inherit;
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.footer-bar-box .item .btn-all.active {
  background: #f9e35f;
  color: #e01312;
  border-radius: 4px;
}

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

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

.ver-code-box {
  text-align: center;
  display: none;
  width: 95%;
  background: #fff;
}

.ver-code-box input {
  margin-left: 5px;
}

.show-qrcode-box {
  display: none;
  text-align: center;
}

.show-qrcode-box .sqb-h1 {
  color: #f00;
  font-size: 20px;
  margin: 20px 0 0;
}

.show-qrcode-box .sqb-h2 {
  color: #f00;
  font-size: 17px;
  margin: 0 0 20px;
}

.show-qrcode-box img {
  width: 230px;
  height: 230px;
  margin: 20px;
}

.audio-box {
  z-index: 20;
  width: 30px;
  height: 30px;
  position: fixed;
  right: 18px;
  top: 18px;
  display: none;
  /* background: #000; */
  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);
  }
}

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

/* å¤šé€‰æ¡† */

.select-bar-box {
  width: 100%;
  left: 0;
  height: 50px;
  line-height: 50px;
  font-size: 1.1rem;
  z-index: 100;
  box-shadow: 2px 0 13px 2px rgba(0, 0, 0, 0.2);
}

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

.btn-all {
  color: #f9e35f;
}

.btn-all:focus,
.btn-all:hover {
  color: #f9e35f;
}

.btn-all.btn-style {
  background: #f9e35f;
  color: #e01312;
  border-radius: 4px;
}

.footer-box {
  color: #f9e35f;
  font-size: 12px;
}

.card.shadow {
  padding: 5px;
  color: #920302;
  background: #ffe0b9;
}

.card-content {
  position: relative;
  border: 1px solid #bf0b09;
}

.rank-box .card-body {
  padding: 0;
  color: #f9e35f;
}

.card-heading {
  position: relative;
  text-align: center;
  padding: 10px 15px;
}

.card-heading p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-39%, -50%);
  letter-spacing: 13px;
  color: #fff;
}

.table.table-bordered {
  color: #bf0b09;
}

.table thead tr th {
  border: none;
}

.table thead tr th,
.table tbody tr td:nth-child(1),
.table tbody tr td:nth-child(3) {
  text-align: center;
  vertical-align: middle;
  border: none;
}

.table thead tr th:nth-child(2) {
  border: none;
}

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

.table thead tr {
  background: #ffecd4;
}

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

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

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

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

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

/* webuploader.css */

.webuploader-container {
  position: relative;
}

.webuploader-element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.webuploader-pick {
  position: relative;
  display: inline-block;
  cursor: pointer;
  background: #00b7ee;
  padding: 10px 15px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  overflow: hidden;
}

.webuploader-pick-hover {
  background: #00a2d4;
}

.webuploader-pick-disable {
  opacity: 0.6;
  pointer-events: none;
}

.vercode-input input {
  width: 80%;
  color: #990000;
  border-radius: 20px;
  background: #ffeed9;
  border: 1px solid #ce6956;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.vercode-input input:hover,
.vercode-input input:focus {
  color: #990000;
  border: 1px solid #ce6956;
}

.vercode-input input::-webkit-input-placeholder {
  color: #990000;
}

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

/* @media only screen and (device-width: 375px) and (device-height:812px) and (-webkit-device-pixel-ratio:3) {
    .footer-bar-box {
        padding-bottom: 20px;
    }
    .select-bar-box {
        bottom: 70px;
    }
} */

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