
@charset "utf-8";

/* CSS Document */

body {
	width: 100%;
	height: 100%;
	background: url(../images/dz/login-bkg.png) no-repeat center 0;
}

input::-ms-clear, input::-ms-reveal{
    display: none;
}

.login,
form {
	width: 100%;
	height: 100%;
}

span.error_download {
	position: absolute;
	top: 30px;
	right: 105px;
	color: #136ea5;
	font: 15px/20px 'microsoft yahei';
}

.login_con_bg {
	width: 893px;
	height: 100%;
    display: flex;
    justify-content: center;
    align-items: Center;
    margin: auto;
}

.login_con {
	width: 893px;
    height: 328px;
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
}
.login-left-con {
	width: 467px;
    height: 328px;
    background-image: url(../images/dz/login-left.png);
    border-radius: 8px 0px 0px 8px;
    float: left;
	display: flex;
	justify-content: center;
	align-items: center;
}

.l_con {
    width: calc(100% - 467px);
    /* margin: 0px auto; */
    position: relative;
    /* padding-top: 60px; */
    background: url(../images/dz/login_con_bg.jpg) no-repeat center 0;
    float: left;
}

/* normalLoginArea的显示由JavaScript控制，这里不需要特殊样式 */

.welcomeLogin {
	font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin: 0 0 24px 0;
    font-weight: normal;
    line-height: 27px;
    letter-spacing: 0;
    padding: 0;
}

a.s_download {
	position: absolute;
	top: 30px;
	right: 20px;
	padding-left: 20px;
	color: #136ea5;
	background: url(../images/s_download.png) no-repeat 0 55%;
	font: 15px/20px 'microsoft yahei';
}

.zt {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}

.zt_ok {
	background: url(../images/ok.png) no-repeat center center;
}

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

.dl_con {
	width: 100%;
	height: 100%;
	position: relative;
}

.error_td {
    padding: 10px 0px 0px 5px;
    font: 14px/20px 'microsoft yahei';
    color: #ff1111;
}

/* 错误提示：图标+文字整体居中 */
#status {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 16px;
    text-align: center;
    background: none;
}
#status::before {
    content: '';
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background: url(../images/icon-update/icon-error-td.png) no-repeat 0 0;
    background-size: 20px 20px;
    flex-shrink: 0;
}

/* 原登录区域内错误提示整体居中 */
.dl_con #status,
.dl_con #corpErrorStatus {
    text-align: center;
}

#corpErrorStatus{
	padding-top: 10px;
	margin-bottom: 5px;
}

.error {
	width: 100%;
	display: inline-block;
	border: 1px solid #ffbdbf;
	color: #ff5555;
	padding: 0px 5px;
	font: 12px/22px 'arial';
	background: #ffebec;
}

.fd-form-row {
	width: 320px;
    height: 42px;
    padding: 0 16px 0 44px;
    color: #444444;
    font: 14px / 42px 'microsoft yahei';
    border: 1px solid #e1e7f0;
    vertical-align: middle;
    background: #ffffff;
    border-radius: 999px;
    font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
    font-size: 14px;
    color: #333333;
    line-height: 42px;
    margin: 0 auto 16px auto !important;
    position: relative;
    box-sizing: border-box;
}
.fd-code-row{
	width: 320px;
    padding-right: 120px;
    margin: 0 auto 16px auto !important;
}
.dl_input,
.dl_select {
	height: 100%;
    font-size: 14px;
    width: 100%;
    position: absolute;
    left: 44px;
    top: 0;
    border: none !important;
    background: transparent;
    color: #333333;
    outline: none;
}
.dl_input::placeholder {
    color: #c3c3c3;
}

input:-webkit-autofill {
	color: red !important;
	box-shadow: 0 0 0px 1000px #fff inset !important;
}

.dl_con .fd-label {
	position: absolute;
    width: 20px;
    height: 20px;
    left: 18px;
    top: 11px;
	background: #fff url(../images/icon-update/icon-user.png) no-repeat 0 0;
	background-size: 20px 20px;
}

.dl_con .fd-label.fd-pw {
	background: #fff url(../images/icon-update/icon-pw.png) no-repeat 0 0;
	background-size: 20px 20px;
}

.dl_con .fd-label.fd-place {
	left: -1px;
	background: #fff url(../images/icon-update/icon-place.png) no-repeat 0 0;
	background-size: 20px 20px;
}

