body {
    background-color: #eeeeee;
}

.content {
    background: transparent;
}

.pic {
    padding: 0.5rem;
    border-radius: 5px;
    background-color: #ffffff;
}

.verifyBox {
    margin-bottom: 1rem;
    /* background-color: pink; */
}

/* 标题 */
.title {
    display: flex;
    flex-direction: column;
    font-size: 0.7rem;
    /* background-color: rgb(122, 122, 122); */
}

.title .top {
    display: flex;
    /* background-color: #fb5430; */
}

.title .p {
    width: 0.8rem;
    height: 0.8rem;
    color: #ffffff;
    border-radius: 50%;
    background-color: #29d1fa;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.title .top .topTitle {
    margin-left: 0.2rem;
    color: #000;
    font-weight: 700;
    /* background-color: wheat; */
}

.title .tips {
    margin-top: 0.1rem;
    padding-left: 1rem;
    color: #0000CC;
    font-size: 0.45rem;
    /* background-color: #cca3a3; */
}

/* 软件 */
.Dapp {
    display: flex;
    justify-content: space-evenly;
}

.verifyBox .DownApp {
    flex-direction: column;
}

.verifyBox .DownApp .appImg {
    width: 1.5rem;
    height: 1.5rem;
}

.verifyBox .DownApp .appImg img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.verifyBox .DownApp p {
    margin-top: 0.2rem;
    font-size: 0.5rem;
    color: black;
}

/* .verifyBox input::placeholder {
    color: dimgray;
} */


/* 验证数据 */
.information {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px;
    /* background-color: #29d1fa; */
}

#qrcode {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    background: white;
    width: 6.6rem;
    height: 6.6rem;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

#qrcode canvas,
#qrcode img {
    width: 100% !important;
    height: 100% !important;
}

.text {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    color: slategray;
    font-size: 0.55rem;
    /* background-color: antiquewhite; */
}

.qrkey {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0.5rem 0;
    width: 100%;
    /* background-color: burlywood; */
}

.qrkey .Info {
    display: flex;
    /* background-color: khaki; */
}

.qrkey .Info p:nth-child(1) {
    color: black;
    font-weight: 700;
}

.qrkey .copy {
    padding: .2rem 0.3rem;
    color: white;
    font-weight: 700;
    border-radius: 2px;
    background-color: #fb5430;
    transition: all 250ms;
}

.text .tips {
    color: #0000CC;
}

.inp {
    padding: 10px;
}

.inp input {
    width: 100%;
    line-height: 40px;
    padding-left: 10px;
    border-radius: 5px;
    background-color: #f4f8f9;
}

.submitBtn {
    padding: 10px 0;
    width: 100%;
    border: none;
    color: white;
    font-weight: 700;
    border-radius: 5px;
    background-color: #29d1fa;
}