.container{
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; 
}
[v-cloak] { display: none; }
.isFixed{
  position: fixed;
  top: 0;
  left:0;
  right:0;
}
.header{
  height: 1.12rem;
  margin-top: 0.2rem;
  overflow: hidden;
}
.header-img{
  width: 7rem;
  margin: 0 auto;
  height: 1.12rem;
  display: block;
}
.column{
  width: 7rem;
  margin: 0 auto .28rem;
  padding-top: .4rem;
  height: 4.8rem;
}
.column h3 {
  font-size: .32rem;
  color: #333333;
  line-height: .32rem;
}
.sf-app-dark .column h3 {
  color: #808595;
}
.column ul.sub {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  margin-bottom: .3rem;
  min-height: 3.22rem;
  margin-right: -.23rem;
}
.column ul.sub li {
  display: none;
  width: 1.5rem;
  text-align: center;
  margin-bottom: .1rem;
  position: relative;
  margin-right: .3rem;
}
.column ul.sub li img.icon{
  height: .72rem;
  width: .72rem;
  display: block;
  margin: .3rem auto .12rem;
}
.column ul.sub li .tag{
  display: block;
  top: .2rem;
  left: .8rem;
  position: absolute;
  height: .26rem;
  background: #EB3F2E;
  border-radius: .12rem .13rem .13rem 0;
  font-family: PingFangSC-Semibold;
  font-size: .16rem;
  color: #FFFFFF;
  line-height: .26rem;
  font-weight: 600;
  padding: 0 .05rem;
  overflow: hidden;
}
.column ul.sub p{
  font-family: PingFangSC-Medium;
  font-size: .24rem;
  color: #333333;
  line-height: .24rem;
  overflow:hidden;
  text-overflow:ellipsis; 
  white-space:nowrap;
}
.sf-app-dark .column ul.sub p{
  color: #9A9EAD;
}
.slider {
  display: flex;
  /* border: .01rem solid #E5E6F2; */
  border-radius: .06rem;
  overflow: hidden;
}
.sf-app-dark .slider {
  border-color: #2F323A;
}
.slider .left{
  background-image: linear-gradient(-45deg, #294770 0%, #0F1C34 100%);
  border-radius: .06rem 0 0 .06rem;
  width: .99rem;
  height: .96rem;
  text-align: center;
  padding-top: .16rem;
  box-sizing: border-box;
}
.slider .left .img{
  width: .67rem;
  height: .64rem;
  margin: 0 auto;
  display: block;
  background: url(//n.sinaimg.cn/finance/tzyb/src/slider-title.png) 0/contain no-repeat;
}
.sf-app-dark .slider .left{
  background-image: linear-gradient(-45deg, #31435B 0%, #1E2737 100%);
}
.sf-app-dark .slider .left .img{
  background: url(//n.sinaimg.cn/finance/tzyb/src/slider-night.png) 0/contain no-repeat;
}
.slider .el-carousel__item{
  background: #FEF3E4;
}
.sf-app-dark .slider .el-carousel__item{
  background: #2b2b2c;
}

.slider .el-carousel__item p {
  font-size: .26rem;
  color: #AF3737;
  line-height: .36rem;
  width: 5.7rem;
  margin: .12rem auto;
  overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2; 
}
.sf-app-dark .slider .el-carousel__item p{
  color: #D2753C;
}
.slider .el-carousel{
  width: 6rem;
}
#app {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c3e50;
  background-color: #fff;
  font-size: .14rem;
  -webkit-overflow-scrolling: touch; 
}
.column ul.sub li.showvue{
  display: block;
}

.hide{
  display: none;
}
#app .showvue{
  display: block;
}
h3, body, p, ul{
  margin: 0;
}
body{
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
a{
  text-decoration: none;
}
#app .border{
  height: .2rem;
  background: #F5F7FB;
  width: 100%;
}
#app .el-tabs__nav{
  /* height: .88rem; */
}
#app .el-tabs__item{
  padding: 0 .2rem;
  font-size: .32rem;
  color: #808595;
  height: .88rem;
  line-height: .88rem;
}
#app .el-tabs__item.is-active{
  color: #333333;
}
#app.sf-app-dark .el-tabs .el-tabs__item.is-active{
  color: #508CEE;
}
#app .el-tabs--top .el-tabs__item.is-top:nth-child(2){
  padding-left: 0;
}
#app .el-tabs__nav-scroll{
  padding-left: .38rem;
}
#app .el-tabs__nav-wrap::after{
  height: .01rem;
}
#app.sf-app-dark .el-tabs__nav-wrap::after{
  background-color:#2F323A;
}
#app .el-tab-pane{
  overflow-y: scroll;
}
#app .el-timeline{
  padding-left: .28rem;
  /* overflow-y: auto */
}
#app .el-timeline-item__node--normal{
  width: .12rem;
  height: .12rem;
  background: #508CEE;
}
#app .el-timeline-item__tail{
  left: .03rem;
  border-left: .02rem solid #E4E7ED;
}

