body {
background: url(images/new_login/bg.png) center 100%;
}
.fl{float: left}
.fr{float: right}
.wrapper-dn23 {
 width: 1178px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.login-header {position: fixed;top: 0;left:0;right:0;height: 68px;box-sizing: border-box;padding: 18px 30px; z-index: 9;background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#252b3a, #252b3a);box-shadow: 0px 2px 6px 0px rgba(52, 65, 91, 0.05);}
.login-dnlogo img{margin-top:-5px} 
.login-header-r li{display:inline-block;line-height: 33px;padding-left: 30px;}
.login-header-r li:after{content:'|';color:#ced1db;margin-left: 30px;opacity: 0.3;}
.login-header-r li:last-child:after{display: none}
.login-header-r li a{color:#323235}
.login-header-r li a:hover {color: #2981ff;}
.login-bg {
	background-color: #f2f4f5;
}
.login-desc {
	padding-left: 20px;
	padding-top: 184px;
	color: #333333;
	font-size: 16px;
}
.login-desc h2 {
	margin-bottom: 40px;
	font-size: 28px;
}
.login-desc p {
	height: 22px;
	line-height: 22px;
	margin-bottom: 24px;
	text-indent: 38px;
	background: url(img/login/login_desc_icon.png) no-repeat left center;
}
.login-main-area {
	position: relative;
	min-width: 1200px;
	height: 850px;
	padding-top:100px;
	background: url(img/login/login-bg.jpg) no-repeat 0 0;
}
.bg-back {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}
.login-inner {
	position: relative;
	z-index: 20;
}
.login-main {
	width: 320px;
}
.login-title {
	font-weight: bold;
	font-size: 22px;
	color: #666;
	margin-bottom: 20px;
	margin-top:20px;
	text-align: left;
}
.error-info {
	display: none;
	height: 32px;
	line-height: 32px;
	text-indent: 32px;
	font-size: 12px;
	color: #ff3300;
	background: #ffe0d9 url(img/login/error-icon.png) no-repeat 8px 8px;
}
.input-focus-error {
	border-color: #ff3300 !important;
}
.login-form-item {
	width: 300px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ddd;
	margin-top: 8px;
	padding-left: 41px;
}
.login-form-item + .login-form-item{
	margin-top: 16px;
}
.form-item-bg {
	background-image: url(img/login/login_icons.png);
	background-repeat: no-repeat;
}
.form-item-bg-user {
	position: relative;
	z-index: 50;
	background-position: 9px -278px;
}
.form-item-bg-user.input-outer--focus {
	background-position: 10px -239px;
}
.form-item-bg-lock {
	background-position: 10px -196px;
}
.form-item-bg-lock.input-outer--focus {
	background-position: 11px -155px;
}
.form-item-bg-captcha {
	background-position: 10px -114px;
}
.form-item-bg-captcha.input-outer--focus {
	background-position: 9px -73px;
}
.input-outer--focus {
	border: 1px solid #009FD9;
}
.login-form-item input {
	display: block;
	width: 100%;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	border: none;
	outline: none;
	font-family: "Microsoft Yahei", Tahoma, Arial;
}
/* 密码输入大写开启提示 */
.form-item-bg-lock {
	position: relative;
}
.caps-lock-remind {
	 display: none;
	position: absolute;
	top: 33px;
	left: 8px;
	z-index: 31;
	padding: 10px;
	line-height: 12px;
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 3px 2px rgba(0, 159, 217, 0.2);
	border: 1px solid #ccc;
	font-size: 12px;
}
.caps-lock-remind:before,
.caps-lock-remind:after {
	content: "";
	position: absolute;
}
.caps-lock-remind:before {
	border: 4px solid transparent;
	border-bottom-color: #fff;
	top: -8px;
	left: 42px;
	z-index: 10;
	margin-left: -8px;
}
.caps-lock-remind:after {
	border: 6px solid transparent;
	border-bottom-color: #ccc;
	top: -12px;
	left: 40px;
	z-index: 9;
	margin-left: -8px;
}
/* 控制 邮箱提示列表 的样式 */
.email-complete-list {
	position: absolute;
	left: -1px;
	right: 0;
	top: 40px;
	z-index: 10;
	line-height: normal;
}
.email-complete-list .ui-autocomplete {
	left: 0 !important;
	right: 0 !important;
	padding-top: 1px;
	border-top-color: #009fd9;
}
.email-complete-list .ui-autocomplete .ui-menu-item {
	padding-left: 41px;
	overflow: hidden;
}

.captcha-deck {
	display: none;
	margin-top: 16px;
}
.captcha-item {
	position: relative;
	z-index: 30;
	float: left;
	margin-top: 0;
	width: 128px;
}
.captcha-item input {
	width: 90%;
}
.captcha-box {
	position: relative;
	z-index: 20;
}
.show-captcha {
	margin: 0 0 0 8px;
	cursor: pointer;
	width: 132px;
	height: 40px;
}
.refresh-captcha {
	position: absolute;
	right: 0;
	top: 8px;
	width: 24px;
	height: 22px;
	background: url(img/login/refresh-icon.png) no-repeat center center;
	cursor: pointer;
}
.login-options {
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 14px;
}
.idsave-check {
	position: relative;
	z-index: 10;
	height: 12px;
	line-height: 12px;
	font-size: 12px;
	color: #0066ff;
	padding-left: 20px;
	cursor: pointer;
}
.login-options a {
	float: right;
	color: #0066ff;
	font-size: 14px;
	text-decoration: none;
}
.login-options a:hover {
	text-decoration: underline;
}
/*IE8下 checkbox 隐藏时，label的点击和js都无法改变 checked状态，所以使用定位达到“隐藏”的目的（被checkbox-icon图标盖住）*/
.idsave-check input {
	position: absolute;
	z-index: -10;
	left: 0;
	top: 11px;
	width: 1px;
	height: 0px;
}
.checkbox-icon {
	position: absolute;
	left: 0;
	top: 1px;
	z-index: 10;
	width: 16px;
	height: 16px;
	background: #fff url(img/login/login_icons.png) no-repeat -2px -48px;
}
.checkbox-icon-checked {
	background-position: -2px -4px;
}
.login-submit {
	width: 300px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	background-color: #015bfe;
	color: #fff;
	border: none;
	outline: none;
	cursor: pointer;
	margin-top: 30px;
}
.login-submit:hover {
	background-color: #41bcf9;
}
.login-submit.disabled {
	background-color: #CCC;
	cursor: not-allowed;
}
.login-submit.disabled:hover {
	background-color: #CCC;
}
.go-reg {
	font-size: 12px;
	color: #999;
	margin-top: 20px;
}
.go-reg a {
	color: #0066ff;
	text-decoration: none;
	margin-left: 6px;
}
.go-reg a:hover {
	text-decoration: underline;
}
/*大背景*/
.bg-back-banner {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.bg-back-default {
	display: block;
}

/*图案*/
.pattern-area {
	position: relative;
	float: left;
	width: 580px;
	height: 587px;
}
.login-pattern {
	position: absolute;
	top: 0;
	left: 0;
	width: 580px;
	height: 587px;
}

/*切换按钮*/
.bg-change {
	text-align: center;
}
.bg-change ul {
	display: inline-block;
}
.bg-change li {
	float: left;
	width: 32px;
	height: 6px;
	background-color: #fff;
	opacity: 0.35;
	filter:Alpha(opacity=35);
	margin-right: 10px;
}
li.bg-change--current {
	opacity: 1;
	filter:Alpha(opacity=100);
}


/* 新增二维码登录 */
.login-mode-wrapper{
  position: relative;
  top: -22px;
  right: -20px;
}
.login-mode-inner{
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.login-mode-text{
  width: 69px;
  height: 24px;
  line-height: 24px;
  color: #FF6600;
  font-size: 12px;
  margin-right: -4px;
  background: url('./img/login-mode-tips.png') no-repeat;
}
.icon-login-mode{
  display: inline-block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  /* border: 1px dashed #969798; */
}


.login-qrcode-wrapper{
  width: 300px;
}
.qrcode-content{
  padding: 40px 40px 26px;
}
.qrcode-content .go-reg{
  border-top: 1px solid #ddd;
  padding-top: 10px;
}
.qrcode-content .login-title{
  margin-bottom: 25px;
}

.login-qrcode-content{
  width: 160px;
  margin: auto;
}
.login-qrcode-image{
  position: relative;
  width: 160px;
  height: 160px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
}
.wx-qrcode-image{
  width: 160px;
  height: 160px;
}
.wx-qrcode-image iframe{
  width: 100%;
  height: 100%;
}
.login-qrcode-image img{
  /* padding: 8px; */
}
.icon-scanning{
  width: 32px;
  height: 32px;
  background: url('./img/icon-scanning.png') no-repeat;
}

.sm-tips-content{
  font-size: 12px;
  color: #666666;
  line-height: 18px;
  margin-left: 5px;
}

.sm-expire-time{
  display: inline-block;
  width: 20px;
  color: #FF2200;
  font-weight: 900;
  margin-right: 4px;
}

.login-qrcode-mask{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  background-color: rgba(0, 0, 0, 0.66);
}

.login-qrcode-mask h3{
  color: #fff;
  font-size: 16px;
  line-height: 40px;
}

.login-qrcode-mask button{
  width: 60px;
  height: 32px;
  background: #0066ff;
  border: 1px solid #009ceb;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
}
.login-qrcode-mask button:hover{
  background: #1ca3e7;
}

.icon-qrcode-success{
  width: 36px;
  height: 36px;
  margin-top: 20px;
  background: url('./img/icon-qrcode-success.png') no-repeat;
}
.plugin-login{margin-top:5px;}
.plugin-login a{margin-right:15px;color:#80838a}
.index-module__logo--gkhwG img{height:20px;width: 20px;border-radius: 100px;opacity:.8;margin-right: 5px;}
.index-module__idps--rZewK .index-module__logo--gkhwG+.index-module__logo--gkhwG {
	margin-left: 12px
}
.arco-divider{color:#eaedf1}
.arco-divider-horizontal {
	border-bottom: 1px solid var(--color-border-2);
	clear: both;
	margin: 20px 0;
	max-width: 100%;
	min-width: 100%;
	position: relative;
	width: 100%
}

.arco-divider-horizontal.arco-divider-with-text {
	align-items: center;
	border-bottom-width: 0;
	display: flex;
	margin: 20px 0
}

.arco-divider-horizontal.arco-divider-with-text:after,
.arco-divider-horizontal.arco-divider-with-text:before {
	border-bottom: 1px solid;
	border-bottom-color: inherit;
	content: "";
	flex: 1 1;
	height: 0
}

.arco-divider-horizontal.arco-divider-with-text-left:before,
.arco-divider-horizontal.arco-divider-with-text-right:after {
	flex-basis: 24px;
	flex-grow: 0
}55
.arco-divider-text{color:#80838a;padding-left:10px;padding-right:10px;}
.login-tab {border-bottom: 1px solid #eaebef;padding-bottom: 0;margin-bottom:20px}
.login-tab li{display: inline-block;padding-bottom: 14px;font-size: 14px; margin-right: 35px;cursor: pointer;color: #626266;}
.login-tab>li.active>a,.login-tab>li.active>a:focus,.login-tab>li.active>a:hover{padding: 16px 0px;border-bottom: 2px solid #2981ff;color: #2981ff;}
/* 港云网络新登录页面，已申请作品版权登记， 禁止抄袭*/
.qrcode-login{text-align: center;margin-left:20px}
.qrcode-login img{width: 174px;height: 174px;cursor: pointer;}
.qrcode-login p{color:#626266;line-height: 22px}
.wx-qrcode-title {font-size: 14px;color: #323235;font-weight:bold;margin-bottom: 8px;}

/* 港云网络新登录页面，已申请作品版权登记， 禁止抄袭*/
.qrcode-unbind {width: 400px;min-height: 390px;margin-top: 25px;padding: 20px 40px;box-sizing: border-box;background-color: #ffffff;float: right;}
.qrcode-login-item {padding-top: 79px;}
.qrcode-unbind .title{font-size: 16px;color: #333;}
.qrcode-unbind .title .iconfont{color: #2981ff;font-size: 20px;vertical-align: top;margin-right: 5px}
.qrcode-unbind p{text-align: left;margin-bottom: 24px;margin-top: 22px;padding: 0 11px;}
.qrcode-unbind .btn-md{width: 134px;line-height: 40px;height: 40px;box-sizing: border-box;}
.qrcode-unbind .btn-md + .btn-md{margin-left: 15px}


.login-banner{width: 483px;height:526px;background: url('images/new_login/left_login_2.png') no-repeat center bottom;}
.login-banner .slogan { text-align: center; }
.login-banner .slogan h3 { font-size: 40px;font-weight: normal;color: #1c1d1f;letter-spacing: 5px;margin-top:80px; }
.login-banner .slogan p { font-size: 18px;color: #333333;line-height: 50px;letter-spacing: 2px; }


.item-body{display: flex;align-items: center;justify-content: space-between;}
.item-body .login-right {flex:1;border-left:1px solid #eaebef;padding-left:40px;margin-left: 35px;}
.login-item {width: 630px;min-height: 290px;margin-top: 4vh;padding: 10px 10px;box-sizing: border-box; background-color: #ffffff;}
.register-item .item-header {padding:21px;padding-top: 0; border-bottom: 1px solid #eaebef;}
.register-item .item-header .title {margin-left: 20px;font-size: 20px;}
.register-item .item-reg-main {margin: 50px 360px;}
.register-item .tips {color: #babac2;position: absolute;white-space: nowrap;bottom: -17px;left: 0;font-size: 12px;}
/* .register-item .phonecode.input-group.error .tips {right: 145px !important;} */
      	        .social-login {
                             display: flex
                        }

                        .social-login a {
                            flex: 1;
                            margin: 0 2px;
                        }

                        .social-login a:first-child {
                            margin-left: 0;
                        }

                        .social-login a:last-child {
                           margin-right: 0;
                        }
  
.social-login a{padding:6px 25px;margin-right:15px; color:#666666; border: 1px solid #eaedf1;font-size:12px; text-align:center;border-radius: 5px;}
.social-login i{padding-top: -6px; }
.social-login span{ height:20px;line-height:20px;top: 3px;  margin-left: 5px;}
.wx-login,.qq-login{display:inline-block;width: 20px;height: 20px;background-size: 100% 100%}
.qq-login{background-image: url(img/kefu/qq-online.png);}
.wx-login{background-image: url(img/kefu/wx-online.png);}
.wx-login,.qq-login{
  vertical-align: middle; /* 文字垂直居中 */
}
.login-footer {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 10px;
            text-align: center;
        }
