/* tabbar */
#ad1{
  margin-bottom: 0.2rem;
}
.tabbar{
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 0.98rem;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  padding:0 1.48rem; 
  z-index: 5;
}
.tabber-item{
  width: 0.5rem;
  height: 100%;
  text-align: center;
  flex-shrink: 0;
}
.tabber-item>.icon{
  width: .50rem;
  height: .50rem;
  margin-top: 0.08rem;
}
.tabbar-text{
  font-size: .22rem;
  color: #B5B5B5;
}
.tabbar-middle{
  transform: translateY(-.54rem);
  width: 1rem;
}
.tabber-item .icon-create{
  width: 1rem;
  height: 1rem;
}
/* homePage */
.home-page{
}
.home-scroll-page{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home-page-container{
  padding-bottom: 1.2rem;
}
.back-top{
  position: fixed;
  bottom: 1.2rem;
  right: .2rem;
  width: 0.8rem;
  height: 0.8rem;
  z-index: 20;
}
.scroll-item{
  background: #fff;
  padding-top: 0.3rem;
  margin-bottom: 0.2rem;
}
.corver-item{
  width: 6.9rem;
  height: 3.45rem;
  position: relative;
  border-radius: .08rem;
  background: #999 url() center no-repeat;
  background-size: cover;
  margin: 0 auto;
  overflow: hidden;
}
.play-icon{
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 1.32rem;
  left: 3.05rem;
}
.cover-desc{
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.65);
  padding-left: 0.38rem;
  font-size: .36rem;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: justify;
  text-shadow: 0 02rem .04rem rgba(0,0,0,0.26);
  white-space: nowrap;
  word-break: keep-all;
  text-overflow: ellipsis;
}
.scroll-foot{
  display: flex;
  width: 100%;
  height: 1.05rem;
  line-height: 1.05rem;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding:  0 .3rem;
}
.user-info{
  flex-shrink: 0;
  height: 100%;
}
.user-info >.avatar{
  width: 0.55rem;
  height: 0.55rem;
  position: relative;
  top: .15rem;
  background-color: #999;
  background-size: cover;
  border-radius: .55rem;
  margin-right: 0.1rem;
}
.user-info >.nickname{
  font-size: .3rem;
  color: #555555;
  font-weight: 600;
}
.work-msg{
  flex-grow: 1;
  font-size: .28rem;
  color: #999999;
  letter-spacing: 0;
  text-align: right;
}
/* create */
.create-page{
  overflow: auto;
  padding-top: 0.22rem;
}
.create-item{
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 7rem;
  /* height: 270rem; */
  background: #fff;
  padding: 0.4rem 0.4rem 0.41rem 0.45rem;
  margin: 0 auto;
  margin-bottom: 0.22rem;
  border-radius: .04rem;
}
.create-main{
  width: 4.8rem;
  flex-shrink: 0;
}
.create-title{
  position: relative;
  font-size: .34rem;
  color: #323232;
  margin-bottom: 0.3rem;
}
.create-title-tip{
  margin-left: 0.18rem;
  font-size: 0.24rem;
  color: #54B3FC;
}
.create-desc{
  font-size: 0.26rem;
  color: #666;
}
.create-icon{
  width: 1rem;
  height: 1rem;
}
.create-mark-icon{
  position: relative;
  left: 0.13rem;
  bottom: 0.13rem;
  width: 0.44rem;
  height: 0.44rem;
}
/* mine */
.mine-scroll-page{
  /* transform:translate3d(0,0,0);
  -webkit-transform:translate3d(0,0,0); */
  overflow: hidden;
}
.mine-page-container{
  padding-bottom: 1.2rem;
}
.mine-empty{
  position: relative;
  width: 100%;
  height: 100%;
}
.mine-empty-logo{
  display: block;
  margin: 0 auto;
  margin-top: 23.8%;
  width: 1.73rem;
}
.mine-empty-text{
  display: block;
  margin-top: 0.26rem;
  font-size: .3rem;
  color: #666666;
  text-align: center;
}
.wallet{
  position: fixed;
  right: 0.2rem;
  bottom: 2.1rem;
  width: 0.9rem;
  height: 0.9rem;
  z-index: 5;
}
.works-box{
  width: 6.9rem;
  margin: 0 auto;
}
.works-date{
  display: inline-block;
  width: auto;
  height: 0.38rem;
  line-height: 0.38rem;
  background: #EDEDED;
  border-radius: 18.5rem;
  font-size: .22rem;
  color: #808080;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  padding: 0 .13rem;
}
.works-item{
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  background: #fff;
  padding: 0.25rem 0.12rem 0.27rem 0.24rem;
  box-shadow: 0 .02rem .1rem 0 rgba(204,204,204,0.14);
  border-radius: .08rem;
  margin-bottom: 0.25rem;
}
.works-cover{
  position: relative;
  width: 2.76rem;
  height: 1.98rem;
  border-radius: .08rem;
  overflow: hidden;
  flex-shrink: 0;
}
.work-type{
  position: absolute;
  right: -1rem;
  top:-1rem;
  transform: rotate(45deg) scale(.5);
  width: 2rem;
  height: 2rem;
  text-align: center;
  line-height: 3.3rem;
  font-size: 0.32rem;
  color:#fff;
  background: rgba(0,0,0,0.4);
}
.works-info{
  position: relative;
  flex-grow: 1;
  height: 1.98rem;
  padding-left: 0.31rem;
}
.works-title{
  width: 3.6rem;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: .32rem;
  color: #333333;
  margin-bottom: 0.15rem;
}
.works-desc{
  position: relative;
  top:-.2rem;
  width: 100%;
  height: 0.3rem;
  font-size: .22rem;
  color: #AAAAAA;
}
.works-icon{
  position: relative;
  top:.125rem;
  width: 0.44rem;
  height: 0.44rem;
  margin-right: 0.2rem;
}
.works-desc-text{
  margin-right: 0.43rem;
}
.works-ctrl{
  position: absolute;
  width: 3.6rem;
  bottom: 0;
  text-align: right;
}
.works-btn{
  position: relative;
  width: 1.33rem;
  height: 0.56rem;
  margin-right: 0.24rem;
}
.works-btn::after{
  content: ' ';
  display: block;
  width: 120%;
  height: 140%;
  position: absolute;
  top:-20%;
  left: -10%;
}
/* actionSheet */
.more_lists {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}
.more_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.more_lists .more_list {
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
}
.more_lists .more_list>div {
  background: #fff;
}
.group>div {
  border-bottom:.01rem solid #ededed;
  border-radius: .08rem;
}
.more_lists span {
  font-size: .32rem;
  line-height: .98rem;
  text-align: center;
  color: #0b95fe;
  display: inline-block;
}
.ml-tip-text{
  position: relative;
  display: inline-block;
  height: 100%;
}
.ml-tip-text>.tip {
  display: inline-block;
  position: absolute;
  width: .57rem;
  height: .26rem;
  line-height: .26rem;
  border-radius: 50em;
  font-size: .18rem;
  background-color: #FF8E3C;
  color: #fff;
  top: calc(50% - .13rem);
  right: -3.5em;
}
.ml-tip-text>.tip-img {
  position: absolute;
  font-size: .12rem;
  top: 3.2em;
  right: -2.5em;
}
.ml-tip>.ml-tip-button {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.more_list>.group {
  width: 6.88rem;
  margin: 0 auto;
  margin-bottom: .25rem;
  border-radius: .08rem;
}
.more_list>.group:nth-last-child(1) {
  margin-bottom: .46rem;
}
.more_list view:nth-of-type(1) text {
  border-radius: .12rem .12rem 0 0;
}
.tip_text {
  text-align: center;
  font-size: .26rem;
  line-height: .88rem;
  color: #b5b5b5;
}
/* videoAlert */
.videoAlertWin {
  z-index: 10;
  background: rgb(252, 252, 252);
  /* padding: .rem; */
}
.vaw-block{
  padding: .25rem .3rem;
  background: #fff;
  margin-bottom: 0.2rem;
}
.toggle-group{
  padding: 0;
  padding-left: 0.3rem;
  font-size: .32rem;
  color: #4E4E4E;
}
.videoAlertWin .title,.videoAlertWin .desc {
  color: #666;
  font-size: .28rem;
  line-height: .4rem;
  margin-bottom: 0.15rem;
}
.videoAlertWin .title-input{
  display: block;
  width: 100%;
  height: 1rem;
  min-height: 1rem;
  overflow-y:auto;
  white-space:normal;
  word-wrap:break-word;
  word-break: break-all;
  font-size: .34rem;
  line-height: 0.5rem;
  color: #4E4E4E;
  padding-bottom: 0;
  border:none;
}
.videoAlertWin .text-box{
  width: 100%;
  border: 1px solid #e3e3e3;
}
.text-counter{
  text-align: right;
  margin-right: 0.1rem;
  margin-bottom: 0.05rem;
  color: #999999;
  font-size: 0.24rem;
}
.videoAlertWin .inputAreaV {
  font-size: 0.26rem;
  line-height: .8rem;
  width: 100%;
  border: 1px solid #e3e3e3;
  padding: 0 0.2rem;
  margin-bottom: 0.2rem;
  color: #000;
}
.videoAlertWin textarea {
  line-height: .4rem;
  width: 100%;
  min-height: 2.4rem;
  border: 1px solid #e3e3e3;
  border:none;
  padding: 0.2rem;
  resize: none;
  font-size: .34rem;
  color: #4E4E4E;
}
.agree-box{
  height: 2em;
  padding: 0 .30rem;
  margin-bottom: 0.2rem;
}
.agree-img {
  margin-top: .08rem;
  float: left; 
  width: .2rem; 
}
.agree-text {
  color: #7D7D7D; 
  margin-left: .08rem; 
  margin-top: 0.06rem; 
  float: left;
  font-size: .20rem;
}
.title-com {
  width: 100%;
  margin: 0;
  height: .8rem;
  line-height: .8rem;
  background: #fff;
  padding: 0 .2rem;
}
.checkBox-shang{
  border-bottom: 1px solid #E8E8E8;
}
.title-com > p {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  float: left;
}
.switchBtn {
  width: .9rem;
  height: auto;
  float: right;
  margin-top: 6.5px;
}
.videoAlertWin-btn-group{
  width: 100%;
  padding: 0 .4rem;
  padding-top: .5rem;
  font-size: 0;
  display: flex;
  justify-content: space-between
}
.videoAlertWin-btn-group>.btn{
  display: inline-block;
  font-size: 0.32rem;
  width: 3.21rem;
  height: .88rem;
  line-height: .88rem;
}
.videoAlertWin-btn-group .save {
  color: #fff;
  text-align: center;
  background: #0B95FE;
  border: 1px solid #0B95FE;
  border-radius: 0.05rem;
}
.videoAlertWin-btn-group .back {
  color: #0B95FE;
  text-align: center;
  background: #fff;
  border: 1px solid#0B95FE;
  border-radius: 0.1rem;
}
.userProtocol{
  position: fixed;
  top:0px;
  left:0px;
  width: 7.5rem;
  height: 100vh;
  background-color: rgba(0,0,0,0.8);
  z-index:15;
}
.userProtocolWishBottle{
  position: absolute;
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  display: none;
  z-index:10;
}
.dialogContainer {
  background-color: white;
  color: #333;
  font-size: 20px;
  height: calc(100vh - 70px);
  left: 15px;
  line-height: 24px;
  position: absolute;
  right: 15px;
  top: 35px;
  z-index: 11000;
}
.dialogProtocol {
  color: #666;
  width: 100%;
  height: 100%;
  top: 0;
  background: #f9f9f9;
  z-index: 10;
  padding: 40px 10px 10px;
  position: absolute;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1.2;
}
.dialogProtocol div:nth-child(1) {
  line-height: 40px;
  font-size: 16px;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  text-align: center;
  color: #666;
}
.agreementClose {
  width: 22px;
  height: 22px;
  display: block;
  background: #cfcfcf;
  border-radius: 50%;
  right: 9px;
  top: 9px;
  position: absolute;
  text-decoration: none;
  font-size: 20px;
  line-height: 1.2;
}
.agreementClose:before {
  display: block;
  top: 7px;
  -webkit-transform-origin: right;
  -webkit-transform: rotate(-45deg);
  width: 10px;
  height: 1px;
  background: #4a4a4a;
  left: 5px;
  position: absolute;
  content: "";
}
.agreementClose:after {
  display: block;
  top: 14px;
  -webkit-transform-origin: right;
  -webkit-transform: rotate(45deg);
  width: 10px;
  height: 1px;
  background: #4a4a4a;
  left: 5px;
  position: absolute;
  content: "";
}
.dialogProtocol div:nth-child(3) {
  height: 100%;
  background: #fff;
  font-size: 14px;
  padding: 5px;
  word-wrap: break-word;
  word-break: break-all;
  overflow-y: auto;
  box-sizing: border-box;
  color: #666;
  line-height: 1.2;
}
.imgsr{
  height:100%;
}
.te_mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.te_box {
  position: absolute;
  top: 0.28rem;
  left: calc(50% - 3.5rem);
  width: 7rem;
  background: #FFFFFF;
  box-sizing: border-box;
  border-radius: 0.08rem;
  /* overflow: hidden; */
}
.teb_edit_box {
  position: relative;
  width: 100%;
  height: 3.85rem;
  box-sizing: border-box;
  padding: 0.29rem 0.29rem 0.55rem;
}

.teeb_head {
  width: 100%;
  height: 1.18rem;
  line-height: 1.18rem;
  font-size: 0.32rem;
  color: #333333;
  text-align: center;
}
.teeb_body {
  position: relative;
  width: 5.7rem;
  height: 1.48rem;
  margin: 0 auto;
  border: 1px solid #CECECE;
  border-radius: 0.08rem;
  margin-bottom: 0.3rem;
}
.teeb_edit_box {
  width: 100%;
  height: 100%;
}
.teeb_editor {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: calc(100% - .35rem);
  font-size: 0.36rem;
  padding: 0.16rem 0;
  resize: none;
  border: none;
}
.teeb_tip {
  position: absolute;
  bottom: 0.06rem;
  right: 0.12rem;
  font-size: 0.24rem;
  color: #999999;
}
.teeb_foot {
  display: -webkit-flex;
  height: 0.92rem;
  border-top: 1px solid #CECECE;
}
.teeb_foot_btn {
  width: 50%;
  line-height: 0.92rem;
  text-align: center;
  font-size: 0.36rem;
  color: #666666;
  border-left: 1px solid #CECECE;
}
.teeb_foot_btn:nth-child(1) {
  border-left: none;
}
.teeb_foot_btn.btn_hl {
  color: #0091FF;
}
.zufu_interface{
  width: 100%;
  height: 1.72rem;
  margin-bottom: 0.6rem;
  display: flex;
  justify-content: space-between;
  padding: 0.3rem;
}
.zufu_item{
  display: block;
  width: 2.1rem;
  height: 1.72rem;
  background: center no-repeat;
  background-size: cover;
  position: relative;
  border-radius: .08rem;
  overflow: hidden;
}
.zufu_title{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.7rem;
  line-height: 0.7rem;
  background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.50) 99%);
  border-radius: 0 0 .08rem .08rem;
  font-size: 0.32rem;
  text-align: center;
  color: #fff;
}