	 html{height:100%}
	 body{height:100%;background:linear-gradient(to bottom right , #92d6f4, #3535b0)}
	#container{
		display: flex;
    	align-items: center;
    	justify-content: center;
		flex-direction: column;
    	height: 100%;
	}
	.logo_title{
		color: white;
		font-family: 微软雅黑;
		padding-bottom: 10px;
		font-size: 16px;
		font-weight: 800;
	}
	#loginPanel{
		width: 450px;
		height: 350px;
    	background: white;
		box-shadow: 0 3px 2px 3px rgb(0 0 0 / 22%), 0 3px 20px 2px rgb(0 0 0 / 5%);
		//box-shadow: 0 6px 20px 5px rgb(40 120 255 / 10%), 0 16px 24px 2px rgb(0 0 0 / 5%);
		border-radius: 8px;
	}
	.ivu-tabs-content{
		/* display: flex; */
		/* align-items: center; */
		/* justify-content: center; */
		/* height: 300px; */
		margin-top: 28px;
	}
	.ivu-tabs-nav-scroll {
		display: flex;
    	align-items: center;
    	justify-content: center;
	}
	.ivu-tabs-nav .ivu-tabs-tab {
		height: 60px;
		line-height: 60px;
		font-size:16px;
	}
  .ivu-btn.disabled, .ivu-btn[disabled]{display:none;}
	.ivu-tabs-nav .ivu-tabs-tab-disabled {display:none;}
	.ivu-tabs-bar{margin-bottom:0;border-bottom:0;}
	.ivu-tabs-nav .ivu-tabs-tab {
		text-align: center;
	}
  .ivu-tabs-ink-bar{left:0 !important}
	.ivu-input-wrapper{width: 260px;}
	.yzm{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.yzmInput{padding-right:20px;}
	#img{width:60px}
	.websiteLogin .dotwebLogin{
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.loginPanel_content{text-align:center;}
	.input_item{margin-bottom:22px;}
	.ivu-btn{width: 260px;}
  .dotwebLogin .dotwebLogin_verificationCode{
    cursor:pointer;
    vertical-align: middle;
  }
  
  .changeLoginType{
        border: none;
    font-size: 12px;
    color: #888888;
    margin-top: 12px;
  }
  .changeLoginType:focus{
outline: none;
    border: none !important;
    box-shadow: none;
}
