@charset "UTF-8";
/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
  margin:0;
  padding:0;
}
fieldset, img,input,button {
  border:none;
  padding:0;
  margin:0;
  outline-style:none;
}   /*去掉input等聚焦时的蓝色边框*/
ul, ol {
  list-style:none;
}
input {
  padding-top:0;
  padding-bottom:0;
  font-family: "Microsoft YaHei";
}
select, input {
  vertical-align:middle;
}
select, input, textarea {
  font-size:12px;
  margin:0;
}
textarea {
  resize:none;
}
img {
  border:0;
  vertical-align:middle;
}  /*  去掉图片低测默认的3像素空白缝隙，或者用display：block也可以*/
table {
  border-collapse:collapse;
}
body {
  font-size:14px;
  font-family: "Microsoft YaHei";
  color:#666;
  background: #FFFFFF;
}
.clearfix:before,.clearfix:after {  /*清楚浮动*/
    content:"";
    display:table;
}
.clearfix:after{clear:both;}
a {
  color:#666;
  text-decoration:none;
}
a:hover{
  color:#C81623;
}
h1,h2,h3,h4,h5,h6 {
  text-decoration:none;
  font-weight:normal;
  font-size:100%;
}
s,i,em{
  font-style:normal;
  text-decoration:none;
}
/*修改滚动条样式*/
::-webkit-scrollbar{
  width:4px;
  height:2px;
  /**/
}
::-webkit-scrollbar-track{
  background: rgb(239, 239, 239);
  border-radius:2px;
}
::-webkit-scrollbar-thumb{
  background: #bfbfbf;
  border-radius:10px;
}
::-webkit-scrollbar-thumb:hover{
  background: #333;
}
::-webkit-scrollbar-corner{
  background: #179a16;
}

.head img {
  width: 100%;
}
.head .desc {
  color: #000000;
  padding: 10px;
  line-height: 24px;
  text-indent: 2em;
}
.head h1 {
  margin-top: 10px;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.head h3 {
  margin-top: 10px;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  text-indent: 2em;
}

.base {
  position: sticky;
  left: 0;
  bottom: 0;
  display: flex;
  height: 110px;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  padding: 10px 5px;
  box-sizing: border-box;
  z-index: 99;
  border-top: 1px solid #ededed;
}

.base .left .name {
  color: #000000;
  font-size: 12px;
  font-weight: bold;
}
.base .left .name a {
  color: #C81623;
  font-size: 18px;
  font-weight: bold;
}
.base .left .user {
  margin-top: 6px;
  color: #000000;
}
.base .left .app {
  margin-top: 6px;
  color: #000000;
}

.base .right {
  display: flex;
  align-items: center;
}

.base .right .name {
  color: #000000;
}
.base .right img {
  width: 100px;
  height: 100px;
}
.beiai {
 height: 50px;
 line-height: 50px;
 background: #333;
 text-align: center;
 color: #FFFFFF;
 text-align: center;
}