* {
  /*
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;*/
  box-sizing: border-box;
  list-style: none;
}

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

/*——————————颜色类——————————*/

.bg-style-1,
.bg-style-1:hover,
.bg-style-1:focus {
  background: #ee2f36;
  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: transparent;
  color: #ee2f36;
  border: 1px solid #ee2f36;
}

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

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

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

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

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

/*active的背景*/

.bg-style-linear {
  border: 1px solid #ee2f36 !important;
  background: #fff !important;
  color: #d71521 !important;
}

/*————————————开始——————————*/

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

body {
  padding-bottom: 100px;
}

p {
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
}

.title-index {
  font-weight: bold;
  font-size: 20px;
  color: #d71521;
}

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

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

.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 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
}

form .sign-box {
  position: relative;
  margin-top: 20px;
  z-index: 0;
}

form .sign-box::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 138px;
  background: url(../img/regular-bg.jpg) repeat;
  z-index: -1;
}

.sign-box input,
.sign-box textarea {
  border: none;
  box-shadow: none !important;
  border-radius: 4px;
  background-color: #fff1ea;
}

.sign-box .card-body {
  border: 2px solid #dab888;
}

.mt-all {
  margin-top: 10px;
}

.sign-box .mt-all,
.text-danger {
  font-weight: bold;
}

.mb-bar {
  margin-bottom: 0px !important;
}

.mb-no {
  margin-bottom: 0;
}

.table-card {
  border: 2px solid #dab888;
}

.marquee-box {
  height: 25px;
  line-height: 25px;
  background: #2e3132;
  font-size: 14px;
}

.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 {
  margin-top: -5px;
}

.banner-box img {
  width: 100%;
  height: 100%;
}

.title-box {
  padding: 0 10px;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 20px;
  padding-top: 10px;
}

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

.stat-box .shadow {
  background-color: transparent !important;
}

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

.upload-box {
  background-color: #fff1ea;
  border: none !important;
}

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

.rule-box.last-rule-box {}

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

.rule-box .rule-content-box {}

.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 {
  border: 2px solid #dab888;
}

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

