/* 这个文件里写的是全局样式,在各个页面都生效 */
body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  user-select: text;
  height: 100%;
  font-size: 14px;
  font-family: 'pingfang SC','helvetica neue',arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei','simsun',sans-serif;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
}
html {
  background-color: white;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
body, html, .page {
  padding: 0;
  margin: 0;
  position: relative;
  height: 100%;
}
h1, h2, h3, h4, h5, input {
  margin: 0;
  padding: 0;
}
ul, li {
  list-style-type: none;
}

a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: initial;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td{
  margin:0;
  padding:0;
}

.clear:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

.w1000 {
  width: 1000px;
  margin: 0 auto;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.h20 {
  height: 20px;
}

.h30 {
  height: 30px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.pc .no-pc, .phone .no-phone {
  display: none;
}

table {font-family: verdana,arial,sans-serif;font-size:11px;color:#333333;border-width: 1px;border-color: #666666;border-collapse: collapse;}

table th {border-width: 1px;padding: 8px;border-style: solid;border-color: #666666;background-color: #dedede;}

table td {border-width: 1px;padding: 8px;border-style: solid;border-color: #666666;background-color: #ffffff;}

td.active {
  background-color: #cccccc;
}
.log-panel {
  width: 98%;
  border: 1px solid #ccc;
  height: 30vw;
  display: block;
  margin: 0 auto;
  border-radius: 3px;
  overflow: auto;
  padding: 1%;
  box-sizing: border-box;
  background-color: #3e3858;
  color: white;
  line-height: 26px;
}
.log-panel li {
  word-break: break-all;
}
.log-panel span {
  background-color: chocolate;
  padding: 2px 5px;
  border-radius: 3px;
  margin-right: 4px;
}


/* PUGE样式 */
textarea.owo {
  width: 92%;
  margin: 0 auto;
  display: block;
  padding: 1%;
  height: 41vw;
  font-size: 14px;
}

.panel {
  width: 96%;
  display: block;
  margin: 0 auto;
}

button.owo {
  background-color: #009fe9;
  color: white;
  border: none;
  padding: 8px 12px;
  border-radius: 3px;
  margin: 10px 0;
  font-size: 14px;
  min-width: 80px;
}