.hideScrollBar {
  /* 滚动槽 */
  /* 滚动条滑块 */
}
.hideScrollBar ::-webkit-scrollbar {
  width: 1px;
}
.hideScrollBar ::-webkit-scrollbar-track {
  -webkit-box-shadow: #00000000;
  border-radius: 1px;
}
.hideScrollBar ::-webkit-scrollbar-thumb {
  border-radius: 1px;
  background: #00000000;
  -webkit-box-shadow: #00000000;
}
.hideScrollBar ::-webkit-scrollbar-thumb:window-inactive {
  background: #00000000;
}
.znwd-container {
  position: relative;
  background-image: url("../imgs/bg.png");
  background-size: cover;
  margin: 0;
  padding: 0;
}
.znwd-container * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 13.666px;
}
.znwd-container::before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-linear-gradient(to bottom, #229fff, #147bf1);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(to bottom, #229fff, #147bf1);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(to bottom, #229fff, #147bf1);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to bottom, #229fff, #147bf1);
  z-index: -1;
}
.znwd-container .znwd {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 25px;
}
.znwd-container .znwd .znwd-titles {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.znwd-container .znwd .znwd-titles > div:nth-child(1) {
  width: 659px;
  height: 38px;
  background-size: 659px 38px;
  background-image: url(../imgs/icon13.png);
  /* background-position-x: -112px; */
  background-repeat: no-repeat;
}
.znwd-container .znwd .znwd-titles > div:nth-child(2) {
  width: 150px;
  display: flex;
  justify-content: space-between;
}
.znwd-container .znwd .znwd-titles > div:nth-child(2) .icon {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 5px #0000007F;
  position: relative;
  cursor: pointer;
}
.znwd-container .znwd .znwd-titles > div:nth-child(2) .icon:hover {
  background-color: #FFFFFFB2;
}
.znwd-container .znwd .znwd-titles > div:nth-child(2) .icon::before {
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.znwd-container .znwd .znwd-titles > div:nth-child(2) .icon:nth-child(1)::before {
  background-image: url("../imgs/icon1.png");
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
}
.znwd-container .znwd .znwd-titles > div:nth-child(2) .icon:nth-child(2)::before {
  background-image: url("../imgs/icon2.png");
  background-size: 21px 20px;
  width: 21px;
  height: 20px;
}
.znwd-container .znwd .znwd-titles > div:nth-child(2) .icon:nth-child(3)::before {
  background-image: url("../imgs/icon3.png");
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.znwd-container .znwd .chatBox {
  display: flex;
  align-items: center;
}
.znwd-container .znwd .chatBox > .left {
  width: 860px;
  height: 730px;
  position: relative;
  background-color: #f8fafc;
  border-right: 1px solid #ccc;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(1) {
  flex: 1;
  position: relative;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(1) .content {
  position: absolute;
  left: 25px;
  top: 20px;
  bottom: 50px;
  right: 25px;
  overflow-y: auto;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(1) .content .chatItem .headIcon {
  width: 40px !important;
  height: 40px !important;
  border-radius: 20px;
  background-color: #d9ebff;
  position: relative;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(1) .content .chatItem .headIcon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.znwd-container .znwd .chatBox > .left > div:nth-child(1) .content .chatItem .headIcon.robot::before {
  width: 26px;
  height: 23px;
  background-size: 26px 23px;
  background-image: url("../imgs/icon12.png");
}
.znwd-container .znwd .chatBox > .left > div:nth-child(1) .content .chatItem .chatContent {
  background-color: #fff;
  box-shadow: 0 0 5px #C8C8C87F;
  padding: 10px;
  max-width: 480px;
  border-radius: 10px;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(1) .content .chatItem .chatContent.chatPage .tabs {
  display: flex;
  margin-top: 10px;
  flex-wrap: wrap;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(1) .content .chatItem .chatContent.chatPage .tabsW {
  /*display: flex;*/
  margin-top: 10px;
  /*flex-wrap: wrap;*/
}
.znwd-container .znwd .chatBox > .left > div:nth-child(1) .content .chatItem .chatContent.chatPage .tabs div {
  height: 30px;
    line-height: 30px;
    padding: 0 8px;
    color: #fff;
    /* border: 1px solid #4d94f0; */
    background-color: rgb(30,125,249);
    cursor: pointer;
    border-radius: 15px;
    margin-left: 5px;
    margin-top: 5px;
  overflow: hidden;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(1) .content .chatItem .chatContent.chatPage .tabs div.selected {
  background-color: #fff;
  color: #4d94f0;
  cursor: auto;
  border: 1px solid #4d94f0;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(1) .content .chatItem .chatContent.chatPage .footer {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #ccc;
  display: flex;
  justify-content: flex-end;
  width: auto;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(1) .content .chatItem .chatContent.chatPage .footer div {
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(1) .content .chatItem .chatContent.chatPage .footer div::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.znwd-container .znwd .chatBox > .left > div:nth-child(1) .content .chatItem .chatContent.chatPage .footer div:nth-child(1)::before {
  background-image: url("../imgs/icon16.png");
  width: 16px;
  height: 17px;
  background-size: 16px 17px;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(1) .content .chatItem .chatContent.chatPage .footer div:nth-child(2)::before {
  background-image: url("../imgs/icon17.png");
  width: 16px;
  height: 17px;
  background-size: 16px 17px;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(1) .content .chatItem .chatContent.chatPage .footer div + div {
  margin-left: 10px;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(1) .content .chatItem .chatContent.chatPage .list {
  margin-top: 10px;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(1) .content .chatItem .chatContent.chatPage .list div {
  position: relative;
  padding-left: 15px;
  cursor: pointer;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(1) .content .chatItem .chatContent.chatPage .list div a {
  text-decoration: none;
  color: unset;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(1) .content .chatItem .chatContent.chatPage .list div::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../imgs/icon21.png");
  width: 6px;
  height: 10px;
  background-size: 6px 10px;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(1) .content .chatItem .chatContent.chatPage .list div span {
  color: #fb372f;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(1) .content .chatItem .chatContent.chatPage .list div + div {
  margin-top: 10px;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(1) .content .chatItem.left {
  display: flex;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(1) .content .chatItem.left .chatContent {
  margin-left: 10px;
  border-top-left-radius: 0;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(1) .content .chatItem.right {
  display: flex;
  justify-content: flex-end;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(1) .content .chatItem.right .chatContent {
  background-color: #4d94f0;
  border-top-right-radius: 0;
  color: #fff;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(1) .content .chatItem:nth-child(1) {
  margin-top: 5px;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(1) .content .chatItem:last-child {
  margin-bottom: 5px;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(1) .content .chatItem + .chatItem {
  margin-top: 10px;
  margin-bottom: 20px;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(1) .tags {
  display: flex;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 0;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(1) .tags div {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 15px;
  box-shadow: 0 0 5px #C8C8C87F;
  background-color: #fff;
  cursor: pointer;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(1) .tags div + div {
  margin-left: 10px;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(1) .tags div.hot {
  position: relative;
  padding-left: 25px;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(1) .tags div.hot::before {
  content: "";
  display: block;
  width: 11px;
  height: 13px;
  background-size: 11px 13px;
  background-image: url("../imgs/icon18.png");
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.znwd-container .znwd .chatBox > .left > div:nth-child(1) .guess {
  display: none;
  padding: 15px;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  left: 10px;
  box-shadow: 0 0 5px #DEDEDE7F;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  min-width: 350px;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(1) .guess > div:nth-child(1) {
  font-weight: bold;
  color: #4d94f0;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(1) .guess > div:nth-child(2) {
  min-width: 350px;
  max-width: 550px;
  margin-top: 10px;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(1) .guess > div:nth-child(2) > div {
  cursor: pointer;
  position: relative;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(1) .guess > div:nth-child(2) > div + div {
  margin-top: 5px;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(1) .guess > div:nth-child(2) > div > div:nth-child(1) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(1) .guess > div:nth-child(2) > div > div:nth-child(1) span {
  color: #fb372f;
  font-weight: bold;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(1) .guess > div:nth-child(2) > div > div:nth-child(1) a {
  text-decoration: none;
  color: unset;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(1) .guess > div:nth-child(2) > div > div:nth-child(2) {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
  color: #999;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(2) {
  height: 150px;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #ccc;
  border-radius: 0 0 20px 20px;
  position: relative;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(2) textarea {
  width: 100%;
  height: 100px;
  border: 0;
  outline: none;
  resize: none;
  padding: 10px;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(2) .tips {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 10px;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(2) .tips div:nth-child(1) {
  color: #aaa;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(2) .tips div:nth-child(1) span {
  font-weight: bold;
  color: #4d94f0;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(2) .tips div:nth-child(3) {
  height: 35px;
  line-height: 35px;
  padding: 0 20px 0 50px;
  background-color: #4d94f0;
  border-radius: 17.5px;
  color: #fff;
  position: relative;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(2) .tips div:nth-child(3)::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  background-image: url("../imgs/icon19.png");
  background-size: 20px 18px;
  width: 20px;
  height: 18px;
}
.znwd-container .znwd .chatBox > .right {
  width: 350px;
  height: 730px;
  margin-left: 10px;
}
.znwd-container .znwd .chatBox > .right .topZnwd {
  border-radius: 10px;
}
.znwd-container .znwd .chatBox > .right .topZnwd .tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
.znwd-container .znwd .chatBox > .right .topZnwd .tabs div {
  font-size: 16px;
  height: 38px;
  width: 32%;
  text-align: center;
  color: white;
  cursor: pointer;
  line-height: 38px;
  font-size: 15px;
  font-weight: bold;
  border-radius: 8px;
}
.znwd-container .znwd .chatBox > .right .topZnwd .tabs div.selected {
  cursor: auto;
  font-weight: bold;
  color: #1d7df9;
  position: relative;
}
.znwd-container .znwd .chatBox > .right .topZnwd .tabs div.selected::before {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #1d7df9;
}
.znwd-container .znwd .chatBox > .right .topZnwd .list {
  margin-top: 10px;
}
.znwd-container .znwd .chatBox > .right .topZnwd .list div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 10px;
  position: relative;
  cursor: pointer;
}
.znwd-container .znwd .chatBox > .right .topZnwd .list div + div {
  margin-top: 10px;
}
.znwd-container .znwd .chatBox > .right .topZnwd .list div::before {
  content: " ";
  width: 3px;
  height: 3px;
  background-color: #888;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.znwd-container .znwd .chatBox > .right .middlePage {
  margin-top: 10px;
  width: 100%;
  border-radius: 10px;
  padding: 6px;
  background-color: #ffffff;
}
.znwd-container .znwd .chatBox > .right .middlePage .areaList {
  height: 50%;
}
.znwd-container .znwd .chatBox > .right .middlePage .themeList {
  height: 50%;
}
.znwd-container .znwd .chatBox > .right .middletitle {
 height: 36px;
 display: inline-block;
}
.znwd-container .znwd .chatBox > .right .middletitle .middle-title-left{
  width: 6px;
  height: 20px;
  display: inline-block;
  margin-left: 10px;
  background-color: rgb(30,125,249);
  vertical-align: middle;
 }
 .znwd-container .znwd .chatBox > .right .middletitle .middle-title-right{
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  line-height: 36px;
  text-indent: 10px;
 }
 .znwd-container .znwd .chatBox > .right .middletitle .middle-title-right >span{
  font-size: 13px;
  height: 38px;
  line-height: 36px;
  font-weight: normal;
  padding-left: 10px;
  color: #333333;
 }
 .znwd-container .znwd .chatBox > .right .middleContent-area {
  display: inline-block;
  /* flex-wrap: wrap;
  justify-content: space-between; */
  padding:5px 10px;
  height: 121px;
  width: 100%;
  /* border: 1px solid transparent; */
 }
 .znwd-container .znwd .chatBox > .right .middleContent-area .contentChild{
  font-size: 15px;
  border: 1px solid #e9e9e9;
  height: 32px;
  float: left;
  width: 72px;
  border-radius: 5px;
  margin-bottom: 5px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  box-shadow: 1px 1px 5px #f3f3f3;
  margin: 3px;
 }
 .znwd-container .znwd .chatBox > .right .middleContent-area .showIndex{
  background-color: #1e7df9;
  color: white;
 }
 .znwd-container .znwd .chatBox > .right .middleContent-area .contentChild:hover {
  background-color: #1e7df9;
  color: white;
}
.znwd-container .znwd .chatBox > .right .middleContent {
  display: inline-block;
  /* flex-wrap: wrap;
  justify-content: space-between; */
  padding:5px 10px;
  height: 121px;
  width: 100%;
  /* border: 1px solid transparent; */
 }
.znwd-container .znwd .chatBox > .right .middleContent .contentThemeChild{
  font-size: 15px;
  border: 1px solid #e9e9e9;
  height: 32px;
  float: left;
  width: 100px;
  border-radius: 5px;
  margin-bottom: 5px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  box-shadow: 1px 1px 5px #f3f3f3;
  margin: 2px;
 }
 .znwd-container .znwd .chatBox > .right .middleContent .showIndex{
  background-color: #1e7df9;
  color: white;
 }
 .znwd-container .znwd .chatBox > .right .middleContent .contentThemeChild:hover {
  background-color: #1e7df9;
  color: white;
}
.znwd-container .znwd .chatBox > .right .middletitle .middle-title-border {
  width: 100px;
  height: 100%;
  display: flex;
  vertical-align: middle;
  float: right;
  justify-content: center;
  align-items: center;
}
.znwd-container .znwd .chatBox > .right .middletitle .middle-title-border > div {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #C7CFD8FF;
  margin: 7px;
  cursor: pointer;
}
.znwd-container .znwd .chatBox > .right .middletitle .middle-title-border > div:hover {
  background-color: #1e7df9;
  width: 20px;
  margin: 2.5px;
  border-radius: 10px;
  transition: .5s;
}
.show{
  display: flex !important;
}
.znwd-container .znwd .chatBox > .right .lifeCyclePage {
  margin-top: 10px;
  width: 100%;
  border-radius: 10px;
  padding: 6px;
  background-color: #ffffff;
}
.znwd-container .znwd .chatBox > .right .middletitle .middle-title-tabs {
  width: 80px;
  height: 26px;
  display: inline-flex;
  vertical-align: middle;
  margin-left: 10px;
  justify-content: center;
  align-items: center;
border: 1px solid rgb(24,86,172);

}
.znwd-container .znwd .chatBox > .right .middletitle .middle-title-tabs > div {
width: 50%;
height: 100%;
color: #333;
text-align: center;
cursor: pointer;
font-size: 14px;
line-height: 26px;
}
.znwd-container .znwd .chatBox > .right .middletitle .middle-title-tabs > div:hover {
background-color: rgb(24,86,172);
color: #ffffff;
  }
  .znwd-container .znwd .chatBox > .right .lifeCycle .imageLifeList {
    padding: 5px;
  }
  .znwd-container .znwd .chatBox > .right .lifeCycle .imageLifeList > div {
display: none;
  }
.znwd-container .znwd .chatBox > .right .lifeCycle .imageLifeList > div:nth-child(1) {
  width: 296px;
  height: 125px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-image: url(../imgs/personalImg.png);
  position: relative;
}
.znwd-container .znwd .chatBox > .right .lifeCycle .imageLifeList > div:nth-child(1) .csjd {
  position: absolute;
  width: 56px;
  height: 54px;
  cursor: pointer;
}
.znwd-container .znwd .chatBox > .right .lifeCycle .imageLifeList > div:nth-child(1) .jyjd {
  position: absolute;
  width: 56px;
  height: 54px;
  cursor: pointer;
  left: 76px;
}
.znwd-container .znwd .chatBox > .right .lifeCycle .imageLifeList > div:nth-child(1) .cybt {
  position: absolute;
  width: 56px;
  height: 54px;
  cursor: pointer;
  left: 153px;
}
.znwd-container .znwd .chatBox > .right .lifeCycle .imageLifeList > div:nth-child(1) .zfjd {
  position: absolute;
  width: 56px;
  height: 54px;
  cursor: pointer;
  left: 228px;
}
.znwd-container .znwd .chatBox > .right .lifeCycle .imageLifeList > div:nth-child(1) .hsbt {
  position: absolute;
  width: 56px;
  height: 54px;
  cursor: pointer;
  bottom: 0;
  left: 40px;
}
.znwd-container .znwd .chatBox > .right .lifeCycle .imageLifeList > div:nth-child(1) .lntx {
  position: absolute;
  width: 56px;
  height: 54px;
  cursor: pointer;
  bottom: 0;
  left: 118px;
}
.znwd-container .znwd .chatBox > .right .lifeCycle .imageLifeList > div:nth-child(1) .hyjd {
  position: absolute;
  width: 56px;
  height: 54px;
  cursor: pointer;
  bottom: 0;
  right: 46px;
}
.znwd-container .znwd .chatBox > .right .lifeCycle .imageLifeList > div:nth-child(2) {
  width: 291px;
  height: 125px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-image: url(../imgs/legalpersonImg.png);
  position: relative;
}
.znwd-container .znwd .chatBox > .right .lifeCycle .imageLifeList > div:nth-child(2) .kbjd {
  position: absolute;
  width: 56px;
  height: 54px;
  cursor: pointer;
  left: 0px;
}
.znwd-container .znwd .chatBox > .right .lifeCycle .imageLifeList > div:nth-child(2) .jsjd {
  position: absolute;
  width: 56px;
  height: 54px;
  cursor: pointer;
  left: 104px;
}
.znwd-container .znwd .chatBox > .right .lifeCycle .imageLifeList > div:nth-child(2) .rzbt {
  position: absolute;
  width: 56px;
  height: 54px;
  cursor: pointer;
  right: 26px;
}
.znwd-container .znwd .chatBox > .right .lifeCycle .imageLifeList > div:nth-child(2) .zxjd {
  position: absolute;
  width: 56px;
  height: 54px;
  cursor: pointer;
  left: 4px;
  bottom: 0px;
}
.znwd-container .znwd .chatBox > .right .lifeCycle .imageLifeList > div:nth-child(2) .bgjd {
  position: absolute;
  width: 56px;
  height: 54px;
  cursor: pointer;
  left: 104px;
  bottom: 0px;
}
.znwd-container .znwd .chatBox > .right .lifeCycle .imageLifeList > div:nth-child(2) .yyjd {
  position: absolute;
  width: 56px;
  height: 54px;
  cursor: pointer;
  right: 26px;
  bottom: 0px;
}




.znwd-container .znwd .chatBox > .right .middle {
  margin-top: 15px;
}
.znwd-container .znwd .chatBox > .right .middle > div:nth-child(1) {
  width: 131px;
  height: 28px;
  background-size: 131px 28px;
  background-image: url("../imgs/icon14.png");
  margin: 0 auto;
}
.znwd-container .znwd .chatBox > .right .middle > div:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.znwd-container .znwd .chatBox > .right .middle > div:nth-child(2) > div {
  width: 100px;
  height: 100px;
  border-radius: 15px;
  box-shadow: 0 0 5px #DEDEDE7F;
  background-color: #fff;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.znwd-container .znwd .chatBox > .right .middle > div:nth-child(2) > div > div:nth-child(1) {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
}
.znwd-container .znwd .chatBox > .right .middle > div:nth-child(2) > div > div:nth-child(2) {
  text-align: center;
}
.znwd-container .znwd .chatBox > .right .middle > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) {
  background-image: url("../imgs/icon5.png");
  background-size: 30px 27px;
}
.znwd-container .znwd .chatBox > .right .middle > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) {
  background-image: url("../imgs/icon6.png");
  background-size: 34px 27px;
}
.znwd-container .znwd .chatBox > .right .middle > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) {
  background-image: url("../imgs/icon7.png");
  background-size: 23px 28px;
}
.znwd-container .znwd .chatBox > .right .middle > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) {
  background-image: url("../imgs/icon8.png");
  background-size: 33px 31px;
}
.znwd-container .znwd .chatBox > .right .middle > div:nth-child(2) > div:nth-child(5) > div:nth-child(1) {
  background-image: url("../imgs/icon9.png");
  background-size: 29px 29px;
}
.znwd-container .znwd .chatBox > .right .middle > div:nth-child(2) > div:nth-child(6) > div:nth-child(1) {
  background-image: url("../imgs/icon10.png");
  background-size: 35px 34px;
}
.znwd-container .znwd .chatBox > .right .bottom {
  margin-top: 10px;
  width: 100%;
  border-radius: 10px;
  padding: 6px;
  background-color: #ffffff;
}
.znwd-container .znwd .chatBox > .right .middletitle .middle-title-clear {
  width: 190px;
  height: 26px;
  display: inline-flex;
  vertical-align: middle;
  margin-left: 10px;
  justify-content: right;
  cursor: pointer;
  color: #aaa;
  align-items: center;

}
.znwd-container .znwd .chatBox > .right .middletitle .middle-title-clear > span {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-image: url(../imgs/icon11.png);
  vertical-align: middle;
  margin-right: 2px;
}
/* .znwd-container .znwd .chatBox > .right .bottom .title {
  position: relative;
}
.znwd-container .znwd .chatBox > .right .bottom .title > div:nth-child(1) {
  background-image: url("../imgs/icon15.png");
  width: 128px;
  height: 24px;
  background-size: 128px 24px;
  margin: 0 auto;
}
.znwd-container .znwd .chatBox > .right .bottom .title > div:nth-child(2) {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 20px;
  cursor: pointer;
  color: #aaa;
}
.znwd-container .znwd .chatBox > .right .bottom .title > div:nth-child(2)::before {
  content: " ";
  display: block;
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-image: url("../imgs/icon11.png");
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
} */
.znwd-container .znwd .chatBox > .right .bottom .list {
  margin-left: -10px;
  font-size: 0;
}
.znwd-container .znwd .chatBox > .right .bottom .list div {
  font-size: 13.66px;
  margin-left: 10px;
  margin-top: 10px;
  height: 30px;
  border-radius: 15px;
  padding: 0 15px;
  background-color: #f7f7f7;
  display: inline-block;
  line-height: 30px;
  cursor: pointer;
}
.submitBox {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #00000033;
  z-index: 1024;
  display: none;
}
.submitBox .submitBoxInner {
  width: 400px;
  background-color: #FFF;
  height: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 5px;
  overflow: hidden;
}
.submitBox .submitBoxInnerHeader {
  width: 100%;
  height: 30px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
  background-color: #147bf1;
  line-height: 30px;
}
.submitBox textarea {
  width: 380px;
  margin: 10px;
  height: 110px;
  resize: none;
  padding: 5px;
}
.submitBox .submitBoxInnerFooter {
  display: flex;
  justify-content: space-around;
}
.submitBox .submitBoxInnerFooter div {
  width: 80px;
  height: 30px;
  line-height: 30px;
  color: #FFF;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}
.submitBox .submitBoxInnerFooter div:nth-child(1) {
  background-color: #ccc;
}
.submitBox .submitBoxInnerFooter div:nth-child(2) {
  background-color: #147bf1;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(1) .content .chatItem .chatContent.chatPage .title .searchTitle{
  color:rgb(30,125,249);
  padding:0px 8px;
  border: 1px solid rgb(30,125,249);
  border-radius: 4px;
  margin: 0 4px;
  cursor:pointer;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(1) .content .chatItem .chatContent.chatPage .searchInput{
  position: relative;
  margin:10px 0;
  width:100%;
  height:30px;
  display: inline-block;
  background-color: rgb(242,242,242);
  border-radius: 6px;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(1) .content .chatItem .chatContent.chatPage .searchInput .iconStyle{
  position: absolute;
  top: calc(50% - 8.5px);
  width:17px;
  height:17px;
  background-size: 100% 100%;
  background-image: url(../imgs/search-icon.png);
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(1) .content .chatItem .chatContent.chatPage .searchInput .inputStyle{
  border: 0;
  outline: none;
  height: 100%;
  width:calc(100% - 50px);
  background-color: rgb(242,242,242);
  border-radius: 6px;
  text-indent: 35px;
}
.znwd-container .znwd .chatBox > .left > div:nth-child(1) .content .chatItem .chatContent.chatPage .searchInput .searchIcon{
  text-align:center;
  line-height:30px;
  width:50px;
  display:inline-block;
  height:100%;
  border-radius: 6px;
  background-color: rgb(30,125,249);
  color:#fff;
  cursor:pointer;
}
.sw_xia{
  justify-content: space-between;
  margin-bottom: 20px;
}
.sw_xia>h5{
  width: 100%;
    height: 40px;
}
.sw_xia .asked_div{
  width: 100%;
    height: 190px;
    position: relative;
    /* margin-top: 10px; */
    background-image: url(../imgs/cnxwbj.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.sw_xia .hottags-ul{ display: block;
    width: 100%;
    height: 190px;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 0 auto;
    animation: slideInRight .5s ease-in-out both;
    /* padding-left: 15px; */
    padding: 11px 0  11px 15px;
}
.sw_xia .asked_div ul li{
  background: url(../imgs/10.png) no-repeat left center;
  width: 50%;
  float: left;
  height: 42px;
  text-align: left;
  cursor: pointer;
}
.sw_xia .hottags-ul li{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: auto;
  height: 26px;
  line-height: 42px;
}
.sw_xia .hottags-ul li a{
  line-height: 42px;
  color: #29201e;
  margin-left: 40px;
  float: left;
  text-decoration: none;
  width: 250px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.cusul{
  width: 100%;
  /* background: #fff; */
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #50a2ff;
}
.cusul li.activespan{
  background: #50a2ff!important;
  border-radius: 5px 5px 0 0;
  box-shadow: 4px 0 0px #50a2ff;
  color: #fff !important;
}
.ul_con .activeTb {
  display: block !important;
}
.cusul li{
  width: 80px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  list-style: none;
  background: none!important;
  padding: 0;
  cursor: pointer;
}
.tab2_content{
  /* width: 100%; */
    height: auto;
    overflow: hidden;
}
.tab2_content table tr td:nth-child(1){
  background: #f3f3f3;
  width: 28%;
  /* width: auto; */
  text-align: center;
  color: #333;
}
.ul_con table tr td:nth-child(1) {
  background: #f3f3f3;
  /* width: 15%;
  text-align: center;
  color: #333; */
}
.tab2_content table td{
  background: #FFF;
    line-height: 24px;
    font-size: 14px;
    padding: 5px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tab2_content>p>a{
  color: #cd3e45;
    padding-left: 5px;
    background-color: transparent;
    text-decoration: none;
}
.onlineUrl{
  color: #cd3e45;
  padding-left: 5px;
  background-color: transparent;
  text-decoration: none;
}
.ul_con {
  width: 100%;
  /* min-height: 250px; */
  display: block;
  font-size: 14px;
  color: #343434;
  line-height: 24px;
  text-align: left;
  padding: 5px;
  /* background: #fff; */
}
.firstTb{
  display: none;
}
.secondTb{
  display: none;
}
/* .secondTb a{
  display: none;
} */
.sw_xia .cj_img{
  width: 22px;
  height: 22px;
  margin: 0px 8px 0px 0;
}
.sw_xia .cj_img>img{
  width: 100%;
  height: 100%;
}
.sw_xia .change{
  width: 90px;
  position: absolute;
  right: 0;
  top: -32px;
  display: inline-flex;
  cursor: pointer;
}
.sw_xia .change>span {
  font-size: 15px;
  color: #4c78f0;
  display: block;
  /* margin: 5px 0; */
}
@keyframes move {
  /* 0%就是开始时的状态 */
      5% {
        box-shadow: 4px 4px 15px red;
        border-radius: 5px;
    }
    10% {
      box-shadow: none;
      border-radius: 0px;
    }
    15% {
      box-shadow: 4px 4px 15px red;
      border-radius: 5px;
      }
      20% {
        box-shadow: none;
      border-radius: 0px;
      }
      25% {
        box-shadow: 4px 4px 15px red;
        border-radius: 5px;
      }
      30% {
        box-shadow: none;
        border-radius: 0px;
      }
      35% {
        box-shadow: 4px 4px 15px red;
        border-radius: 5px;
      }
      40% {
        box-shadow: none;
        border-radius: 0px;
      }
      45% {
        box-shadow: 4px 4px 15px red;
        border-radius: 5px;
      }
      50% {
        box-shadow: none;
        border-radius: 0px;
      }
      55% {
        box-shadow: 4px 4px 15px red;
        border-radius: 5px;
      }
      60% {
        box-shadow: none;
        border-radius: 0px;
      }
      65% {
        box-shadow: 4px 4px 15px red;
        border-radius: 5px;
      }
      70% {
        box-shadow: none;
        border-radius: 0px;
      }
      75% {
        box-shadow: 4px 4px 15px red;
        border-radius: 5px;
      }
      80% {
        box-shadow: none;
        border-radius: 0px;
      }
      85% {
        box-shadow: 4px 4px 15px red;
        border-radius: 5px;
      }
      90% {
        box-shadow: none;
        border-radius: 0px;
      }
      95% {
        box-shadow: 4px 4px 15px red;
        border-radius: 5px;
      }
  /* 100%就是结束时的状态 */
      100% {
        box-shadow: none;
        border-radius: 0px;
      }
  }
  /* .middleContent-area{
      /*  animation-name指向@keyframes声明的动画名称 */
      /* animation-name: move; */
      /* 从0%~100%的动画持续时间 */
      /* animation-duration: 10s; */
  /* }  */

#r1{
  animation-name: move;
  animation-duration: 10s;
}
#x1{
  animation-name: move;
  animation-duration: 10s;
}
.chatPage{
  overflow: hidden;
}
.title{
  line-height: 160%;
}
.shadow-pulse{
  box-shadow: 4px 4px 15px red;
  border-radius: 5px;
}
.box-out{
  box-shadow: none;
  border-radius: 0px;
}
