.dialoglogin{ display:none;}
.dialogloginw{  }

 .ant-modal-maskg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  background-color: rgba(0,0,0,.65);
  filter: alpha(opacity=50);
}

@media only screen and (min-width:750px) and (max-width:3000px) {
.ant-modal-wrapg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  overflow: auto;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}
}
@media only screen and (min-width:200px) and (max-width:750px) {
.ant-modal-wrapg {
  position: fixed;
  top:20%;
  left: 0;
  z-index: 1000;
  overflow: auto;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}
}

 
.ant-modal-centeredg {
  text-align: center;
}

.ant-modal-centeredg::before {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.ant-modal-centeredg .ant-modalg {
  top: 0;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.ant-modal-bodys {
  padding:0;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
}
.ant-modalg {
  box-sizing: border-box;
  color: rgba(0,0,0,.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum","tnum";
  position: relative;
  top: 100px;
  width: auto;
  margin: 0 auto;
  padding: 0 0 24px;
}
.ant-modalg .ant-modal-content {
  border-radius: 8px !important;
  background: #fff !important;
}

.item_box .focusBorder {
  border-bottom: 1px solid #f60;
}

.login_alert_wrap .right_part .item_box .code_tip {
  font-size: 18px;
  color: #f60;
  position: absolute;
  right: 0;
  top: 3px;
  display: inline-block;
  height: 19px;
  line-height: 19px;
  cursor:pointer;
}
.login_alert_wrap .right_part .item_box .code_tips {
  font-size: 18px;
  color: #f60;
  position: absolute;
  right: 0;
  top: 3px;
  display: inline-block;
  height: 19px;
  line-height: 19px;
  cursor:pointer;
}
.login_alert_wrap .right_part .item_box .disabled_code {
  color: rgba(51,51,51,.3);
  cursor: not-allowed;
}
 