﻿@mainColor: #0E90D2;

.piaofu {
    position: fixed;
    width: 237px;
    bottom: 10%;
    left: -197px;
    z-index: 1000;


    @pfrW: 40px;

    .pfright {
        width: @pfrW;
        float: right;
        padding-top: 100px;

        .handle {
            background: #008EDF;
            color: #fff;
            text-align: center;
            font-size: 16px;
            border-radius: 0 8px 8px 0;
            padding: 10px 0;

            .word {
                height: 120px;
                padding: 10px 0;
                border-left: 1px @mainColor solid;
                line-height: 25px;
                cursor: pointer;
            }
        }
    }

    .pfleft {
        float: left;
        width: calc(~"100% - @{pfrW}");
        padding: 10px;
        background: #008EDF;
        padding-top: 15px;

        .title {
            text-align: center;

            .img {

                @imgw: 40px;
                width: @imgw;
                height: @imgw;
                border-radius: 100%;
                margin: 0 auto;
                overflow: hidden;

                img {
                    width: @imgw;
                    height: @imgw;
                }
            }

            .name {
                color: #fff;
                padding: 10px 0;
            }
        }

        .kefu {
            li {
                padding: 5px 0;

                .img {
                    float: left;
                    @imgw: 20px;
                    width: @imgw;
                    margin-right: 5px;

                    img {
                        width: @imgw;
                    }
                }

                .name {
                    float: left;

                    a {
                        color: #fff;
                        font-size: 14px;
                    }
                }
            }
        }

        .hotline {
            text-align: center;
            border-top: 1px @mainColor solid;
            border-bottom: 1px @mainColor solid;
            padding: 10px 0;

            h3 {
                line-height: 40px;
                font-size: 16px;
                color: #fff;
                font-weight: normal;
            }

            .note {
                color: #fff;
                font-size: 14px;
            }
        }

        .ercode {
            padding: 10px 0;
            text-align: center;

            .img {

                img {
                    width: 120px;
                    height: 120px;
                }
            }

            .name {
                line-height: 25px;
                color: #fff;
                font-size: 14px;
            }
        }
    }
}


.globel_page {
    .headerBox_bg {
        background: #fff;

        &.fixed {
            /* position: fixed;
            width: 100%;
            top: 0;
            left: 0;
            z-index: 1989;*/
        }

        .topbg {
            border-bottom: 1px #ccc solid;
            line-height: 32px;

            .topbox {
                @imgH: 32px;
                font-size: 14px;

                .icon {
                    margin-top: 3px;
                    float: left;
                    width: 40px;
                    height: @imgH;
                    width: @imgH;

                    img {
                        height: @imgH;
                        width: @imgH;
                    }
                }

                .name {
                    width: calc(~"100% - @{imgH} - 40px");
                }

                .topleft {
                    float: left;
                    width: 40%;

                    .name {
                        float: left;
                        margin-left: 10px;
                    }
                }

                .topright {
                    float: right;
                    width: 40%;

                    .icon {
                        float: right;
                        margin-right: 10px;
                    }

                    .name {
                        float: right;
                        width: auto;
                    }
                }
            }
        }

        .headerf2_bg {
            padding: 10px 0;
            @headH: 88px;

            .logo {
                img {
                    height: 70px;
                }
            }

            .wenzi {
                font-size: 30px;
                color: @mainColor;
                padding-top: 15px;
            }

            .phone {
                height: @headH;
                background: url(../../Images/phonebg.png) no-repeat left top;
                background-size: 80%;
                padding-left: 75px;
                padding-top: 40px;
                color: red;
                font-size: 25px;
                font-weight: 700;
            }

            .user1box {
                padding-top: 20px;

                .btns {
                    color: red;
                    line-height: 30px;
                    text-align: right;
                    @btnPrimary: #00A2FF;
                    font-size: 16px;

                    a {
                        display: inline-block;
                        width: 80px;
                        height: 30px;
                        line-height: 30px;
                        text-align: center;
                        border-radius: 20px;
                        color: #fff;
                        border: 1px @btnPrimary solid;
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                    }

                    .login {
                        color: #fff;
                        background: @btnPrimary;
                    }

                    .regist {
                        background: #fff;
                        color: @btnPrimary;
                        margin-left: 10px;
                    }
                }

                .userbtn {
                    a {
                        width: auto;
                        border: none;
                    }
                }
            }
        }

        .menuBox_bg {
            @menuH: 50px;
            background: @mainColor;
            height: @menuH;

            .menuBox {
                ul {
                    li {
                        @twidth: 155px;
                        float: left;
                        text-align: center;
                        width: @twidth;
                        position: relative;
                        left: 0;
                        top: 0;
                        z-index: 1989;
                        transition: all 0.5s;

                        .title {
                            width: @twidth;
                            overflow: hidden;
                            white-space: nowrap;
                            text-overflow: ellipsis;
                            height: @menuH;
                            line-height: @menuH;

                            a {
                                color: #fff;
                                font-size: 16px;
                            }
                        }

                        dl {
                            position: absolute;
                            left: 0;
                            top: @menuH;
                            z-index: 2000;
                            background: #fff;
                            width: @twidth;
                            overflow: hidden;
                            display: none;

                            dd {
                                line-height: 40px;
                                border-bottom: 1px #eee solid;
                                padding-left: 30px;

                                &:last-child {
                                    border: none;
                                }

                                a {
                                    width: 150px;
                                    color: @mainColor;
                                    overflow: hidden;
                                    white-space: nowrap;
                                    text-overflow: ellipsis;
                                    font-size: 16px;
                                    text-align: left;
                                    display: block;
                                }

                                &.active, &:hover {
                                    background: #FFBF4B;

                                    a {
                                        color: #fff;
                                    }
                                }
                            }
                        }

                        &.active, &:hover {
                            background: #FFBF4B;
                        }

                        &:hover {
                            dl {
                                display: block;
                            }
                        }
                    }
                }
            }
        }
    }
}


.floorBox_bg {
    background: #fff;
    border-top: 5px @mainColor solid;
    padding: 10px 0;

    .floorBox {
        ul {
            text-align: center;

            li {
                display: inline-block;
                padding: 0 20px;

                a {
                    color: #666;
                    font-size: 15px;
                    text-align: center;
                    display: inline-block;
                    line-height: 30px;
                    height: 30px;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                }
            }
        }
    }

    .banquan {
        color: #666;
        text-align: center;
    }

    .frendBox {
        .linkList {
            text-align: center;
            color: #666;

            li {
                display: inline-block;
                padding: 10px 10px;

                a {
                    color: #666;
                }
            }
        }
    }
}

.paginationBox {
    .btn-prev, .btn-next {
        span {
            font-size: 16px;
        }
    }

    ul li {
        background: none;
        font-size: 16px;
    }

    li.active {
        color: red;
    }


    li .btn-quicknext, .el-pager li.btn-quickprev {
        color: #ddd;
    }

    .el-pagination__jump {
        font-size: 16px !important;
    }
}
