.sidebar {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -232px;
  width: 72px;
  font-size: 14px;
  text-align: center;
  background-color: #f8f8f8;
  border: 1px solid #e1f1fe;
}
.sidebar > ul {
  z-index: 1;
}
.sidebar .item {
  position: relative;
  float: left;
  background: url(images/sideline.png) bottom center no-repeat;
}
.sidebar .item:hover .seek,
.sidebar .item:hover .code {
  display: block;
}
.sidebar .icon {
  display: block;
  width: 72px;
  height: 72px;
  color: #666;
  line-height: 110px;
}
.sidebar .icon.icon1 {
  background: url(images/img_mb.png) center 12px no-repeat;
}
.sidebar .icon.icon1:hover {
  background-image: url(images/img_mb2.png);
}
.sidebar .icon.icon2 {
  background: url(images/img_wx.png) center 11px no-repeat;
}
.sidebar .icon.icon2:hover {
  background-image: url(images/img_wx2.png);
}
.sidebar .icon.icon3 {
  background: url(images/img_jc.png) center 11px no-repeat;
}
.sidebar .icon.icon3:hover {
  background-image: url(images/img_jc2.png);
}
.sidebar .icon.icon4 {
  background: url(images/img_ai.png) center 11px no-repeat;
}
.sidebar .icon.icon4.active, .sidebar .icon.icon4:hover {
  background-image: url(images/img_ai2.png);
}
.sidebar .icon.icon5 {
  background: url(images/img_compass.png) center 11px no-repeat;
}
.sidebar .icon.icon5:hover {
  background-image: url(images/img_compass2.png);
}
.sidebar .icon.icon6 {
  background: url(images/img_question.png) center 11px no-repeat;
}
.sidebar .icon.icon6:hover {
  background-image: url(images/img_question2.png);
}
.sidebar .icon.active, .sidebar .icon:hover {
  color: #fff;
  background-color: #2f86c9;
}
.sidebar .switch {
  position: relative;
  margin-top: -1px;
  height: 32px;
  color: #666;
  line-height: 32px;
  background-color: #eeeeee;
  z-index: 2;
  cursor: pointer;
}
.sidebar .switch:hover {
  color: #fff;
  background-color: #257ed7;
}
.sidebar .switch.develop {
  width: 72px;
  height: 72px;
  color: #fff;
  line-height: 100px;
  background: #257ed7 url(images/switch.png) center 12px no-repeat;
  overflow: hidden;
}
.sidebar .code {
  display: none;
  position: absolute;
  left: -168px;
  top: -19px;
  padding: 7px 7px 0;
  width: 138px;
  background-color: #fff;
}
.sidebar .code .half .title {
  padding: 10px 0 7px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #257fd7;
}
.sidebar .code .half img {
  display: block;
  margin: 13px auto 20px;
  width: 117px;
  height: 117px;
}
.sidebar .code .half p {
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  color: #999;
}
.sidebar .code .line {
  margin-bottom: 10px;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
}
.sidebar .code .arrowR {
  position: absolute;
  top: 51px;
  right: -5px;
  width: 5px;
  height: 10px;
  background: url(images/arrowR.png) 0 0 no-repeat;
}
.sidebar .seek {
  display: none;
  position: absolute;
  top: -38px;
  left: -106px;
  padding-right: 12px;
  width: 94px;
  background: url(images/arrowR.png) 94px center no-repeat;
}
.sidebar .seek .newseek {
  background: #fff url(images/seek.png) center 15px no-repeat;
}
.sidebar .seek .newseek:hover {
  background-image: url(images/seek2.png);
}
.sidebar .seek .newcomplain {
  background: #fff url(images/complain.png) center 15px no-repeat;
}
.sidebar .seek .newcomplain:hover {
  background-image: url(images/complain2.png);
}
.sidebar .seek .half {
  display: block;
  width: 100%;
  height: 77px;
  line-height: 116px;
  color: #999;
  text-align: center;
  overflow: hidden;
}
.sidebar .seek .half:hover {
  color: #fff;
  background-color: #2f86c9;
}
.sidebar .seek .inner {
  background-color: #fff;
}
.sidebar .seek .line {
  margin: 0 auto;
  width: 65px;
  height: 1px;
  background-color: #e5e5e5;
}
.sidebar .makeAi {
  position: absolute;
  padding: 15px;
  top: 10px;
  left: -480px;
  width: 434px;
  height: 463px;
  border: 1px solid #e5e4e4;
  background-color: #fff;
  box-shadow: 0 0 10px #deddde;
}
.sidebar .makeAi .arrowR {
  position: absolute;
  top: 51px;
  right: -10px;
  width: 10px;
  height: 13px;
  background: url(images/arrowR2.png) 0 0 no-repeat;
}
.sidebar .makeAi .aihead {
  font-size: 14px;
  line-height: 1;
}
.sidebar .makeAi .aihead .department {
  font-size: 16px;
  font-weight: bold;
  color: #257fd7;
}
.sidebar .makeAi .ask .askbox {
  width: 360px;
  height: 40px;
  text-indent: 10px;
  border: 1px solid #dedede;
  border-right: 0;
  outline: none;
}
.sidebar .makeAi .ask .askbtn {
  width: 73px;
  height: 42px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 42px;
  background-color: #257ed7;
  border: 0;
  cursor: pointer;
}
.sidebar .makeAi .chat {
  margin-top: 20px;
  padding: 15px;
  height: 355px;
  background-color: #f8f8f8;
  overflow-x: hidden;
  overflow-y: auto;
}
.sidebar .makeAi .talkitem {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.sidebar .makeAi .user {
  width: 39px;
  height: 39px;
  background: url(images/portrait.png) 0 0 no-repeat;
}
.sidebar .makeAi .dialogue {
  padding: 8px 15px;
  border-radius: 5px;
}
.sidebar .makeAi .newarrow {
  position: absolute;
  top: 12px;
  display: block;
  width: 6px;
  height: 10px;
}
.sidebar .makeAi .computer .user {
  float: left;
}
.sidebar .makeAi .computer .dialogue {
  float: left;
  margin-left: 16px;
  max-width: 270px;
  text-align: left;
  background-color: #f9eedc;
}
.sidebar .makeAi .computer .newarrow {
  left: 49px;
  background: url(images/answer.png) 0 0 no-repeat;
}
.sidebar .makeAi .own .user {
  float: right;
}
.sidebar .makeAi .own .dialogue {
  float: right;
  margin-right: 16px;
  max-width: 270px;
  text-align: left;
  background-color: #cdeaff;
  word-wrap: break-word;
}
.sidebar .makeAi .own .newarrow {
  right: 49px;
  background: url(images/ask.png) 0 0 no-repeat;
}

/*# sourceMappingURL=side.css.map */
