* {
  box-sizing: border-box;
}
@font-face {
  /* font-properties */
  font-family: pictos;
  src: url("./BebasNeue-Regular.woff"), url("./BebasNeue-Regular.ttf"),
    url("./BebasNeue-Regular.eot");
  /* IE9 */
}

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

body {
  background: #f4f4f4;
}

.text-style-1,
.text-style-1:hover,
.text-style-1:focus,
.vote-item-box .item .card-heading.text-style-1 {
  color: #ff5a71;
}

input.text-style-1::-webkit-input-placeholder {
  color: #ff5a71;
}

input.text-style-1:-moz-placeholder {
  color: #ff5a71;
}

input.text-style-1::-moz-placeholder {
  color: #ff5a71;
}

input.text-style-1:-ms-input-placeholder {
  color: #ff5a71;
}

.bg-box-1,
.bg-box-1:hover,
.bg-box-1:focus {
  background: #ffebee;
}

.bg-style-1,
.bg-style-1:hover,
.bg-style-1:focus {
  color: #fff;
  background: #ff5a71;
  border: none;
}
.bg-style-2,
.bg-style-2:hover,
.bg-style-2:focus {
  color: #fff;
  background: #55d5c2;
  border: none;
}

.bg-style-1-o,
.bg-style-1-o:hover,
.bg-style-1-o:focus {
  color: #ff5a71;
  background: #fff;
  border: 1px solid;
}

.bg-style-classify {
  color: #c5adac;
}

.bg-style,
.bg-style:hover,
.bg-style:focus {
  position: relative;
  color: #333;
  font-size: 14px;
  font-weight: bold;
}

.bg-style::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 14px;
  height: 3px;
  background: #ff5a71;
}

.border-bg {
  border-radius: 10px 0 10px 0;
}
.page {
  min-height: 100vh;
  background: url(../img/page_bg.png) no-repeat;
  background-size: 100% 100%;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

p {
  padding: 0;
  margin: 0;
}

a {
  color: #888f97;
}

.rule_text {
  color: #aaa;
}

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

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

.container-fluid {
  max-width: 600px;
  overflow: hidden;
  color: #888f97;
}

.main-title {
  font-size: 1.3rem;
  position: relative;
  padding: 10px 0;
}

.main-title p {
  position: relative;
  z-index: 1;
  font-weight: bold;
  color: #333;
}

.rule-box-title {
  display: flex;
  align-items: center;
  width: 110px;
  margin: 0 auto;
  padding-top: 20px;
}
.rule-box-title img {
  width: 100%;
}
.diff-time-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  color: #aaa;
  background: #fff;
  border: none;
  padding: 0 15px;
  height: 30px;
  border-radius: 10px 0px 10px 0px;
}

.diff_text {
  flex: 1;
  color: #aaa;
  font-size: 12px;
}

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

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

.card {
  margin-bottom: 10px;
}

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

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

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

.title-box {
}

.stat-box {
  position: relative;
  z-index: 10;
  font-size: 0.9em;
}

.stat-box .card {
  border: none;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.1);
}

.stat-box .stat-content {
  position: relative;
  padding: 0;
}

.stat-box .stat-content::after {
  content: "";
  position: absolute;
  left: -15px;
  top: 0;
  width: 15px;
  height: 76px;
}
.stat-content-container {
  display: flex;
}
.stat-content-number {
  flex: 1;
  margin: 5px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 85px;
  font-family: pictos;
}
.stat-content-number1 {
  background: url(../img/data1.png) no-repeat;
  background-size: 100% 100%;
}
.stat-content-number2 {
  background: url(../img/data2.png) no-repeat;
  background-size: 100% 100%;
}
.stat-content-number3 {
  background: url(../img/data3.png) no-repeat;
  background-size: 100% 100%;
}
.stat-content-number .number {
  color: #fefefe;
  font-size: 20px;
}
.stat-content-number1 .state-content-text {
  color: #cffff8;
}
.stat-content-number2 .state-content-text {
  color: #ffcfd5;
}
.stat-content-number3 .state-content-text {
  color: #ffefd9;
}

.stat-box .stat-content .state-content-text {
  margin-top: 5px;
  font-size: 12px;
}

.sign-btn-box .sign-btn {
  width: 110px;
  height: 40px;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  line-height: 40px;
  padding: 0;
  margin: 0 auto;
  background: url(../img/sign_bg.png) no-repeat;
  background-size: 100% 100%;
}

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

.rule-box .card {
  border: none;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.1);
}

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

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

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

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

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

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

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

.detail_item_avater {
  padding: 10px 0;
}

.detail_item_avater img {
  width: 100%;
  border-radius: 7px;
  box-shadow: 0px 25px 50px 0px rgba(89, 7, 11, 0.18);
}

.detail_item {
  display: flex;
  align-items: center;
  padding: 10px 0;
  text-decoration: none;
  border-bottom: 1px solid #ebedf0;
}

.detail_item_img {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #848e99;
}
.detail_item_img .iconfont {
  font-size: 50px;
  color: #fadee1;
}
.detail_item_img .detail_img_number {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #f06d74;
}

.detail_item_details {
  margin: 0 10px;
  flex: 1;
}

