.index-wrap .content .m-top{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 289px;
  background: url("../images/joinUs/joinUs-top-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 120% 289px;
  // background-attachment: fixed;
}
.index-wrap .content .m-top .m-search{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 720px;
  height: 48px;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
  border-radius: 24px;
}
.index-wrap .content .m-top .m-search .u-search-icon{
  margin-left: 24px;
  width: 20px;
  height: 20px;
}
.index-wrap .content .m-top .m-search .u-search-input{
  // width: 20px;
  // height: 20px;
  color: rgba(0, 0, 0, 0.85);
  padding-left: 8px;
  box-sizing: border-box;
  flex-grow:1;
  border: none;
}
.index-wrap .content .m-top .m-search .u-search-input:focus { outline: none; } 

input::-webkit-input-placeholder,
.index-wrap .content .m-top .m-search .u-search-input:-moz-placeholder ,
.index-wrap .content .m-top .m-search .u-search-input::-moz-placeholder,
.index-wrap .content .m-top .m-search .u-search-input:-ms-input-placeholder 
{ 
  width: 64px;
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
  line-height: 22px;
} 




.index-wrap .content .m-top .m-search .u-search-btn{
  width: 120px;
  height: 48px;
  line-height: 48px;
  text-align:center;
  background: #FF6161;
  border-radius: 0px 24px 24px 0px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
}
.index-wrap .content .m-content-wrap{
  margin-top: 42px;
  margin-bottom: 56px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-wrap .content .m-content-wrap .m-main{
  display: flex;
  justify-content: center;
  // align-items: center;
  width: 1440px;
  min-height:322px;
}
.index-wrap .content .m-content-wrap .m-main .u-line{
  width: 1px;
  min-height:622px;
  background: #ECECEC;
}
.index-wrap .content .m-content-wrap .m-main .m-l{
  margin-right: 32px;
  display: flex;
  justify-content: flex-end;
  width: 408px;
  // height: 400px;
  
}
.index-wrap .content .m-content-wrap .m-main .m-l .m-l-content{
  width: 256px;
}
.index-wrap .content .m-content-wrap .m-main .m-l .m-l-content .m-title{
  margin-bottom: 10px;
  width: 100%;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.index-wrap .content .m-content-wrap .m-main .m-l .m-l-content .m-title .u-title{
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}
.index-wrap .content .m-content-wrap .m-main .m-l .m-l-content .m-title .u-clear{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
}
.index-wrap .content .m-content-wrap .m-main .m-l .m-l-content .u-line-l{
  margin-bottom: 24px;
  width: 100%;
  height: 1px;
  background: #F1F1F1;
}
.index-wrap .content .m-content-wrap .m-main .m-l .m-l-content .f-style{
  margin-bottom: 32px;
  display: flex;
  flex-direction: column ;
}
.index-wrap .content .m-content-wrap .m-main .m-l .m-l-content .f-style div{
  margin-bottom: 16px;
  width: 100%;
  height: 25px;
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  line-height: 25px;
}
.index-wrap .content .m-content-wrap .m-main .m-l .m-l-content .f-style label{
  display: flex;
  align-content: center;
  margin-bottom: 8px;
  width: 100%;
  height: 22px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
}
.index-wrap .content .m-content-wrap .m-main .m-l .m-l-content .f-style label input{
  margin-top: 2px;
  margin-right: 8px;
  width: 16px;
  height: 16px;
}
.index-wrap .content .m-content-wrap .m-main .m-r{
  width: 1031px;
  // height: 622px;
}
.index-wrap .content .m-content-wrap .m-main .m-r .u-title{
  margin-bottom: 16px;
  padding-left: 40px;
  width: 100%;
  height: 42px;
  font-size: 30px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  line-height: 42px;
  box-sizing: border-box;
}
.index-wrap .content .m-content-wrap .m-main .m-r .m-position-itme{
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
  padding: 16px 24px;
  box-sizing: border-box;
  width: 895px;
  height: 144px;
  background: #FFFFFF;
  border-radius: 4px;
}
.index-wrap .content .m-content-wrap .m-main .m-r .m-position-itme .m-position-itme-l{
  flex-grow:1
}
.index-wrap .content .m-content-wrap .m-main .m-r .m-position-itme .m-position-itme-l .u-name{
  margin-bottom: 8px;
  width: 100%;
  height: 28px;
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
}
.index-wrap .content .m-content-wrap .m-main .m-r .m-position-itme .m-position-itme-l .u-tab{
  margin-bottom: 12px;
  display: flex;
  width: 100%;
  height: 20px;
}
.index-wrap .content .m-content-wrap .m-main .m-r .m-position-itme .m-position-itme-l .u-tab div{
  margin-right: 6px;
  width: 38px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #F3F3F3;
  border-radius: 2px;
  border: 1px solid #E0E0E0;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
}
.index-wrap .content .m-content-wrap .m-main .m-r .m-position-itme .m-position-itme-l .u-p{
  width: 100%;
  height: 22px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
}



.index-wrap .content .m-content-wrap .m-main .m-r .m-position-itme .m-position-itme-r{
  display: flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  background: #F4F4F4;
  border-radius: 50%;
  cursor: pointer;
}
.index-wrap .content .m-content-wrap .m-main .m-r .m-position-itme .m-position-itme-r div:nth-child(1){
  width: 20px;
  height: 20px;
  background:url('../images/joinUs/emaill-g.png') ;
  background-size: 20px 20px;
}
.index-wrap .content .m-content-wrap .m-main .m-r .m-position-itme .m-position-itme-r div:nth-child(2){
  margin-top: 2px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
}

.index-wrap .content .m-content-wrap .m-main .m-r .m-position-itme:hover{
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.06);
}
.index-wrap .content .m-content-wrap .m-main .m-r .m-position-itme .m-position-itme-r:hover{
  background: #FF6161;
}
.index-wrap .content .m-content-wrap .m-main .m-r .m-position-itme .m-position-itme-r:hover div:nth-child(1){
  width: 20px;
  height: 20px;
  background:url('../images/joinUs/emaill-w.png') ;
  background-size: 20px 20px;
}
.index-wrap .content .m-content-wrap .m-main .m-r .m-position-itme .m-position-itme-r:hover  div:nth-child(2){
  margin-top: 2px;
  font-size: 12px;
  color: #fff;
}
.m-none-data-content{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction:column;
}
.m-none-data{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
}
.m-none-data img{
  margin-bottom: 42px;
  width: 112px;
  height: 112px;
}
.m-none-data div{
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
}
.m-email-modal .modal-dialog{
  margin-top: 20%;
}
.m-email-modal .modal-header{
  border-bottom:none;
  padding-bottom: 0px;
}
.m-email-modal .modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction:column;
}
.m-email-modal .modal-body div:nth-child(1){
  display: none;
  margin-bottom: 8px;
  width: 100%;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #03e036;
  text-align: center;
}
.m-email-modal .modal-body div:nth-child(2){
  margin-bottom: 8px;
  width: 100%;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  text-align: center;
}
.m-email-modal .modal-body div:nth-child(3){
  margin-bottom: 24px;
  width: 100%;
  height: 33px;
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  line-height: 33px;
  text-align: center;
}
.m-email-modal .modal-body div:nth-child(5){
  width: 88px;
  height: 32px;
  line-height: 32px;
  background: #FB4747;
  border-radius: 2px;
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
}




