body{
    width: 100%;
    height: 100vh;
    background: url(../images/bg.jpg) left top/100% 100%;
	overflow:hidden;
}
body img{
    display: block;
    width: 100%;
}
.content{
    width: 90%;
    max-width: 1600px;
    margin: 8vh 0 0 2vw;
    display: flex;
    justify-content: center;
}
.content .logo{

    width: 30%;
    max-width: 266px;
}
.content .info{
    width: 60%;
    max-width: 1015px;
    margin-left: 5%;
    margin-top: 5vh ;
}
.fixed{
    position: fixed;
    width:467px;
    right: 0;
    top: 8vh;
}