@charset "UTF-8";

html {
	font-size: 50px;
	-webkit-tap-highlight-color: transparent;
	height: 100%;
	min-width: 320px;
	overflow: hidden
}

body {
	font-family: "Microsoft YaHei";
	font-size: .28em;
	line-height: 1;
	color: #333;
	background-color: white;
	margin: 0;
	height: 100%;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

.admin_login {
	width: 400px;
	height: auto;
	overflow: hidden;
	position: absolute;
	left: 70%;
	margin-left: -160px;
	top: 50%;
	margin-top: -240px;
	padding: 28px 35px 8px;
	box-shadow: 0 9px 18px 0 rgba(197,197,197,0.39);
	border-radius: 9px;
	background: rgba(255,255,255,0.95);
}


.admin_login dt {
	font-size: 16px;
	text-align: center;
	color: #fefefe;
	margin-bottom: 10px;
}

.admin_login dt span {
	display: block;
	font-size: 20px;
	color: #666666;
	line-height: 28px;
	text-align: center;
	padding-top: 10px;
}

.admin_login dt strong img {
	vertical-align: top;
}

.admin_login dt em {
	display: block;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
}

.admin_login dd {
	margin-top: 12px;
	overflow: hidden;
	position: relative;
	margin-inline-start: 0;
	-webkit-margin-start: 0px;
}

.admin_login dd .login_txtbx::-webkit-input-placeholder {
	color: #aaa;
	line-height: inherit;
}

.admin_login dd .login_txtbx:-moz-placeholder {
	color: #aaa;
	line-height: inherit;
}

.admin_login dd .login_txtbx::-moz-placeholder {
	color: #aaa;
	line-height: inherit;
}

.admin_login dd:before {
	font-family: 'adminthemesregular';
	position: absolute;
	top: 0;
	left: 10px;
	height: 42px;
	line-height: 42px;
	font-size: 20px;
	color: #0c9076;
}

.admin_login dd .submit_btn {
	width: 100%;
	height: 60px;
	line-height: 60px;
	border: none;
	font-family: PingFangSC-Semibold;
	font-size: 20px;
	background: #E7242E;
	color: #f8f8f8;
	text-align: center;
	cursor: pointer;
	border-radius: 3px;
	margin-top: 12px;
}

/* .admin_login dd .submit_btn:hover {
	background: #c82312;
	color: #f4f4f4;
} */

.admin_login dd .submit_btn:disabled,
.admin_login dd .submit_btn:disabled:hover {
	background: #787878;
	color: #f4f4f4;
}

.admin_login dd p {
	color: #787878;
	font-size: 12px;
	text-align: center;
	margin: 5px 0;
}

.admin_login dd.loginerror {
	margin: 0px;
}

.remember-me {
	font-family: PingFang-SC-Medium;
	font-size: 20px;
	color: #333333;
	height: 33px;
	line-height: 33px;
}

.remember-me input[type=checkbox] {
	vertical-align: middle;
	position: relative;
	margin-top: 0px;
	margin-right: 12px;
	width: 21px;
	height: 21px;
}
.forgetPwd{
	font-family: PingFang-SC-Medium;
	font-size: 20px;
	color:  #E7242E;
	float: right;
	cursor: pointer;
}

.error_tips {
	height: 30px;
	overflow: hidden;
	padding: 0 10px 0 36px;
	border: 1px solid #e5debc;
	border-radius: 2px;
	text-align: left !important;
	background: #fff7d1 url("//kz-fe.oss-cn-hangzhou.aliyuncs.com/static/dgj/img/loginerror.png") no-repeat;
	line-height: 30px;
	color: #999;
	margin: 0px !important;
}

.admin_login dd.form-row {
	border: 1px solid#B9B9B9;
	background: #fff;
	height: 28px;
	line-height: 28px;
	padding: 15px;
	border-radius:3px;
}

.admin_login dd.form-row.on {
	border: 1px solid #eda3a8;
}

.admin_login dd.form-row .u-logo {
	float: left;
	text-align: center;
}

.u-logo-img,
.u-logo-img2 {
	height: 27px;
	margin-top: 1px;
}

.u-logo-img {
	width: 24px;
	background: url("//kz-fe.oss-cn-hangzhou.aliyuncs.com/static/dgj/img/dgj_login09_new.png") no-repeat;
	background-size: 100% 100%;
}

.u-logo-img2 {
	width: 21px;
	background: url("//kz-fe.oss-cn-hangzhou.aliyuncs.com/static/dgj/img/dgj_login10_new.png") no-repeat;
	background-size: 100% 100%;
	margin: 18px 0 0 11px;
	display: inline-block;
}
.u-logo .u-logo-img2{
	margin: 0;
}
#fixPwd .el-input .el-input__clear{
	font-size: 18px;
}

