body {
    overflow-x: hidden !important;
    position: relative;
}

.logo {
    width: 20%
}

a {
    color: #07b062;
}

.container {
    padding-top: 20px;
}

.row {
    padding: 6px 0;
}

#chexiname {
    font-size: 14px;
}

#send-btn {
    color: #fff;
    background-color: #07b062;
    border-color: #07b062;
}

.ligroup {
    background-color: #f5f5f5;
    line-height: 26px;
    padding: 12px 0 22px;
    font-size: 12px;
    border-radius: 6px;
}

.lit {
    display: block;
    width: 100%;
    border-bottom: 1px dashed #ababab;
    font-size: 16px;
    text-align: center;
    padding-bottom: 12px
}

.aouter {
    padding: 12px 12px 0 12px;
}

#hint {
    padding: 0px 10px;
}

#result {
    padding: 10px 0;
}

.footouter {
    height: 75px;
    padding-top: 10px;
}