* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  /* max-width: 640px; */
  margin: 0 auto !important;
  font-family: PingFangSC-Regular, Microsoft YaHei, Helvetica;
  background-color: #fff;
  color: #333;
}

img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

ul,
ol li {
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #969595;
}

input,
textarea {
  outline: none;
}

button {
  border: none;
}

.clearfix::after {
  clear: both;
}

/* 空格占位 */
.placediv {
  height: 60px;
}

/* 顶部标题 */
.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 15px;
  /* background-color: #182341; */
  background: url(../images/top-barbg.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}

.top-back {
  width: 26px;
}

.top-back img {
  width: 8px;
}

.top-title {
  flex: 1;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}

.top-right {
  width: 26px;
}

/* 公共body */
.commmonbody {
  width: 100%;
  min-height: 100vh;
  /* background-color: #f2f1f6; */
  background: url(../images/bodybg.png) no-repeat;
  background-size: 100% 100%;
}
.placediv{
  height: 10px;
}


