* {
    margin: 0 auto;
    padding: 0;
}
a{text-decoration: none}
ul,li{
    list-style: none;
}
.fl_l{
    float: left;
}
.fl_r{
    float: right;
}
.clf{
    clear: both;
}
#gbody {
    width: 100%;
    background: none;
    padding-top: 10px;
    margin-top: -5px;
}
#gbodyshow {
    width: 1200px;
    min-height: 500px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
}
#gbbtom {
    width: 1130px;
    margin: 0 auto;
}
.rebot_box{
    width: 1050px;
    margin: 0 auto;
    background-color: #f8f8f8;
}
.rebot_label{
    width: 100%;
    height: 50px;
    background-color: #0066B8;
    padding: 0 80px;
    line-height: 50px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    background-image: url("../img/robot.png");
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 45px;
    box-sizing: border-box;
}


/*聊天界面*/
.interaction_zone{
    width: 75%;
    height: 700px;

}



/*输入框*/
.server_zone{
    width: 24%;
    height: 700px;
    border-left: 1px solid #b8b8b8;
}


/*聊天界面滚轮*/
.interaction_zone .chat_screen{
    height: 495px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.interaction_zone .chat_screen::-webkit-scrollbar-track-piece {
    background-color: #f8f8f8;
    -webkit-border-radius: 0
}

.interaction_zone .chat_screen::-webkit-scrollbar {
    width: 6px;
    height: 10px
}

.interaction_zone .chat_screen::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #b8b8b8;
    -webkit-border-radius: 6px;
    outline: 2px solid #fff;
    outline-offset: -2px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.interaction_zone .chat_screen::-webkit-scrollbar-thumb:hover {
    height: 50px;
    background-color: #878987;
    -webkit-border-radius: 6px
}
.interaction_zone .input_box{
    height: 195px;
    border-top: 1px solid #b8b8b8;
}
.interaction_zone .chat_screen .robot_say{
    min-height: 50px;
    padding-left: 55px;
    box-sizing: border-box;
    background-image: url("../img/robot2.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 40px;
    margin-bottom: 30px;
}
.interaction_zone .chat_screen .robot_say .robot_say_con{
    max-width: 600px;
    min-width: 450px;
    min-height: 50px;
    line-height: 1.5;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #eaeeff;
    padding: 12px;
    box-sizing: border-box;
    float: left;
    font-size: 14px;
    box-shadow: 2px 2px 9px 0 #b5c2f9;
}

.interaction_zone .chat_screen .robot_say .robot_say_con p{
    font-weight: bold;
    color: #1f61ba;
}
.interaction_zone .chat_screen .robot_say .robot_say_con .change_mes{
    display: inline-block;
    width: 50px;
    height: 30px;
    line-height: 30px;
    color: #bd1a2d;
    background: url("../img/change.png") no-repeat left;
    padding-left: 25px;
    background-size: 20px;
    cursor: pointer;
}
.interaction_zone .chat_screen .robot_say .robot_say_con a{
    color:#bd1a2d;
    text-decoration: underline;
}
.interaction_zone .chat_screen .robot_say .robot_say_con ul{
    margin-top: 10px;
    padding-left: 20px;
}
.interaction_zone .chat_screen .robot_say .robot_say_con ul li {
    list-style: disc;
    margin: 5px 0;
}
.interaction_zone .chat_screen .robot_say .robot_say_con .detail{
    color:#666;
    text-decoration: none;
}
.interaction_zone .chat_screen .guest_say{
    min-height: 50px;
    padding-right: 55px;
    box-sizing: border-box;
    background-image: url("../img/yonghu.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 40px;
    margin-bottom: 30px;

}
.interaction_zone .chat_screen .guest_say .guest_say_con{
    max-width: 450px;
    min-height: 50px;
    line-height: 50px;
    color: #ffffff;
    font-size: 14px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #467fb8;
    padding: 0 12px;
    box-sizing: border-box;
    float: right;
    box-shadow: 2px 2px 5px 0 #516ad2;
}
.robot_say:after,.guest_say:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.input_box .input_area{
    display: block;
    width: 100%;
    height: 150px;
    border: none;
    background-color: #f8f8f8;
    outline: none;
    resize: none;
    padding: 20px;
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
}
.input_box .input_bottom{
    height: 45px;
    line-height: 45px;
    padding: 0 12px;
}
.input_box .input_bottom span{
    color:#9b9898;
    font-size: 14px;
}
.input_box .input_bottom .num_notice .curnum{
    color: #f5150b;
}
.input_box .input_bottom .cctc{
    color: #f5150b;
    display: none;
}
.input_box .input_bottom .sub{
    width: 90px;
    height: 30px;
    background-color: #0066B8;
    float: right;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    border-radius: 30px;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
}
.searchword,.search-hit{
    color: #bd1a2d;
}
.server_zone{
}
.server_zone .link_box{
    height: 378px;
}
.mail_box,.phone_box{
    width: 200px;
    height: 170px;
    margin: 20px auto;
    background-color: #fff;
    color: #6f6f6f;
    padding: 15px 15px;
    text-align: center;
    box-sizing: border-box;
}
.abs{
    font-size: 12px;
    padding: 8px 0 0 0 ;
}
.mail_box div,.phone_box div{
    padding: 0 0 15px 0;
    border-bottom: 1px solid #e8e8e8;
}
.mail_box div p,.phone_box div p{
    margin-top: 10px;
}
.mail_box div p a{
    color: #6f6f6f;
}
.mail_box img,.phone_box img{
    display: block;
    margin: 0 auto;

}

.server_zone .history_box{
    width: 100%;
    height: 322px;
}
.server_zone .history_box .history_label{
    padding-left: 20px;
    box-sizing: border-box;
    line-height: 40px;
    font-weight: bold;font-size: 18px;
    color: #0066B8;
    border-bottom: 1px solid #b8b8b8;
}
.server_zone .history_box .history_lists{
    padding: 15px 10px;
    box-sizing: border-box;
}
.server_zone .history_box .history_lists ul li{
    height: 30px;
    line-height: 30px;
    padding-left: 25px;
    box-sizing: border-box;
    background-image: url("../img/history.png");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #888;
    font-size: 14px;
    cursor: pointer;
}