.admin_login dd.form-row .form-input {
	position: relative;
	float: left;
	height: 33px;
}

.admin_login dd.form-row .form-input input {
	padding-left: 10px;
  height: 26px;
  line-height: 26px;
  font-size: 20px;
	font-weight: normal;
	width: 330px;
	color: #333;
	border: 0;
	outline: 0;
	-webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
	font-family: PingFang-SC-Medium;
}

.wordDes{
	position: absolute;
  top: 10px;
  right: 28px;
  color: #c0c4cc;
	font-size: 13px;
}

.admin_login .biaoyu {
	background: url("//kz-fe.oss-cn-hangzhou.aliyuncs.com/static/dgj/img/fonterLogo.png") no-repeat;
	position: absolute;
	z-index: -1;
	width: 150px;
	height: 80px;
	bottom: 0px;
	background-size: 150px;
	right: 10px;
	display: none;
}

.admin_login .admin-logo {
	background: url("//kz-fe.oss-cn-hangzhou.aliyuncs.com/static/dgj/img/dgj_login_logo_new.png") no-repeat;
	background-size: 100% 100%;
	width: 124px;
	height: 74px;
	margin: 0 auto;
}

.fix-bg {
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	min-width: 1000px;
	z-index: -10;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	zoom: 1;
	background-color: rgb(64, 64, 64);
}
#fixPwd{
	width: 400px;
	height: 400px;
	padding: 20px 35px 50px;
	position:absolute;
	left: 70%;
	top: 50%;
	margin-left: -160px;
	margin-top: -240px !important;
	border-radius: 3px;
	background: rgba(255,255,255,0.95);
	z-index: 200;
	display: none;
}
#fixPwd .title{
	font-family: PingFangSC-Semibold;
	font-size: 24px;
	color: #333333;
	height: 33px;
	line-height: 33px;
	cursor: pointer;
	font-weight: bold;
}
#fixPwd .userNameCont{
	margin-top: 30px;
}
#fixPwd .userName{
	font-family: PingFang-SC-Medium;
	font-size: 22px;
	color: #333333;
}
#fixPwd .el-form-item{
	margin-bottom: 17px;
}
#fixPwd .el-input__inner{
	outline: none;
	border: 1px solid #b9b9b9;
	height: 60px;
	font-size: 18px;
	padding-left: 49px;
}
#fixPwd .el-input.is-disabled .el-input__inner{
	background-color: #fff;
}
.codeCont .el-form-item__content{
	display: flex;
	justify-content: space-between;
	margin-top: 14px;
}
.codeCont .el-form-item__content .codeBtn{
	width: 132px;
	background: #FFFFFF;
	border: 1px solid #E7242E;
	border-radius: 4px;
	font-family: PingFang-SC-Medium;
	font-size: 19.8px;
	color: #E7242E;
	padding: 0;
}
.codeCont .el-form-item__content .codeBtnGray{
	background: #ececec;
	border: 1px solid #b9b9b9;
	color: #888;
}
.codeCont .el-form-item__content::before, .codeCont .el-form-item__content::after{
	display: none;
}
#fixPwd .keyIcon, #fixPwd .phoneIcon{
	display: inline-block;
}
#fixPwd .keyIcon{
	width: 37px;
	height: 37px;
	background: url("//kz-fe.oss-cn-hangzhou.aliyuncs.com/static/dgj/img/dgj_login11_new.png") no-repeat;
	background-size: 100% 100%;
	margin: 11px 0 0 4px;
}
#fixPwd .phoneIcon{
	width: 18px;
	height: 27px;
	background: url("//kz-fe.oss-cn-hangzhou.aliyuncs.com/static/dgj/img/dgj_login12_new.png") no-repeat;
	background-size: 100% 100%;
	margin: 16px 0 0 14px;
}
#fixPwd .errorMsg{
	position: absolute;
  left: 0;
  bottom: -32px;
  color: #E7242E;
}
#fixPwd .saveBtn{
	width: 100%;
	height: 60px;
  font-size: 20px;
  background: #E7242E;
	border: 0;
	margin-top: 5px;
}

/*二次确认弹窗*/
.warningBrowser {
	z-index: 9999;
	border-radius: 20px;
	text-align: center;
	color: #333333;
	background: #f5f5f5;
	position: fixed;
	top: 45%;
	width: 24%;
	display: none;
	margin-left: 37%;
}

