body.active {
  overflow-y: hidden;
  height: 100%;
  position: fixed;
}

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

.text-style-1 {
  color: #3b8c69;
}

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

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

.bg-style-o,.bg-style-o:hover,.bg-style-o:focus{
  background: #0e4d2b;
  color: #fff;
  border: none;
}


.btn-style-1,.btn-style-1:hover,.btn-style-1:focus {
  background: #9E7D1A;
  color: #fff;
  border: none;
}

.bg-style-classify,.bg-style-classify:hover,.bg-style-classify:focus{
  color: #3b8c69;
  background: none;
  border: 1px solid;
}
.mt-all{
  margin-top:10px;
}
.rad {
  border-radius: 30px;
}

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

.main-title p {
  font-weight: bold;
}
.page_bg {
  padding-top: 15px;
}
.container {
  width: 100%;
  margin: 0 auto;
  background-color: #DCF6ED;
  min-height: 100vh;
  position: relative;
}
.container.container_rule{
  background: #EDEBEC;
}
.container.container_rank{
  background:#F3F1DC;
}
.container .rule {
  position: absolute;
  right: 0;
  top: 1.5rem;
  font-size: 1rem;
  padding: 0.7rem 2rem;
  background: #e6e6e6;
  color: #db1c34;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: 10;
}

.container .head img {
  width: 100%;
}

.container .search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px 0;
}
.search .search_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 234px;
  border-radius: 6px;
  overflow: hidden;
}
.container .search input {
  flex:1;
  border: none;
  -webkit-user-select: text !important;
  outline: none;
  height: 30px;
  background: #fff;
  color: #000;
}
.container .search input::placeholder {
  color: #c6c0ca;
}
.container .search button {
  background: #fff;
  color: #c5c5c5;
  justify-content: center;
  border: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  height: 30px;
  width: 30px;
  outline: none;
}

.container .search button .iconfont {
  font-size: 16px;
}
.container .page_bg .number {
  display: flex;
  justify-content: space-between;
  margin-top: 10px
}

.container .page_bg .number dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 31%;
  border-radius: 0.6rem;
  color: #fff;
  background: #3b8c69;
}

.container .number dl dt {
  font-size: 12px;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.7);
}

.container .number dl dd {
  font-size: 16px;
}

.diff-time-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 0 10px;
  height: 38px;
}
.diff-time-text {
  flex: 1;
  color: #D2A10C;
  font-size: 12px;
}
.count-down-box {
  display: inline-flex;
  align-items: center;
  color: #D2A10C;
  font-size: 14px;
}
.time-color {
  min-width: 2rem;
  padding: 0 0.2rem;
  font-size: 2rem;
  text-align: center;
}

.title_text {
  text-align: center;
  color: #333;
  font-size: 16px;
}
.title_text p {
  margin: 0;
}
.container .vote-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  padding-bottom: 5px;
}

.vote-list .vote_item {
  position: relative;
  padding: 10px;
}
.item_wrapper {
  width: 100%;
  background: #F5F5F5;
  border-radius: 5px;
  box-shadow: 0 0 1rem rgb(0 0 0 / 20%);
}

.vote-list .vote_item .no {
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 600;
}

.vote-list .vote_number {
  color: #D2A10C;
}
.vote-list .vote_item .item_wrapper .title {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  padding: 0 10px;
}

.vote-list.aligning .vote_item .item_wrapper .title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.vote-list .vote_item .item_picture {
  margin-top: 6px;;
  padding: 0 10px;
}

.vote-list .vote_item .item_picture .picture {
  position: relative;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}

.vote-list .vote_item .item_picture .picture .img {
  display: block;
  width: 100%;
}

.vote-list .vote_item .item_picture .picture .img img {
  width: 100%;
}

.vote-list .vote_item .item_info {
  padding: 6px;
}

.vote-list .vote_item .item_info .vote {
  
}
.vote-list .vote_item .item_info .vote .vote_count {
  display: block;
  color: #0E4D2B;
  text-align: center;
}

.vote-list .vote_item .item_info .vote .vote_count .vote_data {
  font-size: 16px;
  font-weight: 600;
}
.vote-list .vote_item .item_info .vote .vote_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 6px auto;
  width: 100%;
  max-width: 120px;
  height: 26px;
  border-radius: 14px;
  font-size: 14px;
}

/* 
.container .vote-list dl dd .vote a:active {
    background: #bb0014;
    color: #fff;
} */

.container .vote-detail {
  padding: 0 20px;
  flex-direction: column;
}
.detail_banner img {
  width: 100%;
}

.container .vote-detail .picture {
  position: relative;
  width: 100%;
}

.container .vote-detail .picture .detail_content {
  margin-top: 20px;
  background: #fff;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  border-radius: 15px;
}

.container .vote-detail .picture .detail_content .detail_title {
  color: #000;
  font-size: 14px;
}

