﻿body {
    background: #f3f4f5 !important;
}

a, body, button, div, h1, h2, h3, html, img, input, li, p, span, table, td, th, tr, ul {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.home {
    margin-top: 115px !important;
}

.base-width {
    width: 1200px;
    margin: 0 auto;
}

.header {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 98px;
    background-color: white;
    z-index: 9999;
}

    .header .search {
        height: 98px;
        display: flex;
        padding-top: 22px;
    }

        .header .search .search-input {
            width: 608px;
            margin-left: 50px;
        }

            .header .search .search-input input {
                width: 498px;
                height: 46px;
                border-radius: 4px 0 0 4px;
                border: 2px solid #1890ff;
                font-size: 16px;
                font-weight: 600;
                color: #333;
            }

            .header .search .search-input .ant-input-group-addon {
                width: 110px;
                height: 46px;
                background: #1890ff;
                border-radius: 4px 0 0 4px;
                font-size: 16px;
                font-weight: 600;
                color: #fff;
                line-height: 16px;
            }

            .header .search .search-input .ant-btn-primary {
                box-shadow: 0 0 0 transparent;
                width: 100%;
                height: 100%;
            }

            .header .search .search-input ul.hot {
                display: flex;
                margin-top: 6px;
            }

                .header .search .search-input ul.hot li {
                    margin-right: 20px;
                    font-size: 12px;
                    color: #999;
                    line-height: 12px;
                    cursor: pointer;
                }

        .header .search .btn-header {
            margin-left: 16px;
            width: 127px;
            height: 46px;
            background: #fbfcfd;
            border-radius: 4px;
            border: 1px solid hsla(0,0%,59.2%,.2);
            font-size: 16px;
            color: #1890ff;
            text-align: center;
            line-height: 44px;
        }

        .header .search .btn-login {
            background: #ffc107 !important;
            border: #ffc107 !important;
            color:#fff !important;
        }


        .header .search .username {
            margin-left: 40px;
            color: #ffc107;
            font-size:16px;
            font-weight:bold;
            margin-top:20px;
        }

        .header .search .logout{
            text-decoration:underline;
            margin-left:5px;
            margin-top:25px;
            color:#ccc;
            font-size:14px;
        }

        .header .search .service p {
            margin-bottom: 0;
        }

            .header .search .service p strong {
                display: inline-block;
                width: 50px;
                text-align: right;
            }

.logo {
    height: 70px;
    cursor: pointer;
    margin-top:-5px;
}


.fl-footer .fl-footerinner {
    width: 1180px;
    height: 100%;
    margin: 0 auto;
}

.fl-footer .footerright {
    margin-top: 30px;
    height: 70px;
    color: #6f6f6f;
}

    .fl-footer .footerright p {
        line-height: 14px;
        text-align: center;
        color: #6f6f6f;
    }





.fixed-tip {
    width: 36px;
    position: fixed;
    right: calc(50vw - 660px);
    bottom: 250px;
}

    .fixed-tip .top {
        width: 36px;
        display: flex;
        flex-direction: column;
        background-color: #fff;
        box-shadow: 0 3px 3px 0 rgb(0 0 0 / 10%);
        border-radius: 2px;
    }



    .fixed-tip .tip-back {
        width: 36px;
        margin-top: 18px;
        background-color: #fff;
    }

    .fixed-tip .anticon {
        font-size: 18px;
        padding: 9px;
        cursor: pointer;
    }



    .fixed-tip .top > div {
        position: relative;
    }

        .fixed-tip .top > div:hover .tip {
            display: block;
        }

    .fixed-tip .top .tip {
        position: absolute;
        background: black;
        color: white;
        padding: 5px 10px;
        display: none;
    }

        .fixed-tip .top .tip::after {
            content: '';
            position: absolute;
            right: -10px;
            border-top: 5px solid transparent;
            border-left: 10px solid black;
            border-bottom: 5px solid transparent;
        }



    .fixed-tip .top .tip-QQ .tip {
        left: -140px;
        top: -9px;
        width: 130px;
    }

        .fixed-tip .top .tip-QQ .tip::after {
            top: 22px;
        }

    .fixed-tip .top .tip-Wechat .tip {
        left: -130px;
        top: 0;
        width: 120px;
    }

        .fixed-tip .top .tip-Wechat .tip::after {
            top: 11px;
        }


    .fixed-tip .top .tip-qr .tip {
        left: -180px;
        top: -67px;
        width: 170px;
        padding: 10px;
        text-align: center;
    }

        .fixed-tip .top .tip-qr .tip::after {
            top: 80px;
        }
