* {
    margin: 0;
    padding: 0;
}
.container {
    width: 100vw;
    height: auto;
    background-color: #2a63e8;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.header {
    width: 100vw;
    height: 103vw;
}
.header > img {
    width: 100vw;
    height: 103vw;
}
.main {
    width: 100vw;
    height: 65vw;
    margin-top: 5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main > input {
    width: 68vw;
    height: 10.8vw;
    margin-bottom: 4vw;
    background-color: #ffffff;
    border-radius: 5.1vw;
    border: 1px solid #2a63e8;
    border: 0;
    text-align: center;
    font-size: 4vw;
}
.box {
    width: 68vw;
    height: 10.8vw;
    margin-bottom: 4vw;
    display: flex;
}
.box > input {
    width: 43vw;
    height: 10.8vw;
    background-color: #ffffff;
    border: 1px solid #2a63e8;
    border-right: 0;
    border-radius: 5vw 0 0 5vw;
    text-align: center;
    font-size: 4vw;
}
.box > img {
    width: 25vw;
    height: 10.8vw;
    border-radius: 0 5vw 5vw 0;
    border: 1px solid #2a63e8;
}
.box > p {
    width: 25vw;
    height: 10.8vw;
    border-radius: 0 5vw 5vw 0;
    background-color: #fb4094;
    border: 1px solid #2a63e8;
    /* border-left: 0; */
    color: #ffffff;
    font-size: 3.8vw;
    text-align: center;
    line-height: 10.8vw;
}
.main button {
    width: 68.1vw;
    height: 10.8vw;
    margin-bottom: 4vw;
    background-color: #fb4094;
    border-radius: 5.1vw;
    border: 0;
    font-size: 4.8vw;
    font-weight: bold;
    letter-spacing: 1vw;
    text-indent: 4vw;
    color: #ffffff;
}

.footer {
    width: 93.2vw;
    /* height: 48vw; */
    margin-bottom: 10vw;
    background-color: #ffffff;
    border-radius: 4vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.dot {
    width: 44.4vw;
    height: 10.4vw;
    background-image: url(../img/2.png);
    background-size: 100% 100%;
    margin-top: -2vw;
    text-align: center;
}
.dot > p {
    font-size: 4.8vw;
    font-weight: bold;
    line-height: 10.4vw;
    letter-spacing: 1vw;
    color: #ffffff;
}
.footer > p {
    width: 83.2vw;
    margin-top: 4vw;
    margin-bottom: 8vw;
    font-size: 3.5vw;
    line-height: 5.9vw;
    color: #000000;
}

body .layerLogin {
    border-radius: 8vw;
}

.pop {
    width: 70vw;
    height: 70vw;
    display: none;
}
.pop > p {
    width: 60vw;
    padding-top: 10vw;
    margin-left: 5vw;
    font-size: 3.8vw;
    line-height: 7vw;
    text-indent: 2em;
    font-weight: bold;
    letter-spacing: 1px;
}
.pop > button {
    width: 60vw;
    height: 10vw;
    margin-top: 5vw;
    margin-left: 5vw;
    border-radius: 8vw;
    border: 0;
    background-color: #fb4094;
    font-size: 5vw;
    line-height:7vw;
    font-weight: bolder;
    letter-spacing: 5vw;
    text-indent: 5vw;
    color: #fff;
}
