* {
    box-sizing: border-box;
}
body{
padding:0;
margin:0;
min-width:940px;
}
body, input, table {
font-size: 14px;
color: #393939;
}



/*********   Header  and  Fooler   **************************/

/* 导航菜单开始    box-shadow: 0px 0px 12px 0px #b9a8e4; */
Header {
padding: 15px;
background-color: #f4f3f2;
white-space: nowrap;
}

Header .top {
display: grid;
grid-template-columns: auto auto auto auto auto;
align-items: center;
align-items: end;
padding: 5px;

}
Header .top .left {
}
Header .top .brand {
padding: 5px 15px;
margin: 0;
color: #7511f4;
font-weight: bold;
font-size: 20px;
text-decoration: none;
letter-spacing: 1px;
border-radius: 10px;
background-color: #f3eafe;
border: 1px solid #e7d4ff;
}
Header .top .brand-sub {
padding: 0 5px;
margin: 0;
color: #666;
font-size: 14px;
color: #b27ef4;
text-decoration: none;
letter-spacing: 1px;
}

Header .top .center {
font-size: 18px;
letter-spacing: 2px;
}
Header .top .center a {
margin: 0 15px;
padding: 5px 30px 6px 30px;
border-radius: 3px;
}
Header .top .center a.selected {
background-color: #7511f4;
color: #FFF;
}

Header .top .center a[data-style-bg="1"] {
/*background: URL('/IMG/home.png') left center no-repeat;*/
}
Header .top .center a[data-style-bg="2"] {
}
Header .top .center a[data-style-bg="3"] {
}
    Header .top .right {
        position: relative;
        justify-self: end;
        text-align: right;
    }
Header .top .console {
    text-align:left;
}
#headerLoginStatusName {
    width: 200px;
}

#headerUserInfoStatus {
    text-align: left;
    z-index: 500;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    position: absolute;
    box-sizing: border-box;
    left: -100px;
    background-color: #F6F6F6;
    border-radius: 6px;
    border: 1px solid rgba(0,0,0,0.4);
    box-shadow: 0 8px 16px rgba(0,0,0,0.4);
    padding:10px;
}
.active #headerUserInfoStatus {
    opacity: 1;
    visibility: visible;
}



#headerUserInfoStatus .item {
    color: #515151;
    padding:20px;
    border-radius: 5px;
    min-width: 260px;
    margin:15px 10px;
    background-color: #EEE;
}

#headerUserInfoStatus .item:last-of-type {
border-bottom: none;
}

#headerUserInfoStatus .item:hover {
background-color:#EEE;
}
#headerUserInfoStatus .item .t {
font-size:20px;
font-weight:bold;
color: #8b31ff;
padding-bottom:10px;
}
#headerUserInfoStatus .item .title {
white-space: nowrap;
}

#headerUserInfoStatus .item .count {
color: forestgreen;
white-space: nowrap;
}

#headerUserInfoStatus .item i {
color: #999;
padding: 0 5px;
font-style: normal;
font-weight: normal;
}



.Header .right a, .Header .right label {
margin: 0 3px;
padding: 5px;
/*
padding-left: 14px;
background: URL('/IMG/Login_in.png') 0 center no-repeat;
*/
}




/* 默认链接 */
a, .a {
    color: #515151;
    text-decoration: none;
    cursor: pointer;
}
    a:hover, .a:hover {
        color: #7511f4;
        text-decoration: underline;
    }
a:visited,.a:visited {
}
a:active,.a:active {
color: #4e00ff;
outline: 1px dashed #4e00ff;
}
/* 自定a */
a.delete{
color:#F77;
}


/*  容器1  */
#parent {
display: grid;
grid-template-columns: 200px auto;
/*   box-shadow: 0 5px 5px 1px #dee8f4 inset; */
min-height: 90vh;
background-color: #FFF;
border-top: 0.8vw solid #ebeef1;
gap: 0.5%;
}

#parent #child2 {
border-left: 0.6vw solid #ebeef1;
}



