* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  /* font-size: 10px; */
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

a:focus,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  outline: none;
}

img,iframe{
  vertical-align: middle;
}

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

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

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

body {
  width: 100%;
  font-size: 14px;
  background: #ecf0f5;
}

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

.page {
  min-height: 100vh;
  background: #68c3ff;
}

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

.swiper-container {
  width: 100%;
}

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

.container {
  /*padding: 0;*/
  /*background: #68c3ff;*/
}

.btn-button-style,
.btn-button-style:focus {
  /* padding: 5px 26px; */
  border-radius: 30px;
  background-color: #feda1b;
  text-align: center;
  color: #833d0e;
  text-decoration: none;
  line-height: 30px;
  border: 2px solid #0c3f95;
  -moz-box-shadow: -3px -3px 0 #fb8200 inset;
  /* For Firefox3.6+ */
  -webkit-box-shadow: -3px -3px 0 #fb8200 inset;
  /* For Chrome5+, Safari5+ */
  box-shadow: -3px -3px 0 #fb8200 inset !important;
  /* For Latest Opera */
}

#pjax-box {
  max-width: 600px;
  margin: auto;
}

.card-footer {
  padding: 0;
  border: none;
  background: #4ab3f8;
  color: #0a42b0;
  border-radius: 12px;
  height: 36px;
  line-height: 36px;
}

.main-title {
  margin-top: 15px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}

.main-title p {
  margin: 0;
}

.count {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 28vw;
  margin: 15px 0;
  padding: 0 20px;
  background: url(../img/333.png) no-repeat 0px 0px;
  background-size: cover;
}

.count-title {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.count-title p {
  text-align: center;
  /*font-size:16px;*/
  color: #215dce;
  font-weight: bold;
}

.count-title p:nth-child(2) {
  /*margin-top:16px;*/
}

.row .apply {
  width: 100%;
  margin: 15px 0;
  text-align: center;
}

.row .apply .apply-href {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 145px;
  height: 45px;
  border-radius: 22px;
}

.row .apply .apply-href img {
  width: 100%;
}

.row .apply .apply-href .apply-text {
  padding: 5px 26px;
  color: #833d0e;
  font-size: 16px;
  font-weight: bold;
}

.row .input-group {
  position: relative;
  width: 100%;
  height: 29vw;
  background: transparent url(../img/btn-bg.png) no-repeat;
  background-size: 100% 100%;
}

.row .activity-img {
  text-align: center;
  margin: 10px 0;
  z-index: 1;
}

.row .activity-img img {
  width: 70%;
}

.row .text-main {
  /*font-size:1.6em;
    color:#215dce;*/
}

.row .card-body {
  background: #7dd6fe;
}

.row .card-body .content-unload {
  display: inline;
}

.row .card-body .content-unload.active {
  display: none;
}

.row .card-body .content-fewer {
  display: none;
}

.row .card-body .content-fewer.active {
  display: inline;
}

.row .card-body .text-rule-box {
}

.row .card-body .text-rule-box img {
  max-width: 100%;
}

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

.row .card-body .text-rule-box.active {
  display: block;
}

.row-top {
  /*padding-bottom:15px;*/
  background: #68c3ff;
}

.row-top #sername {
  position: absolute;
  left: 3%;
  top: 62%;
  transform: translateY(-50%);
  width: 52%;
  display: block;
  padding-left: 10px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  border-radius: 6px;
  background: #63c7f6;
  border: none;
}

input#sername::-webkit-input-placeholder {
  color: #215dce;
}

input#sername:-moz-placeholder {
  color: #215dce;
}

input#sername::-moz-placeholder {
  color: #215dce;
}

input#sername:-ms-input-placeholder {
  color: #215dce;
}

.row-top .button {
}

.row .card-body .text-center,
.row .card-body p span {
  color: #003366;
}

.row .card-body p {
  color: #003366;
}

