* {
  box-sizing: border-box;
}

body,
html {
  width: 100%;
  font-size: 14px;
  background-color: #f9fdf4;
}

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

p {
  padding: 0;
  margin: 0;
}

a {
  color: #758697;
}

.title-index {
  color: #89ac7d;
}

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

.bar-style,
.bar-style:hover,
.bar-style:focus {
  background-color: #fff;
  color: #89ac7d;
  border: none;
}

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

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

.text-style-1 {
  color: #89ac7d;
}

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

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

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

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

.border-box-1 {
  border: 1px solid #9dbd93;
  position: relative;
  padding: 3px;
  margin: 15px 0;
}

.border-box-1::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: -15px;
  width: 127px;
  height: 89px;
  background: url(../img/border-bg.png) no-repeat;
  transform: rotate(180deg);
  background-size: 100% 100%;
  z-index: 0;
}

.border-box-1::after {
  content: "";
  position: absolute;
  top: -20px;
  right: -15px;
  width: 127px;
  height: 89px;
  background: url(../img/border-bg.png) no-repeat;
  background-size: 100% 100%;
  z-index: 0;
}

.border-box-img {
  position: relative;
}

.border-box-img::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -7px;
  width: 73px;
  height: 42px;
  background: url(../img/vote_bg.png) no-repeat;
  transform: rotate(180deg);
  background-size: 100% 100%;
  z-index: 0;
}

.border-box-img::after {
  content: "";
  position: absolute;
  top: -10px;
  right: -7px;
  width: 73px;
  height: 42px;
  background: url(../img/vote_bg.png) no-repeat;
  background-size: 100% 100%;
  z-index: 0;
}

.border-bg {
  border: 3px solid #9dbd93;
  border-radius: 2px;
}

.bg-style,
.bg-style:focus,
.bg-style:hover {
  background: url(../img/btn-bg.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}

.btn-style,
.btn-style:hover,
.btn-style:focus {
  background: url(../img/btn-bg1.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}

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

.rule-box-title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 0;
}

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

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

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

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

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

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

.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 .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 {
  background: #fff;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 20px !important;
  width: 100%;
}

/* .search-box .input-group .input-group-btn {
    position: absolute;
    width: 21px;
    height: 21px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border: 1px solid red;
    z-index: 10;
} */

.search-box input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #9dbd93;
  border-radius: 0;
  box-shadow: none;
}

.search-box button {
  height: 40px;
  border: none;
  border-radius: 0;
  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 10px;
}

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

.type-box .item .btn {
  border-radius: 2px;
  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-body {
  padding: 0px !important;
  border: 1px solid #9dbd93;
}

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

.vote-item-box .item .card-heading {
  position: absolute;
  left: 6px;
  top: 5px;
  height: 20px;
  background: rgba(157, 189, 147, 0.4);
  line-height: 20px;
  text-align: center;
  padding: 0 8px;
  overflow: hidden;
  color: #fff;
  border: none;
  border-radius: 20px;
  font-size: 12px;
  z-index: 5;
}

.vote-item-box .vote-img-box {
  display: block;
  /* border: 1px solid #9DBD93; */
}

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

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

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

.vote-item-box .vote-item-text .vote-item-btn {
  width: 60%;
  height: 30px;
  margin: 10px auto;
  position: relative;
  z-index: 1;
}

.vote-item-box .vote-item-text .vote-item-btn .btn {
  width: 100%;
  color: #fff;
  background: linear-gradient(to left, #8fba93, #bede88);
  font-size: 12px;
  border-radius: 0;
  font-weight: 400;
  padding: 0;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 2px;
}

.widget-vote-item .card-default .vote-item-text .count-wrapper {
  color: #000;
  font-size: 12px;
  margin: 5px 0;
}

.widget-vote-item .card-default .vote-item-text .count-wrapper .count {
  color: #ef8282;
}

.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;
  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%;
  background: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}

.footer-bar-box {
  width: 100%;
  display: flex;
}

.footer-bar-box .item {
  flex: 1;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

.footer-bar-box .item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.select-bar-box {
  background: #fff;
  width: 100%;
  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: 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);
  }
}

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

.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;
  color: #89ac7d;
  vertical-align: middle;
}

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

.table tbody tr td a {
  color: #89ac7d;
}

.table thead tr {
  background: #fff;
}

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

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

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

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