@charset "UTF-8";
/**
 * @Description:CR22699扫码登录
 * @author: liuyongheng
 * @time:2022年7月29日 16:43:22
 */ 
 
.qrcodeSignBox {
  position: relative;
  text-align: center;
  display: none;
}

.qrcode_tab {
  position: absolute;
  width: 52px;
  height: 52px;
  top: 10px;
  right: 10px;
}

.pc_tab {
  position: absolute;
  width: 52px;
  height: 52px;
  top: -15px;
  right: -15px;
}

.pc-icon,.qrcode-icon-div {
  cursor: pointer;
  width: 52px;
  height: 52px;
}

.pc-icon {
  background: url(../images/login/pc-icon.png) no-repeat center center;
}

.qrcode-icon-div {
  background: url(../images/login/qrcode-icon.png) no-repeat center center;
}

.qrcode-title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
  margin-top: 3px;
  text-align: left;
}

.pl38 {
	padding-left:38px!important;
}

.errors-right,.qrcode-err  {
	color: #4D4D4D; 
	background: #FDEEE9; 
	border: 1px solid #FADCD3; 
	line-height:20px; 
	padding:3px 5px 3px 18px; 
	height:auto; 
	opacity: 1; 
	font-size:12px; 
	*margin-top:20px\9; 
	*margin-top:20px; 
	text-align:left;
	background:url(../images/login/warn.png) #FDEEE9 no-repeat left 6px;
}

.qrcode-err {
	min-width:180px;
	margin-bottom:10px;
	padding-left:18px;
	display:inline-block;
	text-align:left;
	line-height:1.5!important;
}

.qrcode-title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 24px;
  margin-top: 3px;
  text-align: left;
}

.qrcode-tips {
  font-size: 14px;
  color: #595959;
  text-align: center;
  word-break: keep-all;
  padding-bottom: 10px;
}

.qrcodeBox {
  height: 240px;
}

.qrcodeBox .Qrcode-img {
  margin: 0 auto 15px;
  line-height: 0;
  height: 150px;
  width: 150px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.qrcode-banner {
  width: 156px;
  height: 220px;
  background: url(../images/login/login_QR.png) no-repeat center center;
  padding-left: 60px;
  margin-left: -17px;
}
.qrcode {
  margin-top: 56px;
  padding-left: 38px;
}
.qrcode-icon-box {
  width: 34px;
  height: 34px;
  background: #fff;
  border-radius: 3px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -17px;
  margin-top: -17px;
}

.qrcode-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
}

.qrcode-icon-new {
  width: 30px;
  height: 30px;
  position: relative;
  top: 50%;
  margin-top: -15px;
  padding-bottom:10px;
}

.qrcodeBox p {
  font-size: 14px;
  line-height: 22px;
}

.qrcodeBox p a {
  color: #175199;
}

.download-qrcode {
  width: 200px;
  margin: 0 auto;
  position: relative;
}

.qrcode-mask {
  width: 200px;
  height: 200px;
  position: relative;
  margin-top: -100px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom:98px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
  text-align: center;
}

.refresh-btn {
  display: inline-block;
  display: inline-block\9;
  width: 88px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  background: #E40613;
  border-radius: 4px;
  margin-top: 75px;
  cursor: pointer;
}

.lose-effectiveness-tip {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  margin-top: 45px;
  font-weight: 600;
} 

.errorMsg {
	width: 280px;
	margin: -40px 0px 0px 0px;
}

.qrcsucc-logo{
	width:80px;
	height:80px;
	background:url(../images/login/success-icon.png) no-repeat center center;
	margin-top:60px;
	position:relative;
}