.auth_bg {
       /* position: fixed; */
    /* top: -50%; */
    /* left: -50%; */
    /* width: 200%; */
    /* height: 200%; */
    /* z-index: -1; */
    width: 100%;
    height: 100%;
}

.auth_bg img {
    /*position: absolute;*/
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    /* bottom: 0; */
    /* margin: auto; */
    /* min-width: 50%; */
    /* min-height: 50%; */
    height: 100%;
    width: 100%;
}
.cus-logo{
	text-align: center;
	padding-top: 20px;
}

.auth_page_wrapper {
        width: 100%;
    margin: 20px auto;
    padding: 0;
    font-family: 'Microsoft YaHei';
    font-size: 13px;
    color: #676A6C;
    position: absolute;
    top: 0;
    left: 0;
}



.auth_login_content .auth_login_left {
    width: 50%;
    height: 287px;
    float: left;
    position: relative;
    display: none;
}

.auth_login_left .auth_others {
    position: absolute;
    left: 130px;
    bottom: 0;
}

.auth_login_left .auth_others a .auth_icon_bg {
    float: left;
    height: 34px;
    background-color: rgba(255, 255, 255, .8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8ffffff, endColorstr=#C8ffffff);
}

.auth_login_left .auth_others a .auth_icon_bg:hover {
    background-color: #ffffff;
}

.auth_login_left .auth_others a i {
    width: 34px;
    height: 34px;
    display: inline-block;
}

.auth_icon_qq {
    background: url("../images/icons.png") 8px -102px no-repeat;
}

.auth_icon_weibo {
    background: url("../images/icons.png") -20px -102px no-repeat;
}

.auth_icon_weixin {
    background: url("../images/icons.png") -50px -102px no-repeat;
}
.auth_icon_alliance {
    background: url("../images/alliance.png") no-repeat;
}
.auth_icon_IDSUnion {
    background: url("../images/IDSUnion.png") no-repeat;
}
.auth_icon_qrcode {
    background: url("../images/qrcode.png") 8px no-repeat;
}

.auth_icon_user {
    background: url("../images/icons.png") 6px -73px no-repeat;
}

.auth_icon_pwd {
    background: url("../images/icons.png") -19px -73px no-repeat;
}

.auth_icon_bar {
    background: url("../images/icons.png") -43px -73px no-repeat;
}



.auth_login_left .auth_others h4 {
    font-size: 16px;
    color: #fff;
    padding-bottom: 5px;
    font-weight: 600;
}

.auth_login_left .auth_others ul, .auth_tab_links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.auth_login_left .auth_others li {
    margin-top: 15px;
    height: 34px;
    line-height: 34px;
}

.auth_login_left .auth_others li a {
    text-decoration: none;
}

.auth_login_left .auth_others .auth_icon_text {
    width: 225px;
    padding-left: 15px;
    color: #fff;
    font-size: 13px;
    background-color: rgba(255, 255, 255, .4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff);
    display: inline-block;
}

.auth_login_left .auth_others .auth_icon_text:hover {
    background-color: rgba(255, 255, 255, .6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
}

.auth_tab {
    width: 100%;
	background: url(../images/cusbg.png);
	background-size: 100% 100%;
}

.auth_tab_links li {
    width: 50%;
    height: 35px;
    line-height: 60px;
    text-align: left;
    display: block;
    float: left;
    background-color: rgba(138, 138, 137, .8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#998A8A89, endColorstr=#998A8A89);
    cursor: pointer;
}

.auth_tab_links li span {
    color: #ffffff;
}

.auth_tab_links li.selected {
    background-color: rgba(200,221,254, .9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5ffffff, endColorstr=#E5ffffff);
}

.auth_tab_links li.selected span {
           color: #4D5E9F;
    font-size: 18px;
    margin-left: 35px;
}



.login-items .login-icons{
	width: 16px;
	margin-left: 12px;
}
.auth_tab_content_item {
    position: relative;
	display: block!important;
}



.auth_tab_content_item p label {
    font-size: 15px;
    margin-left: 5px;
}

.auth_icon {
    background-color: rgb(242, 242, 242);
    border: 1px solid #ccc;
    border-right: none;
    width: 32px;
    height: 32px;
    float: left;
}

.auth_input {
	flex: 1;
	padding-left: 12px;
	font-size: 16px;
	color: #212121;
	border: none;
}

.auth_input:focus {
    outline: none;
}







.primary {
    background-color: #5365A6;
    border-color: #5365A6;
}

.primary:hover {
    background-color: #5365A6;
    border-color: #5365A6;
}

.warning {
    background-color: #EBDC99;
    border-color: #EBDC99;
    color: #676a6c;
}

.warning:hover {
    background-color: #EEDA80;
    border-color: #EEDA80;
    color: #333;
}

.abs_right {
    position: absolute;
    right: 0;
}

.full_width {
    display: block;
}

.auth_login_forgetp {
    text-decoration: none;
    color: #595959;
}

.auth_login_forgetp:hover {
    color: #333;
}

.auth_login_forgetp small {
    font-size: 15px;
}

.auth_error {
    position: absolute;
    color: #ED5565;
    font-size: 12px;
    top: 33px;
    left: 45px;
}

.clearfloat {
    clear: both;
}

.auth_login_footer {
    width: 100%;
    margin-top: 100px;
    text-align: center;
}

.auth_login_footer span {
    color: #f3f3f3;
    font-size: 12px;
}



.captcha-input {
    width: 141px;
}

.dynamicCode {
    width: 90px;
    padding: 6px 8px;
    margin-top: 0px;
    cursor: pointer;
    font-family: 'Microsoft YaHei';
	background: #215ED0;
	border: none;
    color: #fff;
}

.login-ul-li-full{
    width: 100% !important;
}

/*二维码样式*/
#qrCodeImage{
    padding:2px;
    border: 1px solid #CCC;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.3)
}

.qrCenter{
    text-align: center;
}

#appCodeRefresh {
    position: absolute;
    top: 0;
    left: 76px;
    width: 117px;
    height: 118px;
    cursor: pointer;
}
.appCode-mask {
    height: 100%;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

#appCodeLoginLoad {
    position: absolute;
    top: 0;
    left: 76px;
    width: 117px;
    height: 118px;
}
.appCode-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 44px;
    text-align: center;
    color: #fff;
    line-height: 26px;
}
.appCode-wrap {
    text-align: center;
    color: #fff;
    line-height: 26px;
}
.auth-language {
    float: right;
    margin-top: 18px;
    font-size: 14px;
    margin-right: 15px;
}
.auth-language-select {
    float: right;
    padding-left: 16px;
}

/*增加样式*/
body{
	margin: 0px;
	height: 100vh;
    overflow: hidden;
}
.top{
	/*width: 100%;
    height: 80px;*/
}
#getBackPasswordMainPage{
	float: right;
}
.auth_logo{

position: absolute;
    top: 50px;
    left: 100px;
}
.ztys{
	color: #595959;
}
.qitdr{
	position: relative;
	height: 25px;
}
.one{
	position: absolute;
    left: calc(50% - 40px);
    display: inline-block;
    height: 25px;
    top: 25px;
}
.one>a>img{
	height: 25px;
    width: 25px;
    vertical-align: middle;
    border-radius: 50%;
}
.one>a{
	text-decoration: none;
	color: #262626;
}
.two{
	position: absolute;
	right: 0;
	display: inline-block;
	height: 25px;
}
.two>a{
	text-decoration: none;
}
.two>a>img{
	height: 25px;
    width: 25px;
    vertical-align: middle;
    border-radius: 50%;
}
#accountLogin{
	    border-radius: 8px 8px 0px 0;
}
.login-items{
	position: relative;
}
@media (max-width: 1400px) {
  .auth_login_content .auth_login_right {
    width: 370px;
	margin: 0 auto;
  }
  .cus-logo img{
	  width: 200px;
  }
  .cus-logo p{
	margin: 0;
    font-weight: 700;
    font-size: 18px;
    color: #262626;
  }
  .login-items{
	width: 100%;
	height: 34px;
	border: 1px solid #E5E5E5;
    border-radius: 4px;
	display: flex;
	align-items: center;
}
.captcha-img {
    width: 104px;
    height: 28px;
	margin-right: 8px;
}
.auth_login_btn {
    width: 100%;
	height: 38px;
	text-align: center;
	background: #215ED0;
border-radius: 4px;
color: #FFFFFF;
font-weight: 700;
font-size: 18px;
position: relative;
border: none;
z-index: 2;
}
.login-box-bg{
	width: 350px;
    position: absolute;
    bottom: 0px;
    left: -34px;
}
.auth_tab_content {
    padding: 20px 44px 20px 44px;
    min-height: 205px;
}
.qitdr{
	margin-top: 25px!important;
    margin-bottom: 0;
}
.auth_tab_content_item p {
    position: relative;
    margin-top: 0;
    margin-bottom: 15px;
}
.auth_login_content {
    margin-top: 3%;
    height: 400px;
}
}
@media screen and (min-width:1401px) and (max-width:1900px){
  .auth_login_content .auth_login_right {
    width: 420px;
	margin: 0 auto;
  }
  .cus-logo img{
	  width: 250px;
  }
  .cus-logo p{
	margin: 8px 0 0;
    font-weight: 700;
    font-size: 20px;
    color: #262626;
  }
  .login-items{
	width: 100%;
	height: 40px;
	border: 1px solid #E5E5E5;
    border-radius: 4px;
	display: flex;
	align-items: center;
}
.captcha-img {
    width: 104px;
    height: 32px;
	margin-right: 8px;
}
.auth_login_btn {
    width: 100%;
	height: 43px;
	text-align: center;
	background: #215ED0;
border-radius: 4px;
color: #FFFFFF;
font-weight: 700;
font-size: 18px;
position: relative;
border: none;
z-index: 2;
}
.login-box-bg{
	width: 400px;
    position: absolute;
    bottom: 0px;
    left: -34px;
}
.auth_tab_content {
    padding: 22px 44px 21px 44px;
    min-height: 205px;
}
.qitdr{
	margin-top: 32px!important;
    margin-bottom: 0;
}
.auth_tab_content_item p {
    position: relative;
    margin-top: 0;
    margin-bottom: 16px;
}
.auth_login_content {
    margin-top: 4%;
    height: 400px;
}
}
@media screen and (min-width:1901px){
  .auth_login_content .auth_login_right {
    width: 470px;
	margin: 0 auto;
  }
  .cus-logo img{
	  width: 300px;
  }
  .cus-logo p{
	margin: 8px 0 0;
    font-weight: 700;
    font-size: 24px;
    color: #262626;
  }
  .login-items{
	width: 100%;
	height: 48px;
	border: 1px solid #E5E5E5;
    border-radius: 4px;
	display: flex;
	align-items: center;
  }
  .captcha-img {
    width: 104px;
    height: 36px;
	margin-right: 8px;
}
.auth_login_btn {
    width: 100%;
	height: 48px;
	text-align: center;
	background: #215ED0;
border-radius: 4px;
color: #FFFFFF;
font-weight: 700;
font-size: 18px;
position: relative;
border: none;
z-index: 2;
}
.login-box-bg{
	width: 450px;
    position: absolute;
    bottom: 0px;
    left: -34px;
}
.auth_tab_content {
    padding: 25px 44px 22px 44px;
    min-height: 205px;
}
.qitdr{
	margin-top: 40px!important;
    margin-bottom: 0;
}
.auth_tab_content_item p {
    position: relative;
    margin-top: 0;
    margin-bottom: 17px;
}
.auth_login_content {
    margin-top: 5%;
    height: 400px;
}
}