.el-form-item {
  box-sizing: border-box;
  padding-left: 0.133333rem;
  padding-right: 0.133333rem;
}
.el-form-item__label{
  /* width: 25%; */
  padding: 0 0px 0 0;
  color: #4a4a4a;
  line-height: 1.06666rem;
  font-size: 0.426666rem;
  text-align: justify!important;
  text-justify: inter-ideograph!important;
  text-align-last: justify!important;
}
.el-form-item__content{
  line-height: 1.06666rem;
  font-size: 0.396666rem;
}
.el-select-dropdown__empty{
  font-size: 0.37333rem;
}
.checkagent{
  line-height: 0;
}
.checkagent .el-form-item__content{
  line-height: 0;
}
.checkagent .agree_policy{
  display: inline-block; 
  line-height: 0.42666rem; 
  width: 94%; 
  color: #4a4a4a; 
  margin-top: 0.26666rem;
}
.checkagent .check_promotion{
  padding-left: 0px; 
  /* height: 1.06666rem;  */
  padding-right: 0px;
}
.checkagent .agree_promotion{
  display: inline-block;
  line-height: 0.45rem;
  width: 100%;
  color: #4a4a4a;
  /* margin-top: 0.26666rem; */
  vertical-align: 0px;
}
.el-checkbox__inner {
border: 0.02666rem solid #DCDFE6;
border-radius: 0.053333rem;
width: 0.3733333rem;
height: 0.3733333rem;
}
.el-checkbox{
font-size: 0.373333rem;
}
.el-checkbox__inner::after {
-webkit-box-sizing: content-box;
box-sizing: content-box;
content: '';
border: 0.026rem solid white;
border-left: 0;
border-top: 0;
height: 0.18666rem;
left: 0.1066rem;
position: absolute;
top: 0.026rem;
-webkit-transform: rotate(45deg) scaleY(0);
transform: rotate(45deg) scaleY(0);
width: 0.08rem;
-webkit-transition: -webkit-transform 0.15s ease-in 0.05s;
transition: -webkit-transform 0.15s ease-in 0.05s;
transition: transform 0.15s ease-in 0.05s;
transition: transform 0.15s ease-in 0.05s, -webkit-transform 0.15s ease-in 0.05s;
-webkit-transform-origin: center;
transform-origin: center;
}
.el-input__icon{
  width: 0.6666rem;
}
.el-select-dropdown__item {
  font-size: 0.373333rem;
  padding: 0 0.53333rem;
  height: 0.906666rem;
  line-height: 0.906666rem;
}
.el-select .el-input .el-select__caret{
  font-size: 0.373333rem;
}
.long_list {
  width: 100%;
}
.long_list .el-form-item__label {
  text-align: justify!important;
  text-justify: inter-ideograph;
  text-align-last: justify!important;
  word-break: break-all;
}
.low_list .el-form-item__label {
  display: inline-block;
  width: 25%!important;
  text-align: justify!important;
  text-justify: inter-ideograph;
  text-align-last: justify!important;
  word-break: break-all;
}
.long_list .el-form-item__label::after {
  content: " ";
  display: inline-block;
}
.low_list .el-form-item__content {
  width: 70%;
  float: right;
}
.low_list_last_name{
  width: 49%; 
  display: inline-block; 
  float: left; 
  z-index: 999;
}
.low_list_first_name{
  width: 49%; 
  display: inline-block; 
  float: right; 
  z-index: 999;
}
.el-form-item__content {
  width: 75%;
  display: inline-block;
}
.checkagent .el-form-item__content {
  width: 100%;
}
.select_list .el-form-item__content {
  float: right;
  width: 89%;
}
/* .name .el-form-item__content {
  width: 81%;
} */
.long_list .el-form-item__content {
  width: 75%;
}
.el-select-dropdown {
  width: 2.6666rem;
}
.clearfix:after {
  /*添加一个内容*/
  content: '';
  /*转换为一个块元素*/
  display: block;
  /*清除两侧的浮动*/
  clear: both;
}
body {
  display: block;
  margin: 0px;
}
.checkagent .el-form-item__error {
  left: 0px;
}
.hospital .el-input__suffix {
  opacity: 0;
}
.el-drawer__header .el-input {
  font-size: 0.42666rem;
}
.el-drawer__header .el-input__icon {
  line-height: 1.06666rem !important;
}
.el-drawer__header .el-input__inner {
  height: 1.06666rem;
}
.el-drawer__header .el-button {
  padding-top: 0px;
}
.el-radio {
  display: block;
  float: left;
  padding: 0.26666rem 0.533333rem;
  color: #4a4a4a;
  margin-right: 0px;
  width: 100%;
  box-sizing: border-box;
  border-top: 0.026666rem solid rgba(161, 161, 161, 0.2);
}
.el-radio:nth-last-child(1) {
  border-bottom: 0.026666rem solid rgba(161, 161, 161, 0.2);
}
.el-radio__label {
  padding-left: 0px;
}
.el-radio__label:after {
  /*添加一个内容*/
  content: '';
  /*转换为一个块元素*/
  display: block;
  /*清除两侧的浮动*/
  clear: both;
}
.el-radio__input {
  display: none;
}
* {
  -webkit-touch-callout: none; /*系统默认菜单被禁用*/
  -webkit-user-select: none; /*webkit浏览器*/
  -khtml-user-select: none; /*早期浏览器*/
  -moz-user-select: none; /*火狐*/
  -ms-user-select: none; /*IE10*/
  user-select: none;
}
input,
textarea {
  -webkit-user-select: auto; /*webkit浏览器*/
  margin: 0px;
  padding: 0px;
  outline: none;
}
.el-button--small,
.el-button--small.is-round {
  padding-bottom: 0px;
}
.location {
  color: #7a7a7a;
  font-size: 0.42666rem;
}
.hospitalLocation {
  color: #4a4a4a;
  white-space: normal;
  margin-bottom: 0.26666rem;
  font-size: 0.42666rem;
  line-height: 0.533333rem;
  font-weight: bold;
  letter-spacing: 0.024rem;
  word-break: break-all;
}
.mint-loadmore-bottom, .mint-loadmore-top{
  line-height: 1.33333rem;
}
.mint-loadmore-bottom, .mint-loadmore-top{
  font-size: 0.37333333rem;
}
.mint-loadmore-bottom, .mint-loadmore-top{
  height: 1.3333rem;
}
.el-input .el-input__clear{
  font-size: 0.37333rem;
}
.el-button--small, .el-button--small.is-round {
  padding: 0.24rem 0.4rem;
}
.el-button--mini, .el-button--small {
  font-size: 0.32rem;
  border-radius: 0.08rem;
}
.el-input--prefix .el-input__inner {
  padding-left: 0.8rem;
}
.el-input--suffix .el-input__inner {
  padding-right: 0.8rem;
}
.el-radio-group{
  width: 100%;
}
input::-ms-clear {
  display: none;
}
input::-ms-reveal {
  display: none;
}
/*清除谷歌浏览器下的 search 叉号 */
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/*清除IE下的 search 叉号 */
input[type=search]::-ms-clear {
  display: none;
}
.register_group{
  padding-top: 0.26666rem; width: 90%;
}
.register_group .inp-img{
  margin-top: 0.42666rem; 
  margin-bottom: 0.42666rem;
}
.register_group .inp-img .info_txt{
  text-align: left!important; 
  box-sizing: border-box; 
  color: #4a4a4a;
  font-size: 0.426666rem;
}
.register_submit{
  margin-bottom: 0.26666rem;
}
.workplace_cancel{
  height: 1.1rem; 
  line-height: 1.1rem; 
  vertical-align: 0px;
  background-color: #00857c;
}
.wrapper_box{
  overflow: scroll; 
  -webkit-overflow-scrolling: touch; 
  /* height: 70%; */
}
.el-input__prefix{
  left: 0.13333rem;
}
.el-input__suffix{
  right: 0.13333rem;
}
.el-drawer__header{
  padding: 0.5333rem 0.5333rem 0;
  margin-bottom: 0.853333rem;
}
.el-drawer__header .el-button{
  border: 0.02666rem solid #DCDFE6;
}
.el-input__inner{
  border-radius: 0.106666rem;
  border: 0.026666rem solid #DCDFE6;
  padding: 0 0.4rem;
}
.mint-loadmore-bottom{
  margin-bottom: -1.333rem;
}