#chat_historyDown {
  height: 1px;
}
/*---------协议---------*/
#protocolStatement {
  text-align: center;
  font-size: 12px;
  margin: 6px 16px 0 16px;
}
#protocolStatement #protocolDesc {
  color: #B7B7B7;
}
#protocolStatement #protocolName {
  color: #559FF0;
}
#protocolStatement > img {
  width: 12px;
  height: 12px;
  vertical-align: middle;
}
#protocolBox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 10;
}
#protocolBox #protocolMain {
  position: fixed;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #FFFFFF;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  z-index: 11;
  display: flex;
  flex-direction: column;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
#protocolBox #protocolMain #protocolTabs {
  height: 48px;
  display: flex;
  border-bottom: 1px solid #F2F2F2;
  padding-right: 20px;
}
#protocolBox #protocolMain #protocolTabs .tab {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #909399;
}
#protocolBox #protocolMain #protocolTabs .tabSelected {
  color: #333;
  position: relative;
}
#protocolBox #protocolMain #protocolTabs .tabSelected:after {
  content: '';
  width: 32px;
  height: 3px;
  background: #333;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -16px;
}
#protocolBox #protocolMain #protocolCons {
  flex: 1;
  padding: 16px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #606266;
  line-height: 24px;
  overflow-y: auto;
}
#protocolBox #protocolMain #protocolCons .protocolCon {
  display: none;
}
#protocolBox #closeProtocol {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  z-index: 11;
}
#protocolBox #protocolCon {
  height: 270px;
  overflow-y: auto;
  line-height: 22px;
  color: #5E676C;
  font-size: 14px;
}
#protocolBox form {
  margin: 5px 0 0 0;
  display: flex;
  align-items: center;
}
#protocolBox form > input {
  margin: 0 5px 0 0;
}
#protocolBox form > label {
  width: 96px;
  height: 18px;
  font-size: 12px;
  font-weight: 400;
  color: #5E676C;
  line-height: 18px;
  cursor: pointer;
}
#protocolBox #submitBtn {
  width: 280px;
  height: 44px;
  border-radius: 0 0 8px 8px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#protocolBox .submitBtnDisabled {
  background: #d6d6d6;
}
#protocolBox .submitBtn {
  background: #06CB94;
  cursor: pointer;
}
/*--------------验证码-------*/
#verificationBg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  display: none;
}
#verificationBg #verificationBox {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 234px;
  height: 184px;
  background: #fff;
  border-radius: 3px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#verificationBg #verificationBox #closeVerification {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 12px;
  top: 12px;
}
#verificationBg #verificationBox #title {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  text-align: center;
  margin-top: 25px;
}
#verificationBg #verificationBox #desc {
  font-size: 12px;
  color: #9a9a9a;
  margin: 8px;
  text-align: center;
}
#verificationBg #verificationBox #desc span {
  color: #333;
}
#verificationBg #verificationBox #numberBox {
  text-align: center;
}
#verificationBg #verificationBox #numberBox .number {
  display: inline-block;
  width: 34px;
  height: 33px;
  line-height: 33px;
  background: inherit;
  background-color: #f2f3f4;
  box-sizing: border-box;
  border-radius: 2px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #333;
  text-align: center;
  border: none;
}
#verificationBg #verificationBox #verificationError {
  font-size: 12px;
  color: #F5232D;
  text-align: center;
  margin: 6px 0;
  height: 18px;
}
#verificationBg #verificationBox .timekeeping {
  font-size: 12px;
  text-align: center;
  color: #858585;
}
#verificationBg #verificationBox .againSend {
  color: #09BF89;
  cursor: pointer;
}
#chat_history .verifyMsg {
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  color: #05c494;
  margin: 5px;
}
#chat_history .verifyMsgS {
  color: #898989;
  cursor: initial;
}
.animationColor {
  animation: round1 2s ease 0.5s infinite;
}
@-webkit-keyframes round1 {
  33% {
    color: #4D0000;
  }
  66% {
    color: #990000;
  }
  100% {
    color: #FF0000;
  }
}
/*# sourceMappingURL=common.css.map */