.row-top .input-group-btn {
  position: absolute;
  left: 68%;
  top: 60%;
  transform: translate(-50%, -50%);
}

.row-top .btn {
  margin-left: 8px;
  padding: 8px;
  background: none;
  z-index: 1;
  border: none;
  color: #fff;
}

.row .row-top .btn:active {
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.125);
}

.btn-classify {
  position: relative;
  padding: 5px;
}

.btn-classify img {
  width: 100%;
}

.btn-classify .href-btn {
  color: #833d0e;
  display: block;
  text-align: center;
}

.href-btn:focus,
.href-btn:hover {
  color: #833d0e;
  text-decoration: none;
}

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

.type-box {
  margin: 10px -5px 20px -5px;
}

.grid {
  position: relative;
  background: #68c3ff;
  margin: 20px -5px 0;
  padding: 0;
}

.grid .vote-item {
  padding: 0 10px;
}

.grid .vote-item .card {
  border-radius: 15px;
  box-shadow: 0 0 5px #cccccc;
  border: 3px solid #0a42b0;
  overflow: hidden;
  margin-bottom: 20px;
}

.grid .vote-item .card .img-box img {
  display: block;
  width: 100%;
  /*border-top-left-radius:30px;
    border-top-right-radius:30px;*/
}

.grid .vote-item .card .card-body {
  padding: 10px;
  background: #7dd6fe;
}

.grid .vote-item .card .card-body p .btn-success {
  position: relative;
  display: inline;
  /* margin: 0 auto;
    width: 104px;
    height: 34px;
    border-radius: 18px; */
  background: none;
  border: none;
}

.grid .vote-item .card .card-body .btn-success img {
  width: 100%;
}

.grid .vote-item .card .card-body .btn-success .btn-text {
  color: #833d0e;
}

.grid .vote-item .card .card-body .btn-success .btn-text {
  display: block;
  width: 100%;
  padding: 0;
  color: #833d0e;
  font-size: 14px;
  font-weight: bold;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}

[class^="col-"]:not(.pad-no) {
  /*padding-left: 7.5px;
    padding-right: 7.5px;*/
}

.grid .vote-item .index-tag {
  position: absolute;
  left: -8px;
  top: -14px;
  width: 60px;
  height: 42px;
  line-height: 25px;
  text-align: center;
  color: #0a42b0;
  font-weight: bold;
  z-index: 2;
}

.grid .vote-item .index-tag img {
  width: 86%;
}

.grid .vote-item .index-tag span {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}

.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 {
  display: none;
  margin-top: 10px;
  text-align: center;
  line-height: 30px;
  color: #b1e7ff;
}

/*.loading-box.active{
    display: block;
}
.loading-box img{
  display: inline-block;
}
.loading-box.active img{
  display:none;
}*/

.technical {
  margin-top: 10px;
  color: #b1e7ff;
}

#pjax-box .layui-layer {
  background: none;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}

#search {
  display: none;
}

#search .search-content {
  background-color: #7dd6fe;
  text-align: center;
  border-radius: 10px;
  border: 2px solid #0c3f95;
  -moz-box-shadow: -10px -10px 0 #3ebfff inset;
  -webkit-box-shadow: -10px -10px 0 #3ebfff inset;
  box-shadow: -10px -10px 0 #3ebfff inset;
}

#search .search-content .search-layer-title {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #fff;
  background: none;
  border-bottom: none;
  padding: 20px 50px;
}

#search .search-content .search-layer-content {
  padding: 20px 0;
  text-align: center;
}

#search .search-content .search-layer-content input {
  width: 73%;
  color: #0f469c;
  border-radius: 20px;
  background: #3ebfff;
  border: 1px solid #0f469c;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  outline: none;
}

#search .search-content .search-layer-img {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 15px 0;
}

#search .search-content .search-layer-img .search-btn1 {
  text-align: center;
  padding: 0 26px;
  color: #833d0e;
  font-weight: bold;
}

