* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  font-family: "Microsoft YaHei", "宋体", Arial, Helvetica, sans-serif, Tahoma;
}
.clear:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.emojiImg {
  width: 30px;
}
/*-----------评价----------*/
.evaluationModal {
  position: fixed;
  width: 334px;
  height: 126px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.1);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none;
  z-index: 10;
}
.evaluationModal .evaluation_title {
  text-align: center;
  padding: 20px 5px;
  font-size: 18px;
  font-weight: bold;
  color: #263443;
}
.evaluationModal .evaluation_options {
  overflow: hidden;
  text-align: center;
}
.evaluationModal .evaluation_options .item {
  display: inline-block;
  width: 80px;
  height: 30px;
  background: #f5f8fa;
  border-radius: 16px;
  font-size: 14px;
  color: #263443;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  margin-right: 14px;
}
.evaluationModal .evaluation_options .itemLast {
  margin: 0;
}
.evaluationModal .evaluation_options .itemActive {
  color: #06CB94;
  border: 1px solid #06CB94;
  background: #E6F9F4;
}
.evaluate_result {
  margin: 10px 0;
  text-align: center;
}
.evaluate_result span {
  color: #7c7f82;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.08);
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 15px;
  border-radius: 26px;
}
/*---------协议---------*/
#protocolStatement {
  text-align: center;
  font-size: 12px;
  margin: 6px 16px 0 16px;
}
#protocolStatement #protocolDesc {
  color: #B7B7B7;
}
#protocolStatement #protocolName {
  color: #559FF0;
  cursor: pointer;
}
#protocolStatement > img {
  width: 12px;
  height: 12px;
  vertical-align: middle;
}
.miniTemplateThree #protocolBox #protocolMain {
  width: 89%;
}
#protocolBox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
}
#protocolBox #protocolMain {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 290px;
  max-width: 80%;
  height: 380px;
  background: #FFFFFF;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  box-sizing: border-box;
  z-index: 10;
  display: flex;
  flex-direction: column;
}
#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;
  cursor: pointer;
}
#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: 4px;
  right: 6px;
  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 {
  overflow: hidden;
  margin: 8px 0 8px 40px;
}
#protocolBox form > input {
  float: left;
  margin: 3px 5px 0 0;
}
#protocolBox form > label {
  width: 96px;
  height: 18px;
  font-size: 12px;
  font-weight: 400;
  color: #5E676C;
  line-height: 18px;
  cursor: pointer;
  float: left;
}
#protocolBox #submitBtn {
  margin: 0 auto;
  height: 36px;
  border-radius: 22px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
#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;
  cursor: pointer;
}
#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 */