/*
 *114piaowu.com style
 *author:chenwei X1
*/
body{
  background-color: #e5e5e5;
}
a{
  color: #0089e1;
}
a:hover{
  color: #ff6600;
}
.wapper{
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  padding-top: 20px;
}
.selfQA{
  width: 960px;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0,0,0,.5);
  background-color: #f1f1f1;
  overflow: hidden;
}
.header{
  height: 100px;
  background-color: #0083de;
  background-image: url("../images/header-bg.png");
  border-bottom: 3px solid #005b9a;
  position: relative;
  font-family: 'Microsoft Yahei', sans-serif;
}
.header .logo{
  float: left;
  margin-top: 20px;
  margin-left: 30px;
  margin-left: 30px;
}
.header h3{
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}
.header h5{
  color: #8ad1ff;
  font-size: 14px;
}
.header .icon-close{
  position: absolute;
  right: 20px;
  top: 20px;
  height: 18px;
  width: 18px;
  background-image: url("../images/icon-close.png");
  text-indent: -9999em;
  cursor: pointer;
  _overflow: hidden;
}
@keyframes close-anim {
  from {transform:rotate(0deg);}
  to {transform: rotate(180deg);}
}
@-moz-keyframes myfirst {
  from {transform: rotate(0deg)}
  to {transform: rotate(0deg)}
}
@-webkit-keyframes myfirst{
  from {transform: rotate(0deg)}
  to {transform: rotate(0deg)}
}
@-o-keyframes myfirst{
  from {transform: rotate(0deg)}
  to {transform: rotate(0deg)}
}
.header .icon-close:hover{
  animation: close-anim .5s 1;
  -moz-animation: close-anim .5s 1;
  -webkit-animation: close-anim .5s 1;
  -o-animation: close-anim .5s 1;
}
/*container*/
.container{
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.left{
  float: left;
  width: 740px;
  _overflow: hidden;
}
.container .right{
  margin-left: 750px;
}
.chat-box,
.common-QA,
.call-center,
.weichat,
.send-box{
  background-color: #ffffff;
  border-radius: 4px;
}
.chat-box{
  height: 430px;
  overflow-y: scroll;
  margin-bottom: 10px;
  width: 100%;
}
.avatra{
  float: left;
}
.chat-item{
  padding-top: 20px;
  padding-bottom: 20px;
  _zoom: 1;
}
.chat-cont .conts{
  padding-left: 18px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 18px;
  border-radius: 4px;
  position: relative;
  _position: inherit;
}
.iconimg{
  position: absolute;
  top: 15px;
  width: 7px;
  height: 20px;
  display: block;
}
.img-trgyellow{
  background-image: url(../images/img-triangleyellow.png);
  left: -7px;
}
.img-trgwhite{
  background-image: url(../images/img-trianglewhite.png);
  right: -7px;
}
.chat-cont p{
  margin-top: 3px;
  margin-bottom: 3px;
}
.avatra{
  color: #9c9c9c;
  text-align: center;
  _display:table;
}
.av-box{
  height: 64px;
  width: 64px;
  line-height: 64px;
  border-radius: 999em;
  border:1px solid #cccccc;
  margin-bottom: 10px;
  overflow: hidden;
  _display: table-cell;
  *font-size: 60px;
  _zoom:1;
}
.chat-robot{
  padding-left: 20px;
  padding-right: 100px;
}
.chat-robot .chat-cont{
  margin-left: 84px;
}
.chat-robot .chat-cont .conts{
  float: left;
  background-color: #fff6e6;
}
.chat-robot .av-box{
  border-color: #a2cbe5;
}
.chat-robot .av-box img{
  vertical-align: middle;
}
.chat-user{
  padding-left: 100px;
  padding-right: 20px;
}
.chat-user .avatra{
  float: right;
}
.chat-user .chat-cont{
  margin-right: 84px;
  text-align: right;
}
.chat-user .chat-cont .conts{
  float: right;
  background-color: #ececec;
}
/*send message*/
.send-message{
  position: relative;
}
.send-message .keywords-tips{
  position: absolute;
  width: 562px;
  height: 110px;
  overflow-y: scroll;
  background-color: #f1f1f1;
  border: 1px solid #dcdcdc;
  top: -124px;
  border-radius: 4px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
.keywords-tips li{
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: 1px dashed #dcdcdc;
}
.keywords-tips a{
  color: #3c3c3c;
}
.keywords-tips a:hover{
  color: #ff6600;
}
.hot-color{
  color: #f10000;
}
.cold-color{
  color: #000;
}

.blur-color{
  color: #0089e1;
}

.send-box{
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-color: #ffffff;
  border-style: solid;
  width: 560px;
  height: 100px;
  float: left;
  font-size: 12px;
}
.send-box:focus,
.send-box:active{
  outline: 0px;
  border-color: #5cc1ff;
}
.send-message .send-btn{
  margin-left: 600px;
  padding-top: 35px;
  text-align: center;
}
.common-QA,
.call-center,
.weichat{
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-bottom: 10px;
}
.weichat{
  margin-bottom: 0px;
  color: #9c9c9c;
}
.weichat h3{
  font-size: 14px;
  color: #3c3c3c;
}
.common-QA h3,
.call-center h3{
  padding-bottom: 10px;
  font-size: 14px;
  border-bottom: 1px dashed #dcdcdc;
}
.common-QA .bd{
  height: 202px;
  overflow-y: scroll;
}
.common-QA .bd p{
  margin-top: 10px;
  margin-bottom: 10px;
}
.common-QA a{
  color: #3c3c3c;
}
.common-QA a:hover{
  color: #ff6600;
}
.icon-qa{
  height: 16px;
  width: 16px;
  background-image: url("../images/icon-question.png");
  _background-image: url("../images/icon-question-ie6.png");
}
.call-center,
.weichat{
  text-align: center;
}
.call-center .bd{
  padding-top: 10px;
  padding-bottom: 0px;
}
.call-center h3{
  font-size: 12px;
}
.impt-color{
  color: #ff6600;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

/*
 *reset dialog
*/
.dialog{
  width: 360px;
  margin-left: -180px;
}
.service-waiting{
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.service-waiting p{
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
}








