@charset "utf-8";

*,
body {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    font-family: Helvetica Neue, PingFang SC, Microsoft YaHei, Helvetica, Arial, sans-serif;
}

#proxy {
    background-color: #e3effe;
}

.proxy-top{
    font-size: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    /* background-color: #e3effe; */
    position: relative;
    z-index: 2;
}

.proxy-top img {
    width: 1920px;
    position: relative;
    z-index: 1;
}

.proxy-content1 {
    position: relative;
    font-size: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    background-color: #000;
    position: relative;
    z-index: 2;
}

.proxy-content1 img:first-child {
    width: 1920px;
}

.proxy-content1 img:nth-child(2) {
    position: absolute;
    bottom: 10%;
    z-index: 2;
    left: auto;
    /* width: 80%; */
}

.proxy-content2 {
    /* background: url("./../img/proxy1.png") 0 0 no-repeat; */
    background-size: 100% auto;
    padding: 5%;
    color: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 0;
    display: flex;
    position: relative;
    z-index: 2;
}

.proxy-content2 h2 {
    font-size: 2.5rem;
    font-weight: normal;
}

.proxy-content2 span {
    width: 50%;
    font-size: 1rem;
    line-height: 1.8rem;
}

.proxy-content3 {
    padding: 10vh 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #E1EFFF;
}

#footer{
    background-color: #E1EFFF;
    position: relative;
    z-index: 3;
}

.proxy-content3 div {
    width: 400px;
    height: 400px;
    background-color: #B4D0EE;
    border-radius: 30px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 2rem;
    justify-content: center;
    flex-wrap: wrap;
    margin: 30px;
}

#proxy-img-show{
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    z-index: 1;
}

#proxy-img-show img{
    width: 100%;
    height: fit-content;
}

#header{
    position: relative;
    z-index: 3;
}