.bg{
	background: url(../images/bg.png);
	left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
.right{
	width:400px;
	background-color:white;
	position: absolute;
    left: 58%;
    top: 50%;
    margin-top: -200px;
    text-align: center;
}
div#tab-first {
    white-space: pre;
}
div#tab-second {
    white-space: pre;
}
button.el-button.el-button--primary {
    width: 100%;
}
.left {
    position: absolute;
    left: 5%;
    top: 50%;
    margin-top: -200px;
}
.img{
	width: 635px;
    height: 451px;
}