.gradient-btn {
    background: #FB820E;
    background: -moz-linear-gradient(right,#fe9c29 0,#ec7504 100%);
    background: -webkit-gradient(linear,left right,left left,color-stop(0%,#fe9c29),color-stop(100%,#ec7504));
    background: -webkit-linear-gradient(right,#fe9c29 0,#ec7504 100%);
    background: -o-linear-gradient(right,#fe9c29 0,#ec7504 100%);
    background: -ms-linear-gradient(right,#fe9c29 0,#ec7504 100%);
    background: linear-gradient(to right,#fe9c29 0,#ec7504 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe9c29', endColorstr='#ec7504', GradientType=0);
}

.gradient-btn:hover {
    text-decoration: none;
    background: #ec7504;
    background: -moz-linear-gradient(right,#ec7504 0,#ef4419 100%);
    background: -webkit-gradient(linear,left right,left left,color-stop(0%,#ec7504),color-stop(100%,#ef4419));
    background: -webkit-linear-gradient(right,#ec7504 0,#ef4419 100%);
    background: -o-linear-gradient(right,#ec7504 0,#ef4419 100%);
    background: -ms-linear-gradient(right,#ec7504 0,#ef4419 100%);
    background: linear-gradient(to right,#ec7504 0,#ef4419 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec7504', endColorstr='#ef4419', GradientType=0);
}

.navigation-side {
    position: fixed;
    right: 30px;
    bottom: 75px;
    margin-top: -36px;
    /* background: #ffffff; */
    z-index: 999;
    /* box-shadow: 0 0 2px rgba(0, 0, 0, .13); */
    /* border-radius: 3px; */
}

.navigation-side-item {
    width: 72px;
    /* height: 72px; */
    display: block;
    box-sizing: border-box;
    text-align: center;
    /* padding: 6px 0; */
    /* border-bottom: 1px solid #e4e4e4; */
    /* cursor: pointer; */
    position: relative;
    /* border-radius: 3px; */
}

.navigation-side-item.telephone {
    margin-top: 20px;
}

.navigation-side-item .item-c {
    border: 1px solid #e1e1e1;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .12);
    border-radius: 5px;
    padding: 6px 2px;
    cursor: pointer;
    background-color: #ffffff;
}

.navigation-side-item .item-c:hover{
    background: #f7f7f7;
}

.navigation-side-item .item-c:hover a{
    color: #fb830d;
}

/*屏蔽点击*/
.navigation-side-item.online-salesman .item-c {
    cursor: auto;
}

.navigation-side-item.online-salesman .item-c:hover{
    background: unset;
}

.navigation-side-item.online-salesman .item-c:hover a{
    color: unset;
}

.navigation-side-item .item-c .message-count {
    position: absolute;
    right: -8px;
    top: -8px;
    background-color: #ff0000;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    color: #ffffff;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}

.navigation-side-item  a {
    color: #666666;
    font-size: 13px;
    margin-top: 5px;
    display: block;
}

.navigation-side-item a.to-chat-a {
    margin-top: 0px;
}

.icon-navigation {
    display: block;
    width: 28px;
    height: 28px;
    background: url("/img/landing/new/naviggation-side.png") no-repeat;
    background-size: auto 28px;
    margin: 0 auto;
    margin-bottom: 5px;
}


.telephone.icon-navigation {
    background-image: url("/img/landing/new/naviggation-phone.png");
}

.online-salesman .online-question.icon-navigation {
    /*background-image: url("/img/landing/new/naviggation-abiao.jpg");*/
    width: 32px;
    height: 32px;
    border-radius: 16px;
    background-size: auto 32px;
}

.online-robot .online-question.icon-navigation {
    background-image: url("/img/landing/new/naviggation-online-robot.png");
}


.telephone-consulting {
    border: 1px solid #e1e1e1;
    position: absolute;
    right: 90px;
    width: 210px;
    top: 0;
    background: #fff;
    text-align: left;
    padding: 12px 15px 12px 17px;
    border-radius: 4px;
    box-sizing: border-box;
    display: none;
    transition: opacity 1s, left 1s;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .12);
}

.arrows-right {
    position: absolute;
    right: -15px;
    width: 0px;
    height: 0px;
    border: 8px solid rgba(255, 255, 255, 0);
    border-left-color: #ffffff;
}

.row-title {
    color: #FB830D;
    font-size: 14px;
}

.row-item .row-item-left {
    display: inline-block;
    position: absolute;
    margin-top: 2px;
}

.row-item .row-item-right {
    width: 170px;
    margin-left: 30px;
    text-align: left;
}

.row-item {
    margin-top: 6px;
}

.row-item-right .number {
    font-weight: bold;
    letter-spacing: 1px;
}

.row-item-right .time,.row-item-right .name {
    font-size: 12px;
    color: #999999;
}

.telephone-consulting-icon {
    width: 20px;
    height: 20px;
    background: url("/img/landing/new/telephone-icon.png") no-repeat;
    background-size: auto 20px;
}

.telephone-consulting-icon.telephone {
    background-position: -21px 0;
}


.online-consulting {
    border: 1px solid #e1e1e1;
    display: block;
    position: absolute;
    right: 90px;
    top: 0;
    background: #fff;
    text-align: left;
    padding: 12px 10px 12px 17px;
    transition: opacity 1s, left 1s;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .12);
    /*cursor: pointer;*/
    border-radius: 3px;
}

.online-consulting .qrcode-img {
    height: 88px;
    /* width: 110px; */
    float: left;
    margin-right: 10px;
}

.online-consulting .qrcode-txt {
    margin-top: 5px;
    margin-left: 55px;
    font-size: 14px;
    vertical-align: middle;
}
.online-consulting .qrcode-txt img {
    margin-right: 2px;
    width: 18px;
    vertical-align: middle;
}
.online-consulting .qrcode-txt span {
    color: #fb830d;
    vertical-align: middle;
}

.online-consulting .manager-name-c {
    margin-top: 5px;
    display: inline-block;
}

.online-consulting .close-btn {
    position: absolute;
    top: 2px;
    right: 12px;
    font-size: 16px;
    color: #cccccc;
    margin-top: 0;
    font-weight: 500;
    display: block;
    cursor: pointer;
}

.online-consulting .to-chat-a:hover {
    color: unset;
}

.online-consulting .manager-name {
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
}

.online-consulting .manager-title {
    margin-left: 5px;
    vertical-align: middle;
    position: relative;
    font-size: 14px;
}

.online-consulting .manager-title .online-circle {
    background: #37de24;
    border-radius: 6px;
    width: 6px;
    height: 6px;
    position: absolute;
    border: 1px solid #fff;
    display: inline-block;
    right: -9px;
    top: -4px;
}

.online-consulting .manager-message {
    margin-top: 12px;
    width: 440px;
    position: relative;
}

.online-consulting .manager-message .consulting-btn {
    display: inline-block;
    position: absolute;
    margin-left: 10px;
    color: #ffffff;
    padding: 6px 15px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    top: 0;
}

@media screen and (max-width:780px) {
    .navigation-side {
        display: none;
    }
}