.user-quide{ width: 100%; float: left; }
.user-quide .row{ margin: 0 -10px !important; }
.user-quide .listing{ padding: 0 10px 20px; }
.user-quide .listing-inner{ 
  position: relative; 
  overflow: hidden;
  border: solid #eee 1px;
  background-color: rgba(var(--rgbDark), 0.6);
}
.user-quide .listing-inner .overlay{
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  opacity: 0.9;
  position: absolute; 
  background: linear-gradient(to bottom, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.6) 70%,rgba(0,0,0,1.0) 100%);
}
.user-quide .listing-inner img{ z-index: 0; }
.user-quide .listing-inner a.masklink{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.user-quide .listing-inner h3,
.user-quide .listing-inner h4{
  left: 0;
  bottom: 30px;
  margin: 0;
  padding: 0 30px;
  font-size: 24px;
  line-height: 28px;
  overflow: hidden;
  position: absolute;
  color: rgba(var(--rgbWhite), 1.0);
}
.user-quide .listing-inner h3,
.user-quide .listing-inner h4{ font-size: 18px; line-height: 30px; }
.user-quide .listing-inner h4{ height: 62px; padding-top: 5px; }
.user-quide .listing-inner h3{ opacity: 0; visibility: hidden; bottom: 80px; }
.user-quide .listing-inner .share i{ margin: 3px 0; }
.user-quide .listing-inner .share{
  position: absolute;
  top: 20px;
  right: -80px;
  width: 50px;
  z-index: 2;
  padding: 6px 10px;
}


.user-quide .listing-inner:hover h4{ opacity: 0; visibility: hidden; bottom: -80px; }
.user-quide .listing-inner:hover h3{ opacity: 1; visibility: visible; bottom: 30px; }
.user-quide .listing-inner:hover .share{ right: 15px; }



.user-quide .listing-inner *,
.user-quide .listing-inner:hover *{
  -webkit-transition: all 0.35s ease !important;
  -moz-transition: all 0.35s ease !important;
  -ms-transition: all 0.35s ease !important;
  -o-transition: all 0.35s ease !important;
  transition: all 0.35s ease !important;
}



@media (min-width: 768px) and (max-width: 1194px) {
  .user-quide .listing-inner h4{ display: none; }
  .user-quide .listing-inner h3{ 
    opacity: 1 !important; 
    visibility: visible !important; 
    bottom: 30px !important;
    font-size: 16px !important; 
    line-height: 22px !important;
  }
}





.user-quide.detail{ padding: 0; }
.user-quide.detail .summary{
  width: 100%;
  float: left;
  padding: 15px 0;
  background-color: rgba(var(--rgbDark), 0.01);
}
.user-quide.detail .summary .share{
  float: left;
  height: 70px;
  padding-right: 16px;
  border-right: solid rgba(var(--rgbDark), 0.15) 1px;
}
.user-quide.detail .summary .share .title{
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
  margin: 3px 0;
}
.user-quide.detail .summary .information{
  float: left;
  height: 70px;
  font-size: 16px;
  padding: 10px 20px 0;
}
.user-quide.detail .summary .information .published,
.user-quide.detail .summary .information .view{
  width: 100%;
  float: left;
  font-size: 12px;
  line-height: 24px;
  padding-left: 25px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 20px;
}
.user-quide.detail .summary .information .published{
  padding-bottom: 4px;
  margin-bottom: 4px;
  border-bottom: dashed #ccc 1px;
  background-image: url(../images/icon-calendar.svg);
}
.user-quide.detail .summary .information .view{
  background-image: url(../images/icon-eye.svg);
}
.user-quide.detail .summary .qrcode{ float: right; }
.user-quide.detail .summary .qrcode span{
  width: 120px;
  float: left;
  text-align: right;
  font-size: 16px;
  line-height: 16px;
  padding-right: 10px;
  margin: 16px 0 0;
}
.user-quide.detail .summary .qrcode .qrcodeimg{
  width: 70px;
  height: 70px;
  float: right;
  position: relative;
  overflow: hidden;
}
.user-quide.detail .summary .qrcode .qrcodeimg img{
  /* width: 100px;
  margin: -15px; */
  max-width: 100px !important;
  max-height: 100px !important;
  width: 70px;
}
.user-quide.detail iframe{
  width: 100%;
  height: 568px;
}



.user-quide.detail .article,
.user-quide-detail .article .title,
.user-quide-detail .article .description,
.user-quide.detail .article .description p{ width: 100%; float: left; }
.user-quide.detail .article{ padding: 60px 0 25px; }
.user-quide.detail .article .title h1{
  font-size: 36px;
  text-align: center;
  margin: 0 60px 35px;
  line-height: 50px;
}
.user-quide.detail .article .description p{
  font-size: 18px;
  line-height: 32px;
  margin: 0 0 25px;
}
.user-quide.detail .article .description ul,
.user-quide.detail .article .description ol{ margin-left: 15px; }
.user-quide.detail .article .description ul li,
.user-quide.detail .article .description ol li{ margin-bottom: 10px; line-height: 28px; }
.user-quide.detail .article .description img.size-full{ margin: 15px 0 0 !important; }



.user-quide.detail .article-related,
.user-quide.detail .article-related .title,
.user-quide.detail .article-related .description{ width: 100%; float: left; }
.user-quide.detail .article-related{ padding-bottom: 30px; }
.user-quide.detail .article-related .title{
  margin-bottom: 15px;
  border-bottom: solid rgba(var(--rgbPrimary), 1) 2px;
}
.user-quide.detail .article-related .title h3{
  width: 280px;
  height: 60px;
  float: left;
  font-size: 20px;
  line-height: 64px;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
  color: rgba(var(--rgbWhite), 1);
  background-color: rgba(var(--rgbPrimary), 1);
}
@media (min-width: 992px) {
  .user-quide.detail .article-related .listing:nth-child(1){
    display: block !important;
  }
  .user-quide.detail .article-related .listing:nth-last-child(1){
    display: none;
  }
}


.user-quide .alm-placeholder{
  margin: 0;
}