﻿#navright {
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 999999999;
}

    #navright ul {
        margin: 0px;
    }

        #navright ul li {
            margin-top: 10px;
            position: relative;
            /*height: 85px;*/
            display: flex;
            align-items: center;
            justify-content: flex-end;
        }

    #navright .divone {
        position: relative;
    }

        #navright .divone:hover {
            animation: mymove 0.5s infinite;
            -webkit-animation: mymove 0.5s infinite;
            animation-iteration-count: 1;
            animation-fill-mode: forwards;
        }

            #navright .divone:hover i {
                animation: mymovei 0.5s infinite;
                -webkit-animation: mymovei 0.5s infinite;
                animation-iteration-count: 1;
                animation-fill-mode: forwards;
            }

            #navright .divone:hover span {
                animation: mymovespan 0.5s infinite;
                -webkit-animation: mymovespan 0.5s infinite;
                animation-iteration-count: 1;
                animation-fill-mode: forwards;
            }

    #navright .onlineconsultation_cli:hover .onlineconsultation_c{
        animation: onlineconsultation 0.5s infinite;
        -webkit-animation: onlineconsultation 0.5s infinite;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
    }
        #navright .telephoneconsultation_cli:hover .telephoneconsultation_c{
        animation: telephoneconsultation_c 0.5s infinite;
        -webkit-animation: telephoneconsultation_c 0.5s infinite;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
    }
        /*@keyframes telephoneconsultation_c {
    from {
        right: -230px;
    }
    to {
        right: 0px;
    }
}
@keyframes onlineconsultation {
    from {
        right: -230px;
    }
    to {
        right: 0px;
    }
}*/

@keyframes mymovei {
    from {
        font-size: 16px;
    }

    to {
        font-size: 30px;
    }
}

@keyframes mymovespan {
    from {
        font-size: 12px;
    }

    to {
        font-size: 15px;
    }
}

/*@keyframes mymove {
    from {
        width: 55px;
        height: 55px;
    }

    to {
        width: 85px;
        height: 85px;
    }
}

{
    from {
        width: 55px;
        height: 55px;
    }

    to {
        width: 85px;
        height: 85px;
    }
}*/

.star {
    position: relative;
    width: 600px;
    margin: 10px auto;
}

    .star ul, .star span {
        float: left;
        display: inline;
        height: 19px;
        line-height: 19px;
    }


    .star li {
        float: left;
        width: 26px;
        cursor: pointer;
        text-indent: -9999px;
        background: url(../images/star.png) no-repeat;
        height: 26px;
        margin-right: 2px;
    }

    .star strong {
        color: #f60;
        padding-left: 10px;
    }

    .star li.on {
        background-position: 0 -24px;
    }

.layui-elem-quote {
    margin-bottom: 10px;
    padding: 15px;
    line-height: 22px;
    border-left: 5px solid #009688;
    border-radius: 0 2px 2px 0;
    background-color: #f2f2f2;
    font-size: 16px;
}

#div_wenjuanList {
    font-size: 14px;
}

    #div_wenjuanList li span {
        cursor: pointer;
    }

    #div_wenjuanList li input {
        cursor: pointer;
        position: inherit;
        left: 0px;
        margin: 0px;
        margin-right: 4px;
    }

.noLogin {
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
    position: fixed;
    background-color: #797c7f;
    opacity: 0.6;
}

    .noLogin a {
        font-size: 16px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 300px;
        background-color: #000000;
        height: 34px;
        line-height: 34px;
        color: #ffffff;
    }
