﻿.head-consulting-item {
    position: relative;
    margin: 0 25px 0 0;
    padding: 0;
    cursor: pointer;
    display:none;
    z-index:110;
}

.hover-banner {
    position: fixed;
    z-index: 9;
    width: 640px;
    left: 50%;
    top: 50%;
    margin-left: -320px;
    margin-top: -100px;
    border-radius: 10px;
    right: -100px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 0 hsl(0deg 0% 70% / 50%);
    box-shadow: 0 0 5px 0 hsl(0deg 0% 70% / 50%);
}

@media (max-width: 576px) {
    .hover-banner {
        width: 98%;
        margin-left: 0;
        left: 1%;
    }
}

.hover-banner .hover-banner-top {
    display: block;
    width: 100%;
    height: 27px;
    margin-top: 10px;
    padding: 0 33px 0 30px;
}

    .hover-banner .banner-middle {
        width: 100%;
        height: 100%;
        padding: 0;
        display: block;
    }

        .hover-banner .banner-middle .middle-nian {
            float: left;
            height: 27px;
            line-height: 27px;
            margin: 0;
            color: #f07d17;
            font-weight: 700;
            background: linear-gradient(-53deg,#f07d17,#ffae12);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-size: 18px;
            margin-top: 2px;
        }

        .hover-banner .banner-middle .middle-num {
            display: block;
            float: left;
            color: #ff9100;
            height: 27px;
            line-height: 27px;
            font-size: 18px;
            margin: 0 0 0 30px;
            font-weight: 700;
        }
            .hover-banner .banner-middle .middle-num span {
                color: #999;
                font-size: 14px;
                margin-left: 5px;
                font-weight: 400;
            }

        .hover-banner .banner-middle .middle-btn {
            width: 98px;
            height: 28px;
            line-height: 28px;
            font-size: 14px;
            font-weight: 500;
            float: right;
            color: #fff;
            background: -webkit-gradient(linear,left top,right top,from(#ffc400),to(#ff9100));
            background: linear-gradient(90deg,#ffc400,#ff9100);
            border-radius: 14px;
            -webkit-box-shadow: none;
            box-shadow: none;
            margin-top: 14px;
            margin-left: 39px;
            text-align: center;
        }

            .hover-banner .banner-middle .middle-btn:hover {
                background: #ff9100;
                color: #fff
            }


    .hover-banner .middle-illustrate {
        width: 100%;
        font-size: 12px;
        font-weight: 500;
        color: #999;
        line-height: 16px;
        margin-top: 3px;
        padding: 0 165px 0 30px;
    }

.hover-banner-different {
    padding: 0;
    overflow: hidden;
}

    .hover-banner-different .hover-banner-top-different {
        width: 100%;
        background: #fff;
        display: block;
    }

    .hover-banner-different .banner-head .banner-logo {
        width: 100px;
        height: 30px;
        font-size: 14px;
        font-weight: 400;
        background: url(/assets/images/consultingtishi.png) no-repeat 50%;
        background-size: cover;
        border-radius: 0 0 6px 0;
    }

    .hover-banner-different .banner-head {
        width: 100%;
        background: url();
    }

        .hover-banner-different .banner-head .banner-main .banner-left {
            margin-left: 30px;
        }

            .hover-banner-different .banner-head .banner-main .banner-left .banner-vip {
                margin-top: 20px;
            }

                .hover-banner-different .banner-head .banner-main .banner-left .banner-vip p {
                    background: linear-gradient(-53deg,#f07d17,#ffae12);
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                    font-size: 18px;
                    font-weight: 700;
                    color: #ff9100;
                    line-height: 18px;
                }

            .hover-banner-different .banner-head .banner-main .banner-left .banner-intro {
                width: 292px;
                height: 16px;
                font-size: 12px;
                font-weight: 500;
                color: #999;
                line-height: 16px;
                text-shadow: none;
                margin-top: 10px;
            }

                .hover-banner-different .banner-head .banner-main .banner-left .banner-intro span {
                    font-size: 12px;
                    font-weight: 500;
                    color: #999;
                    line-height: 16px;
                }

        .hover-banner-different .banner-head .banner-main .banner-right {
            width: 98px;
            height: 28px;
            line-height: 28px;
            font-size: 14px;
            font-weight: 500;
            color: #fff;
            background: -webkit-gradient(linear,left top,right top,from(#ffc400),to(#ff9100));
            background: linear-gradient(90deg,#ffc400,#ff9100);
            border-radius: 14px;
            -webkit-box-shadow: none;
            box-shadow: none;
            margin-top: 14px;
            margin-left: 39px;
            text-align: center;
        }

            .hover-banner-different .banner-head .banner-main .banner-right:hover {
                cursor: pointer;
                background: #ff9100
            }


.hover-banner .banner-head .banner-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.FadeInFadeOut {
    -webkit-animation: hideToshow .8s;
    animation: hideToshow .8s;
}

.bott-borderBox {
    width: 100%;
    margin-top: 5px;
    padding: 0 30px;
}

    .bott-borderBox .boyBorder {
        width: 100%;
        height: 1px;
        opacity: .5;
        border-bottom: 1px solid #ff9100;
    }

.life-close {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 10;
}

.contactForm .selectDate {
    width: 50%;
    float: left;
}

.btnpaydeposit {
    background: #7E9045;
    color: #FFF;
    cursor: pointer;
    float: left;
    font-family: Lato,sans-serif;
    font-size: 19px;
    font-weight: 700;
    padding: 7px 35px;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.project-refund-intro{
    color: #a9622d;
    margin: 40px 0 20px;
    font-size: 14px;
    line-height: 18px;
}

.lector-entry {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 40px;
    height: 100px;
    margin: 8px 0 0 0;
    border-radius: 4px;
    background-color: #EAA63F;
    cursor: pointer;
}

    .lector-entry:hover {
        background-color: #7E9045;
    }

.lector-entry__text {
    display: inline-block;
    width: 16px;
    line-height: 18px;
    font-size: 16px;
    color: rgb(255, 255, 255);
}

.qrcode-bubble {
    display: none;
    z-index: 100000;
}

    .qrcode-bubble .qrcode {
        border: 1px solid #e6e6e6;
        position: absolute;
        right: 50px;
        top: -44px;
        width: 200px;
        padding: 16px 7px 14px 16px;
        background-color: #fff;
        border-radius: 5px;
        text-align: center;
        max-height: 200px;
        overflow-y: auto;
    }

    .qrcode-bubble .arrow .arrow-border {
        border-left-color: #e6e6e6;
        display: block;
        position: absolute;
        top: 15px;
        right: 32px;
        border-width: 7px 9px;
        border-style: solid;
        border-color: transparent transparent transparent #fff;
    }

    .qrcode-bubble .arrow .arrow-cnt {
        left: -12px;
        display: block;
        position: absolute;
        top: 15px;
        right: 32px;
        border-width: 7px 9px;
        border-style: solid;
        border-color: transparent transparent transparent #fff;
    }


.tb-sharetrip {
    width: 100%;
    line-height: 40px;
}

    .tb-sharetrip .tb-header {
        background-color: #ffd964;
        color: #945b00;
        font-weight:bolder;
    }

    .tb-sharetrip .altr {
        background-color: #ededed;
    }
