*{
    margin: 0;
    padding: 0;
}
#bg-float{
    
    
    
    box-sizing: border-box;
    
    width: 142px;
   

}

#bg-float>.h3n,#bg-float>p{
    color: #ffffff;
    text-align: center;
}

#bg-float>.h3n{
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    margin-top: 40px;
}

#bg-float>p{

    width: 100%;
    font-size: 16px;
    line-height: 24px;
}

.flaot-content{
    width: 94%;
    display: inline-block;
    margin-left: 3%;
    background: #ffffff;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}



.flaot-li{
    width: 96%;
    margin-left: 2%;
    padding-top: 10px;
    padding-bottom: 10px;
    list-style: none;
    float: left ;
    text-align: center;

}

.float-button{
    width:96%;
    margin-left: 2%;
    background: #8e00db;
    display: block;
    text-align: center;
    border-radius: 8px;
    color: #ffffff;
    line-height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    letter-spacing: 2px;
    -webkit-box-shadow:1px 2px 0 1px #5b028c;
    -moz-box-shadow:1px 2px 0 1px #5b028c;
    box-shadow:1px 2px 0 1px #5b028c;
    cursor: pointer;
    /*border: none;*/
}

.float-button:active{
    -moz-box-shadow:1px 2px 0 1px #5b028c;
    box-shadow:1px 2px 0 2px #5b028c;
}

.li-div{
    width:96%;
    margin-left: 2%;
}

.li-div div{
    list-style: none;
    float: left;
}

.flaot-titl{
    width: 20%;
    font-size: 16px;
}

.flaot-input{
    width: 80%;
    border-bottom: 1px solid #CCCCCC;
}

.flaot-input input{
    width: 100%;
    border: none;
    text-align: center;
    font-size: 16px;
}


#zd-win{
    position: fixed;
    z-index: 214748368;
    right: 0;
    bottom: 0;
    width: 300px;
    height: 200px;
}

#floatLeft{
    
    height: auto;
    position: fixed;
    z-index: 99;
    top: 100px;
    /*display: none;*/
}
.f-top{
    width: 142px;
    padding: 0;
    margin: 0;

}
.floatbut{
    margin: 0;
    padding: 0;
}
.floatbut{
    display: inline-block;
}

.f-top img{
    padding: 0;
    margin: 0;
    display:block;
}

#nav-float{
    display: inline-block;
    width: 20px;
    height: 0px;
    line-height: 14px;
    text-align: center;
    font-size: 4px;
    /* color: #f04124; */
    /* border: 2px solid #f04124; */
    border-radius: 11px;
    position: absolute;
    top: 19px;
    right: -41px;
    cursor: pointer;
    box-sizing: border-box;

}