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

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

body {
  background: url(../img/bg-01.png) no-repeat 20.3rem 10.5rem,
    url(../img/bg-02.png) no-repeat -9.5rem 19.3rem;
  background-color: #ffe9ff;
}

p {
  padding: 0;
  margin: 0;
}

a {
  color: #7625b9;
}

.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 1px 1px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.17);
}

form .sign-box {
  margin-top: 20px !important;
}

.sign-box input,
.sign-box textarea {
  border: 1px solid #ffe9ff !important;
  box-shadow: none !important;
  border-radius: 4px;
}

.sign-box .card-body {
  background-color: #fff !important;
  border-radius: 4px;
}

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

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

.mb-bar {
  margin-bottom: 70px;
}

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

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

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

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

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

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

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

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

.rule-box.mt-all {
  /* margin-top: 20px; */
}

.rule-box .card.bg-pink {
  background-color: #fff1ff !important;
}

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

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

.detail-box .card-body {
  background-color: #fff;
  border-radius: 4px;
}

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

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

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

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

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

.detail-content-box .detail-title p {
  text-align: center;
}

.detail-content-box .detail-title span {
  color: #fe2088;
}

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

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

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

.vote-item-box .item {
  padding: 5px;
  overflow: hidden;
}

.vote-item-box .item .card-body {
  padding: 0px !important;
}

.vote-item-box .item .card-heading {
  margin: 0 auto;
  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);
  /* 标准语法 */
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  opacity: 0.7;
  padding: 0;
  overflow: hidden;
  color: inherit;
  border: none;
}

.vote-item-box .item .btn {
  width: 60%;
  margin-bottom: 10px;
}

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

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

.footer-bar-box .item {
  flex: 1;
  padding: 10px 0;
  height: 50px;
  display: 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;
  padding: 5px 0;
}

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

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

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

/* widget */

/*漂浮物*/

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

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

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

.card-warp .row .col-4 {
  color: #fff;
  height: 100%;
  font-weight: bold;
  font-size: 14px !important;
  padding: 3px !important;
  width: 32% !important;
  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);
  /* 标准语法 */
  border-radius: 8px !important;
  flex: none;
}

.card-warp .row .col-4 .card-item {
  height: 100%;
  border: 1px solid #fff;
  border-radius: 8px !important;
  padding-top: 5px;
}

.card-warp .row .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);
  /* 标准语法 */
}

.card-warp .row .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);
  /* 标准语法 */
}

.card-warp .row .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);
  /* 标准语法 */
}

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

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

.sign-btn-box .col-6 a {
  width: 105px !important;
  height: 35px !important;
  padding: 0 !important;
  line-height: 35px !important;
  margin: 5px auto !important;
}

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

.rule-box .card i {}

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

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

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

.widget-vote-item .card-default .mt-all .count {
  /* color: #fe429a; */
}

.mt-all .title {
  font-weight: bold;
}

.mt-all input::-webkit-input-placeholder,
.mt-all textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: inherit;
  font-weight: normal;
}

.mt-all input:-moz-placeholder,
.mt-all textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: inherit;
  font-weight: normal;
}

.mt-all input::-moz-placeholder,
.mt-all textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: inherit;
  font-weight: normal;
}

.mt-all input:-ms-input-placeholder,
.mt-all textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: inherit;
  font-weight: normal;
}

.card-body p.more-title {
  font-size: 20px;
  color: #fe429a;
  text-align: center;
  font-weight: bold;
}

.card-body p.more-desc {
  margin-top: 10px;
}

.card-heading {
  color: #fff !important;
}

.select-bar-box {
  border-bottom: 1px solid #fcd1fc;
}

.footer-bar-box .active {
  background-color: #fff;
  color: #db5be9;
}

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

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

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

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

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

.regular-title {
  margin: 10px 0;
  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 span:first-child {
  background: -webkit-linear-gradient(225deg, #fc9806, #f5eb5a);
  /* Safari 5.1 to 6.0 */
  background: -o-linear-gradient(225deg, #fc9806, #f5eb5a);
  /* Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(225deg, #fc9806, #f5eb5a);
  /* Firefox 3.6 to 15 */
  background: linear-gradient(225deg, #fc9806, #f5eb5a);
  /* 标准语法 */
}

.regular-title span:last-child {
  background: -webkit-linear-gradient(225deg, #08f8ae, #fb9cfc);
  /* Safari 5.1 to 6.0 */
  background: -o-linear-gradient(225deg, #08f8ae, #fb9cfc);
  /* Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(225deg, #08f8ae, #fb9cfc);
  /* Firefox 3.6 to 15 */
  background: linear-gradient(225deg, #08f8ae, #38dcff);
  /* 标准语法 */
}

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

.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);
  /* 标准语法 */
}

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

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

.table {
  margin-bottom: 0;
}

.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;
  vertical-align: middle;
}

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

.table thead tr th {
  font-size: 14px;
  font-weight: bold;
}

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

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

.table tbody tr td,
.table tbody tr td a {
  /* color: #c2c2c3; */
}

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

.bar-style,
.bar-style:hover,
.bar-style:focus {
  color: #a8a8a8;
  background: #fff;
}

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

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

.bg-style-2,
.bg-style-2:hover,
.bg-style-2:focus {
  background: linear-gradient(245deg,
      rgba(251, 156, 252, 1),
      rgba(211, 74, 228, 1));
  color: #fff;
  border: none;
}

.text-style-1 {
  color: #7625b9;
}

.text-color-1 {
  color: #b66af5;
}

.bg-color {
  background-color: #fff1ff;
}

.border-left-1 {
  border-left: 8px solid #7625b9;
}