.detail-box .card-body {
  height: 250px;
  background-image: linear-gradient(left, #fff1ea 30%, #ee2f36 30%) !important;
  /*Browser Syntax*/
  background-image: -webkit-linear-gradient(left,
      #fff1ea 30%,
      #ee2f36 30%) !important;
  background-image: -moz-linear-gradient(left,
      #fff1ea 30%,
      #ee2f36 30%) !important;
  background-image: -o-linear-gradient(left,
      #fff1ea 30%,
      #ee2f36 30%) !important;
  background-image: -ms-linear-gradient(left,
      #fff1ea 30%,
      #ee2f36 30%) !important;
}

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

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

.detail-box .detail-content-box img,
.detail-box .detail-content-box iframe {
  /*margin: 10px auto;*/
  max-width: 100%;
  width: 193px;
  height: 229px;
  margin-top: -5px;
  margin-left: -15px;
  border: 2px solid #dab888;
}

.detail-content-box {
  display: flex;
  justify-content: space-around;
}

.detail-content-box .detail-title {
  width: 45%;
  text-align: left;
  margin-top: 10px;
}

.detail-content-box .detail-title p {
  text-align: center;
  font-size: 12px;
}

.detail-content-box .detail-title span {}

.search-box .input-group {
  background: #fff;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
}

.search-box .col-12 {
  margin-top: 20px;
  background-color: #f8363e;
  padding: 10px 10px;
}

.search-box input {
  height: 40px;
  line-height: 40px;
  border: none;
}

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

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

.type-box .btn-block {
  border-radius: 15px !important;
}

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

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

.vote-item-box .item .card-body {
  padding: 0px !important;
  /*Official Syntax*/
  background-image: linear-gradient(top, #fff1ea 30%, #ee2f36 30%);
  /*Browser Syntax*/
  background-image: -webkit-linear-gradient(top, #fff1ea 30%, #ee2f36 30%);
  background-image: -moz-linear-gradient(top, #fff1ea 30%, #ee2f36 30%);
  background-image: -o-linear-gradient(top, #fff1ea 30%, #ee2f36 30%);
  background-image: -ms-linear-gradient(top, #fff1ea 30%, #ee2f36 30%);
}

.vote-item-box .item .card-body img,
.vote-item-box .item .card-body iframe {
  border: 2px solid #dab888;
  width: 95%;
}

.vote-item-box .item .card-heading {
  position: absolute;
  left: -5px;
  top: -10px;
  background: rgba(238, 47, 54, 0.7);
  text-align: center;
  padding: 2px 8px;
  overflow: hidden;
  color: inherit;
  border: none;
  border-radius: 0 !important;
  font-size: 12px !important;
  z-index: 5;
}

.vote-item-box .vote-title-box,
.vote-item-box .vote-sub-title-box {
  width: 100%;
  /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
  color: #fff;
}

.vote-item-box .item .btn {
  width: 60%;
  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;
}

.detail-vote-btn .btn-block {
  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;
}

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

.navbar-box {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #ee2f36;
  z-index: 50;
}

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

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

.footer-bar-box .item.active {
  background-color: #c60c19;
  color: #ffd400;
}

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

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

.select-bar-box {
  background: #fff;
  width: 100%;
  left: 0;
  height: 50px;
  line-height: 50px;
  font-size: 1.1rem;
  z-index: 100;
  border-bottom: 1px solid #fcd1fc;
  box-shadow: 2px 0 13px 2px rgba(0, 0, 0, 0.2);
}

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

/* 排行榜 */

table {
  border: none !important;
}

table thead th:first-child {
  border-top-left-radius: 4px;
}

table thead th:last-child {
  border-top-right-radius: 4px;
}

table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}

table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}

.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 thead tr {
  background-color: #fff !important;
}

.table tbody tr:nth-child(odd) {
  background-color: #fff1ea !important;
}

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

.table tbody tr td img {
  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%;
}

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

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

/*@media only screen and (device-width: 375px) and (device-height:812px) and (-webkit-device-pixel-ratio:3) {*/

/*.footer-bar-box {*/

/*padding-bottom: 20px;*/

/*}*/

/*.select-bar-box {*/

/*bottom: 70px;*/

/*}*/

/*}*/

/*---------------------*/

.card-warp {
  background: url(../img/vote-bg.png);
  background-size: 100% 100%;
  height: 170px;
  padding-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
}

.card-warp .row {
  height: 65px;
  display: flex;
  justify-content: space-around;
  margin-bottom: 15px;
  padding: 0 40px;
}

.card-warp .row .col-4 {
  color: #fff;
  height: 100%;
  font-weight: normal;
  font-size: 14px !important;
  margin-left: -5px !important;
  padding: 3px !important;
}

.card-warp .row .col-4 .card-item {
  height: 100%;
  padding-top: 5px;
}

.card-warp .row .col-4 .card-item p:last-child {
  background-color: #fed17a;
  color: #b4101b;
  border-radius: 9px;
  margin-top: 20px;
}

.card-warp .row .col-4 .number {
  font-size: 18px !important;
  position: relative;
}

.card-warp .row .col-4 .number::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 20px;
  height: 1px;
  background-color: #fed17a;
}

.col-12 .card-footer {
  margin-top: 23px;
  background-color: transparent;
  color: #fff;
  border: none !important;
  height: 22px;
  line-height: 22px;
  padding: 0 !important;
  border-radius: 3px !important;
}

.card-warp .diff-time-box .text span {
  color: #fed17a;
}

.sign-btn-box .col-6 a {
  width: 123px !important;
  height: 45px !important;
  line-height: 40px !important;
  padding: 0 !important;
  margin: 5px auto !important;
  border: 2px solid #ffd88d;
  font-size: 18px !important;
  font-weight: bold !important;
}

.rule-box .card {
  background-color: #fff !important;
  border-radius: 4px;
  border-bottom: none !important;
}

.rule-box .card i {
  color: red;
}

.search-box .input-group {
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.search-box .input-group input {
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.search-box .input-group button {
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  border: 1px solid #ffd88d;
}

.search-box .input-group .input-group-btn {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

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

.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;
  font-size: 12px;
}

.vote-item-box .vote-title-box .title,
.vote-item-box .vote-sub-title-box .sub-title {
  display: block;
  padding: 0 15px;
}

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

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bbbbbb;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bbbbbb;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bbbbbb;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bbbbbb;
}

.select-bar-box .number {
  color: #fe429a;
}

.regular-title {
  padding: 20px 15px;
  margin-left: -20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.regular-title span {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top-left-radius: 75%;
  border-bottom-right-radius: 75%;
  border-top-right-radius: 25%;
  border-bottom-left-radius: 25%;
}

.regular-title img {
  width: 100%;
}

.home-rule-box {
  position: relative;
  margin-top: 20px;
  z-index: 0;
}

.home-rule-box::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 138px;
  background: url(../img/regular-bg.jpg) repeat;
  z-index: -1;
}

.btn-detail {
  font-size: 12px;
}

.detail-content-box .detail-title .detail-name {
  color: #ffd88d;
  font-size: 16px;
  margin-bottom: 10px;
}

.detail-num .shadow {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.detail-num .shadow .card-body {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 65px;
  color: #fff !important;
}

.detail-num .shadow .card-body span {
  font-size: 20px;
}

.detail-num .shadow .card-body .col-4 {
  padding: 4px !important;
  height: 65px;
  background: -webkit-linear-gradient(left, #d34ae4);
  /* Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #d34ae4, #fb9cfc);
  /* Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #d34ae4, #fb9cfc);
  /* Firefox 3.6 to 15 */
  background: linear-gradient(to right, #d34ae4, #fb9cfc);
  /* 标准语法 */
  width: 29.8%;
  margin: 0 5px;
  border-radius: 4px;
}

.detail-num .shadow .card-body .col-4 .warp {
  border: 1px solid #fff;
  border-radius: 4px;
  height: 100%;
}

.detail-num .shadow .card-body .col-4:nth-child(1) {
  background: -webkit-linear-gradient(left, #d34ae4);
  /* Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #d34ae4, #fb9cfc);
  /* Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #d34ae4, #fb9cfc);
  /* Firefox 3.6 to 15 */
  background: linear-gradient(to right, #d34ae4, #fb9cfc);
  /* 标准语法 */
}

.detail-num .shadow .card-body .col-4:nth-child(2) {
  background: -webkit-linear-gradient(left, #ff9304, #ffc92d);
  /* Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #ff9304, #ffc92d);
  /* Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #ff9304, #ffc92d);
  /* Firefox 3.6 to 15 */
  background: linear-gradient(to right, #ff9304, #ffc92d);
  /* 标准语法 */
}

.detail-num .shadow .card-body .col-4:nth-child(3) {
  background: -webkit-linear-gradient(left, #3cc1ff, #3beaff);
  /* Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #3cc1ff, #3beaff);
  /* Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #3cc1ff, #3beaff);
  /* Firefox 3.6 to 15 */
  background: linear-gradient(to right, #3cc1ff, #3beaff);
  /* 标准语法 */
}

.footer-box .text-center {
  margin-top: 20px;
}

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