.container .vote-detail .picture .detail_content .detail_index {
  color: #D2A10C;
  font-size: 14px;
  font-weight: 600;
  padding-right: 10px;
}
.container .vote-detail .detail_avatar{
  margin-top: 15px;;
}
.container .vote-detail .picture img {
  width: 100%;
}
.vote-detail .detail_rank_wrap {
  margin-top: 15px;
  text-align: center;;
}
.vote-detail .detail_rank{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  min-width: 100px;
  padding: 0 6px;
  height: 30px;
  border-radius: 15px;
  color: #FF1F1F;
}

.vote-detail .detail-votes{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  width: 100%;
}
.vote-detail .detail_vote_text{
  font-size: 14px;
  color: #333;
}
.vote-detail .detail_vote_btn{
  margin-top: 15px;
  width: 150px;
}
.vote-detail .detail_vote_btn.detail_vote_btn_1{
  margin-top: 0;
}
.vote-detail .detail_vote_btn img{
  width: 100%;
}
.vote-detail .detail_vote_info{
  margin-top: 10px;
  font-size: 12px;
  color: #333;
}


.container .vote-detail .no span {
  background: #c6b29d;
  color: #fff;
  border-radius: 0.3rem;
  width: 9rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem auto;
}

.container .vote-detail .main {
  position: relative;
  width: 100%;
  margin-top: 20px;
}

/* .container .vote-detail .main:before,
.container .vote-detail .main:after {
  position: absolute;
  display: block;
  content: "";
  border-radius: 1rem;
} */

.container .vote-detail .main .meta {
  position: relative;
}

.container .vote-detail .main .meta img,.container .vote-detail .main .meta iframe{
  width:100%;
  max-width:100%;
}
 

.container .vote-detail .main .meta .meta_title {
  color: #d00b00;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1rem;
}

.container .vote-detail .main .meta dl {
  display: flex;
  flex-direction: column;
}

.container .vote-detail .meta dl dt {
  font-size: 1.4rem;
  font-weight: bold;
  color: #bb0014;
  padding: 1rem 2rem 0.5rem;
  position: relative;
}

.container .vote-detail .meta dl dt:before,
.container .vote-detail .meta dl dt:after {
  position: absolute;
  display: block;
  content: "";
}

.container .vote-detail .meta dl dt:before {
  left: -0.2rem;
  top: 1.6rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #bb0014;
}

.container .vote-detail .meta dl dt:after {
  left: -0.5rem;
  top: 1.3rem;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  border: 0.1rem solid rgba(234, 101, 66, 0.5);
  box-sizing: border-box;
}

.container .vote-detail .meta dl dd {
  font-size: 1.2rem;
  color: #414141;
  padding: 0.8rem 2rem 1.5rem;
  border-left: 0.1rem solid rgba(234, 101, 66, 0.5);
}

.container .vote-detail .meta dl dd a {
  color: #444;
}

.container .vote-detail .intro {
  padding: 1rem 2rem;
}

.container .vote-detail .intro .content {
  line-height: 1.8em;
  font-size: 1.2rem;
  text-align: justify;
  color: #414141;
}

.container .vote-detail .intro .content p {
  text-indent: 2em;
}

.foot-tabs ul {
  display: flex;
  overflow: hidden;
}

.foot-tabs ul li {
  flex: 1;
  position: relative;
}

/* .foot-tabs ul li:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  width: 1px;
  border-left: 1px solid #ebc9ca;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
  z-index: 2;
} */

.foot-tabs ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width:100%;
  height:60px;
  font-size:18px;
  cursor: pointer;
  background-color: #3b8c69;
  color: #fdfbf8;
}

.foot-tabs ul li.selected a {
  background-color: #0e4d2b;
  color: #fff;
}
.foot_details ul li a {
  color: #d7d7d7;
  font-size: 2rem;
  background-color: #d96868;
}

.foot_details ul li.selected a {
  color: #fff;
  background-color: #d41a1e;
}
.foot_details ul li a img {
  width: 2.2rem;
  margin-right: 0.2rem;
}
.rule-box {
  width: 27rem;
  height: 40rem;
  padding: 1.5rem 0;
  border-radius: 0.6rem;
  background: #fff;
  color: #333;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.rule-box .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
}

.rule-box .title img {
  height: 2.5rem;
}

.rule-box .content {
  width: 23rem;
  height: 29rem;
  line-height: 1.45em;
  text-align: justify;
}

.rule-box .content p {
  padding: 0;
  margin: 0.4rem 0;
}

.rule-box .content img {
  width: 100%;
}

.rule-box .confirm {
  color: #fff;
  width: 17rem;
  height: 3.6rem;
  border-radius: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #bb0014;
  cursor: pointer;
}