.bt1 {
padding: 8px 25px;
background: #8e3af8;
color: #FFF;
border: 0;
border-radius: 30%;
cursor: pointer;
font-size: 16px;
-webkit-user-select: none; /* Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none;
}

.bt1:hover {
background: #7511f4;
box-shadow: 0 0 5px 0px #BBB;
}

.bt2 {
padding: 10px 15px;
border: 1px solid #EEE;
background: #9639f7;
color: #FFF;
cursor: pointer;
border-radius: 1px;
letter-spacing: 1px;
font-size: 15px;
user-select: none;
}
.bt2:hover {
box-shadow:0 0 10px 1px #AAA;
}

.bt2a {
padding: 9px 15px;
border: 1px solid #9639f7;
color: #9639f7;
cursor: pointer;
border-radius: 1px;
letter-spacing: 1px;
font-size: 15px;
user-select: none;
}

.bt2a:hover {
color: #9639f7;
box-shadow: 0 0 10px 1px #AAA;
}





.bt3 {
background: #fb2d53;
color: #FFF;
border: 1px solid #FFF;
cursor: pointer;
border-radius: 5px;
letter-spacing: 1px;
user-select: none;
font-size: 15px;
padding: 10px 15px;
}

.bt3:hover {
box-shadow: 0 0 10px 1px #ffadad;
}

.bt4 {
background: #d3c0ff;
border: none;
border-radius: 5px;
font-size: 15px;
font-weight: bold;
color: #393939;
padding: 5px 25px;
cursor:pointer;
}
.bt4:hover {
color: #FFF;
background: #7511f4;
}

.bt5 {
    background: #d3c0ff;
    border-radius: 5px;
    color: #393939;
    padding: 5px 10px;
    border:none;
    cursor:pointer;
}
    .bt5:hover {
        color: #FFF;
        background: #7511f4;
    }
/* 两个上传文件按钮 */

.upload {
border: 1px solid #c771ff;
border-radius: 30px;
padding: 12px 150px;
cursor: pointer;
color: #555;
font-size: 17px;
letter-spacing: 1px;
background: #ebd0ff url('/img/upload.png') no-repeat;
background-position: 20px center;
user-select: none;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.upload:hover {
box-shadow: 0 0 10px 1px #ECE;
outline: 1px solid #F5F5F5;
border-style: solid;
color:#000;
}
.upload2 {
text-align: center;
border: 1px solid #c771ff;
border-radius: 6px;
padding: 5px 30px 5px 50px;
cursor: pointer;
color: #6000da;
background: #ebd0ff url("/IMG/upload2.png") 30px center no-repeat;
-webkit-user-select: none; /* Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none;
}

.upload2:hover {
box-shadow: 0 0 10px 1px #ECE;
}




/*  二维码重新生成时效果 */



#ma {
/*   background-image: url('/IMG/TouMing.png'); */
min-height: 200px;
padding: 20px;
background-color: #ece5f4;
border: 1px solid #bb9eff;
}
#ma canvas {
max-width: 100%;
min-width: 220px;
margin:0;
}
#ma_download {
padding:20px 0;
background: #FFF;
text-align:center;
}
#ma_download .download_title {
font-size: 12px;
color: #8e3af8;
background: #f2e9ff;
border: 1px solid #8e3af8;
padding: 10px;
text-align: left;
line-height: 150%;
margin-top: 10px;
}


.input_color {
border: 0px solid #CCC;
width: 30px;
height: 22px;
position: relative;
top: 1px;
}



#ma_adv {
background: #FAFAFA;
border: 1px solid #c4d8f6;
}

#ma_adv .t {
background-color: #c4d8f6;
padding: 6px;
text-align: center;
font-size: 14px;
}


#ma_logo {
text-align: left;
}

#ma_logo img {
width: 25px;
height: 25px;
border: 1px solid rgba(255,255,255, 0);
margin: 4px;
cursor: pointer;
}

#ma_logo .selected {
border: 1px dashed #8e3af8;
}

#ma_logo img:hover, #ma_logo label:hover {
border: 1px solid #999;
}

