/*飘窗css start */
#FlAD {
    position: absolute;
    z-index: 10001;
    left: 100px;
    top: 100px
}

.closep {
    color: red;
    float: right;
    font-size: 16px;
    cursor: pointer;
    margin-top: -5px;
}

.pcontainer {
    width: 500px;
    height: 210px;
    /* border: 1px solid #009688; */
    padding: 10px;
    background: #e3f6fd;
    box-shadow: 0px 0px 20px #0a0b0c;
    border-radius: 5px;
}

.phead {
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #009688;
    font-weight: bolder;
    font-size: 18px;
}

.pcon {
    margin-top: 5px;
    font-size: 14px;
    line-height: 25px;
}
.pcon p{
    line-height: 35px;
}
.pcon p span{
    font-size: 14px;
    font-weight: 600;
}
.des{
    line-height: 25px!important;
    font-size: 13px;
    color: #999;
}
.tips_{
    color: red!important;
}
/*飘窗css end*/