body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button,
input, textarea, th, td { margin:0; padding:0; }
body, button, input, select, textarea { font:12px/1.5tahoma, arial, \5b8b\4f53; }
h1, h2, h3, h4, h5, h6{ font-size:100%; }
address, cite, dfn, em, var { font-style:normal; }
code, kbd, pre, samp { font-family:couriernew, courier, monospace; }
small{ font-size:12px; }
ul, ol { list-style:none; }
a { text-decoration:none; }
a:hover { text-decoration:none; }
sup { vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
legend { color:#000; }
fieldset, img { border:0; }
button, input, select, textarea { font-size:100%; }
table { border-collapse:collapse; border-spacing:0; }
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfloat{zoom:1}
.clear {
  clear: both;
}
body{
  font-size: 14px;
  max-width: 750px;
  margin: 0 auto !important;
}
#list{
  height: 100vh;
}
#list .mui-indexed-list-item{
  display: flex;
  align-items: center;
}
#list .mui-indexed-list-item .img{
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
#list .mui-indexed-list-item .img img{
  display: block;
  width: 36px;
  height: 36px;
}
#list .mui-indexed-list-item p{
  font-size: inherit;
  color: inherit;
}
.mask{
  display: none;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100vh;
  max-width: 750px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 11;
  padding-left: 20%;
  box-sizing: border-box;
}
.mask .mask-box{
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow-y: auto;
}
.mask .mask-box .top{
  font-size: 14px;
  padding-top: 4px;
}
.mask .mask-box .list-item{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #efefef;
}
.mask .mask-box .list-item .img{
  width: 40%;
  margin-right: 10px;
}
.mask .mask-box .list-item .img img{
  display: block;
  width: 100%;
}
.mask .mask-box .list-item p{
  font-size: inherit;
  color: #333;
}

.details-title{
  padding: 8px 15px !important;
  font-size: 14px;
}
.details-container{
  padding: 15px;
  background: #ffffff;
}
.details-container img{
  display: block;
  max-width: 100%;
  margin: 0 auto;
}