@charset "UTF-8";
:root {
  --countColor: #155859;
  --buttonTextColor: #DE2B2F;
  --textColor: #333333;
  --titleColor: #DE2B2F;
  --boxBorderColor: #DE2B2F;
  --whitetextColor: #FFFFFF;
}

#app {
  padding-bottom: 0;
  height: 100vh;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
input:-moz-placeholder {
  color: #999999;
}

.content-tuwen  {
  text-align: initial;
  margin: 0.43rem auto;
  width: 100%;
  line-height: 0.44rem;
  font-size: 0.28rem !important;
}
.content-tuwen span {
  color: #343434 !important;
  line-height: 0.44rem;
  word-break: break-all;
}
.my-font-14{
  text-align: initial !important;
  margin: 0.43rem auto !important;
  padding: 0rem .5rem;
  width: 100% !important;
  line-height: 0.44rem;
  font-size: 0.28rem !important;
}


.needdif {
  color: #FFF;
}

.repoterPos.colorToggle {
  color: #ffffff;
}

.topBanner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  /* margin-top: -17%; */
}

.van-hairline--top-bottom::after, .van-hairline-unset--top-bottom::after {
  border: none;
}

/*
 *   菜单栏
*/
.vote-manu>a{
  margin-top: -.15rem;
}
.vote-manu {
  /* background-color: transparent; */
  box-shadow: none;
  height: 1.4rem;
  display: flex;
  align-items: center;
  bottom: -.01rem;
}
.vote-manu img {
  width: 0.6rem;
  height: 0.6rem;
}
.vote-manu span {
  color: #999999;
}
.vote-manu > a,
.vote-manu .van-tabbar-item {
  /* padding-top: 0.3rem;
  margin-top:.3rem ; */
}
.van-tabbar-item {
  /* margin-top:.3rem ; */
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex:1;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items:center;
  
}

