/* base
@font-face {
  font-family: 'PingFangSC-Medium';
  src: url('/css/fonts/PingFangSC-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PingFangSC-Regular';
  src: url('/css/fonts/PingFangSC-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
}
ul {
  list-style: none;
}
.w100 {
  width: 100%;
}
.line {
  width: 100%;
  height: 0.9375rem;
  background: #f7f7f7;
}

.title2 {
  font-size: 2rem;
  line-height: 2.5rem;
}
.blue {
  color: #5984b4;
}
/* index.html */
.index {
  max-width: 1200px;
  /* width: 100vw; */
  width: 100%;
  margin: 0 auto;
  font-family: PingFangSC-Medium;
  color: #262626;
  background: #fff;
}
.index .header {
  width: 100%;
  height: 5.5rem;
  line-height: 5.5rem;
  background: #070707;
  color: #fff;
  text-align: center;
  font-size: 2rem;
}
.index video {
  width: 100%;
  height: auto;
  /* height: 35.125rem; */
}
.index .cont1,
.index .cont2,
.index .cont3 {
  padding: 2rem;
}

.index .cont1 .title1 {
  width: 82%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.index .tags {
  height: 5rem;
}
.index .tags .tag {
  float: left;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.5rem;
  margin-right: 1rem;
  margin-top: 1rem;
  /* width: 5rem; */
  padding:0 0.8rem;
  height: 2.5rem;
  border: 0.0625rem solid #d9d9d9;
  border-radius: 1.25rem;
  color: #8c8c8c;
  font-family: PingFangSC-Regular;
}

.index .author {
  font-size: 1.75rem;
  line-height: 2.3125rem;
}

.index .author .img-people {
  width: 3.5rem;
  height: 3.5rem;
  vertical-align: middle;
  border-radius: 3rem;
}

.index .author .img-icon,
.index .cont2 .performer li .img-icon {
  width: 1.125rem;
  height: 1.125rem;
}

.index .cont2 .performer li {
  width: 100%;
  display: flex;
  align-items: center;
  font-family: PingFangSC-Regular;
  height: 6.5rem;
  border-bottom: 0.0625rem solid #e7e7e7;
}
.index .cont2 .performer li .img-per {
  width: 4.5625rem;
  height: 4.5625rem;
  margin-right: 1rem;
  border-radius: 3rem;
}

.index .cont2 .performer li .t1 {
  font-size: 1.75rem;
  line-height: 2rem;
}
.index .cont2 .performer li .t2 {
  color: #8c8c8c;
  font-size: 1.75rem;
}

.index .cont3 {
  margin-bottom: 5.5rem;
}
.index .cont3 .comment {
  margin-top: 1.5rem;
}
.index .cont3 .comment > li {
  width: 100%;
  display: flex;
  align-items: top;
  font-family: PingFangSC-Regular;
  margin-bottom: 2rem;
}
.index .cont3 .comment li .img-comment {
  width: 5rem;
  height: 5rem;
  vertical-align: middle;
  margin-right: 1rem;
  border-radius: 3rem;
}

.index .cont3 .comment li .comment-box {
  font-size: 1.75rem;
  line-height: 2.3125rem;
  width: 100%;
}

.index .cont3 .comment li .comment-text {
  color: #8c8c8c;
  max-height: 8.9rem;
  overflow: hidden;
  margin-right: 2rem;
  margin-top: 0.6rem;
  transition: max-height 0.5s;
}
.index .cont3 .comment li .full-btn {
  color: #5984b4;
  font-size: 1.5rem;
  cursor: pointer;
  display: none;
}
.index .cont3 .comment li .comment-time {
  color: #8c8c8c;
  line-height: 1.875rem;
  font-size: 1.375rem;
}

.index .cont3 .discuss {
  font-family: PingFangSC-Regular;
  background: url(/img/pinglun.png) no-repeat;
  background-size: contain;
  padding: 1rem;
  width: 90%;
  color: #8c8c8c;
}
.index .cont3 .discuss li {
  margin-bottom: 1rem;
}

.logoBox {
  position: fixed;
  display: flex;
  align-items: center;
  bottom: 1rem;
  left: 5%;
  width: 90%;
  margin: auto;
  height: 6.5rem;
  border-radius: 3.25rem;
  padding: 1rem;
  background: #fff;
  box-shadow: 0 0 5px 0 hsla(0, 0%, 0%, 0.15);
}

.logoBox .img-logo {
  width: 4.625rem;
  height: 4.625rem;
  margin-right: 1rem;
}
.logoBox .text-logo {
  flex: 1;
  font-size: 1.5rem;
  color: #8c8c8c;
}
.img-text {
  width: 9.5rem;
  height: 1.875rem;
}
.logoBox .openApp {
  width: 11.625rem;
  height: 4.625rem;
  border-radius: 2.75rem;
  font-size: 2rem;
  line-height: 4.625rem;
  background: #ffe81a;
  text-align: center;
  text-decoration: none;
  color: #262626;
}
/* download.html */

.down {
}
.down .img-logo,
.down_pc .img-logo {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%);
  width: 7.5rem;
  height: 7.5rem;
}
.down .text-box,
.down_pc .text-box {
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translate(-50%);
  font-size: 3.6rem;
  line-height: 7rem;
  color: #8c8c8c;
}

