html,body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
	
}
body{background: #f8f8f9 url(../../images/white_brick_wall.png); }
 
#app, .login-page{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	/*background-color: #f8f8f9;*/
	/*background-image: url(../../images/white_brick_wall.png);*/
	/* background: #f8f8f9  ;  */
	
}
.wrap{
	width:275px;
	height: 170px;
	background: #ccc;
	position: relative;
}




.clicaptcha-tip{
 overflow:hidden;
}
.clicaptcha-tip  img{
/* margin-left: 20px;	 */
/* width: 100%; */
max-width: 360px;
max-height: 50px;
vertical-align: middle;
}

.clicaptcha-tip  span{
 vertical-align: middle;
 font-size: 20px;
}

.ball{
	background-color:#1abd6c;
	color:#fff;z-index:9999;
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	border-radius: 50%;
	position:absolute;
	top:50px;
	left:61px;
}	
.box {
	/* width: max-content;  */
	/* height: max-content; */
	/* overflow: auto; */
	display: inline-block;
 
}	
.YZM_Card{
	
	margin-top: 10px;
	
}
    .clicaptcha-imgbox {
        position: relative;
		/* display: inline-block; */
	}
        .clicaptcha-img {
			width: 100%;
            border: none;
        }
		
        .step {
            position: absolute;
            width: 30px;
            height: 30px;
            line-height: 30px;
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            color: #fff;
            /* border: 3px solid #1abd6c; */
            background-color: #1abd6c;
            border-radius: 30px;
            box-shadow: 0 0 10px #1abd6c;
            -webkit-user-select: none;
            user-select: none;
        }
    
		
.loading {
    position: fixed;
    left: 0;
    top: 0;
    background: url('~@/assets/images/loading-ball.svg') center center no-repeat #fff;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
}

 
.title{
	font-size: 29px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
}
.description{
	font-size: 15px;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
	color: #9ea7b4;
}
.mtip{
	font-size: 8px;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
	color: #9ea7b4;
}
.login-form{
	padding-bottom: 25px;
	border-radius: 5px;
	box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
	background-color: #FFFFFF;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	min-width: 300px;
}
.footer-social-icon {
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin: 0 5px;
}

.footer-qr {
    width: 164px
}

.my-qr {
     padding:20px 0 0;
    text-align: center;
}
.my-logo {
     padding:20px 0 0;
    text-align: center;
 
}
.my-logo img{
	display: inline-block;
	width:40px;
}

.more-tools{
	
	margin-top: 10px;
}

#sendCode{
    flex-grow: 1;
    margin-top: 10px;
    margin-left: 10px;
	 
   
}
.sendMsg{
	
    min-width: 80px;
    display: block;
}

#header {
    position: fixed;
    top: 20px;
	text-align: center;
}

#footer {
    position: fixed;
    bottom: 10px;
	text-align: center;
}

.my-tabs {
    display: block;
    width: 100%;
	max-width: 500px;
}

.myselect{
	
	width: auto!important;  
	min-width: 112px;
	 flex-grow: 1;
	 margin-top: 10px;
	 margin-left: 5px; 
	
}

@media (min-width: 992px){
.my-tabs{
	
	width: 30%;
	min-width: 400px;
}
 

}


 @media (max-width: 500px){
 
#app, .login-page{
	
	padding-top: 20px;
	height: auto!important; 
	
	 
}




		
}

@media (max-height: 450px){
#app, .login-page{
	
	height: auto!important;  
	min-height: 500px;
	 
}


} 