.after-1 {
  padding-top: 0.8rem;
  padding-bottom: 0.7rem;
}
.after-1 .ct1 span {
  color: #a09f9f;
}
.after-1 .dt {
  margin-top: 0.4rem;
}
.after-1 .ct1  span{
	font-weight: 400;
} 
.after-1 .d1 {
  color: #fe0101;
}
.after-1 .d2 {
  margin-top: 0.1rem;
}
.after-1 .text {
  line-height: 2;
}
.after-1 .ti {
  margin-bottom: 0.3rem;
}
.after-1 .t1 {
font-weight: bold;
}
.after-1 .t2 {
  color: #666;
  /* padding-left: 2em; */
}
.after-1 .t2 strong {
  color: #444;
}
.after-1 .img {
  margin-top: 0.36rem;
}

.md-sideNew {
  position: fixed;
  right: 1.6rem;
	right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  box-shadow: 0 0 0.1rem #dedede;
}
.md-sideNew.hide {
  display: none;
}
.md-sideNew .si {
  position: relative;
}
.md-sideNew .si:hover .hd {
  background-color: #ff0000;
}
.md-sideNew .si:hover .hi {
  filter: brightness(0) invert(1);
}
.md-sideNew .si:hover .ht {
  color: #fff;
}
.md-sideNew .si:hover .bd {
  opacity: 1;
  pointer-events: auto;
}
.md-sideNew .hd {
  width: 0.7rem;
  min-width: 5em;
  min-height: 0.7rem;
  padding: 0.5em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
.md-sideNew .hi {
  height: 1em;
}
.md-sideNew .ht {
  margin-top: 3px;
  color: #666;
}
.md-sideNew .bd {
  position: absolute;
  right: 100%;
  top: 0;
  background-color: #fff;
  min-width: 2.2rem;
  min-height: 1.1rem;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
}
.md-sideNew .bbox {
  width: 100%;
  line-height: 1.8;
  padding: 0.15rem;
  box-shadow: 0 0 0.1rem #dedede;
  position: relative;
  right: 3px;
}
.md-sideNew .bbox span {
  color: #666;
}
.md-sideNew .wbox {
  display: flex;
  align-items: center;
  padding: 0.08rem;
}
.md-sideNew .wi {
  width: 0.86rem;
  max-width: none;
  flex-shrink: 0;
}
.md-sideNew .wt {
  line-height: 1.2;
  padding-left: 0.1rem;
}
.md-sideNew .thd {
  cursor: pointer;
  padding: 0.5em;
  background-color: #f6f6f6;
  text-align: center;
}
.md-sideNew .thd .sti {
  height: 1em;
}
@media (max-width: 900px) {
  .md-sideNew {
    right: 0;
    display: none;
  }
}

.nfoot-1 .box {
  padding-top: 0.8rem;
  padding-bottom: 0.45rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.nfoot-1 .logo {
  display: inline-block;
}

.nfoot-1 .logo img {
  height: 0.54rem;
}

.nfoot-1 .le {
  color: #fff;
  font-size: 0;
}

.nfoot-1 .t2 {
  line-height: 2.25;
  margin-top: 0.2rem;
}

.nfoot-1 .shares {
  display: flex;
}

.nfoot-1 .shares .si {
  position: relative;
  margin-right: 0.1rem;
}

.nfoot-1 .shares .si:hover .hd {
  background-color: #ff0000;
}

.nfoot-1 .shares .si:hover .hi {
  filter: brightness(1000%);
  opacity: 1;
}

.nfoot-1 .shares .si:hover .bd {
  opacity: 1;
  pointer-events: auto;
}

.nfoot-1 .shares .hd {
  position: relative;
  display: inline-flex;
  width: 1em;
  height: 1em;
  background-color: white;
  border-radius: 50%;
}

.nfoot-1 .shares .hi {
  height: 1em;
}

.nfoot-1 .shares .bd {
  width: 1.4rem;
  min-width: 100px;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%);
  padding: 0.1rem;
  opacity: 0;
  pointer-events: none;
}

.nfoot-1 .shares .bd img {
  width: 100%;
  max-width: none;
}

.nfoot-1 .text {
  color: rgba(255, 255, 255, 0.3);
  line-height: 2.5714285714;
  margin-top: 0.1rem;
}

.nfoot-1 .text a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.nfoot-1 .form {
  margin-top: 0.3rem;
}

.nfoot-1 .form .inp {
  width: 3.74rem;
  margin: 0 auto;
  position: relative;
}

.nfoot-1 .form .ip {
  width: 100%;
  height: 0.46rem;
  border-radius: 1rem;
  background-color: #1f1f1f;
  color: #fff;
  border: none;
  padding: 0 0.2rem;
}

.nfoot-1 .form .ip::-moz-placeholder {
  color: #666;
}

.nfoot-1 .form .ip::placeholder {
  color: #666;
}

.nfoot-1 .form .btn {
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #1f1f1f;
  border: none;
  background-image: url(../images/icon-mag1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}

.nfoot-1 .ri {
  display: flex;
  width: 6rem;
  max-width: 100%;
  flex-shrink: 0;
  text-align: right;
}

.nfoot-1 .te {
  width: 100%;
  color: #fff;
}

.nfoot-1 .te .t2 {
  color: #ff0000;
  margin-top: 0.1rem;
}

.nfoot-1 .te .d3 {
  color: #999;
  display: flex;
  justify-content: flex-end;
  line-height: 2;
}

.nfoot-1 .te .d3 .d32 {
  text-align: left;
}

.nfoot-1 .te .sp {
  flex-shrink: 0;
}

.nfoot-1 .code {
  flex-shrink: 0;
}

.nfoot-1 .code img {
  width: 1.2rem;
}

@media screen and (max-width: 900px) {
  .nfoot-1 .box {
    flex-wrap: wrap;
    padding: 0.3rem 0;
  }
  .nfoot-1 .shares .si {
    margin: 0.1rem;
  }
  .nfoot-1 .shares .hd {
    width: 1.5em;
    height: 1.5em;
  }
  .nfoot-1 .shares .hi {
    height: 1.5em;
  }
  .nfoot-1 .shares .bd {
    left: 50%;
    transform: translate(-50%);
  }
  .nfoot-1 .ul1 {
    width: 100%;
    text-align: center;
  }
  .nfoot-1 .ri {
    width: 100%;
  }
}
.nfoot-2 .box {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(221, 221, 221, 0.4);
  padding-top: 0.51rem;
}

.nfoot-2 .le {
  padding-right: 0.3rem;
}

.nfoot-2 .ri {
  /* display: flex; */
  /* width: 4.4rem; */
  flex-shrink: 0;
}

.nfoot-2 .te {
  margin-right: 0.6rem;
  color: #fff;
}

.nfoot-2 .te .t2 {
  color: #ff0000;
  margin-top: 0.1rem;
}

.nfoot-2 .te .d3 {
  color: #999;
  display: flex;
  line-height: 2;
}

.nfoot-2 .te .sp {
  flex-shrink: 0;
}

.nfoot-2 .code {
  width: 1.2rem;
  flex-shrink: 0;
}

.nfoot-2 .code img {
  width: 1.2rem;
}

@media (max-width: 900px) {
  .nfoot-2 .le {
    display: none;
  }
  .nfoot-2 .ri {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.nfoot-3 {
  line-height: 1.875;
  padding-top: 1.1rem;
  padding-bottom: 0.56rem;
}

.nfoot-3 .box {
  color: #999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nfoot-3 .href a:hover {
  text-decoration: underline;
}

.nfoot-3 .box div {
  padding: 0 0.1rem;
}

@media screen and (max-width: 900px) {
  .nfoot-3 .box {
    flex-wrap: wrap;
  }
  .nfoot-3 .te {
    width: 100%;
    text-align: center;
  }
  .nfoot-3 .href {
    width: 100%;
    text-align: center;
  }
}