* {
  margin: 0;
  padding: 0;
}

.text-center {
  text-align: center;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus,
a:active,
a:hover {
  color: inherit;
  text-decoration: none;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.tr_line {
  display: table-cell;
  vertical-align: middle !important;
}

ul,
ol {
  list-style: none;
}

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

.text-style {
  color: #a91000;
}

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

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

.vote_btn {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  background: none;
  color: #a91000;
  border: 1px solid #a91000;
}

.border-none {
  border: none !important;
}

.font-xi {
  font-weight: lighter;
}

.time-color {
  color: #d41c04;
  padding: 0 1px;
}

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

body,
html {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: #ecf0f5;
  font-family: "微软雅黑";
  font-size: 14px;
}

.top {
  width: 100%;
}

/* 顶部图片滚动 */

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

.marquee-box .marquee {
  position: fixed;
  left: 0;
  width: 100%;
  height: 25px;
  line-height: 25px;
  top: 0;
  z-index: 101;
  color: #fff;
  background: rgb(215, 55, 55);
  white-space: nowrap;
  overflow: hidden;
}

.swiper-container {
  max-width: 600px;
}

.swiper-container img {
  width: 100%;
}

.head-top {
  max-width: 600px;
  display: block;
  padding: 10px 0;
  background: url(../img/playerInfoTop.png) no-repeat;
  background-size: 100% 100%;
}

.head-top .head-top-img {
  margin: 0 auto;
  width: 100px;
  height: 100px;
}

.head-top .head-top-img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
}

.head-top .playerInfo-name {
  font-weight: 800;
  padding-top: 10px;
  color: #fff;
  font-size: 15px;
}

#page-content {
  max-width: 600px;
  margin-top: 10px;
}

.main-title {
  font-size: 20px;
  color: #940403;
  margin-bottom: 15px;
}