#search .search-content .search-layer-img .search-btn2 {
  text-align: center;
  padding: 3px;
  width: 84px;
  border-radius: 30px;
  background-color: #fe6439;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border: 2px solid #0c3f95;
  font-weight: bold;
}

#search .search-content .search-layer-img .search-btn2 p {
  margin: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  padding: 2px;
}

.navbar-box {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: transparent url(../img/base-bg.png) no-repeat;
  background-size: 100% 100%;
  z-index: 50;
}

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

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

.footer-bar-box .item a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0.6em;
  width: 50px;
  height: 50px;
  text-decoration: none;
  color: #0a42b0;
  text-align: center;
  background: inherit;
  z-index: 2;
}

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

.footer-bar-box .item a p {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
}

.footer-bar-box .item.active a,
.footer-bar-box .item.active a:focus {
  border-radius: 6px;
  background-color: #feda1b;
  text-align: center;
  color: #833d0e;
  text-decoration: none;
  border: 2px solid #995c0d;
  -moz-box-shadow: -3px -3px 0 #fb8200 inset;
  -webkit-box-shadow: -3px -3px 0 #fb8200 inset;
  box-shadow: -3px -3px 0 #fb8200 inset !important;
}

.footer-bar-box .item.active a i {
  color: #9d610d;
  background: none;
}

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

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

.bottom-newbar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 21vw;
  background: transparent url(../img/base-bg.png) no-repeat;
  background-size: cover;
  z-index: 20;
}

.bottom-newbar ul {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-around;
  align-items: center;
  margin: 0;
}

.bottom-newbar ul li {
  position: relative;
  text-align: center;
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottom-newbar ul li.active a {
  border-radius: 6px;
  background-color: #feda1b;
  text-align: center;
  color: #833d0e;
  text-decoration: none;
  border: 2px solid #995c0d;
  -moz-box-shadow: -3px -3px 0 #fb8200 inset;
  -webkit-box-shadow: -3px -3px 0 #fb8200 inset;
  box-shadow: -3px -3px 0 #fb8200 inset;
}

.bottom-newbar ul li.active a i {
  color: #9d610d;
  background: none;
}

.bottom-newbar ul li.active a p {
  color: #9d610d;
}

.bottom-newbar ul li a {
  position: relative;
  background: inherit;
  z-index: 2;
  display: block;
  width: 50px;
  height: 50px;
  /*border: 1px solid red;*/
  text-align: center;
  margin-top: 0.6em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bottom-newbar ul li a i {
  font-size: 20px;
  color: #0a42b0;
  background: #7cdbfd;
}

.bottom-newbar ul li a p {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  color: #0a42b0;
}

/*details.css*/

.de-page {
  background: #68c3ff url(../img/de-bg.png) no-repeat 0 0;
  min-height: 100vh;
  background-size: contain;
  padding-bottom: 15px;
}

.de-page .text-title {
  padding: 18vw 20px 10px 20px;
}

.text-title h2 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}

.row.card-content {
  position: relative;
  margin: 0;
  background: #7dd6fe;
  border-radius: 20px;
  border: 2px solid #0c3f95;
}

.row.card-content .card-body {
  margin: 12px;
  padding: 40px 15px;
  background: #b2ebff;
  border-radius: 20px;
  border: 2px solid #0c3f95;
}

.row.card-content .col-12 {
  padding: 0;
}

.row.card-content .card-img {
  left: 2%;
  top: -30px;
}

.row.card-content .card-star {
  right: -17px;
  bottom: -5px;
}

.card-content {
  position: relative;
  background: #7dd6fe;
  border-radius: 20px;
  border: 2px solid #0c3f95;
}

.card-content .card-img {
  position: absolute;
  left: 2%;
  top: -8%;
  width: auto;
  border-radius: 0;
}

.card-content .card-img img,
.card-content .card-star img,
.card-content2 .card-pocketStar img {
  width: 56%;
}

.card-content .card-star {
  position: absolute;
  right: -20px;
  bottom: 9px;
}

.de-page .card-content .card-body {
  margin: 12px;
  padding: 40px 15px;
  background: #b2ebff;
  border-radius: 20px;
  border: 2px solid #0c3f95;
}

.card-content2 {
  position: relative;
  margin-top: 20px;
  background: #7dd6fe;
  border-radius: 20px;
  border: 2px solid #0c3f95;
}

/*.card-content2 .card-pocket{
    position: absolute;
    right: -117px;
    top: -5px;
}*/

.card-content2 .card-pocketStar {
  position: absolute;
  left: 0%;
  bottom: 9px;
}

.card-content2 .card-body {
  margin: 12px;
  padding: 0 10px;
  background: #b2ebff;
  border-radius: 20px;
  border: 2px solid #0c3f95;
}

.card .card-body {
  color: #003366;
  /*padding:24vw 10vw;*/
}

.card-content2 .card-body .text-content img {
  max-width: 100%;
}

.card-content2 .card-body .text-content iframe {
  width: 100% !important;
}

.footer-content {
  margin: 20px 0;
  color: #fff;
}

/*ranking.css*/

#page-ranking {
  background: #68c3ff url(../img/de-bg.png) no-repeat 0 0;
  background-size: contain;
  min-height: 100vh;
  padding: 0 15px 15px 15px;
}

