.auth_bg {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    z-index: -1;
}

.auth_bg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
}
body{
	margin: 0;
}
.xiaoxun{
	position: absolute;
	bottom: 0;
	right: 120px;
	width: 220px!important;
}
.auth_page_wrapper {
    width: 960px;
    margin: 20px auto;
    padding: 0;
    font-family: 'Microsoft YaHei';
    font-size: 13px;
    color: #676A6C;
}
.auth_page_wrappers{
	width: 100%;
	height: 100vh;
	min-width: 600px;
	min-height: 600px;
	overflow: auto;
	position: relative;
}
.mainbg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: -1;
}
.mainbg.active{
	display: block;
}
.dz_left{
	width: 58%;
	min-height: 400px;
	float: left;
	position: relative;
}
.dz_left .contentbg{
	width: 100%;
	min-height: 400px;
	display: none;
}
.dz_left .contentbg.active{
	display: block;
}
.dzcirsor{
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
	height: 14px;
	line-height: 14px;
}
.dzcirsor span{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(255,255,255,0.45);
	margin:0 5px;
	cursor: pointer;
}
.dzcirsor span.active{
	width: 14px;
	height: 14px;
	background: rgba(255,255,255,1);
}
.logobg{
	position: absolute;
    width: 296px;
    left: 10px;
    top: 15px;
	display: none;
}
.logobg.active{
	display: block;
}

.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;
}

.NOSHOWW{
	color: #FFF!important;
}
.NOSHOWW:after{
	background:#FFF!important;

}

.tysfrz{
	font-size: 20px;
	color: #000;
	padding-left: 35px;
	margin-top: 20%;
	font-weight: 600;
	position: relative;
	margin-bottom: 14px;
}
.tysfrz:after{
	content: '';
	width: 40px;
	height: 2px;
	position: absolute;
	background:#017575 ;
	left: 35px;
	bottom: -10px;
}
.xianshi{
    display: none;
}

