/*
 * @Author: MEDCON 
 * @Date: 2021-03-15 15:18:29 
 * @Last Modified by: MEDCON美迪康会务通学术会议服务平台
 * @Last Modified time: 2021-04-15 13:20:35
 */
@charset "utf-8";
html {
  width: 100%;
  height: 100%;
}
.flex {
  display: flex;
}
.x-between {
  justify-content: space-between;
}
y-bottom {
  align-items: flex-end;
}
body {
  background-color: #ebedf3;
  width: 16rem;
  color: #333;
  margin: 0 auto;
  width: 100%;
  min-height: 100%;
  position: relative;
}
body.modal-open {
  position: relative;
  width: 100%;
}
* {
  box-sizing: border-box;
}
a,
button,
input {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: inherit;
}
/*@font-face {*/
  /*font-family: 'iconfont';  !* Project id 1668068 *!*/
  /*src: url('//at.alicdn.com/t/font_1668068_2kaqfsem256.woff2?t=1638839877972') format('woff2'),*/
  /*url('//at.alicdn.com/t/font_1668068_2kaqfsem256.woff?t=1638839877972') format('woff'),*/
  /*url('//at.alicdn.com/t/font_1668068_2kaqfsem256.ttf?t=1638839877972') format('truetype');*/
/*}*/