#page-ranking .container {
}

#page-ranking .text-title {
  padding: 18vw 20px 10px 20px;
}

#page-ranking .container .text-lg {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 11vw;
}

.ranking-img img {
  width: 100%;
}

#page-ranking .container .row .ranking-pd {
  padding: 0 13px;
}

.table-bordered {
  border: 2px solid #0a42b0;
  border-top: none;
}

#page-ranking .container .table-bordered > tbody > tr > td,
#page-ranking .container .table-bordered > thead > tr > th {
  border: none;
  border-bottom-width: 1px;
  text-align: center;
}

#page-ranking .container .table-bordered tr th,
tr td:nth-child(1) {
  text-align: center;
}

#page-ranking .container .table-bordered tr th,
tr td:nth-child(2) {
  text-align: center;
}

#page-ranking .container .table-bordered tr th,
tr td:nth-child(3) {
  text-align: center;
}

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

.table-bordered thead tr {
  background: #3ebfff;
}

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

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

#page-ranking .rangking-support {
  color: #fff;
}

/*sign.css*/

#page-content.page-textContent {
  background: #68c3ff url(../img/de-bg.png) no-repeat 0 0;
  /*min-height: 100vh;*/
  background-size: contain;
}

#page-content.page-textContent .container {
  padding: 0;
}

#page-content.page-textContent .text-title {
  padding: 18vw 20px 10px 20px;
}

#page-content.page-textContent .text-title h2 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}

#page-content.page-textContent .card {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 20px;
}

#page-content.page-textContent .card-content .card-body {
  margin: 12px;
  padding: 40px 15px;
  background: #b2ebff;
  border-radius: 20px;
  border: 2px solid #0c3f95;
}

#page-content.page-textContent .row .card-content {
  /* height: 85vw; */
  position: relative;
  margin: 20px;
  background: #7dd6fe;
  border-radius: 20px;
  border: 2px solid #0c3f95;
}

#page-content.page-textContent .row .col-12 {
  padding: 0;
}

#page-content.page-textContent .card-content .card-img {
  position: absolute;
  left: 2%;
  top: -30px;
}

#page-content.page-textContent .card-content .card-star {
  position: absolute;
  right: -20px;
  bottom: -3px;
}

#page-content.page-textContent .card-content2 {
  position: relative;
  margin: 0 20px;
  background: #7dd6fe;
  border-radius: 20px;
  border: 2px solid #0c3f95;
}

#page-content.page-textContent .card-content2 .col-12 {
  padding: 0;
}

