.header-common{
  background: #FFFFFF;
}
.icon-language a{
  color: #666666;
}
.joinpage .toptitle{
  height: 8.8rem;
  line-height: 8.8rem;
  background: #E2231A;
  color: #FFFFFF;
  padding: 0 4rem;
  margin-top: 9.6rem;
}
.joinpage .toptitle a i{
}
.joinpage .toptitle a{
  color: #FFFFFF;
  font-size: 2.8rem;
  display: flex;
align-items: center;
}
.position .tab-bars .tab-list .mui-scroll {
  width: 120rem;
}
.mui-card{
  margin: 0;
  box-shadow: none;
  border-radius:0;
}
.mui-table-view-cell:after,.mui-table-view:before,.mui-table-view:after{
  display: none;
}
.mui-card .mui-table-view .mui-table-view-cell:first-child, .mui-card .mui-table-view .mui-table-view-divider:first-child,.mui-card .mui-table-view .mui-table-view-cell:last-child, .mui-card .mui-table-view .mui-table-view-divider:last-child{
  border-radius: 0;
}
.mui-table-view-cell,.mui-table-view-cell.mui-active{
  background: #F3F3F3;
  margin-bottom: 0.6rem;
}
.mui-table-view-cell>a:not(.mui-btn){
  font-size: 3.2rem;  
  color: #333333;
  line-height: 8rem;
}
.mui-navigate-right:after, .mui-push-left:after, .mui-push-right:after{
  color: #333333;
}
.mui-table-view-cell.mui-collapse .mui-collapse-content{
  background: #F3F3F3;
  margin-top: 0;
}
.mui-table-view-cell.mui-collapse.mui-active .mui-navigate-right::before{
  content: "";
  display: inline-block;
    position: absolute;
    bottom: 11px;
  width: 64px;
height: 2px;
background: #E2231A;
}
.positiontitle{
  font-weight: bold;
font-size: 2.4rem;
color: #333333;
line-height: 5.6rem;
}
.positiontext{
  font-size: 2.4rem;
  color: #666666;
}
.positiontext .textitem{
  line-height: 4.6rem;
}
.positionbtn{
  display: flex;
  justify-content: space-between;
}
.positionbtn a{
  width: calc(50% - 0.6rem);
  height: 7.6rem;
  line-height: 7.6rem;
  font-size: 2.4rem;
  color: #E2231A;
  border: 1px solid #E2231A;
  text-align: center;
}

.positionbtn a i{
  color: #E2231A;
  margin-right: 1rem;
  font-size: 2.8rem;
}