.home-header{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  color: #fff;
  background-color: #f48021;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
.home-header span{
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
.swiper-box{
  margin: 10px 10px 0;
  border-radius: 6px;
  overflow: hidden;
  height: 4rem;
}
.home-banner{
  width: 100%;
  height: 8rem;
  border-radius: 6px;
}
.home-header .e-logo{
  width: 20px;
  height: 20px;
}
.home-header .home-log{
  display: flex;
  justify-content: center;
}
.e-logo{
  margin: 0 0.1rem; 
}
.home-header .home-chart{
  position: absolute;
  right: .4rem;
  top: auto;
  font-size: .6rem;
}
.home-header .home-chart span{
  font-size: 20px;
}
.home-body{
  padding: 10px 10px 0;
  background-color: #f1f1f1;
}
.home-body .home-banner{
  height: 4rem;
}
.home-body ul.home-navbar{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 0 10px .3rem;
}
.home-body ul.home-navbar li,.home-body ul.home-navbar li a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #000;
}
.home-body ul.home-navbar .home-nav-cin{
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}
.home-body ul.home-navbar span.home-title{
  font-size: .26rem; 
  font-weight: 400;
}
.home-body ul.home-navbar .subtitle{
  padding-top: 6px;
  font-size: .24rem;
}
.home-body .classify-list{
  padding: 10px .5rem 0;
}
.home-body .classify-list a{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #000;
  padding: 10px 10px;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 12px;
}
.home-body .classify-bar-left{
  display: flex;
  flex-direction: column;
}
.home-body .classify-header{
  padding-bottom: 6px;
}
.home-body .classify-header .title{
  font-size: .6rem;
  padding-right: 5px;
  font-weight: bold;
  color: #f99746;
}
.c-blue{
 color: #5290d8;
}
.c-orange{
  color: #ea9427;
}
.c-gray{
  color: rgb(138,138,138);
}
.b-orange{
  background-color: #ea9427;
}
.c-tab-blue{
  color: #39b2e6;
}
.c-tab-orang{
  color: rgb(245,157,33);
}
.c-red{
  color:#e1373c;
}
.home-body .classify-header,.home-body .classify-title{
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.home-body .classify-title span:first-child{
  width: 5rem;
}
.home-body .classify-header span{
  font-size: .32rem;
  /*font-weight: 600;*/
}
.home-body .classify-title span{
  color: #8f8f94;
  font-size: .32rem;
}
.home-body .classify-title span.classify-btn{
  padding: 2px 12px;
  color: #fff;
  background-color: #f4e6df;
  color: #e49a95;
  border-radius: 6px;
  margin-left: 10px;
  margin-bottom: 6px;
}
.home-body .classify-img{
  height: 1rem;
  width: 1rem;
  /*border: .05px solid #000;*/
  margin-right: .12rem;
}
.home-body .coach-box{
  padding: .4rem .24rem;
  background-color: #fff;
  margin-top: .24rem;
  position: relative;
}
.home-body .coach-box .coach-title{
  font-size: .32rem;
  padding-bottom: .32rem;
}
.home-body .coach-box ul.coach-list{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: .2rem;
}
.home-body ul.coach-list a{
  color: #000;
  display: inline-block;
  text-align: center;
  overflow: hidden;
}
.home-body ul.coach-list .coach-img{
  width: 100%;
  height: 100%;
  /*padding-bottom: 10px;*/
}
.home-body ul.coach-list .coach-img-box{
  width: 2.7rem !important; 
  height: 3rem;
  position: relative;
  margin-bottom: .1rem;
}
.coach-footer-bg{
  position: absolute;
  bottom:0;
  left:0;
  width: 100%;
  height: .6rem;
  z-index: 1;
  background: rgba(0,0,0,.2);
}
.home-body .coach-footer{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  height: .6rem;
  line-height: .6rem;
  z-index: 2;
  /*background: #f1f1f1;*/
}
.home-body .coach-bar{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.home-body .coach-bar img{  
  width: .24rem !important;
  height: .24rem;
  margin-right: 6px;
}
.home-body .coach-bar span{
  font-size: .24rem;
  color: #fff;
}
.home-body .coach-name span{
  /*font-weight: 500;*/
  color: #000;
}
.home-body .coach-name,.home-body .coach-list p{
  font-size: .28rem;
  /*margin-bottom: 0.08rem;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 2.7rem;
  height: .5rem;
  line-height: .5rem;
  padding-top: 2px;
}
.home-body .coach-list p{
  /*border: 1px solid red;
  border-radius: .14rem;*/
  padding-top: .08rem;
  color: #555;
}
.home-body .coach-list .coach-subtitle{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  font-size: .2rem;
  padding-top: .1rem;
  overflow: hidden;
}
.home-body .coach-list .coach-subtitle span{
  padding-bottom: .1rem;
  border:.5px solid #ccc;
  padding: 0px 4px;
  border-radius: 6px;
  color: #909090;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 6em;
  height: .4rem;
  line-height: .4rem;
  vertical-align: middle;
}
.home-body .recruit-box{
  margin-top: 10px;
  background-color: #fff;
  padding: .44rem .3rem;
  margin-bottom: 14px;
}
.home-body .recruit-header{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: .24rem;
  padding-bottom: .44rem;
}
/*.home-body .recruit-header span{
  font-size: .32rem;
}*/
.home-body .recruit-header a{
  color: #007aff;
}
.home-body .recruit-box ul{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.home-body .recruit-box ul a{
  color: #000;
  display: inline-block;
  text-align: center;
}
.home-body .company-logo{
  width: 2.7rem;
  height: 1.6rem;
}
.home-body .recruit-box h3{
  font-size: .24rem;
  padding: .24rem 0 .1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 2.7rem;
}
.home-body .recruit-box .title{
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  font-size: .18rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 2.7rem;
}
.home-body .recruit-box .title span{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 10em;
}
.home-body .recruit-box .title i{
  padding: .04rem .04rem;
  margin-right: .08rem;
  color: #fff;
  border-radius: 4px;
}
.home-container{
  padding-bottom: 60px;
  padding-top: 50px;
  position: relative;
}
.home-body .home-echarts{
  background-color: #f2f7fa;
  padding: .44rem .3rem;
}
.home-body .home-echarts-header{
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: center;
}
.home-body .home-echarts-header h3{
  font-size: 0.32rem;
}
.home-body .home-echarts-header a{
  color: #007aff;
  font-size: 0.24rem;
  position: absolute;
  top: 0px;
  right: 0;
}
.home-body .home-echarts-header a span,.home-body .recruit-header span{
  font-size: .32rem;
}
.home-title-font{
  font-size: .24rem !important;
}
/*修改nav*/
.home-nav .mui-bar-tab .mui-tab-item .mui-icon{
  /*top: -7px;*/
}
.home-nav .mui-bar-tab .mui-tab-item .mui-tab-label{
  position: relative;
  /*top: -7px;*/
}
.home-nav .mui-bar .mui-icon.mui-icon-extra{
  font-size: 18px;
}
.home-nav .mui-bar-tab .mui-tab-item .mui-tab-label.new-tab-label{
  /*top: -8px;*/
}
.home-nav .mui-bar-tab .mui-tab-item.mui-active{
  color: #f46437;
}
.home-nav .mui-bar .mui-icon{
  font-size: 18px;
  font-weight: 800;
}
.new-swiper .home-body{
  padding: 0;
}
.vvs{
  transform:translate3d(0,0,0);overflow:hidden;
}
.vvs .coach-list, .vvs .home-base{
  transform:translate3d(0,0,0)
}
a:link{text-decoration: none!important;  }
a:visited{text-decoration: none!important;  }
a:hover{text-decoration: none!important;  }
a:active{text-decoration: none!important;  }
a:focus{text-decoration: none!important;  }
.enjoyhint_close_btn::before,.enjoyhint_close_btn::after {
  top: 14px !important;
  left: 1px !important;
}
.enjoy_hint_label{
  font-size: 16px !important;
  line-height: 30px;
}
.swiper-nav-title .swiper-pagination-bullet-active{
  background: #27adff;
}
.swiper-nav-title .swiper-pagination-bullet{
  background: #f5f5f5;
}
.enjoy_hint_label,.enjoyhint_next_btn{
  margin: 0 20px 0 5px !important;
}
.enjoyhint_next_btn{
  width: 120px !important;
  font-size: 16px !important;
}
.subheader .mui-bar-nav.mui-bar .mui-icon{
  color: #fff;
}
.subheader .mui-bar{
  background: #f48021;
}
.subheader .mui-title{
  color: #fff;
}
.space-body-header{
  padding: .3rem .3rem;
  display: flex;
  position: relative;
  overflow: hidden;
  background: #fff;
  margin-top: -10px;
}
.new-comm-box .space-item{
  display: flex;
  flex-direction: column;
  position: relative;
}
.new-comm-box .space-item:last-child{
  padding-left: 20px;
}
.space-item .space-img{
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  margin-bottom: .3rem;
}
.space-item .space-state{
  display: flex;
  justify-content: center;
  align-items: center;
}
.space-state i{
  width: .32rem;
  height: .32rem;
  background-size: cover;
}
.attention-icon{
  background: url(../images/follow.png) no-repeat;
}
.give-icon{
  background: url(../images/likes.png) no-repeat;
}
.space-state span{
  font-size: .26rem;
  padding-left: 4px;
}
.space-state span:nth-child(2){
  padding-right: 5px;
}
.comm .post-nav-title {
  display: flex;
  width: 100%;
}
.comm .post-nav-title p {
    margin-right: .3rem;
}
.comm .post-nav-title p {
    font-size: .24rem;
    border: .5px solid #ccc;
    padding: 0px 4px;
    border-radius: 6px;
    color: #909090;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
    max-width: 2.6rem; 
    height: .4rem;
    line-height: .4rem;
    vertical-align: middle;
}
.space-item .space-name{
  font-size: .36rem;
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.space-name i{
  display: flex;
  width: .22rem;
  height: .22rem;
  margin: 0 1px;
  background-repeat: no-repeat;
  background-size: 100%;
  flex-shrink: 0;
}
.space-name i:first-child{
  margin-left: 6px;
}
.space-name i.star{
  background-image: url(../images/star.png);
}
.space-name i.half-star{
  background-image: url(../images/half_stars.png);
}
.space-item .space-satis{
  font-size: .32rem;
  display: flex;
  align-items: center;
}
.space-satis span{
  width: .4rem;
  height: .4rem;
  margin-left: 4px;
}
.space-satis span.smile{
  background: url(../images/smile.png) no-repeat;
  background-size: cover;
}
.space-item .space-sign{
  font-size: .32rem;
}
.space-item .space-post{
  font-size: .36rem;
  color: #000;
  font-weight: 500;
}
.p-b-t{
  padding-bottom: 6px;
}
.btn-tit-state{
  padding: 0 5px;
  border-radius: 4px;
  color: #fff;
  font-size: .32rem;
  height: .5rem;
  line-height: .5rem;
}
.btn-state-position{
  position: absolute;
  right: 0;
  top: 0;
}
.space-item:last-child{
  width: 100%;
}
.m-t-2{
  margin-top: .4rem;
}
.space-indrotuce{
  padding: .3rem;
  background: #fff;
}
.space-indrotuce p{
  color: #000;
  font-size: .32rem;
  line-height: .46rem
}
.comm-title-h3{
  font-size: .36rem;
  padding: .3rem .3rem .2rem;
  display: flex;
  align-items: center;
  position: relative;
  background: #fff;
  z-index: 1;
}
.fans-swiper{
  display: flex;
  justify-content: space-between;
  padding: .3rem;
  align-items: center;
}
.fans-swiper.fans-not-swiper{
  justify-content: flex-start;
}
.fans-swiper.fans-not-swiper .fans-swiper-item{
  margin-right: 1rem;
}
.fans-swiper .fans-swiper-item{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fans-avatar{
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  margin-bottom: .3rem;
}
.fans-swiper-item span{
  color: #8f8f94;
  font-size: .32rem;
  display: inline-block;
  height: .56rem;
  line-height: .56rem;
  text-align: center;
  padding: 0 6px;
}
.fans-swiper-item span.active{
  background: #ea9427;
  border-radius: .1rem;
  color: #fff;
}
.b-white{
  background: #fff;
}
.fans-swiper-item div{
  height: .56rem;
  display: flex;
  margin-bottom: .2rem;
}
.space-photo{
  height: 6rem;
  position: relative;
}
.space-photo .space-banner{
  width: 100%;
  height: 100%;
}
.space-photo .space-photo-title{
  position: absolute;
  bottom:0;
  left: 0;
  width: 100%;
  padding: .3rem;
  text-align: center;
  font-size: .32rem;
  color: #fff;
  background: rgba(0,0,0,.3);
}
.m-l-2{
  margin-left: .4rem;
}
.m-l-1{
  margin: -2px .2rem 0;
}
.space-case a{
  margin: 0 .3rem .3rem;
  padding: .3rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: #efeff4;
  overflow: hidden;
  align-items: center;
  border-radius: 4px;
}
.space-case .space-left-bar{
  width: 7rem;
  font-size: .32rem;
}
.space-case .space-right-bar{
  width: 1.5rem;
  height: 1rem;
  flex-shrink: 0;
}
.space-left-bar .space-case-title{
  color: #000;
  margin-bottom: .2rem;
  font-weight: 600;
  display: flex;
  font-size: .3rem;
}
.space-left-bar .space-case-title i{
  margin: -2px 4px 0 1rem;
  width: .4rem;
  height: .36rem;
  background: url(../images/money.png) no-repeat;
  background-size: cover;
}
.space-left-bar p.nowrap{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.space-left-bar p.nowrap,.case-details{
  font-size: .3rem;
}
.case-img{
  width: 100%;
  height: 100%;
}
.m-b-1{
  margin-bottom: .2rem;
}
.space-case-con{
  padding-bottom: .3rem;
}
.case-details{
  line-height: .46rem;
}
.space-case .space-right-bar.trends{
  width: 2.2rem;
  height: 2.2rem;
}
.space-trends.space-case .space-left-bar{
 width: 100%;
 margin-left: .3rem;
}
.m-r-1{
  margin-right: .1rem;
}
.r-more{
  position: absolute;
  right: .3rem;
  top: .3rem;
}
.skip-href{
  font-size: .24rem;
  color: #007aff;
  display: flex;
  align-items: center;
}
.skip-href span{
  font-size: .32rem;
}

.new-comm-box.home-body{
  padding: 0;
  margin-top: -14px;
}
.font-24{
  font-size: .24rem;
}
.com-tit-p{
  padding-top: .2rem;
  text-align: center;
}
.com-span-tit{
  color: #000;
  padding-right: .2rem;
  font-weight: 400;
  font-size: .32rem;
}
.comm-ellipsis{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 6.8rem;
}
.comm-intro{
  padding: .3rem;
  background: #efeff4;
  margin: 0 .3rem .3rem;
  border-radius: 4px;
}
.comm-intro-p{
  font-size: .26rem;
  color: #000;
  line-height: 0.48rem;
  text-indent: 2em;
  display: inline-block;
}
.btn-tit-div{
  position: absolute;
  right: 0;
  top: .6rem;
  font-size: .32rem;
}
.swiper-blue .swiper-pagination-bullet-active{
  background: #27adff;
}
.comm-tit-left{
  color: #000;
  font-weight: 600;
  padding-right: .16rem;
}
.comm-tit-right{
  font-weight: 300;
}
.comment{
  height: .5rem;
  line-height: .5rem;
  text-align: center;
  border-radius: 2px;
  font-size: .26rem;
  background-color: #efeff4;
  margin-left: .2rem;
  padding: 0 6px;
}
.space-item .space-img.space-img-bottom{
  margin-bottom: .1rem;
}
.comm-intro-title{
  font-size: .32rem;
  padding-bottom: .2rem;
}
.intro-news{
  display: flex;
  align-items: center;
}
.news-img{
  width: 1rem;
  height: 1rem;
  margin-right: .24rem;
}
.intro-right-bar{
  display: flex;
  flex-direction: column;
}
.intro-right-bar a{
  color: #000;
  font-size: .3rem;
  line-height: .46rem;
}
.p-l-1{
  padding-left: .1rem;
}
.c-grey{
  color: #8f8f94;
}
.comm-select{
  height: 1rem;
  margin:.2rem .3rem .4rem;
  border:1px solid #ccc;
  line-height: 1rem;
  font-size: .3rem;
  padding: 0 .4rem;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 3px;
}
.o-hide{
  overflow: hidden;
  padding:0 .3rem 0 .4rem;
}
.select-list{
  /*overflow: hidden;*/
}
.select-list li{
  float: left;
  width: 46%;
  height: 1rem;
  text-align: center;
  line-height: 1rem;
  background: #f2f2f2;
  margin-top:3px;
  margin-bottom: .3rem;
  box-sizing:border-box;
  font-size: .3rem;
  border: 1px dashed #f2f2f2;
  position: relative;
}
.select-list li:nth-child(odd){
  margin-right: 4%;
}
.select-list li:nth-child(even){
  margin-left: 4%;
}
.select-list li.active{
  background: #fff;
  border: 1px dashed #f58020;
  color: #f58020;
}
.select-list li.active .select-img{
  display: block;
}
.select-img{
  display: none;
  position: absolute;
  right: -.2rem;
  bottom:.1rem;
  width: .7rem;
  height: .56rem;
}
.btn-box{
  padding: 1rem .3rem .4rem;
}
.btn-box .btn{
  width: 100%;
  height: 1rem;
}
.btn-box .btn:hover,.btn-box .btn:focus{
  color: #fff;
}
.btn-orange{
  background: #f58020;
  color: #fff;
}
.b-t-g{
  border-top: .4rem solid #efeff4;
}

/**/
.home-body .new-index-btn{
  padding-top: 30px; 
}
.new-index-btn a{
  position: relative;
  /*background: #f4f8fb !important;*/
  border-radius: 10px;
  box-shadow: 0px 0px 2px #f4f1fb;
}
.new-btn-img{
  position: absolute;
  right: 0;
  top:0;
}
.new-btn-img.new-num1{
  width: 1.82rem;
  /*height: 2rem;*/
  right: .32rem;
  top: -.46rem;
}
.new-btn-img.new-num2{
  right: .2rem;
  height: 1.7rem;
  top: -.2rem;
}
.new-btn-img.new-num3{
  right: .2rem;
  width: 2.5rem;
  /*height: 1.8rem;*/
  top: -.2rem;
}
.industry-list{
  margin-top: .4rem;
}
.inlist ul li{
  float: left;
  width: 33.3%;
  /*box-sizing: border-box;*/
  padding: 0 .2rem .2rem .2rem; 
}
.inlist ul li .inlist-box{
  border:2px solid transparent;
  border-radius: 10px;
  position: relative;
  height: 3rem;
  /*width: 3rem;*/
}
.inlist-box .inlist-img{
  display: none;
  position: absolute;
  right: -.2rem;
  top: .1rem;
  width: .7rem;
  height: .56rem;
}
.inlist ul li.cur .inlist-box{
  border:2px solid #f48021;
  /*height: 3.25rem;*/
}
.inlist ul li.cur .inlist-box .inlist-img{
  display: block;
}
.inlist ul li.cur .new-list-img{
  box-shadow:1px 1px 2px transparent;
}
.new-list-img{
  /*width: 2.9rem;
  height: 3.25rem;*/
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow:1px 1px 2px #aaa;
  overflow: hidden;
  /*border: 2px solid transparent;*/
}
.inlist .indu-title{
  height: 0.5rem;
  position: absolute;
  bottom: 0rem;
  width: 100%;
  background: rgba(255,255,255,1);
  font-size: .3rem;
  text-align: center;
  font-weight: 500;
  color: rgb(138,138,138);
  padding: 0 .2rem;
  line-height: .5rem;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  /*margin: -2px 2px 0;*/
}
.footer-list-font .indu-title{
  font-size: .18rem;
  bottom: -.12rem;
  width: 1.7rem;  
  font-weight: 500;
}
.new-swiper-margin{
  /*margin-top: 0;
  margin-bottom: 10px; */
}
.b-gray{
  background-color: #efeff4 !important;
}

.list-header-box{
  display: flex;
  justify-content: center;
  padding: 0.15rem .3rem .1rem;
  /* background: #efeff4; */
}
.list-nav-ul{
  display: flex;
  justify-content: center;
  border: 1px solid rgb(245,157,33);
  padding: 2px;
  border-radius: .44rem;
}
.list-nav-ul li{
  width: 1.6rem;
  height: .8rem;
  text-align: center;
  line-height: .8rem;
  font-size: .32rem;
  color: rgb(138,138,138);
  font-weight: 600;
}
.list-nav-ul li.active{
  color: #fff;
  background-color: rgb(245,157,33);
  border-radius: .4rem;
}
.list-height{
  height: 1.01rem;
  display: none;
}
.select-footer-box{
  position: fixed;
  bottom: 0;
  left: 0;
  height: 2.4rem;
  padding: .3rem .3rem .3rem .1rem;
  display: flex;
  background: #fff;
  width: 100%;
}
.select-footer-box .select-left-footer{
  height: 100%;
  flex: 1;
  overflow-y: auto;
}
.select-right-footer{
  width: 3.4rem;
  height: 100%;
  font-size: .3rem;
  text-align: right;
}
.select-right-footer div{
  padding-bottom: .2rem;
}
.btn-style{
  border-radius: 17px;
  color: #fff;
}
.footer-list-bar li img.new-list-img,ul.footer-list-bar li .inlist-box{
  height: 1.7rem;
  width: 1.7rem;
  /*width: 100%;*/
  position: relative;
}
.mui-toast-container{
  /*top: 100px;*/
  bottom: 50%;
  z-index: 999;
}
/**/
.b-blue-pro{
  background: #39b2e6;
}
.progressbar-box-header{
  padding: 2px;
  border:1px dashed #39b2e6;
  border-radius: .22rem;
}
.pro-comm-test{
  width: 100%;
}
.pro-comm-test .mui-progressbar{
  height: .2rem;
  border-radius: .1rem;
  background: transparent;
}
.pro-comm-test .mui-progressbar span{
  border-radius: .1rem;
}
.profession-list-details{
  padding: .2rem;
}
.art-list li{
  display: flex;
  align-items: center;
  padding: .3rem 0;
  border-bottom: 1px dashed #d8d8de;
}
.art-list li .list-left-bar{
  width: 1.8rem;
  height: 1.8rem;
  position: relative;
}
.art-list li .list-left-bar img{
  width: 100%;
  height: 100%;
  border-radius: .3rem;
  box-shadow: 1px 1px 2px #aaa;
}
.art-list li .list-left-bar p{
  background: #fff;
  padding: .1rem 0;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: .21rem;
  border-bottom-left-radius: .2rem;
  border-bottom-right-radius: .2rem;
  color: #000;
  font-weight: 500;
}
.art-list li .list-center-bar{
  flex: 1;
  font-size: .24rem;
  color: #000;
  margin-left: .3rem;
}
.list-center-bar .list-group-items{
  padding-bottom: .2rem;
}
.list-center-bar .list-group-items:last-child{
  padding-bottom: 0;
}
.art-list li .list-right-bar{
  margin-left: .2rem; 
  width: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-right-bar .mui-btn{
  border-radius: 27px;
  font-size: .24rem;
  font-weight: 500;
  color: #fff;
  border-color: transparent;
}
.list-center-bar .list-group-items{
  display: flex;
  align-items: center;
}
.list-group-items .sub-left-bar{
  width: 43%;
  padding-right: .2rem;
}
.list-group-items .sub-right-bar{
  flex: 1;
}
.pro-border{
  padding: 2px;
  border:1px solid #39b2e6;
  border-radius: .22rem;
}
.pro-border .mui-progressbar span{
  background: #39b2e6;
}
.list-group-items .sub-right-bar{
  display: flex;
  justify-content: space-between;
}
.list-group-items .sub-right-bar .btn-a{
  height: .5rem;
  line-height: .52rem;
  padding: 0 .2rem;
  color: black;
  border-radius: .2rem;
  font-size: .22rem;
  font-weight: 500;
  border: 1px solid #f99746;
}
.b-sgray{
  background: #bfbfc5;
}
.model-con{
  display: none;
  background: rgba(0,0,0,.6);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}
.model-box-center{
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.model-experience{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.model-body-exper{
  display: flex;
}
.model-body-exper .model-text{
  font-size: .4rem;
  color: #fff;
  line-height: .7rem;
}
.model-body-exper .btn{
  border-radius: 17px;
  color: #fff;
  height: .6rem;
  line-height: .54rem;
  padding: 0 .3rem;
  border-radius: .25rem;
  font-size: .26rem;
  margin-left: .2rem;
}
.model-experience .btn-confirm{
  height: .9rem;
  line-height: .9rem;
  text-align: center;
  padding: 0 .2rem;
  border-radius: .45rem;
  font-size: .38rem;
  width: 2.4rem;
  color: #fff;
  margin-top: .6rem;
}
.model-one,.model-two{
  display: none;
  width: 50%;
}
.model-two{
  margin-top: -4rem;
}
.model-img{
  width: 2rem;
  position: absolute;
  right: .9rem;
  top: 1.5rem;
}
.model-top-img{
  width: .76rem;
  height: .76rem;
  position: absolute;
  right:.12rem;
  top: .12rem;
}
.model-img-state{
  color: #fff;
  margin-right: -10px;
  margin-left: -10px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 24px !important;
  position: relative;
  z-index: 20;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f48021;
  position: absolute;
  right: .26rem;
  top: 0;
}

.tab-header .tab-header-con{
  padding: 0.2rem .3rem 0rem;
}
.tab-header .tab-header-items{
  display: flex;
  align-items: center;
  padding-bottom: .25rem;
}
.tab-header .tab-header-items:nth-child(2){
  padding-bottom: .25rem;
}
.tab-header .tab-header-items:last-child{
  padding-bottom: 0;
}
.tab-header .tab-header-left-bar{
  width: 2.4rem;
  font-size: .32rem;
  font-weight: 500;
}
.tab-header .tab-header-right-bar{
  font-size: .3rem;
  flex: 1;
}
.tab-nav-btn{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 6rem;
}
.tab-nav-btn li{
  /* border-radius: .2rem; */
  border:1px solid rgb(168,168,168);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: .26rem;
  height: .6rem;
  line-height: .6rem;
  padding: 0 .2rem;
  font-weight: 500;
  border-radius: .1rem;
  flex: 1;
}
.tab-nav-btn li p{
  color: #000;
  font-size: .26rem;
}
.tab-nav-btn li.active, .tab-nav-btn li.active p{
  /* background: #f48021; */
  color: rgb(245,157,33);
  border: 1px solid rgb(245,157,33);
}
.tab-header-items .money{
  font-size: .38rem;
  flex: 1;
  /* text-align: center; */
  font-weight: 500;
}
.tab-header-items .money span{
  font-size: .56rem;
}
.tab-header-times .times-ul{
  width: 7.4rem;
  display: table;
  /* border-left:1px solid rgb(138,138,138); */
  /* border-top: 1px solid rgb(138,138,138); */
}
.tab-header-times .times-ul li{
  /* 修改 */
  /* border-right:1px solid rgb(138,138,138); */
  /* border-bottom: 1px solid rgb(138,138,138); */
  font-style: normal;
  font-size: .3rem;
  text-align: center;
  color: rgb(138,138,138);
  border:1px solid rgb(138,138,138);
  border-radius: .1rem;
  line-height: .6rem;
  height: .6rem;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0 .2rem;
  /* width: 33%; */
}
.tab-header-times .times-ul li.active{   /* 修改 */
  /* background: #f48021; */
  color: rgb(245,157,33);
  border:1px solid rgb(245,157,33)
}
.tab-header-times .times-ul li:first-child{   /* 修改 */
  width: 2.4rem;
}
.tab-header-times .times-ul li:nth-child(2){   /* 修改 */
  width: 1.8rem;
}
.tab-header-times .times-ul li:nth-child(4){
  flex: 1;
}
.tab-header-times .times-ul li:nth-child(3){   /* 修改 */
  width: 1.8rem;
}

.tab-header-times .times-ul li:nth-child(3){   /* 新增 */
  /* width: 1.72rem; */
  margin: 0 .3rem;
}
.open-btn{
  /*  修改   */
  /* flex: 1; */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .3rem;
  width: .8125rem;
  width: 1.2rem;
}
.open-btn #btnOpen{
  /* 修改   .open-btn p */
  display: flex;
  /* flex-direction: column; */
  font-size: .26rem;
  font-weight: 500;
  padding: .1rem 0 .08rem 0;
  border-radius: .1rem;
  color: #fff;
  text-align: center;
  align-items: center;
  top: 0px;
  position: relative;
  width: 100%;
  height: .6rem;
} 
.open-down{
   /* 修改 */
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  /* border-top: 6px solid rgb(245,157,33); */
  border-bottom: 6px solid rgb(245,157,33);
  margin-top: 2px;
  position:absolute;
  top:6px;
  right: 2px;

}
.open-btn #btnOpen .mui-icon{

  font-size: .46rem;
  transition:all 0.5s ease-in-out;
}
.open-btn #btnOpen  div{   /* 增加 */
  flex:1;
  width: 16px;
  position: relative;
  height: .6rem;
}
.tab-nav-box-list{
  display: none;
  /*display: table;*/
  border-left:1px solid rgb(222,222,222);
  border-top:1px solid rgb(222,222,222);
  margin: 0 .3rem .2rem;
  margin-top: .1rem;
}
.tab-nav-box-list.active{
  display: block;
}
.tab-nav-box-list li{
  display: table;
  width: 100%;
}
.tab-nav-box-list li .th{
  display: table-cell;
  border-right:1px solid rgb(222,222,222);
  border-bottom:1px solid rgb(222,222,222);
  font-size: .26rem;
  font-weight: 500;
  padding: .1rem;
  vertical-align: middle;
  line-height: .5rem;
}
.tab-nav-box-list li .th:first-child{
  width: 1.8rem;
  text-align: center;
}
.tab-nav-box-list li .th:nth-child(2){
  width: 1.2rem;
  text-align: center;
}
.tab-nav-box-list li .th:nth-child(3){
  flex: 1;
}
.tab-nav-box{
  height: 0;
  overflow: hidden;
  margin-top: 2px;
}

.route-padding{
  padding: .3rem;
}
.route-con .route-title{
  font-size: .4rem;
  color: #fff;
  font-weight: 500;
  height: .8rem;
  line-height: .8rem;
  padding: 0 1rem;
  border-radius: .3rem;
  display: inline-block;
}
.events_list{
  padding-left: .5rem;
}
.events_list .events_list_li{
  border-left:2px dashed #ea9427;
  padding: .3rem 0 0 .8rem;
  position: relative;
}
.events_list .events_list_li:first-child{
  padding-top: .5rem;
}
.events_list .events_list_li:last-child{
  padding-bottom: .6rem;
}
.events_list .events_list_li:last-child .last-triangle-down{
  display: block;
}
.last-triangle-down{
  display: none;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ea9427;
  position: absolute;
  bottom: -10px;
  left: -11px;
}
.events_list .events_list_li:nth-child(1){
  animation: entic_effect .8s 1s linear both;
}
.events_list .events_list_li:nth-child(2){
  animation: entic_effect .8s 1.8s linear both;
}
.events_list .events_list_li:nth-child(3){
  animation: entic_effect .8s 2.6s linear both;
}
.events_list .events_list_li:nth-child(4){
  animation: entic_effect .8s 3.4s linear both;
}
@keyframes entic_effect {
    0% {
        width: auto;
        height: auto;
        opacity: 0;
    }
    40% {
        width: auto;
        height: auto;
        opacity: 1;
    }
    100% {
        width: auto;
        height: auto;
    }
}

@-webkit-keyframes entic_effect {
    0% {
        width: auto;
        height: 30px;
        opacity: 0;
    }
    40% {
        width: auto;
        height: auto;
        opacity: 1;
    }
    100% {
        width: auto;
        height: auto;
    }
}

.events_list .events_list_li:nth-child(1) .events-text,
.events_list .events_list_li:nth-child(1) ul{
  animation: enttxt_effect .8s 1s linear both;
}
.events_list .events_list_li:nth-child(2) .events-text,
.events_list .events_list_li:nth-child(2) ul{
  animation: enttxt_effect .8s 1.8s linear both;
}
.events_list .events_list_li:nth-child(3) .events-text,
.events_list .events_list_li:nth-child(3) ul{
  animation: enttxt_effect .8s 2.6s linear both;
}
.events_list .events_list_li:nth-child(4) .events-text,
.events_list .events_list_li:nth-child(4) ul{
  animation: enttxt_effect .8s 3.4s linear both;
}
@keyframes enttxt_effect {
    0% {
        transform: translateY(-10px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes enttxt_effect {
    0% {
        -webkit-transform: translateY(-10px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}
@keyframes enttime_effect {
    0%,
    18%,
    45%,
    72% {
        transform: translateY(0);
        height: 1.8rem;
    }
    36% {
        transform: translateY(-10px);
        height: 1.8rem;
    }
    54% {
        transform: translateY(-5px);
        height: 1.8rem;
    }
    100% {
        height: auto;
    }
}

@-webkit-keyframes enttime_effect {
    0%,
    18%,
    45%,
    72% {
        -webkit-transform: translateY(0);
        height: 1.8rem;
    }
    36% {
        -webkit-transform: translateY(-10px);
        height: 1.8rem;
    }
    54% {
        -webkit-transform: translateY(-5px);
        height: 1.8rem;
    }
    100% {
        height: auto;
    }
}



.events_list .txt_events{
  margin-left: -.95rem;
  display: flex;
  align-items: center;
}
.txt_events .events-circle{
  width: .3rem;
  height: .3rem;
  border-radius: 50%;
  background: #39b2e6;
}
.txt_events .events-text-border{
  width: .66rem;
  border-top:2px dashed #39b2e6;
}
.txt_events .events-text{
  height: .7rem;
  line-height: .7rem;
  /*padding: 0 .5rem;*/
  width: 2.6rem;
  text-align: center;
  border-radius: .1rem;
  color: #fff;
  background: #39b2e6;
  font-weight: 500;
  font-size: .3rem;
}
.events-post-list li{
  width: 2.4rem;
  height: .8rem;
  line-height: .8rem;
  float: left;
  /* border:1px solid #ea9427; */
  color: rgb(103,103,103);
  background-color: rgb(242,242,242);
  text-align: center;
  font-size: .26rem;
  font-weight: 500;
  border-radius: .1rem;
  margin-right: .3rem;
  margin-top: .3rem;
}
.events-post-list li.cur{
  /* background: #ea9427;
  color: #fff; */
  border:1px solid #f48021;
  color: #f48021;
  background: #fff
}
.border-route{
  margin: .3rem .3rem;
  border-bottom: 1px dashed #dadadf;
}
.route-describe{
  padding: 0 .3rem .3rem;
  margin-bottom: .4rem;
}
.route-describe-tit{
  height: 1rem;
  position: relative;
  padding-bottom: .3rem;
}
.route-describe-tit h2{
  font-size: .4rem;
  position: absolute;
  left: 0;
  top: .2rem;;
}
.route-describe-tit .btn-sub-tit{
  margin-left:4.06rem; 
  display: none;
}
.btn-sub-tit{
  width: 2.4rem;
  height: .7rem;
  line-height: .7rem;
  text-align: center;
  border-radius: .1rem;
  color: rgb(103,103,103);
  /* background: #ea9427; */
  font-size: .4rem;
  font-weight: 700;
}
.route-describe-box{
  border:1px dashed rgb(179,179,179);
  border-radius: 10px;
  padding: .3rem;
  display: none;
}
.route-describe-box .border-route{
  margin: .3rem 0;
}
.text-list li{
  font-size: .3rem;
  line-height: .5rem;
}
.text-footer ul li{
  float: left;
  width: 33.33%;
  font-size: .3rem;
  margin-top: .3rem;
}
/*金融服务*/
.service-body .title{
  color: rgb(103,103,103);
  font-size: .35rem;
  margin-bottom: .3rem;
  font-weight: 600;
}
.service-body .introduce{
  color: rgb(103,103,103);
  border:1px dashed #f48021;
  padding: .2rem;
  font-size: .3rem;
  line-height: .4rem;
  height: 2.4rem;
  overflow-y: auto; 
  border-radius: .3rem;
}
.service-style{
  padding: .3rem;
}
.video{
  height: 4rem;
  width: 100%;
  margin-top: .2rem;
  margin-bottom: .3rem;
}
.service-body .sub-title{
  font-size: .28rem;
}
.m-th-2{
  margin-top: .2rem;
}
.list-data{
  display: flex;
  justify-content: space-around;
}
.list-data li{
  display: flex;
  padding: .4rem 0;
}
.list-data li .img-box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.list-data li .img-box img{
  width: .9rem;
  height: .7rem;
}
.list-data li .img-box span{
  font-size: .26rem;
  color: #000;
  padding-top: .1rem;
}
.list-data li .num{
  margin-top: .2rem;
  color: #000;
}
.up-down{
  padding: .2rem 0.3rem;
  border:1px dashed #bcb9b9;
  border-radius: .4rem;
  margin-bottom: .4rem;
}
.up-down .up-title{
  font-size: .32rem;
  color: #837f7f;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.up-down .down-box{
  display: none;
  color: #837f7f;
  font-size: .26rem;
  line-height: .38rem;
  padding-bottom: .3rem;
  position: relative;
}
.up-down .down-box p{
  position: absolute;
  left:50%;
  margin-left: -12px;
  bottom:-.15rem;
}
.service-inlist{
  display: flex;
  justify-content: space-between;
}
.service-inlist li{
  border:.5px solid #f7c284;
  padding: 2px;
  border-radius: 50%;
  width: 1.9rem;
  height: 1.9rem;
}
.service-inlist li:nth-child(2){
  border-color: rgb(136,209,240);
}
.service-inlist li:nth-child(3){
  border-color: rgb(187,165,242);
}
.service-inlist li:nth-child(4){
  border-color: rgb(187,165,242);
}
.service-inlist li a{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.service-inlist li a p{
  color: #fff;
  font-size: .4rem;
  font-weight: 600;
}
.service-inlist li a p:first-child{
  padding-bottom: .1rem;
}
.b-b-green{
  background: #01c3bf;
}
.b-violet{
  background: #8e6aea;
}
.n-m{
  margin-left:0;
  margin-right:0; 
}
.header-service{
  display: flex;
}
.right-bar-list{
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding-left: .5rem;
}
.right-bar-list .left-bar,.right-bar-list .right-bar{
  display: flex;
}
.right-bar-list .left-bar .left-bar-num:first-child,.right-bar-list .right-bar .left-bar-num:first-child{
  margin-right: .5rem;
}
.right-bar-list .left-bar-num{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.right-bar-list .left-bar-num .mui-icon{
  width: .46rem;
  height: .46rem;
  font-size: .46rem;
}
.right-bar-list .left-bar-num img{
  width: .46rem;
  height: .46rem;
}
.right-bar-list .right-bar .imgH{
  width: .46rem;
  height: .46rem;
}
.right-bar-list .left-bar-num p{
  font-size: .26rem;
  padding-top: .1rem;
}
.right-bar-list .left-bar-num span{
  position: absolute;
  left:.4rem;
  top: -.1rem;
  font-size: .22rem;
  color: #ea9427;
  margin-left: .34rem;
  font-weight: 600;
}
.serlist ul{
  padding-top: .3rem;
}
.serlist li{
  background: #fff;
  border-radius: 4px;
  /*overflow: hidden;*/
  padding-right: .2rem;
  margin-bottom: .3rem;
}
.serlist li a{
  display: flex;
  align-items: center;
}
.serlist li .img-list-box{
  width: 1.6rem;
  height: 1.6rem;
  position: relative;
  margin-right: .15rem;
  flex-shrink: 0;
}
.serlist li .img-list-box img{
  width: 100%;
  height: 100%;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.serlist li .c-t-b{
  position: absolute;
  right: -.15rem;
  top: -.15rem;
  width: .3rem;
  height: .3rem;
  border:.5px solid #ff091e;
  padding: 1px;
  border-radius: 50%;
}
.serlist li .c-t-b span{
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ff091e;
}
.serlist li .list-center-box{
  /*display: flex;
  flex-direction: column;*/
  flex: 1;
  flex-shrink: 1;
  width: 5.8rem;
}
.serlist li .list-center-box h3{
  font-size: .34rem;
  color: #8cc0d6;
  padding-bottom: .2rem;
  font-weight: 600;
}
.serlist li .list-center-box p{
  font-size: .36rem;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-bottom: .2rem;
}
.serlist li .list-center-footer{
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list-center-footer{
  color: #8f8f94;
  font-size: .28rem;
}
.serlist li .list-center-footer span{
  padding-right: .1rem;
  color: #8f8f94;
  font-size: .3rem;
}
.serlist li .list-center-footer span.c-orange{
  color: #ea9427;
}
.serlist li .list-center-footer span:last-child{
  padding-right:  0;
}
.list-right-details{
  width: 2rem;
  flex-shrink: 0;
  font-size: .26rem;
  color: #000;
  line-height: .32rem;
  display: flex;
  flex-direction: column;
  padding-right: .3rem;
  padding-left: .2rem;
}
.list-right-details p{
  display: inline-block;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: .22rem;
  background: #efeff6;
}
.list-right-details img{
  width: .2rem;
  height: .2rem;
}
.list-right-details img:first-child{
  margin-left: -.24rem;
}
.list-right-details img:last-child{
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  right:-.22rem;;
}
.lastquotes{
  height: .22rem;
  position: relative;
  flex-shrink: 0;
}
/*职业体验*/
.answer-box .logo-tit{
  font-size: .36rem;
  text-align: center;
  margin-bottom: .3rem;
}
.company-title{
  display: flex;
  /*align-items: center;*/
  height: .8rem;
  margin-bottom: .3rem;
}
.company-title-bar{
  flex: 1;
  background: #ebebf0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.company-title .left-bar{
  /*transform: translate(50%);*/
  padding: 0 .1rem;
  font-size: .36rem;
  background: #bcbcc0;
  display: flex;
  align-items: center;
  height: 100%;
  color: #fff;
  border-radius: .1rem;
  flex-shrink: 0;
}
.company-title-bar img{
  width: .5rem;
  height: .5rem;
  margin-right: .2rem;
}
.company-title-bar span:last-child{
  font-size: .3rem;
  font-weight: 600;
}
.jump-icon{
  width: .8rem;
  height: .8rem;
  margin-left: .2rem;
  flex-shrink: 0;
}
.tit-sub{
  color: #676767;
  border-radius: .1rem;
  height: .8rem;
  line-height: .8rem;
  /* padding: 0 .2rem; */
  display: inline-block;
  font-size: .4rem;
  position: relative;
  z-index: 1;
  font-weight: 600;
}
.answer-content{
  padding: .3rem 0;
}
.answer-content p{
  font-size: .3rem;
  line-height: .5rem;
  color: #676767;
  margin-bottom: .2rem;
}
.img-box{
  display: flex;
  justify-content: center;
}
.img-box img{
  width: 5rem;
  height: 3rem;
}
.tit-sub-list{
  display: flex;
  margin-bottom: .2rem;
}
.tit-sub-list .tit-sub-right{
  flex: 1;
  font-size: .3rem;
  line-height: .46rem;
  color: #676767;
  background: #ececf1;
  padding: .2rem .1rem;
  margin-left: .2rem;
  border-radius: .2rem;
}
.guide-con{
  display: flex;
  /*justify-content: space-between;*/
  /*padding-top: .2rem;*/
}
.guide-con .guide-icon{
  width: 2rem;
  height: .6rem;
  flex-shrink: 0;
  margin-left: .4rem;
}
.guide-con .guide-left{
  flex: 1;
  display: flex;
}
.guide-con .guide-left div{
  display: none;
  font-size: .3rem;
  line-height: .46rem;
  color: #cbcaca;
  border:1px solid #73d1f7;
  border-radius: .1rem;
  padding: .1rem;
  position: relative;
}
.horn-icon{
  width:.4rem;
  height:.25rem;
  background-image: url(../images/horn.png);
  background-size: 100%;
  position: absolute;
  right: -.4rem;
  top:.2rem;
}
.Text-box{
  border:1px dashed #f58c29;
  border-radius: .1rem;
  /*height: 3rem;*/
}
.Text-box textarea{
  border: none;
  font-size: .32rem;
  margin: .1rem 0;
  padding: 0 .1rem;
  height: 2rem;
}
.text-header{
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  margin-top: -1px;
}
.text-header p{
  margin: 0.2rem;
  font-size: .32rem;
  font-weight: 600;
}
.footer-bottom-tit{
  display: flex;
  justify-content: space-between;
  font-size: .28rem;
  padding: .3rem 0;
}
.footer-bottom-tit .left-footer-bar{
  display: flex;
  align-items: center;
}
.footer-bottom-tit .left-footer-bar p,.left-footer-bar a,.left-footer-bar span{
  font-size: .28rem;
}
.left-footer-bar a{
  padding: .1rem .1rem;
  color: #fff;
  border-radius: .08rem;
  margin: 0 .1rem;
}
.btn-list-footer{
  display: flex;
  border:1px solid #f58c29;
  padding: .04rem;
  border-radius: .4rem;
  height: .8rem;
}
.btn-list-footer li{
  width: 1rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f58c29;
  border-radius: .38rem;
}
.btn-list-footer li.active{
  background-color: #f58c29;
  color: #fff;
}
.b-red{
  background: #f45f62;
}
.b-success{
  background-color: #30dc2b;
}
.btn-submit{
  display: flex;
  justify-content: center;
}
.btn-submit .b-orange{
  color: #fff;
}

.up-down-btn{
  height: .6rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: .2rem;
}
.show-box .answer-content{
  height: 1.36rem;
  overflow: hidden;
}
.Text-box p.text-p{
  padding: 0.2rem;
  font-size: .3rem;
  line-height: .5rem;
  font-weight: 600;
}
.b-violet-text{
  background-color: #baa7f5;
}
.Text-box.b-b-violet{
  border-color: #baa7f5;
  height: auto;
}
.Text-box .right-bar-list{
  padding-left: 0;
  justify-content: left;
}
.Text-box .text-header .right-bar-list p{
  margin: 0;
  font-size: .2rem;
  padding-top: .05rem;
}
.Text-box .text-header .right-bar-list .left-bar{
  margin-left: .3rem;
  margin-top: .1rem;
}
.content-left-right{
  display: flex;
  padding: .2rem;
}
.content-left-right .left-bar{
  width: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .2rem;
}
.content-left-right .left-bar img{
  width: 2rem;
  height: 2rem;
}
.content-left-right .left-bar span{
  font-size: .3rem;
  color: #000;
  font-weight: 500;
  padding-top: .1rem;
}
.content-left-right .right-bar{
  position: relative;
  padding-bottom: .3rem;
  flex: 1;
}
.content-left-right .right-bar .right-bar-text{
  font-size: .3rem;
  color: #000;
  line-height: .46rem;
}
.content-left-right .right-bar p:last-child{
  text-align: right;
  position: absolute;
  bottom: 0rem;
  right: .1rem;
}
.select-answer{
  padding-top: .3rem;
}
.select-answer ul{
  padding-top: .2rem;
}
.select-answer ul li{
  display: flex;
  padding-bottom: .15rem;
  padding-top: .15rem;
  border-bottom: 1px solid #dadadf;
}
.select-answer ul li:last-child{
  border:none;
}
.select-answer ul li span{
  width: .36rem;
  height: .36rem;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: .2rem;
  flex-shrink: 0;
  margin-top: .08rem;
  margin-bottom: 0;
}
.select-answer ul.checkbox li span{
  background-image: url(../images/selectN.png);
}
.select-answer ul.checkbox li span.active{
  background-image: url(../images/select.png);
}
.select-answer ul.checkbox li span.cur{
  background-image: url(../images/selected.png);
}
.select-answer ul.radio li span{
  width: .36rem;
  height: .36rem;
  margin-top: .06rem;
  background-image: url(../images/radio.png);
}
.select-answer ul.radio li span.active{
  background-image: url(../images/radioed.png);
}
.select-answer ul.radio li span.cur{
  background-image: url(../images/radioeds.png);
}

.select-answer ul li p.option-list{
  font-size: .3rem;
  color: #676767;
  line-height: .48rem;  
  flex: 1;
}
.align-items{
  align-items: center;
}
.text-header .tit-sub span{
  font-style: oblique;
  font-size: .4rem;
  padding-right: .1rem;
  font-weight: 600;
}
.text-header .tit-sub:first-child{
  margin-left: -1px;
}
.text-header .tit-sub.b-violet-text:last-child{
  margin-left: 0;
  margin-right: -1px;
}
.right-key{
  display: flex;
  justify-content: space-between;
  font-size: .28rem;
  padding-bottom: .3rem;
}
.right-key .right-key-bar span,.right-key p{
  font-size: .3rem;
}

.comment-items{
  display: none;
}
.comment-items.active{
  display: block;
}
.comment-items ul.items-list{
  padding-top: .2rem;
}
.comment-items .items-list li{
  display: flex;
  padding: .4rem 0;
  border-bottom: 1px dashed #dededf;
}
.comment-items .items-list li:last-child{
  border: none;
}
.comment-items .items-list li .img-list-box{
  position: relative;
  margin-right: .4rem;
  flex-shrink: 0;
}
.comment-items .items-list li .img-list-box img{
  width: 1.6rem;
  height: 1.6rem;
  /*border-top-left-radius: 4px;*/
  /*border-bottom-left-radius: 4px;*/
}
.comment-items .items-list li .img-list-box .c-t-b {
  position: absolute;
  right: -.15rem;
  top: -.15rem;
  width: .3rem;
  height: .3rem;
  border: .5px solid #ff091e;
  padding: 1px;
  border-radius: 50%;
  animation-timing-function:ease-in-out;
  animation-name:breathe;
  animation-duration:500ms;
  animation-iteration-count:infinite;
  animation-direction:alternate;
}
.comment-items .items-list li .c-t-b span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ff091e;
}
.comment-items .items-list li .items-right{
  flex: 1;
  width: 7.5rem;
}
.items-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: .2rem;
}
.items-header .h1{
  font-size: .34rem;
  color: #137aaa;
  font-weight: 600;
  margin: 0;
}
.items-header .items-header-right{
  max-width: 5.5rem;
  height: .44rem;
  font-size: .3rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: .5rem;
  position: relative;
  display: flex;
  align-items: center;
  /*justify-content: flex-end;*/
}
.items-header .items-header-right span:nth-child(2){
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: .4rem;
  vertical-align: middle;
  margin-top: .06rem;
}
.share-icon{
  width: .5rem;
  height: .4rem;
  position: absolute;
  right: 0;
  top: 0;
}
.comment-com{
  padding: .2rem;
  background-color: #fff;
  border-radius: .2rem;
  position: relative;
}
.comment-com .arrow{
  width: 0px;   
  height: 0px;   
  border-top: 10px solid transparent;   
  border-right: 10px solid;   
  border-bottom: 10px solid transparent;   
  position: absolute;   
  left: -10px;   
  margin-top: .5rem;   
  border-right-color: #fff;  
}
.comment-com .comment-header-top{
  color: #000;
  font-size: .34rem;
  padding-bottom: .2rem;
  border-bottom: 1px dashed #dededf; 
  line-height: .5rem;
  margin-bottom: .2rem;
}
.comment-bottom{
  color: #8f8f94;
  font-size: .3rem;
}
.comment-bottom p{
  line-height: .48rem;
  font-size: .3rem;
  margin-top: .1rem;
}
.this-year{
  padding-top: .3rem;
  display: flex;
  justify-content: space-between;
}
.this-year span,.next-year span{
  font-size: .26rem;
  color: #918e8e;
}
.next-year{
  padding-top: .3rem;
  display: flex;
  flex-direction: column;
}
.next-year span{
  text-align: right;
  padding-bottom: .1rem;
}
.time-axis{
  padding: .4rem 0 .2rem;
  display: flex;
}
.time-axis .tit{
  font-size: .38rem;
  margin-right: .3rem;
  color: #8f8f94;
  font-weight: 600;
}
.time-axis .time-axis-right{
  flex: 1;
}
.time-axis-right .time-border{
  height: .2rem;
  border:1px solid #b7b7bd;
  border-radius: .1rem;
  background-color:#fff; 
}
.time-axis-right ul{
  display: flex;
  justify-content: space-around;
  margin-top: -.35rem;
}
.time-axis-right li{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.time-axis-right li div:nth-child(1){
  height: .5rem;
  width: .5rem;
  border:1px solid #b7b7bd;
  border-radius: 50%;
  margin-bottom: .1rem;
  background: #e4e4eb;
  position: relative;
  z-index: -1;
}
.time-axis-right li div:nth-child(2){
  position: absolute;
  z-index: 1;
  top:1px;
  left:50%;
  margin-left: -.22rem;
  height: .44rem;
  width: .44rem;
  border-radius: 50%;
  background: #fff;
}
.time-axis-right li p{
  padding-top: .2rem;
  font-size: .34rem;
  font-weight: 600
}
.time-axis-right li.active div:nth-child(1){
  height: .6rem;
  width: .6rem;
  margin-bottom: .08rem;
  border:2px solid #fff;
  border-color: #fff;
  background-color: #f58c29;
  box-shadow: 0px 0px 1px #f58c29;
  animation-timing-function:ease-in-out;
  animation-name:breathe;
  animation-duration:500ms;
  animation-iteration-count:infinite;
  animation-direction:alternate;
  z-index: 1;
  margin-top: -.08rem;
}
.time-axis-right li.active div:nth-child(2){
  display: none;
}
.time-axis-right li.active p{
  color: #f58c29;
}
@-webkit-keyframes breathe {
  0% {
  opacity:1;
  transform: scale(.90) ;
  }
  100% {
    opacity:1;
    transform: scale(1);
  }
}

@keyframes breathe {
  0% {
    opacity:1;
    transform: scale(.90) ;
  }
  100% {
    opacity:1;
    transform: scale(1);
  }
}

@-moz-keyframes breathe {
  0% {
    opacity:1;
    transform: scale(.90) ;
  }
  100% {
    opacity:1;
    transform: scale(1);
  }
}

@-o-keyframes breathe {
  0% {
    opacity:1;
    transform: scale(.90) ;
  }
  100% {
    opacity:1;
    transform: scale(1);
  }
}


.report-header{
  display: flex;
  /*justify-content: center;*/
  align-items: center;
}
.report-header .left-bar{
  width: 1.6rem;
  height: 1.6rem;
  position: relative;
  flex-shrink: 0;
}
.report-header .left-bar .avatar-img{
  width: 100%;
  height: 100%;
}
.report-header .left-bar .gender{
  width: .4rem;
  height: .4rem;
  flex-shrink: 0;
}
.gender-box{
  /*padding: 2px 2px;*/
  position: absolute;
  right:0rem;
  bottom:0rem;
  background: #fff;
  width: .6rem;
  height: .6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%; 
}
.report-ul{
  display: flex;
  margin-left: .2rem;
}
.report-ul li:first-child{
  width: 3rem;
  flex-shrink: 0;
}
.report-ul li{
  padding: 0.1rem 0;
}
.report-ul li span{
  font-size: .3rem;
}
.report-ul li .report-icon{
  width: .4rem;
  height: .4rem;
}
.report-list-ul{
  margin: .2rem 0;
  border-radius: .1rem;
  background: #fff;
}
.report-list-ul li{
  padding: .2rem 0;
}
.echarts-introduce .title{
  display: flex;
  align-items: center;
  font-size: .36rem;
  color: #f88c19;
  vertical-align: middle;
  font-weight: 600;
  margin: .2rem 0;
}
.echarts-introduce .title i{
  width: .46rem;
  height: .46rem;
  background-image: url(../images/WechatIMG2753.png);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: .1rem;
}
.echarts-introduce p{
  font-size: .32rem;
  padding-bottom: .2rem;
}
.report-nav-ul li{
  width: auto;
  padding: 0 .2rem;
}
.echarts-radar .tit{
  font-size: .5rem;
  font-weight: 600;
  color: #f88c19;
  text-align: center;
}
.report-bottom-list{
  display: flex;
  justify-content: space-around;
  padding-bottom: .2rem;
}
.report-bottom-list li{
  flex: 3;
}
.report-bottom-list li a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.report-bottom-list li img{
  width: 1.6rem;
  height: 1.6rem;
}
.report-bottom-list li p{
  font-size: .32rem;
  color: #000;
  font-weight: 600;
  padding-top: .2rem;
}
.report-echarts{
  height: 6rem;
}
.radar{
  height: 6rem;
}
.b-h{
  height: 100%;
  width: 1px;
  background: #797979;
}
.delete-img{
  width: .6rem;
  height: .6rem;
  position: absolute;
  right: -.2rem;
  top: -.05rem;
  z-index: 111;
}

.icon-news{
  width: 44px;
  height: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.icon-news i{
  width: 24px;
  height: 24px;
  background: url(../images/cart.png) no-repeat;
  background-size: 100%;
}
.list-view{
  padding: .06rem 0;
}
.list-view li{
  border-bottom: 1px solid #e6e6e6;
  padding: .5rem .5rem;
  font-size: .4rem;
  display: flex;
  justify-content: space-between;
}
.list-view li span:last-child{
  color: rgb(103,103,103);
}

.list-view li::after{
  font-size: .5rem;
  right: 15px;
  content: '\e583';
  color: rgb(103,103,103);
  font-family: Muiicons;
  margin-left: .2rem;
}
/* .list-view li span:last-child::after{
  font-size: .5rem;
  right: 15px;
  content: '\e583';
  color: rgb(103,103,103);
  font-family: Muiicons;
  margin-left: .2rem;
}
.list-view li span.down:last-child::after{
  font-size: .5rem;
  right: 15px;
  content: '\e581';
  font-family: Muiicons;
  margin-left: .2rem;
}
.list-view li span.up:last-child::after{
  font-size: .5rem;
  right: 15px;
  content: '\e580';
  font-family: Muiicons;
  margin-left: .2rem;
} */
.btn-style-sub{
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  padding: 0 .42rem;
}
.btn-style-sub .mui-btn{
  padding: 8px 30px;
  width: 100%;
  height: 1.2rem;
  line-height: normal;
  color: #fff;
  border: none;
  font-size: .5rem;
  background: #f48021;
}