* {
  box-sizing: border-box;
}

body,
html {
  width: 100%;
  font-size: 14px;
  background: url(../img/bg_img.png) repeat;
}

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

p {
  padding: 0;
  margin: 0;
}

a {
  color: #758697;
}

.title-index {
  color: #ff8c49;
}

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

.text-style-1 {
  color: #ff8c49;
}

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

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

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

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

.title_bg {
  color: #fff;
  background: #ff8c49;
  border: none;
}

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

.bg-style-2,
.bg-style-2:hover,
.bg-style-2:focus {
  color: #fff;
  background: #669eff;
  border: none;
}

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

.bg-style-o,
.bg-style-o:hover,
.bg-style-o:focus {
  color: #ff8c49;
}

.border_bg {
  position: relative;
  margin-top: 24px;
  box-shadow: 0px 4px 0px 0px rgba(242, 210, 170, 1);
  border: none;
  border-radius: 7px;
}

.border_bg::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -24px;
  transform: translateX(-50%);
  width: 74px;
  height: 24px;
  background: url(../img/title_img2.png) no-repeat;
  background-size: cover;
}

.border_bg.color_blue::after {
  background: url(../img/title_img1.png) no-repeat;
  background-size: cover;
}

.border_bg .card-body {
  overflow: hidden;
}

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

.container-fluid {
  max-width: 600px;
  overflow: hidden;
  font-family: "Microsoft YaHei", serif !important;
  color: #758697;
}

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

.main-title p {
  font-weight: bold;
  font-size: 17px;
}

.rule-box-title {
  font-size: 15px;
  font-weight: bold;
  height: 30px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  line-height: 30px;
}

.rule-box .rule-box-title {
  line-height: 30px;
}

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

.empty-info {
  padding: 20px 0;
  border: 1px solid #bbb;
  border-radius: 7px;
}

.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 {
  padding: 0 10px;
}

.stat-box {
  font-size: 0.9em;
}

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

.stat-box .stat-content {
  background: #fff;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.stat-box .stat-content .state-content-text {
  font-size: 12px;
  font-weight: 400;
  height: 25px;
  line-height: 25px;
  color: #fff;
  border-radius: 4px;
  width: 6em;
  margin: 5px auto 0;
}

.state-content-color_1 {
  background: #ff8c49;
}

.state-content-color_2 {
  background: #669eff;
}

.state-content-color_3 {
  background: #ffe048;
}

.state-content-color_4 {
  background: #65fbc4;
}

.diff-time-box {
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  padding: 4px 0;
  background: #669eff;
}

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

.diff-time-box .time-color {
  color: #ffe048;
  font-weight: bold;
}

.sign-btn,
.detail-btn {
  width: 100px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  background: #ff8c49;
}

.sign-btn span,
.detail-btn span {
  display: block;
  border: 1px dashed #fff;
  width: 100%;
  height: 100%;
  line-height: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

.search-box .input-group {
  width: 100%;
}

.search-box .keyword {
  flex: 1;
  height: 40px;
  line-height: 40px;
  border: none;
  outline: none;
  box-shadow: none;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.search-box .search-btn {
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  outline: none;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

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

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

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

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

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

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

.vote-item-box .item .card-heading {
  padding: 0;
  color: #fff;
  border: none;
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  background: #669eff;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.vote-item-box .vote-img-box {
  display: block;
  padding: 5px;
  background: #fff;
}

.vote-item-box .vote-item-text {
  background: #fff;
  padding-top: 5px;
}

.vote-item-box .vote-item-text .title {
  display: block;
  color: #000;
  padding: 0 5px 5px;
  font-size: 16px;
}

.vote-item-box .vote-item-text .sub-title {
  display: block;
  color: #878f98;
  padding: 0 5px 5px;
  font-size: 16px;
}

.vote-item-box .vote-item-text .vote-item-count {
  /* display: flex;
    align-items: center;
    margin-top: 10px; */
}

.vote-item-box .vote-item-text .count-wrapper {
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #878f98;
}

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

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

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

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

.vote-item-box .active .btn {
  background-color: #fff;
  color: #758697;
}

.vote-item-box .item.col-12:nth-child(2n) .border_bg::after,
.vote-item-box .item.col-4:nth-child(2n) .border_bg::after {
  background: url(../img/title_img2.png) no-repeat;
  background-size: cover;
}

.vote-item-box .item.col-12:nth-child(2n + 1) .border_bg::after,
.vote-item-box .item.col-4:nth-child(2n + 1) .border_bg::after {
  background: url(../img/title_img1.png) no-repeat;
  background-size: cover;
}

.vote-item-box .item.col-12:nth-child(2n) .card-heading,
.vote-item-box .item.col-4:nth-child(2n) .card-heading {
  background: #ff8c49;
}

.vote-item-box .item.col-12:nth-child(2n + 1) .card-heading,
.vote-item-box .item.col-4:nth-child(2n + 1) .card-heading {
  background: #669eff;
}

.vote-item-box .item.col-12:nth-child(2n) .vote-item-btn .btn,
.vote-item-box .item.col-4:nth-child(2n) .vote-item-btn .btn {
  background: #ff8c49;
}

.vote-item-box .item.col-12:nth-child(2n + 1) .vote-item-btn .btn,
.vote-item-box .item.col-4:nth-child(2n + 1) .vote-item-btn .btn {
  background: #669eff;
}

/* 6 */

.vote-item-box .item.col-6:nth-child(4n) .border_bg::after {
  background: url(../img/title_img1.png) no-repeat;
  background-size: cover;
}

.vote-item-box .item.col-6:nth-child(4n + 1) .border_bg::after {
  background: url(../img/title_img1.png) no-repeat;
  background-size: cover;
}

.vote-item-box .item.col-6:nth-child(4n + 2) .border_bg::after {
  background: url(../img/title_img2.png) no-repeat;
  background-size: cover;
}

.vote-item-box .item.col-6:nth-child(4n + 3) .border_bg::after {
  background: url(../img/title_img2.png) no-repeat;
  background-size: cover;
}

.vote-item-box .item.col-6:nth-child(4n) .card-heading {
  background: #669eff;
}

.vote-item-box .item.col-6:nth-child(4n + 1) .card-heading {
  background: #669eff;
}

.vote-item-box .item.col-6:nth-child(4n + 2) .card-heading {
  background: #ff8c49;
}

.vote-item-box .item.col-6:nth-child(4n + 3) .card-heading {
  background: #ff8c49;
}

.vote-item-box .item.col-6:nth-child(4n) .vote-item-btn .btn {
  background: #669eff;
}

.vote-item-box .item.col-6:nth-child(4n + 1) .vote-item-btn .btn {
  background: #669eff;
}

.vote-item-box .item.col-6:nth-child(4n + 2) .vote-item-btn .btn {
  background: #ff8c49;
}

.vote-item-box .item.col-6:nth-child(4n + 3) .vote-item-btn .btn {
  background: #ff8c49;
}

.vote-item-box.aligning .vote_align_box {
  position: relative;
  display: block;
  height: 0;
  padding-top: 100%;
  margin: 5px;
}

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

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

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

.border_bg .table {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  overflow: hidden;
}

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

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

.table thead tr th {
  font-size: 14px;
  color: #ff8c49;
  background: #fff;
}

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

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

.table tbody tr td:nth-child(3),
.table thead tr th:nth-child(3) {
  text-align: left;
}

.table tbody tr td {
  color: #888f97;
}

.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: #758697 !important;
}
.rule-box .card-body .custom-rule img {
  margin: 0;
}
