.title_box {
    margin-top: 20px;
    overflow: hidden;
}
.title_left {
    width: 100%;
    height: 34px;
    height: auto;
    padding-top: 20px;
}
.left_label {
    width: 30%;
    height: 34px;
    line-height: 34px;
    text-align: right;
    float: left;
    box-sizing: border-box;
}
.left_label span {
    color: #ea1414;
}
.wei_code {
    width: 100px;
    height: 100px;
    background: #f6f7f9;
    position: relative;
}
.tishi_cont {
    position: relative;
}
.tishi_cont input {
    width: 68%;
    height: 34px;
    box-sizing: border-box;
    padding: 6px;
    border: 1px solid #e7e7e7;
    float: right;
    font-size: 0.9em;
}
.radio_cont {
    width: 68%;
    float: right;
}
.radio_cont p {
    float: left;
    margin-right: 20px;
}
.radio_cont input {
    height: 30px;
    text-align: left;
}
.textarea {
    width: 67%; /* 设置文本区域的宽度 */
    min-height: 100px; /* 设置文本区域的高度 */
    resize: none; /* 禁止用户调整文本区域的大小 */
    border: 1px solid #ccc; /* 设置文本区域的边框 */
    border-radius: 5px; /* 设置文本区域的边框圆角 */
    padding: 5px; /* 设置文本区域的内边距 */
    font-size: 0.9em; /* 设置文本区域的文字大小 */
    outline: none; /* 去掉文本区域在获得焦点时的轮廓 */
    float: right;
}
.wei_code {
    float: left;
    margin-left: 5px;
}
.wei_code img {
    margin: 16px;
}
.wei_code p {
    color: #4e79f6;
}
.file_code {
    width: 100px !important;
    height: 100px !important;
    position: absolute;
    /* top: -100 !important; */
    left: 0px;
    top: 0px;
    z-index: 100;
    opacity: 0;
}
.kami_btn {
    width: 60px;
    font-size: 0.9em;
    border-radius: 30px;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 3.6px;
}
.shuoming {
    text-align: left;
    width: 70%;
    margin: 0 auto;
}
.shuoming p {
    line-height: 24px;
    margin: 10px 0px;
    color: #999999;
}

.mask {
    position: fixed; /* 定位方式为固定 */
    top: 0; /* 顶部对齐 */
    left: 0; /* 左边对齐 */
    right: 0; /* 右边对齐 */
    bottom: 0; /* 底部对齐 */
    background-color: rgba(0, 0, 0, 0.5); /* 半透明背景 */
    z-index: 10000; /* 确保遮罩在其他内容之上 */
    overflow: hidden; /* 禁止遮罩内的滚动 */
}
.tan_k_content {
    width: 25%;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #ffffff;
    transform: translate(-50%, -50%);
    word-break: break-all;
    padding: 10px 20px 10px 10px;
    border-radius: 10px;
    text-align: left;
}
.tit_text {
    width: 100%;
    text-align: center;
    font-size: 0.9em;
    font-family: MiSans;
    font-weight: 400;
    color: #999999;
    line-height: 40px;
}
.tit_text img {
    float: right;
    margin-top: 10px;
}
.codeposition {
    width: 120px;
    height: 40px;
    display: block;
    margin: 10px auto;
}
.tan_t_input {
    overflow: hidden;
}
.tan_t_input p {
    font-family: MiSans;
    font-weight: 400;
    font-size: 1.4em;
    color: #999999;
    line-height: 40px;
}
.tan_t_input input {
    width: 100%;
    padding: 10px;
    font-size: 1.1em;
    border: 1px solid #e3e6eb;
    border-radius: 5px;
    box-sizing: border-box;
}
.tan_btn {
    width: 50%;
    font-family: MiSans;
    font-weight: 500;
    font-size: 1.3em;
    color: #ffffff;
    /* padding: 10px 10px; */
    line-height: 30px;
    margin: 10px auto;
    border-radius: 5px;
    margin-top: 30px;
    cursor: pointer;
}
.serch_d_img img {
    width: 90px;
    height: 90px;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
}
.serch_d_img p {
    text-align: center;
    font-family: MiSans;
    font-weight: 400;
    font-size: 1.4em;
    color: #333333;
    margin: 40px;
}
.jieguo_zhanshi {
    width: 100%;
    height: 150px;
    border: 1px solid #e3e6eb;
    border-radius: 5px;
    font-family: MiSans;
    font-weight: 400;
    font-size: 1.1em;
    color: #bec3cc;
    line-height: 26px;
    padding: 10px;
    box-sizing: border-box;
    overflow-y: auto;
}
.serch_jieguo {
    font-family: MiSans;
    font-weight: 400;
    font-size: 1em;
    color: #333333;
    line-height: 22px;
    text-align: center;
}
.title_p {
    font-family: MiSans;
    font-weight: 400;
    font-size: 1.2em;
    color: #333333;
    line-height: 24px;
    margin-bottom: 20px;
}
.jieguo_zhanshi p {
    width: 90%;
    float: right;
    text-align: left;
}
.checkbox_box {
    overflow: hidden;
}

.jieguo_btn {
    font-family: MiSans;
    font-weight: 500;
    font-size: 1em;
    color: #ffffff;
    line-height: 52px;
    width: 50%;
    line-height: 30px;
    margin: 30px auto;
    border-radius: 5px;
}
#uploadImage {
    width: 100%;
    margin: 0;
}