#page-content.page-textContent .card-content2 .card-body {
  margin: 12px;
  padding: 17px 10px;
  background: #b2ebff;
  border-radius: 20px;
  border: 2px solid #0c3f95;
}

.form-container {
  /*margin:20px 10px;*/
}

#page-content.page-textContent .card-content2 .card-body .form-body {
  padding: 15px 0;
}

#page-content.page-textContent
  .card-content2
  .card-body
  .form-body
  .form-group {
  color: #003366;
}

#page-content.page-textContent
  .card-content2
  .card-body
  .form-body
  .form-control {
  background-color: #66dbff;
  border-radius: 6px;
  border: 1px solid #0c3f95;
  color: #0c3f95;
}

#page-content.page-textContent
  .card-content2
  .card-body
  .form-body
  .form-control::-webkit-input-placeholder {
  color: #0c3f95;
}

#page-content.page-textContent
  .card-content2
  .card-body
  .form-body
  .form-control:-moz-placeholder {
  color: #0c3f95;
}

#page-content.page-textContent
  .card-content2
  .card-body
  .form-body
  .form-control::-moz-placeholder {
  color: #0c3f95;
}

#page-content.page-textContent .card-content2 .btn-submit {
  text-align: center;
}

#page-content.page-textContent .card-content2 .btn-submit .btn-button-style {
  padding: 0 30px;
}

#page-content.page-textContent .card-content2 .btn-block {
  /* border-radius: 40px;
    border:none;
    background: none;
    outline:none;
    display: inline-block;
    width: auto; */
}

#page-content.page-textContent .card-content2 .btn-block img {
  width: 60%;
}

/*背景音乐*/

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

.audio-box {
  z-index: 102;
  width: 30px;
  height: 30px;
  position: fixed;
  right: 18px;
  top: 18px;
  display: none;
  background: #68c3ff;
  border: 2px solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 25px;
  font-size: 15px;
  cursor: pointer;
}

/* player.css */

.page-player .card-content {
  margin-top: 20px;
}

.page-player .card-content .detail_title {
  color: rgb(0, 51, 102);
  margin-top: 20px;
  margin-bottom: 10px;
}

.page-player .card-body-text .detail_sub_title {
  color: rgb(0, 51, 102);
  margin-top: 10px;
  margin-bottom: 10px;
}

.page-player .card-content .card-body {
  margin: 12px;
  padding: 0;
  background: #b2ebff;
  border-radius: 20px;
  border: 2px solid #0c3f95;
  overflow: hidden;
}

.page-player .card-content .card-body .vote-item-img-box img {
  width: 100%;
  border-radius: 18px;
}
.vote-item-img-box iframe {
  width: 100% !important;
}

.page-player .card-content .card-body-text {
  margin: 12px;
  padding: 15px;
  background: #b2ebff;
  border-radius: 20px;
  border: 2px solid #0c3f95;
}

.page-player .card-content .card-body-text .text-content img {
  max-width: 100%;
  margin-bottom: 20px;
}

#pjax-box .player-vote {
  text-align: center;
}

#pjax-box .player-vote .vote-item,
#pjax-box .player-vote .player-back {
  margin: 20px auto;
}

#pjax-box .player-vote .vote-href,
#pjax-box .player-vote .vote-back {
  position: relative;
  display: inline;
  border-radius: 22px;
}

.vote-text {
  display: block;
  margin: 0 auto;
  width: 75%;
  padding: 5px 26px;
  color: #833d0e;
  font-size: 16px;
  font-weight: bold;
}

#pjax-box .card-body .list-unstyled .text-muted {
  color: #003366;
}

#pjax-box .card-body .list-unstyled .text-semibold span {
  color: #003366;
}

/* 页面漂浮物 */

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

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

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

/* 验证码 */

.ver-code-box {
  text-align: center;
  display: none;
  width: 95%;
  background: #fff;
}

.ver-code-box input {
  margin-left: 5px;
}

.show-qrcode-box {
  display: none;
  text-align: center;
}

