body,p,input,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,form{
  margin:0;
  padding:0;
  list-style:none;
  vertical-align:middle
}
html {
  height: 100%;
}
body{
  height: 100%;
  font-family:\5FAE\8F6F\96C5\9ED1,helvetica,arial;
  color:#333;
  -webkit-user-select:none;
  -webkit-text-size-adjust:none;
  font-size:16px;
  background:#fff;
}

[v-cloak] {
  display: none !important;
}

img{
  display:block;
  margin:0 auto;
  padding:0;
  border:0
}
a{
  text-decoration:none;
}
input,button{
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  -webkit-appearance:none;
  outline:none;
}

#intro {
  height: 100%;
}

.tab {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 46px;
}

.tab-item {
  padding: 0 4px;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  font-weight: bold;
  color: #999;
}

.tab-item-active {
  font-size: 16px;
  color: #222;
  border-bottom: 3px solid #3b86f3;
  transition: 0.1s all linear;
}

.footer {
  /* position: absolute;
  bottom: 40px; */
  padding-bottom: 80px;
}

.login-out {
  padding: 0 16px;
  line-height: 36px;
  font-size: 14px;
  font-weight: bold;
  color: #3b86f3;
  background-color: #FFFFFF;
  border: none;
}

.footer img {
  margin-top: 20px;
  /* margin-bottom: 80px; */
  width: 100%;
  height: 13px;
}

.content {
  margin: 18px 16px;
}

.item {
  font-size: 14px;
  font-weight: bold;
  color: #222;
}

.img-list {
  display: -webkit-flex;
  display: flex;
  /* justify-content: space-between; */
  -webkit-align-items: center;
  align-items: center;
  margin: 18px 8px;
}

.img-list img {
  width: 144px;
}

.desc-item {
  margin-top: 18px;
  margin-bottom: 10px;
}

.desc span {
  color: #3b86f3;
}

.desc img {
  width: 216px;
  margin-left: 0;
}

.desc-notice {
  color: #999;
  font-size: 12px;
  margin-top: 12px;
}