.tech_login_bg {
	width: 100vw;
	height: 100vh;
	position: relative;
	background-image: url(../images/backend/login_bg.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin:0;
	padding:0;
	overflow: hidden;
}
.tech_login_content {
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.tech_login_content_box {
	width:900px;
	height:430px;
	display:flex;
	align-items:center;
	justify-content: flex-start;
	justify-content: space-between;
}

.tech_login_content_leftbox {
	width:430px;
	height:430px;
	background-image: url(../images/backend/login_leftpic.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	
}
.tech_login_content_rightbox {
	height:100%;
	display:flex;
	align-items:flex-start;
	justify-content: center;
	flex-direction: column;
}
.tech_login_logo {
	width:143px;
	height:36px;
	background-image: url(../images/backend/wy_logo.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 30px;
}
.tech_login_type_div {
	width:340px;
	height:40px;
	margin-bottom: 30px;
	display:flex;
	align-items:center;
	justify-content: flex-start;
	justify-content: space-between;
}
.tech_login_title {
	width: 60px;
	width: auto;
	height: 40px;
	font-size: 30px;
	font-family: Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif;
	font-weight: 300;
	text-align: left;
	color: #1d1d1d;
}
.tech_login_type_box {
	width: auto;
	height: 40px;
	display:flex;
	align-items:center;
	justify-content: flex-start;
}
.tech_login_type_box :not(:last-child) {
	margin-right: 20px;
}
.tech_login_type_email.active{
	width:30px;height:30px;
	background-image: url(../images/backend/icon_mail_hover.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
}
.tech_login_type_email.inactive{
	width:30px;height:30px;
	background-image: url(../images/backend/icon_mail.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
}
.tech_login_type_mobile.active{
	width:30px;height:30px;
	background-image: url(../images/backend/icon_phone_hover.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
}
.tech_login_type_mobile.inactive{
	width:30px;height:30px;
	background-image: url(../images/backend/icon_phone.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
}

.tech_login_admin {
	clear: both;
	height: 33px;
	line-height: 13px;
	margin-bottom: 30px;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 5px;
}

.tech_login_admin #tech_login_username,
.tech_login_admin #tech_login_pwd {
	padding-left: 40px;
	background-color: transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	border: none;
	font-size: 13px;
	height: 100%;
	outline: none;
	color: #222;
	font-size: 13px;
	width: calc(100% - 40px);
}

.tech_login_admin #tech_login_name_placeholder,
.tech_login_admin #tech_login_pwd_placeholder {
	width: auto;
	height: 18px;
	font-size: 13px;
	font-family: Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif;
	font-weight: 400;
	text-align: left;
	color: #999;
	margin-left: 40px;
}

.tech_login_username_icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/backend/user_icon.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 10px;
	cursor: pointer;
}
.tech_login_pwd_icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/backend/password_icon.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 10px;
	cursor: pointer;
}
.tech_login_submit_btn_div {
	display: flex;
	justify-content: center;
	align-items: center;
	width:100%;
	height:33px;
	background: #1e88d9;
	margin-top: 16px;
	margin-bottom: 15px;
	cursor: pointer;
}
.tech_login_submit_btn_div span{
	width: auto;
	height: 19px;
	font-size: 14px;
	font-family: Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif;
	font-weight: 500;
	text-align: center;
	color: #fff;
}
.tech_login_other_operation {
	width: 100%;
	height: 19px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tech_login_other_operation .fgtpwd{
	width: auto;
	height: 100%;
	font-size: 14px;
	font-family: Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif;
	font-weight: 400;
	text-decoration: underline;
	text-align: center;
	color: #1e88d9;
}
.tech_login_other_operation .reguser{
	width: auto;
	height: 100%;
	font-size: 14px;
	font-family: Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif;
	font-weight: 400;
	text-align: right;
	color: #1d1d1d;
	cursor: pointer;
}
.tech_login_mobile_div {
	width:100%;
	height:33px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 5px;
	margin-bottom: 15px;
}
.tech_login_mobile_icon {
	width:14px;
	height:16px;
	background-image: url(../images/backend/icon_phone2.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-left: 10px;
}

.tech_login_premobile_div {
	width:auto;
	height:18px;
	font-size: 13px;
	font-family: Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif;
	font-weight: 400;
	text-align: left;
	color: #1d1d1d;
	line-height: 20px;
	margin-left: 15px;
}
.tech_login_mobile_arrowdown_div {
	display: flex;
	justify-content: center;
	align-items: center;
	width:12px;
	height:12px;
	margin-left: 5px;
}

.tech_login_mobile_arrowdown_div .tech_login_mobile_arrowdown_icon.active {
	width: 18px;
	height: 9px;
    display: inline-block;
    background: url(../images/backend/icon_dropdown.svg) no-repeat;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    transform: rotate(90deg);
    cursor: pointer;
	margin-top:2px;
}

.tech_login_mobile_arrowdown_div .tech_login_mobile_arrowdown_icon.inactive {
	width: 18px;
	height: 9px;
    display: inline-block;
    background: url(../images/backend/icon_dropdown.svg) no-repeat;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    transform: rotate(0deg);
    cursor: pointer;
	margin-top:2px;
}
.tech_login_mobile_div .divider,
.tech_login_verifycode_div .divider {
	width: 0px;
	height: 19px;
	border: 1px solid #dddddd;
    margin-left: 15px;
    margin-right: 15px;
}
#tech_login_mobile {
	background: transparent;
	border: none;
	width: auto;
	height: 18px;
	font-size: 13px;
	font-family: Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif;
	font-weight: 400;
	text-align: left;
	color: #999;
	outline:medium; /* outline:medium;点击input框时就不会有边框线显示了*/
	
}

.tech_login_verifycode_div {
	width:100%;
	height:33px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 5px;
	margin-bottom: 15px;
}
.tech_login_verifycode_icon {
	width:14px;
	height:16px;
	background-image: url(../images/backend/icon_code.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-left: 10px;
}
#tech_login_verifycode {
	background: transparent;
	border: none;
	width: calc(100% - 145px);
	height: 18px;
	margin-left: 15px;
	font-size: 13px;
	font-family: Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif;
	font-weight: 400;
	text-align: left;
	color: #999;
	outline:medium; /* outline:medium;点击input框时就不会有边框线显示了*/
	
}
.tech_login_verifycode_div .tech_login_verifycode_title {
	width: 120px;
	height: 17px;
	font-size: 12px;
	font-family: Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif;
	font-weight: 500;
	text-align: center;
	color: #348cd4;
	cursor: pointer;
}

.tech_tip_box {
    display: block;
    position: absolute;
    z-index: 999;
    /* top: calc(71px + 16px); */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background: #414141; */
    padding-top: 0rem;
    width: 19.375rem;
    height: 12.125rem;
    border-radius: 1rem;
    opacity: 0.8;
    text-align: center;
    font-size: 0.875rem;
    color: #FFFFFF;
    width: auto;
    height: 32px;
    border-radius: 5px 5px 5px 5px;
    opacity: 1;
}
.tech_tip_box.warning {
	
	background: #FF4D4F;
}
.tech_tip_box.success {
	
	background: #5FBF28;
}
.tech_tip_box .tech_tip_inner_div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 10px;
}
.tech_tip_box.warning .tech_tip_icon {
	display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/backend/error_icon.svg) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    margin-bottom: 0rem;
}
.tech_tip_box.success .tech_tip_icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/backend/success_icon.svg) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    margin-bottom: 0rem;
}
.tech_tip_box .tech_tip_title {
    margin-left: 10px;
}
.tech_tip_box.success .tech_tip_title {
	color: #FFFFFF !important;
}

.tech_login_other_operation .backtologin{
	width: auto;
	height: 100%;
	font-size: 14px;
	font-family: Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif;
	font-weight: 400;
	text-align: right;
	color: #1d1d1d;
	cursor: pointer;
}
.tech_choose_forget_option_div {
	width: 100%;
	height:26px;
	display:flex;
	/* background-color: grey; */
	border-bottom: 2px solid #ddd;
	margin-bottom:32px;
	
}
.tech_choose_forget_option_box.active {
	width: auto;
	height: 19px;
	font-size: 14px;
	font-family: MiSans, MiSans-Medium;
	font-weight: 500;
	text-align: left;
	color: #1e88d9;
	position:relative;
	cursor: pointer;
}
.tech_choose_forget_option_box.active .tech_nav_underline{
	width: 100%;
    height: 2px;
    background: #1e88d9;
    display: inline-block;
    position: absolute;
    bottom: -7px;
    left: 0px;
}
.tech_choose_forget_option_box.inactive {
	width: auto;
	height: 19px;
	font-size: 14px;
	font-family: MiSans, MiSans-Regular;
	font-weight: 400;
	text-align: left;
	color: #1d1d1d;
	position:relative;
	cursor: pointer;
}
.tech_choose_forget_option_div :not(:last-child){
	margin-right:46px;
}

.tech_login_admin #tech_forget_username,
.tech_login_admin #tech_forget_pwd,
.tech_login_admin #tech_forget_confirmpwd,
.tech_login_admin #tech_forget_verifycode {
	padding-left: 10px;
	background-color: transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	border: none;
	font-size: 13px;
	height: 100%;
	outline: none;
	color: #222;
	font-size: 13px;
	width: calc(100% - 00px);
}
.tech_login_admin #tech_forget_verifycode {
	width: calc(100% - 120px);
}
.tech_getcode_btn {
	display: inline-block;
    position: absolute;
    right: 24px;
	padding-left: 24px;
    cursor: pointer;
	width: auto;
	height: 19px;
	font-size: 12px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	text-align: center;
	color: #348cd4;
	display:flex;
	align-items: center;
	border-left: 1px solid #ddd;
}

.checkpwd_open {
	display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/front/unas_icon_eye_open.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 430px;
    top: 8px;
    cursor: pointer;
}
.checkpwd_close {
	display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/front/unas_icon_eye_close.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 430px;
    top: 8px;
    cursor: pointer;
}