
#content {
  padding-bottom: 0;
}

.shufflingText {
  color: white;
  margin-top: -.3rem;
}

#ctionList{
  width: 100%;
  max-width: 1024px;
  min-width: 320px;
  margin: auto;
}

#ctionList{
  margin: auto;
  background: rgba(255, 255, 255, 0);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 103;
  display: none;
}

#base-rela{
  padding-top: .2rem;
  background: rgba(232, 232, 232, 0.9);
  font-size: .26rem;
  position:fixed;
  bottom: 0rem;
  left: 0;
  right: 0;
}

#base-isue>div{
  width: 84%;
  height: .8rem;
  line-height: .8rem;
  border-radius: .1rem;
  background: #fff;
  margin: .2rem auto;
  text-align: center;
  color: rgb(153, 71, 71);
}

.base-cancel{
  width: 84%;
  height: .8rem;
  line-height: .8rem;
  border-radius: .1rem;
  background: rgba(155, 70, 71, 0.3);
  margin: .4rem auto .2rem;
  text-align: center;
  color: white;
}

#mainBtns-view {
  width: auto;
  height: auto;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

#mainBtns-view li {
  width: auto;
  height: auto;
  display: block;
  float: left;
  position: relative;
}

#mainBtns-view li img {
  float: left;
}

#mainBtns-view li p {
  width: 100%;
  color: #4F4F4F;
  font-size: .22rem;
  text-align: center;
  float: left;
}

#kuaibao-view {
  width: 100%;
  height: .88rem;
  float: left;
  background: #fff;
}

#kuaibao-view .sign {
  width: 10%;
  height: 100%;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 .2rem;
}

#kuaibao-view .swiper-container {
  width: 80%;
  float: left;
}

#kuaibao-view .swiper-slide {
  overflow: hidden;
}

#kuaibao-view .swiper-slide .signtag {
  width: auto;
  height: .22rem;
  border-radius: 2px;
  font-size: .18rem;
  line-height: .26rem;
  padding: 0 .02rem;
  display: inline-block;
  float: left;
  margin: .32rem .1rem .32rem 0;
}

#kuaibao-view .swiper-slide .content {
  width: auto;
  max-width: 86%;
  height: 100%;
  border-radius: 2px;
  color: #4F4F4F;
  font-size: .24rem;
  line-height: .88rem;
  display: inline-block;
  float: left;
  text-align: left;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

#tags-view {
  width: auto;
  height: auto;
  margin-top: 7px;
  float: left;
  overflow: hidden;
}

#tags-view li {
  width: auto;
  height: auto;
  float: left;
  position: relative;
  overflow: hidden;
}

#tags-view li img {
  width: 100%;
  height: auto;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#tags-view li p {
  width: 100%;
  height: .23rem;
  float: left;
  color: #4F4F4F;
  font-size: .22rem;
  text-align: center;
  line-height: .23rem;
  overflow: hidden;
}

#tagdetail-view {
  width: auto;
  height: auto;
  float: left;
  margin: 7px auto 0;
  font-size: 0rem;
}

#tagdetail-view div{
  width: auto;
  height: auto;
  float: left;
}

#tentext div{
  display: inline-block;
}

#tentext li{
  display: block;
}

#interest-view {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 8px;
  overflow: hidden;
  background: #fff;
}

#interest-view .title-bg {
  width: 100%;
  height: .95rem;
  float: left;
  background: url(../../img/square/interesttitle.png) no-repeat;
  background-position: center;
  background-size: contain;
}

#interest-view .cont-bg {
  width: 100%;
  height: auto;
  float: left;
  overflow: hidden;
  padding-bottom: .4rem;
}

#interest-view .cont-bg .add {
  width: 1.16rem;
  height: .4rem;
  float: left;
  margin-top: .2rem;
  margin-left: 50%;
  transform: translateX(-50%);
  background: #F8D500;
  border: 1px solid #F8D500;
  border-radius: .4rem;
  color: #4F4F4F;
  font-size: .24rem;
  text-align: center;
  line-height: .4rem;
  font-weight: 100;
  outline: none;
}

#interest-view .cont-bg .txt-bg {
  width: 2.96rem;
  height: auto;
  color: rgb(219, 219, 219);
  font-size: .24rem;
  line-height: .3rem;
  margin-left: 1.73rem;
  text-align: center;
  float: left;
  margin-top: .4rem;
}


#butJump{
  width: 100%;
  height: .8rem;
  background: white;
  border-top: 1px solid #ccc;
  position: fixed;
  bottom:-.8rem;
  left: 0;
  right:0;
  transition: 0.3s linear;
  display: flex;
  justify-content: center;
  z-index: 1005;
  display: none;
}

.JumpText{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items:center;
  padding: .2rem;
  font-size: .22rem;
}

.ChooseLeft{
	color:#127998;
}

.Chooseright{
	border-left: 1px solid #ccc;
}