.down_pc .text-box .p2 {
  font-size: 1.8rem;
  line-height: 3rem;
  width: 51.5rem;
}

.down .img-text,
.down_pc .img-text {
  width: 34rem;
  height: 7.8rem;
}
.down .downApp,
.down_pc .downApp {
  margin:5rem 0 0 10rem;

  transform: translate(-50%);
  background: #000;
  width: 22.625rem;
  height: 5.75rem;
  border-radius: 2.875rem;
  color: #fff;
  text-decoration: none;
  font-size: 2rem;

  display: flex;
  justify-content: center;
  align-items: center;
}
.down .downApp .img-icon,
.down_pc .downApp .img-icon {
  width: 3.125rem;
  height: auto;
  vertical-align: middle;
}
.down_pc {
  display: none;
  position: relative;
  background: url(/img/bg3.jpg) center no-repeat;
  background-size: cover;
  width: 100vw;
  min-height: 100vh;
  text-align: center;
}

.down_pc .text-box {
  top: 10%;
  left: 52%;
  color: #262626;
  text-align:left
}
.down_pc .img-logo {
  width: 12rem;
  height: 12rem;
  top: 25%;
}
.down_pc .downApp {
  top: 62%;
  left: 41%
}
.down_pc .footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  background: url(/img/bg1.png) repeat;
  background-size: cover;
  z-index: 999;
  padding-top: 2rem;
}
.down_pc .footer .title {
  font-size: 2rem;
}
.down_pc .footer .line_b {
  width: 60px;
  height: 1px;
  background: #000;
  margin: 1rem auto;
}
.down_pc .footer .call {
  margin-top: 1rem;
  display: flex;
  /*height: 7.5rem;*/
  justify-content: center;
}
.down_pc .footer .call .img-er {
  width: 7.5rem;
  height: 7.5rem;
  margin-right: 1rem;
}
.down_pc .footer .call-text {
  font-size: 1.375rem;
  text-align: left;
}
.down_pc .footer .call-text .t2 {
  font-size: 1.25rem;
}
.down_pc .footer .linkbox {
  display: flex;
  justify-content: center;
  margin: 3vh 0 1vh;
}
.down_pc .footer .linkbox li {
  padding: 0 0.7rem;
}
.down_pc .footer .linkbox li.second {
  border-left: 1px solid #262626;
  border-right: 1px solid #262626;
}
.down_pc .footer p {
  line-height: 2.125rem;
}
@media screen and (min-width: 750px) {
  .down {
    display: none;
  }
  .down_pc {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  body {
    background: #f7f7f7;
  }
}
