html,
body {
    padding: 0;
    margin: 0;
}

.toper {
    width: 80%;
    position: fixed;
    z-index: 2;
    top: 20px;
    left: 10%;
    height: 92px;
    display: flex;
    padding-left: 10px;
    box-sizing: border-box;
    background-color: rgba(239, 239, 239, 0.47);
}

.logo {
    flex: 0 0 92px;
    width: 92px;
    height: 92px;
    background-image: url('./static/logo.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.logo-name {
    font-size: 18px;
    line-height: 92px;
    margin-left: 19px;
    font-weight: 550;
}

.jump a {
    font-size: 18px;
    line-height: 92px;
    text-decoration: none;
    color: #222;
}

.jump .a_h {
    color: blue;
}

.jump {
    margin-left: 50px;
}

.jump span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: blue;
    margin-top: -2px;
}

.top-wrap {
    height: 120px;
    width: 100%;
}

.footer {
    width: 100%;
    height: 129px;
    background-color: rgba(154, 154, 154, 1);
    display: flex;
    box-sizing: border-box;
    padding-left: 55px;
    padding-right: 187px;
    align-items: center;
}

.footer-pic {
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    background-image: url('./static/logo.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.footer-name {
    color: rgba(16, 16, 16, 1);
    font-size: 18px;
    font-weight: 550;
    margin-left: 12px;
    white-space: nowrap;
}

.footer-txt {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: 550;
    white-space: nowrap;
}

.content {
    width: 100%;
    /* height: calc(100vh - 129px - 120px); */
    padding:20px 0;
    background-color: rgba(255, 248, 29, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.txt-one,
.txt-two {
    color: rgba(16, 16, 16, 1);
    font-size: 48px;
    line-height: 1.5;
    font-weight: 550;
}

.txt-two {
    margin-left: 20px;

}

.txt-two span {
    font-size: 24px;
}

.two-wrap {
    margin-top: 50px;
}
.right{
    margin-left:200px;
}
.right .code {
    display: block;
    width: 400px;
    height: 400px;
}

.right-txt {
    color: rgba(16, 16, 16, 1);
    font-size: 30px;
    font-weight: 550;
}
.right-txt span{
    font-size: 50px;
    font-weight: 550;
}