#ma_logo label {
padding: 3px 20px;
border: 1px solid rgba(255,255,255, 0);
}

/*  消息盒子  */
#messageBox {
letter-spacing: 1px;
font-size: 15px;
line-height:160%;
display: none;
position: fixed;
top: 20%;
left: 35%;
background-color: #d3e3fd;
border: 1px solid #be8bff;
padding: 10px 80px 10px 50px;
border-radius: 3px;
box-shadow: 0 0 20px 2px #999;
max-height:500px;
overflow-y:auto;
z-index:1000;
}
#messageBox label.close {
position: absolute;
color: #F66;
width: 20px;
height: 20px;
border: none;
top:0;
right:0;
font-size:15px;
background: transparent;
}

#messageBox label.close:hover{
color: #F00;
}







/* 窗口样式 */

.popup {
position: fixed;
background-color: white;
box-shadow: 0 0 25px rgba(100,100,100,0.6);
overflow: auto;
z-index: 2000;
display: inline-block;
}

    .popup .popup_header {
        background-color: #d3c0ff;
        padding: 7px 0 5px 12px;
        cursor: move;
        user-select: none;
        position: relative;
        font-size: 15px;
    }
        .popup .popup_header:active {
            background-color: #7511f4;
            color:#FFF;
        }

.popup .popup_content {
padding: 0;
}
.popup .popup_content > iframe{
border:0;
}

.popup .popup_close {
position: absolute;
top: -2px;
right: 2px;
cursor: pointer;
background: none;
border: none;
font-size: 30px;
width:30px;
height:30px;
}
.popup .popup_close:active {
color:#F00;
}



/* 整体选项卡容器样式 开始 */
.tab {
overflow: hidden;
background-color: #ebeef1;
}

/* 选项卡导航栏样式 */
.tab .tab_nav {
list-style-type: none;
padding: 0;
margin: 0;
display: flex;
}

.tab .tab_item {
padding: 10px 20px;
cursor: pointer;
font-size:14px;
letter-spacing:1px;
}

.tab .tab_item:hover {
text-decoration: underline;
}


.tab .tab_item.active {
background-color: #FFF;
border-bottom: 1px solid #FFF;
font-weight: bold;
}

.tab .tab_panel {
background-color: #FFF;
padding: 10px 0 0 10px;
display: none;
border-right: 1px solid #eee;
}

.tab .tab_panel.active {
display: block;
}

/* 整体选项卡容器样式 结束 */


/* H5底部导航栏样式 */
.navbar {
position: fixed; /* 固定定位，使其固定在页面底部 */
bottom: 0; /* 距离页面底部的距离为0 */
left: 0; /* 距离页面左边的距离为0 */
width: 100%; /* 占满整个页面宽度 */
min-height: 50px; /* 导航栏高度，可自行调整 */
background-color: #F7F7F7; /* 导航栏背景颜色，可修改 */
font-size: 12px;
}

.navbar .title {
text-align: center;
min-height: 20px;
padding: 5px;
}

.navbar .nav {
padding: 10px;
display: flex; /* 使用flex布局来排列导航栏中的链接 */
justify-content: space-around; /* 均匀分布链接元素 */
align-items: center; /* 垂直居中链接元素 */
}

.navbar .nav a {
text-decoration: none;
}

.navbar .nav a:hover {
text-decoration: underline;
}

.navbar .nav a img {
width: 17px;
height: 17px;
margin-right: 5px;
float: left;
}



/********** 页脚 ****************/