.dl_con .fd-label.fd-code {
	background: #fff url(../images/icon-update/icon-code.png) no-repeat center center;
	background-size: 20px 20px;
}

/* UKey输入框图标样式 */
.dl_con .fd-label.fd-ukey {
	position: absolute;
	width: 20px;
	height: 20px;
	left: 8px;
    top: 7px;
	background: #fff;
}

.dl_con .fd-label.fd-ukey img {
	display: block;
	width: 20px;
	height: 20px;
}

/* UKey输入框文字/placeholder样式 */
.dl_con .ukey-input {
	/* font: 18px/54px "microsoft yahei"; */
	color: #333;
}

.dl_con .ukey-input.ukey-placeholder-success::-webkit-input-placeholder {
	color: #52c41a;
}

.dl_con .ukey-input.ukey-placeholder-success::-moz-placeholder {
	color: #52c41a;
	opacity: 1;
}

.dl_con .ukey-input.ukey-placeholder-success:-ms-input-placeholder {
	color: #52c41a;
}

.dl_con .ukey-input.ukey-placeholder-success::placeholder {
	color: #52c41a;
}

.dl_con .ukey-input.ukey-placeholder-error::-webkit-input-placeholder {
	color: #ff5555;
}

.dl_con .ukey-input.ukey-placeholder-error::-moz-placeholder {
	color: #ff5555;
	opacity: 1;
}

.dl_con .ukey-input.ukey-placeholder-error:-ms-input-placeholder {
	color: #ff5555;
}

.dl_con .ukey-input.ukey-placeholder-error::placeholder {
	color: #ff5555;
}

.dl_captcha_div {
	width: 100%;
	height: 34px;
	float: left;
}
.login_name{
    float:left;
    margin-top: 7px;
    font:18px/34px "microsoft yahei";
    color:#666;
    padding-right:5px;
}
.dl_captcha{
	position: absolute;
	top: 0;
	right: 0;
	width: 110px;
	height: 42px;
	background: #f5f6f7;
	border-radius: 0 999px 999px 0;
	line-height: 42px;
	cursor: pointer;
}

.dl_refresh{
	position: absolute;
	text-align: center;
	width: 113px;
	right: 0;
	top: 5px;
	font: 16px/29px "microsoft yahei";
	color: #0068b7;
}

.dl_cz {
	width: 320px;
	max-width: 100%;
	height: auto;
    margin: 0 auto;
    text-align: center;
}

a.submit_btn:link,
a.submit_btn:visited {
	width: 100%;
    height: 40px;
    text-align: center;
    color: #fff;
    font: 14px / 40px 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
    display: inline-block;
    background-color: rgb(0, 122, 255);
    border-radius: 999px;
    line-height: 40px;
    margin: 0;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
}

.fd-hide {
	display: none;
}

a.submit_btn:hover,
a.submit_btn:active {
	opacity: 0.8;
	text-decoration: none;
}

.login_foot {
	clear: both;
	width: 100%;
	margin: 0px auto;
	font-size: 14px;
	line-height: 24px;
	padding-top: 20px;
	text-align: center;
	color: #666666;
	font-family: 'microsoft yahei';
}

.title-left {
	display: none;
}

.title-right {
	display: none;
}

.tips {
	color: #4e4e4e;
	float: left;
	padding-left: 120px;
	width: 250px;
	font: 15px/30px 'microsoft yahei';
}

option {
	padding: 0;
	margin: 0;
	float: left;
	height: 26px;
	padding: 10px 0;
	/*当时解决输入框光标顶满input框的问题是这么解决的 如果设置了行高就会顶满没有行高的话光标高度=文字的font-size */
	border: none;
	outline: none;
	padding-left: 20px;
	color: #6d6d6d;
	-webkit-appearance: none;
	/*去除系统默认的样式*/
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* 点击去除高亮的颜色*/
	background-color: #fff;
}


/*IE8*/

