* {
  box-sizing: border-box;
}

body,
html {
  width: 100%;
  font-size: 14px;
  background: #1c4a57 !important;
}

.title-style,
.title-index {
  color: #fff;
}

.text-style {
  color: #91b5be;
}

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

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

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

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

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

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

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

.bg-style-classify,
.bg-style-classify:focus,
.bg-style-classify:hover {
  border: 1px solid #597a83;
  background: none;
  color: #91b5be;
}

.bg-border {
  width: 100%;
  height: 3px;
  background: #edbe1e;
}

.border-bg {
  position: relative;
  background: url(../img/bg-img2.png?v=0.1) no-repeat;
  background-size: 100% 100%;
  margin: 13px 0;
}

.border-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: -13px;
  width: 100%;
  height: 11px;
  background: url(../img/bg-img7.png?v=0.1) no-repeat;
  background-size: 100% 100%;
}

.border-bg::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -13px;
  width: 100%;
  height: 11px;
  background: url(../img/bg-img7.png?v=0.1) no-repeat;
  background-size: 100% 100%;
}

.padding {
  padding: 0;
}

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

p {
  padding: 0;
  margin: 0;
}

a {
  color: #888f97;
}

.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;
  font-family: "Microsoft YaHei", serif !important;
  color: #888f97;
}

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

.main-title p {
  position: relative;
  z-index: 1;
  font-weight: bold;
  margin-bottom: 0;
}

.rank-box-title {
  position: relative;
  color: #1c4a57;
  font-weight: bold;
  font-size: 15px;
  margin: 0 auto;
  width: 108px;
  height: 44px;
  line-height: 54px;
  text-align: center;
  background: url(../img/bg-rank.png) no-repeat;
  background-size: 100% 100%;
}

.rule-box-title {
  position: relative;
  color: #fff;
  font-size: 15px;
  margin: 0 auto;
  width: 108px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: url(../img/bg-img3.png?v=0.1) no-repeat;
  background-size: 100% 100%;
}

.rule-box-title i {
  margin-right: 5px;
}

.diff-time-box,
.comment-foot-box {
  color: #1c4a57;
  border: none;
  padding: 0;
  margin: 10px;
  background: url(../img/bg-img4.png?v=0.1) no-repeat;
  background-size: 100% 100%;
}

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

.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 {
  font-size: 0.9em;
}

.stat-box .number {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.stat-box .stat-content {
  position: relative;
  padding: 3px;
  margin: 10px 0;
}

.stat-box .stat-content .state-content-text {
  margin-top: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.stat-content-vote {
  position: absolute;
  left: 12%;
  top: 1px;
  padding: 3px;
}

.stat-content-access {
  position: absolute;
  left: 55%;
  top: 1px;
  padding: 3px;
}

.sign-btn-box .sign-btn {
  width: 110px;
  height: 38px;
  font-size: 14px;
  border-radius: 4px;
  background: url(../img/bg-img1.png?v=0.1) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-weight: bold;
  line-height: 34px;
  padding: 0;
  margin: 0 auto;
}

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

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

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

.rule-content {
  position: relative;
  padding: 15px 20px;
}

/* .rule-box .rule-content-box {
    display: none;
}

.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-foot img {
  width: 104px;
  margin: 10px auto;
}

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

.detail-box .detail-title {
  font-size: 14px;
  color: #fff;
}

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

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

.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 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 {
  margin-top: 5px;
  color: #333;
  font-size: 12px;
  font-weight: 400;
}

.search-box .input-group {
  width: 100%;
  background: url(../img/bg-img6.png?v=0.1) no-repeat;
  background-size: 100% 100%;
  padding: 4px;
}

.search-box .keyword {
  height: 34px;
  line-height: 34px;
  outline: none;
  box-shadow: none;
  border-radius: 2px;
  border: none;
  color: #fff;
  background: #1c4a57;
}

.search-box .search-btn {
  position: relative;
  height: 34px;
  padding: 0 20px;
  line-height: 34px;
  border: none;
  outline: none;
  background: none;
  border-radius: 0;
  font-size: 15px;
  color: #1c4a57;
  font-weight: bold;
}

.search-box .search-btn .iconfont {
  font-weight: normal;
}

.search-box .search-btn img {
  width: 16px;
}

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

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

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

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

.vote-item-box .item .card-body {
  padding: 0px;
  border-radius: 0;
  border: 1px solid #577882;
}

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

.vote-item-box .item .card-heading {
  min-width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  padding: 0 5px;
  color: #1c4a57;
  border: none;
  border-radius: 0;
  font-size: 12px;
  background: url(../img/bg-img5.png?v=0.1) no-repeat;
  background-size: 100% 100%;
}

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

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

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

.vote-item-box .vote-item-text .sub-title {
  color: #91b5be;
}

.vote-item-box .vote-item-text .vote-item-count {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0 4px;
  background: #ece792;
  height: 30px;
  border-radius: 2px;
}

.vote-item-box .vote-item-text .count-wrapper {
  position: relative;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  width: 50%;
  color: #1c4a57;
}

.vote-item-box .vote-item-text .count-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  background: #1c4a57;
}

.vote-item-box .vote-item-text .count-wrapper .count {
  color: #e05f59;
}

.vote-item-box .vote-item-text .vote-item-btn {
  position: relative;
  z-index: 1;
  width: 50%;
}

.vote-item-box .vote-item-text .vote-item-btn .btn {
  width: 100%;
  height: 30px;
  font-size: 12px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 0;
  color: #1c4a57;
}

.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: 1px 1px 15px rgba(0, 0, 0, 0.1);
  background: url(../img/bg-img6.png?v=0.1) no-repeat;
  background-size: 100% 100%;
}

.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 {
  width: 46px;
  height: 46px;
  color: #1c4a57;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
}

.footer-bar-box .item a.active {
  color: #ece792;
  background: #1c4a57;
}

.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 */

#widget-box {
  display: none;
}

.layer-self {
  width: 300px;
  border: 5px solid #ccc;
}

.widget-search-box,
.widget-vercode-box,
.widget-alert-box {
  /* 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: 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;
}

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

.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 {
  text-align: center;
  vertical-align: middle;
  border: none;
  color: #91b5be;
}

.table tbody tr a {
  color: #91b5be;
}

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

.table thead tr {
  color: #fff;
  background: rgba(130, 159, 166, 0.24);
}

.table tbody tr:nth-child(2n) {
  background: rgba(130, 159, 166, 0.24);
}

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

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