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

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

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

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

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

p {
  padding: 0;
  margin: 0;
}

.title-index {
  color: #333;
  font-weight: bold;
}

.rule-box-title {
  padding: 6px 15px;
  font-size: 16px;
  font-weight: bold;
}

.title-text {
  font-size: 24px;
  font-weight: bold;
}

.card {
  border: none;
  margin-bottom: 0;
}

body,
html {
  font-family: Microsoft YaHei, "微软雅黑", PingFang SC, Arial;
  width: 100%;
  font-size: 13px;
  background: #f0f2f5;
}

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

.container-fluid {
  max-width: 600px;
  min-height: 100vh;
  overflow: hidden;
  color: #758697;
}

.marquee-box {
  line-height: 35px;
  height: 35px;
  background: #303133;
}

.marquee-box .marquee {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 35px;
  z-index: 101;
}

.vote_img_box {
  position: relative;
  width: 100%;
  max-width: 100% !important;
}

.vote_img_box img {
  width: 100%;
}

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

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

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

.mt-all {
  padding: 10px 0;
}

.text-rule-box img,
.text-rule-box iframe {
  width: 100%;
}

.stat-box .number {
  font-weight: bold;
}

.rule-box p {
  line-height: 2rem;
}

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

.card.shadow {
  background: #fff;
  border: none;
  box-shadow: 2px 10px 15px rgba(0, 0, 0, 0.1);
}

.card-body {
  color: #666;
}

.border-bg {
  position: relative;
}

.border-bg::after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}

.card-body img {
  width: 100%;
}

.search-bg .input-group input[type="text"] {
  height: 40px;
  border-radius: 0;
}

.search-bg .input-group-btn button {
  height: 40px;
  width: 80px;
  border-radius: 0;
}

.activity-content {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 82px;
  background: #efedeb;
}

.activity-content .fa {
  font-size: 26px;
}

.activity {
  display: block;
}

.activity .activity-text {
  font-size: 12px;
  padding: 2px 0;
}

.activity-time {
  padding: 15px 0;
  background: #f7f7f7;
  color: #666;
  height: 82px;
}

.activity-time .card-footer {
  background: none;
  border: none;
  padding: 5px 0;
}

.activity-sign {
  margin-top: 15px;
  margin-bottom: 15px;
}

.activity-sign .btn-block {
  padding: 0;
  font-size: 15px;
  margin: auto;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  box-shadow: 2px 10px 15px rgba(0, 0, 0, 0.1);
}

.type-box .item {
  font-size: 15px;
  margin: 5px 0;
}

.type-box .item a {
  border-radius: 35px;
  padding: 6px 0;
}

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

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

.vote-item-box .vote-item .card {
  background: none;
}

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

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

.vote-item-box .vote-item .img-box img {
  border-radius: 50%;
}

.vote-item-box .vote-item .img-box.custom_square img{
  border-radius: 0;
}

.vote-item-box .vote-item .player .btn-block {
  border-radius: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.vote-item-box .item {
  padding: 5px;
  overflow: hidden;
}

.widget-vote-item .card {
  position: relative;
  border: none;
  margin-bottom: 20px;
  box-shadow: none;
}

.widget-vote-item .card .card-heading {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  padding: 0;
  border: none;
}

.widget-vote-item .card .card-body {
  padding: 0;
}

.widget-vote-item .card .card-body .mt-all .title {
  font-size: 14px;
  color: #333;
}

.widget-vote-item .card .card-body .mt-all .count {
  margin-top: 9px;
  font-size: 12px;
  color: #999;
}

.widget-vote-item .card .card-body .mt-all .btn {
  margin: 15px 0;
  padding: 5px 15px;
  border: none;
}

.vote-item-load-box {
  /* color: #fff; */
}

.navbar-box {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
  background: #fff;
}

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

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

.footer-box {
  font-size: 14px;
}

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

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

.rank-box .card-body .table img {
  /* width: 1.5em; */
}

.table tbody tr:nth-child(1) td,
.table tbody tr:nth-child(2) td,
.table tbody tr:nth-child(3) td {
  line-height: 2em;
}

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

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

.rank-box .table {
  border: none;
  margin-bottom: 0;
}

.rank-box .table thead tr {
  background: #fff;
}

.rank-box .table thead tr th {
  border: none;
}

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

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

.rank-box .table tbody tr td {
  border: none;
}

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

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

/* 搜索框

#layui.active {
    display: flex;
}

#layui {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2018;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
}

#layui .card.shadow {
    width: 70%;
}

#layui .card.shadow .card-content {
    padding: 20px 0;
}

#layui .layui-layer-content {
    position: relative;
    padding: 20px 0;
    text-align: center;
    font-size: 15px;
}

#layui .layui-layer-content .layui-input-bg {
    position: relative;
    width: 80%;
    margin: auto;
}

#layui .layui-layer-input {
    border: none;
    outline: none;
}

#layui .layui-layer-content .layui-layer-input {
    width: 7em;
}

#layui .layui-layer-content .layui-line {
    width: 80%;
    height: 2px;
    margin: auto;
}

#layui .layui-layer-img {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 80%;
    margin: auto;
}

#layui .layui-layer-img .btn {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    border-radius: 23px;
    padding: 0;
    height: 38px;
    line-height: 38px;
    border: none;
}

#layui .layui-layer-img .ensure {
    margin-right: 15px;
}

#layui .layui-layer-img .close_btn {
    border: 1px solid;
    margin-left: 15px;
} */

/*音乐图标*/

.widget-audio-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  position: fixed;
  right: 18px;
  top: 18px;
  border: 2px solid #fff !important;
  border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  font-size: 15px;
  cursor: pointer;
  z-index: 102;
}

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

/* widget */

/* #widget-box {
    display: none;
} */

/* .layer-self {
    width: 240px;
    border: 5px solid #ccc;
} */

/* .widget-search-box,
.widget-vercode-box,
.widget-alert-box {
    width: 100%;
    background: #fff;
    border: none;
    text-align: center;
    padding: 10px;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}

.widget-search-box .btn,
.widget-vercode-box .btn,
.widget-alert-box .btn {
    margin-top: 30px;
    padding: 5px 26px;
    margin-bottom: 10px;
    border-radius: 30px;
} */

/*漂浮物*/

/* .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 .alert-box-qrcode {
  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;
}

.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;
}
.sub-title {
  margin: 10px 0;
}
.detail-content-text {
  line-height: 2;
}

.custom_page_box{
  padding:0 30px;
}