body,
div,
p,
h1,
h2,
h3,
h4,
h5,
ul,
li,
input,
a,
img,
textarea,
table,
tr,
td,
th,
span,
select,
option {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Microsoft Yahei", "微软雅黑", "宋体";
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
li {
  list-style: none;
}
.blank {
  font-size: 0px;
  clear: both;
}
textarea,
select,
input {
  outline: none;
  box-shadow: none;
  border: none;
}
table,
td,
th,
tr {
  border: none;
  border-collapse: collapse;
}
button {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
#mengcheng {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0.5;
  z-index: 9995;
  background: black;
}
[v-cloak] {
  display: none;
}
.pix {
  height: 10px;
  background: url("../img/pixel.png");
}
.footer {
  clear: both;
  background: #24241F;
  color: white;
  padding: 20px;
}
.footer p {
  text-align: center;
  font-size: 15px;
}
.footer p a {
  color: white;
}
.my_form {
  box-sizing: border-box;
}
.my_form input[type="text"] {
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 5px 12px;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.my_form .my_form textarea {
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 5px 12px;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.my_form select {
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 5px 12px;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.my_form select option {
  font-size: 16px;
}
.my_form .box {
  display: flex;
  width: 100%;
}
.my_form .box .left {
  width: 6%;
  padding: 10px;
}
.my_form .box .right {
  width: 94%;
  padding: 10px;
}
/*分类内容面板2*/
.content_box2 {
  padding: 20px 0;
}
.content_box2 .body {
  background: white;
  padding: 20px;
  margin-top: 20px;
  color: #969696;
  box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 13px 2px;
}
.content_box2 .textbox {
  text-indent: 2em;
}
.model {
  width: 740px;
  display: none;
  background: white;
  border-radius: 5px;
}
.model .title {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}
.model .title .close {
  width: 30px;
  height: 30px;
  float: right;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  color: #969696;
  cursor: pointer;
}
.model .body {
  height: 400px;
  padding: 20px;
}
.my_btn {
  cursor: pointer;
  font-size: 20px;
  display: inline-block;
  padding: 5px 15px;
  color: white;
  text-align: center;
  background: #3399ff;
  border-radius: 4px;
}
.my_btn_mid {
  padding: 3px 10px;
  font-size: 15px;
}
.my_btn_orange {
  background: #F0AD4E;
}
.my_btn_green {
  background: #5CB85C;
}
.my_btn_blue {
  background: #337AB7;
}
.my_btn_red {
  background: #D9534F;
}
.my_btn_qing {
  background: #5BC0DE;
}
