html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    font-family: 'arial', 'Helvetica', 'sans-serif', 'Microsoft YaHei';
    line-height: 2.0em;
    color: #333;
    text-align: left;
    font-size: small;
    margin: 0;
    background-color: #f3f5ff;
}
.container {
    display: flex;
    flex-direction: column;
    height: 100vh;
}
.layout {
    width: 100%;
    min-height: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
}
.contentBox {
    width: 90%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex: 1;
    flex-wrap: wrap-reverse;
}

.contentBox .bgBox {
    width: 40%;
    text-align: center;
    margin-right: 10%;
    display: flex;
    align-items: center;
    position: relative;
    top: -80px;
}

.contentBox .bgBox img {
    width: 90%;
}

.contentBox .content {
    width: 50%;
    padding-top: 5%;
}

.contentBox .TitImg {
    text-align: center;
}


.head .TitImg {
    width: 148px;
    height: 64px;
    background: url('./Frame@2x.png') no-repeat;
    background-position: center;
    background-size: 50%;
}
.contentBox .TitName {
    margin: 20px 0;
    padding: 0px 50px;
}

.contentBox .Code {
    padding: 0px 55px;
}
.Code .code_title {
    font-size: 16px;
    font-weight: 600;
    color: #131523;
    margin: 4px;
    margin-bottom: 10px;
}
.contentBox .Code .code_inner {
    display: flex;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.contentBox .Code .code_box {
    width: 50%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-right:80px;
    position: relative;
    z-index: 20;
}
.bottom_pic {
    position: absolute;
    bottom: 0px;
    left:0px;
}
.bottom_pic .BG {
    width: 65%;
    display: block;
}
.right>a>img {
    width: 100px;
}

.Code img {
    width: 100%;
    text-align: center;
}

.Code .c {
    width: 120px;
    height: 120px;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    padding: 20px;
    background-color: #fff;
}
.Code .b {
    width: 120px;
    height: 120px;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    padding: 20px;
    background-color: #fff;
}

.Code .c img {
    width: 90%;
    height: 90%;
    margin-top: 5%;
}
.head{
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
}
.head .menu{
    font-size: 14px;
    font-weight: 400;
    color: #0E0D4D;
    line-height: 64px;
    cursor: pointer;
}
.head a {
    margin-right: 10px;
    text-decoration: none;
}
.footer {
    text-align: center;
    margin: 30px auto 20px auto;
    padding: 10px;
    position: relative;
    z-index: 20;
}
.footer .componey {
    margin-bottom: 10px;
    font-weight: 400;
    color: #1F2030;
    line-height: 18px;
    font-size: 14px;
}
.footer div {
    
    line-height: 18px;
}
.footer a:nth-child(1) {
   margin: 20px;
}
.footer a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #6F7084;
    line-height: 18px;
}

.footer a:hover {
    color: red;
}

.footer .bbs {
    color: red;
}
img {
    margin: 0
}
@media screen and (max-width: 960px) {
    .contentBox .bgBox {
        width: 100%;
        top: 0;
    }
    .contentBox .content {
        width: 100%;
        padding-top: 0;
    }
    .contentBox .TitName{
        padding: 0px 20px;
    }
    .contentBox .Code{
        padding: 0;
    }
    .contentBox .Code .code_box{
        margin-right: 0;
    }
}