body,div,p,th,td,dl,dt,dd,ul,ol,h1,h2,h3,h4,h5,h6,form,input,pre,fieldset,legend,textarea,button,blockquote{margin:0;padding:0;}

/*列表去掉前面的小圆点*/
li{list-style-type:none;} 

ol li{
    margin-left: 20px ;
}

/*img,input,button{border:none;vertical-align:middle}*/

/*点击输入input控制聚焦时不出现边框*/

textarea{ 
  border: none;
  outline: none;
  border-radius: 0 ;
  font-family: inherit;
  resize: none;
  background: transparent; 
  padding: 0 !important;
  margin: 0 !important;
}

input{
    border: none;          
    outline: none;         
    padding: 3px;          
    background: transparent; 
}
input:focus{outline: none;}

button{
    border: 0;
    background-color: transparent; /*透明*/
    font-size: 14px;
}

@font-face {
  font-family: "哈哈啊哈";    /* 自定义字体家族名称 */
  src: 
    url("../94_font/NotoSansCJK-Medium-5.otf") format("otf"),       /* 华文行楷 */
    url("../94_font/STXINGKA.TTF") format("truetype"),              /* 华文行楷 */
    url("../94_font/MAGNETOB.TTF") format("truetype"),              /*MAGNETOB*/
    url("../94_font/ZHANKUGAODUANHEI.ttf") format("truetype"),      /* 站酷高端黑 */
    url("../94_font/Deng.ttf") format("truetype"),                  /* 等线 */
    url("../94_font/Dengb.ttf") format("truetype"),                 /* 等线 */
    url("../94_font/Dengl.ttf") format("truetype"),                 /* 等线 */
    url("../94_font/simhei.ttf") format("truetype");                /* 黑体 */
    /*注意最后一个字体用;分号结束*/
  font-weight: 400;
  font-style: normal;
  font-display: swap; /* 关键：控制字体加载时的显示策略 */
}

/*去掉链接下划线*/
a{text-decoration: none;}

a:link {color: black;}
a:visited {color: black;}
a:hover {color: red;}

a.a2:link {color: white;}
a.a2:visited {color: white;}
a.a2:hover {color: brown;}

a.a3:link {color: rgb(146, 142, 142);}
a.a3:visited {color: rgb(146, 142, 142);}
a.a3:hover {color: brown;}


 /* 移除Firefox中的标记 */
details summary {
  list-style: none;    
}

/* 移除Webkit浏览器（Chrome/Safari/Edge）中的标记 */
details summary::-webkit-details-marker {
  display: none;
}




/*————————————————————————————————————————————————————导航栏*/

.Dhead{
    width:3px;
    height: 600px;
    position: fixed; top:0px; left:0px;
    background-color: #a2d96d;
    z-index: 999;
    overflow: hidden;
}

.Dhead p{
    padding-left: 1px;
    /*font-family:Dengl;*/
    font-size: small;
    margin-top: 20px;     /* 段距 */
}


.Dhead:hover{
    width: 50px;
}


/*—————————————————————————IP地址选择*/
.Dipdz{
    width: 370px;
    height: 120px;
    padding: 20px;
    background-color: #ddd;
    border: solid 2px black;
    position: fixed;
    left: 10%;
    top: 10%;
}

/*关闭div*/
.Dipdz a{
    position:absolute;
    top: 0px;
    right: 2px;
}