#app.sf-app-dark .el-timeline-item__tail{
  border-left: .02rem solid #2F323A;
}
#app .el-timeline-item__timestamp{
  font-size: .26rem;
  color: #508CEE;
  padding-top: 0;
  font-weight: bold;
}
#app .content{
  padding-top: .24rem;
  /* overflow-y: scroll; */
  max-width: 7.5rem;
  margin: 0 auto;
  z-index: 99;
  position: relative;
}
.el-tabs{
  max-width: 7.5rem;
  margin: 0 auto;
  z-index: 999;
  width: 100%;
  background-color: #fff;
}
.sf-app-dark .el-tabs{
  background-color: #1A1B1D;
}
.el-tabs__header{
  margin: 0;
}
.el-timeline-item__wrapper{
  top: 0;
  padding-left: .25rem;
}
.el-timeline-item__content{
  width: 6.6rem;
}
.el-timeline-item__content h4{
  font-size: .34rem;
  color: #333333;
  margin: .24rem 0 .2rem;
}
.sf-app-dark .el-timeline-item__content h4{
  color: #9A9EAD;
}
.el-timeline-item__content p{
  font-size: .3rem;
  color: #333333;
  line-height: .44rem;
}
.sf-app-dark .el-timeline-item__content p{
  color: #808595;
}
.el-timeline-item__content .label {
  height: .44rem;
  border-radius: .06rem;
  color: #68503E;
  display: flex;
  margin-top: .2rem;
}
.label .title{
  background-image: linear-gradient(270deg, #7A6956 1%, #4C3C2B 100%);
  border-radius: .06rem 0 0 .06rem;
  font-size: .24rem;
  color: #FFD3B2;
  line-height: .48rem;
}
.label span{
  padding: 0 .12rem;
  display: inline-block;
  line-height: .44rem;
  height: .44rem;
}
.label .tag{
  border: .01rem solid #A48E7F;
  height: .42rem;
  border-left: none;
  border-top-right-radius: 0.06rem;
  border-bottom-right-radius: 0.06rem;
}
.sf-app-dark .label .tag{
  color: #FFD3B2
}
.callup{
  background-image: linear-gradient(222deg, #88C0F8 0%, #508CEE 100%);
  box-shadow: 0 .06rem .16rem 0 rgba(0,0,0,0.15);
  border-radius: .4rem;
  height: .8rem;
  line-height: .8rem;
  width: 2.2rem;
  font-size: .34rem;
  color: #FFFFFF;
  text-align: center;
  position: fixed;
  bottom: 1rem;
  left: 50%;
  transform: translate(-50%,0);
  z-index: 999;
}
p.tips {
  font-size: .3rem;
  color: #5e6d82;
  text-align: center;
  padding: .3rem 0 .6rem ;
}
.blank {
  text-align: center;
}
.blank .icon-blank{
  background: url(//n.sinaimg.cn/finance/tzyb/src/blank-day.png) 0/contain no-repeat;
  width: 2rem;
  height: 2rem;
  margin: .5rem auto .15rem;
}
.sf-app-dark .blank .icon-blank{
  background: url(//n.sinaimg.cn/finance/tzyb/src/blank-night.png) 0/contain no-repeat;
}
.sf-app-dark .blank p{
  color: #808595;
}
.blank p{
  font-size: .3rem;
  color: #9A9EAD;
}
#app.sf-app-dark {
  background-color: #1A1B1D;
}
#app.sf-app-dark .border{
  background: #151617;
}
.pc-qrcode{
  position: fixed;
  right: 180px;
  top: 400px;
}
.pc-qrcode .img-wrap{
  height: 100px;
  width: 100px;
  border: 1px solid #E5E6F2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc-qrcode p{
  font-size: 12px;
  color: #333333;
  margin: 10px auto;
  text-align: center;
}

.el-message {
  min-width: .8rem;
  padding: .2rem;
  top: 50%!important;
}

.el-message .el-message__icon{
  font-size: .3rem
}

.tzyb-bar {
  position: fixed;
  bottom: 2.6rem;
  right: 0;
  width: 1.32rem;
  z-index: 999
}

.tzyb-bar img {
  width: 1.32rem;
  height: 1.51rem
}

.tzyb-bar .close {
  width: .52rem;
  height: .26rem;
  background: rgba(255,255,255,.6);
  border: .01rem solid #9A9EAD;
  border-radius: .04rem;
  font-size: .2rem;
  color: #9A9EAD;
  line-height: .26rem;
  margin: .3rem auto 0;
  text-align: center;
}