html,
body {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ml-page {
  height: 100vh;
  background-color: #F5F6F7;
  background-image: url('../img/bg.png');
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 15px;
  overflow-y: auto;
}

.ml-page .ml-name {
  max-width: 70%;
  word-break: break-all;
  line-height: 28px;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.ml-page .ml-detail {
  line-height: 16px;
  color: 12px;
  color: #666;
  margin-bottom: 20px;
  margin-bottom: 20px;
}

.ml-page .ml-blockTitle {
  display: flex;
  align-content: center;
  line-height: 16px;
  padding-left: 6px;
  border-left: 6px solid #3D7EFF;
  margin-bottom: 15px;
  font-weight: 600;
}

.ml-page .ml-blockArea {
  padding: 0 10px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 15px;
}

.ml-page .ml-word {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 50px;
  color: #333;
  font-size: 14px;
  border-bottom: 1px solid #ECECEC;
}

.ml-page .ml-word div:first-child {
  white-space: nowrap;
}

.ml-page .ml-word div:last-child {
  flex: 1;
  text-align: right;
  padding-left: 10px;
}

.ml-file {
  display: block;
  text-decoration: none;
  padding: 15px 0;
  overflow: hidden;
}

.ml-file::after {
  content: '';
  clear: both;
  display: table;
}

.ml-file img {
  width: 48px;
  height: 48px;
  float: left;
  margin-right: 8px;
}

.ml-file .ml-name {
  line-height: 20px;
  font-size: 15px;
  padding-top: 1px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
  margin-bottom: 6px;
}

.ml-file .ml-size {
  line-height: 17px;
  color: #999;
  font-size: 12px;
}