a {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
.lj_nav {
  font-size: 3vw;
  color: #000;
  padding: 5vw 0 2vw 4vw;
}
.lj_article {
  margin-bottom: 6vw;
  padding: 3vw 4vw 0;
}
.lj_article .title {
  font-size: 6vw;
  color: #000;
  font-weight: bold;
  line-height: 7vw;
  margin-bottom: 6vw;
}
.lj_article .tip {
  font-size: 3vw;
  margin-bottom: 6vw;
}
.lj_article .articleImg {
  max-width: 100%;
  margin-bottom: 6vw;
}
.lj_article .txt {
  font-size: 4vw;
  color: #000;
  margin-bottom: 6vw;
  text-align: justify;
}
.lj_article .txt img{
  max-width: 95%!important;
  margin: auto;
  height: auto !important;
}
.lj_article .controls {
  margin-bottom: 6vw;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.lj_article .controls .left {
  height: 8vw;
  width: 20vw;
  border-radius: 4vw;
  display: flex;
  justify-content: center;
  background-color: #f5f5f5;
  align-items: center;
  color: #000;
}
.lj_article .controls .left .left_l {
  width: 6vw;
  height: 4vw;
  background: url(../img/controls.png) no-repeat;
  background-position-y: -4vw;
  background-size: 100%;
}
.lj_article .controls .left .left_r {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  font-size: 3vw;
  width: 6vw;
  text-align: center;
  transform: scale(0.6);
}
.lj_article .controls .right .left_l {
  background-position: 0 -11vw;
}
.lj_article .controls .active {
  background-color: #0c6fd6;
  color: rgba(255, 255, 255, 0.7);
}
.lj_article .controls .active.left .left_l {
  background-position-y: 0;
}
.lj_article .controls .active.right .left_l {
  background-position-y: -8vw;
  height: 3.5vw;
}
.lj_article .controls .social-share .social-share-icon {
  width: 8vw;
  height: 8vw;
  line-height: 8vw;
}
.lj_article .label {
  color: #585858;
  font-size: 3vw;
  display: flex;
  margin-bottom: 6vw;
}
.lj_article .label .labelTit {
  width: 12vw;
}
.lj_article .label a {
  color: #585858;
}
.lj_article .turnpage {
  margin: 0 4vw;
  font-size: 4vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lj_article .turnpage a {
  display: flex;
  align-items: center;
  color: #474747;
}
.hotsearch {
  padding: 0 4vw;
  margin-bottom: 6vw;
}
.hotsearch .title {
  font-size: 4vw;
  margin-bottom: 6vw;
  color: #000;
}
.hotsearch .zjwuli .options {
  margin-bottom: 3vw;
}
.hotsearch .zjwuli .options .item {
  margin-top: 0;
}
.relatevideo {
  padding: 0 4vw;
  margin-bottom: 6vw;
}
.relatevideo .head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 6vw;
}
.relatevideo .head .title {
  font-size: 4vw;
  color: #000;
}
.relatevideo .head .more {
  font-size: 3vw;
}
.relatevideo .head .more a {
  color: #b2b2b2;
}
.relatevideo .container {
  display: flex;
  overflow-x: scroll;
}
.relatevideo .container::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
.relatevideo .container .item {
  margin-right: 2.4vw;
  display: flex;
  flex-flow: column nowrap;
  width: 45vw;
}
.relatevideo .container .item:last-of-type {
  margin-right: 0;
}
.relatevideo .container .item img {
  width: 45vw;
  margin-bottom: 3vw;
}
.relatevideo .container .item .txt {
  text-overflow: ellipsis;
  overflow: hidden;
  color: #474747;
  font-size: 3vw;
  text-align: center;
  white-space: nowrap;
}
.guesslike {
  padding: 0 4vw;
  margin-bottom: 6vw;
}
.guesslike .head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 6vw;
}
.guesslike .head .title {
  font-size: 4vw;
  color: #000;
}
.guesslike .head .more {
  font-size: 3vw;
}
.guesslike .head .more a {
  color: #b2b2b2;
}
.guesslike .tutorial_item {
  display: flex;
  align-items: center;
  margin-bottom: 6vw;
  max-width: calc(1 - 13.3vw);
  color: #333;
}
.guesslike .tutorial_item .text {
  flex: 1;
  font-size: 3.7vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.guesslike .tutorial_item .time {
  align-items: center;
  display: flex;
  font-size: 3.7vw;
  margin-left: 4.3vw;
}
.guesslike .moreBtn {
  align-items: center;
  background-color: #f7f8fa;
  border-radius: 5.9vw;
  color: #333;
  display: flex;
  font-size: 4vw;
  height: 13.1vw;
  justify-content: center;
  margin: 0 auto;
  width: 55.2vw;
}

@media screen and (max-width: 640px){
  .lj_article p{
    font: 19px/30px Arial,Helvetica,sans-serif !important;
    text-align: justify !important;
    margin-top: 0.23rem !important;
    text-indent: 0 !important;
    margin-top: 20px !important;
    margin-left: 0 !important;
    text-align: left !important;
  }
  .lj_article img{
    display: block;
    margin: 0 auto;
  }
}