.card-data {
  width: 100%;
  background: -webkit-linear-gradient(top, #ed3b00 30%, #c60506 70%);
  background: -o-linear-gradient(top bottom, #ed3b00 30%, #c60506 70%);
  background: -moz-linear-gradient(top bottom, #ed3b00 30%, #c60506 70%);
  background: linear-gradient(top bottom, #ed3b00 30%, #c60506 70%);
  padding: 10px 0;
  border: 1px solid #a91000;
}

.card-data.playerinfo-data {
  border: 1px solid #a91000;
  background: #fff;
}

.card-data.playerinfo-data ul li {
  color: #a91000;
}

.card-data ul li span {
  font-size: 17px;
  font-weight: 800;
}

.card-data ul li p {
  margin: 0;
  font-size: 12px;
}

.card-square {
  width: 10px;
  height: 10px;
  background: #ef3f3f;
  position: absolute;
}

.card-bg .left-square {
  top: -2px;
  left: -2px;
  border-right: 1px solid #ffec7a;
  border-bottom: 1px solid #ffec7a;
}

.card-bg .right-square {
  top: -2px;
  right: -2px;
  border-left: 1px solid #ffec7a;
  border-bottom: 1px solid #ffec7a;
}

.card-bg .bottom-square {
  bottom: -2px;
  left: -2px;
  border-right: 1px solid #ffec7a;
  border-top: 1px solid #ffec7a;
}

.card-bg .top-square {
  bottom: -2px;
  right: -2px;
  border-left: 1px solid #ffec7a;
  border-top: 1px solid #ffec7a;
}

.card-data ul {
  width: 100%;
  margin: 0 auto;
}

.card-data ul li {
  padding: 5px 0;
  color: #fff;
}

.card-data ul li {
  font-size: 15px;
}

.card-data ul li:nth-child(2) {
  border-left: 1px solid #7d0100;
  border-right: 1px solid #7d0100;
}

.card-footer.diff-time-box {
  padding: 8px 0;
  text-align: center;
  background-color: #fff;
}

.time-inner {
  width: 100%;
  color: #b0b0b0;
  font-size: 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.card-time {
  padding: 10px 0;
  background: #ffe0b9;
  font-size: 15px;
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.card-time .countdown {
  color: #ef3f3f;
  padding: 0 3px;
}

.card-time .clock {
  color: #722c4e;
}

.apply {
  text-align: center;
  margin: 20px 0;
}

.apply a {
  display: inline-block;
  padding: 5px;
  background: #ffd859;
  font-size: 16px;
  font-weight: bold;
  color: #722c00;
  border: 1px solid #ce8800;
}

.apply-text {
  display: inline-block;
  padding: 6px 30px;
  border-radius: 30px;
  margin-bottom: 0px;
}

.search {
  /* margin-bottom: 20px; */
}

.search .keyword {
  height: 34px;
  line-height: 34px;
}

.search-btn {
  height: 34px;
  line-height: 34px;
  padding: 0 20px;
  background: #fcde38;
  border: 1px solid #ce8800 !important;
  color: #804106;
}

.rule-content-box {
}

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

.nav {
  width: 100%;
  height: 50px;
  position: fixed;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: 9999;
}

.nav li {
  width: 20%;
  float: left;
  padding: 3px 0;
}

.nav-all {
  color: #c5ccd5;
}

.nav .nav-all:focus,
.nav .nav-all:active,
.nav .nav-all:hover,
.nav .search-nav:focus,
.nav .search-nav:active,
.nav .search-nav:hover {
  color: #d41c04;
}

.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.custom_bar{
  background: -webkit-linear-gradient(top, #ed3b00 30%, #c60506 70%);
  background: -o-linear-gradient(top bottom, #ed3b00 30%, #c60506 70%);
  background: -moz-linear-gradient(top bottom, #ed3b00 30%, #c60506 70%);
  background: linear-gradient(top bottom, #ed3b00 30%, #c60506 70%);
}

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

.footer-bar-box .item a {
  position: relative;
  background: inherit;
  z-index: 2;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* .footer-bar-box .item .btn-all.active {
    background: #f9e35f;
    color: #e01312;
    border-radius: 4px;
} */

.footer-bar-box .item a i {
  font-size: 16px;
  line-height: 24px;
}

.footer-bar-box .item a p {
  padding: 0;
  margin-bottom: 0;
  font-size: 12px;
}

.select-bar-box {
  width: 100%;
  left: 0;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  z-index: 100;
}

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

.search-nav {
  width: 40px;
  height: 40px;
  display: inline-block;
  padding-top: 5px;
  border-radius: 4px;
  color: #c5ccd5;
}

.nav-style {
  color: #d41c04 !important;
}

.footer-bar-box.custom_bar .nav-style{
  color: #fff !important;
}

.nav li span {
  padding-top: 4px;
}

.nav li p {
  font-size: 13px;
}

.warn-word {
  color: #940403;
  font-size: 12px;
  margin-top: 20px;
}

.warn-word p:nth-child(1) {
  margin-bottom: 10px;
}

.kind-choose {
  width: 100%;
}

.kind-choose li {
  padding: 5px;
}

.kind-btn {
  width: 100%;
  display: inline-block;
  background: #ecf0f5;
  color: #b0b9c4;
  border: 1px solid #c9d0d8;
  padding: 6px 0;
  text-align: center;
}

.hover-style {
  background: -webkit-linear-gradient(top, #e63900 30%, #c60506 70%) !important;
  background: -o-linear-gradient(top, #e63900 30%, #c60506 70%) !important;
  background: -moz-linear-gradient(top, #e63900 30%, #c60506 70%) !important;
  background: linear-gradient(top, #e63900 30%, #c60506 70%) !important;
  color: #fff !important;
}

.vote-item-box {
  position: relative;
  margin-top: 10px !important;
  padding: 0;
  margin: 0 -5px;
}

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

.vote-item-box .Player-name {
  color: #000;
  font-size: 15px;
  margin-top: 15px;
  width: 100%;
  display: block;
}

.vote-item-box .Player-rank {
  color: #999999;
  margin: 10px 0;
  font-size: 15px;
}

.vote-item-box .vote-cancel {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: -webkit-linear-gradient(top, #fad81b 30%, #ffe557 70%);
  background: -o-linear-gradient(top bottom, #fad81b 30%, #ffe557 70%);
  background: -moz-linear-gradient(top bottom, #fad81b 30%, #ffe557 70%);
  background: linear-gradient(top bottom, #fad81b 30%, #ffe557 70%);
  color: #712d00;
  font-size: 15px;
  border: 1px solid #a91000;
}

.choosed-vote {
  border-left: 1px solid #a91000 !important;
  border-top: 1px solid #a91000 !important;
  border-right: 1px solid #a91000 !important;
}

.vote-item-box .vote-sure {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: -webkit-linear-gradient(top, #e63900 30%, #c60506 70%);
  background: -o-linear-gradient(top bottom, #e63900 30%, #c60506 70%);
  background: -moz-linear-gradient(top bottom, #e63900 30%, #c60506 70%);
  background: linear-gradient(top bottom, #e63900 30%, #c60506 70%);
  color: #fff;
  font-size: 15px;
  border: 1px solid #a91000;
}

.vote-item-btns .vote-item-btn {
  width: 100%;
  height: 40px;
  display: block;
}

.box {
  position: relative;
  padding: 5px;
}

.box .left-top-rank {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 90px;
  height: 30px;
  color: #fff;
  line-height: 23px;
  z-index: 1;
}

.box .left-top-rank::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background: url(../img/ranking.png) no-repeat;
  background-size: contain;
  opacity: 0.4;
  z-index: 1;
}

.box .number-position {
  position: relative;
  display: inline-block;
  width: 100%;
  z-index: 5;
  padding-left: 1.5em;
}

.box .left-top-rank .player-number {
  color: #fff;
}

.player-info {
  border: 1px solid #c5ccd5;
  border-bottom: none;
  padding: 5px;
}

.player-info.active {
  border: 1px solid #a91000;
  border-bottom: none;
}

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

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

.loading-box {
  margin-top: 10px;
  text-align: center;
  line-height: 30px;
}

.widget-float-box li {
  position: fixed;
  top: -20%;
  list-style: none;
  display: block;
  width: 15px;
  animation: downFloat 10s infinite;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99;
}

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

.layui-m-layer1 .layui-m-layerchild {
  border-radius: 5px !important;
}

.window {
  width: 300px;
  padding: 40px 0 20px 0;
  background: #fff;
  border-radius: 5px;
}

.window-input {
  width: 80%;
  display: block;
  margin: 0 auto;
  color: #990000;
  height: 40px;
  line-height: 40px;
  text-align: center;
  outline: none;
  border: none;
  border-bottom: 1px solid #da2602;
}

.window-btn {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 20px;
  width: 80%;
  margin: auto;
  padding: 30px 0 10px 0;
}

.sure-btn {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  padding: 0;
  height: 38px;
  line-height: 38px;
  border: none;
  margin-right: 15px;
  background: #f0403f;
  color: #fff !important;
}

.close-btn {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #712d00;
  border-radius: 5px;
  padding: 0;
  height: 38px;
  line-height: 38px;
  margin-left: 15px;
  background: #ffd859;
  border: none;
}

.window-input::-webkit-input-placeholder {
  color: #990000;
}

.activity {
  position: relative;
  margin-top: 40px;
  border: 1px solid #a91000;
  background: #fff;
}

.activity img,.activity iframe{
  width: 100%;
  max-width: 100% !important;
}

.activity-vote-player {
  padding-bottom: 15px;
  font-size: 22px;
  font-weight: 800;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 bottom,
    from(#e53900),
    to(#c60506)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.activity-top-word {
  position: absolute;
  top: -25px;
  left: -1px;
  width: 100px;
  text-align: center;
}

.activity-bk-grid {
  width: 100px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/ranking.png) no-repeat;
  background-size: 100%;
  transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  /* Internet Explorer */
  -moz-transform: rotateX(180deg);
  /* Firefox */
  -webkit-transform: rotateX(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotateX(180deg);
  /* Opera */
}

.activity-top-content {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: left;
  padding-left: 1em;
  padding-top: 2px;
  padding-bottom: 2px;
}

.activity li {
  margin-top: 10px;
}

.vote-number {
  width: 100%;
  height: 50px;
  position: fixed;
  bottom: 50px;
  left: 0;
  background: #fff;
  border-top: 1px solid #c5ccd5;
  border-bottom: 1px solid #c5ccd5;
  line-height: 50px;
  z-index: 9999;
}

.vote-bottom {
  background: -webkit-linear-gradient(top, #fad81b 30%, #ffe557 70%);
  background: -o-linear-gradient(top, #fad81b 30%, #ffe557 70%);
  background: -moz-linear-gradient(top, #fad81b 30%, #ffe557 70%);
  background: linear-gradient(top, #fad81b 30%, #ffe557 70%);
  border: 1px solid #ce8800;
  color: #712d00;
  padding: 5px 15px;
  border-radius: 5px;
}

.close-vote-bottom {
  padding-left: 5px;
}

.transform-deg {
  transform: rotate(90deg);
}

.musice {
  z-index: 9999;
  width: 30px;
  height: 30px;
  position: fixed;
  right: 18px;
  top: 18px;
  background: #ef3f3f;
  border: 2px solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 25px;
  font-size: 15px;
  cursor: pointer;
}

.erweima-title {
  color: #990000;
  font-size: 20px;
}

.erweima-img {
  display: block;
  margin: 10px auto;
  width: 50%;
}

/*particular*/

.particurlar-role {
  width: 100%;
  padding: 5px;
  background: #fff;
  border: 1px solid #a91000;
}

.particurlar-role .role-details iframe,
.particurlar-role .role-details img {
  width: 100% !important;
}

.particurlar-role .role-grid {
  /*border:1px solid #901e1d;*/
  padding: 10px;
  color: #a0033d;
}

.particurlar-role .role-grid li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #940403;
}

.particurlar-role .role-grid li span:nth-child(2) {
  padding-left: 5px;
}

.Prize p {
  margin-top: 10px;
}

.Prize img {
  width: 98%;
}

.mar-top {
  margin-top: 30px;
}

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

.mar-top40 {
  margin-top: 40px !important;
}

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

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

/*ranking*/

.kind-choose {
  width: 100%;
}

.kind-choose li {
  padding: 5px;
}

.kind-choose .kind-btn {
  width: 100%;
  display: inline-block;
  border: 1px solid #c5ccd5;
  color: #b0b0b0;
}

.hover-style {
  background: #f0403f !important;
  color: #fff !important;
}

.rank-form {
  margin-top: 20px;
}

.rank-form a {
  color: #000;
}

.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 td:nth-child(2) {
  text-align: left;
}

.table thead tr {
  background-color: #f7f8fa;
}

.table > tbody > tr:nth-child(even) {
  background-color: #f7f8fa;
}

.table > tbody > tr:nth-child(odd) {
  background-color: #ffffff;
}

.table > thead > tr > th {
  border-bottom: none;
}

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

/*用户信息页面*/

.player-info {
  width: 100%;
  padding: 5px;
  background: #fff;
}

.player-head {
  width: 100%;
  display: block;
  margin: 15px auto;
}

.click-vote {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  background: -webkit-linear-gradient(top, #e63900 30%, #c60506 70%);
  background: -o-linear-gradient(top bottom, #e63900 30%, #c60506 70%);
  background: -moz-linear-gradient(top bottom, #e63900 30%, #c60506 70%);
  background: linear-gradient(top bottom, #e63900 30%, #c60506 70%);
  color: #fff;
  border: 1px solid #a91000;
}

/*signUp*/

.info-grid label {
  color: #a0033d !important;
}

.submit-info {
  width: 100%;
  background: #dc2f33;
  color: #f9e35f;
}

.submit-btn {
  margin-top: 20px;
}

/*背景音乐*/

.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;
  display: none;
  background: #ef3f3f;
  border: 2px solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  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);
  }
}

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

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

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


.rule_text:last-child {
  margin-bottom: 0;
}