.warningBrowser .msg {
	font-size: 14px;
	border-bottom: 1px solid #e7e7e7;
	padding: 10px 0;
	color: #272829;
}

.warningBrowser .open {
	font-size: 14px;
	cursor: pointer;
}

.warningBrowser .open span,
.warningBrowser .open a {
	width: 49%;
	float: left;
	display: block;
	height: 30px;
	line-height: 30px;
	/*    padding: 0.2rem 0;
	*/
}

.warningBrowser a {
	text-decoration: none;
	outline: none;
	color: #418ce2;
}

.warningBrowser .open .cancel {
	border-right: 1px solid #e7e7e7;
	color: #333;
}

/*clinet-tips*/
.client-warp {
	width: 580px;
	height: 370px;
	position: fixed;
	z-index: 100;
	left: 50%;
	top: 50%;
	margin-left: -290px;
	margin-top: -185px;
	background: url("//kz-fe.oss-cn-hangzhou.aliyuncs.com/static/dgj/img/clientbg.png") center top no-repeat;
	border-radius: 5px;
	display: none
}

.client-warp .title {
	height: 119px;
	line-height: 119px;
	color: #ffffff;
	font-size: 30px;
	text-align: center
}

.client-warp .inner {
	background: #ffffff;
	height: 251px;
	border-radius: 0 0 5px 5px;
}

.client-warp .content {
	height: 87px;
	line-height: 87px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.client-warp .tips {
	padding: 10px 40px;
	font-size: 14px;
	line-height: 1.2em;
	text-align: center
}

.client-warp .btn a {
	display: block;
	padding: 15px 45px;
	background: #ff6300;
	color: #ffffff;
	font-size: 20px;
	text-decoration: none;
	border-radius: 50px;
	width: 125px;
	margin: 30px auto 0;
	text-align: center
}

.client-warp .close,
.client-opt-warp .close,
.clinet-unbind-warp .close {
	width: 36px;
	height: 36px;
	position: absolute;
	z-index: 100;
	right: -0px;
	top: -0px;
	background: url("//kz-fe.oss-cn-hangzhou.aliyuncs.com/static/dgj/img/close.png") center top no-repeat;
	cursor: pointer;
}

.client-opt-warp{
	width: 580px;
	height: 370px;
	position: fixed;
	z-index: 100;
	left: 50%;
	top: 50%;
	margin-left: -290px;
	margin-top: -185px;
	background: #ffffff;
	border-radius: 5px;
	display: none
}
.clinet-unbind-warp {
	width: 580px;
	height: 300px;
	position: fixed;
	z-index: 100;
	left: 50%;
	top: 50%;
	margin-left: -290px;
	margin-top: -150px;
	background: #ffffff;
	border-radius: 5px;
	display: none
}


.client-opt-warp .title,
.clinet-unbind-warp .title {
	height: 62px;
	background: #ff515a;
	color: #ffffff;
	border-radius: 5px 5px 0 0;
	text-align: center;
	line-height: 62px;
	font-size: 18px;
	font-weight: bold;
}

.client-opt-warp .content {
	padding: 30px 80px;
}

.client-opt-warp .tips{
	padding: 10px 80px;
}



.clinet-unbind-warp .tips {
	color: #333333;
	font-size: 16px;
	text-align: left;
	margin: 0;
	margin-top:28px;
	padding-left:15px
}

.client-opt-warp .tips table {
	width: 100%;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
}

.client-opt-warp .tips table th {
	background: #efefef;
	font-weight: bold;

}

.client-opt-warp .tips table th,
.client-opt-warp .tips table td {
	padding: 5px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	text-align: center;
	font-size: 12px;
}
.clinet-unbind-warp .btn{
	display: block;
    padding: 9px 10px;
    background: #ff515a;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    border-radius: 50px;
    width: 114px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}


.bind-table{
	padding:15px;
}
.bind-table td{
	padding:5px;
}
.smscode-btn{
	background: #ff515a;
	border: none;
	outline: none;
	color: #fff;
	padding: 7px 13px;
	border-radius: 15px;
	cursor: pointer;
}
.bind-tel-input{
	padding: 6px 3px;
	border-radius: 5px;
	border:1px solid#666666;
}

.toast {
	text-align: center;
	min-height: 70px;
	width: 260px;
	color: #e6e6e6;
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	left: 43%;
	top: 20%;
	z-index: 1000;
}

.toast-icon {
padding-top: 10px;
padding-bottom: 10px;
}

.toast-tip {
padding-left: 20px;
padding-right: 20px;
padding-bottom: 10px;
}