.detail_item_title {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

.detail_item_index {
  text-align: left;
  margin-top: 9px;
  font-size: 12px;
  color: #aaa;
}

.detail_item_number {
  font-size: 12px;
  color: #aaa;
  text-align: center;
}

.detail_number_index {
  display: block;
  padding: 7px 15px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 7px;
}

.detail_vote {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 15px;
  z-index: 12;
}

.detail_vote_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40px;
  background: #333;
  border-radius: 10px 0 10px 0;
  overflow: hidden;
}

.vote_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  font-size: 10px;
  color: #999;
}

.vote_btn:hover,
.vote_btn:focus {
  color: #999;
  text-decoration: none;
}

.vote_btn .iconfont {
  margin-right: 3px;
  font-size: 12px;
  color: #fff;
}

.vote_btn_1 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  width: 100px;
  height: 40px;
  border-radius: 0;
  background: #f06d74;
  color: #fff;
  border: none;
}

.detail-box .detail-title {
  font-size: 14px;
  color: #ba2a1e;
  font-weight: bold;
}

.detail-box .detail-sub-title {
  margin-top: 10px;
  font-size: 12px;
}

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

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

.detail-box p {
  /* line-height: 2rem; */
}

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

.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 {
  margin-top: 5px;
  color: #333;
  font-size: 12px;
  font-weight: 400;
}
.search-box {
  padding: 5px 0;
  background-color: #ffcbc6;
}
.search-box .input-group {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  background: rgba(255, 255, 255, 1);
  overflow: hidden;
  border: none;
  border-radius: 20px 0px 20px 0px;
}

.search-box .keyword {
  flex: 1;
  height: 40px;
  line-height: 40px;
  outline: none;
  box-shadow: none;
  border: none;
}

.search-box .search-btn {
  position: relative;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  outline: none !important;
  border-radius: 0 !important;
}

.search-box .search-btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: -5px;
  width: 25px;
  height: 17px;
}

.type-box {
  padding: 0 10px;
  display: flex;
  align-items: center;
  overflow-x: auto;
}

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

.type-box .item .btn {
  font-size: 12px;
  outline: none;
  box-shadow: none;
}

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

.widget-vote-item {
  border-radius: 4px !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 {
  color: #fff;
  font-size: 12px;
  margin-bottom: 15px;
}

.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: none;
  box-shadow: none;
}

.vote-item-box .item .card-body {
  padding: 0px;
  background: #fff;
  overflow: hidden;
  border-radius: 10px 0px 10px 0px;
}

.vote-item-box .item .card-body img,
.vote-item-box .item .card-body iframe {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.vote-item-box .item .card-heading {
  position: absolute;
  left: 10px;
  top: 0;
  min-width: 60px;
  height: 20px;
  line-height: 20px;
  padding: 0;
  border: none;
  border-radius: 0 0 10px 10px;
  font-size: 12px;
  text-align: center;
  z-index: 5;
}

.vote-item-box .vote-img-box {
  display: block;
  margin: 25px auto 15px;
  width: 90px;
  height: 90px;
  border-radius: 90px;
  background: linear-gradient(
    45deg,
    rgba(255, 90, 113, 1),
    rgba(255, 157, 150, 1)
  );
  padding: 3px;
}

.vote-item-box .vote-item-text {
  padding: 0 10px;
}

.vote-item-box .vote-item-text .vote_item_index {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vote-item-box .vote-item-text .title {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  color: #333;
  text-align: center;
}

.vote-item-box .vote-item-text .sub-title {
  color: #999;
  padding-bottom: 5px;
  font-size: 12px;
}

.vote-item-box .vote-item-text .vote-item-count {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 10px 0 10px 0;
}

.vote-item-box .vote-item-text .count-wrapper {
  flex: 1;
  font-size: 12px;
  text-align: center;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

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

.vote-item-box .vote-item-text .vote-item-btn {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vote-item-box .vote-item-text .vote-item-btn .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 100%;
  font-size: 12px;
  color: #fff;
  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;
  background-color: #fff;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
}

.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: #bbb;
  font-size: 14px;
}

.footer-bar-box .item.active a {
  color: #333;
  font-weight: bold;
}

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

.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;
  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_banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 150px;
}
.rank_banner img {
  width: 100%;
}
.rank_text h3 {
  margin: 0;
  font-size: 27px;
  color: #fff;
}

.rank_text p {
  margin-top: 10px;
  font-size: 10px;
  color: 10px;
}

.rank_img {
  width: 100px;
}

.rank_img img {
  width: 100%;
}

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

.rank_avater {
  width: 24px;
}

.rank_item {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-decoration: none;
}

.rank_item_img {
}

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

.rank_item_details {
}

.rank_item_title {
  width: 10em;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.rank_item_index {
  text-align: left;
  margin-top: 9px;
  font-size: 12px;
  color: #aaa;
}

.rank_index {
  font-size: 12px;
  color: #aaa;
}

.rank_index_number {
  font-size: 20px;
}

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

.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border: none;
}

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

.rank_list .table tbody tr {
  background: #fff;
  margin-bottom: 10px;
  display: table;
  width: 100%;
  border-radius: 7px;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.1);
}

.rank_list .table tbody tr td {
  padding: 15px 4px;
}

.rank_list .table tbody tr td:nth-child(1) {
  min-width: 40px;
  font-size: 20px;
  color: #000;
}

.rank_quinn {
  position: relative;
}
.rank_quinn .iconfont {
  font-size: 32px;
  color: #fadee1;
}
.rank_quinn .rank_quinn_number {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #f06d74;
}

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