.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;
    position: relative;
    top: 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%;
}
.auth_tab_links{
	position: relative;
    display: none;
}
.auth_tab_links li {
    width: 50%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
    float: left;
    /* background-color: rgba(138, 138, 137, .8); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#998A8A89, endColorstr=#998A8A89);
    cursor: pointer;
}
.newtu{
    position: absolute;
    width: 48px;
    height: 48px;
    right: 5px;
    top: 5px;
}
.auth_tab_links li span {
    color: #ffffff;
}

.auth_tab_links li.selected {
    display: none!important;
    /* background-color: rgba(255, 255, 255, .9); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5ffffff, endColorstr=#E5ffffff);
}

.auth_tab_links li.selected span {
    color: #676a6c;
}

.auth_tab_content {
    padding: 25px 35px 0 35px;
    /* background-color: rgba(255, 255, 255, .9); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5ffffff, endColorstr=#E5ffffff);
    min-height: 205px;
}

.auth_tab_content_item {
    position: relative;
}

.auth_tab_content_item p {
    position: relative;
    margin-top: 0;
    margin-bottom: 17px;
}

.auth_tab_content_item p label {
    font-size: 12px;
    margin-left: 5px;
    color: #666666;
}

.drxx{
    width: 58%;
    min-height: 400px;
    float: left;
    position: relative;
	
}
.contentbg111{
	width: 100%;
    min-height: 400px;
	display: block;
}
.byzs{
    display: none;
}
.onep{
    margin-top: 125px;
}
.otherp{
    padding: 0 30px;
    letter-spacing: 1px;
    font-size: 14px;
}

.auth_icon {
    background-color: rgb(242, 242, 242);
    border: 1px solid #ccc;
    border-right: none;
    width: 32px;
    height: 32px;
    float: left;
}
.dz_label{
	font-size: 13px;
	display: block;
}
.auth_input {
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 10px 0px 6px 0;
    font-size: 14px;
    width: 100%;
    margin: 0;
    color: #676a6c;
}

.auth_input:focus {
    outline: none;
}

.auth_login_btn {
    color: #fff;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 3px;
    text-decoration: none;
    border: 1px solid transparent;
    width: 100%;
	margin-top: 30px;
}




.primary {
    background-color: #017575;
    border-color: #017575;
}

.primary:hover {
    background-color: #017575;
    border-color: #017575;
}

.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: #017575;
    float: left;
}
.drsm{
    font-size: 12px;
    text-decoration: none;
    color: #017575;
    float: right;
}

.auth_login_forgetp:hover {
    color: #017575;
}

.auth_login_forgetp small {
    font-size: 12px;
}

.auth_login_forloginh {
    float : right;
    text-decoration: none;
    color: #676a6c;
}

.auth_login_forloginh small {
    font-size: 12px;
}


.auth_error {
    position: absolute;
    color: #ED5565;
    font-size: 12px;
    top: 55px!important;
    left: 0;
}

.clearfloat {
    clear: both;
}
.dz_foot{
	width: 100%;
	position: absolute;
	bottom: 60px;
	text-align: center;
}
.bgremark{
	background: #fff;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.20);
	padding: 8px 5px;
	box-sizing: border-box;
	position: absolute;
	bottom: 62px;
	left: calc(50% + 55px);
	display: none;
	font-size: 14px;
}
.bgremark p{
	margin: 0;
}
.wxewm{
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.20);
	width: 124px;
	position: absolute;
	bottom: 40px;
	left: calc(50% - 185px);
	display: none;
}
.wxewm img{
	width: 100%;
}
.dz_foot img{
	width: 40px;
	cursor: pointer;
	margin: 0 10px;
}
.auth_login_footer {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
}

.auth_login_footer span {
    color: #202020;
    font-size: 12px;
}

.captcha-img {
    width: 88px;
    height: 34px;
    margin-left: 3px;
    vertical-align: top;
}

.captcha-input {
    width: calc(100% - 100px);
}

.dynamicCode {
    width: 90px;
    padding: 6px 8px;
    margin-top: 0px;
    cursor: pointer;
    font-family: 'Microsoft YaHei';
}

.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;
}
.dz_lang{
	float: right;
    margin-top: 3%;
    font-size: 14px;
    margin-right: 15%;
}
.dz_lang a{
	color: #000;
	cursor: pointer;
	margin: 0 8px;
}
.auth-language {
    font-family: PingFangSC-Regular;
    letter-spacing: 0;
    float: right;
    margin-top: 30px;
    font-size: 13px;
    /* margin-right: 318px; */
    width: 290px;
    height: 36px;
    line-height: 36px;
    text-align: right;
    vertical-align: middle;
    color: #252424;
    position: absolute;
    right: 0;
    top: 10px;
}
.auth-language-select {
    float: right;
    padding-left: 5px;
    border-radius: 2px;
    background: none!important;
    border: none!important;
    border-radius: 2px;

}
.jiaodiwent{
    color: #202020;
    font-size: 12px;
    margin-bottom: 0;
}
#language{
    font-size: 12px;
    padding: 2px;
}
#accountLogin{
    position: absolute;
    width: 48px;
    height: 48px;
    right: 5px;
    top: 5px;
    display: block;
}
#qrLogin{
    position: absolute;
    width: 48px;
    height: 48px;
    right: 5px;
    top: 5px;
    display: block;
}

.wai{
    width: 56%;
    position: relative;
    margin: 0% auto 0;
}
.diewm{
    position: absolute;
    right: 5px;
    top: 5px;
    height: 45px;
    display: none;
}
.dizh{
    position: absolute;
    right: 5px;
    top: 5px;
    height: 45px;
    display: none;
}
.active11{
    display: block;
}


@media screen and (min-width: 1001px) {
.auth_login_content {
	width: 56%;
	margin: 7% auto 0;
	background: #fff;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.20);
	overflow: hidden;
}
.auth_login_right {
    width: 42%;
    float: right;
    position: relative;
}
}
@media screen and (max-width: 1000px) {
.auth_login_content {
	width: 339px;
	margin: 7% auto 0;
	background: #fff;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.20);
	overflow: hidden;
}

.drsm{
    display: none!important;
}
.auth_login_right {
    width: 100%;
    float: right;
    position: relative;
}
.xiaoxun{
	z-index: -1;
}
.dz_left{
	display: none!important;
}
.auth_tab_content{
	padding-bottom: 20px;
}
.drsm {
    font-size: 12px;
    text-decoration: none;
    color: #017575;
    float: right;
    margin-top: 15px;
    margin-bottom: 25px;
}
.auth_login_forgetp {
    text-decoration: none;
    color: #017575;
    margin-top: 15px;
    position: absolute;
    top: 118px;
    right: 0;
    
}
}