footer {
margin-top:10vh;
border: #ccc 0px solid;
background: linear-gradient(180deg, #f5f5f5, #FAFAFA);
text-align: center;
padding: 12px;
font-size: 12px;
color: #000;
line-height: 200%;
}


footer .beiAn {
text-align: center;
padding-top: 10px;
}



footer .YouLian {
border: #ccc 1px solid;
background: linear-gradient(180deg, #f5f5f5, #FAFAFA);
padding: 10px 25px;
font-size: 12px;
border-top: 1px solid #CCC;
}

footer .YouLian a {
margin: 10px;
}
footer .footer_em{
padding:0 10px;
}
footer .wechat {
color: #07c160;
position: relative;
border: 1px solid #07c160;
padding: 2px 10px;
margin: 0 10px;
background: #def4e9;

}
footer .wechat:hover .wechat_qrcode {
opacity: 1;
visibility: visible;
}

footer .wechat_qrcode {
z-index: 500;
position: absolute;
left: -10px;
bottom:120%;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s, visibility 0.3s;
padding: 10px;
border:1px solid #CCC;
background:#F9F9F9;
}
footer .wechat_qrcode img{
width:100px;
height:100px;
}
/*   杂项  */
/* 人造 select */
.custom_select {
position: relative;
display: inline-block;
}
.custom_select .title {
padding: 2px 10px;
cursor: pointer;

}
.custom_select span.body {
display: none;
position: absolute;
top: 100%;
left: 0;
right: 0;
z-index: 1000;
padding: 10px 5px;
background-color: #FFF;
border: 1px solid #DDD;
border-radius: 5px;
box-shadow:0 0 10px 0 #BBB;

}
.custom_select span.body a {
display: block;
margin: 2px;
text-align: left;
padding: 5px 10px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.custom_select span.body a.selected {
background-image: URL("/IMG/custom_select_selected.png");
background-position: 0 center;
background-repeat: no-repeat
}

.custom_select span.body a.unselected {
background-image: URL("/IMG/custom_select_unselected.png");
background-position: 0 center;
background-repeat: no-repeat
}

.custom_select span.body a:hover.selected {
text-decoration: none;
color: #333;
cursor: default;
}

.custom_select span.body a:hover {
background-color: #EEE;
}
.custom_select:hover .title {
color: #000;
}
.custom_select:hover span.body {
display: inline-table;
}


/* 提示 */
.prompt {
padding: 5px 8px;
border: 1px solid #697946;
background: #edfce1;
font-size: 12px;
position:fixed;
display: none;
opacity: 98%;
margin-top: 5px;
margin-left: 0px;
border-radius: 2px;
color: #000;
z-index: 1000;
letter-spacing:0;
}

*:is(:hover) > .prompt, *:hover > .prompt {
display: block;
}

.pad5 {
padding: 5px;
}
.pad10 {
padding: 10px;
}
.pad15 {
padding: 15px;
}
.pad20 {
padding: 20px;
}
.shadowHover:hover {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}


.body_title{
font-size:11px;
white-space:pre-wrap;
}






p.topic{
padding:3px 6px;
border:1px solid #697946;
background:#edfce1;
font-size:12px;
position:absolute;
display:none;
opacity:98%;
margin-top:-1px;
margin-left:15px;
border-radius:2px;
color:#000;
}

*:is(:hover) > p.topic, *:hover > p.topic{
display:block;
}



img.Find_some{
height:15px;
width:17px;
margin-left:4px;
margin-bottom:-5px;
padding-right:2px;
box-sizing:border-box;
border:1px solid rgba(255, 255, 255, 0);
}

img.Find_some:hover{
border-top:0;
border-right:0;
border-left:0;
border-bottom-color:#0096ff;
}


/* data */
[data-style-bg="select"] {
background: URL('/IMG/select.png') left center no-repeat;
padding-left: 16px;
}
[data-style-bg="delete"] {
background: URL('/IMG/delete.png') left center no-repeat;
padding-left: 16px;
}



/* 进度条  */
.progress-container {
margin-top: 3px;
background-color: #d6e0eb;
border-radius: 2px;
height: 5px;
overflow: hidden;
margin-bottom: 15px;
}

.progress-value {
background-color: #3498db;
height: 100%;
width: 0.01%;
border-radius: 2px;
transition: width 0.5s ease;
position: relative;
}
.progress-label {
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
color: white;
font-weight: bold;
}


#noLogin {
    background:#fee;padding:15px 30px;color:red;border:1px solid red;
    display:none;
}