.show-qrcode-box .sqb-h1 {
  color: #f00;
  font-size: 20px;
  margin: 20px 0 0;
}

.show-qrcode-box .sqb-h2 {
  color: #f00;
  font-size: 17px;
  margin: 0 0 20px;
}

.show-qrcode-box img {
  width: 230px;
  height: 230px;
  margin: 20px;
}

/* 顶部图片滚动 */

.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;
  background: #68c3ff;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
}

/* .bg-dark, .bg-dark a {
    color: #fff;
}
.bg-dark {
    background-color: #263238;
} */

/* 多选框 */

.check-box {
  width: 100%;
  height: 22vw;
  line-height: 22vw;
  background: #fff;
  padding: 0 15px;
  font-size: 16px;
  background: url(../img/vote-bg.png) no-repeat;
  background-size: cover;
}

.check-box-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
}

.check-box-text {
  margin: 0;
  color: #0a42b0;
}

.check-box-href {
  padding: 0px 26px;
  color: #833d0e;
}

.check-box-href:focus,
.check-box-href:hover {
  color: #833d0e;
  text-decoration: none;
}

/* @media (min-width: 768px) {
    .row .row-top .btn {
        margin-left: 40px;
    }
}

@media (min-width: 537px) {
  
}

@media (max-width: 325px) {
    .check-box-href {
        padding: 0px 16px;
    }
}

@media (max-width: 325px) {
    .row .row-top .input-group-btn {
        right: 42%;
    }
    .row .row-top .btn {
       
        padding: 0;
    }
} 
*/

/* #widget-box {
    display: none;
}

.layer-self {
    width: 300px;
    border: 5px solid #ccc;
}

.widget-search-box,
.widget-vercode-box,
.widget-alert-box {
    background-color: #7dd6fe;
    text-align: center;
    border-radius: 10px;
    border: 2px solid #0c3f95;
    -moz-box-shadow: -10px -10px 0 #3ebfff inset;
    -webkit-box-shadow: -10px -10px 0 #3ebfff inset;
    box-shadow: -10px -10px 0 #3ebfff inset;
}

.widget-vercode-box a,
.widget-alert-box a {
    margin-top: 10px;
}

.widget-vercode-box .main-title,
.widget-alert-box .main-title {
    font-size: 20px;
    color: #fff;
    text-align: center;
    height: 42px;
    line-height: 42px;
}

.widget-vercode-box .verify-code {
    margin: 15px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.widget-vercode-box .verify-code .search-btn1 {
    text-align: center;
    padding: 0 26px;
    color: #833d0e;
    font-weight: bold;
}

.widget-vercode-box .verify-code .search-btn2 {
    text-align: center;
    padding: 3px;
    width: 84px;
    border-radius: 30px;
    background-color: #fe6439;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border: 2px solid #0c3f95;
    font-weight: bold;
}

.widget-vercode-box .verify-code .search-btn2 p {
    margin: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    padding: 2px;
}

.widget-vercode-box .input-lg {
    width: 80%;
    color: #0f469c;
    border-radius: 20px;
    background: #3ebfff;
    border: 1px solid #0f469c;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    outline: none;
}

.input-err {
    border: 1px solid #f00 !important;
}

.widget-vercode-box .input-lg::-webkit-input-placeholder {
    color: #0f469c;
}

.widget-alert-box a {
    display: inline-block;
    padding: 2px 30px;
    color: #833d0e;
    font-size: 14px;
} */

/*报名*/

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

/* @media (min-width: 600px) {
    .count {
        height: 180px;
    }
    .row .input-group {
        height: 190px;
    }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .bottom-newbar {
        padding-bottom: 20px;
        height: calc(21vw + 20px);
    }
    .check-box {
        bottom: calc(17vw + 18px);
    }
} */

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

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

.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;
  color: #333;
}

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

.table tbody tr td,
.table tbody tr td a {
  color: #333;
}

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