@font-face {
  font-family: "iconfont"; /* Project id 1668068 */
  src: url('../../../fonts/online-study/iconfont.woff2?t=1656481964383') format('woff2'),
  url('../../../fonts/online-study/iconfont.woff?t=1656481964383') format('woff'),
  url('../../../fonts/online-study/iconfont.ttf?t=1656481964383') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.flex {
  display: flex;
}
.x-between {
  justify-content: space-between;
}
.y-center {
  align-items: center;
}
.flex-item {
  flex: 1;
}
.y-bottom {
  align-items: flex-end;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-size: 0.93866667rem;
}
i.nav-icon {
  background-color: #f7cf46;
}
.nav-icon {
  display: inline-block;
  width: 1.70666667rem;
  height: 1.70666667rem;
  line-height: 1.792rem;
  font-size: 0.93866667rem;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  vertical-align: bottom;
}
i.live-icon {
  background-color: #f7cf46;
}
i.live-icon.pinkbgc {
  background-color: #f16a74;
}
i.class-icon {
  background-color: #61a7f8;
}
i.topic-icon {
  background-color: #78d36d;
}
i.meet-icon {
  background-color: #f1bd6a;
}
i.news-icon {
  background-color: #f16a74;
}
i.replay-icon {
  background-color: #f3a641;
}
.container {
  width: 100%;
}
.card {
  padding: 0.64rem;
  background-color: #fff;
}
.mt20 {
  margin-top: 0.42666667rem;
}
.mt16 {
  margin-top: 0.34133333rem;
}
.pb0 {
  padding-bottom: 0.02133333rem;
}
.mb16 {
  margin-bottom: 0.34133333rem;
}
/*新增样式切换*/
.search-select-box{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.srarchBox {
  width: 70% !important;
  position: relative;
}
.search-icon{
  position: absolute;
  right: 0.4rem;
  color: #959595;
  font-size: 0.18rem;
  top: 50%;
  transform: translateY(-50%);
}
.searchInput {
  border-radius: 0.2rem;
  color: #a3a2b3 !important;
  font-size: 0.52rem;
  padding: 0.5rem;
  background: rgba(229, 229, 229, 0.4);
  border: none;
  width: 100%;
  box-sizing: border-box;
  outline: none;
}
.style-change{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.style-change span{
  border: 1px solid rgba(229, 229, 229, 0.4);
  width:2rem;
  height:1.5rem;
  text-align: center;
  cursor: pointer;
}
.style-change span:last-child {
  border-left: 1px solid rgba(229, 229, 229, 0.4);
}
.style-change span svg{
  position: relative;
  top: 0.3rem;
  width: 0.8rem;
  height: 0.8rem;
}
.style-change span.selected{
  background-color: rgba(229, 229, 229, 0.4);
}
.style-change span:last-child svg{
  top: 0.4rem;
  height: 0.65rem;
}
.grid-style{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.grid-style .table-item{
  width: 48%;
}
.grid-style .table-item a{
  padding-left: 0 !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.grid-style .table-item .videoStyle{
  position: static !important;
}
.grid-style .table-item .table-c .table-tips{
  display: flex;
  flex-direction: column;
}
.grid-style .table-item .table-c .table-tips .time {
  margin-right: 0.2rem;
}
.grid-style .table-item .table-c .unit-width{
  width: 65% !important;
}
.grid-style .table-item .table-c{
  padding-top: 0.3rem;
}
.grid-style .table-item .table-c h2{
  height: 1.6rem !important;
  overflow: hidden !important;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.grid-style .table-item .videoStyle.replay-tab{
  width: 100% !important;
  padding-top:56.25%;
}

@media screen and (min-width: 540px){
  .grid-style .table-item,.class-item {
    width: 32%!important;
  }
  .special-detail-page .classList .class-item{
    padding:0!important;
  }
  .special-detail-page .table-item:not(:nth-child(3n)),.special-detail-page .classList .class-item:not(:nth-child(3n)){
    margin-right:1.5%;
  }
  .special-detail-page .grid-style{
    justify-content: flex-start;
  }
}
@media screen and (min-width: 768px){
  .grid-style .table-item,.class-item {
    width: 24%!important;
  }
  .special-detail-page .table-item,.special-detail-page .classList .class-item{
    margin-right:1.25%!important;
  }
  .special-detail-page .table-item:nth-child(4n),.special-detail-page .classList .class-item:nth-child(4n){
    margin-right:0!important;
  }
}

.tips-box{
  margin-top: 0.3rem;
  color: #a4a3aa;
  font-size: 0.59733333rem;
}
.tips-box .tips{
  margin-top: 0 !important;
}
/* 头部样式 */
.__header{
  height:2rem;
  width:100%;
  background-color: #1c81d9;
}
.__header-back{
  width:2rem;
  height:2rem;
  font-size:1rem;
  color:#fff;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.__header-title{
  width:calc(100% - 4rem);
  line-height: 2rem;
  font-size:0.65rem;
  color:#fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  font-weight: bold;
}

.fixTop .fixedBox {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.adfirstBody {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.adFirst {
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  position: fixed;
  z-index: 9999999999;
  background-color: #fff;
}
.adFirst img {
  width: 100%;
  height: 100%;
}
.adFirst .closeTime {
  position: absolute;
  top: 0.42666667rem;
  right: 0.42666667rem;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  height: 0.85333333rem;
  line-height: 0.85333333rem;
  padding-left: 0.512rem;
  padding-right: 0.512rem;
  font-size: 0.512rem;
  border-radius: 25px;
  color: #666;
  z-index: 9;
}
.searchBox .space {
  height: 2.34666667rem;
}
.searchBox .card {
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
  font-size: 0.59733333rem;
  
}
.temp-fjj:before {content: 'sIDDBPHcZUn75XeBQepNPuzSR2VMsK3XiQ4tFJsuun0wqtx8aC3cS8KfF7FE1Iy_xyDslZb2NrQCA9LL6qMbxXQ_d_d';display:none;width: 100%;height: 5px;}
.otherRegion .searchBox .card {
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 18%);
}
.searchBox .iconfont {
  color: #a3a2b3;
  position: absolute;
  left: 1.19466667rem;
  font-size: 0.85333333rem;
  height: 1.70666667rem;
  line-height: 1.70666667rem;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.searchBox input {
  width: 100%;
  font-size: 0.59733333rem;
  padding-left: 1.536rem;
  padding-right: 0.64rem;
  height: 1.70666667rem;
  line-height: 1.70666667rem;
  border: 1px solid #dadae1;
  border-radius: 0.17066667rem;
  outline: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.searchBox input::-moz-placeholder {
  color: #a3a2b3;
}
.searchBox input::-webkit-input-placeholder {
  color: #a3a2b3;
}
.searchBox input:-ms-input-placeholder {
  color: #a3a2b3;
}
.searchBox.active input {
  padding-left: 0.64rem;
  padding-right: 1.536rem;
}
.searchBox.active .iconfont {
  right: 0.64rem;
  width: 1.70666667rem;
  height: 1.70666667rem;
  left: auto;
  text-align: center;
  cursor: pointer;
}
.personalNav .space {
  height: 2.02666667rem;
}
.personalNav .card {
  padding-top: 0.42666667rem;
  padding-bottom: 0.46933333rem;
  height: 2.02666667rem;
}
.personalNav .logo {
  height: 100%;
}
.personalNav .logo img {
  height: 100%;
  vertical-align: middle;
}
.personalNav .logo .logo-tit {
  color: #1f4e9b;
  font-size: 0.59733333rem;
  line-height: 0.93866667rem;
  position: relative;
  top: 0.17066667rem;
}
.personalNav .personBtn {
  padding-top: 0.17066667rem;
}
.personalNav .personBtn a {
  color: #000;
  font-size: 0.59733333rem;
  line-height: 0.93866667rem;
}
.personalNav .personBtn a .iconfont {
  font-size: 0.72533333rem;
  margin-right: 0.128rem;
  vertical-align: top;
}
.personalNav .personBtn a.languageBtn {
  color: #4668e0;
  font-weight: bold;
  font-size: 0.512rem;
  line-height: 0.512rem;
  background-color: #ecf0fc;
  margin-left: 0.42666667rem;
  padding: 0.42666667rem;
  padding-top: 0.17066667rem;
  padding-bottom: 0.17066667rem;
}
.banner img {
  width: 100%;
  display: block;
}
.banner-mess {
  padding-top: 0.64rem;
  padding-bottom: 0.42666667rem;
}
.banner-mess .topic {
  font-size: 0.64rem;
  line-height: 0.896rem;
}
.banner-mess .tips {
  margin-top: 0.74666667rem;
  color: #a4a3aa;
  font-size: 0.59733333rem;
  line-height: 0.59733333rem;
}
.banner-mess .tips .money {
  color: #f37241;
  font-size: 0.64rem;
  font-weight: 600;
  margin-right: 0.64rem;
  margin-bottom: 0.42666667rem;
  display: inline-block;
}
.banner-mess .tips .time {
  color: #8c8c8c;
}
.countdown2 {
  margin-top: 0.74666667rem;
}
.countdown2 p {
  font-size: 0.512rem;
  line-height: 0.512rem;
  margin-bottom: 0.21333333rem;
  color: #000;
}
.countdown2 .time-tab {
  font-style: normal;
  font-size: 0.42666667rem;
  position: relative;
  top: 0.04266667rem;
  color: #000;
}
.countdown2 span {
  padding: 0.29866667rem;
  font-size: 0.64rem;
  line-height: 0.64rem;
  border-radius: 0.17066667rem;
  min-width: 1.45066667rem;
  text-align: center;
  display: inline-block;
  color: #fff;
  background-color: #3e3e3e;
}
.countdown2 span.s {
  background-color: #ff3e2a;
}
.navBtn {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0;
  padding-bottom: 0.85333333rem;
}
.navBtn a {
  width: 25%;
  float: left;
  display: block;
  text-align: center;
  padding-top: 0.74666667rem;
}
.navBtn a .nav-icon {
  margin-bottom: 0.384rem;
}
.navBtn a p {
  font-size: 0.512rem;
  line-height: 0.512rem;
  color: #2f2f2f;
}
.title {
  position: relative;
  margin-bottom: 0.64rem;
}
.title .nav-icon {
  width: 0.896rem;
  height: 0.896rem;
  font-size: 0.55466667rem;
  line-height: 0.96rem;
  margin-right: 0.10666667rem;
  position: relative;
}
.title span {
  font-size: 0.68266667rem;
  line-height: 0.85333333rem;
  color: #000;
  font-weight: 600;
}
.title .more {
  color: #8c8c8c;
  font-size: 0.512rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
.main {
  margin-bottom: 2.56rem;
}
.main .card {
  padding-top: 0.64rem;
  padding-bottom: 0.02133333rem;
}
.comingList .coming-item {
  height: 2.85rem;
  padding-left: 5.54666667rem;
  margin-bottom: 0.96rem;
  position: relative;
}
.comingList .coming-item .pic {
  width: 5.12rem;
  height: 100%;
  border-radius: 0.128rem;
  overflow: hidden;
  background-color: #e9e9e9;
  position: absolute;
  top: 0;
  left: 0;
}
.comingList .coming-item .pic img {
  width: 100%;
  /* min-height: 3.84rem; */
  min-height: 2.85rem;
}
.comingList .coming-item .pic-mess {
  height: 100%;
  width: 100%;
}
.comingList .coming-item .pic-mess h2 {
  font-size: 0.59733333rem;
  line-height: 0.81066667rem;
  height: 1.62133333rem;
  color: #000;
}
.comingList .coming-item .pic-mess .tag {
  display: inline-block;
  padding: 0.17066667rem;
  font-size: 0.512rem;
  line-height: 0.46933333rem;
  margin-right: 0.32rem;
  border: 1px solid #78d36d;
  border-width: 0.04266667rem;
  color: #78d36d;
}
.comingList .coming-item .pic-mess .tag2 {
  display: inline-block;
  font-size: 0.49066667rem;
  line-height: 0.46933333rem;
  margin-right: 0rem;
  margin-left: -0.21333333rem;
  color: #8c8c8c;
}
.comingList .coming-item .pic-mess .teacher {
  color: #8d8d8d;
  font-size: 0.512rem;
  line-height: 0.768rem;
  margin-top: 0.10666667rem;
  letter-spacing: -1px;
}
.comingList .coming-item .pic-mess .teacher .fr {
  letter-spacing: 0;
}
.comingList .coming-item .pic-mess .teacher .iconfont {
  letter-spacing: 0;
  font-size: 0.512rem;
  margin-right: 0.08533333rem;
}
.comingList .coming-item .pic-mess .time {
  position: absolute;
  bottom: 0;
  color: #f37241;
  font-size: 0.448rem;
  line-height: 0.768rem;
}
.comingList .coming-item .pic-mess .time .iconfont {
  font-size: 0.512rem;
  vertical-align: bottom;
  margin-right: 0.064rem;
}
.comingList .coming-item .pic-mess .remindBtn {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  border: 1px solid #f37241;
  border-width: 0.04266667rem;
  font-size: 0.448rem;
  line-height: 0.448rem;
  color: #f37241;
  position: absolute;
  bottom: -2px;
  right: 0;
  border-radius: 20px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.comingList .coming-item .pic-mess .remindBtn.on {
  background-color: #f37241;
  color: #fff;
}
.comingList .coming-item .pic-mess .yuyueBtn {
  border-color: #6bc08c;
  border-width: 0.04266667rem;
  color: #6bc08c;
}
.comingList .coming-item .pic-mess .yuyueBtn.on {
  background-color: #6bc08c;
  color: #fff;
}
.sub-title {
  line-height: 1.5;
  height: 1rem;
  margin-top: 0.2rem;
}
.classList .class-item {
  width: 50%;
  padding-right: 0.29866667rem;
  margin-bottom: 0.85333333rem;
}
.classList .class-item:nth-of-type(2n) {
  padding-right: 0rem;
  padding-left: 0.29866667rem;
}
.classList .class-item .classP {
  width: 100%;
  border: 1px solid #e5eaf1;
  border-radius: 0.21333333rem;
  overflow: hidden;
  display: block;
}
.classList .class-item .classP .pic {
  width: 100%;
  padding-top:56.25%;
  overflow: hidden;
  background-color: #e9e9e9;
  position: relative;
}
.classList .class-item .classP .pic img {
  width: 100%;
  position: absolute;
  left:0;
  top:0;
  height:100%;
}
.classList .class-item .classP .pic .play-icon {
  width: 1.57866667rem;
  height: 1.57866667rem;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.78933333rem;
  margin-top: -0.78933333rem;
  font-size: 0.98133333rem;
  line-height: 1.6rem;
  color: #fff;
  text-align: center;
}
.classList .class-item .classP .pic .play-icon a {
  color: #fff;
}
.classList .class-item .classP .pic .suggestLabel {
  width: 1.57866667rem;
  height: 1.57866667rem;
  min-height: 1.57866667rem;
  position: absolute;
  right: 0;
  top: 0;
}
.classList .class-item .classP .pic .replayLabel {
  width: 1.92rem;
  height: 0.85333333rem;
  min-height: 0.85333333rem;
  position: absolute;
  left: 0.27733333rem;
  top: 0.27733333rem;
}
.classList .class-item .classP .pic-mess {
  padding: 0.29866667rem;
  padding-top: 0.21333333rem;
  padding-bottom: 0.32rem;
}
.classList .class-item .classP .pic-mess h2 {
  font-size: 0.55466667rem;
  line-height: 0.81066667rem;
  height: 1.62133333rem;
  color: #000;
}
.classList .class-item .classP .pic-mess .teacher {
  color: #a09fa7;
  font-size: 0.42666667rem;
  margin-top: 0.32rem;
}
.classList .class-item .classP .pic-mess .teacher .fr {
  letter-spacing: 0;
}
.classList .class-item .classP .pic-mess .teacher .iconfont {
  letter-spacing: 0;
  font-size: 0.512rem;
  margin-right: 0.08533333rem;
}
.classList .class-item .classP .lookBtn {
  display: block;
  width: 100%;
  height: 100%;
  border-top: 1px solid #e5eaf1;
  background-color: #f9fafc;
  padding: 0.384rem;
  padding-top: 0.59733333rem;
  padding-bottom: 0.59733333rem;
}
.classList .class-item .classP .lookBtn .money {
  font-size: 0.59733333rem;
  line-height: 0.59733333rem;
  color: #f37241;
  font-weight: bold;
}
.classList .class-item .classP .lookBtn .lookNow {
  color: #4c9bc8;
  font-size: 0.384rem;
  line-height: 0.59733333rem;
}
.classList .class-item .classP .lookBtn .lookCount {
  color: #888791;
  font-size: 0.448rem;
}
.topicList .class-item .classP .lookBtn {
  background-color: #fff;
  border: 0;
  padding-top: 0;
  padding-bottom: 0.42666667rem;
}
.topicList .class-item .classP .lookBtn .money {
  color: #f37241;
}
.topicList .class-item .classP .lookBtn .lookCount {
  color: #a4a3aa;
  font-size: 0.448rem;
}
.meetList .meeting-item {
  margin-bottom: 0.85333333rem;
}
.meetList .meeting-item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding-left: 5.54666667rem;
  height: 2.73066667rem;
  overflow: hidden;
}
.meetList .meeting-item a .pic {
  border-radius: 0.128rem;
  width: 5.12rem;
  height: 2.73066667rem;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.meetList .meeting-item a .pic img {
  width: 100%;
  min-height: 2.73066667rem;
}
.meetList .meeting-item a .pic-mess {
  height: 100%;
  position: relative;
}
.meetList .meeting-item a .pic-mess h2 {
  font-size: 0.55466667rem;
  line-height: 0.704rem;
  height: 1.408rem;
  color: #000;
  margin-bottom: 0.21333333rem;
}
.meetList .meeting-item a .pic-mess p {
  font-size: 0.384rem;
  line-height: 0.59733333rem;
  color: #8c8c8c;
}
.meetList .meeting-item a .pic-mess p .iconfont {
  font-size: 0.512rem;
  vertical-align: bottom;
}
.meetList .meeting-item a .pic-mess .watchProgress {
  font-size: 0.448rem;
  line-height: 0.64rem;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #8d8d8d;
}
.meetList .meeting-item a .pic-mess .watchProgress .minute {
  color: #f37241;
}
.meetList .meeting-item a .pic-mess .lecturerName {
  font-size: 0.512rem;
  line-height: 0.768rem;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #8d8d8d;
}
.meetList .meeting-item a .pic-mess .listBtn {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.512rem;
  line-height: 0.512rem;
  padding: 0.17066667rem;
  padding-left: 0.32rem;
  padding-right: 0.32rem;
  border-radius: 20px;
  border: 1px solid #f3a641;
  border-width: 0.04266667rem;
  color: #f3a641;
}
.meetList .meeting-item a .pic-mess .listBtn .iconfont {
  font-size: 0.512rem;
  margin-right: 0.128rem;
}
.meetList .meeting-item a .pic-mess .listBtn.liveBtn {
  color: #78d36d;
  border-color: #78d36d;
}
.meetList .meeting-item a .pic-mess .listBtn.ewmBtn {
  color: #577cff;
  border-color: #577cff;
}
.meetList .meeting-item a .pic-mess .listBtn.ewmBtn .iconfont {
  margin-right: 0.08533333rem;
}
.company-desc .meeting-item a {
  height: 3.5rem;
}
.company-desc .meeting-item a .pic {
  height: 3.5rem;
}
.company-desc .meeting-item a .pic-mess h2 {
  line-height: 1.5;
}
.newsList .tag {
  display: inline-block;
  padding: 0.17066667rem;
  padding-top: 0.04266667rem;
  padding-bottom: 0.04266667rem;
  font-size: 0.46933333rem;
  line-height: 0.46933333rem;
  margin-right: 0.21333333rem;
  border: 1px solid #78d36d;
  border-width: 0.04266667rem;
  color: #78d36d;
}
.newsList .tag.suggest {
  border-color: #61a7f8;
  color: #61a7f8;
}
.newsList .tag.toTop {
  border-color: #f16a74;
  color: #f16a74;
}
.newsList .meeting-item a .pic-mess h2 {
  height: 2.00533333rem;
  line-height: 0.68266667rem;
}
.newsList .meeting-item a .pic-mess .news-time {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.newsList .meeting-item .onlyWord {
  padding-left: 0rem;
  padding-right: 0rem;
}
.newsList .meeting-item a {
  padding-left: 0rem;
  padding-right: 5.54666667rem;
}
.newsList .meeting-item a .pic {
  left: initial;
  right: 0;
}
.main .newsContent {
  padding-top: 1.06666667rem;
  padding-bottom: 1.70666667rem;
}
.main .newsContent:after {
  content: '';
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  left: 0;
  top: 0;
  z-index: -1;
}
.main .newsContent .newsTitle {
  font-size: 0.68266667rem;
  line-height: 0.93866667rem;
}
.main .newsContent .newsTime {
  color: #a3a2b3;
  font-size: 0.512rem;
  margin-top: 0.5rem;
  padding-bottom: 0.42666667rem;
  border-bottom: 1px solid #eee;
}
.main .newsContent .newsC {
  margin-top: 0.64rem;
  font-size: 0.512rem;
  line-height: 0.85333333rem;
}
.main .newsContent .newsC img {
  max-width: 100%;
  margin-top: 0.64rem;
  margin-bottom: 0.64rem;
}
.watchList .meeting-item a .pic-mess h2 {
  font-size: 0.59733333rem;
  line-height: 0.81066667rem;
  height: 1.49333333rem;
  margin-bottom: 0;
}
.study-message {
  margin-top: 0.15rem;
}
.water-time {
  line-height: 1rem !important;
}
.water-time span {
  color: #f37241;
}
.media-btn {
  line-height: 1rem !important;
  padding: 0rem 0.5rem;
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  border-radius: 1.2rem;
  color: #4668e0;
  font-size: 0.5rem;
  border: 1px solid #4668e0;
}
.media-text {
  color: #f37241 !important;
  font-size: 0.5rem !important;
  line-height: 1rem !important;
}
.media-text-success {
  color: #78d36d !important;
  font-size: 0.5rem !important;
  line-height: 1rem !important;
}
.media-text-success i {
  font-size: 0.6rem !important;
  margin-right: 0.1rem;
}
.videoList .coming-item {
  margin-bottom: 0.74666667rem;
  height: 3.41333333rem;
}
.videoList .coming-item .pic img {
  min-height: 3.41333333rem;
}
.videoList .coming-item .pic-mess .time {
  color: #8d8d8d;
  position: static;
  top: 0;
  margin-top: 0.10666667rem;
}
.videoList .coming-item .pic-mess .countdown {
  position: absolute;
  bottom: 0;
  color: #f37241;
  font-size: 0.448rem;
  line-height: 0.768rem;
}
.videoList .coming-item .pic-mess .countdown span {
  margin-right: 0.064rem;
  margin-left: -0.064rem;
}
.footer-space {
  height: 2.88rem;
}
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.88rem;
  padding: 0.64rem;
  padding-top: 0.512rem;
  padding-bottom: 0.64rem;
  border-width: 0.02133333rem;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  display: flex;
  z-index: 99;
  align-items: flex-end;
}
.footer .footerBtn {
  flex: 1;
  text-align: center;
  color: #a3a2b3;
}
.footer .footerBtn .iconfont {
  font-size: 1.28rem;
  line-height: 1.28rem;
}
.footer .footerBtn p {
  font-size: 0.42666667rem;
  line-height: 0.42666667rem;
  margin-top: 0.08533333rem;
}
.footer .footerBtn.on {
  color: #1c81d9;
}
.footer .yuyueBtn {
  width: 90%;
  height: 1.62133333rem;
  line-height: 1.62133333rem;
  font-size: 0.59733333rem;
  border-radius: 1.06666667rem;
  letter-spacing: 2px;
  background-color: #6bc08c;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  height: 100%;
  display: inline-block;
}
.footer .yuyueBtn.ok {
  background-color: #d4d4d4;
}
.footer.payBtn {
  z-index: 999;
  display: block;
  padding-left: 0.64rem;
  padding-right: 0.64rem;
  line-height: 1.70666667rem;
}
.footer.payBtn .money {
  width: 50%;
  float: left;
  text-align: left;
  height: 1.70666667rem;
  line-height: 1.70666667rem;
  font-size: 0.68266667rem;
  font-weight: bold;
  color: #000;
}
.footer.payBtn .money .red {
  color: #ff3f3f;
  font-size: 0.68266667rem;
}
.footer.payBtn .goBuy {
  float: right;
  width: 50%;
  font-size: 0.59733333rem;
  height: 1.70666667rem;
  line-height: 1.70666667rem;
  border-radius: 0.128rem;
  background-color: #f37241;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  outline: none;
  border: 1px solid #f37241;
  -webkit-appearance: none;
  /*去除系统默认的样式*/
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
.swiper-container {
  width: 100%;
}
.swiper-container.swiper-s {
  height: 2.13333333rem;
}
.swiper-container.swiper-s .swiper-slide img {
  min-height: 2.13333333rem;
}
.swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper-slide img {
  width: 100%;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 1px;
}
.swiper-pagination-bullet {
  height: 0.21333333rem;
  height: 0.08533333rem;
  opacity: 0.4;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}
.otherRegion:after {
  content: '';
  display: block;
  height: 0.34133333rem;
}
.tabfixed {
  background-color: #fff;
}
.tabfixed .tabHd {
  height: 1.83466667rem;
  line-height: 1.83466667rem;
  font-size: 0.59733333rem;
  position: relative;
}
.tabfixed .tabHd:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #dee0e4;
}
.tabfixed .tabHd .classNav {
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  position: relative;
  z-index: 100;
  position: absolute;
  top: 1.83466667rem;
  left: 0;
  display: none;
  transition: all 0.3s ease;
}
.tabfixed .tabHd .classNav .maskbg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 0.3s ease;
}
.tabfixed .tabHd .classNav::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 1px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.tabfixed .tabHd .classNav::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background: #a9a9a9;
}
.tabfixed .tabHd .classNav::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background: transparent;
}
.tabfixed .tabHd .classNav .classNav-item {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 9;
  border-bottom-left-radius: 0.64rem;
  border-bottom-right-radius: 0.64rem;
  height: 0;
  transition: height 0.3s ease;
}
.tabfixed .tabHd .classNav .classNav-item .chooseBtn {
  background-color: #fff;
  line-height: 1.49333333rem;
  width: 100%;
  overflow: hidden;
  font-size: 0.512rem;
}
.tabfixed .tabHd .classNav .classNav-item .chooseBtn .btn {
  width: 50%;
  float: left;
  text-align: center;
  color: #000;
}
.tabfixed .tabHd .classNav .classNav-item .chooseBtn .css-sure {
  color: #fff;
  background-color: #4668e0;
}
.tabfixed .tabHd .classNav .scrollNav {
  padding-bottom: 0.42666667rem;
  padding-left: 0.64rem;
  padding-right: 0.64rem;
  max-height: 5.33333333rem;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: rgba(255, 255, 255, 0.94);
}
.tabfixed .tabHd .classNav .scrollNav a {
  margin: 0.21333333rem;
  padding: 0.42666667rem;
  padding-top: 0.21333333rem;
  padding-bottom: 0.21333333rem;
  font-size: 0.512rem;
  line-height: 0.512rem;
  display: inline-block;
  float: left;
  color: #9197a6;
  border: 1px solid transparent;
}
.tabfixed .tabHd .classNav .scrollNav a.choose {
  border-color: #4668e0;
  color: #4668e0;
  background-color: #ecf0fc;
  border-radius: 1.28rem;
}
.tabfixed .tabHd .hd-item {
  display: inline-block;
  line-height: 1.83466667rem;
  font-size: 0.59733333rem;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
  float: left;
  color: #000;
}
.tabfixed .tabHd .hd-item .iconfont {
  margin-left: 0.10666667rem;
  font-size: 0.42666667rem;
  line-height: 1.83466667rem;
}
.tabfixed .tabHd .hd-item.all {
  box-sizing: border-box;
}
.tabfixed .tabHd .hd-item.all.css-choose span {
  font-size: 0.46933333rem;
}
.tabfixed .tabHd .hd-item.all.css-choose .iconfont {
  position: absolute;
  right: 0;
}
.tabfixed .tabHd .hd-item.on {
  color: #4668e0;
  font-weight: bold;
}
.tabfixed .tabHd .hd-item.on.tab-li:after {
  margin-left: -0.46933333rem;
}
.tabfixed .tabHd .hd-item.on:after {
  content: '';
  display: block;
  width: 1.024rem;
  height: 0.128rem;
  border-radius: 1.024rem;
  position: absolute;
  bottom: -0.02133333rem;
  left: 50%;
  z-index: 9;
  margin-left: -0.768rem;
  background-color: #4668e0;
}
.tabfixed .tabBd {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.tabfixed .tabBd .card {
  padding-bottom: 0.64rem;
  overflow-x: hidden;
}
.tabfixed .tabBd .card img {
  max-width: 100%;
}
.tabfixed .tabBd .tab-item {
  font-size: 0.56rem;
  min-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100vw;
}
.tabChange .tabHd .tab-li.on:after {
  margin-left: -0.512rem;
}
.tabChange .tabHd .tab-li {
  color: #9197a6;
}
.menu-button {
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu-button .bar:nth-of-type(1) {
  margin-top: 0px;
}
.menu-button .bar:nth-of-type(3) {
  margin-bottom: 0px;
}
.menu-button .bar {
  position: relative;
  display: block;
  width: 16px;
  height: 2px;
  margin-bottom: 3px;
  border-radius: 1px;
  background-color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu-button .bar:last-of-type {
  margin-bottom: 0;
}
.cross .bar:nth-of-type(1) {
  -webkit-transform: translateY(5px) rotate(-45deg);
  -ms-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}
.cross .bar:nth-of-type(2) {
  opacity: 0;
}
.cross .bar:nth-of-type(3) {
  -webkit-transform: translateY(-5px) rotate(45deg);
  -ms-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-5px) rotate(45deg);
}
.videoTable {
  margin-top: -0.42666667rem;
}
.videoTable .table-item {
  height: 4.05333333rem;
}
.videoTable .table-item a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 4.85rem;
  padding-top: 0.74666667rem;
  padding-bottom: 0.74666667rem;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
}
.videoTable .table-item:last-of-type a:after {
  display: none;
}
.videoTable .table-item .videoStyle {
  position: absolute;
  left: 0;
  border: 1px solid #78d36d;
  top: 0.768rem;
  border-width: 0.04266667rem;
  font-size: 0.512rem;
  line-height: 0.768rem;
  padding-left: 0.21333333rem;
  padding-right: 0.21333333rem;
  color: #78d36d;
}
.videoTable .table-item .videoStyle.replay-tab {
  width: 4.55rem;
  height: 2.56rem;
  border: none;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  top: 0.85333333rem;
}
.videoTable .table-item .table-c {
  font-size: 0.42666667rem;
}
.videoTable .table-item .table-c h2 {
  font-size: 0.59733333rem;
  line-height: 0.85333333rem;
  color: #000;
  height: 0.85333333rem;
  overflow: hidden;
}
.videoTable .table-item .table-c .btn {
  border: 1px solid #f3a641;
  color: #f3a641;
  padding-top: 0.14933333rem;
  padding-bottom: 0.14933333rem;
  padding-left: 0.42666667rem;
  padding-right: 0.42666667rem;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  font-size: 0.42666667rem;
  line-height: 1;
}
.videoTable .table-item .table-c .btn.btn-online {
  border: 1px solid #78d36d;
  color: #78d36d;
}
.videoTable .table-item .table-c .table-tips {
  font-size: 0.42666667rem;
  line-height: 0.64rem;
  color: #8c8c8c;
}
.videoTable .table-item .table-c .table-tips .eyes i {
  font-size: 0.512rem;
}
.videoTable .table-item .table-c .table-tips .countdownDay {
  margin-right: 0.256rem;
  font-size: 0.448rem;
  padding-left: 0.128rem;
  padding-right: 0.128rem;
  color: #4668e0;
  background-color: #ecf0fc;
}
.videoTable .table-item .table-c .table-tips .time {
  margin-right: 0.59733333rem;
}
.videoTable .table-item .table-c .table-tips .time .iconfont {
  font-size: 0.59733333rem;
  margin-right: 0.064rem;
}
.videoTable .table-item .table-c .table-tips .hot {
  color: #f37241;
  margin-right: 0rem;
}
.videoTable .table-item .table-c .table-tips .hot .iconfont {
  vertical-align: bottom;
  margin-right: 0.1rem;
}
.videoTable .table-c .table-tips.studyTime {
  color: #888791;
  margin-top: 0.384rem;
}
.videoTable .table-c .table-tips.studyTime .eyes .iconfont {
  vertical-align: bottom;
  margin-right: 0.1rem;
}
.videoTable .table-c .table-tips.studyTime .lookTime .orange-c {
  color: #f37241;
}
.ThematicBox {
  padding: 0 !important;
}
.ThematicBox .ThematicC .tabHd .hd-item.on:after {
  display: none;
}
.ThematicBox .ThematicC {
  padding-top: 1.81333333rem;
  padding-left: 0.64rem;
  padding-right: 0.64rem;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.ThematicBox .ThematicC .css-tabHd {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.ThematicBox .ThematicC .css-tabHd:after {
  display: none;
}
.ThematicBox .ThematicC .topicList {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.toast {
  position: fixed;
  z-index: 9999999;
  padding: 5px 10px;
  max-width: 200px;
  color: #fff;
  border-radius: 5px;
  top: 45%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  background-image: -ms-linear-gradient(rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  background-image: linear-gradient(rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#cc000000');
}
/*加载页面*/
.load {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999999;
  display: none;
  text-align: center;
}
.load .loadtxt {
  position: relative;
  top: 40%;
  font-size: 0.64rem;
  line-height: 1.28rem;
  color: #fff;
}
.load .sonic {
  margin: 0 auto !important;
}
.load .loadcicle {
  background: url("../images/logo.png") center 38px no-repeat;
  background-size: 8%;
}
.personalEdit .credit-info {
  padding: 1rem 0;
  text-align: center;
  background-color: #fff;
  margin-bottom: 0.32rem;
}
.personalEdit .credit-info .credit-title {
  color: #4668e0;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.personalEdit .credit-info p span {
  color: #f37241;
}
.personalEdit .form-item {
  background-color: #fff;
  padding-left: 0.64rem;
  margin-bottom: 0.32rem;
}
.personalEdit .form-group {
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 3.41333333rem;
  padding-right: 1.28rem;
  position: relative;
}
.personalEdit .form-group:last-of-type {
  border: none;
}
.personalEdit .form-group .control-label {
  width: 3.37066667rem;
  position: absolute;
  top: 50%;
  margin-top: -0.74666667rem;
  left: 0rem;
  font-size: 0.64rem;
  color: #121212;
  line-height: 1.49333333rem;
}
.personalEdit .form-group .form-input {
  width: 100%;
  text-align: right;
  position: relative;
  color: #121212;
}
.personalEdit .form-group .form-input .arrow-r {
  position: absolute;
  right: -0.74666667rem;
  top: 50%;
  color: #e5e5e5;
  margin-top: -0.34133333rem;
}
.personalEdit .form-group .form-input .arrow-r i.iconfont {
  font-size: 0.64rem;
  line-height: 0.64rem;
}
.personalEdit .form-group .form-input .arrow-r .weui-icon_msg {
  font-size: 0.59733333rem;
  line-height: 0.64rem;
  position: relative;
  top: -0.10666667rem;
}
.personalEdit .form-group .form-input .form-inline {
  display: inline-block;
}
.personalEdit .form-group .form-input .form-inline.avatar {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.personalEdit .form-group .form-input .form-control {
  width: 100%;
  text-align: right;
  height: 100%;
  display: inline-block;
  height: 1.49333333rem;
  font-size: 0.59733333rem;
  line-height: 1.49333333rem;
}
.personalEdit .form-group .form-input input {
  font-size: 0.59733333rem;
  line-height: 1.49333333rem;
  padding: 0;
  outline: none;
  border: 0;
}
.personalEdit .form-group .form-input input::-moz-placeholder {
  color: #b3b3b3;
}
.personalEdit .form-group .form-input input::-webkit-input-placeholder {
  color: #b3b3b3;
}
.personalEdit .form-group .form-input input:-ms-input-placeholder {
  color: #b3b3b3;
}
.personalEdit .form-group .photoChoose {
  margin-top: 0.128rem;
  width: 2.34666667rem;
  height: 2.34666667rem;
  background-color: #dde5ff;
  border-radius: 0.14933333rem;
  overflow: hidden;
}
.personalEdit .credit-tips {
  color: #f37241;
}
.personalEdit .credit-tips .form-group {
  border-bottom: none;
}
.personalEdit .credit-tips .credit-tips-p {
  padding-bottom: 0.64rem;
}
.personalEdit .get-credit-time .form-group {
  padding-left: 6.5rem;
}
.personalEdit .get-credit-time .control-label {
  width: 6rem;
}
.personalEdit .form-button {
  margin-top: 1.49333333rem;
  padding-left: 0.64rem;
  padding-right: 0.64rem;
}
.personalEdit .form-button .submit_btn {
  font-size: 0.64rem;
  line-height: 0.64rem;
  border-radius: 0.17066667rem;
  text-align: center;
  color: #fff;
  background-color: #577cff;
  width: 100%;
  height: 1.81333333rem;
  border: 0;
  outline: none;
  letter-spacing: 3px;
}
.personalAll {
  height: 100%;
}
.personalAll .personalHead {
  padding-top: 0.85333333rem;
  padding-left: 0.64rem;
  padding-right: 0.64rem;
  background: url('../images/personHeadBg.png') top center no-repeat;
  background-size: 100% auto;
  padding-bottom: 2.98666667rem;
}
.personalAll .headPhoto {
  padding-left: 2.816rem;
  height: 2.26133333rem;
  margin-bottom: 1.28rem;
  position: relative;
}
.personalAll .headPhoto .photoPic {
  position: absolute;
  left: 0.17066667rem;
  top: 0rem;
  width: 2.13333333rem;
  height: 2.13333333rem;
  border: 1px solid #fff;
  border-width: 0.064rem;
  border-radius: 100%;
  overflow: hidden;
  background: url('../images/photo.png') center no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
.personalAll .headPhoto .photoPic img {
  width: 100%;
  height: 100%;
}
.personalAll .headPhoto .photo-mess {
  padding-top: 0.17066667rem;
  color: #fff;
}
.personalAll .headPhoto .photo-mess h2 {
  font-size: 0.64rem;
  font-weight: bold;
  margin-bottom: 0.21333333rem;
}
.personalAll .headPhoto .photo-mess p {
  font-size: 0.512rem;
  line-height: 0.512rem;
}
.personalAll ul {
  display: flex;
}
.personalAll ul li {
  flex: 1;
}
.personalAll .userHis {
  margin-bottom: 1.28rem;
}
.personalAll .userHis li {
  float: left;
  color: #fff;
  text-align: center;
}
.personalAll .userHis li a {
  display: block;
  width: 100%;
  color: #fff;
}
.personalAll .userHis li .count {
  font-size: 0.896rem;
  line-height: 0.96rem;
  font-weight: bold;
  font-family: 'arial';
  letter-spacing: -1px;
}
.personalAll .userHis li .count.money {
  color: #ffe375;
}
.personalAll .userHis li .tips {
  font-ize: 0.512rem;
  line-height: 0.64rem;
  margin-top: 0.29866667rem;
}
.personalAll .shadowB {
  box-shadow: 0 5px 10px 0 rgba(176, 180, 191, 0.3);
  border-radius: 0.17066667rem;
  overflow: hidden;
  background-color: #fff;
}
.personalAll .personalMain {
  padding-left: 0.64rem;
  padding-right: 0.64rem;
  margin-top: -2.98666667rem;
}
.personalAll .styleTab li {
  padding-right: 0.384rem;
}
.personalAll .styleTab li:last-of-type {
  padding-left: 0.384rem;
  padding-right: 0rem;
}
.personalAll .styleTab li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 1.17333333rem;
  padding-bottom: 1.024rem;
  text-align: center;
}
.personalAll .styleTab li a .icon {
  height: 2.176rem;
  text-align: center;
}
.personalAll .styleTab li a .icon img {
  height: 100%;
}
.personalAll .styleTab li a .tabMess {
  margin-top: 0.96rem;
}
.personalAll .styleTab li a .tabMess h3 {
  font-weight: bold;
  font-size: 0.59733333rem;
  color: #303849;
}
.personalAll .styleTab li a .tabMess p {
  font-size: 0.42666667rem;
  margin-top: 0.17066667rem;
  color: #303849;
}
.personalAll .styleTab li a .tabMess p i {
  font-style: normal;
  color: #1778df;
}
.personalAll .gobtn {
  padding: 0.64rem;
  padding-top: 0.17066667rem;
  padding-bottom: 0.17066667rem;
  margin-top: 1.28rem;
}
.personalAll .gobtn .go-item {
  padding-left: 1.17333333rem;
  position: relative;
}
.personalAll .gobtn .go-item .icon {
  position: absolute;
  width: 0.72533333rem;
  height: 0.72533333rem;
  line-height: 0.85333333rem;
  font-size: 0.64rem;
  top: 0.93866667rem;
  left: 0;
  color: #5b83ff;
}
.personalAll .gobtn .go-item .icon.icon-test {
  color: #fbb92c;
}
.personalAll .gobtn .go-item .icon img {
  width: 100%;
}
.personalAll .gobtn .go-item a {
  display: block;
  padding-top: 0.85333333rem;
  padding-bottom: 0.85333333rem;
  border-bottom: 1px solid #edecf0;
  color: #303849;
  font-size: 0.59733333rem;
}
.personalAll .gobtn .go-item a .fr {
  color: #acaeb3;
  font-size: 0.512rem;
}
.personalAll .gobtn .go-item a .fr .iconfont {
  margin-left: 0.17066667rem;
  position: relative;
  top: 0.02133333rem;
}
.personalAll .gobtn .go-item:last-of-type a {
  border: none;
}
.personalAll .exitBtn {
  font-size: 0.59733333rem;
  color: #d03250;
  margin-top: 1.70666667rem;
}
.shareBtn {
  width: 1.70666667rem;
  height: 1.70666667rem;
  position: fixed;
  right: 0.42666667rem;
  bottom: 6.05866667rem;
}
.shareBtn a {
  display: block;
  width: 100%;
  height: 100%;
}
.shareBtn a img {
  width: 100%;
  height: 100%;
}
.tips-bar .txt {
  display: inline;
  position: relative;
  color: #ff0000;
  font-size: 0.46933333rem;
}
.notice .txt {
  position: relative;
  height: 1.17333333rem;
  padding-left: 1.536rem;
  overflow: hidden;
}
.notice .txt .title-l {
  font-size: 0.512rem;
  line-height: 0.59733333rem;
  width: 1.536rem;
  font-weight: bold;
  color: #1D85FF;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  border-right: 1px solid #C9C9C9;
}
.notice .notice-scroll {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.notice .swiper-slide {
  text-align: left;
  padding-left: 0.42666667rem;
  font-size: 0.512rem;
  line-height: 0.59733333rem;
  color: #000;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.notice .swiper-slide a {
  font-size: 0.512rem;
  line-height: 0.59733333rem;
  color: #000;
  height: 100%;
}
.notice .swiper-slide a.y-center {
  display: flex;
  align-items: center;
}
.jishuzhichi {
  /* position: absolute;
  bottom: 2.88rem; */
  width: 100%;
}


/* 移动端商户样式 tabbar */
.header{
  display: flex;
  height:2rem;
  line-height: 2rem;
  background-color: #fff;
  align-items: center;
  padding:0 0.5rem;
  font-size:0.65rem;
  font-weight: bold;
  border:1px solid #f1f1f1;
}
.header  img{
  height:1.2rem;
  padding-right:0.2rem;
}
.f-bar {
  border-top: 1px solid #eee;
  padding: 0.1rem 0.02rem 0.05rem;
  box-shadow: 0 0 18px 0 rgba(60, 85, 196, 0.1);
  background-color: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
}
.f-bar .bar-c {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.f-bar .bar-c a {
  display: block;
  width: 100%;
  height: 100%;
  color: #989898;
  text-align: center;
  font-size: 0.1rem;
}
.f-bar .bar-c a i {
  font-size: 0.22rem;
  line-height: 1;
}
.f-bar .bar-c a.active,
.f-bar .bar-c a:hover {
  color: #d94e49;
}

/* 移动端商户简介 */
.float-right-icon{
  position: fixed;
  right: .5rem;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  background-color: rgba(0,0,0,0.5);
  font-size: .7rem;
  text-align: center;
  line-height: 1.5rem;
  z-index: 99;
  color: #fff!important;
  bottom: 5rem;
}
.jianjie-content {
  max-height: 4rem;
  overflow: hidden;
  padding-bottom: 1.3rem;
  position: relative;
  -webkit-line-clamp: 3;
  font-size:0.55rem;
}
.jianjie-content .more {
  height: 1.3rem;
  line-height: 1.3rem;
  background-color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #8c8c8c;
  font-size:0.6rem!important;
}
.jianjie-content .more:before {
  content: '\67e5\770b\66f4\591a';
}
.jianjie-content .more:after {
  content: '\e7ed';
}
.jianjie-content.active {
  height: auto;
  display: block;
}
.jianjie-content.active .more:before {
  content: '\6536\8d77\66f4\591a';
}
.jianjie-content.active .more:after {
  content: '\e608';
}

@media (min-width: 415px ){
    .tabfixed .tabBd .tab-item {
        width: 16rem;
      }
}