/* CSS Document */
a{-webkit-touch-callout: none;}
body,div,ol,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,form,fieldset,legend,input,button{ margin:0; padding:0;}
html {  width: 100%; font-family: 'Heiti SC', 'Microsoft YaHei'; font-size: 100px; outline: 0; -webkit-text-size-adjust:none;}
body {  width:100%; margin: 0; -webkit-user-select: none; position: relative; background-color:#fff;}
a:hover,a:link,a:visited,a{ color:inherit; text-decoration:none;}
ul,li{list-style:none}
img {
  display: inline-block;
  width: 100%;
  vertical-align: middle
}
input[type=button], input[type=submit], input[type=file],input[type=number], button { cursor: pointer; -webkit-appearance: none; }
input,button,select,textarea{background:none;border:none;outline:none; }
input:focus{border:none;}
textarea{resize:none}
a {text-decoration:none;}
a:hover {text-decoration:underline;}
a:link {text-decoration: none; color:black;}
.clearfix{clear: both;zoom: 1;overflow: hidden;}
.container_page_three0{
  font-family: Arial, sans-serif;
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
  font-size: 18px;
}
.container {
  width: 80%;
  margin: 50px auto;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
h1 {
  text-align: center;
  color: #333;
}
.zhubolist{

}

.add-category {
  margin-bottom: 20px;
}
.add-category input {
  padding: 8px;
  width: 200px;
  margin-right: 10px;
  border: solid 1px #EEEEEE;
  border-radius: 10px;
}
.add-category button {
  padding: 8px 12px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
table, th, td {
  border: 1px solid #ddd;
}
th, td {
  padding: 12px;
  text-align: left;
}
th {
  background-color: #f2f2f2;
}
tr:nth-child(even) {
  background-color: #f9f9f9;
}
tr:hover {
  background-color: #f1f1f1;
}
.actions {
  text-align: center;
}
.actions button {
  padding: 5px 10px;
  margin: 0 5px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}
.actions .edit {
  background-color: #4CAF50;
  color: white;
}
.actions .delete {
  background-color: #f44336;
  color: white;
}

