﻿ .index-main {
        min-height: 125px;
        height: 125px;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -600px;
        z-index: 1;
    }

        .index-main .bill-search {
            width: 340px;
            position: absolute;
            left: 0;
            bottom: 0;
            padding: 14px 10px 0;
            height: 105px;
            overflow: hidden;
            background: url(../imgs/index/blue_bg_92.png);
            -webkit-transition: all .2s ease;
            transition: all .2s ease;
        }

            .index-main .bill-search .bill-title-selected {
                color: #33A2F7;
            }

            .index-main .bill-search .bill-title {
                color: #fff;
                margin-bottom: 10px;
                font-size: 14px;
                line-height: 18px;
                -webkit-transition: all .2s ease;
                transition: all .2s ease;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
            }

                .index-main .bill-search .bill-title h2 {
                    display: inline-block;
                    width: 50%;
                    cursor: pointer;
                }

                .index-main .bill-search .bill-title img {
                    width: 16px;
                    -webkit-transition: all .2s ease;
                    transition: all .2s ease;
                }

                .index-main .bill-search .bill-title img, .index-main .bill-search .bill-title span {
                    vertical-align: middle;
                }

                .index-main .bill-search .bill-title span {
                    margin-left: 10px;
                }

            .index-main .bill-search .search_txt {
                width: 320px;
                font-size: 14px;
                line-height: 18px;
                resize: none;
                position: relative;
                overflow-y: auto;
                background: #fff;
                /*padding: 5px 10px;*/
                height: 48px;
                margin-bottom: 20px;
                -webkit-transition: all .2s ease;
                transition: all .2s ease;
            }

                .index-main .bill-search .search_txt .phone-search-input, .index-main .bill-search .search_txt .query_txt {
                    display: inline-block;
                    line-height: 25px;
                    width: 100%;
                    height: 100%;
                    border: 0;
                    font-size: 14px;
                    vertical-align: top;
                    color: #666;
                    resize: none;
                }

                .index-main .bill-search .search_txt .ex_item {
                    display: inline-block;
                    line-height: 22px;
                    padding: 0 26px 0 6px;
                    border-radius: 11px;
                    background: #eaeff8;
                    position: relative;
                    font-size: 14px;
                    margin-right: 4px;
                    vertical-align: top;
                    margin-bottom: 4px;
                }

                    .index-main .bill-search .search_txt .ex_item i {
                        display: block;
                        width: 13px;
                        height: 13px;
                        background: url(../imgs/index/delete_icon.png) center no-repeat #b8bfcb;
                        position: absolute;
                        right: 4px;
                        top: 4px;
                        cursor: pointer;
                        border-radius: 7px;
                    }

                        .index-main .bill-search .search_txt .ex_item i:hover {
                            background: url(../imgs/index/delete_icon.png) center no-repeat #33a2f7;
                        }

                    .index-main .bill-search .search_txt .ex_item.opt {
                        line-height: 23px;
                        padding: 0 24px 0 4px;
                        border: 1px solid #33a2f7;
                    }

                .index-main .bill-search .search_txt .ex_item_edit {
                    padding: 0;
                    background: 0 0;
                }

                    .index-main .bill-search .search_txt .ex_item_edit input {
                        border: none;
                        border-bottom: 1px dashed #ccc;
                        width: 160px;
                    }

            .index-main .bill-search .search_btn {
                display: block;
                width: 100%;
                line-height: 40px;
                color: #fff;
                background: #33a2f7;
                border: 0;
                font-family: microsoft yahei;
                cursor: pointer;
            }

            .index-main .bill-search .search-record {
                position: absolute;
                top: 184px;
                left: 178px;
            }

                .index-main .bill-search .search-record em, .index-main .bill-search .search-record span {
                    display: block;
                    font-size: 12px;
                }

                .index-main .bill-search .search-record span {
                    color: #626b80;
                    margin-bottom: 4px;
                }

                .index-main .bill-search .search-record em {
                    color: #c6c8cc;
                    cursor: pointer;
                }

            .index-main .bill-search.show {
                height: 215px;
                background: #303f5f;
            }

                .index-main .bill-search.show .bill-title {
                    font-size: 18px;
                    line-height: 25px;
                }

                    .index-main .bill-search.show .bill-title img {
                        width: auto;
                    }

                .index-main .bill-search.show .search_txt {
                    height: 100px;
                    margin-bottom: 10px;
                }

            .index-main .bill-search .hidden {
                display: none !important;
            }

        .index-main .shortcut-menu {
            width: 810px;
            height: 55px;
            padding: 35px 0;
            background: url(../imgs/index/blue_bg_92.png);
            position: absolute;
            right: 0;
            bottom: 0;
        }

            .index-main .shortcut-menu .menu-item {
                display: block;
                float: left;
                width: 201px;
                height: 100%;
                position: relative;
                border-right: 1px solid #3a4b65;
                cursor: pointer;
            }

                .index-main .shortcut-menu .menu-item .menu-icon {
                    width: 55px;
                    height: 50px;
                    position: absolute;
                    left: 30px;
                    top: 2px;
                }

                    .index-main .shortcut-menu .menu-item .menu-icon img {
                        position: absolute;
                        top: 0;
                        left: 0;
                    }

                .index-main .shortcut-menu .menu-item span {
                    display: block;
                    line-height: 20px;
                    color: #fff;
                    font-size: 16px;
                    position: absolute;
                    top: 50%;
                    margin-top: -10px;
                    left: 88px;
                }

                .index-main .shortcut-menu .menu-item.item-1 span {
                    left: 110px;
                }

                .index-main .shortcut-menu .menu-item.item-1 .menu-icon {
                    background: url(../imgs/index/index_icon1_1.png) no-repeat;
                    left: 45px;
                }

                    .index-main .shortcut-menu .menu-item.item-1 .menu-icon img {
                        top: 10px;
                        left: 17px;
                    }

                .index-main .shortcut-menu .menu-item.item-1:hover img {
                    -webkit-animation: rotate .4s linear 0s 1 forwards;
                }

                .index-main .shortcut-menu .menu-item.item-2 .menu-icon {
                    background: url(../imgs/index/index_icon2_1.png) no-repeat;
                }

                    .index-main .shortcut-menu .menu-item.item-2 .menu-icon img {
                        top: 4px;
                        left: 26px;
                    }

                .index-main .shortcut-menu .menu-item.item-2:hover img {
                    -webkit-animation: rotate .4s linear 0s 1 forwards;
                }

                .index-main .shortcut-menu .menu-item.item-3 .menu-icon {
                    background: url(../imgs/index/index_icon3_1.png) no-repeat;
                }

                    .index-main .shortcut-menu .menu-item.item-3 .menu-icon img {
                        top: 22px;
                        left: 20px;
                    }

                .index-main .shortcut-menu .menu-item.item-3:hover img {
                    -webkit-animation: rotate .4s linear 0s 1 forwards;
                }

                .index-main .shortcut-menu .menu-item.item-4 {
                    border: 0;
                }

                    .index-main .shortcut-menu .menu-item.item-4 .menu-icon {
                        background: url(../imgs/index/index_icon4_1.png) no-repeat;
                    }

                        .index-main .shortcut-menu .menu-item.item-4 .menu-icon img {
                            top: 20px;
                            left: 19px;
                        }

                    .index-main .shortcut-menu .menu-item.item-4:hover img {
                        -webkit-animation: blink .2s linear 0s 1 forwards;
                    }

    .index-banner .index-main .bill-search .bill-title h2 {
        display: inline-block;
        width: 50%;
        cursor: pointer;
    }

    .h1, .h2, .h3, h1, h2, h3 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .index-main .bill-search .search-record {
        position: absolute;
        top: 162px;
        left: 178px;
    }

    .index-main .bill-search .bill-title-selected {
        color: #33A2F7;
    }