/* 抬头 */
/* :root{
    --widthSet:80%;
    --heightSet:100%;
} */

#Container{
    margin: 0 0 0 0;
    position: relative;    
    /* height: var(--heightSet); */
}
@font-face {
    font-family: 'font_one';
    src: url('../font/HuaGuangGangTieZhiHei-KeBianTi-2.ttf');
}

#Header{
    position: relative;
    background-color: rgb(244, 250, 250);
    text-align:center;
    margin: 0;
    border: 0;
    padding:0;
    height: 5rem;
}
#Header-logo{
    border-radius: 1rem 1rem 0px 0;
    position:absolute;
    left: 0px;
    top: 0px;    
    width: 10rem;
    height: 4.9rem;
    background-image: linear-gradient(#fcf9f9, rgb(128, 177, 240));
    display: flex;
    align-items: center;
}
#Header-logo img{
    margin: auto;
    align-items: center;
    border-radius: 50%;
}
#Header #Header-text{
    position:absolute;
    top:0;
    left:40%;
    font-family: 'font_one';/* 自定义字体 */
    font-size: 3rem;
    color: rgb(48, 118, 250);
    text-align: center;
    height: 4.9rem;
    width: 20rem;
/*     vertical-align: middle;
    text-align: center; *//* 文本居中 */
    display: flex;
    align-items: center;/* 图片居中 */
}

#Header-text img{
    height: 2.5rem;
    margin: auto;/* 水平居中 */
    align-items: center;
}

/* 菜单栏*/
.moduleMenu {
    height: 2rem;
    box-shadow: 0px 2px 1rem 0px rgba(0, 0, 0, 0.568);
    position: relative;
}

.moduleMenu ul {
    list-style-type: none;
    margin: 0;
    margin-left: 3rem;
    padding: 0;
    width: 100%;
    height: 1rem;
}
.moduleMenu li
{
    float:left;
}
.moduleMenu li a,.dropdown {
    display: block;
    /* color: #000; */
    padding: 8px 2rem;
    text-decoration: none;
}
 
/* 鼠标移动到选项上修改背景颜色 */
.moduleMenu li a:hover ,.dropdown:hover{
    background-color: #555;
    color: white;
}

.dropdown
{
  display:inline-block;
}

.dropdown-content
{
  display:none;  
  position:absolute;
  top:2rem;
  background-color:#cec9c9;
  min-width:10rem;
  box-shadow:0px 8px 1rem 0px rgba(0,0,0,0.2);
  z-index: 100;
}

.dropdown-content a
{
  color:black;
  padding:0.8rem 1rem;
  text-decoration:none;
  display:block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content
{
  display:block;
}

/* 个人菜单    */
#personMenu{
    height: 2rem;
    width: 10rem;
    position: absolute;
    top:0rem;
    right:0rem;
    background-color: rgba(91, 175, 52, 0);
    margin: auto;
    text-align: right;
    display: none;
    z-index: 90;
}
#personMenu a {
    font-size: 0.8rem;
    display: block;
    width: 5rem;
    height: 1.8rem;
    padding-top: 8px;
    text-align: center;
}
#personMenu a:hover{
    background-color: #cec9c9;
}



/* 个人信息 *//* 菜单定位 */
#Header-right{ 
    position:absolute;
    right: 0.6rem;
    top: 0px;    
    width: 20%;
    height: 4.9rem;
    background-color: rgb(244, 250, 250);
    display: none;
    text-align: left;
    line-height: 1.6rem;
}
#Header-right p{
    margin-left: 0.7rem;
}
/* 下拉内容 (默认隐藏) */
#Hearder-dropDownMenw{
    display: none;
    position: absolute;
    top:4.9rem;
    background-color: #f9f9f9;
    min-width: 10rem;
    box-shadow: 0px 0.5rem 1rem 0px rgba(0,0,0,0.2);
    z-index: 100;
}
/* 下拉菜单的链接 */
#Hearder-dropDownMenw a{
    color: black;
    padding: 1rem 1rem;
    text-decoration: none;
    display: block;
}
/* 鼠标移上去后修改下拉菜单链接颜色 */
#Hearder-dropDownMenw a:hover {background-color: #65f8e5}
/* 在鼠标移上去后显示下拉菜单 */
#Header-right:hover #Hearder-dropDownMenw{
    display: block;
    right: 0;
}
/* 当下拉内容显示后修改下拉按钮的背景颜色 */
#Header-right:hover {
    background-color: rgba(0, 255, 255, 0.281);
}

#Content{
/*     background-color:hsla(197, 94%, 81%, 0.897); */
    width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    overflow: hidden;
    box-shadow: 0px 0.5rem 1rem 0px rgba(0,0,0,0.2);
    overflow-y: scroll;
}
/* iframe 显示窗口 */
#main-windows{
    /* background-color:hsla(192, 80%, 70%, 0.507); */
    margin: 0;
    border: 0;
    padding: 0;
    margin-top: 0.12rem;
    width: 100%;
    height: 50rem;
    box-shadow: 0px 0.12rem 1rem 0px rgba(0, 0, 0, 0.568);
    overflow-y: scroll;
}


/* 版权页 */
#Footer{
    overflow: hidden;
    background-color: rgb(128, 177, 240);
    margin-top: 3px;
/*     font-size: medium; */
    width: 100%;
    height: 4rem;
    
    background-image: linear-gradient(to bottom,  rgb(128, 177, 240),#fcf9f9);
/*     display:table-cell; */
 /*    vertical-align: middle; */ /* 垂直居中 */
    text-align: center;    
}

#changepersonmes{
    position: absolute;
    top:2rem;
    left:8rem;
    width: 25rem;
    height: 20rem;
    text-align: center;
    
}
#changepersonmes input{
    height: 1.6rem;
    width: 80%;
    margin-top: 0.7rem;
    margin-left: 1.2rem;
    border-radius:0.3rem ;
    border: 0.06rem solid rgb(51, 47, 47);
}
#changepersonmes input:hover{
    background-color: rgba(145, 241, 248, 0.568);
}
#changepersonmes button{
    display: inline-block;
    height: 2rem;
    width: 8rem;
    border: 0.1rem solid rgb(255, 253, 253);
    border-radius: 0.3rem;
    background-color: rgba(14, 117, 212, 0.897);
    color: aliceblue;
}

#go_top{
    width: 30px;
    height: 40px;
    background-image: url(../pic/system/up.png);
    background-size: contain;
    background-repeat:no-repeat;
    position:fixed;
    top:9rem;
    right:20px;
}
#go_top:hover{
    background-color: rgba(255, 127, 80, 0.373);
}
#go_left{
    width: 30px;
    height: 40px;
    background-image: url(../pic/system/left.png);
    background-size: contain;
    background-repeat:no-repeat;
    display:block;
    position:absolute;
    top:-10rem;
    left:6rem

}
#toolTip{
    width: 20rem;
    height: 2rem;
    padding-top: 0.5rem;
    background-color: rgba(85, 85, 85, 0.812);
    color: #f1f1f1;
    border-radius: 0.5em;
    border: #fcf9f9 solid 1px;
    text-align: center;
    position: fixed;
    top:45%;
    left:40%
}
#showToast{
    width: 6rem;
    height: 6rem;
    background-color: rgba(85, 85, 85, 0.596);
    color: #f1f1f1;
    border-radius: 0.5em;
    border: #fcf9f9 solid 1px;
    text-align: center;
    position: fixed;
    top:45%;
    left:45%;
    display: flex;
    flex-direction: column;

}
#showToast_txt{
    width: 100%;
    height: 50%;
}
#showToast_Icon{
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
}