
body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100vw;
    height: 100vh;
    background-color: #f5f5f5;
}
a{
    font-size: 12px;
    color: #000;
    text-decoration:none;
}

.bottom-link{
    position: fixed;
    left: 40px;
    bottom: 30px;

}
.support{
    position: fixed;
    right: 40px;
    bottom: 30px;
}
.contont{
    width: 100vw;
    height: 100vh;
}
.contont2{
    position: fixed;
    top: calc(50% - 170px);
    left: calc(50% -  470px);
    width: 940px;
    height: 335px;
    background-color: #ffffff;
    display: inline-flex;
}
.loginimg{
    width: 600px;
    height: 335px;
}
.login{
    padding: 40px;
   width: 260px;
   height: 255px;
   background-color: #ffffff;
}
.title{
    font-size: 18px;
font-weight: bold;

}
.inputbox{
    margin-top:15px;
    width: 100%;
    height: 40px;
    border: 1px solid #eee;
    border-radius: 5px;

}

.inputbox2{
    display: inline-flex;
    position: relative;
    margin-top:15px;
    width: 50%;
    height: 40px;
    border: 1px solid #eee;
    border-radius: 5px;
    align-items: center;
}
.yzm{
    
    display: block;
    width: 110px;
    height: 40px;
    position: absolute;
    left: 150px;
    top: 0;
    overflow: hidden;
    background-color: #C8C8C8;
    border-radius: 5px;
    align-items: center;
}


.button{
    text-align: center;
    font-size: 14px;
font-weight: 400;
letter-spacing: 0px;
line-height: 40px;
    color: #ffffff;
    margin-top: 15px;
    width: 100%;
    height: 40px;
    background: rgb(51, 51, 51);
    border-radius: 5px;
}

.button:hover{
    z-index: 20;
    cursor: pointer;
    background: rgb(0, 0, 0);
}
input{
    width: 100%;
    height: 30px;
    padding: 5px;
    border: none;
    border-radius: 5px;
    background-color: #ffffff00;
}
input:focus{
    outline: 0;
    border-radius: 5px;
    
}
@media screen and (max-width:900px) {

	.contont2{
	    position: fixed;
	    top: 5vh;
	    left: 10vw;
	    width:80vw;
	    height: 335px;
	    background-color: #ffffff;
	    display: block;
	}
	.loginimg{
	    width: 100%;
	    height: auto;
	}
	.login{
	    padding: 5vw;
	   width: 70vw;
	   height: auto;
	   background-color: #ffffff;
	}
}