﻿@charset "utf-8";
/* robot 开始 */

﻿.robot{
    width: 1190px;
    min-height: 880px;
    margin-left: auto;
    margin-right: auto;
}

.robot h2 b{
    font-size: 0px;
    display: block;
    width: 100%;
    height: 85px;
    background:url(../images/robot/bt_znwd.png) 0 50% no-repeat;
}

.robot h2 a{
    display: block;
    border-radius: 50px;
    padding:5px 20px;
    background-color: #fff;
}

.grid{
    padding:0px;
    border-radius: 20px;
}

.p30{
    padding: 30px;
}

.h660{
    height: 660px;
}

.chat-box{
    width:100%;
    display: inline-block;
}

.robot_img{
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    background-image: url(../images/robot/robot.png);
	background-color: #224b7f;
    background-repeat: no-repeat;
    background-size: 40px auto;
	border-radius: 50%;
}

.chat-box>div{
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 0 20px 20px 20px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(32,85,191,.14);
    box-shadow: 0 5px 10px 0 rgba(32,85,191,.14);
	font-size: 16px;
    color: #333
}

.chat-box>div.chat-ask{
    color: #fff;
    background-color: #1b65b8;
    border-radius: 20px 0 20px 20px;
}

.chat-box .list-t li{
    line-height: 30px;
    font-size: 14px;
}


.chat-box-area{
    border-top: 1px solid #ecebeb;
}

.chat-box-area textarea{
    width: 100%;
    height: 150px;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.chat-box-area p{
    line-height: 34px;
}

.chat-box-area p a{
    display: block;
    color: #fff;
    padding:0px 20px;
    border-radius: 5px;
    line-height: 34px;
    background-color: #1b65b8;
}

.toolbar{
    min-height: 880px;
    border-left: 1px solid #ecebeb;
}

.toolbar .list-t li{
    font-size: 14px;
    padding-left: 15px;
    line-height: 24px;
    margin-bottom: 10px;
}

.toolbar .list-t li a{
    white-space: normal;
    overflow: inherit;
}

.toolbar .list-t li:before{
    top: 12px;
}

.a8 li {
    width: 33.33%;
}

.a8 li i {
    position: relative;
    box-sizing: content-box;
    margin: 0 auto 10px;
    background-color: #89bbf3;
    border-radius: 100px;
}

.a8 .s1 {
    background-position: 0 -240px;
}

.a8 .s2 {
    background-position: -40px -240px;
}

.a8 .s3 {
    background-position: -80px -240px;
}

.a8 li a:hover .s1,
.a8 li a:hover .s2,
.a8 li a:hover .s3 {
    border-color: #2792ff;
    background-color: #2792ff;
}






/* robot 结束*/