.fd-bodybg-box {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.fd-img {
	position: absolute;
}

.fd-img.fd-body-bg {
	height: 100%;
	width: auto;
	top: 0;
	left: 0;
}

.fd-img.fd-body-bg.width {
	width: 100%;
	height: auto;
}

.fd-img.fd-login-con-bg {
	top: 0;
	left: 0;
}

.fd-img.fd-before {
	top: -47px;
	right: 58px;
}

.fd-img.fd-after {
	bottom: -25px;
	left: 140px;
}

.fd-img.fd-title-bg {
	top: 0;
	left: 0;
}


/*下拉*/
/*sub select */
.search_menu_sub {
	/*position: relative;*/
    width: 100%;
    height: 100%;
    padding-right: 13px;
    font: 18px/54px "microsoft yahei";
    color: #333;
}

.search_value_box_sub {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.search_value_box_sub span {
	display: block;
	font: 18px/54px "microsoft yahei";
    color: #333;
    height: 54px;
}

.search_value_box_sub .sp_gain_value {
	margin-right: 29px;
}

.search_value_box_sub .sp_mousedown {
	float: right;
	height: 100%;
	width: 29px;
	background: url(../images/icon-update/icon-select.png) center center no-repeat;
	cursor: pointer;
}

.search_con_nav_sub {
	display: none;
	position: absolute;
	top: 86px;
	width: 100%;
	left: 0;
	background-color: #f0f4f5;
	z-index: 9999;
	padding: 10px  30px;
	border-radius:0 0 5px 5px;
	max-height: 300px;
	overflow: auto;
	box-shadow: 0 0 5px rgba(0,12,72,0.5);
}

.search_con_nav_sub dt,
.search_con_nav_sub dd {
	padding: 0;
    font: 18px/36px "microsoft yahei";
}

.search_con_nav_sub dt{
    border-bottom: 1px dashed #c6c6c6;
    margin-bottom: 10px;
}

.search_con_nav_sub dd {
	cursor: pointer;
}

.search_con_nav_sub dd.dd_hover {
	color: #009b91;
}
.search_con_nav_sub dd#first{
    border-bottom: 1px dashed #c6c6ed;
}
.search_con_nav_sub dd.dd_hover#first{
    color: #333;
}

.modal{
	position: relative;
	width: 479px;
	padding:125px 0 30px;
	background: #fff url(../images/icon-update/icon-title-bg-model.png) no-repeat top center;
}
.modal>.fd-model-conWrap{
	padding-left: 58px;
	padding-right: 58px;
	max-height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
}
.modal>.fd-model-conWrap>div{
	margin-bottom: 20px;
}


.modal>.fd-model-conWrap>div>a{
	width: 363px;
	padding: 0 30px;
	line-height: 20px;
	font: 16px/20px "microsoft yahei";
	color: #333;
	text-align: center;
	height: 50px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	border: 1px solid #999999;
	border-radius: 30px;
	line-height: 50px;
	/*word-wrap: break-word;*/
}

.modal>.fd-model-conWrap>div>a:hover{
	color: #1cb889;
	border: 1px solid #1CB889;
	/*background: url(../images/icon-update/icon-hover.png) no-repeat top center;*/
}


.modal>.fd-model-conWrap>div>a:active{
	color: #fff;
	background-color:#1CB889;
	border: 1px solid #1CB889;

}


.modal>div>a:active{
    color: #fff;
	background-color:#1CB889;
	border: 1px solid #1CB889;

}

.fd-tip-title{
    cursor: default;
    position: absolute;
    top: 30px;
    left: 50%;
    width: 166px;
    font: 18px/20px "microsoft yahei";
    color: #fff;
    padding-left: 32px;
    margin-left: -83px;
    background: url(../images/icon-update/icon-tip-bg.png) no-repeat left center;
}

.fd-close{
    position: absolute;
    width: 22px;
    height: 22px;
    background: url(../images/icon-update/icon-exit-bg.png) no-repeat center center;
    top:10px;
    right: 10px;
	cursor: pointer;
}

/* 浏览器受限提示页面样式 */
.browser-restricted-con {
    display: none; /* 默认隐藏，由JavaScript控制显示 */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 20px 40px 20px;
    text-align: center;
    height: 100%;
    min-height: 328px;
}

.browser-restricted-con[style*="block"] {
    display: flex !important;
}

.browser-restricted-title {
    font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin: 0 0 35px 0;
    letter-spacing: 1px;
}

