
/* ------------------------- 以下样式必须 ------------------------- */
.block-float1 * {
    box-sizing: inherit;
    -moz-box-sizing: inherit; /* Firefox */
    -webkit-box-sizing: inherit; /* Safari */
}

.block-float1 {
    width: 40px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    font-family: "微软雅黑";
    color: #696969;
    z-index: 2;
}

    .block-float1 > ul > li > img {
        display: block;
        width: 40px;
        height: 40px;
        cursor: pointer;
    }

    .block-float1 > ul > li {
        width: 40px;
        height: 40px;
        margin-bottom: 2px;
        position: relative;
    }

.float-erweima {
    width: 160px;
    height: 160px;
    position: absolute;
    right: 51px;
    top: 0;
    display: none;
}

    .float-erweima > img {
        width: 160px;
        height: 160px;
        display: block;
    }

    .float-erweima b {
        display: block;
        width: 0;
        height: 0;
        border-style: dashed dashed dashed solid;
        border-color: transparent transparent transparent white;
        border-width: 8px;
        position: absolute;
        right: -16px;
        top: 10px;
    }

.phone {
    width: 160px;
    border: 1px solid #eaeaea;
    position: absolute;
    right: 50px;
    bottom: 0;
    display: none;
}

    .phone .qq {
        padding: 5px 10px;
        background-color: #fff;
        border-bottom: 1px solid #EAEAEA;
    }

        .phone .qq .block-btn {
            display: block;
            background-color: #eff4f6;
            font-size: 12px;
            color: #646464;
            text-decoration: none;
            height: 25px;
            line-height: 25px;
            margin: 5px 0;
            border: 1px solid #c8d1d6;
            text-align: center;
        }

            .phone .qq .block-btn > img {
                margin-right: 10px;
                position: relative;
                top: 3px;
            }

            .phone .qq .block-btn:hover {
                background-color: #c8d1d6;
            }

    .phone .tt {
        background-color: #f7f7f7;
        border: 1px solid #fff;
        font-size: 12px;
        padding: 5px;
        line-height: 30px;
        height: 160px;
    }


    .phone .arrow {
        display: block;
        width: 11px;
        height: 17px;
        background: url(../img/arrow.png) no-repeat center center;
        position: absolute;
        right: -10px;
        bottom: 10px;
    }

.block-phone-num {
    overflow: hidden;
    font-family: arial;
    font-size: 17px;
    position: absolute;
    right: 0;
    top: 0;
    width: 190px;
    display: none;
    height: 100%;
    line-height: 40px;
    padding-left: 50px;
    padding-right: 10px;
    color: #fff;
    background: url(../img/icon-phone.png) no-repeat 20px center #78c344;
    cursor: pointer;
}



#return_top {
    display: none;
}

ul li {
    list-style: none;
}
