.miniprogram-scan {
    position: fixed;
    z-index: 99;
}
.miniprogram-scan.scan-hide {
    background-color: #000;
    background-color: rgba(0,0,0,.85);
    color: #fff;
    width: 266px;
    height: 85px;
    border-radius: 0 80px 80px 0;
    padding: 16px 20px 0 0;
    box-shadow: 0 2px 4px 0 #21518e;
    cursor: pointer;
    transition: left .3s cubic-bezier(.68,0,.27,1.55),width .3s ease-in,background-color .3s ease-in;
    bottom: 40px;
    left: -100px;
}

.video-wrap{
    position: fixed;
    z-index: 99;
    bottom: 2px;
    left: 2px;
    padding: 2px;
    border: 1px solid #aba2a2;
}
.v-title{
    height: 32px;
    padding: 1px;
    line-height: 32px;
    background-color: #efe7e7;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.iconfont {
    color: #a4a6b5;
}
.miniprogram-scan.scan-hide .iconfont {
    float: right;
    margin-top: 24px;
    color: #fff;
}
.miniprogram-scan.scan-hide .text {
    float: right;
    margin: 8px 3px 0;
    text-align: center;
    margin-left: 32px;
}
.miniprogram-scan.scan-hide .text>h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
    user-select: none;
}
.miniprogram-scan.scan-hide .text>h2, img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.miniprogram-scan.scan-hide img {
    height: 76px;
    float: right;
    border-radius: 5px;
    left: 17px;
    position: relative;
}
.miniprogram-scan.scan-hide .text>p {
    font-size: 14px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
p {
    margin: 0 0 10px;
}
.clearfix:after {
    clear: both;
}
.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
}

.miniprogram-scan {
    position: fixed;
    z-index: 99;
}

.clearfix:after {
    clear: both;
}
.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
}

