* {
  box-sizing: border-box;
}

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

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

p {
  padding: 0;
  margin: 0;
}

a {
  color: #758697;
}

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

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

.rule-box-title {
  font-size: 14px;
  margin-top: 15px;
}

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

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

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

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

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

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

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

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

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

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

.detail-box .detail-content-box {
}

.detail-box .detail-content-box img {
  margin: 10px auto;
  max-width: 100%;
}

.search-box .input-group {
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 20px !important;
  padding: 10px;
  width: 100%;
}

.search-box .input-group .input-group-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 10;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  color: #666;
}

.search-box input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ebeef0;
  background: #fff;
}

.search-box button {
  height: 40px;
  border: none;
  padding-left: 20px;
  padding-right: 20px;
}

.search-box input {
  /* border-radius: 20px 0 0 20px !important;
    -webkit-border-radius: 20px 0 0 20px !important;
    -moz-border-radius: 20px 0 0 20px !important; */
}

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

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

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

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

.detail-item-box {
  position: relative;
  padding: 0 15px;
}

.vote-item-box .item,
.detail-item-box .item {
  width: 100%;
  border-bottom: 1px solid #ebeef0;
  overflow: hidden;
}

.vote-item-box .item .card,
.detail-item-box .item .card {
  background: #f7f9fa;
}

.vote-item-box .item .card-body,
.detail-item-box .item .card-body {
  padding: 5px;
  display: flex;
}

.vote-item-box .item .card-body .vote-item-img-box,
.detail-item-box .item .card-body .vote-item-img-box {
  width: 70px;
  height: 70px;
  position: relative;
}

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

.vote-item-box .item .card-heading,
.detail-item-box .item .card-heading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 20px;
  line-height: 20px;
  text-align: center;
  padding: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
  border: none;
}

.vote-item-box .item .card-body .vote-item-content,
.detail-item-box .item .card-body .vote-item-content {
  margin-left: 10px;
  flex: 1;
}

.vote-item-box .item .card-body .vote-item-content .title,
.detail-item-box .item .card-body .vote-item-content .title,
.vote-item-content-number {
  color: #333;
  font-size: 12px;
}

.vote-item-box .item .card-body .vote-item-content .sub-title,
.detail-item-box .item .card-body .vote-item-content .sub-title {
  color: #aaa;
  font-size: 12px;
}

.vote-item-box .item .card-body .vote-item-content .vote-item-content-btns,
.detail-item-box .item .card-body .vote-item-content .vote-item-content-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vote-item-box .item .btn,
.detail-item-box .item .btn {
  width: 70px;
  margin-bottom: 10px;
  border-radius: 2px;
  margin-left: auto;
}

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

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

.vote-item-load-box {
  margin-bottom: 10px;
}

.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 i {
  font-size: 1.2rem;
}

.footer-bar-box .item a {
  display: block;
  text-decoration: none;
  color: inherit;
}

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

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

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

/* 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: 5px 26px;
    margin-bottom: 10px; */
}

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

/* æŽ’è¡Œæ¦œ */

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

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

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

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

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

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

.custom-footer {
  background: #00ae66;
  color: #fff;
}

.custom-footer .bg-style-0 {
  background: none;
}

.custom-footer .bg-style-1 {
  background: none;
}

.custom-footer .bg-style-2 {
  background: none;
}

.custom-footer .bg-style-3 {
  background: none;
}

.custom-footer .bg-style-4 {
  background: none;
}

.custom-footer .bg-style-5 {
  background: none;
}

.custom-footer .bg-style-6 {
  background: none;
}

.custom-footer .bg-style-7 {
  background: none;
}

.custom-footer .bg-style-8 {
  background: none;
}

.custom-footer .bg-style-9 {
  background: none;
}

.custom-footer .bg-style-10 {
  background: none;
}

.custom-footer .bg-style-11 {
  background: none;
}

.custom-footer .bg-style-12 {
  background: none;
}

.custom-footer .bg-style-13 {
  background: none;
}

.custom-footer .bg-style-14 {
  background: none;
}
.custom-footer .bg-style-15 {
  background: none;
}

.custom-footer .bg-style-16 {
  background: none;
}

.custom-footer .bg-style-17 {
  background: none;
}

.custom-footer .bg-style-101 {
  background: none;
}

.custom-footer .bg-style-102 {
  background: none;
}

.custom-footer .bar-style {
  background: none;
  color: #fff;
}

.footer-bar-box .item img {
  width: 16px;
}

.custom-style-1 {
  background: linear-gradient(to left, #8fba93, #bede88);
  color: #fff;
  border: none;
}

.custom-style {
  background-color: #fff;
  color: #89ac7d;
  border: none;
}

.custom-color {
  color: #000;
}

.custom-color .card-body p{
  color:#000 !important;
}

.custom-color .rule-text a{
  color:#000;
}

.custom-color .rule-box-title{
  color:#000
}

.custom-color .keyword{
  color:#000;
}

.custom-color .vote-item-box .item .card-body .vote-item-content .title,.custom-color .vote-item-box .item .card-body .vote-item-content .sub-title{
  color:#000;
}

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

.custom-color input::-webkit-input-placeholder {
	color: #000;
}
.custom-color input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #000;
}
.custom-color input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #000;
}
.custom-color input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #000;
}

.custom-color .bar-style{
  color:#000
}

.custom-color .text-style-0{
  color:#000;
}

.custom-color .table_detail a{
  color:#000;
}

.custom-color .form-label {
  color:#000;
}

.custom-color .number{
  color:#000;
}

.custom-color .select-close-btn{
  color:#000;
}