[v-clock] {
    display: none;
}

* {
    margin: 0;
    padding: 0;
}

.header {
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
}

.line {
    width: 90%;
    height: 1px;
    background-color: #5f9fc7;
    margin: 20px auto;
}

.antifake {
    width: 90%;
    margin: 0 auto;
    background: #0070BC;
    padding: 20px;
    margin-top: 30px;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    justify-content: space-between;
}

.antifake input {
    border: none;
    outline: none;
    width: 60%;
    height: 35px;
    border-radius: 4px;
    padding: 0 10px;
    box-sizing: border-box;
}

.antifake .checkbtn {
    width: 39%;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.antifake .checkbtn img {
    display: inline-block;
    vertical-align: middle;
    width: 1.5em;
}

.antifake .checkbtn span {
    height: 100%;
    color: #ffffff;
    background: none;
    outline: none;
    border: none;
}

.menu {
    width: 90%;
    margin: 2em auto;
}

.menurow {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.menurow:not(:last-child) {
    margin-bottom: 10px;
}

.menurow div {
    display: flex;
    align-items: center;
    width: 49%;
    box-sizing: border-box;
    background: #ECEEEF;
    height: 5em;
    padding: 5px;
}

.menurow div img {
    width: 2em;
    display: inline-block;
    vertical-align: middle;
}

.menurow div span {
    margin: 5px;
    float: right;
    font-size: 0.7em;
    color: #0070BC;
}

.link span {
    color: #016aab;
}

.beian {
    text-align: center;
    font-size: 12px;
}

.banquan {
    color: #9b9b9b;
    font-size: 12px;
    margin-top: 6px;
    padding-bottom: 4px;
}

.banquan a {
    color: #9b9b9b;
    text-decoration: none;
    font-size: 12px;
}

.icp {
    color: rgb(155, 155, 155);
    text-decoration: none;
}

.liannuo {
    margin-top: 10px;
    line-height: 26px;
    padding-bottom: 20px;
}

.liannuo p a {
    color: #606266;
    text-decoration: none;
}


.el-dialog__body {
    padding: 20px 16px 0px 16px;
}

.result {
    color: black;
    font-size: 14px;
    line-height: 26px;
}

.result p span {
    color: red;
}

.result_img {
    text-align: right;
    position: relative;
    bottom: 60px;
}
