﻿[v-cloak]{
    display:none;
}
*{
	padding: 0px;
	margin: 0px;
}
*::-webkit-scrollbar{
  width:10px;
  height:10px;
}
*::-webkit-scrollbar-track{
  background: rgb(239, 239, 239);
  border-radius:2px;
}
*::-webkit-scrollbar-thumb{
  background: #bfbfbf;
  border-radius:10px;
}
main {
	display: block;
}
body {
	/* font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif; */
	font-size: 15px;
	color: #121212;
	-webkit-tap-highlight-color: rgba(18, 18, 18, 0);
}

.SignFlowHomepage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../img/login.png?1);
	background-repeat: no-repeat;
	background-color: #b8e5f8;
	background-size: cover;
	width: 100%;
	height: 100vh;
	overflow: auto;
}

.SignFlowHomepage-content {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 2px;
	min-height: 688px;
	height: calc(100% - 42px);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.css-zvnmar {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	padding: 0;
	background-color: #FFFFFF;
	box-shadow: 0 1px 3px rgb(18 18 18 / 10%);
	border-radius: 2px;
	background-color: #FFFFFF;
	overflow: hidden;
	padding: 10px 20px;
	width: 380px;
	height: 330px;
}

.SignContainer-content {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	height: 100%;
}
.author{
	cursor: pointer;
}
.SignFlowHomepage-footer {
	font-size: 22px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	letter-spacing: 2px;
}
.el-tabs__nav-wrap::after{
	background-color: #FFFFFF;
}
.el-tabs__item.is-active {
    font-size: 16px;
    font-weight: bold;
}
.el-input__inner{
	border: 0px;
	color: black;
	letter-spacing: 2px;
	padding: 0px;
}
.el-divider--horizontal{
	margin: 5px 0px;
}
.el-tabs__header{
	margin-bottom: 0px;
}
.login-btn{
	flex: 1;
}
.login-btn:nth-child(1)
{
    background-color: #06f;
	border-color: #06f; 
}
.login-btn:nth-child(1):hover {
    opacity: 0.6;
}
.forget-body{
    display:flex;
    justify-content: flex-end;
}
.forget{
	font-size: small;
	text-align: right;
	margin: 20px 0px 30px;
	color: #8590a6;
	color: rgb(51, 137, 255);
	text-decoration: none;
	display: block;
}
.el-tabs{
	height: 100%;
}
.el-tab-pane{
	height: 230px;
	padding-top: 30px;
}
.Qrcode-content {
	height: 210px;
	font-size: small;
}

.Qrcode-img {
	margin: 0 auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	height: 200px;
	width: 200px;
}

.Qrcode-qrcode {
	display: block;
	height: 200px;
	width: 200px;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.Qrcode-tips {
	display: block;
	width: 128px;
	position: absolute;
	left: 100px;
	top: 2px;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.Qrcode-container p {
	font-size: 14px;
	line-height: 22px;
}

.Qrcode-content a {
	color: rgb(51, 137, 255);
	text-decoration: none;
	margin: 0px 5px;
}

.login-btn-body
{
    display: flex;    
}
.Qrcode-img--hover .Qrcode-qrcode,
.Qrcode-img:hover .Qrcode-qrcode {
    -webkit-transform: translate3d(-70px, 0, 0);
    transform: translate3d(-70px, 0, 0);
    cursor: pointer;
}
    
.Qrcode-img--hover .Qrcode-tips,
.Qrcode-img:hover .Qrcode-tips {
    opacity: 1;
}
.el-input__inner{
    border-radius:0px;
}
.ovo{
    display: flex;
    align-items: center;
}
.ovo .iconfont{
    font-size:18px;
    margin-right:5px;
}
.el-select{
    width: 100%;
}
.inside-title{
    margin: 10px;
}
.login-btn-body2{
    margin-top: 35px;
}
#logintab a:hover {
    font-weight: 700;
    color: red;
}
#logintab .loginway {
    font-weight: 700;
    color: red;
}
#logintab .loginway2 {
     color: inherit;
     font-weight: inherit;
}
#logintab>a
{ 
    flex:1;
    height:40px;
    line-height:40px; 
    font-size: 18px;
    /* font-family: "microsoft yahei"; */
    text-align: center;
    border-bottom: 1px solid #f4f4f4;
    background: #fff;
    text-decoration: none;
}
.ztul li
{
    height: 35px;
    line-height: 35px;
    background: aliceblue;
    text-align: center;
    width: 200px;
    overflow: hidden;
    list-style:none;
    border-bottom: 2px solid white;
} 

.ztul  
{
    max-height:400px; 
    overflow-y: auto;
} 
  
.ant-message 
{
    top:48%;
    font-size: 18px;
    color: black;
}