.browser-restricted-icon {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.browser-restricted-icon svg {
    width: 80px;
    height: 80px;
}

.browser-restricted-message {
    font-size: 16px;
    color: #333333;
    margin: 0;
    font-weight: 700;
    line-height: 26px;
    font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
}

.browser-restricted-desc {
    font-size: 12px;
    color: #999999;
    margin: 0;
    line-height: 24px;
    font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
}

.browser-restricted-hint {
    font-size: 12px;
    color: #999999;
    margin: 0;
    line-height: 20px;
    font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
}

/* UKey未检测到提示区域样式 */
.ukey-not-detected-con {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px 40px 20px;
    text-align: center;
    min-height: 328px;
}

.ukey-not-detected-title {
    font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin: 0 0 35px 0;
    letter-spacing: 1px;
}

.ukey-not-detected-icon {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ukey-icon-circle {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: transparent;
    border: 3px solid #f56c6c;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
}

.ukey-icon-exclamation {
    color: #f56c6c;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
}

.ukey-not-detected-main-message {
    font-size: 16px;
    color: #333333;
    margin: 0;
    font-weight: 700;
    line-height: 26px;
    font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
}

.ukey-not-detected-sub-message {
    font-size: 12px;
    color: #999999;
    margin: 0;
    line-height: 24px;
    font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
}

.ukey-recheck-btn {
    display: inline-block;
    padding: 0 18px;
    background-color: rgb(0, 122, 255);
    color: #ffffff !important;
    font-size: 14px;
    font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
    text-decoration: none !important;
    border-radius: 999px;
    transition: background-color 0.2s;
    cursor: pointer;
    border: none;
    height: 35px;
    min-width: 80px;
    line-height: 35px;
    box-sizing: border-box;
    margin-top: 0;
    text-align: center;
    vertical-align: middle;
	margin-top: 10px;
}

.ukey-recheck-btn:hover {
    background-color: rgb(0, 140, 255);
    text-decoration: none !important;
}

.ukey-recheck-btn:active {
    background-color: rgb(0, 110, 230);
    text-decoration: none !important;
}

/* UKey检测中提示区域样式 */
.ukey-detecting-con {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px 40px 20px;
    text-align: center;
    min-height: 328px;
}

.ukey-detecting-title {
    font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin: 0 0 35px 0;
    letter-spacing: 1px;
}

.ukey-detecting-spinner {
    margin: 0 0 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ukey-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid #e0e0e0;
    border-top-color: rgb(0, 122, 255);
    border-radius: 50%;
    animation: ukey-spin 1s linear infinite;
}

@keyframes ukey-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.ukey-detecting-message {
    font-size: 16px;
    color: #333333;
    margin: 0;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
}

/* UKey PIN 验证区域样式 */
.ukey-pin-con {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px 40px 20px;
    text-align: center;
}

.ukey-pin-title {
    font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin: 0 0 8px 0;
    letter-spacing: 1px;
}

.ukey-pin-subtitle {
    font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
    font-size: 12px;
    color: #999999;
    margin: 0 0 24px 0;
}

.ukey-pin-row {
    width: 320px;
    max-width: 100%;
    height: 42px;
    line-height: 42px;
    margin: 0 auto 20px auto !important;
    padding: 0 16px 0 44px;
    border-radius: 999px;
    background-color: #f6f9ff;
    border: 1px solid #e1e7f0;
    box-sizing: border-box;
}

.ukey-pin-icon {
    left: 18px;
    top: 11px;
}

.ukey-pin-icon-img {
    display: block;
    width: 20px;
    height: 20px;
    margin: 9px 9px;
    position: absolute;
    left: 0;
    top: 0;
}

.ukey-pin-input {
    position: static;
    width: 100%;
    height: 100%;
    border: none !important;
    background: transparent;
    font-size: 14px;
    color: #333333;
    outline: none;
}

.ukey-pin-input::placeholder {
    color: #c3c3c3;
}

.ukey-pin-error {
    margin: -10px 0 16px 0;
    font-size: 12px;
    color: #ff4d4f;
    text-align: center;
}

.ukey-pin-btn-row {
    width: 320px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}

.ukey-pin-btn {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: rgb(0, 122, 255);
    color: #ffffff !important;
    font-size: 14px;
    font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
    text-decoration: none !important;
    border-radius: 999px;
    cursor: pointer;
    border: none;
    box-sizing: border-box;
}

.ukey-pin-btn:hover {
    background-color: rgb(0, 140, 255);
}

.ukey-pin-btn:active {
    background-color: rgb(0, 110, 230);
}