.rule-box .close {
  position: absolute;
  right: 0;
  top: -5rem;
  cursor: pointer;
}

.rule-box .close i {
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-size: cover;
  position: relative;
}

.rule-box .close i:after {
  position: absolute;
  left: 1rem;
  bottom: -3rem;
  width: 0.1rem;
  height: 3rem;
  content: "";
  display: block;
  background: #fff;
}

.banner_box {
  width: 100%;
  height: 100vh;
}

.banner_box .banner_box_img {
  width: 100%;
  height: calc(100vh - 4rem);
}

.banner_box .banner_box_img img {
  width: 100%;
  height: 100%;
}

.banner_box .banner_box_btn {
  margin: 0;
  height: 4rem;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #bb0014;
  color: #fff;
}

/* detail_asq */

.detail_asq {
  margin-top: 1rem;
}
.detail_asq_title {
  color: #ff4646;
  font-size: 1.4rem;
}
.detail_asq_text {
  margin-top: 0.6rem;
  font-size: 1.2rem;
  color: #333;
}
.detail_asq_reason {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.detail_asq_reason label {
  display: inline-flex;
  align-items: center;
  margin: 1rem 0;
}
.detail_asq_reason .detail_asq_other {
  padding: 0;
  width: 10em;
  border: none;
  border-bottom: 1px solid #797979;
  background: none;
  outline: none;
}
.detail_asq_suggest input {
  display: block;
  width: 100%;
  border: 1px solid #333;
  background: none;
}

.vote-item-load-box {
  padding-bottom: 20px;
  text-align: center;
}

.vote-item-load-box .icon {
  margin: 0 auto;
}
.rule_banner_bg {
  position: relative;
  min-height: 100vh;
}
.rule_banner_bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.rule_banner_bg .rule_vote {
  display: block;
  position: absolute;
  left: 49%;
  top: 82%;
  transform: translateX(-50%);
  width: 12.8rem;
  height: 3.2rem;
  border: 1px solid #fff;
}

.page_content{
  margin-top: 20px;
}
.page_content .page_content_description{
  padding:0 20px;
  font-size: 12px;
  color: #333;
}

.page_content .page_content_description img,.page_content .page_content_description iframe{
  width:100%;
  max-width: 100%;
}
.page_rank_img{
  width: 100%;
}


.rank_list{
  margin-top: 15px;
  padding: 0 15px;
}
.table td, .table thead th{
  border:none;
  padding: 10px;;
  vertical-align: middle;
  text-align: center;
}

.table thead th{
  color: #705728;
  font-size: 16px;
}

.table tbody tr,.table thead tr{
  background: none;
  border-bottom: 1px solid #fff;
}
.table_rank img{
  width: 30px;
}

.table tbody tr td{
  color: #96305C;
  font-size: 14px;
}
.table tbody tr:nth-child(1) td{
  color: #EEA92B;
}
.table tbody tr:nth-child(2) td{
  color: #959491;
}
.table tbody tr:nth-child(3) td{
  color: #B9866D;
}
.table tbody tr:nth-child(4) td,.table tbody tr:nth-child(5) td,.table tbody tr:nth-child(6) td,.table tbody tr:nth-child(7) td,.table tbody tr:nth-child(8) td,.table tbody tr:nth-child(9) td,.table tbody tr:nth-child(10) td{
  color: #B39F8F;
}
.table tbody tr td:nth-child(1){
  width: 25%;
}
.table tbody tr td:nth-child(2){
  width: 50%;
  text-align:left;
}

.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 td .table_detail a{
  color: inherit;
}

.table tbody tr td .table_detail p{
  margin:0;
}

.table_count{
  font-weight: 600;
}

.tabel_rank_content{
  position: relative;
  display: inline-flex;
}
.tabel_rank_content .tabel_rank_content_num{
  position: absolute;
  left: 50%;
  top: 5px;
  margin: 0;
  transform: translateX(-50%);
}

.page_sign_box{
  margin-top: 20px;
  padding: 0 20px;
  overflow: hidden;
}
.page_sign_box .card{
  border-radius: 10px;
}

.type-box{
  padding: 0 15px;
  display: flex;
  align-items: center;
  overflow-x: auto;
}

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

.type-box .item .btn{
  font-size: 12px;
  outline: none;
  box-shadow: none;
  border-radius: 30px;
  padding: 0 12px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.navbar-box {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
  background: #fff;
}

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

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

.footer-bar-box .item a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  text-decoration: none;
  color: inherit;
  font-size: 18px;
  cursor: pointer;
}

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

.select-bar-box {
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  align-items:center;
}

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


.detail-btn {
  width: 100px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 3px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
}

.check-box-btn{
  width: 80px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 3px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 15px;
}


.screen_index {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}

.rule-box-title h3{
  color: #333;
  font-size: 16px;
  margin: 15px auto;
  text-align: center;
}