﻿/*css 初始化 */
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
    margin: 0;
    padding: 0;
}

fieldset,
img,
input,
button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

ul,
ol {
    list-style: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
}

select,
input {
    vertical-align: middle;
}

select,
input,
textarea {
    font-size: 12px;
    margin: 0;
}

textarea {
    resize: none;
}

/*防止拖动*/
img {
    border: 0;
    vertical-align: middle;
}

/*  去掉图片低测默认的3像素空白缝隙*/
table {
    border-collapse: collapse;
}

body {
    font: 14px/150% PingFangSC-Regular, Microsoft Yahei Ui, sans-serif, Hiragino Sans GB, Microsoft YaHei, SimSun, "\5b8b\4f53";
    color: #555;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

a {
    color: #555;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}

s,
i,
em {
    font-style: normal;
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


#qjsj_ipt {
    display: flex;
    font-size: 18px;
    font-weight: bold;
    height: 43px;
    width: 100%;
    padding: 9px 5px;
    color: white;
    background-color: transparent;
    border-width: 0;
    resize: none;
    /* 禁止拖拽改变大小 */
    line-height: 1.4;
    display: flex;
    align-items: center;
    /* 垂直居中 */
}

#qjsj_ipt::placeholder {
    color: white;
    align-items: center;
}

.qrcode {
    width: 60%;
    text-align: center;
    margin: 30px auto;
}

.qrcode img {
    width: 100%;
    height: 100%;
}

#qjsj_ipt::placeholder {
    text-align: center;
}

#qjsj_ipt {
    text-align: center;
}

.bg-bubbles {
    pointer-events: none;
}

input {
    background: none;
    color: #fff;
    font-weight: 500;
}

input::placeholder {
    color: #fff;
}

#pwd {
    background-color: gray;
    border-radius: 10px;
}

/* /密码 */
#mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

#modal {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 260px;
    text-align: center;
}

#modal input {
    width: 100%;
    padding: 6px;
    margin: 10px 0;
}

#tip {
    color: red;
    font-size: 14px;
}

#lockBtn {
    background-color: #007bff;
    color: white;
    width: 100px;
    height: 35px;
    border-radius: 5px;
}