@charset "UTF-8";
.positionR {
  position: relative;
}

.positionA {
  position: absolute;
}

.positionF {
  position: fixed;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.clearfloat:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  zoom: 1;
  visibility: hidden;
}

.clear, .clearfloat {
  clear: both;
  zoom: 1;
}

.displayN {
  display: none;
}

.displayB {
  display: block;
}

.displayIb {
  display: inline-block;
}

.displayI {
  display: inline;
}

.textL {
  text-align: left;
}

.textC {
  text-align: center;
}

.textR {
  text-align: right;
}

.textIn {
  text-indent: 2em;
}

.textIn2 {
  text-indent: 4em;
}

.font12 {
  font-size: 12px;
}

.font13 {
  font-size: 13px;
}

.font14 {
  font-size: 14px;
}

.font15 {
  font-size: 15px;
}

.font16 {
  font-size: 16px;
}

.font18 {
  font-size: 18px;
}

.font20 {
  font-size: 20px;
}

.font24 {
  font-size: 24px;
}

.font26 {
  font-size: 26px;
}

.font28 {
  font-size: 28px;
}

.font30 {
  font-size: 30px;
}

.font36 {
  font-size: 36px;
}

.fontWb {
  font-weight: bold;
}

.pageWH {
  font-family: "微软雅黑";
}

.pageW {
  width: 100%;
}

.pageH {
  height: 100%;
}
body {
  margin-left: auto;
  margin-right: auto;
  width: 500px;
}
/*********************************************************************************/
.header {
  top: 0;
  z-index: 9;
  width: 500px;
}

.content {
  margin-top: 162px;
  margin-bottom: 65px;
}
.footer {
    bottom: 0;
    z-index: 9;
    width: 500px;
    line-height: 50px;
    text-align: center;
    background-color: #000;
    color: #fff;
}
.item {
  position: relative;
  display: block;
  line-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  font-size: 14px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.item:hover {
  background-color: #ddd;
}

.item:after {
  content: " ";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #e2e2e2;
}

.item:last-child {
  border-bottom: none;
}

[v-cloak] {
  display: none;
}


@media screen and (max-width: 768px){
    body{width: 100vw;}
    .header {
      width: 100vw;
      height: 32.4vw;
    }
    .content{
      width: 100vw;
      margin-top: 32.4vw;
    }
    .footer {
      width: 100vw;
    }
}
/*# sourceMappingURL=share.css.map */
