/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/*滑动验证锁*/
.codeDragValidate-layout-div {
  box-sizing: border-box;
  height: 34px;
  line-height: 32px;
  padding: 0px;
  margin: 0px;
  margin-bottom: 15px;
}
.codeDragValidate-layout-div > label {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  left: 0px;
  top: 0px;
  width: 40px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  float: left;
}
.codeDragBar-drag-div {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  left: 0px;
  top: 0px;
  width: 262px;
  height: 100%;
}
.dragBar {
  position: absolute;
  box-sizing: border-box;
  top: 0px;
  left: 0px;
  width: 42px;
  height: 34px;
  cursor: pointer;
  background-color: white;
  border: 1px solid #e4e7eb;
  border-radius: 4px;
}
.dragBar > span {
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  top: 0px;
  left: 0px;
  margin: 10px 0px 0px 10px;
  width: 20px;
  height: 15px;
  background-position: 0px -24px;
  background-repeat: no-repeat;
}
.dragBar:hover {
  background-color: #1B65B9;
}
.dragBar-inDrag-bg {
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 34px;
  background-color: transparent;
  border: 1px solid transparent;
}
.dragBar-base-bg {
  display: inline-block;
  box-sizing: border-box;
  height: 34px;
  width: 262px;
  float: left;
  border: 1px solid #e4e7eb;
  background-color: #f7f9fa;
  border-radius: 4px;
}
.dragBar-base-bg > span {
  position: relative;
  display: inline-block;
  left: 30%;
  font-size: 12px;
  line-height: 34px;
}
.dragBar-moving .dragBar-inDrag-bg {
  background-color: #89c0ea;
  border: 1px solid #1991fa;
}
.dragBar-check-success .dragBar > span {
  background-position: 0px -65px;
}
.dragBar-check-fail .dragBar > span {
  background-position: 2px -95px;
}
.dragBar-check-success .dragBar-inDrag-bg {
  border-color: #67C23A;
  background-color: rgba(103, 194, 58, 0.4);
}
.dragBar-check-fail .dragBar-inDrag-bg {
  border-color: #F56C6C;
  background-color: rgba(245, 108, 108, 0.4);
}
.codeDrag-win-div {
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  top: -124px;
  left: 0px;
  width: 100%;
  height: 124px;
  display: none;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  padding-bottom: 4px;
  background-color: white;
}
.codeDrag-win-div-body {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 99999;
  border-radius: 4px;
}
.codeDrag-bg-img-div {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  border-radius: 4px;
}
.codeDrag-code-img {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 4px;
}
.codeDrag-darg-img {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  height: 100%;
}
.codeDrag-code-refresh {
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 225px;
  width: 28px;
  height: 28px;
  background-image: url(/./hydj/static/img/arrow_login.5fbeb5f.png);
  background-position: -5px -440px;
  background-repeat: no-repeat;
  z-index: 1;
  cursor: pointer;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
[data-v-da18eaa0] .loginInput > span > .ant-input:focus,[data-v-da18eaa0] .loginInputYzm > span > .ant-input:focus {
  border: 0px solid transparent !important;
  border-color: transparent !important;
  border-right-width: 0 !important;
  outline: 0;
  box-shadow: 0 0 0 0 transparent !important;
}
[data-v-da18eaa0] .loginInput > span > .ant-input:hover,[data-v-da18eaa0] .loginInputYzm > span > .ant-input:hover {
  border-color: transparent !important;
  border-right-width: 0 !important;
}
.otherLogin[data-v-da18eaa0] {
  background: #eeeeee;
  height: 110px;
  text-align: center;
}
.otherLogin .title[data-v-da18eaa0] {
  color: #333333;
  font-size: 14px;
  margin-top: 10px;
  width: 100%;
  display: inline-block;
}
.otherLogin .iconGroup[data-v-da18eaa0] {
  margin-top: 20px;
  font-size: 12px;
  color: #666666;
  width: 100%;
  display: inline-block;
}
.otherLogin .iconGroup img[data-v-da18eaa0] {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.otherLogin .iconGroup div[data-v-da18eaa0] {
  display: inline-block;
  vertical-align: middle;
  line-height: 35px;
  cursor: pointer;
}

@media screen and (max-width: 1360px) {
.top {
  width: 100%;
  height: 70px;
  background-color: #00a8ff;
}

.top > img {
  width: 40px;
  height: 40px;
  float: left;
  margin-left: 35px;
  margin-top: 15px;
}

.top > div {
  float: left;
  margin-left: 20px;
  font-size: 30px;
  color: #fff;
  line-height: 70px;
}


.bottom {
  width: 100%;
  height: 50px;
  background-color: #00a8ff;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.content {
  width: 100%;
  height: 410px;
  text-align: center;
  position: absolute;
  top: calc((100% - 410px) / 2);
}
.ant-input-affix-wrapper .ant-input-prefix, .ant-input-affix-wrapper .ant-input-suffix {
  top: -1px;
  transform: none;
}
.forgetPassword{
  color: #00a8ff;font-size: 14px;margin: 5px 0 5px 0;cursor: pointer;float:  left;
}
.content > .logo2 > img{
  width: 550px;
  height: 40px;
}
.content > .logo3 > img{
  width: 200px;
  height: 80px;
}
.loginForm{
  width: calc(100% - 40px);
  margin: 0 auto;
  display: inline-block;
}

.formLogin {
  /*margin-top: 126px;*/
  margin: 60px auto 0 auto;
  width: 300px;
  /*接入微信登录及支付宝登录的高度*/
  /*!*height: 558px;*! */
  /*不接入微信登录及支付宝登录的高度*/
  /*height: 310px;*/
  padding-bottom: 20px;
  background-image: url(/./hydj/static/img/backgroundInner.c1408be.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
}

.formLogin > .formLoginText {
  width: calc(100% - 20px);
  height: 30px;
  margin: 10px 10px 0 10px;
  display: inline-block;
}

.formLogin > .formLoginText > .text {
  color: #00a8ff;
  font-weight: bold;
  font-size: 20px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.formLogin > .formLoginText > .lineLeft {
  background-image: linear-gradient(to right, #dbf3ff, #00a8ff);
  width: 68px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
}

.formLogin > .formLoginText > .lineRight {
  background-image: linear-gradient(to left, #dbf3ff, #00a8ff);
  width: 68px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
}

.formLogin > .formLoginInner {
  width: 100%;
  display: inline-block;
  margin: 20px 0 0 0;
}

.ant-form-item-children > .loginInput {
  border: 1px solid #dcdcdc !important;
  width: 100% !important;
  height: 30px !important;
  border-radius: 5px !important;
  font-size: 14px !important;
  margin-top: 6px !important;
}

.loginButton {
  width: 100% !important;
  height: 30px !important;
  color: white !important;
  background: #00a8ff !important;
  border: none !important;
  font-size: 16px !important;
  margin-top: 20px;
}

.ant-form-item-children > .yzmImg {
  float: left !important;
  width: 60px !important;
  margin-left: 20px !important;
  height: 40px !important;
  margin-top: 6px !important;
  cursor: pointer !important;
  font-size: 5px;
}

.ant-form-item-children > .loginInputYzm {
  border: 1px solid #dcdcdc !important;
  width: 180px !important;
  height: 30px !important;
  border-radius: 5px !important;
  float: left !important;
  font-size: 16px !important;
  margin-top: 6px !important;
}

.ant-input {
  font-family: Microsoft YaHei, Hiragino Sans GB, Pingfang SC, Arial, Helvetica Neue, Helvetica;
  font-variant: tabular-nums;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  padding: 4px 11px;
  width: 100%;
  height: 28px;
  font-size: 14px;
  line-height: 1.5;
  color: #303133;
  background-color: #fff;
  background-image: none;
  border: 0 solid #DCDFE6;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-message-notice-content {
  padding: 10px 10px;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgb(0 0 0 / 15%);
  background: #fff;
  display: inline-block;
  pointer-events: all;
  position: relative;
}
.ant-message .ant-message-custom-content > .anticon {
  margin-right: 20px;
  font-size: 16px;
  top: 12px;
  position: absolute;
  left: 15px;
}
.ant-message .ant-message-custom-content-close > .anticon {
  margin-right: 20px;
  font-size: 16px;
  top: 4px;
  position: absolute;
  right: 15px;
}
.ant-message-custom-content > span{
  margin-left: 20px;
}
.anticon {line-height: 30px;}
}
@media screen and (min-width: 1360px) {
.top {
  width: 100%;
  height: 70px;
  background-color: #00a8ff;
}

.top > img {
  width: 40px;
  height: 40px;
  float: left;
  margin-left: 35px;
  margin-top: 15px;
}

.top > div {
  float: left;
  margin-left: 20px;
  font-size: 30px;
  color: #fff;
  line-height: 70px;
}


.bottom {
  width: 100%;
  height: 50px;
  background-color: #00a8ff;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.content {
  width: 100%;
  height: 410px;
  text-align: center;
  position: absolute;
  top: calc((100% - 410px) / 2);
}
.ant-input-affix-wrapper .ant-input-prefix, .ant-input-affix-wrapper .ant-input-suffix {
  top: -1px;
  transform: none;
}
.forgetPassword{
  color: #00a8ff;font-size: 14px;margin: 5px 0 5px 0;cursor: pointer;float:  left;
}
.content > .logo2 > img{
  width: 550px;
  height: 40px;
}
.content > .logo3 > img{
  width: 200px;
  height: 80px;
}
.loginForm{
  width: calc(100% - 40px);
  margin: 0 auto;
  display: inline-block;
}

.formLogin {
  /*margin-top: 126px;*/
  margin: 60px auto 0 auto;
  width: 300px;
  /*接入微信登录及支付宝登录的高度*/
  /*!*height: 558px;*! */
  /*不接入微信登录及支付宝登录的高度*/
  /*height: 310px;*/
  padding-bottom: 20px;
  background-image: url(/./hydj/static/img/backgroundInner.c1408be.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
}

.formLogin > .formLoginText {
  width: calc(100% - 20px);
  height: 30px;
  margin: 10px 10px 0 10px;
  display: inline-block;
}

.formLogin > .formLoginText > .text {
  color: #00a8ff;
  font-weight: bold;
  font-size: 20px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.formLogin > .formLoginText > .lineLeft {
  background-image: linear-gradient(to right, #dbf3ff, #00a8ff);
  width: 68px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
}

.formLogin > .formLoginText > .lineRight {
  background-image: linear-gradient(to left, #dbf3ff, #00a8ff);
  width: 68px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
}

.formLogin > .formLoginInner {
  width: 100%;
  display: inline-block;
  margin: 20px 0 0 0;
}

.ant-form-item-children > .loginInput {
  border: 1px solid #dcdcdc !important;
  width: 100% !important;
  height: 30px !important;
  border-radius: 5px !important;
  font-size: 14px !important;
  margin-top: 6px !important;
}

.loginButton {
  width: 100% !important;
  height: 30px !important;
  color: white !important;
  background: #00a8ff !important;
  border: none !important;
  font-size: 16px !important;
  margin-top: 20px;
}

.ant-form-item-children > .yzmImg {
  float: left !important;
  width: 60px !important;
  margin-left: 20px !important;
  height: 40px !important;
  margin-top: 6px !important;
  cursor: pointer !important;
  font-size: 5px;
}

.ant-form-item-children > .loginInputYzm {
  border: 1px solid #dcdcdc !important;
  width: 180px !important;
  height: 30px !important;
  border-radius: 5px !important;
  float: left !important;
  font-size: 16px !important;
  margin-top: 6px !important;
}

.ant-input {
  font-family: Microsoft YaHei, Hiragino Sans GB, Pingfang SC, Arial, Helvetica Neue, Helvetica;
  font-variant: tabular-nums;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  padding: 4px 11px;
  width: 100%;
  height: 28px;
  font-size: 14px;
  line-height: 1.5;
  color: #303133;
  background-color: #fff;
  background-image: none;
  border: 0 solid #DCDFE6;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-message-notice-content {
  padding: 10px 10px;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgb(0 0 0 / 15%);
  background: #fff;
  display: inline-block;
  pointer-events: all;
  position: relative;
}
.ant-message .ant-message-custom-content > .anticon {
  margin-right: 20px;
  font-size: 16px;
  top: 12px;
  position: absolute;
  left: 15px;
}
.ant-message .ant-message-custom-content-close > .anticon {
  margin-right: 20px;
  font-size: 16px;
  top: 4px;
  position: absolute;
  right: 15px;
}
.ant-message-custom-content > span{
  margin-left: 20px;
}
.anticon {line-height: 30px;}
}
@media screen and (min-width: 1600px) {
.top {
  width: 100%;
  height: 80px;
  background-color: #00a8ff;
}

.top > img {
  width: 50px;
  height: 50px;
  float: left;
  margin-left: 35px;
  margin-top: 15px;
}

.top > div {
  float: left;
  margin-left: 20px;
  font-size: 34px;
  color: #fff;
  line-height: 80px;
}

.bottom {
  width: 100%;
  height: 60px;
  background-color: #00a8ff;
  line-height: 60px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.content {
  width: 100%;
  height: 545px;
  text-align: center;
  position: absolute;
  top: calc((100% - 565px) / 2);
}

.content > .logo2 > img{
  width: 650px;
  height: 45px;
}
.content > .logo3 > img{
  width: 279px;
  height: 113px;
}
.forgetPassword{
  color: #00a8ff;font-size: 14px;margin: 5px 0 5px 0;cursor: pointer;float:  left;
}
.loginForm{
  width: calc(100% - 50px);
  margin: 0 auto;
  display: inline-block;
}

.formLogin {
  margin: 100px auto 0 auto;
  width: 381px;
  /*接入微信登录及支付宝登录的高度*/
  /*!*height: 558px;*! */
  /*不接入微信登录及支付宝登录的高度*/
  /*height: 420px;*/
  padding-bottom: 20px;
  display: inline-block;
  background-image: url(/./hydj/static/img/backgroundInner.c1408be.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
}

.formLogin > .formLoginText {
  width: calc(100% - 80px);
  height: 40px;
  margin: 40px 40px 0 40px;
}

.formLogin > .formLoginText > .text {
  color: #00a8ff;
  font-weight: bold;
  font-size: 22px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.formLogin > .formLoginText > .lineLeft {
  background-image: linear-gradient(to right, #dbf3ff, #00a8ff);
  width: 90px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
}

.formLogin > .formLoginText > .lineRight {
  background-image: linear-gradient(to left, #dbf3ff, #00a8ff);
  width: 90px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
}

.formLogin > .formLoginInner {
  width: 100%;
  display: inline-block;
  margin: 20px 0 0 0;
}

.ant-form-item-children > .loginInput {
  border: 1px solid #dcdcdc !important;
  width: 100% !important;
  height: 40px !important;
  border-radius: 5px !important;
  font-size: 16px !important;
  margin-top: 6px !important;
}

.loginButton {
  width: 100% !important;
  height: 40px !important;
  color: white !important;
  background: #00a8ff !important;
  border: none !important;
  font-size: 18px !important;
  margin-top: 20px;
}

.ant-form-item-children > .yzmImg {
  float: left !important;
  width: 107px !important;
  margin-left: 20px !important;
  height: 40px !important;
  margin-top: 6px !important;
  cursor: pointer !important;
}

.ant-form-item-children > .loginInputYzm {
  border: 1px solid #dcdcdc !important;
  width: 180px !important;
  height: 40px !important;
  border-radius: 5px !important;
  float: left !important;
  font-size: 16px !important;
  margin-top: 6px !important;
}

.ant-input {
  font-family: Microsoft YaHei, Hiragino Sans GB, Pingfang SC, Arial, Helvetica Neue, Helvetica;
  font-variant: tabular-nums;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  padding: 4px 11px;
  width: 100%;
  height: 32px;
  font-size: 14px;
  line-height: 1.5;
  color: #303133;
  background-color: #fff;
  background-image: none;
  border: 0 solid #DCDFE6;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-message-notice-content {
  padding: 10px 10px;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgb(0 0 0 / 15%);
  background: #fff;
  display: inline-block;
  pointer-events: all;
  position: relative;
}
.ant-message .ant-message-custom-content > .anticon {
  margin-right: 20px;
  font-size: 16px;
  top: 12px;
  position: absolute;
  left: 15px;
}
.ant-message .ant-message-custom-content-close > .anticon {
  margin-right: 20px;
  font-size: 16px;
  top: 4px;
  position: absolute;
  right: 15px;
}
.ant-message-custom-content > span{
  margin-left: 20px;
}
.ant-input-affix-wrapper .ant-input-prefix, .ant-input-affix-wrapper .ant-input-suffix {
  top: 5px;
  transform: none;
}

}
@media screen and (min-width: 1920px) {

.top {
  width: 100%;
  height: 100px;
  background-color: #00a8ff;
}

.top > img {
  width: 60px;
  height: 60px;
  float: left;
  margin-left: 35px;
  margin-top: 20px;
}

.top > div {
  float: left;
  margin-left: 20px;
  font-size: 38px;
  color: #fff;
  line-height: 100px;
}

.bottom {
  width: 100%;
  height: 60px;
  background-color: #00a8ff;
  line-height: 60px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.content {
  width: 100%;
  height: 620px;
  text-align: center;
  position: absolute;
  top: calc((100% - 620px) / 2);
}

.content > .logo2 > img{
  width: 781px;
  height: 54px;
}
.content > .logo3 > img{
  width: 319px;
  height: 143px;
}
.loginForm{
  width: calc(100% - 80px);
  margin: 0 auto;
  display: inline-block;
}
.forgetPassword{
  color: #00a8ff;font-size: 14px;margin: 5px 0 5px 0;cursor: pointer;float:  left;
}
.formLogin {
  margin: 126px auto 0 auto;
  width: 421px;
  /*接入微信登录及支付宝登录的高度*/
  /*!*height: 558px;*! */
  /*不接入微信登录及支付宝登录的高度*/
  /*height: 440px;*/
  padding-bottom: 20px;
  display: inline-block;
  background-image: url(/./hydj/static/img/backgroundInner.c1408be.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
}

.formLogin > .formLoginText {
  width: calc(100% - 80px);
  height: 40px;
  margin: 40px 40px 0 40px;
}

.formLogin > .formLoginText > .text {
  color: #00a8ff;
  font-weight: bold;
  font-size: 24px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.formLogin > .formLoginText > .lineLeft {
  background-image: linear-gradient(to right, #dbf3ff, #00a8ff);
  width: 108px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
}

.formLogin > .formLoginText > .lineRight {
  background-image: linear-gradient(to left, #dbf3ff, #00a8ff);
  width: 108px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
}

.formLogin > .formLoginInner {
  width: 100%;
  display: inline-block;
  margin: 20px 0 0 0;
}

.ant-form-item-children > .loginInput {
  border: 1px solid #dcdcdc !important;
  width: 100% !important;
  height: 45px !important;
  border-radius: 5px !important;
  font-size: 18px !important;
  margin-top: 6px !important;
}

.loginButton {
  width: 100% !important;
  height: 50px !important;
  color: white !important;
  background: #00a8ff !important;
  border: none !important;
  font-size: 18px !important;
  margin-top: 20px;
}

.ant-form-item-children > .yzmImg {
  float: left !important;
  width: 127px !important;
  margin-left: 20px !important;
  height: 45px !important;
  margin-top: 6px !important;
  cursor: pointer !important;
}

.ant-form-item-children > .loginInputYzm {
  border: 1px solid #dcdcdc !important;
  width: 190px !important;
  height: 45px !important;
  border-radius: 5px !important;
  float: left !important;
  font-size: 18px !important;
  margin-top: 6px !important;
}

.ant-input {
  font-family: Microsoft YaHei, Hiragino Sans GB, Pingfang SC, Arial, Helvetica Neue, Helvetica;
  font-variant: tabular-nums;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  padding: 4px 11px;
  width: 100%;
  height: 32px;
  font-size: 18px;
  line-height: 1.5;
  color: #303133;
  background-color: #fff;
  background-image: none;
  border: 0 solid #DCDFE6;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-message-notice-content {
  padding: 10px 10px;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgb(0 0 0 / 15%);
  background: #fff;
  display: inline-block;
  pointer-events: all;
  position: relative;
}
.ant-message .ant-message-custom-content > .anticon {
  margin-right: 20px;
  font-size: 16px;
  top: 12px;
  position: absolute;
  left: 15px;
}
.ant-message .ant-message-custom-content-close > .anticon {
  margin-right: 20px;
  font-size: 16px;
  top: 4px;
  position: absolute;
  right: 15px;
}
.ant-message-custom-content > span{
  margin-left: 20px;
}

}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.body[data-v-53dec254] {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  background-image: url(/./hydj/static/img/backgroundImage2.7b15254.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  font-family: '微软雅黑';
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

