* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    line-height: 1;
    font-style: normal;
}
html,body {
    height: 100%;

}
a {
    text-decoration: none;
    color: #fff;
}
body {
    background-image: url("../img/bg@2x.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center top;
    padding: 30px 20px;
}
.container {
    background-color: #fff;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.time {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 150px;
    height: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-top: 50px;
    background: conic-gradient(#0275FB 0%,  #0275FB 100%);
}
.time span {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 40px;
    font-weight: 600;
    width: 120px;
    height: 120px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
}
.time i {
    font-size: 18px;
    font-weight: normal;
    color: #afacac;
    padding-top: 10px;
}
.jump-text {
    margin-top: 30px;
    color: #0275FB;
    font-weight: 600;
}
.connecting-cn-text {
    margin-top: 30px;
    color: #4f4949;
    font-weight: 600;
}
.connecting-en-text {
    margin-top: 15px;
    color: #4f4949;
    font-weight: 600;
}
.anti-missing {
    background: #0275FB;
    padding: 12px 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-top: 40px;
    font-size: 14px;
}
.footer {
    margin-top: 100px;
    color: #999999;
    font-size: 13px;
    text-align: center;
}
.footer p {
    margin-bottom: 10px;
}
.footer img {
    width: 20px;
}