﻿html{
    height: 100%;
    font-size: 100px;
}
.bar-appguide{
    background: rgba(0, 0, 0, 0.7);
    height: 73px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
}
.appguide-box{
    padding: 7px 0 3px 7px;
}
.appguide-img{
    float: left;
}
.appguide-img img{
    width: 110px;
    height: 59px;
}
.appguide-text{
    float: left;
    margin-left: 3%;
}
.appguide-text .appguide-p1{
    font-size: 0.13rem;
    color: #ffe500;
    margin-top: 3px;
}
.appguide-text .appguide-p2{
    font-size: 0.08rem;
    color: #aaaaaa;
    margin-top: 3px;
}
.appguide-text .appguide-p3{
    width: 80%;
    font-size: 0.08rem;
    color: #34c083;
    padding: 3px 0 3px 3px;
    border-radius: 5px;
    border: 1px solid #3d7158;
    position: relative;
    margin-top: 8px;
}
.appguide-text .appguide-finger{
    position: absolute;
    width: 23px;
    height: 27px;
    right: -25px;
    top: 0;
}
.whan-ad{
    display: none;
}

/* 微信小号引导banner */
.banner-wx {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0 15px;
    z-index: 39;
    width: 100%;
    padding: 5px 12px;
    background: rgba(51, 51,51, 0.85);
    color: #fff;
}
.banner-wx-img {
  display: inline-block;
  width: 28%;
  text-align: center;
  vertical-align: middle;
}
.banner-wx-img img {
    width: 80px;
    height: 80px;
}
.banner-wx-text {
    display: inline-block;
    width: 70%;
    line-height: 23px;
    padding-left: 5px;
    vertical-align: middle;
    font-size: 14px;
}
.banner-wx-text p {
    color: #fff;
}
.banner-wx-text-name {
  color: #34c083;
}
.banner-wx-text-number {
  color: #ffe500;
}
.banner-wx-text-hao {
    color: #ffe500;
    -webkit-user-select:text !important;
    user-select:text !important;
}
.banner-wx-text-tip {
  color: #e57e04;
}
@media screen and (max-width: 365px){
   .banner-wx-text {
        font-size: 12px;
    }
}
/* 微信小号引导banner */