﻿*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    width: 100%;
    height: 100%;
}
.container{
    background: url(../image/bg.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    overflow-y: hidden !important;
    padding: 3.333vw 0 3.333vw 0;
}
.header{
    width: 50.522vw;
    height: 3.229vw;
    margin-left: 5.469vw;
}
.logo{
    width: 20.99vw;
    height: 3.229vw;
}
.logo img{
    width: 100%;
    height: auto;
}
.content-box{
    display: flex;
    justify-content: center;
    margin-top: 10.531vw;
}
.content-box .img-box{
    width: 28.125vw;
    height: 14.74vw;
    border-radius: 2.604vw;
}
.content-box .img-box img{
    width: 100%;
    height: auto;
}
.img-box1{
    margin-right: 4vw;
}
.img-box2{
    margin-left: 4vw;
}