.logo {
    display: block;
    width: 100px;
    height: 100px;
    margin: 30px auto 0px;
    border-radius: 10px;
}

p {
    padding: 0px 10%;
    color: black;
    font-size: 14px;
}

.title {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}

.intro {
    margin-bottom: 20px;
    line-height: 30px;
    text-indent: 50px;
    font-size: 16px;
    font-family: 微软雅黑;
}

.tips {
    color: red; 
    font-size: 14px;
    margin-bottom: 20px;
}

.codeList {
    width: 350px;
    margin: 40px auto;
}

.codeListItem {
    display: inline-block;
    width: 170px;
    text-align: center;
    font-size: 14px;
}

.codeListItem img {
    width: 150px;
    height: 150px;
}