.vote-manu > a:nth-of-type(2) img {
  width: 0.6rem;
  height: 0.6rem;
}
.vote-manu > a:nth-of-type(3) img {
  width: 0.6rem;
  height: 0.6rem;
}
.vote-manu span.colorToggle {
  color: #DE2B2F;
}
.vote-manu .tabbarBg {
  position: absolute !important;
  /* width: 100% !important; */
  height: 117% !important;
  display: block !important;
  z-index: -1 !important;
}
.detail-footer{
  left: -.07rem;
}
/* 设置文字间距 */
.w-100{
  width: 86%;
  margin: auto;
  text-align: justify;
}
.h-auto{
  margin: auto;
}
/*
 *   首頁
*/
.index-main {
  overflow-y: auto !important;
}
.index-main .vote-banner img {
  width: 100%;
  display: block;
}
.index-main .vote-main {
  position: relative;
  font-size: 0;
  padding-bottom: 1.5rem;
  background: url("../image/bg2.png") no-repeat ;
  background-size: 100%;
  box-sizing: border-box;
  margin-top: -.01rem;
}
.index-main .vote-man {
  padding: 0 0.3rem 0;
  box-sizing: border-box;
  /* margin-bottom: .96rem; */
}
.index-main .vote-man li {
  display: inline-block;
  /* background: #fff; */
  border: 1px solid #F84428;
  border-radius: 0.1rem;
  /* background-color: #fff;
  border-radius: .1rem;
  border: 1px solid rgba(32,33,33,.6); */
}
.index-main .vote-man li:nth-of-type(2n) {
  margin-left: 0.28rem;
}
.index-main .vote-mc-name {
  padding: 0.15rem 0.24rem 0;
  display: flex;
  justify-content: space-between;
}
.index-main .vote-mc-name span:first-of-type {
  display: inline;
  font-size: 0.26rem;
  color: #402600;
  /* height: .33rem; */
  /* text-align: center; */
  height: 1.2rem;
  word-wrap: break-word;
}
.index-main .vote-mc-name span:last-of-type {
  font-size: 0.26rem;
  color: var(--titleColor);
  font-family: PingFangSC-Medium;
  text-align: center;
  word-break: break-word;
  line-height: 0.35rem;
}
.index-main .vote-mc-vote {
  color: #FFFFFF;
  border-radius: 0;
  text-align: center;
  background-image: url("../image/btn.png");
  background-size: 100% 100%;
  cursor: pointer;
  font-size: 0.26rem;
  width: 3rem;
  height: 0.5rem;
  line-height: 0.5rem;
  margin-left: .1rem;
  margin-bottom:.18rem;
}
.index-main .vote-mc-vote span {
  display: inline-block;
  font-size: 0.26rem;
  /* font-weight: 600; */
  margin-top: .02rem;
}
.index-main .vote-mc-vote img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  width: 0.36rem;
  height: 0.36rem;
}
.index-main .vote-mc-vote img:first-of-type {
  left: 15px;
}
.index-main .vote-mc-vote img:last-of-type {
  right: 15px;
  transform: translate(0, -50%) rotateY(180deg);
  -webkit-transform: translate(0, -50%) rotateY(180deg);
}
.index-main .vote-mc-vote a {
  color: #FFFFFF;
  text-decoration: none;
}
.index-main .idxInfo {
  width: 97%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.index-main .vote-time {
  text-align: center;
  padding: 0 0.3rem;
  position: relative;
  z-index: 4;
  margin: 0 0 .2rem 0;
  display: flex;
  align-items: center;
  margin-top:-2%
}
.van-icon van-icon-share{
  background: url(../image/share.png);
}
.index-main .vote-time > section {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 3;
}
.index-main .vote-time > img.zs2,
.index-main .vote-time > img.zs4,
.index-main .vote-time > img.zs3 {
  z-index: 1;
  position: absolute;
  top: -0.4rem;
}
.index-main .vote-time > img.zs2 {
  width: 1.27rem;
  left: 0;
}
.index-main .vote-time > img.zs4 {
  width: 1.76rem;
  right: 0;
}
.index-main .vote-time > img.zs3 {
  width: 1.97rem;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.index-main .vote-time > img.zs1 {
  display: block;
  /* width: 100%; */
  width: 6.75rem;
  height: 1.1rem;
  line-height: 1.1rem;
  position: relative;
  z-index: 0;
}
.index-main .vote-time img.vo-t-zs {
  width: 50%;
}
.index-main .vote-time div {
 /* padding-top: .37rem; */
 font-size: 0.25rem;
 color: #FFFFFF;
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
}
.index-main .vote-time .bm{
  font-size: 0.34rem;
}
.index-main .vote-time div > img {
  width: 0.22rem;
  height: 0.24rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.1rem;
}
.index-main .vote-time strong {
  margin: 0rem 0.05rem;
  color: #FFE568;
  font-weight: normal;
}
.index-main .vote-search {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.1rem 0.3rem 0.4rem;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  position: relative;
  z-index: 2;
}
.index-main .vote-search input {
  background-color: #fff;
  border-radius: 0.1rem;
  width: calc(100% - 1.5rem);
  padding: 0.16rem 0.23rem 0.16rem;
  border: none;
  box-sizing: border-box;
  border-top-right-radius: 0rem;
  border-bottom-right-radius: 0rem;
  box-shadow: 0px 2px 4px 0px rgba(231, 75, 75, 0.719);
  /* box-shadow: 0px 2px 4px 0px rgba(254, 127, 180, 0.38); */
}
.index-main .vote-search span {
  width: 1.5rem;
  height: 0.75rem;
  line-height: 0.75rem;
  text-align: center;
  background-color: #DE2B2F;
  /* border: 1px solid #FF536D; */
  border-radius: 0.1rem;
  color: #FFF;
  font-size: 0.26rem;
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 0rem;
  box-shadow: 0px 2px 4px 0px rgba(163, 8, 8, 0.911);
  font-weight: normal;
  cursor: pointer;
  letter-spacing: .02rem;
}
.index-main .vote-m-cont {
  padding: 0;
  box-sizing: border-box;
  position: relative;
}
.index-main .vote-m-list {
  /* width: calc(46% - 2px) !important;
  margin: 0 2% .4rem 2% !important; */
  width: 48% !important;
  margin: 0 0 0.5rem 0 !important;
  background:#FFFFFF;
}
.index-main .vote-m-list > span {
  text-align: center;
  position: absolute;
  left: 0rem;
  top: 0;
  border: 1px solid #B51413;
  min-width: 0.36rem;
  height: 0.36rem;
  -webkit-transform: translate(-50%, -50%);
  line-height: 0.36rem;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: #ffffff;
  color: #B51413;
  font-size: 0.2rem;
  border-radius: 50%;
}
.index-main .vote-m-list-another .vote-mc-vote {
  border-radius: 0 !important;
  color: #FFFFFF;
}
.vote-m-list-another .vote-mc-vote{
  width: 2rem !important;
  height:.65rem !important;
}
.index-main .vote-m-list-another .vote-mc-vote span {
  line-height: 0.65rem !important;
  background: url(../image/rule-bt.png) no-repeat;
  background-size: 100%;
}
.index-main .vote-m-list-another .vote-ml-bh {
  color: var(--titleColor);
}
.index-main .vote-m-list-another .vote-m-figure {
  height: 1.4rem;
  width: 0.99rem;
  display: inline-block;
  border-radius: 0;
  z-index: 0;
  margin: 0.14rem 0.34rem 0 0.42rem !important;
  padding: 0;
}
.index-main .vote-m-list-another .vote-mc-name {
  padding: 0;
  max-width: 2.7rem;
  display: table-cell;
  vertical-align: middle;
  height: 1.4rem;
}
.index-main .vote-m-list-another .vote-mc-name span:last-of-type {
  text-align: left;
}
.index-main .vode-d-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center;
  -webkit-justify-content: center; */
  /* width: 25%;
  height: 1.69rem; */
  width: 2rem;
  height: 2rem;
  border-radius: 4px;
  z-index: 4;
  position: relative;
  justify-content: center;
  /* color: #FFFFFF; */
}
.index-main .vode-d-cont > img {
  display: block;
  width: 1.74rem;
  height: 1.74rem;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  z-index: 1;
}
.index-main .vode-d-cont div {
  z-index: 2;
  color: var(--buttonTextColor);
  font-weight: bold;
  font-size: 0.37rem;
  margin-bottom: 0.4rem;
}
.index-main .vode-d-cont p {
  color: var(--buttonTextColor);
  z-index: 2;
  font-size: 0.24rem;
  margin-top: 0.1rem;
}
.index-main .vote-ml-bh {
  font-size: 0.18rem;
  position: absolute;
  left: 0;
  width: 0.46rem;
  height: 0.46rem;
  background-image: url(../image/index-zs3.png);
  background-size: 100% 100%;
  /* border: 1px solid #B51413; */
  /* border-radius: 50%; */
  z-index: 5;
  text-align: center;
  line-height: 0.2rem;
  color: #DE2B2F;
  transform: translate(-30%, -30%);
  -webkit-transform: translate(-30%, -30%);
  /* margin-top: -.1rem; */
  /* top: -.1rem; */
}
.vote-211-home_wrap .vote-time div > img{
  margin-top: -.04rem;
}
.index-main :not(.vote-m-list-another) .vote-ml-bh span {
  position: relative;
  top: 0.1rem;
  /* left: -0.05rem; */
}
.index-main .vote-m-figure {
  height: 3.85rem;
  width: auto;
  overflow: hidden;
  position: relative;
  border-radius: 0.1rem;
  z-index: 0;
  margin: 0.2rem;
  margin-bottom: 0rem;
}
.index-main .vote-m-figure img {
  width: auto;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.index-main .vote-detail {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  font-size: 0;
  /* margin:.3rem -.1rem; */
  margin-bottom: 0.2rem;
  padding-top: .62rem;
}
.index-main #masonry_box {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  /* margin-left: -.2rem; */
}
.index-main .index-group .colorToggle {
  color: var(--boxBorderColor);
  /* background-color: var(--boxBorderColor); */
  border:1px solid var(--boxBorderColor);
}
.group-background{
  background: var(--titleColor);
  color: #fff !important;
}
.index-group{
  /* margin: .26rem 0; */
  /* margin-bottom: .36rem; */
  /* margin-top:-.36rem ; */
}
.index-main .createdAcFixedFooter {
  bottom: 1.5rem;
}
.index-main .close-icon {
  right: 2rem;
  left: inherit;
  top:.3rem;
}

/*
 *   排行页
*/
.rank-main {
  /*height: calc(100vh - 1.3rem);*/
  position: relative;
  padding: 1.7rem 0.3rem 1.5rem;
  padding-bottom: 1.5rem;
  box-sizing: border-box;
  overflow-x: hidden;
}
.rank-main .rankbgg {
  position: absolute;
  width: 6.25rem;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  z-index: 4;
  top: 1.2rem;
}
.rank-main .rank-phb {
  background: #FFFFFF;
  border: 0.01rem solid #DE2B2F;
  border-radius: 0.1rem;
  margin-bottom: 0.3rem;
  position: relative;
  z-index: 2;
  padding: 0.2rem 0;
}
.rank-main .rank-phb > img {
  position: absolute;
  width: 5rem;
  height: 2.15rem;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  z-index: 4;
  top: -1.6rem;
}
.rank-main .rank-phb .rank-group .colorToggle {
  color: var(--titleColor);
  border: var(--boxBorderColor) 1px solid;
}
.rank-main .rank-phb .needdif {
  color: #333;
}
.rank-main .rank-first {
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  font-size: 0;
  padding-bottom: 0.23rem;
}
.rank-main .rank-first > div {
  display: inline-block;
  text-align: center;
  width: 2.06rem;
}
.rank-main .rank-first > div p {
  font-size: 0.24rem;
  color: #333333;
  margin: 0.11rem 0 0.07rem;
}
.rank-main .rank-first > div span {
  font-size: 0.24rem;
  color: var(--titleColor);
}
.rank-main .rank-other ul {
  padding: 0 0.56rem 0rem 0.26rem;
  font-size: 0;
}
.rank-main .rank-other li {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.rank-main .rank-other li > span {
  display: inline-block;
  width: 0.48rem;
  font-size: 0.18rem;
  color: #333333;
}
.rank-main .rank-other li .rank-o-tx {
  display: inline-block;
  vertical-align: middle;
  width: 1.03rem;
  height: 1.03rem;
  border: 1px solid #EDEDED;
}
.rank-main .rank-other li strong {
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  font-size: 0.3rem;
  color: #333333;
  margin-left: 0.41rem;
  width: 2rem;
}
.rank-main .rank-other li span.ro-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  font-size: 0.3rem;
  color: var(--titleColor);
}
.rank-main .rank-f-img {
  height: 2.06rem;
  position: relative;
}
.rank-main .rfi-bg {
  width: 84%;
  position: relative;
  top: 7%;
  left: 0.5%;
}
.rank-main .rfi-tx {
  position: absolute;
  left: 17.5%;
  top: 17%;
  box-shadow: 0 0 10px #eee;
  width: 1.3rem;
  height: 1.3rem;
  /*border-radius: 50%;*/
  z-index: 3;
  border: 2px solid #fff;
}
.rank-main .rfi-zs {
  position: absolute;
  left: 50%;
  top: 75%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  width: 0.32rem;
  z-index: 4;
}
.rank-main .borderline {
  display: inline-block;
  width: calc(100% - .48rem);
  height: 1.63rem;
  line-height: 1.63rem;
  border-top: 0.01rem solid #EEEEEE;
}
.rank-main .topBannerLeft {
  position: absolute;
  left: -0.1rem;
  top: 0;
  width: 1.85rem;
  z-index: 5;
  pointer-events: none;
}
.rank-main .topBannerRight {
  position: absolute;
  right: -0.1rem;
  top: 0;
  width: 1.85rem;
  z-index: 5;
  pointer-events: none;
}
.rank-main .rank-first div:nth-of-type(2) .rank-f-img .rfi-tx {
  top: 10%;
  width: 1.4rem;
  height: 1.4rem;
}
.rank-main .rfi-bg {
  width: 85%;
  top: 3%;
  left: 2.5%;
}
.detail-vote-btn{
	display: inline-block;
	width: 47.2%;
	height: .81rem;
	line-height: .9rem;
	text-align: center;
	border-radius: .81rem;
	font-size: .4rem;
  font-weight: normal;
	/* font-weight: bold; */
  color: #FFFFFF;
  border-radius: 0;
  text-align: center;
  background-image: url("../image/index-zs2.png");
  background-size: 100% 100%;
  cursor: pointer;
  position: relative;
  line-height: .86rem;
  height: .86rem;
  width: 4.3rem !important;

}
/*
 *   规则页面
*/
.rule-main {
  overflow-y: auto !important;
  position: relative;
  padding: 1.7rem 0.3rem 1.2rem;
  box-sizing: border-box;
  height: calc(100vh - .8rem) !important;
  overflow-x: hidden;
  /* background:url(../image/bg2.png); */
  background-size: 100% 103%;
}
.rule-main .ru-main {
  background-color: #fff;
  padding: 0.5rem 0 0;
  border-radius: 0.06rem;
  position: relative;
  font-size: 0;
  border: .01rem solid #C53533;
  /* z-index: 2; */
}
.rule-main .rule-content {
  line-height: 0.44rem;
  font-size: 0.28rem !important;
}
.rule-main .ruleBanner {
  position: absolute;
  width: 6.25rem;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  z-index: 4;
  top: 1.2rem;
}
.rule-main .rule-phb {
  background: #FFFFFF;
  /* border: 0.01rem solid var(--boxBorderColor); */
  border-radius: 0.1rem;
  overflow: hidden;
}
.rule-main .ru-m-time,
.rule-main .ru-m-cont,
.rule-main .ru-m-reward {
  text-align: center;
}
.rule-main .ru-title img {
  width: 1.28rem;
}
.rule-main .ru-title img:last-of-type {
  transform: rotateZ(180deg);
}
.rule-main .ru-title span {
  font-size: 0.28rem;
  color: var(--titleColor);
  margin: 0 0.16rem;
}
.rule-main .ru-cont {
  font-size: 0.3rem;
  color: #343434;
  width: 83.4%;
  margin: 0.43rem auto 0.43rem;
  white-space: normal;
  word-break: break-all;
  position: relative;
}
.rule-main .ru-foot {
  font-family: PingFangSC;
  color: #FFFFFF;
  border-radius: 0;
  text-align: center;
  background-image: url("../image/detail-bt.png");
  background-size: 100% 100%;
  cursor: pointer;
  box-sizing: border-box;
  /* width: 100%; */
  width: 6.75rem;
  height: 1.12rem;
  line-height: 1.12rem;
  margin: 0 auto;
  font-size: 0.34rem;
  position: relative;
  /* margin-top: -0.34rem !important; */
}
.rule-main .ru-foot span {
  margin-left: 0.6rem;
}
.rule-main .ru-m-cont .ru-cont {
  text-align: left;
}
.rule-main .ru-m-reward .ru-cont {
  text-align: left;
}
.rule-main .ru-m-reward .ru-cont span:last-of-type {
  text-align: right;
}
.rule-main .ru-m-reward .ru-cont strong {
  color: #FA587D;
  font-weight: 400;
}
.rule-main .diyCss {
  width: 100% !important;
}
.rule-main .topBannerLeft {
  position: absolute;
  left: -0.1rem;
  top: 0;
  width: 1.85rem;
  z-index: 5;
  pointer-events: none;
}
.rule-main .topBannerRight {
  position: absolute;
  right: -0.1rem;
  top: 0;
  width: 1.85rem;
  z-index: 5;
  pointer-events: none;
}

/*
 *   详情页
*/
.detail-main {
  padding: 0.32rem 0.3rem 2.1rem;
  overflow-x: hidden;
}
@media screen and (min-width: 800px) {
  .detail-main {
    position: inherit !important;
  }
}
.detail-main .topBanner {
  z-index: 0;
}
.detail-main .detail-body {
  padding: 0.5rem 0;
  border: 1px solid #DE2B2F;
  border-radius: 0.1rem;
  position: relative;
}
.v_common_detail .common-detail .detail-body .content-tuwen{
  padding:0 .5rem
}
/* .detail-main .detail-host.content-tuwen {
  width: 100%;
} */
.detail-main .user-avatar-info .colorToggle {
  color: var(--titleColor);
}
.detail-main .detail-btn {
  width: 90%;
  margin: 0.32rem auto 0rem;
}
.detail-main .detail-btn > div {
  width: 45%;
}
.detail-main .detail-btn > div:last-of-type {
  background: #FFFFFF;
  border: 0.01rem solid #B51413;
  color: #B51413;
}
.detail-main .detail-vote-btn {
  color: #FFFFFF;
  border-radius: 0;
  text-align: center;
  background-image: url(../image/rule-bt.png);
  background-size: 100% 100%;
  cursor: pointer;
  position: relative;
  width: 2.7rem !important;
  height: 1.12rem;
  line-height: 1.07rem;
  
}
.detail-main .detail-vote-btn-notxcx {
  /* margin-right: 1.2rem; */
}
.detail-main .detail-b-title span {
  font-size: 0.38rem;
  color: var(--titleColor);
  font-weight: 500;
  margin: 0 5px;
}
.detail-main .visit-title {
  color: #666666;
  margin-bottom: 0.31rem;
}
.detail-main .visitor-info div span {
  color: var(--titleColor);
}
.detail-main .detail-other-btn .colorToggle {
  color: var(--titleColor);
}
.detail-main .group-border {
  /* background-color: #244932; */
  /* border: 1px solid var(--titleColor); */
  /* color: var(--titleColor) !important; */
   background-image: url(../image/share.png);
  background-size: 100% 100%;
  z-index: 20;
}
.detail-main .group-border2 {
  /* background-color: #244932; */
  /* border: 1px solid var(--titleColor); */
  /* color: var(--titleColor) !important; */
   background-image: url(../image/index.png);
  background-size: 100% 100%;
  z-index: 20;
}
.detail-main .group-background {
  background: #29866A;
  color: #fff !important;
}
.detail-main .detail-h-title span {
  color: #343434;
}
.detail-main .detail-h-title span::before, .detail-main .detail-h-title span::after {
  /* background-color: #29866A; */
}
.detail-main .topBannerLeft {
  position: absolute;
  left: -0.1rem;
  top: 0;
  width: 1.85rem;
  z-index: 5;
  pointer-events: none;
}
.detail-main .topBannerRight {
  position: absolute;
  right: -0.1rem;
  top: 0;
  width: 1.85rem;
  z-index: 5;
  pointer-events: none;
}



.topBanner {
  z-index: 0;
}

        .common-container .common-detail .detail-host .content-tuwen {
          width: 100% !important;
          font-size: 0.28rem !important;
        }

        .common-detail .user-avatar {
            border-bottom: 1px solid #EBEBEB;
        }
    

    .detail-btn {
        width: 90%;
        margin: .32rem auto 0rem;
    }

    .detail-btn>div{
      width: 45%;
    }
    .detail-body {
      padding: .5rem 0;
      border: 1px solid var(--boxBorderColor);
      border-radius: .1rem;
      position: relative;
      z-index: 2;
  }
  .common-container .detail-body.content-tuwen {
    width: 100%;
  }
    .detail-btn>div:last-of-type{
      background: #FFFFFF;
                border: .01rem solid #B51413;
                color: #B51413;
    }

    .detail-vote-btn {
      color: #FFFFFF;
      border-radius: 0;
      text-align: center;
      background-image: url("../image/index-zs2.png");
      background-size: 100% 100%;
      cursor: pointer;
      position: relative;
      line-height: 1.4rem;
      height: 1.4rem;
      width: 3.96rem !important;
    }

    .detail-vote-btn-notxcx {
        margin-right: 1.2rem;
    }

    .detail-b-title span {
        font-size: .38rem;
        color: var(--titleColor);
        font-weight: 500;
        margin: 0 5px;
    }

    .visit-title {
        color: #666666;
        margin-bottom: 0.31rem;
    }

    .visitor-info div span {
        color: var(--titleColor);
    }

    .detail-other-btn .colorToggle {
        color: var(--titleColor);
    }

    .group-border {
        /* background-color: #244932; */
        /* border: 1px solid var(--titleColor); */
        /* color: var(--titleColor) !important; */
        /* background-image: url(./image/index-zs.png);
	    background-size: 100% 100%; */
        z-index: 20;
    }

    .group-background {
        /* background: var(--titleColor);
        color: #fff !important */
    }
    .detail-h-title span{
      color: #FF6080;
    }

    .detail-h-title span::before{
      background-color: #FF6080;
    }

    .detail-h-title span::after{
      background-color: #FF6080;
    }
    .topBannerLeft{
        position:absolute;
        left: -.1rem;
        top: 0;
        width: 1.85rem;
        z-index: 5;
        pointer-events: none;
    }

    .topBannerRight{
        position:absolute;
        right: -.1rem;
        top: 0;
        width: 1.85rem;
        z-index: 5;
        pointer-events: none;
    }

    .van-tabbar-item__icon img{
      bottom:-.02rem;
      margin-bottom: -.04rem;
      height: 30px;
      width: 30px;
    }
    .van-tabbar{
      display: flex;
      box-sizing: content-box;
      /* background-size: 100% 100%; */
      width: 100%;
      height: 1.1rem;
      /* position: relative; */
      /* padding: 1rem 0; */

    }
    .van-tabbar--fixed{
      position: fixed;
      bottom: 0;
      left: 0;
    }
    /* 最底文字颜色 */
    .jszcys a{
      color: #FFF !important; 
    }
     /* 文字边距 */
    .createdAcFooter{
      margin-bottom: .6rem !important;
    }