﻿body{
    width: 100%;
    height: 100%;
    background: url(../images/jqrBg.png);
}
.mainBox{
    width: 1200px;
    margin: 5% auto 0;
    background: url(../images/jqrbgbottom.png) no-repeat center 443px;
    padding-bottom: 32px;
    height: 50%;
}

/* main start */
.outBox{
    overflow-y: auto;
    height: 375px;
    background: #F3F9FF url(../images/jqrLogo.png) no-repeat 1067px 20px;
    padding:30px;
    border-radius: 8px 8px 0 0;
}
.inputBox{
    height: 162px;
    background: #fff;
    border-radius: 0 0 8px 8px;
}
.inputBox textarea{
    width: 1140px;
    height: 54px;
    margin: 0 auto;
    border: none;
    padding:15px 30px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.inputBox a{
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    background: #1370e7;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 50px;
    box-shadow: 0 3px 10px #d6d6d6;
    margin-right: 30px;
}
/* 我的 */
.myBox .headBox{
    width: 60px;
    height: 60px;
    margin-left: 5px;
    margin-top: 20px;
}
.myBox .popBox{
    padding: 10px;
    background: #1371E6;
    line-height: 30px;
    font-size: 16px;
    border-radius: 20px 0 20px 20px ;
    margin-bottom: 10px;
    color: #fff;
    box-shadow: 0 0 10px #c0c4cb;
    margin-top: 47px;
}
.textOut{
    max-width: 70%;
}
.myTime{
    color: #999;
    margin-bottom: 5px;
}
/* 机器人 */
.robotBoxs .headBox{
    width: 60px;
    height: 60px;
    margin-right: 5px;
    margin-top: 20px;
}
.robotBoxs .popBox{
    padding: 10px;
    background: #fff;
    line-height: 30px;
    font-size: 14px;
    border-radius:0 20px 20px 20px ;
    margin-bottom: 10px;
    box-shadow: 0 0 10px #deeaff;
    margin-top: 47px;
}
.recommendQuestions {
    margin-top: 5px;
}
.recommendQuestions a{
    line-height: 30px;
    font-size: 14px;
    padding-left: 10px;
    background: url(../images/jqrspot.png) no-repeat left 6px;
}
.recommendQuestions a:hover{
    color: #1370e7;
}
.titleTop{
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.titleTop span{
    color: #1371E6;
}